Files
tubestation/layout/base/tests/470711-1-ref.xhtml
Timothy Nikkel 8fee8ddb07 Bug 1936189. Move reftest layout/reftests/native-theme/470711-1.xhtml to be a browser chrome test. r=dshin
As it uses chrome features that we only want to support in the parent process.

Differential Revision: https://phabricator.services.mozilla.com/D244576
2025-04-08 00:26:08 +00:00

17 lines
416 B
HTML

<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
<window id="window470711"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<tabbox>
<tabs>
<tab label="One"/>
<tab label="Two" style="padding: 0"/>
</tabs>
<tabpanels>
<label value="One"/>
<label value="Two"/>
</tabpanels>
</tabbox>
</window>