mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 746876 - Re-enable test_bug720538 as it seems to work fine now. r=jmaher
This commit is contained in:
parent
adf8d2992b
commit
ab0e0d17c7
@ -4,7 +4,7 @@
|
||||
[testLoad]
|
||||
[testNewTab]
|
||||
[testPanCorrectness]
|
||||
# [test_bug720538] # see bug 746876
|
||||
[test_bug720538]
|
||||
# [testFlingCorrectness] # see bug 727351
|
||||
[testOverscroll]
|
||||
[testAxisLocking]
|
||||
|
@ -52,11 +52,6 @@ public class test_bug720538 extends PixelTest {
|
||||
// and now we check a pixel at the bottom of the view to ensure that we have the page
|
||||
// background and not some checkerboarding. use the second-last row of pixels instead of
|
||||
// the last row because the last row is subject to rounding and clipping errors
|
||||
for (int y = 2; y < 10; y++) {
|
||||
for (int x = 0; x < 10; x++) {
|
||||
mAsserter.dumpLog("Pixel at " + x + ", " + (mDriver.getGeckoHeight() - y) + ": " + Integer.toHexString(painted.getPixelAt(x, mDriver.getGeckoHeight() - y)));
|
||||
}
|
||||
}
|
||||
mAsserter.ispixel(painted.getPixelAt(0, mDriver.getGeckoHeight() - 2), 0, 0x80, 0, "Checking bottom-left corner of viewport");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user