Changeset 120425 in webkit
- Timestamp:
- Jun 15, 2012, 1:55:30 AM (14 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 4 edited
-
ChangeLog (modified) (1 diff)
-
fast/dom/htmlcollection-non-html-expected.txt (modified) (1 diff)
-
fast/dom/htmlcollection-non-html.html (modified) (1 diff)
-
platform/gtk/TestExpectations (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r120424 r120425 1 2012-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 1 13 2012-06-15 Zan Dobersek <zandobersek@gmail.com> 2 14 -
trunk/LayoutTests/fast/dom/htmlcollection-non-html-expected.txt
r115398 r120425 5 5 6 6 PASS select.options.length is 0 7 PASS select.selectedOptions.length is 08 7 PASS select.options.length is 1 9 8 PASS document.images.length is 0 -
trunk/LayoutTests/fast/dom/htmlcollection-non-html.html
r115398 r120425 68 68 select.appendChild(elem); 69 69 shouldBe("select.options.length", "0"); 70 shouldBe("select.selectedOptions.length", "0");71 70 72 71 elem = document.createElement("option"); -
trunk/LayoutTests/platform/gtk/TestExpectations
r120424 r120425 1305 1305 BUGWK89149 : http/tests/fileapi/create-blob-url-from-data-url.html = TEXT 1306 1306 1307 BUGWK89187 : fast/dom/htmlcollection-non-html.html = TEXT1308 1309 1307 ////////////////////////////////////////////////////////////////////////////////////////// 1310 1308 // End of Tests failing
Note:
See TracChangeset
for help on using the changeset viewer.