Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
Passempty URL: inline-unquoted
Asserts run
Pass
assert_equals("url(\"\")", "url(\"\")")
    at Test.<anonymous> ( /css/css-values/urls/empty.html:35:9)
Pass
assert_equals("url(\"\"), pointer", "url(\"\"), pointer")
    at Test.<anonymous> ( /css/css-values/urls/empty.html:36:9)
Passempty URL: inline-quoted
Asserts run
Pass
assert_equals("url(\"\")", "url(\"\")")
    at Test.<anonymous> ( /css/css-values/urls/empty.html:35:9)
Pass
assert_equals("url(\"\"), pointer", "url(\"\"), pointer")
    at Test.<anonymous> ( /css/css-values/urls/empty.html:36:9)
Failempty URL: external-unquotedassert_equals: expected "url(\"\")" but got "none"
    at Test.<anonymous> (http://wpt.live/css/css-values/urls/empty.html:35:9)
    at Test.step (http://wpt.live/resources/testharness.js:2642:25)
    at test (http://wpt.live/resources/testharness.js:633:30)
    at http://wpt.live/css/css-values/urls/empty.html:32:5
Asserts run
Fail
assert_equals("none", "url(\"\")")
    at Test.<anonymous> ( /css/css-values/urls/empty.html:35:9)
Failempty URL: external-quotedassert_equals: expected "url(\"\")" but got "none"
    at Test.<anonymous> (http://wpt.live/css/css-values/urls/empty.html:35:9)
    at Test.step (http://wpt.live/resources/testharness.js:2642:25)
    at test (http://wpt.live/resources/testharness.js:633:30)
    at http://wpt.live/css/css-values/urls/empty.html:32:5
Asserts run
Fail
assert_equals("none", "url(\"\")")
    at Test.<anonymous> ( /css/css-values/urls/empty.html:35:9)