[wpt-sync] Sync PR 21634 - <button> should support display:inline-grid/grid/inline-flex/flex correctly
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox75 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 21634 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/21634
Details from upstream follow.
Kent Tamura <tkent@chromium.org> wrote:
<button> should support display:inline-grid/grid/inline-flex/flex correctly
If 'display' property value is one of 'inline-grid', 'grid',
'inline-flex', and 'flex', \<button> doesn't use LayoutButton.This behavior follows https://html.spec.whatwg.org/C/#button-layout .
Bug: 700029
Change-Id: I017734ad773eed6531e0dc665f80b99e8f14d1d7Reviewed-on: https://chromium-review.googlesource.com/2040796
WPT-Export-Revision: e1e42e9e36ce4ad64a7669f2996afef624748ee0
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 4 subtests
Status Summary
Firefox
OK : 1
PASS: 4
Chrome
OK : 1
PASS: 2
FAIL: 2
Safari
OK : 1
PASS: 2
FAIL: 2
Links
Comment 4•5 years ago
|
||
| bugherder | ||
Description
•