Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / paint / invalidation / spv2 / border-outline-0-expected.html
blob855e8db3e2242f1b98aaef8af5a9a5843cecc061
1 <!DOCTYPE html>
3 <style>
4 #border-image,
5 #border,
6 #outline {
7 height: 100px;
8 width: 100px;
11 td {
12 height: 50px;
13 width: 50px;
14 border-style: hidden;
17 #border-image {
18 position: absolute;
19 top: 10px;
20 left: 10px;
22 </style>
24 <p>Tests that setting an outline or a border of 0 on an element without a border or outline doesn't repaint.</p>
26 <div id="border"></div>
27 <div id="outline"></div>
28 <div id="border-image"></div>
30 <table>
31 <tr>
32 <td id="cell"></td>
33 <td></td>
34 </tr>
35 </table>