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

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

Issue 14891003: The first in a series of mass rebaselines. I tried to avoid (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 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..a2f59dabe127f58bd1d332fa975838bfa983c344 100644
--- a/LayoutTests/fast/dom/constructed-objects-prototypes-expected.txt
+++ b/LayoutTests/fast/dom/constructed-objects-prototypes-expected.txt
@@ -1,90 +1,9 @@
+CONSOLE MESSAGE: 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
Make sure prototypes are set up using the window a property came from, instead of the lexical global object.
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