fune/testing/web-platform/tests/css/css-view-transitions/capture-with-offscreen-child-ref.html
Vladimir Levin f768d5c3d4 Bug 1844459 [wpt PR 41117] - VT: Avoid optimization clips for VT element and subtrees (except root), a=testonly
Automatic update from web-platform-tests
VT: Avoid optimization clips for VT element and subtrees (except root)

This patch adds a propagated bool to avoid any optimization clips
since the content clipped as an optimization may be necessary in
view transitions, since the position and size of the paint may change
when view transition pseudos are changed.

R=wangxianzhu@chromium.org, khushalsagar@chromium.org

Bug: 1463282
Change-Id: If19bf402b4fd722f21f534c3dd1d8b59b14ed13c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4702705
Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org>
Commit-Queue: Vladimir Levin <vmpstr@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1174953}

--

wpt-commits: dfe3689ef4c694cb2a48d87c0457dc8e7dd97507
wpt-pr: 41117
2023-08-02 13:18:31 +00:00

18 lines
344 B
HTML

<!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>