<html> <head> <script> if (window.layoutTestController) { window.layoutTestController.dumpAsText(); } </script> <link rel="stylesheet" /> </head> <body> <p>Tests: whether <link rel="stylesheet"/> disturbs the display of text in textareas</p> <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> <p>Success: You will see "passed" inside the texarea below</p> <hr> <textarea>passed</textarea> </form> </body> </html>