diff options
author | WPT Sync Bot <josh+wptsync@joshmatthews.net> | 2023-04-07 01:27:34 +0000 |
---|---|---|
committer | WPT Sync Bot <josh+wptsync@joshmatthews.net> | 2023-04-07 01:30:49 +0000 |
commit | bb34f95b33cd3b919fda221408720e7e6dea84ab (patch) | |
tree | 33cdd834eba08cbc747015ba36d8180fa844d56f /tests/wpt/web-platform-tests/css/css-transforms | |
parent | cfef75c99b89193bd82d44a6dffc35119ce7f8d0 (diff) | |
download | servo-bb34f95b33cd3b919fda221408720e7e6dea84ab.tar.gz servo-bb34f95b33cd3b919fda221408720e7e6dea84ab.zip |
Update web-platform-tests to revision b'1d9b01e2fad6af3a057d571b1e088e15fa9bc8e6'
Diffstat (limited to 'tests/wpt/web-platform-tests/css/css-transforms')
-rw-r--r-- | tests/wpt/web-platform-tests/css/css-transforms/animation/backface-visibility-no-interpolation.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/wpt/web-platform-tests/css/css-transforms/animation/backface-visibility-no-interpolation.html b/tests/wpt/web-platform-tests/css/css-transforms/animation/backface-visibility-no-interpolation.html new file mode 100644 index 00000000000..b7b9f2d5f00 --- /dev/null +++ b/tests/wpt/web-platform-tests/css/css-transforms/animation/backface-visibility-no-interpolation.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<link rel=author href="mailto:jarhar@chromium.org"> +<link rel=help href="https://github.com/w3c/csswg-drafts/issues/4441"> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<script src="/css/support/interpolation-testcommon.js"></script> + +<body> +<script> +test_no_interpolation({ + property: 'backface-visibility', + from: 'initial', + to: 'hidden' +}); +</script> |