New issue
Advanced search Search tips

Issue 874251 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner: ----
Closed: Sep 14
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Android , Windows , Chrome , Mac
Pri: 3
Type: Bug

Blocking:
issue 836897



Sign in to add a comment

AnimationCompositorAnimationsTest.canStartElementOnCompositorEffect fails with BGPT

Project Member Reported by pdr@chromium.org, Aug 14

Issue description

This unit test fails with BGPT force-enabled:
out/Debug/webkit_unit_tests --gtest_filter=AnimationCompositorAnimationsTest.canStartElementOnCompositorEffect

../../third_party/blink/renderer/core/animation/compositor_animations_test.cc:1362: Failure
Expected equality of these values:
  host->GetCompositedAnimationsCountForTesting()
    Which is: 0
  1u
    Which is: 1

To force-enable BGPT we need to both set the BlinkGenPropertyTreesEnabled flag, and set the use_layer_lists setting. This can be done by patching in https://chromium-review.googlesource.com/c/chromium/src/+/1058604 but we'll need to make a version of this test that runs in BGPT mode.
 
Labels: Test-Functional
Status: Fixed (was: Available)
This now passes. Woohoo!

Sign in to add a comment