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

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

Issue 904143002: Revert "CSS: Drop the quirks-mode exception for CSS MIME types." (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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
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
index 6dc691c806d0f2f898c2901464783a0c58a57c95..1801213b3747853fac7d0caacb7b5df5406e766f 100644
--- a/LayoutTests/http/tests/misc/css-accept-any-type.html
+++ b/LayoutTests/http/tests/misc/css-accept-any-type.html
@@ -10,17 +10,14 @@
var target = document.getElementById("target");
var style = getComputedStyle(target);
- target.innerText = style.position == "relative" ? "FAIL" : "SUCCESS";
+ target.innerText = style.position == "relative" ? "SUCCESS" : "FAIL";
}
</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.
+ 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>.
</p>
<p id="target">
</p>

Powered by Google App Engine
This is Rietveld 408576698