Bug 1705132 [wpt PR 28478] - content-visibility: Ensure to dirty continuations on force unlocks., a=testonly

Automatic update from web-platform-tests
content-visibility: Ensure to dirty continuations on force unlocks.

This patch ensures that we propagate a dirty bit from the continuations
up the ancestor chain when we do a force unlock. In "regular" cases
where we don't need to force unlock anything, we have layout containment
which should prevent us from having continuations.

R=ikilpatrick@chromium.org, kojii@chromium.org

Fixed: 1197492
Change-Id: I2d8386e480c48c97e77875d3f8d73ad3d419c18c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2822899
Commit-Queue: vmpstr <vmpstr@chromium.org>
Reviewed-by: Koji Ishii <kojii@chromium.org>
Reviewed-by: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/master@{#872454}

--

wpt-commits: 73eea9688017f191c7d68ca07049f968e543e022
wpt-pr: 28478
This commit is contained in:
Vladimir Levin 2021-04-23 10:16:21 +00:00 коммит произвёл moz-wptsync-bot
Родитель b741e9d46e
Коммит df35e0d3b4
1 изменённых файлов: 14 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,14 @@
<!DOCTYPE html>
<link rel="help" href="https://drafts.csswg.org/css-contain/#content-visibility">
<link rel="help" href="https://crbug.com/1197492">
<map>
<ul></ul>
<progress></progress>
<iframe></iframe>
</map>
<style>
body, map, ul, progress {
content-visibility: auto;
height: 0vw;
}
</style>