mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Move img_dynamic_remove.html to wpt reftests.
This commit is contained in:
parent
4ac7f9d944
commit
d6bd162268
4 changed files with 25 additions and 1 deletions
|
@ -99,7 +99,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
|
|||
== img_block_display_a.html img_block_display_ref.html
|
||||
== img_block_maxwidth_a.html img_block_maxwidth_ref.html
|
||||
== img_block_maxwidth_b.html img_block_maxwidth_ref.html
|
||||
== img_dynamic_remove.html img_dynamic_remove_ref.html
|
||||
!= img_simple.html img_simple_ref.html
|
||||
!= inline_background_a.html inline_background_ref.html
|
||||
== inline_block_margin_auto_a.html inline_block_margin_auto_ref.html
|
||||
|
|
|
@ -803,6 +803,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/img_dynamic_remove.html": [
|
||||
{
|
||||
"path": "css/img_dynamic_remove.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/img_dynamic_remove_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/img_dynamic_remove.html"
|
||||
}
|
||||
],
|
||||
"css/img_padding_a.html": [
|
||||
{
|
||||
"path": "css/img_padding_a.html",
|
||||
|
@ -4752,6 +4764,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/img_dynamic_remove.html": [
|
||||
{
|
||||
"path": "css/img_dynamic_remove.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/img_dynamic_remove_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/img_dynamic_remove.html"
|
||||
}
|
||||
],
|
||||
"css/img_padding_a.html": [
|
||||
{
|
||||
"path": "css/img_padding_a.html",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<!doctype html>
|
||||
<link rel='match' href='img_dynamic_remove_ref.html'>
|
||||
Image dynamic remove
|
||||
<img src=400x400_green.png>
|
||||
<script>
|
Loading…
Add table
Add a link
Reference in a new issue