diff options
Diffstat (limited to 'testing/web-platform/tests/css/css-flexbox/reference/negative-margins-001-ref.html')
-rw-r--r-- | testing/web-platform/tests/css/css-flexbox/reference/negative-margins-001-ref.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-flexbox/reference/negative-margins-001-ref.html b/testing/web-platform/tests/css/css-flexbox/reference/negative-margins-001-ref.html new file mode 100644 index 0000000000..186c5d130c --- /dev/null +++ b/testing/web-platform/tests/css/css-flexbox/reference/negative-margins-001-ref.html @@ -0,0 +1,18 @@ +<!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> |