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

Unified Diff: LayoutTests/fast/dom/navigator-detached-no-crash-expected.txt

Issue 22859043: Add a CustomSchemeHandler runtime flag to remove ENABLE(CUSTOM_SCHEME_HANDLER) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 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
« no previous file with comments | « no previous file | LayoutTests/fast/dom/unregister-protocol-handler-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/navigator-detached-no-crash-expected.txt
diff --git a/LayoutTests/fast/dom/navigator-detached-no-crash-expected.txt b/LayoutTests/fast/dom/navigator-detached-no-crash-expected.txt
index 616ad7ef44d8e4f9f152831a7ab9fd2550b0ce41..b00e44491b2dd3d8ab342ecea3985d3fe871d893 100644
--- a/LayoutTests/fast/dom/navigator-detached-no-crash-expected.txt
+++ b/LayoutTests/fast/dom/navigator-detached-no-crash-expected.txt
@@ -6,6 +6,7 @@ navigator.appVersion is OK
navigator.cookieEnabled is OK
navigator.doNotTrack is OK
navigator.getStorageUpdates() is OK
+navigator.isProtocolHandlerRegistered() threw err TypeError: Failed to execute 'isProtocolHandlerRegistered' on 'Navigator': 2 arguments required, but only 0 present.
navigator.javaEnabled() is OK
navigator.language is OK
navigator.maxTouchPoints is OK
@@ -18,6 +19,7 @@ navigator.productSub is OK
navigator.registerProtocolHandler() threw err TypeError: Failed to execute 'registerProtocolHandler' on 'Navigator': 3 arguments required, but only 0 present.
navigator.registerServiceWorker() threw err TypeError: Failed to execute 'registerServiceWorker' on 'Navigator': 2 arguments required, but only 0 present.
navigator.requestMIDIAccess() is OK
+navigator.unregisterProtocolHandler() threw err TypeError: Failed to execute 'unregisterProtocolHandler' on 'Navigator': 2 arguments required, but only 0 present.
navigator.unregisterServiceWorker() threw err TypeError: Failed to execute 'unregisterServiceWorker' on 'Navigator': 1 argument required, but only 0 present.
navigator.userAgent is OK
navigator.vendor is OK
@@ -32,6 +34,7 @@ navigator.appVersion is OK
navigator.cookieEnabled is OK
navigator.doNotTrack is OK
navigator.getStorageUpdates() is OK
+navigator.isProtocolHandlerRegistered() threw err TypeError: Failed to execute 'isProtocolHandlerRegistered' on 'Navigator': 2 arguments required, but only 0 present.
navigator.javaEnabled() is OK
navigator.language is OK
navigator.maxTouchPoints is OK
@@ -44,6 +47,7 @@ navigator.productSub is OK
navigator.registerProtocolHandler() threw err TypeError: Failed to execute 'registerProtocolHandler' on 'Navigator': 3 arguments required, but only 0 present.
navigator.registerServiceWorker() threw err TypeError: Failed to execute 'registerServiceWorker' on 'Navigator': 2 arguments required, but only 0 present.
navigator.requestMIDIAccess() is OK
+navigator.unregisterProtocolHandler() threw err TypeError: Failed to execute 'unregisterProtocolHandler' on 'Navigator': 2 arguments required, but only 0 present.
navigator.unregisterServiceWorker() threw err TypeError: Failed to execute 'unregisterServiceWorker' on 'Navigator': 1 argument required, but only 0 present.
navigator.userAgent is OK
navigator.vendor is OK
« no previous file with comments | « no previous file | LayoutTests/fast/dom/unregister-protocol-handler-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698