Closed
Bug 1879774
Opened 2 years ago
Closed 2 years ago
[wpt-sync] Sync PR 44524 - WebKit export: Implement field-sizing support for input and textarea
Categories
(Core :: DOM: Core & HTML, task, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
125 Branch
| Tracking | Status | |
|---|---|---|
| firefox125 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 44524 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/44524
Details from upstream follow.
Luke Warlow <luke@warlow.dev> wrote:
WebKit export: Implement field-sizing support for input and textarea
This fixes a test relying on UA specific stylesheet which isn't cross browser by adding the monospace font-family.
| Assignee | ||
Comment 1•2 years ago
|
||
PR 44524 applied with additional changes from upstream: df6595ec7e75fdf8fb524a039c32a030fc1075e9
| Assignee | ||
Updated•2 years ago
|
Component: web-platform-tests → DOM: Core & HTML
Product: Testing → Core
| Assignee | ||
Updated•2 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
| Assignee | ||
Updated•2 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
| Assignee | ||
Updated•2 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
| Assignee | ||
Updated•2 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
| Assignee | ||
Updated•2 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
| Assignee | ||
Updated•2 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
| Assignee | ||
Updated•2 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
| Assignee | ||
Updated•2 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
| Assignee | ||
Updated•2 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
| Assignee | ||
Updated•2 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
| Assignee | ||
Updated•2 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
| Assignee | ||
Updated•2 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
| Assignee | ||
Updated•2 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
| Assignee | ||
Updated•2 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
| Assignee | ||
Comment 2•2 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=c4fd95157a4c9a932a2a479d4548d9ff21eed8ef
| Assignee | ||
Comment 3•2 years ago
|
||
CI Results
Ran 6 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 9 subtests
Status Summary
Firefox
OK : 1
PASS: 1
FAIL: 8
Chrome
OK : 1
PASS: 9
Safari
OK : 1
PASS: 1
FAIL: 8
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /html/rendering/widgets/field-sizing-textarea.html [wpt.fyi]
- Empty value:
FAIL(Chrome:PASS, Safari:FAIL) - Empty value with cols/rows:
FAIL(Chrome:PASS, Safari:FAIL) - Auto width and auto height with a long text:
FAIL(Chrome:PASS, Safari:FAIL) - Explicit width and auto height:
FAIL(Chrome:PASS, Safari:FAIL) - Explicit height and auto width:
FAIL(Chrome:PASS, Safari:FAIL) - Text caret is taller than the placeholder:
FAIL(Chrome:PASS, Safari:FAIL) - Text caret is shorter than the placeholder:
FAIL(Chrome:PASS, Safari:FAIL) - Update field-sizing property dynamically:
FAIL(Chrome:PASS, Safari:FAIL)
- Empty value:
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/75ae67d42da5
[wpt PR 44524] - WebKit export: Implement field-sizing support for input and textarea, a=testonly
Comment 5•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox125:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 125 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•