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

Side by Side Diff: LayoutTests/tables/mozilla_expected_failures/marvin/backgr_layers-show.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
« no previous file with comments | « LayoutTests/tables/mozilla_expected_failures/marvin/backgr_fixed-bg.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <head> 2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> 3 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
4 <title>empty-cells: show</title> 4 <title>empty-cells: show</title>
5 <link rel="next" href="backgr_layers-hide.html" title="Background Layers: empty- cell: hide"> 5 <link rel="next" href="backgr_layers-hide.html" title="Background Layers: empty- cell: hide">
6 <link rel="prev" href="backgr_position-table-cell.html" title="Background Positi on: Background on 'table-cell'"> 6 <link rel="prev" href="backgr_position-table-cell.html" title="Background Positi on: Background on 'table-cell'">
7 <link rel="contents" href="./backgr_index.html" title="Table of Contents"> 7 <link rel="contents" href="./backgr_index.html" title="Table of Contents">
8 <link rel="stylesheet" type="text/css" href="common.css"> 8 <link rel="stylesheet" type="text/css" href="common.css">
9 <style type="text/css"> 9 <style type="text/css">
10 10 body {overflow: hidden;}
11 table {background: blue; empty-cells: show} 11 table {background: blue; empty-cells: show}
12 tbody, thead {background: url(../images/edge.gif) right top no-repeat} 12 tbody, thead {background: url(../images/edge.gif) right top no-repeat}
13 tr {background: url(../images/edge.gif) 0 10px no-repeat} 13 tr {background: url(../images/edge.gif) 0 10px no-repeat}
14 .colgroup-A {background: url(../images/edge.gif) 100% 20px no-repeat} 14 .colgroup-A {background: url(../images/edge.gif) 100% 20px no-repeat}
15 .col-3 {background: url(../images/edge.gif) 0 30px no-repeat} 15 .col-3 {background: url(../images/edge.gif) 0 30px no-repeat}
16 .c {background: url(../images/edge.gif) -20px 100% no-repeat; min- height: 50px} 16 .c {background: url(../images/edge.gif) -20px 100% no-repeat; min- height: 50px}
17 17
18 </style> 18 </style>
19 </head> 19 </head>
20 <body> 20 <body>
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 <a href="http://validator.w3.org/check/referer"><img 145 <a href="http://validator.w3.org/check/referer"><img
146 src="../images/valid-html401.png" height="31" width="88" 146 src="../images/valid-html401.png" height="31" width="88"
147 alt="Valid HTML 4.01!"></a> 147 alt="Valid HTML 4.01!"></a>
148 </div> 148 </div>
149 <address> 149 <address>
150 CSS2 Table Backgrounds Test Suite designed and written by fantasai &lt;fantasa i&#64;escape.com&gt; 150 CSS2 Table Backgrounds Test Suite designed and written by fantasai &lt;fantasa i&#64;escape.com&gt;
151 </address> 151 </address>
152 152
153 </body> 153 </body>
154 </html> 154 </html>
OLDNEW
« no previous file with comments | « LayoutTests/tables/mozilla_expected_failures/marvin/backgr_fixed-bg.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698