Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE HTML>
<meta charset=UTF-8>
<title>CSS Box Alignment Test: legacy gap properties</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="../../support/shorthand-testcommon.js"></script>
<body>
<script>
test_is_legacy_name_alias("grid-row-gap", "row-gap");
test_is_legacy_name_alias("grid-column-gap", "column-gap");
test_is_legacy_name_alias("grid-gap", "gap");
</script>