mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Move img_block_display_a.html to wpt reftests.
This commit is contained in:
parent
d6bd162268
commit
5892aa71d5
5 changed files with 25 additions and 1 deletions
|
@ -96,7 +96,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
|
||||||
|
|
||||||
!= image_rendering_auto_a.html image_rendering_pixelated_a.html
|
!= image_rendering_auto_a.html image_rendering_pixelated_a.html
|
||||||
== image_rendering_pixelated_a.html image_rendering_pixelated_ref.html
|
== image_rendering_pixelated_a.html image_rendering_pixelated_ref.html
|
||||||
== img_block_display_a.html img_block_display_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
|
||||||
|
|
|
@ -803,6 +803,18 @@
|
||||||
"url": "/_mozilla/css/flex_nochild.html"
|
"url": "/_mozilla/css/flex_nochild.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/img_block_display_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/img_block_display_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/img_block_display_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/img_block_display_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/img_dynamic_remove.html": [
|
"css/img_dynamic_remove.html": [
|
||||||
{
|
{
|
||||||
"path": "css/img_dynamic_remove.html",
|
"path": "css/img_dynamic_remove.html",
|
||||||
|
@ -4764,6 +4776,18 @@
|
||||||
"url": "/_mozilla/css/flex_nochild.html"
|
"url": "/_mozilla/css/flex_nochild.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/img_block_display_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/img_block_display_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/img_block_display_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/img_block_display_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/img_dynamic_remove.html": [
|
"css/img_dynamic_remove.html": [
|
||||||
{
|
{
|
||||||
"path": "css/img_dynamic_remove.html",
|
"path": "css/img_dynamic_remove.html",
|
||||||
|
|
BIN
tests/wpt/mozilla/tests/css/100x100_green.png
Normal file
BIN
tests/wpt/mozilla/tests/css/100x100_green.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 215 B |
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel='match' href='img_block_display_ref.html'>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
Loading…
Add table
Add a link
Reference in a new issue