diff options
author | Ms2ger <Ms2ger@gmail.com> | 2015-11-10 11:36:54 +0100 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2015-11-10 11:36:54 +0100 |
commit | 3ed4e62057b8fc283e43aa6ec986c59ef14664be (patch) | |
tree | f114b7b6acc760f503bfecdc0a77f8f958e45e7c | |
parent | cfbe639e79cf35598682557997c93deeb317359f (diff) | |
download | servo-3ed4e62057b8fc283e43aa6ec986c59ef14664be.tar.gz servo-3ed4e62057b8fc283e43aa6ec986c59ef14664be.zip |
Move inline_block_parent_width.html and inline_block_parent_width_percentage.html to wpt reftests.
-rw-r--r-- | tests/ref/basic.list | 2 | ||||
-rw-r--r-- | tests/wpt/mozilla/meta/MANIFEST.json | 48 | ||||
-rw-r--r-- | tests/wpt/mozilla/tests/css/inline_block_parent_width.html (renamed from tests/ref/inline_block_parent_width.html) | 1 | ||||
-rw-r--r-- | tests/wpt/mozilla/tests/css/inline_block_parent_width_percentage.html (renamed from tests/ref/inline_block_parent_width_percentage.html) | 1 | ||||
-rw-r--r-- | tests/wpt/mozilla/tests/css/inline_block_parent_width_ref.html (renamed from tests/ref/inline_block_parent_width_ref.html) | 0 |
5 files changed, 50 insertions, 2 deletions
diff --git a/tests/ref/basic.list b/tests/ref/basic.list index c8f07ee3a6a..609e9768e3b 100644 --- a/tests/ref/basic.list +++ b/tests/ref/basic.list @@ -34,8 +34,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m == iframe/stacking_context.html iframe/stacking_context_ref.html == iframe/stacking_context_position_a.html iframe/stacking_context_position_ref.html -== inline_block_parent_width.html inline_block_parent_width_ref.html -== inline_block_parent_width_percentage.html inline_block_parent_width_ref.html # inline_border_a.html inline_border_b.html == inline_whitespace_a.html inline_whitespace_ref.html == inline_whitespace_b.html inline_whitespace_ref.html diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index a708444d8fd..853d172c692 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -1919,6 +1919,30 @@ "url": "/_mozilla/css/inline_block_parent_padding_a.html" } ], + "css/inline_block_parent_width.html": [ + { + "path": "css/inline_block_parent_width.html", + "references": [ + [ + "/_mozilla/css/inline_block_parent_width_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/inline_block_parent_width.html" + } + ], + "css/inline_block_parent_width_percentage.html": [ + { + "path": "css/inline_block_parent_width_percentage.html", + "references": [ + [ + "/_mozilla/css/inline_block_parent_width_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/inline_block_parent_width_percentage.html" + } + ], "css/inline_block_percentage_height_a.html": [ { "path": "css/inline_block_percentage_height_a.html", @@ -6876,6 +6900,30 @@ "url": "/_mozilla/css/inline_block_parent_padding_a.html" } ], + "css/inline_block_parent_width.html": [ + { + "path": "css/inline_block_parent_width.html", + "references": [ + [ + "/_mozilla/css/inline_block_parent_width_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/inline_block_parent_width.html" + } + ], + "css/inline_block_parent_width_percentage.html": [ + { + "path": "css/inline_block_parent_width_percentage.html", + "references": [ + [ + "/_mozilla/css/inline_block_parent_width_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/inline_block_parent_width_percentage.html" + } + ], "css/inline_block_percentage_height_a.html": [ { "path": "css/inline_block_percentage_height_a.html", diff --git a/tests/ref/inline_block_parent_width.html b/tests/wpt/mozilla/tests/css/inline_block_parent_width.html index 520339a5a51..4a878a32d6a 100644 --- a/tests/ref/inline_block_parent_width.html +++ b/tests/wpt/mozilla/tests/css/inline_block_parent_width.html @@ -1,5 +1,6 @@ <!DOCTYPE html> <html> +<link rel=match href=inline_block_parent_width_ref.html> <body> <div style="display: block; width: 300px;"> <div style="display: inline-block"> diff --git a/tests/ref/inline_block_parent_width_percentage.html b/tests/wpt/mozilla/tests/css/inline_block_parent_width_percentage.html index ed6bcf1ee89..53a04ad8382 100644 --- a/tests/ref/inline_block_parent_width_percentage.html +++ b/tests/wpt/mozilla/tests/css/inline_block_parent_width_percentage.html @@ -1,5 +1,6 @@ <!DOCTYPE html> <html> +<link rel=match href=inline_block_parent_width_ref.html> <body> <div style="display: block; width: 600px;"> <div style="width: 50%; display: inline-block;"> diff --git a/tests/ref/inline_block_parent_width_ref.html b/tests/wpt/mozilla/tests/css/inline_block_parent_width_ref.html index d9d9fff3b90..d9d9fff3b90 100644 --- a/tests/ref/inline_block_parent_width_ref.html +++ b/tests/wpt/mozilla/tests/css/inline_block_parent_width_ref.html |