summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/396286-1xbl.xml
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/396286-1xbl.xml')
-rw-r--r--layout/reftests/bugs/396286-1xbl.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/layout/reftests/bugs/396286-1xbl.xml b/layout/reftests/bugs/396286-1xbl.xml
new file mode 100644
index 000000000..d1421d2c5
--- /dev/null
+++ b/layout/reftests/bugs/396286-1xbl.xml
@@ -0,0 +1,20 @@
+<bindings xmlns="http://www.mozilla.org/xbl">
+
+<binding id="a">
+<implementation>
+<constructor>
+ this.style.position='fixed';
+</constructor>
+</implementation>
+<content>
+<children/>
+</content>
+</binding>
+
+<binding id="b">
+<content>
+<children/>
+</content>
+</binding>
+
+</bindings>