| Index: LayoutTests/imported/web-platform-tests/html/semantics/tabular-data/the-caption-element/caption_001.html
|
| diff --git a/LayoutTests/imported/web-platform-tests/html/semantics/tabular-data/the-caption-element/caption_001.html b/LayoutTests/imported/web-platform-tests/html/semantics/tabular-data/the-caption-element/caption_001.html
|
| index 723809912af14753aa8c4008472eef2c7f23efbc..f3a245f7f09bfa5f596d6b65c189ba80c124fc3e 100644
|
| --- a/LayoutTests/imported/web-platform-tests/html/semantics/tabular-data/the-caption-element/caption_001.html
|
| +++ b/LayoutTests/imported/web-platform-tests/html/semantics/tabular-data/the-caption-element/caption_001.html
|
| @@ -37,6 +37,7 @@
|
| table.caption = caption;
|
|
|
| assert_equals(caption.parentNode, table);
|
| + assert_equals(table.firstChild, caption);
|
| assert_equals(table.caption.innerHTML, "new caption");
|
|
|
| captions = table.getElementsByTagName('caption');
|
|
|