mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Fix table vertical alignment (middle, bottom, not yet baseline) with differing height cells
Includes reftest for this behaviour Patch fixes margin-collapse-clear-002,3,8,9
This commit is contained in:
parent
2de3b119a9
commit
b1debc40be
9 changed files with 102 additions and 12 deletions
|
@ -6022,6 +6022,18 @@
|
|||
"url": "/_mozilla/mozilla/table_valign_middle.html"
|
||||
}
|
||||
],
|
||||
"mozilla/table_valign_uneven_height.html": [
|
||||
{
|
||||
"path": "mozilla/table_valign_uneven_height.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/mozilla/table_valign_uneven_height_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/mozilla/table_valign_uneven_height.html"
|
||||
}
|
||||
],
|
||||
"mozilla/webgl/clearcolor.html": [
|
||||
{
|
||||
"path": "mozilla/webgl/clearcolor.html",
|
||||
|
@ -15110,6 +15122,18 @@
|
|||
"url": "/_mozilla/mozilla/table_valign_middle.html"
|
||||
}
|
||||
],
|
||||
"mozilla/table_valign_uneven_height.html": [
|
||||
{
|
||||
"path": "mozilla/table_valign_uneven_height.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/mozilla/table_valign_uneven_height_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/mozilla/table_valign_uneven_height.html"
|
||||
}
|
||||
],
|
||||
"mozilla/webgl/clearcolor.html": [
|
||||
{
|
||||
"path": "mozilla/webgl/clearcolor.html",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue