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

Unified Diff: LayoutTests/platform/win/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/win/fast/dom/HTMLAnchorElement/set-href-attribute-search-expected.txt
diff --git a/LayoutTests/platform/win/fast/dom/HTMLAnchorElement/set-href-attribute-search-expected.txt b/LayoutTests/platform/win/fast/dom/HTMLAnchorElement/set-href-attribute-search-expected.txt
index 8acd4656fe0ebc7d2ef0ea9f6f807eed184bbb61..052cbeaf76f3298b3f59498491733a5c47b96159 100644
--- a/LayoutTests/platform/win/fast/dom/HTMLAnchorElement/set-href-attribute-search-expected.txt
+++ b/LayoutTests/platform/win/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