Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / ManualTests / ATSU-bad-layout.html
blobab725cb078ff367360839d34bee3c114056276e0
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
3 <html lang="en">
4 <head>
5 </head>
6 <body>
7 <p><b>BUG ID:</b> <a href="http://bugs.webkit.org/show_bug.cgi?id=9808">Bugzilla bug 9808</a> REGRESSION: Incorrect layout (and ERROR) when forcing ATSU For All Text</p>
9 <p id="test" style="background-color:skyblue; padding:3px;"><b>STEPS TO TEST:</b>
10 Choose <i>Use ATSU For All Text</i> from Safari&rsquo;s <i>Debug</i> menu and reload this page.
11 </p>
13 <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b>
14 The text &ldquo;Lorem ipsum&rdquo; below will remain on one line.
15 </p>
17 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b>
18 There will be a line break after &ldquo;Lorem&rdquo; (and at many other places on this page).
19 </p>
21 <span>Lorem</span> ipsum
23 </body>
24 </html>