gecko-dev/testing/web-platform/tests/css/css-flexbox/reference/negative-margins-001-ref.html
Sam Sneddon 5e5cfb69c3 Bug 1612606 [wpt PR 7947] - [css-flex] More changes to test suite after review of files, a=testonly
Automatic update from web-platform-tests
[css-flex] More changes to test suite after review of files (#7947)

* Made more changes based on analysis of tests that were <= 5 tests to a given url hash in flex

* Restore assert

Co-authored-by: Greg Whitworth <865244+gregwhitworth@users.noreply.github.com>
Co-authored-by: Stephen McGruer <stephen.mcgruer@gmail.com>

--

wpt-commits: 81a0e680add2d790bc8e0473c2b9407855703b40
wpt-pr: 7947
2020-02-11 12:00:18 +00:00

18 lines
459 B
HTML

<!DOCTYPE html>
<meta charset="utf-8">
<title>Reference for negative margins</title>
<link rel="author" title="Google Inc." href="https://www.google.com/">
<style>
.container {
width: 40px;
height: 10px;
background-color: green;
border: 3px black solid;
}
</style>
<body>
<p>You should see a green rectangle with a black border, 40px wide. You should see no red.</p>
<div class="container">
</div>
</body>