CSS content is not shown when stylesheet is loaded with invalid mime type in quirks mode.
Created attachment 131213 [details] Patch
Comment on attachment 131213 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=131213&action=review > LayoutTests/http/tests/inspector/resource-tree/resource-tree-invalid-mime-type-css-content.html:36 > + <!--<iframe src="resources/dummy-iframe.html" onload="runTest()">--> Is this line necessary?
Created attachment 131218 [details] Patch
(In reply to comment #2) > (From update of attachment 131213 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=131213&action=review > > > LayoutTests/http/tests/inspector/resource-tree/resource-tree-invalid-mime-type-css-content.html:36 > > + <!--<iframe src="resources/dummy-iframe.html" onload="runTest()">--> > > Is this line necessary? Of course not, thanks for spotting this.
Committed r110392: <http://trac.webkit.org/changeset/110392>