OLD | NEW |
1 Touch Me! | 1 Touch Me! |
2 Check tap highlight color in touch event | 2 Check tap highlight color in touch event |
3 | 3 |
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
5 | 5 |
6 | 6 |
7 Event: touch start | 7 Event: touch start |
8 PASS event.targetTouches[0].target.tagName is "DIV" | 8 PASS event.targetTouches[0].target.tagName is "DIV" |
9 PASS event.targetTouches[0].target.id is "touchtarget" | 9 PASS event.targetTouches[0].target.id is "touchtarget" |
10 PASS div.ownerDocument.defaultView.getComputedStyle(div, null).getPropertyValue(
'-webkit-tap-highlight-color') is "rgba(11, 22, 33, 0)" | 10 PASS div.ownerDocument.defaultView.getComputedStyle(div, null).getPropertyValue(
'-webkit-tap-highlight-color') is "rgba(11, 22, 33, 0)" |
11 Event: touch end | 11 Event: touch end |
12 PASS div.ownerDocument.defaultView.getComputedStyle(div, null).getPropertyValue(
'-webkit-tap-highlight-color') == 'rgba(11, 22, 33, 0)' is false | 12 PASS div.ownerDocument.defaultView.getComputedStyle(div, null).getPropertyValue(
'-webkit-tap-highlight-color') == 'rgba(11, 22, 33, 0)' is false |
13 PASS div.ownerDocument.defaultView.getComputedStyle(div, null).getPropertyValue(
'-webkit-tap-highlight-color') is non-null. | 13 PASS div.ownerDocument.defaultView.getComputedStyle(div, null).getPropertyValue(
'-webkit-tap-highlight-color') is non-null. |
14 PASS successfullyParsed is true | 14 PASS successfullyParsed is true |
15 | 15 |
16 TEST COMPLETE | 16 TEST COMPLETE |
| 17 PASS successfullyParsed is true |
| 18 |
| 19 TEST COMPLETE |
17 | 20 |
OLD | NEW |