| <!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> |