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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/early-acid3-65-excerpt-expected.txt

Issue 2785963002: Move tests for table elements to LayoutTests/html/tabular_data/. (Closed)
Patch Set: Created 3 years, 8 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
(Empty)
1 An excerpt from an early Acid3 test 65: construct a table, and see if the table is as expected
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS table.tBodies[0].rows[0].rowIndex is 0
7 PASS table.tBodies[0].rows[0].sectionRowIndex is 0
8 PASS table.childNodes.length is 3
9 PASS !!table.caption is true
10 PASS !!table.tHead is true
11 PASS table.tFoot is null
12 PASS table.tBodies.length is 1
13 PASS table.rows.length is 1
14 PASS tr1.parentNode is null
15 PASS table.caption is table.createCaption()
16 PASS table.tFoot is null
17 PASS table.tHead is table.createTHead()
18 PASS table.createTFoot() is table.tFoot
19 PASS table.rows[0] is table.tHead.firstChild
20 PASS table.rows.length is 2
21 PASS table.rows[1] is table.tBodies[0].firstChild
22 PASS successfullyParsed is true
23
24 TEST COMPLETE
25
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698