gecko-dev/image/test
Kartikaya Gupta 77fbcf18c0 Bug 1651050 - Make sure the iframe is actually outside the "nearly visible" displayport. r=tnikkel
If the scrollable div ends up as the first-encountered scrollframe, it gets a
big displayport that is just over 5000px CSS pixels tall (on GeckoView). When we
check for images being "nearly visible" we expand that displayport further by a
pref-controlled multiplier, which ends up doubling the displayport height to
over 10000 CSS pixels. So for the image to actually get detected as outside the
"nearly visible rect" it needs to be positioned further down in the iframe.
This test was previously passing on GeckoView because the scrollable div was
not getting detected as the first-encountered scrollframe; the root scrollframe
for the top-level document was the one getting the displayport even though it
didn't really need it. A later patch in this bug changes the first-encountered
scrollframe, causing this test to fail without this patch.

Differential Revision: https://phabricator.services.mozilla.com/D82777
2020-07-08 23:50:16 +00:00
..
browser Bug 1638153: Part 2 - Fix uses of .rootTreeItem to get top browser window. r=geckoview-reviewers,nika,snorp 2020-06-17 17:17:16 +00:00
crashtests Bug 1634839. Call UpdateState on the animation state in RasterImage::NotifyProgress. r=aosmond 2020-05-04 18:49:13 +00:00
fuzzing Backed out changeset 541b98270c99 (bug 1539944) for causing bc leaks CLOSED TREE 2020-02-12 03:23:15 +02:00
gtest Bug 1645042 - Revert bug 1631615 and color manage untagged images. r=tnikkel 2020-06-11 21:46:45 +00:00
mochitest Bug 1651050 - Make sure the iframe is actually outside the "nearly visible" displayport. r=tnikkel 2020-07-08 23:50:16 +00:00
reftest Backed out changeset 40784ea31188 (bug 651482) for Reftest failures in bmp-corrupted/wrapper.html?invalid-compression-BITFIELDS.bmp. CLOSED TREE 2020-05-22 12:21:32 +03:00
unit Bug 1642591 - Fix image/test/unit/test_private_channel.js. r=tnikkel 2020-06-18 14:07:03 +00:00