Fix fast/frames/crash-frameset-CSS-content-property.html
This test switches a <frameset> to a <body>. For framesets, LayoutView::CalculateScrollbarModes forces the user scrollable bit to be false. It excluded layout object is not LayoutFrameset but it is of type of Frameset. In this patch, we changed the Frameset check to body->GetLayoutObject()->IsFrameSet(). Bug: 875287 Cq-Include-Trybots: luci.chromium.try:linux-blink-gen-property-trees;luci.chromium.try:linux_layout_tests_layout_ng;luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: Icefcc3801dc79b39576f1248a07e43f905279e13 Reviewed-on: https://chromium-review.googlesource.com/1254470Reviewed-by:Philip Rogers <pdr@chromium.org> Commit-Queue: Jianpeng Chao <chaopeng@chromium.org> Cr-Commit-Position: refs/heads/master@{#595505}
Showing
Please register or sign in to comment