forked from Floorp-Projects/Floorp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
3 changed files
with
20 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
testing/web-platform/tests/mathml/crashtests/mozilla/1092053.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |