From 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d Mon Sep 17 00:00:00 2001 From: Daniel Baumann <daniel.baumann@progress-linux.org> Date: Fri, 19 Apr 2024 03:47:29 +0200 Subject: Adding upstream version 115.8.0esr. Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> --- dom/base/crashtests/326618-1.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 dom/base/crashtests/326618-1.html (limited to 'dom/base/crashtests/326618-1.html') diff --git a/dom/base/crashtests/326618-1.html b/dom/base/crashtests/326618-1.html new file mode 100644 index 0000000000..926670ab63 --- /dev/null +++ b/dom/base/crashtests/326618-1.html @@ -0,0 +1,14 @@ +<html> +<head> +</head> +<body> +<script> + +try { + document.body.removeChild(function(){}); +} catch (e) { +} + +</script> +</body> +</html> -- cgit v1.2.3