mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Move background_position_a.html to wpt reftests.
This commit is contained in:
parent
6ce531e78b
commit
ebd38a6ad8
4 changed files with 44 additions and 1 deletions
|
@ -12,7 +12,6 @@ fragment=top != ../html/acid2.html acid2_ref.html
|
|||
== acid1_a.html acid1_b.html
|
||||
== acid2_noscroll.html acid2_ref_broken.html
|
||||
flaky_cpu == append_style_a.html append_style_b.html
|
||||
== background_position_a.html background_position_b.html
|
||||
== background_position_keyword.html background_position_b.html
|
||||
== background_position_percent.html background_position_b.html
|
||||
== background_position_shorthand.html background_position_shorthand_ref.html
|
||||
|
|
|
@ -279,6 +279,18 @@
|
|||
"url": "/_mozilla/css/background_origin_a.html"
|
||||
}
|
||||
],
|
||||
"css/background_position_a.html": [
|
||||
{
|
||||
"path": "css/background_position_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/background_position_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/background_position_a.html"
|
||||
}
|
||||
],
|
||||
"css/class-namespaces.html": [
|
||||
{
|
||||
"path": "css/class-namespaces.html",
|
||||
|
@ -1340,6 +1352,18 @@
|
|||
"url": "/_mozilla/css/background_origin_a.html"
|
||||
}
|
||||
],
|
||||
"css/background_position_a.html": [
|
||||
{
|
||||
"path": "css/background_position_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/background_position_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/background_position_a.html"
|
||||
}
|
||||
],
|
||||
"css/class-namespaces.html": [
|
||||
{
|
||||
"path": "css/class-namespaces.html",
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<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);
|
19
tests/wpt/mozilla/tests/css/background_position_b.html
Normal file
19
tests/wpt/mozilla/tests/css/background_position_b.html
Normal file
|
@ -0,0 +1,19 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>You see here a scroll labeled FOOBIE BLETCH.</title>
|
||||
<style>
|
||||
#foo {
|
||||
background: url(400x400_green.png);
|
||||
width: 400px;
|
||||
height: 400px;
|
||||
margin-left: 128px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id=foo></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue