Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
Fail@pageassert_equals: Transform doesn't quite apply to pages expected 1 but got 2
    at Test.<anonymous> (https://not-wpt.live/css/cssom/rule-restrictions.html:28:3)
    at Test.step (https://not-wpt.live/resources/testharness.js:2638:25)
    at test (https://not-wpt.live/resources/testharness.js:633:30)
    at https://not-wpt.live/css/cssom/rule-restrictions.html:25:1
Asserts run
Pass
assert_equals(6, 6, "Should be a page rule")
    at Test.<anonymous> ( /css/cssom/rule-restrictions.html:27:3)
Fail
assert_equals(2, 1, "Transform doesn't quite apply to pages")
    at Test.<anonymous> ( /css/cssom/rule-restrictions.html:28:3)
Pass@keyframe
Asserts run
Pass
assert_equals(8, 8, "Should be a keyframe rule")
    at Test.<anonymous> ( /css/cssom/rule-restrictions.html:40:3)
Pass
assert_equals(1, 1, "animation-name doesn't apply to keyframes")
    at Test.<anonymous> ( /css/cssom/rule-restrictions.html:41:3)
Pass
assert_equals("10px", "10px", "Should have a margin-top declaration")
    at Test.<anonymous> ( /css/cssom/rule-restrictions.html:42:3)
Pass
assert_equals("", "", "Shouldn't have been able to set the animation-nameproperty via setProperty")
    at Test.<anonymous> ( /css/cssom/rule-restrictions.html:44:3)
Pass
assert_equals(1, 1, "Shouldn't have been able to set animation-name via setProperty")
    at Test.<anonymous> ( /css/cssom/rule-restrictions.html:45:3)
Pass
assert_equals(1, 1, "Should not have been able to set animation-name via cssText")
    at Test.<anonymous> ( /css/cssom/rule-restrictions.html:47:3)
Pass
assert_equals("10px", "10px", "Should have a margin-bottom declaration")
    at Test.<anonymous> ( /css/cssom/rule-restrictions.html:48:3)