Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / repaint / percent-minheight-resize-expected.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4   <script src="resources/repaint.js"></script>
5   <script>
6     function repaintTest()
7     {
8       document.getElementById('resize-target').style.height = '200px'; 
9     }
10   </script>
11 </head>
12
13 <body style="margin: 0; padding: 0; overflow: hidden;" onload="runRepaintTest()">
14   <div id="resize-target" style="width: 400px; height: 400px; position: absolute;"></div>
15
16   <div style="width: 100px; height: 100px; background-color: green; position: absolute;"></div>
17 </body>
18 </html>