Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / touchadjustment / editable-content-expected.txt
blob2fc6ed863b7ad3beedddfb7159bc2db7b8b8d8b2
2 Hello
4 World
5 Tests touch adjustment on a text-area.
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
10 test textarea
11 test direct touches
12 PASS Math.floor((adjustedPoint.y - origin) / rowHeight) is 0
13 PASS Math.floor((adjustedPoint.y - origin) / rowHeight) is 0
14 PASS Math.floor((adjustedPoint.y - origin) / rowHeight) is 0
15 PASS Math.floor((adjustedPoint.y - origin) / rowHeight) is 1
16 PASS Math.floor((adjustedPoint.y - origin) / rowHeight) is 1
17 PASS Math.floor((adjustedPoint.y - origin) / rowHeight) is 1
18 PASS Math.floor((adjustedPoint.y - origin) / rowHeight) is 2
19 PASS Math.floor((adjustedPoint.y - origin) / rowHeight) is 2
20 PASS Math.floor((adjustedPoint.y - origin) / rowHeight) is 2
21 test indirect touches
22 PASS adjusted node was TEXTAREA#text-area.
23 PASS adjusted node was TEXTAREA#text-area.
24 PASS adjusted node was TEXTAREA#text-area.
25 PASS adjusted node was TEXTAREA#text-area.
26 test richly editable div
27 test direct touches
28 PASS Math.floor((adjustedPoint.y - origin) / rowHeight) is 0
29 PASS Math.floor((adjustedPoint.y - origin) / rowHeight) is 0
30 PASS Math.floor((adjustedPoint.y - origin) / rowHeight) is 0
31 PASS Math.floor((adjustedPoint.y - origin) / rowHeight) is 1
32 PASS Math.floor((adjustedPoint.y - origin) / rowHeight) is 1
33 PASS Math.floor((adjustedPoint.y - origin) / rowHeight) is 1
34 PASS Math.floor((adjustedPoint.y - origin) / rowHeight) is 2
35 PASS Math.floor((adjustedPoint.y - origin) / rowHeight) is 2
36 PASS Math.floor((adjustedPoint.y - origin) / rowHeight) is 2
37 test indirect touches
38 PASS adjusted node was DIV#rich-text.
39 PASS adjusted node was DIV#rich-text.
40 PASS adjusted node was DIV#rich-text.
41 PASS adjusted node was DIV#rich-text.
42 PASS successfullyParsed is true
44 TEST COMPLETE