style: Fix inconsistent CRISPEDGES constant name.

Differential Revision: https://phabricator.services.mozilla.com/D10452
This commit is contained in:
Cameron McCormack 2018-11-01 01:37:26 +00:00 committed by Emilio Cobos Álvarez
parent d43c4ce81e
commit 52c3ba00b3
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -59,8 +59,6 @@ ${helpers.single_keyword(
spec="https://drafts.csswg.org/css-color/#propdef-color-adjust",
)}
<% image_rendering_custom_consts = { "crisp-edges": "CRISPEDGES",
"-moz-crisp-edges": "CRISPEDGES" } %>
// According to to CSS-IMAGES-3, `optimizespeed` and `optimizequality` are synonyms for `auto`
// And, firefox doesn't support `pixelated` yet (https://bugzilla.mozilla.org/show_bug.cgi?id=856337)
${helpers.single_keyword(
@ -69,7 +67,6 @@ ${helpers.single_keyword(
extra_gecko_values="optimizespeed optimizequality",
extra_servo_values="pixelated",
extra_gecko_aliases="-moz-crisp-edges=crisp-edges",
custom_consts=image_rendering_custom_consts,
animation_value_type="discrete",
spec="https://drafts.csswg.org/css-images/#propdef-image-rendering",
)}