mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
Move margin_a.html to wpt reftests.
This commit is contained in:
parent
872334a364
commit
1a55b4a5fe
4 changed files with 25 additions and 1 deletions
|
@ -38,7 +38,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
|
||||||
flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
|
flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
|
||||||
# Fails intermittently (#3636)
|
# Fails intermittently (#3636)
|
||||||
# == link_style_dynamic_addition.html link_style_dynamic_addition_ref.html
|
# == link_style_dynamic_addition.html link_style_dynamic_addition_ref.html
|
||||||
== margin_a.html margin_b.html
|
|
||||||
== marker_block_direction_placement_a.html marker_block_direction_placement_ref.html
|
== marker_block_direction_placement_a.html marker_block_direction_placement_ref.html
|
||||||
!= noteq_attr_exists_selector.html attr_exists_selector_ref.html
|
!= noteq_attr_exists_selector.html attr_exists_selector_ref.html
|
||||||
!= octicons_a.html octicons_ref.html
|
!= octicons_a.html octicons_ref.html
|
||||||
|
|
|
@ -2559,6 +2559,18 @@
|
||||||
"url": "/_mozilla/css/many_brs_a.html"
|
"url": "/_mozilla/css/many_brs_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/margin_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/margin_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/margin_b.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/margin_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/margin_padding_inline_block_a.html": [
|
"css/margin_padding_inline_block_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/margin_padding_inline_block_a.html",
|
"path": "css/margin_padding_inline_block_a.html",
|
||||||
|
@ -7792,6 +7804,18 @@
|
||||||
"url": "/_mozilla/css/many_brs_a.html"
|
"url": "/_mozilla/css/many_brs_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/margin_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/margin_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/margin_b.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/margin_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/margin_padding_inline_block_a.html": [
|
"css/margin_padding_inline_block_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/margin_padding_inline_block_a.html",
|
"path": "css/margin_padding_inline_block_a.html",
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel=match href=margin_b.html>
|
||||||
<title>margin</title>
|
<title>margin</title>
|
||||||
<style>
|
<style>
|
||||||
html {
|
html {
|
Loading…
Add table
Add a link
Reference in a new issue