darin | bfe5f925 | 2006-07-10 16:18:05 +0000 | [diff] [blame] | 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> |
bdash | c873850 | 2007-03-19 04:32:24 +0000 | [diff] [blame] | 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> |
darin | bfe5f925 | 2006-07-10 16:18:05 +0000 | [diff] [blame] | 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’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 “Lorem ipsum” 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 “Lorem” (and at many other places on this page). |
| 19 | </p> |
| 20 | |
| 21 | <span>Lorem</span> ipsum |
| 22 | |
| 23 | </body> |
| 24 | </html> |