mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-10 05:08:36 +02:00
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
18 lines
459 B
HTML
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>
|