Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
graouts authored Jan 30, 2023
1 parent 429a174 commit ec4a809
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<link rel="help" href="https://drafts.css-houdini.org/css-properties-values-api-1">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="../resources/utils.js"></script>
<div id="target"></div>
<script>

animation_test({
syntax: "<number>+ | <transform-list>",
inherits: false,
initialValue: "translateX(100px)"
}, {
keyframes: ["200"],
expected: "200"
}, 'Animating a custom property allowing multiple list types with two mismatching types');

</script>

0 comments on commit ec4a809

Please sign in to comment.