| 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> | 
|  |