Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / repaint / lines-with-layout-delta.html
1 <head>
2     <script src="resources/repaint.js" type="text/javascript"></script>
3     <script type="text/javascript">
4        function repaintTest()
5        {
6             document.getElementById("target").firstChild.textContent="PASS";
7        }
8     </script>
9 </head>
10 <body onload="runRepaintTest()">
11     <div style="float: left; height: 50px; width: 50px;"></div>
12     <div style="clear: left;">
13         <div id="target" style="overflow: hidden; float: left; width: 200px;">
14             FAIL
15         </div>
16     </div>
17 </body>