Title: [103886] trunk/LayoutTests
Revision
103886
Author
kl...@webkit.org
Date
2012-01-01 15:40:57 -0800 (Sun, 01 Jan 2012)

Log Message

Unreviewed, checking in missing update to gc-9.html from r103883.

* fast/dom/gc-9-expected.txt:
* fast/dom/gc-9.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (103885 => 103886)


--- trunk/LayoutTests/ChangeLog	2012-01-01 21:41:04 UTC (rev 103885)
+++ trunk/LayoutTests/ChangeLog	2012-01-01 23:40:57 UTC (rev 103886)
@@ -1,3 +1,10 @@
+2012-01-01  Andreas Kling  <awesomekl...@apple.com>
+
+        Unreviewed, checking in missing update to gc-9.html from r103883.
+
+        * fast/dom/gc-9-expected.txt:
+        * fast/dom/gc-9.html:
+
 2012-01-01  Mikhail Naganov  <mnaga...@chromium.org>
 
         [Chromium] Unreviewed test expectations update after r103877.

Modified: trunk/LayoutTests/fast/dom/gc-9-expected.txt (103885 => 103886)


--- trunk/LayoutTests/fast/dom/gc-9-expected.txt	2012-01-01 21:41:04 UTC (rev 103885)
+++ trunk/LayoutTests/fast/dom/gc-9-expected.txt	2012-01-01 23:40:57 UTC (rev 103886)
@@ -25,11 +25,11 @@
 PASS: document.scripts.myCustomProperty should be 1 and is.
 PASS: document.getElementsByTagName('form')[0].elements.myCustomProperty should be 1 and is.
 PASS: document.getElementsByTagName('table')[0].rows.myCustomProperty should be 1 and is.
-PASS: document.getElementsByTagName('table')[0].rows[0].cells.myCustomProperty should be undefined and is.
-PASS: document.getElementsByTagName('table')[0].tBodies.myCustomProperty should be undefined and is.
-PASS: document.getElementsByTagName('table')[0].tBodies[0].rows.myCustomProperty should be undefined and is.
-PASS: document.body.children.myCustomProperty should be undefined and is.
-PASS: document.getElementsByTagName('map')[0].areas.myCustomProperty should be undefined and is.
+PASS: document.getElementsByTagName('table')[0].rows[0].cells.myCustomProperty should be 1 and is.
+PASS: document.getElementsByTagName('table')[0].tBodies.myCustomProperty should be 1 and is.
+PASS: document.getElementsByTagName('table')[0].tBodies[0].rows.myCustomProperty should be 1 and is.
+PASS: document.body.children.myCustomProperty should be 1 and is.
+PASS: document.getElementsByTagName('map')[0].areas.myCustomProperty should be 1 and is.
 PASS: document.body.style.myCustomProperty should be 1 and is.
 PASS: document.body.style.getPropertyCSSValue('color').myCustomProperty should be 1 and is.
 PASS: document.styleSheets.myCustomProperty should be 1 and is.
@@ -61,11 +61,11 @@
 PASS: document.scripts.myCustomProperty should be 1 and is.
 PASS: document.getElementsByTagName('form')[0].elements.myCustomProperty should be 1 and is.
 PASS: document.getElementsByTagName('table')[0].rows.myCustomProperty should be 1 and is.
-PASS: document.getElementsByTagName('table')[0].rows[0].cells.myCustomProperty should be undefined and is.
-PASS: document.getElementsByTagName('table')[0].tBodies.myCustomProperty should be undefined and is.
-PASS: document.getElementsByTagName('table')[0].tBodies[0].rows.myCustomProperty should be undefined and is.
-PASS: document.body.children.myCustomProperty should be undefined and is.
-PASS: document.getElementsByTagName('map')[0].areas.myCustomProperty should be undefined and is.
+PASS: document.getElementsByTagName('table')[0].rows[0].cells.myCustomProperty should be 1 and is.
+PASS: document.getElementsByTagName('table')[0].tBodies.myCustomProperty should be 1 and is.
+PASS: document.getElementsByTagName('table')[0].tBodies[0].rows.myCustomProperty should be 1 and is.
+PASS: document.body.children.myCustomProperty should be 1 and is.
+PASS: document.getElementsByTagName('map')[0].areas.myCustomProperty should be 1 and is.
 PASS: document.body.style.myCustomProperty should be 1 and is.
 PASS: document.body.style.getPropertyCSSValue('color').myCustomProperty should be 1 and is.
 PASS: document.styleSheets.myCustomProperty should be 1 and is.

Modified: trunk/LayoutTests/fast/dom/gc-9.html (103885 => 103886)


--- trunk/LayoutTests/fast/dom/gc-9.html	2012-01-01 21:41:04 UTC (rev 103885)
+++ trunk/LayoutTests/fast/dom/gc-9.html	2012-01-01 23:40:57 UTC (rev 103886)
@@ -136,11 +136,11 @@
 
     [ "document.getElementsByTagName('form')[0].elements", "allow custom" ],
     [ "document.getElementsByTagName('table')[0].rows", "allow custom" ],
-    [ "document.getElementsByTagName('table')[0].rows[0].cells" ],
-    [ "document.getElementsByTagName('table')[0].tBodies" ],
-    [ "document.getElementsByTagName('table')[0].tBodies[0].rows" ],
-    [ "document.body.children" ],
-    [ "document.getElementsByTagName('map')[0].areas" ],
+    [ "document.getElementsByTagName('table')[0].rows[0].cells", "allow custom" ],
+    [ "document.getElementsByTagName('table')[0].tBodies", "allow custom" ],
+    [ "document.getElementsByTagName('table')[0].tBodies[0].rows", "allow custom" ],
+    [ "document.body.children", "allow custom" ],
+    [ "document.getElementsByTagName('map')[0].areas", "allow custom" ],
     
     [ "document.body.style", "allow custom" ],
     [ "document.body.style.getPropertyCSSValue('color')", "allow custom" ],
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to