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

Side by Side Diff: LayoutTests/fast/replaced/005.html

Issue 249723003: Remove main frame overflow from some non-scrollbar tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Windows expectations Created 6 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
2 <body style="overflow:hidden;">
2 <table width=100% cellpadding=0 cellspacing=0 border=2> 3 <table width=100% cellpadding=0 cellspacing=0 border=2>
3 <tr><td nowrap><img style="width:100px;height:100px;background-color:green"><img style="width:100px;height:100px;background-color:green"><br> 4 <tr><td nowrap><img style="width:100px;height:100px;background-color:green"><img style="width:100px;height:100px;background-color:green"><br>
4 <img style="width:100px;height:100px;background-color:green"><img style="width:1 00px;height:100px;background-color:green"></td> 5 <img style="width:100px;height:100px;background-color:green"><img style="width:1 00px;height:100px;background-color:green"></td>
5 <td width=100%">Foo</td> 6 <td width=100%">Foo</td>
6 </tr> 7 </tr>
7 </table> 8 </table>
8 9
9 <table width=100% cellpadding=0 cellspacing=0 border=2> 10 <table width=100% cellpadding=0 cellspacing=0 border=2>
10 <tr><td><span style="white-space:pre"><img style="width:100px;height:100px;backg round-color:green"><img style="width:100px;height:100px;background-color:green"> </span><br> 11 <tr><td><span style="white-space:pre"><img style="width:100px;height:100px;backg round-color:green"><img style="width:100px;height:100px;background-color:green"> </span><br>
11 <img style="width:100px;height:100px;background-color:green"><img style="width:1 00px;height:100px;background-color:green"></td> 12 <img style="width:100px;height:100px;background-color:green"><img style="width:1 00px;height:100px;background-color:green"></td>
12 <td width=100%">Foo</td> 13 <td width=100%">Foo</td>
13 </tr> 14 </tr>
14 </table> 15 </table>
15 <p style="border:2px solid blue"><img style="width:100px;height:100px;background -color:green"><img style="width:100px;height:100px;background-color:green"><br> 16 <p style="border:2px solid blue"><img style="width:100px;height:100px;background -color:green"><img style="width:100px;height:100px;background-color:green"><br>
16 <a href="foo.html"><img style="width:100px;height:100px;background-color:green"> </a><img style="width:100px;height:100px;background-color:green"> 17 <a href="foo.html"><img style="width:100px;height:100px;background-color:green"> </a><img style="width:100px;height:100px;background-color:green">
17 </p> 18 </p>
19 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698