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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-url-linkify-expected.txt

Issue 1878273002: Remove URLencode/URLdecode for the inner origin of blob: URLs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Unescape constants in tests & code Created 4 years, 8 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
Index: third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-url-linkify-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-url-linkify-expected.txt b/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-url-linkify-expected.txt
index c08b8a2da8387f12b9d5cf9bd2a5718bd776649e..6948d6d6e8b5878618b23d1e2a7d7ff68c5a07a5 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-url-linkify-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-url-linkify-expected.txt
@@ -21,8 +21,8 @@ http://example.com/cat.jpeg
http://example.com/foo?bar=http://otherexample.com
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAABCAgMAAACeOuh7AAAABGdBTUEAAK/INwWK6QAAAAlQTFRF////AAAA////fu+PTwAAAAF0Uk5TAEDm2GYAAACHSURBVDjLxdLbDYAgDAVQGELn0R3oEHYf2KGdUqtE46OFRCP3oyTng1xCnWsaD5JRRtCkQ2YmkBkHRXqWJBn0j0TICbrsWVoWhRShCdcGyZCtHxMaUnVPRZ9KSbmBJdsX2vJVnwqRD0Rb4rpzgIbE/AI5NTnWAMvy5l0dXrfuLh5OCe5BmmYGXhTUxlQ5xJ8AAAAASUVORK5CYII=
javascript:alert('foo');
-blob:http%3A//example.com/f91b7b00-00-0000-0000-3b7c87055d7a
-blob:http%3A//example.com/f91b7b00-00-0000-0000-3b7c87055d7a
+blob:http://example.com/f91b7b00-00-0000-0000-3b7c87055d7a
+blob:http://example.com/f91b7b00-00-0000-0000-3b7c87055d7a
Link for a URI from CSS document:
webkit-html-resource-link elements/styles/resources/fromcss.png
Link for a URI from iframe inline stylesheet:

Powered by Google App Engine
This is Rietveld 408576698