summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-inline/baseline-source/baseline-source-valid.html
blob: 6ca38566bbe008c615cd4ade71ca6ed77db7f625 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<link rel="help" href="https://drafts.csswg.org/css-inline-3/#baseline-source">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/css/support/parsing-testcommon.js"></script>

<script>
test_valid_value('baseline-source', 'auto');
test_valid_value('baseline-source', 'first');
test_valid_value('baseline-source', 'last');
</script>