Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
FailProperties with out-of-bounds values should be correctedassert_equals: font-weight expected "200" but got "100"
    at Test.<anonymous> (https://wpt.live/html/semantics/permission-element/bounded-css-properties.tentative.html:43: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/bounded-css-properties.tentative.html:41:3
Asserts run
Fail
assert_equals("100", "200", "font-weight")
    at Test.<anonymous> ( /html/semantics/permission-element/bounded-css-properties.tentative.html:43:5)
PassProperties with values in bounds should not be modified
Asserts run
Pass
assert_equals("300", "300", "font-weight")
    at Test.<anonymous> ( /html/semantics/permission-element/bounded-css-properties.tentative.html:55:5)
Pass
assert_equals("italic", "italic", "font-style")
    at Test.<anonymous> ( /html/semantics/permission-element/bounded-css-properties.tentative.html:56:5)
Pass
assert_equals("40px", "40px", "word-spacing")
    at Test.<anonymous> ( /html/semantics/permission-element/bounded-css-properties.tentative.html:57:5)
Pass
assert_equals("15px", "15px", "letter-spacing")
    at Test.<anonymous> ( /html/semantics/permission-element/bounded-css-properties.tentative.html:58:5)
Pass
assert_equals("-4px", "-4px", "letter-spacing, negative")
    at Test.<anonymous> ( /html/semantics/permission-element/bounded-css-properties.tentative.html:61:5)