Caption-side

Checks that browsers implement properly the caption-side property


This should read ABC:

The first caption (C) should be put on the bottom because it inherits caption-side:bottom from the table;
The second captin (A) should be put on the top because it has caption-side:top specified;

<table style="caption-side:bottom"><caption>C</caption><tbody><tr><td>B</td></tr></tbody><caption style="caption-side:top">A</caption></table>
C
B
A

Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassCaption-side inherits and reorder captions properly
Asserts run
Pass
assert_equals(true, true)
    at  /css/css-tables/caption-side-1.html:29:5
PassMultiple captions can be rendered
Asserts run
Pass
assert_equals(true, true)
    at  /css/css-tables/caption-side-1.html:29:5