Unvisited
Visited

Summary

Harness status: OK

Found 13 tests

Details

ResultTest NameMessage
PassBackground color responsive to currentColor changes
Asserts run
Pass
assert_equals("rgb(0, 34, 102)", "rgb(0, 34, 102)")
    at Test.<anonymous> ( /web-animations/responsive/to-color-change.html:40:5)
PassFill color responsive to currentColor changes
Asserts run
Pass
assert_equals("rgb(0, 34, 102)", "rgb(0, 34, 102)")
    at Test.<anonymous> ( /web-animations/responsive/to-color-change.html:54:5)
PassColor interpolation uses pre-multiplied colors
Asserts run
Pass
assert_equals("rgba(206, 215, 200, 0.596)", "rgba(206, 215, 200, 0.596)")
    at Test.<anonymous> ( /web-animations/responsive/to-color-change.html:68:5)
PassBorder color responsive to currentColor changes
Asserts run
Pass
assert_equals("rgb(0, 34, 102)", "rgb(0, 34, 102)")
    at Test.<anonymous> ( /web-animations/responsive/to-color-change.html:94:5)
Pass
assert_equals("rgb(0, 35, 102)", "rgb(0, 35, 102)")
    at Test.<anonymous> ( /web-animations/responsive/to-color-change.html:95:5)
Pass
assert_equals("rgb(0, 36, 102)", "rgb(0, 36, 102)")
    at Test.<anonymous> ( /web-animations/responsive/to-color-change.html:96:5)
Pass
assert_equals("rgb(0, 37, 102)", "rgb(0, 37, 102)")
    at Test.<anonymous> ( /web-animations/responsive/to-color-change.html:97:5)
PassBorder color responsive to currentColor changes again
Asserts run
Pass
assert_equals("rgb(0, 34, 100)", "rgb(0, 34, 100)")
    at Test.<anonymous> ( /web-animations/responsive/to-color-change.html:123:5)
Pass
assert_equals("rgb(0, 35, 100)", "rgb(0, 35, 100)")
    at Test.<anonymous> ( /web-animations/responsive/to-color-change.html:124:5)
Pass
assert_equals("rgb(0, 36, 100)", "rgb(0, 36, 100)")
    at Test.<anonymous> ( /web-animations/responsive/to-color-change.html:125:5)
Pass
assert_equals("rgb(0, 37, 100)", "rgb(0, 37, 100)")
    at Test.<anonymous> ( /web-animations/responsive/to-color-change.html:126:5)
PassOutline color responsive to currentColor changes
Asserts run
Pass
assert_equals("rgb(0, 34, 102)", "rgb(0, 34, 102)")
    at Test.<anonymous> ( /web-animations/responsive/to-color-change.html:140:5)
PassStroke color responsive to currentColor changes
Asserts run
Pass
assert_equals("rgb(0, 34, 102)", "rgb(0, 34, 102)")
    at Test.<anonymous> ( /web-animations/responsive/to-color-change.html:154:5)
PassText decoration color responsive to currentColor changes
Asserts run
Pass
assert_equals("rgb(0, 34, 102)", "rgb(0, 34, 102)")
    at Test.<anonymous> ( /web-animations/responsive/to-color-change.html:168:5)
PassColor responsive to parent currentColor changes
Asserts run
Pass
assert_equals("rgb(0, 34, 102)", "rgb(0, 34, 102)")
    at Test.<anonymous> ( /web-animations/responsive/to-color-change.html:183:5)
Pass
assert_equals("rgb(34, 51, 34)", "rgb(34, 51, 34)")
    at Test.<anonymous> ( /web-animations/responsive/to-color-change.html:186:5)
PassColor responsive to repeated parent currentColor changes
Asserts run
Pass
assert_equals("rgb(0, 34, 102)", "rgb(0, 34, 102)")
    at Test.<anonymous> ( /web-animations/responsive/to-color-change.html:201:5)
Pass
assert_equals("rgb(102, 17, 51)", "rgb(102, 17, 51)")
    at Test.<anonymous> ( /web-animations/responsive/to-color-change.html:204:5)
PassColor animations do not expose visited status
Asserts run
Pass
assert_equals("rgb(50, 75, 219)", "rgb(50, 75, 219)")
    at Test.<anonymous> ( /web-animations/responsive/to-color-change.html:219:5)
PassColor animations do not expose parent visited status
Asserts run
Pass
assert_equals("rgb(50, 75, 219)", "rgb(50, 75, 219)")
    at Test.<anonymous> ( /web-animations/responsive/to-color-change.html:234:5)
PassColor animations respond to inherited changes
Asserts run
Pass
assert_equals("rgb(120, 70, 120)", "rgb(120, 70, 120)")
    at Test.<anonymous> ( /web-animations/responsive/to-color-change.html:248:5)
Pass
assert_equals("rgb(70, 120, 120)", "rgb(70, 120, 120)")
    at Test.<anonymous> ( /web-animations/responsive/to-color-change.html:251:5)