OLD | NEW |
| 1 CONSOLE MESSAGE: <shadow> doesn't work for INPUT element host. |
1 | 2 |
2 Make sure that mouse click on an input button with shadow nodes works. | 3 Make sure that mouse click on an input button with shadow nodes works. |
3 | 4 |
4 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
". |
5 | 6 |
6 | 7 |
7 Click on the padding area of the button: | 8 Click on the padding area of the button: |
8 PASS clickCount is 1 | 9 PASS clickCount is 1 |
9 Click on the margin area of a shadow node: | 10 Click on the margin area of a shadow node: |
10 PASS clickCount is 1 | 11 PASS clickCount is 1 |
11 Click on the middle of a shadow node: | 12 Click on the middle of a shadow node: |
12 PASS clickCount is 1 | 13 PASS clickCount is 1 |
13 Click on the original value text: | 14 Click on the original value text: |
14 PASS clickCount is 1 | 15 PASS clickCount is 1 |
15 PASS successfullyParsed is true | 16 PASS successfullyParsed is true |
16 | 17 |
17 TEST COMPLETE | 18 TEST COMPLETE |
18 | 19 |
OLD | NEW |