summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-color/animation/opacity-animation-ending-correctly-001-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-color/animation/opacity-animation-ending-correctly-001-ref.html')
-rw-r--r--testing/web-platform/tests/css/css-color/animation/opacity-animation-ending-correctly-001-ref.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-color/animation/opacity-animation-ending-correctly-001-ref.html b/testing/web-platform/tests/css/css-color/animation/opacity-animation-ending-correctly-001-ref.html
new file mode 100644
index 0000000000..ca55dc66f3
--- /dev/null
+++ b/testing/web-platform/tests/css/css-color/animation/opacity-animation-ending-correctly-001-ref.html
@@ -0,0 +1,24 @@
+<!DOCTYPE HTML>
+<html>
+<title>CSS Test Reference (Color): ending of opacity animation</title>
+<link rel="author" title="L. David Baron" href="https://dbaron.org/">
+<link rel="author" title="Google" href="https://www.google.com/">
+
+<style>
+#test {
+ position: sticky;
+ top: 0;
+ height: 50px;
+ background: blue;
+ opacity: 0.2;
+}
+
+.tall {
+ height: 5000px;
+}
+</style>
+
+<div id="test">
+</div>
+<div class="tall">
+</div>