From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann <daniel.baumann@progress-linux.org> Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> --- gfx/tests/crashtests/487724-1.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 gfx/tests/crashtests/487724-1.html (limited to 'gfx/tests/crashtests/487724-1.html') diff --git a/gfx/tests/crashtests/487724-1.html b/gfx/tests/crashtests/487724-1.html new file mode 100644 index 0000000000..abc158b43e --- /dev/null +++ b/gfx/tests/crashtests/487724-1.html @@ -0,0 +1,23 @@ +<!DOCTYPE html> +<html> +<head> +<script type="text/javascript"> + +function boom() +{ + var w = document.getElementById("w"); + var q = document.getElementById("q"); + var e = document.createTextNode(""); + document.documentElement.appendChild(document.body); + w.appendChild(e); + document.documentElement.offsetHeight; + w.removeChild(q); + document.documentElement.offsetHeight; + e.data += " x "; +} + +</script> +</head> + +<body onload="boom();"><span id="w">s‮<span id="q"></span><div></div><span>a</span></span></body> +</html> -- cgit v1.2.3