Index: LayoutTests/animations/animation-paused-hardware-expected.html |
diff --git a/LayoutTests/animations/animation-paused-hardware-expected.html b/LayoutTests/animations/animation-paused-hardware-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..63e8f1510af9063ee1f0496b2afa91f38db95776 |
--- /dev/null |
+++ b/LayoutTests/animations/animation-paused-hardware-expected.html |
@@ -0,0 +1,21 @@ |
+<!doctype html> |
+<html> |
+<head> |
+ <title>Test that paused composited animations do not animate</title> |
+ <style> |
+ #box { |
+ background-color: coral; |
+ height: 100px; |
+ width: 100px; |
+ opacity: 1.0; |
+ } |
+ </style> |
+</head> |
+<body> |
+ <div id="box"></div> |
+ <div id="result"> |
+ Warning this test is running in real-time and may be flaky.<br> |
+ PASS - "opacity" property for "box" element at 0.2s saw something close to: 1 |
+ </div> |
+</body> |
+</html> |