summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/435529.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/generic/crashtests/435529.html')
-rw-r--r--layout/generic/crashtests/435529.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/layout/generic/crashtests/435529.html b/layout/generic/crashtests/435529.html
new file mode 100644
index 0000000000..99d75fb98c
--- /dev/null
+++ b/layout/generic/crashtests/435529.html
@@ -0,0 +1,20 @@
+<!DOCTYPE html>
+<html>
+<head>
+<style type="text/css">
+
+ div {
+ column-count: 2;
+ white-space: pre;
+ }
+
+ div:first-letter {
+ float: right;
+ }
+
+</style>
+</head>
+
+<body><div> <span>AB</span></div></body>
+
+</html>