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

Unified Diff: third_party/WebKit/LayoutTests/animations/animation-direction-normal-expected.html

Issue 2527583002: CSS Animations: Remove unnecessary webkit prefixes from layout tests (Closed)
Patch Set: Created 4 years, 1 month 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-direction-normal-expected.html
diff --git a/third_party/WebKit/LayoutTests/animations/animation-direction-normal-expected.html b/third_party/WebKit/LayoutTests/animations/animation-direction-normal-expected.html
index a22db12c0cde0df87377f246ba08675eef9ecba6..8db4550af84f345ae4f319d44eb13757a2778648 100644
--- a/third_party/WebKit/LayoutTests/animations/animation-direction-normal-expected.html
+++ b/third_party/WebKit/LayoutTests/animations/animation-direction-normal-expected.html
@@ -1,7 +1,7 @@
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <title>Test of -webkit-animation-direction</title>
+ <title>Test of animation-direction</title>
<style type="text/css" media="screen">
body {
margin: 0;
@@ -29,14 +29,14 @@
</script>
</head>
<body>
-<!-- This tests the operation of -webkit-animation-direction. After 1 second the red boxes should be hidden by the green boxes. You should see no red boxes. -->
+<!-- This tests the operation of animation-direction. After 1 second the red boxes should be hidden by the green boxes. You should see no red boxes. -->
<div id="box"></div>
<div id="safezone"></div>
<div id="result">
Warning this test is running in real-time and may be flaky.<br>
-PASS - "webkitTransform" property for "box" element at 0.5s saw something close to: 1,0,0,1,50,0<br>
-PASS - "webkitTransform" property for "box" element at 1s saw something close to: 1,0,0,1,100,0<br>
-PASS - "webkitTransform" property for "box" element at 2.5s saw something close to: 1,0,0,1,50,0
+PASS - "transform" property for "box" element at 0.5s saw something close to: 1,0,0,1,50,0<br>
+PASS - "transform" property for "box" element at 1s saw something close to: 1,0,0,1,100,0<br>
+PASS - "transform" property for "box" element at 2.5s saw something close to: 1,0,0,1,50,0
</div>
</div>
</body>

Powered by Google App Engine
This is Rietveld 408576698