mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
layout: Add an implementation of process_resolved_font_style_query
for Layout 2020 (#31436)
* layout: support setting canvas font Signed-off-by: syvb <me@iter.ca> * Update 2d.reset.state.font.html test Signed-off-by: syvb <me@iter.ca> --------- Signed-off-by: syvb <me@iter.ca>
This commit is contained in:
parent
a89bacb7c5
commit
5c87fe940e
11 changed files with 120 additions and 38 deletions
|
@ -1,3 +0,0 @@
|
|||
[2d.reset.state.font.html]
|
||||
[check that the state is reset]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.text.font.parse.basic.html]
|
||||
[Canvas test: 2d.text.font.parse.basic]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.text.font.parse.complex.html]
|
||||
[Canvas test: 2d.text.font.parse.complex]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.text.font.parse.complex2.html]
|
||||
[Canvas test: 2d.text.font.parse.complex2]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.text.font.parse.family.html]
|
||||
[Canvas test: 2d.text.font.parse.family]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.text.font.parse.size.percentage.default.html]
|
||||
[Canvas test: 2d.text.font.parse.size.percentage.default]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.text.font.parse.size.percentage.html]
|
||||
[Canvas test: 2d.text.font.parse.size.percentage]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.text.font.parse.tiny.html]
|
||||
[Canvas test: 2d.text.font.parse.tiny]
|
||||
expected: FAIL
|
|
@ -1,6 +1,3 @@
|
|||
[parent-style-relative-units.html]
|
||||
[Font-size based on canvas element font-size]
|
||||
expected: FAIL
|
||||
|
||||
[Font-size based on canvas element line-height]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue