diff options
Diffstat (limited to 'layout/reftests/bugs/421203-2.xul')
-rw-r--r-- | layout/reftests/bugs/421203-2.xul | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/layout/reftests/bugs/421203-2.xul b/layout/reftests/bugs/421203-2.xul new file mode 100644 index 000000000..6824138a5 --- /dev/null +++ b/layout/reftests/bugs/421203-2.xul @@ -0,0 +1,4 @@ +<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" + xmlns:html="http://www.w3.org/1999/xhtml"> + <html:span>Hello world!</html:span> +</window> |