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

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

Issue 183313003: Added non-prefixed navigator.getGamepads() with updated API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/gamepad/gamepad-api.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE WARNING: 'navigator.webkitGetGamepads' is deprecated. Please use 'naviga tor.getGamepads' instead.
1 This tests that the navigator object of a deleted frame is disconnected properly . Accessing fields or methods shouldn't crash the browser. 2 This tests that the navigator object of a deleted frame is disconnected properly . Accessing fields or methods shouldn't crash the browser.
2 Check Navigator 3 Check Navigator
3 navigator.appCodeName is OK 4 navigator.appCodeName is OK
4 navigator.appName is OK 5 navigator.appName is OK
5 navigator.appVersion is OK 6 navigator.appVersion is OK
6 navigator.battery is OK 7 navigator.battery is OK
7 navigator.cookieEnabled is OK 8 navigator.cookieEnabled is OK
8 navigator.doNotTrack is OK 9 navigator.doNotTrack is OK
10 navigator.getGamepads() is OK
9 navigator.getStorageUpdates() is OK 11 navigator.getStorageUpdates() is OK
10 navigator.isProtocolHandlerRegistered() threw err TypeError: Failed to execute ' isProtocolHandlerRegistered' on 'Navigator': 2 arguments required, but only 0 pr esent. 12 navigator.isProtocolHandlerRegistered() threw err TypeError: Failed to execute ' isProtocolHandlerRegistered' on 'Navigator': 2 arguments required, but only 0 pr esent.
11 navigator.javaEnabled() is OK 13 navigator.javaEnabled() is OK
12 navigator.language is OK 14 navigator.language is OK
13 navigator.maxTouchPoints is OK 15 navigator.maxTouchPoints is OK
14 navigator.mimeTypes is OK 16 navigator.mimeTypes is OK
15 navigator.onLine is OK 17 navigator.onLine is OK
16 navigator.platform is OK 18 navigator.platform is OK
17 navigator.plugins is OK 19 navigator.plugins is OK
18 navigator.product is OK 20 navigator.product is OK
19 navigator.productSub is OK 21 navigator.productSub is OK
20 navigator.registerProtocolHandler() threw err TypeError: Failed to execute 'regi sterProtocolHandler' on 'Navigator': 3 arguments required, but only 0 present. 22 navigator.registerProtocolHandler() threw err TypeError: Failed to execute 'regi sterProtocolHandler' on 'Navigator': 3 arguments required, but only 0 present.
21 navigator.requestMIDIAccess() is OK 23 navigator.requestMIDIAccess() is OK
22 navigator.serviceWorker is OK 24 navigator.serviceWorker is OK
23 navigator.storageQuota is OK 25 navigator.storageQuota is OK
24 navigator.unregisterProtocolHandler() threw err TypeError: Failed to execute 'un registerProtocolHandler' on 'Navigator': 2 arguments required, but only 0 presen t. 26 navigator.unregisterProtocolHandler() threw err TypeError: Failed to execute 'un registerProtocolHandler' on 'Navigator': 2 arguments required, but only 0 presen t.
25 navigator.userAgent is OK 27 navigator.userAgent is OK
26 navigator.vendor is OK 28 navigator.vendor is OK
27 navigator.vendorSub is OK 29 navigator.vendorSub is OK
28 navigator.vibrate() threw err TypeError: Failed to execute 'vibrate' on 'Navigat or': 1 argument required, but only 0 present. 30 navigator.vibrate() threw err TypeError: Failed to execute 'vibrate' on 'Navigat or': 1 argument required, but only 0 present.
29 navigator.webkitGetGamepads() is OK 31 navigator.webkitGetGamepads() is OK
30 navigator.webkitPersistentStorage is OK 32 navigator.webkitPersistentStorage is OK
31 navigator.webkitTemporaryStorage is OK 33 navigator.webkitTemporaryStorage is OK
32 navigator.appCodeName is OK 34 navigator.appCodeName is OK
33 navigator.appName is OK 35 navigator.appName is OK
34 navigator.appVersion is OK 36 navigator.appVersion is OK
35 navigator.battery is OK 37 navigator.battery is OK
36 navigator.cookieEnabled is OK 38 navigator.cookieEnabled is OK
37 navigator.doNotTrack is OK 39 navigator.doNotTrack is OK
40 navigator.getGamepads() is OK
38 navigator.getStorageUpdates() is OK 41 navigator.getStorageUpdates() is OK
39 navigator.isProtocolHandlerRegistered() threw err TypeError: Failed to execute ' isProtocolHandlerRegistered' on 'Navigator': 2 arguments required, but only 0 pr esent. 42 navigator.isProtocolHandlerRegistered() threw err TypeError: Failed to execute ' isProtocolHandlerRegistered' on 'Navigator': 2 arguments required, but only 0 pr esent.
40 navigator.javaEnabled() is OK 43 navigator.javaEnabled() is OK
41 navigator.language is OK 44 navigator.language is OK
42 navigator.maxTouchPoints is OK 45 navigator.maxTouchPoints is OK
43 navigator.mimeTypes is OK 46 navigator.mimeTypes is OK
44 navigator.onLine is OK 47 navigator.onLine is OK
45 navigator.platform is OK 48 navigator.platform is OK
46 navigator.plugins is OK 49 navigator.plugins is OK
47 navigator.product is OK 50 navigator.product is OK
48 navigator.productSub is OK 51 navigator.productSub is OK
49 navigator.registerProtocolHandler() threw err TypeError: Failed to execute 'regi sterProtocolHandler' on 'Navigator': 3 arguments required, but only 0 present. 52 navigator.registerProtocolHandler() threw err TypeError: Failed to execute 'regi sterProtocolHandler' on 'Navigator': 3 arguments required, but only 0 present.
50 navigator.requestMIDIAccess() is OK 53 navigator.requestMIDIAccess() is OK
51 navigator.serviceWorker is OK 54 navigator.serviceWorker is OK
52 navigator.storageQuota is OK 55 navigator.storageQuota is OK
53 navigator.unregisterProtocolHandler() threw err TypeError: Failed to execute 'un registerProtocolHandler' on 'Navigator': 2 arguments required, but only 0 presen t. 56 navigator.unregisterProtocolHandler() threw err TypeError: Failed to execute 'un registerProtocolHandler' on 'Navigator': 2 arguments required, but only 0 presen t.
54 navigator.userAgent is OK 57 navigator.userAgent is OK
55 navigator.vendor is OK 58 navigator.vendor is OK
56 navigator.vendorSub is OK 59 navigator.vendorSub is OK
57 navigator.vibrate() threw err TypeError: Failed to execute 'vibrate' on 'Navigat or': 1 argument required, but only 0 present. 60 navigator.vibrate() threw err TypeError: Failed to execute 'vibrate' on 'Navigat or': 1 argument required, but only 0 present.
58 navigator.webkitGetGamepads() is OK 61 navigator.webkitGetGamepads() is OK
59 navigator.webkitPersistentStorage is OK 62 navigator.webkitPersistentStorage is OK
60 navigator.webkitTemporaryStorage is OK 63 navigator.webkitTemporaryStorage is OK
61 64
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/gamepad/gamepad-api.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698