diff options
author | Ms2ger <Ms2ger@gmail.com> | 2015-11-22 15:39:10 +0100 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2015-11-22 15:39:10 +0100 |
commit | 576c4f7e4b4df3633dee53bade43308375931b79 (patch) | |
tree | de8d768295e8bde617d3d1ab6db6e28ab8a40187 | |
parent | 7254a25fc51864e91dc7e7aa49574443a08fe805 (diff) | |
download | servo-576c4f7e4b4df3633dee53bade43308375931b79.tar.gz servo-576c4f7e4b4df3633dee53bade43308375931b79.zip |
Move simple_inline_default.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/simple_inline_default.html (renamed from tests/ref/iframe/simple_inline_default.html) | 1 | ||||
-rw-r--r-- | tests/wpt/mozilla/tests/css/iframe/simple_inline_default_ref.html (renamed from tests/ref/iframe/simple_inline_default_ref.html) | 0 |
4 files changed, 25 insertions, 1 deletions
diff --git a/tests/ref/basic.list b/tests/ref/basic.list index 094a3becc87..cdc448a8173 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/simple_inline_default.html iframe/simple_inline_default_ref.html == iframe/simple_inline_height.html iframe/simple_inline_height_ref.html == iframe/simple_inline_max.html iframe/simple_inline_max_ref.html == iframe/simple_inline_min.html iframe/simple_inline_min_ref.html diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index a8fec7d5d03..654239d05b0 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -1675,6 +1675,18 @@ "url": "/_mozilla/css/iframe/simple.html" } ], + "css/iframe/simple_inline_default.html": [ + { + "path": "css/iframe/simple_inline_default.html", + "references": [ + [ + "/_mozilla/css/iframe/simple_inline_default_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/iframe/simple_inline_default.html" + } + ], "css/image_rendering_auto_a.html": [ { "path": "css/image_rendering_auto_a.html", @@ -7224,6 +7236,18 @@ "url": "/_mozilla/css/iframe/simple.html" } ], + "css/iframe/simple_inline_default.html": [ + { + "path": "css/iframe/simple_inline_default.html", + "references": [ + [ + "/_mozilla/css/iframe/simple_inline_default_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/iframe/simple_inline_default.html" + } + ], "css/image_rendering_auto_a.html": [ { "path": "css/image_rendering_auto_a.html", diff --git a/tests/ref/iframe/simple_inline_default.html b/tests/wpt/mozilla/tests/css/iframe/simple_inline_default.html index c4d268304f5..e5777b0001a 100644 --- a/tests/ref/iframe/simple_inline_default.html +++ b/tests/wpt/mozilla/tests/css/iframe/simple_inline_default.html @@ -1,4 +1,5 @@ <html> +<link rel=match href=simple_inline_default_ref.html> <body> <div style="margin-top: 20px;"> <iframe src="data:text/html,%3Cspan%3EJust%20a%20simple%20little%20iframe.%3C%2Fspan%3E" diff --git a/tests/ref/iframe/simple_inline_default_ref.html b/tests/wpt/mozilla/tests/css/iframe/simple_inline_default_ref.html index ad8e4eb5063..ad8e4eb5063 100644 --- a/tests/ref/iframe/simple_inline_default_ref.html +++ b/tests/wpt/mozilla/tests/css/iframe/simple_inline_default_ref.html |