mirror of
https://github.com/servo/servo.git
synced 2025-08-20 12:55:33 +01:00
Move position_relative_inline_block_a.html to wpt reftests.
This commit is contained in:
parent
76086aa305
commit
81321cec19
4 changed files with 25 additions and 1 deletions
|
@ -263,7 +263,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
|
|||
== position_fixed_tile_edge_2.html position_fixed_tile_edge_ref.html
|
||||
== position_fixed_tile_edge_3.html position_fixed_tile_edge_ref.html
|
||||
== position_relative_a.html position_relative_b.html
|
||||
== position_relative_inline_block_a.html position_relative_inline_block_ref.html
|
||||
== root_display_inline_a.html root_display_ref.html
|
||||
== root_display_without_style_a.html root_display_ref.html
|
||||
# text_decoration_propagation_a.html text_decoration_propagation_b.html
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<style>
|
||||
body, html {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
div {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
top: 20px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
background: red;
|
||||
}
|
||||
</style>
|
||||
<div></div>
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<style>
|
||||
body, html {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
div {
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 20px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
background: red;
|
||||
}
|
||||
</style>
|
||||
<div></div>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue