2d.fillStyle.colormix.currentcolor

color-mix works as color input with currentcolor

Actual output:

FAIL (fallback content)

Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
Passcolor-mix works as color input with currentcolor
Asserts run
Pass
assert_equals("color(srgb 0.5 0 0.5)", "color(srgb 0.5 0 0.5)", "ctx.fillStyle === 'color(srgb 0.5 0 0.5)' (got color(srgb 0.5 0 0.5)[string], expected color(srgb 0.5 0 0.5)[string])")
    at _assertSame ( /html/canvas/resources/canvas-tests.js:17:5)
Pass
assert_equals("color(srgb 0.5 0 0.5)", "color(srgb 0.5 0 0.5)", "ctx.strokeStyle === 'color(srgb 0.5 0 0.5)' (got color(srgb 0.5 0 0.5)[string], expected color(srgb 0.5 0 0.5)[string])")
    at _assertSame ( /html/canvas/resources/canvas-tests.js:17:5)