diff options
Diffstat (limited to 'layout/base/crashtests/1586600.html')
-rw-r--r-- | layout/base/crashtests/1586600.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/layout/base/crashtests/1586600.html b/layout/base/crashtests/1586600.html new file mode 100644 index 0000000000..c825c5c85e --- /dev/null +++ b/layout/base/crashtests/1586600.html @@ -0,0 +1,5 @@ +<html style="overscroll-behavior-y: contain;"> +<body style="overflow: hidden;"> +<script> + document.body.clientWidth; +</script> |