mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
Move img_simple.html to wpt reftests.
This commit is contained in:
parent
31476b77b6
commit
e4034597a2
5 changed files with 25 additions and 1 deletions
|
@ -1643,6 +1643,18 @@
|
|||
"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": [
|
||||
{
|
||||
"path": "css/img_size_a.html",
|
||||
|
@ -6564,6 +6576,18 @@
|
|||
"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": [
|
||||
{
|
||||
"path": "css/img_size_a.html",
|
||||
|
|
4
tests/wpt/mozilla/tests/css/img_simple.html
Normal file
4
tests/wpt/mozilla/tests/css/img_simple.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
<!doctype html>
|
||||
<link rel=mismatch href=img_simple_ref.html>
|
||||
Hello
|
||||
<img src=400x400_green.png>
|
2
tests/wpt/mozilla/tests/css/img_simple_ref.html
Normal file
2
tests/wpt/mozilla/tests/css/img_simple_ref.html
Normal file
|
@ -0,0 +1,2 @@
|
|||
<!doctype html>
|
||||
<img src=400x400_green.png>
|
Loading…
Add table
Add a link
Reference in a new issue