mirror of
https://github.com/servo/servo.git
synced 2025-06-21 07:38:59 +01:00
Move negative_margins_a.html to wpt reftests.
This commit is contained in:
parent
06c7ecc04b
commit
30208daf1f
4 changed files with 25 additions and 1 deletions
|
@ -179,7 +179,6 @@ flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
|
|||
== margin_padding_inline_block_a.html margin_padding_inline_block_ref.html
|
||||
== margins_inside_floats_a.html margins_inside_floats_ref.html
|
||||
== marker_block_direction_placement_a.html marker_block_direction_placement_ref.html
|
||||
== negative_margins_a.html negative_margins_b.html
|
||||
!= noteq_attr_exists_selector.html attr_exists_selector_ref.html
|
||||
!= octicons_a.html octicons_ref.html
|
||||
== ol_japanese_iroha_a.html ol_japanese_iroha_ref.html
|
||||
|
|
|
@ -935,6 +935,18 @@
|
|||
"url": "/_mozilla/css/negative_margin_uncle_a.html"
|
||||
}
|
||||
],
|
||||
"css/negative_margins_a.html": [
|
||||
{
|
||||
"path": "css/negative_margins_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/negative_margins_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/negative_margins_a.html"
|
||||
}
|
||||
],
|
||||
"css/no-image.html": [
|
||||
{
|
||||
"path": "css/no-image.html",
|
||||
|
@ -4176,6 +4188,18 @@
|
|||
"url": "/_mozilla/css/negative_margin_uncle_a.html"
|
||||
}
|
||||
],
|
||||
"css/negative_margins_a.html": [
|
||||
{
|
||||
"path": "css/negative_margins_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/negative_margins_b.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/negative_margins_a.html"
|
||||
}
|
||||
],
|
||||
"css/no-image.html": [
|
||||
{
|
||||
"path": "css/no-image.html",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='negative_margins_b.html'>
|
||||
<style>
|
||||
* {
|
||||
line-height: 14px;
|
Loading…
Add table
Add a link
Reference in a new issue