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

Side by Side Diff: LayoutTests/tables/mozilla/bugs/bug5797.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 <body style="overflow: hidden;">
1 <table border> 2 <table border>
2 <tr> 3 <tr>
3 <td width=2000>x</td> 4 <td width=2000>x</td>
4 <td width=4000>y</td> 5 <td width=4000>y</td>
5 </tr> 6 </tr>
6 </table> 7 </table>
7 <BR> 8 <BR>
8 <table border=1 width=100%> 9 <table border=1 width=100%>
9 <tr> 10 <tr>
10 <td width="400">x</td> 11 <td width="400">x</td>
(...skipping 15 matching lines...) Expand all
26 <td width="2000">I great, thank you</td> 27 <td width="2000">I great, thank you</td>
27 28
28 </tr></table> 29 </tr></table>
29 <BR> 30 <BR>
30 <table width=100% border=1> 31 <table width=100% border=1>
31 <tr> 32 <tr>
32 <td width=1500><../images/pikajumpr.gif"></td> 33 <td width=1500><../images/pikajumpr.gif"></td>
33 <td width=2500><img src="../images/next.gif"></td> 34 <td width=2500><img src="../images/next.gif"></td>
34 <td width=30>This is a test to see if this will work on 5.0</td> 35 <td width=30>This is a test to see if this will work on 5.0</td>
35 </tr></table> 36 </tr></table>
37 </body>
OLDNEW
« no previous file with comments | « LayoutTests/tables/mozilla/bugs/bug46480-2.html ('k') | LayoutTests/tables/mozilla/bugs/bug625.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698