diff options
Diffstat (limited to 'dom/xbl/crashtests/277950-1.xhtml')
-rw-r--r-- | dom/xbl/crashtests/277950-1.xhtml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dom/xbl/crashtests/277950-1.xhtml b/dom/xbl/crashtests/277950-1.xhtml new file mode 100644 index 000000000..eae6f1574 --- /dev/null +++ b/dom/xbl/crashtests/277950-1.xhtml @@ -0,0 +1,20 @@ +<?xml version="1.0"?> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<title>Testcase</title> +<xbl:bindings xmlns="http://www.mozilla.org/xbl" + xmlns:xbl="http://www.mozilla.org/xbl"> + <binding id="test"> + <implementation> + <property/> + </implementation> + </binding> +</xbl:bindings> +<style type="text/css"> + p{ -moz-binding: url(#test); } +</style> +</head> +<body> +<p></p> +</body> +</html> |