Title: [140515] trunk/LayoutTests
Revision
140515
Author
[email protected]
Date
2013-01-23 00:00:07 -0800 (Wed, 23 Jan 2013)

Log Message

Unreviewed GTK gardening.

Rebaselining after r140448, r140459 and r140493.

* platform/gtk/fast/dom/constructed-objects-prototypes-expected.txt: Added.
* platform/gtk/fast/js/global-constructors-expected.txt:

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (140514 => 140515)


--- trunk/LayoutTests/ChangeLog	2013-01-23 07:37:06 UTC (rev 140514)
+++ trunk/LayoutTests/ChangeLog	2013-01-23 08:00:07 UTC (rev 140515)
@@ -1,3 +1,12 @@
+2013-01-22  Zan Dobersek  <[email protected]>
+
+        Unreviewed GTK gardening.
+
+        Rebaselining after r140448, r140459 and r140493.
+
+        * platform/gtk/fast/dom/constructed-objects-prototypes-expected.txt: Added.
+        * platform/gtk/fast/js/global-constructors-expected.txt:
+
 2013-01-22  Kent Tamura  <[email protected]>
 
         [Chromium] Fix svn:mime-type of PNG files in platform/chromium*/

Added: trunk/LayoutTests/platform/gtk/fast/dom/constructed-objects-prototypes-expected.txt (0 => 140515)


--- trunk/LayoutTests/platform/gtk/fast/dom/constructed-objects-prototypes-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/dom/constructed-objects-prototypes-expected.txt	2013-01-23 08:00:07 UTC (rev 140515)
@@ -0,0 +1,77 @@
+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.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.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.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.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.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.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.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
+

Modified: trunk/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt (140514 => 140515)


--- trunk/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt	2013-01-23 07:37:06 UTC (rev 140514)
+++ trunk/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt	2013-01-23 08:00:07 UTC (rev 140515)
@@ -123,6 +123,7 @@
 PASS HTMLTableElement.toString() is '[object HTMLTableElementConstructor]'
 PASS HTMLTableRowElement.toString() is '[object HTMLTableRowElementConstructor]'
 PASS HTMLTableSectionElement.toString() is '[object HTMLTableSectionElementConstructor]'
+PASS HTMLTemplateElement.toString() is '[object HTMLTemplateElementConstructor]'
 PASS HTMLTextAreaElement.toString() is '[object HTMLTextAreaElementConstructor]'
 PASS HTMLTitleElement.toString() is '[object HTMLTitleElementConstructor]'
 PASS HTMLTrackElement.toString() is '[object HTMLTrackElementConstructor]'
@@ -330,6 +331,7 @@
 PASS TextTrackList.toString() is '[object TextTrackListConstructor]'
 PASS TimeRanges.toString() is '[object TimeRangesConstructor]'
 PASS TrackEvent.toString() is '[object TrackEventConstructor]'
+PASS TransitionEvent.toString() is '[object TransitionEventConstructor]'
 PASS UIEvent.toString() is '[object UIEventConstructor]'
 PASS URL.toString() is '[object URLConstructor]'
 PASS WebGLContextEvent.toString() is '[object WebGLContextEventConstructor]'
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to