Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Unified Diff: LayoutTests/http/tests/misc/css-accept-any-type.html

Issue 1169713004: Allow lax MIME type parsing for same-origin CSS in quirks mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Comment. Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/http/tests/misc/css-accept-any-type-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | LayoutTests/http/tests/misc/css-accept-any-type-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698