| Index: LayoutTests/css3/calc/transitions-dependent-expected.txt
|
| diff --git a/LayoutTests/css3/calc/transitions-dependent-expected.txt b/LayoutTests/css3/calc/transitions-dependent-expected.txt
|
| index c465f968b97febb005d719dc2a11ce0d13858ce4..be4fee6311883f8e0e46b015d266205735726bb7 100644
|
| --- a/LayoutTests/css3/calc/transitions-dependent-expected.txt
|
| +++ b/LayoutTests/css3/calc/transitions-dependent-expected.txt
|
| @@ -1,12 +1,11 @@
|
| -This tests that calc() expressions depending on transitioning elements behave correctly.
|
| -PASS - "width" property for "inner" element at 0s was: 60
|
| -PASS - "width" property for "inner" element at 0.25s was: 110
|
| -PASS - "width" property for "inner" element at 0.5s was: 160
|
| -PASS - "width" property for "inner" element at 0.75s was: 210
|
| -PASS - "width" property for "inner" element at 1s was: 260
|
| -PASS - "width" property for "innerTransition" element at 0s was: 20
|
| -PASS - "width" property for "innerTransition" element at 0.25s was: 70
|
| -PASS - "width" property for "innerTransition" element at 0.5s was: 165
|
| -PASS - "width" property for "innerTransition" element at 0.75s was: 305
|
| -PASS - "width" property for "innerTransition" element at 1s was: 490
|
| +PASS - "width" property for "inner" element at 0s saw something close to: 60
|
| +PASS - "width" property for "innerTransition" element at 0s saw something close to: 20
|
| +PASS - "width" property for "inner" element at 0.25s saw something close to: 110
|
| +PASS - "width" property for "innerTransition" element at 0.25s saw something close to: 70
|
| +PASS - "width" property for "inner" element at 0.5s saw something close to: 160
|
| +PASS - "width" property for "innerTransition" element at 0.5s saw something close to: 165
|
| +PASS - "width" property for "inner" element at 0.75s saw something close to: 210
|
| +PASS - "width" property for "innerTransition" element at 0.75s saw something close to: 305
|
| +PASS - "width" property for "inner" element at 1s saw something close to: 260
|
| +PASS - "width" property for "innerTransition" element at 1s saw something close to: 490
|
|
|
|
|