OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <html> | 2 <html> |
3 <body> | 3 <body> |
4 <script src="../fast/js/resources/js-test-pre.js"></script> | 4 <script src="../resources/js-test.js"></script> |
5 | 5 |
6 <div> | 6 <div> |
7 <a id="link1" href="#">Link</a> | 7 <a id="link1" href="#">Link</a> |
8 <button id="button1">Button</button> | 8 <button id="button1">Button</button> |
9 <button id="labeled-button1" aria-label="Label">Button</button> | 9 <button id="labeled-button1" aria-label="Label">Button</button> |
10 <button id="button-with-title1" title="Title">Button</button> | 10 <button id="button-with-title1" title="Title">Button</button> |
11 <input id="text1" type="text" value="Value"> | 11 <input id="text1" type="text" value="Value"> |
12 <input id="checkbox1" type="checkbox" checked> | 12 <input id="checkbox1" type="checkbox" checked> |
13 <input id="number1" type="number" value="123"> | 13 <input id="number1" type="number" value="123"> |
14 <input id="radio1" type="radio" checked> | 14 <input id="radio1" type="radio" checked> |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
106 check("aria-enabledbutton1", "aria-enabledbutton2"); | 106 check("aria-enabledbutton1", "aria-enabledbutton2"); |
107 check("aria-requiredbutton1", "aria-requiredbutton2"); | 107 check("aria-requiredbutton1", "aria-requiredbutton2"); |
108 check("aria-togglebutton1", "aria-togglebutton2"); | 108 check("aria-togglebutton1", "aria-togglebutton2"); |
109 check("aria-link1", "aria-link2"); | 109 check("aria-link1", "aria-link2"); |
110 } | 110 } |
111 | 111 |
112 </script> | 112 </script> |
113 | 113 |
114 </body> | 114 </body> |
115 </html> | 115 </html> |
OLD | NEW |