Move absolute_inline_containing_block_a.html to wpt reftests.

This commit is contained in:
Ms2ger 2015-10-08 16:43:51 +02:00
parent 7e474bbf90
commit 455cd8aaff
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_inline_containing_block_a.html absolute_inline_containing_block_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

View file

@ -87,6 +87,18 @@
"url": "/_mozilla/css/absolute_hypothetical_with_intervening_inline_block_a.html"
}
],
"css/absolute_inline_containing_block_a.html": [
{
"path": "css/absolute_inline_containing_block_a.html",
"references": [
[
"/_mozilla/css/absolute_inline_containing_block_ref.html",
"=="
]
],
"url": "/_mozilla/css/absolute_inline_containing_block_a.html"
}
],
"css/background.html": [
{
"path": "css/background.html",
@ -968,6 +980,18 @@
"url": "/_mozilla/css/absolute_hypothetical_with_intervening_inline_block_a.html"
}
],
"css/absolute_inline_containing_block_a.html": [
{
"path": "css/absolute_inline_containing_block_a.html",
"references": [
[
"/_mozilla/css/absolute_inline_containing_block_ref.html",
"=="
]
],
"url": "/_mozilla/css/absolute_inline_containing_block_a.html"
}
],
"css/background.html": [
{
"path": "css/background.html",

View file

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<link rel=match href=absolute_inline_containing_block_ref.html>
<style>
html, body {
margin: 0;