Add reftest for #10625

This commit is contained in:
Michael Howell 2016-04-15 15:36:56 -07:00
parent 03be4583e0
commit 2ecadc913a
3 changed files with 34 additions and 0 deletions

View file

@ -106,6 +106,18 @@
"url": "/_mozilla/css/absolute_inline_containing_block_a.html"
}
],
"css/absolute_line_height_after_float.html": [
{
"path": "css/absolute_line_height_after_float.html",
"references": [
[
"/_mozilla/css/absolute_line_height_after_float_ref.html",
"=="
]
],
"url": "/_mozilla/css/absolute_line_height_after_float.html"
}
],
"css/absolute_table.html": [
{
"path": "css/absolute_table.html",
@ -6732,6 +6744,18 @@
"url": "/_mozilla/css/absolute_inline_containing_block_a.html"
}
],
"css/absolute_line_height_after_float.html": [
{
"path": "css/absolute_line_height_after_float.html",
"references": [
[
"/_mozilla/css/absolute_line_height_after_float_ref.html",
"=="
]
],
"url": "/_mozilla/css/absolute_line_height_after_float.html"
}
],
"css/absolute_table.html": [
{
"path": "css/absolute_table.html",

View file

@ -0,0 +1,6 @@
<!doctype html>
<meta charset="utf-8">
<title>Line-height should be respected after a float</title>
<link rel="match" href="absolute_line_height_after_float_ref.html">
<div style="float: left; padding: 0 0 0 1px;"></div>
<span style="position: absolute; right: 0; top: 0; line-height: 100px;">X</span>

View file

@ -0,0 +1,4 @@
<!doctype html>
<meta charset="utf-8">
<title>Reference</title>
<span style="position: absolute; right: 0; top: 0; line-height: 100px;">X</span>