fune/toolkit/content/tests/chrome/dialog_dialogfocus2.xhtml
Kirk Steuber 6c7eec60e6 Bug 1585482 - Necessary test fixes following the change to stop using xul:dialog as a root element. r=marionette-reviewers,ato,bgrins
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
2019-12-10 18:14:10 +00:00

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>