Index: LayoutTests/css2.1/20110323/floats-001-expected.html |
diff --git a/LayoutTests/css2.1/20110323/margin-collapse-clear-016-expected.html b/LayoutTests/css2.1/20110323/floats-001-expected.html |
similarity index 52% |
copy from LayoutTests/css2.1/20110323/margin-collapse-clear-016-expected.html |
copy to LayoutTests/css2.1/20110323/floats-001-expected.html |
index 304861ee3196362ef5b9ffb8e763ee5d2df1f8da..1e7d4ae731e5486214d953166b2bc00c9b39557e 100644 |
--- a/LayoutTests/css2.1/20110323/margin-collapse-clear-016-expected.html |
+++ b/LayoutTests/css2.1/20110323/floats-001-expected.html |
@@ -4,24 +4,27 @@ |
<head> |
<title>CSS Reftest Reference</title> |
+ |
<link rel="author" title="GĂ©rard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> |
- <link rel="author" title="Daniel Schattenkirchner" href="crazy-daniel{at}gmx.de"> |
<style type="text/css"> |
div |
{ |
- background-color: green; |
- height: 100px; |
+ border: black solid 5px; |
+ height: 1in; |
+ width: 2in; |
} |
+ |
+ img {vertical-align: top;} |
</style> |
</head> |
<body> |
- <p>Test passes if there is a wide filled green rectangle and <strong>no red</strong>.</p> |
+ <p>Test passes if the blue square is on the left inner edge of the hollow black rectangle.</p> |
- <div></div> |
+ <div><img src="support/swatch-blue.png" width="96" height="96" alt="Image download support must be enabled"></div> |
</body> |
</html> |