Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
PassProperty image-rendering value 'auto'
Asserts run
Pass
assert_true(true, "image-rendering doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'auto' is a supported value for image-rendering.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)
FailProperty image-rendering value 'smooth'assert_true: 'smooth' is a supported value for image-rendering. expected true got false
    at Test.<anonymous> (http://wpt.live/css/support/computed-testcommon.js:25:5)
    at Test.step (http://wpt.live/resources/testharness.js:2642:25)
    at test (http://wpt.live/resources/testharness.js:633:30)
    at test_computed_value (http://wpt.live/css/support/computed-testcommon.js:22:3)
    at http://wpt.live/css/css-images/parsing/image-rendering-computed.html:16:1
Asserts run
Pass
assert_true(true, "image-rendering doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Fail
assert_true(false, "'smooth' is a supported value for image-rendering.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
FailProperty image-rendering value 'high-quality'assert_true: 'high-quality' is a supported value for image-rendering. expected true got false
    at Test.<anonymous> (http://wpt.live/css/support/computed-testcommon.js:25:5)
    at Test.step (http://wpt.live/resources/testharness.js:2642:25)
    at test (http://wpt.live/resources/testharness.js:633:30)
    at test_computed_value (http://wpt.live/css/support/computed-testcommon.js:22:3)
    at http://wpt.live/css/css-images/parsing/image-rendering-computed.html:17:1
Asserts run
Pass
assert_true(true, "image-rendering doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Fail
assert_true(false, "'high-quality' is a supported value for image-rendering.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
FailProperty image-rendering value 'crisp-edges'assert_true: 'crisp-edges' is a supported value for image-rendering. expected true got false
    at Test.<anonymous> (http://wpt.live/css/support/computed-testcommon.js:25:5)
    at Test.step (http://wpt.live/resources/testharness.js:2642:25)
    at test (http://wpt.live/resources/testharness.js:633:30)
    at test_computed_value (http://wpt.live/css/support/computed-testcommon.js:22:3)
    at http://wpt.live/css/css-images/parsing/image-rendering-computed.html:18:1
Asserts run
Pass
assert_true(true, "image-rendering doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Fail
assert_true(false, "'crisp-edges' is a supported value for image-rendering.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
PassProperty image-rendering value 'pixelated'
Asserts run
Pass
assert_true(true, "image-rendering doesn't seem to be supported in the computed style")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:24:5)
Pass
assert_true(true, "'pixelated' is a supported value for image-rendering.")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:25:5)
Pass
assert_equals("pixelated", "pixelated")
    at Test.<anonymous> ( /css/support/computed-testcommon.js:35:7)