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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/table/backgr_layers-hide-collapsed-border.html

Issue 2822093003: Some fast/table tests should wait for images specified via CSS url() (Closed)
Patch Set: fix Created 3 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
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: hide</title> 4 <title>empty-cells: hide</title>
5 <link rel="next" href="backgr_border-table.html" title="Background with Borders: Background on 'table'"> 5 <link rel="next" href="backgr_border-table.html" title="Background with Borders: Background on 'table'">
6 <link rel="prev" href="backgr_layers-show.html" title="Background Layers: empty- cell: show"> 6 <link rel="prev" href="backgr_layers-show.html" title="Background Layers: empty- cell: show">
7 <link rel="contents" href="./backgr_indxe.html" title="Table of Contents"> 7 <link rel="contents" href="./backgr_indxe.html" title="Table of Contents">
8 <link rel="stylesheet" type="text/css" href="resources/common.css"> 8 <link rel="stylesheet" type="text/css" href="resources/common.css">
9 <script src="resources/wait-for-onload.js"></script>
9 <style type="text/css"> 10 <style type="text/css">
10 table {background: blue; empty-cells: hide} 11 table {background: blue; empty-cells: hide}
11 tbody, thead {background: url(resources/edge.gif) right top no-repeat} 12 tbody, thead {background: url(resources/edge.gif) right top no-repeat}
12 tr {background: url(resources/edge.gif) 0 10px no-repeat} 13 tr {background: url(resources/edge.gif) 0 10px no-repeat}
13 .colgroup-A {background: url(resources/edge.gif) 100% 20px no-repeat} 14 .colgroup-A {background: url(resources/edge.gif) 100% 20px no-repeat}
14 .col-3 {background: url(resources/edge.gif) 0 30px no-repeat} 15 .col-3 {background: url(resources/edge.gif) 0 30px no-repeat}
15 .c {background: url(resources/edge.gif) -20px 100% no-repeat; min- height: 50px} 16 .c {background: url(resources/edge.gif) -20px 100% no-repeat; min- height: 50px}
16 17
17 </style> 18 </style>
18 </head> 19 </head>
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 <a href="http://validator.w3.org/check/referer"><img 66 <a href="http://validator.w3.org/check/referer"><img
66 src="resources/valid-html401.png" height="31" width="88" 67 src="resources/valid-html401.png" height="31" width="88"
67 alt="Valid HTML 4.01!"></a> 68 alt="Valid HTML 4.01!"></a>
68 </div> 69 </div>
69 <address> 70 <address>
70 CSS2 Table Backgrounds Test Suite designed and written by fantasai &lt;fantasa i&#64;escape.com&gt; 71 CSS2 Table Backgrounds Test Suite designed and written by fantasai &lt;fantasa i&#64;escape.com&gt;
71 </address> 72 </address>
72 73
73 </body> 74 </body>
74 </html> 75 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698