OLD | NEW |
1 <html> | 1 <html> |
2 <!-- | 2 <!-- |
3 This test ensures the cross iframe traversal correctness of Spatial Navigati
on | 3 This test ensures the cross iframe traversal correctness of Spatial Navigati
on |
4 algorithm: focusable elements in an flattened <iframe> should be accessible. | 4 algorithm: focusable elements in an flattened <iframe> should be accessible. |
5 | 5 |
6 * Pre-conditions: | 6 * Pre-conditions: |
7 1) DRT support for Spatial Navigation enable/disable. | 7 1) DRT support for Spatial Navigation enable/disable. |
8 2) DRT support for Frame flattening enable/disable. | 8 2) DRT support for Frame flattening enable/disable. |
9 | 9 |
10 * Navigation steps: | 10 * Navigation steps: |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
65 <div style='margin-top:120px'> | 65 <div style='margin-top:120px'> |
66 <a id='2' href='a'>d</a> | 66 <a id='2' href='a'>d</a> |
67 </div> | 67 </div> |
68 </body> | 68 </body> |
69 "></iframe><br> | 69 "></iframe><br> |
70 | 70 |
71 <div><a id="end" href="a">e</a></div> | 71 <div><a id="end" href="a">e</a></div> |
72 <div id="console"></div> | 72 <div id="console"></div> |
73 </body> | 73 </body> |
74 </html> | 74 </html> |
OLD | NEW |