diff options
Diffstat (limited to 'WebCore/manual-tests/textarea-after-stylesheet-link.html')
| -rw-r--r-- | WebCore/manual-tests/textarea-after-stylesheet-link.html | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/WebCore/manual-tests/textarea-after-stylesheet-link.html b/WebCore/manual-tests/textarea-after-stylesheet-link.html deleted file mode 100644 index 1b88626..0000000 --- a/WebCore/manual-tests/textarea-after-stylesheet-link.html +++ /dev/null @@ -1,18 +0,0 @@ -<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>
\ No newline at end of file |
