From 6bf0a5cb5034a7e684dcc3500e841785237ce2dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann <daniel.baumann@progress-linux.org> Date: Sun, 7 Apr 2024 19:32:43 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> --- layout/reftests/mathml/menclose-5-bottom.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 layout/reftests/mathml/menclose-5-bottom.html (limited to 'layout/reftests/mathml/menclose-5-bottom.html') diff --git a/layout/reftests/mathml/menclose-5-bottom.html b/layout/reftests/mathml/menclose-5-bottom.html new file mode 100644 index 0000000000..6589b9119d --- /dev/null +++ b/layout/reftests/mathml/menclose-5-bottom.html @@ -0,0 +1,18 @@ +<!DOCTYPE html> +<html class="reftest-wait"> + <head> + <title>menclose bottom</title> + <script type="text/javascript"> + function doTest() { + document.getElementById('testMenclose').setAttribute("notation","bottom"); + document.documentElement.removeAttribute("class"); + } + window.addEventListener("MozReftestInvalidate",doTest); + </script> + </head> + <body> + <p> + <math><menclose id="testMenclose"><mspace width="100px" height="50px"></menclose></math> + </p> + </body> +</html> -- cgit v1.2.3