Upstream version 11.40.271.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / writing-mode-rl-overflow.html
1 <!DOCTYPE html>
2 <p>The word 'PASS' (flipped) should be seen below.</p>
3 <div style="will-change:transform; float:left; width:10em; height:10em; background:white;"></div>
4 <div style="-webkit-writing-mode:vertical-rl; float:left; width:12em;">
5     <div style="position:relative; width:10em;">
6         <div style="width:12em;"></div>
7         PASS
8     </div>
9 </div>