summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/489647-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/generic/crashtests/489647-1.html')
-rw-r--r--layout/generic/crashtests/489647-1.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/generic/crashtests/489647-1.html b/layout/generic/crashtests/489647-1.html
new file mode 100644
index 0000000000..aa048d364b
--- /dev/null
+++ b/layout/generic/crashtests/489647-1.html
@@ -0,0 +1,13 @@
+<html class="reftest-wait"><head><title> Bug 489647 - New 1.9.0.9 topcrash [@nsTextFrame::ClearTextRun()]</title></head>
+<body>
+<div id="a" style="white-space: pre;">
+m</div>
+<script>
+function doe() {
+ document.getElementById('a').childNodes[0].splitText(1);
+ document.documentElement.className = "";
+}
+setTimeout(doe, 100);
+</script>
+</body>
+</html> \ No newline at end of file