Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / paint / invalidation / spv2 / table-outer-border-expected.html
blob61bcb3b56e96f649c6ab260aa148e1eedc722887
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3 <head>
4 <title>Test for http://bugs.webkit.org/show_bug.cgi?id=12817</title>
5 <style type="text/css" media="all">
6 table {
7 border-collapse: collapse;
10 table td {
11 border: 15px solid green;
12 background-color: green;
13 height: 50px;
14 width: 100px;
16 </style>
17 </head>
18 <body">
19 <div id="container" style="width: 500px;">
20 <table id="table">
21 <tr>
22 <td></td>
23 </tr>
24 <tr>
25 <td></td>
26 </tr>
27 </table>
28 </div>
29 </body>
30 </html>