| OLD | NEW |
| (Empty) |
| 1 Test that a table-caption with a table-cell sibling is wrapped inside an inline-
table when the parent is inline. | |
| 2 | |
| 3 | |
| 4 There should be a blue square to the left of this line. | |
| 5 PASS firstRects.length is 1 | |
| 6 PASS secondRects.length is 1 | |
| 7 PASS lastRects.length is 1 | |
| 8 PASS secondRects[0].top is firstRects[0].top + 40 | |
| 9 PASS secondRects[0].left is firstRects[0].left | |
| 10 PASS secondRects[0].bottom is secondRects[0].top + 40 | |
| 11 PASS lastRects[0].right is >= secondRects[0].left | |
| 12 PASS lastRects[0].top is >= firstRects[0].top | |
| 13 PASS secondRects[0].bottom is >= lastRects[0].bottom | |
| 14 PASS successfullyParsed is true | |
| 15 | |
| 16 TEST COMPLETE | |
| 17 | |
| OLD | NEW |