Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassVerifies that position:static and position:relative computed to position:absolute in the top layer.
Asserts run
Pass
assert_equals("static", "static")
    at Test.<anonymous> ( /html/semantics/interactive-elements/the-dialog-element/top-layer-position.html:14:3)
Pass
assert_true(true)
    at Test.<anonymous> ( /html/semantics/interactive-elements/the-dialog-element/top-layer-position.html:16:3)
Pass
assert_equals("absolute", "absolute", "dialog should be position:absolute when element.style has position:static.")
    at Test.<anonymous> ( /html/semantics/interactive-elements/the-dialog-element/top-layer-position.html:17:3)
Pass
assert_false(false)
    at Test.<anonymous> ( /html/semantics/interactive-elements/the-dialog-element/top-layer-position.html:20:3)
Pass
assert_equals("relative", "relative")
    at Test.<anonymous> ( /html/semantics/interactive-elements/the-dialog-element/top-layer-position.html:23:3)
Pass
assert_true(true)
    at Test.<anonymous> ( /html/semantics/interactive-elements/the-dialog-element/top-layer-position.html:25:3)
Pass
assert_equals("absolute", "absolute", "dialog should be position:absolute when element.style has position:relative.")
    at Test.<anonymous> ( /html/semantics/interactive-elements/the-dialog-element/top-layer-position.html:26:3)
Pass
assert_false(false)
    at Test.<anonymous> ( /html/semantics/interactive-elements/the-dialog-element/top-layer-position.html:29:3)