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

Unified Diff: third_party/WebKit/LayoutTests/animations/computed-style-expected.txt

Issue 2970883003: Separate out animations tests with prefixing (Closed)
Patch Set: Rebaseline virtual/threaded version of test too Created 3 years, 5 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: third_party/WebKit/LayoutTests/animations/computed-style-expected.txt
diff --git a/third_party/WebKit/LayoutTests/animations/computed-style-expected.txt b/third_party/WebKit/LayoutTests/animations/computed-style-expected.txt
index c0d7b3b0b6c4cddcb283731b988333c035d8acfa..49e5ed12c82b8e9675d105e7b15421a360ac73d5 100644
--- a/third_party/WebKit/LayoutTests/animations/computed-style-expected.txt
+++ b/third_party/WebKit/LayoutTests/animations/computed-style-expected.txt
@@ -3,20 +3,20 @@ This tests computed style values from animation properties.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS test1Style.webkitAnimationName is 'anim1'
-PASS test2Style.webkitAnimationName is 'anim2, anim3'
-PASS test3Style.webkitAnimationName is 'anim1, anim2, anim3'
-PASS test1Style.webkitAnimationDuration is '10s'
-PASS test2Style.webkitAnimationDuration is '5s, 2.5s'
-PASS test1Style.webkitAnimationFillMode is 'backwards'
-PASS test2Style.webkitAnimationFillMode is 'forwards, both'
-PASS test1Style.webkitAnimationIterationCount is '10'
-PASS test2Style.webkitAnimationIterationCount is '10, infinite'
-PASS test1Style.webkitAnimationTimingFunction is 'linear'
-PASS test2Style.webkitAnimationTimingFunction is 'linear, ease-in-out'
-PASS test3Style.webkitAnimationTimingFunction is 'step-start, step-end, steps(5, end)'
-PASS test1Style.webkitAnimationDirection is 'normal'
-PASS test2Style.webkitAnimationDirection is 'normal, alternate'
+PASS test1Style.animationName is 'anim1'
+PASS test2Style.animationName is 'anim2, anim3'
+PASS test3Style.animationName is 'anim1, anim2, anim3'
+PASS test1Style.animationDuration is '10s'
+PASS test2Style.animationDuration is '5s, 2.5s'
+PASS test1Style.animationFillMode is 'backwards'
+PASS test2Style.animationFillMode is 'forwards, both'
+PASS test1Style.animationIterationCount is '10'
+PASS test2Style.animationIterationCount is '10, infinite'
+PASS test1Style.animationTimingFunction is 'linear'
+PASS test2Style.animationTimingFunction is 'linear, ease-in-out'
+PASS test3Style.animationTimingFunction is 'step-start, step-end, steps(5, end)'
+PASS test1Style.animationDirection is 'normal'
+PASS test2Style.animationDirection is 'normal, alternate'
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698