Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Last gardening after r177774
Unreviewed. * fast/text/font-kerning-expected.html: * fast/text/font-variant-ligatures-expected.html: * fast/text/whitespace/inline-whitespace-wrapping-7-expected.html: * fast/text/whitespace/inline-whitespace-wrapping-7.html: * mathml/presentation/scripts-subsup-expected.html: * mathml/presentation/scripts-subsup.html: * platform/mac/TestExpectations: * platform/mac/fast/text/multiple-codeunit-vertical-upright-expected.html: * platform/mac/fast/text/multiple-codeunit-vertical-upright.html: * platform/mac/fast/text/resources/multiple-codeunit-vertical-upright.otf: Removed. * svg/text/svg-font-word-rounding-hacks-spaces-expected.html: * svg/text/svg-font-word-rounding-hacks-spaces.html: * svg/text/tspan-outline-expected.svg: * svg/text/tspan-outline.html: Canonical link: https://commits.webkit.org/160235@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@180904 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
59 additions
and 52 deletions.
- +21 −0 LayoutTests/ChangeLog
- +5 −4 LayoutTests/fast/text/font-kerning-expected.html
- +5 −4 LayoutTests/fast/text/font-variant-ligatures-expected.html
- +1 −0 LayoutTests/fast/text/whitespace/inline-whitespace-wrapping-7-expected.html
- +1 −0 LayoutTests/fast/text/whitespace/inline-whitespace-wrapping-7.html
- +1 −1 LayoutTests/imported/mozilla/svg/dynamic-text-07-expected.svg
- +6 −6 LayoutTests/mathml/presentation/scripts-subsup-expected.html
- +6 −6 LayoutTests/mathml/presentation/scripts-subsup.html
- +3 −11 LayoutTests/platform/mac/TestExpectations
- +2 −7 LayoutTests/platform/mac/fast/text/multiple-codeunit-vertical-upright-expected.html
- +2 −7 LayoutTests/platform/mac/fast/text/multiple-codeunit-vertical-upright.html
- BIN LayoutTests/platform/mac/fast/text/resources/multiple-codeunit-vertical-upright.otf
- +2 −2 LayoutTests/svg/text/svg-font-word-rounding-hacks-spaces-expected.html
- +2 −2 LayoutTests/svg/text/svg-font-word-rounding-hacks-spaces.html
- +1 −1 LayoutTests/svg/text/tspan-outline-expected.svg
- +1 −1 LayoutTests/svg/text/tspan-outline.html
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
@@ -1,11 +1,12 @@ | ||
<style> | ||
.notkerned { text-rendering: optimizeSpeed; } | ||
.kerned { text-rendering: optimizeLegibility; } | ||
</style> | ||
<body style="font-size: 36px;"> | ||
<div class="notkerned">AVAVAVAV</div> | ||
<div class="kerned">AVAVAVAV</div> | ||
<div class="kerned">AVAVAVAV</div> | ||
<div class="notkerned">AVAVAVAV</div> | ||
<div class="kerned">AVAVAVAV</div> | ||
<div class="kerned">AVAVAVAV</div> | ||
</body> |
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
@@ -1,11 +1,12 @@ | ||
<style> | ||
.noligatures { text-rendering: optimizeSpeed; } | ||
.ligatures { text-rendering: optimizeLegibility; } | ||
</style> | ||
<body style="font-size: 36px;"> | ||
<div class="noligatures">file</div> | ||
<div class="ligatures">file</div> | ||
<div class="ligatures">file</div> | ||
<div class="noligatures">file</div> | ||
<div class="ligatures">file</div> | ||
<div class="ligatures">file</div> | ||
</body> |
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
@@ -3,6 +3,7 @@ | ||
<style> | ||
#container { | ||
float: right; | ||
font-family: Ahem; | ||
} | ||
</style> | ||
</head> | ||
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
@@ -3,6 +3,7 @@ | ||
<style> | ||
#container { | ||
float: right; | ||
font-family: Ahem; | ||
} | ||
.link | ||
{ | ||
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
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
@@ -1,14 +1,9 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
</head> | ||
<body style="-webkit-font-smoothing: none;"> | ||
<div style="position: absolute; top: 100px;">This test makes sure that upright vertical text is rendered the same as horizontal text.</div> | ||
<div style="font: 96px Times; position: relative; left: 29px; top: -23px; display: inline-block;">𠀋</div> | ||
</body> | ||
</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
@@ -1,14 +1,9 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
</head> | ||
<body style="-webkit-font-smoothing: none;"> | ||
<div style="position: absolute; top: 100px;">This test makes sure that upright vertical text is rendered the same as horizontal text.</div> | ||
<div style="font: 96px Times; -webkit-writing-mode: vertical-rl; -webkit-text-orientation: upright;">𠀋</div> | ||
</body> | ||
</html> |
Binary file not shown.
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
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
@@ -4,7 +4,7 @@ | ||
<style> | ||
* { margin: 0; padding: 0; } | ||
*:focus { fill: green } | ||
text { font: 32px Ahem; } | ||
</style> | ||
|
||
<text y="40"><tspan tabindex="2">Test didn't run</tspan></text> | ||