Chromium Code Reviews| 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..e30fa52d07bfe586f817f3aca88f246b3578b1bf 100644 |
| --- a/LayoutTests/inspector/sources/debugger/navigator-view.html |
| +++ b/LayoutTests/inspector/sources/debugger/navigator-view.html |
| @@ -66,6 +66,7 @@ function test() |
| addUISourceCode("http://example.com/?a=b", false); |
| addUISourceCode("?a=b", false); |
| addUISourceCode("very_looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong_url", false); |
| + addUISourceCode("%malformedURI", false); |
|
aandrey
2014/07/02 12:33:05
could you also test a real world example, like:
r
vsevik
2014/07/02 12:43:40
I think we only need one URL for this test: "http:
alph
2014/07/02 13:14:34
Done.
|
| dumpNavigator(); |
| InspectorTest.addResult("Revealing first resource:"); |