mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
219b9544e1
This restores behavior from before bug 1835864, effectively. The top level image document's root element has transparent background. Before that patch, we used to blend that with GetDefaultBackgroundColorDraw(), which was white. This should generally not change behavior, because the page frame itself is white, but it does on PrintTargetWindows (probably a cairo bug?), where it causes our page content clip not to apply. In any case, restoring behavior here is trivial, so let's do that for now, I'll file a follow-up bug for the underlying issue. Differential Revision: https://phabricator.services.mozilla.com/D228514 |
||
---|---|---|
.. | ||
android-test | ||
awsy | ||
condprofile | ||
config | ||
crashtest | ||
docs | ||
extensions | ||
firefox-ui | ||
geckodriver | ||
gtest | ||
jsshell | ||
marionette | ||
mochitest | ||
modules | ||
mozbase | ||
mozharness | ||
perfdocs | ||
performance | ||
profiles | ||
raptor | ||
runtimes | ||
specialpowers | ||
talos | ||
test | ||
tools | ||
tps | ||
web-platform | ||
webcompat | ||
webdriver | ||
xpcshell | ||
addtest.py | ||
cppunittest.toml | ||
mach_commands.py | ||
moz.build | ||
parse_build_tests_ccov.py | ||
parse_reftest.py | ||
README.txt | ||
remotecppunittests.py | ||
runcppunittests.py | ||
skipfails.py | ||
testinfo.py | ||
testsuite-targets.mk |
Common testing tools for mozilla codebase projects, test suite definitions for automated test runs, tests that don't fit anywhere else, and other fun stuff