blob: 5597b2ec8f7daf21d46de06f196b7370c5682d25 [file] [log] [blame]
<!DOCTYPE HTML>
<meta charset=UTF-8>
<title>CSS UI Test: -webkit-appearance alias</title>
<link rel="help" href="https://www.w3.org/TR/css-ui-4/#appearance-switching">
<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("-webkit-appearance", "appearance");
</script>