summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/animation-worklet/worklet-animation-local-time-null-2-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/animation-worklet/worklet-animation-local-time-null-2-ref.html')
-rw-r--r--testing/web-platform/tests/animation-worklet/worklet-animation-local-time-null-2-ref.html27
1 files changed, 27 insertions, 0 deletions
diff --git a/testing/web-platform/tests/animation-worklet/worklet-animation-local-time-null-2-ref.html b/testing/web-platform/tests/animation-worklet/worklet-animation-local-time-null-2-ref.html
new file mode 100644
index 0000000000..3b7a2b9258
--- /dev/null
+++ b/testing/web-platform/tests/animation-worklet/worklet-animation-local-time-null-2-ref.html
@@ -0,0 +1,27 @@
+<!DOCTYPE html>
+<title>Setting localTime to null means effect does not apply (reftest)</title>
+<link rel="help" href="https://drafts.css-houdini.org/css-animationworklet/">
+
+<style>
+.box {
+ width: 100px;
+ height: 100px;
+ background-color: green;
+ display: inline-block;
+}
+
+#control {
+ background-color: red;
+ transform: translateY(100px);
+}
+</style>
+
+<div>
+<div class="box" id="target1"></div>
+<div class="box" id="target2"></div>
+<div class="box" id="target3"></div>
+<div class="box" id="target4"></div>
+<div class="box" id="control"></div>
+</div>
+
+</script>