mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Move inline_border_baseline_a.html to wpt reftests.
This commit is contained in:
parent
ca6c655497
commit
4f72f82e70
4 changed files with 25 additions and 1 deletions
|
@ -140,7 +140,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
|
|||
== inline_block_stacking_context_a.html inline_block_stacking_context_ref.html
|
||||
== inline_block_with_margin_a.html inline_block_with_margin_ref.html
|
||||
# inline_border_a.html inline_border_b.html
|
||||
== inline_border_baseline_a.html inline_border_baseline_ref.html
|
||||
== inline_hypothetical_box_a.html inline_hypothetical_box_ref.html
|
||||
== inline_margin_multiple_fragments_a.html inline_margin_multiple_fragments_ref.html
|
||||
== inline_margins_intrinsic_size_a.html inline_margins_intrinsic_size_ref.html
|
||||
|
|
|
@ -683,6 +683,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/inline_border_baseline_a.html": [
|
||||
{
|
||||
"path": "css/inline_border_baseline_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/inline_border_baseline_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/inline_border_baseline_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_element_border_a.html": [
|
||||
{
|
||||
"path": "css/inline_element_border_a.html",
|
||||
|
@ -3708,6 +3720,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/inline_border_baseline_a.html": [
|
||||
{
|
||||
"path": "css/inline_border_baseline_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/inline_border_baseline_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/inline_border_baseline_a.html"
|
||||
}
|
||||
],
|
||||
"css/inline_element_border_a.html": [
|
||||
{
|
||||
"path": "css/inline_element_border_a.html",
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<link rel='match' href='inline_border_baseline_ref.html'>
|
||||
<style>
|
||||
em {
|
||||
border-top: solid white 3px;
|
Loading…
Add table
Add a link
Reference in a new issue