summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/472020-1-ref.xul
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/472020-1-ref.xul')
-rw-r--r--layout/reftests/bugs/472020-1-ref.xul22
1 files changed, 22 insertions, 0 deletions
diff --git a/layout/reftests/bugs/472020-1-ref.xul b/layout/reftests/bugs/472020-1-ref.xul
new file mode 100644
index 000000000..5f8ddadc0
--- /dev/null
+++ b/layout/reftests/bugs/472020-1-ref.xul
@@ -0,0 +1,22 @@
+<?xml version="1.0"?>
+<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
+
+<style xmlns="http://www.w3.org/1999/xhtml"><![CDATA[
+ outer {
+ -moz-binding: url(472020-xbl.xml#outer);
+ border: 2px solid yellow;
+ }
+ inner {
+ -moz-binding: url(472020-xbl.xml#inner);
+ }
+ box {
+ width: 50px;
+ border: 2px solid green;
+ }
+]]></style>
+
+ <outer>
+ <box/>
+ <box/>
+ </outer>
+</window>