Summary

Harness status: OK

Found 106 tests

Details

ResultTest NameMessage
PassAttribute 'syntax' returns expected value for ["<color>"]
Asserts run
Pass
assert_equals("<color>", "<color>")
    at  /css/css-properties-values-api/at-property.html:90:7
PassAttribute 'syntax' returns expected value for ["<color> | none"]
Asserts run
Pass
assert_equals("<color> | none", "<color> | none")
    at  /css/css-properties-values-api/at-property.html:90:7
PassAttribute 'syntax' returns expected value for ["<color># | <image> | none"]
Asserts run
Pass
assert_equals("<color># | <image> | none", "<color># | <image> | none")
    at  /css/css-properties-values-api/at-property.html:90:7
PassAttribute 'syntax' returns expected value for ["foo | <length>#"]
Asserts run
Pass
assert_equals("foo | <length>#", "foo | <length>#")
    at  /css/css-properties-values-api/at-property.html:90:7
PassAttribute 'syntax' returns expected value for ["foo | bar | baz"]
Asserts run
Pass
assert_equals("foo | bar | baz", "foo | bar | baz")
    at  /css/css-properties-values-api/at-property.html:90:7
PassAttribute 'syntax' returns expected value for ["notasyntax"]
Asserts run
Pass
assert_equals("notasyntax", "notasyntax")
    at  /css/css-properties-values-api/at-property.html:90:7
PassAttribute 'syntax' returns expected value for ["*"]
Asserts run
Pass
assert_equals("*", "*")
    at  /css/css-properties-values-api/at-property.html:90:7
PassAttribute 'syntax' returns expected value for [" * "]
Asserts run
Pass
assert_equals(" * ", " * ")
    at  /css/css-properties-values-api/at-property.html:90:7
PassAttribute 'syntax' returns expected value for ["* "]
Asserts run
Pass
assert_equals("* ", "* ")
    at  /css/css-properties-values-api/at-property.html:90:7
PassAttribute 'syntax' returns expected value for [" * "]
Asserts run
Pass
assert_equals("\t*\t", "\t*\t")
    at  /css/css-properties-values-api/at-property.html:90:7
PassAttribute 'syntax' returns expected value for ["red"]
Asserts run
Pass
assert_equals("red", "red")
    at  /css/css-properties-values-api/at-property.html:90:7
PassAttribute 'syntax' makes the @property rule invalid for ["rgb(255, 0, 0)"]
Asserts run
Pass
assert_true(true)
    at  /css/css-properties-values-api/at-property.html:84:7
PassAttribute 'syntax' makes the @property rule invalid for [<color>]
Asserts run
Pass
assert_true(true)
    at  /css/css-properties-values-api/at-property.html:84:7
PassAttribute 'syntax' makes the @property rule invalid for [foo | bar]
Asserts run
Pass
assert_true(true)
    at  /css/css-properties-values-api/at-property.html:84:7
PassAttribute 'syntax' makes the @property rule invalid for ["default"]
Asserts run
Pass
assert_true(true)
    at  /css/css-properties-values-api/at-property.html:84:7
PassAttribute 'syntax' makes the @property rule invalid for ["Default"]
Asserts run
Pass
assert_true(true)
    at  /css/css-properties-values-api/at-property.html:84:7
PassAttribute 'syntax' makes the @property rule invalid for ["initial"]
Asserts run
Pass
assert_true(true)
    at  /css/css-properties-values-api/at-property.html:84:7
PassAttribute 'syntax' makes the @property rule invalid for ["Initial"]
Asserts run
Pass
assert_true(true)
    at  /css/css-properties-values-api/at-property.html:84:7
PassAttribute 'syntax' makes the @property rule invalid for ["inherit"]
Asserts run
Pass
assert_true(true)
    at  /css/css-properties-values-api/at-property.html:84:7
PassAttribute 'syntax' makes the @property rule invalid for ["Inherit"]
Asserts run
Pass
assert_true(true)
    at  /css/css-properties-values-api/at-property.html:84:7
