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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/html/semantics/tabular-data/the-table-element/caption-methods-expected.txt

Issue 2665073003: Import wpt@cd5cce9780f84cee679919679b8199084ea96d54 (Closed)
Patch Set: Update test expectations and baselines. Created 3 years, 10 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 This is a testharness.js-based test.
2 PASS createCaption method creates new caption if existing caption is not in html namespace
3 PASS createCaption method returns the first caption element child of the table
4 PASS createCaption method creates a new caption and inserts it as the first node of the table element
5 PASS createCaption will not create new caption if one exists
6 PASS createCaption will not copy table's prefix
7 PASS deleteCaption method removes the first caption element child of the table e lement
8 PASS deleteCaption method not remove caption that is not in html namespace
9 PASS Setting caption rethrows exception
10 PASS Assigning a caption to table.caption
11 FAIL Assigning null to table.caption Failed to set the 'caption' property on 'HT MLTableElement': The new child element is null.
12 PASS Assigning a non-caption to table.caption
13 PASS Assigning a foreign caption to table.caption
14 Harness: the test ran to completion.
15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698