mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Move background_repeat_y_a.html to wpt reftests.
This commit is contained in:
parent
14c2225189
commit
efab12af6c
4 changed files with 25 additions and 1 deletions
|
@ -363,6 +363,18 @@
|
|||
"url": "/_mozilla/css/background_repeat_x_a.html"
|
||||
}
|
||||
],
|
||||
"css/background_repeat_y_a.html": [
|
||||
{
|
||||
"path": "css/background_repeat_y_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/background_repeat_y_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/background_repeat_y_a.html"
|
||||
}
|
||||
],
|
||||
"css/class-namespaces.html": [
|
||||
{
|
||||
"path": "css/class-namespaces.html",
|
||||
|
@ -1508,6 +1520,18 @@
|
|||
"url": "/_mozilla/css/background_repeat_x_a.html"
|
||||
}
|
||||
],
|
||||
"css/background_repeat_y_a.html": [
|
||||
{
|
||||
"path": "css/background_repeat_y_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/background_repeat_y_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/background_repeat_y_a.html"
|
||||
}
|
||||
],
|
||||
"css/class-namespaces.html": [
|
||||
{
|
||||
"path": "css/class-namespaces.html",
|
||||
|
|
20
tests/wpt/mozilla/tests/css/background_repeat_y_a.html
Normal file
20
tests/wpt/mozilla/tests/css/background_repeat_y_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_y_b.html>
|
||||
<style>
|
||||
div {
|
||||
width: 412px;
|
||||
height: 412px;
|
||||
background: url(rust-0.png);
|
||||
background-repeat: repeat-y;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id=repeat></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
21
tests/wpt/mozilla/tests/css/background_repeat_y_b.html
Normal file
21
tests/wpt/mozilla/tests/css/background_repeat_y_b.html
Normal file
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>You see here a scroll labeled XIXAXA XOXAXA XUXAXA.</title>
|
||||
<style>
|
||||
.repeaty {
|
||||
width: 206px;
|
||||
height: 206px;
|
||||
background: url(rust-0.png);
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
<div class=repeaty></div>
|
||||
<div class=repeaty></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue