mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Move block_image.html to wpt reftests.
This commit is contained in:
parent
efc4ce876f
commit
6d5da817e8
6 changed files with 34 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
BIN
tests/wpt/mozilla/tests/css/400x400_green.png
Normal file
BIN
tests/wpt/mozilla/tests/css/400x400_green.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1 KiB |
|
@ -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">
|
Loading…
Add table
Add a link
Reference in a new issue