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