mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
59aaf3ab0c
This is testing a XUL element that could never exist in content, and so its XBL implementation isn't set up to deal with the bound element potentially being in a less-privileged scope. This means that the call to appendNotification here ends up passing in an unprivileged object as the |aButtons| argument (see notification.xml), which we now wrap with an opaque wrapper. The whole situation here is totally artification and an artifact of our automation infrastructure. Now that we have mochitest-chrome, this should certainly be switched. |
||
---|---|---|
.. | ||
Makefile.in | ||
moz.build | ||
test_bug510426.xul |