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

Unified Diff: LayoutTests/http/tests/inspector/network/script-with-caret.html

Issue 922213004: DevTools: Ignore mimetype mismatch for Image, Script, StyleSheet (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase-update was drunk Created 5 years, 9 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/inspector/network/script-with-caret.html
diff --git a/LayoutTests/http/tests/inspector/network/script-as-text-loading-with-caret.html b/LayoutTests/http/tests/inspector/network/script-with-caret.html
similarity index 68%
rename from LayoutTests/http/tests/inspector/network/script-as-text-loading-with-caret.html
rename to LayoutTests/http/tests/inspector/network/script-with-caret.html
index 126a617deedd8a7d38c61e07fe2d77e5bbf87153..99a2dddd9d1f3239315e64457a422d9388cfa219 100644
--- a/LayoutTests/http/tests/inspector/network/script-as-text-loading-with-caret.html
+++ b/LayoutTests/http/tests/inspector/network/script-with-caret.html
@@ -6,7 +6,7 @@
function loadScript()
{
var s = document.createElement("script");
- s.src = "resources/script-as-text.php?this-is-a-weird=querystring-with^carats^like^these^because^who^doesnt^love^strange^characters^in^urls";
+ s.src = "resources/script.js?this-is-a-weird=querystring-with^carats^like^these^because^who^doesnt^love^strange^characters^in^urls";
document.body.appendChild(s);
}
@@ -24,8 +24,7 @@ function test()
</script>
</head>
<body onload="runTest()">
-<p>Tests console message when script is loaded with incorrect text/html mime
-type and the URL contains the '^' character.</p>
+<p>Tests console message when script URL contains the '^' character.</p>
<a href="https://bugs.webkit.org/show_bug.cgi?id=103248">Bug 103248</a>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698