mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Move inline_absolute_out_of_flow_a.html to wpt reftests.
This commit is contained in:
parent
a2a40068ab
commit
176ed83609
4 changed files with 25 additions and 1 deletions
|
@ -118,7 +118,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
|
|||
== incremental_letter_spacing_a.html incremental_letter_spacing_ref.html
|
||||
== incremental_text_color_a.html incremental_text_color_ref.html
|
||||
== inline_absolute_hypothetical_clip_a.html inline_absolute_hypothetical_clip_ref.html
|
||||
== inline_absolute_out_of_flow_a.html inline_absolute_out_of_flow_ref.html
|
||||
!= inline_background_a.html inline_background_ref.html
|
||||
== inline_block_baseline_a.html inline_block_baseline_ref.html
|
||||
== inline_block_block_direction_margins_a.html inline_block_block_direction_margins_ref.html
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<style>
|
||||
#a {
|
||||
display: inline;
|
||||
position: relative;
|
||||
}
|
||||
#b {
|
||||
position: absolute;
|
||||
display: block;
|
||||
}
|
||||
</style>
|
||||
<div>A<span id=a><div id=b> </div></span>B</div>
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<div>AB</div>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue