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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/table/backgr_border-table-row-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>Background on 'table-row'</title> 4 <title>Background on 'table-row'</title>
5 <link rel="next" href="backgr_border-table-column.html" title="Background with B orders: Background on 'table-column'"> 5 <link rel="next" href="backgr_border-table-column.html" title="Background with B orders: Background on 'table-column'">
6 <link rel="prev" href="backgr_border-table-column-group.html" title="Background with Borders: Background on 'table-column-group'"> 6 <link rel="prev" href="backgr_border-table-column-group.html" title="Background with Borders: Background on 'table-column-group'">
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 table { border: 3px dotted} 12 table { border: 3px dotted}
12 .th-row-1 {background: black url(resources/edge.gif) bottom right no-repeat; b order: 5px dashed} 13 .th-row-1 {background: black url(resources/edge.gif) bottom right no-repeat; b order: 5px dashed}
13 .d { border: 5px dashed} 14 .d { border: 5px dashed}
14 .tb-row-1 {background: black url(resources/edge.gif) bottom left no-repeat; b order: 9px dashed} 15 .tb-row-1 {background: black url(resources/edge.gif) bottom left no-repeat; b order: 9px dashed}
15 .g { border: 9px dashed} 16 .g { border: 9px dashed}
16 .tb-row-2 {background: black url(resources/edge.gif) top left no-repeat; b order: 5px dashed} 17 .tb-row-2 {background: black url(resources/edge.gif) top left no-repeat; b order: 5px dashed}
17 .k { border: 5px dashed} 18 .k { border: 5px dashed}
18 19
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 <a href="http://validator.w3.org/check/referer"><img 70 <a href="http://validator.w3.org/check/referer"><img
70 src="resources/valid-html401.png" height="31" width="88" 71 src="resources/valid-html401.png" height="31" width="88"
71 alt="Valid HTML 4.01!"></a> 72 alt="Valid HTML 4.01!"></a>
72 </div> 73 </div>
73 <address> 74 <address>
74 CSS2 Table Backgrounds Test Suite designed and written by fantasai &lt;fantasa i&#64;escape.com&gt; 75 CSS2 Table Backgrounds Test Suite designed and written by fantasai &lt;fantasa i&#64;escape.com&gt;
75 </address> 76 </address>
76 77
77 </body> 78 </body>
78 </html> 79 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698