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

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

Issue 232053005: Implement navigator.sendBeacon() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Revert CSP checking on redirects 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/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 12be32f05ba706c7d6b769eb57afea3e93b6f29e..73229a0f7e0f0df29fb772fba60a9ce7b78426fe 100644
--- a/LayoutTests/fast/dom/navigator-detached-no-crash-expected.txt
+++ b/LayoutTests/fast/dom/navigator-detached-no-crash-expected.txt
@@ -22,6 +22,7 @@ navigator.productSub is OK
navigator.push is OK
navigator.registerProtocolHandler() threw err TypeError: Failed to execute 'registerProtocolHandler' on 'Navigator': 3 arguments required, but only 0 present.
navigator.requestMIDIAccess() is OK
+navigator.sendBeacon() threw err TypeError: Failed to execute 'sendBeacon' on 'Navigator': 1 argument required, but only 0 present.
navigator.serviceWorker is OK
navigator.storageQuota is OK
navigator.unregisterProtocolHandler() threw err TypeError: Failed to execute 'unregisterProtocolHandler' on 'Navigator': 2 arguments required, but only 0 present.
@@ -53,6 +54,7 @@ navigator.productSub is OK
navigator.push is OK
navigator.registerProtocolHandler() threw err TypeError: Failed to execute 'registerProtocolHandler' on 'Navigator': 3 arguments required, but only 0 present.
navigator.requestMIDIAccess() is OK
+navigator.sendBeacon() threw err TypeError: Failed to execute 'sendBeacon' on 'Navigator': 1 argument required, but only 0 present.
navigator.serviceWorker is OK
navigator.storageQuota is OK
navigator.unregisterProtocolHandler() threw err TypeError: Failed to execute 'unregisterProtocolHandler' on 'Navigator': 2 arguments required, but only 0 present.
« no previous file with comments | « LayoutTests/fast/beacon/beacon-basic-expected.txt ('k') | LayoutTests/http/tests/navigation/beacon-allowance.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698