OLD | NEW |
1 Test for https://code.google.com/p/chromium/issues/detail?id=150601 Can't resize
a textarea with touch. | 1 Test for https://code.google.com/p/chromium/issues/detail?id=150601 Can't resize
a textarea with touch. |
2 | 2 |
3 a placeholder so that we have enough elements to scroll the page | 3 a placeholder so that we have enough elements to scroll the page |
4 | 4 |
5 | 5 |
| 6 PASS successfullyParsed is true |
| 7 |
| 8 TEST COMPLETE |
6 | 9 |
7 Resize div at offset (-6,-7) | 10 Resize div at offset (-6,-7) |
8 PASS target.offsetWidth - old_width is deltaXExpected | 11 PASS target.offsetWidth - old_width is deltaXExpected |
9 PASS target.offsetHeight - old_height is deltaYExpected | 12 PASS target.offsetHeight - old_height is deltaYExpected |
10 | 13 |
11 Resize div at offset (6,7) | 14 Resize div at offset (6,7) |
12 PASS target.offsetWidth - old_width is deltaXExpected | 15 PASS target.offsetWidth - old_width is deltaXExpected |
13 PASS target.offsetHeight - old_height is deltaYExpected | 16 PASS target.offsetHeight - old_height is deltaYExpected |
14 | 17 |
15 Resize textarea1 at offset (-20,-20) | 18 Resize textarea1 at offset (-20,-20) |
16 PASS target.offsetWidth - old_width is deltaXExpected | 19 PASS target.offsetWidth - old_width is deltaXExpected |
17 PASS target.offsetHeight - old_height is deltaYExpected | 20 PASS target.offsetHeight - old_height is deltaYExpected |
18 | 21 |
19 Resize iframe1 at offset (-6,-7) | 22 Resize iframe1 at offset (-6,-7) |
20 PASS target.offsetWidth - old_width is deltaXExpected | 23 PASS target.offsetWidth - old_width is deltaXExpected |
21 PASS target.offsetHeight - old_height is deltaYExpected | 24 PASS target.offsetHeight - old_height is deltaYExpected |
22 | 25 |
23 Resize iframe1 at offset (-20,-20) | 26 Resize iframe1 at offset (-20,-20) |
24 PASS target.offsetWidth - old_width is deltaXExpected | 27 PASS target.offsetWidth - old_width is deltaXExpected |
25 PASS target.offsetHeight - old_height is deltaYExpected | 28 PASS target.offsetHeight - old_height is deltaYExpected |
26 | 29 |
27 Resize textarea2in iframe iframe1 at offset (-6,-7) | 30 Resize textarea2in iframe iframe1 at offset (-6,-7) |
28 PASS target.offsetWidth - old_width is deltaXExpected | 31 PASS target.offsetWidth - old_width is deltaXExpected |
29 PASS target.offsetHeight - old_height is deltaYExpected | 32 PASS target.offsetHeight - old_height is deltaYExpected |
30 PASS successfullyParsed is true | |
31 | 33 |
32 TEST COMPLETE | |
33 | |
OLD | NEW |