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

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

Issue 2580703002: CSS Animations layout tests: fix flaky animation-direction-normal.html (Closed)
Patch Set: rebase Created 4 years 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/animation-direction-normal.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/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
deleted file mode 100644
index 8db4550af84f345ae4f319d44eb13757a2778648..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/animations/animation-direction-normal-expected.html
+++ /dev/null
@@ -1,43 +0,0 @@
-<html lang="en">
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <title>Test of animation-direction</title>
- <style type="text/css" media="screen">
- body {
- margin: 0;
- }
-
- #box {
- position: absolute;
- left: 0px;
- top: 100px;
- height: 100px;
- width: 100px;
- background-color: red;
- margin: 0;
- transform: translateX(50px);
- }
- #safezone {
- position: absolute;
- top: 100px;
- height: 100px;
- width: 130px;
- left: 30px;
- background-color: green;
- }
- </style>
- </script>
-</head>
-<body>
-<!-- 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 - "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>
-</html>
« no previous file with comments | « third_party/WebKit/LayoutTests/animations/animation-direction-normal.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698