⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 120425 in webkit


Ignore:
Timestamp:
Jun 15, 2012, 1:55:30 AM (14 years ago)
Author:
tkent@chromium.org
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:
Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r120424 r120425  
     12012-06-15  Kent Tamura  <tkent@chromium.org>
     2
     3        A followup for r120413.
     4        https://bugs.webkit.org/show_bug.cgi?id=89187
     5
     6        We need to update fast/dom/htmlcollection-non-html.html for
     7        HTMLSelectElement::selectedOptions removal.
     8
     9        * fast/dom/htmlcollection-non-html-expected.txt:
     10        * fast/dom/htmlcollection-non-html.html:
     11        * platform/gtk/TestExpectations:
     12
    1132012-06-15  Zan Dobersek  <zandobersek@gmail.com>
    214
  • trunk/LayoutTests/fast/dom/htmlcollection-non-html-expected.txt

    r115398 r120425  
    55
    66PASS select.options.length is 0
    7 PASS select.selectedOptions.length is 0
    87PASS select.options.length is 1
    98PASS document.images.length is 0
  • trunk/LayoutTests/fast/dom/htmlcollection-non-html.html

    r115398 r120425  
    6868  select.appendChild(elem);
    6969  shouldBe("select.options.length", "0");
    70   shouldBe("select.selectedOptions.length", "0");
    7170
    7271  elem = document.createElement("option");
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r120424 r120425  
    13051305BUGWK89149 : http/tests/fileapi/create-blob-url-from-data-url.html = TEXT
    13061306
    1307 BUGWK89187 : fast/dom/htmlcollection-non-html.html = TEXT
    1308 
    13091307//////////////////////////////////////////////////////////////////////////////////////////
    13101308// End of Tests failing
Note: See TracChangeset for help on using the changeset viewer.