[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / overflow / scroll-div-hide-show-expected.txt
1 Scrolled position should be restored when the div is hidden and shown again
2
3 Div will be moved here.
4
5 Scrolling to 0, 75
6 Div's display is none now
7 PASS e.scrollTop is 0
8 Div's display is block again
9 PASS e.scrollTop is 75
10
11 Test that after changing the scroll position to different values the scroll position is restored
12 Scrolling to 50, 50
13 Div's display is none now
14 PASS e.scrollTop is 0
15 PASS e.scrollLeft is 0
16 Div's display is block again
17 PASS e.scrollTop is 50
18 PASS e.scrollLeft is 50
19 Scrolling to 30, 10
20 Div's display is none now
21 PASS e.scrollTop is 0
22 PASS e.scrollLeft is 0
23 Div's display is block again
24 PASS e.scrollTop is 10
25 PASS e.scrollLeft is 30
26 Scrolling to 100, 0
27 Div's display is none now
28 PASS e.scrollTop is 0
29 PASS e.scrollLeft is 0
30 Div's display is block again
31 PASS e.scrollTop is 0
32 PASS e.scrollLeft is 100
33
34 Testing that scroll position is restored when height and width of scrolling area is changed
35 Scrolling to 35, 75
36 Div's display is none now
37 PASS e.scrollTop is 0
38 PASS e.scrollLeft is 0
39 Div's display is block again
40 PASS e.scrollTop is 75
41 PASS e.scrollLeft is 35
42 Adding some more text to div
43 Scrolling to 125, 100
44 Div's display is none now
45 PASS e.scrollTop is 0
46 PASS e.scrollLeft is 0
47 Div's display is block again
48 PASS e.scrollTop is 100
49 PASS e.scrollLeft is 125
50
51 Test that scroll position is reset when the node is moved to different location in the document
52 PASS e.scrollTop is 0
53 PASS e.scrollLeft is 0
54
55 Testing that scroll position is restored for RTL texts
56 Scrolling to 50, 150
57 Div's display is none now
58 PASS e.scrollTop is 0
59 PASS e.scrollLeft is 0
60 Div's display is block again
61 PASS e.scrollTop is 150
62 PASS e.scrollLeft is 50
63
64 Test iframe scrolling
65 Scrolling Iframe to (50, 75)
66 Iframe's display is none now
67 Iframe's display is block again
68 PASS frame.contentWindow.pageYOffset is 75
69 PASS frame.contentWindow.pageXOffset is 50
70
71 Testing scroll offset getting reset when moved to other document
72 Scrolling div to (50, 75)
73 PASS e.scrollTop is 0
74 PASS e.scrollLeft is 0
75 PASS successfullyParsed is true
76
77 TEST COMPLETE
78