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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/dom/constructed-objects-prototypes-expected.txt
diff --git a/LayoutTests/fast/dom/constructed-objects-prototypes-expected.txt b/LayoutTests/fast/dom/constructed-objects-prototypes-expected.txt
index b5c60acc7809392b1b4866a822b20dc4f24c9dc8..c6f42e877e6c5567a27f5b8142558a80c20084d9 100644
--- a/LayoutTests/fast/dom/constructed-objects-prototypes-expected.txt
+++ b/LayoutTests/fast/dom/constructed-objects-prototypes-expected.txt
@@ -3,88 +3,20 @@ Make sure prototypes are set up using the window a property came from, instead o
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS (new inner.Audio()).isInner is true
-PASS (new inner.Audio()).constructor.isInner is true
-PASS (new inner.BeforeLoadEvent()).isInner is true
-PASS (new inner.BeforeLoadEvent()).constructor.isInner is true
-PASS (new inner.Blob()).isInner is true
-PASS (new inner.Blob()).constructor.isInner is true
-PASS (new inner.CloseEvent()).isInner is true
-PASS (new inner.CloseEvent()).constructor.isInner is true
-PASS (new inner.CompositionEvent()).isInner is true
-PASS (new inner.CompositionEvent()).constructor.isInner is true
-PASS (new inner.CustomEvent()).isInner is true
-PASS (new inner.CustomEvent()).constructor.isInner is true
-PASS (new inner.DOMParser()).isInner is true
-PASS (new inner.DOMParser()).constructor.isInner is true
-PASS (new inner.ErrorEvent()).isInner is true
-PASS (new inner.ErrorEvent()).constructor.isInner is true
-PASS (new inner.Event()).isInner is true
-PASS (new inner.Event()).constructor.isInner is true
-PASS (new inner.FocusEvent()).isInner is true
-PASS (new inner.FocusEvent()).constructor.isInner is true
-PASS (new inner.FormData()).isInner is true
-PASS (new inner.FormData()).constructor.isInner is true
-PASS (new inner.HashChangeEvent()).isInner is true
-PASS (new inner.HashChangeEvent()).constructor.isInner is true
PASS (new inner.Image()).isInner is true
PASS (new inner.Image()).constructor.isInner is true
-PASS (new inner.KeyboardEvent()).isInner is true
-PASS (new inner.KeyboardEvent()).constructor.isInner is true
PASS (new inner.MediaController()).isInner is true
PASS (new inner.MediaController()).constructor.isInner is true
-PASS (new inner.MessageChannel()).isInner is true
-PASS (new inner.MessageChannel()).constructor.isInner is true
-PASS (new inner.MessageEvent()).isInner is true
-PASS (new inner.MessageEvent()).constructor.isInner is true
-PASS (new inner.MouseEvent()).isInner is true
-PASS (new inner.MouseEvent()).constructor.isInner is true
PASS (new inner.Option()).isInner is true
PASS (new inner.Option()).constructor.isInner is true
PASS (new inner.OverflowEvent()).isInner is true
PASS (new inner.OverflowEvent()).constructor.isInner is true
-PASS (new inner.PageTransitionEvent()).isInner is true
-PASS (new inner.PageTransitionEvent()).constructor.isInner is true
-PASS (new inner.Path()).isInner is true
-PASS (new inner.Path()).constructor.isInner is true
-PASS (new inner.PopStateEvent()).isInner is true
-PASS (new inner.PopStateEvent()).constructor.isInner is true
PASS (new inner.ProgressEvent()).isInner is true
PASS (new inner.ProgressEvent()).constructor.isInner is true
-PASS (new inner.StorageEvent()).isInner is true
-PASS (new inner.StorageEvent()).constructor.isInner is true
-PASS (new inner.TrackEvent()).isInner is true
-PASS (new inner.TrackEvent()).constructor.isInner is true
-PASS (new inner.TransitionEvent()).isInner is true
-PASS (new inner.TransitionEvent()).constructor.isInner is true
-PASS (new inner.UIEvent()).isInner is true
-PASS (new inner.UIEvent()).constructor.isInner is true
PASS (new inner.URL()).isInner is true
PASS (new inner.URL()).constructor.isInner is true
-PASS (new inner.WebGLContextEvent()).isInner is true
-PASS (new inner.WebGLContextEvent()).constructor.isInner is true
-PASS (new inner.WebKitAnimationEvent()).isInner is true
-PASS (new inner.WebKitAnimationEvent()).constructor.isInner is true
-PASS (new inner.WebKitCSSMatrix()).isInner is true
-PASS (new inner.WebKitCSSMatrix()).constructor.isInner is true
-PASS (new inner.WebKitPoint()).isInner is true
-PASS (new inner.WebKitPoint()).constructor.isInner is true
-PASS (new inner.WebKitTransitionEvent()).isInner is true
-PASS (new inner.WebKitTransitionEvent()).constructor.isInner is true
-PASS (new inner.WheelEvent()).isInner is true
-PASS (new inner.WheelEvent()).constructor.isInner is true
-PASS (new inner.Worker('foo')).isInner is true
-PASS (new inner.Worker('foo')).constructor.isInner is true
PASS (new inner.XMLHttpRequest()).isInner is true
PASS (new inner.XMLHttpRequest()).constructor.isInner is true
-PASS (new inner.XMLSerializer()).isInner is true
-PASS (new inner.XMLSerializer()).constructor.isInner is true
-PASS (new inner.XPathEvaluator()).isInner is true
-PASS (new inner.XPathEvaluator()).constructor.isInner is true
-PASS (new inner.XSLTProcessor()).isInner is true
-PASS (new inner.XSLTProcessor()).constructor.isInner is true
-PASS (new inner.webkitURL()).isInner is true
-PASS (new inner.webkitURL()).constructor.isInner is true
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698