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

Side by Side Diff: LayoutTests/tables/mozilla/bugs/bug131020.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><head><title>Testcase for bug 131020</title></head> 1 <html><head><title>Testcase for bug 131020</title></head>
2 <body> 2 <body style="overflow: hidden;">
3 3
4 4
5 <table width="800" height="100%" border="1"> 5 <table width="800" height="100%" border="1">
6 <tr> 6 <tr>
7 <td> 7 <td>
8 <table width="100%" height="100%" border="1"> 8 <table width="100%" height="100%" border="1">
9 <tr> 9 <tr>
10 <td><iframe width="100%" height="100%" 10 <td><iframe width="100%" height="100%"
11 src="bug131020_iframe.html" 11 src="bug131020_iframe.html"
12 style="border:5px solid blue"> 12 style="border:5px solid blue">
13 </iframe></td> 13 </iframe></td>
14 </tr> 14 </tr>
15 </table> 15 </table>
16 </td> 16 </td>
17 </tr> 17 </tr>
18 </table> 18 </table>
19 19
20 20
21 </body></html> 21 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698