Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / paint / invalidation / spv2 / layer-full-repaint-expected.html
blob15439b0bc5271ca9af983e38c05a51ee1cfbb8a1
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3 <head>
4 <title>Test for http://bugs.webkit.org/show_bug.cgi?id=13655</title>
5 <style type="text/css">
6 div {
7 position: relative;
8 height: 100px;
9 width: 100px;
10 background-color: green;
11 text-shadow: red 5px 5px 0;
13 </style>
14 </head>
15 <body">
16 <div id="test"></div>
17 </body>
18 </html>