Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!doctype html>
<title>print-color-adjust Parsing</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<link rel=author title="Tab Atkins-Bittner" href="https://www.xanthir.com/contact/">
<script src="/css/support/parsing-testcommon.js"></script>
<script>
test_valid_value('print-color-adjust', 'exact', 'exact');
test_valid_value('print-color-adjust', 'economy', 'economy');
test_valid_value('color-adjust', 'exact', 'exact');
test_valid_value('color-adjust', 'economy', 'economy');
</script>