layout/reftests/bugs/472020-1b.xul

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

michael@0 1 <?xml version="1.0"?>
michael@0 2 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
michael@0 3 onload="var p = document.getElementById('o'); p.insertBefore(document.createElement('box'), p.firstChild);">
michael@0 4
michael@0 5 <style xmlns="http://www.w3.org/1999/xhtml"><![CDATA[
michael@0 6 outer {
michael@0 7 -moz-binding: url(472020-xbl.xml#outer);
michael@0 8 border: 2px solid yellow;
michael@0 9 }
michael@0 10 inner {
michael@0 11 -moz-binding: url(472020-xbl.xml#inner);
michael@0 12 }
michael@0 13 box {
michael@0 14 width: 50px;
michael@0 15 border: 2px solid green;
michael@0 16 }
michael@0 17 ]]></style>
michael@0 18
michael@0 19 <outer id="o">
michael@0 20 <box/>
michael@0 21 </outer>
michael@0 22 </window>

mercurial