Closed Bug 1910802 Opened 1 year ago Closed 11 months ago

[wpt-sync] Sync PR 47384 - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=277370

Categories

(Core :: CSS Parsing and Computation, task, P4)

task

Tracking

()

RESOLVED FIXED
130 Branch
Tracking Status
firefox130 --- fixed

People

(Reporter: wpt-sync, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

Sync web-platform-tests PR 47384 into mozilla-central (this bug is closed when the sync is complete).

PR: https://github.com/web-platform-tests/wpt/pull/47384
Details from upstream follow.

Tim Nguyen <ntim@apple.com> wrote:

WebKit export of https://bugs.webkit.org/show_bug.cgi?id=277370

WebKit export from bug: [web-animations] stroke-color doesn't work with transition: all

Component: web-platform-tests → CSS Parsing and Computation
Product: Testing → Core

CI Results

Ran 9 Firefox configurations based on mozilla-central, and Chrome, and Safari on GitHub CI

Total 1 tests and 172 subtests

Status Summary

Firefox

OK : 1
FAIL: 172

Chrome

OK : 1
FAIL: 172

Safari

OK : 1
PASS: 18
FAIL: 154

Links

Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base

Details

New Tests That Don't Pass

  • /css/fill-stroke/animation/stroke-color-interpolation.html [wpt.fyi]
    • CSS Transitions: property <stroke-color> from neutral to [green] at (-0.3) should be [rgb(0, 0, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions: property <stroke-color> from neutral to [green] at (0) should be [rgb(0, 0, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions: property <stroke-color> from neutral to [green] at (0.3) should be [rgb(0, 38, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions: property <stroke-color> from neutral to [green] at (0.6) should be [rgb(0, 77, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions: property <stroke-color> from neutral to [green] at (1) should be [rgb(0, 128, 0)]: FAIL (Chrome: FAIL, Safari: PASS)
    • CSS Transitions: property <stroke-color> from neutral to [green] at (1.5) should be [rgb(0, 192, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions with transition: all: property <stroke-color> from neutral to [green] at (-0.3) should be [rgb(0, 0, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions with transition: all: property <stroke-color> from neutral to [green] at (0) should be [rgb(0, 0, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions with transition: all: property <stroke-color> from neutral to [green] at (0.3) should be [rgb(0, 38, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions with transition: all: property <stroke-color> from neutral to [green] at (0.6) should be [rgb(0, 77, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions with transition: all: property <stroke-color> from neutral to [green] at (1) should be [rgb(0, 128, 0)]: FAIL (Chrome: FAIL, Safari: PASS)
    • CSS Transitions with transition: all: property <stroke-color> from neutral to [green] at (1.5) should be [rgb(0, 192, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Animations: property <stroke-color> from neutral to [green] at (-0.3) should be [rgb(0, 0, 0)]: FAIL (Chrome: FAIL, Safari: PASS)
    • CSS Animations: property <stroke-color> from neutral to [green] at (0) should be [rgb(0, 0, 0)]: FAIL (Chrome: FAIL, Safari: PASS)
    • CSS Animations: property <stroke-color> from neutral to [green] at (0.3) should be [rgb(0, 38, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Animations: property <stroke-color> from neutral to [green] at (0.6) should be [rgb(0, 77, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Animations: property <stroke-color> from neutral to [green] at (1) should be [rgb(0, 128, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Animations: property <stroke-color> from neutral to [green] at (1.5) should be [rgb(0, 192, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • Web Animations: property <stroke-color> from neutral to [green] at (-0.3) should be [rgb(0, 0, 0)]: FAIL (Chrome: FAIL, Safari: PASS)
    • Web Animations: property <stroke-color> from neutral to [green] at (0) should be [rgb(0, 0, 0)]: FAIL (Chrome: FAIL, Safari: PASS)
    • Web Animations: property <stroke-color> from neutral to [green] at (0.3) should be [rgb(0, 38, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • Web Animations: property <stroke-color> from neutral to [green] at (0.6) should be [rgb(0, 77, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • Web Animations: property <stroke-color> from neutral to [green] at (1) should be [rgb(0, 128, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • Web Animations: property <stroke-color> from neutral to [green] at (1.5) should be [rgb(0, 192, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions: property <stroke-color> from [initial] to [green] at (-0.3) should be [rgba(0, 0, 0, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions: property <stroke-color> from [initial] to [green] at (0) should be [rgba(0, 0, 0, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions: property <stroke-color> from [initial] to [green] at (0.3) should be [rgba(0, 128, 0, 0.3)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions: property <stroke-color> from [initial] to [green] at (0.6) should be [rgba(0, 128, 0, 0.6)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions: property <stroke-color> from [initial] to [green] at (1) should be [rgb(0, 128, 0)]: FAIL (Chrome: FAIL, Safari: PASS)
    • CSS Transitions: property <stroke-color> from [initial] to [green] at (1.5) should be [rgb(0, 192, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions with transition: all: property <stroke-color> from [initial] to [green] at (-0.3) should be [rgba(0, 0, 0, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions with transition: all: property <stroke-color> from [initial] to [green] at (0) should be [rgba(0, 0, 0, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions with transition: all: property <stroke-color> from [initial] to [green] at (0.3) should be [rgba(0, 128, 0, 0.3)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions with transition: all: property <stroke-color> from [initial] to [green] at (0.6) should be [rgba(0, 128, 0, 0.6)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions with transition: all: property <stroke-color> from [initial] to [green] at (1) should be [rgb(0, 128, 0)]: FAIL (Chrome: FAIL, Safari: PASS)
    • CSS Transitions with transition: all: property <stroke-color> from [initial] to [green] at (1.5) should be [rgb(0, 192, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Animations: property <stroke-color> from [initial] to [green] at (-0.3) should be [rgba(0, 0, 0, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Animations: property <stroke-color> from [initial] to [green] at (0) should be [rgba(0, 0, 0, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Animations: property <stroke-color> from [initial] to [green] at (0.3) should be [rgba(0, 128, 0, 0.3)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Animations: property <stroke-color> from [initial] to [green] at (0.6) should be [rgba(0, 128, 0, 0.6)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Animations: property <stroke-color> from [initial] to [green] at (1) should be [rgb(0, 128, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Animations: property <stroke-color> from [initial] to [green] at (1.5) should be [rgb(0, 192, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • Web Animations: property <stroke-color> from [initial] to [green] at (-0.3) should be [rgba(0, 0, 0, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • Web Animations: property <stroke-color> from [initial] to [green] at (0) should be [rgba(0, 0, 0, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • Web Animations: property <stroke-color> from [initial] to [green] at (0.3) should be [rgba(0, 128, 0, 0.3)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • Web Animations: property <stroke-color> from [initial] to [green] at (0.6) should be [rgba(0, 128, 0, 0.6)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • Web Animations: property <stroke-color> from [initial] to [green] at (1) should be [rgb(0, 128, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • Web Animations: property <stroke-color> from [initial] to [green] at (1.5) should be [rgb(0, 192, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions: property <stroke-color> from [inherit] to [green] at (-0.3) should be [rgb(255, 255, 255)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions: property <stroke-color> from [inherit] to [green] at (0) should be [rgb(238, 238, 238)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions: property <stroke-color> from [inherit] to [green] at (0.3) should be [rgb(167, 205, 167)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions: property <stroke-color> from [inherit] to [green] at (0.6) should be [rgb(95, 172, 95)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions: property <stroke-color> from [inherit] to [green] at (1) should be [rgb(0, 128, 0)]: FAIL (Chrome: FAIL, Safari: PASS)
    • CSS Transitions: property <stroke-color> from [inherit] to [green] at (1.5) should be [rgb(0, 73, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions with transition: all: property <stroke-color> from [inherit] to [green] at (-0.3) should be [rgb(255, 255, 255)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions with transition: all: property <stroke-color> from [inherit] to [green] at (0) should be [rgb(238, 238, 238)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions with transition: all: property <stroke-color> from [inherit] to [green] at (0.3) should be [rgb(167, 205, 167)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions with transition: all: property <stroke-color> from [inherit] to [green] at (0.6) should be [rgb(95, 172, 95)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions with transition: all: property <stroke-color> from [inherit] to [green] at (1) should be [rgb(0, 128, 0)]: FAIL (Chrome: FAIL, Safari: PASS)
    • CSS Transitions with transition: all: property <stroke-color> from [inherit] to [green] at (1.5) should be [rgb(0, 73, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Animations: property <stroke-color> from [inherit] to [green] at (-0.3) should be [rgb(255, 255, 255)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Animations: property <stroke-color> from [inherit] to [green] at (0) should be [rgb(238, 238, 238)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Animations: property <stroke-color> from [inherit] to [green] at (0.3) should be [rgb(167, 205, 167)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Animations: property <stroke-color> from [inherit] to [green] at (0.6) should be [rgb(95, 172, 95)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Animations: property <stroke-color> from [inherit] to [green] at (1) should be [rgb(0, 128, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Animations: property <stroke-color> from [inherit] to [green] at (1.5) should be [rgb(0, 73, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • Web Animations: property <stroke-color> from [inherit] to [green] at (-0.3) should be [rgb(255, 255, 255)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • Web Animations: property <stroke-color> from [inherit] to [green] at (0) should be [rgb(238, 238, 238)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • Web Animations: property <stroke-color> from [inherit] to [green] at (0.3) should be [rgb(167, 205, 167)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • Web Animations: property <stroke-color> from [inherit] to [green] at (0.6) should be [rgb(95, 172, 95)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • Web Animations: property <stroke-color> from [inherit] to [green] at (1) should be [rgb(0, 128, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • Web Animations: property <stroke-color> from [inherit] to [green] at (1.5) should be [rgb(0, 73, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions: property <stroke-color> from [unset] to [green] at (-0.3) should be [rgb(255, 255, 255)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions: property <stroke-color> from [unset] to [green] at (0) should be [rgb(238, 238, 238)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions: property <stroke-color> from [unset] to [green] at (0.3) should be [rgb(167, 205, 167)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions: property <stroke-color> from [unset] to [green] at (0.6) should be [rgb(95, 172, 95)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions: property <stroke-color> from [unset] to [green] at (1) should be [rgb(0, 128, 0)]: FAIL (Chrome: FAIL, Safari: PASS)
    • CSS Transitions: property <stroke-color> from [unset] to [green] at (1.5) should be [rgb(0, 73, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions with transition: all: property <stroke-color> from [unset] to [green] at (-0.3) should be [rgb(255, 255, 255)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions with transition: all: property <stroke-color> from [unset] to [green] at (0) should be [rgb(238, 238, 238)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions with transition: all: property <stroke-color> from [unset] to [green] at (0.3) should be [rgb(167, 205, 167)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions with transition: all: property <stroke-color> from [unset] to [green] at (0.6) should be [rgb(95, 172, 95)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions with transition: all: property <stroke-color> from [unset] to [green] at (1) should be [rgb(0, 128, 0)]: FAIL (Chrome: FAIL, Safari: PASS)
    • CSS Transitions with transition: all: property <stroke-color> from [unset] to [green] at (1.5) should be [rgb(0, 73, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Animations: property <stroke-color> from [unset] to [green] at (-0.3) should be [rgb(255, 255, 255)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Animations: property <stroke-color> from [unset] to [green] at (0) should be [rgb(238, 238, 238)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Animations: property <stroke-color> from [unset] to [green] at (0.3) should be [rgb(167, 205, 167)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Animations: property <stroke-color> from [unset] to [green] at (0.6) should be [rgb(95, 172, 95)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Animations: property <stroke-color> from [unset] to [green] at (1) should be [rgb(0, 128, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Animations: property <stroke-color> from [unset] to [green] at (1.5) should be [rgb(0, 73, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • Web Animations: property <stroke-color> from [unset] to [green] at (-0.3) should be [rgb(255, 255, 255)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • Web Animations: property <stroke-color> from [unset] to [green] at (0) should be [rgb(238, 238, 238)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • Web Animations: property <stroke-color> from [unset] to [green] at (0.3) should be [rgb(167, 205, 167)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • Web Animations: property <stroke-color> from [unset] to [green] at (0.6) should be [rgb(95, 172, 95)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • Web Animations: property <stroke-color> from [unset] to [green] at (1) should be [rgb(0, 128, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • Web Animations: property <stroke-color> from [unset] to [green] at (1.5) should be [rgb(0, 73, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions: property <stroke-color> from [white] to [orange] at (-0.3) should be [white]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions: property <stroke-color> from [white] to [orange] at (0) should be [white]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions: property <stroke-color> from [white] to [orange] at (0.3) should be [rgb(255, 228, 179)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions: property <stroke-color> from [white] to [orange] at (0.6) should be [rgb(255, 201, 102)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions: property <stroke-color> from [white] to [orange] at (1) should be [orange]: FAIL (Chrome: FAIL, Safari: PASS)
    • CSS Transitions: property <stroke-color> from [white] to [orange] at (1.5) should be [rgb(255, 120, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions with transition: all: property <stroke-color> from [white] to [orange] at (-0.3) should be [white]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions with transition: all: property <stroke-color> from [white] to [orange] at (0) should be [white]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions with transition: all: property <stroke-color> from [white] to [orange] at (0.3) should be [rgb(255, 228, 179)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions with transition: all: property <stroke-color> from [white] to [orange] at (0.6) should be [rgb(255, 201, 102)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions with transition: all: property <stroke-color> from [white] to [orange] at (1) should be [orange]: FAIL (Chrome: FAIL, Safari: PASS)
    • CSS Transitions with transition: all: property <stroke-color> from [white] to [orange] at (1.5) should be [rgb(255, 120, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Animations: property <stroke-color> from [white] to [orange] at (-0.3) should be [white]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Animations: property <stroke-color> from [white] to [orange] at (0) should be [white]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Animations: property <stroke-color> from [white] to [orange] at (0.3) should be [rgb(255, 228, 179)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Animations: property <stroke-color> from [white] to [orange] at (0.6) should be [rgb(255, 201, 102)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Animations: property <stroke-color> from [white] to [orange] at (1) should be [orange]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Animations: property <stroke-color> from [white] to [orange] at (1.5) should be [rgb(255, 120, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • Web Animations: property <stroke-color> from [white] to [orange] at (-0.3) should be [white]: FAIL (Chrome: FAIL, Safari: FAIL)
    • Web Animations: property <stroke-color> from [white] to [orange] at (0) should be [white]: FAIL (Chrome: FAIL, Safari: FAIL)
    • Web Animations: property <stroke-color> from [white] to [orange] at (0.3) should be [rgb(255, 228, 179)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • Web Animations: property <stroke-color> from [white] to [orange] at (0.6) should be [rgb(255, 201, 102)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • Web Animations: property <stroke-color> from [white] to [orange] at (1) should be [orange]: FAIL (Chrome: FAIL, Safari: FAIL)
    • Web Animations: property <stroke-color> from [white] to [orange] at (1.5) should be [rgb(255, 120, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions: property <stroke-color> from [transparent] to [green] at (-0.3) should be [rgba(0, 0, 0, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions: property <stroke-color> from [transparent] to [green] at (0) should be [rgba(0, 0, 0, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions: property <stroke-color> from [transparent] to [green] at (0.3) should be [rgba(0, 128, 0, 0.3)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions: property <stroke-color> from [transparent] to [green] at (0.6) should be [rgba(0, 128, 0, 0.6)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions: property <stroke-color> from [transparent] to [green] at (1) should be [rgb(0, 128, 0)]: FAIL (Chrome: FAIL, Safari: PASS)
    • CSS Transitions: property <stroke-color> from [transparent] to [green] at (1.5) should be [rgb(0, 192, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions with transition: all: property <stroke-color> from [transparent] to [green] at (-0.3) should be [rgba(0, 0, 0, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions with transition: all: property <stroke-color> from [transparent] to [green] at (0) should be [rgba(0, 0, 0, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions with transition: all: property <stroke-color> from [transparent] to [green] at (0.3) should be [rgba(0, 128, 0, 0.3)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions with transition: all: property <stroke-color> from [transparent] to [green] at (0.6) should be [rgba(0, 128, 0, 0.6)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions with transition: all: property <stroke-color> from [transparent] to [green] at (1) should be [rgb(0, 128, 0)]: FAIL (Chrome: FAIL, Safari: PASS)
    • CSS Transitions with transition: all: property <stroke-color> from [transparent] to [green] at (1.5) should be [rgb(0, 192, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Animations: property <stroke-color> from [transparent] to [green] at (-0.3) should be [rgba(0, 0, 0, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Animations: property <stroke-color> from [transparent] to [green] at (0) should be [rgba(0, 0, 0, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Animations: property <stroke-color> from [transparent] to [green] at (0.3) should be [rgba(0, 128, 0, 0.3)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Animations: property <stroke-color> from [transparent] to [green] at (0.6) should be [rgba(0, 128, 0, 0.6)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Animations: property <stroke-color> from [transparent] to [green] at (1) should be [rgb(0, 128, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Animations: property <stroke-color> from [transparent] to [green] at (1.5) should be [rgb(0, 192, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • Web Animations: property <stroke-color> from [transparent] to [green] at (-0.3) should be [rgba(0, 0, 0, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • Web Animations: property <stroke-color> from [transparent] to [green] at (0) should be [rgba(0, 0, 0, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • Web Animations: property <stroke-color> from [transparent] to [green] at (0.3) should be [rgba(0, 128, 0, 0.3)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • Web Animations: property <stroke-color> from [transparent] to [green] at (0.6) should be [rgba(0, 128, 0, 0.6)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • Web Animations: property <stroke-color> from [transparent] to [green] at (1) should be [rgb(0, 128, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • Web Animations: property <stroke-color> from [transparent] to [green] at (1.5) should be [rgb(0, 192, 0)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions: property <stroke-color> from [currentcolor] to [rgba(0, 255, 0, 0.75)] at (-0.5) should be [rgba(0, 0, 255, 0.38)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions: property <stroke-color> from [currentcolor] to [rgba(0, 255, 0, 0.75)] at (0) should be [rgba(0, 0, 255, 0.5)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions: property <stroke-color> from [currentcolor] to [rgba(0, 255, 0, 0.75)] at (0.25) should be [rgba(0, 85, 170, 0.56)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions: property <stroke-color> from [currentcolor] to [rgba(0, 255, 0, 0.75)] at (0.5) should be [rgba(0, 153, 102, 0.63)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions: property <stroke-color> from [currentcolor] to [rgba(0, 255, 0, 0.75)] at (0.75) should be [rgba(0, 208, 47, 0.69)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions: property <stroke-color> from [currentcolor] to [rgba(0, 255, 0, 0.75)] at (1) should be [rgba(0, 255, 0, 0.75)]: FAIL (Chrome: FAIL, Safari: PASS)
    • CSS Transitions: property <stroke-color> from [currentcolor] to [rgba(0, 255, 0, 0.75)] at (1.5) should be [rgba(0, 255, 0, 0.88)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions with transition: all: property <stroke-color> from [currentcolor] to [rgba(0, 255, 0, 0.75)] at (-0.5) should be [rgba(0, 0, 255, 0.38)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions with transition: all: property <stroke-color> from [currentcolor] to [rgba(0, 255, 0, 0.75)] at (0) should be [rgba(0, 0, 255, 0.5)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions with transition: all: property <stroke-color> from [currentcolor] to [rgba(0, 255, 0, 0.75)] at (0.25) should be [rgba(0, 85, 170, 0.56)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions with transition: all: property <stroke-color> from [currentcolor] to [rgba(0, 255, 0, 0.75)] at (0.5) should be [rgba(0, 153, 102, 0.63)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions with transition: all: property <stroke-color> from [currentcolor] to [rgba(0, 255, 0, 0.75)] at (0.75) should be [rgba(0, 208, 47, 0.69)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Transitions with transition: all: property <stroke-color> from [currentcolor] to [rgba(0, 255, 0, 0.75)] at (1) should be [rgba(0, 255, 0, 0.75)]: FAIL (Chrome: FAIL, Safari: PASS)
    • CSS Transitions with transition: all: property <stroke-color> from [currentcolor] to [rgba(0, 255, 0, 0.75)] at (1.5) should be [rgba(0, 255, 0, 0.88)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Animations: property <stroke-color> from [currentcolor] to [rgba(0, 255, 0, 0.75)] at (-0.5) should be [rgba(0, 0, 255, 0.38)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Animations: property <stroke-color> from [currentcolor] to [rgba(0, 255, 0, 0.75)] at (0) should be [rgba(0, 0, 255, 0.5)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Animations: property <stroke-color> from [currentcolor] to [rgba(0, 255, 0, 0.75)] at (0.25) should be [rgba(0, 85, 170, 0.56)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Animations: property <stroke-color> from [currentcolor] to [rgba(0, 255, 0, 0.75)] at (0.5) should be [rgba(0, 153, 102, 0.63)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Animations: property <stroke-color> from [currentcolor] to [rgba(0, 255, 0, 0.75)] at (0.75) should be [rgba(0, 208, 47, 0.69)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Animations: property <stroke-color> from [currentcolor] to [rgba(0, 255, 0, 0.75)] at (1) should be [rgba(0, 255, 0, 0.75)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • CSS Animations: property <stroke-color> from [currentcolor] to [rgba(0, 255, 0, 0.75)] at (1.5) should be [rgba(0, 255, 0, 0.88)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • Web Animations: property <stroke-color> from [currentcolor] to [rgba(0, 255, 0, 0.75)] at (-0.5) should be [rgba(0, 0, 255, 0.38)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • Web Animations: property <stroke-color> from [currentcolor] to [rgba(0, 255, 0, 0.75)] at (0) should be [rgba(0, 0, 255, 0.5)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • Web Animations: property <stroke-color> from [currentcolor] to [rgba(0, 255, 0, 0.75)] at (0.25) should be [rgba(0, 85, 170, 0.56)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • Web Animations: property <stroke-color> from [currentcolor] to [rgba(0, 255, 0, 0.75)] at (0.5) should be [rgba(0, 153, 102, 0.63)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • Web Animations: property <stroke-color> from [currentcolor] to [rgba(0, 255, 0, 0.75)] at (0.75) should be [rgba(0, 208, 47, 0.69)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • Web Animations: property <stroke-color> from [currentcolor] to [rgba(0, 255, 0, 0.75)] at (1) should be [rgba(0, 255, 0, 0.75)]: FAIL (Chrome: FAIL, Safari: FAIL)
    • Web Animations: property <stroke-color> from [currentcolor] to [rgba(0, 255, 0, 0.75)] at (1.5) should be [rgba(0, 255, 0, 0.88)]: FAIL (Chrome: FAIL, Safari: FAIL)
Status: NEW → RESOLVED
Closed: 11 months ago
Resolution: --- → FIXED
Target Milestone: --- → 130 Branch
You need to log in before you can comment on or make changes to this bug.