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

Side by Side Diff: LayoutTests/fast/dom/constructed-objects-prototypes-expected.txt

Issue 14447006: Global constructors should be configurable and not enumerable (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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
OLDNEW
1 Make sure prototypes are set up using the window a property came from, instead o f the lexical global object. 1 Make sure prototypes are set up using the window a property came from, instead o f the lexical global object.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS (new inner.Audio()).isInner is true
7 PASS (new inner.Audio()).constructor.isInner is true
8 PASS (new inner.BeforeLoadEvent()).isInner is true
9 PASS (new inner.BeforeLoadEvent()).constructor.isInner is true
10 PASS (new inner.Blob()).isInner is true
11 PASS (new inner.Blob()).constructor.isInner is true
12 PASS (new inner.CloseEvent()).isInner is true
13 PASS (new inner.CloseEvent()).constructor.isInner is true
14 PASS (new inner.CompositionEvent()).isInner is true
15 PASS (new inner.CompositionEvent()).constructor.isInner is true
16 PASS (new inner.CustomEvent()).isInner is true
17 PASS (new inner.CustomEvent()).constructor.isInner is true
18 PASS (new inner.DOMParser()).isInner is true
19 PASS (new inner.DOMParser()).constructor.isInner is true
20 PASS (new inner.ErrorEvent()).isInner is true
21 PASS (new inner.ErrorEvent()).constructor.isInner is true
22 PASS (new inner.Event()).isInner is true
23 PASS (new inner.Event()).constructor.isInner is true
24 PASS (new inner.FocusEvent()).isInner is true
25 PASS (new inner.FocusEvent()).constructor.isInner is true
26 PASS (new inner.FormData()).isInner is true
27 PASS (new inner.FormData()).constructor.isInner is true
28 PASS (new inner.HashChangeEvent()).isInner is true
29 PASS (new inner.HashChangeEvent()).constructor.isInner is true
30 PASS (new inner.Image()).isInner is true 6 PASS (new inner.Image()).isInner is true
31 PASS (new inner.Image()).constructor.isInner is true 7 PASS (new inner.Image()).constructor.isInner is true
32 PASS (new inner.KeyboardEvent()).isInner is true
33 PASS (new inner.KeyboardEvent()).constructor.isInner is true
34 PASS (new inner.MediaController()).isInner is true 8 PASS (new inner.MediaController()).isInner is true
35 PASS (new inner.MediaController()).constructor.isInner is true 9 PASS (new inner.MediaController()).constructor.isInner is true
36 PASS (new inner.MessageChannel()).isInner is true
37 PASS (new inner.MessageChannel()).constructor.isInner is true
38 PASS (new inner.MessageEvent()).isInner is true
39 PASS (new inner.MessageEvent()).constructor.isInner is true
40 PASS (new inner.MouseEvent()).isInner is true
41 PASS (new inner.MouseEvent()).constructor.isInner is true
42 PASS (new inner.Option()).isInner is true 10 PASS (new inner.Option()).isInner is true
43 PASS (new inner.Option()).constructor.isInner is true 11 PASS (new inner.Option()).constructor.isInner is true
44 PASS (new inner.OverflowEvent()).isInner is true 12 PASS (new inner.OverflowEvent()).isInner is true
45 PASS (new inner.OverflowEvent()).constructor.isInner is true 13 PASS (new inner.OverflowEvent()).constructor.isInner is true
46 PASS (new inner.PageTransitionEvent()).isInner is true
47 PASS (new inner.PageTransitionEvent()).constructor.isInner is true
48 PASS (new inner.Path()).isInner is true
49 PASS (new inner.Path()).constructor.isInner is true
50 PASS (new inner.PopStateEvent()).isInner is true
51 PASS (new inner.PopStateEvent()).constructor.isInner is true
52 PASS (new inner.ProgressEvent()).isInner is true 14 PASS (new inner.ProgressEvent()).isInner is true
53 PASS (new inner.ProgressEvent()).constructor.isInner is true 15 PASS (new inner.ProgressEvent()).constructor.isInner is true
54 PASS (new inner.StorageEvent()).isInner is true
55 PASS (new inner.StorageEvent()).constructor.isInner is true
56 PASS (new inner.TrackEvent()).isInner is true
57 PASS (new inner.TrackEvent()).constructor.isInner is true
58 PASS (new inner.TransitionEvent()).isInner is true
59 PASS (new inner.TransitionEvent()).constructor.isInner is true
60 PASS (new inner.UIEvent()).isInner is true
61 PASS (new inner.UIEvent()).constructor.isInner is true
62 PASS (new inner.URL()).isInner is true 16 PASS (new inner.URL()).isInner is true
63 PASS (new inner.URL()).constructor.isInner is true 17 PASS (new inner.URL()).constructor.isInner is true
64 PASS (new inner.WebGLContextEvent()).isInner is true
65 PASS (new inner.WebGLContextEvent()).constructor.isInner is true
66 PASS (new inner.WebKitAnimationEvent()).isInner is true
67 PASS (new inner.WebKitAnimationEvent()).constructor.isInner is true
68 PASS (new inner.WebKitCSSMatrix()).isInner is true
69 PASS (new inner.WebKitCSSMatrix()).constructor.isInner is true
70 PASS (new inner.WebKitPoint()).isInner is true
71 PASS (new inner.WebKitPoint()).constructor.isInner is true
72 PASS (new inner.WebKitTransitionEvent()).isInner is true
73 PASS (new inner.WebKitTransitionEvent()).constructor.isInner is true
74 PASS (new inner.WheelEvent()).isInner is true
75 PASS (new inner.WheelEvent()).constructor.isInner is true
76 PASS (new inner.Worker('foo')).isInner is true
77 PASS (new inner.Worker('foo')).constructor.isInner is true
78 PASS (new inner.XMLHttpRequest()).isInner is true 18 PASS (new inner.XMLHttpRequest()).isInner is true
79 PASS (new inner.XMLHttpRequest()).constructor.isInner is true 19 PASS (new inner.XMLHttpRequest()).constructor.isInner is true
80 PASS (new inner.XMLSerializer()).isInner is true
81 PASS (new inner.XMLSerializer()).constructor.isInner is true
82 PASS (new inner.XPathEvaluator()).isInner is true
83 PASS (new inner.XPathEvaluator()).constructor.isInner is true
84 PASS (new inner.XSLTProcessor()).isInner is true
85 PASS (new inner.XSLTProcessor()).constructor.isInner is true
86 PASS (new inner.webkitURL()).isInner is true
87 PASS (new inner.webkitURL()).constructor.isInner is true
88 PASS successfullyParsed is true 20 PASS successfullyParsed is true
89 21
90 TEST COMPLETE 22 TEST COMPLETE
91 23
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698