| OLD | NEW |
| (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 |
| OLD | NEW |