mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Add reftest for #10625
This commit is contained in:
parent
03be4583e0
commit
2ecadc913a
3 changed files with 34 additions and 0 deletions
|
@ -106,6 +106,18 @@
|
||||||
"url": "/_mozilla/css/absolute_inline_containing_block_a.html"
|
"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": [
|
"css/absolute_table.html": [
|
||||||
{
|
{
|
||||||
"path": "css/absolute_table.html",
|
"path": "css/absolute_table.html",
|
||||||
|
@ -6732,6 +6744,18 @@
|
||||||
"url": "/_mozilla/css/absolute_inline_containing_block_a.html"
|
"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": [
|
"css/absolute_table.html": [
|
||||||
{
|
{
|
||||||
"path": "css/absolute_table.html",
|
"path": "css/absolute_table.html",
|
||||||
|
|
|
@ -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>
|
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue