Move img_block_display_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-22 09:16:45 -04:00
parent d6bd162268
commit 5892aa71d5
5 changed files with 25 additions and 1 deletions

View file

@ -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_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_b.html img_block_maxwidth_ref.html
!= img_simple.html img_simple_ref.html

View file

@ -803,6 +803,18 @@
"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": [
{
"path": "css/img_dynamic_remove.html",
@ -4764,6 +4776,18 @@
"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": [
{
"path": "css/img_dynamic_remove.html",

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 B

View file

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<link rel='match' href='img_block_display_ref.html'>
<style type="text/css">
body {
margin: 0;