summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/825810-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/generic/crashtests/825810-1.html')
-rw-r--r--layout/generic/crashtests/825810-1.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/generic/crashtests/825810-1.html b/layout/generic/crashtests/825810-1.html
new file mode 100644
index 0000000000..4897ae39dd
--- /dev/null
+++ b/layout/generic/crashtests/825810-1.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<!-- Any copyright is dedicated to the Public Domain.
+ - http://creativecommons.org/publicdomain/zero/1.0/ -->
+<html>
+<body>
+<div style="display: flex;">
+ <div style="display: table-column;"></div>
+ abc
+</div>
+</body>
+</html>