mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Move image_rendering_auto_a.html and image_rendering_pixelated_a.html to wpt reftests.
This commit is contained in:
parent
0cf602f7d8
commit
41a9502688
6 changed files with 50 additions and 2 deletions
Binary file not shown.
Before Width: | Height: | Size: 180 B |
|
@ -34,8 +34,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
|
||||||
== iframe/stacking_context.html iframe/stacking_context_ref.html
|
== iframe/stacking_context.html iframe/stacking_context_ref.html
|
||||||
== iframe/stacking_context_position_a.html iframe/stacking_context_position_ref.html
|
== iframe/stacking_context_position_a.html iframe/stacking_context_position_ref.html
|
||||||
|
|
||||||
!= image_rendering_auto_a.html image_rendering_pixelated_a.html
|
|
||||||
== image_rendering_pixelated_a.html image_rendering_pixelated_ref.html
|
|
||||||
== img_block_maxwidth_a.html img_block_maxwidth_ref.html
|
== img_block_maxwidth_a.html img_block_maxwidth_ref.html
|
||||||
== img_block_maxwidth_b.html img_block_maxwidth_ref.html
|
== img_block_maxwidth_b.html img_block_maxwidth_ref.html
|
||||||
!= img_simple.html img_simple_ref.html
|
!= img_simple.html img_simple_ref.html
|
||||||
|
|
|
@ -1559,6 +1559,30 @@
|
||||||
"url": "/_mozilla/css/hide_after_create.html"
|
"url": "/_mozilla/css/hide_after_create.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/image_rendering_auto_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/image_rendering_auto_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/image_rendering_pixelated_a.html",
|
||||||
|
"!="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/image_rendering_auto_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"css/image_rendering_pixelated_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/image_rendering_pixelated_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/image_rendering_pixelated_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/image_rendering_pixelated_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/img_block_display_a.html": [
|
"css/img_block_display_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/img_block_display_a.html",
|
"path": "css/img_block_display_a.html",
|
||||||
|
@ -6432,6 +6456,30 @@
|
||||||
"url": "/_mozilla/css/hide_after_create.html"
|
"url": "/_mozilla/css/hide_after_create.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/image_rendering_auto_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/image_rendering_auto_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/image_rendering_pixelated_a.html",
|
||||||
|
"!="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/image_rendering_auto_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"css/image_rendering_pixelated_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/image_rendering_pixelated_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/image_rendering_pixelated_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/image_rendering_pixelated_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/img_block_display_a.html": [
|
"css/img_block_display_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/img_block_display_a.html",
|
"path": "css/img_block_display_a.html",
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<!-- Tests that `image-rendering: auto` uses bilinear filtering. -->
|
<!-- Tests that `image-rendering: auto` uses bilinear filtering. -->
|
||||||
|
<link rel=mismatch href=image_rendering_pixelated_a.html>
|
||||||
<style>
|
<style>
|
||||||
img {
|
img {
|
||||||
position: absolute;
|
position: absolute;
|
|
@ -2,6 +2,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<!-- Tests that `image-rendering: pixelated` causes nearest-neighbor interpolation to be used. -->
|
<!-- Tests that `image-rendering: pixelated` causes nearest-neighbor interpolation to be used. -->
|
||||||
|
<link rel=match href=image_rendering_pixelated_ref.html>
|
||||||
<style>
|
<style>
|
||||||
img {
|
img {
|
||||||
position: absolute;
|
position: absolute;
|
Loading…
Add table
Add a link
Reference in a new issue