diff options
Diffstat (limited to 'testing/web-platform/tests/css/css-inline/baseline-source/baseline-source-computed.html')
-rw-r--r-- | testing/web-platform/tests/css/css-inline/baseline-source/baseline-source-computed.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-inline/baseline-source/baseline-source-computed.html b/testing/web-platform/tests/css/css-inline/baseline-source/baseline-source-computed.html new file mode 100644 index 0000000000..e19f7ffca6 --- /dev/null +++ b/testing/web-platform/tests/css/css-inline/baseline-source/baseline-source-computed.html @@ -0,0 +1,12 @@ +<!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/computed-testcommon.js"></script> +<div id="target"></div> + +<script> +test_computed_value('baseline-source', 'auto'); +test_computed_value('baseline-source', 'first'); +test_computed_value('baseline-source', 'last'); +</script> |