Open
Bug 1536636
Opened 7 years ago
Updated 3 years ago
vertical table with horizontal-tb caption gives <body> crazy dimensions
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
NEW
People
(Reporter: dgrogan, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36
Steps to reproduce:
http://w3c-test.org/css/css-tables/caption-writing-mode-002.html is essentially
<table style="writing-mode:vertical-lr">
<caption style="writing-mode: horizontal-tb"></caption>
</table>
Actual results:
<body> gets super tall height.
After test fails with
assert_less_than: Vertical table with horizontal caption doesn't make <body> have crazy height. expected a number less than 10000 but got 17895698
Inspector shows height of 8947840
Expected results:
Height should be roughly 300px or 500px
This is on 67b3 on Linux. It's not a recent regression, I noticed it about 6 months ago.
| Reporter | ||
Updated•7 years ago
|
Component: Untriaged → Layout: Tables
Product: Firefox → Core
Updated•7 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•