[BlinkGenPropertyTrees] Css clip with filter and opacity hits a DCHECK |
||
Issue description
The following testcase crashes:
<!doctype html>
<style>
.icon {
position: absolute;
width: 100px;
height: 100px;
background: lightgreen;
will-change: opacity;
filter: blur(1px);
clip: rect(10px, 10px, 10px, 10px);
}
</style>
<div class="icon"></div>
FATAL:property_tree_manager.cc(578)] Check failed: IsCurrentCcEffectSynthetic().
,
Nov 20
,
Dec 5
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/d8a865f2603afc63e8bfa957bb8d17009bd005f1 commit d8a865f2603afc63e8bfa957bb8d17009bd005f1 Author: Philip Rogers <pdr@chromium.org> Date: Wed Dec 05 17:05:22 2018 [BlinkGenPropertyTrees] Mark http/tests/devtools/profiler/ as passing This patch removes passing tests under http/tests/devtools/profiler/ from the BlinkGenPropertyTrees expectations. Bug: 906154 Change-Id: Ic7daa099c60118084e7789eb14d71cb446500c75 Reviewed-on: https://chromium-review.googlesource.com/c/1363362 Commit-Queue: Philip Rogers <pdr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#613998} [modify] https://crrev.com/d8a865f2603afc63e8bfa957bb8d17009bd005f1/third_party/blink/web_tests/FlagExpectations/enable-blink-features=BlinkGenPropertyTrees |
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Nov 20