mirror of
https://github.com/servo/servo.git
synced 2025-08-18 20:05:34 +01:00
Move background_image_position_a.html to wpt reftests.
This commit is contained in:
parent
f112adf6ae
commit
3e64751d2f
5 changed files with 25 additions and 1 deletions
|
@ -243,6 +243,18 @@
|
|||
"url": "/_mozilla/css/background_image_a.html"
|
||||
}
|
||||
],
|
||||
"css/background_image_position_a.html": [
|
||||
{
|
||||
"path": "css/background_image_position_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/background_image_position_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/background_image_position_a.html"
|
||||
}
|
||||
],
|
||||
"css/class-namespaces.html": [
|
||||
{
|
||||
"path": "css/class-namespaces.html",
|
||||
|
@ -1268,6 +1280,18 @@
|
|||
"url": "/_mozilla/css/background_image_a.html"
|
||||
}
|
||||
],
|
||||
"css/background_image_position_a.html": [
|
||||
{
|
||||
"path": "css/background_image_position_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/background_image_position_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/background_image_position_a.html"
|
||||
}
|
||||
],
|
||||
"css/class-namespaces.html": [
|
||||
{
|
||||
"path": "css/class-namespaces.html",
|
||||
|
|
21
tests/wpt/mozilla/tests/css/background_image_position_a.html
Normal file
21
tests/wpt/mozilla/tests/css/background_image_position_a.html
Normal file
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel=match href=background_image_position_ref.html>
|
||||
<style type="text/css">
|
||||
body {
|
||||
font-family: 'ahem';
|
||||
margin: 0;
|
||||
}
|
||||
span {
|
||||
background-image:url(line.png);
|
||||
background-position:0% 100%;
|
||||
font-size: 20px;
|
||||
color: rgba(255, 255, 0, 0);
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<span>X</span>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style type="text/css">
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
div {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
background-color: red;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div></div>
|
||||
</body>
|
||||
</html>
|
BIN
tests/wpt/mozilla/tests/css/line.png
Normal file
BIN
tests/wpt/mozilla/tests/css/line.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 135 B |
Loading…
Add table
Add a link
Reference in a new issue