Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / writing-mode-bt-overflow-expected.html
blobb443ad415921a7078778df18fdd9564a163b3cce
1 <!DOCTYPE html>
2 <p>The word 'PASS' should be seen below.</p>
3 <div style="width:10em; height:10em; background:white;"></div>
4 <div style="-webkit-writing-mode:horizontal-bt; height:12em;">
5 <div style="height:12em;"></div>
6 PASS
7 </div>