PassAttribute 'syntax' makes the @property rule invalid for ["unset"]
Asserts run
Pass
assert_true(true)
    at  /css/css-properties-values-api/at-property.html:84:7
PassAttribute 'syntax' makes the @property rule invalid for ["Unset"]
Asserts run
Pass
assert_true(true)
    at  /css/css-properties-values-api/at-property.html:84:7
PassAttribute 'syntax' makes the @property rule invalid for ["revert"]
Asserts run
Pass
assert_true(true)
    at  /css/css-properties-values-api/at-property.html:84:7
PassAttribute 'syntax' makes the @property rule invalid for ["Revert"]
Asserts run
Pass
assert_true(true)
    at  /css/css-properties-values-api/at-property.html:84:7
PassAttribute 'syntax' makes the @property rule invalid for ["revert-layer"]
Asserts run
Pass
assert_true(true)
    at  /css/css-properties-values-api/at-property.html:84:7
PassAttribute 'syntax' makes the @property rule invalid for ["Revert-layer"]
Asserts run
Pass
assert_true(true)
    at  /css/css-properties-values-api/at-property.html:84:7
PassAttribute 'syntax' makes the @property rule invalid for ["foo bar"]
Asserts run
Pass
assert_true(true)
    at  /css/css-properties-values-api/at-property.html:84:7
PassAttribute 'syntax' makes the @property rule invalid for ["Foo <length>"]
Asserts run
Pass
assert_true(true)
    at  /css/css-properties-values-api/at-property.html:84:7
PassAttribute 'syntax' makes the @property rule invalid for ["foo, bar"]
Asserts run
Pass
assert_true(true)
    at  /css/css-properties-values-api/at-property.html:84:7
PassAttribute 'syntax' makes the @property rule invalid for ["<length> <percentage>"]
Asserts run
Pass
assert_true(true)
    at  /css/css-properties-values-api/at-property.html:84:7
PassAttribute 'syntax' makes the @property rule invalid for ["|<length>"]
Asserts run
Pass
assert_true(true)
    at  /css/css-properties-values-api/at-property.html:84:7
PassAttribute 'initial-value' returns expected value for [10px]
Asserts run
Pass
assert_equals("10px", "10px")
    at  /css/css-properties-values-api/at-property.html:90:7
PassAttribute 'initial-value' returns expected value for [rgb(1, 2, 3)]
Asserts run
Pass
assert_equals("rgb(1, 2, 3)", "rgb(1, 2, 3)")
    at  /css/css-properties-values-api/at-property.html:90:7
PassAttribute 'initial-value' returns expected value for [red]
Asserts run
Pass
assert_equals("red", "red")
    at  /css/css-properties-values-api/at-property.html:90:7
PassAttribute 'initial-value' returns expected value for [foo]
Asserts run
Pass
assert_equals("foo", "foo")
    at  /css/css-properties-values-api/at-property.html:90:7
PassAttribute 'initial-value' returns expected value for [foo(){}]
Asserts run
Pass
assert_equals("foo(){}", "foo(){}")
    at  /css/css-properties-values-api/at-property.html:90:7
PassAttribute 'initial-value' makes the @property rule invalid for [3em]
Asserts run
Pass
assert_true(true)
    at  /css/css-properties-values-api/at-property.html:84:7
PassAttribute 'initial-value' makes the @property rule invalid for [var(--x)]
Asserts run
Pass
assert_true(true)
    at  /css/css-properties-values-api/at-property.html:84:7
PassAttribute 'inherits' returns expected value for [true]
Asserts run
Pass
assert_equals(true, true)
    at  /css/css-properties-values-api/at-property.html:90:7
PassAttribute 'inherits' returns expected value for [false]
Asserts run
Pass
assert_equals(false, false)
    at  /css/css-properties-values-api/at-property.html:90:7
PassAttribute 'inherits' makes the @property rule invalid for [none]
Asserts run
Pass
assert_true(true)
    at  /css/css-properties-values-api/at-property.html:84:7
PassAttribute 'inherits' makes the @property rule invalid for [0]
Asserts run
Pass
assert_true(true)
    at  /css/css-properties-values-api/at-property.html:84:7
