mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-02 14:30:43 +00:00
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:
parent
263be9ea85
commit
9a2c041981
@ -41,16 +41,5 @@
|
||||
<mrow>
|
||||
</math>
|
||||
</p>
|
||||
<p>
|
||||
<!-- ⨂ 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>⨂</mo>
|
||||
<mo id="mo5">)</mo>
|
||||
<mrow>
|
||||
</math>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -66,16 +66,5 @@
|
||||
<mrow>
|
||||
</math>
|
||||
</p>
|
||||
<p>
|
||||
<!-- ⨂ 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>⨂</mo>
|
||||
<mo id="mo5">)</mo>
|
||||
<mrow>
|
||||
</math>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -0,0 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Largeop stretching</title>
|
||||
<meta charset="utf-8"/>
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
<!-- ⨂ allows to check for an assertion involving
|
||||
the direction of the largeop pre-stretch -->
|
||||
<math displaystyle="true">
|
||||
<mrow>
|
||||
<mo id="mo4">(</mo>
|
||||
<mo>⨂</mo>
|
||||
<mo id="mo5">)</mo>
|
||||
</mrow>
|
||||
</math>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user