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