Bug 1882817 - Export a crashtest for bigotimes to WPT. r=emilio

This case was included in a reftest in order to exercise an assertion
related to the direction passed for operator stretching but no visual
are JS checks are actually performed on it. So export it in its own
separate crash test instead.

See https://bugzilla.mozilla.org/show_bug.cgi?id=1092053#c9

Differential Revision: https://phabricator.services.mozilla.com/D203394
This commit is contained in:
Frédéric Wang 2024-03-04 16:28:36 +00:00
parent 263be9ea85
commit 9a2c041981
3 changed files with 20 additions and 22 deletions

View File

@ -41,16 +41,5 @@
<mrow>
</math>
</p>
<p>
<!-- &bigotimes; included in the test to check for an assertion involving
the direction of the largeop pre-stretch -->
<math displaystyle="true">
<mrow>
<mo id="mo4">(</mo>
<mo>&bigotimes;</mo>
<mo id="mo5">)</mo>
<mrow>
</math>
</p>
</body>
</html>

View File

@ -66,16 +66,5 @@
<mrow>
</math>
</p>
<p>
<!-- &bigotimes; included in the test to check for an assertion involving
the direction of the largeop pre-stretch -->
<math displaystyle="true">
<mrow>
<mo id="mo4">(</mo>
<mo>&bigotimes;</mo>
<mo id="mo5">)</mo>
<mrow>
</math>
</p>
</body>
</html>

View File

@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<title>Largeop stretching</title>
<meta charset="utf-8"/>
</head>
<body>
<p>
<!-- &bigotimes; allows to check for an assertion involving
the direction of the largeop pre-stretch -->
<math displaystyle="true">
<mrow>
<mo id="mo4">(</mo>
<mo>&bigotimes;</mo>
<mo id="mo5">)</mo>
</mrow>
</math>
</p>
</body>
</html>