mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
1a9c38ddfb
Part 5 adds an assert that we always return an APZC from GetAPZCAtPoint. The test for bug 1119497 fails this assumption because it does not give it's layer tree a root AZPC. In all non-test code we ensure that there is always a root APZC and many things would break without such. So we modify the test to always have a root APZC more like actual code. The test is testing that we don't return the layer below (with an APZC) the topmost child layer (without an APZC). So checking if we hit the root APZC still makes the test test the same thing. |
||
---|---|---|
.. | ||
gfxFontSelectionTest.cpp | ||
gfxFontSelectionTests.h | ||
gfxSurfaceRefCountTest.cpp | ||
gfxTextRunPerfTest.cpp | ||
gfxWordCacheTest.cpp | ||
moz.build | ||
per-word-runs.h | ||
TestAsyncPanZoomController.cpp | ||
TestBufferRotation.cpp | ||
TestColorNames.cpp | ||
TestCompositor.cpp | ||
TestGfxPrefs.cpp | ||
TestGfxWidgets.cpp | ||
TestLayers.cpp | ||
TestLayers.h | ||
TestMoz2D.cpp | ||
TestRect.cpp | ||
TestRegion.cpp | ||
TestSkipChars.cpp | ||
TestTextures.cpp | ||
TestTiledLayerBuffer.cpp | ||
TestVsync.cpp |