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

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

Issue 301193006: Update navigator-detached-no-crash.html test to use testharness.js. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@navigator.languages
Patch Set: 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
deleted file mode 100644
index 4d41b92e138b9916c46eba2853de39d364dbf479..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/dom/navigator-detached-no-crash-expected.txt
+++ /dev/null
@@ -1,70 +0,0 @@
-CONSOLE WARNING: 'navigator.webkitGetGamepads' is deprecated. Please use 'navigator.getGamepads' instead.
-This tests that the navigator object of a deleted frame is disconnected properly. Accessing fields or methods shouldn't crash the browser.
- Check Navigator
-navigator.appCodeName is OK
-navigator.appName is OK
-navigator.appVersion is OK
-navigator.battery is OK
-navigator.cookieEnabled is OK
-navigator.doNotTrack is OK
-navigator.getGamepads() 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.languages is OK
-navigator.maxTouchPoints is OK
-navigator.mimeTypes is OK
-navigator.onLine is OK
-navigator.platform is OK
-navigator.plugins is OK
-navigator.product is OK
-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.
-navigator.userAgent is OK
-navigator.vendor is OK
-navigator.vendorSub is OK
-navigator.vibrate() threw err TypeError: Failed to execute 'vibrate' on 'Navigator': 1 argument required, but only 0 present.
-navigator.webkitGetGamepads() is OK
-navigator.webkitPersistentStorage is OK
-navigator.webkitTemporaryStorage is OK
-navigator.appCodeName is OK
-navigator.appName is OK
-navigator.appVersion is OK
-navigator.battery is OK
-navigator.cookieEnabled is OK
-navigator.doNotTrack is OK
-navigator.getGamepads() 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.languages is OK
-navigator.maxTouchPoints is OK
-navigator.mimeTypes is OK
-navigator.onLine is OK
-navigator.platform is OK
-navigator.plugins is OK
-navigator.product is OK
-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.
-navigator.userAgent is OK
-navigator.vendor is OK
-navigator.vendorSub is OK
-navigator.vibrate() threw err TypeError: Failed to execute 'vibrate' on 'Navigator': 1 argument required, but only 0 present.
-navigator.webkitGetGamepads() is OK
-navigator.webkitPersistentStorage is OK
-navigator.webkitTemporaryStorage is OK
-

Powered by Google App Engine
This is Rietveld 408576698