// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
module blink.mojom;
// Spec: https://drafts.csswg.org/mediaqueries-5/#prefers-contrast
enum PreferredContrast {
kMore,
kLess,
kNoPreference,
kCustom,
};