Bug 1703164 - convert mail/base/test/browser/files/menulist.xhtml to top level <html>. r=freaktechnik

Test file used by mail/base/test/browser/browser_menulist.js

Differential Revision: https://phabricator.services.mozilla.com/D194742

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Magnus Melin 2023-11-30 09:56:52 +00:00
Родитель 89c1780ed5
Коммит 90f43b6011
1 изменённых файлов: 11 добавлений и 6 удалений

Просмотреть файл

@ -1,9 +1,13 @@
<?xml version="1.0"?>
<window align="start" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:html="http://www.w3.org/1999/xhtml">
<html:link rel="stylesheet" href="chrome://global/skin/global.css" />
<html:link rel="stylesheet" href="chrome://messenger/skin/menulist.css" />
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml"
scrolling="false">
<head>
<link rel="stylesheet" href="chrome://global/skin/global.css" />
<link rel="stylesheet" href="chrome://messenger/skin/menulist.css" />
</head>
<html:body xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<button id="before" label="I'm just a button" onclick="alert('I\'m a button!')"/>
<menulist>
@ -28,4 +32,5 @@
</menulist>
<button id="after" label="I'm just a button"/>
</window>
</html:body>
</html>