As it uses chrome features that we only want to support in the parent process. Differential Revision: https://phabricator.services.mozilla.com/D244576
17 lines
416 B
HTML
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>
|