Chrome Version: ToT (c7131815b9cd8ff / 472044)
OS: Linux (x64)
What steps will reproduce the problem?
(1) Compile ToT in Debug mode
(2) open http://edition.cnn.com/2017/05/15/design/superbenches-kvarnbacken-stockholm-definitive-design/index.html
(3) scroll a tiny little bit
The following DCHECK fails:
[95199:95199:0516/111513.855552:FATAL:FindPaintOffsetAndVisualRectNeedingUpdate.h(104)] Check failed: (old_visual_rect_.IsEmpty() && new_visual_rect.IsEmpty()) || object_.EnclosingLayer()->SubtreeIsInvisible() || old_visual_rect_ == new_visual_rect || (InflatedRect(old_visual_rect_).Contains(new_visual_rect) && InflatedRect(new_visual_rect).Contains(old_visual_rect_)). Visual rect changed without needing update object="LayoutSVGImage image" old="-884,-432 300x461" new="-884,-296 300x461"
Reproducibility: three times out of three attempts.
Please fix urgently; running into failing DCHECKs while chasing after something else is annoying.
Comment 1 by wangxianzhu@chromium.org
, May 16 2017