[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / ManualTests / ATSU-bad-layout.html
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>
8
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>
12
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>
16
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>
20
21 <span>Lorem</span> ipsum
22
23 </body>
24 </html>