Home | History | Annotate | Download | only in ManualTests
      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>