diff options
Diffstat (limited to 'layout/generic/crashtests/1652897.html')
-rw-r--r-- | layout/generic/crashtests/1652897.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/generic/crashtests/1652897.html b/layout/generic/crashtests/1652897.html new file mode 100644 index 0000000000..bc96f46e73 --- /dev/null +++ b/layout/generic/crashtests/1652897.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<meta charset="utf-8"> +<script> +// DO NOT move this script to the end of this file +// as the bug depends on this specific tree structure +document.addEventListener("DOMContentLoaded", () => { + window.getSelection().selectAllChildren(document.body) + window.getSelection().modify('extend','left','word') +}); +</script> +<table> +<caption> +<caption> |