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

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

Issue 9949021: Merge 113282 - Switch web intents API to be vendor-prefixed (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1084/
Patch Set: Created 8 years, 8 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
« no previous file with comments | « LayoutTests/ChangeLog ('k') | LayoutTests/webintents/resources/web-intents-reload-orig.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 This tests that the navigator object of a deleted frame is disconnected properly . Accessing fields or methods shouldn't crash the browser. 1 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 2 Check Navigator
3 navigator.appCodeName is OK 3 navigator.appCodeName is OK
4 navigator.appName is OK 4 navigator.appName is OK
5 navigator.appVersion is OK 5 navigator.appVersion is OK
6 navigator.cookieEnabled is OK 6 navigator.cookieEnabled is OK
7 navigator.getStorageUpdates() is OK 7 navigator.getStorageUpdates() is OK
8 navigator.javaEnabled() is OK 8 navigator.javaEnabled() is OK
9 navigator.language is OK 9 navigator.language is OK
10 navigator.mimeTypes is OK 10 navigator.mimeTypes is OK
11 navigator.onLine is OK 11 navigator.onLine is OK
12 navigator.platform is OK 12 navigator.platform is OK
13 navigator.plugins is OK 13 navigator.plugins is OK
14 navigator.product is OK 14 navigator.product is OK
15 navigator.productSub is OK 15 navigator.productSub is OK
16 navigator.registerProtocolHandler() threw err TypeError: Not enough arguments 16 navigator.registerProtocolHandler() threw err TypeError: Not enough arguments
17 navigator.startActivity() threw err TypeError: Not enough arguments
18 navigator.userAgent is OK 17 navigator.userAgent is OK
19 navigator.vendor is OK 18 navigator.vendor is OK
20 navigator.vendorSub is OK 19 navigator.vendorSub is OK
21 navigator.webkitGamepads is OK 20 navigator.webkitGamepads is OK
22 navigator.webkitPointer is OK 21 navigator.webkitPointer is OK
22 navigator.webkitStartActivity() threw err TypeError: Not enough arguments
23 navigator.appCodeName is OK 23 navigator.appCodeName is OK
24 navigator.appName is OK 24 navigator.appName is OK
25 navigator.appVersion is OK 25 navigator.appVersion is OK
26 navigator.cookieEnabled is OK 26 navigator.cookieEnabled is OK
27 navigator.getStorageUpdates() is OK 27 navigator.getStorageUpdates() is OK
28 navigator.javaEnabled() is OK 28 navigator.javaEnabled() is OK
29 navigator.language is OK 29 navigator.language is OK
30 navigator.mimeTypes is OK 30 navigator.mimeTypes is OK
31 navigator.onLine is OK 31 navigator.onLine is OK
32 navigator.platform is OK 32 navigator.platform is OK
33 navigator.plugins is OK 33 navigator.plugins is OK
34 navigator.product is OK 34 navigator.product is OK
35 navigator.productSub is OK 35 navigator.productSub is OK
36 navigator.registerProtocolHandler() threw err TypeError: Not enough arguments 36 navigator.registerProtocolHandler() threw err TypeError: Not enough arguments
37 navigator.startActivity() threw err TypeError: Not enough arguments
38 navigator.userAgent is OK 37 navigator.userAgent is OK
39 navigator.vendor is OK 38 navigator.vendor is OK
40 navigator.vendorSub is OK 39 navigator.vendorSub is OK
41 navigator.webkitGamepads is OK 40 navigator.webkitGamepads is OK
42 navigator.webkitPointer is OK 41 navigator.webkitPointer is OK
42 navigator.webkitStartActivity() threw err TypeError: Not enough arguments
43 43
OLDNEW
« no previous file with comments | « LayoutTests/ChangeLog ('k') | LayoutTests/webintents/resources/web-intents-reload-orig.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698