WebCore/manual-tests/textarea-after-stylesheet-link.html
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 04 Oct 2010 01:32:07 +0300
changeset 2 303757a437d3
parent 0 4f2f89ce4247
permissions -rw-r--r--
Revision: 201037 Kit: 201039

<html>
<head>
<script>
if (window.layoutTestController) {
    window.layoutTestController.dumpAsText();
}
</script>
<link rel="stylesheet" />
</head>
<body>
<p>Tests: whether &lt;link rel="stylesheet"/&gt; 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>