Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / repaint / layer-child-outline.html
blob2c229a504c80d8a01979c0b20177efa7b8956624
1 <html>
2 <head>
3 <title></title>
4 </head>
5 <body>
6 <p>
7 This tests repainting of a layer's children's outlines.
8 </p>
9 <hr>
10 <div style="position: relative; width: 100px; background: silver; outline: dashed 2px;">
11 <div style="height: 100px; outline: thick dotted red;"></div>
12 </div>
13 </body>