[wpt-sync] Sync PR 17054 - [css-ui] Correct property name
Categories
(Core :: CSS Parsing and Computation, defect, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox69 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync upstream])
Sync web-platform-tests PR 17054 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/17054
Details from upstream follow.
Mike Pennisi <mike@mikepennisi.com> wrote:
[css-ui] Correct property name
The test for the
appearanceproperty mistakenly referred to the vendor
prefixed version,-webkit-appearance. In addition to contradicting the
test name and metadata, this caused the test intended for
-webkit-appearanceto reference the non-existent property
-webkit--webkit-appearance.Correct both tests, using the suite's build process to generate the
-webkit-appearancetest from the corrected version of theappearance
test.
Recent research has demonstrated that the
menulist-buttonvalue is necessary for web compatibility.This seems to be the only instance of this particular mistake:
$ git rev-parse HEAD 48af14aaebdbcaf90bc21d07965f7c16661f8d90 $ git grep -E 'moz-+moz' $ git grep -E 'webkit-+webkit' css/css-ui/webkit-appearance-menulist-button-002.html: #container > #drop-down-select { -webkit--webkit-appearance: none; -webkit--webkit-appearance: menulist-button; } $
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 2•6 years ago
|
||
| Assignee | ||
Comment 3•6 years ago
|
||
| Assignee | ||
Comment 4•6 years ago
|
||
Comment 6•6 years ago
|
||
| bugherder | ||
| Assignee | ||
Updated•6 years ago
|
Description
•