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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/events/touch/touch-fractional-coordinates-expected.txt

Issue 2887273003: No extra space emission in TextIterator::HandleReplacedElement (Closed)
Patch Set: Fri May 19 00:09:20 PDT 2017 Created 3 years, 7 months 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
OLDNEW
1 Tests non-integer TouchEvent co-ordinates and radii 1 Tests non-integer TouchEvent co-ordinates and radii
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 6
7 PASS successfullyParsed is true 7 PASS successfullyParsed is true
8 8
9 TEST COMPLETE 9 TEST COMPLETE
10 Testing simple fractional touch 10 Testing simple fractional touch
11 PASS eventCount is 1 11 PASS eventCount is 1
12 PASS lastEvent.type is "touchstart" 12 PASS lastEvent.type is "touchstart"
13 PASS lastEvent.changedTouches[0].screenX is within 0.00001 of 30.33 13 PASS lastEvent.changedTouches[0].screenX is within 0.00001 of 30.33
14 PASS lastEvent.changedTouches[0].screenY is within 0.00001 of 4.5 14 PASS lastEvent.changedTouches[0].screenY is within 0.00001 of 4.5
15 PASS lastEvent.changedTouches[0].clientX is within 0.00001 of 30.33 15 PASS lastEvent.changedTouches[0].clientX is within 0.00001 of 30.33
16 PASS lastEvent.changedTouches[0].clientY is within 0.00001 of 4.5 16 PASS lastEvent.changedTouches[0].clientY is within 0.00001 of 4.5
(...skipping 26 matching lines...) Expand all
43 PASS eventCount is 1 43 PASS eventCount is 1
44 PASS lastEvent.type is "touchstart" 44 PASS lastEvent.type is "touchstart"
45 PASS lastEvent.changedTouches[0].screenX is within 0.00001 of 244.5 45 PASS lastEvent.changedTouches[0].screenX is within 0.00001 of 244.5
46 PASS lastEvent.changedTouches[0].screenY is within 0.00001 of 97.2 46 PASS lastEvent.changedTouches[0].screenY is within 0.00001 of 97.2
47 PASS lastEvent.changedTouches[0].clientX is within 0.00001 of 2.25 47 PASS lastEvent.changedTouches[0].clientX is within 0.00001 of 2.25
48 PASS lastEvent.changedTouches[0].clientY is within 0.00001 of 1.1 48 PASS lastEvent.changedTouches[0].clientY is within 0.00001 of 1.1
49 PASS lastEvent.changedTouches[0].pageX is within 0.00001 of 2.25 49 PASS lastEvent.changedTouches[0].pageX is within 0.00001 of 2.25
50 PASS lastEvent.changedTouches[0].pageY is within 0.00001 of 1.1 50 PASS lastEvent.changedTouches[0].pageY is within 0.00001 of 1.1
51 51
52 52
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698