Move img_simple.html to wpt reftests.

This commit is contained in:
Ms2ger 2015-11-05 16:49:02 +01:00
parent 31476b77b6
commit e4034597a2
5 changed files with 25 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1 KiB

View file

@ -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

View file

@ -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",

View file

@ -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>