webkit-appearance-alias.html (427B)
1 <!DOCTYPE HTML> 2 <meta charset=UTF-8> 3 <title>CSS UI Test: -webkit-appearance alias</title> 4 <link rel="help" href="https://www.w3.org/TR/css-ui-4/#appearance-switching"> 5 <script src="/resources/testharness.js"></script> 6 <script src="/resources/testharnessreport.js"></script> 7 <script src="../../support/shorthand-testcommon.js"></script> 8 <body> 9 <script> 10 11 test_is_legacy_name_alias("-webkit-appearance", "appearance"); 12 13 </script>