summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-animations/animation-opacity-pause-and-set-time-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-animations/animation-opacity-pause-and-set-time-ref.html')
-rw-r--r--testing/web-platform/tests/css/css-animations/animation-opacity-pause-and-set-time-ref.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-animations/animation-opacity-pause-and-set-time-ref.html b/testing/web-platform/tests/css/css-animations/animation-opacity-pause-and-set-time-ref.html
new file mode 100644
index 0000000000..ab9f614ed8
--- /dev/null
+++ b/testing/web-platform/tests/css/css-animations/animation-opacity-pause-and-set-time-ref.html
@@ -0,0 +1,17 @@
+<!doctype html>
+<html>
+<meta charset="utf-8">
+<link rel="author" title="Vladimir Levin" href="mailto:vmpstr@chromium.org">
+<style>
+#target {
+ width: 50px;
+ height: 50px;
+ background-color: green;
+ opacity: 0.4;
+}
+</style>
+<body>
+ <div id="target"></div>
+</body>
+</html>
+