Move block_image.html to wpt reftests.

This commit is contained in:
Ms2ger 2015-10-16 12:30:38 +02:00
parent efc4ce876f
commit 6d5da817e8
6 changed files with 34 additions and 2 deletions

View file

@ -12,8 +12,6 @@ fragment=top != ../html/acid2.html acid2_ref.html
== acid1_a.html acid1_b.html
== acid2_noscroll.html acid2_ref_broken.html
flaky_cpu == append_style_a.html append_style_b.html
== block_image.html 500x300_green.html
!= block_image.html noteq_500x300_white.html
== block_replaced_content_a.html block_replaced_content_ref.html
== block_replaced_content_b.html block_replaced_content_ref.html
!= blur_a.html blur_ref.html

View file

@ -555,6 +555,22 @@
"url": "/_mozilla/css/block_formatting_context_with_margin_a.html"
}
],
"css/block_image.html": [
{
"path": "css/block_image.html",
"references": [
[
"/_mozilla/css/500x300_green.html",
"=="
],
[
"/_mozilla/css/noteq_500x300_white.html",
"!="
]
],
"url": "/_mozilla/css/block_image.html"
}
],
"css/class-namespaces.html": [
{
"path": "css/class-namespaces.html",
@ -2636,6 +2652,22 @@
"url": "/_mozilla/css/block_formatting_context_with_margin_a.html"
}
],
"css/block_image.html": [
{
"path": "css/block_image.html",
"references": [
[
"/_mozilla/css/500x300_green.html",
"=="
],
[
"/_mozilla/css/noteq_500x300_white.html",
"!="
]
],
"url": "/_mozilla/css/block_image.html"
}
],
"css/class-namespaces.html": [
{
"path": "css/class-namespaces.html",

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

View file

@ -1,4 +1,6 @@
<html>
<link rel=match href=500x300_green.html>
<link rel=mismatch href=noteq_500x300_white.html>
<body>
<img style="display: block; width: 500px; height: 300px; background-color: red;"
src="400x400_green.png">