blob: 1b886266b9c740e4924232176570cd1c87373209 [file] [log] [blame]
Torne (Richard Coles)5c87bf82012-11-14 11:46:17 +00001<html>
2<head>
3<script>
4if (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>