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

Unified Diff: LayoutTests/inspector/network-status-non-http.html

Issue 56023002: [DevTools] Network Panel: get rid of data-urls. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/inspector/network-status-non-http.html
diff --git a/LayoutTests/inspector/network-status-non-http.html b/LayoutTests/inspector/network-status-non-http.html
index d4a8e31215e3e44af7610c568db0f02e86ac5dc3..5ffcbf7d10d5bcc7ec9c33638d761009ec6b8446 100644
--- a/LayoutTests/inspector/network-status-non-http.html
+++ b/LayoutTests/inspector/network-status-non-http.html
@@ -55,6 +55,8 @@ function loadResources()
{
addScriptElement("../http/tests/inspector/network-test.js");
addScriptElement("non-existent-file.js");
+
+ // Test that data-url doesn't appear in network panel.
addScriptElement("data:application/javascript,var x = 0;");
}
« no previous file with comments | « no previous file | LayoutTests/inspector/network-status-non-http-expected.txt » ('j') | Source/devtools/front_end/NetworkPanel.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698