Move absolute_table.html to wpt reftests.

This commit is contained in:
Ms2ger 2015-10-08 16:50:03 +02:00
parent 455cd8aaff
commit 374e3b3e26
4 changed files with 25 additions and 1 deletions

View file

@ -9,7 +9,6 @@
# Should be == with expected failure:
fragment=top != ../html/acid2.html acid2_ref.html
== absolute_table.html absolute_table_ref.html
== absolute_z_index_auto_paint_order_a.html absolute_z_index_auto_paint_order_ref.html
== acid1_a.html acid1_b.html
== acid2_noscroll.html acid2_ref_broken.html

View file

@ -99,6 +99,18 @@
"url": "/_mozilla/css/absolute_inline_containing_block_a.html"
}
],
"css/absolute_table.html": [
{
"path": "css/absolute_table.html",
"references": [
[
"/_mozilla/css/absolute_table_ref.html",
"=="
]
],
"url": "/_mozilla/css/absolute_table.html"
}
],
"css/background.html": [
{
"path": "css/background.html",
@ -992,6 +1004,18 @@
"url": "/_mozilla/css/absolute_inline_containing_block_a.html"
}
],
"css/absolute_table.html": [
{
"path": "css/absolute_table.html",
"references": [
[
"/_mozilla/css/absolute_table_ref.html",
"=="
]
],
"url": "/_mozilla/css/absolute_table.html"
}
],
"css/background.html": [
{
"path": "css/background.html",

View file

@ -1,4 +1,5 @@
<!DOCTYPE html>
<link rel=match href=absolute_table_ref.html>
<style>
div { display:table;position:absolute;top:0px;right:40px }
</style>