PassAttribute 'inherits' makes the @property rule invalid for [1]
Asserts run
Pass
assert_true(true)
    at  /css/css-properties-values-api/at-property.html:84:7
PassAttribute 'inherits' makes the @property rule invalid for ["true"]
Asserts run
Pass
assert_true(true)
    at  /css/css-properties-values-api/at-property.html:84:7
PassAttribute 'inherits' makes the @property rule invalid for ["false"]
Asserts run
Pass
assert_true(true)
    at  /css/css-properties-values-api/at-property.html:84:7
PassAttribute 'inherits' makes the @property rule invalid for [calc(0)]
Asserts run
Pass
assert_true(true)
    at  /css/css-properties-values-api/at-property.html:84:7
PassInvalid property name does not parse [foo]
Asserts run
Pass
assert_equals(0, 0)
    at  /css/css-properties-values-api/at-property.html:162:3
PassInvalid property name does not parse [-foo]
Asserts run
Pass
assert_equals(0, 0)
    at  /css/css-properties-values-api/at-property.html:166:3
PassRule applied [*, foo(){}, false]
Asserts run
Pass
assert_equals("foo(){}", "foo(){}")
    at  /css/css-properties-values-api/at-property.html:178:5
PassRule applied [<angle>, 42deg, false]
Asserts run
Pass
assert_equals("42deg", "42deg")
    at  /css/css-properties-values-api/at-property.html:178:5
PassRule applied [<angle>, 1turn, false]
Asserts run
Pass
assert_equals("360deg", "360deg")
    at  /css/css-properties-values-api/at-property.html:178:5
PassRule applied [<color>, green, false]
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)")
    at  /css/css-properties-values-api/at-property.html:178:5
PassRule applied [<color>, rgb(1, 2, 3), false]
Asserts run
Pass
assert_equals("rgb(1, 2, 3)", "rgb(1, 2, 3)")
    at  /css/css-properties-values-api/at-property.html:178:5
PassRule applied [<image>, url("http://a/"), false]
Asserts run
Pass
assert_equals("url(\"http://a/\")", "url(\"http://a/\")")
    at  /css/css-properties-values-api/at-property.html:178:5
PassRule applied [<integer>, 5, false]
Asserts run
Pass
assert_equals("5", "5")
    at  /css/css-properties-values-api/at-property.html:178:5
PassRule applied [<length-percentage>, 10px, false]
Asserts run
Pass
assert_equals("10px", "10px")
    at  /css/css-properties-values-api/at-property.html:178:5
PassRule applied [<length-percentage>, 10%, false]
Asserts run
Pass
assert_equals("10%", "10%")
    at  /css/css-properties-values-api/at-property.html:178:5
PassRule applied [<length-percentage>, calc(10% + 10px), false]
Asserts run
Pass
assert_equals("calc(10% + 10px)", "calc(10% + 10px)")
    at  /css/css-properties-values-api/at-property.html:178:5
PassRule applied [<length>, 10px, false]
Asserts run
Pass
assert_equals("10px", "10px")
    at  /css/css-properties-values-api/at-property.html:178:5
PassRule applied [<number>, 2.5, false]
Asserts run
Pass
assert_equals("2.5", "2.5")
    at  /css/css-properties-values-api/at-property.html:178:5
PassRule applied [<percentage>, 10%, false]
Asserts run
Pass
assert_equals("10%", "10%")
    at  /css/css-properties-values-api/at-property.html:178:5
PassRule applied [<resolution>, 50dppx, false]
Asserts run
Pass
assert_equals("50dppx", "50dppx")
    at  /css/css-properties-values-api/at-property.html:178:5
PassRule applied [<resolution>, 96dpi, false]
Asserts run
Pass
assert_equals("1dppx", "1dppx")
    at  /css/css-properties-values-api/at-property.html:178:5
PassRule applied [<time>, 10s, false]
Asserts run
Pass
assert_equals("10s", "10s")
    at  /css/css-properties-values-api/at-property.html:178:5
