4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
5
6
7 Event: touch start
8 PASS event.targetTouches[0].target.tagName is "DIV"
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)"
11 Event: touch end
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.
14 PASS successfullyParsed is true
15
16 TEST COMPLETE
17