diff options
Diffstat (limited to 'layout/base/crashtests/374193-1xbl.xml')
-rw-r--r-- | layout/base/crashtests/374193-1xbl.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/base/crashtests/374193-1xbl.xml b/layout/base/crashtests/374193-1xbl.xml new file mode 100644 index 000000000..c1d288352 --- /dev/null +++ b/layout/base/crashtests/374193-1xbl.xml @@ -0,0 +1,10 @@ +<bindings xmlns="http://www.mozilla.org/xbl">
+<binding id="a">
+<implementation>
+<constructor>
+ this.style.position='fixed';
+</constructor>
+</implementation>
+<content><children/></content>
+</binding>
+</bindings>
|