PassRule applied [<time>, 1000ms, false]
Asserts run
Pass
assert_equals("1s", "1s")
    at  /css/css-properties-values-api/at-property.html:178:5
PassRule applied [<transform-function>, rotateX(0deg), false]
Asserts run
Pass
assert_equals("rotateX(0deg)", "rotateX(0deg)")
    at  /css/css-properties-values-api/at-property.html:178:5
PassRule applied [<transform-list>, rotateX(0deg), false]
Asserts run
Pass
assert_equals("rotateX(0deg)", "rotateX(0deg)")
    at  /css/css-properties-values-api/at-property.html:178:5
PassRule applied [<transform-list>, rotateX(0deg) translateX(10px), false]
Asserts run
Pass
assert_equals("rotateX(0deg) translateX(10px)", "rotateX(0deg) translateX(10px)")
    at  /css/css-properties-values-api/at-property.html:178:5
PassRule applied [<url>, url("http://a/"), false]
Asserts run
Pass
assert_equals("url(\"http://a/\")", "url(\"http://a/\")")
    at  /css/css-properties-values-api/at-property.html:178:5
FailRule applied [<string>, 'foo bar', false]assert_equals: expected "\"foo bar\"" but got ""
    at https://www1.wpt.live/css/css-properties-values-api/at-property.html:178:5
    at https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:117:35
    at with_style_node (https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:101:5)
    at with_at_property (https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:117:3)
    at Test.<anonymous> (https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:121:14)
Asserts run
Fail
assert_equals("", "\"foo bar\"")
    at  /css/css-properties-values-api/at-property.html:178:5
FailRule applied [<string>, 'foo bar' , false]assert_equals: expected "\"foo bar\"" but got ""
    at https://www1.wpt.live/css/css-properties-values-api/at-property.html:178:5
    at https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:117:35
    at with_style_node (https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:101:5)
    at with_at_property (https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:117:3)
    at Test.<anonymous> (https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:121:14)
Asserts run
Fail
assert_equals("", "\"foo bar\"")
    at  /css/css-properties-values-api/at-property.html:178:5
FailRule applied [<string>, '"foo" bar', false]assert_equals: expected "\"\\\"foo\\\" bar\"" but got ""
    at https://www1.wpt.live/css/css-properties-values-api/at-property.html:178:5
    at https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:117:35
    at with_style_node (https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:101:5)
    at with_at_property (https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:117:3)
    at Test.<anonymous> (https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:121:14)
Asserts run
Fail
assert_equals("", "\"\\\"foo\\\" bar\"")
    at  /css/css-properties-values-api/at-property.html:178:5
FailRule applied [<string>, "bar baz", false]assert_equals: expected "\"bar baz\"" but got ""
    at https://www1.wpt.live/css/css-properties-values-api/at-property.html:178:5
    at https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:117:35
    at with_style_node (https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:101:5)
    at with_at_property (https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:117:3)
    at Test.<anonymous> (https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:121:14)
Asserts run
Fail
assert_equals("", "\"bar baz\"")
    at  /css/css-properties-values-api/at-property.html:178:5
FailRule applied [<string>, "bar 'baz'", false]assert_equals: expected "\"bar 'baz'\"" but got ""
    at https://www1.wpt.live/css/css-properties-values-api/at-property.html:178:5
    at https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:117:35
    at with_style_node (https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:101:5)
    at with_at_property (https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:117:3)
    at Test.<anonymous> (https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:121:14)
Asserts run
Fail
assert_equals("", "\"bar 'baz'\"")
    at  /css/css-properties-values-api/at-property.html:178:5
FailRule applied [<string>+, 'foo' 'bar', false]assert_equals: expected "\"foo\" \"bar\"" but got ""
    at https://www1.wpt.live/css/css-properties-values-api/at-property.html:178:5
    at https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:117:35
    at with_style_node (https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:101:5)
    at with_at_property (https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:117:3)
    at Test.<anonymous> (https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:121:14)
Asserts run
Fail
assert_equals("", "\"foo\" \"bar\"")
    at  /css/css-properties-values-api/at-property.html:178:5
