Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
Passfirst caption element child of the first table element
Asserts run
Pass
assert_equals("first caption", "first caption")
    at Test.<anonymous> ( /html/semantics/tabular-data/the-caption-element/caption_001.html:30:9)
Passsetting caption on a table
Asserts run
Pass
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)
Passcaption IDL attribute is null
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /html/semantics/tabular-data/the-caption-element/caption_001.html:50:9)
Passcaption of the third table element should be null
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /html/semantics/tabular-data/the-caption-element/caption_001.html:57:9)
Passdynamically removing caption on a table
Asserts run
Pass
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)