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

Unified Diff: LayoutTests/virtual/web-animations-css/transitions/cubic-bezier-overflow-svg-length-expected.txt

Issue 39353003: Web Animations CSS: Add transitions tests to virtual/web-animations-css (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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
Index: LayoutTests/virtual/web-animations-css/transitions/cubic-bezier-overflow-svg-length-expected.txt
diff --git a/LayoutTests/transitions/cubic-bezier-overflow-svg-length-expected.txt b/LayoutTests/virtual/web-animations-css/transitions/cubic-bezier-overflow-svg-length-expected.txt
similarity index 59%
copy from LayoutTests/transitions/cubic-bezier-overflow-svg-length-expected.txt
copy to LayoutTests/virtual/web-animations-css/transitions/cubic-bezier-overflow-svg-length-expected.txt
index 5b1dd19205c27c9a745a240535f41b505051f380..e2826273b69aa8b509696b50d01040fcde6f77b9 100644
--- a/LayoutTests/transitions/cubic-bezier-overflow-svg-length-expected.txt
+++ b/LayoutTests/virtual/web-animations-css/transitions/cubic-bezier-overflow-svg-length-expected.txt
@@ -1,11 +1,11 @@
-PASS - "stroke-width" property for "box2" element at 0.1s saw something close to: -6
-PASS - "stroke-width" property for "box3" element at 0.1s saw something close to: -12
+FAIL - "stroke-width" property for "box2" element at 0.1s expected: -6 but saw: 0
+FAIL - "stroke-width" property for "box3" element at 0.1s expected: -12 but saw: 0
PASS - "stroke-width" property for "box4" element at 0.15s saw something close to: 64
PASS - "stroke-width" property for "box1" element at 0.5s saw something close to: 61
PASS - "stroke-width" property for "box2" element at 0.5s saw something close to: 19
-PASS - "stroke-width" property for "box3" element at 0.5s saw something close to: -53
+FAIL - "stroke-width" property for "box3" element at 0.5s expected: -53 but saw: 0
PASS - "stroke-width" property for "box4" element at 0.5s saw something close to: 26
-PASS - "stroke-width" property for "box4" element at 0.8s saw something close to: -11
+FAIL - "stroke-width" property for "box4" element at 0.8s expected: -11 but saw: 0
PASS - "stroke-width" property for "box1" element at 0.95s saw something close to: 55
PASS - "stroke-width" property for "box2" element at 0.95s saw something close to: 54

Powered by Google App Engine
This is Rietveld 408576698