FailRule applied [<string>#, 'foo', 'bar', false]assert_equals: expected "\"foo\", \"bar\"" but got ""
    at https://www1.wpt.live/css/css-properties-values-api/at-property.html:178:5
    at https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:117:35
    at with_style_node (https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:101:5)
    at with_at_property (https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:117:3)
    at Test.<anonymous> (https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:121:14)
Asserts run
Fail
assert_equals("", "\"foo\", \"bar\"")
    at  /css/css-properties-values-api/at-property.html:178:5
FailRule applied [<string>+ | <string>#, 'foo' 'bar', false]assert_equals: expected "\"foo\" \"bar\"" but got ""
    at https://www1.wpt.live/css/css-properties-values-api/at-property.html:178:5
    at https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:117:35
    at with_style_node (https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:101:5)
    at with_at_property (https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:117:3)
    at Test.<anonymous> (https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:121:14)
Asserts run
Fail
assert_equals("", "\"foo\" \"bar\"")
    at  /css/css-properties-values-api/at-property.html:178:5
FailRule applied [<string>+ | <string>#, 'foo' 'bar', false]assert_equals: expected "\"foo\" \"bar\"" but got ""
    at https://www1.wpt.live/css/css-properties-values-api/at-property.html:178:5
    at https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:117:35
    at with_style_node (https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:101:5)
    at with_at_property (https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:117:3)
    at Test.<anonymous> (https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:121:14)
Asserts run
Fail
assert_equals("", "\"foo\" \"bar\"")
    at  /css/css-properties-values-api/at-property.html:178:5
FailRule applied [<string>+ | <string>#, 'foo' "bar", false]assert_equals: expected "\"foo\" \"bar\"" but got ""
    at https://www1.wpt.live/css/css-properties-values-api/at-property.html:178:5
    at https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:117:35
    at with_style_node (https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:101:5)
    at with_at_property (https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:117:3)
    at Test.<anonymous> (https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:121:14)
Asserts run
Fail
assert_equals("", "\"foo\" \"bar\"")
    at  /css/css-properties-values-api/at-property.html:178:5
FailRule applied [<string># | <string>+, 'foo', 'bar', false]assert_equals: expected "\"foo\", \"bar\"" but got ""
    at https://www1.wpt.live/css/css-properties-values-api/at-property.html:178:5
    at https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:117:35
    at with_style_node (https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:101:5)
    at with_at_property (https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:117:3)
    at Test.<anonymous> (https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:121:14)
Asserts run
Fail
assert_equals("", "\"foo\", \"bar\"")
    at  /css/css-properties-values-api/at-property.html:178:5
FailRule applied [<string># | <string>+, 'foo', 'bar' , false]assert_equals: expected "\"foo\", \"bar\"" but got ""
    at https://www1.wpt.live/css/css-properties-values-api/at-property.html:178:5
    at https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:117:35
    at with_style_node (https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:101:5)
    at with_at_property (https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:117:3)
    at Test.<anonymous> (https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:121:14)
Asserts run
Fail
assert_equals("", "\"foo\", \"bar\"")
    at  /css/css-properties-values-api/at-property.html:178:5
FailRule applied [<string># | <string>+, "foo", 'bar', false]assert_equals: expected "\"foo\", \"bar\"" but got ""
    at https://www1.wpt.live/css/css-properties-values-api/at-property.html:178:5
    at https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:117:35
    at with_style_node (https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:101:5)
    at with_at_property (https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:117:3)
    at Test.<anonymous> (https://www1.wpt.live/css/css-properties-values-api/resources/utils.js:121:14)
Asserts run
Fail
assert_equals("", "\"foo\", \"bar\"")
    at  /css/css-properties-values-api/at-property.html:178:5
PassRule not applied [<string>, 1px, false]
Asserts run
Pass
assert_equals("", "")
    at  /css/css-properties-values-api/at-property.html:189:5
PassRule not applied [<string>, foo, false]
Asserts run
Pass
assert_equals("", "")
    at  /css/css-properties-values-api/at-property.html:189:5
PassRule not applied [<string>, calc(1 + 2), false]
Asserts run
Pass
assert_equals("", "")
    at  /css/css-properties-values-api/at-property.html:189:5
PassRule not applied [<string>, rgb(255, 99, 71), false]
Asserts run
Pass
assert_equals("", "")
    at  /css/css-properties-values-api/at-property.html:189:5
PassRule not applied [<string>, 'foo' 2px, false]
Asserts run
Pass
assert_equals("", "")
    at  /css/css-properties-values-api/at-property.html:189:5
PassRule applied [<color>, tomato, false]
Asserts run
Pass
assert_equals("rgb(255, 99, 71)", "rgb(255, 99, 71)")
    at  /css/css-properties-values-api/at-property.html:178:5
PassRule applied [<color>, tomato, true]
Asserts run
Pass
assert_equals("rgb(255, 99, 71)", "rgb(255, 99, 71)")
    at  /css/css-properties-values-api/at-property.html:178:5
PassRule applied for "*", even with no initial value
Asserts run
Pass
assert_equals("foo", "foo")
    at  /css/css-properties-values-api/at-property.html:244:5
PassRule not applied [undefined, green, false]
Asserts run
Pass
assert_equals("", "")
    at  /css/css-properties-values-api/at-property.html:189:5
PassRule not applied [<color>, undefined, false]
Asserts run
Pass
assert_equals("", "")
    at  /css/css-properties-values-api/at-property.html:189:5
PassRule not applied [<color>, green, undefined]
Asserts run
Pass
assert_equals("", "")
    at  /css/css-properties-values-api/at-property.html:189:5
PassRule not applied [<gandalf>, grey, false]
Asserts run
Pass
assert_equals("", "")
    at  /css/css-properties-values-api/at-property.html:189:5
PassRule not applied [gandalf, grey, false]
Asserts run
Pass
assert_equals("", "")
    at  /css/css-properties-values-api/at-property.html:189:5
PassRule not applied [<color>, notacolor, false]
Asserts run
Pass
assert_equals("", "")
    at  /css/css-properties-values-api/at-property.html:189:5
PassRule not applied [<length>, 10em, false]
Asserts run
Pass
assert_equals("", "")
    at  /css/css-properties-values-api/at-property.html:189:5
PassRule not applied [<transform-function>, translateX(1em), false]
Asserts run
Pass
assert_equals("", "")
    at  /css/css-properties-values-api/at-property.html:189:5
PassRule not applied [<transform-function>, translateY(1lh), false]
Asserts run
Pass
assert_equals("", "")
    at  /css/css-properties-values-api/at-property.html:189:5
PassRule not applied [<transform-list>, rotate(10deg) translateX(1em), false]
Asserts run
Pass
assert_equals("", "")
    at  /css/css-properties-values-api/at-property.html:189:5
PassRule not applied [<transform-list>, rotate(10deg) translateY(1lh), false]
Asserts run
Pass
assert_equals("", "")
    at  /css/css-properties-values-api/at-property.html:189:5
PassNon-inherited properties do not inherit
Asserts run
Pass
assert_equals("40px", "40px")
    at  /css/css-properties-values-api/at-property.html:272:5
Pass
assert_equals("0px", "0px")
    at  /css/css-properties-values-api/at-property.html:273:5
PassInherited properties inherit
Asserts run
Pass
assert_equals("40px", "40px")
    at  /css/css-properties-values-api/at-property.html:286:5
Pass
assert_equals("40px", "40px")
    at  /css/css-properties-values-api/at-property.html:287:5
PassInitial values substituted as computed value
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)")
    at  /css/css-properties-values-api/at-property.html:302:5
PassNon-universal registration are invalid without an initial value
Asserts run
Pass
assert_equals("calc(1px + 1px)", "calc(1px + 1px)")
    at  /css/css-properties-values-api/at-property.html:315:5
PassInitial value may be omitted for universal registration
Asserts run
Pass
assert_equals("", "")
    at  /css/css-properties-values-api/at-property.html:330:5