Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / writing-mode-bt-overflow.html
blob866cf4ae55e31df3e952425227e40e5f75b9bad2
1 <!DOCTYPE html>
2 <p>The word 'PASS' should be seen below.</p>
3 <div style="will-change:transform; width:10em; height:10em; background:white;"></div>
4 <div style="-webkit-writing-mode:horizontal-bt; height:12em;">
5 <div style="position:relative; height:10em;">
6 <div style="height:12em;"></div>
7 PASS
8 </div>
9 </div>