mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Move li_absolute_containing_block_a.html to wpt reftests.
This commit is contained in:
parent
8c4269b5f2
commit
3abf4eb5d1
4 changed files with 25 additions and 1 deletions
|
@ -155,7 +155,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
|
|||
== legacy_cellspacing_attribute_a.html border_spacing_ref.html
|
||||
== legacy_td_width_attribute_a.html legacy_td_width_attribute_ref.html
|
||||
== legacy_th_width_attribute_a.html legacy_td_width_attribute_ref.html
|
||||
== li_absolute_containing_block_a.html li_absolute_containing_block_ref.html
|
||||
== line_breaking_whitespace_collapse_a.html line_breaking_whitespace_collapse_ref.html
|
||||
== line_height_a.html line_height_ref.html
|
||||
!= linear_gradients_corners_a.html linear_gradients_corners_ref.html
|
||||
|
|
|
@ -1,19 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<style>
|
||||
body {
|
||||
font-size: 64px;
|
||||
}
|
||||
li {
|
||||
position: relative;
|
||||
}
|
||||
section {
|
||||
position: absolute;
|
||||
content: "";
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
background: blue;
|
||||
}
|
||||
</style>
|
||||
<li>X<section></section></li>
|
|
@ -1,19 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<style>
|
||||
body {
|
||||
font-size: 64px;
|
||||
}
|
||||
div {
|
||||
position: relative;
|
||||
}
|
||||
section {
|
||||
position: absolute;
|
||||
content: "";
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
background: blue;
|
||||
}
|
||||
</style>
|
||||
<div>X<section></section></div>
|
Loading…
Add table
Add a link
Reference in a new issue