diff options
Diffstat (limited to '')
-rw-r--r-- | layout/generic/crashtests/1608851-2.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/generic/crashtests/1608851-2.html b/layout/generic/crashtests/1608851-2.html new file mode 100644 index 0000000000..73f9b055e5 --- /dev/null +++ b/layout/generic/crashtests/1608851-2.html @@ -0,0 +1,12 @@ +<html> +<head> + <style> + * { + display: inline-grid; + position: fixed; + grid-template-columns: subgrid [ line_name_15 ]; + scale: 1 !important; + } + </style> +</head> +</html> |