diff options
Diffstat (limited to 'testing/web-platform/tests/css/css-view-transitions/rotated-cat-off-top-edge-ref.html')
-rw-r--r-- | testing/web-platform/tests/css/css-view-transitions/rotated-cat-off-top-edge-ref.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-view-transitions/rotated-cat-off-top-edge-ref.html b/testing/web-platform/tests/css/css-view-transitions/rotated-cat-off-top-edge-ref.html new file mode 100644 index 0000000000..8380b71fb8 --- /dev/null +++ b/testing/web-platform/tests/css/css-view-transitions/rotated-cat-off-top-edge-ref.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html> +<title>View transitions: rotated img element with border radius off the top edge (ref)</title> +<link rel="help" href="https://drafts.csswg.org/css-view-transitions-1/"> +<link rel="author" href="mailto:vmpstr@chromium.org"> + +<style> +.target { + transform: rotate(330deg) translate3d(110px, 10px, 10px); + border-radius: 0.375rem; + width: 400px; + height: 400px; +} +</style> +<body> +<img class="target" src="support/cat.png"> |