Title: [108306] trunk/LayoutTests
Revision
108306
Author
[email protected]
Date
2012-02-20 22:30:07 -0800 (Mon, 20 Feb 2012)

Log Message

[Qt] Unreviewed gardening after r108259.

* platform/qt/fast/dom/prototype-inheritance-2-expected.txt: Updated.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (108305 => 108306)


--- trunk/LayoutTests/ChangeLog	2012-02-21 06:23:57 UTC (rev 108305)
+++ trunk/LayoutTests/ChangeLog	2012-02-21 06:30:07 UTC (rev 108306)
@@ -1,3 +1,9 @@
+2012-02-20  Csaba Osztrogonác  <[email protected]>
+
+        [Qt] Unreviewed gardening after r108259.
+
+        * platform/qt/fast/dom/prototype-inheritance-2-expected.txt: Updated.
+
 2012-02-20  Gavin Barraclough  <[email protected]>
 
         [[Put]] should throw if prototype chain contains a readonly property.

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


--- trunk/LayoutTests/platform/qt/fast/dom/prototype-inheritance-2-expected.txt	2012-02-21 06:23:57 UTC (rev 108305)
+++ trunk/LayoutTests/platform/qt/fast/dom/prototype-inheritance-2-expected.txt	2012-02-21 06:30:07 UTC (rev 108306)
@@ -118,6 +118,7 @@
 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__
@@ -175,6 +176,7 @@
 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