Closed
Bug 1800361
Opened 2 years ago
Closed 2 years ago
[wpt-sync] Sync PR 36948 - Add more serialization tests for columns CSS property
Categories
(Core :: Layout: Columns, task, P4)
Core
Layout: Columns
Tracking
()
RESOLVED
FIXED
109 Branch
Tracking | Status | |
---|---|---|
firefox109 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 36948 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/36948
Details from upstream follow.
Tim Nguyen <nt1m@users.noreply.github.com> wrote:
Add more serialization tests for columns CSS property
Assignee | ||
Updated•2 years ago
|
Component: web-platform-tests → Layout: Columns
Product: Testing → Core
Assignee | ||
Comment 1•2 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=c2d0179dd1f9d5abeb3978b1ef1d12df4e72db6f
Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 15 subtests
Status Summary
Firefox
OK
: 2
PASS
: 16
FAIL
: 8
Chrome
OK
: 2
PASS
: 16
FAIL
: 8
Safari
OK
: 2
PASS
: 16
FAIL
: 8
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-multicol/parsing/columns-valid.html [wpt.fyi]
- e.style['columns'] = "auto 3" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['columns'] = "auto 10em" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['columns'] = "3 auto" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['columns'] = "10em auto" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['columns'] = "auto" should set the property value:
FAIL
(Chrome:FAIL
, Safari:PASS
) - e.style['columns'] = "auto auto" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['columns'] = "7" should set the property value:
FAIL
(Chrome:FAIL
, Safari:PASS
) - e.style['columns'] = "7em" should set the property value:
FAIL
(Chrome:FAIL
, Safari:PASS
)
- e.style['columns'] = "auto 3" should set the property value:
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/75ef6296c0f5
[wpt PR 36948] - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=247826, a=testonly
https://hg.mozilla.org/integration/autoland/rev/be1023bce0a5
[wpt PR 36948] - Update wpt metadata, a=testonly
Comment 4•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/75ef6296c0f5
https://hg.mozilla.org/mozilla-central/rev/be1023bce0a5
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox109:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 109 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•