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

Side by Side Diff: LayoutTests/fast/css/percentage-non-integer.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 <head> 1 <head>
2 <title>Test for http://bugs.webkit.org/show_bug.cgi?id=5164</title> 2 <title>Test for http://bugs.webkit.org/show_bug.cgi?id=5164</title>
3 <style type="text/css"> 3 <style type="text/css">
4 body { overflow: hidden; }
4 div.bar { height: 4px; background-color: rgba(0, 0, 0, 0.5); } 5 div.bar { height: 4px; background-color: rgba(0, 0, 0, 0.5); }
5 td.green { background-color: green; } 6 td.green { background-color: green; }
6 td.black { background-color: black; } 7 td.black { background-color: black; }
7 td.red { background-color: #0f0; } 8 td.red { background-color: #0f0; }
8 td.greenOverlay { background-color: rgba(0, 255, 0, 0.5); } 9 td.greenOverlay { background-color: rgba(0, 255, 0, 0.5); }
9 td.blackOverlay { background-color: rgba(0, 0, 0, 0.5); } 10 td.blackOverlay { background-color: rgba(0, 0, 0, 0.5); }
10 td.sep { width: 10px; } 11 td.sep { width: 10px; }
11 </style> 12 </style>
12 </head> 13 </head>
13 <body> 14 <body>
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 <td class="greenOverlay sep">&nbsp;</td> 85 <td class="greenOverlay sep">&nbsp;</td>
85 <td class="blackOverlay" style="width: 2.8%;">&nbsp;</td> 86 <td class="blackOverlay" style="width: 2.8%;">&nbsp;</td>
86 <td class="greenOverlay sep">&nbsp;</td> 87 <td class="greenOverlay sep">&nbsp;</td>
87 <td class="blackOverlay" style="width: 3%;">&nbsp;</td> 88 <td class="blackOverlay" style="width: 3%;">&nbsp;</td>
88 <td>&nbsp;</td> 89 <td>&nbsp;</td>
89 </tr> 90 </tr>
90 </table> 91 </table>
91 </div> 92 </div>
92 </body> 93 </body>
93 </html> 94 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698