This is a testharness.js-based test.
Found 4 FAIL, 0 TIMEOUT, 0 NOTRUN.
[FAIL] e.style['will-change'] = "transform, unset" should not set the property value
assert_equals: expected "" but got "transform"
[FAIL] e.style['will-change'] = "unset, transform" should not set the property value
assert_equals: expected "" but got "transform"
[FAIL] e.style['will-change'] = "transform, revert-layer" should not set the property value
assert_equals: expected "" but got "transform"
[FAIL] e.style['will-change'] = "revert-layer, transform" should not set the property value
assert_equals: expected "" but got "transform"
Harness: the test ran to completion.