forked from kdashg/gecko-cinn
-
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 1876684 - Convert operator-1.xhtml to internal WPT test. r=emilio
operator-1.xhtml verifies negative values mo@lspace/rspace but support and interpretation in MathML Core is unclear at this point [1] so keep it as internal for now. This also introduces a new `negative-lengths` subdirectory for handling similar tests. [1] w3c/mathml-core#132 Differential Revision: https://phabricator.services.mozilla.com/D200430
- Loading branch information
Showing
7 changed files
with
23 additions
and
11 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
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 |
---|---|---|
|
@@ -4,6 +4,6 @@ | |
<mn>3</mn> | ||
<mo>+</mo> | ||
<mn>2</mn> | ||
</math> | ||
</math> | ||
</body> | ||
</html> |
16 changes: 16 additions & 0 deletions
16
testing/web-platform/mozilla/tests/mathml/negative-lengths/negative-lspace-rspace-001.xhtml
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,16 @@ | ||
<html xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | ||
<title>negative lspace/rspace</title> | ||
<link rel="match" href="negative-lspace-rspace-001-ref.xhtml"/> | ||
<link rel="assert" href="Verify that negative lspace/rspace are ignored."/> | ||
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=411227"/> | ||
<link rel="help" href="https://github.com/w3c/mathml-core/issues/132"/> | ||
</head> | ||
<body> | ||
<math xmlns="http://www.w3.org/1998/Math/MathML"> | ||
<mn>3</mn> | ||
<mo lspace="-5pt" rspace="-4pt">+</mo> | ||
<mn>2</mn> | ||
</math> | ||
</body> | ||
</html> |
File renamed without changes.
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