aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/ref/basic.list1
-rw-r--r--tests/wpt/mozilla/meta/MANIFEST.json24
-rw-r--r--tests/wpt/mozilla/tests/css/background_position_keyword.html (renamed from tests/ref/background_position_keyword.html)1
3 files changed, 25 insertions, 1 deletions
diff --git a/tests/ref/basic.list b/tests/ref/basic.list
index 56c54be2386..81b96995ee7 100644
--- a/tests/ref/basic.list
+++ b/tests/ref/basic.list
@@ -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_keyword.html background_position_b.html
== background_position_percent.html background_position_b.html
== background_position_shorthand.html background_position_shorthand_ref.html
== background_repeat_both_a.html background_repeat_both_b.html
diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json
index 7300ec93be6..f2bbbf68c0b 100644
--- a/tests/wpt/mozilla/meta/MANIFEST.json
+++ b/tests/wpt/mozilla/meta/MANIFEST.json
@@ -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",
diff --git a/tests/ref/background_position_keyword.html b/tests/wpt/mozilla/tests/css/background_position_keyword.html
index 6e7962d0b46..f7a3e1a4d43 100644
--- a/tests/ref/background_position_keyword.html
+++ b/tests/wpt/mozilla/tests/css/background_position_keyword.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);