| OLD | NEW |
| 1 | 1 |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 | 7 |
| 8 | 8 |
| 9 | 9 |
| 10 | 10 |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 PASS gFocusedDocument.activeElement.getAttribute("id") is "p12" | 25 PASS gFocusedDocument.activeElement.getAttribute("id") is "p12" |
| 26 PASS gFocusedDocument.activeElement.getAttribute("id") is "p22" | 26 PASS gFocusedDocument.activeElement.getAttribute("id") is "p22" |
| 27 PASS gFocusedDocument.activeElement.getAttribute("id") is "p12" | 27 PASS gFocusedDocument.activeElement.getAttribute("id") is "p12" |
| 28 PASS gFocusedDocument.activeElement.getAttribute("id") is "s24" | 28 PASS gFocusedDocument.activeElement.getAttribute("id") is "s24" |
| 29 PASS gFocusedDocument.activeElement.getAttribute("id") is "s14" | 29 PASS gFocusedDocument.activeElement.getAttribute("id") is "s14" |
| 30 PASS gFocusedDocument.activeElement.getAttribute("id") is "s13" | 30 PASS gFocusedDocument.activeElement.getAttribute("id") is "s13" |
| 31 PASS gFocusedDocument.activeElement.getAttribute("id") is "s12" | 31 PASS gFocusedDocument.activeElement.getAttribute("id") is "s12" |
| 32 PASS gFocusedDocument.activeElement.getAttribute("id") is "s22" | 32 PASS gFocusedDocument.activeElement.getAttribute("id") is "s22" |
| 33 PASS gFocusedDocument.activeElement.getAttribute("id") is "p11" | 33 PASS gFocusedDocument.activeElement.getAttribute("id") is "p11" |
| 34 PASS gFocusedDocument.activeElement.getAttribute("id") is "p21" | 34 PASS gFocusedDocument.activeElement.getAttribute("id") is "p21" |
| 35 PASS gFocusedDocument.activeElement.getAttribute("id") is "s22" | |
| 36 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" | 35 PASS gFocusedDocument.activeElement.getAttribute("id") is "start" |
| 37 This test is testing that we can prefer the elements with higher Z indexes. | 36 This test is testing that we can prefer the elements with higher Z indexes. |
| OLD | NEW |