Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / sources / debugger / navigator-view.html
index eb30ba8..5096d6f 100644 (file)
@@ -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%25&baz=a%20%2fb", false);
+    // Verify that adding invalid URL does not throw exception.
+    addUISourceCode("http://example.com/the%2fdir/foo?bar=100%&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);