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

Unified Diff: LayoutTests/css3/calc/transitions-dependent-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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/css3/calc/transitions-dependent.html ('k') | LayoutTests/css3/calc/transitions-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « LayoutTests/css3/calc/transitions-dependent.html ('k') | LayoutTests/css3/calc/transitions-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698