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

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

Issue 1768043002: Rewrite the additive-transform-animations test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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 | « third_party/WebKit/LayoutTests/animations/additive-transform-animations.html ('k') | no next file » | 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-expected.html
diff --git a/third_party/WebKit/LayoutTests/animations/additive-transform-animations-expected.html b/third_party/WebKit/LayoutTests/animations/additive-transform-animations-expected.html
index 1b5d69070ffc461e47a91929c74ad51d029c65e6..b64dd6b2cb372ae39877739bd5246ed7270e4bdd 100644
--- a/third_party/WebKit/LayoutTests/animations/additive-transform-animations-expected.html
+++ b/third_party/WebKit/LayoutTests/animations/additive-transform-animations-expected.html
@@ -1,24 +1,13 @@
<!DOCTYPE html>
-<html>
-<head>
- <style type="text/css">
- .box {
- height: 100px;
- width: 100px;
- background-color: blue;
- }
-
- #box {
- transform: rotate(90deg) translate(100px, 0);
- }
- </style>
-</head>
-<body>
+<style>
+.box {
+ height: 100px;
+ width: 100px;
+ background-color: blue;
+}
+#box {
+ transform: rotate(90deg) translate(100px, 0);
+}
+</style>
<div class="box" id="box"></div>
-<div id="result">
-PASS - "webkitTransform" property for "box" element at 1s saw something close to: 0,1,-1,0,0,100
-</div>
-
-</body>
-</html>
« no previous file with comments | « third_party/WebKit/LayoutTests/animations/additive-transform-animations.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698