Title: [108799] trunk/LayoutTests
Revision
108799
Author
[email protected]
Date
2012-02-24 07:51:14 -0800 (Fri, 24 Feb 2012)

Log Message

Unreviewed, GTK rebaseline and skip a fast/dom/shadow test.

* platform/gtk/Skipped:
* platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
* platform/gtk/fast/js/global-constructors-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (108798 => 108799)


--- trunk/LayoutTests/ChangeLog	2012-02-24 15:48:55 UTC (rev 108798)
+++ trunk/LayoutTests/ChangeLog	2012-02-24 15:51:14 UTC (rev 108799)
@@ -1,3 +1,11 @@
+2012-02-24  Philippe Normand  <[email protected]>
+
+        Unreviewed, GTK rebaseline and skip a fast/dom/shadow test.
+
+        * platform/gtk/Skipped:
+        * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
+        * platform/gtk/fast/js/global-constructors-expected.txt:
+
 2012-02-24  Jochen Eisinger  <[email protected]>
 
         Tests for showModalDialog need to ask for permission to open windows

Modified: trunk/LayoutTests/platform/gtk/Skipped (108798 => 108799)


--- trunk/LayoutTests/platform/gtk/Skipped	2012-02-24 15:48:55 UTC (rev 108798)
+++ trunk/LayoutTests/platform/gtk/Skipped	2012-02-24 15:51:14 UTC (rev 108799)
@@ -361,6 +361,7 @@
 fast/dom/shadow/shadow-disable.html
 fast/dom/shadow/shadow-root-attached.html
 fast/dom/shadow/shadow-root-new.html
+fast/dom/shadow/iframe-shadow.html
 
 # CSS Regions support not yet enabled. http://webkit.org/b/57312
 fast/regions

Modified: trunk/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-2-expected.txt (108798 => 108799)


--- trunk/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-2-expected.txt	2012-02-24 15:48:55 UTC (rev 108798)
+++ trunk/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-2-expected.txt	2012-02-24 15:51:14 UTC (rev 108799)
@@ -81,9 +81,6 @@
 PASS DOMTokenList from inner.document.forms.testForm.0.0.classList
 PASS DOMTokenListConstructor from inner.document.forms.testForm.0.classList.constructor
 PASS DOMTokenListPrototype from inner.document.forms.testForm.0.0.classList.__proto__
-PASS Window from inner
-PASS WindowConstructor from inner.document.forms.testForm.0.ownerDocument.defaultView.constructor
-PASS WindowPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.__proto__
 PASS DocumentPrototype from inner.document.forms.testForm.0.ownerDocument.__proto__.__proto__
 PASS ElementPrototype from inner.document.forms.testForm.0.__proto__.__proto__.__proto__
 PASS Function from inner.document.createElement
@@ -232,6 +229,9 @@
 PASS WebKitCSSKeyframesRule from inner.document.getElementById("dummyStyle").sheet.cssRules.6
 PASS WebKitCSSKeyframesRuleConstructor from inner.document.getElementById("dummyStyle").sheet.cssRules.6.constructor
 PASS WebKitCSSKeyframesRulePrototype from inner.document.getElementById("dummyStyle").sheet.cssRules.6.__proto__
+PASS Window from inner
+PASS WindowConstructor from inner.document.forms.testForm.0.ownerDocument.defaultView.constructor
+PASS WindowPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.__proto__
 Never found Audio
 Never found Blob
 Never found CDATASection

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


--- trunk/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt	2012-02-24 15:48:55 UTC (rev 108798)
+++ trunk/LayoutTests/platform/gtk/fast/js/global-constructors-expected.txt	2012-02-24 15:51:14 UTC (rev 108799)
@@ -322,7 +322,7 @@
 PASS WebKitTransitionEvent.toString() is '[object WebKitTransitionEventConstructor]'
 PASS WebSocket.toString() is '[object WebSocketConstructor]'
 PASS WheelEvent.toString() is '[object WheelEventConstructor]'
-FAIL Window.toString() should be [object WindowConstructor]. Was [object WindowConstructor].
+PASS Window.toString() is '[object WindowConstructor]'
 PASS Worker.toString() is '[object WorkerConstructor]'
 PASS XMLDocument.toString() is '[object DocumentConstructor]'
 PASS XMLHttpRequest.toString() is '[object XMLHttpRequestConstructor]'
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to