Move background_image_position_a.html to wpt reftests.

This commit is contained in:
Ms2ger 2015-10-09 11:31:08 +02:00
parent f112adf6ae
commit 3e64751d2f
5 changed files with 25 additions and 1 deletions

View file

@ -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",

View 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>

View file

@ -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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 B