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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/table/backgr_simple-table-cell.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>Background on 'table-cell'</title> 4 <title>Background on 'table-cell'</title>
5 <link rel="prev" href="backgr_simple-table-column.html" title="Background Area: Background on 'table-column'"> 5 <link rel="prev" href="backgr_simple-table-column.html" title="Background Area: Background on 'table-column'">
6 <link rel="next" href="backgr_position-table.html" title="Background Position: B ackground on 'table'"> 6 <link rel="next" href="backgr_position-table.html" title="Background Position: B ackground on 'table'">
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="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 11
11 td,th {background: black url(resources/rainbowv.gif) top right} 12 td,th {background: black url(resources/rainbowv.gif) top right}
12 13
13 </style> 14 </style>
14 </head> 15 </head>
15 <body> 16 <body>
16 <h3>crbug.com/35679: Background on 'table-cell'</h3> 17 <h3>crbug.com/35679: Background on 'table-cell'</h3>
17 18
18 <table class="separate"> 19 <table class="separate">
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 <a href="http://validator.w3.org/check/referer"><img 67 <a href="http://validator.w3.org/check/referer"><img
67 src="resources/valid-html401.png" height="31" width="88" 68 src="resources/valid-html401.png" height="31" width="88"
68 alt="Valid HTML 4.01!"></a> 69 alt="Valid HTML 4.01!"></a>
69 </div> 70 </div>
70 <address> 71 <address>
71 CSS2 Table Backgrounds Test Suite designed and written by fantasai &lt;fantasa i&#64;escape.com&gt; 72 CSS2 Table Backgrounds Test Suite designed and written by fantasai &lt;fantasa i&#64;escape.com&gt;
72 </address> 73 </address>
73 74
74 </body> 75 </body>
75 </html> 76 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698