Move stacked_layers.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-15 23:16:20 -04:00
parent d27c262f00
commit 2bb4d4c99f
4 changed files with 25 additions and 1 deletions

View file

@ -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

View file

@ -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",

View file

@ -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; }