OLD | NEW |
| 1 CONSOLE WARNING: 'Element.offsetLeft' is deprecated and will be removed in M47,
around Novemver 2015. The offset* attributes are only standardized and widely su
pported for HTML elements |
| 2 CONSOLE WARNING: 'Element.offsetTop' is deprecated and will be removed in M47, a
round Novemver 2015. The offset* attributes are only standardized and widely sup
ported for HTML elements |
1 This test ensures that we can click to focus an a element. | 3 This test ensures that we can click to focus an a element. |
2 | 4 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 6 |
5 | 7 |
6 a1 received focus | 8 a1 received focus |
7 a3 received focus | 9 a3 received focus |
8 a4 received focus | 10 a4 received focus |
9 a5 received focus | 11 a5 received focus |
10 p6 received focus | 12 p6 received focus |
11 a7 received focus | 13 a7 received focus |
12 svga1 received focus | 14 svga1 received focus |
13 svga3 received focus | 15 svga3 received focus |
14 svga4 received focus | 16 svga4 received focus |
15 psvg5 received focus | 17 psvg5 received focus |
16 svga6 received focus | 18 svga6 received focus |
17 PASS successfullyParsed is true | 19 PASS successfullyParsed is true |
18 | 20 |
19 TEST COMPLETE | 21 TEST COMPLETE |
20 | 22 |
OLD | NEW |