summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/text-overflow-bug713610.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/generic/crashtests/text-overflow-bug713610.html')
-rw-r--r--layout/generic/crashtests/text-overflow-bug713610.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/layout/generic/crashtests/text-overflow-bug713610.html b/layout/generic/crashtests/text-overflow-bug713610.html
new file mode 100644
index 0000000000..7cafc68cfe
--- /dev/null
+++ b/layout/generic/crashtests/text-overflow-bug713610.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<html>
+<body>
+<div style="text-overflow: ellipsis; padding-right: 4000px; overflow: scroll;"><span style="transform: translatex(-50px); border-right-style: dashed;"></span></div>
+</body>
+</html>