mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +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
|
||||
|
|
|
@ -851,6 +851,18 @@
|
|||
"url": "/_mozilla/css/letter_spacing_a.html"
|
||||
}
|
||||
],
|
||||
"css/li_absolute_containing_block_a.html": [
|
||||
{
|
||||
"path": "css/li_absolute_containing_block_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/li_absolute_containing_block_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/li_absolute_containing_block_a.html"
|
||||
}
|
||||
],
|
||||
"css/line_height_float_placement_a.html": [
|
||||
{
|
||||
"path": "css/line_height_float_placement_a.html",
|
||||
|
@ -4152,6 +4164,18 @@
|
|||
"url": "/_mozilla/css/letter_spacing_a.html"
|
||||
}
|
||||
],
|
||||
"css/li_absolute_containing_block_a.html": [
|
||||
{
|
||||
"path": "css/li_absolute_containing_block_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/li_absolute_containing_block_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/li_absolute_containing_block_a.html"
|
||||
}
|
||||
],
|
||||
"css/line_height_float_placement_a.html": [
|
||||
{
|
||||
"path": "css/line_height_float_placement_a.html",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel='match' href='li_absolute_containing_block_ref.html'>
|
||||
<style>
|
||||
body {
|
||||
font-size: 64px;
|
Loading…
Add table
Add a link
Reference in a new issue