mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Move simple_inline_absolute_containing_block_a.html to wpt reftests.
This commit is contained in:
parent
2bb4d4c99f
commit
84af16af95
4 changed files with 25 additions and 1 deletions
|
@ -298,7 +298,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
|
|||
== rtl_table_a.html rtl_table_ref.html
|
||||
== servo_center_a.html servo_center_ref.html
|
||||
== setattribute_id_restyle_a.html setattribute_id_restyle_b.html
|
||||
== simple_inline_absolute_containing_block_a.html simple_inline_absolute_containing_block_ref.html
|
||||
# text_decoration_propagation_a.html text_decoration_propagation_b.html
|
||||
!= text_decoration_smoke_a.html text_decoration_smoke_ref.html
|
||||
!= text_decoration_underline_subpx_a.html text_decoration_underline_subpx_ref.html
|
||||
|
|
|
@ -591,6 +591,18 @@
|
|||
"url": "/_mozilla/css/setpropertypriority.html"
|
||||
}
|
||||
],
|
||||
"css/simple_inline_absolute_containing_block_a.html": [
|
||||
{
|
||||
"path": "css/simple_inline_absolute_containing_block_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/simple_inline_absolute_containing_block_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/simple_inline_absolute_containing_block_a.html"
|
||||
}
|
||||
],
|
||||
"css/stacked_layers.html": [
|
||||
{
|
||||
"path": "css/stacked_layers.html",
|
||||
|
@ -2636,6 +2648,18 @@
|
|||
"url": "/_mozilla/css/setpropertypriority.html"
|
||||
}
|
||||
],
|
||||
"css/simple_inline_absolute_containing_block_a.html": [
|
||||
{
|
||||
"path": "css/simple_inline_absolute_containing_block_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/simple_inline_absolute_containing_block_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/simple_inline_absolute_containing_block_a.html"
|
||||
}
|
||||
],
|
||||
"css/stacked_layers.html": [
|
||||
{
|
||||
"path": "css/stacked_layers.html",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel='match' href='simple_inline_absolute_containing_block_ref.html'>
|
||||
<style>
|
||||
main {
|
||||
position: relative;
|
Loading…
Add table
Add a link
Reference in a new issue