Handle keypad while WebPage sets the focus automatically
[framework/web/webkit-efl.git] / LayoutTests / ChangeLog-2011-02-16
1 2011-02-16  Martin Robinson  <mrobinson@igalia.com>
2
3         Begin adding GTK+ baselines for Mozilla test suites.
4
5         * platform/gtk/Skipped: Unskip tests which now have results.
6
7 2011-02-16  Peter Kasting  <pkasting@google.com>
8
9         Unreviewed, Chromium test expectations update.
10
11         Remove a mac-leopard expectation since the Chromium Mac 10.5 bots at
12         least seem to be generating results that match the platform/mac images.
13
14         * platform/chromium/test_expectations.txt:
15         * platform/mac-leopard/fast/forms/select-empty-option-height-expected.checksum: Removed.
16         * platform/mac-leopard/fast/forms/select-empty-option-height-expected.png: Removed.
17
18 2011-02-16  Oliver Hunt  <oliver@apple.com>
19
20         Reviewed by Geoffrey Garen.
21
22         Import some mozilla js strict mode regression tests
23         https://bugs.webkit.org/show_bug.cgi?id=54579
24
25         Add a bunch of the mozilla strict mode tests, the majority of the tests pass.
26         Those that fail fall into two categories
27          * Tests for features we haven't implemented
28          * Tests that test behaviour of arrays and arguments with non-writable properties
29
30         * fast/js/mozilla/eval/exhaustive-fun-normalcaller-direct-normalcode-expected.txt: Added.
31         * fast/js/mozilla/eval/exhaustive-fun-normalcaller-direct-normalcode.html: Added.
32         * fast/js/mozilla/eval/exhaustive-fun-normalcaller-direct-strictcode-expected.txt: Added.
33         * fast/js/mozilla/eval/exhaustive-fun-normalcaller-direct-strictcode.html: Added.
34         * fast/js/mozilla/eval/exhaustive-fun-normalcaller-indirect-normalcode-expected.txt: Added.
35         * fast/js/mozilla/eval/exhaustive-fun-normalcaller-indirect-normalcode.html: Added.
36         * fast/js/mozilla/eval/exhaustive-fun-normalcaller-indirect-strictcode-expected.txt: Added.
37         * fast/js/mozilla/eval/exhaustive-fun-normalcaller-indirect-strictcode.html: Added.
38         * fast/js/mozilla/eval/exhaustive-fun-strictcaller-direct-normalcode-expected.txt: Added.
39         * fast/js/mozilla/eval/exhaustive-fun-strictcaller-direct-normalcode.html: Added.
40         * fast/js/mozilla/eval/exhaustive-fun-strictcaller-direct-strictcode-expected.txt: Added.
41         * fast/js/mozilla/eval/exhaustive-fun-strictcaller-direct-strictcode.html: Added.
42         * fast/js/mozilla/eval/exhaustive-fun-strictcaller-indirect-normalcode-expected.txt: Added.
43         * fast/js/mozilla/eval/exhaustive-fun-strictcaller-indirect-normalcode.html: Added.
44         * fast/js/mozilla/eval/exhaustive-fun-strictcaller-indirect-strictcode-expected.txt: Added.
45         * fast/js/mozilla/eval/exhaustive-fun-strictcaller-indirect-strictcode.html: Added.
46         * fast/js/mozilla/eval/exhaustive-global-normalcaller-direct-normalcode-expected.txt: Added.
47         * fast/js/mozilla/eval/exhaustive-global-normalcaller-direct-normalcode.html: Added.
48         * fast/js/mozilla/eval/exhaustive-global-normalcaller-direct-strictcode-expected.txt: Added.
49         * fast/js/mozilla/eval/exhaustive-global-normalcaller-direct-strictcode.html: Added.
50         * fast/js/mozilla/eval/exhaustive-global-normalcaller-indirect-normalcode-expected.txt: Added.
51         * fast/js/mozilla/eval/exhaustive-global-normalcaller-indirect-normalcode.html: Added.
52         * fast/js/mozilla/eval/exhaustive-global-normalcaller-indirect-strictcode-expected.txt: Added.
53         * fast/js/mozilla/eval/exhaustive-global-normalcaller-indirect-strictcode.html: Added.
54         * fast/js/mozilla/eval/exhaustive-global-strictcaller-direct-normalcode-expected.txt: Added.
55         * fast/js/mozilla/eval/exhaustive-global-strictcaller-direct-normalcode.html: Added.
56         * fast/js/mozilla/eval/exhaustive-global-strictcaller-direct-strictcode-expected.txt: Added.
57         * fast/js/mozilla/eval/exhaustive-global-strictcaller-direct-strictcode.html: Added.
58         * fast/js/mozilla/eval/exhaustive-global-strictcaller-indirect-normalcode-expected.txt: Added.
59         * fast/js/mozilla/eval/exhaustive-global-strictcaller-indirect-normalcode.html: Added.
60         * fast/js/mozilla/eval/exhaustive-global-strictcaller-indirect-strictcode-expected.txt: Added.
61         * fast/js/mozilla/eval/exhaustive-global-strictcaller-indirect-strictcode.html: Added.
62         * fast/js/mozilla/eval/script-tests/TEMPLATE.html: Added.
63         * fast/js/mozilla/eval/script-tests/exhaustive-fun-normalcaller-direct-normalcode.js: Added.
64         * fast/js/mozilla/eval/script-tests/exhaustive-fun-normalcaller-direct-strictcode.js: Added.
65         * fast/js/mozilla/eval/script-tests/exhaustive-fun-normalcaller-indirect-normalcode.js: Added.
66         * fast/js/mozilla/eval/script-tests/exhaustive-fun-normalcaller-indirect-strictcode.js: Added.
67         * fast/js/mozilla/eval/script-tests/exhaustive-fun-strictcaller-direct-normalcode.js: Added.
68         * fast/js/mozilla/eval/script-tests/exhaustive-fun-strictcaller-direct-strictcode.js: Added.
69         * fast/js/mozilla/eval/script-tests/exhaustive-fun-strictcaller-indirect-normalcode.js: Added.
70         * fast/js/mozilla/eval/script-tests/exhaustive-fun-strictcaller-indirect-strictcode.js: Added.
71         * fast/js/mozilla/eval/script-tests/exhaustive-global-normalcaller-direct-normalcode.js: Added.
72         * fast/js/mozilla/eval/script-tests/exhaustive-global-normalcaller-direct-strictcode.js: Added.
73         * fast/js/mozilla/eval/script-tests/exhaustive-global-normalcaller-indirect-normalcode.js: Added.
74         * fast/js/mozilla/eval/script-tests/exhaustive-global-normalcaller-indirect-strictcode.js: Added.
75         * fast/js/mozilla/eval/script-tests/exhaustive-global-strictcaller-direct-normalcode.js: Added.
76         * fast/js/mozilla/eval/script-tests/exhaustive-global-strictcaller-direct-strictcode.js: Added.
77         * fast/js/mozilla/eval/script-tests/exhaustive-global-strictcaller-indirect-normalcode.js: Added.
78         * fast/js/mozilla/eval/script-tests/exhaustive-global-strictcaller-indirect-strictcode.js: Added.
79         * fast/js/mozilla/eval/script-tests/undeclared-name-in-nested-strict-eval.js: Added.
80         * fast/js/mozilla/eval/undeclared-name-in-nested-strict-eval-expected.txt: Added.
81         * fast/js/mozilla/eval/undeclared-name-in-nested-strict-eval.html: Added.
82         * fast/js/mozilla/resources/js-test-post-async.js: Added.
83         * fast/js/mozilla/resources/js-test-post-function.js: Added.
84         * fast/js/mozilla/resources/js-test-post-n.js: Added.
85         * fast/js/mozilla/resources/js-test-post.js: Added.
86         * fast/js/mozilla/resources/js-test-pre.js: Added.
87         * fast/js/mozilla/resources/js-test-style.css: Added.
88         * fast/js/mozilla/resources/mozilla-es5-shell.js: Added.
89         * fast/js/mozilla/resources/mozilla-shell.js: Added.
90         * fast/js/mozilla/strict/10.4.2-expected.txt: Added.
91         * fast/js/mozilla/strict/10.4.2.html: Added.
92         * fast/js/mozilla/strict/10.4.3-expected.txt: Added.
93         * fast/js/mozilla/strict/10.4.3.html: Added.
94         * fast/js/mozilla/strict/10.6-expected.txt: Added.
95         * fast/js/mozilla/strict/10.6.html: Added.
96         * fast/js/mozilla/strict/11.1.5-expected.txt: Added.
97         * fast/js/mozilla/strict/11.1.5.html: Added.
98         * fast/js/mozilla/strict/11.13.1-expected.txt: Added.
99         * fast/js/mozilla/strict/11.13.1.html: Added.
100         * fast/js/mozilla/strict/11.13.2-expected.txt: Added.
101         * fast/js/mozilla/strict/11.13.2.html: Added.
102         * fast/js/mozilla/strict/11.3.1-expected.txt: Added.
103         * fast/js/mozilla/strict/11.3.1.html: Added.
104         * fast/js/mozilla/strict/11.3.2-expected.txt: Added.
105         * fast/js/mozilla/strict/11.3.2.html: Added.
106         * fast/js/mozilla/strict/11.4.1-expected.txt: Added.
107         * fast/js/mozilla/strict/11.4.1.html: Added.
108         * fast/js/mozilla/strict/11.4.4-expected.txt: Added.
109         * fast/js/mozilla/strict/11.4.4.html: Added.
110         * fast/js/mozilla/strict/11.4.5-expected.txt: Added.
111         * fast/js/mozilla/strict/11.4.5.html: Added.
112         * fast/js/mozilla/strict/12.10.1-expected.txt: Added.
113         * fast/js/mozilla/strict/12.10.1.html: Added.
114         * fast/js/mozilla/strict/12.14.1-expected.txt: Added.
115         * fast/js/mozilla/strict/12.14.1.html: Added.
116         * fast/js/mozilla/strict/12.2.1-expected.txt: Added.
117         * fast/js/mozilla/strict/12.2.1.html: Added.
118         * fast/js/mozilla/strict/13.1-expected.txt: Added.
119         * fast/js/mozilla/strict/13.1.html: Added.
120         * fast/js/mozilla/strict/15.10.7-expected.txt: Added.
121         * fast/js/mozilla/strict/15.10.7.html: Added.
122         * fast/js/mozilla/strict/15.3.4.5-expected.txt: Added.
123         * fast/js/mozilla/strict/15.3.4.5.html: Added.
124         * fast/js/mozilla/strict/15.3.5.1-expected.txt: Added.
125         * fast/js/mozilla/strict/15.3.5.1.html: Added.
126         * fast/js/mozilla/strict/15.3.5.2-expected.txt: Added.
127         * fast/js/mozilla/strict/15.3.5.2.html: Added.
128         * fast/js/mozilla/strict/15.4.4.12-expected.txt: Added.
129         * fast/js/mozilla/strict/15.4.4.12.html: Added.
130         * fast/js/mozilla/strict/15.4.4.13-expected.txt: Added.
131         * fast/js/mozilla/strict/15.4.4.13.html: Added.
132         * fast/js/mozilla/strict/15.4.4.6-expected.txt: Added.
133         * fast/js/mozilla/strict/15.4.4.6.html: Added.
134         * fast/js/mozilla/strict/15.4.4.8-expected.txt: Added.
135         * fast/js/mozilla/strict/15.4.4.8.html: Added.
136         * fast/js/mozilla/strict/15.4.4.9-expected.txt: Added.
137         * fast/js/mozilla/strict/15.4.4.9.html: Added.
138         * fast/js/mozilla/strict/15.4.5.1-expected.txt: Added.
139         * fast/js/mozilla/strict/15.4.5.1.html: Added.
140         * fast/js/mozilla/strict/15.5.5.1-expected.txt: Added.
141         * fast/js/mozilla/strict/15.5.5.1.html: Added.
142         * fast/js/mozilla/strict/15.5.5.2-expected.txt: Added.
143         * fast/js/mozilla/strict/15.5.5.2.html: Added.
144         * fast/js/mozilla/strict/8.12.5-expected.txt: Added.
145         * fast/js/mozilla/strict/8.12.5.html: Added.
146         * fast/js/mozilla/strict/8.12.7-expected.txt: Added.
147         * fast/js/mozilla/strict/8.12.7.html: Added.
148         * fast/js/mozilla/strict/8.7.2-expected.txt: Added.
149         * fast/js/mozilla/strict/8.7.2.html: Added.
150         * fast/js/mozilla/strict/B.1.1-expected.txt: Added.
151         * fast/js/mozilla/strict/B.1.1.html: Added.
152         * fast/js/mozilla/strict/B.1.2-expected.txt: Added.
153         * fast/js/mozilla/strict/B.1.2.html: Added.
154         * fast/js/mozilla/strict/assign-to-callee-name-expected.txt: Added.
155         * fast/js/mozilla/strict/assign-to-callee-name.html: Added.
156         * fast/js/mozilla/strict/directive-prologue-01-expected.txt: Added.
157         * fast/js/mozilla/strict/directive-prologue-01.html: Added.
158         * fast/js/mozilla/strict/eval-variable-environment-expected.txt: Added.
159         * fast/js/mozilla/strict/eval-variable-environment.html: Added.
160         * fast/js/mozilla/strict/function-name-arity-expected.txt: Added.
161         * fast/js/mozilla/strict/function-name-arity.html: Added.
162         * fast/js/mozilla/strict/primitive-this-no-writeback-expected.txt: Added.
163         * fast/js/mozilla/strict/primitive-this-no-writeback.html: Added.
164         * fast/js/mozilla/strict/regress-532041-expected.txt: Added.
165         * fast/js/mozilla/strict/regress-532041.html: Added.
166         * fast/js/mozilla/strict/regress-532254-expected.txt: Added.
167         * fast/js/mozilla/strict/regress-532254.html: Added.
168         * fast/js/mozilla/strict/regress-599159-expected.txt: Added.
169         * fast/js/mozilla/strict/regress-599159.html: Added.
170         * fast/js/mozilla/strict/script-tests/10.4.2.js: Added.
171         * fast/js/mozilla/strict/script-tests/10.4.3.js: Added.
172         * fast/js/mozilla/strict/script-tests/10.6.js: Added.
173         * fast/js/mozilla/strict/script-tests/11.1.5.js: Added.
174         * fast/js/mozilla/strict/script-tests/11.13.1.js: Added.
175         * fast/js/mozilla/strict/script-tests/11.13.2.js: Added.
176         * fast/js/mozilla/strict/script-tests/11.3.1.js: Added.
177         * fast/js/mozilla/strict/script-tests/11.3.2.js: Added.
178         * fast/js/mozilla/strict/script-tests/11.4.1.js: Added.
179         * fast/js/mozilla/strict/script-tests/11.4.4.js: Added.
180         * fast/js/mozilla/strict/script-tests/11.4.5.js: Added.
181         * fast/js/mozilla/strict/script-tests/12.10.1.js: Added.
182         * fast/js/mozilla/strict/script-tests/12.14.1.js: Added.
183         * fast/js/mozilla/strict/script-tests/12.2.1.js: Added.
184         * fast/js/mozilla/strict/script-tests/13.1.js: Added.
185         * fast/js/mozilla/strict/script-tests/15.10.7.js: Added.
186         * fast/js/mozilla/strict/script-tests/15.3.4.5.js: Added.
187         * fast/js/mozilla/strict/script-tests/15.3.5.1.js: Added.
188         * fast/js/mozilla/strict/script-tests/15.3.5.2.js: Added.
189         * fast/js/mozilla/strict/script-tests/15.4.4.12.js: Added.
190         * fast/js/mozilla/strict/script-tests/15.4.4.13.js: Added.
191         * fast/js/mozilla/strict/script-tests/15.4.4.6.js: Added.
192         * fast/js/mozilla/strict/script-tests/15.4.4.8.js: Added.
193         * fast/js/mozilla/strict/script-tests/15.4.4.9.js: Added.
194         * fast/js/mozilla/strict/script-tests/15.4.5.1.js: Added.
195         * fast/js/mozilla/strict/script-tests/15.5.5.1.js: Added.
196         * fast/js/mozilla/strict/script-tests/15.5.5.2.js: Added.
197         * fast/js/mozilla/strict/script-tests/8.12.5.js: Added.
198         * fast/js/mozilla/strict/script-tests/8.12.7.js: Added.
199         * fast/js/mozilla/strict/script-tests/8.7.2.js: Added.
200         * fast/js/mozilla/strict/script-tests/B.1.1.js: Added.
201         * fast/js/mozilla/strict/script-tests/B.1.2.js: Added.
202         * fast/js/mozilla/strict/script-tests/TEMPLATE.html: Added.
203         * fast/js/mozilla/strict/script-tests/assign-to-callee-name.js: Added.
204         * fast/js/mozilla/strict/script-tests/directive-prologue-01.js: Added.
205         * fast/js/mozilla/strict/script-tests/eval-variable-environment.js: Added.
206         * fast/js/mozilla/strict/script-tests/function-name-arity.js: Added.
207         * fast/js/mozilla/strict/script-tests/primitive-this-no-writeback.js: Added.
208         * fast/js/mozilla/strict/script-tests/regress-532041.js: Added.
209         * fast/js/mozilla/strict/script-tests/regress-532254.js: Added.
210         * fast/js/mozilla/strict/script-tests/regress-599159.js: Added.
211         * fast/js/mozilla/strict/script-tests/strict-this-is-not-truthy.js: Added.
212         * fast/js/mozilla/strict/script-tests/this-for-function-expression-recursion.js: Added.
213         * fast/js/mozilla/strict/script-tests/unbrand-this.js: Added.
214         * fast/js/mozilla/strict/strict-this-is-not-truthy-expected.txt: Added.
215         * fast/js/mozilla/strict/strict-this-is-not-truthy.html: Added.
216         * fast/js/mozilla/strict/this-for-function-expression-recursion-expected.txt: Added.
217         * fast/js/mozilla/strict/this-for-function-expression-recursion.html: Added.
218         * fast/js/mozilla/strict/unbrand-this-expected.txt: Added.
219         * fast/js/mozilla/strict/unbrand-this.html: Added.
220
221 2011-02-16  Carol Szabo  <carol.szabo@nokia.com>
222
223         Reviewed by David Hyatt.
224
225         REGRESSION: Use after free in WebCore::RenderCounter::destroyCounterNode
226         https://bugs.webkit.org/show_bug.cgi?id=54478
227
228         Added this test, to evidence a bug not previously caught by the
229         Layout tests.
230
231         * fast/css/counters/render-tree-reorg-crash-expected.txt: Added.
232         * fast/css/counters/render-tree-reorg-crash.html: Added.
233
234 2011-02-16  Oliver Hunt  <oliver@apple.com>
235
236         Reviewed by Geoff Garen.
237
238         Incorrect handling of global writes in dynamic contexts
239         https://bugs.webkit.org/show_bug.cgi?id=49383
240
241         Add a few tests to ensure that global writes are actually
242         allowed inside dynamic scopes.
243
244         * fast/js/basic-strict-mode-expected.txt:
245         * fast/js/script-tests/basic-strict-mode.js:
246
247 2011-02-16  Nikolas Zimmermann  <nzimmermann@rim.com>
248
249         Not reviewed.
250
251         Pixel tests differences on 10.6.6 32bit vs. 64bit
252         https://bugs.webkit.org/show_bug.cgi?id=54474
253
254         Update gtk baseline using the 64bit debug bot - maybe we have another rounding problem on gtk. Let's see.
255
256         * platform/gtk/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
257         * platform/gtk/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
258         * platform/gtk/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt:
259         * platform/gtk/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt:
260         * platform/gtk/svg/custom/circular-marker-reference-1-expected.txt:
261         * platform/gtk/svg/custom/circular-marker-reference-3-expected.txt:
262         * platform/gtk/svg/custom/circular-marker-reference-4-expected.txt:
263         * platform/gtk/svg/custom/non-scaling-stroke-markers-expected.txt:
264         * platform/gtk/svg/custom/resource-invalidate-on-target-update-expected.txt:
265         * platform/gtk/svg/custom/stroked-pattern-expected.txt:
266         * platform/gtk/svg/custom/text-rotated-gradient-expected.txt:
267         * platform/gtk/svg/custom/use-css-events-expected.txt:
268         * platform/gtk/svg/custom/use-detach-expected.txt:
269         * platform/gtk/svg/filters/filterRes-expected.txt:
270         * platform/gtk/svg/hixie/links/001-expected.txt:
271         * platform/gtk/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
272         * platform/gtk/svg/text/small-fonts-2-expected.txt:
273         * platform/gtk/svg/text/text-align-04-b-expected.txt:
274         * platform/gtk/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt:
275         * platform/gtk/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt:
276
277 2011-02-16  Hans Wennborg  <hans@chromium.org>
278
279         Reviewed by Jeremy Orlow.
280
281         IndexedDB: Inject auto increment keys via key path on insertion
282         https://bugs.webkit.org/show_bug.cgi?id=54457
283
284         Prepare to test injection of auto increment key. Keep it commented out
285         until implemented Chromium-side.
286
287         * storage/indexeddb/objectstore-autoincrement-expected.txt:
288         * storage/indexeddb/objectstore-autoincrement.html:
289
290 2011-02-16  Nikolas Zimmermann  <nzimmermann@rim.com>
291
292         Not reviewed.
293
294         Pixel tests differences on 10.6.6 32bit vs. 64bit
295         https://bugs.webkit.org/show_bug.cgi?id=54474
296
297         Update mac-leopard/win baselines. I rebaselined the wrong platforms in my last commit.
298
299         * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
300         * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt:
301         * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt:
302         * platform/mac-leopard/svg/custom/circular-marker-reference-2-expected.txt:
303         * platform/mac-leopard/svg/custom/non-circular-marker-reference-expected.txt:
304         * platform/mac-leopard/svg/custom/non-scaling-stroke-markers-expected.txt:
305         * platform/mac-leopard/svg/custom/stroked-pattern-expected.txt:
306         * platform/mac-leopard/svg/custom/text-rotated-gradient-expected.txt:
307         * platform/mac-leopard/svg/custom/use-detach-expected.txt:
308         * platform/mac-leopard/svg/hixie/links/001-expected.txt:
309         * platform/mac-leopard/svg/text/small-fonts-2-expected.txt:
310         * platform/win/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Added.
311         * platform/win/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt: Added.
312         * platform/win/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt: Added.
313         * platform/win/svg/custom/circular-marker-reference-2-expected.txt: Added.
314         * platform/win/svg/custom/non-circular-marker-reference-expected.txt: Added.
315         * platform/win/svg/custom/non-scaling-stroke-markers-expected.txt: Added.
316         * platform/win/svg/custom/stroked-pattern-expected.txt: Added.
317         * platform/win/svg/custom/text-rotated-gradient-expected.txt: Added.
318         * platform/win/svg/custom/use-detach-expected.txt: Added.
319         * platform/win/svg/hixie/links: Added.
320         * platform/win/svg/hixie/links/001-expected.txt: Added.
321         * platform/win/svg/text/small-fonts-2-expected.txt: Added.
322
323 2011-02-16  Sergio Villar Senin  <svillar@igalia.com>
324
325         Reviewed by Martin Robinson.
326
327         [Gtk] Add support for layoutTestController.setWillSendRequestClearHeader
328         https://bugs.webkit.org/show_bug.cgi?id=54537
329
330         Unskipped http/tests/security/no-referrer.html.
331
332         * platform/gtk/Skipped:
333
334 2011-02-16  Ilya Tikhonovsky  <loislo@chromium.org>
335
336         Reviewed by Yury Semikhatsky.
337
338         Web Inspector: split all the functions of Inspector backend API by domain.
339         https://bugs.webkit.org/show_bug.cgi?id=54558
340
341         We have a number of functions from different domains in single instance of InspectorBackend.
342         It'd be better to split the functions by their domains.
343         As example 'evaluate' will be moved from InspectorBackend to RuntimeAgent container.
344
345         * http/tests/inspector/console-xhr-logging.html:
346         * http/tests/inspector/extensions-test.js:
347         (initialize_ExtensionsTest.InspectorTest.runExtensionTests):
348         * http/tests/inspector/inspector-test.js:
349         (initialize_InspectorTest.InspectorTest.completeTest):
350         (initialize_InspectorTest.InspectorTest.evaluateInPage):
351         (initialize_InspectorTest.InspectorTest.reloadPage):
352         * inspector/console/console-dir-global.html:
353         * inspector/debugger/debugger-autocontinue-on-syntax-error.html:
354         * inspector/debugger/debugger-pause-on-exception.html:
355         * inspector/elements/elements-panel-search.html:
356         * inspector/report-API-errors-expected.txt:
357         * inspector/report-API-errors.html:
358         * inspector/report-protocol-errors.html:
359         * inspector/styles/styles-new-API.html:
360         * inspector/styles/styles-source-offsets.html:
361         * inspector/timeline/timeline-network-resource.html:
362         * inspector/timeline/timeline-script-tag-1.html:
363         * inspector/timeline/timeline-script-tag-2.html:
364         * inspector/timeline/timeline-test.js:
365         (initialize_Timeline.InspectorTest.performActionsAndPrint.step2):
366         * inspector/timeline/timeline-trivial.html:
367
368 2011-02-16  Nikolas Zimmermann  <nzimmermann@rim.com>
369
370         Not reviewed.
371
372         Pixel tests differences on 10.6.6 32bit vs. 64bit
373         https://bugs.webkit.org/show_bug.cgi?id=54474
374
375         Update gtk/win/mac-leopard baselines.
376
377         * platform/gtk/svg/custom/resource-invalidate-on-target-update-expected.txt:
378         * platform/gtk/svg/custom/use-css-events-expected.txt:
379         * platform/gtk/svg/filters/filterRes-expected.txt:
380         * platform/gtk/svg/text/text-align-04-b-expected.txt:
381         * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt: Added.
382         * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Added.
383         * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt: Added.
384         * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt: Added.
385         * platform/mac-leopard/svg/batik/masking/maskRegions-expected.txt:
386         * platform/mac-leopard/svg/custom/circular-marker-reference-2-expected.txt: Added.
387         * platform/mac-leopard/svg/custom/non-circular-marker-reference-expected.txt: Added.
388         * platform/mac-leopard/svg/custom/non-scaling-stroke-markers-expected.txt: Added.
389         * platform/mac-leopard/svg/custom/stroked-pattern-expected.txt: Added.
390         * platform/mac-leopard/svg/custom/text-rotated-gradient-expected.txt: Added.
391         * platform/mac-leopard/svg/custom/use-detach-expected.txt: Added.
392         * platform/mac-leopard/svg/hixie/links/001-expected.txt: Added.
393         * platform/mac-leopard/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
394         * platform/mac-leopard/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: Added.
395         * platform/mac-leopard/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
396         * platform/mac-leopard/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt: Added.
397         * platform/win/svg/batik/masking/maskRegions-expected.txt:
398         * platform/win/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
399
400 2011-02-16  Mario Sanchez Prada  <msanchez@igalia.com>
401
402         Reviewed by Martin Robinson.
403
404         [GTK] events missing when a document is (re)loaded
405         https://bugs.webkit.org/show_bug.cgi?id=25831
406
407         Added new layout test to check the right signals are emitted.
408
409         * platform/gtk/accessibility/document-reload-events-expected.txt: Added.
410         * platform/gtk/accessibility/document-reload-events.html: Added.
411
412 2011-02-16  Nikolas Zimmermann  <nzimmermann@rim.com>
413
414         Reviewed by Dirk Schulze.
415
416         Pixel tests differences on 10.6.6 32bit vs. 64bit
417         https://bugs.webkit.org/show_bug.cgi?id=54474
418
419         Update SnowLeopard SVG pixel test baseline, generated on a 32bit machine, where it passes with tolerance 0.
420         This is the fifth and last chunk.
421
422         It should pass on modern 64bit machines as well, using tolerance 0.01.
423
424         * platform/mac/svg/filters/feOffset-expected.checksum:
425         * platform/mac/svg/filters/feOffset-expected.png:
426         * platform/mac/svg/filters/filter-clip-expected.checksum:
427         * platform/mac/svg/filters/filter-clip-expected.png:
428         * platform/mac/svg/filters/filterRes-expected.checksum:
429         * platform/mac/svg/filters/filterRes-expected.png:
430         * platform/mac/svg/hixie/cascade/002-expected.checksum:
431         * platform/mac/svg/hixie/cascade/002-expected.png:
432         * platform/mac/svg/hixie/error/017-expected.checksum:
433         * platform/mac/svg/hixie/error/017-expected.png:
434         * platform/mac/svg/hixie/links/003-broken-expected.checksum:
435         * platform/mac/svg/hixie/links/003-broken-expected.png:
436         * platform/mac/svg/hixie/mixed/003-expected.checksum:
437         * platform/mac/svg/hixie/mixed/003-expected.png:
438         * platform/mac/svg/hixie/mixed/004-expected.checksum:
439         * platform/mac/svg/hixie/mixed/004-expected.png:
440         * platform/mac/svg/hixie/mixed/005-expected.checksum:
441         * platform/mac/svg/hixie/mixed/005-expected.png:
442         * platform/mac/svg/hixie/mixed/006-expected.checksum:
443         * platform/mac/svg/hixie/mixed/006-expected.png:
444         * platform/mac/svg/hixie/mixed/008-expected.checksum:
445         * platform/mac/svg/hixie/mixed/008-expected.png:
446         * platform/mac/svg/hixie/mixed/011-expected.checksum:
447         * platform/mac/svg/hixie/mixed/011-expected.png:
448         * platform/mac/svg/hixie/perf/001-expected.checksum:
449         * platform/mac/svg/hixie/perf/001-expected.png:
450         * platform/mac/svg/hixie/perf/002-expected.checksum:
451         * platform/mac/svg/hixie/perf/002-expected.png:
452         * platform/mac/svg/hixie/perf/007-expected.checksum:
453         * platform/mac/svg/hixie/perf/007-expected.png:
454         * platform/mac/svg/hixie/transform/001-expected.checksum:
455         * platform/mac/svg/hixie/transform/001-expected.png:
456         * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.checksum:
457         * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.png:
458         * platform/mac/svg/text/font-size-below-point-five-2-expected.checksum:
459         * platform/mac/svg/text/font-size-below-point-five-2-expected.png:
460         * platform/mac/svg/text/scaled-font-expected.checksum:
461         * platform/mac/svg/text/scaled-font-expected.png:
462         * platform/mac/svg/text/select-textLength-spacing-squeeze-1-expected.checksum:
463         * platform/mac/svg/text/select-textLength-spacing-squeeze-1-expected.png:
464         * platform/mac/svg/text/select-textLength-spacing-squeeze-2-expected.checksum:
465         * platform/mac/svg/text/select-textLength-spacing-squeeze-2-expected.png:
466         * platform/mac/svg/text/select-textLength-spacing-squeeze-3-expected.checksum:
467         * platform/mac/svg/text/select-textLength-spacing-squeeze-3-expected.png:
468         * platform/mac/svg/text/select-textLength-spacing-squeeze-4-expected.checksum:
469         * platform/mac/svg/text/select-textLength-spacing-squeeze-4-expected.png:
470         * platform/mac/svg/text/select-textLength-spacing-stretch-1-expected.checksum:
471         * platform/mac/svg/text/select-textLength-spacing-stretch-1-expected.png:
472         * platform/mac/svg/text/select-textLength-spacing-stretch-2-expected.checksum:
473         * platform/mac/svg/text/select-textLength-spacing-stretch-2-expected.png:
474         * platform/mac/svg/text/select-textLength-spacing-stretch-3-expected.checksum:
475         * platform/mac/svg/text/select-textLength-spacing-stretch-3-expected.png:
476         * platform/mac/svg/text/select-textLength-spacing-stretch-4-expected.checksum:
477         * platform/mac/svg/text/select-textLength-spacing-stretch-4-expected.png:
478         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.checksum:
479         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.png:
480         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.checksum:
481         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.png:
482         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.checksum:
483         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.png:
484         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.checksum:
485         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png:
486         * platform/mac/svg/text/select-x-list-3-expected.checksum:
487         * platform/mac/svg/text/select-x-list-3-expected.png:
488         * platform/mac/svg/text/selection-background-color-expected.checksum:
489         * platform/mac/svg/text/selection-background-color-expected.png:
490         * platform/mac/svg/text/selection-styles-expected.checksum:
491         * platform/mac/svg/text/selection-styles-expected.png:
492         * platform/mac/svg/text/small-fonts-2-expected.checksum:
493         * platform/mac/svg/text/small-fonts-2-expected.png:
494         * platform/mac/svg/text/small-fonts-3-expected.checksum:
495         * platform/mac/svg/text/small-fonts-3-expected.png:
496         * platform/mac/svg/text/small-fonts-expected.checksum:
497         * platform/mac/svg/text/small-fonts-expected.png:
498         * platform/mac/svg/text/small-fonts-in-html5-expected.checksum:
499         * platform/mac/svg/text/small-fonts-in-html5-expected.png:
500         * platform/mac/svg/text/text-align-01-b-expected.checksum:
501         * platform/mac/svg/text/text-align-01-b-expected.png:
502         * platform/mac/svg/text/text-align-02-b-expected.checksum:
503         * platform/mac/svg/text/text-align-02-b-expected.png:
504         * platform/mac/svg/text/text-align-03-b-expected.checksum:
505         * platform/mac/svg/text/text-align-03-b-expected.png:
506         * platform/mac/svg/text/text-align-04-b-expected.checksum:
507         * platform/mac/svg/text/text-align-04-b-expected.png:
508         * platform/mac/svg/text/text-align-05-b-expected.checksum:
509         * platform/mac/svg/text/text-align-05-b-expected.png:
510         * platform/mac/svg/text/text-align-06-b-expected.checksum:
511         * platform/mac/svg/text/text-align-06-b-expected.png:
512         * platform/mac/svg/text/text-altglyph-01-b-expected.checksum:
513         * platform/mac/svg/text/text-altglyph-01-b-expected.png:
514         * platform/mac/svg/text/text-deco-01-b-expected.checksum:
515         * platform/mac/svg/text/text-deco-01-b-expected.png:
516         * platform/mac/svg/text/text-fonts-01-t-expected.checksum:
517         * platform/mac/svg/text/text-fonts-01-t-expected.png:
518         * platform/mac/svg/text/text-fonts-02-t-expected.checksum:
519         * platform/mac/svg/text/text-fonts-02-t-expected.png:
520         * platform/mac/svg/text/text-intro-05-t-expected.checksum:
521         * platform/mac/svg/text/text-intro-05-t-expected.png:
522         * platform/mac/svg/text/text-path-01-b-expected.checksum:
523         * platform/mac/svg/text/text-path-01-b-expected.png:
524         * platform/mac/svg/text/text-text-01-b-expected.checksum:
525         * platform/mac/svg/text/text-text-01-b-expected.png:
526         * platform/mac/svg/text/text-text-03-b-expected.checksum:
527         * platform/mac/svg/text/text-text-03-b-expected.png:
528         * platform/mac/svg/text/text-text-04-t-expected.checksum:
529         * platform/mac/svg/text/text-text-04-t-expected.png:
530         * platform/mac/svg/text/text-text-05-t-expected.checksum:
531         * platform/mac/svg/text/text-text-05-t-expected.png:
532         * platform/mac/svg/text/text-text-06-t-expected.checksum:
533         * platform/mac/svg/text/text-text-06-t-expected.png:
534         * platform/mac/svg/text/text-text-07-t-expected.checksum:
535         * platform/mac/svg/text/text-text-07-t-expected.png:
536         * platform/mac/svg/text/text-text-08-b-expected.checksum:
537         * platform/mac/svg/text/text-text-08-b-expected.png:
538         * platform/mac/svg/text/text-tselect-01-b-expected.checksum:
539         * platform/mac/svg/text/text-tselect-01-b-expected.png:
540         * platform/mac/svg/text/text-tselect-02-f-expected.checksum:
541         * platform/mac/svg/text/text-tselect-02-f-expected.png:
542         * platform/mac/svg/text/text-tspan-01-b-expected.checksum:
543         * platform/mac/svg/text/text-tspan-01-b-expected.png:
544         * platform/mac/svg/text/text-ws-01-t-expected.checksum:
545         * platform/mac/svg/text/text-ws-01-t-expected.png:
546         * platform/mac/svg/text/text-ws-02-t-expected.checksum:
547         * platform/mac/svg/text/text-ws-02-t-expected.png:
548         * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.checksum:
549         * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.png:
550         * platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.checksum:
551         * platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.png:
552         * platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.checksum:
553         * platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
554         * platform/mac/svg/transforms/text-with-pattern-with-svg-transform-expected.checksum:
555         * platform/mac/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
556         * platform/mac/svg/webarchive/svg-feimage-subresources-expected.checksum:
557         * platform/mac/svg/webarchive/svg-feimage-subresources-expected.png:
558         * platform/mac/svg/zoom/page/zoom-foreignObject-expected.checksum:
559         * platform/mac/svg/zoom/page/zoom-foreignObject-expected.png:
560         * platform/mac/svg/zoom/page/zoom-hixie-mixed-008-expected.checksum:
561         * platform/mac/svg/zoom/page/zoom-hixie-mixed-008-expected.png:
562         * platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.checksum:
563         * platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.png:
564         * platform/mac/svg/zoom/text/zoom-hixie-mixed-008-expected.checksum:
565         * platform/mac/svg/zoom/text/zoom-hixie-mixed-008-expected.png:
566
567 2011-02-16  Nikolas Zimmermann  <nzimmermann@rim.com>
568
569         Reviewed by Dirk Schulze.
570
571         Pixel tests differences on 10.6.6 32bit vs. 64bit
572         https://bugs.webkit.org/show_bug.cgi?id=54474
573
574         Update SnowLeopard SVG pixel test baseline, generated on a 32bit machine, where it passes with tolerance 0.
575         This is the fourth chunk.
576
577         It should pass on modern 64bit machines as well, using tolerance 0.01.
578
579         * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.checksum:
580         * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png:
581         * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.checksum:
582         * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png:
583         * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.checksum:
584         * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png:
585         * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.checksum:
586         * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png:
587         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.checksum:
588         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png:
589         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.checksum:
590         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png:
591         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.checksum:
592         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
593         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.checksum:
594         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
595         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.checksum:
596         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
597         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.checksum:
598         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
599         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.checksum:
600         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
601         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.checksum:
602         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png:
603         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.checksum:
604         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
605         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.checksum:
606         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
607         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.checksum:
608         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
609         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.checksum:
610         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
611         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.checksum:
612         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
613         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.checksum:
614         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
615         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.checksum:
616         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png:
617         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.checksum:
618         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png:
619         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.checksum:
620         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png:
621         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.checksum:
622         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png:
623         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.checksum:
624         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png:
625         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.checksum:
626         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png:
627         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.checksum:
628         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png:
629         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.checksum:
630         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png:
631         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.checksum:
632         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png:
633         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.checksum:
634         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png:
635         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.checksum:
636         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png:
637         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.checksum:
638         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png:
639         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.checksum:
640         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png:
641         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.checksum:
642         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png:
643         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.checksum:
644         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png:
645         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.checksum:
646         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png:
647         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.checksum:
648         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png:
649         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.checksum:
650         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png:
651         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.checksum:
652         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png:
653         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.checksum:
654         * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png:
655         * platform/mac/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.checksum:
656         * platform/mac/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png:
657         * platform/mac/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.checksum:
658         * platform/mac/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png:
659         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.checksum:
660         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
661         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.checksum:
662         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
663         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.checksum:
664         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
665         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.checksum:
666         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
667         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.checksum:
668         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
669         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.checksum:
670         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
671         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.checksum:
672         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
673         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.checksum:
674         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
675         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.checksum:
676         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
677         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.checksum:
678         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
679         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.checksum:
680         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
681         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.checksum:
682         * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
683         * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.checksum:
684         * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.png:
685         * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.checksum:
686         * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.png:
687         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.checksum:
688         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
689         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.checksum:
690         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
691         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.checksum:
692         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
693         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.checksum:
694         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
695         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.checksum:
696         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
697         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.checksum:
698         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
699         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.checksum:
700         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
701         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.checksum:
702         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
703         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.checksum:
704         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
705         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.checksum:
706         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
707         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.checksum:
708         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
709         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.checksum:
710         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
711         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.checksum:
712         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
713         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.checksum:
714         * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
715
716 2011-02-16  Philippe Normand  <pnormand@igalia.com>
717
718         Reviewed by Martin Robinson.
719
720         [GTK] media/video-display-toggle.html still flaky on 32-Bits  Release
721         https://bugs.webkit.org/show_bug.cgi?id=54552
722
723         * media/video-display-toggle.html: Start playback before
724         triggering the display toggle, ensuring the controls
725         (esp. duration display) are conistent.
726
727 2011-02-16  Csaba Osztrogonác  <ossy@webkit.org>
728
729         Unreviewed.
730
731         Update Qt specific expected files.
732
733         * platform/qt/svg/custom/non-scaling-stroke-markers-expected.checksum:
734         * platform/qt/svg/custom/non-scaling-stroke-markers-expected.png:
735         * platform/qt/svg/custom/non-scaling-stroke-markers-expected.txt:
736         * platform/qt/svg/custom/text-rotated-gradient-expected.txt:
737         * platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
738
739 2011-02-16  Nikolas Zimmermann  <nzimmermann@rim.com>
740
741         Reviewed by Dirk Schulze.
742
743         Pixel tests differences on 10.6.6 32bit vs. 64bit
744         https://bugs.webkit.org/show_bug.cgi?id=54474
745
746         Update SnowLeopard SVG pixel test baseline, generated on a 32bit machine, where it passes with tolerance 0.
747         This is the third chunk.
748
749         It should pass on modern 64bit machines as well, using tolerance 0.01.
750
751         * platform/mac/svg/clip-path/clip-in-mask-expected.checksum:
752         * platform/mac/svg/clip-path/clip-in-mask-expected.png:
753         * platform/mac/svg/clip-path/clip-path-child-clipped-expected.checksum:
754         * platform/mac/svg/clip-path/clip-path-child-clipped-expected.png:
755         * platform/mac/svg/clip-path/clip-path-childs-clipped-expected.checksum:
756         * platform/mac/svg/clip-path/clip-path-childs-clipped-expected.png:
757         * platform/mac/svg/clip-path/clip-path-clipped-expected.checksum:
758         * platform/mac/svg/clip-path/clip-path-clipped-expected.png:
759         * platform/mac/svg/clip-path/clip-path-clipped-nonzero-expected.checksum:
760         * platform/mac/svg/clip-path/clip-path-clipped-nonzero-expected.png:
761         * platform/mac/svg/clip-path/clip-path-on-clipped-use-expected.checksum:
762         * platform/mac/svg/clip-path/clip-path-on-clipped-use-expected.png:
763         * platform/mac/svg/clip-path/clip-path-on-g-and-child-expected.checksum:
764         * platform/mac/svg/clip-path/clip-path-on-g-and-child-expected.png:
765         * platform/mac/svg/clip-path/clip-path-on-g-expected.checksum:
766         * platform/mac/svg/clip-path/clip-path-on-g-expected.png:
767         * platform/mac/svg/clip-path/clip-path-on-svg-and-child-expected.checksum:
768         * platform/mac/svg/clip-path/clip-path-on-svg-and-child-expected.png:
769         * platform/mac/svg/clip-path/clip-path-on-svg-expected.checksum:
770         * platform/mac/svg/clip-path/clip-path-on-svg-expected.png:
771         * platform/mac/svg/clip-path/clip-path-use-as-child-expected.checksum:
772         * platform/mac/svg/clip-path/clip-path-use-as-child-expected.png:
773         * platform/mac/svg/clip-path/clip-path-use-as-child2-expected.checksum:
774         * platform/mac/svg/clip-path/clip-path-use-as-child2-expected.png:
775         * platform/mac/svg/clip-path/clip-path-use-as-child3-expected.checksum:
776         * platform/mac/svg/clip-path/clip-path-use-as-child3-expected.png:
777         * platform/mac/svg/clip-path/clip-path-use-as-child4-expected.checksum:
778         * platform/mac/svg/clip-path/clip-path-use-as-child4-expected.png:
779         * platform/mac/svg/clip-path/nested-clip-in-mask-image-based-clipping-expected.checksum:
780         * platform/mac/svg/clip-path/nested-clip-in-mask-image-based-clipping-expected.png:
781         * platform/mac/svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping-expected.checksum:
782         * platform/mac/svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping-expected.png:
783         * platform/mac/svg/clip-path/nested-clip-in-mask-path-based-clipping-expected.checksum:
784         * platform/mac/svg/clip-path/nested-clip-in-mask-path-based-clipping-expected.png:
785         * platform/mac/svg/custom/absolute-sized-content-with-resources-expected.checksum:
786         * platform/mac/svg/custom/absolute-sized-content-with-resources-expected.png:
787         * platform/mac/svg/custom/animate-path-discrete-expected.checksum:
788         * platform/mac/svg/custom/animate-path-discrete-expected.png:
789         * platform/mac/svg/custom/convolution-crash-expected.checksum:
790         * platform/mac/svg/custom/convolution-crash-expected.png:
791         * platform/mac/svg/custom/createImageElement2-expected.checksum:
792         * platform/mac/svg/custom/createImageElement2-expected.png:
793         * platform/mac/svg/custom/dynamic-svg-document-creation-expected.checksum:
794         * platform/mac/svg/custom/dynamic-svg-document-creation-expected.png:
795         * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.checksum:
796         * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png:
797         * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.checksum:
798         * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png:
799         * platform/mac/svg/custom/feComponentTransfer-Linear-expected.checksum:
800         * platform/mac/svg/custom/feComponentTransfer-Linear-expected.png:
801         * platform/mac/svg/custom/feComponentTransfer-Table-expected.checksum:
802         * platform/mac/svg/custom/feComponentTransfer-Table-expected.png:
803         * platform/mac/svg/custom/focus-ring-expected.checksum:
804         * platform/mac/svg/custom/focus-ring-expected.png:
805         * platform/mac/svg/custom/foreign-object-skew-expected.checksum:
806         * platform/mac/svg/custom/foreign-object-skew-expected.png:
807         * platform/mac/svg/custom/glyph-transformation-with-hkern-expected.checksum:
808         * platform/mac/svg/custom/glyph-transformation-with-hkern-expected.png:
809         * platform/mac/svg/custom/gradient-rotated-bbox-expected.checksum:
810         * platform/mac/svg/custom/gradient-rotated-bbox-expected.png:
811         * platform/mac/svg/custom/gradient-stroke-width-expected.checksum:
812         * platform/mac/svg/custom/gradient-stroke-width-expected.png:
813         * platform/mac/svg/custom/grayscale-gradient-mask-expected.checksum:
814         * platform/mac/svg/custom/grayscale-gradient-mask-expected.png:
815         * platform/mac/svg/custom/inline-svg-in-xhtml-expected.checksum:
816         * platform/mac/svg/custom/inline-svg-in-xhtml-expected.png:
817         * platform/mac/svg/custom/invalid-css-expected.checksum:
818         * platform/mac/svg/custom/invalid-css-expected.png:
819         * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.checksum:
820         * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.png:
821         * platform/mac/svg/custom/js-late-clipPath-creation-expected.checksum:
822         * platform/mac/svg/custom/js-late-clipPath-creation-expected.png:
823         * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.checksum:
824         * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.png:
825         * platform/mac/svg/custom/js-late-gradient-creation-expected.checksum:
826         * platform/mac/svg/custom/js-late-gradient-creation-expected.png:
827         * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.checksum:
828         * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.png:
829         * platform/mac/svg/custom/linking-a-03-b-all-expected.checksum:
830         * platform/mac/svg/custom/linking-a-03-b-all-expected.png:
831         * platform/mac/svg/custom/linking-a-03-b-transform-expected.checksum:
832         * platform/mac/svg/custom/linking-a-03-b-transform-expected.png:
833         * platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.checksum:
834         * platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
835         * platform/mac/svg/custom/marker-default-width-height-expected.checksum:
836         * platform/mac/svg/custom/marker-default-width-height-expected.png:
837         * platform/mac/svg/custom/marker-opacity-expected.checksum:
838         * platform/mac/svg/custom/marker-opacity-expected.png:
839         * platform/mac/svg/custom/mouse-move-on-svg-root-expected.checksum:
840         * platform/mac/svg/custom/mouse-move-on-svg-root-expected.png:
841         * platform/mac/svg/custom/mouse-move-on-svg-root-standalone-expected.checksum:
842         * platform/mac/svg/custom/mouse-move-on-svg-root-standalone-expected.png:
843         * platform/mac/svg/custom/non-scaling-stroke-expected.checksum:
844         * platform/mac/svg/custom/non-scaling-stroke-expected.png:
845         * platform/mac/svg/custom/pattern-skew-transformed-expected.checksum:
846         * platform/mac/svg/custom/pattern-skew-transformed-expected.png:
847         * platform/mac/svg/custom/pattern-with-transformation-expected.checksum:
848         * platform/mac/svg/custom/pattern-with-transformation-expected.png:
849         * platform/mac/svg/custom/pointer-events-image-expected.checksum:
850         * platform/mac/svg/custom/pointer-events-image-expected.png:
851         * platform/mac/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.checksum:
852         * platform/mac/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png:
853         * platform/mac/svg/custom/relative-sized-content-with-resources-expected.checksum:
854         * platform/mac/svg/custom/relative-sized-content-with-resources-expected.png:
855         * platform/mac/svg/custom/relative-sized-inner-svg-expected.checksum:
856         * platform/mac/svg/custom/relative-sized-inner-svg-expected.png:
857         * platform/mac/svg/custom/relative-sized-use-on-symbol-expected.checksum:
858         * platform/mac/svg/custom/relative-sized-use-on-symbol-expected.png:
859         * platform/mac/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.checksum:
860         * platform/mac/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.png:
861         * platform/mac/svg/custom/resource-invalidate-on-target-update-expected.checksum:
862         * platform/mac/svg/custom/resource-invalidate-on-target-update-expected.png:
863         * platform/mac/svg/custom/shapes-supporting-markers-expected.checksum:
864         * platform/mac/svg/custom/shapes-supporting-markers-expected.png:
865         * platform/mac/svg/custom/stroked-pattern-expected.checksum:
866         * platform/mac/svg/custom/stroked-pattern-expected.png:
867         * platform/mac/svg/custom/struct-use-09-b-expected.checksum:
868         * platform/mac/svg/custom/struct-use-09-b-expected.png:
869         * platform/mac/svg/custom/svg-curve-with-relative-cordinates-expected.checksum:
870         * platform/mac/svg/custom/svg-curve-with-relative-cordinates-expected.png:
871         * platform/mac/svg/custom/svg-fonts-in-html-expected.checksum:
872         * platform/mac/svg/custom/svg-fonts-in-html-expected.png:
873         * platform/mac/svg/custom/svg-fonts-with-no-element-reference-expected.checksum:
874         * platform/mac/svg/custom/svg-fonts-with-no-element-reference-expected.png:
875         * platform/mac/svg/custom/text-rotated-gradient-expected.checksum:
876         * platform/mac/svg/custom/text-rotated-gradient-expected.png:
877         * platform/mac/svg/custom/tref-update-expected.checksum:
878         * platform/mac/svg/custom/tref-update-expected.png:
879         * platform/mac/svg/custom/use-css-events-expected.checksum:
880         * platform/mac/svg/custom/use-css-events-expected.png:
881         * platform/mac/svg/custom/use-detach-expected.checksum:
882         * platform/mac/svg/custom/use-detach-expected.png:
883         * platform/mac/svg/custom/use-on-clip-path-with-transformation-expected.checksum:
884         * platform/mac/svg/custom/use-on-clip-path-with-transformation-expected.png:
885         * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.checksum:
886         * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.png:
887         * platform/mac/svg/custom/width-full-percentage-expected.checksum:
888         * platform/mac/svg/custom/width-full-percentage-expected.png:
889
890 2011-02-16  Nikolas Zimmermann  <nzimmermann@rim.com>
891
892         Reviewed by Dirk Schulze.
893
894         Pixel tests differences on 10.6.6 32bit vs. 64bit
895         https://bugs.webkit.org/show_bug.cgi?id=54474
896
897         Update SnowLeopard SVG pixel test baseline, generated on a 32bit machine, where it passes with tolerance 0.
898         This is the second chunk.
899
900         It should pass on modern 64bit machines as well, using tolerance 0.01.
901
902         * platform/mac/svg/batik/masking/maskRegions-expected.checksum:
903         * platform/mac/svg/batik/masking/maskRegions-expected.png:
904         * platform/mac/svg/batik/text/smallFonts-expected.checksum:
905         * platform/mac/svg/batik/text/smallFonts-expected.png:
906         * platform/mac/svg/batik/text/textAnchor-expected.checksum:
907         * platform/mac/svg/batik/text/textAnchor-expected.png:
908         * platform/mac/svg/batik/text/textEffect-expected.checksum:
909         * platform/mac/svg/batik/text/textEffect-expected.png:
910         * platform/mac/svg/batik/text/textEffect3-expected.checksum:
911         * platform/mac/svg/batik/text/textEffect3-expected.png:
912         * platform/mac/svg/batik/text/textFeatures-expected.checksum:
913         * platform/mac/svg/batik/text/textFeatures-expected.png:
914         * platform/mac/svg/batik/text/textOnPath2-expected.checksum:
915         * platform/mac/svg/batik/text/textOnPath2-expected.png:
916         * platform/mac/svg/batik/text/textOnPath3-expected.checksum:
917         * platform/mac/svg/batik/text/textOnPath3-expected.png:
918         * platform/mac/svg/batik/text/verticalTextOnPath-expected.checksum:
919         * platform/mac/svg/batik/text/verticalTextOnPath-expected.png:
920         * platform/mac/svg/carto.net/button-expected.checksum:
921         * platform/mac/svg/carto.net/button-expected.png:
922         * platform/mac/svg/carto.net/colourpicker-expected.checksum:
923         * platform/mac/svg/carto.net/colourpicker-expected.png:
924         * platform/mac/svg/carto.net/combobox-expected.checksum:
925         * platform/mac/svg/carto.net/combobox-expected.png:
926         * platform/mac/svg/carto.net/scrollbar-expected.checksum:
927         * platform/mac/svg/carto.net/scrollbar-expected.png:
928         * platform/mac/svg/carto.net/selectionlist-expected.checksum:
929         * platform/mac/svg/carto.net/selectionlist-expected.png:
930         * platform/mac/svg/carto.net/slider-expected.checksum:
931         * platform/mac/svg/carto.net/slider-expected.png:
932         * platform/mac/svg/carto.net/textbox-expected.checksum:
933         * platform/mac/svg/carto.net/textbox-expected.png:
934         * platform/mac/svg/carto.net/window-expected.checksum:
935         * platform/mac/svg/carto.net/window-expected.png:
936         * platform/mac/svg/css/composite-shadow-example-expected.checksum:
937         * platform/mac/svg/css/composite-shadow-example-expected.png:
938         * platform/mac/svg/css/composite-shadow-text-expected.checksum:
939         * platform/mac/svg/css/composite-shadow-text-expected.png:
940         * platform/mac/svg/css/composite-shadow-with-opacity-expected.checksum:
941         * platform/mac/svg/css/composite-shadow-with-opacity-expected.png:
942         * platform/mac/svg/css/group-with-shadow-expected.checksum:
943         * platform/mac/svg/css/group-with-shadow-expected.png:
944         * platform/mac/svg/dom/SVGTransformList-basics-expected.checksum:
945         * platform/mac/svg/dom/SVGTransformList-basics-expected.png:
946         * svg/batik/masking/maskRegions.svg:
947         * svg/zoom/page/zoom-mask-with-percentages.svg:
948
949 2011-02-16  Nikolas Zimmermann  <nzimmermann@rim.com>
950
951         Reviewed by Dirk Schulze.
952
953         Pixel tests differences on 10.6.6 32bit vs. 64bit
954         https://bugs.webkit.org/show_bug.cgi?id=54474
955
956         Update SnowLeopard SVG pixel test baseline, generated on a 32bit machine, where it passes with tolerance 0.
957         This is the first chunk of several commits, as one commit is too huge for SVN.
958
959         It should pass on modern 64bit machines as well, using tolerance 0.01.
960
961         * platform/mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.checksum:
962         * platform/mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
963         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.checksum:
964         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png:
965         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.checksum:
966         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png:
967         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.checksum:
968         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.png:
969         * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.checksum:
970         * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png:
971         * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.checksum:
972         * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
973         * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.checksum:
974         * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png:
975         * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum:
976         * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
977         * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.checksum:
978         * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
979         * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.checksum:
980         * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png:
981         * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum:
982         * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
983         * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum:
984         * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
985         * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.checksum:
986         * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png:
987         * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.checksum:
988         * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
989         * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.checksum:
990         * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png:
991         * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
992         * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
993         * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
994         * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
995         * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum:
996         * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
997         * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.checksum:
998         * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
999         * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum:
1000         * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
1001         * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.checksum:
1002         * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.png:
1003         * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.checksum:
1004         * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.png:
1005         * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.checksum:
1006         * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
1007         * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.checksum:
1008         * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png:
1009         * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
1010         * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.checksum:
1011         * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
1012         * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.checksum:
1013         * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.png:
1014         * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.checksum:
1015         * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.png:
1016         * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.checksum:
1017         * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.png:
1018         * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.checksum:
1019         * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.png:
1020         * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.checksum:
1021         * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.png:
1022         * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.checksum:
1023         * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.png:
1024         * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.checksum:
1025         * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.png:
1026         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.checksum:
1027         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
1028         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.checksum:
1029         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
1030         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum:
1031         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
1032         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.checksum:
1033         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
1034         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum:
1035         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
1036         * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.checksum:
1037         * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
1038         * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.checksum:
1039         * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
1040         * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.checksum:
1041         * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png:
1042         * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.checksum:
1043         * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
1044         * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.checksum:
1045         * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png:
1046         * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt:
1047         * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt:
1048         * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.checksum:
1049         * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.png:
1050         * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.checksum:
1051         * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
1052         * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.checksum:
1053         * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
1054         * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.checksum:
1055         * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
1056         * platform/mac/svg/batik/masking/maskRegions-expected.txt:
1057         * platform/mac/svg/custom/circular-marker-reference-1-expected.txt:
1058         * platform/mac/svg/custom/circular-marker-reference-2-expected.txt:
1059         * platform/mac/svg/custom/circular-marker-reference-3-expected.txt:
1060         * platform/mac/svg/custom/circular-marker-reference-4-expected.txt:
1061         * platform/mac/svg/custom/non-circular-marker-reference-expected.txt:
1062         * platform/mac/svg/custom/non-scaling-stroke-markers-expected.txt:
1063         * platform/mac/svg/custom/stroked-pattern-expected.txt:
1064         * platform/mac/svg/custom/text-rotated-gradient-expected.txt:
1065         * platform/mac/svg/custom/use-detach-expected.txt:
1066         * platform/mac/svg/hixie/links/001-expected.txt:
1067         * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
1068         * platform/mac/svg/text/small-fonts-2-expected.txt:
1069         * platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
1070
1071 2011-02-16  Philippe Normand  <pnormand@igalia.com>
1072
1073         Reviewed by Adam Roben.
1074
1075         media/audio-delete-while-slider-thumb-clicked.html failing on Windows since r78562
1076         https://bugs.webkit.org/show_bug.cgi?id=54502
1077
1078         * media/audio-delete-while-slider-thumb-clicked.html: Avoid deleting the element twice.
1079         * platform/win/Skipped: unskip the test.
1080
1081 2011-02-16  Ilya Tikhonovsky  <loislo@chromium.org>
1082
1083         Reviewed by Yury Semikhatsky.
1084
1085         Web Inspector: chromium: DRT is crashing on the tests in inspector-enabled folder.
1086         https://bugs.webkit.org/show_bug.cgi?id=54548
1087
1088         Bug in chromium DRT implementation was fixed.
1089         The tests were enabled.
1090
1091         * platform/chromium/test_expectations.txt:
1092
1093 2011-02-16  Philippe Normand  <pnormand@igalia.com>
1094
1095         Unreviewed, qt and mac rebaseline of test after r78690.
1096
1097         * media/controls-without-preload-expected.txt:
1098         * platform/qt/media/controls-without-preload-expected.txt:
1099
1100 2011-02-16  Philippe Normand  <pnormand@igalia.com>
1101
1102         Unreviewed, rebaseline test after r78690.
1103
1104         * media/controls-without-preload-expected.txt:
1105
1106 2011-02-16  Sheriff Bot  <webkit.review.bot@gmail.com>
1107
1108         Unreviewed, rolling out r78655.
1109         http://trac.webkit.org/changeset/78655
1110         https://bugs.webkit.org/show_bug.cgi?id=54543
1111
1112         Causes too many test failures in chromium (Requested by
1113         mnaganov on #webkit).
1114
1115         * storage/indexeddb/exception-in-event-aborts-expected.txt: Removed.
1116         * storage/indexeddb/exception-in-event-aborts.html: Removed.
1117         * storage/indexeddb/queued-commands-expected.txt:
1118         * storage/indexeddb/queued-commands.html:
1119         * storage/indexeddb/request-event-propagation-expected.txt:
1120         * storage/indexeddb/request-event-propagation.html:
1121         * storage/indexeddb/resources/shared.js:
1122         (unexpectedErrorCallback):
1123         * storage/indexeddb/transaction-event-propagation-expected.txt:
1124         * storage/indexeddb/transaction-event-propagation.html:
1125
1126 2011-02-16  Philippe Normand  <pnormand@igalia.com>
1127
1128         Unreviewed rebaseline GTK media test result.
1129
1130         * platform/gtk/media/video-controls-rendering-expected.txt:
1131
1132 2011-02-15  Philippe Normand  <pnormand@igalia.com>
1133
1134         Reviewed by Martin Robinson.
1135
1136         [GTK] media/controls-without-preload.html is flacky on 32-bits Debug
1137         https://bugs.webkit.org/show_bug.cgi?id=50518
1138
1139         Refactored 2 media tests to avoid use of setTimeout and possible
1140         flakyness.
1141
1142         * media/controls-without-preload.html:
1143         * media/video-display-toggle.html:
1144         * platform/gtk/Skipped:
1145         * platform/gtk/media/controls-without-preload-expected.txt:
1146
1147 2011-02-15  Philippe Normand  <pnormand@igalia.com>
1148
1149         Reviewed by Martin Robinson.
1150
1151         [GStreamer] wrong media duration report in media/controls-after-reload.html
1152         https://bugs.webkit.org/show_bug.cgi?id=51602
1153
1154         Refactored some media tests to be less flaky-prone.
1155
1156         * media/controls-after-reload.html: Trigger playback just before
1157         rendering the controls.
1158         * media/video-paint-test.js: Ditto.
1159         (init.document.addEventListener.):
1160         (init):
1161         * media/video-volume-slider.html: Trigger DRT dump after volume
1162         was updated.
1163         * platform/gtk/Skipped: Unskip fixed tests.
1164         * platform/gtk/media/video-controls-rendering-expected.txt:
1165
1166 2011-02-15  Kent Tamura  <tkent@chromium.org>
1167
1168         Unreviewed, test expectation update.
1169
1170         Chromium-Mac-Leopard baseline files for r78677.
1171
1172         * platform/chromium-mac-leopard/fast/forms/input-appearance-spinbutton-layer-expected.checksum: Added.
1173         * platform/chromium-mac-leopard/fast/forms/input-appearance-spinbutton-layer-expected.png: Added.
1174
1175 2011-02-15  Kent Tamura  <tkent@chromium.org>
1176
1177         Unreviewed, test expectation update.
1178
1179         Chromium baseline files for a new test of r78677.
1180
1181         * platform/chromium-linux/fast/forms/input-appearance-spinbutton-layer-expected.checksum: Added.
1182         * platform/chromium-linux/fast/forms/input-appearance-spinbutton-layer-expected.png: Added.
1183         * platform/chromium-linux/fast/forms/input-appearance-spinbutton-layer-expected.txt: Added.
1184         * platform/chromium-win-xp/fast/forms/input-appearance-spinbutton-layer-expected.checksum: Added.
1185         * platform/chromium-win-xp/fast/forms/input-appearance-spinbutton-layer-expected.png: Added.
1186         * platform/chromium-win-xp/fast/forms/input-appearance-spinbutton-layer-expected.txt: Added.
1187
1188 2011-02-15  Kent Tamura  <tkent@chromium.org>
1189
1190         Reviewed by Darin Fisher.
1191
1192         [Chromium] Rendering error of spin buttons on layers
1193         https://bugs.webkit.org/show_bug.cgi?id=54427
1194
1195         * fast/forms/input-appearance-spinbutton-layer.html: Added.
1196         * platform/mac/fast/forms/input-appearance-spinbutton-layer-expected.checksum: Added.
1197         * platform/mac/fast/forms/input-appearance-spinbutton-layer-expected.png: Added.
1198         * platform/mac/fast/forms/input-appearance-spinbutton-layer-expected.txt: Added.
1199         * platform/gtk/Skipped:
1200         * platform/qt/Skipped:
1201
1202 2011-02-15  Martin Robinson  <mrobinson@igalia.com>
1203
1204         Skip all Hixie SVG performance tests on GTK+. They seem
1205         to be timing out on the GTK+ debug bots.
1206
1207         * platform/gtk/Skipped: Skip Hixie SVG performance tests.
1208
1209 2011-02-15  Steve Falkenburg  <sfalken@apple.com>
1210
1211         Skipped crashing test on Windows.
1212         Tracked by https://bugs.webkit.org/show_bug.cgi?id=54519
1213
1214         * platform/win/Skipped: Skip fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer.html
1215
1216 2011-02-15  Peter Kasting  <pkasting@google.com>
1217
1218         Unreviewed, Chromium test expectations update.
1219
1220         Remove line with dupe expectations.
1221
1222         * platform/chromium/test_expectations.txt:
1223
1224 2011-02-15  Mihai Parparita  <mihaip@chromium.org>
1225
1226         Unreviewed chromium-gpu-linux rebaseline of 
1227         compositing/geometry/vertical-scroll-composited.html.
1228
1229         * platform/chromium-gpu-linux/compositing/geometry/vertical-scroll-composited-expected.checksum:
1230         * platform/chromium-gpu-linux/compositing/geometry/vertical-scroll-composited-expected.png:
1231
1232 2011-02-15  Peter Kasting  <pkasting@google.com>
1233
1234         Unreviewed, Chromium test expectations update.
1235
1236         * platform/chromium/test_expectations.txt:
1237
1238 2011-02-10  Jeremy Orlow  <jorlow@chromium.org>
1239
1240         Reviewed by Nate Chapin.
1241
1242         Throwing in an IndexedDB error or success event should lead to the transaction aborting
1243         https://bugs.webkit.org/show_bug.cgi?id=54249
1244
1245         * storage/indexeddb/exception-in-event-aborts-expected.txt: Added.
1246         * storage/indexeddb/exception-in-event-aborts.html: Added.
1247             tests new feature
1248         * storage/indexeddb/queued-commands-expected.txt:
1249         * storage/indexeddb/queued-commands.html:
1250             cleaned up (while debuggign something else)
1251         * storage/indexeddb/request-event-propagation-expected.txt:
1252         * storage/indexeddb/request-event-propagation.html:
1253             a few additional tests + cleanup
1254         * storage/indexeddb/transaction-event-propagation-expected.txt:
1255         * storage/indexeddb/transaction-event-propagation.html:
1256             a few additional tests + cleanup
1257
1258 2011-02-15  Steve Falkenburg  <sfalken@apple.com>
1259
1260         Windows-specific results for tests added in r78396.
1261         https://bugs.webkit.org/show_bug.cgi?id=54506
1262
1263         * platform/win/fast/inline: Added.
1264         * platform/win/fast/inline/inline-box-background-expected.txt: Added.
1265         * platform/win/fast/inline/inline-box-background-long-image-expected.txt: Added.
1266         * platform/win/fast/inline/inline-box-background-repeat-x-expected.txt: Added.
1267         * platform/win/fast/inline/inline-box-background-repeat-y-expected.txt: Added.
1268
1269 2011-02-15  Mihai Parparita  <mihaip@chromium.org>
1270
1271         Unreviewed chromium-gpu rebaseline. Rebaseline tests that were unskipped
1272         after r78619 as well as some lingering Mac rebaselines.
1273         
1274         * platform/chromium-gpu-linux/compositing/color-matching/image-color-matching-expected.checksum: Added.
1275         * platform/chromium-gpu-linux/compositing/color-matching/image-color-matching-expected.png: Added.
1276         * platform/chromium-gpu-linux/compositing/color-matching/image-color-matching-expected.txt: Added.
1277         * platform/chromium-gpu-linux/compositing/geometry/abs-position-inside-opacity-expected.checksum: Added.
1278         * platform/chromium-gpu-linux/compositing/geometry/abs-position-inside-opacity-expected.png: Added.
1279         * platform/chromium-gpu-linux/compositing/geometry/abs-position-inside-opacity-expected.txt: Added.
1280         * platform/chromium-gpu-linux/compositing/masks/direct-image-mask-expected.checksum: Added.
1281         * platform/chromium-gpu-linux/compositing/masks/direct-image-mask-expected.png: Added.
1282         * platform/chromium-gpu-linux/compositing/masks/direct-image-mask-expected.txt: Added.
1283         * platform/chromium-gpu-linux/compositing/overflow/ancestor-overflow-expected.checksum: Added.
1284         * platform/chromium-gpu-linux/compositing/overflow/ancestor-overflow-expected.png: Added.
1285         * platform/chromium-gpu-linux/compositing/overflow/ancestor-overflow-expected.txt: Added.
1286         * platform/chromium-gpu-linux/compositing/repaint/composited-document-element-expected.checksum: Added.
1287         * platform/chromium-gpu-linux/compositing/repaint/composited-document-element-expected.png: Added.
1288         * platform/chromium-gpu-linux/compositing/repaint/composited-document-element-expected.txt: Added.
1289         * platform/chromium-gpu-linux/compositing/shadows/shadow-drawing-expected.checksum: Added.
1290         * platform/chromium-gpu-linux/compositing/shadows/shadow-drawing-expected.png: Added.
1291         * platform/chromium-gpu-linux/compositing/shadows/shadow-drawing-expected.txt: Added.
1292         * platform/chromium-gpu-mac/compositing/color-matching/image-color-matching-expected.checksum: Added.
1293         * platform/chromium-gpu-mac/compositing/color-matching/image-color-matching-expected.png: Added.
1294         * platform/chromium-gpu-mac/compositing/geometry/abs-position-inside-opacity-expected.checksum: Added.
1295         * platform/chromium-gpu-mac/compositing/geometry/abs-position-inside-opacity-expected.png: Added.
1296         * platform/chromium-gpu-mac/compositing/masks/direct-image-mask-expected.checksum: Added.
1297         * platform/chromium-gpu-mac/compositing/masks/direct-image-mask-expected.png: Added.
1298         * platform/chromium-gpu-mac/compositing/overflow/overflow-scroll-expected.checksum: Added.
1299         * platform/chromium-gpu-mac/compositing/overflow/overflow-scroll-expected.png: Added.
1300         * platform/chromium-gpu-mac/compositing/repaint/composited-document-element-expected.checksum: Added.
1301         * platform/chromium-gpu-mac/compositing/repaint/composited-document-element-expected.png: Added.
1302         * platform/chromium-gpu-mac/compositing/repaint/opacity-between-absolute2-expected.checksum: Added.
1303         * platform/chromium-gpu-mac/compositing/repaint/opacity-between-absolute2-expected.png: Added.
1304         * platform/chromium-gpu-mac/compositing/shadows/shadow-drawing-expected.checksum: Added.
1305         * platform/chromium-gpu-mac/compositing/shadows/shadow-drawing-expected.png: Added.
1306         * platform/chromium-gpu-mac/compositing/text-on-large-layer-expected.checksum: Added.
1307         * platform/chromium-gpu-mac/compositing/text-on-large-layer-expected.png: Added.
1308         * platform/chromium-gpu-mac/compositing/tiling/constrained-layer-size-expected.checksum: Added.
1309         * platform/chromium-gpu-mac/compositing/tiling/constrained-layer-size-expected.png: Added.
1310         * platform/chromium-gpu-mac/compositing/transitions/scale-transition-no-start-expected.checksum: Added.
1311         * platform/chromium-gpu-mac/compositing/transitions/scale-transition-no-start-expected.png: Added.
1312         * platform/chromium-gpu-mac/compositing/z-order/negative-z-index-expected.checksum: Added.
1313         * platform/chromium-gpu-mac/compositing/z-order/negative-z-index-expected.png: Added.
1314         * platform/chromium-gpu-win/compositing/color-matching/image-color-matching-expected.checksum: Added.
1315         * platform/chromium-gpu-win/compositing/color-matching/image-color-matching-expected.png: Added.
1316         * platform/chromium-gpu-win/compositing/color-matching/image-color-matching-expected.txt: Added.
1317         * platform/chromium-gpu-win/compositing/geometry/abs-position-inside-opacity-expected.checksum: Added.
1318         * platform/chromium-gpu-win/compositing/geometry/abs-position-inside-opacity-expected.png: Added.
1319         * platform/chromium-gpu-win/compositing/geometry/abs-position-inside-opacity-expected.txt: Added.
1320         * platform/chromium-gpu-win/compositing/masks/direct-image-mask-expected.checksum: Added.
1321         * platform/chromium-gpu-win/compositing/masks/direct-image-mask-expected.png: Added.
1322         * platform/chromium-gpu-win/compositing/masks/direct-image-mask-expected.txt: Added.
1323         * platform/chromium-gpu-win/compositing/overflow/ancestor-overflow-expected.checksum: Added.
1324         * platform/chromium-gpu-win/compositing/overflow/ancestor-overflow-expected.png: Added.
1325         * platform/chromium-gpu-win/compositing/overflow/ancestor-overflow-expected.txt: Added.
1326         * platform/chromium-gpu-win/compositing/repaint/composited-document-element-expected.checksum: Added.
1327         * platform/chromium-gpu-win/compositing/repaint/composited-document-element-expected.png: Added.
1328         * platform/chromium-gpu-win/compositing/repaint/composited-document-element-expected.txt: Added.
1329         * platform/chromium-gpu-win/compositing/shadows/shadow-drawing-expected.checksum: Added.
1330         * platform/chromium-gpu-win/compositing/shadows/shadow-drawing-expected.png: Added.
1331         * platform/chromium-gpu-win/compositing/shadows/shadow-drawing-expected.txt: Added.
1332         * platform/chromium-gpu-win/compositing/tiling/constrained-layer-size-expected.checksum: Added.
1333         * platform/chromium-gpu-win/compositing/tiling/constrained-layer-size-expected.png: Added.
1334         * platform/chromium-gpu-win/compositing/z-order/negative-z-index-expected.checksum: Added.
1335         * platform/chromium-gpu-win/compositing/z-order/negative-z-index-expected.png: Added.
1336         * platform/chromium/test_expectations.txt:
1337
1338 2011-02-15  James Robinson  <jamesr@chromium.org>
1339
1340         Reviewed by Alexey Proskuryakov.
1341
1342         requestAnimationFrame callbacks should not fire within a modal dialog
1343         https://bugs.webkit.org/show_bug.cgi?id=53188
1344
1345         Tests that requestAnimationFrame callbacks are suspended while a modal
1346         dialog is showing.
1347
1348         * fast/animation/request-animation-frame-during-modal-expected.txt: Added.
1349         * fast/animation/request-animation-frame-during-modal.html: Added.
1350
1351 2011-02-15  Benjamin Kalman  <kalman@chromium.org>
1352
1353         Reviewed by Darin Adler.
1354
1355         Clean up results for editing/selection/extend-selection-home-end layout test
1356         https://bugs.webkit.org/show_bug.cgi?id=54508
1357
1358         Line up results in columns, remove unused pixel test results from qt.
1359
1360         * editing/selection/extend-selection-home-end-expected.txt:
1361         * editing/selection/extend-selection-home-end.html:
1362         * platform/mac/editing/selection/extend-selection-home-end-expected.txt:
1363         * platform/qt/editing/selection/extend-selection-home-end-expected.checksum: Removed.
1364         * platform/qt/editing/selection/extend-selection-home-end-expected.png: Removed.
1365         * platform/win/editing/selection/extend-selection-home-end-expected.txt:
1366
1367 2011-02-15  Adam Barth  <abarth@webkit.org>
1368
1369         Reviewed by Darin Adler.
1370
1371         XSLT with output method HTML and images crashes in debug mode
1372         https://bugs.webkit.org/show_bug.cgi?id=54462
1373
1374         Test that we don't try to prepare to stop twice when pasing HTML
1375         generated from an XSLT.
1376
1377         * fast/parser/resources/xslt-with-html.xsl: Added.
1378         * fast/parser/xslt-with-html-expected.txt: Added.
1379         * fast/parser/xslt-with-html.xml: Added.
1380
1381 2011-02-15  Martin Robinson  <mrobinson@igalia.com>
1382
1383         Rebaseline some GTK+ tests which have different results on the bots.
1384         Skip a test which appears to be timing out intermittently.
1385
1386         * platform/gtk/Skipped: Skip a test which has been timing out.
1387         * platform/gtk/svg/custom/use-nested-transform-expected.txt:
1388         * platform/gtk/svg/hixie/perf/001-expected.txt:
1389         * platform/gtk/svg/hixie/perf/002-expected.txt:
1390         * platform/gtk/svg/hixie/perf/007-expected.txt:
1391
1392 2011-02-15  Jia Pu  <jpu@apple.com>
1393
1394         Reviewed by Darin Adler.
1395
1396         Autocorrection should respect undo.
1397         https://bugs.webkit.org/show_bug.cgi?id=52221
1398         <rdar://problem/8663399>
1399
1400         Rebaselined tests affected by code change.
1401
1402         * platform/mac/editing/spelling/autocorrection-contraction-expected.txt:
1403         * platform/mac/editing/spelling/autocorrection-delete-expected.txt:
1404         * platform/mac/editing/spelling/autocorrection-removing-underline-after-paste-expected.txt:
1405         * platform/mac/editing/spelling/autocorrection-removing-underline-expected.txt:
1406         * platform/mac/editing/spelling/autocorrection-simple-expected.txt:
1407         * platform/mac/editing/spelling/delete-autocorrected-word-1-expected.txt:
1408
1409 2011-02-15  Peter Kasting  <pkasting@google.com>
1410
1411         Unreviewed, Chromium test expectations update.
1412
1413         https://bugs.webkit.org/show_bug.cgi?id=40147
1414         https://bugs.webkit.org/show_bug.cgi?id=48029
1415         https://bugs.webkit.org/show_bug.cgi?id=53740
1416         https://bugs.webkit.org/show_bug.cgi?id=54387
1417         https://bugs.webkit.org/show_bug.cgi?id=54418
1418         https://bugs.webkit.org/show_bug.cgi?id=54499
1419         Remove a couple erroneously-added baselines, unmark some now-passing
1420         tests, bug numbers, etc.
1421
1422         * platform/chromium-linux/http/tests/xmlhttprequest: Removed.
1423         * platform/chromium-linux/http/tests/xmlhttprequest/cache-override-expected.txt: Removed.
1424         * platform/chromium-win/fast/gradients/css3-repeating-end-fill-expected.txt: Removed.
1425         * platform/chromium/test_expectations.txt:
1426
1427 2011-02-15  Steve Falkenburg  <sfalken@apple.com>
1428
1429         Add media/audio-delete-while-slider-thumb-clicked.html to Windows skipped list.
1430         Failing since r78562.
1431
1432         * platform/win/Skipped:
1433
1434 2011-02-15  Stephen White  <senorblanco@chromium.org>
1435
1436         Unreviewed; new baselines for canvas GPU tests.
1437
1438         Rebaseline for slight pixel differences on windows.
1439
1440         * platform/chromium-gpu-win/fast/canvas/canvas-text-alignment-expected.checksum:
1441         * platform/chromium-gpu-win/fast/canvas/canvas-text-alignment-expected.png:
1442         * platform/chromium-gpu-win/fast/canvas/image-object-in-canvas-expected.checksum:
1443         * platform/chromium-gpu-win/fast/canvas/image-object-in-canvas-expected.png:
1444         * platform/chromium/test_expectations.txt:
1445
1446 2011-02-15  Mihai Parparita  <mihaip@chromium.org>
1447
1448         Unreviewed chromium-gpu expectations update. Update expectations after
1449         tests that were unskipped by r78619 started to be run again. Most of
1450         them don't time out anymore, instead they have image and/or text diffs.
1451         
1452         Also remove flaky expectations for fast/canvas/shadow-offset-*.html,
1453         since they pass consistently now that the bug on the Chromium/V8 side 
1454         (http://crbug.com/67732) has been fixed.
1455
1456         * platform/chromium/test_expectations.txt:
1457
1458 2011-02-15  Stephen White  <senorblanco@chromium.org>
1459
1460         Reviewed by James Robinson.
1461
1462         [chromium] Mark fast/canvas/canvas-strokeRect.html as passing on the GPU path.
1463         https://bugs.webkit.org/show_bug.cgi?id=54497
1464
1465         * platform/chromium/test_expectations.txt:
1466
1467 2011-02-15  Mihai Parparita  <mihaip@chromium.org>
1468
1469         Unreviewed chromium-gpu expectations update.
1470         compositing/reflections/animation-inside-reflection.html and 
1471         compositing/reflections/nested-reflection-animated.html are flaky on
1472         Linux too.
1473
1474         * platform/chromium/test_expectations.txt:
1475
1476 2011-02-15  Kenneth Russell  <kbr@google.com>
1477
1478         Reviewed by Darin Fisher.
1479
1480         Allow controlling minimum DOMTimer interval on a per-page basis
1481         https://bugs.webkit.org/show_bug.cgi?id=54312
1482
1483         * fast/dom/timer-increase-min-interval-and-reset-part-1-expected.txt: Added.
1484         * fast/dom/timer-increase-min-interval-and-reset-part-1.html: Added.
1485         * fast/dom/timer-increase-min-interval-and-reset-part-2-expected.txt: Added.
1486         * fast/dom/timer-increase-min-interval-and-reset-part-2.html: Added.
1487           - Chained tests (the assumption is that the run-webkit-tests
1488             harness will run them sequentially, which is a reasonably good
1489             assumption) which verify that the minimum timer interval is
1490             reset between tests.
1491         * fast/dom/timer-increase-min-interval-expected.txt: Added.
1492         * fast/dom/timer-increase-min-interval.html: Added.
1493           - Verifies that increasing the minimum timer interval causes
1494             fast timers to run slowly.
1495         * fast/dom/timer-increase-then-decrease-min-interval-expected.txt: Added.
1496         * fast/dom/timer-increase-then-decrease-min-interval.html: Added.
1497           - Verifies that decreasing the minimum timer interval causes
1498             previously slowed-down timers to be reevaluated immediately.
1499
1500 2011-02-15  Mihai Parparita  <mihaip@chromium.org>
1501
1502         Unreviewed chromium-gpu baseline update. Unskip some tests that fail;
1503         we want to keep running them in case they regress in unexpected ways
1504         (e.g. they start to crash).
1505  
1506         * platform/chromium/test_expectations.txt:
1507
1508 2011-02-15  Martin Robinson  <mrobinson@igalia.com>
1509
1510         Reviewed by Xan Lopez.
1511
1512         [Freetype] Better map CSS font weight to Fontconfig font weight
1513         https://bugs.webkit.org/show_bug.cgi?id=54323
1514
1515         Update the results of this test, which is now passing. Also update results for
1516         all other tests which have different results now.
1517
1518         * platform/gtk/fast/css/font-weight-1-expected.checksum:
1519         * platform/gtk/fast/css/font-weight-1-expected.png:
1520         * platform/gtk/fast/css/font-weight-1-expected.txt:
1521
1522 2011-02-15  Mihai Parparita  <mihaip@chromium.org>
1523
1524         Unreviewed chromium-gpu-linux rebaseline. Check in correct expectations
1525         which should allow us to remove the PASS FAIL line for compositing/ for
1526         this platform.
1527
1528         * platform/chromium-gpu-linux/compositing/direct-image-compositing-expected.checksum:
1529         * platform/chromium-gpu-linux/compositing/direct-image-compositing-expected.png:
1530         * platform/chromium-gpu-linux/compositing/generated-content-expected.checksum:
1531         * platform/chromium-gpu-linux/compositing/generated-content-expected.png:
1532         * platform/chromium-gpu-linux/compositing/geometry/composited-html-size-expected.checksum: Added.
1533         * platform/chromium-gpu-linux/compositing/geometry/composited-html-size-expected.png: Added.
1534         * platform/chromium-gpu-linux/compositing/geometry/fixed-position-expected.checksum:
1535         * platform/chromium-gpu-linux/compositing/geometry/fixed-position-expected.png:
1536         * platform/chromium-gpu-linux/compositing/geometry/horizontal-scroll-composited-expected.checksum:
1537         * platform/chromium-gpu-linux/compositing/geometry/horizontal-scroll-composited-expected.png:
1538         * platform/chromium-gpu-linux/compositing/geometry/layer-due-to-layer-children-deep-expected.checksum: Added.
1539         * platform/chromium-gpu-linux/compositing/geometry/layer-due-to-layer-children-deep-expected.png: Added.
1540         * platform/chromium-gpu-linux/compositing/geometry/layer-due-to-layer-children-expected.checksum: Added.
1541         * platform/chromium-gpu-linux/compositing/geometry/layer-due-to-layer-children-expected.png: Added.
1542         * platform/chromium-gpu-linux/compositing/geometry/vertical-scroll-composited-expected.checksum:
1543         * platform/chromium-gpu-linux/compositing/geometry/vertical-scroll-composited-expected.png:
1544         * platform/chromium-gpu-linux/compositing/masks/masked-ancestor-expected.checksum: Added.
1545         * platform/chromium-gpu-linux/compositing/masks/masked-ancestor-expected.png: Added.
1546         * platform/chromium-gpu-linux/compositing/masks/simple-composited-mask-expected.checksum: Added.
1547         * platform/chromium-gpu-linux/compositing/masks/simple-composited-mask-expected.png: Added.
1548         * platform/chromium-gpu-linux/compositing/overflow/fixed-position-ancestor-clip-expected.checksum:
1549         * platform/chromium-gpu-linux/compositing/overflow/fixed-position-ancestor-clip-expected.png:
1550         * platform/chromium-gpu-linux/compositing/reflections/animation-inside-reflection-expected.checksum: Added.
1551         * platform/chromium-gpu-linux/compositing/reflections/animation-inside-reflection-expected.png: Added.
1552         * platform/chromium-gpu-linux/compositing/reflections/compositing-change-inside-reflection-expected.checksum: Added.
1553         * platform/chromium-gpu-linux/compositing/reflections/compositing-change-inside-reflection-expected.png: Added.
1554         * platform/chromium-gpu-linux/compositing/reflections/deeply-nested-reflections-expected.checksum: Added.
1555         * platform/chromium-gpu-linux/compositing/reflections/deeply-nested-reflections-expected.png: Added.
1556         * platform/chromium-gpu-linux/compositing/reflections/masked-reflection-on-composited-expected.checksum: Added.
1557         * platform/chromium-gpu-linux/compositing/reflections/masked-reflection-on-composited-expected.png: Added.
1558         * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-animated-expected.checksum: Added.
1559         * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-animated-expected.png: Added.
1560         * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-expected.checksum: Added.
1561         * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-expected.png: Added.
1562         * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-mask-change-expected.checksum: Added.
1563         * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-mask-change-expected.png: Added.
1564         * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-on-overflow-expected.checksum: Added.
1565         * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-on-overflow-expected.png: Added.
1566         * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-opacity-expected.checksum: Added.
1567         * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-opacity-expected.png: Added.
1568         * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-size-change-expected.checksum: Added.
1569         * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-size-change-expected.png: Added.
1570         * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-transformed-expected.checksum: Added.
1571         * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-transformed-expected.png: Added.
1572         * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-transformed2-expected.checksum: Added.
1573         * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-transformed2-expected.png: Added.
1574         * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-transition-expected.checksum: Added.
1575         * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-transition-expected.png: Added.
1576         * platform/chromium-gpu-linux/compositing/reflections/reflection-in-composited-expected.checksum:
1577         * platform/chromium-gpu-linux/compositing/reflections/reflection-in-composited-expected.png:
1578         * platform/chromium-gpu-linux/compositing/reflections/reflection-on-composited-expected.checksum: Added.
1579         * platform/chromium-gpu-linux/compositing/reflections/reflection-on-composited-expected.png: Added.
1580         * platform/chromium-gpu-linux/compositing/reflections/reflection-ordering-expected.checksum: Added.
1581         * platform/chromium-gpu-linux/compositing/reflections/reflection-ordering-expected.png: Added.
1582         * platform/chromium-gpu-linux/compositing/reflections/reflection-positioning-expected.checksum: Added.
1583         * platform/chromium-gpu-linux/compositing/reflections/reflection-positioning-expected.png: Added.
1584         * platform/chromium-gpu-linux/compositing/reflections/reflection-positioning2-expected.checksum: Added.
1585         * platform/chromium-gpu-linux/compositing/reflections/reflection-positioning2-expected.png: Added.
1586         * platform/chromium-gpu-linux/compositing/reflections/simple-composited-reflections-expected.checksum: Added.
1587         * platform/chromium-gpu-linux/compositing/reflections/simple-composited-reflections-expected.png: Added.
1588         * platform/chromium-gpu-linux/compositing/reflections/transform-inside-reflection-expected.checksum: Added.
1589         * platform/chromium-gpu-linux/compositing/reflections/transform-inside-reflection-expected.png: Added.
1590         * platform/chromium-gpu-linux/compositing/sibling-positioning-expected.checksum:
1591         * platform/chromium-gpu-linux/compositing/sibling-positioning-expected.png:
1592         * platform/chromium-gpu-linux/compositing/transitions/scale-transition-no-start-expected.checksum: Added.
1593         * platform/chromium-gpu-linux/compositing/transitions/scale-transition-no-start-expected.png: Added.
1594         * platform/chromium-gpu-linux/compositing/webgl/webgl-reflection-expected.checksum: Added.
1595         * platform/chromium-gpu-linux/compositing/webgl/webgl-reflection-expected.png: Added.
1596         * platform/chromium/test_expectations.txt:
1597
1598 2011-02-15  Tony Chang  <tony@chromium.org>
1599
1600         Rebaseline chromium-linux tests with menulists (select drop downs).
1601         We now match Windows w.r.t. sizes, the only difference is the
1602         background color of the menulist (in themeChromiumLinux.css).
1603
1604         * platform/chromium-linux/editing/pasteboard/4641033-expected.checksum:
1605         * platform/chromium-linux/editing/pasteboard/4641033-expected.png:
1606         * platform/chromium-linux/editing/pasteboard/4641033-expected.txt:
1607         * platform/chromium-linux/editing/pasteboard/4944770-1-expected.checksum:
1608         * platform/chromium-linux/editing/pasteboard/4944770-1-expected.png:
1609         * platform/chromium-linux/editing/pasteboard/4944770-1-expected.txt:
1610         * platform/chromium-linux/editing/pasteboard/4944770-2-expected.checksum:
1611         * platform/chromium-linux/editing/pasteboard/4944770-2-expected.png:
1612         * platform/chromium-linux/editing/pasteboard/4944770-2-expected.txt:
1613         * platform/chromium-linux/editing/selection/caret-before-select-expected.checksum:
1614         * platform/chromium-linux/editing/selection/caret-before-select-expected.png:
1615         * platform/chromium-linux/editing/selection/caret-before-select-expected.txt:
1616         * platform/chromium-linux/editing/selection/replaced-boundaries-3-expected.checksum:
1617         * platform/chromium-linux/editing/selection/replaced-boundaries-3-expected.png:
1618         * platform/chromium-linux/editing/selection/replaced-boundaries-3-expected.txt:
1619         * platform/chromium-linux/editing/selection/select-box-expected.checksum:
1620         * platform/chromium-linux/editing/selection/select-box-expected.png:
1621         * platform/chromium-linux/editing/selection/select-box-expected.txt:
1622         * platform/chromium-linux/editing/selection/select-element-paragraph-boundary-expected.checksum:
1623         * platform/chromium-linux/editing/selection/select-element-paragraph-boundary-expected.png:
1624         * platform/chromium-linux/editing/selection/select-element-paragraph-boundary-expected.txt:
1625         * platform/chromium-linux/fast/block/float/float-avoidance-expected.checksum:
1626         * platform/chromium-linux/fast/block/float/float-avoidance-expected.png:
1627         * platform/chromium-linux/fast/block/float/float-avoidance-expected.txt:
1628         * platform/chromium-linux/fast/block/margin-collapse/103-expected.checksum:
1629         * platform/chromium-linux/fast/block/margin-collapse/103-expected.png:
1630         * platform/chromium-linux/fast/block/margin-collapse/103-expected.txt:
1631         * platform/chromium-linux/fast/forms/003-expected.checksum:
1632         * platform/chromium-linux/fast/forms/003-expected.png:
1633         * platform/chromium-linux/fast/forms/003-expected.txt:
1634         * platform/chromium-linux/fast/forms/004-expected.checksum:
1635         * platform/chromium-linux/fast/forms/004-expected.png:
1636         * platform/chromium-linux/fast/forms/004-expected.txt:
1637         * platform/chromium-linux/fast/forms/HTMLOptionElement_label01-expected.checksum:
1638         * platform/chromium-linux/fast/forms/HTMLOptionElement_label01-expected.png:
1639         * platform/chromium-linux/fast/forms/HTMLOptionElement_label01-expected.txt:
1640         * platform/chromium-linux/fast/forms/HTMLOptionElement_label02-expected.checksum:
1641         * platform/chromium-linux/fast/forms/HTMLOptionElement_label02-expected.png:
1642         * platform/chromium-linux/fast/forms/HTMLOptionElement_label02-expected.txt:
1643         * platform/chromium-linux/fast/forms/HTMLOptionElement_label03-expected.checksum:
1644         * platform/chromium-linux/fast/forms/HTMLOptionElement_label03-expected.png:
1645         * platform/chromium-linux/fast/forms/HTMLOptionElement_label03-expected.txt:
1646         * platform/chromium-linux/fast/forms/HTMLOptionElement_label04-expected.checksum:
1647         * platform/chromium-linux/fast/forms/HTMLOptionElement_label04-expected.png:
1648         * platform/chromium-linux/fast/forms/HTMLOptionElement_label04-expected.txt:
1649         * platform/chromium-linux/fast/forms/HTMLOptionElement_label06-expected.checksum:
1650         * platform/chromium-linux/fast/forms/HTMLOptionElement_label06-expected.png:
1651         * platform/chromium-linux/fast/forms/HTMLOptionElement_label06-expected.txt:
1652         * platform/chromium-linux/fast/forms/HTMLOptionElement_label07-expected.checksum:
1653         * platform/chromium-linux/fast/forms/HTMLOptionElement_label07-expected.png:
1654         * platform/chromium-linux/fast/forms/HTMLOptionElement_label07-expected.txt:
1655         * platform/chromium-linux/fast/forms/basic-selects-expected.checksum:
1656         * platform/chromium-linux/fast/forms/basic-selects-expected.png:
1657         * platform/chromium-linux/fast/forms/basic-selects-expected.txt:
1658         * platform/chromium-linux/fast/forms/control-clip-overflow-expected.checksum:
1659         * platform/chromium-linux/fast/forms/control-clip-overflow-expected.png:
1660         * platform/chromium-linux/fast/forms/control-clip-overflow-expected.txt:
1661         * platform/chromium-linux/fast/forms/control-restrict-line-height-expected.checksum:
1662         * platform/chromium-linux/fast/forms/control-restrict-line-height-expected.png:
1663         * platform/chromium-linux/fast/forms/control-restrict-line-height-expected.txt:
1664         * platform/chromium-linux/fast/forms/disabled-select-change-index-expected.checksum:
1665         * platform/chromium-linux/fast/forms/disabled-select-change-index-expected.png:
1666         * platform/chromium-linux/fast/forms/disabled-select-change-index-expected.txt:
1667         * platform/chromium-linux/fast/forms/menulist-clip-expected.checksum:
1668         * platform/chromium-linux/fast/forms/menulist-clip-expected.png:
1669         * platform/chromium-linux/fast/forms/menulist-clip-expected.txt:
1670         * platform/chromium-linux/fast/forms/menulist-deselect-update-expected.checksum:
1671         * platform/chromium-linux/fast/forms/menulist-deselect-update-expected.png:
1672         * platform/chromium-linux/fast/forms/menulist-deselect-update-expected.txt:
1673         * platform/chromium-linux/fast/forms/menulist-narrow-width-expected.checksum:
1674         * platform/chromium-linux/fast/forms/menulist-narrow-width-expected.png:
1675         * platform/chromium-linux/fast/forms/menulist-narrow-width-expected.txt:
1676         * platform/chromium-linux/fast/forms/menulist-no-overflow-expected.checksum:
1677         * platform/chromium-linux/fast/forms/menulist-no-overflow-expected.png:
1678         * platform/chromium-linux/fast/forms/menulist-no-overflow-expected.txt:
1679         * platform/chromium-linux/fast/forms/menulist-option-wrap-expected.checksum:
1680         * platform/chromium-linux/fast/forms/menulist-option-wrap-expected.png:
1681         * platform/chromium-linux/fast/forms/menulist-option-wrap-expected.txt:
1682         * platform/chromium-linux/fast/forms/menulist-restrict-line-height-expected.checksum:
1683         * platform/chromium-linux/fast/forms/menulist-restrict-line-height-expected.png:
1684         * platform/chromium-linux/fast/forms/menulist-restrict-line-height-expected.txt: Removed.
1685         * platform/chromium-linux/fast/forms/menulist-separator-painting-expected.checksum:
1686         * platform/chromium-linux/fast/forms/menulist-separator-painting-expected.png:
1687         * platform/chromium-linux/fast/forms/menulist-separator-painting-expected.txt:
1688         * platform/chromium-linux/fast/forms/menulist-style-color-expected.checksum:
1689         * platform/chromium-linux/fast/forms/menulist-style-color-expected.png:
1690         * platform/chromium-linux/fast/forms/menulist-style-color-expected.txt:
1691         * platform/chromium-linux/fast/forms/menulist-width-change-expected.checksum:
1692         * platform/chromium-linux/fast/forms/menulist-width-change-expected.png:
1693         * platform/chromium-linux/fast/forms/menulist-width-change-expected.txt:
1694         * platform/chromium-linux/fast/forms/option-script-expected.checksum:
1695         * platform/chromium-linux/fast/forms/option-script-expected.png:
1696         * platform/chromium-linux/fast/forms/option-script-expected.txt:
1697         * platform/chromium-linux/fast/forms/option-strip-whitespace-expected.checksum:
1698         * platform/chromium-linux/fast/forms/option-strip-whitespace-expected.png:
1699         * platform/chromium-linux/fast/forms/option-strip-whitespace-expected.txt:
1700         * platform/chromium-linux/fast/forms/option-text-clip-expected.checksum:
1701         * platform/chromium-linux/fast/forms/option-text-clip-expected.png:
1702         * platform/chromium-linux/fast/forms/option-text-clip-expected.txt:
1703         * platform/chromium-linux/fast/forms/select-align-expected.checksum:
1704         * platform/chromium-linux/fast/forms/select-align-expected.png:
1705         * platform/chromium-linux/fast/forms/select-align-expected.txt:
1706         * platform/chromium-linux/fast/forms/select-baseline-expected.checksum:
1707         * platform/chromium-linux/fast/forms/select-baseline-expected.png:
1708         * platform/chromium-linux/fast/forms/select-baseline-expected.txt:
1709         * platform/chromium-linux/fast/forms/select-dirty-parent-pref-widths-expected.checksum:
1710         * platform/chromium-linux/fast/forms/select-dirty-parent-pref-widths-expected.png:
1711         * platform/chromium-linux/fast/forms/select-dirty-parent-pref-widths-expected.txt:
1712         * platform/chromium-linux/fast/forms/select-disabled-appearance-expected.checksum:
1713         * platform/chromium-linux/fast/forms/select-disabled-appearance-expected.png:
1714         * platform/chromium-linux/fast/forms/select-disabled-appearance-expected.txt:
1715         * platform/chromium-linux/fast/forms/select-empty-option-height-expected.checksum:
1716         * platform/chromium-linux/fast/forms/select-empty-option-height-expected.png:
1717         * platform/chromium-linux/fast/forms/select-empty-option-height-expected.txt:
1718         * platform/chromium-linux/fast/forms/select-selected-expected.checksum:
1719         * platform/chromium-linux/fast/forms/select-selected-expected.png:
1720         * platform/chromium-linux/fast/forms/select-selected-expected.txt:
1721         * platform/chromium-linux/fast/forms/stuff-on-my-optgroup-expected.checksum:
1722         * platform/chromium-linux/fast/forms/stuff-on-my-optgroup-expected.png:
1723         * platform/chromium-linux/fast/forms/stuff-on-my-optgroup-expected.txt:
1724         * platform/chromium-linux/fast/html/keygen-expected.checksum:
1725         * platform/chromium-linux/fast/html/keygen-expected.png:
1726         * platform/chromium-linux/fast/html/keygen-expected.txt:
1727         * platform/chromium-linux/fast/invalid/014-expected.checksum:
1728         * platform/chromium-linux/fast/invalid/014-expected.png:
1729         * platform/chromium-linux/fast/invalid/014-expected.txt:
1730         * platform/chromium-linux/fast/invalid/residual-style-expected.checksum:
1731         * platform/chromium-linux/fast/invalid/residual-style-expected.png:
1732         * platform/chromium-linux/fast/invalid/residual-style-expected.txt:
1733         * platform/chromium-linux/fast/parser/document-write-option-expected.checksum:
1734         * platform/chromium-linux/fast/parser/document-write-option-expected.png:
1735         * platform/chromium-linux/fast/parser/document-write-option-expected.txt:
1736         * platform/chromium-linux/fast/repaint/control-clip-expected.checksum:
1737         * platform/chromium-linux/fast/repaint/control-clip-expected.png:
1738         * platform/chromium-linux/fast/repaint/control-clip-expected.txt:
1739         * platform/chromium-linux/fast/replaced/replaced-breaking-expected.checksum:
1740         * platform/chromium-linux/fast/replaced/replaced-breaking-expected.png:
1741         * platform/chromium-linux/fast/replaced/replaced-breaking-expected.txt:
1742         * platform/chromium-linux/fast/replaced/replaced-breaking-mixture-expected.checksum:
1743         * platform/chromium-linux/fast/replaced/replaced-breaking-mixture-expected.png:
1744         * platform/chromium-linux/fast/replaced/replaced-breaking-mixture-expected.txt:
1745         * platform/chromium-linux/fast/replaced/three-selects-break-expected.checksum:
1746         * platform/chromium-linux/fast/replaced/three-selects-break-expected.png:
1747         * platform/chromium-linux/fast/replaced/three-selects-break-expected.txt:
1748         * platform/chromium-linux/fast/text/international/bidi-menulist-expected.checksum:
1749         * platform/chromium-linux/fast/text/international/bidi-menulist-expected.png:
1750         * platform/chromium-linux/fast/text/international/bidi-menulist-expected.txt:
1751         * platform/chromium-linux/fast/text/international/pop-up-button-text-alignment-and-direction-expected.checksum:
1752         * platform/chromium-linux/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png:
1753         * platform/chromium-linux/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt:
1754         * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.checksum:
1755         * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.png:
1756         * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.txt:
1757         * platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.checksum:
1758         * platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.png:
1759         * platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.txt:
1760         * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.checksum:
1761         * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.png:
1762         * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.txt:
1763         * platform/chromium-linux/tables/mozilla/bugs/bug2479-4-expected.txt:
1764         * platform/chromium-linux/tables/mozilla/bugs/bug29326-expected.checksum:
1765         * platform/chromium-linux/tables/mozilla/bugs/bug29326-expected.png:
1766         * platform/chromium-linux/tables/mozilla/bugs/bug29326-expected.txt:
1767         * platform/chromium-linux/tables/mozilla/bugs/bug33855-expected.checksum:
1768         * platform/chromium-linux/tables/mozilla/bugs/bug33855-expected.png:
1769         * platform/chromium-linux/tables/mozilla/bugs/bug33855-expected.txt:
1770         * platform/chromium-linux/tables/mozilla/bugs/bug4382-expected.checksum:
1771         * platform/chromium-linux/tables/mozilla/bugs/bug4382-expected.png:
1772         * platform/chromium-linux/tables/mozilla/bugs/bug4382-expected.txt:
1773         * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.checksum:
1774         * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.png:
1775         * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.txt:
1776         * platform/chromium-linux/tables/mozilla/core/margins-expected.checksum:
1777         * platform/chromium-linux/tables/mozilla/core/margins-expected.png:
1778         * platform/chromium-linux/tables/mozilla/core/margins-expected.txt:
1779         * platform/chromium-linux/tables/mozilla/dom/tableDom-expected.checksum:
1780         * platform/chromium-linux/tables/mozilla/dom/tableDom-expected.png:
1781         * platform/chromium-linux/tables/mozilla/dom/tableDom-expected.txt:
1782         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug2479-5-expected.checksum:
1783         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
1784         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
1785         * platform/chromium-linux/transforms/2d/zoom-menulist-expected.checksum:
1786         * platform/chromium-linux/transforms/2d/zoom-menulist-expected.png:
1787         * platform/chromium-linux/transforms/2d/zoom-menulist-expected.txt:
1788         * platform/chromium/test_expectations.txt:
1789
1790 2011-02-15  Martin Robinson  <mrobinson@igalia.com>
1791
1792         Reversing an expectations update, that I mistakenly uploaded in r78595.
1793
1794         * platform/gtk/Skipped: Skip this test, as the results are incorrect on GTK+.
1795         * svg/text/lengthAdjust-text-metrics-expected.txt: Restore expectations for this test.
1796
1797 2011-02-15  Steve Falkenburg  <sfalken@apple.com>
1798
1799         Skip failing tests being tracked by https://bugs.webkit.org/show_bug.cgi?id=54490
1800
1801         * platform/win/Skipped:
1802
1803 2011-02-15  Stephen White  <senorblanco@chromium.org>
1804
1805         Unreviewed; new Chromium/Linux test baselines.
1806
1807         canvas-composite.html rebaselined due to new GPU-based path drawing code.
1808         canvas-text-alignment and image-object-in-canvas rebaselined due to slight pixel differences near the scrollbar.
1809
1810         * platform/chromium-gpu-linux/fast/canvas/canvas-composite-expected.checksum:
1811         * platform/chromium-gpu-linux/fast/canvas/canvas-composite-expected.png:
1812         * platform/chromium-gpu-linux/fast/canvas/canvas-text-alignment-expected.checksum:
1813         * platform/chromium-gpu-linux/fast/canvas/canvas-text-alignment-expected.png:
1814         * platform/chromium-gpu-linux/fast/canvas/image-object-in-canvas-expected.checksum:
1815         * platform/chromium-gpu-linux/fast/canvas/image-object-in-canvas-expected.png:
1816
1817 2011-02-15  Martin Robinson  <mrobinson@igalia.com>
1818
1819         Import the last set of GTK+ baselines for SVG tests.
1820
1821         * platform/gtk/Skipped: Unskip tests which now have results. Classify failures.
1822
1823 2011-02-15  Martin Robinson  <mrobinson@igalia.com>
1824
1825         Add the next batch of GTK+ SVG results.
1826
1827         * platform/gtk/Skipped: Unskip tests which now have results.
1828
1829 2011-02-15  Sheriff Bot  <webkit.review.bot@gmail.com>
1830
1831         Unreviewed, rolling out r78579.
1832         http://trac.webkit.org/changeset/78579
1833         https://bugs.webkit.org/show_bug.cgi?id=54479
1834
1835         Undo wrong rebaseline for Gtk results (Requested by msanchez
1836         on #webkit).
1837
1838         * platform/gtk/fast/block/float/marquee-shrink-to-avoid-floats-expected.txt:
1839
1840 2011-02-15  Martin Robinson  <mrobinson@igalia.com>
1841
1842         Import the next batch of GTK+ SVG test results and correct an incorrect
1843         line in the skipped list.
1844
1845         * platform/gtk/Skipped: Unskip tests which now have results.
1846
1847 2011-02-15  Pavel Feldman  <pfeldman@chromium.org>
1848
1849         Not reviewed: expectations update for r78548 and r78576.
1850
1851         * platform/mac-leopard/inspector/extensions/extensions-resources-expected.txt: Removed.
1852         * platform/qt/Skipped:
1853
1854 2011-02-15  Martin Robinson  <mrobinson@igalia.com>
1855
1856         Continue importing GTK+ SVG test results.
1857
1858         * platform/gtk/Skipped: Unskip tests which now have results.
1859
1860 2011-02-15  Pavel Feldman  <pfeldman@chromium.org>
1861
1862         Reviewed by Yury Semikhatsky.
1863
1864         Web Inspector: test whether inspector gets populated with databases and storages upon opening.
1865         https://bugs.webkit.org/show_bug.cgi?id=54469
1866
1867         * http/tests/inspector-enabled/database-open-expected.txt: Added.
1868         * http/tests/inspector-enabled/database-open.html: Added.
1869         * http/tests/inspector-enabled/dom-storage-open-expected.txt: Added.
1870         * http/tests/inspector-enabled/dom-storage-open.html: Added.
1871
1872 2011-02-15  Mario Sanchez Prada  <msanchez@igalia.com>
1873
1874         Unreviewed, rebaseline of Gtk result.
1875
1876         * platform/gtk/fast/block/float/marquee-shrink-to-avoid-floats-expected.txt:
1877
1878 2011-02-15  Pavel Feldman  <pfeldman@chromium.org>
1879
1880         Reviewed by Yury Semikhatsky.
1881
1882         Web Inspector: implement DOM agent tests.
1883         https://bugs.webkit.org/show_bug.cgi?id=54459
1884
1885         * http/tests/inspector/elements-test.js:
1886         (initialize_ElementTest.InspectorTest.expandedNodeWithId.callback):
1887         (initialize_ElementTest.InspectorTest.expandedNodeWithId):
1888         (initialize_ElementTest.InspectorTest.dumpElementsTree):
1889         (initialize_ElementTest.InspectorTest.dumpElementsTree.print):
1890         (initialize_ElementTest.InspectorTest.expandElementsTree):
1891         (initialize_ElementTest.InspectorTest.expandElementsTree.mycallback):
1892         (initialize_ElementTest.InspectorTest.dumpDOMAgentTree):
1893         (initialize_ElementTest):
1894         * http/tests/inspector/extensions-resources-redirect-expected.txt:
1895         * http/tests/inspector/inspector-test.js:
1896         (initialize_InspectorTest.InspectorTest.addResult.clearResults):
1897         (initialize_InspectorTest.InspectorTest.runTestSuite.runner):
1898         (initialize_InspectorTest.InspectorTest.runTestSuite):
1899         (output):
1900         (clearOutput):
1901         * inspector/debugger/dom-breakpoints.html:
1902         * inspector/elements/elements-panel-limited-children-expected.txt:
1903         * inspector/elements/elements-panel-rewrite-href.html:
1904         * inspector/elements/elements-panel-structure-expected.txt:
1905         * inspector/elements/elements-panel-structure.html:
1906         * inspector/elements/elements-panel-xhtml-structure-expected.txt:
1907         * inspector/elements/elements-panel-xhtml-structure.xhtml:
1908         * inspector/elements/insert-node-collapsed-expected.txt: Added.
1909         * inspector/elements/insert-node-collapsed.html: Added.
1910         * inspector/elements/insert-node-expected.txt: Added.
1911         * inspector/elements/insert-node.html: Added.
1912         * inspector/elements/modify-chardata-expected.txt: Added.
1913         * inspector/elements/modify-chardata.html: Added.
1914         * inspector/elements/mutate-unknown-node-expected.txt: Added.
1915         * inspector/elements/mutate-unknown-node.html: Added.
1916         * inspector/elements/remove-node-expected.txt: Added.
1917         * inspector/elements/remove-node.html: Added.
1918         * inspector/elements/set-attribute.html: Added.
1919         * inspector/extensions/extensions-expected.txt:
1920
1921 2011-02-15  Mario Sanchez Prada  <msanchez@igalia.com>
1922
1923         Unreviewed, test crashing because of failing ASSERT on GTK 64-bit debug bot.
1924
1925         [GTK] svg/text/select-textLength-spacing-squeeze-1.svg crashes due to ASSERT failing
1926         https://bugs.webkit.org/show_bug.cgi?id=54470
1927
1928         * platform/gtk/Skipped: Skipped test.
1929
1930 2011-02-15  Zan Dobersek  <zandobersek@gmail.com>
1931
1932         Reviewed by Andreas Kling.
1933
1934         [Gtk] Cleanup in the canvas tests
1935         https://bugs.webkit.org/show_bug.cgi?id=54458
1936
1937         Unskip canvas tests that already pass.
1938
1939         * platform/gtk/Skipped:
1940
1941 2011-02-15  Adam Barth  <abarth@webkit.org>
1942
1943         Reviewed by Eric Seidel.
1944
1945         Sketch script-src for Content Security Policy
1946         https://bugs.webkit.org/show_bug.cgi?id=54381
1947
1948         * http/tests/security/contentSecurityPolicy/script-loads-with-img-src-expected.txt: Added.
1949         * http/tests/security/contentSecurityPolicy/script-loads-with-img-src.html: Added.
1950             - Test that we don't block scripts when the policy is just img-src.
1951         * http/tests/security/contentSecurityPolicy/script-src-in-iframe.html:
1952         * http/tests/security/contentSecurityPolicy/script-src-none.html:
1953         * http/tests/security/contentSecurityPolicy/script-src-redirect.html:
1954             - Turns out we need to escape the ; character in order for it to be
1955               echoed back correctly in the header.
1956
1957 2011-02-15  Mario Sanchez Prada  <msanchez@igalia.com>
1958
1959         Unreviewed, skipping flaky test on GTK 64-bit debug bot.
1960
1961         editing/selection/end-of-document.html is failing in the GTK 64-bit debug bot
1962         https://bugs.webkit.org/show_bug.cgi?id=53995
1963
1964         * platform/gtk/Skipped: Skipped flaky test.
1965
1966 2011-02-15  Benjamin Kalman  <kalman@chromium.org>
1967
1968         Reviewed by Ryosuke Niwa.
1969
1970         Refactor the extend-selection tests to be clearer what they're doing
1971         https://bugs.webkit.org/show_bug.cgi?id=54429
1972
1973         This is essentially a cleanup to extend-selection.js and propagation of those changes to the affected tests.
1974
1975         * editing/selection/extend-selection-character.html:
1976         * editing/selection/extend-selection-enclosing-block.html:
1977         * editing/selection/extend-selection-home-end.html:
1978         * editing/selection/extend-selection-word.html:
1979         * editing/selection/resources/extend-selection.js:
1980         (getSerializedSelection):
1981         (extendSelectionWithinBlock):
1982         (extendSelectionToEnd):
1983         (fold):
1984         (logMismatchingPositions):
1985         (extendAndLogSelection):
1986         (extendAndLogSelectionWithinBlock):
1987         (extendAndLogSelectionToEnd):
1988         (runSelectionTestsWithGranularity):
1989         (getTestNodeContainer):
1990         (createNode):
1991         (createCharAndWordNodes):
1992         (createEnclosingBlockNodes):
1993         (createHomeEndNodes):
1994         (createAllNodes):
1995         (.window.onload):
1996
1997 2011-02-15  Philippe Normand  <pnormand@igalia.com>
1998
1999         Reviewed by Eric Carlson.
2000
2001         [GTK] media/audio-delete-while-slider-thumb-clicked.html is flaky
2002         https://bugs.webkit.org/show_bug.cgi?id=53247
2003
2004         Refactored the test to use the seeking event instead of timeupdate
2005         and avoid flakyness.
2006
2007         * media/audio-delete-while-slider-thumb-clicked-expected.txt:
2008         * media/audio-delete-while-slider-thumb-clicked.html:
2009         * platform/gtk/Skipped:
2010
2011 2011-02-15  Dirk Schulze  <krit@webkit.org>
2012
2013         Unreviewed rebaseline.
2014
2015         SVG animation doesn't support attribute value 'inherit'
2016         https://bugs.webkit.org/show_bug.cgi?id=54410
2017
2018         Rebaseline of Gtk result.
2019
2020         * platform/gtk/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt:
2021
2022 2011-02-15  Dirk Schulze  <krit@webkit.org>
2023
2024         Rubber-stamped by Nikolas Zimmermann.
2025
2026         SVG animation doesn't support attribute value 'inherit'
2027         https://bugs.webkit.org/show_bug.cgi?id=54410
2028
2029         We have support for 'inherit' in SVG animations now. This means the cyan circles
2030         are invisible at the beginning.
2031         The test itself is still broken, since calcMode gets handled incorrectly.
2032
2033         * platform/mac-wk2/Skipped:
2034         * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.checksum:
2035         * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
2036         * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt:
2037
2038 2011-02-15  Mario Sanchez Prada  <msanchez@igalia.com>
2039
2040         Unreviewed, unskip passing test after r78541.
2041
2042         r78499 causes assertion failure in http/tests/xmlhttprequest/cache-override.html
2043         https://bugs.webkit.org/show_bug.cgi?id=54418
2044
2045         * platform/gtk/Skipped: Unskip passing test.
2046
2047 2011-02-15  Mario Sanchez Prada  <msanchez@igalia.com>
2048
2049         Unreviewed, GTK baselines for 4 new tests added in r78396.
2050
2051         * platform/gtk/fast/inline/inline-box-background-expected.checksum: Added.
2052         * platform/gtk/fast/inline/inline-box-background-expected.png: Added.
2053         * platform/gtk/fast/inline/inline-box-background-expected.txt: Added.
2054         * platform/gtk/fast/inline/inline-box-background-long-image-expected.checksum: Added.
2055         * platform/gtk/fast/inline/inline-box-background-long-image-expected.png: Added.
2056         * platform/gtk/fast/inline/inline-box-background-long-image-expected.txt: Added.
2057         * platform/gtk/fast/inline/inline-box-background-repeat-x-expected.checksum: Added.
2058         * platform/gtk/fast/inline/inline-box-background-repeat-x-expected.png: Added.
2059         * platform/gtk/fast/inline/inline-box-background-repeat-x-expected.txt: Added.
2060         * platform/gtk/fast/inline/inline-box-background-repeat-y-expected.checksum: Added.
2061         * platform/gtk/fast/inline/inline-box-background-repeat-y-expected.png: Added.
2062         * platform/gtk/fast/inline/inline-box-background-repeat-y-expected.txt: Added.
2063
2064 2011-02-15  Pavel Feldman  <pfeldman@chromium.org>
2065
2066         Not reviewed: update inspector expectation path for mac-leopard.
2067
2068         * platform/mac-leopard/inspector/extensions/extensions-resources-expected.txt: Renamed from LayoutTests/platform/mac-leopard/inspector/extensions-resources-expected.txt.
2069
2070 2011-02-15  Dirk Schulze  <krit@webkit.org>
2071
2072         Reviewed by Nikolas Zimmermann.
2073
2074         SVG animation doesn't support attribute value 'inherit'
2075         https://bugs.webkit.org/show_bug.cgi?id=54410
2076
2077         Check support for 'inherit' and 'currentColor' on SVG animations.
2078
2079         * svg/animations/animate-currentColor-expected.txt: Added.
2080         * svg/animations/animate-currentColor.html: Added.
2081         * svg/animations/animate-inherit-css-property-expected.txt: Added.
2082         * svg/animations/animate-inherit-css-property.html: Added.
2083         * svg/animations/script-tests/animate-currentColor.js: Added.
2084         (sample1):
2085         (sample2):
2086         (sample3):
2087         (executeTest):
2088         * svg/animations/script-tests/animate-inherit-css-property.js: Added.
2089         (sample1):
2090         (sample2):
2091         (sample3):
2092         (executeTest):
2093
2094 2011-02-15  Pavel Feldman  <pfeldman@chromium.org>
2095
2096         Not reviewed: inspector tests expectations update.
2097
2098         * platform/chromium/inspector/console/console-format-collections-expected.txt:
2099         * platform/mac-wk2/Skipped:
2100         * platform/qt/Skipped:
2101
2102 2011-02-15  Mario Sanchez Prada  <msanchez@igalia.com>
2103
2104         Unreviewed, skipping test timing out on SnowLeopard, GTK and Chromium bots.
2105
2106         r78499 causes assertion failure in http/tests/xmlhttprequest/cache-override.html
2107         https://bugs.webkit.org/show_bug.cgi?id=54418
2108
2109         * platform/gtk/Skipped: Skipped test.
2110
2111 2011-02-15  Csaba Osztrogonác  <ossy@webkit.org>
2112
2113         Unreviewed.
2114
2115         [Qt]REGRESSION?(78477): inspector/timeline-network-resource.html and inspector/timeline-script-tag-1.html fail
2116         https://bugs.webkit.org/show_bug.cgi?id=54442
2117
2118         * platform/qt/Skipped: inspector/timeline-network-resource.html and inspector/timeline-script-tag-1.html added until fix.
2119
2120 2011-02-14  Pavel Feldman  <pfeldman@chromium.org>
2121
2122         Reviewed by Yury Semikhatsky.
2123
2124         Web Inspector: move rest of the tests off old harness.
2125         https://bugs.webkit.org/show_bug.cgi?id=54437
2126
2127         * http/tests/inspector-enabled/console-log-before-frame-navigation.html:
2128         * http/tests/inspector/change-iframe-src-expected.txt:
2129         * http/tests/inspector/change-iframe-src.html:
2130         * http/tests/inspector/console-resource-errors.html:
2131         * http/tests/inspector/console-websocket-error.html:
2132         * http/tests/inspector/console-xhr-logging.html:
2133         * http/tests/inspector/extensions-headers.html:
2134         * http/tests/inspector/extensions-resources-redirect-expected.txt:
2135         * http/tests/inspector/extensions-resources-redirect.html:
2136         * http/tests/inspector/extensions-test.js:
2137         * http/tests/inspector/inspect-iframe-from-different-domain-expected.txt:
2138         * http/tests/inspector/inspect-iframe-from-different-domain.html:
2139         * http/tests/inspector/inspector-test.js:
2140         * http/tests/inspector/inspector-test2.js: Removed.
2141         * http/tests/inspector/network-preflight-options.html:
2142         * http/tests/inspector/resource-har-conversion-expected.txt:
2143         * http/tests/inspector/resource-har-conversion.html:
2144         * http/tests/inspector/resource-parameters.html:
2145         * http/tests/inspector/resources/extension-main.html:
2146         * http/tests/inspector/resources/iframe-from-different-domain-data.html:
2147         * inspector/audits/audits-panel-functional-expected.txt: Renamed from LayoutTests/inspector/audits-panel-functional-expected.txt.
2148         * inspector/audits/audits-panel-functional.html: Renamed from LayoutTests/inspector/audits-panel-functional.html.
2149         * inspector/audits/audits-test.js: Renamed from LayoutTests/inspector/audits-tests2.js.
2150         * inspector/audits/resources/Ahem.ttf: Copied from LayoutTests/inspector/resources/Ahem.ttf.
2151         * inspector/audits/resources/abe.png: Copied from LayoutTests/inspector/resources/abe.png.
2152         * inspector/audits/resources/audits-script1.js: Renamed from LayoutTests/inspector/resources/audits-script1.js.
2153         * inspector/audits/resources/audits-script2.js: Renamed from LayoutTests/inspector/resources/audits-script2.js.
2154         * inspector/audits/resources/audits-style1.css: Copied from LayoutTests/inspector/resources/audits-style1.css.
2155         * inspector/console/command-line-api-expected.txt: Renamed from LayoutTests/inspector/command-line-api-expected.txt.
2156         * inspector/console/command-line-api.html: Renamed from LayoutTests/inspector/command-line-api.html.
2157         * inspector/console/console-api-on-call-frame-expected.txt: Renamed from LayoutTests/inspector/console-api-on-call-frame-expected.txt.
2158         * inspector/console/console-api-on-call-frame.html: Renamed from LayoutTests/inspector/console-api-on-call-frame.html.
2159         * inspector/console/console-assert-expected.txt: Renamed from LayoutTests/inspector/console-assert-expected.txt.
2160         * inspector/console/console-assert.html: Renamed from LayoutTests/inspector/console-assert.html.
2161         * inspector/console/console-clear-expected.txt: Renamed from LayoutTests/inspector/console-clear-expected.txt.
2162         * inspector/console/console-clear.html: Renamed from LayoutTests/inspector/console-clear.html.
2163         * inspector/console/console-command-clear-expected.txt: Renamed from LayoutTests/inspector/console-command-clear-expected.txt.
2164         * inspector/console/console-command-clear.html: Renamed from LayoutTests/inspector/console-command-clear.html.
2165         * inspector/console/console-dir-expected.txt: Renamed from LayoutTests/inspector/console-dir-expected.txt.
2166         * inspector/console/console-dir-global-expected.txt: Renamed from LayoutTests/inspector/console-dir-global-expected.txt.
2167         * inspector/console/console-dir-global.html: Renamed from LayoutTests/inspector/console-dir-global.html.
2168         * inspector/console/console-dir.html: Renamed from LayoutTests/inspector/console-dir.html.
2169         * inspector/console/console-dirxml-expected.txt: Renamed from LayoutTests/inspector/console-dirxml-expected.txt.
2170         * inspector/console/console-dirxml.html: Renamed from LayoutTests/inspector/console-dirxml.html.
2171         * inspector/console/console-eval-expected.txt: Renamed from LayoutTests/inspector/console-eval-expected.txt.
2172         * inspector/console/console-eval-global-expected.txt: Renamed from LayoutTests/inspector/console-eval-global-expected.txt.
2173         * inspector/console/console-eval-global.html: Renamed from LayoutTests/inspector/console-eval-global.html.
2174         * inspector/console/console-eval.html: Renamed from LayoutTests/inspector/console-eval.html.
2175         * inspector/console/console-format-collections-expected.txt: Renamed from LayoutTests/inspector/console-format-collections-expected.txt.
2176         * inspector/console/console-format-collections.html: Renamed from LayoutTests/inspector/console-format-collections.html.
2177         * inspector/console/console-format-expected.txt: Renamed from LayoutTests/inspector/console-format-expected.txt.
2178         * inspector/console/console-format.html: Renamed from LayoutTests/inspector/console-format.html.
2179         * inspector/console/console-log-before-inspector-open-expected.txt: Renamed from LayoutTests/inspector/console-log-before-inspector-open-expected.txt.
2180         * inspector/console/console-log-before-inspector-open.html: Renamed from LayoutTests/inspector/console-log-before-inspector-open.html.
2181         * inspector/console/console-log-native-funcs-expected.txt: Renamed from LayoutTests/inspector/console-log-native-funcs-expected.txt.
2182         * inspector/console/console-log-syntax-error-expected.txt: Renamed from LayoutTests/inspector/console-log-syntax-error-expected.txt.
2183         * inspector/console/console-log-syntax-error.html: Renamed from LayoutTests/inspector/console-log-syntax-error.html.
2184         * inspector/console/console-object-constructor-name-expected.txt: Renamed from LayoutTests/inspector/console-object-constructor-name-expected.txt.
2185         * inspector/console/console-object-constructor-name.html: Renamed from LayoutTests/inspector/console-object-constructor-name.html.
2186         * inspector/console/console-substituted-expected.txt: Renamed from LayoutTests/inspector/console-substituted-expected.txt.
2187         * inspector/console/console-substituted.html: Renamed from LayoutTests/inspector/console-substituted.html.
2188         * inspector/console/console-tests-expected.txt: Renamed from LayoutTests/inspector/console-tests-expected.txt.
2189         * inspector/console/console-tests.html: Renamed from LayoutTests/inspector/console-tests.html.
2190         * inspector/console/console-trace-expected.txt: Renamed from LayoutTests/inspector/console-trace-expected.txt.
2191         * inspector/console/console-trace-in-eval-expected.txt: Renamed from LayoutTests/inspector/console-trace-in-eval-expected.txt.
2192         * inspector/console/console-trace-in-eval.html: Renamed from LayoutTests/inspector/console-trace-in-eval.html.
2193         * inspector/console/console-trace.html: Renamed from LayoutTests/inspector/console-trace.html.
2194         * inspector/console/console-uncaught-exception-expected.txt: Renamed from LayoutTests/inspector/console-uncaught-exception-expected.txt.
2195         * inspector/console/console-uncaught-exception-in-eval-expected.txt: Renamed from LayoutTests/inspector/console-uncaught-exception-in-eval-expected.txt.
2196         * inspector/console/console-uncaught-exception-in-eval.html: Renamed from LayoutTests/inspector/console-uncaught-exception-in-eval.html.
2197         * inspector/console/console-uncaught-exception.html: Renamed from LayoutTests/inspector/console-uncaught-exception.html.
2198         * inspector/console/resources/syntax-error.js: Copied from LayoutTests/inspector/resources/syntax-error.js.
2199         * inspector/cookie-parser.html:
2200         * inspector/cookie-resource-match.html:
2201         * inspector/cpu-profiler-profiling.html:
2202         * inspector/debugger/debugger-autocontinue-on-syntax-error-expected.txt: Renamed from LayoutTests/inspector/debugger-autocontinue-on-syntax-error-expected.txt.
2203         * inspector/debugger/debugger-autocontinue-on-syntax-error.html: Renamed from LayoutTests/inspector/debugger-autocontinue-on-syntax-error.html.
2204         * inspector/debugger/debugger-breakpoints-not-activated-on-reload-expected.txt: Renamed from LayoutTests/inspector/debugger-breakpoints-not-activated-on-reload-expected.txt.
2205         * inspector/debugger/debugger-breakpoints-not-activated-on-reload.html: Renamed from LayoutTests/inspector/debugger-breakpoints-not-activated-on-reload.html.
2206         * inspector/debugger/debugger-cyclic-ref-expected.txt: Renamed from LayoutTests/inspector/debugger-cyclic-ref-expected.txt.
2207         * inspector/debugger/debugger-cyclic-ref.html: Renamed from LayoutTests/inspector/debugger-cyclic-ref.html.
2208         * inspector/debugger/debugger-eval-on-call-frame-expected.txt: Renamed from LayoutTests/inspector/debugger-eval-on-call-frame-expected.txt.
2209         * inspector/debugger/debugger-eval-on-call-frame.html: Renamed from LayoutTests/inspector/debugger-eval-on-call-frame.html.
2210         * inspector/debugger/debugger-eval-while-paused-expected.txt: Renamed from LayoutTests/inspector/debugger-eval-while-paused-expected.txt.
2211         * inspector/debugger/debugger-eval-while-paused.html: Renamed from LayoutTests/inspector/debugger-eval-while-paused.html.
2212         * inspector/debugger/debugger-expand-scope-expected.txt: Renamed from LayoutTests/inspector/debugger-expand-scope-expected.txt.
2213         * inspector/debugger/debugger-expand-scope.html: Renamed from LayoutTests/inspector/debugger-expand-scope.html.
2214         * inspector/debugger/debugger-no-nested-pause-expected.txt: Renamed from LayoutTests/inspector/debugger-no-nested-pause-expected.txt.
2215         * inspector/debugger/debugger-no-nested-pause.html: Renamed from LayoutTests/inspector/debugger-no-nested-pause.html.
2216         * inspector/debugger/debugger-pause-in-eval-script-expected.txt: Renamed from LayoutTests/inspector/debugger-pause-in-eval-script-expected.txt.
2217         * inspector/debugger/debugger-pause-in-eval-script.html: Renamed from LayoutTests/inspector/debugger-pause-in-eval-script.html.
2218         * inspector/debugger/debugger-pause-on-breakpoint-expected.txt: Renamed from LayoutTests/inspector/debugger-pause-on-breakpoint-expected.txt.
2219         * inspector/debugger/debugger-pause-on-breakpoint.html: Renamed from LayoutTests/inspector/debugger-pause-on-breakpoint.html.
2220         * inspector/debugger/debugger-pause-on-debugger-statement-expected.txt: Renamed from LayoutTests/inspector/debugger-pause-on-debugger-statement-expected.txt.
2221         * inspector/debugger/debugger-pause-on-debugger-statement.html: Renamed from LayoutTests/inspector/debugger-pause-on-debugger-statement.html.
2222         * inspector/debugger/debugger-pause-on-exception-expected.txt: Renamed from LayoutTests/inspector/debugger-pause-on-exception-expected.txt.
2223         * inspector/debugger/debugger-pause-on-exception.html: Renamed from LayoutTests/inspector/debugger-pause-on-exception.html.
2224         * inspector/debugger/debugger-proto-property-expected.txt: Renamed from LayoutTests/inspector/debugger-proto-property-expected.txt.
2225         * inspector/debugger/debugger-proto-property.html: Renamed from LayoutTests/inspector/debugger-proto-property.html.
2226         * inspector/debugger/debugger-scripts-expected.txt: Renamed from LayoutTests/inspector/debugger-scripts-expected.txt.
2227         * inspector/debugger/debugger-scripts.html: Renamed from LayoutTests/inspector/debugger-scripts.html.
2228         * inspector/debugger/debugger-step-in-expected.txt: Renamed from LayoutTests/inspector/debugger-step-in-expected.txt.
2229         * inspector/debugger/debugger-step-in.html: Renamed from LayoutTests/inspector/debugger-step-in.html.
2230         * inspector/debugger/debugger-step-out-expected.txt: Renamed from LayoutTests/inspector/debugger-step-out-expected.txt.
2231         * inspector/debugger/debugger-step-out.html: Renamed from LayoutTests/inspector/debugger-step-out.html.
2232         * inspector/debugger/debugger-step-over-expected.txt: Renamed from LayoutTests/inspector/debugger-step-over-expected.txt.
2233         * inspector/debugger/debugger-step-over.html: Renamed from LayoutTests/inspector/debugger-step-over.html.
2234         * inspector/debugger/debugger-suspend-active-dom-objects-expected.txt: Renamed from LayoutTests/inspector/debugger-suspend-active-dom-objects-expected.txt.
2235         * inspector/debugger/debugger-suspend-active-dom-objects.html: Renamed from LayoutTests/inspector/debugger-suspend-active-dom-objects.html.
2236         * inspector/debugger/dom-breakpoints-expected.txt: Renamed from LayoutTests/inspector/dom-breakpoints-expected.txt.
2237         * inspector/debugger/dom-breakpoints.html: Renamed from LayoutTests/inspector/dom-breakpoints.html.
2238         * inspector/debugger/resources/syntax-error.js: Renamed from LayoutTests/inspector/resources/syntax-error.js.
2239         * inspector/elements/elements-delete-inline-style-expected.txt: Renamed from LayoutTests/inspector/elements-delete-inline-style-expected.txt.
2240         * inspector/elements/elements-delete-inline-style.html: Renamed from LayoutTests/inspector/elements-delete-inline-style.html.
2241         * inspector/elements/elements-img-tooltip-expected.txt: Renamed from LayoutTests/inspector/elements-img-tooltip-expected.txt.
2242         * inspector/elements/elements-img-tooltip.html: Renamed from LayoutTests/inspector/elements-img-tooltip.html.
2243         * inspector/elements/elements-panel-limited-children-expected.txt: Renamed from LayoutTests/inspector/elements-panel-limited-children-expected.txt.
2244         * inspector/elements/elements-panel-limited-children.html: Renamed from LayoutTests/inspector/elements-panel-limited-children.html.
2245         * inspector/elements/elements-panel-rewrite-href-expected.txt: Renamed from LayoutTests/inspector/elements-panel-rewrite-href-expected.txt.
2246         * inspector/elements/elements-panel-rewrite-href.html: Renamed from LayoutTests/inspector/elements-panel-rewrite-href.html.
2247         * inspector/elements/elements-panel-search-expected.txt: Renamed from LayoutTests/inspector/elements-panel-search-expected.txt.
2248         * inspector/elements/elements-panel-search.html: Renamed from LayoutTests/inspector/elements-panel-search.html.
2249         * inspector/elements/elements-panel-selection-on-refresh-expected.txt: Renamed from LayoutTests/inspector/elements-panel-selection-on-refresh-expected.txt.
2250         * inspector/elements/elements-panel-selection-on-refresh.html: Renamed from LayoutTests/inspector/elements-panel-selection-on-refresh.html.
2251         * inspector/elements/elements-panel-structure-expected.txt: Renamed from LayoutTests/inspector/elements-panel-structure-expected.txt.
2252         * inspector/elements/elements-panel-structure.html: Renamed from LayoutTests/inspector/elements-panel-structure.html.
2253         * inspector/elements/elements-panel-styles-expected.txt: Renamed from LayoutTests/inspector/elements-panel-styles-expected.txt.
2254         * inspector/elements/elements-panel-styles.html: Renamed from LayoutTests/inspector/elements-panel-styles.html.
2255         * inspector/elements/elements-panel-xhtml-structure-expected.txt: Renamed from LayoutTests/inspector/elements-panel-xhtml-structure-expected.txt.
2256         * inspector/elements/elements-panel-xhtml-structure.xhtml: Renamed from LayoutTests/inspector/elements-panel-xhtml-structure.xhtml.
2257         * inspector/elements/resources/elements-panel-styles.css: Renamed from LayoutTests/inspector/resources/elements-panel-styles.css.
2258         * inspector/evaluate-in-page.html:
2259         * inspector/extensions/extensions-api-expected.txt: Renamed from LayoutTests/inspector/extensions-api-expected.txt.
2260         * inspector/extensions/extensions-api.html: Renamed from LayoutTests/inspector/extensions-api.html.
2261         * inspector/extensions/extensions-audits-api-expected.txt: Renamed from LayoutTests/inspector/extensions-audits-api-expected.txt.
2262         * inspector/extensions/extensions-audits-api.html: Renamed from LayoutTests/inspector/extensions-audits-api.html.
2263         * inspector/extensions/extensions-audits-expected.txt: Renamed from LayoutTests/inspector/extensions-audits-expected.txt.
2264         * inspector/extensions/extensions-audits-tests.js: Renamed from LayoutTests/inspector/extensions-audits-tests.js.
2265         * inspector/extensions/extensions-audits.html: Renamed from LayoutTests/inspector/extensions-audits.html.
2266         * inspector/extensions/extensions-eval-expected.txt: Renamed from LayoutTests/inspector/extensions-eval-expected.txt.
2267         * inspector/extensions/extensions-eval.html: Renamed from LayoutTests/inspector/extensions-eval.html.
2268         * inspector/extensions/extensions-events-expected.txt: Renamed from LayoutTests/inspector/extensions-events-expected.txt.
2269         * inspector/extensions/extensions-events.html: Renamed from LayoutTests/inspector/extensions-events.html.
2270         * inspector/extensions/extensions-expected.txt: Renamed from LayoutTests/inspector/extensions-expected.txt.
2271         * inspector/extensions/extensions-resources-expected.txt: Renamed from LayoutTests/inspector/extensions-resources-expected.txt.
2272         * inspector/extensions/extensions-resources.html: Renamed from LayoutTests/inspector/extensions-resources.html.
2273         * inspector/extensions/extensions.html: Renamed from LayoutTests/inspector/extensions.html.
2274         * inspector/extensions/resources/Ahem.ttf: Renamed from LayoutTests/inspector/resources/Ahem.ttf.
2275         * inspector/extensions/resources/abe.png: Renamed from LayoutTests/inspector/resources/abe.png.
2276         * inspector/extensions/resources/audits-style1.css: Renamed from LayoutTests/inspector/resources/audits-style1.css.
2277         * inspector/inspected-objects-not-overriden.html:
2278         * inspector/report-API-errors.html:
2279         * inspector/report-protocol-errors.html:
2280         * inspector/storage-panel-dom-storage.html:
2281         * inspector/styles/resources/styles-iframe-data.html: Renamed from LayoutTests/inspector/resources/styles-iframe-data.html.
2282         * inspector/styles/resources/styles-new-API-1.css: Renamed from LayoutTests/inspector/resources/styles-new-API-1.css.
2283         * inspector/styles/resources/styles-new-API.css: Renamed from LayoutTests/inspector/resources/styles-new-API.css.
2284         * inspector/styles/resources/styles-source-lines-inline-iframe.html: Renamed from LayoutTests/inspector/resources/styles-source-lines-inline-iframe.html.
2285         * inspector/styles/resources/styles-source-offsets.css: Renamed from LayoutTests/inspector/resources/styles-source-offsets.css.
2286         * inspector/styles/resources/styles-url-linkify-iframe.html: Renamed from LayoutTests/inspector/resources/styles-url-linkify-iframe.html.
2287         * inspector/styles/resources/styles-url-linkify.css: Renamed from LayoutTests/inspector/resources/styles-url-linkify.css.
2288         * inspector/styles/styles-add-blank-property-expected.txt: Renamed from LayoutTests/inspector/styles-add-blank-property-expected.txt.
2289         * inspector/styles/styles-add-blank-property.html: Renamed from LayoutTests/inspector/styles-add-blank-property.html.
2290         * inspector/styles/styles-computed-trace-expected.txt: Renamed from LayoutTests/inspector/styles-computed-trace-expected.txt.
2291         * inspector/styles/styles-computed-trace.html: Renamed from LayoutTests/inspector/styles-computed-trace.html.
2292         * inspector/styles/styles-disable-inherited-expected.txt: Renamed from LayoutTests/inspector/styles-disable-inherited-expected.txt.
2293         * inspector/styles/styles-disable-inherited.html: Renamed from LayoutTests/inspector/styles-disable-inherited.html.
2294         * inspector/styles/styles-disable-then-change-expected.txt: Renamed from LayoutTests/inspector/styles-disable-then-change-expected.txt.
2295         * inspector/styles/styles-disable-then-change.html: Renamed from LayoutTests/inspector/styles-disable-then-change.html.
2296         * inspector/styles/styles-disable-then-delete-expected.txt: Renamed from LayoutTests/inspector/styles-disable-then-delete-expected.txt.
2297         * inspector/styles/styles-disable-then-delete.html: Renamed from LayoutTests/inspector/styles-disable-then-delete.html.
2298         * inspector/styles/styles-disable-then-enable-expected.txt: Renamed from LayoutTests/inspector/styles-disable-then-enable-expected.txt.
2299         * inspector/styles/styles-disable-then-enable.html: Renamed from LayoutTests/inspector/styles-disable-then-enable.html.
2300         * inspector/styles/styles-iframe-expected.txt: Renamed from LayoutTests/inspector/styles-iframe-expected.txt.
2301         * inspector/styles/styles-iframe.html: Renamed from LayoutTests/inspector/styles-iframe.html.
2302         * inspector/styles/styles-new-API-expected.txt: Renamed from LayoutTests/inspector/styles-new-API-expected.txt.
2303         * inspector/styles/styles-new-API.html: Renamed from LayoutTests/inspector/styles-new-API.html.
2304         * inspector/styles/styles-source-lines-expected.txt: Renamed from LayoutTests/inspector/styles-source-lines-expected.txt.
2305         * inspector/styles/styles-source-lines-inline-expected.txt: Renamed from LayoutTests/inspector/styles-source-lines-inline-expected.txt.
2306         * inspector/styles/styles-source-lines-inline.html: Renamed from LayoutTests/inspector/styles-source-lines-inline.html.
2307         * inspector/styles/styles-source-lines.html: Renamed from LayoutTests/inspector/styles-source-lines.html.
2308         * inspector/styles/styles-source-offsets-expected.txt: Renamed from LayoutTests/inspector/styles-source-offsets-expected.txt.
2309         * inspector/styles/styles-source-offsets.html: Renamed from LayoutTests/inspector/styles-source-offsets.html.
2310         * inspector/styles/styles-url-linkify-expected.txt: Renamed from LayoutTests/inspector/styles-url-linkify-expected.txt.
2311         * inspector/styles/styles-url-linkify.html: Renamed from LayoutTests/inspector/styles-url-linkify.html.
2312         * inspector/syntax-highlight-css.html:
2313         * inspector/syntax-highlight-html.html:
2314         * inspector/syntax-highlight-javascript.html:
2315         * inspector/timeline/resources/timeline-iframe-data.html: Renamed from LayoutTests/inspector/resources/timeline-iframe-data.html.
2316         * inspector/timeline/timeline-enum-stability-expected.txt: Renamed from LayoutTests/inspector/timeline-enum-stability-expected.txt.
2317         * inspector/timeline/timeline-enum-stability.html: Renamed from LayoutTests/inspector/timeline-enum-stability.html.
2318         * inspector/timeline/timeline-event-dispatch-expected.txt: Renamed from LayoutTests/inspector/timeline-event-dispatch-expected.txt.
2319         * inspector/timeline/timeline-event-dispatch.html: Renamed from LayoutTests/inspector/timeline-event-dispatch.html.
2320         * inspector/timeline/timeline-layout-expected.txt: Renamed from LayoutTests/inspector/timeline-layout-expected.txt.
2321         * inspector/timeline/timeline-layout.html: Renamed from LayoutTests/inspector/timeline-layout.html.
2322         * inspector/timeline/timeline-mark-timeline-expected.txt: Renamed from LayoutTests/inspector/timeline-mark-timeline-expected.txt.
2323         * inspector/timeline/timeline-mark-timeline.html: Renamed from LayoutTests/inspector/timeline-mark-timeline.html.
2324         * inspector/timeline/timeline-network-resource-expected.txt: Renamed from LayoutTests/inspector/timeline-network-resource-expected.txt.
2325         * inspector/timeline/timeline-network-resource.html: Renamed from LayoutTests/inspector/timeline-network-resource.html.
2326         * inspector/timeline/timeline-network-resource.js: Renamed from LayoutTests/inspector/timeline-network-resource.js.
2327         * inspector/timeline/timeline-paint-expected.txt: Renamed from LayoutTests/inspector/timeline-paint-expected.txt.
2328         * inspector/timeline/timeline-paint.html: Renamed from LayoutTests/inspector/timeline-paint.html.
2329         * inspector/timeline/timeline-parse-html-expected.txt: Renamed from LayoutTests/inspector/timeline-parse-html-expected.txt.
2330         * inspector/timeline/timeline-parse-html.html: Renamed from LayoutTests/inspector/timeline-parse-html.html.
2331         * inspector/timeline/timeline-recalculate-styles-expected.txt: Renamed from LayoutTests/inspector/timeline-recalculate-styles-expected.txt.
2332         * inspector/timeline/timeline-recalculate-styles.html: Renamed from LayoutTests/inspector/timeline-recalculate-styles.html.
2333         * inspector/timeline/timeline-script-tag-1-expected.txt: Renamed from LayoutTests/inspector/timeline-script-tag-1-expected.txt.
2334         * inspector/timeline/timeline-script-tag-1.html: Renamed from LayoutTests/inspector/timeline-script-tag-1.html.
2335         * inspector/timeline/timeline-script-tag-2-expected.txt: Renamed from LayoutTests/inspector/timeline-script-tag-2-expected.txt.
2336         * inspector/timeline/timeline-script-tag-2.html: Renamed from LayoutTests/inspector/timeline-script-tag-2.html.
2337         * inspector/timeline/timeline-script-tag-2.js: Renamed from LayoutTests/inspector/timeline-script-tag-2.js.
2338         * inspector/timeline/timeline-test.js: Renamed from LayoutTests/inspector/timeline-test.js.
2339         * inspector/timeline/timeline-trivial-expected.txt: Renamed from LayoutTests/inspector/timeline-trivial-expected.txt.
2340         * inspector/timeline/timeline-trivial.html: Renamed from LayoutTests/inspector/timeline-trivial.html.
2341         * platform/chromium/inspector/console/console-dir-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/console-dir-expected.txt.
2342         * platform/chromium/inspector/console/console-dir-global-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/console-dir-global-expected.txt.
2343         * platform/chromium/inspector/console/console-eval-global-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/console-eval-global-expected.txt.
2344         * platform/chromium/inspector/console/console-format-collections-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/console-format-collections-expected.txt.
2345         * platform/chromium/inspector/console/console-format-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/console-format-expected.txt.
2346         * platform/chromium/inspector/console/console-log-native-funcs-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/console-log-native-funcs-expected.txt.
2347         * platform/chromium/inspector/console/console-log-syntax-error-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/console-log-syntax-error-expected.txt.
2348         * platform/chromium/inspector/console/console-object-constructor-name-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/console-object-constructor-name-expected.txt.
2349         * platform/chromium/inspector/console/console-trace-in-eval-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/console-trace-in-eval-expected.txt.
2350         * platform/chromium/inspector/console/console-uncaught-exception-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/console-uncaught-exception-expected.txt.
2351         * platform/chromium/inspector/console/console-uncaught-exception-in-eval-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/console-uncaught-exception-in-eval-expected.txt.
2352         * platform/chromium/inspector/debugger/debugger-autocontinue-on-syntax-error-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/debugger-autocontinue-on-syntax-error-expected.txt.
2353         * platform/chromium/inspector/debugger/debugger-expand-scope-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/debugger-expand-scope-expected.txt.
2354         * platform/chromium/inspector/debugger/debugger-pause-on-exception-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/debugger-pause-on-exception-expected.txt.
2355         * platform/chromium/inspector/debugger/debugger-step-in-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/debugger-step-in-expected.txt.
2356         * platform/chromium/inspector/timeline/timeline-event-dispatch-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/timeline-event-dispatch-expected.txt.
2357         * platform/chromium/inspector/timeline/timeline-mark-timeline-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/timeline-mark-timeline-expected.txt.
2358         * platform/chromium/inspector/timeline/timeline-network-resource-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/timeline-network-resource-expected.txt.
2359         * platform/chromium/inspector/timeline/timeline-paint-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/timeline-paint-expected.txt.
2360         * platform/chromium/inspector/timeline/timeline-parse-html-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/timeline-parse-html-expected.txt.
2361         * platform/chromium/test_expectations.txt:
2362         * platform/gtk/Skipped:
2363         * platform/mac/Skipped:
2364         * platform/qt/Skipped:
2365         * platform/win/Skipped:
2366
2367 2011-02-11  Jeremy Orlow  <jorlow@chromium.org>
2368
2369         Reviewed by Nate Chapin.
2370
2371         Finish up implementing the new event model in IndexedDB
2372         https://bugs.webkit.org/show_bug.cgi?id=54331
2373
2374         Make the requried changes + s/result/request/g (where it should
2375         have always been that way) + remove the verify functions (since
2376         these days they mostly just add noise) + get rid of the callback
2377         in the delete object store funciton.
2378
2379         * storage/indexeddb/basics-expected.txt:
2380         * storage/indexeddb/basics.html:
2381         * storage/indexeddb/create-and-remove-object-store-expected.txt:
2382         * storage/indexeddb/create-and-remove-object-store.html:
2383         * storage/indexeddb/create-object-store-options-expected.txt:
2384         * storage/indexeddb/create-object-store-options.html:
2385         * storage/indexeddb/cursor-delete-expected.txt:
2386         * storage/indexeddb/cursor-delete.html:
2387         * storage/indexeddb/cursor-index-delete-expected.txt:
2388         * storage/indexeddb/cursor-index-delete.html:
2389         * storage/indexeddb/cursor-skip-deleted-expected.txt:
2390         * storage/indexeddb/cursor-skip-deleted.html:
2391         * storage/indexeddb/cursor-update-expected.txt:
2392         * storage/indexeddb/cursor-update.html:
2393         * storage/indexeddb/data-corruption-expected.txt:
2394         * storage/indexeddb/data-corruption.html:
2395         * storage/indexeddb/database-basics-expected.txt:
2396         * storage/indexeddb/database-basics.html:
2397         * storage/indexeddb/database-quota-expected.txt:
2398         * storage/indexeddb/database-quota.html:
2399         * storage/indexeddb/duplicates-expected.txt:
2400         * storage/indexeddb/duplicates.html:
2401         * storage/indexeddb/error-causes-abort-by-default-expected.txt:
2402         * storage/indexeddb/error-causes-abort-by-default.html:
2403         * storage/indexeddb/index-basics-expected.txt:
2404         * storage/indexeddb/index-basics.html:
2405         * storage/indexeddb/index-cursor-expected.txt:
2406         * storage/indexeddb/index-cursor.html:
2407         * storage/indexeddb/objectstore-autoincrement-expected.txt:
2408         * storage/indexeddb/objectstore-autoincrement.html:
2409         * storage/indexeddb/objectstore-basics-expected.txt:
2410         * storage/indexeddb/objectstore-basics.html:
2411         * storage/indexeddb/objectstore-cursor-expected.txt:
2412         * storage/indexeddb/objectstore-cursor.html:
2413         * storage/indexeddb/objectstore-removeobjectstore-expected.txt:
2414         * storage/indexeddb/objectstore-removeobjectstore.html:
2415         * storage/indexeddb/open-cursor-expected.txt:
2416         * storage/indexeddb/open-cursor.html:
2417         * storage/indexeddb/queued-commands-expected.txt:
2418         * storage/indexeddb/queued-commands.html:
2419         * storage/indexeddb/request-event-propagation-expected.txt:
2420         * storage/indexeddb/request-event-propagation.html:
2421         * storage/indexeddb/resources/shared.js:
2422         (unexpectedSuccessCallback):
2423         (unexpectedErrorCallback):
2424         (unexpectedAbortCallback):
2425         (unexpectedCompleteCallback):
2426         (evalAndExpectException):
2427         (deleteAllObjectStores):
2428         * storage/indexeddb/transaction-after-close-expected.txt:
2429         * storage/indexeddb/transaction-after-close.html:
2430         * storage/indexeddb/transaction-and-objectstore-calls-expected.txt:
2431         * storage/indexeddb/transaction-and-objectstore-calls.html:
2432         * storage/indexeddb/transaction-basics-expected.txt:
2433         * storage/indexeddb/transaction-basics.html:
2434         * storage/indexeddb/transaction-crash-on-abort-expected.txt:
2435         * storage/indexeddb/transaction-crash-on-abort.html:
2436         * storage/indexeddb/transaction-event-propagation-expected.txt:
2437         * storage/indexeddb/transaction-event-propagation.html:
2438         * storage/indexeddb/transaction-read-only-expected.txt:
2439         * storage/indexeddb/transaction-read-only.html:
2440         * storage/indexeddb/tutorial.html:
2441
2442 2011-02-14  Peter Kasting  <pkasting@google.com>
2443
2444         Unreviewed, Chromium test expectations update.
2445
2446         https://bugs.webkit.org/show_bug.cgi?id=54418
2447         Fix a Linux expectation, mark another test as expected-failing.
2448
2449         * platform/chromium/test_expectations.txt:
2450
2451 2011-02-14  Alejandro G. Castro  <alex@igalia.com>
2452
2453         Unreviewed, rolling out r78516.
2454         http://trac.webkit.org/changeset/78516
2455
2456         The rebaseline was previously done
2457
2458         * platform/gtk/fast/css/rtl-ordering-expected.checksum:
2459         * platform/gtk/fast/css/rtl-ordering-expected.png:
2460         * platform/gtk/fast/css/rtl-ordering-expected.txt:
2461         * platform/gtk/fast/forms/select-visual-hebrew-expected.checksum:
2462         * platform/gtk/fast/forms/select-visual-hebrew-expected.png:
2463         * platform/gtk/fast/forms/select-visual-hebrew-expected.txt:
2464         * platform/gtk/fast/forms/visual-hebrew-text-field-expected.checksum:
2465         * platform/gtk/fast/forms/visual-hebrew-text-field-expected.png:
2466         * platform/gtk/fast/forms/visual-hebrew-text-field-expected.txt:
2467
2468 2011-02-14  Alejandro G. Castro  <alex@igalia.com>
2469
2470         Unreviewed. Rebaseline GTK test results after r78491.
2471
2472         * platform/gtk/fast/css/rtl-ordering-expected.checksum:
2473         * platform/gtk/fast/css/rtl-ordering-expected.png:
2474         * platform/gtk/fast/css/rtl-ordering-expected.txt:
2475         * platform/gtk/fast/forms/select-visual-hebrew-expected.checksum:
2476         * platform/gtk/fast/forms/select-visual-hebrew-expected.png:
2477         * platform/gtk/fast/forms/select-visual-hebrew-expected.txt:
2478         * platform/gtk/fast/forms/visual-hebrew-text-field-expected.checksum:
2479         * platform/gtk/fast/forms/visual-hebrew-text-field-expected.png:
2480         * platform/gtk/fast/forms/visual-hebrew-text-field-expected.txt:
2481
2482 2011-02-14  Levi Weintraub  <leviw@chromium.org>
2483
2484         Reviewed by Alexey Proskuryakov.
2485
2486         Strikethrough disappears when posting a message on odnoklassniki.ru
2487         https://bugs.webkit.org/show_bug.cgi?id=53475
2488
2489         Updating test expectations and creating a test in an attempt to prevent the
2490         uninformed WebKit dev from switching back to using <s> tags for strikethrough.
2491         As explained in the bug, this is bad for compatibility with various rich text
2492         editors.
2493
2494         * editing/execCommand/query-text-decoration-with-typing-style-expected.txt:
2495         * editing/execCommand/script-tests/strikethrough-uses-strike-tag.js: Added.
2496         (test):
2497         * editing/execCommand/script-tests/toggle-style-2.js:
2498         * editing/execCommand/strikethrough-uses-strike-tag-expected.txt: Added.
2499         * editing/execCommand/strikethrough-uses-strike-tag.html: Added.
2500         * editing/execCommand/strikethroughSelection-expected.txt:
2501         * editing/execCommand/toggle-style-2-expected.txt:
2502         * editing/style/inline-style-container-expected.txt:
2503         * editing/style/inline-style-extend-run-expected.txt:
2504         * editing/style/push-down-implicit-styles-around-list-expected.txt:
2505         * editing/style/push-down-implicit-styles-expected.txt:
2506         * editing/style/script-tests/inline-style-container.js:
2507         * editing/style/script-tests/inline-style-extend-run.js:
2508         * editing/style/script-tests/push-down-implicit-styles-around-list.js:
2509         * editing/style/script-tests/push-down-implicit-styles.js:
2510         * editing/style/style-text-node-without-editable-parent-expected.txt:
2511
2512 2011-02-14  Peter Kasting  <pkasting@google.com>
2513
2514         Unreviewed, Chromium test expectations update.
2515
2516         Try using the right syntax this time.
2517
2518         * platform/chromium/test_expectations.txt:
2519
2520 2011-02-14  Peter Kasting  <pkasting@google.com>
2521
2522         Unreviewed, Chromium test expectations update.
2523
2524         * platform/chromium/test_expectations.txt:
2525
2526 2011-02-14  Peter Kasting  <pkasting@google.com>
2527
2528         Unreviewed, Chromium test expectations update.
2529
2530         https://bugs.webkit.org/show_bug.cgi?id=54409
2531         Mark tests as failing due to r78484.
2532
2533         * platform/chromium/test_expectations.txt:
2534
2535 2011-02-14  Xiaomei Ji  <xji@chromium.org>
2536
2537         Unreviewed.
2538         Rebaseline after r78491. Since select-visual-hebrew.html and visual-hebrew-text-field.html
2539         are marked as FAIL in Chromium WIN and LINUX, rebaseline for them are done manually and
2540         only changed the part related to r78491.
2541
2542         * platform/chromium-linux/fast/css/rtl-ordering-expected.txt:
2543         * platform/chromium-linux/fast/forms/select-visual-hebrew-expected.txt:
2544         * platform/chromium-linux/fast/forms/visual-hebrew-text-field-expected.txt:
2545         * platform/chromium-win/fast/css/rtl-ordering-expected.txt:
2546         * platform/chromium-win/fast/forms/select-visual-hebrew-expected.txt:
2547         * platform/chromium-win/fast/forms/visual-hebrew-text-field-expected.txt:
2548         * platform/gtk/fast/css/rtl-ordering-expected.txt:
2549         * platform/gtk/fast/forms/select-visual-hebrew-expected.txt:
2550         * platform/gtk/fast/forms/visual-hebrew-text-field-expected.txt:
2551
2552 2011-02-14  Tony Chang  <tony@chromium.org>
2553
2554         Unreviewed, updating chromium test expectations, missed a test
2555         in my last checkin.
2556
2557         * platform/chromium/test_expectations.txt:
2558
2559 2011-02-14  Peter Kasting  <pkasting@google.com>
2560
2561         Unreviewed, Chromium test expectations update.
2562
2563         http://code.google.com/p/v8/issues/detail?id=1154
2564         Temporarily mark a test as failing due to a new V8 version.
2565
2566         * platform/chromium/test_expectations.txt:
2567
2568 2011-02-14  Xiaomei Ji  <xji@chromium.org>
2569
2570         Reviewed by Dan Bernstein.
2571
2572         Fix rendering of ISO-8859-8 when dir="rtl".
2573         https://bugs.webkit.org/show_bug.cgi?id=52128
2574
2575         * fast/text/international/iso-8859-8-expected.txt: Added.
2576         * fast/text/international/iso-8859-8.html: Added.
2577         * platform/mac/fast/css/rtl-ordering-expected.txt:
2578         * platform/mac/fast/forms/select-visual-hebrew-expected.txt:
2579         * platform/mac/fast/forms/visual-hebrew-text-field-expected.txt:
2580
2581 2011-02-14  Pavel Feldman  <pfeldman@chromium.org>
2582
2583         Not reviewed: unflake inspector/styles-iframe.html
2584
2585         * inspector/resources/styles-iframe-data.html:
2586         * inspector/styles-iframe-expected.txt:
2587         * inspector/styles-iframe.html:
2588
2589 2011-02-14  Pavel Podivilov  <podivilov@chromium.org>
2590
2591         Reviewed by Yury Semikhatsky.
2592
2593         Web Inspector: use call frame column to determine execution line in source frame.
2594         https://bugs.webkit.org/show_bug.cgi?id=54001
2595
2596         * http/tests/inspector/debugger-test.js:
2597         (initialize_DebuggerTest.InspectorTest.captureStackTrace):
2598
2599 2011-02-14  Pavel Feldman  <pfeldman@chromium.org>
2600
2601         Not reviewed: chromium expectations update.
2602
2603         * platform/chromium/inspector/timeline-network-resource-expected.txt:
2604
2605 2011-02-14  Pavel Feldman  <pfeldman@chromium.org>
2606
2607         Reviewed by Yury Semikhatsky.
2608
2609         Web Inspector: move timeline and highlighter tests to the new harness.
2610         https://bugs.webkit.org/show_bug.cgi?id=54390
2611
2612         * inspector/cookie-resource-match.html:
2613         * inspector/elements-panel-search.html:
2614         * inspector/evaluate-in-frontend-expected.txt: Removed.
2615         * inspector/evaluate-in-frontend.html: Removed.
2616         * inspector/inspected-objects-not-overriden.html:
2617         * inspector/resources/timeline-iframe-data.html:
2618         * inspector/syntax-highlight-css.html:
2619         * inspector/syntax-highlight-html.html:
2620         * inspector/syntax-highlight-javascript-expected.txt:
2621         * inspector/syntax-highlight-javascript.html:
2622         * inspector/syntax-highlight.js:
2623         (initialize_SyntaxHighlight.InspectorTest.dumpSyntaxHighlight):
2624         (initialize_SyntaxHighlight):
2625         * inspector/timeline-enum-stability-expected.txt:
2626         * inspector/timeline-enum-stability.html:
2627         * inspector/timeline-event-dispatch.html:
2628         * inspector/timeline-layout-expected.txt:
2629         * inspector/timeline-layout.html:
2630         * inspector/timeline-mark-timeline.html:
2631         * inspector/timeline-network-resource-expected.txt:
2632         * inspector/timeline-network-resource.html:
2633         * inspector/timeline-network-resource.js:
2634         * inspector/timeline-paint.html:
2635         * inspector/timeline-parse-html-expected.txt:
2636         * inspector/timeline-parse-html.html:
2637         * inspector/timeline-recalculate-styles-expected.txt:
2638         * inspector/timeline-recalculate-styles.html:
2639         * inspector/timeline-script-tag-1-expected.txt:
2640         * inspector/timeline-script-tag-1.html:
2641         * inspector/timeline-script-tag-2-expected.txt:
2642         * inspector/timeline-script-tag-2.html:
2643         * inspector/timeline-script-tag-2.js:
2644         * inspector/timeline-test.js:
2645         (initialize_Timeline.InspectorTest.performActionsAndPrint.step1):
2646         (initialize_Timeline.InspectorTest.performActionsAndPrint.step2):
2647         (initialize_Timeline.InspectorTest.performActionsAndPrint.step3):
2648         (initialize_Timeline.InspectorTest.performActionsAndPrint):
2649         (initialize_Timeline.InspectorTest.printTimelineRecords):
2650         (initialize_Timeline.InspectorTest._timelineResults):
2651         (initialize_Timeline.InspectorTest.dumpTimelineRecord):
2652         (initialize_Timeline.InspectorTest.dumpTimelineRecords):
2653         (initialize_Timeline.InspectorTest.printTimelineRecordProperties):
2654         (initialize_Timeline.InspectorTest._timelineAgentTypeToString):
2655         (initialize_Timeline):
2656         * inspector/timeline-trivial.html:
2657
2658 2011-02-14  Pavel Feldman  <pfeldman@chromium.org>
2659
2660         Not reviewed: update chromium expectation for inspector test.
2661
2662         * inspector/console-uncaught-exception-in-eval.html:
2663         * platform/chromium/inspector/console-uncaught-exception-in-eval-expected.txt:
2664
2665 2011-02-14  Pavel Feldman  <pfeldman@chromium.org>
2666
2667         Not reviewed: chromium expectations update.
2668
2669         * platform/chromium-win/inspector/console-format-expected.txt: Removed.
2670         * platform/chromium-win/inspector/console-uncaught-exception-expected.txt: Removed.
2671         * platform/chromium-win/inspector/debugger-expand-scope-expected.txt: Removed.
2672         * platform/chromium/inspector/console-dir-global-expected.txt: Renamed from LayoutTests/platform/chromium-win/inspector/console-dir-global-expected.txt.
2673         * platform/chromium/inspector/console-format-collections-expected.txt:
2674         * platform/chromium/inspector/console-format-expected.txt:
2675         * platform/chromium/inspector/console-trace-in-eval-expected.txt:
2676         * platform/chromium/inspector/console-uncaught-exception-expected.txt:
2677         * platform/chromium/inspector/debugger-expand-scope-expected.txt:
2678
2679 2011-02-14  Alejandro G. Castro  <alex@igalia.com>
2680
2681         Unreviewed, skipped some tests that were causing problems just in
2682         one of the bots, apparently rounding issues.
2683         https://bugs.webkit.org/show_bug.cgi?id=39022
2684
2685         * platform/gtk/Skipped:
2686
2687 2011-02-14  Alejandro G. Castro  <alex@igalia.com>
2688
2689         Unreviewed, skipped generated-content-inside-table.htm test, it
2690         fails in the bots, opened bug:
2691         https://bugs.webkit.org/show_bug.cgi?id=54389
2692
2693         * platform/gtk/Skipped:
2694
2695 2011-02-14  Kenichi Ishibashi  <bashi@chromium.org>
2696
2697         Reviewed by Andreas Kling.
2698
2699         css style="max-width:none" works wrong
2700         https://bugs.webkit.org/show_bug.cgi?id=53743
2701
2702         Adds a test to ensure style 'max-width: none' works correctly.
2703
2704         * fast/css/max-width-none-expected.txt: Added.
2705         * fast/css/max-width-none.html: Added.
2706
2707 2011-02-14  Pavel Feldman  <pfeldman@chromium.org>
2708
2709         Not reviewed: follow up to r78460 with more expectation updates.
2710
2711         * inspector/styles-iframe-expected.txt:
2712         * inspector/styles-iframe.html:
2713
2714 2011-02-14  Shinichiro Hamaji  <hamaji@chromium.org>
2715
2716         Rebaseline chromium's test expectations for SVG tests.
2717
2718         * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.checksum: Added.
2719         * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.png: Added.
2720         * platform/chromium-mac/svg/text/text-intro-05-t-expected.checksum:
2721         * platform/chromium-mac/svg/text/text-intro-05-t-expected.png:
2722         * platform/chromium/test_expectations.txt:
2723
2724 2011-02-14  Pavel Feldman  <pfeldman@chromium.org>
2725
2726         Not reviewed: follow up to r78460 with expectation updates.
2727
2728         * inspector/styles-iframe-expected.txt:
2729         * platform/mac-leopard/http/tests/inspector/console-websocket-error-expected.txt:
2730         * platform/mac/http/tests/inspector/console-websocket-error-expected.txt:
2731
2732 2011-02-14  Shinichiro Hamaji  <hamaji@chromium.org>
2733
2734         Rebaseline chromium's test expectation for http://trac.webkit.org/changeset/78449
2735
2736         * platform/chromium-win/fast/gradients/css3-repeating-end-fill-expected.txt: Added.
2737
2738 2011-02-14  Shinichiro Hamaji  <hamaji@chromium.org>
2739
2740         Rebaseline chromium's test expectations for inline-box-background-*
2741
2742         * platform/chromium-linux/fast/inline/inline-box-background-expected.checksum: Added.
2743         * platform/chromium-linux/fast/inline/inline-box-background-expected.png: Added.
2744         * platform/chromium-linux/fast/inline/inline-box-background-long-image-expected.checksum: Added.
2745         * platform/chromium-linux/fast/inline/inline-box-background-long-image-expected.png: Added.
2746         * platform/chromium-linux/fast/inline/inline-box-background-repeat-x-expected.checksum: Added.
2747         * platform/chromium-linux/fast/inline/inline-box-background-repeat-x-expected.png: Added.
2748         * platform/chromium-linux/fast/inline/inline-box-background-repeat-y-expected.checksum: Added.
2749         * platform/chromium-linux/fast/inline/inline-box-background-repeat-y-expected.png: Added.
2750         * platform/chromium-mac/fast/inline/inline-box-background-expected.checksum: Added.
2751         * platform/chromium-mac/fast/inline/inline-box-background-expected.png: Added.
2752         * platform/chromium-mac/fast/inline/inline-box-background-long-image-expected.checksum: Added.
2753         * platform/chromium-mac/fast/inline/inline-box-background-long-image-expected.png: Added.
2754         * platform/chromium-mac/fast/inline/inline-box-background-repeat-x-expected.checksum: Added.
2755         * platform/chromium-mac/fast/inline/inline-box-background-repeat-x-expected.png: Added.
2756         * platform/chromium-mac/fast/inline/inline-box-background-repeat-y-expected.checksum: Added.
2757         * platform/chromium-mac/fast/inline/inline-box-background-repeat-y-expected.png: Added.
2758         * platform/chromium-win/fast/inline/inline-box-background-expected.checksum: Added.
2759         * platform/chromium-win/fast/inline/inline-box-background-expected.png: Added.
2760         * platform/chromium-win/fast/inline/inline-box-background-expected.txt: Added.
2761         * platform/chromium-win/fast/inline/inline-box-background-long-image-expected.checksum: Added.
2762         * platform/chromium-win/fast/inline/inline-box-background-long-image-expected.png: Added.
2763         * platform/chromium-win/fast/inline/inline-box-background-long-image-expected.txt: Added.
2764         * platform/chromium-win/fast/inline/inline-box-background-repeat-x-expected.checksum: Added.
2765         * platform/chromium-win/fast/inline/inline-box-background-repeat-x-expected.png: Added.
2766         * platform/chromium-win/fast/inline/inline-box-background-repeat-x-expected.txt: Added.
2767         * platform/chromium-win/fast/inline/inline-box-background-repeat-y-expected.checksum: Added.
2768         * platform/chromium-win/fast/inline/inline-box-background-repeat-y-expected.png: Added.
2769         * platform/chromium-win/fast/inline/inline-box-background-repeat-y-expected.txt: Added.
2770         * platform/chromium/test_expectations.txt:
2771
2772 2011-02-13  Pavel Feldman  <pfeldman@chromium.org>
2773
2774         Reviewed by Yury Semikhatsky.
2775
2776         Web Inspector: [layout tests] get rid of elements-tests.js in favor of elements-tests2.js
2777         https://bugs.webkit.org/show_bug.cgi?id=54354
2778
2779         * http/tests/inspector/console-resource-errors.html:
2780         * http/tests/inspector/console-test.js: Renamed from LayoutTests/http/tests/inspector/console-tests2.js.
2781         * http/tests/inspector/console-tests.js: Removed.
2782         * http/tests/inspector/console-websocket-error.html:
2783         * http/tests/inspector/console-xhr-logging-expected.txt:
2784         * http/tests/inspector/console-xhr-logging.html:
2785         * http/tests/inspector/debugger-test.js: Renamed from LayoutTests/http/tests/inspector/debugger-test2.js.
2786         * http/tests/inspector/elements-test.js: Added.
2787         * http/tests/inspector/inspector-test2.js:
2788         * http/tests/inspector/resource-har-conversion-expected.txt:
2789         * http/tests/inspector/resource-har-conversion.html:
2790         * http/tests/inspector/resource-parameters-expected.txt:
2791         * http/tests/inspector/resource-parameters.html:
2792         * http/tests/inspector/resource-tests.js: Removed.
2793         * http/tests/inspector/resources-test.js: Renamed from LayoutTests/http/tests/inspector/resource-test2.js.
2794         * inspector/command-line-api.html:
2795         * inspector/console-api-on-call-frame.html:
2796         * inspector/console-assert.html:
2797         * inspector/console-clear.html:
2798         * inspector/console-command-clear-expected.txt:
2799         * inspector/console-command-clear.html:
2800         * inspector/console-dir-global.html:
2801         * inspector/console-dir.html:
2802         * inspector/console-dirxml.html:
2803         * inspector/console-eval-global.html:
2804         * inspector/console-eval.html:
2805         * inspector/console-format-collections-expected.txt:
2806         * inspector/console-format-collections.html:
2807         * inspector/console-format-expected.txt:
2808         * inspector/console-format.html:
2809         * inspector/console-log-before-inspector-open.html:
2810         * inspector/console-log-syntax-error.html:
2811         * inspector/console-object-constructor-name.html:
2812         * inspector/console-tests.html:
2813         * inspector/console-trace-in-eval.html:
2814         * inspector/console-trace.html:
2815         * inspector/console-uncaught-exception-in-eval.html:
2816         * inspector/console-uncaught-exception.html:
2817         * inspector/debugger-autocontinue-on-syntax-error.html:
2818         * inspector/debugger-breakpoints-not-activated-on-reload.html:
2819         * inspector/debugger-cyclic-ref.html:
2820         * inspector/debugger-eval-on-call-frame.html:
2821         * inspector/debugger-eval-while-paused.html:
2822         * inspector/debugger-expand-scope.html:
2823         * inspector/debugger-no-nested-pause.html:
2824         * inspector/debugger-pause-in-eval-script.html:
2825         * inspector/debugger-pause-on-breakpoint.html:
2826         * inspector/debugger-pause-on-debugger-statement.html:
2827         * inspector/debugger-pause-on-exception.html:
2828         * inspector/debugger-proto-property.html:
2829         * inspector/debugger-scripts.html:
2830         * inspector/debugger-step-in.html:
2831         * inspector/debugger-step-out.html:
2832         * inspector/debugger-step-over.html:
2833         * inspector/debugger-suspend-active-dom-objects.html:
2834         * inspector/dom-breakpoints.html:
2835         * inspector/elements-delete-inline-style.html:
2836         * inspector/elements-img-tooltip-expected.txt:
2837         * inspector/elements-img-tooltip.html:
2838         * inspector/elements-panel-limited-children-expected.txt:
2839         * inspector/elements-panel-limited-children.html:
2840         * inspector/elements-panel-rewrite-href-expected.txt:
2841         * inspector/elements-panel-rewrite-href.html:
2842         * inspector/elements-panel-selection-on-refresh-expected.txt:
2843         * inspector/elements-panel-selection-on-refresh.html:
2844         * inspector/elements-panel-structure-expected.txt:
2845         * inspector/elements-panel-structure.html:
2846         * inspector/elements-panel-styles.html:
2847         * inspector/elements-panel-xhtml-structure-expected.txt:
2848         * inspector/elements-panel-xhtml-structure.xhtml:
2849         * inspector/elements-tests.js: Removed.
2850         * inspector/elements-tests2.js: Removed.
2851         * inspector/resources/elements-panel-styles.css:
2852         * inspector/resources/styles-iframe-data.html:
2853         * inspector/storage-panel-dom-storage.html:
2854         * inspector/styles-add-blank-property.html:
2855         * inspector/styles-computed-trace.html:
2856         * inspector/styles-disable-inherited.html:
2857         * inspector/styles-disable-then-change.html:
2858         * inspector/styles-disable-then-delete.html:
2859         * inspector/styles-disable-then-enable.html:
2860         * inspector/styles-iframe-expected.txt:
2861         * inspector/styles-iframe.html:
2862         * inspector/styles-new-API.html:
2863         * inspector/styles-source-lines-expected.txt:
2864         * inspector/styles-source-lines-inline.html:
2865         * inspector/styles-source-lines.html:
2866         * inspector/styles-source-offsets.html:
2867         * inspector/styles-url-linkify.html:
2868
2869 2011-02-14  Shinichiro Hamaji  <hamaji@chromium.org>
2870
2871         Rebaseline chromium's test_expectations.
2872
2873         * platform/chromium-win/fast/box-shadow/shadow-buffer-partial-expected.checksum: Added.
2874         * platform/chromium-win/fast/box-shadow/shadow-buffer-partial-expected.png: Added.
2875         * platform/chromium/test_expectations.txt:
2876
2877 2011-02-13  Simon Fraser  <simon.fraser@apple.com>
2878
2879         Change previous test to dump as text, with pixel output, to fix
2880         Qt failure.
2881
2882         * fast/gradients/css3-repeating-end-fill-expected.txt:
2883         * fast/gradients/css3-repeating-end-fill.html:
2884
2885 2011-02-13  Simon Fraser  <simon.fraser@apple.com>
2886
2887         Reviewed by Andreas Kling.
2888
2889         Repeating gradients drawn incorrectly
2890         https://bugs.webkit.org/show_bug.cgi?id=53502
2891         
2892         Testcase for a gradient that requires both backward- and forward-fill.
2893
2894         * fast/gradients/css3-repeating-end-fill-expected.checksum: Added.
2895         * fast/gradients/css3-repeating-end-fill-expected.png: Added.
2896         * fast/gradients/css3-repeating-end-fill-expected.txt: Added.
2897         * fast/gradients/css3-repeating-end-fill.html: Added.
2898
2899 2011-02-13  Andreas Kling  <kling@webkit.org>
2900
2901         Unreviewed, remove unnecessary platform expectations for now-passing test.
2902
2903         * platform/chromium/canvas/philip/tests/2d.fillStyle.parse.system-expected.txt: Removed.
2904         * platform/mac/canvas/philip/tests/2d.fillStyle.parse.system-expected.txt: Removed.
2905
2906 2011-02-13  Shinichiro Hamaji  <hamaji@chromium.org>
2907
2908         Fix chromium's test_expectations
2909
2910         - fast/inline/inline-box-background-* should be IMAGE instead of IMAGE+TEXTfor Mac
2911         - fast/css/test-setting-canvas-color.html is failing
2912
2913         * platform/chromium/test_expectations.txt:
2914
2915 2011-02-13  Andreas Kling  <kling@webkit.org>
2916
2917         Reviewed by Dirk Schulze.
2918
2919         Canvas: 2d.fillStyle.parse.system.html fails
2920         https://bugs.webkit.org/show_bug.cgi?id=39168
2921
2922         * fast/css/test-setting-canvas-color-expected.txt: Added.
2923         * fast/css/test-setting-canvas-color.html: Added.
2924         * platform/gtk/Skipped:
2925         * platform/mac-leopard/Skipped:
2926         * platform/qt/Skipped:
2927
2928 2011-02-13  Jarred Nicholls  <jarred@sencha.com>
2929
2930         Reviewed by Simon Fraser.
2931
2932         getComputedStyle returns wrong value for margin-right
2933         https://bugs.webkit.org/show_bug.cgi?id=13343
2934         
2935         Matching IE, Firefox, and Opera behavior by returning the computed margin
2936         values as specified, rather than the used/auto values (calculated via RenderBox).
2937         Also CSS 2.1+ compliant by returning margin percentage as specified, if applicable.
2938         Note: Firefox and Opera return calculated fixed lengths for percentage margins, IE
2939         returns the specified percentage.
2940
2941         * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
2942         * platform/chromium-mac/fast/css/computed-style-without-renderer-expected.txt
2943         * platform/chromium-win/fast/css/computed-style-without-renderer-expected.txt
2944         * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
2945         * platform/gtk/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
2946         * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
2947         * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
2948         * fast/css/getComputedStyle/getComputedStyle-margin-auto-expected.txt: Renamed from LayoutTests/fast/css/getComputedStyle/marginComputedStyle-expected.txt.
2949         * fast/css/getComputedStyle/getComputedStyle-margin-auto.html: Copied from LayoutTests/fast/css/getComputedStyle/marginComputedStyle.html.
2950         * fast/css/getComputedStyle/getComputedStyle-margin-length-expected.txt: Added.
2951         * fast/css/getComputedStyle/getComputedStyle-margin-length.html: Copied from LayoutTests/fast/css/getComputedStyle/marginComputedStyle.html.
2952         * fast/css/getComputedStyle/getComputedStyle-margin-percentage-expected.txt: Added.
2953         * fast/css/getComputedStyle/getComputedStyle-margin-percentage.html: Renamed from LayoutTests/fast/css/getComputedStyle/marginComputedStyle.html.
2954
2955 2011-02-13  Adam Barth  <abarth@webkit.org>
2956
2957         Reviewed by Sam Weinig.
2958
2959         crypto.getRandomValues should throw TYPE_MISMATCH_ERR
2960         https://bugs.webkit.org/show_bug.cgi?id=54346
2961
2962         * security/crypto-random-values-types-expected.txt:
2963
2964 2011-02-13  Shinichiro Hamaji  <hamaji@chromium.org>
2965
2966         Update chromium's test expectations for fast/inline/inline-box-background-*
2967
2968         * platform/chromium/test_expectations.txt:
2969
2970 2011-02-12  Adam Barth  <abarth@webkit.org>
2971
2972         Reviewed by Sam Weinig.
2973
2974         crypto.getRandomValues should support all integer array types
2975         https://bugs.webkit.org/show_bug.cgi?id=54342
2976
2977         Test which types of arrays work with crypto.getRandomValues.
2978
2979         * security/crypto-random-values-types-expected.txt: Added.
2980         * security/crypto-random-values-types.html: Added.
2981
2982 2011-02-12  Jochen Eisinger  <jochen@chromium.org>
2983
2984         Reviewed by Jeremy Orlow.
2985
2986         Implement IDBObjectStore::clear
2987         https://bugs.webkit.org/show_bug.cgi?id=54193
2988
2989         * storage/indexeddb/objectstore-clear-expected.txt: Added.
2990         * storage/indexeddb/objectstore-clear.html: Added.
2991
2992 2011-02-12  Adam Barth  <abarth@webkit.org>
2993
2994         Update test expectations on Windows to account for ArrayBuffers being
2995         on by default.
2996
2997         * platform/win/fast/dom/prototype-inheritance-2-expected.txt:
2998         * platform/win/fast/dom/prototype-inheritance-expected.txt:
2999         * platform/win/fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer-expected.txt:
3000         * platform/win/http/tests/xmlhttprequest/send-array-buffer-expected.txt:
3001
3002 2011-02-12  Adam Barth  <abarth@webkit.org>
3003
3004         Reviewed by Kenneth Russell.
3005
3006         Enable ArrayBuffers by default
3007         https://bugs.webkit.org/show_bug.cgi?id=54310
3008
3009         Revert incorrect expectations from
3010         http://trac.webkit.org/changeset/78337.  These results were cased by
3011         ArrayBuffers not beign enabled on Windows previous to this patch.
3012
3013         * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
3014         * platform/win/fast/js/global-function-resolve-expected.txt: Removed.
3015         * platform/win/fast/js/var-declarations-shadowing-expected.txt: Removed.
3016         * platform/win/security: Removed.
3017         * platform/win/security/crypto-random-values-expected.txt: Removed.
3018
3019 2011-02-11  Peter Kasting  <pkasting@google.com>
3020
3021         Unreviewed, Chromium test expectations update.
3022
3023         Unify identical expectation files in chromium/ and update for r78383.
3024
3025         * platform/chromium-mac/fast/url/port-expected.txt: Removed.
3026         * platform/chromium-win/fast/url/port-expected.txt: Removed.
3027         * platform/chromium/fast/url/port-expected.txt: Copied from platform/chromium-win/fast/url/port-expected.txt.
3028
3029 2011-02-11  Yael Aharon  <yael.aharon@nokia.com>
3030
3031         Reviewed by Darin Adler.
3032
3033         Background image positioning on RTL text
3034         https://bugs.webkit.org/show_bug.cgi?id=32862
3035
3036         * fast/inline/inline-box-background-long-image.html: Added.
3037         * fast/inline/inline-box-background-repeat-x.html: Added.
3038         * fast/inline/inline-box-background-repeat-y.html: Added.
3039         * fast/inline/inline-box-background.html: Added.
3040         * fast/inline/resources: Added.
3041         * fast/inline/resources/checker.png: Added.
3042         * fast/inline/resources/gradient.png: Added.
3043         * platform/mac/fast/inline/inline-box-background-expected.checksum: Added.
3044         * platform/mac/fast/inline/inline-box-background-expected.png: Added.
3045         * platform/mac/fast/inline/inline-box-background-expected.txt: Added.
3046         * platform/mac/fast/inline/inline-box-background-long-image-expected.checksum: Added.
3047         * platform/mac/fast/inline/inline-box-background-long-image-expected.png: Added.
3048         * platform/mac/fast/inline/inline-box-background-long-image-expected.txt: Added.
3049         * platform/mac/fast/inline/inline-box-background-repeat-x-expected.checksum: Added.
3050         * platform/mac/fast/inline/inline-box-background-repeat-x-expected.png: Added.
3051         * platform/mac/fast/inline/inline-box-background-repeat-x-expected.txt: Added.
3052         * platform/mac/fast/inline/inline-box-background-repeat-y-expected.checksum: Added.
3053         * platform/mac/fast/inline/inline-box-background-repeat-y-expected.png: Added.
3054         * platform/mac/fast/inline/inline-box-background-repeat-y-expected.txt: Added.
3055
3056 2011-02-11  Sheriff Bot  <webkit.review.bot@gmail.com>
3057
3058         Unreviewed, rolling out r78044.
3059         http://trac.webkit.org/changeset/78044
3060         https://bugs.webkit.org/show_bug.cgi?id=54318
3061
3062         Broke Safari extensions (Requested by eseidel on #webkit).
3063
3064         * fast/url/host-expected.txt:
3065         * fast/url/ipv4-expected.txt:
3066         * fast/url/ipv6-expected.txt:
3067         * fast/url/relative-expected.txt:
3068         * fast/url/relative-unix-expected.txt:
3069         * fast/url/standard-url-expected.txt:
3070
3071 2011-02-11  Peter Kasting  <pkasting@google.com>
3072
3073         Unreviewed, Chromium test expectations update.
3074
3075         Also moved a test that's not Linux-specific and other platforms seem to
3076         pass from chromium-linux/ to chromium/.
3077
3078         * platform/chromium-linux/fast/text/international/complex-text-rectangle-expected.txt: Removed.
3079         * platform/chromium-linux/fast/text/international/complex-text-rectangle.html: Removed.
3080         * platform/chromium/fast/dom/prototype-inheritance-expected.txt:
3081         * platform/chromium/fast/text/international/complex-text-rectangle-expected.txt: Copied from platform/chromium-linux/fast/text/international/complex-text-rectangle-expected.txt.
3082         * platform/chromium/fast/text/international/complex-text-rectangle.html: Copied from platform/chromium-linux/fast/text/international/complex-text-rectangle.html.
3083         * platform/chromium/test_expectations.txt:
3084
3085 2011-02-11  Mihai Parparita  <mihaip@chromium.org>
3086
3087         Unreviewed chromium-gpu expectations update. Update expectations for
3088         chromium-gpu-mac (it often has image diffs only, since it can use the
3089         text results from the mac port).
3090
3091         * platform/chromium/test_expectations.txt:
3092
3093 2011-02-11  Mihai Parparita  <mihaip@chromium.org>
3094
3095         Unreviewed Chromium expectations update. Mark tests that fail only on
3096         Snow Leopard, so that we can begin to have green Snow Leopard bots.
3097
3098         * platform/chromium/test_expectations.txt:
3099
3100 2011-02-11  Eric Seidel  <eric@webkit.org>
3101
3102         Reviewed by Adam Barth.
3103
3104         KURL should remove default port numbers when cannonicalizing urls (to match every other browser)
3105         https://bugs.webkit.org/show_bug.cgi?id=54090
3106
3107         Added a new test to show that we are intentionally removing
3108         a colon after a host name.  http://foo.com:/ -> http://foo.com/
3109
3110         * fast/url/port-expected.txt:
3111         * fast/url/relative-unix-expected.txt:
3112         * fast/url/segments-expected.txt:
3113         * fast/url/segments-from-data-url-expected.txt:
3114         * fast/url/standard-url-expected.txt:
3115
3116 2011-02-11  Mihai Parparita  <mihaip@chromium.org>
3117
3118         Reviewed by Darin Adler.
3119
3120         compositing/reflections/reflection-opacity.html has a JS exception
3121         https://bugs.webkit.org/show_bug.cgi?id=54314
3122         
3123         The JS code that the test was running was producing an error, and in
3124         any case it didn't seem to be doing anything, since we don't define a
3125         "moved" class (copy-and-paste error?).
3126
3127         * compositing/reflections/reflection-opacity.html:
3128         * platform/mac/compositing/reflections/reflection-opacity-expected.txt:
3129
3130 2011-02-11  Mihai Parparita  <mihaip@chromium.org>
3131
3132         Unrevied chromium-gpu expectations update. Remove failing expectations
3133         for tests that now pass on the chromium-gpu-win bot.
3134
3135         * platform/chromium/test_expectations.txt:
3136
3137 2011-02-11  Martin Robinson  <mrobinson@igalia.com>
3138
3139         Explicitly skip webarchive tests on GTK+, because we do not
3140         support them. Remove all GTK+-specific webarchive expected results.
3141
3142         * platform/gtk/Skipped: Explicitly skip all webarchive tests.
3143         * platform/gtk/http/tests/webarchive/cross-origin-stylesheet-crash-expected.txt: Removed.
3144         * platform/gtk/http/tests/webarchive/test-css-url-encoding-expected.txt: Removed.
3145         * platform/gtk/http/tests/webarchive/test-css-url-encoding-shift-jis-expected.txt: Removed.
3146         * platform/gtk/http/tests/webarchive/test-css-url-encoding-utf-8-expected.txt: Removed.
3147         * platform/gtk/http/tests/webarchive/test-preload-resources-expected.txt: Removed.
3148
3149 2011-02-11  Martin Robinson  <mrobinson@igalia.com>
3150
3151         Add the next batch of GTK+ SVG test results.
3152
3153         * platform/gtk/Skipped: Unskip tests which now have results.
3154
3155 2011-02-11  Mihai Parparita  <mihaip@chromium.org>
3156
3157         Unreviewed chromium-gpu expectations update. Add more fine-grained
3158         expectations for compositing on Windows (instead of the whole directory
3159         being marked PASS FAIL). Also replace all FAIL GPU expectations with
3160         more specific ones (e.g. TEXT or IMAGE+TEXT).
3161         
3162         * platform/chromium-gpu-win/compositing/reflections/nested-reflection-animated-expected.checksum:
3163         * platform/chromium-gpu-win/compositing/reflections/nested-reflection-animated-expected.png:
3164         * platform/chromium-gpu/compositing/iframes/nested-iframe-scrolling-expected.checksum: Added.
3165         * platform/chromium-gpu/compositing/iframes/nested-iframe-scrolling-expected.png: Added.
3166         * platform/chromium/test_expectations.txt:
3167
3168 2011-02-11  Jessie Berlin  <jberlin@apple.com>
3169
3170         plugins/invalidate_rect.html failing on Windows
3171         https://bugs.webkit.org/show_bug.cgi?id=54122
3172
3173         This test was fixed on Windows in http://trac.webkit.org/changeset/78359. Remove the failing
3174         expected results. Unreviewed.
3175
3176         * platform/win/plugins/invalidate_rect-expected.txt: Removed.
3177
3178 2011-02-11  Adam Klein  <adamk@chromium.org>
3179
3180         Reviewed by Darin Fisher.
3181
3182         [fileapi] Add support for filesystem: URI handling
3183         https://bugs.webkit.org/show_bug.cgi?id=53529
3184
3185         Tests for filesystem: URIs, testing both their security origin
3186         properties and the existence of the Entry.toURI method.
3187
3188         * fast/filesystem/directory-entry-to-uri-expected.txt: Added.
3189         * fast/filesystem/directory-entry-to-uri.html: Added.
3190         * fast/filesystem/file-entry-to-uri-expected.txt: Added.
3191         * fast/filesystem/file-entry-to-uri.html: Added.
3192         * fast/filesystem/filesystem-uri-origin-expected.txt: Added.
3193         * fast/filesystem/filesystem-uri-origin.html: Added.
3194         * fast/filesystem/resources/directory-entry-to-uri.js: Added.
3195         (errorCallback):
3196         (entryToURI):
3197         (createTestDirectory):
3198         ():
3199         * fast/filesystem/resources/file-entry-to-uri.js: Added.
3200         (errorCallback):
3201         (entryToURI):
3202         (createTestFile):
3203         ():
3204         * http/tests/security/filesystem-iframe-from-remote-expected.txt: Added.
3205         * http/tests/security/filesystem-iframe-from-remote.html: Added.
3206         * http/tests/security/resources/create-filesystem-file.html: Added.
3207
3208 2011-02-11  Sailesh Agrawal  <sail@chromium.org>
3209
3210         Reviewed by Kenneth Russell.
3211
3212         plugins/invalidate_rect.html fails on chromium-mac
3213         https://bugs.webkit.org/show_bug.cgi?id=54051
3214
3215         invalidate_rect.html should now pass on Windows. Removing skip.
3216
3217         * platform/chromium/test_expectations.txt:
3218
3219 2011-02-11  Martin Robinson  <mrobinson@igalia.com>
3220
3221         Add another batch of GTK+ SVG test results.
3222
3223         * platform/gtk/Skipped: Unskip tests which now have results.
3224
3225 2011-02-11  Martin Robinson  <mrobinson@igalia.com>
3226
3227         Add the next batch of GTK+ SVG test results.
3228
3229         * platform/gtk/Skipped: Unskip tests which now have results.
3230
3231 2011-02-11  Martin Robinson  <mrobinson@igalia.com>
3232
3233         Add the next batch of GTK+ SVG test results.
3234
3235         * platform/gtk/Skipped: Unskip tests which now have results.
3236
3237 2011-02-11  Sheriff Bot  <webkit.review.bot@gmail.com>
3238
3239         Unreviewed, rolling out r78331.
3240         http://trac.webkit.org/changeset/78331
3241         https://bugs.webkit.org/show_bug.cgi?id=54295
3242
3243         This patch broke 11 tests in GTK bots (Requested by svillar on
3244         #webkit).
3245
3246         * platform/gtk/accessibility/document-reload-events-expected.txt: Removed.
3247         * platform/gtk/accessibility/document-reload-events.html: Removed.
3248
3249 2011-02-11  Martin Robinson  <mrobinson@igalia.com>
3250
3251         Generate more GTK+ results for many SVG tests missing them.
3252
3253         * platform/gtk/Skipped: Unskip tests which now have results.
3254
3255 2011-02-11  Jessie Berlin  <jberlin@apple.com>
3256
3257         [Windows XP Debug Tests] media/audio-mpeg4-supported.html timing out since introduction in
3258         r76621.
3259         https://bugs.webkit.org/show_bug.cgi?id=54291
3260
3261         Unreviewed, adding this test to the Windows XP skip list in order to get the bots green.
3262
3263         * platform/win-xp/Skipped:
3264
3265 2011-02-11  Jessie Berlin  <jberlin@apple.com>
3266
3267         Add Windows XP specific results for fast/dom/52776.html to get the bot green. Unreviewed.
3268         https://bugs.webkit.org/show_bug.cgi?id=52776
3269
3270         * platform/win-xp/fast/dom: Added.
3271         * platform/win-xp/fast/dom/52776-expected.txt: Added.
3272
3273 2011-02-11  Sergio Villar Senin  <svillar@igalia.com>
3274
3275         Unreviewed.
3276
3277         Added two tests to the skipped file that started to fail only in
3278         64-bit debug bot. Rounding issues are most likely the source of
3279         differences between 32 and 64bit bots.
3280
3281         * platform/gtk/Skipped: added
3282         svg/W3C-SVG-1.1-SE/types-dom-02-f.svg and
3283         svg/W3C-SVG-1.1-SE/types-dom-05-b.svg
3284
3285 2011-02-11  Mads Ager  <ager@chromium.org>
3286
3287         Reviewed by Dimitri Glazkov.
3288
3289         Remove unnecessary chromium layout test rebaselines
3290         https://bugs.webkit.org/show_bug.cgi?id=54278
3291
3292         * platform/chromium/fast/js/ToNumber-expected.txt: Removed.
3293         * platform/chromium/fast/js/parseFloat-expected.txt: Removed.
3294         * platform/chromium/fast/js/regexp-look-ahead-empty-expected.txt: Removed.
3295
3296 2011-02-11  Pavel Feldman  <pfeldman@chromium.org>
3297
3298         Not reviewed: unflake inspector test (2).
3299
3300         * inspector/command-line-api.html:
3301         * inspector/elements-tests2.js:
3302         (initialize_ElementTest.InspectorTest.selectElementAndRun):
3303
3304 2011-02-11  Pavel Feldman  <pfeldman@chromium.org>
3305
3306         Not reviewed: unflake inspector test.
3307
3308         * inspector/command-line-api-expected.txt:
3309         * inspector/command-line-api.html:
3310
3311 2011-02-11  Jessie Berlin  <jberlin@apple.com>
3312
3313         [Windows 7 Release Tests] fast/dom/Window/window-property-descriptors.html,
3314         fast/js/global-function-resolve.html,
3315         fast/js/var-declarations-shadowing.html,
3316         and security/crypto-random-values.html failing since r78321.
3317         https://bugs.webkit.org/show_bug.cgi?id=54285
3318
3319         Unreviewed, landing expected failing results to get the bots green.
3320
3321         * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
3322         * platform/win/fast/js/global-function-resolve-expected.txt: Added.
3323         * platform/win/fast/js/var-declarations-shadowing-expected.txt: Added.
3324         * platform/win/security: Added.
3325         * platform/win/security/crypto-random-values-expected.txt: Added.
3326
3327 2011-02-11  Pavel Feldman  <pfeldman@chromium.org>
3328
3329         Reviewed by Yury Semikhatsky.
3330
3331         Web Inspector: command line API $0 regressed.
3332         https://bugs.webkit.org/show_bug.cgi?id=54283
3333
3334         * inspector/command-line-api-expected.txt:
3335         * inspector/command-line-api.html:
3336
3337 2011-02-11  Mario Sanchez Prada  <msanchez@igalia.com>
3338
3339         Reviewed by Xan Lopez.
3340
3341         [GTK] events missing when a document is (re)loaded
3342         https://bugs.webkit.org/show_bug.cgi?id=25831
3343
3344         Added new layout test to check the right signals are emitted.
3345
3346         * platform/gtk/accessibility/document-reload-events-expected.txt: Added.
3347         * platform/gtk/accessibility/document-reload-events.html: Added.
3348
3349 2011-02-11  Adam Barth  <abarth@webkit.org>
3350
3351         Turns out that expectation isn't Qt specific.
3352
3353         * http/tests/security/cross-frame-access-put-expected.txt:
3354         * platform/qt/http/tests/security/cross-frame-access-put-expected.txt: Removed.
3355
3356 2011-02-11  Adam Barth  <abarth@webkit.org>
3357
3358         Update Qt expected results for window.crypto.
3359
3360         * platform/qt/fast/dom/Window/window-properties-expected.txt:
3361         * platform/qt/fast/dom/prototype-inheritance-expected.txt:
3362         * platform/qt/http/tests/security/cross-frame-access-put-expected.txt: Added.
3363
3364 2011-02-11  Pavel Feldman  <pfeldman@chromium.org>
3365
3366         Reviewed by Yury Semikhatsky.
3367
3368         Web Inspector: command line's API inspect() is broken.
3369         https://bugs.webkit.org/show_bug.cgi?id=54275
3370
3371         * http/tests/inspector/inspector-test2.js:
3372         (initialize_InspectorTest.InspectorTest.evaluateInConsoleAndDump):
3373         * inspector/command-line-api-expected.txt: Added.
3374         * inspector/command-line-api.html: Added.
3375
3376 2011-02-11  Adam Barth  <abarth@webkit.org>
3377
3378         Update test expectations to show window.crypto.
3379
3380         * fast/dom/Window/window-properties-expected.txt:
3381         * fast/dom/prototype-inheritance-2-expected.txt:
3382         * fast/dom/prototype-inheritance-expected.txt:
3383         * http/tests/security/cross-frame-access-put-expected.txt:
3384
3385 2011-02-11  Sergio Villar Senin  <svillar@igalia.com>
3386
3387         Unreviewed.
3388
3389         Added new test expectations for the GTK port.
3390
3391         * platform/gtk/fast/box-shadow/inset-box-shadows-expected.checksum: Added.
3392         * platform/gtk/fast/box-shadow/inset-box-shadows-expected.png: Added.
3393         * platform/gtk/fast/box-shadow/inset-box-shadows-expected.txt: Added.
3394         * platform/gtk/fast/box-shadow/shadow-buffer-partial-expected.checksum: Added.
3395         * platform/gtk/fast/box-shadow/shadow-buffer-partial-expected.png: Added.
3396         * platform/gtk/fast/box-shadow/shadow-buffer-partial-expected.txt: Added.
3397         * platform/gtk/svg/W3C-SVG-1.1/linking-a-01-b-expected.checksum: Added.
3398         * platform/gtk/svg/W3C-SVG-1.1/linking-a-01-b-expected.png: Added.
3399         * platform/gtk/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt: Added.
3400         * platform/gtk/svg/W3C-SVG-1.1/linking-a-02-b-expected.checksum: Added.
3401         * platform/gtk/svg/W3C-SVG-1.1/linking-a-02-b-expected.png: Added.
3402         * platform/gtk/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt: Added.
3403         * platform/gtk/svg/W3C-SVG-1.1/linking-a-03-b-expected.checksum: Added.
3404         * platform/gtk/svg/W3C-SVG-1.1/linking-a-03-b-expected.png: Added.
3405         * platform/gtk/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt: Added.
3406
3407 2011-02-10  Adam Barth  <abarth@webkit.org>
3408
3409         Reviewed by Eric Seidel.
3410
3411         WebKit should have a cryptographic RNG
3412         https://bugs.webkit.org/show_bug.cgi?id=22049
3413
3414         Test crypto.getRandomValues API.  It's pretty hard to write a
3415         deterministic API for a randomized API, but this test should catch some
3416         regressions.
3417
3418         * security/crypto-random-values-expected.txt: Added.
3419         * security/crypto-random-values.html: Added.
3420
3421 2011-02-10  Maciej Stachowiak  <mjs@apple.com>
3422
3423         Reviewed by Dan Bernstein.
3424
3425         Temporarily skip a test that fails in WebKit2 due to a recent regression
3426         https://bugs.webkit.org/show_bug.cgi?id=54276
3427
3428         * platform/mac-wk2/Skipped:
3429
3430 2011-02-10  Mads Ager  <ager@chromium.org>
3431
3432         Reviewed by Nate Chapin.
3433
3434         [V8] Don't crash on exception getting event handler function
3435         https://bugs.webkit.org/show_bug.cgi?id=54216
3436
3437         Add crash regression test with custom chromium expectations.
3438
3439         * fast/dom/exception-getting-event-handler-expected.txt: Added.
3440         * fast/dom/exception-getting-event-handler.html: Added.
3441         * platform/chromium/fast/dom/exception-getting-event-handler-expected.txt: Added.
3442
3443 2011-02-10  Naoki Takano  <takano.naoki@gmail.com>
3444
3445         Reviewed by James Robinson.
3446
3447         [Chromium] Layout Test canvas/philip/tests/2d.composite.globalAlpha.fill.html with --accelerated-2d-canvas.
3448         https://bugs.webkit.org/show_bug.cgi?id=53857
3449
3450         This fix is for 2d.composite.globalAlpha.fill.html with --accelerated-2d-canvas. Add 2d.composite.globalAlpha.fillPath.html as a new test for the combination with globalAlpha and fillPath().
3451
3452         * fast/canvas/2d.composite.globalAlpha.fillPath-expected.txt: Added.
3453         * fast/canvas/2d.composite.globalAlpha.fillPath.html: Added.
3454
3455 2011-02-10  Martin Robinson  <mrobinson@igalia.com>
3456
3457         Clean up the skipped list and skip some tests that show differences
3458         between the bots. Rebaseline Acid2 tests results.
3459
3460         * platform/gtk/Skipped: Clean up the skipped list. Skip failing test.
3461         * platform/gtk/http/tests/misc/acid2-expected.txt:
3462         * platform/gtk/http/tests/misc/acid2-pixel-expected.txt:
3463
3464 2011-02-10  Zhenyao Mo  <zmo@google.com>
3465
3466         Unreviewed, fix a typo.
3467
3468         * platform/chromium/test_expectations.txt:
3469
3470 2011-02-10  Zhenyao Mo  <zmo@google.com>
3471
3472         Unreviewed, test expectations update.
3473
3474         * platform/chromium/test_expectations.txt:
3475
3476 2011-02-10  Zhenyao Mo  <zmo@google.com>
3477
3478         Unreviewed, test expectation update.
3479
3480         * platform/chromium/test_expectations.txt:
3481
3482 2011-02-10  Zhenyao Mo  <zmo@google.com>
3483
3484         Unreviewed, test expectations update.
3485
3486         * platform/chromium/test_expectations.txt:
3487
3488 2011-02-10  Zhenyao Mo  <zmo@google.com>
3489
3490         Unreviewed, test expectations update.
3491
3492         * platform/chromium/test_expectations.txt:
3493
3494 2011-02-10  Martin Robinson  <mrobinson@igalia.com>
3495
3496         Generate GTK+ results for many SVG tests missing them.
3497
3498         * platform/gtk/Skipped: Unskip tests which now have results.
3499
3500 2011-02-09  Andy Estes  <aestes@apple.com>
3501
3502         Reviewed by Darin Adler.
3503
3504         HTML5 TreeBuilder regressed a Peacekeeper DOM test by 40%
3505         https://bugs.webkit.org/show_bug.cgi?id=48719
3506
3507         * fast/parser/fragment-parser-doctype-expected.txt: Added.
3508         * fast/parser/fragment-parser-doctype.html: Added.
3509
3510 2011-02-10  Zhenyao Mo  <zmo@google.com>
3511
3512         Unreviewed, test expectations update.
3513
3514         * platform/chromium/test_expectations.txt:
3515
3516 2011-02-10  Martin Robinson  <mrobinson@igalia.com>
3517
3518         Add results for HTTP tests missing GTK+ results.
3519
3520         * platform/gtk/Skipped: Unskip HTTP tests that now have results.
3521
3522 2011-02-10  Zhenyao Mo  <zmo@google.com>
3523
3524         Unreviewed, tiny test fix from cira.
3525
3526         Excluding v8Locale from property-inheritance test
3527         https://bugs.webkit.org/show_bug.cgi?id=54250
3528
3529         * fast/dom/script-tests/prototype-inheritance.js:
3530
3531 2011-02-10  Martin Robinson  <mrobinson@igalia.com>
3532
3533         Unskip some GTK+ HTTP tests that are passing locally. All the bots
3534         should have the same libsoup version now.
3535
3536         * platform/gtk/Skipped: Unskip some passing tests.
3537
3538 2011-02-10  Zhenyao Mo  <zmo@google.com>
3539
3540         Unreviewed, test expectations update.
3541
3542         * platform/chromium/test_expectations.txt:
3543
3544 2011-02-10  Zhenyao Mo  <zmo@google.com>
3545
3546         Unreviewed, rebaseline.
3547
3548         * platform/chromium-mac/fast/text/international/text-combine-image-test-expected.checksum: Removed.
3549         * platform/chromium-mac/fast/text/international/text-combine-image-test-expected.png: Removed.
3550         * platform/mac-leopard/fast/text/international/text-combine-image-test-expected.checksum: Added.
3551         * platform/mac-leopard/fast/text/international/text-combine-image-test-expected.png: Added.
3552
3553 2011-02-10  Maciej Stachowiak  <mjs@apple.com>
3554
3555         Reviewed by Anders Carlsson.
3556
3557         Skip newly added tests that use eventSender
3558         https://bugs.webkit.org/show_bug.cgi?id=54235
3559
3560         * platform/mac-wk2/Skipped:
3561
3562 2011-02-10  Martin Robinson  <mrobinson@igalia.com>
3563
3564         Reviewed by Gustavo Noronha Silva.
3565
3566         [Soup] ResourceHandleSoup does not ever call didSendData for file uploads
3567         https://bugs.webkit.org/show_bug.cgi?id=52090
3568
3569         * platform/gtk/Skipped: Unskip tests which should now be passing.
3570
3571 2011-02-10  Robert Hogan  <robert@webkit.org>
3572
3573         Reviewed by Laszlo Gombos.
3574
3575         [Qt] Return menu items from eventSender.contextMenu()
3576         https://bugs.webkit.org/show_bug.cgi?id=53039
3577
3578         * platform/qt/Skipped: unskip editing/selection/context-menu-on-text.html
3579
3580 2011-02-10  Zhenyao Mo  <zmo@google.com>
3581
3582         Unreviewed, rebaseline.
3583
3584         * platform/chromium-linux/svg/W3C-SVG-1.1/filters-light-04-f-expected.checksum:
3585         * platform/chromium-linux/svg/W3C-SVG-1.1/filters-light-04-f-expected.png:
3586         * platform/chromium-linux/svg/transforms/animated-path-inside-transformed-html-expected.checksum:
3587         * platform/chromium-linux/svg/transforms/animated-path-inside-transformed-html-expected.png:
3588         * platform/chromium-win/svg/W3C-SVG-1.1/filters-light-04-f-expected.checksum:
3589         * platform/chromium-win/svg/W3C-SVG-1.1/filters-light-04-f-expected.png:
3590         * platform/chromium-win/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt:
3591         * platform/chromium-win/svg/transforms/animated-path-inside-transformed-html-expected.checksum:
3592         * platform/chromium-win/svg/transforms/animated-path-inside-transformed-html-expected.png:
3593
3594 2011-02-10  Zhenyao Mo  <zmo@google.com>
3595
3596         Unreviewed, rebaseline.
3597
3598         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.checksum:
3599         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png:
3600         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.checksum:
3601         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png:
3602         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.checksum:
3603         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.png:
3604         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.checksum:
3605         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.png:
3606         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.checksum:
3607         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png:
3608         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.checksum:
3609         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png:
3610         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.checksum:
3611         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png:
3612         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.checksum:
3613         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.png:
3614         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.checksum:
3615         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.png:
3616         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.checksum:
3617         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.png:
3618         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.checksum:
3619         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png:
3620         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.checksum:
3621         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.png:
3622         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.checksum:
3623         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png:
3624         * platform/mac-leopard/svg/W3C-SVG-1.1/filters-turb-02-f-expected.checksum:
3625         * platform/mac-leopard/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png:
3626         * platform/mac-leopard/svg/batik/filters/feTile-expected.checksum:
3627         * platform/mac-leopard/svg/batik/filters/feTile-expected.png:
3628         * platform/mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.checksum: Added.
3629         * platform/mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png: Added.
3630         * platform/mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.checksum: Added.
3631         * platform/mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: Added.
3632         * platform/mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.checksum: Added.
3633         * platform/mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png: Added.
3634         * platform/mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.checksum: Added.
3635         * platform/mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png: Added.
3636         * platform/mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.checksum: Added.
3637         * platform/mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: Added.
3638         * platform/mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.checksum: Added.
3639         * platform/mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png: Added.
3640         * platform/mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.checksum: Added.
3641         * platform/mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png: Added.
3642         * platform/mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.checksum: Added.
3643         * platform/mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: Added.
3644         * platform/mac-leopard/svg/foreignObject/text-tref-02-b-expected.checksum:
3645         * platform/mac-leopard/svg/foreignObject/text-tref-02-b-expected.png:
3646
3647 2011-02-10  Martin Robinson  <mrobinson@igalia.com>
3648
3649         Clump the tests failing only on the GTK+ 32-bit bot together with the
3650         other tests that have this kind of failure.
3651
3652         * platform/gtk/Skipped: Clean up the skipped list slightly.
3653
3654 2011-02-10  Zhenyao Mo  <zmo@google.com>
3655
3656         Unreviewed, rebaseline.
3657
3658         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.checksum:
3659         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png:
3660         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.checksum:
3661         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png:
3662         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.checksum:
3663         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.png:
3664         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Removed.
3665         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.checksum:
3666         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.png:
3667         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.checksum:
3668         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png:
3669         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.checksum:
3670         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png:
3671         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.checksum:
3672         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png:
3673         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.checksum:
3674         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.png:
3675         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Added.
3676         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.checksum:
3677         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.png:
3678         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.checksum:
3679         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.png:
3680         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.checksum:
3681         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png:
3682         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt: Added.
3683         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.checksum:
3684         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.png:
3685         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.checksum:
3686         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png:
3687         * platform/chromium-linux/svg/W3C-SVG-1.1/filters-turb-02-f-expected.checksum:
3688         * platform/chromium-linux/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png:
3689         * platform/chromium-linux/svg/batik/filters/feTile-expected.checksum:
3690         * platform/chromium-linux/svg/batik/filters/feTile-expected.png:
3691         * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.checksum: Added.
3692         * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png: Added.
3693         * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.checksum: Added.
3694         * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: Added.
3695         * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.checksum: Added.
3696         * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png: Added.
3697         * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.checksum: Added.
3698         * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png: Added.
3699         * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.checksum: Added.
3700         * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: Added.
3701         * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.checksum: Added.
3702         * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png: Added.
3703         * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.checksum: Added.
3704         * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png: Added.
3705         * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.checksum: Added.
3706         * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: Added.
3707         * platform/chromium-linux/svg/foreignObject/text-tref-02-b-expected.checksum:
3708         * platform/chromium-linux/svg/foreignObject/text-tref-02-b-expected.png:
3709         * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.checksum:
3710         * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png:
3711         * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Removed.
3712         * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.checksum:
3713         * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png:
3714         * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Removed.
3715         * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.checksum:
3716         * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.png:
3717         * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Removed.
3718         * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.checksum:
3719         * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.png:
3720         * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Removed.
3721         * platform/chromium-win/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.checksum:
3722         * platform/chromium-win/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png:
3723         * platform/chromium-win/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Removed.
3724         * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.checksum:
3725         * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png:
3726         * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Removed.
3727         * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.checksum:
3728         * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png:
3729         * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt:
3730         * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.checksum:
3731         * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.png:
3732         * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Removed.
3733         * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.checksum:
3734         * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.png:
3735         * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Removed.
3736         * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.checksum:
3737         * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.png:
3738         * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Removed.
3739         * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.checksum:
3740         * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png:
3741         * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt: Removed.
3742         * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.checksum:
3743         * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.png:
3744         * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Removed.
3745         * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.checksum:
3746         * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png:
3747         * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Removed.
3748         * platform/chromium-win/svg/W3C-SVG-1.1/filters-turb-02-f-expected.checksum:
3749         * platform/chromium-win/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png:
3750         * platform/chromium-win/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Removed.
3751         * platform/chromium-win/svg/batik/filters/feTile-expected.checksum:
3752         * platform/chromium-win/svg/batik/filters/feTile-expected.png:
3753         * platform/chromium-win/svg/batik/filters/feTile-expected.txt:
3754         * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.checksum: Added.
3755         * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png: Added.
3756         * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.checksum: Added.
3757         * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: Added.
3758         * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.checksum: Added.
3759         * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png: Added.
3760         * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.checksum: Added.
3761         * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png: Added.
3762         * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.checksum: Added.
3763         * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: Added.
3764         * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.checksum: Added.
3765         * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png: Added.
3766         * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.checksum: Added.
3767         * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png: Added.
3768         * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.checksum: Added.
3769         * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: Added.
3770         * platform/chromium-win/svg/foreignObject/text-tref-02-b-expected.checksum:
3771         * platform/chromium-win/svg/foreignObject/text-tref-02-b-expected.png:
3772         * platform/chromium-win/svg/foreignObject/text-tref-02-b-expected.txt: Removed.
3773
3774 2011-02-09  Martin Robinson  <mrobinson@igalia.com>
3775
3776         Reviewed by Gustavo Noronha Silva.
3777
3778         [GTK] Default error page is interfering with tests which require failed loads
3779         https://bugs.webkit.org/show_bug.cgi?id=54157
3780
3781         Unskip passing tests and remove some bogus expected results.
3782
3783         * platform/gtk/Skipped: Unskip some tests which are now passing.
3784         * platform/gtk/fast/dom/null-document-location-put-crash-expected.txt: Removed.
3785
3786 2011-02-10  Philippe Normand  <pnormand@igalia.com>
3787
3788         Unreviewed skip failing fast/text/international/hindi-whitespace.html test on GTK
3789         https://bugs.webkit.org/show_bug.cgi?id=54212
3790
3791         * platform/gtk/Skipped:
3792
3793 2011-02-10  Philippe Normand  <pnormand@igalia.com>
3794
3795         Unreviewed skip failing fast/text/atsui* tests on GTK
3796         https://bugs.webkit.org/show_bug.cgi?id=54210
3797
3798         * platform/gtk/Skipped:
3799
3800 2011-02-10  Renata Hodovan  <reni@webkit.org>
3801
3802         Reviewed by Dirk Schulze.
3803
3804         SVGFESpecularLightingElement doesn't support dynamic invalidation, when attributes change.
3805         https://bugs.webkit.org/show_bug.cgi?id=54186
3806
3807         Adding layout tests for feSpecularLighting dynamic changes.
3808
3809         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.checksum: Added.
3810         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png: Added.
3811         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.checksum: Added.
3812         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: Added.
3813         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.checksum: Added.
3814         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png: Added.
3815         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.checksum: Added.
3816         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png: Added.
3817         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.checksum: Added.
3818         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: Added.
3819         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.checksum: Added.
3820         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png: Added.
3821         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.checksum: Added.
3822         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png: Added.
3823         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.checksum: Added.
3824         * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: Added.
3825         * svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.txt: Added.
3826         * svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr.html: Added.
3827         * svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.txt: Added.
3828         * svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr.html: Added.
3829         * svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.txt: Added.
3830         * svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr.html: Added.
3831         * svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.txt: Added.
3832         * svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr.html: Added.
3833         * svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.txt: Added.
3834         * svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop.html: Added.
3835         * svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.txt: Added.
3836         * svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop.html: Added.
3837         * svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.txt: Added.
3838         * svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop.html: Added.
3839         * svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.txt: Added.
3840         * svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop.html: Added.
3841         * svg/dynamic-updates/script-tests/SVGFESpecularLightingElement-dom-in-attr.js: Added.
3842         (executeTest):
3843         * svg/dynamic-updates/script-tests/SVGFESpecularLightingElement-dom-specularConstant-attr.js: Added.
3844         (executeTest):
3845         * svg/dynamic-updates/script-tests/SVGFESpecularLightingElement-dom-specularExponent-attr.js: Added.
3846         (executeTest):
3847         * svg/dynamic-updates/script-tests/SVGFESpecularLightingElement-dom-surfaceScale-attr.js: Added.
3848         (executeTest):
3849         * svg/dynamic-updates/script-tests/SVGFESpecularLightingElement-svgdom-in-prop.js: Added.
3850         (executeTest):
3851         * svg/dynamic-updates/script-tests/SVGFESpecularLightingElement-svgdom-specularConstant-prop.js: Added.
3852         (executeTest):
3853         * svg/dynamic-updates/script-tests/SVGFESpecularLightingElement-svgdom-specularExponent-prop.js: Added.
3854         (executeTest):
3855         * svg/dynamic-updates/script-tests/SVGFESpecularLightingElement-svgdom-surfaceScale-prop.js: Added.
3856         (executeTest):
3857
3858 2011-02-10  Philippe Normand  <pnormand@igalia.com>
3859
3860         Unreviewed skipping websocket tests on GTK
3861         https://bugs.webkit.org/show_bug.cgi?id=53683
3862
3863         * platform/gtk/Skipped:
3864
3865 2011-02-10  Philippe Normand  <pnormand@igalia.com>
3866
3867         Update GTK results after r78204
3868
3869         * platform/gtk/fast/text/international/text-combine-image-test-expected.txt:
3870
3871 2011-02-10  Adam Roben  <aroben@apple.com>
3872
3873         Update Windows results after r78204
3874
3875         * platform/win/fast/text/international/text-combine-image-test-expected.checksum:
3876         * platform/win/fast/text/international/text-combine-image-test-expected.png:
3877         * platform/win/fast/text/international/text-combine-image-test-expected.txt:
3878
3879 2011-02-10  Adam Roben  <aroben@apple.com>
3880
3881         Update Windows results after r78182
3882
3883         Nikolas Zimmermann says he thinks we're not matching the Mac results anymore due to rounding
3884         differences.
3885
3886         * platform/win/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Added.
3887         * platform/win/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt: Added.
3888
3889 2011-02-10  Philippe Normand  <pnormand@igalia.com>
3890
3891         Unreviewed, skip failing fast/text/midword-break-after-breakable-char.html on
3892         GTK
3893
3894         * platform/gtk/Skipped:
3895
3896 2011-02-10  Philippe Normand  <pnormand@igalia.com>
3897
3898         Unreviewed, skip failing fast/text/capitalize-boundaries.html on
3899         GTK
3900
3901         * platform/gtk/Skipped:
3902
3903 2011-02-10  takano takumi  <takano@apple.com>
3904
3905         Reviewed by Dan Bernstein.
3906
3907         A full-width character rotated leftward 90 degrees in text-combine
3908         https://bugs.webkit.org/show_bug.cgi?id=54169
3909
3910         Added a test for this bug to existing text-combine test.
3911
3912         * fast/text/international/text-combine-image-test.html:
3913         * platform/mac/fast/text/international/text-combine-image-test-expected.checksum:
3914         * platform/mac/fast/text/international/text-combine-image-test-expected.png:
3915         * platform/mac/fast/text/international/text-combine-image-test-expected.txt:
3916
3917 2011-02-10  Philippe Normand  <pnormand@igalia.com>
3918
3919         Unreviewed, skip failing fast/replaced/border-radius-clip.html on GTK
3920
3921         * platform/gtk/Skipped:
3922
3923 2011-02-10  Nikolas Zimmermann  <nzimmermann@rim.com>
3924
3925         Not reviewed.
3926
3927         LayoutTests/svg cleanup
3928         https://bugs.webkit.org/show_bug.cgi?id=54184
3929
3930         Regenerate result with a 64bit SL machine.. a pity that we have diffs there.
3931
3932         * platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
3933
3934 2011-02-10  Nikolas Zimmermann  <nzimmermann@rim.com>
3935
3936         Not reviewed.
3937
3938         LayoutTests/svg cleanup
3939         https://bugs.webkit.org/show_bug.cgi?id=54184
3940
3941         Update mac-leopard/qt baselines after r78182.
3942
3943         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt:
3944         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt:
3945         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt:
3946         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt:
3947         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt:
3948         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt:
3949         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt:
3950         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt:
3951         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt:
3952         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt:
3953         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt:
3954         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt:
3955         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt:
3956         * platform/mac-leopard/svg/foreignObject/text-tref-02-b-expected.txt:
3957         * platform/qt/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt:
3958         * platform/qt/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt:
3959         * platform/qt/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt:
3960         * platform/qt/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt:
3961         * platform/qt/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt:
3962         * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt:
3963         * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt:
3964         * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt:
3965         * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt:
3966         * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt:
3967         * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt:
3968         * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt:
3969         * platform/qt/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt:
3970         * platform/qt/svg/foreignObject/text-tref-02-b-expected.txt:
3971
3972 2011-02-10  Philippe Normand  <pnormand@igalia.com>
3973
3974         Unreviewed, updated svg GTK baselines after r78182.
3975
3976         * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt:
3977         * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt:
3978         * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt:
3979         * platform/gtk/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt:
3980         * platform/gtk/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt:
3981         * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt:
3982         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt:
3983         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt:
3984         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt:
3985         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt:
3986         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt:
3987         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt:
3988         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt:
3989         * platform/gtk/svg/foreignObject/text-tref-02-b-expected.txt:
3990
3991 2011-02-10  Hans Wennborg  <hans@chromium.org>
3992
3993         Reviewed by Jeremy Orlow.
3994
3995         IndexedDB: Update the semantics of put()
3996         https://bugs.webkit.org/show_bug.cgi?id=54102
3997
3998         Update test to reflect the new semantics.
3999
4000         * storage/indexeddb/objectstore-autoincrement-expected.txt:
4001         * storage/indexeddb/objectstore-autoincrement.html:
4002
4003 2011-02-10  Eric Seidel  <eric@webkit.org>
4004
4005         Unreviewed, rolling out r78157.
4006         http://trac.webkit.org/changeset/78157
4007         https://bugs.webkit.org/show_bug.cgi?id=54150
4008
4009         Fails on a bunch of bots
4010
4011         * plugins/npruntime/evaluate-js-destroying-plugin-from-destroy-stream-expected.txt: Removed.
4012         * plugins/npruntime/evaluate-js-destroying-plugin-from-destroy-stream.html: Removed.
4013
4014 2011-02-10  Nikolas Zimmermann  <nzimmermann@rim.com>
4015
4016         Reviewed by Maciej Stachowiak.
4017
4018         LayoutTests/svg cleanup
4019         https://bugs.webkit.org/show_bug.cgi?id=54184
4020
4021         Fix wrong xlink:hrefs in dozens of SVG testcases. SVGFreeSans.svg is now used in more places.
4022         Remove unnecessary xml-stylesheet declarations, and unneeded text css attributes in some places.
4023
4024         Updated pixel test results for the affected testcases.
4025
4026         * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt:
4027         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.checksum:
4028         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png:
4029         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt:
4030         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.checksum:
4031         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png:
4032         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt:
4033         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.checksum:
4034         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.png:
4035         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt:
4036         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.checksum:
4037         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.png:
4038         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt:
4039         * platform/mac/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.checksum:
4040         * platform/mac/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png:
4041         * platform/mac/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt:
4042         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.checksum:
4043         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png:
4044         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt:
4045         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.checksum:
4046         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png:
4047         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.checksum:
4048         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.png:
4049         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt:
4050         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.checksum:
4051         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.png:
4052         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt:
4053         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.checksum:
4054         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.png:
4055         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt:
4056         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.checksum:
4057         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png:
4058         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt:
4059         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.checksum:
4060         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.png:
4061         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt:
4062         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.checksum:
4063         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png:
4064         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt:
4065         * platform/mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.checksum:
4066         * platform/mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.png:
4067         * platform/mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt:
4068         * platform/mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.checksum:
4069         * platform/mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png:
4070         * platform/mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt:
4071         * platform/mac/svg/batik/filters/feTile-expected.checksum:
4072         * platform/mac/svg/batik/filters/feTile-expected.png:
4073         * platform/mac/svg/batik/filters/feTile-expected.txt:
4074         * platform/mac/svg/css/circle-in-mask-with-shadow-expected.checksum:
4075         * platform/mac/svg/css/circle-in-mask-with-shadow-expected.png:
4076         * platform/mac/svg/css/mask-with-shadow-expected.checksum:
4077         * platform/mac/svg/css/mask-with-shadow-expected.png:
4078         * platform/mac/svg/foreignObject/text-tref-02-b-expected.checksum:
4079         * platform/mac/svg/foreignObject/text-tref-02-b-expected.png:
4080         * platform/mac/svg/foreignObject/text-tref-02-b-expected.txt:
4081         * platform/mac/svg/text/text-tref-01-b-expected.checksum:
4082         * platform/mac/svg/text/text-tref-01-b-expected.png:
4083         * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.checksum:
4084         * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.png:
4085         * platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.checksum:
4086         * platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.png:
4087         * platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
4088         * svg/W3C-SVG-1.1-SE/coords-dom-01-f.svg:
4089         * svg/W3C-SVG-1.1-SE/coords-dom-02-f.svg:
4090         * svg/W3C-SVG-1.1-SE/coords-dom-03-f.svg:
4091         * svg/W3C-SVG-1.1-SE/coords-dom-04-f.svg:
4092         * svg/W3C-SVG-1.1-SE/paths-dom-02-f.svg:
4093         * svg/W3C-SVG-1.1-SE/pservers-pattern-04-f.svg:
4094         * svg/W3C-SVG-1.1-SE/types-dom-01-b.svg:
4095         * svg/W3C-SVG-1.1-SE/types-dom-02-f.svg:
4096         * svg/W3C-SVG-1.1-SE/types-dom-03-b.svg:
4097         * svg/W3C-SVG-1.1-SE/types-dom-04-b.svg:
4098         * svg/W3C-SVG-1.1-SE/types-dom-05-b.svg:
4099         * svg/W3C-SVG-1.1-SE/types-dom-06-f.svg:
4100         * svg/W3C-SVG-1.1-SE/types-dom-07-f.svg:
4101         * svg/W3C-SVG-1.1/filters-light-04-f.svg:
4102         * svg/W3C-SVG-1.1/filters-turb-02-f.svg:
4103         * svg/W3C-SVG-1.1/resources/interact-order-02-b-targ.svg:
4104         * svg/W3C-SVG-1.1/resources/interact-order-03-b-targ.svg:
4105         * svg/W3C-SVG-1.1/resources/linkingToc-t.svg:
4106         * svg/batik/filters/feTile.svg:
4107         * svg/css/circle-in-mask-with-shadow.svg:
4108         * svg/css/mask-with-shadow.svg:
4109         * svg/custom/image-clipped-hit.svg:
4110         * svg/foreignObject/text-tref-02-b.svg:
4111         * svg/hixie/cascade/002.css: Removed.
4112         * svg/text/text-tref-01-b.svg:
4113         * svg/transforms/animated-path-inside-transformed-html.xhtml:
4114         * svg/zoom/page/zoom-mask-with-percentages.svg:
4115         * svg/zoom/page/zoom-zoom-coords.xhtml:
4116
4117 2011-02-10  Philippe Normand  <pnormand@igalia.com>
4118
4119         Unreviewed, typo fix.
4120
4121         * platform/gtk/Skipped:
4122
4123 2011-02-10  Philippe Normand  <pnormand@igalia.com>
4124
4125         Unreviewed, skip failing test.
4126
4127         * platform/gtk/Skipped: Skip fast/events/focusingUnloadedFrame.html
4128
4129 2011-02-10  Shinichiro Hamaji  <hamaji@chromium.org>
4130
4131         Chromium expectations update.
4132
4133         fast/box-shadow/shadow-buffer-partial.html is failing.
4134
4135         * platform/chromium/test_expectations.txt:
4136
4137 2011-02-09  Maciej Stachowiak  <mjs@apple.com>
4138
4139         Reviewed by Kent Tamura.
4140
4141         Skip newly added test that depends on unimplemented DRT functionality
4142         https://bugs.webkit.org/show_bug.cgi?id=54172
4143
4144         * platform/mac-wk2/Skipped:
4145
4146 2011-02-09  Simon Fraser  <simon.fraser@apple.com>
4147
4148         Reviewed by Dan Bernstein.
4149
4150         REGRESSION (r77101) box-shadow sometimes renders incorrectly
4151         https://bugs.webkit.org/show_bug.cgi?id=54160
4152         
4153         Testcase that draws one box-shadow, then draws a second partially clipped shadow
4154         that should not show artifacts.
4155
4156         * fast/box-shadow/shadow-buffer-partial.html: Added.
4157         * platform/mac/fast/box-shadow/shadow-buffer-partial-expected.checksum: Added.
4158         * platform/mac/fast/box-shadow/shadow-buffer-partial-expected.png: Added.
4159         * platform/mac/fast/box-shadow/shadow-buffer-partial-expected.txt: Added.
4160
4161 2011-02-09  Ryosuke Niwa  <rniwa@webkit.org>
4162
4163         Unreviewed; removed Windows port's expected result for r78104.
4164
4165         * platform/win/editing/undo/undo-paste-when-caret-is-not-in-range-expected.txt: Removed.
4166
4167 2011-02-09  Ryosuke Niwa  <rniwa@webkit.org>
4168
4169         Reviewed by Darin Adler.
4170
4171         REGRESSION(r76107): Crash in VisibleSelection::toNormalizedRange
4172         https://bugs.webkit.org/show_bug.cgi?id=54053
4173
4174         Added a test to ensure WebKit does not crash when a user clicks on a region immediately after a file
4175         upload control.
4176
4177         * fast/forms/file-input-hit-test-expected.txt: Added.
4178         * fast/forms/file-input-hit-test.html: Added.
4179
4180 2011-02-09  Zhenyao Mo  <zmo@google.com>
4181
4182         Unreviewed, test expectations update.
4183
4184         * platform/chromium/test_expectations.txt:
4185
4186 2011-02-09  Martin Robinson  <mrobinson@igalia.com>
4187
4188         Rebaseline a few tests which differ on the bots. Skip a test which is
4189         timing out intermittently.
4190
4191         * platform/gtk/Skipped: Skip a test timing out.
4192         * platform/gtk/fast/block/float/marquee-shrink-to-avoid-floats-expected.txt:
4193         * platform/gtk/fast/dom/52776-expected.txt:
4194         * platform/gtk/fast/text/stroking-decorations-expected.txt:
4195
4196 2011-02-09  Anders Carlsson  <andersca@apple.com>
4197
4198         Reviewed by Sam Weinig.
4199
4200         Repro crash with Sony Google TV ad at Gizmodo
4201         https://bugs.webkit.org/show_bug.cgi?id=54150
4202         <rdar://problem/8782346>
4203
4204         Add test.
4205
4206         * plugins/npruntime/evaluate-js-destroying-plugin-from-destroy-stream-expected.txt: Added.
4207         * plugins/npruntime/evaluate-js-destroying-plugin-from-destroy-stream.html: Added.
4208
4209 2011-02-09  Martin Robinson  <mrobinson@igalia.com>
4210
4211         Clean up the skipped list a bit and unskip a few tests which are passing.
4212
4213         * platform/gtk/Skipped: Clean up the skipped list.
4214         * platform/gtk/editing/selection/extend-after-mouse-selection-expected.txt: Removed.
4215         * platform/gtk/fast/dom/Window/window-properties-expected.txt: Removed.
4216
4217 2011-02-09  Adam Barth  <abarth@webkit.org>
4218
4219         Reviewed by Eric Seidel.
4220
4221         document.close shouldn't affect non-script-created parsers
4222         https://bugs.webkit.org/show_bug.cgi?id=53689
4223
4224         Tests for various cases involving document.open/write/close.  Not all
4225         of them are related to this patch, but they were helpful to me in
4226         working through this patch, so I've added them in case they're useful
4227         in the future.
4228
4229         * fast/frames/document-write-in-iframe-onload-3-expected.txt: Added.
4230         * fast/frames/document-write-in-iframe-onload-3.html: Added.
4231         * fast/parser/iframe-onload-document-close-with-external-script-2-expected.txt: Added.
4232         * fast/parser/iframe-onload-document-close-with-external-script-2.html: Added.
4233         * fast/parser/iframe-onload-document-close-with-external-script-3-expected.txt: Added.
4234         * fast/parser/iframe-onload-document-close-with-external-script-3.html: Added.
4235         * fast/parser/iframe-onload-document-close-with-external-script-expected.txt: Added.
4236         * fast/parser/iframe-onload-document-close-with-external-script.html: Added.
4237         * fast/parser/setTimeout-open-expected.txt: Added.
4238         * fast/parser/setTimeout-open.html: Added.
4239
4240 2011-02-09  Martin Robinson  <mrobinson@igalia.com>
4241
4242         Import the last set of GTK+ baselines in the fast directory.
4243
4244         * platform/gtk/Skipped: Unskip test which now have results.
4245
4246 2011-02-09  Martin Robinson  <mrobinson@igalia.com>
4247
4248         Continue importing new GTK+ results for tests in the fast directory.
4249
4250         * platform/gtk/Skipped: Unskip test which now have results.
4251
4252 2011-02-09  Csaba Osztrogonác  <ossy@webkit.org>
4253
4254         Unreviewed.
4255
4256         Remove unnecessary Qt specific expected results after r78104.
4257
4258         * platform/qt/editing/undo/undo-paste-when-caret-is-not-in-range-expected.checksum: Removed.
4259         * platform/qt/editing/undo/undo-paste-when-caret-is-not-in-range-expected.png: Removed.
4260         * platform/qt/editing/undo/undo-paste-when-caret-is-not-in-range-expected.txt: Removed.
4261
4262 2011-02-09  Zhenyao Mo  <zmo@google.com>
4263
4264         Unreviewed, test expectations update.
4265
4266         * platform/chromium-win/editing/undo/undo-paste-when-caret-is-not-in-range-expected.txt: Removed.
4267         * platform/chromium/test_expectations.txt:
4268
4269 2011-02-09  Zhenyao Mo  <zmo@google.com>
4270
4271         Unreviewed, rebaseline.
4272
4273         * platform/chromium-win/editing/undo/undo-paste-when-caret-is-not-in-range-expected.txt: Added.
4274         * platform/chromium/test_expectations.txt:
4275
4276 2011-02-09  Martin Robinson  <mrobinson@igalia.com>
4277
4278         Continue importing new GTK+ results for tests in the fast directory.
4279
4280         * platform/gtk/Skipped: Unskip test which now have results.
4281
4282 2011-02-09  Zhenyao Mo  <zmo@google.com>
4283
4284         Unreviewed, test expectations update.
4285
4286         * platform/chromium/test_expectations.txt:
4287
4288 2011-02-09  Martin Robinson  <mrobinson@igalia.com>
4289
4290         Continue importing new GTK+ results for tests in the fast directory.
4291         Skip some tests that are obvious failures.
4292
4293         * platform/gtk/Skipped: Unskip test with results. Classify failures.
4294
4295 2011-02-09  Zhenyao Mo  <zmo@google.com>
4296
4297         Unreviewed, rebaseline.
4298
4299         * platform/chromium-linux/fast/box-shadow/inset-box-shadows-expected.checksum: Added.
4300         * platform/chromium-linux/fast/box-shadow/inset-box-shadows-expected.png: Added.
4301         * platform/chromium-win/fast/box-shadow/inset-box-shadows-expected.checksum: Added.
4302         * platform/chromium-win/fast/box-shadow/inset-box-shadows-expected.png: Added.
4303         * platform/chromium-win/fast/box-shadow/inset-box-shadows-expected.txt: Added.
4304         * platform/chromium/test_expectations.txt:
4305
4306 2011-02-09  Jia Pu  <jpu@apple.com>
4307
4308         Reviewed by Darin Adler.
4309
4310         VisibleSelection::setWithoutValidation() should allow caret selection.
4311         https://bugs.webkit.org/show_bug.cgi?id=53943
4312
4313         Fixed the new test introduced in the previous patch for the same bug. Previous test isn't platform independent, and fails on all platforms other than Mac OS X with WebKit 1.
4314
4315         * editing/undo/undo-paste-when-caret-is-not-in-range-expected.txt:
4316         * editing/undo/undo-paste-when-caret-is-not-in-range.html:
4317
4318 2011-02-09  Martin Robinson  <mrobinson@igalia.com>
4319
4320         Continue importing new GTK+ results for tests in the fast directory.
4321         Skip some tests that are obvious failures.
4322
4323         * platform/gtk/Skipped: Unskip some tests that now have results.
4324
4325 2011-02-09  Nebojsa Ciric  <cira@chromium.org>
4326
4327         Reviewed by Darin Fisher.
4328
4329         Implements Locale object of JavaScript internationalization API proposal, as an
4330         v8 extension. Extension code is hosted in v8 project (src/extensions/experimental/i18n-extension.{cc,h})
4331         and in this patch we just provide flags, tests and build rules for chromium port.
4332         https://bugs.webkit.org/show_bug.cgi?id=49414
4333
4334         * fast/js/i18n-bindings-locale-expected.txt: Added.
4335         * fast/js/i18n-bindings-locale.html: Added.
4336         * fast/js/script-tests/i18n-bindings-locale.js: Added.
4337         (reportResult):
4338         (localeTests.this.defaultLocale):
4339         (localeTests.this.baseLocale):
4340         (localeTests.this.languageScriptLocale):
4341         (localeTests.this.languageScriptRegionLocale):
4342         (localeTests.this.languageScriptRegionExtensionLocale):
4343         (localeTests.this.languageScriptRegionDashUExtensionLocale):
4344         (localeTests.this.availableLocales):
4345         (localeTests.this.maximizedLocale):
4346         (localeTests.this.maximizedLocaleWithExtension):
4347         (localeTests.this.minimizedLocale):
4348         (localeTests.this.minimizedLocaleWithExtension):
4349         (localeTests.this.displayForBaseLocale):
4350         (localeTests.this.displayInSameLocale):
4351         (localeTests.this.displayInDifferentLocale):
4352         (localeTests.this.displayInCyrillicScript):
4353         (localeTests.this.displayInHebrewScript):
4354         (localeTests):
4355         * platform/gtk/Skipped:
4356         * platform/mac/Skipped:
4357         * platform/qt/Skipped:
4358         * platform/win/Skipped:
4359
4360 2011-02-09  Zhenyao Mo  <zmo@google.com>
4361
4362         Unreviewed, fix a bug in test_expectations.txt.
4363
4364         * platform/chromium/test_expectations.txt:
4365
4366 2011-02-09  Xiaomei Ji  <xji@chromium.org>
4367
4368         Unreviewed.
4369
4370         Rebaseline for chromium-mac after r77952.
4371         Added chromium-mac baseline due to fallback sequence.
4372
4373         * platform/chromium-mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt: Added.
4374         * platform/chromium/test_expectations.txt:
4375
4376 2011-02-09  Zhenyao Mo  <zmo@google.com>
4377
4378         Unreviewed, test expectations update.
4379
4380         * platform/chromium/test_expectations.txt:
4381
4382 2011-02-09  Yael Aharon  <yael.aharon@nokia.com>
4383
4384         Reviewed by Martin Robinson.
4385
4386         frames/flattening/iframe-flattening-crash.html fails on GTK.
4387         https://bugs.webkit.org/show_bug.cgi?id=54106
4388
4389         Modify the test to be more consistent with other frame flattening tests.
4390
4391         * fast/frames/flattening/iframe-flattening-crash.html:
4392         * fast/frames/flattening/resources/iframe-flattening-crash.html: Removed.
4393         * platform/gtk/Skipped:
4394
4395 2011-02-09  Brian Weinstein  <bweinstein@apple.com>
4396
4397         Add failing Windows expected results for tests that were added recently and have failed since
4398         they were added.
4399         
4400         https://bugs.webkit.org/show_bug.cgi?id=54120 tracks editing/undo/undo-paste-when-caret-is-not-in-range.html
4401         https://bugs.webkit.org/show_bug.cgi?id=54122 tracks plugins/invalidate_rect.html
4402
4403         * platform/win/editing/undo: Added.
4404         * platform/win/editing/undo/undo-paste-when-caret-is-not-in-range-expected.txt: Added.
4405         * platform/win/plugins/invalidate_rect-expected.txt: Added.
4406
4407 2011-02-09  Zhenyao Mo  <zmo@google.com>
4408
4409         Unreviewed, test expectations.
4410
4411         * platform/chromium/test_expectations.txt:
4412
4413 2011-02-09  Martin Robinson  <mrobinson@igalia.com>
4414
4415         Add more results for many tests in the fast directory missing results.
4416
4417         * platform/gtk/Skipped: Unskip more tests.
4418
4419 2011-02-08  Dimitri Glazkov  <dglazkov@chromium.org>
4420
4421         Reviewed by Darin Adler.
4422
4423         REGRESSION(r71934): Shadow DOM nodes leak via relatedTarget
4424         https://bugs.webkit.org/show_bug.cgi?id=52065
4425
4426         * fast/events/shadow-boundary-crossing.html: Added relatedTarget retargeting test.
4427
4428 2011-02-09  Martin Robinson  <mrobinson@igalia.com>
4429
4430         Add more results for many tests in the fast directory missing results.
4431
4432         * platform/gtk/Skipped: Unskip tests that now have results.
4433
4434 2011-02-09  Zhenyao Mo  <zmo@google.com>
4435
4436         Unreviewed, test expectations update.
4437
4438         * platform/chromium/test_expectations.txt:
4439
4440 2011-02-09  Martin Robinson  <mrobinson@igalia.com>
4441
4442         Add test results for many tests in the fast directory missing results.
4443
4444         * platform/gtk/Skipped: Unskip tests with results.
4445
4446 2011-02-09  Simon Fraser  <simon.fraser@apple.com>
4447
4448         Reviewed by Dirk Schulze.
4449
4450         Enhance ShadowBlur to tile inset box shadows
4451         https://bugs.webkit.org/show_bug.cgi?id=51567
4452         
4453         Test with various combinations of inset shadow parameters to test
4454         tiling.
4455
4456         * fast/box-shadow/inset-box-shadows.html: Added.
4457         * platform/mac/fast/box-shadow/inset-box-shadow-radius-expected.checksum:
4458         * platform/mac/fast/box-shadow/inset-box-shadow-radius-expected.png:
4459         * platform/mac/fast/box-shadow/inset-box-shadows-expected.checksum: Added.
4460         * platform/mac/fast/box-shadow/inset-box-shadows-expected.png: Added.
4461         * platform/mac/fast/box-shadow/inset-box-shadows-expected.txt: Added.
4462
4463 2011-02-09  Jochen Eisinger  <jochen@chromium.org>
4464
4465         Reviewed by Adam Barth.
4466
4467         Disable script elements when a CSP header is present
4468         https://bugs.webkit.org/show_bug.cgi?id=53867
4469
4470         * http/tests/security/contentSecurityPolicy/no-policy-expected.txt: Added.
4471         * http/tests/security/contentSecurityPolicy/no-policy.html: Added.
4472         * http/tests/security/contentSecurityPolicy/resources/echo-iframe.pl: Added.
4473         * http/tests/security/contentSecurityPolicy/resources/echo-script-src.pl: Added.
4474         * http/tests/security/contentSecurityPolicy/resources/redir.php: Added.
4475         * http/tests/security/contentSecurityPolicy/resources/script-src.html: Added.
4476         * http/tests/security/contentSecurityPolicy/resources/script.js: Added.
4477         * http/tests/security/contentSecurityPolicy/script-src-in-iframe-expected.txt: Added.
4478         * http/tests/security/contentSecurityPolicy/script-src-in-iframe.html: Added.
4479         * http/tests/security/contentSecurityPolicy/script-src-none-expected.txt: Added.
4480         * http/tests/security/contentSecurityPolicy/script-src-none.html: Added.
4481         * http/tests/security/contentSecurityPolicy/script-src-redirect-expected.txt: Added.
4482         * http/tests/security/contentSecurityPolicy/script-src-redirect.html: Added.
4483
4484 2011-02-09  Shinichiro Hamaji  <hamaji@chromium.org>
4485
4486         Chromium expectations update.
4487
4488         fast/dom/HTMLAnchorElement/set-href-attribute-hash.html is failing.
4489
4490         * platform/chromium/test_expectations.txt:
4491
4492 2011-02-09  Shinichiro Hamaji  <hamaji@chromium.org>
4493
4494         Chromium: update expectations
4495
4496         plugins/invalidate_rect is failing on linux and win, too.
4497
4498         plugins/invalidate_rect.html fails on chromium-mac
4499         https://bugs.webkit.org/show_bug.cgi?id=54051
4500
4501         * platform/chromium/test_expectations.txt:
4502
4503 2011-02-09  Ilya Tikhonovsky  <loislo@chromium.org>
4504
4505         Unreviewed.
4506
4507         Chromium: Create expectations for residual-style.html see r77781.
4508
4509         * platform/chromium-linux/fast/invalid/residual-style-expected.txt:
4510         * platform/chromium-win/fast/invalid/residual-style-expected.txt:
4511         * platform/chromium/test_expectations.txt:
4512
4513 2011-02-09  Eric Seidel  <eric@webkit.org>
4514
4515         Reviewed by Adam Barth.
4516
4517         Hostnames should cannonicalize to lowercase (to match every other browser)
4518         https://bugs.webkit.org/show_bug.cgi?id=54084
4519
4520         Pretty obvious change.  KURL is the odd man out here.
4521
4522         * fast/url/host-expected.txt:
4523         * fast/url/ipv4-expected.txt:
4524         * fast/url/ipv6-expected.txt:
4525         * fast/url/relative-expected.txt:
4526         * fast/url/relative-unix-expected.txt:
4527         * fast/url/standard-url-expected.txt:
4528
4529 2011-02-09  Sergio Villar Senin  <svillar@igalia.com>
4530
4531         Unreviewed.
4532
4533         Added new text expectations for GTK port. They should be actually
4534         valid for any port using the libsoup backend. We need different
4535         results because as stated here
4536         https://bugs.webkit.org/show_bug.cgi?id=3812#c6, the original test
4537         results were designed for NSURLConnection which adds the
4538         "Content-Length: 0" header for null message bodies. That does not
4539         happen in libsoup, so instead of artificially add that header we
4540         better generate different results.
4541
4542         Also take into account that for HEAD and GET requests the body is
4543         not included so we should expect always a null for them.
4544
4545         * platform/gtk/Skipped:
4546         * platform/gtk/http/tests/xmlhttprequest/methods-async-expected.txt: Added.
4547         * platform/gtk/http/tests/xmlhttprequest/methods-expected.txt: Added.
4548         * platform/gtk/http/tests/xmlhttprequest/workers/methods-async-expected.txt: Added.
4549         * platform/gtk/http/tests/xmlhttprequest/workers/methods-expected.txt: Added.
4550         * platform/gtk/http/tests/xmlhttprequest/workers/shared-worker-methods-async-expected.txt: Added.
4551         * platform/gtk/http/tests/xmlhttprequest/workers/shared-worker-methods-expected.txt: Added.
4552
4553 2011-02-09  Eric Seidel  <eric@webkit.org>
4554
4555         Reviewed by Adam Barth.
4556
4557         Make WebKit's fragment cannonicalization match other browsers
4558         https://bugs.webkit.org/show_bug.cgi?id=53850
4559
4560         * fast/dom/HTMLAnchorElement/set-href-attribute-hash.html: Updated to match IE/Chrome
4561         * fast/dom/HTMLAnchorElement/set-href-attribute-hash-expected.txt: Updated to match IE/Chrome.
4562         * fast/url/anchor-expected.txt:
4563          - "hello world": Our new behavior here matches IE and Chrome, but diverges from FF.
4564          - The last two tests involving #, we were the odd man out. Now match all browsers.
4565         * fast/url/segments-expected.txt:
4566          - Don't percent encode spaces in fragments (to match other browsers)
4567          - WebKit was the only engine encoding # in fragments.
4568         * fast/url/segments-from-data-url-expected.txt:
4569
4570 2011-02-09  Csaba Osztrogonác  <ossy@webkit.org>
4571
4572         Unreviewed.
4573
4574         [Qt] Fix crashes in QMetaObject::metacall
4575         https://bugs.webkit.org/show_bug.cgi?id=53912
4576
4577         One more attempt to make Qt buildbot happier and make sheriffbot
4578         not to spam innocent people because of this flakey crash.
4579
4580         * platform/qt/Skipped: Add websocket directory instead of individual tests until fix.
4581
4582 2011-02-09  Ilya Tikhonovsky  <loislo@chromium.org>
4583
4584         Unreviewed.
4585
4586         Chromium: Rebaseline html5lib/runner.html expectations after r77781.
4587
4588         * platform/chromium/html5lib/runner-expected.txt:
4589         * platform/chromium/test_expectations.txt:
4590
4591 2011-02-09  Hans Wennborg  <hans@chromium.org>
4592
4593         Reviewed by Jeremy Orlow.
4594
4595         IndexedDB: Cursors should skip deleted entries
4596         https://bugs.webkit.org/show_bug.cgi?id=53690
4597
4598         Cursors should skip over entries that have been deleted
4599         since the cursor was opened.
4600
4601         * storage/indexeddb/cursor-skip-deleted-expected.txt: Added.
4602         * storage/indexeddb/cursor-skip-deleted.html: Added.
4603
4604 2011-02-09  Ilya Tikhonovsky  <loislo@chromium.org>
4605
4606         Unreviewed.
4607
4608         Chromium: update expectations for some canvas/philip tests which are failing on MAC.
4609
4610         * platform/chromium/test_expectations.txt:
4611
4612 2011-02-09  Martin Robinson  <mrobinson@igalia.com>
4613
4614         Skip some failing tests.
4615
4616         * platform/gtk/Skipped: Skip plugins/invalidate_rect.html and
4617         fast/frames/flattening/iframe-flattening-crash.html
4618
4619 2011-02-09  Csaba Osztrogonác  <ossy@webkit.org>
4620
4621         Unreviewed.
4622
4623         [Qt] Qt platform has a different editing delegates for several tests
4624         https://bugs.webkit.org/show_bug.cgi?id=43082
4625
4626         editing/undo/undo-paste-when-caret-is-not-in-range.html introduced in r77995, but fails on Qt.
4627         Add platform specific expected result until fix.
4628
4629         * platform/qt/editing/undo/undo-paste-when-caret-is-not-in-range-expected.checksum: Added.
4630         * platform/qt/editing/undo/undo-paste-when-caret-is-not-in-range-expected.png: Added.
4631         * platform/qt/editing/undo/undo-paste-when-caret-is-not-in-range-expected.txt: Copied from LayoutTests/editing/undo/undo-paste-when-caret-is-not-in-range-expected.txt.
4632
4633 2011-02-08  Csaba Osztrogonác  <ossy@webkit.org>
4634
4635         Unreviewed.
4636
4637         [Qt]Missing layoutTestController.displayInvalidatedRegion()
4638
4639         plugins/invalidate_rect.html introduced in r78010, but unfortunately
4640         Qt DRT doesn't have layoutTestController.displayInvalidatedRegion().
4641
4642         * platform/qt/Skipped: Add plugins/invalidate_rect.html.
4643
4644 2011-02-08  Maciej Stachowiak  <mjs@apple.com>
4645
4646         Reviewed by Kent Tamura.
4647
4648         Skip a freshly added test that depends on newly added DRT functionality
4649         https://bugs.webkit.org/show_bug.cgi?id=54069
4650
4651         * platform/mac-wk2/Skipped:
4652
4653 2011-02-08  Maciej Stachowiak  <mjs@apple.com>
4654
4655         Reviewed by Mark Rowe.
4656
4657         Skip some tests that fail in WebKit2 for obvious reasons
4658         https://bugs.webkit.org/show_bug.cgi?id=54055
4659
4660         * platform/mac-wk2/Skipped:
4661
4662 2011-02-08  Ryosuke Niwa  <rniwa@webkit.org>
4663
4664         Reviewed by Darin Adler.
4665
4666         REGRESSION(71556,68059): queryCommandValue screws up background color at collapsed cursor
4667         https://bugs.webkit.org/show_bug.cgi?id=53196
4668
4669         Added a test to ensure calling queryCommandValue returns the correct value for backColor
4670         and fontSize from typing style.
4671
4672         * editing/style/query-typing-style-expected.txt: Added.
4673         * editing/style/query-typing-style.html: Added.
4674
4675 2011-02-08  Sailesh Agrawal  <sail@chromium.org>
4676
4677         Reviewed by Kenneth Russell.
4678
4679         Invalidate rect doesn't work for windowless plugins on Chromium
4680         https://bugs.webkit.org/show_bug.cgi?id=53117
4681
4682         Added a test to make sure that NPN_InvalidateRect() works correctly for windowless plugins.
4683
4684         * plugins/invalidate_rect-expected.txt: Added.
4685         * plugins/invalidate_rect.html: Added.
4686
4687 2011-02-08  Mihai Parparita  <mihaip@chromium.org>
4688
4689         Unreviewed. Remove chromium-gpu-win baseline that has a failing result,
4690         since we now pass the test.
4691
4692         * platform/chromium-gpu-win/compositing/animation/animated-composited-inside-hidden-expected.txt: Removed.
4693
4694 2011-02-08  Mihai Parparita  <mihaip@chromium.org>
4695
4696         Unreviewed chromium-gpu-win rebaseline.
4697         
4698         * platform/chromium-gpu-win/compositing/direct-image-compositing-expected.txt:
4699         * platform/chromium-gpu-win/compositing/geometry/composited-html-size-expected.checksum: Added.
4700         * platform/chromium-gpu-win/compositing/geometry/composited-html-size-expected.png: Copied from LayoutTests/platform/chromium-gpu-win/fast/canvas/canvas-transform-skewed-expected.png.
4701         * platform/chromium-gpu-win/compositing/geometry/composited-html-size-expected.txt: Added.
4702         * platform/chromium-gpu-win/compositing/geometry/fixed-position-expected.checksum:
4703         * platform/chromium-gpu-win/compositing/geometry/fixed-position-expected.png:
4704         * platform/chromium-gpu-win/compositing/geometry/fixed-position-expected.txt:
4705         * platform/chromium-gpu-win/compositing/geometry/horizontal-scroll-composited-expected.checksum:
4706         * platform/chromium-gpu-win/compositing/geometry/horizontal-scroll-composited-expected.png:
4707         * platform/chromium-gpu-win/compositing/geometry/layer-due-to-layer-children-deep-expected.checksum: Added.
4708         * platform/chromium-gpu-win/compositing/geometry/layer-due-to-layer-children-deep-expected.png: Added.
4709         * platform/chromium-gpu-win/compositing/geometry/layer-due-to-layer-children-deep-expected.txt: Added.
4710         * platform/chromium-gpu-win/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt: Added.
4711         * platform/chromium-gpu-win/compositing/geometry/layer-due-to-layer-children-expected.checksum: Added.
4712         * platform/chromium-gpu-win/compositing/geometry/layer-due-to-layer-children-expected.png: Added.
4713         * platform/chromium-gpu-win/compositing/geometry/layer-due-to-layer-children-expected.txt: Added.
4714         * platform/chromium-gpu-win/compositing/geometry/layer-due-to-layer-children-switch-expected.txt: Added.
4715         * platform/chromium-gpu-win/compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt: Added.
4716         * platform/chromium-gpu-win/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt: Added.
4717         * platform/chromium-gpu-win/compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt: Added.
4718         * platform/chromium-gpu-win/compositing/geometry/tall-page-composited-expected.checksum: Added.
4719         * platform/chromium-gpu-win/compositing/geometry/tall-page-composited-expected.png: Added.
4720         * platform/chromium-gpu-win/compositing/geometry/vertical-scroll-composited-expected.checksum:
4721         * platform/chromium-gpu-win/compositing/geometry/vertical-scroll-composited-expected.png:
4722         * platform/chromium-gpu-win/compositing/geometry/vertical-scroll-composited-expected.txt:
4723         * platform/chromium-gpu-win/compositing/iframes/composited-iframe-scroll-expected.checksum: Added.
4724         * platform/chromium-gpu-win/compositing/iframes/composited-iframe-scroll-expected.png: Added.
4725         * platform/chromium-gpu-win/compositing/iframes/composited-iframe-scroll-expected.txt: Added.
4726         * platform/chromium-gpu-win/compositing/iframes/composited-parent-iframe-expected.txt:
4727         * platform/chromium-gpu-win/compositing/images/direct-svg-image-expected.checksum: Added.
4728         * platform/chromium-gpu-win/compositing/images/direct-svg-image-expected.png: Added.
4729         * platform/chromium-gpu-win/compositing/masks/masked-ancestor-expected.checksum: Added.
4730         * platform/chromium-gpu-win/compositing/masks/masked-ancestor-expected.png: Added.
4731         * platform/chromium-gpu-win/compositing/masks/masked-ancestor-expected.txt: Added.
4732         * platform/chromium-gpu-win/compositing/masks/simple-composited-mask-expected.checksum: Added.
4733         * platform/chromium-gpu-win/compositing/masks/simple-composited-mask-expected.png: Added.
4734         * platform/chromium-gpu-win/compositing/masks/simple-composited-mask-expected.txt: Added.
4735         * platform/chromium-gpu-win/compositing/overflow/fixed-position-ancestor-clip-expected.checksum:
4736         * platform/chromium-gpu-win/compositing/overflow/fixed-position-ancestor-clip-expected.png:
4737         * platform/chromium-gpu-win/compositing/overflow/fixed-position-ancestor-clip-expected.txt:
4738         * platform/chromium-gpu-win/compositing/reflections/animation-inside-reflection-expected.checksum: Added.
4739         * platform/chromium-gpu-win/compositing/reflections/animation-inside-reflection-expected.png: Added.
4740         * platform/chromium-gpu-win/compositing/reflections/animation-inside-reflection-expected.txt: Added.
4741         * platform/chromium-gpu-win/compositing/reflections/compositing-change-inside-reflection-expected.checksum: Added.
4742         * platform/chromium-gpu-win/compositing/reflections/compositing-change-inside-reflection-expected.png: Added.
4743         * platform/chromium-gpu-win/compositing/reflections/compositing-change-inside-reflection-expected.txt: Added.
4744         * platform/chromium-gpu-win/compositing/reflections/deeply-nested-reflections-expected.checksum: Added.
4745         * platform/chromium-gpu-win/compositing/reflections/deeply-nested-reflections-expected.png: Added.
4746         * platform/chromium-gpu-win/compositing/reflections/deeply-nested-reflections-expected.txt: Added.
4747         * platform/chromium-gpu-win/compositing/reflections/masked-reflection-on-composited-expected.checksum: Added.
4748         * platform/chromium-gpu-win/compositing/reflections/masked-reflection-on-composited-expected.png: Added.
4749         * platform/chromium-gpu-win/compositing/reflections/masked-reflection-on-composited-expected.txt: Added.
4750         * platform/chromium-gpu-win/compositing/reflections/nested-reflection-animated-expected.checksum: Added.
4751         * platform/chromium-gpu-win/compositing/reflections/nested-reflection-animated-expected.png: Added.
4752         * platform/chromium-gpu-win/compositing/reflections/nested-reflection-animated-expected.txt: Added.
4753         * platform/chromium-gpu-win/compositing/reflections/nested-reflection-expected.checksum: Added.
4754         * platform/chromium-gpu-win/compositing/reflections/nested-reflection-expected.png: Added.
4755         * platform/chromium-gpu-win/compositing/reflections/nested-reflection-expected.txt: Added.
4756         * platform/chromium-gpu-win/compositing/reflections/nested-reflection-mask-change-expected.checksum: Added.
4757         * platform/chromium-gpu-win/compositing/reflections/nested-reflection-mask-change-expected.png: Added.
4758         * platform/chromium-gpu-win/compositing/reflections/nested-reflection-mask-change-expected.txt: Added.
4759         * platform/chromium-gpu-win/compositing/reflections/nested-reflection-on-overflow-expected.checksum: Added.
4760         * platform/chromium-gpu-win/compositing/reflections/nested-reflection-on-overflow-expected.png: Added.
4761         * platform/chromium-gpu-win/compositing/reflections/nested-reflection-on-overflow-expected.txt: Added.
4762         * platform/chromium-gpu-win/compositing/reflections/nested-reflection-opacity-expected.checksum: Added.
4763         * platform/chromium-gpu-win/compositing/reflections/nested-reflection-opacity-expected.png: Added.
4764         * platform/chromium-gpu-win/compositing/reflections/nested-reflection-opacity-expected.txt: Added.
4765         * platform/chromium-gpu-win/compositing/reflections/nested-reflection-size-change-expected.checksum: Added.
4766         * platform/chromium-gpu-win/compositing/reflections/nested-reflection-size-change-expected.png: Added.
4767         * platform/chromium-gpu-win/compositing/reflections/nested-reflection-size-change-expected.txt: Added.
4768         * platform/chromium-gpu-win/compositing/reflections/nested-reflection-transformed-expected.checksum: Added.
4769         * platform/chromium-gpu-win/compositing/reflections/nested-reflection-transformed-expected.png: Added.
4770         * platform/chromium-gpu-win/compositing/reflections/nested-reflection-transformed-expected.txt: Added.
4771         * platform/chromium-gpu-win/compositing/reflections/nested-reflection-transformed2-expected.checksum: Added.
4772         * platform/chromium-gpu-win/compositing/reflections/nested-reflection-transformed2-expected.png: Added.
4773         * platform/chromium-gpu-win/compositing/reflections/nested-reflection-transformed2-expected.txt: Added.
4774         * platform/chromium-gpu-win/compositing/reflections/nested-reflection-transition-expected.checksum: Added.
4775         * platform/chromium-gpu-win/compositing/reflections/nested-reflection-transition-expected.png: Added.
4776         * platform/chromium-gpu-win/compositing/reflections/nested-reflection-transition-expected.txt: Added.
4777         * platform/chromium-gpu-win/compositing/reflections/reflection-on-composited-expected.checksum: Added.
4778         * platform/chromium-gpu-win/compositing/reflections/reflection-on-composited-expected.png: Added.
4779         * platform/chromium-gpu-win/compositing/reflections/reflection-on-composited-expected.txt: Added.
4780         * platform/chromium-gpu-win/compositing/reflections/reflection-ordering-expected.checksum: Added.
4781         * platform/chromium-gpu-win/compositing/reflections/reflection-ordering-expected.png: Added.
4782         * platform/chromium-gpu-win/compositing/reflections/reflection-ordering-expected.txt: Added.
4783         * platform/chromium-gpu-win/compositing/reflections/reflection-positioning-expected.checksum: Added.
4784         * platform/chromium-gpu-win/compositing/reflections/reflection-positioning-expected.png: Added.
4785         * platform/chromium-gpu-win/compositing/reflections/reflection-positioning-expected.txt: Added.
4786         * platform/chromium-gpu-win/compositing/reflections/reflection-positioning2-expected.checksum: Added.
4787         * platform/chromium-gpu-win/compositing/reflections/reflection-positioning2-expected.png: Added.
4788         * platform/chromium-gpu-win/compositing/reflections/reflection-positioning2-expected.txt: Added.
4789         * platform/chromium-gpu-win/compositing/reflections/remove-add-reflection-expected.checksum: Added.
4790         * platform/chromium-gpu-win/compositing/reflections/remove-add-reflection-expected.png: Added.
4791         * platform/chromium-gpu-win/compositing/reflections/simple-composited-reflections-expected.checksum: Added.
4792         * platform/chromium-gpu-win/compositing/reflections/simple-composited-reflections-expected.png: Added.
4793         * platform/chromium-gpu-win/compositing/reflections/simple-composited-reflections-expected.txt: Added.
4794         * platform/chromium-gpu-win/compositing/reflections/transform-inside-reflection-expected.checksum: Added.
4795         * platform/chromium-gpu-win/compositing/reflections/transform-inside-reflection-expected.png: Added.
4796         * platform/chromium-gpu-win/compositing/reflections/transform-inside-reflection-expected.txt: Added.
4797         * platform/chromium-gpu-win/compositing/repaint/content-into-overflow-expected.txt:
4798         * platform/chromium-gpu-win/compositing/repaint/overflow-into-content-expected.txt:
4799         * platform/chromium-gpu-win/compositing/text-on-large-layer-expected.checksum: Added.
4800         * platform/chromium-gpu-win/compositing/text-on-large-layer-expected.png: Added.
4801         * platform/chromium-gpu-win/compositing/text-on-large-layer-expected.txt: Added.
4802         * platform/chromium-gpu-win/compositing/tiling/huge-layer-add-remove-child-expected.txt: Added.
4803         * platform/chromium-gpu-win/compositing/tiling/huge-layer-expected.txt: Added.
4804         * platform/chromium-gpu-win/compositing/tiling/huge-layer-with-layer-children-expected.txt: Added.
4805         * platform/chromium-gpu-win/compositing/transitions/scale-transition-no-start-expected.checksum: Added.
4806         * platform/chromium-gpu-win/compositing/transitions/scale-transition-no-start-expected.png: Added.
4807         * platform/chromium-gpu-win/compositing/transitions/scale-transition-no-start-expected.txt: Added.
4808         * platform/chromium-gpu-win/compositing/webgl/webgl-reflection-expected.checksum: Added.
4809         * platform/chromium-gpu-win/compositing/webgl/webgl-reflection-expected.png: Added.
4810         * platform/chromium-gpu-win/compositing/webgl/webgl-reflection-expected.txt: Added.
4811         * platform/chromium-gpu-win/fast/canvas/canvas-composite-expected.checksum:
4812         * platform/chromium-gpu-win/fast/canvas/canvas-composite-expected.png:
4813         * platform/chromium-gpu-win/fast/canvas/canvas-transform-skewed-expected.checksum:
4814         * platform/chromium-gpu-win/fast/canvas/canvas-transform-skewed-expected.png:
4815
4816 2011-02-08  Zhenyao Mo  <zmo@google.com>
4817
4818         Unreviewed, test expectations update.
4819
4820         * platform/chromium/test_expectations.txt:
4821
4822 2011-02-07  Jeremy Orlow  <jorlow@chromium.org>
4823
4824         Reviewed by Nate Chapin.
4825
4826         Events should propagate through IDBDatabase (for IDBRequest and IDBTransaction)
4827         https://bugs.webkit.org/show_bug.cgi?id=53975
4828
4829         * storage/indexeddb/objectstore-basics.html:
4830         * storage/indexeddb/request-event-propagation-expected.txt:
4831         * storage/indexeddb/request-event-propagation.html:
4832         * storage/indexeddb/transaction-and-objectstore-calls-expected.txt:
4833         * storage/indexeddb/transaction-and-objectstore-calls.html:
4834         * storage/indexeddb/transaction-basics.html:
4835         * storage/indexeddb/transaction-event-propagation-expected.txt: Added.
4836         * storage/indexeddb/transaction-event-propagation.html: Added.
4837
4838 2011-02-08  Jia Pu  <jpu@apple.com>
4839
4840         Reviewed by Darin Adler.
4841
4842         VisibleSelection::setWithoutValidation() should allow caret selection.
4843         https://bugs.webkit.org/show_bug.cgi?id=53943
4844
4845         * editing/undo/undo-paste-when-caret-is-not-in-range-expected.txt: Added.
4846         * editing/undo/undo-paste-when-caret-is-not-in-range.html: Added.
4847
4848 2011-02-08  Yael Aharon  <yael.aharon@nokia.com>
4849
4850         Reviewed by Antti Koivisto.
4851
4852         Crash when logging into gmail.com with frame flattening turned on.
4853         https://bugs.webkit.org/show_bug.cgi?id=52449
4854
4855         * fast/frames/flattening/iframe-flattening-crash-expected.txt: Added.
4856         * fast/frames/flattening/iframe-flattening-crash.html: Added.
4857         * fast/frames/flattening/iframe-flattening-selection-crash-expected.txt: Added.
4858         * fast/frames/flattening/iframe-flattening-selection-crash.html: Added.
4859         * fast/frames/flattening/resources/iframe-flattening-crash.html: Added.
4860
4861 2011-02-08  Andy Estes  <aestes@apple.com>
4862
4863         Reviewed by Darin Adler.
4864
4865         <rdar://problem/8913952> REGRESSION (r76301): 'plaintext-only' must be
4866         a supported contentEditable mode.
4867         https://bugs.webkit.org/show_bug.cgi?id=54041
4868
4869         * fast/dom/HTMLElement/set-value-caseinsensitive-expected.txt:
4870         * fast/dom/HTMLElement/set-value-caseinsensitive.html:
4871
4872 2011-02-08  Martin Robinson  <mrobinson@igalia.com>
4873
4874         Unskip a series of tests that seem to be passing locally. Also unskip
4875         a test that was mistakenly reskipped in r77979 due to what looks like a
4876         merge issue. Rebaseline two of these test which have results originating
4877         from long ago.
4878
4879         * platform/gtk/Skipped: Unskip some tests.
4880         * platform/gtk/editing/selection/14971-expected.txt:
4881         * platform/gtk/editing/selection/inline-closest-leaf-child-expected.txt:
4882
4883 2011-02-08  Michael Saboff  <msaboff@apple.com>
4884
4885         Reviewed by Darin Adler.
4886
4887         JSC::Bindings m_rootObject->isValid() assert fails when running layout tests
4888         https://bugs.webkit.org/show_bug.cgi?id=53716
4889
4890         Re-enabled tests that are fixed with the corresponding change in 
4891         WebCore.
4892
4893         * platform/gtk/Skipped:
4894
4895 2011-02-08  Xiaomei Ji  <xji@chromium.org>
4896
4897         Unreviewed.
4898
4899         Rebaseline for chromium-mac after r77952.
4900         Not sure why the previous rebase did not get the right results.
4901         https://bugs.webkit.org/show_bug.cgi?id=54026
4902
4903         * platform/chromium-mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.checksum:
4904         * platform/chromium-mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png:
4905         * platform/chromium-mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt: Removed.
4906         * platform/chromium/test_expectations.txt:
4907
4908 2011-02-08  Martin Robinson  <mrobinson@igalia.com>
4909
4910         Reviewed by Xan Lopez.
4911
4912         [GTK] DRT needs an implementation of LayoutTestController.setIconDatabaseEnabled
4913         https://bugs.webkit.org/show_bug.cgi?id=54033
4914
4915         * platform/gtk/Skipped: Unskip a test that is now passing.
4916
4917 2011-02-08  Zhenyao Mo  <zmo@google.com>
4918
4919         Unreviewed, typo fix.
4920
4921         * platform/chromium/test_expectations.txt:
4922
4923 2011-02-08  Martin Robinson  <mrobinson@igalia.com>
4924
4925         Unskip some inspector tests that are passing locally. The bugs are
4926         missing test diffs, so we can either reskip them and get more information
4927         or have passing tests. Classify another failure.
4928
4929         * platform/gtk/Skipped: Clean up the skipped list.
4930
4931 2011-02-08  Zhenyao Mo  <zmo@google.com>
4932
4933         Unreviewed, test expectations update.
4934
4935         * platform/chromium/test_expectations.txt:
4936
4937 2011-02-08  Kenji Imasaki  <imasaki@chromium.org>
4938
4939         Reviewed by Jian Li.
4940
4941         [Chromium] Remove non-Flaky media tests from test expectation file
4942         https://bugs.webkit.org/show_bug.cgi?id=54021
4943
4944         * platform/chromium/test_expectations.txt:
4945
4946 2011-02-08  Xiaomei Ji  <xji@chromium.org>
4947
4948         Unreviewed. Fix typo in rebaseline in r77961.
4949
4950         * platform/mac-leopard/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt:
4951
4952 2011-02-08  Xiaomei Ji  <xji@chromium.org>
4953
4954         Unreviewed.
4955
4956         Rebaseline after r77952.
4957
4958         * platform/chromium-linux/fast/text/international/pop-up-button-text-alignment-and-direction-expected.checksum: Added.
4959         * platform/chromium-linux/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png: Added.
4960         * platform/chromium-linux/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt: Added.
4961         * platform/chromium-mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.checksum: Added.
4962         * platform/chromium-mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png: Added.
4963         * platform/chromium-mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt: Added.
4964         * platform/chromium-win/fast/text/international/pop-up-button-text-alignment-and-direction-expected.checksum: Added.
4965         * platform/chromium-win/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png: Added.
4966         * platform/chromium-win/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt: Added.
4967         * platform/chromium/test_expectations.txt:
4968         * platform/mac-leopard/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt: Added.
4969         * platform/win/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt: Added.
4970
4971 2011-02-08  Zhenyao Mo  <zmo@google.com>
4972
4973         Unreviewed, test expectations update.
4974
4975         * platform/chromium/test_expectations.txt:
4976
4977 2011-02-08  Simon Fraser  <simon.fraser@apple.com>
4978
4979         Reviewed by Dan Bernstein.
4980
4981         Inset shadow with large offset renders incorrectly
4982         https://bugs.webkit.org/show_bug.cgi?id=53882
4983         
4984         Test for inset shadows with offsets larger than the box size.
4985
4986         * fast/box-shadow/inset-shadow-large-offset-expected.checksum: Added.
4987         * fast/box-shadow/inset-shadow-large-offset-expected.png: Added.
4988         * fast/box-shadow/inset-shadow-large-offset-expected.txt: Added.
4989         * fast/box-shadow/inset-shadow-large-offset.html: Added.
4990
4991 2011-02-08  Zhenyao Mo  <zmo@google.com>
4992
4993         Reviewed by Kenneth Russell.
4994
4995         drawElements should check if a buffer is bound to ELEMENT_ARRAY_BUFFER
4996         https://bugs.webkit.org/show_bug.cgi?id=54017
4997
4998         * fast/canvas/webgl/draw-elements-out-of-bounds-expected.txt:
4999         * fast/canvas/webgl/draw-elements-out-of-bounds.html:
5000
5001 2011-02-08  Xiaomei Ji  <xji@chromium.org>
5002
5003         Unreviewed. after r77952,
5004         skip pop-up-button-text-alignment-and-direction.html in qt and gtk as bidi-menulist.html.
5005         set it as expect to fail in chromium.
5006
5007         * platform/chromium/test_expectations.txt:
5008         * platform/gtk/Skipped:
5009         * platform/qt/Skipped:
5010
5011 2011-02-08  Xiaomei Ji  <xji@chromium.org>
5012
5013         Reviewed by Dan Bernstein.
5014
5015         Fix pop-up button text not rendered correctly according to its direction
5016         in <option>.
5017         https://bugs.webkit.org/show_bug.cgi?id=53642
5018  
5019         In adjustInnerStyle(), if m_innerBlock's direction or unicode-bidi 
5020         changes, set it needs layout.
5021
5022         * fast/text/international/pop-up-button-text-alignment-and-direction.html: Added.
5023         * platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.checksum: Added.
5024         * platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png: Added.
5025         * platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt: Added.
5026
5027 2011-02-08  Mario Sanchez Prada  <msanchez@igalia.com>
5028
5029         Reviewed by Martin Robinson.
5030
5031         editing/selection/end-of-document.html is failing in the GTK 64-bit debug bot
5032         https://bugs.webkit.org/show_bug.cgi?id=53995
5033
5034         Ensure to wait for the body to be loaded before running the test.
5035
5036         * editing/selection/end-of-document.html: Call runEditingTest() on
5037         the body.onload event.
5038
5039 2011-02-08  Martin Robinson  <mrobinson@igalia.com>
5040
5041         Unskip a bunch of tests that are passing locally and move one
5042         timeout with the other timeouts.
5043
5044         * platform/gtk/Skipped: Unskip some passing tests.
5045
5046 2011-02-08  Martin Robinson  <mrobinson@igalia.com>
5047
5048         Reviewed by Eric Seidel.
5049
5050         [GTK] EventSender.keyDown does not support non-array modifier arguments
5051         https://bugs.webkit.org/show_bug.cgi?id=53962
5052
5053         * platform/gtk/Skipped: Unskip a test which is now passing.
5054
5055 2011-02-08  Pavel Feldman  <pfeldman@chromium.org>
5056
5057         Not reviewed. Removing inspector tests from Skipped on [win].
5058         Resource tracking has been removed since then, maybe it'll help.
5059
5060         * platform/win/Skipped:
5061
5062 2011-02-08  Martin Robinson  <mrobinson@igalia.com>
5063
5064         Clean up the skipped list slightly and unskip a test which should now be passing.
5065
5066         * platform/gtk/Skipped: Clean up.
5067
5068 2011-02-08  Pavel Feldman  <pfeldman@chromium.org>
5069
5070         Not reviewed: re-apply r77924.
5071
5072         Test: inspector/console-api-on-call-frame.html
5073
5074         * inspector/console-api-on-call-frame-expected.txt: Added.
5075         * inspector/console-api-on-call-frame.html: Added.
5076         * inspector/debugger-pause-in-eval-script-expected.txt:
5077
5078 2011-02-08  Sheriff Bot  <webkit.review.bot@gmail.com>
5079
5080         Unreviewed, rolling out r77924.
5081         http://trac.webkit.org/changeset/77924
5082         https://bugs.webkit.org/show_bug.cgi?id=53997
5083
5084         Breaks inspector tests. (Requested by pfeldman on #webkit).
5085
5086         * inspector/console-api-on-call-frame-expected.txt: Removed.
5087         * inspector/console-api-on-call-frame.html: Removed.
5088
5089 2011-02-08  Pavel Feldman  <pfeldman@chromium.org>
5090
5091         Reviewed by Yury Semikhatsky.
5092
5093         Web Inspector: do not hide scope variables with command line api.
5094         https://bugs.webkit.org/show_bug.cgi?id=53497
5095
5096         * inspector/console-api-on-call-frame-expected.txt: Added.
5097         * inspector/console-api-on-call-frame.html: Added.
5098
5099 2011-02-07  Pavel Feldman  <pfeldman@chromium.org>
5100
5101         Reviewed by Yury Semikhatsky.
5102
5103         Web Inspector: ignore cache upon reload via Ctrl(Cmd)+Shift+R.
5104         https://bugs.webkit.org/show_bug.cgi?id=53914
5105
5106         * http/tests/inspector/inspector-test2.js:
5107         (initialize_InspectorTest.InspectorTest.reloadPage):
5108         * inspector/audits-panel-functional.html:
5109
5110 2011-02-08  Mario Sanchez Prada  <msanchez@igalia.com>
5111
5112         Unreviewed, skipping test timing out on GTK 32-bit debug bot.
5113
5114         fast/loader/onload-willSendRequest-null-for-frame.html times out in GTK 32-bit debug bot
5115         https://bugs.webkit.org/show_bug.cgi?id=53992
5116
5117         * platform/gtk/Skipped: Skipped test.
5118
5119 2011-02-08  Mario Sanchez Prada  <msanchez@igalia.com>
5120
5121         Unreviewed, skipping flaky test on GTK debug bots.
5122
5123         fast/frames/sandboxed-iframe-storage.html is flaky
5124         https://bugs.webkit.org/show_bug.cgi?id=53991
5125
5126         * platform/gtk/Skipped: Skipped test.
5127
5128 2011-02-08  Mario Sanchez Prada  <msanchez@igalia.com>
5129
5130         Unreviewed, skipping flaky test on GTK debug bots.
5131
5132         svg/custom/use-multiple-on-nested-disallowed-font.html is flaky
5133         https://bugs.webkit.org/show_bug.cgi?id=53989
5134
5135         * platform/gtk/Skipped: Skipped test.
5136
5137 2011-02-08  Carlos Garcia Campos  <cgarcia@igalia.com>
5138
5139         Reviewed by Martin Robinson.
5140
5141         [GTK] DRT's TextInputController is unimplemented on GTK
5142         https://bugs.webkit.org/show_bug.cgi?id=52997
5143
5144         * platform/gtk/Skipped: Unskip several tests that pass now that we
5145         have TextInputController.
5146
5147 2011-02-07  Cris Neckar  <cdn@chromium.org>
5148
5149         Reviewed by Jian Li.
5150
5151         Test for null deref in DOMURL
5152         https://bugs.webkit.org/show_bug.cgi?id=53811
5153
5154         * fast/files/domurl-script-execution-context-crash-expected.txt: Added.
5155         * fast/files/domurl-script-execution-context-crash.html: Added.
5156
5157 2011-02-07  Csaba Osztrogonác  <ossy@webkit.org>
5158
5159         Unreviewed.
5160
5161         [Qt] Fix crashes in QMetaObject::metacall
5162         https://bugs.webkit.org/show_bug.cgi?id=53912
5163
5164         * platform/qt/Skipped: http/tests/websocket/tests/websocket-protocol-ignored.html added until fix.
5165
5166 2011-02-07  Kenji Imasaki  <imasaki@chromium.org>
5167
5168         Reviewed by David Levin.
5169
5170         [Chromium] Remove non-Flaky media layout tests and update bugs that
5171         are associated with media layout tests
5172         https://bugs.webkit.org/show_bug.cgi?id=53948
5173
5174         * platform/chromium/test_expectations.txt:
5175
5176 2011-02-07  Kenichi Ishibashi  <bashi@google.com>
5177
5178         Reviewed by Andreas Kling.
5179
5180         HTMLOutputElement::childrenChanged() should call its base class childrenChanged()
5181         https://bugs.webkit.org/show_bug.cgi?id=53791
5182
5183         Test that a live list is updated after the child of an HTMLOutputElement was removed.
5184
5185         * fast/dom/HTMLOutputElement/htmloutputelement-children-removed-expected.txt: Added.
5186         * fast/dom/HTMLOutputElement/htmloutputelement-children-removed.html: Added.
5187
5188 2011-02-07  Ami Fischman  <fischman@google.com>
5189
5190         Reviewed by Eric Seidel.
5191
5192         Re-baseline media/video-zoom.html for http://crbug.com/70252 aka
5193         https://bugs.webkit.org/show_bug.cgi?id=53737 to account for (very)
5194         slightly different scrollbar shading.
5195         This test isn't flaky on LINUX or MAC according to
5196         http://test-results.appspot.com/dashboards/flakiness_dashboard.html#showExpectations=true&showAllRuns=true&master=ChromiumWebkit&tests=media%2Fvideo-zoom.html
5197         so take it out of test_expectations.txt; it passes 100% on LINUX and
5198         fails 100% on MAC, and should pass 100% on MAC with this new
5199         baseline.
5200
5201         * platform/chromium-mac/media/video-zoom-expected.checksum:
5202         * platform/chromium-mac/media/video-zoom-expected.png:
5203         * platform/chromium/test_expectations.txt:
5204
5205 2011-02-07  James Robinson  <jamesr@chromium.org>
5206
5207         Move sputnik expectations to match test movement.
5208
5209         * platform/gtk/fast/js/sputnik: Removed.
5210         * platform/gtk/fast/js/sputnik/Unicode: Removed.
5211         * platform/gtk/fast/js/sputnik/Unicode/Unicode_510: Removed.
5212         * platform/gtk/fast/js/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: Removed.
5213         * platform/gtk/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: Removed.
5214         * platform/gtk/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: Removed.
5215         * platform/gtk/sputnik: Copied from LayoutTests/platform/gtk/fast/js/sputnik.
5216         * platform/mac-leopard/fast/js/sputnik: Removed.
5217         * platform/mac-leopard/fast/js/sputnik/Unicode: Removed.
5218         * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_500: Removed.
5219         * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_500/S7.6_A3.1-expected.txt: Removed.
5220         * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_500/S7.6_A3.2-expected.txt: Removed.
5221         * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_500/S7.6_A5.3_T1-expected.txt: Removed.
5222         * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_500/S7.6_A5.3_T2-expected.txt: Removed.
5223         * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510: Removed.
5224         * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S15.5.4.16_A1-expected.txt: Removed.
5225         * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S15.5.4.18_A1-expected.txt: Removed.
5226         * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S7.6_A1.1_T1-expected.txt: Removed.
5227         * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S7.6_A1.1_T2-expected.txt: Removed.
5228         * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S7.6_A1.1_T4-expected.txt: Removed.
5229         * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S7.6_A2.2_T1-expected.txt: Removed.
5230         * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S7.6_A2.2_T2-expected.txt: Removed.
5231         * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S7.6_A2.3-expected.txt: Removed.
5232         * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.2_T1-expected.txt: Removed.
5233         * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.2_T2-expected.txt: Removed.
5234         * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.2_T4-expected.txt: Removed.
5235         * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.2_T7-expected.txt: Removed.
5236         * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.2_T8-expected.txt: Removed.
5237         * platform/mac-leopard/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.2_T9-expected.txt: Removed.
5238         * platform/mac-leopard/sputnik: Copied from LayoutTests/platform/mac-leopard/fast/js/sputnik.
5239         * platform/win/fast/js/sputnik: Removed.
5240         * platform/win/fast/js/sputnik/Conformance: Removed.
5241         * platform/win/fast/js/sputnik/Conformance/11_Expressions: Removed.
5242         * platform/win/fast/js/sputnik/Conformance/11_Expressions/11.5_Multiplicative_Operators: Removed.
5243         * platform/win/fast/js/sputnik/Conformance/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Percent: Removed.
5244         * platform/win/fast/js/sputnik/Conformance/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Percent/S11.5.3_A4_T6-expected.txt: Removed.
5245         * platform/win/fast/js/sputnik/Unicode: Removed.
5246         * platform/win/fast/js/sputnik/Unicode/Unicode_510: Removed.
5247         * platform/win/fast/js/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt: Removed.
5248         * platform/win/fast/js/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: Removed.
5249         * platform/win/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: Removed.
5250         * platform/win/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: Removed.
5251         * platform/win/sputnik: Copied from LayoutTests/platform/win/fast/js/sputnik.
5252
5253 2011-02-07  Ami Fischman  <fischman@google.com>
5254
5255         Reviewed by Eric Carlson.
5256
5257         Removed two of the three almost-duplicate test expectations
5258         between {media,platform/chromium-{mac,win}} by excluding file
5259         extensions from the emitted output.
5260         Removed outdated test_expectation for deleted test.
5261         http://crbug.com/28993
5262         
5263         * media/controls-right-click-on-timebar-expected.txt:
5264         * media/controls-right-click-on-timebar.html:
5265         * media/media-file.js:
5266         (stripExtension):
5267         * media/media-startTime-expected.txt:
5268         * media/media-startTime.html:
5269         * media/video-append-source-expected.txt:
5270         * media/video-append-source.html:
5271         * media/video-canvas-source-expected.txt:
5272         * media/video-canvas-source.html:
5273         * media/video-dom-src-expected.txt:
5274         * media/video-dom-src.html:
5275         * media/video-load-networkState-expected.txt:
5276         * media/video-load-networkState.html:
5277         * media/video-played-reset-expected.txt:
5278         * media/video-played-reset.html:
5279         * media/video-seek-past-end-paused-expected.txt:
5280         * media/video-seek-past-end-paused.html:
5281         * media/video-seek-past-end-playing-expected.txt:
5282         * media/video-seek-past-end-playing.html:
5283         * media/video-source-expected.txt:
5284         * media/video-source-type-expected.txt:
5285         * media/video-source-type-params-expected.txt:
5286         * media/video-source-type-params.html:
5287         * media/video-source-type.html:
5288         * media/video-source.html:
5289         * media/video-src-change-expected.txt:
5290         * media/video-src-change.html:
5291         * media/video-src-expected.txt:
5292         * media/video-src-remove-expected.txt:
5293         * media/video-src-remove.html:
5294         * media/video-src-set-expected.txt:
5295         * media/video-src-set.html:
5296         * media/video-src-source-expected.txt:
5297         * media/video-src-source.html:
5298         * media/video-src.html:
5299         * media/video-test.js:
5300         (enableFullTestDetailsPrinting):
5301         (test):
5302         (testExpected):
5303         (waitForEvent._eventCallback):
5304         (waitForEvent):
5305         (waitForEventAndTest._eventCallback):
5306         (waitForEventAndTest):
5307         (testException):
5308         (endTest):
5309         * platform/chromium-mac/media/controls-right-click-on-timebar-expected.txt: Removed.
5310         * platform/chromium-mac/media/media-startTime-expected.txt: Removed.
5311         * platform/chromium-mac/media/video-append-source-expected.txt: Removed.
5312         * platform/chromium-mac/media/video-canvas-source-expected.txt: Removed.
5313         * platform/chromium-mac/media/video-dom-src-expected.txt: Removed.
5314         * platform/chromium-mac/media/video-load-networkState-expected.txt: Removed.
5315         * platform/chromium-mac/media/video-played-reset-expected.txt: Removed.
5316         * platform/chromium-mac/media/video-seek-past-end-paused-expected.txt: Removed.
5317         * platform/chromium-mac/media/video-seek-past-end-playing-expected.txt: Removed.
5318         * platform/chromium-mac/media/video-source-add-src-expected.txt: Removed.
5319         * platform/chromium-mac/media/video-source-error-expected.txt: Removed.
5320         * platform/chromium-mac/media/video-source-expected.txt: Removed.
5321         * platform/chromium-mac/media/video-source-type-expected.txt: Removed.
5322         * platform/chromium-mac/media/video-source-type-params-expected.txt: Removed.
5323         * platform/chromium-mac/media/video-src-change-expected.txt: Removed.
5324         * platform/chromium-mac/media/video-src-expected.txt: Removed.
5325         * platform/chromium-mac/media/video-src-remove-expected.txt: Removed.
5326         * platform/chromium-mac/media/video-src-set-expected.txt: Removed.
5327         * platform/chromium-mac/media/video-src-source-expected.txt: Removed.
5328         * platform/chromium-win/media/controls-right-click-on-timebar-expected.txt: Removed.
5329         * platform/chromium-win/media/media-startTime-expected.txt: Removed.
5330         * platform/chromium-win/media/video-append-source-expected.txt: Removed.
5331         * platform/chromium-win/media/video-canvas-source-expected.txt: Removed.
5332         * platform/chromium-win/media/video-dom-src-expected.txt: Removed.
5333         * platform/chromium-win/media/video-load-networkState-expected.txt: Removed.
5334         * platform/chromium-win/media/video-played-reset-expected.txt: Removed.
5335         * platform/chromium-win/media/video-seek-past-end-paused-expected.txt: Removed.
5336         * platform/chromium-win/media/video-seek-past-end-playing-expected.txt: Removed.
5337         * platform/chromium-win/media/video-source-add-src-expected.txt: Removed.
5338         * platform/chromium-win/media/video-source-error-expected.txt: Removed.
5339         * platform/chromium-win/media/video-source-expected.txt: Removed.
5340         * platform/chromium-win/media/video-source-type-expected.txt: Removed.
5341         * platform/chromium-win/media/video-source-type-params-expected.txt: Removed.
5342         * platform/chromium-win/media/video-src-change-expected.txt: Removed.
5343         * platform/chromium-win/media/video-src-expected.txt: Removed.
5344         * platform/chromium-win/media/video-src-remove-expected.txt: Removed.
5345         * platform/chromium-win/media/video-src-set-expected.txt: Removed.
5346         * platform/chromium-win/media/video-src-source-expected.txt: Removed.
5347         * platform/chromium/test_expectations.txt:
5348
5349 2011-02-07  Kenichi Ishibashi  <bashi@chromium.org>
5350
5351         Reviewed by Kent Tamura.
5352
5353         HTMLFormElement::formElementIndex() returns a bad index into a vector of form associated elements
5354         https://bugs.webkit.org/show_bug.cgi?id=53970
5355
5356         Adds a test that ensures WebKit parses successfully a page that
5357         contains object elements which are in nested and defective form
5358         elements.
5359
5360         * fast/dom/HTMLObjectElement/form/nested-form-element-expected.txt: Added.
5361         * fast/dom/HTMLObjectElement/form/nested-form-element.html: Added.
5362
5363 2011-02-07  Yuzo Fujishima  <yuzo@google.com>
5364
5365         Unreviewed attempt to fix a flaky test.
5366         https://bugs.webkit.org/show_bug.cgi?id=51757
5367
5368         * fast/css/font-face-download-error.html:
5369
5370 2011-02-07  Zhenyao Mo  <zmo@google.com>
5371
5372         Unreviewed, test expectations update.
5373
5374         * platform/chromium/test_expectations.txt:
5375
5376 2011-02-07  James Robinson  <jamesr@chromium.org>
5377
5378         Reviewed by Dan Bernstein.
5379
5380         Move the sputnik test suite out of fast/js/
5381         https://bugs.webkit.org/show_bug.cgi?id=53954
5382
5383         The sputnik suite shouldn't go in fast/js/ because it is not fast and
5384         it is an imported test suite.  This moves it to LayoutTests/sputnik
5385         and updates references in skipped lists / expectations.
5386
5387         * platform/chromium/test_expectations.txt:
5388         * platform/gtk/Skipped:
5389         * platform/mac-tiger/Skipped:
5390         * platform/mac-wk2/Skipped:
5391         * platform/qt-wk2/Skipped:
5392         * platform/qt/Skipped:
5393         * platform/win/Skipped:
5394
5395 2011-02-07  Zhenyao Mo  <zmo@google.com>
5396
5397         Unreviewed, test expectations update.
5398
5399         * platform/chromium/test_expectations.txt:
5400
5401 2011-02-03  MORITA Hajime  <morrita@google.com>
5402
5403         Reviewed by Darin Fisher.
5404
5405         [Chromium] Should implement EditorClientImpl::requestCheckingOfString()
5406         https://bugs.webkit.org/show_bug.cgi?id=51013
5407
5408         Unskipped passed test.
5409         
5410         * platform/chromium/test_expectations.txt:
5411
5412 2011-02-07  Martin Robinson  <mrobinson@igalia.com>
5413
5414         Classify tests failing in the fast directory on GTK+. Add results for
5415         tests that just need platform expectations.
5416
5417         * platform/gtk/Skipped: Update the skipped list.
5418         * platform/gtk/fast/backgrounds/background-clip-text-expected.checksum: Added.
5419         * platform/gtk/fast/backgrounds/background-clip-text-expected.png: Added.
5420         * platform/gtk/fast/backgrounds/background-clip-text-expected.txt: Added.
5421         * platform/gtk/fast/canvas/canvas-zoom-expected.txt: Added.
5422         * platform/gtk/fast/css/css1_forward_compatible_parsing-expected.checksum: Added.
5423         * platform/gtk/fast/css/css1_forward_compatible_parsing-expected.png: Added.
5424         * platform/gtk/fast/css/css1_forward_compatible_parsing-expected.txt: Added.
5425         * platform/gtk/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Added.
5426         * platform/gtk/fast/css/invalid-percentage-property-expected.checksum: Added.
5427         * platform/gtk/fast/css/invalid-percentage-property-expected.png: Added.
5428         * platform/gtk/fast/css/invalid-percentage-property-expected.txt: Added.
5429         * platform/gtk/fast/css/text-align-expected.checksum: Added.
5430         * platform/gtk/fast/css/text-align-expected.png: Added.
5431         * platform/gtk/fast/css/text-align-expected.txt: Added.
5432         * platform/gtk/fast/dom/Element/getBoundingClientRect-expected.txt: Added.
5433         * platform/gtk/fast/dom/Range/getBoundingClientRect-expected.txt: Added.
5434         * platform/gtk/fast/dom/Range/getClientRects-expected.txt: Added.
5435         * platform/gtk/fast/dom/Window/webkitConvertPoint-expected.txt: Added.
5436         * platform/gtk/fast/dom/null-document-location-put-crash-expected.txt: Added.
5437         * platform/gtk/fast/dom/tabindex-clamp-expected.txt: Added.
5438         * platform/gtk/fast/events/js-keyboard-event-creation-expected.txt: Added.
5439         * platform/gtk/fast/events/offsetX-offsetY-expected.txt: Added.
5440         * platform/gtk/fast/events/pointer-events-2-expected.checksum: Added.
5441         * platform/gtk/fast/events/pointer-events-2-expected.png: Added.
5442         * platform/gtk/fast/events/pointer-events-2-expected.txt: Added.
5443         * platform/gtk/fast/fast-mobile-scrolling/fixed-position-element-expected.checksum: Added.
5444         * platform/gtk/fast/fast-mobile-scrolling/fixed-position-element-expected.png: Added.
5445         * platform/gtk/fast/fast-mobile-scrolling/fixed-position-element-expected.txt: Added.
5446         * platform/gtk/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.checksum: Added.
5447         * platform/gtk/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.png: Added.
5448         * platform/gtk/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.txt: Added.
5449         * platform/gtk/fast/forms/listbox-hit-test-zoomed-expected.checksum: Added.
5450         * platform/gtk/fast/forms/listbox-hit-test-zoomed-expected.png: Added.
5451         * platform/gtk/fast/forms/listbox-hit-test-zoomed-expected.txt: Added.
5452         * platform/gtk/fast/html/tab-order-expected.txt: Added.
5453         * platform/gtk/fast/replaced/table-percent-height-expected.txt: Added.
5454         * platform/gtk/fast/selectors/lang-inheritance-expected.checksum: Added.
5455         * platform/gtk/fast/selectors/lang-inheritance-expected.png: Added.
5456         * platform/gtk/fast/selectors/lang-inheritance-expected.txt: Added.
5457         * platform/gtk/fast/selectors/lang-inheritance2-expected.checksum: Added.
5458         * platform/gtk/fast/selectors/lang-inheritance2-expected.png: Added.
5459         * platform/gtk/fast/selectors/lang-inheritance2-expected.txt: Added.
5460         * platform/gtk/fast/selectors/lang-vs-xml-lang-expected.checksum: Added.
5461         * platform/gtk/fast/selectors/lang-vs-xml-lang-expected.png: Added.
5462         * platform/gtk/fast/selectors/lang-vs-xml-lang-expected.txt: Added.
5463         * platform/gtk/fast/selectors/lang-vs-xml-lang-xhtml-expected.checksum: Added.
5464         * platform/gtk/fast/selectors/lang-vs-xml-lang-xhtml-expected.png: Added.
5465         * platform/gtk/fast/selectors/lang-vs-xml-lang-xhtml-expected.txt: Added.
5466         * platform/gtk/fast/text/international/danda-space-expected.checksum: Added.
5467         * platform/gtk/fast/text/international/danda-space-expected.png: Added.
5468         * platform/gtk/fast/text/international/danda-space-expected.txt: Added.
5469         * platform/gtk/fast/text/international/thai-baht-space-expected.checksum: Added.
5470         * platform/gtk/fast/text/international/thai-baht-space-expected.png: Added.
5471         * platform/gtk/fast/text/international/thai-baht-space-expected.txt: Added.
5472
5473 2011-02-07  Zhenyao Mo  <zmo@google.com>
5474
5475         Unreviewed, test expectations update.
5476
5477         * platform/chromium/test_expectations.txt:
5478
5479 2011-02-07  Zhenyao Mo  <zmo@google.com>
5480
5481         Unreviewed, test expectations update.
5482
5483         * platform/chromium/test_expectations.txt:
5484
5485 2011-02-07  Joone Hur  <joone.hur@collabora.co.uk>
5486
5487         Reviewed by Martin Robinson.
5488
5489         [Gtk] Implement layoutTestController.findString
5490         https://bugs.webkit.org/show_bug.cgi?id=50237
5491
5492         Unskip editing/text-iterator/findString.html.
5493
5494         * platform/gtk/Skipped: Unskip findString test.
5495
5496 2011-02-07  Maciej Stachowiak  <mjs@apple.com>
5497
5498         Reviewed by Sam Weinig.
5499
5500         Skip a newly added test that uses unimplemented DRT functionality
5501         https://bugs.webkit.org/show_bug.cgi?id=53938
5502
5503         * platform/mac-wk2/Skipped:
5504
5505 2011-02-07  Zhenyao Mo  <zmo@google.com>
5506
5507         Unreviewed, rebaseline.
5508
5509         * platform/chromium-linux/fast/html/keygen-expected.checksum:
5510         * platform/chromium-linux/fast/html/keygen-expected.png:
5511         * platform/chromium-linux/fast/html/keygen-expected.txt: Added.
5512         * platform/chromium-win/fast/html/keygen-expected.txt:
5513         * platform/chromium/test_expectations.txt:
5514
5515 2011-02-07  Zhenyao Mo  <zmo@google.com>
5516
5517         Unreviewed, test expectations update.
5518
5519         * platform/chromium/test_expectations.txt:
5520
5521 2011-02-07  Zhenyao Mo  <zmo@google.com>
5522
5523         Unreviewed, test expectations update.
5524
5525         * platform/chromium/test_expectations.txt:
5526
5527 2011-02-07  Zhenyao Mo  <zmo@google.com>
5528
5529         Unreviewed, test expectations update.
5530
5531         * platform/chromium/test_expectations.txt:
5532
5533 2011-02-07  Csaba Osztrogonác  <ossy@webkit.org>
5534
5535         Unreviewed.
5536
5537         [Qt] Fix crashes in QMetaObject::metacall
5538         https://bugs.webkit.org/show_bug.cgi?id=53912
5539
5540         * platform/qt/Skipped: http/tests/websocket/tests/websocket-pending-activity.html added until fix.
5541
5542 2011-02-07  Zhenyao Mo  <zmo@google.com>
5543
5544         Unreviewed, rebaseline.
5545
5546         * platform/chromium-mac/fast/url/path-expected.txt:
5547         * platform/chromium-win/fast/url/path-expected.txt:
5548
5549 2011-02-07  Jian Li  <jianli@chromium.org>
5550
5551         Reviewed by David Levin.
5552
5553         Intermittent crash in fast/files/read-blob-async.html on the GTK+ debug
5554         bots
5555         https://bugs.webkit.org/show_bug.cgi?id=53104
5556
5557         * platform/gtk/Skipped: Enable the flakey test that has been fixed.
5558
5559 2011-02-07  Adam Barth  <abarth@webkit.org>
5560
5561         Remove wrong platform-specific expectation.
5562
5563         * platform/win/plugins/plugin-document-back-forward-expected.txt: Removed.
5564
5565 2011-02-07  Zhenyao Mo  <zmo@google.com>
5566
5567         Unreviewed, test expectations update.
5568
5569         * platform/chromium/test_expectations.txt:
5570
5571 2011-02-07  Zhenyao Mo  <zmo@google.com>
5572
5573         Unreviewed, test expectations update.
5574
5575         * platform/chromium/test_expectations.txt:
5576
5577 2011-02-07  Dimitri Glazkov  <dglazkov@chromium.org>
5578
5579         Mark test as flaky per dashboard.
5580         https://bugs.webkit.org/show_bug.cgi?id=53824
5581
5582         * platform/chromium/test_expectations.txt: Marked.
5583
5584 2011-02-07  Martin Robinson  <mrobinson@igalia.com>
5585
5586         Unskip a passing accessibility test and organize the rest of the tests missing
5587         results as failing.
5588
5589         * platform/gtk/Skipped: Unskip passing test and organize remaining failures.
5590         * platform/gtk/accessibility/aria-describedby-on-input-expected.txt: Added.
5591
5592 2011-02-03  Zhenyao Mo  <zmo@google.com>
5593
5594         Reviewed by Kenneth Russell.
5595
5596         Crash in glDrawArrays with NaCl crystal model
5597         https://bugs.webkit.org/show_bug.cgi?id=52831
5598
5599         * fast/canvas/webgl/gl-vertex-attrib-zero-issues-expected.txt: Added.
5600         * fast/canvas/webgl/gl-vertex-attrib-zero-issues.html: Added.
5601
5602 2011-02-07  Chris Fleizach  <cfleizach@apple.com>
5603   
5604         Reviewed by Darin Adler.
5605         
5606         WAI-ARIA @aria-sort not exposed on rowheader and columnheader roles
5607         https://bugs.webkit.org/show_bug.cgi?id=53842
5608
5609         * platform/mac/accessibility/aria-sort-expected.txt: Added.
5610         * platform/mac/accessibility/aria-sort.html: Added.
5611
5612 2011-02-07  Martin Robinson  <mrobinson@igalia.com>
5613
5614         Reviewed by Daniel Bates.
5615
5616         [GTK] fast/history/history-subframe-with-name.html fails with GTK DRT
5617         https://bugs.webkit.org/show_bug.cgi?id=44784
5618
5619         * platform/gtk/Skipped: Unskip tests which are now passing.
5620
5621 2011-02-07  Yi Shen  <yi.4.shen@nokia.com>
5622
5623         Reviewed by Tor Arne Vestbø.
5624
5625         [Qt] Fix LayoutTests/media/restore-from-page-cache.html
5626         https://bugs.webkit.org/show_bug.cgi?id=53621
5627
5628         Unskip media/restore-from-page-cache.html for Qt.
5629
5630         * platform/qt/Skipped:
5631
5632 2011-02-07  Ilya Tikhonovsky  <loislo@chromium.org>
5633
5634         Unreviewed.
5635
5636         Chromium: three tests temporary disabled for rebaseline after r77781
5637
5638         * platform/chromium/test_expectations.txt:
5639
5640 2011-02-04  Pavel Podivilov  <podivilov@chromium.org>
5641
5642         Reviewed by Yury Semikhatsky.
5643
5644         Web Inspector: implement beautification of scripts inlined in html documents.
5645         https://bugs.webkit.org/show_bug.cgi?id=52706
5646
5647         * http/tests/inspector/debugger-test2.js:
5648         (initialize_DebuggerTest.InspectorTest.setBreakpointInVisibleView):
5649         * inspector/debugger-breakpoints-not-activated-on-reload.html:
5650         * inspector/debugger-pause-on-breakpoint.html:
5651
5652 2011-02-07  Ilya Tikhonovsky  <loislo@chromium.org>
5653
5654         Unreviewed.
5655
5656         Chromium: add explicit "Passed" expectations for the tests which have "failed" expectations in platfrom/mac
5657         The problem was introduced at r77719.
5658         I have to do that because platform/mac is in the list of baseline folders.
5659         See 'Tools/Scripts/webkitpy/layout_tests/port/chromium_linux.py'.
5660
5661         * platform/chromium/canvas/philip/tests/2d.drawImage.broken-expected.txt: Added.
5662         * platform/chromium/canvas/philip/tests/2d.drawImage.image.incomplete.omitted-expected.txt: Added.
5663         * platform/chromium/canvas/philip/tests/2d.fillStyle.parse.invalid.rgba-6-expected.txt: Added.
5664         * platform/chromium/canvas/philip/tests/2d.fillStyle.parse.rgb-eof-expected.txt: Added.
5665         * platform/chromium/canvas/philip/tests/2d.fillStyle.parse.rgba-eof-expected.txt: Added.
5666         * platform/chromium/canvas/philip/tests/2d.fillStyle.parse.system-expected.txt: Added.
5667         * platform/chromium/canvas/philip/tests/2d.gradient.radial.cone.front-expected.txt: Added.
5668         * platform/chromium/canvas/philip/tests/2d.gradient.radial.inside2-expected.txt: Added.
5669         * platform/chromium/canvas/philip/tests/2d.gradient.radial.inside3-expected.txt: Added.
5670         * platform/chromium/canvas/philip/tests/2d.gradient.radial.outside1-expected.txt: Added.
5671         * platform/chromium/canvas/philip/tests/2d.imageData.put.wrongtype-expected.txt: Added.
5672         * platform/chromium/canvas/philip/tests/2d.line.cap.closed-expected.txt: Added.
5673         * platform/chromium/canvas/philip/tests/2d.line.join.parallel-expected.txt: Added.
5674         * platform/chromium/canvas/philip/tests/2d.line.miter.lineedge-expected.txt: Added.
5675         * platform/chromium/canvas/philip/tests/2d.path.rect.winding-expected.txt: Added.
5676         * platform/chromium/canvas/philip/tests/2d.pattern.image.broken-expected.txt: Added.
5677         * platform/chromium/canvas/philip/tests/2d.pattern.image.incomplete.empty-expected.txt: Added.
5678         * platform/chromium/canvas/philip/tests/2d.pattern.image.incomplete.omitted-expected.txt: Added.
5679         * platform/chromium/canvas/philip/tests/2d.shadow.enable.x-expected.txt: Added.
5680         * platform/chromium/canvas/philip/tests/2d.shadow.enable.y-expected.txt: Added.
5681         * platform/chromium/canvas/philip/tests/2d.strokeRect.zero.4-expected.txt: Added.
5682         * platform/chromium/canvas/philip/tests/2d.text.draw.baseline.bottom-expected.txt: Added.
5683         * platform/chromium/canvas/philip/tests/2d.text.draw.baseline.hanging-expected.txt: Added.
5684         * platform/chromium/canvas/philip/tests/2d.text.draw.baseline.middle-expected.txt: Added.
5685         * platform/chromium/canvas/philip/tests/2d.text.draw.baseline.top-expected.txt: Added.
5686         * platform/chromium/canvas/philip/tests/2d.text.draw.fill.maxWidth.fontface-expected.txt: Added.
5687         * platform/chromium/canvas/philip/tests/2d.text.draw.space.collapse.end-expected.txt: Added.
5688         * platform/chromium/canvas/philip/tests/2d.text.draw.space.collapse.nonspace-expected.txt: Added.
5689         * platform/chromium/canvas/philip/tests/2d.text.draw.space.collapse.other-expected.txt: Added.
5690         * platform/chromium/canvas/philip/tests/2d.text.draw.space.collapse.space-expected.txt: Added.
5691         * platform/chromium/canvas/philip/tests/2d.text.draw.space.collapse.start-expected.txt: Added.
5692         * platform/chromium/canvas/philip/tests/2d.text.font.parse.basic-expected.txt: Added.
5693         * platform/chromium/canvas/philip/tests/2d.text.font.parse.complex-expected.txt: Added.
5694         * platform/chromium/canvas/philip/tests/2d.text.font.parse.invalid-expected.txt: Added.
5695         * platform/chromium/canvas/philip/tests/2d.text.font.parse.size.percentage-expected.txt: Added.
5696         * platform/chromium/canvas/philip/tests/2d.text.font.parse.size.percentage.default-expected.txt: Added.
5697         * platform/chromium/canvas/philip/tests/2d.text.font.parse.system-expected.txt: Added.
5698         * platform/chromium/canvas/philip/tests/2d.text.measure.width.space-expected.txt: Added.
5699
5700 2011-02-07  Nikolas Zimmermann  <nzimmermann@rim.com>
5701
5702         Not reviewed.
5703
5704         small text which is scaled to be large renders pixelated
5705         https://bugs.webkit.org/show_bug.cgi?id=12448
5706
5707         Update Snow Leopard SVG pixel test baseline after r77485.
5708
5709         * platform/mac/svg/dom/SVGRectElement/rect-modify-rx-expected.png:
5710         * platform/mac/svg/dynamic-updates/SVGAElement-dom-href-attr-expected.png:
5711         * platform/mac/svg/dynamic-updates/SVGAElement-dom-target-attr-expected.png:
5712         * platform/mac/svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.png:
5713         * platform/mac/svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.png:
5714         * platform/mac/svg/filters/big-sized-filter-2-expected.png:
5715         * platform/mac/svg/filters/feColorMatrix-offset-expected.png:
5716         * platform/mac/svg/filters/feColorMatrix-values-expected.png:
5717         * platform/mac/svg/filters/feMerge-wrong-input-expected.png:
5718         * platform/mac/svg/filters/feOffset-expected.png:
5719         * platform/mac/svg/filters/filter-empty-g-expected.png:
5720         * platform/mac/svg/filters/filter-on-filter-for-text-expected.png:
5721         * platform/mac/svg/filters/filterRes2-expected.png:
5722         * platform/mac/svg/filters/parent-children-with-same-filter-expected.png:
5723         * platform/mac/svg/filters/sourceAlpha-expected.png:
5724         * platform/mac/svg/filters/subRegion-one-effect-expected.png:
5725         * platform/mac/svg/filters/subRegion-two-effects-expected.png:
5726         * platform/mac/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.png:
5727         * platform/mac/svg/foreignObject/text-tref-02-b-expected.checksum:
5728         * platform/mac/svg/foreignObject/text-tref-02-b-expected.png:
5729         * platform/mac/svg/hixie/cascade/001-broken-expected.png:
5730         * platform/mac/svg/hixie/data-types/001-expected.png:
5731         * platform/mac/svg/hixie/dynamic/002-expected.png:
5732         * platform/mac/svg/hixie/dynamic/003-expected.png:
5733         * platform/mac/svg/hixie/dynamic/004-expected.png:
5734         * platform/mac/svg/hixie/dynamic/005-expected.png:
5735         * platform/mac/svg/hixie/dynamic/006-expected.png:
5736         * platform/mac/svg/hixie/error/001-expected.png:
5737         * platform/mac/svg/hixie/error/003-expected.png:
5738         * platform/mac/svg/hixie/error/006-expected.png:
5739         * platform/mac/svg/hixie/error/007-expected.png:
5740         * platform/mac/svg/hixie/error/008-expected.png:
5741         * platform/mac/svg/hixie/error/009-expected.png:
5742         * platform/mac/svg/hixie/error/010-expected.png:
5743         * platform/mac/svg/hixie/error/011-expected.png:
5744         * platform/mac/svg/hixie/error/014-expected.png:
5745         * platform/mac/svg/hixie/error/014-test-expected.png:
5746         * platform/mac/svg/hixie/error/015-expected.png:
5747         * platform/mac/svg/hixie/error/016-expected.png:
5748         * platform/mac/svg/hixie/links/001-expected.png:
5749         * platform/mac/svg/hixie/links/002-expected.png:
5750         * platform/mac/svg/hixie/painting/001-expected.png:
5751         * platform/mac/svg/hixie/perf/003-expected.png:
5752         * platform/mac/svg/hixie/perf/004-expected.png:
5753         * platform/mac/svg/hixie/perf/005-expected.png:
5754         * platform/mac/svg/hixie/perf/006-expected.png:
5755         * platform/mac/svg/hixie/processing-model/005-expected.png:
5756         * platform/mac/svg/hixie/rendering-model/001-expected.png:
5757         * platform/mac/svg/hixie/rendering-model/002-expected.png:
5758         * platform/mac/svg/hixie/rendering-model/003a-expected.png:
5759         * platform/mac/svg/hixie/shapes/path/001-expected.png:
5760         * platform/mac/svg/hixie/text/001-expected.png:
5761         * platform/mac/svg/hixie/text/002-expected.png:
5762         * platform/mac/svg/hixie/text/003-expected.checksum:
5763         * platform/mac/svg/hixie/text/003-expected.png:
5764         * platform/mac/svg/hixie/text/003a-expected.png:
5765         * platform/mac/svg/hixie/text/003b-expected.png:
5766         * platform/mac/svg/hixie/use/001-expected.png:
5767         * platform/mac/svg/hixie/use/002-expected.png:
5768         * platform/mac/svg/hixie/use/002-test-expected.png:
5769         * platform/mac/svg/hixie/viewbox/001-expected.png:
5770         * platform/mac/svg/hixie/viewbox/002-expected.png:
5771         * platform/mac/svg/hixie/viewbox/003-expected.png:
5772         * platform/mac/svg/hixie/viewbox/004-expected.png:
5773         * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.checksum:
5774         * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.png:
5775         * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.checksum:
5776         * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.png:
5777         * platform/mac/svg/overflow/overflow-on-foreignObject-expected.png:
5778         * platform/mac/svg/overflow/overflow-on-inner-svg-element-defaults-expected.png:
5779         * platform/mac/svg/overflow/overflow-on-inner-svg-element-expected.png:
5780         * platform/mac/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.png:
5781         * platform/mac/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.png:
5782         * platform/mac/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.png:
5783         * platform/mac/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.png:
5784         * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-auto-expected.png:
5785         * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png:
5786         * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-hidden-expected.png:
5787         * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-scroll-expected.png:
5788         * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-visible-expected.png:
5789         * platform/mac/svg/text/font-size-below-point-five-expected.png:
5790         * platform/mac/svg/text/foreignObject-repaint-expected.png:
5791         * platform/mac/svg/text/select-textLength-spacing-squeeze-1-expected.checksum:
5792         * platform/mac/svg/text/select-textLength-spacing-squeeze-1-expected.png:
5793         * platform/mac/svg/text/select-textLength-spacing-squeeze-2-expected.checksum:
5794         * platform/mac/svg/text/select-textLength-spacing-squeeze-2-expected.png:
5795         * platform/mac/svg/text/select-textLength-spacing-squeeze-3-expected.checksum:
5796         * platform/mac/svg/text/select-textLength-spacing-squeeze-3-expected.png:
5797         * platform/mac/svg/text/select-textLength-spacing-squeeze-4-expected.checksum:
5798         * platform/mac/svg/text/select-textLength-spacing-squeeze-4-expected.png:
5799         * platform/mac/svg/text/select-textLength-spacing-stretch-1-expected.checksum:
5800         * platform/mac/svg/text/select-textLength-spacing-stretch-1-expected.png:
5801         * platform/mac/svg/text/select-textLength-spacing-stretch-2-expected.checksum:
5802         * platform/mac/svg/text/select-textLength-spacing-stretch-2-expected.png:
5803         * platform/mac/svg/text/select-textLength-spacing-stretch-3-expected.checksum:
5804         * platform/mac/svg/text/select-textLength-spacing-stretch-3-expected.png:
5805         * platform/mac/svg/text/select-textLength-spacing-stretch-4-expected.checksum:
5806         * platform/mac/svg/text/select-textLength-spacing-stretch-4-expected.png:
5807         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.png:
5808         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.png:
5809         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.png:
5810         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.png:
5811         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.checksum:
5812         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.png:
5813         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.checksum:
5814         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.png:
5815         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.checksum:
5816         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.png:
5817         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.checksum:
5818         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png:
5819         * platform/mac/svg/text/select-x-list-1-expected.png:
5820         * platform/mac/svg/text/select-x-list-2-expected.png:
5821         * platform/mac/svg/text/select-x-list-3-expected.checksum:
5822         * platform/mac/svg/text/select-x-list-3-expected.png:
5823         * platform/mac/svg/text/select-x-list-4-expected.png:
5824         * platform/mac/svg/text/select-x-list-with-tspans-1-expected.png:
5825         * platform/mac/svg/text/select-x-list-with-tspans-2-expected.png:
5826         * platform/mac/svg/text/select-x-list-with-tspans-3-expected.png:
5827         * platform/mac/svg/text/select-x-list-with-tspans-4-expected.png:
5828         * platform/mac/svg/text/selection-doubleclick-expected.png:
5829         * platform/mac/svg/text/selection-tripleclick-expected.png:
5830         * platform/mac/svg/text/text-align-01-b-expected.checksum:
5831         * platform/mac/svg/text/text-align-01-b-expected.png:
5832         * platform/mac/svg/text/text-align-02-b-expected.checksum:
5833         * platform/mac/svg/text/text-align-02-b-expected.png:
5834         * platform/mac/svg/text/text-align-03-b-expected.checksum:
5835         * platform/mac/svg/text/text-align-03-b-expected.png:
5836         * platform/mac/svg/text/text-align-04-b-expected.checksum:
5837         * platform/mac/svg/text/text-align-04-b-expected.png:
5838         * platform/mac/svg/text/text-align-05-b-expected.checksum:
5839         * platform/mac/svg/text/text-align-05-b-expected.png:
5840         * platform/mac/svg/text/text-align-06-b-expected.checksum:
5841         * platform/mac/svg/text/text-align-06-b-expected.png:
5842         * platform/mac/svg/text/text-altglyph-01-b-expected.checksum:
5843         * platform/mac/svg/text/text-altglyph-01-b-expected.png:
5844         * platform/mac/svg/text/text-deco-01-b-expected.checksum:
5845         * platform/mac/svg/text/text-deco-01-b-expected.png:
5846         * platform/mac/svg/text/text-fonts-01-t-expected.checksum:
5847         * platform/mac/svg/text/text-fonts-01-t-expected.png:
5848         * platform/mac/svg/text/text-fonts-02-t-expected.checksum:
5849         * platform/mac/svg/text/text-fonts-02-t-expected.png:
5850         * platform/mac/svg/text/text-gradient-positioning-expected.png:
5851         * platform/mac/svg/text/text-hkern-expected.png:
5852         * platform/mac/svg/text/text-hkern-on-vertical-text-expected.png:
5853         * platform/mac/svg/text/text-intro-05-t-expected.checksum:
5854         * platform/mac/svg/text/text-intro-05-t-expected.png:
5855         * platform/mac/svg/text/text-path-01-b-expected.checksum:
5856         * platform/mac/svg/text/text-path-01-b-expected.png:
5857         * platform/mac/svg/text/text-spacing-01-b-expected.png:
5858         * platform/mac/svg/text/text-text-01-b-expected.checksum:
5859         * platform/mac/svg/text/text-text-01-b-expected.png:
5860         * platform/mac/svg/text/text-text-03-b-expected.checksum:
5861         * platform/mac/svg/text/text-text-03-b-expected.png:
5862         * platform/mac/svg/text/text-text-04-t-expected.checksum:
5863         * platform/mac/svg/text/text-text-04-t-expected.png:
5864         * platform/mac/svg/text/text-text-05-t-expected.checksum:
5865         * platform/mac/svg/text/text-text-05-t-expected.png:
5866         * platform/mac/svg/text/text-text-06-t-expected.checksum:
5867         * platform/mac/svg/text/text-text-06-t-expected.png:
5868         * platform/mac/svg/text/text-text-07-t-expected.checksum:
5869         * platform/mac/svg/text/text-text-07-t-expected.png:
5870         * platform/mac/svg/text/text-text-08-b-expected.checksum:
5871         * platform/mac/svg/text/text-text-08-b-expected.png:
5872         * platform/mac/svg/text/text-tref-01-b-expected.checksum:
5873         * platform/mac/svg/text/text-tref-01-b-expected.png:
5874         * platform/mac/svg/text/text-tselect-01-b-expected.checksum:
5875         * platform/mac/svg/text/text-tselect-01-b-expected.png:
5876         * platform/mac/svg/text/text-tselect-02-f-expected.checksum:
5877         * platform/mac/svg/text/text-tselect-02-f-expected.png:
5878         * platform/mac/svg/text/text-tspan-01-b-expected.checksum:
5879         * platform/mac/svg/text/text-tspan-01-b-expected.png:
5880         * platform/mac/svg/text/text-vkern-expected.png:
5881         * platform/mac/svg/text/text-vkern-on-horizontal-text-expected.png:
5882         * platform/mac/svg/text/text-ws-01-t-expected.checksum:
5883         * platform/mac/svg/text/text-ws-01-t-expected.png:
5884         * platform/mac/svg/text/text-ws-02-t-expected.checksum:
5885         * platform/mac/svg/text/text-ws-02-t-expected.png:
5886         * platform/mac/svg/text/textPathBoundsBug-expected.png:
5887         * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.checksum:
5888         * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.png:
5889         * platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.checksum:
5890         * platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.png:
5891         * platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.checksum:
5892         * platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
5893         * platform/mac/svg/transforms/text-with-pattern-with-svg-transform-expected.checksum:
5894         * platform/mac/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
5895         * platform/mac/svg/webarchive/svg-script-subresouces-expected.png:
5896         * platform/mac/svg/zoom/page/absolute-sized-document-no-scrollbars-expected.png:
5897         * platform/mac/svg/zoom/page/absolute-sized-document-scrollbars-expected.png:
5898         * platform/mac/svg/zoom/page/relative-sized-document-scrollbars-expected.png:
5899         * platform/mac/svg/zoom/page/zoom-hixie-mixed-009-expected.png:
5900         * platform/mac/svg/zoom/page/zoom-hixie-rendering-model-004-expected.png:
5901         * platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.checksum:
5902         * platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.png:
5903         * platform/mac/svg/zoom/page/zoom-svg-float-border-padding-expected.png:
5904         * platform/mac/svg/zoom/text/absolute-sized-document-no-scrollbars-expected.png:
5905         * platform/mac/svg/zoom/text/absolute-sized-document-scrollbars-expected.png:
5906         * platform/mac/svg/zoom/text/relative-sized-document-scrollbars-expected.png:
5907         * platform/mac/svg/zoom/text/zoom-foreignObject-expected.png:
5908         * platform/mac/svg/zoom/text/zoom-hixie-mixed-009-expected.png:
5909         * platform/mac/svg/zoom/text/zoom-hixie-rendering-model-004-expected.png:
5910         * platform/mac/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
5911         * svg/custom/glyph-setting-d-attribute-expected.png:
5912         * svg/custom/invalid-text-content-expected.png:
5913         * svg/custom/text-zoom-expected.png:
5914         * svg/custom/use-clipped-transform-expected.png:
5915         * svg/in-html/by-reference-expected.png:
5916
5917 2011-02-07  Nikolas Zimmermann  <nzimmermann@rim.com>
5918
5919         Not reviewed.
5920
5921         small text which is scaled to be large renders pixelated
5922         https://bugs.webkit.org/show_bug.cgi?id=12448
5923
5924         Update Snow Leopard SVG pixel test baseline after r77485.
5925
5926         * platform/mac/svg/custom/js-update-polygon-removal-expected.png:
5927         * platform/mac/svg/custom/js-update-style-expected.png:
5928         * platform/mac/svg/custom/js-update-transform-addition-expected.png:
5929         * platform/mac/svg/custom/js-update-transform-changes-expected.png:
5930         * platform/mac/svg/custom/marker-changes-expected.png:
5931         * platform/mac/svg/custom/marker-child-changes-css-expected.png:
5932         * platform/mac/svg/custom/marker-child-changes-expected.png:
5933         * platform/mac/svg/custom/marker-default-width-height-expected.checksum:
5934         * platform/mac/svg/custom/marker-default-width-height-expected.png:
5935         * platform/mac/svg/custom/marker-empty-path-expected.png:
5936         * platform/mac/svg/custom/marker-referencePoint-expected.png:
5937         * platform/mac/svg/custom/marker-strokeWidth-changes-expected.png:
5938         * platform/mac/svg/custom/marker-viewBox-changes-expected.png:
5939         * platform/mac/svg/custom/mask-changes-expected.png:
5940         * platform/mac/svg/custom/mask-child-changes-expected.png:
5941         * platform/mac/svg/custom/mask-excessive-malloc-expected.png:
5942         * platform/mac/svg/custom/mask-inside-defs-expected.png:
5943         * platform/mac/svg/custom/mask-on-multiple-objects-expected.png:
5944         * platform/mac/svg/custom/mask-with-default-value-expected.png:
5945         * platform/mac/svg/custom/massive-coordinates-expected.png:
5946         * platform/mac/svg/custom/non-scaling-stroke-markers-expected.png:
5947         * platform/mac/svg/custom/outer-svg-unknown-feature-expected.png:
5948         * platform/mac/svg/custom/path-textPath-simulation-expected.checksum:
5949         * platform/mac/svg/custom/path-textPath-simulation-expected.png:
5950         * platform/mac/svg/custom/path-update-expected.png:
5951         * platform/mac/svg/custom/path-zero-strokewidth-expected.png:
5952         * platform/mac/svg/custom/pattern-excessive-malloc-expected.png:
5953         * platform/mac/svg/custom/pattern-in-defs-expected.png:
5954         * platform/mac/svg/custom/pattern-no-pixelation-expected.png:
5955         * platform/mac/svg/custom/pattern-referencing-preserve-aspect-ratio-expected.png:
5956         * platform/mac/svg/custom/pattern-size-bigger-than-target-size-expected.png:
5957         * platform/mac/svg/custom/pattern-y-offset-expected.png:
5958         * platform/mac/svg/custom/percentage-rect-expected.png:
5959         * platform/mac/svg/custom/percentage-rect2-expected.png:
5960         * platform/mac/svg/custom/poly-identify-expected.png:
5961         * platform/mac/svg/custom/polyline-hittest-expected.png:
5962         * platform/mac/svg/custom/polyline-invalid-points-expected.png:
5963         * platform/mac/svg/custom/polyline-setattribute-points-null-expected.png:
5964         * platform/mac/svg/custom/prevent-default-expected.png:
5965         * platform/mac/svg/custom/repaint-moving-svg-and-div-expected.png:
5966         * platform/mac/svg/custom/repaint-on-constant-size-change-expected.png:
5967         * platform/mac/svg/custom/repaint-on-image-bounds-change-expected.png:
5968         * platform/mac/svg/custom/repaint-stroke-width-changes-expected.png:
5969         * platform/mac/svg/custom/resource-client-removal-expected.png:
5970         * platform/mac/svg/custom/rgbcolor-syntax-expected.png:
5971         * platform/mac/svg/custom/root-container-opacity-clip-viewBox-expected.png:
5972         * platform/mac/svg/custom/rootelement-expected.png:
5973         * platform/mac/svg/custom/rounded-rects-expected.png:
5974         * platform/mac/svg/custom/scroll-hit-test-expected.png:
5975         * platform/mac/svg/custom/shapes-supporting-markers-expected.checksum:
5976         * platform/mac/svg/custom/shapes-supporting-markers-expected.png:
5977         * platform/mac/svg/custom/sheet-title-expected.png:
5978         * platform/mac/svg/custom/stroke-width-large-expected.checksum:
5979         * platform/mac/svg/custom/stroke-width-large-expected.png:
5980         * platform/mac/svg/custom/stroked-pattern-expected.checksum:
5981         * platform/mac/svg/custom/stroked-pattern-expected.png:
5982         * platform/mac/svg/custom/struct-use-09-b-expected.checksum:
5983         * platform/mac/svg/custom/struct-use-09-b-expected.png:
5984         * platform/mac/svg/custom/svg-absolute-children-expected.png:
5985         * platform/mac/svg/custom/svg-fonts-in-html-expected.checksum:
5986         * platform/mac/svg/custom/svg-fonts-in-html-expected.png:
5987         * platform/mac/svg/custom/svgpolyparser-extra-space-expected.png:
5988         * platform/mac/svg/custom/text-clip-expected.png:
5989         * platform/mac/svg/custom/text-ctm-expected.png:
5990         * platform/mac/svg/custom/text-dom-01-f-expected.png:
5991         * platform/mac/svg/custom/text-dom-removal-expected.png:
5992         * platform/mac/svg/custom/text-gradient-no-content-expected.png:
5993         * platform/mac/svg/custom/text-hit-test-expected.png:
5994         * platform/mac/svg/custom/text-letter-spacing-expected.png:
5995         * platform/mac/svg/custom/text-rotated-gradient-expected.checksum:
5996         * platform/mac/svg/custom/text-rotated-gradient-expected.png:
5997         * platform/mac/svg/custom/text-rotation-expected.png:
5998         * platform/mac/svg/custom/text-whitespace-handling-expected.png:
5999         * platform/mac/svg/custom/text-x-dx-lists-expected.png:
6000         * platform/mac/svg/custom/text-x-dy-lists-expected.png:
6001         * platform/mac/svg/custom/text-x-override-in-tspan-child-expected.png:
6002         * platform/mac/svg/custom/transform-ignore-after-invalid-expected.png:
6003         * platform/mac/svg/custom/transform-invalid-expected.png:
6004         * platform/mac/svg/custom/transform-removeAttributeNS-expected.png:
6005         * platform/mac/svg/custom/transform-scale-parse-expected.png:
6006         * platform/mac/svg/custom/transform-with-ending-space-expected.png:
6007         * platform/mac/svg/custom/transformedMaskFails-expected.png:
6008         * platform/mac/svg/custom/tref-update-expected.checksum:
6009         * platform/mac/svg/custom/tref-update-expected.png:
6010         * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.png:
6011         * platform/mac/svg/custom/use-detach-expected.checksum:
6012         * platform/mac/svg/custom/use-detach-expected.png:
6013         * platform/mac/svg/custom/use-empty-reference-expected.png:
6014         * platform/mac/svg/custom/use-forward-refs-expected.png:
6015         * platform/mac/svg/custom/use-inherit-style-expected.png:
6016         * platform/mac/svg/custom/use-instanceRoot-modifications-expected.png:
6017         * platform/mac/svg/custom/use-modify-container-in-target-expected.png:
6018         * platform/mac/svg/custom/use-modify-target-container-expected.png:
6019         * platform/mac/svg/custom/use-modify-target-symbol-expected.png:
6020         * platform/mac/svg/custom/use-nested-transform-expected.png:
6021         * platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.png:
6022         * platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.png:
6023         * platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.png:
6024         * platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.png:
6025         * platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.png:
6026         * platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.png:
6027         * platform/mac/svg/custom/use-on-g-containing-symbol-expected.png:
6028         * platform/mac/svg/custom/use-on-g-containing-use-expected.png:
6029         * platform/mac/svg/custom/use-on-g-expected.png:
6030         * platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.png:
6031         * platform/mac/svg/custom/use-on-rect-expected.png:
6032         * platform/mac/svg/custom/use-on-symbol-expected.png:
6033         * platform/mac/svg/custom/use-on-text-expected.checksum:
6034         * platform/mac/svg/custom/use-on-text-expected.png:
6035         * platform/mac/svg/custom/use-on-use-expected.png:
6036         * platform/mac/svg/custom/use-property-synchronization-crash-expected.png:
6037         * platform/mac/svg/custom/use-recalcStyle-crash-expected.png:
6038         * platform/mac/svg/custom/use-recursion-1-expected.png:
6039         * platform/mac/svg/custom/use-recursion-2-expected.png:
6040         * platform/mac/svg/custom/use-recursion-3-expected.png:
6041         * platform/mac/svg/custom/use-recursion-4-expected.png:
6042         * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.checksum:
6043         * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.png:
6044         * platform/mac/svg/custom/use-symbol-overflow-expected.png:
6045         * platform/mac/svg/custom/use-transform-expected.png:
6046         * platform/mac/svg/custom/viewport-clip-expected.png:
6047         * platform/mac/svg/custom/viewport-no-width-height-expected.png:
6048         * platform/mac/svg/custom/viewport-update-expected.png:
6049         * platform/mac/svg/custom/viewport-update2-expected.png:
6050         * platform/mac/svg/custom/visibility-override-clip-expected.png:
6051         * platform/mac/svg/custom/visibility-override-expected.png:
6052         * platform/mac/svg/custom/visibility-override-filter-expected.png:
6053         * platform/mac/svg/custom/visibility-override-mask-expected.png:
6054         * platform/mac/svg/custom/xhtml-no-svg-renderer-expected.png:
6055         * platform/mac/svg/custom/xml-stylesheet-expected.png:
6056
6057 2011-02-07  Nikolas Zimmermann  <nzimmermann@rim.com>
6058
6059         Not reviewed.
6060
6061         small text which is scaled to be large renders pixelated
6062         https://bugs.webkit.org/show_bug.cgi?id=12448
6063
6064         Update Snow Leopard SVG pixel test baseline after r77485.
6065
6066         * platform/mac/svg/custom/class-baseValue-expected.png:
6067         * platform/mac/svg/custom/class-selector-expected.png:
6068         * platform/mac/svg/custom/clip-path-child-changes-expected.png:
6069         * platform/mac/svg/custom/clip-path-href-changes-expected.png:
6070         * platform/mac/svg/custom/clip-path-id-changes-expected.png:
6071         * platform/mac/svg/custom/clip-path-units-changes-expected.png:
6072         * platform/mac/svg/custom/clip-path-with-transform-expected.png:
6073         * platform/mac/svg/custom/conditional-processing-outside-switch-expected.png:
6074         * platform/mac/svg/custom/control-points-for-S-and-T-expected.png:
6075         * platform/mac/svg/custom/coords-relative-units-transforms-expected.png:
6076         * platform/mac/svg/custom/create-metadata-element-expected.png:
6077         * platform/mac/svg/custom/createelement-expected.png:
6078         * platform/mac/svg/custom/css-pixels-dpi-expected.png:
6079         * platform/mac/svg/custom/display-none-expected.png:
6080         * platform/mac/svg/custom/dominant-baseline-modes-expected.png:
6081         * platform/mac/svg/custom/dynamic-empty-path-expected.png:
6082         * platform/mac/svg/custom/dynamic-viewBox-expected.png:
6083         * platform/mac/svg/custom/empty-mask-expected.png:
6084         * platform/mac/svg/custom/empty-merge-expected.png:
6085         * platform/mac/svg/custom/evt-onload-expected.png:
6086         * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.checksum:
6087         * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png:
6088         * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.checksum:
6089         * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png:
6090         * platform/mac/svg/custom/feComponentTransfer-Linear-expected.checksum:
6091         * platform/mac/svg/custom/feComponentTransfer-Linear-expected.png:
6092         * platform/mac/svg/custom/feComponentTransfer-Table-expected.checksum:
6093         * platform/mac/svg/custom/feComponentTransfer-Table-expected.png:
6094         * platform/mac/svg/custom/feDisplacementMap-01-expected.png:
6095         * platform/mac/svg/custom/fill-opacity-hsl-expected.png:
6096         * platform/mac/svg/custom/fill-opacity-rgba-expected.png:
6097         * platform/mac/svg/custom/fill-update-expected.png:
6098         * platform/mac/svg/custom/fractional-rects-expected.png:
6099         * platform/mac/svg/custom/getTransformToElement-expected.checksum:
6100         * platform/mac/svg/custom/getTransformToElement-expected.png:
6101         * platform/mac/svg/custom/glyph-selection-lang-attribute-expected.png:
6102         * platform/mac/svg/custom/gradient-add-stops-expected.png:
6103         * platform/mac/svg/custom/gradient-attr-update-expected.png:
6104         * platform/mac/svg/custom/gradient-stop-style-change-expected.png:
6105         * platform/mac/svg/custom/hover-default-fill-expected.png:
6106         * platform/mac/svg/custom/image-small-width-height-expected.checksum:
6107         * platform/mac/svg/custom/image-small-width-height-expected.png:
6108         * platform/mac/svg/custom/image-with-aspect-ratio-stretch-expected.png:
6109         * platform/mac/svg/custom/inner-percent-expected.png:
6110         * platform/mac/svg/custom/inner-svg-hit-test-expected.png:
6111         * platform/mac/svg/custom/invalid-css-expected.checksum:
6112         * platform/mac/svg/custom/invalid-css-expected.png:
6113         * platform/mac/svg/custom/invalid-transforms-expected.png:
6114         * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.checksum:
6115         * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.png:
6116         * platform/mac/svg/custom/js-late-clipPath-creation-expected.checksum:
6117         * platform/mac/svg/custom/js-late-clipPath-creation-expected.png:
6118         * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.checksum:
6119         * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.png:
6120         * platform/mac/svg/custom/js-late-gradient-creation-expected.checksum:
6121         * platform/mac/svg/custom/js-late-gradient-creation-expected.png:
6122         * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.png:
6123         * platform/mac/svg/custom/js-late-marker-creation-expected.png:
6124         * platform/mac/svg/custom/js-late-mask-and-object-creation-expected.png:
6125         * platform/mac/svg/custom/js-late-mask-creation-expected.png:
6126         * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.checksum:
6127         * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.png:
6128         * platform/mac/svg/custom/js-late-pattern-creation-expected.checksum:
6129         * platform/mac/svg/custom/js-late-pattern-creation-expected.png:
6130         * platform/mac/svg/custom/js-repaint-rect-on-path-with-stroke-expected.png:
6131         * platform/mac/svg/custom/js-update-container-expected.png:
6132         * platform/mac/svg/custom/js-update-container2-expected.png:
6133         * platform/mac/svg/custom/js-update-path-changes-expected.png:
6134         * platform/mac/svg/custom/js-update-path-removal-expected.png:
6135         * platform/mac/svg/custom/js-update-pattern-child-expected.png:
6136         * platform/mac/svg/custom/js-update-pattern-expected.png:
6137         * platform/mac/svg/custom/js-update-polygon-changes-expected.png:
6138         * platform/mac/svg/custom/js-update-polygon-removal-expected.png:
6139         * platform/mac/svg/custom/js-update-style-expected.png:
6140         * platform/mac/svg/custom/js-update-transform-addition-expected.png:
6141         * platform/mac/svg/custom/js-update-transform-changes-expected.png:
6142
6143 2011-02-07  Nikolas Zimmermann  <nzimmermann@rim.com>
6144
6145         Not reviewed.
6146
6147         small text which is scaled to be large renders pixelated
6148         https://bugs.webkit.org/show_bug.cgi?id=12448
6149
6150         Update Snow Leopard SVG pixel test baseline after r77485.
6151
6152         * platform/mac/svg/batik/paints/gradientLimit-expected.png:
6153         * platform/mac/svg/batik/paints/patternRegionA-expected.png:
6154         * platform/mac/svg/batik/text/longTextOnPath-expected.png:
6155         * platform/mac/svg/batik/text/smallFonts-expected.checksum:
6156         * platform/mac/svg/batik/text/smallFonts-expected.png:
6157         * platform/mac/svg/batik/text/textAnchor-expected.checksum:
6158         * platform/mac/svg/batik/text/textAnchor-expected.png:
6159         * platform/mac/svg/batik/text/textDecoration2-expected.png:
6160         * platform/mac/svg/batik/text/textEffect-expected.checksum:
6161         * platform/mac/svg/batik/text/textEffect-expected.png:
6162         * platform/mac/svg/batik/text/textEffect3-expected.checksum:
6163         * platform/mac/svg/batik/text/textEffect3-expected.png:
6164         * platform/mac/svg/batik/text/textFeatures-expected.checksum:
6165         * platform/mac/svg/batik/text/textFeatures-expected.png:
6166         * platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.png:
6167         * platform/mac/svg/batik/text/textLayout2-expected.checksum:
6168         * platform/mac/svg/batik/text/textLayout2-expected.png:
6169         * platform/mac/svg/batik/text/textOnPath-expected.checksum:
6170         * platform/mac/svg/batik/text/textOnPath-expected.png:
6171         * platform/mac/svg/batik/text/textPosition-expected.png:
6172         * platform/mac/svg/batik/text/textPosition2-expected.png:
6173         * platform/mac/svg/batik/text/textProperties2-expected.checksum:
6174         * platform/mac/svg/batik/text/textProperties2-expected.png:
6175         * platform/mac/svg/batik/text/textStyles-expected.checksum:
6176         * platform/mac/svg/batik/text/textStyles-expected.png:
6177         * platform/mac/svg/batik/text/verticalText-expected.checksum:
6178         * platform/mac/svg/batik/text/verticalText-expected.png:
6179         * platform/mac/svg/batik/text/verticalTextOnPath-expected.checksum:
6180         * platform/mac/svg/batik/text/verticalTextOnPath-expected.png:
6181         * platform/mac/svg/carto.net/button-expected.checksum:
6182         * platform/mac/svg/carto.net/button-expected.png:
6183         * platform/mac/svg/carto.net/colourpicker-expected.checksum:
6184         * platform/mac/svg/carto.net/colourpicker-expected.png:
6185         * platform/mac/svg/carto.net/combobox-expected.checksum:
6186         * platform/mac/svg/carto.net/combobox-expected.png:
6187         * platform/mac/svg/carto.net/scrollbar-expected.checksum:
6188         * platform/mac/svg/carto.net/scrollbar-expected.png:
6189         * platform/mac/svg/carto.net/selectionlist-expected.checksum:
6190         * platform/mac/svg/carto.net/selectionlist-expected.png:
6191         * platform/mac/svg/carto.net/slider-expected.checksum:
6192         * platform/mac/svg/carto.net/slider-expected.png:
6193         * platform/mac/svg/carto.net/tabgroup-expected.png:
6194         * platform/mac/svg/carto.net/textbox-expected.checksum:
6195         * platform/mac/svg/carto.net/textbox-expected.png:
6196         * platform/mac/svg/carto.net/window-expected.checksum:
6197         * platform/mac/svg/carto.net/window-expected.png:
6198         * platform/mac/svg/clip-path/clip-path-clipped-evenodd-twice-expected.png:
6199         * platform/mac/svg/clip-path/clip-path-clipped-no-content-expected.png:
6200         * platform/mac/svg/clip-path/clip-path-evenodd-expected.png:
6201         * platform/mac/svg/clip-path/clip-path-evenodd-nonzero-expected.png:
6202         * platform/mac/svg/clip-path/clip-path-nonzero-evenodd-expected.png:
6203         * platform/mac/svg/clip-path/clip-path-nonzero-expected.png:
6204         * platform/mac/svg/clip-path/clip-path-recursive-call-by-child-expected.png:
6205         * platform/mac/svg/clip-path/clip-path-recursive-call-expected.png:
6206         * platform/mac/svg/clip-path/clip-path-text-and-shape-expected.png:
6207         * platform/mac/svg/clip-path/clip-path-text-and-stroke-expected.png:
6208         * platform/mac/svg/clip-path/clip-path-text-expected.png:
6209         * platform/mac/svg/clip-path/clip-path-use-as-child5-expected.png:
6210         * platform/mac/svg/clip-path/clip-path-userSpaceOnUse-expected.png:
6211         * platform/mac/svg/clip-path/clip-path-with-container-expected.png:
6212         * platform/mac/svg/clip-path/clip-path-with-different-unittypes-expected.png:
6213         * platform/mac/svg/clip-path/clip-path-with-different-unittypes2-expected.png:
6214         * platform/mac/svg/clip-path/clip-path-with-invisibile-child-expected.png:
6215         * platform/mac/svg/clip-path/clip-path-with-text-clipped-expected.png:
6216         * platform/mac/svg/css/arrow-with-shadow-expected.png:
6217         * platform/mac/svg/css/background-image-svg-expected.png:
6218         * platform/mac/svg/css/clippath-with-shadow-expected.png:
6219         * platform/mac/svg/css/group-with-shadow-expected.checksum:
6220         * platform/mac/svg/css/group-with-shadow-expected.png:
6221         * platform/mac/svg/css/path-with-shadow-expected.png:
6222         * platform/mac/svg/css/shadow-and-opacity-expected.png:
6223         * platform/mac/svg/css/shadow-changes-expected.png:
6224         * platform/mac/svg/css/shadow-with-large-radius-expected.png:
6225         * platform/mac/svg/css/shadow-with-negative-offset-expected.png:
6226         * platform/mac/svg/css/stars-with-shadow-expected.png:
6227         * platform/mac/svg/css/text-shadow-multiple-expected.checksum:
6228         * platform/mac/svg/css/text-shadow-multiple-expected.png:
6229         * platform/mac/svg/custom/SVGNumber-interface-expected.png:
6230         * platform/mac/svg/custom/SVGPoint-interface-expected.png:
6231         * platform/mac/svg/custom/SVGPoint-matrixTransform-expected.png:
6232         * platform/mac/svg/custom/SVGRect-interface-expected.png:
6233         * platform/mac/svg/custom/alignment-baseline-modes-expected.png:
6234         * platform/mac/svg/custom/animate-path-discrete-expected.png:
6235         * platform/mac/svg/custom/animate-path-morphing-expected.png:
6236         * platform/mac/svg/custom/animation-currentColor-expected.png:
6237         * platform/mac/svg/custom/attribute-namespace-check-expected.png:
6238         * platform/mac/svg/custom/broken-internal-references-expected.png:
6239         * platform/mac/svg/custom/circular-marker-reference-1-expected.png:
6240         * platform/mac/svg/custom/circular-marker-reference-3-expected.png:
6241         * platform/mac/svg/custom/circular-marker-reference-4-expected.png:
6242
6243 2011-02-07  Alejandro G. Castro  <alex@igalia.com>
6244
6245         Unreviewed, added new results for the slider-thumb-drag-release
6246         test and removed use-infinite-recursion.svg from skipped, required
6247         after r77778.
6248
6249         * platform/gtk/Skipped:
6250         * platform/gtk/fast/repaint/slider-thumb-drag-release-expected.checksum: Added.
6251         * platform/gtk/fast/repaint/slider-thumb-drag-release-expected.png: Added.
6252         * platform/gtk/fast/repaint/slider-thumb-drag-release-expected.txt: Added.
6253
6254 2011-02-07  Adam Barth  <abarth@webkit.org>
6255
6256         Reviewed by Eric Seidel.
6257
6258         Relative .. in URL paths shouldn't skip adjacent / characters
6259         https://bugs.webkit.org/show_bug.cgi?id=53907
6260
6261         Add some more test cases.
6262
6263         * fast/url/path-expected.txt:
6264         * fast/url/script-tests/path.js:
6265
6266 2011-02-07  Maciej Stachowiak  <mjs@apple.com>
6267
6268         Reviewed by Antti Koivisto.
6269
6270         WebKitTestRunner does not block remote resources or complain about them
6271         https://bugs.webkit.org/show_bug.cgi?id=42139
6272         <rdar://problem/8183942>
6273
6274         * platform/mac-wk2/Skipped: Unskip formerly skipped tests.
6275
6276 2011-02-06  MORITA Hajime  <morrita@google.com>
6277
6278         Unreviewed, unskip the html5lib test again which fails for another reason. (See Bug 53030)
6279
6280         * platform/qt/Skipped:
6281
6282 2011-02-06  Dominic Cooney  <dominicc@google.com>
6283
6284         Reviewed by Dimitri Glazkov.
6285
6286         Convert <keygen> option elements to a shadow DOM
6287         https://bugs.webkit.org/show_bug.cgi?id=51379
6288
6289         * html5lib/runner-expected.txt: Two more tests pass.
6290         * platform/mac/fast/html/keygen-expected.txt: Shadow render tree.
6291         * platform/mac/fast/invalid/residual-style-expected.txt:
6292
6293 2011-02-06  Patrick Gansterer  <paroga@webkit.org>
6294
6295         Reviewed by Oliver Hunt.
6296
6297         Remove empty svg test
6298         https://bugs.webkit.org/show_bug.cgi?id=53887
6299
6300         This files are empty.  Empty tests are pretty useless.
6301
6302         * platform/chromium-win/svg/custom/use-infinite-recursion-expected.png: Removed.
6303         * platform/mac/svg/custom/use-infinite-recursion-expected.checksum: Removed.
6304         * platform/mac/svg/custom/use-infinite-recursion-expected.png: Removed.
6305         * platform/mac/svg/custom/use-infinite-recursion-expected.txt: Removed.
6306         * platform/qt/svg/custom/use-infinite-recursion-expected.txt: Removed.
6307         * svg/custom/use-infinite-recursion.svg: Removed.
6308
6309 2011-02-06  Martin Robinson  <mrobinson@igalia.com>
6310
6311         Reclassify a failing test and unskip another which should be passing now.
6312
6313         * platform/gtk/Skipped: Update the skipped list.
6314
6315 2011-02-06  Robert Hogan  <robert@webkit.org>
6316
6317         Unreviewed, skip failing test on Qt bot.
6318
6319         [Qt]  fast/notifications/notifications-document-close-crash.html fails after r77738
6320         https://bugs.webkit.org/show_bug.cgi?id=53868
6321
6322         * platform/qt/Skipped: Skip fast/notifications/notifications-document-close-crash.html
6323
6324 2011-02-06  Maciej Stachowiak  <mjs@apple.com>
6325
6326         Reviewed by Dan Bernstein.
6327
6328         WebKitTestRunner needs layoutTestController.setWillSendRequestReturnsNull
6329         https://bugs.webkit.org/show_bug.cgi?id=42690
6330         <rdar://problem/8213851>
6331
6332         * platform/mac-wk2/Skipped: Unskip tests that now pass, except for the ones that
6333         mysteriously fail.
6334
6335 2011-02-05  Dimitri Glazkov  <dglazkov@chromium.org>
6336
6337         [Chromium] Add baselines for the test added in r77690.
6338
6339         * platform/chromium-mac/media/video-frame-accurate-seek-expected.checksum: Added.
6340         * platform/chromium-mac/media/video-frame-accurate-seek-expected.png: Added.
6341
6342 2011-02-05  Dimitri Glazkov  <dglazkov@chromium.org>
6343
6344         Remove passing canvas tests from expectations.
6345
6346         * platform/chromium/test_expectations.txt: Removed passing tests.
6347
6348 2011-02-05  Dimitri Glazkov  <dglazkov@chromium.org>
6349
6350         Remove passing tests whose results match mac/ and mac-leopard. 
6351
6352         * platform/chromium/test_expectations.txt: Removed passing tests.
6353
6354 2011-02-05  Dimitri Glazkov  <dglazkov@chromium.org>
6355
6356         Remove results for failing SVG tests. I will add the new ones after the
6357         bots tell me which ones aren't matching mac/ or mac-leopard/.
6358
6359 2011-02-05  Patrick Gansterer  <paroga@webkit.org>
6360
6361         Reviewed by Alexey Proskuryakov.
6362
6363         Add addition test for inherited encoding
6364         https://bugs.webkit.org/show_bug.cgi?id=53398
6365
6366         Check if the right encoding is used, after document.charset was set.
6367
6368         * fast/dom/Document/document-charset.html: Added doctype to make it pass in IE9 out of the box.
6369         * fast/encoding/css-charset-default-expected.txt:
6370         * fast/encoding/css-charset-default.xhtml:
6371         * fast/encoding/external-script-charset-expected.txt:
6372         * fast/encoding/external-script-charset-koi-8.js: Added.
6373         * fast/encoding/external-script-charset.js:
6374         * fast/encoding/external-script-charset.xhtml:
6375
6376 2011-02-05  Martin Robinson  <mrobinson@igalia.com>
6377
6378         JSC::Bindings m_rootObject->isValid() assert fails when running layout tests
6379         https://bugs.webkit.org/show_bug.cgi?id=53716
6380
6381         * platform/gtk/Skipped: Skip a test hitting this assertion.
6382
6383 2011-02-05  Robert Hogan  <robert@webkit.org>
6384
6385         Reviewed by Antonio Gomes.
6386
6387         [Qt] Style widgets not rendering
6388         https://bugs.webkit.org/show_bug.cgi?id=53849
6389
6390         * platform/qt/Skipped: Unskip plugins/application-plugins-plugins-disabled.html
6391
6392 2011-02-04  Nikolas Zimmermann  <nzimmermann@rim.com>
6393
6394         Not reviewed.
6395
6396         small text which is scaled to be large renders pixelated
6397         https://bugs.webkit.org/show_bug.cgi?id=12448
6398
6399         Update Snow Leopard SVG pixel test baseline after r77485.
6400
6401         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png:
6402         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png:
6403         * platform/mac/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png:
6404         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png:
6405         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.checksum:
6406         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png:
6407         * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png:
6408         * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png:
6409         * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png:
6410         * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png:
6411         * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png:
6412         * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png:
6413         * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png:
6414         * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
6415         * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png:
6416         * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png:
6417         * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png:
6418         * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png:
6419         * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png:
6420         * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png:
6421         * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png:
6422         * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png:
6423         * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png:
6424         * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
6425         * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png:
6426         * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png:
6427         * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png:
6428         * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png:
6429         * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png:
6430         * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png:
6431         * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png:
6432         * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.png:
6433         * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.png:
6434         * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.png:
6435         * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png:
6436         * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png:
6437         * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png:
6438         * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png:
6439         * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png:
6440         * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png:
6441         * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png:
6442         * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
6443         * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png:
6444         * platform/mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.png:
6445         * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png:
6446         * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png:
6447         * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png:
6448         * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png:
6449         * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.png:
6450         * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
6451         * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.png:
6452         * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.checksum:
6453         * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
6454         * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.png:
6455         * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.png:
6456         * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.png:
6457         * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png:
6458         * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.png:
6459         * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.png:
6460         * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.png:
6461         * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.checksum:
6462         * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
6463         * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.png:
6464         * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.checksum:
6465         * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png:
6466         * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.png:
6467         * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png:
6468         * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png:
6469         * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.png:
6470         * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.png:
6471         * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png:
6472         * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
6473         * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png:
6474         * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png:
6475         * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
6476         * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png:
6477         * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png:
6478         * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.png:
6479         * platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.png:
6480         * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.checksum:
6481         * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.png:
6482         * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.checksum:
6483         * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.png:
6484         * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.checksum:
6485         * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.png:
6486         * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.checksum:
6487         * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.png:
6488         * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.checksum:
6489         * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.png:
6490         * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.png:
6491         * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.png:
6492         * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.png:
6493         * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.png:
6494         * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.png:
6495         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.png:
6496         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.checksum:
6497         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
6498         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum:
6499         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
6500         * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
6501         * platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.png:
6502         * platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.png:
6503         * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.png:
6504         * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.png:
6505         * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.png:
6506         * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.checksum:
6507         * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
6508         * platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.png:
6509         * platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.png:
6510         * platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.png:
6511         * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.png:
6512         * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.png:
6513         * platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.png:
6514         * platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.png:
6515         * platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.png:
6516         * platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png:
6517         * platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png:
6518         * platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.png:
6519         * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.png:
6520         * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png:
6521         * platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.png:
6522         * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.png:
6523         * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.png:
6524         * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
6525         * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
6526         * platform/mac/svg/W3C-SVG-1.1/struct-frag-01-t-expected.png:
6527         * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.checksum:
6528         * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png:
6529         * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.checksum:
6530         * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.png:
6531         * platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.png:
6532         * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png:
6533         * platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.png:
6534         * platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.png:
6535         * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.png:
6536         * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.png:
6537         * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.png:
6538         * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.png:
6539         * platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.png:
6540         * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.png:
6541         * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.png:
6542         * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.png:
6543         * platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.png:
6544         * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.png:
6545         * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.png:
6546         * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.png:
6547         * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.png:
6548         * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
6549         * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
6550         * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png:
6551         * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
6552         * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.png:
6553         * platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.png:
6554         * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png:
6555         * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.checksum:
6556         * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
6557         * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.checksum:
6558         * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.png:
6559         * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.png:
6560         * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
6561         * platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.png:
6562         * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png:
6563         * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
6564         * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.png:
6565         * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.png:
6566         * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.checksum:
6567         * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
6568
6569 2011-02-05  Eric Seidel  <eric@webkit.org>
6570
6571         Unreviewed.
6572
6573         Safari should lowercase schemes in cannonicalized urls to match every other browser
6574         https://bugs.webkit.org/show_bug.cgi?id=53848
6575
6576         Checkin results I forgot to update in my previous commit. All progressions.
6577
6578         * fast/dom/anchor-origin-expected.txt:
6579         * http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase-expected.txt:
6580
6581 2011-02-05  Eric Seidel  <eric@webkit.org>
6582
6583         Reviewed by Adam Barth.
6584
6585         Safari should lowercase schemes in cannonicalized urls to match every other browser
6586         https://bugs.webkit.org/show_bug.cgi?id=53848
6587
6588         Update our results now that we pass more tests.
6589
6590         * fast/url/file-expected.txt:
6591         * fast/url/file-http-base-expected.txt:
6592         * fast/url/path-url-expected.txt:
6593         * fast/url/relative-expected.txt:
6594         * fast/url/scheme-expected.txt:
6595
6596 2011-02-04  Jer Noble  <jer.noble@apple.com>
6597
6598         Adding test to Qt Skipped list.
6599
6600         [Qt] media/video-frame-accurate-seek.html fails
6601         https://bugs.webkit.org/show_bug.cgi?id=53843
6602
6603         * platform/qt/Skipped:
6604
6605 2011-02-04  Adam Barth  <abarth@webkit.org>
6606
6607         Reviewed by Maciej Stachowiak.
6608
6609         Crash in WebCore::TextEncoding::decode below XSSFilter::init
6610         https://bugs.webkit.org/show_bug.cgi?id=53837
6611
6612         Test that we can successfully execute a JavaScript URL when it isn't
6613         blocked by the filter.
6614
6615         * http/tests/security/xssAuditor/non-block-javascript-url-frame-expected.txt: Added.
6616         * http/tests/security/xssAuditor/non-block-javascript-url-frame.html: Added.
6617
6618 2011-02-04  Maciej Stachowiak  <mjs@apple.com>
6619
6620         Reviewed by Adam Barth.
6621
6622         Skip a new test that uses EventSender
6623         https://bugs.webkit.org/show_bug.cgi?id=53841
6624
6625         * platform/mac-wk2/Skipped:
6626
6627 2011-02-04  Martin Robinson  <mrobinson@igalia.com>
6628
6629         Reviewed by Adam Barth.
6630
6631         [GTK] plugins/plugin-document-back-forward.html fails
6632         https://bugs.webkit.org/show_bug.cgi?id=53833
6633
6634         * platform/gtk/Skipped: Unskip test which is now passing.
6635
6636 2011-02-04  Carlos Garcia Campos  <cgarcia@igalia.com>
6637
6638         Reviewed by Martin Robinson.
6639
6640         Update expected results reflecting the change to search icon rendering.
6641
6642         * platform/gtk/fast/css/input-search-padding-expected.checksum:
6643         * platform/gtk/fast/css/input-search-padding-expected.png:
6644         * platform/gtk/fast/css/input-search-padding-expected.txt:
6645         * platform/gtk/fast/forms/search-styled-expected.checksum:
6646         * platform/gtk/fast/forms/search-styled-expected.png:
6647         * platform/gtk/fast/forms/search-styled-expected.txt:
6648         * platform/gtk/fast/forms/search-vertical-alignment-expected.checksum:
6649         * platform/gtk/fast/forms/search-vertical-alignment-expected.png:
6650         * platform/gtk/fast/forms/search-zoomed-expected.checksum:
6651         * platform/gtk/fast/forms/search-zoomed-expected.png:
6652         * platform/gtk/fast/forms/search-zoomed-expected.txt:
6653         * platform/gtk/fast/forms/searchfield-heights-expected.checksum:
6654         * platform/gtk/fast/forms/searchfield-heights-expected.png:
6655         * platform/gtk/fast/forms/searchfield-heights-expected.txt:
6656
6657 2011-02-04  Hironori Bono  <hbono@chromium.org>
6658
6659         Reviewed by Adam Barth.
6660
6661         [chromium] JPEG corruption
6662         https://bugs.webkit.org/show_bug.cgi?id=53250
6663
6664         This change adds a new script test that we can render a CMYK JPEG with a
6665         color profile correctly, i.e. we can render it without color corruption.
6666
6667         * fast/images/cmyk-jpeg-with-color-profile-expected.txt: Added.
6668         * fast/images/cmyk-jpeg-with-color-profile.html: Added.
6669         * fast/images/resources/cmyk-jpeg.jpg: Added.
6670         * fast/images/script-tests/cmyk-jpeg-with-color-profile.js: Added.
6671         (image.onload):
6672
6673 2011-02-04  Martin Robinson  <mrobinson@igalia.com>
6674
6675         Update pixel results for the fast/forms directory in preparation for landing
6676         fixes to input type=search icon sizing. Also add some missing results. These
6677         results are out of date because of changes to font hinting some time ago.
6678
6679         * platform/gtk/fast/forms/
6680         * platform/gtk/fast/forms/input-placeholder-visibility-1-expected.checksum: Added.
6681         * platform/gtk/fast/forms/input-placeholder-visibility-1-expected.png: Added.
6682         * platform/gtk/fast/forms/input-placeholder-visibility-1-expected.txt: Added.
6683         * platform/gtk/fast/forms/input-placeholder-visibility-2-expected.checksum: Added.
6684         * platform/gtk/fast/forms/input-placeholder-visibility-2-expected.png: Added.
6685         * platform/gtk/fast/forms/input-placeholder-visibility-2-expected.txt: Added.
6686         * platform/gtk/fast/forms/input-placeholder-visibility-3-expected.checksum: Added.
6687         * platform/gtk/fast/forms/input-placeholder-visibility-3-expected.png: Added.
6688         * platform/gtk/fast/forms/input-placeholder-visibility-3-expected.txt: Added.
6689         * platform/gtk/fast/forms/textarea-placeholder-visibility-1-expected.checksum: Added.
6690         * platform/gtk/fast/forms/textarea-placeholder-visibility-1-expected.png: Added.
6691         * platform/gtk/fast/forms/textarea-placeholder-visibility-1-expected.txt: Added.
6692         * platform/gtk/fast/forms/textarea-placeholder-visibility-2-expected.checksum: Added.
6693         * platform/gtk/fast/forms/textarea-placeholder-visibility-2-expected.png: Added.
6694         * platform/gtk/fast/forms/textarea-placeholder-visibility-2-expected.txt: Added.
6695
6696 2011-02-04  Adam Barth  <abarth@webkit.org>
6697
6698         [Windows 7 Release Tests] plugins/plugin-document-back-forward.html failing since introduction in r77706
6699         https://bugs.webkit.org/show_bug.cgi?id=53831
6700
6701         Stop dumping the child frames because that's not needed for this test
6702         and cause extra output on Windows.
6703
6704         * plugins/plugin-document-back-forward.html:
6705
6706 2011-02-04  Adam Barth  <abarth@webkit.org>
6707
6708         [GTK] plugins/plugin-document-back-forward.html fails
6709         https://bugs.webkit.org/show_bug.cgi?id=53833
6710
6711         Add plugins/plugin-document-back-forward.html to skipped list while we
6712         investigate the issue.
6713
6714         * platform/gtk/Skipped:
6715
6716 2011-02-04  Matthew Delaney  <mdelaney@apple.com>
6717
6718         Reviewed by Dan Bernstein.
6719
6720         Move canvas layout test expectations into more appropriate locations
6721         https://bugs.webkit.org/show_bug.cgi?id=53145
6722
6723         * platform/mac-snowleopard/canvas/philip/tests/2d.drawImage.broken-expected.txt: Removed.
6724         * ...
6725         * platform/mac-snowleopard/canvas/philip/tests/type.prototype-expected.txt: Removed.
6726         * platform/mac/canvas: Added.
6727         * platform/mac/canvas/philip: Added.
6728         * platform/mac/canvas/philip/tests: Added.
6729         * platform/mac/canvas/philip/tests/2d.drawImage.broken-expected.txt: Copied from platform/mac-snowleopard/canvas/philip/tests/2d.drawImage.broken-expected.txt.
6730         * ...
6731         * platform/mac/canvas/philip/tests/type.prototype-expected.txt: Copied from platform/mac-snowleopard/canvas/philip/tests/type.prototype-expected.txt.
6732
6733 2011-02-04  Jessie Berlin  <jberlin@apple.com>
6734
6735         [Windows 7 Release Tests] plugins/plugin-document-back-forward.html failing since
6736         introduction in r77706.
6737         https://bugs.webkit.org/show_bug.cgi?id=53831
6738
6739         Unreviewed. Add expected (failing?) results to get the Windows 7 Release Test bots green.
6740
6741         * platform/win/plugins/plugin-document-back-forward-expected.txt: Added.
6742
6743 2011-02-04  Martin Robinson  <mrobinson@igalia.com>
6744
6745         Unskip some tests which should now be passing.
6746
6747         * platform/gtk/Skipped: Unskip tests.
6748
6749 2011-02-04  Martin Robinson  <mrobinson@igalia.com>
6750
6751         Reviewed by Xan Lopez.
6752
6753         [GTK] WebKitWebFrame can return a stale frame name when calling webkit_web_frame_get_name
6754         https://bugs.webkit.org/show_bug.cgi?id=53797
6755
6756         * platform/gtk/Skipped: Unskip a test which is now passing.
6757
6758 2011-02-04  Martin Robinson  <mrobinson@igalia.com>
6759
6760         Rebaseline a few tests after r77665 and add a GTK-specific baseline
6761         after r77690.
6762
6763         * platform/gtk/fast/blockflow/Kusa-Makura-background-canvas-expected.txt:
6764         * platform/gtk/fast/blockflow/japanese-ruby-horizontal-bt-expected.txt:
6765         * platform/gtk/fast/blockflow/japanese-ruby-vertical-lr-expected.txt:
6766         * platform/gtk/fast/blockflow/japanese-ruby-vertical-rl-expected.txt:
6767         * platform/gtk/fast/ruby/nested-ruby-expected.txt:
6768         * platform/gtk/fast/text/emphasis-avoid-ruby-expected.txt:
6769         * platform/gtk/media/video-frame-accurate-seek-expected.txt: Added.
6770
6771 2011-02-04  Jessie Berlin  <jberlin@apple.com>
6772
6773         [Windows 7 Release Tests] 5 ruby tests failing on Windows after r77665
6774         https://bugs.webkit.org/show_bug.cgi?id=53820
6775
6776         Unreviewed. Landing expected results that are probably correct (given that the change in
6777         77665 was to make the default ruby text size smaller by default).
6778
6779         * platform/win/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum:
6780         * platform/win/fast/blockflow/Kusa-Makura-background-canvas-expected.png:
6781         * platform/win/fast/blockflow/Kusa-Makura-background-canvas-expected.txt:
6782         * platform/win/fast/blockflow/japanese-ruby-horizontal-bt-expected.checksum:
6783         * platform/win/fast/blockflow/japanese-ruby-horizontal-bt-expected.png:
6784         * platform/win/fast/blockflow/japanese-ruby-horizontal-bt-expected.txt:
6785         * platform/win/fast/blockflow/japanese-ruby-vertical-lr-expected.checksum:
6786         * platform/win/fast/blockflow/japanese-ruby-vertical-lr-expected.png:
6787         * platform/win/fast/blockflow/japanese-ruby-vertical-lr-expected.txt:
6788         * platform/win/fast/blockflow/japanese-ruby-vertical-rl-expected.checksum:
6789         * platform/win/fast/blockflow/japanese-ruby-vertical-rl-expected.png:
6790         * platform/win/fast/blockflow/japanese-ruby-vertical-rl-expected.txt:
6791         * platform/win/fast/ruby/nested-ruby-expected.checksum:
6792         * platform/win/fast/ruby/nested-ruby-expected.png:
6793         * platform/win/fast/ruby/nested-ruby-expected.txt:
6794
6795 2011-02-04  Martin Robinson  <mrobinson@igalia.com>
6796
6797         Reviewed by Gustavo Noronha Silva.
6798
6799         [GTK] fast/events/pagehide-timeout.html fails
6800         https://bugs.webkit.org/show_bug.cgi?id=53771
6801
6802         * platform/gtk/Skipped: Unskip a test which is now passing.
6803
6804 2011-02-04  Adam Barth  <abarth@webkit.org>
6805
6806         Reviewed by Eric Seidel.
6807
6808         PluginDocuments don't create widgets for plugins on back/forward
6809         https://bugs.webkit.org/show_bug.cgi?id=53474
6810
6811         Test that plugin loads when in a plugin document on back-forward.
6812
6813         * plugins/plugin-document-back-forward-expected.txt: Added.
6814         * plugins/plugin-document-back-forward.html: Added.
6815
6816 2011-02-04  Charlie Reis  <creis@chromium.org>
6817
6818         Reviewed by Mihai Parparita.
6819
6820         Crash in WebCore::HistoryController::itemsAreClones
6821         https://bugs.webkit.org/show_bug.cgi?id=52819
6822
6823         Tests that navigating back and forward between hash items works.
6824
6825         * fast/history/history-back-forward-within-subframe-hash.html: Added.
6826         * fast/history/history-back-forward-within-subframe-hash-expected.txt: Added.
6827
6828 2011-02-04  Dimitri Glazkov  <dglazkov@chromium.org>
6829
6830         [Chromium] Add expectations for the test, added in r77690.
6831
6832         * platform/chromium-win/media/video-frame-accurate-seek-expected.checksum: Added.
6833         * platform/chromium-win/media/video-frame-accurate-seek-expected.png: Added.
6834         * platform/chromium-win/media/video-frame-accurate-seek-expected.txt: Added.
6835         * platform/chromium/test_expectations.txt:
6836
6837 2011-02-04  Carol Szabo  <carol.szabo@nokia.com>
6838
6839         Reviewed by David Hyatt.
6840
6841         Code Changes.
6842
6843         CSS 2.1 failure: content-*
6844         https://bugs.webkit.org/show_bug.cgi?id=52126
6845
6846         * fast/css/counters/content-021-expected.txt: Added.
6847         * fast/css/counters/content-021.html: Added.
6848         This is a copy of the test with the same name from the
6849         official css test suite, adapted for DumpRenderTree.
6850
6851 2011-02-04  Dimitri Glazkov  <dglazkov@chromium.org>
6852
6853         [Chromium] Removed Chromium-specific baselines that are no longer necessary.
6854
6855         * platform/chromium-mac-leopard/fast/blockflow/japanese-ruby-vertical-lr-expected.checksum: Removed.
6856         * platform/chromium-mac-leopard/fast/blockflow/japanese-ruby-vertical-lr-expected.png: Removed.
6857         * platform/chromium-mac-leopard/fast/blockflow/japanese-ruby-vertical-rl-expected.checksum: Removed.
6858         * platform/chromium-mac-leopard/fast/blockflow/japanese-ruby-vertical-rl-expected.png: Removed.
6859         * platform/chromium-mac/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum: Removed.
6860         * platform/chromium-mac/fast/blockflow/Kusa-Makura-background-canvas-expected.png: Removed.
6861
6862 2011-02-04  Dimitri Glazkov  <dglazkov@chromium.org>
6863
6864         Update Leopard pixel results for fast/box-shadow.
6865
6866         * platform/mac-leopard/fast/box-shadow/basic-shadows-expected.checksum:
6867         * platform/mac-leopard/fast/box-shadow/basic-shadows-expected.png:
6868         * platform/mac-leopard/fast/box-shadow/inset-expected.checksum:
6869         * platform/mac-leopard/fast/box-shadow/inset-expected.png:
6870
6871 2011-02-04  Jer Noble  <jer.noble@apple.com>
6872
6873         Reviewed by Eric Carlson.
6874
6875         Frame accurate seeking isn't always accurate
6876         https://bugs.webkit.org/show_bug.cgi?id=52697
6877
6878         New pixel test that seeks to specific currentTimes and records the rendered frame.
6879
6880         * media/content/test-25fps.mp4: Added.
6881         * media/content/test-25fps.ogv: Added.
6882         * media/video-frame-accurate-seek-expected.txt: Added.
6883         * media/video-frame-accurate-seek.html: Added.
6884         * platform/mac/media/video-frame-accurate-seek-expected.checksum: Added.
6885         * platform/mac/media/video-frame-accurate-seek-expected.png: Added.
6886
6887 2011-02-04  Jeremy Orlow  <jorlow@chromium.org>
6888
6889         Reviewed by Nate Chapin.
6890
6891         Second IndexedDB events overhaul patch
6892         https://bugs.webkit.org/show_bug.cgi?id=53813
6893
6894         * storage/indexeddb/request-event-propagation-expected.txt: Added.
6895         * storage/indexeddb/request-event-propagation.html: Added.
6896
6897 2011-02-04  Jeremy Orlow  <jorlow@chromium.org>
6898
6899         Reviewed by Nate Chapin.
6900
6901         First step towards event propogation within IndexedDB
6902         https://bugs.webkit.org/show_bug.cgi?id=53795
6903
6904         This is the first step towards implementing
6905         http://www.w3.org/Bugs/Public/show_bug.cgi?id=11348
6906         within IndexedDB. I've created a method that knows how
6907         to capture and bubble (based on Node's dispatchGenericEvent).
6908         I've then changed IDBRequest to use it.
6909
6910         The only functional change is that preventDefault now must
6911         be called in error events to prevent the transaction from
6912         being aborted. The tests reflect this change and there's one
6913         specific test to look at this behavior.
6914
6915         * storage/indexeddb/cursor-index-delete-expected.txt:
6916         * storage/indexeddb/cursor-index-delete.html:
6917         * storage/indexeddb/database-quota-expected.txt:
6918         * storage/indexeddb/database-quota.html:
6919         * storage/indexeddb/duplicates-expected.txt:
6920         * storage/indexeddb/duplicates.html:
6921         * storage/indexeddb/error-causes-abort-by-default-expected.txt: Copied from LayoutTests/storage/indexeddb/cursor-index-delete-expected.txt.
6922         * storage/indexeddb/error-causes-abort-by-default.html: Added.
6923         * storage/indexeddb/index-basics-expected.txt:
6924         * storage/indexeddb/index-basics.html:
6925         * storage/indexeddb/objectstore-autoincrement-expected.txt:
6926         * storage/indexeddb/objectstore-autoincrement.html:
6927         * storage/indexeddb/objectstore-basics-expected.txt:
6928         * storage/indexeddb/objectstore-basics.html:
6929
6930 2011-02-04  Dimitri Glazkov  <dglazkov@chromium.org>
6931
6932         [Chromium] Remove Chromium-specific baselines that we no longer need.
6933
6934         * platform/chromium-mac-leopard/fast/ruby/nested-ruby-expected.checksum: Removed.
6935         * platform/chromium-mac-leopard/fast/ruby/nested-ruby-expected.png: Removed.
6936         * platform/chromium-mac-leopard/fast/ruby/ruby-beforeafter-expected.checksum: Removed.
6937         * platform/chromium-mac-leopard/fast/ruby/ruby-beforeafter-expected.png: Removed.
6938         * platform/chromium-mac-leopard/fast/ruby/ruby-run-break-expected.checksum: Removed.
6939         * platform/chromium-mac-leopard/fast/ruby/ruby-run-break-expected.png: Removed.
6940
6941 2011-02-04  Jeremy Orlow  <jorlow@chromium.org>
6942
6943         Revert https://bugs.webkit.org/show_bug.cgi?id=53795
6944
6945         * storage/indexeddb/cursor-index-delete-expected.txt:
6946         * storage/indexeddb/cursor-index-delete.html:
6947         * storage/indexeddb/cursor-update-expected.txt:
6948         * storage/indexeddb/cursor-update.html:
6949         * storage/indexeddb/database-quota-expected.txt:
6950         * storage/indexeddb/database-quota.html:
6951         * storage/indexeddb/duplicates-expected.txt:
6952         * storage/indexeddb/duplicates.html:
6953         * storage/indexeddb/error-causes-abort-by-default-expected.txt: Removed.
6954         * storage/indexeddb/error-causes-abort-by-default.html: Removed.
6955         * storage/indexeddb/index-basics-expected.txt:
6956         * storage/indexeddb/index-basics.html:
6957         * storage/indexeddb/objectstore-autoincrement-expected.txt:
6958         * storage/indexeddb/objectstore-autoincrement.html:
6959         * storage/indexeddb/objectstore-basics-expected.txt:
6960         * storage/indexeddb/objectstore-basics.html:
6961
6962 2011-02-04  Dimitri Glazkov  <dglazkov@chromium.org>
6963
6964         [Chromium] Marked test, added in r77680 as failing due to lighttpd.
6965
6966         * platform/chromium/test_expectations.txt: Marked.
6967
6968 2011-02-04  Dimitri Glazkov  <dglazkov@chromium.org>
6969
6970         Update Leopard baselines for fast/blockflow, this time correctly.
6971
6972         * platform/mac-leopard/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum:
6973         * platform/mac-leopard/fast/blockflow/Kusa-Makura-background-canvas-expected.png:
6974         * platform/mac-leopard/fast/blockflow/Kusa-Makura-background-canvas-expected.txt: Removed.
6975         * platform/mac-leopard/fast/blockflow/fieldsets-expected.png:
6976         * platform/mac-leopard/fast/blockflow/japanese-ruby-horizontal-bt-expected.checksum: Removed.
6977         * platform/mac-leopard/fast/blockflow/japanese-ruby-horizontal-bt-expected.png: Removed.
6978         * platform/mac-leopard/fast/blockflow/japanese-ruby-horizontal-bt-expected.txt: Removed.
6979         * platform/mac-leopard/fast/blockflow/japanese-ruby-vertical-lr-expected.checksum:
6980         * platform/mac-leopard/fast/blockflow/japanese-ruby-vertical-lr-expected.png:
6981         * platform/mac-leopard/fast/blockflow/japanese-ruby-vertical-lr-expected.txt: Removed.
6982         * platform/mac-leopard/fast/blockflow/japanese-ruby-vertical-rl-expected.checksum:
6983         * platform/mac-leopard/fast/blockflow/japanese-ruby-vertical-rl-expected.png:
6984         * platform/mac-leopard/fast/blockflow/japanese-ruby-vertical-rl-expected.txt: Removed.
6985
6986 2011-02-04  Dirk Pranke  <dpranke@chromium.org>
6987
6988         Unreviewed, expectations change.
6989
6990         Merge in some GPU expectations that got dropped in r77666, get lint to pass.
6991
6992         * platform/chromium/test_expectations.txt:
6993
6994 2011-02-04  Dimitri Glazkov  <dglazkov@chromium.org>
6995
6996         Add Leopard-specific pixel results for fast/ruby.
6997
6998         * platform/mac-leopard/fast/ruby/nested-ruby-expected.checksum: Added.
6999         * platform/mac-leopard/fast/ruby/nested-ruby-expected.png: Added.
7000         * platform/mac-leopard/fast/ruby/ruby-beforeafter-expected.checksum: Added.
7001         * platform/mac-leopard/fast/ruby/ruby-beforeafter-expected.png: Added.
7002         * platform/mac-leopard/fast/ruby/ruby-empty-rt-expected.checksum:
7003         * platform/mac-leopard/fast/ruby/ruby-empty-rt-expected.png:
7004         * platform/mac-leopard/fast/ruby/ruby-length-expected.checksum:
7005         * platform/mac-leopard/fast/ruby/ruby-length-expected.png:
7006         * platform/mac-leopard/fast/ruby/ruby-run-break-expected.checksum:
7007         * platform/mac-leopard/fast/ruby/ruby-run-break-expected.png:
7008         * platform/mac-leopard/fast/ruby/ruby-runs-expected.checksum:
7009         * platform/mac-leopard/fast/ruby/ruby-runs-expected.png:
7010         * platform/mac-leopard/fast/ruby/ruby-runs-spans-expected.checksum:
7011         * platform/mac-leopard/fast/ruby/ruby-runs-spans-expected.png:
7012         * platform/mac-leopard/fast/ruby/ruby-simple-expected.checksum:
7013         * platform/mac-leopard/fast/ruby/ruby-simple-expected.png:
7014         * platform/mac-leopard/fast/ruby/ruby-simple-rp-expected.checksum:
7015         * platform/mac-leopard/fast/ruby/ruby-simple-rp-expected.png:
7016         * platform/mac-leopard/fast/ruby/ruby-trailing-expected.checksum:
7017         * platform/mac-leopard/fast/ruby/ruby-trailing-expected.png:
7018         * platform/mac-leopard/fast/ruby/rubyDOM-insert-rt-expected.checksum:
7019         * platform/mac-leopard/fast/ruby/rubyDOM-insert-rt-expected.png:
7020         * platform/mac-leopard/fast/ruby/rubyDOM-insert-text1-expected.checksum:
7021         * platform/mac-leopard/fast/ruby/rubyDOM-insert-text1-expected.png:
7022         * platform/mac-leopard/fast/ruby/rubyDOM-insert-text2-expected.checksum:
7023         * platform/mac-leopard/fast/ruby/rubyDOM-insert-text2-expected.png:
7024         * platform/mac-leopard/fast/ruby/rubyDOM-insert-text3-expected.checksum:
7025         * platform/mac-leopard/fast/ruby/rubyDOM-insert-text3-expected.png:
7026         * platform/mac-leopard/fast/ruby/rubyDOM-remove-rt1-expected.checksum:
7027         * platform/mac-leopard/fast/ruby/rubyDOM-remove-rt1-expected.png:
7028         * platform/mac-leopard/fast/ruby/rubyDOM-remove-rt2-expected.checksum:
7029         * platform/mac-leopard/fast/ruby/rubyDOM-remove-rt2-expected.png:
7030         * platform/mac-leopard/fast/ruby/rubyDOM-remove-text1-expected.checksum:
7031         * platform/mac-leopard/fast/ruby/rubyDOM-remove-text1-expected.png:
7032         * platform/mac-leopard/fast/ruby/rubyDOM-remove-text2-expected.checksum:
7033         * platform/mac-leopard/fast/ruby/rubyDOM-remove-text2-expected.png:
7034
7035 2011-02-04  Martin Galpin  <martin@66laps.com>
7036
7037         Reviewed by David Levin.
7038
7039         CORS origin header not set on GET when a preflight request is required.
7040         https://bugs.webkit.org/show_bug.cgi?id=50773
7041
7042         * http/tests/xmlhttprequest/cross-origin-preflight-get-expected.txt: Added.
7043         * http/tests/xmlhttprequest/cross-origin-preflight-get.html: Added.
7044         * http/tests/xmlhttprequest/resources/cross-origin-preflight-get.php: Added.
7045
7046 2011-02-04  Jeremy Orlow  <jorlow@chromium.org>
7047
7048         Reviewed by Nate Chapin.
7049
7050         First step towards event propogation within IndexedDB
7051         https://bugs.webkit.org/show_bug.cgi?id=53795
7052
7053         This is the first step towards implementing
7054         http://www.w3.org/Bugs/Public/show_bug.cgi?id=11348
7055         within IndexedDB. I've created a method that knows how
7056         to capture and bubble (based on Node's dispatchGenericEvent).
7057         I've then changed IDBRequest to use it.
7058
7059         The only functional change is that preventDefault now must
7060         be called in error events to prevent the transaction from
7061         being aborted. The tests reflect this change and there's one
7062         specific test to look at this behavior.
7063
7064         * storage/indexeddb/cursor-index-delete-expected.txt:
7065         * storage/indexeddb/cursor-index-delete.html:
7066         * storage/indexeddb/database-quota-expected.txt:
7067         * storage/indexeddb/database-quota.html:
7068         * storage/indexeddb/duplicates-expected.txt:
7069         * storage/indexeddb/duplicates.html:
7070         * storage/indexeddb/error-causes-abort-by-default-expected.txt: Copied from LayoutTests/storage/indexeddb/cursor-index-delete-expected.txt.
7071         * storage/indexeddb/error-causes-abort-by-default.html: Added.
7072         * storage/indexeddb/index-basics-expected.txt:
7073         * storage/indexeddb/index-basics.html:
7074         * storage/indexeddb/objectstore-autoincrement-expected.txt:
7075         * storage/indexeddb/objectstore-autoincrement.html:
7076         * storage/indexeddb/objectstore-basics-expected.txt:
7077         * storage/indexeddb/objectstore-basics.html:
7078
7079 2011-02-04  Dimitri Glazkov  <dglazkov@chromium.org>
7080
7081         [Chromium] Updated Win and Linux baselines after r77665.
7082
7083 2011-02-04  Xiaomei Ji  <xji@chromium.org>
7084
7085         Unreviewed.
7086
7087         Rebaseline chromium after r77654.
7088         text-align attribute in <select> is ignored both in button text and drop-down
7089         items.
7090
7091         * platform/chromium-linux/fast/text/international/bidi-menulist-expected.checksum:
7092         * platform/chromium-linux/fast/text/international/bidi-menulist-expected.png:
7093         * platform/chromium-linux/fast/text/international/bidi-menulist-expected.txt:
7094         * platform/chromium-win/fast/text/international/bidi-menulist-expected.checksum:
7095         * platform/chromium-win/fast/text/international/bidi-menulist-expected.png:
7096         * platform/chromium-win/fast/text/international/bidi-menulist-expected.txt:
7097
7098 2011-02-04  Dimitri Glazkov  <dglazkov@chromium.org>
7099
7100         Add Leopard-specific pixel results for fast/blockflow.
7101
7102         * platform/mac-leopard/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum: Added.
7103         * platform/mac-leopard/fast/blockflow/Kusa-Makura-background-canvas-expected.png: Added.
7104         * platform/mac-leopard/fast/blockflow/Kusa-Makura-background-canvas-expected.txt: Added.
7105         * platform/mac-leopard/fast/blockflow/block-level-images-expected.checksum: Added.
7106         * platform/mac-leopard/fast/blockflow/block-level-images-expected.png: Added.
7107         * platform/mac-leopard/fast/blockflow/border-vertical-lr-expected.checksum: Added.
7108         * platform/mac-leopard/fast/blockflow/border-vertical-lr-expected.png: Added.
7109         * platform/mac-leopard/fast/blockflow/english-bt-text-expected.checksum: Added.
7110         * platform/mac-leopard/fast/blockflow/english-bt-text-expected.png: Added.
7111         * platform/mac-leopard/fast/blockflow/english-lr-text-expected.checksum: Added.
7112         * platform/mac-leopard/fast/blockflow/english-lr-text-expected.png: Added.
7113         * platform/mac-leopard/fast/blockflow/japanese-lr-selection-expected.checksum: Added.
7114         * platform/mac-leopard/fast/blockflow/japanese-lr-selection-expected.png: Added.
7115         * platform/mac-leopard/fast/blockflow/japanese-lr-text-expected.checksum: Added.
7116         * platform/mac-leopard/fast/blockflow/japanese-lr-text-expected.png: Added.
7117         * platform/mac-leopard/fast/blockflow/japanese-rl-selection-expected.checksum: Added.
7118         * platform/mac-leopard/fast/blockflow/japanese-rl-selection-expected.png: Added.
7119         * platform/mac-leopard/fast/blockflow/japanese-rl-text-expected.checksum: Added.
7120         * platform/mac-leopard/fast/blockflow/japanese-rl-text-expected.png: Added.
7121         * platform/mac-leopard/fast/blockflow/japanese-ruby-horizontal-bt-expected.checksum: Added.
7122         * platform/mac-leopard/fast/blockflow/japanese-ruby-horizontal-bt-expected.png: Added.
7123         * platform/mac-leopard/fast/blockflow/japanese-ruby-horizontal-bt-expected.txt: Added.
7124         * platform/mac-leopard/fast/blockflow/japanese-ruby-vertical-lr-expected.checksum: Added.
7125         * platform/mac-leopard/fast/blockflow/japanese-ruby-vertical-lr-expected.png: Added.
7126         * platform/mac-leopard/fast/blockflow/japanese-ruby-vertical-lr-expected.txt: Added.
7127         * platform/mac-leopard/fast/blockflow/japanese-ruby-vertical-rl-expected.checksum: Added.
7128         * platform/mac-leopard/fast/blockflow/japanese-ruby-vertical-rl-expected.png: Added.
7129         * platform/mac-leopard/fast/blockflow/japanese-ruby-vertical-rl-expected.txt: Added.
7130         * platform/mac-leopard/fast/blockflow/vertical-align-table-baseline-expected.checksum: Added.
7131         * platform/mac-leopard/fast/blockflow/vertical-align-table-baseline-expected.png: Added.
7132         * platform/mac-leopard/fast/blockflow/vertical-baseline-alignment-expected.checksum: Added.
7133         * platform/mac-leopard/fast/blockflow/vertical-baseline-alignment-expected.png: Added.
7134         * platform/mac-leopard/fast/blockflow/vertical-font-fallback-expected.checksum: Added.
7135         * platform/mac-leopard/fast/blockflow/vertical-font-fallback-expected.png: Added.
7136
7137 2011-02-04  Dimitri Glazkov  <dglazkov@chromium.org>
7138
7139         Remove platform-specific baselines, since we match platform/mac here.
7140
7141         * platform/chromium-mac/fast/blockflow/box-shadow-horizontal-bt-expected.checksum: Removed.
7142         * platform/chromium-mac/fast/blockflow/box-shadow-horizontal-bt-expected.png: Removed.
7143         * platform/chromium-mac/fast/blockflow/box-shadow-vertical-lr-expected.checksum: Removed.
7144         * platform/chromium-mac/fast/blockflow/box-shadow-vertical-lr-expected.png: Removed.
7145         * platform/chromium-mac/fast/blockflow/box-shadow-vertical-rl-expected.checksum: Removed.
7146         * platform/chromium-mac/fast/blockflow/box-shadow-vertical-rl-expected.png: Removed.
7147         * platform/chromium/test_expectations.txt:
7148
7149 2011-02-04  Dimitri Glazkov  <dglazkov@chromium.org>
7150
7151         [Chromium] Update mac expectations.
7152
7153         * platform/chromium/test_expectations.txt: Updated.
7154
7155 2011-02-04  Dimitri Glazkov  <dglazkov@chromium.org>
7156
7157         Reviewed by Csaba Osztrogonác.
7158
7159         [Qt]REGRESSION(r76951): media/controls-without-preload.html fails
7160         https://bugs.webkit.org/show_bug.cgi?id=53674
7161
7162         * platform/qt/Skipped:
7163
7164 2011-02-04  Mihai Parparita  <mihaip@chromium.org>
7165
7166         Unreviewed GTK expectations update.
7167         
7168         Unskip fast/history/timed-refresh-in-cached-frame.html, it should pass
7169         with http://trac.webkit.org/changeset/77559.
7170
7171         * platform/gtk/Skipped:
7172
7173 2011-02-04  Dirk Pranke  <dpranke@chromium.org>
7174
7175         Reviewed by Mihai Parparita.
7176
7177         merge test expectations for chromium, chromium-gpu. From
7178         now on, we will track GPU-specific expectations with the
7179         "GPU" modifier in the main file, rather than in a separate
7180         file (and non-GPU-specific expectations with the "CPU"
7181         modifier.
7182
7183         https://bugs.webkit.org/show_bug.cgi?id=53562
7184
7185         * platform/chromium-gpu/test_expectations.txt: Removed.
7186         * platform/chromium/test_expectations.txt:
7187
7188 2011-02-04  Dan Bernstein  <mitz@apple.com>
7189
7190         Reviewed by Darin Adler and Dave Hyatt.
7191
7192         <rdar://problem/8902704> Make ruby text size 50% by default
7193         https://bugs.webkit.org/show_bug.cgi?id=53723
7194
7195         * fast/text/emphasis-avoid-ruby-expected.checksum:
7196         * fast/text/emphasis-avoid-ruby-expected.png:
7197         * fast/text/emphasis-avoid-ruby-expected.txt:
7198         * platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum:
7199         * platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.png:
7200         * platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.txt:
7201         * platform/mac/fast/blockflow/box-shadow-horizontal-bt-expected.checksum:
7202         * platform/mac/fast/blockflow/box-shadow-horizontal-bt-expected.png:
7203         * platform/mac/fast/blockflow/box-shadow-vertical-lr-expected.checksum:
7204         * platform/mac/fast/blockflow/box-shadow-vertical-lr-expected.png:
7205         * platform/mac/fast/blockflow/box-shadow-vertical-rl-expected.checksum:
7206         * platform/mac/fast/blockflow/box-shadow-vertical-rl-expected.png:
7207         * platform/mac/fast/blockflow/japanese-ruby-horizontal-bt-expected.checksum:
7208         * platform/mac/fast/blockflow/japanese-ruby-horizontal-bt-expected.png:
7209         * platform/mac/fast/blockflow/japanese-ruby-horizontal-bt-expected.txt:
7210         * platform/mac/fast/blockflow/japanese-ruby-vertical-lr-expected.checksum:
7211         * platform/mac/fast/blockflow/japanese-ruby-vertical-lr-expected.png:
7212         * platform/mac/fast/blockflow/japanese-ruby-vertical-lr-expected.txt:
7213         * platform/mac/fast/blockflow/japanese-ruby-vertical-rl-expected.checksum:
7214         * platform/mac/fast/blockflow/japanese-ruby-vertical-rl-expected.png:
7215         * platform/mac/fast/blockflow/japanese-ruby-vertical-rl-expected.txt:
7216         * platform/mac/fast/ruby/nested-ruby-expected.checksum:
7217         * platform/mac/fast/ruby/nested-ruby-expected.png:
7218         * platform/mac/fast/ruby/nested-ruby-expected.txt:
7219         * platform/mac/fast/ruby/ruby-beforeafter-expected.checksum:
7220         * platform/mac/fast/ruby/ruby-beforeafter-expected.png:
7221         * platform/mac/fast/ruby/ruby-beforeafter-expected.txt:
7222         * platform/mac/fast/ruby/ruby-empty-rt-expected.checksum:
7223         * platform/mac/fast/ruby/ruby-empty-rt-expected.png:
7224         * platform/mac/fast/ruby/ruby-empty-rt-expected.txt:
7225         * platform/mac/fast/ruby/ruby-length-expected.checksum:
7226         * platform/mac/fast/ruby/ruby-length-expected.png:
7227         * platform/mac/fast/ruby/ruby-length-expected.txt:
7228         * platform/mac/fast/ruby/ruby-run-break-expected.checksum:
7229         * platform/mac/fast/ruby/ruby-run-break-expected.png:
7230         * platform/mac/fast/ruby/ruby-run-break-expected.txt:
7231         * platform/mac/fast/ruby/ruby-runs-expected.checksum:
7232         * platform/mac/fast/ruby/ruby-runs-expected.png:
7233         * platform/mac/fast/ruby/ruby-runs-expected.txt:
7234         * platform/mac/fast/ruby/ruby-runs-spans-expected.checksum:
7235         * platform/mac/fast/ruby/ruby-runs-spans-expected.png:
7236         * platform/mac/fast/ruby/ruby-runs-spans-expected.txt:
7237         * platform/mac/fast/ruby/ruby-simple-expected.checksum:
7238         * platform/mac/fast/ruby/ruby-simple-expected.png:
7239         * platform/mac/fast/ruby/ruby-simple-expected.txt:
7240         * platform/mac/fast/ruby/ruby-simple-rp-expected.checksum:
7241         * platform/mac/fast/ruby/ruby-simple-rp-expected.png:
7242         * platform/mac/fast/ruby/ruby-simple-rp-expected.txt:
7243         * platform/mac/fast/ruby/ruby-trailing-expected.checksum:
7244         * platform/mac/fast/ruby/ruby-trailing-expected.png:
7245         * platform/mac/fast/ruby/ruby-trailing-expected.txt:
7246         * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.checksum:
7247         * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.png:
7248         * platform/mac/fast/ruby/rubyDOM-insert-rt-expected.txt:
7249         * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.checksum:
7250         * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.png:
7251         * platform/mac/fast/ruby/rubyDOM-insert-text1-expected.txt:
7252         * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.checksum:
7253         * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.png:
7254         * platform/mac/fast/ruby/rubyDOM-insert-text2-expected.txt:
7255         * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.checksum:
7256         * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.png:
7257         * platform/mac/fast/ruby/rubyDOM-insert-text3-expected.txt:
7258         * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.checksum:
7259         * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.png:
7260         * platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.txt:
7261         * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.checksum:
7262         * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.png:
7263         * platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.txt:
7264         * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.checksum:
7265         * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.png:
7266         * platform/mac/fast/ruby/rubyDOM-remove-text1-expected.txt:
7267         * platform/mac/fast/ruby/rubyDOM-remove-text2-expected.checksum:
7268         * platform/mac/fast/ruby/rubyDOM-remove-text2-expected.png:
7269         * platform/mac/fast/ruby/rubyDOM-remove-text2-expected.txt:
7270
7271 2011-02-04  Antti Koivisto  <antti@apple.com>
7272
7273         Reviewed by Dimitri Glazkov.
7274
7275         https://bugs.webkit.org/show_bug.cgi?id=53610
7276         Regression: adjacent sibling selector not working as expected
7277         <rdar://problem/8960033>
7278         
7279         https://bugs.webkit.org/show_bug.cgi?id=53574
7280         REGRESSION (r76012): :last-child:after not working as expected
7281         <rdar://problem/8948643>
7282
7283         * fast/selectors/style-sharing-adjacent-selector-expected.txt: Added.
7284         * fast/selectors/style-sharing-adjacent-selector.html: Added.
7285         * fast/selectors/style-sharing-last-child-expected.txt: Added.
7286         * fast/selectors/style-sharing-last-child.html: Added.
7287
7288 2011-02-04  Robert Hogan  <robert@webkit.org>
7289
7290         Reviewed by Darin Fisher.
7291
7292         Move chromium iframe shim code to cross-platform file.
7293         https://bugs.webkit.org/show_bug.cgi?id=52594
7294
7295         * platform/qt/Skipped: Unskip plugins/iframe-shims.html
7296
7297 2011-02-04  Brady Eidson  <beidson@apple.com>
7298
7299         Reviewed by Anders Carlsson.
7300
7301         <rdar://problem/8636239> and https://bugs.webkit.org/show_bug.cgi?id=53785
7302         WebKit2: Pages with dynamically inserted iframes can add extraneous back/forward items.
7303
7304         * fast/loader/dynamic-iframe-extra-back-forward-item-expected.txt: Added.
7305         * fast/loader/dynamic-iframe-extra-back-forward-item.html: Added.
7306
7307 2011-02-04  Dimitri Glazkov  <dglazkov@chromium.org>
7308
7309         Add platform/mac-leopard baselines for tests added in r77639. The text rendering is
7310         different enough for them to be different from mac-snowleopard.
7311
7312         * platform/mac-leopard/fast/forms/input-placeholder-visibility-1-expected.checksum: Added.
7313         * platform/mac-leopard/fast/forms/input-placeholder-visibility-1-expected.png: Added.
7314         * platform/mac-leopard/fast/forms/input-placeholder-visibility-2-expected.checksum: Added.
7315         * platform/mac-leopard/fast/forms/input-placeholder-visibility-2-expected.png: Added.
7316         * platform/mac-leopard/fast/forms/input-placeholder-visibility-3-expected.checksum: Added.
7317         * platform/mac-leopard/fast/forms/input-placeholder-visibility-3-expected.png: Added.
7318         * platform/mac-leopard/fast/forms/textarea-placeholder-visibility-1-expected.checksum: Added.
7319         * platform/mac-leopard/fast/forms/textarea-placeholder-visibility-1-expected.png: Added.
7320         * platform/mac-leopard/fast/forms/textarea-placeholder-visibility-2-expected.checksum: Added.
7321         * platform/mac-leopard/fast/forms/textarea-placeholder-visibility-2-expected.png: Added.
7322
7323 2011-02-04  Dimitri Glazkov  <dglazkov@chromium.org>
7324
7325         [Chromium] Add baselines for tests, added in r77644.
7326
7327         * platform/chromium-linux/fast/repaint/slider-thumb-drag-release-expected.checksum: Added.
7328         * platform/chromium-linux/fast/repaint/slider-thumb-drag-release-expected.png: Added.
7329         * platform/chromium-mac/fast/repaint/slider-thumb-drag-release-expected.checksum: Added.
7330         * platform/chromium-mac/fast/repaint/slider-thumb-drag-release-expected.png: Added.
7331         * platform/chromium-win/fast/repaint/slider-thumb-drag-release-expected.checksum: Added.
7332         * platform/chromium-win/fast/repaint/slider-thumb-drag-release-expected.png: Added.
7333         * platform/chromium-win/fast/repaint/slider-thumb-drag-release-expected.txt: Added.
7334
7335 2011-02-04  Dimitri Glazkov  <dglazkov@chromium.org>
7336
7337         [Chromium] Temporarily add tests added in r77639 as failing, because
7338         we can't see the baselines for these tests (they are in platform/mac-snowleopard).
7339
7340         * platform/chromium/test_expectations.txt: Added.
7341
7342 2011-02-01  Jeremy Orlow  <jorlow@chromium.org>
7343
7344         Reviewed by Nate Chapin.
7345
7346         Remove the timeout event from IndexedDB
7347         https://bugs.webkit.org/show_bug.cgi?id=53521
7348
7349         * storage/indexeddb/tutorial.html:
7350
7351 2011-02-04  Dimitri Glazkov  <dglazkov@chromium.org>
7352
7353         [Chromium] Add baselines for tests, added in r77639.
7354
7355         * platform/chromium-linux/fast/forms/input-placeholder-visibility-1-expected.checksum: Added.
7356         * platform/chromium-linux/fast/forms/input-placeholder-visibility-1-expected.png: Added.
7357         * platform/chromium-linux/fast/forms/input-placeholder-visibility-2-expected.checksum: Added.
7358         * platform/chromium-linux/fast/forms/input-placeholder-visibility-2-expected.png: Added.
7359         * platform/chromium-linux/fast/forms/input-placeholder-visibility-3-expected.checksum: Added.
7360         * platform/chromium-linux/fast/forms/input-placeholder-visibility-3-expected.png: Added.
7361         * platform/chromium-linux/fast/forms/textarea-placeholder-visibility-1-expected.checksum: Added.
7362         * platform/chromium-linux/fast/forms/textarea-placeholder-visibility-1-expected.png: Added.
7363         * platform/chromium-linux/fast/forms/textarea-placeholder-visibility-2-expected.checksum: Added.
7364         * platform/chromium-linux/fast/forms/textarea-placeholder-visibility-2-expected.png: Added.
7365         * platform/chromium-win/fast/forms/input-placeholder-visibility-1-expected.checksum: Added.
7366         * platform/chromium-win/fast/forms/input-placeholder-visibility-1-expected.png: Added.
7367         * platform/chromium-win/fast/forms/input-placeholder-visibility-1-expected.txt: Added.
7368         * platform/chromium-win/fast/forms/input-placeholder-visibility-2-expected.checksum: Added.
7369         * platform/chromium-win/fast/forms/input-placeholder-visibility-2-expected.png: Added.
7370         * platform/chromium-win/fast/forms/input-placeholder-visibility-2-expected.txt: Added.
7371         * platform/chromium-win/fast/forms/input-placeholder-visibility-3-expected.checksum: Added.
7372         * platform/chromium-win/fast/forms/input-placeholder-visibility-3-expected.png: Added.
7373         * platform/chromium-win/fast/forms/input-placeholder-visibility-3-expected.txt: Added.
7374         * platform/chromium-win/fast/forms/textarea-placeholder-visibility-1-expected.checksum: Added.
7375         * platform/chromium-win/fast/forms/textarea-placeholder-visibility-1-expected.png: Added.
7376         * platform/chromium-win/fast/forms/textarea-placeholder-visibility-1-expected.txt: Added.
7377         * platform/chromium-win/fast/forms/textarea-placeholder-visibility-2-expected.checksum: Added.
7378         * platform/chromium-win/fast/forms/textarea-placeholder-visibility-2-expected.png: Added.
7379         * platform/chromium-win/fast/forms/textarea-placeholder-visibility-2-expected.txt: Added.
7380         * platform/chromium/test_expectations.txt:
7381
7382 2011-02-03  Dimitri Glazkov  <dglazkov@chromium.org>
7383
7384         Reviewed by Kent Tamura.
7385
7386         REGRESSION(r76147): Slider thumb is not repainted when let go outside of the slider track.
7387         https://bugs.webkit.org/show_bug.cgi?id=53691
7388
7389         * fast/repaint/slider-thumb-drag-release.html: Added.
7390         * platform/mac/fast/repaint/slider-thumb-drag-release-expected.checksum: Added.
7391         * platform/mac/fast/repaint/slider-thumb-drag-release-expected.png: Added.
7392         * platform/mac/fast/repaint/slider-thumb-drag-release-expected.txt: Added.
7393
7394 2011-02-04  Dimitri Glazkov  <dglazkov@chromium.org>
7395
7396         Update mac baselines. They pixel-rotted.
7397
7398         * platform/mac-leopard/fast/backgrounds/background-clip-text-expected.png:
7399         * platform/mac-leopard/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.png:
7400         * platform/mac-leopard/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.checksum:
7401         * platform/mac-leopard/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
7402         * platform/mac-leopard/fast/backgrounds/size/backgroundSize15-expected.png:
7403         * platform/mac-leopard/fast/backgrounds/size/backgroundSize22-expected.checksum:
7404         * platform/mac-leopard/fast/backgrounds/size/backgroundSize22-expected.png:
7405         * platform/mac/fast/backgrounds/animated-svg-as-background-expected.checksum:
7406         * platform/mac/fast/backgrounds/animated-svg-as-background-expected.png:
7407         * platform/mac/fast/backgrounds/animated-svg-as-mask-expected.checksum:
7408         * platform/mac/fast/backgrounds/animated-svg-as-mask-expected.png:
7409         * platform/mac/fast/backgrounds/size/contain-and-cover-expected.checksum:
7410         * platform/mac/fast/backgrounds/size/contain-and-cover-expected.png:
7411         * platform/mac/fast/backgrounds/svg-as-background-4-expected.checksum:
7412         * platform/mac/fast/backgrounds/svg-as-background-4-expected.png:
7413
7414 2011-02-04  Dimitri Glazkov  <dglazkov@chromium.org>
7415
7416         [Chromium] Tweak expectations for passing tests.
7417
7418         * platform/chromium/test_expectations.txt: More tweakage.
7419
7420 2011-02-04  Dimitri Glazkov  <dglazkov@chromium.org>
7421
7422         [Chromium] Remove more passing tests.
7423
7424         * platform/chromium/test_expectations.txt: Even more passages removed.
7425
7426 2011-02-04  Dimitri Glazkov  <dglazkov@chromium.org>
7427
7428         [Chromium] Removed passing tests.
7429
7430         * platform/chromium/test_expectations.txt: Passages removed.
7431
7432 2011-02-04  Jessie Berlin  <jberlin@apple.com>
7433
7434         [Windows 7 Release Tests] transitions/transition-end-event-multiple-04.html flakey 
7435         https://bugs.webkit.org/show_bug.cgi?id=53332
7436
7437         Unreviewed, attempt to get the Windows 7 Release bots uniformly green.
7438
7439         * platform/win/Skipped:
7440
7441 2011-02-04  Ilya Tikhonovsky  <loislo@chromium.org>
7442
7443         Unreviewed.
7444
7445         Rebaseline. The problem was introduced at r77601.
7446
7447         * platform/chromium-mac/fast/repaint/shadow-multiple-horizontal-expected.checksum: Added.
7448         * platform/chromium-mac/fast/repaint/shadow-multiple-horizontal-expected.png: Added.
7449         * platform/chromium-mac/fast/repaint/shadow-multiple-strict-horizontal-expected.checksum: Added.
7450         * platform/chromium-mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added.
7451         * platform/chromium-mac/fast/repaint/shadow-multiple-strict-vertical-expected.checksum: Added.
7452         * platform/chromium-mac/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added.
7453         * platform/chromium-mac/fast/repaint/shadow-multiple-vertical-expected.checksum: Added.
7454         * platform/chromium-mac/fast/repaint/shadow-multiple-vertical-expected.png: Added.
7455
7456 2011-02-04  Ilya Tikhonovsky  <loislo@chromium.org>
7457
7458         Unreviewed.
7459
7460         Rebaseline image for fast/box-shadow/shadow-tiling-artifact.html
7461         The problem was introduced at r77601.
7462
7463         * platform/chromium-linux/fast/box-shadow/shadow-tiling-artifact-expected.checksum: Added.
7464         * platform/chromium-linux/fast/box-shadow/shadow-tiling-artifact-expected.png: Added.
7465         * platform/chromium-win/fast/box-shadow/shadow-tiling-artifact-expected.checksum: Added.
7466         * platform/chromium-win/fast/box-shadow/shadow-tiling-artifact-expected.png: Added.
7467
7468 2011-02-04  Sergio Villar Senin  <svillar@igalia.com>
7469
7470         Unreviewed.
7471
7472         New test expectations.
7473
7474         * platform/gtk/fast/box-shadow/shadow-tiling-artifact-expected.txt: Added.
7475         * platform/gtk/fast/dom/HTMLInputElement/input-slider-update-expected.txt: Added.
7476         * platform/gtk/svg/text/font-size-below-point-five-2-expected.txt: Added.
7477         * platform/gtk/svg/text/font-size-below-point-five-expected.txt: Added.
7478         * platform/gtk/svg/text/scaled-font-expected.txt: Added.
7479         * platform/gtk/svg/text/small-fonts-2-expected.txt: Added.
7480         * platform/gtk/svg/text/small-fonts-3-expected.txt: Added.
7481         * platform/gtk/svg/text/small-fonts-expected.txt: Added.
7482         * platform/gtk/svg/text/small-fonts-in-html5-expected.txt: Added.
7483
7484 2011-02-04  Andrey Kosyakov  <caseq@chromium.org>
7485
7486         Reviewed by Pavel Feldman.
7487
7488         Web Inspector: support overriding user agent strings
7489         https://bugs.webkit.org/show_bug.cgi?id=51485
7490
7491         * http/tests/inspector/extensions-useragent-expected.txt: Added.
7492         * http/tests/inspector/extensions-useragent.html: Added.
7493
7494 2011-02-04  Sergio Villar Senin  <svillar@igalia.com>
7495
7496         Unreviewed.
7497
7498         Skipping fast/events/pagehide-timeout.html that is failing on GTK
7499         bots. See https://bugs.webkit.org/show_bug.cgi?id=53733
7500
7501         * platform/gtk/Skipped: skip fast/events/pagehide-timeout.html
7502
7503 2011-02-03  James Kozianski  <koz@chromium.org>
7504
7505         Reviewed by Dimitri Glazkov.
7506
7507         Add navigator.registerProtocolHandler behind a flag.
7508         https://bugs.webkit.org/show_bug.cgi?id=52609
7509
7510         * fast/dom/register-protocol-handler-expected.txt: Added.
7511         * fast/dom/register-protocol-handler.html: Added.
7512
7513 2011-02-03  Simon Fraser  <simon.fraser@apple.com>
7514
7515         Reviewed by Dan Bernstein.
7516
7517         REGRESSION: Artifacts on box-shadow corners in some cases
7518         https://bugs.webkit.org/show_bug.cgi?id=53731
7519         
7520         Test with translucent shadow on a box with various corner radii, to exercise the
7521         shadow tiling code.
7522
7523         * fast/box-shadow/shadow-tiling-artifact.html: Added.
7524         * platform/mac/fast/box-shadow/shadow-tiling-artifact-expected.checksum: Added.
7525         * platform/mac/fast/box-shadow/shadow-tiling-artifact-expected.png: Added.
7526         * platform/mac/fast/box-shadow/shadow-tiling-artifact-expected.txt: Added.
7527
7528 2011-02-03  Adam Barth  <abarth@webkit.org>
7529
7530         Reviewed by Daniel Bates.
7531
7532         XSS Auditor severely affects loading performance after submitting a large form
7533         https://bugs.webkit.org/show_bug.cgi?id=49845
7534
7535         The XSSFilter catches some more cases and has different console
7536         messages than the XSSAuditor.  We might want to improve these messages
7537         in the future.
7538
7539         * http/tests/security/xssAuditor/base-href-control-char-expected.txt:
7540         * http/tests/security/xssAuditor/base-href-expected.txt:
7541         * http/tests/security/xssAuditor/base-href-null-char-expected.txt:
7542         * http/tests/security/xssAuditor/base-href-scheme-relative-expected.txt:
7543         * http/tests/security/xssAuditor/dom-write-innerHTML-expected.txt:
7544         * http/tests/security/xssAuditor/embed-tag-control-char-expected.txt:
7545         * http/tests/security/xssAuditor/embed-tag-expected.txt:
7546         * http/tests/security/xssAuditor/embed-tag-javascript-url-expected.txt:
7547         * http/tests/security/xssAuditor/embed-tag-null-char-expected.txt:
7548         * http/tests/security/xssAuditor/full-block-base-href-expected.txt:
7549         * http/tests/security/xssAuditor/full-block-object-tag-expected.txt:
7550         * http/tests/security/xssAuditor/link-onclick-entities-expected.txt:
7551         * http/tests/security/xssAuditor/object-embed-tag-control-char-expected.txt:
7552         * http/tests/security/xssAuditor/object-embed-tag-expected.txt:
7553         * http/tests/security/xssAuditor/object-embed-tag-null-char-expected.txt:
7554         * http/tests/security/xssAuditor/object-tag-expected.txt:
7555         * http/tests/security/xssAuditor/object-tag-javascript-url-expected.txt:
7556         * http/tests/security/xssAuditor/script-tag-with-source-entities-expected.txt:
7557
7558 2011-02-03  Maciej Stachowiak  <mjs@apple.com>
7559
7560         Reviewed by Daniel Bates.
7561
7562         Skip a test for WebKit2 that uses missing DRT API
7563         https://bugs.webkit.org/show_bug.cgi?id=53748
7564
7565         * platform/mac-wk2/Skipped:
7566
7567 2011-02-03  Abhishek Arya  <inferno@chromium.org>
7568
7569         Unreviewed, simple qt test baseline.
7570
7571         * platform/qt/fast/overflow/overflow-height-float-not-removed-crash-expected.txt: Added.
7572
7573 2011-02-02  MORITA Hajime  <morrita@google.com>
7574
7575         Reviewed by Dimitri Glazkov.
7576
7577         Refactoring: <progress> should not use ShadowElement
7578         https://bugs.webkit.org/show_bug.cgi?id=53583
7579
7580         Updated to catch the change on -webkit-progress-bar-value interpretation.
7581
7582         * fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element.html:
7583
7584 2011-02-03  Jia Pu  <jpu@apple.com>
7585
7586         Reversion should not be marked as misspelled.
7587         https://bugs.webkit.org/show_bug.cgi?id=53255
7588
7589         Rebaselined tests broken by https://bugs.webkit.org/show_bug.cgi?id=51389
7590
7591         * platform/mac/editing/spelling/autocorrection-contraction-expected.png:
7592         * platform/mac/editing/spelling/autocorrection-contraction-expected.txt:
7593         * platform/mac/editing/spelling/autocorrection-delete-expected.png:
7594         * platform/mac/editing/spelling/autocorrection-delete-expected.txt:
7595         * platform/mac/editing/spelling/autocorrection-removing-underline-after-paste-expected.png:
7596         * platform/mac/editing/spelling/autocorrection-removing-underline-after-paste-expected.txt:
7597         * platform/mac/editing/spelling/autocorrection-removing-underline-expected.png:
7598         * platform/mac/editing/spelling/autocorrection-removing-underline-expected.txt:
7599         * platform/mac/editing/spelling/autocorrection-simple-expected.checksum:
7600         * platform/mac/editing/spelling/autocorrection-simple-expected.png:
7601         * platform/mac/editing/spelling/autocorrection-simple-expected.txt:
7602         * platform/mac/editing/spelling/autocorrection-simple.html:
7603         * platform/mac/editing/spelling/delete-autocorrected-word-1-expected.png:
7604         * platform/mac/editing/spelling/delete-autocorrected-word-1-expected.txt:
7605
7606 2011-02-03  Abhishek Arya  <inferno@chromium.org>
7607
7608         Reviewed by James Robinson.
7609
7610         Tests that we do not crash when overflowing the height of a root
7611         inline box.        
7612         https://bugs.webkit.org/show_bug.cgi?id=53729
7613
7614         * fast/overflow/overflow-height-float-not-removed-crash-expected.txt: Added.
7615         * fast/overflow/overflow-height-float-not-removed-crash.html: Added.
7616
7617 2011-02-03  David Levin  <levin@chromium.org>
7618
7619         Reviewed by Adam Barth.
7620
7621         worker-importScriptsOnError needs to allow for the console error to
7622         flush out before calling notifyDone.
7623
7624         * http/tests/workers/worker-importScriptsOnError-expected.txt:
7625         * http/tests/workers/worker-importScriptsOnError.html:
7626
7627 2011-02-03  David Levin  <levin@chromium.org>
7628
7629         Reviewed by Adam Barth.
7630
7631         Worker.importScript() should clean errors for cross origin imports.
7632         https://bugs.webkit.org/show_bug.cgi?id=52871
7633
7634         * http/tests/workers/resources/worker-importScripts-error.js: Added.
7635         * http/tests/workers/resources/worker-importScripts-throw.js: Added.
7636         * http/tests/workers/worker-importScriptsOnError.html: Added.
7637
7638 2011-02-03  Mihai Parparita  <mihaip@chromium.org>
7639
7640         Reviewed by Alexey Proskuryakov.
7641
7642         REGRESSION (r77355): Page cache layout tests crash
7643         https://bugs.webkit.org/show_bug.cgi?id=53648
7644         
7645         Add test that calls setTimeout during a pagehide event handler (the
7646         timeout should not fire while the document is in the page cache).
7647         
7648         Skipped for Chromium since it doesn't use the page cache.
7649
7650         * fast/events/pagehide-timeout-expected.txt: Added.
7651         * fast/events/pagehide-timeout.html: Added.
7652         * fast/events/resources/pagehide-timeout-go-back.html: Added.
7653         * platform/chromium/test_expectations.txt:
7654
7655 2011-02-03  Dimitri Glazkov  <dglazkov@chromium.org>
7656
7657         Added SL-specific result for the test and put back the original result that
7658         I've neglected to do in r77539.
7659
7660         * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Added.
7661         * platform/mac/svg/text/font-size-below-point-five-expected.txt: Added.
7662
7663 2011-02-03  Justin Schuh  <jschuh@chromium.org>
7664
7665         Reviewed by Dirk Schulze.
7666
7667         startAnimations should use a local, RefCounted Vector.
7668         https://bugs.webkit.org/show_bug.cgi?id=53458
7669
7670         * svg/custom/use-animation-in-fill-expected.txt: Added.
7671         * svg/custom/use-animation-in-fill.html: Added.
7672
7673 2011-02-03  Csaba Osztrogonác  <ossy@webkit.org>
7674
7675         Unreviewed.
7676
7677         small text which is scaled to be large renders pixelated
7678         https://bugs.webkit.org/show_bug.cgi?id=12448
7679
7680         * platform/qt/Skipped: Add failing tests until fix.
7681          - css3/zoom-coords.xhtml
7682          - svg/zoom/page/zoom-zoom-coords.xhtml
7683
7684 2011-02-03  Dimitri Glazkov  <dglazkov@chromium.org>
7685
7686         Add a failure until I investigate its cause.
7687
7688         * platform/chromium/test_expectations.txt: Added.
7689
7690 2011-02-03  Dimitri Glazkov  <dglazkov@chromium.org>
7691
7692         Updated platform/mac-leopard baselines for fast/backgrounds after r77485.
7693
7694 2011-02-03  Dimitri Glazkov  <dglazkov@chromium.org>
7695
7696         Move Leopard result to the right spot, put back the original result.
7697
7698         * platform/mac-leopard/svg/text/font-size-below-point-five-expected.txt: 
7699             Renamed from LayoutTests/platform/mac/svg/text/font-size-below-point-five-expected.txt.
7700
7701 2011-02-03  Adam Roben  <aroben@apple.com>
7702
7703         Skip an SVG test that fails depending on what other tests came before it
7704
7705         Running any other SVG test before this one causes it to fail. If we were to check in new
7706         failing results, it might start passing again if some more tests are added before it that
7707         make it the first test that is run for a particular invocation of DumpRenderTree. So the
7708         safest thing to do for now is to skip it. <http://webkit.org/b/35700> tracks this failure.
7709
7710         * platform/win/Skipped: Added svg/W3C-SVG-1.1-SE/types-dom-01-b.svg.
7711
7712 2011-02-03  Dimitri Glazkov  <dglazkov@chromium.org>
7713
7714         Updated platform/mac and platform/mac-leopard baselines for svg/ after r77485.
7715
7716 2011-02-03  Dimitri Glazkov  <dglazkov@chromium.org>
7717
7718         [Chromium] Updated baselines that are specific to Leopard.
7719
7720         * platform/chromium-mac-leopard/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt:
7721         * platform/chromium-mac-leopard/svg/custom/linking-a-03-b-viewTarget-expected.txt:
7722         * platform/chromium-mac-leopard/svg/custom/linking-a-03-b-zoomAndPan-expected.txt:
7723         * platform/chromium-mac-leopard/svg/custom/stroked-pattern-expected.png:
7724         * platform/chromium-mac-leopard/svg/custom/stroked-pattern-expected.txt:
7725
7726 2011-02-03  Dan Bernstein  <mitz@apple.com>
7727
7728         Reviewed by Anders Carlsson.
7729
7730         <rdar://problem/8948788> Text emphasis marks have wrong orientation for vertical text
7731         https://bugs.webkit.org/show_bug.cgi?id=53709
7732
7733         * platform/mac/fast/text/emphasis-vertical-expected.checksum:
7734         * platform/mac/fast/text/emphasis-vertical-expected.png:
7735
7736 2011-02-03  Martin Robinson  <mrobinson@igalia.com>
7737
7738         Fix one GTK+ skipped list entry that referred to the wrong test file.
7739
7740         * platform/gtk/Skipped: Fix skipped list entry.
7741
7742 2011-02-03  Dimitri Glazkov  <dglazkov@chromium.org>
7743
7744         [Chromium] Removed the checksum that is out of place.
7745
7746         * platform/chromium-win-xp/svg/text/text-fonts-01-t-expected.checksum: Removed.
7747
7748 2011-02-03  Dimitri Glazkov  <dglazkov@chromium.org>
7749
7750         [Chromium] Updated SVG baselines after r77485 for Mac and added expectations
7751         of failure while waiting for platform/mac pixel results to land.
7752
7753         * platform/chromium-mac/svg/custom/linking-a-03-b-transform-expected.txt: Removed.
7754         * platform/chromium-mac/svg/custom/stroked-pattern-expected.checksum: Added.
7755         * platform/chromium-mac/svg/custom/stroked-pattern-expected.png: Added.
7756         * platform/chromium/test_expectations.txt: Added fails.
7757
7758 2011-02-03  Adam Roben  <aroben@apple.com>
7759
7760         Check in the results I really meant to commit in r77507
7761
7762         A flub on the command-line meant that many of the results added in r77507 were identical to
7763         the Mac results, rather than matching what happens on Windows.
7764
7765         * platform/win/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum:
7766         * platform/win/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
7767         * platform/win/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
7768         * platform/win/svg/batik/masking/maskRegions-expected.checksum: Added.
7769         * platform/win/svg/batik/masking/maskRegions-expected.png: Added.
7770         * platform/win/svg/batik/masking/maskRegions-expected.txt:
7771         * platform/win/svg/batik/text/textGlyphOrientationHorizontal-expected.checksum:
7772         * platform/win/svg/batik/text/textGlyphOrientationHorizontal-expected.png:
7773         * platform/win/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
7774         * platform/win/svg/carto.net/scrollbar-expected.checksum:
7775         * platform/win/svg/carto.net/scrollbar-expected.png:
7776         * platform/win/svg/carto.net/scrollbar-expected.txt:
7777         * platform/win/svg/text/font-size-below-point-five-expected.checksum:
7778         * platform/win/svg/text/font-size-below-point-five-expected.png:
7779         * platform/win/svg/text/font-size-below-point-five-expected.txt:
7780         * platform/win/svg/text/text-align-06-b-expected.checksum:
7781         * platform/win/svg/text/text-align-06-b-expected.png:
7782         * platform/win/svg/text/text-align-06-b-expected.txt:
7783
7784 2011-02-03  Dimitri Glazkov  <dglazkov@chromium.org>
7785
7786         [Chromium] Two more updated SVG baselines after r77485 for Linux.
7787
7788         * platform/chromium-linux/svg/batik/text/verticalText-expected.txt: Added.
7789         * platform/chromium-linux/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
7790
7791 2011-02-02  Levi Weintraub  <leviw@chromium.org>
7792
7793         Reviewed by Ryosuke Niwa.
7794
7795         Moving cursor down in table cycles at the end of a row
7796         https://bugs.webkit.org/show_bug.cgi?id=50012
7797         
7798         Tests downward caret-navigation for tables at the end of a document.
7799
7800         * editing/selection/move-by-line-cycles-in-table-expected.txt: Added.
7801         * editing/selection/move-by-line-cycles-in-table.html: Added.
7802
7803 2011-02-03  Dimitri Glazkov  <dglazkov@chromium.org>
7804
7805         [Chromium] One more update SVG baselines after r77485 for Linux.
7806
7807 2011-02-03  Dimitri Glazkov  <dglazkov@chromium.org>
7808
7809         [Chromium] Moved XP/Vista-specific baselines to their proper places.
7810
7811         * platform/chromium-win-vista/svg/text/text-fonts-01-t-expected.checksum:
7812         * platform/chromium-win-vista/svg/text/text-fonts-01-t-expected.png:
7813         * platform/chromium-win-xp/svg/batik/text/verticalText-expected.checksum:
7814         * platform/chromium-win-xp/svg/batik/text/verticalText-expected.png:
7815         * platform/chromium-win-xp/svg/custom/js-late-pattern-and-object-creation-expected.checksum:
7816         * platform/chromium-win-xp/svg/custom/js-late-pattern-and-object-creation-expected.png:
7817         * platform/chromium-win-xp/svg/text/text-intro-05-t-expected.checksum:
7818         * platform/chromium-win-xp/svg/text/text-intro-05-t-expected.png:
7819         * platform/chromium-win/svg/batik/text/verticalText-expected.checksum: Removed.
7820         * platform/chromium-win/svg/batik/text/verticalText-expected.png: Removed.
7821         * platform/chromium-win/svg/custom/js-late-pattern-and-object-creation-expected.checksum: Removed.
7822         * platform/chromium-win/svg/custom/js-late-pattern-and-object-creation-expected.png: Removed.
7823         * platform/chromium-win/svg/text/text-fonts-01-t-expected.checksum: Removed.
7824         * platform/chromium-win/svg/text/text-fonts-01-t-expected.png: Removed.
7825         * platform/chromium-win/svg/text/text-intro-05-t-expected.checksum: Removed.
7826         * platform/chromium-win/svg/text/text-intro-05-t-expected.png: Removed.
7827
7828 2011-02-03  Dimitri Glazkov  <dglazkov@chromium.org>
7829
7830         Update expectations after r77495.
7831
7832         * fast/dom/Window/window-properties-expected.txt: Updated.
7833
7834 2011-02-03  Dimitri Glazkov  <dglazkov@chromium.org>
7835
7836         [Chromium] Explicitly mark platform/chromium-linux as failing for other platforms.
7837
7838         * platform/chromium/test_expectations.txt: Added expectation of failure.
7839
7840 2011-02-03  Dimitri Glazkov  <dglazkov@chromium.org>
7841
7842         Update expectations after r77495.
7843
7844         * fast/dom/Window/window-properties-performance-expected.txt: Updated.
7845
7846 2011-02-03  Dimitri Glazkov  <dglazkov@chromium.org>
7847
7848         [Chromium] Add expectations for r77500.
7849
7850         * platform/chromium-mac/fast/dom/HTMLInputElement/input-slider-update-expected.checksum: Added.
7851         * platform/chromium-mac/fast/dom/HTMLInputElement/input-slider-update-expected.png: Added.
7852         * platform/chromium-win/fast/dom/HTMLInputElement/input-slider-update-expected.checksum: Added.
7853         * platform/chromium-win/fast/dom/HTMLInputElement/input-slider-update-expected.png: Added.
7854
7855 2011-02-03  Dimitri Glazkov  <dglazkov@chromium.org>
7856
7857         [Chromium] Update SVG baselines after r77485 for Linux.
7858
7859 2011-02-03  Adam Roben  <aroben@apple.com>
7860
7861         Skip fast/canvas/set-colors.html on Windows
7862         
7863         It currently fails on some bots but not others.  <http://webkit.org/b/53677> tracks the
7864         investigation.
7865
7866         * platform/win/Skipped:
7867
7868 2011-02-03  Adam Roben  <aroben@apple.com>
7869
7870         Update Windows results after r77485
7871
7872         Windows used to match Mac on these tests, but now it doesn't. Presumably this is because
7873         r77485 increased the precision of ascent/descent calculations, making differences in
7874         Windows/Mac font metrics matter more.
7875
7876         One test (svg/W3C-SVG-1.1-SE/types-dom-01-b.svg) is still failing, but it passes when run on
7877         its own, so warrants more investigation.
7878
7879         * platform/win/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum: Added.
7880         * platform/win/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png: Added.
7881         * platform/win/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
7882         * platform/win/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum: Added.
7883         * platform/win/svg/W3C-SVG-1.1/text-align-06-b-expected.png: Added.
7884         * platform/win/svg/W3C-SVG-1.1/text-align-06-b-expected.txt: Added.
7885         * platform/win/svg/batik/text/textGlyphOrientationHorizontal-expected.checksum: Added.
7886         * platform/win/svg/batik/text/textGlyphOrientationHorizontal-expected.png: Added.
7887         * platform/win/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: Added.
7888         * platform/win/svg/carto.net/scrollbar-expected.checksum: Added.
7889         * platform/win/svg/carto.net/scrollbar-expected.png: Added.
7890         * platform/win/svg/carto.net/scrollbar-expected.txt: Added.
7891         * platform/win/svg/text/font-size-below-point-five-expected.checksum: Added.
7892         * platform/win/svg/text/font-size-below-point-five-expected.png: Added.
7893         * platform/win/svg/text/font-size-below-point-five-expected.txt: Added.
7894         * platform/win/svg/text/text-align-06-b-expected.checksum: Added.
7895         * platform/win/svg/text/text-align-06-b-expected.png: Added.
7896         * platform/win/svg/text/text-align-06-b-expected.txt: Added.
7897         * platform/win/svg/zoom/page/zoom-mask-with-percentages-expected.checksum: Added.
7898         * platform/win/svg/zoom/page/zoom-mask-with-percentages-expected.png: Added.
7899         * platform/win/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
7900
7901 2011-02-03  Nikolas Zimmermann  <nzimmermann@rim.com>
7902
7903         Not reviewed.
7904
7905         small text which is scaled to be large renders pixelated
7906         https://bugs.webkit.org/show_bug.cgi?id=12448
7907
7908         First chunk of mac SVG pixel test updates after r77485.
7909
7910         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png:
7911         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.checksum:
7912         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png:
7913         * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png:
7914         * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.checksum:
7915         * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png:
7916         * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.checksum:
7917         * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png:
7918         * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.checksum:
7919         * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png:
7920         * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.checksum:
7921         * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png:
7922         * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png:
7923         * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png:
7924         * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
7925         * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png:
7926         * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png:
7927         * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png:
7928         * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png:
7929         * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png:
7930         * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png:
7931         * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png:
7932         * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png:
7933         * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png:
7934         * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
7935         * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png:
7936         * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png:
7937         * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png:
7938         * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png:
7939         * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png:
7940         * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.checksum:
7941         * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
7942         * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.checksum:
7943         * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png:
7944         * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png:
7945         * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.png:
7946         * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.png:
7947         * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.png:
7948         * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png:
7949         * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png:
7950         * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.checksum:
7951         * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png:
7952         * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.checksum:
7953         * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png:
7954         * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.checksum:
7955         * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png:
7956         * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.checksum:
7957         * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png:
7958         * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.checksum:
7959         * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png:
7960         * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
7961         * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum:
7962         * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
7963         * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
7964         * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
7965         * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
7966         * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
7967         * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
7968         * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
7969         * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum:
7970         * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
7971         * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png:
7972         * platform/mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.png:
7973         * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png:
7974         * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png:
7975         * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png:
7976         * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.png:
7977         * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
7978         * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.png:
7979
7980 2011-02-03  Csaba Osztrogonác  <ossy@webkit.org>
7981
7982         Unreviewed. Update Qt specific expected results after r77495.
7983
7984         * platform/qt/fast/dom/Window/window-properties-expected.txt:
7985         * platform/qt/fast/dom/Window/window-properties-performance-expected.txt: Copied from LayoutTests/fast/dom/Window/window-properties-performance-expected.txt.
7986
7987 2011-02-02  Evan Martin  <evan@chromium.org>
7988
7989         Reviewed by Tony Chang.
7990
7991         [chromium] complex joining characters positioned in wrong place
7992         https://bugs.webkit.org/show_bug.cgi?id=53637
7993
7994         Add a test that includes some characters that exhibited the problem.
7995         Unfortunately it's purely a rendering issue, so it is a pixel test.
7996
7997         * platform/chromium-linux/fast/text/international/complex-joining-using-gpos-expected.checksum: Added.
7998         * platform/chromium-linux/fast/text/international/complex-joining-using-gpos-expected.png: Added.
7999         * platform/chromium-linux/fast/text/international/complex-joining-using-gpos-expected.txt: Added.
8000         * platform/chromium-linux/fast/text/international/complex-joining-using-gpos.html: Added.
8001
8002 2011-02-03  Ryosuke Niwa  <rniwa@webkit.org>
8003
8004         Unreviewed; remove the line I intended to remove.
8005
8006         * platform/chromium/test_expectations.txt:
8007
8008 2011-02-03  Ryosuke Niwa  <rniwa@webkit.org>
8009
8010         Unreviewed Chromium test expectation update for
8011         http://src.chromium.org/viewvc/chrome?view=rev&revision=73469
8012
8013         * platform/chromium/test_expectations.txt:
8014
8015 2011-02-02  Dimitri Glazkov  <dglazkov@chromium.org>
8016
8017         Reviewed by Kent Tamura.
8018
8019         REGRESSION(r76147): Slider thumb position is not updated when value attribute is changed.
8020         https://bugs.webkit.org/show_bug.cgi?id=53634
8021
8022         * fast/dom/HTMLInputElement/input-slider-update.html: Added.
8023         * platform/mac/fast/dom/HTMLInputElement/input-slider-update-expected.checksum: Added.
8024         * platform/mac/fast/dom/HTMLInputElement/input-slider-update-expected.png: Added.
8025         * platform/mac/fast/dom/HTMLInputElement/input-slider-update-expected.txt: Added.
8026
8027 2011-02-03  Dimitri Glazkov  <dglazkov@chromium.org>
8028
8029         [Chromium] Update SVG baselines after r77485 for Windows.
8030
8031 2011-02-03  Csaba Osztrogonác  <ossy@webkit.org>
8032
8033         Unreviewed, rebaseline Qt svg tests after r77485.
8034
8035         * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.checksum:
8036         * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
8037         * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt:
8038         * platform/qt/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.checksum:
8039         * platform/qt/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png:
8040         * platform/qt/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt:
8041         * platform/qt/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.checksum:
8042         * platform/qt/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png:
8043         * platform/qt/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt:
8044         * platform/qt/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.checksum:
8045         * platform/qt/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.png:
8046         * platform/qt/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt:
8047         * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.checksum:
8048         * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png:
8049         * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt:
8050         * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.checksum:
8051         * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png:
8052         * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
8053         * platform/qt/svg/custom/stroke-width-large-expected.checksum:
8054         * platform/qt/svg/custom/stroke-width-large-expected.png:
8055         * platform/qt/svg/custom/stroke-width-large-expected.txt:
8056         * platform/qt/svg/custom/text-rotated-gradient-expected.checksum:
8057         * platform/qt/svg/custom/text-rotated-gradient-expected.png:
8058         * platform/qt/svg/custom/text-rotated-gradient-expected.txt:
8059         * platform/qt/svg/foreignObject/text-tref-02-b-expected.checksum:
8060         * platform/qt/svg/foreignObject/text-tref-02-b-expected.png:
8061         * platform/qt/svg/foreignObject/text-tref-02-b-expected.txt:
8062         * platform/qt/svg/text/lengthAdjust-text-metrics-expected.checksum: Added.
8063         * platform/qt/svg/text/lengthAdjust-text-metrics-expected.png: Added.
8064         * platform/qt/svg/text/lengthAdjust-text-metrics-expected.txt:
8065         * platform/qt/svg/text/select-textLength-spacing-squeeze-1-expected.checksum:
8066         * platform/qt/svg/text/select-textLength-spacing-squeeze-1-expected.png:
8067         * platform/qt/svg/text/select-textLength-spacing-squeeze-1-expected.txt:
8068         * platform/qt/svg/text/select-textLength-spacing-squeeze-2-expected.checksum:
8069         * platform/qt/svg/text/select-textLength-spacing-squeeze-2-expected.png:
8070         * platform/qt/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
8071         * platform/qt/svg/text/select-textLength-spacing-squeeze-3-expected.checksum:
8072         * platform/qt/svg/text/select-textLength-spacing-squeeze-3-expected.png:
8073         * platform/qt/svg/text/select-textLength-spacing-squeeze-3-expected.txt:
8074         * platform/qt/svg/text/select-textLength-spacing-squeeze-4-expected.checksum:
8075         * platform/qt/svg/text/select-textLength-spacing-squeeze-4-expected.png:
8076         * platform/qt/svg/text/select-textLength-spacing-squeeze-4-expected.txt:
8077         * platform/qt/svg/text/select-textLength-spacing-stretch-1-expected.checksum:
8078         * platform/qt/svg/text/select-textLength-spacing-stretch-1-expected.png:
8079         * platform/qt/svg/text/select-textLength-spacing-stretch-1-expected.txt:
8080         * platform/qt/svg/text/select-textLength-spacing-stretch-2-expected.checksum:
8081         * platform/qt/svg/text/select-textLength-spacing-stretch-2-expected.png:
8082         * platform/qt/svg/text/select-textLength-spacing-stretch-2-expected.txt:
8083         * platform/qt/svg/text/select-textLength-spacing-stretch-3-expected.checksum:
8084         * platform/qt/svg/text/select-textLength-spacing-stretch-3-expected.png:
8085         * platform/qt/svg/text/select-textLength-spacing-stretch-3-expected.txt:
8086         * platform/qt/svg/text/select-textLength-spacing-stretch-4-expected.checksum:
8087         * platform/qt/svg/text/select-textLength-spacing-stretch-4-expected.png:
8088         * platform/qt/svg/text/select-textLength-spacing-stretch-4-expected.txt:
8089         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.checksum:
8090         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png:
8091         * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
8092         * platform/qt/svg/text/select-x-list-1-expected.checksum:
8093         * platform/qt/svg/text/select-x-list-1-expected.png:
8094         * platform/qt/svg/text/select-x-list-1-expected.txt:
8095         * platform/qt/svg/text/select-x-list-2-expected.checksum:
8096         * platform/qt/svg/text/select-x-list-2-expected.png:
8097         * platform/qt/svg/text/select-x-list-2-expected.txt:
8098         * platform/qt/svg/text/select-x-list-3-expected.checksum:
8099         * platform/qt/svg/text/select-x-list-3-expected.png:
8100         * platform/qt/svg/text/select-x-list-3-expected.txt:
8101         * platform/qt/svg/text/select-x-list-4-expected.checksum:
8102         * platform/qt/svg/text/select-x-list-4-expected.png:
8103         * platform/qt/svg/text/select-x-list-4-expected.txt:
8104         * platform/qt/svg/text/select-x-list-with-tspans-1-expected.checksum:
8105         * platform/qt/svg/text/select-x-list-with-tspans-1-expected.png:
8106         * platform/qt/svg/text/select-x-list-with-tspans-1-expected.txt:
8107         * platform/qt/svg/text/select-x-list-with-tspans-2-expected.checksum:
8108         * platform/qt/svg/text/select-x-list-with-tspans-2-expected.png:
8109         * platform/qt/svg/text/select-x-list-with-tspans-2-expected.txt:
8110         * platform/qt/svg/text/select-x-list-with-tspans-3-expected.checksum:
8111         * platform/qt/svg/text/select-x-list-with-tspans-3-expected.png:
8112         * platform/qt/svg/text/select-x-list-with-tspans-3-expected.txt:
8113         * platform/qt/svg/text/select-x-list-with-tspans-4-expected.checksum:
8114         * platform/qt/svg/text/select-x-list-with-tspans-4-expected.png:
8115         * platform/qt/svg/text/select-x-list-with-tspans-4-expected.txt:
8116         * platform/qt/svg/text/selection-doubleclick-expected.checksum:
8117         * platform/qt/svg/text/selection-doubleclick-expected.png:
8118         * platform/qt/svg/text/selection-doubleclick-expected.txt:
8119         * platform/qt/svg/text/selection-tripleclick-expected.checksum:
8120         * platform/qt/svg/text/selection-tripleclick-expected.png:
8121         * platform/qt/svg/text/selection-tripleclick-expected.txt:
8122         * platform/qt/svg/transforms/text-with-mask-with-svg-transform-expected.checksum:
8123         * platform/qt/svg/transforms/text-with-mask-with-svg-transform-expected.png:
8124         * platform/qt/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
8125         * platform/qt/svg/zoom/page/zoom-coords-viewattr-01-b-expected.checksum: Added.
8126         * platform/qt/svg/zoom/page/zoom-coords-viewattr-01-b-expected.png: Added.
8127         * platform/qt/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt:
8128         * platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.checksum:
8129         * platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.png:
8130         * platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
8131
8132 2011-01-27  Philippe Normand  <pnormand@igalia.com>
8133
8134         Reviewed by Martin Robinson.
8135
8136         [GTK] LayoutTests/media/audio-mpeg4-supported.html fails
8137         https://bugs.webkit.org/show_bug.cgi?id=53125
8138
8139         * platform/gtk/Skipped: Unskip fixed test.
8140
8141 2011-02-03  Philippe Normand  <pnormand@igalia.com>
8142
8143         Unreviewed, skipping 2 more websocket tests on GTK, see bug 53683.
8144
8145         * platform/gtk/Skipped: skip http/tests/websocket/tests/simple.html
8146         and http/tests/websocket/tests/cross-origin.html
8147
8148 2011-02-03  Simon Fraser  <simon.fraser@apple.com>
8149
8150         Reviewed by Sam Weinig.
8151
8152         ShadowBlur radius for CSS shadows is slightly too big
8153         https://bugs.webkit.org/show_bug.cgi?id=53660
8154         
8155         Updated pixel results.
8156
8157         * platform/mac/compositing/shadows/shadow-drawing-expected.checksum:
8158         * platform/mac/compositing/shadows/shadow-drawing-expected.png:
8159         * platform/mac/fast/borders/border-radius-split-inline-expected.checksum:
8160         * platform/mac/fast/borders/border-radius-split-inline-expected.png:
8161         * platform/mac/fast/box-shadow/basic-shadows-expected.checksum:
8162         * platform/mac/fast/box-shadow/basic-shadows-expected.png:
8163         * platform/mac/fast/box-shadow/box-shadow-radius-expected.checksum:
8164         * platform/mac/fast/box-shadow/box-shadow-radius-expected.png:
8165         * platform/mac/fast/box-shadow/box-shadow-transformed-expected.checksum:
8166         * platform/mac/fast/box-shadow/box-shadow-transformed-expected.png:
8167         * platform/mac/fast/box-shadow/inset-box-shadow-radius-expected.checksum:
8168         * platform/mac/fast/box-shadow/inset-box-shadow-radius-expected.png:
8169         * platform/mac/fast/box-shadow/inset-expected.checksum:
8170         * platform/mac/fast/box-shadow/inset-expected.png:
8171         * platform/mac/fast/css/color-correction-on-box-shadow-expected.checksum:
8172         * platform/mac/fast/css/color-correction-on-box-shadow-expected.png:
8173         * platform/mac/fast/css/shadow-multiple-expected.checksum:
8174         * platform/mac/fast/css/shadow-multiple-expected.png:
8175         * platform/mac/fast/repaint/box-shadow-h-expected.checksum:
8176         * platform/mac/fast/repaint/box-shadow-h-expected.png:
8177         * platform/mac/fast/repaint/box-shadow-v-expected.checksum:
8178         * platform/mac/fast/repaint/box-shadow-v-expected.png:
8179         * platform/mac/fast/repaint/shadow-multiple-horizontal-expected.checksum:
8180         * platform/mac/fast/repaint/shadow-multiple-horizontal-expected.png:
8181         * platform/mac/fast/repaint/shadow-multiple-strict-horizontal-expected.checksum:
8182         * platform/mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
8183         * platform/mac/fast/repaint/shadow-multiple-strict-vertical-expected.checksum:
8184         * platform/mac/fast/repaint/shadow-multiple-strict-vertical-expected.png:
8185         * platform/mac/fast/repaint/shadow-multiple-vertical-expected.checksum:
8186         * platform/mac/fast/repaint/shadow-multiple-vertical-expected.png:
8187         * platform/mac/fast/repaint/transform-replaced-shadows-expected.checksum:
8188         * platform/mac/fast/repaint/transform-replaced-shadows-expected.png:
8189         * platform/mac/fast/transforms/shadows-expected.checksum:
8190         * platform/mac/fast/transforms/shadows-expected.png:
8191         * platform/mac/svg/css/composite-shadow-text-expected.checksum:
8192         * platform/mac/svg/css/composite-shadow-text-expected.png:
8193
8194 2011-02-03  Philippe Normand  <pnormand@igalia.com>
8195
8196         Unreviewed, rebaseline GTK svg tests after r77485.
8197
8198         * platform/gtk/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt:
8199         * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt:
8200         * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt:
8201         * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt:
8202         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt:
8203         * platform/gtk/svg/css/composite-shadow-text-expected.txt:
8204         * platform/gtk/svg/css/group-with-shadow-expected.txt:
8205         * platform/gtk/svg/css/shadow-changes-expected.txt:
8206         * platform/gtk/svg/css/text-gradient-shadow-expected.txt:
8207         * platform/gtk/svg/custom/stroke-width-large-expected.txt:
8208         * platform/gtk/svg/custom/text-rotated-gradient-expected.txt:
8209         * platform/gtk/svg/custom/text-rotation-expected.txt:
8210         * platform/gtk/svg/foreignObject/text-tref-02-b-expected.txt:
8211         * platform/gtk/svg/hixie/text/001-expected.txt:
8212         * platform/gtk/svg/text/select-textLength-spacing-squeeze-1-expected.txt:
8213         * platform/gtk/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
8214         * platform/gtk/svg/text/select-textLength-spacing-squeeze-3-expected.txt:
8215         * platform/gtk/svg/text/select-textLength-spacing-squeeze-4-expected.txt:
8216         * platform/gtk/svg/text/select-textLength-spacing-stretch-1-expected.txt:
8217         * platform/gtk/svg/text/select-textLength-spacing-stretch-2-expected.txt:
8218         * platform/gtk/svg/text/select-textLength-spacing-stretch-3-expected.txt:
8219         * platform/gtk/svg/text/select-textLength-spacing-stretch-4-expected.txt:
8220         * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt:
8221         * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt:
8222         * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt:
8223         * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt:
8224         * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt:
8225         * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt:
8226         * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt:
8227         * platform/gtk/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
8228         * platform/gtk/svg/text/select-x-list-1-expected.txt:
8229         * platform/gtk/svg/text/select-x-list-2-expected.txt:
8230         * platform/gtk/svg/text/select-x-list-3-expected.txt:
8231         * platform/gtk/svg/text/select-x-list-4-expected.txt:
8232         * platform/gtk/svg/text/select-x-list-with-tspans-1-expected.txt:
8233         * platform/gtk/svg/text/select-x-list-with-tspans-2-expected.txt:
8234         * platform/gtk/svg/text/select-x-list-with-tspans-3-expected.txt:
8235         * platform/gtk/svg/text/select-x-list-with-tspans-4-expected.txt:
8236         * platform/gtk/svg/text/selection-doubleclick-expected.txt:
8237         * platform/gtk/svg/text/selection-tripleclick-expected.txt:
8238         * platform/gtk/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt:
8239         * platform/gtk/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt:
8240
8241 2011-02-01  Pavel Podivilov  <podivilov@chromium.org>
8242
8243         Reviewed by Pavel Feldman.
8244
8245         Web Inspector: introduce new api for managing JavaScript breakpoints.
8246         https://bugs.webkit.org/show_bug.cgi?id=53235
8247
8248         * inspector/report-protocol-errors.html:
8249
8250 2011-02-03  Philippe Normand  <pnormand@igalia.com>
8251
8252         Unreviewed, skip flaky websocket tests on GTK
8253         https://bugs.webkit.org/show_bug.cgi?id=53683
8254
8255         * platform/gtk/Skipped:
8256
8257 2011-02-03  Alexander Pavlov  <apavlov@chromium.org>
8258
8259         Unreviewed, fix build after r77478.
8260
8261         * inspector/styles-source-lines-inline.html: Roll back inadvertent function rename.
8262
8263 2011-02-03  Philippe Normand  <pnormand@igalia.com>
8264
8265         Unreviewed, skip flaky test
8266         fast/frames/sandboxed-iframe-scripting.html on GTK
8267         https://bugs.webkit.org/show_bug.cgi?id=53680
8268
8269         * platform/gtk/Skipped:
8270
8271 2011-02-03  Nikolas Zimmermann  <nzimmermann@rim.com>
8272
8273         Reviewed by Dirk Schulze.
8274
8275         small text which is scaled to be large renders pixelated
8276         https://bugs.webkit.org/show_bug.cgi?id=12448
8277
8278         Update SVG test results after fixing small font size support. Land new mac/mac-leopard baseline, as text looks slightly different
8279         in each testcase, as the font-size used for on-screen rendering has changed, this results in hinting differences, inter-glyph
8280         space changes, etc. This commit only includes the textual result changes, the pixel test baseline will land in chunks in follow-up commits.
8281
8282         To those who have to rebaseline their platforms: Some of the svg/text pixel test results may look questionable on first sight,
8283         - svg/text/select-* tests:
8284           These tests render a certain string 'Foobar' and query the metrics using SVG Text DOM API (getExtentOfChar(firstChar) and getExtentOfChar(lastChar)).
8285           A red rectangle is drawn, to represent the size of the string, which gives precise results using floating-point accurancy.
8286           Using eventSender, a selection is simulated, by clicking the first char, holding down, and moving towards the last character.
8287           The blue selection rect which is drawn, should in theory be equal to the red rectangle.
8288           In practice it is not, as the selection rect is aligned to integer boundaries (see floor calls in Font::selectionRect...).
8289           Since we switched to use floating-point precision metrics, the actual drawn selection may exceed the red rectangle up to 1px.
8290
8291         - svg/text/selection-(doubleclick|tripleclick).svg:
8292           These tests use DRTs dumpSelectionRect() which draws a red rectangle, highlighting the SelectionController::bounds() obtained through RenderView.
8293           In theory this red rectangle, should be equal to the drawn blue selection rect. Again it isn't, as the bounds() methods uses selectionRectForRepaint()
8294           of RenderText, which returns an enclosingIntRect of the actual selection. The drawn selection starts at y=0.93 in the first testcase, the selectionRectForRepaint()
8295           call returns an IntRect, which starts at y=0. That explains why the red rectangle starts slightly higher as it should be. Again this is no problem, the repaint
8296           rect may be 1px larger, if it would be smaller, we had a problem. The only way to fix this, would be to pass around FloatRect as repaint rects, but that's not worth it.
8297
8298         - css3/zoom-coords.* / svg/zoom/page/zoom-zoom-coords*:
8299           These tests have different expectations now, as we're using the floatAscent/floatDesent/floatHeight FontMetrics methods instead of
8300           the integer variants ascent/descent/height - hopefully we'll see consistent results across platforms for these tests now, if not please comment in the bug report.
8301
8302         * css3/zoom-coords-expected.txt:
8303         * css3/zoom-coords.xhtml:
8304         * platform/mac-leopard/Skipped:
8305         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.checksum: Added.
8306         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png: Added.
8307         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Added.
8308         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.checksum: Added.
8309         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png: Added.
8310         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Added.
8311         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Added.
8312         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Added.
8313         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt: Added.
8314         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.checksum: Added.
8315         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png: Added.
8316         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Added.
8317         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt: Added.
8318         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt: Added.
8319         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt: Added.
8320         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.checksum: Added.
8321         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png: Added.
8322         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Added.
8323         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: Added.
8324         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Added.
8325         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Added.
8326         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Added.
8327         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt: Added.
8328         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Added.
8329         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Added.
8330         * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-84-t-expected.checksum: Added.
8331         * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png: Added.
8332         * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Added.
8333         * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-04-t-expected.checksum: Added.
8334         * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-04-t-expected.png: Added.
8335         * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Added.
8336         * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-05-t-expected.checksum: Added.
8337         * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-05-t-expected.png: Added.
8338         * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Added.
8339         * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-06-t-expected.checksum: Added.
8340         * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-06-t-expected.png: Added.
8341         * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Added.
8342         * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-07-t-expected.checksum: Added.
8343         * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-07-t-expected.png: Added.
8344         * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Added.
8345         * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-08-t-expected.checksum: Added.
8346         * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-08-t-expected.png: Added.
8347         * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Added.
8348         * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-01-b-expected.checksum: Added.
8349         * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-01-b-expected.png: Added.
8350         * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Added.
8351         * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-03-b-expected.checksum: Added.
8352         * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-03-b-expected.png: Added.
8353         * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-03-b-expected.txt: Added.
8354         * platform/mac-leopard/svg/batik/masking/maskRegions-expected.txt:
8355         * platform/mac-leopard/svg/batik/text/smallFonts-expected.txt:
8356         * platform/mac-leopard/svg/carto.net/button-expected.checksum: Added.
8357         * platform/mac-leopard/svg/carto.net/button-expected.png: Added.
8358         * platform/mac-leopard/svg/carto.net/button-expected.txt: Added.
8359         * platform/mac-leopard/svg/carto.net/combobox-expected.checksum: Added.
8360         * platform/mac-leopard/svg/carto.net/combobox-expected.png: Added.
8361         * platform/mac-leopard/svg/carto.net/combobox-expected.txt: Added.
8362         * platform/mac-leopard/svg/carto.net/textbox-expected.checksum: Added.
8363         * platform/mac-leopard/svg/carto.net/textbox-expected.png: Added.
8364         * platform/mac-leopard/svg/carto.net/textbox-expected.txt: Added.
8365         * platform/mac-leopard/svg/carto.net/window-expected.checksum: Added.
8366         * platform/mac-leopard/svg/carto.net/window-expected.png: Added.
8367         * platform/mac-leopard/svg/carto.net/window-expected.txt: Added.
8368         * platform/mac-leopard/svg/custom/js-late-clipPath-and-object-creation-expected.checksum: Added.
8369         * platform/mac-leopard/svg/custom/js-late-clipPath-and-object-creation-expected.png: Added.
8370         * platform/mac-leopard/svg/custom/js-late-clipPath-and-object-creation-expected.txt: Added.
8371         * platform/mac-leopard/svg/custom/js-late-clipPath-creation-expected.checksum: Added.
8372         * platform/mac-leopard/svg/custom/js-late-clipPath-creation-expected.png: Added.
8373         * platform/mac-leopard/svg/custom/js-late-clipPath-creation-expected.txt: Added.
8374         * platform/mac-leopard/svg/custom/marker-default-width-height-expected.checksum: Added.
8375         * platform/mac-leopard/svg/custom/marker-default-width-height-expected.png: Added.
8376         * platform/mac-leopard/svg/custom/marker-default-width-height-expected.txt: Added.
8377         * platform/mac-leopard/svg/custom/path-textPath-simulation-expected.checksum: Added.
8378         * platform/mac-leopard/svg/custom/path-textPath-simulation-expected.png: Added.
8379         * platform/mac-leopard/svg/custom/path-textPath-simulation-expected.txt: Added.
8380         * platform/mac-leopard/svg/custom/stroke-width-large-expected.checksum: Added.
8381         * platform/mac-leopard/svg/custom/stroke-width-large-expected.png: Added.
8382         * platform/mac-leopard/svg/custom/stroke-width-large-expected.txt: Added.
8383         * platform/mac-leopard/svg/custom/tref-update-expected.checksum: Added.
8384         * platform/mac-leopard/svg/custom/tref-update-expected.png: Added.
8385         * platform/mac-leopard/svg/custom/tref-update-expected.txt: Added.
8386         * platform/mac-leopard/svg/custom/use-referencing-nonexisting-symbol-expected.checksum: Added.
8387         * platform/mac-leopard/svg/custom/use-referencing-nonexisting-symbol-expected.png: Added.
8388         * platform/mac-leopard/svg/custom/use-referencing-nonexisting-symbol-expected.txt: Added.
8389         * platform/mac-leopard/svg/foreignObject/text-tref-02-b-expected.checksum: Added.
8390         * platform/mac-leopard/svg/foreignObject/text-tref-02-b-expected.png: Added.
8391         * platform/mac-leopard/svg/foreignObject/text-tref-02-b-expected.txt: Added.
8392         * platform/mac-leopard/svg/hixie/viewbox: Added.
8393         * platform/mac-leopard/svg/hixie/viewbox/preserveAspectRatio: Added.
8394         * platform/mac-leopard/svg/hixie/viewbox/preserveAspectRatio/001-expected.checksum: Added.
8395         * platform/mac-leopard/svg/hixie/viewbox/preserveAspectRatio/001-expected.png: Added.
8396         * platform/mac-leopard/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
8397         * platform/mac-leopard/svg/hixie/viewbox/preserveAspectRatio/002-expected.checksum: Added.
8398         * platform/mac-leopard/svg/hixie/viewbox/preserveAspectRatio/002-expected.png: Added.
8399         * platform/mac-leopard/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
8400         * platform/mac-leopard/svg/text/font-size-below-point-five-2-expected.checksum: Added.
8401         * platform/mac-leopard/svg/text/font-size-below-point-five-2-expected.png: Added.
8402         * platform/mac-leopard/svg/text/font-size-below-point-five-2-expected.txt: Added.
8403         * platform/mac-leopard/svg/text/scaled-font-expected.checksum: Added.
8404         * platform/mac-leopard/svg/text/scaled-font-expected.png: Added.
8405         * platform/mac-leopard/svg/text/scaled-font-expected.txt: Added.
8406         * platform/mac-leopard/svg/text/select-textLength-spacing-squeeze-1-expected.checksum: Added.
8407         * platform/mac-leopard/svg/text/select-textLength-spacing-squeeze-1-expected.png: Added.
8408         * platform/mac-leopard/svg/text/select-textLength-spacing-squeeze-1-expected.txt: Added.
8409         * platform/mac-leopard/svg/text/select-textLength-spacing-squeeze-2-expected.checksum: Added.
8410         * platform/mac-leopard/svg/text/select-textLength-spacing-squeeze-2-expected.png: Added.
8411         * platform/mac-leopard/svg/text/select-textLength-spacing-squeeze-2-expected.txt: Added.
8412         * platform/mac-leopard/svg/text/select-textLength-spacing-squeeze-3-expected.checksum: Added.
8413         * platform/mac-leopard/svg/text/select-textLength-spacing-squeeze-3-expected.png: Added.
8414         * platform/mac-leopard/svg/text/select-textLength-spacing-squeeze-3-expected.txt: Added.
8415         * platform/mac-leopard/svg/text/select-textLength-spacing-squeeze-4-expected.checksum: Added.
8416         * platform/mac-leopard/svg/text/select-textLength-spacing-squeeze-4-expected.png: Added.
8417         * platform/mac-leopard/svg/text/select-textLength-spacing-squeeze-4-expected.txt: Added.
8418         * platform/mac-leopard/svg/text/select-textLength-spacing-stretch-1-expected.checksum: Added.
8419         * platform/mac-leopard/svg/text/select-textLength-spacing-stretch-1-expected.png: Added.
8420         * platform/mac-leopard/svg/text/select-textLength-spacing-stretch-1-expected.txt: Added.
8421         * platform/mac-leopard/svg/text/select-textLength-spacing-stretch-2-expected.checksum: Added.
8422         * platform/mac-leopard/svg/text/select-textLength-spacing-stretch-2-expected.png: Added.
8423         * platform/mac-leopard/svg/text/select-textLength-spacing-stretch-2-expected.txt: Added.
8424         * platform/mac-leopard/svg/text/select-textLength-spacing-stretch-3-expected.checksum: Added.
8425         * platform/mac-leopard/svg/text/select-textLength-spacing-stretch-3-expected.png: Added.
8426         * platform/mac-leopard/svg/text/select-textLength-spacing-stretch-3-expected.txt: Added.
8427         * platform/mac-leopard/svg/text/select-textLength-spacing-stretch-4-expected.checksum: Added.
8428         * platform/mac-leopard/svg/text/select-textLength-spacing-stretch-4-expected.png: Added.
8429         * platform/mac-leopard/svg/text/select-textLength-spacing-stretch-4-expected.txt: Added.
8430         * platform/mac-leopard/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.checksum: Added.
8431         * platform/mac-leopard/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.png: Added.
8432         * platform/mac-leopard/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: Added.
8433         * platform/mac-leopard/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.checksum: Added.
8434         * platform/mac-leopard/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.png: Added.
8435         * platform/mac-leopard/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: Added.
8436         * platform/mac-leopard/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.checksum: Added.
8437         * platform/mac-leopard/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.png: Added.
8438         * platform/mac-leopard/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: Added.
8439         * platform/mac-leopard/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.checksum: Added.
8440         * platform/mac-leopard/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png: Added.
8441         * platform/mac-leopard/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Added.
8442         * platform/mac-leopard/svg/text/select-x-list-3-expected.checksum: Added.
8443         * platform/mac-leopard/svg/text/select-x-list-3-expected.png: Added.
8444         * platform/mac-leopard/svg/text/select-x-list-3-expected.txt: Added.
8445         * platform/mac-leopard/svg/text/small-fonts-2-expected.checksum: Added.
8446         * platform/mac-leopard/svg/text/small-fonts-2-expected.png: Added.
8447         * platform/mac-leopard/svg/text/small-fonts-2-expected.txt: Added.
8448         * platform/mac-leopard/svg/text/small-fonts-3-expected.checksum: Added.
8449         * platform/mac-leopard/svg/text/small-fonts-3-expected.png: Added.
8450         * platform/mac-leopard/svg/text/small-fonts-3-expected.txt: Added.
8451         * platform/mac-leopard/svg/text/small-fonts-expected.checksum: Added.
8452         * platform/mac-leopard/svg/text/small-fonts-expected.png: Added.
8453         * platform/mac-leopard/svg/text/small-fonts-expected.txt: Added.
8454         * platform/mac-leopard/svg/text/small-fonts-in-html5-expected.checksum: Added.
8455         * platform/mac-leopard/svg/text/small-fonts-in-html5-expected.png: Added.
8456         * platform/mac-leopard/svg/text/small-fonts-in-html5-expected.txt: Added.
8457         * platform/mac-leopard/svg/text/text-intro-05-t-expected.txt:
8458         * platform/mac-leopard/svg/text/text-text-01-b-expected.checksum: Added.
8459         * platform/mac-leopard/svg/text/text-text-01-b-expected.png: Added.
8460         * platform/mac-leopard/svg/text/text-text-01-b-expected.txt: Added.
8461         * platform/mac-leopard/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
8462         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt:
8463         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt:
8464         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt:
8465         * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt:
8466         * platform/mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt:
8467         * platform/mac/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt:
8468         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt:
8469         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt:
8470         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt:
8471         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt:
8472         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt:
8473         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt:
8474         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt:
8475         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt:
8476         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt:
8477         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt:
8478         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt:
8479         * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
8480         * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
8481         * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
8482         * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
8483         * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
8484         * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
8485         * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
8486         * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
8487         * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
8488         * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
8489         * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
8490         * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
8491         * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
8492         * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
8493         * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
8494         * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
8495         * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
8496         * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
8497         * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
8498         * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
8499         * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
8500         * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
8501         * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt:
8502         * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt:
8503         * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
8504         * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
8505         * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
8506         * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
8507         * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt:
8508         * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
8509         * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
8510         * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
8511         * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
8512         * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
8513         * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
8514         * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
8515         * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
8516         * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
8517         * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
8518         * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
8519         * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
8520         * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
8521         * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
8522         * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
8523         * platform/mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt:
8524         * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
8525         * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
8526         * platform/mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt:
8527         * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt:
8528         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
8529         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
8530         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
8531         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
8532         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
8533         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
8534         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
8535         * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
8536         * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt:
8537         * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt:
8538         * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
8539         * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
8540         * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
8541         * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
8542         * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
8543         * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
8544         * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
8545         * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt:
8546         * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
8547         * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
8548         * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
8549         * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
8550         * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
8551         * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt:
8552         * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
8553         * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
8554         * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt:
8555         * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt:
8556         * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt:
8557         * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
8558         * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
8559         * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
8560         * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
8561         * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
8562         * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt:
8563         * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt:
8564         * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.txt:
8565         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
8566         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
8567         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
8568         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
8569         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
8570         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
8571         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
8572         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
8573         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
8574         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
8575         * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
8576         * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
8577         * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
8578         * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
8579         * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
8580         * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
8581         * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt:
8582         * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt:
8583         * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt:
8584         * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt:
8585         * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt:
8586         * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt:
8587         * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt:
8588         * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
8589         * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
8590         * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
8591         * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
8592         * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
8593         * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
8594         * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
8595         * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
8596         * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
8597         * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
8598         * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
8599         * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
8600         * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.txt:
8601         * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
8602         * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
8603         * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
8604         * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.txt:
8605         * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.txt:
8606         * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt:
8607         * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
8608         * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt:
8609         * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
8610         * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
8611         * platform/mac/svg/batik/filters/filterRegions-expected.txt:
8612         * platform/mac/svg/batik/masking/maskRegions-expected.txt:
8613         * platform/mac/svg/batik/paints/gradientLimit-expected.txt:
8614         * platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
8615         * platform/mac/svg/batik/paints/patternRegionA-expected.txt:
8616         * platform/mac/svg/batik/paints/patternRegions-expected.txt:
8617         * platform/mac/svg/batik/paints/patternRegions-positioned-objects-expected.txt:
8618         * platform/mac/svg/batik/text/longTextOnPath-expected.txt:
8619         * platform/mac/svg/batik/text/smallFonts-expected.txt:
8620         * platform/mac/svg/batik/text/textAnchor-expected.txt:
8621         * platform/mac/svg/batik/text/textAnchor2-expected.txt:
8622         * platform/mac/svg/batik/text/textAnchor3-expected.txt:
8623         * platform/mac/svg/batik/text/textDecoration-expected.txt:
8624         * platform/mac/svg/batik/text/textDecoration2-expected.txt:
8625         * platform/mac/svg/batik/text/textEffect-expected.txt:
8626         * platform/mac/svg/batik/text/textEffect2-expected.txt:
8627         * platform/mac/svg/batik/text/textEffect3-expected.txt:
8628         * platform/mac/svg/batik/text/textFeatures-expected.txt:
8629         * platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
8630         * platform/mac/svg/batik/text/textLayout-expected.txt:
8631         * platform/mac/svg/batik/text/textLayout2-expected.txt:
8632         * platform/mac/svg/batik/text/textLength-expected.txt:
8633         * platform/mac/svg/batik/text/textOnPath-expected.txt:
8634         * platform/mac/svg/batik/text/textOnPath2-expected.txt:
8635         * platform/mac/svg/batik/text/textOnPath3-expected.txt:
8636         * platform/mac/svg/batik/text/textOnPathSpaces-expected.txt:
8637         * platform/mac/svg/batik/text/textPCDATA-expected.txt:
8638         * platform/mac/svg/batik/text/textPosition-expected.txt:
8639         * platform/mac/svg/batik/text/textPosition2-expected.txt:
8640         * platform/mac/svg/batik/text/textProperties-expected.txt:
8641         * platform/mac/svg/batik/text/textProperties2-expected.txt:
8642         * platform/mac/svg/batik/text/textStyles-expected.txt:
8643         * platform/mac/svg/batik/text/verticalText-expected.txt:
8644         * platform/mac/svg/batik/text/verticalTextOnPath-expected.txt:
8645         * platform/mac/svg/batik/text/xmlSpace-expected.txt:
8646         * platform/mac/svg/carto.net/button-expected.txt:
8647         * platform/mac/svg/carto.net/colourpicker-expected.txt:
8648         * platform/mac/svg/carto.net/combobox-expected.txt:
8649         * platform/mac/svg/carto.net/scrollbar-expected.txt:
8650         * platform/mac/svg/carto.net/selectionlist-expected.txt:
8651         * platform/mac/svg/carto.net/slider-expected.txt:
8652         * platform/mac/svg/carto.net/tabgroup-expected.txt:
8653         * platform/mac/svg/carto.net/textbox-expected.txt:
8654         * platform/mac/svg/carto.net/window-expected.txt:
8655         * platform/mac/svg/css/group-with-shadow-expected.txt:
8656         * platform/mac/svg/css/shadow-changes-expected.txt:
8657         * platform/mac/svg/css/text-shadow-multiple-expected.txt:
8658         * platform/mac/svg/custom/SVGPoint-matrixTransform-expected.txt:
8659         * platform/mac/svg/custom/alignment-baseline-modes-expected.txt:
8660         * platform/mac/svg/custom/altglyph-expected.txt:
8661         * platform/mac/svg/custom/coords-relative-units-transforms-expected.txt:
8662         * platform/mac/svg/custom/dominant-baseline-modes-expected.txt:
8663         * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt:
8664         * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt:
8665         * platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt:
8666         * platform/mac/svg/custom/feComponentTransfer-Table-expected.txt:
8667         * platform/mac/svg/custom/font-face-simple-expected.txt:
8668         * platform/mac/svg/custom/getTransformToElement-expected.txt:
8669         * platform/mac/svg/custom/glyph-selection-lang-attribute-expected.txt:
8670         * platform/mac/svg/custom/image-small-width-height-expected.txt:
8671         * platform/mac/svg/custom/invalid-css-expected.txt:
8672         * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
8673         * platform/mac/svg/custom/js-late-clipPath-creation-expected.txt:
8674         * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.txt:
8675         * platform/mac/svg/custom/js-late-gradient-creation-expected.txt:
8676         * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt:
8677         * platform/mac/svg/custom/js-late-pattern-creation-expected.txt:
8678         * platform/mac/svg/custom/linking-a-03-b-all-expected.txt:
8679         * platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt:
8680         * platform/mac/svg/custom/linking-a-03-b-transform-expected.txt:
8681         * platform/mac/svg/custom/linking-a-03-b-viewBox-expected.txt:
8682         * platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.txt:
8683         * platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.txt:
8684         * platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.txt:
8685         * platform/mac/svg/custom/marker-default-width-height-expected.txt:
8686         * platform/mac/svg/custom/path-textPath-simulation-expected.txt:
8687         * platform/mac/svg/custom/pattern-rotate-expected.txt:
8688         * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.txt:
8689         * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
8690         * platform/mac/svg/custom/shapes-supporting-markers-expected.txt:
8691         * platform/mac/svg/custom/stroke-width-large-expected.txt:
8692         * platform/mac/svg/custom/stroked-pattern-expected.txt:
8693         * platform/mac/svg/custom/struct-use-09-b-expected.txt:
8694         * platform/mac/svg/custom/style-attribute-font-size-expected.txt:
8695         * platform/mac/svg/custom/text-clip-expected.txt:
8696         * platform/mac/svg/custom/text-ctm-expected.txt:
8697         * platform/mac/svg/custom/text-dom-01-f-expected.txt:
8698         * platform/mac/svg/custom/text-filter-expected.txt:
8699         * platform/mac/svg/custom/text-hit-test-expected.txt:
8700         * platform/mac/svg/custom/text-letter-spacing-expected.txt:
8701         * platform/mac/svg/custom/text-rotated-gradient-expected.txt:
8702         * platform/mac/svg/custom/text-rotation-expected.txt:
8703         * platform/mac/svg/custom/text-whitespace-handling-expected.txt:
8704         * platform/mac/svg/custom/text-x-dx-lists-expected.txt:
8705         * platform/mac/svg/custom/text-x-override-in-tspan-child-expected.txt:
8706         * platform/mac/svg/custom/tref-update-expected.txt:
8707         * platform/mac/svg/custom/use-detach-expected.txt:
8708         * platform/mac/svg/custom/use-dynamic-append-expected.txt:
8709         * platform/mac/svg/custom/use-instanceRoot-modifications-expected.txt:
8710         * platform/mac/svg/custom/use-modify-container-in-target-expected.txt:
8711         * platform/mac/svg/custom/use-modify-target-container-expected.txt:
8712         * platform/mac/svg/custom/use-modify-target-symbol-expected.txt:
8713         * platform/mac/svg/custom/use-on-g-containing-symbol-expected.txt:
8714         * platform/mac/svg/custom/use-on-g-containing-use-expected.txt:
8715         * platform/mac/svg/custom/use-on-g-expected.txt:
8716         * platform/mac/svg/custom/use-on-rect-expected.txt:
8717         * platform/mac/svg/custom/use-on-symbol-expected.txt:
8718         * platform/mac/svg/custom/use-on-text-expected.txt:
8719         * platform/mac/svg/custom/use-on-use-expected.txt:
8720         * platform/mac/svg/custom/use-recursion-1-expected.txt:
8721         * platform/mac/svg/custom/use-recursion-2-expected.txt:
8722         * platform/mac/svg/custom/use-recursion-3-expected.txt:
8723         * platform/mac/svg/custom/use-recursion-4-expected.txt:
8724         * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
8725         * platform/mac/svg/custom/use-transform-expected.txt:
8726         * platform/mac/svg/custom/viewbox-syntax-expected.txt:
8727         * platform/mac/svg/foreignObject/text-tref-02-b-expected.txt:
8728         * platform/mac/svg/hixie/perf/003-expected.txt:
8729         * platform/mac/svg/hixie/perf/004-expected.txt:
8730         * platform/mac/svg/hixie/perf/005-expected.txt:
8731         * platform/mac/svg/hixie/perf/006-expected.txt:
8732         * platform/mac/svg/hixie/text/003-expected.txt:
8733         * platform/mac/svg/hixie/text/003a-expected.txt:
8734         * platform/mac/svg/hixie/text/003b-expected.txt:
8735         * platform/mac/svg/hixie/viewbox/002-expected.txt:
8736         * platform/mac/svg/hixie/viewbox/003-expected.txt:
8737         * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
8738         * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
8739         * platform/mac/svg/text/font-size-below-point-five-2-expected.checksum: Added.
8740         * platform/mac/svg/text/font-size-below-point-five-2-expected.png: Added.
8741         * platform/mac/svg/text/font-size-below-point-five-2-expected.txt: Added.
8742         * platform/mac/svg/text/font-size-below-point-five-expected.checksum: Added.
8743         * platform/mac/svg/text/font-size-below-point-five-expected.png: Added.
8744         * platform/mac/svg/text/font-size-below-point-five-expected.txt: Added.
8745         * platform/mac/svg/text/kerning-expected.txt:
8746         * platform/mac/svg/text/multichar-glyph-expected.txt:
8747         * platform/mac/svg/text/scaled-font-expected.checksum: Added.
8748         * platform/mac/svg/text/scaled-font-expected.png: Added.
8749         * platform/mac/svg/text/scaled-font-expected.txt: Added.
8750         * platform/mac/svg/text/select-textLength-spacing-squeeze-1-expected.txt:
8751         * platform/mac/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
8752         * platform/mac/svg/text/select-textLength-spacing-squeeze-3-expected.txt:
8753         * platform/mac/svg/text/select-textLength-spacing-squeeze-4-expected.txt:
8754         * platform/mac/svg/text/select-textLength-spacing-stretch-1-expected.txt:
8755         * platform/mac/svg/text/select-textLength-spacing-stretch-2-expected.txt:
8756         * platform/mac/svg/text/select-textLength-spacing-stretch-3-expected.txt:
8757         * platform/mac/svg/text/select-textLength-spacing-stretch-4-expected.txt:
8758         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt:
8759         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt:
8760         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt:
8761         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt:
8762         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt:
8763         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt:
8764         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt:
8765         * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
8766         * platform/mac/svg/text/select-x-list-1-expected.txt:
8767         * platform/mac/svg/text/select-x-list-2-expected.txt:
8768         * platform/mac/svg/text/select-x-list-3-expected.txt:
8769         * platform/mac/svg/text/select-x-list-4-expected.txt:
8770         * platform/mac/svg/text/select-x-list-with-tspans-1-expected.txt:
8771         * platform/mac/svg/text/select-x-list-with-tspans-2-expected.txt:
8772         * platform/mac/svg/text/select-x-list-with-tspans-3-expected.txt:
8773         * platform/mac/svg/text/select-x-list-with-tspans-4-expected.txt:
8774         * platform/mac/svg/text/selection-doubleclick-expected.txt:
8775         * platform/mac/svg/text/selection-tripleclick-expected.txt:
8776         * platform/mac/svg/text/small-fonts-2-expected.checksum: Added.
8777         * platform/mac/svg/text/small-fonts-2-expected.png: Added.
8778         * platform/mac/svg/text/small-fonts-2-expected.txt: Added.
8779         * platform/mac/svg/text/small-fonts-3-expected.checksum: Added.
8780         * platform/mac/svg/text/small-fonts-3-expected.png: Added.
8781         * platform/mac/svg/text/small-fonts-3-expected.txt: Added.
8782         * platform/mac/svg/text/small-fonts-expected.checksum: Added.
8783         * platform/mac/svg/text/small-fonts-expected.png: Added.
8784         * platform/mac/svg/text/small-fonts-expected.txt: Added.
8785         * platform/mac/svg/text/small-fonts-in-html5-expected.checksum: Added.
8786         * platform/mac/svg/text/small-fonts-in-html5-expected.png: Added.
8787         * platform/mac/svg/text/small-fonts-in-html5-expected.txt: Added.
8788         * platform/mac/svg/text/text-align-01-b-expected.txt:
8789         * platform/mac/svg/text/text-align-02-b-expected.txt:
8790         * platform/mac/svg/text/text-align-03-b-expected.txt:
8791         * platform/mac/svg/text/text-align-04-b-expected.txt:
8792         * platform/mac/svg/text/text-align-05-b-expected.txt:
8793         * platform/mac/svg/text/text-align-06-b-expected.txt:
8794         * platform/mac/svg/text/text-altglyph-01-b-expected.txt:
8795         * platform/mac/svg/text/text-deco-01-b-expected.txt:
8796         * platform/mac/svg/text/text-fonts-01-t-expected.txt:
8797         * platform/mac/svg/text/text-fonts-02-t-expected.txt:
8798         * platform/mac/svg/text/text-intro-05-t-expected.txt:
8799         * platform/mac/svg/text/text-path-01-b-expected.txt:
8800         * platform/mac/svg/text/text-spacing-01-b-expected.txt:
8801         * platform/mac/svg/text/text-text-01-b-expected.txt:
8802         * platform/mac/svg/text/text-text-03-b-expected.txt:
8803         * platform/mac/svg/text/text-text-04-t-expected.txt:
8804         * platform/mac/svg/text/text-text-05-t-expected.txt:
8805         * platform/mac/svg/text/text-text-06-t-expected.txt:
8806         * platform/mac/svg/text/text-text-07-t-expected.txt:
8807         * platform/mac/svg/text/text-text-08-b-expected.txt:
8808         * platform/mac/svg/text/text-tref-01-b-expected.txt:
8809         * platform/mac/svg/text/text-tselect-01-b-expected.txt:
8810         * platform/mac/svg/text/text-tselect-02-f-expected.txt:
8811         * platform/mac/svg/text/text-tspan-01-b-expected.txt:
8812         * platform/mac/svg/text/text-ws-01-t-expected.txt:
8813         * platform/mac/svg/text/text-ws-02-t-expected.txt:
8814         * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.txt:
8815         * platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
8816         * platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
8817         * platform/mac/svg/transforms/text-with-pattern-with-svg-transform-expected.txt:
8818         * platform/mac/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt:
8819         * platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
8820         * platform/mac/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt:
8821         * svg/custom/glyph-setting-d-attribute-expected.txt:
8822         * svg/custom/glyph-transformation-with-hkern-expected.txt:
8823         * svg/text/font-size-below-point-five-2.svg: Added.
8824         * svg/text/font-size-below-point-five.svg: Added.
8825         * svg/text/lengthAdjust-text-metrics-expected.txt:
8826         * svg/text/scaled-font.svg: Added.
8827         * svg/text/script-tests/lengthAdjust-text-metrics.js:
8828         * svg/text/small-fonts-2.svg: Added.
8829         * svg/text/small-fonts-3.svg: Added.
8830         * svg/text/small-fonts-in-html5.html: Added.
8831         * svg/text/small-fonts.svg: Added.
8832         * svg/zoom/page/zoom-zoom-coords-expected.txt:
8833         * svg/zoom/page/zoom-zoom-coords.xhtml:
8834
8835 2011-02-03  Ilya Tikhonovsky  <loislo@chromium.org>
8836
8837         Unreviewed.
8838
8839         BUGCR71783 : scrollbars/custom-scrollbar-with-incomplete-style.html = IMAGE
8840         It is failing since r77459 by Sam Weinig.
8841
8842         * platform/chromium/test_expectations.txt:
8843
8844 2011-02-03  Adam Roben  <aroben@apple.com>
8845
8846         Skip a new showModalDialog test on Windows
8847
8848         showModalDialog support is now covered by <http://webkit.org/b/53675>.
8849
8850         I also sorted some sputnik tests that fail when showModalDialog is unsupported, and filed a
8851         new bug (<http://webkit.org/b/53676>) about those failures, since it seems like those tests
8852         should pass even when showModalDialog is unsupported.
8853
8854         * platform/win/Skipped:
8855
8856 2011-02-03  Adam Roben  <aroben@apple.com>
8857
8858         Check in expected failure results for an RTL <select> test
8859
8860         The failure is covered by <http://webkit.org/b/53443>.
8861
8862         * platform/win/fast/text/international/bidi-menulist-expected.txt: Added.
8863
8864 2011-02-03  Adam Roben  <aroben@apple.com>
8865
8866         Add Windows results for test added in r77153
8867
8868         * platform/win/fast/text/international/text-combine-image-test-expected.checksum: Added.
8869         * platform/win/fast/text/international/text-combine-image-test-expected.png: Added.
8870         * platform/win/fast/text/international/text-combine-image-test-expected.txt: Added.
8871
8872 2011-02-03  Csaba Osztrogonác  <ossy@webkit.org>
8873
8874         Unreviewed.
8875
8876         [Qt]REGRESSION(r76951): media/controls-without-preload.html fails
8877         https://bugs.webkit.org/show_bug.cgi?id=53674
8878
8879         * platform/qt/Skipped: media/controls-without-preload.html added until fix.
8880
8881 2011-02-01  Alexander Pavlov  <apavlov@chromium.org>
8882
8883         Reviewed by Pavel Feldman.
8884
8885         Web Inspector: Remove the *2 suffix from the CSS style-related protocol methods
8886         https://bugs.webkit.org/show_bug.cgi?id=53492
8887
8888         * inspector/styles-iframe.html:
8889         * inspector/styles-new-API.html:
8890         * inspector/styles-source-lines-inline.html:
8891         * inspector/styles-source-lines.html:
8892         * inspector/styles-source-offsets.html:
8893
8894 2011-02-03  Philippe Normand  <pnormand@igalia.com>
8895
8896         Unreviewed, skip flaky test
8897         fast/files/workers/worker-read-blob-async.html on GTK
8898         https://bugs.webkit.org/show_bug.cgi?id=53673
8899
8900         * platform/gtk/Skipped:
8901
8902 2011-02-03  Csaba Osztrogonác  <ossy@webkit.org>
8903
8904         Unreviewed.
8905
8906         [Qt] fast/dynamic/unicode-bidi.html fails
8907         https://bugs.webkit.org/show_bug.cgi?id=53456
8908
8909         Add Qt specific expected files.
8910
8911         * platform/qt/fast/dynamic/unicode-bidi-expected.checksum: Added.
8912         * platform/qt/fast/dynamic/unicode-bidi-expected.png: Added.
8913         * platform/qt/fast/dynamic/unicode-bidi-expected.txt: Copied from LayoutTests/fast/dynamic/unicode-bidi-expected.txt.
8914         * platform/qt/fast/text/bidi-embedding-pop-and-push-same-2-expected.checksum: Added.
8915         * platform/qt/fast/text/bidi-embedding-pop-and-push-same-2-expected.png: Added.
8916         * platform/qt/fast/text/bidi-embedding-pop-and-push-same-2-expected.txt: Copied from LayoutTests/fast/text/bidi-embedding-pop-and-push-same-2-expected.txt.
8917
8918 2011-02-03  Philippe Normand  <pnormand@igalia.com>
8919
8920         Unreviewed, GTK baselines for 2 new tests added in r77267 and r77153.
8921
8922         * platform/gtk/fast/dom/34176-expected.txt: Added.
8923         * platform/gtk/fast/text/international/text-combine-image-test-expected.txt: Added.
8924
8925 2011-02-03  Philippe Normand  <pnormand@igalia.com>
8926
8927         Unreviewed, skip failing test
8928         fast/history/timed-refresh-in-cached-frame.html on GTK
8929         https://bugs.webkit.org/show_bug.cgi?id=53667
8930
8931         * platform/gtk/Skipped:
8932
8933 2011-02-03  Maciej Stachowiak  <mjs@apple.com>
8934
8935         Reviewed by Ryosuke Niwa.
8936
8937         Skip some tests that fail in WebKit2 due to missing DRT functionality
8938         https://bugs.webkit.org/show_bug.cgi?id=53666
8939
8940         * platform/mac-wk2/Skipped:
8941
8942 2011-02-03  Adam Barth  <abarth@webkit.org>
8943
8944         Reviewed by Daniel Bates.
8945
8946         Teach XSSFilter about data URLs
8947         https://bugs.webkit.org/show_bug.cgi?id=53662
8948
8949         Tests that the XSS filter doesn't block script in data URLs.
8950
8951         * http/tests/security/xssAuditor/data-urls-work-expected.txt: Added.
8952         * http/tests/security/xssAuditor/data-urls-work.html: Added.
8953
8954 2011-02-02  Chris Evans  <cevans@chromium.org>
8955
8956         Reviewed by Darin Fisher.
8957
8958         window.find() can fail when switching case sensitivity
8959         https://bugs.webkit.org/show_bug.cgi?id=53654
8960
8961         The test coverage for this area is very poor, so I took the liberty
8962         of adding a more general test than is needed.
8963
8964         * fast/text/find-window.html: Added.
8965         * fast/text/find-window-expected.txt: Added.
8966
8967 2011-02-02  Martin Robinson  <mrobinson@igalia.com>
8968
8969         Rebaseline two tests after import of editing test results for GTK+.
8970         Also remove a platform-specific baseline for a test which is now passing.
8971
8972         * platform/gtk/editing/pasteboard/emacs-ctrl-a-k-y-expected.txt:
8973         * platform/gtk/editing/selection/find-yensign-and-backslash-expected.txt: Removed.
8974         * platform/gtk/fast/dom/52776-expected.txt:
8975
8976 2011-02-02  Dan Bernstein  <mitz@apple.com>
8977
8978         Reviewed by Sam Weinig.
8979
8980         <rdar://problem/8380506> REGRESSION (r61921): RTL text in <b> tag doesn't display in WebKit under certain conditions
8981         https://bugs.webkit.org/show_bug.cgi?id=44942
8982
8983         * fast/text/bidi-embedding-pop-and-push-same-2-expected.checksum: Added.
8984         * fast/text/bidi-embedding-pop-and-push-same-2-expected.png: Added.
8985         * fast/text/bidi-embedding-pop-and-push-same-2-expected.txt: Added.
8986         * fast/text/bidi-embedding-pop-and-push-same-2.html: Added.
8987
8988 2011-02-02  Kenneth Russell  <kbr@google.com>
8989
8990         Reviewed by Mihai Parparita.
8991
8992         gl-teximage.html failing on some WebKit bots
8993         https://bugs.webkit.org/show_bug.cgi?id=53633
8994
8995         * fast/canvas/webgl/gl-teximage.html:
8996           - Synced with upstream test; detect when running in DRT and
8997             avoid printing the specific pixel value when the test will pass.
8998         * fast/canvas/webgl/resources/red-indexed.png:
8999           - Stripped gamma and other colorspace information.
9000
9001 2011-02-02  Martin Robinson  <mrobinson@igalia.com>
9002
9003         Unskip the last batch of editing tests needing GTK+ results.
9004
9005         * platform/gtk/Skipped: Unskip last batch of tests.
9006
9007 2011-02-02  Martin Robinson  <mrobinson@igalia.com>
9008
9009         Add one more set of missing editing layout test results for GTK.
9010
9011         * platform/gtk/Skipped: Unskip more editing tests.
9012
9013 2011-02-02  Martin Robinson  <mrobinson@igalia.com>
9014
9015         Continue importing new editing layout test results for GTK.
9016
9017         * platform/gtk/Skipped: Unskip more editing tests.
9018
9019 2011-02-02  Martin Robinson  <mrobinson@igalia.com>
9020
9021         Begin importing missing editing directory test results.
9022
9023         * platform/gtk/Skipped: Unskip tests with results and classify failures.
9024
9025 2011-02-02  Michael Saboff  <msaboff@apple.com>
9026
9027         Reviewed by Gavin Barraclough.
9028
9029         Improper backtrack of nested non-capturing greedy paren to prior paren
9030         https://bugs.webkit.org/show_bug.cgi?id=53261
9031
9032         New tests to validate change.
9033
9034         * fast/regex/parentheses-expected.txt:
9035         * fast/regex/script-tests/parentheses.js:
9036
9037 2011-02-02  Dirk Pranke  <dpranke@chromium.org>
9038
9039         Reviewed by Mihai Parparita.
9040
9041         new-run-webkit-tests: hardcode the directories to scan for tests
9042         for GPU bots instead of SKIPping them. See bug 53562 for some
9043         context, but we will now hard-code the list of directories to
9044         use by default instead of skipping over directories in the
9045         expectations file. We do this so that we will be able to merge
9046         the expectations files without getting conflicting SKIP
9047         directives. Note that this change will reduce the # of tests
9048         being run on the Mac GPU bots, because we're accidentally
9049         including some today.
9050
9051         https://bugs.webkit.org/show_bug.cgi?id=53631
9052
9053         * platform/chromium-gpu/test_expectations.txt:
9054
9055 2011-02-02  Jian Li  <jianli@chromium.org>
9056
9057         Reviewed by Kenneth Russell.
9058
9059         [V8] Accessing DataView with index of -1 returns 0, doesn't throw
9060         https://bugs.webkit.org/show_bug.cgi?id=53559
9061
9062         * fast/canvas/webgl/data-view-test-expected.txt:
9063         * fast/canvas/webgl/data-view-test.html:
9064
9065 2011-02-02  Zhenyao Mo  <zmo@google.com>
9066
9067         Reviewed by Kenneth Russell.
9068
9069         bufferData and bufferSubData should generate INVALID_VALUE with negative input
9070         https://bugs.webkit.org/show_bug.cgi?id=53626
9071
9072         * fast/canvas/webgl/buffer-data-array-buffer-expected.txt:
9073         * fast/canvas/webgl/buffer-data-array-buffer.html:
9074
9075 2011-02-02  Cris Neckar  <cdn@chromium.org>
9076
9077         Reviewed by James Robinson.
9078
9079         Tests for crash when a domwindow is removed within a device orientation event.
9080         https://bugs.webkit.org/show_bug.cgi?id=53623
9081
9082         * fast/events/device-orientation-crash-expected.txt: Added.
9083         * fast/events/device-orientation-crash.html: Added.
9084
9085 2011-02-02  Zhenyao Mo  <zmo@google.com>
9086
9087         Reviewed by Kenneth Russell.
9088
9089         A deleted object should never been bound again
9090         https://bugs.webkit.org/show_bug.cgi?id=53604
9091
9092         * fast/canvas/webgl/object-deletion-behaviour-expected.txt:
9093         * fast/canvas/webgl/object-deletion-behaviour.html: Add test cases for object binding and deletion.
9094
9095 2011-02-02  Kenneth Russell  <kbr@google.com>
9096
9097         Reviewed by James Robinson.
9098
9099         Rename Typed Array subset to subarray
9100         https://bugs.webkit.org/show_bug.cgi?id=53618
9101
9102         * fast/canvas/webgl/array-setters.html:
9103         * fast/canvas/webgl/array-unit-tests-expected.txt:
9104         * fast/canvas/webgl/array-unit-tests.html:
9105         * fast/canvas/webgl/draw-elements-out-of-bounds-expected.txt:
9106         * fast/canvas/webgl/draw-elements-out-of-bounds.html:
9107         * fast/canvas/webgl/webgl-array-invalid-ranges-expected.txt:
9108         * fast/canvas/webgl/webgl-array-invalid-ranges.html:
9109
9110 2011-02-02  Dimitri Glazkov  <dglazkov@chromium.org>
9111
9112         Added GPU fails from bots.
9113
9114         * platform/chromium-gpu/test_expectations.txt: Added.
9115
9116 2011-02-02  Martin Robinson  <mrobinson@igalia.com>
9117
9118         Unskip a test that just needs platform-specific results. Re-classify
9119         two other failures with more pertinent information.
9120
9121         * platform/gtk/Skipped: Organize the skipped list a bit. Unskip a test.
9122         Remove obsolete comments.
9123         * platform/gtk/editing/inserting/5994480-2-expected.txt: Added.
9124
9125 2011-02-01  Andrey Kosyakov  <caseq@chromium.org>
9126
9127         Reviewed by Pavel Feldman.
9128
9129         Web Inspector: add test for OPTIONS requests caused by CORS preflight checking to appear in Network panel
9130         https://bugs.webkit.org/show_bug.cgi?id=53501
9131
9132         * http/tests/inspector/network-preflight-options-expected.txt: Added.
9133         * http/tests/inspector/network-preflight-options.html: Added.
9134         * http/tests/inspector/resources/cors-target.php: Added.
9135
9136 2011-02-02  Martin Robinson  <mrobinson@igalia.com>
9137
9138         Skip another test that uses modal dialogs.
9139
9140         * platform/gtk/Skipped: Skip modal dialog test and update bug in the skipped list.
9141
9142 2011-02-02  Yury Semikhatsky  <yurys@chromium.org>
9143
9144         Unreviewed. Removed some custom Chromium test expectations.
9145
9146         * platform/chromium/test_expectations.txt:
9147
9148 2011-02-02  Hans Wennborg  <hans@chromium.org>
9149
9150         Reviewed by Jeremy Orlow.
9151
9152         IndexedDB: Implement support for cursor updates
9153         https://bugs.webkit.org/show_bug.cgi?id=53421
9154
9155         Layout test for cursor updates.
9156
9157         * storage/indexeddb/cursor-update-expected.txt: Added.
9158         * storage/indexeddb/cursor-update.html: Added.
9159
9160 2011-02-01  James Robinson  <jamesr@chromium.org>
9161
9162         Reviewed by Adam Barth.
9163
9164         [v8] Increase V8 native->js recursion limit to match document.write() recursion limit
9165         https://bugs.webkit.org/show_bug.cgi?id=53566
9166
9167         Unskip test that we now pass.
9168
9169         * platform/chromium/test_expectations.txt:
9170
9171 2011-02-01  Dirk Pranke  <dpranke@chromium.org>
9172
9173         Unreviewed, expectations change.
9174
9175         fast/css/box-shadow.html was removed in r77101 but there was
9176         still a reference to it in the expectations file.
9177
9178         * platform/chromium/test_expectations.txt:
9179
9180 2011-02-01  Mihai Parparita  <mihaip@chromium.org>
9181
9182         Reviewed by James Robinson.
9183
9184         Async event handlers should not fire within a modal dialog
9185         https://bugs.webkit.org/show_bug.cgi?id=53202
9186         
9187         Add tests for a scroll event triggered right before a modal dialog is
9188         shown.
9189
9190         * fast/events/scroll-event-during-modal-dialog-expected.txt: Added.
9191         * fast/events/scroll-event-during-modal-dialog.html: Added.
9192
9193 2011-02-01  Kent Tamura  <tkent@chromium.org>
9194
9195         Reviewed by Tony Chang.
9196
9197         [Chromium] Roll Chromium revision for the WebKitWeightWatcher change
9198         https://bugs.webkit.org/show_bug.cgi?id=53563
9199
9200         * platform/chromium/test_expectations.txt:
9201           fast/css/font-weight-1.html is expected to fail.
9202
9203 2011-02-01  Dimitri Glazkov  <dglazkov@chromium.org>
9204
9205         Marking test, added in r77333 as skipped, because it is
9206         reaching V8 recursion limits faster than those on Document.
9207
9208         * platform/chromium/test_expectations.txt: See above.
9209
9210 2011-01-25  Martin Robinson  <mrobinson@igalia.com>
9211
9212         Reviewed by Gustavo Noronha Silva.
9213
9214         [GTK] Two tests crash after r76555
9215         https://bugs.webkit.org/show_bug.cgi?id=53057
9216
9217         * platform/gtk/Skipped: Unskip tests which are no longer crashing.
9218
9219 2011-02-01  chris reiss  <christopher.reiss@nokia.com>
9220
9221         Reviewed by Adam Barth.
9222
9223         Self-replicating code makes Safari hang and eventually crash
9224         https://bugs.webkit.org/show_bug.cgi?id=15123
9225
9226         * fast/dom/Document/document-close-iframe-load-expected.txt: Added.
9227         * fast/dom/Document/document-close-iframe-load.html: Added.
9228         * fast/dom/Document/document-close-nested-iframe-load-expected.txt: Added.
9229         * fast/dom/Document/document-close-nested-iframe-load.html: Added.
9230         * fast/dom/Document/document-write-recursion-expected.txt: Added.
9231         * fast/dom/Document/document-write-recursion.html: Added.
9232
9233 2011-02-01  Dimitri Glazkov  <dglazkov@chromium.org>
9234
9235         Updated text expectations to avoid conflict.
9236
9237         * platform/chromium/test_expectations.txt: Tweaked.
9238
9239 2011-02-01  Johnny Ding  <jnd@chromium.org>
9240
9241         Reviewed by Darin Adler.
9242
9243         Don't set user gesture in HTMLAnchorElement's click handler because the click handler can be triggered by untrusted event.
9244         https://bugs.webkit.org/show_bug.cgi?id=53424
9245
9246         * fast/events/popup-blocked-from-untrusted-click-event-on-anchor-expected.txt: Added.
9247         * fast/events/popup-blocked-from-untrusted-click-event-on-anchor.html: Added.
9248
9249 2011-02-01  Zhenyao Mo  <zmo@google.com>
9250
9251         Unreviewed, test expectations update.
9252
9253         * platform/chromium/test_expectations.txt:
9254
9255 2011-02-01  Dimitri Glazkov  <dglazkov@chromium.org>
9256
9257         Updated baselines after switching input-derived parts of HTMLMediaElement
9258         to use shadow DOM.
9259         https://bugs.webkit.org/show_bug.cgi?id=53314
9260         
9261         * platform/chromium-linux/media/video-zoom-controls-expected.checksum: Updated.
9262         * platform/chromium-linux/media/video-zoom-controls-expected.png: Updated.
9263         * platform/chromium-mac/media/video-zoom-controls-expected.checksum: Updated.
9264         * platform/chromium-mac/media/video-zoom-controls-expected.png: Updated.
9265         * platform/chromium-mac/media/video-zoom-controls-expected.txt: Updated.
9266         * platform/chromium-win/media/video-zoom-controls-expected.checksum: Updated.
9267         * platform/chromium-win/media/video-zoom-controls-expected.png: Updated.
9268         * platform/chromium-win/media/video-zoom-controls-expected.txt: Updated.
9269         * platform/chromium/test_expectations.txt: Expectation of failure removed.
9270
9271 2011-02-01  Abhishek Arya  <inferno@chromium.org>
9272
9273         Unreviewed.
9274
9275         Test not crashing on chromium, was crashing earlier because of
9276         some build issues. Also, rebaselining chromium mac since it matches
9277         rest of chromium and is not same as mac leopard.
9278         https://bugs.webkit.org/show_bug.cgi?id=53516
9279
9280         * platform/chromium-mac/fast/css/stylesheet-candidate-nodes-crash-expected.txt: Added.
9281         * platform/chromium/test_expectations.txt:
9282
9283 2011-02-01  Darin Adler  <darin@apple.com>
9284
9285         Reviewed by Chris Fleizach.
9286
9287         REGRESSION: Removing focus from area element causes unwanted scrolling
9288         https://bugs.webkit.org/show_bug.cgi?id=50169
9289
9290         * fast/images/imagemap-scroll-expected.txt: Added.
9291         * fast/images/imagemap-scroll.html: Added.
9292
9293 2011-02-01  Zhenyao Mo  <zmo@google.com>
9294
9295         Reviewed by Kenneth Russell.
9296
9297         getUniform should support SAMPLER_2D or SAMPLER_CUBE
9298         https://bugs.webkit.org/show_bug.cgi?id=52190
9299
9300         * fast/canvas/webgl/gl-object-get-calls-expected.txt:
9301         * fast/canvas/webgl/gl-object-get-calls.html: Test getUniform with sampler2D and samplerCube uniforms.
9302         * fast/canvas/webgl/resources/noopUniformShader.vert: Added.
9303         * fast/canvas/webgl/resources/samplerUniformShader.frag: Added.
9304
9305 2011-02-01  Chris Fleizach  <cfleizach@apple.com>
9306
9307         Reviewed by Darin Adler.
9308
9309         AX: AXPosition of AXScrollArea is wrong
9310         https://bugs.webkit.org/show_bug.cgi?id=53511
9311
9312         * platform/mac/accessibility/webkit-scrollarea-position-expected.txt: Added.
9313         * platform/mac/accessibility/webkit-scrollarea-position.html: Added.
9314
9315 2011-02-01  Dimitri Glazkov  <dglazkov@chromium.org>
9316
9317         Added yet another expectations of flakiness.
9318         https://bugs.webkit.org/show_bug.cgi?id=53527
9319
9320         * platform/chromium/test_expectations.txt: Flakiness abound.
9321
9322 2011-02-01  Abhishek Arya  <inferno@chromium.org>
9323
9324         Unreviewed.
9325
9326         Rebaseline my test for QT, Leopard from r77262 due
9327         to minor comment error differences.
9328
9329         * platform/mac-leopard/fast/css/stylesheet-candidate-nodes-crash-expected.txt: Added.
9330         * platform/qt/fast/css/stylesheet-candidate-nodes-crash-expected.txt: Added.
9331
9332 2011-02-01  Xiaomei Ji  <xji@chromium.org>
9333
9334         Unreviewed.
9335
9336         Rebaseline after r77267.
9337
9338         * platform/chromium-linux/fast/dom/34176-expected.checksum: Added.
9339         * platform/chromium-linux/fast/dom/34176-expected.png: Added.
9340         * platform/chromium-mac/fast/dom/34176-expected.checksum: Added.
9341         * platform/chromium-mac/fast/dom/34176-expected.png: Added.
9342         * platform/chromium-win/fast/dom/34176-expected.checksum: Added.
9343         * platform/chromium-win/fast/dom/34176-expected.png: Added.
9344         * platform/chromium-win/fast/dom/34176-expected.txt: Added.
9345         * platform/win/fast/dom/34176-expected.txt: Added.
9346
9347 2011-02-01  Xiaomei Ji  <xji@chromium.org>
9348
9349         Unreviewed.
9350
9351         * fast/dom/34176.html: Removed properties svn:executable and svn:mime-type.
9352
9353 2011-02-01  Dimitri Glazkov  <dglazkov@chromium.org>
9354
9355         Remove expectations of failure for passing tests.
9356
9357         * platform/chromium/test_expectations.txt: Fewer fails.
9358
9359 2011-02-01  Carol Szabo  <carol.szabo@nokia.com>
9360
9361         Reviewed by David Hyatt.
9362
9363         layoutTestController.counterValueForElementById does not return the correct value
9364         https://bugs.webkit.org/show_bug.cgi?id=53037
9365
9366         * fast/css/counters/deep-before-expected.txt: Added.
9367         * fast/css/counters/deep-before.html: Added.
9368         This tests whether DumpRenderTree properly retrieves counters and
9369         whether counters are properly set when the before pseudo element's
9370         renderer is not a direct child of the generating element's renderer.
9371
9372 2011-02-01  Dimitri Glazkov  <dglazkov@chromium.org>
9373
9374         Added more flakiness expectations from bots.
9375
9376         * platform/chromium/test_expectations.txt: Another one bites or doesn't bite the dust.
9377
9378 2011-02-01  Dimitri Glazkov  <dglazkov@chromium.org>
9379
9380         https://bugs.webkit.org/show_bug.cgi?id=53516
9381         Test introduced in r77262 is crashing.
9382
9383         * platform/chromium/test_expectations.txt: Added expectation to crash
9384             while the fix is worked on.
9385
9386 2011-02-01  Xiaomei Ji  <xji@chromium.org>
9387
9388         Reviewed by David Hyatt.
9389
9390         Fix a text rendering problem when enclosing block is RTL and text runs
9391         are in different directionality.
9392         https://bugs.webkit.org/show_bug.cgi?id=34176
9393
9394         The problem happens in the following example scenario (ABC represents 
9395         Hebrew characters):
9396         <div dir=rtl>this is a <span><span>test <span>ABC</span></span></span></div>
9397
9398         The line consists of 3 text runs -- TextRun1 TextRun2 TextRun3. In which
9399         TextRun1 and TextRun2's bidi level are 2, and TextRun3's bidi level is 1.
9400         TextRun2 and TextRun3's least common ancestor is not a sibling of TextRun1.
9401
9402         The visual bidi run order of the text runs is TextRun3 TextRun1 TextRun2.
9403
9404         Inside RenderBlock::constructLine(), when RenderBlock::createLineBoxes()
9405         creates InlineFlowBox for TextRun2, it should check an InlineFlowBox for
9406         the run's render object's ancestor (not only its parent) has already 
9407         been constructed or has something following it on the line, in which 
9408         case, create a new box for TextRun2 instead of sharing the same box with
9409         TextRun3.
9410
9411         In other words, the following 2 div should render the same results
9412         (ABC represents Hebrew characters).
9413         <div dir=rtl>this is a <span><span>test <span>ABC</span></span></span></div>
9414         <div dir=rtl>this is a <span>Test <span>ABC</span></span></div>
9415
9416         * fast/dom/34176.html: Added.
9417         * platform/mac/fast/dom/34176-expected.checksum: Added.
9418         * platform/mac/fast/dom/34176-expected.png: Added.
9419         * platform/mac/fast/dom/34176-expected.txt: Added.
9420
9421 2011-02-01  Mihai Parparita  <mihaip@chromium.org>
9422
9423         Unreviewed. Include actual values in fast/canvas/webgl/gl-teximage.html
9424         (removed by r77129) in the case of failure.
9425
9426         * fast/canvas/webgl/gl-teximage.html:
9427
9428 2011-01-31  Abhishek Arya  <inferno@chromium.org>
9429
9430         Reviewed by Dan Bernstein.
9431
9432         Tests that a removed svg style element is not accessed again in document's
9433         style recalc code and does not result in crash.
9434         https://bugs.webkit.org/show_bug.cgi?id=53441
9435
9436         * fast/css/stylesheet-candidate-nodes-crash-expected.txt: Added.
9437         * fast/css/stylesheet-candidate-nodes-crash.xhtml: Added.
9438
9439 2011-02-01  Dimitri Glazkov  <dglazkov@chromium.org>
9440
9441         More flakiness updates.
9442
9443         * platform/chromium/test_expectations.txt: Moar flakiness recorded.
9444
9445 2011-02-01  Dimitri Glazkov  <dglazkov@chromium.org>
9446
9447         Updated flaky test expectations according to build bot results.
9448
9449         * platform/chromium/test_expectations.txt: Flakiness recorded.
9450
9451 2011-02-01  Csaba Osztrogonác  <ossy@webkit.org>
9452
9453         Unreviewed.
9454
9455         fast/loader/onload-policy-ignore-for-frame.html fails on Qt bot
9456         https://bugs.webkit.org/show_bug.cgi?id=53490
9457
9458         Add Qt specific expected result.
9459
9460         * platform/qt/fast/loader/onload-policy-ignore-for-frame-expected.txt: Copied from LayoutTests/fast/loader/onload-policy-ignore-for-frame-expected.txt.
9461
9462 2011-02-01  Yury Semikhatsky  <yurys@chromium.org>
9463
9464         Unreviewed. Rollout r77230 which caused many layout tests
9465         crashes on Chromium Debug bots.
9466
9467         Async event handlers should not fire within a modal dialog
9468         https://bugs.webkit.org/show_bug.cgi?id=53202
9469
9470         * fast/events/scroll-event-during-modal-dialog-expected.txt: Removed.
9471         * fast/events/scroll-event-during-modal-dialog.html: Removed.
9472
9473 2011-02-01  Mihai Parparita  <mihaip@chromium.org>
9474
9475         Reviewed by James Robinson.
9476
9477         Async event handlers should not fire within a modal dialog
9478         https://bugs.webkit.org/show_bug.cgi?id=53202
9479         
9480         Add tests for a scroll event triggered right before a modal dialog is
9481         shown.
9482
9483         * fast/events/scroll-event-during-modal-dialog-expected.txt: Added.
9484         * fast/events/scroll-event-during-modal-dialog.html: Added.
9485
9486 2011-02-01  Kent Tamura  <tkent@chromium.org>
9487
9488         Reviewed by Dan Bernstein.
9489
9490         REGRESSION (r65062): Safari loops forever under WebCore::plainTextToMallocAllocatedBuffer()
9491         https://bugs.webkit.org/show_bug.cgi?id=53272
9492
9493         * fast/dom/inner-text-first-letter.html:
9494           - Add a new test case reproducing the bug.
9495           - Remove unnecessary text output.
9496         * fast/dom/inner-text-first-letter-expected.txt:
9497
9498 2011-01-31  Ryosuke Niwa  <rniwa@webkit.org>
9499
9500         Unreviewed Chromium test expectation updates.
9501
9502         Removed media/controls-strict.html and svg/custom/clip-path-referencing-use2.svg (Mac)
9503         since it has been passing since r77171 and r77172-r77173 respectively.
9504
9505         Also removed http/tests/media/reload-after-dialog.html because it has been passing for a while.
9506
9507         * platform/chromium/test_expectations.txt:
9508
9509 2011-01-31  Ryosuke Niwa  <rniwa@webkit.org>
9510
9511         Unreviewed Chromium GPU test expectation update.
9512
9513         * platform/chromium-gpu/test_expectations.txt:
9514
9515 2011-01-31  Emil A Eklund  <eae@chromium.org>
9516
9517         Reviewed by Darin Adler.
9518
9519         Setting "selected" attribute to false should have no effect in single line <select>
9520         https://bugs.webkit.org/show_bug.cgi?id=52436
9521
9522         Add test for changing the selection in a one-line select element using\
9523         the option.selected property.
9524
9525         * fast/dom/HTMLSelectElement/selected-false-expected.txt: Added.
9526         * fast/dom/HTMLSelectElement/selected-false.html: Added.
9527
9528 2011-01-31  Ryosuke Niwa  <rniwa@webkit.org>
9529
9530         Unreviewed Chromium rebaselines for r77173.
9531
9532         * platform/chromium-mac/fast/text/justify-ideograph-complex-expected.checksum:
9533         * platform/chromium-mac/fast/text/justify-ideograph-complex-expected.png:
9534         * platform/chromium-mac/fast/text/justify-ideograph-simple-expected.checksum:
9535         * platform/chromium-mac/fast/text/justify-ideograph-simple-expected.png:
9536         * platform/chromium-mac/fast/text/justify-ideograph-vertical-expected.checksum:
9537         * platform/chromium-mac/fast/text/justify-ideograph-vertical-expected.png:
9538
9539 2011-01-31  Krithigassree Sambamurthy  <krithigassree.sambamurthy@nokia.com>
9540
9541         Reviewed by David Hyatt.
9542
9543         Add background-clip to background shorthand
9544         https://bugs.webkit.org/show_bug.cgi?id=52080
9545
9546         Added test cases to check whether webkitMaskClip is correctly set when
9547         declared as a shorthand.
9548
9549         * fast/backgrounds/multiple-backgrounds-computed-style-expected.txt:
9550         * fast/backgrounds/script-tests/multiple-backgrounds-computed-style.js:
9551
9552         Added test cases to check whether background-clip is set correctly when
9553         declared as a shorthand.
9554
9555         * fast/css/background-clip-text-expected.txt:
9556         * fast/css/script-tests/background-clip-text.js:
9557         (test):
9558
9559 2011-01-31  Dan Bernstein  <mitz@apple.com>
9560
9561         Reviewed by Adele Peterson.
9562
9563         Inter-ideograph justification should apply to hiragana and katakana as well
9564         https://bugs.webkit.org/show_bug.cgi?id=53464
9565
9566         * platform/mac/fast/text/justify-ideograph-complex-expected.checksum:
9567         * platform/mac/fast/text/justify-ideograph-complex-expected.png:
9568         * platform/mac/fast/text/justify-ideograph-simple-expected.checksum:
9569         * platform/mac/fast/text/justify-ideograph-simple-expected.png:
9570         * platform/mac/fast/text/justify-ideograph-vertical-expected.checksum:
9571         * platform/mac/fast/text/justify-ideograph-vertical-expected.png:
9572
9573 2011-01-31  Ryosuke Niwa  <rniwa@webkit.org>
9574
9575         Unreviewed Chromium test expectation update.
9576
9577         * platform/chromium/test_expectations.txt:
9578
9579 2011-01-31  Oliver Hunt  <oliver@apple.com>
9580
9581         Reviewed by Sam Weinig.
9582
9583         Bogus callframe during stack unwinding
9584         https://bugs.webkit.org/show_bug.cgi?id=53454
9585
9586         Add test
9587
9588         * fast/js/invalid-callframe-during-unwind-expected.txt: Added.
9589         * fast/js/invalid-callframe-during-unwind.html: Added.
9590         * fast/js/script-tests/invalid-callframe-during-unwind.js: Added.
9591         (testUnwind):
9592
9593 2011-01-31  Scott Cameron  <sccameron@rim.com>
9594
9595         Reviewed by Daniel Bates.
9596
9597         update run-webkit-httpd to be able to launch Apache2.2 in a MSYS environment
9598         https://bugs.webkit.org/show_bug.cgi?id=50036
9599
9600         This will add an Apache2.2 configuration file and modifies scripts to allow
9601         running an httpd server in an MSYS environment.
9602
9603         The default Apache2.2 installation path has been preserved and PHP5 modules disabled
9604         in order to allow for simple installation/execution.  Simply install the latest
9605         Apache2.2 version with OpenSSL from http://httpd.apache.org/download.cgi#apache22 to
9606         be able to execute run-webkit-httpd.
9607         
9608
9609         * http/conf/apache2-msys-httpd.conf: Added.
9610
9611 2011-01-31  Ryosuke Niwa  <rniwa@webkit.org>
9612
9613         Unreviewed Chromium Mac rebaselines for r77153; also rebaseline Kusa-Makura-background-canvas.html
9614
9615         * platform/chromium-mac/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum: Added.
9616         * platform/chromium-mac/fast/blockflow/Kusa-Makura-background-canvas-expected.png: Added.
9617         * platform/chromium-mac/fast/text/international/text-combine-image-test-expected.checksum: Added.
9618         * platform/chromium-mac/fast/text/international/text-combine-image-test-expected.png: Added.
9619         * platform/chromium/test_expectations.txt:
9620
9621 2011-01-31  Ryosuke Niwa  <rniwa@webkit.org>
9622
9623         Unreviewed Chromium test expectation update.
9624
9625         * platform/chromium/test_expectations.txt:
9626
9627 2011-01-31  Alejandro G. Castro  <alex@igalia.com>
9628
9629         Unreviewed added new expected results for GTK+.
9630
9631         * platform/gtk/fast/box-shadow/box-shadow-radius-expected.txt: Added.
9632         * platform/gtk/fast/box-shadow/box-shadow-transformed-expected.txt: Added.
9633         * platform/gtk/fast/box-shadow/inset-box-shadow-radius-expected.txt: Added.
9634         * platform/gtk/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.txt: Added.
9635         * platform/gtk/fast/repaint/gradients-em-stops-repaint-expected.txt: Added.
9636         * platform/gtk/fast/repaint/select-option-background-color-expected.txt: Added.
9637
9638 2011-01-31  Chang Shu  <chang.shu@nokia.com>
9639
9640         Reviewed by Ryosuke Niwa.
9641
9642         Convert the test case to dumpAsText test so the expected result is cross-platform.
9643         https://bugs.webkit.org/show_bug.cgi?id=53437
9644
9645         * editing/deleting/5168598-expected.txt: Added.
9646         * editing/deleting/5168598.html:
9647         * platform/chromium-linux/editing/deleting/5168598-expected.checksum: Removed.
9648         * platform/chromium-linux/editing/deleting/5168598-expected.png: Removed.
9649         * platform/chromium-win/editing/deleting/5168598-expected.checksum: Removed.
9650         * platform/chromium-win/editing/deleting/5168598-expected.png: Removed.
9651         * platform/chromium-win/editing/deleting/5168598-expected.txt: Removed.
9652         * platform/mac-leopard/editing/deleting/5168598-expected.checksum: Removed.
9653         * platform/mac-leopard/editing/deleting/5168598-expected.png: Removed.
9654         * platform/mac/editing/deleting/5168598-expected.checksum: Removed.
9655         * platform/mac/editing/deleting/5168598-expected.png: Removed.
9656         * platform/mac/editing/deleting/5168598-expected.txt: Removed.
9657         * platform/qt/editing/deleting/5168598-expected.checksum: Removed.
9658         * platform/qt/editing/deleting/5168598-expected.png: Removed.
9659         * platform/qt/editing/deleting/5168598-expected.txt: Removed.
9660
9661 2011-01-31  takano takumi  <takano@apple.com>
9662
9663         Reviewed by Dave Hyatt.
9664
9665         Implement text-combine rendering code
9666         https://bugs.webkit.org/show_bug.cgi?id=50621
9667
9668         * fast/text/international/text-combine-image-test.html: Added.
9669         * platform/mac/fast/text/international/text-combine-image-test-expected.checksum: Added.
9670         * platform/mac/fast/text/international/text-combine-image-test-expected.png: Added.
9671         * platform/mac/fast/text/international/text-combine-image-test-expected.txt: Added.
9672
9673 2011-01-31  Jessie Berlin  <jberlin@apple.com>
9674
9675         [Windows 7 Release Tests] fast/forms/select-writing-direction-natural.html failing since r77046
9676         https://bugs.webkit.org/show_bug.cgi?id=53443
9677
9678         Checking in failing expected results for Windows to get the bots green. Ureviewed.
9679
9680         * platform/win/fast/forms/select-writing-direction-natural-expected.txt: Added.
9681
9682 2011-01-31  Ryosuke Niwa  <rniwa@webkit.org>
9683
9684         Another unreviewed Chromium test expectation update.
9685
9686         * platform/chromium/test_expectations.txt:
9687
9688 2011-01-31  Ryosuke Niwa  <rniwa@webkit.org>
9689
9690         Unreviewed Chromium test expectation update.
9691
9692         * platform/chromium/test_expectations.txt:
9693
9694 2011-01-31  Tony Chang  <tony@chromium.org>
9695
9696         Unreviewed, update chromium mac layout test results after r77138.
9697         fast/blockflow/Kusa-Makura-background-canvas.html and fast/multicol/vertical-rl/float-paginate-complex.html
9698         match upstream text results now.
9699
9700         * platform/chromium/test_expectations.txt:
9701
9702 2011-01-31  Abhishek Arya  <inferno@chromium.org>
9703
9704         Reviewed by Dimitri Glazkov.
9705
9706         Tests that we do not crash when destructing textarea renderer when its
9707         node is already removed from document.
9708         https://bugs.webkit.org/show_bug.cgi?id=53429
9709
9710         * fast/forms/textarea-node-removed-from-document-crash-expected.txt: Added.
9711         * fast/forms/textarea-node-removed-from-document-crash.html: Added.
9712
9713 2011-01-31  Dan Bernstein  <mitz@apple.com>
9714
9715         Remove expected results in mac-wk2 and win that are equal to the mac results after r77138.
9716
9717         * platform/mac-wk2/fast/blockflow/Kusa-Makura-background-canvas-expected.txt: Removed.
9718         * platform/mac-wk2/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt: Removed.
9719         * platform/mac-wk2/fast/multicol/vertical-rl/float-paginate-complex-expected.txt: Removed.
9720         * platform/win/fast/block/basic/truncation-rtl-expected.txt: Removed.
9721         * platform/win/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt: Removed.
9722         * platform/win/fast/multicol/vertical-rl/float-paginate-complex-expected.txt: Removed.
9723
9724 2011-01-31  Cris Neckar  <cdn@chromium.org>
9725
9726         Reviewed by Eric Seidel.
9727
9728         Tests for crash when cloning elements that reference counter nodes.
9729         https://bugs.webkit.org/show_bug.cgi?id=53344
9730
9731         * http/tests/css/counter-crash-expected.txt: Added.
9732         * http/tests/css/counter-crash.html: Added.
9733         * http/tests/css/resources/counter-crash-frame-src.html: Added.
9734
9735 2011-01-27  Abhishek Arya  <inferno@chromium.org>
9736
9737         Reviewed by Dave Hyatt.
9738
9739         Tests that we do not crash when adding a child in a table
9740         where the before child is not a table section.
9741         https://bugs.webkit.org/show_bug.cgi?id=53276
9742
9743         * fast/table/before-child-non-table-section-add-table-crash-expected.txt: Added.
9744         * fast/table/before-child-non-table-section-add-table-crash.html: Added.
9745
9746 2011-01-31  Tony Chang  <tony@chromium.org>
9747
9748         Reviewed by Eric Seidel.
9749
9750         mac DRT should report RTL scroll offset relative to top right corner
9751         https://bugs.webkit.org/show_bug.cgi?id=53324
9752
9753         Remove scroll offsets since these are at the origin.
9754
9755         * platform/mac/fast/block/basic/truncation-rtl-expected.txt:
9756         * platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.txt:
9757         * platform/mac/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt:
9758         * platform/mac/fast/multicol/vertical-rl/float-paginate-complex-expected.txt:
9759
9760 2011-01-31  Yury Semikhatsky  <yurys@chromium.org>
9761
9762         Unreviewed. Mark some tests as having wrong image results on Mac.
9763
9764         * platform/chromium/test_expectations.txt:
9765
9766 2011-01-31  Mads Ager  <ager@chromium.org>
9767
9768         Reviewed by Pavel Feldman.
9769
9770         [V8] Update V8 specific layout test expectations
9771         https://bugs.webkit.org/show_bug.cgi?id=53423
9772
9773         Error formatting has changed in V8. Updating chromium specific
9774         layout test expectations accordingly.
9775
9776         * platform/chromium-mac/fast/js/array-every-expected.txt:
9777         * platform/chromium-mac/fast/js/instance-of-immediates-expected.txt:
9778         * platform/chromium-mac/fast/js/property-getters-and-setters-expected.txt:
9779         * platform/chromium-mac/storage/transaction-error-callback-expected.txt:
9780         * platform/chromium-mac/svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt:
9781         * platform/chromium-win/fast/js/array-every-expected.txt:
9782         * platform/chromium-win/fast/js/instance-of-immediates-expected.txt:
9783         * platform/chromium-win/fast/js/property-getters-and-setters-expected.txt:
9784         * platform/chromium-win/storage/transaction-error-callback-expected.txt:
9785         * platform/chromium-win/svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt:
9786
9787 2011-01-31  Alejandro G. Castro  <alex@igalia.com>
9788
9789         Unreviewed skipped favicon-as-image.html test, it is flaky and it
9790         was unskipped after r76555.
9791
9792         * platform/gtk/Skipped:
9793
9794 2011-01-31  Simon Fraser  <simon.fraser@apple.com>
9795
9796         Update a pixel resuls after r77101.
9797
9798         * platform/mac/fast/css/color-correction-on-box-shadow-expected.checksum:
9799         * platform/mac/fast/css/color-correction-on-box-shadow-expected.png:
9800
9801 2011-01-31  Yury Semikhatsky  <yurys@chromium.org>
9802
9803         Unreviewed. Update Chromium test expectations.
9804
9805         * platform/chromium-mac/fast/css/color-correction-on-box-shadow-expected.checksum: Added.
9806         * platform/chromium-mac/fast/css/color-correction-on-box-shadow-expected.png: Added.
9807         * platform/chromium-mac/fast/transforms/shadows-expected.checksum:
9808         * platform/chromium-mac/fast/transforms/shadows-expected.png:
9809
9810 2011-01-31  Kenneth Russell  <kbr@google.com>
9811
9812         Unreviewed, test and expectations update. Stop reporting the precise
9813         pixel value for tests that are supposed to be within a certain range.
9814         Remove now-unneeded Chromium expectations.
9815
9816         * fast/canvas/webgl/gl-teximage-expected.txt:
9817         * fast/canvas/webgl/gl-teximage.html:
9818         * platform/chromium-linux/fast/canvas/webgl/gl-teximage-expected.txt: Removed.
9819         * platform/chromium-mac/fast/canvas/webgl/gl-teximage-expected.txt: Removed.
9820         * platform/chromium-win/fast/canvas/webgl/gl-teximage-expected.txt: Removed.
9821
9822 2011-01-31  Yury Semikhatsky  <yurys@chromium.org>
9823
9824         Unreviewed. Update Chromium test expectations.
9825
9826         * platform/chromium-mac/fast/blockflow/box-shadow-horizontal-bt-expected.checksum: Added.
9827         * platform/chromium-mac/fast/blockflow/box-shadow-horizontal-bt-expected.png: Added.
9828         * platform/chromium-mac/fast/blockflow/box-shadow-vertical-lr-expected.checksum: Added.
9829         * platform/chromium-mac/fast/blockflow/box-shadow-vertical-lr-expected.png: Added.
9830         * platform/chromium-mac/fast/blockflow/box-shadow-vertical-rl-expected.checksum: Added.
9831         * platform/chromium-mac/fast/blockflow/box-shadow-vertical-rl-expected.png: Added.
9832         * platform/chromium-mac/fast/borders/border-radius-split-inline-expected.checksum: Added.
9833         * platform/chromium-mac/fast/borders/border-radius-split-inline-expected.png: Added.
9834         * platform/chromium-mac/fast/box-shadow/box-shadow-transformed-expected.checksum: Added.
9835         * platform/chromium-mac/fast/box-shadow/box-shadow-transformed-expected.png: Added.
9836         * platform/chromium-mac/fast/repaint/box-shadow-h-expected.checksum:
9837         * platform/chromium-mac/fast/repaint/box-shadow-h-expected.png:
9838         * platform/chromium-mac/fast/repaint/box-shadow-v-expected.checksum: Added.
9839         * platform/chromium-mac/fast/repaint/box-shadow-v-expected.png: Added.
9840         * platform/chromium-mac/fast/repaint/gradients-em-stops-repaint-expected.checksum: Added.
9841         * platform/chromium-mac/fast/repaint/gradients-em-stops-repaint-expected.png: Added.
9842         * platform/chromium-mac/fast/repaint/shadow-multiple-strict-horizontal-expected.checksum: Removed.
9843         * platform/chromium-mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Removed.
9844         * platform/chromium-mac/fast/repaint/shadow-multiple-strict-vertical-expected.checksum: Removed.
9845         * platform/chromium-mac/fast/repaint/shadow-multiple-strict-vertical-expected.png: Removed.
9846         * platform/chromium-mac/fast/transforms/shadows-expected.checksum: Added.
9847         * platform/chromium-mac/fast/transforms/shadows-expected.png: Added.
9848
9849 2011-01-31  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
9850
9851         Reviewed by Xan Lopez.
9852
9853         [GTK] REGRESSION:  http/tests/media/video-{cookie,referer}.html failing
9854         https://bugs.webkit.org/show_bug.cgi?id=53379
9855
9856         Unskip tests that pass again.
9857
9858         * platform/gtk/Skipped:
9859
9860 2011-01-31  Yury Semikhatsky  <yurys@chromium.org>
9861
9862         Unreviewed. Update Chromium test expectations after r77108
9863
9864         * platform/chromium-linux/fast/canvas/webgl/gl-teximage-expected.txt: Added.
9865         * platform/chromium-mac/fast/canvas/webgl/gl-teximage-expected.txt: Added.
9866         * platform/chromium-win/fast/canvas/webgl/gl-teximage-expected.txt: Added.
9867
9868 2011-01-31  Yury Semikhatsky  <yurys@chromium.org>
9869
9870         Unreviewed. Update Chromium test expectations after r77101
9871
9872         * platform/chromium-linux/fast/box-shadow/box-shadow-transformed-expected.checksum: Added.
9873         * platform/chromium-linux/fast/box-shadow/box-shadow-transformed-expected.png: Added.
9874         * platform/chromium-linux/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.checksum: Added.
9875         * platform/chromium-linux/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png: Added.
9876         * platform/chromium-win/fast/box-shadow/box-shadow-radius-expected.checksum: Added.
9877         * platform/chromium-win/fast/box-shadow/box-shadow-radius-expected.png: Added.
9878         * platform/chromium-win/fast/box-shadow/box-shadow-radius-expected.txt: Added.
9879         * platform/chromium-win/fast/box-shadow/box-shadow-transformed-expected.checksum: Added.
9880         * platform/chromium-win/fast/box-shadow/box-shadow-transformed-expected.png: Added.
9881         * platform/chromium-win/fast/box-shadow/box-shadow-transformed-expected.txt: Added.
9882         * platform/chromium-win/fast/box-shadow/inset-box-shadow-radius-expected.checksum: Added.
9883         * platform/chromium-win/fast/box-shadow/inset-box-shadow-radius-expected.png: Added.
9884         * platform/chromium-win/fast/box-shadow/inset-box-shadow-radius-expected.txt: Added.
9885         * platform/chromium-win/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.checksum: Added.
9886         * platform/chromium-win/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png: Added.
9887         * platform/chromium-win/fast/repaint/gradients-em-stops-repaint-expected.txt: Added.
9888
9889 2011-01-30  Kenichi Ishibashi  <bashi@google.com>
9890
9891         Reviewed by Kent Tamura.
9892
9893         Dangling form associated elements should not be registered on the document
9894         https://bugs.webkit.org/show_bug.cgi?id=53223
9895
9896         Adds a test that ensures dangling form associated elements are not
9897         registered on the document.
9898
9899         * fast/forms/dangling-form-element-crash-expected.txt: Added.
9900         * fast/forms/dangling-form-element-crash.html: Added.
9901
9902 2011-01-30  Simon Fraser  <simon.fraser@apple.com>
9903
9904         Reviewed by Sam Weinig.
9905
9906         Enhance ShadowBlur to render inset box shadows
9907         https://bugs.webkit.org/show_bug.cgi?id=51567
9908         
9909         New test for inset shadow radius, and pixel results updated on tests
9910         whose results are affected by using ShadowBlur rather than CG.
9911
9912         * fast/box-shadow/inset-box-shadow-radius.html: Added.
9913         * platform/mac/fast/box-shadow/inset-box-shadow-radius-expected.checksum: Added.
9914         * platform/mac/fast/box-shadow/inset-box-shadow-radius-expected.png: Added.
9915         * platform/mac/fast/box-shadow/inset-box-shadow-radius-expected.txt: Added.
9916         * platform/mac/fast/box-shadow/inset-expected.checksum:
9917         * platform/mac/fast/box-shadow/inset-expected.png:
9918         * platform/mac/fast/css/shadow-multiple-expected.checksum:
9919         * platform/mac/fast/css/shadow-multiple-expected.png:
9920
9921 2011-01-28  Kenneth Russell  <kbr@google.com>
9922
9923         Reviewed by Chris Marrin.
9924
9925         WebGL shows PNG Textures with indexed colors too dark
9926         https://bugs.webkit.org/show_bug.cgi?id=47477
9927
9928         Added test case for upload of indexed PNG images to
9929         gl-teximage.html in the Khronos WebGL conformance tests.
9930         Synchronized this test with the Khronos repository.
9931
9932         * fast/canvas/webgl/gl-teximage-expected.txt:
9933         * fast/canvas/webgl/gl-teximage.html:
9934         * fast/canvas/webgl/resources/red-indexed.png: Added.
9935
9936 2011-01-23  MORITA Hajime  <morrita@google.com>
9937
9938         Reviewed by Eric Seidel.
9939
9940         REGRESSION: Inset shadow with too large border radius misses rounded corner.
9941         https://bugs.webkit.org/show_bug.cgi?id=52800
9942
9943         * fast/box-shadow/inset-with-extraordinary-radii-and-border.html: Added.
9944         * platform/mac/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.checksum: Added.
9945         * platform/mac/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png: Added.
9946         * platform/mac/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.txt: Added.
9947
9948 2011-01-30  Simon Fraser  <simon.fraser@apple.com>
9949
9950         Reviewed by Dan Bernstein.
9951
9952         -webkit-box-shadow causes awful scroll/resize/redraw performance
9953         https://bugs.webkit.org/show_bug.cgi?id=22102
9954
9955         Update pixel results for slightly different shadow rendering, and change
9956         in appearane of shadows on transformed elements.
9957
9958         * fast/box-shadow/box-shadow-transformed.html: Added.
9959         * platform/gtk/fast/css/box-shadow-expected.checksum: Removed.
9960         * platform/gtk/fast/css/box-shadow-expected.png: Removed.
9961         * platform/gtk/fast/css/box-shadow-expected.txt: Removed.
9962         * platform/mac/compositing/shadows/shadow-drawing-expected.checksum:
9963         * platform/mac/compositing/shadows/shadow-drawing-expected.png:
9964         * platform/mac/fast/borders/border-image-rotate-transform-expected.checksum:
9965         * platform/mac/fast/borders/border-image-rotate-transform-expected.png:
9966         * platform/mac/fast/borders/border-radius-split-inline-expected.checksum:
9967         * platform/mac/fast/borders/border-radius-split-inline-expected.png:
9968         * platform/mac/fast/box-shadow/basic-shadows-expected.checksum:
9969         * platform/mac/fast/box-shadow/basic-shadows-expected.png:
9970         * platform/mac/fast/box-shadow/box-shadow-radius-expected.checksum: Added.
9971         * platform/mac/fast/box-shadow/box-shadow-radius-expected.png: Added.
9972         * platform/mac/fast/box-shadow/box-shadow-radius-expected.txt: Added.
9973         * platform/mac/fast/box-shadow/box-shadow-transformed-expected.checksum: Added.
9974         * platform/mac/fast/box-shadow/box-shadow-transformed-expected.png: Added.
9975         * platform/mac/fast/box-shadow/box-shadow-transformed-expected.txt: Added.
9976         * platform/mac/fast/css/box-shadow-expected.checksum: Removed.
9977         * platform/mac/fast/css/box-shadow-expected.png: Removed.
9978         * platform/mac/fast/css/box-shadow-expected.txt: Removed.
9979         * platform/mac/fast/repaint/box-shadow-h-expected.checksum:
9980         * platform/mac/fast/repaint/box-shadow-h-expected.png:
9981         * platform/mac/fast/repaint/box-shadow-v-expected.checksum:
9982         * platform/mac/fast/repaint/box-shadow-v-expected.png:
9983         * platform/mac/fast/repaint/shadow-multiple-horizontal-expected.checksum:
9984         * platform/mac/fast/repaint/shadow-multiple-horizontal-expected.png:
9985         * platform/mac/fast/repaint/shadow-multiple-strict-horizontal-expected.checksum:
9986         * platform/mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
9987         * platform/mac/fast/repaint/shadow-multiple-strict-vertical-expected.checksum:
9988         * platform/mac/fast/repaint/shadow-multiple-strict-vertical-expected.png:
9989         * platform/mac/fast/repaint/shadow-multiple-vertical-expected.checksum:
9990         * platform/mac/fast/repaint/shadow-multiple-vertical-expected.png:
9991         * platform/mac/fast/repaint/transform-replaced-shadows-expected.checksum:
9992         * platform/mac/fast/repaint/transform-replaced-shadows-expected.png:
9993         * platform/mac/fast/transforms/shadows-expected.checksum:
9994         * platform/mac/fast/transforms/shadows-expected.png:
9995
9996 2011-01-29  Simon Fraser  <simon.fraser@apple.com>
9997
9998         Reviewed by Dan Bernstein.
9999
10000         CSS3 gradients with em-based stops fail to repaint when font size changes
10001         https://bugs.webkit.org/show_bug.cgi?id=51845
10002         
10003         Test repaint of a gradient with 'em' stops when the font size changes.
10004
10005         * fast/repaint/gradients-em-stops-repaint.html: Added.
10006         * platform/mac/fast/repaint/gradients-em-stops-repaint-expected.checksum: Added.
10007         * platform/mac/fast/repaint/gradients-em-stops-repaint-expected.png: Added.
10008         * platform/mac/fast/repaint/gradients-em-stops-repaint-expected.txt: Added.
10009
10010 2011-01-29  Maciej Stachowiak  <mjs@apple.com>
10011
10012         Unreviewed fix for last commit.
10013
10014         Remove stray slash in previous commit.
10015
10016         * platform/mac-wk2/Skipped:
10017
10018 2011-01-29  Maciej Stachowiak  <mjs@apple.com>
10019
10020         Reviewed by Daniel Bates.
10021
10022         Skip a test that uses unimplemented DRT API
10023         https://bugs.webkit.org/show_bug.cgi?id=53381
10024
10025         * platform/mac-wk2/Skipped:
10026
10027 2011-01-29  Gustavo Noronha Silva  <gns@gnome.org>
10028
10029         [GTK] REGRESSION:  http/tests/media/video-{cookie,referer}.html failing
10030         https://bugs.webkit.org/show_bug.cgi?id=53379
10031
10032         Skip tests failing likely by the usage of a newer version of soup.
10033
10034         * platform/gtk/Skipped:
10035
10036 2011-01-29  Ryosuke Niwa  <rniwa@webkit.org>
10037
10038         Unreviewed Chromium rebaselines.
10039
10040         * platform/chromium-linux/fast/block/positioning/001-expected.checksum: Added.
10041         * platform/chromium-linux/fast/block/positioning/001-expected.png: Added.
10042         * platform/chromium-linux/svg/clip-path/clip-in-mask-objectBoundingBox-expected.checksum: Added.
10043         * platform/chromium-linux/svg/clip-path/clip-in-mask-objectBoundingBox-expected.png: Added.
10044         * platform/chromium-linux/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.checksum: Added.
10045         * platform/chromium-linux/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.png: Added.
10046         * platform/chromium-win/svg/clip-path/clip-in-mask-objectBoundingBox-expected.checksum: Added.
10047         * platform/chromium-win/svg/clip-path/clip-in-mask-objectBoundingBox-expected.png: Added.
10048         * platform/chromium-win/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.checksum: Added.
10049         * platform/chromium-win/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.png: Added.
10050         * platform/chromium-win/svg/custom/missing-xlink-expected.txt:
10051         * platform/chromium/test_expectations.txt:
10052
10053 2011-01-29  Ryosuke Niwa  <rniwa@webkit.org>
10054
10055         Unreviewed Chromium test expectation update; removed http/tests/appcache/online-whitelist.html
10056         from the test expectation, because it has been passing on Chromium Windows.
10057
10058         * platform/chromium/test_expectations.txt:
10059
10060 2011-01-29  Ryosuke Niwa  <rniwa@webkit.org>
10061
10062         Unreviewed Chromium test expectation update.
10063
10064         * platform/chromium/test_expectations.txt:
10065
10066 2011-01-29  Ryosuke Niwa  <rniwa@webkit.org>
10067
10068         Unreviewed rebaselines and test expectation updates for Chromium Linux.
10069
10070         * platform/chromium-linux/fast/forms/select-dirty-parent-pref-widths-expected.checksum: Added.
10071         * platform/chromium-linux/fast/forms/select-dirty-parent-pref-widths-expected.png: Added.
10072         * platform/chromium-linux/fast/forms/select-dirty-parent-pref-widths-expected.txt: Added.
10073         * platform/chromium/test_expectations.txt:
10074
10075 2011-01-28  Johnny Ding  <jnd@chromium.org>
10076
10077         Reviewed by Adam Barth.
10078
10079         Gesture API, disallow popup bypass with using iframe src. 
10080         https://bugs.webkit.org/show_bug.cgi?id=53244
10081
10082         * fast/events/popup-blocked-from-iframe-src-expected.txt: Added.
10083         * fast/events/popup-blocked-from-iframe-src.html: Added.
10084
10085 2011-01-28  Ryosuke Niwa  <rniwa@webkit.org>
10086
10087         Unreviewed; removed Chromium test expectations for tests that have been steadily passing.
10088
10089         In particular, many ietestcenter tests have been passing since V8 is updated to
10090         version 3.0.12 in Chromium r72940.
10091
10092         * platform/chromium/test_expectations.txt:
10093
10094 2011-01-28  Dan Bernstein  <mitz@apple.com>
10095
10096         Rubber-stamped by Maciej Stachowiak.
10097
10098         Updated test results after r76983.
10099
10100         * platform/mac-leopard/fast/forms/select-writing-direction-natural-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/select-writing-direction-natural-expected.txt.
10101         * platform/mac-leopard/fast/text/international/bidi-menulist-expected.txt: Copied from LayoutTests/platform/mac/fast/text/international/bidi-menulist-expected.txt.
10102         * platform/mac/fast/forms/select-writing-direction-natural-expected.checksum:
10103         * platform/mac/fast/forms/select-writing-direction-natural-expected.png:
10104         * platform/mac/fast/forms/select-writing-direction-natural-expected.txt:
10105         * platform/mac/fast/text/international/bidi-menulist-expected.checksum:
10106         * platform/mac/fast/text/international/bidi-menulist-expected.png:
10107         * platform/mac/fast/text/international/bidi-menulist-expected.txt:
10108
10109 2011-01-28  Maciej Stachowiak  <mjs@apple.com>
10110
10111         Reviewed by Darin Adler.
10112
10113         WebKitTestRunner needs layoutTestController.setPOSIXLocale
10114         https://bugs.webkit.org/show_bug.cgi?id=42682
10115
10116         * platform/mac-wk2/Skipped:
10117
10118 2011-01-28  Ryosuke Niwa  <rniwa@webkit.org>
10119
10120         Unreviewed; Fixed Chromium test expectation.
10121
10122         * platform/chromium/test_expectations.txt:
10123
10124 2011-01-28  Jessie Berlin  <jberlin@apple.com>
10125
10126         [Windows 7 Release Tests] fast/repaint/select-option-background-color.html failing since
10127         introduction in r76826.
10128         https://bugs.webkit.org/show_bug.cgi?id=53327
10129
10130         Add the pixel-test results missing from http://trac.webkit.org/changeset/76976. Unreviewed.
10131
10132         * platform/win/fast/repaint/select-option-background-color-expected.checksum: Added.
10133         * platform/win/fast/repaint/select-option-background-color-expected.png: Added.
10134
10135 2011-01-28  Ryosuke Niwa  <rniwa@webkit.org>
10136
10137         Unreviewed Chromium test expectation update.
10138
10139         * platform/chromium/test_expectations.txt:
10140
10141 2011-01-28  Tony Chang  <tony@chromium.org>
10142
10143         Unreviewed, a chromium win/linux rebaseline.  The mac result was
10144         rebaselined in r76735.
10145
10146         * platform/chromium-linux/fast/overflow/overflow-rtl-vertical-expected.checksum:
10147         * platform/chromium-linux/fast/overflow/overflow-rtl-vertical-expected.png:
10148         * platform/chromium-win/fast/overflow/overflow-rtl-vertical-expected.checksum:
10149         * platform/chromium-win/fast/overflow/overflow-rtl-vertical-expected.png:
10150         * platform/chromium-win/fast/overflow/overflow-rtl-vertical-expected.txt:
10151         * platform/chromium/test_expectations.txt:
10152
10153 2011-01-28  Justin Schuh  <jschuh@chromium.org>
10154
10155         Reviewed by Eric Seidel.
10156
10157         We should hold RefPtrs to SVG font faces
10158         https://bugs.webkit.org/show_bug.cgi?id=53270
10159
10160         * svg/custom/use-multiple-on-nested-disallowed-font-expected.txt: Added.
10161         * svg/custom/use-multiple-on-nested-disallowed-font.html: Added.
10162
10163 2011-01-28  Zhenyao Mo  <zmo@google.com>
10164
10165         Reviewed by Kenneth Russell.
10166
10167         uniformN*v should generate INVALID_VALUE of the array size is not a multiple of N
10168         https://bugs.webkit.org/show_bug.cgi?id=53306
10169
10170         * fast/canvas/webgl/gl-uniform-arrays-expected.txt:
10171         * fast/canvas/webgl/gl-uniform-arrays.html:
10172         * fast/canvas/webgl/gl-uniformmatrix4fv-expected.txt:
10173         * fast/canvas/webgl/gl-uniformmatrix4fv.html:
10174
10175 2011-01-28  Tom Sepez  <tsepez@chromium.org>
10176
10177         Reviewed by Eric Seidel.
10178
10179         NULL pointer crash in TextIterator::handleTextBox()
10180         https://bugs.webkit.org/show_bug.cgi?id=53267
10181
10182         * fast/css/rtl-nth-child-first-letter-crash-expected.txt: Added.
10183         * fast/css/rtl-nth-child-first-letter-crash.html: Added.
10184
10185 2011-01-28  Dimitri Glazkov  <dglazkov@chromium.org>
10186
10187         Skip webkitAudioPannerNode from the test. It's not yet implemented across
10188         all ports/platforms.
10189
10190         * fast/dom/script-tests/prototype-inheritance.js: Skipped webkitAudioPannerNode.
10191
10192 2011-01-28  Dimitri Glazkov  <dglazkov@chromium.org>
10193
10194         [Chromium] Added expectations for a passing test.
10195
10196         * platform/chromium-mac/fast/dom/isindex-002-expected.checksum: Added.
10197         * platform/chromium-mac/fast/dom/isindex-002-expected.png: Added.
10198         * platform/chromium-mac/fast/dom/isindex-002-expected.txt: Removed.
10199         * platform/chromium/test_expectations.txt:
10200
10201 2011-01-28  Dimitri Glazkov  <dglazkov@chromium.org>
10202
10203         Updated Chromium baselines for a bug that was fixed.
10204         https://bugs.webkit.org/show_bug.cgi?id=45527
10205
10206         * platform/chromium-linux/fast/dom/replaceChild-expected.checksum:
10207         * platform/chromium-linux/fast/dom/replaceChild-expected.png:
10208         * platform/chromium-mac/fast/dom/replaceChild-expected.checksum: Added.
10209         * platform/chromium-mac/fast/dom/replaceChild-expected.png: Added.
10210         * platform/chromium-win/fast/dom/replaceChild-expected.checksum:
10211         * platform/chromium-win/fast/dom/replaceChild-expected.png:
10212         * platform/chromium/test_expectations.txt: Removed expectation of failure.
10213
10214 2011-01-28  Jessie Berlin  <jberlin@apple.com>
10215
10216         [Windows 7 Release Tests] fast/repaint/select-option-background-color.html failing since introduction in r76826
10217         https://bugs.webkit.org/show_bug.cgi?id=53327
10218
10219         Unreviewed, adding Windows-specific results to get the Windows 7 Release Test bot green.
10220
10221         * platform/win/fast/repaint/select-option-background-color-expected.txt: Added.
10222
10223 2011-01-28  Ryosuke Niwa  <rniwa@webkit.org>
10224
10225         Unreviewed Chromium rebaselines.
10226
10227         Check in the same result as fast/dom/window-domurl-crash-expected.txt because Windows port
10228         intentionally added a failing result in http://trac.webkit.org/changeset/76953.
10229
10230         The Windows port's bug is tracked by https://bugs.webkit.org/show_bug.cgi?id=53310.
10231
10232         * platform/chromium-win/fast/dom/window-domurl-crash-expected.txt: Added.
10233
10234 2011-01-28  Adam Roben  <aroben@apple.com>
10235
10236         Unskip compositing-related tests that are now fixed
10237
10238         Fixes <http://webkit.org/b/53302> [Windows 7 Release Tests] changesets 76853, 76856, and
10239         76858 broke ~36 animations, compositing, and transitions tests
10240
10241         Reviewed by Sam Weinig.
10242
10243         * platform/win/Skipped:
10244
10245 2011-01-28  Jessie Berlin  <jberlin@apple.com>
10246
10247         [Windows 7 Release Tests] fast/text/justify-ideograph-complex/simple/vertical.html failing since introduction in r76743.
10248         https://bugs.webkit.org/show_bug.cgi?id=53321
10249
10250         Unreviewed, checking in failing expected results to get the Windows 7 Release Tests bots green.
10251
10252         * platform/win/fast/text/justify-ideograph-complex-expected.txt: Added.
10253         * platform/win/fast/text/justify-ideograph-simple-expected.txt: Added.
10254         * platform/win/fast/text/justify-ideograph-vertical-expected.txt: Added.
10255
10256 2011-01-28  Dimitri Glazkov  <dglazkov@chromium.org>
10257
10258         Remove now-passing test from expectations.
10259
10260         * platform/chromium/test_expectations.txt: Expectation of failure removed.
10261
10262 2011-01-28  Dimitri Glazkov  <dglazkov@chromium.org>
10263
10264         Update expectations for prototype-inheritance to match platform/mac.
10265
10266         * platform/chromium/fast/dom/prototype-inheritance-expected.txt: Updated.
10267
10268 2011-01-28  Enrica Casucci  <enrica@apple.com>
10269
10270         Reviewed by Adam Roben.
10271
10272         Some drag and drop tests fail since r76824
10273         https://bugs.webkit.org/show_bug.cgi?id=53304
10274
10275         Removing platform-specific tests after fixing the cause of the failure.
10276         
10277         * platform/win/editing/pasteboard/get-data-text-plain-paste-expected.txt: Removed.
10278         * platform/win/editing/pasteboard/onpaste-text-html-expected.txt: Removed.
10279         * platform/win/fast/events/drag-and-drop-dataTransfer-types-nocrash-expected.txt: Removed.
10280         * platform/win/fast/events/ondrop-text-html-expected.txt: Removed.
10281
10282 2011-01-28  Jessie Berlin  <jberlin@apple.com>
10283
10284         Remove the Windows-specific failing results for media/audio-data-url.html, since it appears
10285         to be passing on the bots now. Unreviewed.
10286         https://bugs.webkit.org/show_bug.cgi?id=51518
10287
10288         * platform/win/media/audio-data-url-expected.txt: Removed.
10289
10290 2011-01-28  Chang Shu  <chang.shu@nokia.com>
10291
10292         Reviewed by Andreas Kling.
10293
10294         Unskipp auth.html after fix.
10295         https://bugs.webkit.org/show_bug.cgi?id=36688
10296
10297         * platform/qt/Skipped:
10298
10299 2011-01-28  Dimitri Glazkov  <dglazkov@chromium.org>
10300
10301         Added newly-failing tests to expectations, will be fixing them shortly.
10302         https://bugs.webkit.org/show_bug.cgi?id=53314
10303
10304         * platform/chromium/test_expectations.txt: Added.
10305
10306 2011-01-28  Jessie Berlin  <jberlin@apple.com>
10307
10308         Adding tests broken on Windows 7 Release in 76853,76856,76858 to the Skipped list to get the
10309         Windows 7 Release Bot green. Unreviewed.
10310         https://bugs.webkit.org/show_bug.cgi?id=53302
10311
10312         * platform/win/Skipped:
10313
10314 2011-01-28  Dan Bernstein  <mitz@apple.com>
10315
10316         Reviewed by Anders Carlsson.
10317
10318         Changing unicode-bidi doesn’t force layout
10319         https://bugs.webkit.org/show_bug.cgi?id=53311
10320
10321         * fast/dynamic/unicode-bidi-expected.checksum: Added.
10322         * fast/dynamic/unicode-bidi-expected.png: Added.
10323         * fast/dynamic/unicode-bidi-expected.txt: Added.
10324         * fast/dynamic/unicode-bidi.html: Added.
10325
10326 2011-01-28  Jessie Berlin  <jberlin@apple.com>
10327
10328         Add Windows expected (failing) results to get the bots green. Unreviewed.
10329         https://bugs.webkit.org/show_bug.cgi?id=53310
10330
10331         * platform/win/fast/dom/window-domurl-crash-expected.txt: Added.
10332
10333 2011-01-28  Jessie Berlin  <jberlin@apple.com>
10334
10335         Check in Windows-specific expected results to get the bots green. Unreviewed.
10336         https://bugs.webkit.org/show_bug.cgi?id=53307
10337
10338         * platform/win/fast/multicol: Added.
10339         * platform/win/fast/multicol/vertical-rl: Added.
10340         * platform/win/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt: Added.
10341         * platform/win/fast/multicol/vertical-rl/float-paginate-complex-expected.txt: Added.
10342
10343 2011-01-28  Sheriff Bot  <webkit.review.bot@gmail.com>
10344
10345         Unreviewed, rolling out r76942.
10346         http://trac.webkit.org/changeset/76942
10347         https://bugs.webkit.org/show_bug.cgi?id=53301
10348
10349         Unskipped tests keep failing on GTK release bots (Requested by
10350         svillar on #webkit).
10351
10352         * platform/gtk/Skipped:
10353
10354 2011-01-28  Jessie Berlin  <jberlin@apple.com>
10355
10356         Add Windows expected (failing) results to get the bots green. Unreviewed.
10357         https://bugs.webkit.org/show_bug.cgi?id=53304
10358
10359         * platform/win/editing/pasteboard/get-data-text-plain-paste-expected.txt: Added.
10360         * platform/win/editing/pasteboard/onpaste-text-html-expected.txt: Added.
10361         * platform/win/fast/events/drag-and-drop-dataTransfer-types-nocrash-expected.txt: Added.
10362         * platform/win/fast/events/ondrop-text-html-expected.txt: Added.
10363
10364 2011-01-27  Zhenyao Mo  <zmo@google.com>
10365
10366         Reviewed by Kenneth Russell.
10367
10368         Remove _LENGTH enumerants
10369         https://bugs.webkit.org/show_bug.cgi?id=53259
10370
10371         * fast/canvas/webgl/constants.html:
10372         * fast/canvas/webgl/gl-getshadersource-expected.txt:
10373         * fast/canvas/webgl/gl-getshadersource.html:
10374         * fast/canvas/webgl/gl-object-get-calls-expected.txt:
10375         * fast/canvas/webgl/gl-object-get-calls.html:
10376
10377 2011-01-28  Sergio Villar Senin  <svillar@igalia.com>
10378
10379         Unreviewed.
10380
10381         Unskipped some tests. They're not failing anymore.
10382
10383         * platform/gtk/Skipped:
10384
10385 2011-01-27  Pavel Podivilov  <podivilov@chromium.org>
10386
10387         Reviewed by Yury Semikhatsky.
10388
10389         Web Inspector: fix debugger-scripts.html (broken by r76587).
10390         https://bugs.webkit.org/show_bug.cgi?id=53112
10391
10392         * inspector/debugger-scripts-expected.txt:
10393         * inspector/debugger-scripts.html:
10394         * platform/chromium/test_expectations.txt:
10395
10396 2011-01-28  Sergio Villar Senin  <svillar@igalia.com>
10397
10398         Unreviewed.
10399
10400         Adding media/video-controls-rendering.html to the Skipped list of tests.
10401
10402         * platform/gtk/Skipped:
10403
10404 2011-01-27  Ryosuke Niwa  <rniwa@webkit.org>
10405
10406         Unreviewed Chromium test expectation update.
10407
10408         * platform/chromium/test_expectations.txt: More media test crashes due to crbug.com/71087.
10409
10410 2011-01-27  Maciej Stachowiak  <mjs@apple.com>
10411
10412         Reviewed by Adam Barth.
10413
10414         Skip some tests that fail due to missing DRT API
10415         https://bugs.webkit.org/show_bug.cgi?id=53283
10416
10417         * platform/mac-wk2/Skipped:
10418
10419 2011-01-27  Abhishek Arya  <inferno@chromium.org>
10420
10421         Reviewed by Dan Bernstein.
10422
10423         Tests that we do not crash when calculating the first line box
10424         baseline for the table.
10425         https://bugs.webkit.org/show_bug.cgi?id=53265
10426
10427         * fast/table/recalc-section-first-body-crash-main-expected.txt: Added.
10428         * fast/table/recalc-section-first-body-crash-main.html: Added.
10429         * fast/table/resources/recalc-section-first-body-crash.html: Added.
10430
10431 2011-01-27  Ryosuke Niwa  <rniwa@webkit.org>
10432
10433         Unreviewed, rolling out r76839.
10434         http://trac.webkit.org/changeset/76839
10435         https://bugs.webkit.org/show_bug.cgi?id=49744
10436
10437         broke pixel tests
10438
10439         * editing/selection/caret-painting-after-paste-undo-rtl.html: Removed.
10440         * editing/selection/caret-painting-after-paste-undo.html: Removed.
10441         * platform/mac/editing/deleting/5408255-expected.png:
10442         * platform/mac/editing/selection/caret-painting-after-paste-undo-expected.checksum: Removed.
10443         * platform/mac/editing/selection/caret-painting-after-paste-undo-expected.png: Removed.
10444         * platform/mac/editing/selection/caret-painting-after-paste-undo-expected.txt: Removed.
10445         * platform/mac/editing/selection/caret-painting-after-paste-undo-rtl-expected.checksum: Removed.
10446         * platform/mac/editing/selection/caret-painting-after-paste-undo-rtl-expected.png: Removed.
10447         * platform/mac/editing/selection/caret-painting-after-paste-undo-rtl-expected.txt: Removed.
10448
10449 2011-01-27  Maciej Stachowiak  <mjs@apple.com>
10450
10451         Reviewed by Darin Adler.
10452
10453         execCommand("Paste") doesn't work in WebKitTestRunner
10454         https://bugs.webkit.org/show_bug.cgi?id=52785
10455         
10456         Unskip paste tests, except the ones that still fail.
10457
10458         * platform/mac-wk2/Skipped:
10459
10460 2011-01-27  Emil A Eklund  <eae@chromium.org>
10461
10462         Reviewed by Darin Adler.
10463
10464         contentEditable formatBlock crashes on divs with contenteditable="false"
10465         https://bugs.webkit.org/show_bug.cgi?id=53263
10466
10467         Add test for executing a formatBlock command on a selection containing an
10468         element with contenteditable=false.
10469
10470         * editing/execCommand/format-block-contenteditable-false-expected.txt: Added.
10471         * editing/execCommand/format-block-contenteditable-false.html: Added.
10472
10473 2011-01-27  Kenneth Russell  <kbr@google.com>
10474
10475         Reviewed by James Robinson.
10476
10477         Rename Typed Array slice() to subset()
10478         https://bugs.webkit.org/show_bug.cgi?id=53273
10479
10480         * fast/canvas/webgl/array-setters.html:
10481         * fast/canvas/webgl/array-unit-tests-expected.txt:
10482         * fast/canvas/webgl/array-unit-tests.html:
10483         * fast/canvas/webgl/draw-elements-out-of-bounds-expected.txt:
10484         * fast/canvas/webgl/draw-elements-out-of-bounds.html:
10485         * fast/canvas/webgl/webgl-array-invalid-ranges-expected.txt:
10486         * fast/canvas/webgl/webgl-array-invalid-ranges.html:
10487
10488 2011-01-27  Leo Yang  <leo.yang@torchmobile.com.cn>
10489
10490         Reviewed by Dirk Schulze.
10491
10492         SVG Use Cycle is not detected
10493         https://bugs.webkit.org/show_bug.cgi?id=52544
10494
10495         Test for indirect <use> recursion. This test passes if
10496         no crash occurs.
10497
10498         * svg/custom/recursive-use2-expected.txt: Added.
10499         * svg/custom/recursive-use2.svg: Added.
10500
10501 2011-01-27  Zhenyao Mo  <zmo@google.com>
10502
10503         Reviewed by Kenneth Russell.
10504
10505         texSubImage2D's format/type needs to match the internalformat/type from the previous texImage2D call
10506         https://bugs.webkit.org/show_bug.cgi?id=53054
10507
10508         * fast/canvas/webgl/tex-sub-image-2d-bad-args-expected.txt: Added.
10509         * fast/canvas/webgl/tex-sub-image-2d-bad-args.html: Added.
10510
10511 2011-01-27  Ryosuke Niwa  <rniwa@webkit.org>
10512
10513         Unreviewed rebaselines for Chromium Mac and Windows.
10514
10515         [chromium] fast/repaint/select-option-background-color.html fails on Windows and Mac
10516         https://bugs.webkit.org/show_bug.cgi?id=53260
10517
10518         * platform/chromium-mac/fast/repaint/select-option-background-color-expected.checksum: Added.
10519         * platform/chromium-mac/fast/repaint/select-option-background-color-expected.png: Added.
10520         * platform/chromium-win/fast/repaint/select-option-background-color-expected.checksum: Added.
10521         * platform/chromium-win/fast/repaint/select-option-background-color-expected.png: Added.
10522         * platform/chromium-win/fast/repaint/select-option-background-color-expected.txt: Added.
10523         * platform/chromium/test_expectations.txt:
10524
10525 2011-01-27  Dirk Schulze  <krit@webkit.org>
10526
10527         Unreviewed rebaseline.
10528
10529         SVG animation of Paths with segments of different coordinate modes on begin and end
10530         https://bugs.webkit.org/show_bug.cgi?id=52984
10531
10532         Rebaseline for SL. HTML were created by make-script-test-wrappers now.
10533         Skip added tests on WebKit2 because of missing eventSender.
10534
10535         * platform/mac-wk2/Skipped:
10536         * svg/animations/animate-path-nested-transforms-expected.txt:
10537         * svg/animations/animate-text-nested-transforms-expected.txt:
10538
10539 2011-01-27  Mihai Parparita  <mihaip@chromium.org>
10540
10541         Unreviewed Chromium rebaseline for fast/text/text-letter-spacing.html
10542         with changes matching the mac ones done by r76739.
10543
10544         * platform/chromium-win/fast/text/text-letter-spacing-expected.txt:
10545         * platform/chromium/test_expectations.txt:
10546
10547 2011-01-25  Levi Weintraub  <leviw@chromium.org>
10548
10549         Reviewed by Darin Adler.
10550
10551         Updating the expected result for 5408255 and adding tests for caret positioning at the
10552         beginning and end of RenderBoxes.
10553
10554         Undo moves caret to invalid position
10555         https://bugs.webkit.org/show_bug.cgi?id=49744
10556
10557         * editing/selection/caret-painting-after-paste-undo-rtl.html: Added.
10558         * editing/selection/caret-painting-after-paste-undo.html: Added.
10559         * platform/mac/editing/deleting/5408255-expected.png:
10560         * platform/mac/editing/selection/caret-painting-after-paste-undo-expected.checksum: Added.
10561         * platform/mac/editing/selection/caret-painting-after-paste-undo-expected.png: Added.
10562         * platform/mac/editing/selection/caret-painting-after-paste-undo-expected.txt: Added.
10563         * platform/mac/editing/selection/caret-painting-after-paste-undo-rtl-expected.checksum: Added.
10564         * platform/mac/editing/selection/caret-painting-after-paste-undo-rtl-expected.png: Added.
10565         * platform/mac/editing/selection/caret-painting-after-paste-undo-rtl-expected.txt: Added.
10566
10567 2011-01-27  Ryosuke Niwa  <rniwa@webkit.org>
10568
10569         Unreviewed Chromium rebaseline and text expectation update.
10570
10571         * platform/chromium-linux/fast/repaint/select-option-background-color-expected.checksum: Added.
10572         * platform/chromium-linux/fast/repaint/select-option-background-color-expected.png: Added.
10573         * platform/chromium-linux/fast/repaint/select-option-background-color-expected.txt: Added.
10574         * platform/chromium/test_expectations.txt:
10575
10576 2011-01-27  Mihai Parparita  <mihaip@chromium.org>
10577
10578         Unreviewed rebaseline of fast/inline/continuation-outlines-with-layers.html
10579         after r76726.
10580
10581         * platform/mac/fast/inline/continuation-outlines-with-layers-expected.txt:
10582         * platform/chromium-win/fast/inline/continuation-outlines-with-layers-expected.txt:
10583         * platform/chromium/test_expectations.txt:
10584
10585 2011-01-27  Dirk Schulze  <krit@webkit.org>
10586
10587         Reviewed by Nikolas Zimmermann.
10588
10589         SVG animation of Paths with segments of different coordinate modes on begin and end
10590         https://bugs.webkit.org/show_bug.cgi?id=52984
10591
10592         Added tests to check the correct behavior on path animations, where the coordinate modes
10593         of the start path differs from the one on the end path.
10594
10595         * svg/animations/animate-path-animation-Cc-Ss-expected.txt: Added.
10596         * svg/animations/animate-path-animation-Cc-Ss.html: Added.
10597         * svg/animations/animate-path-animation-Ll-Vv-Hh-expected.txt: Added.
10598         * svg/animations/animate-path-animation-Ll-Vv-Hh.html: Added.
10599         * svg/animations/animate-path-animation-Qq-Tt-expected.txt: Added.
10600         * svg/animations/animate-path-animation-Qq-Tt.html: Added.
10601         * svg/animations/animate-path-animation-cC-sS-inverse-expected.txt: Added.
10602         * svg/animations/animate-path-animation-cC-sS-inverse.html: Added.
10603         * svg/animations/animate-path-animation-lL-vV-hH-inverse-expected.txt: Added.
10604         * svg/animations/animate-path-animation-lL-vV-hH-inverse.html: Added.
10605         * svg/animations/animate-path-animation-qQ-tT-inverse-expected.txt: Added.
10606         * svg/animations/animate-path-animation-qQ-tT-inverse.html: Added.
10607         * svg/animations/animate-path-nested-transforms.html: Cleanup.
10608         * svg/animations/animate-text-nested-transforms.html: Cleanup.
10609         * svg/animations/resources/SVGAnimationTestCase.js:
10610         (shouldBeCloseEnough): For debug output of values with tolerance level.
10611         (startTest):
10612         (sampleAnimation):
10613         * svg/animations/script-tests/animate-path-animation-Cc-Ss.js: Added.
10614         (sample1):
10615         (sample2):
10616         (sample3):
10617         (sample4):
10618         (executeTest):
10619         * svg/animations/script-tests/animate-path-animation-Ll-Vv-Hh.js: Added.
10620         (sample1):
10621         (sample2):
10622         (sample3):
10623         (sample4):
10624         (executeTest):
10625         * svg/animations/script-tests/animate-path-animation-Qq-Tt.js: Added.
10626         (sample1):
10627         (sample2):
10628         (sample3):
10629         (sample4):
10630         (executeTest):
10631         * svg/animations/script-tests/animate-path-animation-cC-sS-inverse.js: Added.
10632         (sample1):
10633         (sample2):
10634         (sample3):
10635         (sample4):
10636         (executeTest):
10637         * svg/animations/script-tests/animate-path-animation-lL-vV-hH-inverse.js: Added.
10638         (sample1):
10639         (sample2):
10640         (sample3):
10641         (sample4):
10642         (executeTest):
10643         * svg/animations/script-tests/animate-path-animation-qQ-tT-inverse.js: Added.
10644         (sample1):
10645         (sample2):
10646         (sample3):
10647         (sample4):
10648         (executeTest):
10649
10650 2011-01-27  Cris Neckar  <cdn@chromium.org>
10651
10652         Reviewed by Dimitri Glazkov.
10653
10654         Test for crash when accessing a keyframe's style rule.
10655         https://bugs.webkit.org/show_bug.cgi?id=52320
10656
10657         * fast/css/css-keyframe-style-crash-expected.txt: Added.
10658         * fast/css/css-keyframe-style-crash.html: Added.
10659
10660 2011-01-27  Ryosuke Niwa  <rniwa@webkit.org>
10661
10662         Unreviewed Chromium text expectation update.
10663
10664         * platform/chromium/test_expectations.txt: Apparently, video-size.html crashes on Linux due to crbug.com/71087.
10665
10666 2011-01-27  Rob Buis  <rwlbuis@gmail.com>
10667
10668         Reviewed by Kent Tamura.
10669
10670         Add test for:
10671         Color changes to option elements in a select multiple aren't drawn immediately
10672         https://bugs.webkit.org/show_bug.cgi?id=49790
10673
10674         * fast/repaint/select-option-background-color.html: Added.
10675         * platform/mac/fast/repaint/select-option-background-color-expected.checksum: Added.
10676         * platform/mac/fast/repaint/select-option-background-color-expected.png: Added.
10677         * platform/mac/fast/repaint/select-option-background-color-expected.txt: Added.
10678
10679 2011-01-27  David Grogan  <dgrogan@google.com>
10680
10681         Reviewed by Jeremy Orlow.
10682
10683         initial support for close() in indexeddb backend
10684         https://bugs.webkit.org/show_bug.cgi?id=53150
10685
10686         * storage/indexeddb/transaction-after-close-expected.txt: Added.
10687         * storage/indexeddb/transaction-after-close.html: Added.
10688
10689 2011-01-27  Dirk Schulze  <krit@webkit.org>
10690
10691         Reviewed by Nikolas Zimmermann.
10692
10693         SVG animation doesn't support calcMode discrete for number and color values.
10694         https://bugs.webkit.org/show_bug.cgi?id=53189
10695
10696         Test for correct behavior on animating numbers and colors with calcMode discrete.
10697
10698         * svg/animations/animate-color-calcMode-discrete-expected.txt: Added.
10699         * svg/animations/animate-color-calcMode-discrete.html: Added.
10700         * svg/animations/animate-number-calcMode-discrete-expected.txt: Added.
10701         * svg/animations/animate-number-calcMode-discrete.html: Added.
10702         * svg/animations/script-tests/animate-color-calcMode-discrete.js: Added.
10703         (sample1):
10704         (sample2):
10705         (executeTest):
10706         * svg/animations/script-tests/animate-number-calcMode-discrete.js: Added.
10707         (sample1):
10708         (sample2):
10709         (executeTest):
10710
10711 2011-01-27  Ryosuke Niwa  <rniwa@webkit.org>
10712
10713         Unreviewed Chromium test expectation update for video tests.
10714
10715         * platform/chromium/test_expectations.txt:
10716
10717 2011-01-27  Charlie Reis  <creis@chromium.org>
10718
10719         Reviewed by Mihai Parparita.
10720
10721         back-during-onload-hung-page.php causes Chromium WebKit bot to fail
10722         https://bugs.webkit.org/show_bug.cgi?id=53220
10723
10724         Reduces the timeout on a script that shouldn't finish during a test.
10725         This avoids problems in one of the Chromium WebKit builders.
10726
10727         * http/tests/history/resources/back-during-onload-hung-page.php: Reduce timeout.
10728
10729 2011-01-26  Zhenyao Mo  <zmo@google.com>
10730
10731         Reviewed by Kenneth Russell.
10732
10733         shaderSource needs to preserve original source
10734         https://bugs.webkit.org/show_bug.cgi?id=52833
10735
10736         * fast/canvas/webgl/gl-getshadersource-expected.txt: Added.
10737         * fast/canvas/webgl/gl-getshadersource.html: Added.
10738
10739 2011-01-27  Philippe Normand  <pnormand@igalia.com>
10740
10741         Unreviewed, skip flaky test, needs further investigation on the failure.
10742
10743         [GTK] media/audio-delete-while-slider-thumb-clicked.html is flaky
10744         https://bugs.webkit.org/show_bug.cgi?id=53247
10745
10746         * platform/gtk/Skipped:
10747
10748 2011-01-27  Jessie Berlin  <jberlin@apple.com>
10749
10750         fast/text/international/bidi-mirror-he-ar.html now passed on Windows in WebKit2.
10751         Unreviewed.
10752
10753         * platform/win-wk2/Skipped:
10754
10755 2011-01-27  Maciej Stachowiak  <mjs@apple.com>
10756
10757         Unreviewed.
10758
10759         Fix mistake in my previous commit; I accidentally copied the old mac results instead
10760         of the new mac results for this test.
10761
10762         * platform/mac-wk2/fast/blockflow/Kusa-Makura-background-canvas-expected.txt:
10763
10764 2011-01-27  Philippe Normand  <pnormand@igalia.com>
10765
10766         Unreviewed, rebaseline of the favicon-as-image test from the build
10767         bot.
10768
10769         * platform/gtk/http/tests/misc/favicon-as-image-expected.txt:
10770
10771 2011-01-27  Ryosuke Niwa  <rniwa@webkit.org>
10772
10773         Another Unreviewed Chromium test expectation update.
10774
10775         * platform/chromium/test_expectations.txt:
10776
10777 2011-01-27  Ryosuke Niwa  <rniwa@webkit.org>
10778
10779         Unreviewed Chromium test expectation update.
10780
10781         * platform/chromium/test_expectations.txt:
10782
10783 2011-01-27  Ryosuke Niwa  <rniwa@webkit.org>
10784
10785         Unreviewed Chromium rebaselines.
10786
10787         * platform/chromium-mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.checksum: Added.
10788         * platform/chromium-mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.png: Added.
10789         * platform/chromium-mac/fast/repaint/line-flow-with-floats-9-expected.checksum:
10790         * platform/chromium-mac/fast/repaint/line-flow-with-floats-9-expected.png:
10791         * platform/chromium-mac/fast/text/justify-ideograph-complex-expected.checksum: Added.
10792         * platform/chromium-mac/fast/text/justify-ideograph-complex-expected.png: Added.
10793         * platform/chromium-mac/fast/text/justify-ideograph-simple-expected.checksum: Added.
10794         * platform/chromium-mac/fast/text/justify-ideograph-simple-expected.png: Added.
10795         * platform/chromium-mac/fast/text/justify-ideograph-vertical-expected.checksum: Added.
10796         * platform/chromium-mac/fast/text/justify-ideograph-vertical-expected.png: Added.
10797         * platform/chromium-mac/tables/mozilla/marvin/x_thead_align_justify-expected.checksum: Added.
10798         * platform/chromium-mac/tables/mozilla/marvin/x_thead_align_justify-expected.png: Added.
10799         * platform/chromium/test_expectations.txt:
10800
10801 2011-01-27  Philippe Normand  <pnormand@igalia.com>
10802
10803         Unreviewed, GTK baselines for
10804         svg/custom/pattern-referencing-preserve-aspect-ratio.svg added in r76274.
10805
10806         * platform/gtk/svg/custom/pattern-referencing-preserve-aspect-ratio-expected.txt: Added.
10807
10808 2011-01-27  Philippe Normand  <pnormand@igalia.com>
10809
10810         Unreviewed, GTK baselines for
10811         http/tests/misc/favicon-as-image.html which was unskipped in r76555.
10812
10813         * platform/gtk/http/tests/misc/favicon-as-image-expected.txt: Added.
10814
10815 2011-01-27  Philippe Normand  <pnormand@igalia.com>
10816
10817         Unreviewed, GTK baselines for fast/dom/52776.html, follow-up of r76319.
10818
10819         * platform/gtk/fast/dom/52776-expected.txt: Added.
10820
10821 2011-01-27  Philippe Normand  <pnormand@igalia.com>
10822
10823         Unreviewed, new GTK baselines for fast/text/justify* tests
10824         introduced in r76743.
10825
10826         * platform/gtk/fast/text/justify-ideograph-complex-expected.txt: Added.
10827         * platform/gtk/fast/text/justify-ideograph-simple-expected.txt: Added.
10828         * platform/gtk/fast/text/justify-ideograph-vertical-expected.txt: Added.
10829
10830 2011-01-27  Pavel Podivilov  <podivilov@chromium.org>
10831
10832         Reviewed by Pavel Feldman.
10833
10834         Web Inspector: Closure and Global variable details automatically collapsing on each step through JavaScript code.
10835         https://bugs.webkit.org/show_bug.cgi?id=53234
10836
10837         * inspector/debugger-expand-scope.html:
10838         * inspector/debugger-proto-property.html:
10839
10840 2011-01-27  Philippe Normand  <pnormand@igalia.com>
10841
10842         Unreviewed, fix typo introduced in r76783.
10843
10844         * platform/gtk/Skipped:
10845
10846 2011-01-27  Yury Semikhatsky  <yurys@chromium.org>
10847
10848         Reviewed by Pavel Feldman.
10849
10850         Web Inspector: store all settings related to the agents on the frontend side
10851         https://bugs.webkit.org/show_bug.cgi?id=53174
10852
10853         * http/tests/inspector/console-xhr-logging.html: since the setting doesn't change on the front-end
10854         side there is no need to check it after modifying backend's value.
10855         * inspector/report-protocol-errors.html: use the new signature of disableDebugger method.
10856
10857 2011-01-27  Philippe Normand  <pnormand@igalia.com>
10858
10859         Unreviewed, new GTK baselines for fast/multicol tests as follow-up
10860         of r76726.
10861
10862         * platform/gtk/fast/multicol/vertical-lr/border-padding-pagination-expected.txt: Added.
10863         * platform/gtk/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt: Added.
10864         * platform/gtk/fast/multicol/vertical-lr/column-count-with-rules-expected.txt: Added.
10865         * platform/gtk/fast/multicol/vertical-lr/column-rules-expected.txt: Added.
10866         * platform/gtk/fast/multicol/vertical-lr/float-avoidance-expected.txt: Added.
10867         * platform/gtk/fast/multicol/vertical-lr/float-multicol-expected.txt: Added.
10868         * platform/gtk/fast/multicol/vertical-lr/float-paginate-complex-expected.txt: Added.
10869         * platform/gtk/fast/multicol/vertical-lr/float-paginate-expected.txt: Added.
10870         * platform/gtk/fast/multicol/vertical-lr/nested-columns-expected.txt: Added.
10871         * platform/gtk/fast/multicol/vertical-lr/unsplittable-inline-block-expected.txt: Added.
10872         * platform/gtk/fast/multicol/vertical-rl/border-padding-pagination-expected.txt: Added.
10873         * platform/gtk/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt: Added.
10874         * platform/gtk/fast/multicol/vertical-rl/column-count-with-rules-expected.txt: Added.
10875         * platform/gtk/fast/multicol/vertical-rl/column-rules-expected.txt: Added.
10876         * platform/gtk/fast/multicol/vertical-rl/float-avoidance-expected.txt: Added.
10877         * platform/gtk/fast/multicol/vertical-rl/float-multicol-expected.txt: Added.
10878         * platform/gtk/fast/multicol/vertical-rl/float-paginate-complex-expected.txt: Added.
10879         * platform/gtk/fast/multicol/vertical-rl/float-paginate-expected.txt: Added.
10880         * platform/gtk/fast/multicol/vertical-rl/nested-columns-expected.txt: Added.
10881         * platform/gtk/fast/multicol/vertical-rl/unsplittable-inline-block-expected.txt: Added.
10882
10883 2011-01-27  Alexander Pavlov  <apavlov@chromium.org>
10884
10885         Reviewed by Pavel Feldman.
10886
10887         Web Inspector: [Elements panel] Tooltip for relative links incorrectly identifies current URL
10888         https://bugs.webkit.org/show_bug.cgi?id=53171
10889
10890         * inspector/styles-url-linkify-expected.txt:
10891         * inspector/styles-url-linkify.html:
10892
10893 2011-01-27  Sergio Villar Senin  <svillar@igalia.com>
10894
10895         Unreviewed.
10896
10897         New test expectations for http/tests/navigation/error404* in GTK.
10898
10899         * platform/gtk/Skipped:
10900         * platform/gtk/http/tests/navigation/error404-basic-expected.txt: Added.
10901         * platform/gtk/http/tests/navigation/error404-goback-expected.txt: Added.
10902         * platform/gtk/http/tests/navigation/error404-subframeload-expected.txt: Added.
10903
10904 2011-01-27  Philippe Normand  <pnormand@igalia.com>
10905
10906         Unreviewed, skipping 2 more media tests.
10907
10908         [GStreamer] wrong media duration report in media/controls-after-reload.html
10909         https://bugs.webkit.org/show_bug.cgi?id=51602
10910
10911         * platform/gtk/Skipped:
10912
10913 2011-01-27  Yuzo Fujishima  <yuzo@google.com>
10914
10915         Unreviewed Chromium test expectation change.
10916
10917         * platform/chromium/test_expectations.txt:
10918
10919 2011-01-27  Yuzo Fujishima  <yuzo@google.com>
10920
10921         Unreviewed Chromium test expectation change.
10922
10923         * platform/chromium-mac-leopard/css2.1/t0905-c5525-fltcont-00-d-g-expected.checksum: Removed.
10924         * platform/chromium-mac-leopard/css2.1/t0905-c5525-fltcont-00-d-g-expected.png: Removed.
10925         * platform/chromium-mac-leopard/fast/blockflow/vertical-baseline-alignment-expected.checksum: Removed.
10926         * platform/chromium-mac-leopard/fast/blockflow/vertical-baseline-alignment-expected.png: Removed.
10927         * platform/chromium-mac-leopard/fast/multicol/shadow-breaking-expected.checksum: Removed.
10928         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-1-expected.checksum: Removed.
10929         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-1-expected.png: Removed.
10930         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-10-expected.checksum: Removed.
10931         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-10-expected.png: Removed.
10932         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-2-expected.checksum: Removed.
10933         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-2-expected.png: Removed.
10934         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-3-expected.checksum: Removed.
10935         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-3-expected.png: Removed.
10936         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-4-expected.checksum: Removed.
10937         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-4-expected.png: Removed.
10938         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-5-expected.checksum: Removed.
10939         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-5-expected.png: Removed.
10940         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-6-expected.checksum: Removed.
10941         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-6-expected.png: Removed.
10942         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-7-expected.checksum: Removed.
10943         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-7-expected.png: Removed.
10944         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-8-expected.checksum: Removed.
10945         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-8-expected.png: Removed.
10946         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-9-expected.checksum: Removed.
10947         * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-9-expected.png: Removed.
10948         * platform/chromium-mac-leopard/fast/text/complex-text-opacity-expected.checksum: Removed.
10949         * platform/chromium-mac-leopard/fast/text/complex-text-opacity-expected.png: Removed.
10950         * platform/chromium-mac-leopard/fast/text/complex-text-opacity-expected.txt: Removed.
10951         * platform/chromium-mac-leopard/tables/mozilla/marvin/x_thead_align_justify-expected.checksum: Removed.
10952         * platform/chromium-mac-leopard/tables/mozilla/marvin/x_thead_align_justify-expected.png: Removed.
10953
10954 2011-01-27  Csaba Osztrogonác  <ossy@webkit.org>
10955
10956         Unreviewed.
10957
10958         Add Qt specific expected results for new passing tests introduced in r76726.
10959         Compared to Mac png files and Mac expected files.
10960
10961         * platform/qt/fast/multicol/vertical-lr/border-padding-pagination-expected.checksum: Added.
10962         * platform/qt/fast/multicol/vertical-lr/border-padding-pagination-expected.png: Added.
10963         * platform/qt/fast/multicol/vertical-lr/border-padding-pagination-expected.txt: Added.
10964         * platform/qt/fast/multicol/vertical-lr/column-break-with-balancing-expected.checksum: Added.
10965         * platform/qt/fast/multicol/vertical-lr/column-break-with-balancing-expected.png: Added.
10966         * platform/qt/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt: Added.
10967         * platform/qt/fast/multicol/vertical-lr/column-rules-expected.checksum: Added.
10968         * platform/qt/fast/multicol/vertical-lr/column-rules-expected.png: Added.
10969         * platform/qt/fast/multicol/vertical-lr/column-rules-expected.txt: Added.
10970         * platform/qt/fast/multicol/vertical-lr/float-avoidance-expected.checksum: Added.
10971         * platform/qt/fast/multicol/vertical-lr/float-avoidance-expected.png: Added.
10972         * platform/qt/fast/multicol/vertical-lr/float-avoidance-expected.txt: Added.
10973         * platform/qt/fast/multicol/vertical-lr/float-multicol-expected.checksum: Added.
10974         * platform/qt/fast/multicol/vertical-lr/float-multicol-expected.png: Added.
10975         * platform/qt/fast/multicol/vertical-lr/float-multicol-expected.txt: Added.
10976         * platform/qt/fast/multicol/vertical-lr/float-paginate-complex-expected.checksum: Added.
10977         * platform/qt/fast/multicol/vertical-lr/float-paginate-complex-expected.png: Added.
10978         * platform/qt/fast/multicol/vertical-lr/float-paginate-complex-expected.txt: Added.
10979         * platform/qt/fast/multicol/vertical-lr/float-paginate-expected.checksum: Added.
10980         * platform/qt/fast/multicol/vertical-lr/float-paginate-expected.png: Added.
10981         * platform/qt/fast/multicol/vertical-lr/float-paginate-expected.txt: Added.
10982         * platform/qt/fast/multicol/vertical-lr/nested-columns-expected.checksum: Added.
10983         * platform/qt/fast/multicol/vertical-lr/nested-columns-expected.png: Added.
10984         * platform/qt/fast/multicol/vertical-lr/nested-columns-expected.txt: Added.
10985         * platform/qt/fast/multicol/vertical-lr/unsplittable-inline-block-expected.checksum: Added.
10986         * platform/qt/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png: Added.
10987         * platform/qt/fast/multicol/vertical-lr/unsplittable-inline-block-expected.txt: Added.
10988         * platform/qt/fast/multicol/vertical-rl/border-padding-pagination-expected.checksum: Added.
10989         * platform/qt/fast/multicol/vertical-rl/border-padding-pagination-expected.png: Added.
10990         * platform/qt/fast/multicol/vertical-rl/border-padding-pagination-expected.txt: Added.
10991         * platform/qt/fast/multicol/vertical-rl/column-break-with-balancing-expected.checksum: Added.
10992         * platform/qt/fast/multicol/vertical-rl/column-break-with-balancing-expected.png: Added.
10993         * platform/qt/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt: Added.
10994         * platform/qt/fast/multicol/vertical-rl/column-rules-expected.checksum: Added.
10995         * platform/qt/fast/multicol/vertical-rl/column-rules-expected.png: Added.
10996         * platform/qt/fast/multicol/vertical-rl/column-rules-expected.txt: Added.
10997         * platform/qt/fast/multicol/vertical-rl/float-avoidance-expected.checksum: Added.
10998         * platform/qt/fast/multicol/vertical-rl/float-avoidance-expected.png: Added.
10999         * platform/qt/fast/multicol/vertical-rl/float-avoidance-expected.txt: Added.
11000         * platform/qt/fast/multicol/vertical-rl/float-multicol-expected.checksum: Added.
11001         * platform/qt/fast/multicol/vertical-rl/float-multicol-expected.png: Added.
11002         * platform/qt/fast/multicol/vertical-rl/float-multicol-expected.txt: Added.
11003         * platform/qt/fast/multicol/vertical-rl/float-paginate-complex-expected.checksum: Added.
11004         * platform/qt/fast/multicol/vertical-rl/float-paginate-complex-expected.png: Added.
11005         * platform/qt/fast/multicol/vertical-rl/float-paginate-complex-expected.txt: Added.
11006         * platform/qt/fast/multicol/vertical-rl/float-paginate-expected.checksum: Added.
11007         * platform/qt/fast/multicol/vertical-rl/float-paginate-expected.png: Added.
11008         * platform/qt/fast/multicol/vertical-rl/float-paginate-expected.txt: Added.
11009         * platform/qt/fast/multicol/vertical-rl/nested-columns-expected.checksum: Added.
11010         * platform/qt/fast/multicol/vertical-rl/nested-columns-expected.png: Added.
11011         * platform/qt/fast/multicol/vertical-rl/nested-columns-expected.txt: Added.
11012         * platform/qt/fast/multicol/vertical-rl/unsplittable-inline-block-expected.checksum: Added.
11013         * platform/qt/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png: Added.
11014         * platform/qt/fast/multicol/vertical-rl/unsplittable-inline-block-expected.txt: Added.
11015
11016 2011-01-27  Sheriff Bot  <webkit.review.bot@gmail.com>
11017
11018         Unreviewed, rolling out r76773.
11019         http://trac.webkit.org/changeset/76773
11020         https://bugs.webkit.org/show_bug.cgi?id=53230
11021
11022         breaks multiple GTK media tests (Requested by philn-tp on
11023         #webkit).
11024
11025         * platform/gtk/Skipped:
11026
11027 2011-01-27  Yuzo Fujishima  <yuzo@google.com>
11028
11029         Unreviewed Chromium test expectaion change.
11030
11031         * platform/chromium/test_expectations.txt:
11032
11033 2011-01-27  Maciej Stachowiak  <mjs@apple.com>
11034
11035         Reviewed by Dan Bernstein.
11036
11037         Add or update WebKit2-specific results to account for different reporting of scroll position
11038         https://bugs.webkit.org/show_bug.cgi?id=53226
11039
11040         * platform/mac-wk2/fast/multicol: Added.
11041         * platform/mac-wk2/fast/multicol/vertical-rl: Added.
11042         * platform/mac-wk2/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt: Added.
11043         * platform/mac-wk2/fast/multicol/vertical-rl/float-paginate-complex-expected.txt: Added.
11044
11045 2011-01-26  Philippe Normand  <pnormand@igalia.com>
11046
11047         Reviewed by Martin Robinson.
11048
11049         [GTK] LayoutTests/media/audio-mpeg4-supported.html fails
11050         https://bugs.webkit.org/show_bug.cgi?id=53125
11051
11052         * platform/gtk/Skipped: Unskip fixed test.
11053
11054 2011-01-27  Philippe Normand  <pnormand@igalia.com>
11055
11056         Unreviewed, updated GTK baselines after r76726.
11057
11058         * platform/gtk/fast/blockflow/Kusa-Makura-background-canvas-expected.txt:
11059         * platform/gtk/fast/blockflow/vertical-baseline-alignment-expected.txt:
11060         * platform/gtk/fast/lists/002-vertical-expected.txt:
11061         * platform/gtk/fast/lists/003-vertical-expected.txt:
11062         * platform/gtk/fast/overflow/overflow-rtl-vertical-expected.txt:
11063         * platform/gtk/fast/table/028-vertical-expected.txt:
11064         * platform/gtk/fast/table/border-collapsing/003-vertical-expected.txt:
11065         * platform/gtk/fast/table/height-percent-test-vertical-expected.txt:
11066
11067 2011-01-27  Yuzo Fujishima  <yuzo@google.com>
11068
11069         Unreviewed Chromium test expectation change.
11070
11071         Update expectation for r76760.
11072
11073         * platform/chromium/test_expectations.txt:
11074
11075 2011-01-26  Maciej Stachowiak  <mjs@apple.com>
11076
11077         Reviewed by Dan Bernstein.
11078
11079         WebKitTestRunner needs to support layoutTestController.evaluateInWebInspector
11080         https://bugs.webkit.org/show_bug.cgi?id=42319
11081         
11082         Unskip inspector tests (except the few that mysteriously fail).
11083
11084         * platform/mac-wk2/Skipped:
11085
11086 2011-01-27  Yuzo Fujishima  <yuzo@google.com>
11087
11088         Unreviewed Chromium test expectation change.
11089
11090         Another test expectation update for r76743.
11091
11092         * platform/chromium/test_expectations.txt:
11093
11094 2011-01-26  Csaba Osztrogonác  <ossy@webkit.org>
11095
11096         Unreviewed.
11097
11098         [Qt] Update test expectations after r76726.
11099
11100         * platform/qt/fast/lists/002-vertical-expected.checksum:
11101         * platform/qt/fast/lists/002-vertical-expected.png:
11102         * platform/qt/fast/lists/002-vertical-expected.txt:
11103         * platform/qt/fast/lists/003-vertical-expected.checksum:
11104         * platform/qt/fast/lists/003-vertical-expected.png:
11105         * platform/qt/fast/lists/003-vertical-expected.txt:
11106         * platform/qt/fast/overflow/overflow-rtl-vertical-expected.checksum:
11107         * platform/qt/fast/overflow/overflow-rtl-vertical-expected.png:
11108         * platform/qt/fast/overflow/overflow-rtl-vertical-expected.txt:
11109         * platform/qt/fast/table/028-vertical-expected.checksum:
11110         * platform/qt/fast/table/028-vertical-expected.png:
11111         * platform/qt/fast/table/028-vertical-expected.txt:
11112         * platform/qt/fast/table/border-collapsing/003-vertical-expected.checksum:
11113         * platform/qt/fast/table/border-collapsing/003-vertical-expected.png:
11114         * platform/qt/fast/table/border-collapsing/003-vertical-expected.txt:
11115         * platform/qt/fast/table/height-percent-test-vertical-expected.txt:
11116
11117 2011-01-26  Yuzo Fujishima  <yuzo@google.com>
11118
11119         Unreviewed Chromium test expectation change.
11120
11121         Update test expectations for r76743
11122
11123         * platform/chromium-linux/css1/box_properties/clear_float-expected.checksum:
11124         * platform/chromium-linux/css1/box_properties/clear_float-expected.png:
11125         * platform/chromium-linux/css1/box_properties/float_elements_in_series-expected.checksum:
11126         * platform/chromium-linux/css1/box_properties/float_elements_in_series-expected.png:
11127         * platform/chromium-linux/css1/box_properties/float_on_text_elements-expected.checksum:
11128         * platform/chromium-linux/css1/box_properties/float_on_text_elements-expected.png:
11129         * platform/chromium-linux/css2.1/t0905-c5525-fltwidth-00-c-g-expected.checksum:
11130         * platform/chromium-linux/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
11131         * platform/chromium-linux/fast/multicol/shadow-breaking-expected.checksum:
11132         * platform/chromium-linux/fast/multicol/shadow-breaking-expected.png: Added.
11133         * platform/chromium-linux/fast/repaint/line-flow-with-floats-1-expected.checksum:
11134         * platform/chromium-linux/fast/repaint/line-flow-with-floats-1-expected.png:
11135         * platform/chromium-linux/fast/repaint/line-flow-with-floats-10-expected.checksum:
11136         * platform/chromium-linux/fast/repaint/line-flow-with-floats-10-expected.png:
11137         * platform/chromium-linux/fast/repaint/line-flow-with-floats-2-expected.checksum:
11138         * platform/chromium-linux/fast/repaint/line-flow-with-floats-2-expected.png:
11139         * platform/chromium-linux/fast/repaint/line-flow-with-floats-3-expected.checksum:
11140         * platform/chromium-linux/fast/repaint/line-flow-with-floats-3-expected.png:
11141         * platform/chromium-linux/fast/repaint/line-flow-with-floats-4-expected.checksum:
11142         * platform/chromium-linux/fast/repaint/line-flow-with-floats-4-expected.png:
11143         * platform/chromium-linux/fast/repaint/line-flow-with-floats-5-expected.checksum:
11144         * platform/chromium-linux/fast/repaint/line-flow-with-floats-5-expected.png:
11145         * platform/chromium-linux/fast/repaint/line-flow-with-floats-6-expected.checksum:
11146         * platform/chromium-linux/fast/repaint/line-flow-with-floats-6-expected.png:
11147         * platform/chromium-linux/fast/repaint/line-flow-with-floats-7-expected.checksum:
11148         * platform/chromium-linux/fast/repaint/line-flow-with-floats-7-expected.png:
11149         * platform/chromium-linux/fast/repaint/line-flow-with-floats-8-expected.checksum:
11150         * platform/chromium-linux/fast/repaint/line-flow-with-floats-8-expected.png:
11151         * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.checksum:
11152         * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.png:
11153         * platform/chromium-linux/tables/mozilla/marvin/x_tr_align_justify-expected.checksum:
11154         * platform/chromium-linux/tables/mozilla/marvin/x_tr_align_justify-expected.png:
11155         * platform/chromium-mac/css1/box_properties/clear_float-expected.checksum: Added.
11156         * platform/chromium-mac/css1/box_properties/clear_float-expected.png: Added.
11157         * platform/chromium-mac/css1/box_properties/float_on_text_elements-expected.checksum: Added.
11158         * platform/chromium-mac/css1/box_properties/float_on_text_elements-expected.png: Added.
11159         * platform/chromium-mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.checksum: Added.
11160         * platform/chromium-mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png: Added.
11161         * platform/chromium-mac/fast/multicol/shadow-breaking-expected.checksum: Added.
11162         * platform/chromium-mac/fast/multicol/shadow-breaking-expected.png: Added.
11163         * platform/chromium-mac/fast/repaint/line-flow-with-floats-1-expected.checksum:
11164         * platform/chromium-mac/fast/repaint/line-flow-with-floats-1-expected.png:
11165         * platform/chromium-mac/fast/repaint/line-flow-with-floats-10-expected.checksum:
11166         * platform/chromium-mac/fast/repaint/line-flow-with-floats-10-expected.png:
11167         * platform/chromium-mac/fast/repaint/line-flow-with-floats-2-expected.checksum:
11168         * platform/chromium-mac/fast/repaint/line-flow-with-floats-2-expected.png:
11169         * platform/chromium-mac/fast/repaint/line-flow-with-floats-3-expected.checksum:
11170         * platform/chromium-mac/fast/repaint/line-flow-with-floats-3-expected.png:
11171         * platform/chromium-mac/fast/repaint/line-flow-with-floats-4-expected.checksum:
11172         * platform/chromium-mac/fast/repaint/line-flow-with-floats-4-expected.png:
11173         * platform/chromium-mac/fast/repaint/line-flow-with-floats-5-expected.checksum:
11174         * platform/chromium-mac/fast/repaint/line-flow-with-floats-5-expected.png:
11175         * platform/chromium-mac/fast/repaint/line-flow-with-floats-6-expected.checksum:
11176         * platform/chromium-mac/fast/repaint/line-flow-with-floats-6-expected.png:
11177         * platform/chromium-mac/fast/repaint/line-flow-with-floats-7-expected.checksum:
11178         * platform/chromium-mac/fast/repaint/line-flow-with-floats-7-expected.png:
11179         * platform/chromium-mac/fast/repaint/line-flow-with-floats-8-expected.checksum:
11180         * platform/chromium-mac/fast/repaint/line-flow-with-floats-8-expected.png:
11181         * platform/chromium-mac/svg/custom/svg-fonts-in-html-expected.checksum:
11182         * platform/chromium-mac/svg/custom/svg-fonts-in-html-expected.png:
11183         * platform/chromium-win/css1/box_properties/clear_float-expected.checksum:
11184         * platform/chromium-win/css1/box_properties/clear_float-expected.png:
11185         * platform/chromium-win/css1/box_properties/float_elements_in_series-expected.checksum:
11186         * platform/chromium-win/css1/box_properties/float_elements_in_series-expected.png:
11187         * platform/chromium-win/css1/box_properties/float_on_text_elements-expected.checksum:
11188         * platform/chromium-win/css1/box_properties/float_on_text_elements-expected.png:
11189         * platform/chromium-win/css2.1/t0905-c5525-fltwidth-00-c-g-expected.checksum:
11190         * platform/chromium-win/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
11191         * platform/chromium-win/fast/multicol/shadow-breaking-expected.checksum:
11192         * platform/chromium-win/fast/multicol/shadow-breaking-expected.png:
11193         * platform/chromium-win/fast/repaint/line-flow-with-floats-1-expected.checksum:
11194         * platform/chromium-win/fast/repaint/line-flow-with-floats-1-expected.png:
11195         * platform/chromium-win/fast/repaint/line-flow-with-floats-10-expected.checksum:
11196         * platform/chromium-win/fast/repaint/line-flow-with-floats-10-expected.png:
11197         * platform/chromium-win/fast/repaint/line-flow-with-floats-2-expected.checksum:
11198         * platform/chromium-win/fast/repaint/line-flow-with-floats-2-expected.png:
11199         * platform/chromium-win/fast/repaint/line-flow-with-floats-3-expected.checksum:
11200         * platform/chromium-win/fast/repaint/line-flow-with-floats-3-expected.png:
11201         * platform/chromium-win/fast/repaint/line-flow-with-floats-4-expected.checksum:
11202         * platform/chromium-win/fast/repaint/line-flow-with-floats-4-expected.png:
11203         * platform/chromium-win/fast/repaint/line-flow-with-floats-5-expected.checksum:
11204         * platform/chromium-win/fast/repaint/line-flow-with-floats-5-expected.png:
11205         * platform/chromium-win/fast/repaint/line-flow-with-floats-6-expected.checksum:
11206         * platform/chromium-win/fast/repaint/line-flow-with-floats-6-expected.png:
11207         * platform/chromium-win/fast/repaint/line-flow-with-floats-7-expected.checksum:
11208         * platform/chromium-win/fast/repaint/line-flow-with-floats-7-expected.png:
11209         * platform/chromium-win/fast/repaint/line-flow-with-floats-8-expected.checksum:
11210         * platform/chromium-win/fast/repaint/line-flow-with-floats-8-expected.png:
11211         * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.checksum:
11212         * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.png:
11213         * platform/chromium-win/tables/mozilla/marvin/x_tr_align_justify-expected.checksum:
11214         * platform/chromium-win/tables/mozilla/marvin/x_tr_align_justify-expected.png:
11215
11216 2011-01-26  Dan Bernstein  <mitz@apple.com>
11217
11218         Updated results for the html.css changes in r76726. The old results were prepared before
11219         r76726.
11220
11221         * platform/mac/fast/text/justify-ideograph-vertical-expected.checksum:
11222         * platform/mac/fast/text/justify-ideograph-vertical-expected.png:
11223         * platform/mac/fast/text/justify-ideograph-vertical-expected.txt:
11224
11225 2011-01-26  Yuzo Fujishima  <yuzo@google.com>
11226
11227         Unreviewed Chromium test expectation change.
11228
11229         fast/text/justify-ideograph-vertical.html crashes on LINUX.
11230
11231         * platform/chromium/test_expectations.txt:
11232
11233 2011-01-26  Yuzo Fujishima  <yuzo@google.com>
11234
11235         Unreviewed Chromium test expectation change.
11236
11237         Mark the tests started failing at http://trac.webkit.org/changeset/76726 as such.
11238
11239         * platform/chromium/test_expectations.txt:
11240
11241 2011-01-26  Ryosuke Niwa  <rniwa@webkit.org>
11242
11243         Unreviewed Chromium Mac rebaselines for r76726.
11244
11245         * platform/chromium-mac/fast/blockflow/vertical-baseline-alignment-expected.checksum: Added.
11246         * platform/chromium-mac/fast/blockflow/vertical-baseline-alignment-expected.png: Added.
11247         * platform/chromium-mac/fast/multicol/vertical-rl: Added.
11248         * platform/chromium-mac/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt: Added.
11249         * platform/chromium-mac/fast/table/028-vertical-expected.checksum: Added.
11250         * platform/chromium-mac/fast/table/028-vertical-expected.png: Added.
11251         * platform/chromium-mac/fast/text/complex-text-opacity-expected.checksum: Added.
11252         * platform/chromium-mac/fast/text/complex-text-opacity-expected.png: Added.
11253
11254 2011-01-26  Ryosuke Niwa  <rniwa@webkit.org>
11255
11256         Unreviewed Chromium Windows/Linux rebaselines for r76726.
11257
11258         * platform/chromium-linux/fast/multicol/vertical-rl/float-multicol-expected.checksum: Added.
11259         * platform/chromium-linux/fast/multicol/vertical-rl/float-multicol-expected.png: Added.
11260         * platform/chromium-linux/fast/multicol/vertical-rl/float-paginate-complex-expected.checksum: Added.
11261         * platform/chromium-linux/fast/multicol/vertical-rl/float-paginate-complex-expected.png: Added.
11262         * platform/chromium-linux/fast/multicol/vertical-rl/float-paginate-expected.checksum: Added.
11263         * platform/chromium-linux/fast/multicol/vertical-rl/float-paginate-expected.png: Added.
11264         * platform/chromium-linux/fast/multicol/vertical-rl/nested-columns-expected.checksum: Added.
11265         * platform/chromium-linux/fast/multicol/vertical-rl/nested-columns-expected.png: Added.
11266         * platform/chromium-linux/fast/multicol/vertical-rl/unsplittable-inline-block-expected.checksum: Added.
11267         * platform/chromium-linux/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png: Added.
11268         * platform/chromium-linux/fast/table/028-vertical-expected.checksum:
11269         * platform/chromium-linux/fast/table/028-vertical-expected.png:
11270         * platform/chromium-linux/fast/table/border-collapsing/003-vertical-expected.checksum:
11271         * platform/chromium-linux/fast/table/border-collapsing/003-vertical-expected.png:
11272         * platform/chromium-win/fast/multicol/vertical-rl/float-multicol-expected.checksum: Added.
11273         * platform/chromium-win/fast/multicol/vertical-rl/float-multicol-expected.png: Added.
11274         * platform/chromium-win/fast/multicol/vertical-rl/float-multicol-expected.txt: Added.
11275         * platform/chromium-win/fast/multicol/vertical-rl/float-paginate-complex-expected.checksum: Added.
11276         * platform/chromium-win/fast/multicol/vertical-rl/float-paginate-complex-expected.png: Added.
11277         * platform/chromium-win/fast/multicol/vertical-rl/float-paginate-complex-expected.txt: Added.
11278         * platform/chromium-win/fast/multicol/vertical-rl/float-paginate-expected.checksum: Added.
11279         * platform/chromium-win/fast/multicol/vertical-rl/float-paginate-expected.png: Added.
11280         * platform/chromium-win/fast/multicol/vertical-rl/float-paginate-expected.txt: Added.
11281         * platform/chromium-win/fast/multicol/vertical-rl/nested-columns-expected.checksum: Added.
11282         * platform/chromium-win/fast/multicol/vertical-rl/nested-columns-expected.png: Added.
11283         * platform/chromium-win/fast/multicol/vertical-rl/nested-columns-expected.txt: Added.
11284         * platform/chromium-win/fast/multicol/vertical-rl/unsplittable-inline-block-expected.checksum: Added.
11285         * platform/chromium-win/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png: Added.
11286         * platform/chromium-win/fast/multicol/vertical-rl/unsplittable-inline-block-expected.txt: Added.
11287         * platform/chromium-win/fast/table/028-vertical-expected.checksum:
11288         * platform/chromium-win/fast/table/028-vertical-expected.png:
11289         * platform/chromium-win/fast/table/028-vertical-expected.txt:
11290         * platform/chromium-win/fast/table/border-collapsing/003-vertical-expected.checksum:
11291         * platform/chromium-win/fast/table/border-collapsing/003-vertical-expected.png:
11292         * platform/chromium-win/fast/table/border-collapsing/003-vertical-expected.txt:
11293
11294 2011-01-26  Ryosuke Niwa  <rniwa@webkit.org>
11295
11296         Unreviewed Chromium Windows/Linux rebaselines for r76726.
11297
11298         * platform/chromium-linux/fast/multicol/vertical-lr/float-paginate-complex-expected.checksum: Added.
11299         * platform/chromium-linux/fast/multicol/vertical-lr/float-paginate-complex-expected.png: Added.
11300         * platform/chromium-linux/fast/multicol/vertical-lr/float-paginate-expected.checksum: Added.
11301         * platform/chromium-linux/fast/multicol/vertical-lr/float-paginate-expected.png: Added.
11302         * platform/chromium-linux/fast/multicol/vertical-lr/nested-columns-expected.checksum: Added.
11303         * platform/chromium-linux/fast/multicol/vertical-lr/nested-columns-expected.png: Added.
11304         * platform/chromium-linux/fast/multicol/vertical-lr/unsplittable-inline-block-expected.checksum: Added.
11305         * platform/chromium-linux/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png: Added.
11306         * platform/chromium-linux/fast/multicol/vertical-rl: Added.
11307         * platform/chromium-linux/fast/multicol/vertical-rl/border-padding-pagination-expected.checksum: Added.
11308         * platform/chromium-linux/fast/multicol/vertical-rl/border-padding-pagination-expected.png: Added.
11309         * platform/chromium-linux/fast/multicol/vertical-rl/column-break-with-balancing-expected.checksum: Added.
11310         * platform/chromium-linux/fast/multicol/vertical-rl/column-break-with-balancing-expected.png: Added.
11311         * platform/chromium-linux/fast/multicol/vertical-rl/column-count-with-rules-expected.checksum: Added.
11312         * platform/chromium-linux/fast/multicol/vertical-rl/column-count-with-rules-expected.png: Added.
11313         * platform/chromium-linux/fast/multicol/vertical-rl/column-rules-expected.checksum: Added.
11314         * platform/chromium-linux/fast/multicol/vertical-rl/column-rules-expected.png: Added.
11315         * platform/chromium-linux/fast/multicol/vertical-rl/float-avoidance-expected.checksum: Added.
11316         * platform/chromium-linux/fast/multicol/vertical-rl/float-avoidance-expected.png: Added.
11317         * platform/chromium-win/fast/multicol/vertical-lr/float-paginate-complex-expected.checksum: Added.
11318         * platform/chromium-win/fast/multicol/vertical-lr/float-paginate-complex-expected.png: Added.
11319         * platform/chromium-win/fast/multicol/vertical-lr/float-paginate-complex-expected.txt: Added.
11320         * platform/chromium-win/fast/multicol/vertical-lr/float-paginate-expected.checksum: Added.
11321         * platform/chromium-win/fast/multicol/vertical-lr/float-paginate-expected.png: Added.
11322         * platform/chromium-win/fast/multicol/vertical-lr/float-paginate-expected.txt: Added.
11323         * platform/chromium-win/fast/multicol/vertical-lr/nested-columns-expected.checksum: Added.
11324         * platform/chromium-win/fast/multicol/vertical-lr/nested-columns-expected.png: Added.
11325         * platform/chromium-win/fast/multicol/vertical-lr/nested-columns-expected.txt: Added.
11326         * platform/chromium-win/fast/multicol/vertical-lr/unsplittable-inline-block-expected.checksum: Added.
11327         * platform/chromium-win/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png: Added.
11328         * platform/chromium-win/fast/multicol/vertical-lr/unsplittable-inline-block-expected.txt: Added.
11329         * platform/chromium-win/fast/multicol/vertical-rl: Added.
11330         * platform/chromium-win/fast/multicol/vertical-rl/border-padding-pagination-expected.checksum: Added.
11331         * platform/chromium-win/fast/multicol/vertical-rl/border-padding-pagination-expected.png: Added.
11332         * platform/chromium-win/fast/multicol/vertical-rl/border-padding-pagination-expected.txt: Added.
11333         * platform/chromium-win/fast/multicol/vertical-rl/column-break-with-balancing-expected.checksum: Added.
11334         * platform/chromium-win/fast/multicol/vertical-rl/column-break-with-balancing-expected.png: Added.
11335         * platform/chromium-win/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt: Added.
11336         * platform/chromium-win/fast/multicol/vertical-rl/column-count-with-rules-expected.checksum: Added.
11337         * platform/chromium-win/fast/multicol/vertical-rl/column-count-with-rules-expected.png: Added.
11338         * platform/chromium-win/fast/multicol/vertical-rl/column-count-with-rules-expected.txt: Added.
11339         * platform/chromium-win/fast/multicol/vertical-rl/column-rules-expected.checksum: Added.
11340         * platform/chromium-win/fast/multicol/vertical-rl/column-rules-expected.png: Added.
11341         * platform/chromium-win/fast/multicol/vertical-rl/column-rules-expected.txt: Added.
11342         * platform/chromium-win/fast/multicol/vertical-rl/float-avoidance-expected.checksum: Added.
11343         * platform/chromium-win/fast/multicol/vertical-rl/float-avoidance-expected.png: Added.
11344         * platform/chromium-win/fast/multicol/vertical-rl/float-avoidance-expected.txt: Added.
11345
11346 2011-01-26  Ryosuke Niwa  <rniwa@webkit.org>
11347
11348         Unreviewed Chromium Windows/Linux rebaselines for r76726.
11349
11350         * platform/chromium-linux/fast/blockflow/vertical-baseline-alignment-expected.checksum:
11351         * platform/chromium-linux/fast/blockflow/vertical-baseline-alignment-expected.png:
11352         * platform/chromium-linux/fast/lists/002-vertical-expected.checksum:
11353         * platform/chromium-linux/fast/lists/002-vertical-expected.png:
11354         * platform/chromium-linux/fast/lists/002-vertical-expected.txt: Removed.
11355         * platform/chromium-linux/fast/lists/003-vertical-expected.checksum:
11356         * platform/chromium-linux/fast/lists/003-vertical-expected.png:
11357         * platform/chromium-linux/fast/multicol/vertical-lr: Added.
11358         * platform/chromium-linux/fast/multicol/vertical-lr/border-padding-pagination-expected.checksum: Added.
11359         * platform/chromium-linux/fast/multicol/vertical-lr/border-padding-pagination-expected.png: Added.
11360         * platform/chromium-linux/fast/multicol/vertical-lr/column-break-with-balancing-expected.checksum: Added.
11361         * platform/chromium-linux/fast/multicol/vertical-lr/column-break-with-balancing-expected.png: Added.
11362         * platform/chromium-linux/fast/multicol/vertical-lr/column-count-with-rules-expected.checksum: Added.
11363         * platform/chromium-linux/fast/multicol/vertical-lr/column-count-with-rules-expected.png: Added.
11364         * platform/chromium-linux/fast/multicol/vertical-lr/column-rules-expected.checksum: Added.
11365         * platform/chromium-linux/fast/multicol/vertical-lr/column-rules-expected.png: Added.
11366         * platform/chromium-linux/fast/multicol/vertical-lr/float-avoidance-expected.checksum: Added.
11367         * platform/chromium-linux/fast/multicol/vertical-lr/float-avoidance-expected.png: Added.
11368         * platform/chromium-linux/fast/multicol/vertical-lr/float-multicol-expected.checksum: Added.
11369         * platform/chromium-linux/fast/multicol/vertical-lr/float-multicol-expected.png: Added.
11370         * platform/chromium-win/fast/blockflow/vertical-baseline-alignment-expected.checksum:
11371         * platform/chromium-win/fast/blockflow/vertical-baseline-alignment-expected.png:
11372         * platform/chromium-win/fast/blockflow/vertical-baseline-alignment-expected.txt:
11373         * platform/chromium-win/fast/lists/002-vertical-expected.checksum:
11374         * platform/chromium-win/fast/lists/002-vertical-expected.png:
11375         * platform/chromium-win/fast/lists/002-vertical-expected.txt:
11376         * platform/chromium-win/fast/lists/003-vertical-expected.checksum:
11377         * platform/chromium-win/fast/lists/003-vertical-expected.png:
11378         * platform/chromium-win/fast/lists/003-vertical-expected.txt:
11379         * platform/chromium-win/fast/multicol/vertical-lr: Added.
11380         * platform/chromium-win/fast/multicol/vertical-lr/border-padding-pagination-expected.checksum: Added.
11381         * platform/chromium-win/fast/multicol/vertical-lr/border-padding-pagination-expected.png: Added.
11382         * platform/chromium-win/fast/multicol/vertical-lr/border-padding-pagination-expected.txt: Added.
11383         * platform/chromium-win/fast/multicol/vertical-lr/column-break-with-balancing-expected.checksum: Added.
11384         * platform/chromium-win/fast/multicol/vertical-lr/column-break-with-balancing-expected.png: Added.
11385         * platform/chromium-win/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt: Added.
11386         * platform/chromium-win/fast/multicol/vertical-lr/column-count-with-rules-expected.checksum: Added.
11387         * platform/chromium-win/fast/multicol/vertical-lr/column-count-with-rules-expected.png: Added.
11388         * platform/chromium-win/fast/multicol/vertical-lr/column-count-with-rules-expected.txt: Added.
11389         * platform/chromium-win/fast/multicol/vertical-lr/column-rules-expected.checksum: Added.
11390         * platform/chromium-win/fast/multicol/vertical-lr/column-rules-expected.png: Added.
11391         * platform/chromium-win/fast/multicol/vertical-lr/column-rules-expected.txt: Added.
11392         * platform/chromium-win/fast/multicol/vertical-lr/float-avoidance-expected.checksum: Added.
11393         * platform/chromium-win/fast/multicol/vertical-lr/float-avoidance-expected.png: Added.
11394         * platform/chromium-win/fast/multicol/vertical-lr/float-avoidance-expected.txt: Added.
11395         * platform/chromium-win/fast/multicol/vertical-lr/float-multicol-expected.checksum: Added.
11396         * platform/chromium-win/fast/multicol/vertical-lr/float-multicol-expected.png: Added.
11397         * platform/chromium-win/fast/multicol/vertical-lr/float-multicol-expected.txt: Added.
11398
11399 2011-01-26  Brian Weinstein  <bweinstein@apple.com>
11400
11401         Rebaseline Windows fast/blockfow results after r76726.
11402
11403         * platform/win/fast/blockflow/Kusa-Makura-background-canvas-expected.txt:
11404         * platform/win/fast/blockflow/vertical-baseline-alignment-expected.txt:
11405
11406 2011-01-26  Martin Robinson  <mrobinson@igalia.com>
11407
11408         Reviewed by Xan Lopez.
11409
11410         [GTK] Pixel dumps do not include scrollbars in output images
11411         https://bugs.webkit.org/show_bug.cgi?id=53216
11412
11413         Update expected results which should show scrollbars.
11414
11415         * platform/gtk/css2.1/t0803-c5502-mrgn-r-02-c-expected.checksum:
11416         * platform/gtk/css2.1/t0803-c5502-mrgn-r-02-c-expected.png:
11417         * platform/gtk/css2.1/t0803-c5505-mrgn-02-c-expected.checksum:
11418         * platform/gtk/css2.1/t0803-c5505-mrgn-02-c-expected.png:
11419         * platform/gtk/css2.1/t080301-c411-vt-mrgn-00-b-expected.checksum:
11420         * platform/gtk/css2.1/t080301-c411-vt-mrgn-00-b-expected.png:
11421         * platform/gtk/css2.1/t0905-c5525-fltclr-00-c-ag-expected.checksum:
11422         * platform/gtk/css2.1/t0905-c5525-fltclr-00-c-ag-expected.png:
11423         * platform/gtk/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.checksum:
11424         * platform/gtk/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.png:
11425         * platform/gtk/css2.1/t0905-c5525-fltwidth-00-c-g-expected.checksum:
11426         * platform/gtk/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
11427         * platform/gtk/css2.1/t0905-c5526-fltclr-00-c-ag-expected.checksum:
11428         * platform/gtk/css2.1/t0905-c5526-fltclr-00-c-ag-expected.png:
11429         * platform/gtk/css2.1/t1002-c5523-width-02-b-g-expected.checksum:
11430         * platform/gtk/css2.1/t1002-c5523-width-02-b-g-expected.png:
11431         * platform/gtk/css2.1/t1202-counters-08-b-expected.checksum:
11432         * platform/gtk/css2.1/t1202-counters-08-b-expected.png:
11433         * platform/gtk/css2.1/t1202-counters-09-b-expected.checksum:
11434         * platform/gtk/css2.1/t1202-counters-09-b-expected.png:
11435         * platform/gtk/css2.1/t140201-c535-bg-fixd-00-b-g-expected.checksum:
11436         * platform/gtk/css2.1/t140201-c535-bg-fixd-00-b-g-expected.png:
11437         * platform/gtk/css2.1/t140201-c537-bgfxps-00-c-ag-expected.checksum:
11438         * platform/gtk/css2.1/t140201-c537-bgfxps-00-c-ag-expected.png:
11439         * platform/gtk/css2.1/t1508-c527-font-07-b-expected.checksum:
11440         * platform/gtk/css2.1/t1508-c527-font-07-b-expected.png:
11441
11442 2011-01-26  Martin Robinson  <mrobinson@igalia.com>
11443
11444         [GTK] Text input controls do not react properly to CSS styling
11445         https://bugs.webkit.org/show_bug.cgi?id=40855
11446
11447         Unskip tests which were previously skipped due to issue #40855.
11448         The bug is closed now, so it's safe to rebaseline the tests and
11449         unskip them.
11450
11451         * platform/gtk/Skipped: Unskip tests.
11452         * platform/gtk/fast/forms/basic-selects-expected.checksum:
11453         * platform/gtk/fast/forms/basic-selects-expected.png:
11454         * platform/gtk/fast/forms/basic-selects-expected.txt:
11455         * platform/gtk/fast/forms/basic-textareas-quirks-expected.checksum:
11456         * platform/gtk/fast/forms/basic-textareas-quirks-expected.png:
11457         * platform/gtk/fast/forms/basic-textareas-quirks-expected.txt:
11458
11459 2011-01-26  Martin Robinson  <mrobinson@igalia.com>
11460
11461         [GTK] media/unsupported-rtsp.html fails after timing out
11462         https://bugs.webkit.org/show_bug.cgi?id=53056
11463
11464         * platform/gtk/Skipped: Update the skipped list to explain why this
11465         test is skipped and should remain skipped.
11466
11467 2011-01-26  Dan Bernstein  <mitz@apple.com>
11468
11469         Reviewed by Dave Hyatt.
11470
11471         <rdar://problem/8446709> Allow inter-ideograph justification for CJK
11472         https://bugs.webkit.org/show_bug.cgi?id=53184
11473
11474         * fast/text/justify-ideograph-complex.html: Added.
11475         * fast/text/justify-ideograph-simple.html: Added.
11476         * fast/text/justify-ideograph-vertical.html: Added.
11477         * platform/mac/fast/text/justify-ideograph-complex-expected.checksum: Added.
11478         * platform/mac/fast/text/justify-ideograph-complex-expected.png: Added.
11479         * platform/mac/fast/text/justify-ideograph-complex-expected.txt: Added.
11480         * platform/mac/fast/text/justify-ideograph-simple-expected.checksum: Added.
11481         * platform/mac/fast/text/justify-ideograph-simple-expected.png: Added.
11482         * platform/mac/fast/text/justify-ideograph-simple-expected.txt: Added.
11483         * platform/mac/fast/text/justify-ideograph-vertical-expected.checksum: Added.
11484         * platform/mac/fast/text/justify-ideograph-vertical-expected.png: Added.
11485         * platform/mac/fast/text/justify-ideograph-vertical-expected.txt: Added.
11486
11487 2011-01-26  Martin Robinson  <mrobinson@igalia.com>
11488
11489         Add the final set of CSS 2.1 GTK+ baselines.
11490
11491         * platform/gtk/Skipped: Unskip the remaining CSS 2.1 tests.
11492         * platform/gtk/css2.1: Add the remaining baselines.
11493
11494 2011-01-26  Martin Robinson  <mrobinson@igalia.com>
11495
11496         Add the next set of GTK+ baselines for the CSS 2.1 test suite.
11497
11498         * platform/gtk/Skipped: Unskip the next block of tests.
11499         * platform/gtk/css2.1: Added CSS 2.1 test results for GTK+.
11500
11501 2010-01-26  Evan Martin  <evan@chromium.org>
11502
11503         Reviewed by Tony Chang.
11504
11505         [chromium] crash on getBoundingClientRect in complex text
11506         https://bugs.webkit.org/show_bug.cgi?id=53199
11507
11508         Add a test that reproduces the crash and verifies the resulting values
11509         are sane (when it didn't crash, it would get garbage values).
11510
11511         * platform/chromium-linux/fast/text/international/complex-text-rectangle-expected.txt: Added.
11512         * platform/chromium-linux/fast/text/international/complex-text-rectangle.html: Added.
11513
11514 2011-01-26  Emil A Eklund  <eae@chromium.org>
11515
11516         Reviewed by Alexey Proskuryakov.
11517
11518         Remove cached document reference from CSSStyleSheet and XSLStyleSheet.
11519         https://bugs.webkit.org/show_bug.cgi?id=52084
11520
11521         Added test for accessing a style sheet associated with a document that
11522         has been removed.
11523
11524         * fast/dom/css-delete-doc-expected.txt: Added.
11525         * fast/dom/css-delete-doc.html: Added.
11526
11527 2011-01-26  Dave Hyatt  <hyatt@apple.com>
11528
11529         Reviewed by Dan Bernstein.
11530
11531         https://bugs.webkit.org/show_bug.cgi?id=46421, make multi-column layout work with vertical text.
11532
11533         Added new tests in fast/multicol/vertical-lr and fast/multicol/vertical-rl.
11534
11535         * fast/multicol/break-properties-expected.txt:
11536         * fast/multicol/break-properties.html:
11537         * fast/multicol/float-truncation.html:
11538         * fast/multicol/vertical-lr: Added.
11539         * fast/multicol/vertical-lr/border-padding-pagination.html: Added.
11540         * fast/multicol/vertical-lr/break-properties-expected.txt: Added.
11541         * fast/multicol/vertical-lr/break-properties.html: Added.
11542         * fast/multicol/vertical-lr/column-break-with-balancing.html: Added.
11543         * fast/multicol/vertical-lr/column-count-with-rules.html: Added.
11544         * fast/multicol/vertical-lr/column-rules.html: Added.
11545         * fast/multicol/vertical-lr/float-avoidance.html: Added.
11546         * fast/multicol/vertical-lr/float-multicol.html: Added.
11547         * fast/multicol/vertical-lr/float-paginate-complex.html: Added.
11548         * fast/multicol/vertical-lr/float-paginate.html: Added.
11549         * fast/multicol/vertical-lr/float-truncation-expected.txt: Added.
11550         * fast/multicol/vertical-lr/float-truncation.html: Added.
11551         * fast/multicol/vertical-lr/gap-non-negative-expected.txt: Added.
11552         * fast/multicol/vertical-lr/gap-non-negative.html: Added.
11553         * fast/multicol/vertical-lr/image-inside-nested-blocks-with-border-expected.txt: Added.
11554         * fast/multicol/vertical-lr/image-inside-nested-blocks-with-border.html: Added.
11555         * fast/multicol/vertical-lr/nested-columns.html: Added.
11556         * fast/multicol/vertical-lr/resources: Added.
11557         * fast/multicol/vertical-lr/resources/blimp.png: Added.
11558         * fast/multicol/vertical-lr/unsplittable-inline-block.html: Added.
11559         * fast/multicol/vertical-rl: Added.
11560         * fast/multicol/vertical-rl/border-padding-pagination.html: Added.
11561         * fast/multicol/vertical-rl/break-properties-expected.txt: Added.
11562         * fast/multicol/vertical-rl/break-properties.html: Added.
11563         * fast/multicol/vertical-rl/column-break-with-balancing.html: Added.
11564         * fast/multicol/vertical-rl/column-count-with-rules.html: Added.
11565         * fast/multicol/vertical-rl/column-rules.html: Added.
11566         * fast/multicol/vertical-rl/float-avoidance.html: Added.
11567         * fast/multicol/vertical-rl/float-multicol.html: Added.
11568         * fast/multicol/vertical-rl/float-paginate-complex.html: Added.
11569         * fast/multicol/vertical-rl/float-paginate.html: Added.
11570         * fast/multicol/vertical-rl/float-truncation-expected.txt: Added.
11571         * fast/multicol/vertical-rl/float-truncation.html: Added.
11572         * fast/multicol/vertical-rl/gap-non-negative-expected.txt: Added.
11573         * fast/multicol/vertical-rl/gap-non-negative.html: Added.
11574         * fast/multicol/vertical-rl/image-inside-nested-blocks-with-border-expected.txt: Added.
11575         * fast/multicol/vertical-rl/image-inside-nested-blocks-with-border.html: Added.
11576         * fast/multicol/vertical-rl/nested-columns.html: Added.
11577         * fast/multicol/vertical-rl/resources: Added.
11578         * fast/multicol/vertical-rl/resources/blimp.png: Added.
11579         * fast/multicol/vertical-rl/unsplittable-inline-block.html: Added.
11580         * platform/mac/fast/multicol/vertical-lr: Added.
11581         * platform/mac/fast/multicol/vertical-lr/border-padding-pagination-expected.checksum: Added.
11582         * platform/mac/fast/multicol/vertical-lr/border-padding-pagination-expected.png: Added.
11583         * platform/mac/fast/multicol/vertical-lr/border-padding-pagination-expected.txt: Added.
11584         * platform/mac/fast/multicol/vertical-lr/column-break-with-balancing-expected.checksum: Added.
11585         * platform/mac/fast/multicol/vertical-lr/column-break-with-balancing-expected.png: Added.
11586         * platform/mac/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt: Added.
11587         * platform/mac/fast/multicol/vertical-lr/column-count-with-rules-expected.checksum: Added.
11588         * platform/mac/fast/multicol/vertical-lr/column-count-with-rules-expected.png: Added.
11589         * platform/mac/fast/multicol/vertical-lr/column-count-with-rules-expected.txt: Added.
11590         * platform/mac/fast/multicol/vertical-lr/column-rules-expected.checksum: Added.
11591         * platform/mac/fast/multicol/vertical-lr/column-rules-expected.png: Added.
11592         * platform/mac/fast/multicol/vertical-lr/column-rules-expected.txt: Added.
11593         * platform/mac/fast/multicol/vertical-lr/float-avoidance-expected.checksum: Added.
11594         * platform/mac/fast/multicol/vertical-lr/float-avoidance-expected.png: Added.
11595         * platform/mac/fast/multicol/vertical-lr/float-avoidance-expected.txt: Added.
11596         * platform/mac/fast/multicol/vertical-lr/float-multicol-expected.checksum: Added.
11597         * platform/mac/fast/multicol/vertical-lr/float-multicol-expected.png: Added.
11598         * platform/mac/fast/multicol/vertical-lr/float-multicol-expected.txt: Added.
11599         * platform/mac/fast/multicol/vertical-lr/float-paginate-complex-expected.checksum: Added.
11600         * platform/mac/fast/multicol/vertical-lr/float-paginate-complex-expected.png: Added.
11601         * platform/mac/fast/multicol/vertical-lr/float-paginate-complex-expected.txt: Added.
11602         * platform/mac/fast/multicol/vertical-lr/float-paginate-expected.checksum: Added.
11603         * platform/mac/fast/multicol/vertical-lr/float-paginate-expected.png: Added.
11604         * platform/mac/fast/multicol/vertical-lr/float-paginate-expected.txt: Added.
11605         * platform/mac/fast/multicol/vertical-lr/nested-columns-expected.checksum: Added.
11606         * platform/mac/fast/multicol/vertical-lr/nested-columns-expected.png: Added.
11607         * platform/mac/fast/multicol/vertical-lr/nested-columns-expected.txt: Added.
11608         * platform/mac/fast/multicol/vertical-lr/unsplittable-inline-block-expected.checksum: Added.
11609         * platform/mac/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png: Added.
11610         * platform/mac/fast/multicol/vertical-lr/unsplittable-inline-block-expected.txt: Added.
11611         * platform/mac/fast/multicol/vertical-rl: Added.
11612         * platform/mac/fast/multicol/vertical-rl/border-padding-pagination-expected.checksum: Added.
11613         * platform/mac/fast/multicol/vertical-rl/border-padding-pagination-expected.png: Added.
11614         * platform/mac/fast/multicol/vertical-rl/border-padding-pagination-expected.txt: Added.
11615         * platform/mac/fast/multicol/vertical-rl/column-break-with-balancing-expected.checksum: Added.
11616         * platform/mac/fast/multicol/vertical-rl/column-break-with-balancing-expected.png: Added.
11617         * platform/mac/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt: Added.
11618         * platform/mac/fast/multicol/vertical-rl/column-count-with-rules-expected.checksum: Added.
11619         * platform/mac/fast/multicol/vertical-rl/column-count-with-rules-expected.png: Added.
11620         * platform/mac/fast/multicol/vertical-rl/column-count-with-rules-expected.txt: Added.
11621         * platform/mac/fast/multicol/vertical-rl/column-rules-expected.checksum: Added.
11622         * platform/mac/fast/multicol/vertical-rl/column-rules-expected.png: Added.
11623         * platform/mac/fast/multicol/vertical-rl/column-rules-expected.txt: Added.
11624         * platform/mac/fast/multicol/vertical-rl/float-avoidance-expected.checksum: Added.
11625         * platform/mac/fast/multicol/vertical-rl/float-avoidance-expected.png: Added.
11626         * platform/mac/fast/multicol/vertical-rl/float-avoidance-expected.txt: Added.
11627         * platform/mac/fast/multicol/vertical-rl/float-multicol-expected.checksum: Added.
11628         * platform/mac/fast/multicol/vertical-rl/float-multicol-expected.png: Added.
11629         * platform/mac/fast/multicol/vertical-rl/float-multicol-expected.txt: Added.
11630         * platform/mac/fast/multicol/vertical-rl/float-paginate-complex-expected.checksum: Added.
11631         * platform/mac/fast/multicol/vertical-rl/float-paginate-complex-expected.png: Added.
11632         * platform/mac/fast/multicol/vertical-rl/float-paginate-complex-expected.txt: Added.
11633         * platform/mac/fast/multicol/vertical-rl/float-paginate-expected.checksum: Added.
11634         * platform/mac/fast/multicol/vertical-rl/float-paginate-expected.png: Added.
11635         * platform/mac/fast/multicol/vertical-rl/float-paginate-expected.txt: Added.
11636         * platform/mac/fast/multicol/vertical-rl/nested-columns-expected.checksum: Added.
11637         * platform/mac/fast/multicol/vertical-rl/nested-columns-expected.png: Added.
11638         * platform/mac/fast/multicol/vertical-rl/nested-columns-expected.txt: Added.
11639         * platform/mac/fast/multicol/vertical-rl/unsplittable-inline-block-expected.checksum: Added.
11640         * platform/mac/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png: Added.
11641         * platform/mac/fast/multicol/vertical-rl/unsplittable-inline-block-expected.txt: Added.
11642
11643 2011-01-26  Tony Chang  <tony@chromium.org>
11644
11645         Reviewed by Ryosuke Niwa.
11646
11647         [gtk] strip NUL characters when copying text/html on GTK+
11648         https://bugs.webkit.org/show_bug.cgi?id=52508
11649
11650         * editing/pasteboard/copy-null-characters.html: Make sure we didn't
11651             change innerHTML (it should still contain the null)
11652         * platform/gtk/Skipped: Re-enable the test
11653
11654 2011-01-26  Martin Robinson  <mrobinson@igalia.com>
11655
11656         Add the next set of CSS 2.1 baselines for GTK+.
11657
11658         * platform/gtk/Skipped: Unskip tests which now have results.
11659         * platform/gtk/css2.1/t010403-shand-border-00-c-expected.checksum: Added.
11660         * platform/gtk/css2.1/t010403-shand-border-00-c-expected.png: Added.
11661         * platform/gtk/css2.1/t010403-shand-border-00-c-expected.txt: Added.
11662         * platform/gtk/css2.1/t010403-shand-font-00-b-expected.checksum: Added.
11663         * platform/gtk/css2.1/t010403-shand-font-00-b-expected.png: Added.
11664         * platform/gtk/css2.1/t010403-shand-font-00-b-expected.txt: Added.
11665         * platform/gtk/css2.1/t010403-shand-font-01-b-expected.checksum: Added.
11666         * platform/gtk/css2.1/t010403-shand-font-01-b-expected.png: Added.
11667         * platform/gtk/css2.1/t010403-shand-font-01-b-expected.txt: Added.
11668         * platform/gtk/css2.1/t010403-shand-font-02-b-expected.checksum: Added.
11669         * platform/gtk/css2.1/t010403-shand-font-02-b-expected.png: Added.
11670         * platform/gtk/css2.1/t010403-shand-font-02-b-expected.txt: Added.
11671         * platform/gtk/css2.1/t010403-shand-font-03-b-expected.checksum: Added.
11672         * platform/gtk/css2.1/t010403-shand-font-03-b-expected.png: Added.
11673         * platform/gtk/css2.1/t010403-shand-font-03-b-expected.txt: Added.
11674         * platform/gtk/css2.1/t040102-keywords-00-b-expected.checksum: Added.
11675         * platform/gtk/css2.1/t040102-keywords-00-b-expected.png: Added.
11676         * platform/gtk/css2.1/t040102-keywords-00-b-expected.txt: Added.
11677         * platform/gtk/css2.1/t040102-keywords-01-b-expected.checksum: Added.
11678         * platform/gtk/css2.1/t040102-keywords-01-b-expected.png: Added.
11679         * platform/gtk/css2.1/t040102-keywords-01-b-expected.txt: Added.
11680         * platform/gtk/css2.1/t040103-case-00-b-expected.checksum: Added.
11681         * platform/gtk/css2.1/t040103-case-00-b-expected.png: Added.
11682         * platform/gtk/css2.1/t040103-case-00-b-expected.txt: Added.
11683         * platform/gtk/css2.1/t040103-case-01-c-expected.checksum: Added.
11684         * platform/gtk/css2.1/t040103-case-01-c-expected.png: Added.
11685         * platform/gtk/css2.1/t040103-case-01-c-expected.txt: Added.
11686         * platform/gtk/css2.1/t040103-escapes-00-b-expected.checksum: Added.
11687         * platform/gtk/css2.1/t040103-escapes-00-b-expected.png: Added.
11688         * platform/gtk/css2.1/t040103-escapes-00-b-expected.txt: Added.
11689         * platform/gtk/css2.1/t040103-escapes-01-b-expected.checksum: Added.
11690         * platform/gtk/css2.1/t040103-escapes-01-b-expected.png: Added.
11691         * platform/gtk/css2.1/t040103-escapes-01-b-expected.txt: Added.
11692         * platform/gtk/css2.1/t040103-escapes-02-d-expected.checksum: Added.
11693         * platform/gtk/css2.1/t040103-escapes-02-d-expected.png: Added.
11694         * platform/gtk/css2.1/t040103-escapes-02-d-expected.txt: Added.
11695         * platform/gtk/css2.1/t040103-escapes-03-b-expected.checksum: Added.
11696         * platform/gtk/css2.1/t040103-escapes-03-b-expected.png: Added.
11697         * platform/gtk/css2.1/t040103-escapes-03-b-expected.txt: Added.
11698         * platform/gtk/css2.1/t040103-escapes-04-b-expected.checksum: Added.
11699         * platform/gtk/css2.1/t040103-escapes-04-b-expected.png: Added.
11700         * platform/gtk/css2.1/t040103-escapes-04-b-expected.txt: Added.
11701         * platform/gtk/css2.1/t040103-escapes-05-c-expected.checksum: Added.
11702         * platform/gtk/css2.1/t040103-escapes-05-c-expected.png: Added.
11703         * platform/gtk/css2.1/t040103-escapes-05-c-expected.txt: Added.
11704         * platform/gtk/css2.1/t040103-escapes-06-b-expected.checksum: Added.
11705         * platform/gtk/css2.1/t040103-escapes-06-b-expected.png: Added.
11706         * platform/gtk/css2.1/t040103-escapes-06-b-expected.txt: Added.
11707         * platform/gtk/css2.1/t040103-escapes-07-b-expected.checksum: Added.
11708         * platform/gtk/css2.1/t040103-escapes-07-b-expected.png: Added.
11709         * platform/gtk/css2.1/t040103-escapes-07-b-expected.txt: Added.
11710         * platform/gtk/css2.1/t040103-escapes-08-b-expected.checksum: Added.
11711         * platform/gtk/css2.1/t040103-escapes-08-b-expected.png: Added.
11712         * platform/gtk/css2.1/t040103-escapes-08-b-expected.txt: Added.
11713         * platform/gtk/css2.1/t040103-ident-00-c-expected.checksum: Added.
11714         * platform/gtk/css2.1/t040103-ident-00-c-expected.png: Added.
11715         * platform/gtk/css2.1/t040103-ident-00-c-expected.txt: Added.
11716         * platform/gtk/css2.1/t040103-ident-01-c-expected.checksum: Added.
11717         * platform/gtk/css2.1/t040103-ident-01-c-expected.png: Added.
11718         * platform/gtk/css2.1/t040103-ident-01-c-expected.txt: Added.
11719         * platform/gtk/css2.1/t040103-ident-02-c-expected.checksum: Added.
11720         * platform/gtk/css2.1/t040103-ident-02-c-expected.png: Added.
11721         * platform/gtk/css2.1/t040103-ident-02-c-expected.txt: Added.
11722         * platform/gtk/css2.1/t040103-ident-03-c-expected.checksum: Added.
11723         * platform/gtk/css2.1/t040103-ident-03-c-expected.png: Added.
11724         * platform/gtk/css2.1/t040103-ident-03-c-expected.txt: Added.
11725         * platform/gtk/css2.1/t040103-ident-04-c-expected.checksum: Added.
11726         * platform/gtk/css2.1/t040103-ident-04-c-expected.png: Added.
11727         * platform/gtk/css2.1/t040103-ident-04-c-expected.txt: Added.
11728         * platform/gtk/css2.1/t040103-ident-05-c-expected.checksum: Added.
11729         * platform/gtk/css2.1/t040103-ident-05-c-expected.png: Added.
11730         * platform/gtk/css2.1/t040103-ident-05-c-expected.txt: Added.
11731         * platform/gtk/css2.1/t040103-ident-06-c-expected.checksum: Added.
11732         * platform/gtk/css2.1/t040103-ident-06-c-expected.png: Added.
11733         * platform/gtk/css2.1/t040103-ident-06-c-expected.txt: Added.
11734         * platform/gtk/css2.1/t040103-ident-07-c-expected.checksum: Added.
11735         * platform/gtk/css2.1/t040103-ident-07-c-expected.png: Added.
11736         * platform/gtk/css2.1/t040103-ident-07-c-expected.txt: Added.
11737         * platform/gtk/css2.1/t040103-ident-08-c-expected.checksum: Added.
11738         * platform/gtk/css2.1/t040103-ident-08-c-expected.png: Added.
11739         * platform/gtk/css2.1/t040103-ident-08-c-expected.txt: Added.
11740         * platform/gtk/css2.1/t040103-ident-09-c-expected.checksum: Added.
11741         * platform/gtk/css2.1/t040103-ident-09-c-expected.png: Added.
11742         * platform/gtk/css2.1/t040103-ident-09-c-expected.txt: Added.
11743         * platform/gtk/css2.1/t040103-ident-10-c-expected.checksum: Added.
11744         * platform/gtk/css2.1/t040103-ident-10-c-expected.png: Added.
11745         * platform/gtk/css2.1/t040103-ident-10-c-expected.txt: Added.
11746         * platform/gtk/css2.1/t040103-ident-11-c-expected.checksum: Added.
11747         * platform/gtk/css2.1/t040103-ident-11-c-expected.png: Added.
11748         * platform/gtk/css2.1/t040103-ident-11-c-expected.txt: Added.
11749         * platform/gtk/css2.1/t040103-ident-12-c-expected.checksum: Added.
11750         * platform/gtk/css2.1/t040103-ident-12-c-expected.png: Added.
11751         * platform/gtk/css2.1/t040103-ident-12-c-expected.txt: Added.
11752         * platform/gtk/css2.1/t1202-counters-02-b-expected.checksum: Added.
11753         * platform/gtk/css2.1/t1202-counters-02-b-expected.png: Added.
11754         * platform/gtk/css2.1/t1202-counters-02-b-expected.txt: Added.
11755         * platform/gtk/css2.1/t1202-counters-03-b-expected.checksum: Added.
11756         * platform/gtk/css2.1/t1202-counters-03-b-expected.png: Added.
11757         * platform/gtk/css2.1/t1202-counters-03-b-expected.txt: Added.
11758         * platform/gtk/css2.1/t1202-counters-04-b-expected.checksum: Added.
11759         * platform/gtk/css2.1/t1202-counters-04-b-expected.png: Added.
11760         * platform/gtk/css2.1/t1202-counters-04-b-expected.txt: Added.
11761         * platform/gtk/css2.1/t1202-counters-05-b-expected.checksum: Added.
11762         * platform/gtk/css2.1/t1202-counters-05-b-expected.png: Added.
11763         * platform/gtk/css2.1/t1202-counters-05-b-expected.txt: Added.
11764         * platform/gtk/css2.1/t1202-counters-06-b-expected.checksum: Added.
11765         * platform/gtk/css2.1/t1202-counters-06-b-expected.png: Added.
11766         * platform/gtk/css2.1/t1202-counters-06-b-expected.txt: Added.
11767         * platform/gtk/css2.1/t1202-counters-07-b-expected.checksum: Added.
11768         * platform/gtk/css2.1/t1202-counters-07-b-expected.png: Added.
11769         * platform/gtk/css2.1/t1202-counters-07-b-expected.txt: Added.
11770         * platform/gtk/css2.1/t1202-counters-08-b-expected.checksum: Added.
11771         * platform/gtk/css2.1/t1202-counters-08-b-expected.png: Added.
11772         * platform/gtk/css2.1/t1202-counters-08-b-expected.txt: Added.
11773         * platform/gtk/css2.1/t1202-counters-09-b-expected.checksum: Added.
11774         * platform/gtk/css2.1/t1202-counters-09-b-expected.png: Added.
11775         * platform/gtk/css2.1/t1202-counters-09-b-expected.txt: Added.
11776         * platform/gtk/css2.1/t1202-counters-11-b-expected.checksum: Added.
11777         * platform/gtk/css2.1/t1202-counters-11-b-expected.png: Added.
11778         * platform/gtk/css2.1/t1202-counters-11-b-expected.txt: Added.
11779         * platform/gtk/css2.1/t1202-counters-12-b-expected.checksum: Added.
11780         * platform/gtk/css2.1/t1202-counters-12-b-expected.png: Added.
11781         * platform/gtk/css2.1/t1202-counters-12-b-expected.txt: Added.
11782         * platform/gtk/css2.1/t1202-counters-13-b-expected.checksum: Added.
11783         * platform/gtk/css2.1/t1202-counters-13-b-expected.png: Added.
11784         * platform/gtk/css2.1/t1202-counters-13-b-expected.txt: Added.
11785         * platform/gtk/css2.1/t1202-counters-14-b-expected.checksum: Added.
11786         * platform/gtk/css2.1/t1202-counters-14-b-expected.png: Added.
11787         * platform/gtk/css2.1/t1202-counters-14-b-expected.txt: Added.
11788         * platform/gtk/css2.1/t1202-counters-15-b-expected.checksum: Added.
11789         * platform/gtk/css2.1/t1202-counters-15-b-expected.png: Added.
11790         * platform/gtk/css2.1/t1202-counters-15-b-expected.txt: Added.
11791         * platform/gtk/css2.1/t1202-counters-16-c-expected.checksum: Added.
11792         * platform/gtk/css2.1/t1202-counters-16-c-expected.png: Added.
11793         * platform/gtk/css2.1/t1202-counters-16-c-expected.txt: Added.
11794         * platform/gtk/css2.1/t1202-counters-17-d-expected.checksum: Added.
11795         * platform/gtk/css2.1/t1202-counters-17-d-expected.png: Added.
11796         * platform/gtk/css2.1/t1202-counters-17-d-expected.txt: Added.
11797         * platform/gtk/css2.1/t1202-counters-18-f-expected.checksum: Added.
11798         * platform/gtk/css2.1/t1202-counters-18-f-expected.png: Added.
11799         * platform/gtk/css2.1/t1202-counters-18-f-expected.txt: Added.
11800         * platform/gtk/css2.1/t1204-implied-00-b-expected.checksum: Added.
11801         * platform/gtk/css2.1/t1204-implied-00-b-expected.png: Added.
11802         * platform/gtk/css2.1/t1204-implied-00-b-expected.txt: Added.
11803         * platform/gtk/css2.1/t1204-implied-01-c-expected.checksum: Added.
11804         * platform/gtk/css2.1/t1204-implied-01-c-expected.png: Added.
11805         * platform/gtk/css2.1/t1204-implied-01-c-expected.txt: Added.
11806         * platform/gtk/css2.1/t1204-implied-02-d-expected.checksum: Added.
11807         * platform/gtk/css2.1/t1204-implied-02-d-expected.png: Added.
11808         * platform/gtk/css2.1/t1204-implied-02-d-expected.txt: Added.
11809         * platform/gtk/css2.1/t1204-multiple-00-c-expected.checksum: Added.
11810         * platform/gtk/css2.1/t1204-multiple-00-c-expected.png: Added.
11811         * platform/gtk/css2.1/t1204-multiple-00-c-expected.txt: Added.
11812         * platform/gtk/css2.1/t1204-multiple-01-c-expected.checksum: Added.
11813         * platform/gtk/css2.1/t1204-multiple-01-c-expected.png: Added.
11814         * platform/gtk/css2.1/t1204-multiple-01-c-expected.txt: Added.
11815         * platform/gtk/css2.1/t1204-order-00-c-expected.checksum: Added.
11816         * platform/gtk/css2.1/t1204-order-00-c-expected.png: Added.
11817         * platform/gtk/css2.1/t1204-order-00-c-expected.txt: Added.
11818         * platform/gtk/css2.1/t1204-order-01-d-expected.checksum: Added.
11819         * platform/gtk/css2.1/t1204-order-01-d-expected.png: Added.
11820         * platform/gtk/css2.1/t1204-order-01-d-expected.txt: Added.
11821         * platform/gtk/css2.1/t1204-root-e-expected.checksum: Added.
11822         * platform/gtk/css2.1/t1204-root-e-expected.png: Added.
11823         * platform/gtk/css2.1/t1204-root-e-expected.txt: Added.
11824         * platform/gtk/css2.1/t1205-c561-list-displ-00-b-expected.checksum: Added.
11825         * platform/gtk/css2.1/t1205-c561-list-displ-00-b-expected.png: Added.
11826         * platform/gtk/css2.1/t1205-c561-list-displ-00-b-expected.txt: Added.
11827         * platform/gtk/css2.1/t1205-c563-list-type-00-b-expected.checksum: Added.
11828         * platform/gtk/css2.1/t1205-c563-list-type-00-b-expected.png: Added.
11829         * platform/gtk/css2.1/t1205-c563-list-type-00-b-expected.txt: Added.
11830         * platform/gtk/css2.1/t1205-c563-list-type-01-b-expected.checksum: Added.
11831         * platform/gtk/css2.1/t1205-c563-list-type-01-b-expected.png: Added.
11832         * platform/gtk/css2.1/t1205-c563-list-type-01-b-expected.txt: Added.
11833         * platform/gtk/css2.1/t1205-c564-list-img-00-b-g-expected.checksum: Added.
11834         * platform/gtk/css2.1/t1205-c564-list-img-00-b-g-expected.png: Added.
11835         * platform/gtk/css2.1/t1205-c564-list-img-00-b-g-expected.txt: Added.
11836         * platform/gtk/css2.1/t1205-c565-list-pos-00-b-expected.checksum: Added.
11837         * platform/gtk/css2.1/t1205-c565-list-pos-00-b-expected.png: Added.
11838         * platform/gtk/css2.1/t1205-c565-list-pos-00-b-expected.txt: Added.
11839         * platform/gtk/css2.1/t1205-c566-list-stl-00-e-ag-expected.checksum: Added.
11840         * platform/gtk/css2.1/t1205-c566-list-stl-00-e-ag-expected.png: Added.
11841         * platform/gtk/css2.1/t1205-c566-list-stl-00-e-ag-expected.txt: Added.
11842         * platform/gtk/css2.1/t1205-c566-list-stl-01-c-g-expected.checksum: Added.
11843         * platform/gtk/css2.1/t1205-c566-list-stl-01-c-g-expected.png: Added.
11844         * platform/gtk/css2.1/t1205-c566-list-stl-01-c-g-expected.txt: Added.
11845         * platform/gtk/css2.1/t1401-c531-color-00-a-expected.checksum: Added.
11846         * platform/gtk/css2.1/t1401-c531-color-00-a-expected.png: Added.
11847         * platform/gtk/css2.1/t1401-c531-color-00-a-expected.txt: Added.
11848         * platform/gtk/css2.1/t1402-c45-bg-canvas-00-b-expected.checksum: Added.
11849         * platform/gtk/css2.1/t1402-c45-bg-canvas-00-b-expected.png: Added.
11850         * platform/gtk/css2.1/t1402-c45-bg-canvas-00-b-expected.txt: Added.
11851         * platform/gtk/css2.1/t1503-c522-font-family-00-b-expected.checksum: Added.
11852         * platform/gtk/css2.1/t1503-c522-font-family-00-b-expected.png: Added.
11853         * platform/gtk/css2.1/t1503-c522-font-family-00-b-expected.txt: Added.
11854         * platform/gtk/css2.1/t1504-c523-font-style-00-b-expected.checksum: Added.
11855         * platform/gtk/css2.1/t1504-c523-font-style-00-b-expected.png: Added.
11856         * platform/gtk/css2.1/t1504-c523-font-style-00-b-expected.txt: Added.
11857         * platform/gtk/css2.1/t1504-c543-txt-decor-00-d-g-expected.checksum: Added.
11858         * platform/gtk/css2.1/t1504-c543-txt-decor-00-d-g-expected.png: Added.
11859         * platform/gtk/css2.1/t1504-c543-txt-decor-00-d-g-expected.txt: Added.
11860         * platform/gtk/css2.1/t1505-c524-font-var-00-b-expected.checksum: Added.
11861         * platform/gtk/css2.1/t1505-c524-font-var-00-b-expected.png: Added.
11862         * platform/gtk/css2.1/t1505-c524-font-var-00-b-expected.txt: Added.
11863         * platform/gtk/css2.1/t1506-c525-font-wt-00-b-expected.checksum: Added.
11864         * platform/gtk/css2.1/t1506-c525-font-wt-00-b-expected.png: Added.
11865         * platform/gtk/css2.1/t1506-c525-font-wt-00-b-expected.txt: Added.
11866         * platform/gtk/css2.1/t1507-c526-font-sz-00-b-expected.checksum: Added.
11867         * platform/gtk/css2.1/t1507-c526-font-sz-00-b-expected.png: Added.
11868         * platform/gtk/css2.1/t1507-c526-font-sz-00-b-expected.txt: Added.
11869         * platform/gtk/css2.1/t1507-c526-font-sz-01-b-a-expected.checksum: Added.
11870         * platform/gtk/css2.1/t1507-c526-font-sz-01-b-a-expected.png: Added.
11871         * platform/gtk/css2.1/t1507-c526-font-sz-01-b-a-expected.txt: Added.
11872         * platform/gtk/css2.1/t1507-c526-font-sz-02-b-a-expected.checksum: Added.
11873         * platform/gtk/css2.1/t1507-c526-font-sz-02-b-a-expected.png: Added.
11874         * platform/gtk/css2.1/t1507-c526-font-sz-02-b-a-expected.txt: Added.
11875         * platform/gtk/css2.1/t1507-c526-font-sz-03-f-a-expected.checksum: Added.
11876         * platform/gtk/css2.1/t1507-c526-font-sz-03-f-a-expected.png: Added.
11877         * platform/gtk/css2.1/t1507-c526-font-sz-03-f-a-expected.txt: Added.
11878         * platform/gtk/css2.1/t1508-c527-font-00-b-expected.checksum: Added.
11879         * platform/gtk/css2.1/t1508-c527-font-00-b-expected.png: Added.
11880         * platform/gtk/css2.1/t1508-c527-font-00-b-expected.txt: Added.
11881         * platform/gtk/css2.1/t1508-c527-font-01-b-expected.checksum: Added.
11882         * platform/gtk/css2.1/t1508-c527-font-01-b-expected.png: Added.
11883         * platform/gtk/css2.1/t1508-c527-font-01-b-expected.txt: Added.
11884         * platform/gtk/css2.1/t1508-c527-font-02-b-expected.checksum: Added.
11885         * platform/gtk/css2.1/t1508-c527-font-02-b-expected.png: Added.
11886         * platform/gtk/css2.1/t1508-c527-font-02-b-expected.txt: Added.
11887         * platform/gtk/css2.1/t1508-c527-font-03-b-expected.checksum: Added.
11888         * platform/gtk/css2.1/t1508-c527-font-03-b-expected.png: Added.
11889         * platform/gtk/css2.1/t1508-c527-font-03-b-expected.txt: Added.
11890         * platform/gtk/css2.1/t1508-c527-font-04-b-expected.checksum: Added.
11891         * platform/gtk/css2.1/t1508-c527-font-04-b-expected.png: Added.
11892         * platform/gtk/css2.1/t1508-c527-font-04-b-expected.txt: Added.
11893         * platform/gtk/css2.1/t1508-c527-font-05-b-expected.checksum: Added.
11894         * platform/gtk/css2.1/t1508-c527-font-05-b-expected.png: Added.
11895         * platform/gtk/css2.1/t1508-c527-font-05-b-expected.txt: Added.
11896         * platform/gtk/css2.1/t1508-c527-font-06-b-expected.checksum: Added.
11897         * platform/gtk/css2.1/t1508-c527-font-06-b-expected.png: Added.
11898         * platform/gtk/css2.1/t1508-c527-font-06-b-expected.txt: Added.
11899         * platform/gtk/css2.1/t1508-c527-font-07-b-expected.checksum: Added.
11900         * platform/gtk/css2.1/t1508-c527-font-07-b-expected.png: Added.
11901         * platform/gtk/css2.1/t1508-c527-font-07-b-expected.txt: Added.
11902         * platform/gtk/css2.1/t1508-c527-font-08-b-expected.checksum: Added.
11903         * platform/gtk/css2.1/t1508-c527-font-08-b-expected.png: Added.
11904         * platform/gtk/css2.1/t1508-c527-font-08-b-expected.txt: Added.
11905         * platform/gtk/css2.1/t1508-c527-font-09-b-expected.checksum: Added.
11906         * platform/gtk/css2.1/t1508-c527-font-09-b-expected.png: Added.
11907         * platform/gtk/css2.1/t1508-c527-font-09-b-expected.txt: Added.
11908         * platform/gtk/css2.1/t1508-c527-font-10-c-expected.checksum: Added.
11909         * platform/gtk/css2.1/t1508-c527-font-10-c-expected.png: Added.
11910         * platform/gtk/css2.1/t1508-c527-font-10-c-expected.txt: Added.
11911         * platform/gtk/css2.1/t1601-c547-indent-00-b-a-expected.checksum: Added.
11912         * platform/gtk/css2.1/t1601-c547-indent-00-b-a-expected.png: Added.
11913         * platform/gtk/css2.1/t1601-c547-indent-00-b-a-expected.txt: Added.
11914         * platform/gtk/css2.1/t1601-c547-indent-01-d-expected.checksum: Added.
11915         * platform/gtk/css2.1/t1601-c547-indent-01-d-expected.png: Added.
11916         * platform/gtk/css2.1/t1601-c547-indent-01-d-expected.txt: Added.
11917         * platform/gtk/css2.1/t1602-c43-center-00-d-ag-expected.checksum: Added.
11918         * platform/gtk/css2.1/t1602-c43-center-00-d-ag-expected.png: Added.
11919         * platform/gtk/css2.1/t1602-c43-center-00-d-ag-expected.txt: Added.
11920         * platform/gtk/css2.1/t1602-c546-txt-align-00-b-expected.checksum: Added.
11921         * platform/gtk/css2.1/t1602-c546-txt-align-00-b-expected.png: Added.
11922         * platform/gtk/css2.1/t1602-c546-txt-align-00-b-expected.txt: Added.
11923         * platform/gtk/css2.1/t1604-c541-word-sp-00-b-a-expected.checksum: Added.
11924         * platform/gtk/css2.1/t1604-c541-word-sp-00-b-a-expected.png: Added.
11925         * platform/gtk/css2.1/t1604-c541-word-sp-00-b-a-expected.txt: Added.
11926         * platform/gtk/css2.1/t1604-c541-word-sp-01-b-a-expected.checksum: Added.
11927         * platform/gtk/css2.1/t1604-c541-word-sp-01-b-a-expected.png: Added.
11928         * platform/gtk/css2.1/t1604-c541-word-sp-01-b-a-expected.txt: Added.
11929         * platform/gtk/css2.1/t1604-c542-letter-sp-00-b-a-expected.checksum: Added.
11930         * platform/gtk/css2.1/t1604-c542-letter-sp-00-b-a-expected.png: Added.
11931         * platform/gtk/css2.1/t1604-c542-letter-sp-00-b-a-expected.txt: Added.
11932         * platform/gtk/css2.1/t1604-c542-letter-sp-01-b-a-expected.checksum: Added.
11933         * platform/gtk/css2.1/t1604-c542-letter-sp-01-b-a-expected.png: Added.
11934         * platform/gtk/css2.1/t1604-c542-letter-sp-01-b-a-expected.txt: Added.
11935         * platform/gtk/css2.1/t1605-c545-txttrans-00-b-ag-expected.checksum: Added.
11936         * platform/gtk/css2.1/t1605-c545-txttrans-00-b-ag-expected.png: Added.
11937         * platform/gtk/css2.1/t1605-c545-txttrans-00-b-ag-expected.txt: Added.
11938         * platform/gtk/css2.1/t1606-c562-white-sp-00-b-ag-expected.checksum: Added.
11939         * platform/gtk/css2.1/t1606-c562-white-sp-00-b-ag-expected.png: Added.
11940         * platform/gtk/css2.1/t1606-c562-white-sp-00-b-ag-expected.txt: Added.
11941
11942 2011-01-26  Martin Robinson  <mrobinson@igalia.com>
11943
11944         Continue the import of GTK+ test results for the CSS 2.1 test suite.
11945
11946         * platform/gtk/Skipped: Unskip tests which now have results.
11947         * platform/gtk/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.checksum: Added.
11948         * platform/gtk/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.png: Added.
11949         * platform/gtk/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.txt: Added.
11950         * platform/gtk/css2.1/t0805-c5513-brdr-bw-00-b-expected.checksum: Added.
11951         * platform/gtk/css2.1/t0805-c5513-brdr-bw-00-b-expected.png: Added.
11952         * platform/gtk/css2.1/t0805-c5513-brdr-bw-00-b-expected.txt: Added.
11953         * platform/gtk/css2.1/t0805-c5513-brdr-bw-01-b-g-expected.checksum: Added.
11954         * platform/gtk/css2.1/t0805-c5513-brdr-bw-01-b-g-expected.png: Added.
11955         * platform/gtk/css2.1/t0805-c5513-brdr-bw-01-b-g-expected.txt: Added.
11956         * platform/gtk/css2.1/t0805-c5513-brdr-bw-02-b-expected.checksum: Added.
11957         * platform/gtk/css2.1/t0805-c5513-brdr-bw-02-b-expected.png: Added.
11958         * platform/gtk/css2.1/t0805-c5513-brdr-bw-02-b-expected.txt: Added.
11959         * platform/gtk/css2.1/t0805-c5513-brdr-bw-03-b-expected.checksum: Added.
11960         * platform/gtk/css2.1/t0805-c5513-brdr-bw-03-b-expected.png: Added.
11961         * platform/gtk/css2.1/t0805-c5513-brdr-bw-03-b-expected.txt: Added.
11962         * platform/gtk/css2.1/t0805-c5513-ibrdr-bw-00-a-expected.checksum: Added.
11963         * platform/gtk/css2.1/t0805-c5513-ibrdr-bw-00-a-expected.png: Added.
11964         * platform/gtk/css2.1/t0805-c5513-ibrdr-bw-00-a-expected.txt: Added.
11965         * platform/gtk/css2.1/t0805-c5514-brdr-lw-00-b-expected.checksum: Added.
11966         * platform/gtk/css2.1/t0805-c5514-brdr-lw-00-b-expected.png: Added.
11967         * platform/gtk/css2.1/t0805-c5514-brdr-lw-00-b-expected.txt: Added.
11968         * platform/gtk/css2.1/t0805-c5514-brdr-lw-01-b-g-expected.checksum: Added.
11969         * platform/gtk/css2.1/t0805-c5514-brdr-lw-01-b-g-expected.png: Added.
11970         * platform/gtk/css2.1/t0805-c5514-brdr-lw-01-b-g-expected.txt: Added.
11971         * platform/gtk/css2.1/t0805-c5514-brdr-lw-02-b-expected.checksum: Added.
11972         * platform/gtk/css2.1/t0805-c5514-brdr-lw-02-b-expected.png: Added.
11973         * platform/gtk/css2.1/t0805-c5514-brdr-lw-02-b-expected.txt: Added.
11974         * platform/gtk/css2.1/t0805-c5514-brdr-lw-03-b-expected.checksum: Added.
11975         * platform/gtk/css2.1/t0805-c5514-brdr-lw-03-b-expected.png: Added.
11976         * platform/gtk/css2.1/t0805-c5514-brdr-lw-03-b-expected.txt: Added.
11977         * platform/gtk/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.checksum: Added.
11978         * platform/gtk/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.png: Added.
11979         * platform/gtk/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.txt: Added.
11980         * platform/gtk/css2.1/t0805-c5515-brdr-w-00-a-expected.checksum: Added.
11981         * platform/gtk/css2.1/t0805-c5515-brdr-w-00-a-expected.png: Added.
11982         * platform/gtk/css2.1/t0805-c5515-brdr-w-00-a-expected.txt: Added.
11983         * platform/gtk/css2.1/t0805-c5515-brdr-w-01-b-g-expected.checksum: Added.
11984         * platform/gtk/css2.1/t0805-c5515-brdr-w-01-b-g-expected.png: Added.
11985         * platform/gtk/css2.1/t0805-c5515-brdr-w-01-b-g-expected.txt: Added.
11986         * platform/gtk/css2.1/t0805-c5515-brdr-w-02-b-expected.checksum: Added.
11987         * platform/gtk/css2.1/t0805-c5515-brdr-w-02-b-expected.png: Added.
11988         * platform/gtk/css2.1/t0805-c5515-brdr-w-02-b-expected.txt: Added.
11989         * platform/gtk/css2.1/t0805-c5515-ibrdr-00-b-expected.checksum: Added.
11990         * platform/gtk/css2.1/t0805-c5515-ibrdr-00-b-expected.png: Added.
11991         * platform/gtk/css2.1/t0805-c5515-ibrdr-00-b-expected.txt: Added.
11992         * platform/gtk/css2.1/t0805-c5516-brdr-c-00-a-expected.checksum: Added.
11993         * platform/gtk/css2.1/t0805-c5516-brdr-c-00-a-expected.png: Added.
11994         * platform/gtk/css2.1/t0805-c5516-brdr-c-00-a-expected.txt: Added.
11995         * platform/gtk/css2.1/t0805-c5516-ibrdr-c-00-a-expected.checksum: Added.
11996         * platform/gtk/css2.1/t0805-c5516-ibrdr-c-00-a-expected.png: Added.
11997         * platform/gtk/css2.1/t0805-c5516-ibrdr-c-00-a-expected.txt: Added.
11998         * platform/gtk/css2.1/t0805-c5517-brdr-s-00-c-expected.checksum: Added.
11999         * platform/gtk/css2.1/t0805-c5517-brdr-s-00-c-expected.png: Added.
12000         * platform/gtk/css2.1/t0805-c5517-brdr-s-00-c-expected.txt: Added.
12001         * platform/gtk/css2.1/t0805-c5517-ibrdr-s-00-a-expected.checksum: Added.
12002         * platform/gtk/css2.1/t0805-c5517-ibrdr-s-00-a-expected.png: Added.
12003         * platform/gtk/css2.1/t0805-c5517-ibrdr-s-00-a-expected.txt: Added.
12004         * platform/gtk/css2.1/t0805-c5518-brdr-t-00-a-expected.checksum: Added.
12005         * platform/gtk/css2.1/t0805-c5518-brdr-t-00-a-expected.png: Added.
12006         * platform/gtk/css2.1/t0805-c5518-brdr-t-00-a-expected.txt: Added.
12007         * platform/gtk/css2.1/t0805-c5518-brdr-t-01-e-expected.checksum: Added.
12008         * platform/gtk/css2.1/t0805-c5518-brdr-t-01-e-expected.png: Added.
12009         * platform/gtk/css2.1/t0805-c5518-brdr-t-01-e-expected.txt: Added.
12010         * platform/gtk/css2.1/t0805-c5518-ibrdr-t-00-a-expected.checksum: Added.
12011         * platform/gtk/css2.1/t0805-c5518-ibrdr-t-00-a-expected.png: Added.
12012         * platform/gtk/css2.1/t0805-c5518-ibrdr-t-00-a-expected.txt: Added.
12013         * platform/gtk/css2.1/t0805-c5519-brdr-r-00-a-expected.checksum: Added.
12014         * platform/gtk/css2.1/t0805-c5519-brdr-r-00-a-expected.png: Added.
12015         * platform/gtk/css2.1/t0805-c5519-brdr-r-00-a-expected.txt: Added.
12016         * platform/gtk/css2.1/t0805-c5519-brdr-r-01-e-expected.checksum: Added.
12017         * platform/gtk/css2.1/t0805-c5519-brdr-r-01-e-expected.png: Added.
12018         * platform/gtk/css2.1/t0805-c5519-brdr-r-01-e-expected.txt: Added.
12019         * platform/gtk/css2.1/t0805-c5519-brdr-r-02-e-expected.checksum: Added.
12020         * platform/gtk/css2.1/t0805-c5519-brdr-r-02-e-expected.png: Added.
12021         * platform/gtk/css2.1/t0805-c5519-brdr-r-02-e-expected.txt: Added.
12022         * platform/gtk/css2.1/t0805-c5519-ibrdr-r-00-a-expected.checksum: Added.
12023         * platform/gtk/css2.1/t0805-c5519-ibrdr-r-00-a-expected.png: Added.
12024         * platform/gtk/css2.1/t0805-c5519-ibrdr-r-00-a-expected.txt: Added.
12025         * platform/gtk/css2.1/t0805-c5520-brdr-b-00-a-expected.checksum: Added.
12026         * platform/gtk/css2.1/t0805-c5520-brdr-b-00-a-expected.png: Added.
12027         * platform/gtk/css2.1/t0805-c5520-brdr-b-00-a-expected.txt: Added.
12028         * platform/gtk/css2.1/t0805-c5520-brdr-b-01-e-expected.checksum: Added.
12029         * platform/gtk/css2.1/t0805-c5520-brdr-b-01-e-expected.png: Added.
12030         * platform/gtk/css2.1/t0805-c5520-brdr-b-01-e-expected.txt: Added.
12031         * platform/gtk/css2.1/t0805-c5520-ibrdr-b-00-a-expected.checksum: Added.
12032         * platform/gtk/css2.1/t0805-c5520-ibrdr-b-00-a-expected.png: Added.
12033         * platform/gtk/css2.1/t0805-c5520-ibrdr-b-00-a-expected.txt: Added.
12034         * platform/gtk/css2.1/t0805-c5521-brdr-l-00-a-expected.checksum: Added.
12035         * platform/gtk/css2.1/t0805-c5521-brdr-l-00-a-expected.png: Added.
12036         * platform/gtk/css2.1/t0805-c5521-brdr-l-00-a-expected.txt: Added.
12037         * platform/gtk/css2.1/t0805-c5521-brdr-l-01-e-expected.checksum: Added.
12038         * platform/gtk/css2.1/t0805-c5521-brdr-l-01-e-expected.png: Added.
12039         * platform/gtk/css2.1/t0805-c5521-brdr-l-01-e-expected.txt: Added.
12040         * platform/gtk/css2.1/t0805-c5521-brdr-l-02-e-expected.checksum: Added.
12041         * platform/gtk/css2.1/t0805-c5521-brdr-l-02-e-expected.png: Added.
12042         * platform/gtk/css2.1/t0805-c5521-brdr-l-02-e-expected.txt: Added.
12043         * platform/gtk/css2.1/t0805-c5521-ibrdr-l-00-a-expected.checksum: Added.
12044         * platform/gtk/css2.1/t0805-c5521-ibrdr-l-00-a-expected.png: Added.
12045         * platform/gtk/css2.1/t0805-c5521-ibrdr-l-00-a-expected.txt: Added.
12046         * platform/gtk/css2.1/t0805-c5522-brdr-00-b-expected.checksum: Added.
12047         * platform/gtk/css2.1/t0805-c5522-brdr-00-b-expected.png: Added.
12048         * platform/gtk/css2.1/t0805-c5522-brdr-00-b-expected.txt: Added.
12049         * platform/gtk/css2.1/t0805-c5522-brdr-01-b-g-expected.checksum: Added.
12050         * platform/gtk/css2.1/t0805-c5522-brdr-01-b-g-expected.png: Added.
12051         * platform/gtk/css2.1/t0805-c5522-brdr-01-b-g-expected.txt: Added.
12052         * platform/gtk/css2.1/t0805-c5522-brdr-02-e-expected.checksum: Added.
12053         * platform/gtk/css2.1/t0805-c5522-brdr-02-e-expected.png: Added.
12054         * platform/gtk/css2.1/t0805-c5522-brdr-02-e-expected.txt: Added.
12055         * platform/gtk/css2.1/t0805-c5522-ibrdr-00-a-expected.checksum: Added.
12056         * platform/gtk/css2.1/t0805-c5522-ibrdr-00-a-expected.png: Added.
12057         * platform/gtk/css2.1/t0805-c5522-ibrdr-00-a-expected.txt: Added.
12058         * platform/gtk/css2.1/t0905-c414-flt-00-d-expected.checksum: Added.
12059         * platform/gtk/css2.1/t0905-c414-flt-00-d-expected.png: Added.
12060         * platform/gtk/css2.1/t0905-c414-flt-00-d-expected.txt: Added.
12061         * platform/gtk/css2.1/t0905-c414-flt-01-d-g-expected.checksum: Added.
12062         * platform/gtk/css2.1/t0905-c414-flt-01-d-g-expected.png: Added.
12063         * platform/gtk/css2.1/t0905-c414-flt-01-d-g-expected.txt: Added.
12064         * platform/gtk/css2.1/t0905-c414-flt-02-c-expected.checksum: Added.
12065         * platform/gtk/css2.1/t0905-c414-flt-02-c-expected.png: Added.
12066         * platform/gtk/css2.1/t0905-c414-flt-02-c-expected.txt: Added.
12067         * platform/gtk/css2.1/t0905-c414-flt-03-c-expected.checksum: Added.
12068         * platform/gtk/css2.1/t0905-c414-flt-03-c-expected.png: Added.
12069         * platform/gtk/css2.1/t0905-c414-flt-03-c-expected.txt: Added.
12070         * platform/gtk/css2.1/t0905-c414-flt-04-c-expected.checksum: Added.
12071         * platform/gtk/css2.1/t0905-c414-flt-04-c-expected.png: Added.
12072         * platform/gtk/css2.1/t0905-c414-flt-04-c-expected.txt: Added.
12073         * platform/gtk/css2.1/t0905-c414-flt-fit-00-d-expected.checksum: Added.
12074         * platform/gtk/css2.1/t0905-c414-flt-fit-00-d-expected.png: Added.
12075         * platform/gtk/css2.1/t0905-c414-flt-fit-00-d-expected.txt: Added.
12076         * platform/gtk/css2.1/t0905-c414-flt-fit-01-d-g-expected.checksum: Added.
12077         * platform/gtk/css2.1/t0905-c414-flt-fit-01-d-g-expected.png: Added.
12078         * platform/gtk/css2.1/t0905-c414-flt-fit-01-d-g-expected.txt: Added.
12079         * platform/gtk/css2.1/t0905-c414-flt-wrap-00-e-expected.checksum: Added.
12080         * platform/gtk/css2.1/t0905-c414-flt-wrap-00-e-expected.png: Added.
12081         * platform/gtk/css2.1/t0905-c414-flt-wrap-00-e-expected.txt: Added.
12082         * platform/gtk/css2.1/t0905-c414-flt-wrap-01-d-g-expected.checksum: Added.
12083         * platform/gtk/css2.1/t0905-c414-flt-wrap-01-d-g-expected.png: Added.
12084         * platform/gtk/css2.1/t0905-c414-flt-wrap-01-d-g-expected.txt: Added.
12085         * platform/gtk/css2.1/t0905-c5525-fltblck-00-d-ag-expected.checksum: Added.
12086         * platform/gtk/css2.1/t0905-c5525-fltblck-00-d-ag-expected.png: Added.
12087         * platform/gtk/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt: Added.
12088         * platform/gtk/css2.1/t0905-c5525-fltblck-01-d-expected.checksum: Added.
12089         * platform/gtk/css2.1/t0905-c5525-fltblck-01-d-expected.png: Added.
12090         * platform/gtk/css2.1/t0905-c5525-fltblck-01-d-expected.txt: Added.
12091         * platform/gtk/css2.1/t0905-c5525-fltclr-00-c-ag-expected.checksum: Added.
12092         * platform/gtk/css2.1/t0905-c5525-fltclr-00-c-ag-expected.png: Added.
12093         * platform/gtk/css2.1/t0905-c5525-fltclr-00-c-ag-expected.txt: Added.
12094         * platform/gtk/css2.1/t0905-c5525-fltcont-00-d-g-expected.checksum: Added.
12095         * platform/gtk/css2.1/t0905-c5525-fltcont-00-d-g-expected.png: Added.
12096         * platform/gtk/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt: Added.
12097         * platform/gtk/css2.1/t0905-c5525-flthw-00-c-g-expected.checksum: Added.
12098         * platform/gtk/css2.1/t0905-c5525-flthw-00-c-g-expected.png: Added.
12099         * platform/gtk/css2.1/t0905-c5525-flthw-00-c-g-expected.txt: Added.
12100         * platform/gtk/css2.1/t0905-c5525-fltinln-00-c-ag-expected.checksum: Added.
12101         * platform/gtk/css2.1/t0905-c5525-fltinln-00-c-ag-expected.png: Added.
12102         * platform/gtk/css2.1/t0905-c5525-fltinln-00-c-ag-expected.txt: Added.
12103         * platform/gtk/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.checksum: Added.
12104         * platform/gtk/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.png: Added.
12105         * platform/gtk/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.txt: Added.
12106         * platform/gtk/css2.1/t0905-c5525-fltmult-00-d-g-expected.checksum: Added.
12107         * platform/gtk/css2.1/t0905-c5525-fltmult-00-d-g-expected.png: Added.
12108         * platform/gtk/css2.1/t0905-c5525-fltmult-00-d-g-expected.txt: Added.
12109         * platform/gtk/css2.1/t0905-c5525-fltwidth-00-c-g-expected.checksum: Added.
12110         * platform/gtk/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png: Added.
12111         * platform/gtk/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt: Added.
12112         * platform/gtk/css2.1/t0905-c5525-fltwidth-01-c-g-expected.checksum: Added.
12113         * platform/gtk/css2.1/t0905-c5525-fltwidth-01-c-g-expected.png: Added.
12114         * platform/gtk/css2.1/t0905-c5525-fltwidth-01-c-g-expected.txt: Added.
12115         * platform/gtk/css2.1/t0905-c5525-fltwidth-02-c-g-expected.checksum: Added.
12116         * platform/gtk/css2.1/t0905-c5525-fltwidth-02-c-g-expected.png: Added.
12117         * platform/gtk/css2.1/t0905-c5525-fltwidth-02-c-g-expected.txt: Added.
12118         * platform/gtk/css2.1/t0905-c5525-fltwidth-03-c-g-expected.checksum: Added.
12119         * platform/gtk/css2.1/t0905-c5525-fltwidth-03-c-g-expected.png: Added.
12120         * platform/gtk/css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt: Added.
12121         * platform/gtk/css2.1/t0905-c5525-fltwrap-00-b-expected.checksum: Added.
12122         * platform/gtk/css2.1/t0905-c5525-fltwrap-00-b-expected.png: Added.
12123         * platform/gtk/css2.1/t0905-c5525-fltwrap-00-b-expected.txt: Added.
12124         * platform/gtk/css2.1/t0905-c5526-fltclr-00-c-ag-expected.checksum: Added.
12125         * platform/gtk/css2.1/t0905-c5526-fltclr-00-c-ag-expected.png: Added.
12126         * platform/gtk/css2.1/t0905-c5526-fltclr-00-c-ag-expected.txt: Added.
12127         * platform/gtk/css2.1/t0905-c5526-flthw-00-c-g-expected.checksum: Added.
12128         * platform/gtk/css2.1/t0905-c5526-flthw-00-c-g-expected.png: Added.
12129         * platform/gtk/css2.1/t0905-c5526-flthw-00-c-g-expected.txt: Added.
12130         * platform/gtk/css2.1/t1001-abs-pos-cb-01-b-expected.checksum: Added.
12131         * platform/gtk/css2.1/t1001-abs-pos-cb-01-b-expected.png: Added.
12132         * platform/gtk/css2.1/t1001-abs-pos-cb-01-b-expected.txt: Added.
12133         * platform/gtk/css2.1/t1001-abs-pos-cb-02-b-expected.checksum: Added.
12134         * platform/gtk/css2.1/t1001-abs-pos-cb-02-b-expected.png: Added.
12135         * platform/gtk/css2.1/t1001-abs-pos-cb-02-b-expected.txt: Added.
12136         * platform/gtk/css2.1/t1001-abs-pos-cb-03-b-expected.checksum: Added.
12137         * platform/gtk/css2.1/t1001-abs-pos-cb-03-b-expected.png: Added.
12138         * platform/gtk/css2.1/t1001-abs-pos-cb-03-b-expected.txt: Added.
12139         * platform/gtk/css2.1/t1001-abs-pos-cb-04-b-expected.checksum: Added.
12140         * platform/gtk/css2.1/t1001-abs-pos-cb-04-b-expected.png: Added.
12141         * platform/gtk/css2.1/t1001-abs-pos-cb-04-b-expected.txt: Added.
12142         * platform/gtk/css2.1/t1001-abs-pos-cb-05-b-expected.checksum: Added.
12143         * platform/gtk/css2.1/t1001-abs-pos-cb-05-b-expected.png: Added.
12144         * platform/gtk/css2.1/t1001-abs-pos-cb-05-b-expected.txt: Added.
12145         * platform/gtk/css2.1/t1001-abs-pos-cb-06-b-expected.checksum: Added.
12146         * platform/gtk/css2.1/t1001-abs-pos-cb-06-b-expected.png: Added.
12147         * platform/gtk/css2.1/t1001-abs-pos-cb-06-b-expected.txt: Added.
12148         * platform/gtk/css2.1/t1001-abs-pos-cb-07-b-expected.checksum: Added.
12149         * platform/gtk/css2.1/t1001-abs-pos-cb-07-b-expected.png: Added.
12150         * platform/gtk/css2.1/t1001-abs-pos-cb-07-b-expected.txt: Added.
12151         * platform/gtk/css2.1/t1001-abs-pos-cb-08-b-expected.checksum: Added.
12152         * platform/gtk/css2.1/t1001-abs-pos-cb-08-b-expected.png: Added.
12153         * platform/gtk/css2.1/t1001-abs-pos-cb-08-b-expected.txt: Added.
12154         * platform/gtk/css2.1/t1001-abs-pos-cb-09-b-expected.checksum: Added.
12155         * platform/gtk/css2.1/t1001-abs-pos-cb-09-b-expected.png: Added.
12156         * platform/gtk/css2.1/t1001-abs-pos-cb-09-b-expected.txt: Added.
12157         * platform/gtk/css2.1/t1002-c5523-width-00-b-g-expected.checksum: Added.
12158         * platform/gtk/css2.1/t1002-c5523-width-00-b-g-expected.png: Added.
12159         * platform/gtk/css2.1/t1002-c5523-width-00-b-g-expected.txt: Added.
12160         * platform/gtk/css2.1/t1002-c5523-width-01-b-g-expected.checksum: Added.
12161         * platform/gtk/css2.1/t1002-c5523-width-01-b-g-expected.png: Added.
12162         * platform/gtk/css2.1/t1002-c5523-width-01-b-g-expected.txt: Added.
12163         * platform/gtk/css2.1/t1002-c5523-width-02-b-g-expected.checksum: Added.
12164         * platform/gtk/css2.1/t1002-c5523-width-02-b-g-expected.png: Added.
12165         * platform/gtk/css2.1/t1002-c5523-width-02-b-g-expected.txt: Added.
12166         * platform/gtk/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.checksum: Added.
12167         * platform/gtk/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.png: Added.
12168         * platform/gtk/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.txt: Added.
12169         * platform/gtk/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.checksum: Added.
12170         * platform/gtk/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.png: Added.
12171         * platform/gtk/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.txt: Added.
12172         * platform/gtk/css2.1/t1004-c5524-width-00-b-g-expected.checksum: Added.
12173         * platform/gtk/css2.1/t1004-c5524-width-00-b-g-expected.png: Added.
12174         * platform/gtk/css2.1/t1004-c5524-width-00-b-g-expected.txt: Added.
12175         * platform/gtk/css2.1/t1005-c5524-width-00-b-g-expected.checksum: Added.
12176         * platform/gtk/css2.1/t1005-c5524-width-00-b-g-expected.png: Added.
12177         * platform/gtk/css2.1/t1005-c5524-width-00-b-g-expected.txt: Added.
12178         * platform/gtk/css2.1/t1005-c5524-width-01-b-g-expected.checksum: Added.
12179         * platform/gtk/css2.1/t1005-c5524-width-01-b-g-expected.png: Added.
12180         * platform/gtk/css2.1/t1005-c5524-width-01-b-g-expected.txt: Added.
12181         * platform/gtk/css2.1/t1008-c44-ln-box-00-d-ag-expected.checksum: Added.
12182         * platform/gtk/css2.1/t1008-c44-ln-box-00-d-ag-expected.png: Added.
12183         * platform/gtk/css2.1/t1008-c44-ln-box-00-d-ag-expected.txt: Added.
12184         * platform/gtk/css2.1/t1008-c44-ln-box-01-d-ag-expected.checksum: Added.
12185         * platform/gtk/css2.1/t1008-c44-ln-box-01-d-ag-expected.png: Added.
12186         * platform/gtk/css2.1/t1008-c44-ln-box-01-d-ag-expected.txt: Added.
12187         * platform/gtk/css2.1/t1008-c44-ln-box-02-d-ag-expected.checksum: Added.
12188         * platform/gtk/css2.1/t1008-c44-ln-box-02-d-ag-expected.png: Added.
12189         * platform/gtk/css2.1/t1008-c44-ln-box-02-d-ag-expected.txt: Added.
12190         * platform/gtk/css2.1/t1008-c44-ln-box-03-d-ag-expected.checksum: Added.
12191         * platform/gtk/css2.1/t1008-c44-ln-box-03-d-ag-expected.png: Added.
12192         * platform/gtk/css2.1/t1008-c44-ln-box-03-d-ag-expected.txt: Added.
12193         * platform/gtk/css2.1/t1202-counter-00-b-expected.checksum: Added.
12194         * platform/gtk/css2.1/t1202-counter-00-b-expected.png: Added.
12195         * platform/gtk/css2.1/t1202-counter-00-b-expected.txt: Added.
12196         * platform/gtk/css2.1/t1202-counter-01-b-expected.checksum: Added.
12197         * platform/gtk/css2.1/t1202-counter-01-b-expected.png: Added.
12198         * platform/gtk/css2.1/t1202-counter-01-b-expected.txt: Added.
12199         * platform/gtk/css2.1/t1202-counter-02-b-expected.checksum: Added.
12200         * platform/gtk/css2.1/t1202-counter-02-b-expected.png: Added.
12201         * platform/gtk/css2.1/t1202-counter-02-b-expected.txt: Added.
12202         * platform/gtk/css2.1/t1202-counter-03-b-expected.checksum: Added.
12203         * platform/gtk/css2.1/t1202-counter-03-b-expected.png: Added.
12204         * platform/gtk/css2.1/t1202-counter-03-b-expected.txt: Added.
12205         * platform/gtk/css2.1/t1202-counter-04-b-expected.checksum: Added.
12206         * platform/gtk/css2.1/t1202-counter-04-b-expected.png: Added.
12207         * platform/gtk/css2.1/t1202-counter-04-b-expected.txt: Added.
12208         * platform/gtk/css2.1/t1202-counter-05-b-expected.checksum: Added.
12209         * platform/gtk/css2.1/t1202-counter-05-b-expected.png: Added.
12210         * platform/gtk/css2.1/t1202-counter-05-b-expected.txt: Added.
12211         * platform/gtk/css2.1/t1202-counter-06-b-expected.checksum: Added.
12212         * platform/gtk/css2.1/t1202-counter-06-b-expected.png: Added.
12213         * platform/gtk/css2.1/t1202-counter-06-b-expected.txt: Added.
12214         * platform/gtk/css2.1/t1202-counter-07-b-expected.checksum: Added.
12215         * platform/gtk/css2.1/t1202-counter-07-b-expected.png: Added.
12216         * platform/gtk/css2.1/t1202-counter-07-b-expected.txt: Added.
12217         * platform/gtk/css2.1/t1202-counter-08-b-expected.checksum: Added.
12218         * platform/gtk/css2.1/t1202-counter-08-b-expected.png: Added.
12219         * platform/gtk/css2.1/t1202-counter-08-b-expected.txt: Added.
12220         * platform/gtk/css2.1/t1202-counter-09-b-expected.checksum: Added.
12221         * platform/gtk/css2.1/t1202-counter-09-b-expected.png: Added.
12222         * platform/gtk/css2.1/t1202-counter-09-b-expected.txt: Added.
12223         * platform/gtk/css2.1/t1202-counter-11-b-expected.checksum: Added.
12224         * platform/gtk/css2.1/t1202-counter-11-b-expected.png: Added.
12225         * platform/gtk/css2.1/t1202-counter-11-b-expected.txt: Added.
12226         * platform/gtk/css2.1/t1202-counter-12-b-expected.checksum: Added.
12227         * platform/gtk/css2.1/t1202-counter-12-b-expected.png: Added.
12228         * platform/gtk/css2.1/t1202-counter-12-b-expected.txt: Added.
12229         * platform/gtk/css2.1/t1202-counter-13-b-expected.checksum: Added.
12230         * platform/gtk/css2.1/t1202-counter-13-b-expected.png: Added.
12231         * platform/gtk/css2.1/t1202-counter-13-b-expected.txt: Added.
12232         * platform/gtk/css2.1/t1202-counter-14-b-expected.checksum: Added.
12233         * platform/gtk/css2.1/t1202-counter-14-b-expected.png: Added.
12234         * platform/gtk/css2.1/t1202-counter-14-b-expected.txt: Added.
12235         * platform/gtk/css2.1/t1202-counter-15-b-expected.checksum: Added.
12236         * platform/gtk/css2.1/t1202-counter-15-b-expected.png: Added.
12237         * platform/gtk/css2.1/t1202-counter-15-b-expected.txt: Added.
12238         * platform/gtk/css2.1/t1202-counter-16-f-expected.checksum: Added.
12239         * platform/gtk/css2.1/t1202-counter-16-f-expected.png: Added.
12240         * platform/gtk/css2.1/t1202-counter-16-f-expected.txt: Added.
12241         * platform/gtk/css2.1/t1202-counters-00-b-expected.checksum: Added.
12242         * platform/gtk/css2.1/t1202-counters-00-b-expected.png: Added.
12243         * platform/gtk/css2.1/t1202-counters-00-b-expected.txt: Added.
12244         * platform/gtk/css2.1/t1202-counters-01-b-expected.checksum: Added.
12245         * platform/gtk/css2.1/t1202-counters-01-b-expected.png: Added.
12246         * platform/gtk/css2.1/t1202-counters-01-b-expected.txt: Added.
12247
12248 2011-01-26  Martin Robinson  <mrobinson@igalia.com>
12249
12250         Continue importing GTK+ test results for the CSS 2.1 test suite.
12251
12252         * platform/gtk/Skipped: Unskip tests with results.
12253         * platform/gtk/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.checksum: Added.
12254         * platform/gtk/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.png: Added.
12255         * platform/gtk/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.txt: Added.
12256         * platform/gtk/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.checksum: Added.
12257         * platform/gtk/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.png: Added.
12258         * platform/gtk/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.txt: Added.
12259         * platform/gtk/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.checksum: Added.
12260         * platform/gtk/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.png: Added.
12261         * platform/gtk/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.txt: Added.
12262         * platform/gtk/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.checksum: Added.
12263         * platform/gtk/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.png: Added.
12264         * platform/gtk/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.txt: Added.
12265         * platform/gtk/css2.1/t0803-c5504-mrgn-l-02-c-expected.checksum: Added.
12266         * platform/gtk/css2.1/t0803-c5504-mrgn-l-02-c-expected.png: Added.
12267         * platform/gtk/css2.1/t0803-c5504-mrgn-l-02-c-expected.txt: Added.
12268         * platform/gtk/css2.1/t0803-c5504-mrgn-l-03-c-expected.checksum: Added.
12269         * platform/gtk/css2.1/t0803-c5504-mrgn-l-03-c-expected.png: Added.
12270         * platform/gtk/css2.1/t0803-c5504-mrgn-l-03-c-expected.txt: Added.
12271         * platform/gtk/css2.1/t0803-c5505-imrgn-00-a-ag-expected.checksum: Added.
12272         * platform/gtk/css2.1/t0803-c5505-imrgn-00-a-ag-expected.png: Added.
12273         * platform/gtk/css2.1/t0803-c5505-imrgn-00-a-ag-expected.txt: Added.
12274         * platform/gtk/css2.1/t0803-c5505-mrgn-00-b-ag-expected.checksum: Added.
12275         * platform/gtk/css2.1/t0803-c5505-mrgn-00-b-ag-expected.png: Added.
12276         * platform/gtk/css2.1/t0803-c5505-mrgn-00-b-ag-expected.txt: Added.
12277         * platform/gtk/css2.1/t0803-c5505-mrgn-01-e-a-expected.checksum: Added.
12278         * platform/gtk/css2.1/t0803-c5505-mrgn-01-e-a-expected.png: Added.
12279         * platform/gtk/css2.1/t0803-c5505-mrgn-01-e-a-expected.txt: Added.
12280         * platform/gtk/css2.1/t0803-c5505-mrgn-02-c-expected.checksum: Added.
12281         * platform/gtk/css2.1/t0803-c5505-mrgn-02-c-expected.png: Added.
12282         * platform/gtk/css2.1/t0803-c5505-mrgn-02-c-expected.txt: Added.
12283         * platform/gtk/css2.1/t0803-c5505-mrgn-03-c-ag-expected.checksum: Added.
12284         * platform/gtk/css2.1/t0803-c5505-mrgn-03-c-ag-expected.png: Added.
12285         * platform/gtk/css2.1/t0803-c5505-mrgn-03-c-ag-expected.txt: Added.
12286         * platform/gtk/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.checksum: Added.
12287         * platform/gtk/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.png: Added.
12288         * platform/gtk/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.txt: Added.
12289         * platform/gtk/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.checksum: Added.
12290         * platform/gtk/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.png: Added.
12291         * platform/gtk/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.txt: Added.
12292         * platform/gtk/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.checksum: Added.
12293         * platform/gtk/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.png: Added.
12294         * platform/gtk/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.txt: Added.
12295         * platform/gtk/css2.1/t0804-c5506-padn-t-00-b-a-expected.checksum: Added.
12296         * platform/gtk/css2.1/t0804-c5506-padn-t-00-b-a-expected.png: Added.
12297         * platform/gtk/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt: Added.
12298         * platform/gtk/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.checksum: Added.
12299         * platform/gtk/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.png: Added.
12300         * platform/gtk/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.txt: Added.
12301         * platform/gtk/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.checksum: Added.
12302         * platform/gtk/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.png: Added.
12303         * platform/gtk/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.txt: Added.
12304         * platform/gtk/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.checksum: Added.
12305         * platform/gtk/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.png: Added.
12306         * platform/gtk/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.txt: Added.
12307         * platform/gtk/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.checksum: Added.
12308         * platform/gtk/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.png: Added.
12309         * platform/gtk/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.txt: Added.
12310         * platform/gtk/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.checksum: Added.
12311         * platform/gtk/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.png: Added.
12312         * platform/gtk/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.txt: Added.
12313         * platform/gtk/css2.1/t0804-c5507-padn-r-00-c-ag-expected.checksum: Added.
12314         * platform/gtk/css2.1/t0804-c5507-padn-r-00-c-ag-expected.png: Added.
12315         * platform/gtk/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt: Added.
12316         * platform/gtk/css2.1/t0804-c5507-padn-r-01-c-a-expected.checksum: Added.
12317         * platform/gtk/css2.1/t0804-c5507-padn-r-01-c-a-expected.png: Added.
12318         * platform/gtk/css2.1/t0804-c5507-padn-r-01-c-a-expected.txt: Added.
12319         * platform/gtk/css2.1/t0804-c5507-padn-r-02-f-expected.checksum: Added.
12320         * platform/gtk/css2.1/t0804-c5507-padn-r-02-f-expected.png: Added.
12321         * platform/gtk/css2.1/t0804-c5507-padn-r-02-f-expected.txt: Added.
12322         * platform/gtk/css2.1/t0804-c5507-padn-r-03-f-expected.checksum: Added.
12323         * platform/gtk/css2.1/t0804-c5507-padn-r-03-f-expected.png: Added.
12324         * platform/gtk/css2.1/t0804-c5507-padn-r-03-f-expected.txt: Added.
12325         * platform/gtk/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.checksum: Added.
12326         * platform/gtk/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.png: Added.
12327         * platform/gtk/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.txt: Added.
12328         * platform/gtk/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.checksum: Added.
12329         * platform/gtk/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.png: Added.
12330         * platform/gtk/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.txt: Added.
12331         * platform/gtk/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.checksum: Added.
12332         * platform/gtk/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.png: Added.
12333         * platform/gtk/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.txt: Added.
12334         * platform/gtk/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.checksum: Added.
12335         * platform/gtk/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.png: Added.
12336         * platform/gtk/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt: Added.
12337         * platform/gtk/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.checksum: Added.
12338         * platform/gtk/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.png: Added.
12339         * platform/gtk/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.txt: Added.
12340         * platform/gtk/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.checksum: Added.
12341         * platform/gtk/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.png: Added.
12342         * platform/gtk/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.txt: Added.
12343         * platform/gtk/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.checksum: Added.
12344         * platform/gtk/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.png: Added.
12345         * platform/gtk/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.txt: Added.
12346         * platform/gtk/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.checksum: Added.
12347         * platform/gtk/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.png: Added.
12348         * platform/gtk/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.txt: Added.
12349         * platform/gtk/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.checksum: Added.
12350         * platform/gtk/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.png: Added.
12351         * platform/gtk/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.txt: Added.
12352         * platform/gtk/css2.1/t0804-c5509-padn-l-00-b-ag-expected.checksum: Added.
12353         * platform/gtk/css2.1/t0804-c5509-padn-l-00-b-ag-expected.png: Added.
12354         * platform/gtk/css2.1/t0804-c5509-padn-l-00-b-ag-expected.txt: Added.
12355         * platform/gtk/css2.1/t0804-c5509-padn-l-01-b-a-expected.checksum: Added.
12356         * platform/gtk/css2.1/t0804-c5509-padn-l-01-b-a-expected.png: Added.
12357         * platform/gtk/css2.1/t0804-c5509-padn-l-01-b-a-expected.txt: Added.
12358         * platform/gtk/css2.1/t0804-c5509-padn-l-02-f-expected.checksum: Added.
12359         * platform/gtk/css2.1/t0804-c5509-padn-l-02-f-expected.png: Added.
12360         * platform/gtk/css2.1/t0804-c5509-padn-l-02-f-expected.txt: Added.
12361         * platform/gtk/css2.1/t0804-c5509-padn-l-03-f-g-expected.checksum: Added.
12362         * platform/gtk/css2.1/t0804-c5509-padn-l-03-f-g-expected.png: Added.
12363         * platform/gtk/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt: Added.
12364         * platform/gtk/css2.1/t0804-c5510-ipadn-00-b-ag-expected.checksum: Added.
12365         * platform/gtk/css2.1/t0804-c5510-ipadn-00-b-ag-expected.png: Added.
12366         * platform/gtk/css2.1/t0804-c5510-ipadn-00-b-ag-expected.txt: Added.
12367         * platform/gtk/css2.1/t0804-c5510-padn-00-b-ag-expected.checksum: Added.
12368         * platform/gtk/css2.1/t0804-c5510-padn-00-b-ag-expected.png: Added.
12369         * platform/gtk/css2.1/t0804-c5510-padn-00-b-ag-expected.txt: Added.
12370         * platform/gtk/css2.1/t0804-c5510-padn-01-e-a-expected.checksum: Added.
12371         * platform/gtk/css2.1/t0804-c5510-padn-01-e-a-expected.png: Added.
12372         * platform/gtk/css2.1/t0804-c5510-padn-01-e-a-expected.txt: Added.
12373         * platform/gtk/css2.1/t0804-c5510-padn-02-f-expected.checksum: Added.
12374         * platform/gtk/css2.1/t0804-c5510-padn-02-f-expected.png: Added.
12375         * platform/gtk/css2.1/t0804-c5510-padn-02-f-expected.txt: Added.
12376         * platform/gtk/css2.1/t0805-c5511-brdr-tw-00-b-expected.checksum: Added.
12377         * platform/gtk/css2.1/t0805-c5511-brdr-tw-00-b-expected.png: Added.
12378         * platform/gtk/css2.1/t0805-c5511-brdr-tw-00-b-expected.txt: Added.
12379         * platform/gtk/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.checksum: Added.
12380         * platform/gtk/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.png: Added.
12381         * platform/gtk/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.txt: Added.
12382         * platform/gtk/css2.1/t0805-c5511-brdr-tw-02-b-expected.checksum: Added.
12383         * platform/gtk/css2.1/t0805-c5511-brdr-tw-02-b-expected.png: Added.
12384         * platform/gtk/css2.1/t0805-c5511-brdr-tw-02-b-expected.txt: Added.
12385         * platform/gtk/css2.1/t0805-c5511-brdr-tw-03-b-expected.checksum: Added.
12386         * platform/gtk/css2.1/t0805-c5511-brdr-tw-03-b-expected.png: Added.
12387         * platform/gtk/css2.1/t0805-c5511-brdr-tw-03-b-expected.txt: Added.
12388         * platform/gtk/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.checksum: Added.
12389         * platform/gtk/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.png: Added.
12390         * platform/gtk/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.txt: Added.
12391         * platform/gtk/css2.1/t0805-c5512-brdr-rw-00-b-expected.checksum: Added.
12392         * platform/gtk/css2.1/t0805-c5512-brdr-rw-00-b-expected.png: Added.
12393         * platform/gtk/css2.1/t0805-c5512-brdr-rw-00-b-expected.txt: Added.
12394         * platform/gtk/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.checksum: Added.
12395         * platform/gtk/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.png: Added.
12396         * platform/gtk/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.txt: Added.
12397         * platform/gtk/css2.1/t0805-c5512-brdr-rw-02-b-expected.checksum: Added.
12398         * platform/gtk/css2.1/t0805-c5512-brdr-rw-02-b-expected.png: Added.
12399         * platform/gtk/css2.1/t0805-c5512-brdr-rw-02-b-expected.txt: Added.
12400         * platform/gtk/css2.1/t0805-c5512-brdr-rw-03-b-expected.checksum: Added.
12401         * platform/gtk/css2.1/t0805-c5512-brdr-rw-03-b-expected.png: Added.
12402         * platform/gtk/css2.1/t0805-c5512-brdr-rw-03-b-expected.txt: Added.
12403
12404 2011-01-26  Martin Robinson  <mrobinson@igalia.com>
12405
12406         Begin importing GTK+ results for the CSS 2.1 test suite. This will
12407         be the first in a series of commits. Each test results has been checked
12408         against those generated for Qt and Mac.
12409
12410         * platform/gtk/Skipped: Unskip tests which now have results.
12411         * platform/gtk/css2.1/t0402-c71-fwd-parsing-00-f-expected.checksum: Added.
12412         * platform/gtk/css2.1/t0402-c71-fwd-parsing-00-f-expected.png: Added.
12413         * platform/gtk/css2.1/t0402-c71-fwd-parsing-00-f-expected.txt: Added.
12414         * platform/gtk/css2.1/t0402-c71-fwd-parsing-01-f-expected.checksum: Added.
12415         * platform/gtk/css2.1/t0402-c71-fwd-parsing-01-f-expected.png: Added.
12416         * platform/gtk/css2.1/t0402-c71-fwd-parsing-01-f-expected.txt: Added.
12417         * platform/gtk/css2.1/t0402-c71-fwd-parsing-02-f-expected.checksum: Added.
12418         * platform/gtk/css2.1/t0402-c71-fwd-parsing-02-f-expected.png: Added.
12419         * platform/gtk/css2.1/t0402-c71-fwd-parsing-02-f-expected.txt: Added.
12420         * platform/gtk/css2.1/t0402-c71-fwd-parsing-03-f-expected.checksum: Added.
12421         * platform/gtk/css2.1/t0402-c71-fwd-parsing-03-f-expected.png: Added.
12422         * platform/gtk/css2.1/t0402-c71-fwd-parsing-03-f-expected.txt: Added.
12423         * platform/gtk/css2.1/t0402-c71-fwd-parsing-04-f-expected.checksum: Added.
12424         * platform/gtk/css2.1/t0402-c71-fwd-parsing-04-f-expected.png: Added.
12425         * platform/gtk/css2.1/t0402-c71-fwd-parsing-04-f-expected.txt: Added.
12426         * platform/gtk/css2.1/t0402-syntax-01-f-expected.checksum: Added.
12427         * platform/gtk/css2.1/t0402-syntax-01-f-expected.png: Added.
12428         * platform/gtk/css2.1/t0402-syntax-01-f-expected.txt: Added.
12429         * platform/gtk/css2.1/t0402-syntax-02-f-expected.checksum: Added.
12430         * platform/gtk/css2.1/t0402-syntax-02-f-expected.png: Added.
12431         * platform/gtk/css2.1/t0402-syntax-02-f-expected.txt: Added.
12432         * platform/gtk/css2.1/t0402-syntax-03-f-expected.checksum: Added.
12433         * platform/gtk/css2.1/t0402-syntax-03-f-expected.png: Added.
12434         * platform/gtk/css2.1/t0402-syntax-03-f-expected.txt: Added.
12435         * platform/gtk/css2.1/t0402-syntax-04-f-expected.checksum: Added.
12436         * platform/gtk/css2.1/t0402-syntax-04-f-expected.png: Added.
12437         * platform/gtk/css2.1/t0402-syntax-04-f-expected.txt: Added.
12438         * platform/gtk/css2.1/t0402-syntax-05-f-expected.checksum: Added.
12439         * platform/gtk/css2.1/t0402-syntax-05-f-expected.png: Added.
12440         * platform/gtk/css2.1/t0402-syntax-05-f-expected.txt: Added.
12441         * platform/gtk/css2.1/t0402-syntax-06-f-expected.checksum: Added.
12442         * platform/gtk/css2.1/t0402-syntax-06-f-expected.png: Added.
12443         * platform/gtk/css2.1/t0402-syntax-06-f-expected.txt: Added.
12444         * platform/gtk/css2.1/t0505-c16-descendant-00-e-expected.checksum: Added.
12445         * platform/gtk/css2.1/t0505-c16-descendant-00-e-expected.png: Added.
12446         * platform/gtk/css2.1/t0505-c16-descendant-00-e-expected.txt: Added.
12447         * platform/gtk/css2.1/t0505-c16-descendant-01-e-expected.checksum: Added.
12448         * platform/gtk/css2.1/t0505-c16-descendant-01-e-expected.png: Added.
12449         * platform/gtk/css2.1/t0505-c16-descendant-01-e-expected.txt: Added.
12450         * platform/gtk/css2.1/t0505-c16-descendant-02-e-expected.checksum: Added.
12451         * platform/gtk/css2.1/t0505-c16-descendant-02-e-expected.png: Added.
12452         * platform/gtk/css2.1/t0505-c16-descendant-02-e-expected.txt: Added.
12453         * platform/gtk/css2.1/t0509-c15-ids-00-a-expected.checksum: Added.
12454         * platform/gtk/css2.1/t0509-c15-ids-00-a-expected.png: Added.
12455         * platform/gtk/css2.1/t0509-c15-ids-00-a-expected.txt: Added.
12456         * platform/gtk/css2.1/t0509-c15-ids-01-e-expected.checksum: Added.
12457         * platform/gtk/css2.1/t0509-c15-ids-01-e-expected.png: Added.
12458         * platform/gtk/css2.1/t0509-c15-ids-01-e-expected.txt: Added.
12459         * platform/gtk/css2.1/t0509-id-sel-syntax-01-f-expected.checksum: Added.
12460         * platform/gtk/css2.1/t0509-id-sel-syntax-01-f-expected.png: Added.
12461         * platform/gtk/css2.1/t0509-id-sel-syntax-01-f-expected.txt: Added.
12462         * platform/gtk/css2.1/t0509-id-sel-syntax-02-b-expected.checksum: Added.
12463         * platform/gtk/css2.1/t0509-id-sel-syntax-02-b-expected.png: Added.
12464         * platform/gtk/css2.1/t0509-id-sel-syntax-02-b-expected.txt: Added.
12465         * platform/gtk/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.checksum: Added.
12466         * platform/gtk/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.png: Added.
12467         * platform/gtk/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.txt: Added.
12468         * platform/gtk/css2.1/t0511-c21-pseud-anch-00-e-i-expected.checksum: Added.
12469         * platform/gtk/css2.1/t0511-c21-pseud-anch-00-e-i-expected.png: Added.
12470         * platform/gtk/css2.1/t0511-c21-pseud-anch-00-e-i-expected.txt: Added.
12471         * platform/gtk/css2.1/t0511-c21-pseud-link-00-e-expected.checksum: Added.
12472         * platform/gtk/css2.1/t0511-c21-pseud-link-00-e-expected.png: Added.
12473         * platform/gtk/css2.1/t0511-c21-pseud-link-00-e-expected.txt: Added.
12474         * platform/gtk/css2.1/t0511-c21-pseud-link-01-e-expected.checksum: Added.
12475         * platform/gtk/css2.1/t0511-c21-pseud-link-01-e-expected.png: Added.
12476         * platform/gtk/css2.1/t0511-c21-pseud-link-01-e-expected.txt: Added.
12477         * platform/gtk/css2.1/t0511-c21-pseud-link-02-e-expected.checksum: Added.
12478         * platform/gtk/css2.1/t0511-c21-pseud-link-02-e-expected.png: Added.
12479         * platform/gtk/css2.1/t0511-c21-pseud-link-02-e-expected.txt: Added.
12480         * platform/gtk/css2.1/t0511-c21-pseud-link-03-e-expected.checksum: Added.
12481         * platform/gtk/css2.1/t0511-c21-pseud-link-03-e-expected.png: Added.
12482         * platform/gtk/css2.1/t0511-c21-pseud-link-03-e-expected.txt: Added.
12483         * platform/gtk/css2.1/t0602-c13-inh-underlin-00-e-expected.checksum: Added.
12484         * platform/gtk/css2.1/t0602-c13-inh-underlin-00-e-expected.png: Added.
12485         * platform/gtk/css2.1/t0602-c13-inh-underlin-00-e-expected.txt: Added.
12486         * platform/gtk/css2.1/t0602-c13-inheritance-00-e-expected.checksum: Added.
12487         * platform/gtk/css2.1/t0602-c13-inheritance-00-e-expected.png: Added.
12488         * platform/gtk/css2.1/t0602-c13-inheritance-00-e-expected.txt: Added.
12489         * platform/gtk/css2.1/t0602-inherit-bdr-pad-b-00-expected.checksum: Added.
12490         * platform/gtk/css2.1/t0602-inherit-bdr-pad-b-00-expected.png: Added.
12491         * platform/gtk/css2.1/t0602-inherit-bdr-pad-b-00-expected.txt: Added.
12492         * platform/gtk/css2.1/t0603-c11-import-00-b-expected.checksum: Added.
12493         * platform/gtk/css2.1/t0603-c11-import-00-b-expected.png: Added.
12494         * platform/gtk/css2.1/t0603-c11-import-00-b-expected.txt: Added.
12495         * platform/gtk/css2.1/t0801-c412-hz-box-00-b-a-expected.checksum: Added.
12496         * platform/gtk/css2.1/t0801-c412-hz-box-00-b-a-expected.png: Added.
12497         * platform/gtk/css2.1/t0801-c412-hz-box-00-b-a-expected.txt: Added.
12498         * platform/gtk/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.checksum: Added.
12499         * platform/gtk/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.png: Added.
12500         * platform/gtk/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.txt: Added.
12501         * platform/gtk/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.checksum: Added.
12502         * platform/gtk/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.png: Added.
12503         * platform/gtk/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt: Added.
12504         * platform/gtk/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.checksum: Added.
12505         * platform/gtk/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.png: Added.
12506         * platform/gtk/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.txt: Added.
12507         * platform/gtk/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.checksum: Added.
12508         * platform/gtk/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.png: Added.
12509         * platform/gtk/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.txt: Added.
12510         * platform/gtk/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.checksum: Added.
12511         * platform/gtk/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.png: Added.
12512         * platform/gtk/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.txt: Added.
12513         * platform/gtk/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.checksum: Added.
12514         * platform/gtk/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.png: Added.
12515         * platform/gtk/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.txt: Added.
12516         * platform/gtk/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.checksum: Added.
12517         * platform/gtk/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.png: Added.
12518         * platform/gtk/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.txt: Added.
12519         * platform/gtk/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.checksum: Added.
12520         * platform/gtk/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.png: Added.
12521         * platform/gtk/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.txt: Added.
12522         * platform/gtk/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.checksum: Added.
12523         * platform/gtk/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.png: Added.
12524         * platform/gtk/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.txt: Added.
12525         * platform/gtk/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.checksum: Added.
12526         * platform/gtk/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.png: Added.
12527         * platform/gtk/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.txt: Added.
12528         * platform/gtk/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.checksum: Added.
12529         * platform/gtk/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.png: Added.
12530         * platform/gtk/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.txt: Added.
12531         * platform/gtk/css2.1/t0803-c5502-mrgn-r-02-c-expected.checksum: Added.
12532         * platform/gtk/css2.1/t0803-c5502-mrgn-r-02-c-expected.png: Added.
12533         * platform/gtk/css2.1/t0803-c5502-mrgn-r-02-c-expected.txt: Added.
12534         * platform/gtk/css2.1/t0803-c5502-mrgn-r-03-c-expected.checksum: Added.
12535         * platform/gtk/css2.1/t0803-c5502-mrgn-r-03-c-expected.png: Added.
12536         * platform/gtk/css2.1/t0803-c5502-mrgn-r-03-c-expected.txt: Added.
12537         * platform/gtk/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.checksum: Added.
12538         * platform/gtk/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.png: Added.
12539         * platform/gtk/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.txt: Added.
12540         * platform/gtk/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.checksum: Added.
12541         * platform/gtk/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.png: Added.
12542         * platform/gtk/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt: Added.
12543         * platform/gtk/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.checksum: Added.
12544         * platform/gtk/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.png: Added.
12545         * platform/gtk/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.txt: Added.
12546         * platform/gtk/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.checksum: Added.
12547         * platform/gtk/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.png: Added.
12548         * platform/gtk/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.txt: Added.
12549         * platform/gtk/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.checksum: Added.
12550         * platform/gtk/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.png: Added.
12551         * platform/gtk/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.txt: Added.
12552         * platform/gtk/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.checksum: Added.
12553         * platform/gtk/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.png: Added.
12554         * platform/gtk/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.txt: Added.
12555         * platform/gtk/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.checksum: Added.
12556         * platform/gtk/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.png: Added.
12557         * platform/gtk/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.txt: Added.
12558         * platform/gtk/css2.1/t09-c5526c-display-00-e-expected.checksum: Added.
12559         * platform/gtk/css2.1/t09-c5526c-display-00-e-expected.png: Added.
12560         * platform/gtk/css2.1/t09-c5526c-display-00-e-expected.txt: Added.
12561
12562 2011-01-26  Brian Weinstein  <bweinstein@apple.com>
12563
12564         Skip fast/loader/willSendRequest-null-for-preload.html on GTK, because GTK doesn't have
12565         support for setWillSendRequestReturnsNull.
12566
12567         * platform/gtk/Skipped:
12568
12569 2011-01-26  Ryosuke Niwa  <rniwa@webkit.org>
12570
12571         Another unreviewed Chromium test expectation update.
12572
12573         * platform/chromium/test_expectations.txt:
12574
12575 2011-01-26  Ryosuke Niwa  <rniwa@webkit.org>
12576
12577         Unreviewed Chromium test expectation update.
12578
12579         * platform/chromium/test_expectations.txt:
12580
12581 2011-01-26  Justin Schuh  <jschuh@chromium.org>
12582
12583         Reviewed by Adam Barth.
12584
12585         Make fireEventsAndUpdateStyle use stack local vectors.   
12586         https://bugs.webkit.org/show_bug.cgi?id=46760
12587
12588         * animations/animation-add-events-in-handler-expected.txt: Added.
12589         * animations/animation-add-events-in-handler.html: Added.
12590
12591 2011-01-26  Tony Chang  <tony@chromium.org>
12592
12593         Unreviewed, marking fast/overflow/overflow-rtl-vertical.html as
12594         passing.  This was fixed in r76669.
12595
12596         * platform/chromium/test_expectations.txt:
12597
12598 2011-01-26  Brian Weinstein  <bweinstein@apple.com>
12599
12600         Skip fast/loader/willSendRequest-null-for-preload.html on WebKit2, because WebKit2 doesn't have
12601         setWillSendRequestReturnsNull yet.
12602         
12603         This is tracked by https://bugs.webkit.org/show_bug.cgi?id=42690.
12604
12605         * platform/mac-wk2/Skipped:
12606
12607 2011-01-26  Brian Weinstein  <bweinstein@apple.com>
12608
12609         Reviewed by Ryosuke Niwa.
12610
12611         Update the test landed in r76701 to not depend on loading a "script" from http://example.com, make it
12612         use a local script (which still reproduces the crash).
12613
12614         * fast/loader/resources/empty-script.js: Added.
12615         * fast/loader/willSendRequest-null-for-preload-expected.txt: Removed the line for the console error.
12616         * fast/loader/willSendRequest-null-for-preload.html: Have the script in the head be a local script.
12617         * platform/win/fast/loader: Removed.
12618         * platform/win/fast/loader/willSendRequest-null-for-preload-expected.txt: Removed. No need for platform-specific results.
12619
12620 2011-01-26  Ryosuke Niwa  <rniwa@webkit.org>
12621
12622         Another unreviewed Chromium rebaselines for r76688.
12623
12624         * platform/chromium-win/svg/batik/text/textEffect3-expected.checksum:
12625         * platform/chromium-win/svg/batik/text/textEffect3-expected.png:
12626         * platform/chromium-win/svg/custom/use-setAttribute-crash-expected.checksum:
12627         * platform/chromium-win/svg/custom/use-setAttribute-crash-expected.png:
12628
12629 2011-01-25  Brian Weinstein  <bweinstein@apple.com>
12630
12631         Reviewed byAntti Koivisto.
12632
12633         Crashes loading pages when cancelling subresource loads through WebKit
12634         https://bugs.webkit.org/show_bug.cgi?id=53123
12635         <rdar://problem/8914361>
12636         
12637         Add tests for crashing when cancelling subresource loads through WebKit via setWillSendRequestReturnsNull.
12638
12639         * fast/loader/willSendRequest-null-for-preload-expected.txt: Added.
12640         * fast/loader/willSendRequest-null-for-preload.html: Added.
12641
12642 2011-01-26  Ryosuke Niwa  <rniwa@webkit.org>
12643
12644         Unreviewed Chromium Linux rebaselines for r76688.
12645
12646         * platform/chromium-linux/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.checksum:
12647         * platform/chromium-linux/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png:
12648         * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.checksum:
12649         * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png:
12650         * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.checksum:
12651         * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png:
12652         * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.checksum:
12653         * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png:
12654         * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.checksum:
12655         * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
12656         * platform/chromium-linux/svg/batik/text/textOnPathSpaces-expected.checksum:
12657         * platform/chromium-linux/svg/batik/text/textOnPathSpaces-expected.png:
12658         * platform/chromium-linux/svg/batik/text/verticalText-expected.checksum:
12659         * platform/chromium-linux/svg/batik/text/verticalText-expected.png:
12660         * platform/chromium-linux/svg/batik/text/verticalTextOnPath-expected.checksum:
12661         * platform/chromium-linux/svg/batik/text/verticalTextOnPath-expected.png:
12662         * platform/chromium-linux/svg/custom/linking-a-03-b-all-expected.checksum:
12663         * platform/chromium-linux/svg/custom/linking-a-03-b-all-expected.png:
12664         * platform/chromium-linux/svg/custom/linking-a-03-b-viewBox-transform-expected.checksum:
12665         * platform/chromium-linux/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
12666         * platform/chromium-linux/svg/custom/preserve-aspect-ratio-syntax-expected.checksum:
12667         * platform/chromium-linux/svg/custom/preserve-aspect-ratio-syntax-expected.png:
12668         * platform/chromium-linux/svg/custom/use-transform-expected.checksum:
12669         * platform/chromium-linux/svg/custom/use-transform-expected.png:
12670         * platform/chromium-linux/svg/custom/viewbox-syntax-expected.checksum:
12671         * platform/chromium-linux/svg/custom/viewbox-syntax-expected.png:
12672         * platform/chromium-linux/svg/text/text-text-06-t-expected.checksum:
12673         * platform/chromium-linux/svg/text/text-text-06-t-expected.png:
12674
12675 2011-01-25  Pavel Podivilov  <podivilov@chromium.org>
12676
12677         Reviewed by Pavel Feldman.
12678
12679         Web Inspector: evaluate in console may not work when window.console is substituted or deleted.
12680         https://bugs.webkit.org/show_bug.cgi?id=53072
12681
12682         * inspector/console-substituted-expected.txt: Added.
12683         * inspector/console-substituted.html: Added.
12684
12685 2011-01-26  Ryosuke Niwa  <rniwa@webkit.org>
12686
12687         Layout test missing expectation after 58524
12688         https://bugs.webkit.org/show_bug.cgi?id=38360
12689
12690         Unreviewed; Chromium rebaselines.
12691
12692         * platform/chromium-linux/fast/images/svg-background-partial-redraw-expected.checksum: Added.
12693         * platform/chromium-linux/fast/images/svg-background-partial-redraw-expected.png: Added.
12694         * platform/chromium-win/fast/images/svg-background-partial-redraw-expected.checksum: Added.
12695         * platform/chromium-win/fast/images/svg-background-partial-redraw-expected.png: Added.
12696         * platform/chromium-win/fast/images/svg-background-partial-redraw-expected.txt: Added.
12697         * platform/chromium-win/svg/carto.net/tabgroup-expected.txt: Added.
12698         * platform/chromium/test_expectations.txt:
12699
12700 2011-01-26  Carlos Garcia Campos  <cgarcia@igalia.com>
12701
12702         Reviewed by Martin Robinson.
12703
12704         [cairo] Use CAIRO_OPERATOR_DARKEN when available
12705         https://bugs.webkit.org/show_bug.cgi?id=53084
12706
12707         * platform/gtk/Skipped: Unskip test.
12708         * platform/gtk/fast/canvas/canvas-composite-expected.checksum: Added.
12709         * platform/gtk/fast/canvas/canvas-composite-expected.png: Added.
12710         * platform/gtk/fast/canvas/canvas-composite-expected.txt: Added.
12711
12712 2011-01-26  Ryosuke Niwa  <rniwa@webkit.org>
12713
12714         Unreviewed Chromium rebaselines for r76688.
12715
12716         * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.checksum:
12717         * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.png:
12718         * platform/chromium-linux/fast/backgrounds/svg-as-background-5-expected.checksum:
12719         * platform/chromium-linux/fast/backgrounds/svg-as-background-5-expected.png:
12720         * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-33-t-expected.checksum:
12721         * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
12722         * platform/chromium-linux/svg/W3C-SVG-1.1/filters-morph-01-f-expected.checksum:
12723         * platform/chromium-linux/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
12724         * platform/chromium-linux/svg/custom/focus-ring-expected.checksum:
12725         * platform/chromium-linux/svg/custom/focus-ring-expected.png:
12726         * platform/chromium-linux/svg/custom/svg-curve-with-relative-cordinates-expected.checksum:
12727         * platform/chromium-linux/svg/custom/svg-curve-with-relative-cordinates-expected.png:
12728         * platform/chromium-linux/svg/transforms/animated-path-inside-transformed-html-expected.checksum: Added.
12729         * platform/chromium-linux/svg/transforms/animated-path-inside-transformed-html-expected.png: Added.
12730         * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.checksum:
12731         * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.png:
12732         * platform/chromium-win/fast/backgrounds/svg-as-background-5-expected.checksum:
12733         * platform/chromium-win/fast/backgrounds/svg-as-background-5-expected.png:
12734         * platform/chromium-win/fast/images/animated-svg-as-image-expected.checksum:
12735         * platform/chromium-win/fast/images/animated-svg-as-image-expected.png:
12736         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-24-t-expected.checksum:
12737         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png:
12738         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-33-t-expected.checksum:
12739         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
12740         * platform/chromium-win/svg/W3C-SVG-1.1/filters-morph-01-f-expected.checksum:
12741         * platform/chromium-win/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
12742         * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-01-b-expected.checksum:
12743         * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
12744         * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-03-t-expected.checksum:
12745         * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
12746         * platform/chromium-win/svg/custom/focus-ring-expected.checksum:
12747         * platform/chromium-win/svg/custom/focus-ring-expected.png:
12748         * platform/chromium-win/svg/custom/svg-curve-with-relative-cordinates-expected.checksum:
12749         * platform/chromium-win/svg/custom/svg-curve-with-relative-cordinates-expected.png:
12750         * platform/chromium-win/svg/custom/use-css-events-expected.checksum:
12751         * platform/chromium-win/svg/custom/use-css-events-expected.png:
12752         * platform/chromium-win/svg/transforms/animated-path-inside-transformed-html-expected.checksum:
12753         * platform/chromium-win/svg/transforms/animated-path-inside-transformed-html-expected.png:
12754         * platform/chromium-win/svg/zoom/text/zoom-coords-viewattr-01-b-expected.checksum:
12755         * platform/chromium-win/svg/zoom/text/zoom-coords-viewattr-01-b-expected.png:
12756
12757 2011-01-26  Maciej Stachowiak  <mjs@apple.com>
12758
12759         Reviewed by Andreas Kling.
12760
12761         Skip a test for WebKit2 that uses eventSender
12762         https://bugs.webkit.org/show_bug.cgi?id=53168
12763
12764         * platform/mac-wk2/Skipped:
12765
12766 2011-01-26  Pavel Feldman  <pfeldman@chromium.org>
12767
12768         Not reviewed: inspector tests fix.
12769
12770         * http/tests/inspector/inspector-test2.js:
12771         (initialize_InspectorTest.InspectorTest.evaluateInPage):
12772         * inspector/console-format.html:
12773
12774 2011-01-26  Carlos Garcia Campos  <cgarcia@igalia.com>
12775
12776         Unreviewed, unskip passing canvas tests in GTK port.
12777
12778         * platform/gtk/Skipped: Unskip passing canvas tests.
12779         * platform/gtk/fast/canvas/arc360-expected.checksum: Added.
12780         * platform/gtk/fast/canvas/arc360-expected.png: Added.
12781         * platform/gtk/fast/canvas/arc360-expected.txt: Added.
12782         * platform/gtk/fast/canvas/canvas-as-image-expected.checksum: Added.
12783         * platform/gtk/fast/canvas/canvas-as-image-expected.png: Added.
12784         * platform/gtk/fast/canvas/canvas-as-image-expected.txt: Added.
12785         * platform/gtk/fast/canvas/canvas-as-image-incremental-repaint-expected.checksum: Added.
12786         * platform/gtk/fast/canvas/canvas-as-image-incremental-repaint-expected.png: Added.
12787         * platform/gtk/fast/canvas/canvas-as-image-incremental-repaint-expected.txt: Added.
12788         * platform/gtk/fast/canvas/canvas-before-css-expected.checksum: Added.
12789         * platform/gtk/fast/canvas/canvas-before-css-expected.png: Added.
12790         * platform/gtk/fast/canvas/canvas-before-css-expected.txt: Added.
12791         * platform/gtk/fast/canvas/canvas-bg-expected.checksum: Added.
12792         * platform/gtk/fast/canvas/canvas-bg-expected.png: Added.
12793         * platform/gtk/fast/canvas/canvas-bg-expected.txt: Added.
12794         * platform/gtk/fast/canvas/canvas-bg-zoom-expected.checksum: Added.
12795         * platform/gtk/fast/canvas/canvas-bg-zoom-expected.png: Added.
12796         * platform/gtk/fast/canvas/canvas-bg-zoom-expected.txt: Added.
12797         * platform/gtk/fast/canvas/canvas-incremental-repaint-2-expected.checksum: Added.
12798         * platform/gtk/fast/canvas/canvas-incremental-repaint-2-expected.png: Added.
12799         * platform/gtk/fast/canvas/canvas-incremental-repaint-2-expected.txt: Added.
12800         * platform/gtk/fast/canvas/canvas-resize-reset-expected.checksum: Added.
12801         * platform/gtk/fast/canvas/canvas-resize-reset-expected.png: Added.
12802         * platform/gtk/fast/canvas/canvas-resize-reset-expected.txt: Added.
12803         * platform/gtk/fast/canvas/canvas-size-change-after-layout-expected.checksum: Added.
12804         * platform/gtk/fast/canvas/canvas-size-change-after-layout-expected.png: Added.
12805         * platform/gtk/fast/canvas/canvas-size-change-after-layout-expected.txt: Added.
12806         * platform/gtk/fast/canvas/canvas-text-baseline-expected.checksum: Added.
12807         * platform/gtk/fast/canvas/canvas-text-baseline-expected.png: Added.
12808         * platform/gtk/fast/canvas/canvas-text-baseline-expected.txt: Added.
12809         * platform/gtk/fast/canvas/canvas-transforms-during-path-expected.checksum: Added.
12810         * platform/gtk/fast/canvas/canvas-transforms-during-path-expected.png: Added.
12811         * platform/gtk/fast/canvas/canvas-transforms-during-path-expected.txt: Added.
12812         * platform/gtk/fast/canvas/canvasDrawingIntoSelf-expected.checksum: Added.
12813         * platform/gtk/fast/canvas/canvasDrawingIntoSelf-expected.png: Added.
12814         * platform/gtk/fast/canvas/canvasDrawingIntoSelf-expected.txt: Added.
12815         * platform/gtk/fast/canvas/drawImage-expected.checksum: Added.
12816         * platform/gtk/fast/canvas/drawImage-expected.png: Added.
12817         * platform/gtk/fast/canvas/drawImage-expected.txt: Added.
12818         * platform/gtk/fast/canvas/drawImage-with-globalAlpha-expected.checksum: Added.
12819         * platform/gtk/fast/canvas/drawImage-with-globalAlpha-expected.png: Added.
12820         * platform/gtk/fast/canvas/drawImage-with-globalAlpha-expected.txt: Added.
12821         * platform/gtk/fast/canvas/fill-stroke-clip-reset-path-expected.checksum: Added.
12822         * platform/gtk/fast/canvas/fill-stroke-clip-reset-path-expected.png: Added.
12823         * platform/gtk/fast/canvas/fill-stroke-clip-reset-path-expected.txt: Added.
12824         * platform/gtk/fast/canvas/fillrect-gradient-zero-stops-expected.checksum: Added.
12825         * platform/gtk/fast/canvas/fillrect-gradient-zero-stops-expected.png: Added.
12826         * platform/gtk/fast/canvas/fillrect-gradient-zero-stops-expected.txt: Added.
12827         * platform/gtk/fast/canvas/fillrect_gradient-expected.checksum: Added.
12828         * platform/gtk/fast/canvas/fillrect_gradient-expected.png: Added.
12829         * platform/gtk/fast/canvas/fillrect_gradient-expected.txt: Added.
12830         * platform/gtk/fast/canvas/gradient-add-second-start-end-stop-expected.checksum: Added.
12831         * platform/gtk/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
12832         * platform/gtk/fast/canvas/gradient-add-second-start-end-stop-expected.txt: Added.
12833         * platform/gtk/fast/canvas/image-object-in-canvas-expected.checksum: Added.
12834         * platform/gtk/fast/canvas/image-object-in-canvas-expected.png: Added.
12835         * platform/gtk/fast/canvas/image-object-in-canvas-expected.txt: Added.
12836         * platform/gtk/fast/canvas/quadraticCurveTo-expected.checksum: Added.
12837         * platform/gtk/fast/canvas/quadraticCurveTo-expected.png: Added.
12838         * platform/gtk/fast/canvas/quadraticCurveTo-expected.txt: Added.
12839         * platform/gtk/fast/canvas/zero-size-fill-rect-expected.checksum: Added.
12840         * platform/gtk/fast/canvas/zero-size-fill-rect-expected.png: Added.
12841         * platform/gtk/fast/canvas/zero-size-fill-rect-expected.txt: Added.
12842
12843 2011-01-26  Yuzo Fujishima  <yuzo@google.com>
12844
12845         Unreviewed Chromium test expectation change.
12846
12847         Mark some complex script tests as failing since r76674.
12848
12849         * platform/chromium/test_expectations.txt:
12850
12851 2011-01-26  James Robinson  <jamesr@chromium.org>
12852
12853         Reviewed by Nate Chapin.
12854
12855         Add a DOMTimeStamp parameter to the requestAnimationFrame callback
12856         https://bugs.webkit.org/show_bug.cgi?id=53142
12857
12858         Adds a test for the parameter passed to the requestAnimationFrame callback.
12859
12860         * fast/animation/request-animation-frame-timestamps-expected.txt: Added.
12861         * fast/animation/request-animation-frame-timestamps.html: Added.
12862         * fast/animation/script-tests/request-animation-frame-timestamps.js: Added.
12863
12864 2011-01-25  Yuzo Fujishima  <yuzo@google.com>
12865
12866         Unreviewed Chromium test expectation change
12867
12868         Mark fast/text/offsetForPosition-complex-fallback.html as failing for WIN and LINUX.
12869
12870         * platform/chromium/test_expectations.txt:
12871
12872 2011-01-25  Ned Holbrook  <nholbrook@apple.com>
12873
12874         Reviewed by Dan Bernstein.
12875
12876         ComplexTextController incorrectly conflates string length and range of indexes
12877         https://bugs.webkit.org/show_bug.cgi?id=52760
12878
12879         * fast/text/offsetForPosition-complex-fallback-expected.txt: Added.
12880         * fast/text/offsetForPosition-complex-fallback.html: Added.
12881
12882 2011-01-25  Sam Weinig  <sam@webkit.org>
12883
12884         Make this test a bit more robust agains different scrollbar widths.
12885
12886         * fast/overflow/overflow-rtl-vertical-origin.html:
12887
12888 2011-01-25  Sam Weinig  <sam@webkit.org>
12889
12890         Reviewed by David Hyatt.
12891
12892         Scrollbars don't work correctly for top-to-bottom text in an overflow: scroll area
12893         https://bugs.webkit.org/show_bug.cgi?id=53048
12894
12895         * fast/overflow/overflow-rtl-vertical-origin-expected.txt: Added.
12896         * fast/overflow/overflow-rtl-vertical-origin.html: Added.
12897
12898 2011-01-25  Kent Tamura  <tkent@chromium.org>
12899
12900         Unreviewed, test expectation update.
12901
12902         * platform/chromium-win/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.checksum: Added.
12903         * platform/chromium-win/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.png: Added.
12904         * platform/chromium-win/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.txt: Added.
12905         * platform/chromium-win/fast/speech/input-appearance-numberandspeech-expected.checksum:
12906         * platform/chromium-win/fast/speech/input-appearance-numberandspeech-expected.png:
12907         * platform/chromium-win/fast/speech/input-appearance-numberandspeech-expected.txt:
12908         * platform/chromium/test_expectations.txt:
12909
12910 2011-01-25  Kent Tamura  <tkent@chromium.org>
12911
12912         Reviewed by Dimitri Glazkov.
12913
12914         Radio button group state is not restored correctly
12915         https://bugs.webkit.org/show_bug.cgi?id=50442
12916
12917         * fast/forms/state-restore-radio-group-expected.txt: Added.
12918         * fast/forms/state-restore-radio-group.html: Added.
12919
12920 2011-01-25  Kent Tamura  <tkent@chromium.org>
12921
12922         Reviewed by Dimitri Glazkov.
12923
12924         HTMLFormElement::checkValidity() returns incorrect result if 'invalid' events are canceled.
12925         https://bugs.webkit.org/show_bug.cgi?id=52565
12926
12927         Fix tests and results for the behavior change.
12928
12929         * fast/forms/checkValidity-cancel-expected.txt:
12930         * fast/forms/checkValidity-handler-updates-dom-expected.txt:
12931         * fast/forms/interactive-validation-cancel-expected.txt:
12932         * fast/forms/interactive-validation-cancel.html:
12933         * fast/forms/script-tests/checkValidity-cancel.js:
12934         * fast/forms/script-tests/checkValidity-handler-updates-dom.js:
12935
12936 2011-01-25  Kent Tamura  <tkent@chromium.org>
12937
12938         Reviewed by Dimitri Glazkov.
12939
12940         Range and number inputs should reject increment and decrement by
12941         keyboard or mouse wheel if they are disabled or read-only
12942         https://bugs.webkit.org/show_bug.cgi?id=53151
12943
12944         Add checks for 'disabled' and 'readOnly'.
12945
12946         * fast/forms/input-number-keyoperation-expected.txt:
12947         * fast/forms/input-number-wheel-expected.txt:
12948         * fast/forms/range-keyoperation-expected.txt:
12949         * fast/forms/range-keyoperation.html:
12950         * fast/forms/script-tests/input-number-keyoperation.js:
12951         * fast/forms/script-tests/input-number-wheel.js:
12952
12953 2011-01-25  Cris Neckar  <cdn@chromium.org>
12954
12955         Reviewed by Adam Barth.
12956
12957         Test for crash when a window's location changes before creating an object URL.
12958         https://bugs.webkit.org/show_bug.cgi?id=53038
12959
12960         * fast/dom/window-domurl-crash-expected.txt: Added.
12961         * fast/dom/window-domurl-crash.html: Added.
12962
12963 2011-01-25  James Simonsen  <simonjam@chromium.org>
12964
12965         Reviewed by Tony Chang.
12966
12967         [Chromium] Support small caps in complex text on linux
12968         https://bugs.webkit.org/show_bug.cgi?id=53051
12969
12970         * platform/chromium-linux/fast/text/atsui-multiple-renderers-expected.checksum: Added.
12971         * platform/chromium-linux/fast/text/atsui-multiple-renderers-expected.png: Added.
12972         * platform/chromium-linux/fast/text/atsui-multiple-renderers-expected.txt: Added.
12973         * platform/chromium-linux/fast/text/atsui-small-caps-punctuation-size-expected.checksum: Added.
12974         * platform/chromium-linux/fast/text/atsui-small-caps-punctuation-size-expected.png: Added.
12975         * platform/chromium/test_expectations.txt: Re-enable 2 tests on linux.
12976
12977 2011-01-25  Jer Noble  <jer.noble@apple.com>
12978
12979         Unreviewed build fix: add failing test to gtk/Skipped.
12980
12981         * platform/gtk/Skipped:
12982
12983 2011-01-25  Sheriff Bot  <webkit.review.bot@gmail.com>
12984
12985         Unreviewed, rolling out r76625.
12986         http://trac.webkit.org/changeset/76625
12987         https://bugs.webkit.org/show_bug.cgi?id=53119
12988
12989         "incorrect pixel test results" (Requested by rniwa on
12990         #webkit).
12991
12992         * editing/selection/caret-painting-after-paste-undo-rtl.html: Removed.
12993         * editing/selection/caret-painting-after-paste-undo.html: Removed.
12994         * platform/mac/editing/deleting/5408255-expected.checksum:
12995         * platform/mac/editing/deleting/5408255-expected.png:
12996         * platform/mac/editing/selection/caret-painting-after-paste-undo-expected.checksum: Removed.
12997         * platform/mac/editing/selection/caret-painting-after-paste-undo-expected.png: Removed.
12998         * platform/mac/editing/selection/caret-painting-after-paste-undo-expected.txt: Removed.
12999         * platform/mac/editing/selection/caret-painting-after-paste-undo-rtl-expected.checksum: Removed.
13000         * platform/mac/editing/selection/caret-painting-after-paste-undo-rtl-expected.png: Removed.
13001         * platform/mac/editing/selection/caret-painting-after-paste-undo-rtl-expected.txt: Removed.
13002
13003 2011-01-25  Tony Chang  <tony@chromium.org>
13004
13005         Unreviewed, debugger-scripts.html is failing on windows too.
13006
13007         * platform/chromium/test_expectations.txt:
13008
13009 2011-01-25  Dmitry Titov  <dimich@chromium.org>
13010
13011         [Chromium] Not reviewed, rebaseline for a test.
13012         The difference is because V8 has different error messages.
13013
13014         * platform/chromium-mac/fast/js/js-continue-break-restrictions-expected.txt: Added.
13015         * platform/chromium-win/fast/js/js-continue-break-restrictions-expected.txt: Added.
13016         * platform/chromium/test_expectations.txt:
13017
13018 2011-01-25  James Robinson  <jamesr@chromium.org>
13019
13020         Remove = TEXT PASS lines for tests that consistently pass.
13021
13022         * platform/chromium/test_expectations.txt:
13023
13024 2011-01-25  Jer Noble  <jer.noble@apple.com>
13025
13026         Unreviewed build fix: rollback untintentional changes in media expected results.
13027
13028         * media/video-source-moved-expected.txt:
13029         * media/video-source-none-supported-expected.txt:
13030         * LayoutTests/platform/win/media/audio-data-url-expected.txt:
13031
13032 2011-01-25  Tony Chang  <tony@chromium.org>
13033
13034         Unreviewed, mark inspector/debugger-scripts.html as failing on chromium linux.
13035
13036         * platform/chromium/test_expectations.txt:
13037
13038 2011-01-21  Levi Weintraub  <leviw@chromium.org>
13039
13040         Reviewed by Darin Adler.
13041
13042         Updating the expected result for 5408255 and adding tests for caret positioning at the
13043         beginning and end of RenderBoxes.
13044
13045         Undo moves caret to invalid position
13046         https://bugs.webkit.org/show_bug.cgi?id=49744
13047
13048         * editing/selection/caret-painting-after-paste-undo-rtl.html: Added.
13049         * editing/selection/caret-painting-after-paste-undo.html: Added.
13050         * platform/mac/editing/deleting/5408255-expected.checksum:
13051         * platform/mac/editing/deleting/5408255-expected.png:
13052         * platform/mac/editing/selection/caret-painting-after-paste-undo-expected.checksum: Added.
13053         * platform/mac/editing/selection/caret-painting-after-paste-undo-expected.png: Added.
13054         * platform/mac/editing/selection/caret-painting-after-paste-undo-expected.txt: Added.
13055         * platform/mac/editing/selection/caret-painting-after-paste-undo-rtl-expected.checksum: Added.
13056         * platform/mac/editing/selection/caret-painting-after-paste-undo-rtl-expected.png: Added.
13057         * platform/mac/editing/selection/caret-painting-after-paste-undo-rtl-expected.txt: Added.
13058
13059 2011-01-25  Tony Chang  <tony@chromium.org>
13060
13061         Unreviewed, add chromium-mac baselines after r76599.
13062
13063         The platform/mac-leopard results were stale which is why the expected
13064         text results aren't updated as well.
13065
13066         * platform/chromium-mac/svg/custom/junk-data-expected.checksum: Added.
13067         * platform/chromium-mac/svg/custom/junk-data-expected.png: Added.
13068         * platform/chromium-mac/svg/custom/missing-xlink-expected.checksum: Added.
13069         * platform/chromium-mac/svg/custom/missing-xlink-expected.png: Added.
13070
13071 2011-01-25  James Robinson  <jamesr@chromium.org>
13072
13073         Reviewed by Mihai Parparita.
13074
13075         Convert requestAnimationFrame tests to be script-tests
13076         https://bugs.webkit.org/show_bug.cgi?id=53109
13077
13078         This converts the new requestAnimationFrame tests to be proper script-tests using make-script-test-wrapper.
13079
13080         * fast/animation/request-animation-frame-cancel-expected.txt:
13081         * fast/animation/request-animation-frame-cancel.html:
13082         * fast/animation/request-animation-frame-cancel2-expected.txt:
13083         * fast/animation/request-animation-frame-cancel2.html:
13084         * fast/animation/request-animation-frame-display-expected.txt:
13085         * fast/animation/request-animation-frame-display.html:
13086         * fast/animation/request-animation-frame-expected.txt:
13087         * fast/animation/request-animation-frame-within-callback-expected.txt:
13088         * fast/animation/request-animation-frame-within-callback.html:
13089         * fast/animation/request-animation-frame.html:
13090         * fast/animation/script-tests/TEMPLATE.html: Added.
13091         * fast/animation/script-tests/request-animation-frame-cancel.js: Copied from LayoutTests/fast/animation/request-animation-frame-cancel.html.
13092         * fast/animation/script-tests/request-animation-frame-cancel2.js: Copied from LayoutTests/fast/animation/request-animation-frame-cancel2.html.
13093         (secondCallbackId):
13094         * fast/animation/script-tests/request-animation-frame-display.js: Added.
13095         * fast/animation/script-tests/request-animation-frame-within-callback.js: Copied from LayoutTests/fast/animation/request-animation-frame-within-callback.html.
13096         (window):
13097         * fast/animation/script-tests/request-animation-frame.js: Added.
13098
13099 2011-01-20  Jer Noble  <jer.noble@apple.com>
13100
13101         Reviewed by Eric Carlson.
13102
13103         REGRESSION (r72119): Audio never plays on Star Wars intro animation
13104         https://bugs.webkit.org/show_bug.cgi?id=52467
13105         
13106         Test the ability to read audio/m4a files.  Disabled this new test
13107         on the chromium and qt platforms, as they do not support M4A/AAC.
13108
13109         * media/audio-mpeg4-supported-expected.txt: Added.
13110         * media/audio-mpeg4-supported.html: Added.
13111         * media/content/silence.m4a: Added.
13112         * platform/chromium/test_expectations.txt:
13113         * platform/qt/Skipped:
13114
13115 2011-01-25  Tony Chang  <tony@chromium.org>
13116
13117         Unreviewed, rebaseline a test on chromium-win.  Part of r76586 rebaselines.
13118
13119         * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.checksum:
13120         * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.png:
13121         * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.txt:
13122         * platform/chromium/test_expectations.txt:
13123
13124 2011-01-25  Ryosuke Niwa  <rniwa@webkit.org>
13125
13126         Another unreviewed SVG rebaselines for Chromium.
13127
13128         * platform/chromium-linux/svg/text/text-text-05-t-expected.checksum:
13129         * platform/chromium-linux/svg/text/text-text-05-t-expected.png:
13130         * platform/chromium-mac/svg/text/text-text-05-t-expected.checksum:
13131         * platform/chromium-mac/svg/text/text-text-05-t-expected.png:
13132         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
13133         * platform/chromium-win/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
13134         * platform/chromium-win/svg/text/text-text-05-t-expected.checksum:
13135         * platform/chromium-win/svg/text/text-text-05-t-expected.png:
13136         * platform/chromium-win/svg/text/text-text-05-t-expected.txt:
13137         * platform/chromium/test_expectations.txt:
13138
13139 2011-01-25  Maciej Stachowiak  <mjs@apple.com>
13140
13141         Reviewed by Darin Adler.
13142
13143         Skip another new test that uses eventSender
13144         https://bugs.webkit.org/show_bug.cgi?id=53094
13145
13146         * platform/mac-wk2/Skipped:
13147
13148 2011-01-25  Benjamin Kalman  <kalman@chromium.org>
13149
13150         Reviewed by Ryosuke Niwa.
13151
13152         Cannot extend or modify forward by word over a non-contenteditable region
13153         https://bugs.webkit.org/show_bug.cgi?id=53070
13154
13155         Add regression test.
13156
13157         * editing/selection/extend-forward-by-word-over-non-editable-expected.txt: Added.
13158         * editing/selection/extend-forward-by-word-over-non-editable.html: Added.
13159
13160 2011-01-25  Ryosuke Niwa  <rniwa@webkit.org>
13161
13162         Unreviewed SVG rebaselines for Chromium.
13163
13164         * platform/chromium-linux/svg/batik/text/textEffect-expected.checksum:
13165         * platform/chromium-linux/svg/batik/text/textEffect-expected.png:
13166         * platform/chromium-linux/svg/batik/text/textEffect-expected.txt: Removed.
13167         * platform/chromium-linux/svg/batik/text/textEffect3-expected.checksum:
13168         * platform/chromium-linux/svg/batik/text/textEffect3-expected.png:
13169         * platform/chromium-linux/svg/batik/text/textEffect3-expected.txt: Removed.
13170         * platform/chromium-linux/svg/batik/text/textPosition2-expected.txt:
13171         * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.checksum:
13172         * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.png:
13173         * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.txt: Added.
13174         * platform/chromium-linux/svg/custom/svg-fonts-with-no-element-reference-expected.checksum:
13175         * platform/chromium-linux/svg/custom/svg-fonts-with-no-element-reference-expected.png:
13176         * platform/chromium-linux/svg/custom/svg-fonts-without-missing-glyph-expected.checksum:
13177         * platform/chromium-linux/svg/custom/svg-fonts-without-missing-glyph-expected.png:
13178         * platform/chromium-linux/svg/text/text-text-06-t-expected.checksum:
13179         * platform/chromium-linux/svg/text/text-text-06-t-expected.png:
13180         * platform/chromium-mac/svg/custom/svg-fonts-in-html-expected.checksum:
13181         * platform/chromium-mac/svg/custom/svg-fonts-in-html-expected.png:
13182         * platform/chromium-mac/svg/text/text-text-06-t-expected.checksum:
13183         * platform/chromium-mac/svg/text/text-text-06-t-expected.png: Added.
13184         * platform/chromium-win/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
13185         * platform/chromium-win/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
13186         * platform/chromium-win/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
13187         * platform/chromium-win/svg/batik/text/textEffect-expected.checksum:
13188         * platform/chromium-win/svg/batik/text/textEffect-expected.png:
13189         * platform/chromium-win/svg/batik/text/textEffect-expected.txt:
13190         * platform/chromium-win/svg/batik/text/textEffect3-expected.checksum:
13191         * platform/chromium-win/svg/batik/text/textEffect3-expected.png:
13192         * platform/chromium-win/svg/batik/text/textEffect3-expected.txt:
13193         * platform/chromium-win/svg/batik/text/textPosition2-expected.txt:
13194         * platform/chromium-win/svg/custom/svg-fonts-with-no-element-reference-expected.checksum:
13195         * platform/chromium-win/svg/custom/svg-fonts-with-no-element-reference-expected.png:
13196         * platform/chromium-win/svg/custom/svg-fonts-without-missing-glyph-expected.checksum:
13197         * platform/chromium-win/svg/custom/svg-fonts-without-missing-glyph-expected.png:
13198         * platform/chromium-win/svg/custom/svg-fonts-without-missing-glyph-expected.txt:
13199         * platform/chromium-win/svg/text/text-text-06-t-expected.checksum:
13200         * platform/chromium-win/svg/text/text-text-06-t-expected.png:
13201         * platform/chromium-win/svg/text/text-text-06-t-expected.txt:
13202         * platform/chromium/test_expectations.txt:
13203
13204 2011-01-25  Tony Chang  <tony@chromium.org>
13205
13206         Unreviewed, remove passing chromium win tests.
13207
13208         * platform/chromium/test_expectations.txt:
13209
13210 2011-01-25  Nikolas Zimmermann  <nzimmermann@rim.com>
13211
13212         Not reviewed.
13213
13214         Update Leopard svg/ pixel test baselines, to make run-webkit-tests -p pass again with --tolerance 0.
13215         Contains only marginal differences, or updates pixel test results that were forgotten to update.
13216
13217         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.checksum: Added.
13218         * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png: Added.
13219         * platform/mac-leopard/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
13220         * platform/mac-leopard/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
13221         * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-07-t-expected.checksum: Added.
13222         * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-07-t-expected.png: Added.
13223         * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-01-t-expected.checksum: Added.
13224         * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-01-t-expected.png: Added.
13225         * platform/mac-leopard/svg/css/text-gradient-shadow-expected.checksum: Added.
13226         * platform/mac-leopard/svg/css/text-gradient-shadow-expected.png: Added.
13227         * platform/mac-leopard/svg/custom/image-rescale-clip-expected.checksum:
13228         * platform/mac-leopard/svg/custom/image-rescale-clip-expected.png:
13229         * platform/mac-leopard/svg/custom/image-rescale-scroll-expected.checksum: Added.
13230         * platform/mac-leopard/svg/custom/image-rescale-scroll-expected.png: Added.
13231         * platform/mac-leopard/svg/custom/junk-data-expected.checksum:
13232         * platform/mac-leopard/svg/custom/junk-data-expected.png:
13233         * platform/mac-leopard/svg/custom/missing-xlink-expected.checksum:
13234         * platform/mac-leopard/svg/custom/missing-xlink-expected.png:
13235         * platform/mac-leopard/svg/filters/feComposite-expected.checksum:
13236         * platform/mac-leopard/svg/filters/feComposite-expected.png:
13237         * platform/mac-leopard/svg/filters/filter-rounding-issues-expected.checksum: Added.
13238         * platform/mac-leopard/svg/filters/filter-rounding-issues-expected.png: Added.
13239         * platform/mac-leopard/svg/repaint/filter-repaint-expected.checksum:
13240         * platform/mac-leopard/svg/repaint/filter-repaint-expected.png:
13241
13242 2011-01-25  Nikolas Zimmermann  <nzimmermann@rim.com>
13243
13244         Not reviewed.
13245
13246         Update Snow Leopard svg/ pixel test baselines, to make run-webkit-tests -p pass again with --tolerance 0.
13247         Contains only marginal differences, or updates pixel test results that were forgotten to update.
13248
13249         * platform/mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.checksum:
13250         * platform/mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
13251         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.checksum:
13252         * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png:
13253         * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
13254         * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
13255         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum:
13256         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
13257         * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.checksum:
13258         * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.png:
13259         * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.checksum:
13260         * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.png:
13261         * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.checksum:
13262         * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.png:
13263         * platform/mac/svg/batik/text/textEffect-expected.checksum:
13264         * platform/mac/svg/batik/text/textEffect-expected.png:
13265         * platform/mac/svg/batik/text/textEffect3-expected.checksum:
13266         * platform/mac/svg/batik/text/textEffect3-expected.png:
13267         * platform/mac/svg/custom/baseval-animval-equality-expected.checksum:
13268         * platform/mac/svg/custom/baseval-animval-equality-expected.png:
13269         * platform/mac/svg/custom/foreign-object-skew-expected.checksum:
13270         * platform/mac/svg/custom/foreign-object-skew-expected.png:
13271         * platform/mac/svg/custom/image-rescale-expected.checksum:
13272         * platform/mac/svg/custom/image-rescale-expected.png:
13273         * platform/mac/svg/custom/svg-fonts-in-html-expected.checksum:
13274         * platform/mac/svg/custom/svg-fonts-in-html-expected.png:
13275         * platform/mac/svg/custom/svg-fonts-with-no-element-reference-expected.checksum:
13276         * platform/mac/svg/custom/svg-fonts-with-no-element-reference-expected.png:
13277         * platform/mac/svg/custom/svg-fonts-without-missing-glyph-expected.checksum:
13278         * platform/mac/svg/custom/svg-fonts-without-missing-glyph-expected.png:
13279         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.checksum:
13280         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png:
13281         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.checksum:
13282         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
13283         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.checksum:
13284         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
13285         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.checksum:
13286         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
13287         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.checksum:
13288         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
13289         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.checksum:
13290         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
13291         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.checksum:
13292         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
13293         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.checksum:
13294         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
13295         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.checksum:
13296         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
13297         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.checksum:
13298         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
13299         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.checksum:
13300         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
13301         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.checksum:
13302         * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
13303         * platform/mac/svg/filters/feComposite-expected.checksum:
13304         * platform/mac/svg/filters/feComposite-expected.png:
13305         * platform/mac/svg/filters/filter-rounding-issues-expected.checksum:
13306         * platform/mac/svg/filters/filter-rounding-issues-expected.png:
13307         * platform/mac/svg/filters/filteredImage-expected.checksum:
13308         * platform/mac/svg/filters/filteredImage-expected.png:
13309         * platform/mac/svg/repaint/filter-repaint-expected.checksum:
13310         * platform/mac/svg/repaint/filter-repaint-expected.png:
13311         * platform/mac/svg/text/text-text-05-t-expected.checksum:
13312         * platform/mac/svg/text/text-text-05-t-expected.png:
13313         * platform/mac/svg/text/text-text-06-t-expected.checksum:
13314         * platform/mac/svg/text/text-text-06-t-expected.png:
13315
13316 2011-01-25  Carlos Garcia Campos  <cgarcia@igalia.com>
13317
13318         Unreviewed, add bug url for failing test on GTK.
13319
13320         [cairo] Fix LayoutTests/fast/canvas/patternfill-repeat.html
13321         https://bugs.webkit.org/show_bug.cgi?id=53085
13322
13323         * platform/gtk/Skipped:
13324
13325 2011-01-25  Mario Sanchez Prada  <msanchez@igalia.com>
13326
13327         Reviewed by Antonio Gomes.
13328
13329         fast/spatial-navigation/snav-unit-overflow-and-scroll-in-direction.html is flaky
13330         https://bugs.webkit.org/show_bug.cgi?id=53073
13331
13332         Make the two steps in the flaky test to be executed sequentially.
13333
13334         * fast/spatial-navigation/snav-unit-overflow-and-scroll-in-direction.html:
13335         Fix flaky test by chaining its two steps up.
13336         * platform/gtk/Skipped: Unskip test.
13337
13338 2011-01-25  Dirk Schulze  <krit@webkit.org>
13339
13340         Reviewed by Nikolas Zimmermann.
13341
13342         SVG is missing to-animation support for Path
13343         https://bugs.webkit.org/show_bug.cgi?id=52982
13344
13345         Added an animation test to check 'to' animations in combination with SVG paths.
13346
13347         * svg/animations/animate-path-to-animation-expected.txt: Added.
13348         * svg/animations/animate-path-to-animation.html: Added.
13349         * svg/animations/script-tests/animate-path-to-animation.js: Added.
13350         (sample1):
13351         (sample2):
13352         (sample3):
13353         (executeTest):
13354
13355 2011-01-25  Nikolas Zimmermann  <nzimmermann@rim.com>
13356
13357         Introduce FontMetrics abstraction
13358         https://bugs.webkit.org/show_bug.cgi?id=51456
13359
13360         Update gtk/qt baseline.
13361
13362         * platform/gtk/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt:
13363         * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt:
13364         * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt:
13365         * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt:
13366         * platform/gtk/svg/custom/svg-fonts-without-missing-glyph-expected.txt:
13367         * platform/gtk/svg/text/text-hkern-expected.txt:
13368         * platform/gtk/svg/text/text-hkern-on-vertical-text-expected.txt:
13369         * platform/gtk/svg/text/text-vkern-expected.txt:
13370         * platform/gtk/svg/text/text-vkern-on-horizontal-text-expected.txt:
13371         * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt:
13372         * platform/qt/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt:
13373         * platform/qt/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt:
13374         * platform/qt/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt:
13375         * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
13376         * platform/qt/svg/custom/svg-fonts-with-no-element-reference-expected.txt:
13377         * platform/qt/svg/custom/svg-fonts-without-missing-glyph-expected.txt:
13378         * platform/qt/svg/text/text-hkern-expected.txt:
13379         * platform/qt/svg/text/text-hkern-on-vertical-text-expected.txt:
13380         * platform/qt/svg/text/text-vkern-expected.txt:
13381         * platform/qt/svg/text/text-vkern-on-horizontal-text-expected.txt:
13382         * platform/qt/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
13383
13384 2011-01-25  Pavel Feldman  <pfeldman@chromium.org>
13385
13386         Reviewed by Yury Semikhatsky.
13387
13388         Web Inspector: bind resources to URLs upon adding them into the tree.
13389         https://bugs.webkit.org/show_bug.cgi?id=53013
13390
13391         * inspector/debugger-scripts-expected.txt:
13392         * inspector/debugger-scripts.html:
13393
13394 2011-01-25  Nikolas Zimmermann  <nzimmermann@rim.com>
13395
13396         Reviewed by Dirk Schulze.
13397
13398         Introduce FontMetrics abstraction
13399         https://bugs.webkit.org/show_bug.cgi?id=51456
13400
13401         Update mac/mac-leopard pixel baseline after removing the float -> int truncation in the SVG Fonts ascent/descent calculation code.
13402
13403         * platform/gtk/Skipped: Unskip several tests.
13404         * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum:
13405         * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
13406         * platform/mac-leopard/svg/batik/text/textEffect-expected.checksum:
13407         * platform/mac-leopard/svg/batik/text/textEffect-expected.png:
13408         * platform/mac-leopard/svg/batik/text/textEffect3-expected.checksum:
13409         * platform/mac-leopard/svg/batik/text/textEffect3-expected.png:
13410         * platform/mac-leopard/svg/custom/svg-fonts-in-html-expected.checksum:
13411         * platform/mac-leopard/svg/custom/svg-fonts-in-html-expected.png:
13412         * platform/mac-leopard/svg/custom/svg-fonts-with-no-element-reference-expected.checksum:
13413         * platform/mac-leopard/svg/custom/svg-fonts-with-no-element-reference-expected.png:
13414         * platform/mac-leopard/svg/custom/svg-fonts-without-missing-glyph-expected.checksum:
13415         * platform/mac-leopard/svg/custom/svg-fonts-without-missing-glyph-expected.png:
13416         * platform/mac-leopard/svg/text/text-text-05-t-expected.checksum:
13417         * platform/mac-leopard/svg/text/text-text-05-t-expected.png:
13418         * platform/mac-leopard/svg/text/text-text-06-t-expected.checksum:
13419         * platform/mac-leopard/svg/text/text-text-06-t-expected.png:
13420         * platform/mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt:
13421         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt:
13422         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt:
13423         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt:
13424         * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png:
13425         * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
13426         * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png:
13427         * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
13428         * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
13429         * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
13430         * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
13431         * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
13432         * platform/mac/svg/batik/text/textEffect-expected.txt:
13433         * platform/mac/svg/batik/text/textEffect3-expected.txt:
13434         * platform/mac/svg/batik/text/textPosition2-expected.png:
13435         * platform/mac/svg/batik/text/textPosition2-expected.txt:
13436         * platform/mac/svg/custom/svg-fonts-in-html-expected.txt:
13437         * platform/mac/svg/custom/svg-fonts-with-no-element-reference-expected.txt:
13438         * platform/mac/svg/custom/svg-fonts-without-missing-glyph-expected.txt:
13439         * platform/mac/svg/text/text-text-05-t-expected.txt:
13440         * platform/mac/svg/text/text-text-06-t-expected.txt:
13441         * svg/custom/glyph-transformation-with-hkern-expected.txt:
13442
13443 2011-01-25  Mario Sanchez Prada  <msanchez@igalia.com>
13444
13445         Unreviewed, skipping flaky test on GTK debug bots.
13446
13447         editing/selection/extend-selection-bidi.html test is flaky
13448         https://bugs.webkit.org/show_bug.cgi?id=53074
13449
13450         * platform/gtk/Skipped: Skipped test.
13451
13452 2011-01-25  Mario Sanchez Prada  <msanchez@igalia.com>
13453
13454         Unreviewed, skipping flaky test on GTK debug bots.
13455
13456         fast/spatial-navigation/snav-unit-overflow-and-scroll-in-direction.html is flaky
13457         https://bugs.webkit.org/show_bug.cgi?id=53073
13458
13459         * platform/gtk/Skipped: Skipped test.
13460
13461 2011-01-24  Maciej Stachowiak  <mjs@apple.com>
13462
13463         Reviewed by Nikolas Zimmermann.
13464
13465         Skip some new tests for WebKit2 that use eventSender
13466         https://bugs.webkit.org/show_bug.cgi?id=53068
13467
13468         * platform/mac-wk2/Skipped:
13469
13470 2011-01-24  Kent Tamura  <tkent@chromium.org>
13471
13472         Unreviewed, test expectation update.
13473
13474         Chromium-Linux rebaseline for r76567.
13475
13476         * platform/chromium-linux/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.checksum:
13477         * platform/chromium-linux/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.png:
13478         * platform/chromium-linux/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.txt:
13479         * platform/chromium-linux/fast/speech/input-appearance-numberandspeech-expected.checksum:
13480         * platform/chromium-linux/fast/speech/input-appearance-numberandspeech-expected.png:
13481         * platform/chromium-linux/fast/speech/input-appearance-numberandspeech-expected.txt:
13482         * platform/chromium/test_expectations.txt:
13483
13484 2011-01-24  Martin Robinson  <mrobinson@igalia.com>
13485
13486         Skip a slightly different set of tests after r76555. Seems that some of these
13487         failures are cascading.
13488
13489         * platform/gtk/Skipped: Update the skipped list.
13490
13491 2011-01-24  Tony Chang  <tony@chromium.org>
13492
13493         Unreviewed, reverting 5 changes of baselines that are incorrect for Linux.
13494         Mark win tests as failing for now.
13495
13496         * platform/chromium-linux/fast/css/acid2-expected.txt: Removed.
13497         * platform/chromium-linux/fast/css/acid2-pixel-expected.checksum:
13498         * platform/chromium-linux/fast/css/acid2-pixel-expected.png:
13499         * platform/chromium-linux/fast/css/acid2-pixel-expected.txt: Removed.
13500         * platform/chromium-linux/fast/forms/button-sizes-expected.checksum:
13501         * platform/chromium-linux/fast/forms/button-sizes-expected.png:
13502         * platform/chromium-linux/fast/forms/button-sizes-expected.txt:
13503         * platform/chromium-linux/fast/forms/input-button-sizes-expected.checksum:
13504         * platform/chromium-linux/fast/forms/input-button-sizes-expected.png:
13505         * platform/chromium-linux/fast/forms/input-button-sizes-expected.txt:
13506         * platform/chromium-linux/http/tests/misc/acid2-expected.txt: Removed.
13507         * platform/chromium-linux/http/tests/misc/acid2-pixel-expected.checksum:
13508         * platform/chromium-linux/http/tests/misc/acid2-pixel-expected.png:
13509         * platform/chromium-linux/http/tests/misc/acid2-pixel-expected.txt: Removed.
13510         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt: Removed.
13511         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt: Removed.
13512         * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt: Removed.
13513         * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Removed.
13514         * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Removed.
13515         * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Removed.
13516         * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Removed.
13517         * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Removed.
13518         * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Removed.
13519         * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt: Removed.
13520         * platform/chromium-linux/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Added.
13521         * platform/chromium-linux/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt: Removed.
13522         * platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Removed.
13523         * platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Removed.
13524         * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
13525         * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-04-t-expected.txt: Removed.
13526         * platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Removed.
13527         * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.txt: Removed.
13528         * platform/chromium-linux/svg/custom/svg-fonts-with-no-element-reference-expected.txt: Removed.
13529         * platform/chromium-linux/svg/hixie/perf/003-expected.txt: Added.
13530         * platform/chromium-linux/svg/hixie/perf/004-expected.txt: Added.
13531         * platform/chromium-linux/svg/hixie/perf/005-expected.txt: Added.
13532         * platform/chromium-linux/svg/hixie/perf/006-expected.txt: Added.
13533         * platform/chromium-linux/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
13534         * platform/chromium-linux/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
13535         * platform/chromium-linux/svg/text/text-hkern-expected.txt: Removed.
13536         * platform/chromium-linux/svg/text/text-hkern-on-vertical-text-expected.checksum: Removed.
13537         * platform/chromium-linux/svg/text/text-hkern-on-vertical-text-expected.png: Removed.
13538         * platform/chromium-linux/svg/text/text-hkern-on-vertical-text-expected.txt: Removed.
13539         * platform/chromium-linux/svg/text/text-text-01-b-expected.checksum:
13540         * platform/chromium-linux/svg/text/text-text-01-b-expected.png:
13541         * platform/chromium-linux/svg/text/text-text-01-b-expected.txt:
13542         * platform/chromium-linux/svg/text/text-text-04-t-expected.txt: Removed.
13543         * platform/chromium-linux/svg/text/text-vkern-expected.checksum: Removed.
13544         * platform/chromium-linux/svg/text/text-vkern-expected.txt: Removed.
13545         * platform/chromium-linux/svg/text/text-vkern-on-horizontal-text-expected.txt: Removed.
13546         * platform/chromium-win/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt: Removed.
13547         * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt: Removed.
13548         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
13549         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
13550         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
13551         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
13552         * platform/chromium-win/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt:
13553         * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
13554         * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
13555         * platform/chromium-win/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
13556         * platform/chromium-win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
13557         * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
13558         * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
13559         * platform/chromium-win/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
13560         * platform/chromium-win/svg/batik/text/xmlSpace-expected.txt:
13561         * platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
13562         * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.checksum:
13563         * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.png:
13564         * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.txt:
13565         * platform/chromium-win/svg/custom/svg-fonts-with-no-element-reference-expected.checksum:
13566         * platform/chromium-win/svg/custom/svg-fonts-with-no-element-reference-expected.png:
13567         * platform/chromium-win/svg/custom/svg-fonts-with-no-element-reference-expected.txt: Removed.
13568         * platform/chromium-win/svg/text/text-hkern-expected.txt: Removed.
13569         * platform/chromium-win/svg/text/text-hkern-on-vertical-text-expected.checksum:
13570         * platform/chromium-win/svg/text/text-hkern-on-vertical-text-expected.png:
13571         * platform/chromium-win/svg/text/text-hkern-on-vertical-text-expected.txt: Removed.
13572         * platform/chromium-win/svg/text/text-text-04-t-expected.checksum:
13573         * platform/chromium-win/svg/text/text-text-04-t-expected.png:
13574         * platform/chromium-win/svg/text/text-text-04-t-expected.txt:
13575         * platform/chromium-win/svg/text/text-vkern-expected.checksum:
13576         * platform/chromium-win/svg/text/text-vkern-expected.png:
13577         * platform/chromium-win/svg/text/text-vkern-expected.txt: Removed.
13578         * platform/chromium-win/svg/text/text-vkern-on-horizontal-text-expected.txt: Removed.
13579         * platform/chromium/test_expectations.txt:
13580
13581 2011-01-24  Simon Fraser  <simon.fraser@apple.com>
13582
13583         Reviewed by Chris Marrin.
13584
13585         perspective() transform function should take lengths
13586         https://bugs.webkit.org/show_bug.cgi?id=52683
13587         
13588         Add tests for perspective() handling, and interpolation for animation.
13589
13590         * animations/3d/transform-perspective-expected.txt: Added.
13591         * animations/3d/transform-perspective.html: Added.
13592         * transforms/3d/general/3dtransform-values-expected.txt:
13593         * transforms/3d/general/3dtransform-values.html:
13594
13595 2011-01-24  Kent Tamura  <tkent@chromium.org>
13596
13597         Reviewed by Dimitri Glazkov.
13598
13599         [Windows] Textfield <input>s have different widths.
13600         https://bugs.webkit.org/show_bug.cgi?id=48405
13601
13602         * fast/forms/input-widths-expected.txt: Added.
13603         * fast/forms/input-widths.html: Added.
13604
13605 2011-01-24  Kent Tamura  <tkent@chromium.org>
13606
13607         Reviewed by Dimitri Glazkov.
13608
13609         Some bugs of search cancel button and spin button about state change in
13610         an event handler.
13611         https://bugs.webkit.org/show_bug.cgi?id=46950
13612
13613         * fast/forms/input-number-change-type-on-focus-expected.txt: Added.
13614         * fast/forms/input-number-change-type-on-focus.html: Added.
13615         * fast/forms/search-hide-cancel-on-cancel-expected.txt: Added.
13616         * fast/forms/search-hide-cancel-on-cancel.html: Added.
13617
13618 2011-01-24  Ryosuke Niwa  <rniwa@webkit.org>
13619
13620         Reviewed by Ojan Vafai.
13621
13622         Inserting multiple whitespace using text composition (IME) should insert interleaved nbsp and whitespace.
13623         https://bugs.webkit.org/show_bug.cgi?id=52781
13624
13625         The test was rebaselined to have interleaved space and non-breaking space.
13626
13627         * editing/inserting/insert-composition-whitespace-expected.txt:
13628         * editing/inserting/insert-composition-whitespace.html:
13629
13630 2011-01-24  Martin Robinson  <mrobinson@igalia.com>
13631
13632         Skip one more crashing test.
13633
13634         * platform/gtk/Skipped: Skip a test.
13635
13636 2011-01-24  Martin Robinson  <mrobinson@igalia.com>
13637
13638         Skipping failing tests after r76555.
13639
13640         * platform/gtk/Skipped: Skip failing tests.
13641
13642 2011-01-24  Peter Kasting  <pkasting@google.com>
13643
13644         Reviewed by Darin Adler.
13645
13646         Roll back r67261 ("Don't fire onclick on middle clicks") due to
13647         regressions.
13648         https://bugs.webkit.org/show_bug.cgi?id=46733
13649
13650         * fast/events/mouse-click-events-expected.txt:
13651         * fast/events/script-tests/mouse-click-events.js:
13652
13653 2011-01-24  Xiaomei Ji  <xji@chromium.org>
13654
13655         Unreviewed.
13656
13657         Skip cjk-segmentation.html (introduced in r76548) in QT.
13658         QT skipped range-expand.html, skip cjk-segmentation as well.
13659
13660         * platform/qt/Skipped:
13661
13662 2011-01-24  Martin Robinson  <mrobinson@igalia.com>
13663
13664         Reviewed by Eric Seidel.
13665
13666         [GTK] Many DOM XHTML tests time out
13667         https://bugs.webkit.org/show_bug.cgi?id=52553
13668
13669         * platform/gtk/Skipped: Unskip tests which are no longer timing out.
13670
13671 2011-01-24  Ryosuke Niwa  <rniwa@webkit.org>
13672
13673         Unreviewed Chromium test expectation update for r76548.
13674
13675         * platform/chromium/test_expectations.txt:
13676
13677 2011-01-24  Xiaomei Ji  <xji@chromium.org>
13678
13679         Reviewed by Ryosuke Niwa.
13680
13681         Add test for Chinese Segmentation.
13682         https://bugs.webkit.org/show_bug.cgi?id=52926
13683
13684         The CJK segmentation currently does not work in other ports except Chromium.
13685         Please refer to https://bugs.webkit.org/show_bug.cgi?id=53044 for detail.
13686
13687         * fast/text/international/cjk-segmentation-expected.txt: Added.
13688         * fast/text/international/cjk-segmentation.html: Added.
13689         * platform/chromium/fast/text/international: Added.
13690         * platform/chromium/fast/text/international/cjk-segmentation-expected.txt: Added.
13691
13692 2011-01-24  Maciej Stachowiak  <mjs@apple.com>
13693
13694         Reviewed by Eric Seidel.
13695
13696         Skip a newly added test that uses textInputController
13697         https://bugs.webkit.org/show_bug.cgi?id=53027
13698
13699         * platform/mac-wk2/Skipped:
13700
13701 2011-01-24  Andrei Popescu  <andreip@google.com>
13702
13703         Unreviewed, build fix.
13704
13705         LayoutTest/storage/indexeddb/objectstore-autoincrement.html is failing after r76533
13706         https://bugs.webkit.org/show_bug.cgi?id=53032
13707
13708         Fix the expected output, which still had an error.
13709
13710         * storage/indexeddb/objectstore-autoincrement-expected.txt:
13711
13712 2011-01-24  Kenji Imasaki  <imasaki@chromium.org>
13713
13714         Reviewed by Jian Li.
13715
13716         [chromium] Remove non-flaky tests from test expectation file
13717         https://bugs.webkit.org/show_bug.cgi?id=53022
13718
13719         * platform/chromium/test_expectations.txt:
13720
13721 2011-01-24  Andrei Popescu  <andreip@google.com>
13722
13723         Reviewed by Jeremy Orlow.
13724
13725         LayoutTest/storage/indexeddb/objectstore-autoincrement.html is failing after r76533
13726         https://bugs.webkit.org/show_bug.cgi?id=53032
13727
13728         This fixes the layout test by modifying the arguments to IDBDatabase::transaction.
13729
13730         * storage/indexeddb/objectstore-autoincrement-expected.txt:
13731         * storage/indexeddb/objectstore-autoincrement.html:
13732
13733 2011-01-24  Andrei Popescu  <andreip@google.com>
13734
13735         Reviewed by Nate Chapin.
13736
13737         IndexedDatabase methods should not take arguments of type OptionsObject
13738         https://bugs.webkit.org/show_bug.cgi?id=53012
13739
13740         * storage/indexeddb/create-object-store-options-expected.txt:
13741         * storage/indexeddb/create-object-store-options.html:
13742         * storage/indexeddb/cursor-delete-expected.txt:
13743         * storage/indexeddb/cursor-delete.html:
13744         * storage/indexeddb/cursor-index-delete-expected.txt:
13745         * storage/indexeddb/cursor-index-delete.html:
13746         * storage/indexeddb/data-corruption-expected.txt:
13747         * storage/indexeddb/data-corruption.html:
13748         * storage/indexeddb/database-quota-expected.txt:
13749         * storage/indexeddb/database-quota.html:
13750         * storage/indexeddb/index-cursor.html:
13751         * storage/indexeddb/objectstore-basics-expected.txt:
13752         * storage/indexeddb/objectstore-basics.html:
13753         * storage/indexeddb/objectstore-cursor.html:
13754         * storage/indexeddb/open-cursor-expected.txt:
13755         * storage/indexeddb/open-cursor.html:
13756         * storage/indexeddb/transaction-and-objectstore-calls-expected.txt:
13757         * storage/indexeddb/transaction-and-objectstore-calls.html:
13758         * storage/indexeddb/tutorial.html:
13759
13760 2011-01-24  Chang Shu  <chang.shu@nokia.com>
13761
13762         Reviewed by Darin Adler.
13763
13764         Move contentEditable related test cases to the right place as they are DOM
13765         related instead of editing related.
13766         https://bugs.webkit.org/show_bug.cgi?id=53010
13767
13768         * editing/editability: Removed.
13769         * editing/editability/attr-empty-string-expected.txt: Removed.
13770         * editing/editability/attr-empty-string.html: Removed.
13771         * editing/editability/attr-false-string-expected.txt: Removed.
13772         * editing/editability/attr-false-string.html: Removed.
13773         * editing/editability/attr-invalid-string-expected.txt: Removed.
13774         * editing/editability/attr-invalid-string.html: Removed.
13775         * editing/editability/attr-missing-ancestor-false-expected.txt: Removed.
13776         * editing/editability/attr-missing-ancestor-false.html: Removed.
13777         * editing/editability/attr-missing-ancestor-true-expected.txt: Removed.
13778         * editing/editability/attr-missing-ancestor-true.html: Removed.
13779         * editing/editability/attr-missing-parent-ancestor-missing-expected.txt: Removed.
13780         * editing/editability/attr-missing-parent-ancestor-missing.html: Removed.
13781         * editing/editability/attr-missing-parent-false-expected.txt: Removed.
13782         * editing/editability/attr-missing-parent-false.html: Removed.
13783         * editing/editability/attr-missing-parent-true-expected.txt: Removed.
13784         * editing/editability/attr-missing-parent-true.html: Removed.
13785         * editing/editability/attr-true-string-expected.txt: Removed.
13786         * editing/editability/attr-true-string.html: Removed.
13787         * editing/editability/set-false-expected.txt: Removed.
13788         * editing/editability/set-false.html: Removed.
13789         * editing/editability/set-inherit-parent-false-expected.txt: Removed.
13790         * editing/editability/set-inherit-parent-false.html: Removed.
13791         * editing/editability/set-inherit-parent-true-expected.txt: Removed.
13792         * editing/editability/set-inherit-parent-true.html: Removed.
13793         * editing/editability/set-invalid-value-expected.txt: Removed.
13794         * editing/editability/set-invalid-value.html: Removed.
13795         * editing/editability/set-true-expected.txt: Removed.
13796         * editing/editability/set-true.html: Removed.
13797         * editing/editability/set-value-caseinsensitive-expected.txt: Removed.
13798         * editing/editability/set-value-caseinsensitive.html: Removed.
13799         * fast/dom/HTMLElement/attr-empty-string-expected.txt: Copied from LayoutTests/editing/editability/attr-empty-string-expected.txt.
13800         * fast/dom/HTMLElement/attr-empty-string.html: Copied from LayoutTests/editing/editability/attr-empty-string.html.
13801         * fast/dom/HTMLElement/attr-false-string-expected.txt: Copied from LayoutTests/editing/editability/attr-false-string-expected.txt.
13802         * fast/dom/HTMLElement/attr-false-string.html: Copied from LayoutTests/editing/editability/attr-false-string.html.
13803         * fast/dom/HTMLElement/attr-invalid-string-expected.txt: Copied from LayoutTests/editing/editability/attr-invalid-string-expected.txt.
13804         * fast/dom/HTMLElement/attr-invalid-string.html: Copied from LayoutTests/editing/editability/attr-invalid-string.html.
13805         * fast/dom/HTMLElement/attr-missing-ancestor-false-expected.txt: Copied from LayoutTests/editing/editability/attr-missing-ancestor-false-expected.txt.
13806         * fast/dom/HTMLElement/attr-missing-ancestor-false.html: Copied from LayoutTests/editing/editability/attr-missing-ancestor-false.html.
13807         * fast/dom/HTMLElement/attr-missing-ancestor-true-expected.txt: Copied from LayoutTests/editing/editability/attr-missing-ancestor-true-expected.txt.
13808         * fast/dom/HTMLElement/attr-missing-ancestor-true.html: Copied from LayoutTests/editing/editability/attr-missing-ancestor-true.html.
13809         * fast/dom/HTMLElement/attr-missing-parent-ancestor-missing-expected.txt: Copied from LayoutTests/editing/editability/attr-missing-parent-ancestor-missing-expected.txt.
13810         * fast/dom/HTMLElement/attr-missing-parent-ancestor-missing.html: Copied from LayoutTests/editing/editability/attr-missing-parent-ancestor-missing.html.
13811         * fast/dom/HTMLElement/attr-missing-parent-false-expected.txt: Copied from LayoutTests/editing/editability/attr-missing-parent-false-expected.txt.
13812         * fast/dom/HTMLElement/attr-missing-parent-false.html: Copied from LayoutTests/editing/editability/attr-missing-parent-false.html.
13813         * fast/dom/HTMLElement/attr-missing-parent-true-expected.txt: Copied from LayoutTests/editing/editability/attr-missing-parent-true-expected.txt.
13814         * fast/dom/HTMLElement/attr-missing-parent-true.html: Copied from LayoutTests/editing/editability/attr-missing-parent-true.html.
13815         * fast/dom/HTMLElement/attr-true-string-expected.txt: Copied from LayoutTests/editing/editability/attr-true-string-expected.txt.
13816         * fast/dom/HTMLElement/attr-true-string.html: Copied from LayoutTests/editing/editability/attr-true-string.html.
13817         * fast/dom/HTMLElement/set-false-expected.txt: Copied from LayoutTests/editing/editability/set-false-expected.txt.
13818         * fast/dom/HTMLElement/set-false.html: Copied from LayoutTests/editing/editability/set-false.html.
13819         * fast/dom/HTMLElement/set-inherit-parent-false-expected.txt: Copied from LayoutTests/editing/editability/set-inherit-parent-false-expected.txt.
13820         * fast/dom/HTMLElement/set-inherit-parent-false.html: Copied from LayoutTests/editing/editability/set-inherit-parent-false.html.
13821         * fast/dom/HTMLElement/set-inherit-parent-true-expected.txt: Copied from LayoutTests/editing/editability/set-inherit-parent-true-expected.txt.
13822         * fast/dom/HTMLElement/set-inherit-parent-true.html: Copied from LayoutTests/editing/editability/set-inherit-parent-true.html.
13823         * fast/dom/HTMLElement/set-invalid-value-expected.txt: Copied from LayoutTests/editing/editability/set-invalid-value-expected.txt.
13824         * fast/dom/HTMLElement/set-invalid-value.html: Copied from LayoutTests/editing/editability/set-invalid-value.html.
13825         * fast/dom/HTMLElement/set-true-expected.txt: Copied from LayoutTests/editing/editability/set-true-expected.txt.
13826         * fast/dom/HTMLElement/set-true.html: Copied from LayoutTests/editing/editability/set-true.html.
13827         * fast/dom/HTMLElement/set-value-caseinsensitive-expected.txt: Copied from LayoutTests/editing/editability/set-value-caseinsensitive-expected.txt.
13828         * fast/dom/HTMLElement/set-value-caseinsensitive.html: Copied from LayoutTests/editing/editability/set-value-caseinsensitive.html.
13829
13830 2011-01-24  Sam Weinig  <sam@webkit.org>
13831
13832         Add editing/inserting/insert-composition-whitespace.html to the windows
13833         skipped list.
13834
13835         * platform/win/Skipped:
13836
13837 2011-01-24  Csaba Osztrogonác  <ossy@webkit.org>
13838
13839         Unreviewed.
13840
13841         Add Qt specific expected results for passing editing/selections tests.
13842         Compared to Mac png files and Mac expected files. (part 3)
13843
13844         * platform/qt/editing/selection/ [...]:
13845
13846 2011-01-24  Csaba Osztrogonác  <ossy@webkit.org>
13847
13848         Unreviewed.
13849
13850         Add Qt specific expected results for passing editing/selections tests.
13851         Compared to Mac png files and Mac expected files. (part 2)
13852
13853         * platform/qt/editing/selection/ [...]:
13854
13855 2011-01-24  Csaba Osztrogonác  <ossy@webkit.org>
13856
13857         Unreviewed.
13858
13859         Add Qt specific expected results for passing editing/selections tests.
13860         Compared to Mac png files and Mac expected files. (part 1)
13861
13862         * platform/qt/editing/selection/ [...]:
13863
13864 2011-01-24  Csaba Osztrogonác  <ossy@webkit.org>
13865
13866         Unreviewed.
13867
13868         RTL: selection.modify("move", "forward", "line") when cursor is at start of a line does not move down a line
13869         https://bugs.webkit.org/show_bug.cgi?id=51517
13870
13871         * platform/qt-linux/editing: Removed.
13872         * platform/qt-linux/editing/selection: Removed.
13873         * platform/qt-linux/editing/selection/extend-to-line-boundary-expected.txt: Removed.
13874         * platform/qt/Skipped: Add editing/selection/extend-to-line-boundary.html until fix.
13875
13876 2011-01-24  Yury Semikhatsky  <yurys@chromium.org>
13877
13878         Unreviewed. Update Chromium test expectations.
13879
13880         * platform/chromium-mac/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt:
13881         * platform/chromium-mac/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt:
13882         * platform/chromium-mac/http/tests/security/xss-DENIED-frame-name-expected.txt:
13883         * platform/chromium/test_expectations.txt:
13884
13885 2011-01-24  Peter Varga  <pvarga@inf.u-szeged.hu>
13886
13887         Reviewed by Oliver Hunt.
13888
13889         Optimize regex patterns which contain empty alternatives
13890         https://bugs.webkit.org/show_bug.cgi?id=51395
13891
13892         Eliminate the empty alternatives from the regex pattern and convert it to do
13893         the matching in an easier way.
13894
13895         * fast/regex/script-tests/slow.js:
13896         * fast/regex/slow-expected.txt:
13897
13898 2011-01-24  Pavel Podivilov  <podivilov@chromium.org>
13899
13900         Unreviewed, test fix for r76497.
13901
13902         * http/tests/inspector/debugger-test2.js:
13903         (initialize_DebuggerTest.InspectorTest.setBreakpointInVisibleView):
13904         (initialize_DebuggerTest.InspectorTest._showScriptSource):
13905
13906 2011-01-24  Yuzo Fujishima  <yuzo@google.com>
13907
13908         Unreviewed Chromium test expectation change.
13909
13910         Update Chromim test expectations (LINUX/SVG) in response to r76442, again.
13911
13912         * platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
13913         * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.txt: Added.
13914         * platform/chromium-linux/svg/custom/svg-fonts-with-no-element-reference-expected.txt: Added.
13915         * platform/chromium-linux/svg/text/text-hkern-expected.txt: Added.
13916         * platform/chromium-linux/svg/text/text-hkern-on-vertical-text-expected.checksum: Added.
13917         * platform/chromium-linux/svg/text/text-hkern-on-vertical-text-expected.png: Added.
13918         * platform/chromium-linux/svg/text/text-hkern-on-vertical-text-expected.txt: Added.
13919         * platform/chromium-linux/svg/text/text-text-04-t-expected.txt: Added.
13920         * platform/chromium-linux/svg/text/text-vkern-expected.checksum: Added.
13921         * platform/chromium-linux/svg/text/text-vkern-expected.txt: Added.
13922
13923 2011-01-24  Alejandro G. Castro  <alex@igalia.com>
13924
13925         Unreviewed, GTK still does not have TestInputController support. Opened
13926         a bug to follow the issue:
13927         https://bugs.webkit.org/show_bug.cgi?id=52997
13928
13929         * platform/gtk/Skipped:
13930
13931 2011-01-24  MORITA Hajime  <morrita@google.com>
13932
13933         Unreviewed, skipped insert-composition-whitespace.html due to missing DRT feature.
13934
13935         * platform/gtk/Skipped:
13936
13937 2011-01-24  Alejandro G. Castro  <alex@igalia.com>
13938
13939
13940         Unreviewed, skipped tests failing the 64bits bot and passing in the
13941         32bits bots. Bug following the issue:
13942         https://bugs.webkit.org/show_bug.cgi?id=52996
13943
13944         * platform/gtk/Skipped:
13945
13946 2011-01-23  Yuzo Fujishima  <yuzo@google.com>
13947
13948         Unreviewed Chromium test expectation change.
13949
13950         Update Chromim test expectations (LINUX/SVG) in response to r76442.
13951
13952         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt: Added.
13953         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt: Added.
13954         * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt: Added.
13955         * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Added.
13956         * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Added.
13957         * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Added.
13958         * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Added.
13959         * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Added.
13960         * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Added.
13961         * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt: Added.
13962         * platform/chromium-linux/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt: Added.
13963         * platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Added.
13964         * platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Added.
13965         * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-04-t-expected.txt: Added.
13966         * platform/chromium-linux/svg/text/text-vkern-on-horizontal-text-expected.txt: Added.
13967         * platform/chromium/test_expectations.txt:
13968
13969 2011-01-23  Yuzo Fujishima  <yuzo@google.com>
13970
13971         Unreviewed Chromium test expectation change.
13972
13973         Update Chromim test expectations (WIN/SVG) in response to r76442.
13974
13975         * platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
13976         * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.checksum:
13977         * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.png:
13978         * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.txt:
13979         * platform/chromium-win/svg/custom/svg-fonts-with-no-element-reference-expected.checksum:
13980         * platform/chromium-win/svg/custom/svg-fonts-with-no-element-reference-expected.png:
13981         * platform/chromium-win/svg/custom/svg-fonts-with-no-element-reference-expected.txt: Added.
13982         * platform/chromium-win/svg/text/text-hkern-on-vertical-text-expected.checksum:
13983         * platform/chromium-win/svg/text/text-hkern-on-vertical-text-expected.png:
13984         * platform/chromium-win/svg/text/text-hkern-on-vertical-text-expected.txt: Added.
13985         * platform/chromium-win/svg/text/text-text-04-t-expected.checksum:
13986         * platform/chromium-win/svg/text/text-text-04-t-expected.png:
13987         * platform/chromium-win/svg/text/text-text-04-t-expected.txt:
13988         * platform/chromium-win/svg/text/text-vkern-expected.checksum:
13989         * platform/chromium-win/svg/text/text-vkern-expected.png:
13990         * platform/chromium-win/svg/text/text-vkern-expected.txt: Added.
13991
13992 2011-01-19  MORITA Hajime  <morrita@google.com>
13993
13994         Reviewed by Ryosuke Niwa.
13995
13996         Space and tab characters "sent" by an input method give totally different results than typing them directly.
13997         https://bugs.webkit.org/show_bug.cgi?id=5241
13998         
13999         Added a test that exercises continous whitespace characters and tabs inserted by IME.
14000
14001         * editing/inserting/insert-composition-whitespace-expected.txt: Added.
14002         * editing/inserting/insert-composition-whitespace.html: Added.
14003
14004 2011-01-23  Yuzo Fujishima  <yuzo@google.com>
14005
14006         Unreviewed Chromium test expectation change.
14007         Update Chromim test expectations (WIN) in response to r76442.
14008
14009         * platform/chromium-win/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt: Added.
14010         * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt: Added.
14011         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
14012         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
14013         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
14014         * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
14015         * platform/chromium-win/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt:
14016         * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
14017         * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
14018         * platform/chromium-win/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
14019         * platform/chromium-win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
14020         * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
14021         * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
14022         * platform/chromium-win/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
14023         * platform/chromium-win/svg/batik/text/xmlSpace-expected.txt:
14024         * platform/chromium-win/svg/text/text-hkern-expected.txt: Added.
14025         * platform/chromium-win/svg/text/text-vkern-on-horizontal-text-expected.txt: Added.
14026         * platform/chromium/test_expectations.txt:
14027
14028 2011-01-23  Yuzo Fujishima  <yuzo@google.com>
14029
14030         Unreviewed Chromium test expectation change.
14031         Mark fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport.html as TEXT for LINUX.
14032
14033         * platform/chromium/test_expectations.txt:
14034
14035 2011-01-23  Yuzo Fujishima  <yuzo@google.com>
14036
14037         Unreviewed Chromium test expectation change.
14038         Update Chromim test expectations in response to r76442.
14039
14040         * platform/chromium-linux/fast/css/acid2-expected.txt: Added.
14041         * platform/chromium-linux/fast/css/acid2-pixel-expected.checksum:
14042         * platform/chromium-linux/fast/css/acid2-pixel-expected.png:
14043         * platform/chromium-linux/fast/css/acid2-pixel-expected.txt: Added.
14044         * platform/chromium-linux/fast/forms/button-sizes-expected.checksum:
14045         * platform/chromium-linux/fast/forms/button-sizes-expected.png:
14046         * platform/chromium-linux/fast/forms/button-sizes-expected.txt:
14047         * platform/chromium-linux/fast/forms/input-button-sizes-expected.checksum:
14048         * platform/chromium-linux/fast/forms/input-button-sizes-expected.png:
14049         * platform/chromium-linux/fast/forms/input-button-sizes-expected.txt:
14050         * platform/chromium-linux/http/tests/misc/acid2-expected.txt: Added.
14051         * platform/chromium-linux/http/tests/misc/acid2-pixel-expected.checksum:
14052         * platform/chromium-linux/http/tests/misc/acid2-pixel-expected.png:
14053         * platform/chromium-linux/http/tests/misc/acid2-pixel-expected.txt: Added.
14054         * platform/chromium-linux/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Removed.
14055         * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
14056         * platform/chromium-linux/svg/hixie/perf/003-expected.txt: Removed.
14057         * platform/chromium-linux/svg/hixie/perf/004-expected.txt: Removed.
14058         * platform/chromium-linux/svg/hixie/perf/005-expected.txt: Removed.
14059         * platform/chromium-linux/svg/hixie/perf/006-expected.txt: Removed.
14060         * platform/chromium-linux/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Removed.
14061         * platform/chromium-linux/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Removed.
14062         * platform/chromium-linux/svg/text/text-text-01-b-expected.checksum:
14063         * platform/chromium-linux/svg/text/text-text-01-b-expected.png:
14064         * platform/chromium-linux/svg/text/text-text-01-b-expected.txt:
14065
14066 2011-01-23  Alexey Proskuryakov  <ap@apple.com>
14067
14068         Reviewed by Eric Seidel.
14069
14070         https://bugs.webkit.org/show_bug.cgi?id=15649
14071         Empty STYLE elements are not reflected into the document.styleSheets object
14072
14073         Adding a test for a bug that no longer occurs.
14074
14075         * fast/dom/document-stylesheets-empty-style-expected.txt: Added.
14076         * fast/dom/document-stylesheets-empty-style.html: Added.
14077
14078 2011-01-22  Maciej Stachowiak  <mjs@apple.com>
14079
14080         Reviewed by Oliver Hunt.
14081
14082         Skip a test that seems to cause the subsequent test to sporadically fail, and unskip the several tests after it
14083         https://bugs.webkit.org/show_bug.cgi?id=52970
14084
14085         * platform/mac-wk2/Skipped:
14086
14087 2011-01-22  Robert Hogan  <robert@webkit.org>
14088
14089         Reviewed by Andreas Kling.
14090
14091         [Qt] Support layoutTestController.addURLToRedirect()
14092         https://bugs.webkit.org/show_bug.cgi?id=52956
14093
14094         * platform/qt/Skipped:
14095
14096 2011-01-22  Nikolas Zimmermann  <nzimmermann@rim.com>
14097
14098         Not reviewed.
14099
14100         REGRESSION: Vertical line metrics incorrect
14101         https://bugs.webkit.org/show_bug.cgi?id=52960
14102
14103         Revert accidently landed mac baseline changes.
14104
14105         * platform/mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt:
14106         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt:
14107         * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
14108         * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
14109         * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
14110         * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
14111         * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt:
14112         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
14113         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
14114         * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
14115         * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
14116         * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
14117         * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
14118         * platform/mac/svg/batik/text/xmlSpace-expected.txt:
14119         * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
14120         * platform/mac/svg/custom/svg-fonts-in-html-expected.txt:
14121         * platform/mac/svg/custom/svg-fonts-with-no-element-reference-expected.txt:
14122         * platform/mac/svg/text/text-hkern-expected.txt:
14123         * platform/mac/svg/text/text-hkern-on-vertical-text-expected.txt:
14124         * platform/mac/svg/text/text-text-04-t-expected.txt:
14125         * platform/mac/svg/text/text-vkern-expected.txt:
14126         * platform/mac/svg/text/text-vkern-on-horizontal-text-expected.txt:
14127         * platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
14128
14129 2011-01-22  Nikolas Zimmermann  <nzimmermann@rim.com>
14130
14131         Not reviewed.
14132
14133         REGRESSION: Vertical line metrics incorrect
14134         https://bugs.webkit.org/show_bug.cgi?id=52960
14135
14136         Rebaselined several text dumps from the bots, after the FontMetrics change.
14137         All show 1px diffs, but are progressions, since the lineSpacing calculation has been improved.
14138         Mac still has the old results - as it depends on a rounding trick at the moment.
14139
14140         * platform/gtk/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt:
14141         * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt:
14142         * platform/gtk/svg/text/text-hkern-expected.txt:
14143         * platform/gtk/svg/text/text-hkern-on-vertical-text-expected.txt:
14144         * platform/gtk/svg/text/text-vkern-expected.txt:
14145         * platform/gtk/svg/text/text-vkern-on-horizontal-text-expected.txt:
14146         * platform/mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt:
14147         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt:
14148         * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
14149         * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
14150         * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
14151         * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
14152         * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt:
14153         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
14154         * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
14155         * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
14156         * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
14157         * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
14158         * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
14159         * platform/mac/svg/batik/text/xmlSpace-expected.txt:
14160         * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
14161         * platform/mac/svg/custom/svg-fonts-in-html-expected.txt:
14162         * platform/mac/svg/custom/svg-fonts-with-no-element-reference-expected.txt:
14163         * platform/mac/svg/text/text-hkern-expected.txt:
14164         * platform/mac/svg/text/text-hkern-on-vertical-text-expected.txt:
14165         * platform/mac/svg/text/text-text-04-t-expected.txt:
14166         * platform/mac/svg/text/text-vkern-expected.txt:
14167         * platform/mac/svg/text/text-vkern-on-horizontal-text-expected.txt:
14168         * platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
14169         * platform/qt/css2.1/t1507-c526-font-sz-02-b-a-expected.txt:
14170         * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt:
14171         * platform/qt/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt:
14172         * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
14173         * platform/qt/svg/text/text-hkern-expected.txt:
14174         * platform/qt/svg/text/text-hkern-on-vertical-text-expected.txt:
14175         * platform/qt/svg/text/text-vkern-expected.txt:
14176         * platform/qt/svg/text/text-vkern-on-horizontal-text-expected.txt:
14177         * platform/qt/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
14178
14179 2011-01-22  Andrei Popescu  <andreip@google.com>
14180
14181         Reviewed by Jeremy Orlow.
14182
14183         IndexedDB corrupts data on disk
14184         https://bugs.webkit.org/show_bug.cgi?id=52890
14185
14186         * storage/indexeddb/data-corruption-expected.txt: Added.
14187         * storage/indexeddb/data-corruption.html: Added.
14188
14189 2011-01-22  Robert Hogan  <robert@webkit.org>
14190
14191         Reviewed by Kenneth Rohde Christiansen.
14192
14193         [Qt] REGRESSION (r72360): http/tests/security/aboutBlank/xss-DENIED-* tests fail
14194         https://bugs.webkit.org/show_bug.cgi?id=49802
14195
14196         * platform/qt/Skipped:
14197         * platform/qt/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt: Added.
14198         * platform/qt/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt: Added.
14199         * platform/qt/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt: Added.
14200
14201 2011-01-22  Andreas Kling  <kling@webkit.org>
14202
14203         Unreviewed, add Qt-specific result for test added in r76414.
14204
14205         * platform/qt/fast/text/justify-nbsp-expected.txt: Added.
14206
14207 2011-01-22  Ryosuke Niwa  <rniwa@webkit.org>
14208
14209         Unreviewed Chromium test expectation update.
14210
14211         * platform/chromium/test_expectations.txt:
14212
14213 2011-01-22  Ryosuke Niwa  <rniwa@webkit.org>
14214
14215         Unreviewed Chromium test expectation update.
14216
14217         * platform/chromium/test_expectations.txt:
14218
14219 2011-01-21  Yury Semikhatsky  <yurys@chromium.org>
14220
14221         Reviewed by Adam Barth.
14222
14223         Regression: new window.onerror() implementation leaks cross-origin Javascript errors
14224         https://bugs.webkit.org/show_bug.cgi?id=52903
14225
14226         A couple of tests to check that window.onerror won't reveal any content of the resource
14227         from a different domain if the latter is referenced via <script src=...>
14228
14229         * http/tests/security/cross-origin-script-window-onerror-expected.txt: Added.
14230         * http/tests/security/cross-origin-script-window-onerror-redirected-expected.txt: Added.
14231         * http/tests/security/cross-origin-script-window-onerror-redirected.html: Added.
14232         * http/tests/security/cross-origin-script-window-onerror.html: Added.
14233         * http/tests/security/resources/cross-origin-script.txt: Added.
14234
14235 2011-01-21  Maciej Stachowiak  <mjs@apple.com>
14236
14237         Reviewed by Geoffrey Garen.
14238
14239         Humor the WebKit2 buildbot in its continuing hatred of forms tests
14240         https://bugs.webkit.org/show_bug.cgi?id=52944
14241
14242         * platform/mac-wk2/Skipped:
14243
14244 2011-01-21  Dan Bernstein  <mitz@apple.com>
14245
14246         Rubber-stamped by Mark Rowe.
14247
14248         Updated the results after r76414 fixed text justification in this test.
14249
14250         * platform/mac/fast/text/justified-text-rect-expected.checksum:
14251         * platform/mac/fast/text/justified-text-rect-expected.png:
14252         * platform/mac/fast/text/justified-text-rect-expected.txt:
14253
14254 2011-01-21  James Robinson  <jamesr@chromium.org>
14255
14256         Update chromium test expectations. fast/animation tests should now pass on all chromium configurations.
14257
14258         * platform/chromium/test_expectations.txt:
14259
14260 2011-01-21  Dan Bernstein  <mitz@apple.com>
14261
14262         Fix test failure.
14263
14264         * fast/text/justify-nbsp.html: Removed a contenteditable attribute
14265         that was added after generating results.
14266
14267 2011-01-21  Andreas Kling  <kling@webkit.org>
14268
14269         Unreviewed, removing the Qt result for r76414 since the test
14270         was actually broken beyond the usual off-by-one metrics.
14271
14272         * platform/qt/fast/text/justify-nbsp-expected.txt: Removed.
14273
14274 2011-01-21  Andreas Kling  <kling@webkit.org>
14275
14276         Unreviewed, add Qt-specific result for test added in r76414.
14277
14278         * platform/qt/fast/text/justify-nbsp-expected.txt: Added.
14279
14280 2011-01-21  Dan Bernstein  <mitz@apple.com>
14281
14282         Reviewed by Adele Peterson.
14283
14284         Inconsistent handling of no-break space in justification logic
14285         https://bugs.webkit.org/show_bug.cgi?id=52938
14286
14287         * fast/text/justify-nbsp-expected.checksum: Added.
14288         * fast/text/justify-nbsp-expected.png: Added.
14289         * fast/text/justify-nbsp-expected.txt: Added.
14290         * fast/text/justify-nbsp.html: Added.
14291
14292 2011-01-21  Kenji Imasaki  <imasaki@chromium.org>
14293
14294         Reviewed by David Levin.
14295
14296         Remove resolved BUG13907 from test expectation file and added
14297         newly filed BUGCR70252 for media/video-zoom.html to keep track
14298         of the issue.
14299
14300         Also, remove non-flaky test (media/audio-only-video-intrinsic-size.htm).
14301
14302         * platform/chromium/test_expectations.txt:
14303
14304 2011-01-21  Martin Robinson  <mrobinson@igalia.com>
14305
14306         Rebaseline tests that use menulists. Also unskip a non-existent test.
14307
14308         * platform/gtk/Skipped: Remove non-existent test.
14309         * platform/gtk/editing/selection/select-box-expected.checksum:
14310         * platform/gtk/editing/selection/select-box-expected.png:
14311         * platform/gtk/editing/selection/select-box-expected.txt:
14312         * platform/gtk/transforms/2d/zoom-menulist-expected.checksum:
14313         * platform/gtk/transforms/2d/zoom-menulist-expected.png:
14314         * platform/gtk/transforms/2d/zoom-menulist-expected.txt:
14315
14316 2011-01-21  Michael Saboff  <msaboff@apple.com>
14317
14318         Reviewed by Oliver Hunt.
14319
14320         [RegexFuzz] Hang with forward assertion
14321         https://bugs.webkit.org/show_bug.cgi?id=52825
14322         <rdar://problem/8894332>
14323
14324         New tests to check for functionality and future regression.
14325
14326         * fast/regex/parentheses-expected.txt:
14327         * fast/regex/script-tests/parentheses.js:
14328
14329 2011-01-21  Maciej Stachowiak  <mjs@apple.com>
14330
14331         Reviewed by Adele Peterson.
14332
14333         Skip a test that's sporadically crashing on the buildbots
14334         https://bugs.webkit.org/show_bug.cgi?id=52932
14335
14336         * platform/mac-wk2/Skipped:
14337
14338 2011-01-21  Maciej Stachowiak  <mjs@apple.com>
14339
14340         Reviewed by Adam Roben.
14341
14342         Skip some newly added tests that use DRT APIs that are not yet available for WebKit2
14343         https://bugs.webkit.org/show_bug.cgi?id=52924
14344
14345         * platform/mac-wk2/Skipped:
14346
14347 2011-01-21  Martin Robinson  <mrobinson@igalia.com>
14348
14349         Reviewed by Xan Lopez.
14350
14351         [GTK] Menulist text often collides with separator
14352         https://bugs.webkit.org/show_bug.cgi?id=51155
14353
14354         Rebaseline tests that have different affected by the metrics of
14355         the menulist.
14356
14357         * platform/gtk/fast/forms/001-expected.checksum:
14358         * platform/gtk/fast/forms/001-expected.png:
14359         * platform/gtk/fast/forms/001-expected.txt:
14360         * platform/gtk/fast/forms/003-expected.checksum:
14361         * platform/gtk/fast/forms/003-expected.png:
14362         * platform/gtk/fast/forms/003-expected.txt:
14363         * platform/gtk/fast/forms/004-expected.checksum:
14364         * platform/gtk/fast/forms/004-expected.png:
14365         * platform/gtk/fast/forms/004-expected.txt:
14366         * platform/gtk/fast/forms/HTMLOptionElement_label01-expected.checksum:
14367         * platform/gtk/fast/forms/HTMLOptionElement_label01-expected.png:
14368         * platform/gtk/fast/forms/HTMLOptionElement_label01-expected.txt:
14369         * platform/gtk/fast/forms/HTMLOptionElement_label02-expected.checksum:
14370         * platform/gtk/fast/forms/HTMLOptionElement_label02-expected.png:
14371         * platform/gtk/fast/forms/HTMLOptionElement_label02-expected.txt:
14372         * platform/gtk/fast/forms/HTMLOptionElement_label03-expected.checksum:
14373         * platform/gtk/fast/forms/HTMLOptionElement_label03-expected.png:
14374         * platform/gtk/fast/forms/HTMLOptionElement_label03-expected.txt:
14375         * platform/gtk/fast/forms/HTMLOptionElement_label04-expected.checksum:
14376         * platform/gtk/fast/forms/HTMLOptionElement_label04-expected.png:
14377         * platform/gtk/fast/forms/HTMLOptionElement_label04-expected.txt:
14378         * platform/gtk/fast/forms/HTMLOptionElement_label06-expected.checksum:
14379         * platform/gtk/fast/forms/HTMLOptionElement_label06-expected.png:
14380         * platform/gtk/fast/forms/HTMLOptionElement_label06-expected.txt:
14381         * platform/gtk/fast/forms/HTMLOptionElement_label07-expected.checksum:
14382         * platform/gtk/fast/forms/HTMLOptionElement_label07-expected.png:
14383         * platform/gtk/fast/forms/HTMLOptionElement_label07-expected.txt:
14384         * platform/gtk/fast/forms/control-clip-overflow-expected.checksum:
14385         * platform/gtk/fast/forms/control-clip-overflow-expected.png:
14386         * platform/gtk/fast/forms/control-clip-overflow-expected.txt:
14387         * platform/gtk/fast/forms/control-restrict-line-height-expected.checksum:
14388         * platform/gtk/fast/forms/control-restrict-line-height-expected.png:
14389         * platform/gtk/fast/forms/control-restrict-line-height-expected.txt:
14390         * platform/gtk/fast/forms/disabled-select-change-index-expected.checksum:
14391         * platform/gtk/fast/forms/disabled-select-change-index-expected.png:
14392         * platform/gtk/fast/forms/disabled-select-change-index-expected.txt:
14393         * platform/gtk/fast/forms/form-element-geometry-expected.checksum:
14394         * platform/gtk/fast/forms/form-element-geometry-expected.png:
14395         * platform/gtk/fast/forms/form-element-geometry-expected.txt:
14396         * platform/gtk/fast/forms/input-file-re-render-expected.checksum: Added.
14397         * platform/gtk/fast/forms/input-file-re-render-expected.png: Added.
14398         * platform/gtk/fast/forms/menulist-deselect-update-expected.checksum:
14399         * platform/gtk/fast/forms/menulist-deselect-update-expected.png:
14400         * platform/gtk/fast/forms/menulist-deselect-update-expected.txt:
14401         * platform/gtk/fast/forms/menulist-narrow-width-expected.checksum:
14402         * platform/gtk/fast/forms/menulist-narrow-width-expected.png:
14403         * platform/gtk/fast/forms/menulist-narrow-width-expected.txt:
14404         * platform/gtk/fast/forms/menulist-no-overflow-expected.checksum:
14405         * platform/gtk/fast/forms/menulist-no-overflow-expected.png:
14406         * platform/gtk/fast/forms/menulist-no-overflow-expected.txt:
14407         * platform/gtk/fast/forms/menulist-restrict-line-height-expected.checksum:
14408         * platform/gtk/fast/forms/menulist-restrict-line-height-expected.png:
14409         * platform/gtk/fast/forms/menulist-restrict-line-height-expected.txt:
14410         * platform/gtk/fast/forms/menulist-separator-painting-expected.checksum:
14411         * platform/gtk/fast/forms/menulist-separator-painting-expected.png:
14412         * platform/gtk/fast/forms/menulist-separator-painting-expected.txt:
14413         * platform/gtk/fast/forms/menulist-style-color-expected.checksum:
14414         * platform/gtk/fast/forms/menulist-style-color-expected.png:
14415         * platform/gtk/fast/forms/menulist-style-color-expected.txt:
14416         * platform/gtk/fast/forms/menulist-width-change-expected.checksum:
14417         * platform/gtk/fast/forms/menulist-width-change-expected.png:
14418         * platform/gtk/fast/forms/menulist-width-change-expected.txt:
14419         * platform/gtk/fast/forms/option-script-expected.checksum:
14420         * platform/gtk/fast/forms/option-script-expected.png:
14421         * platform/gtk/fast/forms/option-script-expected.txt:
14422         * platform/gtk/fast/forms/option-strip-whitespace-expected.checksum:
14423         * platform/gtk/fast/forms/option-strip-whitespace-expected.png:
14424         * platform/gtk/fast/forms/option-strip-whitespace-expected.txt:
14425         * platform/gtk/fast/forms/option-text-clip-expected.checksum:
14426         * platform/gtk/fast/forms/option-text-clip-expected.png:
14427         * platform/gtk/fast/forms/option-text-clip-expected.txt:
14428         * platform/gtk/fast/forms/select-align-expected.checksum:
14429         * platform/gtk/fast/forms/select-align-expected.png:
14430         * platform/gtk/fast/forms/select-align-expected.txt:
14431         * platform/gtk/fast/forms/select-baseline-expected.checksum:
14432         * platform/gtk/fast/forms/select-baseline-expected.png:
14433         * platform/gtk/fast/forms/select-baseline-expected.txt:
14434         * platform/gtk/fast/forms/select-change-listbox-to-popup-expected.checksum:
14435         * platform/gtk/fast/forms/select-change-listbox-to-popup-expected.png:
14436         * platform/gtk/fast/forms/select-change-listbox-to-popup-expected.txt:
14437         * platform/gtk/fast/forms/select-dirty-parent-pref-widths-expected.checksum:
14438         * platform/gtk/fast/forms/select-dirty-parent-pref-widths-expected.png:
14439         * platform/gtk/fast/forms/select-dirty-parent-pref-widths-expected.txt:
14440         * platform/gtk/fast/forms/select-disabled-appearance-expected.checksum:
14441         * platform/gtk/fast/forms/select-disabled-appearance-expected.png:
14442         * platform/gtk/fast/forms/select-disabled-appearance-expected.txt:
14443         * platform/gtk/fast/forms/select-initial-position-expected.checksum:
14444         * platform/gtk/fast/forms/select-initial-position-expected.png:
14445         * platform/gtk/fast/forms/select-initial-position-expected.txt:
14446         * platform/gtk/fast/forms/select-selected-expected.checksum:
14447         * platform/gtk/fast/forms/select-selected-expected.png:
14448         * platform/gtk/fast/forms/select-selected-expected.txt:
14449         * platform/gtk/fast/forms/select-size-expected.checksum:
14450         * platform/gtk/fast/forms/select-size-expected.png:
14451         * platform/gtk/fast/forms/select-size-expected.txt:
14452         * platform/gtk/fast/forms/select-style-expected.checksum:
14453         * platform/gtk/fast/forms/select-style-expected.png:
14454         * platform/gtk/fast/forms/select-style-expected.txt:
14455         * platform/gtk/fast/forms/select-visual-hebrew-expected.checksum:
14456         * platform/gtk/fast/forms/select-visual-hebrew-expected.png:
14457         * platform/gtk/fast/forms/select-visual-hebrew-expected.txt:
14458         * platform/gtk/fast/forms/select-writing-direction-natural-expected.checksum:
14459         * platform/gtk/fast/forms/select-writing-direction-natural-expected.png:
14460         * platform/gtk/fast/forms/select-writing-direction-natural-expected.txt:
14461         * platform/gtk/fast/forms/stuff-on-my-optgroup-expected.checksum:
14462         * platform/gtk/fast/forms/stuff-on-my-optgroup-expected.png:
14463         * platform/gtk/fast/forms/stuff-on-my-optgroup-expected.txt:
14464
14465 2011-01-21  Csaba Osztrogonác  <ossy@webkit.org>
14466
14467         Unreviewed trivial fix.
14468
14469         FrameLoader::checkLoadCompleteForThisFrame uses wrong history item
14470         https://bugs.webkit.org/show_bug.cgi?id=48812
14471
14472         * platform/qt/http/tests/navigation/forward-and-cancel-expected.txt: Updated after r76357.
14473
14474 2011-01-21  Jessie Berlin  <jberlin@apple.com>
14475
14476         Skip transitions/transition-end-event-destroy-iframe.html on Windows in order to get the
14477         Windows 7 Release bots green. Unreviewed.
14478         https://bugs.webkit.org/show_bug.cgi?id=52913
14479
14480         * platform/win/Skipped:
14481
14482 2011-01-21  Maciej Stachowiak  <mjs@apple.com>
14483
14484         Reviewed by Sam Weinig.
14485
14486         Skip another test that is failing sporadically on the buildbots
14487         https://bugs.webkit.org/show_bug.cgi?id=52908
14488
14489         * platform/mac-wk2/Skipped:
14490
14491 2011-01-21  Xiyuan Xia  <xiyuan@chromium.org>
14492
14493         Reviewed by Tony Chang.
14494
14495         Update chromium/linux baselines after drawing code moved into
14496         WebThemeEngine.
14497         https://bugs.webkit.org/show_bug.cgi?id=52826
14498
14499         * platform/chromium-linux/css1/box_properties/acid_test-expected.checksum:
14500         * platform/chromium-linux/css1/box_properties/acid_test-expected.png:
14501         * platform/chromium-linux/css2.1/t09-c5526c-display-00-e-expected.checksum:
14502         * platform/chromium-linux/css2.1/t09-c5526c-display-00-e-expected.png:
14503         * platform/chromium-linux/fast/block/basic/011-expected.checksum:
14504         * platform/chromium-linux/fast/block/basic/011-expected.png:
14505         * platform/chromium-linux/fast/block/margin-collapse/103-expected.checksum:
14506         * platform/chromium-linux/fast/block/margin-collapse/103-expected.png:
14507         * platform/chromium-linux/fast/css/non-standard-checkbox-size-expected.checksum:
14508         * platform/chromium-linux/fast/css/non-standard-checkbox-size-expected.png:
14509         * platform/chromium-linux/fast/dom/HTMLProgressElement/progress-element-expected.checksum:
14510         * platform/chromium-linux/fast/dom/HTMLProgressElement/progress-element-expected.png:
14511         * platform/chromium-linux/fast/forms/basic-inputs-expected.checksum:
14512         * platform/chromium-linux/fast/forms/basic-inputs-expected.png:
14513         * platform/chromium-linux/fast/forms/basic-selects-expected.checksum:
14514         * platform/chromium-linux/fast/forms/basic-selects-expected.png:
14515         * platform/chromium-linux/fast/forms/box-shadow-override-expected.checksum:
14516         * platform/chromium-linux/fast/forms/box-shadow-override-expected.png:
14517         * platform/chromium-linux/fast/forms/checkbox-radio-onchange-expected.checksum:
14518         * platform/chromium-linux/fast/forms/checkbox-radio-onchange-expected.png:
14519         * platform/chromium-linux/fast/forms/file-input-disabled-expected.checksum:
14520         * platform/chromium-linux/fast/forms/file-input-disabled-expected.png:
14521         * platform/chromium-linux/fast/forms/form-element-geometry-expected.checksum:
14522         * platform/chromium-linux/fast/forms/form-element-geometry-expected.png:
14523         * platform/chromium-linux/fast/forms/formmove-expected.checksum:
14524         * platform/chromium-linux/fast/forms/formmove-expected.png:
14525         * platform/chromium-linux/fast/forms/formmove2-expected.checksum:
14526         * platform/chromium-linux/fast/forms/formmove2-expected.png:
14527         * platform/chromium-linux/fast/forms/indeterminate-expected.checksum:
14528         * platform/chromium-linux/fast/forms/indeterminate-expected.png:
14529         * platform/chromium-linux/fast/forms/input-appearance-height-expected.checksum:
14530         * platform/chromium-linux/fast/forms/input-appearance-height-expected.png:
14531         * platform/chromium-linux/fast/forms/input-value-expected.checksum:
14532         * platform/chromium-linux/fast/forms/input-value-expected.png:
14533         * platform/chromium-linux/fast/forms/menulist-restrict-line-height-expected.checksum:
14534         * platform/chromium-linux/fast/forms/menulist-restrict-line-height-expected.png:
14535         * platform/chromium-linux/fast/forms/menulist-style-color-expected.checksum:
14536         * platform/chromium-linux/fast/forms/menulist-style-color-expected.png:
14537         * platform/chromium-linux/fast/forms/placeholder-position-expected.checksum:
14538         * platform/chromium-linux/fast/forms/placeholder-position-expected.png: Added property svn:mime-type.
14539         * platform/chromium-linux/fast/forms/radio-attr-order-expected.checksum:
14540         * platform/chromium-linux/fast/forms/radio-attr-order-expected.png:
14541         * platform/chromium-linux/fast/forms/radio-nested-labels-expected.checksum:
14542         * platform/chromium-linux/fast/forms/radio-nested-labels-expected.png:
14543         * platform/chromium-linux/fast/forms/radio_checked-expected.checksum:
14544         * platform/chromium-linux/fast/forms/radio_checked-expected.png:
14545         * platform/chromium-linux/fast/forms/radio_checked_dynamic-expected.checksum:
14546         * platform/chromium-linux/fast/forms/radio_checked_dynamic-expected.png:
14547         * platform/chromium-linux/fast/forms/select-baseline-expected.checksum:
14548         * platform/chromium-linux/fast/forms/select-baseline-expected.png:
14549         * platform/chromium-linux/fast/inline/positionedLifetime-expected.checksum:
14550         * platform/chromium-linux/fast/inline/positionedLifetime-expected.png:
14551         * platform/chromium-linux/fast/parser/bad-xml-slash-expected.checksum:
14552         * platform/chromium-linux/fast/parser/bad-xml-slash-expected.png:
14553         * platform/chromium-linux/fast/replaced/replaced-breaking-expected.checksum:
14554         * platform/chromium-linux/fast/replaced/replaced-breaking-expected.png:
14555         * platform/chromium-linux/fast/replaced/width100percent-checkbox-expected.checksum:
14556         * platform/chromium-linux/fast/replaced/width100percent-checkbox-expected.png:
14557         * platform/chromium-linux/fast/text/textIteratorNilRenderer-expected.checksum:
14558         * platform/chromium-linux/fast/text/textIteratorNilRenderer-expected.png:
14559         * platform/chromium-linux/fast/text/whitespace/normal-after-nowrap-breaking-expected.checksum:
14560         * platform/chromium-linux/fast/text/whitespace/normal-after-nowrap-breaking-expected.png:
14561         * platform/chromium-linux/tables/mozilla/bugs/bug1318-expected.checksum:
14562         * platform/chromium-linux/tables/mozilla/bugs/bug1318-expected.png:
14563         * platform/chromium-linux/tables/mozilla/bugs/bug4527-expected.checksum:
14564         * platform/chromium-linux/tables/mozilla/bugs/bug4527-expected.png: Added property svn:mime-type.
14565         * platform/chromium-linux/tables/mozilla_expected_failures/core/captions1-expected.checksum:
14566         * platform/chromium-linux/tables/mozilla_expected_failures/core/captions1-expected.png:
14567         * platform/chromium-linux/tables/mozilla_expected_failures/core/captions2-expected.checksum:
14568         * platform/chromium-linux/tables/mozilla_expected_failures/core/captions2-expected.png:
14569
14570 2011-01-21  Anton Muhin  <antonm@chromium.org>
14571
14572         Reviewed by Nate Chapin.
14573
14574         [v8] Properly deal with the case when conversion to string throws an exception for HTMLCollection accessors
14575         https://bugs.webkit.org/show_bug.cgi?id=52901
14576
14577         * fast/dom/htmlcollection-conversion-throws-exception-expected.txt: Added.
14578         * fast/dom/htmlcollection-conversion-throws-exception.html: Added.
14579
14580 2011-01-21  Dimitri Glazkov  <dglazkov@chromium.org>
14581
14582         Reviewed by Darin Adler.
14583
14584         REGRESSION(r73618): Clicking on a search input causes a crash.
14585         https://bugs.webkit.org/show_bug.cgi?id=52905
14586
14587         * fast/dom/search-shadow-host-crash-expected.txt: Added.
14588         * fast/dom/search-shadow-host-crash.html: Added.
14589
14590 2011-01-21  Dimitri Glazkov  <dglazkov@chromium.org>
14591
14592         Updated slider expectations after r76147.
14593
14594         * platform/chromium/test_expectations.txt: Removed test that will start passing.
14595         * platform/chromium-win/fast/forms/slider-mouse-events-expected.txt: Updated expectation.
14596
14597 2011-01-21  Xiaomei Ji  <xji@chromium.org>
14598
14599         Unreviewed.
14600
14601         Rebaseline for leopard after r76319.
14602
14603         * platform/mac-leopard/fast/dom/52776-expected.txt: Added.
14604
14605 2011-01-21  Kenji Imasaki  <imasaki@chromium.org>
14606
14607         Reviewed by David Levin.
14608
14609         remove non-flaky tests from test expectation file
14610         https://bugs.webkit.org/show_bug.cgi?id=52746
14611
14612         * platform/chromium/test_expectations.txt:
14613
14614 2011-01-21  Charlie Reis  <creis@chromium.org>
14615
14616         Reviewed by Darin Fisher.
14617
14618         FrameLoader::checkLoadCompleteForThisFrame uses wrong history item
14619         https://bugs.webkit.org/show_bug.cgi?id=48812
14620
14621         Test that we avoid updating back/forward list on a canceled navigation
14622         if a new navigation is already in process.  Also update forward-and-cancel
14623         to go forward, ensuring back/forward state is reset if user clicks stop.
14624
14625         * http/tests/navigation/back-twice-without-commit-expected.txt: Added.
14626         * http/tests/navigation/back-twice-without-commit.html: Added.
14627         * http/tests/navigation/forward-and-cancel-expected.txt:
14628         * http/tests/navigation/forward-and-cancel.html: Go forward after stop, not back.
14629         * http/tests/navigation/resources/back-twice-page-2.html: Added.
14630         * http/tests/navigation/resources/back-twice-page-3.html: Added.
14631         * http/tests/navigation/resources/forward-and-cancel-frames.html: Reduced delay.
14632
14633 2011-01-20  Mihai Parparita  <mihaip@chromium.org>
14634
14635         Reviewed by Eric Seidel.
14636
14637         [Chromium] Update expectations for compositing/geometry/limit-layer-bounds-overflow-repaint.html
14638         https://bugs.webkit.org/show_bug.cgi?id=52860
14639         
14640         The test hasn't had a timeout in a while, remove that expectation so
14641         that we can more easily see if this re-occurs.
14642         
14643         Also rebaseline for chromium-gpu-mac (it has the green as 0,128,0, just
14644         like chromium-gpu-win and -linux, for some reason the mac expectation
14645         has it as 17,128,4).
14646
14647         * platform/chromium-gpu-win/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.checksum: Removed.
14648         * platform/chromium-gpu-win/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.png: Removed.
14649         * platform/chromium-gpu/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.checksum: Renamed from LayoutTests/platform/chromium-gpu-linux/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.checksum.
14650         * platform/chromium-gpu/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.png: Renamed from LayoutTests/platform/chromium-gpu-linux/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.png.
14651         * platform/chromium-gpu/test_expectations.txt:
14652
14653 2011-01-21  Ryosuke Niwa  <rniwa@webkit.org>
14654
14655         Unreviewed; Reverted the last change to the text expectation.
14656
14657         * platform/chromium/test_expectations.txt:
14658
14659 2011-01-21  Ryosuke Niwa  <rniwa@webkit.org>
14660
14661         Unreviewed Chromium test expectation update.
14662
14663         * platform/chromium/test_expectations.txt:
14664
14665 2011-01-21  Ryosuke Niwa  <rniwa@webkit.org>
14666
14667         Unreviewed Chromium rebaselines for 76319.
14668
14669         * platform/chromium-linux/fast/dom/52776-expected.checksum: Added.
14670         * platform/chromium-linux/fast/dom/52776-expected.png: Added.
14671         * platform/chromium-linux/fast/dom/52776-expected.txt: Added.
14672         * platform/chromium-mac/fast/dom/52776-expected.checksum: Added.
14673         * platform/chromium-mac/fast/dom/52776-expected.png: Added.
14674         * platform/chromium-mac/fast/dom/52776-expected.txt: Added.
14675         * platform/chromium-win/fast/dom/52776-expected.checksum: Added.
14676         * platform/chromium-win/fast/dom/52776-expected.png: Added.
14677         * platform/chromium-win/fast/dom/52776-expected.txt: Added.
14678         * platform/chromium/test_expectations.txt:
14679
14680 2011-01-21  Tony Chang  <tony@chromium.org>
14681
14682         Unreviewed, these tests were fixed in r76330.  Still one unknown
14683         failure.
14684
14685         * platform/chromium/test_expectations.txt:
14686
14687 2011-01-21  Jessie Berlin  <jberlin@apple.com>
14688
14689         Modify the Windows-specific results after http://trac.webkit.org/changeset/76208 in order to
14690         get the bots green. Unreviewed.
14691         https://bugs.webkit.org/show_bug.cgi?id=52557
14692
14693         * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
14694         * platform/win/fast/dom/prototype-inheritance-2-expected.txt:
14695         * platform/win/fast/dom/prototype-inheritance-expected.txt:
14696         * platform/win/fast/js/global-constructors-expected.txt:
14697
14698 2011-01-21  Jessie Berlin  <jberlin@apple.com>
14699
14700         Add Windows-specific results for fast/dom/52776.html to get the bot green. Unreviewed.
14701         https://bugs.webkit.org/show_bug.cgi?id=52776
14702
14703         * platform/win/fast/dom/52776-expected.txt: Added.
14704
14705 2011-01-21  Mikhail Naganov  <mnaganov@chromium.org>
14706
14707         Reviewed by Yury Semikhatsky.
14708
14709         Web Inspector: Add layout test for the CPU profiler.
14710
14711         This test replaces DevToolsSanityTest.TestProfilerTab from
14712         Chromium's interactive_ui_tests.
14713
14714         https://bugs.webkit.org/show_bug.cgi?id=52634
14715
14716         * inspector/cpu-profiler-profiling-expected.txt: Added.
14717         * inspector/cpu-profiler-profiling.html: Added.
14718
14719 2011-01-21  Csaba Osztrogonác  <ossy@webkit.org>
14720
14721         Unreviewed.
14722
14723         [Qt] editing/selection/rtl-move-selection-right-left.html fails
14724         https://bugs.webkit.org/show_bug.cgi?id=52883
14725
14726         * platform/qt/Skipped: editing/selection/rtl-move-selection-right-left.html added until fix.
14727
14728 2011-01-21  Sergio Villar Senin  <svillar@igalia.com>
14729
14730         Unreviewed.
14731
14732         [GTK] http/tests/security/drag-drop-same-unique-origin.html fails on bots.
14733         https://bugs.webkit.org/show_bug.cgi?id=52882
14734
14735         Skipping http/tests/security/drag-drop-same-unique-origin.html for gtk.
14736
14737         * platform/gtk/Skipped:
14738
14739 2011-01-21  Helder Correia  <helder@sencha.com>
14740
14741         Reviewed by Andreas Kling.
14742
14743         [Qt] svg/css/text-gradient-shadow.svg needs expected results
14744         https://bugs.webkit.org/show_bug.cgi?id=52724
14745
14746         * platform/qt/svg/css/text-gradient-shadow-expected.checksum: Added.
14747         * platform/qt/svg/css/text-gradient-shadow-expected.png: Added.
14748         * platform/qt/svg/css/text-gradient-shadow-expected.txt: Added.
14749
14750 2011-01-21  Yury Semikhatsky  <yurys@chromium.org>
14751
14752         Reviewed by Pavel Feldman.
14753
14754         Make userscripts/window-onerror-for-isolated-world-*.html give consistent output
14755         https://bugs.webkit.org/show_bug.cgi?id=52870
14756
14757         Call setTimeout from "load" event listener to make sure exception in the setTimeout
14758         callback happens after the one in the listener.
14759
14760         * platform/chromium/userscripts/window-onerror-for-isolated-world-1-expected.txt:
14761         * platform/chromium/userscripts/window-onerror-for-isolated-world-2-expected.txt:
14762         * userscripts/window-onerror-for-isolated-world-1-expected.txt:
14763         * userscripts/window-onerror-for-isolated-world-1.html:
14764         * userscripts/window-onerror-for-isolated-world-2-expected.txt:
14765         * userscripts/window-onerror-for-isolated-world-2.html:
14766
14767 2011-01-20  Maciej Stachowiak  <mjs@apple.com>
14768
14769         Reviewed by Dan Bernstein.
14770
14771         Skip a few more tests that are failing on the bots
14772         https://bugs.webkit.org/show_bug.cgi?id=52865
14773
14774         * platform/mac-wk2/Skipped:
14775
14776 2011-01-20  Dmitry Titov  <dimich@chromium.org>
14777
14778         [Chromium] Not reviewed, add a bug number to disabled test.
14779
14780         * platform/chromium/test_expectations.txt:
14781
14782 2011-01-20  Maciej Stachowiak  <mjs@apple.com>
14783
14784         Reviewed by Darin Adler.
14785
14786         Skip some tests that are failing on the WebKit2 bot
14787         https://bugs.webkit.org/show_bug.cgi?id=52858
14788
14789         * platform/mac-wk2/Skipped: skip or re-skip some tests that fail
14790         on the bot for various reasons.
14791
14792 2011-01-20  Jer Noble  <jer.noble@apple.com>
14793
14794         Unreviewed Qt Skipped list update.
14795
14796         Skip the test added in r76296 for platform/qt/.
14797
14798         * platform/qt/Skipped:
14799
14800 2011-01-20  Xiaomei Ji  <xji@chromium.org>
14801
14802         Reviewed by Dan Bernstein.
14803
14804         Fix regression(r71566): PDF in RTL block might messes up text directionality.
14805         https://bugs.webkit.org/show_bug.cgi?id=52776
14806
14807         * fast/dom/52776.html: Added.
14808         * platform/mac/fast/dom/52776-expected.checksum: Added.
14809         * platform/mac/fast/dom/52776-expected.png: Added.
14810         * platform/mac/fast/dom/52776-expected.txt: Added.
14811
14812 2011-01-20  Jenn Braithwaite  <jennb@chromium.org>
14813
14814         Reviewed by Dmitry Titov.
14815
14816         [chromium] Updating test expectations after fixing the bug:
14817         https://bugs.webkit.org/show_bug.cgi?id=52062
14818
14819         * platform/chromium/test_expectations.txt:
14820         iframe-reparenting-plugins.html is now passing on Windows.
14821
14822 2011-01-20  Tony Chang  <tony@chromium.org>
14823
14824         Unreviewed, rebaseline a test added in
14825         http://trac.webkit.org/changeset/76274
14826
14827         * platform/chromium-linux/svg/custom/pattern-referencing-preserve-aspect-ratio-expected.checksum: Added.
14828         * platform/chromium-linux/svg/custom/pattern-referencing-preserve-aspect-ratio-expected.png: Added.
14829         * platform/chromium-win/svg/custom/pattern-referencing-preserve-aspect-ratio-expected.checksum: Added.
14830         * platform/chromium-win/svg/custom/pattern-referencing-preserve-aspect-ratio-expected.png: Added.
14831         * platform/chromium-win/svg/custom/pattern-referencing-preserve-aspect-ratio-expected.txt: Added.
14832         * platform/chromium/test_expectations.txt:
14833
14834 2011-01-20  Levi Weintraub  <leviw@chromium.org>
14835
14836         Reviewed by Ryosuke Niwa.
14837
14838         RTL: Caret goes to the opposite direction when pressing an arrow key after selection is made
14839         https://bugs.webkit.org/show_bug.cgi?id=49511
14840
14841         * editing/editing.js:
14842         (execMoveSelectionLeftByCharacterCommand):
14843         (moveSelectionLeftByCharacterCommand):
14844         (execMoveSelectionRightByCharacterCommand):
14845         (moveSelectionRightByCharacterCommand):
14846         (execExtendSelectionLeftByCharacterCommand):
14847         (extendSelectionLeftByCharacterCommand):
14848         (execExtendSelectionRightByCharacterCommand):
14849         (extendSelectionRightByCharacterCommand):
14850         Adding some left/right selection convenience methods for use with RTL tests.
14851
14852         * editing/selection/rtl-move-selection-right-left-expected.txt: Added.
14853         * editing/selection/rtl-move-selection-right-left.html: Added.
14854
14855 2011-01-20  Tony Chang  <tony@chromium.org>
14856
14857         Unreviewed, mark some rtl scrolling tests as failing to green the chromium bots.
14858
14859         * platform/chromium/test_expectations.txt:
14860
14861 2011-01-20  Tony Chang  <tony@chromium.org>
14862
14863         Unreviewed, chromium test expectation updates.
14864
14865         * platform/chromium-gpu/test_expectations.txt:
14866         * platform/chromium/test_expectations.txt:
14867
14868 2011-01-20  Nate Chapin  <japhet@chromium.org>
14869
14870         Reviewed by Adam Barth.
14871
14872         Test for https://bugs.webkit.org/show_bug.cgi?id=52769.
14873
14874         * fast/dom/Window/Location/resources/set-location-after-close-new-window.html: Added.
14875         * fast/dom/Window/Location/set-location-after-close-expected.txt: Added.
14876         * fast/dom/Window/Location/set-location-after-close.html: Added.
14877
14878 2011-01-20  Chang Shu  <chang.shu@nokia.com>
14879
14880         Reviewed by Darin Adler.
14881
14882         setContentEditable with invalid string should throw exception.
14883         https://bugs.webkit.org/show_bug.cgi?id=52057
14884
14885         Updated expected results after the fix. Also corrected test cases.
14886
14887         * editing/editability/set-invalid-value-expected.txt:
14888         * editing/editability/set-invalid-value.html: 1. Fixed the getAttribute expectation as "abc" was failed to set. 2. Added additional check for setting empty string.
14889         * editing/editability/set-value-caseinsensitive-expected.txt:
14890         * editing/editability/set-value-caseinsensitive.html: Fixed the getAttribute expectations as all strings should be converted to lower cases.
14891         * fast/dom/element-attribute-js-null-expected.txt:
14892         * fast/dom/element-attribute-js-null.html: Fixed this existing test as the expectation for setting with null should throw exception instead of "false". Also added handling code when exception was thrown.
14893
14894 2011-01-20  Adrienne Walker  <enne@google.com>
14895
14896         Reviewed by James Robinson.
14897
14898         [chromium] Add a test for a render surface that the uses alpha channel.
14899         https://bugs.webkit.org/show_bug.cgi?id=52766
14900
14901         * platform/chromium-gpu/platform/chromium/compositing/render-surface-alpha-blending-expected.checksum: Added.
14902         * platform/chromium-gpu/platform/chromium/compositing/render-surface-alpha-blending-expected.png: Added.
14903         * platform/chromium-gpu/platform/chromium/compositing/render-surface-alpha-blending-expected.txt: Added.
14904         * platform/chromium/compositing/render-surface-alpha-blending.html: Added.
14905
14906 2011-01-14  Jer Noble  <jer.noble@apple.com>
14907
14908         Reviewed by Eric Carlson.
14909
14910         REGRESSION (r71842): Compass video is not playing in Safari welcome page
14911         https://bugs.webkit.org/show_bug.cgi?id=52506
14912         
14913         Test that a delay between loading and playing video does not break playback. 
14914
14915         * media/video-currentTime-delay-expected.txt: Added.
14916         * media/video-currentTime-delay.html: Added.
14917
14918 2011-01-20  Ryosuke Niwa  <rniwa@webkit.org>
14919
14920         Unreviewed Chromium test expectations fix.
14921
14922         * platform/chromium/test_expectations.txt:
14923
14924 2011-01-20  Tony Chang  <tony@chromium.org>
14925
14926         Unreviewed, another attempt at making the chromium gpu tests go green.
14927
14928         * platform/chromium-gpu/test_expectations.txt:
14929
14930 2011-01-20  James Robinson  <jamesr@chromium.org>
14931
14932         Update expectations for tests that need chromium-side changes.
14933
14934         * platform/chromium/test_expectations.txt:
14935
14936 2011-01-20  Ryosuke Niwa  <rniwa@webkit.org>
14937
14938         Unreviewed Chromium test expectation update.
14939
14940         Merged test_expectations.txt in the Chromium tree and
14941         added slow to fast/text/large-text-composed-char-dos.html.
14942
14943         * platform/chromium/test_expectations.txt:
14944
14945 2011-01-20  Tony Chang  <tony@chromium.org>
14946
14947         Unreviewed, updating gpu expectations.
14948         These two tests were added to the regular chromiumg test_expectations.txt
14949         in r76228.
14950
14951         * platform/chromium-gpu/test_expectations.txt:
14952
14953 2011-01-20  Ryosuke Niwa  <rniwa@webkit.org>
14954
14955         Unreviewed; Another Chromium rebaseline for r76236.
14956
14957         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.checksum: Added.
14958         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png: Added.
14959         * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.checksum: Added.
14960
14961 2011-01-20  James Robinson  <jamesr@chromium.org>
14962
14963         Reviewed by Darin Fisher.
14964
14965         Implement mozilla's requestAnimationFrame API
14966         https://bugs.webkit.org/show_bug.cgi?id=51218
14967
14968         Tests for window.webkitRequestAnimationFrame().  The new tests
14969         are in the Skipped lists for platforms that do not set
14970         ENABLE(REQUEST_ANIMATION_FRAME) - which is currently all but chromium.
14971
14972         * fast/animation/request-animation-frame-cancel-expected.txt: Added.
14973         * fast/animation/request-animation-frame-cancel.html: Added.
14974             Tests cancelling a callback within a webkitRequestAnimationFrame() callback.
14975         * fast/animation/request-animation-frame-cancel2-expected.txt: Added.
14976         * fast/animation/request-animation-frame-cancel2.html: Added.
14977             Tests interactions between multiple webkitRequestAnimationFrame() callbacks.
14978         * fast/animation/request-animation-frame-display-expected.txt: Added.
14979         * fast/animation/request-animation-frame-display.html: Added.
14980             Tests changing the display: property of an element within a callback.
14981         * fast/animation/request-animation-frame-expected.txt: Added.
14982         * fast/animation/request-animation-frame.html: Added.
14983             Tests the basic use of window.webkitRequestAnimationFrame().
14984         * fast/animation/request-animation-frame-within-callback-expected.txt: Added.
14985         * fast/animation/request-animation-frame-within-callback.html: Added.
14986             Tests setting one webkit.webkitRequestAnimationFrame() callback within another.
14987         * platform/gtk/Skipped:
14988         * platform/mac/Skipped:
14989         * platform/qt/Skipped:
14990         * platform/win/Skipped:
14991
14992 2011-01-20  James Robinson  <jamesr@chromium.org>
14993
14994         Reviewed by Eric Seidel.
14995
14996         RenderTableSection's setNeedsCellRecalc needs to null check table()
14997         https://bugs.webkit.org/show_bug.cgi?id=52770
14998
14999         Tests ::-webkit-scrollbar-corner inside a table.
15000
15001         * fast/css-generated-content/table-with-scrollbar-corner-expected.txt: Added.
15002         * fast/css-generated-content/table-with-scrollbar-corner.html: Added.
15003
15004 2011-01-20  Michael Saboff  <msaboff@apple.com>
15005
15006         Reviewed by Oliver Hunt.
15007
15008         <rdar://problem/8890203> [RegexFuzz] Crash in generated code (52773)
15009         https://bugs.webkit.org/show_bug.cgi?id=52773
15010
15011         New test to validate fix.
15012
15013         * fast/regex/parentheses-expected.txt:
15014         * fast/regex/script-tests/parentheses.js:
15015
15016 2011-01-20  Dirk Schulze  <krit@webkit.org>
15017
15018         Reviewed by Rob Buis.
15019
15020         SVG Pattern doesn't take preserveAspectRatio of references Pattern
15021         https://bugs.webkit.org/show_bug.cgi?id=52802
15022
15023         Added a test case to check that we take preserveAspectRatio of a referenced SVGPattern into account.
15024
15025         * platform/mac/svg/custom/pattern-referencing-preserve-aspect-ratio-expected.checksum: Added.
15026         * platform/mac/svg/custom/pattern-referencing-preserve-aspect-ratio-expected.png: Added.
15027         * platform/mac/svg/custom/pattern-referencing-preserve-aspect-ratio-expected.txt: Added.
15028         * svg/custom/pattern-referencing-preserve-aspect-ratio.svg: Added.
15029
15030 2011-01-20  Dan Bernstein  <mitz@apple.com>
15031
15032         Reviewed by Adele Peterson.
15033
15034         <rdar://problem/8765498> REGRESSION (r72141): Cannot order prints with Aperture 3.1
15035
15036         <rdar://problem/8884648> REGRESSION (r72141): Safari hangs when visiting a page on www.bfmtv.com
15037         https://bugs.webkit.org/show_bug.cgi?id=52765
15038
15039         <rdar://problem/8890909> REGRESSION (r72141): Very Slow Rendering With Certain Markup
15040         https://bugs.webkit.org/show_bug.cgi?id=52265
15041
15042         * fast/block/line-layout: Added.
15043         * fast/block/line-layout/negative-max-height-expected.checksum: Added.
15044         * fast/block/line-layout/negative-max-height-expected.png: Added.
15045         * fast/block/line-layout/negative-max-height-expected.txt: Added.
15046         * fast/block/line-layout/negative-max-height.html: Added.
15047
15048 2011-01-20  Ryosuke Niwa  <rniwa@webkit.org>
15049
15050         Unreviewed Chromium rebaseline for r76236.
15051
15052         * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png: Added.
15053         * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Added.
15054
15055 2011-01-20  Philippe Normand  <pnormand@igalia.com>
15056
15057         Unreviewed, remove GTK result for window-onerror2 as it's the same
15058         as the generic results file.
15059
15060         * platform/gtk/fast/events/window-onerror2-expected.txt: Removed.
15061
15062 2011-01-20  Maciej Stachowiak  <mjs@apple.com>
15063
15064         Reviewed by Adam Roben.
15065
15066         WebKitTestRunner needs to support layoutTestController.evaluateScriptInIsolatedWorld
15067         https://bugs.webkit.org/show_bug.cgi?id=42327
15068
15069         * platform/mac-wk2/Skipped: Unskip the tests that needed this.
15070
15071 2011-01-19  Adam Roben  <aroben@apple.com>
15072
15073         Add a test that scrolls composited content that has already been painted
15074
15075         Test for <http://webkit.org/b/52720> REGRESSION (r75987): Assertion failure in
15076         WebView::scrollBackingStore when scrolling page with composited content
15077
15078         Reviewed by Anders Carlsson.
15079
15080         * compositing/scroll-painted-composited-content.html: Added.
15081         * compositing/scroll-painted-composited-content-expected.txt: Added.
15082
15083 2011-01-20  Yury Semikhatsky  <yurys@chromium.org>
15084
15085         Reviewed by Pavel Feldman.
15086
15087         Make fast/events/window-onerror2.html throw exception in deterministic order
15088         https://bugs.webkit.org/show_bug.cgi?id=52813
15089
15090         * fast/events/window-onerror2-expected.txt:
15091         * fast/events/window-onerror2.html: call setTimeout from onload handler to make sure exception
15092         in the onload handler will be processed before the one in the setTimeout callback
15093         * platform/chromium/fast/events/window-onerror2-expected.txt:
15094
15095 2011-01-20  Philippe Normand  <pnormand@igalia.com>
15096
15097         Unreviewed, new GTK svg test baselines as follow-up of r76236.
15098
15099         * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Added.
15100
15101 2011-01-20  Philippe Normand  <pnormand@igalia.com>
15102
15103         Unreviewed, update window-onerror2.html baselines as follow-up of r76216.
15104
15105         * platform/gtk/fast/events/window-onerror2-expected.txt:
15106
15107 2011-01-20  Philippe Normand  <pnormand@igalia.com>
15108
15109         Unreviewed, new GTK baselines for 2 new tests.
15110
15111         * platform/gtk/fast/block/float/float-overflow-hidden-containing-block-width-expected.txt: Added.
15112         * platform/gtk/svg/css/text-gradient-shadow-expected.txt: Added.
15113
15114 2011-01-20  Yury Semikhatsky  <yurys@chromium.org>
15115
15116         Unreviewed. Update Chromium test expectations.
15117
15118         * platform/chromium-win/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt:
15119         * platform/chromium-win/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt:
15120         * platform/chromium-win/http/tests/security/xss-DENIED-frame-name-expected.txt:
15121
15122 2011-01-20  Dirk Schulze  <krit@webkit.org>
15123
15124         Reviewed by Andreas Kling.
15125
15126         SVG Pattern doesn't take the viewBox of a referenced Pattern
15127         https://bugs.webkit.org/show_bug.cgi?id=52804
15128         
15129         Added a test case of the W3C SVG test suite to check, if we take
15130         the viewBox of a referenced SVGPattern.
15131
15132         * svg/W3C-SVG-1.1-SE/pservers-pattern-04-f.svg: Added.
15133         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.checksum
15134         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png
15135         * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt
15136
15137 2011-01-19  Stephen White  <senorblanco@chromium.org>
15138
15139         Reviewed by James Robinson. 
15140         
15141         Add two to-be-rebaselined tests for the GPU path. 
15142         
15143         * platform/chromium-gpu/test_expectations.txt: 
15144
15145 2011-01-20  Pavel Feldman  <pfeldman@chromium.org>
15146
15147         Not reviewed: rebaselined inspector tests.
15148
15149         * http/tests/inspector/console-xhr-logging.html:
15150         * inspector/report-API-errors-expected.txt:
15151
15152 2011-01-20  Jeremy Orlow  <jorlow@chromium.org>
15153
15154         [Chromium] Update baselines and add exception.
15155
15156         * platform/chromium-mac/fast/dom/wrapper-classes-expected.txt:
15157         * platform/chromium-mac/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt:
15158         * platform/chromium-mac/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt:
15159         * platform/chromium-mac/http/tests/security/xss-DENIED-frame-name-expected.txt:
15160         * platform/chromium-win/fast/dom/wrapper-classes-expected.txt:
15161         * platform/chromium-win/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt:
15162         * platform/chromium-win/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt:
15163         * platform/chromium-win/http/tests/security/xss-DENIED-frame-name-expected.txt:
15164         * platform/chromium/test_expectations.txt:
15165
15166 2011-01-20  Sheriff Bot  <webkit.review.bot@gmail.com>
15167
15168         Unreviewed, rolling out r76215.
15169         http://trac.webkit.org/changeset/76215
15170         https://bugs.webkit.org/show_bug.cgi?id=52799
15171
15172         Caused regressions in Chromium; morrita is going to look at it
15173         tomrorow (Requested by jorlow on #webkit).
15174
15175         * editing/inserting/insert-composition-whitespace-expected.txt: Removed.
15176         * editing/inserting/insert-composition-whitespace.html: Removed.
15177
15178 2011-01-19  Pavel Podivilov  <podivilov@chromium.org>
15179
15180         Reviewed by Eric Seidel.
15181
15182         Web Inspector: enable debugger-pause-on-breakpoint test (fixed by r76129).
15183         https://bugs.webkit.org/show_bug.cgi?id=45291
15184
15185         * http/tests/inspector/debugger-test2.js:
15186         (initialize_DebuggerTest.InspectorTest.setBreakpointInVisibleView):
15187         * inspector/debugger-breakpoints-not-activated-on-reload.html:
15188         * inspector/debugger-pause-on-breakpoint.html:
15189         * platform/gtk/Skipped:
15190         * platform/mac-leopard/Skipped:
15191         * platform/win/Skipped:
15192
15193 2011-01-20  Philippe Normand  <pnormand@igalia.com>
15194
15195         Skip failing tests due to missing trailing white space
15196         https://bugs.webkit.org/show_bug.cgi?id=52798
15197
15198         * platform/gtk/Skipped: Skip 5 http/tests/security tests.
15199
15200 2011-01-20  Martin Robinson  <mrobinson@igalia.com>
15201
15202         Skip a test which requires the textInputController, which
15203         the GTK+ DRT does not have.
15204
15205         * platform/gtk/Skipped: Skip new test.
15206
15207 2011-01-20  Sheriff Bot  <webkit.review.bot@gmail.com>
15208
15209         Unreviewed, rolling out r76172.
15210         http://trac.webkit.org/changeset/76172
15211         https://bugs.webkit.org/show_bug.cgi?id=52792
15212
15213         This test still fails on the 32-bit GTK+ debug bot. (Requested
15214         by mrobinson on #webkit).
15215
15216         * platform/gtk/Skipped:
15217
15218 2011-01-20  MORITA Hajime  <morrita@google.com>
15219
15220         Unreviewed, added a skip list entry
15221
15222         * platform/qt/Skipped:
15223
15224 2011-01-20  Hans Wennborg  <hans@chromium.org>
15225
15226         Reviewed by Jeremy Orlow.
15227
15228         IndexedDB: IDBObjectStore.get should fire onsuccess rather than onerror
15229         https://bugs.webkit.org/show_bug.cgi?id=52725
15230
15231         Update layout tests to expect the onsuccess handler to be fired
15232         when looking up non-existing objects.
15233
15234         * storage/indexeddb/create-and-remove-object-store-expected.txt:
15235         * storage/indexeddb/create-and-remove-object-store.html:
15236         * storage/indexeddb/cursor-delete-expected.txt:
15237         * storage/indexeddb/cursor-delete.html:
15238         * storage/indexeddb/objectstore-removeobjectstore-expected.txt:
15239         * storage/indexeddb/objectstore-removeobjectstore.html:
15240
15241 2010-12-27  Yury Semikhatsky  <yurys@chromium.org>
15242
15243         Reviewed by Pavel Feldman.
15244
15245         WebCore doesn't fire window.onerror event when uncaught JavaScript exceptions are thrown
15246         https://bugs.webkit.org/show_bug.cgi?id=8519
15247
15248         Uncaught exceptions are propagated to window.onerror hander if one is present.
15249         The handler is expected to be a function accepting three arguments: error message,
15250         resource url and line number where the exception occured.
15251
15252         * fast/events/resources/window-onerror.js: Added.
15253         (throwException):
15254         * fast/events/window-onerror1-expected.txt: Added.
15255         * fast/events/window-onerror1.html: Added.
15256         * fast/events/window-onerror10-expected.txt: Added.
15257         * fast/events/window-onerror10.html: Added.
15258         * fast/events/window-onerror11-expected.txt: Added.
15259         * fast/events/window-onerror11.html: Added.
15260         * fast/events/window-onerror12-expected.txt: Added.
15261         * fast/events/window-onerror12.html: Added.
15262         * fast/events/window-onerror2-expected.txt: Added.
15263         * fast/events/window-onerror2.html: Added.
15264         * fast/events/window-onerror3-expected.txt: Added.
15265         * fast/events/window-onerror3.html: Added.
15266         * fast/events/window-onerror4-expected.txt: Added.
15267         * fast/events/window-onerror4.html: Added.
15268         * fast/events/window-onerror5-expected.txt: Added.
15269         * fast/events/window-onerror5.html: Added.
15270         * fast/events/window-onerror6-expected.txt: Added.
15271         * fast/events/window-onerror6.html: Added.
15272         * fast/events/window-onerror7-expected.txt: Added.
15273         * fast/events/window-onerror7.html: Added.
15274         * fast/events/window-onerror8-expected.txt: Added.
15275         * fast/events/window-onerror8.html: Added.
15276         * fast/events/window-onerror9-expected.txt: Added.
15277         * fast/events/window-onerror9.html: Added.
15278         * fast/workers/worker-script-error-expected.txt:
15279         * http/tests/security/resources/onerror-iframe.html: Added.
15280         * http/tests/security/window-onerror-exception-in-iframe-expected.txt: Added.
15281         * http/tests/security/window-onerror-exception-in-iframe.html: Added.
15282         * platform/chromium-win/fast/workers/worker-script-error-expected.txt:
15283         * platform/chromium/fast/events/window-onerror1-expected.txt: Added.
15284         * platform/chromium/fast/events/window-onerror10-expected.txt: Added.
15285         * platform/chromium/fast/events/window-onerror11-expected.txt: Added.
15286         * platform/chromium/fast/events/window-onerror2-expected.txt: Added.
15287         * platform/chromium/fast/events/window-onerror3-expected.txt: Added.
15288         * platform/chromium/fast/events/window-onerror4-expected.txt: Added.
15289         * platform/chromium/fast/events/window-onerror5-expected.txt: Added.
15290         * platform/chromium/fast/events/window-onerror6-expected.txt: Added.
15291         * platform/chromium/fast/events/window-onerror7-expected.txt: Added.
15292         * platform/chromium/fast/events/window-onerror8-expected.txt: Added.
15293         * platform/chromium/fast/events/window-onerror9-expected.txt: Added.
15294         * platform/chromium/http/tests/security/window-onerror-exception-in-iframe-expected.txt: Added.
15295         * platform/chromium/userscripts/window-onerror-for-isolated-world-1-expected.txt: Added.
15296         * platform/chromium/userscripts/window-onerror-for-isolated-world-2-expected.txt: Added.
15297         * platform/gtk/Skipped:
15298         * userscripts/window-onerror-for-isolated-world-1-expected.txt: Added.
15299         * userscripts/window-onerror-for-isolated-world-1.html: Added.
15300         * userscripts/window-onerror-for-isolated-world-2-expected.txt: Added.
15301         * userscripts/window-onerror-for-isolated-world-2.html: Added.
15302
15303 2011-01-19  MORITA Hajime  <morrita@google.com>
15304
15305         Reviewed by Ryosuke Niwa.
15306
15307         Space and tab characters "sent" by an input method give totally different results than typing them directly.
15308         https://bugs.webkit.org/show_bug.cgi?id=5241
15309         
15310         Added a test that exercises continous whitespace characters and tabs inserted by IME.
15311
15312         * editing/inserting/insert-composition-whitespace-expected.txt: Added.
15313         * editing/inserting/insert-composition-whitespace.html: Added.
15314
15315 2011-01-20  Maciej Stachowiak  <mjs@apple.com>
15316
15317         Reviewed by Dan Bernstein.
15318
15319         Skip some tests that are failing on the WebKit2 bot
15320         https://bugs.webkit.org/show_bug.cgi?id=52789
15321
15322         * platform/mac-wk2/Skipped:
15323
15324 2011-01-19  Dominic Cooney  <dominicc@google.com>
15325
15326         Reviewed by Kent Tamura.
15327
15328         Update test expectations for QT now that keygen is a HTMLKeygenElement.
15329         https://bugs.webkit.org/show_bug.cgi?id=52787
15330
15331         * platform/qt/fast/dom/Window/window-properties-expected.txt:
15332         * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
15333         * platform/qt/fast/dom/prototype-inheritance-expected.txt:
15334         * platform/qt/fast/js/global-constructors-expected.txt:
15335
15336 2011-01-19  Maciej Stachowiak  <mjs@apple.com>
15337
15338         Reviewed by Dan Bernstein.
15339
15340         Reorganize WebKit2 Skipped list, and remove 56 tests that no longer fail
15341         https://bugs.webkit.org/show_bug.cgi?id=52786
15342
15343         * platform/mac-wk2/Skipped:
15344
15345 2011-01-19  Andrey Kosyakov  <caseq@chromium.org>
15346
15347         Reviewed by Yury Semikhatsky.
15348
15349         Flaky Test: http/tests/inspector/extensions-resources-redirect.html
15350         https://bugs.webkit.org/show_bug.cgi?id=52709
15351
15352         * http/tests/inspector/extensions-resources-redirect-expected.txt:
15353         * http/tests/inspector/extensions-resources-redirect.html:
15354
15355 2011-01-19  Dominic Cooney  <dominicc@google.com>
15356
15357         Reviewed by Kent Tamura.
15358
15359         Make <keygen> no longer appear to be a <select> element to script.
15360
15361         https://bugs.webkit.org/show_bug.cgi?id=52557
15362
15363         * fast/dom/HTMLKeygenElement/keygen-expected.txt: Added.
15364         * fast/dom/HTMLKeygenElement/keygen-option-select-expected.txt: Removed.
15365         * fast/dom/HTMLKeygenElement/keygen-option-select.html: Removed.
15366         * fast/dom/HTMLKeygenElement/keygen.html: Added.
15367         * fast/dom/Window/window-properties-expected.txt:
15368         * fast/dom/Window/window-property-descriptors-expected.txt:
15369         * fast/dom/prototype-inheritance-2-expected.txt:
15370         * fast/dom/prototype-inheritance-expected.txt:
15371         * fast/dom/wrapper-classes-expected.txt:
15372         * fast/dom/wrapper-classes.html:
15373         * fast/js/global-constructors-expected.txt:
15374         * platform/mac/fast/dom/wrapper-classes-objc-expected.txt:
15375         * platform/mac/fast/dom/wrapper-classes-objc.html:
15376
15377 2011-01-19  Helder Correia  <helder@sencha.com>
15378
15379         Reviewed by Andreas Kling.
15380
15381         [Qt] GraphicsContext::strokePath() paints solid shadows with incorrect alpha
15382         https://bugs.webkit.org/show_bug.cgi?id=52705
15383
15384         This is related to bug 52611. The shadow color alpha must be multiplied
15385         by the context pen alpha. Fixing this results in correct behavior for
15386         Canvas path stroke() and strokeRect() [which relies on stroke()].
15387
15388         * fast/canvas/canvas-strokePath-alpha-shadow-expected.txt: Added.
15389         * fast/canvas/canvas-strokePath-alpha-shadow.html: Added.
15390         * fast/canvas/canvas-strokeRect-alpha-shadow-expected.txt: Added.
15391         * fast/canvas/canvas-strokeRect-alpha-shadow.html: Added.
15392         * fast/canvas/script-tests/canvas-strokePath-alpha-shadow.js: Added.
15393         * fast/canvas/script-tests/canvas-strokeRect-alpha-shadow.js: Added.
15394
15395 2011-01-14  Darin Fisher  <darin@chromium.org>
15396
15397         Reviewed by Mihai Parparita.
15398
15399         Update expectations for existing tests that expect us to record pre-redirect
15400         URLs for frames.  We are now recording post-redirect URLs in HistoryItems.
15401
15402         Add new tests to confirm that we re-initialize the current HistoryItem properly
15403         in the following cases:
15404
15405         1- Navigating back in history to an URL that redirects someplace else this time.
15406         2- Reloading an URL that redirects someplace else this time.
15407         3- Replacing the current history item with a different URL.
15408
15409         https://bugs.webkit.org/show_bug.cgi?id=49654
15410
15411         * fast/history/history-replace-updates-current-item-expected.txt: Added.
15412         * fast/history/history-replace-updates-current-item.html: Added.
15413         * fast/history/resources/history-replace-updates-current-item-done.html: Added.
15414         * fast/history/resources/history-replace-updates-current-item-goback.html: Added.
15415         * http/tests/navigation/postredirect-frames-expected.txt: Added.
15416         * http/tests/navigation/postredirect-frames-goback1-expected.txt:
15417         * http/tests/navigation/postredirect-frames.html:
15418         * http/tests/navigation/redirect-on-back-updates-history-item-expected.txt: Added.
15419         * http/tests/navigation/redirect-on-back-updates-history-item.html: Added.
15420         * http/tests/navigation/redirect-on-reload-updates-history-item-expected.txt: Added.
15421         * http/tests/navigation/redirect-on-reload-updates-history-item.html: Added.
15422         * http/tests/navigation/redirect302-frames-expected.txt:
15423         * http/tests/navigation/redirect302-subframeload-expected.txt:
15424         * http/tests/navigation/resources/redirect-on-back-updates-history-item-goback.html: Added.
15425         * http/tests/navigation/resources/redirect-on-back-updates-history-item.php: Added.
15426         * http/tests/navigation/resources/redirect-on-reload-updates-history-item-goback.html: Added.
15427         * http/tests/navigation/resources/redirect-on-reload-updates-history-item.php: Added.
15428         * http/tests/navigation/resources/redirect-to-cookie.php: Added.
15429         * http/tests/navigation/resources/redirect-updates-history-item-done.html: Added.
15430         * http/tests/navigation/resources/redirect-updates-history-item.js: Added.
15431         (clearLocationCookie):
15432         (setLocationCookie):
15433         (log):
15434         (onpopstate):
15435         * platform/chromium-linux/http/tests/navigation/postredirect-frames-expected.checksum: Removed.
15436         * platform/chromium-linux/http/tests/navigation/postredirect-frames-expected.png: Removed.
15437         * platform/chromium-win/http/tests/navigation/postredirect-frames-expected.checksum: Removed.
15438         * platform/chromium-win/http/tests/navigation/postredirect-frames-expected.png: Removed.
15439         * platform/chromium-win/http/tests/navigation/postredirect-frames-expected.txt: Removed.
15440         * platform/mac/http/tests/navigation/postredirect-frames-expected.checksum: Removed.
15441         * platform/mac/http/tests/navigation/postredirect-frames-expected.png: Removed.
15442         * platform/mac/http/tests/navigation/postredirect-frames-expected.txt: Removed.
15443         * platform/qt/http/tests/navigation/postredirect-frames-expected.txt: Removed.
15444
15445 2011-01-19  Dmitry Titov  <dimich@chromium.org>
15446
15447         [Chromium] Unreviewed, update of test expectations.
15448
15449         * platform/chromium/test_expectations.txt:
15450
15451 2011-01-19  Sheriff Bot  <webkit.review.bot@gmail.com>
15452
15453         Unreviewed, rolling out r76187.
15454         http://trac.webkit.org/changeset/76187
15455         https://bugs.webkit.org/show_bug.cgi?id=52778
15456
15457         Broke caret-showing tests on SnowLeopard and Chromium
15458         (Requested by dimich on #webkit).
15459
15460         * editing/selection/caret-painting-in-overflowing-autowrap-content.html: Removed.
15461         * editing/selection/resources/iframe-positioning-caret-at-end.html: Removed.
15462         * platform/mac/editing/selection/caret-painting-in-overflowing-autowrap-content-expected.checksum: Removed.
15463         * platform/mac/editing/selection/caret-painting-in-overflowing-autowrap-content-expected.png: Removed.
15464         * platform/mac/editing/selection/caret-painting-in-overflowing-autowrap-content-expected.txt: Removed.
15465
15466 2011-01-19  Yuzo Fujishima  <yuzo@google.com>
15467
15468         Reviewed by Kent Tamura.
15469
15470         Fix for Bug 52279 - WebCore::RenderBlock::updateFirstLetter crashes for anonymous blocks
15471         https://bugs.webkit.org/show_bug.cgi?id=52279
15472
15473         * fast/css/first-letter-anonymous-block-crash-expected.txt: Added.
15474         * fast/css/first-letter-anonymous-block-crash.html: Added.
15475
15476 2011-01-19  James Robinson  <jamesr@chromium.org>
15477
15478         Unreviewed, rolling out r76194.
15479         http://trac.webkit.org/changeset/76194
15480         https://bugs.webkit.org/show_bug.cgi?id=51218
15481
15482         Caused mysterious compile failure on the chromium win
15483         build.webkit.org bots
15484
15485         * fast/animation/request-animation-frame-cancel-expected.txt: Removed.
15486         * fast/animation/request-animation-frame-cancel.html: Removed.
15487         * fast/animation/request-animation-frame-cancel2-expected.txt: Removed.
15488         * fast/animation/request-animation-frame-cancel2.html: Removed.
15489         * fast/animation/request-animation-frame-display-expected.txt: Removed.
15490         * fast/animation/request-animation-frame-display.html: Removed.
15491         * fast/animation/request-animation-frame-expected.txt: Removed.
15492         * fast/animation/request-animation-frame-within-callback-expected.txt: Removed.
15493         * fast/animation/request-animation-frame-within-callback.html: Removed.
15494         * fast/animation/request-animation-frame.html: Removed.
15495         * platform/chromium/test_expectations.txt:
15496         * platform/gtk/Skipped:
15497         * platform/mac/Skipped:
15498         * platform/qt/Skipped:
15499         * platform/win/Skipped:
15500
15501 2011-01-19  James Robinson  <jamesr@chromium.org>
15502
15503         Reviewed by Darin Fisher.
15504
15505         Implement mozilla's requestAnimationFrame API
15506         https://bugs.webkit.org/show_bug.cgi?id=51218
15507
15508         Tests for window.webkitRequestAnimationFrame().  The new tests
15509         are in the Skipped lists for platforms that do not set
15510         ENABLE(REQUEST_ANIMATION_FRAME) - which is currently all but chromium.
15511
15512         * fast/animation/request-animation-frame-cancel-expected.txt: Added.
15513         * fast/animation/request-animation-frame-cancel.html: Added.
15514             Tests cancelling a callback within a webkitRequestAnimationFrame() callback.
15515         * fast/animation/request-animation-frame-cancel2-expected.txt: Added.
15516         * fast/animation/request-animation-frame-cancel2.html: Added.
15517             Tests interactions between multiple webkitRequestAnimationFrame() callbacks.
15518         * fast/animation/request-animation-frame-display-expected.txt: Added.
15519         * fast/animation/request-animation-frame-display.html: Added.
15520             Tests changing the display: property of an element within a callback.
15521         * fast/animation/request-animation-frame-expected.txt: Added.
15522         * fast/animation/request-animation-frame.html: Added.
15523             Tests the basic use of window.webkitRequestAnimationFrame().
15524         * fast/animation/request-animation-frame-within-callback-expected.txt: Added.
15525         * fast/animation/request-animation-frame-within-callback.html: Added.
15526             Tests setting one webkit.webkitRequestAnimationFrame() callback within another.
15527         * platform/gtk/Skipped:
15528         * platform/mac/Skipped:
15529         * platform/qt/Skipped:
15530         * platform/win/Skipped:
15531
15532 2011-01-19  Dmitry Titov  <dimich@chromium.org>
15533
15534         [Chromium] Not reviewed, reverts the following changes:
15535         http://trac.webkit.org/changeset/76164 (build fix)
15536         http://trac.webkit.org/changeset/76159 (main change)
15537
15538         The change broke Chromium Linux-shlib build.
15539
15540         Original issue:
15541         Accelerated canvas2D has bad clipping performance.
15542         https://bugs.webkit.org/show_bug.cgi?id=52627
15543
15544         * platform/chromium-gpu/test_expectations.txt:
15545
15546 2011-01-19  Levi Weintraub  <leviw@google.com>
15547
15548         Reviewed by Darin Adler.
15549
15550         Re-committing this with the proper expected results.
15551
15552         Changing RenderText::localCaretRect to clip to its containing block's logicalLeft and
15553         logicalRightLayoutOverflow instead of simply using logicalLeft and logicalRight, as this
15554         resulted in the caret being placed incorrectly in overflowing editable IFrame content.
15555
15556         Long lines in non-white-space-pre editable documents show cursor in wrong place
15557         https://bugs.webkit.org/show_bug.cgi?id=48132
15558
15559         * editing/selection/caret-painting-in-overflowing-autowrap-content.html: Added.
15560         * editing/selection/resources/iframe-positioning-caret-at-end.html: Added.
15561         * platform/mac/editing/selection/caret-painting-in-overflowing-autowrap-content-expected.checksum: Added.
15562         * platform/mac/editing/selection/caret-painting-in-overflowing-autowrap-content-expected.png: Added.
15563         * platform/mac/editing/selection/caret-painting-in-overflowing-autowrap-content-expected.txt: Added.
15564
15565 2011-01-18  Darin Adler  <darin@apple.com>
15566
15567         Reviewed by Geoffrey Garen.
15568
15569         Stack overflow when converting an Error object to string
15570         https://bugs.webkit.org/show_bug.cgi?id=46410
15571
15572         * fast/js/script-tests/toString-recursion.js: Added.
15573         * fast/js/toString-recursion-expected.txt: Added.
15574         * fast/js/toString-recursion.html: Added.
15575
15576 2011-01-19  Oliver Hunt  <oliver@apple.com>
15577
15578         Reviewed by Gavin Barraclough.
15579
15580         Remove non-spec support for callable RegExp
15581         https://bugs.webkit.org/show_bug.cgi?id=28285
15582
15583         Update test results for new behaviour.
15584
15585         * fast/js/sputnik/Conformance/11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A3.6-expected.txt:
15586         * fast/js/sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.7/S15.10.7_A1_T1-expected.txt:
15587         * fast/js/sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.7/S15.10.7_A1_T2-expected.txt:
15588         * fast/js/sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.7/S15.10.7_A3_T1-expected.txt:
15589         * fast/js/sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.7/S15.10.7_A3_T2-expected.txt:
15590         * fast/loader/stateobjects/pushstate-object-types-expected.txt:
15591         * fast/regex/cross-frame-callable-expected.txt:
15592         * fast/regex/script-tests/cross-frame-callable.js:
15593         (doTest):
15594
15595 2011-01-11  Martin Robinson  <mrobinson@igalia.com>
15596
15597         Reviewed by Gustavo Noronha Silva.
15598
15599         [GTK] Move toggle button rendering out of gtk2drawing.c
15600         https://bugs.webkit.org/show_bug.cgi?id=52258
15601
15602         Updated results. The metrics of checkboxes and radio buttons have changed,
15603         because the focus rect is no longer considered to be part of the button.
15604
15605         * platform/gtk/fast/css/non-standard-checkbox-size-expected.txt
15606         * platform/gtk/fast/forms/001-expected.txt:
15607         * platform/gtk/fast/forms/basic-inputs-expected.txt:
15608         * platform/gtk/fast/forms/box-shadow-override-expected.txt:
15609         * platform/gtk/fast/forms/checkbox-radio-onchange-expected.txt:
15610         * platform/gtk/fast/forms/file-input-disabled-expected.txt:
15611         * platform/gtk/fast/forms/form-element-geometry-expected.txt:
15612         * platform/gtk/fast/forms/formmove-expected.txt:
15613         * platform/gtk/fast/forms/formmove2-expected.txt:
15614         * platform/gtk/fast/forms/indeterminate-expected.txt:
15615         * platform/gtk/fast/forms/input-appearance-height-expected.txt:
15616         * platform/gtk/fast/forms/input-value-expected.txt:
15617         * platform/gtk/fast/forms/radio-attr-order-expected.txt:
15618         * platform/gtk/fast/forms/radio-nested-labels-expected.txt:
15619         * platform/gtk/fast/forms/radio_checked-expected.txt:
15620         * platform/gtk/fast/forms/radio_checked_dynamic-expected.txt:
15621
15622 2011-01-19  Martin Robinson  <mrobinson@igalia.com>
15623
15624         Unskip a test now that the 32-bit debug bot has the 2.4 series of FreeType.
15625
15626         * platform/gtk/Skipped: Unskip a test.
15627
15628 2011-01-19  Sheriff Bot  <webkit.review.bot@gmail.com>
15629
15630         Unreviewed, rolling out r76166.
15631         http://trac.webkit.org/changeset/76166
15632         https://bugs.webkit.org/show_bug.cgi?id=52755
15633
15634         The platform-specific baseline should not be removed yet.
15635         (Requested by dglazkov on #webkit).
15636
15637         * platform/chromium-win/fast/forms/slider-mouse-events-expected.txt: Added.
15638         * platform/chromium/test_expectations.txt:
15639
15640 2011-01-19  Maciej Stachowiak  <mjs@apple.com>
15641
15642         Reviewed by Anders Carlsson.
15643
15644         Skip/fix remaining WebKit2 test failures
15645         https://bugs.webkit.org/show_bug.cgi?id=52744
15646
15647         * platform/mac-wk2/fast/blockflow/Kusa-Makura-background-canvas-expected.txt: Added WebKit2 mac results.
15648         It turns out that WebKit1 on Mac is the only port to report a scroll position other than 0, 0 for this 
15649         test, so the WebKit2 results are arguably more correct.
15650         * platform/mac-wk2/fast/blockflow: Added.
15651         * platform/mac-wk2/fast: Added.
15652         * platform/mac-wk2/Skipped: Skip a few more tests. (And unskip in some cases where the failures
15653         were caused by other tests.)
15654
15655 2011-01-19  Sheriff Bot  <webkit.review.bot@gmail.com>
15656
15657         Unreviewed, rolling out r76152.
15658         http://trac.webkit.org/changeset/76152
15659         https://bugs.webkit.org/show_bug.cgi?id=52750
15660
15661         The original change (76144) was rolled out before (Requested
15662         by dimich on #webkit).
15663
15664         * platform/gtk/fast/forms/input-text-scroll-left-on-blur-expected.txt:
15665         * platform/gtk/fast/forms/plaintext-mode-2-expected.txt:
15666
15667 2011-01-19  Dimitri Glazkov  <dglazkov@chromium.org>
15668
15669         Removed platform-specific expectations for the test that matches
15670         generic baseline after http://trac.webkit.org/changeset/76147.
15671
15672         * platform/chromium-win/fast/forms/slider-mouse-events-expected.txt: Removed.
15673         * platform/chromium/test_expectations.txt: Removed expectation to fail.
15674
15675 2011-01-19  Robert Hogan  <robert@webkit.org>
15676
15677         Unreviewed fix to r76153.
15678
15679         [Qt] Update expected results after r76153
15680
15681         Update missing expected results from r76153. Matches Mac.
15682         Re-skip http/tests/misc/timer-vs-loading.html - it still times
15683         out on the build bot.
15684
15685         https://bugs.webkit.org/show_bug.cgi?id=52395
15686
15687         * platform/qt/Skipped:
15688         * platform/qt/http/tests/loading/simple-subframe-expected.txt:
15689
15690 2011-01-18  Stephen White  <senorblanco@chromium.org>
15691
15692         Reviewed by James Robinson.
15693
15694         Add two to-be-rebaselined tests for the GPU path.
15695
15696         * platform/chromium-gpu/test_expectations.txt:
15697
15698 2011-01-19  Sheriff Bot  <webkit.review.bot@gmail.com>
15699
15700         Unreviewed, rolling out r76144.
15701         http://trac.webkit.org/changeset/76144
15702         https://bugs.webkit.org/show_bug.cgi?id=52737
15703
15704         Broke tests on multiple bots, mostly Chromium Canaries
15705         (Requested by dimich on #webkit).
15706
15707         * editing/selection/caret-painting-in-overflowing-autowrap-content.html: Removed.
15708         * editing/selection/resources/iframe-positioning-caret-at-end.html: Removed.
15709         * platform/mac/editing/selection/caret-painting-in-overflowing-autowrap-content-expected.checksum: Removed.
15710         * platform/mac/editing/selection/caret-painting-in-overflowing-autowrap-content-expected.png: Removed.
15711         * platform/mac/editing/selection/caret-painting-in-overflowing-autowrap-content-expected.txt: Removed.
15712
15713 2011-01-19  Simon Fraser  <simon.fraser@apple.com>
15714
15715         Reviewed by Adam Roben.
15716
15717         [CSS Gradients] Crash due to out-of-memory with repeating-linear-gradient and latter stop positioned before former
15718         https://bugs.webkit.org/show_bug.cgi?id=52732
15719         
15720         Test for repeating gradient with zero range.
15721
15722         * fast/gradients/zero-range-repeating-gradient-hang-expected.checksum: Added.
15723         * fast/gradients/zero-range-repeating-gradient-hang-expected.png: Added.
15724         * fast/gradients/zero-range-repeating-gradient-hang-expected.txt: Added.
15725         * fast/gradients/zero-range-repeating-gradient-hang.html: Added.
15726
15727 2011-01-19  Robert Hogan  <robert@webkit.org>
15728
15729         Reviewed by Simon Hausmann.
15730
15731         [Qt] Unskip passing http tests and annotate Skipped list
15732         https://bugs.webkit.org/show_bug.cgi?id=52395
15733
15734         Unskip:
15735         http/tests/security/xss-DENIED-xsl-document.xml
15736         http/tests/loading/simple-subframe.html
15737
15738         * platform/qt/Skipped:
15739         * platform/qt/http/tests/loading/simple-subframe-expected.txt:
15740
15741 2011-01-19  Martin Robinson  <mrobinson@igalia.com>
15742
15743         Rebaseline two GTK+ tests results after r76144.
15744
15745         * platform/gtk/fast/forms/input-text-scroll-left-on-blur-expected.txt:
15746         * platform/gtk/fast/forms/plaintext-mode-2-expected.txt:
15747
15748 2011-01-19  Dimitri Glazkov  <dglazkov@chromium.org>
15749
15750         Added fast/forms/slider-mouse-events.html to expectations to make sure
15751         the new results are good on all bots.
15752
15753         * platform/chromium/test_expectations.txt: Tweaked expectations.
15754
15755 2011-01-19  Oliver Hunt  <oliver@apple.com>
15756
15757         Reviewed by Gavin Barraclough.
15758
15759         [jsfunfuzz] Defining a function called __proto__ inside an eval triggers an assertion
15760         https://bugs.webkit.org/show_bug.cgi?id=52672
15761
15762         Add tests to ensure that we disallow __proto__ as a function name.
15763
15764         * fast/js/parser-syntax-check-expected.txt:
15765         * fast/js/script-tests/parser-syntax-check.js:
15766
15767 2011-01-19  Chang Shu  <chang.shu@nokia.com>
15768
15769         Reviewed by Darin Adler.
15770
15771         https://bugs.webkit.org/show_bug.cgi?id=52056
15772         1. Fixed test cases in the above bug;
15773         2. Partially fixed test cases in other contentEditable bugs;
15774         3. Updated expected result for fast/dom/element-attribute-js-null.html.
15775            However, the test itself should be fixed later in bug 52057.
15776
15777         * editing/editability/attr-invalid-string-expected.txt:
15778         * editing/editability/attr-invalid-string.html:
15779         * editing/editability/attr-missing-ancestor-false-expected.txt:
15780         * editing/editability/attr-missing-ancestor-false.html:
15781         * editing/editability/attr-missing-ancestor-true-expected.txt:
15782         * editing/editability/attr-missing-ancestor-true.html:
15783         * editing/editability/attr-missing-parent-ancestor-missing-expected.txt:
15784         * editing/editability/attr-missing-parent-ancestor-missing.html:
15785         * editing/editability/attr-missing-parent-false-expected.txt:
15786         * editing/editability/attr-missing-parent-false.html:
15787         * editing/editability/attr-missing-parent-true-expected.txt:
15788         * editing/editability/attr-missing-parent-true.html:
15789         * editing/editability/set-false-expected.txt:
15790         * editing/editability/set-inherit-parent-false-expected.txt:
15791         * editing/editability/set-inherit-parent-true-expected.txt:
15792         * editing/editability/set-invalid-value-expected.txt:
15793         * editing/editability/set-true-expected.txt:
15794         * editing/editability/set-value-caseinsensitive-expected.txt:
15795         * fast/dom/element-attribute-js-null-expected.txt:
15796
15797 2011-01-19  Levi Weintraub  <leviw@chromium.org>
15798
15799         Reviewed by Darin Adler.
15800
15801         Changing RenderText::localCaretRect to clip to its containing block's logicalLeft and
15802         logicalRightLayoutOverflow instead of simply using logicalLeft and logicalRight, as this
15803         resulted in the caret being placed incorrectly in overflowing editable IFrame content.
15804
15805         Long lines in non-white-space-pre editable documents show cursor in wrong place
15806         https://bugs.webkit.org/show_bug.cgi?id=48132
15807
15808         * editing/selection/caret-painting-in-overflowing-autowrap-content.html: Added.
15809         * editing/selection/resources/iframe-positioning-caret-at-end.html: Added.
15810         * platform/mac/editing/selection/caret-painting-in-overflowing-autowrap-content-expected.checksum: Added.
15811         * platform/mac/editing/selection/caret-painting-in-overflowing-autowrap-content-expected.png: Added.
15812         * platform/mac/editing/selection/caret-painting-in-overflowing-autowrap-content-expected.txt: Added.
15813
15814 2011-01-19  Brian Weinstein  <bweinstein@apple.com>
15815
15816         Update Windows expected results after r76115.
15817
15818         * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
15819
15820 2011-01-18  Evan Martin  <evan@chromium.org>
15821
15822         Reviewed by Tony Chang.
15823
15824         [chromium] simplify complex text code, fixing a handful of layout tests
15825         https://bugs.webkit.org/show_bug.cgi?id=52661
15826
15827         * platform/chromium/test_expectations.txt: Mark 11 tests as expected to pass.
15828
15829 2011-01-19  Michael Saboff  <msaboff@apple.com>
15830
15831         Reviewed by Darin Adler.
15832
15833         <rdar://problem/8882994> Regression: Simple nested backtrack hangs
15834         https://bugs.webkit.org/show_bug.cgi?id=52675
15835
15836         New tests to support change.
15837
15838         * fast/regex/parentheses-expected.txt:
15839         * fast/regex/script-tests/parentheses.js:
15840
15841 2011-01-19  Csaba Osztrogonác  <ossy@webkit.org>
15842
15843         Unreviewed.
15844
15845         Add Qt specific expected result for a new test introduced in r76074.
15846         Compared to Mac png files and Mac expected files.
15847
15848         * platform/qt/fast/block/float/float-overflow-hidden-containing-block-width-expected.checksum: Added.
15849         * platform/qt/fast/block/float/float-overflow-hidden-containing-block-width-expected.png: Added.
15850         * platform/qt/fast/block/float/float-overflow-hidden-containing-block-width-expected.txt: Added.
15851
15852 2011-01-19  Pavel Podivilov  <podivilov@chromium.org>
15853
15854         Reviewed by Yury Semikhatsky.
15855
15856         Web Inspector: [JSC] scripts have incorrect starting line (always 1).
15857         https://bugs.webkit.org/show_bug.cgi?id=52721
15858
15859         * inspector/debugger-scripts-expected.txt: Added.
15860         * inspector/debugger-scripts.html: Added.
15861
15862 2011-01-19  Jeremy Orlow  <jorlow@chromium.org>
15863
15864         This test changed slightly, so rebaseline it.  The offsets seem off
15865         but they have been for as long as the files have been upstream so it's
15866         likely a known issue.
15867
15868         * platform/chromium-win/fast/events/offsetX-offsetY-expected.txt:
15869         * platform/chromium/test_expectations.txt:
15870
15871 2011-01-19  Hans Wennborg  <hans@chromium.org>
15872
15873         Reviewed by Jeremy Orlow.
15874
15875         IndexedDB: Support auto-increment keys
15876         https://bugs.webkit.org/show_bug.cgi?id=52576
15877
15878         Add layout test for auto increment keys.
15879         Update previous test not to consider auto increment an error.
15880
15881         * storage/indexeddb/create-object-store-options-expected.txt:
15882         * storage/indexeddb/create-object-store-options.html:
15883         * storage/indexeddb/objectstore-autoincrement-expected.txt: Added.
15884         * storage/indexeddb/objectstore-autoincrement.html: Added.
15885
15886 2011-01-19  Csaba Osztrogonác  <ossy@webkit.org>
15887
15888         Unreviewed.
15889
15890         Update Qt specific expected files after r76115.
15891
15892         * platform/qt/fast/dom/Window/window-properties-expected.txt:
15893         * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
15894
15895 2011-01-19  Joseph Pecoraro  <joepeck@webkit.org>
15896
15897         Reviewed by Simon Fraser.
15898
15899         Update Test Now that Bug is Fixed
15900         https://bugs.webkit.org/show_bug.cgi?id=52677
15901
15902         * fast/events/offsetX-offsetY-expected.txt: one more PASS line.
15903         * fast/events/offsetX-offsetY.html: uncomment and update hit-test location.
15904
15905 2011-01-19  Jeremy Orlow  <jorlow@chromium.org>
15906
15907         Move pixel test results to the proper place.
15908
15909         * platform/mac/svg/custom/use-inherit-style-expected.checksum: Renamed from LayoutTests/svg/custom/use-inherit-style-expected.checksum.
15910         * platform/mac/svg/custom/use-inherit-style-expected.png: Renamed from LayoutTests/svg/custom/use-inherit-style-expected.png.
15911
15912 2011-01-19  Pavel Feldman  <pfeldman@chromium.org>
15913
15914         Not reviewed: fixed flaky inspector test.
15915
15916         * http/tests/inspector/extensions-resources-redirect.html:
15917
15918 2011-01-19  Mikhail Naganov  <mnaganov@chromium.org>
15919
15920         Revert r76114 -- added test fails on Chromium canaries.
15921
15922 2011-01-19  Alexander Pavlov  <apavlov@chromium.org>
15923
15924         Reviewed by Pavel Feldman.
15925
15926         Web Inspector: Employ TextPrompt for CSS property name/value autocompletion
15927         https://bugs.webkit.org/show_bug.cgi?id=52212
15928
15929         * inspector/styles-add-blank-property.html: Follow the altered event handling.
15930         * inspector/styles-url-linkify.html: Eliminate flakiness.
15931
15932 2011-01-19  Dai Mikurube  <dmikurube@google.com>
15933
15934         Reviewed by Kent Tamura.
15935
15936         Implement onformchange and onforminput event handlers
15937         https://bugs.webkit.org/show_bug.cgi?id=26141
15938
15939         * fast/dom/Window/window-properties-expected.txt: Added form events.
15940         * fast/dom/Window/window-property-descriptors-expected.txt: Added form events.
15941         * fast/forms/formchange-event-expected.txt: Added.
15942         * fast/forms/formchange-event.html: Added to test formchange events.
15943         * fast/forms/forminput-event-expected.txt: Added.
15944         * fast/forms/forminput-event.html: Added to test forminput events.
15945         * fast/forms/script-tests/formchange-event.js: Added.
15946         (sendKey):
15947         (sendText):
15948         * fast/forms/script-tests/forminput-event.js: Added.
15949         (sendKey):
15950         (sendText):
15951
15952 2011-01-18  Mikhail Naganov  <mnaganov@chromium.org>
15953
15954         Reviewed by Yury Semikhatsky.
15955
15956         Web Inspector: Add layout test for the CPU profiler.
15957
15958         This test replaces DevToolsSanityTest.TestProfilerTab from
15959         Chromium's interactive_ui_tests.
15960
15961         https://bugs.webkit.org/show_bug.cgi?id=52634
15962
15963         * inspector/cpu-profiler-profiling-expected.txt: Added.
15964         * inspector/cpu-profiler-profiling.html: Added.
15965
15966 2011-01-18  Pavel Feldman  <pfeldman@chromium.org>
15967
15968         Reviewed by Yury Semikhatsky.
15969
15970         Web Inspector: make InjectedScriptAccess API a part of Web Inspector protocol.
15971         https://bugs.webkit.org/show_bug.cgi?id=52652
15972
15973         Calls served by the InjectedScript should be first class protocol
15974         citizens, not dispatched via single protocol message.
15975
15976         * http/tests/inspector/extensions-test.js:
15977         (initialize_ExtensionsTest.InspectorTest.runExtensionTests):
15978         * http/tests/inspector/inspector-test2.js:
15979         (initialize_InspectorTest.InspectorTest.evaluateInPage):
15980         * http/tests/inspector/resource-har-conversion.html:
15981         * inspector/console-command-clear.html:
15982         * inspector/console-dir-global.html:
15983
15984 2011-01-18  Eric Seidel  <eric@webkit.org>
15985
15986         Unreviewed, rolling out r76084.
15987         http://trac.webkit.org/changeset/76084
15988         https://bugs.webkit.org/show_bug.cgi?id=52654
15989
15990         Crashes on the bots
15991
15992         * fast/dom/Window/open-window-empty-url-expected.txt: Removed.
15993         * fast/dom/Window/open-window-empty-url.html: Removed.
15994
15995 2011-01-18  Maciej Stachowiak  <mjs@apple.com>
15996
15997         Reviewed by Sam Weinig.
15998
15999         Skip (and in a few cases fix) tests for WebKit2
16000         https://bugs.webkit.org/show_bug.cgi?id=52698
16001
16002         * editing/pasteboard/copy-null-characters.html: Make this test fail in a more
16003         obvious way when it fails.
16004         * fast/events/scroll-event-does-not-bubble.html: Make this test properly
16005         handle the fact that scroll events are async. The job was half-done before.
16006         * platform/mac-wk2/Skipped: Skip!
16007
16008 2011-01-18  Maciej Stachowiak  <mjs@apple.com>
16009
16010         Not reviewed.
16011
16012         Revert inadvertantly committed test changes.
16013
16014         * editing/pasteboard/copy-null-characters.html:
16015         * fast/events/scroll-event-does-not-bubble.html:
16016         * platform/mac-wk2/Skipped:
16017         * transitions/remove-transition-style.html:
16018
16019 2011-01-18  Oliver Hunt  <oliver@apple.com>
16020
16021         Reviewed by Gavin Barraclough.
16022
16023         [jsfunfuzz] Assertion asking activation for arguments when arguments is overridden
16024         https://bugs.webkit.org/show_bug.cgi?id=52690
16025
16026         Add a few more tests.
16027
16028         * fast/js/function-dot-arguments-expected.txt:
16029         * fast/js/script-tests/function-dot-arguments.js:
16030         (overwroteArgumentsInDynamicScope1):
16031         (overwroteArgumentsInDynamicScope2):
16032         (overwroteArgumentsInDynamicScope3):
16033
16034 2011-01-18  Dmitry Titov  <dimich@chromium.org>
16035
16036         [Chromium] Not reviewed, adding pixel expectations for new test.
16037
16038         * platform/chromium-mac/fast/css/background-clip-values-expected.checksum: Added.
16039         * platform/chromium-mac/fast/css/background-clip-values-expected.png: Added.
16040
16041 2011-01-18  Jessie Berlin  <jberlin@apple.com>
16042
16043         Reviewed by Adam Roben.
16044
16045         Add a test that calling window.open with an empty URL does not trigger an assertion or
16046         cause a crash.
16047         https://bugs.webkit.org/show_bug.cgi?id=52654
16048
16049         * fast/dom/Window/open-window-empty-url-expected.txt: Added.
16050         * fast/dom/Window/open-window-empty-url.html: Added.
16051
16052 2011-01-18  Robert Hogan  <robert@webkit.org>
16053
16054         Reviewed by Simon Hausmann.
16055
16056         [Qt] http/tests/incremental/slow-utf8-text.pl fails
16057         https://bugs.webkit.org/show_bug.cgi?id=44282
16058
16059         * platform/qt/Skipped:
16060
16061 2011-01-18  Michael Saboff  <msaboff@apple.com>
16062
16063         Reviewed by Oliver Hunt.
16064
16065         <rdar://problem/8875432> Regression: Some text-only e-mails cause hang beneath RegExp::match (52540)
16066         https://bugs.webkit.org/show_bug.cgi?id=52540
16067         https://bugs.webkit.org/show_bug.cgi?id=52662
16068
16069         New tests to check for proper linking of parentheses nested under
16070         a non-capturing parentheses.
16071
16072         * fast/regex/parentheses-expected.txt:
16073         * fast/regex/script-tests/parentheses.js:
16074
16075 2011-01-18  David Hyatt  <hyatt@apple.com>
16076
16077         Reviewed by Dan Bernstein.
16078
16079         <rdar://problem/8479998> REGRESSION (r67660): broken button layout at devforums.apple.com
16080         
16081         Exclude floating objects from shrinking to avoid floats.  They should never do this.  Timing-related bugs could
16082         occur as a result of this mistake, and the change to rewrite pagination to defer layout of floats until they
16083         got encountered on the correct line exposed this issue.
16084
16085         Added /fast/block/float/float-overflow-hidden-containing-block-width.html.
16086         * fast/block/float/float-overflow-hidden-containing-block-width.html: Added.
16087         * platform/mac/fast/block/float/float-overflow-hidden-containing-block-width-expected.checksum: Added.
16088         * platform/mac/fast/block/float/float-overflow-hidden-containing-block-width-expected.png: Added.
16089         * platform/mac/fast/block/float/float-overflow-hidden-containing-block-width-expected.txt: Added.
16090
16091 2011-01-18  Dmitry Titov  <dimich@chromium.org>
16092
16093         [Chromium] Not reviewed, updated expectations for tests
16094         affected by http://trac.webkit.org/changeset/76047
16095
16096         * platform/chromium-mac/fast/backgrounds/size/backgroundSize22-expected.checksum:
16097         * platform/chromium-mac/fast/backgrounds/size/backgroundSize22-expected.png:
16098         * platform/chromium-win/fast/backgrounds/size/backgroundSize22-expected.checksum:
16099         * platform/chromium-win/fast/backgrounds/size/backgroundSize22-expected.png:
16100         * platform/chromium-win/fast/css/background-clip-values-expected.checksum: Added.
16101         * platform/chromium-win/fast/css/background-clip-values-expected.png: Added.
16102
16103 2011-01-18  Kenneth Russell  <kbr@google.com>
16104
16105         Reviewed by David Levin.
16106
16107         Must strip comments from WebGL shaders before enforcing character set
16108         https://bugs.webkit.org/show_bug.cgi?id=52390
16109
16110         Incorporated non-ASCII GLSL conformance tests from Khronos
16111         repository. Updated and synchronized invalid-passed-params.html
16112         with Khronos repository, undoing changes from
16113         http://trac.webkit.org/changeset/75735 .
16114
16115         * fast/canvas/webgl/glsl-conformance-expected.txt:
16116         * fast/canvas/webgl/invalid-passed-params-expected.txt:
16117         * fast/canvas/webgl/invalid-passed-params.html:
16118         * fast/canvas/webgl/shaders/00_shaders.txt:
16119         * fast/canvas/webgl/shaders/misc: Added.
16120         * fast/canvas/webgl/shaders/misc/00_shaders.txt: Added.
16121         * fast/canvas/webgl/shaders/misc/non-ascii-comments.vert: Added.
16122         * fast/canvas/webgl/shaders/misc/non-ascii.vert: Added.
16123
16124 2011-01-18  Chris Marrin  <cmarrin@apple.com>
16125
16126         Reviewed by Simon Fraser.
16127
16128         Add LayoutTests for new compositing layer logic
16129         https://bugs.webkit.org/show_bug.cgi?id=52657
16130
16131         Add 4 tests checking that the layer tree is properly constructed with nested
16132         layers. The first test is a simple static test of a layer with a 3D transform
16133         with a non-layered parent. It is a pixel test and is just looking for a correct
16134         image. The second test is similar but has a 4 deep hierarchy of <div> element where 
16135         only the innermost layer has a 3D transform. It is also a pixel test.
16136         The other 2 tests are the same except that they add and then remove the innermost
16137         layer's transform. It makes sure the layer tree is correct before and after
16138         these changes.
16139
16140         * compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt: Added.
16141         * compositing/geometry/layer-due-to-layer-children-deep-switch.html: Added.
16142         * compositing/geometry/layer-due-to-layer-children-deep.html: Added.
16143         * compositing/geometry/layer-due-to-layer-children-switch-expected.txt: Added.
16144         * compositing/geometry/layer-due-to-layer-children-switch.html: Added.
16145         * compositing/geometry/layer-due-to-layer-children.html: Added.
16146         * platform/mac/compositing/geometry/layer-due-to-layer-children-deep-expected.checksum: Added.
16147         * platform/mac/compositing/geometry/layer-due-to-layer-children-deep-expected.png: Added.
16148         * platform/mac/compositing/geometry/layer-due-to-layer-children-deep-expected.txt: Added.
16149         * platform/mac/compositing/geometry/layer-due-to-layer-children-expected.checksum: Added.
16150         * platform/mac/compositing/geometry/layer-due-to-layer-children-expected.png: Added.
16151         * platform/mac/compositing/geometry/layer-due-to-layer-children-expected.txt: Added.
16152
16153 2011-01-18  Mihai Parparita  <mihaip@chromium.org>
16154
16155         Reviewed by Ojan Vafai.
16156
16157         [Chromium] Update Sputnik test expectations
16158         https://bugs.webkit.org/show_bug.cgi?id=52656
16159         
16160         Mark Sputnik tests as WONTFIX, so that they don't artificially inflate
16161         our failing test count.
16162
16163         * platform/chromium/test_expectations.txt:
16164
16165 2011-01-18  Dmitry Titov  <dimich@chromium.org>
16166
16167         [Chromium] Not reviewed, test expectations update.
16168         Added exclusion for new test fast/canvas/canvas-fillPath-alpha-shadow.html
16169
16170         * platform/chromium-gpu/test_expectations.txt:
16171         * platform/chromium/test_expectations.txt:
16172
16173 2011-01-18  Oliver Hunt  <oliver@apple.com>
16174
16175         Reviewed by Antti Koivisto.
16176
16177         [jsfunfuzz] Assertion in codegen for array of NaN constants
16178         https://bugs.webkit.org/show_bug.cgi?id=52643
16179
16180         Add a testcase to ensure we handle a large number of NaN literals
16181         in (0/0 is folded to NaN automatically during parsing).
16182
16183         * fast/js/codegen-temporaries-expected.txt:
16184         * fast/js/script-tests/codegen-temporaries.js:
16185
16186 2011-01-18  Krithigassree Sambamurthy  <krithigassree.sambamurthy@nokia.com>
16187
16188         Reviewed by Simon Fraser.
16189
16190         Support background-clip: content-box
16191         https://bugs.webkit.org/show_bug.cgi?id=48771 
16192
16193         Added test cases to check the various valid background-clip values.
16194
16195         * fast/css/background-clip-text-expected.txt:
16196         * fast/css/background-clip-values-expected.checksum: Added.
16197         * fast/css/background-clip-values-expected.txt: Added.
16198         * fast/css/background-clip-values.html: Added.
16199         * fast/css/script-tests/background-clip-text.js:
16200
16201 2011-01-18  Chris Fleizach  <cfleizach@apple.com>
16202
16203         Reviewed by Darin Adler.
16204
16205         REGRESSION: A problem with Voiceover and finding links
16206         https://bugs.webkit.org/show_bug.cgi?id=52324
16207
16208         * platform/mac/accessibility/iframe-with-title-correct-hierarchy-expected.txt: Added.
16209         * platform/mac/accessibility/iframe-with-title-correct-hierarchy.html: Added.
16210
16211 2011-01-18  Martin Robinson  <mrobinson@igalia.com>
16212
16213         Reviewed by Eric Seidel.
16214
16215         [GTK] Filenames are converted to URLs during edit drags
16216         https://bugs.webkit.org/show_bug.cgi?id=52096
16217
16218         * platform/gtk/Skipped: Unskip passing test. Fix a misspelled
16219         drag and drop test on the list as well.
16220
16221 2011-01-18  Jeremy Orlow  <jorlow@chromium.org>
16222
16223         [Chromium] Create baselines for svg/css/text-gradient-shadow.svg
16224         https://bugs.webkit.org/show_bug.cgi?id=52640
16225
16226         * platform/chromium-linux/svg/css/text-gradient-shadow-expected.checksum: Added.
16227         * platform/chromium-linux/svg/css/text-gradient-shadow-expected.png: Added.
16228         * platform/chromium-mac/svg/css/text-gradient-shadow-expected.checksum: Added.
16229         * platform/chromium-win/svg/css/text-gradient-shadow-expected.checksum: Added.
16230         * platform/chromium-win/svg/css/text-gradient-shadow-expected.png: Added.
16231         * platform/chromium-win/svg/css/text-gradient-shadow-expected.txt: Added.
16232         * platform/chromium/test_expectations.txt:
16233
16234 2011-01-18  Martin Robinson  <mrobinson@igalia.com>
16235
16236         Skip two tests which were incorrectly passing before GTK+
16237         had support for beginDragWithFiles.
16238
16239         * platform/gtk/Skipped: Skip failing tests.
16240
16241 2011-01-18  John Knottenbelt  <jknotten@chromium.org>
16242
16243         Reviewed by Jeremy Orlow.
16244
16245         [Chromium] Adjust test expectations fast/files/revoke-blob-url.html is flaky on linux.
16246         https://bugs.webkit.org/show_bug.cgi?id=52633
16247
16248         Combine test expectations for the test into one line.
16249
16250         * platform/chromium/test_expectations.txt:
16251
16252 2011-01-18  Helder Correia  <helder@sencha.com>
16253
16254         Reviewed by Kenneth Rohde Christiansen.
16255
16256         [Qt] Incorrect shadow alpha with semi-transparent solid fillStyle
16257         https://bugs.webkit.org/show_bug.cgi?id=52611
16258
16259         This is related to bug 52559. The shadow color alpha must be multiplied
16260         by the context brush alpha.
16261
16262         New test to ensure correct behavior of canvas with fillPath using a
16263         semi-transparent fillStyle color and a shadow.
16264
16265         * fast/canvas/canvas-fillPath-alpha-shadow-expected.txt: Added.
16266         * fast/canvas/canvas-fillPath-alpha-shadow.html: Added.
16267         * fast/canvas/script-tests/canvas-fillPath-alpha-shadow.js: Added.
16268
16269 2011-01-18  John Knottenbelt  <jknotten@chromium.org>
16270
16271         Unreviewed; updated chromium test expectations.
16272
16273         [Chromium] Adjust test expectations fast/files/revoke-blob-url.html is flaky on linux.
16274         https://bugs.webkit.org/show_bug.cgi?id=52633
16275
16276         * platform/chromium/test_expectations.txt:
16277
16278 2011-01-18  Adam Bergkvist  <adam.bergkvist@ericsson.com> and Martin Robinson  <mrobinson@igalia.com>
16279
16280         Reviewed by Gustavo Noronha Silva.
16281
16282         [GTK] The GTK+ EventSender needs support for beginDragWithFiles
16283         https://bugs.webkit.org/show_bug.cgi?id=40833
16284
16285         Unskip passing tests, add in a GTK+-specific result and one more result
16286         which is necessary because GTK+ tests run in Xvfb.
16287
16288         * platform/gtk/Skipped: Unskip tests that are now passing and organize
16289         the remaining skipped tests.
16290         * platform/gtk/fast/forms/input-file-re-render-expected.txt: Added.
16291         * platform/gtk/http/tests/security/clipboard/clipboard-file-access-expected.txt: Added.
16292
16293 2011-01-18  Andrey Kosyakov  <caseq@chromium.org>
16294
16295         Reviewed by Yury Semikhatsky.
16296
16297         Web Inspector: fail resource.requestContent() immediately for WebSocket resources
16298         Remove webInspector.resources.Types from test expectations.
16299         https://bugs.webkit.org/show_bug.cgi?id=52628
16300
16301         * inspector/extensions-api-expected.txt:
16302
16303 2011-01-18  Helder Correia  <helder@sencha.com>
16304
16305         Reviewed by Dirk Schulze.
16306
16307         REGRESSION(75139): SVG gradients are not applied to texts
16308         https://bugs.webkit.org/show_bug.cgi?id=52531
16309
16310         r75139 caused a problem with filling and stroking text with a gradient
16311         fill in SVG. The order of CGContextConcatCTM and CGContextClipToRect
16312         was mixed up.
16313
16314         * platform/mac/svg/css/text-gradient-shadow-expected.checksum: Added.
16315         * platform/mac/svg/css/text-gradient-shadow-expected.png: Added.
16316         * platform/mac/svg/css/text-gradient-shadow-expected.txt: Added.
16317         * svg/css/text-gradient-shadow.svg: Added.
16318
16319 2011-01-18  John Knottenbelt  <jknotten@chromium.org>
16320
16321         Reviewed by Jeremy Orlow.
16322
16323         Add pixel test baseline for svg/custom/use-inherit-style.svg
16324         https://bugs.webkit.org/show_bug.cgi?id=52630
16325
16326         * svg/custom/use-inherit-style-expected.checksum: Added.
16327         * svg/custom/use-inherit-style-expected.png: Added.
16328
16329 2011-01-18  Leo Yang  <leo.yang@torchmobile.com.cn>
16330
16331         Reviewed by Nikolas Zimmermann.
16332
16333         Unable to indirectly animate visibility of SVGUseElement
16334         https://bugs.webkit.org/show_bug.cgi?id=50240
16335
16336         Test case to verify if SVGUseElement inherits parent's
16337         style change.
16338
16339         * svg/custom/use-inherit-style-expected.txt: Added.
16340         * svg/custom/use-inherit-style.svg: Added.
16341
16342 2011-01-18  Pavel Podivilov  <podivilov@chromium.org>
16343
16344         Unreviewed, remove wrong chromium expectation for console-xhr-logging test.
16345
16346         * platform/chromium/http/tests/inspector/console-xhr-logging-expected.txt: Removed.
16347
16348 2011-01-18  Pavel Podivilov  <podivilov@chromium.org>
16349
16350         Unreviewed, test fix for r76019.
16351
16352         * http/tests/inspector-enabled/console-log-before-frame-navigation-expected.txt:
16353         * http/tests/inspector-enabled/console-log-before-frame-navigation.html:
16354
16355 2011-01-18  Pavel Podivilov  <podivilov@chromium.org>
16356
16357         Reviewed by Yury Semikhatsky.
16358
16359         Web Inspector: fix flaky debugger tests.
16360         https://bugs.webkit.org/show_bug.cgi?id=51320
16361
16362         * http/tests/inspector/debugger-test2.js:
16363         (initialize_DebuggerTest.InspectorTest.setBreakpoint):
16364         (initialize_DebuggerTest.InspectorTest.showScriptSource):
16365         (initialize_DebuggerTest.InspectorTest._showScriptSource):
16366         * inspector/debugger-pause-on-breakpoint-expected.txt:
16367         * inspector/debugger-pause-on-breakpoint.html:
16368
16369 2011-01-18  Antti Koivisto  <antti@apple.com>
16370
16371         Reviewed by Dave Hyatt.
16372
16373         https://bugs.webkit.org/show_bug.cgi?id=52370
16374         Style sharing optimization no longer works on major web sites
16375         
16376         These are progressions (with no noticable visual change). 
16377         MathML code was improperly sharing style.
16378
16379         * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.txt:
16380         * platform/mac/mathml/presentation/subsup-expected.txt:
16381
16382 2011-01-18  Philippe Normand  <pnormand@igalia.com>
16383
16384         Unreviewed, rolling out r76002.
16385         http://trac.webkit.org/changeset/76002
16386         https://bugs.webkit.org/show_bug.cgi?id=49790
16387
16388         breaks a bunch of fast/forms tests on mac and GTK
16389
16390         * fast/forms/select-option-background-color-change.html: Removed.
16391         * fast/forms/select-option-color-change.html: Removed.
16392         * fast/forms/select-option-visibility-change.html: Removed.
16393         * platform/mac/fast/forms/select-option-background-color-change-expected.checksum: Removed.
16394         * platform/mac/fast/forms/select-option-background-color-change-expected.png: Removed.
16395         * platform/mac/fast/forms/select-option-background-color-change-expected.txt: Removed.
16396         * platform/mac/fast/forms/select-option-color-change-expected.checksum: Removed.
16397         * platform/mac/fast/forms/select-option-color-change-expected.png: Removed.
16398         * platform/mac/fast/forms/select-option-color-change-expected.txt: Removed.
16399         * platform/mac/fast/forms/select-option-visibility-change-expected.checksum: Removed.
16400         * platform/mac/fast/forms/select-option-visibility-change-expected.png: Removed.
16401         * platform/mac/fast/forms/select-option-visibility-change-expected.txt: Removed.
16402
16403 2011-01-18  Csaba Osztrogonác  <ossy@webkit.org>
16404
16405         Unreviewed.
16406
16407         [Qt] Fix LoadHTMLStringItem::invoke() after r75966
16408         https://bugs.webkit.org/show_bug.cgi?id=52614
16409
16410         * platform/qt/Skipped: http/tests/navigation/go-back-to-error-page.html added until fix.
16411
16412 2011-01-17  Rob Buis  <rwlbuis@gmail.com>
16413
16414         Reviewed by Kent Tamura.
16415
16416         Add tests for:
16417         Color changes to option elements in a select multiple aren't drawn immediately
16418         https://bugs.webkit.org/show_bug.cgi?id=49790
16419
16420         * fast/forms/select-option-background-color-change.html: Added.
16421         * fast/forms/select-option-color-change.html: Added.
16422         * fast/forms/select-option-visibility-change.html: Added.
16423         * platform/mac/fast/forms/select-option-background-color-change-expected.checksum: Added.
16424         * platform/mac/fast/forms/select-option-background-color-change-expected.png: Added.
16425         * platform/mac/fast/forms/select-option-background-color-change-expected.txt: Added.
16426         * platform/mac/fast/forms/select-option-color-change-expected.checksum: Added.
16427         * platform/mac/fast/forms/select-option-color-change-expected.png: Added.
16428         * platform/mac/fast/forms/select-option-color-change-expected.txt: Added.
16429         * platform/mac/fast/forms/select-option-visibility-change-expected.checksum: Added.
16430         * platform/mac/fast/forms/select-option-visibility-change-expected.png: Added.
16431         * platform/mac/fast/forms/select-option-visibility-change-expected.txt: Added.
16432
16433 2011-01-17  Steve Lacey  <sjl@chromium.org>
16434
16435         Reviewed by David Levin.
16436
16437         Rebaseline media/video-zoom-controls for chromium.
16438         https://bugs.webkit.org/show_bug.cgi?id=52415
16439
16440         * platform/chromium-linux/media/video-zoom-controls-expected.checksum: Added.
16441         * platform/chromium-linux/media/video-zoom-controls-expected.png: Added.
16442         * platform/chromium-mac/media/video-zoom-controls-expected.checksum: Added.
16443         * platform/chromium-mac/media/video-zoom-controls-expected.png: Added.
16444         * platform/chromium-mac/media/video-zoom-controls-expected.txt: Added.
16445         * platform/chromium-win/media/video-zoom-controls-expected.checksum: Added.
16446         * platform/chromium-win/media/video-zoom-controls-expected.png: Added.
16447         * platform/chromium-win/media/video-zoom-controls-expected.txt: Added.
16448         * platform/chromium/test_expectations.txt:
16449
16450 2011-01-17  Dmitry Titov  <dimich@chromium.org>
16451
16452         [Chromium] Not reviewed, test expectations update.
16453         Added TIMEOUT to  fast/canvas/canvas-fillPath-pattern-shadow.html
16454
16455         * platform/chromium-gpu/test_expectations.txt:
16456
16457 2011-01-17  Michael Saboff  <msaboff@apple.com>
16458
16459         Reviewed by Oliver Hunt.
16460
16461         [regexfuzz] Crash running regex with lookahead
16462         https://bugs.webkit.org/show_bug.cgi?id=52548
16463
16464         New tests from regex fuzzer.
16465
16466         * fast/regex/parentheses-expected.txt:
16467         * fast/regex/script-tests/parentheses.js:
16468
16469 2011-01-17  Dmitry Titov  <dimich@chromium.org>
16470
16471         [Chromium] Not reviewed, test expectations update.
16472         Same as previous patch, now for -gpu file.
16473
16474         * platform/chromium-gpu/test_expectations.txt:
16475
16476 2011-01-17  Dmitry Titov  <dimich@chromium.org>
16477
16478         [Chromium] Not reviewed, test expectations update.
16479         fast/canvas/canvas-fillPath-pattern-shadow.html fails on Win and Linux.
16480
16481         * platform/chromium/test_expectations.txt:
16482
16483 2011-01-17  Adam Roben  <aroben@apple.com>
16484
16485         Make compositing/tiling/huge-layer-resize.html faster, more reliable,
16486         and more crashy (when there's a WebKit bug)
16487
16488         This test was trying to cause a layout/paint to happen by returning to
16489         the event loop for a certain amount of time via setTimeout. But this
16490         didn't always result in a layout/paint (at least on Windows). We now
16491         force the layout/paint explicitly, which also lets us speed up the test
16492         by removing the setTimeouts.
16493
16494         Reviewed by Darin Adler and Chris Marrin.
16495
16496         Test for <http://webkit.org/b/52597> Crash beneath
16497         PlatformCALayer::adoptSublayers when switching out of tiling mode
16498         (null-dereference of a PlatformCALayer)
16499
16500         * compositing/tiling/huge-layer-resize.html:
16501         (testOnLoad): Changed to use recordLayerTree, which forces a
16502         layout/paint, instead of hoping that setTimeout will do the trick.
16503         (recordLayerTree): Forces a layout/paint, then dumps the layer tree.
16504
16505 2011-01-17  Dan Bernstein  <mitz@apple.com>
16506
16507         Reviewed by Darin Adler.
16508
16509         Use of invalid hash map key in CSSFontFaceSource::getFontData() with 0-sized remote font
16510         https://bugs.webkit.org/show_bug.cgi?id=52598
16511
16512         * fast/css/font-face-zero-hash-key-expected.txt: Added.
16513         * fast/css/font-face-zero-hash-key.html: Added.
16514
16515 2011-01-17  Helder Correia  <helder@sencha.com>
16516
16517         Reviewed by Andreas Kling.
16518
16519         [Qt] Incorrect shadow alpha with pattern fillStyle
16520         https://bugs.webkit.org/show_bug.cgi?id=52559
16521
16522         The shadow color opacity needs to be set on the shadow painter.
16523         This is related to bug 52556.
16524
16525         * fast/canvas/canvas-fillPath-pattern-shadow-expected.txt: Added.
16526         * fast/canvas/canvas-fillPath-pattern-shadow.html: Added.
16527         * fast/canvas/script-tests/canvas-fillPath-pattern-shadow.js: Added.
16528
16529 2011-01-17  David Kilzer  <ddkilzer@apple.com>
16530
16531         <http://webkit.org/b/52524> fast/dom/Range/range-clone-contents.html fails only on Windows
16532
16533         Reviewed by Alexey Proskuryakov.
16534
16535         * platform/win/Skipped: Removed
16536         fast/dom/Range/range-clone-contents.html.  It appears the
16537         Windows buildbots need a clean build.
16538
16539 2011-01-17  Jessie Berlin  <jberlin@apple.com>
16540
16541         Reviewed by Anders Carlsson.
16542
16543         REGRESSION: Assertion failure in FrameLoader::continueLoadAfterWillSubmitForm() when
16544         navigating back to an unreachable URL
16545         https://bugs.webkit.org/show_bug.cgi?id=52388
16546
16547         Add a test that loads an alternate HTML String for an "unreachable" URL, loads another
16548         page, and then goes back to the "unreachable" URL, which is now reachable.
16549
16550         This tests two things:
16551         1) No assertion failure when going back to an unreachable URL.
16552         2) There is no page cached for the unreachable URL.
16553
16554         * http/tests/navigation/go-back-to-error-page-expected.txt: Added.
16555         * http/tests/navigation/go-back-to-error-page.html: Added.
16556         * http/tests/navigation/resources/page-to-go-back-from.html: Added.
16557         * http/tests/navigation/resources/page-treated-as-unreachable.html: Added.
16558
16559 2011-01-17  Pavel Feldman  <pfeldman@chromium.org>
16560
16561         Not reviewed: skip flaky inspector test (will look at it tomorrow).
16562
16563         * platform/mac-leopard/Skipped:
16564
16565 2011-01-17  Andrey Kosyakov  <caseq@chromium.org>
16566
16567         Reviewed by Pavel Feldman.
16568
16569         Web Inspector: [Extensions API] webInspector.resources.onFinished is not fired for redirected resources
16570         Added test for finished event being sent for redirected resources.
16571         https://bugs.webkit.org/show_bug.cgi?id=52452
16572
16573         * http/tests/inspector/extensions-resources-redirect-expected.txt:
16574         * http/tests/inspector/extensions-resources-redirect.html:
16575
16576 2011-01-17  Pavel Feldman  <pfeldman@chromium.org>
16577
16578         Not reviewed: first timeline-network-resource flakiness.
16579
16580         * inspector/timeline-network-resource.html:
16581
16582 2011-01-17  Pavel Podivilov  <podivilov@chromium.org>
16583
16584         Reviewed by Yury Semikhatsky.
16585
16586         Web Inspector: fix flaky debugger tests.
16587         https://bugs.webkit.org/show_bug.cgi?id=51320
16588
16589         * http/tests/inspector/debugger-test2.js:
16590         (initialize_DebuggerTest.InspectorTest.setBreakpoint):
16591         * inspector/debugger-breakpoints-not-activated-on-reload.html:
16592         * inspector/debugger-pause-on-breakpoint-expected.txt:
16593         * inspector/debugger-pause-on-breakpoint.html:
16594
16595 2011-01-17  Csaba Osztrogonác  <ossy@webkit.org>
16596
16597         Unreviewed.
16598
16599         Add Qt specific expected results for passing CSS tests.
16600         Compared to Mac png files and Mac expected files.
16601
16602         * platform/qt/Skipped: Unskip passing tests.
16603         * platform/qt/css1/[...]: Added.
16604         * platform/qt/css2.1/[...]: Added.
16605         * platform/qt/css3/[...]: Added.
16606
16607 2011-01-17  Anthony Ricaud  <rik@webkit.org>
16608
16609         Reviewed by Kent Tamura.
16610
16611         [HTML5] Revert display:none on datalist
16612         https://bugs.webkit.org/show_bug.cgi?id=52214
16613
16614         * fast/forms/datalist-expected.txt:
16615         * fast/forms/datalist-nonoption-child-expected.txt:
16616         * fast/forms/datalist.html:
16617
16618 2011-01-17  Pavel Podivilov  <podivilov@chromium.org>
16619
16620         Reviewed by Pavel Feldman.
16621
16622         Web Inspector: refactoring: encapsulate lazy initialization of SourceFrame.
16623         https://bugs.webkit.org/show_bug.cgi?id=51738
16624
16625         * http/tests/inspector/debugger-test2.js:
16626         (initialize_DebuggerTest.InspectorTest.showScriptSource):
16627         (initialize_DebuggerTest.InspectorTest._showScriptSource):
16628         * inspector/debugger-pause-in-eval-script-expected.txt:
16629         * inspector/debugger-pause-in-eval-script.html:
16630
16631 2011-01-17  John Knottenbelt  <jknotten@chromium.org>
16632
16633         Reviewed by Jeremy Orlow.
16634
16635         GeolocationController should call stopUpdating on destruction
16636         https://bugs.webkit.org/show_bug.cgi?id=52216
16637
16638         fast/dom/window-close-crash.html tests that we do not fail the
16639         assertion in the mock GeolocationClient that the GeolocationClient
16640         is not updating when the GeolocationController is destroyed.
16641
16642         * fast/dom/Geolocation/resources/window-close-popup.html: Added.
16643         * fast/dom/Geolocation/script-tests/window-close-crash.js: Added.
16644         (gotPosition):
16645         (waitForWindowToClose):
16646         (failedToCreateWatch):
16647         * fast/dom/Geolocation/window-close-crash-expected.txt: Added.
16648         * fast/dom/Geolocation/window-close-crash.html: Added.
16649         * platform/gtk/Skipped:
16650         * platform/mac-wk2/Skipped:
16651         * platform/qt-wk2/Skipped:
16652
16653 2011-01-14  Ilya Tikhonovsky  <loislo@chromium.org>
16654
16655         Reviewed by Pavel Feldman.
16656
16657         Web Inspector: Enable inspector's tests for chromium Linux.
16658         https://bugs.webkit.org/show_bug.cgi?id=52445
16659
16660         * platform/chromium/inspector/timeline-network-resource-expected.txt:
16661         * platform/chromium/test_expectations.txt:
16662
16663 2011-01-17  Helder Correia  <helder@sencha.com>
16664
16665         Reviewed by Kenneth Rohde Christiansen.
16666
16667         [Qt] fast/canvas/canvas-fillPath-gradient-shadow.html does not pass
16668         https://bugs.webkit.org/show_bug.cgi?id=52556
16669
16670         The shadow color opacity needs to be set on the shadow painter.
16671         Additionally, the gradient brush should be transformed.
16672
16673         * platform/qt/Skipped: Remove test from skipped list.
16674
16675 2011-01-17  Philippe Normand  <pnormand@igalia.com>
16676
16677         Unreviewed, rolling out r75914.
16678         http://trac.webkit.org/changeset/75914
16679         https://bugs.webkit.org/show_bug.cgi?id=49177
16680
16681         multiple crashes on GTK
16682
16683         * platform/gtk/Skipped:
16684
16685 2011-01-16  Martin Robinson  <mrobinson@igalia.com>
16686
16687         Reviewed by Xan Lopez.
16688
16689         [GTK] fast/events/scroll-after-click-on-tab-index has been failing on the bots
16690         https://bugs.webkit.org/show_bug.cgi?id=49177
16691
16692         * platform/gtk/Skipped: Unskip this test, as it's now passing.
16693
16694 2011-01-16  Oliver Hunt  <oliver@apple.com>
16695
16696         Reviewed by Sam Weinig.
16697
16698         [jsfunfuzz] Parser doesn't correctly validate for-loop syntax
16699         https://bugs.webkit.org/show_bug.cgi?id=52516
16700
16701         Add test for the case where a syntax error immediately follows
16702         multiple declarations in a for-loop initialiser.
16703
16704         * fast/js/parser-syntax-check-expected.txt:
16705         * fast/js/script-tests/parser-syntax-check.js:
16706
16707 2011-01-16  Oliver Hunt  <oliver@apple.com>
16708
16709         Reviewed by Geoffrey Garen.
16710
16711         Strict mode restrictions on arguments and eval usage aren't complete
16712         https://bugs.webkit.org/show_bug.cgi?id=52528
16713
16714         Add a helper function to aid parse failure tests by testing both direct
16715         eval/global code, and nested code (so that we test the syntax checker
16716         mode as well)
16717
16718         * fast/js/basic-strict-mode-expected.txt:
16719         * fast/js/script-tests/basic-strict-mode.js:
16720         (shouldBeSyntaxError):
16721
16722 2011-01-16  Robert Hogan  <robert@webkit.org>
16723
16724         Unreviewed, re-skip test after r75894.
16725
16726         [Qt] plugins/keyboard-events.html fails after r72717
16727
16728         Re-skip plugins/keyboard-events.html.
16729         Using XKeysymToKeycode(QX11Info::display(), ..) doesn't work on
16730         a headless build, such as the buildbot. So need to solve this a
16731         different way.
16732
16733         https://bugs.webkit.org/show_bug.cgi?id=50050
16734
16735         * platform/qt/Skipped:
16736
16737 2011-01-16  Robert Hogan  <robert@webkit.org>
16738
16739         Reviewed by Andreas Kling.
16740
16741         [Qt] plugins/keyboard-events.html fails after r72717
16742         https://bugs.webkit.org/show_bug.cgi?id=50050
16743
16744         * platform/qt/Skipped: Unskip plugins/keyboard-events.html
16745
16746 2011-01-15  David Kilzer  <ddkilzer@apple.com>
16747
16748         Skip fast/dom/Range/range-clone-contents.html on Windows
16749
16750         Not reviewed.
16751
16752         Filed: <https://bugs.webkit.org/show_bug.cgi?id=52524>
16753
16754         * platform/win/Skipped: Skip test on Windows. The test passes
16755         on all other bots.
16756
16757 2011-01-15  Oliver Hunt  <oliver@apple.com>
16758
16759         Reviewed by Maciej Stachowiak.
16760
16761         Incorrect behavior changing attributes of an accessor
16762         https://bugs.webkit.org/show_bug.cgi?id=52515
16763
16764         Add an additional test for validating changing attributes of
16765         an accessor property.s
16766
16767         * fast/js/Object-defineProperty-expected.txt:
16768         * fast/js/script-tests/Object-defineProperty.js:
16769
16770 2011-01-15  David Kilzer  <ddkilzer@apple.com>
16771
16772         <http://webkit.org/b/52512> REGRESSION(r73818): range.cloneContents() ignores end offset
16773
16774         Reviewed by Adele Peterson.
16775
16776         * fast/dom/Range/range-clone-contents-expected.txt: Added.
16777         * fast/dom/Range/range-clone-contents.html: Added.
16778
16779 2011-01-15  Robert Hogan  <robert@webkit.org>
16780
16781         Reviewed by Kenneth Rohde Christiansen.
16782
16783         [Qt] plugins/no-mime-with-valid-extension.html fails
16784
16785         Check extension of resource against installed
16786         plugins when determining mime-type.
16787
16788         https://bugs.webkit.org/show_bug.cgi?id=52288
16789         https://bugs.webkit.org/show_bug.cgi?id=50657
16790         * platform/qt/Skipped:
16791
16792 2011-01-15  Stephen White  <senorblanco@chromium.org>
16793
16794         Unreviewed; updated chromium test expectations.
16795
16796         * platform/chromium-gpu/test_expectations.txt:
16797
16798 2011-01-15  Stephen White  <senorblanco@chromium.org>
16799
16800         Unreviewed; updated chromium test expectations.
16801
16802         * platform/chromium-gpu/test_expectations.txt:
16803         * platform/chromium/test_expectations.txt:
16804
16805 2011-01-15  Tony Chang  <tony@chromium.org>
16806
16807         Unreviewed, add new test to GTK+ Skipped list.
16808         https://bugs.webkit.org/show_bug.cgi?id=52508
16809
16810         * platform/gtk/Skipped:
16811
16812 2011-01-14  Oliver Hunt  <oliver@apple.com>
16813
16814         Reviewed by Maciej Stachowiak.
16815
16816         [jsfunfuzz] Incorrect handling of consecutive duplicate labels
16817         https://bugs.webkit.org/show_bug.cgi?id=52505
16818
16819         Add a few tests of consecutive labels containing duplicates to the parser check.
16820
16821         * fast/js/parser-syntax-check-expected.txt:
16822         * fast/js/script-tests/parser-syntax-check.js:
16823
16824 2011-01-14  Dmitry Titov  <dimich@chromium.org>
16825
16826         Not reviewed, update of Chromium test expectations.
16827         Update of files affected by mass rebaseline in r75828 and r75838
16828
16829         * platform/chromium-mac/animations/3d/state-at-end-event-transform-expected.checksum:
16830         * platform/chromium-mac/animations/3d/state-at-end-event-transform-expected.png:
16831         * platform/chromium-mac/plugins/embed-attributes-style-expected.txt: Removed.
16832         * platform/chromium-mac/svg/custom/svg-curve-with-relative-cordinates-expected.checksum:
16833         * platform/chromium-mac/svg/custom/svg-curve-with-relative-cordinates-expected.png:
16834
16835 2011-01-14  Dmitry Titov  <dimich@chromium.org>
16836
16837         Not reviewed, update of test expectations.
16838         Ignore new test fast/js/js-continue-break-restrictions.html, it fails for V8.
16839
16840         * platform/chromium/test_expectations.txt:
16841
16842 2011-01-14  Eric Uhrhane  <ericu@chromium.org>
16843
16844         Reviewed by David Levin.
16845
16846         Add tests for FileWriterSync
16847         https://bugs.webkit.org/show_bug.cgi?id=50720
16848
16849         * fast/filesystem/resources/file-writer-sync-truncate-extend.js: Added.
16850         * fast/filesystem/workers/file-writer-sync-truncate-extend.html: Added.
16851         * fast/filesystem/workers/file-writer-sync-truncate-extend-expected.txt: Added.
16852         * fast/filesystem/resources/file-writer-sync-write-overlapped.js: Added.
16853         * fast/filesystem/workers/file-writer-sync-write-overlapped.html: Added.
16854         * fast/filesystem/workers/file-writer-sync-write-overlapped-expected.txt: Added.
16855         * fast/filesystem/resources/file-writer-utils.js:
16856         (assert): Make assert throw, rather than continue.
16857         (cleanUp): Always call finishJSTest, even without fileEntryForCleanup.
16858
16859 2011-01-14  Oliver Hunt  <oliver@apple.com>
16860
16861         Reviewed by Stephanie Lewis.
16862
16863         [jsfunfuzz] We should be clearing the lexers temporary character buffers when switching to strict mode
16864         https://bugs.webkit.org/show_bug.cgi?id=52501
16865
16866         Add checks for correct behaviour when the strict mode token is immediately followed
16867         by a value that needs a temporary buffer in the lexer.
16868
16869         * fast/js/basic-strict-mode-expected.txt:
16870         * fast/js/script-tests/basic-strict-mode.js:
16871
16872 2011-01-14  Tony Chang  <tony@chromium.org>
16873
16874         Reviewed by Alexey Proskuryakov.
16875
16876         Strip NUL character when copying text on Windows
16877         https://bugs.webkit.org/show_bug.cgi?id=52236
16878
16879         * editing/pasteboard/copy-null-characters-expected.txt: Added.
16880         * editing/pasteboard/copy-null-characters.html: Added.
16881
16882 2011-01-14  Nico Weber  <thakis@chromium.org>
16883
16884         Unreviewed, test expectations.
16885
16886         Rebaseline gradient test due to updated skia. reed checked the test and
16887         says the new look is right and is an intentional change.
16888         https://bugs.webkit.org/show_bug.cgi?id=52105
16889
16890         * platform/chromium-linux/svg/batik/paints/gradientLimit-expected.checksum:
16891         * platform/chromium-linux/svg/batik/paints/gradientLimit-expected.png:
16892         * platform/chromium-win/svg/batik/paints/gradientLimit-expected.checksum:
16893         * platform/chromium-win/svg/batik/paints/gradientLimit-expected.png:
16894
16895 2011-01-14  Oliver Hunt  <oliver@apple.com>
16896
16897         Reviewed by Gavin Barraclough.
16898
16899         [jsfunfuzz] parser doesn't enforce continue restrictions correctly.
16900         https://bugs.webkit.org/show_bug.cgi?id=52493
16901
16902         Add a few tests for continue to cover the cases where continue
16903         isn't syntactically valid.
16904
16905         * fast/js/js-continue-break-restrictions-expected.txt: Added.
16906         * fast/js/js-continue-break-restrictions.html: Added.
16907         * fast/js/script-tests/js-continue-break-restrictions.js: Added.
16908
16909 2011-01-14  Maciej Stachowiak  <mjs@apple.com>
16910
16911         Reviewed by Anders Carlsson.
16912
16913         Fix a few things in the WebKit2 skipped list
16914         https://bugs.webkit.org/show_bug.cgi?id=52484
16915
16916         * platform/mac-wk2/Skipped: Add/remove some tests to the WK2 skipped list.
16917         * editing/style/stylewithcss-without-selection.html: Fix this test to avoid
16918         referencing an undefined variable in the failure case.
16919
16920 2011-01-14  Mihai Parparita  <mihaip@chromium.org>
16921
16922         Update the svg/ pixel expectations for the chromium-mac port.
16923         
16924         For the pixel tests that currently fail on Snow Leopard, this moves the
16925         current pixel results to platform/chromium-mac-leopard and adds new
16926         results to platform/chromium-mac.
16927
16928         List of files omitted due to length but composed entirely of moves from
16929         platform/chromium-mac to platform/chromium-mac-leopard and newly added
16930         files in platform/chromium-mac.
16931
16932 2011-01-14  Helder Correia  <helder@sencha.com>
16933
16934         Reviewed by Simon Fraser.
16935
16936         Shadow is not drawn when filling a path with a gradient
16937         https://bugs.webkit.org/show_bug.cgi?id=51982
16938
16939         This happens in CG and is related to bug 51869, this time to be fixed
16940         in GraphicsContext::fillPath(const Path& path). We need to draw the
16941         gradient clipped to the path on a CGLayer first, and then draw the
16942         layer on the GraphicsContext.
16943
16944         * fast/canvas/canvas-fillPath-gradient-shadow-expected.txt: Added.
16945         * fast/canvas/canvas-fillPath-gradient-shadow.html: Added.
16946         * fast/canvas/script-tests/canvas-fillPath-gradient-shadow.js: Added.
16947         * platform/chromium/test_expectations.txt: Skipping new test since it fails.
16948         * platform/qt/Skipped: Ditto.
16949
16950 2011-01-14  Mihai Parparita  <mihaip@chromium.org>
16951
16952         Update the pixel expectations for the chromium-mac port.
16953         
16954         For the pixel tests that currently fail on Snow Leopard, this moves the
16955         current pixel results to platform/chromium-mac-leopard and adds new
16956         results to platform/chromium-mac.
16957
16958         List of files omitted due to length but composed entirely of moves from
16959         platform/chromium-mac to platform/chromium-mac-leopard and newly added
16960         files in platform/chromium-mac.
16961
16962 2011-01-14  Steve Lacey  <sjl@chromium.org>
16963
16964         Reviewed by Simon Fraser.
16965
16966         Update media/video-zoom-controls.html to set the video source before initializing the test.
16967         https://bugs.webkit.org/show_bug.cgi?id=52461
16968
16969         * media/video-zoom-controls.html:
16970
16971 2011-01-14  Abhishek Arya  <inferno@chromium.org>
16972
16973         Reviewed by Dave Hyatt.
16974
16975         Tests that we do not crash due to uncleared floats in parent nodes.
16976         https://bugs.webkit.org/show_bug.cgi?id=51711
16977
16978         * fast/block/float/floats-not-cleared-crash-expected.txt: Added.
16979         * fast/block/float/floats-not-cleared-crash.html: Added.
16980
16981 2011-01-14  Jessie Berlin  <jberlin@apple.com>
16982
16983         REGRESSION (r75660): compositing/reflections/load-video-in-reflection.html crashes on Windows 7
16984         https://bugs.webkit.org/show_bug.cgi?id=52397
16985
16986         Unskipping tests that no longer fail on Windows 7 Release. Unreviewed.
16987
16988         * platform/win/Skipped:
16989         Un-skip compositing/reflections/load-video-in-reflection.html, which appears to be fixed by
16990         http://trac.webkit.org/changeset/75807
16991
16992 2011-01-12  Satish Sampath  <satish@chromium.org>
16993
16994         Reviewed by Dimitri Glazkov.
16995
16996         Fix a crash when accessing speech input from script.
16997         https://bugs.webkit.org/show_bug.cgi?id=52325
16998
16999         Added a layout test to check enabling/disabling speech input from script.
17000
17001         * fast/speech/speech-input-scripting-expected.txt: Added.
17002         * fast/speech/speech-input-scripting.html: Added.
17003
17004 2011-01-14  Abhishek Arya  <inferno@chromium.org>
17005
17006         Reviewed by David Hyatt.
17007
17008         Tests that we do not crash when trying to merge anonymous blocks, one of which
17009         is already getting destroyed.
17010         https://bugs.webkit.org/show_bug.cgi?id=52402
17011
17012         * fast/block/merge-anonymous-block-remove-child-crash2-expected.txt: Added.
17013         * fast/block/merge-anonymous-block-remove-child-crash2.html: Added.
17014
17015 2011-01-14  Tony Chang  <tony@chromium.org>
17016
17017         Unreviewed, updating baselines.
17018
17019         [chromium] rebaseline vertical tests on linux
17020         https://bugs.webkit.org/show_bug.cgi?id=52457
17021
17022         After updating fonts.conf, these tests are now passing.
17023
17024         * platform/chromium-linux/fast/blockflow/japanese-lr-text-expected.checksum:
17025         * platform/chromium-linux/fast/blockflow/japanese-lr-text-expected.png:
17026         * platform/chromium-linux/fast/blockflow/japanese-rl-text-expected.checksum:
17027         * platform/chromium-linux/fast/blockflow/japanese-rl-text-expected.png:
17028         * platform/chromium-linux/fast/repaint/japanese-rl-selection-clear-expected.checksum:
17029         * platform/chromium-linux/fast/repaint/japanese-rl-selection-clear-expected.png:
17030         * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-expected.checksum:
17031         * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-expected.png:
17032         * platform/chromium-linux/svg/batik/text/verticalText-expected.checksum:
17033         * platform/chromium-linux/svg/batik/text/verticalText-expected.png:
17034         * platform/chromium/test_expectations.txt:
17035
17036 2011-01-14  Tony Chang  <tony@chromium.org>
17037
17038         Reviewed by Kent Tamura.
17039
17040         [chromium] update fonts.conf to fix 6 linux tests in drt
17041         https://bugs.webkit.org/show_bug.cgi?id=52411
17042
17043         * platform/chromium/test_expectations.txt:
17044
17045 2011-01-14  Philippe Normand  <pnormand@igalia.com>
17046
17047         Reviewed by Martin Robinson.
17048
17049         [GTK] Add volume slider to media player
17050         https://bugs.webkit.org/show_bug.cgi?id=51532
17051
17052         * platform/gtk/Skipped:
17053         * platform/gtk/media/audio-controls-rendering-expected.txt:
17054         * platform/gtk/media/controls-after-reload-expected.txt:
17055         * platform/gtk/media/controls-strict-expected.txt:
17056         * platform/gtk/media/controls-styling-expected.txt:
17057         * platform/gtk/media/video-controls-rendering-expected.txt:
17058         * platform/gtk/media/video-display-toggle-expected.txt:
17059         * platform/gtk/media/video-empty-source-expected.txt:
17060         * platform/gtk/media/video-no-audio-expected.txt:
17061         * platform/gtk/media/video-volume-slider-expected.txt: Added.
17062
17063 2011-01-14  Michael Saboff  <msaboff@apple.com>
17064
17065         Reviewed by Oliver Hunt.
17066
17067         Incorrect backtracking for nested alternatives
17068         https://bugs.webkit.org/show_bug.cgi?id=52387
17069
17070         Added tests to verfiy backtracking of alternatives following 
17071         parenthesis.
17072
17073         * fast/regex/parentheses-expected.txt:
17074         * fast/regex/script-tests/parentheses.js:
17075
17076 2011-01-14  Pavel Feldman  <pfeldman@chromium.org>
17077
17078         Web Inspector: do not use this as protocol message
17079         dispatcher in models / agents.
17080         https://bugs.webkit.org/show_bug.cgi?id=52442
17081
17082         Models should never for InspectorBackend.registerDomainDispatcher("foo", this).
17083         There should be a clear way to tell whether method is being called
17084         from within front-end or by the backend.
17085
17086         * http/tests/inspector/debugger-test2.js:
17087         (initialize_DebuggerTest.InspectorTest.startDebuggerTest.startTest):
17088         (initialize_DebuggerTest.InspectorTest.startDebuggerTest):
17089         (initialize_DebuggerTest.InspectorTest.completeDebuggerTest.disableDebugger):
17090         (initialize_DebuggerTest.InspectorTest.showScriptSource):
17091
17092 2011-01-14  Andrey Kosyakov  <caseq@chromium.org>
17093
17094         Unreviewed test fix.
17095         Filter out /favicon.ico from page resources list to avoid test expectations mismatch on GTK.
17096
17097         * http/tests/inspector/extensions-resources-redirect.html:
17098
17099 2011-01-14  Andrey Kosyakov  <caseq@chromium.org>
17100
17101         Reviewed by Pavel Feldman.
17102
17103         Web Inspector: redirected resources not handled properly in Network panel
17104         Added test for redirected resource presence in HAR
17105         Changed test to request entire HAR log, not multiple HAR entries.
17106         https://bugs.webkit.org/show_bug.cgi?id=52292
17107
17108         * http/tests/inspector/extensions-resources-redirect-expected.txt:
17109         * http/tests/inspector/extensions-resources-redirect.html:
17110         * http/tests/inspector/resource-har-conversion.html:
17111         * inspector/extensions-resources.html:
17112
17113 2011-01-14  Hayato Ito  <hayato@chromium.org>
17114
17115         Unreviewed chromium expectations update.
17116
17117         Exclude http/tests/loading/cross-origin-XHR-willLoadRequest.html (added in r75768)
17118
17119         * platform/chromium/test_expectations.txt:
17120
17121 2011-01-13  Hayato Ito  <hayato@chromium.org>
17122
17123         Unreviewed, build fix.
17124
17125         Fix Skipped lists in r75768.
17126
17127         * platform/gtk/Skipped:
17128         * platform/qt/Skipped:
17129         * platform/win/Skipped:
17130
17131 2011-01-13  Dan Bernstein  <mitz@apple.com>
17132
17133         Reviewed by Alexey Proskuryakov.
17134
17135         <rdar://problem/8827065> REGRESSION (r71884): Cross-origin XHR fails if willSendRequest changes the URL
17136         https://bugs.webkit.org/show_bug.cgi?id=52419
17137
17138         * http/tests/loading/cross-origin-XHR-willLoadRequest-expected.txt: Added.
17139         * http/tests/loading/cross-origin-XHR-willLoadRequest.html: Added.
17140         * platform/gtk/Skipped: Skip the new test.
17141         * platform/qt/Skipped: Ditto.
17142         * platform/win/Skipped: Ditto.
17143
17144 2011-01-13  Justin Schuh  <jschuh@chromium.org>
17145
17146         Unreviewed chromium expectations update.
17147
17148         Several text layout tests failing on linux after r75756
17149
17150         * platform/chromium/test_expectations.txt:
17151
17152 2011-01-13  Martin Robinson  <mrobinson@igalia.com>
17153
17154         Unreviewed, rolling out r75740.
17155         http://trac.webkit.org/changeset/75740
17156
17157         This led to GTK+ redness
17158
17159         * platform/gtk/Skipped:
17160
17161 2011-01-13  Robert Hogan  <robert@webkit.org>
17162
17163         Reviewed by Andreas Kling.
17164
17165         [Qt] Unskip http/tests/security/originHeader/origin-header-for-empty.html
17166         https://bugs.webkit.org/show_bug.cgi?id=52389
17167
17168         * platform/qt/Skipped:
17169
17170 2011-01-13  Mihai Parparita  <mihaip@chromium.org>
17171
17172         Unreviewed chromium expectations update.
17173         
17174         Add Chromium Snow Leopard expectations. These need to go into a new
17175         chromium-mac-snowleopard directory, since these tests do not have
17176         chromium-mac expectations, but currently pass on Leopard.
17177         
17178         The differences are due to bug 52335 (which explains why we can't use
17179         the regular mac port Snow Leopard baselines).
17180
17181         * platform/chromium-mac-snowleopard/css1/box_properties/clear-expected.checksum: Added.
17182         * platform/chromium-mac-snowleopard/css1/box_properties/clear-expected.png: Added.
17183         * platform/chromium-mac-snowleopard/css1/box_properties/float-expected.checksum: Added.
17184         * platform/chromium-mac-snowleopard/css1/box_properties/float-expected.png: Added.
17185         * platform/chromium-mac-snowleopard/css1/text_properties/vertical_align-expected.checksum: Added.
17186         * platform/chromium-mac-snowleopard/css1/text_properties/vertical_align-expected.png: Added.
17187         * platform/chromium-mac-snowleopard/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.checksum: Added.
17188         * platform/chromium-mac-snowleopard/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.png: Added.
17189         * platform/chromium-mac-snowleopard/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.checksum: Added.
17190         * platform/chromium-mac-snowleopard/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.png: Added.
17191         * platform/chromium-mac-snowleopard/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.checksum: Added.
17192         * platform/chromium-mac-snowleopard/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.png: Added.
17193         * platform/chromium-mac-snowleopard/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.checksum: Added.
17194         * platform/chromium-mac-snowleopard/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.png: Added.
17195         * platform/chromium-mac-snowleopard/css2.1/t0803-c5505-mrgn-00-b-ag-expected.checksum: Added.
17196         * platform/chromium-mac-snowleopard/css2.1/t0803-c5505-mrgn-00-b-ag-expected.png: Added.
17197         * platform/chromium-mac-snowleopard/css2.1/t0905-c414-flt-01-d-g-expected.checksum: Added.
17198         * platform/chromium-mac-snowleopard/css2.1/t0905-c414-flt-01-d-g-expected.png: Added.
17199         * platform/chromium-mac-snowleopard/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.checksum: Added.
17200         * platform/chromium-mac-snowleopard/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.png: Added.
17201         * platform/chromium-mac-snowleopard/css2.1/t1008-c44-ln-box-00-d-ag-expected.checksum: Added.
17202         * platform/chromium-mac-snowleopard/css2.1/t1008-c44-ln-box-00-d-ag-expected.png: Added.
17203         * platform/chromium-mac-snowleopard/css2.1/t1008-c44-ln-box-02-d-ag-expected.checksum: Added.
17204         * platform/chromium-mac-snowleopard/css2.1/t1008-c44-ln-box-02-d-ag-expected.png: Added.
17205         * platform/chromium-mac-snowleopard/css2.1/t1008-c44-ln-box-03-d-ag-expected.checksum: Added.
17206         * platform/chromium-mac-snowleopard/css2.1/t1008-c44-ln-box-03-d-ag-expected.png: Added.
17207         * platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-02-d-agi-expected.checksum: Added.
17208         * platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-02-d-agi-expected.png: Added.
17209         * platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-03-d-agi-expected.checksum: Added.
17210         * platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-03-d-agi-expected.png: Added.
17211         * platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-04-d-agi-expected.checksum: Added.
17212         * platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-04-d-agi-expected.png: Added.
17213         * platform/chromium-mac-snowleopard/fast/css/resize-corner-tracking-transformed-expected.checksum: Added.
17214         * platform/chromium-mac-snowleopard/fast/css/resize-corner-tracking-transformed-expected.png: Added.
17215         * platform/chromium-mac-snowleopard/fast/forms/searchfield-heights-expected.checksum: Added.
17216         * platform/chromium-mac-snowleopard/fast/forms/searchfield-heights-expected.png: Added.
17217         * platform/chromium-mac-snowleopard/fast/forms/slider-thumb-shared-style-expected.checksum: Added.
17218         * platform/chromium-mac-snowleopard/fast/forms/slider-thumb-shared-style-expected.png: Added.
17219         * platform/chromium-mac-snowleopard/fast/gradients/background-clipped-expected.checksum: Added.
17220         * platform/chromium-mac-snowleopard/fast/gradients/background-clipped-expected.png: Added.
17221         * platform/chromium-mac-snowleopard/fast/replaced/selection-rect-transform-expected.checksum: Added.
17222         * platform/chromium-mac-snowleopard/fast/replaced/selection-rect-transform-expected.png: Added.
17223         * platform/chromium-mac-snowleopard/fast/text/whitespace/tab-character-basics-expected.checksum: Added.
17224         * platform/chromium-mac-snowleopard/fast/text/whitespace/tab-character-basics-expected.png: Added.
17225         * platform/chromium-mac-snowleopard/fast/transforms/diamond-expected.checksum: Added.
17226         * platform/chromium-mac-snowleopard/fast/transforms/diamond-expected.png: Added.
17227         * platform/chromium-mac-snowleopard/fast/transforms/shadows-expected.checksum: Added.
17228         * platform/chromium-mac-snowleopard/fast/transforms/shadows-expected.png: Added.
17229         * platform/chromium-mac-snowleopard/fast/transforms/transformed-caret-expected.checksum: Added.
17230         * platform/chromium-mac-snowleopard/fast/transforms/transformed-caret-expected.png: Added.
17231
17232 2011-01-13  Mihai Parparita  <mihaip@chromium.org>
17233
17234         Unreviewed chromium expectations update.
17235         
17236         Categorize remaining scrollbar-related failures. 6 are due to bug 52414
17237         (small remaining difference between mac and chromium-mac scrollbars).
17238         fast/text/international/thai-line-breaks.html just needed a baseline
17239         update (done for both Leopard and Snow Leopard).
17240
17241         * platform/chromium-mac-leopard/fast/text/international/thai-line-breaks-expected.checksum: Added.
17242         * platform/chromium-mac-leopard/fast/text/international/thai-line-breaks-expected.png: Added.
17243         * platform/chromium-mac/fast/text/international/thai-line-breaks-expected.checksum: Added.
17244         * platform/chromium-mac/fast/text/international/thai-line-breaks-expected.png: Added.
17245         * platform/chromium/test_expectations.txt:
17246
17247 2011-01-13  Justin Schuh  <jschuh@chromium.org>
17248
17249         Unreviewed chromium expectations update.
17250
17251         Remove exception for canvas-large-dimensions.html.
17252
17253         * platform/chromium/test_expectations.txt:
17254
17255 2011-01-13  Martin Robinson  <mrobinson@igalia.com>
17256
17257         Unskip editing/input/page-up-down-scrolls.html as it's passing locally.
17258
17259         * platform/gtk/Skipped: Unskip test.
17260
17261 2011-01-13  Jian Li  <jianli@chromium.org>
17262
17263         Reviewed by Darin Fisher.
17264
17265         Change createObjectURL and revokeObjectURL to put under webkitURL.
17266         https://bugs.webkit.org/show_bug.cgi?id=52257
17267
17268         Change all related test scripts and results to account for this change.
17269
17270         * fast/dom/Window/script-tests/window-property-descriptors.js:
17271         * fast/dom/Window/window-properties-expected.txt:
17272         * fast/dom/Window/window-properties.html:
17273         * fast/dom/script-tests/prototype-inheritance-2.js:
17274         * fast/dom/script-tests/prototype-inheritance.js:
17275         * fast/files/apply-blob-url-to-img.html:
17276         * fast/files/apply-blob-url-to-xhr.html:
17277         * fast/files/create-blob-url-crash.html:
17278         * fast/files/revoke-blob-url.html:
17279         * fast/files/workers/resources/worker-apply-blob-url-to-xhr.js:
17280         (onmessage):
17281         * platform/qt/fast/dom/Window/window-properties-expected.txt:
17282
17283 2011-01-13  Emil Eklund  <eae@chromium.org>
17284
17285         Reviewed by Dimitri Glazkov.
17286
17287         Setting outerText should convert CR/LF to <br>
17288         https://bugs.webkit.org/show_bug.cgi?id=52268
17289         
17290         Add test for setting Element.outerText.
17291
17292         * fast/dom/set-outer-text-expected.txt: Added.
17293         * fast/dom/set-outer-text.html: Added.
17294         * fast/dom/text-node-append-data-remove-crash-expected.txt: Changed
17295             expectation to "didn't crash" from "threw dom exception" as test
17296             assumed the DOMCharacterDataModified event would fire before the node
17297             would be replaced.
17298         * fast/dom/text-node-append-data-remove-crash.html:
17299
17300 2011-01-13  Adam Roben  <aroben@apple.com>
17301
17302         Skip a crashing test on Windows
17303
17304         See <http://webkit.org/b/52397>.
17305
17306         * platform/win/Skipped: Added
17307         compositing/reflections/load-video-in-reflection.html.
17308
17309 2011-01-13  Martin Robinson  <mrobinson@igalia.com>
17310
17311         Skip fast/text/emphasis.html as it shows a 1 pixel difference on the 32-bit Debug bot.
17312
17313         * platform/gtk/Skipped: Skip fast/text/emphasis.html.
17314
17315 2011-01-13  Zhenyao Mo  <zmo@google.com>
17316
17317         Reviewed by Kenneth Russell.
17318
17319         Relax the ESSL valid charset a little bit to include " ' `
17320         https://bugs.webkit.org/show_bug.cgi?id=52396
17321
17322         * fast/canvas/webgl/invalid-passed-params-expected.txt:
17323         * fast/canvas/webgl/invalid-passed-params.html:
17324
17325 2011-01-13  Matthew Delaney  <mdelaney@apple.com>
17326
17327         Reviewed by nobody - reinstrumenting a test to save burning trees.
17328
17329         fast/canvas/canvas-large-dimensions.html (introduced in r75648) is failing on all platforms except Snow Leopard
17330         https://bugs.webkit.org/show_bug.cgi?id=52341
17331
17332         * fast/canvas/canvas-large-dimensions-expected.txt: Replaced.
17333         * fast/canvas/canvas-large-dimensions.html:
17334
17335 2011-01-13  Justin Schuh  <jschuh@chromium.org>
17336
17337         Unreviewed chromium expectations update.
17338
17339         Exclude destroy-on-setwindow.html (added in r75720).
17340
17341         * platform/chromium/test_expectations.txt:
17342
17343 2011-01-13  Alejandro G. Castro  <alex@igalia.com>
17344
17345         Reviewed by Martin Robinson.
17346
17347         [gtk] Zero-sized font does not yet work
17348         https://bugs.webkit.org/show_bug.cgi?id=49793
17349
17350         Unskip font-size-zero.html.
17351
17352         * platform/gtk/Skipped:
17353
17354 2011-01-13  Tony Chang  <tony@chromium.org>
17355
17356         Unreviewed, updating chromium test_expectations.txt
17357
17358         * platform/chromium/test_expectations.txt: Mark a test as slow in debug.
17359
17360 2011-01-13  Adam Roben  <aroben@apple.com>
17361
17362         Check in Windows-XP-specific results for fast/canvas/set-colors.html
17363
17364         See <http://webkit.org/b/52374>.
17365
17366         * platform/win-xp/fast/canvas/set-colors-expected.txt: Added.
17367
17368 2011-01-13  Adam Roben  <aroben@apple.com>
17369
17370         Disable fast/profiler/throw-exception-from-eval.html
17371
17372         This test fails non-deterministically. See <http://webkit.org/b/49801>.
17373
17374         * fast/profiler/throw-exception-from-eval.html-disabled: Renamed from LayoutTests/fast/profiler/throw-exception-from-eval.html.
17375
17376         * platform/gtk/Skipped:
17377         * platform/mac-leopard/Skipped:
17378         * platform/qt/Skipped:
17379         Un-skipped this test now that it's been disabled by other means.
17380
17381         * platform/win-xp/fast/profiler/throw-exception-from-eval-expected.txt: Removed.
17382
17383 2011-01-13  Dan Bernstein  <mitz@apple.com>
17384
17385         Reviewed by Simon Fraser.
17386
17387         <rdar://problem/8098442> Crash in Widget::setFrameRect()
17388         https://bugs.webkit.org/show_bug.cgi?id=52375
17389
17390         * plugins/destroy-on-setwindow-expected.txt: Added.
17391         * plugins/destroy-on-setwindow.html: Added.
17392
17393 2011-01-13  Tony Chang  <tony@chromium.org>
17394
17395         Reviewed by Kent Tamura.
17396
17397         [chromium] fix plugins/plugin-javascript-access.html on Linux and Mac
17398         https://bugs.webkit.org/show_bug.cgi?id=52332
17399
17400         Fix Linux baseline. Mac should now match Safari Mac.
17401
17402         * platform/chromium-linux/plugins/plugin-javascript-access-expected.txt:
17403         * platform/chromium/test_expectations.txt:
17404
17405 2011-01-13  Pavel Feldman  <pfeldman@chromium.org>
17406
17407         Not reviewed: inspector extensions tests should not use sources as test data. Commenting one out temporarily, filing a bug.
17408
17409         * inspector/extensions-events-expected.txt:
17410         * inspector/extensions-events.html:
17411
17412 2011-01-13  Dan Bernstein  <mitz@apple.com>
17413
17414         Reviewed by Dave Hyatt.
17415
17416         <rdar://problem/8858548> Disable inheritance of text emphasis marks to ruby text
17417         https://bugs.webkit.org/show_bug.cgi?id=52359
17418
17419         * fast/ruby/text-emphasis-expected.txt: Added.
17420         * fast/ruby/text-emphasis.html: Added.
17421
17422 2011-01-13  Hayato Ito  <hayato@chromium.org>
17423
17424         Unreviewed, chromium test expectations.
17425
17426         Flaky expectations for html5lib/webkit-resumer.html.
17427
17428         * platform/chromium/test_expectations.txt:
17429
17430 2011-01-12  Adam Barth  <abarth@webkit.org>
17431
17432         Removing this test from the Skipped list caused the next test
17433         alphabetically to fail instead.
17434
17435         * platform/mac/Skipped:
17436
17437 2011-01-12  Maciej Stachowiak  <mjs@apple.com>
17438
17439         Reviewed by David Levin.
17440
17441         Add beforeunload support to WebKitTestRunner
17442         https://bugs.webkit.org/show_bug.cgi?id=52353
17443
17444         * platform/mac-wk2/Skipped: Unskip a test that was failing solely due to missing
17445         beforeunload support.
17446
17447 2011-01-12  Hayato Ito  <hayato@chromium.org>
17448
17449         Unreviewed test expectations files fix.
17450
17451         Fix a culprit revision number.
17452
17453         * platform/chromium-gpu/test_expectations.txt:
17454         * platform/chromium/test_expectations.txt:
17455
17456 2011-01-12  Hayato Ito  <hayato@chromium.org>
17457
17458         Unreviewed chromium-gpu test expectations fix.
17459
17460         Disable canvas-large-dimensions.html after r75639.
17461
17462         * platform/chromium-gpu/test_expectations.txt:
17463
17464 2011-01-12  Ryosuke Niwa  <rniwa@webkit.org>
17465
17466         Reviewed by Eric Seidel.
17467
17468         REGRESSION(r69831): focus() in onkeypress discards input (affects chaseonline.chase.com)
17469         https://bugs.webkit.org/show_bug.cgi?id=52241
17470
17471         Added a test to ensure WebKit inserts the character typed by a user when focus's node
17472         is changed by a presskey event handler.
17473
17474         * fast/forms/focus-change-on-keypress-expected.txt: Added.
17475         * fast/forms/focus-change-on-keypress.html: Added.
17476
17477 2011-01-12  Kenichi Ishibashi  <bashi@google.com>
17478
17479         Reviewed by Kent Tamura.
17480
17481         M_formElementsWithFormAttribute not cleared when FormAssociatedElement is inserted with a null m_form and then removed.
17482         https://bugs.webkit.org/show_bug.cgi?id=51905
17483
17484         Add test for crash when modifying the form attribute of a form
17485         associated element before removing it.
17486
17487         * fast/forms/form-associated-element-crash-expected.txt: Added.
17488         * fast/forms/form-associated-element-crash.html: Added.
17489         * fast/forms/form-associated-element-crash2-expected.txt: Added.
17490         * fast/forms/form-associated-element-crash2.html: Added.
17491
17492 2011-01-12  Kenichi Ishibashi  <bashi@google.com>
17493
17494         Reviewed by Kent Tamura.
17495
17496         M_formElementsWithFormAttribute not cleared when Node is moved to another document.
17497         https://bugs.webkit.org/show_bug.cgi?id=51418
17498
17499         Added test for crash when moving form elements from one document to another.
17500
17501         * fast/forms/change-form-element-document-crash-expected.txt: Added.
17502         * fast/forms/change-form-element-document-crash.html: Added.
17503
17504 2011-01-12  Justin Schuh  <jschuh@chromium.org>
17505
17506         Unreviewed chromium test expectations fix.
17507
17508         Disable canvas-large-dimensions.html after r75639.
17509
17510         * platform/chromium/test_expectations.txt:
17511
17512 2011-01-11  Matthew Delaney  <mdelaney@apple.com>
17513
17514         Reviewed by Simon Fraser.
17515
17516         Max area bound needed in creation of IOSurface in ImageBufferCG.cpp
17517         https://bugs.webkit.org/show_bug.cgi?id=52172
17518
17519         * fast/canvas/canvas-large-dimensions.html: Added.
17520         * fast/canvas/canvas-large-dimensions-expected.txt: Added.
17521
17522 2011-01-12  Tony Chang  <tony@chromium.org>
17523
17524         Reviewed by Ojan Vafai.
17525
17526         output the value of input and textarea nodes when using dump-as-markup
17527         https://bugs.webkit.org/show_bug.cgi?id=52319
17528
17529         * editing/inserting/5607069-2-expected.txt:
17530         * editing/inserting/5607069-3-expected.txt:
17531         * editing/selection/dump-as-markup-expected.txt:
17532         * editing/selection/dump-as-markup-form-text-expected.txt: Added.
17533         * editing/selection/dump-as-markup-form-text.html: Added.
17534         * fast/parser/object-with-textarea-fallback-expected.txt:
17535         * html5lib/runner.html:
17536         * html5lib/webkit-resumer.html:
17537         * resources/dump-as-markup.js:
17538         (Markup.useHTML5libOutputFormat): Add a flag for html5lib compatibility
17539         (Markup._get):
17540
17541 2011-01-12  Robert Hogan  <robert@webkit.org>
17542
17543         Unreviewed, add expected results.
17544
17545         [Qt] Add new expected results from r75632
17546
17547         https://bugs.webkit.org/show_bug.cgi?id=42887
17548
17549         * platform/qt/fast/forms/search-display-none-cancel-button-expected.txt: Added.
17550         * platform/qt/fast/forms/search-placeholder-value-changed-expected.txt: Added.
17551         * platform/qt/fast/forms/search-rtl-expected.txt: Added.
17552         * platform/qt/fast/forms/search-styled-expected.txt: Added.
17553         * platform/qt/fast/forms/search-transformed-expected.txt: Added.
17554         * platform/qt/fast/forms/search-zoomed-expected.txt: Added.
17555
17556 2011-01-12  Robert Hogan  <robert@webkit.org>
17557
17558         Unreviewed, update expected results.
17559
17560         [Qt] Update expected results from r75632
17561
17562         https://bugs.webkit.org/show_bug.cgi?id=42887
17563
17564         * platform/qt/fast/css/pseudo-cache-stale-expected.txt:
17565         * platform/qt/fast/css/text-input-with-webkit-border-radius-expected.txt:
17566         * platform/qt/fast/forms/search-cancel-button-style-sharing-expected.txt:
17567         * platform/qt/fast/forms/search-vertical-alignment-expected.txt:
17568
17569 2011-01-12  Robert Hogan  <robert@webkit.org>
17570
17571         Reviewed by Kenneth Rohde Christiansen.
17572
17573         [Qt] Search input field doesn't have cancel button
17574
17575         Add a cancel button to the search field and make it customizable
17576         by the client. For now, use the close dialog button associated
17577         with the application's style as the default.
17578
17579         Unskip a bunch of search field related tests that pass now:
17580
17581         fast/forms/search-cancel-button-mouseup.html
17582         fast/forms/search-rtl.html
17583         fast/forms/search-abs-pos-cancel-button.html
17584         fast/forms/search-styled.html
17585         fast/forms/search-transformed.html
17586         fast/forms/search-zoomed.html
17587         fast/forms/search-cancel-button-style-sharing.html
17588         fast/forms/search-display-none-cancel-button.html
17589         fast/forms/search-placeholder-value-changed.html
17590         fast/repaint/search-field-cancel.html
17591         fast/forms/search-cancel-button-events.html
17592
17593         https://bugs.webkit.org/show_bug.cgi?id=42887
17594
17595         * platform/qt/Skipped:
17596
17597 2011-01-12  Nico Weber  <thakis@chromium.org>
17598
17599         Unreviewed, test expectations.
17600
17601         Remove now-unnecessary vista-specific baseline.
17602         https://bugs.webkit.org/show_bug.cgi?id=52105
17603
17604         * platform/chromium-win-vista/svg/custom/js-late-gradient-and-object-creation-expected.checksum: Removed.
17605         * platform/chromium-win-vista/svg/custom/js-late-gradient-and-object-creation-expected.png: Removed.
17606
17607 2011-01-12  Justin Schuh  <jschuh@chromium.org>
17608
17609         Unreviewed expectatinos update.
17610
17611         Excluding SVG test for sporadic image failure.
17612
17613         * platform/chromium/test_expectations.txt:
17614
17615 2011-01-12  Justin Schuh  <jschuh@chromium.org>
17616
17617         Unreviewed chromium expectations update.
17618
17619         Added chromium win to exclusion for bug 48164.
17620
17621         * platform/chromium/test_expectations.txt:
17622
17623 2011-01-12  Simon Fraser  <simon.fraser@apple.com>
17624
17625         Reviewed by Eric Seidel.
17626
17627         [CSS Gradients] One color stop should not paint anything for linear-gradient
17628         https://bugs.webkit.org/show_bug.cgi?id=52259
17629         
17630         Update test results given that single-stop gradients are invalid.
17631
17632         * fast/gradients/css3-gradient-parsing-expected.txt:
17633         * fast/gradients/css3-gradient-parsing.html:
17634         * platform/mac/fast/gradients/css3-color-stops-expected.checksum:
17635         * platform/mac/fast/gradients/css3-color-stops-expected.png:
17636
17637 2011-01-12  Csaba Osztrogonác  <ossy@webkit.org>
17638
17639         Unreviewed.
17640
17641         Add Qt specific expected results for new passing tests introduced in r74954 and r74743.
17642         Compared to Mac png files and Mac expected files.
17643
17644         * platform/qt/fast/css-generated-content/table-before-after-child-add-expected.checksum: Added.
17645         * platform/qt/fast/css-generated-content/table-before-after-child-add-expected.png: Added.
17646         * platform/qt/fast/css-generated-content/table-before-after-child-add-expected.txt: Added.
17647         * platform/qt/fast/css-generated-content/table-cell-before-after-child-add-expected.checksum: Added.
17648         * platform/qt/fast/css-generated-content/table-cell-before-after-child-add-expected.png: Added.
17649         * platform/qt/fast/css-generated-content/table-cell-before-after-child-add-expected.txt: Added.
17650         * platform/qt/fast/css-generated-content/table-row-before-after-child-add-expected.checksum: Added.
17651         * platform/qt/fast/css-generated-content/table-row-before-after-child-add-expected.png: Added.
17652         * platform/qt/fast/css-generated-content/table-row-before-after-child-add-expected.txt: Added.
17653         * platform/qt/fast/css-generated-content/table-table-before-after-child-add-expected.checksum: Added.
17654         * platform/qt/fast/css-generated-content/table-table-before-after-child-add-expected.png: Added.
17655         * platform/qt/fast/css-generated-content/table-table-before-after-child-add-expected.txt: Added.
17656         * platform/qt/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.checksum: Added.
17657         * platform/qt/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png: Added.
17658         * platform/qt/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added.
17659
17660 2011-01-12  Justin Schuh  <jschuh@chromium.org>
17661
17662         Unreviewed expectations update for chromium.
17663
17664         Exclude failing test from r75064.
17665
17666         * platform/chromium/test_expectations.txt:
17667
17668 2011-01-12  Philippe Normand  <pnormand@igalia.com>
17669
17670         Unreviewed, skip failing test on GTK.
17671
17672         * platform/gtk/Skipped: Skip editing/input/page-up-down-scrolls.html
17673
17674 2010-12-29  Yury Semikhatsky  <yurys@chromium.org>
17675
17676         Reviewed by Pavel Feldman.
17677
17678         inspector/timeline-network-resource.html fails when run twice
17679         https://bugs.webkit.org/show_bug.cgi?id=37394
17680
17681         Send didReceiveResponse notification to the timeline agent from ResourceLoadNotifier
17682         instead of ResourceLoader::didReceiveResponse to cover the cases when resources
17683         are loaded from memory cache.
17684
17685         Network notifications are now send to InspectorInstrumentation which dispatches
17686         them to interested agents and InspectorController.
17687         fix
17688
17689         * inspector/timeline-network-resource-expected.txt:
17690         * inspector/timeline-network-resource.html:
17691         * inspector/timeline-network-resource.js:
17692
17693 2011-01-12  Jeremy Orlow  <jorlow@chromium.org>
17694
17695         Add forgotten file.
17696
17697         * storage/indexeddb/transaction-read-only-expected.txt: Added.
17698
17699 2011-01-12  Csaba Osztrogonác  <ossy@webkit.org>
17700
17701         Unreviewed.
17702
17703         [Qt] plugins/no-mime-with-valid-extension.html fails
17704         https://bugs.webkit.org/show_bug.cgi?id=52288
17705
17706         * platform/qt/Skipped: plugins/no-mime-with-valid-extension.html added until fix.
17707
17708 2011-01-11  Jeremy Orlow  <jorlow@chromium.org>
17709
17710         Reviewed by Nate Chapin.
17711
17712         Enforce READ_ONLY transactions in IndexedDB
17713         https://bugs.webkit.org/show_bug.cgi?id=52229
17714
17715         Fix existing errors in tests + add a new test for
17716         this issue.
17717
17718         * storage/indexeddb/cursor-delete-expected.txt:
17719         * storage/indexeddb/cursor-delete.html:
17720         * storage/indexeddb/cursor-index-delete-expected.txt:
17721         * storage/indexeddb/cursor-index-delete.html:
17722         * storage/indexeddb/database-quota-expected.txt:
17723         * storage/indexeddb/database-quota.html:
17724         * storage/indexeddb/objectstore-basics-expected.txt:
17725         * storage/indexeddb/objectstore-basics.html:
17726         * storage/indexeddb/objectstore-removeobjectstore-expected.txt:
17727         * storage/indexeddb/objectstore-removeobjectstore.html:
17728         * storage/indexeddb/transaction-basics-expected.txt:
17729         * storage/indexeddb/transaction-basics.html:
17730         * storage/indexeddb/transaction-crash-on-abort-expected.txt:
17731         * storage/indexeddb/transaction-crash-on-abort.html:
17732         * storage/indexeddb/transaction-read-only.html: Added.
17733
17734 2011-01-11  Maciej Stachowiak  <mjs@apple.com>
17735
17736         Reviewed by David Levin.
17737
17738         Fix typo in WebKit2 skipped list which was causing a test to not get skipped
17739         https://bugs.webkit.org/show_bug.cgi?id=52277
17740
17741         * platform/mac-wk2/Skipped:
17742
17743 2011-01-11  Simon Fraser  <simon.fraser@apple.com>
17744
17745         Reviewed by Dan Bernstein.
17746
17747         Webkit crashes when a gradient is applied using the first-line pseudo element
17748         https://bugs.webkit.org/show_bug.cgi?id=52225
17749         
17750         Testcase.
17751
17752         * fast/gradients/gradient-on-pseudoelement-crash-expected.txt: Added.
17753         * fast/gradients/gradient-on-pseudoelement-crash.html: Added.
17754
17755 2011-01-11  Justin Schuh  <jschuh@chromium.org>
17756
17757         Unreviewed chromium expectations update.
17758
17759         Windows exclusion for no-mime-with-valid-extension.html (from r75567)
17760
17761         * platform/chromium/test_expectations.txt:
17762
17763 2011-01-11  Dirk Pranke  <dpranke@chromium.org>
17764
17765         Unreviewed, fix typo in expectations file.
17766
17767         * platform/chromium-gpu/test_expectations.txt:
17768
17769 2011-01-11  Nico Weber  <thakis@chromium.org>
17770
17771         Unreviewed, test expectations.
17772
17773         Remove now-unnecessary xp-specific baseline.
17774         https://bugs.webkit.org/show_bug.cgi?id=52105
17775
17776         * platform/chromium-win-xp/fast/gradients/radial-centered-expected.checksum: Removed.
17777         * platform/chromium-win-xp/fast/gradients/radial-centered-expected.png: Removed.
17778
17779 2011-01-11  Adrienne Walker  <enne@google.com>
17780
17781         Unreviewed, test expectations update.
17782
17783         Revert expect change for Snow Leopard in r75570.
17784
17785         * platform/mac-snowleopard/Skipped:
17786
17787 2011-01-11  Mihai Parparita  <mihaip@chromium.org>
17788
17789         Unreviewed; chromium test expectations update.
17790
17791         Remove failing expectations for tests that pass after r75569.
17792
17793         * platform/chromium/test_expectations.txt:
17794
17795 2011-01-11  James Robinson  <jamesr@chromium.org>
17796
17797         Update test to use layoutTestController.waitUntilDone()/notifyDone() since it relies on the scroll event which is now async.
17798
17799         * fast/repaint/resources/fixed-move-after-keyboard-scroll-iframe.html:
17800
17801 2011-01-11  Mihai Parparita  <mihaip@chromium.org>
17802
17803         Unreviewed; chromium test expectations update.
17804
17805         Remove failing expectations for tests that pass after r75552.
17806
17807         * platform/chromium/test_expectations.txt:
17808
17809 2011-01-11  Adrienne Walker  <enne@google.com>
17810
17811         Reviewed by Kenneth Russell.
17812
17813         Sync WebGL texImage2D video test from Khronos and re-enable it.
17814         https://bugs.webkit.org/show_bug.cgi?id=44459
17815
17816         * fast/canvas/webgl/resources/quadrants.mp4: Removed.
17817         * fast/canvas/webgl/resources/quadrants.ogv: Removed.
17818         * fast/canvas/webgl/resources/red-green.mp4: Added.
17819         * fast/canvas/webgl/resources/red-green.theora.ogv: Added.
17820         * fast/canvas/webgl/resources/red-green.webmvp8.webm: Added.
17821         * fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-expected.txt:
17822         * fast/canvas/webgl/tex-image-and-sub-image-2d-with-video.html:
17823         * platform/chromium-gpu/test_expectations.txt:
17824         * platform/chromium/test_expectations.txt:
17825         * platform/mac-snowleopard/Skipped:
17826
17827 2011-01-11  Mihai Parparita  <mihaip@chromium.org>
17828
17829         Unreviewed, new chromium-mac baselines.
17830         
17831         Rebaseline after the scrollbar change (these tests still need 
17832         chromium-mac baselines since they have controls or images that render
17833         slightly differently from the Mac port).
17834
17835         * platform/chromium-mac/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.checksum:
17836         * platform/chromium-mac/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
17837         * platform/chromium-mac/fast/block/margin-collapse/103-expected.checksum: Added.
17838         * platform/chromium-mac/fast/block/margin-collapse/103-expected.png: Added.
17839         * platform/chromium-mac/fast/borders/border-image-rotate-transform-expected.checksum:
17840         * platform/chromium-mac/fast/borders/border-image-rotate-transform-expected.png:
17841         * platform/chromium-mac/fast/events/pointer-events-2-expected.checksum:
17842         * platform/chromium-mac/fast/events/pointer-events-2-expected.png:
17843         * platform/chromium-mac/fast/images/gif-large-checkerboard-expected.checksum: Removed.
17844         * platform/chromium-mac/fast/images/gif-large-checkerboard-expected.png: Removed.
17845         * platform/chromium-mac/fast/replaced/width100percent-image-expected.checksum: Added.
17846         * platform/chromium-mac/fast/replaced/width100percent-image-expected.png: Added.
17847         * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.checksum: Added.
17848         * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png: Added.
17849         * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.checksum: Added.
17850         * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png: Added.
17851         * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.checksum: Added.
17852         * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png: Added.
17853         * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.checksum: Added.
17854         * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png: Added.
17855         * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.checksum: Added.
17856         * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png: Added.
17857         * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.checksum: Added.
17858         * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png: Added.
17859         * platform/chromium-mac/svg/zoom/page/zoom-mask-with-percentages-expected.checksum: Added.
17860         * platform/chromium-mac/svg/zoom/page/zoom-mask-with-percentages-expected.png: Added.
17861         * platform/chromium-mac/tables/mozilla/bugs/bug101674-expected.checksum: Added.
17862         * platform/chromium-mac/tables/mozilla/bugs/bug101674-expected.png: Added.
17863         * platform/chromium-mac/tables/mozilla/bugs/bug29314-expected.checksum: Added.
17864         * platform/chromium-mac/tables/mozilla/bugs/bug29314-expected.png: Added.
17865         * platform/chromium-mac/tables/mozilla/bugs/bug5797-expected.checksum: Added.
17866         * platform/chromium-mac/tables/mozilla/bugs/bug5797-expected.png: Added.
17867         * platform/chromium-mac/tables/mozilla/bugs/bug625-expected.checksum: Added.
17868         * platform/chromium-mac/tables/mozilla/bugs/bug625-expected.png: Added.
17869         * platform/chromium-mac/tables/mozilla/core/bloomberg-expected.checksum: Added.
17870         * platform/chromium-mac/tables/mozilla/core/bloomberg-expected.png: Added.
17871         * platform/chromium-mac/tables/mozilla/core/row_span-expected.checksum: Added.
17872         * platform/chromium-mac/tables/mozilla/core/row_span-expected.png: Added.
17873         * platform/chromium-mac/tables/mozilla/other/cell_widths-expected.checksum: Added.
17874         * platform/chromium-mac/tables/mozilla/other/cell_widths-expected.png: Added.
17875         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug85016-expected.checksum: Added.
17876         * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug85016-expected.png: Added.
17877         * platform/chromium-mac/tables/mozilla_expected_failures/other/test4-expected.checksum: Added.
17878         * platform/chromium-mac/tables/mozilla_expected_failures/other/test4-expected.png: Added.
17879         * platform/chromium/test_expectations.txt:
17880
17881 2011-01-11  Nicolas Dufresne  <nicolas.dufresne@collabora.co.uk>
17882
17883         Reviewed by Adam Barth.
17884
17885         Use plug-in DB for extensions to MIME type convertion
17886
17887         Plugins extension to MIME type conversion was not used in the
17888         frameLoader. This was causing some fallback to be use which as the side
17889         effect of loosing all the <OBJECT> parameters or <EMBED> attributes.
17890         This patch ensure that we try to convert the extension to MIME type
17891         using the plugin database beofre using this fallback.
17892
17893         Attribute lost with Flash plugin without mime type set
17894         https://bugs.webkit.org/show_bug.cgi?id=50657
17895
17896         * plugins/no-mime-with-valid-extension.html: Added.
17897         * plugins/no-mime-with-valid-extension-expected.txt: Added.
17898
17899 2011-01-11  Justin Schuh  <jschuh@chromium.org>
17900
17901         Unreviewed, test expectations update.
17902
17903         Flaky expectations for textOnPath.svg.
17904
17905         * platform/chromium/test_expectations.txt:
17906
17907 2011-01-11  James Simonsen  <simonjam@chromium.org>
17908
17909         Reviewed by Eric Seidel.
17910
17911         [Web Timing] Rename sslHandshakeStart to secureConnectionStart
17912         https://bugs.webkit.org/show_bug.cgi?id=52239
17913
17914         * fast/dom/Window/window-properties-performance-expected.txt:
17915         * fast/dom/script-tests/webtiming.js:
17916         (checkTimingBeforeLoad):
17917         (checkTimingWhileDeferred):
17918         (checkWebTimingOnDOMContentLoaded):
17919         (checkWebTimingWhileAsync):
17920         (checkWebTimingOnLoad):
17921         (checkWebTimingAfterLoad):
17922         * fast/dom/webtiming-document-open-expected.txt:
17923         * fast/dom/webtiming-expected.txt:
17924         * fast/dom/webtiming-navigate-within-document-expected.txt:
17925         * http/tests/misc/resources/webtiming-cross-origin-and-back2.html:
17926         * http/tests/misc/resources/webtiming-cross-origin-redirect.html:
17927         * http/tests/misc/resources/webtiming-no-origin.html:
17928         * http/tests/misc/resources/webtiming-ssl.html:
17929         * http/tests/misc/webtiming-origins-expected.txt:
17930         * http/tests/misc/webtiming-ssl-expected.txt:
17931
17932 2011-01-11  Mihai Parparita  <mihaip@chromium.org>
17933
17934         Reviewed by Darin Fisher.
17935
17936         Scroll event should be fired asynchronously
17937         https://bugs.webkit.org/show_bug.cgi?id=45631
17938         
17939         Update existing tests that assumed that scroll events fired
17940         synchronously.
17941
17942         * editing/input/page-up-down-scrolls-expected.txt:
17943         * editing/input/page-up-down-scrolls.html:
17944         * fast/events/fire-scroll-event-element-expected.txt: Copied from LayoutTests/fast/events/fire-scroll-event-expected.txt.
17945         * fast/events/fire-scroll-event-element.html: Added. Does the same
17946             tests as fire-scroll-event.html, but on an individual element instead
17947             of the whole document.
17948         * fast/events/fire-scroll-event-expected.txt:
17949         * fast/events/fire-scroll-event.html: Now explicitly tests for
17950             synchronous behavior when scrolling the document, and that we don't
17951             fire the event more than once.
17952         * fast/events/remove-child-onscroll.html:
17953         * fast/events/scroll-during-zoom-change.html:
17954         * fast/events/scroll-event-does-not-bubble.html:
17955         * fast/events/scroll-event-phase-expected.txt: Added.
17956         * fast/events/scroll-event-phase.html: Added. Checks that we can listen
17957             for scroll events in both the capture and bubble phase.
17958         * fast/layers/removed-by-scroll-handler.html:
17959         * fast/overflow/onscroll-layer-self-destruct.html:
17960         * fast/repaint/repaint-during-scroll.html:
17961
17962 2011-01-11  Mihai Parparita  <mihaip@chromium.org>
17963
17964         Unreviewed; new and updated mac-leopard baselines.
17965
17966         Update stale or missing Leopard baselines (tests currently pass on Snow
17967         Leopard).
17968
17969         * platform/chromium/test_expectations.txt:
17970         * platform/mac-leopard/editing/deleting/delete-line-end-ws-001-expected.checksum:
17971         * platform/mac-leopard/editing/deleting/delete-line-end-ws-001-expected.png:
17972         * platform/mac-leopard/editing/deleting/delete-line-end-ws-002-expected.checksum:
17973         * platform/mac-leopard/editing/deleting/delete-line-end-ws-002-expected.png:
17974         * platform/mac-leopard/fast/block/basic/016-expected.checksum: Added.
17975         * platform/mac-leopard/fast/block/basic/016-expected.png: Added.
17976         * platform/mac-leopard/fast/block/basic/truncation-rtl-expected.checksum: Added.
17977         * platform/mac-leopard/fast/block/basic/truncation-rtl-expected.png: Added.
17978         * platform/mac-leopard/fast/blockflow/fieldsets-expected.checksum: Added.
17979         * platform/mac-leopard/fast/blockflow/fieldsets-expected.png: Added.
17980         * platform/mac-leopard/fast/borders/border-image-scale-transform-expected.checksum:
17981         * platform/mac-leopard/fast/borders/border-image-scale-transform-expected.png:
17982         * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug2479-5-expected.checksum:
17983         * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
17984
17985 2011-01-11  Abhishek Arya  <inferno@chromium.org>
17986
17987         Reviewed by Dimitri Glazkov.
17988
17989         Tests that we do not crash when we remove scrollable iframe when executing
17990         inside its scroll event.
17991         https://bugs.webkit.org/show_bug.cgi?id=52238
17992
17993         * scrollbars/scrollable-iframe-remove-crash-expected.txt: Added.
17994         * scrollbars/scrollable-iframe-remove-crash.html: Added.
17995
17996 2011-01-11  Martin Robinson  <mrobinson@igalia.com>
17997
17998         Remove some GTK+-specific baselines. GTK+ now enough feature parity with the Mac
17999         port to make these platform-specific results unnecessary.
18000
18001         * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: Removed.
18002         * platform/gtk/fast/dom/prototype-inheritance-expected.txt: Removed.
18003         * platform/gtk/fast/js/global-constructors-expected.txt: Removed.
18004
18005 2011-01-11  Nico Weber  <thakis@chromium.org>
18006
18007         Unreviewed, test expectations.
18008
18009         Another new baselines due to updated skia
18010         https://bugs.webkit.org/show_bug.cgi?id=52105
18011
18012         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.checksum:
18013         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png:
18014
18015 2011-01-08  Dimitri Glazkov  <dglazkov@chromium.org>
18016
18017         Reviewed by David Hyatt.
18018
18019         Make pseudo-style resolution less hard-coded when used to select a shadow node
18020         https://bugs.webkit.org/show_bug.cgi?id=46595
18021
18022         New test that comprehensively travels the code paths affected by the change.
18023
18024         * fast/css/unknown-pseudo-element-matching-expected.txt: Added.
18025         * fast/css/unknown-pseudo-element-matching.html: Added.
18026
18027 2011-01-11  Dean Jackson  <dino@apple.com>
18028
18029         Reviewed by Simon Fraser.
18030
18031         https://bugs.webkit.org/show_bug.cgi?id=52233
18032
18033         Update WebKitCSSMatrix test to cover a constructor
18034         that accepts 'none' as input.
18035
18036         * transforms/cssmatrix-2d-interface-expected.txt:
18037         * transforms/cssmatrix-2d-interface.xhtml:
18038
18039 2011-01-11  Dimitri Glazkov  <dglazkov@chromium.org>
18040
18041         Reviewed by Eric Seidel.
18042
18043         REGRESSION(r71934) Can't type in search edit field on skin-one.com
18044         https://bugs.webkit.org/show_bug.cgi?id=52195
18045
18046         Restored original (pre-71934) check in the test to ensure that
18047         selectstart does not propagate outside of the shadow DOM.
18048
18049         Consolidated shadow-boundary-crossing-2.html into shadow-boundary-crossing.html.
18050
18051         * fast/events/shadow-boundary-crossing-2-expected.txt: Renamed to
18052             shadow-boundary-crossing-expected.txt.
18053         * fast/events/shadow-boundary-crossing-2.html: Renamed to
18054             shadow-boundary-crossing.html.
18055         * fast/events/shadow-boundary-crossing-expected.txt: Removed.
18056         * fast/events/shadow-boundary-crossing.html: Removed after folding the
18057             test into the new shadow-boundary-crossing.html.
18058
18059 2011-01-11  Zhenyao Mo  <zmo@google.com>
18060
18061         Unreviewed, test expectation update.
18062
18063         * platform/mac-snowleopard/Skipped:
18064
18065 2011-01-11  Michael Saboff  <msaboff@apple.com>
18066
18067         Reviewed by Geoffrey Garen.
18068
18069         Missing call to popTempSortVector() for exception case in JSArray::sort.
18070         https://bugs.webkit.org/show_bug.cgi?id=50718
18071
18072         New test to validate balanced calls to pushTempSortVector() and
18073         popTempSortVector().
18074
18075         * fast/js/array-sort-exception-expected.txt: Added.
18076         * fast/js/array-sort-exception.html: Added.
18077         * fast/js/script-tests/array-sort-exception.js: Added.
18078         (do_gc):
18079         (Item):
18080         (toString_throw):
18081         (test):
18082
18083 2011-01-11  Zhenyao Mo  <zmo@google.com>
18084
18085         Unreviewed, test expectations update.
18086
18087         * platform/chromium-gpu/test_expectations.txt:
18088         * platform/chromium/test_expectations.txt:
18089
18090 2011-01-11  Nico Weber  <thakis@chromium.org>
18091
18092         Unreviewed, test expectations.
18093
18094         Another baseline for the recent skia roll.
18095         https://bugs.webkit.org/show_bug.cgi?id=52105
18096
18097         * platform/chromium-linux/svg/custom/focus-ring-expected.checksum:
18098         * platform/chromium-linux/svg/custom/focus-ring-expected.png:
18099
18100 2011-01-10  Zhenyao Mo  <zmo@google.com>
18101
18102         Reviewed by Kenneth Russell.
18103
18104         Need to consider UNPACK_ALIGNMENT in GraphicsContext3D::texImage2DResourceSafe
18105         https://bugs.webkit.org/show_bug.cgi?id=52068
18106
18107         * fast/canvas/webgl/read-pixels-test-expected.txt:
18108         * fast/canvas/webgl/read-pixels-test.html: Sync with khronos.
18109         * fast/canvas/webgl/resources/webgl-test.js: Add finishTest().
18110
18111 2011-01-07  Enrica Casucci  <enrica@apple.com>
18112
18113         Reviewed by Alexey Proskuryakov.
18114
18115         Paste and drag and drop use different code paths to interact with the pasteboard.
18116         https://bugs.webkit.org/show_bug.cgi?id=52093
18117
18118         New test results added to match the correct behavior.
18119         
18120         * platform/mac/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.checksum:
18121         * platform/mac/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.png:
18122         * platform/mac/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.txt:
18123
18124 2011-01-11  Mihai Parparita  <mihaip@chromium.org>
18125
18126         Unreviewed; chromium test expectations update.
18127
18128         Remove failing expectations for tests that pass after r75515.
18129         
18130         * platform/chromium/test_expectations.txt:
18131
18132 2011-01-11  Abhishek Arya  <inferno@chromium.org>
18133
18134         Reviewed by Dimitri Glazkov.
18135
18136         Tests that calling append data on a text node which removes its
18137         sibling text node does not result in crash.
18138         https://bugs.webkit.org/show_bug.cgi?id=52163
18139
18140         * fast/dom/text-node-append-data-remove-crash-expected.txt: Added.
18141         * fast/dom/text-node-append-data-remove-crash.html: Added.
18142
18143 2011-01-11  Stephen White  <senorblanco@chromium.org>
18144
18145         Unreviewed; chromium-gpu test expectations update.
18146
18147         Remove now-passing tests from text_expectations.txt.
18148
18149         * platform/chromium-gpu/test_expectations.txt:
18150
18151 2011-01-11  Mihai Parparita  <mihaip@chromium.org>
18152
18153         Unreviewed; new and updated mac-leopard baselines.
18154         
18155         Update stale or missing Leopard baselines (tests currently pass on Snow
18156         Leopard).
18157
18158         * platform/chromium/test_expectations.txt:
18159         * platform/mac-leopard/fast/block/basic/fieldset-stretch-to-legend-expected.checksum:
18160         * platform/mac-leopard/fast/block/basic/fieldset-stretch-to-legend-expected.png:
18161         * platform/mac-leopard/fast/dom/focus-contenteditable-expected.checksum: Added.
18162         * platform/mac-leopard/fast/dom/focus-contenteditable-expected.png: Added.
18163         * platform/mac-leopard/fast/forms/fieldset-align-expected.checksum: Added.
18164         * platform/mac-leopard/fast/forms/fieldset-align-expected.png: Added.
18165         * platform/mac-leopard/fast/multicol/columns-shorthand-parsing-expected.checksum: Added.
18166         * platform/mac-leopard/fast/multicol/columns-shorthand-parsing-expected.png: Added.
18167         * platform/mac-leopard/fast/text/capitalize-boundaries-expected.checksum: Added.
18168         * platform/mac-leopard/fast/text/capitalize-boundaries-expected.png: Added.
18169         * platform/mac-leopard/fast/text/softHyphen-expected.checksum: Added.
18170         * platform/mac-leopard/fast/text/softHyphen-expected.png: Added.
18171         * platform/mac-leopard/tables/mozilla/other/wa_table_tr_align-expected.checksum:
18172         * platform/mac-leopard/tables/mozilla/other/wa_table_tr_align-expected.png:
18173
18174 2011-01-11  Martin Robinson  <mrobinson@igalia.com>
18175
18176         Unskipping fast/multicol/span/double-merge-anonymous-block-crash.html. We
18177         have been unsuccessful reproducing the crash locally or on the bots.
18178
18179         * platform/gtk/Skipped: Unskipping test.
18180
18181 2011-01-11  Michael Saboff  <msaboff@apple.com>
18182
18183         Reviewed by Geoffrey Garen.
18184
18185         ASSERTION Failure in JSC::binaryChop
18186         https://bugs.webkit.org/show_bug.cgi?id=25614
18187
18188         Added new test to check for proper handling of stack overflow 
18189         exceptions and arrity exceptions while close to the top of the stack.
18190
18191         * fast/js/script-tests/stack-overflow-arrity-catch.js: Added.
18192         (fWithTwoArgs):
18193         (test):
18194         * fast/js/script-tests/stack-overflow-catch.js: Added.
18195         (test):
18196         * fast/js/stack-overflow-arrity-catch-expected.txt: Added.
18197         * fast/js/stack-overflow-arrity-catch.html: Added.
18198         * fast/js/stack-overflow-catch-expected.txt: Added.
18199         * fast/js/stack-overflow-catch.html: Added.
18200
18201 2011-01-11  Stephen White  <senorblanco@chromium.org>
18202
18203         Unreviewed; new chromium GPU test baselines.
18204
18205         These tests required rebaselining after the skia roll in
18206         http://src.chromium.org/viewvc/chrome?view=rev&revision=70835.
18207
18208         * platform/chromium-gpu-linux/fast/canvas/canvas-text-alignment-expected.checksum:
18209         * platform/chromium-gpu-linux/fast/canvas/canvas-text-alignment-expected.png:
18210         * platform/chromium-gpu-linux/fast/canvas/fillrect_gradient-expected.checksum:
18211         * platform/chromium-gpu-linux/fast/canvas/fillrect_gradient-expected.png:
18212         * platform/chromium-gpu-win/fast/canvas/canvas-text-alignment-expected.checksum:
18213         * platform/chromium-gpu-win/fast/canvas/canvas-text-alignment-expected.png:
18214         * platform/chromium-gpu-win/fast/canvas/canvas-text-alignment-expected.txt:
18215         * platform/chromium-gpu-win/fast/canvas/fillrect_gradient-expected.checksum:
18216         * platform/chromium-gpu-win/fast/canvas/fillrect_gradient-expected.png:
18217         * platform/chromium-gpu-win/fast/canvas/fillrect_gradient-expected.txt:
18218         * platform/chromium-gpu-win/fast/canvas/gradient-add-second-start-end-stop-expected.checksum:
18219         * platform/chromium-gpu-win/fast/canvas/gradient-add-second-start-end-stop-expected.png:
18220         * platform/chromium-gpu-win/fast/canvas/gradient-add-second-start-end-stop-expected.txt:
18221
18222 2011-01-11  Carlos Garcia Campos  <cgarcia@igalia.com>
18223
18224         Reviewed by Martin Robinson.
18225
18226         [GTK] Add support for <meter> element
18227         https://bugs.webkit.org/show_bug.cgi?id=48713
18228
18229         * platform/gtk/Skipped:
18230         * platform/gtk/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.checksum: Added.
18231         * platform/gtk/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png: Added.
18232         * platform/gtk/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt: Added.
18233         * platform/gtk/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.checksum: Added.
18234         * platform/gtk/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png: Added.
18235         * platform/gtk/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt: Added.
18236         * platform/gtk/fast/dom/HTMLMeterElement/meter-boundary-values-expected.checksum: Added.
18237         * platform/gtk/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: Added.
18238         * platform/gtk/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt: Added.
18239         * platform/gtk/fast/dom/HTMLMeterElement/meter-element-expected.checksum: Added.
18240         * platform/gtk/fast/dom/HTMLMeterElement/meter-element-expected.png: Added.
18241         * platform/gtk/fast/dom/HTMLMeterElement/meter-element-expected.txt: Added.
18242         * platform/gtk/fast/dom/HTMLMeterElement/meter-optimums-expected.checksum: Added.
18243         * platform/gtk/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Added.
18244         * platform/gtk/fast/dom/HTMLMeterElement/meter-optimums-expected.txt: Added.
18245         * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.checksum: Added.
18246         * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png: Added.
18247         * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt: Added.
18248         * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-expected.checksum: Added.
18249         * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-expected.png: Added.
18250         * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-expected.txt: Added.
18251
18252 2011-01-11  Stephen White  <senorblanco@chromium.org>
18253
18254         Unreviewed; yet another gpu test_expectations update.
18255
18256         All glory to the hypnotoad.
18257
18258         * platform/chromium-gpu/test_expectations.txt:
18259
18260 2011-01-11  Jeremy Orlow  <jorlow@chromium.org>
18261
18262         [Chromium] Fix bad baselines
18263         https://bugs.webkit.org/show_bug.cgi?id=52207
18264
18265         It looks like https://bugs.webkit.org/show_bug.cgi?id=51865 didn't quite
18266         get the baselines right. Ran the rebaseline tool to get these.
18267
18268         * platform/chromium-linux/svg/custom/fill-SVGPaint-interface-expected.txt: Removed.
18269         * platform/chromium-linux/svg/custom/getPresentationAttribute-expected.txt: Removed.
18270         * platform/chromium-win/svg/custom/fill-SVGPaint-interface-expected.txt:
18271         * platform/chromium-win/svg/custom/getPresentationAttribute-expected.txt:
18272
18273 2011-01-11  Adam Roben  <aroben@apple.com>
18274
18275         Update test results after r75408
18276
18277         * platform/mac-leopard/fast/js/large-expressions-expected.txt:
18278         * platform/win/fast/js/large-expressions-expected.txt:
18279
18280 2011-01-11  Csaba Osztrogonác  <ossy@webkit.org>
18281
18282         Unreviewed.
18283
18284         [Qt] DRT sideeffect revealed by r63657 and r75305
18285         https://bugs.webkit.org/show_bug.cgi?id=42578
18286
18287         After r75305 24 tests fail. Add them to the Skipped list temporarily to make buildbot happy.
18288
18289         * platform/qt/Skipped:
18290
18291 2011-01-11  Noel Gordon  <noel.gordon@gmail.com>
18292
18293         Reviewed by James Robinson.
18294
18295         [chromium] canvas.toDataURL("image/jpeg") should composite onto black.
18296         https://bugs.webkit.org/show_bug.cgi?id=51237
18297
18298         canvas/philip/tests/toDataURL.jpeg.alpha.html only fails on chromium-mac
18299         now, tracked by bug http://webkit.org/b/40147.
18300
18301         * platform/chromium/test_expectations.txt: win & linux pass.
18302
18303 2011-01-11  Anton Muhin  <antonm@chromium.org>
18304
18305         Unreviewed Chromium test expectations update.
18306
18307         Remove now unnecessary Chromium overrides.
18308
18309         * platform/chromium-mac/fast/regex/malformed-escapes-expected.txt: Removed.
18310         * platform/chromium-win/fast/regex/malformed-escapes-expected.txt: Removed.
18311
18312 2011-01-11  Shane Stephens  <shanestephens@google.com>
18313
18314         Reviewed by Eric Seidel.
18315
18316         [Chromium] Tests marked as WONTFIX SKIP but bug causing test failure fixed.
18317         https://bugs.webkit.org/show_bug.cgi?id=51865
18318
18319         * platform/chromium-linux/svg/custom/fill-SVGPaint-interface-expected.checksum: Added.
18320         * platform/chromium-linux/svg/custom/fill-SVGPaint-interface-expected.png: Added.
18321         * platform/chromium-linux/svg/custom/fill-SVGPaint-interface-expected.txt: Added.
18322         * platform/chromium-linux/svg/custom/getPresentationAttribute-expected.checksum: Added.
18323         * platform/chromium-linux/svg/custom/getPresentationAttribute-expected.png: Added.
18324         * platform/chromium-linux/svg/custom/getPresentationAttribute-expected.txt: Added.
18325         * platform/chromium-win/svg/custom/fill-SVGPaint-interface-expected.checksum:
18326         * platform/chromium-win/svg/custom/fill-SVGPaint-interface-expected.png:
18327         * platform/chromium-win/svg/custom/fill-SVGPaint-interface-expected.txt: Added.
18328         * platform/chromium-win/svg/custom/getPresentationAttribute-expected.checksum:
18329         * platform/chromium-win/svg/custom/getPresentationAttribute-expected.png:
18330         * platform/chromium-win/svg/custom/getPresentationAttribute-expected.txt: Added.
18331         * platform/chromium/test_expectations.txt:
18332
18333 2011-01-10  Mihai Parparita  <mihaip@chromium.org>
18334
18335         Unreviewed Chromium test expectations update.
18336         
18337         Reorganized scrollbar-related failures.
18338
18339         * platform/chromium/test_expectations.txt:
18340
18341 2011-01-10  Mihai Parparita  <mihaip@chromium.org>
18342
18343         Unreviewed Chromium test expectations update.
18344         
18345         Remove entries for tests that now pass.
18346
18347         A bunch of tests with scrollbars started to pass after unncessary
18348         Chromium baselines with removed with r75463, r75446 and 
18349         r75440.
18350
18351         ietestcenter/Javascript/15.4.4.14-9-b-i-6.html and ietestcenter/
18352         Javascript/15.4.4.15-8-b-i-6.html started to pass after
18353         http://crrev.com/70894, which rolled V8 to 3.0.7, which fixed
18354         http://code.google.com/p/v8/issues/detail?id=1015.
18355         
18356         fast/text/font-size-zero.html appears to always pass.
18357
18358         * platform/chromium/test_expectations.txt:
18359
18360 2011-01-10  Stephen White  <senorblanco@chromium.org>
18361
18362         Unreviewed; chromium-gpu test_expectations updates.
18363
18364         Mark 3 tests as failing after skia roll (chromium r75408).
18365
18366         * platform/chromium-gpu/test_expectations.txt:
18367
18368 2011-01-10  David Hyatt  <hyatt@apple.com>
18369
18370         Reviewed by Simon Fraser.
18371
18372         Test for https://bugs.webkit.org/show_bug.cgi?id=51119
18373
18374         * fast/transforms/transform-hit-test-flipped-expected.txt: Added.
18375         * fast/transforms/transform-hit-test-flipped.html: Added.
18376
18377 2011-01-10  Justin Schuh  <jschuh@chromium.org>
18378
18379         Unreviewed Chromium test expectations update.
18380
18381         Fix path for: fast/js/kde/parse.html
18382
18383         * platform/chromium/test_expectations.txt:
18384
18385 2011-01-10  Justin Schuh  <jschuh@chromium.org>
18386
18387         Unreviewed Chromium test expectations update.
18388
18389         Mark 3 tests as failing on chromium after r75408.
18390
18391         * platform/chromium/test_expectations.txt:
18392
18393 2011-01-10  Mihai Parparita  <mihaip@chromium.org>
18394
18395         Unreviewed Chromium test expectations update.
18396         
18397         Remove chromium-mac baselines for css1/ and css2.1/ tests that had them
18398         because of scrollbars. Update stale mac-leopard baselines.
18399
18400         * platform/chromium-mac/css1/box_properties/clear-expected.checksum: Removed.
18401         * platform/chromium-mac/css1/box_properties/clear-expected.png: Removed.
18402         * platform/chromium-mac/css1/text_properties/text_transform-expected.checksum: Removed.
18403         * platform/chromium-mac/css1/text_properties/text_transform-expected.png: Removed.
18404         * platform/chromium-mac/css1/text_properties/vertical_align-expected.checksum: Removed.
18405         * platform/chromium-mac/css1/text_properties/vertical_align-expected.png: Removed.
18406         * platform/mac-leopard/css1/box_properties/clear_float-expected.checksum:
18407         * platform/mac-leopard/css1/box_properties/clear_float-expected.png:
18408         * platform/mac-leopard/css1/box_properties/float_elements_in_series-expected.checksum:
18409         * platform/mac-leopard/css1/box_properties/float_elements_in_series-expected.png:
18410         * platform/mac-leopard/css1/box_properties/float_on_text_elements-expected.checksum:
18411         * platform/mac-leopard/css1/box_properties/float_on_text_elements-expected.png:
18412         * platform/mac-leopard/css2.1/t0905-c5525-fltwidth-00-c-g-expected.checksum: Added.
18413         * platform/mac-leopard/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png: Added.
18414
18415 2011-01-10  Joe Mason  <jmason@rim.com>
18416
18417         Reviewed by Alexey Proskuryakov.
18418
18419         WebSockets: unbounded buffer growth when server sends bad data
18420         https://bugs.webkit.org/show_bug.cgi?id=51253
18421
18422         Tests that a websocket handshake should fail after 1024 bytes without a
18423         newline, or if it contains a null byte before the first newline.
18424         
18425         * http/tests/websocket/tests/handshake-fail-by-maxlength-expected.txt: Added.
18426         * http/tests/websocket/tests/handshake-fail-by-maxlength.html: Added.
18427         * http/tests/websocket/tests/handshake-fail-by-maxlength_wsh.py: Added.
18428         * http/tests/websocket/tests/handshake-fail-by-prepended-null-expected.txt: Added.
18429         * http/tests/websocket/tests/handshake-fail-by-prepended-null.html: Added.
18430         * http/tests/websocket/tests/handshake-fail-by-prepended-null_wsh.py: Added.
18431
18432 2011-01-10  Jer Noble  <jer.noble@apple.com>
18433
18434         Reviewed by Simon Fraser.
18435
18436         https://bugs.webkit.org/show_bug.cgi?id=52095
18437         REGRESSION (r75277): 2 test cases (<1%) had incorrect layout
18438         
18439         Fixes tests:
18440             fullscreen/full-screen-remove-ancestor.html
18441             fullscreen/full-screen-remove.html
18442             
18443         Revert change made in r75326, now that the underlying issue has been fixed.
18444
18445         * fullscreen/full-screen-remove-ancestor-expected.txt:
18446         * fullscreen/full-screen-remove-expected.txt:
18447
18448 2011-01-10  Mihai Parparita  <mihaip@chromium.org>
18449
18450         Unreviewed Chromium test expectations update.
18451         
18452         Remove chromium-mac baselines for svg/ tests that had them because of
18453         scrollbars.
18454         
18455         Also updates Snow Leopard (mac) baselines for svg/dom/
18456         SVGLengthList-basics.xhtml after r72518.
18457
18458         * platform/chromium-mac/svg/dom/SVGLengthList-basics-expected.checksum: Removed.
18459         * platform/chromium-mac/svg/dom/SVGLengthList-basics-expected.png: Removed.
18460         * platform/chromium-mac/svg/dom/SVGTransformList-basics-expected.checksum: Removed.
18461         * platform/chromium-mac/svg/dom/SVGTransformList-basics-expected.png: Removed.
18462         * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.checksum: Removed.
18463         * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png: Removed.
18464         * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.checksum: Removed.
18465         * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png: Removed.
18466         * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.checksum: Removed.
18467         * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png: Removed.
18468         * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.checksum: Removed.
18469         * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png: Removed.
18470         * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.checksum: Removed.
18471         * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png: Removed.
18472         * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.checksum: Removed.
18473         * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png: Removed.
18474         * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.checksum: Removed.
18475         * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png: Removed.
18476         * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.checksum: Removed.
18477         * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png: Removed.
18478         * platform/chromium-mac/svg/hixie/links/003-broken-expected.checksum: Removed.
18479         * platform/chromium-mac/svg/hixie/links/003-broken-expected.png: Removed.
18480         * platform/chromium-mac/svg/zoom/page/zoom-coords-viewattr-01-b-expected.checksum: Removed.
18481         * platform/chromium-mac/svg/zoom/page/zoom-coords-viewattr-01-b-expected.png: Removed.
18482         * platform/chromium-mac/svg/zoom/page/zoom-foreignObject-expected.checksum: Removed.
18483         * platform/chromium-mac/svg/zoom/page/zoom-foreignObject-expected.png: Removed.
18484         * platform/chromium-mac/svg/zoom/page/zoom-hixie-mixed-008-expected.checksum: Removed.
18485         * platform/chromium-mac/svg/zoom/page/zoom-hixie-mixed-008-expected.png: Removed.
18486         * platform/chromium-mac/svg/zoom/page/zoom-mask-with-percentages-expected.checksum: Removed.
18487         * platform/chromium-mac/svg/zoom/page/zoom-mask-with-percentages-expected.png: Removed.
18488         * platform/mac/svg/dom/SVGLengthList-basics-expected.checksum:
18489         * platform/mac/svg/dom/SVGLengthList-basics-expected.png:
18490
18491 2011-01-10  Jenn Braithwaite  <jennb@chromium.org>
18492
18493         Reviewed by Dmitry Titov.
18494
18495         [chromium] Layout test fast/frames/iframe-reparenting-plugins.html is failing on windows
18496         https://bugs.webkit.org/show_bug.cgi?id=52062
18497
18498         * platform/chromium/test_expectations.txt:
18499         Skip the failing test. Same reason other tests using WebKit Test PlugIn fails.
18500
18501 2011-01-10  Martin Robinson  <mrobinson@igalia.com>
18502
18503         Rebaseline some test results after r75389.
18504
18505         * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
18506         * platform/gtk/fast/dom/prototype-inheritance-expected.txt:
18507         * platform/gtk/fast/js/global-constructors-expected.txt:
18508
18509 2011-01-10  Mihai Parparita  <mihaip@chromium.org>
18510
18511         Unreviewed Chromium test expectations update.
18512
18513         More scrollbar change rebaselines.
18514
18515         * platform/chromium-mac/fast/selectors/166-expected.checksum: Removed.
18516         * platform/chromium-mac/fast/selectors/166-expected.png: Removed.
18517         * platform/chromium-mac/fast/table/border-collapsing/004-vertical-expected.checksum: Removed.
18518         * platform/chromium-mac/fast/table/border-collapsing/004-vertical-expected.png: Removed.
18519         * platform/chromium-mac/fast/table/height-percent-test-vertical-expected.checksum: Removed.
18520         * platform/chromium-mac/fast/table/height-percent-test-vertical-expected.png: Removed.
18521         * platform/chromium-mac/svg/css/composite-shadow-example-expected.checksum:
18522         * platform/chromium-mac/svg/css/composite-shadow-example-expected.png:
18523         * platform/chromium-mac/svg/css/composite-shadow-with-opacity-expected.checksum:
18524         * platform/chromium-mac/svg/css/composite-shadow-with-opacity-expected.png:
18525         * platform/chromium-mac/svg/css/stars-with-shadow-expected.checksum: Removed.
18526         * platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.checksum:
18527         * platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
18528         * platform/chromium/test_expectations.txt:
18529         * platform/mac-leopard/fast/table/border-collapsing/004-vertical-expected.checksum: Added.
18530         * platform/mac-leopard/fast/table/border-collapsing/004-vertical-expected.png: Added.
18531         * platform/mac/fast/table/border-collapsing/004-vertical-expected.checksum:
18532         * platform/mac/fast/table/border-collapsing/004-vertical-expected.png:
18533         * platform/mac/fast/table/height-percent-test-vertical-expected.checksum:
18534         * platform/mac/fast/table/height-percent-test-vertical-expected.png:
18535
18536 2011-01-10  Tony Chang  <tony@chromium.org>
18537
18538         Unreviewed, rolling out r75398, r75407,
18539         http://trac.webkit.org/changeset/75398
18540         https://bugs.webkit.org/show_bug.cgi?id=52008
18541
18542         Some layout tests are crashing on Chromium Win.
18543
18544         * platform/chromium-win/fast/backgrounds/animated-gif-as-background-expected.checksum: Added.
18545         * platform/chromium-win/fast/backgrounds/animated-gif-as-background-expected.png: Added.
18546         * platform/chromium/test_expectations.txt:
18547
18548 2011-01-10  Mihai Parparita  <mihaip@chromium.org>
18549
18550         Unreviewed Chromium test expectations update.
18551
18552         Rebaseline six tests in fast/repaint for chromium-mac. Even after the 
18553         scrollbar switch they need Chromium-specific results since repaint
18554         regions are different from the mac port's.
18555
18556         Adds both Leopard (chromium-mac-leopard) and Snow Leopard (chromium-mac)
18557         baselines.
18558
18559         * platform/chromium-mac-leopard/fast/repaint/fixed-expected.checksum: Added.
18560         * platform/chromium-mac-leopard/fast/repaint/fixed-expected.png: Added.
18561         * platform/chromium-mac-leopard/fast/repaint/fixed-move-after-keyboard-scroll-expected.checksum: Added.
18562         * platform/chromium-mac-leopard/fast/repaint/fixed-move-after-keyboard-scroll-expected.png: Added.
18563         * platform/chromium-mac/fast/repaint/fixed-expected.checksum:
18564         * platform/chromium-mac/fast/repaint/fixed-expected.png:
18565         * platform/chromium-mac/fast/repaint/fixed-move-after-keyboard-scroll-expected.checksum:
18566         * platform/chromium-mac/fast/repaint/fixed-move-after-keyboard-scroll-expected.png:
18567         * platform/chromium-mac/fast/repaint/fixed-tranformed-expected.checksum:
18568         * platform/chromium-mac/fast/repaint/fixed-tranformed-expected.png:
18569         * platform/chromium-mac/fast/repaint/moving-shadow-on-container-expected.checksum:
18570         * platform/chromium-mac/fast/repaint/moving-shadow-on-container-expected.png:
18571         * platform/chromium-mac/fast/repaint/moving-shadow-on-path-expected.checksum:
18572         * platform/chromium-mac/fast/repaint/moving-shadow-on-path-expected.png:
18573         * platform/chromium-mac/fast/repaint/repaint-during-scroll-expected.checksum:
18574         * platform/chromium-mac/fast/repaint/repaint-during-scroll-expected.png:
18575         * platform/chromium/test_expectations.txt:
18576
18577 2011-01-10  Maciej Stachowiak  <mjs@apple.com>
18578
18579         Reviewed by Anders Carlsson.
18580
18581         Skip layout tests in WebKit2 that fail for an obvious (missing DRT API) reason
18582         https://bugs.webkit.org/show_bug.cgi?id=52166
18583
18584         * platform/mac-wk2/Skipped:
18585
18586 2011-01-10  Gavin Barraclough  <barraclough@apple.com>
18587
18588         Reviewed by Oliver Hunt.
18589
18590         Bug 52079 - Syntax errors should be early errors.
18591
18592         Fix syntax errors in layout tests, and update expected results.
18593
18594         * editing/selection/select-crash-001.html:
18595         * editing/selection/select-crash-002.html:
18596         * fast/canvas/webgl/renderbuffer-initialization.html:
18597         * fast/forms/25153.html:
18598         * fast/forms/textfield-drag-into-disabled.html:
18599         * fast/js/exception-codegen-crash-expected.txt:
18600         * fast/js/exception-codegen-crash.html:
18601         * fast/js/kde/parse-expected.txt:
18602         * fast/js/kde/script-tests/parse.js:
18603         * fast/js/large-expressions-expected.txt:
18604         * fast/js/named-function-expression-expected.txt:
18605         * fast/js/parser-syntax-check-expected.txt:
18606         * fast/js/script-tests/large-expressions.js:
18607         * fast/js/script-tests/named-function-expression.js:
18608         * fast/js/script-tests/parser-syntax-check.js:
18609         * fast/js/sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11.1_T3-expected.txt:
18610         * fast/js/sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11_T3-expected.txt:
18611         * fast/js/sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12.1_T3-expected.txt:
18612         * fast/js/sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12_T3-expected.txt:
18613         * fast/js/sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A1_T1-expected.txt:
18614         * fast/js/sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A1_T2-expected.txt:
18615         * fast/js/sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A1_T3-expected.txt:
18616         * fast/js/sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A1_T4-expected.txt:
18617         * fast/js/sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A5_T1-expected.txt:
18618         * fast/js/sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A5_T2-expected.txt:
18619         * fast/js/sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A5_T3-expected.txt:
18620         * fast/js/sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A6-expected.txt:
18621         * fast/js/sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A8_T1-expected.txt:
18622         * fast/js/sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A8_T2-expected.txt:
18623         * fast/js/sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A1_T1-expected.txt:
18624         * fast/js/sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A1_T2-expected.txt:
18625         * fast/js/sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A1_T3-expected.txt:
18626         * fast/js/sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A1_T4-expected.txt:
18627         * fast/js/sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A5_T1-expected.txt:
18628         * fast/js/sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A5_T2-expected.txt:
18629         * fast/js/sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A5_T3-expected.txt:
18630         * fast/js/sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A6-expected.txt:
18631         * fast/js/sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A8_T1-expected.txt:
18632         * fast/js/sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A8_T2-expected.txt:
18633         * fast/js/sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T1-expected.txt:
18634         * fast/js/sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T10-expected.txt:
18635         * fast/js/sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T2-expected.txt:
18636         * fast/js/sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T3-expected.txt:
18637         * fast/js/sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T4-expected.txt:
18638         * fast/js/sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T5-expected.txt:
18639         * fast/js/sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T6-expected.txt:
18640         * fast/js/sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T7-expected.txt:
18641         * fast/js/sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T8-expected.txt:
18642         * fast/js/sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T9-expected.txt:
18643         * http/tests/security/isolatedWorld/events.html:
18644         * http/tests/security/isolatedWorld/userGestureEvents.html:
18645         * svg/custom/resources/use-instanceRoot-event-listeners.js:
18646         * svg/custom/rgbcolor-syntax.svg:
18647         * svg/custom/use-instanceRoot-modifications.svg:
18648         * svg/custom/use-property-changes-through-svg-dom.svg:
18649         * webarchive/adopt-attribute-styled-body-webarchive-expected.webarchive:
18650         * webarchive/resources/adopt-attribute-styled-body-iframe.html:
18651
18652 2011-01-10  Tony Chang  <tony@chromium.org>
18653
18654         Unreviewed, remove duplicate test expectation for gif-loop-count.
18655
18656         * platform/chromium/test_expectations.txt:
18657
18658 2011-01-10  Csaba Osztrogonác  <ossy@webkit.org>
18659
18660         Unreviewed rolling out r75371, because it didn't fix Qt buildbot.
18661
18662         * platform/qt/Skipped:
18663
18664 2011-01-10  Tony Chang  <tony@chromium.org>
18665
18666         Reviewed by Mihai Parparita.
18667
18668         [chromium] fix for animated gif layout tests
18669         https://bugs.webkit.org/show_bug.cgi?id=52008
18670
18671         Remove incorrect baselines.
18672
18673         * platform/chromium-win/fast/backgrounds/animated-gif-as-background-expected.checksum: Removed.
18674         * platform/chromium-win/fast/backgrounds/animated-gif-as-background-expected.png: Removed.
18675         * platform/chromium/test_expectations.txt:
18676
18677 2011-01-10  Sheriff Bot  <webkit.review.bot@gmail.com>
18678
18679         Unreviewed, rolling out r75341.
18680         http://trac.webkit.org/changeset/75341
18681         https://bugs.webkit.org/show_bug.cgi?id=52157
18682
18683         Regressions on several pixel tests (Requested by jorlow on
18684         #webkit).
18685
18686         * fast/canvas/canvas-fillPath-gradient-shadow-expected.txt: Removed.
18687         * fast/canvas/canvas-fillPath-gradient-shadow.html: Removed.
18688         * fast/canvas/script-tests/canvas-fillPath-gradient-shadow.js: Removed.
18689         * platform/chromium/test_expectations.txt:
18690         * platform/qt/Skipped:
18691
18692 2011-01-10  Csaba Osztrogonác  <ossy@webkit.org>
18693
18694         Unreviewed.
18695
18696         [Qt] fast/text/emphasis-avoid-ruby.html fails, because FontQt doesn’t implement
18697         Font::emphasisMark{Ascent,Descent,Height} nor emphasis mark drawing.
18698
18699         https://bugs.webkit.org/show_bug.cgi?id=52155
18700
18701         * platform/qt/Skipped: Add fast/text/emphasis-avoid-ruby.html until fix.
18702
18703 2011-01-10  Mihai Parparita  <mihaip@chromium.org>
18704
18705         Unreviewed Chromium test expectations update.
18706         
18707         Rebaseline two tests in fast/forms for chromium-mac. Even after the 
18708         scrollbar switch they need Chromium-specific results since search and
18709         file upload control rendering is different from the mac port's.
18710         
18711         Adds both Leopard (chromium-mac-leopard) and Snow Leopard (chromium-mac)
18712         baselines.
18713
18714         * platform/chromium-mac-leopard/fast/forms/file-input-direction-expected.checksum: Added.
18715         * platform/chromium-mac-leopard/fast/forms/file-input-direction-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/file-input-direction-expected.png.
18716         * platform/chromium-mac-leopard/fast/forms/search-transformed-expected.checksum: Added.
18717         * platform/chromium-mac-leopard/fast/forms/search-transformed-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/search-transformed-expected.png.
18718         * platform/chromium-mac/fast/forms/file-input-direction-expected.checksum:
18719         * platform/chromium-mac/fast/forms/file-input-direction-expected.png:
18720         * platform/chromium-mac/fast/forms/search-transformed-expected.checksum:
18721         * platform/chromium-mac/fast/forms/search-transformed-expected.png:
18722         * platform/chromium/test_expectations.txt:
18723
18724 2011-01-10  Csaba Osztrogonác  <ossy@webkit.org>
18725
18726         Unreviewed. Add Qt specific expected file.
18727
18728         * platform/qt/http/tests/navigation/forward-and-cancel-expected.txt: Copied from LayoutTests/http/tests/navigation/forward-and-cancel-expected.txt.
18729
18730 2011-01-10  François Sausset  <sausset@gmail.com>
18731
18732         Reviewed by Kenneth Rohde Christiansen.
18733
18734         Updated tests and results to take into account new default fraction bar thickness.
18735         https://bugs.webkit.org/show_bug.cgi?id=50018
18736
18737         * mathml/presentation/fractions.xhtml:
18738         * platform/mac/mathml/presentation/fractions-expected.checksum:
18739         * platform/mac/mathml/presentation/fractions-expected.png:
18740         * platform/mac/mathml/presentation/fractions-expected.txt:
18741
18742 2011-01-10  Antti Koivisto  <antti@apple.com>
18743
18744         Reviewed by Alexey Proskuryakov.
18745
18746         https://bugs.webkit.org/show_bug.cgi?id=52044
18747         REGRESSION(r74807): No-store is ignored within a document
18748
18749         * http/tests/misc/script-no-store-expected.txt: Added.
18750         * http/tests/misc/script-no-store.html: Added.
18751         * http/tests/misc/resources/random-no-store.php: Added.
18752
18753 2011-01-10  Alejandro G. Castro  <alex@igalia.com>
18754
18755         Reviewed by Martin Robinson.
18756
18757         [cairo] Rendering a lot of arcs on top of each other causes time
18758         outs in some tests
18759         https://bugs.webkit.org/show_bug.cgi?id=50869
18760
18761         Unskip canvas-largedraws.html after improving the performance for
18762         big angles.
18763
18764         * platform/gtk/Skipped:
18765
18766 2011-01-10  Adam Roben  <aroben@apple.com>
18767
18768         Add some new tests to the Windows Skipped file
18769
18770         The tests are failing due to unimplemented DRT features which are
18771         already covered by bugs.
18772
18773         * platform/win/Skipped:
18774
18775 2011-01-10  Csaba Osztrogonác  <ossy@webkit.org>
18776
18777         Unreviewed.
18778
18779         [Qt] DRT sideeffect revealed by r63657
18780         https://bugs.webkit.org/show_bug.cgi?id=42578
18781
18782         Add new tests introduced in r75305 to the skipped list temporarily to make buildbot happy.
18783
18784         * platform/qt/Skipped:
18785
18786 2011-01-10  Yael Aharon  <yael.aharon@nokia.com>
18787
18788         Reviewed by Simon Fraser.
18789
18790         Specificity of negated selectors apparently miscalculated
18791         https://bugs.webkit.org/show_bug.cgi?id=41206
18792
18793         * fast/css/pseudo-not-expected.txt: Added.
18794         * fast/css/pseudo-not.html: Added.
18795
18796 2011-01-09  Justin Garcia  <justin.garcia@apple.com>
18797
18798         Unreviewed.  Adding svg/text/caret-in-svg-text.xhtml to Skipped list for gtk, where there 
18799         is no TextInputController, and qt, where firstRectForCharacterRange is unimplemented.
18800
18801         * platform/gtk/Skipped:
18802         * platform/qt/Skipped:
18803
18804 2011-01-09  Simon Fraser  <simon.fraser@apple.com>
18805
18806         Fix test after r75352.
18807         
18808         Per HTML5, the disabled IDL attribute for style elements is not reflected
18809         in the content attribute.
18810
18811         * fast/dom/boolean-attribute-reflection-expected.txt:
18812         * fast/dom/script-tests/boolean-attribute-reflection.js:
18813
18814 2011-01-08  Simon Fraser  <simon.fraser@apple.com>
18815
18816         Reviewed by Alexey Proskuryakov.
18817
18818         HTMLStyleElement.disabled doesn't work (affects jQuery)
18819         https://bugs.webkit.org/show_bug.cgi?id=25287
18820
18821         Test the disabled property of a style element.
18822         
18823         Based on initial patch by Tarun Nainani.
18824
18825         * fast/html/disable-style-element-expected.txt: Added.
18826         * fast/html/disable-style-element.html: Added.
18827         * fast/html/script-tests/disable-style-element.js: Added.
18828
18829 2011-01-09  Dirk Schulze  <krit@webkit.org>
18830
18831         Reviewed by Nikolas Zimmermann.
18832
18833         Rename RenderForeignObject to RenderSVGForeignObject
18834         https://bugs.webkit.org/show_bug.cgi?id=52129
18835
18836         Renamed RenderForeignObject to RenderSVGForeignObject
18837
18838         * platform/chromium-linux/svg/custom/dominant-baseline-hanging-expected.txt:
18839         * platform/chromium-win/svg/custom/baseval-animval-equality-expected.txt:
18840         * platform/chromium-win/svg/custom/dominant-baseline-hanging-expected.txt:
18841         * platform/chromium-win/svg/custom/dynamic-svg-document-creation-expected.txt:
18842         * platform/chromium-win/svg/custom/foreign-object-skew-expected.txt:
18843         * platform/chromium-win/svg/custom/foreignObject-crash-on-hover-expected.txt:
18844         * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-1-expected.txt:
18845         * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-2-expected.txt:
18846         * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-3-expected.txt:
18847         * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-4-expected.txt:
18848         * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
18849         * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
18850         * platform/chromium-win/svg/custom/use-on-non-svg-namespaced-element-expected.txt:
18851         * platform/chromium-win/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.txt:
18852         * platform/chromium-win/svg/foreignObject/svg-document-as-direct-child-expected.txt:
18853         * platform/chromium-win/svg/foreignObject/svg-document-in-html-document-expected.txt:
18854         * platform/chromium-win/svg/foreignObject/text-tref-02-b-expected.txt:
18855         * platform/chromium-win/svg/hixie/mixed/006-expected.txt:
18856         * platform/chromium-win/svg/hixie/mixed/007-expected.txt:
18857         * platform/chromium-win/svg/hixie/mixed/008-expected.txt:
18858         * platform/chromium-win/svg/hixie/mixed/009-expected.txt:
18859         * platform/chromium-win/svg/hixie/mixed/011-expected.txt:
18860         * platform/chromium-win/svg/text/foreignObject-repaint-expected.txt:
18861         * platform/chromium-win/svg/text/foreignObject-text-clipping-bug-expected.txt:
18862         * platform/chromium-win/svg/zoom/page/zoom-foreignObject-expected.txt:
18863         * platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-008-expected.txt:
18864         * platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
18865         * platform/chromium-win/svg/zoom/text/zoom-foreignObject-expected.txt:
18866         * platform/chromium-win/svg/zoom/text/zoom-hixie-mixed-008-expected.txt:
18867         * platform/chromium-win/svg/zoom/text/zoom-hixie-mixed-009-expected.txt:
18868         * platform/gtk/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.txt:
18869         * platform/gtk/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.txt:
18870         * platform/gtk/svg/foreignObject/svg-document-as-direct-child-expected.txt:
18871         * platform/gtk/svg/foreignObject/svg-document-in-html-document-expected.txt:
18872         * platform/gtk/svg/foreignObject/text-tref-02-b-expected.txt:
18873         * platform/gtk/svg/overflow/overflow-on-foreignObject-expected.txt:
18874         * platform/gtk/svg/text/foreignObject-repaint-expected.txt:
18875         * platform/gtk/svg/text/foreignObject-text-clipping-bug-expected.txt:
18876         * platform/gtk/svg/zoom/page/zoom-foreignObject-expected.txt:
18877         * platform/gtk/svg/zoom/page/zoom-hixie-mixed-008-expected.txt:
18878         * platform/gtk/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
18879         * platform/gtk/svg/zoom/text/zoom-foreignObject-expected.txt:
18880         * platform/gtk/svg/zoom/text/zoom-hixie-mixed-008-expected.txt:
18881         * platform/mac-leopard/svg/zoom/page/zoom-hixie-mixed-008-expected.txt:
18882         * platform/mac-leopard/svg/zoom/text/zoom-hixie-mixed-008-expected.txt:
18883         * platform/mac/svg/custom/baseval-animval-equality-expected.txt:
18884         * platform/mac/svg/custom/dominant-baseline-hanging-expected.txt:
18885         * platform/mac/svg/custom/dynamic-svg-document-creation-expected.txt:
18886         * platform/mac/svg/custom/fill-SVGPaint-interface-expected.txt:
18887         * platform/mac/svg/custom/foreign-object-skew-expected.txt:
18888         * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.txt:
18889         * platform/mac/svg/custom/getPresentationAttribute-expected.txt:
18890         * platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.txt:
18891         * platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.txt:
18892         * platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.txt:
18893         * platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.txt:
18894         * platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
18895         * platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
18896         * platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt:
18897         * platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.txt:
18898         * platform/mac/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.txt:
18899         * platform/mac/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.txt:
18900         * platform/mac/svg/foreignObject/svg-document-as-direct-child-expected.txt:
18901         * platform/mac/svg/foreignObject/svg-document-in-html-document-expected.txt:
18902         * platform/mac/svg/foreignObject/text-tref-02-b-expected.txt:
18903         * platform/mac/svg/hixie/mixed/006-expected.txt:
18904         * platform/mac/svg/hixie/mixed/007-expected.txt:
18905         * platform/mac/svg/hixie/mixed/008-expected.txt:
18906         * platform/mac/svg/hixie/mixed/009-expected.txt:
18907         * platform/mac/svg/hixie/mixed/011-expected.txt:
18908         * platform/mac/svg/overflow/overflow-on-foreignObject-expected.txt:
18909         * platform/mac/svg/text/foreignObject-repaint-expected.txt:
18910         * platform/mac/svg/text/foreignObject-text-clipping-bug-expected.txt:
18911         * platform/mac/svg/zoom/page/zoom-foreignObject-expected.txt:
18912         * platform/mac/svg/zoom/page/zoom-hixie-mixed-008-expected.txt:
18913         * platform/mac/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
18914         * platform/mac/svg/zoom/text/zoom-foreignObject-expected.txt:
18915         * platform/mac/svg/zoom/text/zoom-hixie-mixed-008-expected.txt:
18916         * platform/mac/svg/zoom/text/zoom-hixie-mixed-009-expected.txt:
18917         * platform/qt/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.txt:
18918         * platform/qt/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.txt:
18919         * platform/qt/svg/foreignObject/svg-document-as-direct-child-expected.txt:
18920         * platform/qt/svg/foreignObject/svg-document-in-html-document-expected.txt:
18921         * platform/qt/svg/foreignObject/text-tref-02-b-expected.txt:
18922         * platform/qt/svg/overflow/overflow-on-foreignObject-expected.txt:
18923         * platform/qt/svg/text/foreignObject-text-clipping-bug-expected.txt:
18924         * platform/qt/svg/zoom/page/zoom-foreignObject-expected.txt:
18925         * platform/qt/svg/zoom/page/zoom-hixie-mixed-008-expected.txt:
18926         * platform/qt/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
18927         * platform/qt/svg/zoom/text/zoom-foreignObject-expected.txt:
18928         * platform/qt/svg/zoom/text/zoom-hixie-mixed-008-expected.txt:
18929         * platform/qt/svg/zoom/text/zoom-hixie-mixed-009-expected.txt:
18930
18931 2011-01-08  Helder Correia  <helder@sencha.com>
18932
18933         Reviewed by Simon Fraser.
18934
18935         Shadow is not drawn when filling a path with a gradient
18936         https://bugs.webkit.org/show_bug.cgi?id=51982
18937
18938         This happens in CG and is related to bug 51869, this time to be fixed
18939         in GraphicsContext::fillPath(const Path& path). We need to draw the
18940         gradient clipped to the path on a CGLayer first, and then draw the
18941         layer on the GraphicsContext.
18942
18943         * fast/canvas/canvas-fillPath-gradient-shadow-expected.txt: Added.
18944         * fast/canvas/canvas-fillPath-gradient-shadow.html: Added.
18945         * fast/canvas/script-tests/canvas-fillPath-gradient-shadow.js: Added.
18946         * platform/chromium/test_expectations.txt: Skipping new test since it fails.
18947         * platform/qt/Skipped: Ditto.
18948
18949 2011-01-08  Tony Gentilcore  <tonyg@chromium.org>
18950
18951         Reviewed by Eric Seidel.
18952
18953         HTML5 Conformance Test failure: approved/xhtml5/html_style_in_comment.xhtml
18954         https://bugs.webkit.org/show_bug.cgi?id=48593
18955
18956         * fast/parser/html-html-comment-in-style-block-expected.txt: Added.
18957         * fast/parser/html-html-comment-in-style-block.html: Added.
18958         * fast/parser/xhtml-html-comment-in-style-block-expected.txt: Added.
18959         * fast/parser/xhtml-html-comment-in-style-block.xhtml: Added.
18960
18961 2011-01-08  Charlie Reis  <creis@chromium.org>
18962
18963         Reviewed by Mihai Parparita.
18964
18965         Canceled frame loads can corrupt back forward list
18966         https://bugs.webkit.org/show_bug.cgi?id=50254
18967
18968         http/tests/navigation/forward-and-cancel.html aborts a slowly loading
18969         subframe in a frame tree and ensures the history items are updated properly.
18970
18971         * LayoutTests/http/tests/navigation/forward-and-cancel-expected.txt: Added.
18972         * LayoutTests/http/tests/navigation/forward-and-cancel.html: Added.
18973         * LayoutTests/http/tests/navigation/resources/forward-and-cancel-frames.html: Added.
18974         * LayoutTests/http/tests/navigation/resources/forward-and-cancel-frames-container.html: Added.
18975
18976 2011-01-08  Chang Shu  <chang.shu@nokia.com>
18977
18978         Reviewed by Kenneth Rohde Christiansen.
18979
18980         Support createTouchList with Touch list for test automation.
18981         https://bugs.webkit.org/show_bug.cgi?id=51196
18982
18983         Added test cases that take Touch objects when creating TouchList.
18984
18985         * fast/events/touch/document-create-touch-list-expected.txt:
18986         * fast/events/touch/script-tests/document-create-touch-list.js:
18987
18988 2011-01-08  Chang Shu  <chang.shu@nokia.com>
18989
18990         Reviewed by Ryosuke Niwa.
18991
18992         Added test contents for contentEditable DOM attribute.
18993         https://bugs.webkit.org/show_bug.cgi?id=51957
18994
18995         * editing/editability: Added.
18996         * editing/editability/attr-empty-string-expected.txt: Added.
18997         * editing/editability/attr-empty-string.html: Added.
18998         * editing/editability/attr-false-string-expected.txt: Added.
18999         * editing/editability/attr-false-string.html: Added.
19000         * editing/editability/attr-invalid-string-expected.txt: Added.
19001         * editing/editability/attr-invalid-string.html: Added.
19002         * editing/editability/attr-missing-ancestor-false-expected.txt: Added.
19003         * editing/editability/attr-missing-ancestor-false.html: Added.
19004         * editing/editability/attr-missing-ancestor-true-expected.txt: Added.
19005         * editing/editability/attr-missing-ancestor-true.html: Added.
19006         * editing/editability/attr-missing-parent-ancestor-missing-expected.txt: Added.
19007         * editing/editability/attr-missing-parent-ancestor-missing.html: Added.
19008         * editing/editability/attr-missing-parent-false-expected.txt: Added.
19009         * editing/editability/attr-missing-parent-false.html: Added.
19010         * editing/editability/attr-missing-parent-true-expected.txt: Added.
19011         * editing/editability/attr-missing-parent-true.html: Added.
19012         * editing/editability/attr-true-string-expected.txt: Added.
19013         * editing/editability/attr-true-string.html: Added.
19014         * editing/editability/set-false-expected.txt: Added.
19015         * editing/editability/set-false.html: Added.
19016         * editing/editability/set-inherit-parent-false-expected.txt: Added.
19017         * editing/editability/set-inherit-parent-false.html: Added.
19018         * editing/editability/set-inherit-parent-true-expected.txt: Added.
19019         * editing/editability/set-inherit-parent-true.html: Added.
19020         * editing/editability/set-invalid-value-expected.txt: Added.
19021         * editing/editability/set-invalid-value.html: Added.
19022         * editing/editability/set-true-expected.txt: Added.
19023         * editing/editability/set-true.html: Added.
19024         * editing/editability/set-value-caseinsensitive-expected.txt: Added.
19025         * editing/editability/set-value-caseinsensitive.html: Added.
19026
19027 2011-01-08  Eric Seidel  <eric@webkit.org>
19028
19029         Unreviewed.
19030
19031         Implement WebKit Full Screen support
19032         https://bugs.webkit.org/show_bug.cgi?id=49481
19033
19034         Check in failing results for these tests to allow the bots to roll green.
19035
19036         * fullscreen/full-screen-remove-ancestor-expected.txt:
19037         * fullscreen/full-screen-remove-expected.txt:
19038
19039 2011-01-08  Mihai Parparita  <mihaip@chromium.org>
19040
19041         Unreviewed; chromium test expectations update.
19042
19043         Remove failing expectations for tests that started to pass after
19044         rebaselining in r75309.
19045
19046         * platform/chromium/test_expectations.txt:
19047
19048 2011-01-07  Antonio Gomes  <agomes@rim.com>
19049
19050         Reviewed by Kenneth Rohde Christiansen.
19051
19052         [Qt] Spatial Navigation: adding a test for when scrollbars are turned off via WebKit API
19053         https://bugs.webkit.org/show_bug.cgi?id=51396
19054
19055         Add a layout test to ensure that page is scrollable when spatial
19056         navgation is enabled even when scrollbars were disabled via WebKit
19057         API (e.g. QWebFrame::setScrollBarPolicy).
19058
19059         Test is Qt-only for now since Qt's DRT is the only one that supports
19060         LayoutTestController::setScrollbarPolicy.
19061
19062         In real world QtWebKit apps, scrollbars are disabled usually prior to
19063         any page load. To emulate that on a layout test, it was added two html
19064         files: one that set scrollbars off and queues the load of the real
19065         test, and other that does the real testing.
19066
19067         * platform/qt/fast/spatial-navigation/resources/ensure-scrolls-with-scrollbars-disabled-by-webkit.html: Added.
19068         * platform/qt/fast/spatial-navigation/snav-ensure-scrolls-with-scrollbars-disabled-by-webkit-expected.txt: Added.
19069         * platform/qt/fast/spatial-navigation/snav-ensure-scrolls-with-scrollbars-disabled-by-webkit.html: Added.
19070
19071 2011-01-07  Nico Weber  <thakis@chromium.org>
19072
19073         Unreviewed, test expectations.
19074
19075         Another baseline.
19076         https://bugs.webkit.org/show_bug.cgi?id=52105
19077
19078         * platform/chromium-linux/fast/gradients/css3-repeating-linear-gradients-expected.checksum:
19079         * platform/chromium-linux/fast/gradients/css3-repeating-linear-gradients-expected.png
19080
19081 2011-01-07  Nico Weber  <thakis@chromium.org>
19082
19083         Unreviewed, test expectations.
19084
19085         Many new baselines due to updated skia.
19086         https://bugs.webkit.org/show_bug.cgi?id=52105
19087
19088         * platform/chromium-linux/editing/pasteboard/4641033-expected.checksum:
19089         * platform/chromium-linux/editing/pasteboard/4641033-expected.png:
19090         * platform/chromium-linux/editing/pasteboard/4944770-1-expected.checksum:
19091         * platform/chromium-linux/editing/pasteboard/4944770-1-expected.png:
19092         * platform/chromium-linux/editing/pasteboard/4944770-2-expected.checksum:
19093         * platform/chromium-linux/editing/pasteboard/4944770-2-expected.png:
19094         * platform/chromium-linux/editing/selection/3690703-2-expected.checksum:
19095         * platform/chromium-linux/editing/selection/3690703-2-expected.png:
19096         * platform/chromium-linux/editing/selection/3690703-expected.checksum:
19097         * platform/chromium-linux/editing/selection/3690703-expected.png:
19098         * platform/chromium-linux/editing/selection/3690719-expected.checksum:
19099         * platform/chromium-linux/editing/selection/3690719-expected.png:
19100         * platform/chromium-linux/editing/selection/4397952-expected.checksum:
19101         * platform/chromium-linux/editing/selection/4397952-expected.png:
19102         * platform/chromium-linux/editing/selection/5240265-expected.checksum:
19103         * platform/chromium-linux/editing/selection/5240265-expected.png:
19104         * platform/chromium-linux/editing/selection/caret-before-select-expected.checksum:
19105         * platform/chromium-linux/editing/selection/caret-before-select-expected.png:
19106         * platform/chromium-linux/editing/selection/replaced-boundaries-3-expected.checksum:
19107         * platform/chromium-linux/editing/selection/replaced-boundaries-3-expected.png:
19108         * platform/chromium-linux/editing/selection/select-box-expected.checksum:
19109         * platform/chromium-linux/editing/selection/select-box-expected.png:
19110         * platform/chromium-linux/editing/selection/select-element-paragraph-boundary-expected.checksum:
19111         * platform/chromium-linux/editing/selection/select-element-paragraph-boundary-expected.png:
19112         * platform/chromium-linux/editing/selection/transformed-selection-rects-expected.checksum:
19113         * platform/chromium-linux/editing/selection/transformed-selection-rects-expected.png:
19114         * platform/chromium-linux/fast/backgrounds/body-generated-image-propagated-to-root-expected.checksum:
19115         * platform/chromium-linux/fast/backgrounds/body-generated-image-propagated-to-root-expected.png:
19116         * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.checksum:
19117         * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.png:
19118         * platform/chromium-linux/fast/backgrounds/svg-as-background-2-expected.checksum: Added.
19119         * platform/chromium-linux/fast/backgrounds/svg-as-background-2-expected.png: Added.
19120         * platform/chromium-linux/fast/backgrounds/svg-as-background-5-expected.checksum:
19121         * platform/chromium-linux/fast/backgrounds/svg-as-background-5-expected.png:
19122         * platform/chromium-linux/fast/block/float/float-avoidance-expected.checksum:
19123         * platform/chromium-linux/fast/block/float/float-avoidance-expected.png:
19124         * platform/chromium-linux/fast/block/margin-collapse/103-expected.checksum:
19125         * platform/chromium-linux/fast/block/margin-collapse/103-expected.png:
19126         * platform/chromium-linux/fast/block/positioning/inline-block-relposition-expected.checksum:
19127         * platform/chromium-linux/fast/block/positioning/inline-block-relposition-expected.png:
19128         * platform/chromium-linux/fast/canvas/canvas-text-alignment-expected.checksum:
19129         * platform/chromium-linux/fast/canvas/canvas-text-alignment-expected.png:
19130         * platform/chromium-linux/fast/canvas/fillrect_gradient-expected.checksum:
19131         * platform/chromium-linux/fast/canvas/fillrect_gradient-expected.png:
19132         * platform/chromium-linux/fast/css/continuationCrash-expected.checksum:
19133         * platform/chromium-linux/fast/css/continuationCrash-expected.png:
19134         * platform/chromium-linux/fast/css/margin-top-bottom-dynamic-expected.checksum:
19135         * platform/chromium-linux/fast/css/margin-top-bottom-dynamic-expected.png:
19136         * platform/chromium-linux/fast/css/rtl-ordering-expected.checksum:
19137         * platform/chromium-linux/fast/css/rtl-ordering-expected.png:
19138         * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.checksum:
19139         * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png:
19140         * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.checksum:
19141         * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png:
19142         * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-boundary-values-expected.checksum:
19143         * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
19144         * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-optimums-expected.checksum:
19145         * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
19146         * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.checksum:
19147         * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png:
19148         * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-styles-expected.checksum:
19149         * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-styles-expected.png:
19150         * platform/chromium-linux/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.checksum:
19151         * platform/chromium-linux/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png:
19152         * platform/chromium-linux/fast/dom/HTMLTextAreaElement/reset-textarea-expected.checksum:
19153         * platform/chromium-linux/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
19154         * platform/chromium-linux/fast/forms/003-expected.checksum:
19155         * platform/chromium-linux/fast/forms/003-expected.png:
19156         * platform/chromium-linux/fast/forms/004-expected.checksum:
19157         * platform/chromium-linux/fast/forms/004-expected.png:
19158         * platform/chromium-linux/fast/forms/HTMLOptionElement_label01-expected.checksum:
19159         * platform/chromium-linux/fast/forms/HTMLOptionElement_label01-expected.png:
19160         * platform/chromium-linux/fast/forms/HTMLOptionElement_label02-expected.checksum:
19161         * platform/chromium-linux/fast/forms/HTMLOptionElement_label02-expected.png:
19162         * platform/chromium-linux/fast/forms/HTMLOptionElement_label03-expected.checksum:
19163         * platform/chromium-linux/fast/forms/HTMLOptionElement_label03-expected.png:
19164         * platform/chromium-linux/fast/forms/HTMLOptionElement_label04-expected.checksum:
19165         * platform/chromium-linux/fast/forms/HTMLOptionElement_label04-expected.png:
19166         * platform/chromium-linux/fast/forms/HTMLOptionElement_label06-expected.checksum:
19167         * platform/chromium-linux/fast/forms/HTMLOptionElement_label06-expected.png:
19168         * platform/chromium-linux/fast/forms/HTMLOptionElement_label07-expected.checksum:
19169         * platform/chromium-linux/fast/forms/HTMLOptionElement_label07-expected.png:
19170         * platform/chromium-linux/fast/forms/basic-buttons-expected.checksum:
19171         * platform/chromium-linux/fast/forms/basic-buttons-expected.png:
19172         * platform/chromium-linux/fast/forms/basic-selects-expected.checksum:
19173         * platform/chromium-linux/fast/forms/basic-selects-expected.png:
19174         * platform/chromium-linux/fast/forms/blankbuttons-expected.checksum:
19175         * platform/chromium-linux/fast/forms/blankbuttons-expected.png:
19176         * platform/chromium-linux/fast/forms/box-shadow-override-expected.checksum:
19177         * platform/chromium-linux/fast/forms/box-shadow-override-expected.png:
19178         * platform/chromium-linux/fast/forms/button-align-expected.checksum:
19179         * platform/chromium-linux/fast/forms/button-align-expected.png:
19180         * platform/chromium-linux/fast/forms/button-cannot-be-nested-expected.checksum:
19181         * platform/chromium-linux/fast/forms/button-cannot-be-nested-expected.png:
19182         * platform/chromium-linux/fast/forms/button-generated-content-expected.checksum:
19183         * platform/chromium-linux/fast/forms/button-generated-content-expected.png:
19184         * platform/chromium-linux/fast/forms/button-inner-block-reuse-expected.checksum:
19185         * platform/chromium-linux/fast/forms/button-inner-block-reuse-expected.png:
19186         * platform/chromium-linux/fast/forms/button-positioned-expected.checksum:
19187         * platform/chromium-linux/fast/forms/button-positioned-expected.png:
19188         * platform/chromium-linux/fast/forms/button-sizes-expected.checksum:
19189         * platform/chromium-linux/fast/forms/button-sizes-expected.png:
19190         * platform/chromium-linux/fast/forms/button-style-color-expected.checksum:
19191         * platform/chromium-linux/fast/forms/button-style-color-expected.png:
19192         * platform/chromium-linux/fast/forms/button-table-styles-expected.checksum:
19193         * platform/chromium-linux/fast/forms/button-table-styles-expected.png:
19194         * platform/chromium-linux/fast/forms/button-text-transform-expected.checksum:
19195         * platform/chromium-linux/fast/forms/button-text-transform-expected.png:
19196         * platform/chromium-linux/fast/forms/button-white-space-expected.checksum:
19197         * platform/chromium-linux/fast/forms/button-white-space-expected.png:
19198         * platform/chromium-linux/fast/forms/control-clip-overflow-expected.checksum:
19199         * platform/chromium-linux/fast/forms/control-clip-overflow-expected.png:
19200         * platform/chromium-linux/fast/forms/control-restrict-line-height-expected.checksum:
19201         * platform/chromium-linux/fast/forms/control-restrict-line-height-expected.png:
19202         * platform/chromium-linux/fast/forms/disabled-select-change-index-expected.checksum:
19203         * platform/chromium-linux/fast/forms/disabled-select-change-index-expected.png:
19204         * platform/chromium-linux/fast/forms/file-input-direction-expected.checksum:
19205         * platform/chromium-linux/fast/forms/file-input-direction-expected.png:
19206         * platform/chromium-linux/fast/forms/file-input-disabled-expected.checksum:
19207         * platform/chromium-linux/fast/forms/file-input-disabled-expected.png:
19208         * platform/chromium-linux/fast/forms/form-element-geometry-expected.checksum:
19209         * platform/chromium-linux/fast/forms/form-element-geometry-expected.png:
19210         * platform/chromium-linux/fast/forms/formmove3-expected.checksum:
19211         * platform/chromium-linux/fast/forms/formmove3-expected.png:
19212         * platform/chromium-linux/fast/forms/input-appearance-height-expected.checksum:
19213         * platform/chromium-linux/fast/forms/input-appearance-height-expected.png:
19214         * platform/chromium-linux/fast/forms/input-button-sizes-expected.checksum:
19215         * platform/chromium-linux/fast/forms/input-button-sizes-expected.png:
19216         * platform/chromium-linux/fast/forms/input-file-re-render-expected.checksum:
19217         * platform/chromium-linux/fast/forms/input-file-re-render-expected.png:
19218         * platform/chromium-linux/fast/forms/input-value-expected.checksum:
19219         * platform/chromium-linux/fast/forms/input-value-expected.png:
19220         * platform/chromium-linux/fast/forms/menulist-deselect-update-expected.checksum:
19221         * platform/chromium-linux/fast/forms/menulist-deselect-update-expected.png:
19222         * platform/chromium-linux/fast/forms/menulist-no-overflow-expected.checksum:
19223         * platform/chromium-linux/fast/forms/menulist-no-overflow-expected.png:
19224         * platform/chromium-linux/fast/forms/menulist-restrict-line-height-expected.checksum:
19225         * platform/chromium-linux/fast/forms/menulist-restrict-line-height-expected.png:
19226         * platform/chromium-linux/fast/forms/menulist-separator-painting-expected.checksum:
19227         * platform/chromium-linux/fast/forms/menulist-separator-painting-expected.png:
19228         * platform/chromium-linux/fast/forms/menulist-style-color-expected.checksum:
19229         * platform/chromium-linux/fast/forms/menulist-style-color-expected.png:
19230         * platform/chromium-linux/fast/forms/menulist-width-change-expected.checksum:
19231         * platform/chromium-linux/fast/forms/menulist-width-change-expected.png:
19232         * platform/chromium-linux/fast/forms/option-script-expected.checksum:
19233         * platform/chromium-linux/fast/forms/option-script-expected.png:
19234         * platform/chromium-linux/fast/forms/option-strip-whitespace-expected.checksum:
19235         * platform/chromium-linux/fast/forms/option-strip-whitespace-expected.png:
19236         * platform/chromium-linux/fast/forms/option-text-clip-expected.checksum:
19237         * platform/chromium-linux/fast/forms/option-text-clip-expected.png:
19238         * platform/chromium-linux/fast/forms/placeholder-position-expected.checksum:
19239         * platform/chromium-linux/fast/forms/placeholder-position-expected.png:
19240         * platform/chromium-linux/fast/forms/select-align-expected.checksum:
19241         * platform/chromium-linux/fast/forms/select-align-expected.png:
19242         * platform/chromium-linux/fast/forms/select-baseline-expected.checksum:
19243         * platform/chromium-linux/fast/forms/select-baseline-expected.png:
19244         * platform/chromium-linux/fast/forms/select-change-listbox-to-popup-expected.checksum:
19245         * platform/chromium-linux/fast/forms/select-change-listbox-to-popup-expected.png:
19246         * platform/chromium-linux/fast/forms/select-disabled-appearance-expected.checksum:
19247         * platform/chromium-linux/fast/forms/select-disabled-appearance-expected.png:
19248         * platform/chromium-linux/fast/forms/select-selected-expected.checksum:
19249         * platform/chromium-linux/fast/forms/select-selected-expected.png:
19250         * platform/chromium-linux/fast/forms/select-size-expected.checksum:
19251         * platform/chromium-linux/fast/forms/select-size-expected.png:
19252         * platform/chromium-linux/fast/forms/stuff-on-my-optgroup-expected.checksum:
19253         * platform/chromium-linux/fast/forms/stuff-on-my-optgroup-expected.png:
19254         * platform/chromium-linux/fast/forms/targeted-frame-submission-expected.checksum:
19255         * platform/chromium-linux/fast/forms/targeted-frame-submission-expected.png:
19256         * platform/chromium-linux/fast/gradients/background-clipped-expected.checksum:
19257         * platform/chromium-linux/fast/gradients/background-clipped-expected.png:
19258         * platform/chromium-linux/fast/gradients/border-image-gradient-sides-and-corners-expected.checksum: Added.
19259         * platform/chromium-linux/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
19260         * platform/chromium-linux/fast/gradients/crash-on-zero-radius-expected.checksum:
19261         * platform/chromium-linux/fast/gradients/crash-on-zero-radius-expected.png:
19262         * platform/chromium-linux/fast/gradients/generated-gradients-expected.checksum:
19263         * platform/chromium-linux/fast/gradients/generated-gradients-expected.png:
19264         * platform/chromium-linux/fast/gradients/gradient-after-transparent-border-expected.checksum:
19265         * platform/chromium-linux/fast/gradients/gradient-after-transparent-border-expected.png:
19266         * platform/chromium-linux/fast/gradients/list-item-gradient-expected.checksum:
19267         * platform/chromium-linux/fast/gradients/list-item-gradient-expected.png:
19268         * platform/chromium-linux/fast/gradients/radial-centered-expected.checksum:
19269         * platform/chromium-linux/fast/gradients/radial-centered-expected.png:
19270         * platform/chromium-linux/fast/gradients/simple-gradients-expected.checksum:
19271         * platform/chromium-linux/fast/gradients/simple-gradients-expected.png:
19272         * platform/chromium-linux/fast/images/animated-svg-as-image-expected.checksum:
19273         * platform/chromium-linux/fast/images/animated-svg-as-image-expected.png:
19274         * platform/chromium-linux/fast/invalid/014-expected.checksum:
19275         * platform/chromium-linux/fast/invalid/014-expected.png:
19276         * platform/chromium-linux/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.checksum:
19277         * platform/chromium-linux/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
19278         * platform/chromium-linux/fast/parser/document-write-option-expected.checksum:
19279         * platform/chromium-linux/fast/parser/document-write-option-expected.png:
19280         * platform/chromium-linux/fast/repaint/control-clip-expected.checksum:
19281         * platform/chromium-linux/fast/repaint/control-clip-expected.png:
19282         * platform/chromium-linux/fast/repaint/reflection-repaint-test-expected.checksum:
19283         * platform/chromium-linux/fast/repaint/reflection-repaint-test-expected.png:
19284         * platform/chromium-linux/fast/repaint/transform-layout-repaint-expected.checksum:
19285         * platform/chromium-linux/fast/repaint/transform-layout-repaint-expected.png:
19286         * platform/chromium-linux/fast/replaced/replaced-breaking-expected.checksum:
19287         * platform/chromium-linux/fast/replaced/replaced-breaking-expected.png:
19288         * platform/chromium-linux/fast/replaced/replaced-breaking-mixture-expected.checksum:
19289         * platform/chromium-linux/fast/replaced/replaced-breaking-mixture-expected.png:
19290         * platform/chromium-linux/fast/replaced/three-selects-break-expected.checksum:
19291         * platform/chromium-linux/fast/replaced/three-selects-break-expected.png:
19292         * platform/chromium-linux/fast/replaced/width100percent-button-expected.checksum:
19293         * platform/chromium-linux/fast/replaced/width100percent-button-expected.png:
19294         * platform/chromium-linux/fast/selectors/064-expected.checksum:
19295         * platform/chromium-linux/fast/selectors/064-expected.png:
19296         * platform/chromium-linux/fast/table/append-cells2-expected.checksum:
19297         * platform/chromium-linux/fast/table/append-cells2-expected.png:
19298         * platform/chromium-linux/fast/table/remove-td-display-none-expected.checksum:
19299         * platform/chromium-linux/fast/table/remove-td-display-none-expected.png:
19300         * platform/chromium-linux/fast/text/international/bidi-menulist-expected.checksum:
19301         * platform/chromium-linux/fast/text/international/bidi-menulist-expected.png:
19302         * platform/chromium-linux/fast/text/international/hindi-spacing-expected.checksum:
19303         * platform/chromium-linux/fast/text/international/hindi-spacing-expected.png:
19304         * platform/chromium-linux/fast/text/textIteratorNilRenderer-expected.checksum:
19305         * platform/chromium-linux/fast/text/textIteratorNilRenderer-expected.png:
19306         * platform/chromium-linux/fast/transforms/shadows-expected.checksum:
19307         * platform/chromium-linux/fast/transforms/shadows-expected.png:
19308         * platform/chromium-linux/fast/transforms/transform-on-inline-expected.checksum:
19309         * platform/chromium-linux/fast/transforms/transform-on-inline-expected.png:
19310         * platform/chromium-linux/fast/transforms/transform-table-row-expected.checksum:
19311         * platform/chromium-linux/fast/transforms/transform-table-row-expected.png:
19312         * platform/chromium-linux/fast/transforms/transformed-caret-expected.checksum:
19313         * platform/chromium-linux/fast/transforms/transformed-caret-expected.png:
19314         * platform/chromium-linux/fast/transforms/transformed-document-element-expected.checksum:
19315         * platform/chromium-linux/fast/transforms/transformed-document-element-expected.png:
19316         * platform/chromium-linux/media/audio-controls-rendering-expected.checksum:
19317         * platform/chromium-linux/media/audio-controls-rendering-expected.png:
19318         * platform/chromium-linux/media/controls-after-reload-expected.checksum:
19319         * platform/chromium-linux/media/controls-after-reload-expected.png:
19320         * platform/chromium-linux/media/controls-strict-expected.checksum:
19321         * platform/chromium-linux/media/controls-strict-expected.png:
19322         * platform/chromium-linux/media/controls-styling-expected.checksum:
19323         * platform/chromium-linux/media/controls-styling-expected.png:
19324         * platform/chromium-linux/media/controls-without-preload-expected.checksum:
19325         * platform/chromium-linux/media/controls-without-preload-expected.png:
19326         * platform/chromium-linux/media/video-controls-rendering-expected.checksum:
19327         * platform/chromium-linux/media/video-controls-rendering-expected.png:
19328         * platform/chromium-linux/media/video-no-audio-expected.checksum:
19329         * platform/chromium-linux/media/video-no-audio-expected.png:
19330         * platform/chromium-linux/media/video-volume-slider-expected.checksum:
19331         * platform/chromium-linux/media/video-volume-slider-expected.png:
19332         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.checksum:
19333         * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png:
19334         * platform/chromium-linux/svg/W3C-SVG-1.1/color-prop-01-b-expected.checksum:
19335         * platform/chromium-linux/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
19336         * platform/chromium-linux/svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum:
19337         * platform/chromium-linux/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
19338         * platform/chromium-linux/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
19339         * platform/chromium-linux/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
19340         * platform/chromium-linux/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
19341         * platform/chromium-linux/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
19342         * platform/chromium-linux/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
19343         * platform/chromium-linux/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
19344         * platform/chromium-linux/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum:
19345         * platform/chromium-linux/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
19346         * platform/chromium-linux/svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum:
19347         * platform/chromium-linux/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
19348         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.checksum:
19349         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
19350         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.checksum:
19351         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
19352         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.checksum:
19353         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
19354         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.checksum:
19355         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
19356         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.checksum:
19357         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
19358         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.checksum:
19359         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
19360         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.checksum:
19361         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
19362         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.checksum:
19363         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
19364         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.checksum:
19365         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
19366         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.checksum:
19367         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
19368         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum:
19369         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
19370         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.checksum:
19371         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
19372         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.checksum:
19373         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
19374         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.checksum:
19375         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
19376         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.checksum:
19377         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
19378         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.checksum:
19379         * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
19380         * platform/chromium-linux/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.checksum:
19381         * platform/chromium-linux/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
19382         * platform/chromium-linux/svg/W3C-SVG-1.1/text-path-01-b-expected.checksum:
19383         * platform/chromium-linux/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
19384         * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-07-t-expected.checksum:
19385         * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-07-t-expected.png:
19386         * platform/chromium-linux/svg/batik/filters/feTile-expected.checksum:
19387         * platform/chromium-linux/svg/batik/filters/feTile-expected.png:
19388         * platform/chromium-linux/svg/batik/paints/patternRegions-expected.checksum:
19389         * platform/chromium-linux/svg/batik/paints/patternRegions-expected.png:
19390         * platform/chromium-linux/svg/batik/paints/patternRegions-positioned-objects-expected.checksum:
19391         * platform/chromium-linux/svg/batik/paints/patternRegions-positioned-objects-expected.png:
19392         * platform/chromium-linux/svg/batik/text/textEffect-expected.checksum:
19393         * platform/chromium-linux/svg/batik/text/textEffect-expected.png:
19394         * platform/chromium-linux/svg/batik/text/textEffect2-expected.checksum:
19395         * platform/chromium-linux/svg/batik/text/textEffect2-expected.png:
19396         * platform/chromium-linux/svg/batik/text/textEffect3-expected.checksum:
19397         * platform/chromium-linux/svg/batik/text/textEffect3-expected.png:
19398         * platform/chromium-linux/svg/batik/text/textGlyphOrientationHorizontal-expected.checksum:
19399         * platform/chromium-linux/svg/batik/text/textGlyphOrientationHorizontal-expected.png:
19400         * platform/chromium-linux/svg/batik/text/textLayout2-expected.checksum:
19401         * platform/chromium-linux/svg/batik/text/textLayout2-expected.png:
19402         * platform/chromium-linux/svg/batik/text/textOnPath-expected.checksum:
19403         * platform/chromium-linux/svg/batik/text/textOnPath-expected.png:
19404         * platform/chromium-linux/svg/batik/text/textOnPath2-expected.checksum:
19405         * platform/chromium-linux/svg/batik/text/textOnPath2-expected.png:
19406         * platform/chromium-linux/svg/batik/text/textOnPath3-expected.checksum:
19407         * platform/chromium-linux/svg/batik/text/textOnPath3-expected.png:
19408         * platform/chromium-linux/svg/batik/text/textOnPathSpaces-expected.checksum:
19409         * platform/chromium-linux/svg/batik/text/textOnPathSpaces-expected.png:
19410         * platform/chromium-linux/svg/batik/text/textProperties-expected.checksum:
19411         * platform/chromium-linux/svg/batik/text/textProperties-expected.png:
19412         * platform/chromium-linux/svg/batik/text/verticalTextOnPath-expected.checksum:
19413         * platform/chromium-linux/svg/batik/text/verticalTextOnPath-expected.png:
19414         * platform/chromium-linux/svg/css/circle-in-mask-with-shadow-expected.checksum:
19415         * platform/chromium-linux/svg/css/circle-in-mask-with-shadow-expected.png:
19416         * platform/chromium-linux/svg/css/composite-shadow-text-expected.checksum:
19417         * platform/chromium-linux/svg/css/composite-shadow-text-expected.png:
19418         * platform/chromium-linux/svg/css/group-with-shadow-expected.checksum:
19419         * platform/chromium-linux/svg/css/group-with-shadow-expected.png:
19420         * platform/chromium-linux/svg/css/mask-with-shadow-expected.checksum:
19421         * platform/chromium-linux/svg/css/mask-with-shadow-expected.png:
19422         * platform/chromium-linux/svg/custom/dominant-baseline-hanging-expected.checksum:
19423         * platform/chromium-linux/svg/custom/dominant-baseline-hanging-expected.png:
19424         * platform/chromium-linux/svg/custom/feComponentTransfer-Discrete-expected.checksum:
19425         * platform/chromium-linux/svg/custom/feComponentTransfer-Discrete-expected.png:
19426         * platform/chromium-linux/svg/custom/feComponentTransfer-Gamma-expected.checksum:
19427         * platform/chromium-linux/svg/custom/feComponentTransfer-Gamma-expected.png:
19428         * platform/chromium-linux/svg/custom/feComponentTransfer-Linear-expected.checksum:
19429         * platform/chromium-linux/svg/custom/feComponentTransfer-Linear-expected.png:
19430         * platform/chromium-linux/svg/custom/feComponentTransfer-Table-expected.checksum:
19431         * platform/chromium-linux/svg/custom/feComponentTransfer-Table-expected.png:
19432         * platform/chromium-linux/svg/custom/gradient-cycle-detection-expected.checksum:
19433         * platform/chromium-linux/svg/custom/gradient-cycle-detection-expected.png:
19434         * platform/chromium-linux/svg/custom/gradient-deep-referencing-expected.checksum:
19435         * platform/chromium-linux/svg/custom/gradient-deep-referencing-expected.png:
19436         * platform/chromium-linux/svg/custom/gradient-rotated-bbox-expected.checksum:
19437         * platform/chromium-linux/svg/custom/gradient-rotated-bbox-expected.png:
19438         * platform/chromium-linux/svg/custom/gradient-stroke-width-expected.checksum:
19439         * platform/chromium-linux/svg/custom/gradient-stroke-width-expected.png:
19440         * platform/chromium-linux/svg/custom/gradient-with-1d-boundingbox-expected.checksum:
19441         * platform/chromium-linux/svg/custom/gradient-with-1d-boundingbox-expected.png:
19442         * platform/chromium-linux/svg/custom/inline-svg-in-xhtml-expected.checksum:
19443         * platform/chromium-linux/svg/custom/inline-svg-in-xhtml-expected.png:
19444         * platform/chromium-linux/svg/custom/js-late-gradient-and-object-creation-expected.checksum:
19445         * platform/chromium-linux/svg/custom/js-late-gradient-and-object-creation-expected.png:
19446         * platform/chromium-linux/svg/custom/js-late-gradient-creation-expected.checksum:
19447         * platform/chromium-linux/svg/custom/js-late-gradient-creation-expected.png:
19448         * platform/chromium-linux/svg/custom/js-late-pattern-and-object-creation-expected.checksum:
19449         * platform/chromium-linux/svg/custom/js-late-pattern-and-object-creation-expected.png:
19450         * platform/chromium-linux/svg/custom/linking-a-03-b-transform-expected.checksum:
19451         * platform/chromium-linux/svg/custom/linking-a-03-b-transform-expected.png:
19452         * platform/chromium-linux/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.checksum:
19453         * platform/chromium-linux/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png:
19454         * platform/chromium-linux/svg/custom/recursive-gradient-expected.checksum:
19455         * platform/chromium-linux/svg/custom/recursive-gradient-expected.png:
19456         * platform/chromium-linux/svg/custom/relative-sized-content-with-resources-expected.checksum:
19457         * platform/chromium-linux/svg/custom/relative-sized-content-with-resources-expected.png:
19458         * platform/chromium-linux/svg/custom/stroke-width-large-expected.checksum:
19459         * platform/chromium-linux/svg/custom/stroke-width-large-expected.png:
19460         * platform/chromium-linux/svg/custom/stroked-pattern-expected.checksum:
19461         * platform/chromium-linux/svg/custom/stroked-pattern-expected.png:
19462         * platform/chromium-linux/svg/custom/text-linking-expected.checksum:
19463         * platform/chromium-linux/svg/custom/text-linking-expected.png:
19464         * platform/chromium-linux/svg/custom/text-rotation-expected.checksum:
19465         * platform/chromium-linux/svg/custom/text-rotation-expected.png:
19466         * platform/chromium-linux/svg/custom/use-detach-expected.checksum:
19467         * platform/chromium-linux/svg/custom/use-detach-expected.png:
19468         * platform/chromium-linux/svg/custom/use-on-disallowed-foreign-object-1-expected.checksum:
19469         * platform/chromium-linux/svg/custom/use-on-disallowed-foreign-object-1-expected.png:
19470         * platform/chromium-linux/svg/custom/use-on-disallowed-foreign-object-2-expected.checksum:
19471         * platform/chromium-linux/svg/custom/use-on-disallowed-foreign-object-2-expected.png:
19472         * platform/chromium-linux/svg/custom/use-on-disallowed-foreign-object-4-expected.checksum:
19473         * platform/chromium-linux/svg/custom/use-on-disallowed-foreign-object-4-expected.png:
19474         * platform/chromium-linux/svg/custom/use-on-disallowed-foreign-object-5-expected.checksum:
19475         * platform/chromium-linux/svg/custom/use-on-disallowed-foreign-object-5-expected.png:
19476         * platform/chromium-linux/svg/custom/use-on-disallowed-foreign-object-6-expected.checksum:
19477         * platform/chromium-linux/svg/custom/use-on-disallowed-foreign-object-6-expected.png:
19478         * platform/chromium-linux/svg/custom/use-on-non-svg-namespaced-element-expected.checksum:
19479         * platform/chromium-linux/svg/custom/use-on-non-svg-namespaced-element-expected.png:
19480         * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.checksum:
19481         * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
19482         * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.checksum:
19483         * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
19484         * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.checksum:
19485         * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
19486         * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.checksum:
19487         * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
19488         * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.checksum:
19489         * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
19490         * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.checksum:
19491         * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
19492         * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.checksum:
19493         * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
19494         * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.checksum:
19495         * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
19496         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.checksum:
19497         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
19498         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.checksum:
19499         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
19500         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.checksum:
19501         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
19502         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.checksum:
19503         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
19504         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.checksum:
19505         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
19506         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.checksum:
19507         * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
19508         * platform/chromium-linux/svg/text/selection-background-color-expected.checksum:
19509         * platform/chromium-linux/svg/text/selection-background-color-expected.png:
19510         * platform/chromium-linux/svg/text/selection-styles-expected.checksum:
19511         * platform/chromium-linux/svg/text/selection-styles-expected.png:
19512         * platform/chromium-linux/svg/text/text-deco-01-b-expected.checksum:
19513         * platform/chromium-linux/svg/text/text-deco-01-b-expected.png:
19514         * platform/chromium-linux/svg/text/text-path-01-b-expected.checksum:
19515         * platform/chromium-linux/svg/text/text-path-01-b-expected.png:
19516         * platform/chromium-linux/svg/text/text-text-07-t-expected.checksum:
19517         * platform/chromium-linux/svg/text/text-text-07-t-expected.png:
19518         * platform/chromium-linux/svg/text/text-text-08-b-expected.checksum:
19519         * platform/chromium-linux/svg/text/text-text-08-b-expected.png:
19520         * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.checksum:
19521         * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
19522         * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.checksum:
19523         * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
19524         * platform/chromium-linux/svg/zoom/page/zoom-foreignObject-expected.checksum:
19525         * platform/chromium-linux/svg/zoom/page/zoom-foreignObject-expected.png:
19526         * platform/chromium-linux/svg/zoom/page/zoom-mask-with-percentages-expected.checksum:
19527         * platform/chromium-linux/svg/zoom/page/zoom-mask-with-percentages-expected.png:
19528         * platform/chromium-linux/svg/zoom/text/zoom-foreignObject-expected.checksum:
19529         * platform/chromium-linux/svg/zoom/text/zoom-foreignObject-expected.png:
19530         * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.checksum:
19531         * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.png:
19532         * platform/chromium-linux/tables/mozilla/bugs/bug1318-expected.checksum:
19533         * platform/chromium-linux/tables/mozilla/bugs/bug1318-expected.png:
19534         * platform/chromium-linux/tables/mozilla/bugs/bug138725-expected.checksum:
19535         * platform/chromium-linux/tables/mozilla/bugs/bug138725-expected.png:
19536         * platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.checksum:
19537         * platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.png:
19538         * platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.checksum:
19539         * platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.png:
19540         * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.checksum:
19541         * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.png:
19542         * platform/chromium-linux/tables/mozilla/bugs/bug26178-expected.checksum:
19543         * platform/chromium-linux/tables/mozilla/bugs/bug26178-expected.png:
19544         * platform/chromium-linux/tables/mozilla/bugs/bug28928-expected.checksum:
19545         * platform/chromium-linux/tables/mozilla/bugs/bug28928-expected.png:
19546         * platform/chromium-linux/tables/mozilla/bugs/bug29326-expected.checksum:
19547         * platform/chromium-linux/tables/mozilla/bugs/bug29326-expected.png:
19548         * platform/chromium-linux/tables/mozilla/bugs/bug33855-expected.checksum:
19549         * platform/chromium-linux/tables/mozilla/bugs/bug33855-expected.png:
19550         * platform/chromium-linux/tables/mozilla/bugs/bug39209-expected.checksum:
19551         * platform/chromium-linux/tables/mozilla/bugs/bug39209-expected.png:
19552         * platform/chromium-linux/tables/mozilla/bugs/bug4382-expected.checksum:
19553         * platform/chromium-linux/tables/mozilla/bugs/bug4382-expected.png:
19554         * platform/chromium-linux/tables/mozilla/bugs/bug4429-expected.checksum:
19555         * platform/chromium-linux/tables/mozilla/bugs/bug4429-expected.png:
19556         * platform/chromium-linux/tables/mozilla/bugs/bug44505-expected.checksum:
19557         * platform/chromium-linux/tables/mozilla/bugs/bug44505-expected.png:
19558         * platform/chromium-linux/tables/mozilla/bugs/bug46368-1-expected.checksum:
19559         * platform/chromium-linux/tables/mozilla/bugs/bug46368-1-expected.png:
19560         * platform/chromium-linux/tables/mozilla/bugs/bug46368-2-expected.checksum:
19561         * platform/chromium-linux/tables/mozilla/bugs/bug46368-2-expected.png:
19562         * platform/chromium-linux/tables/mozilla/bugs/bug51037-expected.checksum:
19563         * platform/chromium-linux/tables/mozilla/bugs/bug51037-expected.png:
19564         * platform/chromium-linux/tables/mozilla/bugs/bug51727-expected.checksum:
19565         * platform/chromium-linux/tables/mozilla/bugs/bug51727-expected.png:
19566         * platform/chromium-linux/tables/mozilla/bugs/bug52505-expected.checksum:
19567         * platform/chromium-linux/tables/mozilla/bugs/bug52505-expected.png:
19568         * platform/chromium-linux/tables/mozilla/bugs/bug52506-expected.checksum:
19569         * platform/chromium-linux/tables/mozilla/bugs/bug52506-expected.png:
19570         * platform/chromium-linux/tables/mozilla/bugs/bug60749-expected.checksum:
19571         * platform/chromium-linux/tables/mozilla/bugs/bug60749-expected.png:
19572         * platform/chromium-linux/tables/mozilla/bugs/bug68912-expected.checksum:
19573         * platform/chromium-linux/tables/mozilla/bugs/bug68912-expected.png:
19574         * platform/chromium-linux/tables/mozilla/bugs/bug7342-expected.checksum:
19575         * platform/chromium-linux/tables/mozilla/bugs/bug7342-expected.png:
19576         * platform/chromium-linux/tables/mozilla/bugs/bug92647-2-expected.checksum:
19577         * platform/chromium-linux/tables/mozilla/bugs/bug92647-2-expected.png:
19578         * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.checksum:
19579         * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.png:
19580         * platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-4-expected.checksum:
19581         * platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
19582         * platform/chromium-linux/tables/mozilla/core/margins-expected.checksum:
19583         * platform/chromium-linux/tables/mozilla/core/margins-expected.png:
19584         * platform/chromium-linux/tables/mozilla/dom/tableDom-expected.checksum:
19585         * platform/chromium-linux/tables/mozilla/dom/tableDom-expected.png:
19586         * platform/chromium-linux/tables/mozilla/other/move_row-expected.checksum:
19587         * platform/chromium-linux/tables/mozilla/other/move_row-expected.png:
19588         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1725-expected.checksum:
19589         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
19590         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug58402-2-expected.checksum:
19591         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
19592         * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.checksum:
19593         * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
19594         * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.checksum:
19595         * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
19596         * platform/chromium-linux/transforms/2d/hindi-rotated-expected.checksum:
19597         * platform/chromium-linux/transforms/2d/hindi-rotated-expected.png:
19598         * platform/chromium-linux/transforms/2d/zoom-menulist-expected.checksum:
19599         * platform/chromium-linux/transforms/2d/zoom-menulist-expected.png:
19600         * platform/chromium-win/fast/backgrounds/body-generated-image-propagated-to-root-expected.checksum:
19601         * platform/chromium-win/fast/backgrounds/body-generated-image-propagated-to-root-expected.png:
19602         * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.checksum:
19603         * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.png:
19604         * platform/chromium-win/fast/backgrounds/svg-as-background-2-expected.checksum:
19605         * platform/chromium-win/fast/backgrounds/svg-as-background-2-expected.png:
19606         * platform/chromium-win/fast/canvas/canvas-text-alignment-expected.checksum:
19607         * platform/chromium-win/fast/canvas/canvas-text-alignment-expected.png:
19608         * platform/chromium-win/fast/canvas/fillrect_gradient-expected.checksum:
19609         * platform/chromium-win/fast/canvas/fillrect_gradient-expected.png:
19610         * platform/chromium-win/fast/canvas/gradient-add-second-start-end-stop-expected.checksum:
19611         * platform/chromium-win/fast/canvas/gradient-add-second-start-end-stop-expected.png:
19612         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.checksum:
19613         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png:
19614         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.checksum:
19615         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png:
19616         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-boundary-values-expected.checksum:
19617         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
19618         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-expected.checksum:
19619         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-expected.png:
19620         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-optimums-expected.checksum:
19621         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
19622         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.checksum:
19623         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png:
19624         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-expected.checksum:
19625         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-expected.png:
19626         * platform/chromium-win/fast/gradients/background-clipped-expected.checksum:
19627         * platform/chromium-win/fast/gradients/background-clipped-expected.png:
19628         * platform/chromium-win/fast/gradients/border-image-gradient-expected.checksum:
19629         * platform/chromium-win/fast/gradients/border-image-gradient-expected.png:
19630         * platform/chromium-win/fast/gradients/border-image-gradient-sides-and-corners-expected.checksum:
19631         * platform/chromium-win/fast/gradients/border-image-gradient-sides-and-corners-expected.png:
19632         * platform/chromium-win/fast/gradients/crash-on-zero-radius-expected.checksum:
19633         * platform/chromium-win/fast/gradients/crash-on-zero-radius-expected.png:
19634         * platform/chromium-win/fast/gradients/css3-repeating-linear-gradients-expected.checksum:
19635         * platform/chromium-win/fast/gradients/css3-repeating-linear-gradients-expected.png:
19636         * platform/chromium-win/fast/gradients/generated-gradients-expected.checksum:
19637         * platform/chromium-win/fast/gradients/generated-gradients-expected.png:
19638         * platform/chromium-win/fast/gradients/gradient-after-transparent-border-expected.checksum:
19639         * platform/chromium-win/fast/gradients/gradient-after-transparent-border-expected.png:
19640         * platform/chromium-win/fast/gradients/list-item-gradient-expected.checksum:
19641         * platform/chromium-win/fast/gradients/list-item-gradient-expected.png:
19642         * platform/chromium-win/fast/gradients/radial-centered-expected.checksum:
19643         * platform/chromium-win/fast/gradients/radial-centered-expected.png:
19644         * platform/chromium-win/fast/gradients/simple-gradients-expected.checksum:
19645         * platform/chromium-win/fast/gradients/simple-gradients-expected.png:
19646         * platform/chromium-win/fast/reflections/reflection-masks-expected.checksum:
19647         * platform/chromium-win/fast/reflections/reflection-masks-expected.png:
19648         * platform/chromium-win/fast/repaint/background-generated-expected.checksum:
19649         * platform/chromium-win/fast/repaint/background-generated-expected.png:
19650         * platform/chromium-win/media/audio-controls-rendering-expected.checksum:
19651         * platform/chromium-win/media/audio-controls-rendering-expected.png:
19652         * platform/chromium-win/media/controls-after-reload-expected.checksum:
19653         * platform/chromium-win/media/controls-after-reload-expected.png:
19654         * platform/chromium-win/media/controls-strict-expected.checksum:
19655         * platform/chromium-win/media/controls-strict-expected.png:
19656         * platform/chromium-win/media/controls-styling-expected.checksum:
19657         * platform/chromium-win/media/controls-styling-expected.png:
19658         * platform/chromium-win/media/controls-without-preload-expected.checksum:
19659         * platform/chromium-win/media/controls-without-preload-expected.png:
19660         * platform/chromium-win/media/video-controls-rendering-expected.checksum:
19661         * platform/chromium-win/media/video-controls-rendering-expected.png:
19662         * platform/chromium-win/media/video-no-audio-expected.checksum:
19663         * platform/chromium-win/media/video-no-audio-expected.png:
19664         * platform/chromium-win/media/video-volume-slider-expected.checksum:
19665         * platform/chromium-win/media/video-volume-slider-expected.png:
19666         * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.checksum:
19667         * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png:
19668         * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.checksum:
19669         * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png:
19670         * platform/chromium-win/svg/W3C-SVG-1.1/color-prop-01-b-expected.checksum:
19671         * platform/chromium-win/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
19672         * platform/chromium-win/svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum:
19673         * platform/chromium-win/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
19674         * platform/chromium-win/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
19675         * platform/chromium-win/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
19676         * platform/chromium-win/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
19677         * platform/chromium-win/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
19678         * platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
19679         * platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
19680         * platform/chromium-win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum:
19681         * platform/chromium-win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
19682         * platform/chromium-win/svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum:
19683         * platform/chromium-win/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
19684         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.checksum:
19685         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
19686         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.checksum:
19687         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
19688         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.checksum:
19689         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
19690         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.checksum:
19691         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
19692         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.checksum:
19693         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
19694         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.checksum:
19695         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
19696         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.checksum:
19697         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
19698         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.checksum:
19699         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
19700         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.checksum:
19701         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
19702         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.checksum:
19703         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
19704         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum:
19705         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
19706         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.checksum:
19707         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
19708         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.checksum:
19709         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
19710         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.checksum:
19711         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
19712         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.checksum:
19713         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
19714         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.checksum:
19715         * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
19716         * platform/chromium-win/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.checksum:
19717         * platform/chromium-win/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
19718         * platform/chromium-win/svg/batik/filters/feTile-expected.checksum:
19719         * platform/chromium-win/svg/batik/filters/feTile-expected.png:
19720         * platform/chromium-win/svg/batik/paints/patternRegions-expected.checksum:
19721         * platform/chromium-win/svg/batik/paints/patternRegions-expected.png:
19722         * platform/chromium-win/svg/batik/paints/patternRegions-positioned-objects-expected.checksum:
19723         * platform/chromium-win/svg/batik/paints/patternRegions-positioned-objects-expected.png:
19724         * platform/chromium-win/svg/batik/text/textEffect-expected.checksum:
19725         * platform/chromium-win/svg/batik/text/textEffect-expected.png:
19726         * platform/chromium-win/svg/batik/text/textEffect2-expected.checksum:
19727         * platform/chromium-win/svg/batik/text/textEffect2-expected.png:
19728         * platform/chromium-win/svg/batik/text/textEffect3-expected.checksum:
19729         * platform/chromium-win/svg/batik/text/textEffect3-expected.png:
19730         * platform/chromium-win/svg/batik/text/textProperties-expected.checksum:
19731         * platform/chromium-win/svg/batik/text/textProperties-expected.png:
19732         * platform/chromium-win/svg/carto.net/colourpicker-expected.checksum:
19733         * platform/chromium-win/svg/carto.net/colourpicker-expected.png:
19734         * platform/chromium-win/svg/css/circle-in-mask-with-shadow-expected.checksum:
19735         * platform/chromium-win/svg/css/circle-in-mask-with-shadow-expected.png:
19736         * platform/chromium-win/svg/css/composite-shadow-text-expected.checksum:
19737         * platform/chromium-win/svg/css/composite-shadow-text-expected.png:
19738         * platform/chromium-win/svg/css/mask-with-shadow-expected.checksum:
19739         * platform/chromium-win/svg/css/mask-with-shadow-expected.png:
19740         * platform/chromium-win/svg/custom/dominant-baseline-hanging-expected.checksum:
19741         * platform/chromium-win/svg/custom/dominant-baseline-hanging-expected.png:
19742         * platform/chromium-win/svg/custom/feComponentTransfer-Discrete-expected.checksum:
19743         * platform/chromium-win/svg/custom/feComponentTransfer-Discrete-expected.png:
19744         * platform/chromium-win/svg/custom/feComponentTransfer-Gamma-expected.checksum:
19745         * platform/chromium-win/svg/custom/feComponentTransfer-Gamma-expected.png:
19746         * platform/chromium-win/svg/custom/feComponentTransfer-Linear-expected.checksum:
19747         * platform/chromium-win/svg/custom/feComponentTransfer-Linear-expected.png:
19748         * platform/chromium-win/svg/custom/feComponentTransfer-Table-expected.checksum:
19749         * platform/chromium-win/svg/custom/feComponentTransfer-Table-expected.png:
19750         * platform/chromium-win/svg/custom/gradient-cycle-detection-expected.checksum:
19751         * platform/chromium-win/svg/custom/gradient-cycle-detection-expected.png:
19752         * platform/chromium-win/svg/custom/gradient-deep-referencing-expected.checksum:
19753         * platform/chromium-win/svg/custom/gradient-deep-referencing-expected.png:
19754         * platform/chromium-win/svg/custom/gradient-rotated-bbox-expected.checksum:
19755         * platform/chromium-win/svg/custom/gradient-rotated-bbox-expected.png:
19756         * platform/chromium-win/svg/custom/gradient-stop-corner-cases-expected.checksum:
19757         * platform/chromium-win/svg/custom/gradient-stop-corner-cases-expected.png:
19758         * platform/chromium-win/svg/custom/gradient-stroke-width-expected.checksum:
19759         * platform/chromium-win/svg/custom/gradient-stroke-width-expected.png:
19760         * platform/chromium-win/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.checksum:
19761         * platform/chromium-win/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.png:
19762         * platform/chromium-win/svg/custom/gradient-with-1d-boundingbox-expected.checksum:
19763         * platform/chromium-win/svg/custom/gradient-with-1d-boundingbox-expected.png:
19764         * platform/chromium-win/svg/custom/group-opacity-expected.checksum:
19765         * platform/chromium-win/svg/custom/group-opacity-expected.png:
19766         * platform/chromium-win/svg/custom/inline-svg-in-xhtml-expected.checksum:
19767         * platform/chromium-win/svg/custom/inline-svg-in-xhtml-expected.png:
19768         * platform/chromium-win/svg/custom/js-late-gradient-and-object-creation-expected.checksum:
19769         * platform/chromium-win/svg/custom/js-late-gradient-and-object-creation-expected.png:
19770         * platform/chromium-win/svg/custom/js-late-gradient-creation-expected.checksum:
19771         * platform/chromium-win/svg/custom/js-late-gradient-creation-expected.png:
19772         * platform/chromium-win/svg/custom/js-update-gradient-expected.checksum:
19773         * platform/chromium-win/svg/custom/js-update-gradient-expected.png:
19774         * platform/chromium-win/svg/custom/js-update-stop-expected.checksum:
19775         * platform/chromium-win/svg/custom/js-update-stop-expected.png:
19776         * platform/chromium-win/svg/custom/large-bounding-box-percents-expected.checksum:
19777         * platform/chromium-win/svg/custom/large-bounding-box-percents-expected.png:
19778         * platform/chromium-win/svg/custom/non-scaling-stroke-expected.checksum:
19779         * platform/chromium-win/svg/custom/non-scaling-stroke-expected.png:
19780         * platform/chromium-win/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.checksum:
19781         * platform/chromium-win/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png:
19782         * platform/chromium-win/svg/custom/recursive-gradient-expected.checksum:
19783         * platform/chromium-win/svg/custom/recursive-gradient-expected.png:
19784         * platform/chromium-win/svg/custom/relative-sized-content-with-resources-expected.checksum:
19785         * platform/chromium-win/svg/custom/relative-sized-content-with-resources-expected.png:
19786         * platform/chromium-win/svg/custom/stroked-pattern-expected.checksum:
19787         * platform/chromium-win/svg/custom/stroked-pattern-expected.png:
19788         * platform/chromium-win/svg/custom/text-rotated-gradient-expected.checksum:
19789         * platform/chromium-win/svg/custom/text-rotated-gradient-expected.png:
19790         * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.checksum:
19791         * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
19792         * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.checksum:
19793         * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
19794         * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.checksum:
19795         * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
19796         * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.checksum:
19797         * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
19798         * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.checksum:
19799         * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
19800         * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.checksum:
19801         * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
19802         * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.checksum:
19803         * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
19804         * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.checksum:
19805         * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
19806         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.checksum:
19807         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
19808         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.checksum:
19809         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
19810         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.checksum:
19811         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
19812         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.checksum:
19813         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
19814         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.checksum:
19815         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
19816         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.checksum:
19817         * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
19818         * platform/chromium-win/svg/filters/big-sized-filter-expected.checksum:
19819         * platform/chromium-win/svg/filters/big-sized-filter-expected.png:
19820         * platform/chromium-win/svg/filters/feTile-expected.checksum:
19821         * platform/chromium-win/svg/filters/feTile-expected.png:
19822         * platform/chromium-win/svg/text/selection-background-color-expected.checksum:
19823         * platform/chromium-win/svg/text/selection-background-color-expected.png:
19824         * platform/chromium-win/svg/text/selection-styles-expected.checksum:
19825         * platform/chromium-win/svg/text/selection-styles-expected.png:
19826         * platform/chromium-win/svg/zoom/page/zoom-mask-with-percentages-expected.checksum:
19827         * platform/chromium-win/svg/zoom/page/zoom-mask-with-percentages-expected.png:
19828
19829 2011-01-07  Adam Barth  <abarth@webkit.org>
19830
19831         Record expectation for test.
19832
19833         * platform/chromium/test_expectations.txt:
19834
19835 2011-01-07  Mihai Parparita  <mihaip@chromium.org>
19836
19837         Unreviewed, test expectation update.
19838         
19839         Update mac-leopard baselines for tests that currently have up to date
19840         Snow Leopard baselines in platform/mac.
19841
19842         * platform/mac-leopard/fast/css/text-overflow-ellipsis-strict-expected.checksum:
19843         * platform/mac-leopard/fast/css/text-overflow-ellipsis-strict-expected.png:
19844         * platform/mac-leopard/fast/invalid/residual-style-expected.checksum:
19845         * platform/mac-leopard/fast/invalid/residual-style-expected.png:
19846         * platform/mac-leopard/fast/multicol/span/span-as-immediate-child-generated-content-expected.checksum:
19847         * platform/mac-leopard/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
19848         * platform/mac-leopard/fast/multicol/span/span-as-immediate-child-property-removal-expected.checksum:
19849         * platform/mac-leopard/fast/multicol/span/span-as-immediate-child-property-removal-expected.png:
19850         * platform/mac-leopard/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.checksum:
19851         * platform/mac-leopard/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png:
19852         * platform/mac-leopard/fast/multicol/span/span-as-immediate-columns-child-removal-expected.checksum:
19853         * platform/mac-leopard/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png:
19854         * platform/mac-leopard/fast/table/027-vertical-expected.checksum:
19855         * platform/mac-leopard/fast/table/027-vertical-expected.png:
19856         * platform/mac-leopard/fast/table/028-vertical-expected.checksum:
19857         * platform/mac-leopard/fast/table/028-vertical-expected.png:
19858         * platform/mac-leopard/fast/table/038-vertical-expected.checksum:
19859         * platform/mac-leopard/fast/table/038-vertical-expected.png:
19860         * platform/mac-leopard/fast/table/040-vertical-expected.checksum:
19861         * platform/mac-leopard/fast/table/040-vertical-expected.png:
19862         * platform/mac-leopard/fast/table/border-collapsing/002-vertical-expected.checksum:
19863         * platform/mac-leopard/fast/table/border-collapsing/002-vertical-expected.png:
19864         * platform/mac-leopard/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.checksum:
19865         * platform/mac-leopard/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.png:
19866         * platform/mac-leopard/fast/table/table-display-types-vertical-expected.checksum:
19867         * platform/mac-leopard/fast/table/table-display-types-vertical-expected.png:
19868         * platform/mac-leopard/fast/text/backslash-to-yen-sign-euc-expected.checksum:
19869         * platform/mac-leopard/fast/text/backslash-to-yen-sign-euc-expected.png:
19870         * platform/mac-leopard/fast/text/international/bidi-neutral-run-expected.checksum:
19871         * platform/mac-leopard/fast/text/international/bidi-neutral-run-expected.png:
19872         * platform/mac-leopard/svg/custom/junk-data-expected.checksum:
19873         * platform/mac-leopard/svg/custom/junk-data-expected.png:
19874         * platform/mac-leopard/svg/custom/missing-xlink-expected.checksum:
19875         * platform/mac-leopard/svg/custom/missing-xlink-expected.png:
19876         * platform/mac-leopard/tables/mozilla/other/wa_table_thtd_rowspan-expected.checksum:
19877         * platform/mac-leopard/tables/mozilla/other/wa_table_thtd_rowspan-expected.png:
19878
19879 2011-01-07  Justin Garcia  <justin.garcia@apple.com>
19880
19881         Reviewed by Dan Bernstein.
19882
19883         https://bugs.webkit.org/show_bug.cgi?id=51851
19884         Implement RenderSVGInlineText::localCaretRect()
19885
19886         * svg/text/caret-in-svg-text-expected.txt: Added.
19887         * svg/text/caret-in-svg-text.xhtml: Added.
19888
19889 2011-01-06  Ryosuke Niwa  <rniwa@webkit.org>
19890
19891         Reviewed by Adam Barth.
19892
19893         onbeforeunload is broken for framesets
19894         https://bugs.webkit.org/show_bug.cgi?id=19418
19895
19896         Added tests to ensure WebKit fires beforeunload events for subframes,
19897         and disallows navigation except that of javascript scheme while beforeunload event
19898         handlers are being called.
19899
19900         Also added a test to ensure WebKit fires beforeunload event for subframes exactly
19901         once even if a subframe was moved around within a beforeunload event handler.
19902
19903         A test that ensures beforeunload event is not fired for an iframe if the iframe
19904         was added or removed within a beforeunload event handler is also added.
19905
19906         Furthermore, a test to ensure WebKit does not fire a beforeunload event to an iframe
19907         that has been adopted by a document outside of the unloading document is added.
19908
19909         * fast/events/before-unload-adopt-subframe-to-outside-expected.txt: Added.
19910         * fast/events/before-unload-adopt-subframe-to-outside.html: Added.
19911         * fast/events/before-unload-adopt-within-subframes-expected.txt: Added.
19912         * fast/events/before-unload-adopt-within-subframes.html: Added.
19913         * fast/events/before-unload-forbidden-navigation-expected.txt: Added.
19914         * fast/events/before-unload-forbidden-navigation.html: Added.
19915         * fast/events/before-unload-in-multiple-subframes-expected.txt: Added.
19916         * fast/events/before-unload-in-multiple-subframes.html: Added.
19917         * fast/events/before-unload-in-subframe-expected.txt: Added.
19918         * fast/events/before-unload-in-subframe.html: Added.
19919         * fast/events/before-unload-javascript-navigation-expected.txt: Added.
19920         * fast/events/before-unload-javascript-navigation.html: Added.
19921         * fast/events/before-unload-remove-and-add-subframe-expected.txt: Added.
19922         * fast/events/before-unload-remove-and-add-subframe.html: Added.
19923         * fact/events/before-unload-remove-itself-expected.txt: Added.
19924         * fact/events/before-unload-remove-itself.html: Added.
19925         * fast/events/before-unload-with-subframes-expected.txt: Added.
19926         * fast/events/before-unload-with-subframes.html: Added.
19927         * fast/events/resources/before-unload-in-subframe-child.html: Added.
19928         * fast/events/resources/before-unload-in-subframe-destination.html: Added.
19929         * fast/events/resources/before-unload-in-subframe-fail.html: Added.
19930         * fast/events/resources/before-unload-with-subframes-parent.html: Added.
19931
19932 2011-01-07  Martin Robinson  <mrobinson@igalia.com>
19933
19934         Reviewed by Mihai Parparita.
19935
19936         fast/dom/Window/window-postmessage-clone-frames.html has some timing issues
19937         https://bugs.webkit.org/show_bug.cgi?id=52032
19938
19939         Fix the timing issue in fast/dom/Window/window-postmessage-clone-frames.html
19940         and move the output console div beyond the file input control, so that output
19941         text does not push it outside the viewport.
19942
19943         * fast/dom/Window/window-postmessage-clone-frames-expected.txt: Updated results
19944         to reflect div movement.
19945         * fast/dom/Window/window-postmessage-clone-frames.html: Fix the timing and
19946         layout issues with this test.
19947
19948 2011-01-07  Ryosuke Niwa  <rniwa@webkit.org>
19949
19950         Reviewed by Ojan Vafai.
19951
19952         Adopting an iframe to a child frame results in stack overflow
19953         https://bugs.webkit.org/show_bug.cgi?id=52018
19954
19955         Added a test to ensure calling adoptNode with an iframe throws an exception
19956         if the adoptee is an ancestor of the document adopting the node in the frame hierarchy.
19957
19958         * fast/html/adopt-parent-frame-expected.txt: Added.
19959         * fast/html/adopt-parent-frame.html: Added.
19960
19961 2011-01-07  Martin Robinson  <mrobinson@igalia.com>
19962
19963         Add a platform-specific baseline for GTK+ after r75257.
19964
19965         * platform/gtk/fast/text/emphasis-avoid-ruby-expected.checksum: Added.
19966         * platform/gtk/fast/text/emphasis-avoid-ruby-expected.png: Added.
19967         * platform/gtk/fast/text/emphasis-avoid-ruby-expected.txt: Added.
19968
19969 2011-01-05  Jer Noble  <jer@kokode.apple.com>
19970
19971         Reviewed by Simon Fraser.
19972
19973         Implement WebKit Full Screen support.
19974         https://bugs.webkit.org/show_bug.cgi?id=49481
19975         rdar://problem/8247444
19976         
19977         Update the tests with new API names and spec values.
19978
19979         * fullscreen/full-screen-api-expected.txt:
19980         * fullscreen/full-screen-api.html:
19981         * fullscreen/full-screen-css.html:
19982         * fullscreen/full-screen-request-expected.txt:
19983         * fullscreen/full-screen-request.html:
19984
19985 2011-01-07  James Robinson  <jamesr@chromium.org>
19986
19987         Revert "Implement mozilla's animationTime property"
19988         https://bugs.webkit.org/show_bug.cgi?id=51952
19989
19990         This approach isn't quite right.
19991
19992         * animations/animation-time-expected.txt: Removed.
19993         * animations/animation-time.html: Removed.
19994         * animations/script-tests/animation-time.js: Removed.
19995         * fast/dom/Window/window-properties-expected.txt:
19996         * fast/dom/Window/window-property-descriptors-expected.txt:
19997         * platform/gtk/fast/dom/Window/window-properties-expected.txt:
19998         * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
19999         * platform/qt/fast/dom/Window/window-properties-expected.txt:
20000         * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
20001         * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
20002
20003 2011-01-07  Stephen White  <senorblanco@chromium.org>
20004
20005         Unreviewed; test expectations update.
20006
20007         * platform/chromium-gpu/test_expectations.txt:
20008         Removed some no-longer-failing tests; moved some lines around to
20009         match the CPU results.
20010         * platform/chromium/test_expectations.txt:
20011         Bug assignment and cleanup.
20012
20013 2011-01-05  Adrienne Walker  <enne@google.com>
20014
20015         Reviewed by Kenneth Russell.
20016
20017         Add tests for WebGL's lost context events.
20018         https://bugs.webkit.org/show_bug.cgi?id=51492
20019
20020         * fast/canvas/webgl/context-lost-expected.txt: Added.
20021         * fast/canvas/webgl/context-lost-restored-expected.txt: Added.
20022         * fast/canvas/webgl/context-lost-restored.html: Added.
20023         * fast/canvas/webgl/context-lost.html: Added.
20024
20025 2011-01-07  Stephen White  <senorblanco@chromium.org>
20026
20027         Unreviewed; new test baselines and updated chromium expectations.
20028
20029         * platform/chromium-gpu/test_expectations.txt:
20030         * platform/chromium-linux/fast/gradients/css3-repeating-linear-gradients-expected.checksum: Added.
20031         * platform/chromium-linux/fast/gradients/css3-repeating-linear-gradients-expected.png: Added.
20032         * platform/chromium/test_expectations.txt:
20033
20034 2011-01-07  Chris Marrin  <cmarrin@apple.com>
20035
20036         Rubber-stamped by Simon Fraser.
20037
20038         Share code between Mac (CA) and Windows (CACF) GraphicsLayer implementations
20039         https://bugs.webkit.org/show_bug.cgi?id=49388
20040
20041         Use a double nested zero length timer like other tests here do
20042         to give the renderer time to do the render and switch into tiled
20043         layers.
20044
20045         * compositing/tiling/huge-layer-with-layer-children.html:
20046         * compositing/tiling/huge-layer.html:
20047
20048 2011-01-07  Nate Chapin  <japhet@chromium.org>
20049
20050         Reviewed by Darin Fisher.
20051
20052         Test for https://bugs.webkit.org/show_bug.cgi?id=51898.
20053
20054         * http/tests/navigation/ping-cookie-expected.txt: Added.
20055         * http/tests/navigation/ping-cookie.html: Added.
20056         * http/tests/navigation/resources/save-ping.php:
20057
20058 2011-01-07  Xan Lopez  <xlopez@igalia.com>
20059
20060         Unreviewed, rolling out r75256.
20061         http://trac.webkit.org/changeset/75256
20062         https://bugs.webkit.org/show_bug.cgi?id=50869
20063
20064         Broke GTK+ canvas tests
20065
20066         * platform/gtk/Skipped:
20067
20068 2011-01-07  Jessie Berlin  <jberlin@apple.com>
20069
20070         Unreviewed, rolling out r75205.
20071         http://trac.webkit.org/changeset/75205
20072         https://bugs.webkit.org/show_bug.cgi?id=52026
20073         https://bugs.webkit.org/show_bug.cgi?id=52028
20074         https://bugs.webkit.org/show_bug.cgi?id=52029
20075
20076         The Windows 7 Release Test Bots are fixed.
20077
20078         * platform/win/animations: Removed.
20079         * platform/win/animations/animation-time-expected.txt: Removed.
20080         * platform/win/fast/canvas/canvas-fillRect-gradient-shadow-expected.txt: Removed.
20081         * platform/win/fast/css/css3-nth-tokens-script-expected.txt: Removed.
20082         * platform/win/fast/css/css3-nth-tokens-style-expected.txt: Removed.
20083         * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
20084
20085 2011-01-07  Dan Bernstein  <mitz@apple.com>
20086
20087         Reviewed by Darin Adler.
20088
20089         <rdar://problem/8783318> Text emphasis marks should not appear over characters that have ruby annotations
20090         https://bugs.webkit.org/show_bug.cgi?id=51267
20091
20092         * fast/text/emphasis-avoid-ruby-expected.checksum: Added.
20093         * fast/text/emphasis-avoid-ruby-expected.png: Added.
20094         * fast/text/emphasis-avoid-ruby-expected.txt: Added.
20095         * fast/text/emphasis-avoid-ruby.html: Added.
20096
20097 2011-01-07  Alejandro G. Castro  <alex@igalia.com>
20098
20099         Reviewed by Martin Robinson.
20100
20101         [cairo] Rendering a lot of arcs on top of each other causes time
20102         outs in some tests
20103         https://bugs.webkit.org/show_bug.cgi?id=50869
20104
20105         Unskip canvas-largedraws.html after improving the performance for
20106         big angles.
20107
20108         * platform/gtk/Skipped:
20109
20110 2011-01-06  Zhenyao Mo  <zmo@google.com>
20111
20112         Reviewed by Kenneth Russell.
20113
20114         copyTexSubImage2D shouldn't have undefined pixels
20115         https://bugs.webkit.org/show_bug.cgi?id=51559
20116
20117         * fast/canvas/webgl/uninitialized-test-expected.txt:
20118         * fast/canvas/webgl/uninitialized-test.html: Add test cases for copyTexSubImage2D.
20119
20120 2011-01-07  Stephen White  <senorblanco@chromium.org>
20121
20122         Unreviewed; new test results and expectations updates.
20123
20124         Created new results for tests which do not fail on chrome win (failing
20125         Safari results were recently checked in).  Also assigned bugs to many
20126         of my recent test_expectations updates.
20127
20128         * platform/chromium-win/animations/animation-time-expected.txt: Added.
20129         * platform/chromium-win/fast/css/css3-nth-tokens-script-expected.txt: Added.
20130         * platform/chromium-win/fast/css/css3-nth-tokens-style-expected.txt: Added.
20131         * platform/chromium/test_expectations.txt:
20132
20133 2011-01-07  Stephen White  <senorblanco@chromium.org>
20134
20135         Unreviewed; chromium test expectations update.
20136
20137         * platform/chromium/test_expectations.txt:
20138         A few tests that were flaky before are failing more frequently now.
20139
20140 2011-01-07  Alejandro G. Castro  <alex@igalia.com>
20141
20142         Reviewed by Martin Robinson.
20143
20144         Cairo's ContextShadow may mis-render some box shadows
20145         https://bugs.webkit.org/show_bug.cgi?id=51374
20146
20147         Added new test to check rectangular tiled shadows.
20148
20149         * platform/gtk/fast/css/rect-shadow-tiled-expected.checksum: Added.
20150         * platform/gtk/fast/css/rect-shadow-tiled-expected.png: Added.
20151         * platform/gtk/fast/css/rect-shadow-tiled-expected.txt: Added.
20152         * platform/gtk/fast/css/rect-shadow-tiled.html: Added.
20153
20154 2011-01-07  Kinuko Yasuda  <kinuko@chromium.org>
20155
20156         Unreviewed; an attempt to fix chromium bot failures by removing failing test line (they must be failing due to modificationTime accuracy error).
20157
20158         * fast/filesystem/op-get-metadata-expected.txt:
20159         * fast/filesystem/resources/op-tests-helper.js:
20160         (runOperationTest.OperationTestHelper.this.testMetadataSuccessCallback):
20161
20162 2011-01-06  Kinuko Yasuda  <kinuko@chromium.org>
20163
20164         Reviewed by David Levin.
20165
20166         Add layout tests for Entry.getMetadata (FileSystem API)
20167         https://bugs.webkit.org/show_bug.cgi?id=47311
20168
20169         * fast/filesystem/op-get-metadata-expected.txt: Added.
20170         * fast/filesystem/op-get-metadata.html: Added.
20171         * fast/filesystem/resources/op-get-metadata.js: Added.
20172         * fast/filesystem/resources/op-tests-helper.js: Updated getMetadata
20173         implementation.
20174
20175 2011-01-06  Mihai Parparita  <mihaip@chromium.org>
20176
20177         Unreviewed; chromium test expectations update.
20178         
20179         Remove failing expectations for tests that started to pass after
20180         rebaselining in r75215.
20181         
20182         Make failing expectations added by r75213 more specific (failures are
20183         only on Windows and Linux).
20184
20185         * platform/chromium/test_expectations.txt:
20186
20187 2011-01-06  Adam Barth  <abarth@webkit.org>
20188
20189         Reviewed by Darin Adler.
20190
20191         REGRESSION (r74663): ASSERTION FAILED: m_tokenizer->lineNumber() == line.zeroBasedInt()
20192         https://bugs.webkit.org/show_bug.cgi?id=52013
20193
20194         This test case used to trigger an ASSERT.  It's unclear to me whether
20195         there's a more direct way to test this fix.
20196
20197         * fast/parser/line-number-composite-segmented-string-expected.txt: Added.
20198         * fast/parser/line-number-composite-segmented-string.html: Added.
20199
20200 2011-01-06  Stephen White  <senorblanco@chromium.org>
20201
20202         Unreviewed; chromium test expectations update.
20203
20204         * platform/chromium/test_expectations.txt:
20205         New test fast/frames/iframe-reparenting-plugins.html failing on windows.
20206
20207 2011-01-06  Martin Robinson  <mrobinson@igalia.com>
20208
20209         Add new expected results for GTK+. Skip viewport tests which
20210         have results differing from Opera.
20211
20212         * fast/dom/left-overflow-in-ltr-expected.txt: Added.
20213         * fast/dom/right-overflow-in-rtl-expected.txt: Added.
20214         * fast/viewport/viewport-126-expected.txt: Added.
20215         * fast/viewport/viewport-127-expected.txt: Added.
20216         * fast/viewport/viewport-65-expected.txt: Added.
20217         * fast/viewport/viewport-82-expected.txt: Added.
20218         * fast/viewport/viewport-84-expected.txt: Added.
20219         * fast/viewport/viewport-87-expected.txt: Added.
20220         * platform/gtk/Skipped:
20221         * platform/gtk/css2.1/t040105-import-10-b-expected.checksum: Added.
20222         * platform/gtk/css2.1/t040105-import-10-b-expected.png: Added.
20223         * platform/gtk/css2.1/t040105-import-10-b-expected.txt: Added.
20224         * platform/gtk/fast/block/positioning/rtl-static-positioning-expected.checksum: Added.
20225         * platform/gtk/fast/block/positioning/rtl-static-positioning-expected.png: Added.
20226         * platform/gtk/fast/block/positioning/rtl-static-positioning-expected.txt: Added.
20227         * platform/gtk/fast/block/positioning/rtl-static-positioning-inline-block-expected.checksum: Added.
20228         * platform/gtk/fast/block/positioning/rtl-static-positioning-inline-block-expected.png: Added.
20229         * platform/gtk/fast/block/positioning/rtl-static-positioning-inline-block-expected.txt: Added.
20230         * platform/gtk/fast/block/positioning/table-cell-static-position-expected.checksum: Added.
20231         * platform/gtk/fast/block/positioning/table-cell-static-position-expected.png: Added.
20232         * platform/gtk/fast/block/positioning/table-cell-static-position-expected.txt: Added.
20233         * platform/gtk/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum: Added.
20234         * platform/gtk/fast/blockflow/Kusa-Makura-background-canvas-expected.png: Added.
20235         * platform/gtk/fast/blockflow/Kusa-Makura-background-canvas-expected.txt: Added.
20236         * platform/gtk/fast/blockflow/japanese-rl-text-with-broken-font-expected.checksum: Added.
20237         * platform/gtk/fast/blockflow/japanese-rl-text-with-broken-font-expected.png: Added.
20238         * platform/gtk/fast/blockflow/japanese-rl-text-with-broken-font-expected.txt: Added.
20239         * platform/gtk/fast/blockflow/vertical-align-table-baseline-expected.checksum: Added.
20240         * platform/gtk/fast/blockflow/vertical-align-table-baseline-expected.png: Added.
20241         * platform/gtk/fast/blockflow/vertical-align-table-baseline-expected.txt: Added.
20242         * platform/gtk/fast/blockflow/vertical-baseline-alignment-expected.checksum: Added.
20243         * platform/gtk/fast/blockflow/vertical-baseline-alignment-expected.png: Added.
20244         * platform/gtk/fast/blockflow/vertical-baseline-alignment-expected.txt: Added.
20245         * platform/gtk/fast/css-generated-content/table-before-after-child-add-expected.checksum: Added.
20246         * platform/gtk/fast/css-generated-content/table-before-after-child-add-expected.png: Added.
20247         * platform/gtk/fast/css-generated-content/table-before-after-child-add-expected.txt: Added.
20248         * platform/gtk/fast/css-generated-content/table-cell-before-after-child-add-expected.checksum: Added.
20249         * platform/gtk/fast/css-generated-content/table-cell-before-after-child-add-expected.png: Added.
20250         * platform/gtk/fast/css-generated-content/table-cell-before-after-child-add-expected.txt: Added.
20251         * platform/gtk/fast/css-generated-content/table-row-before-after-child-add-expected.checksum: Added.
20252         * platform/gtk/fast/css-generated-content/table-row-before-after-child-add-expected.png: Added.
20253         * platform/gtk/fast/css-generated-content/table-row-before-after-child-add-expected.txt: Added.
20254         * platform/gtk/fast/css-generated-content/table-table-before-after-child-add-expected.checksum: Added.
20255         * platform/gtk/fast/css-generated-content/table-table-before-after-child-add-expected.png: Added.
20256         * platform/gtk/fast/css-generated-content/table-table-before-after-child-add-expected.txt: Added.
20257         * platform/gtk/fast/css/box-shadow-expected.checksum: Added.
20258         * platform/gtk/fast/css/box-shadow-expected.png: Added.
20259         * platform/gtk/fast/css/box-shadow-expected.txt: Added.
20260         * platform/gtk/fast/css/focus-ring-detached-expected.checksum: Added.
20261         * platform/gtk/fast/css/focus-ring-detached-expected.png: Added.
20262         * platform/gtk/fast/css/focus-ring-detached-expected.txt: Added.
20263         * platform/gtk/fast/css/focus-ring-multiline-expected.checksum: Added.
20264         * platform/gtk/fast/css/focus-ring-multiline-expected.png: Added.
20265         * platform/gtk/fast/css/focus-ring-multiline-expected.txt: Added.
20266         * platform/gtk/fast/css/focus-ring-outline-color-expected.checksum: Added.
20267         * platform/gtk/fast/css/focus-ring-outline-color-expected.png: Added.
20268         * platform/gtk/fast/css/focus-ring-outline-color-expected.txt: Added.
20269         * platform/gtk/fast/css/focus-ring-outline-offset-expected.checksum: Added.
20270         * platform/gtk/fast/css/focus-ring-outline-offset-expected.png: Added.
20271         * platform/gtk/fast/css/focus-ring-outline-offset-expected.txt: Added.
20272         * platform/gtk/fast/css/focus-ring-outline-width-expected.checksum: Added.
20273         * platform/gtk/fast/css/focus-ring-outline-width-expected.png: Added.
20274         * platform/gtk/fast/css/focus-ring-outline-width-expected.txt: Added.
20275         * platform/gtk/fast/forms/placeholder-position-expected.checksum: Added.
20276         * platform/gtk/fast/forms/placeholder-position-expected.png: Added.
20277         * platform/gtk/fast/forms/placeholder-position-expected.txt: Added.
20278         * platform/gtk/fast/html/marquee-scrollamount-expected.checksum: Added.
20279         * platform/gtk/fast/html/marquee-scrollamount-expected.png: Added.
20280         * platform/gtk/fast/html/marquee-scrollamount-expected.txt: Added.
20281         * platform/gtk/fast/images/gray-scale-jpeg-with-color-profile-expected.checksum: Added.
20282         * platform/gtk/fast/images/gray-scale-jpeg-with-color-profile-expected.png: Added.
20283         * platform/gtk/fast/images/gray-scale-jpeg-with-color-profile-expected.txt: Added.
20284         * platform/gtk/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
20285         * platform/gtk/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.checksum: Added.
20286         * platform/gtk/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Added.
20287         * platform/gtk/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
20288         * platform/gtk/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
20289         * platform/gtk/fast/images/imagemap-focus-ring-zoom-expected.txt: Added.
20290         * platform/gtk/fast/multicol/span/anonymous-before-child-parent-crash-expected.checksum: Added.
20291         * platform/gtk/fast/multicol/span/anonymous-before-child-parent-crash-expected.png: Added.
20292         * platform/gtk/fast/multicol/span/anonymous-before-child-parent-crash-expected.txt: Added.
20293         * platform/gtk/fast/multicol/span/anonymous-split-block-crash-expected.checksum: Added.
20294         * platform/gtk/fast/multicol/span/anonymous-split-block-crash-expected.png: Added.
20295         * platform/gtk/fast/multicol/span/anonymous-split-block-crash-expected.txt: Added.
20296         * platform/gtk/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.checksum: Added.
20297         * platform/gtk/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png: Added.
20298         * platform/gtk/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added.
20299         * platform/gtk/fast/overflow/overflow-rtl-vertical-expected.checksum: Added.
20300         * platform/gtk/fast/overflow/overflow-rtl-vertical-expected.png: Added.
20301         * platform/gtk/fast/overflow/overflow-rtl-vertical-expected.txt: Added.
20302         * platform/gtk/fast/overflow/overflow-update-transform-expected.checksum: Added.
20303         * platform/gtk/fast/overflow/overflow-update-transform-expected.png: Added.
20304         * platform/gtk/fast/overflow/overflow-update-transform-expected.txt: Added.
20305         * platform/gtk/fast/ruby/nested-ruby-expected.checksum: Added.
20306         * platform/gtk/fast/ruby/nested-ruby-expected.png: Added.
20307         * platform/gtk/fast/ruby/nested-ruby-expected.txt: Added.
20308         * platform/gtk/fast/text/emphasis-expected.checksum: Added.
20309         * platform/gtk/fast/text/emphasis-expected.png: Added.
20310         * platform/gtk/fast/text/emphasis-expected.txt: Added.
20311         * platform/gtk/fast/text/emphasis-vertical-expected.checksum: Added.
20312         * platform/gtk/fast/text/emphasis-vertical-expected.png: Added.
20313         * platform/gtk/fast/text/emphasis-vertical-expected.txt: Added.
20314         * platform/gtk/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.checksum: Added.
20315         * platform/gtk/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png: Added.
20316         * platform/gtk/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Added.
20317         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.checksum: Added.
20318         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png: Added.
20319         * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Added.
20320         * platform/gtk/svg/custom/image-rescale-clip-expected.checksum: Added.
20321         * platform/gtk/svg/custom/image-rescale-clip-expected.png: Added.
20322         * platform/gtk/svg/custom/image-rescale-clip-expected.txt: Added.
20323         * platform/gtk/svg/custom/image-rescale-scroll-expected.checksum: Added.
20324         * platform/gtk/svg/custom/image-rescale-scroll-expected.png: Added.
20325         * platform/gtk/svg/custom/image-rescale-scroll-expected.txt: Added.
20326         * platform/gtk/svg/dom/SVGPathSegList-cloning-expected.checksum: Added.
20327         * platform/gtk/svg/dom/SVGPathSegList-cloning-expected.png: Added.
20328         * platform/gtk/svg/dom/SVGPathSegList-cloning-expected.txt: Added.
20329         * platform/gtk/svg/dom/SVGPathSegList-segment-modification-expected.checksum: Added.
20330         * platform/gtk/svg/dom/SVGPathSegList-segment-modification-expected.png: Added.
20331         * platform/gtk/svg/dom/SVGPathSegList-segment-modification-expected.txt: Added.
20332         * platform/gtk/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.checksum: Added.
20333         * platform/gtk/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png: Added.
20334         * platform/gtk/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.txt: Added.
20335         * platform/gtk/svg/filters/feColorMatrix-offset-expected.checksum: Added.
20336         * platform/gtk/svg/filters/feColorMatrix-offset-expected.png: Added.
20337         * platform/gtk/svg/filters/feColorMatrix-offset-expected.txt: Added.
20338
20339 2011-01-06  Stephen White  <senorblanco@chromium.org>
20340
20341         Unreviewed; yet another test expectations update.
20342
20343         * platform/chromium/test_expectations.txt:
20344
20345 2011-01-06  Stephen White  <senorblanco@chromium.org>
20346
20347         Unreviewed; test expectations update.
20348
20349         Add new results for new tests introduced in r75097.
20350
20351         * platform/chromium-mac/fast/gradients/css3-repeating-linear-gradients-expected.checksum: Added.
20352         * platform/chromium-mac/fast/gradients/css3-repeating-linear-gradients-expected.png: Added.
20353         * platform/chromium-win/fast/gradients/css3-repeating-linear-gradients-expected.checksum: Added.
20354         * platform/chromium-win/fast/gradients/css3-repeating-linear-gradients-expected.png: Added.
20355         * platform/chromium/test_expectations.txt:
20356         
20357
20358 2011-01-06  Robert Hogan  <robert@webkit.org>
20359
20360         [Qt] Update expected results after r75177
20361
20362         Unreviewed, update expected results.
20363
20364         * platform/qt/fast/dom/prototype-inheritance-expected.txt:
20365
20366 2011-01-06  Martin Robinson  <mrobinson@igalia.com>
20367
20368         Reviewed by Adam Barth.
20369
20370         fast/dom/Window/window-postmessage-clone.html may fail on platforms with larger fonts
20371         https://bugs.webkit.org/show_bug.cgi?id=52027
20372
20373         Move the console output div after the file input control in
20374         fast/dom/Window/window-postmessage-clone.html so that console
20375         text does not push it outside of the viewport.
20376
20377         * fast/dom/Window/window-postmessage-clone-expected.txt: Updated results
20378         to match new text output.
20379         * fast/dom/Window/window-postmessage-clone.html: Moved console div.
20380
20381 2011-01-06  Martin Robinson  <mrobinson@igalia.com>
20382
20383         Update GTK+-specific results after r75177.
20384
20385         * platform/gtk/fast/dom/prototype-inheritance-expected.txt: Update results.
20386
20387 2011-01-06  Jenn Braithwaite  <jennb@chromium.org>
20388
20389         Reviewed by Dmitry Titov.
20390
20391         When a live frame is moved between pages, some plug-in DOM methods cease to function
20392         https://bugs.webkit.org/show_bug.cgi?id=45770
20393
20394         * fast/frames/iframe-reparenting-plugins-expected.txt: Added.
20395         * fast/frames/iframe-reparenting-plugins.html: Added.
20396         * fast/frames/resources/iframe-reparenting-plugins-iframe-content.html: Added.
20397         * fast/frames/resources/iframe-reparenting-plugins-new-page.html: Added.
20398
20399 2011-01-06  Stephen White  <senorblanco@chromium.org>
20400
20401         Unreviewed; test expectations update.
20402
20403         * platform/chromium-gpu/test_expectations.txt:
20404         Remove duplicate expectations.
20405
20406 2011-01-06  Mihai Parparita  <mihaip@chromium.org>
20407
20408         Unreviewed, test expectation update.
20409         
20410         Add mac-leopard baselines for tests that currently have Snow Leopard
20411         baselines in platform/mac.
20412
20413         * platform/mac-leopard/fast/multicol/client-rects-expected.checksum:
20414         * platform/mac-leopard/fast/multicol/client-rects-expected.png: Added.
20415         * platform/mac-leopard/fast/multicol/column-break-with-balancing-expected.checksum: Added.
20416         * platform/mac-leopard/fast/multicol/column-break-with-balancing-expected.png: Added.
20417         * platform/mac-leopard/fast/multicol/float-multicol-expected.checksum: Added.
20418         * platform/mac-leopard/fast/multicol/float-multicol-expected.png: Added.
20419         * platform/mac-leopard/fast/multicol/float-paginate-complex-expected.checksum: Added.
20420         * platform/mac-leopard/fast/multicol/float-paginate-complex-expected.png: Added.
20421         * platform/mac-leopard/fast/multicol/float-paginate-expected.checksum: Added.
20422         * platform/mac-leopard/fast/multicol/float-paginate-expected.png: Added.
20423         * platform/mac-leopard/fast/multicol/layers-in-multicol-expected.checksum: Added.
20424         * platform/mac-leopard/fast/multicol/layers-in-multicol-expected.png: Added.
20425         * platform/mac-leopard/fast/multicol/layers-split-across-columns-expected.checksum: Added.
20426         * platform/mac-leopard/fast/multicol/layers-split-across-columns-expected.png: Added.
20427         * platform/mac-leopard/fast/multicol/paginate-block-replaced-expected.checksum: Added.
20428         * platform/mac-leopard/fast/multicol/paginate-block-replaced-expected.png: Added.
20429         * platform/mac-leopard/fast/multicol/span/anonymous-style-inheritance-expected.checksum: Added.
20430         * platform/mac-leopard/fast/multicol/span/anonymous-style-inheritance-expected.png: Added.
20431         * platform/mac-leopard/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.checksum: Added.
20432         * platform/mac-leopard/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png: Added.
20433         * platform/mac-leopard/fast/multicol/span/span-as-nested-columns-child-expected.checksum: Added.
20434         * platform/mac-leopard/fast/multicol/span/span-as-nested-columns-child-expected.png: Added.
20435         * platform/mac-leopard/fast/multicol/table-vertical-align-expected.checksum: Added.
20436         * platform/mac-leopard/fast/multicol/table-vertical-align-expected.png: Added.
20437         * platform/mac-leopard/fast/repaint/overflow-scroll-body-appear-expected.checksum: Added.
20438         * platform/mac-leopard/fast/repaint/overflow-scroll-body-appear-expected.png: Added.
20439
20440 2011-01-06  Stephen White  <senorblanco@chromium.org>
20441
20442         Unreviewed; chromium test expectations update.
20443
20444         * platform/chromium/test_expectations.txt:
20445         Add some expected "failing" tests post-r75205.
20446
20447 2011-01-06  Stephen White  <senorblanco@chromium.org>
20448
20449         Unreviewed; chromium test expectations update.
20450
20451         * platform/chromium/test_expectations.txt:
20452         Remove duplicate expectations.
20453
20454 2011-01-06  Adam Roben  <aroben@apple.com>
20455
20456         Add/update Windows-specific test results for recent regressions
20457
20458         Bugs:
20459             http://webkit.org/b/52026
20460             http://webkit.org/b/52028
20461             http://webkit.org/b/52029
20462
20463         * platform/win/animations/animation-time-expected.txt: Added.
20464         * platform/win/fast/canvas/canvas-fillRect-gradient-shadow-expected.txt: Added.
20465         * platform/win/fast/css/css3-nth-tokens-script-expected.txt: Added.
20466         * platform/win/fast/css/css3-nth-tokens-style-expected.txt: Added.
20467         * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
20468
20469 2011-01-06  Adam Roben  <aroben@apple.com>
20470
20471         Update Windows results after r75177
20472
20473         * platform/win/fast/dom/prototype-inheritance-expected.txt:
20474
20475 2011-01-06  Martin Robinson  <mrobinson@igalia.com>
20476
20477         Reviewed by Eric Seidel.
20478
20479         [GTK] Freetype backend does not support WOFF
20480         https://bugs.webkit.org/show_bug.cgi?id=51904
20481
20482         * platform/gtk/Skipped: Unskip passing WOFF test. Add results.
20483         * platform/gtk/fast/css/font-face-woff-expected.checksum: Added.
20484         * platform/gtk/fast/css/font-face-woff-expected.png: Added.
20485         * platform/gtk/fast/css/font-face-woff-expected.txt: Added.
20486
20487 2011-01-06  James Simonsen  <simonjam@chromium.org>
20488
20489         Reviewed by Darin Fisher.
20490
20491         [Web Timing] Remove vendor prefix
20492         https://bugs.webkit.org/show_bug.cgi?id=48922
20493
20494         * fast/dom/Window/window-properties-performance-expected.txt: Test replaceability.
20495         * fast/dom/Window/window-properties-performance.html: Ditto.
20496         * fast/dom/Window/window-properties.html: Rename to performance.
20497         * fast/dom/resources/navigation-type-matches-querystring.html: Ditto.
20498         * fast/dom/script-tests/prototype-inheritance.js: Ditto.
20499         * fast/dom/script-tests/webtiming-document-open.js: Ditto.
20500         * fast/dom/script-tests/webtiming-navigate-within-document.js: Ditto.
20501         * fast/dom/script-tests/webtiming.js: Ditto.
20502         * http/tests/misc/resources/webtiming-one-redirect.html: Ditto.
20503         * http/tests/misc/resources/webtiming-two-redirects.html: Ditto.
20504
20505 2011-01-06  Tony Gentilcore  <tonyg@chromium.org>
20506
20507         Reviewed by Eric Seidel.
20508
20509         Allow framesets after hidden inputs
20510         https://bugs.webkit.org/show_bug.cgi?id=51998
20511
20512         * html5lib/resources/webkit01.dat: Demonstrate that the value of the type attribute matters. An input with no type is tested in tests19.dat.
20513
20514 2010-12-29  Zhenyao Mo  <zmo@google.com>
20515
20516         Reviewed by Kenneth Russell.
20517
20518         vertexAttribPointer should raise INVALID_OPERATION if stride/offset is not multiple of the type size
20519         https://bugs.webkit.org/show_bug.cgi?id=51725
20520
20521         * fast/canvas/webgl/gl-vertexattribpointer-expected.txt:
20522         * fast/canvas/webgl/gl-vertexattribpointer.html: Sync with khronos.
20523
20524 2011-01-06  Zhenyao Mo  <zmo@google.com>
20525
20526         Unreviewed, add glsl-conformance.html to test_expectations.txt temporarily.
20527
20528         * platform/chromium-gpu/test_expectations.txt:
20529         * platform/chromium/test_expectations.txt:
20530
20531 2011-01-06  Robert Hogan  <robert@webkit.org>
20532
20533         Reviewed by Antonio Gomes.
20534
20535         [Qt] Introduce QDRTNode for passing WebCore::Node across JS bridge
20536
20537         This allows LayoutTestController to pass WebCore::Node back to
20538         layout tests.
20539
20540         Also amend nodesFromRect-links-and-text.html and
20541         nodesFromRect-inner-documents.html so that they do not produce
20542         platform-specific results.
20543
20544         Unskip:
20545         fast/dom/nodesFromRect-links-and-text.html
20546         fast/dom/nodesFromRect-inner-documents.html
20547
20548         https://bugs.webkit.org/show_bug.cgi?id=48957
20549
20550         * fast/dom/nodesFromRect-inner-documents-expected.txt:
20551         * fast/dom/nodesFromRect-inner-documents.html:
20552         * fast/dom/nodesFromRect-links-and-text-expected.txt:
20553         * fast/dom/nodesFromRect-links-and-text.html:
20554         * fast/dom/resources/nodesFromRect.js:
20555         (check):
20556         (getTopFor):
20557         (getBottomFor):
20558         * platform/qt/Skipped:
20559
20560 2011-01-06  Stephen White  <senorblanco@chromium.org>
20561
20562         Unreviewed; test expectations update.
20563
20564         Update test_expectations.txt files to reflect reality on the canaries.
20565
20566         * platform/chromium-gpu/test_expectations.txt:
20567         * platform/chromium/test_expectations.txt:
20568
20569 2011-01-06  Chris Fleizach  <cfleizach@apple.com>
20570
20571         Reviewed by Beth Dakin.
20572
20573         AX: "AXExpanded" not exposed on most ARIA roles that use aria-expanded
20574         https://bugs.webkit.org/show_bug.cgi?id=51995
20575
20576         * platform/mac/accessibility/aria-expanded-standard-items-expected.txt: Added.
20577         * platform/mac/accessibility/aria-expanded-standard-items.html: Added.
20578
20579 2011-01-06  Adam Barth  <abarth@webkit.org>
20580
20581         Reviewed by Eric Seidel.
20582
20583         prototype-inheritance prints FAIL when it shouldn't
20584         https://bugs.webkit.org/show_bug.cgi?id=52007
20585
20586         Before this patch, we were testing the prototypes of primitive values,
20587         but the rules for primitive values are different than the rules for
20588         objects.  Primitive values get their prototypes from the current
20589         lexical scope when they get boxed.  This test is designed to test that
20590         objects get their prototypes from their original holder.
20591
20592         In this patch, we skip testing non-object/non-functions.  We can add
20593         another test for primitives if we think that would be valuable.
20594
20595         * fast/dom/prototype-inheritance-expected.txt:
20596         * fast/dom/script-tests/prototype-inheritance.js:
20597
20598 2011-01-06  James Robinson  <jamesr@chromium.org>
20599
20600         Update expectations for tests that enumerate properties on the window to reflect newly added property.
20601
20602         * fast/dom/Window/window-properties-expected.txt:
20603         * fast/dom/Window/window-property-descriptors-expected.txt:
20604         * platform/gtk/fast/dom/Window/window-properties-expected.txt:
20605         * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
20606         * platform/qt/fast/dom/Window/window-properties-expected.txt:
20607         * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
20608         * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
20609
20610 2010-12-28  Zhenyao Mo  <zmo@google.com>
20611
20612         Reviewed by Kenneth Russell.
20613
20614         Must generate INVALID_VALUE errors for strings containing out-of-range characters
20615         https://bugs.webkit.org/show_bug.cgi?id=50929
20616
20617         * fast/canvas/webgl/invalid-passed-params-expected.txt: Add test cases for invalid characters.
20618         * fast/canvas/webgl/invalid-passed-params.html: Ditto.
20619
20620 2011-01-06  Abhishek Arya  <inferno@chromium.org>
20621
20622         Reviewed by Alexey Proskuryakov.
20623
20624         Improve the layouttests from r75168 and make sure that the parent stylesheet value is null
20625         before showing test passed.
20626
20627         * fast/dom/StyleSheet/removed-media-rule-deleted-parent-crash.html:
20628         * fast/dom/StyleSheet/removed-stylesheet-rule-deleted-parent-crash.html:
20629
20630 2011-01-06  James Robinson  <jamesr@chromium.org>
20631
20632         Reviewed by Simon Fraser.
20633
20634         Implement mozilla's animationTime property
20635         https://bugs.webkit.org/show_bug.cgi?id=51952
20636
20637         Tests for window.webkitAnimationTime.
20638
20639         * animations/animation-time-expected.txt: Added.
20640         * animations/animation-time.html: Added.
20641         * animations/script-tests/animation-time.js: Added.
20642
20643 2011-01-06  Abhishek Arya  <inferno@chromium.org>
20644
20645         Reviewed by Simon Fraser.
20646
20647         Tests that we do not crash when accessing a deleted parent stylesheet
20648         from a removed css rule.
20649         https://bugs.webkit.org/show_bug.cgi?id=51993
20650
20651         * fast/dom/StyleSheet/removed-media-rule-deleted-parent-crash-expected.txt: Added.
20652         * fast/dom/StyleSheet/removed-media-rule-deleted-parent-crash.html: Added.
20653         * fast/dom/StyleSheet/removed-stylesheet-rule-deleted-parent-crash-expected.txt: Added.
20654         * fast/dom/StyleSheet/removed-stylesheet-rule-deleted-parent-crash.html: Added.
20655
20656 2011-01-04  Adrienne Walker  <enne@google.com>
20657
20658         Reviewed by Kenneth Russell.
20659
20660         Add test cases for storing NaN in typed arrays.
20661         https://bugs.webkit.org/show_bug.cgi?id=46990
20662
20663         * fast/canvas/webgl/array-unit-tests-expected.txt:
20664         * fast/canvas/webgl/array-unit-tests.html:
20665
20666 2011-01-06  Andrei Popescu  <andreip@google.com>
20667
20668         Unreviewed, build fix.
20669
20670         [Chromium] Add elliptical gradient support to GradientSkia
20671         https://bugs.webkit.org/show_bug.cgi?id=51841
20672
20673         Marks fast/gradients/css3-radial-gradients3.html as expected to fail.
20674         Also marks
20675         canvas/philip/tests/2d.shadow.gradient.alpha.html
20676         canvas/philip/tests/2d.shadow.gradient.basic.html
20677         canvas/philip/tests/2d.shadow.gradient.transparent.2.html
20678         as passing on Chromium-mac as a result of r75139.
20679
20680         * platform/chromium/test_expectations.txt:
20681
20682 2011-01-06  Andrei Popescu  <andreip@google.com>
20683
20684         Unreviewed, rolling out r75152.
20685
20686         [Chromium] fast/gradients/css3-radial-gradients3.html needs Chromium-specific results
20687         https://bugs.webkit.org/show_bug.cgi?id=51988
20688
20689         Rolling out since, on closer inspection, the expectations are wrong and the corresponding test really fails.
20690
20691         * platform/chromium-mac/fast/gradients/css3-radial-gradients3-expected.checksum: Removed.
20692         * platform/chromium-mac/fast/gradients/css3-radial-gradients3-expected.png: Removed.
20693         * platform/chromium-win/fast/gradients/css3-radial-gradients3-expected.checksum: Removed.
20694         * platform/chromium-win/fast/gradients/css3-radial-gradients3-expected.png: Removed.
20695
20696 2011-01-06  Yael Aharon  <yael.aharon@nokia.com>
20697
20698         Reviewed by Darin Adler.
20699
20700         document.querySelector(':nth-child(foo)') should throw a syntax error
20701         https://bugs.webkit.org/show_bug.cgi?id=51231
20702         CSSNthSelector parsing code is illegible and buggy (allows "n3" as a valid selector)
20703         https://bugs.webkit.org/show_bug.cgi?id=21815
20704
20705         * fast/css/css3-nth-tokens-script-expected.txt: Added.
20706         * fast/css/css3-nth-tokens-script.html: Added.
20707         * fast/css/css3-nth-tokens-style-expected.txt: Added.
20708         * fast/css/css3-nth-tokens-style.html: Added.
20709
20710 2011-01-06  Andrei Popescu  <andreip@google.com>
20711
20712         Unreviewed, build fix.
20713
20714         [Chromium] canvas/canvas-fillRect-gradient-shadow.html fails on Chromium.
20715         https://bugs.webkit.org/show_bug.cgi?id=51989
20716
20717         Updating the test expectations for the chromium-gpu platform.
20718
20719         * platform/chromium-gpu/test_expectations.txt:
20720
20721 2011-01-06  Andrei Popescu  <andreip@google.com>
20722
20723         Unreviewed, build fix.
20724
20725         [Chromium] canvas/canvas-fillRect-gradient-shadow.html fails on Chromium.
20726         https://bugs.webkit.org/show_bug.cgi?id=51989
20727
20728         Added suppressions for
20729         svg/batik/text/textEffect.svg
20730         svg/batik/text/textEffect3.svg
20731         svg/css/composite-shadow-text.svg
20732         svg/custom/js-late-gradient-and-object-creation.svg
20733         svg/custom/js-late-gradient-creation.svg
20734         svg/text/selection-background-color.xhtml
20735         svg/text/selection-styles.xhtml
20736         svg/text/text-gradient-positioning.svg
20737
20738         These tests are all failing as a result of the same change: r75153.
20739
20740         * platform/chromium/test_expectations.txt:
20741
20742 2011-01-06  Andrei Popescu  <andreip@google.com>
20743
20744         Unreviewed, build fix.
20745
20746         [Chromium] canvas/canvas-fillRect-gradient-shadow.html fails on Chromium.
20747         https://bugs.webkit.org/show_bug.cgi?id=51989
20748
20749         Updating Chromium expectations until we find a fix.
20750
20751         * platform/chromium/test_expectations.txt:
20752
20753 2011-01-06  Andrei Popescu  <andreip@google.com>
20754
20755         Unreviewed, build fix.
20756
20757         [Chromium] fast/gradients/css3-radial-gradients3.html needs Chromium-specific results
20758         https://bugs.webkit.org/show_bug.cgi?id=51988
20759
20760         * platform/chromium-mac/fast/gradients/css3-radial-gradients3-expected.checksum: Added.
20761         * platform/chromium-mac/fast/gradients/css3-radial-gradients3-expected.png: Added.
20762         * platform/chromium-win/fast/gradients/css3-radial-gradients3-expected.checksum: Added.
20763         * platform/chromium-win/fast/gradients/css3-radial-gradients3-expected.png: Added.
20764
20765 2011-01-06  Csaba Osztrogonác  <ossy@webkit.org>
20766
20767         Unreviewed.
20768
20769         [Qt] Web Timing related bugs
20770         https://bugs.webkit.org/show_bug.cgi?id=51245
20771
20772         * platform/qt/Skipped: Add new tests.
20773          - http/tests/misc/webtiming-origins.html
20774          - http/tests/misc/webtiming-slow-load.php
20775
20776
20777 2011-01-05  Helder Correia  <helder@sencha.com>
20778
20779         Reviewed by Simon Fraser.
20780
20781         Shadows are not drawn when filling a rect with a gradient fillStyle on Mac and Chromium-Mac
20782         https://bugs.webkit.org/show_bug.cgi?id=51869
20783
20784         GraphicsContext::fillRect(const FloatRect&) is clipping to the rect.
20785         The shadow is being drawn, but getting clipped to the rect being filled.
20786         The solution is to draw the gradient into a CGLayer (when a shadow is
20787         required), then render the layer to the GraphicsContext.
20788
20789         This patch also fixes:
20790         canvas/philip/tests/2d.shadow.gradient.alpha.html
20791         canvas/philip/tests/2d.shadow.gradient.basic.html
20792         canvas/philip/tests/2d.shadow.gradient.transparent.2.html
20793
20794         New test to ensure that shadows are drawn when fillStyle is a gradient,
20795         possibly with some transparency and blur, and specifically using
20796         fillRect.
20797
20798         * fast/canvas/canvas-fillRect-gradient-shadow-expected.txt: Added.
20799         * fast/canvas/canvas-fillRect-gradient-shadow.html: Added.
20800         * fast/canvas/script-tests/canvas-fillRect-gradient-shadow.js: Added.
20801
20802 2011-01-05  Simon Fraser  <simon.fraser@apple.com>
20803
20804         Reviewed by Ariya Hidayat.
20805
20806         Directly composited SVG images fail to render
20807         https://bugs.webkit.org/show_bug.cgi?id=51975
20808         
20809         New testcase with directly composited SVG image.
20810
20811         * compositing/images/direct-svg-image-expected.checksum: Added.
20812         * compositing/images/direct-svg-image-expected.png: Added.
20813         * compositing/images/direct-svg-image-expected.txt: Added.
20814         * compositing/images/direct-svg-image.html: Added.
20815
20816 2011-01-05  Simon Fraser  <simon.fraser@apple.com>
20817
20818         Reviewed by Darin Adler.
20819
20820         Fix percentage values in radius of radial gradients
20821         https://bugs.webkit.org/show_bug.cgi?id=51979
20822
20823         * fast/gradients/css3-radial-gradients3-expected.txt: Added.
20824         * fast/gradients/css3-radial-gradients3.html: Added.
20825         * platform/mac/fast/gradients/css3-radial-gradients3-expected.checksum: Added.
20826         * platform/mac/fast/gradients/css3-radial-gradients3-expected.png: Added.
20827
20828 2011-01-05  James Simonsen  <simonjam@chromium.org>
20829
20830         Reviewed by Adam Barth.
20831
20832         [Web Timing] Zero out some values on cross-origin redirects
20833         https://bugs.webkit.org/show_bug.cgi?id=49294
20834
20835         * fast/dom/script-tests/webtiming.js:
20836         (checkTimingBeforeLoad): Remove unload. Its behavior depends on prior navigation and is tested separately.
20837         (checkTimingWhileDeferred): Ditto.
20838         (checkWebTimingOnDOMContentLoaded): Ditto.
20839         (checkWebTimingWhileAsync): Ditto.
20840         (checkWebTimingOnLoad): Ditto.
20841         (checkWebTimingAfterLoad): Ditto.
20842         * fast/dom/webtiming-expected.txt:
20843         * http/tests/misc/resources/webtiming-cross-origin-and-back-redirect1.php: Added.
20844         * http/tests/misc/resources/webtiming-cross-origin-and-back-redirect2.php: Added.
20845         * http/tests/misc/resources/webtiming-cross-origin-and-back1.html: Added.
20846         * http/tests/misc/resources/webtiming-cross-origin-and-back2.html: Added.
20847         * http/tests/misc/resources/webtiming-cross-origin-redirect.html: Added.
20848         * http/tests/misc/resources/webtiming-cross-origin-redirect.php: Added.
20849         * http/tests/misc/resources/webtiming-no-origin.html: Added.
20850         * http/tests/misc/webtiming-origins-expected.txt: Added.
20851         * http/tests/misc/webtiming-origins.html: Added.
20852         * platform/gtk/Skipped: Skip new web timing test.
20853         * platform/mac/Skipped: Ditto.
20854         * platform/win/Skipped: Ditto.
20855
20856 2011-01-05  Helder Correia  <helder@sencha.com>
20857
20858         Reviewed by Ariya Hidayat.
20859
20860         [Qt] Default focus ring is too wide
20861         https://bugs.webkit.org/show_bug.cgi?id=51854
20862
20863         This is an intermediate step to solve this bug. Use QPalette::Highlight
20864         instead of default half-transparent black as the focus ring color.
20865
20866         * platform/qt/editing/selection/caret-and-focus-ring-expected.checksum: Added.
20867         * platform/qt/editing/selection/caret-and-focus-ring-expected.png: Added.
20868         * platform/qt/editing/selection/caret-and-focus-ring-expected.txt: Added.
20869         * platform/qt/fast/css/focus-ring-outline-color-expected.checksum:
20870         * platform/qt/fast/css/focus-ring-outline-color-expected.png:
20871         * platform/qt/fast/css/focus-ring-outline-offset-expected.checksum:
20872         * platform/qt/fast/css/focus-ring-outline-offset-expected.png:
20873         * platform/qt/fast/css/focus-ring-outline-width-expected.checksum:
20874         * platform/qt/fast/css/focus-ring-outline-width-expected.png:
20875
20876 2011-01-05  James Simonsen  <simonjam@chromium.org>
20877
20878         Reviewed by Darin Fisher.
20879
20880         [Web Timing] requestStart and responseStart should be available even if the document is still loading
20881         https://bugs.webkit.org/show_bug.cgi?id=51368
20882
20883         * http/tests/misc/webtiming-slow-load-expected.txt: Added.
20884         * http/tests/misc/webtiming-slow-load.php: Added.
20885
20886 2011-01-05  Kent Tamura  <tkent@chromium.org>
20887
20888         Unreviewed, test expectation update.
20889
20890         Rebaseline of renderer-destruction-by-invalidateSelection-crash.html
20891
20892         * platform/chromium-linux/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.checksum:
20893         * platform/chromium-linux/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
20894         * platform/chromium-mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.checksum: Added.
20895         * platform/chromium-mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png: Added.
20896         * platform/chromium-win/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.checksum:
20897         * platform/chromium-win/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
20898         * platform/chromium-win/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
20899         * platform/chromium/test_expectations.txt:
20900
20901 2011-01-05  Jenn Braithwaite  <jennb@chromium.org>
20902
20903         Reviewed by Adam Barth.
20904
20905         fast/encoding/parser-tests.html is slow on debug builds
20906         https://bugs.webkit.org/show_bug.cgi?id=51721
20907
20908         Break up parser tests to run 10 tests per batch.
20909
20910         * fast/encoding/parser-tests-10-expected.txt: Added.
20911         * fast/encoding/parser-tests-10.html: Copied from LayoutTests/fast/encoding/parser-tests.html.
20912         * fast/encoding/parser-tests-100-expected.txt: Added.
20913         * fast/encoding/parser-tests-100.html: Copied from LayoutTests/fast/encoding/parser-tests.html.
20914         * fast/encoding/parser-tests-110-expected.txt: Added.
20915         * fast/encoding/parser-tests-110.html: Copied from LayoutTests/fast/encoding/parser-tests.html.
20916         * fast/encoding/parser-tests-120-expected.txt: Added.
20917         * fast/encoding/parser-tests-120.html: Copied from LayoutTests/fast/encoding/parser-tests.html.
20918         * fast/encoding/parser-tests-20-expected.txt: Added.
20919         * fast/encoding/parser-tests-20.html: Copied from LayoutTests/fast/encoding/parser-tests.html.
20920         * fast/encoding/parser-tests-30-expected.txt: Added.
20921         * fast/encoding/parser-tests-30.html: Copied from LayoutTests/fast/encoding/parser-tests.html.
20922         * fast/encoding/parser-tests-40-expected.txt: Added.
20923         * fast/encoding/parser-tests-40.html: Copied from LayoutTests/fast/encoding/parser-tests.html.
20924         * fast/encoding/parser-tests-50-expected.txt: Added.
20925         * fast/encoding/parser-tests-50.html: Copied from LayoutTests/fast/encoding/parser-tests.html.
20926         * fast/encoding/parser-tests-60-expected.txt: Added.
20927         * fast/encoding/parser-tests-60.html: Copied from LayoutTests/fast/encoding/parser-tests.html.
20928         * fast/encoding/parser-tests-70-expected.txt: Added.
20929         * fast/encoding/parser-tests-70.html: Copied from LayoutTests/fast/encoding/parser-tests.html.
20930         * fast/encoding/parser-tests-80-expected.txt: Added.
20931         * fast/encoding/parser-tests-80.html: Copied from LayoutTests/fast/encoding/parser-tests.html.
20932         * fast/encoding/parser-tests-90-expected.txt: Added.
20933         * fast/encoding/parser-tests-90.html: Copied from LayoutTests/fast/encoding/parser-tests.html.
20934         * fast/encoding/parser-tests-expected.txt:
20935         * fast/encoding/parser-tests.html:
20936         * fast/encoding/resources/parser-tests.js: Added.
20937
20938 2011-01-05  Hans Wennborg  <hans@chromium.org>
20939
20940         Reviewed by Jeremy Orlow.
20941
20942         [Chromium] storage/indexeddb/objectstore-basics.html is flaky after r74266
20943         https://bugs.webkit.org/show_bug.cgi?id=51731
20944
20945         Fix the layout test by using a known-good date value rather than
20946         new Date(), which sometimes causes the test to fail.
20947
20948         (The underlying reason for failing to store certain Date values
20949         should of course be fixed too, but that will come in a later patch.)
20950
20951         * platform/chromium/test_expectations.txt:
20952         * storage/indexeddb/objectstore-basics-expected.txt:
20953         * storage/indexeddb/objectstore-basics.html:
20954
20955 2011-01-05  Stephen White  <senorblanco@chromium.org>
20956
20957         Unreviewed; test expectations update..
20958
20959         Fix the expectations for the hyphenation tests on chromium-win.
20960
20961         * platform/chromium/test_expectations.txt:
20962
20963 2011-01-05  Stephen White  <senorblanco@chromium.org>
20964
20965         Unreviewed; test expectations fix.
20966
20967         * platform/chromium/test_expectations.txt:
20968         Add expectations for new tests introduced by r75097.
20969
20970 2011-01-05  Simon Fraser  <simon.fraser@apple.com>
20971
20972         Reviewed by Dave Hyatt.
20973
20974         Implement repeating CSS3 gradients
20975         https://bugs.webkit.org/show_bug.cgi?id=51843
20976         
20977         Tests for repeating gradient parsing, and repeating linear and radial gradients.
20978
20979         * fast/gradients/css3-gradient-parsing-expected.txt:
20980         * fast/gradients/css3-gradient-parsing.html:
20981         * fast/gradients/css3-repeating-linear-gradients-expected.txt: Added.
20982         * fast/gradients/css3-repeating-linear-gradients.html: Added.
20983         * fast/gradients/css3-repeating-radial-gradients-expected.txt: Added.
20984         * fast/gradients/css3-repeating-radial-gradients.html: Added.
20985         * platform/mac/fast/gradients/css3-repeating-linear-gradients-expected.checksum: Added.
20986         * platform/mac/fast/gradients/css3-repeating-linear-gradients-expected.png: Added.
20987         * platform/mac/fast/gradients/css3-repeating-radial-gradients-expected.checksum: Added.
20988         * platform/mac/fast/gradients/css3-repeating-radial-gradients-expected.png: Added.
20989
20990 2011-01-05  Stephen White  <senorblanco@chromium.org>
20991
20992         Unreviewed; test expectations fix.
20993
20994         * platform/chromium/test_expectations.txt:
20995         Add a few failing tests to chromium's test expectations file.
20996         * platform/chromium-gpu/test_expectations.txt:
20997         Mark the shadow-offset tests as crashing on win debug (GPU).  Remove
20998         a duplicate MAC expectation.
20999
21000 2011-01-05  Stephen White  <senorblanco@chromium.org>
21001
21002         Unreviewed; test expectations fix.
21003
21004         Update chromium GPU test_expectations.txt file to match the
21005         layout of the CPU results more closely.
21006
21007         * platform/chromium-gpu/test_expectations.txt:
21008
21009 2011-01-05  Maciej Stachowiak  <mjs@apple.com>
21010
21011         Reviewed by Anders Carlsson.
21012
21013         Remove entries from WebKit2 skipped list that no longer exist
21014         https://bugs.webkit.org/show_bug.cgi?id=51936
21015
21016         * platform/mac-wk2/Skipped:
21017
21018 2011-01-05  Brian Weinstein  <bweinstein@apple.com>
21019
21020         Land failing Windows results after r75031. Fixing the tests is being tracked by
21021         https://bugs.webkit.org/show_bug.cgi?id=51912.
21022
21023         * platform/win/accessibility/document-role-expected.txt:
21024         * platform/win/accessibility/selection-and-focus-expected.txt:
21025
21026 2011-01-05  Abhishek Arya  <inferno@chromium.org>
21027
21028         Reviewed by Dave Hyatt.
21029
21030         Tests that we do not crash when trying to merge two anonymous blocks,
21031         one of which is getting removed.
21032         https://bugs.webkit.org/show_bug.cgi?id=51919
21033
21034         * fast/block/merge-anonymous-block-remove-child-crash-expected.txt: Added.
21035         * fast/block/merge-anonymous-block-remove-child-crash.html: Added.
21036
21037 2011-01-05  Dan Bernstein  <mitz@apple.com>
21038
21039         Reviewed by Darin Adler.
21040
21041         <rdar://problem/8799835> hyphenate-character: auto should fall back to hyphen-minus if the primary font lacks a hyphen glyph
21042         https://bugs.webkit.org/show_bug.cgi?id=51915
21043
21044         * platform/mac/fast/text/basic/014-expected.checksum:
21045         * platform/mac/fast/text/basic/014-expected.png:
21046         * platform/mac/fast/text/basic/014-expected.txt:
21047         * platform/mac/fast/text/capitalize-boundaries-expected.checksum:
21048         * platform/mac/fast/text/capitalize-boundaries-expected.png:
21049         * platform/mac/fast/text/capitalize-boundaries-expected.txt:
21050         * platform/mac/fast/text/midword-break-after-breakable-char-expected.checksum:
21051         * platform/mac/fast/text/midword-break-after-breakable-char-expected.png:
21052         * platform/mac/fast/text/midword-break-after-breakable-char-expected.txt:
21053
21054 2011-01-05  Leo Yang  <leo.yang@torchmobile.com.cn>
21055
21056         Reviewed by Dirk Schulze.
21057
21058         Malformed SVG causes crash in updateContainerOffset
21059         https://bugs.webkit.org/show_bug.cgi?id=44610
21060
21061         Test case for recursive svg <use>.
21062         This test case passes if no crash occurs.
21063
21064         * svg/custom/recursive-use-expected.txt: Added.
21065         * svg/custom/recursive-use.svg: Added.
21066
21067 2011-01-05  Antti Koivisto  <antti@apple.com>
21068
21069         Not reviewed.
21070
21071         Update a pixel test result for https://bugs.webkit.org/show_bug.cgi?id=8852.
21072
21073         * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.checksum:
21074         * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
21075
21076 2011-01-04  Kent Tamura  <tkent@chromium.org>
21077
21078         Unreviewed, test expectation update.
21079
21080         insecure-css-in-main-frame.html is flaky on Chromium-linux too.
21081
21082         * platform/chromium/test_expectations.txt:
21083
21084 2011-01-04  Kent Tamura  <tkent@chromium.org>
21085
21086         Unreviewed, test expectation update
21087
21088         - slow-loading-image-in-pattern.html had a wrong expectation for Chromium-win.
21089         - insecure-css-in-main-frame.html is flaky on Chromium-win?
21090
21091         * platform/chromium/test_expectations.txt:
21092
21093 2011-01-04  Yael Aharon  <yael.aharon@nokia.com>
21094
21095         Reviewed by Darin Adler.
21096
21097         CSS3 :nth-child selector and valid whitespace test fails
21098         https://bugs.webkit.org/show_bug.cgi?id=36279
21099
21100         * fast/css/css3-nth-space-expected.txt: Added.
21101         * fast/css/css3-nth-space.html: Added.
21102
21103 2011-01-04  Tony Gentilcore  <tonyg@chromium.org>
21104
21105         Unreviewed expectations update.
21106
21107         Fix text metrics for "You should not see this at all" message
21108         https://bugs.webkit.org/show_bug.cgi?id=51909
21109
21110         * http/tests/misc/acid3-expected.checksum:
21111         * http/tests/misc/acid3-expected.png:
21112         * platform/chromium/test_expectations.txt:
21113
21114 2011-01-04  Chris Fleizach  <cfleizach@apple.com>
21115
21116         Reviewed by Sam Weinig.
21117
21118         WK2: Support Accessibility
21119         https://bugs.webkit.org/show_bug.cgi?id=51859
21120
21121         * platform/mac/accessibility/webkit-scrollarea-expected.txt: Added.
21122         * platform/mac/accessibility/webkit-scrollarea.html: Added.
21123
21124 2011-01-04  Kent Tamura  <tkent@chromium.org>
21125
21126         Unreviewed, test expectation update.
21127
21128         Add home-end-expected.txt for Chromium-win again.  It's a
21129         platform-dependent text test.
21130
21131         * platform/chromium-win/editing/selection/home-end-expected.txt: Added.
21132
21133 2011-01-04  Kent Tamura  <tkent@chromium.org>
21134
21135         Unreviewed, test expectation update.
21136
21137         * platform/chromium/test_expectations.txt: Fix a syntax error in the previous change
21138
21139 2011-01-04  Kent Tamura  <tkent@chromium.org>
21140
21141         Unreviewed, test expectation update.
21142
21143         * platform/chromium-win/editing/selection/home-end-expected.txt: Removed.
21144         * platform/chromium/test_expectations.txt:
21145
21146 2011-01-04  Xiaomei Ji  <xji@chromium.org>
21147
21148         Implement sel.modify('move', 'left'/'right', 'lineBoundary').
21149         https://bugs.webkit.org/show_bug.cgi?id=33435
21150
21151         * editing/selection/home-end-expected.txt:
21152         * editing/selection/home-end.html:
21153
21154 2011-01-04  Martin Robinson  <mrobinson@igalia.com>
21155
21156         Reviewed by Xan Lopez.
21157
21158         [GTK] Use the default CSS text input control border width of relying on the GTK+ theme
21159         https://bugs.webkit.org/show_bug.cgi?id=51887
21160
21161         Update all results that use text areas. These controls now have a 1 pixel
21162         border (the default in html.css) instead of using the border size from the
21163         GTK+ theme.
21164
21165         * platform/gtk/fast/forms/basic-textareas-expected.txt:
21166         * platform/gtk/fast/forms/form-element-geometry-expected.txt:
21167         * platform/gtk/fast/forms/onselect-textarea-expected.txt:
21168         * platform/gtk/fast/forms/placeholder-stripped-expected.txt:
21169         * platform/gtk/fast/forms/search-styled-expected.txt:
21170         * platform/gtk/fast/forms/textAreaLineHeight-expected.txt:
21171         * platform/gtk/fast/forms/textarea-align-expected.txt:
21172         * platform/gtk/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
21173         * platform/gtk/fast/forms/textarea-placeholder-set-attribute-expected.txt:
21174         * platform/gtk/fast/forms/textarea-placeholder-set-value-expected.txt:
21175         * platform/gtk/fast/forms/textarea-scroll-height-expected.txt:
21176         * platform/gtk/fast/forms/textarea-scrollbar-expected.txt:
21177         * platform/gtk/fast/forms/textarea-scrolled-type-expected.txt:
21178         * platform/gtk/fast/forms/textarea-setinnerhtml-expected.txt:
21179         * platform/gtk/fast/forms/textarea-width-expected.txt:
21180
21181 2011-01-04  Zhe Su  <suzhe@chromium.org>
21182
21183         Reviewed by Kenneth Russell.
21184
21185         1. Remove entry for editing/input/ime-composition-clearpreedit.html test.
21186         2. Improve fast/events/ime-composition-events-001.html to cover more
21187            cases. And fix test expectations of chromium port.
21188         https://bugs.webkit.org/show_bug.cgi?id=51693
21189
21190         * fast/events/ime-composition-events-001-expected.txt:
21191         * fast/events/ime-composition-events-001.html:
21192         * platform/chromium-mac/fast/events/ime-composition-events-001-expected.txt: Removed.
21193         * platform/chromium-win/fast/events/ime-composition-events-001-expected.txt: Removed.
21194         * platform/chromium/fast/events/ime-composition-events-001-expected.txt: Added.
21195         * platform/chromium/test_expectations.txt:
21196         * platform/qt/fast/events/ime-composition-events-001-expected.txt: Added.
21197
21198 2010-12-31  Antti Koivisto  <antti@apple.com>
21199
21200         Reviewed by Dave Hyatt.
21201
21202         Scripts should not be executed before preceding stylesheets are loaded
21203         https://bugs.webkit.org/show_bug.cgi?id=8852
21204         
21205         New tests plus a few test with slightly changed output due to different load serialization behavior.
21206
21207         * fast/tokenizer/inline-script-stylesheet-expected.txt: Added.
21208         * fast/tokenizer/inline-script-stylesheet-write-expected.txt: Added.
21209         * fast/tokenizer/inline-script-stylesheet-write.html: Added.
21210         * fast/tokenizer/inline-script-stylesheet.html: Added.
21211         * http/tests/security/mixedContent/insecure-css-in-main-frame-expected.txt:
21212         * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
21213
21214 2011-01-04  Csaba Osztrogonác  <ossy@webkit.org>
21215
21216         Unreviewed trivial fix after r74976.
21217
21218         * platform/qt/Skipped:
21219
21220 2011-01-04  Ryosuke Niwa  <rniwa@webkit.org>
21221
21222         Unreviewed; Added editing/selection/caret-bidi-first-and-last-letters.html to Qt's skipped list.
21223         The tracking bug 51884 (https://bugs.webkit.org/show_bug.cgi?id=51884) has been filed.
21224
21225         * platform/qt/Skipped:
21226
21227 2011-01-04  Ryosuke Niwa  <rniwa@webkit.org>
21228
21229         Reviewed by Dan Bernstein.
21230
21231         Clicking on the first or the last letter of LTR/RTL text in a RTL/LTR block puts caret on the opposite side.
21232         https://bugs.webkit.org/show_bug.cgi?id=50992
21233
21234         Added a test to ensure WebKit places the caret on the side user clicked even when text's natural direction
21235         and the containing block's direction do not match.
21236
21237         * editing/selection/caret-bidi-first-and-last-letters-expected.txt: Added.
21238         * editing/selection/caret-bidi-first-and-last-letters.html: Added.
21239         * editing/selection/resources/caret-edge-shared.js: Avoid calling verify() outside of DRT.
21240
21241 2011-01-04  Sheriff Bot  <webkit.review.bot@gmail.com>
21242
21243         Unreviewed, rolling out r74960.
21244         http://trac.webkit.org/changeset/74960
21245         https://bugs.webkit.org/show_bug.cgi?id=51868
21246
21247         Rollout since we hit an assert after this patch. (Requested by
21248         krit on #webkit).
21249
21250         * svg/custom/recursive-use-expected.txt: Removed.
21251         * svg/custom/recursive-use.svg: Removed.
21252
21253 2011-01-04  Leo Yang  <leo.yang@torchmobile.com.cn>
21254
21255         Reviewed by Dirk Schulze.
21256
21257         Malformed SVG causes crash in updateContainerOffset
21258         https://bugs.webkit.org/show_bug.cgi?id=44610
21259
21260         Test case for recursive svg <use>.
21261         This test case passes if no crash occurs.
21262
21263         * svg/custom/recursive-use-expected.txt: Added.
21264         * svg/custom/recursive-use.svg: Added.
21265
21266 2011-01-03  Kent Tamura  <tkent@chromium.org>
21267
21268         Unreviewed, test expectation update
21269
21270         Add expectations of r74954 tests for Chromium.
21271
21272         * platform/chromium-linux/fast/css-generated-content/table-before-after-child-add-expected.checksum: Added.
21273         * platform/chromium-linux/fast/css-generated-content/table-before-after-child-add-expected.png: Added.
21274         * platform/chromium-linux/fast/css-generated-content/table-cell-before-after-child-add-expected.checksum: Added.
21275         * platform/chromium-linux/fast/css-generated-content/table-cell-before-after-child-add-expected.png: Added.
21276         * platform/chromium-linux/fast/css-generated-content/table-row-before-after-child-add-expected.checksum: Added.
21277         * platform/chromium-linux/fast/css-generated-content/table-row-before-after-child-add-expected.png: Added.
21278         * platform/chromium-linux/fast/css-generated-content/table-table-before-after-child-add-expected.checksum: Added.
21279         * platform/chromium-linux/fast/css-generated-content/table-table-before-after-child-add-expected.png: Added.
21280         * platform/chromium-mac/fast/css-generated-content/table-before-after-child-add-expected.checksum: Added.
21281         * platform/chromium-mac/fast/css-generated-content/table-before-after-child-add-expected.png: Added.
21282         * platform/chromium-mac/fast/css-generated-content/table-cell-before-after-child-add-expected.checksum: Added.
21283         * platform/chromium-mac/fast/css-generated-content/table-cell-before-after-child-add-expected.png: Added.
21284         * platform/chromium-mac/fast/css-generated-content/table-row-before-after-child-add-expected.checksum: Added.
21285         * platform/chromium-mac/fast/css-generated-content/table-row-before-after-child-add-expected.png: Added.
21286         * platform/chromium-mac/fast/css-generated-content/table-table-before-after-child-add-expected.checksum: Added.
21287         * platform/chromium-mac/fast/css-generated-content/table-table-before-after-child-add-expected.png: Added.
21288         * platform/chromium-win/fast/css-generated-content/table-before-after-child-add-expected.checksum: Added.
21289         * platform/chromium-win/fast/css-generated-content/table-before-after-child-add-expected.png: Added.
21290         * platform/chromium-win/fast/css-generated-content/table-before-after-child-add-expected.txt: Added.
21291         * platform/chromium-win/fast/css-generated-content/table-cell-before-after-child-add-expected.checksum: Added.
21292         * platform/chromium-win/fast/css-generated-content/table-cell-before-after-child-add-expected.png: Added.
21293         * platform/chromium-win/fast/css-generated-content/table-cell-before-after-child-add-expected.txt: Added.
21294         * platform/chromium-win/fast/css-generated-content/table-row-before-after-child-add-expected.checksum: Added.
21295         * platform/chromium-win/fast/css-generated-content/table-row-before-after-child-add-expected.png: Added.
21296         * platform/chromium-win/fast/css-generated-content/table-row-before-after-child-add-expected.txt: Added.
21297         * platform/chromium-win/fast/css-generated-content/table-table-before-after-child-add-expected.checksum: Added.
21298         * platform/chromium-win/fast/css-generated-content/table-table-before-after-child-add-expected.png: Added.
21299         * platform/chromium-win/fast/css-generated-content/table-table-before-after-child-add-expected.txt: Added.
21300
21301 2011-01-03  Julie-Jeongeun-Kim  <Jeongeun.Kim@obigo.com>
21302
21303         Reviewed by Darin Adler.
21304
21305         HTML5 Conformance Test failure: approved/xhtml5/object_border_pixel.xhtml
21306         https://bugs.webkit.org/show_bug.cgi?id=48596
21307
21308         * fast/html/object-border-expected.txt: Added.
21309         * fast/html/object-border.html: Added.
21310         * fast/html/resources/images/blue-border.png: Added.
21311         * fast/html/resources/images/blue.png: Added.
21312
21313 2010-12-20  Abhishek Arya  <inferno@chromium.org>
21314
21315         Reviewed by Darin Adler.
21316
21317         Tests that "before" and "after" childs are added to table correctly.
21318         https://bugs.webkit.org/show_bug.cgi?id=50932
21319
21320         * fast/css-generated-content/table-before-after-child-add.html: Added.
21321         * fast/css-generated-content/table-before-child-add.html: Removed.
21322         * fast/css-generated-content/table-cell-before-after-child-add.html: Added.
21323         * fast/css-generated-content/table-row-before-after-child-add.html: Added.
21324         * platform/mac/fast/css-generated-content/table-before-after-child-add-expected.checksum: Added.
21325         * platform/mac/fast/css-generated-content/table-before-after-child-add-expected.png: Added.
21326         * platform/mac/fast/css-generated-content/table-before-after-child-add-expected.txt: Added.
21327         * platform/mac/fast/css-generated-content/table-before-child-add-expected.txt: Removed.
21328         * platform/mac/fast/css-generated-content/table-cell-before-after-child-add-expected.checksum: Added.
21329         * platform/mac/fast/css-generated-content/table-cell-before-after-child-add-expected.png: Added.
21330         * platform/mac/fast/css-generated-content/table-cell-before-after-child-add-expected.txt: Added.
21331         * platform/mac/fast/css-generated-content/table-row-before-after-child-add-expected.checksum: Added.
21332         * platform/mac/fast/css-generated-content/table-row-before-after-child-add-expected.png: Added.
21333         * platform/mac/fast/css-generated-content/table-row-before-after-child-add-expected.txt: Added.
21334         * platform/mac/fast/css-generated-content/table-table-before-after-child-add-expected.checksum: Added.
21335         * platform/mac/fast/css-generated-content/table-table-before-after-child-add-expected.png: Added.
21336         * platform/mac/fast/css-generated-content/table-table-before-after-child-add-expected.txt: Added.
21337
21338 2011-01-03  Mihai Parparita  <mihaip@chromium.org>
21339
21340         Unreviewed, Chromium test expectation update.
21341         
21342         Group tests that fail on Leopard but pass on Snow Leopard (due to
21343         stale platform/mac baselines).
21344
21345         * platform/chromium/test_expectations.txt:
21346
21347 2011-01-03  Mihai Parparita  <mihaip@chromium.org>
21348
21349         Unreviewed, Chromium test expectation update.
21350
21351         Missed a few failing tests.
21352
21353         * platform/chromium/test_expectations.txt:
21354
21355 2011-01-03  Mihai Parparita  <mihaip@chromium.org>
21356
21357         Unreviewed, Chromium test expectation update.
21358         
21359         Remove fast/, printing/, svg/, tables/ and transforms/ chromium-mac
21360         baselines that are no longer necessary after r74892 (now that
21361         chromium-mac scrollbars match mac ones).
21362
21363         * platform/chromium-mac-leopard/fast/text/international/bidi-neutral-run-expected.checksum: Removed.
21364         * platform/chromium-mac-leopard/fast/text/international/bidi-neutral-run-expected.png: Removed.
21365         * platform/chromium-mac/fast/css/text-overflow-ellipsis-strict-expected.checksum: Removed.
21366         * platform/chromium-mac/fast/css/text-overflow-ellipsis-strict-expected.png: Removed.
21367         * platform/chromium-mac/fast/events/autoscroll-expected.checksum: Removed.
21368         * platform/chromium-mac/fast/events/autoscroll-expected.png: Removed.
21369         * platform/chromium-mac/fast/events/reveal-link-when-focused-expected.checksum: Removed.
21370         * platform/chromium-mac/fast/events/reveal-link-when-focused-expected.png: Removed.
21371         * platform/chromium-mac/fast/events/standalone-image-drag-to-editable-expected.checksum: Removed.
21372         * platform/chromium-mac/fast/events/standalone-image-drag-to-editable-expected.png: Removed.
21373         * platform/chromium-mac/fast/forms/basic-textareas-expected.checksum: Removed.
21374         * platform/chromium-mac/fast/forms/basic-textareas-expected.png: Removed.
21375         * platform/chromium-mac/fast/forms/basic-textareas-quirks-expected.checksum: Removed.
21376         * platform/chromium-mac/fast/forms/basic-textareas-quirks-expected.png: Removed.
21377         * platform/chromium-mac/fast/forms/button-default-title-expected.checksum: Removed.
21378         * platform/chromium-mac/fast/forms/button-default-title-expected.png: Removed.
21379         * platform/chromium-mac/fast/frames/frame-scrolling-attribute-expected.checksum: Removed.
21380         * platform/chromium-mac/fast/frames/frame-scrolling-attribute-expected.png: Removed.
21381         * platform/chromium-mac/fast/frames/iframe-scrolling-attribute-expected.checksum: Removed.
21382         * platform/chromium-mac/fast/frames/iframe-scrolling-attribute-expected.png: Removed.
21383         * platform/chromium-mac/fast/invalid/residual-style-expected.checksum: Removed.
21384         * platform/chromium-mac/fast/invalid/residual-style-expected.png: Removed.
21385         * platform/chromium-mac/fast/lists/001-vertical-expected.checksum: Removed.
21386         * platform/chromium-mac/fast/lists/001-vertical-expected.png: Removed.
21387         * platform/chromium-mac/fast/lists/008-vertical-expected.checksum: Removed.
21388         * platform/chromium-mac/fast/lists/008-vertical-expected.png: Removed.
21389         * platform/chromium-mac/fast/media/mq-relative-constraints-02-expected.checksum: Removed.
21390         * platform/chromium-mac/fast/media/mq-relative-constraints-02-expected.png: Removed.
21391         * platform/chromium-mac/fast/media/mq-relative-constraints-03-expected.checksum: Removed.
21392         * platform/chromium-mac/fast/media/mq-relative-constraints-03-expected.png: Removed.
21393         * platform/chromium-mac/fast/media/mq-relative-constraints-04-expected.checksum: Removed.
21394         * platform/chromium-mac/fast/media/mq-relative-constraints-04-expected.png: Removed.
21395         * platform/chromium-mac/fast/media/mq-relative-constraints-05-expected.checksum: Removed.
21396         * platform/chromium-mac/fast/media/mq-relative-constraints-05-expected.png: Removed.
21397         * platform/chromium-mac/fast/media/mq-relative-constraints-06-expected.checksum: Removed.
21398         * platform/chromium-mac/fast/media/mq-relative-constraints-06-expected.png: Removed.
21399         * platform/chromium-mac/fast/media/mq-relative-constraints-07-expected.checksum: Removed.
21400         * platform/chromium-mac/fast/media/mq-relative-constraints-07-expected.png: Removed.
21401         * platform/chromium-mac/fast/media/mq-relative-constraints-08-expected.checksum: Removed.
21402         * platform/chromium-mac/fast/media/mq-relative-constraints-08-expected.png: Removed.
21403         * platform/chromium-mac/fast/media/mq-relative-constraints-09-expected.checksum: Removed.
21404         * platform/chromium-mac/fast/media/mq-relative-constraints-09-expected.png: Removed.
21405         * platform/chromium-mac/fast/media/mq-width-absolute-01-expected.checksum: Removed.
21406         * platform/chromium-mac/fast/media/mq-width-absolute-01-expected.png: Removed.
21407         * platform/chromium-mac/fast/media/mq-width-absolute-02-expected.checksum: Removed.
21408         * platform/chromium-mac/fast/media/mq-width-absolute-02-expected.png: Removed.
21409         * platform/chromium-mac/fast/media/mq-width-absolute-03-expected.checksum: Removed.
21410         * platform/chromium-mac/fast/media/mq-width-absolute-03-expected.png: Removed.
21411         * platform/chromium-mac/fast/media/mq-width-absolute-04-expected.checksum: Removed.
21412         * platform/chromium-mac/fast/media/mq-width-absolute-04-expected.png: Removed.
21413         * platform/chromium-mac/fast/multicol/client-rects-expected.checksum: Removed.
21414         * platform/chromium-mac/fast/multicol/column-break-with-balancing-expected.checksum: Removed.
21415         * platform/chromium-mac/fast/multicol/column-break-with-balancing-expected.png: Removed.
21416         * platform/chromium-mac/fast/multicol/float-multicol-expected.checksum: Removed.
21417         * platform/chromium-mac/fast/multicol/float-multicol-expected.png: Removed.
21418         * platform/chromium-mac/fast/multicol/float-paginate-complex-expected.checksum: Removed.
21419         * platform/chromium-mac/fast/multicol/float-paginate-complex-expected.png: Removed.
21420         * platform/chromium-mac/fast/multicol/float-paginate-expected.checksum: Removed.
21421         * platform/chromium-mac/fast/multicol/float-paginate-expected.png: Removed.
21422         * platform/chromium-mac/fast/multicol/layers-in-multicol-expected.checksum: Removed.
21423         * platform/chromium-mac/fast/multicol/layers-in-multicol-expected.png: Removed.
21424         * platform/chromium-mac/fast/multicol/layers-split-across-columns-expected.checksum: Removed.
21425         * platform/chromium-mac/fast/multicol/paginate-block-replaced-expected.checksum: Removed.
21426         * platform/chromium-mac/fast/multicol/span/anonymous-style-inheritance-expected.checksum: Removed.
21427         * platform/chromium-mac/fast/multicol/span/anonymous-style-inheritance-expected.png: Removed.
21428         * platform/chromium-mac/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.checksum: Removed.
21429         * platform/chromium-mac/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png: Removed.
21430         * platform/chromium-mac/fast/multicol/span/span-as-immediate-child-generated-content-expected.checksum: Removed.
21431         * platform/chromium-mac/fast/multicol/span/span-as-immediate-child-generated-content-expected.png: Removed.
21432         * platform/chromium-mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.checksum: Removed.
21433         * platform/chromium-mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.png: Removed.
21434         * platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.checksum: Removed.
21435         * platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png: Removed.
21436         * platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-expected.checksum: Removed.
21437         * platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-removal-expected.checksum: Removed.
21438         * platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png: Removed.
21439         * platform/chromium-mac/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.checksum: Removed.
21440         * platform/chromium-mac/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png: Removed.
21441         * platform/chromium-mac/fast/multicol/span/span-as-nested-columns-child-expected.checksum: Removed.
21442         * platform/chromium-mac/fast/multicol/span/span-as-nested-columns-child-expected.png: Removed.
21443         * platform/chromium-mac/fast/multicol/span/span-margin-collapsing-expected.checksum: Removed.
21444         * platform/chromium-mac/fast/multicol/span/span-margin-collapsing-expected.png: Removed.
21445         * platform/chromium-mac/fast/multicol/table-vertical-align-expected.checksum: Removed.
21446         * platform/chromium-mac/fast/multicol/table-vertical-align-expected.png: Removed.
21447         * platform/chromium-mac/fast/repaint/overflow-scroll-body-appear-expected.checksum: Removed.
21448         * platform/chromium-mac/fast/repaint/overflow-scroll-body-appear-expected.png: Removed.
21449         * platform/chromium-mac/fast/table/027-vertical-expected.checksum: Removed.
21450         * platform/chromium-mac/fast/table/027-vertical-expected.png: Removed.
21451         * platform/chromium-mac/fast/table/028-vertical-expected.checksum: Removed.
21452         * platform/chromium-mac/fast/table/028-vertical-expected.png: Removed.
21453         * platform/chromium-mac/fast/table/038-vertical-expected.checksum: Removed.
21454         * platform/chromium-mac/fast/table/038-vertical-expected.png: Removed.
21455         * platform/chromium-mac/fast/table/040-vertical-expected.checksum: Removed.
21456         * platform/chromium-mac/fast/table/040-vertical-expected.png: Removed.
21457         * platform/chromium-mac/fast/table/border-collapsing/002-vertical-expected.checksum: Removed.
21458         * platform/chromium-mac/fast/table/border-collapsing/002-vertical-expected.png: Removed.
21459         * platform/chromium-mac/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.checksum: Removed.
21460         * platform/chromium-mac/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.png: Removed.
21461         * platform/chromium-mac/fast/table/table-display-types-vertical-expected.checksum: Removed.
21462         * platform/chromium-mac/fast/table/table-display-types-vertical-expected.png: Removed.
21463         * platform/chromium-mac/fast/text/backslash-to-yen-sign-euc-expected.checksum: Removed.
21464         * platform/chromium-mac/fast/text/backslash-to-yen-sign-euc-expected.png: Removed.
21465         * platform/chromium-mac/fast/text/text-letter-spacing-expected.checksum: Removed.
21466         * platform/chromium-mac/fast/text/text-letter-spacing-expected.png: Removed.
21467         * platform/chromium-mac/fast/transforms/rotated-transform-affects-scrolling-1-expected.checksum: Removed.
21468         * platform/chromium-mac/fast/transforms/rotated-transform-affects-scrolling-1-expected.png: Removed.
21469         * platform/chromium-mac/fast/transforms/rotated-transform-affects-scrolling-2-expected.checksum: Removed.
21470         * platform/chromium-mac/fast/transforms/rotated-transform-affects-scrolling-2-expected.png: Removed.
21471         * platform/chromium-mac/printing/return-from-printing-mode-expected.checksum: Removed.
21472         * platform/chromium-mac/printing/return-from-printing-mode-expected.png: Removed.
21473         * platform/chromium-mac/svg/custom/altglyph-expected.checksum: Removed.
21474         * platform/chromium-mac/svg/custom/altglyph-expected.png: Removed.
21475         * platform/chromium-mac/svg/custom/getscreenctm-in-scrollable-svg-area-expected.checksum: Removed.
21476         * platform/chromium-mac/svg/custom/getscreenctm-in-scrollable-svg-area-expected.png: Removed.
21477         * platform/chromium-mac/svg/custom/junk-data-expected.checksum: Removed.
21478         * platform/chromium-mac/svg/custom/junk-data-expected.png: Removed.
21479         * platform/chromium-mac/svg/custom/missing-xlink-expected.checksum: Removed.
21480         * platform/chromium-mac/svg/custom/missing-xlink-expected.png: Removed.
21481         * platform/chromium-mac/svg/custom/text-xy-updates-SVGList-expected.checksum: Removed.
21482         * platform/chromium-mac/svg/custom/text-xy-updates-SVGList-expected.png: Removed.
21483         * platform/chromium-mac/svg/dom/SVGLengthList-appendItem-expected.checksum: Removed.
21484         * platform/chromium-mac/svg/dom/SVGLengthList-appendItem-expected.png: Removed.
21485         * platform/chromium-mac/svg/dom/SVGLengthList-initialize-expected.checksum: Removed.
21486         * platform/chromium-mac/svg/dom/SVGLengthList-initialize-expected.png: Removed.
21487         * platform/chromium-mac/svg/dom/SVGLengthList-insertItemBefore-expected.checksum: Removed.
21488         * platform/chromium-mac/svg/dom/SVGLengthList-insertItemBefore-expected.png: Removed.
21489         * platform/chromium-mac/svg/dom/SVGLengthList-removeItem-expected.checksum: Removed.
21490         * platform/chromium-mac/svg/dom/SVGLengthList-removeItem-expected.png: Removed.
21491         * platform/chromium-mac/svg/dom/SVGLengthList-replaceItem-expected.checksum: Removed.
21492         * platform/chromium-mac/svg/dom/SVGLengthList-replaceItem-expected.png: Removed.
21493         * platform/chromium-mac/svg/dom/SVGLengthList-xml-dom-modifications-expected.checksum: Removed.
21494         * platform/chromium-mac/svg/dom/SVGLengthList-xml-dom-modifications-expected.png: Removed.
21495         * platform/chromium-mac/svg/dom/SVGNumberList-basics-expected.checksum: Removed.
21496         * platform/chromium-mac/svg/dom/SVGNumberList-basics-expected.png: Removed.
21497         * platform/chromium-mac/svg/dom/SVGPathSegList-appendItem-expected.checksum: Removed.
21498         * platform/chromium-mac/svg/dom/SVGPathSegList-appendItem-expected.png: Removed.
21499         * platform/chromium-mac/svg/dom/SVGPathSegList-clear-and-initialize-expected.checksum: Removed.
21500         * platform/chromium-mac/svg/dom/SVGPathSegList-clear-and-initialize-expected.png: Removed.
21501         * platform/chromium-mac/svg/dom/SVGPathSegList-insertItemBefore-expected.checksum: Removed.
21502         * platform/chromium-mac/svg/dom/SVGPathSegList-insertItemBefore-expected.png: Removed.
21503         * platform/chromium-mac/svg/dom/SVGPathSegList-removeItem-expected.checksum: Removed.
21504         * platform/chromium-mac/svg/dom/SVGPathSegList-removeItem-expected.png: Removed.
21505         * platform/chromium-mac/svg/dom/SVGPathSegList-replaceItem-expected.checksum: Removed.
21506         * platform/chromium-mac/svg/dom/SVGPathSegList-replaceItem-expected.png: Removed.
21507         * platform/chromium-mac/svg/dom/SVGPointList-basics-expected.checksum: Removed.
21508         * platform/chromium-mac/svg/dom/SVGPointList-basics-expected.png: Removed.
21509         * platform/chromium-mac/svg/dom/SVGStringList-basics-expected.checksum: Removed.
21510         * platform/chromium-mac/svg/dom/SVGStringList-basics-expected.png: Removed.
21511         * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.checksum: Removed.
21512         * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png: Removed.
21513         * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.checksum: Removed.
21514         * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png: Removed.
21515         * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.checksum: Removed.
21516         * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png: Removed.
21517         * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.checksum: Removed.
21518         * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png: Removed.
21519         * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.checksum: Removed.
21520         * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png: Removed.
21521         * platform/chromium-mac/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.checksum: Removed.
21522         * platform/chromium-mac/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png: Removed.
21523         * platform/chromium-mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.checksum: Removed.
21524         * platform/chromium-mac/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.checksum: Removed.
21525         * platform/chromium-mac/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Removed.
21526         * platform/chromium-mac/svg/in-html/circle-expected.checksum: Removed.
21527         * platform/chromium-mac/svg/in-html/circle-expected.png: Removed.
21528         * platform/chromium-mac/svg/text/kerning-expected.checksum: Removed.
21529         * platform/chromium-mac/svg/zoom/page/absolute-sized-document-scrollbars-expected.checksum: Removed.
21530         * platform/chromium-mac/svg/zoom/page/absolute-sized-document-scrollbars-expected.png: Removed.
21531         * platform/chromium-mac/svg/zoom/page/relative-sized-document-scrollbars-expected.checksum: Removed.
21532         * platform/chromium-mac/svg/zoom/page/relative-sized-document-scrollbars-expected.png: Removed.
21533         * platform/chromium-mac/svg/zoom/page/zoom-svg-float-border-padding-expected.checksum: Removed.
21534         * platform/chromium-mac/svg/zoom/page/zoom-svg-float-border-padding-expected.png: Removed.
21535         * platform/chromium-mac/svg/zoom/text/zoom-svg-float-border-padding-expected.checksum: Removed.
21536         * platform/chromium-mac/svg/zoom/text/zoom-svg-float-border-padding-expected.png: Removed.
21537         * platform/chromium-mac/tables/mozilla/bugs/bug96334-expected.checksum: Removed.
21538         * platform/chromium-mac/tables/mozilla/bugs/bug96343-expected.checksum: Removed.
21539         * platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-3-expected.checksum: Removed.
21540         * platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-3-expected.png: Removed.
21541         * platform/chromium-mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.checksum: Removed.
21542         * platform/chromium-mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.png: Removed.
21543         * platform/chromium-mac/transforms/2d/transform-fixed-container-expected.checksum: Removed.
21544         * platform/chromium-mac/transforms/2d/transform-fixed-container-expected.png: Removed.
21545         * platform/chromium/test_expectations.txt:
21546
21547 2011-01-03  Mihai Parparita  <mihaip@chromium.org>
21548
21549         Unreviewed, Chromium test expectation update.
21550         
21551         New gradient tests fail on chromium-mac too.
21552
21553         * platform/chromium/test_expectations.txt:
21554
21555 2011-01-03  Mihai Parparita  <mihaip@chromium.org>
21556
21557         Unreviewed, Chromium test expectation update.
21558         
21559         Remove editing/, fast/backgrounds, fast/block, fast/blockflow, and
21560         fast/borders chromium-mac baselines that are no longer necessary after
21561         r74892 (now that chromium-mac scrollbars match mac ones).
21562
21563         * platform/chromium-mac/editing/deleting/delete-after-span-ws-001-expected.checksum: Removed.
21564         * platform/chromium-mac/editing/deleting/delete-after-span-ws-001-expected.png: Removed.
21565         * platform/chromium-mac/editing/deleting/delete-after-span-ws-002-expected.checksum: Removed.
21566         * platform/chromium-mac/editing/deleting/delete-after-span-ws-002-expected.png: Removed.
21567         * platform/chromium-mac/editing/deleting/delete-after-span-ws-003-expected.checksum: Removed.
21568         * platform/chromium-mac/editing/deleting/delete-after-span-ws-003-expected.png: Removed.
21569         * platform/chromium-mac/editing/deleting/delete-line-end-ws-001-expected.checksum: Removed.
21570         * platform/chromium-mac/editing/deleting/delete-line-end-ws-001-expected.png: Removed.
21571         * platform/chromium-mac/editing/deleting/delete-line-end-ws-002-expected.checksum: Removed.
21572         * platform/chromium-mac/editing/deleting/delete-line-end-ws-002-expected.png: Removed.
21573         * platform/chromium-mac/editing/inserting/insert-div-023-expected.checksum: Removed.
21574         * platform/chromium-mac/editing/inserting/insert-div-023-expected.png: Removed.
21575         * platform/chromium-mac/editing/selection/focus_editable_html-expected.checksum: Removed.
21576         * platform/chromium-mac/editing/selection/focus_editable_html-expected.png: Removed.
21577         * platform/chromium-mac/editing/selection/iframe-expected.checksum: Removed.
21578         * platform/chromium-mac/editing/selection/iframe-expected.png: Removed.
21579         * platform/chromium-mac/editing/selection/select-all-001-expected.checksum: Removed.
21580         * platform/chromium-mac/editing/selection/select-all-001-expected.png: Removed.
21581         * platform/chromium-mac/editing/selection/select-all-002-expected.checksum: Removed.
21582         * platform/chromium-mac/editing/selection/select-all-002-expected.png: Removed.
21583         * platform/chromium-mac/editing/selection/select-all-003-expected.checksum: Removed.
21584         * platform/chromium-mac/editing/selection/select-all-003-expected.png: Removed.
21585         * platform/chromium-mac/editing/selection/select-all-004-expected.checksum: Removed.
21586         * platform/chromium-mac/editing/selection/select-all-004-expected.png: Removed.
21587         * platform/chromium-mac/editing/selection/unrendered-001-expected.checksum: Removed.
21588         * platform/chromium-mac/editing/selection/unrendered-001-expected.png: Removed.
21589         * platform/chromium-mac/editing/selection/unrendered-002-expected.checksum: Removed.
21590         * platform/chromium-mac/editing/selection/unrendered-002-expected.png: Removed.
21591         * platform/chromium-mac/editing/selection/unrendered-003-expected.checksum: Removed.
21592         * platform/chromium-mac/editing/selection/unrendered-003-expected.png: Removed.
21593         * platform/chromium-mac/editing/selection/unrendered-004-expected.checksum: Removed.
21594         * platform/chromium-mac/editing/selection/unrendered-004-expected.png: Removed.
21595         * platform/chromium-mac/editing/selection/unrendered-005-expected.checksum: Removed.
21596         * platform/chromium-mac/editing/selection/unrendered-005-expected.png: Removed.
21597         * platform/chromium-mac/fast/backgrounds/background-inherit-color-bug-expected.checksum: Removed.
21598         * platform/chromium-mac/fast/backgrounds/background-inherit-color-bug-expected.png: Removed.
21599         * platform/chromium-mac/fast/block/basic/016-expected.checksum: Removed.
21600         * platform/chromium-mac/fast/block/basic/truncation-rtl-expected.checksum: Removed.
21601         * platform/chromium-mac/fast/block/basic/truncation-rtl-expected.png: Removed.
21602         * platform/chromium-mac/fast/blockflow/border-radius-clipping-vertical-lr-expected.checksum: Removed.
21603         * platform/chromium-mac/fast/blockflow/border-radius-clipping-vertical-lr-expected.png: Removed.
21604         * platform/chromium-mac/fast/blockflow/box-shadow-vertical-lr-expected.checksum: Removed.
21605         * platform/chromium-mac/fast/blockflow/box-shadow-vertical-lr-expected.png: Removed.
21606         * platform/chromium-mac/fast/blockflow/box-shadow-vertical-rl-expected.checksum: Removed.
21607         * platform/chromium-mac/fast/blockflow/fieldsets-expected.checksum: Removed.
21608         * platform/chromium-mac/fast/blockflow/fieldsets-expected.png: Removed.
21609         * platform/chromium-mac/fast/borders/border-image-scale-transform-expected.checksum: Removed.
21610         * platform/chromium-mac/fast/borders/border-image-scale-transform-expected.png: Removed.
21611         * platform/chromium/test_expectations.txt:
21612
21613 2011-01-03  Mihai Parparita  <mihaip@chromium.org>
21614
21615         Unreviewed Chromium test expectation update.
21616         
21617         Add failing expectations for tests that depend on elliptical gradient
21618         support.
21619
21620         * platform/chromium/test_expectations.txt:
21621
21622 2011-01-03  Chris Fleizach  <cfleizach@apple.com>
21623
21624         Reviewed by Darin Adler.
21625
21626         AX: Regression: WebKit no longer auto-scrolls with VoiceOver navigation
21627         https://bugs.webkit.org/show_bug.cgi?id=51833
21628
21629         * platform/mac/accessibility/webarea-size-equals-content-size-expected.txt: Added.
21630         * platform/mac/accessibility/webarea-size-equals-content-size.html: Added.
21631
21632 2011-01-03  Mihai Parparita  <mihaip@chromium.org>
21633
21634         Unreviewed, Chromium test expectation update.
21635         
21636         Remove css2.1/ chromium-mac baselines that are no longer necessary after
21637         r74892 (now that chromium-mac scrollbars match mac ones).
21638
21639         * platform/chromium-mac/css2.1/t0803-c5502-mrgn-r-02-c-expected.checksum: Removed.
21640         * platform/chromium-mac/css2.1/t0803-c5502-mrgn-r-02-c-expected.png: Removed.
21641         * platform/chromium-mac/css2.1/t0803-c5505-mrgn-02-c-expected.checksum: Removed.
21642         * platform/chromium-mac/css2.1/t0803-c5505-mrgn-02-c-expected.png: Removed.
21643         * platform/chromium-mac/css2.1/t080301-c411-vt-mrgn-00-b-expected.checksum: Removed.
21644         * platform/chromium-mac/css2.1/t080301-c411-vt-mrgn-00-b-expected.png: Removed.
21645         * platform/chromium-mac/css2.1/t0905-c5525-fltclr-00-c-ag-expected.checksum: Removed.
21646         * platform/chromium-mac/css2.1/t0905-c5525-fltclr-00-c-ag-expected.png: Removed.
21647         * platform/chromium-mac/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.checksum: Removed.
21648         * platform/chromium-mac/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.png: Removed.
21649         * platform/chromium-mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.checksum: Removed.
21650         * platform/chromium-mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png: Removed.
21651         * platform/chromium-mac/css2.1/t0905-c5526-fltclr-00-c-ag-expected.checksum: Removed.
21652         * platform/chromium-mac/css2.1/t0905-c5526-fltclr-00-c-ag-expected.png: Removed.
21653         * platform/chromium-mac/css2.1/t1002-c5523-width-02-b-g-expected.checksum: Removed.
21654         * platform/chromium-mac/css2.1/t1002-c5523-width-02-b-g-expected.png: Removed.
21655         * platform/chromium-mac/css2.1/t1202-counters-08-b-expected.checksum: Removed.
21656         * platform/chromium-mac/css2.1/t1202-counters-08-b-expected.png: Removed.
21657         * platform/chromium-mac/css2.1/t1202-counters-09-b-expected.checksum: Removed.
21658         * platform/chromium-mac/css2.1/t1202-counters-09-b-expected.png: Removed.
21659         * platform/chromium-mac/css2.1/t140201-c535-bg-fixd-00-b-g-expected.checksum: Removed.
21660         * platform/chromium-mac/css2.1/t140201-c535-bg-fixd-00-b-g-expected.png: Removed.
21661         * platform/chromium-mac/css2.1/t140201-c537-bgfxps-00-c-ag-expected.checksum: Removed.
21662         * platform/chromium-mac/css2.1/t140201-c537-bgfxps-00-c-ag-expected.png: Removed.
21663         * platform/chromium-mac/css2.1/t1508-c527-font-07-b-expected.checksum: Removed.
21664         * platform/chromium-mac/css2.1/t1508-c527-font-07-b-expected.png: Removed.
21665         * platform/chromium/test_expectations.txt:
21666
21667 2011-01-03  Mihai Parparita  <mihaip@chromium.org>
21668
21669         Unreviewed Chromium test expectation update.
21670         
21671         Remove failing expectations for tests that now pass (due to r74892).
21672
21673         * platform/chromium/test_expectations.txt:
21674
21675 2011-01-03  Simon Fraser  <simon.fraser@apple.com>
21676
21677         Reviewed by David Hyatt.
21678
21679         Implement -webkit-linear-gradient and -webkit-radial-gradient
21680         https://bugs.webkit.org/show_bug.cgi?id=28152
21681
21682         Enhance gradient parsing test for radial gradients, and add new tests
21683         for various radial gradients.
21684
21685         * fast/gradients/css3-gradient-parsing-expected.txt:
21686         * fast/gradients/css3-gradient-parsing.html:
21687         * fast/gradients/css3-radial-gradients-expected.txt: Added.
21688         * fast/gradients/css3-radial-gradients.html: Added.
21689         * fast/gradients/css3-radial-gradients2-expected.txt: Added.
21690         * fast/gradients/css3-radial-gradients2.html: Added.
21691         * platform/mac/fast/gradients/css3-radial-gradients-expected.checksum: Added.
21692         * platform/mac/fast/gradients/css3-radial-gradients-expected.png: Added.
21693         * platform/mac/fast/gradients/css3-radial-gradients2-expected.checksum: Added.
21694         * platform/mac/fast/gradients/css3-radial-gradients2-expected.png: Added.
21695
21696 2011-01-03  Simon Fraser  <simon.fraser@apple.com>
21697
21698         Reviewed by David Hyatt.
21699
21700         Implement -webkit-linear-gradient and -webkit-radial-gradient
21701         https://bugs.webkit.org/show_bug.cgi?id=28152
21702         
21703         Testcases for CSS3 linear-gradients.
21704
21705         * fast/gradients/css3-color-stop-units-expected.txt: Added.
21706         * fast/gradients/css3-color-stop-units.html: Added.
21707         * fast/gradients/css3-color-stops-expected.txt: Added.
21708         * fast/gradients/css3-color-stops.html: Added.
21709         * fast/gradients/css3-gradient-parsing-expected.txt: Added.
21710         * fast/gradients/css3-gradient-parsing.html: Added.
21711         * fast/gradients/css3-linear-angle-gradients-expected.txt: Added.
21712         * fast/gradients/css3-linear-angle-gradients.html: Added.
21713         * platform/mac/fast/gradients/css3-color-stop-units-expected.checksum: Added.
21714         * platform/mac/fast/gradients/css3-color-stop-units-expected.png: Added.
21715         * platform/mac/fast/gradients/css3-color-stops-expected.checksum: Added.
21716         * platform/mac/fast/gradients/css3-color-stops-expected.png: Added.
21717         * platform/mac/fast/gradients/css3-linear-angle-gradients-expected.checksum: Added.
21718         * platform/mac/fast/gradients/css3-linear-angle-gradients-expected.png: Added.
21719
21720 2011-01-03  Mihai Parparita  <mihaip@chromium.org>
21721
21722         Unreviewed, Chromium test expectation update.
21723         
21724         Missed a few failing tests.
21725
21726         * platform/chromium/test_expectations.txt:
21727
21728 2011-01-03  David Hyatt  <hyatt@apple.com>
21729
21730         Reviewed by Simon Fraser.
21731
21732         https://bugs.webkit.org/show_bug.cgi?id=51328
21733
21734         Add layout test for printing clipping bug.
21735
21736         * printing/page-count-percentage-height-expected.txt: Added.
21737         * printing/page-count-percentage-height.html: Added.
21738         * printing/script-tests/page-count-percentage-height.js: Added.
21739         (test):
21740
21741 2011-01-03  Csaba Osztrogonác  <ossy@webkit.org>
21742
21743         Unreviewed, rolling out unnecessary r74905.
21744
21745         [Qt] DRT sideeffect revealed by r74896
21746         https://bugs.webkit.org/show_bug.cgi?id=51829
21747
21748         * platform/qt/Skipped:
21749
21750 2011-01-03  Csaba Osztrogonác  <ossy@webkit.org>
21751
21752         Unreviewed fix.
21753
21754         [Qt] DRT sideeffect revealed by r74896
21755         https://bugs.webkit.org/show_bug.cgi?id=51829
21756
21757         * platform/qt/Skipped: http/tests/misc/401-alternative-content.php added until fix.
21758
21759 2011-01-03  Mihai Parparita  <mihaip@chromium.org>
21760
21761         Unreviewed, Chromium test expectation update.
21762         
21763         Fix duplicate expectation.
21764
21765         * platform/chromium/test_expectations.txt:
21766
21767 2011-01-03  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
21768
21769         Unreviewed, build fix.
21770
21771         [Qt] Add back auth.html to the skipped list after r74896.
21772
21773         * platform/qt/Skipped:
21774           Add http/tests/appcache/auth.html to the list.
21775
21776 2011-01-03  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
21777
21778         Reviewed by David Levin.
21779
21780         [Qt] Unskip some passing tests as the bot is migrated to Qt 4.7+
21781         https://bugs.webkit.org/show_bug.cgi?id=51819
21782
21783         * platform/qt/Skipped: Remove passing HTTP tests.
21784           Keep timer-vs-loading.html as it is still failing.
21785
21786         * platform/qt/http/tests/loading/bad-scheme-subframe-expected.txt:
21787           Match the expected results with chromium to pass the test.
21788
21789 2011-01-03  Mihai Parparita  <mihaip@chromium.org>
21790
21791         Unreviewed, Chromium test expectation update.
21792         
21793         Remove css1/ chromium-mac baselines that are no longer necessary after
21794         r74892 (now that chromium-mac scrollbars match mac ones).
21795
21796         * platform/chromium-mac/css1/basic/comments-expected.checksum: Removed.
21797         * platform/chromium-mac/css1/basic/comments-expected.png: Removed.
21798         * platform/chromium-mac/css1/basic/containment-expected.checksum: Removed.
21799         * platform/chromium-mac/css1/basic/containment-expected.png: Removed.
21800         * platform/chromium-mac/css1/basic/id_as_selector-expected.checksum: Removed.
21801         * platform/chromium-mac/css1/basic/id_as_selector-expected.png: Removed.
21802         * platform/chromium-mac/css1/basic/inheritance-expected.checksum: Removed.
21803         * platform/chromium-mac/css1/basic/inheritance-expected.png: Removed.
21804         * platform/chromium-mac/css1/box_properties/border-expected.checksum: Removed.
21805         * platform/chromium-mac/css1/box_properties/border-expected.png: Removed.
21806         * platform/chromium-mac/css1/box_properties/border_bottom-expected.checksum: Removed.
21807         * platform/chromium-mac/css1/box_properties/border_bottom-expected.png: Removed.
21808         * platform/chromium-mac/css1/box_properties/border_bottom_width-expected.checksum: Removed.
21809         * platform/chromium-mac/css1/box_properties/border_bottom_width-expected.png: Removed.
21810         * platform/chromium-mac/css1/box_properties/border_left-expected.checksum: Removed.
21811         * platform/chromium-mac/css1/box_properties/border_left-expected.png: Removed.
21812         * platform/chromium-mac/css1/box_properties/border_left_width-expected.checksum: Removed.
21813         * platform/chromium-mac/css1/box_properties/border_left_width-expected.png: Removed.
21814         * platform/chromium-mac/css1/box_properties/border_right_inline-expected.checksum: Removed.
21815         * platform/chromium-mac/css1/box_properties/border_right_inline-expected.png: Removed.
21816         * platform/chromium-mac/css1/box_properties/border_right_width-expected.checksum: Removed.
21817         * platform/chromium-mac/css1/box_properties/border_right_width-expected.png: Removed.
21818         * platform/chromium-mac/css1/box_properties/border_style-expected.checksum: Removed.
21819         * platform/chromium-mac/css1/box_properties/border_style-expected.png: Removed.
21820         * platform/chromium-mac/css1/box_properties/border_top-expected.checksum: Removed.
21821         * platform/chromium-mac/css1/box_properties/border_top-expected.png: Removed.
21822         * platform/chromium-mac/css1/box_properties/border_top_width-expected.checksum: Removed.
21823         * platform/chromium-mac/css1/box_properties/border_top_width-expected.png: Removed.
21824         * platform/chromium-mac/css1/box_properties/border_width-expected.checksum: Removed.
21825         * platform/chromium-mac/css1/box_properties/border_width-expected.png: Removed.
21826         * platform/chromium-mac/css1/box_properties/clear_float-expected.checksum: Removed.
21827         * platform/chromium-mac/css1/box_properties/clear_float-expected.png: Removed.
21828         * platform/chromium-mac/css1/box_properties/float_elements_in_series-expected.checksum: Removed.
21829         * platform/chromium-mac/css1/box_properties/float_elements_in_series-expected.png: Removed.
21830         * platform/chromium-mac/css1/box_properties/float_margin-expected.checksum: Removed.
21831         * platform/chromium-mac/css1/box_properties/float_margin-expected.png: Removed.
21832         * platform/chromium-mac/css1/box_properties/float_on_text_elements-expected.checksum: Removed.
21833         * platform/chromium-mac/css1/box_properties/float_on_text_elements-expected.png: Removed.
21834         * platform/chromium-mac/css1/box_properties/height-expected.checksum: Removed.
21835         * platform/chromium-mac/css1/box_properties/height-expected.png: Removed.
21836         * platform/chromium-mac/css1/box_properties/margin-expected.checksum: Removed.
21837         * platform/chromium-mac/css1/box_properties/margin-expected.png: Removed.
21838         * platform/chromium-mac/css1/box_properties/margin_bottom-expected.checksum: Removed.
21839         * platform/chromium-mac/css1/box_properties/margin_bottom-expected.png: Removed.
21840         * platform/chromium-mac/css1/box_properties/margin_inline-expected.checksum: Removed.
21841         * platform/chromium-mac/css1/box_properties/margin_inline-expected.png: Removed.
21842         * platform/chromium-mac/css1/box_properties/margin_left-expected.checksum: Removed.
21843         * platform/chromium-mac/css1/box_properties/margin_left-expected.png: Removed.
21844         * platform/chromium-mac/css1/box_properties/margin_right-expected.checksum: Removed.
21845         * platform/chromium-mac/css1/box_properties/margin_right-expected.png: Removed.
21846         * platform/chromium-mac/css1/box_properties/margin_top-expected.checksum: Removed.
21847         * platform/chromium-mac/css1/box_properties/margin_top-expected.png: Removed.
21848         * platform/chromium-mac/css1/box_properties/padding-expected.checksum: Removed.
21849         * platform/chromium-mac/css1/box_properties/padding-expected.png: Removed.
21850         * platform/chromium-mac/css1/box_properties/padding_bottom-expected.checksum: Removed.
21851         * platform/chromium-mac/css1/box_properties/padding_bottom-expected.png: Removed.
21852         * platform/chromium-mac/css1/box_properties/padding_inline-expected.checksum: Removed.
21853         * platform/chromium-mac/css1/box_properties/padding_inline-expected.png: Removed.
21854         * platform/chromium-mac/css1/box_properties/padding_left-expected.checksum: Removed.
21855         * platform/chromium-mac/css1/box_properties/padding_left-expected.png: Removed.
21856         * platform/chromium-mac/css1/box_properties/padding_right-expected.checksum: Removed.
21857         * platform/chromium-mac/css1/box_properties/padding_right-expected.png: Removed.
21858         * platform/chromium-mac/css1/box_properties/padding_top-expected.checksum: Removed.
21859         * platform/chromium-mac/css1/box_properties/padding_top-expected.png: Removed.
21860         * platform/chromium-mac/css1/box_properties/width-expected.checksum: Removed.
21861         * platform/chromium-mac/css1/box_properties/width-expected.png: Removed.
21862         * platform/chromium-mac/css1/cascade/cascade_order-expected.checksum: Removed.
21863         * platform/chromium-mac/css1/cascade/cascade_order-expected.png: Removed.
21864         * platform/chromium-mac/css1/classification/display-expected.checksum: Removed.
21865         * platform/chromium-mac/css1/classification/display-expected.png: Removed.
21866         * platform/chromium-mac/css1/classification/list_style_type-expected.checksum: Removed.
21867         * platform/chromium-mac/css1/classification/list_style_type-expected.png: Removed.
21868         * platform/chromium-mac/css1/classification/white_space-expected.checksum: Removed.
21869         * platform/chromium-mac/css1/classification/white_space-expected.png: Removed.
21870         * platform/chromium-mac/css1/color_and_background/background-expected.checksum: Removed.
21871         * platform/chromium-mac/css1/color_and_background/background-expected.png: Removed.
21872         * platform/chromium-mac/css1/color_and_background/background_attachment-expected.checksum: Removed.
21873         * platform/chromium-mac/css1/color_and_background/background_attachment-expected.png: Removed.
21874         * platform/chromium-mac/css1/color_and_background/background_position-expected.checksum: Removed.
21875         * platform/chromium-mac/css1/color_and_background/background_position-expected.png: Removed.
21876         * platform/chromium-mac/css1/color_and_background/background_repeat-expected.checksum: Removed.
21877         * platform/chromium-mac/css1/color_and_background/background_repeat-expected.png: Removed.
21878         * platform/chromium-mac/css1/conformance/forward_compatible_parsing-expected.checksum: Removed.
21879         * platform/chromium-mac/css1/conformance/forward_compatible_parsing-expected.png: Removed.
21880         * platform/chromium-mac/css1/font_properties/font-expected.checksum: Removed.
21881         * platform/chromium-mac/css1/font_properties/font-expected.png: Removed.
21882         * platform/chromium-mac/css1/font_properties/font_size-expected.checksum: Removed.
21883         * platform/chromium-mac/css1/font_properties/font_size-expected.png: Removed.
21884         * platform/chromium-mac/css1/font_properties/font_weight-expected.checksum: Removed.
21885         * platform/chromium-mac/css1/font_properties/font_weight-expected.png: Removed.
21886         * platform/chromium-mac/css1/formatting_model/floating_elements-expected.checksum: Removed.
21887         * platform/chromium-mac/css1/formatting_model/floating_elements-expected.png: Removed.
21888         * platform/chromium-mac/css1/formatting_model/height_of_lines-expected.checksum: Removed.
21889         * platform/chromium-mac/css1/formatting_model/height_of_lines-expected.png: Removed.
21890         * platform/chromium-mac/css1/formatting_model/horizontal_formatting-expected.checksum: Removed.
21891         * platform/chromium-mac/css1/formatting_model/horizontal_formatting-expected.png: Removed.
21892         * platform/chromium-mac/css1/formatting_model/inline_elements-expected.checksum: Removed.
21893         * platform/chromium-mac/css1/formatting_model/inline_elements-expected.png: Removed.
21894         * platform/chromium-mac/css1/formatting_model/replaced_elements-expected.checksum: Removed.
21895         * platform/chromium-mac/css1/formatting_model/replaced_elements-expected.png: Removed.
21896         * platform/chromium-mac/css1/formatting_model/vertical_formatting-expected.checksum: Removed.
21897         * platform/chromium-mac/css1/formatting_model/vertical_formatting-expected.png: Removed.
21898         * platform/chromium-mac/css1/pseudo/anchor-expected.checksum: Removed.
21899         * platform/chromium-mac/css1/pseudo/anchor-expected.png: Removed.
21900         * platform/chromium-mac/css1/pseudo/firstletter-expected.checksum: Removed.
21901         * platform/chromium-mac/css1/pseudo/firstletter-expected.png: Removed.
21902         * platform/chromium-mac/css1/pseudo/firstline-expected.checksum: Removed.
21903         * platform/chromium-mac/css1/pseudo/firstline-expected.png: Removed.
21904         * platform/chromium-mac/css1/pseudo/multiple_pseudo_elements-expected.checksum: Removed.
21905         * platform/chromium-mac/css1/pseudo/multiple_pseudo_elements-expected.png: Removed.
21906         * platform/chromium-mac/css1/text_properties/letter_spacing-expected.checksum: Removed.
21907         * platform/chromium-mac/css1/text_properties/letter_spacing-expected.png: Removed.
21908         * platform/chromium-mac/css1/text_properties/line_height-expected.checksum: Removed.
21909         * platform/chromium-mac/css1/text_properties/line_height-expected.png: Removed.
21910         * platform/chromium-mac/css1/text_properties/text_decoration-expected.checksum: Removed.
21911         * platform/chromium-mac/css1/text_properties/text_decoration-expected.png: Removed.
21912         * platform/chromium-mac/css1/text_properties/text_indent-expected.checksum: Removed.
21913         * platform/chromium-mac/css1/text_properties/text_indent-expected.png: Removed.
21914         * platform/chromium-mac/css1/text_properties/word_spacing-expected.checksum: Removed.
21915         * platform/chromium-mac/css1/text_properties/word_spacing-expected.png: Removed.
21916         * platform/chromium-mac/css1/units/color_units-expected.checksum: Removed.
21917         * platform/chromium-mac/css1/units/color_units-expected.png: Removed.
21918         * platform/chromium-mac/css1/units/length_units-expected.checksum: Removed.
21919         * platform/chromium-mac/css1/units/length_units-expected.png: Removed.
21920         * platform/chromium/test_expectations.txt:
21921
21922 2011-01-03  Mihai Parparita  <mihaip@chromium.org>
21923
21924         Unreviewed, Chromium test expectation update.
21925         
21926         Update expectations after r74892. A bunch of previously failing tests
21927         now pass (since they match scrollbars with the mac port). Some tests
21928         also started to fail, they should be fixed by removing their
21929         chromium-mac baselines.
21930
21931         * platform/chromium/test_expectations.txt:
21932
21933 2011-01-02  Adam Barth  <abarth@webkit.org>
21934
21935         Skip this test for now.  It's been failing for a while.  I'm
21936         investigating the root cause now, but having this red on the buildbot
21937         isn't productive.
21938
21939         * platform/mac/Skipped:
21940
21941 2011-01-02  Kent Tamura  <tkent@chromium.org>
21942
21943         Unreviewed, test expectation update.
21944
21945         Two more fixes.
21946
21947         * platform/chromium/test_expectations.txt:
21948
21949 2011-01-02  Kent Tamura  <tkent@chromium.org>
21950
21951         Unreviewed, correct test_expectations.txt syntax.
21952
21953         * platform/chromium/test_expectations.txt:
21954
21955 2011-01-02  Kent Tamura  <tkent@chromium.org>
21956
21957         Unreviewed, test expectation update.
21958
21959         - Add expectation files for application-plugin-plugins-disabled.html
21960         - Add some flaky tests to test_expectations.txt
21961
21962         * platform/chromium-linux/plugins/application-plugin-plugins-disabled-expected.checksum: Added.
21963         * platform/chromium-linux/plugins/application-plugin-plugins-disabled-expected.png: Added.
21964         * platform/chromium-mac/plugins/application-plugin-plugins-disabled-expected.checksum: Added.
21965         * platform/chromium-mac/plugins/application-plugin-plugins-disabled-expected.png: Added.
21966         * platform/chromium-win/plugins/application-plugin-plugins-disabled-expected.checksum: Added.
21967         * platform/chromium-win/plugins/application-plugin-plugins-disabled-expected.png: Added.
21968         * platform/chromium-win/plugins/application-plugin-plugins-disabled-expected.txt: Added.
21969         * platform/chromium/test_expectations.txt:
21970
21971 2011-01-02  Robert Hogan  <robert@webkit.org>
21972
21973         Unreviewed, update expected results.
21974
21975         Update expected results for tests added in r74872
21976
21977         Skip test on Qt as Qt Styled Widgets are no longer getting
21978         rendered when plugins are disabled. This is a bug.
21979
21980         * platform/gtk/plugins/application-plugin-plugins-disabled-expected.txt: Copied from LayoutTests/plugins/application-plugin-plugins-disabled-expected.txt.
21981         * platform/qt/Skipped:
21982         * plugins/application-plugin-plugins-disabled-expected.txt:
21983
21984 2011-01-02  Robert Hogan  <robert@webkit.org>
21985
21986         Unreviewed. 
21987
21988         Layout tests from changeset r56661 were missed
21989
21990         This test was accidentally omitted from changeset 56661.
21991
21992         See also https://webkit.org/b/32196
21993
21994         https://bugs.webkit.org/show_bug.cgi?id=42562
21995
21996         * platform/qt/plugins/application-plugin-plugins-disabled-expected.txt: Added.
21997         * plugins/application-plugin-plugins-disabled-expected.txt: Added.
21998         * plugins/application-plugin-plugins-disabled.html: Added.
21999
22000 2011-01-01  Adam Barth  <abarth@webkit.org>
22001
22002         Reviewed by Eric Seidel.
22003
22004         forbid sandboxed frames to call top.close() when allow-same-origin is not setted
22005         https://bugs.webkit.org/show_bug.cgi?id=38340
22006
22007         Test the interaction between the HTML5 sandbox and window.close.
22008
22009         * fast/frames/resources/close-top.html: Added.
22010         * fast/frames/resources/sandboxed-iframe-close-top-does-close.html: Added.
22011         * fast/frames/resources/sandboxed-iframe-close-top-does-not-close.html: Added.
22012         * fast/frames/sandboxed-iframe-close-top-expected.txt: Added.
22013         * fast/frames/sandboxed-iframe-close-top-noclose-expected.txt: Added.
22014         * fast/frames/sandboxed-iframe-close-top-noclose.html: Added.
22015         * fast/frames/sandboxed-iframe-close-top.html: Added.
22016
22017 2011-01-01  Justin Schuh  <jschuh@chromium.org>
22018
22019         Reviewed by Eric Seidel.
22020
22021         sandbox iframes have access to top.history methods
22022         https://bugs.webkit.org/show_bug.cgi?id=38152
22023
22024         Test that sandboxed iframes cannot use history to navigate the top
22025         frame.  This test is less than ideal, as described in the test itself.
22026         If I was really on top of things, I'd add a test for successful use of
22027         the history API when allow-top-navigation is set, but that test would
22028         be complicated and I'm lazy (enough to copy directly from abarth).
22029
22030         * fast/frames/sandboxed-iframe-history-denied-expected.txt: Added.
22031         * fast/frames/sandboxed-iframe-history-denied.html: Added.
22032
22033 2011-01-01  Kent Tamura  <tkent@chromium.org>
22034
22035         Unreviewed, test expectation update.
22036
22037         One more rebaseline for a spelling test, and remove passing tests from
22038         test_expectations.txt.
22039
22040         * platform/chromium-linux/editing/spelling/inline_spelling_markers-expected.checksum: Added.
22041         * platform/chromium-linux/editing/spelling/inline_spelling_markers-expected.png: Added.
22042         * platform/chromium-win/editing/spelling/inline_spelling_markers-expected.checksum: Added.
22043         * platform/chromium-win/editing/spelling/inline_spelling_markers-expected.png: Added.
22044         * platform/chromium-win/editing/spelling/inline_spelling_markers-expected.txt: Added.
22045         * platform/chromium/test_expectations.txt:
22046
22047 2010-12-31  Kent Tamura  <tkent@chromium.org>
22048
22049         Unreviewed, test expectation update.
22050
22051         r74844 enabled spell checker on Chromium Linux and Chromium
22052         Windows. So we need to update all of images with misspelled words.
22053
22054         * platform/chromium-linux/editing/deleting/delete-3928305-fix-expected.checksum:
22055         * platform/chromium-linux/editing/deleting/delete-3928305-fix-expected.png:
22056         * platform/chromium-linux/editing/deleting/delete-3959464-fix-expected.checksum:
22057         * platform/chromium-linux/editing/deleting/delete-3959464-fix-expected.png:
22058         * platform/chromium-linux/editing/deleting/delete-and-undo-expected.checksum:
22059         * platform/chromium-linux/editing/deleting/delete-and-undo-expected.png:
22060         * platform/chromium-linux/editing/deleting/delete-block-contents-003-expected.checksum:
22061         * platform/chromium-linux/editing/deleting/delete-block-contents-003-expected.png:
22062         * platform/chromium-linux/editing/deleting/delete-contiguous-ws-001-expected.checksum:
22063         * platform/chromium-linux/editing/deleting/delete-contiguous-ws-001-expected.png:
22064         * platform/chromium-linux/editing/deleting/delete-tab-002-expected.checksum:
22065         * platform/chromium-linux/editing/deleting/delete-tab-002-expected.png:
22066         * platform/chromium-linux/editing/deleting/delete-tab-003-expected.checksum:
22067         * platform/chromium-linux/editing/deleting/delete-tab-003-expected.png:
22068         * platform/chromium-linux/editing/deleting/delete-to-select-table-expected.checksum:
22069         * platform/chromium-linux/editing/deleting/delete-to-select-table-expected.png:
22070         * platform/chromium-linux/editing/deleting/delete-trailing-ws-002-expected.checksum:
22071         * platform/chromium-linux/editing/deleting/delete-trailing-ws-002-expected.png:
22072         * platform/chromium-linux/editing/deleting/delete-ws-fixup-001-expected.checksum:
22073         * platform/chromium-linux/editing/deleting/delete-ws-fixup-001-expected.png:
22074         * platform/chromium-linux/editing/deleting/delete-ws-fixup-002-expected.checksum:
22075         * platform/chromium-linux/editing/deleting/delete-ws-fixup-002-expected.png:
22076         * platform/chromium-linux/editing/execCommand/5569741-expected.checksum:
22077         * platform/chromium-linux/editing/execCommand/5569741-expected.png:
22078         * platform/chromium-linux/editing/execCommand/insert-list-and-stitch-expected.checksum:
22079         * platform/chromium-linux/editing/execCommand/insert-list-and-stitch-expected.png:
22080         * platform/chromium-linux/editing/execCommand/insertHorizontalRule-expected.checksum:
22081         * platform/chromium-linux/editing/execCommand/insertHorizontalRule-expected.png:
22082         * platform/chromium-linux/editing/execCommand/outdent-selection-expected.checksum:
22083         * platform/chromium-linux/editing/execCommand/outdent-selection-expected.png:
22084         * platform/chromium-linux/editing/inserting/5418891-expected.checksum:
22085         * platform/chromium-linux/editing/inserting/5418891-expected.png:
22086         * platform/chromium-linux/editing/inserting/editing-empty-divs-expected.checksum:
22087         * platform/chromium-linux/editing/inserting/editing-empty-divs-expected.png:
22088         * platform/chromium-linux/editing/inserting/insert-3907422-fix-expected.checksum:
22089         * platform/chromium-linux/editing/inserting/insert-3907422-fix-expected.png:
22090         * platform/chromium-linux/editing/inserting/insert-br-004-expected.checksum:
22091         * platform/chromium-linux/editing/inserting/insert-br-004-expected.png:
22092         * platform/chromium-linux/editing/inserting/insert-br-005-expected.checksum:
22093         * platform/chromium-linux/editing/inserting/insert-br-005-expected.png:
22094         * platform/chromium-linux/editing/inserting/insert-br-007-expected.checksum:
22095         * platform/chromium-linux/editing/inserting/insert-br-007-expected.png:
22096         * platform/chromium-linux/editing/inserting/insert-div-007-expected.checksum:
22097         * platform/chromium-linux/editing/inserting/insert-div-007-expected.png:
22098         * platform/chromium-linux/editing/inserting/insert-div-012-expected.checksum:
22099         * platform/chromium-linux/editing/inserting/insert-div-012-expected.png:
22100         * platform/chromium-linux/editing/inserting/insert-div-013-expected.checksum:
22101         * platform/chromium-linux/editing/inserting/insert-div-013-expected.png:
22102         * platform/chromium-linux/editing/inserting/insert-div-014-expected.checksum:
22103         * platform/chromium-linux/editing/inserting/insert-div-014-expected.png:
22104         * platform/chromium-linux/editing/inserting/insert-div-015-expected.checksum:
22105         * platform/chromium-linux/editing/inserting/insert-div-015-expected.png:
22106         * platform/chromium-linux/editing/inserting/insert-div-016-expected.checksum:
22107         * platform/chromium-linux/editing/inserting/insert-div-016-expected.png:
22108         * platform/chromium-linux/editing/inserting/insert-div-017-expected.checksum:
22109         * platform/chromium-linux/editing/inserting/insert-div-017-expected.png:
22110         * platform/chromium-linux/editing/inserting/insert-div-018-expected.checksum:
22111         * platform/chromium-linux/editing/inserting/insert-div-018-expected.png:
22112         * platform/chromium-linux/editing/inserting/insert-div-019-expected.checksum:
22113         * platform/chromium-linux/editing/inserting/insert-div-019-expected.png:
22114         * platform/chromium-linux/editing/inserting/insert-div-020-expected.checksum:
22115         * platform/chromium-linux/editing/inserting/insert-div-020-expected.png:
22116         * platform/chromium-linux/editing/inserting/insert-div-021-expected.checksum:
22117         * platform/chromium-linux/editing/inserting/insert-div-021-expected.png:
22118         * platform/chromium-linux/editing/inserting/insert-div-022-expected.checksum:
22119         * platform/chromium-linux/editing/inserting/insert-div-022-expected.png:
22120         * platform/chromium-linux/editing/inserting/insert-div-025-expected.checksum:
22121         * platform/chromium-linux/editing/inserting/insert-div-025-expected.png:
22122         * platform/chromium-linux/editing/inserting/insert-div-027-expected.checksum:
22123         * platform/chromium-linux/editing/inserting/insert-div-027-expected.png:
22124         * platform/chromium-linux/editing/inserting/insert-paragraph-02-expected.checksum:
22125         * platform/chromium-linux/editing/inserting/insert-paragraph-02-expected.png:
22126         * platform/chromium-linux/editing/inserting/insert-paragraph-03-expected.checksum:
22127         * platform/chromium-linux/editing/inserting/insert-paragraph-03-expected.png:
22128         * platform/chromium-linux/editing/inserting/insert-tab-002-expected.checksum:
22129         * platform/chromium-linux/editing/inserting/insert-tab-002-expected.png:
22130         * platform/chromium-linux/editing/inserting/insert-tab-003-expected.checksum:
22131         * platform/chromium-linux/editing/inserting/insert-tab-003-expected.png:
22132         * platform/chromium-linux/editing/inserting/insert-text-with-newlines-expected.checksum:
22133         * platform/chromium-linux/editing/inserting/insert-text-with-newlines-expected.png:
22134         * platform/chromium-linux/editing/inserting/paragraph-separator-01-expected.checksum:
22135         * platform/chromium-linux/editing/inserting/paragraph-separator-01-expected.png:
22136         * platform/chromium-linux/editing/inserting/paragraph-separator-02-expected.checksum:
22137         * platform/chromium-linux/editing/inserting/paragraph-separator-02-expected.png:
22138         * platform/chromium-linux/editing/inserting/paragraph-separator-03-expected.checksum:
22139         * platform/chromium-linux/editing/inserting/paragraph-separator-03-expected.png:
22140         * platform/chromium-linux/editing/inserting/return-key-with-selection-001-expected.checksum:
22141         * platform/chromium-linux/editing/inserting/return-key-with-selection-001-expected.png:
22142         * platform/chromium-linux/editing/inserting/return-key-with-selection-002-expected.checksum:
22143         * platform/chromium-linux/editing/inserting/return-key-with-selection-002-expected.png:
22144         * platform/chromium-linux/editing/inserting/return-key-with-selection-003-expected.checksum:
22145         * platform/chromium-linux/editing/inserting/return-key-with-selection-003-expected.png:
22146         * platform/chromium-linux/editing/inserting/typing-002-expected.checksum:
22147         * platform/chromium-linux/editing/inserting/typing-002-expected.png:
22148         * platform/chromium-linux/editing/inserting/typing-around-br-001-expected.checksum:
22149         * platform/chromium-linux/editing/inserting/typing-around-br-001-expected.png:
22150         * platform/chromium-linux/editing/pasteboard/4242293-expected.checksum:
22151         * platform/chromium-linux/editing/pasteboard/4242293-expected.png:
22152         * platform/chromium-linux/editing/pasteboard/4944770-1-expected.checksum:
22153         * platform/chromium-linux/editing/pasteboard/4944770-1-expected.png:
22154         * platform/chromium-linux/editing/pasteboard/8145-2-expected.checksum:
22155         * platform/chromium-linux/editing/pasteboard/8145-2-expected.png:
22156         * platform/chromium-linux/editing/pasteboard/cut-text-001-expected.checksum:
22157         * platform/chromium-linux/editing/pasteboard/cut-text-001-expected.png:
22158         * platform/chromium-linux/editing/pasteboard/interchange-newline-1-expected.checksum:
22159         * platform/chromium-linux/editing/pasteboard/interchange-newline-1-expected.png:
22160         * platform/chromium-linux/editing/pasteboard/merge-after-delete-1-expected.checksum:
22161         * platform/chromium-linux/editing/pasteboard/merge-after-delete-1-expected.png:
22162         * platform/chromium-linux/editing/pasteboard/merge-after-delete-2-expected.checksum:
22163         * platform/chromium-linux/editing/pasteboard/merge-after-delete-2-expected.png:
22164         * platform/chromium-linux/editing/pasteboard/merge-after-delete-expected.checksum:
22165         * platform/chromium-linux/editing/pasteboard/merge-after-delete-expected.png:
22166         * platform/chromium-linux/editing/pasteboard/merge-end-4-expected.checksum:
22167         * platform/chromium-linux/editing/pasteboard/merge-end-4-expected.png:
22168         * platform/chromium-linux/editing/pasteboard/merge-end-blockquote-expected.checksum:
22169         * platform/chromium-linux/editing/pasteboard/merge-end-blockquote-expected.png:
22170         * platform/chromium-linux/editing/pasteboard/merge-end-list-expected.checksum:
22171         * platform/chromium-linux/editing/pasteboard/merge-end-list-expected.png:
22172         * platform/chromium-linux/editing/pasteboard/merge-end-table-expected.checksum:
22173         * platform/chromium-linux/editing/pasteboard/merge-end-table-expected.png:
22174         * platform/chromium-linux/editing/pasteboard/paste-blockquote-3-expected.checksum:
22175         * platform/chromium-linux/editing/pasteboard/paste-blockquote-3-expected.png:
22176         * platform/chromium-linux/editing/pasteboard/paste-text-001-expected.checksum:
22177         * platform/chromium-linux/editing/pasteboard/paste-text-001-expected.png:
22178         * platform/chromium-linux/editing/pasteboard/paste-text-012-expected.checksum:
22179         * platform/chromium-linux/editing/pasteboard/paste-text-012-expected.png:
22180         * platform/chromium-linux/editing/pasteboard/paste-text-013-expected.checksum:
22181         * platform/chromium-linux/editing/pasteboard/paste-text-013-expected.png:
22182         * platform/chromium-linux/editing/pasteboard/paste-text-014-expected.checksum:
22183         * platform/chromium-linux/editing/pasteboard/paste-text-014-expected.png:
22184         * platform/chromium-linux/editing/pasteboard/paste-text-019-expected.checksum:
22185         * platform/chromium-linux/editing/pasteboard/paste-text-019-expected.png:
22186         * platform/chromium-linux/editing/pasteboard/paste-xml-expected.checksum:
22187         * platform/chromium-linux/editing/pasteboard/paste-xml-expected.png:
22188         * platform/chromium-linux/editing/pasteboard/undoable-fragment-removes-expected.checksum:
22189         * platform/chromium-linux/editing/pasteboard/undoable-fragment-removes-expected.png:
22190         * platform/chromium-linux/editing/selection/13804-expected.checksum:
22191         * platform/chromium-linux/editing/selection/13804-expected.png:
22192         * platform/chromium-linux/editing/selection/5234383-1-expected.checksum:
22193         * platform/chromium-linux/editing/selection/5234383-1-expected.png:
22194         * platform/chromium-linux/editing/selection/5234383-2-expected.checksum:
22195         * platform/chromium-linux/editing/selection/5234383-2-expected.png:
22196         * platform/chromium-linux/editing/selection/extend-by-word-001-expected.checksum:
22197         * platform/chromium-linux/editing/selection/extend-by-word-001-expected.png:
22198         * platform/chromium-linux/editing/selection/move-backwords-by-word-001-expected.checksum:
22199         * platform/chromium-linux/editing/selection/move-backwords-by-word-001-expected.png:
22200         * platform/chromium-linux/editing/selection/move-by-character-001-expected.checksum:
22201         * platform/chromium-linux/editing/selection/move-by-character-001-expected.png:
22202         * platform/chromium-linux/editing/selection/move-by-line-001-expected.checksum:
22203         * platform/chromium-linux/editing/selection/move-by-line-001-expected.png:
22204         * platform/chromium-linux/editing/selection/move-by-word-001-expected.checksum:
22205         * platform/chromium-linux/editing/selection/move-by-word-001-expected.png:
22206         * platform/chromium-linux/editing/selection/select-from-textfield-outwards-expected.checksum:
22207         * platform/chromium-linux/editing/selection/select-from-textfield-outwards-expected.png:
22208         * platform/chromium-linux/editing/selection/unrendered-002-expected.checksum:
22209         * platform/chromium-linux/editing/selection/unrendered-002-expected.png:
22210         * platform/chromium-linux/editing/spelling/spelling-expected.checksum:
22211         * platform/chromium-linux/editing/spelling/spelling-expected.png:
22212         * platform/chromium-linux/editing/style/5046875-2-expected.checksum:
22213         * platform/chromium-linux/editing/style/5046875-2-expected.png:
22214         * platform/chromium-linux/editing/style/block-styles-007-expected.checksum:
22215         * platform/chromium-linux/editing/style/block-styles-007-expected.png:
22216         * platform/chromium-linux/editing/style/create-block-for-style-002-expected.checksum:
22217         * platform/chromium-linux/editing/style/create-block-for-style-002-expected.png:
22218         * platform/chromium-linux/editing/style/create-block-for-style-003-expected.checksum:
22219         * platform/chromium-linux/editing/style/create-block-for-style-003-expected.png:
22220         * platform/chromium-linux/editing/style/create-block-for-style-004-expected.checksum:
22221         * platform/chromium-linux/editing/style/create-block-for-style-004-expected.png:
22222         * platform/chromium-linux/editing/style/create-block-for-style-006-expected.checksum:
22223         * platform/chromium-linux/editing/style/create-block-for-style-006-expected.png:
22224         * platform/chromium-linux/editing/style/create-block-for-style-008-expected.checksum:
22225         * platform/chromium-linux/editing/style/create-block-for-style-008-expected.png:
22226         * platform/chromium-linux/editing/style/create-block-for-style-009-expected.checksum:
22227         * platform/chromium-linux/editing/style/create-block-for-style-009-expected.png:
22228         * platform/chromium-linux/editing/style/create-block-for-style-011-expected.checksum:
22229         * platform/chromium-linux/editing/style/create-block-for-style-011-expected.png:
22230         * platform/chromium-linux/editing/style/create-block-for-style-012-expected.checksum:
22231         * platform/chromium-linux/editing/style/create-block-for-style-012-expected.png:
22232         * platform/chromium-linux/editing/style/create-block-for-style-013-expected.checksum:
22233         * platform/chromium-linux/editing/style/create-block-for-style-013-expected.png:
22234         * platform/chromium-linux/fast/dom/blur-contenteditable-expected.checksum:
22235         * platform/chromium-linux/fast/dom/blur-contenteditable-expected.png:
22236         * platform/chromium-win/editing/deleting/delete-3928305-fix-expected.checksum:
22237         * platform/chromium-win/editing/deleting/delete-3928305-fix-expected.png:
22238         * platform/chromium-win/editing/deleting/delete-3959464-fix-expected.checksum:
22239         * platform/chromium-win/editing/deleting/delete-3959464-fix-expected.png:
22240         * platform/chromium-win/editing/deleting/delete-and-undo-expected.checksum:
22241         * platform/chromium-win/editing/deleting/delete-and-undo-expected.png:
22242         * platform/chromium-win/editing/deleting/delete-block-contents-003-expected.checksum:
22243         * platform/chromium-win/editing/deleting/delete-block-contents-003-expected.png:
22244         * platform/chromium-win/editing/deleting/delete-contiguous-ws-001-expected.checksum:
22245         * platform/chromium-win/editing/deleting/delete-contiguous-ws-001-expected.png:
22246         * platform/chromium-win/editing/deleting/delete-tab-002-expected.checksum:
22247         * platform/chromium-win/editing/deleting/delete-tab-002-expected.png:
22248         * platform/chromium-win/editing/deleting/delete-tab-003-expected.checksum:
22249         * platform/chromium-win/editing/deleting/delete-tab-003-expected.png:
22250         * platform/chromium-win/editing/deleting/delete-to-select-table-expected.checksum:
22251         * platform/chromium-win/editing/deleting/delete-to-select-table-expected.png:
22252         * platform/chromium-win/editing/deleting/delete-trailing-ws-002-expected.checksum:
22253         * platform/chromium-win/editing/deleting/delete-trailing-ws-002-expected.png:
22254         * platform/chromium-win/editing/deleting/delete-ws-fixup-001-expected.checksum:
22255         * platform/chromium-win/editing/deleting/delete-ws-fixup-001-expected.png:
22256         * platform/chromium-win/editing/deleting/delete-ws-fixup-002-expected.checksum:
22257         * platform/chromium-win/editing/deleting/delete-ws-fixup-002-expected.png:
22258         * platform/chromium-win/editing/deleting/smart-delete-002-expected.checksum:
22259         * platform/chromium-win/editing/deleting/smart-delete-002-expected.png:
22260         * platform/chromium-win/editing/deleting/smart-delete-003-expected.checksum:
22261         * platform/chromium-win/editing/deleting/smart-delete-003-expected.png:
22262         * platform/chromium-win/editing/deleting/smart-delete-004-expected.checksum:
22263         * platform/chromium-win/editing/deleting/smart-delete-004-expected.png:
22264         * platform/chromium-win/editing/execCommand/5569741-expected.checksum:
22265         * platform/chromium-win/editing/execCommand/5569741-expected.png:
22266         * platform/chromium-win/editing/execCommand/insert-list-and-stitch-expected.checksum:
22267         * platform/chromium-win/editing/execCommand/insert-list-and-stitch-expected.png:
22268         * platform/chromium-win/editing/execCommand/insertHorizontalRule-expected.checksum:
22269         * platform/chromium-win/editing/execCommand/insertHorizontalRule-expected.png:
22270         * platform/chromium-win/editing/execCommand/outdent-selection-expected.checksum:
22271         * platform/chromium-win/editing/execCommand/outdent-selection-expected.png:
22272         * platform/chromium-win/editing/inserting/5418891-expected.checksum:
22273         * platform/chromium-win/editing/inserting/5418891-expected.png:
22274         * platform/chromium-win/editing/inserting/editing-empty-divs-expected.checksum:
22275         * platform/chromium-win/editing/inserting/editing-empty-divs-expected.png:
22276         * platform/chromium-win/editing/inserting/insert-3907422-fix-expected.checksum:
22277         * platform/chromium-win/editing/inserting/insert-3907422-fix-expected.png:
22278         * platform/chromium-win/editing/inserting/insert-br-004-expected.checksum:
22279         * platform/chromium-win/editing/inserting/insert-br-004-expected.png:
22280         * platform/chromium-win/editing/inserting/insert-br-005-expected.checksum:
22281         * platform/chromium-win/editing/inserting/insert-br-005-expected.png:
22282         * platform/chromium-win/editing/inserting/insert-br-007-expected.checksum:
22283         * platform/chromium-win/editing/inserting/insert-br-007-expected.png:
22284         * platform/chromium-win/editing/inserting/insert-div-007-expected.checksum:
22285         * platform/chromium-win/editing/inserting/insert-div-007-expected.png:
22286         * platform/chromium-win/editing/inserting/insert-div-012-expected.checksum:
22287         * platform/chromium-win/editing/inserting/insert-div-012-expected.png:
22288         * platform/chromium-win/editing/inserting/insert-div-013-expected.checksum:
22289         * platform/chromium-win/editing/inserting/insert-div-013-expected.png:
22290         * platform/chromium-win/editing/inserting/insert-div-014-expected.checksum:
22291         * platform/chromium-win/editing/inserting/insert-div-014-expected.png:
22292         * platform/chromium-win/editing/inserting/insert-div-015-expected.checksum:
22293         * platform/chromium-win/editing/inserting/insert-div-015-expected.png:
22294         * platform/chromium-win/editing/inserting/insert-div-016-expected.checksum:
22295         * platform/chromium-win/editing/inserting/insert-div-016-expected.png:
22296         * platform/chromium-win/editing/inserting/insert-div-017-expected.checksum:
22297         * platform/chromium-win/editing/inserting/insert-div-017-expected.png:
22298         * platform/chromium-win/editing/inserting/insert-div-018-expected.checksum:
22299         * platform/chromium-win/editing/inserting/insert-div-018-expected.png:
22300         * platform/chromium-win/editing/inserting/insert-div-019-expected.checksum:
22301         * platform/chromium-win/editing/inserting/insert-div-019-expected.png:
22302         * platform/chromium-win/editing/inserting/insert-div-020-expected.checksum:
22303         * platform/chromium-win/editing/inserting/insert-div-020-expected.png:
22304         * platform/chromium-win/editing/inserting/insert-div-021-expected.checksum:
22305         * platform/chromium-win/editing/inserting/insert-div-021-expected.png:
22306         * platform/chromium-win/editing/inserting/insert-div-022-expected.checksum:
22307         * platform/chromium-win/editing/inserting/insert-div-022-expected.png:
22308         * platform/chromium-win/editing/inserting/insert-div-025-expected.checksum:
22309         * platform/chromium-win/editing/inserting/insert-div-025-expected.png:
22310         * platform/chromium-win/editing/inserting/insert-div-027-expected.checksum:
22311         * platform/chromium-win/editing/inserting/insert-div-027-expected.png:
22312         * platform/chromium-win/editing/inserting/insert-paragraph-02-expected.checksum:
22313         * platform/chromium-win/editing/inserting/insert-paragraph-02-expected.png:
22314         * platform/chromium-win/editing/inserting/insert-paragraph-03-expected.checksum:
22315         * platform/chromium-win/editing/inserting/insert-paragraph-03-expected.png:
22316         * platform/chromium-win/editing/inserting/insert-tab-002-expected.checksum:
22317         * platform/chromium-win/editing/inserting/insert-tab-002-expected.png:
22318         * platform/chromium-win/editing/inserting/insert-tab-003-expected.checksum:
22319         * platform/chromium-win/editing/inserting/insert-tab-003-expected.png:
22320         * platform/chromium-win/editing/inserting/insert-text-with-newlines-expected.checksum:
22321         * platform/chromium-win/editing/inserting/insert-text-with-newlines-expected.png:
22322         * platform/chromium-win/editing/inserting/paragraph-separator-01-expected.checksum:
22323         * platform/chromium-win/editing/inserting/paragraph-separator-01-expected.png:
22324         * platform/chromium-win/editing/inserting/paragraph-separator-02-expected.checksum:
22325         * platform/chromium-win/editing/inserting/paragraph-separator-02-expected.png:
22326         * platform/chromium-win/editing/inserting/paragraph-separator-03-expected.checksum:
22327         * platform/chromium-win/editing/inserting/paragraph-separator-03-expected.png:
22328         * platform/chromium-win/editing/inserting/return-key-with-selection-001-expected.checksum:
22329         * platform/chromium-win/editing/inserting/return-key-with-selection-001-expected.png:
22330         * platform/chromium-win/editing/inserting/return-key-with-selection-002-expected.checksum:
22331         * platform/chromium-win/editing/inserting/return-key-with-selection-002-expected.png:
22332         * platform/chromium-win/editing/inserting/return-key-with-selection-003-expected.checksum:
22333         * platform/chromium-win/editing/inserting/return-key-with-selection-003-expected.png:
22334         * platform/chromium-win/editing/inserting/typing-002-expected.checksum:
22335         * platform/chromium-win/editing/inserting/typing-002-expected.png:
22336         * platform/chromium-win/editing/inserting/typing-around-br-001-expected.checksum:
22337         * platform/chromium-win/editing/inserting/typing-around-br-001-expected.png:
22338         * platform/chromium-win/editing/pasteboard/4242293-expected.checksum:
22339         * platform/chromium-win/editing/pasteboard/4242293-expected.png:
22340         * platform/chromium-win/editing/pasteboard/4944770-1-expected.checksum:
22341         * platform/chromium-win/editing/pasteboard/4944770-1-expected.png:
22342         * platform/chromium-win/editing/pasteboard/8145-2-expected.checksum:
22343         * platform/chromium-win/editing/pasteboard/8145-2-expected.png:
22344         * platform/chromium-win/editing/pasteboard/cut-text-001-expected.checksum:
22345         * platform/chromium-win/editing/pasteboard/cut-text-001-expected.png:
22346         * platform/chromium-win/editing/pasteboard/interchange-newline-1-expected.checksum:
22347         * platform/chromium-win/editing/pasteboard/interchange-newline-1-expected.png:
22348         * platform/chromium-win/editing/pasteboard/merge-after-delete-1-expected.checksum:
22349         * platform/chromium-win/editing/pasteboard/merge-after-delete-1-expected.png:
22350         * platform/chromium-win/editing/pasteboard/merge-after-delete-2-expected.checksum:
22351         * platform/chromium-win/editing/pasteboard/merge-after-delete-2-expected.png:
22352         * platform/chromium-win/editing/pasteboard/merge-after-delete-expected.checksum:
22353         * platform/chromium-win/editing/pasteboard/merge-after-delete-expected.png:
22354         * platform/chromium-win/editing/pasteboard/merge-end-4-expected.checksum:
22355         * platform/chromium-win/editing/pasteboard/merge-end-4-expected.png:
22356         * platform/chromium-win/editing/pasteboard/merge-end-blockquote-expected.checksum:
22357         * platform/chromium-win/editing/pasteboard/merge-end-blockquote-expected.png:
22358         * platform/chromium-win/editing/pasteboard/merge-end-list-expected.checksum:
22359         * platform/chromium-win/editing/pasteboard/merge-end-list-expected.png:
22360         * platform/chromium-win/editing/pasteboard/merge-end-table-expected.checksum:
22361         * platform/chromium-win/editing/pasteboard/merge-end-table-expected.png:
22362         * platform/chromium-win/editing/pasteboard/paste-blockquote-3-expected.checksum:
22363         * platform/chromium-win/editing/pasteboard/paste-blockquote-3-expected.png:
22364         * platform/chromium-win/editing/pasteboard/paste-text-001-expected.checksum:
22365         * platform/chromium-win/editing/pasteboard/paste-text-001-expected.png:
22366         * platform/chromium-win/editing/pasteboard/paste-text-012-expected.checksum:
22367         * platform/chromium-win/editing/pasteboard/paste-text-012-expected.png:
22368         * platform/chromium-win/editing/pasteboard/paste-text-013-expected.checksum:
22369         * platform/chromium-win/editing/pasteboard/paste-text-013-expected.png:
22370         * platform/chromium-win/editing/pasteboard/paste-text-014-expected.checksum:
22371         * platform/chromium-win/editing/pasteboard/paste-text-014-expected.png:
22372         * platform/chromium-win/editing/pasteboard/paste-text-019-expected.checksum:
22373         * platform/chromium-win/editing/pasteboard/paste-text-019-expected.png:
22374         * platform/chromium-win/editing/pasteboard/paste-xml-expected.checksum:
22375         * platform/chromium-win/editing/pasteboard/paste-xml-expected.png:
22376         * platform/chromium-win/editing/pasteboard/undoable-fragment-removes-expected.checksum:
22377         * platform/chromium-win/editing/pasteboard/undoable-fragment-removes-expected.png:
22378         * platform/chromium-win/editing/selection/13804-expected.checksum:
22379         * platform/chromium-win/editing/selection/13804-expected.png:
22380         * platform/chromium-win/editing/selection/5234383-1-expected.checksum:
22381         * platform/chromium-win/editing/selection/5234383-1-expected.png:
22382         * platform/chromium-win/editing/selection/5234383-2-expected.checksum:
22383         * platform/chromium-win/editing/selection/5234383-2-expected.png:
22384         * platform/chromium-win/editing/selection/extend-by-word-001-expected.checksum:
22385         * platform/chromium-win/editing/selection/extend-by-word-001-expected.png:
22386         * platform/chromium-win/editing/selection/move-backwords-by-word-001-expected.checksum:
22387         * platform/chromium-win/editing/selection/move-backwords-by-word-001-expected.png:
22388         * platform/chromium-win/editing/selection/move-by-character-001-expected.checksum:
22389         * platform/chromium-win/editing/selection/move-by-character-001-expected.png:
22390         * platform/chromium-win/editing/selection/move-by-line-001-expected.checksum:
22391         * platform/chromium-win/editing/selection/move-by-line-001-expected.png:
22392         * platform/chromium-win/editing/selection/move-by-word-001-expected.checksum:
22393         * platform/chromium-win/editing/selection/move-by-word-001-expected.png:
22394         * platform/chromium-win/editing/selection/select-from-textfield-outwards-expected.checksum:
22395         * platform/chromium-win/editing/selection/select-from-textfield-outwards-expected.png:
22396         * platform/chromium-win/editing/selection/unrendered-002-expected.checksum:
22397         * platform/chromium-win/editing/selection/unrendered-002-expected.png:
22398         * platform/chromium-win/editing/spelling/spelling-expected.checksum:
22399         * platform/chromium-win/editing/spelling/spelling-expected.png:
22400         * platform/chromium-win/editing/style/5046875-2-expected.checksum:
22401         * platform/chromium-win/editing/style/5046875-2-expected.png:
22402         * platform/chromium-win/editing/style/block-styles-007-expected.checksum:
22403         * platform/chromium-win/editing/style/block-styles-007-expected.png:
22404         * platform/chromium-win/editing/style/create-block-for-style-002-expected.checksum:
22405         * platform/chromium-win/editing/style/create-block-for-style-002-expected.png:
22406         * platform/chromium-win/editing/style/create-block-for-style-003-expected.checksum:
22407         * platform/chromium-win/editing/style/create-block-for-style-003-expected.png:
22408         * platform/chromium-win/editing/style/create-block-for-style-004-expected.checksum:
22409         * platform/chromium-win/editing/style/create-block-for-style-004-expected.png:
22410         * platform/chromium-win/editing/style/create-block-for-style-006-expected.checksum:
22411         * platform/chromium-win/editing/style/create-block-for-style-006-expected.png:
22412         * platform/chromium-win/editing/style/create-block-for-style-008-expected.checksum:
22413         * platform/chromium-win/editing/style/create-block-for-style-008-expected.png:
22414         * platform/chromium-win/editing/style/create-block-for-style-009-expected.checksum:
22415         * platform/chromium-win/editing/style/create-block-for-style-009-expected.png:
22416         * platform/chromium-win/editing/style/create-block-for-style-011-expected.checksum:
22417         * platform/chromium-win/editing/style/create-block-for-style-011-expected.png:
22418         * platform/chromium-win/editing/style/create-block-for-style-012-expected.checksum:
22419         * platform/chromium-win/editing/style/create-block-for-style-012-expected.png:
22420         * platform/chromium-win/editing/style/create-block-for-style-013-expected.checksum:
22421         * platform/chromium-win/editing/style/create-block-for-style-013-expected.png:
22422         * platform/chromium-win/fast/dom/blur-contenteditable-expected.checksum:
22423         * platform/chromium-win/fast/dom/blur-contenteditable-expected.png:
22424
22425 2010-12-31  Jessie Berlin  <jberlin@apple.com>
22426
22427         The correct temporary fix for media/video-element-other-namespace-crash.html timing out on
22428         the Windows 7 Release Test bots is to add it to the Windows skipped list.
22429
22430         Unreviewed.
22431
22432         https://bugs.webkit.org/show_bug.cgi?id=51787
22433
22434         * platform/win/Skipped:
22435         * platform/win/media/video-element-other-namespace-crash-expected.txt: Removed.
22436
22437 2010-12-31  Jessie Berlin  <jberlin@apple.com>
22438
22439         Add Windows-specific (failing) expected results for
22440         media/video-element-other-namespace-crash.html in order to get the Windows 7 Release test bot green again.
22441         Unreviewed.
22442         https://bugs.webkit.org/show_bug.cgi?id=51787
22443
22444         * platform/win/media/video-element-other-namespace-crash-expected.txt: Added.
22445
22446 2010-12-31  Jessie Berlin  <jberlin@apple.com>
22447
22448         Add Windows-specific (failing) expected results for
22449         svg/dom/length-list-parser.html in order to get the Windows 7 Release test bot green again.
22450         Unreviewed.
22451         https://bugs.webkit.org/show_bug.cgi?id=51786
22452
22453         * platform/win/svg/dom: Added.
22454         * platform/win/svg/dom/length-list-parser-expected.txt: Added.
22455
22456 2010-12-31  Adam Barth  <abarth@webkit.org>
22457
22458         Remove custom Chromium expectation for invalid-protocol.  Now that we
22459         share more code with JavaScriptCore, we throw exactly the same
22460         exception and therefore can share results.
22461
22462         * platform/chromium/fast/dom/Window/invalid-protocol-expected.txt: Removed.
22463
22464 2010-12-29  Zhenyao Mo  <zmo@google.com>
22465
22466         Reviewed by Kenneth Russell.
22467
22468         Update validation of stencil mask and ref values
22469         https://bugs.webkit.org/show_bug.cgi?id=50716
22470
22471         * fast/canvas/webgl/webgl-specific-expected.txt: Sync with khronos: refactor the test, also update the stencil setting test due to spec change.
22472         * fast/canvas/webgl/webgl-specific.html: Ditto.
22473
22474 2010-12-30  Abhishek Arya  <inferno@chromium.org>
22475
22476         Unreviewed.
22477
22478         Skipping media/video-element-other-namespace-crash.html for chromium
22479         since it uses codecs that chromium does not support.
22480
22481         * platform/chromium/test_expectations.txt:
22482
22483 2010-12-30  Justin Schuh  <jschuh@chromium.org>
22484
22485         Reviewed by James Robinson.
22486
22487         Check for crash when deleting ruby text with counters.
22488         https://bugs.webkit.org/show_bug.cgi?id=51637
22489
22490         * fast/css/counters/counter-ruby-text-cleared-expected.txt: Added.
22491         * fast/css/counters/counter-ruby-text-cleared.html: Added.
22492
22493 2010-12-30  Mihai Parparita  <mihaip@chromium.org>
22494
22495         Unreviewed Chromium baseline update.
22496         
22497         [Chromium] svg/dom/length-list-parser.html fails on Chromium Linux after r74788 and r74803
22498         https://bugs.webkit.org/show_bug.cgi?id=51759
22499         
22500         r74803 added chromium-win baselines for svg/dom/length-list-parser.html
22501         but chromium-linux shouldn't use them (despite having them in its
22502         fallback path). Copy the base expectations into chromium-linux.
22503
22504         * platform/chromium-linux/svg/dom/length-list-parser-expected.txt: Added.
22505
22506 2010-12-30  Mihai Parparita  <mihaip@chromium.org>
22507
22508         Unreviewed Chromium expectations update.
22509         
22510         Mark a few inspector tests as slow, they occasionally time out with
22511         debug builds.
22512
22513         * platform/chromium/test_expectations.txt:
22514
22515 2010-12-30  Justin Schuh  <jschuh@chromium.org>
22516
22517         Unreviewed.
22518
22519         chromium test expectations after r74788 for svg/dom/length-list-parser.html
22520
22521         * platform/chromium-win/svg/dom/length-list-parser-expected.txt: Added.
22522         * platform/chromium/test_expectations.txt:
22523
22524 2010-12-30  Yael Aharon  <yael.aharon@nokia.com>
22525
22526         Reviewed by Adam Barth.
22527
22528         REGRESSION: fast/dom/cssTarget-crash.html fails
22529         https://bugs.webkit.org/show_bug.cgi?id=20342
22530
22531         * fast/forms/submit-change-fragment-expected.txt: Added.
22532         * fast/forms/submit-change-fragment.html: Added.
22533         * platform/mac/Skipped:
22534         * platform/qt/Skipped:
22535
22536 2010-12-30  Philippe Normand  <pnormand@igalia.com>
22537
22538         Unreviewed, unskip the test, it's running fine locally.
22539
22540         media/audio-delete-while-slider-thumb-clicked.html fails
22541         https://bugs.webkit.org/show_bug.cgi?id=37546
22542
22543         * platform/gtk/Skipped:
22544
22545 2010-12-30  Philippe Normand  <pnormand@igalia.com>
22546
22547         Unreviewed, skipping another editing flacky test.
22548
22549         * platform/gtk/Skipped: skip editing/selection/extend-by-character-005.html.
22550
22551 2010-12-30  Shinichiro Hamaji  <shinichiro.hamaji@gmail.com>
22552
22553         Chromium test expectation update for svg/dom/length-list-parser.html
22554
22555         * platform/chromium/test_expectations.txt:
22556
22557 2010-12-30  Shinichiro Hamaji  <shinichiro.hamaji@gmail.com>
22558
22559         Chromium test expectation update for media/video-element-other-namespace-crash.html
22560
22561         * platform/chromium/test_expectations.txt:
22562
22563 2010-12-30  Abhishek Arya  <inferno@chromium.org>
22564
22565         Unreviewed.
22566
22567         Skip media/video-element-other-namespace-crash.html, like other media tests on qt platform.
22568
22569         * platform/qt/Skipped:
22570
22571 2010-12-30  Justin Schuh  <jschuh@chromium.org>
22572
22573         Reviewed by Dirk Schulze.
22574
22575         Adding long float string to improve test coverage.
22576         https://bugs.webkit.org/show_bug.cgi?id=51692
22577
22578         * svg/dom/length-list-parser.html:
22579         * svg/dom/length-list-parser-expected.txt:
22580
22581 2010-12-30  Abhishek Arya  <inferno@chromium.org>
22582
22583         Reviewed by Eric Seidel.
22584
22585         Tests that we do not crash when trying to find video elements in the media document.
22586         https://bugs.webkit.org/show_bug.cgi?id=51696
22587
22588         * media/video-element-other-namespace-crash-expected.txt: Added.
22589         * media/video-element-other-namespace-crash.html: Added.
22590
22591 2010-12-29  Abhishek Arya  <inferno@chromium.org>
22592
22593         Unreviewed.
22594
22595         Add 'PASS' to layout test since test failing on chromium due to empty expectations.
22596         Filed webkit bug 51734 to track gtk test failure and skipping test for now.
22597
22598         * fast/multicol/span/double-merge-anonymous-block-crash-expected.txt:
22599         * fast/multicol/span/double-merge-anonymous-block-crash.html:
22600         * platform/gtk/Skipped:
22601
22602 2010-12-29  Abhishek Arya  <inferno@chromium.org>
22603
22604         Reviewed by Darin Adler.
22605
22606         Tests that we do not crash when merging anonymous blocks. 
22607         https://bugs.webkit.org/show_bug.cgi?id=50480
22608
22609         * fast/multicol/span/double-merge-anonymous-block-crash-expected.txt: Added.
22610         * fast/multicol/span/double-merge-anonymous-block-crash.html: Added.
22611
22612 2010-12-29  Justin Schuh  <jschuh@chromium.org>
22613
22614         Reviewed by Darin Adler.
22615
22616         Check SVG element type in FrameView::scrollToAnchor
22617         https://bugs.webkit.org/show_bug.cgi?id=51718
22618
22619         * svg/custom/scroll-to-anchor-in-symbol-expected.txt: Added.
22620         * svg/custom/scroll-to-anchor-in-symbol.svg: Added.
22621
22622 2010-12-29  Zhenyao Mo  <zmo@google.com>
22623
22624         Reviewed by Eric Seidel.
22625
22626         drawElements should raise INVALID_OPERATION if offset is not a multiple of the type size
22627         https://bugs.webkit.org/show_bug.cgi?id=51726
22628
22629         * fast/canvas/webgl/draw-elements-out-of-bounds-expected.txt:
22630         * fast/canvas/webgl/draw-elements-out-of-bounds.html: Add test cases to verify the behavior.
22631
22632 2010-12-29  Mihai Parparita  <mihaip@chromium.org>
22633
22634         Unreviewed Chromium expectations update.
22635         
22636         Remove failing expectations for three Mac tests that no longer fail.
22637         Remove failing expectations for two canvas tests that no longer crash
22638         (r74561, which caused the failing assert, was rolled out with r74587).
22639
22640         * platform/chromium/test_expectations.txt:
22641
22642 2010-12-29  Mihai Parparita  <mihaip@chromium.org>
22643
22644         Unreviewed Chromium expectations update.
22645         fast/js/numeric-escapes-in-string-literals.html fails because V8 does
22646         not support ECMAScript strict mode.
22647
22648         * platform/chromium/test_expectations.txt:
22649
22650 2010-12-29  Mihai Parparita  <mihaip@chromium.org>
22651
22652         Unreviewed Chromium expectations update. Mark two more inspector tests
22653         as flaky.
22654
22655         * platform/chromium/test_expectations.txt:
22656
22657 2010-12-29  Mihai Parparita  <mihaip@chromium.org>
22658
22659         Unreviewed Chromium expectations update. Mark a few more tests as flaky.
22660
22661         * platform/chromium/test_expectations.txt:
22662
22663 2010-12-29  Mihai Parparita  <mihaip@chromium.org>
22664
22665         Unreviewed Chromium expectations update.
22666         
22667         fast/canvas/shadow-offset-* are flaky when run in the GPU suite too.
22668
22669         * platform/chromium-gpu/test_expectations.txt:
22670
22671 2010-12-29  Mihai Parparita  <mihaip@chromium.org>
22672
22673         Unreviewed Chromium expectations update.
22674         
22675         Make expectation for http/tests/media/reload-after-dialog.html not
22676         trigger a duplication error for the debug Linux builder.
22677
22678         Remove expectation for platform/gtk/fast/text/emphasis-overlap.html, it
22679         was removed in r74346.
22680
22681         * platform/chromium/test_expectations.txt:
22682
22683 2010-12-29  Gavin Barraclough  <barraclough@apple.com>
22684
22685         Reviewed by Sam Weinig.
22686
22687         Bug 51724 - In strict mode string literals should allow \0, but disallow \8 and \9.
22688
22689         * fast/js/numeric-escapes-in-string-literals-expected.txt: Added.
22690         * fast/js/numeric-escapes-in-string-literals.html: Added.
22691         * fast/js/script-tests/numeric-escapes-in-string-literals.js: Added.
22692         (test):
22693
22694 2010-12-29  Mihai Parparita  <mihaip@chromium.org>
22695
22696         Unreviewed Chromium expectations update. Mark another test as flaky.
22697
22698         * platform/chromium/test_expectations.txt:
22699
22700 2010-12-29  Mihai Parparita  <mihaip@chromium.org>
22701
22702         Unreviewed Chromium expectations update.
22703
22704         fast/canvas/webgl/tex-image-with-format-and-type.html is flaky in
22705         the GPU suite too.
22706
22707         * platform/chromium/test_expectations.txt:
22708         * platform/chromium-gpu/test_expectations.txt:
22709
22710 2010-12-29  Mihai Parparita  <mihaip@chromium.org>
22711
22712         Unreviewed Chromium expectations update.
22713         
22714         Remove failure expectations for tests that no longer fail:
22715         - fast/images/svg-as-background.html has not timed out for as long as
22716           the flakiness dashboard has history
22717         - svg/W3C-SVG-1.1/animate-elem-03-t.svg has not failed for as long as
22718           the flakiness dashboard has history
22719
22720
22721         * platform/chromium/test_expectations.txt:
22722
22723 2010-12-29  Mihai Parparita  <mihaip@chromium.org>
22724
22725         Unreviewed Chromium expectations update.
22726         Add recent upstream expectations Chromium changes.
22727
22728         * platform/chromium/test_expectations.txt:
22729
22730 2010-12-29  Mihai Parparita  <mihaip@chromium.org>
22731
22732         Unreviewed Chromium expectations update.
22733         Mark http/tests/incremental/split-hex-entities.pl as flaky.
22734
22735         * platform/chromium/test_expectations.txt:
22736
22737 2010-12-29  Tony Gentilcore  <tonyg@chromium.org>
22738
22739         Reviewed by Eric Seidel.
22740
22741         Assertion failure: element->inDocument() in AsyncScriptRunner::executeScriptSoon()
22742         https://bugs.webkit.org/show_bug.cgi?id=51067
22743
22744         * fast/dom/HTMLScriptElement/move-in-beforeload-expected.txt: Added.
22745         * fast/dom/HTMLScriptElement/move-in-beforeload.html: Added.
22746         * fast/dom/HTMLScriptElement/remove-in-beforeload-expected.txt: Added.
22747         * fast/dom/HTMLScriptElement/remove-in-beforeload.html: Added.
22748
22749 2010-12-29  Mihai Parparita  <mihaip@chromium.org>
22750
22751         Unreviewed, rolling out r74748.
22752         http://trac.webkit.org/changeset/74748
22753
22754         r74735 was rolled out with r74749, the expectations update
22755         should be rolled out too
22756
22757         * platform/chromium-mac/fast/events/ime-composition-events-001-expected.txt: Added.
22758         * platform/chromium-win/fast/events/ime-composition-events-001-expected.txt: Added.
22759         * platform/chromium/fast/events/ime-composition-events-001-expected.txt: Removed.
22760
22761 2010-12-29  Sheriff Bot  <webkit.review.bot@gmail.com>
22762
22763         Unreviewed, rolling out r74735.
22764         http://trac.webkit.org/changeset/74735
22765         https://bugs.webkit.org/show_bug.cgi?id=51715
22766
22767         assert failures on fast/forms/input-maxlength-ime-
22768         completed.html (Requested by mihaip on #webkit).
22769
22770         * platform/chromium/test_expectations.txt:
22771
22772 2010-12-29  Mihai Parparita  <mihaip@chromium.org>
22773
22774         Unreviewed Chromium baselines. Update Chromium baselines for
22775         fast/events/ime-composition-events-001.html after r74735 (the
22776         new baselines are closer to the upstream Mac ones).
22777
22778         * platform/chromium-mac/fast/events/ime-composition-events-001-expected.txt: Removed.
22779         * platform/chromium-win/fast/events/ime-composition-events-001-expected.txt: Removed.
22780         * platform/chromium/fast/events/ime-composition-events-001-expected.txt: Added.
22781
22782 2010-12-29  Mihai Parparita  <mihaip@chromium.org>
22783
22784         Unreviewed Chromium baselines. Add Chromium baselines for the
22785         layout test added by r74743.
22786
22787         * platform/chromium-linux/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.checksum: Added.
22788         * platform/chromium-linux/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png: Added.
22789         * platform/chromium-mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.checksum: Added.
22790         * platform/chromium-mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png: Added.
22791         * platform/chromium-win/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.checksum: Added.
22792         * platform/chromium-win/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png: Added.
22793         * platform/chromium-win/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added.
22794
22795 2010-12-29  Yael Aharon  <yael.aharon@nokia.com>
22796
22797         Reviewed by Kent Tamura.
22798
22799         [HTML5][Forms] Support for :in-range and :out-of-range CSS selectors
22800         https://bugs.webkit.org/show_bug.cgi?id=29071
22801
22802         * fast/css/pseudo-in-range-expected.txt: Added.
22803         * fast/css/pseudo-in-range-invalid-value-expected.txt: Added.
22804         * fast/css/pseudo-in-range-invalid-value.html: Added.
22805         * fast/css/pseudo-in-range.html: Added.
22806         * fast/css/pseudo-out-of-range-expected.txt: Added.
22807         * fast/css/pseudo-out-of-range.html: Added.
22808         * fast/css/script-tests/pseudo-in-range-invalid-value.js: Added.
22809         * fast/css/script-tests/pseudo-in-range.js: Added.
22810         * fast/css/script-tests/pseudo-out-of-range.js: Added.
22811
22812 2010-12-29  Abhishek Arya  <inferno@chromium.org>
22813
22814         Reviewed by Eric Seidel.
22815
22816         Tests that cloning an anonymous block with non inline children does not crash.
22817         https://bugs.webkit.org/show_bug.cgi?id=51489
22818
22819         * fast/multicol/span/clone-anonymous-block-non-inline-child-crash.html: Added.
22820         * platform/mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.checksum: Added.
22821         * platform/mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png: Added.
22822         * platform/mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added.
22823
22824 2010-12-28  Alexander Pavlov  <apavlov@chromium.org>
22825
22826         Reviewed by Pavel Feldman.
22827
22828         Web Inspector: A disabled style property should get enabled when edited
22829         https://bugs.webkit.org/show_bug.cgi?id=51679
22830
22831         * inspector/styles-disable-then-change-expected.txt: Added.
22832         * inspector/styles-disable-then-change.html: Added.
22833
22834 2010-12-29  Helder Correia  <helder@sencha.com>
22835
22836         Reviewed by Eric Seidel.
22837
22838         <VT> and <FF> are not valid JSON whitespace characters
22839         https://bugs.webkit.org/show_bug.cgi?id=51671
22840
22841         Vertical Tab and Form Feed are not allowed white spaces by the JSON
22842         RFC 4627: http://www.ietf.org/rfc/rfc4627.txt (2. JSON Grammar).
22843
22844         * ietestcenter/Javascript/15.12.1.1-0-2-expected.txt:
22845         * ietestcenter/Javascript/15.12.1.1-0-3-expected.txt:
22846
22847 2010-12-29  Philippe Normand  <pnormand@igalia.com>
22848
22849         Unreviewed, skip flaky test on GTK.
22850
22851         [GTK] editing/selection/extend-by-character-004.html is flaky
22852         https://bugs.webkit.org/show_bug.cgi?id=51699
22853
22854         * platform/gtk/Skipped:
22855
22856 2010-12-29  Zhe Su  <suzhe@chromium.org>
22857
22858         Reviewed by Eric Seidel.
22859
22860         Remove entry for editing/input/ime-composition-clearpreedit.html test.
22861         https://bugs.webkit.org/show_bug.cgi?id=51693
22862
22863         * platform/chromium/test_expectations.txt:
22864
22865 2010-12-28  Daniel Bates  <dbates@rim.com>
22866
22867         Reviewed by Antonio Gomes.
22868
22869         Add comment to test case fast/repaint/no-caret-repaint-in-non-content-editable-element.html
22870         to clarify caret browsing disabled
22871         https://bugs.webkit.org/show_bug.cgi?id=51633
22872
22873         Add a comment to test case fast/repaint/no-caret-repaint-in-non-content-editable-element.html
22874         that explains that this test is only applicable when caret browsing is disabled.
22875
22876         * fast/repaint/no-caret-repaint-in-non-content-editable-element.html:
22877
22878 2010-12-28  Kenneth Russell  <kbr@google.com>
22879
22880         Reviewed by Eric Seidel.
22881
22882         Make fast/canvas/canvas-save-restore-with-path.js more robust
22883         https://bugs.webkit.org/show_bug.cgi?id=51665
22884
22885         * fast/canvas/canvas-save-restore-with-path-expected.txt:
22886         * fast/canvas/canvas-save-restore-with-path.js:
22887
22888 2010-12-28  Helder Correia  <helder@sencha.com>
22889
22890         Reviewed by Eric Seidel.
22891
22892         JSON.stringify must exist as a function taking 3 parameters
22893         https://bugs.webkit.org/show_bug.cgi?id=51667
22894
22895         The reported function length is 1 instead.
22896
22897         * ietestcenter/Javascript/15.12.3-0-2-expected.txt:
22898
22899 2010-12-28  Helder Correia  <helder@sencha.com>
22900
22901         Reviewed by Sam Weinig.
22902
22903         JSON.parse must exist as a function taking 2 parameters
22904         https://bugs.webkit.org/show_bug.cgi?id=51666
22905
22906         Support for revivers was introduced in bug 26591, but the function
22907         length has since remained unchanged.
22908
22909         * ietestcenter/Javascript/15.12.2-0-2-expected.txt: Change expected
22910           result to success.
22911
22912 2010-12-23  Zhenyao Mo  <zmo@google.com>
22913
22914         Reviewed by Kenneth Russell.
22915
22916         Initialize to 0 for undefined values in CopyTexImage2D
22917         https://bugs.webkit.org/show_bug.cgi?id=51421
22918
22919         * fast/canvas/webgl/uninitialized-test-expected.txt: Add test cases for copyTexImage2D.
22920         * fast/canvas/webgl/uninitialized-test.html: Ditto.
22921
22922 2010-12-28  Zhenyao Mo  <zmo@google.com>
22923
22924         Reviewed by Kenneth Russell.
22925
22926         Map GLsizei to long instead of unsigned long in WebGLRenderingContext and GraphicsContext3D
22927         https://bugs.webkit.org/show_bug.cgi?id=39855
22928
22929         * fast/canvas/webgl/invalid-passed-params-expected.txt: Add test cases for negative offset/width/height.
22930         * fast/canvas/webgl/invalid-passed-params.html: Ditto.
22931
22932 2010-12-28  Kenneth Russell  <kbr@google.com>
22933
22934         Unreviewed, Chromium test expectations update. Mark
22935         fast/forms/input-text-paste-maxlength.html as a flaky crash on
22936         Linux Release as well as Debug.
22937
22938         * platform/chromium/test_expectations.txt:
22939
22940 2010-12-28  Kenneth Russell  <kbr@google.com>
22941
22942         Unreviewed, Chromium test expectations update.
22943
22944         Marked inspector/styles-source-lines.html as a flaky failure on
22945         Win Debug and
22946         http/tests/inspector/extensions-resources-redirect.html as a flaky
22947         timeout on Win Release.
22948
22949         * platform/chromium/test_expectations.txt:
22950
22951 2010-12-28  Abhishek Arya  <inferno@chromium.org>
22952
22953         Reviewed by Kenneth Russell.
22954
22955         Tests that we do not crash when drawing text during custom font load.
22956         https://bugs.webkit.org/show_bug.cgi?id=51681
22957
22958         * canvas/philip/tests/2d.text-custom-font-load-crash-expected.txt: Added.
22959         * canvas/philip/tests/2d.text-custom-font-load-crash.html: Added.
22960
22961 2010-12-28  Andrey Kosyakov  <caseq@chromium.org>
22962
22963         Reviewed by Pavel Feldman.
22964
22965         Web Inspector: [Chromium] Expose extension API to select a node in WebInspector
22966         Do not request content for resources with non-numeric identifiers.
22967         https://bugs.webkit.org/show_bug.cgi?id=49727
22968
22969         * http/tests/inspector/extensions-resources-redirect-expected.txt: Added.
22970         * http/tests/inspector/extensions-resources-redirect.html: Added.
22971         * http/tests/inspector/extensions-resources-test.js: Added.
22972         (extension_getResourceByUrl.onHAR):
22973         (extension_getResourceByUrl):
22974         * inspector/extensions-resources-expected.txt:
22975         * inspector/extensions-resources.html:
22976         * platform/mac-leopard/inspector/extensions-resources-expected.txt:
22977
22978 2010-12-28  Kenneth Russell  <kbr@google.com>
22979
22980         Unreviewed, Chromium test expectations update. Coalesce WebGL
22981         expectations for chromium-gpu platform and fix duplicate
22982         expectation for gl-object-get-calls.html accidentally introduced
22983         on Windows Debug.
22984
22985         * platform/chromium-gpu/test_expectations.txt:
22986
22987 2010-12-28  Alexander Pavlov  <apavlov@chromium.org>
22988
22989         Reviewed by Pavel Feldman.
22990
22991         Web Inspector: REGRESSION: Clicking image resource in style sidebar doesn't actually go to resource anymore
22992         https://bugs.webkit.org/show_bug.cgi?id=51663
22993
22994         * inspector/elements-tests2.js:
22995         (initialize_ElementTest.InspectorTest.dumpSelectedElementStyles): Drive-by: remove bad test exit code.
22996         * inspector/resources/styles-url-linkify-iframe.html: Added.
22997         * inspector/resources/styles-url-linkify.css: Added.
22998         (#local):
22999         * inspector/styles-url-linkify-expected.txt: Added.
23000         * inspector/styles-url-linkify.html: Added.
23001
23002 2010-12-27  Martin Robinson  <mrobinson@igalia.com>
23003
23004         Reviewed by Daniel Bates.
23005
23006         Try to fix my previous commit for Mac by stepping up the precision of pi even more
23007         using Math.PI.
23008
23009         * fast/canvas/canvas-save-restore-with-path.js: Use Math.PI instead of a
23010         hard-coded estimation.
23011
23012 2010-12-27  Kenneth Russell  <kbr@google.com>
23013
23014         Unreviewed, Chromium test expectations update. Generalize
23015         suppressions for Chromium bugs 67732 and 67139 to cover Linux
23016         Debug.
23017
23018         * platform/chromium/test_expectations.txt:
23019
23020 2010-12-27  Martin Robinson  <mrobinson@igalia.com>
23021
23022         Reviewed by Daniel Bates.
23023
23024         [Cairo] fast/canvas/canvas-save-restore-with-path.html fails with some versions of Cairo
23025         https://bugs.webkit.org/show_bug.cgi?id=51655
23026
23027         Increase the precision of pi used in this test case. It appears that
23028         some Cairo versions or processors are sensitive to rounding errors here.
23029
23030         * fast/canvas/canvas-save-restore-with-path.js: Increase pi precision.
23031
23032 2010-12-27  Kenji Imasaki  <imasaki@chromium.org>
23033
23034         Reviewed by David Levin.
23035
23036         remove entries for media related non-flaky tests.
23037         https://bugs.webkit.org/show_bug.cgi?id=51225
23038
23039         * platform/chromium/test_expectations.txt:
23040
23041 2010-12-27  Philippe Normand  <pnormand@igalia.com>
23042
23043         Unreviewed, skip another GTK media test reporting wrong duration,
23044         see bug 51602.
23045
23046         * platform/gtk/Skipped:
23047
23048 2010-12-27  Yael Aharon  <yael.aharon@nokia.com>
23049
23050         Reviewed by Eric Seidel.
23051
23052         Browser is failing 16 baseline test from Selector API Test Suite
23053         https://bugs.webkit.org/show_bug.cgi?id=42968
23054
23055         Update the expected result for the test.
23056
23057         * fast/dom/SelectorAPI/resig-SelectorsAPI-test-expected.txt:
23058
23059 2010-12-27  Shinichiro Hamaji  <shinichiro.hamaji@gmail.com>
23060
23061         Chromium expectation update.
23062
23063         Suppress fast/canvas/webgl/tex-image-with-format-and-type on linux debug
23064
23065         * platform/chromium/test_expectations.txt:
23066
23067 2010-12-27  MORITA Hajime  <morrita@google.com>
23068
23069         Unreviewed expectation updates.
23070
23071         * platform/chromium-linux/fast/box-shadow/spread-multiple-normal-expected.checksum: Added.
23072         * platform/chromium-linux/fast/box-shadow/spread-multiple-normal-expected.png: Added.
23073         * platform/chromium-win/fast/box-shadow/spread-multiple-normal-expected.checksum: Added.
23074         * platform/chromium-win/fast/box-shadow/spread-multiple-normal-expected.png: Added.
23075
23076 2010-12-26  MORITA Hajime  <morrita@google.com>
23077
23078         Reviewed by Dan Bernstein.
23079
23080         For box-shadow, non-primary shadows should have specified radii.
23081         https://bugs.webkit.org/show_bug.cgi?id=51386
23082
23083         * fast/box-shadow/spread-multiple-normal-expected.txt: Added.
23084         * fast/box-shadow/spread-multiple-normal.html: Added.
23085         * fast/box-shadow/spread-multiple-normal-expected.checksum: Added.
23086         * fast/box-shadow/spread-multiple-normal-expected.png: Added.
23087
23088 2010-12-26  Kenneth Russell  <kbr@google.com>
23089
23090         Unreviewed, Chromium expectations fix. Fix broken (duplicate)
23091         expectations for
23092         canvas/philip/tests/2d.gradient.radial.cone.top.html.
23093
23094         * platform/chromium/test_expectations.txt:
23095
23096 2010-12-26  Abhishek Arya  <inferno@chromium.org>
23097
23098         Reviewed by Simon Fraser.
23099
23100         Tests passes if it does not crash.
23101         https://bugs.webkit.org/show_bug.cgi?id=48772
23102
23103         * fast/multicol/renderer-positioned-assert-crash-expected.txt: Added.
23104         * fast/multicol/renderer-positioned-assert-crash.html: Added.
23105
23106 2010-12-25  Kenneth Russell  <kbr@google.com>
23107
23108         Unreviewed, Chromium test expectations update.
23109
23110         * platform/chromium-gpu/test_expectations.txt:
23111           Win Debug:
23112           Marked compositing/tiling/huge-layer-img.html as TIMEOUT.
23113           Marked fast/canvas/webgl/gl-object-get-calls.html as a flaky crash.
23114         * platform/chromium/test_expectations.txt:
23115           Adjusted expectations for the following tests:
23116           fast/canvas/shadow-offset-7.html
23117           svg/batik/paints/gradientLimit.svg
23118           fast/events/touch/touch-target.html
23119           canvas/philip/tests/2d.gradient.radial.cone.top.html
23120           fast/css/box-shadow.html
23121
23122 2010-12-25  Philippe Normand  <pnormand@igalia.com>
23123
23124         Unreviewed, skip another GTK media test reporting wrong duration,
23125         see bug 50518.
23126
23127         * platform/gtk/Skipped:
23128
23129 2010-12-24  Kenneth Russell  <kbr@google.com>
23130
23131         Unreviewed, Chromium test expectations update.
23132         svg/batik/paints/gradientLimit.svg fails on Linux Debug as well.
23133
23134         * platform/chromium/test_expectations.txt:
23135
23136 2010-12-24  Philippe Normand  <pnormand@igalia.com>
23137
23138         Unreviewed, skip failing media test on GTK.
23139
23140         * platform/gtk/Skipped: Skip media/controls-after-reload.html.
23141
23142 2010-12-24  Andrei Popescu  <andreip@google.com>
23143
23144         Unreviewed, build fix.
23145
23146         [Chromium] http/tests/xmlhttprequest/basic-auth-nopassword.html needs Mac, Windows and Linux specific test expectations
23147         https://bugs.webkit.org/show_bug.cgi?id=51589
23148
23149         * platform/chromium-win/http/tests/xmlhttprequest/basic-auth-nopassword-expected.txt: Added.
23150         * platform/chromium-win/http/tests/xmlhttprequest/basic-auth-nouser-expected.txt: Added.
23151
23152 2010-12-24  Philippe Normand  <pnormand@igalia.com>
23153
23154         Unreviewed, updated GTK media tests baselines after r74643.
23155
23156         * platform/gtk/media/audio-controls-rendering-expected.txt:
23157         * platform/gtk/media/controls-after-reload-expected.txt:
23158         * platform/gtk/media/controls-strict-expected.txt:
23159         * platform/gtk/media/controls-styling-expected.txt:
23160         * platform/gtk/media/video-controls-rendering-expected.txt:
23161         * platform/gtk/media/video-display-toggle-expected.txt:
23162         * platform/gtk/media/video-empty-source-expected.txt:
23163         * platform/gtk/media/video-no-audio-expected.txt:
23164
23165 2010-12-24  Darin Adler  <darin@apple.com>
23166
23167         Rebased Leopard to expect the same kind of stack failure
23168         as Windows, rather than the success expected on Snow Leopard
23169         and many other platforms.
23170
23171         * platform/mac-leopard/fast/js/large-expressions-expected.txt:
23172         Copied from platform/win/fast/js/large-expressions-expected.txt.
23173
23174 2010-12-24  Jessie Berlin  <jberlin@apple.com>
23175
23176         Add Windows-specific (failing) expected results for
23177         http/tests/xmlhttprequest/basic-auth-nouser.html and basic-auth-nopassword.html in order to
23178         get the Windows 7 Release test bot green again. Unreviewed.
23179         https://bugs.webkit.org/show_bug.cgi?id=51596
23180
23181         * platform/win/http/tests/xmlhttprequest/basic-auth-nopassword-expected.txt: Added.
23182         * platform/win/http/tests/xmlhttprequest/basic-auth-nouser-expected.txt: Added.
23183
23184 2010-12-24  Jessie Berlin  <jberlin@apple.com>
23185
23186         Skip the new editing/input/ime-composition-clearpreedit.html test since textInputController
23187         is unimplemented in the DRT for Windows. Unreviewed.
23188         https://bugs.webkit.org/show_bug.cgi?id=32021
23189
23190         * platform/win/Skipped:
23191
23192 2010-12-24  Justin Schuh  <jschuh@chromium.org>
23193
23194         Reviewed by Nikolas Zimmermann.
23195
23196         SVGElementInstance::m_useElement should be cleared when use element is removed from document
23197         https://bugs.webkit.org/show_bug.cgi?id=51486
23198
23199         * svg/custom/use-instanceRoot-with-use-removed-expected.txt: Added.
23200         * svg/custom/use-instanceRoot-with-use-removed.svg: Added.
23201
23202 2010-12-24  Alexander Pavlov  <apavlov@chromium.org>
23203
23204         Reviewed by Yury Semikhatsky.
23205
23206         Web Inspector: Inline HTML style property out of sync with element.style in Sidebar
23207         https://bugs.webkit.org/show_bug.cgi?id=51478
23208
23209         * http/tests/inspector/inspector-test2.js:
23210         (initialize_InspectorTest.InspectorTest.addResults):
23211         (initialize_InspectorTest.InspectorTest.createKeyEvent):
23212         * inspector/elements-delete-inline-style-expected.txt: Added.
23213         * inspector/elements-delete-inline-style.html: Added.
23214         * inspector/elements-tests2.js: Added.
23215         (initialize_ElementTest.InspectorTest.expandDOMSubtree.processChildren):
23216         (initialize_ElementTest.InspectorTest.expandDOMSubtree):
23217         (initialize_ElementTest.InspectorTest.expandDOMSubtreeAndRun):
23218         (initialize_ElementTest.InspectorTest.nodeForId):
23219         (initialize_ElementTest.InspectorTest.selectElementAndRun):
23220         (initialize_ElementTest.InspectorTest.dumpSelectedElementStyles):
23221         (initialize_ElementTest.InspectorTest.getSelectedElementStyles):
23222         (initialize_ElementTest.InspectorTest.getElementStylePropertyTreeItem):
23223         (initialize_ElementTest.InspectorTest.dumpStyleTreeOutline):
23224         (initialize_ElementTest.InspectorTest.dumpStyleTreeItem):
23225         (initialize_ElementTest):
23226         * inspector/styles-add-blank-property.html: Remove unnecessary function.
23227
23228 2010-12-24  Benjamin Kalman  <kalman@chromium.org>
23229
23230         Reviewed by Ryosuke Niwa.
23231
23232         editing/selection/caret-* tests need rebaseline for gtk
23233         https://bugs.webkit.org/show_bug.cgi?id=51578
23234
23235         Rebaseline editing/selection/caret-* tests for gtk.
23236
23237         * platform/gtk/editing/selection/caret-ltr-2-expected.checksum: Added.
23238         * platform/gtk/editing/selection/caret-ltr-2-expected.png: Added.
23239         * platform/gtk/editing/selection/caret-ltr-2-expected.txt: Added.
23240         * platform/gtk/editing/selection/caret-ltr-2-left-expected.checksum: Added.
23241         * platform/gtk/editing/selection/caret-ltr-2-left-expected.png: Added.
23242         * platform/gtk/editing/selection/caret-ltr-2-left-expected.txt: Added.
23243         * platform/gtk/editing/selection/caret-ltr-expected.checksum: Added.
23244         * platform/gtk/editing/selection/caret-ltr-expected.png: Added.
23245         * platform/gtk/editing/selection/caret-ltr-expected.txt: Added.
23246         * platform/gtk/editing/selection/caret-ltr-right-expected.checksum: Added.
23247         * platform/gtk/editing/selection/caret-ltr-right-expected.png: Added.
23248         * platform/gtk/editing/selection/caret-ltr-right-expected.txt: Added.
23249         * platform/gtk/editing/selection/caret-rtl-2-left-expected.checksum: Added.
23250         * platform/gtk/editing/selection/caret-rtl-2-left-expected.png: Added.
23251         * platform/gtk/editing/selection/caret-rtl-2-left-expected.txt: Added.
23252         * platform/gtk/editing/selection/caret-rtl-right-expected.checksum: Added.
23253         * platform/gtk/editing/selection/caret-rtl-right-expected.png: Added.
23254         * platform/gtk/editing/selection/caret-rtl-right-expected.txt: Added.
23255
23256 2010-12-23  Alexander Pavlov  <apavlov@chromium.org>
23257
23258         Reviewed by Maciej Stachowiak.
23259
23260         Web Inspector: CSS shorthand properties expand unnecessarily
23261         https://bugs.webkit.org/show_bug.cgi?id=36304
23262
23263         * inspector/elements-panel-styles-expected.txt:
23264         * inspector/resources/elements-panel-styles.css:
23265         (.foo):
23266
23267 2010-12-24  Justin Schuh  <jschuh@chromium.org>
23268
23269         Reviewed by Darin Adler.
23270
23271         setTargetAttributeAnimatedValue should check for a null shadowTreeElement.
23272         https://bugs.webkit.org/show_bug.cgi?id=51576
23273
23274         * svg/custom/animate-disallowed-use-element-expected.txt: Added.
23275         * svg/custom/animate-disallowed-use-element.svg: Added.
23276
23277 2010-12-24  Andrei Popescu  <andreip@google.com>
23278
23279         Unreviewed build fix.
23280
23281         Add Chromium-mac test expectation for the layout test below.
23282         [Chromium] http/tests/xmlhttprequest/basic-auth-nopassword.html needs Mac specific test expectations
23283         https://bugs.webkit.org/show_bug.cgi?id=51589
23284
23285         * platform/chromium-mac/http/tests/xmlhttprequest/basic-auth-nopassword-expected.txt: Added.
23286
23287 2010-12-24  Andrei Popescu  <andreip@google.com>
23288
23289         Unreviewed. Update Chromium test expectations.
23290
23291         Mark editing/input/ime-composition-clearpreedit.html.html as TEXT.
23292         This test was added in http://trac.webkit.org/changeset/74605 and
23293         fails in Chromium.
23294
23295         * platform/chromium/test_expectations.txt:
23296
23297 2010-12-24  Justin Schuh  <jschuh@chromium.org>
23298
23299         Reviewed by Darin Adler.
23300
23301         SVGFontFaceElement::rebuildFontFace() should exit when not in document
23302         https://bugs.webkit.org/show_bug.cgi?id=51571
23303
23304         * svg/custom/use-invalid-font-face-expected.txt: Added.
23305         * svg/custom/use-invalid-font-face.svg: Added.
23306
23307 2010-12-23  Yuta Kitamura  <yutak@chromium.org>
23308
23309         Unreviewed. Update GTK's Skipped file.
23310
23311         [GTK] http/tests/inspector/console-websocket-error.html hangs
23312         https://bugs.webkit.org/show_bug.cgi?id=51380
23313
23314         * platform/gtk/Skipped:
23315
23316 2010-12-23  Yuta Kitamura  <yutak@chromium.org>
23317
23318         Unreviewed. Update Chromium test expectations.
23319
23320         Mark http/tests/inspector/console-websocket-error.html as SLOW on WIN DEBUG.
23321
23322         * platform/chromium/test_expectations.txt:
23323
23324 2010-12-22  Yuta Kitamura  <yutak@chromium.org>
23325
23326         Reviewed by Alexey Proskuryakov.
23327
23328         [GTK] http/tests/inspector/console-websocket-error.html hangs
23329         https://bugs.webkit.org/show_bug.cgi?id=51380
23330
23331         The test should call dumpConsoleMessages() even if WebSocket is not supported
23332         or a WebSocket object goes to an unexpected state.
23333
23334         * http/tests/inspector/console-websocket-error.html:
23335         * platform/gtk/Skipped:
23336         * platform/mac-leopard/http/tests/inspector/console-websocket-error-expected.txt:
23337         * platform/mac/http/tests/inspector/console-websocket-error-expected.txt:
23338
23339 2010-12-23  Jan Erik Hanssen  <jhanssen@sencha.com>
23340
23341         Reviewed by Adam Barth.
23342
23343         [Qt] User name/password stripped from URLs
23344         https://bugs.webkit.org/show_bug.cgi?id=36232
23345
23346         Test authentication cases where a username but no password and
23347         no username but a password is present.
23348
23349         * http/tests/xmlhttprequest/basic-auth-nopassword-expected.txt: Added.
23350         * http/tests/xmlhttprequest/basic-auth-nopassword.html: Added.
23351         * http/tests/xmlhttprequest/basic-auth-nouser-expected.txt: Added.
23352         * http/tests/xmlhttprequest/basic-auth-nouser.html: Added.
23353         * http/tests/xmlhttprequest/resources/basic-auth-nouserpass/basic-auth-nouserpass.php: Added.
23354         * platform/gtk/Skipped:
23355         * platform/mac-leopard/http/tests/xmlhttprequest/basic-auth-nopassword-expected.txt: Added.
23356         * platform/mac-snowleopard/http/tests/xmlhttprequest/basic-auth-nopassword-expected.txt: Added.
23357         * platform/mac-tiger/http/tests/xmlhttprequest/basic-auth-nopassword-expected.txt: Added.
23358         * platform/qt/Skipped:
23359
23360 2010-12-23  Ryosuke Niwa  <rniwa@webkit.org>
23361
23362         Unreviewed Qt rebaseline for r74593.
23363
23364         Added the forgotten blank line at the end.
23365
23366         * platform/qt/editing/pasteboard/copy-in-password-field-expected.txt:
23367
23368 2010-12-23  Ryosuke Niwa  <rniwa@webkit.org>
23369
23370         Unreviewed Qt rebaseline for r74593.
23371
23372         * platform/qt/editing/pasteboard/copy-in-password-field-expected.txt: Added.
23373
23374 2010-12-23  Ryosuke Niwa  <rniwa@webkit.org>
23375
23376         More unreviewed Chromium rebaselines for r74593.
23377
23378         * platform/chromium-linux/editing/deleting/smart-delete-002-expected.txt:
23379         * platform/chromium-linux/editing/pasteboard/subframe-dragndrop-1-expected.txt:
23380         * platform/chromium-win/editing/pasteboard/paste-xml-expected.txt:
23381
23382 2010-12-23  Jan Erik Hanssen  <jhanssen@sencha.com>
23383
23384         Reviewed by Alexey Proskuryakov.
23385
23386         [Qt] Composition text is not removed from the editor when composition is cancelled
23387         https://bugs.webkit.org/show_bug.cgi?id=29391
23388
23389         Ensure that the composition text is cleared when an empty QInputMethodEvent
23390         is received and the editor is in composition mode.
23391
23392         * editing/input/ime-composition-clearpreedit-expected.txt: Added.
23393         * editing/input/ime-composition-clearpreedit.html: Added.
23394         * platform/gtk/Skipped:
23395         * platform/mac-wk2/Skipped:
23396         * platform/qt-wk2/Skipped:
23397
23398 2010-12-23  Benjamin Kalman  <kalman@chromium.org>
23399
23400         Reviewed by Ryosuke Niwa.
23401
23402         Selection becomes stale when CharacterData is manipulated directly
23403         https://bugs.webkit.org/show_bug.cgi?id=51389
23404
23405         Rebaseline GTK tests.
23406
23407         * platform/gtk/editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
23408         * platform/gtk/editing/deleting/delete-3608430-fix-expected.txt:
23409         * platform/gtk/editing/deleting/delete-3608445-fix-expected.txt:
23410         * platform/gtk/editing/deleting/delete-3608462-fix-expected.txt:
23411         * platform/gtk/editing/deleting/delete-and-undo-expected.txt:
23412         * platform/gtk/editing/deleting/delete-block-merge-contents-010-expected.txt:
23413         * platform/gtk/editing/deleting/delete-br-007-expected.txt:
23414         * platform/gtk/editing/deleting/delete-contiguous-ws-001-expected.txt:
23415         * platform/gtk/editing/deleting/delete-leading-ws-001-expected.txt:
23416         * platform/gtk/editing/deleting/delete-line-end-ws-001-expected.txt:
23417         * platform/gtk/editing/deleting/delete-line-end-ws-002-expected.txt:
23418         * platform/gtk/editing/deleting/delete-listitem-001-expected.txt:
23419         * platform/gtk/editing/deleting/delete-tab-002-expected.txt:
23420         * platform/gtk/editing/deleting/delete-tab-004-expected.txt:
23421         * platform/gtk/editing/deleting/delete-trailing-ws-002-expected.txt:
23422         * platform/gtk/editing/deleting/delete-ws-fixup-001-expected.txt:
23423         * platform/gtk/editing/deleting/delete-ws-fixup-002-expected.txt:
23424         * platform/gtk/editing/deleting/forward-delete-expected.txt:
23425         * platform/gtk/editing/deleting/smart-delete-003-expected.txt:
23426         * platform/gtk/editing/deleting/smart-delete-004-expected.txt:
23427         * platform/gtk/editing/execCommand/insertHorizontalRule-expected.txt:
23428         * platform/gtk/editing/inserting/insert-3654864-fix-expected.txt:
23429         * platform/gtk/editing/inserting/insert-after-delete-001-expected.txt:
23430         * platform/gtk/editing/inserting/insert-div-003-expected.txt:
23431         * platform/gtk/editing/inserting/insert-div-024-expected.txt:
23432         * platform/gtk/editing/inserting/insert-space-in-empty-doc-expected.txt:
23433         * platform/gtk/editing/inserting/insert-text-with-newlines-expected.txt:
23434         * platform/gtk/editing/inserting/typing-001-expected.txt:
23435         * platform/gtk/editing/inserting/typing-002-expected.txt:
23436         * platform/gtk/editing/inserting/typing-003-expected.txt:
23437         * platform/gtk/editing/inserting/typing-around-br-001-expected.txt:
23438         * platform/gtk/editing/inserting/typing-around-image-001-expected.txt:
23439         * platform/gtk/editing/pasteboard/4076267-2-expected.txt:
23440         * platform/gtk/editing/pasteboard/4076267-3-expected.txt:
23441         * platform/gtk/editing/pasteboard/cut-text-001-expected.txt:
23442         * platform/gtk/editing/pasteboard/paste-text-001-expected.txt:
23443         * platform/gtk/editing/pasteboard/paste-xml-expected.txt:
23444         * platform/gtk/editing/pasteboard/subframe-dragndrop-1-expected.txt:
23445         * platform/gtk/editing/spelling/spelling-expected.txt:
23446         * platform/gtk/editing/style/style-3681552-fix-001-expected.txt:
23447         * platform/gtk/editing/style/style-3681552-fix-002-expected.txt:
23448         * platform/gtk/editing/style/typing-style-001-expected.txt:
23449         * platform/gtk/editing/style/typing-style-002-expected.txt:
23450         * platform/gtk/editing/style/unbold-in-bold-expected.txt:
23451         * platform/gtk/editing/undo/4063751-expected.txt:
23452         * platform/gtk/editing/undo/redo-typing-001-expected.txt:
23453         * platform/gtk/editing/undo/undo-combined-delete-boundary-expected.txt:
23454         * platform/gtk/editing/undo/undo-combined-delete-expected.txt:
23455         * platform/gtk/editing/undo/undo-delete-boundary-expected.txt:
23456         * platform/gtk/editing/undo/undo-delete-expected.txt:
23457         * platform/gtk/editing/undo/undo-forward-delete-boundary-expected.txt:
23458         * platform/gtk/editing/undo/undo-forward-delete-expected.txt:
23459         * platform/gtk/editing/undo/undo-misspellings-expected.txt:
23460
23461 2010-12-23  Ryosuke Niwa  <rniwa@webkit.org>
23462
23463         Reviewed by Darin Adler.
23464
23465         queryCommandValue("FormatBlock") does not respect editing boundaries
23466         https://bugs.webkit.org/show_bug.cgi?id=51219
23467
23468         Added test cases to ensure queryCommandValue("FormatBlock") respects editing boundaries.
23469
23470         * editing/execCommand/query-format-block-expected.txt:
23471         * editing/execCommand/script-tests/query-format-block.js:
23472
23473 2010-12-23  Ryosuke Niwa  <rniwa@webkit.org>
23474
23475         Unreviewed Chromium rebaselines for r74593.
23476
23477         * platform/chromium-linux/editing/deleting/smart-delete-001-expected.txt:
23478         * platform/chromium-linux/editing/deleting/smart-delete-003-expected.txt:
23479         * platform/chromium-linux/editing/deleting/smart-delete-004-expected.txt:
23480         * platform/chromium-win/editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
23481         * platform/chromium-win/editing/deleting/delete-3608430-fix-expected.txt:
23482         * platform/chromium-win/editing/deleting/delete-3608445-fix-expected.txt:
23483         * platform/chromium-win/editing/deleting/delete-3608462-fix-expected.txt:
23484         * platform/chromium-win/editing/deleting/delete-after-span-ws-001-expected.txt:
23485         * platform/chromium-win/editing/deleting/delete-after-span-ws-002-expected.txt:
23486         * platform/chromium-win/editing/deleting/delete-after-span-ws-003-expected.txt:
23487         * platform/chromium-win/editing/deleting/delete-and-undo-expected.txt:
23488         * platform/chromium-win/editing/deleting/delete-block-merge-contents-010-expected.txt:
23489         * platform/chromium-win/editing/deleting/delete-block-table-expected.txt:
23490         * platform/chromium-win/editing/deleting/delete-br-007-expected.txt:
23491         * platform/chromium-win/editing/deleting/delete-character-001-expected.txt:
23492         * platform/chromium-win/editing/deleting/delete-contiguous-ws-001-expected.txt:
23493         * platform/chromium-win/editing/deleting/delete-hr-expected.txt:
23494         * platform/chromium-win/editing/deleting/delete-leading-ws-001-expected.txt:
23495         * platform/chromium-win/editing/deleting/delete-line-end-ws-001-expected.txt:
23496         * platform/chromium-win/editing/deleting/delete-line-end-ws-002-expected.txt:
23497         * platform/chromium-win/editing/deleting/delete-listitem-001-expected.txt:
23498         * platform/chromium-win/editing/deleting/delete-selection-001-expected.txt:
23499         * platform/chromium-win/editing/deleting/delete-tab-001-expected.txt:
23500         * platform/chromium-win/editing/deleting/delete-tab-002-expected.txt:
23501         * platform/chromium-win/editing/deleting/delete-tab-003-expected.txt:
23502         * platform/chromium-win/editing/deleting/delete-tab-004-expected.txt:
23503         * platform/chromium-win/editing/deleting/delete-trailing-ws-001-expected.txt:
23504         * platform/chromium-win/editing/deleting/delete-trailing-ws-002-expected.txt:
23505         * platform/chromium-win/editing/deleting/delete-ws-fixup-001-expected.txt:
23506         * platform/chromium-win/editing/deleting/delete-ws-fixup-002-expected.txt:
23507         * platform/chromium-win/editing/deleting/forward-delete-expected.txt:
23508         * platform/chromium-win/editing/deleting/non-smart-delete-expected.txt:
23509         * platform/chromium-win/editing/deleting/smart-delete-001-expected.txt:
23510         * platform/chromium-win/editing/deleting/smart-delete-003-expected.txt:
23511         * platform/chromium-win/editing/deleting/smart-delete-004-expected.txt:
23512         * platform/chromium-win/editing/execCommand/insertHorizontalRule-expected.txt:
23513         * platform/chromium-win/editing/inserting/4278698-expected.txt:
23514         * platform/chromium-win/editing/inserting/editing-empty-divs-expected.txt:
23515         * platform/chromium-win/editing/inserting/insert-3654864-fix-expected.txt:
23516         * platform/chromium-win/editing/inserting/insert-after-delete-001-expected.txt:
23517         * platform/chromium-win/editing/inserting/insert-br-003-expected.txt:
23518         * platform/chromium-win/editing/inserting/insert-br-006-expected.txt:
23519         * platform/chromium-win/editing/inserting/insert-br-007-expected.txt:
23520         * platform/chromium-win/editing/inserting/insert-br-008-expected.txt:
23521         * platform/chromium-win/editing/inserting/insert-br-009-expected.txt:
23522         * platform/chromium-win/editing/inserting/insert-br-at-tabspan-002-expected.txt:
23523         * platform/chromium-win/editing/inserting/insert-br-at-tabspan-003-expected.txt:
23524         * platform/chromium-win/editing/inserting/insert-div-003-expected.txt:
23525         * platform/chromium-win/editing/inserting/insert-div-006-expected.txt:
23526         * platform/chromium-win/editing/inserting/insert-div-008-expected.txt:
23527         * platform/chromium-win/editing/inserting/insert-div-024-expected.txt:
23528         * platform/chromium-win/editing/inserting/insert-space-in-empty-doc-expected.txt:
23529         * platform/chromium-win/editing/inserting/insert-tab-003-expected.txt:
23530         * platform/chromium-win/editing/inserting/insert-text-at-tabspan-001-expected.txt:
23531         * platform/chromium-win/editing/inserting/insert-text-at-tabspan-002-expected.txt:
23532         * platform/chromium-win/editing/inserting/insert-text-with-newlines-expected.txt:
23533         * platform/chromium-win/editing/inserting/typing-001-expected.txt:
23534         * platform/chromium-win/editing/inserting/typing-002-expected.txt:
23535         * platform/chromium-win/editing/inserting/typing-003-expected.txt:
23536         * platform/chromium-win/editing/inserting/typing-around-br-001-expected.txt:
23537         * platform/chromium-win/editing/inserting/typing-around-image-001-expected.txt:
23538         * platform/chromium-win/editing/pasteboard/4076267-2-expected.txt:
23539         * platform/chromium-win/editing/pasteboard/4076267-3-expected.txt:
23540         * platform/chromium-win/editing/pasteboard/bad-placeholder-expected.txt:
23541         * platform/chromium-win/editing/pasteboard/cut-text-001-expected.txt:
23542         * platform/chromium-win/editing/pasteboard/interchange-newline-1-expected.txt:
23543         * platform/chromium-win/editing/pasteboard/merge-end-1-expected.txt:
23544         * platform/chromium-win/editing/pasteboard/merge-end-2-expected.txt:
23545         * platform/chromium-win/editing/pasteboard/merge-end-4-expected.txt:
23546         * platform/chromium-win/editing/pasteboard/merge-end-list-expected.txt:
23547         * platform/chromium-win/editing/pasteboard/merge-end-table-expected.txt:
23548         * platform/chromium-win/editing/pasteboard/paste-match-style-001-expected.txt:
23549         * platform/chromium-win/editing/pasteboard/paste-text-001-expected.txt:
23550         * platform/chromium-win/editing/pasteboard/paste-text-019-expected.txt:
23551         * platform/chromium-win/editing/pasteboard/paste-text-at-tabspan-001-expected.txt:
23552         * platform/chromium-win/editing/pasteboard/paste-text-at-tabspan-002-expected.txt:
23553         * platform/chromium-win/editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
23554         * platform/chromium-win/editing/pasteboard/pasting-object-expected.txt:
23555         * platform/chromium-win/editing/pasteboard/smart-paste-002-expected.txt:
23556         * platform/chromium-win/editing/pasteboard/smart-paste-006-expected.txt:
23557         * platform/chromium-win/editing/pasteboard/smart-paste-007-expected.txt:
23558         * platform/chromium-win/editing/spelling/spelling-expected.txt:
23559         * platform/chromium-win/editing/style/style-3681552-fix-001-expected.txt:
23560         * platform/chromium-win/editing/style/style-3681552-fix-002-expected.txt:
23561         * platform/chromium-win/editing/style/style-boundary-002-expected.txt:
23562         * platform/chromium-win/editing/style/style-boundary-005-expected.txt:
23563         * platform/chromium-win/editing/style/typing-style-001-expected.txt:
23564         * platform/chromium-win/editing/style/typing-style-002-expected.txt:
23565         * platform/chromium-win/editing/style/unbold-in-bold-expected.txt:
23566         * platform/chromium-win/editing/undo/4063751-expected.txt:
23567         * platform/chromium-win/editing/undo/redo-typing-001-expected.txt:
23568         * platform/chromium-win/editing/undo/undo-combined-delete-boundary-expected.txt:
23569         * platform/chromium-win/editing/undo/undo-combined-delete-expected.txt:
23570         * platform/chromium-win/editing/undo/undo-delete-boundary-expected.txt:
23571         * platform/chromium-win/editing/undo/undo-delete-expected.txt:
23572         * platform/chromium-win/editing/undo/undo-forward-delete-boundary-expected.txt:
23573         * platform/chromium-win/editing/undo/undo-forward-delete-expected.txt:
23574         * platform/chromium-win/editing/undo/undo-misspellings-expected.txt:
23575         * platform/chromium-win/editing/undo/undo-typing-001-expected.txt:
23576         * platform/chromium-win/editing/unsupported-content/list-type-after-expected.txt:
23577         * platform/chromium-win/editing/unsupported-content/list-type-before-expected.txt:
23578         * platform/chromium-win/editing/unsupported-content/table-type-after-expected.txt:
23579         * platform/chromium-win/editing/unsupported-content/table-type-before-expected.txt:
23580
23581 2010-12-23  Ryosuke Niwa  <rniwa@webkit.org>
23582
23583         Reviewed by Darin Adler.
23584
23585         FormatBlock doesn't preserve typing style but it should
23586         https://bugs.webkit.org/show_bug.cgi?id=51140
23587
23588         Added a test to type text after bolding the typing style and executing a FormatBlock command.
23589         Because FormatBlock command preserves typing style, the typed text should be in bold.
23590
23591         * editing/execCommand/format-block-typing-style.html: Added.
23592
23593 2010-12-23  Ryosuke Niwa  <rniwa@webkit.org>
23594
23595         Unreviewed Qt rebaselines for r74593.
23596
23597         * platform/qt/editing/deleting/delete-3608445-fix-expected.txt:
23598         * platform/qt/editing/deleting/delete-after-span-ws-001-expected.txt:
23599         * platform/qt/editing/deleting/delete-after-span-ws-002-expected.txt:
23600         * platform/qt/editing/deleting/delete-after-span-ws-003-expected.txt:
23601         * platform/qt/editing/deleting/delete-block-merge-contents-010-expected.txt:
23602         * platform/qt/editing/deleting/delete-character-001-expected.txt:
23603         * platform/qt/editing/deleting/delete-hr-expected.txt:
23604         * platform/qt/editing/deleting/delete-line-end-ws-001-expected.txt:
23605         * platform/qt/editing/deleting/delete-selection-001-expected.txt:
23606         * platform/qt/editing/deleting/delete-trailing-ws-001-expected.txt:
23607         * platform/qt/editing/deleting/delete-trailing-ws-002-expected.txt:
23608         * platform/qt/editing/deleting/non-smart-delete-expected.txt:
23609         * platform/qt/editing/deleting/smart-delete-001-expected.txt:
23610         * platform/qt/editing/deleting/smart-delete-003-expected.txt:
23611         * platform/qt/editing/deleting/smart-delete-004-expected.txt:
23612         * platform/qt/editing/inserting/insert-3654864-fix-expected.txt:
23613         * platform/qt/editing/inserting/insert-after-delete-001-expected.txt:
23614         * platform/qt/editing/inserting/insert-br-003-expected.txt:
23615         * platform/qt/editing/inserting/insert-br-006-expected.txt:
23616         * platform/qt/editing/inserting/insert-br-007-expected.txt:
23617         * platform/qt/editing/inserting/insert-br-008-expected.txt:
23618         * platform/qt/editing/inserting/insert-br-009-expected.txt:
23619         * platform/qt/editing/inserting/insert-br-at-tabspan-002-expected.txt:
23620         * platform/qt/editing/inserting/insert-br-at-tabspan-003-expected.txt:
23621         * platform/qt/editing/inserting/insert-div-003-expected.txt:
23622         * platform/qt/editing/inserting/insert-div-006-expected.txt:
23623         * platform/qt/editing/inserting/insert-div-008-expected.txt:
23624         * platform/qt/editing/inserting/insert-div-024-expected.txt:
23625         * platform/qt/editing/inserting/insert-space-in-empty-doc-expected.txt:
23626         * platform/qt/editing/inserting/insert-text-at-tabspan-001-expected.txt:
23627         * platform/qt/editing/inserting/insert-text-at-tabspan-002-expected.txt:
23628         * platform/qt/editing/inserting/typing-001-expected.txt:
23629         * platform/qt/editing/inserting/typing-002-expected.txt:
23630         * platform/qt/editing/inserting/typing-003-expected.txt:
23631         * platform/qt/editing/inserting/typing-around-br-001-expected.txt:
23632         * platform/qt/editing/inserting/typing-around-image-001-expected.txt:
23633         * platform/qt/editing/pasteboard/4076267-3-expected.txt:
23634         * platform/qt/editing/pasteboard/cut-text-001-expected.txt:
23635         * platform/qt/editing/pasteboard/interchange-newline-1-expected.txt:
23636         * platform/qt/editing/pasteboard/merge-end-1-expected.txt:
23637         * platform/qt/editing/pasteboard/merge-end-2-expected.txt:
23638         * platform/qt/editing/pasteboard/merge-end-4-expected.txt:
23639         * platform/qt/editing/pasteboard/merge-end-list-expected.txt:
23640         * platform/qt/editing/pasteboard/merge-end-table-expected.txt:
23641         * platform/qt/editing/pasteboard/paste-match-style-001-expected.txt:
23642         * platform/qt/editing/pasteboard/paste-text-019-expected.txt:
23643         * platform/qt/editing/pasteboard/paste-text-at-tabspan-002-expected.txt:
23644         * platform/qt/editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
23645         * platform/qt/editing/pasteboard/pasting-object-expected.txt:
23646         * platform/qt/editing/pasteboard/smart-paste-002-expected.txt:
23647         * platform/qt/editing/pasteboard/smart-paste-006-expected.txt:
23648         * platform/qt/editing/pasteboard/smart-paste-007-expected.txt:
23649         * platform/qt/editing/style/remove-underline-from-stylesheet-expected.txt:
23650         * platform/qt/editing/undo/redo-style-expected.txt:
23651
23652 2010-12-23  Ryosuke Niwa  <rniwa@webkit.org>
23653
23654         Reviewed by Darin Adler.
23655
23656         Selection becomes stale when CharacterData is manipulated directly
23657         https://bugs.webkit.org/show_bug.cgi?id=51389
23658
23659         Added tests to ensure WebKit adjusts or clears selection when the start container
23660         or the end container of the selection's first range is modified by CharacterData's API.
23661
23662         Many editing tests had to be rebaselined due to different editing delegate dumps
23663         caused by WebKit's properly adjusting selection's offsets as editing commands modify the DOM.
23664
23665         * editing/deleting/delete-by-word-001-expected.txt:
23666         * editing/deleting/delete-by-word-002-expected.txt:
23667         * editing/deleting/delete-ligature-001-expected.txt:
23668         * editing/deleting/delete-ligature-002-expected.txt:
23669         * editing/deleting/delete-ligature-003-expected.txt:
23670         * editing/deleting/skip-virama-001-expected.txt:
23671         * editing/execCommand/createLink-expected.txt:
23672         * editing/execCommand/hilitecolor-expected.txt:
23673         * editing/execCommand/unlink-expected.txt:
23674         * editing/inserting/insert-thai-characters-001-expected.txt:
23675         * editing/pasteboard/copy-in-password-field-expected.txt:
23676         * editing/pasteboard/paste-into-anchor-text-expected.txt:
23677         * editing/selection/character-data-mutation-crash-expected.txt: Added.
23678         * editing/selection/character-data-mutation-crash.html: Added.
23679         * editing/selection/character-data-mutation-expected.txt: Added.
23680         * editing/selection/character-data-mutation.html: Added.
23681         * editing/style/remove-underline-from-stylesheet-expected.txt:
23682         * editing/style/typing-style-003-expected.txt:
23683         * editing/undo/redo-style-expected.txt:
23684         * platform/mac/editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
23685         * platform/mac/editing/deleting/delete-3608430-fix-expected.txt:
23686         * platform/mac/editing/deleting/delete-3608445-fix-expected.txt:
23687         * platform/mac/editing/deleting/delete-3608462-fix-expected.txt:
23688         * platform/mac/editing/deleting/delete-after-span-ws-001-expected.txt:
23689         * platform/mac/editing/deleting/delete-after-span-ws-002-expected.txt:
23690         * platform/mac/editing/deleting/delete-after-span-ws-003-expected.txt:
23691         * platform/mac/editing/deleting/delete-and-undo-expected.txt:
23692         * platform/mac/editing/deleting/delete-block-merge-contents-010-expected.txt:
23693         * platform/mac/editing/deleting/delete-block-table-expected.txt:
23694         * platform/mac/editing/deleting/delete-br-007-expected.txt:
23695         * platform/mac/editing/deleting/delete-character-001-expected.txt:
23696         * platform/mac/editing/deleting/delete-contiguous-ws-001-expected.txt:
23697         * platform/mac/editing/deleting/delete-hr-expected.txt:
23698         * platform/mac/editing/deleting/delete-leading-ws-001-expected.txt:
23699         * platform/mac/editing/deleting/delete-line-end-ws-001-expected.txt:
23700         * platform/mac/editing/deleting/delete-line-end-ws-002-expected.txt:
23701         * platform/mac/editing/deleting/delete-listitem-001-expected.txt:
23702         * platform/mac/editing/deleting/delete-selection-001-expected.txt:
23703         * platform/mac/editing/deleting/delete-tab-001-expected.txt:
23704         * platform/mac/editing/deleting/delete-tab-002-expected.txt:
23705         * platform/mac/editing/deleting/delete-tab-003-expected.txt:
23706         * platform/mac/editing/deleting/delete-tab-004-expected.txt:
23707         * platform/mac/editing/deleting/delete-trailing-ws-001-expected.txt:
23708         * platform/mac/editing/deleting/delete-trailing-ws-002-expected.txt:
23709         * platform/mac/editing/deleting/delete-ws-fixup-001-expected.txt:
23710         * platform/mac/editing/deleting/delete-ws-fixup-002-expected.txt:
23711         * platform/mac/editing/deleting/forward-delete-expected.txt:
23712         * platform/mac/editing/deleting/non-smart-delete-expected.txt:
23713         * platform/mac/editing/deleting/smart-delete-001-expected.txt:
23714         * platform/mac/editing/deleting/smart-delete-002-expected.txt:
23715         * platform/mac/editing/deleting/smart-delete-003-expected.txt:
23716         * platform/mac/editing/deleting/smart-delete-004-expected.txt:
23717         * platform/mac/editing/execCommand/insertHorizontalRule-expected.txt:
23718         * platform/mac/editing/input/firstrectforcharacterrange-styled-expected.txt:
23719         * platform/mac/editing/input/text-input-controller-expected.txt:
23720         * platform/mac/editing/inserting/4278698-expected.txt:
23721         * platform/mac/editing/inserting/editing-empty-divs-expected.txt:
23722         * platform/mac/editing/inserting/insert-3654864-fix-expected.txt:
23723         * platform/mac/editing/inserting/insert-after-delete-001-expected.txt:
23724         * platform/mac/editing/inserting/insert-br-003-expected.txt:
23725         * platform/mac/editing/inserting/insert-br-006-expected.txt:
23726         * platform/mac/editing/inserting/insert-br-007-expected.txt:
23727         * platform/mac/editing/inserting/insert-br-008-expected.txt:
23728         * platform/mac/editing/inserting/insert-br-009-expected.txt:
23729         * platform/mac/editing/inserting/insert-br-at-tabspan-002-expected.txt:
23730         * platform/mac/editing/inserting/insert-br-at-tabspan-003-expected.txt:
23731         * platform/mac/editing/inserting/insert-div-003-expected.txt:
23732         * platform/mac/editing/inserting/insert-div-006-expected.txt:
23733         * platform/mac/editing/inserting/insert-div-008-expected.txt:
23734         * platform/mac/editing/inserting/insert-div-024-expected.txt:
23735         * platform/mac/editing/inserting/insert-space-in-empty-doc-expected.txt:
23736         * platform/mac/editing/inserting/insert-tab-003-expected.txt:
23737         * platform/mac/editing/inserting/insert-text-at-tabspan-001-expected.txt:
23738         * platform/mac/editing/inserting/insert-text-at-tabspan-002-expected.txt:
23739         * platform/mac/editing/inserting/insert-text-with-newlines-expected.txt:
23740         * platform/mac/editing/inserting/typing-001-expected.txt:
23741         * platform/mac/editing/inserting/typing-002-expected.txt:
23742         * platform/mac/editing/inserting/typing-003-expected.txt:
23743         * platform/mac/editing/inserting/typing-around-br-001-expected.txt:
23744         * platform/mac/editing/inserting/typing-around-image-001-expected.txt:
23745         * platform/mac/editing/pasteboard/4076267-2-expected.txt:
23746         * platform/mac/editing/pasteboard/4076267-3-expected.txt:
23747         * platform/mac/editing/pasteboard/bad-placeholder-expected.txt:
23748         * platform/mac/editing/pasteboard/cut-text-001-expected.txt:
23749         * platform/mac/editing/pasteboard/emacs-ctrl-a-k-y-expected.txt:
23750         * platform/mac/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt:
23751         * platform/mac/editing/pasteboard/interchange-newline-1-expected.txt:
23752         * platform/mac/editing/pasteboard/merge-end-1-expected.txt:
23753         * platform/mac/editing/pasteboard/merge-end-2-expected.txt:
23754         * platform/mac/editing/pasteboard/merge-end-4-expected.txt:
23755         * platform/mac/editing/pasteboard/merge-end-list-expected.txt:
23756         * platform/mac/editing/pasteboard/merge-end-table-expected.txt:
23757         * platform/mac/editing/pasteboard/paste-match-style-001-expected.txt:
23758         * platform/mac/editing/pasteboard/paste-text-001-expected.txt:
23759         * platform/mac/editing/pasteboard/paste-text-019-expected.txt:
23760         * platform/mac/editing/pasteboard/paste-text-at-tabspan-001-expected.txt:
23761         * platform/mac/editing/pasteboard/paste-text-at-tabspan-002-expected.txt:
23762         * platform/mac/editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
23763         * platform/mac/editing/pasteboard/paste-xml-expected.txt:
23764         * platform/mac/editing/pasteboard/pasting-object-expected.txt:
23765         * platform/mac/editing/pasteboard/smart-paste-002-expected.txt:
23766         * platform/mac/editing/pasteboard/smart-paste-006-expected.txt:
23767         * platform/mac/editing/pasteboard/smart-paste-007-expected.txt:
23768         * platform/mac/editing/pasteboard/subframe-dragndrop-1-expected.txt:
23769         * platform/mac/editing/spelling/spelling-expected.txt:
23770         * platform/mac/editing/style/style-3681552-fix-001-expected.txt:
23771         * platform/mac/editing/style/style-3681552-fix-002-expected.txt:
23772         * platform/mac/editing/style/style-boundary-002-expected.txt:
23773         * platform/mac/editing/style/style-boundary-005-expected.txt:
23774         * platform/mac/editing/style/typing-style-001-expected.txt:
23775         * platform/mac/editing/style/typing-style-002-expected.txt:
23776         * platform/mac/editing/style/unbold-in-bold-expected.txt:
23777         * platform/mac/editing/undo/4063751-expected.txt:
23778         * platform/mac/editing/undo/redo-typing-001-expected.txt:
23779         * platform/mac/editing/undo/undo-combined-delete-boundary-expected.txt:
23780         * platform/mac/editing/undo/undo-combined-delete-expected.txt:
23781         * platform/mac/editing/undo/undo-delete-boundary-expected.txt:
23782         * platform/mac/editing/undo/undo-delete-expected.txt:
23783         * platform/mac/editing/undo/undo-forward-delete-boundary-expected.txt:
23784         * platform/mac/editing/undo/undo-forward-delete-expected.txt:
23785         * platform/mac/editing/undo/undo-misspellings-expected.txt:
23786         * platform/mac/editing/undo/undo-typing-001-expected.txt:
23787         * platform/mac/editing/unsupported-content/list-type-after-expected.txt:
23788         * platform/mac/editing/unsupported-content/list-type-before-expected.txt:
23789         * platform/mac/editing/unsupported-content/table-type-after-expected.txt:
23790         * platform/mac/editing/unsupported-content/table-type-before-expected.txt:
23791
23792 2010-12-23  Kenneth Russell  <kbr@google.com>
23793
23794         Unreviewed Chromium test expectations update. Fix botched update
23795         of fast/css/box-shadow.html expectation; needed to be FAIL, not
23796         IMAGE+TEXT IMAGE.
23797
23798         * platform/chromium/test_expectations.txt:
23799
23800 2010-12-23  Albert J. Wong  <ajwong@chromium.org>
23801
23802         Unreviewed. Chromium layout test expectations update.
23803         https://bugs.webkit.org/show_bug.cgi?id=51500
23804
23805         Rebaseline media control layout tests due to pixel diff from r74535
23806
23807         * platform/chromium-linux/media/audio-controls-rendering-expected.checksum:
23808         * platform/chromium-linux/media/audio-controls-rendering-expected.png:
23809         * platform/chromium-linux/media/controls-after-reload-expected.checksum:
23810         * platform/chromium-linux/media/controls-after-reload-expected.png:
23811         * platform/chromium-linux/media/controls-strict-expected.checksum:
23812         * platform/chromium-linux/media/controls-strict-expected.png:
23813         * platform/chromium-linux/media/controls-styling-expected.checksum:
23814         * platform/chromium-linux/media/controls-styling-expected.png:
23815         * platform/chromium-linux/media/controls-without-preload-expected.checksum:
23816         * platform/chromium-linux/media/controls-without-preload-expected.png:
23817         * platform/chromium-linux/media/video-controls-rendering-expected.checksum:
23818         * platform/chromium-linux/media/video-controls-rendering-expected.png:
23819         * platform/chromium-linux/media/video-display-toggle-expected.checksum:
23820         * platform/chromium-linux/media/video-display-toggle-expected.png:
23821         * platform/chromium-linux/media/video-empty-source-expected.checksum:
23822         * platform/chromium-linux/media/video-empty-source-expected.png:
23823         * platform/chromium-linux/media/video-no-audio-expected.checksum:
23824         * platform/chromium-linux/media/video-no-audio-expected.png:
23825         * platform/chromium-linux/media/video-volume-slider-expected.checksum:
23826         * platform/chromium-linux/media/video-volume-slider-expected.png:
23827         * platform/chromium-mac/media/audio-controls-rendering-expected.checksum:
23828         * platform/chromium-mac/media/audio-controls-rendering-expected.png:
23829         * platform/chromium-mac/media/audio-controls-rendering-expected.txt:
23830         * platform/chromium-mac/media/controls-after-reload-expected.checksum:
23831         * platform/chromium-mac/media/controls-after-reload-expected.png:
23832         * platform/chromium-mac/media/controls-after-reload-expected.txt:
23833         * platform/chromium-mac/media/controls-strict-expected.checksum:
23834         * platform/chromium-mac/media/controls-strict-expected.png:
23835         * platform/chromium-mac/media/controls-strict-expected.txt:
23836         * platform/chromium-mac/media/controls-styling-expected.checksum:
23837         * platform/chromium-mac/media/controls-styling-expected.png:
23838         * platform/chromium-mac/media/controls-styling-expected.txt:
23839         * platform/chromium-mac/media/controls-without-preload-expected.checksum:
23840         * platform/chromium-mac/media/controls-without-preload-expected.png:
23841         * platform/chromium-mac/media/controls-without-preload-expected.txt:
23842         * platform/chromium-mac/media/video-display-toggle-expected.checksum:
23843         * platform/chromium-mac/media/video-display-toggle-expected.png:
23844         * platform/chromium-mac/media/video-display-toggle-expected.txt:
23845         * platform/chromium-mac/media/video-empty-source-expected.checksum:
23846         * platform/chromium-mac/media/video-empty-source-expected.png:
23847         * platform/chromium-mac/media/video-empty-source-expected.txt:
23848         * platform/chromium-mac/media/video-no-audio-expected.checksum:
23849         * platform/chromium-mac/media/video-no-audio-expected.png:
23850         * platform/chromium-mac/media/video-no-audio-expected.txt:
23851         * platform/chromium-mac/media/video-volume-slider-expected.checksum:
23852         * platform/chromium-mac/media/video-volume-slider-expected.png:
23853         * platform/chromium-mac/media/video-volume-slider-expected.txt:
23854         * platform/chromium-win/media/audio-controls-rendering-expected.checksum:
23855         * platform/chromium-win/media/audio-controls-rendering-expected.png:
23856         * platform/chromium-win/media/audio-controls-rendering-expected.txt:
23857         * platform/chromium-win/media/controls-after-reload-expected.checksum:
23858         * platform/chromium-win/media/controls-after-reload-expected.png:
23859         * platform/chromium-win/media/controls-after-reload-expected.txt:
23860         * platform/chromium-win/media/controls-strict-expected.checksum:
23861         * platform/chromium-win/media/controls-strict-expected.png:
23862         * platform/chromium-win/media/controls-strict-expected.txt:
23863         * platform/chromium-win/media/controls-styling-expected.checksum:
23864         * platform/chromium-win/media/controls-styling-expected.png:
23865         * platform/chromium-win/media/controls-styling-expected.txt:
23866         * platform/chromium-win/media/controls-without-preload-expected.checksum:
23867         * platform/chromium-win/media/controls-without-preload-expected.png:
23868         * platform/chromium-win/media/controls-without-preload-expected.txt:
23869         * platform/chromium-win/media/video-controls-rendering-expected.checksum:
23870         * platform/chromium-win/media/video-controls-rendering-expected.png:
23871         * platform/chromium-win/media/video-controls-rendering-expected.txt:
23872         * platform/chromium-win/media/video-display-toggle-expected.checksum:
23873         * platform/chromium-win/media/video-display-toggle-expected.png:
23874         * platform/chromium-win/media/video-display-toggle-expected.txt:
23875         * platform/chromium-win/media/video-empty-source-expected.checksum:
23876         * platform/chromium-win/media/video-empty-source-expected.png:
23877         * platform/chromium-win/media/video-empty-source-expected.txt:
23878         * platform/chromium-win/media/video-no-audio-expected.checksum:
23879         * platform/chromium-win/media/video-no-audio-expected.png:
23880         * platform/chromium-win/media/video-no-audio-expected.txt:
23881         * platform/chromium-win/media/video-volume-slider-expected.checksum:
23882         * platform/chromium-win/media/video-volume-slider-expected.png:
23883         * platform/chromium-win/media/video-volume-slider-expected.txt:
23884         * platform/chromium/test_expectations.txt:
23885
23886 2010-12-23  Kenneth Russell  <kbr@google.com>
23887
23888         Unreviewed Chromium expectations update. Suppress crashes seen on
23889         Windows with fast/canvas/webgl/canvas-test.html and
23890         fast/canvas/webgl/gl-pixelstorei.html.
23891
23892         * platform/chromium/test_expectations.txt:
23893
23894 2010-12-23  Justin Schuh  <jschuh@chromium.org>
23895
23896         Reviewed by Eric Seidel.
23897
23898         CSSCursorImageValue destructor should clear referenced element.
23899         https://bugs.webkit.org/show_bug.cgi?id=51417
23900
23901         * svg/css/cursor-image-replace-expected.txt: Added.
23902         * svg/css/cursor-image-replace.svg: Added.
23903
23904 2010-12-23  Kenneth Russell  <kbr@google.com>
23905
23906         Unreviewed Chromium expectations update. Allow
23907         fast/css/box-shadow.html to fail with IMAGE as well as IMAGE+TEXT.
23908
23909         * platform/chromium/test_expectations.txt:
23910
23911 2010-12-22  Matthew Delaney  <mdelaney@apple.com>
23912
23913         Reviewed by Simon Fraser.
23914
23915         Add setNeedsStyleRecalc for getting canvas contexts that use IOSurfaces
23916         https://bugs.webkit.org/show_bug.cgi?id=51279
23917
23918         * platform/mac-snowleopard/platform/mac/compositing: Added.
23919         * platform/mac-snowleopard/platform/mac/compositing/canvas: Added.
23920         * platform/mac-snowleopard/platform/mac/compositing/canvas/accelerated-canvas-compositing-expected.txt: Added.
23921         * platform/mac/compositing/canvas: Added.
23922         * platform/mac/compositing/canvas/accelerated-canvas-compositing-expected.txt: Added.
23923         * platform/mac/compositing/canvas/accelerated-canvas-compositing.html: Added.
23924
23925 2010-12-23  Kenneth Russell  <kbr@google.com>
23926
23927         Unreviewed Chromium expectations update. Fix incorrect syntax for
23928         fast/css/box-shadow.html suppression and state that
23929         fast/events/touch/touch-target.html may timeout.
23930
23931         * platform/chromium/test_expectations.txt:
23932
23933 2010-12-23  Jessie Berlin  <jberlin@apple.com>
23934
23935         Add Windows-XP-specific (failing) expected results for
23936         fast/profiler/throw-exception-from-eval-expected.html in order to get the Windows XP Debug
23937         test bot green again. Unreviewed.
23938         https://bugs.webkit.org/show_bug.cgi?id=49801
23939
23940         * platform/win-xp/fast/profiler: Added.
23941         * platform/win-xp/fast/profiler/throw-exception-from-eval-expected.txt: Added.
23942
23943 2010-12-23  Jeremy Moskovich  <jeremy@chromium.org>
23944
23945         Unreviewed new Chromium baselines and test expectations update.
23946
23947         * platform/chromium-linux/fast/layers/video-layer-expected.checksum:
23948         * platform/chromium-linux/fast/layers/video-layer-expected.png:
23949         * platform/chromium-mac/fast/layers/video-layer-expected.checksum:
23950         * platform/chromium-mac/fast/layers/video-layer-expected.png:
23951         * platform/chromium-mac/fast/layers/video-layer-expected.txt:
23952         * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
23953         * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
23954         * platform/chromium-win/fast/layers/video-layer-expected.checksum:
23955         * platform/chromium-win/fast/layers/video-layer-expected.png:
23956         * platform/chromium-win/fast/layers/video-layer-expected.txt:
23957         * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
23958         * platform/chromium/test_expectations.txt:
23959
23960 2010-12-23  Jonathan Dixon  <joth@chromium.org>
23961
23962         Reviewed by Steve Block.
23963
23964         TouchEvents does not support multi-touch on a page with multiple touch targets
23965         https://bugs.webkit.org/show_bug.cgi?id=51258
23966
23967         * fast/events/touch/multi-touch-grouped-targets-expected.txt: Added.
23968         * fast/events/touch/multi-touch-grouped-targets.html: Added.
23969         * fast/events/touch/script-tests/multi-touch-grouped-targets.js: Added.
23970         (declareTouchHandler.return.shouldBe):
23971         (declareTouchHandler):
23972         (touchEndHandler):
23973         Added new test that ensures both test targets receive events when hit by multiple
23974         touch points from the same platform event.
23975
23976         * fast/events/touch/script-tests/touch-target-limited.js:
23977         (declareTouchStart.return.touchStartHandler):
23978         (declareTouchStart):
23979         (declareTouchMove.return.touchMoveHandler):
23980         (declareTouchMove):
23981         * fast/events/touch/script-tests/touch-target.js:
23982         (declareTouchStart.return.touchStartHandler):
23983         (declareTouchStart):
23984         (declareTouchMove.return.touchMoveHandler):
23985         (declareTouchMove):
23986         * fast/events/touch/touch-target-expected.txt:
23987         * fast/events/touch/touch-target-limited-expected.txt:
23988         Updated & rebaselined existing tests to reflect new expectations.
23989
23990 2010-12-23  Jeremy Moskovich  <jeremy@chromium.org>
23991
23992         Unreviewed test expectations update.
23993
23994         Fix duplicate expectation warning for media/video-controls-rendering.html introduced in r74535.
23995
23996         * platform/chromium/test_expectations.txt:
23997
23998 2010-12-23  Csaba Osztrogonác  <ossy@webkit.org>
23999
24000         Unreviewed. Update Qt specific expected file after r74539.
24001
24002         * platform/qt/fast/dom/Window/window-properties-expected.txt:
24003
24004 2010-12-23  Benjamin Kalman  <kalman@chromium.org>
24005
24006         Reviewed by Eric Seidel.
24007
24008         QT linux has RTL line movement bug that causes editing/selection/extend-to-line-boundary.html to fail
24009         https://bugs.webkit.org/show_bug.cgi?id=51514
24010
24011         Add different baseline to editing/selection/extend-to-line-boundary.html for qt-linux that
24012         takes into account the RTL bug.
24013
24014         * platform/qt-linux/editing/selection/extend-to-line-boundary-expected.txt: Added.
24015
24016 2010-12-23  Antti Koivisto  <antti@apple.com>
24017
24018         Not reviewed.
24019
24020         Another attempt.
24021
24022         * http/tests/local/slow-css-pass.cgi:
24023
24024 2010-12-23  Antti Koivisto  <antti@apple.com>
24025
24026         Not reviewed.
24027
24028         Flaky Test: http/tests/local/stylesheet-and-script-load-order-media-print.html
24029         
24030         Try to fix flakiness.
24031
24032         * http/tests/local/slow-css-pass.cgi:
24033
24034 2010-12-22  Ariya Hidayat  <ariya@sencha.com>
24035
24036         Reviewed by Simon Fraser.
24037
24038         Implement skewX() and skewY() for CSSMatrix.
24039         https://bugs.webkit.org/show_bug.cgi?id=38335
24040
24041         * fast/dom/Window/window-properties-expected.txt: Adjusted.
24042         * transforms/cssmatrix-2d-interface.xhtml: Added tests for skewX() and skewY().
24043         * transforms/cssmatrix-2d-interface-expected.txt: Adjusted.
24044
24045 2010-12-22  Simon Fraser  <simon.fraser@apple.com>
24046
24047         Reviewed by Dan Bernstein.
24048
24049         Support unprefixed box-shadow property
24050         https://bugs.webkit.org/show_bug.cgi?id=51448
24051         
24052         Add box-shadow to getComputedStyle tests, and add new pixel test
24053         for box-shadow. (This test will be updated when the shadow radius is fixed via
24054         bug 22102).
24055
24056         * fast/css/box-shadow.html: Added.
24057         * fast/css/getComputedStyle/computed-style-expected.txt:
24058         * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
24059         * platform/mac/fast/css/box-shadow-expected.checksum: Added.
24060         * platform/mac/fast/css/box-shadow-expected.png: Added.
24061         * platform/mac/fast/css/box-shadow-expected.txt: Added.
24062         * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
24063         * svg/css/getComputedStyle-basic-expected.txt:
24064
24065 2010-12-22  Michael Saboff  <msaboff@apple.com>
24066
24067         Reviewed by Sam Weinig.
24068
24069         REGRESSION: Can't shadow/overwrite window.constructor 
24070         (causes TypeError exception)
24071         https://bugs.webkit.org/show_bug.cgi?id=48953
24072
24073         Changed cross-frame-access-put test results to reflect that setting
24074         the window constructor will be disallowed due to cross frame security
24075         checking.
24076         Added a new test to check that we can change window.constructor.
24077
24078         * fast/dom/Window/window-constructor-settable-expected.txt: Added.
24079         * fast/dom/Window/window-constructor-settable.html: Added.
24080         * http/tests/security/cross-frame-access-put-expected.txt:
24081
24082 2010-12-22  Mihai Parparita  <mihaip@chromium.org>
24083
24084         Unreviewed test expectations update. fast/canvas/fillText-shadow.html
24085         fails with Skia in the GPU suite too.
24086
24087         * platform/chromium-gpu/test_expectations.txt:
24088
24089 2010-12-22  Steve Lacey  <sjl@chromium.org>
24090
24091         Reviewed by David Levin.
24092
24093         Change css for chromium media controls to deal with the timeline
24094         not expanding when the current time disappears. This happens when
24095         the width of the control drops below 240px.
24096
24097         This change results in a minor pixel difference - the timebar now
24098         aligns better with the time and when the time is not displayed is
24099         now perfectly centered. Disabling the affected tests for now
24100         and will rebaseline.
24101
24102         https://bugs.webkit.org/show_bug.cgi?id=51500
24103
24104         * platform/chromium/test_expectations.txt:
24105
24106 2010-12-22  Mihai Parparita  <mihaip@chromium.org>
24107
24108         Unreviewed test expectations update. fast/canvas/fillText-shadow.html
24109         fails with Skia.
24110
24111         * platform/chromium/test_expectations.txt:
24112
24113 2010-12-22  Jessie Berlin  <jberlin@apple.com>
24114
24115         Add Windows-specific (failing) expected results for media/audio-data-url.html in order to get
24116         the Windows 7 Release test bot green again. Unreviewed.
24117         https://bugs.webkit.org/show_bug.cgi?id=51518
24118
24119         * platform/win/media/audio-data-url-expected.txt: Added.
24120
24121 2010-12-22  Mihai Parparita  <mihaip@chromium.org>
24122
24123         Reviewed by Simon Fraser.
24124
24125         the shadow direction is negated in canvas context shadowOffsetY.
24126         https://bugs.webkit.org/show_bug.cgi?id=25619
24127         
24128         Add test to verify that shadowOffsetY is handled correctly.
24129
24130         * fast/canvas/fillText-shadow-expected.txt: Added.
24131         * fast/canvas/fillText-shadow.html: Added.
24132
24133 2010-12-22  Ariya Hidayat  <ariya@sencha.com>
24134
24135         Reviewed by Simon Fraser.
24136
24137         Transform applied via CSSMatrix does not take full page zoom into account
24138         https://bugs.webkit.org/show_bug.cgi?id=24808
24139
24140         The bug has been fixed with r74430 and r74451.
24141         These two are just the tests.
24142
24143         * transforms/2d/cssmatrix-2d-zoom-expected.checksum: Added.
24144         * transforms/2d/cssmatrix-2d-zoom-expected.png: Added.
24145         * transforms/2d/cssmatrix-2d-zoom-expected.txt: Added.
24146         * transforms/2d/cssmatrix-2d-zoom.html: Added.
24147         * transforms/3d/general/cssmatrix-3d-zoom-expected.checksum: Added.
24148         * transforms/3d/general/cssmatrix-3d-zoom-expected.png: Added.
24149         * transforms/3d/general/cssmatrix-3d-zoom-expected.txt: Added.
24150         * transforms/3d/general/cssmatrix-3d-zoom.html: Added.
24151
24152 2010-12-22  Jian Li  <jianli@chromium.org>
24153
24154         Reviewed by David Levin.
24155
24156         Tests that File.type returns empty string for file with invalid extension.
24157         https://bugs.webkit.org/show_bug.cgi?id=51501
24158
24159         * editing/pasteboard/file-input-files-access-expected.txt:
24160         * editing/pasteboard/resources/file.invalidext: Added.
24161         * editing/pasteboard/script-tests/file-input-files-access.js:
24162
24163 2010-12-22  Steve Lacey  <sjl@chromium.org>
24164
24165         Reviewed by David Levin.
24166
24167         [chromium] Rebaseline chromium media/controls-styling layout test and re-enable.
24168         https://bugs.webkit.org/show_bug.cgi?id=51427
24169
24170         * platform/chromium-linux/media/controls-styling-expected.checksum: Added.
24171         * platform/chromium-linux/media/controls-styling-expected.png: Added.
24172         * platform/chromium-mac/media/controls-styling-expected.checksum: Added.
24173         * platform/chromium-mac/media/controls-styling-expected.png: Added.
24174         * platform/chromium-mac/media/controls-styling-expected.txt: Added.
24175         * platform/chromium-win/media/controls-styling-expected.checksum: Added.
24176         * platform/chromium-win/media/controls-styling-expected.png: Added.
24177         * platform/chromium-win/media/controls-styling-expected.txt:
24178         * platform/chromium/test_expectations.txt:
24179
24180 2010-12-22  Shane Stephens  <shanestephens@google.com>
24181
24182         Reviewed by David Levin.
24183
24184         [Chromium] SLOW lines in chromium test_expectations.txt for svg tests which are no longer slow.
24185         https://bugs.webkit.org/show_bug.cgi?id=51429
24186
24187         * platform/chromium/test_expectations.txt:
24188
24189 2010-12-22  Kenneth Russell  <kbr@google.com>
24190
24191         Reviewed by David Levin.
24192
24193         Update fast/canvas/webgl/gl-uniform-arrays.html to bring in sync with Khronos
24194         https://bugs.webkit.org/show_bug.cgi?id=51489
24195
24196         * fast/canvas/webgl/gl-uniform-arrays-expected.txt:
24197         * fast/canvas/webgl/gl-uniform-arrays.html:
24198
24199 2010-12-22  Zhenyao Mo  <zmo@google.com>
24200
24201         Reviewed by Kenneth Russell.
24202
24203         CopyTex{Sub}Image2D check always if the bound fbo's internal color format is compatible
24204         https://bugs.webkit.org/show_bug.cgi?id=51423
24205
24206         * fast/canvas/webgl/tex-input-validation-expected.txt: Add test cases for copying from webgl's internal FBO.
24207         * fast/canvas/webgl/tex-input-validation.html: Ditto.
24208
24209 2010-12-22  Chris Fleizach  <cfleizach@apple.com>
24210
24211         Reviewed by Darin Adler.
24212
24213         WAI-ARIA menubar role mapped to AXGroup, should be AXMenuBar
24214         https://bugs.webkit.org/show_bug.cgi?id=51488
24215
24216         * platform/mac/accessibility/aria-menubar-expected.txt: Added.
24217         * platform/mac/accessibility/aria-menubar.html: Added.
24218
24219 2010-12-22  Chris Fleizach  <cfleizach@apple.com>
24220
24221         Reviewed by Sam Weining.
24222
24223         AX: WAI-ARIA textbox role needs different AXRole, depending on value of aria-multiline property
24224         https://bugs.webkit.org/show_bug.cgi?id=51481
24225
24226         * platform/mac/accessibility/aria-multiline-expected.txt: Added.
24227         * platform/mac/accessibility/aria-multiline.html: Added.
24228
24229 2010-12-22  Simon Fraser  <simon.fraser@apple.com>
24230
24231         Reviewed by Dan Bernstein.
24232
24233         CSS 2.1 failure: counter-increment-013 fails
24234         https://bugs.webkit.org/show_bug.cgi?id=51483
24235         
24236         Layout test version of CSS 2.1 counter-increment-013 test.
24237
24238         * fast/css/counters/counter-increment-overflow-expected.txt: Added.
24239         * fast/css/counters/counter-increment-overflow.html: Added.
24240
24241 2010-12-22  Chang Shu  <chang.shu@nokia.com>
24242
24243         Unreviewed layout test fix.
24244
24245         Revert changeset 74481: http://trac.webkit.org/changeset/74481,
24246         as it causes regression on layout tests.
24247
24248         * platform/qt/Skipped:
24249
24250 2010-12-22  Tony Gentilcore  <tonyg@chromium.org>
24251
24252         Unreviewed build fix.
24253
24254         [chromium] console-websocket-error sometimes times out
24255         https://bugs.webkit.org/show_bug.cgi?id=51482
24256
24257         * platform/chromium/test_expectations.txt:
24258
24259 2010-12-21  Vangelis Kokkevis  <vangelis@chromium.org>
24260
24261         Reviewed by Kenneth Russell.
24262
24263         [chromium] Enabling layout tests in platform/chromium/compositing
24264         and adding new layout test to check for crash on empty render surfaces.
24265         https://bugs.webkit.org/show_bug.cgi?id=51432
24266
24267         * platform/chromium-gpu/test_expectations.txt:
24268         * platform/chromium/compositing/empty-render-surface-crasher-expected.txt: Added.
24269         * platform/chromium/compositing/empty-render-surface-crasher.html: Added.
24270
24271 2010-12-22  Krithigassree Sambamurthy  <krithigassree.sambamurthy@nokia.com>
24272
24273         Reviewed by Kenneth Rohde Christiansen.
24274
24275         [Qt] LayoutTests/http/tests/appcache/auth.html failed and skipped
24276         https://bugs.webkit.org/show_bug.cgi?id=36688
24277
24278         * platform/qt/Skipped: Unskip auth.html which now passes.
24279         Using Qt4.7.
24280
24281 2010-12-22  Jessie Berlin  <jberlin@apple.com>
24282
24283         Add Windows-specific expected results for fast/js/large-expressions.html in order to get
24284         the Windows 7 Release test bot green again. Unreviewed.
24285         https://bugs.webkit.org/show_bug.cgi?id=51469
24286
24287         * platform/win/fast/js/large-expressions-expected.txt: Added.
24288
24289 2010-12-21  Pavel Podivilov  <podivilov@chromium.org>
24290
24291         Reviewed by Yury Semikhatsky.
24292
24293         Web Inspector: persist JavaScript breakpoints in frontend settings.
24294         https://bugs.webkit.org/show_bug.cgi?id=48434
24295
24296         * http/tests/inspector/debugger-test2.js:
24297         (initialize_DebuggerTest.InspectorTest.setBreakpoint):
24298         * inspector/debugger-breakpoints-not-activated-on-reload.html:
24299         * inspector/debugger-pause-on-breakpoint.html:
24300         * inspector/report-protocol-errors-expected.txt:
24301         * inspector/report-protocol-errors.html:
24302
24303 2010-12-20  Antti Koivisto  <antti@apple.com>
24304
24305         Reviewed by Alexey Proskuryakov.
24306
24307         https://bugs.webkit.org/show_bug.cgi?id=51354
24308         Don't block rendering and script execution on deferred stylesheets
24309
24310         * http/tests/local/link-stylesheet-load-order-expected.txt:
24311         * http/tests/local/link-stylesheet-load-order-preload-expected.txt:
24312         * http/tests/local/resources/check-stylesheet-not-loaded.js: Added.
24313         * http/tests/local/stylesheet-and-script-load-order-media-print-expected.txt: Added.
24314         * http/tests/local/stylesheet-and-script-load-order-media-print.html: Added.
24315
24316 2010-12-22  Sheriff Bot  <webkit.review.bot@gmail.com>
24317
24318         Unreviewed, rolling out r74473.
24319         http://trac.webkit.org/changeset/74473
24320         https://bugs.webkit.org/show_bug.cgi?id=51463
24321
24322         broke compilation on leopard intel release (Requested by
24323         podivilov on #webkit).
24324
24325         * http/tests/inspector/debugger-test2.js:
24326         * inspector/debugger-breakpoints-not-activated-on-reload.html:
24327         * inspector/debugger-pause-on-breakpoint.html:
24328         * inspector/report-protocol-errors-expected.txt:
24329         * inspector/report-protocol-errors.html:
24330
24331 2010-12-21  Pavel Podivilov  <podivilov@chromium.org>
24332
24333         Reviewed by Yury Semikhatsky.
24334
24335         Web Inspector: persist JavaScript breakpoints in frontend settings.
24336         https://bugs.webkit.org/show_bug.cgi?id=48434
24337
24338         * http/tests/inspector/debugger-test2.js:
24339         (initialize_DebuggerTest.InspectorTest.setBreakpoint):
24340         * inspector/debugger-breakpoints-not-activated-on-reload.html:
24341         * inspector/debugger-pause-on-breakpoint.html:
24342         * inspector/report-protocol-errors-expected.txt:
24343         * inspector/report-protocol-errors.html:
24344
24345 2010-12-22  Andrei Popescu  <andreip@google.com>
24346
24347         Unreviewed buildfix.
24348
24349         [v8] trunk/LayoutTests/fast/js/large-expressions.html fails since r74402
24350         https://bugs.webkit.org/show_bug.cgi?id=51391
24351
24352         * platform/chromium-mac/fast/js/large-expressions-expected.txt:
24353         * platform/chromium-win/fast/js/large-expressions-expected.txt:
24354
24355 2010-12-22  Dai Mikurube  <dmikurube@google.com>
24356
24357         Reviewed by Kent Tamura.
24358
24359         https://bugs.webkit.org/show_bug.cgi?id=51289
24360         Initial state of checkValidity() and :invalid are incorrect with <select required>
24361
24362         * fast/css/pseudo-valid-007-expected.txt:
24363         * fast/css/pseudo-valid-007.html:
24364         * fast/forms/checkValidity-002-expected.txt:
24365         * fast/forms/checkValidity-002.html:
24366
24367 2010-12-22  Alexander Pavlov  <apavlov@chromium.org>
24368
24369         Reviewed by Joseph Pecoraro.
24370
24371         Web Inspector: Styles pane fails to display properties from a broken CSS rule correctly
24372         https://bugs.webkit.org/show_bug.cgi?id=51405
24373
24374         * inspector/styles-new-API-expected.txt:
24375         * inspector/styles-new-API.html:
24376
24377 2010-12-22  Dai Mikurube  <dmikurube@google.com>
24378
24379         Reviewed by Kent Tamura.
24380
24381         Assertion failure with <select multiple required>
24382         https://bugs.webkit.org/show_bug.cgi?id=51260
24383
24384         * fast/forms/resources/select-live-pseudo-selectors.js:
24385         * fast/forms/select-live-pseudo-selectors-expected.txt:
24386
24387 2010-12-21  Gavin Barraclough  <barraclough@apple.com>
24388
24389         Reviewed by Oliver Hunt.
24390
24391         Bug 26276 - Need a mechanism to determine stack extent
24392
24393         Correctly measuring available stack increases the size of expression we can handle!
24394
24395         * fast/js/large-expressions-expected.txt:
24396         * fast/js/script-tests/large-expressions.js:
24397
24398 2010-12-21  Dan Bernstein  <mitz@apple.com>
24399
24400         Reviewed by Sam Weinig.
24401
24402         <rdar://problem/8668230> REGRESSION (r71884): Returning alternate requests from willSendRequest can prevent other requests from ever being sent
24403         https://bugs.webkit.org/show_bug.cgi?id=51413
24404
24405         * platform/mac/security/block-test-expected.txt: Reverted r71884.
24406
24407 2010-12-21  Benjamin Kalman  <kalman@chromium.org>
24408
24409         Reviewed by Darin Adler.
24410
24411         Shift-End does not select to the end of the line
24412         https://bugs.webkit.org/show_bug.cgi?id=50610
24413
24414         Add regression test that shift-end selects to the end of the line for both LTR and RTL text.
24415         Rebaseline a test which assumed incorrect behaviour of shift-end not selecting to the end of
24416         the line, but rather moving cursor to the start of the line above.
24417
24418         * editing/selection/extend-selection-home-end-expected.txt: New baseline.
24419         * editing/selection/extend-to-line-boundary-expected.txt: Added.
24420         * editing/selection/extend-to-line-boundary.html: Added.
24421         * platform/win/editing/selection/extend-selection-home-end-expected.txt: New baseline.
24422
24423 2010-12-21  Jan Erik Hanssen  <jhanssen@sencha.com>
24424
24425         Reviewed by Simon Fraser.
24426
24427         matrix3d() must take the zoom factor into account
24428         https://bugs.webkit.org/show_bug.cgi?id=51408
24429
24430         * transforms/3d/general/matrix-with-zoom-3d-expected.checksum: Added.
24431         * transforms/3d/general/matrix-with-zoom-3d-expected.png: Added.
24432         * transforms/3d/general/matrix-with-zoom-3d-expected.txt: Added.
24433         * transforms/3d/general/matrix-with-zoom-3d.html: Added.
24434
24435 2010-12-21  Dan Bernstein  <mitz@apple.com>
24436
24437         Reviewed by John Sullivan.
24438
24439         <rdar://problem/8725702> REGRESSION(r68854): Broken image icon seen in the Address Book Dashboard widget
24440
24441         * platform/mac/fast/dom/HTMLImageElement/dashboard-src-quirk-expected.txt: Added.
24442         * platform/mac/fast/dom/HTMLImageElement/dashboard-src-quirk.html: Added.
24443         * platform/mac/fast/dom/HTMLImageElement/resources: Added.
24444         * platform/mac/fast/dom/HTMLImageElement/resources/blue_rect.jpg: Added.
24445
24446 2010-12-21  Zhenyao Mo  <zmo@google.com>
24447
24448         Reviewed by Kenneth Russell.
24449
24450         WebGLRenderingContext needs to zero textures and renderbuffers
24451         https://bugs.webkit.org/show_bug.cgi?id=49355
24452
24453         * fast/canvas/webgl/uninitialized-test-expected.txt: Added.
24454         * fast/canvas/webgl/uninitialized-test.html: Added.
24455
24456 2010-12-21  Kenneth Russell  <kbr@google.com>
24457
24458         Unreviewed test expectations update. Remove the following five
24459         expected text differences from the chromium-gpu test expectations
24460         file, because these tests are now passing in DumpRenderTree (and
24461         Chromium with --in-process-webgl --disable-accelerated-compositing):
24462             canvas/philip/tests/2d.shadow.transform.2.html
24463             canvas/philip/tests/2d.imageData.get.source.outside.html
24464             fast/canvas/canvas-scale-fillRect-shadow.html
24465             fast/canvas/canvas-scale-fillPath-shadow.html
24466             fast/canvas/canvas-scale-strokePath-shadow.html
24467
24468         * platform/chromium-gpu/test_expectations.txt:
24469
24470 2010-12-21  Andy Estes  <aestes@apple.com>
24471
24472         Rebaseline test for r74427.
24473
24474         * http/tests/local/formdata/send-form-data-with-sliced-file-expected.txt: Updated.
24475
24476 2010-12-21  Ariya Hidayat  <ariya@sencha.com>
24477
24478         Reviewed by Simon Fraser.
24479
24480         https://bugs.webkit.org/show_bug.cgi?id=49774
24481         Need to scale translation values in matrix() by the zoom factor.
24482
24483         * fast/transforms/matrix-with-zoom-expected.checksum: Added.
24484         * fast/transforms/matrix-with-zoom-expected.png: Added.
24485         * fast/transforms/matrix-with-zoom-expected.txt: Added.
24486         * fast/transforms/matrix-with-zoom.html: Added.
24487
24488 2010-12-21  Oliver Hunt  <oliver@apple.com>
24489
24490         Reviewed by Gavin Barraclough.
24491
24492         ASSERTION FAILED: base->index() == m_codeBlock->argumentsRegister() while loading taobao.com
24493         https://bugs.webkit.org/show_bug.cgi?id=49006
24494
24495         Add new tests to cover the cases of a parameter named arguments being used.
24496         Also correct a couple of existing (incorrect) tests.
24497
24498         * fast/js/arguments-expected.txt:
24499         * fast/js/script-tests/arguments.js:
24500         (argumentsVarUndefined):
24501         (argumentsConstUndefined):
24502         (shadowedArgumentsLength):
24503         (shadowedArgumentsCallee):
24504         (shadowedArgumentsIndex):
24505
24506 2010-12-21  Jian Li  <jianli@chromium.org>
24507
24508         Reviewed by Darin Adler.
24509
24510         Fix bug 51366: REGRESSION (r66452): Form data no longer contains
24511         'Content-Type' header for files with unrecognized extensions
24512         https://bugs.webkit.org/show_bug.cgi?id=51366
24513
24514         * http/tests/local/formdata/form-data-with-unknown-file-extension-expected.txt: Added.
24515         * http/tests/local/formdata/form-data-with-unknown-file-extension.html: Added.
24516         * http/tests/local/resources/file.invalid: Added.
24517
24518 2010-12-21  Tony Gentilcore  <tonyg@chromium.org>
24519
24520         Unreviewed build fix.
24521
24522         [chromium] Temporarily blacklist window security tests
24523         https://bugs.webkit.org/show_bug.cgi?id=51445
24524
24525         * platform/chromium/test_expectations.txt:
24526
24527 2010-12-21  Tony Gentilcore  <tonyg@chromium.org>
24528
24529         Unreviewed build fix.
24530
24531         [chromium] Marking fast/canvas/shadow-offset-*.html flaky on mac debug
24532         https://bugs.webkit.org/show_bug.cgi?id=51409
24533
24534         * platform/chromium/test_expectations.txt:
24535
24536 2010-12-21  Tony Gentilcore  <tonyg@chromium.org>
24537
24538         Unreviewed build fix.
24539
24540         Rebaseline fast/js/large-expressions.html
24541         https://bugs.webkit.org/show_bug.cgi?id=51404
24542
24543         * platform/chromium-mac/fast/js/large-expressions-expected.txt:
24544         * platform/chromium-win/fast/js/large-expressions-expected.txt:
24545
24546 2010-12-21  Sheriff Bot  <webkit.review.bot@gmail.com>
24547
24548         Unreviewed, rolling out r74402.
24549         http://trac.webkit.org/changeset/74402
24550         https://bugs.webkit.org/show_bug.cgi?id=51402
24551
24552         This patch broke the Windows 7 Release Layout Tests (Requested
24553         by jessieberlin on #webkit).
24554
24555         * fast/js/large-expressions-expected.txt:
24556         * fast/js/script-tests/large-expressions.js:
24557
24558 2010-12-21  Andrei Popescu  <andreip@google.com>
24559
24560         Unreviewed build fix.
24561
24562         Update the test expectations to mark these tests as timing out.
24563         [Chromium] inspector/console-dir-global.html and inspector/debugger-expand-scope.html are timing out on OSX
24564         https://bugs.webkit.org/show_bug.cgi?id=51398
24565
24566         * platform/chromium/test_expectations.txt:
24567
24568 2010-12-21  Andrei Popescu  <andreip@google.com>
24569
24570         Unreviewed build fix.
24571
24572         Rebaseline fast/js/large-expressions.html
24573         [v8] trunk/LayoutTests/fast/js/large-expressions.html fails since r74402
24574         https://bugs.webkit.org/show_bug.cgi?id=51391
24575
24576
24577         * platform/chromium-mac/fast/js/large-expressions-expected.txt:
24578         * platform/chromium-win/fast/js/large-expressions-expected.txt:
24579         * platform/chromium/test_expectations.txt:
24580
24581 2010-12-21  Andrei Popescu  <andreip@google.com>
24582
24583         Unreviewed build fix.
24584
24585         [v8] trunk/LayoutTests/fast/js/large-expressions-expected.txt fails since r74402
24586         https://bugs.webkit.org/show_bug.cgi?id=51391
24587
24588         Udpate Chromium layout test expectations temporarily while
24589         we look for a fix for the above test.
24590
24591         * platform/chromium/test_expectations.txt:
24592
24593 2010-12-21  Andrei Popescu  <andreip@google.com>
24594
24595         Unreviewed build fix.
24596
24597         [Chromium] media/audio-controls-rendering.html and fast/gradients/gradient-after-transparent-border.html need rebaselining
24598         https://bugs.webkit.org/show_bug.cgi?id=51388
24599
24600         * platform/chromium-linux/fast/gradients/gradient-after-transparent-border-expected.checksum: Added.
24601         * platform/chromium-linux/fast/gradients/gradient-after-transparent-border-expected.png: Added.
24602         * platform/chromium-linux/media/audio-controls-rendering-expected.checksum:
24603         * platform/chromium-linux/media/audio-controls-rendering-expected.png:
24604         * platform/chromium-mac/fast/gradients/gradient-after-transparent-border-expected.checksum: Added.
24605         * platform/chromium-mac/fast/gradients/gradient-after-transparent-border-expected.png: Added.
24606         * platform/chromium-win/media/audio-controls-rendering-expected.checksum:
24607         * platform/chromium-win/media/audio-controls-rendering-expected.png:
24608
24609 2010-12-20  Gavin Barraclough  <barraclough@apple.com>
24610
24611         Reviewed by Oliver Hunt.
24612
24613         Bug 26276 - Need a mechanism to determine stack extent
24614
24615         Correctly measuring available stack increases the size of expression we can handle!
24616
24617         * fast/js/large-expressions-expected.txt:
24618         * fast/js/script-tests/large-expressions.js:
24619
24620 2010-12-20  Yuzo Fujishima  <yuzo@google.com>
24621
24622         Reviewed by Eric Seidel.
24623
24624         Fix for Bug 26183 - [@font-face] font-family descriptor with multiple names should be discarded
24625         https://bugs.webkit.org/show_bug.cgi?id=26183
24626
24627         * fast/css/font-face-font-family-descriptor-expected.txt: Added.
24628         * fast/css/font-face-font-family-descriptor.html: Added.
24629         * platform/win/css2.1/resources/Mac-compatible-font-fallback.css:
24630         (@font-face): Rewrote @font-face rules that specify multiple font families.
24631
24632 2010-12-20  Yuta Kitamura  <yutak@chromium.org>
24633
24634         Unreviewed.
24635
24636         Update Chromium test expectation for http/tests/inspector/console-websocket-error.html.
24637
24638         * platform/chromium/test_expectations.txt:
24639
24640 2010-12-20  Yuta Kitamura  <yutak@chromium.org>
24641
24642         Unreviewed.
24643
24644         Update test expectations of http/tests/inspector/console-websocket-error.html
24645         on Mac, and add the test to GTK's Skipped list.
24646
24647         * platform/gtk/Skipped:
24648         * platform/mac-leopard/http/tests/inspector/console-websocket-error-expected.txt: Copied from LayoutTests/platform/mac/http/tests/inspector/console-websocket-error-expected.txt.
24649         * platform/mac/http/tests/inspector/console-websocket-error-expected.txt:
24650
24651 2010-12-20  Yuta Kitamura  <yutak@chromium.org>
24652
24653         Reviewed by Alexey Proskuryakov.
24654
24655         WebSocket errors should be logged to console
24656         https://bugs.webkit.org/show_bug.cgi?id=40945
24657
24658         * http/tests/inspector/console-websocket-error.html: Added.
24659         * platform/mac/http/tests/inspector/console-websocket-error-expected.txt: Added.
24660         * platform/win/Skipped: Added console-websocket-error.html
24661         because HTTPS server is not supported on Windows yet.
24662
24663 2010-12-20  Sheriff Bot  <webkit.review.bot@gmail.com>
24664
24665         Unreviewed, rolling out r74349.
24666         http://trac.webkit.org/changeset/74349
24667         https://bugs.webkit.org/show_bug.cgi?id=51372
24668
24669         We are going to do better than reverting the code. (Requested
24670         by tonikitoo on #webkit).
24671
24672         * fast/repaint/no-caret-repaint-in-non-content-editable-element.html:
24673
24674 2010-12-20  Tony Gentilcore  <tonyg@chromium.org>
24675
24676         Unreviewed build fix.
24677
24678         Fix line breaks in fast/gradients/gradient-after-transparent-border expectations
24679         https://bugs.webkit.org/show_bug.cgi?id=51375
24680
24681         * fast/gradients/gradient-after-transparent-border-expected.txt:
24682
24683 2010-12-20  Tony Gentilcore  <tonyg@chromium.org>
24684
24685         Unreviewed build fix.
24686
24687         [chromium] Rebaseline inspector/console-dir-global and debugger-expand-scope
24688         https://bugs.webkit.org/show_bug.cgi?id=51373
24689
24690         * platform/chromium-win/inspector/console-dir-global-expected.txt:
24691         * platform/chromium-win/inspector/debugger-expand-scope-expected.txt: Added.
24692
24693 2010-12-17  MORITA Hajime  <morrita@google.com>
24694
24695         Reviewed by James Robinson.
24696
24697         https://bugs.webkit.org/show_bug.cgi?id=51240
24698         [Chromium][Skia] Border with a color with alpha != 1 breaks webkit gradient on skia.
24699
24700         * fast/gradients/gradient-after-transparent-border-expected.txt: Added.
24701         * fast/gradients/gradient-after-transparent-border.html: Added.
24702         * platform/chromium-win/fast/gradients/gradient-after-transparent-border-expected.checksum: Added.
24703         * platform/chromium-win/fast/gradients/gradient-after-transparent-border-expected.png: Added.
24704
24705 2010-12-20  Xiaomei Ji  <xji@chromium.org>
24706
24707         Reviewed by Dan Bernstein.
24708
24709         Fix move left/right by character hang.
24710         https://bugs.webkit.org/show_bug.cgi?id=51344
24711
24712         * editing/selection/51344-expected.txt: Added.
24713         * editing/selection/51344.html: Added.
24714
24715 2010-12-20  Tony Gentilcore  <tonyg@chromium.org>
24716
24717         Unreviewed build fix.
24718
24719         [chromium] Add baseline for table-before-child-add.html
24720         https://bugs.webkit.org/show_bug.cgi?id=51369
24721
24722         * platform/chromium-linux/fast/css-generated-content/table-before-child-add-expected.checksum: Added.
24723         * platform/chromium-linux/fast/css-generated-content/table-before-child-add-expected.png: Added.
24724         * platform/chromium-mac/fast/css-generated-content/table-before-child-add-expected.checksum: Added.
24725         * platform/chromium-mac/fast/css-generated-content/table-before-child-add-expected.png: Added.
24726         * platform/chromium-win/fast/css-generated-content/table-before-child-add-expected.checksum: Added.
24727         * platform/chromium-win/fast/css-generated-content/table-before-child-add-expected.png: Added.
24728         * platform/chromium-win/fast/css-generated-content/table-before-child-add-expected.txt: Added.
24729
24730 2010-12-20  Jian Li  <jianli@chromium.org>
24731
24732         Reviewed by David Levin.
24733
24734         Add lastModifiedDate attribute to File interface per File API spec
24735         https://bugs.webkit.org/show_bug.cgi?id=49895
24736
24737         * http/tests/local/fileapi/file-last-modified-expected.txt: Added.
24738         * http/tests/local/fileapi/file-last-modified.html: Added.
24739         * http/tests/local/fileapi/script-tests/file-last-modified.js: Added.
24740         * http/tests/resources/file-last-modified.php: Added.
24741
24742 2010-12-20  Oliver Hunt  <oliver@apple.com>
24743
24744         Reviewed by Geoffrey Garen.
24745
24746         |delete name| in strict mode code should be an early error
24747         https://bugs.webkit.org/show_bug.cgi?id=50431
24748
24749         Add a test to ensure that |delete IDENTIFIER| is disallowed, even if
24750         IDENTIFIER resolves to a deletable property.
24751
24752         * fast/js/basic-strict-mode-expected.txt:
24753         * fast/js/script-tests/basic-strict-mode.js:
24754
24755 2010-12-20  Andrei Popescu  <andreip@google.com>
24756
24757         Reviewed by Jeremy Orlow.
24758
24759         [Chromium] v8/SerializedScriptValue::readUint32 treats incoming raw values as signed instead of unsigned
24760         https://bugs.webkit.org/show_bug.cgi?id=51338
24761
24762         * fast/dom/Window/window-postmessage-args-expected.txt:
24763         * fast/dom/Window/window-postmessage-args.html:
24764         * platform/chromium-mac/fast/dom/Window/window-postmessage-args-expected.txt:
24765         * platform/chromium-win/fast/dom/Window/window-postmessage-args-expected.txt:
24766
24767 2010-12-20  Beth Dakin  <bdakin@apple.com>
24768
24769         Reviewed by Ada Chan.
24770
24771         Test for https://bugs.webkit.org/show_bug.cgi?id=51355 Crash in 
24772         RenderMathMLSubSup::layout() because of null base
24773         -and corresponding-
24774         <rdar://problem/8712200>
24775
24776         * mathml/empty-msubsup-crash-expected.txt: Added.
24777         * mathml/empty-msubsup-crash.html: Added.
24778
24779 2010-12-20  Enrica Casucci  <enrica@apple.com>
24780
24781         Reviewed by Darin Adler.
24782
24783         Crash at WebCore::SplitElementCommand::SplitElementCommand
24784         https://bugs.webkit.org/show_bug.cgi?id=51278
24785         <rdar://problem/7347139> 
24786
24787         * editing/execCommand/outdent-inline-blockquote-expected.txt: Added.
24788         * editing/execCommand/outdent-inline-blockquote.html: Added.
24789         * editing/execCommand/outdent-inline-list-expected.txt: Added.
24790         * editing/execCommand/outdent-inline-list.html: Added.
24791
24792 2010-12-20  Oliver Hunt  <oliver@apple.com>
24793
24794         Reviewed by Darin Adler.
24795
24796         Need to support serialisation of cyclic graphs in the internal structured cloning algorithm
24797         https://bugs.webkit.org/show_bug.cgi?id=51353
24798
24799         Update test to cover correct behaviour, and extend to test for actual graph construction.
24800
24801         * fast/dom/Window/window-postmessage-clone-expected.txt:
24802         * fast/dom/Window/window-postmessage-clone.html:
24803
24804 2010-12-20  Abhishek Arya  <inferno@chromium.org>
24805
24806         Reviewed by James Robinson.
24807
24808         Tests that beforeChild is added to table correctly.
24809         https://bugs.webkit.org/show_bug.cgi?id=50932
24810
24811         * fast/css-generated-content/table-before-child-add.html: Added.
24812         * platform/mac/fast/css-generated-content/table-before-child-add-expected.txt: Added.
24813
24814 2010-12-20  Cosmin Truta  <ctruta@chromium.org>
24815
24816         Reviewed by James Robinson.
24817
24818         Even more rebaselining needed for new-run-webkit-tests update
24819         https://bugs.webkit.org/show_bug.cgi?id=51340
24820
24821         * http/tests/misc/webtiming-ssl-expected.txt:
24822         * storage/indexeddb/cursor-delete-expected.txt:
24823         * storage/indexeddb/cursor-index-delete-expected.txt:
24824         * storage/indexeddb/transaction-crash-on-abort-expected.txt:
24825
24826 2010-12-20  Andrey Kosyakov  <caseq@chromium.org>
24827
24828         Unreviewed. Rebased platform-specific test expectations following default expectation change in r74234.
24829
24830         * platform/mac-leopard/inspector/extensions-resources-expected.txt:
24831
24832 2010-12-19  Antonio Gomes  <agomes@rim.com>
24833
24834         Reviewed by Xan Lopez.
24835
24836         no-caret-repaint-in-non-content-editable-element.html does not need to disable CaretBrowsing
24837         https://bugs.webkit.org/show_bug.cgi?id=51308
24838
24839         Patch removes the useless statement to disable caret browsing from
24840         no-caret-repaint-in-non-content-editable-element.html.
24841
24842         Caret browsing gets toggled OFF before the execution of each test
24843         on the DRTs that support testing it (GTK+, Qt and Chromium). On Mac or
24844         Windows's DRT, testing this feature is unsupport, so caret
24845         browsing is also disabled by default.
24846
24847         * fast/repaint/no-caret-repaint-in-non-content-editable-element.html:
24848
24849 2010-12-20  Yury Semikhatsky  <yurys@chromium.org>
24850
24851         Unreviewed. Removed custom expectation for a passing test.
24852
24853         * platform/chromium/test_expectations.txt:
24854
24855 2010-12-20  Alejandro G. Castro  <alex@igalia.com>
24856
24857         Unreviewed, added the proper expected result file.
24858
24859         * platform/gtk/fast/text/emphasis-overlap-expected.txt: Added.
24860         * platform/gtk/fast/text/emphasis-overlap.html: Removed.
24861
24862 2010-12-20  Andrei Popescu  <andreip@google.com>
24863
24864         Reviewed by Jeremy Orlow.
24865
24866         IDBTransactionBackedImpl instances can be accidentally deleted during calls to abort/commit.
24867         https://bugs.webkit.org/show_bug.cgi?id=51112
24868
24869         * storage/indexeddb/transaction-crash-on-abort-expected.txt: Added.
24870         * storage/indexeddb/transaction-crash-on-abort.html: Added.
24871
24872 2010-12-20  Andrei Popescu  <andreip@google.com>
24873
24874         Reviewed by Jeremy Orlow.
24875
24876         IDBCursor::delete is not implemented.
24877         https://bugs.webkit.org/show_bug.cgi?id=51110
24878
24879         * storage/indexeddb/cursor-delete-expected.txt: Added.
24880         * storage/indexeddb/cursor-delete.html: Added.
24881         * storage/indexeddb/cursor-index-delete-expected.txt: Added.
24882         * storage/indexeddb/cursor-index-delete.html: Added.
24883
24884 2010-12-20  Yury Semikhatsky  <yurys@chromium.org>
24885
24886         Unreviewed. Update Chromium test expectations.
24887
24888         * platform/chromium/test_expectations.txt:
24889
24890 2010-12-20  Alejandro G. Castro  <alex@igalia.com>
24891
24892         Unreviewed expectation results update. Added also the tests
24893         failing due to the pixman rounding color issue to the same section
24894         of the skipped file: bug 49964.
24895
24896         * platform/gtk/Skipped:
24897         * platform/gtk/fast/repaint/text-emphasis-h-expected.txt: Added.
24898         * platform/gtk/fast/repaint/text-emphasis-v-expected.txt: Added.
24899         * platform/gtk/fast/text/emphasis-overlap.html: Added.
24900
24901 2010-12-20  Xan Lopez  <xlopez@igalia.com>
24902
24903         [GTK] editing/selection/extend-by-character-003.html is flakey
24904         https://bugs.webkit.org/show_bug.cgi?id=51325
24905
24906         Skip flakey test.
24907
24908         * platform/gtk/Skipped:
24909
24910 2010-12-20  Yury Semikhatsky  <yurys@chromium.org>
24911
24912         Unreviewed. Update Chromium test expectations.
24913
24914         * platform/chromium/test_expectations.txt:
24915
24916 2010-12-20  Csaba Osztrogonác  <ossy@webkit.org>
24917
24918         Unreviewed.
24919
24920         [Qt] fast/text/emphasis-overlap.html fails
24921         https://bugs.webkit.org/show_bug.cgi?id=51324
24922
24923         * platform/qt/Skipped: fast/text/emphasis-overlap.html added until fix.
24924
24925 2010-12-20  Csaba Osztrogonác  <ossy@webkit.org>
24926
24927         Unreviewed.
24928
24929         [Qt] Add platform specific expected result for new test introduced in r74321.
24930
24931         * platform/qt/fast/parser/xml-colon-entity-expected.txt: Copied from LayoutTests/fast/parser/xml-colon-entity-expected.txt.
24932
24933 2010-12-20  Csaba Osztrogonác  <ossy@webkit.org>
24934
24935         Unreviewed.
24936
24937         Add new tests to the Skipped list, because of missing layoutTestController.testRepaint()
24938
24939         * platform/qt/Skipped:
24940          - fast/repaint/text-emphasis-h.html added
24941          - fast/repaint/text-emphasis-v.html added
24942
24943 2010-12-19  Benjamin Kalman  <kalman@chromium.org>
24944
24945         Reviewed by Antonio Gomes.
24946
24947         [chromium] editing/selection/extend-selection-home-end.html should have one expected result
24948         https://bugs.webkit.org/show_bug.cgi?id=49873
24949
24950         Change 100px to 5em in editing/selection/extend-selection-home-end.html so that chromium
24951         results are the same as the non-chromium results.
24952
24953         * editing/selection/resources/extend-selection.js: Change 100px to 5em.
24954         * platform/chromium-win/editing/selection/extend-selection-home-end-expected.txt: Removed.
24955
24956 2010-12-19  Helder Correia  <helder@sencha.com>
24957
24958         Reviewed by Ariya Hidayat.
24959
24960         [Qt] Blur distance should not be affected by transformations
24961         https://bugs.webkit.org/show_bug.cgi?id=51161
24962
24963         From the spec at http://dev.w3.org/html5/2dcontext/#dom-context-2d-shadowblur:
24964         "The shadowBlur attribute specifies the level of the blurring effect.
24965         (The units do not map to coordinate space units, and are not affected
24966         by the current transformation matrix.)"
24967
24968         Add test to ensure that the blur radius is not affected by the CTM.
24969
24970         * fast/canvas/canvas-scale-shadowBlur-expected.txt: Added.
24971         * fast/canvas/canvas-scale-shadowBlur.html: Added.
24972         * fast/canvas/canvas-scale-strokePath-shadow-expected.txt: Increase
24973           shadowBlur and test tolerance to ease testing and support the
24974           different blurring algorithms.
24975         * fast/canvas/script-tests/canvas-scale-shadowBlur.js: Added.
24976         * fast/canvas/script-tests/canvas-scale-strokePath-shadow.js:
24977
24978 2010-12-19  Dan Bernstein  <mitz@apple.com>
24979
24980         Reviewed by Cameron Zwarich.
24981
24982         Text emphasis marks are not repainted correctly in flipped writing modes
24983         https://bugs.webkit.org/show_bug.cgi?id=51307
24984
24985         * fast/repaint/text-emphasis-h-expected.checksum: Added.
24986         * fast/repaint/text-emphasis-h-expected.png: Added.
24987         * fast/repaint/text-emphasis-h-expected.txt: Added.
24988         * fast/repaint/text-emphasis-h.html: Added.
24989         * fast/repaint/text-emphasis-v-expected.checksum: Added.
24990         * fast/repaint/text-emphasis-v-expected.png: Added.
24991         * fast/repaint/text-emphasis-v-expected.txt: Added.
24992         * fast/repaint/text-emphasis-v.html: Added.
24993
24994 2010-12-18  Tom Sepez  <tsepez@chromium.org>
24995
24996         Reviewed by David Levin.
24997
24998         https://bugs.webkit.org/show_bug.cgi?id=51055
24999         Fix a null de-reference when an XML file contains a malformed entity
25000         of the form "&:;".
25001
25002         * fast/parser/resources/xml-colon-entity.xml: Added.
25003         * fast/parser/xml-colon-entity-expected.txt: Added.
25004         * fast/parser/xml-colon-entity.html: Added.
25005
25006 2010-12-18  Dan Bernstein  <mitz@apple.com>
25007
25008         Reviewed by Cameron Zwarich.
25009
25010         Text emphasis marks are not always included in the selection highlight
25011         https://bugs.webkit.org/show_bug.cgi?id=51299
25012
25013         * platform/mac/fast/text/emphasis-expected.checksum:
25014         * platform/mac/fast/text/emphasis-expected.png:
25015
25016 2010-12-18  Dan Bernstein  <mitz@apple.com>
25017
25018         Reviewed by Cameron Zwarich.
25019
25020         In flipped writing modes, opposite text emphasis marks from adjacent lines overlap
25021         https://bugs.webkit.org/show_bug.cgi?id=51298
25022
25023         * fast/text/emphasis-overlap-expected.checksum: Added.
25024         * fast/text/emphasis-overlap-expected.png: Added.
25025         * fast/text/emphasis-overlap-expected.txt: Added.
25026         * fast/text/emphasis-overlap.html: Added.
25027
25028 2010-12-18  Helder Correia  <helder@sencha.com> and Martin Robinson  <mrobinson@igalia.com>
25029
25030         Reviewed by Ariya Hidayat.
25031
25032         [Qt] Canvas shadow offset should not be affected by any transformation
25033         https://bugs.webkit.org/show_bug.cgi?id=50422
25034
25035         On a canvas context, shadows are currently affected by all
25036         transformations except scaling. According to the spec:
25037         http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#shadows
25038
25039         "The shadowOffsetX and shadowOffsetY attributes specify the distance
25040         that the shadow will be offset in the positive horizontal and positive
25041         vertical distance respectively. Their values are in coordinate space
25042         units. They are not affected by the current transformation matrix."
25043
25044         NOTE: this applies only to canvas, not to box shadows.
25045
25046         Add new test to ensure that shadows are correctly transformed keeping
25047         the relative offset to the shape.
25048
25049         * fast/canvas/canvas-scale-strokePath-shadow-expected.txt: See strokePath below.
25050         * fast/canvas/canvas-transforms-fillRect-shadow-expected.txt: Added.
25051         * fast/canvas/canvas-transforms-fillRect-shadow.html: Added.
25052         * fast/canvas/script-tests/canvas-scale-fillPath-shadow.js:
25053         * fast/canvas/script-tests/canvas-scale-fillRect-shadow.js:
25054         * fast/canvas/script-tests/canvas-scale-strokePath-shadow.js: Now using
25055           a lineWidth > 1 to make it easier to test and more fair among all
25056           ports, since there can be different transformation smoothness or
25057           aliasing settings.
25058         * fast/canvas/script-tests/canvas-transforms-fillRect-shadow.js: Added.
25059         * platform/gtk/Skipped: GTK port needs to implement this feature.
25060         * platform/gtk/fast/canvas/canvas-scale-fillPath-shadow-expected.txt: Removed.
25061         * platform/gtk/fast/canvas/canvas-scale-fillRect-shadow-expected.txt: Removed.
25062         * platform/gtk/fast/canvas/canvas-scale-strokePath-shadow-expected.txt: Removed.
25063
25064 2010-12-18  Tony Gentilcore  <tonyg@chromium.org>
25065
25066         Reviewed by Laszlo Gombos.
25067
25068         [Web Timing] Rename domContentLoaded{Start,End}->domContentLoadedEvent{Start,End}
25069         https://bugs.webkit.org/show_bug.cgi?id=50943
25070
25071         * fast/dom/Window/window-properties-performance-expected.txt:
25072         * fast/dom/script-tests/webtiming.js:
25073         (checkTimingBeforeLoad):
25074         (checkTimingWhileDeferred):
25075         (checkWebTimingOnDOMContentLoaded):
25076         (checkWebTimingWhileAsync):
25077         (checkWebTimingOnLoad):
25078         (checkWebTimingAfterLoad):
25079         * fast/dom/webtiming-document-open-expected.txt:
25080         * fast/dom/webtiming-expected.txt:
25081         * fast/dom/webtiming-navigate-within-document-expected.txt:
25082
25083 2010-12-17  Tony Gentilcore  <tonyg@chromium.org>
25084
25085         Unreviewed.
25086
25087         [chromium] Mark fast/text/emphasis* failing
25088         https://bugs.webkit.org/show_bug.cgi?id=51288
25089
25090         They have square characters that appear broken.
25091
25092         * platform/chromium/test_expectations.txt:
25093
25094 2010-12-17  Tony Gentilcore  <tonyg@chromium.org>
25095
25096         Unreviewed fix.
25097
25098         Fix JS syntax to avoid V8 error message
25099         https://bugs.webkit.org/show_bug.cgi?id=51287
25100
25101         * transitions/interrupted-accelerated-transition.html:
25102
25103 2010-12-17  Michael Saboff  <msaboff@apple.com>
25104
25105         Reviewed by Oliver Hunt.
25106
25107         RegExp Jit'ed expression crashes clicking link on yelp.com
25108         https://bugs.webkit.org/show_bug.cgi?id=51284
25109
25110         New tests to validate changes made in regex JIT.
25111
25112         * fast/regex/parentheses-expected.txt:
25113         * fast/regex/script-tests/parentheses.js:
25114
25115 2010-12-17  Jessie Berlin  <jberlin@apple.com>
25116
25117         Add expected results for Windows XP to get the bot green for
25118         http://trac.webkit.org/changeset/74281.
25119         Unreviewed.
25120
25121         * platform/win-xp/fast/text/emphasis-expected.txt: Added.
25122         * platform/win-xp/fast/text/emphasis-vertical-expected.txt: Added.
25123
25124 2010-12-17  Oliver Hunt  <oliver@apple.com>
25125
25126         Reviewed by Gavin Barraclough.
25127
25128         Incorrect encoding of some constants in ARMv7 JIT
25129         https://bugs.webkit.org/show_bug.cgi?id=51273
25130
25131         Add a few tests for different byte patterns in immediates.
25132
25133         * fast/js/constant-encoding-expected.txt: Added.
25134         * fast/js/constant-encoding.html: Added.
25135         * fast/js/script-tests/constant-encoding.js: Added.
25136
25137 2010-12-17  Jessie Berlin  <jberlin@apple.com>
25138
25139         Rubber-stamped by Dan Bernstein.
25140
25141         Add Windows-specific expected results for the the tests added in
25142         http://trac.webkit.org/changeset/74281.
25143
25144         * platform/win/fast/text/emphasis-expected.checksum: Added.
25145         * platform/win/fast/text/emphasis-expected.png: Added.
25146         * platform/win/fast/text/emphasis-expected.txt: Added.
25147         * platform/win/fast/text/emphasis-vertical-expected.checksum: Added.
25148         * platform/win/fast/text/emphasis-vertical-expected.png: Added.
25149         * platform/win/fast/text/emphasis-vertical-expected.txt: Added.
25150
25151 2010-12-17  Simon Fraser  <simon.fraser@apple.com>
25152
25153         Change this test to use the pause API by testing the individual properties,
25154         rather than the compound property.
25155
25156         * transitions/mask-transitions-expected.txt: Removed.
25157         * transitions/mask-transitions.html:
25158
25159 2010-12-17  Simon Fraser  <simon.fraser@apple.com>
25160
25161         Reviewed by Chris Marrin.
25162
25163         Interrupted accelerated animation can break later transitions
25164         https://bugs.webkit.org/show_bug.cgi?id=51264
25165         
25166         Testcase that starts an accelerated transition, then navigates to a new
25167         page that tries to run an opacity transition.
25168
25169         * transitions/interrupted-accelerated-transition-expected.txt: Added.
25170         * transitions/interrupted-accelerated-transition.html: Added.
25171         * transitions/resources/interrupted-accelerated-transition-final.html: Added.
25172
25173 2010-12-17  Dan Bernstein  <mitz@apple.com>
25174
25175         Reviewed by Dave Hyatt.
25176
25177         <rdar://problem/7720300> Support the CSS3 text-emphasis property
25178         https://bugs.webkit.org/show_bug.cgi?id=48539
25179
25180         * fast/text/emphasis-vertical.html: Added.
25181         * fast/text/emphasis.html: Added.
25182         * platform/mac/fast/text/emphasis-expected.checksum: Added.
25183         * platform/mac/fast/text/emphasis-expected.png: Added.
25184         * platform/mac/fast/text/emphasis-expected.txt: Added.
25185         * platform/mac/fast/text/emphasis-vertical-expected.checksum: Added.
25186         * platform/mac/fast/text/emphasis-vertical-expected.png: Added.
25187         * platform/mac/fast/text/emphasis-vertical-expected.txt: Added.
25188
25189 2010-12-17  Antonio Gomes  <agomes@rim.com>
25190
25191         Unreviewed fix for Windows bots.
25192
25193         r74270 removed the windows specific result for extend-selection-home-end.html
25194         since it was matching the cross platform expectation result. However, when there is
25195         not win specific test result but there is a mac one for the same test, the later
25196         is picked before the cross platform one.
25197
25198         * platform/win/editing/selection/extend-selection-home-end-expected.txt: Added.
25199
25200 2010-12-17  Ryosuke Niwa  <rniwa@webkit.org>
25201
25202         Reviewed by Antonio Gomes.
25203
25204         editing/execCommand/toggle-compound-styles-expected should use LayoutTestController::setEditingBehavior
25205         https://bugs.webkit.org/show_bug.cgi?id=51261
25206
25207         Modified the test to run each test case using each editing behavior, eliminating the need for
25208         platform-specific expected results.
25209
25210         * editing/execCommand/script-tests/toggle-compound-styles.js:
25211         (testSingleToggle):
25212         * platform/gtk/editing/execCommand/toggle-compound-styles-expected.txt: Removed.
25213         * platform/mac/editing/execCommand/toggle-compound-styles-expected.txt: Removed.
25214         * platform/qt/editing/execCommand/toggle-compound-styles-expected.txt: Removed.
25215         * platform/win/editing/execCommand/toggle-compound-styles-expected.txt: Removed.
25216
25217 2010-12-17  Antonio Gomes  <agomes@rim.com>
25218
25219         Unreviewed expectation result update.
25220
25221         editing/execCommand/toggle-compound-styles.html needs new expected results after r74269.
25222
25223         Default editing behavior of GTK+ DRT was changed from Mac to Unix, and this test is wrongly
25224         going through platform specific editing behavior code path without making calls to
25225         LayoutTestController::setEditingBehavior. Filed bug 51261 for the proper fix.
25226
25227         * platform/gtk/editing/execCommand/toggle-compound-styles-expected.txt:
25228
25229 2010-12-05  Antonio Gomes  <agomes@rim.com>
25230
25231         Reviewed by Ariya Hidayat.
25232
25233         [Qt] Fix caret browsing navigation mode
25234         https://bugs.webkit.org/show_bug.cgi?id=50536
25235
25236         /platform/gtk/editing/selection/caret-mode-paragraph-keys-navigation.html
25237         is one of the few tests actually tests the caret browsing feature.
25238         Patch makes the test not Gtk+ specific, and Qt now passes on it.
25239
25240         * editing/selection/caret-mode-paragraph-keys-navigation-expected.txt: Renamed from LayoutTests/platform/gtk/editing/selection/caret-mode-paragraph-keys-navigation-expected.txt.
25241         * editing/selection/caret-mode-paragraph-keys-navigation.html: Renamed from LayoutTests/platform/gtk/editing/selection/caret-mode-paragraph-keys-navigation.html.
25242         * fast/events/multiline-link-arrow-navigation.html:
25243
25244 2010-12-16  Antonio Gomes  <agomes@rim.com>
25245
25246         Reviewed by Martin Robinson.
25247
25248         Settings::editingBehaviorType() incorrectly returns mac for the gtk build when running tests
25249         https://bugs.webkit.org/show_bug.cgi?id=51163
25250
25251         Removed platform specific expected result files for gtk and windows
25252         for editing/selection/extend-selection-home-end.html, since they all match
25253         the cross platform result file.
25254
25255         Note: chromium-win and mac still have their own expected file each.
25256
25257         * platform/gtk/editing/selection/extend-selection-home-end-expected.txt: Removed.
25258         * platform/win/editing/selection/extend-selection-home-end-expected.txt: Removed.
25259
25260 2010-12-17  Yury Semikhatsky  <yurys@chromium.org>
25261
25262         Unreviewed. Remove custom expectations for fast/js/regexp-ranges-and-escaped-hyphens.html
25263
25264         * platform/chromium/test_expectations.txt:
25265
25266 2010-12-17  Hans Wennborg  <hans@chromium.org>
25267
25268         Reviewed by Jeremy Orlow.
25269
25270         IndexedDB: Support Date objects as keys.
25271         https://bugs.webkit.org/show_bug.cgi?id=51193
25272
25273         Update layout tests to check that having Date objects as keys work.
25274
25275         * storage/indexeddb/objectstore-basics-expected.txt:
25276         * storage/indexeddb/objectstore-basics.html:
25277
25278 2010-12-17  Sergio Villar Senin  <svillar@igalia.com>
25279
25280         Unreviewed, tests were skipped due to a bug in libsoup
25281         https://bugzilla.gnome.org/show_bug.cgi?id=631679. Now that it was
25282         fixed we can safely unskip them again.
25283
25284         [GTK] Failing http/tests/xmlhttprequest tests
25285         https://bugs.webkit.org/show_bug.cgi?id=30582
25286
25287         * platform/gtk/Skipped:
25288
25289 2010-12-17  Kent Tamura  <tkent@chromium.org>
25290
25291         Unreviewed, test expectation update.
25292
25293         * platform/chromium/test_expectations.txt: Collect and correct failures about vertical writing.
25294
25295 2010-12-17  Csaba Osztrogonác  <ossy@webkit.org>
25296
25297         Unreviewed.
25298
25299         [Qt] Web Timing related bugs
25300         https://bugs.webkit.org/show_bug.cgi?id=51245
25301
25302         * platform/qt/Skipped: http/tests/misc/webtiming-ssl.php added until fix.
25303
25304 2010-12-17  Yury Semikhatsky  <yurys@chromium.org>
25305
25306         Unreviewed. Update Chromium test expectations.
25307
25308         * platform/chromium/test_expectations.txt:
25309
25310 2010-12-17  Sergio Villar Senin  <svillar@igalia.com>
25311
25312         Unreviewed, skipping a failing test in the bots.
25313
25314         [GTK] fast/dom/global-constructors.html failing on bots
25315         https://bugs.webkit.org/show_bug.cgi?id=51242
25316
25317         * platform/gtk/Skipped:
25318
25319 2010-12-17  Yury Semikhatsky  <yurys@chromium.org>
25320
25321         Unreviewed. Fix typo in Chromium test expectations.
25322
25323         * platform/chromium/test_expectations.txt:
25324
25325 2010-12-17  James Simonsen  <simonjam@chromium.org>
25326
25327         Reviewed by Darin Fisher.
25328
25329         [Web Timing] Add sslHandshakeStart to interface
25330
25331         https://bugs.webkit.org/show_bug.cgi?id=50400
25332
25333         * fast/dom/Window/window-properties-performance-expected.txt: Added sslHandshakeStart.
25334         * fast/dom/script-tests/webtiming.js: Ditto.
25335         (checkTimingBeforeLoad):
25336         (checkTimingWhileDeferred):
25337         (checkWebTimingOnDOMContentLoaded):
25338         (checkWebTimingWhileAsync):
25339         (checkWebTimingOnLoad):
25340         (checkWebTimingAfterLoad):
25341         * fast/dom/webtiming-document-open-expected.txt: Ditto.
25342         * fast/dom/webtiming-expected.txt: Ditto.
25343         * fast/dom/webtiming-navigate-within-document-expected.txt: Ditto.
25344         * http/tests/misc/resources/webtiming-ssl.html: Added.
25345         * http/tests/misc/webtiming-ssl-expected.txt: Added.
25346         * http/tests/misc/webtiming-ssl.php: Added.
25347         * platform/gtk/Skipped: WebTiming disabled here.
25348         * platform/mac/Skipped: Ditto.
25349         * platform/win/Skipped: Ditto.
25350
25351 2010-12-17  James Simonsen  <simonjam@chromium.org>
25352
25353         Reviewed by Darin Fisher.
25354
25355         [Web Timing] Navigation type enums should begin with TYPE_
25356         https://bugs.webkit.org/show_bug.cgi?id=51200
25357
25358         * fast/dom/Window/window-properties-performance-expected.txt: Added TYPE_ to navigation types and added TYPE_RESERVED.
25359
25360 2010-12-17  Andrey Kosyakov  <caseq@chromium.org>
25361
25362         Unreviewed test fix: removed real user agent from test expectations.
25363
25364         * http/tests/inspector/extensions-headers-expected.txt:
25365         * http/tests/inspector/extensions-headers.html:
25366
25367 2010-12-17  Andrey Kosyakov  <caseq@chromium.org>
25368
25369         Unreviewed. Clean up extra headers set in test to avoid side effects on other tests.
25370
25371         * http/tests/inspector/extensions-headers-expected.txt:
25372         * http/tests/inspector/extensions-headers.html:
25373
25374 2010-12-17  Eric Seidel  <eric@webkit.org>
25375
25376         Unreviewed, rolling out r74229.
25377         http://trac.webkit.org/changeset/74229
25378         https://bugs.webkit.org/show_bug.cgi?id=50536
25379
25380         Broken on Snow Leopard and possibly other platforms
25381
25382         * platform/gtk/editing/selection/caret-mode-paragraph-keys-navigation-expected.txt: Renamed from LayoutTests/editing/selection/caret-mode-paragraph-keys-navigation-expected.txt.
25383         * platform/gtk/editing/selection/caret-mode-paragraph-keys-navigation.html: Renamed from LayoutTests/editing/selection/caret-mode-paragraph-keys-navigation.html.
25384         * platform/mac/Skipped:
25385         * platform/win/Skipped:
25386
25387 2010-12-15  Andrey Kosyakov  <caseq@chromium.org>
25388
25389         Reviewed by Pavel Feldman.
25390
25391         Web Inspector: [Extension API] add support for adding/overriding HTTP request headers
25392         Moved extensions test frameworks under http/tests/inspector, so HTTP tests may reuse it.
25393         https://bugs.webkit.org/show_bug.cgi?id=50493
25394
25395         * http/tests/inspector/extensions-headers-expected.txt: Added.
25396         * http/tests/inspector/extensions-headers.html: Added.
25397         * http/tests/inspector/extensions-test.js: Renamed from LayoutTests/inspector/extensions-test.js.
25398         (log):
25399         (extensionFunctions):
25400         (initialize_ExtensionsTest.InspectorTest.dispatchOnMessage):
25401         (initialize_ExtensionsTest.InspectorTest.runExtensionTests):
25402         (initialize_ExtensionsTest.extensionOutput):
25403         (initialize_ExtensionsTest.dumpSidebarContent):
25404         (initialize_ExtensionsTest.reloadPage):
25405         (test):
25406         * http/tests/inspector/resources/echo-headers.php: Added.
25407         * http/tests/inspector/resources/extension-main.html: Renamed from LayoutTests/inspector/resources/extension-main.html.
25408         * http/tests/inspector/resources/extension-main.js: Renamed from LayoutTests/inspector/resources/extension-main.js.
25409         (fetchTests.callback):
25410         (fetchTests):
25411         (runTests):
25412         (onTestsDone):
25413         (dispatchOnFrontend.callbackWrapper):
25414         (dispatchOnFrontend):
25415         (callbackAndNextTest.callbackWrapper):
25416         (callbackAndNextTest):
25417         * http/tests/inspector/resources/extension-panel.html: Renamed from LayoutTests/inspector/resources/extension-panel.html.
25418         * http/tests/inspector/resources/extension-sidebar.html: Renamed from LayoutTests/inspector/resources/extension-sidebar.html.
25419         * inspector/extensions-api-expected.txt:
25420         * inspector/extensions-api.html:
25421         * inspector/extensions-audits-api.html:
25422         * inspector/extensions-audits.html:
25423         * inspector/extensions-eval.html:
25424         * inspector/extensions-events.html:
25425         * inspector/extensions-resources-expected.txt:
25426         * inspector/extensions-resources.html:
25427         * inspector/extensions.html:
25428         * platform/chromium/test_expectations.txt:
25429
25430 2010-12-16  Kent Tamura  <tkent@chromium.org>
25431
25432         Unreviewed, test expectation update.
25433
25434         Update Chromium-Linux results changed by r74232.
25435         https://bugs.webkit.org/show_bug.cgi?id=50365
25436
25437         * platform/chromium-linux/fast/blockflow/japanese-rl-text-with-broken-font-expected.checksum:
25438         * platform/chromium-linux/fast/blockflow/japanese-rl-text-with-broken-font-expected.png:
25439         * platform/chromium-linux/fast/blockflow/japanese-ruby-vertical-lr-expected.checksum:
25440         * platform/chromium-linux/fast/blockflow/japanese-ruby-vertical-lr-expected.png:
25441         * platform/chromium-linux/fast/blockflow/japanese-ruby-vertical-rl-expected.checksum:
25442         * platform/chromium-linux/fast/blockflow/japanese-ruby-vertical-rl-expected.png:
25443         * platform/chromium-linux/fast/blockflow/vertical-align-table-baseline-expected.checksum:
25444         * platform/chromium-linux/fast/blockflow/vertical-align-table-baseline-expected.png:
25445         * platform/chromium-linux/fast/blockflow/vertical-baseline-alignment-expected.checksum:
25446         * platform/chromium-linux/fast/blockflow/vertical-baseline-alignment-expected.png:
25447
25448 2010-12-16  Kent Tamura  <tkent@chromium.org>
25449
25450         Unreviewed, test expectation update.
25451
25452         * platform/chromium/test_expectations.txt: Remove SLOW for fail-on-update-2.html.
25453
25454 2010-12-16  Benjamin Kalman  <kalman@chromium.org>
25455
25456         Reviewed by Ojan Vafai.
25457
25458         Update BUG comment in test expectations files
25459         https://bugs.webkit.org/show_bug.cgi?id=51216
25460
25461         Change the BUG[0-9]+ description to BUG(CR|WK|V8_)[0-9]+ where necessary.
25462
25463         * platform/chromium/test_expectations.txt:
25464         * platform/mac/test_expectations.txt:
25465         * platform/qt/test_expectations.txt:
25466
25467 2010-12-05  Antonio Gomes  <agomes@rim.com>
25468
25469         Reviewed by Ariya Hidayat.
25470
25471         [Qt] Fix caret browsing navigation mode
25472         https://bugs.webkit.org/show_bug.cgi?id=50536
25473
25474         /platform/gtk/editing/selection/caret-mode-paragraph-keys-navigation.html
25475         is one of the few tests actually tests the caret browsing feature.
25476         Patch makes the test not Gtk+ specific, and Qt now passes on it.
25477
25478         * editing/selection/caret-mode-paragraph-keys-navigation-expected.txt: Renamed from LayoutTests/platform/gtk/editing/selection/caret-mode-paragraph-keys-navigation-expected.txt.
25479         * editing/selection/caret-mode-paragraph-keys-navigation.html: Renamed from LayoutTests/platform/gtk/editing/selection/caret-mode-paragraph-keys-navigation.html.
25480         * fast/events/multiline-link-arrow-navigation.html:
25481
25482 2010-12-16  Yong Li  <yoli@rim.com>
25483
25484         Reviewed by Alexey Proskuryakov.
25485
25486         https://bugs.webkit.org/show_bug.cgi?id=51199
25487         Add decoding tests for UTF-16 LE/BE and their variants.
25488         Also, check the full decoded text but not only the first one.
25489
25490         * fast/encoding/char-decoding.html:
25491         * fast/encoding/char-decoding-expected.txt:
25492         * fast/encoding/resources/char-decoding-utils.js:
25493
25494 2010-12-16  Jian Li  <jianli@chromium.org>
25495
25496         Unreviewed. Updated chromium test expectations to mark
25497         http/tests/appcache/fail-on-update-2.html as flaky with TIMEOUT.
25498
25499         * platform/chromium/test_expectations.txt:
25500
25501 2010-12-16  Xan Lopez  <xlopez@igalia.com>
25502
25503         [GTK] fast/dom/gc-11.html fails in 64bit debug bot
25504         https://bugs.webkit.org/show_bug.cgi?id=51213
25505
25506         * platform/gtk/Skipped:
25507
25508 2010-12-16  Ryosuke Niwa  <rniwa@webkit.org>
25509
25510         Reviewed by Darin Adler.
25511
25512         execCommand('JustifyCenter') adds extra BR
25513         https://bugs.webkit.org/show_bug.cgi?id=51082
25514
25515         Added a test to ensure WebKit executes Justify* properly. In particular,
25516         this test ensures WebKit does not erroneously add a BR at the end of each block.
25517
25518         * editing/execCommand/justify-expected.txt: Added.
25519         * editing/execCommand/justify.html: Added.
25520
25521 2010-12-16  Jian Li  <jianli@chromium.org>
25522
25523         Unreviewed. Updated chromium test expectations.
25524
25525         * platform/chromium/test_expectations.txt:
25526
25527 2010-12-16  Mihai Parparita  <mihaip@chromium.org>
25528
25529         Unreviewed. Remove Chromium platform/chromium/accessibility
25530         expectations, that directory doesn't exist anymore as of r74039.
25531
25532         * platform/chromium/test_expectations.txt:
25533
25534 2010-12-16  Cosmin Truta  <ctruta@chromium.org>
25535
25536         Reviewed by Adam Roben.
25537
25538         More rebaselining needed for new-run-webkit-tests update
25539         https://bugs.webkit.org/show_bug.cgi?id=51147
25540
25541         Some cases were missed while rebaselining in bug 51018.
25542
25543         * platform/chromium-mac/editing/execCommand/outdent-blockquote-test2-expected.txt:
25544         * platform/chromium-mac/editing/pasteboard/copy-standalone-image-expected.txt:
25545         * platform/chromium-mac/http/tests/misc/authentication-sent-to-redirect-expected.txt:
25546         * platform/chromium-mac/http/tests/security/cross-frame-access-get-override-expected.txt:
25547         * platform/chromium-mac/svg/custom/use-invalid-style-expected.txt:
25548         * platform/chromium-win/http/tests/misc/authentication-sent-to-redirect-expected.txt:
25549         * platform/chromium-win/platform/win/plugins/get-value-netscape-window-expected.txt:
25550         * platform/chromium/plugins/document-open-expected.txt: Added.
25551         * plugins/document-open-expected.txt: Rolled out change from r74097.
25552
25553 2010-12-16  Ryosuke Niwa  <rniwa@webkit.org>
25554
25555         Reviewed by Darin Adler.
25556
25557         execCommand('styleWithCSS') is ignored when selection isn't inside a contenteditable area
25558         https://bugs.webkit.org/show_bug.cgi?id=51164
25559
25560         Added a test to ensure WebKit accepts StyleWithCSS command even if the current selection
25561         isn't inside a contenteditable region.
25562
25563         * editing/style/stylewithcss-without-selection-expected.txt: Added.
25564         * editing/style/stylewithcss-without-selection.html: Added.
25565
25566 2010-12-16  Andrew Scherkus  <scherkus@chromium.org>
25567
25568         Unreviewed.  Updating Chromium media test expectations.
25569
25570         * platform/chromium-mac/media/audio-constructor-expected.txt: Removed.
25571         * platform/chromium-mac/media/audio-constructor-preload-expected.txt: Removed.
25572         * platform/chromium-mac/media/audio-constructor-src-expected.txt: Removed.
25573         * platform/chromium-mac/media/media-load-event-expected.txt: Removed.
25574         * platform/chromium-win/media/audio-constructor-expected.txt: Removed.
25575         * platform/chromium-win/media/audio-constructor-preload-expected.txt: Removed.
25576         * platform/chromium-win/media/audio-constructor-src-expected.txt: Removed.
25577         * platform/chromium-win/media/media-load-event-expected.txt: Removed.
25578         * platform/chromium/test_expectations.txt:
25579
25580 2010-12-16  Yury Semikhatsky  <yurys@chromium.org>
25581
25582         Unreviewed. Update Chromium test expectations for svg/repaint/filter-repaint.svg
25583
25584         * platform/chromium-mac/svg/repaint/filter-repaint-expected.checksum: Added.
25585         * platform/chromium-mac/svg/repaint/filter-repaint-expected.png: Added.
25586
25587 2010-12-16  Sheriff Bot  <webkit.review.bot@gmail.com>
25588
25589         Unreviewed, rolling out r74162.
25590         http://trac.webkit.org/changeset/74162
25591         https://bugs.webkit.org/show_bug.cgi?id=51185
25592
25593         More breakage in GTK+ (Requested by xan_ on #webkit).
25594
25595         * fast/encoding/char-decoding-expected.txt:
25596         * fast/encoding/char-decoding.html:
25597         * fast/encoding/resources/char-decoding-utils.js:
25598         (decode):
25599
25600 2010-12-16  Alexander Pavlov  <apavlov@chromium.org>
25601
25602         Reviewed by Pavel Feldman.
25603
25604         Web Inspector: Up/Down/PageUp/PageDown on a CSS property numeric value commit the value editor
25605         https://bugs.webkit.org/show_bug.cgi?id=51114
25606
25607         * inspector/styles-add-blank-property-expected.txt:
25608         * inspector/styles-add-blank-property.html:
25609
25610 2010-12-16  Yury Semikhatsky  <yurys@chromium.org>
25611
25612         Unreviewed. Update Chromium test expectations.
25613
25614         * platform/chromium/test_expectations.txt:
25615
25616 2010-12-16  Yury Semikhatsky  <yurys@chromium.org>
25617
25618         Unreviewed. Update Chromium test expectations.
25619
25620         * platform/chromium-linux/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
25621         * platform/chromium-linux/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
25622         * platform/chromium-linux/svg/filters/feComposite-expected.checksum:
25623         * platform/chromium-linux/svg/filters/feComposite-expected.png:
25624         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum: Added.
25625         * platform/chromium-mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png: Added.
25626         * platform/chromium-mac/svg/filters/feComposite-expected.checksum: Added.
25627         * platform/chromium-mac/svg/filters/feComposite-expected.png: Added.
25628         * platform/chromium-win/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
25629         * platform/chromium-win/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
25630         * platform/chromium-win/svg/filters/feComposite-expected.checksum:
25631         * platform/chromium-win/svg/filters/feComposite-expected.png:
25632         * platform/chromium/test_expectations.txt:
25633
25634 2010-12-16  Yury Semikhatsky  <yurys@chromium.org>
25635
25636         Unreviewed. Update Chromium test expectations to match changes made in r74177.
25637
25638         * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.checksum:
25639         * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png:
25640         * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.checksum:
25641         * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
25642         * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.checksum:
25643         * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
25644         * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.checksum:
25645         * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
25646         * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.checksum:
25647         * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
25648         * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.checksum:
25649         * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
25650         * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.checksum:
25651         * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
25652         * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.checksum:
25653         * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
25654         * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.checksum:
25655         * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
25656         * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.checksum:
25657         * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
25658         * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.checksum:
25659         * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
25660         * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.checksum:
25661         * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
25662         * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.checksum:
25663         * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png:
25664         * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.checksum:
25665         * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
25666         * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.checksum:
25667         * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
25668         * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.checksum:
25669         * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
25670         * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.checksum:
25671         * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
25672         * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.checksum:
25673         * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
25674         * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.checksum:
25675         * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
25676         * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.checksum:
25677         * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
25678         * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.checksum:
25679         * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
25680         * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.checksum:
25681         * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
25682         * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.checksum:
25683         * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
25684         * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.checksum:
25685         * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
25686         * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.checksum:
25687         * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png:
25688         * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.checksum:
25689         * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
25690         * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.checksum:
25691         * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
25692         * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.checksum:
25693         * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
25694         * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.checksum:
25695         * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
25696         * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.checksum:
25697         * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
25698         * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.checksum:
25699         * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
25700         * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.checksum:
25701         * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
25702         * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.checksum:
25703         * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
25704         * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.checksum:
25705         * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
25706         * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.checksum:
25707         * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
25708         * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.checksum:
25709         * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
25710
25711 2010-12-16  Zoltan Herczeg  <zherczeg@webkit.org>
25712
25713         Reviewed by Dirk Schulze.
25714
25715         Improve feArithmeticFilter
25716         https://bugs.webkit.org/show_bug.cgi?id=51105
25717
25718         No visible changes.
25719
25720         * platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.checksum:
25721         * platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png:
25722         * platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.checksum:
25723         * platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
25724         * platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.checksum:
25725         * platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
25726         * platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.checksum:
25727         * platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
25728         * platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.checksum:
25729         * platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
25730         * platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.checksum:
25731         * platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
25732         * platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.checksum:
25733         * platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
25734         * platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.checksum:
25735         * platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
25736         * platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.checksum:
25737         * platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
25738         * platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.checksum:
25739         * platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
25740         * platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.checksum:
25741         * platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
25742         * platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.checksum:
25743         * platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
25744
25745 2010-12-15  Yury Semikhatsky  <yurys@chromium.org>
25746
25747         Unreviewed. Update Chromium test expectations.
25748
25749         * platform/chromium-gpu/test_expectations.txt:
25750         * platform/chromium/test_expectations.txt:
25751
25752 2010-12-15  Brian Weinstein  <bweinstein@apple.com>
25753
25754         Rebaseline Windows XP results after r73993. Windows 7 results were landed in r73998, but some XP
25755         rebaselines were needed as well.
25756
25757         * platform/win-xp/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt: Added.
25758         * platform/win-xp/fast/text/international/bold-bengali-expected.txt:
25759         * platform/win-xp/fast/text/international/complex-character-based-fallback-expected.txt:
25760         * platform/win-xp/transforms/2d/hindi-rotated-expected.txt:
25761
25762 2010-12-15  Yong Li  <yoli@rim.com>
25763
25764         Reviewed by Darin Adler.
25765
25766         https://bugs.webkit.org/show_bug.cgi?id=51035
25767         Add tests for UTF-16 BE/LE and their variants.
25768         Also, check the full decoded text but not only the first one.
25769
25770         * fast/encoding/char-decoding.html:
25771         * fast/encoding/char-decoding-expected.txt:
25772         * fast/encoding/resources/char-decoding-utils.js:
25773
25774 2010-12-15  Mihai Parparita  <mihaip@chromium.org>
25775
25776         Reviewed by Eric Seidel.
25777
25778         fast/parser/remove-block-in-residual-style.html does not need pixel output
25779         https://bugs.webkit.org/show_bug.cgi?id=51120
25780         
25781         fast/parser/remove-block-in-residual-style.html just checks that we
25782         don't crash, it doesn't need pixel output.
25783         
25784         (noticed while doing Snow Leopard rebaselines)
25785
25786         * fast/parser/remove-block-in-residual-style-expected.txt: Added.
25787         * fast/parser/remove-block-in-residual-style.html:
25788         * platform/chromium-linux/fast/parser/remove-block-in-residual-style-expected.checksum: Removed.
25789         * platform/chromium-linux/fast/parser/remove-block-in-residual-style-expected.png: Removed.
25790         * platform/chromium-mac/fast/parser/remove-block-in-residual-style-expected.checksum: Removed.
25791         * platform/chromium-mac/fast/parser/remove-block-in-residual-style-expected.png: Removed.
25792         * platform/chromium-win/fast/parser/remove-block-in-residual-style-expected.checksum: Removed.
25793         * platform/chromium-win/fast/parser/remove-block-in-residual-style-expected.png: Removed.
25794         * platform/chromium-win/fast/parser/remove-block-in-residual-style-expected.txt: Removed.
25795         * platform/gtk/Skipped:
25796         * platform/mac/fast/parser/remove-block-in-residual-style-expected.checksum: Removed.
25797         * platform/mac/fast/parser/remove-block-in-residual-style-expected.png: Removed.
25798         * platform/mac/fast/parser/remove-block-in-residual-style-expected.txt: Removed.
25799         * platform/qt/Skipped:
25800         * platform/qt/fast/parser/remove-block-in-residual-style-expected.txt: Removed.
25801
25802 2010-12-15  Simon Fraser  <simon.fraser@apple.com>
25803
25804         Reviewed by Chris Marrin.
25805
25806         Percentage Z values in 3d transform functions and transform-origin should cause the property to be invalid
25807         https://bugs.webkit.org/show_bug.cgi?id=51070
25808         
25809         Testcase for various 3d transform values.
25810
25811         * transforms/2d/resources/transform-test-utils.js:
25812         (compareMatrices): Use early return, enhance to deal with matrix3d(),
25813         and avoid evaluating the regular expressions twice.
25814         * transforms/3d/general/3dtransform-values-expected.txt: Added.
25815         * transforms/3d/general/3dtransform-values.html: Added.
25816
25817 2010-12-15  Simon Fraser  <simon.fraser@apple.com>
25818
25819         Reviewed by Chris Marrin.
25820
25821         Reflection does not render properly when -webkit-transform is toggled, untoggled, and retoggled
25822         https://bugs.webkit.org/show_bug.cgi?id=50967
25823
25824         Testcase for toggled reflection on transformed element.
25825         
25826         * compositing/reflections/remove-add-reflection-expected.checksum: Added.
25827         * compositing/reflections/remove-add-reflection-expected.png: Added.
25828         * compositing/reflections/remove-add-reflection-expected.txt: Added.
25829         * compositing/reflections/remove-add-reflection.html: Added.
25830
25831 2010-12-15  Kenji Imasaki  <imasaki@chromium.org>
25832
25833         Reviewed by David Levin.
25834
25835         Skip tests for unimplmented media features (aspect ratio video,
25836         full screen, reverse-playback, video-preloading, context menu). 
25837         will enable these tests once these features are implemented.
25838         https://bugs.webkit.org/show_bug.cgi?id=51085
25839
25840         * platform/chromium/test_expectations.txt:
25841
25842 2010-12-15  Yong Li  <yoli@rim.com>
25843
25844         Reviewed by Darin Adler.
25845
25846         Reproduce stack overflow when there are too many sibling inline boxes.
25847         https://bugs.webkit.org/show_bug.cgi?id=48255
25848
25849         * fast/overflow/lots-of-sibling-inline-boxes.html: Added.
25850
25851 2010-12-15  Jian Li  <jianli@chromium.org>
25852
25853         Unreviewed. Updated chromium test_expectations to skip a test that
25854         causes DRT to crash in dbg mode.
25855
25856         * platform/chromium/test_expectations.txt:
25857
25858 2010-12-15  Jian Li  <jianli@chromium.org>
25859
25860         Unreviewed. Mark a failed test in chromium test expectations.
25861
25862         * platform/chromium/test_expectations.txt:
25863
25864 2010-12-15  Pavel Podivilov  <podivilov@chromium.org>
25865
25866         Unreviewed, build fix for r74119.
25867
25868         Fix debugger tests.
25869
25870         * http/tests/inspector/debugger-test2.js:
25871         (initialize_DebuggerTest.InspectorTest.captureStackTrace):
25872
25873 2010-12-15  Anton Muhin  <antonm@chromium.org>
25874
25875         Unreviewed.  Removing another two suppressions for CSS entities garbage collection.
25876
25877         * platform/chromium/test_expectations.txt:
25878
25879 2010-12-15  Anton Muhin  <antonm@chromium.org>
25880
25881         Unreviewed.  Adjusting v8-dependent test expectations.
25882
25883         * platform/chromium/test_expectations.txt:
25884
25885 2010-12-15  Yury Semikhatsky  <yurys@chromium.org>
25886
25887         Unreviewed. Update Chromium test expectations.
25888
25889         * platform/chromium/test_expectations.txt:
25890
25891 2010-12-15  Yury Semikhatsky  <yurys@chromium.org>
25892
25893         Unreviewed. Update Chromium test expectations.
25894
25895         * platform/chromium-mac/storage/private-browsing-noread-nowrite-expected.txt: Removed.
25896         * platform/chromium-win/storage/private-browsing-noread-nowrite-expected.txt: Removed.
25897         * platform/chromium/test_expectations.txt: test private-browsing-readonly.html was renamed
25898         into private-browsing-noread-nowrite.html in r74093, changing expecations accrodingly.
25899
25900 2010-12-15  Jarred Nicholls  <jarred@sencha.com>
25901
25902         Reviewed by Andreas Kling.
25903
25904         [Qt] Implement the File API spec
25905         https://bugs.webkit.org/show_bug.cgi?id=49839
25906
25907         * platform/qt/fast/dom/Window/window-properties-expected.txt:
25908         * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
25909         * platform/qt/fast/dom/prototype-inheritance-expected.txt:
25910         * platform/qt/fast/js/global-constructors-expected.txt:
25911
25912 2010-12-15  Yury Semikhatsky  <yurys@chromium.org>
25913
25914         Unreviewed. Rebaseline Chromium tests.
25915
25916         * platform/chromium-linux/fast/blockflow/japanese-rl-text-with-broken-font-expected.txt: Added.
25917         * platform/chromium-linux/fast/box-shadow/inset-expected.checksum:
25918         * platform/chromium-linux/fast/box-shadow/inset-expected.png:
25919         * platform/chromium-linux/fast/css/focus-ring-detached-expected.checksum: Added.
25920         * platform/chromium-linux/fast/css/focus-ring-detached-expected.png: Added.
25921         * platform/chromium-linux/fast/css/focus-ring-multiline-expected.checksum: Added.
25922         * platform/chromium-linux/fast/css/focus-ring-multiline-expected.png: Added.
25923         * platform/chromium-mac/fast/css/focus-ring-detached-expected.checksum: Added.
25924         * platform/chromium-mac/fast/css/focus-ring-detached-expected.png: Added.
25925         * platform/chromium-mac/fast/css/focus-ring-multiline-expected.checksum: Added.
25926         * platform/chromium-mac/fast/css/focus-ring-multiline-expected.png: Added.
25927         * platform/chromium-win/fast/css/focus-ring-detached-expected.checksum:
25928         * platform/chromium-win/fast/css/focus-ring-detached-expected.png:
25929         * platform/chromium-win/fast/css/focus-ring-detached-expected.txt:
25930         * platform/chromium-win/fast/css/focus-ring-multiline-expected.checksum:
25931         * platform/chromium-win/fast/css/focus-ring-multiline-expected.png:
25932         * platform/chromium-win/fast/css/focus-ring-multiline-expected.txt:
25933         * platform/chromium/test_expectations.txt:
25934
25935 2010-12-15  Yury Semikhatsky  <yurys@chromium.org>
25936
25937         Unreviewed. Mark fast/dom/global-constructors.html as flaky on Chromium.
25938
25939         * platform/chromium/test_expectations.txt:
25940
25941 2010-12-15  Sergio Villar Senin  <svillar@igalia.com>
25942
25943         Unreviewed, skipping failing tests in the bots.
25944
25945         [GTK] HTTP tests failing/crashing in the bots
25946         https://bugs.webkit.org/show_bug.cgi?id=51104
25947
25948         * platform/gtk/Skipped:
25949
25950 2010-12-15  Yury Semikhatsky  <yurys@chromium.org>
25951
25952         Unreviewed. Mark one more compositing test as timing out on chromium-gpu.
25953
25954         * platform/chromium-gpu/test_expectations.txt:
25955
25956 2010-12-15  Yury Semikhatsky  <yurys@chromium.org>
25957
25958         Unreviewed. Rebaseline Chromium test expectations.
25959
25960         * platform/chromium-linux/fast/blockflow/box-shadow-horizontal-bt-expected.checksum:
25961         * platform/chromium-linux/fast/blockflow/box-shadow-horizontal-bt-expected.png:
25962         * platform/chromium-linux/fast/blockflow/box-shadow-vertical-lr-expected.checksum:
25963         * platform/chromium-linux/fast/blockflow/box-shadow-vertical-lr-expected.png:
25964         * platform/chromium-linux/fast/blockflow/box-shadow-vertical-rl-expected.checksum:
25965         * platform/chromium-linux/fast/blockflow/box-shadow-vertical-rl-expected.png:
25966         * platform/chromium-linux/fast/blockflow/japanese-rl-text-with-broken-font-expected.checksum: Added.
25967         * platform/chromium-linux/fast/blockflow/japanese-rl-text-with-broken-font-expected.png: Added.
25968         * platform/chromium-mac/http/tests/misc/authentication-sent-to-redirect-expected.txt: Added.
25969         * platform/chromium-mac/storage/private-browsing-noread-nowrite-expected.txt: Added.
25970         * platform/chromium-win/fast/blockflow/box-shadow-horizontal-bt-expected.checksum:
25971         * platform/chromium-win/fast/blockflow/box-shadow-horizontal-bt-expected.png:
25972         * platform/chromium-win/fast/blockflow/box-shadow-vertical-lr-expected.checksum:
25973         * platform/chromium-win/fast/blockflow/box-shadow-vertical-lr-expected.png:
25974         * platform/chromium-win/fast/blockflow/box-shadow-vertical-rl-expected.checksum:
25975         * platform/chromium-win/fast/blockflow/box-shadow-vertical-rl-expected.png:
25976         * platform/chromium-win/fast/blockflow/japanese-rl-text-with-broken-font-expected.checksum: Added.
25977         * platform/chromium-win/fast/blockflow/japanese-rl-text-with-broken-font-expected.png: Added.
25978         * platform/chromium-win/fast/blockflow/japanese-rl-text-with-broken-font-expected.txt: Added.
25979         * platform/chromium-win/http/tests/misc/authentication-sent-to-redirect-expected.txt: Added.
25980         * platform/chromium-win/storage/private-browsing-noread-nowrite-expected.txt: Added.
25981
25982 2010-12-15  Pavel Podivilov  <podivilov@chromium.org>
25983
25984         Unreviewed, fix for r74103.
25985
25986         Fix dom-breakpoints test.
25987
25988         * inspector/dom-breakpoints.html:
25989
25990 2010-12-14  Antti Koivisto  <antti@apple.com>
25991
25992         Reviewed by Alexey Proskuryakov.
25993
25994         https://bugs.webkit.org/show_bug.cgi?id=49548
25995         WebCore cache stores duplicate copies of subresources with URL fragments
25996
25997         * http/tests/cache/subresource-fragment-identifier-expected.txt: Added.
25998         * http/tests/cache/subresource-fragment-identifier.html: Added.
25999
26000 2010-12-15  Emil Eklund  <eae@chromium.org>
26001
26002         Reviewed by Adam Barth.
26003
26004         Added test for infinite loop in ContainerNode::willRemoveChildren.
26005         https://bugs.webkit.org/show_bug.cgi?id=51079
26006
26007         * fast/dom/containerNode-expected.txt: Added.
26008         * fast/dom/containerNode.html: Added.
26009
26010 2010-12-15  Csaba Osztrogonác  <ossy@webkit.org>
26011
26012         Unreviewed.
26013
26014         * platform/qt/Skipped: Add http/tests/misc/authentication-sent-to-redirect.html
26015           because of missing layoutTestController.setHandlesAuthenticationChallenges()
26016         * platform/qt/plugins/document-open-expected.txt: Copied from LayoutTests/plugins/document-open-expected.txt.
26017
26018 2010-12-14  Dan Bernstein  <mitz@apple.com>
26019
26020         Reviewed by Maciej Stachowiak.
26021
26022         <rdar://problem/8767193> REGRESSION (r60822): caps-lock-indicator is accepted as a -webkit-appearance value
26023         https://bugs.webkit.org/show_bug.cgi?id=51096
26024
26025         * fast/css/appearance-caps-lock-indicator-expected.txt: Added.
26026         * fast/css/appearance-caps-lock-indicator.html: Added.
26027
26028 2010-12-14  takano takumi  <takano@apple.com>
26029
26030         Reviewed by Dan Bernstein.
26031
26032         text-combine value names have been changed in the css3 proposal.
26033         https://bugs.webkit.org/show_bug.cgi?id=51089
26034
26035         * fast/text/international/text-combine-parser-test-expected.txt: Result updated.
26036         * fast/text/international/text-combine-parser-test.html: Test updated.
26037
26038 2010-12-14  Cosmin Truta  <ctruta@chromium.org>
26039
26040         Reviewed by Eric Seidel.
26041
26042         Rebaseline: leading and trailing EOL must occur consistently in expectation files
26043         https://bugs.webkit.org/show_bug.cgi?id=51018
26044
26045         We are planning to make new-run-webkit-tests treat EOLs in the same strict manner as old-run-webkit-tests.
26046         This change in tooling requires rebaselining.
26047
26048         * editing/pasteboard/file-drag-to-editable-expected.txt:
26049         * fast/dom/Window/slow-unload-handler-expected.txt:
26050         * fast/filesystem/file-writer-truncate-extend-expected.txt:
26051         * fast/images/webp-image-decoding-expected.txt:
26052         * fast/speech/input-onspeechchange-event-expected.txt:
26053         * fast/speech/input-text-language-tag-expected.txt:
26054         * fast/speech/input-text-speechbutton-expected.txt:
26055         * fast/speech/speech-button-ignore-generated-events-expected.txt:
26056         * http/tests/media/video-play-suspend-expected.txt:
26057         * platform/chromium-linux/fast/dom/DeviceOrientation/window-property-expected.txt:
26058         * platform/chromium-linux/fast/dom/HTMLAnchorElement/set-href-attribute-hostname-expected.txt:
26059         * platform/chromium-linux/fast/dom/HTMLAnchorElement/set-href-attribute-search-expected.txt:
26060         * platform/chromium-linux/fast/dom/HTMLProgressElement/progress-element-with-child-crash-expected.txt:
26061         * platform/chromium-linux/fast/dom/Window/window-properties-device-orientation-expected.txt:
26062         * platform/chromium-linux/fast/forms/onselect-textarea-expected.txt:
26063         * platform/chromium-linux/fast/preloader/script-expected.txt:
26064         * platform/chromium-linux/fast/url/file-expected.txt:
26065         * platform/chromium-linux/fast/url/relative-unix-expected.txt:
26066         * platform/chromium-linux/fast/url/relative-win-expected.txt:
26067         * platform/chromium-linux/fast/url/segments-expected.txt:
26068         * platform/chromium-linux/fast/url/segments-from-data-url-expected.txt:
26069         * platform/chromium-linux/http/tests/loading/bad-scheme-subframe-expected.txt:
26070         * platform/chromium-linux/http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt:
26071         * platform/chromium-linux/http/tests/websocket/tests/bad-sub-protocol-control-chars-expected.txt:
26072         * platform/chromium-linux/http/tests/websocket/tests/url-parsing-expected.txt:
26073         * platform/chromium-linux/svg/custom/use-invalid-pattern-expected.txt:
26074         * platform/chromium-mac/animations/keyframes-rule-expected.txt:
26075         * platform/chromium-mac/fast/css/font-face-descriptor-multiple-values-parsing-expected.txt:
26076         * platform/chromium-mac/fast/dom/DOMException/EventException-expected.txt:
26077         * platform/chromium-mac/fast/dom/DOMException/RangeException-expected.txt:
26078         * platform/chromium-mac/fast/dom/DOMException/XPathException-expected.txt:
26079         * platform/chromium-mac/fast/dom/DOMException/prototype-object-expected.txt:
26080         * platform/chromium-mac/fast/dom/DeviceOrientation/window-property-expected.txt:
26081         * platform/chromium-mac/fast/dom/HTMLAnchorElement/set-href-attribute-hash-expected.txt:
26082         * platform/chromium-mac/fast/dom/HTMLAnchorElement/set-href-attribute-host-expected.txt:
26083         * platform/chromium-mac/fast/dom/HTMLAnchorElement/set-href-attribute-hostname-expected.txt:
26084         * platform/chromium-mac/fast/dom/HTMLAnchorElement/set-href-attribute-pathname-expected.txt:
26085         * platform/chromium-mac/fast/dom/HTMLAnchorElement/set-href-attribute-port-expected.txt:
26086         * platform/chromium-mac/fast/dom/HTMLAnchorElement/set-href-attribute-search-expected.txt:
26087         * platform/chromium-mac/fast/dom/HTMLSelectElement/named-options-expected.txt:
26088         * platform/chromium-mac/fast/dom/Range/getClientRects-expected.txt:
26089         * platform/chromium-mac/fast/dom/Window/window-postmessage-args-expected.txt:
26090         * platform/chromium-mac/fast/dom/Window/window-properties-device-orientation-expected.txt:
26091         * platform/chromium-mac/fast/dom/Window/window-properties-geolocation-expected.txt:
26092         * platform/chromium-mac/fast/dom/error-to-string-stack-overflow-expected.txt:
26093         * platform/chromium-mac/fast/dom/getElementsByClassName/011-expected.txt:
26094         * platform/chromium-mac/fast/dom/javascript-url-exception-isolation-expected.txt:
26095         * platform/chromium-mac/fast/dom/prototype-chain-expected.txt:
26096         * platform/chromium-mac/fast/dom/setPrimitiveValue-exceptions-expected.txt:
26097         * platform/chromium-mac/fast/dom/timer-clear-interval-in-handler-and-generate-error-expected.txt:
26098         * platform/chromium-mac/fast/dom/wrapper-classes-expected.txt:
26099         * platform/chromium-mac/fast/events/event-view-toString-expected.txt:
26100         * platform/chromium-mac/fast/forms/ValidityState-typeMismatch-url-expected.txt:
26101         * platform/chromium-mac/fast/js/array-every-expected.txt:
26102         * platform/chromium-mac/fast/js/array-foreach-expected.txt:
26103         * platform/chromium-mac/fast/js/array-some-expected.txt:
26104         * platform/chromium-mac/fast/js/assign-expected.txt:
26105         * platform/chromium-mac/fast/js/break-ASI-expected.txt:
26106         * platform/chromium-mac/fast/js/console-non-string-values-expected.txt:
26107         * platform/chromium-mac/fast/js/const-expected.txt:
26108         * platform/chromium-mac/fast/js/cyclic-prototypes-expected.txt:
26109         * platform/chromium-mac/fast/js/date-proto-generic-invocation-expected.txt:
26110         * platform/chromium-mac/fast/js/date-toisostring-expected.txt:
26111         * platform/chromium-mac/fast/js/deep-recursion-test-expected.txt:
26112         * platform/chromium-mac/fast/js/delete-getters-setters-expected.txt:
26113         * platform/chromium-mac/fast/js/exception-thrown-from-new-expected.txt:
26114         * platform/chromium-mac/fast/js/function-declaration-expected.txt:
26115         * platform/chromium-mac/fast/js/function-prototype-descriptor-expected.txt:
26116         * platform/chromium-mac/fast/js/kde/RegExp-expected.txt:
26117         * platform/chromium-mac/fast/js/kde/StringObject-expected.txt:
26118         * platform/chromium-mac/fast/js/kde/encode_decode_uri-expected.txt:
26119         * platform/chromium-mac/fast/js/kde/function-expected.txt:
26120         * platform/chromium-mac/fast/js/kde/garbage-n-expected.txt:
26121         * platform/chromium-mac/fast/js/kde/lval-exceptions-expected.txt:
26122         * platform/chromium-mac/fast/js/kde/parse-expected.txt:
26123         * platform/chromium-mac/fast/js/kde/string-1-n-expected.txt:
26124         * platform/chromium-mac/fast/js/kde/string-2-n-expected.txt:
26125         * platform/chromium-mac/fast/js/modify-non-references-expected.txt:
26126         * platform/chromium-mac/fast/js/no-semi-insertion-at-end-of-script-expected.txt:
26127         * platform/chromium-mac/fast/js/number-toExponential-expected.txt:
26128         * platform/chromium-mac/fast/js/number-toString-expected.txt:
26129         * platform/chromium-mac/fast/js/number-tofixed-expected.txt:
26130         * platform/chromium-mac/fast/js/number-toprecision-expected.txt:
26131         * platform/chromium-mac/fast/js/object-extra-comma-expected.txt:
26132         * platform/chromium-mac/fast/js/property-getters-and-setters-expected.txt:
26133         * platform/chromium-mac/fast/js/recursion-limit-equal-expected.txt:
26134         * platform/chromium-mac/fast/js/regexp-compile-expected.txt:
26135         * platform/chromium-mac/fast/js/regexp-overflow-expected.txt:
26136         * platform/chromium-mac/fast/js/reserved-words-expected.txt:
26137         * platform/chromium-mac/fast/js/string-capitalization-expected.txt:
26138         * platform/chromium-mac/fast/js/toString-and-valueOf-override-expected.txt:
26139         * platform/chromium-mac/fast/js/toString-stack-overflow-expected.txt:
26140         * platform/chromium-mac/fast/text/find-kana-expected.txt:
26141         * platform/chromium-mac/fast/url/file-expected.txt:
26142         * platform/chromium-mac/fast/url/host-expected.txt:
26143         * platform/chromium-mac/fast/url/ipv6-expected.txt:
26144         * platform/chromium-mac/fast/url/mailto-expected.txt:
26145         * platform/chromium-mac/fast/url/path-expected.txt:
26146         * platform/chromium-mac/fast/url/path-url-expected.txt:
26147         * platform/chromium-mac/fast/url/port-expected.txt:
26148         * platform/chromium-mac/fast/url/relative-unix-expected.txt:
26149         * platform/chromium-mac/fast/url/relative-win-expected.txt:
26150         * platform/chromium-mac/fast/url/scheme-expected.txt:
26151         * platform/chromium-mac/fast/url/segments-expected.txt:
26152         * platform/chromium-mac/fast/url/segments-from-data-url-expected.txt:
26153         * platform/chromium-mac/fast/url/standard-url-expected.txt:
26154         * platform/chromium-mac/fast/xmlhttprequest/xmlhttprequest-get-expected.txt:
26155         * platform/chromium-mac/fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt:
26156         * platform/chromium-mac/fast/xmlhttprequest/xmlhttprequest-recursive-sync-event-expected.txt:
26157         * platform/chromium-mac/http/tests/loading/bad-scheme-subframe-expected.txt:
26158         * platform/chromium-mac/http/tests/security/cross-frame-access-enumeration-expected.txt:
26159         * platform/chromium-mac/http/tests/security/cross-frame-access-get-expected.txt:
26160         * platform/chromium-mac/http/tests/security/cross-frame-access-get-override-expected.txt:
26161         * platform/chromium-mac/http/tests/security/cross-frame-access-history-get-expected.txt:
26162         * platform/chromium-mac/http/tests/security/cross-frame-access-history-get-override-expected.txt:
26163         * platform/chromium-mac/http/tests/security/cross-frame-access-location-get-override-expected.txt:
26164         * platform/chromium-mac/http/tests/security/cross-frame-access-location-put-expected.txt:
26165         * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame-expected.txt:
26166         * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open-expected.txt:
26167         * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-to-data-url-window-open-expected.txt:
26168         * platform/chromium-mac/http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt:
26169         * platform/chromium-mac/http/tests/websocket/tests/bad-sub-protocol-control-chars-expected.txt:
26170         * platform/chromium-mac/http/tests/websocket/tests/url-parsing-expected.txt:
26171         * platform/chromium-mac/http/tests/xmlhttprequest/XMLHttpRequestException-expected.txt:
26172         * platform/chromium-mac/http/tests/xmlhttprequest/xmlhttprequest-missing-file-exception-expected.txt:
26173         * platform/chromium-mac/ietestcenter/Javascript/11.4.1-4.a-10-expected.txt:
26174         * platform/chromium-mac/ietestcenter/Javascript/11.4.1-4.a-8-expected.txt:
26175         * platform/chromium-mac/ietestcenter/Javascript/15.12.1.1-0-2-expected.txt:
26176         * platform/chromium-mac/ietestcenter/Javascript/15.12.1.1-0-3-expected.txt:
26177         * platform/chromium-mac/ietestcenter/Javascript/15.12.2-0-2-expected.txt:
26178         * platform/chromium-mac/ietestcenter/Javascript/15.12.3-0-2-expected.txt:
26179         * platform/chromium-mac/ietestcenter/Javascript/15.2.3.10-0-1-expected.txt:
26180         * platform/chromium-mac/ietestcenter/Javascript/15.2.3.10-0-2-expected.txt:
26181         * platform/chromium-mac/ietestcenter/Javascript/15.2.3.10-1-expected.txt:
26182         * platform/chromium-mac/ietestcenter/Javascript/15.2.3.10-2-expected.txt:
26183         * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-0-1-expected.txt:
26184         * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-0-2-expected.txt:
26185         * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-0-3-expected.txt:
26186         * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-1-expected.txt:
26187         * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-1-expected.txt:
26188         * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-10-expected.txt:
26189         * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-11-expected.txt:
26190         * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-12-expected.txt:
26191         * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-13-expected.txt:
26192         * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-14-expected.txt:
26193         * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-15-expected.txt:
26194         * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-16-expected.txt:
26195         * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-17-expected.txt:
26196         * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-18-expected.txt:
26197         * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-19-expected.txt:
26198         * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-2-expected.txt:
26199         * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-20-expected.txt:
26200         * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-21-expected.txt:
26201         * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-3-expected.txt:
26202         * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-4-expected.txt:
26203         * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-5-expected.txt:
26204         * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-6-expected.txt:
26205         * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-7-expected.txt:
26206         * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-8-expected.txt:
26207         * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-9-expected.txt:
26208         * platform/chromium-mac/ietestcenter/Javascript/15.2.3.14-2-4-expected.txt:
26209         * platform/chromium-mac/ietestcenter/Javascript/15.2.3.14-3-4-expected.txt:
26210         * platform/chromium-mac/ietestcenter/Javascript/15.2.3.3-4-22-expected.txt:
26211         * platform/chromium-mac/ietestcenter/Javascript/15.2.3.3-4-25-expected.txt:
26212         * platform/chromium-mac/ietestcenter/Javascript/15.2.3.6-4-1-expected.txt:
26213         * platform/chromium-mac/ietestcenter/Javascript/15.4.4.14-9-a-12-expected.txt:
26214         * platform/chromium-mac/ietestcenter/Javascript/15.4.4.15-3-26-expected.txt:
26215         * platform/chromium-mac/ietestcenter/Javascript/15.4.4.15-3-27-expected.txt:
26216         * platform/chromium-mac/ietestcenter/Javascript/15.4.4.15-5-1-expected.txt:
26217         * platform/chromium-mac/ietestcenter/Javascript/15.4.4.15-5-12-expected.txt:
26218         * platform/chromium-mac/ietestcenter/Javascript/15.4.4.15-5-14-expected.txt:
26219         * platform/chromium-mac/ietestcenter/Javascript/15.4.4.15-5-16-expected.txt:
26220         * platform/chromium-mac/ietestcenter/Javascript/15.4.4.15-5-4-expected.txt:
26221         * platform/chromium-mac/ietestcenter/Javascript/15.4.4.15-8-9-expected.txt:
26222         * platform/chromium-mac/ietestcenter/Javascript/15.4.4.15-8-a-12-expected.txt:
26223         * platform/chromium-mac/ietestcenter/Javascript/15.5.4.20-1-1-expected.txt:
26224         * platform/chromium-mac/ietestcenter/Javascript/15.5.4.20-1-2-expected.txt:
26225         * platform/chromium-mac/media/audio-constructor-expected.txt:
26226         * platform/chromium-mac/media/audio-constructor-preload-expected.txt:
26227         * platform/chromium-mac/media/audio-constructor-src-expected.txt:
26228         * platform/chromium-mac/media/media-load-event-expected.txt:
26229         * platform/chromium-mac/media/video-append-source-expected.txt:
26230         * platform/chromium-mac/media/video-canvas-source-expected.txt:
26231         * platform/chromium-mac/media/video-currentTime-set-expected.txt:
26232         * platform/chromium-mac/media/video-dom-src-expected.txt:
26233         * platform/chromium-mac/media/video-load-networkState-expected.txt:
26234         * platform/chromium-mac/media/video-seek-past-end-paused-expected.txt:
26235         * platform/chromium-mac/media/video-seek-past-end-playing-expected.txt:
26236         * platform/chromium-mac/media/video-source-expected.txt:
26237         * platform/chromium-mac/media/video-src-change-expected.txt:
26238         * platform/chromium-mac/media/video-src-expected.txt:
26239         * platform/chromium-mac/plugins/clicking-missing-plugin-fires-delegate-expected.txt:
26240         * platform/chromium-mac/plugins/npruntime/object-from-destroyed-plugin-expected.txt:
26241         * platform/chromium-mac/security/block-test-no-port-expected.txt:
26242         * platform/chromium-mac/storage/transaction-error-callback-expected.txt:
26243         * platform/chromium-mac/svg/custom/SVGException-expected.txt:
26244         * platform/chromium-mac/svg/custom/use-invalid-pattern-expected.txt:
26245         * platform/chromium-mac/svg/custom/use-nested-missing-target-removed-expected.txt:
26246         * platform/chromium-mac/svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt:
26247         * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.txt:
26248         * platform/chromium-win/animations/keyframes-rule-expected.txt:
26249         * platform/chromium-win/editing/selection/extend-selection-home-end-expected.txt:
26250         * platform/chromium-win/editing/selection/home-end-expected.txt:
26251         * platform/chromium-win/fast/css/button-height-expected.txt:
26252         * platform/chromium-win/fast/css/font-face-descriptor-multiple-values-parsing-expected.txt:
26253         * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
26254         * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
26255         * platform/chromium-win/fast/dom/DOMException/EventException-expected.txt:
26256         * platform/chromium-win/fast/dom/DOMException/RangeException-expected.txt:
26257         * platform/chromium-win/fast/dom/DOMException/XPathException-expected.txt:
26258         * platform/chromium-win/fast/dom/DOMException/prototype-object-expected.txt:
26259         * platform/chromium-win/fast/dom/DeviceOrientation/window-property-expected.txt:
26260         * platform/chromium-win/fast/dom/HTMLAnchorElement/set-href-attribute-hash-expected.txt:
26261         * platform/chromium-win/fast/dom/HTMLAnchorElement/set-href-attribute-host-expected.txt:
26262         * platform/chromium-win/fast/dom/HTMLAnchorElement/set-href-attribute-hostname-expected.txt:
26263         * platform/chromium-win/fast/dom/HTMLAnchorElement/set-href-attribute-pathname-expected.txt:
26264         * platform/chromium-win/fast/dom/HTMLAnchorElement/set-href-attribute-port-expected.txt:
26265         * platform/chromium-win/fast/dom/HTMLAnchorElement/set-href-attribute-search-expected.txt:
26266         * platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-with-child-crash-expected.txt:
26267         * platform/chromium-win/fast/dom/HTMLSelectElement/named-options-expected.txt:
26268         * platform/chromium-win/fast/dom/Window/new-window-opener-expected.txt:
26269         * platform/chromium-win/fast/dom/Window/webkitConvertPoint-expected.txt:
26270         * platform/chromium-win/fast/dom/Window/window-lookup-precedence-expected.txt:
26271         * platform/chromium-win/fast/dom/Window/window-postmessage-args-expected.txt:
26272         * platform/chromium-win/fast/dom/Window/window-properties-device-orientation-expected.txt:
26273         * platform/chromium-win/fast/dom/Window/window-properties-geolocation-expected.txt:
26274         * platform/chromium-win/fast/dom/error-to-string-stack-overflow-expected.txt:
26275         * platform/chromium-win/fast/dom/getElementsByClassName/011-expected.txt:
26276         * platform/chromium-win/fast/dom/javascript-url-exception-isolation-expected.txt:
26277         * platform/chromium-win/fast/dom/prototype-chain-expected.txt:
26278         * platform/chromium-win/fast/dom/setPrimitiveValue-exceptions-expected.txt:
26279         * platform/chromium-win/fast/dom/timer-clear-interval-in-handler-and-generate-error-expected.txt:
26280         * platform/chromium-win/fast/dom/wrapper-classes-expected.txt:
26281         * platform/chromium-win/fast/events/event-view-toString-expected.txt:
26282         * platform/chromium-win/fast/events/offsetX-offsetY-expected.txt:
26283         * platform/chromium-win/fast/forms/ValidityState-typeMismatch-url-expected.txt:
26284         * platform/chromium-win/fast/forms/focus-selection-textarea-expected.txt:
26285         * platform/chromium-win/fast/forms/input-maxlength-ime-completed-expected.txt:
26286         * platform/chromium-win/fast/forms/input-maxlength-ime-preedit-expected.txt:
26287         * platform/chromium-win/fast/forms/slider-mouse-events-expected.txt:
26288         * platform/chromium-win/fast/js/array-every-expected.txt:
26289         * platform/chromium-win/fast/js/array-foreach-expected.txt:
26290         * platform/chromium-win/fast/js/array-some-expected.txt:
26291         * platform/chromium-win/fast/js/assign-expected.txt:
26292         * platform/chromium-win/fast/js/break-ASI-expected.txt:
26293         * platform/chromium-win/fast/js/console-non-string-values-expected.txt:
26294         * platform/chromium-win/fast/js/const-expected.txt:
26295         * platform/chromium-win/fast/js/cyclic-prototypes-expected.txt:
26296         * platform/chromium-win/fast/js/date-proto-generic-invocation-expected.txt:
26297         * platform/chromium-win/fast/js/date-toisostring-expected.txt:
26298         * platform/chromium-win/fast/js/deep-recursion-test-expected.txt:
26299         * platform/chromium-win/fast/js/delete-getters-setters-expected.txt:
26300         * platform/chromium-win/fast/js/exception-thrown-from-new-expected.txt:
26301         * platform/chromium-win/fast/js/function-declaration-expected.txt:
26302         * platform/chromium-win/fast/js/function-prototype-descriptor-expected.txt:
26303         * platform/chromium-win/fast/js/function-prototype-expected.txt:
26304         * platform/chromium-win/fast/js/kde/RegExp-expected.txt:
26305         * platform/chromium-win/fast/js/kde/StringObject-expected.txt:
26306         * platform/chromium-win/fast/js/kde/encode_decode_uri-expected.txt:
26307         * platform/chromium-win/fast/js/kde/exception_propagation-expected.txt:
26308         * platform/chromium-win/fast/js/kde/function-expected.txt:
26309         * platform/chromium-win/fast/js/kde/garbage-n-expected.txt:
26310         * platform/chromium-win/fast/js/kde/lval-exceptions-expected.txt:
26311         * platform/chromium-win/fast/js/kde/parse-expected.txt:
26312         * platform/chromium-win/fast/js/kde/string-1-n-expected.txt:
26313         * platform/chromium-win/fast/js/kde/string-2-n-expected.txt:
26314         * platform/chromium-win/fast/js/modify-non-references-expected.txt:
26315         * platform/chromium-win/fast/js/no-semi-insertion-at-end-of-script-expected.txt:
26316         * platform/chromium-win/fast/js/number-toExponential-expected.txt:
26317         * platform/chromium-win/fast/js/number-toString-expected.txt:
26318         * platform/chromium-win/fast/js/number-tofixed-expected.txt:
26319         * platform/chromium-win/fast/js/number-toprecision-expected.txt:
26320         * platform/chromium-win/fast/js/object-extra-comma-expected.txt:
26321         * platform/chromium-win/fast/js/property-getters-and-setters-expected.txt:
26322         * platform/chromium-win/fast/js/recursion-limit-equal-expected.txt:
26323         * platform/chromium-win/fast/js/regexp-caching-expected.txt:
26324         * platform/chromium-win/fast/js/regexp-compile-expected.txt:
26325         * platform/chromium-win/fast/js/regexp-overflow-expected.txt:
26326         * platform/chromium-win/fast/js/reserved-words-expected.txt:
26327         * platform/chromium-win/fast/js/string-capitalization-expected.txt:
26328         * platform/chromium-win/fast/js/toString-and-valueOf-override-expected.txt:
26329         * platform/chromium-win/fast/replaced/table-percent-height-expected.txt:
26330         * platform/chromium-win/fast/url/file-expected.txt:
26331         * platform/chromium-win/fast/url/host-expected.txt:
26332         * platform/chromium-win/fast/url/ipv6-expected.txt:
26333         * platform/chromium-win/fast/url/mailto-expected.txt:
26334         * platform/chromium-win/fast/url/path-expected.txt:
26335         * platform/chromium-win/fast/url/path-url-expected.txt:
26336         * platform/chromium-win/fast/url/port-expected.txt:
26337         * platform/chromium-win/fast/url/relative-unix-expected.txt:
26338         * platform/chromium-win/fast/url/relative-win-expected.txt:
26339         * platform/chromium-win/fast/url/scheme-expected.txt:
26340         * platform/chromium-win/fast/url/segments-expected.txt:
26341         * platform/chromium-win/fast/url/segments-from-data-url-expected.txt:
26342         * platform/chromium-win/fast/url/standard-url-expected.txt:
26343         * platform/chromium-win/fast/xmlhttprequest/xmlhttprequest-get-expected.txt:
26344         * platform/chromium-win/fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt:
26345         * platform/chromium-win/fast/xmlhttprequest/xmlhttprequest-recursive-sync-event-expected.txt:
26346         * platform/chromium-win/http/tests/loading/bad-scheme-subframe-expected.txt:
26347         * platform/chromium-win/http/tests/security/cross-frame-access-enumeration-expected.txt:
26348         * platform/chromium-win/http/tests/security/cross-frame-access-get-expected.txt:
26349         * platform/chromium-win/http/tests/security/cross-frame-access-get-override-expected.txt:
26350         * platform/chromium-win/http/tests/security/cross-frame-access-history-get-expected.txt:
26351         * platform/chromium-win/http/tests/security/cross-frame-access-history-get-override-expected.txt:
26352         * platform/chromium-win/http/tests/security/cross-frame-access-location-get-override-expected.txt:
26353         * platform/chromium-win/http/tests/security/cross-frame-access-location-put-expected.txt:
26354         * platform/chromium-win/http/tests/security/cross-frame-access-put-expected.txt:
26355         * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame-expected.txt:
26356         * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open-expected.txt:
26357         * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-to-data-url-window-open-expected.txt:
26358         * platform/chromium-win/http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt:
26359         * platform/chromium-win/http/tests/websocket/tests/bad-sub-protocol-control-chars-expected.txt:
26360         * platform/chromium-win/http/tests/websocket/tests/url-parsing-expected.txt:
26361         * platform/chromium-win/http/tests/xmlhttprequest/XMLHttpRequestException-expected.txt:
26362         * platform/chromium-win/ietestcenter/Javascript/11.4.1-4.a-10-expected.txt:
26363         * platform/chromium-win/ietestcenter/Javascript/11.4.1-4.a-8-expected.txt:
26364         * platform/chromium-win/ietestcenter/Javascript/15.12.1.1-0-2-expected.txt:
26365         * platform/chromium-win/ietestcenter/Javascript/15.12.1.1-0-3-expected.txt:
26366         * platform/chromium-win/ietestcenter/Javascript/15.12.2-0-2-expected.txt:
26367         * platform/chromium-win/ietestcenter/Javascript/15.12.3-0-2-expected.txt:
26368         * platform/chromium-win/ietestcenter/Javascript/15.2.3.10-0-1-expected.txt:
26369         * platform/chromium-win/ietestcenter/Javascript/15.2.3.10-0-2-expected.txt:
26370         * platform/chromium-win/ietestcenter/Javascript/15.2.3.10-1-expected.txt:
26371         * platform/chromium-win/ietestcenter/Javascript/15.2.3.10-2-expected.txt:
26372         * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-0-1-expected.txt:
26373         * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-0-2-expected.txt:
26374         * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-0-3-expected.txt:
26375         * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-1-expected.txt:
26376         * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-1-expected.txt:
26377         * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-10-expected.txt:
26378         * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-11-expected.txt:
26379         * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-12-expected.txt:
26380         * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-13-expected.txt:
26381         * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-14-expected.txt:
26382         * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-15-expected.txt:
26383         * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-16-expected.txt:
26384         * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-17-expected.txt:
26385         * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-18-expected.txt:
26386         * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-19-expected.txt:
26387         * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-2-expected.txt:
26388         * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-20-expected.txt:
26389         * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-21-expected.txt:
26390         * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-3-expected.txt:
26391         * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-4-expected.txt:
26392         * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-5-expected.txt:
26393         * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-6-expected.txt:
26394         * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-7-expected.txt:
26395         * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-8-expected.txt:
26396         * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-9-expected.txt:
26397         * platform/chromium-win/ietestcenter/Javascript/15.2.3.14-2-4-expected.txt:
26398         * platform/chromium-win/ietestcenter/Javascript/15.2.3.14-3-4-expected.txt:
26399         * platform/chromium-win/ietestcenter/Javascript/15.2.3.3-4-22-expected.txt:
26400         * platform/chromium-win/ietestcenter/Javascript/15.2.3.3-4-25-expected.txt:
26401         * platform/chromium-win/ietestcenter/Javascript/15.2.3.6-4-1-expected.txt:
26402         * platform/chromium-win/ietestcenter/Javascript/15.4.4.14-9-a-12-expected.txt:
26403         * platform/chromium-win/ietestcenter/Javascript/15.4.4.15-3-26-expected.txt:
26404         * platform/chromium-win/ietestcenter/Javascript/15.4.4.15-3-27-expected.txt:
26405         * platform/chromium-win/ietestcenter/Javascript/15.4.4.15-5-1-expected.txt:
26406         * platform/chromium-win/ietestcenter/Javascript/15.4.4.15-5-12-expected.txt:
26407         * platform/chromium-win/ietestcenter/Javascript/15.4.4.15-5-14-expected.txt:
26408         * platform/chromium-win/ietestcenter/Javascript/15.4.4.15-5-16-expected.txt:
26409         * platform/chromium-win/ietestcenter/Javascript/15.4.4.15-5-4-expected.txt:
26410         * platform/chromium-win/ietestcenter/Javascript/15.4.4.15-8-9-expected.txt:
26411         * platform/chromium-win/ietestcenter/Javascript/15.4.4.15-8-a-12-expected.txt:
26412         * platform/chromium-win/ietestcenter/Javascript/15.5.4.20-1-1-expected.txt:
26413         * platform/chromium-win/ietestcenter/Javascript/15.5.4.20-1-2-expected.txt:
26414         * platform/chromium-win/inspector/console-format-expected.txt:
26415         * platform/chromium-win/inspector/console-uncaught-exception-expected.txt:
26416         * platform/chromium-win/media/audio-constructor-expected.txt:
26417         * platform/chromium-win/media/audio-constructor-preload-expected.txt:
26418         * platform/chromium-win/media/audio-constructor-src-expected.txt:
26419         * platform/chromium-win/media/audio-delete-while-slider-thumb-clicked-expected.txt:
26420         * platform/chromium-win/media/media-load-event-expected.txt:
26421         * platform/chromium-win/media/video-append-source-expected.txt:
26422         * platform/chromium-win/media/video-canvas-source-expected.txt:
26423         * platform/chromium-win/media/video-currentTime-set-expected.txt:
26424         * platform/chromium-win/media/video-dom-src-expected.txt:
26425         * platform/chromium-win/media/video-load-networkState-expected.txt:
26426         * platform/chromium-win/media/video-seek-past-end-paused-expected.txt:
26427         * platform/chromium-win/media/video-seek-past-end-playing-expected.txt:
26428         * platform/chromium-win/media/video-source-expected.txt:
26429         * platform/chromium-win/media/video-src-change-expected.txt:
26430         * platform/chromium-win/media/video-src-expected.txt:
26431         * platform/chromium-win/media/video-src-remove-expected.txt:
26432         * platform/chromium-win/media/video-src-set-expected.txt:
26433         * platform/chromium-win/media/video-src-source-expected.txt:
26434         * platform/chromium-win/plugins/clicking-missing-plugin-fires-delegate-expected.txt:
26435         * platform/chromium-win/plugins/inner-html-display-none-expected.txt:
26436         * platform/chromium-win/plugins/npruntime/object-from-destroyed-plugin-expected.txt:
26437         * platform/chromium-win/security/block-test-no-port-expected.txt:
26438         * platform/chromium-win/storage/statement-error-callback-expected.txt:
26439         * platform/chromium-win/storage/transaction-error-callback-expected.txt:
26440         * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
26441         * platform/chromium-win/svg/custom/SVGException-expected.txt:
26442         * platform/chromium-win/svg/custom/use-invalid-pattern-expected.txt:
26443         * platform/chromium-win/svg/custom/use-nested-missing-target-removed-expected.txt:
26444         * platform/chromium-win/svg/dom/path-parser-expected.txt:
26445         * platform/chromium-win/svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt:
26446         * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.txt:
26447         * platform/chromium-win/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.txt:
26448         * platform/chromium-win/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.txt:
26449         * platform/chromium-win/svg/text/lengthAdjust-text-metrics-expected.txt:
26450         * platform/chromium/fast/dom/anchor-origin-expected.txt:
26451         * platform/chromium/fast/dom/domListEnumeration-expected.txt:
26452         * platform/chromium/fast/dom/global-constructors-expected.txt:
26453         * platform/chromium/fast/dom/horizontal-scrollbar-when-dir-change-expected.txt:
26454         * platform/chromium/fast/dom/prototype-inheritance-expected.txt:
26455         * platform/chromium/fast/forms/search-popup-crasher-expected.txt:
26456         * platform/chromium/fast/js/ToNumber-expected.txt:
26457         * platform/chromium/fast/js/parseFloat-expected.txt:
26458         * platform/chromium/fast/js/regexp-look-ahead-empty-expected.txt:
26459         * platform/chromium/fast/js/regexp-overflow-expected.txt:
26460         * platform/chromium/fast/text/font-linux-normalize-expected.txt:
26461         * platform/chromium/fast/url/relative-expected.txt:
26462         * platform/chromium/http/tests/inspector/console-resource-errors-expected.txt:
26463         * platform/chromium/http/tests/inspector/console-xhr-logging-expected.txt:
26464         * platform/chromium/http/tests/security/cross-frame-access-call-expected.txt:
26465         * platform/chromium/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Added.
26466         * platform/chromium/inspector/console-eval-global-expected.txt:
26467         * platform/chromium/inspector/console-log-syntax-error-expected.txt:
26468         * platform/chromium/inspector/console-object-constructor-name-expected.txt:
26469         * platform/chromium/inspector/console-trace-in-eval-expected.txt:
26470         * platform/chromium/inspector/console-uncaught-exception-in-eval-expected.txt:
26471         * platform/chromium/inspector/debugger-autocontinue-on-syntax-error-expected.txt:
26472         * platform/chromium/inspector/debugger-expand-scope-expected.txt:
26473         * platform/chromium/security/block-test-no-port-expected.txt:
26474         * platform/chromium/traversal/node-iterator-prototype-expected.txt:
26475         * plugins/document-open-expected.txt:
26476         * plugins/iframe-shims-expected.txt:
26477
26478 2010-12-14  Koan-Sin Tan  <koansin.tan@gmail.com>
26479
26480         Reviewed by Alexey Proskuryakov.
26481
26482         Kana should be part of CJK Ideographs in WebCore/platform/graphics/Font.cpp
26483         https://bugs.webkit.org/show_bug.cgi?id=51012
26484   
26485         Test if kana displayed correctly in vertical text with broken font.
26486
26487         * fast/blockflow/japanese-rl-text-with-broken-font.html: Added.
26488         * platform/mac/fast/blockflow/japanese-rl-text-with-broken-font-expected.checksum: Added.
26489         * platform/mac/fast/blockflow/japanese-rl-text-with-broken-font-expected.png: Added.
26490         * platform/mac/fast/blockflow/japanese-rl-text-with-broken-font-expected.txt: Added.
26491
26492 2010-12-14  Ryosuke Niwa  <rniwa@webkit.org>
26493
26494         Reviewed by Darin Adler.
26495
26496         Range::extractContents needs more tests
26497         https://bugs.webkit.org/show_bug.cgi?id=51005
26498
26499         Added a test to ensure Range::extractContents work as expected.
26500
26501         * fast/dom/Range/range-extract-contents-crash-expected.txt: Renamed from LayoutTests/fast/dom/Range/range-extractContents-expected.txt.
26502         * fast/dom/Range/range-extract-contents-crash.html: Renamed from LayoutTests/fast/dom/Range/range-extractContents.html.
26503         * fast/dom/Range/range-extract-contents-expected.txt: Added.
26504         * fast/dom/Range/range-extract-contents.html: Added.
26505         * resources/dump-as-markup.js:
26506         (Markup.dump): Don't call node.getElementsByTagName if it doesn't exist.
26507
26508 2010-12-14  Jian Li  <jianli@chromium.org>
26509
26510         Unreviewed. Mark 2 new focus-ring-* tests as failed in chromium.
26511
26512         * platform/chromium-mac-leopard/fast/css/focus-ring-detached-expected.checksum: Added.
26513         * platform/chromium-mac-leopard/fast/css/focus-ring-detached-expected.png: Added.
26514         * platform/chromium-mac-leopard/fast/css/focus-ring-detached-expected.txt: Added.
26515         * platform/chromium-mac-leopard/fast/css/focus-ring-multiline-expected.checksum: Added.
26516         * platform/chromium-mac-leopard/fast/css/focus-ring-multiline-expected.png: Added.
26517         * platform/chromium-mac-leopard/fast/css/focus-ring-multiline-expected.txt: Added.
26518         * platform/chromium-win/fast/css/focus-ring-detached-expected.checksum: Added.
26519         * platform/chromium-win/fast/css/focus-ring-detached-expected.png: Added.
26520         * platform/chromium-win/fast/css/focus-ring-detached-expected.txt: Added.
26521         * platform/chromium-win/fast/css/focus-ring-multiline-expected.checksum: Added.
26522         * platform/chromium-win/fast/css/focus-ring-multiline-expected.png: Added.
26523         * platform/chromium-win/fast/css/focus-ring-multiline-expected.txt: Added.
26524         * platform/chromium/test_expectations.txt:
26525
26526 2010-12-14  Mihai Parparita  <mihaip@chromium.org>
26527
26528         Reviewed by Eric Seidel.
26529
26530         Remove pixel tests that are obsoleted by the HTML5 parser suite
26531         https://bugs.webkit.org/show_bug.cgi?id=51077
26532         
26533         Remove tests which had stale Mac pixel baselines (were not updated for
26534         the HTML5 parser change or for Snow Leopard) which are obsoleted by
26535         the HTML5 parser test suite (i.e. the same behavior is tested there):
26536         - fast/parser/parseCommentsInTitles.html is tested by tests16.dat
26537           (line 956)
26538         - fast/parser/comment-in-style.html is tested by tests16.dat (line 904)
26539         - fast/tokenizer/missing-title-end-tag-1.html is tested by tests16.dat
26540           (line 980)
26541         - fast/tokenizer/missing-title-end-tag-2.html is tested by tests2.dat
26542           (line 550)        
26543
26544         * fast/parser/comment-in-style.html: Removed.
26545         * fast/parser/parseCommentsInTitles.html: Removed.
26546         * fast/tokenizer/missing-title-end-tag-1.html: Removed.
26547         * fast/tokenizer/missing-title-end-tag-2.html: Removed.
26548         * platform/chromium-linux/fast/parser/comment-in-style-expected.checksum: Removed.
26549         * platform/chromium-linux/fast/parser/comment-in-style-expected.png: Removed.
26550         * platform/chromium-linux/fast/parser/parseCommentsInTitles-expected.checksum: Removed.
26551         * platform/chromium-linux/fast/parser/parseCommentsInTitles-expected.png: Removed.
26552         * platform/chromium-mac/fast/parser/comment-in-style-expected.checksum: Removed.
26553         * platform/chromium-mac/fast/parser/comment-in-style-expected.png: Removed.
26554         * platform/chromium-mac/fast/parser/parseCommentsInTitles-expected.checksum: Removed.
26555         * platform/chromium-mac/fast/parser/parseCommentsInTitles-expected.png: Removed.
26556         * platform/chromium-mac/fast/tokenizer/missing-title-end-tag-1-expected.checksum: Removed.
26557         * platform/chromium-mac/fast/tokenizer/missing-title-end-tag-1-expected.png: Removed.
26558         * platform/chromium-mac/fast/tokenizer/missing-title-end-tag-2-expected.checksum: Removed.
26559         * platform/chromium-mac/fast/tokenizer/missing-title-end-tag-2-expected.png: Removed.
26560         * platform/chromium-win/fast/parser/comment-in-style-expected.checksum: Removed.
26561         * platform/chromium-win/fast/parser/comment-in-style-expected.png: Removed.
26562         * platform/chromium-win/fast/parser/comment-in-style-expected.txt: Removed.
26563         * platform/chromium-win/fast/parser/parseCommentsInTitles-expected.checksum: Removed.
26564         * platform/chromium-win/fast/parser/parseCommentsInTitles-expected.png: Removed.
26565         * platform/chromium-win/fast/parser/parseCommentsInTitles-expected.txt: Removed.
26566         * platform/chromium-win/fast/tokenizer/missing-title-end-tag-1-expected.checksum: Removed.
26567         * platform/chromium-win/fast/tokenizer/missing-title-end-tag-1-expected.png: Removed.
26568         * platform/chromium-win/fast/tokenizer/missing-title-end-tag-2-expected.checksum: Removed.
26569         * platform/chromium-win/fast/tokenizer/missing-title-end-tag-2-expected.png: Removed.
26570         * platform/gtk/Skipped:
26571         * platform/mac/fast/parser/comment-in-style-expected.checksum: Removed.
26572         * platform/mac/fast/parser/comment-in-style-expected.png: Removed.
26573         * platform/mac/fast/parser/comment-in-style-expected.txt: Removed.
26574         * platform/mac/fast/parser/parseCommentsInTitles-expected.checksum: Removed.
26575         * platform/mac/fast/parser/parseCommentsInTitles-expected.png: Removed.
26576         * platform/mac/fast/parser/parseCommentsInTitles-expected.txt: Removed.
26577         * platform/mac/fast/tokenizer/missing-title-end-tag-1-expected.checksum: Removed.
26578         * platform/mac/fast/tokenizer/missing-title-end-tag-1-expected.png: Removed.
26579         * platform/mac/fast/tokenizer/missing-title-end-tag-1-expected.txt: Removed.
26580         * platform/mac/fast/tokenizer/missing-title-end-tag-2-expected.checksum: Removed.
26581         * platform/mac/fast/tokenizer/missing-title-end-tag-2-expected.png: Removed.
26582         * platform/mac/fast/tokenizer/missing-title-end-tag-2-expected.txt: Removed.
26583         * platform/qt/Skipped:
26584         * platform/qt/fast/parser/parseCommentsInTitles-expected.txt: Removed.
26585         * platform/qt/fast/tokenizer/missing-title-end-tag-1-expected.txt: Removed.
26586         * platform/qt/fast/tokenizer/missing-title-end-tag-2-expected.txt: Removed.
26587
26588 2010-12-02  MORITA Hajime  <morrita@google.com>
26589
26590         Reviewed by Dimitri Glazkov.
26591
26592         [chromium] Fix drawing of inset box shadows
26593         https://bugs.webkit.org/show_bug.cgi?id=41576
26594
26595         * platform/chromium-win/fast/box-shadow/inset-expected.checksum:
26596         * platform/chromium-win/fast/box-shadow/inset-expected.png:
26597
26598 2010-12-14  Yael Aharon  <yael.aharon@nokia.com>
26599
26600         Unreviewed.
26601
26602         Move some new tests from mac-snowleopard to mac
26603         https://bugs.webkit.org/show_bug.cgi?id=51075
26604
26605         * platform/mac-snowleopard/fast/css/focus-ring-detached-expected.checksum: Removed.
26606         * platform/mac-snowleopard/fast/css/focus-ring-detached-expected.png: Removed.
26607         * platform/mac-snowleopard/fast/css/focus-ring-detached-expected.txt: Removed.
26608         * platform/mac-snowleopard/fast/css/focus-ring-multiline-expected.checksum: Removed.
26609         * platform/mac-snowleopard/fast/css/focus-ring-multiline-expected.png: Removed.
26610         * platform/mac-snowleopard/fast/css/focus-ring-multiline-expected.txt: Removed.
26611         * platform/mac/fast/css/focus-ring-detached-expected.checksum: Copied from LayoutTests/platform/mac-snowleopard/fast/css/focus-ring-detached-expected.checksum.
26612         * platform/mac/fast/css/focus-ring-detached-expected.png: Copied from LayoutTests/platform/mac-snowleopard/fast/css/focus-ring-detached-expected.png.
26613         * platform/mac/fast/css/focus-ring-detached-expected.txt: Copied from LayoutTests/platform/mac-snowleopard/fast/css/focus-ring-detached-expected.txt.
26614         * platform/mac/fast/css/focus-ring-multiline-expected.checksum: Copied from LayoutTests/platform/mac-snowleopard/fast/css/focus-ring-multiline-expected.checksum.
26615         * platform/mac/fast/css/focus-ring-multiline-expected.png: Copied from LayoutTests/platform/mac-snowleopard/fast/css/focus-ring-multiline-expected.png.
26616         * platform/mac/fast/css/focus-ring-multiline-expected.txt: Copied from LayoutTests/platform/mac-snowleopard/fast/css/focus-ring-multiline-expected.txt.
26617
26618 2010-12-14  Simon Fraser  <simon.fraser@apple.com>
26619
26620         Reviewed by Chris Marrin.
26621
26622         Parts of page disappear
26623         https://bugs.webkit.org/show_bug.cgi?id=41701
26624         
26625         Testcase for clipping to view bounds even when an accelerated opacity
26626         transition runs.
26627
26628         * compositing/geometry/limit-layer-bounds-opacity-transition-expected.txt: Added.
26629         * compositing/geometry/limit-layer-bounds-opacity-transition.html: Added.
26630
26631 2010-12-14  Brady Eidson  <beidson@apple.com>
26632
26633         Reviewed by Alexey Proskuryakov.
26634
26635         <rdar://problem/8225016> and https://bugs.webkit.org/show_bug.cgi?id=40138
26636         Authorization header is sent from an HTTP Auth protected site on redirect
26637
26638         * http/tests/misc/authentication-sent-to-redirect-expected.txt: Added.
26639         * http/tests/misc/authentication-sent-to-redirect.html: Added.
26640         * http/tests/misc/resources/auth-echo.php: Added.
26641         * http/tests/misc/resources/auth-then-redirect.php: Added.
26642
26643 2010-12-14  Yael Aharon  <yael.aharon@nokia.com>
26644
26645         Unreviewed .
26646
26647         Fix test results that I just committed. They seem to have extra newlines.
26648
26649         * platform/mac-snowleopard/fast/css/focus-ring-detached-expected.txt:
26650         * platform/mac-snowleopard/fast/css/focus-ring-multiline-expected.txt:
26651
26652 2010-12-14  Kent Tamura  <tkent@chromium.org>
26653
26654         Unreviewed. Test expectation update.
26655
26656         Rebaseline fast/forms/ValidityState-typeMismatch-url.html
26657         http://crbug.com/66818
26658
26659         Chromium has different expectations because it doesn't use KURL.
26660
26661         * platform/chromium-mac/fast/forms/ValidityState-typeMismatch-url-expected.txt:
26662         * platform/chromium-win/fast/forms/ValidityState-typeMismatch-url-expected.txt:
26663         * platform/chromium/test_expectations.txt:
26664
26665 2010-12-14  Mihai Parparita  <mihaip@chromium.org>
26666
26667         Unreviewed update of the pixel expectations for the Mac port.
26668         
26669         Update expectations for tests whose output changed after the switch to
26670         the HTML5 parser. The chromium-mac port did a similar rebaseline in
26671         r64728.
26672         
26673         The new expectations are for Snow Leopard. Current expectations are not
26674         moved to mac-leopard, since they're not valid anymore.
26675
26676         * platform/mac/fast/doctypes/003-expected.checksum:
26677         * platform/mac/fast/doctypes/003-expected.png:
26678         * platform/mac/fast/dom/isindex-001-expected.checksum:
26679         * platform/mac/fast/dom/isindex-001-expected.png:
26680         * platform/mac/fast/dom/isindex-002-expected.checksum:
26681         * platform/mac/fast/dom/isindex-002-expected.png:
26682         * platform/mac/fast/forms/isindex-placeholder-expected.checksum:
26683         * platform/mac/fast/forms/isindex-placeholder-expected.png:
26684         * platform/mac/fast/forms/text-style-color-expected.checksum:
26685         * platform/mac/fast/forms/text-style-color-expected.png:
26686         * platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.checksum:
26687         * platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.png:
26688
26689 2010-12-14  Benjamin Kalman  <kalman@chromium.org>
26690
26691         Reviewed by Ojan Vafai.
26692
26693         Using BUG/BUGWK in test_expectations is error prone, should use BUGCR/BUGWK
26694         https://bugs.webkit.org/show_bug.cgi?id=48926
26695
26696         Update all the text expectations files that have BUGXXX to either BUGCRXXX or (where
26697         appropriate) BUGWKXXX.
26698
26699         * platform/chromium-gpu/test_expectations.txt:
26700         * platform/chromium/test_expectations.txt:
26701         * platform/mac/test_expectations.txt:
26702         * platform/qt/test_expectations.txt:
26703
26704 2010-12-14  Yael Aharon  <yael.aharon@nokia.com>
26705
26706         Reviewed by Andreas Kling.
26707
26708         [Qt] Focus rings are ugly, rects should be united instead of drawn individually
26709         https://bugs.webkit.org/show_bug.cgi?id=49953
26710
26711         * fast/css/focus-ring-detached.html: Added.
26712         * fast/css/focus-ring-multiline.html: Added.
26713         * platform/mac-snowleopard/fast/css/focus-ring-detached-expected.checksum: Added.
26714         * platform/mac-snowleopard/fast/css/focus-ring-detached-expected.png: Added.
26715         * platform/mac-snowleopard/fast/css/focus-ring-detached-expected.txt: Added.
26716         * platform/mac-snowleopard/fast/css/focus-ring-multiline-expected.checksum: Added.
26717         * platform/mac-snowleopard/fast/css/focus-ring-multiline-expected.png: Added.
26718         * platform/mac-snowleopard/fast/css/focus-ring-multiline-expected.txt: Added.
26719         * platform/qt/fast/css/focus-ring-detached-expected.checksum: Added.
26720         * platform/qt/fast/css/focus-ring-detached-expected.png: Added.
26721         * platform/qt/fast/css/focus-ring-detached-expected.txt: Added.
26722         * platform/qt/fast/css/focus-ring-multiline-expected.checksum: Added.
26723         * platform/qt/fast/css/focus-ring-multiline-expected.png: Added.
26724         * platform/qt/fast/css/focus-ring-multiline-expected.txt: Added.
26725
26726 2010-12-14  David Hyatt  <hyatt@apple.com>
26727
26728         Reviewed by Dan Bernstein.
26729
26730         https://bugs.webkit.org/show_bug.cgi?id=50970
26731         
26732         It's arguably a bug, but we don't let inline flow layers paint floating
26733         descendants.  The containing block of the inline flow paints them instead.
26734         However our shouldPaint logic has always been flawed and has turned off propagation
26735         of painting when an inline flow layer is enclosing the float.
26736         
26737         Change enclosingSelfPaintingLayer to enclosingFloatPaintingLayer to be more precise
26738         and for now limit it to RenderBoxes. 
26739         
26740         Added fast/block/float/floatstack.html
26741
26742         * fast/block/float/floatstack.html: Added.
26743         * platform/mac/fast/block/float/floatstack-expected.checksum: Added.
26744         * platform/mac/fast/block/float/floatstack-expected.png: Added.
26745         * platform/mac/fast/block/float/floatstack-expected.txt: Added.
26746         * platform/mac/fast/repaint/positioned-document-element-expected.checksum:
26747         * platform/mac/fast/repaint/positioned-document-element-expected.png:
26748
26749 2010-12-14  Sheriff Bot  <webkit.review.bot@gmail.com>
26750
26751         Unreviewed, rolling out r74040.
26752         http://trac.webkit.org/changeset/74040
26753         https://bugs.webkit.org/show_bug.cgi?id=51050
26754
26755         Breaks 2d.shadow.canvas.transparent.2 and
26756         2d.shadow.image.transparent.2 (Requested by helder on
26757         #webkit).
26758
26759         * fast/canvas/canvas-scale-strokePath-shadow-expected.txt:
26760         * fast/canvas/canvas-transforms-fillRect-shadow-expected.txt: Removed.
26761         * fast/canvas/canvas-transforms-fillRect-shadow.html: Removed.
26762         * fast/canvas/script-tests/canvas-scale-fillPath-shadow.js:
26763         * fast/canvas/script-tests/canvas-scale-fillRect-shadow.js:
26764         * fast/canvas/script-tests/canvas-scale-strokePath-shadow.js:
26765         * fast/canvas/script-tests/canvas-transforms-fillRect-shadow.js: Removed.
26766
26767 2010-12-14  Mihai Parparita  <mihaip@chromium.org>
26768
26769         Update the pixel expectations for the Mac port.
26770         
26771         For the tests that currently fail on Snow Leopard with --pixel-tests
26772         --tolerance 0, this moves the current pixel results to mac-leopard and
26773         adds new Snow Leopard-specific results to platform/mac.
26774
26775         List of files omitted due to length but composed entirely of moves from
26776         platform/mac to platform/mac-leopard and newly added files in
26777         platform/mac.
26778
26779         Also removes most of platform/mac/test_expectations.txt, those 
26780         expectations were from April and are un-maintained.
26781
26782 2010-12-14  Jian Li  <jianli@chromium.org>
26783
26784         Unreviewed. Added missing expectations in chromium-mac-leopard to
26785         complete the move in r74042.
26786
26787         * platform/chromium-mac-leopard/editing/deleting/5144139-2-expected.checksum:
26788         * platform/chromium-mac-leopard/editing/deleting/5144139-2-expected.png:
26789         * platform/chromium-mac-leopard/editing/selection/extend-selection-bidi-expected.checksum:
26790         * platform/chromium-mac-leopard/editing/selection/extend-selection-bidi-expected.png:
26791         * platform/chromium-mac-leopard/fast/text/complex-text-opacity-expected.checksum:
26792         * platform/chromium-mac-leopard/fast/text/complex-text-opacity-expected.png:
26793         * platform/chromium-mac-leopard/fast/text/complex-text-opacity-expected.txt:
26794         * platform/chromium-mac-leopard/fast/text/international/bidi-mirror-he-ar-expected.checksum: Added.
26795         * platform/chromium-mac-leopard/fast/text/international/bidi-mirror-he-ar-expected.png: Added.
26796         * platform/chromium-mac-leopard/fast/text/international/bidi-mirror-he-ar-expected.txt: Added.
26797         * platform/chromium-mac-leopard/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.checksum: Added.
26798         * platform/chromium-mac-leopard/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.png: Added.
26799         * platform/chromium-mac-leopard/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt: Added.
26800         * platform/chromium-mac-leopard/fast/text/international/bidi-neutral-run-expected.checksum: Added.
26801         * platform/chromium-mac-leopard/fast/text/international/bidi-neutral-run-expected.png: Added.
26802         * platform/chromium-mac-leopard/fast/text/international/bidi-neutral-run-expected.txt: Added.
26803
26804 2010-12-14  Beth Dakin  <bdakin@apple.com>
26805
26806         Reviewed by Darin Adler.
26807
26808         New test for https://bugs.webkit.org/show_bug.cgi?id=50974 
26809         getComputedStyle() returns wrong values for zoomed elements when 
26810         display is none
26811         -and corresponding-
26812         <rdar://problem/8522731>
26813
26814         * fast/css/getComputedStyle/zoom-on-display-none-expected.txt: Added.
26815         * fast/css/getComputedStyle/zoom-on-display-none.html: Added.
26816
26817 2010-12-14  Pavel Feldman  <pfeldman@chromium.org>
26818
26819         Not reviewed. Move chromium-mac expectations to chromium-mac-leopard.
26820
26821         * platform/chromium-mac-leopard/css2.1/t0805-c5518-brdr-t-01-e-expected.checksum:
26822         * platform/chromium-mac-leopard/css2.1/t0805-c5518-brdr-t-01-e-expected.png:
26823         * platform/chromium-mac-leopard/css2.1/t0805-c5519-brdr-r-00-a-expected.checksum:
26824         * platform/chromium-mac-leopard/css2.1/t0805-c5519-brdr-r-00-a-expected.png:
26825         * platform/chromium-mac-leopard/css2.1/t0805-c5520-brdr-b-01-e-expected.checksum:
26826         * platform/chromium-mac-leopard/css2.1/t0805-c5520-brdr-b-01-e-expected.png:
26827         * platform/chromium-mac-leopard/css2.1/t0805-c5521-brdr-l-00-a-expected.checksum:
26828         * platform/chromium-mac-leopard/css2.1/t0805-c5521-brdr-l-00-a-expected.png:
26829         * platform/chromium-mac-leopard/css2.1/t0805-c5521-brdr-l-01-e-expected.checksum:
26830         * platform/chromium-mac-leopard/css2.1/t0805-c5521-brdr-l-01-e-expected.png:
26831         * platform/chromium-mac-leopard/css2.1/t0805-c5521-ibrdr-l-00-a-expected.checksum:
26832         * platform/chromium-mac-leopard/css2.1/t0805-c5521-ibrdr-l-00-a-expected.png:
26833         * platform/chromium-mac-leopard/css2.1/t0905-c414-flt-02-c-expected.checksum:
26834         * platform/chromium-mac-leopard/css2.1/t0905-c414-flt-02-c-expected.png:
26835         * platform/chromium-mac-leopard/css2.1/t0905-c414-flt-03-c-expected.checksum:
26836         * platform/chromium-mac-leopard/css2.1/t0905-c414-flt-03-c-expected.png:
26837         * platform/chromium-mac-leopard/css2.1/t0905-c414-flt-04-c-expected.checksum:
26838         * platform/chromium-mac-leopard/css2.1/t0905-c414-flt-04-c-expected.png:
26839         * platform/chromium-mac-leopard/css2.1/t0905-c414-flt-fit-01-d-g-expected.checksum:
26840         * platform/chromium-mac-leopard/css2.1/t0905-c414-flt-fit-01-d-g-expected.png:
26841         * platform/chromium-mac-leopard/css2.1/t0905-c5525-fltblck-01-d-expected.checksum:
26842         * platform/chromium-mac-leopard/css2.1/t0905-c5525-fltblck-01-d-expected.png:
26843         * platform/chromium-mac-leopard/css2.1/t0905-c5525-fltcont-00-d-g-expected.checksum:
26844         * platform/chromium-mac-leopard/css2.1/t0905-c5525-fltcont-00-d-g-expected.png:
26845         * platform/chromium-mac-leopard/css2.1/t0905-c5525-fltwidth-03-c-g-expected.checksum:
26846         * platform/chromium-mac-leopard/css2.1/t0905-c5525-fltwidth-03-c-g-expected.png:
26847         * platform/chromium-mac-leopard/css2.1/t090501-c414-flt-01-b-expected.checksum:
26848         * platform/chromium-mac-leopard/css2.1/t090501-c414-flt-01-b-expected.png:
26849         * platform/chromium-mac-leopard/css2.1/t090501-c5525-flt-l-00-b-g-expected.checksum:
26850         * platform/chromium-mac-leopard/css2.1/t090501-c5525-flt-l-00-b-g-expected.png:
26851         * platform/chromium-mac-leopard/css2.1/t090501-c5525-flt-r-00-b-g-expected.checksum:
26852         * platform/chromium-mac-leopard/css2.1/t090501-c5525-flt-r-00-b-g-expected.png:
26853         * platform/chromium-mac-leopard/css2.1/t1202-counter-03-b-expected.checksum:
26854         * platform/chromium-mac-leopard/css2.1/t1202-counter-03-b-expected.png:
26855         * platform/chromium-mac-leopard/css2.1/t1202-counter-04-b-expected.checksum:
26856         * platform/chromium-mac-leopard/css2.1/t1202-counter-04-b-expected.png:
26857         * platform/chromium-mac-leopard/css2.1/t1202-counter-09-b-expected.checksum:
26858         * platform/chromium-mac-leopard/css2.1/t1202-counter-09-b-expected.png:
26859         * platform/chromium-mac-leopard/css2.1/t1202-counters-03-b-expected.checksum:
26860         * platform/chromium-mac-leopard/css2.1/t1202-counters-03-b-expected.png:
26861         * platform/chromium-mac-leopard/css2.1/t1202-counters-04-b-expected.checksum:
26862         * platform/chromium-mac-leopard/css2.1/t1202-counters-04-b-expected.png:
26863         * platform/chromium-mac-leopard/fast/css/beforeSelectorOnCodeElement-expected.checksum:
26864         * platform/chromium-mac-leopard/fast/css/beforeSelectorOnCodeElement-expected.png:
26865         * platform/chromium-mac-leopard/fast/css/font-face-opentype-expected.checksum:
26866         * platform/chromium-mac-leopard/fast/css/font-face-opentype-expected.png:
26867         * platform/chromium-mac-leopard/fast/css/rtl-ordering-expected.checksum:
26868         * platform/chromium-mac-leopard/fast/css/rtl-ordering-expected.png:
26869         * platform/chromium-mac-leopard/fast/css/text-overflow-ellipsis-bidi-expected.checksum:
26870         * platform/chromium-mac-leopard/fast/css/text-overflow-ellipsis-bidi-expected.png:
26871         * platform/chromium-mac-leopard/fast/css/text-security-expected.checksum:
26872         * platform/chromium-mac-leopard/fast/css/text-security-expected.png:
26873         * platform/chromium-mac-leopard/fast/encoding/denormalised-voiced-japanese-chars-expected.checksum:
26874         * platform/chromium-mac-leopard/fast/encoding/denormalised-voiced-japanese-chars-expected.png:
26875         * platform/chromium-mac-leopard/fast/encoding/invalid-UTF-8-expected.checksum:
26876         * platform/chromium-mac-leopard/fast/encoding/invalid-UTF-8-expected.png:
26877         * platform/chromium-mac-leopard/fast/forms/select-visual-hebrew-expected.checksum:
26878         * platform/chromium-mac-leopard/fast/forms/select-visual-hebrew-expected.png:
26879         * platform/chromium-mac-leopard/fast/forms/visual-hebrew-text-field-expected.checksum:
26880         * platform/chromium-mac-leopard/fast/forms/visual-hebrew-text-field-expected.png:
26881         * platform/chromium-mac-leopard/fast/text/bidi-embedding-pop-and-push-same-expected.checksum:
26882         * platform/chromium-mac-leopard/fast/text/bidi-embedding-pop-and-push-same-expected.png:
26883         * platform/chromium-mac-leopard/fast/text/cg-fallback-bolding-expected.checksum:
26884         * platform/chromium-mac-leopard/fast/text/cg-fallback-bolding-expected.png:
26885         * platform/chromium-mac-leopard/fast/text/in-rendered-text-rtl-expected.checksum:
26886         * platform/chromium-mac-leopard/fast/text/in-rendered-text-rtl-expected.png:
26887         * platform/chromium-mac-leopard/fast/text/international/001-expected.checksum:
26888         * platform/chromium-mac-leopard/fast/text/international/001-expected.png:
26889         * platform/chromium-mac-leopard/fast/text/international/bidi-AN-after-L-expected.checksum:
26890         * platform/chromium-mac-leopard/fast/text/international/bidi-AN-after-L-expected.png:
26891         * platform/chromium-mac-leopard/fast/text/international/bidi-AN-after-empty-run-expected.checksum:
26892         * platform/chromium-mac-leopard/fast/text/international/bidi-AN-after-empty-run-expected.png:
26893         * platform/chromium-mac-leopard/fast/text/international/bidi-AN-after-empty-run-expected.txt:
26894         * platform/chromium-mac-leopard/fast/text/international/bidi-CS-after-AN-expected.checksum:
26895         * platform/chromium-mac-leopard/fast/text/international/bidi-CS-after-AN-expected.png:
26896         * platform/chromium-mac-leopard/fast/text/international/bidi-CS-after-AN-expected.txt:
26897         * platform/chromium-mac-leopard/fast/text/international/bidi-L2-run-reordering-expected.checksum:
26898         * platform/chromium-mac-leopard/fast/text/international/bidi-L2-run-reordering-expected.png:
26899         * platform/chromium-mac-leopard/fast/text/international/bidi-LDB-2-CSS-expected.checksum:
26900         * platform/chromium-mac-leopard/fast/text/international/bidi-LDB-2-CSS-expected.png:
26901         * platform/chromium-mac-leopard/fast/text/international/bidi-LDB-2-HTML-expected.checksum:
26902         * platform/chromium-mac-leopard/fast/text/international/bidi-LDB-2-HTML-expected.png:
26903         * platform/chromium-mac-leopard/fast/text/international/bidi-LDB-2-formatting-characters-expected.checksum:
26904         * platform/chromium-mac-leopard/fast/text/international/bidi-LDB-2-formatting-characters-expected.png:
26905         * platform/chromium-mac-leopard/fast/text/international/bidi-european-terminators-expected.checksum:
26906         * platform/chromium-mac-leopard/fast/text/international/bidi-european-terminators-expected.png:
26907         * platform/chromium-mac-leopard/fast/text/international/bidi-ignored-for-first-child-inline-expected.checksum:
26908         * platform/chromium-mac-leopard/fast/text/international/bidi-ignored-for-first-child-inline-expected.png:
26909         * platform/chromium-mac-leopard/fast/text/international/bidi-innertext-expected.checksum:
26910         * platform/chromium-mac-leopard/fast/text/international/bidi-innertext-expected.png:
26911         * platform/chromium-mac-leopard/fast/text/international/bidi-linebreak-001-expected.checksum:
26912         * platform/chromium-mac-leopard/fast/text/international/bidi-linebreak-001-expected.png:
26913         * platform/chromium-mac-leopard/fast/text/international/bidi-linebreak-002-expected.checksum:
26914         * platform/chromium-mac-leopard/fast/text/international/bidi-linebreak-002-expected.png:
26915         * platform/chromium-mac-leopard/fast/text/international/bidi-linebreak-003-expected.checksum:
26916         * platform/chromium-mac-leopard/fast/text/international/bidi-linebreak-003-expected.png:
26917         * platform/chromium-mac-leopard/fast/text/international/bidi-listbox-atsui-expected.checksum:
26918         * platform/chromium-mac-leopard/fast/text/international/bidi-listbox-atsui-expected.png:
26919         * platform/chromium-mac-leopard/fast/text/international/bidi-listbox-expected.checksum:
26920         * platform/chromium-mac-leopard/fast/text/international/bidi-listbox-expected.png:
26921         * platform/chromium-mac-leopard/fast/text/international/bidi-override-expected.checksum:
26922         * platform/chromium-mac-leopard/fast/text/international/bidi-override-expected.png:
26923         * platform/chromium-mac-leopard/fast/text/international/danda-space-expected.checksum:
26924         * platform/chromium-mac-leopard/fast/text/international/danda-space-expected.png:
26925         * platform/chromium-mac-leopard/fast/text/international/hebrew-vowels-expected.checksum:
26926         * platform/chromium-mac-leopard/fast/text/international/hebrew-vowels-expected.png:
26927         * platform/chromium-mac-leopard/fast/text/international/hindi-spacing-expected.checksum:
26928         * platform/chromium-mac-leopard/fast/text/international/hindi-spacing-expected.png:
26929         * platform/chromium-mac-leopard/fast/text/international/hindi-whitespace-expected.checksum:
26930         * platform/chromium-mac-leopard/fast/text/international/hindi-whitespace-expected.png:
26931         * platform/chromium-mac-leopard/fast/text/international/plane2-expected.checksum:
26932         * platform/chromium-mac-leopard/fast/text/international/plane2-expected.png:
26933         * platform/chromium-mac-leopard/fast/text/international/rtl-caret-expected.checksum:
26934         * platform/chromium-mac-leopard/fast/text/international/rtl-caret-expected.png:
26935         * platform/chromium-mac-leopard/fast/text/international/thai-baht-space-expected.checksum:
26936         * platform/chromium-mac-leopard/fast/text/international/thai-baht-space-expected.png:
26937         * platform/chromium-mac-leopard/fast/text/international/thai-baht-space-expected.txt:
26938         * platform/chromium-mac-leopard/fast/text/international/wrap-CJK-001-expected.checksum:
26939         * platform/chromium-mac-leopard/fast/text/international/wrap-CJK-001-expected.png:
26940         * platform/chromium-mac/css2.1/t0805-c5518-brdr-t-01-e-expected.checksum: Removed.
26941         * platform/chromium-mac/css2.1/t0805-c5518-brdr-t-01-e-expected.png: Removed.
26942         * platform/chromium-mac/css2.1/t0805-c5519-brdr-r-00-a-expected.checksum: Removed.
26943         * platform/chromium-mac/css2.1/t0805-c5519-brdr-r-00-a-expected.png: Removed.
26944         * platform/chromium-mac/css2.1/t0805-c5520-brdr-b-01-e-expected.checksum: Removed.
26945         * platform/chromium-mac/css2.1/t0805-c5520-brdr-b-01-e-expected.png: Removed.
26946         * platform/chromium-mac/css2.1/t0805-c5521-brdr-l-00-a-expected.checksum: Removed.
26947         * platform/chromium-mac/css2.1/t0805-c5521-brdr-l-00-a-expected.png: Removed.
26948         * platform/chromium-mac/css2.1/t0805-c5521-brdr-l-01-e-expected.checksum: Removed.
26949         * platform/chromium-mac/css2.1/t0805-c5521-brdr-l-01-e-expected.png: Removed.
26950         * platform/chromium-mac/css2.1/t0805-c5521-ibrdr-l-00-a-expected.checksum: Removed.
26951         * platform/chromium-mac/css2.1/t0805-c5521-ibrdr-l-00-a-expected.png: Removed.
26952         * platform/chromium-mac/css2.1/t0905-c414-flt-02-c-expected.checksum: Removed.
26953         * platform/chromium-mac/css2.1/t0905-c414-flt-02-c-expected.png: Removed.
26954         * platform/chromium-mac/css2.1/t0905-c414-flt-03-c-expected.checksum: Removed.
26955         * platform/chromium-mac/css2.1/t0905-c414-flt-03-c-expected.png: Removed.
26956         * platform/chromium-mac/css2.1/t0905-c414-flt-04-c-expected.checksum: Removed.
26957         * platform/chromium-mac/css2.1/t0905-c414-flt-04-c-expected.png: Removed.
26958         * platform/chromium-mac/css2.1/t0905-c414-flt-fit-01-d-g-expected.checksum: Removed.
26959         * platform/chromium-mac/css2.1/t0905-c414-flt-fit-01-d-g-expected.png: Removed.
26960         * platform/chromium-mac/css2.1/t0905-c5525-fltblck-01-d-expected.checksum: Removed.
26961         * platform/chromium-mac/css2.1/t0905-c5525-fltblck-01-d-expected.png: Removed.
26962         * platform/chromium-mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.checksum: Removed.
26963         * platform/chromium-mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.png: Removed.
26964         * platform/chromium-mac/css2.1/t0905-c5525-fltwidth-03-c-g-expected.checksum: Removed.
26965         * platform/chromium-mac/css2.1/t0905-c5525-fltwidth-03-c-g-expected.png: Removed.
26966         * platform/chromium-mac/css2.1/t090501-c414-flt-01-b-expected.checksum: Removed.
26967         * platform/chromium-mac/css2.1/t090501-c414-flt-01-b-expected.png: Removed.
26968         * platform/chromium-mac/css2.1/t090501-c5525-flt-l-00-b-g-expected.checksum: Removed.
26969         * platform/chromium-mac/css2.1/t090501-c5525-flt-l-00-b-g-expected.png: Removed.
26970         * platform/chromium-mac/css2.1/t090501-c5525-flt-r-00-b-g-expected.checksum: Removed.
26971         * platform/chromium-mac/css2.1/t090501-c5525-flt-r-00-b-g-expected.png: Removed.
26972         * platform/chromium-mac/css2.1/t1202-counter-03-b-expected.checksum: Removed.
26973         * platform/chromium-mac/css2.1/t1202-counter-03-b-expected.png: Removed.
26974         * platform/chromium-mac/css2.1/t1202-counter-04-b-expected.checksum: Removed.
26975         * platform/chromium-mac/css2.1/t1202-counter-04-b-expected.png: Removed.
26976         * platform/chromium-mac/css2.1/t1202-counter-09-b-expected.checksum: Removed.
26977         * platform/chromium-mac/css2.1/t1202-counter-09-b-expected.png: Removed.
26978         * platform/chromium-mac/css2.1/t1202-counters-03-b-expected.checksum: Removed.
26979         * platform/chromium-mac/css2.1/t1202-counters-03-b-expected.png: Removed.
26980         * platform/chromium-mac/css2.1/t1202-counters-04-b-expected.checksum: Removed.
26981         * platform/chromium-mac/css2.1/t1202-counters-04-b-expected.png: Removed.
26982         * platform/chromium-mac/editing/deleting/5144139-2-expected.checksum: Removed.
26983         * platform/chromium-mac/editing/deleting/5144139-2-expected.png: Removed.
26984         * platform/chromium-mac/editing/selection/extend-selection-bidi-expected.checksum: Removed.
26985         * platform/chromium-mac/editing/selection/extend-selection-bidi-expected.png: Removed.
26986         * platform/chromium-mac/fast/css/beforeSelectorOnCodeElement-expected.checksum: Removed.
26987         * platform/chromium-mac/fast/css/beforeSelectorOnCodeElement-expected.png: Removed.
26988         * platform/chromium-mac/fast/css/font-face-opentype-expected.checksum: Removed.
26989         * platform/chromium-mac/fast/css/font-face-opentype-expected.png: Removed.
26990         * platform/chromium-mac/fast/css/rtl-ordering-expected.checksum: Removed.
26991         * platform/chromium-mac/fast/css/rtl-ordering-expected.png: Removed.
26992         * platform/chromium-mac/fast/css/text-overflow-ellipsis-bidi-expected.checksum: Removed.
26993         * platform/chromium-mac/fast/css/text-overflow-ellipsis-bidi-expected.png: Removed.
26994         * platform/chromium-mac/fast/css/text-security-expected.checksum: Removed.
26995         * platform/chromium-mac/fast/css/text-security-expected.png: Removed.
26996         * platform/chromium-mac/fast/encoding/denormalised-voiced-japanese-chars-expected.checksum: Removed.
26997         * platform/chromium-mac/fast/encoding/denormalised-voiced-japanese-chars-expected.png: Removed.
26998         * platform/chromium-mac/fast/encoding/invalid-UTF-8-expected.checksum: Removed.
26999         * platform/chromium-mac/fast/encoding/invalid-UTF-8-expected.png: Removed.
27000         * platform/chromium-mac/fast/forms/select-visual-hebrew-expected.checksum: Removed.
27001         * platform/chromium-mac/fast/forms/select-visual-hebrew-expected.png: Removed.
27002         * platform/chromium-mac/fast/forms/visual-hebrew-text-field-expected.checksum: Removed.
27003         * platform/chromium-mac/fast/forms/visual-hebrew-text-field-expected.png: Removed.
27004         * platform/chromium-mac/fast/text/bidi-embedding-pop-and-push-same-expected.checksum: Removed.
27005         * platform/chromium-mac/fast/text/bidi-embedding-pop-and-push-same-expected.png: Removed.
27006         * platform/chromium-mac/fast/text/cg-fallback-bolding-expected.checksum: Removed.
27007         * platform/chromium-mac/fast/text/cg-fallback-bolding-expected.png: Removed.
27008         * platform/chromium-mac/fast/text/complex-text-opacity-expected.checksum: Removed.
27009         * platform/chromium-mac/fast/text/complex-text-opacity-expected.png: Removed.
27010         * platform/chromium-mac/fast/text/complex-text-opacity-expected.txt: Removed.
27011         * platform/chromium-mac/fast/text/in-rendered-text-rtl-expected.checksum: Removed.
27012         * platform/chromium-mac/fast/text/in-rendered-text-rtl-expected.png: Removed.
27013         * platform/chromium-mac/fast/text/international/001-expected.checksum: Removed.
27014         * platform/chromium-mac/fast/text/international/001-expected.png: Removed.
27015         * platform/chromium-mac/fast/text/international/bidi-AN-after-L-expected.checksum: Removed.
27016         * platform/chromium-mac/fast/text/international/bidi-AN-after-L-expected.png: Removed.
27017         * platform/chromium-mac/fast/text/international/bidi-AN-after-empty-run-expected.checksum: Removed.
27018         * platform/chromium-mac/fast/text/international/bidi-AN-after-empty-run-expected.png: Removed.
27019         * platform/chromium-mac/fast/text/international/bidi-AN-after-empty-run-expected.txt: Removed.
27020         * platform/chromium-mac/fast/text/international/bidi-CS-after-AN-expected.checksum: Removed.
27021         * platform/chromium-mac/fast/text/international/bidi-CS-after-AN-expected.png: Removed.
27022         * platform/chromium-mac/fast/text/international/bidi-CS-after-AN-expected.txt: Removed.
27023         * platform/chromium-mac/fast/text/international/bidi-L2-run-reordering-expected.checksum: Removed.
27024         * platform/chromium-mac/fast/text/international/bidi-L2-run-reordering-expected.png: Removed.
27025         * platform/chromium-mac/fast/text/international/bidi-LDB-2-CSS-expected.checksum: Removed.
27026         * platform/chromium-mac/fast/text/international/bidi-LDB-2-CSS-expected.png: Removed.
27027         * platform/chromium-mac/fast/text/international/bidi-LDB-2-HTML-expected.checksum: Removed.
27028         * platform/chromium-mac/fast/text/international/bidi-LDB-2-HTML-expected.png: Removed.
27029         * platform/chromium-mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.checksum: Removed.
27030         * platform/chromium-mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.png: Removed.
27031         * platform/chromium-mac/fast/text/international/bidi-european-terminators-expected.checksum: Removed.
27032         * platform/chromium-mac/fast/text/international/bidi-european-terminators-expected.png: Removed.
27033         * platform/chromium-mac/fast/text/international/bidi-ignored-for-first-child-inline-expected.checksum: Removed.
27034         * platform/chromium-mac/fast/text/international/bidi-ignored-for-first-child-inline-expected.png: Removed.
27035         * platform/chromium-mac/fast/text/international/bidi-innertext-expected.checksum: Removed.
27036         * platform/chromium-mac/fast/text/international/bidi-innertext-expected.png: Removed.
27037         * platform/chromium-mac/fast/text/international/bidi-linebreak-001-expected.checksum: Removed.
27038         * platform/chromium-mac/fast/text/international/bidi-linebreak-001-expected.png: Removed.
27039         * platform/chromium-mac/fast/text/international/bidi-linebreak-002-expected.checksum: Removed.
27040         * platform/chromium-mac/fast/text/international/bidi-linebreak-002-expected.png: Removed.
27041         * platform/chromium-mac/fast/text/international/bidi-linebreak-003-expected.checksum: Removed.
27042         * platform/chromium-mac/fast/text/international/bidi-linebreak-003-expected.png: Removed.
27043         * platform/chromium-mac/fast/text/international/bidi-listbox-atsui-expected.checksum: Removed.
27044         * platform/chromium-mac/fast/text/international/bidi-listbox-atsui-expected.png: Removed.
27045         * platform/chromium-mac/fast/text/international/bidi-listbox-expected.checksum: Removed.
27046         * platform/chromium-mac/fast/text/international/bidi-listbox-expected.png: Removed.
27047         * platform/chromium-mac/fast/text/international/bidi-mirror-he-ar-expected.checksum: Removed.
27048         * platform/chromium-mac/fast/text/international/bidi-mirror-he-ar-expected.png: Removed.
27049         * platform/chromium-mac/fast/text/international/bidi-mirror-he-ar-expected.txt: Removed.
27050         * platform/chromium-mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.checksum: Removed.
27051         * platform/chromium-mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.png: Removed.
27052         * platform/chromium-mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt: Removed.
27053         * platform/chromium-mac/fast/text/international/bidi-neutral-run-expected.checksum: Removed.
27054         * platform/chromium-mac/fast/text/international/bidi-neutral-run-expected.png: Removed.
27055         * platform/chromium-mac/fast/text/international/bidi-neutral-run-expected.txt: Removed.
27056         * platform/chromium-mac/fast/text/international/bidi-override-expected.checksum: Removed.
27057         * platform/chromium-mac/fast/text/international/bidi-override-expected.png: Removed.
27058         * platform/chromium-mac/fast/text/international/danda-space-expected.checksum: Removed.
27059         * platform/chromium-mac/fast/text/international/danda-space-expected.png: Removed.
27060         * platform/chromium-mac/fast/text/international/hebrew-vowels-expected.checksum: Removed.
27061         * platform/chromium-mac/fast/text/international/hebrew-vowels-expected.png: Removed.
27062         * platform/chromium-mac/fast/text/international/hindi-spacing-expected.checksum: Removed.
27063         * platform/chromium-mac/fast/text/international/hindi-spacing-expected.png: Removed.
27064         * platform/chromium-mac/fast/text/international/hindi-whitespace-expected.checksum: Removed.
27065         * platform/chromium-mac/fast/text/international/hindi-whitespace-expected.png: Removed.
27066         * platform/chromium-mac/fast/text/international/plane2-expected.checksum: Removed.
27067         * platform/chromium-mac/fast/text/international/plane2-expected.png: Removed.
27068         * platform/chromium-mac/fast/text/international/rtl-caret-expected.checksum: Removed.
27069         * platform/chromium-mac/fast/text/international/rtl-caret-expected.png: Removed.
27070         * platform/chromium-mac/fast/text/international/thai-baht-space-expected.checksum: Removed.
27071         * platform/chromium-mac/fast/text/international/thai-baht-space-expected.png: Removed.
27072         * platform/chromium-mac/fast/text/international/thai-baht-space-expected.txt: Removed.
27073         * platform/chromium-mac/fast/text/international/wrap-CJK-001-expected.checksum: Removed.
27074         * platform/chromium-mac/fast/text/international/wrap-CJK-001-expected.png: Removed.
27075         * platform/chromium/test_expectations.txt:
27076
27077 2010-12-14  Helder Correia  <helder@sencha.com>
27078
27079         Reviewed by Ariya Hidayat.
27080
27081         [Qt] Canvas shadow offset should not be affected by any transformation
27082         https://bugs.webkit.org/show_bug.cgi?id=50422
27083
27084         On a canvas context, shadows are currently affected by all
27085         transformations except scaling. According to the spec:
27086         http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#shadows
27087
27088         "The shadowOffsetX and shadowOffsetY attributes specify the distance
27089         that the shadow will be offset in the positive horizontal and positive
27090         vertical distance respectively. Their values are in coordinate space
27091         units. They are not affected by the current transformation matrix."
27092
27093         NOTE: this applies only to canvas, not to box shadows.
27094
27095         Add new test to ensure that shadows are correctly transformed keeping
27096         the relative offset to the shape.
27097
27098         * fast/canvas/canvas-scale-strokePath-shadow-expected.txt:
27099         * fast/canvas/canvas-transforms-fillRect-shadow-expected.txt: Added.
27100         * fast/canvas/canvas-transforms-fillRect-shadow.html: Added.
27101         * fast/canvas/script-tests/canvas-scale-fillPath-shadow.js:
27102         * fast/canvas/script-tests/canvas-scale-fillRect-shadow.js:
27103         * fast/canvas/script-tests/canvas-scale-strokePath-shadow.js: Now using
27104           a lineWidth > 1 to make it easier to test and more fair among all
27105           ports, since there can be different transformation smoothness or
27106           aliasing settings.
27107         * fast/canvas/script-tests/canvas-transforms-fillRect-shadow.js: Added.
27108
27109 2010-12-14  Pavel Feldman  <pfeldman@chromium.org>
27110
27111         Not reviewed. Removed obsolete chromium expectations.
27112
27113         * platform/chromium/accessibility/post-notification-ActiveDescendantChanged-expected.txt: Removed.
27114         * platform/chromium/accessibility/post-notification-ActiveDescendantChanged.html: Removed.
27115         * platform/chromium/accessibility/post-notification-CheckedStateChanged-expected.txt: Removed.
27116         * platform/chromium/accessibility/post-notification-CheckedStateChanged.html: Removed.
27117         * platform/chromium/accessibility/post-notification-ChildrenChanged-expected.txt: Removed.
27118         * platform/chromium/accessibility/post-notification-ChildrenChanged.html: Removed.
27119         * platform/chromium/accessibility/post-notification-FocusedUIElementChanged-expected.txt: Removed.
27120         * platform/chromium/accessibility/post-notification-FocusedUIElementChanged.html: Removed.
27121         * platform/chromium/accessibility/post-notification-LayoutComplete-expected.txt: Removed.
27122         * platform/chromium/accessibility/post-notification-LayoutComplete.html: Removed.
27123         * platform/chromium/accessibility/post-notification-LiveRegionChanged-expected.txt: Removed.
27124         * platform/chromium/accessibility/post-notification-LiveRegionChanged.html: Removed.
27125         * platform/chromium/accessibility/post-notification-LoadComplete-expected.txt: Removed.
27126         * platform/chromium/accessibility/post-notification-LoadComplete.html: Removed.
27127         * platform/chromium/accessibility/post-notification-MenuListValueChanged-expected.txt: Removed.
27128         * platform/chromium/accessibility/post-notification-MenuListValueChanged.html: Removed.
27129         * platform/chromium/accessibility/post-notification-RowCollapsed-expected.txt: Removed.
27130         * platform/chromium/accessibility/post-notification-RowCollapsed.html: Removed.
27131         * platform/chromium/accessibility/post-notification-RowCountChanged-expected.txt: Removed.
27132         * platform/chromium/accessibility/post-notification-RowCountChanged.html: Removed.
27133         * platform/chromium/accessibility/post-notification-RowExpanded-expected.txt: Removed.
27134         * platform/chromium/accessibility/post-notification-RowExpanded.html: Removed.
27135         * platform/chromium/accessibility/post-notification-ScrolledToAnchor-expected.txt: Removed.
27136         * platform/chromium/accessibility/post-notification-ScrolledToAnchor.html: Removed.
27137         * platform/chromium/accessibility/post-notification-SelectedChildrenChanged-expected.txt: Removed.
27138         * platform/chromium/accessibility/post-notification-SelectedChildrenChanged.html: Removed.
27139         * platform/chromium/accessibility/post-notification-SelectedTextChanged-expected.txt: Removed.
27140         * platform/chromium/accessibility/post-notification-SelectedTextChanged.html: Removed.
27141         * platform/chromium/accessibility/post-notification-ValueChanged-expected.txt: Removed.
27142         * platform/chromium/accessibility/post-notification-ValueChanged.html: Removed.
27143         * platform/chromium/accessibility/post-notification.js: Removed.
27144         * platform/chromium/test_expectations.txt:
27145
27146 2010-12-14  Pavel Feldman  <pfeldman@chromium.org>
27147
27148         Not reviewed. More chromium rebaselines.
27149
27150         * platform/chromium-mac/fast/text/complex-text-opacity-expected.checksum: Added.
27151         * platform/chromium-mac/fast/text/complex-text-opacity-expected.png: Added.
27152         * platform/chromium-mac/fast/text/complex-text-opacity-expected.txt: Added.
27153         * platform/chromium-mac/fast/text/international/bidi-AN-after-empty-run-expected.checksum: Added.
27154         * platform/chromium-mac/fast/text/international/bidi-AN-after-empty-run-expected.png: Added.
27155         * platform/chromium-mac/fast/text/international/bidi-AN-after-empty-run-expected.txt: Added.
27156         * platform/chromium-mac/fast/text/international/bidi-CS-after-AN-expected.checksum: Added.
27157         * platform/chromium-mac/fast/text/international/bidi-CS-after-AN-expected.png: Added.
27158         * platform/chromium-mac/fast/text/international/bidi-CS-after-AN-expected.txt: Added.
27159         * platform/chromium-mac/fast/text/international/bidi-mirror-he-ar-expected.checksum:
27160         * platform/chromium-mac/fast/text/international/bidi-mirror-he-ar-expected.png:
27161         * platform/chromium-mac/fast/text/international/bidi-mirror-he-ar-expected.txt:
27162         * platform/chromium-mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.checksum:
27163         * platform/chromium-mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.png:
27164         * platform/chromium-mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt:
27165         * platform/chromium-mac/fast/text/international/bidi-neutral-run-expected.checksum:
27166         * platform/chromium-mac/fast/text/international/bidi-neutral-run-expected.png:
27167         * platform/chromium-mac/fast/text/international/bidi-neutral-run-expected.txt:
27168         * platform/chromium-mac/fast/text/international/thai-baht-space-expected.checksum: Added.
27169         * platform/chromium-mac/fast/text/international/thai-baht-space-expected.png: Added.
27170         * platform/chromium-mac/fast/text/international/thai-baht-space-expected.txt: Added.
27171
27172 2010-12-14  Mario Sanchez Prada  <msanchez@igalia.com>
27173
27174         Unreviewed, skipping flaky test on GTK debug bot.
27175
27176         [gtk] editing/selection/extend-by-character-002.html is flaky on GTK Linux 64 bit debug
27177         https://bugs.webkit.org/show_bug.cgi?id=51017
27178
27179         * platform/gtk/Skipped: Skipped test.
27180
27181 2010-12-14  Mario Sanchez Prada  <msanchez@igalia.com>
27182
27183         Unreviewed, skipping test crashing in the GTK release bot.
27184
27185         [GTK] Crash in LayoutTest/fast/history/history_reload.html
27186         https://bugs.webkit.org/show_bug.cgi?id=51038
27187
27188         * platform/gtk/Skipped: Skipped fast/history/history_reload.html.
27189
27190 2010-12-14  Pavel Feldman  <pfeldman@chromium.org>
27191
27192         Not reviewed. Updated chromium expectations.
27193
27194         * platform/chromium/test_expectations.txt:
27195
27196 2010-12-14  Mario Sanchez Prada  <msanchez@igalia.com>
27197
27198         Reviewed by Xan Lopez.
27199
27200         [Gtk] Implement STATE_FOCUSED, STATE_FOCUSABLE, and corresponding events for text objects
27201         https://bugs.webkit.org/show_bug.cgi?id=27048
27202
27203         Added a new GTK-specific test to check focus{able|ed} states are
27204         properly set when moving the caret across text objects.
27205
27206         * platform/gtk/accessibility/caret-browsing-text-focus-expected.txt: Added.
27207         * platform/gtk/accessibility/caret-browsing-text-focus.html: Added.
27208
27209 2010-12-14  Pavel Feldman  <pfeldman@chromium.org>
27210
27211         Not reviwed. Chromium expectations updated.
27212
27213         * platform/chromium/test_expectations.txt:
27214
27215 2010-12-14  Alexander Pavlov  <apavlov@chromium.org>
27216
27217         Reviewed by Yury Semikhatsky.
27218
27219         Web Inspector: Reverted stylesheet breaks style data
27220         https://bugs.webkit.org/show_bug.cgi?id=51030
27221
27222         * inspector/styles-new-API-expected.txt:
27223         * inspector/styles-new-API.html:
27224
27225 2010-12-14  Mads Ager  <ager@chromium.org>
27226
27227         Reviewed by Pavel Feldman.
27228
27229         [V8] Reflected unsigned attributes should be in the range [0, 2^31)
27230         https://bugs.webkit.org/show_bug.cgi?id=51023
27231
27232         Remove test that now passes from chromium test expectations.
27233
27234         * platform/chromium/test_expectations.txt:
27235
27236 2010-12-14  Mario Sanchez Prada  <msanchez@igalia.com>
27237
27238         Unreviewed, skipping failing test in the release bots.
27239
27240         Incorrect refcount on plug.testObject in LayoutTests/plugins/refcount-leaks.html
27241         https://bugs.webkit.org/show_bug.cgi?id=51027
27242
27243         * platform/gtk/Skipped: Skip plugins/refcount-leaks.html.
27244
27245 2010-12-14  Pavel Feldman  <pfeldman@chromium.org>
27246
27247         Not reviewed. Chromium tests rebaselined.
27248
27249         * platform/chromium-mac/css2.1/t0805-c5518-brdr-t-01-e-expected.checksum: Added.
27250         * platform/chromium-mac/css2.1/t0805-c5518-brdr-t-01-e-expected.png: Added.
27251         * platform/chromium-mac/css2.1/t0805-c5519-brdr-r-00-a-expected.checksum: Added.
27252         * platform/chromium-mac/css2.1/t0805-c5519-brdr-r-00-a-expected.png: Added.
27253         * platform/chromium-mac/css2.1/t0805-c5520-brdr-b-01-e-expected.checksum: Added.
27254         * platform/chromium-mac/css2.1/t0805-c5520-brdr-b-01-e-expected.png: Added.
27255         * platform/chromium-mac/css2.1/t0805-c5521-brdr-l-00-a-expected.checksum: Added.
27256         * platform/chromium-mac/css2.1/t0805-c5521-brdr-l-00-a-expected.png: Added.
27257         * platform/chromium-mac/css2.1/t0805-c5521-brdr-l-01-e-expected.checksum: Added.
27258         * platform/chromium-mac/css2.1/t0805-c5521-brdr-l-01-e-expected.png: Added.
27259         * platform/chromium-mac/css2.1/t0805-c5521-ibrdr-l-00-a-expected.checksum: Added.
27260         * platform/chromium-mac/css2.1/t0805-c5521-ibrdr-l-00-a-expected.png: Added.
27261         * platform/chromium-mac/css2.1/t0905-c414-flt-02-c-expected.checksum: Added.
27262         * platform/chromium-mac/css2.1/t0905-c414-flt-02-c-expected.png: Added.
27263         * platform/chromium-mac/css2.1/t0905-c414-flt-03-c-expected.checksum: Added.
27264         * platform/chromium-mac/css2.1/t0905-c414-flt-03-c-expected.png: Added.
27265         * platform/chromium-mac/css2.1/t0905-c414-flt-04-c-expected.checksum: Added.
27266         * platform/chromium-mac/css2.1/t0905-c414-flt-04-c-expected.png: Added.
27267         * platform/chromium-mac/css2.1/t0905-c414-flt-fit-01-d-g-expected.checksum: Added.
27268         * platform/chromium-mac/css2.1/t0905-c414-flt-fit-01-d-g-expected.png: Added.
27269         * platform/chromium-mac/css2.1/t0905-c5525-fltblck-01-d-expected.checksum: Added.
27270         * platform/chromium-mac/css2.1/t0905-c5525-fltblck-01-d-expected.png: Added.
27271         * platform/chromium-mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.checksum: Added.
27272         * platform/chromium-mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.png: Added.
27273         * platform/chromium-mac/css2.1/t0905-c5525-flthw-00-c-g-expected.checksum: Added.
27274         * platform/chromium-mac/css2.1/t0905-c5525-flthw-00-c-g-expected.png: Added.
27275         * platform/chromium-mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.checksum:
27276         * platform/chromium-mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
27277         * platform/chromium-mac/css2.1/t0905-c5525-fltwidth-03-c-g-expected.checksum: Added.
27278         * platform/chromium-mac/css2.1/t0905-c5525-fltwidth-03-c-g-expected.png: Added.
27279         * platform/chromium-mac/css2.1/t0905-c5526-flthw-00-c-g-expected.checksum: Added.
27280         * platform/chromium-mac/css2.1/t0905-c5526-flthw-00-c-g-expected.png: Added.
27281         * platform/chromium-mac/css2.1/t090501-c414-flt-01-b-expected.checksum: Added.
27282         * platform/chromium-mac/css2.1/t090501-c414-flt-01-b-expected.png: Added.
27283         * platform/chromium-mac/css2.1/t090501-c414-flt-03-b-g-expected.checksum:
27284         * platform/chromium-mac/css2.1/t090501-c414-flt-03-b-g-expected.png:
27285         * platform/chromium-mac/css2.1/t090501-c5525-flt-l-00-b-g-expected.checksum: Added.
27286         * platform/chromium-mac/css2.1/t090501-c5525-flt-l-00-b-g-expected.png: Added.
27287         * platform/chromium-mac/css2.1/t090501-c5525-flt-r-00-b-g-expected.checksum: Added.
27288         * platform/chromium-mac/css2.1/t090501-c5525-flt-r-00-b-g-expected.png: Added.
27289         * platform/chromium-mac/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.checksum:
27290         * platform/chromium-mac/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.png:
27291         * platform/chromium-mac/css2.1/t1202-counter-03-b-expected.checksum: Added.
27292         * platform/chromium-mac/css2.1/t1202-counter-03-b-expected.png: Added.
27293         * platform/chromium-mac/css2.1/t1202-counter-04-b-expected.checksum: Added.
27294         * platform/chromium-mac/css2.1/t1202-counter-04-b-expected.png: Added.
27295         * platform/chromium-mac/css2.1/t1202-counter-09-b-expected.checksum: Added.
27296         * platform/chromium-mac/css2.1/t1202-counter-09-b-expected.png: Added.
27297         * platform/chromium-mac/css2.1/t1202-counters-03-b-expected.checksum: Added.
27298         * platform/chromium-mac/css2.1/t1202-counters-03-b-expected.png: Added.
27299         * platform/chromium-mac/css2.1/t1202-counters-04-b-expected.checksum: Added.
27300         * platform/chromium-mac/css2.1/t1202-counters-04-b-expected.png: Added.
27301         * platform/chromium-mac/css2.1/t1202-counters-09-b-expected.checksum:
27302         * platform/chromium-mac/css2.1/t1202-counters-09-b-expected.png:
27303         * platform/chromium-mac/editing/deleting/5144139-2-expected.checksum: Added.
27304         * platform/chromium-mac/editing/deleting/5144139-2-expected.png: Added.
27305         * platform/chromium-mac/editing/selection/caret-rtl-2-expected.checksum:
27306         * platform/chromium-mac/editing/selection/caret-rtl-2-expected.png:
27307         * platform/chromium-mac/editing/selection/caret-rtl-2-left-expected.checksum:
27308         * platform/chromium-mac/editing/selection/caret-rtl-2-left-expected.png:
27309         * platform/chromium-mac/editing/selection/caret-rtl-expected.checksum:
27310         * platform/chromium-mac/editing/selection/caret-rtl-expected.png:
27311         * platform/chromium-mac/editing/selection/caret-rtl-right-expected.checksum:
27312         * platform/chromium-mac/editing/selection/caret-rtl-right-expected.png:
27313         * platform/chromium-mac/editing/selection/extend-selection-bidi-expected.checksum: Added.
27314         * platform/chromium-mac/editing/selection/extend-selection-bidi-expected.png: Added.
27315         * platform/chromium-mac/fast/css/beforeSelectorOnCodeElement-expected.checksum: Added.
27316         * platform/chromium-mac/fast/css/beforeSelectorOnCodeElement-expected.png: Added.
27317         * platform/chromium-mac/fast/css/font-face-opentype-expected.checksum: Added.
27318         * platform/chromium-mac/fast/css/font-face-opentype-expected.png: Added.
27319         * platform/chromium-mac/fast/css/rtl-ordering-expected.checksum: Added.
27320         * platform/chromium-mac/fast/css/rtl-ordering-expected.png: Added.
27321         * platform/chromium-mac/fast/css/text-overflow-ellipsis-bidi-expected.checksum: Added.
27322         * platform/chromium-mac/fast/css/text-overflow-ellipsis-bidi-expected.png: Added.
27323         * platform/chromium-mac/fast/css/text-overflow-ellipsis-strict-expected.checksum:
27324         * platform/chromium-mac/fast/css/text-overflow-ellipsis-strict-expected.png:
27325         * platform/chromium-mac/fast/css/text-security-expected.checksum: Added.
27326         * platform/chromium-mac/fast/css/text-security-expected.png: Added.
27327         * platform/chromium-mac/fast/encoding/denormalised-voiced-japanese-chars-expected.checksum: Added.
27328         * platform/chromium-mac/fast/encoding/denormalised-voiced-japanese-chars-expected.png: Added.
27329         * platform/chromium-mac/fast/encoding/invalid-UTF-8-expected.checksum: Added.
27330         * platform/chromium-mac/fast/encoding/invalid-UTF-8-expected.png: Added.
27331         * platform/chromium-mac/fast/forms/select-visual-hebrew-expected.checksum: Added.
27332         * platform/chromium-mac/fast/forms/select-visual-hebrew-expected.png: Added.
27333         * platform/chromium-mac/fast/forms/visual-hebrew-text-field-expected.checksum: Added.
27334         * platform/chromium-mac/fast/forms/visual-hebrew-text-field-expected.png: Added.
27335         * platform/chromium-mac/fast/text/backslash-to-yen-sign-euc-expected.checksum:
27336         * platform/chromium-mac/fast/text/backslash-to-yen-sign-euc-expected.png:
27337         * platform/chromium-mac/fast/text/backslash-to-yen-sign-expected.checksum:
27338         * platform/chromium-mac/fast/text/backslash-to-yen-sign-expected.png:
27339         * platform/chromium-mac/fast/text/bidi-embedding-pop-and-push-same-expected.checksum: Added.
27340         * platform/chromium-mac/fast/text/bidi-embedding-pop-and-push-same-expected.png: Added.
27341         * platform/chromium-mac/fast/text/cg-fallback-bolding-expected.checksum: Added.
27342         * platform/chromium-mac/fast/text/cg-fallback-bolding-expected.png: Added.
27343         * platform/chromium-mac/fast/text/in-rendered-text-rtl-expected.checksum: Added.
27344         * platform/chromium-mac/fast/text/in-rendered-text-rtl-expected.png: Added.
27345         * platform/chromium-mac/fast/text/international/001-expected.checksum: Added.
27346         * platform/chromium-mac/fast/text/international/001-expected.png: Added.
27347         * platform/chromium-mac/fast/text/international/bidi-AN-after-L-expected.checksum: Added.
27348         * platform/chromium-mac/fast/text/international/bidi-AN-after-L-expected.png: Added.
27349         * platform/chromium-mac/fast/text/international/bidi-L2-run-reordering-expected.checksum: Added.
27350         * platform/chromium-mac/fast/text/international/bidi-L2-run-reordering-expected.png: Added.
27351         * platform/chromium-mac/fast/text/international/bidi-LDB-2-CSS-expected.checksum: Added.
27352         * platform/chromium-mac/fast/text/international/bidi-LDB-2-CSS-expected.png: Added.
27353         * platform/chromium-mac/fast/text/international/bidi-LDB-2-HTML-expected.checksum: Added.
27354         * platform/chromium-mac/fast/text/international/bidi-LDB-2-HTML-expected.png: Added.
27355         * platform/chromium-mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.checksum: Added.
27356         * platform/chromium-mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.png: Added.
27357         * platform/chromium-mac/fast/text/international/bidi-european-terminators-expected.checksum: Added.
27358         * platform/chromium-mac/fast/text/international/bidi-european-terminators-expected.png: Added.
27359         * platform/chromium-mac/fast/text/international/bidi-ignored-for-first-child-inline-expected.checksum: Added.
27360         * platform/chromium-mac/fast/text/international/bidi-ignored-for-first-child-inline-expected.png: Added.
27361         * platform/chromium-mac/fast/text/international/bidi-innertext-expected.checksum: Added.
27362         * platform/chromium-mac/fast/text/international/bidi-innertext-expected.png: Added.
27363         * platform/chromium-mac/fast/text/international/bidi-linebreak-001-expected.checksum: Added.
27364         * platform/chromium-mac/fast/text/international/bidi-linebreak-001-expected.png: Added.
27365         * platform/chromium-mac/fast/text/international/bidi-linebreak-002-expected.checksum: Added.
27366         * platform/chromium-mac/fast/text/international/bidi-linebreak-002-expected.png: Added.
27367         * platform/chromium-mac/fast/text/international/bidi-linebreak-003-expected.checksum: Added.
27368         * platform/chromium-mac/fast/text/international/bidi-linebreak-003-expected.png: Added.
27369         * platform/chromium-mac/fast/text/international/bidi-listbox-atsui-expected.checksum: Added.
27370         * platform/chromium-mac/fast/text/international/bidi-listbox-atsui-expected.png: Added.
27371         * platform/chromium-mac/fast/text/international/bidi-listbox-expected.checksum: Added.
27372         * platform/chromium-mac/fast/text/international/bidi-listbox-expected.png: Added.
27373         * platform/chromium-mac/fast/text/international/bidi-override-expected.checksum: Added.
27374         * platform/chromium-mac/fast/text/international/bidi-override-expected.png: Added.
27375         * platform/chromium-mac/fast/text/international/complex-character-based-fallback-expected.checksum: Added.
27376         * platform/chromium-mac/fast/text/international/complex-character-based-fallback-expected.png: Added.
27377         * platform/chromium-mac/fast/text/international/danda-space-expected.checksum: Added.
27378         * platform/chromium-mac/fast/text/international/danda-space-expected.png: Added.
27379         * platform/chromium-mac/fast/text/international/hebrew-vowels-expected.checksum: Added.
27380         * platform/chromium-mac/fast/text/international/hebrew-vowels-expected.png: Added.
27381         * platform/chromium-mac/fast/text/international/hindi-spacing-expected.checksum: Added.
27382         * platform/chromium-mac/fast/text/international/hindi-spacing-expected.png: Added.
27383         * platform/chromium-mac/fast/text/international/hindi-whitespace-expected.checksum: Added.
27384         * platform/chromium-mac/fast/text/international/hindi-whitespace-expected.png: Added.
27385         * platform/chromium-mac/fast/text/international/plane2-expected.checksum: Added.
27386         * platform/chromium-mac/fast/text/international/plane2-expected.png: Added.
27387         * platform/chromium-mac/fast/text/international/rtl-caret-expected.checksum: Added.
27388         * platform/chromium-mac/fast/text/international/rtl-caret-expected.png: Added.
27389         * platform/chromium-mac/fast/text/international/wrap-CJK-001-expected.checksum: Added.
27390         * platform/chromium-mac/fast/text/international/wrap-CJK-001-expected.png: Added.
27391         * platform/chromium-win/svg/filters/feColorMatrix-offset-expected.checksum: Added.
27392         * platform/chromium-win/svg/filters/feColorMatrix-offset-expected.png: Added.
27393         * platform/chromium/test_expectations.txt:
27394
27395 2010-12-14  Julien Chaffraix  <jchaffraix@codeaurora.org>
27396
27397         Reviewed by Darin Adler.
27398
27399         Test for: EventSource fails to connect if Content-Type header has a charset attribute
27400         https://bugs.webkit.org/show_bug.cgi?id=45372
27401
27402         Test that a Content-Type of "text/event-stream; charset=UTF8" works correctly but
27403         "text/event-stream-foobar" does not work.
27404
27405         * http/tests/eventsource/eventsource-content-type-charset-expected.txt: Added.
27406         * http/tests/eventsource/eventsource-content-type-charset.html: Added.
27407         * http/tests/eventsource/eventsource-content-type-text-event-stream-foobar-expected.txt: Added.
27408         * http/tests/eventsource/eventsource-content-type-text-event-stream-foobar.html: Added.
27409         * http/tests/eventsource/resources/response-content-type-charset.php: Added.
27410         * http/tests/eventsource/resources/response-content-type-event-stream-foobar.php: Added.
27411
27412 2010-12-14  Pieter Senster  <psenster@google.com>
27413
27414         Reviewed by Dirk Schulze.
27415
27416         Test that the channel offsets in the ColorMatrix filter are correctly incorporated
27417         https://bugs.webkit.org/show_bug.cgi?id=50682
27418
27419         * platform/mac/svg/filters/feColorMatrix-offset-expected.checksum: Added.
27420         * platform/mac/svg/filters/feColorMatrix-offset-expected.png: Added.
27421         * platform/mac/svg/filters/feColorMatrix-offset-expected.txt: Added.
27422         * svg/filters/feColorMatrix-offset.svg: Added.
27423
27424 2010-12-13  Dan Bernstein  <mitz@apple.com>
27425
27426         Updated Leopard-specific results after r73993.
27427
27428         * platform/mac-leopard/css2.1/t1202-counter-04-b-expected.txt:
27429         * platform/mac-leopard/css2.1/t1202-counters-04-b-expected.txt:
27430         * platform/mac-leopard/fast/text/complex-text-opacity-expected.txt:
27431         * platform/mac-leopard/fast/text/international/bidi-AN-after-L-expected.txt:
27432         * platform/mac-leopard/fast/text/international/bidi-AN-after-empty-run-expected.txt:
27433         * platform/mac-leopard/fast/text/international/bidi-CS-after-AN-expected.txt:
27434         * platform/mac-leopard/fast/text/international/bidi-mirror-he-ar-expected.txt:
27435         * platform/mac-leopard/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt:
27436         * platform/mac-leopard/fast/text/international/bidi-neutral-run-expected.txt:
27437         * platform/mac-leopard/fast/text/international/thai-baht-space-expected.txt:
27438         * platform/mac-leopard/platform/mac/editing/input/devanagari-ligature-expected.txt:
27439
27440 2010-12-13  Dai Mikurube  <dmikurube@google.com>
27441
27442         Reviewed by Kent Tamura.
27443
27444         ValidityState's exposed functions should check if willValidate() is true before all
27445         https://bugs.webkit.org/show_bug.cgi?id=50617
27446
27447         * fast/css/pseudo-required-optional-005-expected.txt:
27448         * fast/css/pseudo-required-optional-005.html:
27449         * fast/css/pseudo-valid-001-expected.txt:
27450         * fast/css/pseudo-valid-001.html:
27451         * fast/css/pseudo-valid-unapplied-expected.txt:
27452         * fast/css/pseudo-valid-unapplied.html:
27453         * fast/forms/ValidityState-customError.html:
27454         * fast/forms/ValidityState-customError-expected.txt:
27455         * fast/forms/ValidityState-customError.html:
27456         * fast/forms/ValidityState-patternMismatch-expected.txt:
27457         * fast/forms/ValidityState-patternMismatch.html:
27458         * fast/forms/ValidityState-rangeOverflow-expected.txt:
27459         * fast/forms/ValidityState-rangeUnderflow-expected.txt:
27460         * fast/forms/ValidityState-stepMismatch-expected.txt:
27461         * fast/forms/ValidityState-tooLong-input-expected.txt:
27462         * fast/forms/ValidityState-tooLong-textarea-expected.txt:
27463         * fast/forms/ValidityState-typeMismatch-color-expected.txt:
27464         * fast/forms/ValidityState-typeMismatch-date-expected.txt:
27465         * fast/forms/ValidityState-typeMismatch-datetime-expected.txt:
27466         * fast/forms/ValidityState-typeMismatch-datetimelocal-expected.txt:
27467         * fast/forms/ValidityState-typeMismatch-month-expected.txt:
27468         * fast/forms/ValidityState-typeMismatch-number-expected.txt:
27469         * fast/forms/ValidityState-typeMismatch-time-expected.txt:
27470         * fast/forms/ValidityState-typeMismatch-url-expected.txt:
27471         * fast/forms/ValidityState-typeMismatch-week-expected.txt:
27472         * fast/forms/script-tests/ValidityState-rangeOverflow.js:
27473         (checkOverflow):
27474         (checkNotOverflow):
27475         * fast/forms/script-tests/ValidityState-rangeUnderflow.js:
27476         (checkUnderflow):
27477         (checkNotUnderflow):
27478         * fast/forms/script-tests/ValidityState-stepMismatch.js:
27479         (stepMismatchFor):
27480         * fast/forms/script-tests/ValidityState-tooLong-input.js:
27481         * fast/forms/script-tests/ValidityState-tooLong-textarea.js:
27482         * fast/forms/script-tests/ValidityState-typeMismatch-color.js:
27483         ():
27484         * fast/forms/script-tests/ValidityState-typeMismatch-date.js:
27485         ():
27486         (shouldBeValid):
27487         (shouldBeInvalid):
27488         * fast/forms/script-tests/ValidityState-typeMismatch-datetime.js:
27489         ():
27490         (shouldBeValid):
27491         (shouldBeInvalid):
27492         * fast/forms/script-tests/ValidityState-typeMismatch-datetimelocal.js:
27493         ():
27494         (shouldBeValid):
27495         (shouldBeInvalid):
27496         * fast/forms/script-tests/ValidityState-typeMismatch-month.js:
27497         ():
27498         (shouldBeValid):
27499         (shouldBeInvalid):
27500         * fast/forms/script-tests/ValidityState-typeMismatch-number.js:
27501         ():
27502         * fast/forms/script-tests/ValidityState-typeMismatch-time.js:
27503         ():
27504         (shouldBeValid):
27505         (shouldBeInvalid):
27506         * fast/forms/script-tests/ValidityState-typeMismatch-url.js:
27507         (check):
27508         (expectValid):
27509         (expectInvalid):
27510         * fast/forms/script-tests/ValidityState-typeMismatch-week.js:
27511         ():
27512         (shouldBeValid):
27513         (shouldBeInvalid):
27514         * fast/forms/script-tests/willvalidate.js:
27515         * fast/forms/willvalidate-expected.txt:
27516
27517 2010-12-13  Brian Weinstein  <bweinstein@apple.com>
27518
27519         Rebaseline Windows test results after r73993. All of these results were updated on the Mac with this
27520         change, and this rebaselines Windows results to pass.
27521
27522         * platform/win/css2.1/t0805-c5519-brdr-r-01-e-expected.txt: Added.
27523         * platform/win/css2.1/t0805-c5521-brdr-l-01-e-expected.txt: Added.
27524         * platform/win/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt: Added.
27525         * platform/win/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt: Added.
27526         * platform/win/css2.1/t0905-c5525-fltwrap-00-b-expected.txt: Added.
27527         * platform/win/css2.1/t1202-counter-04-b-expected.txt:
27528         * platform/win/css2.1/t1202-counters-04-b-expected.txt:
27529         * platform/win/editing/deleting/5144139-2-expected.txt: Added.
27530         * platform/win/fast/text/international/bidi-mirror-he-ar-expected.txt:
27531         * platform/win/fast/text/international/bold-bengali-expected.txt:
27532         * platform/win/fast/text/international/complex-character-based-fallback-expected.txt:
27533         * platform/win/fast/text/international/hebrew-vowels-expected.txt:
27534         * platform/win/transforms/2d/hindi-rotated-expected.txt:
27535
27536 2010-12-13  Gavin Peters  <gavinp@chromium.org>
27537
27538         Reviewed by Adam Barth.
27539
27540         Re land Purpose after bad merge
27541         https://bugs.webkit.org/show_bug.cgi?id=51000
27542
27543         * http/tests/misc/resources/prefetch-purpose.php:
27544
27545 2010-12-13  Mihai Parparita  <mihaip@chromium.org>
27546
27547         Unreviewed Chromium test expectations update.
27548         
27549         Now that we've switched Chromium to the DRT (and the switch seems to
27550         have stuck), remove the BUG_AWESOME lines about tests that only pass
27551         with the DRT (but not test_shell).
27552         
27553         * platform/chromium/test_expectations.txt:
27554
27555 2010-12-13  Dan Bernstein  <mitz@apple.com>
27556
27557         Reviewed by Simon Fraser.
27558
27559         <rdar://problem/8763696> REGRESSION (r72173): Fallback fonts’ vertical metrics aren’t accounted for even when line-height is unspecified
27560         https://bugs.webkit.org/show_bug.cgi?id=50979
27561
27562         * editing/selection/extend-selection-bidi-expected.txt:
27563         * platform/mac/css2.1/t0805-c5518-brdr-t-01-e-expected.checksum:
27564         * platform/mac/css2.1/t0805-c5518-brdr-t-01-e-expected.png:
27565         * platform/mac/css2.1/t0805-c5518-brdr-t-01-e-expected.txt:
27566         * platform/mac/css2.1/t0805-c5519-brdr-r-00-a-expected.checksum:
27567         * platform/mac/css2.1/t0805-c5519-brdr-r-00-a-expected.png:
27568         * platform/mac/css2.1/t0805-c5519-brdr-r-00-a-expected.txt:
27569         * platform/mac/css2.1/t0805-c5520-brdr-b-01-e-expected.checksum:
27570         * platform/mac/css2.1/t0805-c5520-brdr-b-01-e-expected.png:
27571         * platform/mac/css2.1/t0805-c5520-brdr-b-01-e-expected.txt:
27572         * platform/mac/css2.1/t0805-c5521-brdr-l-00-a-expected.checksum:
27573         * platform/mac/css2.1/t0805-c5521-brdr-l-00-a-expected.png:
27574         * platform/mac/css2.1/t0805-c5521-brdr-l-00-a-expected.txt:
27575         * platform/mac/css2.1/t0805-c5521-brdr-l-01-e-expected.checksum:
27576         * platform/mac/css2.1/t0805-c5521-brdr-l-01-e-expected.png:
27577         * platform/mac/css2.1/t0805-c5521-brdr-l-01-e-expected.txt:
27578         * platform/mac/css2.1/t0805-c5521-ibrdr-l-00-a-expected.checksum:
27579         * platform/mac/css2.1/t0805-c5521-ibrdr-l-00-a-expected.png:
27580         * platform/mac/css2.1/t0805-c5521-ibrdr-l-00-a-expected.txt:
27581         * platform/mac/css2.1/t0905-c414-flt-02-c-expected.checksum:
27582         * platform/mac/css2.1/t0905-c414-flt-02-c-expected.png:
27583         * platform/mac/css2.1/t0905-c414-flt-02-c-expected.txt:
27584         * platform/mac/css2.1/t0905-c414-flt-03-c-expected.checksum:
27585         * platform/mac/css2.1/t0905-c414-flt-03-c-expected.png:
27586         * platform/mac/css2.1/t0905-c414-flt-03-c-expected.txt:
27587         * platform/mac/css2.1/t0905-c414-flt-04-c-expected.checksum:
27588         * platform/mac/css2.1/t0905-c414-flt-04-c-expected.png:
27589         * platform/mac/css2.1/t0905-c414-flt-04-c-expected.txt:
27590         * platform/mac/css2.1/t0905-c414-flt-fit-01-d-g-expected.checksum:
27591         * platform/mac/css2.1/t0905-c414-flt-fit-01-d-g-expected.png:
27592         * platform/mac/css2.1/t0905-c414-flt-fit-01-d-g-expected.txt:
27593         * platform/mac/css2.1/t0905-c5525-fltblck-01-d-expected.checksum:
27594         * platform/mac/css2.1/t0905-c5525-fltblck-01-d-expected.png:
27595         * platform/mac/css2.1/t0905-c5525-fltblck-01-d-expected.txt:
27596         * platform/mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.checksum:
27597         * platform/mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.png:
27598         * platform/mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt:
27599         * platform/mac/css2.1/t0905-c5525-flthw-00-c-g-expected.checksum:
27600         * platform/mac/css2.1/t0905-c5525-flthw-00-c-g-expected.png:
27601         * platform/mac/css2.1/t0905-c5525-flthw-00-c-g-expected.txt:
27602         * platform/mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.checksum:
27603         * platform/mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
27604         * platform/mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
27605         * platform/mac/css2.1/t0905-c5525-fltwidth-02-c-g-expected.checksum:
27606         * platform/mac/css2.1/t0905-c5525-fltwidth-02-c-g-expected.png:
27607         * platform/mac/css2.1/t0905-c5525-fltwidth-02-c-g-expected.txt:
27608         * platform/mac/css2.1/t0905-c5525-fltwidth-03-c-g-expected.checksum:
27609         * platform/mac/css2.1/t0905-c5525-fltwidth-03-c-g-expected.png:
27610         * platform/mac/css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt:
27611         * platform/mac/css2.1/t0905-c5525-fltwrap-00-b-expected.checksum:
27612         * platform/mac/css2.1/t0905-c5525-fltwrap-00-b-expected.png:
27613         * platform/mac/css2.1/t0905-c5525-fltwrap-00-b-expected.txt:
27614         * platform/mac/css2.1/t0905-c5526-flthw-00-c-g-expected.checksum:
27615         * platform/mac/css2.1/t0905-c5526-flthw-00-c-g-expected.png:
27616         * platform/mac/css2.1/t0905-c5526-flthw-00-c-g-expected.txt:
27617         * platform/mac/css2.1/t090501-c414-flt-01-b-expected.checksum:
27618         * platform/mac/css2.1/t090501-c414-flt-01-b-expected.png:
27619         * platform/mac/css2.1/t090501-c414-flt-01-b-expected.txt:
27620         * platform/mac/css2.1/t090501-c414-flt-03-b-g-expected.checksum:
27621         * platform/mac/css2.1/t090501-c414-flt-03-b-g-expected.png:
27622         * platform/mac/css2.1/t090501-c414-flt-03-b-g-expected.txt:
27623         * platform/mac/css2.1/t090501-c5525-flt-l-00-b-g-expected.checksum:
27624         * platform/mac/css2.1/t090501-c5525-flt-l-00-b-g-expected.png:
27625         * platform/mac/css2.1/t090501-c5525-flt-l-00-b-g-expected.txt:
27626         * platform/mac/css2.1/t090501-c5525-flt-r-00-b-g-expected.checksum:
27627         * platform/mac/css2.1/t090501-c5525-flt-r-00-b-g-expected.png:
27628         * platform/mac/css2.1/t090501-c5525-flt-r-00-b-g-expected.txt:
27629         * platform/mac/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.checksum:
27630         * platform/mac/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.png:
27631         * platform/mac/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.txt:
27632         * platform/mac/css2.1/t1202-counter-03-b-expected.checksum:
27633         * platform/mac/css2.1/t1202-counter-03-b-expected.png:
27634         * platform/mac/css2.1/t1202-counter-03-b-expected.txt:
27635         * platform/mac/css2.1/t1202-counter-04-b-expected.checksum:
27636         * platform/mac/css2.1/t1202-counter-04-b-expected.png:
27637         * platform/mac/css2.1/t1202-counter-04-b-expected.txt:
27638         * platform/mac/css2.1/t1202-counter-09-b-expected.checksum:
27639         * platform/mac/css2.1/t1202-counter-09-b-expected.png:
27640         * platform/mac/css2.1/t1202-counter-09-b-expected.txt:
27641         * platform/mac/css2.1/t1202-counters-03-b-expected.checksum:
27642         * platform/mac/css2.1/t1202-counters-03-b-expected.png:
27643         * platform/mac/css2.1/t1202-counters-03-b-expected.txt:
27644         * platform/mac/css2.1/t1202-counters-04-b-expected.checksum:
27645         * platform/mac/css2.1/t1202-counters-04-b-expected.png:
27646         * platform/mac/css2.1/t1202-counters-04-b-expected.txt:
27647         * platform/mac/css2.1/t1202-counters-09-b-expected.checksum:
27648         * platform/mac/css2.1/t1202-counters-09-b-expected.png:
27649         * platform/mac/css2.1/t1202-counters-09-b-expected.txt:
27650         * platform/mac/editing/deleting/5144139-2-expected.checksum:
27651         * platform/mac/editing/deleting/5144139-2-expected.png:
27652         * platform/mac/editing/deleting/5144139-2-expected.txt:
27653         * platform/mac/editing/selection/caret-rtl-2-expected.checksum:
27654         * platform/mac/editing/selection/caret-rtl-2-expected.png:
27655         * platform/mac/editing/selection/caret-rtl-2-expected.txt:
27656         * platform/mac/editing/selection/caret-rtl-2-left-expected.checksum:
27657         * platform/mac/editing/selection/caret-rtl-2-left-expected.png:
27658         * platform/mac/editing/selection/caret-rtl-2-left-expected.txt:
27659         * platform/mac/editing/selection/caret-rtl-expected.checksum:
27660         * platform/mac/editing/selection/caret-rtl-expected.png:
27661         * platform/mac/editing/selection/caret-rtl-expected.txt:
27662         * platform/mac/editing/selection/caret-rtl-right-expected.checksum:
27663         * platform/mac/editing/selection/caret-rtl-right-expected.png:
27664         * platform/mac/editing/selection/caret-rtl-right-expected.txt:
27665         * platform/mac/editing/selection/extend-selection-bidi-expected.checksum:
27666         * platform/mac/editing/selection/extend-selection-bidi-expected.png:
27667         * platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum:
27668         * platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.png:
27669         * platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.txt:
27670         * platform/mac/fast/css/beforeSelectorOnCodeElement-expected.checksum:
27671         * platform/mac/fast/css/beforeSelectorOnCodeElement-expected.png:
27672         * platform/mac/fast/css/beforeSelectorOnCodeElement-expected.txt:
27673         * platform/mac/fast/css/font-face-opentype-expected.checksum:
27674         * platform/mac/fast/css/font-face-opentype-expected.png:
27675         * platform/mac/fast/css/font-face-opentype-expected.txt:
27676         * platform/mac/fast/css/rtl-ordering-expected.checksum:
27677         * platform/mac/fast/css/rtl-ordering-expected.png:
27678         * platform/mac/fast/css/rtl-ordering-expected.txt:
27679         * platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.checksum:
27680         * platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.png:
27681         * platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.txt:
27682         * platform/mac/fast/css/text-overflow-ellipsis-expected.checksum:
27683         * platform/mac/fast/css/text-overflow-ellipsis-expected.png:
27684         * platform/mac/fast/css/text-overflow-ellipsis-expected.txt:
27685         * platform/mac/fast/css/text-overflow-ellipsis-strict-expected.checksum:
27686         * platform/mac/fast/css/text-overflow-ellipsis-strict-expected.png:
27687         * platform/mac/fast/css/text-overflow-ellipsis-strict-expected.txt:
27688         * platform/mac/fast/css/text-security-expected.checksum:
27689         * platform/mac/fast/css/text-security-expected.png:
27690         * platform/mac/fast/css/text-security-expected.txt:
27691         * platform/mac/fast/encoding/denormalised-voiced-japanese-chars-expected.checksum:
27692         * platform/mac/fast/encoding/denormalised-voiced-japanese-chars-expected.png:
27693         * platform/mac/fast/encoding/denormalised-voiced-japanese-chars-expected.txt:
27694         * platform/mac/fast/encoding/invalid-UTF-8-expected.checksum:
27695         * platform/mac/fast/encoding/invalid-UTF-8-expected.png:
27696         * platform/mac/fast/encoding/invalid-UTF-8-expected.txt:
27697         * platform/mac/fast/events/updateLayoutForHitTest-expected.checksum:
27698         * platform/mac/fast/events/updateLayoutForHitTest-expected.png:
27699         * platform/mac/fast/events/updateLayoutForHitTest-expected.txt:
27700         * platform/mac/fast/forms/select-visual-hebrew-expected.checksum:
27701         * platform/mac/fast/forms/select-visual-hebrew-expected.png:
27702         * platform/mac/fast/forms/select-visual-hebrew-expected.txt:
27703         * platform/mac/fast/forms/select-writing-direction-natural-expected.checksum:
27704         * platform/mac/fast/forms/select-writing-direction-natural-expected.png:
27705         * platform/mac/fast/forms/select-writing-direction-natural-expected.txt:
27706         * platform/mac/fast/forms/visual-hebrew-text-field-expected.checksum:
27707         * platform/mac/fast/forms/visual-hebrew-text-field-expected.png:
27708         * platform/mac/fast/forms/visual-hebrew-text-field-expected.txt:
27709         * platform/mac/fast/ruby/nested-ruby-expected.txt:
27710         * platform/mac/fast/text/atsui-multiple-renderers-expected.checksum:
27711         * platform/mac/fast/text/atsui-multiple-renderers-expected.png:
27712         * platform/mac/fast/text/atsui-multiple-renderers-expected.txt:
27713         * platform/mac/fast/text/backslash-to-yen-sign-euc-expected.checksum:
27714         * platform/mac/fast/text/backslash-to-yen-sign-euc-expected.png:
27715         * platform/mac/fast/text/backslash-to-yen-sign-euc-expected.txt:
27716         * platform/mac/fast/text/backslash-to-yen-sign-expected.checksum:
27717         * platform/mac/fast/text/backslash-to-yen-sign-expected.png:
27718         * platform/mac/fast/text/backslash-to-yen-sign-expected.txt:
27719         * platform/mac/fast/text/bidi-embedding-pop-and-push-same-expected.checksum:
27720         * platform/mac/fast/text/bidi-embedding-pop-and-push-same-expected.png:
27721         * platform/mac/fast/text/bidi-embedding-pop-and-push-same-expected.txt:
27722         * platform/mac/fast/text/capitalize-boundaries-expected.checksum:
27723         * platform/mac/fast/text/capitalize-boundaries-expected.png:
27724         * platform/mac/fast/text/capitalize-boundaries-expected.txt:
27725         * platform/mac/fast/text/cg-fallback-bolding-expected.checksum:
27726         * platform/mac/fast/text/cg-fallback-bolding-expected.png:
27727         * platform/mac/fast/text/cg-fallback-bolding-expected.txt:
27728         * platform/mac/fast/text/complex-text-opacity-expected.checksum:
27729         * platform/mac/fast/text/complex-text-opacity-expected.png:
27730         * platform/mac/fast/text/complex-text-opacity-expected.txt:
27731         * platform/mac/fast/text/in-rendered-text-rtl-expected.checksum:
27732         * platform/mac/fast/text/in-rendered-text-rtl-expected.png:
27733         * platform/mac/fast/text/in-rendered-text-rtl-expected.txt:
27734         * platform/mac/fast/text/international/001-expected.checksum:
27735         * platform/mac/fast/text/international/001-expected.png:
27736         * platform/mac/fast/text/international/001-expected.txt:
27737         * platform/mac/fast/text/international/002-expected.checksum:
27738         * platform/mac/fast/text/international/002-expected.png:
27739         * platform/mac/fast/text/international/002-expected.txt:
27740         * platform/mac/fast/text/international/003-expected.checksum:
27741         * platform/mac/fast/text/international/003-expected.png:
27742         * platform/mac/fast/text/international/003-expected.txt:
27743         * platform/mac/fast/text/international/bidi-AN-after-L-expected.checksum:
27744         * platform/mac/fast/text/international/bidi-AN-after-L-expected.png:
27745         * platform/mac/fast/text/international/bidi-AN-after-L-expected.txt:
27746         * platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.checksum:
27747         * platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.png:
27748         * platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.txt:
27749         * platform/mac/fast/text/international/bidi-CS-after-AN-expected.checksum:
27750         * platform/mac/fast/text/international/bidi-CS-after-AN-expected.png:
27751         * platform/mac/fast/text/international/bidi-CS-after-AN-expected.txt:
27752         * platform/mac/fast/text/international/bidi-L2-run-reordering-expected.checksum:
27753         * platform/mac/fast/text/international/bidi-L2-run-reordering-expected.png:
27754         * platform/mac/fast/text/international/bidi-L2-run-reordering-expected.txt:
27755         * platform/mac/fast/text/international/bidi-LDB-2-CSS-expected.checksum:
27756         * platform/mac/fast/text/international/bidi-LDB-2-CSS-expected.png:
27757         * platform/mac/fast/text/international/bidi-LDB-2-CSS-expected.txt:
27758         * platform/mac/fast/text/international/bidi-LDB-2-HTML-expected.checksum:
27759         * platform/mac/fast/text/international/bidi-LDB-2-HTML-expected.png:
27760         * platform/mac/fast/text/international/bidi-LDB-2-HTML-expected.txt:
27761         * platform/mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.checksum:
27762         * platform/mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.png:
27763         * platform/mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt:
27764         * platform/mac/fast/text/international/bidi-european-terminators-expected.checksum:
27765         * platform/mac/fast/text/international/bidi-european-terminators-expected.png:
27766         * platform/mac/fast/text/international/bidi-european-terminators-expected.txt:
27767         * platform/mac/fast/text/international/bidi-fallback-font-weight-expected.checksum:
27768         * platform/mac/fast/text/international/bidi-fallback-font-weight-expected.png:
27769         * platform/mac/fast/text/international/bidi-fallback-font-weight-expected.txt:
27770         * platform/mac/fast/text/international/bidi-ignored-for-first-child-inline-expected.checksum:
27771         * platform/mac/fast/text/international/bidi-ignored-for-first-child-inline-expected.png:
27772         * platform/mac/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt:
27773         * platform/mac/fast/text/international/bidi-innertext-expected.checksum:
27774         * platform/mac/fast/text/international/bidi-innertext-expected.png:
27775         * platform/mac/fast/text/international/bidi-innertext-expected.txt:
27776         * platform/mac/fast/text/international/bidi-linebreak-001-expected.checksum:
27777         * platform/mac/fast/text/international/bidi-linebreak-001-expected.png:
27778         * platform/mac/fast/text/international/bidi-linebreak-001-expected.txt:
27779         * platform/mac/fast/text/international/bidi-linebreak-002-expected.checksum:
27780         * platform/mac/fast/text/international/bidi-linebreak-002-expected.png:
27781         * platform/mac/fast/text/international/bidi-linebreak-002-expected.txt:
27782         * platform/mac/fast/text/international/bidi-linebreak-003-expected.checksum:
27783         * platform/mac/fast/text/international/bidi-linebreak-003-expected.png:
27784         * platform/mac/fast/text/international/bidi-linebreak-003-expected.txt:
27785         * platform/mac/fast/text/international/bidi-listbox-atsui-expected.checksum:
27786         * platform/mac/fast/text/international/bidi-listbox-atsui-expected.png:
27787         * platform/mac/fast/text/international/bidi-listbox-atsui-expected.txt:
27788         * platform/mac/fast/text/international/bidi-listbox-expected.checksum:
27789         * platform/mac/fast/text/international/bidi-listbox-expected.png:
27790         * platform/mac/fast/text/international/bidi-listbox-expected.txt:
27791         * platform/mac/fast/text/international/bidi-menulist-expected.checksum:
27792         * platform/mac/fast/text/international/bidi-menulist-expected.png:
27793         * platform/mac/fast/text/international/bidi-menulist-expected.txt:
27794         * platform/mac/fast/text/international/bidi-mirror-he-ar-expected.checksum:
27795         * platform/mac/fast/text/international/bidi-mirror-he-ar-expected.png:
27796         * platform/mac/fast/text/international/bidi-mirror-he-ar-expected.txt:
27797         * platform/mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.checksum:
27798         * platform/mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.png:
27799         * platform/mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt:
27800         * platform/mac/fast/text/international/bidi-neutral-run-expected.checksum:
27801         * platform/mac/fast/text/international/bidi-neutral-run-expected.png:
27802         * platform/mac/fast/text/international/bidi-neutral-run-expected.txt:
27803         * platform/mac/fast/text/international/bidi-override-expected.checksum:
27804         * platform/mac/fast/text/international/bidi-override-expected.png:
27805         * platform/mac/fast/text/international/bidi-override-expected.txt:
27806         * platform/mac/fast/text/international/complex-character-based-fallback-expected.checksum:
27807         * platform/mac/fast/text/international/complex-character-based-fallback-expected.png:
27808         * platform/mac/fast/text/international/complex-character-based-fallback-expected.txt:
27809         * platform/mac/fast/text/international/danda-space-expected.checksum:
27810         * platform/mac/fast/text/international/danda-space-expected.png:
27811         * platform/mac/fast/text/international/danda-space-expected.txt:
27812         * platform/mac/fast/text/international/hebrew-vowels-expected.checksum:
27813         * platform/mac/fast/text/international/hebrew-vowels-expected.png:
27814         * platform/mac/fast/text/international/hebrew-vowels-expected.txt:
27815         * platform/mac/fast/text/international/hindi-spacing-expected.checksum:
27816         * platform/mac/fast/text/international/hindi-spacing-expected.png:
27817         * platform/mac/fast/text/international/hindi-spacing-expected.txt:
27818         * platform/mac/fast/text/international/hindi-whitespace-expected.checksum:
27819         * platform/mac/fast/text/international/hindi-whitespace-expected.png:
27820         * platform/mac/fast/text/international/hindi-whitespace-expected.txt:
27821         * platform/mac/fast/text/international/plane2-expected.checksum:
27822         * platform/mac/fast/text/international/plane2-expected.png:
27823         * platform/mac/fast/text/international/plane2-expected.txt:
27824         * platform/mac/fast/text/international/rtl-caret-expected.checksum:
27825         * platform/mac/fast/text/international/rtl-caret-expected.png:
27826         * platform/mac/fast/text/international/rtl-caret-expected.txt:
27827         * platform/mac/fast/text/international/thai-baht-space-expected.checksum:
27828         * platform/mac/fast/text/international/thai-baht-space-expected.png:
27829         * platform/mac/fast/text/international/thai-baht-space-expected.txt:
27830         * platform/mac/fast/text/international/thai-line-breaks-expected.checksum:
27831         * platform/mac/fast/text/international/thai-line-breaks-expected.png:
27832         * platform/mac/fast/text/international/thai-line-breaks-expected.txt:
27833         * platform/mac/fast/text/international/wrap-CJK-001-expected.checksum:
27834         * platform/mac/fast/text/international/wrap-CJK-001-expected.png:
27835         * platform/mac/fast/text/international/wrap-CJK-001-expected.txt:
27836         * platform/mac/transforms/2d/hindi-rotated-expected.checksum:
27837         * platform/mac/transforms/2d/hindi-rotated-expected.png:
27838         * platform/mac/transforms/2d/hindi-rotated-expected.txt:
27839
27840 2010-12-13  Jon Honeycutt  <jhoneycutt@apple.com>
27841
27842         Add a failing test to the Windows skipped list.
27843
27844         Rubber-stamped by Steve Falkenburg.
27845
27846         * platform/win/Skipped:
27847         Added fast/loader/user-stylesheet-fast-path.html.
27848
27849 2010-12-13  Chris Fleizach  <cfleizach@apple.com>
27850
27851         Reviewed by Beth Dakin.
27852
27853         AX: aria-invalid should be supported.
27854         https://bugs.webkit.org/show_bug.cgi?id=50573
27855
27856         * platform/mac/accessibility/aria-invalid-expected.txt: Added.
27857         * platform/mac/accessibility/aria-invalid.html: Added.
27858         * platform/mac/accessibility/radio-button-group-members-expected.txt:
27859
27860 2010-12-13  Chris Fleizach  <cfleizach@apple.com>
27861
27862         Reviewed by Beth Dakin.
27863
27864         AX: lists and list boxes need different attributes
27865         https://bugs.webkit.org/show_bug.cgi?id=50978
27866
27867         * platform/mac/accessibility/lists-expected.txt:
27868
27869 2010-12-13  Jian Li  <jianli@chromium.org>
27870
27871         Unreviewed. Updated chromium test expectations.
27872
27873         * platform/chromium/test_expectations.txt:
27874
27875 2010-12-13  Michael Saboff  <msaboff@apple.com>
27876
27877         Reviewed by Oliver Hunt.
27878
27879         REGRESSION: mobileme mail viewing is broken
27880         https://bugs.webkit.org/show_bug.cgi?id=50884
27881
27882         Added a test to check parentheses nesting within parentheses that
27883         don't capture and that are fixed count.  There is special handling
27884         for this case in the RegExp JIT code.
27885
27886         * fast/regex/parentheses-expected.txt:
27887         * fast/regex/script-tests/parentheses.js:
27888
27889 2010-12-13  Chris Fleizach  <cfleizach@apple.com>
27890
27891         Reviewed by Beth Dakin.
27892
27893         Fix legend.htm accessibility test so it doesn't dump all attributes
27894         https://bugs.webkit.org/show_bug.cgi?id=50957
27895
27896         * accessibility/legend.html:
27897         * platform/mac/accessibility/legend-expected.txt:
27898
27899 2010-12-13  Sheriff Bot  <webkit.review.bot@gmail.com>
27900
27901         Unreviewed, rolling out r73922.
27902         http://trac.webkit.org/changeset/73922
27903         https://bugs.webkit.org/show_bug.cgi?id=50964
27904
27905         Remove rebaseline results due to that 73914 has been rolled
27906         out (Requested by jianli on #webkit).
27907
27908         * platform/chromium-linux/http/tests/security/xss-DENIED-frame-name-expected.txt: Copied from LayoutTests/platform/chromium-win/http/tests/security/xss-DENIED-frame-name-expected.txt.
27909         * platform/chromium-mac/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt:
27910         * platform/chromium-mac/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt:
27911         * platform/chromium-mac/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt:
27912         * platform/chromium-mac/http/tests/security/xss-DENIED-frame-name-expected.txt:
27913         * platform/chromium-win/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt:
27914         * platform/chromium-win/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt:
27915         * platform/chromium-win/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt:
27916         * platform/chromium-win/http/tests/security/xss-DENIED-frame-name-expected.txt:
27917         * platform/chromium/test_expectations.txt:
27918
27919 2010-12-13  Jon Honeycutt  <jhoneycutt@apple.com>
27920
27921         Remove some empty files that should've been removed as part of r73942.
27922
27923         Reviewed by Ojan Vafai.
27924
27925         * editing/selection/extend-to-line-boundary-expected.txt: Removed.
27926         * editing/selection/extend-to-line-boundary.html: Removed.
27927
27928 2010-12-13  Antti Koivisto  <antti@apple.com>
27929
27930         Unreviewed.
27931
27932         Adding 
27933         
27934         http/tests/local/link-stylesheet-load-order.html
27935         http/tests/local/link-stylesheet-load-order-preload.html
27936         
27937         to the Gtk skip list.
27938
27939         * platform/gtk/Skipped:
27940
27941 2010-12-13  Antti Koivisto  <antti@apple.com>
27942
27943         Unreviewed.
27944
27945         Adding 
27946         
27947         http/tests/local/link-stylesheet-load-order.html
27948         http/tests/local/link-stylesheet-load-order-preload.html
27949         
27950         to Mac WebKit2 and Qt skip lists.
27951
27952         * platform/mac-wk2/Skipped:
27953         * platform/qt/Skipped:
27954
27955 2010-12-13  Sheriff Bot  <webkit.review.bot@gmail.com>
27956
27957         Unreviewed, rolling out r73923.
27958         http://trac.webkit.org/changeset/73923
27959         https://bugs.webkit.org/show_bug.cgi?id=50944
27960
27961         Broke editing/selection/extend-selection-home-end.html on non-
27962         mac platforms. Looks like a real bug. (Requested by ojan on
27963         #webkit).
27964
27965         * editing/selection/extend-to-line-boundary-expected.txt: Removed.
27966         * editing/selection/extend-to-line-boundary.html: Removed.
27967
27968 2010-12-13  Yury Semikhatsky  <yurys@chromium.org>
27969
27970         Unreviewed. Rollout 73914, 73915, 73917, 73920 and 73921.
27971
27972         REGRESSION(r73914): "Chromium page_cycler_morejs fails" (Requested by yurys on #webkit).
27973         https://bugs.webkit.org/show_bug.cgi?id=50950
27974
27975         * fast/events/resources/window-onerror.js: Removed.
27976         * fast/events/window-onerror1-expected.txt: Removed.
27977         * fast/events/window-onerror1.html: Removed.
27978         * fast/events/window-onerror10-expected.txt: Removed.
27979         * fast/events/window-onerror10.html: Removed.
27980         * fast/events/window-onerror11-expected.txt: Removed.
27981         * fast/events/window-onerror11.html: Removed.
27982         * fast/events/window-onerror2-expected.txt: Removed.
27983         * fast/events/window-onerror2.html: Removed.
27984         * fast/events/window-onerror3-expected.txt: Removed.
27985         * fast/events/window-onerror3.html: Removed.
27986         * fast/events/window-onerror4-expected.txt: Removed.
27987         * fast/events/window-onerror4.html: Removed.
27988         * fast/events/window-onerror5-expected.txt: Removed.
27989         * fast/events/window-onerror5.html: Removed.
27990         * fast/events/window-onerror6-expected.txt: Removed.
27991         * fast/events/window-onerror6.html: Removed.
27992         * fast/events/window-onerror7-expected.txt: Removed.
27993         * fast/events/window-onerror7.html: Removed.
27994         * fast/events/window-onerror8-expected.txt: Removed.
27995         * fast/events/window-onerror8.html: Removed.
27996         * fast/events/window-onerror9-expected.txt: Removed.
27997         * fast/events/window-onerror9.html: Removed.
27998         * fast/workers/worker-script-error-expected.txt:
27999         * http/tests/security/resources/onerror-iframe.html: Removed.
28000         * http/tests/security/window-onerror-exception-in-iframe-expected.txt: Removed.
28001         * http/tests/security/window-onerror-exception-in-iframe.html: Removed.
28002         * platform/chromium-win/fast/workers/worker-script-error-expected.txt:
28003         * platform/chromium/fast/events/window-onerror1-expected.txt: Removed.
28004         * platform/chromium/fast/events/window-onerror10-expected.txt: Removed.
28005         * platform/chromium/fast/events/window-onerror11-expected.txt: Removed.
28006         * platform/chromium/fast/events/window-onerror2-expected.txt: Removed.
28007         * platform/chromium/fast/events/window-onerror3-expected.txt: Removed.
28008         * platform/chromium/fast/events/window-onerror4-expected.txt: Removed.
28009         * platform/chromium/fast/events/window-onerror5-expected.txt: Removed.
28010         * platform/chromium/fast/events/window-onerror6-expected.txt: Removed.
28011         * platform/chromium/fast/events/window-onerror7-expected.txt: Removed.
28012         * platform/chromium/fast/events/window-onerror8-expected.txt: Removed.
28013         * platform/chromium/fast/events/window-onerror9-expected.txt: Removed.
28014         * platform/chromium/http/tests/security/window-onerror-exception-in-iframe-expected.txt: Removed.
28015         * platform/chromium/userscripts/window-onerror-for-isolated-world-1-expected.txt: Removed.
28016         * platform/chromium/userscripts/window-onerror-for-isolated-world-2-expected.txt: Removed.
28017         * platform/gtk/Skipped:
28018         * userscripts/window-onerror-for-isolated-world-1-expected.txt: Removed.
28019         * userscripts/window-onerror-for-isolated-world-1.html: Removed.
28020         * userscripts/window-onerror-for-isolated-world-2-expected.txt: Removed.
28021         * userscripts/window-onerror-for-isolated-world-2.html: Removed.
28022
28023 2010-12-09  Antti Koivisto  <antti@apple.com>
28024
28025         Reviewed by Alexey Proskuryakov.
28026
28027         https://bugs.webkit.org/show_bug.cgi?id=50758
28028         <rdar://problem/8722094> 
28029         Defer loading print stylesheets
28030         
28031         Test load ordering.
28032
28033         * http/tests/local/link-stylesheet-load-order-expected.txt: Added.
28034         * http/tests/local/link-stylesheet-load-order-preload-expected.txt: Added.
28035         * http/tests/local/link-stylesheet-load-order-preload.html: Added.
28036         * http/tests/local/link-stylesheet-load-order.html: Added.
28037
28038 2010-12-13  Justin Schuh  <jschuh@chromium.org>
28039
28040         Reviewed by Dimitri Glazkov.
28041
28042         HTMLCanvasElement should handle multiple observers.
28043         https://bugs.webkit.org/show_bug.cgi?id=50899
28044
28045         * fast/canvas/canvas-bg-multiple-removal-expected.txt: Added.
28046         * fast/canvas/canvas-bg-multiple-removal.html: Added.
28047
28048 2010-12-13  Mihai Parparita  <mihaip@chromium.org>
28049
28050         Reviewed by Adam Barth.
28051
28052         [Chromium] canvas/philip/tests/2d.missingargs.html hangs on Snow Leopard
28053         https://bugs.webkit.org/show_bug.cgi?id=50841
28054         
28055         Add test that calls strokeText() (i.e. with no arguments).
28056
28057         * fast/canvas/strokeText-missing-args-expected.txt: Added.
28058         * fast/canvas/strokeText-missing-args.html: Added.
28059
28060 2010-12-13  Benjamin Kalman  <kalman@chromium.org>
28061
28062         Reviewed by Ojan Vafai.
28063
28064         Shift-End does not select to the end of the line
28065         https://bugs.webkit.org/show_bug.cgi?id=50610
28066
28067         * editing/selection/extend-to-line-boundary-expected.txt: Added.
28068         * editing/selection/extend-to-line-boundary.html: Added.
28069
28070 2010-12-13  Pavel Feldman  <pfeldman@chromium.org>
28071
28072         Not reviewed: rebaseline xss tests for window.onerror.
28073
28074         * platform/chromium-linux/http/tests/security/xss-DENIED-frame-name-expected.txt: Removed.
28075         * platform/chromium-mac/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt:
28076         * platform/chromium-mac/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt:
28077         * platform/chromium-mac/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt:
28078         * platform/chromium-mac/http/tests/security/xss-DENIED-frame-name-expected.txt:
28079         * platform/chromium-win/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt:
28080         * platform/chromium-win/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt:
28081         * platform/chromium-win/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt:
28082         * platform/chromium-win/http/tests/security/xss-DENIED-frame-name-expected.txt:
28083         * platform/chromium/test_expectations.txt:
28084
28085 2010-12-13  John Knottenbelt  <jknotten@chromium.org>
28086
28087         Reviewed by Steve Block.
28088
28089         Fix layout test dom/fast/Geolocation/permission-denied-already-error.html for client-based Geolocation
28090         https://bugs.webkit.org/show_bug.cgi?id=50920
28091
28092         * fast/dom/Geolocation/script-tests/permission-denied-already-error.js:
28093
28094 2010-12-13  Mario Sanchez Prada  <msanchez@igalia.com>
28095
28096         Reviewed by Xan Lopez.
28097
28098         [Gtk] Additional support is needed for caret browsing
28099         https://bugs.webkit.org/show_bug.cgi?id=25526
28100
28101         New layout test to check the "MoveTo{Beginninng|End}OfDocument"
28102         commands when caret browsing is enabled.
28103
28104         * platform/gtk/editing/selection/caret-mode-document-begin-end-expected.txt: Added.
28105         * platform/gtk/editing/selection/caret-mode-document-begin-end.html: Added.
28106
28107 2010-12-13  Ilya Tikhonovsky  <loislo@chromium.org>
28108
28109         Reviewed by Yury Semikhatsky.
28110
28111         Web Inspector: Protocol cleanup task. Assign domain attribute to Resources and Debugger specific functions.
28112
28113         Debugger and Resources related notification functions of Inspector.idl were
28114         marked as such with help of "domain" attribute. The other changes in js files
28115         are reflecting this change. Some wrappers in WebInspector namespace were dropped,
28116         the others were moved to DebuggerModel class.
28117
28118         https://bugs.webkit.org/show_bug.cgi?id=50906
28119
28120         * http/tests/inspector/debugger-test2.js:
28121         (initialize_DebuggerTest.InspectorTest.startDebuggerTest.startTest):
28122         (initialize_DebuggerTest.InspectorTest.startDebuggerTest):
28123         (initialize_DebuggerTest.InspectorTest.completeDebuggerTest.disableDebugger):
28124         (initialize_DebuggerTest.InspectorTest.showScriptSource):
28125
28126 2010-12-13  Yury Semikhatsky  <yurys@chromium.org>
28127
28128         Reviewed by Adam Barth.
28129
28130         WebCore doesn't fire window.onerror event when uncaught JavaScript exceptions are thrown
28131         https://bugs.webkit.org/show_bug.cgi?id=8519
28132
28133         Uncaught exceptions are propagated to window.onerror hander if one is present.
28134         The handler is expected to be a function accepting three arguments: error message,
28135         resource url and line number where the exception occured.
28136
28137         * fast/events/resources/window-onerror.js: Added.
28138         (throwException):
28139         * fast/events/window-onerror1-expected.txt: Added.
28140         * fast/events/window-onerror1.html: Added.
28141         * fast/events/window-onerror10-expected.txt: Added.
28142         * fast/events/window-onerror10.html: Added.
28143         * fast/events/window-onerror11-expected.txt: Added.
28144         * fast/events/window-onerror11.html: Added.
28145         * fast/events/window-onerror2-expected.txt: Added.
28146         * fast/events/window-onerror2.html: Added.
28147         * fast/events/window-onerror3-expected.txt: Added.
28148         * fast/events/window-onerror3.html: Added.
28149         * fast/events/window-onerror4-expected.txt: Added.
28150         * fast/events/window-onerror4.html: Added.
28151         * fast/events/window-onerror5-expected.txt: Added.
28152         * fast/events/window-onerror5.html: Added.
28153         * fast/events/window-onerror6-expected.txt: Added.
28154         * fast/events/window-onerror6.html: Added.
28155         * fast/events/window-onerror7-expected.txt: Added.
28156         * fast/events/window-onerror7.html: Added.
28157         * fast/events/window-onerror8-expected.txt: Added.
28158         * fast/events/window-onerror8.html: Added.
28159         * fast/events/window-onerror9-expected.txt: Added.
28160         * fast/events/window-onerror9.html: Added.
28161         * fast/workers/worker-script-error-expected.txt:
28162         * http/tests/security/resources/onerror-iframe.html: Added.
28163         * http/tests/security/window-onerror-exception-in-iframe-expected.txt: Added.
28164         * http/tests/security/window-onerror-exception-in-iframe.html: Added.
28165         * platform/chromium-win/fast/workers/worker-script-error-expected.txt:
28166         * platform/chromium/fast/events/window-onerror1-expected.txt: Added.
28167         * platform/chromium/fast/events/window-onerror10-expected.txt: Added.
28168         * platform/chromium/fast/events/window-onerror11-expected.txt: Added.
28169         * platform/chromium/fast/events/window-onerror2-expected.txt: Added.
28170         * platform/chromium/fast/events/window-onerror3-expected.txt: Added.
28171         * platform/chromium/fast/events/window-onerror4-expected.txt: Added.
28172         * platform/chromium/fast/events/window-onerror5-expected.txt: Added.
28173         * platform/chromium/fast/events/window-onerror6-expected.txt: Added.
28174         * platform/chromium/fast/events/window-onerror7-expected.txt: Added.
28175         * platform/chromium/fast/events/window-onerror8-expected.txt: Added.
28176         * platform/chromium/fast/events/window-onerror9-expected.txt: Added.
28177         * platform/chromium/http/tests/security/window-onerror-exception-in-iframe-expected.txt: Added.
28178         * platform/chromium/userscripts/window-onerror-for-isolated-world-1-expected.txt: Added.
28179         * platform/chromium/userscripts/window-onerror-for-isolated-world-2-expected.txt: Added.
28180         * userscripts/window-onerror-for-isolated-world-1-expected.txt: Added.
28181         * userscripts/window-onerror-for-isolated-world-1.html: Added.
28182         * userscripts/window-onerror-for-isolated-world-2-expected.txt: Added.
28183         * userscripts/window-onerror-for-isolated-world-2.html: Added.
28184
28185 2010-12-08  Alexander Pavlov  <apavlov@chromium.org>
28186
28187         Reviewed by Joseph Pecoraro.
28188
28189         Web Inspector: Enable CSS property editing name/value-wise (like Firebug does)
28190         https://bugs.webkit.org/show_bug.cgi?id=50565
28191
28192         * inspector/console-dir.html:
28193         * inspector/styles-add-blank-property.html:
28194
28195 2010-12-13  W. James MacLean  <wjmaclean@chromium.org>
28196
28197         Reviewed by Csaba Osztrogonác.
28198
28199         Remove unnecessary pixel results, use platform-independent text results, re Changeset 72802
28200         https://bugs.webkit.org/show_bug.cgi?id=50233
28201
28202         Remove redundant, platform-specific test results.
28203
28204         * platform/chromium-linux/svg/custom/svg-parse-overflow-1-expected.txt: Removed.
28205         * platform/chromium-linux/svg/custom/svg-parse-overflow-2-expected.txt: Removed.
28206         * platform/chromium-linux/svg/custom/svg-parse-overflow-3-expected.txt: Removed.
28207         * platform/chromium-linux/svg/custom/svg-parse-overflow-4-expected.txt: Removed.
28208         * platform/chromium-linux/svg/custom/svg-parse-overflow-5-expected.txt: Removed.
28209         * platform/mac/svg/custom/svg-parse-overflow-1-expected.txt: Removed.
28210         * platform/mac/svg/custom/svg-parse-overflow-2-expected.txt: Removed.
28211         * platform/mac/svg/custom/svg-parse-overflow-3-expected.txt: Removed.
28212         * platform/mac/svg/custom/svg-parse-overflow-4-expected.txt: Removed.
28213         * platform/mac/svg/custom/svg-parse-overflow-5-expected.txt: Removed.
28214
28215 2010-12-13  Sheriff Bot  <webkit.review.bot@gmail.com>
28216
28217         Unreviewed, rolling out r73898.
28218         http://trac.webkit.org/changeset/73898
28219         https://bugs.webkit.org/show_bug.cgi?id=50919
28220
28221         FileSystem and Database API's were broken (Requested by loislo
28222         on #webkit).
28223
28224         * http/tests/inspector/debugger-test2.js:
28225         (initialize_DebuggerTest.InspectorTest.startDebuggerTest.startTest):
28226         (initialize_DebuggerTest.InspectorTest.startDebuggerTest):
28227         (initialize_DebuggerTest.InspectorTest.completeDebuggerTest.disableDebugger):
28228         (initialize_DebuggerTest.InspectorTest.showScriptSource):
28229
28230 2010-12-13  Csaba Osztrogonác  <ossy@webkit.org>
28231
28232         Unreviewed.
28233
28234         [Qt] fast/loader/user-stylesheet-fast-path.html fails
28235         https://bugs.webkit.org/show_bug.cgi?id=50911
28236
28237         * platform/qt/Skipped: Add the failing test until fix.
28238
28239 2010-12-13  Pavel Feldman  <pfeldman@chromium.org>
28240
28241         Not reviewed. Updated chromium gpu test expectations.
28242
28243         * platform/chromium-gpu/test_expectations.txt:
28244
28245 2010-12-13  Pavel Feldman  <pfeldman@chromium.org>
28246
28247         Not reviewed. Updated chromium test expectations.
28248
28249         * platform/chromium/test_expectations.txt:
28250
28251 2010-12-13  Ilya Tikhonovsky  <loislo@chromium.org>
28252
28253         Reviewed by Yury Semikhatsky.
28254
28255         Web Inspector: Protocol cleanup task. Assign domain attribute to Resources and Debugger specific functions.
28256
28257         Debugger and Resources related notification functions of Inspector.idl were
28258         marked as such with help of "domain" attribute. The other changes in js files
28259         are reflecting this change. Some wrappers in WebInspector namespace were dropped,
28260         the others were moved to DebuggerModel class.
28261
28262         https://bugs.webkit.org/show_bug.cgi?id=50906
28263
28264         * http/tests/inspector/debugger-test2.js:
28265         (initialize_DebuggerTest.InspectorTest.startDebuggerTest.startTest):
28266         (initialize_DebuggerTest.InspectorTest.startDebuggerTest):
28267         (initialize_DebuggerTest.InspectorTest.completeDebuggerTest.disableDebugger):
28268         (initialize_DebuggerTest.InspectorTest.showScriptSource):
28269         * platform/chromium/test_expectations.txt:
28270
28271 2010-12-13  Pavel Feldman  <pfeldman@chromium.org>
28272
28273         Not reviewed. Updated chromium test expectations.
28274
28275         * platform/chromium/test_expectations.txt:
28276
28277 2010-12-13  Pavel Feldman  <pfeldman@chromium.org>
28278
28279         Not reviewed. Updated chromium test expectations.
28280
28281         * platform/chromium/test_expectations.txt:
28282
28283 2010-12-13  Patrick Gansterer  <paroga@webkit.org>
28284
28285         Reviewed by Eric Seidel.
28286
28287         Move user stylesheet test into platform independent directory
28288         https://bugs.webkit.org/show_bug.cgi?id=47335
28289
28290         There is nothing platform specific in the test, so move it out of the mac directory.
28291
28292         * fast/loader/user-stylesheet-fast-path-expected.txt: Copied from LayoutTests/platform/mac/fast/loader/user-stylesheet-fast-path-expected.txt.
28293         * fast/loader/user-stylesheet-fast-path.html: Copied from LayoutTests/platform/mac/fast/loader/user-stylesheet-fast-path.html.
28294         * platform/mac/fast/loader/user-stylesheet-fast-path-expected.txt: Removed.
28295         * platform/mac/fast/loader/user-stylesheet-fast-path.html: Removed.
28296
28297 2010-12-13  MORITA Hajime  <morrita@google.com>
28298
28299         Unreviewed expectation update.
28300
28301         * platform/chromium/test_expectations.txt:
28302
28303 2010-12-13  Helder Correia  <helder@sencha.com>
28304
28305         Reviewed by Eric Seidel.
28306
28307         [Qt] StillImage::draw() should use ContextShadow
28308         https://bugs.webkit.org/show_bug.cgi?id=50849
28309
28310         The branch that checks for a shadow requirement in StillImage::draw()
28311         is executed when drawing a canvas onto a canvas with
28312         ctx1.drawImage(canvas2, x, y). The current implementation supports
28313         solid shadows only. And if transformations are present, the offset gets
28314         transformed as well. Thus, ContextShadow must be used instead in order
28315         to support blur and correct offset transformations.
28316
28317         * fast/canvas/canvas-draw-canvas-on-canvas-shadow-expected.txt: Added.
28318         * fast/canvas/canvas-draw-canvas-on-canvas-shadow.html: Added.
28319         * fast/canvas/script-tests/canvas-draw-canvas-on-canvas-shadow.js: Added.
28320
28321 2010-10-28  MORITA Hajime  <morrita@google.com>
28322
28323         Reviewed by Ojan Vafai.
28324
28325         spellcheck does not check pasted text
28326         https://bugs.webkit.org/show_bug.cgi?id=40092
28327
28328         * editing/spelling/script-tests/spellcheck-paste.js: Added.
28329         * editing/spelling/spellcheck-paste.html: Added.
28330         * editing/spelling/spellcheck-paste-expected.txt: Added.
28331         * platform/chromium/test_expectations.txt:
28332         * platform/gtk/Skipped:
28333         * platform/mac-leopard/Skipped:
28334         * platform/mac-tiger/Skipped:
28335         * platform/mac-wk2/Skipped:
28336         * platform/qt/Skipped:
28337         * platform/win/Skipped:
28338
28339 2010-12-12  Sam Weinig  <sam@webkit.org>
28340
28341         Update WebKit2 skipped list.
28342
28343         * platform/mac-wk2/Skipped:
28344
28345 2010-12-12  Alejandro G. Castro  <alex@igalia.com>
28346
28347         Unreviewed, skipping failing tests in the bots.
28348
28349         * platform/gtk/Skipped:
28350
28351 2010-12-10  Michael Saboff  <msaboff@apple.com>
28352
28353         Reviewed by Gavin Barraclough.
28354
28355         REGRESSION Hang inside Yarr::RegexCodeBlock::execute when visiting
28356         bugs.webkit.org
28357         https://bugs.webkit.org/show_bug.cgi?id=50816
28358
28359         New test to verify proper backtracking of alternative nested parens.
28360
28361         * fast/regex/parentheses-expected.txt:
28362         * fast/regex/script-tests/parentheses.js:
28363
28364 2010-12-11  Pavel Feldman  <pfeldman@chromium.org>
28365
28366         Not reviewed. Updated chromium test expectations.
28367
28368         * platform/chromium/test_expectations.txt:
28369
28370 2010-10-11  Diego Gonzalez  <diegohcg@webkit.org>
28371
28372         Reviewed by Kenneth Rohde Christiansen.
28373
28374         [Qt] Mock DeviceOrientation client for DRT
28375         https://bugs.webkit.org/show_bug.cgi?id=47490
28376
28377         * platform/qt/Skipped:
28378
28379 2010-12-11  Pavel Feldman  <pfeldman@chromium.org>
28380
28381         Not reviewed. Update chromium test expectations.
28382
28383         * platform/chromium/test_expectations.txt:
28384
28385 2010-12-11  Alejandro G. Castro  <alex@igalia.com>
28386
28387         Unreviewed, skipping failing tests in the bots.
28388
28389         * platform/gtk/Skipped:
28390
28391 2010-12-11  Xan Lopez  <xlopez@igalia.com>
28392
28393         Skip failing http test.
28394
28395         * platform/gtk/Skipped:
28396
28397 2010-12-11  Xan Lopez  <xlopez@igalia.com>
28398
28399         Another crashing inspector test.
28400
28401         * platform/gtk/Skipped:
28402
28403 2010-12-11  Xan Lopez  <xlopez@igalia.com>
28404
28405         inspector/debugger-step-out.html crashing intermittently in the bots
28406         https://bugs.webkit.org/show_bug.cgi?id=50868
28407
28408         * platform/gtk/Skipped:
28409
28410 2010-12-11  Philippe Normand  <pnormand@igalia.com>
28411
28412         Unreviewed, unskip some media tests on GTK that don't fail locally.
28413
28414         * platform/gtk/Skipped:
28415
28416 2010-12-10  Alexey Proskuryakov  <ap@apple.com>
28417
28418         Reviewed by Darin Adler.
28419
28420         https://bugs.webkit.org/show_bug.cgi?id=46573
28421         <rdar://problem/8479389> REGRESSION: charset="utf-8" (with quotes) doesn't work
28422
28423         * http/tests/mime/quoted-charset-expected.txt: Added.
28424         * http/tests/mime/quoted-charset.php: Added.
28425
28426 2010-12-10  Mihai Parparita  <mihaip@chromium.org>
28427
28428         Unreviewed Chromium test expectation update.
28429         
28430         Attach more specific bug IDs to Philip canvas test suite failures.
28431
28432         * platform/chromium/test_expectations.txt:
28433
28434 2010-12-10  W. James MacLean  <wjmaclean@chromium.org>
28435
28436         Reviewed by Ojan Vafai.
28437
28438         Remove unnecessary pixel results, use platform-independent text results, re Changeset 72802
28439         https://bugs.webkit.org/show_bug.cgi?id=50233
28440
28441         First part of two-part patch to remove unnecessary pixel tests, and (in part two)
28442         have a single set of text expectations for all platforms. The standardized text
28443         expectations are added in this patch.
28444
28445         * platform/chromium-linux/svg/custom/svg-parse-overflow-1-expected.checksum: Removed.
28446         * platform/chromium-linux/svg/custom/svg-parse-overflow-1-expected.png: Removed.
28447         * platform/chromium-linux/svg/custom/svg-parse-overflow-2-expected.checksum: Removed.
28448         * platform/chromium-linux/svg/custom/svg-parse-overflow-2-expected.png: Removed.
28449         * platform/chromium-linux/svg/custom/svg-parse-overflow-3-expected.checksum: Removed.
28450         * platform/chromium-linux/svg/custom/svg-parse-overflow-3-expected.png: Removed.
28451         * platform/chromium-linux/svg/custom/svg-parse-overflow-4-expected.checksum: Removed.
28452         * platform/chromium-linux/svg/custom/svg-parse-overflow-4-expected.png: Removed.
28453         * platform/chromium-linux/svg/custom/svg-parse-overflow-5-expected.checksum: Removed.
28454         * platform/chromium-linux/svg/custom/svg-parse-overflow-5-expected.png: Removed.
28455         * platform/chromium-mac/svg/custom/svg-parse-overflow-1-expected.checksum: Removed.
28456         * platform/chromium-mac/svg/custom/svg-parse-overflow-1-expected.png: Removed.
28457         * platform/chromium-mac/svg/custom/svg-parse-overflow-2-expected.checksum: Removed.
28458         * platform/chromium-mac/svg/custom/svg-parse-overflow-2-expected.png: Removed.
28459         * platform/chromium-mac/svg/custom/svg-parse-overflow-3-expected.checksum: Removed.
28460         * platform/chromium-mac/svg/custom/svg-parse-overflow-3-expected.png: Removed.
28461         * platform/chromium-mac/svg/custom/svg-parse-overflow-4-expected.checksum: Removed.
28462         * platform/chromium-mac/svg/custom/svg-parse-overflow-4-expected.png: Removed.
28463         * platform/chromium-mac/svg/custom/svg-parse-overflow-5-expected.checksum: Removed.
28464         * platform/chromium-mac/svg/custom/svg-parse-overflow-5-expected.png: Removed.
28465         * platform/chromium-win/svg/custom/svg-parse-overflow-1-expected.checksum: Removed.
28466         * platform/chromium-win/svg/custom/svg-parse-overflow-1-expected.png: Removed.
28467         * platform/chromium-win/svg/custom/svg-parse-overflow-2-expected.checksum: Removed.
28468         * platform/chromium-win/svg/custom/svg-parse-overflow-2-expected.png: Removed.
28469         * platform/chromium-win/svg/custom/svg-parse-overflow-3-expected.checksum: Removed.
28470         * platform/chromium-win/svg/custom/svg-parse-overflow-3-expected.png: Removed.
28471         * platform/chromium-win/svg/custom/svg-parse-overflow-4-expected.checksum: Removed.
28472         * platform/chromium-win/svg/custom/svg-parse-overflow-4-expected.png: Removed.
28473         * platform/chromium-win/svg/custom/svg-parse-overflow-5-expected.checksum: Removed.
28474         * platform/chromium-win/svg/custom/svg-parse-overflow-5-expected.png: Removed.
28475         * platform/mac/svg/custom/svg-parse-overflow-1-expected.checksum: Removed.
28476         * platform/mac/svg/custom/svg-parse-overflow-1-expected.png: Removed.
28477         * platform/mac/svg/custom/svg-parse-overflow-2-expected.checksum: Removed.
28478         * platform/mac/svg/custom/svg-parse-overflow-2-expected.png: Removed.
28479         * platform/mac/svg/custom/svg-parse-overflow-3-expected.checksum: Removed.
28480         * platform/mac/svg/custom/svg-parse-overflow-3-expected.png: Removed.
28481         * platform/mac/svg/custom/svg-parse-overflow-4-expected.checksum: Removed.
28482         * platform/mac/svg/custom/svg-parse-overflow-4-expected.png: Removed.
28483         * platform/mac/svg/custom/svg-parse-overflow-5-expected.checksum: Removed.
28484         * platform/mac/svg/custom/svg-parse-overflow-5-expected.png: Removed.
28485         * svg/custom/svg-parse-overflow-1-expected.txt: Added.
28486         * svg/custom/svg-parse-overflow-1.html:
28487         * svg/custom/svg-parse-overflow-2-expected.txt: Added.
28488         * svg/custom/svg-parse-overflow-2.html:
28489         * svg/custom/svg-parse-overflow-3-expected.txt: Added.
28490         * svg/custom/svg-parse-overflow-3.html:
28491         * svg/custom/svg-parse-overflow-4-expected.txt: Added.
28492         * svg/custom/svg-parse-overflow-4.html:
28493         * svg/custom/svg-parse-overflow-5-expected.txt: Added.
28494         * svg/custom/svg-parse-overflow-5.html:
28495
28496 2010-12-10  Peter Kasting  <pkasting@google.com>
28497
28498         Unreviewed Chromium test expectations update.
28499
28500         * platform/chromium/test_expectations.txt:
28501
28502 2010-12-10  Cosmin Truta  <ctruta@chromium.org>
28503
28504         Reviewed by Eric Seidel.
28505
28506         Crash while processing ill-formed <textPath> ouside of <text>
28507         https://bugs.webkit.org/show_bug.cgi?id=47759
28508
28509         Ensure that ill-formed text content child elements do not crash.
28510
28511         * svg/custom/invalid-text-content.svg: Added.
28512         * svg/custom/invalid-text-content-expected.checksum: Added.
28513         * svg/custom/invalid-text-content-expected.png: Added.
28514         * svg/custom/invalid-text-content-expected.txt: Added.
28515
28516 2010-12-10  Adam Barth  <abarth@webkit.org>
28517
28518         Reviewed by Eric Seidel.
28519
28520         REGRESSION: Infinite redirect on developer.apple.com
28521         https://bugs.webkit.org/show_bug.cgi?id=45627
28522
28523         Tests originally by Tony Gentilcore.
28524
28525         * fast/loader/form-submit-aborts-parsing-expected.txt: Added.
28526         * fast/loader/form-submit-aborts-parsing.html: Added.
28527         * fast/loader/location-change-aborts-parsing-expected.txt: Added.
28528         * fast/loader/location-change-aborts-parsing.html: Added.
28529         * fast/loader/resources/location-change-aborts-parsing-fail.html: Added.
28530         * fast/loader/resources/location-change-aborts-parsing-pass.html: Added.
28531
28532 2010-12-10  Kenneth Russell  <kbr@google.com>
28533
28534         Reviewed by James Robinson.
28535
28536         Regression: fast/canvas/webgl/constants.html failing
28537         https://bugs.webkit.org/show_bug.cgi?id=50851
28538
28539         * fast/canvas/webgl/constants.html:
28540
28541 2010-12-10  Mihai Parparita  <mihaip@chromium.org>
28542
28543         Unreviewed Chromium test expectation update.
28544         
28545         Attach more specific bug IDs to Philip canvas test suite failures (for
28546         existing bugs only).
28547
28548         * platform/chromium/test_expectations.txt:
28549
28550 2010-12-10  Emil Eklund  <eae@chromium.org>
28551
28552         Reviewed by Adam Barth.
28553
28554         Add testcase for ReplaceSelectionCommand crash.
28555         https://bugs.webkit.org/show_bug.cgi?id=50840
28556
28557         * editing/execCommand/insertHTML-mutation-crash.html: Added.
28558
28559 2010-12-10  Peter Kasting  <pkasting@google.com>
28560
28561         Unreviewed Chromium test expectations update.
28562
28563         Fix broken expectation from r73797.
28564
28565         * platform/chromium/test_expectations.txt:
28566
28567 2010-12-10  Emil Eklund  <eae@chromium.org>
28568
28569         Reviewed by Adam Barth.
28570
28571         Add testcase for range.extractContents crash.
28572         https://bugs.webkit.org/show_bug.cgi?id=50710
28573
28574         * fast/dom/Range/range-extractContents-expected.txt: Added.
28575         * fast/dom/Range/range-extractContents.html: Added.
28576
28577 2010-12-10  Peter Kasting  <pkasting@google.com>
28578
28579         Unreviewed Chromium test expectations update.
28580
28581         * platform/chromium-gpu/test_expectations.txt:
28582         * platform/chromium/fast/encoding: Added.
28583         * platform/chromium/fast/encoding/meta-in-script-expected.txt: Added
28584           V8-specific expectation.
28585         * platform/chromium/test_expectations.txt:
28586
28587 2010-12-10  Krithigassree Sambamurthy  <krithigassree.sambamurthy@nokia.com>
28588
28589         Reviewed by Joseph Pecoraro.
28590
28591         [Qt]: Implement Application Cache Quotas
28592         https://bugs.webkit.org/show_bug.cgi?id=43455
28593
28594         * platform/qt/Skipped: Unskip now passing test origin-quota.html
28595
28596 2010-12-09  Jenn Braithwaite  <jennb@chromium.org>
28597
28598         Reviewed by Adam Barth.
28599
28600         TextResourceDecoder::checkForHeadCharset can look way past the limit.
28601         https://bugs.webkit.org/show_bug.cgi?id=47397
28602
28603         Replaced charset detection algorithm with real parser.
28604         Added tests for parser bugs mentioned in the thread for this bug report.
28605         Converted hixie's encoding parsing tests to a layout test.
28606         Added http-equiv attribute to meta tag in 2 existing tests.
28607
28608         * fast/encoding/bracket-in-script-expected.txt: Added.
28609         * fast/encoding/bracket-in-script.html: Added.
28610         * fast/encoding/bracket-in-tag-expected.txt: Added.
28611         * fast/encoding/bracket-in-tag.html: Added.
28612         * fast/encoding/escaped-bracket-expected.txt: Added.
28613         * fast/encoding/escaped-bracket.html: Added.
28614         * fast/encoding/meta-in-body-expected.txt: Added.
28615         * fast/encoding/meta-in-body.html: Added.
28616         * fast/encoding/meta-in-script-expected.txt: Added.
28617         * fast/encoding/meta-in-script.html: Added.
28618         * fast/encoding/meta-in-title-expected.txt: Added.
28619         * fast/encoding/meta-in-title.html: Added.
28620         * fast/encoding/mismatched-end-tag-expected.txt: Added.
28621         * fast/encoding/mismatched-end-tag.html: Added.
28622         * fast/encoding/namespace-meta-expected.txt: Added.
28623         * fast/encoding/namespace-meta.html: Added.
28624         * fast/encoding/namespace-tolerance.html:
28625         * fast/encoding/not-http-equiv-content-expected.txt: Added.
28626         * fast/encoding/not-http-equiv-content.html: Added.
28627         * fast/encoding/parser-tests-expected.txt: Added.
28628         * fast/encoding/parser-tests.html: Added.
28629         * fast/encoding/quotes-in-title-expected.txt: Added.
28630         * fast/encoding/quotes-in-title.html: Added.
28631         * fast/encoding/resources/001.html: Added.
28632         * fast/encoding/resources/002.html: Added.
28633         * fast/encoding/resources/003.html: Added.
28634         * fast/encoding/resources/004.html: Added.
28635         * fast/encoding/resources/005.html: Added.
28636         * fast/encoding/resources/006.html: Added.
28637         * fast/encoding/resources/007.html: Added.
28638         * fast/encoding/resources/008.html: Added.
28639         * fast/encoding/resources/009.html: Added.
28640         * fast/encoding/resources/010.html: Added.
28641         * fast/encoding/resources/011.html: Added.
28642         * fast/encoding/resources/012.html: Added.
28643         * fast/encoding/resources/013.html: Added.
28644         * fast/encoding/resources/014.html: Added.
28645         * fast/encoding/resources/015.html: Added.
28646         * fast/encoding/resources/016.html: Added.
28647         * fast/encoding/resources/017.html: Added.
28648         * fast/encoding/resources/018.html: Added.
28649         * fast/encoding/resources/019.html: Added.
28650         * fast/encoding/resources/020.html: Added.
28651         * fast/encoding/resources/021.html: Added.
28652         * fast/encoding/resources/022.html: Added.
28653         * fast/encoding/resources/023.html: Added.
28654         * fast/encoding/resources/024.html: Added.
28655         * fast/encoding/resources/025.html: Added.
28656         * fast/encoding/resources/026.html: Added.
28657         * fast/encoding/resources/027.html: Added.
28658         * fast/encoding/resources/028.html: Added.
28659         * fast/encoding/resources/029.html: Added.
28660         * fast/encoding/resources/030.html: Added.
28661         * fast/encoding/resources/031.html: Added.
28662         * fast/encoding/resources/032.html: Added.
28663         * fast/encoding/resources/033.html: Added.
28664         * fast/encoding/resources/034.html: Added.
28665         * fast/encoding/resources/035.html: Added.
28666         * fast/encoding/resources/036.html: Added.
28667         * fast/encoding/resources/037.html: Added.
28668         * fast/encoding/resources/038.html: Added.
28669         * fast/encoding/resources/039.html: Added.
28670         * fast/encoding/resources/040.html: Added.
28671         * fast/encoding/resources/041.html: Added.
28672         * fast/encoding/resources/042.html: Added.
28673         * fast/encoding/resources/043.html: Added.
28674         * fast/encoding/resources/044.html: Added.
28675         * fast/encoding/resources/045.html: Added.
28676         * fast/encoding/resources/046.html: Added.
28677         * fast/encoding/resources/047.html: Added.
28678         * fast/encoding/resources/048.html: Added.
28679         * fast/encoding/resources/049.html: Added.
28680         * fast/encoding/resources/050.html: Added.
28681         * fast/encoding/resources/051.html: Added.
28682         * fast/encoding/resources/052.html: Added.
28683         * fast/encoding/resources/053.html: Added.
28684         * fast/encoding/resources/054.html: Added.
28685         * fast/encoding/resources/055.html: Added.
28686         * fast/encoding/resources/056.html: Added.
28687         * fast/encoding/resources/057.html: Added.
28688         * fast/encoding/resources/058.html: Added.
28689         * fast/encoding/resources/059.html: Added.
28690         * fast/encoding/resources/060.html: Added.
28691         * fast/encoding/resources/061.html: Added.
28692         * fast/encoding/resources/062.html: Added.
28693         * fast/encoding/resources/063.html: Added.
28694         * fast/encoding/resources/064.html: Added.
28695         * fast/encoding/resources/065.html: Added.
28696         * fast/encoding/resources/066.html: Added.
28697         * fast/encoding/resources/067.html: Added.
28698         * fast/encoding/resources/068.html: Added.
28699         * fast/encoding/resources/069.html: Added.
28700         * fast/encoding/resources/070.html: Added.
28701         * fast/encoding/resources/071.html: Added.
28702         * fast/encoding/resources/072.html: Added.
28703         * fast/encoding/resources/073.html: Added.
28704         * fast/encoding/resources/074.html: Added.
28705         * fast/encoding/resources/075.html: Added.
28706         * fast/encoding/resources/076.html: Added.
28707         * fast/encoding/resources/077.html: Added.
28708         * fast/encoding/resources/078.html: Added.
28709         * fast/encoding/resources/079.html: Added.
28710         * fast/encoding/resources/080.html: Added.
28711         * fast/encoding/resources/081.html: Added.
28712         * fast/encoding/resources/082.html: Added.
28713         * fast/encoding/resources/083.html: Added.
28714         * fast/encoding/resources/084.html: Added.
28715         * fast/encoding/resources/085.html: Added.
28716         * fast/encoding/resources/086.html: Added.
28717         * fast/encoding/resources/087.html: Added.
28718         * fast/encoding/resources/088.html: Added.
28719         * fast/encoding/resources/089.html: Added.
28720         * fast/encoding/resources/090.html: Added.
28721         * fast/encoding/resources/091.html: Added.
28722         * fast/encoding/resources/092.html: Added.
28723         * fast/encoding/resources/093.html: Added.
28724         * fast/encoding/resources/094.html: Added.
28725         * fast/encoding/resources/095.html: Added.
28726         * fast/encoding/resources/096.html: Added.
28727         * fast/encoding/resources/097.html: Added.
28728         * fast/encoding/resources/098.html: Added.
28729         * fast/encoding/resources/099.html: Added.
28730         * fast/encoding/resources/100.html: Added.
28731         * fast/encoding/resources/101.html: Added.
28732         * fast/encoding/resources/102.html: Added.
28733         * fast/encoding/resources/103.html: Added.
28734         * fast/encoding/resources/104.html: Added.
28735         * fast/encoding/resources/105.html: Added.
28736         * fast/encoding/resources/106.html: Added.
28737         * fast/encoding/resources/107.html: Added.
28738         * fast/encoding/resources/108.html: Added.
28739         * fast/encoding/resources/109.html: Added.
28740         * fast/encoding/resources/110.html: Added.
28741         * fast/encoding/resources/111.html: Added.
28742         * fast/encoding/resources/112.html: Added.
28743         * fast/encoding/resources/113.html: Added.
28744         * fast/encoding/resources/114.html: Added.
28745         * fast/encoding/resources/115.html: Added.
28746         * fast/encoding/resources/116.html: Added.
28747         * fast/encoding/resources/117.html: Added.
28748         * fast/encoding/resources/118.html: Added.
28749         * fast/encoding/resources/119.html: Added.
28750         * fast/encoding/resources/120.html: Added.
28751         * fast/encoding/resources/121.html: Added.
28752         * fast/encoding/resources/122.html: Added.
28753         * fast/encoding/resources/123.html: Added.
28754         * fast/encoding/tag-name-digit-expected.txt: Added.
28755         * fast/encoding/tag-name-digit.html: Added.
28756         * fast/text/international/bidi-innertext.html:
28757         * http/tests/misc/charset-sniffer-end-sniffing-expected.txt: Added.
28758         * http/tests/misc/charset-sniffer-end-sniffing.html: Added.
28759         * http/tests/misc/resources/charset-sniffer-end-sniffing.php: Added.
28760
28761 2010-12-10  Mihai Parparita  <mihaip@chromium.org>
28762
28763         Unreviewed Chromium test expectation update.
28764         
28765         Group Philip canvas test suite expectations better (by platform).
28766
28767         * platform/chromium/test_expectations.txt:
28768
28769 2010-12-10  Tony Chang  <tony@chromium.org>
28770
28771         Reviewed by Ojan Vafai.
28772
28773         [chromium] remove --use-drt and add --use-test-shell
28774         https://bugs.webkit.org/show_bug.cgi?id=50701
28775
28776         Remove drt_expectations.txt since we don't need it anymore.
28777
28778         * platform/chromium/drt_expectations.txt: Removed.
28779
28780 2010-12-10  Alejandro G. Castro  <alex@igalia.com>
28781
28782         Unreviewed, rolling out r73743.
28783         http://trac.webkit.org/changeset/73743
28784
28785         We need gtk+ specific results
28786
28787         * http/tests/misc/dns-prefetch-control-expected.txt:
28788
28789 2010-12-08  Mihai Parparita  <mihaip@chromium.org>
28790
28791         Reviewed by Darin Adler.
28792
28793         fast/canvas/canvas-getImageData-negative-source.html fails on Mac
28794         https://bugs.webkit.org/show_bug.cgi?id=47901
28795         
28796         Add test for rounding behavior. Remove now-passing tests from
28797         test_expectations.txt.
28798
28799         * fast/canvas/canvas-getImageData-rounding-expected.txt: Added.
28800         * fast/canvas/canvas-getImageData-rounding.html: Added.
28801         * platform/chromium/test_expectations.txt:
28802
28803 2010-12-10  Alejandro G. Castro  <alex@igalia.com>
28804
28805         Unreviewed GTK test expectation update.
28806
28807         * http/tests/misc/dns-prefetch-control-expected.txt:
28808
28809 2010-12-10  Peter Kasting  <pkasting@google.com>
28810
28811         Unreviewed Chromium test expectation update.
28812
28813         * platform/chromium-gpu/test_expectations.txt:
28814         * platform/chromium/test_expectations.txt:
28815
28816 2010-12-10  Alejandro G. Castro  <alex@igalia.com>
28817
28818         Reviewed by Martin Robinson.
28819
28820         [GTK] Add hasSpellingMarker support to the DRT
28821         https://bugs.webkit.org/show_bug.cgi?id=50739
28822
28823         Unskipped spelling tests and added a bug for the one failing,
28824         added results for a new ones also.
28825
28826         * platform/gtk/Skipped:
28827         * platform/gtk/editing/spelling/inline_spelling_markers-expected.txt: Added.
28828
28829 2010-12-10  Joone Hur  <joone@kldp.org>
28830
28831         Reviewed by Xan Lopez.
28832
28833         [GTK] Unskipping some test cases in userscripts dependent on addUserStyleSheet
28834         https://bugs.webkit.org/show_bug.cgi?id=50808
28835
28836         Unskipping the following test cases:
28837         userscripts/mixed-case-stylesheet.html
28838         userscripts/simple-stylesheet.html
28839         userscripts/user-style-all-frames.html
28840
28841         * platform/gtk/Skipped:
28842
28843 2010-12-10  Mario Sanchez Prada  <msanchez@igalia.com>
28844
28845         Reviewed by Martin Robinson.
28846
28847         [GTK] AX: implement isEnabled in DRT
28848         https://bugs.webkit.org/show_bug.cgi?id=50814
28849
28850         Unskip passing accessibility/aria-disabled.html test.
28851
28852         * platform/gtk/Skipped: Unskip test.
28853
28854 2010-12-10  Csaba Osztrogonác  <ossy@webkit.org>
28855
28856         Unreviewed. Remove platform specific expected files after r73720.
28857
28858         * platform/gtk/fast/forms/ValidityState-patternMismatch-expected.txt: Removed.
28859         * platform/qt/fast/forms/ValidityState-patternMismatch-expected.txt: Removed.
28860
28861 2010-12-10  Mario Sanchez Prada  <msanchez@igalia.com>
28862
28863         Unreviewed, unskip passing accessibility tests on GTK.
28864
28865         * platform/gtk/Skipped: Unskip passing tests.
28866
28867 2010-12-10  Pavel Feldman  <pfeldman@chromium.org>
28868
28869         Not reviewed. Get rid of spaces in ValidityState-patternMismatch test.
28870
28871         * fast/forms/ValidityState-patternMismatch-expected.txt:
28872         * fast/forms/ValidityState-patternMismatch.html:
28873
28874 2010-12-10  Csaba Osztrogonác  <ossy@webkit.org>
28875
28876         Unreviewed. Add platform specific expected files after r73715.
28877
28878         * platform/gtk/fast/forms/ValidityState-patternMismatch-expected.txt: Added.
28879         * platform/qt/fast/forms/ValidityState-patternMismatch-expected.txt: Added.
28880
28881 2010-12-10  Dai Mikurube  <dmikurube@google.com>
28882
28883         Reviewed by Kent Tamura.
28884
28885         Refactor by merging tests for ValidityState (patternMismatch and customError)
28886         https://bugs.webkit.org/show_bug.cgi?id=50802
28887
28888         * fast/forms/ValidityState-customError-expected.txt: Added.
28889         * fast/forms/ValidityState-customError.html: Added.
28890         * fast/forms/ValidityState-customError-001-expected.txt: Removed. Merged to ValidityState-customError-expected.txt.
28891         * fast/forms/ValidityState-customError-001.html: Removed. Merged to ValidityState-customError.html.
28892         * fast/forms/ValidityState-customError-002-expected.txt: Removed. Merged to ValidityState-customError-expected.txt.
28893         * fast/forms/ValidityState-customError-002.html: Removed. Merged to ValidityState-customError.html.
28894         * fast/forms/ValidityState-customError-003-expected.txt: Removed. Merged to ValidityState-customError-expected.txt.
28895         * fast/forms/ValidityState-customError-003.html: Removed. Merged to ValidityState-customError.html.
28896         * fast/forms/ValidityState-customError-004-expected.txt: Removed. Merged to ValidityState-customError-expected.txt.
28897         * fast/forms/ValidityState-customError-004.html: Removed. Merged to ValidityState-customError.html.
28898         * fast/forms/ValidityState-patternMismatch-expected.txt: Added.
28899         * fast/forms/ValidityState-patternMismatch.html: Added.
28900         * fast/forms/ValidityState-patternMismatch-001-expected.txt: Removed. Merged to ValidityState-patternMismatch-expected.txt.
28901         * fast/forms/ValidityState-patternMismatch-001.html: Removed. Merged to ValidityState-patternMismatch.html.
28902         * fast/forms/ValidityState-patternMismatch-002-expected.txt: Removed. Merged to ValidityState-patternMismatch-expected.txt.
28903         * fast/forms/ValidityState-patternMismatch-002.html: Removed. Merged to ValidityState-patternMismatch.html.
28904         * fast/forms/ValidityState-patternMismatch-003-expected.txt: Removed. Merged to ValidityState-patternMismatch-expected.txt.
28905         * fast/forms/ValidityState-patternMismatch-003.html: Removed. Merged to ValidityState-patternMismatch.html.
28906         * fast/forms/ValidityState-patternMismatch-004-expected.txt: Removed. Merged to ValidityState-patternMismatch-expected.txt.
28907         * fast/forms/ValidityState-patternMismatch-004.html: Removed. Merged to ValidityState-patternMismatch.html.
28908         * fast/forms/ValidityState-patternMismatch-005-expected.txt: Removed. Merged to ValidityState-patternMismatch-expected.txt.
28909         * fast/forms/ValidityState-patternMismatch-005.html: Removed. Merged to ValidityState-patternMismatch.html.
28910         * fast/forms/ValidityState-patternMismatch-006-expected.txt: Removed. Merged to ValidityState-patternMismatch-expected.txt.
28911         * fast/forms/ValidityState-patternMismatch-006.html: Removed. Merged to ValidityState-patternMismatch.html.
28912         * fast/forms/ValidityState-patternMismatch-007-expected.txt: Removed. Merged to ValidityState-patternMismatch-expected.txt.
28913         * fast/forms/ValidityState-patternMismatch-007.html: Removed. Merged to ValidityState-patternMismatch.html.
28914
28915 2010-12-10  Joone Hur  <joone@kldp.org>
28916
28917         Reviewed by Eric Seidel.
28918
28919         [GTK] Add DRT support for pageProperty, isPageBoxVisible, pageSizeAndMarginsInPixels, and addUserStyleSheet
28920         https://bugs.webkit.org/show_bug.cgi?id=50783
28921
28922         Unskip the following test cases:
28923         printing/page-rule-selection.html
28924         printing/page-format-data.html
28925         * platform/gtk/Skipped:
28926
28927 2010-12-10  Pavel Feldman  <pfeldman@chromium.org>
28928
28929         Not reviewed. Updated chromium test expectations.
28930
28931         * platform/chromium/test_expectations.txt:
28932
28933 2010-12-10  Pavel Feldman  <pfeldman@chromium.org>
28934
28935         Not reviewed. Mark inspector tests as slow in Chromium expectations.
28936
28937         * platform/chromium/test_expectations.txt:
28938
28939 2010-12-10  Philippe Normand  <pnormand@igalia.com>
28940
28941         Reviewed by Gustavo Noronha Silva.
28942
28943         [GStreamer] data: source could also support non-base64 encoded URIs
28944         https://bugs.webkit.org/show_bug.cgi?id=30007
28945
28946         * platform/gtk/Skipped: Unskipped media/audio-data-url.html. It
28947         should now be much more reliable on the bots running latest
28948         GStreamer versions.
28949
28950 2010-12-10  Hans Wennborg  <hans@chromium.org>
28951
28952         Reviewed by Jeremy Orlow.
28953
28954         IndexedDB: Numeric keys are floats.
28955         https://bugs.webkit.org/show_bug.cgi?id=50674
28956
28957         Update layout tests to use floating-point values for keys.
28958
28959         * storage/indexeddb/keyrange-expected.txt:
28960         * storage/indexeddb/keyrange.html:
28961         Make sure creating the keys works.
28962         * storage/indexeddb/objectstore-cursor-expected.txt:
28963         * storage/indexeddb/objectstore-cursor.html:
28964         Make sure retrieving the keys from the DB objectstore works.
28965
28966 2010-12-10  Martin Robinson  <mrobinson@igalia.com>
28967
28968         Reviewed by Xan Lopez.
28969
28970         [Gtk] style="font-family: courier" makes text disappear
28971         https://bugs.webkit.org/show_bug.cgi?id=47452
28972
28973         Added a GTK+ test for invalid fonts.
28974
28975         * platform/gtk/fonts/font-with-no-valid-encoding-expected.checksum: Added.
28976         * platform/gtk/fonts/font-with-no-valid-encoding-expected.png: Added.
28977         * platform/gtk/fonts/font-with-no-valid-encoding-expected.txt: Added.
28978         * platform/gtk/fonts/font-with-no-valid-encoding.html: Added.
28979
28980 2010-12-10  Csaba Osztrogonác  <ossy@webkit.org>
28981
28982         Unreviewed fix after r73687.
28983
28984         [Qt] enable orientation flag when QtMobility available
28985         https://bugs.webkit.org/show_bug.cgi?id=50781
28986
28987         * platform/qt/fast/dom/Orientation/create-event-orientationchange-expected.txt: Added.
28988         * platform/qt/fast/dom/Window/window-properties-expected.txt:
28989         * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
28990         * platform/qt/fast/dom/prototype-inheritance-expected.txt:
28991         * platform/qt/fast/js/global-constructors-expected.txt:
28992
28993 2010-12-09  Ryosuke Niwa  <rniwa@webkit.org>
28994
28995         Reviewed by Ojan Vafai.
28996
28997         Make DOM Mutation Events Asynchronous
28998         https://bugs.webkit.org/show_bug.cgi?id=46936
28999
29000         Added a test to ensure no DOM mutation events are fired while execCommand is in progress.
29001
29002         * fast/events/crash-on-mutate-during-drop.html: DOMNodeInserted is fired after BR is detached
29003         from the document, and can't be observed. Modify the DOM when text node is inserted.
29004         * fast/events/scoped: Added.
29005         * fast/events/scoped/editing-commands-expected.txt: Added.
29006         * fast/events/scoped/editing-commands.html: Added.
29007
29008 2010-12-09  Sheriff Bot  <webkit.review.bot@gmail.com>
29009
29010         Unreviewed, rolling out r73684.
29011         http://trac.webkit.org/changeset/73684
29012         https://bugs.webkit.org/show_bug.cgi?id=50801
29013
29014         "missing bug number" (Requested by rniwa on #webkit).
29015
29016         * fast/events/crash-on-mutate-during-drop.html:
29017         * fast/events/scoped/editing-commands-expected.txt: Removed.
29018         * fast/events/scoped/editing-commands.html: Removed.
29019
29020 2010-12-09  Kenichi Ishibashi  <bashi@google.com>
29021
29022         Reviewed by Kent Tamura.
29023
29024         Improve validation API support of <object> and <keygen>
29025         https://bugs.webkit.org/show_bug.cgi?id=50663
29026
29027         Adds tests for validation API for <object>.
29028         Tests for <output> and <keygen> are also added.
29029
29030         * fast/dom/plugin-attributes-enumeration-expected.txt: Updated.
29031         * fast/forms/ValidityState-001-expected.txt: Updated.
29032         * fast/forms/ValidityState-001.html: Updated.
29033         * fast/forms/checkValidity-001-expected.txt: Updated.
29034         * fast/forms/checkValidity-001.html: Updated.
29035         * fast/forms/script-tests/setCustomValidity-existence.js: Added.
29036         * fast/forms/script-tests/validationMessage.js: Updated.
29037         * fast/forms/script-tests/willvalidate.js: Updated.
29038         * fast/forms/setCustomValidity-existence-expected.txt: Added.
29039         * fast/forms/setCustomValidity-existence.html: Added.
29040         * fast/forms/validationMessage-expected.txt: Updated.
29041         * fast/forms/willvalidate-expected.txt: Updated.
29042
29043 2010-12-09  Sadrul Habib Chowdhury  <sadrul@chromium.org>
29044
29045         Reviewed by Kent Tamura.
29046
29047         Make sure a non-zero value is used for tile-width to avoid a crash
29048         https://bugs.webkit.org/show_bug.cgi?id=50341
29049
29050         The scaled tile width can be very small at times (e.g. with 'style: font 1
29051         required'). So use a minimum width of 1 instead of using 0 (which leads to a
29052         crash).
29053
29054         * fast/dom/HTMLProgressElement/progress-element-with-style-crash.html: Added.
29055         * fast/dom/HTMLProgressElement/progress-element-with-style-crash-expected.txt: Added.
29056
29057 2010-12-09  Ryosuke Niwa  <rniwa@webkit.org>
29058
29059         Reviewed by Ojan Vafai.
29060
29061         Added a test to ensure no DOM mutation events are fired while execCommand is in progress.
29062
29063         * fast/events/crash-on-mutate-during-drop.html: DOMNodeInserted is fired after BR is detached
29064         from the document, and can't be observed. Modify the DOM when text node is inserted.
29065         * fast/events/mutation: Added.
29066         * fast/events/mutation/execCommands.html: Added.
29067
29068 2010-12-09  Abhishek Arya  <inferno@chromium.org>
29069
29070         Reviewed by James Robinson.
29071
29072         Tests that we do not crash when we set details element with children to show as inline.
29073         https://bugs.webkit.org/show_bug.cgi?id=50671
29074
29075         * fast/html/details-element-render-inline-crash-expected.txt: Added.
29076         * fast/html/details-element-render-inline-crash.html: Added.
29077
29078 2010-12-09  James Robinson  <jamesr@chromium.org>
29079
29080         Unreviewed. Update Chromium GPU test expecations for canvas/philip.
29081
29082         * platform/chromium-gpu/test_expectations.txt:
29083
29084 2010-12-09  Jasmin Lapalme  <jlapalme@druide.com>
29085
29086         Reviewed by Alexey Proskuryakov.
29087
29088         Test for a faulty conversion from UTF-8 to UTF-16 in WebCore during an XSLT transformation.
29089         https://bugs.webkit.org/show_bug.cgi?id=50708
29090
29091         * fast/xsl/utf8-chunks-expected.txt: Added.
29092         * fast/xsl/utf8-chunks.xml: Added.
29093         * fast/xsl/utf8-chunks.xsl: Added.
29094
29095 2010-12-09  Vincent Scheib  <scheib@chromium.org>
29096
29097         Reviewed by James Robinson.
29098
29099         Clip update rectangle for Texture::updateSubRect to texture size
29100         https://bugs.webkit.org/show_bug.cgi?id=49929
29101
29102         * fast/canvas/canvas-largedraws-expected.txt: Added.
29103         * fast/canvas/canvas-largedraws.html: Added.
29104
29105 2010-12-09  Mihai Parparita  <mihaip@chromium.org>
29106
29107         Unreviewed Chromium test expectations update.
29108         
29109         Group canvas/philip failures together, fix some expectations (many tests
29110         that were marked as flaky actually fail consistently).
29111
29112         * platform/chromium/test_expectations.txt:
29113
29114 2010-12-09  Mihai Parparita  <mihaip@chromium.org>
29115
29116         Unreviewed Chromium test expectations update.
29117
29118         Was overly aggressive with r73661, canvas/philip/tests/
29119         toDataURL.jpeg.alpha.html still fails.
29120
29121         * platform/chromium/test_expectations.txt:
29122
29123 2010-12-09  Zhenyao Mo  <zmo@google.com>
29124
29125         Reviewed by Kenneth Russell.
29126
29127         Expose constructor functions for instanceof checks of WebGL objects
29128         https://bugs.webkit.org/show_bug.cgi?id=36512
29129
29130         * fast/canvas/webgl/instanceof-test-expected.txt: Added.
29131         * fast/canvas/webgl/instanceof-test.html: Added.
29132         * fast/dom/Window/script-tests/window-property-descriptors.js: Register newly added WebGL objects.
29133         * fast/dom/Window/window-properties.html: Ditto.
29134         * fast/dom/script-tests/prototype-inheritance-2.js: Ditto.
29135         (constructorNamesForWindow):
29136         * fast/dom/script-tests/prototype-inheritance.js: Ditto.
29137         * fast/js/script-tests/global-constructors.js: Ditto.
29138
29139 2010-12-09  James Robinson  <jamesr@chromium.org>
29140
29141         Reviewed by Kenneth Russell.
29142
29143         [chromium] Compositor needs to manage its VRAM use
29144         https://bugs.webkit.org/show_bug.cgi?id=49629
29145
29146         Adds a few tests involving lots of visible image layers.  The tests are designed
29147         to require slightly more than 64MB of VRAM.
29148
29149         * platform/chromium-gpu-win/compositing/lots-of-img-layers-expected.checksum: Added.
29150         * platform/chromium-gpu-win/compositing/lots-of-img-layers-expected.png: Added.
29151         * platform/chromium-gpu-win/compositing/lots-of-img-layers-expected.txt: Added.
29152         * platform/chromium-gpu-win/compositing/lots-of-img-layers-with-opacity-expected.checksum: Added.
29153         * platform/chromium-gpu-win/compositing/lots-of-img-layers-with-opacity-expected.png: Added.
29154         * platform/chromium-gpu-win/compositing/lots-of-img-layers-with-opacity-expected.txt: Added.
29155         * platform/chromium-gpu/test_expectations.txt:
29156         * platform/chromium/compositing/lots-of-img-layers-with-opacity.html: Added.
29157         * platform/chromium/compositing/lots-of-img-layers.html: Added.
29158         * platform/chromium/test_expectations.txt:
29159
29160 2010-12-09  Mihai Parparita  <mihaip@chromium.org>
29161
29162         Unreviewed Chromium test expectations update.
29163         
29164         Delete a bunch of chromium-win specific baselines that were added by
29165         r68608. That was done because r68568 checked in failing expectations,
29166         but since Chromium was passing the tests with Skia, we wanted to keep
29167         passing them. However, the failing expectations were rolled out by
29168         r68737, so we no longer needed Chromium-specific expectations.
29169         
29170         Later, with r71481 we updated to a new version of the Philip test suite,
29171         which has a different output format, and the Chromium-specific
29172         expectations were out of date. Since they're not needed (we should pass
29173         with the base ones), they can just be deleted.
29174
29175         * platform/chromium-mac/canvas/philip/tests/2d.drawImage.null-expected.txt: Removed.
29176         * platform/chromium-mac/canvas/philip/tests/2d.pattern.image.null-expected.txt: Removed.
29177         * platform/chromium-win/canvas/philip/tests/2d.drawImage.null-expected.txt: Removed.
29178         * platform/chromium-win/canvas/philip/tests/2d.gradient.radial.cone.front-expected.txt: Removed.
29179         * platform/chromium-win/canvas/philip/tests/2d.gradient.radial.inside2-expected.txt: Removed.
29180         * platform/chromium-win/canvas/philip/tests/2d.gradient.radial.inside3-expected.txt: Removed.
29181         * platform/chromium-win/canvas/philip/tests/2d.gradient.radial.outside1-expected.txt: Removed.
29182         * platform/chromium-win/canvas/philip/tests/2d.line.cap.closed-expected.txt: Removed.
29183         * platform/chromium-win/canvas/philip/tests/2d.line.join.parallel-expected.txt: Removed.
29184         * platform/chromium-win/canvas/philip/tests/2d.line.miter.lineedge-expected.txt: Removed.
29185         * platform/chromium-win/canvas/philip/tests/2d.pattern.image.null-expected.txt: Removed.
29186         * platform/chromium-win/canvas/philip/tests/2d.shadow.enable.x-expected.txt: Removed.
29187         * platform/chromium-win/canvas/philip/tests/2d.shadow.enable.y-expected.txt: Removed.
29188         * platform/chromium-win/canvas/philip/tests/2d.strokeRect.zero.4-expected.txt: Removed.
29189         * platform/chromium-win/canvas/philip/tests/toDataURL.jpeg.alpha-expected.txt: Removed.
29190         * platform/chromium/test_expectations.txt:
29191
29192 2010-12-09  Mihai Parparita  <mihaip@chromium.org>
29193
29194         Unreviewed Chromium test expectations update.
29195         
29196         Remove test_expectations.txt entries for 4 Philip suite canvas tests
29197         that pass consistently on all bots. 2d.drawImage.incomplete.html was
29198         fixed by r71292, the rest have been passing for as long as we have
29199         history in the Chromium test dashboard.
29200
29201         * platform/chromium/test_expectations.txt:
29202
29203 2010-12-09  Peter Kasting  <pkasting@google.com>
29204
29205         Unreviewed Chromium test expectations update.
29206
29207         Mark a test as timing out on Win Debug.
29208
29209         * platform/chromium/test_expectations.txt:
29210
29211 2010-12-09  Peter Kasting  <pkasting@google.com>
29212
29213         Unreviewed Chromium test expectations update.
29214
29215         Rebaseline a Linux test.
29216
29217         * platform/chromium-linux/svg/custom/use-referencing-nonexisting-symbol-expected.checksum:
29218         * platform/chromium-linux/svg/custom/use-referencing-nonexisting-symbol-expected.png:
29219         * platform/chromium/test_expectations.txt:
29220
29221 2010-12-09  Sheriff Bot  <webkit.review.bot@gmail.com>
29222
29223         Unreviewed, rolling out r73635.
29224         http://trac.webkit.org/changeset/73635
29225         https://bugs.webkit.org/show_bug.cgi?id=50778
29226
29227         'Side-effects on 3 css tests needs closer review' (Requested
29228         by mwenge on #webkit).
29229
29230         * platform/qt/Skipped:
29231
29232 2010-12-09  Michael Saboff  <msaboff@apple.com>
29233
29234         Reviewed by Gavin Barraclough.
29235
29236         REGRESSION (r73065?): A regex no longer works 
29237         https://bugs.webkit.org/show_bug.cgi?id=50570
29238
29239         Added tests that came from submitter to validate change.
29240
29241         * fast/regex/parentheses-expected.txt:
29242         * fast/regex/script-tests/parentheses.js:
29243
29244 2010-12-09  Peter Kasting  <pkasting@google.com>
29245
29246         Unreviewed Chromium test expectations update.
29247
29248         * platform/chromium/test_expectations.txt:
29249
29250 2010-12-09  Cosmin Truta  <ctruta@chromium.org>
29251
29252         Reviewed by Adam Barth.
29253
29254         Rebaseline svg/custom/text-linking.svg
29255         https://bugs.webkit.org/show_bug.cgi?id=50310
29256
29257         * platform/chromium/test_expectations.txt:
29258         * platform/chromium-win/svg/custom/text-linking-expected.checksum: Added.
29259         * platform/chromium-win/svg/custom/text-linking-expected.png: Added.
29260         * platform/chromium-win/svg/custom/text-linking-expected.txt: Added.
29261         * platform/mac-leopard/svg/custom/text-linking-expected.checksum: Updated.
29262         * platform/mac-leopard/svg/custom/text-linking-expected.png: Updated.
29263
29264 2010-12-09  Peter Kasting  <pkasting@google.com>
29265
29266         Unreviewed Chromium test expectations update.
29267
29268         * platform/chromium-gpu/test_expectations.txt:
29269         * platform/chromium/test_expectations.txt:
29270
29271 2010-12-09  Robert Hogan  <robert@webkit.org>
29272
29273         Reviewed by Andreas Kling.
29274
29275         [Qt] Search input field doesn't have cancel button
29276         Add a cancel button to the search field and make it customizable
29277         by the client. For now, use the close dialog button associated
29278         with the application's style as the default.
29279
29280         Unskip a bunch of search field related tests that pass now:
29281
29282         fast/forms/search-cancel-button-mouseup.html
29283         fast/forms/search-rtl.html
29284         fast/forms/search-abs-pos-cancel-button.html
29285         fast/forms/search-styled.html
29286         fast/forms/search-transformed.html
29287         fast/forms/search-zoomed.html
29288         fast/forms/search-cancel-button-style-sharing.html
29289         fast/forms/search-display-none-cancel-button.html
29290         fast/forms/search-placeholder-value-changed.html
29291         fast/repaint/search-field-cancel.html
29292         fast/forms/search-cancel-button-events.html
29293
29294         https://bugs.webkit.org/show_bug.cgi?id=42887
29295
29296         * platform/qt/Skipped:
29297
29298 2010-12-09  Yael Aharon  <yael.aharon@nokia.com>
29299
29300         Reviewed by Antonio Gomes.
29301
29302         Spatial Navigation: Crash when handling iframe of size 0.
29303         https://bugs.webkit.org/show_bug.cgi?id=50730
29304
29305         * fast/spatial-navigation/snav-hidden-iframe-zero-size-expected.txt: Added.
29306         * fast/spatial-navigation/snav-hidden-iframe-zero-size.html: Added.
29307
29308 2010-12-09  Sheriff Bot  <webkit.review.bot@gmail.com>
29309
29310         Unreviewed, rolling out r73616.
29311         http://trac.webkit.org/changeset/73616
29312         https://bugs.webkit.org/show_bug.cgi?id=50772
29313
29314         Breaks chromium win build (Requested by hwennborg on #webkit).
29315
29316         * storage/indexeddb/index-basics-expected.txt:
29317         * storage/indexeddb/index-basics.html:
29318         * storage/indexeddb/index-cursor.html:
29319         * storage/indexeddb/keyrange-expected.txt:
29320         * storage/indexeddb/keyrange.html:
29321         * storage/indexeddb/objectstore-cursor.html:
29322
29323 2010-12-09  Brian Weinstein  <bweinstein@apple.com>
29324
29325         Land failing expected results for editing tests that have been failing since they were
29326         added in r73548.
29327         
29328         Fixing the failures is being tracked by: https://bugs.webkit.org/show_bug.cgi?id=50731.
29329
29330         * platform/win/editing/selection/caret-ltr-right-expected.txt: Added.
29331         * platform/win/editing/selection/caret-rtl-2-left-expected.txt: Added.
29332         * platform/win/editing/selection/caret-rtl-right-expected.txt: Added.
29333
29334 2010-12-06  Philippe Normand  <pnormand@igalia.com>
29335
29336         Reviewed by Martin Robinson.
29337
29338         [GTK] Support the Mozilla-style Fullscreen Javascript API
29339         https://bugs.webkit.org/show_bug.cgi?id=50572
29340
29341         * platform/gtk/Skipped: Unskip now passing fullscreen tests.
29342
29343 2010-12-09  Michael Saboff  <msaboff@apple.com>
29344
29345         Reviewed by Geoffrey Garen.
29346
29347         New test to verify that arrays sort per the standard even it
29348         there is an override for toString() that modifies the array.
29349         https://bugs.webkit.org/show_bug.cgi?id=50718
29350
29351         * fast/js/array-sort-modifying-tostring-expected.txt: Added.
29352         * fast/js/array-sort-modifying-tostring.html: Added.
29353         * fast/js/script-tests/array-sort-modifying-tostring.js: Added.
29354         (do_gc):
29355         (Item):
29356         (toString_Mutate):
29357         (test):
29358
29359 2010-12-09  Abhishek Arya  <inferno@chromium.org>
29360
29361         Reviewed by Dimitri Glazkov.
29362
29363         Tests that we do not crash when we move the referenceNode using node iterator
29364         methods previousNode and nextNode.
29365         https://bugs.webkit.org/show_bug.cgi?id=50764
29366
29367         * fast/dom/node-iterator-reference-node-moved-crash-expected.txt: Added.
29368         * fast/dom/node-iterator-reference-node-moved-crash.html: Added.
29369
29370 2010-12-09  Hans Wennborg  <hans@chromium.org>
29371
29372         Reviewed by Jeremy Orlow.
29373
29374         IndexedDB: Numeric keys are floats.
29375         https://bugs.webkit.org/show_bug.cgi?id=50674
29376
29377         Update layout tests to use floating-point values for keys.
29378
29379         * storage/indexeddb/keyrange-expected.txt:
29380         * storage/indexeddb/keyrange.html:
29381         Make sure creating the keys works.
29382         * storage/indexeddb/objectstore-cursor-expected.txt:
29383         * storage/indexeddb/objectstore-cursor.html:
29384         Make sure retrieving the keys from the DB objectstore works.
29385
29386 2010-12-09  Michael Saboff  <msaboff@apple.com>
29387
29388         Reviewed by Darin Adler.
29389
29390         Added test to verify proper operation of backtrack labels.
29391         https://bugs.webkit.org/show_bug.cgi?id=50579
29392
29393         * fast/regex/parentheses-expected.txt:
29394         * fast/regex/script-tests/parentheses.js:
29395
29396 2010-12-09  Peter Beverloo  <peter@lvp-media.com>
29397
29398         Reviewed by Maciej Stachowiak.
29399
29400         Default CSS definitions for the figure and figcaption elements.
29401
29402         * fast/html/figcaption-element-expected.txt: Added.
29403         * fast/html/figcaption-element.html: Added.
29404         * fast/html/figure-element-expected.txt: Added.
29405         * fast/html/figure-element.html: Added.
29406         * fast/html/script-tests/figcaption-element.js: Added.
29407         * fast/html/script-tests/figure-element.js: Added.
29408
29409 2010-12-09  Yael Aharon  <yael.aharon@nokia.com>
29410
29411         Reviewed by Antonio Gomes.
29412
29413         Spatial Navigation: more tests.
29414         https://bugs.webkit.org/show_bug.cgi?id=50728
29415
29416         * fast/spatial-navigation/snav-hidden-focusable-element-expected.txt: Added.
29417         * fast/spatial-navigation/snav-hidden-focusable-element.html: Added.
29418         * fast/spatial-navigation/snav-hidden-iframe-expected.txt: Added.
29419         * fast/spatial-navigation/snav-hidden-iframe.html: Added.
29420
29421 2010-12-09  Csaba Osztrogonác  <ossy@webkit.org>
29422
29423         Unreviewed.
29424
29425         Add Qt specific expected results for tests introduced in r73548.
29426         Compared to Mac png files and Mac expected files.
29427
29428         * platform/qt/editing/selection/caret-ltr-2-expected.checksum: Added.
29429         * platform/qt/editing/selection/caret-ltr-2-expected.png: Added.
29430         * platform/qt/editing/selection/caret-ltr-2-expected.txt: Added.
29431         * platform/qt/editing/selection/caret-ltr-2-left-expected.checksum: Added.
29432         * platform/qt/editing/selection/caret-ltr-2-left-expected.png: Added.
29433         * platform/qt/editing/selection/caret-ltr-2-left-expected.txt: Added.
29434         * platform/qt/editing/selection/caret-ltr-expected.checksum: Added.
29435         * platform/qt/editing/selection/caret-ltr-expected.png: Added.
29436         * platform/qt/editing/selection/caret-ltr-expected.txt: Added.
29437         * platform/qt/editing/selection/caret-ltr-right-expected.checksum: Added.
29438         * platform/qt/editing/selection/caret-ltr-right-expected.png: Added.
29439         * platform/qt/editing/selection/caret-ltr-right-expected.txt: Added.
29440         * platform/qt/editing/selection/caret-rtl-2-left-expected.checksum: Added.
29441         * platform/qt/editing/selection/caret-rtl-2-left-expected.png: Added.
29442         * platform/qt/editing/selection/caret-rtl-2-left-expected.txt: Added.
29443         * platform/qt/editing/selection/caret-rtl-right-expected.checksum: Added.
29444         * platform/qt/editing/selection/caret-rtl-right-expected.png: Added.
29445         * platform/qt/editing/selection/caret-rtl-right-expected.txt: Added.
29446
29447 2010-12-09  Joone Hur  <joone@kldp.org>
29448
29449         Reviewed by Martin Robinson.
29450
29451         [GTK] Support for viewport meta tag
29452         https://bugs.webkit.org/show_bug.cgi?id=45443
29453
29454         Included viewport test cases for WebKitGtk
29455
29456         * platform/gtk/Skipped: Unskip fast/viewport except viewport-45.html.
29457
29458 2010-12-09  Yury Semikhatsky  <yurys@chromium.org>
29459
29460         Reviewed by Pavel Feldman.
29461
29462         Web Inspector: Console records for failed XHRs should contain call stack and request method
29463         https://bugs.webkit.org/show_bug.cgi?id=50390
29464
29465         The expectations needed update ue to log format changes.
29466
29467         * http/tests/inspector-enabled/console-log-before-frame-navigation-expected.txt:
29468         * http/tests/inspector/console-resource-errors-expected.txt:
29469         * http/tests/inspector/console-xhr-logging-expected.txt:
29470         * platform/chromium/http/tests/inspector/console-resource-errors-expected.txt: Added.
29471         * platform/chromium/http/tests/inspector/console-xhr-logging-expected.txt: Copied from LayoutTests/http/tests/inspector/console-xhr-logging-expected.txt.
29472
29473 2010-12-09  Dai Mikurube  <dmikurube@google.com>
29474
29475         Reviewed by Kent Tamura.
29476
29477         Implement "required" attribute for select tags
29478         https://bugs.webkit.org/show_bug.cgi?id=50380
29479
29480         Added tests for require attributes, valueMissing and vadility check for select elements.
29481
29482         * fast/forms/ValidityState-valueMissing-001-expected.txt:
29483         * fast/forms/ValidityState-valueMissing-001.html:
29484         * fast/forms/ValidityState-valueMissing-002-expected.txt:
29485         * fast/forms/ValidityState-valueMissing-002.html:
29486         * fast/forms/ValidityState-valueMissing-003-expected.txt:
29487         * fast/forms/ValidityState-valueMissing-003.html:
29488         * fast/forms/checkValidity-002-expected.txt:
29489         * fast/forms/checkValidity-002.html:
29490         * fast/forms/required-attribute-001-expected.txt:
29491         * fast/forms/required-attribute-001.html:
29492         * fast/forms/required-attribute-002-expected.txt:
29493         * fast/forms/required-attribute-002.html:
29494         * fast/forms/resources/select-live-pseudo-selectors.js: Added.
29495         (makeInvalid):
29496         (appendOption):
29497         (backgroundOf):
29498         * fast/forms/script-tests/validationMessage.js:
29499         * fast/forms/select-live-pseudo-selectors-expected.txt: Added.
29500         * fast/forms/select-live-pseudo-selectors.html: Added.
29501         * fast/forms/validationMessage-expected.txt:
29502         * platform/mac/fast/objc/dom-html-select-live-pseudo-selectors.html: Added.
29503         * platform/mac/fast/objc/dom-html-select-live-pseudo-selectors-expected.txt: Added.
29504
29505 2010-12-07  Jeremy Orlow  <jorlow@chromium.org>
29506
29507         Reviewed by Steve Block.
29508
29509         IndexedDB returns the wrong exceptions
29510         https://bugs.webkit.org/show_bug.cgi?id=50632
29511
29512         * storage/indexeddb/constants-expected.txt:
29513         * storage/indexeddb/constants.html:
29514         * storage/indexeddb/objectstore-removeobjectstore-expected.txt:
29515         * storage/indexeddb/objectstore-removeobjectstore.html:
29516
29517 2010-12-09  Pavel Feldman  <pfeldman@chromium.org>
29518
29519         Not reviewed. Rebaselined Chromium expectations.
29520         Reverts r73518 and r73522.
29521
29522         * platform/chromium-linux/fast/forms/placeholder-position-expected.checksum: Added.
29523         * platform/chromium-linux/fast/forms/placeholder-position-expected.png: Added.
29524         * platform/chromium-mac/fast/forms/placeholder-position-expected.checksum: Added.
29525         * platform/chromium-mac/fast/forms/placeholder-position-expected.png: Added.
29526         * platform/chromium-win/fast/forms/placeholder-position-expected.checksum: Added.
29527         * platform/chromium-win/fast/forms/placeholder-position-expected.png: Added.
29528         * platform/chromium-win/fast/forms/placeholder-position-expected.txt: Added.
29529         * platform/chromium/test_expectations.txt:
29530
29531 2010-12-09  Csaba Osztrogonác  <ossy@webkit.org>
29532
29533         Unreviewed. Add Qt specific expected results for tests introduced in r73529.
29534
29535         * platform/qt/fast/events/wheelevent-in-horizontal-scrollbar-in-rtl-expected.txt: Added.
29536         * platform/qt/fast/events/wheelevent-in-vertical-scrollbar-in-rtl-expected.txt: Added.
29537
29538 2010-12-09  Martin Robinson  <mrobinson@igalia.com>
29539
29540         Update GTK+ baselines after r73561.
29541
29542         * platform/gtk/fast/css/input-search-padding-expected.txt:
29543         * platform/gtk/fast/css/text-input-with-webkit-border-radius-expected.txt:
29544         * platform/gtk/fast/forms/box-shadow-override-expected.txt:
29545         * platform/gtk/fast/forms/control-restrict-line-height-expected.txt:
29546         * platform/gtk/fast/forms/input-appearance-height-expected.txt:
29547         * platform/gtk/fast/forms/placeholder-pseudo-style-expected.txt:
29548         * platform/gtk/fast/forms/placeholder-set-value-expected.txt:
29549         * platform/gtk/fast/forms/search-cancel-button-style-sharing-expected.txt:
29550         * platform/gtk/fast/forms/search-placeholder-value-changed-expected.txt:
29551         * platform/gtk/fast/forms/search-rtl-expected.txt:
29552         * platform/gtk/fast/forms/search-styled-expected.txt:
29553         * platform/gtk/fast/forms/search-transformed-expected.txt:
29554         * platform/gtk/fast/forms/search-vertical-alignment-expected.txt:
29555         * platform/gtk/fast/forms/search-zoomed-expected.txt:
29556         * platform/gtk/fast/forms/searchfield-heights-expected.txt:
29557
29558 2010-12-09  Philippe Normand  <pnormand@igalia.com>
29559
29560         Unreviewed, update test baselines as asked by MORITA Hajime.
29561
29562         [GTK] r73488 broke fast/dom/HTMLProgressElement/progress-element.html
29563         https://bugs.webkit.org/show_bug.cgi?id=50687
29564
29565         * platform/gtk/fast/dom/HTMLProgressElement/progress-element-expected.txt:
29566         * platform/gtk/Skipped:
29567
29568 2010-12-09  Yuta Kitamura  <yutak@chromium.org>
29569
29570         Unreviewed.
29571
29572         Chromium rebaselines for r73488.
29573
29574         * platform/chromium-mac/fast/dom/HTMLProgressElement/progress-element-expected.txt:
29575         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
29576         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt:
29577         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
29578         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
29579         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
29580         * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
29581         * platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-expected.txt:
29582         * platform/chromium/test_expectations.txt:
29583
29584 2010-12-08  Pavel Feldman  <pfeldman@chromium.org>
29585
29586         Not reviewed. Updated Chromium expectations.
29587
29588         * platform/chromium/test_expectations.txt:
29589
29590 2010-12-08  Gavin Barraclough  <barraclough@apple.com>
29591
29592         Reviewed by Sam Weinig.
29593
29594         Permit Character Class Escape in CharacterRange in Character Class.
29595         https://bugs.webkit.org/show_bug.cgi?id=50483
29596         https://bugs.webkit.org/show_bug.cgi?id=50538
29597         https://bugs.webkit.org/show_bug.cgi?id=50654
29598         https://bugs.webkit.org/show_bug.cgi?id=50646
29599
29600         We recently tightened up our spec conformance in generating syntax
29601         error in these cases, however testing in the wild has shown this
29602         to be problematic. This reverts the previous change in allowing
29603         class escapes (e.g. \d) in ranges in character classes ([]), but
29604         does retain some closer conformance to the spec in only allowing
29605         ranges that would be permitted per the grammar rules in the spec
29606         (e.g. in /[\d-a-z]/ "a-z" cannot be considered as a range).
29607
29608         * fast/js/regexp-ranges-and-escaped-hyphens-expected.txt:
29609         * fast/js/script-tests/regexp-ranges-and-escaped-hyphens.js:
29610         * fast/regex/invalid-range-in-class-expected.txt:
29611         * fast/regex/pcre-test-1-expected.txt:
29612         * fast/regex/script-tests/invalid-range-in-class.js:
29613         * fast/regex/script-tests/pcre-test-1.js:
29614
29615 2010-12-08  Yuta Kitamura  <yutak@chromium.org>
29616
29617         Unreviewed.
29618
29619         Update Chromium test expectations.
29620
29621         * platform/chromium/test_expectations.txt:
29622
29623 2010-12-08  Ryosuke Niwa  <rniwa@webkit.org>
29624
29625         Unreviewed; Yet another Chromium rebaselines for r73548.
29626
29627         * platform/chromium-mac-leopard/editing/selection/caret-rtl-2-expected.checksum: Removed.
29628         * platform/chromium-mac-leopard/editing/selection/caret-rtl-2-expected.png: Removed.
29629         * platform/chromium-mac/fast/text/international/khmer-selection-expected.checksum: Added.
29630         * platform/chromium-mac/fast/text/international/khmer-selection-expected.png: Added.
29631         * platform/chromium/test_expectations.txt:
29632
29633 2010-12-08  Kent Tamura  <tkent@chromium.org>
29634
29635         Unreviewed, test expectation update.
29636
29637         Update expectations for r73566.
29638
29639         * platform/gtk/editing/selection/find-yensign-and-backslash-expected.txt:
29640         * platform/qt/editing/selection/find-yensign-and-backslash-expected.txt: Removed.
29641         * platform/win/editing/selection/find-yensign-and-backslash-expected.txt: Removed.
29642
29643 2010-12-07  Zhenyao Mo  <zmo@google.com>
29644
29645         Reviewed by Kenneth Russell.
29646
29647         WebGLUniformLocation objects must be invalidated during linkProgram
29648         https://bugs.webkit.org/show_bug.cgi?id=37118
29649
29650         * fast/canvas/webgl/uniform-location-expected.txt:
29651         * fast/canvas/webgl/uniform-location.html: Check that after linkProgram, all previous uniform locations become invalid.
29652
29653 2010-12-08  Adele Peterson  <adele@apple.com>
29654
29655         Reviewed by Darin Adler.
29656
29657         Test for https://bugs.webkit.org/show_bug.cgi?id=50725
29658         <rdar://problem/8694972> REGRESSION (r72052): "Search" placeholder in MobileMe mail is positioned too high
29659
29660         * fast/forms/placeholder-position.html: Added.
29661         * platform/mac/fast/forms/placeholder-position-expected.checksum: Added.
29662         * platform/mac/fast/forms/placeholder-position-expected.png: Added.
29663         * platform/mac/fast/forms/placeholder-position-expected.txt: Added.
29664
29665 2010-12-08  Kent Tamura  <tkent@chromium.org>
29666
29667         Reviewed by Alexey Proskuryakov.
29668
29669         Yensign hack should work with Shift_JIS and ISO-2022-JP encodings.
29670         https://bugs.webkit.org/show_bug.cgi?id=49714
29671
29672         Use Shift_JIS instead of Shift_JIS_X0213-2000 because Shift_JIS_X0213-2000
29673         encoding is available only on Mac.
29674         Add a test for ISO-2022-JP.
29675
29676         * editing/selection/find-yensign-and-backslash-expected.txt:
29677         * editing/selection/find-yensign-and-backslash.html:
29678         * platform/chromium/test_expectations.txt:
29679
29680 2010-12-08  Andy Estes  <aestes@apple.com>
29681
29682         Reviewed by Darin Adler.
29683
29684         Reflected unsigned attributes should be in the range [0, 2^31).
29685         https://bugs.webkit.org/show_bug.cgi?id=50472
29686
29687         * fast/html/marquee-element.html: Give hspace and vspace negative values
29688         and test what their corresponding IDL attributes reflect.
29689         * fast/html/marquee-element-expected.txt:
29690
29691 2010-12-08  Ryosuke Niwa  <rniwa@webkit.org>
29692
29693         Unreviewed Chromium rebaseline for r73548.
29694
29695         * platform/chromium-linux/fast/text/international/khmer-selection-expected.checksum:
29696         * platform/chromium-linux/fast/text/international/khmer-selection-expected.png:
29697         * platform/chromium-linux/fast/text/international/khmer-selection-expected.txt:
29698         * platform/chromium-win-xp/fast/text/international/khmer-selection-expected.checksum: Removed.
29699         * platform/chromium-win-xp/fast/text/international/khmer-selection-expected.png: Removed.
29700         * platform/chromium-win-xp/fast/text/international/khmer-selection-expected.txt: Removed.
29701         * platform/chromium-win/fast/text/international/khmer-selection-expected.checksum:
29702         * platform/chromium-win/fast/text/international/khmer-selection-expected.png:
29703         * platform/chromium-win/fast/text/international/khmer-selection-expected.txt:
29704         * platform/chromium/test_expectations.txt:
29705
29706 2010-12-08  Abhishek Arya  <inferno@chromium.org>
29707
29708         Reviewed by Dimitri Glazkov.
29709
29710         Tests that we do not crash when node iterator gets moved across documents.
29711         https://bugs.webkit.org/show_bug.cgi?id=50697
29712
29713         * fast/dom/node-iterator-document-moved-crash-expected.txt: Added.
29714         * fast/dom/node-iterator-document-moved-crash.html: Added.
29715
29716 2010-12-08  Ryosuke Niwa  <rniwa@webkit.org>
29717
29718         Unreviewed Chromium rebaseline for r73548.
29719
29720         * platform/chromium-linux/editing/selection/caret-ltr-2-expected.checksum: Added.
29721         * platform/chromium-linux/editing/selection/caret-ltr-2-expected.png: Added.
29722         * platform/chromium-linux/editing/selection/caret-ltr-2-left-expected.checksum: Added.
29723         * platform/chromium-linux/editing/selection/caret-ltr-2-left-expected.png: Added.
29724         * platform/chromium-linux/editing/selection/caret-ltr-expected.checksum: Added.
29725         * platform/chromium-linux/editing/selection/caret-ltr-expected.png: Added.
29726         * platform/chromium-linux/editing/selection/caret-ltr-right-expected.checksum: Added.
29727         * platform/chromium-linux/editing/selection/caret-ltr-right-expected.png: Added.
29728         * platform/chromium-linux/editing/selection/caret-rtl-2-expected.checksum: Added.
29729         * platform/chromium-linux/editing/selection/caret-rtl-2-expected.png: Added.
29730         * platform/chromium-linux/editing/selection/caret-rtl-2-left-expected.checksum: Added.
29731         * platform/chromium-linux/editing/selection/caret-rtl-2-left-expected.png: Added.
29732         * platform/chromium-linux/editing/selection/caret-rtl-expected.checksum:
29733         * platform/chromium-linux/editing/selection/caret-rtl-expected.png:
29734         * platform/chromium-linux/editing/selection/caret-rtl-right-expected.checksum: Added.
29735         * platform/chromium-linux/editing/selection/caret-rtl-right-expected.png: Added.
29736         * platform/chromium-mac/editing/selection/caret-ltr-2-expected.checksum: Added.
29737         * platform/chromium-mac/editing/selection/caret-ltr-2-expected.png: Added.
29738         * platform/chromium-mac/editing/selection/caret-ltr-2-left-expected.checksum: Added.
29739         * platform/chromium-mac/editing/selection/caret-ltr-2-left-expected.png: Added.
29740         * platform/chromium-mac/editing/selection/caret-ltr-expected.checksum: Added.
29741         * platform/chromium-mac/editing/selection/caret-ltr-expected.png: Added.
29742         * platform/chromium-mac/editing/selection/caret-ltr-right-expected.checksum: Added.
29743         * platform/chromium-mac/editing/selection/caret-ltr-right-expected.png: Added.
29744         * platform/chromium-mac/editing/selection/caret-rtl-2-expected.checksum: Added.
29745         * platform/chromium-mac/editing/selection/caret-rtl-2-expected.png: Added.
29746         * platform/chromium-mac/editing/selection/caret-rtl-2-left-expected.checksum: Added.
29747         * platform/chromium-mac/editing/selection/caret-rtl-2-left-expected.png: Added.
29748         * platform/chromium-mac/editing/selection/caret-rtl-expected.checksum:
29749         * platform/chromium-mac/editing/selection/caret-rtl-expected.png:
29750         * platform/chromium-mac/editing/selection/caret-rtl-right-expected.checksum: Added.
29751         * platform/chromium-mac/editing/selection/caret-rtl-right-expected.png: Added.
29752         * platform/chromium-win/editing/selection/caret-ltr-2-expected.checksum: Added.
29753         * platform/chromium-win/editing/selection/caret-ltr-2-expected.png: Added.
29754         * platform/chromium-win/editing/selection/caret-ltr-2-expected.txt: Added.
29755         * platform/chromium-win/editing/selection/caret-ltr-2-left-expected.checksum: Added.
29756         * platform/chromium-win/editing/selection/caret-ltr-2-left-expected.png: Added.
29757         * platform/chromium-win/editing/selection/caret-ltr-2-left-expected.txt: Added.
29758         * platform/chromium-win/editing/selection/caret-ltr-expected.checksum: Added.
29759         * platform/chromium-win/editing/selection/caret-ltr-expected.png: Added.
29760         * platform/chromium-win/editing/selection/caret-ltr-expected.txt: Added.
29761         * platform/chromium-win/editing/selection/caret-ltr-right-expected.checksum: Added.
29762         * platform/chromium-win/editing/selection/caret-ltr-right-expected.png: Added.
29763         * platform/chromium-win/editing/selection/caret-ltr-right-expected.txt: Added.
29764         * platform/chromium-win/editing/selection/caret-rtl-2-expected.checksum:
29765         * platform/chromium-win/editing/selection/caret-rtl-2-expected.png:
29766         * platform/chromium-win/editing/selection/caret-rtl-2-expected.txt:
29767         * platform/chromium-win/editing/selection/caret-rtl-2-left-expected.checksum: Added.
29768         * platform/chromium-win/editing/selection/caret-rtl-2-left-expected.png: Added.
29769         * platform/chromium-win/editing/selection/caret-rtl-2-left-expected.txt: Added.
29770         * platform/chromium-win/editing/selection/caret-rtl-expected.checksum:
29771         * platform/chromium-win/editing/selection/caret-rtl-expected.png:
29772         * platform/chromium-win/editing/selection/caret-rtl-expected.txt:
29773         * platform/chromium-win/editing/selection/caret-rtl-right-expected.checksum: Added.
29774         * platform/chromium-win/editing/selection/caret-rtl-right-expected.png: Added.
29775         * platform/chromium-win/editing/selection/caret-rtl-right-expected.txt: Added.
29776         * platform/chromium/test_expectations.txt:
29777
29778 2010-12-08  Martin Robinson  <mrobinson@igalia.com>
29779
29780         Replace some GTK+ test results after r73548.
29781
29782         * platform/gtk/fast/dom/horizontal-scrollbar-in-rtl-expected.txt:
29783         * platform/gtk/fast/dom/vertical-scrollbar-in-rtl-expected.txt:
29784
29785 2010-12-08  Ryosuke Niwa  <rniwa@webkit.org>
29786
29787         Unreviewed; Removed old expected results for caret-rtl.html and caret-rtl-2.html on Mac Leopard.
29788
29789         * platform/mac-leopard/editing/selection/caret-rtl-2-expected.checksum: Removed.
29790         * platform/mac-leopard/editing/selection/caret-rtl-2-expected.png: Removed.
29791         * platform/mac-leopard/editing/selection/caret-rtl-expected.checksum: Removed.
29792         * platform/mac-leopard/editing/selection/caret-rtl-expected.png: Removed.
29793
29794 2010-12-08  Peter Kasting  <pkasting@google.com>
29795
29796         Unreviewed Chromium test expectations update.
29797
29798         Mark some Mac tests as timing out after r73518 and r73522.
29799
29800         * platform/chromium/test_expectations.txt:
29801
29802 2010-12-08  Adam Roben  <aroben@apple.com>
29803
29804         Update Windows test results after r73538
29805
29806         We don't need Windows-specific results for this test anymore.
29807
29808         * platform/win-xp/svg/custom/clip-path-referencing-use-expected.checksum: Removed.
29809         * platform/win-xp/svg/custom/clip-path-referencing-use-expected.png: Removed.
29810         * platform/win-xp/svg/custom/clip-path-referencing-use-expected.txt: Removed.
29811         * platform/win/svg/custom/clip-path-referencing-use-expected.checksum: Removed.
29812         * platform/win/svg/custom/clip-path-referencing-use-expected.png: Removed.
29813         * platform/win/svg/custom/clip-path-referencing-use-expected.txt: Removed.
29814
29815 2010-12-08  James Robinson  <jamesr@chromium.org>
29816
29817         Reviewed by Kenneth Russell.
29818
29819         [chromium] Text is blurry on a large composited layer with an odd center x/y coordinate
29820         https://bugs.webkit.org/show_bug.cgi?id=50702
29821
29822         Tests that text rendered on a large layer is crisp even when the layer's center point
29823         has an odd x and/or y coordinate.
29824
29825         * compositing/text-on-large-layer.html: Added.
29826         * platform/chromium-gpu-linux/compositing/text-on-large-layer-expected.checksum: Added.
29827         * platform/chromium-gpu-linux/compositing/text-on-large-layer-expected.png: Added.
29828         * platform/chromium-gpu-linux/compositing/text-on-large-layer-expected.txt: Added.
29829         * platform/chromium-gpu/test_expectations.txt:
29830         * platform/mac/compositing/text-on-large-layer-expected.checksum: Added.
29831         * platform/mac/compositing/text-on-large-layer-expected.png: Added.
29832         * platform/mac/compositing/text-on-large-layer-expected.txt: Added.
29833
29834 2010-12-08  Ryosuke Niwa  <rniwa@webkit.org>
29835
29836         Reviewed by Dan Bernstein.
29837
29838         REGRESSION: LayoutTests/editing/selection/caret-rtl-2.html fails
29839         https://bugs.webkit.org/show_bug.cgi?id=33503
29840
29841         Added tests to ensure WebKit places the caret at a right place for LTR text in a LTR block,
29842         LTR text in a RTL block, RTL text in a RTL block, and RTL text in a LTR block.
29843
29844         Because we need to verify both rendering of the caret and (node, offset) pair of the caret,
29845         these tests cannot be combined or done without pixel results.
29846
29847         * editing/selection/caret-ltr-2-left.html: Added.
29848         * editing/selection/caret-ltr-2.html: Added.
29849         * editing/selection/caret-ltr-right.html: Added.
29850         * editing/selection/caret-ltr.html: Added.
29851         * editing/selection/caret-rtl-2-left.html: Added.
29852         * editing/selection/caret-rtl-2.html:
29853         * editing/selection/caret-rtl-right.html: Added.
29854         * editing/selection/caret-rtl.html:
29855         * editing/selection/resources/caret-edge-shared.js: Added.
29856         (runTest):
29857         (verify):
29858         (log):
29859         * platform/mac/editing/selection/caret-ltr-2-expected.checksum: Added.
29860         * platform/mac/editing/selection/caret-ltr-2-expected.png: Added.
29861         * platform/mac/editing/selection/caret-ltr-2-expected.txt: Added.
29862         * platform/mac/editing/selection/caret-ltr-2-left-expected.checksum: Added.
29863         * platform/mac/editing/selection/caret-ltr-2-left-expected.png: Added.
29864         * platform/mac/editing/selection/caret-ltr-2-left-expected.txt: Added.
29865         * platform/mac/editing/selection/caret-ltr-expected.checksum: Added.
29866         * platform/mac/editing/selection/caret-ltr-expected.png: Added.
29867         * platform/mac/editing/selection/caret-ltr-expected.txt: Added.
29868         * platform/mac/editing/selection/caret-ltr-right-expected.checksum: Added.
29869         * platform/mac/editing/selection/caret-ltr-right-expected.png: Added.
29870         * platform/mac/editing/selection/caret-ltr-right-expected.txt: Added.
29871         * platform/mac/editing/selection/caret-rtl-2-expected.checksum:
29872         * platform/mac/editing/selection/caret-rtl-2-expected.png:
29873         * platform/mac/editing/selection/caret-rtl-2-expected.txt:
29874         * platform/mac/editing/selection/caret-rtl-2-left-expected.checksum: Added.
29875         * platform/mac/editing/selection/caret-rtl-2-left-expected.png: Added.
29876         * platform/mac/editing/selection/caret-rtl-2-left-expected.txt: Added.
29877         * platform/mac/editing/selection/caret-rtl-expected.checksum:
29878         * platform/mac/editing/selection/caret-rtl-expected.png:
29879         * platform/mac/editing/selection/caret-rtl-expected.txt:
29880         * platform/mac/editing/selection/caret-rtl-right-expected.checksum: Added.
29881         * platform/mac/editing/selection/caret-rtl-right-expected.png: Added.
29882         * platform/mac/editing/selection/caret-rtl-right-expected.txt: Added.
29883
29884 2010-12-08  Alexey Proskuryakov  <ap@apple.com>
29885
29886         Touch a file that's sporadically giving 207 Multi-Status error on svn update, hoping that
29887         it will magically fix it.
29888
29889         * fast/xpath/4XPath/Core/test.js: Removed properties svn:mime-type and svn:eol-style, added
29890         a newline.
29891
29892 2010-12-08  Peter Kasting  <pkasting@google.com>
29893
29894         Unreviewed Chromium test expectations update.
29895
29896         Mark some tests as passing or slow, and update the comment on the
29897         compositing tests to indicate more accurately why we skip them in the
29898         main test run.
29899
29900         * platform/chromium-gpu/test_expectations.txt:
29901         * platform/chromium/test_expectations.txt:
29902
29903 2010-12-08  Ryosuke Niwa  <rniwa@webkit.org>
29904
29905         Unreviewed Chromium test expectations update.
29906         fast/dom/HTMLMeterElement/meter-element.html has been rebaselined for Windows.
29907
29908         * platform/chromium/test_expectations.txt:
29909
29910 2010-12-08  Adam Roben  <aroben@apple.com>
29911
29912         Skip svg/custom/clip-path-referencing-use2.svg, not
29913         svg/custom/clip-path-referencing-use.svg
29914
29915         The former is the real problem. The latter was just the victim!
29916
29917         * platform/win/Skipped:
29918
29919 2010-12-08  Ryosuke Niwa  <rniwa@webkit.org>
29920
29921         Unreviewed Chromium test expectations update.
29922         fast/text/decomposed-after-stacked-diacritics.html crashes on Chromium Linux.
29923
29924         * platform/chromium/test_expectations.txt:
29925
29926 2010-12-08  Ryosuke Niwa  <rniwa@webkit.org>
29927
29928         Unreviewed Chromium rebaseline for r73531.
29929
29930         * platform/chromium-linux/fast/block/positioning/rtl-static-positioning-expected.checksum: Added.
29931         * platform/chromium-linux/fast/block/positioning/rtl-static-positioning-expected.png: Added.
29932         * platform/chromium-linux/fast/block/positioning/rtl-static-positioning-inline-block-expected.checksum: Added.
29933         * platform/chromium-linux/fast/block/positioning/rtl-static-positioning-inline-block-expected.png: Added.
29934         * platform/chromium-linux/fast/block/positioning/table-cell-static-position-expected.checksum: Added.
29935         * platform/chromium-linux/fast/block/positioning/table-cell-static-position-expected.png: Added.
29936         * platform/chromium-mac/fast/block/positioning/rtl-static-positioning-expected.checksum: Added.
29937         * platform/chromium-mac/fast/block/positioning/rtl-static-positioning-expected.png: Added.
29938         * platform/chromium-mac/fast/block/positioning/rtl-static-positioning-inline-block-expected.checksum: Added.
29939         * platform/chromium-mac/fast/block/positioning/rtl-static-positioning-inline-block-expected.png: Added.
29940         * platform/chromium-mac/fast/block/positioning/table-cell-static-position-expected.checksum: Added.
29941         * platform/chromium-mac/fast/block/positioning/table-cell-static-position-expected.png: Added.
29942         * platform/chromium-win/fast/block/positioning/rtl-static-positioning-expected.checksum: Added.
29943         * platform/chromium-win/fast/block/positioning/rtl-static-positioning-expected.png: Added.
29944         * platform/chromium-win/fast/block/positioning/rtl-static-positioning-expected.txt: Added.
29945         * platform/chromium-win/fast/block/positioning/rtl-static-positioning-inline-block-expected.checksum: Added.
29946         * platform/chromium-win/fast/block/positioning/rtl-static-positioning-inline-block-expected.png: Added.
29947         * platform/chromium-win/fast/block/positioning/rtl-static-positioning-inline-block-expected.txt: Added.
29948         * platform/chromium-win/fast/block/positioning/table-cell-static-position-expected.checksum: Added.
29949         * platform/chromium-win/fast/block/positioning/table-cell-static-position-expected.png: Added.
29950         * platform/chromium-win/fast/block/positioning/table-cell-static-position-expected.txt: Added.
29951         * platform/chromium/test_expectations.txt:
29952
29953 2010-12-08  David Hyatt  <hyatt@apple.com>
29954
29955         Reviewed by Anders Carlsson.
29956
29957         https://bugs.webkit.org/show_bug.cgi?id=50576
29958
29959         REGRESSION in position of autocomplete popup on RTL page.
29960
29961         RTL static position computation did not subtract out the width of the enclosing box if the
29962         immediate parent was a RenderInline.  This bug was exposed by properly changing the RenderView
29963         to be RTL when the document was RTL.
29964
29965         Added three new tests in fast/block/positioning.
29966
29967         * fast/block/positioning/rtl-static-positioning-inline-block.html: Added.
29968         * fast/block/positioning/rtl-static-positioning.html: Added.
29969         * fast/block/positioning/table-cell-static-position.html: Added.
29970         * platform/mac/fast/block/positioning/rtl-static-positioning-expected.checksum: Added.
29971         * platform/mac/fast/block/positioning/rtl-static-positioning-expected.png: Added.
29972         * platform/mac/fast/block/positioning/rtl-static-positioning-expected.txt: Added.
29973         * platform/mac/fast/block/positioning/rtl-static-positioning-inline-block-expected.checksum: Added.
29974         * platform/mac/fast/block/positioning/rtl-static-positioning-inline-block-expected.png: Added.
29975         * platform/mac/fast/block/positioning/rtl-static-positioning-inline-block-expected.txt: Added.
29976         * platform/mac/fast/block/positioning/table-cell-static-position-expected.checksum: Added.
29977         * platform/mac/fast/block/positioning/table-cell-static-position-expected.png: Added.
29978         * platform/mac/fast/block/positioning/table-cell-static-position-expected.txt: Added.
29979
29980 2010-12-08  Xiaomei Ji  <xji@chromium.org>
29981
29982         Reviewed by David Hyatt.
29983
29984         Fix backward mouse wheeling not working when scroll position is below 0.
29985         https://bugs.webkit.org/show_bug.cgi?id=50370
29986
29987         * fast/dom/horizontal-scrollbar-in-rtl-expected.txt:
29988         * fast/dom/horizontal-scrollbar-in-rtl.html:
29989         * fast/dom/vertical-scrollbar-in-rtl-expected.txt:
29990         * fast/dom/vertical-scrollbar-in-rtl.html:
29991         * fast/events/wheelevent-in-horizontal-scrollbar-in-rtl-expected.txt: Added.
29992         * fast/events/wheelevent-in-horizontal-scrollbar-in-rtl.html: Added.
29993         * fast/events/wheelevent-in-vertical-scrollbar-in-rtl-expected.txt: Added.
29994         * fast/events/wheelevent-in-vertical-scrollbar-in-rtl.html: Added.
29995         * platform/chromium/fast/dom/horizontal-scrollbar-in-rtl-expected.txt:
29996         * platform/chromium/fast/dom/vertical-scrollbar-in-rtl-expected.txt:
29997         * platform/chromium/fast/events/wheelevent-in-horizontal-scrollbar-in-rtl-expected.txt: Added.
29998         * platform/chromium/fast/events/wheelevent-in-vertical-scrollbar-in-rtl-expected.txt: Added.
29999         * platform/gtk/Skipped:
30000         * platform/mac-tiger/Skipped:
30001         * platform/mac-wk2/Skipped:
30002         * platform/qt-wk2/Skipped:
30003         * platform/qt/fast/dom/horizontal-scrollbar-in-rtl-expected.txt:
30004         * platform/qt/fast/dom/vertical-scrollbar-in-rtl-expected.txt:
30005         * platform/win/Skipped:
30006         * platform/win/fast/dom/horizontal-scrollbar-in-rtl-expected.txt:
30007         * platform/win/fast/dom/vertical-scrollbar-in-rtl-expected.txt:
30008
30009 2010-12-08  Anton Muhin  <antonm@chromium.org>
30010
30011         Unreviewed, cleaning up test expectations after r7349.
30012
30013         * platform/chromium/test_expectations.txt:
30014
30015 2010-12-08  Simon Fraser  <simon.fraser@apple.com>
30016
30017         Reviewed by Dan Bernstein.
30018
30019         Fix pauseAnimation API to work with shorthand properties
30020         https://bugs.webkit.org/show_bug.cgi?id=50639
30021         
30022         * transitions/border-radius-transition.html:
30023         * transitions/shorthand-border-transitions.html:
30024         * transitions/shorthand-transitions.html:
30025         We can now use the pause API for these tests.
30026         
30027         * transitions/transition-test-helpers.js:
30028         Fix issue where "-webkit-transform-origin" would match where
30029         we are really looking for "-webkit-transform.".
30030
30031 2010-12-08  Philippe Normand  <pnormand@igalia.com>
30032
30033         Reviewed by Gustavo Noronha Silva.
30034
30035         [GTK] media/fullscreen* failing on 64-bits Debug
30036         https://bugs.webkit.org/show_bug.cgi?id=50394
30037
30038         * platform/gtk/Skipped: Unskip now passing tests.
30039
30040 2010-12-08  Ilya Tikhonovsky  <loislo@chromium.org>
30041
30042         Unreviewed. Remove WIN prefix for inspector's tests expectations.
30043         DumpRenderTree related patch.
30044
30045         * platform/chromium/test_expectations.txt:
30046
30047 2010-12-08  Adam Roben  <aroben@apple.com>
30048
30049         Skip svg/custom/clip-path-referencing-use.svg on Windows
30050
30051         The test fails when run under Aero. It seems that one of our Windows 7
30052         bots has this turned on while the other doesn't.
30053
30054         * platform/win/Skipped:
30055
30056 2010-12-08  Alejandro G. Castro  <alex@igalia.com>
30057
30058         Unreviewed, rolling out r73494.
30059         http://trac.webkit.org/changeset/73494
30060         https://bugs.webkit.org/show_bug.cgi?id=50380
30061
30062         The tests added are crashing in the debug bots (macn and gtk)
30063
30064         * fast/forms/ValidityState-valueMissing-001-expected.txt:
30065         * fast/forms/ValidityState-valueMissing-001.html:
30066         * fast/forms/ValidityState-valueMissing-002-expected.txt:
30067         * fast/forms/ValidityState-valueMissing-002.html:
30068         * fast/forms/ValidityState-valueMissing-003-expected.txt:
30069         * fast/forms/ValidityState-valueMissing-003.html:
30070         * fast/forms/checkValidity-002-expected.txt:
30071         * fast/forms/checkValidity-002.html:
30072         * fast/forms/required-attribute-001-expected.txt:
30073         * fast/forms/required-attribute-001.html:
30074         * fast/forms/required-attribute-002-expected.txt:
30075         * fast/forms/required-attribute-002.html:
30076         * fast/forms/resources/select-live-pseudo-selectors.js: Removed.
30077         * fast/forms/script-tests/validationMessage.js:
30078         * fast/forms/select-live-pseudo-selectors-expected.txt: Removed.
30079         * fast/forms/select-live-pseudo-selectors.html: Removed.
30080         * fast/forms/validationMessage-expected.txt:
30081         * platform/mac/fast/objc/dom-html-select-live-pseudo-selectors-expected.txt: Removed.
30082         * platform/mac/fast/objc/dom-html-select-live-pseudo-selectors.html: Removed.
30083
30084 2010-12-08  Ilya Tikhonovsky  <loislo@chromium.org>
30085
30086         Unreviewed. Just enable inspector's tests for chromium linux.
30087         This change is related to switching to DumpRenderTree.
30088
30089         * platform/chromium/test_expectations.txt:
30090
30091 2010-12-08  Adam Roben  <aroben@apple.com>
30092
30093         Land Windows results for test added in 73423
30094
30095         * platform/win/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum: Added.
30096         * platform/win/fast/blockflow/Kusa-Makura-background-canvas-expected.png: Added.
30097         * platform/win/fast/blockflow/Kusa-Makura-background-canvas-expected.txt: Added.
30098
30099 2010-12-08  Adam Roben  <aroben@apple.com>
30100
30101         Update Windows results after r73488
30102
30103         * platform/win/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
30104         * platform/win/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt:
30105         * platform/win/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
30106         * platform/win/fast/dom/HTMLMeterElement/meter-element-expected.txt:
30107         * platform/win/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
30108         * platform/win/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
30109         * platform/win/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
30110
30111 2010-12-08  Philippe Normand  <pnormand@igalia.com>
30112
30113         Unreviewed, skipping failing test.
30114
30115         [GTK] r73488 broke fast/dom/HTMLProgressElement/progress-element.html
30116         https://bugs.webkit.org/show_bug.cgi?id=50687
30117
30118         * platform/gtk/Skipped:
30119
30120 2010-12-08  Yuta Kitamura  <yutak@chromium.org>
30121
30122         Unreviewed.
30123
30124         Update Chromium test expectations. Remove some tests that are now consistently
30125         passing, assign bug numbers, and add one new expectation.
30126
30127         * platform/chromium/test_expectations.txt:
30128
30129 2010-12-08  Philippe Normand  <pnormand@igalia.com>
30130
30131         Unreviewed, unskipping media/video-buffered.html on GTK because
30132         the bots are now running with latest GStreamer.
30133
30134         * platform/gtk/Skipped:
30135
30136 2010-12-08  Philippe Normand  <pnormand@igalia.com>
30137
30138         Unreviewed, unskipped some more media tests.
30139
30140         They are not crashing anymore, they also needed a rebaseline since
30141         the font tiling changes that happened while they were skipped.
30142
30143         * platform/gtk/Skipped:
30144         * platform/gtk/media/controls-styling-expected.txt:
30145         * platform/gtk/media/video-layer-crash-expected.txt:
30146         * platform/gtk/media/video-transformed-expected.txt:
30147
30148 2010-12-08  Yury Semikhatsky  <yurys@chromium.org>
30149
30150         Unreviewed. Update test expectations after r73504.
30151
30152         * http/tests/inspector/console-resource-errors-expected.txt:
30153         * platform/chromium/test_expectations.txt:
30154
30155 2010-12-08  Yuta Kitamura  <yutak@chromium.org>
30156
30157         Unreviewed.
30158
30159         Update Chromium test expectations. Add two test flakinesses which was
30160         introduced at r73504.
30161
30162         * platform/chromium/test_expectations.txt:
30163
30164 2010-12-08  Yuta Kitamura  <yutak@chromium.org>
30165
30166         Unreviewed.
30167
30168         Update Chromium test expectations. Added a few failures which was found
30169         in Chromium main waterfall.
30170
30171         * platform/chromium/test_expectations.txt:
30172
30173 2010-12-08  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
30174
30175         [GTK] Fails back to POST tests
30176         https://bugs.webkit.org/show_bug.cgi?id=50678
30177
30178         Skip new tests that we are failing.
30179
30180         * platform/gtk/Skipped:
30181
30182 2010-12-08  Yury Semikhatsky  <yurys@chromium.org>
30183
30184         Reviewed by Pavel Feldman.
30185
30186         Web Inspector: remove groupLevel counter from console messages
30187         https://bugs.webkit.org/show_bug.cgi?id=50672
30188
30189         * inspector/console-tests-expected.txt:
30190
30191 2010-12-08  Csaba Osztrogonác  <ossy@webkit.org>
30192
30193         Unreviewed. Add new tests introduced in r73484 to the Skipped list,
30194         because layoutTestController.testRepaint() is unimplemented in Qt DRT.
30195
30196         * platform/qt/Skipped:
30197          - fast/repaint/table-writing-modes-h.html added
30198          - fast/repaint/table-writing-modes-v.html added
30199
30200 2010-12-08  Csaba Osztrogonác  <ossy@webkit.org>
30201
30202         Unreviewed. Update Qt specific expected results after r73488.
30203         Compared to Mac png files and Mac expected files.
30204
30205         * platform/qt/fast/dom/HTMLMeterElement/meter-boundary-values-expected.checksum:
30206         * platform/qt/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
30207         * platform/qt/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
30208         * platform/qt/fast/dom/HTMLMeterElement/meter-optimums-expected.checksum:
30209         * platform/qt/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
30210         * platform/qt/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
30211         * platform/qt/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.checksum:
30212         * platform/qt/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png:
30213         * platform/qt/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
30214         * platform/qt/fast/dom/HTMLMeterElement/meter-styles-expected.checksum:
30215         * platform/qt/fast/dom/HTMLMeterElement/meter-styles-expected.png:
30216         * platform/qt/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
30217
30218 2010-12-08  Philippe Normand  <pnormand@igalia.com>
30219
30220         Unreviewed, updated baselines of
30221         media/video-controls-rendering.html.
30222
30223         * platform/gtk/media/video-controls-rendering-expected.txt:
30224
30225 2010-12-08  Pavel Podivilov  <podivilov@chromium.org>
30226
30227         Reviewed by Pavel Feldman.
30228
30229         Web Inspector: SourceFrame refactoring.
30230         https://bugs.webkit.org/show_bug.cgi?id=50223
30231
30232         * inspector/debugger-breakpoints-not-activated-on-reload.html:
30233         * inspector/debugger-pause-on-breakpoint.html:
30234
30235 2010-12-08  Philippe Normand  <pnormand@igalia.com>
30236
30237         Unreviewed, unskipping media/video-controls-rendering.html on GTK.
30238
30239         It should now not crash anymore because the GTK bots have been
30240         upgraded to latest GStreamer releases.
30241
30242         * platform/gtk/Skipped:
30243
30244 2010-12-08  Dai Mikurube  <dmikurube@google.com>
30245
30246         Reviewed by Kent Tamura.
30247
30248         Implement "required" attribute for select tags
30249         https://bugs.webkit.org/show_bug.cgi?id=50380
30250
30251         Added tests for require attributes, valueMissing and vadility check for select elements.
30252
30253         * fast/forms/ValidityState-valueMissing-001-expected.txt:
30254         * fast/forms/ValidityState-valueMissing-001.html:
30255         * fast/forms/ValidityState-valueMissing-002-expected.txt:
30256         * fast/forms/ValidityState-valueMissing-002.html:
30257         * fast/forms/ValidityState-valueMissing-003-expected.txt:
30258         * fast/forms/ValidityState-valueMissing-003.html:
30259         * fast/forms/checkValidity-002-expected.txt:
30260         * fast/forms/checkValidity-002.html:
30261         * fast/forms/required-attribute-001-expected.txt:
30262         * fast/forms/required-attribute-001.html:
30263         * fast/forms/required-attribute-002-expected.txt:
30264         * fast/forms/required-attribute-002.html:
30265         * fast/forms/resources/select-live-pseudo-selectors.js: Added.
30266         (makeInvalid):
30267         (appendOption):
30268         (backgroundOf):
30269         * fast/forms/script-tests/validationMessage.js:
30270         * fast/forms/select-live-pseudo-selectors-expected.txt: Added.
30271         * fast/forms/select-live-pseudo-selectors.html: Added.
30272         * fast/forms/validationMessage-expected.txt:
30273         * platform/mac/fast/objc/dom-html-select-live-pseudo-selectors.html: Added.
30274         * platform/mac/fast/objc/dom-html-select-live-pseudo-selectors-expected.txt: Added.
30275
30276 2010-12-08  Yuta Kitamura  <yutak@chromium.org>
30277
30278         Unreviewed.
30279
30280         Update Chromium test expectations.
30281
30282         * platform/chromium/test_expectations.txt:
30283
30284 2010-12-07  Daniel Bates  <dbates@rim.com>
30285
30286         Reviewed by Martin Robinson.
30287
30288         Implement focus ring support for image maps
30289         https://bugs.webkit.org/show_bug.cgi?id=50371
30290
30291         Tests to ensure that we support drawing a focus ring for an image map.
30292         In particular, that the GTK port can draw a focus ring for an image map.
30293
30294         * fast/images/imagemap-circle-focus-ring.html: Added.
30295         * fast/images/imagemap-polygon-focus-ring.html: Added.
30296         * platform/gtk/fast/images/imagemap-circle-focus-ring-expected.checksum: Added.
30297         * platform/gtk/fast/images/imagemap-circle-focus-ring-expected.png: Added.
30298         * platform/gtk/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
30299         * platform/gtk/fast/images/imagemap-focus-ring-expected.checksum: Rebase result since we 
30300         now support drawing a focus ring for imagemaps.
30301         * platform/gtk/fast/images/imagemap-focus-ring-expected.png: Ditto.
30302         * platform/gtk/fast/images/imagemap-focus-ring-outline-color-expected.checksum: Added.
30303         * platform/gtk/fast/images/imagemap-focus-ring-outline-color-expected.png: Added.
30304         * platform/gtk/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.checksum: Added.
30305         * platform/gtk/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added.
30306         * platform/gtk/fast/images/imagemap-focus-ring-zoom-expected.checksum: Added.
30307         * platform/gtk/fast/images/imagemap-focus-ring-zoom-expected.png: Added.
30308         * platform/gtk/fast/images/imagemap-polygon-focus-ring-expected.checksum: Added.
30309         * platform/gtk/fast/images/imagemap-polygon-focus-ring-expected.png: Added.
30310         * platform/gtk/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
30311         * platform/mac/fast/images/imagemap-circle-focus-ring-expected.checksum: Added.
30312         * platform/mac/fast/images/imagemap-circle-focus-ring-expected.png: Added.
30313         * platform/mac/fast/images/imagemap-circle-focus-ring-expected.txt: Added.
30314         * platform/mac/fast/images/imagemap-polygon-focus-ring-expected.checksum: Added.
30315         * platform/mac/fast/images/imagemap-polygon-focus-ring-expected.png: Added.
30316         * platform/mac/fast/images/imagemap-polygon-focus-ring-expected.txt: Added.
30317
30318 2010-12-05  MORITA Hajime  <morrita@google.com>
30319
30320         Reviewed by Dimitri Glazkov.
30321
30322         - Added a test case
30323         - Updated expectations to follow the change on the shadow structure.
30324         
30325         RenderIndicator subclasses should not change the render tree during layout.
30326         https://bugs.webkit.org/show_bug.cgi?id=50026
30327         
30328         * fast/dom/HTMLMeterElement/meter-element-crash-expected.txt: Added.
30329         * fast/dom/HTMLMeterElement/meter-element-crash.html: Added.
30330         * platform/mac/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt:
30331         * platform/mac/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt:
30332         * platform/mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
30333         * platform/mac/fast/dom/HTMLMeterElement/meter-element-expected.txt:
30334         * platform/mac/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
30335         * platform/mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
30336         * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
30337
30338 2010-12-07  Simon Fraser  <simon.fraser@apple.com>
30339
30340         Relax the matching tolerance to reduce flakiness.
30341
30342         * transitions/border-radius-transition.html:
30343
30344 2010-11-29  Mihai Parparita  <mihaip@chromium.org>
30345
30346         Reviewed by Adam Barth.
30347
30348         returning to a POST result within a frame does a GET instead of a POST
30349         https://bugs.webkit.org/show_bug.cgi?id=10199
30350         
30351         Re-enable postredirect-frames-goback1.html and post-frames-goback1.html
30352         now that the big that made them be checked in disabled was fixed.
30353         
30354         The tests were also re-written to not be pixel tests, since that just
30355         adds extra per-platform baseline pain.
30356         
30357         Add fast/history/history-back-initial-vs-final-url.html since there did
30358         not appear to be any tests for whether we used the initial or final URL
30359         of a frame's history item (and this patch changes it from the former to
30360         the latter).
30361
30362         * fast/history/history-back-initial-vs-final-url-expected.txt: Added.
30363         * fast/history/history-back-initial-vs-final-url.html: Added.
30364         * fast/history/resources/frame-final-url.html: Added.
30365         * fast/history/resources/frame-initial-url.html: Added.
30366         * http/tests/navigation/post-frames-goback1-expected.txt: Added.
30367         * http/tests/navigation/post-frames-goback1.html: Added.
30368         * http/tests/navigation/post-frames-goback1.html-disabled: Removed.
30369         * http/tests/navigation/post-frames.html:
30370         * http/tests/navigation/postredirect-frames-goback1-expected.txt: Added.
30371         * http/tests/navigation/postredirect-frames-goback1.html: Added.
30372         * http/tests/navigation/postredirect-frames-goback1.html-disabled: Removed.
30373         * http/tests/navigation/resources/form-target.pl:
30374         * http/tests/navigation/resources/redirect-to-go-back.pl: Added.
30375         * http/tests/navigation/resources/top-go-back.html: Added.
30376
30377 2010-12-07  Dan Bernstein  <mitz@apple.com>
30378
30379         Reviewed by Darin Adler.
30380
30381         Test that tables repaint correctly in all writing modes
30382         Part of: Make tables work with vertical text
30383         https://bugs.webkit.org/show_bug.cgi?id=46417
30384
30385         * fast/repaint/table-writing-modes-h-expected.checksum: Added.
30386         * fast/repaint/table-writing-modes-h-expected.png: Added.
30387         * fast/repaint/table-writing-modes-h-expected.txt: Added.
30388         * fast/repaint/table-writing-modes-h.html: Added.
30389         * fast/repaint/table-writing-modes-v-expected.checksum: Added.
30390         * fast/repaint/table-writing-modes-v-expected.png: Added.
30391         * fast/repaint/table-writing-modes-v-expected.txt: Added.
30392         * fast/repaint/table-writing-modes-v.html: Added.
30393
30394 2010-12-07  Tony Chang  <tony@chromium.org>
30395
30396         Unreviewed, mark a test as flaky on chromium drt linux.
30397
30398         * platform/chromium/test_expectations.txt:
30399
30400 2010-12-07  Tony Chang  <tony@chromium.org>
30401
30402         Unreviewed, adding chromium pixel results for
30403         fast/forms/caret-rtl.html after http://trac.webkit.org/changeset/73459
30404
30405         * platform/chromium-linux/fast/forms/caret-rtl-expected.checksum:
30406         * platform/chromium-linux/fast/forms/caret-rtl-expected.png:
30407         * platform/chromium-mac/fast/forms/caret-rtl-expected.checksum: Added.
30408         * platform/chromium-mac/fast/forms/caret-rtl-expected.png: Added.
30409         * platform/chromium-win/fast/forms/caret-rtl-expected.checksum:
30410         * platform/chromium-win/fast/forms/caret-rtl-expected.png:
30411
30412 2010-12-07  Tony Chang  <tony@chromium.org>
30413
30414         Unreviewed, remove more passing tests (mac) from test_expecatations.txt
30415         after DRT switch.  Also remove a test that is passing because of
30416         crankshaft.
30417
30418         * platform/chromium/test_expectations.txt:
30419
30420 2010-12-07  Tony Chang  <tony@chromium.org>
30421
30422         Unreviewed, remove more passing tests (win) from test_expectations.txt
30423         after DRT switch.
30424
30425         * platform/chromium/test_expectations.txt:
30426
30427 2010-12-07  Tony Chang  <tony@chromium.org>
30428
30429         Unreviewed, remove passing tests (linux) from test_expectations
30430         after DRT switch.
30431
30432         * platform/chromium/test_expectations.txt:
30433
30434 2010-12-07  Tony Chang  <tony@chromium.org>
30435
30436         Unreviewed, update chromium test_expectations for DRT based
30437         on Linux bot cycles and debug try bot.
30438
30439         * platform/chromium/test_expectations.txt:
30440
30441 2010-12-06  Antonio Gomes  <agomes@rim.com>
30442
30443         Reviewed by Martin Robinson.
30444
30445         Clean up fast/events/multiline-link-arrow-navigation.html
30446         https://bugs.webkit.org/show_bug.cgi?id=50616
30447
30448         fast/events/multiline-link-arrow-navigation.html is setting both
30449         WebKitEnableCaretBrowsing and -webkit-user-modify CSS property. Since
30450         both work similarly for the purposes of this test, and the former is
30451         not support by Mac and Windows DRTs, lets stick with using the later
30452         only.
30453
30454         * fast/events/multiline-link-arrow-navigation.html:
30455
30456 2010-12-07  Simon Fraser  <simon.fraser@apple.com>
30457
30458         Reviewed by Dan Bernstein.
30459
30460         -webkit-transition Fails on Multiple text-shadow Shadows
30461         https://bugs.webkit.org/show_bug.cgi?id=42281
30462         
30463         Testcase that transitions multiple shadows.
30464
30465         * transitions/multiple-text-shadow-transition.html: Added.
30466
30467 2010-12-07  Simon Fraser  <simon.fraser@apple.com>
30468
30469         Reviewed by Beth Dakin.
30470
30471         CSS animation doesn't work for border-radius
30472         https://bugs.webkit.org/show_bug.cgi?id=48340
30473         
30474         Test for border-radius and -webkit-border-radius transition.
30475
30476         * transitions/border-radius-transition-expected.txt: Added.
30477         * transitions/border-radius-transition.html: Added.
30478
30479 2010-12-07  Simon Fraser  <simon.fraser@apple.com>
30480
30481         Reviewed by Chris Marrin.
30482
30483         Make use of pause API more explicit before landing fix for borer-radius animation.
30484         https://bugs.webkit.org/show_bug.cgi?id=48340
30485         
30486         * transitions/transition-test-helpers.js: Add some constants that
30487         we can use to make the tests more readable.
30488         Handle an extra value in the expected values arrays, to tell us if
30489         we should expect a property to be animated, and therefore whether
30490         we should try to pause it.
30491         * transitions/color-transition-all.html:
30492         * transitions/zero-duration-in-list.html:
30493         Adjust to make use of the above changes.
30494
30495 2010-12-07  Maciej Stachowiak  <mjs@apple.com>
30496
30497         Reviewed by Kent Tamura.
30498
30499         Implement HTML5 hidden attribute
30500         https://bugs.webkit.org/show_bug.cgi?id=40511
30501         
30502         * fast/forms/caret-rtl.html: Fixed a non-closed comment which added an "hidden" attribute.
30503         * fast/html/hidden-attr-expected.txt: Added.
30504         * fast/html/hidden-attr.html: Added. Test static and dynamic cases of hidden attribute.
30505
30506 2010-12-07  Philippe Normand  <pnormand@igalia.com>
30507
30508         Reviewed by Gustavo Noronha Silva.
30509
30510         [GStreamer] ::buffered() should return multiple ranges in some cases
30511         https://bugs.webkit.org/show_bug.cgi?id=45101
30512
30513         New test for video.buffered attribute. The test is skipped for
30514         ports not returning multiple timeranges for video.buffered.
30515
30516         * http/tests/media/video-buffered-expected.txt: Added.
30517         * http/tests/media/video-buffered.html: Added.
30518         * http/tests/resources/counting-captioned.mov: Added.
30519         * http/tests/media/video-throttled-load.cgi: added Range
30520         requests/responses support.
30521         * platform/chromium/test_expectations.txt:
30522         * platform/mac-leopard/Skipped:
30523         * platform/mac-snowleopard/Skipped:
30524         * platform/mac-tiger/Skipped:
30525         * platform/mac-wk2/Skipped:
30526         * platform/mac/Skipped:
30527         * platform/qt-mac/Skipped:
30528         * platform/qt-win/Skipped:
30529         * platform/qt-wk2/Skipped:
30530         * platform/qt/Skipped:
30531         * platform/win-wk2/Skipped:
30532         * platform/win/Skipped:
30533
30534 2010-12-07  Yael Aharon  <yael.aharon@nokia.com>
30535
30536         Reviewed by Antonio Gomes.
30537
30538         Spatial navigation not Working for Map and Area Tags
30539         https://bugs.webkit.org/show_bug.cgi?id=47142
30540
30541         * fast/spatial-navigation/snav-imagemap-area-not-focusable-expected.txt: Added.
30542         * fast/spatial-navigation/snav-imagemap-area-not-focusable.html: Added.
30543         * fast/spatial-navigation/snav-imagemap-area-without-image-expected.txt: Added.
30544         * fast/spatial-navigation/snav-imagemap-area-without-image.html: Added.
30545         * fast/spatial-navigation/snav-imagemap-overlapped-areas-expected.txt: Added.
30546         * fast/spatial-navigation/snav-imagemap-overlapped-areas.html: Added.
30547         * fast/spatial-navigation/snav-imagemap-simple-expected.txt: Added.
30548         * fast/spatial-navigation/snav-imagemap-simple.html: Added.
30549
30550 2010-12-07  Yury Semikhatsky  <yurys@chromium.org>
30551
30552         Reviewed by Pavel Feldman.
30553
30554         Web Inspector: switch http/tests/inspector/console-resource-errors.html to inspector-tests2
30555         https://bugs.webkit.org/show_bug.cgi?id=50551
30556
30557         We need to be sure that front-end has already opened by the time the messages are
30558         recorded in console because the data we collect for errors may differ depending
30559         on whether the front-end is open.
30560
30561         * http/tests/inspector/console-resource-errors-expected.txt:
30562         * http/tests/inspector/console-resource-errors.html:
30563         * http/tests/inspector/console-tests2.js:
30564         (initialize_ConsoleTest.InspectorTest.dumpConsoleMessagesWithClasses):
30565
30566 2010-12-07  Csaba Osztrogonác  <ossy@webkit.org>
30567
30568         Unreviewed.
30569
30570         Add Qt specific expected results for tests introduced in r73385 and r73398.
30571         Compared to Mac png files and Mac expected files.
30572
30573         * platform/qt/fast/html/marquee-scrollamount-expected.checksum: Added.
30574         * platform/qt/fast/html/marquee-scrollamount-expected.png: Added.
30575         * platform/qt/fast/html/marquee-scrollamount-expected.txt: Added.
30576         * platform/qt/fast/overflow/overflow-rtl-vertical-expected.checksum: Added.
30577         * platform/qt/fast/overflow/overflow-rtl-vertical-expected.png: Added.
30578         * platform/qt/fast/overflow/overflow-rtl-vertical-expected.txt: Added.
30579
30580 2010-12-07  Csaba Osztrogonác  <ossy@webkit.org>
30581
30582         Unreviewed. Rolling out r73421, because it made transitions/color-transition-all.html flakey.
30583
30584         * transitions/border-radius-transition-expected.txt: Removed.
30585         * transitions/border-radius-transition.html: Removed.
30586         * transitions/color-transition-all.html:
30587         * transitions/transition-test-helpers.js:
30588         (expected):
30589         * transitions/zero-duration-in-list.html:
30590
30591 2010-12-07  Martin Robinson  <mrobinson@igalia.com>
30592
30593         Rebaseline GTK+ results after r73385.
30594
30595         * platform/gtk/css1/box_properties/margin-expected.txt:
30596         * platform/gtk/css1/box_properties/margin_right-expected.txt:
30597         * platform/gtk/css1/classification/white_space-expected.txt:
30598         * platform/gtk/css1/color_and_background/background_attachment-expected.txt:
30599         * platform/gtk/css1/color_and_background/background_repeat-expected.txt:
30600         * platform/gtk/editing/deleting/delete-line-end-ws-001-expected.txt:
30601         * platform/gtk/editing/deleting/delete-line-end-ws-002-expected.txt:
30602         * platform/gtk/fast/backgrounds/repeat/negative-offset-repeat-expected.txt:
30603         * platform/gtk/fast/backgrounds/size/backgroundSize15-expected.txt:
30604         * platform/gtk/fast/block/margin-collapse/block-inside-inline/004-expected.txt:
30605         * platform/gtk/fast/block/margin-collapse/block-inside-inline/005-expected.txt:
30606         * platform/gtk/fast/blockflow/block-level-images-expected.txt:
30607         * platform/gtk/fast/blockflow/border-radius-clipping-vertical-lr-expected.txt:
30608         * platform/gtk/fast/blockflow/box-shadow-vertical-lr-expected.txt:
30609         * platform/gtk/fast/blockflow/box-shadow-vertical-rl-expected.txt:
30610         * platform/gtk/fast/blockflow/floats-in-block-layout-expected.txt:
30611         * platform/gtk/fast/borders/fieldsetBorderRadius-expected.txt:
30612         * platform/gtk/fast/box-shadow/basic-shadows-expected.txt:
30613         * platform/gtk/fast/css/negative-leading-expected.txt:
30614         * platform/gtk/fast/forms/basic-textareas-expected.txt:
30615         * platform/gtk/fast/forms/file-input-direction-expected.txt:
30616         * platform/gtk/fast/forms/floating-textfield-relayout-expected.txt:
30617         * platform/gtk/fast/frames/flattening/frameset-flattening-advanced-expected.txt:
30618         * platform/gtk/fast/frames/flattening/frameset-flattening-grid-expected.txt:
30619         * platform/gtk/fast/frames/flattening/frameset-flattening-simple-expected.txt:
30620         * platform/gtk/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt:
30621         * platform/gtk/fast/frames/flattening/frameset-flattening-subframesets-expected.txt:
30622         * platform/gtk/fast/frames/frame-scrolling-attribute-expected.txt:
30623         * platform/gtk/fast/frames/iframe-scrolling-attribute-expected.txt:
30624         * platform/gtk/fast/frames/inline-object-inside-frameset-expected.txt:
30625         * platform/gtk/fast/frames/take-focus-from-iframe-expected.txt:
30626         * platform/gtk/fast/images/gif-large-checkerboard-expected.txt:
30627         * platform/gtk/fast/lists/001-vertical-expected.txt:
30628         * platform/gtk/fast/lists/003-vertical-expected.txt:
30629         * platform/gtk/fast/multicol/float-multicol-expected.txt:
30630         * platform/gtk/fast/multicol/float-paginate-complex-expected.txt:
30631         * platform/gtk/fast/multicol/float-paginate-expected.txt:
30632         * platform/gtk/fast/multicol/layers-in-multicol-expected.txt:
30633         * platform/gtk/fast/multicol/paginate-block-replaced-expected.txt:
30634         * platform/gtk/fast/multicol/positioned-with-constrained-height-expected.txt:
30635         * platform/gtk/fast/multicol/span/anonymous-style-inheritance-expected.txt:
30636         * platform/gtk/fast/multicol/table-vertical-align-expected.txt:
30637         * platform/gtk/fast/table/border-collapsing/004-vertical-expected.txt:
30638         * platform/gtk/fast/table/colspanMinWidth-vertical-expected.txt:
30639         * platform/gtk/fast/table/fixed-with-auto-with-colspan-vertical-expected.txt:
30640         * platform/gtk/fast/table/height-percent-test-vertical-expected.txt:
30641         * platform/gtk/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt:
30642         * platform/gtk/svg/custom/text-xy-updates-SVGList-expected.txt:
30643         * platform/gtk/svg/custom/text-zoom-expected.txt:
30644         * platform/gtk/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.txt:
30645         * platform/gtk/svg/text/foreignObject-text-clipping-bug-expected.txt:
30646         * platform/gtk/transforms/svg-vs-css-expected.txt:
30647
30648 2010-12-07  Justin Schuh  <jschuh@chromium.org>
30649
30650         Reviewed by Nikolas Zimmermann.
30651
30652         Clear old SVG cursor entry before adding a new one
30653         https://bugs.webkit.org/show_bug.cgi?id=50549
30654
30655         * svg/css/cursor-replace-expected.txt: Added.
30656         * svg/css/cursor-replace.svg: Added.
30657
30658 2010-12-07  Yuta Kitamura  <yutak@chromium.org>
30659
30660         Unreviewed.
30661
30662         Add Chromium-specific expected results for two tests.
30663
30664         * platform/chromium-linux/css2.1/t040105-import-10-b-expected.checksum: Added.
30665         * platform/chromium-linux/css2.1/t040105-import-10-b-expected.png: Added.
30666         * platform/chromium-linux/media/controls-without-preload-expected.checksum: Added.
30667         * platform/chromium-linux/media/controls-without-preload-expected.png: Added.
30668         * platform/chromium-mac/media/controls-without-preload-expected.checksum: Added.
30669         * platform/chromium-mac/media/controls-without-preload-expected.png: Added.
30670         * platform/chromium-mac/media/controls-without-preload-expected.txt: Added.
30671         * platform/chromium-win/css2.1/t040105-import-10-b-expected.checksum: Added.
30672         * platform/chromium-win/css2.1/t040105-import-10-b-expected.png: Added.
30673         * platform/chromium-win/css2.1/t040105-import-10-b-expected.txt: Added.
30674         * platform/chromium-win/media/controls-without-preload-expected.checksum: Added.
30675         * platform/chromium-win/media/controls-without-preload-expected.png: Added.
30676         * platform/chromium-win/media/controls-without-preload-expected.txt: Added.
30677         * platform/chromium/test_expectations.txt:
30678
30679 2010-12-07  Kenichi Ishibashi  <bashi@google.com>
30680
30681         Reviewed by Kent Tamura.
30682
30683         Let HTMLObjectElement be a form associated element
30684         https://bugs.webkit.org/show_bug.cgi?id=48821
30685
30686         Adds a test to ensure the order of form.elements attribute.
30687         Updates two tests to check whether object elements are handled
30688         correctly in form.elements attribute.
30689
30690         * fast/forms/form-attribute-expected.txt: Updated.
30691         * fast/forms/form-collection-elements-order-expected.txt: Added.
30692         * fast/forms/form-collection-elements-order.html: Added.
30693         * fast/forms/script-tests/form-attribute.js: Updated.
30694         * fast/forms/script-tests/form-collection-elements-order.js: Added.
30695         (checkOrder):
30696         * fast/forms/script-tests/form-collection-elements.js: Updated.
30697
30698 2010-12-06  Yuta Kitamura  <yutak@chromium.org>
30699
30700         Unreviewed.
30701
30702         Update Chromium test expectations for svg/custom/text-linking.svg.
30703
30704 2010-12-06  Yuta Kitamura  <yutak@chromium.org>
30705
30706         Unreviewed.
30707
30708         Update Chromium test expectations.
30709
30710         * platform/chromium/test_expectations.txt:
30711
30712 2010-12-06  David Hyatt  <hyatt@apple.com>
30713
30714         Reviewed by Simon Fraser.
30715
30716         https://bugs.webkit.org/show_bug.cgi?id=50593
30717         
30718         Fix background canvas painting for documents with left/top overflow.  The math from the original RTL patch was incorrect.
30719         
30720         Just use the RenderView's document dimensions always.
30721
30722         * fast/blockflow/Kusa-Makura-background-canvas.html: Added.
30723         * platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum: Added.
30724         * platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.png: Added.
30725         * platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.txt: Added.
30726
30727 2010-12-06  Simon Fraser  <simon.fraser@apple.com>
30728
30729         Reviewed by Beth Dakin.
30730
30731         CSS animation doesn't work for border-radius
30732         https://bugs.webkit.org/show_bug.cgi?id=48340
30733
30734         * transitions/border-radius-transition-expected.txt: Added.
30735         * transitions/border-radius-transition.html: Added.
30736         New test.
30737         
30738         * transitions/color-transition-all.html:
30739         * transitions/zero-duration-in-list.html:
30740         Don't use the pause API for tests that test whether something is not
30741         animating.
30742         
30743         * transitions/transition-test-helpers.js: Log if the pause API returns
30744         failure.
30745
30746 2010-12-06  Victor Wang  <victorw@chromium.org>
30747
30748         Unreviewed.
30749
30750         [Chromium] update chromium test expectations.
30751
30752         * platform/chromium-mac-leopard/fast/repaint/box-shadow-h-expected.checksum:
30753         * platform/chromium-mac-leopard/fast/repaint/box-shadow-h-expected.png:
30754
30755 2010-12-06  Emil Eklund  <eae@chromium.org>
30756
30757         Reviewed by Dimitri Glazkov.
30758
30759         Fix for classList perf test, failing due to typo.
30760         https://bugs.webkit.org/show_bug.cgi?id=50578
30761
30762         * perf/class-list-remove.html: Changed to use the right value.
30763
30764 2010-12-06  Cosmin Truta  <ctruta@chromium.org>
30765
30766         Reviewed by Eric Seidel.
30767
30768         Fix testcase: textPath cannot be inside another textPath
30769         https://bugs.webkit.org/show_bug.cgi?id=50211
30770
30771         * platform/mac/svg/custom/text-linking-expected.checksum: Updated.
30772         * platform/mac/svg/custom/text-linking-expected.png: Updated.
30773         * platform/mac/svg/custom/text-linking-expected.txt: Updated.
30774         * platform/chromium-linux/svg/custom/text-linking-expected.checksum: Updated.
30775         * platform/chromium-linux/svg/custom/text-linking-expected.png: Updated.
30776         * platform/chromium-linux/svg/custom/text-linking-expected.txt: Updated.
30777         * platform/chromium-win-vista/svg/custom/text-linking-expected.checksum: Deleted.
30778         * platform/chromium-win-vista/svg/custom/text-linking-expected.png: Deleted.
30779         * platform/chromium-win-vista/svg/custom/text-linking-expected.txt: Deleted.
30780         * platform/chromium-win-xp/svg/custom/text-linking-expected.checksum: Deleted.
30781         * platform/chromium-win-xp/svg/custom/text-linking-expected.png: Deleted.
30782         * platform/chromium-win-xp/svg/custom/text-linking-expected.txt: Deleted.
30783         * svg/custom/text-linking.svg: Removed test for <textPath> inside <textPath>.
30784
30785 2010-12-06  Jon Honeycutt  <jhoneycutt@apple.com>
30786
30787         Update Windows results after r73385.
30788
30789         Unreviewed.
30790
30791         * platform/win/fast/forms/basic-textareas-quirks-expected.txt:
30792         * platform/win/scrollbars/custom-scrollbar-with-incomplete-style-expected.checksum:
30793         * platform/win/scrollbars/custom-scrollbar-with-incomplete-style-expected.png:
30794         * platform/win/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt:
30795
30796 2010-12-05  Ryosuke Niwa  <rniwa@webkit.org>
30797
30798         Reviewed by Tony Chang.
30799
30800         Executing FormatBlock on multiple paragraphs inside pre does not remove the outer pre
30801         https://bugs.webkit.org/show_bug.cgi?id=47300
30802
30803         Added a test to ensure execCommand('FormatBlock') correctly removes pre when formatting paragraphs within.
30804         Also rebaselined several tests because WebKit no longer erroneously format the paragraphs immediately
30805         after the selection.
30806
30807         * editing/execCommand/format-block-multiple-paragraphs-in-pre-expected.txt: Added.
30808         * editing/execCommand/format-block-multiple-paragraphs-in-pre.html: Added.
30809         * editing/execCommand/format-block-multiple-paragraphs-expected.txt: No longer erroneously format
30810         the last paragraph in a pre by a blockquote when formatting all but the last paragraph in the pre.
30811         * editing/execCommand/indent-pre-expected.txt: No longer erroneously format the last paragraph in
30812         the pre-list by a blockquote.
30813
30814 2010-12-06  Victor Wang  <victorw@chromium.org>
30815
30816         Unreviewed.
30817
30818         [Chromium] update chromium test expectations for fast/html/marquee-scrollamount.html
30819
30820         * platform/chromium-linux/fast/html/marquee-scrollamount-expected.checksum: Added.
30821         * platform/chromium-linux/fast/html/marquee-scrollamount-expected.png: Added.
30822         * platform/chromium-mac/fast/html: Added.
30823         * platform/chromium-mac/fast/html/marquee-scrollamount-expected.checksum: Added.
30824         * platform/chromium-mac/fast/html/marquee-scrollamount-expected.png: Added.
30825         * platform/chromium-win/fast/html/marquee-scrollamount-expected.checksum: Added.
30826         * platform/chromium-win/fast/html/marquee-scrollamount-expected.png: Added.
30827         * platform/chromium-win/fast/html/marquee-scrollamount-expected.txt: Added.
30828
30829 2010-12-06  Csaba Osztrogonác  <ossy@webkit.org>
30830
30831         Unreviewed.
30832
30833         Update Qt specific expected results after r73385.
30834
30835         * platform/qt/css1/box_properties/margin-expected.checksum: Added.
30836         * platform/qt/css1/box_properties/margin-expected.png: Added.
30837         * platform/qt/css1/box_properties/margin-expected.txt:
30838         * platform/qt/css1/box_properties/margin_right-expected.checksum: Added.
30839         * platform/qt/css1/box_properties/margin_right-expected.png: Added.
30840         * platform/qt/css1/box_properties/margin_right-expected.txt:
30841         * platform/qt/css1/formatting_model/inline_elements-expected.checksum: Added.
30842         * platform/qt/css1/formatting_model/inline_elements-expected.png: Added.
30843         * platform/qt/css1/formatting_model/inline_elements-expected.txt:
30844         * platform/qt/css2.1/t1202-counter-08-b-expected.checksum: Added.
30845         * platform/qt/css2.1/t1202-counter-08-b-expected.png: Added.
30846         * platform/qt/css2.1/t1202-counter-08-b-expected.txt:
30847         * platform/qt/css2.1/t1202-counters-08-b-expected.checksum: Added.
30848         * platform/qt/css2.1/t1202-counters-08-b-expected.png: Added.
30849         * platform/qt/css2.1/t1202-counters-08-b-expected.txt:
30850         * platform/qt/editing/deleting/delete-after-span-ws-001-expected.checksum:
30851         * platform/qt/editing/deleting/delete-after-span-ws-001-expected.png:
30852         * platform/qt/editing/deleting/delete-after-span-ws-001-expected.txt:
30853         * platform/qt/editing/deleting/delete-after-span-ws-002-expected.checksum:
30854         * platform/qt/editing/deleting/delete-after-span-ws-002-expected.png:
30855         * platform/qt/editing/deleting/delete-after-span-ws-002-expected.txt:
30856         * platform/qt/editing/deleting/delete-after-span-ws-003-expected.checksum:
30857         * platform/qt/editing/deleting/delete-after-span-ws-003-expected.png:
30858         * platform/qt/editing/deleting/delete-after-span-ws-003-expected.txt:
30859         * platform/qt/editing/deleting/delete-line-end-ws-001-expected.checksum:
30860         * platform/qt/editing/deleting/delete-line-end-ws-001-expected.png:
30861         * platform/qt/editing/deleting/delete-line-end-ws-001-expected.txt:
30862         * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-expected.checksum: Added.
30863         * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-expected.png: Added.
30864         * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-expected.txt:
30865         * platform/qt/fast/backgrounds/size/backgroundSize15-expected.checksum: Added.
30866         * platform/qt/fast/backgrounds/size/backgroundSize15-expected.png: Added.
30867         * platform/qt/fast/backgrounds/size/backgroundSize15-expected.txt:
30868         * platform/qt/fast/block/float/008-expected.checksum: Added.
30869         * platform/qt/fast/block/float/008-expected.png: Copied from LayoutTests/platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png.
30870         * platform/qt/fast/block/float/008-expected.txt:
30871         * platform/qt/fast/block/float/019-expected.checksum: Added.
30872         * platform/qt/fast/block/float/019-expected.png: Copied from LayoutTests/platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png.
30873         * platform/qt/fast/block/float/019-expected.txt:
30874         * platform/qt/fast/block/float/033-expected.checksum: Added.
30875         * platform/qt/fast/block/float/033-expected.png: Added.
30876         * platform/qt/fast/block/float/033-expected.txt:
30877         * platform/qt/fast/block/float/035-expected.checksum:
30878         * platform/qt/fast/block/float/035-expected.png:
30879         * platform/qt/fast/block/float/035-expected.txt:
30880         * platform/qt/fast/block/float/avoidance-percent-width-strict-expected.checksum: Added.
30881         * platform/qt/fast/block/float/avoidance-percent-width-strict-expected.png: Added.
30882         * platform/qt/fast/block/float/avoidance-percent-width-strict-expected.txt:
30883         * platform/qt/fast/block/margin-collapse/block-inside-inline/004-expected.checksum: Added.
30884         * platform/qt/fast/block/margin-collapse/block-inside-inline/004-expected.png: Added.
30885         * platform/qt/fast/block/margin-collapse/block-inside-inline/004-expected.txt:
30886         * platform/qt/fast/block/margin-collapse/block-inside-inline/005-expected.checksum: Added.
30887         * platform/qt/fast/block/margin-collapse/block-inside-inline/005-expected.png: Added.
30888         * platform/qt/fast/block/margin-collapse/block-inside-inline/005-expected.txt:
30889         * platform/qt/fast/block/positioning/049-expected.checksum: Added.
30890         * platform/qt/fast/block/positioning/049-expected.png: Copied from LayoutTests/platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png.
30891         * platform/qt/fast/block/positioning/049-expected.txt:
30892         * platform/qt/fast/blockflow/block-level-images-expected.checksum:
30893         * platform/qt/fast/blockflow/block-level-images-expected.png:
30894         * platform/qt/fast/blockflow/block-level-images-expected.txt:
30895         * platform/qt/fast/blockflow/border-radius-clipping-vertical-lr-expected.checksum:
30896         * platform/qt/fast/blockflow/border-radius-clipping-vertical-lr-expected.png:
30897         * platform/qt/fast/blockflow/border-radius-clipping-vertical-lr-expected.txt:
30898         * platform/qt/fast/blockflow/box-shadow-vertical-lr-expected.checksum:
30899         * platform/qt/fast/blockflow/box-shadow-vertical-lr-expected.png:
30900         * platform/qt/fast/blockflow/box-shadow-vertical-lr-expected.txt:
30901         * platform/qt/fast/blockflow/box-shadow-vertical-rl-expected.checksum:
30902         * platform/qt/fast/blockflow/box-shadow-vertical-rl-expected.png:
30903         * platform/qt/fast/blockflow/box-shadow-vertical-rl-expected.txt:
30904         * platform/qt/fast/blockflow/floats-in-block-layout-expected.checksum:
30905         * platform/qt/fast/blockflow/floats-in-block-layout-expected.png:
30906         * platform/qt/fast/blockflow/floats-in-block-layout-expected.txt:
30907         * platform/qt/fast/box-shadow/basic-shadows-expected.checksum:
30908         * platform/qt/fast/box-shadow/basic-shadows-expected.png:
30909         * platform/qt/fast/box-shadow/basic-shadows-expected.txt:
30910         * platform/qt/fast/css/negative-leading-expected.png:
30911         * platform/qt/fast/css/negative-leading-expected.txt:
30912         * platform/qt/fast/dynamic/window-resize-scrollbars-test-expected.checksum: Added.
30913         * platform/qt/fast/dynamic/window-resize-scrollbars-test-expected.png: Added.
30914         * platform/qt/fast/dynamic/window-resize-scrollbars-test-expected.txt:
30915         * platform/qt/fast/flexbox/flex-hang-expected.checksum: Added.
30916         * platform/qt/fast/flexbox/flex-hang-expected.png: Copied from LayoutTests/platform/qt/fast/table/height-percent-test-vertical-expected.png.
30917         * platform/qt/fast/flexbox/flex-hang-expected.txt:
30918         * platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.checksum: Added.
30919         * platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.png: Added.
30920         * platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.txt:
30921         * platform/qt/fast/frames/flattening/frameset-flattening-grid-expected.checksum: Added.
30922         * platform/qt/fast/frames/flattening/frameset-flattening-grid-expected.png: Added.
30923         * platform/qt/fast/frames/flattening/frameset-flattening-grid-expected.txt:
30924         * platform/qt/fast/frames/flattening/frameset-flattening-simple-expected.checksum: Added.
30925         * platform/qt/fast/frames/flattening/frameset-flattening-simple-expected.png: Added.
30926         * platform/qt/fast/frames/flattening/frameset-flattening-simple-expected.txt:
30927         * platform/qt/fast/frames/flattening/frameset-flattening-subframe-resize-expected.checksum: Added.
30928         * platform/qt/fast/frames/flattening/frameset-flattening-subframe-resize-expected.png: Added.
30929         * platform/qt/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt:
30930         * platform/qt/fast/frames/flattening/frameset-flattening-subframesets-expected.checksum: Added.
30931         * platform/qt/fast/frames/flattening/frameset-flattening-subframesets-expected.png: Added.
30932         * platform/qt/fast/frames/flattening/frameset-flattening-subframesets-expected.txt:
30933         * platform/qt/fast/frames/frame-scrolling-attribute-expected.checksum: Added.
30934         * platform/qt/fast/frames/frame-scrolling-attribute-expected.png: Added.
30935         * platform/qt/fast/frames/frame-scrolling-attribute-expected.txt:
30936         * platform/qt/fast/frames/iframe-scrolling-attribute-expected.checksum: Added.
30937         * platform/qt/fast/frames/iframe-scrolling-attribute-expected.png: Added.
30938         * platform/qt/fast/frames/iframe-scrolling-attribute-expected.txt:
30939         * platform/qt/fast/images/gif-large-checkerboard-expected.checksum:
30940         * platform/qt/fast/images/gif-large-checkerboard-expected.png:
30941         * platform/qt/fast/images/gif-large-checkerboard-expected.txt:
30942         * platform/qt/fast/lists/001-vertical-expected.checksum:
30943         * platform/qt/fast/lists/001-vertical-expected.png:
30944         * platform/qt/fast/lists/001-vertical-expected.txt:
30945         * platform/qt/fast/lists/003-vertical-expected.checksum:
30946         * platform/qt/fast/lists/003-vertical-expected.png:
30947         * platform/qt/fast/lists/003-vertical-expected.txt:
30948         * platform/qt/fast/multicol/column-count-with-rules-expected.checksum:
30949         * platform/qt/fast/multicol/column-count-with-rules-expected.png:
30950         * platform/qt/fast/multicol/column-count-with-rules-expected.txt:
30951         * platform/qt/fast/multicol/float-paginate-complex-expected.checksum:
30952         * platform/qt/fast/multicol/float-paginate-complex-expected.png:
30953         * platform/qt/fast/multicol/float-paginate-complex-expected.txt:
30954         * platform/qt/fast/multicol/float-paginate-expected.checksum:
30955         * platform/qt/fast/multicol/float-paginate-expected.png:
30956         * platform/qt/fast/multicol/float-paginate-expected.txt:
30957         * platform/qt/fast/multicol/layers-in-multicol-expected.checksum:
30958         * platform/qt/fast/multicol/layers-in-multicol-expected.png:
30959         * platform/qt/fast/multicol/layers-in-multicol-expected.txt:
30960         * platform/qt/fast/multicol/nested-columns-expected.checksum:
30961         * platform/qt/fast/multicol/nested-columns-expected.png:
30962         * platform/qt/fast/multicol/nested-columns-expected.txt:
30963         * platform/qt/fast/multicol/paginate-block-replaced-expected.checksum:
30964         * platform/qt/fast/multicol/paginate-block-replaced-expected.png:
30965         * platform/qt/fast/multicol/paginate-block-replaced-expected.txt:
30966         * platform/qt/fast/multicol/positioned-with-constrained-height-expected.checksum: Added.
30967         * platform/qt/fast/multicol/positioned-with-constrained-height-expected.png: Added.
30968         * platform/qt/fast/multicol/positioned-with-constrained-height-expected.txt:
30969         * platform/qt/fast/multicol/span/anonymous-style-inheritance-expected.checksum:
30970         * platform/qt/fast/multicol/span/anonymous-style-inheritance-expected.png:
30971         * platform/qt/fast/multicol/span/anonymous-style-inheritance-expected.txt:
30972         * platform/qt/fast/multicol/span/span-margin-collapsing-expected.checksum:
30973         * platform/qt/fast/multicol/span/span-margin-collapsing-expected.png:
30974         * platform/qt/fast/multicol/span/span-margin-collapsing-expected.txt:
30975         * platform/qt/fast/multicol/table-vertical-align-expected.checksum:
30976         * platform/qt/fast/multicol/table-vertical-align-expected.png:
30977         * platform/qt/fast/multicol/table-vertical-align-expected.txt:
30978         * platform/qt/fast/repaint/content-into-overflow-expected.checksum: Added.
30979         * platform/qt/fast/repaint/content-into-overflow-expected.png: Copied from LayoutTests/platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png.
30980         * platform/qt/fast/repaint/content-into-overflow-expected.txt:
30981         * platform/qt/fast/repaint/overflow-into-content-expected.checksum: Added.
30982         * platform/qt/fast/repaint/overflow-into-content-expected.png: Copied from LayoutTests/platform/qt/fast/block/float/035-expected.png.
30983         * platform/qt/fast/repaint/overflow-into-content-expected.txt:
30984         * platform/qt/fast/table/border-collapsing/004-vertical-expected.checksum:
30985         * platform/qt/fast/table/border-collapsing/004-vertical-expected.png:
30986         * platform/qt/fast/table/border-collapsing/004-vertical-expected.txt:
30987         * platform/qt/fast/table/fixed-with-auto-with-colspan-vertical-expected.checksum:
30988         * platform/qt/fast/table/fixed-with-auto-with-colspan-vertical-expected.png:
30989         * platform/qt/fast/table/fixed-with-auto-with-colspan-vertical-expected.txt:
30990         * platform/qt/fast/table/height-percent-test-vertical-expected.checksum:
30991         * platform/qt/fast/table/height-percent-test-vertical-expected.png:
30992         * platform/qt/fast/table/height-percent-test-vertical-expected.txt:
30993         * platform/qt/fast/table/wide-colspan-expected.checksum: Added.
30994         * platform/qt/fast/table/wide-colspan-expected.png: Added.
30995         * platform/qt/fast/table/wide-colspan-expected.txt:
30996         * platform/qt/fast/table/wide-column-expected.checksum: Added.
30997         * platform/qt/fast/table/wide-column-expected.png: Copied from LayoutTests/platform/qt/fast/table/height-percent-test-vertical-expected.png.
30998         * platform/qt/fast/table/wide-column-expected.txt:
30999         * platform/qt/fast/text/text-letter-spacing-expected.checksum: Added.
31000         * platform/qt/fast/text/text-letter-spacing-expected.png: Added.
31001         * platform/qt/fast/text/text-letter-spacing-expected.txt:
31002         * platform/qt/scrollbars/custom-scrollbar-with-incomplete-style-expected.checksum:
31003         * platform/qt/scrollbars/custom-scrollbar-with-incomplete-style-expected.png:
31004         * platform/qt/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt:
31005         * platform/qt/svg/custom/text-xy-updates-SVGList-expected.checksum: Added.
31006         * platform/qt/svg/custom/text-xy-updates-SVGList-expected.png: Added.
31007         * platform/qt/svg/custom/text-xy-updates-SVGList-expected.txt:
31008         * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.checksum:
31009         * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png:
31010         * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.txt:
31011         * platform/qt/svg/text/foreignObject-text-clipping-bug-expected.checksum:
31012         * platform/qt/svg/text/foreignObject-text-clipping-bug-expected.png:
31013         * platform/qt/svg/text/foreignObject-text-clipping-bug-expected.txt:
31014         * platform/qt/svg/zoom/page/zoom-hixie-mixed-009-expected.checksum: Added.
31015         * platform/qt/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Added.
31016         * platform/qt/svg/zoom/page/zoom-hixie-mixed-009-expected.txt:
31017         * platform/qt/svg/zoom/text/zoom-hixie-mixed-009-expected.checksum:
31018         * platform/qt/svg/zoom/text/zoom-hixie-mixed-009-expected.png:
31019         * platform/qt/svg/zoom/text/zoom-hixie-mixed-009-expected.txt:
31020         * platform/qt/tables/mozilla/bugs/bug29314-expected.checksum: Added.
31021         * platform/qt/tables/mozilla/bugs/bug29314-expected.png: Added.
31022         * platform/qt/tables/mozilla/bugs/bug29314-expected.txt:
31023
31024 2010-12-06  Ryosuke Niwa  <rniwa@webkit.org>
31025
31026         Unreviewed Leopard rebaseline for r73385.  The actual results now match that of Snow Leopard.
31027
31028         * platform/chromium-mac/fast/multicol/span/anonymous-style-inheritance-expected.txt Removed.
31029         * platform/mac-leopard/fast/multicol/span/anonymous-style-inheritance-expected.checksum: Removed.
31030         * platform/mac-leopard/fast/multicol/span/anonymous-style-inheritance-expected.png: Removed.
31031         * platform/mac-leopard/fast/multicol/span/anonymous-style-inheritance-expected.txt: Removed.
31032
31033 2010-12-06  Victor Wang  <victorw@chromium.org>
31034
31035         Unreviewed.
31036
31037         [Chromium] update chromium mac test baselines affected by http://trac.webkit.org/changeset/73385
31038
31039         * platform/chromium-mac/fast/forms/file-input-direction-expected.txt:
31040         * platform/chromium-mac/fast/images/gif-large-checkerboard-expected.txt: Added.
31041         * platform/chromium-mac/fast/layers/video-layer-expected.txt:
31042         * platform/chromium-mac/fast/multicol/span/anonymous-style-inheritance-expected.txt: Added.
31043         * platform/chromium-mac/fast/repaint/box-shadow-h-expected.checksum: Added.
31044         * platform/chromium-mac/fast/repaint/box-shadow-h-expected.png: Added.
31045         * platform/chromium-mac/media/audio-controls-rendering-expected.txt:
31046         * platform/chromium-mac/media/controls-after-reload-expected.txt:
31047         * platform/chromium-mac/media/controls-strict-expected.txt:
31048         * platform/chromium-mac/media/video-display-toggle-expected.txt:
31049         * platform/chromium-mac/media/video-empty-source-expected.txt:
31050         * platform/chromium-mac/media/video-no-audio-expected.txt:
31051         * platform/chromium-mac/media/video-volume-slider-expected.txt:
31052         * platform/chromium-mac/scrollbars/custom-scrollbar-with-incomplete-style-expected.checksum:
31053         * platform/chromium-mac/scrollbars/custom-scrollbar-with-incomplete-style-expected.png:
31054         * platform/chromium-mac/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt:
31055
31056 2010-12-06  Victor Wang  <victorw@chromium.org>
31057
31058         Unreviewed.
31059
31060         [Chromium] update chromium layout test baselines affected by http://trac.webkit.org/changeset/73385
31061
31062         * platform/chromium-linux/css2.1/t0905-c414-flt-02-c-expected.txt:
31063         * platform/chromium-linux/css2.1/t0905-c414-flt-03-c-expected.txt:
31064         * platform/chromium-linux/css2.1/t0905-c414-flt-04-c-expected.txt:
31065         * platform/chromium-linux/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt:
31066         * platform/chromium-linux/css2.1/t0905-c5525-fltwidth-02-c-g-expected.txt:
31067         * platform/chromium-linux/css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt:
31068         * platform/chromium-linux/css2.1/t090501-c414-flt-03-b-g-expected.txt:
31069         * platform/chromium-linux/css2.1/t1202-counters-09-b-expected.txt:
31070         * platform/chromium-linux/fast/block/positioning/047-expected.txt:
31071         * platform/chromium-linux/fast/forms/file-input-direction-expected.txt:
31072         * platform/chromium-linux/fast/lists/001-expected.checksum: Added.
31073         * platform/chromium-linux/fast/lists/001-expected.png: Added.
31074         * platform/chromium-linux/fast/lists/001-vertical-expected.txt: Removed.
31075         * platform/chromium-linux/fast/lists/003-vertical-expected.txt: Removed.
31076         * platform/chromium-linux/fast/multicol/float-multicol-expected.txt: Removed.
31077         * platform/chromium-linux/fast/multicol/float-paginate-complex-expected.txt: Removed.
31078         * platform/chromium-linux/fast/multicol/float-paginate-expected.txt: Removed.
31079         * platform/chromium-linux/fast/multicol/layers-in-multicol-expected.txt: Removed.
31080         * platform/chromium-linux/fast/multicol/paginate-block-replaced-expected.txt: Removed.
31081         * platform/chromium-linux/fast/multicol/table-vertical-align-expected.txt: Removed.
31082         * platform/chromium-linux/fast/overflow/image-selection-highlight-expected.checksum:
31083         * platform/chromium-linux/fast/overflow/image-selection-highlight-expected.png:
31084         * platform/chromium-linux/fast/overflow/infiniteRecursionGuard-expected.checksum:
31085         * platform/chromium-linux/fast/overflow/infiniteRecursionGuard-expected.png:
31086         * platform/chromium-linux/fast/overflow/overflow-float-stacking-expected.txt: Added.
31087         * platform/chromium-linux/fast/overflow/overflow-rtl-vertical-expected.checksum: Added.
31088         * platform/chromium-linux/fast/overflow/overflow-rtl-vertical-expected.png: Added.
31089         * platform/chromium-linux/fast/overflow/overflow-with-local-background-attachment-expected.checksum:
31090         * platform/chromium-linux/fast/overflow/overflow-with-local-background-attachment-expected.png:
31091         * platform/chromium-linux/fast/repaint/box-shadow-h-expected.checksum:
31092         * platform/chromium-linux/fast/repaint/box-shadow-h-expected.png:
31093         * platform/chromium-linux/fast/repaint/box-shadow-v-expected.checksum:
31094         * platform/chromium-linux/fast/repaint/box-shadow-v-expected.png:
31095         * platform/chromium-linux/fast/repaint/text-selection-rect-in-overflow-2-expected.checksum:
31096         * platform/chromium-linux/fast/repaint/text-selection-rect-in-overflow-2-expected.png:
31097         * platform/chromium-linux/fast/repaint/text-selection-rect-in-overflow-expected.checksum:
31098         * platform/chromium-linux/fast/repaint/text-selection-rect-in-overflow-expected.png:
31099         * platform/chromium-linux/fast/replaced/border-radius-clip-expected.checksum:
31100         * platform/chromium-linux/fast/replaced/border-radius-clip-expected.png:
31101         * platform/chromium-linux/fast/text/international/thai-line-breaks-expected.checksum:
31102         * platform/chromium-linux/fast/text/international/thai-line-breaks-expected.png:
31103         * platform/chromium-linux/fast/text/international/thai-line-breaks-expected.txt:
31104         * platform/chromium-linux/fast/text/letter-spacing-negative-opacity-expected.txt:
31105         * platform/chromium-linux/scrollbars/custom-scrollbar-with-incomplete-style-expected.checksum:
31106         * platform/chromium-linux/scrollbars/custom-scrollbar-with-incomplete-style-expected.png:
31107         * platform/chromium-linux/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt: Removed.
31108         * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.txt:
31109         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug2479-5-expected.checksum:
31110         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
31111         * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
31112         * platform/chromium-win/css1/box_properties/margin-expected.txt:
31113         * platform/chromium-win/css1/box_properties/margin_right-expected.txt:
31114         * platform/chromium-win/css1/classification/white_space-expected.txt:
31115         * platform/chromium-win/css1/color_and_background/background_attachment-expected.txt:
31116         * platform/chromium-win/css1/color_and_background/background_repeat-expected.txt:
31117         * platform/chromium-win/css2.1/t0803-c5502-mrgn-r-02-c-expected.txt:
31118         * platform/chromium-win/css2.1/t0803-c5505-mrgn-02-c-expected.txt:
31119         * platform/chromium-win/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.txt:
31120         * platform/chromium-win/css2.1/t0905-c414-flt-00-d-expected.txt:
31121         * platform/chromium-win/css2.1/t0905-c414-flt-01-d-g-expected.txt:
31122         * platform/chromium-win/css2.1/t0905-c414-flt-02-c-expected.txt:
31123         * platform/chromium-win/css2.1/t0905-c414-flt-03-c-expected.txt:
31124         * platform/chromium-win/css2.1/t0905-c414-flt-04-c-expected.txt:
31125         * platform/chromium-win/css2.1/t0905-c414-flt-wrap-01-d-g-expected.txt:
31126         * platform/chromium-win/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt:
31127         * platform/chromium-win/css2.1/t0905-c5525-fltwidth-02-c-g-expected.txt:
31128         * platform/chromium-win/css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt:
31129         * platform/chromium-win/css2.1/t090501-c414-flt-02-d-g-expected.txt:
31130         * platform/chromium-win/css2.1/t090501-c414-flt-03-b-g-expected.txt:
31131         * platform/chromium-win/css2.1/t1202-counters-08-b-expected.txt:
31132         * platform/chromium-win/css2.1/t1202-counters-09-b-expected.txt:
31133         * platform/chromium-win/editing/deleting/delete-after-span-ws-001-expected.txt:
31134         * platform/chromium-win/editing/deleting/delete-after-span-ws-002-expected.txt:
31135         * platform/chromium-win/editing/deleting/delete-after-span-ws-003-expected.txt:
31136         * platform/chromium-win/editing/deleting/delete-line-end-ws-001-expected.txt:
31137         * platform/chromium-win/editing/deleting/delete-line-end-ws-002-expected.txt:
31138         * platform/chromium-win/editing/selection/focus_editable_html-expected.txt:
31139         * platform/chromium-win/editing/selection/select-all-001-expected.txt:
31140         * platform/chromium-win/editing/selection/select-all-002-expected.txt:
31141         * platform/chromium-win/editing/selection/select-all-003-expected.txt:
31142         * platform/chromium-win/editing/selection/select-all-004-expected.txt:
31143         * platform/chromium-win/editing/selection/unrendered-001-expected.txt:
31144         * platform/chromium-win/editing/selection/unrendered-002-expected.txt:
31145         * platform/chromium-win/editing/selection/unrendered-003-expected.txt:
31146         * platform/chromium-win/editing/selection/unrendered-004-expected.txt:
31147         * platform/chromium-win/editing/selection/unrendered-005-expected.txt:
31148         * platform/chromium-win/fast/backgrounds/repeat/negative-offset-repeat-expected.txt:
31149         * platform/chromium-win/fast/backgrounds/size/backgroundSize15-expected.txt:
31150         * platform/chromium-win/fast/block/basic/010-expected.txt:
31151         * platform/chromium-win/fast/block/float/013-expected.txt:
31152         * platform/chromium-win/fast/block/float/021-expected.txt:
31153         * platform/chromium-win/fast/block/float/029-expected.txt:
31154         * platform/chromium-win/fast/block/float/031-expected.txt:
31155         * platform/chromium-win/fast/block/float/avoidance-percent-width-strict-expected.txt:
31156         * platform/chromium-win/fast/block/float/clamped-right-float-expected.txt:
31157         * platform/chromium-win/fast/block/float/float-in-float-painting-expected.txt:
31158         * platform/chromium-win/fast/block/float/nested-clearance-expected.txt:
31159         * platform/chromium-win/fast/block/margin-collapse/004-expected.txt:
31160         * platform/chromium-win/fast/block/margin-collapse/062-expected.txt:
31161         * platform/chromium-win/fast/block/margin-collapse/063-expected.txt:
31162         * platform/chromium-win/fast/block/margin-collapse/104-expected.txt:
31163         * platform/chromium-win/fast/block/margin-collapse/block-inside-inline/004-expected.txt:
31164         * platform/chromium-win/fast/block/margin-collapse/block-inside-inline/005-expected.txt:
31165         * platform/chromium-win/fast/block/positioning/002-expected.txt:
31166         * platform/chromium-win/fast/block/positioning/047-expected.txt:
31167         * platform/chromium-win/fast/block/positioning/051-expected.txt:
31168         * platform/chromium-win/fast/block/positioning/061-expected.txt:
31169         * platform/chromium-win/fast/block/positioning/auto-height-with-top-and-bottom-expected.txt:
31170         * platform/chromium-win/fast/blockflow/border-radius-clipping-vertical-lr-expected.txt:
31171         * platform/chromium-win/fast/blockflow/box-shadow-vertical-lr-expected.txt:
31172         * platform/chromium-win/fast/blockflow/box-shadow-vertical-rl-expected.txt:
31173         * platform/chromium-win/fast/body-propagation/background-color/002-expected.txt:
31174         * platform/chromium-win/fast/body-propagation/background-color/002-xhtml-expected.txt:
31175         * platform/chromium-win/fast/body-propagation/background-image/002-expected.txt:
31176         * platform/chromium-win/fast/body-propagation/background-image/002-xhtml-expected.txt:
31177         * platform/chromium-win/fast/body-propagation/overflow/001-expected.txt:
31178         * platform/chromium-win/fast/body-propagation/overflow/001-xhtml-expected.txt:
31179         * platform/chromium-win/fast/body-propagation/overflow/005-declarative-expected.txt:
31180         * platform/chromium-win/fast/body-propagation/overflow/005-expected.txt:
31181         * platform/chromium-win/fast/body-propagation/overflow/005-xhtml-expected.txt:
31182         * platform/chromium-win/fast/box-shadow/basic-shadows-expected.txt:
31183         * platform/chromium-win/fast/box-sizing/box-sizing-expected.txt:
31184         * platform/chromium-win/fast/clip/008-expected.txt:
31185         * platform/chromium-win/fast/clip/009-expected.txt:
31186         * platform/chromium-win/fast/clip/010-expected.txt:
31187         * platform/chromium-win/fast/clip/011-expected.txt:
31188         * platform/chromium-win/fast/clip/012-expected.txt:
31189         * platform/chromium-win/fast/compact/001-expected.txt:
31190         * platform/chromium-win/fast/css/MarqueeLayoutTest-expected.txt:
31191         * platform/chromium-win/fast/css/negative-leading-expected.txt:
31192         * platform/chromium-win/fast/css/percentage-non-integer-expected.txt:
31193         * platform/chromium-win/fast/css/word-space-extra-expected.txt:
31194         * platform/chromium-win/fast/dom/clone-node-dynamic-style-expected.txt:
31195         * platform/chromium-win/fast/dynamic/window-resize-scrollbars-test-expected.txt:
31196         * platform/chromium-win/fast/events/focusingUnloadedFrame-expected.txt:
31197         * platform/chromium-win/fast/flexbox/009-expected.txt:
31198         * platform/chromium-win/fast/flexbox/016-expected.txt:
31199         * platform/chromium-win/fast/forms/basic-textareas-quirks-expected.txt:
31200         * platform/chromium-win/fast/forms/file-input-direction-expected.txt:
31201         * platform/chromium-win/fast/forms/floating-textfield-relayout-expected.txt:
31202         * platform/chromium-win/fast/forms/textfield-overflow-expected.txt:
31203         * platform/chromium-win/fast/frames/frame-scrolling-attribute-expected.txt:
31204         * platform/chromium-win/fast/frames/iframe-scrolling-attribute-expected.txt:
31205         * platform/chromium-win/fast/frames/inline-object-inside-frameset-expected.txt:
31206         * platform/chromium-win/fast/images/gif-large-checkerboard-expected.txt: Added.
31207         * platform/chromium-win/fast/inline-block/inline-block-vertical-align-expected.txt:
31208         * platform/chromium-win/fast/inline-block/tricky-baseline-expected.txt:
31209         * platform/chromium-win/fast/inline/long-wrapped-line-expected.txt:
31210         * platform/chromium-win/fast/layers/layer-visibility-expected.txt:
31211         * platform/chromium-win/fast/layers/layer-visibility-sublayer-expected.txt:
31212         * platform/chromium-win/fast/layers/overflow-scroll-auto-switch-expected.txt:
31213         * platform/chromium-win/fast/layers/video-layer-expected.txt:
31214         * platform/chromium-win/fast/lists/001-expected.txt:
31215         * platform/chromium-win/fast/lists/001-vertical-expected.txt:
31216         * platform/chromium-win/fast/lists/003-expected.txt:
31217         * platform/chromium-win/fast/lists/003-vertical-expected.txt:
31218         * platform/chromium-win/fast/lists/li-br-expected.txt:
31219         * platform/chromium-win/fast/media/mq-relative-constraints-02-expected.txt:
31220         * platform/chromium-win/fast/media/mq-relative-constraints-03-expected.txt:
31221         * platform/chromium-win/fast/media/mq-relative-constraints-04-expected.txt:
31222         * platform/chromium-win/fast/media/mq-relative-constraints-05-expected.txt:
31223         * platform/chromium-win/fast/media/mq-relative-constraints-06-expected.txt:
31224         * platform/chromium-win/fast/media/mq-relative-constraints-07-expected.txt:
31225         * platform/chromium-win/fast/media/mq-relative-constraints-08-expected.txt:
31226         * platform/chromium-win/fast/media/mq-relative-constraints-09-expected.txt:
31227         * platform/chromium-win/fast/media/mq-width-absolute-01-expected.txt:
31228         * platform/chromium-win/fast/media/mq-width-absolute-02-expected.txt:
31229         * platform/chromium-win/fast/media/mq-width-absolute-03-expected.txt:
31230         * platform/chromium-win/fast/media/mq-width-absolute-04-expected.txt:
31231         * platform/chromium-win/fast/multicol/float-multicol-expected.txt:
31232         * platform/chromium-win/fast/multicol/float-paginate-complex-expected.txt:
31233         * platform/chromium-win/fast/multicol/float-paginate-expected.txt:
31234         * platform/chromium-win/fast/multicol/layers-in-multicol-expected.txt:
31235         * platform/chromium-win/fast/multicol/nested-columns-expected.txt:
31236         * platform/chromium-win/fast/multicol/paginate-block-replaced-expected.txt:
31237         * platform/chromium-win/fast/multicol/positioned-with-constrained-height-expected.txt:
31238         * platform/chromium-win/fast/multicol/span/anonymous-style-inheritance-expected.txt:
31239         * platform/chromium-win/fast/multicol/table-vertical-align-expected.txt:
31240         * platform/chromium-win/fast/overflow/002-expected.txt:
31241         * platform/chromium-win/fast/overflow/006-expected.txt:
31242         * platform/chromium-win/fast/overflow/dynamic-hidden-expected.txt:
31243         * platform/chromium-win/fast/overflow/float-in-relpositioned-expected.txt:
31244         * platform/chromium-win/fast/overflow/image-selection-highlight-expected.checksum:
31245         * platform/chromium-win/fast/overflow/image-selection-highlight-expected.png:
31246         * platform/chromium-win/fast/overflow/image-selection-highlight-expected.txt:
31247         * platform/chromium-win/fast/overflow/infiniteRecursionGuard-expected.checksum:
31248         * platform/chromium-win/fast/overflow/infiniteRecursionGuard-expected.png:
31249         * platform/chromium-win/fast/overflow/infiniteRecursionGuard-expected.txt:
31250         * platform/chromium-win/fast/overflow/overflow-auto-table-expected.txt:
31251         * platform/chromium-win/fast/overflow/overflow-focus-ring-expected.txt:
31252         * platform/chromium-win/fast/overflow/overflow-rtl-vertical-expected.checksum: Added.
31253         * platform/chromium-win/fast/overflow/overflow-rtl-vertical-expected.png: Added.
31254         * platform/chromium-win/fast/overflow/overflow-rtl-vertical-expected.txt: Added.
31255         * platform/chromium-win/fast/overflow/overflow-stacking-expected.txt:
31256         * platform/chromium-win/fast/overflow/overflow-with-local-background-attachment-expected.txt:
31257         * platform/chromium-win/fast/overflow/overflow-x-y-expected.txt:
31258         * platform/chromium-win/fast/overflow/scrollRevealButton-expected.txt:
31259         * platform/chromium-win/fast/reflections/reflection-direction-expected.txt:
31260         * platform/chromium-win/fast/repaint/box-shadow-h-expected.checksum:
31261         * platform/chromium-win/fast/repaint/box-shadow-h-expected.png:
31262         * platform/chromium-win/fast/repaint/box-shadow-h-expected.txt:
31263         * platform/chromium-win/fast/repaint/box-shadow-v-expected.checksum:
31264         * platform/chromium-win/fast/repaint/box-shadow-v-expected.png:
31265         * platform/chromium-win/fast/repaint/box-shadow-v-expected.txt:
31266         * platform/chromium-win/fast/repaint/dynamic-table-vertical-alignment-change-expected.txt:
31267         * platform/chromium-win/fast/repaint/float-overflow-expected.txt:
31268         * platform/chromium-win/fast/repaint/float-overflow-right-expected.txt:
31269         * platform/chromium-win/fast/repaint/overflow-scroll-body-appear-expected.txt:
31270         * platform/chromium-win/fast/repaint/overflow-scroll-delete-expected.checksum:
31271         * platform/chromium-win/fast/repaint/overflow-scroll-delete-expected.png:
31272         * platform/chromium-win/fast/repaint/overflow-scroll-delete-expected.txt:
31273         * platform/chromium-win/fast/repaint/text-selection-rect-in-overflow-2-expected.checksum:
31274         * platform/chromium-win/fast/repaint/text-selection-rect-in-overflow-2-expected.png:
31275         * platform/chromium-win/fast/repaint/text-selection-rect-in-overflow-2-expected.txt:
31276         * platform/chromium-win/fast/repaint/text-selection-rect-in-overflow-expected.checksum:
31277         * platform/chromium-win/fast/repaint/text-selection-rect-in-overflow-expected.png:
31278         * platform/chromium-win/fast/repaint/text-selection-rect-in-overflow-expected.txt:
31279         * platform/chromium-win/fast/repaint/transform-absolute-in-positioned-container-expected.txt:
31280         * platform/chromium-win/fast/replaced/004-expected.txt:
31281         * platform/chromium-win/fast/replaced/border-radius-clip-expected.checksum:
31282         * platform/chromium-win/fast/replaced/border-radius-clip-expected.png:
31283         * platform/chromium-win/fast/replaced/border-radius-clip-expected.txt:
31284         * platform/chromium-win/fast/table/034-expected.txt:
31285         * platform/chromium-win/fast/table/border-collapsing/004-vertical-expected.txt:
31286         * platform/chromium-win/fast/table/colspanMinWidth-vertical-expected.txt:
31287         * platform/chromium-win/fast/table/frame-and-rules-expected.txt:
31288         * platform/chromium-win/fast/table/overflowHidden-expected.txt:
31289         * platform/chromium-win/fast/text/international/thai-line-breaks-expected.txt:
31290         * platform/chromium-win/fast/text/large-text-composed-char-expected.txt:
31291         * platform/chromium-win/fast/text/letter-spacing-negative-opacity-expected.txt:
31292         * platform/chromium-win/fast/text/text-letter-spacing-expected.txt:
31293         * platform/chromium-win/fast/text/whitespace/012-expected.txt:
31294         * platform/chromium-win/media/audio-controls-rendering-expected.txt:
31295         * platform/chromium-win/media/controls-after-reload-expected.txt:
31296         * platform/chromium-win/media/controls-strict-expected.txt:
31297         * platform/chromium-win/media/video-controls-rendering-expected.txt:
31298         * platform/chromium-win/media/video-display-toggle-expected.txt:
31299         * platform/chromium-win/media/video-empty-source-expected.txt:
31300         * platform/chromium-win/media/video-no-audio-expected.txt:
31301         * platform/chromium-win/media/video-volume-slider-expected.txt:
31302         * platform/chromium-win/scrollbars/basic-scrollbar-expected.txt:
31303         * platform/chromium-win/scrollbars/custom-scrollbar-with-incomplete-style-expected.checksum:
31304         * platform/chromium-win/scrollbars/custom-scrollbar-with-incomplete-style-expected.png:
31305         * platform/chromium-win/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt:
31306         * platform/chromium-win/scrollbars/disabled-scrollbar-expected.txt:
31307         * platform/chromium-win/scrollbars/scrollbar-buttons-expected.txt:
31308         * platform/chromium-win/scrollbars/scrollbar-orientation-expected.txt:
31309         * platform/chromium-win/svg/custom/altglyph-expected.txt:
31310         * platform/chromium-win/svg/custom/getscreenctm-in-mixed-content-expected.txt:
31311         * platform/chromium-win/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt:
31312         * platform/chromium-win/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt:
31313         * platform/chromium-win/svg/custom/invisible-text-after-scrolling-expected.txt:
31314         * platform/chromium-win/svg/custom/path-bad-data-expected.txt:
31315         * platform/chromium-win/svg/custom/scroll-hit-test-expected.txt: Added.
31316         * platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
31317         * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.txt:
31318         * platform/chromium-win/svg/custom/text-xy-updates-SVGList-expected.txt:
31319         * platform/chromium-win/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.txt:
31320         * platform/chromium-win/svg/text/foreignObject-text-clipping-bug-expected.txt:
31321         * platform/chromium-win/svg/text/kerning-expected.txt:
31322         * platform/chromium-win/svg/text/multichar-glyph-expected.txt:
31323         * platform/chromium-win/svg/transforms/animated-path-inside-transformed-html-expected.txt:
31324         * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
31325         * platform/chromium-win/svg/zoom/text/zoom-hixie-mixed-009-expected.txt:
31326         * platform/chromium-win/tables/mozilla/bugs/bug120364-expected.txt:
31327         * platform/chromium-win/tables/mozilla/bugs/bug131020-expected.txt:
31328         * platform/chromium-win/tables/mozilla/bugs/bug23151-expected.txt:
31329         * platform/chromium-win/tables/mozilla/bugs/bug43039-expected.txt:
31330         * platform/chromium-win/tables/mozilla/bugs/bug43854-1-expected.txt:
31331         * platform/chromium-win/tables/mozilla/bugs/bug45055-2-expected.txt:
31332         * platform/chromium-win/tables/mozilla/bugs/bug5797-expected.txt:
31333         * platform/chromium-win/tables/mozilla/bugs/bug625-expected.txt:
31334         * platform/chromium-win/tables/mozilla/bugs/bug72359-expected.txt:
31335         * platform/chromium-win/tables/mozilla/bugs/bug83786-expected.txt:
31336         * platform/chromium-win/tables/mozilla/bugs/bug92143-expected.txt:
31337         * platform/chromium-win/tables/mozilla/bugs/bug96334-expected.txt:
31338         * platform/chromium-win/tables/mozilla/core/nested1-expected.txt:
31339         * platform/chromium-win/tables/mozilla/marvin/backgr_index-expected.txt:
31340         * platform/chromium-win/tables/mozilla/marvin/x_table_align_left-expected.txt:
31341         * platform/chromium-win/tables/mozilla/marvin/x_table_align_right-expected.txt:
31342         * platform/chromium-win/tables/mozilla/marvin/x_td_nowrap-expected.txt:
31343         * platform/chromium-win/tables/mozilla/marvin/x_th_nowrap-expected.txt:
31344         * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug220653-expected.txt:
31345         * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug2479-5-expected.checksum:
31346         * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
31347         * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
31348         * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug67915-2-expected.txt:
31349         * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
31350         * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
31351         * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt:
31352         * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt:
31353         * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt:
31354         * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt:
31355         * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt:
31356         * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.txt:
31357         * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt:
31358         * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.txt:
31359         * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt:
31360         * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.txt:
31361         * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt:
31362         * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt:
31363         * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt:
31364         * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt:
31365         * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt:
31366         * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt:
31367         * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt:
31368         * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt:
31369         * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt:
31370         * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.txt:
31371         * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.txt:
31372         * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.txt:
31373         * platform/chromium-win/transforms/svg-vs-css-expected.txt:
31374
31375 2010-12-06  Andy Estes  <aestes@apple.com>
31376
31377         Reviewed by Darin Adler.
31378
31379         Marquee elements do not stop animating when scrollAmount is set to 0.
31380         https://bugs.webkit.org/show_bug.cgi?id=50434
31381
31382         * fast/html/marquee-scrollamount.html: Added.
31383         * platform/mac/fast/html/marquee-scrollamount-expected.checksum: Added.
31384         * platform/mac/fast/html/marquee-scrollamount-expected.png: Added.
31385         * platform/mac/fast/html/marquee-scrollamount-expected.txt: Added.
31386
31387 2010-12-06  Chris Fleizach  <cfleizach@apple.com>
31388
31389         Reviewed by Darin Adler.
31390
31391         HTML5 Slider does not work correctly with VoiceOver
31392         https://bugs.webkit.org/show_bug.cgi?id=50505
31393
31394         * platform/mac/accessibility/html-slider-indicator-expected.txt: Added.
31395         * platform/mac/accessibility/html-slider-indicator.html: Added.
31396
31397 2010-12-06  David Hyatt  <hyatt@apple.com>
31398
31399         Reviewed by Simon Fraser.
31400
31401         Fix for https://bugs.webkit.org/show_bug.cgi?id=49220 <<rdar://problem/8644849>, REGRESSION: transforms now
31402         O(n^3) from pathological behavior in lowestPosition, rightmostPosition, leftmostPosition and topmostPosition.
31403
31404         This patch throws out the lowest/rightmost/leftmost/topmostPosition functions and re-architects layout overflow
31405         in the engine to cache all the information required to properly handle scrolling.
31406
31407         In the old code, there were two types of overflow: layout overflow and visual overflow.  The former could
31408         affect scrolling and the latter could not.  The distinction was largely meaningless, since layout overflow
31409         wasn't actually used to determine scroll width or scroll height.  It didn't propagate across self-painting layer
31410         boundaries either.  In the old code, the term visible overflow meant the union of the layout overflow and
31411         visual overflow rects.
31412
31413         In the new code, the two types of overflow remain, but the distinction between the two is now clear.  Visual overflow
31414         is used purely for painting and hit testing checks and layout overflow is used specifically for scrolling.  It has
31415         been expanded to propagate across self-painting layers, to factor in relative positioning and transforms, and to
31416         work with writing modes.
31417
31418         In order to minimize layout test changes, layers no longer incorporate right/bottom overflow into their width/height members.
31419         Doing so uncovered two bugs where left/top overflow was ignored (proof that even having layer dimensions is harmful).
31420         A render tree dump hack has been put into the code to keep this overflow dumping for the RenderView's layer, since otherwise
31421         a huge number of tests would change.
31422
31423         Added fast/overflow/overflow-rtl-vertical.html to test vertical writing-mode overflow.  Existing tests cover the rest.
31424
31425         * compositing/checkerboard-expected.txt:
31426         * compositing/geometry/limit-layer-bounds-transformed-expected.txt:
31427         * compositing/iframes/composited-parent-iframe-expected.txt:
31428         * fast/backgrounds/size/contain-and-cover-expected.txt:
31429         * fast/flexbox/009.html:
31430         * fast/overflow/overflow-rtl-vertical.html: Added.
31431         * fast/spatial-navigation/snav-clipped-overflowed-content-expected.txt:
31432         * fast/spatial-navigation/snav-clipped-overflowed-content.html:
31433         * platform/mac/compositing/direct-image-compositing-expected.txt:
31434         * platform/mac/compositing/geometry/fixed-position-expected.txt:
31435         * platform/mac/compositing/geometry/video-opacity-overlay-expected.txt:
31436         * platform/mac/compositing/overflow/fixed-position-ancestor-clip-expected.txt:
31437         * platform/mac/compositing/overflow/scroll-ancestor-update-expected.txt:
31438         * platform/mac/compositing/reflections/load-video-in-reflection-expected.txt:
31439         * platform/mac/compositing/repaint/content-into-overflow-expected.txt:
31440         * platform/mac/compositing/repaint/overflow-into-content-expected.txt:
31441         * platform/mac/css1/box_properties/margin-expected.txt:
31442         * platform/mac/css1/box_properties/margin_right-expected.txt:
31443         * platform/mac/css1/classification/white_space-expected.txt:
31444         * platform/mac/css1/color_and_background/background_attachment-expected.txt:
31445         * platform/mac/css1/color_and_background/background_repeat-expected.txt:
31446         * platform/mac/css2.1/t0803-c5502-mrgn-r-02-c-expected.txt:
31447         * platform/mac/css2.1/t0803-c5505-mrgn-02-c-expected.txt:
31448         * platform/mac/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.txt:
31449         * platform/mac/css2.1/t0905-c414-flt-00-d-expected.txt:
31450         * platform/mac/css2.1/t0905-c414-flt-01-d-g-expected.txt:
31451         * platform/mac/css2.1/t0905-c414-flt-02-c-expected.txt:
31452         * platform/mac/css2.1/t0905-c414-flt-03-c-expected.txt:
31453         * platform/mac/css2.1/t0905-c414-flt-04-c-expected.txt:
31454         * platform/mac/css2.1/t0905-c414-flt-wrap-01-d-g-expected.txt:
31455         * platform/mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt:
31456         * platform/mac/css2.1/t0905-c5525-fltwidth-02-c-g-expected.txt:
31457         * platform/mac/css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt:
31458         * platform/mac/css2.1/t090501-c414-flt-02-d-g-expected.txt:
31459         * platform/mac/css2.1/t090501-c414-flt-03-b-g-expected.txt:
31460         * platform/mac/css2.1/t1202-counters-08-b-expected.txt:
31461         * platform/mac/css2.1/t1202-counters-09-b-expected.txt:
31462         * platform/mac/editing/deleting/delete-after-span-ws-001-expected.txt:
31463         * platform/mac/editing/deleting/delete-after-span-ws-002-expected.txt:
31464         * platform/mac/editing/deleting/delete-after-span-ws-003-expected.txt:
31465         * platform/mac/editing/deleting/delete-line-end-ws-001-expected.txt:
31466         * platform/mac/editing/deleting/delete-line-end-ws-002-expected.txt:
31467         * platform/mac/editing/selection/25228-expected.txt:
31468         * platform/mac/editing/selection/focus_editable_html-expected.txt:
31469         * platform/mac/editing/selection/select-all-001-expected.txt:
31470         * platform/mac/editing/selection/select-all-002-expected.txt:
31471         * platform/mac/editing/selection/select-all-003-expected.txt:
31472         * platform/mac/editing/selection/select-all-004-expected.txt:
31473         * platform/mac/editing/selection/unrendered-001-expected.txt:
31474         * platform/mac/editing/selection/unrendered-002-expected.txt:
31475         * platform/mac/editing/selection/unrendered-003-expected.txt:
31476         * platform/mac/editing/selection/unrendered-004-expected.txt:
31477         * platform/mac/editing/selection/unrendered-005-expected.txt:
31478         * platform/mac/fast/backgrounds/repeat/negative-offset-repeat-expected.txt:
31479         * platform/mac/fast/backgrounds/size/backgroundSize15-expected.txt:
31480         * platform/mac/fast/block/basic/010-expected.txt:
31481         * platform/mac/fast/block/basic/fieldset-stretch-to-legend-expected.txt:
31482         * platform/mac/fast/block/float/008-expected.txt:
31483         * platform/mac/fast/block/float/013-expected.txt:
31484         * platform/mac/fast/block/float/019-expected.txt:
31485         * platform/mac/fast/block/float/021-expected.txt:
31486         * platform/mac/fast/block/float/029-expected.txt:
31487         * platform/mac/fast/block/float/031-expected.txt:
31488         * platform/mac/fast/block/float/033-expected.txt:
31489         * platform/mac/fast/block/float/035-expected.txt:
31490         * platform/mac/fast/block/float/avoidance-percent-width-strict-expected.txt:
31491         * platform/mac/fast/block/float/clamped-right-float-expected.txt:
31492         * platform/mac/fast/block/float/float-in-float-painting-expected.txt:
31493         * platform/mac/fast/block/float/nested-clearance-expected.txt:
31494         * platform/mac/fast/block/float/relative-painted-twice-expected.txt:
31495         * platform/mac/fast/block/margin-collapse/004-expected.txt:
31496         * platform/mac/fast/block/margin-collapse/062-expected.txt:
31497         * platform/mac/fast/block/margin-collapse/063-expected.txt:
31498         * platform/mac/fast/block/margin-collapse/104-expected.txt:
31499         * platform/mac/fast/block/margin-collapse/block-inside-inline/004-expected.txt:
31500         * platform/mac/fast/block/margin-collapse/block-inside-inline/005-expected.txt:
31501         * platform/mac/fast/block/positioning/002-expected.txt:
31502         * platform/mac/fast/block/positioning/047-expected.txt:
31503         * platform/mac/fast/block/positioning/049-expected.txt:
31504         * platform/mac/fast/block/positioning/051-expected.txt:
31505         * platform/mac/fast/block/positioning/auto-height-with-top-and-bottom-expected.txt:
31506         * platform/mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt:
31507         * platform/mac/fast/blockflow/block-level-images-expected.txt:
31508         * platform/mac/fast/blockflow/border-radius-clipping-vertical-lr-expected.txt:
31509         * platform/mac/fast/blockflow/box-shadow-vertical-lr-expected.txt:
31510         * platform/mac/fast/blockflow/box-shadow-vertical-rl-expected.txt:
31511         * platform/mac/fast/blockflow/floats-in-block-layout-expected.txt:
31512         * platform/mac/fast/body-propagation/background-color/002-expected.txt:
31513         * platform/mac/fast/body-propagation/background-color/002-xhtml-expected.txt:
31514         * platform/mac/fast/body-propagation/background-image/002-expected.txt:
31515         * platform/mac/fast/body-propagation/background-image/002-xhtml-expected.txt:
31516         * platform/mac/fast/body-propagation/overflow/001-expected.txt:
31517         * platform/mac/fast/body-propagation/overflow/001-xhtml-expected.txt:
31518         * platform/mac/fast/body-propagation/overflow/005-declarative-expected.txt:
31519         * platform/mac/fast/body-propagation/overflow/005-expected.txt:
31520         * platform/mac/fast/body-propagation/overflow/005-xhtml-expected.txt:
31521         * platform/mac/fast/borders/fieldsetBorderRadius-expected.txt:
31522         * platform/mac/fast/box-shadow/basic-shadows-expected.txt:
31523         * platform/mac/fast/box-sizing/box-sizing-expected.txt:
31524         * platform/mac/fast/clip/008-expected.txt:
31525         * platform/mac/fast/clip/009-expected.txt:
31526         * platform/mac/fast/clip/010-expected.txt:
31527         * platform/mac/fast/clip/011-expected.txt:
31528         * platform/mac/fast/clip/012-expected.txt:
31529         * platform/mac/fast/compact/001-expected.txt:
31530         * platform/mac/fast/css/color-correction-on-background-image-expected.txt:
31531         * platform/mac/fast/css/negative-leading-expected.txt:
31532         * platform/mac/fast/css/percentage-non-integer-expected.txt:
31533         * platform/mac/fast/css/word-space-extra-expected.txt:
31534         * platform/mac/fast/dom/clone-node-dynamic-style-expected.txt:
31535         * platform/mac/fast/dynamic/window-resize-scrollbars-test-expected.txt:
31536         * platform/mac/fast/events/focusingUnloadedFrame-expected.txt:
31537         * platform/mac/fast/flexbox/009-expected.txt:
31538         * platform/mac/fast/flexbox/016-expected.txt:
31539         * platform/mac/fast/flexbox/flex-hang-expected.txt:
31540         * platform/mac/fast/forms/basic-textareas-quirks-expected.txt:
31541         * platform/mac/fast/forms/file-input-direction-expected.txt:
31542         * platform/mac/fast/forms/floating-textfield-relayout-expected.txt:
31543         * platform/mac/fast/forms/textfield-overflow-expected.txt:
31544         * platform/mac/fast/frames/flattening/frameset-flattening-advanced-expected.txt:
31545         * platform/mac/fast/frames/flattening/frameset-flattening-grid-expected.txt:
31546         * platform/mac/fast/frames/flattening/frameset-flattening-simple-expected.txt:
31547         * platform/mac/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt:
31548         * platform/mac/fast/frames/flattening/frameset-flattening-subframesets-expected.txt:
31549         * platform/mac/fast/frames/frame-scrolling-attribute-expected.txt:
31550         * platform/mac/fast/frames/iframe-scrolling-attribute-expected.txt:
31551         * platform/mac/fast/frames/inline-object-inside-frameset-expected.txt:
31552         * platform/mac/fast/gradients/background-clipped-expected.txt:
31553         * platform/mac/fast/images/gif-large-checkerboard-expected.txt:
31554         * platform/mac/fast/images/pdf-as-image-landscape-expected.txt:
31555         * platform/mac/fast/inline-block/inline-block-vertical-align-expected.txt:
31556         * platform/mac/fast/inline/long-wrapped-line-expected.txt:
31557         * platform/mac/fast/layers/layer-visibility-expected.txt:
31558         * platform/mac/fast/layers/layer-visibility-sublayer-expected.txt:
31559         * platform/mac/fast/lists/001-expected.txt:
31560         * platform/mac/fast/lists/001-vertical-expected.txt:
31561         * platform/mac/fast/lists/003-expected.txt:
31562         * platform/mac/fast/lists/003-vertical-expected.txt:
31563         * platform/mac/fast/lists/li-br-expected.txt:
31564         * platform/mac/fast/media/mq-relative-constraints-02-expected.txt:
31565         * platform/mac/fast/media/mq-relative-constraints-03-expected.txt:
31566         * platform/mac/fast/media/mq-relative-constraints-04-expected.txt:
31567         * platform/mac/fast/media/mq-relative-constraints-05-expected.txt:
31568         * platform/mac/fast/media/mq-relative-constraints-06-expected.txt:
31569         * platform/mac/fast/media/mq-relative-constraints-07-expected.txt:
31570         * platform/mac/fast/media/mq-relative-constraints-08-expected.txt:
31571         * platform/mac/fast/media/mq-relative-constraints-09-expected.txt:
31572         * platform/mac/fast/media/mq-width-absolute-01-expected.txt:
31573         * platform/mac/fast/media/mq-width-absolute-02-expected.txt:
31574         * platform/mac/fast/media/mq-width-absolute-03-expected.txt:
31575         * platform/mac/fast/media/mq-width-absolute-04-expected.txt:
31576         * platform/mac/fast/multicol/float-multicol-expected.txt:
31577         * platform/mac/fast/multicol/float-paginate-complex-expected.txt:
31578         * platform/mac/fast/multicol/float-paginate-expected.txt:
31579         * platform/mac/fast/multicol/layers-in-multicol-expected.txt:
31580         * platform/mac/fast/multicol/paginate-block-replaced-expected.txt:
31581         * platform/mac/fast/multicol/positioned-with-constrained-height-expected.txt:
31582         * platform/mac/fast/multicol/span/anonymous-style-inheritance-expected.txt:
31583         * platform/mac/fast/multicol/table-vertical-align-expected.txt:
31584         * platform/mac/fast/overflow/006-expected.txt:
31585         * platform/mac/fast/overflow/float-in-relpositioned-expected.txt:
31586         * platform/mac/fast/overflow/overflow-auto-table-expected.txt:
31587         * platform/mac/fast/overflow/overflow-rtl-vertical-expected.checksum: Added.
31588         * platform/mac/fast/overflow/overflow-rtl-vertical-expected.png: Added.
31589         * platform/mac/fast/overflow/overflow-rtl-vertical-expected.txt: Added.
31590         * platform/mac/fast/overflow/scrollRevealButton-expected.txt:
31591         * platform/mac/fast/reflections/reflection-direction-expected.txt:
31592         * platform/mac/fast/repaint/box-shadow-h-expected.checksum:
31593         * platform/mac/fast/repaint/box-shadow-h-expected.png:
31594         * platform/mac/fast/repaint/box-shadow-h-expected.txt:
31595         * platform/mac/fast/repaint/box-shadow-v-expected.txt:
31596         * platform/mac/fast/repaint/content-into-overflow-expected.txt:
31597         * platform/mac/fast/repaint/dynamic-table-vertical-alignment-change-expected.txt:
31598         * platform/mac/fast/repaint/float-overflow-expected.txt:
31599         * platform/mac/fast/repaint/float-overflow-right-expected.txt:
31600         * platform/mac/fast/repaint/overflow-into-content-expected.txt:
31601         * platform/mac/fast/repaint/overflow-scroll-body-appear-expected.txt:
31602         * platform/mac/fast/repaint/subtree-root-clip-expected.txt:
31603         * platform/mac/fast/repaint/transform-absolute-in-positioned-container-expected.txt:
31604         * platform/mac/fast/repaint/transform-replaced-shadows-expected.checksum:
31605         * platform/mac/fast/repaint/transform-replaced-shadows-expected.png:
31606         * platform/mac/fast/replaced/004-expected.txt:
31607         * platform/mac/fast/table/034-expected.txt:
31608         * platform/mac/fast/table/border-collapsing/004-vertical-expected.txt:
31609         * platform/mac/fast/table/colspanMinWidth-vertical-expected.txt:
31610         * platform/mac/fast/table/fixed-with-auto-with-colspan-expected.txt:
31611         * platform/mac/fast/table/fixed-with-auto-with-colspan-vertical-expected.txt:
31612         * platform/mac/fast/table/frame-and-rules-expected.txt:
31613         * platform/mac/fast/table/height-percent-test-vertical-expected.txt:
31614         * platform/mac/fast/table/wide-colspan-expected.txt:
31615         * platform/mac/fast/table/wide-column-expected.txt:
31616         * platform/mac/fast/text/international/thai-line-breaks-expected.txt:
31617         * platform/mac/fast/text/large-text-composed-char-expected.txt:
31618         * platform/mac/fast/text/letter-spacing-negative-opacity-expected.txt:
31619         * platform/mac/fast/text/text-letter-spacing-expected.txt:
31620         * platform/mac/fast/text/whitespace/012-expected.txt:
31621         * platform/mac/mathml/presentation/fenced-expected.txt:
31622         * platform/mac/mathml/presentation/mo-expected.txt:
31623         * platform/mac/mathml/presentation/over-expected.txt:
31624         * platform/mac/mathml/presentation/row-alignment-expected.txt:
31625         * platform/mac/mathml/presentation/row-expected.txt:
31626         * platform/mac/printing/return-from-printing-mode-expected.txt:
31627         * platform/mac/svg/custom/altglyph-expected.txt:
31628         * platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.txt:
31629         * platform/mac/svg/custom/path-bad-data-expected.txt:
31630         * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
31631         * platform/mac/svg/custom/svg-fonts-in-html-expected.txt:
31632         * platform/mac/svg/custom/text-xy-updates-SVGList-expected.txt:
31633         * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.txt:
31634         * platform/mac/svg/text/foreignObject-text-clipping-bug-expected.txt:
31635         * platform/mac/svg/text/kerning-expected.txt:
31636         * platform/mac/svg/text/multichar-glyph-expected.txt:
31637         * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.txt:
31638         * platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
31639         * platform/mac/svg/zoom/text/zoom-hixie-mixed-009-expected.txt:
31640         * platform/mac/tables/mozilla/bugs/bug120364-expected.txt:
31641         * platform/mac/tables/mozilla/bugs/bug131020-expected.txt:
31642         * platform/mac/tables/mozilla/bugs/bug196870-expected.txt:
31643         * platform/mac/tables/mozilla/bugs/bug23151-expected.txt:
31644         * platform/mac/tables/mozilla/bugs/bug29314-expected.txt:
31645         * platform/mac/tables/mozilla/bugs/bug43039-expected.txt:
31646         * platform/mac/tables/mozilla/bugs/bug43854-1-expected.txt:
31647         * platform/mac/tables/mozilla/bugs/bug45055-2-expected.txt:
31648         * platform/mac/tables/mozilla/bugs/bug5797-expected.txt:
31649         * platform/mac/tables/mozilla/bugs/bug625-expected.txt:
31650         * platform/mac/tables/mozilla/bugs/bug72359-expected.txt:
31651         * platform/mac/tables/mozilla/bugs/bug83786-expected.txt:
31652         * platform/mac/tables/mozilla/bugs/bug92143-expected.txt:
31653         * platform/mac/tables/mozilla/bugs/bug96334-expected.txt:
31654         * platform/mac/tables/mozilla/core/nested1-expected.txt:
31655         * platform/mac/tables/mozilla/marvin/backgr_index-expected.txt:
31656         * platform/mac/tables/mozilla/marvin/x_table_align_left-expected.txt:
31657         * platform/mac/tables/mozilla/marvin/x_table_align_right-expected.txt:
31658         * platform/mac/tables/mozilla/marvin/x_td_nowrap-expected.txt:
31659         * platform/mac/tables/mozilla/marvin/x_th_nowrap-expected.txt:
31660         * platform/mac/tables/mozilla_expected_failures/bugs/bug220653-expected.txt:
31661         * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
31662         * platform/mac/tables/mozilla_expected_failures/bugs/bug67915-2-expected.txt:
31663         * platform/mac/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
31664         * platform/mac/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
31665         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt:
31666         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt:
31667         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt:
31668         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt:
31669         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt:
31670         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.txt:
31671         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt:
31672         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.txt:
31673         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt:
31674         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.txt:
31675         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt:
31676         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt:
31677         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt:
31678         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt:
31679         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt:
31680         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt:
31681         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt:
31682         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt:
31683         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt:
31684         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.txt:
31685         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.txt:
31686         * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.txt:
31687         * platform/mac/transforms/3d/point-mapping/3d-point-mapping-2-expected.txt:
31688         * platform/mac/transforms/3d/point-mapping/3d-point-mapping-expected.txt:
31689         * platform/mac/transforms/3d/point-mapping/3d-point-mapping-origins-expected.txt:
31690         * platform/mac/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.txt:
31691         * platform/mac/transforms/svg-vs-css-expected.txt:
31692         * svg/custom/text-zoom-expected.txt:
31693
31694 2010-12-06  Mihai Parparita  <mihaip@chromium.org>
31695
31696         Unreviewed move of Chromium baselines.
31697         
31698         In preparation for making pixel tests pass for Chromium on Snow Leopard,
31699         move baselines for 273 tests from chromium-mac to chromium-mac-leopard.
31700         These tests will then use the mac baselines, which will enable them
31701         to pass on Snow Leopard, but keep passing for Leopard too.
31702
31703         List of files omitted due to length but composed entirely of moves from
31704         platform/chromium-mac to platform/chromium-mac-leopard.
31705
31706 2010-12-06  Chris Fleizach  <cfleizach@apple.com>
31707
31708         Reviewed by Oliver Hunt.
31709
31710         AX does not support HTML5 "required"
31711         https://bugs.webkit.org/show_bug.cgi?id=50507
31712
31713         * platform/mac/accessibility/html5-required-attribute-expected.txt: Added.
31714         * platform/mac/accessibility/html5-required-attribute.html: Added.
31715
31716 2010-12-06  Victor Wang  <victorw@chromium.org>
31717
31718         Unreviewed.
31719
31720         [Chromium] update chromium test expectations.
31721
31722         * platform/chromium-linux/fast/css/focus-ring-outline-color-expected.checksum: Added.
31723         * platform/chromium-linux/fast/css/focus-ring-outline-color-expected.png: Added.
31724         * platform/chromium-linux/fast/css/focus-ring-outline-offset-expected.checksum: Added.
31725         * platform/chromium-linux/fast/css/focus-ring-outline-offset-expected.png: Added.
31726         * platform/chromium-linux/fast/css/focus-ring-outline-width-expected.checksum: Added.
31727         * platform/chromium-linux/fast/css/focus-ring-outline-width-expected.png: Added.
31728         * platform/chromium-mac/fast/css/focus-ring-outline-color-expected.checksum: Added.
31729         * platform/chromium-mac/fast/css/focus-ring-outline-color-expected.png: Added.
31730         * platform/chromium-mac/fast/css/focus-ring-outline-offset-expected.checksum: Added.
31731         * platform/chromium-mac/fast/css/focus-ring-outline-offset-expected.png: Added.
31732         * platform/chromium-mac/fast/css/focus-ring-outline-width-expected.checksum: Added.
31733         * platform/chromium-mac/fast/css/focus-ring-outline-width-expected.png: Added.
31734         * platform/chromium-win/fast/css/focus-ring-outline-color-expected.checksum: Added.
31735         * platform/chromium-win/fast/css/focus-ring-outline-color-expected.png: Added.
31736         * platform/chromium-win/fast/css/focus-ring-outline-color-expected.txt: Added.
31737         * platform/chromium-win/fast/css/focus-ring-outline-offset-expected.checksum: Added.
31738         * platform/chromium-win/fast/css/focus-ring-outline-offset-expected.png: Added.
31739         * platform/chromium-win/fast/css/focus-ring-outline-offset-expected.txt: Added.
31740         * platform/chromium-win/fast/css/focus-ring-outline-width-expected.checksum: Added.
31741         * platform/chromium-win/fast/css/focus-ring-outline-width-expected.png: Added.
31742         * platform/chromium-win/fast/css/focus-ring-outline-width-expected.txt: Added.
31743
31744 2010-12-06  Csaba Osztrogonác  <ossy@webkit.org>
31745
31746         Unreviewed.
31747
31748         Add Qt specific expected result for test introduced in r73257.
31749
31750         * platform/qt/media/controls-without-preload-expected.checksum: Added.
31751         * platform/qt/media/controls-without-preload-expected.png: Added.
31752         * platform/qt/media/controls-without-preload-expected.txt: Added.
31753
31754 == Rolled over to ChangeLog-2010-12-06 ==