diff options
Diffstat (limited to 'testing/web-platform/tests/css/css-view-transitions/capture-with-offscreen-child-ref.html')
-rw-r--r-- | testing/web-platform/tests/css/css-view-transitions/capture-with-offscreen-child-ref.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-view-transitions/capture-with-offscreen-child-ref.html b/testing/web-platform/tests/css/css-view-transitions/capture-with-offscreen-child-ref.html new file mode 100644 index 0000000000..b8ebf1d0e2 --- /dev/null +++ b/testing/web-platform/tests/css/css-view-transitions/capture-with-offscreen-child-ref.html @@ -0,0 +1,18 @@ +<!doctype html> +<html> +<title>View transitions: offscreen child (ref)</title> +<link rel="help" href="https://drafts.csswg.org/css-view-transitions-1/"> +<link rel="author" href="mailto:vmpstr@chromium.org"> + +<style> +body { + background: pink; +} +.target { + width: 100px; + height: 100px; + background: blue; +} +</style> + +<div class=target></div> |