Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / hyphen-min-preferred-width-expected.html
blob760b812981022e11b9cd547915a8c84bc0a4cac4
1 <div style="outline: thin dashed lightblue;">
2 I <span id="could-not">couldn&rsquo;t</span> tell if she tru&shy;ly ad&shy;vo&shy;cat&shy;ed anti&shy;dis&shy;est&shy;ab&shy;lish&shy;ment&shy;arian&shy;ism.
3 </div>
4 <script>
5 var couldNot = document.getElementById("could-not");
6 var width = couldNot.getBoundingClientRect().width;
7 couldNot.parentElement.style.width = Math.ceil(width);
8 </script>