| Index: LayoutTests/http/tests/misc/css-accept-any-type.html
|
| diff --git a/LayoutTests/http/tests/misc/css-accept-any-type.html b/LayoutTests/http/tests/misc/css-accept-any-type.html
|
| deleted file mode 100644
|
| index 6dc691c806d0f2f898c2901464783a0c58a57c95..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/http/tests/misc/css-accept-any-type.html
|
| +++ /dev/null
|
| @@ -1,28 +0,0 @@
|
| -<html>
|
| -<head>
|
| - <title></title>
|
| - <link rel="stylesheet" href="resources/stylesheet.php">
|
| - <script>
|
| - function test()
|
| - {
|
| - if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| -
|
| - var target = document.getElementById("target");
|
| - var style = getComputedStyle(target);
|
| - target.innerText = style.position == "relative" ? "FAIL" : "SUCCESS";
|
| - }
|
| - </script>
|
| -</head>
|
| -<body onload="test()">
|
| - <p>
|
| - This was a test for
|
| - <i><a href="http://bugs.webkit.org/show_bug.cgi?id=11451">http://bugs.webkit.org/show_bug.cgi?id=11451</a>
|
| - REGRESSION: Dell.com does not render correctly in ToT (stylesheet not loaded)</i>:
|
| - given the security implications of accepting bad MIME types, we're now
|
| - intentionally breaking this case to match other browsers.
|
| - </p>
|
| - <p id="target">
|
| - </p>
|
| -</body>
|
| -</html>
|
|
|