From 2aa4a82499d4becd2284cdb482213d541b8804dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann <daniel.baumann@progress-linux.org> Date: Sun, 28 Apr 2024 16:29:10 +0200 Subject: Adding upstream version 86.0.1. Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> --- layout/base/crashtests/650475.xhtml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 layout/base/crashtests/650475.xhtml (limited to 'layout/base/crashtests/650475.xhtml') diff --git a/layout/base/crashtests/650475.xhtml b/layout/base/crashtests/650475.xhtml new file mode 100644 index 0000000000..69d171b2da --- /dev/null +++ b/layout/base/crashtests/650475.xhtml @@ -0,0 +1,14 @@ +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<script> + +function boom() +{ + document.body.offsetHeight; + document.body.appendChild(document.createTextNode('Y')); +} + +</script> +</head> +<body style="white-space: pre;" onload="boom();">
ٌ</body> +</html> -- cgit v1.2.3