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

Unified Diff: LayoutTests/http/tests/serviceworker/serviceworkerobject-scope-expected.txt

Issue 291263002: ServiceWorker: Strip fragment from scope and script URLs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Make normalizeURL remove fragment Created 6 years, 7 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/http/tests/serviceworker/serviceworkerobject-scope-expected.txt
diff --git a/LayoutTests/http/tests/serviceworker/serviceworkerobject-scope-expected.txt b/LayoutTests/http/tests/serviceworker/serviceworkerobject-scope-expected.txt
index 4405b9d365e3df1e8d7e2443e6ed7198c031dd27..7b7d58b5e4e48ce9e99f655de72bc1960059761e 100644
--- a/LayoutTests/http/tests/serviceworker/serviceworkerobject-scope-expected.txt
+++ b/LayoutTests/http/tests/serviceworker/serviceworkerobject-scope-expected.txt
@@ -1,6 +1,9 @@
FAIL Verify the scope and url property: default assert_unreached: Unregister should not fail: NotSupportedError Reached unreachable code
FAIL Verify the scope and url property: wildcard assert_unreached: Unregister should not fail: NotSupportedError Reached unreachable code
+FAIL Verify the scope and url property: script with fragment assert_unreached: Unregister should not fail: NotSupportedError Reached unreachable code
+FAIL Verify the scope and url property: scope with fragment assert_unreached: Unregister should not fail: NotSupportedError Reached unreachable code
+FAIL Verify the scope and url property: scope with query assert_unreached: Unregister should not fail: NotSupportedError Reached unreachable code
FAIL Verify the scope and url property: relative path assert_unreached: Unregister should not fail: NotSupportedError Reached unreachable code
FAIL Verify the scope and url property: relative path with wildcard assert_unreached: Unregister should not fail: NotSupportedError Reached unreachable code
FAIL Verify the scope and url property: absolute url assert_unreached: Unregister should not fail: NotSupportedError Reached unreachable code

Powered by Google App Engine
This is Rietveld 408576698