Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / monospace-width-cache.html
blob4f54a482fe58c0b78fa35edf369927a9fd5e9bb8
1 <html>
2 <body>
3 <p>Test for monospace width cache bug mentioned in <a href="http://bugs.webkit.org/show_bug.cgi?id=11197">bug 11197</a> <i>REGRESSION: Specifying a counter for a CODE tag's content style property on before or after causes a crash</i>.</p>
4 <p>The blue line and the black line should be the same length.</p>
5 <p><span id="q" style="font-family: monospace, 'Helvetica'; border-bottom: 1px solid blue;"> </span></p>
6 <script>
7 document.getElementById("q").firstChild.data = "\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500";
8 </script>
9 </body>
10 </html>