Title: [108319] trunk/LayoutTests
Revision
108319
Author
[email protected]
Date
2012-02-21 00:19:42 -0800 (Tue, 21 Feb 2012)

Log Message

Rebaseline a test for GTK+.

* platform/gtk/fast/dom/prototype-inheritance-2-expected.txt: New baseline.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (108318 => 108319)


--- trunk/LayoutTests/ChangeLog	2012-02-21 08:10:59 UTC (rev 108318)
+++ trunk/LayoutTests/ChangeLog	2012-02-21 08:19:42 UTC (rev 108319)
@@ -1,5 +1,11 @@
 2012-02-21  Martin Robinson  <[email protected]>
 
+        Rebaseline a test for GTK+.
+
+        * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt: New baseline.
+
+2012-02-21  Martin Robinson  <[email protected]>
+
         Skip some test that are failing after r108278.
 
         * platform/gtk/Skipped: Skip a few tests.

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


--- trunk/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-2-expected.txt	2012-02-21 08:10:59 UTC (rev 108318)
+++ trunk/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-2-expected.txt	2012-02-21 08:19:42 UTC (rev 108319)
@@ -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__
@@ -178,6 +179,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