blob: f56309bad6645c823436b5b13915d68e65bf5a3c [file] [log] [blame] [edit]
<!DOCTYPE html>
<html>
<head>
<title>CSS Rhythm: block-step-align computed values</title>
<link rel="author" title="Tim Nguyen" href="https://github.com/nt1m">
<link rel="help" href="https://drafts.csswg.org/css-rhythm/#block-step-align">
<meta name="assert" content="Checking computed values for block-step-align">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/css/support/computed-testcommon.js"></script>
</head>
<body>
<div id="target"></div>
<script>
test_computed_value("block-step-align", "auto");
test_computed_value("block-step-align", "center");
test_computed_value("block-step-align", "start");
test_computed_value("block-step-align", "end");
</script>
</body>
</html>