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

Unified Diff: LayoutTests/platform/mac/fast/dom/HTMLAnchorElement/set-href-attribute-search-expected.txt

Issue 537103002: Spec compliant url.search/url.hash setters over empty values. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Sync expected output Created 6 years, 3 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: LayoutTests/platform/mac/fast/dom/HTMLAnchorElement/set-href-attribute-search-expected.txt
diff --git a/LayoutTests/platform/mac/fast/dom/HTMLAnchorElement/set-href-attribute-search-expected.txt b/LayoutTests/platform/mac/fast/dom/HTMLAnchorElement/set-href-attribute-search-expected.txt
index 63f489577bded7c8ca6f20aa4e01548cc7909b7e..01cc9d5c80d64797326c855f3d2b20b7d96b7251 100644
--- a/LayoutTests/platform/mac/fast/dom/HTMLAnchorElement/set-href-attribute-search-expected.txt
+++ b/LayoutTests/platform/mac/fast/dom/HTMLAnchorElement/set-href-attribute-search-expected.txt
@@ -16,7 +16,7 @@ PASS a.href is 'bad:/|/url?value=key'
Set search to null
PASS a.href is 'https://www.mydomain.com/path/?null'
Set search to empty string
-PASS a.href is 'https://www.mydomain.com/path/?'
+PASS a.href is 'https://www.mydomain.com/path/'
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698