Back to Chromium

Layer EndLayer After Flush Expected

third_party/blink/web_tests/fast/canvas/layer-endLayer-after-flush-expected.html

149.0.7827.2328 B
Original Source

Calling endLayer after a flush should correctly render the layer content. Nothing should be rendered if the canvas is flushed before calling endLayer. After the flush, endLayer finds itself called alone without any other draw calls. If endLayer fails to trigger a paint invalidation, the content of the layer will never show up.