Pass | first caption element child of the first table element | Asserts runPass | assert_equals("first caption", "first caption")
at Test.<anonymous> ( /html/semantics/tabular-data/the-caption-element/caption_001.html:30:9) |
|
Pass | setting caption on a table | Asserts runPass | assert_equals(Element node <table id="table1" style="display:none"><caption>new capt..., Element node <table id="table1" style="display:none"><caption>new capt...)
at Test.<anonymous> ( /html/semantics/tabular-data/the-caption-element/caption_001.html:39:9) | Pass | assert_equals(Element node <caption>new caption</caption>, Element node <caption>new caption</caption>)
at Test.<anonymous> ( /html/semantics/tabular-data/the-caption-element/caption_001.html:40:9) | Pass | assert_equals("new caption", "new caption")
at Test.<anonymous> ( /html/semantics/tabular-data/the-caption-element/caption_001.html:41:9) | Pass | assert_equals(2, 2)
at Test.<anonymous> ( /html/semantics/tabular-data/the-caption-element/caption_001.html:44:9) | Pass | assert_equals("new caption", "new caption")
at Test.<anonymous> ( /html/semantics/tabular-data/the-caption-element/caption_001.html:45:9) | Pass | assert_equals("second caption", "second caption")
at Test.<anonymous> ( /html/semantics/tabular-data/the-caption-element/caption_001.html:46:9) |
|
Pass | caption IDL attribute is null | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /html/semantics/tabular-data/the-caption-element/caption_001.html:50:9) |
|
Pass | caption of the third table element should be null | Asserts runPass | assert_equals(null, null)
at Test.<anonymous> ( /html/semantics/tabular-data/the-caption-element/caption_001.html:57:9) |
|
Pass | dynamically removing caption on a table | Asserts runPass | assert_not_equals(Element node <caption>first caption</caption>, null)
at Test.<anonymous> ( /html/semantics/tabular-data/the-caption-element/caption_001.html:61:9) | Pass | assert_equals(null, null)
at Test.<anonymous> ( /html/semantics/tabular-data/the-caption-element/caption_001.html:66:9) |
|