blob: 65f30bb3570c7a4ad126405d4bceb1a0e709a768 [file] [log] [blame] [edit]
<!DOCTYPE html>
<title>Inheritance of CSS Inline Layout Text Edge properties</title>
<link rel="help" href="https://drafts.csswg.org/css-inline-3/#text-box-edge">
<link rel="help" href="https://drafts.csswg.org/css-inline-3/#text-box-trim">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/css/support/inheritance-testcommon.js"></script>
<div id="container">
<div id="target"></div>
</div>
<script>
assert_inherited('text-box-edge', 'auto', 'cap text');
assert_not_inherited('text-box-trim', 'none', 'trim-start');
</script>