diff options
Diffstat (limited to 'layout/base/crashtests/919434.html')
-rw-r--r-- | layout/base/crashtests/919434.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/layout/base/crashtests/919434.html b/layout/base/crashtests/919434.html new file mode 100644 index 000000000..6de782b51 --- /dev/null +++ b/layout/base/crashtests/919434.html @@ -0,0 +1,5 @@ +<!DOCTYPE html> +<html style="overflow: scroll;"> +<meta charset="UTF-8"> +<body style="overflow: hidden; position: fixed;"><input><div style="position: sticky;">C</div></body> +</html> |