Revision 64da316928b38f3dbd2231dbfb0f7f776170a106 authored by Brad Werth on 11 April 2018, 09:35:18 UTC, committed by moz-wptsync-bot on 11 April 2018, 09:35:18 UTC
This test is designed to check that the float area is calculated from the
first frame of an animated GIF. The reference rendering is a solid green
square with the lower-left of the square supplied by the pixels in the GIF.
Frame 2 of the GIF has white pixels in that quadrant. If layout is completed
and onload is fired while frame 2 is showing, the test will fail even though
the float area has been correctly calculated. This change puts green in the
lower-left quadrant of all frames of the GIF so that the test is only testing
the float area and not also testing that onload fires while a certain frame
is showing.

Note that this change doesn't impact the thoroughness of how we're testing
shape-outside because it changes only the color of the pixels and not their
opacity, and the float area is calculated from the alpha of the pixels.
bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1404222
gecko-commit: 491be7851cfc3e4959af6e22a1adf70d5f7bb168
gecko-integration-branch: central
1 parent a4e013a
History
File Mode Size
OWNERS -rw-r--r-- 23 bytes
README.md -rw-r--r-- 2.9 KB
doc-abstract-manual.html -rw-r--r-- 2.4 KB
doc-acknowledgments-manual.html -rw-r--r-- 2.8 KB
doc-afterword-manual.html -rw-r--r-- 2.7 KB
doc-appendix-manual.html -rw-r--r-- 2.7 KB
doc-backlink-manual.html -rw-r--r-- 3.1 KB
doc-biblioentry-manual.html -rw-r--r-- 2.6 KB
doc-bibliography-manual.html -rw-r--r-- 2.8 KB
doc-biblioref-manual.html -rw-r--r-- 3.1 KB
doc-chapter-manual.html -rw-r--r-- 2.7 KB
doc-colophon-manual.html -rw-r--r-- 2.4 KB
doc-conclusion-manual.html -rw-r--r-- 2.8 KB
doc-cover-manual.html -rw-r--r-- 2.3 KB
doc-credit-manual.html -rw-r--r-- 2.4 KB
doc-credits-manual.html -rw-r--r-- 2.7 KB
doc-dedication-manual.html -rw-r--r-- 2.4 KB
doc-endnote-manual.html -rw-r--r-- 2.6 KB
doc-endnotes-manual.html -rw-r--r-- 2.7 KB
doc-epigraph-manual.html -rw-r--r-- 2.4 KB
doc-epilogue-manual.html -rw-r--r-- 2.7 KB
doc-errata-manual.html -rw-r--r-- 2.7 KB
doc-example-manual.html -rw-r--r-- 2.4 KB
doc-footnote-manual.html -rw-r--r-- 2.4 KB
doc-foreword-manual.html -rw-r--r-- 2.7 KB
doc-glossary-manual.html -rw-r--r-- 2.7 KB
doc-glossref-manual.html -rw-r--r-- 3.1 KB
doc-index-manual.html -rw-r--r-- 2.7 KB
doc-introduction-manual.html -rw-r--r-- 2.8 KB
doc-noteref-manual.html -rw-r--r-- 3.1 KB
doc-notice-manual.html -rw-r--r-- 2.4 KB
doc-pagebreak-manual.html -rw-r--r-- 2.5 KB
doc-pagelist-manual.html -rw-r--r-- 2.7 KB
doc-part-manual.html -rw-r--r-- 2.7 KB
doc-preface-manual.html -rw-r--r-- 2.7 KB
doc-prologue-manual.html -rw-r--r-- 2.7 KB
doc-pullquote-manual.html -rw-r--r-- 2.4 KB
doc-qna-manual.html -rw-r--r-- 2.4 KB
doc-subtitle-manual.html -rw-r--r-- 2.4 KB
doc-tip-manual.html -rw-r--r-- 2.4 KB
doc-toc-manual.html -rw-r--r-- 2.7 KB

README.md

back to top