WebCore/manual-tests/whitespace-pre-affinity.html
changeset 0 4f2f89ce4247
equal deleted inserted replaced
-1:000000000000 0:4f2f89ce4247
       
     1 <html>
       
     2 <body>
       
     3 <p>This test checks for a regression against http://bugs.webkit.org/show_bug.cgi?id=3739.</p>
       
     4 NOTES:<ol>
       
     5 <li>this MUST be checked in a build because the symptom is an assert</li>
       
     6 <li>double-click a few times on the blanks lines below</li>
       
     7 <li>if you hit the isEqualIgnoringAffinity() assert, the bug is back</li>
       
     8 </ol>
       
     9 <hr>
       
    10 <pre>One
       
    11 
       
    12 Two
       
    13 
       
    14 Three</pre>
       
    15 </body>
       
    16 </html>