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

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

Issue 14146002: Remove all generic expected results for which a generic Chromium expected result exists (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | Annotate | Revision Log
OLDNEW
(Empty)
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
3 navigator.appCodeName is OK
4 navigator.appName is OK
5 navigator.appVersion is OK
6 navigator.cookieEnabled is OK
7 navigator.getStorageUpdates() is OK
8 navigator.javaEnabled() is OK
9 navigator.language is OK
10 navigator.mimeTypes is OK
11 navigator.onLine is OK
12 navigator.platform is OK
13 navigator.plugins is OK
14 navigator.product is OK
15 navigator.productSub is OK
16 navigator.userAgent is OK
17 navigator.vendor is OK
18 navigator.vendorSub is OK
19 navigator.appCodeName is OK
20 navigator.appName is OK
21 navigator.appVersion is OK
22 navigator.cookieEnabled is OK
23 navigator.getStorageUpdates() is OK
24 navigator.javaEnabled() is OK
25 navigator.language is OK
26 navigator.mimeTypes is OK
27 navigator.onLine is OK
28 navigator.platform is OK
29 navigator.plugins is OK
30 navigator.product is OK
31 navigator.productSub is OK
32 navigator.userAgent is OK
33 navigator.vendor is OK
34 navigator.vendorSub is OK
35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698