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

Unified Diff: third_party/WebKit/LayoutTests/animations/animation-inherit-initial-unprefixed-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/animation-inherit-initial-unprefixed-expected.txt
diff --git a/third_party/WebKit/LayoutTests/animations/animation-inherit-initial-unprefixed-expected.txt b/third_party/WebKit/LayoutTests/animations/animation-inherit-initial-unprefixed-expected.txt
deleted file mode 100644
index 1a6c3fc72ace04e9461458184456b2e715055112..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/animations/animation-inherit-initial-unprefixed-expected.txt
+++ /dev/null
@@ -1,39 +0,0 @@
-Test that inherit and initial works on unprefixed animations.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-Testing inherit.
-PASS computedStyle.animationName is 'anim'
-PASS computedStyle.webkitAnimationName is 'anim'
-PASS computedStyle.animationDuration is '5s'
-PASS computedStyle.webkitAnimationDuration is '5s'
-PASS computedStyle.animationTimingFunction is 'linear'
-PASS computedStyle.webkitAnimationTimingFunction is 'linear'
-PASS computedStyle.animationDelay is '2s'
-PASS computedStyle.webkitAnimationDelay is '2s'
-PASS computedStyle.animationIterationCount is 'infinite'
-PASS computedStyle.webkitAnimationIterationCount is 'infinite'
-PASS computedStyle.animationDirection is 'alternate'
-PASS computedStyle.webkitAnimationDirection is 'alternate'
-PASS computedStyle.animationPlayState is 'running'
-PASS computedStyle.webkitAnimationPlayState is 'running'
-Testing initial.
-PASS computedStyle.animationName is 'none'
-PASS computedStyle.webkitAnimationName is 'none'
-PASS computedStyle.animationDuration is '0s'
-PASS computedStyle.webkitAnimationDuration is '0s'
-PASS computedStyle.animationTimingFunction is 'ease'
-PASS computedStyle.webkitAnimationTimingFunction is 'ease'
-PASS computedStyle.animationDelay is '0s'
-PASS computedStyle.webkitAnimationDelay is '0s'
-PASS computedStyle.animationIterationCount is '1'
-PASS computedStyle.webkitAnimationIterationCount is '1'
-PASS computedStyle.animationDirection is 'normal'
-PASS computedStyle.webkitAnimationDirection is 'normal'
-PASS computedStyle.animationPlayState is 'running'
-PASS computedStyle.webkitAnimationPlayState is 'running'
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698