OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <script type="text/javascript" src="../../http/tests/inspector-protocol/dom-prot
ocol-test.js"></script> | 3 <script type="text/javascript" src="../resources/dom-protocol-test.js"></script> |
4 <script type="text/javascript" src="../../http/tests/inspector-protocol/inspecto
r-protocol-test.js"></script> | 4 <script type="text/javascript" src="../../http/tests/inspector-protocol/resource
s/inspector-protocol-test.js"></script> |
5 <script type="text/javascript" src="./accessibility-dumpAccessibilityNodes.js"><
/script> | 5 <script type="text/javascript" src="./../resources/accessibility-dumpAccessibili
tyNodes.js"></script> |
6 <script> | 6 <script> |
7 | 7 |
8 function test() | 8 function test() |
9 { | 9 { |
10 InspectorTest.sendCommand("DOM.getDocument", {}, (msg) => { | 10 InspectorTest.sendCommand("DOM.getDocument", {}, (msg) => { |
11 InspectorTest.dumpAccessibilityNodesBySelectorAndCompleteTest("[data-dum
p]", false, msg); | 11 InspectorTest.dumpAccessibilityNodesBySelectorAndCompleteTest("[data-dum
p]", false, msg); |
12 }); | 12 }); |
13 } | 13 } |
14 | 14 |
15 </script> | 15 </script> |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 </li> | 48 </li> |
49 <li id="rg2-r4" tabindex="-1" role="radio" aria-checked="false"> | 49 <li id="rg2-r4" tabindex="-1" role="radio" aria-checked="false"> |
50 Cola | 50 Cola |
51 </li> | 51 </li> |
52 <li id="rg2-r5" tabindex="-1" role="radio" aria-checked="false"> | 52 <li id="rg2-r5" tabindex="-1" role="radio" aria-checked="false"> |
53 Ginger Ale | 53 Ginger Ale |
54 </li> | 54 </li> |
55 </ul> | 55 </ul> |
56 </body> | 56 </body> |
57 </html> | 57 </html> |
OLD | NEW |