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

Side by Side Diff: LayoutTests/fast/frames/seamless/resources/two-inline-blocks.html

Issue 138443013: Remove iframe@seamless (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Include remove tests Created 6 years, 11 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html><head><style>
3 body { line-height: 0px; }
4 /* FIXME: This vertical-align should not be needed, but without it the contentHe ight()
5 of the document is reported as 4px too large, likely due to implied line decent? */
6 div { vertical-align: top; }
7 </style></head>
8 <body><div style="background-color: orange; display: inline-block; width: 100px; height: 50px;"></div><div style="background-color: blue; display: inline-block; width: 50px; height: 50px;"></div></body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698