The following tests are failing since r253974 ([GTK] Make ondemand hardware acceleration policy never leave AC mode): * compositing/contents-format/deep-color-backing-store.html [ Failure ] * compositing/geometry/layer-due-to-layer-children-switch.html [ Failure ] * compositing/geometry/layer-due-to-layer-children-deep-switch.html [ Failure ] * compositing/iframes/leave-compositing-iframe.html failed unexpectedly [ Failure ] * compositing/layer-creation/fixed-position-change-out-of-view-in-view.html [ Failure ] * legacy-animation-engine/compositing/animation/layer-for-filling-animation.html [ Failure ] Two other tests were identified as regressions of r253974 in https://bugs.webkit.org/show_bug.cgi?id=136066: * animations/fill-mode-iteration-count-non-integer.html [ Timeout Pass ] * animations/state-at-end-event.html [ Crash Timeout Pass ]
One more tests has been failing since r253974: * compositing/iframes/iframe-size-to-zero.html [ Failure ] Diff: --- /compositing/iframes/iframe-size-to-zero-expected.txt +++ /compositing/iframes/iframe-size-to-zero-actual.txt @@ -1,2 +1,2 @@ -PASS: had layers, and now do not +FAIL: layers should have gone. hadLayers = true, haveLayers = true
animations/transform-non-accelerated.html is flaky since r253974 * animations/transform-non-accelerated.html [ Pass Failure ]