summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-color-adjust/parsing/print-color-adjust.html
blob: 03522bc32db278d667cc02908b7facd241add480 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html>
<title>print-color-adjust Parsing</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>

<link rel=help href="https://www.w3.org/TR/css-color-adjust-1/#perf">
<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>