| 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.
|
|
|