diff options
Diffstat (limited to 'layout/tables/crashtests/1710116-1.html')
-rw-r--r-- | layout/tables/crashtests/1710116-1.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/layout/tables/crashtests/1710116-1.html b/layout/tables/crashtests/1710116-1.html new file mode 100644 index 0000000000..549a6c9081 --- /dev/null +++ b/layout/tables/crashtests/1710116-1.html @@ -0,0 +1,21 @@ +<!DOCTYPE html> +<html> +<head> + <style> + #tbody { + display: inline-flex; + } + + * { + inline-size: 3579845520.820976vw; + } + </style> +</head> +<table> + <td colspan="149"> + <tbody id="tbody"> + <col> + </tbody> + </td> +</table> +</html> |