Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-align/gaps/legacy-gap-aliases-001.html - WPT Dashboard Interop Dashboard
<!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>