xref: /third_party/node/test/fixtures/wpt/dom/events/webkit-animation-end-event.html
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/test/fixtures/wpt/dom/events/
11cb0ef41Sopenharmony_ci<!DOCTYPE html>
21cb0ef41Sopenharmony_ci<meta charset="utf-8">
31cb0ef41Sopenharmony_ci<title>Prefixed CSS Animation end events</title>
41cb0ef41Sopenharmony_ci<link rel="help" href="https://dom.spec.whatwg.org/#concept-event-listener-invoke">
51cb0ef41Sopenharmony_ci
61cb0ef41Sopenharmony_ci<script src="/resources/testharness.js"></script>
71cb0ef41Sopenharmony_ci<script src="/resources/testharnessreport.js"></script>
81cb0ef41Sopenharmony_ci
91cb0ef41Sopenharmony_ci<body>
101cb0ef41Sopenharmony_ci
111cb0ef41Sopenharmony_ci<script src="resources/prefixed-animation-event-tests.js"></script>
121cb0ef41Sopenharmony_ci<script>
131cb0ef41Sopenharmony_ci'use strict';
141cb0ef41Sopenharmony_ci
151cb0ef41Sopenharmony_cirunAnimationEventTests({
161cb0ef41Sopenharmony_ci  unprefixedType: 'animationend',
171cb0ef41Sopenharmony_ci  prefixedType: 'webkitAnimationEnd',
181cb0ef41Sopenharmony_ci  animationCssStyle: '1ms',
191cb0ef41Sopenharmony_ci});
201cb0ef41Sopenharmony_ci</script>
21

Indexes created Thu Nov 07 10:32:03 CST 2024