[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.22
[framework/web/webkit-efl.git] / LayoutTests / inspector / styles / undo-add-property-expected.txt
1 Tests that adding a property is undone properly.
2
3 === Last property ===
4 (Initial value)
5 [expanded] 
6 element.style  { ()
7
8 ======== Matched CSS Rules ========
9 [expanded] 
10 .container  { (undo-add-property.html:7)
11 font-weight: bold;
12
13 [expanded] 
14 div  { (user agent stylesheet)
15 display: block;
16
17
18 (After adding property)
19 [expanded] 
20 element.style  { ()
21
22 ======== Matched CSS Rules ========
23 [expanded] 
24 .container  { (undo-add-property.html:7)
25 font-weight: bold;
26 margin-left: 2px;
27
28 [expanded] 
29 div  { (user agent stylesheet)
30 display: block;
31
32
33 (After undo)
34 [expanded] 
35 element.style  { ()
36
37 ======== Matched CSS Rules ========
38 [expanded] 
39 .container  { (undo-add-property.html:7)
40 font-weight: bold;
41
42 [expanded] 
43 div  { (user agent stylesheet)
44 display: block;
45
46
47 (After redo)
48 [expanded] 
49 element.style  { ()
50
51 ======== Matched CSS Rules ========
52 [expanded] 
53 .container  { (undo-add-property.html:7)
54 font-weight: bold;
55 margin-left: 2px;
56
57 [expanded] 
58 div  { (user agent stylesheet)
59 display: block;
60
61
62 === First property ===
63 (Initial value)
64 [expanded] 
65 element.style  { ()
66
67 ======== Matched CSS Rules ========
68 [expanded] 
69 .container  { (undo-add-property.html:7)
70 font-weight: bold;
71 margin-left: 2px;
72
73 [expanded] 
74 div  { (user agent stylesheet)
75 display: block;
76
77
78 (After adding property)
79 [expanded] 
80 element.style  { ()
81
82 ======== Matched CSS Rules ========
83 [expanded] 
84 .container  { (undo-add-property.html:7)
85 margin-top: 0px;
86 font-weight: bold;
87 margin-left: 2px;
88
89 [expanded] 
90 div  { (user agent stylesheet)
91 display: block;
92
93
94 (After undo)
95 [expanded] 
96 element.style  { ()
97
98 ======== Matched CSS Rules ========
99 [expanded] 
100 .container  { (undo-add-property.html:7)
101 font-weight: bold;
102 margin-left: 2px;
103
104 [expanded] 
105 div  { (user agent stylesheet)
106 display: block;
107
108
109 (After redo)
110 [expanded] 
111 element.style  { ()
112
113 ======== Matched CSS Rules ========
114 [expanded] 
115 .container  { (undo-add-property.html:7)
116 margin-top: 0px;
117 font-weight: bold;
118 margin-left: 2px;
119
120 [expanded] 
121 div  { (user agent stylesheet)
122 display: block;
123
124
125 === Middle property ===
126 (Initial value)
127 [expanded] 
128 element.style  { ()
129
130 ======== Matched CSS Rules ========
131 [expanded] 
132 .container  { (undo-add-property.html:7)
133 margin-top: 0px;
134 font-weight: bold;
135 margin-left: 2px;
136
137 [expanded] 
138 div  { (user agent stylesheet)
139 display: block;
140
141
142 (After adding property)
143 [expanded] 
144 element.style  { ()
145
146 ======== Matched CSS Rules ========
147 [expanded] 
148 .container  { (undo-add-property.html:7)
149 margin-top: 0px;
150 margin-right: 1px;
151 font-weight: bold;
152 margin-left: 2px;
153
154 [expanded] 
155 div  { (user agent stylesheet)
156 display: block;
157
158
159 (After undo)
160 [expanded] 
161 element.style  { ()
162
163 ======== Matched CSS Rules ========
164 [expanded] 
165 .container  { (undo-add-property.html:7)
166 margin-top: 0px;
167 font-weight: bold;
168 margin-left: 2px;
169
170 [expanded] 
171 div  { (user agent stylesheet)
172 display: block;
173
174
175 (After redo)
176 [expanded] 
177 element.style  { ()
178
179 ======== Matched CSS Rules ========
180 [expanded] 
181 .container  { (undo-add-property.html:7)
182 margin-top: 0px;
183 margin-right: 1px;
184 font-weight: bold;
185 margin-left: 2px;
186
187 [expanded] 
188 div  { (user agent stylesheet)
189 display: block;
190
191
192