fune/testing/web-platform/tests/css/css-overflow/overflow-clip-002-crash.html
Scott Violet f9b2f2e997 Bug 1669607 [wpt PR 26016] - blink: fix FillLayerInfo construction to use IsScrollContainer, a=testonly
Automatic update from web-platform-tests
blink: fix FillLayerInfo construction to use IsScrollContainer

FillLayerInfo wants to know if the box is a scroll-container, not
whether it has non-visible clip.

BUG=1134937
TEST=external/wpt/css/css-overflow/overflow-clip-002-crash.html

Change-Id: I316d25bab1a15bebef46324eaf72a6ccc6c2d8a9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2450695
Commit-Queue: Scott Violet <sky@chromium.org>
Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#814977}

--

wpt-commits: cd19ab5a91cc07cb42923c72cfad7c0af8ef8fbc
wpt-pr: 26016
2020-10-09 12:43:20 +00:00

12 lines
313 B
HTML

<!DOCTYPE html>
<link rel="author" title="Scott Violet" href="mailto:sky@chromium.org">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1134937">
<style>
.item {
background: cyan;
background-attachment: local;
overflow: clip;
border-style: solid
}
</style>
<div class="item">