diff options
author | Corey Farwell <coreyf@rwell.org> | 2015-10-22 09:16:45 -0400 |
---|---|---|
committer | Corey Farwell <coreyf@rwell.org> | 2015-10-23 10:26:42 -0400 |
commit | b2504794483b88c27e4da04de7d239b73ec9a315 (patch) | |
tree | 74a83deeb6f86f4f84268dc1552394235fcb2de4 | |
parent | 7dbdaea6e3c7ea6de1bc6e62be6a65709189aa43 (diff) | |
download | servo-b2504794483b88c27e4da04de7d239b73ec9a315.tar.gz servo-b2504794483b88c27e4da04de7d239b73ec9a315.zip |
Move float_table_a.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/float_table_a.html (renamed from tests/ref/float_table_a.html) | 1 | ||||
-rw-r--r-- | tests/wpt/mozilla/tests/css/float_table_ref.html (renamed from tests/ref/float_table_ref.html) | 0 |
4 files changed, 25 insertions, 1 deletions
diff --git a/tests/ref/basic.list b/tests/ref/basic.list index bcabf44a5eb..7059cb13a83 100644 --- a/tests/ref/basic.list +++ b/tests/ref/basic.list @@ -57,7 +57,6 @@ prefs:"layout.flex.enabled" == flex_row_direction.html flex_row_direction_ref.ht == float_overflow_area_a.html float_overflow_area_ref.html == float_positioned_pseudo_stacking_context.html float_positioned_pseudo_stacking_context_ref.html == float_right_intrinsic_width_a.html float_right_intrinsic_width_ref.html -== float_table_a.html float_table_ref.html == float_under_top_margin_a.html float_under_top_margin_ref.html == floated_generated_content_a.html floated_generated_content_b.html == floated_negative_margins_a.html floated_negative_margins_ref.html diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index 57a07d22d72..850d5b1cd93 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -803,6 +803,18 @@ "url": "/_mozilla/css/flex_nochild.html" } ], + "css/float_table_a.html": [ + { + "path": "css/float_table_a.html", + "references": [ + [ + "/_mozilla/css/float_table_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/float_table_a.html" + } + ], "css/floated_list_item_a.html": [ { "path": "css/floated_list_item_a.html", @@ -4824,6 +4836,18 @@ "url": "/_mozilla/css/flex_nochild.html" } ], + "css/float_table_a.html": [ + { + "path": "css/float_table_a.html", + "references": [ + [ + "/_mozilla/css/float_table_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/float_table_a.html" + } + ], "css/floated_list_item_a.html": [ { "path": "css/floated_list_item_a.html", diff --git a/tests/ref/float_table_a.html b/tests/wpt/mozilla/tests/css/float_table_a.html index 2d5baabed6e..c4b4a76e4c4 100644 --- a/tests/ref/float_table_a.html +++ b/tests/wpt/mozilla/tests/css/float_table_a.html @@ -1,6 +1,7 @@ <!DOCTYPE html> <html> <head> + <link rel='match' href='float_table_ref.html'> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta charset="UTF-8"> <style type="text/css"> diff --git a/tests/ref/float_table_ref.html b/tests/wpt/mozilla/tests/css/float_table_ref.html index 78d1f44fddd..78d1f44fddd 100644 --- a/tests/ref/float_table_ref.html +++ b/tests/wpt/mozilla/tests/css/float_table_ref.html |