Move pixel_snapping_position_a.html to wpt reftests.

This commit is contained in:
Ms2ger 2016-01-12 12:24:19 +01:00
parent 3b9d165ee8
commit bfec0f7274
4 changed files with 31 additions and 2 deletions

View file

@ -4,7 +4,5 @@
# Should be == with expected failure:
fragment=top != ../html/acid2.html acid2_ref.html
resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_snapping_position_ref.html
# This file must be sorted alphabetically.
# Please run `./mach test-tidy` to check your changes.

View file

@ -3525,6 +3525,20 @@
"viewport_size": "300x300"
}
],
"css/pixel_snapping_position_a.html": [
{
"dpi": "2",
"path": "css/pixel_snapping_position_a.html",
"references": [
[
"/_mozilla/css/pixel_snapping_position_ref.html",
"!="
]
],
"url": "/_mozilla/css/pixel_snapping_position_a.html",
"viewport_size": "300x300"
}
],
"css/png_rgba_colorspace_a.html": [
{
"path": "css/png_rgba_colorspace_a.html",
@ -9554,6 +9568,20 @@
"viewport_size": "300x300"
}
],
"css/pixel_snapping_position_a.html": [
{
"dpi": "2",
"path": "css/pixel_snapping_position_a.html",
"references": [
[
"/_mozilla/css/pixel_snapping_position_ref.html",
"!="
]
],
"url": "/_mozilla/css/pixel_snapping_position_a.html",
"viewport_size": "300x300"
}
],
"css/png_rgba_colorspace_a.html": [
{
"path": "css/png_rgba_colorspace_a.html",

View file

@ -3,6 +3,9 @@
<head>
<meta charset="UTF-8">
<title>Pixel snapping position test</title>
<meta name=device-pixel-ratio content=2>
<meta name=viewport-size content=300x300>
<link rel=mismatch href=pixel_snapping_position_ref.html>
<style>
div {
position: absolute;