From 1b40d30f883c245f6b4d8ca2d55f538c83de8203 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Wed, 1 Mar 2023 14:43:57 +0000 Subject: [PATCH] style: Fix appearance-cssom-001.html * Remove some legacy appearance aliases that other engines don't implement. * Allow to pass with unimplemented values, since per the spec the idea of these is to get them removed, see https://github.com/w3c/csswg-drafts/issues/8506 for the ones we don't implement. * Also allow the `-moz-` prefix to be implemented, because we can't quite get rid of it (people use it to remove the buttons with -moz-appearance: textfield and so on), and the alternative is to implement a bunch of non-standard ::-webkit- pseudo-elements. Differential Revision: https://phabricator.services.mozilla.com/D171243 --- components/style/values/specified/box.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/style/values/specified/box.rs b/components/style/values/specified/box.rs index 8017cd329f1..70a99a66f6c 100644 --- a/components/style/values/specified/box.rs +++ b/components/style/values/specified/box.rs @@ -1700,7 +1700,6 @@ pub enum Appearance { /// A searchfield. Searchfield, /// A multi-line text field, e.g. HTML