Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / js / var-declarations-shadowing-expected.txt
1 This page tests var declarations that attempt to shadow interesting global properties in interesting ways. Bug 16644.
2
3 If the test passes, you'll see a series of PASS messages below.
4
5 PASS: Node == undefined should be false and is.
6 PASS: eval('Node == undefined') should be false and is.
7 PASS: Element == undefined should be false and is.
8 PASS: eval('Element == undefined') should be false and is.
9 FAIL: toString == undefined should be false but instead is true.
10 FAIL: eval('toString == undefined') should be false but instead is true.
11 FAIL: valueOf == undefined should be false but instead is true.
12 FAIL: eval('valueOf == undefined') should be false but instead is true.
13 -----
14 PASS: HTMLElement == marker should be true and is.
15 PASS: eval('HTMLElement == marker') should be true and is.
16 PASS: HTMLLinkElement == marker should be true and is.
17 PASS: eval('HTMLLinkElement == marker') should be true and is.
18 PASS: moveBy == marker should be true and is.
19 PASS: eval('moveBy == marker') should be true and is.
20 PASS: find == marker should be true and is.
21 PASS: eval('find == marker') should be true and is.
22 -----
23 PASS: locationbar == marker should be true and is.
24 PASS: eval('locationbar == marker') should be true and is.
25 PASS: menubar == marker should be true and is.
26 PASS: eval('menubar == marker') should be true and is.
27 PASS: personalbar == marker should be true and is.
28 PASS: eval('personalbar == marker') should be true and is.
29 PASS: scrollbars == marker should be true and is.
30 PASS: eval('scrollbars == marker') should be true and is.
31 PASS: statusbar == marker should be true and is.
32 PASS: eval('statusbar == marker') should be true and is.
33 PASS: toolbar == marker should be true and is.
34 PASS: eval('toolbar == marker') should be true and is.
35 PASS: offscreenBuffering == marker should be true and is.
36 PASS: eval('offscreenBuffering == marker') should be true and is.
37 PASS: outerHeight == marker should be true and is.
38 PASS: eval('outerHeight == marker') should be true and is.
39 PASS: outerWidth == marker should be true and is.
40 PASS: eval('outerWidth == marker') should be true and is.
41 PASS: innerHeight == marker should be true and is.
42 PASS: eval('innerHeight == marker') should be true and is.
43 PASS: innerWidth == marker should be true and is.
44 PASS: eval('innerWidth == marker') should be true and is.
45 PASS: screenX == marker should be true and is.
46 PASS: eval('screenX == marker') should be true and is.
47 PASS: screenY == marker should be true and is.
48 PASS: eval('screenY == marker') should be true and is.
49 PASS: screenLeft == marker should be true and is.
50 PASS: eval('screenLeft == marker') should be true and is.
51 PASS: screenTop == marker should be true and is.
52 PASS: eval('screenTop == marker') should be true and is.
53 PASS: scrollX == marker should be true and is.
54 PASS: eval('scrollX == marker') should be true and is.
55 PASS: scrollY == marker should be true and is.
56 PASS: eval('scrollY == marker') should be true and is.
57 PASS: length == marker should be true and is.
58 PASS: eval('length == marker') should be true and is.
59 PASS: self == marker should be true and is.
60 PASS: eval('self == marker') should be true and is.
61 PASS: frames == marker should be true and is.
62 PASS: eval('frames == marker') should be true and is.
63 PASS: opener == marker should be true and is.
64 PASS: eval('opener == marker') should be true and is.
65 PASS: parent == marker should be true and is.
66 PASS: eval('parent == marker') should be true and is.
67 PASS: devicePixelRatio == marker should be true and is.
68 PASS: eval('devicePixelRatio == marker') should be true and is.
69 PASS: devicePixelRatio == marker should be true and is.
70 PASS: eval('devicePixelRatio == marker') should be true and is.
71 PASS: navigator == marker should be false and is.
72 PASS: eval('navigator == marker') should be false and is.
73 PASS: clientInformation == marker should be true and is.
74 PASS: eval('clientInformation == marker') should be true and is.
75 PASS: status == marker should be true and is.
76 PASS: eval('status == marker') should be true and is.
77 PASS: defaultStatus == marker should be true and is.
78 PASS: eval('defaultStatus == marker') should be true and is.
79 PASS: defaultstatus == marker should be true and is.
80 PASS: eval('defaultstatus == marker') should be true and is.
81 PASS: screen == marker should be true and is.
82 PASS: eval('screen == marker') should be true and is.
83 PASS: history == marker should be false and is.
84 PASS: eval('history == marker') should be false and is.
85 -----
86 PASS: frameElement == marker should be false and is.
87 PASS: eval('frameElement == marker') should be false and is.
88 PASS: pageXOffset == marker should be false and is.
89 PASS: eval('pageXOffset == marker') should be false and is.
90 PASS: pageYOffset == marker should be false and is.
91 PASS: eval('pageYOffset == marker') should be false and is.
92 PASS: closed == marker should be false and is.
93 PASS: eval('closed == marker') should be false and is.
94 PASS: window == marker should be false and is.
95 PASS: eval('window == marker') should be false and is.
96 PASS: document == marker should be false and is.
97 PASS: eval('document == marker') should be false and is.
98 PASS: crypto == marker should be false and is.
99 PASS: eval('crypto == marker') should be false and is.
100 PASS: top == marker should be false and is.
101 PASS: eval('top == marker') should be false and is.
102