Test

Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
PassSanity check
Asserts run
Pass
assert_equals("value1", "value1")
    at Test.<anonymous> ( /css/css-values/attr-null-namespace.xhtml:32:13)
Pass
assert_equals("value2", "value2")
    at Test.<anonymous> ( /css/css-values/attr-null-namespace.xhtml:33:13)
Pass
assert_equals("value3", "value3")
    at Test.<anonymous> ( /css/css-values/attr-null-namespace.xhtml:34:13)
Pass
assert_equals("value4", "value4")
    at Test.<anonymous> ( /css/css-values/attr-null-namespace.xhtml:36:13)
Pass
assert_equals("value5", "value5")
    at Test.<anonymous> ( /css/css-values/attr-null-namespace.xhtml:37:13)
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /css/css-values/attr-null-namespace.xhtml:38:13)
FailAttribute in null-namespace is substitutedassert_equals: expected "value3" but got "attr(data-x type(*), fallback)"
    at Test.<anonymous> (https://wpt.live/css/css-values/attr-null-namespace.xhtml:43:13)
    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/css/css-values/attr-null-namespace.xhtml:41:9
Asserts run
Fail
assert_equals("attr(data-x type(*), fallback)", "value3")
    at Test.<anonymous> ( /css/css-values/attr-null-namespace.xhtml:43:13)
FailFallback is taken when attribute does not exist in null-namespaceassert_equals: expected "fallback" but got "attr(data-y type(*), fallback)"
    at Test.<anonymous> (https://wpt.live/css/css-values/attr-null-namespace.xhtml:48:13)
    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/css/css-values/attr-null-namespace.xhtml:46:9
Asserts run
Fail
assert_equals("attr(data-y type(*), fallback)", "fallback")
    at Test.<anonymous> ( /css/css-values/attr-null-namespace.xhtml:48:13)
FailAttribute in null-namespace is substituted (JS)assert_equals: expected "value8" but got "attr(data-z type(*), fallback)"
    at Test.<anonymous> (https://wpt.live/css/css-values/attr-null-namespace.xhtml:61:13)
    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/css/css-values/attr-null-namespace.xhtml:51:9
Asserts run
Fail
assert_equals("attr(data-z type(*), fallback)", "value8")
    at Test.<anonymous> ( /css/css-values/attr-null-namespace.xhtml:61:13)
FailFallback is taken when attribute does not does exist in null-namespace (JS)assert_equals: expected "fallback" but got "attr(data-w type(*), fallback)"
    at Test.<anonymous> (https://wpt.live/css/css-values/attr-null-namespace.xhtml:72:13)
    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/css/css-values/attr-null-namespace.xhtml:64:9
Asserts run
Fail
assert_equals("attr(data-w type(*), fallback)", "fallback")
    at Test.<anonymous> ( /css/css-values/attr-null-namespace.xhtml:72:13)