forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1832955 - Support font-relative units when parsing letterSpacing/…
…wordSpacing for offscreen canvas. r=gfx-reviewers,lsalzman,emilio Differential Revision: https://phabricator.services.mozilla.com/D184938
- Loading branch information
Showing
19 changed files
with
137 additions
and
37 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
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
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
4 changes: 0 additions & 4 deletions
4
...form/meta/html/canvas/offscreen/text/2d.text.drawing.style.font-relative.spacing.html.ini
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
...meta/html/canvas/offscreen/text/2d.text.drawing.style.font-relative.spacing.worker.js.ini
This file was deleted.
Oops, something went wrong.
4 changes: 3 additions & 1 deletion
4
.../meta/html/canvas/offscreen/text/2d.text.drawing.style.letterSpacing.change.font.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,3 +1,5 @@ | ||
[2d.text.drawing.style.letterSpacing.change.font.html] | ||
[Set letter spacing and word spacing to font dependent value and verify it works after font change.] | ||
expected: FAIL | ||
expected: | ||
if (os == "linux"): PASS | ||
FAIL |
4 changes: 3 additions & 1 deletion
4
.../html/canvas/offscreen/text/2d.text.drawing.style.letterSpacing.change.font.worker.js.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,3 +1,5 @@ | ||
[2d.text.drawing.style.letterSpacing.change.font.worker.html] | ||
[Set letter spacing and word spacing to font dependent value and verify it works after font change.] | ||
expected: FAIL | ||
expected: | ||
if (os == "linux"): PASS | ||
FAIL |
3 changes: 0 additions & 3 deletions
3
.../html/canvas/offscreen/text/2d.text.drawing.style.letterSpacing.measure.relative.html.ini
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
.../canvas/offscreen/text/2d.text.drawing.style.letterSpacing.measure.relative.worker.js.ini
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
...rm/meta/html/canvas/offscreen/text/2d.text.drawing.style.wordSpacing.change.font.html.ini
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
...ta/html/canvas/offscreen/text/2d.text.drawing.style.wordSpacing.change.font.worker.js.ini
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
...ta/html/canvas/offscreen/text/2d.text.drawing.style.wordSpacing.measure.relative.html.ini
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
...ml/canvas/offscreen/text/2d.text.drawing.style.wordSpacing.measure.relative.worker.js.ini
This file was deleted.
Oops, something went wrong.