Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / svg-percent-scale-vonly-expected.html
blobf749c3b8b26267952d379ddef1c84623e9d49f74
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script src="../../fast/repaint/resources/text-based-repaint.js"></script>
5 <script>
6 function repaintTest()
8 document.getElementById('resize-target').style.height = '200px';
10 </script>
11 </head>
13 <body style="margin: 0; padding: 0; overflow: hidden;" onload="runRepaintAndPixelTest()">
14 <div id="resize-target" style="width: 400px; height: 400px; position: absolute;"></div>
15 <div style="width: 100px; height: 100px; position: absolute; background-color: green;"></div>
16 </body>
17 </html>