Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Side by Side Diff: LayoutTests/css3/calc/transitions-expected.txt

Issue 15738009: Beat the transition tests with a sanity stick. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Pass presubmit. Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 This tests that transitions containing calc() expressions transition correctly.
2 PASS - "width" property for "startCalcEndCalc" element at 0.0s was: 100 1 PASS - "width" property for "startCalcEndCalc" element at 0.0s was: 100
3 PASS - "width" property for "startPxEndCalc" element at 0.0s was: 100 2 PASS - "width" property for "startPxEndCalc" element at 0.0s was: 100
4 PASS - "width" property for "startPercentEndCalc" element at 0.0s was: 100 3 PASS - "width" property for "startPercentEndCalc" element at 0.0s was: 100
5 PASS - "width" property for "startCalcEndPx" element at 0.0s was: 100 4 PASS - "width" property for "startCalcEndPx" element at 0.0s was: 100
6 PASS - "width" property for "startCalcEndPercent" element at 0.0s was: 100 5 PASS - "width" property for "startCalcEndPercent" element at 0.0s was: 100
7 PASS - "width" property for "startCalcEndCalc" element at 0.25s saw something cl ose to: 175 6 PASS - "width" property for "startCalcEndCalc" element at 0.25s saw something cl ose to: 175
7 PASS - "width" property for "startPxEndCalc" element at 0.25s saw something clos e to: 175
8 PASS - "width" property for "startPercentEndCalc" element at 0.25s saw something close to: 175
9 PASS - "width" property for "startCalcEndPx" element at 0.25s saw something clos e to: 175
10 PASS - "width" property for "startCalcEndPercent" element at 0.25s saw something close to: 175
8 PASS - "width" property for "startCalcEndCalc" element at 0.5s saw something clo se to: 250 11 PASS - "width" property for "startCalcEndCalc" element at 0.5s saw something clo se to: 250
12 PASS - "width" property for "startPxEndCalc" element at 0.5s saw something close to: 250
13 PASS - "width" property for "startPercentEndCalc" element at 0.5s saw something close to: 250
14 PASS - "width" property for "startCalcEndPx" element at 0.5s saw something close to: 250
15 PASS - "width" property for "startCalcEndPercent" element at 0.5s saw something close to: 250
9 PASS - "width" property for "startCalcEndCalc" element at 0.75s saw something cl ose to: 325 16 PASS - "width" property for "startCalcEndCalc" element at 0.75s saw something cl ose to: 325
17 PASS - "width" property for "startPxEndCalc" element at 0.75s saw something clos e to: 325
18 PASS - "width" property for "startPercentEndCalc" element at 0.75s saw something close to: 325
19 PASS - "width" property for "startCalcEndPx" element at 0.75s saw something clos e to: 325
20 PASS - "width" property for "startCalcEndPercent" element at 0.75s saw something close to: 325
10 PASS - "width" property for "startCalcEndCalc" element at 1s saw something close to: 400 21 PASS - "width" property for "startCalcEndCalc" element at 1s saw something close to: 400
11 PASS - "width" property for "startPxEndCalc" element at 0.25s saw something clos e to: 175
12 PASS - "width" property for "startPxEndCalc" element at 0.5s saw something close to: 250
13 PASS - "width" property for "startPxEndCalc" element at 0.75s saw something clos e to: 325
14 PASS - "width" property for "startPxEndCalc" element at 1s saw something close t o: 400 22 PASS - "width" property for "startPxEndCalc" element at 1s saw something close t o: 400
15 PASS - "width" property for "startPercentEndCalc" element at 0.25s saw something close to: 175
16 PASS - "width" property for "startPercentEndCalc" element at 0.5s saw something close to: 250
17 PASS - "width" property for "startPercentEndCalc" element at 0.75s saw something close to: 325
18 PASS - "width" property for "startPercentEndCalc" element at 1s saw something cl ose to: 400 23 PASS - "width" property for "startPercentEndCalc" element at 1s saw something cl ose to: 400
19 PASS - "width" property for "startCalcEndPx" element at 0.25s saw something clos e to: 175
20 PASS - "width" property for "startCalcEndPx" element at 0.5s saw something close to: 250
21 PASS - "width" property for "startCalcEndPx" element at 0.75s saw something clos e to: 325
22 PASS - "width" property for "startCalcEndPx" element at 1s saw something close t o: 400 24 PASS - "width" property for "startCalcEndPx" element at 1s saw something close t o: 400
23 PASS - "width" property for "startCalcEndPercent" element at 0.25s saw something close to: 175
24 PASS - "width" property for "startCalcEndPercent" element at 0.5s saw something close to: 250
25 PASS - "width" property for "startCalcEndPercent" element at 0.75s saw something close to: 325
26 PASS - "width" property for "startCalcEndPercent" element at 1s saw something cl ose to: 400 25 PASS - "width" property for "startCalcEndPercent" element at 1s saw something cl ose to: 400
27 26
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698