Bug 1428676 pt 3. Change our existing consumers of 'menulist-button' to use '-moz-menulist-button'. r=emilio

--HG--
extra : rebase_source : 5fd3de8c33cd0d168c63accbf98f50e9947bf31c
This commit is contained in:
Jonathan Watt 2018-06-20 13:50:23 +01:00
Родитель 069c4bbaf4
Коммит 449e0fddad
6 изменённых файлов: 10 добавлений и 5 удалений

Просмотреть файл

@ -46,6 +46,11 @@ let whitelist = [
{sourceName: /(?:res|gre-resources)\/forms\.css$/i,
errorMessage: /Unknown property.*overflow-clip-box/i,
isFromDevTools: false},
// The '-moz-menulist-button' value is only supported in chrome and UA sheets
// but forms.css is loaded as a document sheet by this test.
{sourceName: /(?:res|gre-resources)\/forms\.css$/i,
errorMessage: /Error in parsing value for -moz-appearance\. Declaration dropped\./i,
isFromDevTools: false},
// These variables are declared somewhere else, and error when we load the
// files directly. They're all marked intermittent because their appearance
// in the error console seems to not be consistent.

Просмотреть файл

@ -284,7 +284,7 @@ select > button {
background-image: url("arrow.gif") !important;
background-repeat: no-repeat !important;
background-position: center !important;
-moz-appearance: menulist-button;
-moz-appearance: -moz-menulist-button;
/* Make sure to size correctly if the combobox has a non-auto height. */
block-size: 100% ! important;

Просмотреть файл

@ -3,5 +3,5 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
dropmarker {
-moz-appearance: menulist-button;
-moz-appearance: -moz-menulist-button;
}

Просмотреть файл

@ -66,7 +66,7 @@ menulist[editable="true"] {
menulist[editable="true"] > .menulist-dropmarker {
display: -moz-box;
-moz-appearance: menulist-button;
-moz-appearance: -moz-menulist-button;
}
html|*.menulist-editable-input {

Просмотреть файл

@ -3,7 +3,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
dropmarker {
-moz-appearance: menulist-button;
-moz-appearance: -moz-menulist-button;
width: 16px;
-moz-box-align: center;
-moz-box-pack: center;

Просмотреть файл

@ -3,7 +3,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
dropmarker {
-moz-appearance: menulist-button;
-moz-appearance: -moz-menulist-button;
width: 16px;
height: 16px;
-moz-box-align: center;