зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1512010 - add wrench test for text snapping in raster spaces. r=gw
This commit is contained in:
Родитель
011ea038cb
Коммит
27349e0008
|
@ -0,0 +1,10 @@
|
||||||
|
root:
|
||||||
|
items:
|
||||||
|
- type: stacking-context
|
||||||
|
bounds: [0, 0, 480, 80]
|
||||||
|
raster-space: screen
|
||||||
|
items:
|
||||||
|
- text: "a Bcd Efgh Ijklm Nopqrs Tuvwxyz"
|
||||||
|
origin: 20.5 50
|
||||||
|
size: 20
|
||||||
|
font: "FreeSans.ttf"
|
|
@ -0,0 +1,10 @@
|
||||||
|
root:
|
||||||
|
items:
|
||||||
|
- type: stacking-context
|
||||||
|
bounds: [0, 0, 480, 80]
|
||||||
|
raster-space: local(1.0)
|
||||||
|
items:
|
||||||
|
- text: "a Bcd Efgh Ijklm Nopqrs Tuvwxyz"
|
||||||
|
origin: 20.5 50
|
||||||
|
size: 20
|
||||||
|
font: "FreeSans.ttf"
|
|
@ -68,3 +68,4 @@ fuzzy(1,113) platform(linux) == raster-space.yaml raster-space.png
|
||||||
== shadow-image.yaml shadow-solid-ref.yaml
|
== shadow-image.yaml shadow-solid-ref.yaml
|
||||||
options(disable-aa) == snap-clip.yaml snap-clip-ref.yaml
|
options(disable-aa) == snap-clip.yaml snap-clip-ref.yaml
|
||||||
platform(linux) == perspective-clip.yaml perspective-clip.png
|
platform(linux) == perspective-clip.yaml perspective-clip.png
|
||||||
|
options(disable-subpixel) == raster-space-snap.yaml raster-space-snap-ref.yaml
|
||||||
|
|
Загрузка…
Ссылка в новой задаче