OLD | NEW |
---|---|
(Empty) | |
1 Check if a control won't loose focus when it becomes 0-size. | |
2 PASS document.activeElement is input1 | |
3 PASS input1.value is "01" | |
4 PASS document.activeElement is input1 | |
5 | |
6 Check if 0-size control can get focus. | |
7 PASS document.activeElement is input1 | |
8 PASS successfullyParsed is true | |
9 | |
10 TEST COMPLETE | |
11 | |
OLD | NEW |