Bug 1692488 [wpt PR 27608] - [LayoutNGTable] Cells and captions are never suitable engine boundaries., a=testonly

Automatic update from web-platform-tests
[LayoutNGTable] Cells and captions are never suitable engine boundaries.

We need to check for this also when marking the ancestry, and not just
at the target element.

Bug: 1177684
Change-Id: I0543d2a8a1791282aeb81757a1e82f8f6e918c52
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2690854
Commit-Queue: Aleks Totic <atotic@chromium.org>
Reviewed-by: Aleks Totic <atotic@chromium.org>
Cr-Commit-Position: refs/heads/master@{#853547}

--

wpt-commits: 13610f951cb8d2d1750d1feaf98c89b486b0c6ba
wpt-pr: 27608
This commit is contained in:
Morten Stenshorne 2021-02-16 03:21:55 +00:00 коммит произвёл moz-wptsync-bot
Родитель 0469c9ee08
Коммит 3198e497ac
1 изменённых файлов: 8 добавлений и 0 удалений

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

@ -0,0 +1,8 @@
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1177684">
<table>
<caption>
<div style="columns:1; display:table-cell;"></div>
</caption>
</table>