Update web-platform-tests to revision b'b728032f59a396243864b0f8584e7211e3632005'

This commit is contained in:
WPT Sync Bot 2022-11-10 01:22:36 +00:00
parent ace9b32b1c
commit df68c4e5d1
15632 changed files with 514865 additions and 155000 deletions

View file

@ -0,0 +1,20 @@
<!DOCTYPE html>
<meta charset="UTF-8">
<title>toggle-trigger is not animatable</title>
<link rel="help" href="https://tabatkins.github.io/css-toggle/#toggle-trigger-property">
<meta name="assert" content="toggle-trigger is not animatable">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/css/support/interpolation-testcommon.js"></script>
<body>
<script>
test_not_animatable({
property: 'toggle-trigger',
from: 'atoggle set 4',
to: 'yourtoggle set 3',
underlying: 'mytoggle set 2',
});
</script>
</body>