Index: third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-url-linkify.html |
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-url-linkify.html b/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-url-linkify.html |
index 3cb10f0de150ca8409d610859d222bacfcdee975..52ff3d497f97cc8b90a9fff5ec33e0205f371a23 100644 |
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-url-linkify.html |
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-url-linkify.html |
@@ -33,7 +33,7 @@ function test() |
completeURL("http://example.com/", "/foo?bar=http://otherexample.com"); |
const dataURL = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAABCAgMAAACeOuh7AAAABGdBTUEAAK/INwWK6QAAAAlQTFRF////AAAA////fu+PTwAAAAF0Uk5TAEDm2GYAAACHSURBVDjLxdLbDYAgDAVQGELn0R3oEHYf2KGdUqtE46OFRCP3oyTng1xCnWsaD5JRRtCkQ2YmkBkHRXqWJBn0j0TICbrsWVoWhRShCdcGyZCtHxMaUnVPRZ9KSbmBJdsX2vJVnwqRD0Rb4rpzgIbE/AI5NTnWAMvy5l0dXrfuLh5OCe5BmmYGXhTUxlQ5xJ8AAAAASUVORK5CYII="; |
- const blobURL = "blob:http%3A//example.com/f91b7b00-00-0000-0000-3b7c87055d7a"; |
+ const blobURL = "blob:http://example.com/f91b7b00-00-0000-0000-3b7c87055d7a"; |
completeURL("https://example.com/foo", dataURL); |
completeURL("http://example.com/foo", "javascript:alert('foo');"); |
completeURL("http://example.com/foo", blobURL); |