custom-property-animation-custom-ident.html (496B)
1 <!DOCTYPE html> 2 <link rel="help" href="https://drafts.css-houdini.org/css-properties-values-api-1"> 3 <script src="/resources/testharness.js"></script> 4 <script src="/resources/testharnessreport.js"></script> 5 <script src="../resources/utils.js"></script> 6 <div id="target"></div> 7 <script> 8 9 discrete_animation_test("<custom-ident>", "from", "to"); 10 discrete_animation_test("<custom-ident>+", "from1 from2", "to1 to2"); 11 discrete_animation_test("<custom-ident>#", "from1, from2", "to1, to2"); 12 13 </script>