chromium/third_party/blink/web_tests/transitions/inherit-other-props-do-not-affect-transition-property-expected.txt

Tests that transition-property is not affected by inheritance of other transition properties.

PASS: Computed transition-property: right, expected: right
PASS: Computed transition-delay: 1s, expected: 1s
PASS: Computed transition-duration: 2s, expected: 2s
PASS: Computed transition-timing-function: linear, expected: linear
PASS: Computed transition-property: none, expected: none
PASS: Computed transition-delay: 3s, expected: 3s
PASS: Computed transition-duration: 4s, expected: 4s
PASS: Computed transition-timing-function: ease-out, expected: ease-out