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

Unified Diff: LayoutTests/http/tests/inspector/network/script-long-url.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-long-url.html
diff --git a/LayoutTests/http/tests/inspector/network/script-as-text-loading-long-url.html b/LayoutTests/http/tests/inspector/network/script-long-url.html
similarity index 87%
rename from LayoutTests/http/tests/inspector/network/script-as-text-loading-long-url.html
rename to LayoutTests/http/tests/inspector/network/script-long-url.html
index 113ce65e0a888a15751c5a64f195fa9609512846..9e9c0f5d558b113ee2e8989b3dd582dc8c18945c 100644
--- a/LayoutTests/http/tests/inspector/network/script-as-text-loading-long-url.html
+++ b/LayoutTests/http/tests/inspector/network/script-long-url.html
@@ -6,7 +6,7 @@
function loadScript()
{
var i = document.createElement('script');
- i.src = "http://127.0.0.1:8000/inspector/network/resources/script-as-text-with-a-very-very-very-very-very-very-very-very-very-very-very-very-very-very-long-url.php";
+ i.src = "http://127.0.0.1:8000/inspector/network/resources/script-with-a-very-very-very-very-very-very-very-very-very-very-very-very-very-very-long-url.php";
document.body.appendChild(i);
}

Powered by Google App Engine
This is Rietveld 408576698