mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Move block_replaced_content_{a,b}.html to wpt reftests.
This commit is contained in:
parent
6d5da817e8
commit
cd9fc225f5
5 changed files with 50 additions and 2 deletions
|
@ -571,6 +571,30 @@
|
|||
"url": "/_mozilla/css/block_image.html"
|
||||
}
|
||||
],
|
||||
"css/block_replaced_content_a.html": [
|
||||
{
|
||||
"path": "css/block_replaced_content_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/block_replaced_content_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/block_replaced_content_a.html"
|
||||
}
|
||||
],
|
||||
"css/block_replaced_content_b.html": [
|
||||
{
|
||||
"path": "css/block_replaced_content_b.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/block_replaced_content_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/block_replaced_content_b.html"
|
||||
}
|
||||
],
|
||||
"css/class-namespaces.html": [
|
||||
{
|
||||
"path": "css/class-namespaces.html",
|
||||
|
@ -2668,6 +2692,30 @@
|
|||
"url": "/_mozilla/css/block_image.html"
|
||||
}
|
||||
],
|
||||
"css/block_replaced_content_a.html": [
|
||||
{
|
||||
"path": "css/block_replaced_content_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/block_replaced_content_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/block_replaced_content_a.html"
|
||||
}
|
||||
],
|
||||
"css/block_replaced_content_b.html": [
|
||||
{
|
||||
"path": "css/block_replaced_content_b.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/block_replaced_content_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/block_replaced_content_b.html"
|
||||
}
|
||||
],
|
||||
"css/class-namespaces.html": [
|
||||
{
|
||||
"path": "css/class-namespaces.html",
|
||||
|
|
19
tests/wpt/mozilla/tests/css/block_replaced_content_a.html
Normal file
19
tests/wpt/mozilla/tests/css/block_replaced_content_a.html
Normal file
|
@ -0,0 +1,19 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel=match href=block_replaced_content_ref.html>
|
||||
<style>
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: black;
|
||||
}
|
||||
img {
|
||||
float: left;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<img src="400x400_green.png">
|
||||
</body>
|
||||
</html>
|
19
tests/wpt/mozilla/tests/css/block_replaced_content_b.html
Normal file
19
tests/wpt/mozilla/tests/css/block_replaced_content_b.html
Normal file
|
@ -0,0 +1,19 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel=match href=block_replaced_content_ref.html>
|
||||
<style>
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: black;
|
||||
}
|
||||
img {
|
||||
display: block;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<img src="400x400_green.png">
|
||||
</body>
|
||||
</html>
|
15
tests/wpt/mozilla/tests/css/block_replaced_content_ref.html
Normal file
15
tests/wpt/mozilla/tests/css/block_replaced_content_ref.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: black;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<img src="400x400_green.png">
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue