Title: [120425] trunk/LayoutTests
Revision
120425
Author
[email protected]
Date
2012-06-15 01:55:30 -0700 (Fri, 15 Jun 2012)

Log Message

A followup for r120413.
https://bugs.webkit.org/show_bug.cgi?id=89187

We need to update fast/dom/htmlcollection-non-html.html for
HTMLSelectElement::selectedOptions removal.

* fast/dom/htmlcollection-non-html-expected.txt:
* fast/dom/htmlcollection-non-html.html:
* platform/gtk/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (120424 => 120425)


--- trunk/LayoutTests/ChangeLog	2012-06-15 08:45:44 UTC (rev 120424)
+++ trunk/LayoutTests/ChangeLog	2012-06-15 08:55:30 UTC (rev 120425)
@@ -1,3 +1,15 @@
+2012-06-15  Kent Tamura  <[email protected]>
+
+        A followup for r120413.
+        https://bugs.webkit.org/show_bug.cgi?id=89187
+
+        We need to update fast/dom/htmlcollection-non-html.html for
+        HTMLSelectElement::selectedOptions removal.
+
+        * fast/dom/htmlcollection-non-html-expected.txt:
+        * fast/dom/htmlcollection-non-html.html:
+        * platform/gtk/TestExpectations:
+
 2012-06-15  Zan Dobersek  <[email protected]>
 
         Unreviewed GTK gardening, adding a CRASH PASS expectation for

Modified: trunk/LayoutTests/fast/dom/htmlcollection-non-html-expected.txt (120424 => 120425)


--- trunk/LayoutTests/fast/dom/htmlcollection-non-html-expected.txt	2012-06-15 08:45:44 UTC (rev 120424)
+++ trunk/LayoutTests/fast/dom/htmlcollection-non-html-expected.txt	2012-06-15 08:55:30 UTC (rev 120425)
@@ -4,7 +4,6 @@
 
 
 PASS select.options.length is 0
-PASS select.selectedOptions.length is 0
 PASS select.options.length is 1
 PASS document.images.length is 0
 PASS document.images.length is 1

Modified: trunk/LayoutTests/fast/dom/htmlcollection-non-html.html (120424 => 120425)


--- trunk/LayoutTests/fast/dom/htmlcollection-non-html.html	2012-06-15 08:45:44 UTC (rev 120424)
+++ trunk/LayoutTests/fast/dom/htmlcollection-non-html.html	2012-06-15 08:55:30 UTC (rev 120425)
@@ -67,7 +67,6 @@
   elem = document.createElementNS(ns, "option");
   select.appendChild(elem);
   shouldBe("select.options.length", "0");
-  shouldBe("select.selectedOptions.length", "0");
 
   elem = document.createElement("option");
   select.appendChild(elem);

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (120424 => 120425)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2012-06-15 08:45:44 UTC (rev 120424)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2012-06-15 08:55:30 UTC (rev 120425)
@@ -1304,8 +1304,6 @@
 
 BUGWK89149 : http/tests/fileapi/create-blob-url-from-data-url.html = TEXT
 
-BUGWK89187 : fast/dom/htmlcollection-non-html.html = TEXT
-
 //////////////////////////////////////////////////////////////////////////////////////////
 // End of Tests failing
 //////////////////////////////////////////////////////////////////////////////////////////
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to