Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(132)

Side by Side Diff: LayoutTests/fast/dom/htmlcollection-non-html-expected.txt

Issue 10368018: Merge 115398 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1084/
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Tests that HTMLCollection only properly contains HTML elements 1 Tests that HTMLCollection only properly contains HTML elements
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS select.options.length is 0 6 PASS select.options.length is 0
7 PASS select.selectedOptions.length is 0 7 PASS select.selectedOptions.length is 0
8 PASS select.options.length is 1 8 PASS select.options.length is 1
9 PASS document.images.length is 0 9 PASS document.images.length is 0
10 PASS document.images.length is 1 10 PASS document.images.length is 1
(...skipping 22 matching lines...) Expand all
33 PASS elem.rows.length is 0 33 PASS elem.rows.length is 0
34 PASS elem.rows.length is 1 34 PASS elem.rows.length is 1
35 PASS elem.rows.length is 0 35 PASS elem.rows.length is 0
36 PASS elem.rows.length is 1 36 PASS elem.rows.length is 1
37 PASS elem.rows.length is 0 37 PASS elem.rows.length is 0
38 PASS elem.rows.length is 1 38 PASS elem.rows.length is 1
39 PASS successfullyParsed is true 39 PASS successfullyParsed is true
40 40
41 TEST COMPLETE 41 TEST COMPLETE
42 42
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/htmlcollection-non-html.html ('k') | Source/WebCore/html/HTMLCollection.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698