mirror of
https://github.com/servo/servo.git
synced 2025-09-04 03:58:23 +01:00
Move background_repeat_none_a.html to wpt reftests.
This commit is contained in:
parent
b38426692a
commit
1b79f17b34
4 changed files with 25 additions and 1 deletions
|
@ -339,6 +339,18 @@
|
|||
"url": "/_mozilla/css/background_repeat_both_a.html"
|
||||
}
|
||||
],
|
||||
"css/background_repeat_none_a.html": [
|
||||
{
|
||||
"path": "css/background_repeat_none_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/background_repeat_none_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/background_repeat_none_a.html"
|
||||
}
|
||||
],
|
||||
"css/class-namespaces.html": [
|
||||
{
|
||||
"path": "css/class-namespaces.html",
|
||||
|
@ -1460,6 +1472,18 @@
|
|||
"url": "/_mozilla/css/background_repeat_both_a.html"
|
||||
}
|
||||
],
|
||||
"css/background_repeat_none_a.html": [
|
||||
{
|
||||
"path": "css/background_repeat_none_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/background_repeat_none_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/background_repeat_none_a.html"
|
||||
}
|
||||
],
|
||||
"css/class-namespaces.html": [
|
||||
{
|
||||
"path": "css/class-namespaces.html",
|
||||
|
|
20
tests/wpt/mozilla/tests/css/background_repeat_none_a.html
Normal file
20
tests/wpt/mozilla/tests/css/background_repeat_none_a.html
Normal file
|
@ -0,0 +1,20 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>You see here a scroll labeled XIXAXA XOXAXA XUXAXA.</title>
|
||||
<link rel=match href=background_repeat_none_b.html>
|
||||
<style>
|
||||
div {
|
||||
width: 400px;
|
||||
height: 400px;
|
||||
background: url(rust-0.png);
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id=repeat></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
18
tests/wpt/mozilla/tests/css/background_repeat_none_b.html
Normal file
18
tests/wpt/mozilla/tests/css/background_repeat_none_b.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>You see here a scroll labeled XIXAXA XOXAXA XUXAXA.</title>
|
||||
<style>
|
||||
div {
|
||||
width: 206px;
|
||||
height: 206px;
|
||||
background: url(rust-0.png);
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id=repeat></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue