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

Side by Side Diff: third_party/WebKit/LayoutTests/css2.1/20110323/floats-zero-height-wrap-001-expected.html

Issue 2827713002: Delete duplicated LayoutTests from css2.1/20110323 (Closed)
Patch Set: Created 3 years, 8 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/st rict.dtd">
2 <html><head><title>Test for wrapping around zero-height floats</title>
3
4 </head><body><div style="width: 500px; height: 500px; float: left; font-size: 12 px;">
5
6 <span style="display:inline-block; vertical-align: bottom; height: 20px; width : 300px; background: blue; margin-left: 10px;"></span>
7 <span style="display:inline-block; vertical-align: bottom; height: 20px; width : 300px; background: purple; margin-left: 100px;"></span>
8 <span style="display:inline-block; vertical-align: bottom; height: 20px; width : 300px; background: fuchsia"></span>
9
10 </div>
11 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698