Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(47)

Unified Diff: LayoutTests/css2.1/20110323/floats-001-expected.html

Issue 343663004: Floats following inlines break to next line unncessarily (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/css2.1/20110323/floats-001.html ('k') | LayoutTests/css2.1/20110323/floats-102.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « LayoutTests/css2.1/20110323/floats-001.html ('k') | LayoutTests/css2.1/20110323/floats-102.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698