diff options
author | Ms2ger <Ms2ger@gmail.com> | 2015-11-22 15:08:05 +0100 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2015-11-22 15:08:05 +0100 |
commit | 833cd524e09f6e9f3fd6413df301c9550e48931d (patch) | |
tree | 95123126730c139c253333c98b3c339e7d029952 | |
parent | 6ab205a97e0b19adbb28c9fd18e34faf81dde589 (diff) | |
download | servo-833cd524e09f6e9f3fd6413df301c9550e48931d.tar.gz servo-833cd524e09f6e9f3fd6413df301c9550e48931d.zip |
Move bg_color.html to wpt reftests.
-rw-r--r-- | tests/ref/basic.list | 1 | ||||
-rw-r--r-- | tests/wpt/mozilla/meta/MANIFEST.json | 24 | ||||
-rw-r--r-- | tests/wpt/mozilla/tests/css/iframe/bg_color.html (renamed from tests/ref/iframe/bg_color.html) | 1 | ||||
-rw-r--r-- | tests/wpt/mozilla/tests/css/iframe/bg_color_ref.html (renamed from tests/ref/iframe/bg_color_ref.html) | 0 |
4 files changed, 25 insertions, 1 deletions
diff --git a/tests/ref/basic.list b/tests/ref/basic.list index a3b301b3a99..29bae9a24f4 100644 --- a/tests/ref/basic.list +++ b/tests/ref/basic.list @@ -13,7 +13,6 @@ fragment=top != ../html/acid2.html acid2_ref.html flaky_cpu == append_style_a.html append_style_b.html # `?` and `#` in the name is a test for https://github.com/servo/servo/issues/3340 -== iframe/bg_color.html iframe/bg_color_ref.html == iframe/hide_after_load.html iframe/hide_after_load_ref.html == iframe/hide_and_show.html iframe/hide_and_show_ref.html == iframe/hide_layers1.html iframe/hide_layers_ref.html diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index 5dadda08d55..e0c404e59a9 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -1567,6 +1567,18 @@ "url": "/_mozilla/css/hide_after_create.html" } ], + "css/iframe/bg_color.html": [ + { + "path": "css/iframe/bg_color.html", + "references": [ + [ + "/_mozilla/css/iframe/bg_color_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/iframe/bg_color.html" + } + ], "css/image_rendering_auto_a.html": [ { "path": "css/image_rendering_auto_a.html", @@ -7008,6 +7020,18 @@ "url": "/_mozilla/css/hide_after_create.html" } ], + "css/iframe/bg_color.html": [ + { + "path": "css/iframe/bg_color.html", + "references": [ + [ + "/_mozilla/css/iframe/bg_color_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/iframe/bg_color.html" + } + ], "css/image_rendering_auto_a.html": [ { "path": "css/image_rendering_auto_a.html", diff --git a/tests/ref/iframe/bg_color.html b/tests/wpt/mozilla/tests/css/iframe/bg_color.html index a139865a2b6..7fab6e2371c 100644 --- a/tests/ref/iframe/bg_color.html +++ b/tests/wpt/mozilla/tests/css/iframe/bg_color.html @@ -1,4 +1,5 @@ <html> + <link rel=match href=bg_color_ref.html> <body style="background-color: blue; margin: 0;"> <div style="margin: 20px;"> <iframe src="about:blank" style="border: 0; background-color: green;"> diff --git a/tests/ref/iframe/bg_color_ref.html b/tests/wpt/mozilla/tests/css/iframe/bg_color_ref.html index 085a248a8cf..085a248a8cf 100644 --- a/tests/ref/iframe/bg_color_ref.html +++ b/tests/wpt/mozilla/tests/css/iframe/bg_color_ref.html |