2d.strokeStyle.colormix

color-mix works as color input

Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
Passcolor-mix works as color input
Asserts run
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)
Pass
assert_equals("color(srgb 1 0 0)", "color(srgb 1 0 0)", "ctx.strokeStyle === 'color(srgb 1 0 0)' (got color(srgb 1 0 0)[string], expected color(srgb 1 0 0)[string])")
    at _assertSame ( /html/canvas/resources/canvas-tests.js:17:5)