mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Move absolute_z_index_auto_paint_order_a.html to wpt reftests.
This commit is contained in:
parent
374e3b3e26
commit
c9d4dc4e88
4 changed files with 25 additions and 1 deletions
|
@ -111,6 +111,18 @@
|
|||
"url": "/_mozilla/css/absolute_table.html"
|
||||
}
|
||||
],
|
||||
"css/absolute_z_index_auto_paint_order_a.html": [
|
||||
{
|
||||
"path": "css/absolute_z_index_auto_paint_order_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/absolute_z_index_auto_paint_order_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/absolute_z_index_auto_paint_order_a.html"
|
||||
}
|
||||
],
|
||||
"css/background.html": [
|
||||
{
|
||||
"path": "css/background.html",
|
||||
|
@ -1016,6 +1028,18 @@
|
|||
"url": "/_mozilla/css/absolute_table.html"
|
||||
}
|
||||
],
|
||||
"css/absolute_z_index_auto_paint_order_a.html": [
|
||||
{
|
||||
"path": "css/absolute_z_index_auto_paint_order_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/absolute_z_index_auto_paint_order_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/absolute_z_index_auto_paint_order_a.html"
|
||||
}
|
||||
],
|
||||
"css/background.html": [
|
||||
{
|
||||
"path": "css/background.html",
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel=match href=absolute_z_index_auto_paint_order_ref.html>
|
||||
<style>
|
||||
body, html {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
</style>
|
||||
<div style="background: red; position: absolute; height: 40px; width: 40px; top: 10px; left: 10px;"></div>
|
||||
<div style="background: green; position: relative; height: 40px; width: 40px; top: 20px; left: 20px;"></div>
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<style>
|
||||
body, html {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
</style>
|
||||
<div style="background: red; position: absolute; height: 40px; width: 40px; top: 10px; left: 10px;"></div>
|
||||
<div style="background: green; position: absolute; height: 40px; width: 40px; top: 20px; left: 20px;"></div>
|
Loading…
Add table
Add a link
Reference in a new issue