haikuwebkit/LayoutTests/platform/iphone-7/TestExpectations

2 lines
46 B
Plaintext
Raw Permalink Normal View History

Only include "deep color" in layer tree dumps if a tests requests it https://bugs.webkit.org/show_bug.cgi?id=203125 Reviewed by Tim Horton. Source/WebCore: Layer tree dumping tests can fail when run on different devices because the "deep color" property on layers is device-dependent. Stop dumping this by default, and have one test that sets the bit. iphone-7 is the only device we test that has deep color support. Tests: compositing/contents-format/deep-color-backing-store.html compositing/contents-format/ipad/deep-color-backing-store.html compositing/contents-format/iphone-7/deep-color-backing-store.html * page/Frame.h: * platform/graphics/GraphicsLayerClient.h: * platform/graphics/ca/GraphicsLayerCA.cpp: (WebCore::GraphicsLayerCA::createTransformAnimationsFromKeyframes): * rendering/RenderLayerCompositor.cpp: (WebCore::RenderLayerCompositor::layerTreeAsText): * testing/Internals.cpp: (WebCore::toLayerTreeFlags): * testing/Internals.h: * testing/Internals.idl: LayoutTests: * TestExpectations: * compositing/contents-format/deep-color-backing-store-expected.txt: Copied from LayoutTests/platform/iphone-7/tiled-drawing/compositing-layers-deep-color-expected.txt. * compositing/contents-format/deep-color-backing-store.html: Copied from LayoutTests/platform/iphone-7/tiled-drawing/compositing-layers-deep-color.html. * compositing/contents-format/ipad/deep-color-backing-store-expected.txt: Copied from LayoutTests/platform/iphone-7/tiled-drawing/compositing-layers-deep-color-expected.txt. * compositing/contents-format/ipad/deep-color-backing-store.html: Copied from LayoutTests/platform/iphone-7/tiled-drawing/compositing-layers-deep-color.html. * compositing/contents-format/iphone-7/deep-color-backing-store-expected.txt: Copied from LayoutTests/platform/iphone-7/tiled-drawing/compositing-layers-deep-color-expected.txt. * compositing/contents-format/iphone-7/deep-color-backing-store.html: Renamed from LayoutTests/platform/iphone-7/tiled-drawing/compositing-layers-deep-color.html. * platform/ipad/TestExpectations: * platform/iphone-7/TestExpectations: Added. * platform/mac-wk1/compositing/contents-format/deep-color-backing-store-expected.txt: Renamed from LayoutTests/platform/iphone-7/tiled-drawing/compositing-layers-deep-color-expected.txt. Canonical link: https://commits.webkit.org/216539@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@251273 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2019-10-18 04:24:09 +00:00
compositing/contents-format/iphone-7 [ Pass ]