Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / text-combine-width-after-style-change.html
blob2d6a5c31faf042005a62ebca053c33e67adec52a
1 <div style="
2 height: 200px;
3 -webkit-writing-mode: vertical-lr;
4 font-family: HiraMinProN-W3;
5 font-size: 36px;
6 ">
7 <span id="target" style="-webkit-text-combine: horizontal;">1234</span>
8 </div>
9 <script>
10 document.body.offsetTop;
11 document.getElementById("target").style.marginBottom = "5px";
12 </script>