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 1890523 - Remove extra space above/below stretchy operators. r=em…
…ilio Gecko always adds .2em space above and below stretchy operators but this is not part of MathML Core and is causing several WPT failures. The MATH table does not have any parameter for that so it's likely some tweak that was added in the early days of MathML that may no longer be necessary. This patch tentatively removes this feature by placing it under a disabled-by-default flag. Differential Revision: https://phabricator.services.mozilla.com/D207014
- Loading branch information
Showing
6 changed files
with
16 additions
and
50 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
11 changes: 0 additions & 11 deletions
11
...g/web-platform/meta/mathml/presentation-markup/mrow/stretch-along-block-axis-001.html.ini
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 |
---|---|---|
@@ -1,17 +1,6 @@ | ||
[stretch-along-block-axis-001.html] | ||
expected: | ||
if (os == "android") and fission: [OK, TIMEOUT] | ||
[Taking into account stretch axis.] | ||
expected: FAIL | ||
|
||
[Taking into account stretchy property.] | ||
expected: FAIL | ||
|
||
[Only operators with a stretchy property and block stretch axis.] | ||
expected: FAIL | ||
|
||
[Operators smaller and larger than non-stretchy siblings.] | ||
expected: FAIL | ||
|
||
[Embellished operators] | ||
expected: FAIL |
14 changes: 0 additions & 14 deletions
14
...ng/web-platform/meta/mathml/presentation-markup/operators/mo-minsize-maxsize-001.html.ini
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 |
---|---|---|
@@ -1,20 +1,6 @@ | ||
[mo-minsize-maxsize-001.html] | ||
expected: | ||
if (os == "android") and fission: [OK, TIMEOUT] | ||
[minsize < maxsize < 0 is treated as maxsize = minsize = 0] | ||
expected: FAIL | ||
|
||
[minsize < 0 is treated as 0] | ||
expected: FAIL | ||
|
||
[target size = 0 is treated as Tascent = Tdescent = minsize/2] | ||
expected: FAIL | ||
|
||
[maxsize < minsize is treated as maxsize = minsize] | ||
expected: FAIL | ||
|
||
[minsize/maxsize percentages are relative to the target size] | ||
expected: FAIL | ||
|
||
[default minsize/maxsize percentages] | ||
expected: FAIL |
5 changes: 0 additions & 5 deletions
5
...web-platform/meta/mathml/presentation-markup/operators/mo-stretch-properties-001.html.ini
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
...form/meta/mathml/presentation-markup/operators/mo-stretch-properties-dynamic-001.html.ini
This file was deleted.
Oops, something went wrong.