| Index: third_party/WebKit/LayoutTests/external/wpt/html/semantics/tabular-data/the-table-element/caption-methods-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/html/semantics/tabular-data/the-table-element/caption-methods-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/html/semantics/tabular-data/the-table-element/caption-methods-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..72af55db36b84b838f32349a24d5d9a31f3ddedb
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/html/semantics/tabular-data/the-table-element/caption-methods-expected.txt
|
| @@ -0,0 +1,15 @@
|
| +This is a testharness.js-based test.
|
| +PASS createCaption method creates new caption if existing caption is not in html namespace
|
| +PASS createCaption method returns the first caption element child of the table
|
| +PASS createCaption method creates a new caption and inserts it as the first node of the table element
|
| +PASS createCaption will not create new caption if one exists
|
| +PASS createCaption will not copy table's prefix
|
| +PASS deleteCaption method removes the first caption element child of the table element
|
| +PASS deleteCaption method not remove caption that is not in html namespace
|
| +PASS Setting caption rethrows exception
|
| +PASS Assigning a caption to table.caption
|
| +FAIL Assigning null to table.caption Failed to set the 'caption' property on 'HTMLTableElement': The new child element is null.
|
| +PASS Assigning a non-caption to table.caption
|
| +PASS Assigning a foreign caption to table.caption
|
| +Harness: the test ran to completion.
|
| +
|
|
|