mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Move stacked_layers.html to wpt reftests.
This commit is contained in:
parent
d27c262f00
commit
2bb4d4c99f
4 changed files with 25 additions and 1 deletions
|
@ -299,7 +299,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
|
|||
== 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
|
||||
== stacked_layers.html stacked_layers_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/stacked_layers.html": [
|
||||
{
|
||||
"path": "css/stacked_layers.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/stacked_layers_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/stacked_layers.html"
|
||||
}
|
||||
],
|
||||
"css/stacking_context_overflow_a.html": [
|
||||
{
|
||||
"path": "css/stacking_context_overflow_a.html",
|
||||
|
@ -2624,6 +2636,18 @@
|
|||
"url": "/_mozilla/css/setpropertypriority.html"
|
||||
}
|
||||
],
|
||||
"css/stacked_layers.html": [
|
||||
{
|
||||
"path": "css/stacked_layers.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/stacked_layers_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/stacked_layers.html"
|
||||
}
|
||||
],
|
||||
"css/stacking_context_overflow_a.html": [
|
||||
{
|
||||
"path": "css/stacking_context_overflow_a.html",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='stacked_layers_ref.html'>
|
||||
<style>
|
||||
.test { float: left; margin-right: 25px; }
|
||||
.box { height: 50px; width: 50px; }
|
Loading…
Add table
Add a link
Reference in a new issue