Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassCheck the actual length of the embed element's height
Asserts run
Pass
assert_equals("100px", "100px", "The height of the embed element should be 100px.")
    at Test.<anonymous> ( /html/semantics/embedded-content/the-embed-element/embed-dimension.html:13:5)
PassCheck the actual length of the embed element's width
Asserts run
Pass
assert_equals("100px", "100px", "The width of the embed element should be 100px.")
    at Test.<anonymous> ( /html/semantics/embedded-content/the-embed-element/embed-dimension.html:18:5)