mirror of
https://github.com/servo/servo.git
synced 2025-08-17 11:25:35 +01:00
parent
bc2f4c3450
commit
6c00058c5d
6 changed files with 42 additions and 2 deletions
|
@ -3986,6 +3986,18 @@
|
|||
"viewport_size": "300x300"
|
||||
}
|
||||
],
|
||||
"css/pixel_snapping_glyphs.html": [
|
||||
{
|
||||
"path": "css/pixel_snapping_glyphs.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/pixel_snapping_glyphs_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/pixel_snapping_glyphs.html"
|
||||
}
|
||||
],
|
||||
"css/pixel_snapping_position_a.html": [
|
||||
{
|
||||
"dpi": "2",
|
||||
|
@ -11026,6 +11038,18 @@
|
|||
"viewport_size": "300x300"
|
||||
}
|
||||
],
|
||||
"css/pixel_snapping_glyphs.html": [
|
||||
{
|
||||
"path": "css/pixel_snapping_glyphs.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/pixel_snapping_glyphs_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/pixel_snapping_glyphs.html"
|
||||
}
|
||||
],
|
||||
"css/pixel_snapping_position_a.html": [
|
||||
{
|
||||
"dpi": "2",
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
[pixel_snapping_glyphs.html]
|
||||
type: reftest
|
||||
expected:
|
||||
if os == "mac": FAIL
|
5
tests/wpt/mozilla/tests/css/pixel_snapping_glyphs.html
Normal file
5
tests/wpt/mozilla/tests/css/pixel_snapping_glyphs.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
<!doctype html>
|
||||
<meta charset="utf-8">
|
||||
<title>pixel snapping glyphs test</title>
|
||||
<link rel="match" href="pixel_snapping_glyphs_ref.html">
|
||||
<div style="font: 13px 'Helvetica Neue'; padding: 0.5px;">illisible</div>
|
|
@ -0,0 +1,4 @@
|
|||
<!doctype html>
|
||||
<meta charset="utf-8">
|
||||
<title>pixel snapping glyphs reference</title>
|
||||
<div style="font: 13px 'Helvetica Neue'; padding: 1px;">illisible</div>
|
Loading…
Add table
Add a link
Reference in a new issue