layout/reftests/bugs/560455-1.xul

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

michael@0 1 <?xml version="1.0"?>
michael@0 2
michael@0 3 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
michael@0 4
michael@0 5 <hbox style="display: none">
michael@0 6 <bindings xmlns="http://www.mozilla.org/xbl"
michael@0 7 xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
michael@0 8
michael@0 9 <binding id="test" extends="xul:button">
michael@0 10 </binding>
michael@0 11
michael@0 12 </bindings>
michael@0 13 </hbox>
michael@0 14
michael@0 15 <hbox style="display: block">
michael@0 16 <div style="-moz-binding: url(#test); width: 0; display: block;
michael@0 17 overflow: hidden; padding: 10px; border: 1px solid black; "
michael@0 18 xmlns="http://www.w3.org/1999/xhtml">Correct</div>
michael@0 19 </hbox>
michael@0 20 </window>

mercurial