New issue
Advanced search Search tips

Issue 869203 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 869867
Owner:
Closed: Oct 13
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Fix table tests that fail in LayoutNG

Project Member Reported by dgro...@chromium.org, Jul 30

Issue description

# Incorrect cell height: not quirks.
fast/css-intrinsic-dimensions/height-positioned.html

# Incorrect cell height: can WontFix if quirks only?
fast/block/basic/quirk-percent-height-table-cell.html
tables/mozilla/bugs/ bug101674 .html
tables/mozilla/bugs/ bug131020 -2.html
tables/mozilla/bugs/ bug137388 -3.html

# ↑ Looks like we're too eager to apply the %height-of-indefinite-height-is-auto rule for this iframe
 
tables/mozilla/bugs/bug149275-1.html
tables/mozilla/bugs/bug149275-2.html
tables/mozilla/bugs/ bug23235 .html
tables/mozilla/bugs/ bug50695 -2.html
tables/mozilla/bugs/ bug55527 .html

# I'll look further re: quirks vs standards
 
fast/table/dynamic-descendant-percentage-height.html

# The tables and parts have the same sizes in legacy vs NG. But it's like they're painted out of place. Using devtools and selecting <table> in the Elements tab shows an overlay offset from the location on screen.

tables/mozilla/bugs/ bug137388 -2.html

# ↑ The cell in the top table is getting a wrong height for some reason
 
tables/mozilla/bugs/ bug14159 -1.html

# ↑ The tables heights in legacy are taller. NG looks more correct. I don't know why legacy is getting a huge cell height and filling it with whitespace. (Both are very different from FF because of issue 860084)


# 'vertical-align' to table cells not working or not implemented yet?
fast/table/column-in-inline.html
fast/table/empty-table-percent-height.html
fast/table/vertical-align-baseline-readjust.html
tables/mozilla/bugs/bug18440.html
tables/mozilla/bugs/ bug30692 .html

# ↑ cells vertical-align works in other tests, something about these trigger a bug

# border-collapsing not working or not implemented yet?
fast/table/border-collapsing/composited-cell-collapsed-border.html

# ↑ it should work, this is unexpected. Will probably have to bring in wangxianzhu@ on this one
 

# Tables + vertical/orthogonal flows
fast/table/height-percent-test-vertical.html
fast/table/table-display-types-vertical.html
fast/table/border-collapsing/004-vertical.html
html/details_summary/details-writing-mode-align-center.html
html/details_summary/details-writing-mode-align-left.html
html/details_summary/details-writing-mode-align-right.html
html/details_summary/details-writing-mode.html

# details_summary are all the same issue. The table and cells are all in default writing-mode/direction, but their children aren't and something is getting lost in the sizing of the cells.
 
# <caption>
tables/mozilla_expected_failures/bugs/ bug3166 -16.html


# Quirks only, line breaker in table cell, probably don't want to fix
fast/table/unbreakable-images-quirk.html
tables/mozilla/bugs/ bug2973 .html

# Cell height differences with SVG content, maybe not tables
svg/zoom/page/zoom-img-preserveAspectRatio-support-1.html

 
Mergedinto: 869867
Status: Duplicate (was: Assigned)

Sign in to add a comment