simon.fraser@apple.com | 252830a | 2009-01-20 03:31:37 +0000 | [diff] [blame] | 1 | Tests transitions of the border shorthand properties. |
| 2 | |
ojan@chromium.org | 586e069 | 2010-01-19 23:49:05 +0000 | [diff] [blame] | 3 | PASS - "border-top-color" property for "box" element at 0.5s saw something close to: 128,0,128 |
| 4 | PASS - "border-right-color" property for "box" element at 0.5s saw something close to: 128,0,128 |
| 5 | PASS - "border-bottom-color" property for "box" element at 0.5s saw something close to: 128,0,128 |
| 6 | PASS - "border-left-color" property for "box" element at 0.5s saw something close to: 128,0,128 |
| 7 | PASS - "border-top-width" property for "box" element at 0.5s saw something close to: 10 |
| 8 | PASS - "border-right-width" property for "box" element at 0.5s saw something close to: 10 |
| 9 | PASS - "border-bottom-width" property for "box" element at 0.5s saw something close to: 10 |
| 10 | PASS - "border-left-width" property for "box" element at 0.5s saw something close to: 10 |
| 11 | PASS - "border-top-width" property for "box1" element at 0.5s saw something close to: 10 |
| 12 | PASS - "border-top-color" property for "box1" element at 0.5s saw something close to: 255,0,255 |
| 13 | PASS - "border-top-width" property for "box2" element at 0.5s saw something close to: 10 |
| 14 | PASS - "border-bottom-width" property for "box2" element at 0.5s saw something close to: 20 |
simon.fraser@apple.com | 252830a | 2009-01-20 03:31:37 +0000 | [diff] [blame] | 15 | |