haikuwebkit/LayoutTests/compositing/no-compositing-when-fulll-s...

43 lines
925 B
Plaintext

Test that only elements in fullscreen subtree get layer backed.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS successfullyParsed is true
TEST COMPLETE
full screen content
foobar
foobar
(GraphicsLayer
(anchor 0.00 0.00)
(bounds 800.00 600.00)
(backingStoreAttached 1)
(children 1
(GraphicsLayer
(bounds 800.00 600.00)
(contentsOpaque 1)
(backingStoreAttached 1)
(children 1
(GraphicsLayer
(bounds 800.00 600.00)
(backingStoreAttached 1)
(children 2
(GraphicsLayer
(anchor 0.00 0.00)
(bounds 800.00 600.00)
(backingStoreAttached 1)
)
(GraphicsLayer
(bounds 800.00 600.00)
(drawsContent 1)
(backingStoreAttached 1)
)
)
)
)
)
)
)
Enter fullscreen