Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / repaint / line-flow-with-floats-7.html
1 <body style="margin: 0;" onload="loaded()">
2     <script src="resources/line-flow-with-floats.js"></script>
3     <script>
4         function test(doc)
5         {
6             doc.getElementById("theQueen").style.fontWeight="bold";
7         }
8     </script>
9     <iframe onload="loaded()" id="iframe" src="resources/line-flow-with-floats.html" style="border: none; width: 500px; height: 600px;"></iframe>
10 </body>