Title: [94650] trunk/LayoutTests
Revision
94650
Author
[email protected]
Date
2011-09-07 02:11:12 -0700 (Wed, 07 Sep 2011)

Log Message

GTK+ rebaselines after r94614.

* platform/gtk/fast/dom/Window/window-properties-expected.txt:
* platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
* platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (94649 => 94650)


--- trunk/LayoutTests/ChangeLog	2011-09-07 09:06:40 UTC (rev 94649)
+++ trunk/LayoutTests/ChangeLog	2011-09-07 09:11:12 UTC (rev 94650)
@@ -1,3 +1,11 @@
+2011-09-07  Ryosuke Niwa  <[email protected]>
+
+        GTK+ rebaselines after r94614.
+
+        * platform/gtk/fast/dom/Window/window-properties-expected.txt:
+        * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
+        * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
+
 2011-09-07  Ilya Tikhonovsky  <[email protected]>
 
         Unreviewed. Rebaseline expectations after r94593

Modified: trunk/LayoutTests/platform/gtk/fast/dom/Window/window-properties-expected.txt (94649 => 94650)


--- trunk/LayoutTests/platform/gtk/fast/dom/Window/window-properties-expected.txt	2011-09-07 09:06:40 UTC (rev 94649)
+++ trunk/LayoutTests/platform/gtk/fast/dom/Window/window-properties-expected.txt	2011-09-07 09:11:12 UTC (rev 94650)
@@ -1067,8 +1067,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/gtk/fast/dom/Window/window-property-descriptors-expected.txt (94649 => 94650)


--- trunk/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt	2011-09-07 09:06:40 UTC (rev 94649)
+++ trunk/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt	2011-09-07 09:11:12 UTC (rev 94650)
@@ -67,7 +67,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/gtk/fast/dom/prototype-inheritance-2-expected.txt (94649 => 94650)


--- trunk/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-2-expected.txt	2011-09-07 09:06:40 UTC (rev 94649)
+++ trunk/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-2-expected.txt	2011-09-07 09:11:12 UTC (rev 94650)
@@ -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__
@@ -239,9 +245,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
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to