diff options
Diffstat (limited to 'dom/xbl/test/file_bug591198_xbl.xml')
-rw-r--r-- | dom/xbl/test/file_bug591198_xbl.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dom/xbl/test/file_bug591198_xbl.xml b/dom/xbl/test/file_bug591198_xbl.xml new file mode 100644 index 0000000000..f69959b47c --- /dev/null +++ b/dom/xbl/test/file_bug591198_xbl.xml @@ -0,0 +1,5 @@ +<?xml version="1.0"?>
+<bindings id="xbltestBindings" xmlns="http://www.mozilla.org/xbl"
+ xmlns:html="http://www.w3.org/1999/xhtml">
+ <binding id="xbltest"><content>PASS<html:b style="display:none"><children/></html:b></content></binding>
+</bindings>
|