summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/1349650.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/generic/crashtests/1349650.html')
-rw-r--r--layout/generic/crashtests/1349650.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/generic/crashtests/1349650.html b/layout/generic/crashtests/1349650.html
new file mode 100644
index 0000000000..c225d02863
--- /dev/null
+++ b/layout/generic/crashtests/1349650.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta charset="UTF-8">
+</head>
+<body style="display: grid;">
+<div style="display:flex; position:fixed;"></div>
+<div style="order:-1;"></div>
+</body>
+</html>
+