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

Unified Diff: third_party/WebKit/LayoutTests/animations/additive-transform-animations.html

Issue 1768043002: Rewrite the additive-transform-animations test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « no previous file | third_party/WebKit/LayoutTests/animations/additive-transform-animations-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/animations/additive-transform-animations.html
diff --git a/third_party/WebKit/LayoutTests/animations/additive-transform-animations.html b/third_party/WebKit/LayoutTests/animations/additive-transform-animations.html
index 00e326eafc51ef1fc448ef25fc4b76be20b67404..b8846d3c46dee8467fa7a469321484a2ea62ce6f 100644
--- a/third_party/WebKit/LayoutTests/animations/additive-transform-animations.html
+++ b/third_party/WebKit/LayoutTests/animations/additive-transform-animations.html
@@ -8,11 +8,11 @@
width: 100px;
background-color: blue;
}
-
+
#box {
-webkit-animation: anim 2s linear both;
}
-
+
@-webkit-keyframes anim {
from { transform: rotate(0deg) translate(-100px, 0); }
to { transform: rotate(180deg) translate(300px, 0); }
@@ -24,10 +24,8 @@
// [time, element-id, property, expected-value, tolerance]
[1, "box", "webkitTransform", [0, 1, -1, 0, 0, 100], 0.002],
];
-
- const doPixelTest = true;
- const disablePauseAnimationAPI = false;
- runAnimationTest(expectedValues, null, null, disablePauseAnimationAPI, doPixelTest);
alancutter (OOO until 2018) 2016/03/07 05:52:16 If we change this to a text expectation test then
+
+ runAnimationTest(expectedValues);
</script>
</head>
<body>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/animations/additive-transform-animations-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698