WebCore/manual-tests/textarea-after-stylesheet-link.html
changeset 0 4f2f89ce4247
equal deleted inserted replaced
-1:000000000000 0:4f2f89ce4247
       
     1 <html>
       
     2 <head>
       
     3 <script>
       
     4 if (window.layoutTestController) {
       
     5     window.layoutTestController.dumpAsText();
       
     6 }
       
     7 </script>
       
     8 <link rel="stylesheet" />
       
     9 </head>
       
    10 <body>
       
    11 <p>Tests: whether &lt;link rel="stylesheet"/&gt; disturbs the display of text in textareas</p>
       
    12 <p>Related bug: <a href = "http://bugs.webkit.org/show_bug.cgi?id=3751">3751: REGRESSION: affects Blogger, GMail & Wikipedia: empty textarea's which should have content</a></p>
       
    13 <p>Success: You will see "passed" inside the texarea below</p>
       
    14 <hr>
       
    15 <textarea>passed</textarea>
       
    16 </form>
       
    17 </body>
       
    18 </html>