Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-ui/parsing/webkit-appearance-alias.html - WPT Dashboard Interop Dashboard
<!DOCTYPE HTML>
<meta charset=UTF-8>
<title>CSS UI Test: -webkit-appearance alias</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("-webkit-appearance", "appearance");
</script>