Title: [94551] trunk/LayoutTests
Revision
94551
Author
r...@webkit.org
Date
2011-09-05 23:58:07 -0700 (Mon, 05 Sep 2011)

Log Message

[Qt] Update expecteds after r94545.

Unreviewed gardening.

* platform/qt/fast/dom/Window/window-properties-expected.png:
* platform/qt/fast/dom/Window/window-properties-expected.txt:
* platform/qt/fast/dom/Window/window-property-descriptors-expected.png:
* platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
* platform/qt/fast/dom/prototype-inheritance-2-expected.txt:
* platform/qt/fast/js/global-constructors-expected.png:
* platform/qt/fast/js/global-constructors-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (94550 => 94551)


--- trunk/LayoutTests/ChangeLog	2011-09-06 04:52:25 UTC (rev 94550)
+++ trunk/LayoutTests/ChangeLog	2011-09-06 06:58:07 UTC (rev 94551)
@@ -1,3 +1,17 @@
+2011-09-05  Renata Hodovan  <r...@webkit.org>
+
+        [Qt] Update expecteds after r94545.
+
+        Unreviewed gardening.
+
+        * platform/qt/fast/dom/Window/window-properties-expected.png:
+        * platform/qt/fast/dom/Window/window-properties-expected.txt:
+        * platform/qt/fast/dom/Window/window-property-descriptors-expected.png:
+        * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
+        * platform/qt/fast/dom/prototype-inheritance-2-expected.txt:
+        * platform/qt/fast/js/global-constructors-expected.png:
+        * platform/qt/fast/js/global-constructors-expected.txt:
+
 2011-09-05  Abhishek Arya  <infe...@chromium.org>
 
         Unreviewed. GTK rebaselines for r94541, r94543.

Modified: trunk/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt (94550 => 94551)


--- trunk/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt	2011-09-06 04:52:25 UTC (rev 94550)
+++ trunk/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt	2011-09-06 06:58:07 UTC (rev 94551)
@@ -1172,6 +1172,8 @@
 window.HTMLSelectElement.prototype [printed above as window.Element.prototype]
 window.HTMLSourceElement [object HTMLSourceElementConstructor]
 window.HTMLSourceElement.prototype [printed above as window.Element.prototype]
+window.HTMLSpanElement [object HTMLSpanElementConstructor]
+window.HTMLSpanElement.prototype [printed above as window.Element.prototype]
 window.HTMLStyleElement [object HTMLStyleElementConstructor]
 window.HTMLStyleElement.prototype [printed above as window.Element.prototype]
 window.HTMLTableCaptionElement [object HTMLTableCaptionElementConstructor]

Modified: trunk/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.txt (94550 => 94551)


--- trunk/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.txt	2011-09-06 04:52:25 UTC (rev 94550)
+++ trunk/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.txt	2011-09-06 06:58:07 UTC (rev 94551)
@@ -118,6 +118,7 @@
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLScriptElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLSelectElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLSourceElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLSpanElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLStyleElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLTableCaptionElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLTableCellElement') is 'object'

Modified: trunk/LayoutTests/platform/qt/fast/dom/prototype-inheritance-2-expected.txt (94550 => 94551)


--- trunk/LayoutTests/platform/qt/fast/dom/prototype-inheritance-2-expected.txt	2011-09-06 04:52:25 UTC (rev 94550)
+++ trunk/LayoutTests/platform/qt/fast/dom/prototype-inheritance-2-expected.txt	2011-09-06 06:58:07 UTC (rev 94551)
@@ -118,8 +118,6 @@
 PASS HTMLDocument from inner.document.forms.testForm.0.ownerDocument
 PASS HTMLDocumentConstructor from inner.document.forms.testForm.0.ownerDocument.constructor
 PASS HTMLDocumentPrototype from inner.document.forms.testForm.0.ownerDocument.__proto__
-PASS HTMLElement from inner.document.forms.testForm.0.parentNode.lastElementChild
-PASS HTMLElementConstructor from inner.document.forms.testForm.0.parentNode.lastElementChild.constructor
 PASS HTMLElementPrototype from inner.document.forms.testForm.0.__proto__.__proto__
 PASS HTMLFormElement from inner.document.forms.testForm.0
 PASS HTMLFormElementConstructor from inner.document.forms.testForm.0.constructor
@@ -134,6 +132,9 @@
 PASS HTMLInputElementConstructor from inner.document.forms.testForm.0.0.constructor
 PASS HTMLInputElementPrototype from inner.document.forms.testForm.0.0.__proto__
 PASS HTMLMediaElementPrototype from inner.document.forms.testForm.0.previousElementSibling.__proto__.__proto__
+PASS HTMLSpanElement from inner.document.forms.testForm.0.parentNode.lastElementChild
+PASS HTMLSpanElementConstructor from inner.document.forms.testForm.0.parentNode.lastElementChild.constructor
+PASS HTMLSpanElementPrototype from inner.document.forms.testForm.0.parentNode.lastElementChild.__proto__
 PASS HTMLStyleElement from inner.document.forms.testForm.0.parentNode.lastElementChild.previousElementSibling
 PASS HTMLStyleElementConstructor from inner.document.forms.testForm.0.parentNode.lastElementChild.previousElementSibling.constructor
 PASS HTMLStyleElementPrototype from inner.document.forms.testForm.0.parentNode.lastElementChild.previousElementSibling.__proto__
@@ -251,6 +252,7 @@
 Never found HTMLBlockquoteElement
 Never found HTMLDirectoryElement
 Never found HTMLDivElement
+Never found HTMLElement
 Never found HTMLEmbedElement
 Never found HTMLFieldSetElement
 Never found HTMLFontElement

Modified: trunk/LayoutTests/platform/qt/fast/js/global-constructors-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/qt/fast/js/global-constructors-expected.txt (94550 => 94551)


--- trunk/LayoutTests/platform/qt/fast/js/global-constructors-expected.txt	2011-09-06 04:52:25 UTC (rev 94550)
+++ trunk/LayoutTests/platform/qt/fast/js/global-constructors-expected.txt	2011-09-06 06:58:07 UTC (rev 94551)
@@ -112,6 +112,7 @@
 PASS HTMLScriptElement.toString() is '[object HTMLScriptElementConstructor]'
 PASS HTMLSelectElement.toString() is '[object HTMLSelectElementConstructor]'
 PASS HTMLSourceElement.toString() is '[object HTMLSourceElementConstructor]'
+PASS HTMLSpanElement.toString() is '[object HTMLSpanElementConstructor]'
 PASS HTMLStyleElement.toString() is '[object HTMLStyleElementConstructor]'
 PASS HTMLTableCaptionElement.toString() is '[object HTMLTableCaptionElementConstructor]'
 PASS HTMLTableCellElement.toString() is '[object HTMLTableCellElementConstructor]'
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to