mirror of
https://github.com/servo/servo.git
synced 2025-08-18 03:45:33 +01:00
Move background_position_percent.html to wpt reftests.
This commit is contained in:
parent
7e23ff97c1
commit
0dc393820f
4 changed files with 25 additions and 20 deletions
|
@ -303,6 +303,18 @@
|
|||
"url": "/_mozilla/css/background_position_keyword.html"
|
||||
}
|
||||
],
|
||||
"css/background_position_percent.html": [
|
||||
{
|
||||
"path": "css/background_position_percent.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/background_position_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/background_position_percent.html"
|
||||
}
|
||||
],
|
||||
"css/class-namespaces.html": [
|
||||
{
|
||||
"path": "css/class-namespaces.html",
|
||||
|
@ -1388,6 +1400,18 @@
|
|||
"url": "/_mozilla/css/background_position_keyword.html"
|
||||
}
|
||||
],
|
||||
"css/background_position_percent.html": [
|
||||
{
|
||||
"path": "css/background_position_percent.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/background_position_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/background_position_percent.html"
|
||||
}
|
||||
],
|
||||
"css/class-namespaces.html": [
|
||||
{
|
||||
"path": "css/class-namespaces.html",
|
||||
|
|
21
tests/wpt/mozilla/tests/css/background_position_percent.html
Normal file
21
tests/wpt/mozilla/tests/css/background_position_percent.html
Normal file
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>You see here a scroll labeled FOOBIE BLETCH.</title>
|
||||
<link rel=match href=background_position_b.html>
|
||||
<style>
|
||||
#foo {
|
||||
background: url(400x400_green.png);
|
||||
background-position: 100% 0%;
|
||||
background-repeat: no-repeat;
|
||||
width: 528px;
|
||||
height: 400px;
|
||||
margin-left: 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id=foo></div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue