summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/468546-1.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'layout/base/crashtests/468546-1.xhtml')
-rw-r--r--layout/base/crashtests/468546-1.xhtml25
1 files changed, 25 insertions, 0 deletions
diff --git a/layout/base/crashtests/468546-1.xhtml b/layout/base/crashtests/468546-1.xhtml
new file mode 100644
index 000000000..af2340b1a
--- /dev/null
+++ b/layout/base/crashtests/468546-1.xhtml
@@ -0,0 +1,25 @@
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<style type="text/css">
+
+[class='anon'], #v { float: left; }
+[class='anon']:first-line { word-spacing: 30ch; }
+body { width: 30ch; }
+
+</style>
+
+<bindings xmlns="http://www.mozilla.org/xbl"><binding id="foo"><content><div class="anon"><span>A BCDE</span><children xmlns="http://www.mozilla.org/xbl"/></div></content></binding></bindings>
+
+<script type="text/javascript">
+
+function boom()
+{
+ document.body.insertBefore(document.createTextNode("fijkl"), document.body.firstChild);
+}
+
+</script>
+</head>
+
+<body onload="boom();" style="-moz-binding: url(#foo)"><div id="v">&#x202C;</div></body>
+
+</html>