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

Side by Side Diff: LayoutTests/fast/css/resize-corner-tracking-touch-expected.txt

Issue 66113002: Partial revert of r161493. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge to ToT 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 Test for https://code.google.com/p/chromium/issues/detail?id=150601 Can't resize a textarea with touch. 1 Test for https://code.google.com/p/chromium/issues/detail?id=150601 Can't resize a textarea with touch.
2 2
3 a placeholder so that we have enough elements to scroll the page 3 a placeholder so that we have enough elements to scroll the page
4 4
5 5
6 PASS successfullyParsed is true
7
8 TEST COMPLETE
6 9
7 Resize div at offset (-6,-7) 10 Resize div at offset (-6,-7)
8 PASS target.offsetWidth - old_width is deltaXExpected 11 PASS target.offsetWidth - old_width is deltaXExpected
9 PASS target.offsetHeight - old_height is deltaYExpected 12 PASS target.offsetHeight - old_height is deltaYExpected
10 13
11 Resize div at offset (6,7) 14 Resize div at offset (6,7)
12 PASS target.offsetWidth - old_width is deltaXExpected 15 PASS target.offsetWidth - old_width is deltaXExpected
13 PASS target.offsetHeight - old_height is deltaYExpected 16 PASS target.offsetHeight - old_height is deltaYExpected
14 17
15 Resize textarea1 at offset (-20,-20) 18 Resize textarea1 at offset (-20,-20)
16 PASS target.offsetWidth - old_width is deltaXExpected 19 PASS target.offsetWidth - old_width is deltaXExpected
17 PASS target.offsetHeight - old_height is deltaYExpected 20 PASS target.offsetHeight - old_height is deltaYExpected
18 21
19 Resize iframe1 at offset (-6,-7) 22 Resize iframe1 at offset (-6,-7)
20 PASS target.offsetWidth - old_width is deltaXExpected 23 PASS target.offsetWidth - old_width is deltaXExpected
21 PASS target.offsetHeight - old_height is deltaYExpected 24 PASS target.offsetHeight - old_height is deltaYExpected
22 25
23 Resize iframe1 at offset (-20,-20) 26 Resize iframe1 at offset (-20,-20)
24 PASS target.offsetWidth - old_width is deltaXExpected 27 PASS target.offsetWidth - old_width is deltaXExpected
25 PASS target.offsetHeight - old_height is deltaYExpected 28 PASS target.offsetHeight - old_height is deltaYExpected
26 29
27 Resize textarea2in iframe iframe1 at offset (-6,-7) 30 Resize textarea2in iframe iframe1 at offset (-6,-7)
28 PASS target.offsetWidth - old_width is deltaXExpected 31 PASS target.offsetWidth - old_width is deltaXExpected
29 PASS target.offsetHeight - old_height is deltaYExpected 32 PASS target.offsetHeight - old_height is deltaYExpected
30 PASS successfullyParsed is true
31 33
32 TEST COMPLETE
33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698