Title: [107552] trunk/LayoutTests
Revision
107552
Author
[email protected]
Date
2012-02-13 02:23:24 -0800 (Mon, 13 Feb 2012)

Log Message

Unreviewed gardening after r107544.

* fast/dom/wrapper-classes-expected.txt:
* platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
* platform/qt/fast/dom/prototype-inheritance-2-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (107551 => 107552)


--- trunk/LayoutTests/ChangeLog	2012-02-13 10:09:49 UTC (rev 107551)
+++ trunk/LayoutTests/ChangeLog	2012-02-13 10:23:24 UTC (rev 107552)
@@ -1,3 +1,11 @@
+2012-02-13  Csaba Osztrogonác  <[email protected]>
+
+        Unreviewed gardening after r107544.
+
+        * fast/dom/wrapper-classes-expected.txt:
+        * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
+        * platform/qt/fast/dom/prototype-inheritance-2-expected.txt:
+
 2012-02-13  Pavel Podivilov  <[email protected]>
 
         Unreviewed, mark dfg-put-by-id-prototype-check.html as failing in chromium (new test).

Modified: trunk/LayoutTests/fast/dom/wrapper-classes-expected.txt (107551 => 107552)


--- trunk/LayoutTests/fast/dom/wrapper-classes-expected.txt	2012-02-13 10:09:49 UTC (rev 107551)
+++ trunk/LayoutTests/fast/dom/wrapper-classes-expected.txt	2012-02-13 10:23:24 UTC (rev 107552)
@@ -18,7 +18,7 @@
 PASS jsWrapperClass(document.implementation.__proto__) is 'DOMImplementationPrototype'
 PASS jsWrapperClass(document.implementation.constructor) is 'DOMImplementationConstructor'
 PASS jsWrapperClass(root.attributes) is 'NamedNodeMap'
-PASS jsWrapperClass(root.attributes.__proto__) is 'NamedNodeMapPrototype'
+FAIL jsWrapperClass(root.attributes.__proto__) should be NamedNodeMapPrototype. Was Object.
 FAIL jsWrapperClass(root.attributes.constructor) should be NamedNodeMapConstructor. Was Function.
 PASS jsWrapperClass(document.createNodeIterator(root, 0, null, false)) is 'NodeIterator'
 PASS jsWrapperClass(document.createNodeIterator(root, 0, null, false).__proto__) is 'NodeIteratorPrototype'
@@ -135,13 +135,13 @@
 HTML DOM
 
 PASS jsWrapperClass(root.children) is 'HTMLCollection'
-PASS jsWrapperClass(root.children.__proto__) is 'HTMLCollectionPrototype'
+FAIL jsWrapperClass(root.children.__proto__) should be HTMLCollectionPrototype. Was Object.
 FAIL jsWrapperClass(root.children.constructor) should be HTMLCollectionConstructor. Was Function.
 PASS jsWrapperClass(document) is 'HTMLDocument'
 PASS jsWrapperClass(document.__proto__) is 'HTMLDocumentPrototype'
 PASS jsWrapperClass(document.constructor) is 'HTMLDocumentConstructor'
 PASS jsWrapperClass(document.createElement('select').options) is 'HTMLOptionsCollection'
-PASS jsWrapperClass(document.createElement('select').options.__proto__) is 'HTMLOptionsCollectionPrototype'
+FAIL jsWrapperClass(document.createElement('select').options.__proto__) should be HTMLOptionsCollectionPrototype. Was HTMLCollectionPrototype.
 PASS jsWrapperClass(document.createElement('select').options.constructor) is 'HTMLOptionsCollectionConstructor'
 
 HTML Elements

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


--- trunk/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-2-expected.txt	2012-02-13 10:09:49 UTC (rev 107551)
+++ trunk/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-2-expected.txt	2012-02-13 10:23:24 UTC (rev 107552)
@@ -118,7 +118,6 @@
 PASS HTMLCanvasElementConstructor from inner.document.getElementsByTagName("canvas")[0].getContext("2d").canvas.constructor
 PASS HTMLCanvasElementPrototype from inner.document.getElementsByTagName("canvas")[0].getContext("2d").canvas.__proto__
 PASS HTMLCollection from inner.document.testForm
-PASS HTMLCollectionPrototype from inner.document.forms.testForm.0.0.children.__proto__
 PASS HTMLDListElement from inner.document.getElementsByTagName("canvas")[0].getContext("2d").canvas.nextElementSibling
 PASS HTMLDListElementConstructor from inner.document.getElementsByTagName("canvas")[0].getContext("2d").canvas.nextElementSibling.constructor
 PASS HTMLDListElementPrototype from inner.document.getElementsByTagName("canvas")[0].getContext("2d").canvas.nextElementSibling.__proto__
@@ -179,7 +178,6 @@
 PASS MimeTypeConstructor from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.mimeTypes.0.constructor
 PASS MimeTypePrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.mimeTypes.0.__proto__
 PASS NamedNodeMap from inner.document.forms.testForm.0.parentNode.attributes
-PASS NamedNodeMapPrototype from inner.document.forms.testForm.0.parentNode.attributes.__proto__
 PASS Navigator from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation
 PASS NavigatorPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.__proto__
 PASS NodeList from inner.document.forms.testForm

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


--- trunk/LayoutTests/platform/qt/fast/dom/prototype-inheritance-2-expected.txt	2012-02-13 10:09:49 UTC (rev 107551)
+++ trunk/LayoutTests/platform/qt/fast/dom/prototype-inheritance-2-expected.txt	2012-02-13 10:23:24 UTC (rev 107552)
@@ -118,7 +118,6 @@
 PASS HTMLCanvasElementConstructor from inner.document.getElementsByTagName("canvas")[0].getContext("2d").canvas.constructor
 PASS HTMLCanvasElementPrototype from inner.document.getElementsByTagName("canvas")[0].getContext("2d").canvas.__proto__
 PASS HTMLCollection from inner.document.testForm
-PASS HTMLCollectionPrototype from inner.document.forms.testForm.0.0.children.__proto__
 PASS HTMLDListElement from inner.document.getElementsByTagName("canvas")[0].getContext("2d").canvas.nextElementSibling
 PASS HTMLDListElementConstructor from inner.document.getElementsByTagName("canvas")[0].getContext("2d").canvas.nextElementSibling.constructor
 PASS HTMLDListElementPrototype from inner.document.getElementsByTagName("canvas")[0].getContext("2d").canvas.nextElementSibling.__proto__
@@ -176,7 +175,6 @@
 PASS MimeTypeConstructor from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.mimeTypes.0.constructor
 PASS MimeTypePrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.mimeTypes.0.__proto__
 PASS NamedNodeMap from inner.document.forms.testForm.0.parentNode.attributes
-PASS NamedNodeMapPrototype from inner.document.forms.testForm.0.parentNode.attributes.__proto__
 PASS Navigator from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation
 PASS NavigatorPrototype from inner.document.forms.testForm.0.ownerDocument.defaultView.clientInformation.__proto__
 PASS NodeList from inner.document.forms.testForm
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to