diff options
Diffstat (limited to 'layout/generic/crashtests/1683126.html')
-rw-r--r-- | layout/generic/crashtests/1683126.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/layout/generic/crashtests/1683126.html b/layout/generic/crashtests/1683126.html new file mode 100644 index 0000000000..8d08ab3127 --- /dev/null +++ b/layout/generic/crashtests/1683126.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html class="reftest-paged"> +<head> + <style> + * { + border-block-width: 1151557106.9598303in ! important; + border-block-end-style: double; + } + + * * { + position: fixed; + } + </style> +</head> +</html> |