1 2011-04-06 Ryosuke Niwa <rniwa@webkit.org>
3 Reviewed by Eric Seidel.
5 REGRESSION (r46914, r48764): When typing in Mail, line wrapping frequently occurs in the middle of words
6 https://bugs.webkit.org/show_bug.cgi?id=57872
8 Added a test insert a paragraph separator and text around tab spans. WebKit should not apply the tab span's
9 style to the paragraph separator or the text.
11 * editing/inserting/insert-paragraph-separator-tab-span-expected.txt: Added.
12 * editing/inserting/insert-paragraph-separator-tab-span.html: Added.
14 2011-04-05 Alexander Pavlov <apavlov@chromium.org>
16 Reviewed by Pavel Feldman.
18 Web Inspector: Range insertNode function does not update content in the inspector
19 https://bugs.webkit.org/show_bug.cgi?id=57829
21 * inspector/elements/modify-chardata-expected.txt:
22 * inspector/elements/modify-chardata.html:
24 2011-04-06 Nikolas Zimmermann <nzimmermann@rim.com>
26 Reviewed by Dirk Schulze.
28 getComputedTextLength always returns 0 with tspan elements
29 https://bugs.webkit.org/show_bug.cgi?id=19814
31 Add a testcase showing that getComputedTextLength for <tspan> works fine.
33 * svg/text/tspan-getComputedTextLength-expected.txt: Added.
34 * svg/text/tspan-getComputedTextLength.svg: Added.
36 2011-04-05 Andrey Kosyakov <caseq@chromium.org>
38 Reviewed by Yury Semikhatsky.
40 Web Inspector: [Extensions API] remove inspectedPage.* events
41 https://bugs.webkit.org/show_bug.cgi?id=57763
43 - Removed webInspector.inspectedPage.* events
44 - moved onNavigated to webInspector.resources
46 * http/tests/inspector/extensions-test.js:
47 (initialize_ExtensionsTest.runWhenPageLoads):
48 * http/tests/inspector/inspector-test.js:
49 (initialize_InspectorTest.InspectorTest.runWhenPageLoads.chainedCallback):
50 (initialize_InspectorTest.InspectorTest.runWhenPageLoads):
51 * inspector/extensions/extensions-api-expected.txt:
52 * inspector/extensions/extensions-events-expected.txt:
53 * inspector/extensions/extensions-events.html:
55 2011-04-05 Mikhail Naganov <mnaganov@chromium.org>
57 Reviewed by Pavel Feldman.
59 Web Inspector: [Chromium] Add layout test for Summary view of detailed heap snapshots.
60 https://bugs.webkit.org/show_bug.cgi?id=57856
62 * http/tests/inspector/inspector-test.js:
63 (initialize_InspectorTest.):
64 (initialize_InspectorTest):
65 * inspector/profiler/detailed-heapshots-summary-expected.txt: Added.
66 * inspector/profiler/detailed-heapshots-summary.html: Added.
67 * inspector/profiler/detailed-heapshots-test.js: Added.
68 * platform/chromium/inspector/profiler/detailed-heapshots-summary-expected.txt: Added.
70 2011-04-06 Ojan Vafai <ojan@chromium.org>
72 http://trac.webkit.org/changeset/83024 incorrectly removed the mac-leopard results.
73 Instead, it should have moved the results from chromium-mac to chromium-mac-leopard.
75 * platform/chromium-mac-leopard/fast/box-shadow/spread-multiple-inset-expected.png: Added.
76 * platform/chromium-mac-leopard/fast/html/details-add-summary-1-and-click-expected.png: Added.
77 * platform/chromium-mac-leopard/fast/html/details-add-summary-1-expected.png: Added.
78 * platform/chromium-mac-leopard/fast/html/details-add-summary-10-and-click-expected.png: Added.
79 * platform/chromium-mac-leopard/fast/html/details-add-summary-10-expected.png: Added.
80 * platform/chromium-mac-leopard/fast/html/details-add-summary-2-and-click-expected.png: Added.
81 * platform/chromium-mac-leopard/fast/html/details-add-summary-2-expected.png: Added.
82 * platform/chromium-mac-leopard/fast/html/details-add-summary-3-and-click-expected.png: Added.
83 * platform/chromium-mac-leopard/fast/html/details-add-summary-3-expected.png: Added.
84 * platform/chromium-mac-leopard/fast/html/details-add-summary-4-and-click-expected.png: Added.
85 * platform/chromium-mac-leopard/fast/html/details-add-summary-4-expected.png: Added.
86 * platform/chromium-mac-leopard/fast/html/details-add-summary-5-and-click-expected.png: Added.
87 * platform/chromium-mac-leopard/fast/html/details-add-summary-5-expected.png: Added.
88 * platform/chromium-mac-leopard/fast/html/details-add-summary-6-and-click-expected.png: Added.
89 * platform/chromium-mac-leopard/fast/html/details-add-summary-6-expected.png: Added.
90 * platform/chromium-mac-leopard/fast/html/details-add-summary-7-and-click-expected.png: Added.
91 * platform/chromium-mac-leopard/fast/html/details-add-summary-7-expected.png: Added.
92 * platform/chromium-mac-leopard/fast/html/details-add-summary-8-and-click-expected.png: Added.
93 * platform/chromium-mac-leopard/fast/html/details-add-summary-8-expected.png: Added.
94 * platform/chromium-mac-leopard/fast/html/details-add-summary-9-and-click-expected.png: Added.
95 * platform/chromium-mac-leopard/fast/html/details-add-summary-9-expected.png: Added.
96 * platform/chromium-mac-leopard/fast/html/details-no-summary1-expected.png: Added.
97 * platform/chromium-mac-leopard/fast/html/details-no-summary2-expected.png: Added.
98 * platform/chromium-mac-leopard/fast/html/details-no-summary3-expected.png: Added.
99 * platform/chromium-mac-leopard/fast/html/details-no-summary4-expected.png: Added.
100 * platform/chromium-mac-leopard/fast/html/details-open-javascript-expected.png: Added.
101 * platform/chromium-mac-leopard/fast/html/details-open1-expected.png: Added.
102 * platform/chromium-mac-leopard/fast/html/details-open2-expected.png: Added.
103 * platform/chromium-mac-leopard/fast/html/details-open3-expected.png: Added.
104 * platform/chromium-mac-leopard/fast/html/details-open4-expected.png: Added.
105 * platform/chromium-mac-leopard/fast/html/details-open5-expected.png: Added.
106 * platform/chromium-mac-leopard/fast/html/details-open6-expected.png: Added.
107 * platform/chromium-mac-leopard/fast/html/details-position-expected.png: Added.
108 * platform/chromium-mac-leopard/fast/html/details-remove-summary-1-and-click-expected.png: Added.
109 * platform/chromium-mac-leopard/fast/html/details-remove-summary-1-expected.png: Added.
110 * platform/chromium-mac-leopard/fast/html/details-remove-summary-2-and-click-expected.png: Added.
111 * platform/chromium-mac-leopard/fast/html/details-remove-summary-2-expected.png: Added.
112 * platform/chromium-mac-leopard/fast/html/details-remove-summary-3-and-click-expected.png: Added.
113 * platform/chromium-mac-leopard/fast/html/details-remove-summary-3-expected.png: Added.
114 * platform/chromium-mac-leopard/fast/html/details-remove-summary-4-and-click-expected.png: Added.
115 * platform/chromium-mac-leopard/fast/html/details-remove-summary-4-expected.png: Added.
116 * platform/chromium-mac-leopard/fast/html/details-remove-summary-5-and-click-expected.png: Added.
117 * platform/chromium-mac-leopard/fast/html/details-remove-summary-5-expected.png: Added.
118 * platform/chromium-mac-leopard/fast/html/details-remove-summary-6-and-click-expected.png: Added.
119 * platform/chromium-mac-leopard/fast/html/details-remove-summary-6-expected.png: Added.
120 * platform/chromium-mac-leopard/fast/html/details-writing-mode-expected.png: Added.
121 * platform/chromium-mac-leopard/fast/inline-block/inline-block-vertical-align-expected.png: Added.
122 * platform/chromium-mac-leopard/fast/multicol/layers-in-multicol-expected.png: Added.
123 * platform/chromium-mac-leopard/fast/ruby/ruby-beforeafter-expected.png: Added.
124 * platform/chromium-mac-leopard/fast/ruby/ruby-length-expected.png: Added.
125 * platform/chromium-mac-leopard/fast/ruby/ruby-run-break-expected.png: Added.
126 * platform/chromium-mac-leopard/fast/ruby/ruby-runs-expected.png: Added.
127 * platform/chromium-mac-leopard/fast/ruby/ruby-runs-spans-expected.png: Added.
128 * platform/chromium-mac-leopard/fast/ruby/ruby-trailing-expected.png: Added.
129 * platform/chromium-mac-leopard/fast/ruby/rubyDOM-insert-rt-expected.png: Added.
130 * platform/chromium-mac-leopard/fast/ruby/rubyDOM-insert-text1-expected.png: Added.
131 * platform/chromium-mac-leopard/fast/ruby/rubyDOM-insert-text2-expected.png: Added.
132 * platform/chromium-mac-leopard/fast/ruby/rubyDOM-insert-text3-expected.png: Added.
133 * platform/chromium-mac-leopard/fast/ruby/rubyDOM-remove-rt1-expected.png: Added.
134 * platform/chromium-mac-leopard/fast/ruby/rubyDOM-remove-rt2-expected.png: Added.
135 * platform/chromium-mac-leopard/fast/ruby/rubyDOM-remove-text1-expected.png: Added.
137 2011-04-06 Nikolas Zimmermann <nzimmermann@rim.com>
141 Add missing pixel test result.
143 * platform/mac/svg/custom/use-in-symbol-with-offset-expected.checksum: Added.
144 * platform/mac/svg/custom/use-in-symbol-with-offset-expected.png: Added.
146 2011-04-06 James Kozianski <koz@chromium.org>
148 [chromium] Add expectations for failing GPU tests.
149 https://bugs.webkit.org/show_bug.cgi?id=57926
151 * platform/chromium/test_expectations.txt:
153 2011-04-06 Naoki Takano <takano.naoki@gmail.com>
155 Reviewed by Ryosuke Niwa.
157 REGRESSION(r81328): Null pointer crash in canAppendNewLineFeed when selection isn't inside an editable element
158 https://bugs.webkit.org/show_bug.cgi?id=57755
160 * editing/execCommand/insert-line-break-onload-expected.txt: Added.
161 * editing/execCommand/insert-line-break-onload.html: Added to check calling InsertLineBreak without any crash.
163 2011-04-05 James Kozianski <koz@chromium.org>
165 [chromium] Rebaseline images after r82969
167 Rebaseline for missed linux test in r83019.
169 * platform/chromium-linux/fast/css/text-input-with-webkit-border-radius-expected.checksum: Removed.
170 * platform/chromium-linux/fast/css/text-input-with-webkit-border-radius-expected.png:
172 2011-04-05 Shane Stephens <shanestephens@google.com>
174 Reviewed by Ojan Vafai.
176 [Chromium] Greening the Mac 10.5 and 10.6 trees.
177 https://bugs.webkit.org/show_bug.cgi?id=57924
179 Rebaselines a bunch of tests with differences due to text anti-aliasing.
180 (Prepared using rebaseline script)
182 * platform/chromium-mac/fast/box-shadow/spread-multiple-inset-expected.checksum: Removed.
183 * platform/chromium-mac/fast/box-shadow/spread-multiple-inset-expected.png: Removed.
184 * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: Added.
185 * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.png: Removed.
186 * platform/chromium-mac/fast/html/details-add-summary-1-expected.png: Removed.
187 * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.png: Removed.
188 * platform/chromium-mac/fast/html/details-add-summary-10-expected.png: Removed.
189 * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.png: Removed.
190 * platform/chromium-mac/fast/html/details-add-summary-2-expected.png: Removed.
191 * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.png: Removed.
192 * platform/chromium-mac/fast/html/details-add-summary-3-expected.png: Removed.
193 * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.png: Removed.
194 * platform/chromium-mac/fast/html/details-add-summary-4-expected.png: Removed.
195 * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.png: Removed.
196 * platform/chromium-mac/fast/html/details-add-summary-5-expected.png: Removed.
197 * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.png: Removed.
198 * platform/chromium-mac/fast/html/details-add-summary-6-expected.png: Removed.
199 * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.png: Removed.
200 * platform/chromium-mac/fast/html/details-add-summary-7-expected.png: Removed.
201 * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.png: Removed.
202 * platform/chromium-mac/fast/html/details-add-summary-8-expected.png: Removed.
203 * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.png: Removed.
204 * platform/chromium-mac/fast/html/details-add-summary-9-expected.png: Removed.
205 * platform/chromium-mac/fast/html/details-no-summary1-expected.png: Removed.
206 * platform/chromium-mac/fast/html/details-no-summary2-expected.png: Removed.
207 * platform/chromium-mac/fast/html/details-no-summary3-expected.png: Removed.
208 * platform/chromium-mac/fast/html/details-no-summary4-expected.png: Removed.
209 * platform/chromium-mac/fast/html/details-open-javascript-expected.png: Removed.
210 * platform/chromium-mac/fast/html/details-open1-expected.png: Removed.
211 * platform/chromium-mac/fast/html/details-open2-expected.png: Removed.
212 * platform/chromium-mac/fast/html/details-open3-expected.png: Removed.
213 * platform/chromium-mac/fast/html/details-open4-expected.png: Removed.
214 * platform/chromium-mac/fast/html/details-open5-expected.png: Removed.
215 * platform/chromium-mac/fast/html/details-open6-expected.png: Removed.
216 * platform/chromium-mac/fast/html/details-position-expected.png: Removed.
217 * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.png: Removed.
218 * platform/chromium-mac/fast/html/details-remove-summary-1-expected.png: Removed.
219 * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.png: Removed.
220 * platform/chromium-mac/fast/html/details-remove-summary-2-expected.png: Removed.
221 * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.png: Removed.
222 * platform/chromium-mac/fast/html/details-remove-summary-3-expected.png: Removed.
223 * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.png: Removed.
224 * platform/chromium-mac/fast/html/details-remove-summary-4-expected.png: Removed.
225 * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.png: Removed.
226 * platform/chromium-mac/fast/html/details-remove-summary-5-expected.png: Removed.
227 * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.png: Removed.
228 * platform/chromium-mac/fast/html/details-remove-summary-6-expected.png: Removed.
229 * platform/chromium-mac/fast/html/details-writing-mode-expected.png: Removed.
230 * platform/chromium-mac/fast/inline-block/inline-block-vertical-align-expected.checksum: Removed.
231 * platform/chromium-mac/fast/inline-block/inline-block-vertical-align-expected.png: Removed.
232 * platform/chromium-mac/fast/multicol/layers-in-multicol-expected.checksum: Removed.
233 * platform/chromium-mac/fast/multicol/layers-in-multicol-expected.png: Removed.
234 * platform/chromium-mac/fast/multicol/nested-columns-expected.checksum: Removed.
235 * platform/chromium-mac/fast/multicol/nested-columns-expected.png:
236 * platform/chromium-mac/fast/repaint/list-marker-expected.checksum: Removed.
237 * platform/chromium-mac/fast/repaint/list-marker-expected.png:
238 * platform/chromium-mac/fast/ruby/ruby-beforeafter-expected.png: Removed.
239 * platform/chromium-mac/fast/ruby/ruby-length-expected.png: Removed.
240 * platform/chromium-mac/fast/ruby/ruby-run-break-expected.png: Removed.
241 * platform/chromium-mac/fast/ruby/ruby-runs-expected.png: Removed.
242 * platform/chromium-mac/fast/ruby/ruby-runs-spans-expected.png: Removed.
243 * platform/chromium-mac/fast/ruby/ruby-trailing-expected.png: Removed.
244 * platform/chromium-mac/fast/ruby/rubyDOM-insert-rt-expected.png: Removed.
245 * platform/chromium-mac/fast/ruby/rubyDOM-insert-text1-expected.png: Removed.
246 * platform/chromium-mac/fast/ruby/rubyDOM-insert-text2-expected.png: Removed.
247 * platform/chromium-mac/fast/ruby/rubyDOM-insert-text3-expected.png: Removed.
248 * platform/chromium-mac/fast/ruby/rubyDOM-remove-rt1-expected.png: Removed.
249 * platform/chromium-mac/fast/ruby/rubyDOM-remove-rt2-expected.png: Removed.
250 * platform/chromium-mac/fast/ruby/rubyDOM-remove-text1-expected.png: Removed.
251 * platform/chromium/test_expectations.txt:
252 * platform/mac/fast/css/background-clip-values-expected.checksum: Added.
253 * platform/mac/fast/css/background-clip-values-expected.png: Added.
254 * platform/mac/fast/css/bidi-override-in-anonymous-block-expected.checksum: Added.
255 * platform/mac/fast/css/bidi-override-in-anonymous-block-expected.png: Added.
256 * platform/mac/fast/gradients/gradient-after-transparent-border-expected.checksum: Added.
257 * platform/mac/fast/gradients/gradient-after-transparent-border-expected.png: Added.
258 * platform/mac/fast/images/gray-scale-jpeg-with-color-profile-expected.checksum: Added.
259 * platform/mac/fast/images/gray-scale-jpeg-with-color-profile-expected.png: Added.
260 * platform/mac/media/controls-without-preload-expected.checksum: Added.
261 * platform/mac/media/controls-without-preload-expected.png: Added.
263 2011-04-05 James Kozianski <koz@chromium.org>
265 Rebaseline images after r82969
266 https://bugs.webkit.org/show_bug.cgi?id=57917
268 Rebaseline for r82969, which causes slight changes in rounded corner rendering.
270 * platform/chromium-linux/fast/blockflow/border-radius-clipping-vertical-lr-expected.checksum: Removed.
271 * platform/chromium-linux/fast/blockflow/border-radius-clipping-vertical-lr-expected.png:
272 * platform/chromium-linux/fast/blockflow/box-shadow-horizontal-bt-expected.checksum: Removed.
273 * platform/chromium-linux/fast/blockflow/box-shadow-horizontal-bt-expected.png:
274 * platform/chromium-linux/fast/blockflow/box-shadow-vertical-lr-expected.checksum: Removed.
275 * platform/chromium-linux/fast/blockflow/box-shadow-vertical-lr-expected.png:
276 * platform/chromium-linux/fast/blockflow/box-shadow-vertical-rl-expected.checksum: Removed.
277 * platform/chromium-linux/fast/blockflow/box-shadow-vertical-rl-expected.png:
278 * platform/chromium-linux/fast/borders/border-radius-huge-assert-expected.checksum: Removed.
279 * platform/chromium-linux/fast/borders/border-radius-huge-assert-expected.png:
280 * platform/chromium-linux/fast/borders/borderRadiusAllStylesAllCorners-expected.checksum: Removed.
281 * platform/chromium-linux/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
282 * platform/chromium-linux/fast/borders/borderRadiusArcs01-expected.checksum: Removed.
283 * platform/chromium-linux/fast/borders/borderRadiusArcs01-expected.png:
284 * platform/chromium-linux/fast/borders/borderRadiusDashed01-expected.checksum: Removed.
285 * platform/chromium-linux/fast/borders/borderRadiusDashed01-expected.png:
286 * platform/chromium-linux/fast/borders/borderRadiusDashed02-expected.checksum: Removed.
287 * platform/chromium-linux/fast/borders/borderRadiusDashed02-expected.png:
288 * platform/chromium-linux/fast/borders/borderRadiusDashed03-expected.checksum: Removed.
289 * platform/chromium-linux/fast/borders/borderRadiusDashed03-expected.png:
290 * platform/chromium-linux/fast/borders/borderRadiusDotted01-expected.checksum: Removed.
291 * platform/chromium-linux/fast/borders/borderRadiusDotted01-expected.png:
292 * platform/chromium-linux/fast/borders/borderRadiusDotted02-expected.checksum: Removed.
293 * platform/chromium-linux/fast/borders/borderRadiusDotted02-expected.png:
294 * platform/chromium-linux/fast/borders/borderRadiusDotted03-expected.checksum: Removed.
295 * platform/chromium-linux/fast/borders/borderRadiusDotted03-expected.png:
296 * platform/chromium-linux/fast/borders/borderRadiusDouble01-expected.checksum: Removed.
297 * platform/chromium-linux/fast/borders/borderRadiusDouble01-expected.png:
298 * platform/chromium-linux/fast/borders/borderRadiusDouble02-expected.checksum: Removed.
299 * platform/chromium-linux/fast/borders/borderRadiusDouble02-expected.png:
300 * platform/chromium-linux/fast/borders/borderRadiusDouble03-expected.checksum: Removed.
301 * platform/chromium-linux/fast/borders/borderRadiusDouble03-expected.png:
302 * platform/chromium-linux/fast/borders/borderRadiusGroove01-expected.checksum: Removed.
303 * platform/chromium-linux/fast/borders/borderRadiusGroove01-expected.png:
304 * platform/chromium-linux/fast/borders/borderRadiusGroove02-expected.checksum: Removed.
305 * platform/chromium-linux/fast/borders/borderRadiusGroove02-expected.png:
306 * platform/chromium-linux/fast/borders/borderRadiusInset01-expected.checksum: Removed.
307 * platform/chromium-linux/fast/borders/borderRadiusInset01-expected.png:
308 * platform/chromium-linux/fast/borders/borderRadiusInvalidColor-expected.checksum: Removed.
309 * platform/chromium-linux/fast/borders/borderRadiusInvalidColor-expected.png:
310 * platform/chromium-linux/fast/borders/borderRadiusOutset01-expected.checksum: Removed.
311 * platform/chromium-linux/fast/borders/borderRadiusOutset01-expected.png:
312 * platform/chromium-linux/fast/borders/borderRadiusRidge01-expected.checksum: Removed.
313 * platform/chromium-linux/fast/borders/borderRadiusRidge01-expected.png:
314 * platform/chromium-linux/fast/borders/borderRadiusSolid01-expected.checksum: Removed.
315 * platform/chromium-linux/fast/borders/borderRadiusSolid01-expected.png:
316 * platform/chromium-linux/fast/borders/borderRadiusSolid02-expected.checksum: Removed.
317 * platform/chromium-linux/fast/borders/borderRadiusSolid02-expected.png:
318 * platform/chromium-linux/fast/borders/borderRadiusSolid03-expected.checksum: Removed.
319 * platform/chromium-linux/fast/borders/borderRadiusSolid03-expected.png:
320 * platform/chromium-linux/fast/box-shadow/border-radius-big-expected.checksum: Removed.
321 * platform/chromium-linux/fast/box-shadow/border-radius-big-expected.png:
322 * platform/chromium-linux/fast/box-shadow/inset-expected.checksum: Removed.
323 * platform/chromium-linux/fast/box-shadow/inset-expected.png:
324 * platform/chromium-linux/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.checksum: Removed.
325 * platform/chromium-linux/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png:
326 * platform/chromium-linux/fast/box-shadow/spread-expected.checksum: Removed.
327 * platform/chromium-linux/fast/box-shadow/spread-expected.png:
328 * platform/chromium-linux/fast/box-shadow/spread-multiple-inset-expected.checksum: Removed.
329 * platform/chromium-linux/fast/box-shadow/spread-multiple-inset-expected.png:
330 * platform/chromium-linux/fast/box-shadow/spread-multiple-normal-expected.checksum: Removed.
331 * platform/chromium-linux/fast/box-shadow/spread-multiple-normal-expected.png:
332 * platform/chromium-linux/fast/forms/basic-selects-expected.checksum: Removed.
333 * platform/chromium-linux/fast/forms/basic-selects-expected.png:
334 * platform/chromium-linux/fast/layers/video-layer-expected.checksum: Removed.
335 * platform/chromium-linux/fast/layers/video-layer-expected.png:
336 * platform/chromium-linux/fast/overflow/border-radius-clipping-expected.checksum: Removed.
337 * platform/chromium-linux/fast/overflow/border-radius-clipping-expected.png:
338 * platform/chromium-linux/fast/repaint/border-radius-repaint-expected.checksum: Removed.
339 * platform/chromium-linux/fast/repaint/border-radius-repaint-expected.png:
340 * platform/chromium-linux/fast/replaced/border-radius-clip-expected.checksum: Removed.
341 * platform/chromium-linux/fast/replaced/border-radius-clip-expected.png:
342 * platform/chromium-linux/fast/transforms/shadows-expected.checksum: Removed.
343 * platform/chromium-linux/fast/transforms/shadows-expected.png:
344 * platform/chromium-linux/media/audio-controls-rendering-expected.checksum: Removed.
345 * platform/chromium-linux/media/audio-controls-rendering-expected.png:
346 * platform/chromium-linux/media/controls-after-reload-expected.checksum: Removed.
347 * platform/chromium-linux/media/controls-after-reload-expected.png:
348 * platform/chromium-linux/media/controls-strict-expected.checksum: Removed.
349 * platform/chromium-linux/media/controls-strict-expected.png:
350 * platform/chromium-linux/media/controls-styling-expected.checksum: Removed.
351 * platform/chromium-linux/media/controls-styling-expected.png:
352 * platform/chromium-linux/media/controls-without-preload-expected.checksum: Removed.
353 * platform/chromium-linux/media/controls-without-preload-expected.png:
354 * platform/chromium-linux/media/media-document-audio-repaint-expected.checksum: Removed.
355 * platform/chromium-linux/media/media-document-audio-repaint-expected.png:
356 * platform/chromium-linux/media/video-controls-rendering-expected.checksum: Removed.
357 * platform/chromium-linux/media/video-controls-rendering-expected.png:
358 * platform/chromium-linux/media/video-display-toggle-expected.checksum: Removed.
359 * platform/chromium-linux/media/video-display-toggle-expected.png:
360 * platform/chromium-linux/media/video-empty-source-expected.checksum: Removed.
361 * platform/chromium-linux/media/video-empty-source-expected.png:
362 * platform/chromium-linux/media/video-no-audio-expected.checksum: Removed.
363 * platform/chromium-linux/media/video-no-audio-expected.png:
364 * platform/chromium-linux/media/video-volume-slider-expected.checksum: Removed.
365 * platform/chromium-linux/media/video-volume-slider-expected.png:
366 * platform/chromium-linux/media/video-zoom-controls-expected.checksum: Removed.
367 * platform/chromium-linux/media/video-zoom-controls-expected.png:
368 * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.checksum: Removed.
369 * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.png:
370 * platform/chromium-win-xp/media/controls-after-reload-expected.checksum: Removed.
371 * platform/chromium-win-xp/media/controls-after-reload-expected.png: Removed.
372 * platform/chromium-win-xp/media/controls-strict-expected.checksum: Removed.
373 * platform/chromium-win-xp/media/controls-strict-expected.png: Removed.
374 * platform/chromium-win-xp/media/controls-styling-expected.checksum: Removed.
375 * platform/chromium-win-xp/media/controls-styling-expected.png: Removed.
376 * platform/chromium-win-xp/media/controls-without-preload-expected.checksum: Removed.
377 * platform/chromium-win-xp/media/controls-without-preload-expected.png: Removed.
378 * platform/chromium-win-xp/media/video-controls-rendering-expected.checksum: Removed.
379 * platform/chromium-win-xp/media/video-controls-rendering-expected.png: Removed.
380 * platform/chromium-win-xp/media/video-zoom-controls-expected.checksum: Removed.
381 * platform/chromium-win-xp/media/video-zoom-controls-expected.png: Removed.
382 * platform/chromium-win/fast/blockflow/border-radius-clipping-vertical-lr-expected.checksum: Removed.
383 * platform/chromium-win/fast/blockflow/border-radius-clipping-vertical-lr-expected.png:
384 * platform/chromium-win/fast/blockflow/box-shadow-horizontal-bt-expected.checksum: Removed.
385 * platform/chromium-win/fast/blockflow/box-shadow-horizontal-bt-expected.png:
386 * platform/chromium-win/fast/blockflow/box-shadow-vertical-lr-expected.checksum: Removed.
387 * platform/chromium-win/fast/blockflow/box-shadow-vertical-lr-expected.png:
388 * platform/chromium-win/fast/blockflow/box-shadow-vertical-rl-expected.checksum: Removed.
389 * platform/chromium-win/fast/blockflow/box-shadow-vertical-rl-expected.png:
390 * platform/chromium-win/fast/borders/border-radius-huge-assert-expected.checksum: Removed.
391 * platform/chromium-win/fast/borders/border-radius-huge-assert-expected.png:
392 * platform/chromium-win/fast/borders/borderRadiusAllStylesAllCorners-expected.checksum: Removed.
393 * platform/chromium-win/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
394 * platform/chromium-win/fast/borders/borderRadiusArcs01-expected.checksum: Removed.
395 * platform/chromium-win/fast/borders/borderRadiusArcs01-expected.png:
396 * platform/chromium-win/fast/borders/borderRadiusDashed01-expected.checksum: Removed.
397 * platform/chromium-win/fast/borders/borderRadiusDashed01-expected.png:
398 * platform/chromium-win/fast/borders/borderRadiusDashed02-expected.checksum: Removed.
399 * platform/chromium-win/fast/borders/borderRadiusDashed02-expected.png:
400 * platform/chromium-win/fast/borders/borderRadiusDashed03-expected.checksum: Removed.
401 * platform/chromium-win/fast/borders/borderRadiusDashed03-expected.png:
402 * platform/chromium-win/fast/borders/borderRadiusDotted01-expected.checksum: Removed.
403 * platform/chromium-win/fast/borders/borderRadiusDotted01-expected.png:
404 * platform/chromium-win/fast/borders/borderRadiusDotted02-expected.checksum: Removed.
405 * platform/chromium-win/fast/borders/borderRadiusDotted02-expected.png:
406 * platform/chromium-win/fast/borders/borderRadiusDotted03-expected.checksum: Removed.
407 * platform/chromium-win/fast/borders/borderRadiusDotted03-expected.png:
408 * platform/chromium-win/fast/borders/borderRadiusDouble01-expected.checksum: Removed.
409 * platform/chromium-win/fast/borders/borderRadiusDouble01-expected.png:
410 * platform/chromium-win/fast/borders/borderRadiusDouble02-expected.checksum: Removed.
411 * platform/chromium-win/fast/borders/borderRadiusDouble02-expected.png:
412 * platform/chromium-win/fast/borders/borderRadiusDouble03-expected.checksum: Removed.
413 * platform/chromium-win/fast/borders/borderRadiusDouble03-expected.png:
414 * platform/chromium-win/fast/borders/borderRadiusGroove01-expected.checksum: Removed.
415 * platform/chromium-win/fast/borders/borderRadiusGroove01-expected.png:
416 * platform/chromium-win/fast/borders/borderRadiusGroove02-expected.checksum: Removed.
417 * platform/chromium-win/fast/borders/borderRadiusGroove02-expected.png:
418 * platform/chromium-win/fast/borders/borderRadiusInset01-expected.checksum: Removed.
419 * platform/chromium-win/fast/borders/borderRadiusInset01-expected.png:
420 * platform/chromium-win/fast/borders/borderRadiusInvalidColor-expected.checksum: Removed.
421 * platform/chromium-win/fast/borders/borderRadiusInvalidColor-expected.png:
422 * platform/chromium-win/fast/borders/borderRadiusOutset01-expected.checksum: Removed.
423 * platform/chromium-win/fast/borders/borderRadiusOutset01-expected.png:
424 * platform/chromium-win/fast/borders/borderRadiusRidge01-expected.checksum: Removed.
425 * platform/chromium-win/fast/borders/borderRadiusRidge01-expected.png:
426 * platform/chromium-win/fast/borders/borderRadiusSolid01-expected.checksum: Removed.
427 * platform/chromium-win/fast/borders/borderRadiusSolid01-expected.png:
428 * platform/chromium-win/fast/borders/borderRadiusSolid02-expected.checksum: Removed.
429 * platform/chromium-win/fast/borders/borderRadiusSolid02-expected.png:
430 * platform/chromium-win/fast/borders/borderRadiusSolid03-expected.checksum: Removed.
431 * platform/chromium-win/fast/borders/borderRadiusSolid03-expected.png:
432 * platform/chromium-win/fast/box-shadow/border-radius-big-expected.checksum: Removed.
433 * platform/chromium-win/fast/box-shadow/border-radius-big-expected.png:
434 * platform/chromium-win/fast/box-shadow/inset-expected.checksum: Removed.
435 * platform/chromium-win/fast/box-shadow/inset-expected.png:
436 * platform/chromium-win/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.checksum: Removed.
437 * platform/chromium-win/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png:
438 * platform/chromium-win/fast/box-shadow/spread-expected.checksum: Removed.
439 * platform/chromium-win/fast/box-shadow/spread-expected.png:
440 * platform/chromium-win/fast/box-shadow/spread-multiple-inset-expected.checksum: Removed.
441 * platform/chromium-win/fast/box-shadow/spread-multiple-inset-expected.png:
442 * platform/chromium-win/fast/box-shadow/spread-multiple-normal-expected.checksum: Removed.
443 * platform/chromium-win/fast/box-shadow/spread-multiple-normal-expected.png:
444 * platform/chromium-win/fast/forms/basic-selects-expected.checksum: Removed.
445 * platform/chromium-win/fast/forms/basic-selects-expected.png:
446 * platform/chromium-win/fast/layers/video-layer-expected.checksum: Removed.
447 * platform/chromium-win/fast/layers/video-layer-expected.png:
448 * platform/chromium-win/fast/overflow/border-radius-clipping-expected.checksum: Removed.
449 * platform/chromium-win/fast/overflow/border-radius-clipping-expected.png:
450 * platform/chromium-win/fast/repaint/border-radius-repaint-expected.checksum: Removed.
451 * platform/chromium-win/fast/repaint/border-radius-repaint-expected.png:
452 * platform/chromium-win/fast/replaced/border-radius-clip-expected.checksum: Removed.
453 * platform/chromium-win/fast/replaced/border-radius-clip-expected.png:
454 * platform/chromium-win/fast/transforms/shadows-expected.checksum: Removed.
455 * platform/chromium-win/fast/transforms/shadows-expected.png:
456 * platform/chromium-win/media/audio-controls-rendering-expected.checksum: Removed.
457 * platform/chromium-win/media/audio-controls-rendering-expected.png:
458 * platform/chromium-win/media/controls-after-reload-expected.checksum: Removed.
459 * platform/chromium-win/media/controls-after-reload-expected.png:
460 * platform/chromium-win/media/controls-strict-expected.checksum: Removed.
461 * platform/chromium-win/media/controls-strict-expected.png:
462 * platform/chromium-win/media/controls-styling-expected.checksum: Removed.
463 * platform/chromium-win/media/controls-styling-expected.png:
464 * platform/chromium-win/media/controls-without-preload-expected.checksum: Removed.
465 * platform/chromium-win/media/controls-without-preload-expected.png:
466 * platform/chromium-win/media/media-document-audio-repaint-expected.checksum: Removed.
467 * platform/chromium-win/media/media-document-audio-repaint-expected.png:
468 * platform/chromium-win/media/video-controls-rendering-expected.checksum: Removed.
469 * platform/chromium-win/media/video-controls-rendering-expected.png:
470 * platform/chromium-win/media/video-display-toggle-expected.checksum: Removed.
471 * platform/chromium-win/media/video-display-toggle-expected.png:
472 * platform/chromium-win/media/video-empty-source-expected.checksum: Removed.
473 * platform/chromium-win/media/video-empty-source-expected.png:
474 * platform/chromium-win/media/video-no-audio-expected.checksum: Removed.
475 * platform/chromium-win/media/video-no-audio-expected.png:
476 * platform/chromium-win/media/video-volume-slider-expected.checksum: Removed.
477 * platform/chromium-win/media/video-volume-slider-expected.png:
478 * platform/chromium-win/media/video-zoom-controls-expected.checksum: Removed.
479 * platform/chromium-win/media/video-zoom-controls-expected.png:
480 * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.checksum: Removed.
481 * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.png:
483 2011-04-05 Kent Tamura <tkent@chromium.org>
485 [Chromium] Update expectation images for a Skia rounded rectangle change (r83002).
486 https://bugs.webkit.org/show_bug.cgi?id=57907
488 * platform/chromium-linux/fast/blockflow/border-radius-clipping-vertical-lr-expected.checksum: Removed.
489 * platform/chromium-linux/fast/blockflow/border-radius-clipping-vertical-lr-expected.png:
490 * platform/chromium-linux/fast/blockflow/box-shadow-horizontal-bt-expected.checksum: Removed.
491 * platform/chromium-linux/fast/blockflow/box-shadow-horizontal-bt-expected.png:
492 * platform/chromium-linux/fast/blockflow/box-shadow-vertical-lr-expected.checksum: Removed.
493 * platform/chromium-linux/fast/blockflow/box-shadow-vertical-lr-expected.png:
494 * platform/chromium-linux/fast/blockflow/box-shadow-vertical-rl-expected.checksum: Removed.
495 * platform/chromium-linux/fast/blockflow/box-shadow-vertical-rl-expected.png:
496 * platform/chromium-linux/fast/borders/border-radius-huge-assert-expected.checksum: Removed.
497 * platform/chromium-linux/fast/borders/border-radius-huge-assert-expected.png:
498 * platform/chromium-linux/fast/borders/borderRadiusAllStylesAllCorners-expected.checksum: Removed.
499 * platform/chromium-linux/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
500 * platform/chromium-linux/fast/borders/borderRadiusArcs01-expected.checksum: Removed.
501 * platform/chromium-linux/fast/borders/borderRadiusArcs01-expected.png:
502 * platform/chromium-linux/fast/borders/borderRadiusDashed01-expected.checksum: Removed.
503 * platform/chromium-linux/fast/borders/borderRadiusDashed01-expected.png:
504 * platform/chromium-linux/fast/borders/borderRadiusDashed02-expected.checksum: Removed.
505 * platform/chromium-linux/fast/borders/borderRadiusDashed02-expected.png:
506 * platform/chromium-linux/fast/borders/borderRadiusDashed03-expected.checksum: Removed.
507 * platform/chromium-linux/fast/borders/borderRadiusDashed03-expected.png:
508 * platform/chromium-linux/fast/borders/borderRadiusDotted01-expected.checksum: Removed.
509 * platform/chromium-linux/fast/borders/borderRadiusDotted01-expected.png:
510 * platform/chromium-linux/fast/borders/borderRadiusDotted02-expected.checksum: Removed.
511 * platform/chromium-linux/fast/borders/borderRadiusDotted02-expected.png:
512 * platform/chromium-linux/fast/borders/borderRadiusDotted03-expected.checksum: Removed.
513 * platform/chromium-linux/fast/borders/borderRadiusDotted03-expected.png:
514 * platform/chromium-linux/fast/borders/borderRadiusDouble01-expected.checksum: Removed.
515 * platform/chromium-linux/fast/borders/borderRadiusDouble01-expected.png:
516 * platform/chromium-linux/fast/borders/borderRadiusDouble02-expected.checksum: Removed.
517 * platform/chromium-linux/fast/borders/borderRadiusDouble02-expected.png:
518 * platform/chromium-linux/fast/borders/borderRadiusDouble03-expected.checksum: Removed.
519 * platform/chromium-linux/fast/borders/borderRadiusDouble03-expected.png:
520 * platform/chromium-linux/fast/borders/borderRadiusGroove01-expected.checksum: Removed.
521 * platform/chromium-linux/fast/borders/borderRadiusGroove01-expected.png:
522 * platform/chromium-linux/fast/borders/borderRadiusGroove02-expected.checksum: Removed.
523 * platform/chromium-linux/fast/borders/borderRadiusGroove02-expected.png:
524 * platform/chromium-linux/fast/borders/borderRadiusInset01-expected.checksum: Removed.
525 * platform/chromium-linux/fast/borders/borderRadiusInset01-expected.png:
526 * platform/chromium-linux/fast/borders/borderRadiusInvalidColor-expected.checksum: Removed.
527 * platform/chromium-linux/fast/borders/borderRadiusInvalidColor-expected.png:
528 * platform/chromium-linux/fast/borders/borderRadiusOutset01-expected.checksum: Removed.
529 * platform/chromium-linux/fast/borders/borderRadiusOutset01-expected.png:
530 * platform/chromium-linux/fast/borders/borderRadiusRidge01-expected.checksum: Removed.
531 * platform/chromium-linux/fast/borders/borderRadiusRidge01-expected.png:
532 * platform/chromium-linux/fast/borders/borderRadiusSolid01-expected.checksum: Removed.
533 * platform/chromium-linux/fast/borders/borderRadiusSolid01-expected.png:
534 * platform/chromium-linux/fast/borders/borderRadiusSolid02-expected.checksum: Removed.
535 * platform/chromium-linux/fast/borders/borderRadiusSolid02-expected.png:
536 * platform/chromium-linux/fast/borders/borderRadiusSolid03-expected.checksum: Removed.
537 * platform/chromium-linux/fast/borders/borderRadiusSolid03-expected.png:
538 * platform/chromium-linux/fast/box-shadow/border-radius-big-expected.checksum: Removed.
539 * platform/chromium-linux/fast/box-shadow/border-radius-big-expected.png:
540 * platform/chromium-linux/fast/box-shadow/inset-expected.checksum: Removed.
541 * platform/chromium-linux/fast/box-shadow/inset-expected.png:
542 * platform/chromium-linux/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.checksum: Removed.
543 * platform/chromium-linux/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png:
544 * platform/chromium-linux/fast/box-shadow/spread-expected.checksum: Removed.
545 * platform/chromium-linux/fast/box-shadow/spread-expected.png:
546 * platform/chromium-linux/fast/box-shadow/spread-multiple-inset-expected.checksum: Removed.
547 * platform/chromium-linux/fast/box-shadow/spread-multiple-inset-expected.png:
548 * platform/chromium-linux/fast/box-shadow/spread-multiple-normal-expected.checksum: Removed.
549 * platform/chromium-linux/fast/box-shadow/spread-multiple-normal-expected.png:
550 * platform/chromium-linux/fast/forms/basic-selects-expected.checksum: Removed.
551 * platform/chromium-linux/fast/forms/basic-selects-expected.png:
552 * platform/chromium-linux/fast/overflow/border-radius-clipping-expected.checksum: Removed.
553 * platform/chromium-linux/fast/overflow/border-radius-clipping-expected.png:
554 * platform/chromium-linux/fast/repaint/border-radius-repaint-expected.checksum: Removed.
555 * platform/chromium-linux/fast/repaint/border-radius-repaint-expected.png:
556 * platform/chromium-linux/fast/replaced/border-radius-clip-expected.checksum: Removed.
557 * platform/chromium-linux/fast/replaced/border-radius-clip-expected.png:
558 * platform/chromium-linux/fast/transforms/shadows-expected.checksum: Removed.
559 * platform/chromium-linux/fast/transforms/shadows-expected.png:
560 * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.checksum: Removed.
561 * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.png:
562 * platform/chromium-win/fast/blockflow/border-radius-clipping-vertical-lr-expected.checksum: Removed.
563 * platform/chromium-win/fast/blockflow/border-radius-clipping-vertical-lr-expected.png:
564 * platform/chromium-win/fast/blockflow/box-shadow-horizontal-bt-expected.checksum: Removed.
565 * platform/chromium-win/fast/blockflow/box-shadow-horizontal-bt-expected.png:
566 * platform/chromium-win/fast/blockflow/box-shadow-vertical-lr-expected.checksum: Removed.
567 * platform/chromium-win/fast/blockflow/box-shadow-vertical-lr-expected.png:
568 * platform/chromium-win/fast/blockflow/box-shadow-vertical-rl-expected.checksum: Removed.
569 * platform/chromium-win/fast/blockflow/box-shadow-vertical-rl-expected.png:
570 * platform/chromium-win/fast/borders/border-radius-huge-assert-expected.checksum: Removed.
571 * platform/chromium-win/fast/borders/border-radius-huge-assert-expected.png:
572 * platform/chromium-win/fast/borders/borderRadiusAllStylesAllCorners-expected.checksum: Removed.
573 * platform/chromium-win/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
574 * platform/chromium-win/fast/borders/borderRadiusArcs01-expected.checksum: Removed.
575 * platform/chromium-win/fast/borders/borderRadiusArcs01-expected.png:
576 * platform/chromium-win/fast/borders/borderRadiusDashed01-expected.checksum: Removed.
577 * platform/chromium-win/fast/borders/borderRadiusDashed01-expected.png:
578 * platform/chromium-win/fast/borders/borderRadiusDashed02-expected.checksum: Removed.
579 * platform/chromium-win/fast/borders/borderRadiusDashed02-expected.png:
580 * platform/chromium-win/fast/borders/borderRadiusDashed03-expected.checksum: Removed.
581 * platform/chromium-win/fast/borders/borderRadiusDashed03-expected.png:
582 * platform/chromium-win/fast/borders/borderRadiusDotted01-expected.checksum: Removed.
583 * platform/chromium-win/fast/borders/borderRadiusDotted01-expected.png:
584 * platform/chromium-win/fast/borders/borderRadiusDotted02-expected.checksum: Removed.
585 * platform/chromium-win/fast/borders/borderRadiusDotted02-expected.png:
586 * platform/chromium-win/fast/borders/borderRadiusDotted03-expected.checksum: Removed.
587 * platform/chromium-win/fast/borders/borderRadiusDotted03-expected.png:
588 * platform/chromium-win/fast/borders/borderRadiusDouble01-expected.checksum: Removed.
589 * platform/chromium-win/fast/borders/borderRadiusDouble01-expected.png:
590 * platform/chromium-win/fast/borders/borderRadiusDouble02-expected.checksum: Removed.
591 * platform/chromium-win/fast/borders/borderRadiusDouble02-expected.png:
592 * platform/chromium-win/fast/borders/borderRadiusDouble03-expected.checksum: Removed.
593 * platform/chromium-win/fast/borders/borderRadiusDouble03-expected.png:
594 * platform/chromium-win/fast/borders/borderRadiusGroove01-expected.checksum: Removed.
595 * platform/chromium-win/fast/borders/borderRadiusGroove01-expected.png:
596 * platform/chromium-win/fast/borders/borderRadiusGroove02-expected.checksum: Removed.
597 * platform/chromium-win/fast/borders/borderRadiusGroove02-expected.png:
598 * platform/chromium-win/fast/borders/borderRadiusInset01-expected.checksum: Removed.
599 * platform/chromium-win/fast/borders/borderRadiusInset01-expected.png:
600 * platform/chromium-win/fast/borders/borderRadiusInvalidColor-expected.checksum: Removed.
601 * platform/chromium-win/fast/borders/borderRadiusInvalidColor-expected.png:
602 * platform/chromium-win/fast/borders/borderRadiusOutset01-expected.checksum: Removed.
603 * platform/chromium-win/fast/borders/borderRadiusOutset01-expected.png:
604 * platform/chromium-win/fast/borders/borderRadiusRidge01-expected.checksum: Removed.
605 * platform/chromium-win/fast/borders/borderRadiusRidge01-expected.png:
606 * platform/chromium-win/fast/borders/borderRadiusSolid01-expected.checksum: Removed.
607 * platform/chromium-win/fast/borders/borderRadiusSolid01-expected.png:
608 * platform/chromium-win/fast/borders/borderRadiusSolid02-expected.checksum: Removed.
609 * platform/chromium-win/fast/borders/borderRadiusSolid02-expected.png:
610 * platform/chromium-win/fast/borders/borderRadiusSolid03-expected.checksum: Removed.
611 * platform/chromium-win/fast/borders/borderRadiusSolid03-expected.png:
612 * platform/chromium-win/fast/box-shadow/border-radius-big-expected.checksum: Removed.
613 * platform/chromium-win/fast/box-shadow/border-radius-big-expected.png:
614 * platform/chromium-win/fast/box-shadow/inset-expected.checksum: Removed.
615 * platform/chromium-win/fast/box-shadow/inset-expected.png:
616 * platform/chromium-win/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.checksum: Removed.
617 * platform/chromium-win/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png:
618 * platform/chromium-win/fast/box-shadow/spread-expected.checksum: Removed.
619 * platform/chromium-win/fast/box-shadow/spread-expected.png:
620 * platform/chromium-win/fast/box-shadow/spread-multiple-inset-expected.checksum: Removed.
621 * platform/chromium-win/fast/box-shadow/spread-multiple-inset-expected.png:
622 * platform/chromium-win/fast/box-shadow/spread-multiple-normal-expected.checksum: Removed.
623 * platform/chromium-win/fast/box-shadow/spread-multiple-normal-expected.png:
624 * platform/chromium-win/fast/forms/basic-selects-expected.checksum: Removed.
625 * platform/chromium-win/fast/forms/basic-selects-expected.png:
626 * platform/chromium-win/fast/overflow/border-radius-clipping-expected.checksum: Removed.
627 * platform/chromium-win/fast/overflow/border-radius-clipping-expected.png:
628 * platform/chromium-win/fast/repaint/border-radius-repaint-expected.checksum: Removed.
629 * platform/chromium-win/fast/repaint/border-radius-repaint-expected.png:
630 * platform/chromium-win/fast/replaced/border-radius-clip-expected.checksum: Removed.
631 * platform/chromium-win/fast/replaced/border-radius-clip-expected.png:
632 * platform/chromium-win/fast/transforms/shadows-expected.checksum: Removed.
633 * platform/chromium-win/fast/transforms/shadows-expected.png:
634 * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.checksum: Removed.
635 * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.png:
637 2011-04-05 Chang Shu <cshu@webkit.org>
639 Reviewed by Darin Adler.
641 WebKitTestRunner needs layoutTestController.numberOfPages
642 https://bugs.webkit.org/show_bug.cgi?id=42694
646 * platform/mac-wk2/Skipped:
647 * platform/qt-wk2/Skipped:
649 2011-04-05 Adrienne Walker <enne@google.com>
651 Unreviewed, temporarily mark two tests as more generally failing.
653 * platform/chromium/test_expectations.txt:
655 2011-04-05 Jessie Berlin <jberlin@apple.com>
657 3 tests fail on apple-macpro-6 (due to different JS MIME type) but not any other Leopard
659 https://bugs.webkit.org/show_bug.cgi?id=56564
661 Skip fast/preloader/scan-body-from-head-script.html on Leopard to get the bots green.
663 * platform/mac-leopard/Skipped:
665 2011-04-04 Vitaly Repeshko <vitalyr@chromium.org>
667 Reviewed by Adam Barth.
669 [V8] Keep dirty primitive CSS values alive.
670 https://bugs.webkit.org/show_bug.cgi?id=57810
672 * platform/chromium/test_expectations.txt: Mark
673 fast/dom/StyleSheet/gc-inline-style-cssvalues.html as passing.
675 2011-04-05 Brian Weinstein <bweinstein@apple.com>
677 [Windows] fast/blockflow/Kusa-Makura-background-canvas.html failing since introduction in r82903
678 https://bugs.webkit.org/show_bug.cgi?id=57880
680 Update Windows expected results (with pixel tests) to greenify the bots.
682 * platform/win/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum:
683 * platform/win/fast/blockflow/Kusa-Makura-background-canvas-expected.png:
684 * platform/win/fast/blockflow/Kusa-Makura-background-canvas-expected.txt:
686 2011-04-05 Jessie Berlin <jberlin@apple.com>
688 [Windows Tests] fast/dom/Window/window-property-descriptors.html failing since r82925.
689 https://bugs.webkit.org/show_bug.cgi?id=57881
691 Update the Windows-specific results to get the bots green.
693 * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
694 onformchange and onforminput were removed in r82925.
696 2011-04-05 Tony Chang <tony@chromium.org>
698 Unreviewed, removing the chromium-win results causes this test to
699 start passing on chromium win and linux.
701 * platform/chromium-win/fast/images/svg-as-tiled-background-expected.checksum: Removed.
702 * platform/chromium-win/fast/images/svg-as-tiled-background-expected.png: Removed.
703 * platform/chromium/test_expectations.txt:
705 2011-04-05 David Levin <levin@chromium.org>
709 [chromium] send-sliced-dragged-file.html started to crash on chromium bots
710 https://bugs.webkit.org/show_bug.cgi?id=57539
712 * platform/chromium/test_expectations.txt: Removed passing test
713 as it has been fixed in the chromium network stack as of chromium r80114
714 and it was introduced in r79905 so no need to change the chromium deps
715 since it is before the regression.
717 2011-04-05 Adrienne Walker <enne@google.com>
719 Unreviewed, mark unexpectedly passing Linux Chromium tests as such.
721 * platform/chromium/test_expectations.txt:
723 2011-04-05 Adrienne Walker <enne@google.com>
725 Unreviewed, mark some unexpectedly passing Chromium tests as such.
727 * platform/chromium/test_expectations.txt:
729 2011-04-05 Adrienne Walker <enne@google.com>
731 Unreviewed, temporarily suppress Chromium failures for tests in r82947.
733 * platform/chromium/test_expectations.txt:
735 2011-04-05 Nikolas Zimmermann <nzimmermann@rim.com>
737 Reviewed by Dirk Schulze.
739 Regression: Invalid write in SVGTextLayoutEngine
740 https://bugs.webkit.org/show_bug.cgi?id=57721
742 * svg/text/font-size-null-assertion-expected.txt: Added.
743 * svg/text/font-size-null-assertion.svg: Added.
745 2011-04-05 Nikolas Zimmermann <nzimmermann@rim.com>
747 Reviewed by Adam Roben & Dirk Schulze.
749 text-tspan-02-b.svg from SVG 1.1 2nd edition fails
750 https://bugs.webkit.org/show_bug.cgi?id=57831
752 Add text-tspan-02-b.svg from SVG 1.1 2nd edition, which was buggy.
753 Add reduced testcase, which exposes a bug with midpoint splitting, which is now fixed.
755 * platform/mac/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.checksum: Added.
756 * platform/mac/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png: Added.
757 * platform/mac/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Added.
758 * platform/mac/svg/text/text-midpoint-split-bug-expected.checksum: Added.
759 * platform/mac/svg/text/text-midpoint-split-bug-expected.png: Added.
760 * platform/mac/svg/text/text-midpoint-split-bug-expected.txt: Added.
761 * svg/W3C-SVG-1.1-SE/text-tspan-02-b.svg: Added.
762 * svg/text/text-midpoint-split-bug.svg: Added.
764 2011-04-05 Csaba Osztrogonác <ossy@webkit.org>
766 Remove onformchange and onforminput events/event handlers
767 https://bugs.webkit.org/show_bug.cgi?id=55755
768 <rdar://problem/9087969>
770 Unreviewed. Update Qt specific expected results after r82925.
772 * platform/qt/fast/dom/Window/window-properties-expected.txt:
773 * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
775 2011-04-05 Chang Shu <cshu@webkit.org>
779 Unskip passed tests after bugs 57572, 57568, 42540, 42692 have been resolved.
781 * platform/qt-wk2/Skipped:
783 2011-04-05 Pavel Podivilov <podivilov@chromium.org>
785 Unreviewed, add chromium-linux expectation for fast/ruby/overhang-vertical.html (the test changed in r82903).
787 * platform/chromium-linux/fast/ruby/overhang-vertical-expected.png: Added.
789 2011-04-05 Pavel Podivilov <podivilov@chromium.org>
791 Unreviewed, revert bad rebaseline of english-lr-text-expected.html in r82918.
793 * platform/chromium-linux/fast/blockflow/english-lr-text-expected.checksum: Added.
794 * platform/chromium-win/fast/blockflow/english-lr-text-expected.checksum: Added.
795 * platform/chromium-win/fast/blockflow/english-lr-text-expected.png:
797 2011-04-05 Alexey Proskuryakov <ap@apple.com>
799 Reviewed by Darin Adler.
801 Remove onformchange and onforminput events/event handlers
802 https://bugs.webkit.org/show_bug.cgi?id=55755
803 <rdar://problem/9087969>
805 * fast/dom/Window/window-properties-expected.txt:
806 * fast/dom/Window/window-property-descriptors-expected.txt:
807 * fast/forms/formchange-event-expected.txt: Removed.
808 * fast/forms/formchange-event.html: Removed.
809 * fast/forms/forminput-event-expected.txt: Removed.
810 * fast/forms/forminput-event.html: Removed.
811 * fast/forms/script-tests/formchange-event.js: Removed.
812 * fast/forms/script-tests/forminput-event.js: Removed.
814 2011-04-05 Pavel Podivilov <podivilov@chromium.org>
816 Unreviewed, rebaseline Kusa-Makura-background-canvas.html on chromium-mac after r82903.
818 * platform/chromium-mac-leopard/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum: Removed.
819 * platform/chromium-mac-leopard/fast/blockflow/Kusa-Makura-background-canvas-expected.png:
820 * platform/chromium-mac/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum: Removed.
821 * platform/chromium-mac/fast/blockflow/Kusa-Makura-background-canvas-expected.png:
823 2011-04-05 Pavel Podivilov <podivilov@chromium.org>
825 Unreviewed, remove unnecessary checksum files for fast/ruby tests.
827 * platform/chromium-linux/fast/blockflow/english-lr-text-expected.checksum: Removed.
828 * platform/chromium-linux/fast/ruby/ruby-beforeafter-expected.checksum: Removed.
829 * platform/chromium-linux/fast/ruby/ruby-length-expected.checksum: Removed.
830 * platform/chromium-linux/fast/ruby/ruby-run-break-expected.checksum: Removed.
831 * platform/chromium-linux/fast/ruby/ruby-runs-expected.checksum: Removed.
832 * platform/chromium-linux/fast/ruby/ruby-runs-spans-expected.checksum: Removed.
833 * platform/chromium-linux/fast/ruby/ruby-trailing-expected.checksum: Removed.
834 * platform/chromium-linux/fast/ruby/rubyDOM-insert-rt-expected.checksum: Removed.
835 * platform/chromium-linux/fast/ruby/rubyDOM-insert-text1-expected.checksum: Removed.
836 * platform/chromium-linux/fast/ruby/rubyDOM-insert-text2-expected.checksum: Removed.
837 * platform/chromium-linux/fast/ruby/rubyDOM-insert-text3-expected.checksum: Removed.
838 * platform/chromium-linux/fast/ruby/rubyDOM-remove-rt1-expected.checksum: Removed.
839 * platform/chromium-linux/fast/ruby/rubyDOM-remove-rt2-expected.checksum: Removed.
840 * platform/chromium-linux/fast/ruby/rubyDOM-remove-text1-expected.checksum: Removed.
841 * platform/chromium/test_expectations.txt:
843 2011-04-05 Csaba Osztrogonác <ossy@webkit.org>
845 [Qt] fast/ruby/overhang* tests fail
846 https://bugs.webkit.org/show_bug.cgi?id=57824
848 * platform/qt/Skipped:Add fast/ruby/overhang-horizontal.html and fast/ruby/overhang-vertical.html.
850 2011-04-05 Pavel Podivilov <podivilov@chromium.org>
852 Unreviewed, update fast/ruby/* chromium expectations after r82903.
854 * platform/chromium-linux/fast/ruby/ruby-beforeafter-expected.png:
855 * platform/chromium-linux/fast/ruby/ruby-length-expected.png:
856 * platform/chromium-linux/fast/ruby/ruby-run-break-expected.png:
857 * platform/chromium-linux/fast/ruby/ruby-runs-expected.png:
858 * platform/chromium-linux/fast/ruby/ruby-runs-spans-expected.png:
859 * platform/chromium-linux/fast/ruby/ruby-trailing-expected.png:
860 * platform/chromium-linux/fast/ruby/rubyDOM-insert-rt-expected.png:
861 * platform/chromium-linux/fast/ruby/rubyDOM-insert-text1-expected.png:
862 * platform/chromium-linux/fast/ruby/rubyDOM-insert-text2-expected.png:
863 * platform/chromium-linux/fast/ruby/rubyDOM-insert-text3-expected.png:
864 * platform/chromium-linux/fast/ruby/rubyDOM-remove-rt1-expected.png:
865 * platform/chromium-linux/fast/ruby/rubyDOM-remove-rt2-expected.png:
866 * platform/chromium-linux/fast/ruby/rubyDOM-remove-text1-expected.png:
867 * platform/chromium-mac/fast/ruby/ruby-beforeafter-expected.png: Added.
868 * platform/chromium-mac/fast/ruby/ruby-length-expected.png: Added.
869 * platform/chromium-mac/fast/ruby/ruby-run-break-expected.png: Added.
870 * platform/chromium-mac/fast/ruby/ruby-runs-expected.png: Added.
871 * platform/chromium-mac/fast/ruby/ruby-runs-spans-expected.png: Added.
872 * platform/chromium-mac/fast/ruby/ruby-trailing-expected.png: Added.
873 * platform/chromium-mac/fast/ruby/rubyDOM-insert-rt-expected.png: Added.
874 * platform/chromium-mac/fast/ruby/rubyDOM-insert-text1-expected.png: Added.
875 * platform/chromium-mac/fast/ruby/rubyDOM-insert-text2-expected.png: Added.
876 * platform/chromium-mac/fast/ruby/rubyDOM-insert-text3-expected.png: Added.
877 * platform/chromium-mac/fast/ruby/rubyDOM-remove-rt1-expected.png: Added.
878 * platform/chromium-mac/fast/ruby/rubyDOM-remove-rt2-expected.png: Added.
879 * platform/chromium-mac/fast/ruby/rubyDOM-remove-text1-expected.png: Added.
880 * platform/chromium-win/fast/blockflow/english-lr-text-expected.checksum: Removed.
881 * platform/chromium-win/fast/blockflow/english-lr-text-expected.png:
882 * platform/chromium-win/fast/ruby/overhang-horizontal-expected.png: Added.
883 * platform/chromium-win/fast/ruby/overhang-vertical-expected.png: Added.
884 * platform/chromium-win/fast/ruby/ruby-beforeafter-expected.checksum: Removed.
885 * platform/chromium-win/fast/ruby/ruby-beforeafter-expected.png:
886 * platform/chromium-win/fast/ruby/ruby-beforeafter-expected.txt:
887 * platform/chromium-win/fast/ruby/ruby-length-expected.checksum: Removed.
888 * platform/chromium-win/fast/ruby/ruby-length-expected.png:
889 * platform/chromium-win/fast/ruby/ruby-length-expected.txt:
890 * platform/chromium-win/fast/ruby/ruby-run-break-expected.checksum: Removed.
891 * platform/chromium-win/fast/ruby/ruby-run-break-expected.png:
892 * platform/chromium-win/fast/ruby/ruby-run-break-expected.txt:
893 * platform/chromium-win/fast/ruby/ruby-runs-expected.checksum: Removed.
894 * platform/chromium-win/fast/ruby/ruby-runs-expected.png:
895 * platform/chromium-win/fast/ruby/ruby-runs-expected.txt:
896 * platform/chromium-win/fast/ruby/ruby-runs-spans-expected.checksum: Removed.
897 * platform/chromium-win/fast/ruby/ruby-runs-spans-expected.png:
898 * platform/chromium-win/fast/ruby/ruby-runs-spans-expected.txt:
899 * platform/chromium-win/fast/ruby/ruby-trailing-expected.checksum: Removed.
900 * platform/chromium-win/fast/ruby/ruby-trailing-expected.png:
901 * platform/chromium-win/fast/ruby/ruby-trailing-expected.txt:
902 * platform/chromium-win/fast/ruby/rubyDOM-insert-rt-expected.checksum: Removed.
903 * platform/chromium-win/fast/ruby/rubyDOM-insert-rt-expected.png:
904 * platform/chromium-win/fast/ruby/rubyDOM-insert-rt-expected.txt:
905 * platform/chromium-win/fast/ruby/rubyDOM-insert-text1-expected.checksum: Removed.
906 * platform/chromium-win/fast/ruby/rubyDOM-insert-text1-expected.png:
907 * platform/chromium-win/fast/ruby/rubyDOM-insert-text1-expected.txt:
908 * platform/chromium-win/fast/ruby/rubyDOM-insert-text2-expected.checksum: Removed.
909 * platform/chromium-win/fast/ruby/rubyDOM-insert-text2-expected.png:
910 * platform/chromium-win/fast/ruby/rubyDOM-insert-text2-expected.txt:
911 * platform/chromium-win/fast/ruby/rubyDOM-insert-text3-expected.checksum: Removed.
912 * platform/chromium-win/fast/ruby/rubyDOM-insert-text3-expected.png:
913 * platform/chromium-win/fast/ruby/rubyDOM-insert-text3-expected.txt:
914 * platform/chromium-win/fast/ruby/rubyDOM-remove-rt1-expected.checksum: Removed.
915 * platform/chromium-win/fast/ruby/rubyDOM-remove-rt1-expected.png:
916 * platform/chromium-win/fast/ruby/rubyDOM-remove-rt1-expected.txt:
917 * platform/chromium-win/fast/ruby/rubyDOM-remove-rt2-expected.checksum: Removed.
918 * platform/chromium-win/fast/ruby/rubyDOM-remove-rt2-expected.png:
919 * platform/chromium-win/fast/ruby/rubyDOM-remove-rt2-expected.txt:
920 * platform/chromium-win/fast/ruby/rubyDOM-remove-text1-expected.checksum: Removed.
921 * platform/chromium-win/fast/ruby/rubyDOM-remove-text1-expected.png:
922 * platform/chromium-win/fast/ruby/rubyDOM-remove-text1-expected.txt:
924 2011-04-05 James Simonsen <simonjam@chromium.org>
926 Reviewed by Adam Barth.
928 Stop preload scanning CSS when it's impossible to have another @import.
929 https://bugs.webkit.org/show_bug.cgi?id=57664
931 * fast/preloader/style-expected.txt:
932 * fast/preloader/style.html: Updated to test invalid @import statements.
934 2011-04-05 Kent Tamura <tkent@chromium.org>
936 Update a test affected by the behavior change of r82908.
937 https://bugs.webkit.org/show_bug.cgi?id=57636
939 * fast/forms/ValidityState-tooLong-textarea-expected.txt:
940 * fast/forms/script-tests/ValidityState-tooLong-textarea.js:
942 2011-04-05 Philippe Normand <pnormand@igalia.com>
944 Unreviewed, GTK rebaseline after r82903.
946 * platform/gtk/fast/blockflow/Kusa-Makura-background-canvas-expected.txt:
947 * platform/gtk/fast/ruby/ruby-beforeafter-expected.txt:
948 * platform/gtk/fast/ruby/ruby-length-expected.txt:
949 * platform/gtk/fast/ruby/ruby-run-break-expected.txt:
950 * platform/gtk/fast/ruby/ruby-runs-expected.txt:
951 * platform/gtk/fast/ruby/ruby-runs-spans-expected.txt:
952 * platform/gtk/fast/ruby/ruby-trailing-expected.txt:
953 * platform/gtk/fast/ruby/rubyDOM-insert-rt-expected.txt:
954 * platform/gtk/fast/ruby/rubyDOM-insert-text1-expected.txt:
955 * platform/gtk/fast/ruby/rubyDOM-insert-text2-expected.txt:
956 * platform/gtk/fast/ruby/rubyDOM-insert-text3-expected.txt:
957 * platform/gtk/fast/ruby/rubyDOM-remove-rt1-expected.txt:
958 * platform/gtk/fast/ruby/rubyDOM-remove-rt2-expected.txt:
959 * platform/gtk/fast/ruby/rubyDOM-remove-text1-expected.txt:
961 2011-04-05 Nancy Piedra <nancy.piedra@nokia.com>
963 Reviewed by Alexey Proskuryakov.
965 Improper use of " in video-can-play-type layout test
966 https://bugs.webkit.org/show_bug.cgi?id=57728
968 * media/video-can-play-type.html:
970 2011-04-05 Kent Tamura <tkent@chromium.org>
972 Reviewed by Dimitri Glazkov.
974 Setting defaultValue on a textarea with a modified value still clobbers the value
975 https://bugs.webkit.org/show_bug.cgi?id=57636
977 * fast/forms/textarea-set-defaultvalue-after-value-expected.txt: Added.
978 * fast/forms/textarea-set-defaultvalue-after-value.html: Added.
980 2011-04-04 Dan Bernstein <mitz@apple.com>
982 Reviewed by Simon Fraser.
984 <rdar://problem/7709452> Implement Default Ruby Overhang Behavior
985 https://bugs.webkit.org/show_bug.cgi?id=49334
987 * fast/ruby/overhang-horizontal-expected.checksum: Added.
988 * fast/ruby/overhang-horizontal-expected.png: Added.
989 * fast/ruby/overhang-horizontal-expected.txt: Added.
990 * fast/ruby/overhang-horizontal.html: Added.
991 * fast/ruby/overhang-vertical-expected.checksum: Added.
992 * fast/ruby/overhang-vertical-expected.png: Added.
993 * fast/ruby/overhang-vertical-expected.txt: Added.
994 * fast/ruby/overhang-vertical.html: Added.
995 * platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum:
996 * platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.png:
997 * platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.txt:
998 * platform/mac/fast/blockflow/english-lr-text-expected.checksum:
999 * platform/mac/fast/blockflow/english-lr-text-expected.png:
1000 * platform/mac/fast/ruby/ruby-beforeafter-expected.checksum:
1001 * platform/mac/fast/ruby/ruby-beforeafter-expected.png:
1002 * platform/mac/fast/ruby/ruby-beforeafter-expected.txt:
1003 * platform/mac/fast/ruby/ruby-length-expected.checksum:
1004 * platform/mac/fast/ruby/ruby-length-expected.png:
1005 * platform/mac/fast/ruby/ruby-length-expected.txt:
1006 * platform/mac/fast/ruby/ruby-run-break-expected.checksum:
1007 * platform/mac/fast/ruby/ruby-run-break-expected.png:
1008 * platform/mac/fast/ruby/ruby-run-break-expected.txt:
1009 * platform/mac/fast/ruby/ruby-runs-expected.checksum:
1010 * platform/mac/fast/ruby/ruby-runs-expected.png:
1011 * platform/mac/fast/ruby/ruby-runs-expected.txt:
1012 * platform/mac/fast/ruby/ruby-runs-spans-expected.checksum:
1013 * platform/mac/fast/ruby/ruby-runs-spans-expected.png:
1014 * platform/mac/fast/ruby/ruby-runs-spans-expected.txt:
1015 * platform/mac/fast/ruby/ruby-trailing-expected.checksum:
1016 * platform/mac/fast/ruby/ruby-trailing-expected.png:
1017 * platform/mac/fast/ruby/ruby-trailing-expected.txt:
1018 * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.checksum:
1019 * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.png:
1020 * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.txt:
1021 * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.checksum:
1022 * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.png:
1023 * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.txt:
1024 * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.checksum:
1025 * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.png:
1026 * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.txt:
1027 * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.checksum:
1028 * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.png:
1029 * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.txt:
1030 * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.checksum:
1031 * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.png:
1032 * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.txt:
1033 * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.checksum:
1034 * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.png:
1035 * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.txt:
1036 * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.checksum:
1037 * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.png:
1038 * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.txt:
1040 2011-04-04 Adrienne Walker <enne@google.com>
1042 Unreviewed, Chromium expectations update for tests broken after r82899.
1044 * platform/chromium/test_expectations.txt:
1046 2011-04-04 MORITA Hajime <morrita@google.com>
1048 Unreviewed expectations update following r82899.
1050 * platform/gtk/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
1051 * platform/gtk/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt:
1052 * platform/gtk/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
1053 * platform/gtk/fast/dom/HTMLMeterElement/meter-element-expected.txt:
1054 * platform/gtk/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
1055 * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
1056 * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
1058 2011-04-04 MORITA Hajime <morrita@google.com>
1060 Reviewed by Kent Tamura.
1062 Convert <meter> shadow DOM to a DOM-based shadow.
1063 https://bugs.webkit.org/show_bug.cgi?id=50661
1065 Updated expectations due to shadow structure chagne.
1066 Also updated meter-styles.html pixel result because the render tree is now laid out
1067 as normal flexboxes and its layout result is actually different,
1068 especially if there are non-zero borders on shadow elements.
1070 * fast/dom/HTMLMeterElement/meter-styles.html:
1071 * platform/mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
1072 * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.checksum:
1073 * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.png:
1074 * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
1076 2011-04-04 Adrienne Walker <enne@google.com>
1078 Unreviewed, rolling out r82879.
1079 http://trac.webkit.org/changeset/82879
1081 Trying to fix 10.6 layout test expectations broke 10.5
1083 * platform/chromium-mac/fast/box-shadow/spread-multiple-inset-expected.checksum: Added.
1084 * platform/chromium-mac/fast/box-shadow/spread-multiple-inset-expected.png: Added.
1085 * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: Removed.
1086 * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.png: Added.
1087 * platform/chromium-mac/fast/html/details-add-summary-1-expected.png: Added.
1088 * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.png: Added.
1089 * platform/chromium-mac/fast/html/details-add-summary-10-expected.png: Added.
1090 * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.png: Added.
1091 * platform/chromium-mac/fast/html/details-add-summary-2-expected.png: Added.
1092 * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.png: Added.
1093 * platform/chromium-mac/fast/html/details-add-summary-3-expected.png: Added.
1094 * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.png: Added.
1095 * platform/chromium-mac/fast/html/details-add-summary-4-expected.png: Added.
1096 * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.png: Added.
1097 * platform/chromium-mac/fast/html/details-add-summary-5-expected.png: Added.
1098 * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.png: Added.
1099 * platform/chromium-mac/fast/html/details-add-summary-6-expected.png: Added.
1100 * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.png: Added.
1101 * platform/chromium-mac/fast/html/details-add-summary-7-expected.png: Added.
1102 * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.png: Added.
1103 * platform/chromium-mac/fast/html/details-add-summary-8-expected.png: Added.
1104 * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.png: Added.
1105 * platform/chromium-mac/fast/html/details-add-summary-9-expected.png: Added.
1106 * platform/chromium-mac/fast/html/details-no-summary1-expected.png: Added.
1107 * platform/chromium-mac/fast/html/details-no-summary2-expected.png: Added.
1108 * platform/chromium-mac/fast/html/details-no-summary3-expected.png: Added.
1109 * platform/chromium-mac/fast/html/details-no-summary4-expected.png: Added.
1110 * platform/chromium-mac/fast/html/details-open-javascript-expected.png: Added.
1111 * platform/chromium-mac/fast/html/details-open1-expected.png: Added.
1112 * platform/chromium-mac/fast/html/details-open2-expected.png: Added.
1113 * platform/chromium-mac/fast/html/details-open3-expected.png: Added.
1114 * platform/chromium-mac/fast/html/details-open4-expected.png: Added.
1115 * platform/chromium-mac/fast/html/details-open5-expected.png: Added.
1116 * platform/chromium-mac/fast/html/details-open6-expected.png: Added.
1117 * platform/chromium-mac/fast/html/details-position-expected.png: Added.
1118 * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.png: Added.
1119 * platform/chromium-mac/fast/html/details-remove-summary-1-expected.png: Added.
1120 * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.png: Added.
1121 * platform/chromium-mac/fast/html/details-remove-summary-2-expected.png: Added.
1122 * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.png: Added.
1123 * platform/chromium-mac/fast/html/details-remove-summary-3-expected.png: Added.
1124 * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.png: Added.
1125 * platform/chromium-mac/fast/html/details-remove-summary-4-expected.png: Added.
1126 * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.png: Added.
1127 * platform/chromium-mac/fast/html/details-remove-summary-5-expected.png: Added.
1128 * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.png: Added.
1129 * platform/chromium-mac/fast/html/details-remove-summary-6-expected.png: Added.
1130 * platform/chromium-mac/fast/html/details-writing-mode-expected.png: Added.
1131 * platform/chromium-mac/fast/inline-block/inline-block-vertical-align-expected.checksum: Added.
1132 * platform/chromium-mac/fast/inline-block/inline-block-vertical-align-expected.png: Added.
1133 * platform/chromium-mac/fast/multicol/layers-in-multicol-expected.checksum: Added.
1134 * platform/chromium-mac/fast/multicol/layers-in-multicol-expected.png: Added.
1135 * platform/chromium-mac/fast/multicol/nested-columns-expected.checksum: Added.
1136 * platform/chromium-mac/fast/multicol/nested-columns-expected.png:
1137 * platform/chromium-mac/fast/repaint/list-marker-expected.checksum: Added.
1138 * platform/chromium-mac/fast/repaint/list-marker-expected.png:
1140 2011-04-04 Adrienne Walker <enne@google.com>
1142 Unreviewed, rolling out r82880.
1143 http://trac.webkit.org/changeset/82880
1144 https://bugs.webkit.org/show_bug.cgi?id=50661
1146 Meter elements not rendered in Chromium Linux layout tests.
1148 * fast/dom/HTMLMeterElement/meter-styles.html:
1149 * platform/mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
1150 * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.checksum:
1151 * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.png:
1152 * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
1154 2011-04-04 Dirk Pranke <dpranke@chromium.org>
1156 Unreviewed, expectations change.
1158 Adjust the list of flaky tests based on NRWT on webkit mac using
1159 a 35 second timeout by default.
1161 * platform/mac/test_expectations.txt:
1163 2011-04-04 Chang Shu <cshu@webkit.org>
1165 Reviewed by Ryosuke Niwa.
1167 setContentEditable with true/false/inherit string is not working properly
1168 https://bugs.webkit.org/show_bug.cgi?id=52058
1170 Updated expected results after this patch fixes the set contenteditable issue.
1172 * fast/dom/HTMLElement/set-false-expected.txt:
1173 * fast/dom/HTMLElement/set-false.html:
1174 * fast/dom/HTMLElement/set-inherit-parent-false-expected.txt:
1175 * fast/dom/HTMLElement/set-inherit-parent-true-expected.txt:
1176 * fast/dom/HTMLElement/set-true-expected.txt:
1177 * fast/dom/HTMLElement/set-value-caseinsensitive-expected.txt:
1179 2011-04-04 MORITA Hajime <morrita@google.com>
1181 Reviewed by Dimitri Glazkov.
1183 Convert <meter> shadow DOM to a DOM-based shadow.
1184 https://bugs.webkit.org/show_bug.cgi?id=50661
1186 Updated expectations due to shadow structure chagne.
1187 Also updated meter-styles.html pixel result because the render tree is now laid out
1188 as normal flexboxes and its layout result is actually different,
1189 especially if there are non-zero borders on shadow elements.
1191 * fast/dom/HTMLMeterElement/meter-styles.html:
1192 * platform/mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
1193 * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.checksum:
1194 * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.png:
1195 * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
1197 2011-04-04 Adrienne Walker <enne@google.com>
1199 Unreviewed, update Chromium Snow Leopard image baselines.
1201 These were all minor font-related image differences.
1203 * platform/chromium-mac/fast/box-shadow/spread-multiple-inset-expected.checksum: Removed.
1204 * platform/chromium-mac/fast/box-shadow/spread-multiple-inset-expected.png: Removed.
1205 * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: Added.
1206 * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.png: Removed.
1207 * platform/chromium-mac/fast/html/details-add-summary-1-expected.png: Removed.
1208 * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.png: Removed.
1209 * platform/chromium-mac/fast/html/details-add-summary-10-expected.png: Removed.
1210 * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.png: Removed.
1211 * platform/chromium-mac/fast/html/details-add-summary-2-expected.png: Removed.
1212 * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.png: Removed.
1213 * platform/chromium-mac/fast/html/details-add-summary-3-expected.png: Removed.
1214 * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.png: Removed.
1215 * platform/chromium-mac/fast/html/details-add-summary-4-expected.png: Removed.
1216 * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.png: Removed.
1217 * platform/chromium-mac/fast/html/details-add-summary-5-expected.png: Removed.
1218 * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.png: Removed.
1219 * platform/chromium-mac/fast/html/details-add-summary-6-expected.png: Removed.
1220 * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.png: Removed.
1221 * platform/chromium-mac/fast/html/details-add-summary-7-expected.png: Removed.
1222 * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.png: Removed.
1223 * platform/chromium-mac/fast/html/details-add-summary-8-expected.png: Removed.
1224 * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.png: Removed.
1225 * platform/chromium-mac/fast/html/details-add-summary-9-expected.png: Removed.
1226 * platform/chromium-mac/fast/html/details-no-summary1-expected.png: Removed.
1227 * platform/chromium-mac/fast/html/details-no-summary2-expected.png: Removed.
1228 * platform/chromium-mac/fast/html/details-no-summary3-expected.png: Removed.
1229 * platform/chromium-mac/fast/html/details-no-summary4-expected.png: Removed.
1230 * platform/chromium-mac/fast/html/details-open-javascript-expected.png: Removed.
1231 * platform/chromium-mac/fast/html/details-open1-expected.png: Removed.
1232 * platform/chromium-mac/fast/html/details-open2-expected.png: Removed.
1233 * platform/chromium-mac/fast/html/details-open3-expected.png: Removed.
1234 * platform/chromium-mac/fast/html/details-open4-expected.png: Removed.
1235 * platform/chromium-mac/fast/html/details-open5-expected.png: Removed.
1236 * platform/chromium-mac/fast/html/details-open6-expected.png: Removed.
1237 * platform/chromium-mac/fast/html/details-position-expected.png: Removed.
1238 * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.png: Removed.
1239 * platform/chromium-mac/fast/html/details-remove-summary-1-expected.png: Removed.
1240 * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.png: Removed.
1241 * platform/chromium-mac/fast/html/details-remove-summary-2-expected.png: Removed.
1242 * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.png: Removed.
1243 * platform/chromium-mac/fast/html/details-remove-summary-3-expected.png: Removed.
1244 * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.png: Removed.
1245 * platform/chromium-mac/fast/html/details-remove-summary-4-expected.png: Removed.
1246 * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.png: Removed.
1247 * platform/chromium-mac/fast/html/details-remove-summary-5-expected.png: Removed.
1248 * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.png: Removed.
1249 * platform/chromium-mac/fast/html/details-remove-summary-6-expected.png: Removed.
1250 * platform/chromium-mac/fast/html/details-writing-mode-expected.png: Removed.
1251 * platform/chromium-mac/fast/inline-block/inline-block-vertical-align-expected.checksum: Removed.
1252 * platform/chromium-mac/fast/inline-block/inline-block-vertical-align-expected.png: Removed.
1253 * platform/chromium-mac/fast/multicol/layers-in-multicol-expected.checksum: Removed.
1254 * platform/chromium-mac/fast/multicol/layers-in-multicol-expected.png: Removed.
1255 * platform/chromium-mac/fast/multicol/nested-columns-expected.checksum: Removed.
1256 * platform/chromium-mac/fast/multicol/nested-columns-expected.png:
1257 * platform/chromium-mac/fast/repaint/list-marker-expected.checksum: Removed.
1258 * platform/chromium-mac/fast/repaint/list-marker-expected.png:
1260 2011-04-04 Adrienne Walker <enne@google.com>
1262 Unreviewed, mark revoke-blob-url.html as CRASH for Chromium on Win.
1264 * platform/chromium/test_expectations.txt:
1266 2011-04-04 Chang Shu <cshu@webkit.org>
1268 Reviewed by Darin Adler.
1270 WebKitTestRunner needs layoutTestController.setAllowFileAccessFromFileURLs
1271 https://bugs.webkit.org/show_bug.cgi?id=57572
1273 Unskip passed tests.
1275 * platform/mac-wk2/Skipped:
1277 2011-04-04 Pavel Feldman <pfeldman@google.com>
1279 Reviewed by Yury Semikhatsky.
1281 Web Inspector: add support for the enumerated types in the protocol.
1282 https://bugs.webkit.org/show_bug.cgi?id=57761
1284 * inspector/debugger/debugger-autocontinue-on-syntax-error.html:
1285 * inspector/debugger/debugger-pause-on-exception.html:
1287 2011-04-04 Yong Li <yoli@rim.com>
1289 Reviewed by Antonio Gomes.
1291 https://bugs.webkit.org/show_bug.cgi?id=55969
1292 Add a test that verifies history scroll position is restored
1293 when WebKit goes forward from an unreachable URL error page.
1294 (Error page handling is only supported by Qt DRT.)
1296 * platform/qt/fast/history/back-to-unreachable-url-then-forward-expected.txt: Added.
1297 * platform/qt/fast/history/back-to-unreachable-url-then-forward.html: Added.
1298 * platform/qt/fast/history/resources/check-scroll-position.html: Added.
1300 2011-04-04 Jessie Berlin <jberlin@apple.com>
1302 Remove a test from the win-wk2 skipped list that does not exist.
1304 fast/js/navigator-mimeTypes-length.html was changed and moved to plugins in r71651.
1306 * platform/win-wk2/Skipped:
1308 2011-04-04 Jessie Berlin <jberlin@apple.com>
1310 [Windows 7 WebKit2 Release Tests] 6 tests failing since being removed from the mac-wk2
1311 skipped list in r82625.
1312 https://bugs.webkit.org/show_bug.cgi?id=57705
1314 Unreviewed, addd win-wk2 expected results for the tests in order to get the bots green.
1316 * platform/win-wk2/editing: Added.
1317 * platform/win-wk2/editing/selection: Added.
1318 * platform/win-wk2/editing/selection/after-line-break-expected.txt: Added.
1319 * platform/win-wk2/editing/selection/caret-ltr-right-expected.checksum: Added.
1320 * platform/win-wk2/editing/selection/caret-ltr-right-expected.png: Added.
1321 * platform/win-wk2/editing/selection/caret-ltr-right-expected.txt: Added.
1322 * platform/win-wk2/editing/selection/caret-rtl-2-left-expected.checksum: Added.
1323 * platform/win-wk2/editing/selection/caret-rtl-2-left-expected.png: Added.
1324 * platform/win-wk2/editing/selection/caret-rtl-2-left-expected.txt: Added.
1325 * platform/win-wk2/editing/selection/drag-text-delay-expected.txt: Added.
1326 * platform/win-wk2/fast/repaint: Added.
1327 * platform/win-wk2/fast/repaint/japanese-rl-selection-clear-expected.txt: Added.
1328 Apparently the pixel results are similar enough to the win expected pixel results that no
1329 special pixel results need to be added for win-wk2.
1330 * platform/win-wk2/plugins/resize-from-plugin-expected.txt: Added.
1332 2011-04-04 Pavel Podivilov <podivilov@chromium.org>
1334 Unreviewed, mark filesystem-reference.html as CRASH PASS on chromium.
1336 * platform/chromium/test_expectations.txt:
1338 2011-04-04 Pavel Podivilov <podivilov@chromium.org>
1340 Unreviewed, remove gradientLimit.svg and 2d.text.draw.align.end.ltr.html from test expectations.
1342 * platform/chromium/test_expectations.txt:
1344 2011-04-04 Martin Robinson <mrobinson@igalia.com>
1346 Reviewed by Xan Lopez.
1348 [GTK] http/tests/plugins/post-url-file.html fails on GTK+
1349 https://bugs.webkit.org/show_bug.cgi?id=55826
1351 * http/tests/plugins/resources/dump-post.pl: Instead of just printing out the "keywords" parameter,
1352 print out the POSTDATA parameter as well. Printing "keywords" did not seem to work on the version of
1353 Apache/Perl/CGI that existed on my machine. According to the Perl CGI module documentation
1354 using 'POSTDATA' is the correct way to print the entire POSTDATA for more recent versions of the
1356 * platform/gtk/Skipped: Unskip the test which is now passing.
1358 2011-04-04 Andrey Kosyakov <caseq@chromium.org>
1360 Reviewed by Yury Semikhatsky.
1362 Web Inspector: [Extensions API] add notifications on panels shown/hidden
1363 https://bugs.webkit.org/show_bug.cgi?id=57752
1365 * http/tests/inspector/extensions-test.js:
1366 (initialize_ExtensionsTest.showPanel):
1367 * http/tests/inspector/resources/extension-main.js:
1369 * inspector/extensions/extensions-api-expected.txt:
1370 * inspector/extensions/extensions-events-expected.txt:
1371 * inspector/extensions/extensions-events.html:
1372 * inspector/extensions/extensions-expected.txt:
1374 2011-04-04 Pavel Podivilov <podivilov@chromium.org>
1376 Unreviewed, mark xhr-breakpoints as CRASH PASS on chromium win debug.
1378 * platform/chromium/test_expectations.txt:
1380 2011-04-04 Pavel Podivilov <podivilov@chromium.org>
1382 Unreviewed, udpate chromium-linux test expectations after r82786.
1384 * platform/chromium-linux/fast/table/colspanMinWidth-vertical-expected.checksum: Removed.
1385 * platform/chromium-linux/fast/table/colspanMinWidth-vertical-expected.png:
1387 2011-04-04 Pavel Podivilov <podivilov@chromium.org>
1389 Unreviewed, add chromium-linux expectation for the new test added in r82781.
1391 * platform/chromium-linux/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Added.
1393 2011-04-04 Pavel Podivilov <podivilov@chromium.org>
1395 Unreviewed, rebaseline chromium-linux test expectations after r82783.
1397 * platform/chromium-linux/fast/html/details-add-summary-1-and-click-expected.png: Added.
1398 * platform/chromium-linux/fast/html/details-add-summary-1-expected.png: Added.
1399 * platform/chromium-linux/fast/html/details-add-summary-10-and-click-expected.png: Added.
1400 * platform/chromium-linux/fast/html/details-add-summary-10-expected.png: Added.
1401 * platform/chromium-linux/fast/html/details-add-summary-2-and-click-expected.png: Added.
1402 * platform/chromium-linux/fast/html/details-add-summary-2-expected.png: Added.
1403 * platform/chromium-linux/fast/html/details-add-summary-3-and-click-expected.png: Added.
1404 * platform/chromium-linux/fast/html/details-add-summary-3-expected.png: Added.
1405 * platform/chromium-linux/fast/html/details-add-summary-4-and-click-expected.png: Added.
1406 * platform/chromium-linux/fast/html/details-add-summary-4-expected.png: Added.
1407 * platform/chromium-linux/fast/html/details-add-summary-5-and-click-expected.png: Added.
1408 * platform/chromium-linux/fast/html/details-add-summary-5-expected.png: Added.
1409 * platform/chromium-linux/fast/html/details-add-summary-6-and-click-expected.png: Added.
1410 * platform/chromium-linux/fast/html/details-add-summary-6-expected.png: Added.
1411 * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.png: Added.
1412 * platform/chromium-linux/fast/html/details-add-summary-7-expected.png: Added.
1413 * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.png: Added.
1414 * platform/chromium-linux/fast/html/details-add-summary-8-expected.png: Added.
1415 * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.png: Added.
1416 * platform/chromium-linux/fast/html/details-add-summary-9-expected.png: Added.
1417 * platform/chromium-linux/fast/html/details-no-summary1-expected.png: Added.
1418 * platform/chromium-linux/fast/html/details-no-summary2-expected.png: Added.
1419 * platform/chromium-linux/fast/html/details-no-summary3-expected.png: Added.
1420 * platform/chromium-linux/fast/html/details-no-summary4-expected.png: Added.
1421 * platform/chromium-linux/fast/html/details-open-javascript-expected.png: Added.
1422 * platform/chromium-linux/fast/html/details-open1-expected.png: Added.
1423 * platform/chromium-linux/fast/html/details-open2-expected.png: Added.
1424 * platform/chromium-linux/fast/html/details-open3-expected.png: Added.
1425 * platform/chromium-linux/fast/html/details-open4-expected.png: Added.
1426 * platform/chromium-linux/fast/html/details-open5-expected.png: Added.
1427 * platform/chromium-linux/fast/html/details-open6-expected.png: Added.
1428 * platform/chromium-linux/fast/html/details-position-expected.png: Added.
1429 * platform/chromium-linux/fast/html/details-remove-summary-1-and-click-expected.png: Added.
1430 * platform/chromium-linux/fast/html/details-remove-summary-1-expected.png: Added.
1431 * platform/chromium-linux/fast/html/details-remove-summary-2-and-click-expected.png: Added.
1432 * platform/chromium-linux/fast/html/details-remove-summary-2-expected.png: Added.
1433 * platform/chromium-linux/fast/html/details-remove-summary-3-and-click-expected.png: Added.
1434 * platform/chromium-linux/fast/html/details-remove-summary-3-expected.png: Added.
1435 * platform/chromium-linux/fast/html/details-remove-summary-4-and-click-expected.png: Added.
1436 * platform/chromium-linux/fast/html/details-remove-summary-4-expected.png: Added.
1437 * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.png: Added.
1438 * platform/chromium-linux/fast/html/details-remove-summary-5-expected.png: Added.
1439 * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.png: Added.
1440 * platform/chromium-linux/fast/html/details-remove-summary-6-expected.png: Added.
1441 * platform/chromium-linux/fast/html/details-writing-mode-expected.png: Added.
1443 2011-04-04 Pavel Podivilov <podivilov@chromium.org>
1445 Unreviewed, add chromium expectations for the new test added in r82781.
1447 * platform/chromium-mac-leopard/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Added.
1448 * platform/chromium-win/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Added.
1449 * platform/chromium-win/fast/images/imagemap-focus-ring-zero-outline-width-expected.txt: Added.
1451 2011-04-04 Mario Sanchez Prada <msanchez@igalia.com>
1453 Unreviewed. Unskipped test and added GTK-specific new baseline.
1455 * platform/gtk/Skipped: Skipped passing test.
1456 * platform/gtk/accessibility/aria-roles-expected.txt: Added.
1458 2011-04-04 Pavel Podivilov <podivilov@chromium.org>
1460 Unreviewed, remove chromium expectations added by mistake in r82815.
1462 * platform/chromium-linux-x86_64/fast/table/colspanMinWidth-vertical-expected.png: Removed.
1463 * platform/chromium-win-vista/fast/table/colspanMinWidth-vertical-expected.checksum: Removed.
1465 2011-04-04 Pavel Podivilov <podivilov@chromium.org>
1467 Unreviewed, delete duplicate baselines added in r82812.
1469 * platform/chromium-linux/fast/html/details-add-summary-1-and-click-expected.checksum: Removed.
1470 * platform/chromium-linux/fast/html/details-add-summary-1-and-click-expected.png: Removed.
1471 * platform/chromium-linux/fast/html/details-add-summary-1-expected.checksum: Removed.
1472 * platform/chromium-linux/fast/html/details-add-summary-1-expected.png: Removed.
1473 * platform/chromium-linux/fast/html/details-add-summary-10-and-click-expected.checksum: Removed.
1474 * platform/chromium-linux/fast/html/details-add-summary-10-and-click-expected.png: Removed.
1475 * platform/chromium-linux/fast/html/details-add-summary-10-expected.checksum: Removed.
1476 * platform/chromium-linux/fast/html/details-add-summary-10-expected.png: Removed.
1477 * platform/chromium-linux/fast/html/details-add-summary-2-and-click-expected.checksum: Removed.
1478 * platform/chromium-linux/fast/html/details-add-summary-2-and-click-expected.png: Removed.
1479 * platform/chromium-linux/fast/html/details-add-summary-2-expected.checksum: Removed.
1480 * platform/chromium-linux/fast/html/details-add-summary-2-expected.png: Removed.
1481 * platform/chromium-linux/fast/html/details-add-summary-3-and-click-expected.checksum: Removed.
1482 * platform/chromium-linux/fast/html/details-add-summary-3-and-click-expected.png: Removed.
1483 * platform/chromium-linux/fast/html/details-add-summary-3-expected.checksum: Removed.
1484 * platform/chromium-linux/fast/html/details-add-summary-3-expected.png: Removed.
1485 * platform/chromium-linux/fast/html/details-add-summary-4-and-click-expected.checksum: Removed.
1486 * platform/chromium-linux/fast/html/details-add-summary-4-and-click-expected.png: Removed.
1487 * platform/chromium-linux/fast/html/details-add-summary-4-expected.checksum: Removed.
1488 * platform/chromium-linux/fast/html/details-add-summary-4-expected.png: Removed.
1489 * platform/chromium-linux/fast/html/details-add-summary-5-and-click-expected.checksum: Removed.
1490 * platform/chromium-linux/fast/html/details-add-summary-5-and-click-expected.png: Removed.
1491 * platform/chromium-linux/fast/html/details-add-summary-5-expected.checksum: Removed.
1492 * platform/chromium-linux/fast/html/details-add-summary-5-expected.png: Removed.
1493 * platform/chromium-linux/fast/html/details-add-summary-6-and-click-expected.checksum: Removed.
1494 * platform/chromium-linux/fast/html/details-add-summary-6-and-click-expected.png: Removed.
1495 * platform/chromium-linux/fast/html/details-add-summary-6-expected.checksum: Removed.
1496 * platform/chromium-linux/fast/html/details-add-summary-6-expected.png: Removed.
1497 * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.checksum: Removed.
1498 * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.png: Removed.
1499 * platform/chromium-linux/fast/html/details-add-summary-7-expected.checksum: Removed.
1500 * platform/chromium-linux/fast/html/details-add-summary-7-expected.png: Removed.
1501 * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.checksum: Removed.
1502 * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.png: Removed.
1503 * platform/chromium-linux/fast/html/details-add-summary-8-expected.checksum: Removed.
1504 * platform/chromium-linux/fast/html/details-add-summary-8-expected.png: Removed.
1505 * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.checksum: Removed.
1506 * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.png: Removed.
1507 * platform/chromium-linux/fast/html/details-add-summary-9-expected.checksum: Removed.
1508 * platform/chromium-linux/fast/html/details-add-summary-9-expected.png: Removed.
1509 * platform/chromium-linux/fast/html/details-no-summary1-expected.checksum: Removed.
1510 * platform/chromium-linux/fast/html/details-no-summary1-expected.png: Removed.
1511 * platform/chromium-linux/fast/html/details-no-summary2-expected.checksum: Removed.
1512 * platform/chromium-linux/fast/html/details-no-summary2-expected.png: Removed.
1513 * platform/chromium-linux/fast/html/details-no-summary3-expected.checksum: Removed.
1514 * platform/chromium-linux/fast/html/details-no-summary3-expected.png: Removed.
1515 * platform/chromium-linux/fast/html/details-no-summary4-expected.checksum: Removed.
1516 * platform/chromium-linux/fast/html/details-no-summary4-expected.png: Removed.
1517 * platform/chromium-linux/fast/html/details-open-javascript-expected.checksum: Removed.
1518 * platform/chromium-linux/fast/html/details-open-javascript-expected.png: Removed.
1519 * platform/chromium-linux/fast/html/details-open1-expected.checksum: Removed.
1520 * platform/chromium-linux/fast/html/details-open1-expected.png: Removed.
1521 * platform/chromium-linux/fast/html/details-open2-expected.checksum: Removed.
1522 * platform/chromium-linux/fast/html/details-open2-expected.png: Removed.
1523 * platform/chromium-linux/fast/html/details-open3-expected.checksum: Removed.
1524 * platform/chromium-linux/fast/html/details-open3-expected.png: Removed.
1525 * platform/chromium-linux/fast/html/details-open4-expected.checksum: Removed.
1526 * platform/chromium-linux/fast/html/details-open4-expected.png: Removed.
1527 * platform/chromium-linux/fast/html/details-open5-expected.checksum: Removed.
1528 * platform/chromium-linux/fast/html/details-open5-expected.png: Removed.
1529 * platform/chromium-linux/fast/html/details-open6-expected.checksum: Removed.
1530 * platform/chromium-linux/fast/html/details-open6-expected.png: Removed.
1531 * platform/chromium-linux/fast/html/details-position-expected.checksum: Removed.
1532 * platform/chromium-linux/fast/html/details-position-expected.png: Removed.
1533 * platform/chromium-linux/fast/html/details-remove-summary-1-and-click-expected.checksum: Removed.
1534 * platform/chromium-linux/fast/html/details-remove-summary-1-and-click-expected.png: Removed.
1535 * platform/chromium-linux/fast/html/details-remove-summary-1-expected.checksum: Removed.
1536 * platform/chromium-linux/fast/html/details-remove-summary-1-expected.png: Removed.
1537 * platform/chromium-linux/fast/html/details-remove-summary-2-and-click-expected.checksum: Removed.
1538 * platform/chromium-linux/fast/html/details-remove-summary-2-and-click-expected.png: Removed.
1539 * platform/chromium-linux/fast/html/details-remove-summary-2-expected.checksum: Removed.
1540 * platform/chromium-linux/fast/html/details-remove-summary-2-expected.png: Removed.
1541 * platform/chromium-linux/fast/html/details-remove-summary-3-and-click-expected.checksum: Removed.
1542 * platform/chromium-linux/fast/html/details-remove-summary-3-and-click-expected.png: Removed.
1543 * platform/chromium-linux/fast/html/details-remove-summary-3-expected.checksum: Removed.
1544 * platform/chromium-linux/fast/html/details-remove-summary-3-expected.png: Removed.
1545 * platform/chromium-linux/fast/html/details-remove-summary-4-and-click-expected.checksum: Removed.
1546 * platform/chromium-linux/fast/html/details-remove-summary-4-and-click-expected.png: Removed.
1547 * platform/chromium-linux/fast/html/details-remove-summary-4-expected.checksum: Removed.
1548 * platform/chromium-linux/fast/html/details-remove-summary-4-expected.png: Removed.
1549 * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.checksum: Removed.
1550 * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.png: Removed.
1551 * platform/chromium-linux/fast/html/details-remove-summary-5-expected.checksum: Removed.
1552 * platform/chromium-linux/fast/html/details-remove-summary-5-expected.png: Removed.
1553 * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.checksum: Removed.
1554 * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.png: Removed.
1555 * platform/chromium-linux/fast/html/details-remove-summary-6-expected.checksum: Removed.
1556 * platform/chromium-linux/fast/html/details-remove-summary-6-expected.png: Removed.
1557 * platform/chromium-linux/fast/html/details-writing-mode-expected.checksum: Removed.
1558 * platform/chromium-linux/fast/html/details-writing-mode-expected.png: Removed.
1560 2011-04-04 Pavel Podivilov <podivilov@chromium.org>
1562 Unreviewed, fix bad rebaseline in r82812.
1564 * platform/chromium-linux-x86_64/fast/html/details-add-summary-1-and-click-expected.png: Removed.
1565 * platform/chromium-linux-x86_64/fast/html/details-add-summary-1-expected.png: Removed.
1566 * platform/chromium-linux-x86_64/fast/html/details-add-summary-10-and-click-expected.png: Removed.
1567 * platform/chromium-linux-x86_64/fast/html/details-add-summary-10-expected.png: Removed.
1568 * platform/chromium-linux-x86_64/fast/html/details-add-summary-2-and-click-expected.png: Removed.
1569 * platform/chromium-linux-x86_64/fast/html/details-add-summary-2-expected.png: Removed.
1570 * platform/chromium-linux-x86_64/fast/html/details-add-summary-3-and-click-expected.png: Removed.
1571 * platform/chromium-linux-x86_64/fast/html/details-add-summary-3-expected.png: Removed.
1572 * platform/chromium-linux-x86_64/fast/html/details-add-summary-4-and-click-expected.png: Removed.
1573 * platform/chromium-linux-x86_64/fast/html/details-add-summary-4-expected.png: Removed.
1574 * platform/chromium-linux-x86_64/fast/html/details-add-summary-5-and-click-expected.png: Removed.
1575 * platform/chromium-linux-x86_64/fast/html/details-add-summary-5-expected.png: Removed.
1576 * platform/chromium-linux-x86_64/fast/html/details-add-summary-6-and-click-expected.png: Removed.
1577 * platform/chromium-linux-x86_64/fast/html/details-add-summary-6-expected.png: Removed.
1578 * platform/chromium-linux-x86_64/fast/html/details-add-summary-7-and-click-expected.png: Removed.
1579 * platform/chromium-linux-x86_64/fast/html/details-add-summary-7-expected.png: Removed.
1580 * platform/chromium-linux-x86_64/fast/html/details-add-summary-8-and-click-expected.png: Removed.
1581 * platform/chromium-linux-x86_64/fast/html/details-add-summary-8-expected.png: Removed.
1582 * platform/chromium-linux-x86_64/fast/html/details-add-summary-9-and-click-expected.png: Removed.
1583 * platform/chromium-linux-x86_64/fast/html/details-add-summary-9-expected.png: Removed.
1584 * platform/chromium-linux-x86_64/fast/html/details-no-summary1-expected.png: Removed.
1585 * platform/chromium-linux-x86_64/fast/html/details-no-summary2-expected.png: Removed.
1586 * platform/chromium-linux-x86_64/fast/html/details-no-summary3-expected.png: Removed.
1587 * platform/chromium-linux-x86_64/fast/html/details-no-summary4-expected.png: Removed.
1588 * platform/chromium-linux-x86_64/fast/html/details-open-javascript-expected.png: Removed.
1589 * platform/chromium-linux-x86_64/fast/html/details-open1-expected.png: Removed.
1590 * platform/chromium-linux-x86_64/fast/html/details-open2-expected.png: Removed.
1591 * platform/chromium-linux-x86_64/fast/html/details-open3-expected.png: Removed.
1592 * platform/chromium-linux-x86_64/fast/html/details-open4-expected.png: Removed.
1593 * platform/chromium-linux-x86_64/fast/html/details-open5-expected.png: Removed.
1594 * platform/chromium-linux-x86_64/fast/html/details-open6-expected.png: Removed.
1595 * platform/chromium-linux-x86_64/fast/html/details-position-expected.png: Removed.
1596 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-1-and-click-expected.png: Removed.
1597 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-1-expected.png: Removed.
1598 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-2-and-click-expected.png: Removed.
1599 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-2-expected.png: Removed.
1600 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-3-and-click-expected.png: Removed.
1601 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-3-expected.png: Removed.
1602 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-4-and-click-expected.png: Removed.
1603 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-4-expected.png: Removed.
1604 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-5-and-click-expected.png: Removed.
1605 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-5-expected.png: Removed.
1606 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-6-and-click-expected.png: Removed.
1607 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-6-expected.png: Removed.
1608 * platform/chromium-linux-x86_64/fast/html/details-writing-mode-expected.png: Removed.
1609 * platform/chromium-linux/fast/html/details-add-summary-1-and-click-expected.png:
1610 * platform/chromium-linux/fast/html/details-add-summary-1-expected.png:
1611 * platform/chromium-linux/fast/html/details-add-summary-10-and-click-expected.png:
1612 * platform/chromium-linux/fast/html/details-add-summary-10-expected.png:
1613 * platform/chromium-linux/fast/html/details-add-summary-2-and-click-expected.png:
1614 * platform/chromium-linux/fast/html/details-add-summary-2-expected.png:
1615 * platform/chromium-linux/fast/html/details-add-summary-3-and-click-expected.png:
1616 * platform/chromium-linux/fast/html/details-add-summary-3-expected.png:
1617 * platform/chromium-linux/fast/html/details-add-summary-4-and-click-expected.png:
1618 * platform/chromium-linux/fast/html/details-add-summary-4-expected.png:
1619 * platform/chromium-linux/fast/html/details-add-summary-5-and-click-expected.png:
1620 * platform/chromium-linux/fast/html/details-add-summary-5-expected.png:
1621 * platform/chromium-linux/fast/html/details-add-summary-6-and-click-expected.png:
1622 * platform/chromium-linux/fast/html/details-add-summary-6-expected.png:
1623 * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.png:
1624 * platform/chromium-linux/fast/html/details-add-summary-7-expected.png:
1625 * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.png:
1626 * platform/chromium-linux/fast/html/details-add-summary-8-expected.png:
1627 * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.png:
1628 * platform/chromium-linux/fast/html/details-add-summary-9-expected.png:
1629 * platform/chromium-linux/fast/html/details-no-summary1-expected.png:
1630 * platform/chromium-linux/fast/html/details-no-summary2-expected.png:
1631 * platform/chromium-linux/fast/html/details-no-summary3-expected.png:
1632 * platform/chromium-linux/fast/html/details-no-summary4-expected.png:
1633 * platform/chromium-linux/fast/html/details-open-javascript-expected.png:
1634 * platform/chromium-linux/fast/html/details-open1-expected.png:
1635 * platform/chromium-linux/fast/html/details-open2-expected.png:
1636 * platform/chromium-linux/fast/html/details-open3-expected.png:
1637 * platform/chromium-linux/fast/html/details-open4-expected.png:
1638 * platform/chromium-linux/fast/html/details-open5-expected.png:
1639 * platform/chromium-linux/fast/html/details-open6-expected.png:
1640 * platform/chromium-linux/fast/html/details-position-expected.png:
1641 * platform/chromium-linux/fast/html/details-remove-summary-1-and-click-expected.png:
1642 * platform/chromium-linux/fast/html/details-remove-summary-1-expected.png:
1643 * platform/chromium-linux/fast/html/details-remove-summary-2-and-click-expected.png:
1644 * platform/chromium-linux/fast/html/details-remove-summary-2-expected.png:
1645 * platform/chromium-linux/fast/html/details-remove-summary-3-and-click-expected.png:
1646 * platform/chromium-linux/fast/html/details-remove-summary-3-expected.png:
1647 * platform/chromium-linux/fast/html/details-remove-summary-4-and-click-expected.png:
1648 * platform/chromium-linux/fast/html/details-remove-summary-4-expected.png:
1649 * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.png:
1650 * platform/chromium-linux/fast/html/details-remove-summary-5-expected.png:
1651 * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.png:
1652 * platform/chromium-linux/fast/html/details-remove-summary-6-expected.png:
1653 * platform/chromium-linux/fast/html/details-writing-mode-expected.png:
1654 * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-1-and-click-expected.png.
1655 * platform/chromium-mac/fast/html/details-add-summary-1-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-1-expected.png.
1656 * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-10-and-click-expected.png.
1657 * platform/chromium-mac/fast/html/details-add-summary-10-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-10-expected.png.
1658 * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-2-and-click-expected.png.
1659 * platform/chromium-mac/fast/html/details-add-summary-2-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-2-expected.png.
1660 * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-3-and-click-expected.png.
1661 * platform/chromium-mac/fast/html/details-add-summary-3-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-3-expected.png.
1662 * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-4-and-click-expected.png.
1663 * platform/chromium-mac/fast/html/details-add-summary-4-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-4-expected.png.
1664 * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-5-and-click-expected.png.
1665 * platform/chromium-mac/fast/html/details-add-summary-5-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-5-expected.png.
1666 * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-6-and-click-expected.png.
1667 * platform/chromium-mac/fast/html/details-add-summary-6-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-6-expected.png.
1668 * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-7-and-click-expected.png.
1669 * platform/chromium-mac/fast/html/details-add-summary-7-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-7-expected.png.
1670 * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-8-and-click-expected.png.
1671 * platform/chromium-mac/fast/html/details-add-summary-8-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-8-expected.png.
1672 * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-9-and-click-expected.png.
1673 * platform/chromium-mac/fast/html/details-add-summary-9-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-9-expected.png.
1674 * platform/chromium-mac/fast/html/details-no-summary1-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-no-summary1-expected.png.
1675 * platform/chromium-mac/fast/html/details-no-summary2-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-no-summary2-expected.png.
1676 * platform/chromium-mac/fast/html/details-no-summary3-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-no-summary3-expected.png.
1677 * platform/chromium-mac/fast/html/details-no-summary4-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-no-summary4-expected.png.
1678 * platform/chromium-mac/fast/html/details-open-javascript-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-open-javascript-expected.png.
1679 * platform/chromium-mac/fast/html/details-open1-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-open1-expected.png.
1680 * platform/chromium-mac/fast/html/details-open2-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-open2-expected.png.
1681 * platform/chromium-mac/fast/html/details-open3-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-open3-expected.png.
1682 * platform/chromium-mac/fast/html/details-open4-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-open4-expected.png.
1683 * platform/chromium-mac/fast/html/details-open5-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-open5-expected.png.
1684 * platform/chromium-mac/fast/html/details-open6-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-open6-expected.png.
1685 * platform/chromium-mac/fast/html/details-position-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-position-expected.png.
1686 * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-remove-summary-1-and-click-expected.png.
1687 * platform/chromium-mac/fast/html/details-remove-summary-1-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-remove-summary-1-expected.png.
1688 * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-remove-summary-2-and-click-expected.png.
1689 * platform/chromium-mac/fast/html/details-remove-summary-2-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-remove-summary-2-expected.png.
1690 * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-remove-summary-3-and-click-expected.png.
1691 * platform/chromium-mac/fast/html/details-remove-summary-3-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-remove-summary-3-expected.png.
1692 * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-remove-summary-4-and-click-expected.png.
1693 * platform/chromium-mac/fast/html/details-remove-summary-4-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-remove-summary-4-expected.png.
1694 * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-remove-summary-5-and-click-expected.png.
1695 * platform/chromium-mac/fast/html/details-remove-summary-5-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-remove-summary-5-expected.png.
1696 * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-remove-summary-6-and-click-expected.png.
1697 * platform/chromium-mac/fast/html/details-remove-summary-6-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-remove-summary-6-expected.png.
1698 * platform/chromium-mac/fast/html/details-writing-mode-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/html/details-writing-mode-expected.png.
1699 * platform/chromium-win-vista/fast/html/details-add-summary-1-and-click-expected.checksum: Removed.
1700 * platform/chromium-win-vista/fast/html/details-add-summary-1-expected.checksum: Removed.
1701 * platform/chromium-win-vista/fast/html/details-add-summary-10-and-click-expected.checksum: Removed.
1702 * platform/chromium-win-vista/fast/html/details-add-summary-10-expected.checksum: Removed.
1703 * platform/chromium-win-vista/fast/html/details-add-summary-2-and-click-expected.checksum: Removed.
1704 * platform/chromium-win-vista/fast/html/details-add-summary-2-expected.checksum: Removed.
1705 * platform/chromium-win-vista/fast/html/details-add-summary-3-and-click-expected.checksum: Removed.
1706 * platform/chromium-win-vista/fast/html/details-add-summary-3-expected.checksum: Removed.
1707 * platform/chromium-win-vista/fast/html/details-add-summary-4-and-click-expected.checksum: Removed.
1708 * platform/chromium-win-vista/fast/html/details-add-summary-4-expected.checksum: Removed.
1709 * platform/chromium-win-vista/fast/html/details-add-summary-5-and-click-expected.checksum: Removed.
1710 * platform/chromium-win-vista/fast/html/details-add-summary-5-expected.checksum: Removed.
1711 * platform/chromium-win-vista/fast/html/details-add-summary-6-and-click-expected.checksum: Removed.
1712 * platform/chromium-win-vista/fast/html/details-add-summary-6-expected.checksum: Removed.
1713 * platform/chromium-win-vista/fast/html/details-add-summary-7-and-click-expected.checksum: Removed.
1714 * platform/chromium-win-vista/fast/html/details-add-summary-7-expected.checksum: Removed.
1715 * platform/chromium-win-vista/fast/html/details-add-summary-8-and-click-expected.checksum: Removed.
1716 * platform/chromium-win-vista/fast/html/details-add-summary-8-expected.checksum: Removed.
1717 * platform/chromium-win-vista/fast/html/details-add-summary-9-and-click-expected.checksum: Removed.
1718 * platform/chromium-win-vista/fast/html/details-add-summary-9-expected.checksum: Removed.
1719 * platform/chromium-win-vista/fast/html/details-no-summary1-expected.checksum: Removed.
1720 * platform/chromium-win-vista/fast/html/details-no-summary2-expected.checksum: Removed.
1721 * platform/chromium-win-vista/fast/html/details-no-summary3-expected.checksum: Removed.
1722 * platform/chromium-win-vista/fast/html/details-no-summary4-expected.checksum: Removed.
1723 * platform/chromium-win-vista/fast/html/details-open-javascript-expected.checksum: Removed.
1724 * platform/chromium-win-vista/fast/html/details-open1-expected.checksum: Removed.
1725 * platform/chromium-win-vista/fast/html/details-open2-expected.checksum: Removed.
1726 * platform/chromium-win-vista/fast/html/details-open3-expected.checksum: Removed.
1727 * platform/chromium-win-vista/fast/html/details-open4-expected.checksum: Removed.
1728 * platform/chromium-win-vista/fast/html/details-open5-expected.checksum: Removed.
1729 * platform/chromium-win-vista/fast/html/details-open6-expected.checksum: Removed.
1730 * platform/chromium-win-vista/fast/html/details-position-expected.checksum: Removed.
1731 * platform/chromium-win-vista/fast/html/details-remove-summary-1-and-click-expected.checksum: Removed.
1732 * platform/chromium-win-vista/fast/html/details-remove-summary-1-expected.checksum: Removed.
1733 * platform/chromium-win-vista/fast/html/details-remove-summary-2-and-click-expected.checksum: Removed.
1734 * platform/chromium-win-vista/fast/html/details-remove-summary-2-expected.checksum: Removed.
1735 * platform/chromium-win-vista/fast/html/details-remove-summary-3-and-click-expected.checksum: Removed.
1736 * platform/chromium-win-vista/fast/html/details-remove-summary-3-expected.checksum: Removed.
1737 * platform/chromium-win-vista/fast/html/details-remove-summary-4-and-click-expected.checksum: Removed.
1738 * platform/chromium-win-vista/fast/html/details-remove-summary-4-expected.checksum: Removed.
1739 * platform/chromium-win-vista/fast/html/details-remove-summary-5-and-click-expected.checksum: Removed.
1740 * platform/chromium-win-vista/fast/html/details-remove-summary-5-expected.checksum: Removed.
1741 * platform/chromium-win-vista/fast/html/details-remove-summary-6-and-click-expected.checksum: Removed.
1742 * platform/chromium-win-vista/fast/html/details-remove-summary-6-expected.checksum: Removed.
1743 * platform/chromium-win-vista/fast/html/details-writing-mode-expected.checksum: Removed.
1745 2011-04-04 Pavel Podivilov <podivilov@chromium.org>
1747 Unreviewed, udpate chromium test expectations after r82786.
1749 * platform/chromium-linux-x86_64/fast/table/colspanMinWidth-vertical-expected.png: Added.
1750 * platform/chromium-win-vista/fast/table/colspanMinWidth-vertical-expected.checksum: Added.
1751 * platform/chromium-win/fast/table/colspanMinWidth-vertical-expected.checksum: Removed.
1752 * platform/chromium-win/fast/table/colspanMinWidth-vertical-expected.png:
1753 * platform/chromium-win/fast/table/colspanMinWidth-vertical-expected.txt:
1755 2011-04-04 Andrey Kosyakov <caseq@chromium.org>
1757 Unreviewed. Followup to an incomplete commit in r82806.
1759 * inspector/extensions/extensions.html:
1761 2011-04-04 Pavel Podivilov <podivilov@chromium.org>
1763 Unreviewed, add chromium test expectations for tests added in r82780.
1765 * platform/chromium-mac/fast/dom/Element/scale-page-bounding-client-rect-expected.txt: Added.
1766 * platform/chromium-mac/fast/dom/Element/scale-page-client-rects-expected.txt: Added.
1767 * platform/chromium-mac/fast/dom/Range/scale-page-bounding-client-rect-expected.txt: Added.
1768 * platform/chromium-mac/fast/dom/Range/scale-page-client-rects-expected.txt: Added.
1769 * platform/chromium-win/fast/dom/Element/scale-page-bounding-client-rect-expected.txt: Added.
1770 * platform/chromium-win/fast/dom/Element/scale-page-client-rects-expected.txt: Added.
1771 * platform/chromium-win/fast/dom/Range/scale-page-bounding-client-rect-expected.txt: Added.
1772 * platform/chromium-win/fast/dom/Range/scale-page-client-rects-expected.txt: Added.
1774 2011-04-04 Pavel Podivilov <podivilov@chromium.org>
1776 Unreviewed, rebaseline chromium tests after r82783.
1778 * platform/chromium-linux-x86_64/fast/html/details-add-summary-1-and-click-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.png.
1779 * platform/chromium-linux-x86_64/fast/html/details-add-summary-1-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-remove-summary-5-expected.png.
1780 * platform/chromium-linux-x86_64/fast/html/details-add-summary-10-and-click-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-open1-expected.png.
1781 * platform/chromium-linux-x86_64/fast/html/details-add-summary-10-expected.png: Added.
1782 * platform/chromium-linux-x86_64/fast/html/details-add-summary-2-and-click-expected.png: Added.
1783 * platform/chromium-linux-x86_64/fast/html/details-add-summary-2-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-remove-summary-5-expected.png.
1784 * platform/chromium-linux-x86_64/fast/html/details-add-summary-3-and-click-expected.png: Added.
1785 * platform/chromium-linux-x86_64/fast/html/details-add-summary-3-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-open6-expected.png.
1786 * platform/chromium-linux-x86_64/fast/html/details-add-summary-4-and-click-expected.png: Added.
1787 * platform/chromium-linux-x86_64/fast/html/details-add-summary-4-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.png.
1788 * platform/chromium-linux-x86_64/fast/html/details-add-summary-5-and-click-expected.png: Added.
1789 * platform/chromium-linux-x86_64/fast/html/details-add-summary-5-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-remove-summary-5-expected.png.
1790 * platform/chromium-linux-x86_64/fast/html/details-add-summary-6-and-click-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-open1-expected.png.
1791 * platform/chromium-linux-x86_64/fast/html/details-add-summary-6-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-remove-summary-5-expected.png.
1792 * platform/chromium-linux-x86_64/fast/html/details-add-summary-7-and-click-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-open1-expected.png.
1793 * platform/chromium-linux-x86_64/fast/html/details-add-summary-7-expected.png: Added.
1794 * platform/chromium-linux-x86_64/fast/html/details-add-summary-8-and-click-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.png.
1795 * platform/chromium-linux-x86_64/fast/html/details-add-summary-8-expected.png: Added.
1796 * platform/chromium-linux-x86_64/fast/html/details-add-summary-9-and-click-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.png.
1797 * platform/chromium-linux-x86_64/fast/html/details-add-summary-9-expected.png: Added.
1798 * platform/chromium-linux-x86_64/fast/html/details-no-summary1-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.png.
1799 * platform/chromium-linux-x86_64/fast/html/details-no-summary2-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.png.
1800 * platform/chromium-linux-x86_64/fast/html/details-no-summary3-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.png.
1801 * platform/chromium-linux-x86_64/fast/html/details-no-summary4-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.png.
1802 * platform/chromium-linux-x86_64/fast/html/details-open-javascript-expected.png: Added.
1803 * platform/chromium-linux-x86_64/fast/html/details-open1-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.png.
1804 * platform/chromium-linux-x86_64/fast/html/details-open2-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-open1-expected.png.
1805 * platform/chromium-linux-x86_64/fast/html/details-open3-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.png.
1806 * platform/chromium-linux-x86_64/fast/html/details-open4-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-open1-expected.png.
1807 * platform/chromium-linux-x86_64/fast/html/details-open5-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.png.
1808 * platform/chromium-linux-x86_64/fast/html/details-open6-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.png.
1809 * platform/chromium-linux-x86_64/fast/html/details-position-expected.png: Added.
1810 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-1-and-click-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.png.
1811 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-1-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.png.
1812 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-2-and-click-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.png.
1813 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-2-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-open1-expected.png.
1814 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-3-and-click-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-add-summary-6-expected.png.
1815 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-3-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.png.
1816 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-4-and-click-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.png.
1817 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-4-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.png.
1818 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-5-and-click-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-open1-expected.png.
1819 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-5-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.png.
1820 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-6-and-click-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.png.
1821 * platform/chromium-linux-x86_64/fast/html/details-remove-summary-6-expected.png: Copied from LayoutTests/platform/chromium-win/fast/html/details-open3-expected.png.
1822 * platform/chromium-linux-x86_64/fast/html/details-writing-mode-expected.png: Added.
1823 * platform/chromium-mac-leopard/fast/html/details-add-summary-1-and-click-expected.png: Added.
1824 * platform/chromium-mac-leopard/fast/html/details-add-summary-1-expected.png: Added.
1825 * platform/chromium-mac-leopard/fast/html/details-add-summary-10-and-click-expected.png: Added.
1826 * platform/chromium-mac-leopard/fast/html/details-add-summary-10-expected.png: Added.
1827 * platform/chromium-mac-leopard/fast/html/details-add-summary-2-and-click-expected.png: Added.
1828 * platform/chromium-mac-leopard/fast/html/details-add-summary-2-expected.png: Added.
1829 * platform/chromium-mac-leopard/fast/html/details-add-summary-3-and-click-expected.png: Added.
1830 * platform/chromium-mac-leopard/fast/html/details-add-summary-3-expected.png: Added.
1831 * platform/chromium-mac-leopard/fast/html/details-add-summary-4-and-click-expected.png: Added.
1832 * platform/chromium-mac-leopard/fast/html/details-add-summary-4-expected.png: Added.
1833 * platform/chromium-mac-leopard/fast/html/details-add-summary-5-and-click-expected.png: Added.
1834 * platform/chromium-mac-leopard/fast/html/details-add-summary-5-expected.png: Added.
1835 * platform/chromium-mac-leopard/fast/html/details-add-summary-6-and-click-expected.png: Added.
1836 * platform/chromium-mac-leopard/fast/html/details-add-summary-6-expected.png: Added.
1837 * platform/chromium-mac-leopard/fast/html/details-add-summary-7-and-click-expected.png: Added.
1838 * platform/chromium-mac-leopard/fast/html/details-add-summary-7-expected.png: Added.
1839 * platform/chromium-mac-leopard/fast/html/details-add-summary-8-and-click-expected.png: Added.
1840 * platform/chromium-mac-leopard/fast/html/details-add-summary-8-expected.png: Added.
1841 * platform/chromium-mac-leopard/fast/html/details-add-summary-9-and-click-expected.png: Added.
1842 * platform/chromium-mac-leopard/fast/html/details-add-summary-9-expected.png: Added.
1843 * platform/chromium-mac-leopard/fast/html/details-no-summary1-expected.png: Added.
1844 * platform/chromium-mac-leopard/fast/html/details-no-summary2-expected.png: Added.
1845 * platform/chromium-mac-leopard/fast/html/details-no-summary3-expected.png: Added.
1846 * platform/chromium-mac-leopard/fast/html/details-no-summary4-expected.png: Added.
1847 * platform/chromium-mac-leopard/fast/html/details-open-javascript-expected.png: Added.
1848 * platform/chromium-mac-leopard/fast/html/details-open1-expected.png: Added.
1849 * platform/chromium-mac-leopard/fast/html/details-open2-expected.png: Added.
1850 * platform/chromium-mac-leopard/fast/html/details-open3-expected.png: Added.
1851 * platform/chromium-mac-leopard/fast/html/details-open4-expected.png: Added.
1852 * platform/chromium-mac-leopard/fast/html/details-open5-expected.png: Added.
1853 * platform/chromium-mac-leopard/fast/html/details-open6-expected.png: Added.
1854 * platform/chromium-mac-leopard/fast/html/details-position-expected.png: Added.
1855 * platform/chromium-mac-leopard/fast/html/details-remove-summary-1-and-click-expected.png: Added.
1856 * platform/chromium-mac-leopard/fast/html/details-remove-summary-1-expected.png: Added.
1857 * platform/chromium-mac-leopard/fast/html/details-remove-summary-2-and-click-expected.png: Added.
1858 * platform/chromium-mac-leopard/fast/html/details-remove-summary-2-expected.png: Added.
1859 * platform/chromium-mac-leopard/fast/html/details-remove-summary-3-and-click-expected.png: Added.
1860 * platform/chromium-mac-leopard/fast/html/details-remove-summary-3-expected.png: Added.
1861 * platform/chromium-mac-leopard/fast/html/details-remove-summary-4-and-click-expected.png: Added.
1862 * platform/chromium-mac-leopard/fast/html/details-remove-summary-4-expected.png: Added.
1863 * platform/chromium-mac-leopard/fast/html/details-remove-summary-5-and-click-expected.png: Added.
1864 * platform/chromium-mac-leopard/fast/html/details-remove-summary-5-expected.png: Added.
1865 * platform/chromium-mac-leopard/fast/html/details-remove-summary-6-and-click-expected.png: Added.
1866 * platform/chromium-mac-leopard/fast/html/details-remove-summary-6-expected.png: Added.
1867 * platform/chromium-mac-leopard/fast/html/details-writing-mode-expected.png: Added.
1868 * platform/chromium-win-vista/fast/html/details-add-summary-1-and-click-expected.checksum: Added.
1869 * platform/chromium-win-vista/fast/html/details-add-summary-1-expected.checksum: Added.
1870 * platform/chromium-win-vista/fast/html/details-add-summary-10-and-click-expected.checksum: Added.
1871 * platform/chromium-win-vista/fast/html/details-add-summary-10-expected.checksum: Added.
1872 * platform/chromium-win-vista/fast/html/details-add-summary-2-and-click-expected.checksum: Added.
1873 * platform/chromium-win-vista/fast/html/details-add-summary-2-expected.checksum: Added.
1874 * platform/chromium-win-vista/fast/html/details-add-summary-3-and-click-expected.checksum: Added.
1875 * platform/chromium-win-vista/fast/html/details-add-summary-3-expected.checksum: Added.
1876 * platform/chromium-win-vista/fast/html/details-add-summary-4-and-click-expected.checksum: Added.
1877 * platform/chromium-win-vista/fast/html/details-add-summary-4-expected.checksum: Added.
1878 * platform/chromium-win-vista/fast/html/details-add-summary-5-and-click-expected.checksum: Added.
1879 * platform/chromium-win-vista/fast/html/details-add-summary-5-expected.checksum: Added.
1880 * platform/chromium-win-vista/fast/html/details-add-summary-6-and-click-expected.checksum: Added.
1881 * platform/chromium-win-vista/fast/html/details-add-summary-6-expected.checksum: Added.
1882 * platform/chromium-win-vista/fast/html/details-add-summary-7-and-click-expected.checksum: Added.
1883 * platform/chromium-win-vista/fast/html/details-add-summary-7-expected.checksum: Added.
1884 * platform/chromium-win-vista/fast/html/details-add-summary-8-and-click-expected.checksum: Added.
1885 * platform/chromium-win-vista/fast/html/details-add-summary-8-expected.checksum: Added.
1886 * platform/chromium-win-vista/fast/html/details-add-summary-9-and-click-expected.checksum: Added.
1887 * platform/chromium-win-vista/fast/html/details-add-summary-9-expected.checksum: Added.
1888 * platform/chromium-win-vista/fast/html/details-no-summary1-expected.checksum: Added.
1889 * platform/chromium-win-vista/fast/html/details-no-summary2-expected.checksum: Added.
1890 * platform/chromium-win-vista/fast/html/details-no-summary3-expected.checksum: Added.
1891 * platform/chromium-win-vista/fast/html/details-no-summary4-expected.checksum: Added.
1892 * platform/chromium-win-vista/fast/html/details-open-javascript-expected.checksum: Added.
1893 * platform/chromium-win-vista/fast/html/details-open1-expected.checksum: Added.
1894 * platform/chromium-win-vista/fast/html/details-open2-expected.checksum: Added.
1895 * platform/chromium-win-vista/fast/html/details-open3-expected.checksum: Added.
1896 * platform/chromium-win-vista/fast/html/details-open4-expected.checksum: Added.
1897 * platform/chromium-win-vista/fast/html/details-open5-expected.checksum: Added.
1898 * platform/chromium-win-vista/fast/html/details-open6-expected.checksum: Added.
1899 * platform/chromium-win-vista/fast/html/details-position-expected.checksum: Added.
1900 * platform/chromium-win-vista/fast/html/details-remove-summary-1-and-click-expected.checksum: Added.
1901 * platform/chromium-win-vista/fast/html/details-remove-summary-1-expected.checksum: Added.
1902 * platform/chromium-win-vista/fast/html/details-remove-summary-2-and-click-expected.checksum: Added.
1903 * platform/chromium-win-vista/fast/html/details-remove-summary-2-expected.checksum: Added.
1904 * platform/chromium-win-vista/fast/html/details-remove-summary-3-and-click-expected.checksum: Added.
1905 * platform/chromium-win-vista/fast/html/details-remove-summary-3-expected.checksum: Added.
1906 * platform/chromium-win-vista/fast/html/details-remove-summary-4-and-click-expected.checksum: Added.
1907 * platform/chromium-win-vista/fast/html/details-remove-summary-4-expected.checksum: Added.
1908 * platform/chromium-win-vista/fast/html/details-remove-summary-5-and-click-expected.checksum: Added.
1909 * platform/chromium-win-vista/fast/html/details-remove-summary-5-expected.checksum: Added.
1910 * platform/chromium-win-vista/fast/html/details-remove-summary-6-and-click-expected.checksum: Added.
1911 * platform/chromium-win-vista/fast/html/details-remove-summary-6-expected.checksum: Added.
1912 * platform/chromium-win-vista/fast/html/details-writing-mode-expected.checksum: Added.
1913 * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.checksum: Removed.
1914 * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.png:
1915 * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.txt:
1916 * platform/chromium-win/fast/html/details-add-summary-1-expected.checksum: Removed.
1917 * platform/chromium-win/fast/html/details-add-summary-1-expected.png:
1918 * platform/chromium-win/fast/html/details-add-summary-1-expected.txt:
1919 * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.checksum: Removed.
1920 * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.png:
1921 * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.txt:
1922 * platform/chromium-win/fast/html/details-add-summary-10-expected.checksum: Removed.
1923 * platform/chromium-win/fast/html/details-add-summary-10-expected.png:
1924 * platform/chromium-win/fast/html/details-add-summary-10-expected.txt:
1925 * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.checksum: Removed.
1926 * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.png:
1927 * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.txt:
1928 * platform/chromium-win/fast/html/details-add-summary-2-expected.checksum: Removed.
1929 * platform/chromium-win/fast/html/details-add-summary-2-expected.png:
1930 * platform/chromium-win/fast/html/details-add-summary-2-expected.txt:
1931 * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.checksum: Removed.
1932 * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.png:
1933 * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.txt:
1934 * platform/chromium-win/fast/html/details-add-summary-3-expected.checksum: Removed.
1935 * platform/chromium-win/fast/html/details-add-summary-3-expected.png:
1936 * platform/chromium-win/fast/html/details-add-summary-3-expected.txt:
1937 * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.checksum: Removed.
1938 * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.png:
1939 * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.txt:
1940 * platform/chromium-win/fast/html/details-add-summary-4-expected.checksum: Removed.
1941 * platform/chromium-win/fast/html/details-add-summary-4-expected.png:
1942 * platform/chromium-win/fast/html/details-add-summary-4-expected.txt:
1943 * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.checksum: Removed.
1944 * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.png:
1945 * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.txt:
1946 * platform/chromium-win/fast/html/details-add-summary-5-expected.checksum: Removed.
1947 * platform/chromium-win/fast/html/details-add-summary-5-expected.png:
1948 * platform/chromium-win/fast/html/details-add-summary-5-expected.txt:
1949 * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.checksum: Removed.
1950 * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.png:
1951 * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.txt:
1952 * platform/chromium-win/fast/html/details-add-summary-6-expected.checksum: Removed.
1953 * platform/chromium-win/fast/html/details-add-summary-6-expected.png:
1954 * platform/chromium-win/fast/html/details-add-summary-6-expected.txt:
1955 * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.checksum: Removed.
1956 * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.png:
1957 * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.txt:
1958 * platform/chromium-win/fast/html/details-add-summary-7-expected.checksum: Removed.
1959 * platform/chromium-win/fast/html/details-add-summary-7-expected.png:
1960 * platform/chromium-win/fast/html/details-add-summary-7-expected.txt:
1961 * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.checksum: Removed.
1962 * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.png:
1963 * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.txt:
1964 * platform/chromium-win/fast/html/details-add-summary-8-expected.checksum: Removed.
1965 * platform/chromium-win/fast/html/details-add-summary-8-expected.png:
1966 * platform/chromium-win/fast/html/details-add-summary-8-expected.txt:
1967 * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.checksum: Removed.
1968 * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.png:
1969 * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.txt:
1970 * platform/chromium-win/fast/html/details-add-summary-9-expected.checksum: Removed.
1971 * platform/chromium-win/fast/html/details-add-summary-9-expected.png:
1972 * platform/chromium-win/fast/html/details-add-summary-9-expected.txt:
1973 * platform/chromium-win/fast/html/details-no-summary1-expected.checksum: Removed.
1974 * platform/chromium-win/fast/html/details-no-summary1-expected.png:
1975 * platform/chromium-win/fast/html/details-no-summary1-expected.txt:
1976 * platform/chromium-win/fast/html/details-no-summary2-expected.checksum: Removed.
1977 * platform/chromium-win/fast/html/details-no-summary2-expected.png:
1978 * platform/chromium-win/fast/html/details-no-summary2-expected.txt:
1979 * platform/chromium-win/fast/html/details-no-summary3-expected.checksum: Removed.
1980 * platform/chromium-win/fast/html/details-no-summary3-expected.png:
1981 * platform/chromium-win/fast/html/details-no-summary3-expected.txt:
1982 * platform/chromium-win/fast/html/details-no-summary4-expected.checksum: Removed.
1983 * platform/chromium-win/fast/html/details-no-summary4-expected.png:
1984 * platform/chromium-win/fast/html/details-no-summary4-expected.txt:
1985 * platform/chromium-win/fast/html/details-open-javascript-expected.checksum: Removed.
1986 * platform/chromium-win/fast/html/details-open-javascript-expected.png:
1987 * platform/chromium-win/fast/html/details-open-javascript-expected.txt:
1988 * platform/chromium-win/fast/html/details-open1-expected.checksum: Removed.
1989 * platform/chromium-win/fast/html/details-open1-expected.png:
1990 * platform/chromium-win/fast/html/details-open1-expected.txt:
1991 * platform/chromium-win/fast/html/details-open2-expected.checksum: Removed.
1992 * platform/chromium-win/fast/html/details-open2-expected.png:
1993 * platform/chromium-win/fast/html/details-open2-expected.txt:
1994 * platform/chromium-win/fast/html/details-open3-expected.checksum: Removed.
1995 * platform/chromium-win/fast/html/details-open3-expected.png:
1996 * platform/chromium-win/fast/html/details-open3-expected.txt:
1997 * platform/chromium-win/fast/html/details-open4-expected.checksum: Removed.
1998 * platform/chromium-win/fast/html/details-open4-expected.png:
1999 * platform/chromium-win/fast/html/details-open4-expected.txt:
2000 * platform/chromium-win/fast/html/details-open5-expected.checksum: Removed.
2001 * platform/chromium-win/fast/html/details-open5-expected.png:
2002 * platform/chromium-win/fast/html/details-open5-expected.txt:
2003 * platform/chromium-win/fast/html/details-open6-expected.checksum: Removed.
2004 * platform/chromium-win/fast/html/details-open6-expected.png:
2005 * platform/chromium-win/fast/html/details-open6-expected.txt:
2006 * platform/chromium-win/fast/html/details-position-expected.checksum: Removed.
2007 * platform/chromium-win/fast/html/details-position-expected.png:
2008 * platform/chromium-win/fast/html/details-position-expected.txt:
2009 * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.checksum: Removed.
2010 * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.png:
2011 * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.txt:
2012 * platform/chromium-win/fast/html/details-remove-summary-1-expected.checksum: Removed.
2013 * platform/chromium-win/fast/html/details-remove-summary-1-expected.png:
2014 * platform/chromium-win/fast/html/details-remove-summary-1-expected.txt:
2015 * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.checksum: Removed.
2016 * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.png:
2017 * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.txt:
2018 * platform/chromium-win/fast/html/details-remove-summary-2-expected.checksum: Removed.
2019 * platform/chromium-win/fast/html/details-remove-summary-2-expected.png:
2020 * platform/chromium-win/fast/html/details-remove-summary-2-expected.txt:
2021 * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.checksum: Removed.
2022 * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.png:
2023 * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.txt:
2024 * platform/chromium-win/fast/html/details-remove-summary-3-expected.checksum: Removed.
2025 * platform/chromium-win/fast/html/details-remove-summary-3-expected.png:
2026 * platform/chromium-win/fast/html/details-remove-summary-3-expected.txt:
2027 * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.checksum: Removed.
2028 * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.png:
2029 * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.txt:
2030 * platform/chromium-win/fast/html/details-remove-summary-4-expected.checksum: Removed.
2031 * platform/chromium-win/fast/html/details-remove-summary-4-expected.png:
2032 * platform/chromium-win/fast/html/details-remove-summary-4-expected.txt:
2033 * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.checksum: Removed.
2034 * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.png:
2035 * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.txt:
2036 * platform/chromium-win/fast/html/details-remove-summary-5-expected.checksum: Removed.
2037 * platform/chromium-win/fast/html/details-remove-summary-5-expected.png:
2038 * platform/chromium-win/fast/html/details-remove-summary-5-expected.txt:
2039 * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.checksum: Removed.
2040 * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.png:
2041 * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.txt:
2042 * platform/chromium-win/fast/html/details-remove-summary-6-expected.checksum: Removed.
2043 * platform/chromium-win/fast/html/details-remove-summary-6-expected.png:
2044 * platform/chromium-win/fast/html/details-remove-summary-6-expected.txt:
2045 * platform/chromium-win/fast/html/details-writing-mode-expected.checksum: Removed.
2046 * platform/chromium-win/fast/html/details-writing-mode-expected.png:
2047 * platform/chromium-win/fast/html/details-writing-mode-expected.txt:
2048 * platform/chromium/test_expectations.txt:
2050 2011-04-04 Andrey Kosyakov <caseq@chromium.org>
2052 Reviewed by Yury Semikhatsky.
2054 Web Inspector: [Extensions API] Merge WatchExpressionSidebarPane into ExtensionSidebarPane
2055 https://bugs.webkit.org/show_bug.cgi?id=57622
2057 Merged WatchExpressionSidebarPane into ExtensionSidebarPane, added setPage(url).
2058 Fixed wrong getter in schema (scripts -> elements)
2060 * inspector/extensions/extensions-api-expected.txt:
2061 * inspector/extensions/extensions-expected.txt:
2062 * inspector/extensions/extensions.html:
2064 2011-04-04 Ilya Tikhonovsky <loislo@chromium.org>
2066 Reviewed by Pavel Feldman.
2068 Web Inspector: introduce support of 'optional' flag for command arguments.
2069 https://bugs.webkit.org/show_bug.cgi?id=57698
2071 * inspector/protocol/runtime-agent-expected.txt:
2072 * inspector/protocol/runtime-agent.html:
2073 * inspector/report-API-errors-expected.txt:
2074 * inspector/report-API-errors.html:
2075 * inspector/report-protocol-errors-expected.txt:
2077 2011-04-01 Ilya Tikhonovsky <loislo@chromium.org>
2079 Reviewed by Pavel Feldman.
2081 Web Inspector: introduce support of 'optional' flag for command arguments.
2082 https://bugs.webkit.org/show_bug.cgi?id=57698
2084 * inspector/report-API-errors-expected.txt:
2085 * inspector/report-protocol-errors-expected.txt:
2087 2011-04-03 Kent Tamura <tkent@chromium.org>
2089 Reviewed by Eric Seidel.
2091 Adding a test of value sanitization for <input type=text>
2092 https://bugs.webkit.org/show_bug.cgi?id=57737
2094 * fast/forms/input-value-sanitization-expected.txt:
2095 * fast/forms/script-tests/input-value-sanitization.js: Add tests for type=text.
2097 2011-04-03 Dan Bernstein <mitz@apple.com>
2099 Try to make this test more robust.
2101 * fast/blockflow/broken-ideographic-font.html: Ensure that the font has been loaded before
2102 letting the test finish.
2104 2011-03-21 Ryosuke Niwa <rniwa@webkit.org>
2106 Reviewed by Eric Seidel.
2108 editing commands shouldn't run when there's no body
2109 https://bugs.webkit.org/show_bug.cgi?id=56771
2111 Added tests to ensure WebKit does not crash when attempted to execute editing commands
2112 in an empty document. Also added a test to ensure WebKit does not crash when InsertImage
2113 is executed with selection endpoints being document. WebKit should ignore such attempts
2114 and should not crash.
2116 * editing/editability/empty-document-delete-expected.txt: Added.
2117 * editing/editability/empty-document-delete.html: Added.
2118 * editing/editability/empty-document-justify-right-expected.txt: Added.
2119 * editing/editability/empty-document-justify-right.html: Added.
2120 * editing/editability/empty-document-stylewithcss-expected.txt: Added.
2121 * editing/editability/empty-document-stylewithcss.html: Added.
2122 * editing/execCommand/insert-image-with-selecting-document-expected.txt: Added.
2123 * editing/execCommand/insert-image-with-selecting-document.html: Added.
2125 2011-04-02 Dan Bernstein <mitz@apple.com>
2127 Updated results showing a progression after r82787. The current time display
2128 is now correctly collapsed because the timeline container is not wide enough.
2130 * platform/gtk/media/video-zoom-controls-expected.txt:
2132 2011-04-02 Dan Bernstein <mitz@apple.com>
2134 Updated platform-specific results after r82787.
2136 * platform/gtk/fast/table/colspanMinWidth-vertical-expected.txt:
2138 2011-04-02 Dan Bernstein <mitz@apple.com>
2140 Reviewed by Dave Hyatt.
2142 Remove an unnecessary extra computeLogicalWidth() from line layout
2143 https://bugs.webkit.org/show_bug.cgi?id=57711
2145 These updated expected results show progressions in MathML tests.
2146 fast/table/colspanMinWidth-vertical results changed to show that text controls
2147 still do not handle vertical writing modes correctly.
2149 * platform/mac/fast/table/colspanMinWidth-vertical-expected.checksum:
2150 * platform/mac/fast/table/colspanMinWidth-vertical-expected.png:
2151 * platform/mac/fast/table/colspanMinWidth-vertical-expected.txt:
2152 * platform/mac/mathml/presentation/fractions-expected.checksum:
2153 * platform/mac/mathml/presentation/fractions-expected.png:
2154 * platform/mac/mathml/presentation/fractions-expected.txt:
2155 * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.checksum:
2156 * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.png:
2157 * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.txt:
2158 * platform/mac/mathml/presentation/roots-expected.checksum:
2159 * platform/mac/mathml/presentation/roots-expected.png:
2160 * platform/mac/mathml/presentation/roots-expected.txt:
2161 * platform/mac/mathml/presentation/row-alignment-expected.checksum:
2162 * platform/mac/mathml/presentation/row-alignment-expected.png:
2163 * platform/mac/mathml/presentation/row-alignment-expected.txt:
2164 * platform/mac/mathml/presentation/subsup-expected.checksum:
2165 * platform/mac/mathml/presentation/subsup-expected.png:
2166 * platform/mac/mathml/presentation/subsup-expected.txt:
2168 2011-04-02 Dan Bernstein <mitz@apple.com>
2170 Updated platform-specific results after r82873.
2172 * platform/gtk/fast/html/details-add-summary-1-and-click-expected.txt:
2173 * platform/gtk/fast/html/details-add-summary-1-expected.txt:
2174 * platform/gtk/fast/html/details-add-summary-10-and-click-expected.txt:
2175 * platform/gtk/fast/html/details-add-summary-10-expected.txt:
2176 * platform/gtk/fast/html/details-add-summary-2-and-click-expected.txt:
2177 * platform/gtk/fast/html/details-add-summary-2-expected.txt:
2178 * platform/gtk/fast/html/details-add-summary-3-and-click-expected.txt:
2179 * platform/gtk/fast/html/details-add-summary-3-expected.txt:
2180 * platform/gtk/fast/html/details-add-summary-4-and-click-expected.txt:
2181 * platform/gtk/fast/html/details-add-summary-4-expected.txt:
2182 * platform/gtk/fast/html/details-add-summary-5-and-click-expected.txt:
2183 * platform/gtk/fast/html/details-add-summary-5-expected.txt:
2184 * platform/gtk/fast/html/details-add-summary-6-and-click-expected.txt:
2185 * platform/gtk/fast/html/details-add-summary-6-expected.txt:
2186 * platform/gtk/fast/html/details-add-summary-7-and-click-expected.txt:
2187 * platform/gtk/fast/html/details-add-summary-7-expected.txt:
2188 * platform/gtk/fast/html/details-add-summary-8-and-click-expected.txt:
2189 * platform/gtk/fast/html/details-add-summary-8-expected.txt:
2190 * platform/gtk/fast/html/details-add-summary-9-and-click-expected.txt:
2191 * platform/gtk/fast/html/details-add-summary-9-expected.txt:
2192 * platform/gtk/fast/html/details-no-summary1-expected.txt:
2193 * platform/gtk/fast/html/details-no-summary2-expected.txt:
2194 * platform/gtk/fast/html/details-no-summary3-expected.txt:
2195 * platform/gtk/fast/html/details-no-summary4-expected.txt:
2196 * platform/gtk/fast/html/details-open-javascript-expected.txt:
2197 * platform/gtk/fast/html/details-open1-expected.txt:
2198 * platform/gtk/fast/html/details-open2-expected.txt:
2199 * platform/gtk/fast/html/details-open3-expected.txt:
2200 * platform/gtk/fast/html/details-open4-expected.txt:
2201 * platform/gtk/fast/html/details-open5-expected.txt:
2202 * platform/gtk/fast/html/details-open6-expected.txt:
2203 * platform/gtk/fast/html/details-position-expected.txt:
2204 * platform/gtk/fast/html/details-remove-summary-1-and-click-expected.txt:
2205 * platform/gtk/fast/html/details-remove-summary-1-expected.txt:
2206 * platform/gtk/fast/html/details-remove-summary-2-and-click-expected.txt:
2207 * platform/gtk/fast/html/details-remove-summary-2-expected.txt:
2208 * platform/gtk/fast/html/details-remove-summary-3-and-click-expected.txt:
2209 * platform/gtk/fast/html/details-remove-summary-3-expected.txt:
2210 * platform/gtk/fast/html/details-remove-summary-4-and-click-expected.txt:
2211 * platform/gtk/fast/html/details-remove-summary-4-expected.txt:
2212 * platform/gtk/fast/html/details-remove-summary-5-and-click-expected.txt:
2213 * platform/gtk/fast/html/details-remove-summary-5-expected.txt:
2214 * platform/gtk/fast/html/details-remove-summary-6-and-click-expected.txt:
2215 * platform/gtk/fast/html/details-remove-summary-6-expected.txt:
2216 * platform/gtk/fast/html/details-writing-mode-expected.txt:
2217 * platform/qt/fast/html/details-add-summary-1-and-click-expected.txt:
2218 * platform/qt/fast/html/details-add-summary-1-expected.txt:
2219 * platform/qt/fast/html/details-add-summary-10-and-click-expected.txt:
2220 * platform/qt/fast/html/details-add-summary-10-expected.txt:
2221 * platform/qt/fast/html/details-add-summary-2-and-click-expected.txt:
2222 * platform/qt/fast/html/details-add-summary-2-expected.txt:
2223 * platform/qt/fast/html/details-add-summary-3-and-click-expected.txt:
2224 * platform/qt/fast/html/details-add-summary-3-expected.txt:
2225 * platform/qt/fast/html/details-add-summary-4-and-click-expected.txt:
2226 * platform/qt/fast/html/details-add-summary-4-expected.txt:
2227 * platform/qt/fast/html/details-add-summary-5-and-click-expected.txt:
2228 * platform/qt/fast/html/details-add-summary-5-expected.txt:
2229 * platform/qt/fast/html/details-add-summary-6-and-click-expected.txt:
2230 * platform/qt/fast/html/details-add-summary-6-expected.txt:
2231 * platform/qt/fast/html/details-add-summary-7-and-click-expected.txt:
2232 * platform/qt/fast/html/details-add-summary-7-expected.txt:
2233 * platform/qt/fast/html/details-add-summary-8-and-click-expected.txt:
2234 * platform/qt/fast/html/details-add-summary-8-expected.txt:
2235 * platform/qt/fast/html/details-add-summary-9-and-click-expected.txt:
2236 * platform/qt/fast/html/details-add-summary-9-expected.txt:
2237 * platform/qt/fast/html/details-no-summary1-expected.txt:
2238 * platform/qt/fast/html/details-no-summary2-expected.txt:
2239 * platform/qt/fast/html/details-no-summary3-expected.txt:
2240 * platform/qt/fast/html/details-no-summary4-expected.txt:
2241 * platform/qt/fast/html/details-open-javascript-expected.txt:
2242 * platform/qt/fast/html/details-open1-expected.txt:
2243 * platform/qt/fast/html/details-open2-expected.txt:
2244 * platform/qt/fast/html/details-open3-expected.txt:
2245 * platform/qt/fast/html/details-open4-expected.txt:
2246 * platform/qt/fast/html/details-open5-expected.txt:
2247 * platform/qt/fast/html/details-open6-expected.txt:
2248 * platform/qt/fast/html/details-position-expected.txt:
2249 * platform/qt/fast/html/details-remove-summary-1-and-click-expected.txt:
2250 * platform/qt/fast/html/details-remove-summary-1-expected.txt:
2251 * platform/qt/fast/html/details-remove-summary-2-and-click-expected.txt:
2252 * platform/qt/fast/html/details-remove-summary-2-expected.txt:
2253 * platform/qt/fast/html/details-remove-summary-3-and-click-expected.txt:
2254 * platform/qt/fast/html/details-remove-summary-3-expected.txt:
2255 * platform/qt/fast/html/details-remove-summary-4-and-click-expected.txt:
2256 * platform/qt/fast/html/details-remove-summary-4-expected.txt:
2257 * platform/qt/fast/html/details-remove-summary-5-and-click-expected.txt:
2258 * platform/qt/fast/html/details-remove-summary-5-expected.txt:
2259 * platform/qt/fast/html/details-remove-summary-6-and-click-expected.txt:
2260 * platform/qt/fast/html/details-remove-summary-6-expected.txt:
2261 * platform/qt/fast/html/details-writing-mode-expected.txt:
2263 2011-04-02 Dan Bernstein <mitz@apple.com>
2265 Reviewed by Beth Dakin.
2267 <details> marker loses its margin
2268 https://bugs.webkit.org/show_bug.cgi?id=57713
2270 * platform/mac/fast/html/details-add-summary-1-and-click-expected.checksum:
2271 * platform/mac/fast/html/details-add-summary-1-and-click-expected.png:
2272 * platform/mac/fast/html/details-add-summary-1-and-click-expected.txt:
2273 * platform/mac/fast/html/details-add-summary-1-expected.checksum:
2274 * platform/mac/fast/html/details-add-summary-1-expected.png:
2275 * platform/mac/fast/html/details-add-summary-1-expected.txt:
2276 * platform/mac/fast/html/details-add-summary-10-and-click-expected.checksum:
2277 * platform/mac/fast/html/details-add-summary-10-and-click-expected.png:
2278 * platform/mac/fast/html/details-add-summary-10-and-click-expected.txt:
2279 * platform/mac/fast/html/details-add-summary-10-expected.checksum:
2280 * platform/mac/fast/html/details-add-summary-10-expected.png:
2281 * platform/mac/fast/html/details-add-summary-10-expected.txt:
2282 * platform/mac/fast/html/details-add-summary-2-and-click-expected.checksum:
2283 * platform/mac/fast/html/details-add-summary-2-and-click-expected.png:
2284 * platform/mac/fast/html/details-add-summary-2-and-click-expected.txt:
2285 * platform/mac/fast/html/details-add-summary-2-expected.checksum:
2286 * platform/mac/fast/html/details-add-summary-2-expected.png:
2287 * platform/mac/fast/html/details-add-summary-2-expected.txt:
2288 * platform/mac/fast/html/details-add-summary-3-and-click-expected.checksum:
2289 * platform/mac/fast/html/details-add-summary-3-and-click-expected.png:
2290 * platform/mac/fast/html/details-add-summary-3-and-click-expected.txt:
2291 * platform/mac/fast/html/details-add-summary-3-expected.checksum:
2292 * platform/mac/fast/html/details-add-summary-3-expected.png:
2293 * platform/mac/fast/html/details-add-summary-3-expected.txt:
2294 * platform/mac/fast/html/details-add-summary-4-and-click-expected.checksum:
2295 * platform/mac/fast/html/details-add-summary-4-and-click-expected.png:
2296 * platform/mac/fast/html/details-add-summary-4-and-click-expected.txt:
2297 * platform/mac/fast/html/details-add-summary-4-expected.checksum:
2298 * platform/mac/fast/html/details-add-summary-4-expected.png:
2299 * platform/mac/fast/html/details-add-summary-4-expected.txt:
2300 * platform/mac/fast/html/details-add-summary-5-and-click-expected.checksum:
2301 * platform/mac/fast/html/details-add-summary-5-and-click-expected.png:
2302 * platform/mac/fast/html/details-add-summary-5-and-click-expected.txt:
2303 * platform/mac/fast/html/details-add-summary-5-expected.checksum:
2304 * platform/mac/fast/html/details-add-summary-5-expected.png:
2305 * platform/mac/fast/html/details-add-summary-5-expected.txt:
2306 * platform/mac/fast/html/details-add-summary-6-and-click-expected.checksum:
2307 * platform/mac/fast/html/details-add-summary-6-and-click-expected.png:
2308 * platform/mac/fast/html/details-add-summary-6-and-click-expected.txt:
2309 * platform/mac/fast/html/details-add-summary-6-expected.checksum:
2310 * platform/mac/fast/html/details-add-summary-6-expected.png:
2311 * platform/mac/fast/html/details-add-summary-6-expected.txt:
2312 * platform/mac/fast/html/details-add-summary-7-and-click-expected.checksum:
2313 * platform/mac/fast/html/details-add-summary-7-and-click-expected.png:
2314 * platform/mac/fast/html/details-add-summary-7-and-click-expected.txt:
2315 * platform/mac/fast/html/details-add-summary-7-expected.checksum:
2316 * platform/mac/fast/html/details-add-summary-7-expected.png:
2317 * platform/mac/fast/html/details-add-summary-7-expected.txt:
2318 * platform/mac/fast/html/details-add-summary-8-and-click-expected.checksum:
2319 * platform/mac/fast/html/details-add-summary-8-and-click-expected.png:
2320 * platform/mac/fast/html/details-add-summary-8-and-click-expected.txt:
2321 * platform/mac/fast/html/details-add-summary-8-expected.checksum:
2322 * platform/mac/fast/html/details-add-summary-8-expected.png:
2323 * platform/mac/fast/html/details-add-summary-8-expected.txt:
2324 * platform/mac/fast/html/details-add-summary-9-and-click-expected.checksum:
2325 * platform/mac/fast/html/details-add-summary-9-and-click-expected.png:
2326 * platform/mac/fast/html/details-add-summary-9-and-click-expected.txt:
2327 * platform/mac/fast/html/details-add-summary-9-expected.checksum:
2328 * platform/mac/fast/html/details-add-summary-9-expected.png:
2329 * platform/mac/fast/html/details-add-summary-9-expected.txt:
2330 * platform/mac/fast/html/details-no-summary1-expected.checksum:
2331 * platform/mac/fast/html/details-no-summary1-expected.png:
2332 * platform/mac/fast/html/details-no-summary1-expected.txt:
2333 * platform/mac/fast/html/details-no-summary2-expected.checksum:
2334 * platform/mac/fast/html/details-no-summary2-expected.png:
2335 * platform/mac/fast/html/details-no-summary2-expected.txt:
2336 * platform/mac/fast/html/details-no-summary3-expected.checksum:
2337 * platform/mac/fast/html/details-no-summary3-expected.png:
2338 * platform/mac/fast/html/details-no-summary3-expected.txt:
2339 * platform/mac/fast/html/details-no-summary4-expected.checksum:
2340 * platform/mac/fast/html/details-no-summary4-expected.png:
2341 * platform/mac/fast/html/details-no-summary4-expected.txt:
2342 * platform/mac/fast/html/details-open-javascript-expected.checksum:
2343 * platform/mac/fast/html/details-open-javascript-expected.png:
2344 * platform/mac/fast/html/details-open-javascript-expected.txt:
2345 * platform/mac/fast/html/details-open1-expected.checksum:
2346 * platform/mac/fast/html/details-open1-expected.png:
2347 * platform/mac/fast/html/details-open1-expected.txt:
2348 * platform/mac/fast/html/details-open2-expected.checksum:
2349 * platform/mac/fast/html/details-open2-expected.png:
2350 * platform/mac/fast/html/details-open2-expected.txt:
2351 * platform/mac/fast/html/details-open3-expected.checksum:
2352 * platform/mac/fast/html/details-open3-expected.png:
2353 * platform/mac/fast/html/details-open3-expected.txt:
2354 * platform/mac/fast/html/details-open4-expected.checksum:
2355 * platform/mac/fast/html/details-open4-expected.png:
2356 * platform/mac/fast/html/details-open4-expected.txt:
2357 * platform/mac/fast/html/details-open5-expected.checksum:
2358 * platform/mac/fast/html/details-open5-expected.png:
2359 * platform/mac/fast/html/details-open5-expected.txt:
2360 * platform/mac/fast/html/details-open6-expected.checksum:
2361 * platform/mac/fast/html/details-open6-expected.png:
2362 * platform/mac/fast/html/details-open6-expected.txt:
2363 * platform/mac/fast/html/details-position-expected.checksum:
2364 * platform/mac/fast/html/details-position-expected.png:
2365 * platform/mac/fast/html/details-position-expected.txt:
2366 * platform/mac/fast/html/details-remove-summary-1-and-click-expected.checksum:
2367 * platform/mac/fast/html/details-remove-summary-1-and-click-expected.png:
2368 * platform/mac/fast/html/details-remove-summary-1-and-click-expected.txt:
2369 * platform/mac/fast/html/details-remove-summary-1-expected.checksum:
2370 * platform/mac/fast/html/details-remove-summary-1-expected.png:
2371 * platform/mac/fast/html/details-remove-summary-1-expected.txt:
2372 * platform/mac/fast/html/details-remove-summary-2-and-click-expected.checksum:
2373 * platform/mac/fast/html/details-remove-summary-2-and-click-expected.png:
2374 * platform/mac/fast/html/details-remove-summary-2-and-click-expected.txt:
2375 * platform/mac/fast/html/details-remove-summary-2-expected.checksum:
2376 * platform/mac/fast/html/details-remove-summary-2-expected.png:
2377 * platform/mac/fast/html/details-remove-summary-2-expected.txt:
2378 * platform/mac/fast/html/details-remove-summary-3-and-click-expected.checksum:
2379 * platform/mac/fast/html/details-remove-summary-3-and-click-expected.png:
2380 * platform/mac/fast/html/details-remove-summary-3-and-click-expected.txt:
2381 * platform/mac/fast/html/details-remove-summary-3-expected.checksum:
2382 * platform/mac/fast/html/details-remove-summary-3-expected.png:
2383 * platform/mac/fast/html/details-remove-summary-3-expected.txt:
2384 * platform/mac/fast/html/details-remove-summary-4-and-click-expected.checksum:
2385 * platform/mac/fast/html/details-remove-summary-4-and-click-expected.png:
2386 * platform/mac/fast/html/details-remove-summary-4-and-click-expected.txt:
2387 * platform/mac/fast/html/details-remove-summary-4-expected.checksum:
2388 * platform/mac/fast/html/details-remove-summary-4-expected.png:
2389 * platform/mac/fast/html/details-remove-summary-4-expected.txt:
2390 * platform/mac/fast/html/details-remove-summary-5-and-click-expected.checksum:
2391 * platform/mac/fast/html/details-remove-summary-5-and-click-expected.png:
2392 * platform/mac/fast/html/details-remove-summary-5-and-click-expected.txt:
2393 * platform/mac/fast/html/details-remove-summary-5-expected.checksum:
2394 * platform/mac/fast/html/details-remove-summary-5-expected.png:
2395 * platform/mac/fast/html/details-remove-summary-5-expected.txt:
2396 * platform/mac/fast/html/details-remove-summary-6-and-click-expected.checksum:
2397 * platform/mac/fast/html/details-remove-summary-6-and-click-expected.png:
2398 * platform/mac/fast/html/details-remove-summary-6-and-click-expected.txt:
2399 * platform/mac/fast/html/details-remove-summary-6-expected.checksum:
2400 * platform/mac/fast/html/details-remove-summary-6-expected.png:
2401 * platform/mac/fast/html/details-remove-summary-6-expected.txt:
2402 * platform/mac/fast/html/details-writing-mode-expected.checksum:
2403 * platform/mac/fast/html/details-writing-mode-expected.png:
2404 * platform/mac/fast/html/details-writing-mode-expected.txt:
2406 2011-04-02 Andy Estes <aestes@apple.com>
2408 Reviewed by Oliver Hunt.
2410 REGRESSION (r69237): Black border around map elements while using an image map on Mac platform
2411 https://bugs.webkit.org/show_bug.cgi?id=52518
2413 * fast/images/imagemap-focus-ring-zero-outline-width.html: Added.
2414 * platform/mac/fast/images/imagemap-focus-ring-zero-outline-width-expected.checksum: Added.
2415 * platform/mac/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Added.
2416 * platform/mac/fast/images/imagemap-focus-ring-zero-outline-width-expected.txt: Added.
2418 2011-04-01 Beth Dakin <bdakin@apple.com>
2420 Reviewed by Sam Weinig.
2422 https://bugs.webkit.org/show_bug.cgi?id=57605
2423 Frame::pageScaleFactor() should not affect getBoundingClientRect() or
2426 <rdar://problem/9194541>
2428 * fast/dom/Element/scale-page-bounding-client-rect-expected.txt: Added.
2429 * fast/dom/Element/scale-page-bounding-client-rect.html: Added.
2430 * fast/dom/Element/scale-page-client-rects-expected.txt: Added.
2431 * fast/dom/Element/scale-page-client-rects.html: Added.
2432 * fast/dom/Range/scale-page-bounding-client-rect-expected.txt: Added.
2433 * fast/dom/Range/scale-page-bounding-client-rect.html: Added.
2434 * fast/dom/Range/scale-page-client-rects-expected.txt: Added.
2435 * fast/dom/Range/scale-page-client-rects.html: Added.
2436 * platform/gtk/Skipped:
2437 * platform/qt/Skipped:
2438 * platform/win/Skipped:
2440 2011-04-02 Dan Bernstein <mitz@apple.com>
2442 Reverted r82775 due to changes in <details> test results, which are
2443 likely progressions.
2445 * platform/mac/fast/table/colspanMinWidth-vertical-expected.checksum:
2446 * platform/mac/fast/table/colspanMinWidth-vertical-expected.png:
2447 * platform/mac/fast/table/colspanMinWidth-vertical-expected.txt:
2448 * platform/mac/mathml/presentation/fractions-expected.checksum:
2449 * platform/mac/mathml/presentation/fractions-expected.png:
2450 * platform/mac/mathml/presentation/fractions-expected.txt:
2451 * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.checksum:
2452 * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.png:
2453 * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.txt:
2454 * platform/mac/mathml/presentation/roots-expected.checksum:
2455 * platform/mac/mathml/presentation/roots-expected.png:
2456 * platform/mac/mathml/presentation/roots-expected.txt:
2457 * platform/mac/mathml/presentation/row-alignment-expected.checksum:
2458 * platform/mac/mathml/presentation/row-alignment-expected.png:
2459 * platform/mac/mathml/presentation/row-alignment-expected.txt:
2460 * platform/mac/mathml/presentation/subsup-expected.checksum:
2461 * platform/mac/mathml/presentation/subsup-expected.png:
2462 * platform/mac/mathml/presentation/subsup-expected.txt:
2464 2011-04-02 Dan Bernstein <mitz@apple.com>
2466 Reviewed by Dave Hyatt.
2468 Remove an unnecessary extra computeLogicalWidth() from line layout
2469 https://bugs.webkit.org/show_bug.cgi?id=57711
2471 These updated expected results show progressions in MathML tests.
2472 fast/table/colspanMinWidth-vertical results changed to show that text controls
2473 still do not handle vertical writing modes correctly.
2475 * platform/mac/fast/table/colspanMinWidth-vertical-expected.checksum:
2476 * platform/mac/fast/table/colspanMinWidth-vertical-expected.png:
2477 * platform/mac/fast/table/colspanMinWidth-vertical-expected.txt:
2478 * platform/mac/mathml/presentation/fractions-expected.checksum:
2479 * platform/mac/mathml/presentation/fractions-expected.png:
2480 * platform/mac/mathml/presentation/fractions-expected.txt:
2481 * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.checksum:
2482 * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.png:
2483 * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.txt:
2484 * platform/mac/mathml/presentation/roots-expected.checksum:
2485 * platform/mac/mathml/presentation/roots-expected.png:
2486 * platform/mac/mathml/presentation/roots-expected.txt:
2487 * platform/mac/mathml/presentation/row-alignment-expected.checksum:
2488 * platform/mac/mathml/presentation/row-alignment-expected.png:
2489 * platform/mac/mathml/presentation/row-alignment-expected.txt:
2490 * platform/mac/mathml/presentation/subsup-expected.checksum:
2491 * platform/mac/mathml/presentation/subsup-expected.png:
2492 * platform/mac/mathml/presentation/subsup-expected.txt:
2494 2011-04-02 Dominic Cooney <dominicc@google.com>
2496 Reviewed by Martin Robinson.
2498 Add layoutTestController.shadowRoot to GTK DumpRenderTree.
2499 https://bugs.webkit.org/show_bug.cgi?id=57551
2501 * platform/gtk/Skipped: unskip test that accesses shadowRoot
2503 2011-04-01 Anantanarayanan G Iyengar <ananta@chromium.org>
2505 Reviewed by Eric Seidel.
2507 https://bugs.webkit.org/show_bug.cgi?id=57693
2508 Skipped the windowless_plugin_paint_test.html layout test on Webkit Windows.
2510 * platform/win/Skipped:
2512 2011-04-01 Dimitri Glazkov <dglazkov@chromium.org>
2514 Skip the test landed in r82758, since WebKitTestRunner doesn't implement
2515 displayInvalidatedRegion.
2517 * platform/mac-wk2/Skipped: Skipped the test.
2519 2011-04-01 Adam Barth <abarth@webkit.org>
2521 This test fails by timing out.
2523 * platform/chromium/test_expectations.txt:
2525 2011-04-01 Dirk Pranke <dpranke@chromium.org>
2527 Unreviewed, expectations change.
2529 Skipping fast/workers/dedicated-worker-lifecycle instead of
2530 treating it as SLOW. It appears to be downright flaky.
2532 https://bugs.webkit.org/show_bug.cgi?id=57678
2534 * platform/mac/test_expectations.txt:
2536 2011-04-01 Dirk Pranke <dpranke@chromium.org>
2538 Unreviewed, expectations change.
2540 Suppress some flaky bidi- and editing-related test failures on
2541 SL Mac NRWT runs. See:
2543 https://bugs.webkit.org/show_bug.cgi?id=57688
2545 * platform/mac/test_expectations.txt:
2547 2011-04-01 Anantanarayanan G Iyengar <ananta@chromium.org>
2549 Reviewed by Adam Barth.
2551 https://bugs.webkit.org/show_bug.cgi?id=45855
2552 Windowless plugins added dynamically to the DOM should receive paint events.
2553 This is done by ensuring that the plugin widget is marked for painting when
2554 it is added. Added a layout test which verifies that a dynamically added plugin
2555 receives a paint event. This test has to be skipped on chromium mac/linux and
2556 on gtk and qt as it relies on support for the displayInvalidatedRegion function
2557 in the LayoutTestController
2559 * platform/chromium/test_expectations.txt:
2560 * platform/gtk/Skipped:
2561 * platform/qt/Skipped:
2562 * plugins/windowless_plugin_paint_test-expected.txt: Added.
2563 * plugins/windowless_plugin_paint_test.html: Added.
2565 2011-04-01 Sheriff Bot <webkit.review.bot@gmail.com>
2567 Unreviewed, rolling out r82721.
2568 http://trac.webkit.org/changeset/82721
2569 https://bugs.webkit.org/show_bug.cgi?id=57687
2571 This patch introduced assertion failures on the GTK+ bots.
2572 (Requested by mrobinson on #webkit).
2574 * platform/gtk/Skipped:
2576 2011-04-01 Sheriff Bot <webkit.review.bot@gmail.com>
2578 Unreviewed, rolling out r82712, r82729, and r82746.
2579 http://trac.webkit.org/changeset/82712
2580 http://trac.webkit.org/changeset/82729
2581 http://trac.webkit.org/changeset/82746
2582 https://bugs.webkit.org/show_bug.cgi?id=57682
2584 fast/frames/frame-programmatic-noresize.html is failing on
2585 Windows bots. Will look into this offline. (Requested by dydx
2588 * fast/frames/frame-inherit-noresize-from-frameset-expected.txt: Removed.
2589 * fast/frames/frame-inherit-noresize-from-frameset.html: Removed.
2590 * fast/frames/frame-programmatic-noresize-expected.txt: Removed.
2591 * fast/frames/frame-programmatic-noresize.html: Removed.
2592 * fast/frames/frame-with-noresize-can-be-resized-after-removal-of-noresize-expected.txt: Removed.
2593 * fast/frames/frame-with-noresize-can-be-resized-after-removal-of-noresize.html: Removed.
2594 * fast/frames/frame-with-noresize-can-be-resized-after-setting-noResize-to-false-expected.txt: Removed.
2595 * fast/frames/frame-with-noresize-can-be-resized-after-setting-noResize-to-false.html: Removed.
2596 * fast/frames/resources/frame-programmatic-resize.js: Removed.
2597 * platform/chromium/test_expectations.txt:
2599 2011-04-01 Adam Barth <abarth@webkit.org>
2601 Mark failing test as failing.
2603 * platform/chromium/test_expectations.txt:
2605 2011-04-01 Martin Robinson <mrobinson@igalia.com>
2607 Unreviewed, rolling out r82708.
2608 http://trac.webkit.org/changeset/82708
2609 https://bugs.webkit.org/show_bug.cgi?id=53644
2611 This tests fails consistently when run along with other tests
2613 * platform/gtk/Skipped:
2614 * platform/gtk/editing/deleting/5408255-expected.checksum:
2615 * platform/gtk/editing/deleting/5408255-expected.png:
2616 * platform/gtk/editing/deleting/5408255-expected.txt:
2618 2011-04-01 Dirk Pranke <dpranke@chromium.org>
2620 Unreviewed, expectations change.
2622 Update mac new-run-webkit-tests expectations with SLOW tests.
2624 * platform/mac/test_expectations.txt:
2626 2011-04-01 Adam Barth <abarth@webkit.org>
2628 Skip platform/mac/plugins/convert-point.html because it relies on code
2629 that only exists in the test plugin for Apple's Mac port. We generally
2630 ignore most of the tests in platform/mac, although we do run them to
2631 detect crashes. In this case, however, the test does crash, but it
2632 crashes in the test plug-in, which doesn't matter to us.
2634 * platform/chromium/test_expectations.txt:
2636 2011-04-01 Adam Barth <abarth@webkit.org>
2638 Reviewed by Daniel Bates.
2640 Test assigning false to noResize instead of undefined
2641 https://bugs.webkit.org/show_bug.cgi?id=57668
2643 Apparently the V8 bindings have a bug when assigning undefined to a
2644 boolean attribute. I've filed
2645 https://bugs.webkit.org/show_bug.cgi?id=57669 about that issue, which
2646 I'll address in another patch (obviously with a test). In the
2647 meantime, this patch changes this test to test "false" instead of
2650 * fast/frames/frame-programmatic-noresize-expected.txt:
2651 * fast/frames/frame-programmatic-noresize.html:
2653 2011-04-01 Anders Carlsson <andersca@apple.com>
2655 Reviewed by Sam Weinig.
2657 Shockwave plug-in doesn't accept mouse events
2658 https://bugs.webkit.org/show_bug.cgi?id=57653
2659 <rdar://problem/8483273>
2663 * platform/mac/plugins/convert-point-expected.txt: Added.
2664 * platform/mac/plugins/convert-point.html: Added.
2666 2011-04-01 Dominic Cooney <dominicc@google.com>
2668 Reviewed by Martin Robinson.
2670 Add layoutTestController.shadowRoot to GTK DumpRenderTree.
2671 https://bugs.webkit.org/show_bug.cgi?id=57551
2673 * platform/gtk/Skipped: unskip test that accesses shadowRoot
2675 2011-04-01 Darin Adler <darin@apple.com>
2677 Removed some more executable bits from files that don't need them.
2678 These often creep in when someone is working on Windows, which uses
2679 executable bits differently from Unix systems.
2681 * editing/execCommand/align-in-span.html: Removed property svn:executable.
2682 * editing/selection/extend-byline-withfloat.html: Removed property svn:executable.
2683 * fast/canvas/webgl/data-view-test.html: Removed property svn:executable.
2684 * fast/canvas/webgl/resources/gray-ramp-default-gamma.png: Removed property svn:executable.
2685 * fast/canvas/webgl/resources/gray-ramp-gamma0.1.png: Removed property svn:executable.
2686 * fast/canvas/webgl/resources/gray-ramp-gamma1.0.png: Removed property svn:executable.
2687 * fast/canvas/webgl/resources/gray-ramp-gamma2.0.png: Removed property svn:executable.
2688 * fast/canvas/webgl/resources/gray-ramp-gamma4.0.png: Removed property svn:executable.
2689 * fast/canvas/webgl/resources/gray-ramp-gamma9.0.png: Removed property svn:executable.
2690 * fast/canvas/webgl/resources/gray-ramp.png: Removed property svn:executable.
2691 * fast/canvas/webgl/resources/zero-alpha.png: Removed property svn:executable.
2692 * fast/css/inline-element-line-break.html: Removed property svn:executable.
2693 * fast/css/pseudo-element-line-break.html: Removed property svn:executable.
2694 * fast/dom/HTMLScriptElement/async-inline-script-expected.txt: Removed property svn:executable.
2695 * fast/dom/HTMLScriptElement/async-onbeforeload-expected.txt: Removed property svn:executable.
2696 * fast/dom/HTMLScriptElement/async-write-expected.txt: Removed property svn:executable.
2697 * fast/dom/HTMLScriptElement/defer-inline-script-expected.txt: Removed property svn:executable.
2698 * fast/events/before-unload-remove-and-add-subframe.html: Removed property svn:executable.
2699 * fast/events/change-frame-focus.html: Removed property svn:executable.
2700 * fast/files/resources/binary-file: Removed property svn:executable.
2701 * fast/frames/iframe-reparenting.html: Removed property svn:executable.
2702 * fast/frames/resources/iframe-reparenting-frame1.html: Removed property svn:executable.
2703 * fast/frames/resources/iframe-reparenting-frame2.html: Removed property svn:executable.
2704 * fast/frames/resources/iframe-reparenting-iframe-content.html: Removed property svn:executable.
2705 * fast/harness/resources/cached-page-1.html: Removed property svn:executable.
2706 * fast/harness/resources/cached-page-2.html: Removed property svn:executable.
2707 * fast/harness/use-page-cache.html: Removed property svn:executable.
2708 * fast/history/same-document-iframes-changing-fragment-expected.txt: Removed property svn:executable.
2709 * fast/history/same-document-iframes-changing-fragment.html: Removed property svn:executable.
2710 * fast/history/same-document-iframes-changing-pushstate-expected.txt: Removed property svn:executable.
2711 * fast/history/same-document-iframes-changing-pushstate.html: Removed property svn:executable.
2712 * fast/images/resources/cmyk-jpeg.jpg: Removed property svn:executable.
2713 * fast/inline/inline-position-top-align.html: Removed property svn:executable.
2714 * fast/inline/resources/gradient.png: Removed property svn:executable.
2715 * fast/js/script-tests/toInt32UInt32.js: Removed property svn:executable.
2716 * fast/lists/resources/dump-list.js: Removed property svn:executable.
2717 * fast/lists/w3-css3-list-styles-alphabetic-expected.txt: Removed property svn:executable.
2718 * fast/lists/w3-css3-list-styles-alphabetic.html: Removed property svn:executable.
2719 * fast/lists/w3-css3-list-styles-numeric-expected.txt: Removed property svn:executable.
2720 * fast/lists/w3-css3-list-styles-numeric.html: Removed property svn:executable.
2721 * fast/parser/remove-misnested-iframe-in-beforeload-expected.txt: Removed property svn:executable.
2722 * fast/parser/remove-misnested-iframe-parent-in-beforeload-expected.txt: Removed property svn:executable.
2723 * fast/parser/x-frame-options-detached-document-crash-expected.txt: Removed property svn:executable.
2724 * fast/regex/script-tests/ecma-regex-examples.js: Removed property svn:executable.
2725 * fast/repaint/canvas-putImageData-expected.txt: Removed property svn:executable.
2726 * fast/repaint/canvas-putImageData.html: Removed property svn:executable.
2727 * http/tests/history/redirect-302.html: Removed property svn:executable.
2728 * http/tests/history/redirect-303.html: Removed property svn:executable.
2729 * http/tests/history/redirect-307.html: Removed property svn:executable.
2730 * http/tests/inspector/console-test.js: Removed property svn:executable.
2731 * http/tests/inspector/console-xhr-logging.html: Removed property svn:executable.
2732 * http/tests/inspector/elements-test.js: Removed property svn:executable.
2733 * http/tests/inspector/extensions-resources-redirect.html: Removed property svn:executable.
2734 * http/tests/inspector/extensions-resources-test.js: Removed property svn:executable.
2735 * http/tests/inspector/network-preflight-options.html: Removed property svn:executable.
2736 * http/tests/inspector/network/network-size-chunked.html: Removed property svn:executable.
2737 * http/tests/inspector/resource-parameters.html: Removed property svn:executable.
2738 * http/tests/inspector/resources-test.js: Removed property svn:executable.
2739 * http/tests/inspector/resources/iframe-from-different-domain-data.html: Removed property svn:executable.
2740 * http/tests/inspector/resources/resource-form-data-receiver-iframe.html: Removed property svn:executable.
2741 * http/tests/misc/async-and-defer-script-expected.txt: Removed property svn:executable.
2742 * http/tests/misc/script-async-expected.txt: Removed property svn:executable.
2743 * http/tests/security/cross-origin-script-window-onerror-redirected.html: Removed property svn:executable.
2744 * http/tests/security/cross-origin-script-window-onerror.html: Removed property svn:executable.
2745 * http/tests/security/resources/cross-origin-script.txt: Removed property svn:executable.
2746 * inspector/audits/audits-test.js: Removed property svn:executable.
2747 * inspector/audits/resources/abe.png: Removed property svn:executable.
2748 * inspector/audits/resources/audits-script1.js: Removed property svn:executable.
2749 * inspector/audits/resources/audits-script2.js: Removed property svn:executable.
2750 * inspector/audits/resources/audits-style1.css: Removed property svn:executable.
2751 * inspector/console/console-assert.html: Removed property svn:executable.
2752 * inspector/console/console-dir.html: Removed property svn:executable.
2753 * inspector/console/console-dirxml.html: Removed property svn:executable.
2754 * inspector/console/console-format.html: Removed property svn:executable.
2755 * inspector/console/console-log-syntax-error.html: Removed property svn:executable.
2756 * inspector/console/console-nested-group.html: Removed property svn:executable.
2757 * inspector/console/console-substituted.html: Removed property svn:executable.
2758 * inspector/console/console-tests.html: Removed property svn:executable.
2759 * inspector/console/console-trace-in-eval.html: Removed property svn:executable.
2760 * inspector/console/console-trace.html: Removed property svn:executable.
2761 * inspector/console/console-uncaught-exception-in-eval.html: Removed property svn:executable.
2762 * inspector/console/console-uncaught-exception.html: Removed property svn:executable.
2763 * inspector/cookie-parser.html: Removed property svn:executable.
2764 * inspector/debugger/debugger-cyclic-ref.html: Removed property svn:executable.
2765 * inspector/debugger/debugger-expand-scope.html: Removed property svn:executable.
2766 * inspector/elements/elements-delete-inline-style-expected.txt: Removed property svn:executable.
2767 * inspector/elements/elements-delete-inline-style.html: Removed property svn:executable.
2768 * inspector/elements/elements-panel-search.html: Removed property svn:executable.
2769 * inspector/elements/elements-panel-structure.html: Removed property svn:executable.
2770 * inspector/evaluate-in-page.html: Removed property svn:executable.
2771 * inspector/extensions/extensions-audits-api.html: Removed property svn:executable.
2772 * inspector/extensions/extensions-audits.html: Removed property svn:executable.
2773 * inspector/extensions/extensions-eval.html: Removed property svn:executable.
2774 * inspector/extensions/extensions-events.html: Removed property svn:executable.
2775 * inspector/extensions/extensions-resources.html: Removed property svn:executable.
2776 * inspector/extensions/resources/abe.png: Removed property svn:executable.
2777 * inspector/extensions/resources/audits-style1.css: Removed property svn:executable.
2778 * inspector/styles/resources/styles-iframe-data.html: Removed property svn:executable.
2779 * inspector/styles/resources/styles-new-API-1.css: Removed property svn:executable.
2780 * inspector/styles/resources/styles-url-linkify-iframe.html: Removed property svn:executable.
2781 * inspector/styles/resources/styles-url-linkify.css: Removed property svn:executable.
2782 * inspector/styles/styles-disable-then-change-expected.txt: Removed property svn:executable.
2783 * inspector/styles/styles-disable-then-change.html: Removed property svn:executable.
2784 * inspector/styles/styles-iframe.html: Removed property svn:executable.
2785 * inspector/styles/styles-source-lines.html: Removed property svn:executable.
2786 * inspector/styles/styles-update-from-js-expected.txt: Removed property svn:executable.
2787 * inspector/styles/styles-update-from-js.html: Removed property svn:executable.
2788 * inspector/styles/styles-url-linkify.html: Removed property svn:executable.
2789 * inspector/utilities.html: Removed property svn:executable.
2790 * platform/chromium-linux/editing/deleting/delete-br-013-expected.checksum: Removed property svn:executable.
2791 * platform/chromium-linux/editing/pasteboard/paste-blockquote-after-blockquote-expected.checksum: Removed property svn:executable.
2792 * platform/chromium-linux/editing/selection/range-between-block-and-inline-expected.checksum: Removed property svn:executable.
2793 * platform/chromium-linux/editing/selection/range-between-block-and-inline-expected.png: Removed property svn:executable.
2794 * platform/chromium-linux/editing/selection/range-between-block-and-inline-expected.txt: Removed property svn:executable.
2795 * platform/chromium-linux/fast/clip/overflow-border-radius-clip-expected.checksum: Removed property svn:executable.
2796 * platform/chromium-linux/fast/css/font-face-in-shadow-DOM-expected.png: Removed property svn:executable.
2797 * platform/chromium-linux/fast/repaint/block-no-inflow-children-expected.checksum: Removed property svn:executable.
2798 * platform/chromium-mac-leopard/css1/box_properties/float_elements_in_series-expected.checksum: Removed property svn:executable.
2799 * platform/chromium-mac-leopard/css1/box_properties/float_elements_in_series-expected.png: Removed property svn:executable.
2800 * platform/chromium-mac-leopard/css1/text_properties/text_align-expected.checksum: Removed property svn:executable.
2801 * platform/chromium-mac-leopard/css1/text_properties/text_align-expected.png: Removed property svn:executable.
2802 * platform/chromium-mac-leopard/css2.1/t0805-c5518-brdr-t-01-e-expected.checksum: Removed property svn:executable.
2803 * platform/chromium-mac-leopard/css2.1/t0805-c5518-brdr-t-01-e-expected.png: Removed property svn:executable.
2804 * platform/chromium-mac-leopard/css2.1/t1202-counter-03-b-expected.checksum: Removed property svn:executable.
2805 * platform/chromium-mac-leopard/css2.1/t1202-counter-03-b-expected.png: Removed property svn:executable.
2806 * platform/chromium-mac-leopard/css2.1/t1202-counter-04-b-expected.checksum: Removed property svn:executable.
2807 * platform/chromium-mac-leopard/css2.1/t1202-counter-04-b-expected.png: Removed property svn:executable.
2808 * platform/chromium-mac-leopard/css2.1/t1202-counter-04-b-expected.txt: Removed property svn:executable.
2809 * platform/chromium-mac-leopard/css2.1/t1202-counters-03-b-expected.checksum: Removed property svn:executable.
2810 * platform/chromium-mac-leopard/css2.1/t1202-counters-03-b-expected.png: Removed property svn:executable.
2811 * platform/chromium-mac-leopard/css2.1/t1202-counters-04-b-expected.checksum: Removed property svn:executable.
2812 * platform/chromium-mac-leopard/css2.1/t1202-counters-04-b-expected.png: Removed property svn:executable.
2813 * platform/chromium-mac-leopard/css2.1/t1202-counters-04-b-expected.txt: Removed property svn:executable.
2814 * platform/chromium-mac-leopard/css2.1/t1602-c43-center-00-d-ag-expected.checksum: Removed property svn:executable.
2815 * platform/chromium-mac-leopard/css2.1/t1602-c43-center-00-d-ag-expected.png: Removed property svn:executable.
2816 * platform/chromium-mac-leopard/css2.1/t1602-c546-txt-align-00-b-expected.checksum: Removed property svn:executable.
2817 * platform/chromium-mac-leopard/css2.1/t1602-c546-txt-align-00-b-expected.png: Removed property svn:executable.
2818 * platform/chromium-mac-leopard/editing/selection/4397952-expected.checksum: Removed property svn:executable.
2819 * platform/chromium-mac-leopard/editing/selection/4397952-expected.png: Removed property svn:executable.
2820 * platform/chromium-mac-leopard/editing/selection/extend-selection-bidi-expected.checksum: Removed property svn:executable.
2821 * platform/chromium-mac-leopard/editing/selection/extend-selection-bidi-expected.png: Removed property svn:executable.
2822 * platform/chromium-mac-leopard/fast/blockflow/border-vertical-lr-expected.txt: Removed property svn:executable.
2823 * platform/chromium-mac-leopard/fast/css/beforeSelectorOnCodeElement-expected.checksum: Removed property svn:executable.
2824 * platform/chromium-mac-leopard/fast/css/beforeSelectorOnCodeElement-expected.png: Removed property svn:executable.
2825 * platform/chromium-mac-leopard/fast/css/font-face-default-font-expected.checksum: Removed property svn:executable.
2826 * platform/chromium-mac-leopard/fast/css/font-face-default-font-expected.png: Removed property svn:executable.
2827 * platform/chromium-mac-leopard/fast/css/rtl-ordering-expected.checksum: Removed property svn:executable.
2828 * platform/chromium-mac-leopard/fast/css/rtl-ordering-expected.png: Removed property svn:executable.
2829 * platform/chromium-mac-leopard/fast/css/text-input-with-webkit-border-radius-expected.checksum: Removed property svn:executable.
2830 * platform/chromium-mac-leopard/fast/css/text-input-with-webkit-border-radius-expected.png: Removed property svn:executable.
2831 * platform/chromium-mac-leopard/fast/css/text-overflow-ellipsis-bidi-expected.checksum: Removed property svn:executable.
2832 * platform/chromium-mac-leopard/fast/css/text-overflow-ellipsis-bidi-expected.png: Removed property svn:executable.
2833 * platform/chromium-mac-leopard/fast/css/text-security-expected.checksum: Removed property svn:executable.
2834 * platform/chromium-mac-leopard/fast/css/text-security-expected.png: Removed property svn:executable.
2835 * platform/chromium-mac-leopard/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.checksum: Removed property svn:executable.
2836 * platform/chromium-mac-leopard/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png: Removed property svn:executable.
2837 * platform/chromium-mac-leopard/fast/dynamic/008-expected.checksum: Removed property svn:executable.
2838 * platform/chromium-mac-leopard/fast/dynamic/008-expected.png: Removed property svn:executable.
2839 * platform/chromium-mac-leopard/fast/events/context-no-deselect-expected.checksum: Removed property svn:executable.
2840 * platform/chromium-mac-leopard/fast/events/context-no-deselect-expected.png: Removed property svn:executable.
2841 * platform/chromium-mac-leopard/fast/forms/basic-buttons-expected.checksum: Removed property svn:executable.
2842 * platform/chromium-mac-leopard/fast/forms/basic-buttons-expected.png: Removed property svn:executable.
2843 * platform/chromium-mac-leopard/fast/forms/basic-selects-expected.checksum: Removed property svn:executable.
2844 * platform/chromium-mac-leopard/fast/forms/basic-selects-expected.png: Removed property svn:executable.
2845 * platform/chromium-mac-leopard/fast/forms/basic-selects-expected.txt: Removed property svn:executable.
2846 * platform/chromium-mac-leopard/fast/forms/button-sizes-expected.checksum: Removed property svn:executable.
2847 * platform/chromium-mac-leopard/fast/forms/button-sizes-expected.png: Removed property svn:executable.
2848 * platform/chromium-mac-leopard/fast/forms/file-input-direction-expected.checksum: Removed property svn:executable.
2849 * platform/chromium-mac-leopard/fast/forms/file-input-direction-expected.png: Removed property svn:executable.
2850 * platform/chromium-mac-leopard/fast/forms/file-input-direction-expected.txt: Removed property svn:executable.
2851 * platform/chromium-mac-leopard/fast/forms/input-appearance-bkcolor-expected.checksum: Removed property svn:executable.
2852 * platform/chromium-mac-leopard/fast/forms/input-appearance-bkcolor-expected.png: Removed property svn:executable.
2853 * platform/chromium-mac-leopard/fast/forms/input-button-sizes-expected.checksum: Removed property svn:executable.
2854 * platform/chromium-mac-leopard/fast/forms/input-button-sizes-expected.png: Removed property svn:executable.
2855 * platform/chromium-mac-leopard/fast/forms/input-file-re-render-expected.checksum: Removed property svn:executable.
2856 * platform/chromium-mac-leopard/fast/forms/input-file-re-render-expected.png: Removed property svn:executable.
2857 * platform/chromium-mac-leopard/fast/forms/menulist-option-wrap-expected.checksum: Removed property svn:executable.
2858 * platform/chromium-mac-leopard/fast/forms/menulist-option-wrap-expected.png: Removed property svn:executable.
2859 * platform/chromium-mac-leopard/fast/forms/menulist-restrict-line-height-expected.checksum: Removed property svn:executable.
2860 * platform/chromium-mac-leopard/fast/forms/menulist-restrict-line-height-expected.png: Removed property svn:executable.
2861 * platform/chromium-mac-leopard/fast/forms/menulist-style-color-expected.checksum: Removed property svn:executable.
2862 * platform/chromium-mac-leopard/fast/forms/menulist-style-color-expected.png: Removed property svn:executable.
2863 * platform/chromium-mac-leopard/fast/forms/placeholder-position-expected.checksum: Removed property svn:executable.
2864 * platform/chromium-mac-leopard/fast/forms/placeholder-position-expected.png: Removed property svn:executable.
2865 * platform/chromium-mac-leopard/fast/forms/search-transformed-expected.checksum: Removed property svn:executable.
2866 * platform/chromium-mac-leopard/fast/forms/search-transformed-expected.png: Removed property svn:executable.
2867 * platform/chromium-mac-leopard/fast/forms/select-visual-hebrew-expected.checksum: Removed property svn:executable.
2868 * platform/chromium-mac-leopard/fast/forms/select-visual-hebrew-expected.png: Removed property svn:executable.
2869 * platform/chromium-mac-leopard/fast/forms/visual-hebrew-text-field-expected.checksum: Removed property svn:executable.
2870 * platform/chromium-mac-leopard/fast/forms/visual-hebrew-text-field-expected.png: Removed property svn:executable.
2871 * platform/chromium-mac-leopard/fast/html/keygen-expected.checksum: Removed property svn:executable.
2872 * platform/chromium-mac-leopard/fast/html/keygen-expected.png: Removed property svn:executable.
2873 * platform/chromium-mac-leopard/fast/inline/inline-box-background-long-image-expected.checksum: Removed property svn:executable.
2874 * platform/chromium-mac-leopard/fast/inline/inline-box-background-long-image-expected.png: Removed property svn:executable.
2875 * platform/chromium-mac-leopard/fast/lists/dynamic-marker-crash-expected.checksum: Removed property svn:executable.
2876 * platform/chromium-mac-leopard/fast/lists/dynamic-marker-crash-expected.png: Removed property svn:executable.
2877 * platform/chromium-mac-leopard/fast/multicol/float-avoidance-expected.checksum: Removed property svn:executable.
2878 * platform/chromium-mac-leopard/fast/multicol/float-avoidance-expected.png: Removed property svn:executable.
2879 * platform/chromium-mac-leopard/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.checksum: Removed property svn:executable.
2880 * platform/chromium-mac-leopard/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png: Removed property svn:executable.
2881 * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-1-expected.checksum: Removed property svn:executable.
2882 * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-1-expected.png: Removed property svn:executable.
2883 * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-10-expected.checksum: Removed property svn:executable.
2884 * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-10-expected.png: Removed property svn:executable.
2885 * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-2-expected.checksum: Removed property svn:executable.
2886 * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-2-expected.png: Removed property svn:executable.
2887 * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-3-expected.checksum: Removed property svn:executable.
2888 * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-3-expected.png: Removed property svn:executable.
2889 * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-4-expected.checksum: Removed property svn:executable.
2890 * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-4-expected.png: Removed property svn:executable.
2891 * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-5-expected.checksum: Removed property svn:executable.
2892 * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-5-expected.png: Removed property svn:executable.
2893 * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-6-expected.checksum: Removed property svn:executable.
2894 * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-6-expected.png: Removed property svn:executable.
2895 * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-7-expected.checksum: Removed property svn:executable.
2896 * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-7-expected.png: Removed property svn:executable.
2897 * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-8-expected.checksum: Removed property svn:executable.
2898 * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-8-expected.png: Removed property svn:executable.
2899 * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-9-expected.checksum: Removed property svn:executable.
2900 * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-9-expected.png: Removed property svn:executable.
2901 * platform/chromium-mac-leopard/fast/replaced/width100percent-textarea-expected.checksum: Removed property svn:executable.
2902 * platform/chromium-mac-leopard/fast/replaced/width100percent-textarea-expected.png: Removed property svn:executable.
2903 * platform/chromium-mac-leopard/fast/text/bidi-embedding-pop-and-push-same-expected.checksum: Removed property svn:executable.
2904 * platform/chromium-mac-leopard/fast/text/bidi-embedding-pop-and-push-same-expected.png: Removed property svn:executable.
2905 * platform/chromium-mac-leopard/fast/text/in-rendered-text-rtl-expected.checksum: Removed property svn:executable.
2906 * platform/chromium-mac-leopard/fast/text/in-rendered-text-rtl-expected.png: Removed property svn:executable.
2907 * platform/chromium-mac-leopard/fast/text/international/bidi-AN-after-L-expected.checksum: Removed property svn:executable.
2908 * platform/chromium-mac-leopard/fast/text/international/bidi-AN-after-L-expected.png: Removed property svn:executable.
2909 * platform/chromium-mac-leopard/fast/text/international/bidi-AN-after-L-expected.txt: Removed property svn:executable.
2910 * platform/chromium-mac-leopard/fast/text/international/bidi-L2-run-reordering-expected.checksum: Removed property svn:executable.
2911 * platform/chromium-mac-leopard/fast/text/international/bidi-L2-run-reordering-expected.png: Removed property svn:executable.
2912 * platform/chromium-mac-leopard/fast/text/international/bidi-LDB-2-CSS-expected.checksum: Removed property svn:executable.
2913 * platform/chromium-mac-leopard/fast/text/international/bidi-LDB-2-CSS-expected.png: Removed property svn:executable.
2914 * platform/chromium-mac-leopard/fast/text/international/bidi-LDB-2-HTML-expected.checksum: Removed property svn:executable.
2915 * platform/chromium-mac-leopard/fast/text/international/bidi-LDB-2-HTML-expected.png: Removed property svn:executable.
2916 * platform/chromium-mac-leopard/fast/text/international/bidi-LDB-2-formatting-characters-expected.checksum: Removed property svn:executable.
2917 * platform/chromium-mac-leopard/fast/text/international/bidi-LDB-2-formatting-characters-expected.png: Removed property svn:executable.
2918 * platform/chromium-mac-leopard/fast/text/international/bidi-european-terminators-expected.checksum: Removed property svn:executable.
2919 * platform/chromium-mac-leopard/fast/text/international/bidi-european-terminators-expected.png: Removed property svn:executable.
2920 * platform/chromium-mac-leopard/fast/text/international/bidi-ignored-for-first-child-inline-expected.checksum: Removed property svn:executable.
2921 * platform/chromium-mac-leopard/fast/text/international/bidi-ignored-for-first-child-inline-expected.png: Removed property svn:executable.
2922 * platform/chromium-mac-leopard/fast/text/international/bidi-innertext-expected.checksum: Removed property svn:executable.
2923 * platform/chromium-mac-leopard/fast/text/international/bidi-innertext-expected.png: Removed property svn:executable.
2924 * platform/chromium-mac-leopard/fast/text/international/bidi-layout-across-linebreak-expected.checksum: Removed property svn:executable.
2925 * platform/chromium-mac-leopard/fast/text/international/bidi-layout-across-linebreak-expected.png: Removed property svn:executable.
2926 * platform/chromium-mac-leopard/fast/text/international/bidi-linebreak-001-expected.checksum: Removed property svn:executable.
2927 * platform/chromium-mac-leopard/fast/text/international/bidi-linebreak-001-expected.png: Removed property svn:executable.
2928 * platform/chromium-mac-leopard/fast/text/international/bidi-linebreak-002-expected.checksum: Removed property svn:executable.
2929 * platform/chromium-mac-leopard/fast/text/international/bidi-linebreak-002-expected.png: Removed property svn:executable.
2930 * platform/chromium-mac-leopard/fast/text/international/bidi-linebreak-003-expected.checksum: Removed property svn:executable.
2931 * platform/chromium-mac-leopard/fast/text/international/bidi-linebreak-003-expected.png: Removed property svn:executable.
2932 * platform/chromium-mac-leopard/fast/text/international/bidi-listbox-atsui-expected.checksum: Removed property svn:executable.
2933 * platform/chromium-mac-leopard/fast/text/international/bidi-listbox-atsui-expected.png: Removed property svn:executable.
2934 * platform/chromium-mac-leopard/fast/text/international/bidi-listbox-expected.checksum: Removed property svn:executable.
2935 * platform/chromium-mac-leopard/fast/text/international/bidi-listbox-expected.png: Removed property svn:executable.
2936 * platform/chromium-mac-leopard/fast/text/international/bidi-mirror-he-ar-expected.checksum: Removed property svn:executable.
2937 * platform/chromium-mac-leopard/fast/text/international/bidi-mirror-he-ar-expected.png: Removed property svn:executable.
2938 * platform/chromium-mac-leopard/fast/text/international/bidi-mirror-he-ar-expected.txt: Removed property svn:executable.
2939 * platform/chromium-mac-leopard/fast/text/international/bidi-neutral-run-expected.checksum: Removed property svn:executable.
2940 * platform/chromium-mac-leopard/fast/text/international/bidi-neutral-run-expected.png: Removed property svn:executable.
2941 * platform/chromium-mac-leopard/fast/text/international/bidi-neutral-run-expected.txt: Removed property svn:executable.
2942 * platform/chromium-mac-leopard/fast/text/international/bidi-override-expected.checksum: Removed property svn:executable.
2943 * platform/chromium-mac-leopard/fast/text/international/bidi-override-expected.png: Removed property svn:executable.
2944 * platform/chromium-mac-leopard/fast/text/international/hebrew-vowels-expected.checksum: Removed property svn:executable.
2945 * platform/chromium-mac-leopard/fast/text/international/hebrew-vowels-expected.png: Removed property svn:executable.
2946 * platform/chromium-mac-leopard/fast/text/international/hindi-spacing-expected.checksum: Removed property svn:executable.
2947 * platform/chromium-mac-leopard/fast/text/international/hindi-spacing-expected.png: Removed property svn:executable.
2948 * platform/chromium-mac-leopard/fast/text/international/pop-up-button-text-alignment-and-direction-expected.checksum: Removed property svn:executable.
2949 * platform/chromium-mac-leopard/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png: Removed property svn:executable.
2950 * platform/chromium-mac-leopard/fast/text/international/rtl-caret-expected.checksum: Removed property svn:executable.
2951 * platform/chromium-mac-leopard/fast/text/international/rtl-caret-expected.png: Removed property svn:executable.
2952 * platform/chromium-mac-leopard/fast/text/international/rtl-white-space-pre-wrap-expected.checksum: Removed property svn:executable.
2953 * platform/chromium-mac-leopard/fast/text/international/rtl-white-space-pre-wrap-expected.png: Removed property svn:executable.
2954 * platform/chromium-mac-leopard/fast/text/international/text-combine-image-test-expected.checksum: Removed property svn:executable.
2955 * platform/chromium-mac-leopard/fast/text/international/text-combine-image-test-expected.png: Removed property svn:executable.
2956 * platform/chromium-mac-leopard/fast/text/international/text-combine-image-test-expected.txt: Removed property svn:executable.
2957 * platform/chromium-mac-leopard/fast/text/justified-selection-at-edge-expected.checksum: Removed property svn:executable.
2958 * platform/chromium-mac-leopard/fast/text/justified-selection-at-edge-expected.png: Removed property svn:executable.
2959 * platform/chromium-mac-leopard/fast/text/justify-ideograph-simple-expected.checksum: Removed property svn:executable.
2960 * platform/chromium-mac-leopard/fast/text/justify-ideograph-simple-expected.png: Removed property svn:executable.
2961 * platform/chromium-mac-leopard/fast/text/justify-ideograph-vertical-expected.checksum: Removed property svn:executable.
2962 * platform/chromium-mac-leopard/fast/text/justify-ideograph-vertical-expected.png: Removed property svn:executable.
2963 * platform/chromium-mac-leopard/fast/text/justify-nbsp-expected.checksum: Removed property svn:executable.
2964 * platform/chromium-mac-leopard/fast/text/justify-nbsp-expected.png: Removed property svn:executable.
2965 * platform/chromium-mac-leopard/fonts/sans-serif-expected.checksum: Removed property svn:executable.
2966 * platform/chromium-mac-leopard/fonts/sans-serif-expected.png: Removed property svn:executable.
2967 * platform/chromium-mac-leopard/svg/custom/animate-path-discrete-expected.checksum: Removed property svn:executable.
2968 * platform/chromium-mac-leopard/svg/custom/animate-path-discrete-expected.png: Removed property svn:executable.
2969 * platform/chromium-mac-leopard/svg/custom/inline-svg-in-xhtml-expected.checksum: Removed property svn:executable.
2970 * platform/chromium-mac-leopard/svg/custom/inline-svg-in-xhtml-expected.png: Removed property svn:executable.
2971 * platform/chromium-mac-leopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.checksum: Removed property svn:executable.
2972 * platform/chromium-mac-leopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png: Removed property svn:executable.
2973 * platform/chromium-mac-leopard/svg/custom/svg-fonts-in-html-expected.checksum: Removed property svn:executable.
2974 * platform/chromium-mac-leopard/svg/custom/svg-fonts-in-html-expected.png: Removed property svn:executable.
2975 * platform/chromium-mac-leopard/svg/custom/text-dom-01-f-expected.checksum: Removed property svn:executable.
2976 * platform/chromium-mac-leopard/svg/custom/text-dom-01-f-expected.png: Removed property svn:executable.
2977 * platform/chromium-mac-leopard/svg/hixie/mixed/003-expected.checksum: Removed property svn:executable.
2978 * platform/chromium-mac-leopard/svg/hixie/mixed/003-expected.png: Removed property svn:executable.
2979 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug113424-expected.checksum: Removed property svn:executable.
2980 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug113424-expected.png: Removed property svn:executable.
2981 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1188-expected.checksum: Removed property svn:executable.
2982 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1188-expected.png: Removed property svn:executable.
2983 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2479-2-expected.checksum: Removed property svn:executable.
2984 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2479-2-expected.png: Removed property svn:executable.
2985 * platform/chromium-mac-leopard/tables/mozilla/core/bloomberg-expected.checksum: Removed property svn:executable.
2986 * platform/chromium-mac-leopard/tables/mozilla/core/bloomberg-expected.png: Removed property svn:executable.
2987 * platform/chromium-mac-leopard/tables/mozilla/core/misc-expected.checksum: Removed property svn:executable.
2988 * platform/chromium-mac-leopard/tables/mozilla/core/misc-expected.png: Removed property svn:executable.
2989 * platform/chromium-mac-leopard/tables/mozilla/marvin/x_tbody_align_justify-expected.checksum: Removed property svn:executable.
2990 * platform/chromium-mac-leopard/tables/mozilla/marvin/x_tbody_align_justify-expected.png: Removed property svn:executable.
2991 * platform/chromium-mac-leopard/tables/mozilla/marvin/x_td_align_justify-expected.checksum: Removed property svn:executable.
2992 * platform/chromium-mac-leopard/tables/mozilla/marvin/x_td_align_justify-expected.png: Removed property svn:executable.
2993 * platform/chromium-mac-leopard/tables/mozilla/marvin/x_tfoot_align_justify-expected.checksum: Removed property svn:executable.
2994 * platform/chromium-mac-leopard/tables/mozilla/marvin/x_tfoot_align_justify-expected.png: Removed property svn:executable.
2995 * platform/chromium-mac-leopard/tables/mozilla/marvin/x_th_align_justify-expected.checksum: Removed property svn:executable.
2996 * platform/chromium-mac-leopard/tables/mozilla/marvin/x_th_align_justify-expected.png: Removed property svn:executable.
2997 * platform/chromium-mac-leopard/tables/mozilla/marvin/x_tr_align_justify-expected.checksum: Removed property svn:executable.
2998 * platform/chromium-mac-leopard/tables/mozilla/marvin/x_tr_align_justify-expected.png: Removed property svn:executable.
2999 * platform/chromium-mac/fast/repaint/block-no-inflow-children-expected.checksum: Removed property svn:executable.
3000 * platform/chromium-mac/http/tests/xmlhttprequest/xmlhttprequest-missing-file-exception-expected.txt: Removed property svn:executable.
3001 * platform/chromium-win/editing/deleting/delete-br-013-expected.checksum: Removed property svn:executable.
3002 * platform/chromium-win/editing/pasteboard/paste-blockquote-after-blockquote-expected.checksum: Removed property svn:executable.
3003 * platform/chromium-win/editing/pasteboard/paste-blockquote-into-blockquote-3-expected.checksum: Removed property svn:executable.
3004 * platform/chromium-win/editing/selection/range-between-block-and-inline-expected.checksum: Removed property svn:executable.
3005 * platform/chromium-win/editing/selection/range-between-block-and-inline-expected.png: Removed property svn:executable.
3006 * platform/chromium-win/editing/selection/range-between-block-and-inline-expected.txt: Removed property svn:executable.
3007 * platform/chromium-win/fast/borders/fieldsetBorderRadius-expected.checksum: Removed property svn:executable.
3008 * platform/chromium-win/fast/repaint/block-no-inflow-children-expected.checksum: Removed property svn:executable.
3009 * platform/chromium-win/fast/repaint/block-no-inflow-children-expected.txt: Removed property svn:executable.
3010 * platform/chromium-win/fast/repaint/canvas-putImageData-expected.checksum: Removed property svn:executable.
3011 * platform/chromium-win/fast/repaint/canvas-putImageData-expected.png: Removed property svn:executable.
3012 * platform/chromium-win/platform/mac/fast/forms/input-list-button-size-expected.checksum: Removed property svn:executable.
3013 * platform/chromium-win/platform/qt/fast/events/event-sender-keydown-frame-expected.checksum: Removed property svn:executable.
3014 * platform/chromium-win/plugins/plugin-initiate-popup-window-expected.txt: Removed property svn:executable.
3015 * platform/chromium/compositing/layout-width-change.html: Removed property svn:executable.
3016 * platform/chromium/html5lib/runner-expected.txt: Removed property svn:executable.
3017 * platform/chromium/inspector/console/console-eval-global-expected.txt: Removed property svn:executable.
3018 * platform/chromium/inspector/console/console-object-constructor-name-expected.txt: Removed property svn:executable.
3019 * platform/chromium/inspector/console/console-trace-in-eval-expected.txt: Removed property svn:executable.
3020 * platform/chromium/inspector/console/console-uncaught-exception-expected.txt: Removed property svn:executable.
3021 * platform/chromium/inspector/console/console-uncaught-exception-in-eval-expected.txt: Removed property svn:executable.
3022 * platform/chromium/inspector/debugger/debugger-autocontinue-on-syntax-error-expected.txt: Removed property svn:executable.
3023 * platform/chromium/inspector/debugger/debugger-expand-scope-expected.txt: Removed property svn:executable.
3024 * platform/chromium/test_expectations.txt: Removed property svn:executable.
3025 * platform/mac-leopard/css2.1/t0905-c5525-fltcont-00-d-g-expected.checksum: Removed property svn:executable.
3026 * platform/mac-leopard/css2.1/t0905-c5525-fltcont-00-d-g-expected.png: Removed property svn:executable.
3027 * platform/mac-leopard/editing/selection/caret-rtl-2-expected.checksum: Removed property svn:executable.
3028 * platform/mac-leopard/editing/selection/caret-rtl-2-expected.png: Removed property svn:executable.
3029 * platform/mac-leopard/editing/selection/caret-rtl-2-left-expected.checksum: Removed property svn:executable.
3030 * platform/mac-leopard/editing/selection/caret-rtl-2-left-expected.png: Removed property svn:executable.
3031 * platform/mac-leopard/editing/selection/caret-rtl-expected.checksum: Removed property svn:executable.
3032 * platform/mac-leopard/editing/selection/caret-rtl-expected.png: Removed property svn:executable.
3033 * platform/mac-leopard/editing/selection/caret-rtl-right-expected.checksum: Removed property svn:executable.
3034 * platform/mac-leopard/editing/selection/caret-rtl-right-expected.png: Removed property svn:executable.
3035 * platform/mac-leopard/fast/forms/text-style-color-expected.checksum: Removed property svn:executable.
3036 * platform/mac-leopard/fast/forms/text-style-color-expected.png: Removed property svn:executable.
3037 * platform/mac-leopard/fast/inline/inline-box-background-expected.checksum: Removed property svn:executable.
3038 * platform/mac-leopard/fast/inline/inline-box-background-expected.png: Removed property svn:executable.
3039 * platform/mac-leopard/fast/inline/inline-box-background-repeat-x-expected.checksum: Removed property svn:executable.
3040 * platform/mac-leopard/fast/inline/inline-box-background-repeat-x-expected.png: Removed property svn:executable.
3041 * platform/mac-leopard/fast/inline/inline-box-background-repeat-y-expected.checksum: Removed property svn:executable.
3042 * platform/mac-leopard/fast/inline/inline-box-background-repeat-y-expected.png: Removed property svn:executable.
3043 * platform/mac-leopard/fast/multicol/shadow-breaking-expected.checksum: Removed property svn:executable.
3044 * platform/mac-leopard/fast/multicol/shadow-breaking-expected.png: Removed property svn:executable.
3045 * platform/mac-leopard/fast/text/atsui-negative-spacing-features-expected.checksum: Removed property svn:executable.
3046 * platform/mac-leopard/fast/text/atsui-negative-spacing-features-expected.png: Removed property svn:executable.
3047 * platform/mac-leopard/fast/text/atsui-spacing-features-expected.checksum: Removed property svn:executable.
3048 * platform/mac-leopard/fast/text/atsui-spacing-features-expected.png: Removed property svn:executable.
3049 * platform/mac/fast/css/focus-ring-outline-color-expected.checksum: Removed property svn:executable.
3050 * platform/mac/fast/css/focus-ring-outline-color-expected.png: Removed property svn:executable.
3051 * platform/mac/fast/css/focus-ring-outline-color-expected.txt: Removed property svn:executable.
3052 * platform/mac/fast/css/focus-ring-outline-offset-expected.checksum: Removed property svn:executable.
3053 * platform/mac/fast/css/focus-ring-outline-offset-expected.png: Removed property svn:executable.
3054 * platform/mac/fast/css/focus-ring-outline-offset-expected.txt: Removed property svn:executable.
3055 * platform/mac/fast/css/focus-ring-outline-width-expected.checksum: Removed property svn:executable.
3056 * platform/mac/fast/css/focus-ring-outline-width-expected.png: Removed property svn:executable.
3057 * platform/mac/fast/css/focus-ring-outline-width-expected.txt: Removed property svn:executable.
3058 * platform/win-xp/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt: Removed property svn:executable.
3059 * platform/win-xp/transforms/2d/hindi-rotated-expected.checksum: Removed property svn:executable.
3060 * platform/win-xp/transforms/2d/hindi-rotated-expected.png: Removed property svn:executable.
3061 * platform/win-xp/transforms/2d/hindi-rotated-expected.txt: Removed property svn:executable.
3062 * platform/win/accessibility/text-role-expected.txt: Removed property svn:executable.
3063 * platform/win/accessibility/text-role.html: Removed property svn:executable.
3064 * platform/win/fast/events/panScroll-nested-divs.html: Removed property svn:executable.
3065 * svg/custom/animate-use-crash.xhtml: Removed property svn:executable.
3066 * svg/filters/feColorMatrix-offset.svg: Removed property svn:executable.
3067 * transforms/2d/hindi-rotated.html: Removed property svn:executable.
3069 2011-04-01 Daniel Bates <dbates@rim.com>
3071 Reviewed by Darin Adler.
3073 Frame's noResize attribute can not be set by JavaScript
3074 https://bugs.webkit.org/show_bug.cgi?id=14845
3076 Tests that frame resizing is allowed and disallowed depending on the value of the noResize property.
3078 Also, tests to ensure that frame resizing is allowed and disallowed when programmatically
3079 removing and adding the noresize attribute, respectively.
3081 * fast/frames/frame-inherit-noresize-from-frameset-expected.txt: Added.
3082 * fast/frames/frame-inherit-noresize-from-frameset.html: Added. See <https://bugs.webkit.org/show_bug.cgi?id=57604>.
3083 * fast/frames/frame-programmatic-noresize-expected.txt: Added.
3084 * fast/frames/frame-programmatic-noresize.html: Added.
3085 * fast/frames/frame-with-noresize-can-be-resized-after-removal-of-noresize-expected.txt: Added.
3086 * fast/frames/frame-with-noresize-can-be-resized-after-removal-of-noresize.html: Added.
3087 * fast/frames/frame-with-noresize-can-be-resized-after-setting-noResize-to-false-expected.txt: Added.
3088 * fast/frames/frame-with-noresize-can-be-resized-after-setting-noResize-to-false.html: Added.
3089 * fast/frames/resources/frame-programmatic-resize.js: Added.
3092 (shouldAllowFrameResize):
3093 (shouldDisallowFrameResize):
3094 (shouldDisallowFrameResizeAfterProcessingFrame):
3095 (shouldAllowFrameResizeAfterProcessingFrame):
3096 (checkTestFrameWidthEquals):
3097 (resizeTestFrameBy):
3101 2011-04-01 Chang Shu <cshu@webkit.org>
3103 Reviewed by Darin Adler.
3105 WebKitTestRunner needs layoutTestController.setDatabaseQuota
3106 https://bugs.webkit.org/show_bug.cgi?id=57568
3110 * platform/mac-wk2/Skipped:
3112 2011-04-01 Martin Robinson <mrobinson@igalia.com>
3114 [GTK] editing/deleting/5408255.html results are incorrect
3115 https://bugs.webkit.org/show_bug.cgi?id=53644
3117 Unskip this test and update the results, it appears to be passing now without any issue.
3119 * platform/gtk/Skipped: Unskip a test.
3120 * platform/gtk/editing/deleting/5408255-expected.checksum:
3121 * platform/gtk/editing/deleting/5408255-expected.png:
3122 * platform/gtk/editing/deleting/5408255-expected.txt:
3124 2011-04-01 Adam Barth <abarth@webkit.org>
3126 Update expected results to document more passes.
3128 * platform/chromium/test_expectations.txt:
3130 2011-04-01 MORITA Hajime <morrita@google.com>
3132 Unreviewed expectations update which follows r82693.
3134 * platform/gtk/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
3135 * platform/gtk/fast/dom/HTMLMeterElement/meter-element-expected.txt:
3136 * platform/gtk/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
3137 * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
3138 * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
3140 2011-04-01 Darin Adler <darin@apple.com>
3142 * http/tests/local/formdata/form-data-with-unknown-file-extension-expected.txt: Removed property svn:executable.
3143 * http/tests/local/formdata/form-data-with-unknown-file-extension.html: Removed property svn:executable.
3145 2011-04-01 Pavel Podivilov <podivilov@chromium.org>