Move floated_negative_margins_a.html to wpt reftests.

This commit is contained in:
Ms2ger 2015-11-05 15:52:11 +01:00
parent c8f0613113
commit 5b35ee09d3
4 changed files with 25 additions and 1 deletions

View file

@ -11,7 +11,6 @@ fragment=top != ../html/acid2.html acid2_ref.html
== acid2_noscroll.html acid2_ref_broken.html == acid2_noscroll.html acid2_ref_broken.html
flaky_cpu == append_style_a.html append_style_b.html flaky_cpu == append_style_a.html append_style_b.html
== floated_negative_margins_a.html floated_negative_margins_ref.html
== font_size.html font_size_ref.html == font_size.html font_size_ref.html
# `?` and `#` in the name is a test for https://github.com/servo/servo/issues/3340 # `?` and `#` in the name is a test for https://github.com/servo/servo/issues/3340

View file

@ -1439,6 +1439,18 @@
"url": "/_mozilla/css/floated_list_item_a.html" "url": "/_mozilla/css/floated_list_item_a.html"
} }
], ],
"css/floated_negative_margins_a.html": [
{
"path": "css/floated_negative_margins_a.html",
"references": [
[
"/_mozilla/css/floated_negative_margins_ref.html",
"=="
]
],
"url": "/_mozilla/css/floated_negative_margins_a.html"
}
],
"css/floated_table_with_margin_a.html": [ "css/floated_table_with_margin_a.html": [
{ {
"path": "css/floated_table_with_margin_a.html", "path": "css/floated_table_with_margin_a.html",
@ -6288,6 +6300,18 @@
"url": "/_mozilla/css/floated_list_item_a.html" "url": "/_mozilla/css/floated_list_item_a.html"
} }
], ],
"css/floated_negative_margins_a.html": [
{
"path": "css/floated_negative_margins_a.html",
"references": [
[
"/_mozilla/css/floated_negative_margins_ref.html",
"=="
]
],
"url": "/_mozilla/css/floated_negative_margins_a.html"
}
],
"css/floated_table_with_margin_a.html": [ "css/floated_table_with_margin_a.html": [
{ {
"path": "css/floated_table_with_margin_a.html", "path": "css/floated_table_with_margin_a.html",

View file

@ -1,3 +1,4 @@
<link rel=match href=floated_negative_margins_ref.html>
<style> <style>
body { body {
margin: 0; margin: 0;