Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
Fail'display' should be either 'inline-block' or 'none'assert_equals: 'block' should be changed to 'inline-block' expected "inline-block" but got "block"
    at Test.<anonymous> (https://wpt.live/html/semantics/permission-element/display-css-property.tentative.html:30:5)
    at Test.step (https://wpt.live/resources/testharness.js:2642:25)
    at test (https://wpt.live/resources/testharness.js:633:30)
    at https://wpt.live/html/semantics/permission-element/display-css-property.tentative.html:28:3
Asserts run
Pass
assert_equals("inline-block", "inline-block", "'inline-block' should be kept")
    at Test.<anonymous> ( /html/semantics/permission-element/display-css-property.tentative.html:29:5)
Fail
assert_equals("block", "inline-block", "'block' should be changed to 'inline-block'")
    at Test.<anonymous> ( /html/semantics/permission-element/display-css-property.tentative.html:30:5)