diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /gfx/tests/crashtests/1762973-1.html | |
parent | Initial commit. (diff) | |
download | firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esrupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'gfx/tests/crashtests/1762973-1.html')
-rw-r--r-- | gfx/tests/crashtests/1762973-1.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/gfx/tests/crashtests/1762973-1.html b/gfx/tests/crashtests/1762973-1.html new file mode 100644 index 0000000000..6f8935211d --- /dev/null +++ b/gfx/tests/crashtests/1762973-1.html @@ -0,0 +1,29 @@ +<style> +* { clip-path: polygon(0px 0px, 1px 61px, 1px 0px); } +</style> +<script> +window.requestIdleCallback(() => { + document.documentElement.style.display='none' + document.documentElement.getBoundingClientRect() + document.documentElement.style.display='' + setTimeout(() => { window.location.reload(true) }, 500) // helps reproduction +}) +function go() { + var x = document.defaultView.getSelection() + window.stop() + x.collapse(d) + document.execCommand("removeFormat", false) + x.collapse(a) +} +function eh() { + d.setAttributeNode(document.createAttribute("contenteditable")) + c.src = "data:audio/mpeg;base64,/+M4wAAAAAAAAAAAAEluZm8AAAAPAAAAAwAAAbAAqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV1dXV////////////////////////////////////////////AAAAAExhdmM1Ny4zOAAAAAAAAAAAAAAAACQAAAAAAAAAAAGwU/hwzwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/+MYxAAMkI7huAhMDGQAndv+H5jfIAPmPzGBGeTAZNN7yjsnqd6Fny79M+o4UifnMu/TlDiIP5Q5l9Z/Kdv6VY0gE3JIAAwE/+MYxAgMYJr6WBhGIivjMy/CEK+zM39VVXjMArKgq6DQdrBV0THlqBp0ShrBp8qGsTPw7lXZFVZZY6GytZZYGChgYIGZaiJI/+MYxBEMUJnAABmMYUigMQLIE1yVpphA1UQMRVVVV000iVu000VVVX///6aaVUxBTUUzLjk5LjVVVVVVVVVVVVVVVVVVVVVV" + b.appendChild(a) +} +</script> +<body onload=go()> +<dialog id="a" open="true"></dialog> +<details id="b" style="writing-mode: vertical-rl" open="true" ontoggle="eh()"> +<summary style="position: fixed"></summary> +<embed id="c"></embed> +<ol id="d"></ol> |