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 49501277e46cadee60aceb73d903e6930fabe6b8..eb30ba89c3bb8762d7c32c1f113f0f14f5bced3c 100644 |
--- a/LayoutTests/inspector/sources/debugger/navigator-view.html |
+++ b/LayoutTests/inspector/sources/debugger/navigator-view.html |
@@ -65,7 +65,8 @@ function test() |
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("http://example.com/the%2fdir/foo?bar=100%25&baz=a%20%2fb", false); |
+ addUISourceCode("http://example.com/path%20with%20spaces/white%20space.html", false); |
addUISourceCode("?a=b", false); |
addUISourceCode("very_looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong_url", false); |
dumpNavigator(); |