Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
[MathML] Poor spacing around delimiters in MathML Torture Test 14
https://bugs.webkit.org/show_bug.cgi?id=122837 Reviewed by Brent Fulgham. Instead of stretching the vertical bar with the stretchable version, just repeat the normal vertical bar. This follows what Gecko does when rendering tall vertical bars and also works around an issue with STIX fonts leading to poor spacing in formulas. Source/WebCore: * rendering/mathml/RenderMathMLOperator.cpp: Stretch the vertical bar with the normal variant. LayoutTests: * platform/gtk/mathml/presentation/mo-stretch-expected.png: Update to reflect new results. * platform/gtk/mathml/presentation/mo-stretch-expected.txt: Ditto. * platform/mac/mathml/presentation/mo-stretch-expected.png: Ditto. * platform/mac/mathml/presentation/mo-stretch-expected.txt: Ditto. Canonical link: https://commits.webkit.org/142304@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@159007 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
7 changed files
with
109 additions
and
77 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
Binary file modified
BIN
+31 Bytes
(100%)
LayoutTests/platform/gtk/mathml/presentation/mo-stretch-expected.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Binary file modified
BIN
-81 Bytes
(100%)
LayoutTests/platform/mac/mathml/presentation/mo-stretch-expected.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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