diff options
Diffstat (limited to '')
-rw-r--r-- | layout/tables/crashtests/1223232.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layout/tables/crashtests/1223232.html b/layout/tables/crashtests/1223232.html new file mode 100644 index 0000000000..6df062a0b1 --- /dev/null +++ b/layout/tables/crashtests/1223232.html @@ -0,0 +1,6 @@ +<!DOCTYPE html> +<html> +<body> +<div style="border-style: dotted; position: sticky; display: table-row;"><input style="width: 400px; position: absolute;"></div> +</body> +</html> |