Git init
[framework/web/webkit-efl.git] / LayoutTests / fast / repaint / overflow-flipped-writing-mode-block-in-regions.html
1 <script src="resources/repaint.js"></script>
2 <script>
3     onload = runRepaintTest;
4
5     function repaintTest()
6     {
7         document.getElementById("target").style.visibility = "hidden";
8     }
9 </script>
10 <div style="-webkit-flow-into: thread; height: 100px; width: 100px; background-color: red; -webkit-writing-mode: horizontal-bt;">
11     <div style="height: 25px;">
12         <div style="height: 100px; background-color: green;"></div>
13     </div>
14 </div>
15 <div id="target" style="-webkit-flow-into: thread; height: 50px; width: 100px; background-color: red; margin-top: -100px;"></div>
16 <div style="content:-webkit-from-flow('thread'); width:100px;height:400px; border:2px solid black; position:absolute; left:100px; top:100px"></div>