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

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

Issue 291203002: Adds NetInfo v3 Web API to Blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@netinfo1
Patch Set: Comment typo Created 6 years, 6 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
OLDNEW
1 CONSOLE WARNING: 'navigator.webkitGetGamepads' is deprecated. Please use 'naviga tor.getGamepads' instead. 1 CONSOLE WARNING: 'navigator.webkitGetGamepads' is deprecated. Please use 'naviga tor.getGamepads' instead.
2 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.
3 Check Navigator 3 Check Navigator
4 navigator.appCodeName is OK 4 navigator.appCodeName is OK
5 navigator.appName is OK 5 navigator.appName is OK
6 navigator.appVersion is OK 6 navigator.appVersion is OK
7 navigator.battery is OK 7 navigator.battery is OK
8 navigator.connection is OK
8 navigator.cookieEnabled is OK 9 navigator.cookieEnabled is OK
9 navigator.doNotTrack is OK 10 navigator.doNotTrack is OK
10 navigator.getGamepads() is OK 11 navigator.getGamepads() is OK
11 navigator.getStorageUpdates() is OK 12 navigator.getStorageUpdates() is OK
12 navigator.isProtocolHandlerRegistered() threw err TypeError: Failed to execute ' isProtocolHandlerRegistered' on 'Navigator': 2 arguments required, but only 0 pr esent. 13 navigator.isProtocolHandlerRegistered() threw err TypeError: Failed to execute ' isProtocolHandlerRegistered' on 'Navigator': 2 arguments required, but only 0 pr esent.
13 navigator.javaEnabled() is OK 14 navigator.javaEnabled() is OK
14 navigator.language is OK 15 navigator.language is OK
15 navigator.maxTouchPoints is OK 16 navigator.maxTouchPoints is OK
16 navigator.mimeTypes is OK 17 navigator.mimeTypes is OK
17 navigator.onLine is OK 18 navigator.onLine is OK
(...skipping 12 matching lines...) Expand all
30 navigator.vendor is OK 31 navigator.vendor is OK
31 navigator.vendorSub is OK 32 navigator.vendorSub is OK
32 navigator.vibrate() threw err TypeError: Failed to execute 'vibrate' on 'Navigat or': 1 argument required, but only 0 present. 33 navigator.vibrate() threw err TypeError: Failed to execute 'vibrate' on 'Navigat or': 1 argument required, but only 0 present.
33 navigator.webkitGetGamepads() is OK 34 navigator.webkitGetGamepads() is OK
34 navigator.webkitPersistentStorage is OK 35 navigator.webkitPersistentStorage is OK
35 navigator.webkitTemporaryStorage is OK 36 navigator.webkitTemporaryStorage is OK
36 navigator.appCodeName is OK 37 navigator.appCodeName is OK
37 navigator.appName is OK 38 navigator.appName is OK
38 navigator.appVersion is OK 39 navigator.appVersion is OK
39 navigator.battery is OK 40 navigator.battery is OK
41 navigator.connection is OK
40 navigator.cookieEnabled is OK 42 navigator.cookieEnabled is OK
41 navigator.doNotTrack is OK 43 navigator.doNotTrack is OK
42 navigator.getGamepads() is OK 44 navigator.getGamepads() is OK
43 navigator.getStorageUpdates() is OK 45 navigator.getStorageUpdates() is OK
44 navigator.isProtocolHandlerRegistered() threw err TypeError: Failed to execute ' isProtocolHandlerRegistered' on 'Navigator': 2 arguments required, but only 0 pr esent. 46 navigator.isProtocolHandlerRegistered() threw err TypeError: Failed to execute ' isProtocolHandlerRegistered' on 'Navigator': 2 arguments required, but only 0 pr esent.
45 navigator.javaEnabled() is OK 47 navigator.javaEnabled() is OK
46 navigator.language is OK 48 navigator.language is OK
47 navigator.maxTouchPoints is OK 49 navigator.maxTouchPoints is OK
48 navigator.mimeTypes is OK 50 navigator.mimeTypes is OK
49 navigator.onLine is OK 51 navigator.onLine is OK
50 navigator.platform is OK 52 navigator.platform is OK
51 navigator.plugins is OK 53 navigator.plugins is OK
52 navigator.product is OK 54 navigator.product is OK
53 navigator.productSub is OK 55 navigator.productSub is OK
54 navigator.push is OK 56 navigator.push is OK
55 navigator.registerProtocolHandler() threw err TypeError: Failed to execute 'regi sterProtocolHandler' on 'Navigator': 3 arguments required, but only 0 present. 57 navigator.registerProtocolHandler() threw err TypeError: Failed to execute 'regi sterProtocolHandler' on 'Navigator': 3 arguments required, but only 0 present.
56 navigator.requestMIDIAccess() is OK 58 navigator.requestMIDIAccess() is OK
57 navigator.sendBeacon() threw err TypeError: Failed to execute 'sendBeacon' on 'N avigator': 1 argument required, but only 0 present. 59 navigator.sendBeacon() threw err TypeError: Failed to execute 'sendBeacon' on 'N avigator': 1 argument required, but only 0 present.
58 navigator.serviceWorker is OK 60 navigator.serviceWorker is OK
59 navigator.storageQuota is OK 61 navigator.storageQuota is OK
60 navigator.unregisterProtocolHandler() threw err TypeError: Failed to execute 'un registerProtocolHandler' on 'Navigator': 2 arguments required, but only 0 presen t. 62 navigator.unregisterProtocolHandler() threw err TypeError: Failed to execute 'un registerProtocolHandler' on 'Navigator': 2 arguments required, but only 0 presen t.
61 navigator.userAgent is OK 63 navigator.userAgent is OK
62 navigator.vendor is OK 64 navigator.vendor is OK
63 navigator.vendorSub is OK 65 navigator.vendorSub is OK
64 navigator.vibrate() threw err TypeError: Failed to execute 'vibrate' on 'Navigat or': 1 argument required, but only 0 present. 66 navigator.vibrate() threw err TypeError: Failed to execute 'vibrate' on 'Navigat or': 1 argument required, but only 0 present.
65 navigator.webkitGetGamepads() is OK 67 navigator.webkitGetGamepads() is OK
66 navigator.webkitPersistentStorage is OK 68 navigator.webkitPersistentStorage is OK
67 navigator.webkitTemporaryStorage is OK 69 navigator.webkitTemporaryStorage is OK
68 70
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/Window/resources/window-property-collector.js ('k') | LayoutTests/netinfo/basic-operation.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698