mirror of
https://github.com/servo/servo.git
synced 2025-06-20 07:08:59 +01:00
Move img_simple.html to wpt reftests.
This commit is contained in:
parent
31476b77b6
commit
e4034597a2
5 changed files with 25 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 1 KiB |
|
@ -34,7 +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
|
||||||
|
|
||||||
!= img_simple.html img_simple_ref.html
|
|
||||||
!= inline_background_a.html inline_background_ref.html
|
!= inline_background_a.html inline_background_ref.html
|
||||||
== inline_block_margin_auto_a.html inline_block_margin_auto_ref.html
|
== inline_block_margin_auto_a.html inline_block_margin_auto_ref.html
|
||||||
== inline_block_parent_width.html inline_block_parent_width_ref.html
|
== inline_block_parent_width.html inline_block_parent_width_ref.html
|
||||||
|
|
|
@ -1643,6 +1643,18 @@
|
||||||
"url": "/_mozilla/css/img_padding_a.html"
|
"url": "/_mozilla/css/img_padding_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/img_simple.html": [
|
||||||
|
{
|
||||||
|
"path": "css/img_simple.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/img_simple_ref.html",
|
||||||
|
"!="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/img_simple.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/img_size_a.html": [
|
"css/img_size_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/img_size_a.html",
|
"path": "css/img_size_a.html",
|
||||||
|
@ -6564,6 +6576,18 @@
|
||||||
"url": "/_mozilla/css/img_padding_a.html"
|
"url": "/_mozilla/css/img_padding_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/img_simple.html": [
|
||||||
|
{
|
||||||
|
"path": "css/img_simple.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/img_simple_ref.html",
|
||||||
|
"!="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/img_simple.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/img_size_a.html": [
|
"css/img_size_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/img_size_a.html",
|
"path": "css/img_size_a.html",
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
|
<link rel=mismatch href=img_simple_ref.html>
|
||||||
Hello
|
Hello
|
||||||
<img src=400x400_green.png>
|
<img src=400x400_green.png>
|
Loading…
Add table
Add a link
Reference in a new issue