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

Unified Diff: LayoutTests/inspector/sources/debugger/navigator-view.html

Issue 368643002: DevTools: Make addFileForURL more robust (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressing comments. Created 6 years, 6 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
« no previous file with comments | « no previous file | LayoutTests/inspector/sources/debugger/navigator-view-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/sources/debugger/navigator-view.html
diff --git a/LayoutTests/inspector/sources/debugger/navigator-view.html b/LayoutTests/inspector/sources/debugger/navigator-view.html
index c61a929ee9bb96d0ec6ba3846ceedfe7c5139687..49501277e46cadee60aceb73d903e6930fabe6b8 100644
--- a/LayoutTests/inspector/sources/debugger/navigator-view.html
+++ b/LayoutTests/inspector/sources/debugger/navigator-view.html
@@ -64,6 +64,8 @@ function test()
addUISourceCode(rootURL + "foo/bar/contentScript.js?a=1", true);
addUISourceCode("http://example.com/", false);
addUISourceCode("http://example.com/?a=b", false);
+ addUISourceCode("http://example.com/the%2fdir/foo?bar=100&baz=a%20%2fb", false);
+ addUISourceCode("http://example.com/the%2fdir/foo?bar=100%&baz=a%20%2fb", false);
addUISourceCode("?a=b", false);
addUISourceCode("very_looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong_url", false);
dumpNavigator();
« no previous file with comments | « no previous file | LayoutTests/inspector/sources/debugger/navigator-view-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698