forked from mirrors/gecko-dev
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
12 lines
313 B
HTML
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">
|