diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
commit | 6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch) | |
tree | a68f146d7fa01f0134297619fbe7e33db084e0aa /testing/web-platform/tests/css/CSS2/css1/c5525-fltmrgn-000.xht | |
parent | Initial commit. (diff) | |
download | thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.tar.xz thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.zip |
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/tests/css/CSS2/css1/c5525-fltmrgn-000.xht')
-rw-r--r-- | testing/web-platform/tests/css/CSS2/css1/c5525-fltmrgn-000.xht | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/CSS2/css1/c5525-fltmrgn-000.xht b/testing/web-platform/tests/css/CSS2/css1/c5525-fltmrgn-000.xht new file mode 100644 index 0000000000..bc63cb0333 --- /dev/null +++ b/testing/web-platform/tests/css/CSS2/css1/c5525-fltmrgn-000.xht @@ -0,0 +1,59 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> + <head> + <title>CSS Test: float</title> + <meta name="flags" content="ahem image" /> + <link rel="help" href="http://www.w3.org/TR/REC-CSS1#float"/> + <link rel="author" title="CSS1 Test Suite Contributors" href="http://www.w3.org/Style/CSS/Test/CSS1/current/tsack.html"/> + <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/> + <link rel="match" href="c5525-fltmrgn-000-ref.xht" /> + + <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> + <style type="text/css"><![CDATA[ + div { background: red url(support/css1test5525b-0.png) no-repeat; color: green; + font: 15px/1 Ahem; padding: 0; width: 8em; border: solid black; } + img { float: left; color: red; } + .test1 { margin: 1em; background: red url(support/css1test5525b-1.png) no-repeat; } + .test2 { margin: 1em; background: red url(support/css1test5525b-2.png) no-repeat; } + .test2 img { margin-top: 0px; margin-left: 0px; height: 3em; } + .test3 { margin: 1em; background: red url(support/css1test5525b-3.png) no-repeat; } + .test3 img { margin-top: 30px; margin-left: 30px; height: 3em; } + .test4 { margin: 3em 1em 1em 3em; background: red url(support/css1test5525b-4.png) no-repeat; } + .test4 img { margin-top: -30px; margin-left: -30px; height: 3em; } + .test5 { margin: 1em; background: red url(support/css1test5525b-5.png) no-repeat; } + .test5 img { margin-right: 30px; margin-bottom: 30px; height: 3em; } + .test6 { margin: 1em; background: red url(support/css1test5525b-6.png) no-repeat; } + .test6 img { margin-right: -30px; margin-bottom: -30px; } /* has right height */ + ]]></style> + <link rel="help" href="http://www.w3.org/TR/CSS21/visuren.html#floats" title="9.5 Floats"/> + <link rel="help" href="http://www.w3.org/TR/CSS21/box.html#margin-properties" title="8.3 Margin properties: 'margin-top', 'margin-right', 'margin-bottom', 'margin-left', and 'margin'"/> + </head> + <body> + <p>Test passes if there is a tall filled green rectangle with a black border and <strong>no red</strong>.</p> + <div> + <p class="test1"> + x x x xx x x x + </p> + <p class="test2"> + <img src="support/swatch-green.png" alt="FAIL" /> + x x x xx x x x + </p> + <p class="test3"> + <img src="support/swatch-green.png" alt="FAIL" /> + x x x xx x x x + </p> + <p class="test4"> + <img src="support/swatch-green.png" alt="FAIL" /> + x x x xx x x x + </p> + <p class="test5"> + <img src="support/swatch-green.png" alt="FAIL" /> + x x x xx x x x + </p> + <p class="test6"> + <img src="support/pattern-grg-rrg-rgg.png" alt="FAIL" /> + x x x xx x x x + </p> + </div> + </body> +</html> |