mirror of
https://github.com/servo/servo.git
synced 2025-08-15 10:25:32 +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
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
<style>
|
||||
em {
|
||||
border-top: solid white 3px;
|
||||
}
|
||||
</style>
|
||||
I am <em>very excited!</em>
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
<style>
|
||||
span {
|
||||
border-top: solid white 3px;
|
||||
}
|
||||
</style>
|
||||
<span>I am <em>very excited!</em></span>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue