mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Move stacking_context_overflow_a.html to wpt reftests.
This commit is contained in:
parent
541baa5168
commit
d27c262f00
4 changed files with 25 additions and 1 deletions
|
@ -300,7 +300,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
|
|||
== 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
|
||||
== stacking_context_overflow_a.html stacking_context_overflow_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/stacking_context_overflow_a.html": [
|
||||
{
|
||||
"path": "css/stacking_context_overflow_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/stacking_context_overflow_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/stacking_context_overflow_a.html"
|
||||
}
|
||||
],
|
||||
"css/stacking_context_overflow_relative_outline_a.html": [
|
||||
{
|
||||
"path": "css/stacking_context_overflow_relative_outline_a.html",
|
||||
|
@ -2612,6 +2624,18 @@
|
|||
"url": "/_mozilla/css/setpropertypriority.html"
|
||||
}
|
||||
],
|
||||
"css/stacking_context_overflow_a.html": [
|
||||
{
|
||||
"path": "css/stacking_context_overflow_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/stacking_context_overflow_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/stacking_context_overflow_a.html"
|
||||
}
|
||||
],
|
||||
"css/stacking_context_overflow_relative_outline_a.html": [
|
||||
{
|
||||
"path": "css/stacking_context_overflow_relative_outline_a.html",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel='match' href='stacking_context_overflow_ref.html'>
|
||||
<!-- Tests that stacking contexts display overflow. -->
|
||||
<style>
|
||||
body {
|
Loading…
Add table
Add a link
Reference in a new issue