mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Move pixel_snapping_border_a.html to wpt reftests.
This commit is contained in:
parent
198ee0f2c6
commit
3b9d165ee8
4 changed files with 31 additions and 1 deletions
|
@ -4,7 +4,6 @@
|
||||||
# Should be == with expected failure:
|
# Should be == with expected failure:
|
||||||
fragment=top != ../html/acid2.html acid2_ref.html
|
fragment=top != ../html/acid2.html acid2_ref.html
|
||||||
|
|
||||||
resolution=300x300,device-pixel-ratio=2 != pixel_snapping_border_a.html pixel_snapping_border_ref.html
|
|
||||||
resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_snapping_position_ref.html
|
resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_snapping_position_ref.html
|
||||||
|
|
||||||
# This file must be sorted alphabetically.
|
# This file must be sorted alphabetically.
|
||||||
|
|
|
@ -3511,6 +3511,20 @@
|
||||||
"url": "/_mozilla/css/percentage_width_inline_block_a.html"
|
"url": "/_mozilla/css/percentage_width_inline_block_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/pixel_snapping_border_a.html": [
|
||||||
|
{
|
||||||
|
"dpi": "2",
|
||||||
|
"path": "css/pixel_snapping_border_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/pixel_snapping_border_ref.html",
|
||||||
|
"!="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/pixel_snapping_border_a.html",
|
||||||
|
"viewport_size": "300x300"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/png_rgba_colorspace_a.html": [
|
"css/png_rgba_colorspace_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/png_rgba_colorspace_a.html",
|
"path": "css/png_rgba_colorspace_a.html",
|
||||||
|
@ -9526,6 +9540,20 @@
|
||||||
"url": "/_mozilla/css/percentage_width_inline_block_a.html"
|
"url": "/_mozilla/css/percentage_width_inline_block_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/pixel_snapping_border_a.html": [
|
||||||
|
{
|
||||||
|
"dpi": "2",
|
||||||
|
"path": "css/pixel_snapping_border_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/pixel_snapping_border_ref.html",
|
||||||
|
"!="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/pixel_snapping_border_a.html",
|
||||||
|
"viewport_size": "300x300"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/png_rgba_colorspace_a.html": [
|
"css/png_rgba_colorspace_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/png_rgba_colorspace_a.html",
|
"path": "css/png_rgba_colorspace_a.html",
|
||||||
|
|
|
@ -3,6 +3,9 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>Pixel snapping border test</title>
|
<title>Pixel snapping border test</title>
|
||||||
|
<meta name=device-pixel-ratio content=2>
|
||||||
|
<meta name=viewport-size content=300x300>
|
||||||
|
<link rel=mismatch href=pixel_snapping_border_ref.html>
|
||||||
<style>
|
<style>
|
||||||
div {
|
div {
|
||||||
height: 101px;
|
height: 101px;
|
Loading…
Add table
Add a link
Reference in a new issue