OLD | NEW |
1 | 1 |
2 Test the focus controller working properly when switching focused frame. Here ar
e the cases tested: | 2 Test the focus controller working properly when switching focused frame. Here ar
e the cases tested: |
3 | 3 |
4 -. Correct frame is focused when switching focus from one frame to another: | 4 -. Correct frame is focused when switching focus from one frame to another: |
5 1. main frame -> iframe | 5 1. main frame -> iframe |
6 2. iframe to main frame | 6 2. iframe to main frame |
7 3. iframe 1 to iframe 2 | 7 3. iframe 1 to iframe 2 |
8 | 8 |
9 -. New setting focus request will be ignored if the focus controller is in the m
iddle of switching focused frame (onblur, onfocus events): | 9 -. New setting focus request will be ignored if the focus controller is in the m
iddle of switching focused frame (onblur, onfocus events): |
10 1. iframe 1 onblur sets iframe 2 focus. | 10 1. iframe 1 onblur sets iframe 2 focus. |
11 2. iframe 1 onblur sets iframe 1 focus. | 11 2. iframe 1 onblur sets iframe 1 focus. |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 Test: iframe1 onfocus sets iframe2 focus. | 46 Test: iframe1 onfocus sets iframe2 focus. |
47 main frame blurred. | 47 main frame blurred. |
48 iframe1 focused. | 48 iframe1 focused. |
49 | 49 |
50 Test: iframe1 onfocus sets iframe1 focus. | 50 Test: iframe1 onfocus sets iframe1 focus. |
51 iframe1 blurred. | 51 iframe1 blurred. |
52 main frame focused. | 52 main frame focused. |
53 main frame blurred. | 53 main frame blurred. |
54 iframe1 focused. | 54 iframe1 focused. |
55 | 55 |
OLD | NEW |