Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(139)

Side by Side Diff: LayoutTests/fast/events/touch/tap-highlight-color-expected.txt

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698