OLD | NEW |
1 When adding focus ring rects, we should avoid adding duplicated rect for continu
ations | 1 When adding focus ring rects, we should avoid adding duplicated rect for continu
ations |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 PASS successfullyParsed is true | 6 PASS successfullyParsed is true |
7 | 7 |
8 TEST COMPLETE | 8 TEST COMPLETE |
9 FAIL internals.focusRingRects(document.getElementById('focus')) should be 5 (of
type number). Was [object ClientRectList] (of type object). | 9 PASS internals.outlineRects(document.getElementById('focus')).length is 5 |
10 SPAN0 | 10 SPAN0 |
11 DIV1 SPAN1 | 11 DIV1 SPAN1 |
12 DIV2 | 12 DIV2 |
13 | 13 |
OLD | NEW |