mirror of
https://github.com/servo/servo.git
synced 2025-08-20 04:45:33 +01:00
Move background_position_keyword.html to wpt reftests.
This commit is contained in:
parent
ebd38a6ad8
commit
7e23ff97c1
3 changed files with 25 additions and 1 deletions
|
@ -291,6 +291,18 @@
|
|||
"url": "/_mozilla/css/background_position_a.html"
|
||||
}
|
||||
],
|
||||
"css/background_position_keyword.html": [
|
||||
{
|
||||
"path": "css/background_position_keyword.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/background_position_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/background_position_keyword.html"
|
||||
}
|
||||
],
|
||||
"css/class-namespaces.html": [
|
||||
{
|
||||
"path": "css/class-namespaces.html",
|
||||
|
@ -1364,6 +1376,18 @@
|
|||
"url": "/_mozilla/css/background_position_a.html"
|
||||
}
|
||||
],
|
||||
"css/background_position_keyword.html": [
|
||||
{
|
||||
"path": "css/background_position_keyword.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/background_position_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/background_position_keyword.html"
|
||||
}
|
||||
],
|
||||
"css/class-namespaces.html": [
|
||||
{
|
||||
"path": "css/class-namespaces.html",
|
||||
|
|
21
tests/wpt/mozilla/tests/css/background_position_keyword.html
Normal file
21
tests/wpt/mozilla/tests/css/background_position_keyword.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: right top;
|
||||
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