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("summary",
false, msg); | 11 InspectorTest.dumpAccessibilityNodesBySelectorAndCompleteTest("summary",
false, msg); |
12 }); | 12 }); |
13 } | 13 } |
14 | 14 |
15 function done() { | 15 function done() { |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 </details> | 48 </details> |
49 | 49 |
50 <details id="details5"> | 50 <details id="details5"> |
51 <summary id="summary5" title="summary5-title" aria-label="summary5-aria-la
bel" aria-labelledby="labelledby5">summary5-contents</summary> | 51 <summary id="summary5" title="summary5-title" aria-label="summary5-aria-la
bel" aria-labelledby="labelledby5">summary5-contents</summary> |
52 <p>details5-content</p> | 52 <p>details5-content</p> |
53 </details> | 53 </details> |
54 <span hidden="true" id="labelledby5">summary5-aria-labelledby</span> | 54 <span hidden="true" id="labelledby5">summary5-aria-labelledby</span> |
55 </div> | 55 </div> |
56 </body> | 56 </body> |
57 </html> | 57 </html> |
OLD | NEW |