mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 19:07:31 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
22
layout/reftests/css-display/display-contents-xbl-2-ref.xul
Normal file
22
layout/reftests/css-display/display-contents-xbl-2-ref.xul
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
|
||||
|
||||
<window onload="document.documentElement.removeChild(document.getElementById('b'));"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
xmlns:html="http://www.w3.org/1999/xhtml"
|
||||
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
xmlns:xbl="http://www.mozilla.org/xbl"
|
||||
>
|
||||
|
||||
<bindings xmlns="http://www.mozilla.org/xbl" id="b">
|
||||
<binding id="mylistitem"><content><children><x>GREEN AGAIN</x></children></content></binding>
|
||||
|
||||
<binding id="foo">
|
||||
<content id="c" style="color:red"><xul:mylistitem id="i" style="-moz-binding: url(#mylistitem); color:green; border:1px solid; display:contents" ><xbl:children style="color:red;" /></xul:mylistitem></content>
|
||||
</binding>
|
||||
</bindings>
|
||||
|
||||
<span id="l" style="-moz-binding: url(#foo); color:red"></span>
|
||||
<span></span>
|
||||
|
||||
</window>
|
||||
Loading…
Add table
Add a link
Reference in a new issue