[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / html / marquee-element-expected.txt
1 Various tests for the marquee element.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 "behavior" IDL attribute reflects content attribute:
7 PASS marquee.behavior is "slide"
8 "behavior" IDL attribute can be modified:
9 PASS marquee.behavior is "alternate"
10 "bgColor" IDL attribute reflects content attribute:
11 PASS marquee.bgColor is "red"
12 "bgColor" IDL attribute can be modified:
13 PASS marquee.bgColor is "blue"
14 "direction" IDL attribute reflects content attribute:
15 PASS marquee.direction is "right"
16 "direction" IDL attribute can be modified:
17 PASS marquee.direction is "left"
18 "height" IDL attribute reflects content attribute:
19 PASS marquee.height is "100px"
20 "height" IDL attribute can be modified:
21 PASS marquee.height is "200px"
22 "hspace" IDL attribute reflects content attribute:
23 PASS marquee.hspace is 10
24 "hspace" IDL attribute can be modified:
25 PASS marquee.hspace is 20
26 "hspace" IDL attribute is 0 when content attribute is negative:
27 PASS marquee.hspace is 0
28 "hspace" IDL attribute is 0 when content attribute is too large:
29 PASS marquee.hspace is 0
30 "loop" IDL attribute reflects content attribute:
31 PASS marquee.loop is 3
32 "loop" IDL attribute can be modified:
33 PASS marquee.loop is 4
34 "scrollAmount" IDL attribute reflects content attribute:
35 PASS marquee.scrollAmount is 5
36 "scrollAmount" IDL attribute can be modified:
37 PASS marquee.scrollAmount is 6
38 "scrollDelay" IDL attribute reflects content attribute:
39 PASS marquee.scrollDelay is 50
40 "scrollDelay" IDL attribute can be modified:
41 PASS marquee.scrollDelay is 60
42 "trueSpeed" IDL attribute reflects content attribute:
43 PASS marquee.trueSpeed is true
44 "trueSpeed" IDL attribute can be modified:
45 PASS marquee.trueSpeed is false
46 "vspace" IDL attribute reflects content attribute:
47 PASS marquee.vspace is 10
48 "vspace" IDL attribute can be modified:
49 PASS marquee.vspace is 20
50 "vspace" IDL attribute is 0 when content attribute is negative:
51 PASS marquee.vspace is 0
52 "vspace" IDL attribute is 0 when content attribute is too large:
53 PASS marquee.vspace is 0
54 Default "scrollAmount" value is 6:
55 PASS marquee.scrollAmount is 6
56 "scrollAmount" uses default value when content attribute is not a number:
57 PASS marquee.scrollAmount is 6
58 "scrollAmount" uses default value when content attribute is too large:
59 PASS marquee.scrollAmount is 6
60 "scrollAmount" uses default value when content attribute is negative:
61 PASS marquee.scrollAmount is 6
62 "scrollAmount" can be set to 0:
63 PASS marquee.scrollAmount is 0
64 "scrollAmount" can be set to 2^31-1:
65 PASS marquee.scrollAmount is 2147483647
66 "scrollAmount" can contain whitespace:
67 PASS marquee.scrollAmount is 5
68 "scrollAmount" can contain trailing non-numeric values:
69 PASS marquee.scrollAmount is 5
70 Setting "scrollAmount" to a negative value raises an exception:
71 PASS document.getElementById("marquee").scrollAmount = -1; threw exception Error: INDEX_SIZE_ERR: DOM Exception 1.
72 Setting "scrollAmount" to a value that is too large raises an exception:
73 PASS document.getElementById("marquee").scrollAmount = 2147483648; threw exception Error: INDEX_SIZE_ERR: DOM Exception 1.
74 Default "scrollDelay" value is 85:
75 PASS marquee.scrollDelay is 85
76 "scrollDelay" uses default value when content attribute is not a number:
77 PASS marquee.scrollDelay is 85
78 "scrollDelay" uses default value when content attribute is too large:
79 PASS marquee.scrollDelay is 85
80 "scrollDelay" uses default value when content attribute is negative:
81 PASS marquee.scrollDelay is 85
82 "scrollDelay" can be set to 0:
83 PASS marquee.scrollDelay is 0
84 "scrollDelay" can be set to 2^31-1:
85 PASS marquee.scrollDelay is 2147483647
86 "scrollDelay" can contain whitespace:
87 PASS marquee.scrollDelay is 5
88 "scrollDelay" can contain trailing non-numeric values:
89 PASS marquee.scrollDelay is 5
90 Setting "scrollDelay" to a negative value raises an exception:
91 PASS document.getElementById("marquee").scrollDelay = -1; threw exception Error: INDEX_SIZE_ERR: DOM Exception 1.
92 Setting "scrollDelay" to a value that is too large raises an exception:
93 PASS document.getElementById("marquee").scrollDelay = 2147483648; threw exception Error: INDEX_SIZE_ERR: DOM Exception 1.
94 Default "loop" value is -1:
95 PASS marquee.loop is -1
96 "loop" uses default value when content attribute is not a number:
97 PASS marquee.loop is -1
98 "loop" uses default value when content attribute is too large:
99 PASS marquee.loop is -1
100 "loop" uses default value when content attribute is negative:
101 PASS marquee.loop is -1
102 "loop" uses default value when set to 0:
103 PASS marquee.loop is -1
104 "loop" can be set to 1:
105 PASS marquee.loop is 1
106 "loop" can be set to 2^31-1:
107 PASS marquee.loop is 2147483647
108 "loop" can contain whitespace:
109 PASS marquee.loop is 5
110 "loop" can contain trailing non-numeric values:
111 PASS marquee.loop is 5
112 Setting "loop" to 0 raises an exception:
113 PASS document.getElementById("marquee").loop = 0; threw exception Error: INDEX_SIZE_ERR: DOM Exception 1.
114 Setting "loop" to a negative value raises an exception:
115 PASS document.getElementById("marquee").scrollDelay = -5; threw exception Error: INDEX_SIZE_ERR: DOM Exception 1.
116 "loop" can be set to -1 by script:
117 PASS marquee.loop is -1
118 PASS successfullyParsed is true
119
120 TEST COMPLETE
121