[wpt-sync] Sync PR 26806 - [wpt] css=tables/fixed-layout-2 test fix
Categories
(Core :: Layout: Tables, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 26806 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/26806
Details from upstream follow.
b'Aleks Totic <atotic@chromium.org>' wrote:
[wpt] css=tables/fixed-layout-2 test fix
The test asserted that:
\<table style="table-layout:fixed; width:auto">
getComputedStyle().tableLayout == "auto"
This is incorrect per spec:
https://drafts.csswg.org/cssom-1/#resolved-values
table-layout is not defined as "Resolved value"No existing browsers passed this test.
Change-Id: Icf411e47ed8da1d53e59dea16796dc3a7e48a221
Reviewed-on: https://chromium-review.googlesource.com/2580359
WPT-Export-Revision: 3bbbe263161e757c2a98bfeed4c8b9b8c0f3c4cf
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 14 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 5 subtests
Status Summary
Firefox
OK : 1
PASS: 4
FAIL: 1
Chrome
OK : 1
PASS: 3
FAIL: 2
Safari
OK : 1
PASS: 3
FAIL: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/css/css-tables/fixed-layout-2.html
Table-layout:fixed is not applied when width is min-content: FAIL (Chrome: FAIL, Safari: FAIL)
![]() |
||
Comment 4•5 years ago
|
||
bugherder |
Description
•