[wpt-sync] Sync PR 36354 - [last-baseline] Fix inconsistent wm+direction within table internals.
Categories
(Core :: Layout, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox108 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 36354 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/36354
Details from upstream follow.
Ian Kilpatrick <ikilpatrick@chromium.org> wrote:
[last-baseline] Fix inconsistent wm+direction within table internals.
This moves the style adjuster fixup for tables into the layout-tree
builder.Previously upon the body to root writing mode propagation it was
possible for the style of table internals to be inconsistent. By
moving the fixup into the tree-builder we can ensure it is correct,
and has the side effect of reporting the correct style from computed
style.Fixed: 1366340, 736093
Change-Id: I261010f8eb6de051a4a8ae112303064c9e426a15
Reviewed-on: https://chromium-review.googlesource.com/3938617
WPT-Export-Revision: ad78b3161ff7289be88036c4dbff9d8802638a3a
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
Assignee | ||
Comment 3•3 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 4 subtests
Status Summary
Firefox
OK
: 1
PASS
: 5
Chrome
OK
: 1
PASS
: 2
CRASH
: 1
FAIL
: 2
Safari
OK
: 1
PASS
: 2
FAIL
: 3
Links
Comment 5•3 years ago
|
||
bugherder |
Description
•