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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/HTMLTableElement/insert-row-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 HTMLTableElement's insertRow() method
2
3 The first three test whether HTMLTableElement's insertRow() method can add an im plicit tbody into a table without one, to hold the inserted row.
4
5 The first tests an empty table
6
7 The second tests a table with text contents.
8
9 The third tests a table with only a form element inside.
10
11 The next four test the method on typical cases.
12
13 The first tests a table with only a thead
14
15 The second tests a table with only a tbody
16
17 The third tests a table with only a tfoot
18
19 The fourth tests a table with a few rows and cells
20
21 Success
22 Success
23 Success
24 Success
25 Success
26 Success
27 Success
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698