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

Side by Side Diff: third_party/WebKit/LayoutTests/tables/mozilla_expected_failures/marvin/backgr_fixed-bg.html

Issue 2600903002: Paint the whole of a table-part background image behind the cells in a table (Closed)
Patch Set: Paint the whole of an image behind the cells in a table Created 3 years, 11 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>layers: opacity</title> 4 <title>layers: opacity</title>
5 <link rel="prev" href="backgr_layers-opacity.html" title="Special Tests: opacity "> 5 <link rel="prev" href="backgr_layers-opacity.html" title="Special Tests: opacity ">
6 <link rel="contents" href="./backgr_index.html" title="Table of Contents"> 6 <link rel="contents" href="./backgr_index.html" title="Table of Contents">
7 <link rel="stylesheet" type="text/css" href="common.css"> 7 <link rel="stylesheet" type="text/css" href="common.css">
8 <style type="text/css"> 8 <style type="text/css">
9 body {overflow: hidden;}
10 table{background: white; color: black;} 9 table{background: white; color: black;}
11 caption {color: white;} 10 caption {color: white;}
12 .tb-row-1, thead, .l {background: url(../images/edge.gif) fixed;} 11 .tb-row-1, thead, .l {background: url(../images/edge.gif) fixed;}
13 .a, .p {background: url(../images/rainbowv.gif) fixed; } 12 .a, .p {background: url(../images/rainbowv.gif) fixed; }
14 </style> 13 </style>
15 </head> 14 </head>
16 <body> 15 <body>
17 <h1>CSS2 Table Backgrounds Test Suite</h1> 16 <h1>CSS2 Table Backgrounds Test Suite</h1>
18 17
19 <h2>Part E: Special Tests</h2> 18 <h2>Part E: Special Tests</h2>
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 . 145 .
147 . 146 .
148 . 147 .
149 . 148 .
150 . 149 .
151 . 150 .
152 </pre> 151 </pre>
153 152
154 </body> 153 </body>
155 </html> 154 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698