Title: [94638] trunk/LayoutTests
Revision
94638
Author
[email protected]
Date
2011-09-06 22:06:47 -0700 (Tue, 06 Sep 2011)

Log Message

Qt rebaseline after r94614.

* platform/qt/fast/dom/Window/window-properties-expected.txt:
* 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.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (94637 => 94638)


--- trunk/LayoutTests/ChangeLog	2011-09-07 04:43:33 UTC (rev 94637)
+++ trunk/LayoutTests/ChangeLog	2011-09-07 05:06:47 UTC (rev 94638)
@@ -1,5 +1,14 @@
 2011-09-06  Ryosuke Niwa  <[email protected]>
 
+        Qt rebaseline after r94614.
+
+        * platform/qt/fast/dom/Window/window-properties-expected.txt:
+        * 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.txt:
+
+2011-09-06  Ryosuke Niwa  <[email protected]>
+
         REGRESSION(r94274): The inner text value of an input element is not updated when input.value is set
         https://bugs.webkit.org/show_bug.cgi?id=67681
 

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


--- trunk/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt	2011-09-07 04:43:33 UTC (rev 94637)
+++ trunk/LayoutTests/platform/qt/fast/dom/Window/window-properties-expected.txt	2011-09-07 05:06:47 UTC (rev 94638)
@@ -1063,8 +1063,6 @@
 window.HTMLBaseElement.prototype [printed above as window.Element.prototype]
 window.HTMLBaseFontElement [object HTMLBaseFontElementConstructor]
 window.HTMLBaseFontElement.prototype [printed above as window.Element.prototype]
-window.HTMLBlockquoteElement [object HTMLBlockquoteElementConstructor]
-window.HTMLBlockquoteElement.prototype [printed above as window.Element.prototype]
 window.HTMLBodyElement [object HTMLBodyElementConstructor]
 window.HTMLBodyElement.prototype [printed above as window.Element.prototype]
 window.HTMLButtonElement [object HTMLButtonElementConstructor]

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


--- trunk/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.txt	2011-09-07 04:43:33 UTC (rev 94637)
+++ trunk/LayoutTests/platform/qt/fast/dom/Window/window-property-descriptors-expected.txt	2011-09-07 05:06:47 UTC (rev 94638)
@@ -69,7 +69,6 @@
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLBRElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLBaseElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLBaseFontElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLBlockquoteElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLBodyElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLButtonElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLCanvasElement') is 'object'

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


--- trunk/LayoutTests/platform/qt/fast/dom/prototype-inheritance-2-expected.txt	2011-09-07 04:43:33 UTC (rev 94637)
+++ trunk/LayoutTests/platform/qt/fast/dom/prototype-inheritance-2-expected.txt	2011-09-07 05:06:47 UTC (rev 94638)
@@ -102,6 +102,12 @@
 PASS HTMLBRElement from inner.document.forms.testForm.0.parentNode.firstElementChild.nextElementSibling.nextElementSibling.nextElementSibling.nextElementSibling
 PASS HTMLBRElementConstructor from inner.document.forms.testForm.0.parentNode.firstElementChild.nextElementSibling.nextElementSibling.nextElementSibling.nextElementSibling.constructor
 PASS HTMLBRElementPrototype from inner.document.forms.testForm.0.parentNode.firstElementChild.nextElementSibling.nextElementSibling.nextElementSibling.nextElementSibling.__proto__
+PASS HTMLBaseElement from inner.document.getElementsByTagName("canvas")[0].getContext("2d").canvas.previousElementSibling.previousElementSibling.previousElementSibling
+PASS HTMLBaseElementConstructor from inner.document.getElementsByTagName("canvas")[0].getContext("2d").canvas.previousElementSibling.previousElementSibling.previousElementSibling.constructor
+PASS HTMLBaseElementPrototype from inner.document.getElementsByTagName("canvas")[0].getContext("2d").canvas.previousElementSibling.previousElementSibling.previousElementSibling.__proto__
+PASS HTMLBaseFontElement from inner.document.getElementsByTagName("canvas")[0].getContext("2d").canvas.previousElementSibling.previousElementSibling
+PASS HTMLBaseFontElementConstructor from inner.document.getElementsByTagName("canvas")[0].getContext("2d").canvas.previousElementSibling.previousElementSibling.constructor
+PASS HTMLBaseFontElementPrototype from inner.document.getElementsByTagName("canvas")[0].getContext("2d").canvas.previousElementSibling.previousElementSibling.__proto__
 PASS HTMLBodyElement from inner.document.forms.testForm.0.parentNode
 PASS HTMLBodyElementConstructor from inner.document.forms.testForm.0.parentNode.constructor
 PASS HTMLBodyElementPrototype from inner.document.forms.testForm.0.parentNode.__proto__
@@ -247,9 +253,6 @@
 Never found FileList
 Never found FormData
 Never found HTMLAllCollection
-Never found HTMLBaseElement
-Never found HTMLBaseFontElement
-Never found HTMLBlockquoteElement
 Never found HTMLDirectoryElement
 Never found HTMLDivElement
 Never found HTMLElement

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


--- trunk/LayoutTests/platform/qt/fast/js/global-constructors-expected.txt	2011-09-07 04:43:33 UTC (rev 94637)
+++ trunk/LayoutTests/platform/qt/fast/js/global-constructors-expected.txt	2011-09-07 05:06:47 UTC (rev 94638)
@@ -63,7 +63,6 @@
 PASS HTMLBRElement.toString() is '[object HTMLBRElementConstructor]'
 PASS HTMLBaseElement.toString() is '[object HTMLBaseElementConstructor]'
 PASS HTMLBaseFontElement.toString() is '[object HTMLBaseFontElementConstructor]'
-PASS HTMLBlockquoteElement.toString() is '[object HTMLBlockquoteElementConstructor]'
 PASS HTMLBodyElement.toString() is '[object HTMLBodyElementConstructor]'
 PASS HTMLButtonElement.toString() is '[object HTMLButtonElementConstructor]'
 PASS HTMLCanvasElement.toString() is '[object HTMLCanvasElementConstructor]'
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to