[wpt-sync] Sync PR 25310 - HTML: make sure the default opacity of ::placeholder is 1
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox83 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 25310 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/25310
Details from upstream follow.
b'Karl Dubost <karl+github@la-grange.net>' wrote:
HTML: make sure the default opacity of ::placeholder is 1
This test relates to the opacity difference in between Gecko, Blink and WebKit as mentioned by @fvsch
/* Gecko style */ ::placeholder { color: inherit; opacity: 0.54; } /* WebKit style */ ::placeholder { color: #9a9a9a; opacity: 1; } /* Blink style */ ::placeholder { color: #757575; opacity: 1; }
See https://github.com/whatwg/html/issues/2561#issuecomment-569920124
and https://codepen.io/webcompat/pen/bWEEJv
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
CI Results
Ran 12 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
OK : 1
FAIL: 1
Chrome
OK : 1
PASS: 1
Safari
OK : 1
PASS: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
/html/rendering/non-replaced-elements/form-controls/placeholder-opacity-default.tentative.html
Default opacity value is '1': FAIL
New Tests That Don't Pass
/html/rendering/non-replaced-elements/form-controls/placeholder-opacity-default.tentative.html
Default opacity value is '1': FAIL (Chrome: PASS, Safari: PASS)
Comment 4•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/2b9f0335428c
https://hg.mozilla.org/mozilla-central/rev/ae9349acc4a1
Description
•