forked from mirrors/gecko-dev
Most of these fixes involve fixing test XUL to not use <dialog> as a top level element or replacing calls to document.documentElement that expect it to return the dialog, now that the dialog is not the top level element anymore. Differential Revision: https://phabricator.services.mozilla.com/D53722 --HG-- extra : moz-landing-system : lando
8 lines
272 B
HTML
8 lines
272 B
HTML
<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
|
|
|
|
<window id="root" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
<dialog id="dialog-focus"
|
|
buttons="none">
|
|
<button id="nonbutton" noinitialfocus="true"/>
|
|
</dialog>
|
|
</window>
|