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

Side by Side Diff: LayoutTests/tables/mozilla_expected_failures/bugs/bug7243.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 <html><body> 1 <html><body style="overflow: hidden;">
2 2
3 <table style="table-layout:fixed;" cellspacing=10 border=1> 3 <table style="table-layout:fixed;" cellspacing=10 border=1>
4 <col width=100> 4 <col width=100>
5 <col width=200> 5 <col width=200>
6 <tr> 6 <tr>
7 <td>foo</td> 7 <td>foo</td>
8 <td>bar</td> 8 <td>bar</td>
9 </tr> 9 </tr>
10 </table> 10 </table>
11 <BR> 11 <BR>
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 <br> 83 <br>
84 84
85 <table style="table-layout:fixed;" width=200 cellspacing=0 border=1> 85 <table style="table-layout:fixed;" width=200 cellspacing=0 border=1>
86 <col width=100> 86 <col width=100>
87 <col width=200> 87 <col width=200>
88 <tr> 88 <tr>
89 <td>foo</td> 89 <td>foo</td>
90 <td>bar</td> 90 <td>bar</td>
91 </tr> 91 </tr>
92 </table> 92 </table>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698