summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/manual-tests/textarea-after-stylesheet-link.html
blob: 1b886266b9c740e4924232176570cd1c87373209 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<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>