summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/dom/CSSStyleDeclaration/transition-property-names-expected.txt
blob: fe7940f05b18182e3166345b384a6a18f59db4d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
This test checks that CSS property names work round trip in the transition property.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


PASS element.style.webkitTransitionProperty is 'height'
PASS element.style.webkitTransitionProperty is 'opacity'
PASS successfullyParsed is true

TEST COMPLETE