Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
Pass:fullscreen pseudo-class support
Asserts run
Pass
assert_throws_dom("SyntaxError", function "() => document.body.matches(':halfscreen')")
    at Test.<anonymous> ( /fullscreen/rendering/fullscreen-pseudo-class-support.html:15:3)
Pass
assert_throws_dom("SyntaxError", function "() => document.querySelector(':halfscreen')")
    at Test.<anonymous> ( /fullscreen/rendering/fullscreen-pseudo-class-support.html:16:3)
Pass
assert_false(false)
    at Test.<anonymous> ( /fullscreen/rendering/fullscreen-pseudo-class-support.html:18:3)
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /fullscreen/rendering/fullscreen-pseudo-class-support.html:19:3)