diff options
Diffstat (limited to 'layout/reftests/bugs/472500-1.xhtml')
-rw-r--r-- | layout/reftests/bugs/472500-1.xhtml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/layout/reftests/bugs/472500-1.xhtml b/layout/reftests/bugs/472500-1.xhtml new file mode 100644 index 0000000000..a9cee6b1e8 --- /dev/null +++ b/layout/reftests/bugs/472500-1.xhtml @@ -0,0 +1,4 @@ +<?xml-stylesheet type="text/css" href="data:text/css,hbox::before { content: 'This is some text'; }" ?> +<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> + <hbox/> +</window> |