1 2007-10-25 Alexey Proskuryakov <ap@webkit.org>
5 http://bugs.webkit.org/show_bug.cgi?id=15650
6 XML attribute nodes are not importable
8 * fast/dom/import-attribute-node-expected.txt: Added.
9 * fast/dom/import-attribute-node.html: Added.
10 * fast/dom/import-document-fragment-expected.txt: Added.
11 * fast/dom/import-document-fragment.html: Added.
13 * dom/xhtml/level3/core/nodeisequalnode17-expected.txt: Now passes.
15 2007-10-25 Dan Bernstein <mitz@apple.com>
17 Reviewed by Dave Hyatt.
19 - test for http://bugs.webkit.org/show_bug.cgi?id=15362
20 <rdar://problem/5558715> Safari Crashes when opening a JS TreeGrid widget
22 * fast/dynamic/insert-before-table-part-in-continuation.html: Added.
23 * platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.checksum: Added.
24 * platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.png: Added.
25 * platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.txt: Added.
27 2007-10-25 Holger Freyther <zecke@selfish.org>
29 Reviewed by Simon Hausmann <hausmann@kde.org>.
31 * We need to set a != 0 status code for the fast/loader/xmlhttprequest-missing-file-exception.html
32 * libxml2 has the semantic that when writing an empty string and finishing it will report an error. For QXmlStreamReader this is valid.
33 * This is causing some regressions...
36 * platform/qt/Skipped:
38 2007-10-25 Holger Freyther <zecke@selfish.org>
40 Reviewed by Simon Hausmann <hausmann@kde.org>.
42 * Make fast/loader/xmlhttprequest-bad-mimetype.html pass. We use QHttp to download local files but we may not set the HTTP result code on the ResourceResponse.
43 * We can use the cross-platform result now. QWebNetworkInterface/Manager behaves the same as mac for local files.
46 * platform/qt/Skipped:
47 * platform/qt/fast/dom/xmlhttprequest-get-expected.txt: Removed.
49 2007-10-25 Holger Freyther <zecke@selfish.org>
51 Reviewed by Simon Hausmann <hausmann@kde.org>.
53 * Implement our own queuing of network jobs to allow special handling of synchronous jobs. This makes us pass the fast/dom/xmlhttprequest-html-response-encoding.html test without a crash. Sync jobs will get a special treatment over the normals ones and in theory more than one sync job is supported.
54 * This should be thread-safe besides QWebNetworkJob::{ref,deref}
57 * platform/qt/Skipped:
59 2007-10-25 Holger Freyther <zecke@selfish.org>
61 Reviewed by Simon Hausmann <hausmann@kde.org>.
63 * Do the percent replacement only when we are not base64. With base64 we should not have any % in it anyway.
64 * Have a custom decodePercentEncoding method that works without doing any charset conversion. With converting back to latin1() we lost some information.
65 * We pass the char-decoding.html test now
68 * platform/qt/Skipped:
70 2007-10-25 Geoffrey Garen <ggaren@apple.com>
72 Layout tests for bugs that might result from changes like
73 http://bugs.webkit.org/show_bug.cgi?id=15683
75 * fast/js/vardecl-preserve-parameters-expected.txt: Added.
76 * fast/js/vardecl-preserve-parameters.html: Added.
77 * fast/js/vardecl-preserve-vardecl-expected.txt: Added.
78 * fast/js/vardecl-preserve-vardecl.html: Added.
80 2007-10-24 Justin Garcia <justin.garcia@apple.com>
84 <rdar://problem/5544856>
85 REGRESSION: After typing 2-byte text, undo only undoes one keystroke at a time
87 * platform/mac/editing/input/text-input-controller-expected.txt: The delete
88 we were using previously to remove the old composition makes fewer calls to
91 2007-10-24 Alice Liu <alice.liu@apple.com>
95 * platform/win/Skipped:
97 2007-10-24 Eric Seidel <eric@webkit.org>
101 Make sure we throw an un-catchable out of memory exception.
103 * fast/js/out-of-memory.html: Added.
105 2007-10-24 Dan Bernstein <mitz@apple.com>
107 Reviewed by Oliver Hunt.
109 - updated results to reflect which table parts are anonymous
111 2007-10-24 Mark Rowe <mrowe@apple.com>
113 Fix incorrect test results landed with r26986.
115 * http/tests/xmlhttprequest/xmlhttprequest-InvalidStateException-getAllRequestHeaders-expected.txt:
116 * http/tests/xmlhttprequest/xmlhttprequest-InvalidStateException-getRequestHeader-expected.txt:
118 2007-10-24 Lars Knoll <lars@trolltech.com>
124 * fast/dom/Window/new-window-opener-expected.txt:
125 * fast/dom/Window/window-resize-expected.txt:
126 * fast/dom/open-and-close-by-DOM-expected.txt:
127 * fast/innerHTML/innerHTML-script-tag-crash-expected.txt:
128 * fast/js/date-DST-time-cusps-expected.txt:
129 * fast/js/date-big-setdate-expected.txt:
130 * fast/js/navigator-mimeTypes-length-expected.txt:
131 * fast/parser/entities-in-attributes-expected.txt:
132 * fast/xpath/4XPath/Borrowed/od_20000608-expected.txt:
133 * platform/qt/css1/text_properties/text-transCapitalize-expected.txt:
134 * platform/qt/css1/text_properties/text_transform-expected.txt:
135 * platform/qt/css2.1/t1605-c545-txttrans-00-b-ag-expected.txt:
136 * platform/qt/editing/selection/4402375-expected.txt: Added.
137 * platform/qt/editing/selection/4932260-3-expected.txt:
138 * platform/qt/editing/selection/5234383-2-expected.txt:
139 * platform/qt/editing/selection/extend-by-sentence-001-expected.txt:
140 * platform/qt/editing/selection/image-before-linebreak-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/image-before-linebreak-expected.txt.
141 * platform/qt/editing/selection/replaced-boundaries-1-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-1-expected.txt.
142 * platform/qt/editing/selection/replaced-boundaries-2-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-2-expected.txt.
143 * platform/qt/editing/selection/replaced-boundaries-3-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-3-expected.txt.
144 * platform/qt/fast/css/textCapitalizeEdgeCases-expected.txt:
145 * platform/qt/fast/dynamic/containing-block-change-expected.txt: Added.
146 * platform/qt/fast/events/event-listener-on-link-expected.txt: Copied from LayoutTests/platform/mac/fast/events/event-listener-on-link-expected.txt.
147 * platform/qt/fast/events/event-sender-mouse-moved-expected.txt: Added.
148 * platform/qt/fast/events/label-focus-expected.txt: Added.
149 * platform/qt/fast/events/onload-re-entry-expected.txt: Copied from LayoutTests/platform/mac/fast/events/onload-re-entry-expected.txt.
150 * platform/qt/fast/events/onloadFrameCrash-expected.txt: Copied from LayoutTests/platform/mac/fast/events/onloadFrameCrash-expected.txt.
151 * platform/qt/fast/repaint/body-background-image-expected.txt: Added.
152 * platform/qt/fast/repaint/focus-layers-expected.txt: Added.
153 * platform/qt/fast/repaint/layer-visibility-expected.txt: Copied from LayoutTests/platform/mac/fast/repaint/layer-visibility-expected.txt.
154 * platform/qt/fast/table/frame-and-rules-expected.txt:
155 * platform/qt/fast/text/international/003-expected.txt:
156 * platform/qt/fast/text/international/bidi-listbox-atsui-expected.txt:
157 * platform/qt/fast/text/international/bidi-listbox-expected.txt:
158 * platform/qt/fast/text/international/thai-line-breaks-expected.txt:
159 * platform/qt/plugins/embed-attributes-style-expected.txt: Added.
161 2007-10-24 Julien Chaffraix <julien.chaffraix@gmail.com>
165 Tests for http://bugs.webkit.org/show_bug.cgi?id=15356
166 getResponseHeader and getAllResponseHeaders do not throw exceptions
168 * http/tests/xmlhttprequest/xmlhttprequest-InvalidStateException-getAllRequestHeaders-expected.txt: Added.
169 * http/tests/xmlhttprequest/xmlhttprequest-InvalidStateException-getAllRequestHeaders.html: Added.
170 * http/tests/xmlhttprequest/xmlhttprequest-InvalidStateException-getRequestHeader-expected.txt: Added.
171 * http/tests/xmlhttprequest/xmlhttprequest-InvalidStateException-getRequestHeader.html: Added.
172 * http/tests/xmlhttprequest/xmlhttprequest-invalidHeader-getRequestHeader-expected.txt: Added.
173 * http/tests/xmlhttprequest/xmlhttprequest-invalidHeader-getRequestHeader.html: Added.
175 2007-10-24 Lars Knoll <lars@trolltech.com>
179 these tests don't crash anymore :)
181 * platform/qt/Skipped:
182 * platform/qt/editing/selection/mixed-editability-8-expected.txt: Added.
183 * platform/qt/editing/style/remove-underline-across-paragraph-expected.txt: Added.
184 * platform/qt/editing/style/remove-underline-across-paragraph-in-bold-expected.txt: Added.
186 2007-10-24 Lars Knoll <lars@trolltech.com>
190 add a layoutTestController.dumpSelectionRect() dummy. It only has an effect on mac pixel tests anyway. Makes us pass another 5 test cases.
192 * platform/qt/Skipped:
194 2007-10-24 Lars Knoll <lars@trolltech.com>
198 we're passing most editing tests now. Commit them.
200 * platform/qt/Skipped:
201 * platform/qt/editing/deleting/4845371-expected.txt: Added.
202 * platform/qt/editing/deleting/4866671-expected.txt: Added.
203 * platform/qt/editing/deleting/4875189-expected.txt: Added.
204 * platform/qt/editing/deleting/4922367-expected.txt: Added.
205 * platform/qt/editing/deleting/5026848-1-expected.txt: Added.
206 * platform/qt/editing/deleting/5026848-2-expected.txt: Added.
207 * platform/qt/editing/deleting/5026848-3-expected.txt: Added.
208 * platform/qt/editing/deleting/5032066-expected.txt: Added.
209 * platform/qt/editing/deleting/5091898-expected.txt: Added.
210 * platform/qt/editing/deleting/5099303-expected.txt: Added.
211 * platform/qt/editing/deleting/5115601-expected.txt: Added.
212 * platform/qt/editing/deleting/5126166-expected.txt: Added.
213 * platform/qt/editing/deleting/5144139-2-expected.txt: Added.
214 * platform/qt/editing/deleting/5156801-2-expected.txt: Added.
215 * platform/qt/editing/deleting/5156801-expected.txt: Added.
216 * platform/qt/editing/deleting/5168598-expected.txt: Added.
217 * platform/qt/editing/deleting/5206311-1-expected.txt: Added.
218 * platform/qt/editing/deleting/5206311-2-expected.txt: Added.
219 * platform/qt/editing/deleting/5272440-expected.txt: Added.
220 * platform/qt/editing/deleting/5300379-expected.txt: Added.
221 * platform/qt/editing/deleting/5369009-expected.txt: Added.
222 * platform/qt/editing/deleting/5390681-2-expected.txt: Added.
223 * platform/qt/editing/deleting/5390681-expected.txt: Added.
224 * platform/qt/editing/deleting/5408255-expected.txt: Added.
225 * platform/qt/editing/deleting/collapse-whitespace-3587601-fix-expected.txt: Added.
226 * platform/qt/editing/deleting/delete-3608430-fix-expected.txt: Added.
227 * platform/qt/editing/deleting/delete-3608445-fix-expected.txt: Added.
228 * platform/qt/editing/deleting/delete-3608462-fix-expected.txt: Added.
229 * platform/qt/editing/deleting/delete-3775172-fix-expected.txt: Added.
230 * platform/qt/editing/deleting/delete-3800834-fix-expected.txt: Added.
231 * platform/qt/editing/deleting/delete-3857753-fix-expected.txt: Added.
232 * platform/qt/editing/deleting/delete-3865854-fix-expected.txt: Added.
233 * platform/qt/editing/deleting/delete-3928305-fix-expected.txt: Added.
234 * platform/qt/editing/deleting/delete-3959464-fix-expected.txt: Added.
235 * platform/qt/editing/deleting/delete-4038408-fix-expected.txt: Added.
236 * platform/qt/editing/deleting/delete-4083333-fix-expected.txt: Added.
237 * platform/qt/editing/deleting/delete-after-span-ws-001-expected.txt: Added.
238 * platform/qt/editing/deleting/delete-after-span-ws-002-expected.txt: Added.
239 * platform/qt/editing/deleting/delete-after-span-ws-003-expected.txt: Added.
240 * platform/qt/editing/deleting/delete-and-undo-expected.txt: Added.
241 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-001-expected.txt: Added.
242 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-002-expected.txt: Added.
243 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-003-expected.txt: Added.
244 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-004-expected.txt: Added.
245 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-005-expected.txt: Added.
246 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-006-expected.txt: Added.
247 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-007-expected.txt: Added.
248 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-008-expected.txt: Added.
249 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-009-expected.txt: Added.
250 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-010-expected.txt: Added.
251 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt: Added.
252 * platform/qt/editing/deleting/delete-at-start-or-end-expected.txt: Added.
253 * platform/qt/editing/deleting/delete-block-contents-001-expected.txt: Added.
254 * platform/qt/editing/deleting/delete-block-contents-002-expected.txt: Added.
255 * platform/qt/editing/deleting/delete-block-contents-003-expected.txt: Added.
256 * platform/qt/editing/deleting/delete-block-merge-contents-001-expected.txt: Added.
257 * platform/qt/editing/deleting/delete-block-merge-contents-002-expected.txt: Added.
258 * platform/qt/editing/deleting/delete-block-merge-contents-003-expected.txt: Added.
259 * platform/qt/editing/deleting/delete-block-merge-contents-004-expected.txt: Added.
260 * platform/qt/editing/deleting/delete-block-merge-contents-005-expected.txt: Added.
261 * platform/qt/editing/deleting/delete-block-merge-contents-006-expected.txt: Added.
262 * platform/qt/editing/deleting/delete-block-merge-contents-007-expected.txt: Added.
263 * platform/qt/editing/deleting/delete-block-merge-contents-008-expected.txt: Added.
264 * platform/qt/editing/deleting/delete-block-merge-contents-009-expected.txt: Added.
265 * platform/qt/editing/deleting/delete-block-merge-contents-010-expected.txt: Added.
266 * platform/qt/editing/deleting/delete-block-merge-contents-011-expected.txt: Added.
267 * platform/qt/editing/deleting/delete-block-merge-contents-012-expected.txt: Added.
268 * platform/qt/editing/deleting/delete-block-merge-contents-013-expected.txt: Added.
269 * platform/qt/editing/deleting/delete-block-merge-contents-014-expected.txt: Added.
270 * platform/qt/editing/deleting/delete-block-merge-contents-015-expected.txt: Added.
271 * platform/qt/editing/deleting/delete-block-merge-contents-016-expected.txt: Added.
272 * platform/qt/editing/deleting/delete-block-merge-contents-017-expected.txt: Added.
273 * platform/qt/editing/deleting/delete-block-merge-contents-018-expected.txt: Added.
274 * platform/qt/editing/deleting/delete-block-merge-contents-019-expected.txt: Added.
275 * platform/qt/editing/deleting/delete-block-merge-contents-020-expected.txt: Added.
276 * platform/qt/editing/deleting/delete-block-merge-contents-021-expected.txt: Added.
277 * platform/qt/editing/deleting/delete-block-merge-contents-022-expected.txt: Added.
278 * platform/qt/editing/deleting/delete-block-merge-contents-023-expected.txt: Added.
279 * platform/qt/editing/deleting/delete-block-merge-contents-024-expected.txt: Added.
280 * platform/qt/editing/deleting/delete-block-table-expected.txt: Added.
281 * platform/qt/editing/deleting/delete-br-001-expected.txt: Added.
282 * platform/qt/editing/deleting/delete-br-002-expected.txt: Added.
283 * platform/qt/editing/deleting/delete-br-003-expected.txt: Added.
284 * platform/qt/editing/deleting/delete-br-004-expected.txt: Added.
285 * platform/qt/editing/deleting/delete-br-005-expected.txt: Added.
286 * platform/qt/editing/deleting/delete-br-006-expected.txt: Added.
287 * platform/qt/editing/deleting/delete-br-007-expected.txt: Added.
288 * platform/qt/editing/deleting/delete-br-008-expected.txt: Added.
289 * platform/qt/editing/deleting/delete-br-009-expected.txt: Added.
290 * platform/qt/editing/deleting/delete-br-010-expected.txt: Added.
291 * platform/qt/editing/deleting/delete-br-011-expected.txt: Added.
292 * platform/qt/editing/deleting/delete-br-012-expected.txt: Added.
293 * platform/qt/editing/deleting/delete-by-word-001-expected.txt: Added.
294 * platform/qt/editing/deleting/delete-by-word-002-expected.txt: Added.
295 * platform/qt/editing/deleting/delete-character-001-expected.txt: Added.
296 * platform/qt/editing/deleting/delete-contiguous-ws-001-expected.txt: Added.
297 * platform/qt/editing/deleting/delete-first-list-item-expected.txt: Added.
298 * platform/qt/editing/deleting/delete-hr-expected.txt: Added.
299 * platform/qt/editing/deleting/delete-image-001-expected.txt: Added.
300 * platform/qt/editing/deleting/delete-image-002-expected.txt: Added.
301 * platform/qt/editing/deleting/delete-image-003-expected.txt: Added.
302 * platform/qt/editing/deleting/delete-image-004-expected.txt: Added.
303 * platform/qt/editing/deleting/delete-leading-ws-001-expected.txt: Added.
304 * platform/qt/editing/deleting/delete-line-001-expected.txt: Added.
305 * platform/qt/editing/deleting/delete-line-002-expected.txt: Added.
306 * platform/qt/editing/deleting/delete-line-003-expected.txt: Added.
307 * platform/qt/editing/deleting/delete-line-004-expected.txt: Added.
308 * platform/qt/editing/deleting/delete-line-005-expected.txt: Added.
309 * platform/qt/editing/deleting/delete-line-006-expected.txt: Added.
310 * platform/qt/editing/deleting/delete-line-007-expected.txt: Added.
311 * platform/qt/editing/deleting/delete-line-008-expected.txt: Added.
312 * platform/qt/editing/deleting/delete-line-009-expected.txt: Added.
313 * platform/qt/editing/deleting/delete-line-010-expected.txt: Added.
314 * platform/qt/editing/deleting/delete-line-011-expected.txt: Added.
315 * platform/qt/editing/deleting/delete-line-012-expected.txt: Added.
316 * platform/qt/editing/deleting/delete-line-013-expected.txt: Added.
317 * platform/qt/editing/deleting/delete-line-014-expected.txt: Added.
318 * platform/qt/editing/deleting/delete-line-015-expected.txt: Added.
319 * platform/qt/editing/deleting/delete-line-016-expected.txt: Added.
320 * platform/qt/editing/deleting/delete-line-017-expected.txt: Added.
321 * platform/qt/editing/deleting/delete-line-end-ws-001-expected.txt: Added.
322 * platform/qt/editing/deleting/delete-line-end-ws-002-expected.txt: Added.
323 * platform/qt/editing/deleting/delete-link-1-expected.txt: Added.
324 * platform/qt/editing/deleting/delete-listitem-001-expected.txt: Added.
325 * platform/qt/editing/deleting/delete-listitem-002-expected.txt: Added.
326 * platform/qt/editing/deleting/delete-mixed-editable-content-001-expected.txt: Added.
327 * platform/qt/editing/deleting/delete-select-all-002-expected.txt: Added.
328 * platform/qt/editing/deleting/delete-select-all-003-expected.txt: Added.
329 * platform/qt/editing/deleting/delete-selection-001-expected.txt: Added.
330 * platform/qt/editing/deleting/delete-tab-001-expected.txt: Added.
331 * platform/qt/editing/deleting/delete-tab-002-expected.txt: Added.
332 * platform/qt/editing/deleting/delete-tab-003-expected.txt: Added.
333 * platform/qt/editing/deleting/delete-tab-004-expected.txt: Added.
334 * platform/qt/editing/deleting/delete-to-select-table-expected.txt: Added.
335 * platform/qt/editing/deleting/delete-trailing-ws-001-expected.txt: Added.
336 * platform/qt/editing/deleting/delete-trailing-ws-002-expected.txt: Added.
337 * platform/qt/editing/deleting/delete-ws-fixup-001-expected.txt: Added.
338 * platform/qt/editing/deleting/delete-ws-fixup-002-expected.txt: Added.
339 * platform/qt/editing/deleting/delete-ws-fixup-003-expected.txt: Added.
340 * platform/qt/editing/deleting/delete-ws-fixup-004-expected.txt: Added.
341 * platform/qt/editing/deleting/deletionUI-single-instance-expected.txt: Added.
342 * platform/qt/editing/deleting/forward-delete-expected.txt: Added.
343 * platform/qt/editing/deleting/list-item-1-expected.txt: Added.
344 * platform/qt/editing/deleting/merge-different-styles-expected.txt: Added.
345 * platform/qt/editing/deleting/merge-endOfParagraph-expected.txt: Added.
346 * platform/qt/editing/deleting/merge-into-empty-block-1-expected.txt: Added.
347 * platform/qt/editing/deleting/merge-into-empty-block-2-expected.txt: Added.
348 * platform/qt/editing/deleting/merge-no-br-expected.txt: Added.
349 * platform/qt/editing/deleting/merge-unrendered-space-expected.txt: Added.
350 * platform/qt/editing/deleting/merge-whitespace-pre-expected.txt: Added.
351 * platform/qt/editing/deleting/move-nodes-001-expected.txt: Added.
352 * platform/qt/editing/deleting/paragraph-in-preserveNewline-expected.txt: Added.
353 * platform/qt/editing/deleting/pruning-after-merge-2-expected.txt: Added.
354 * platform/qt/editing/deleting/smart-delete-001-expected.txt: Added.
355 * platform/qt/editing/deleting/smart-delete-002-expected.txt: Added.
356 * platform/qt/editing/deleting/smart-delete-003-expected.txt: Added.
357 * platform/qt/editing/deleting/smart-delete-004-expected.txt: Added.
358 * platform/qt/editing/deleting/table-cells-expected.txt: Added.
359 * platform/qt/editing/deleting/transpose-empty-expected.txt: Added.
360 * platform/qt/editing/deleting/whitespace-pre-1-expected.txt: Added.
361 * platform/qt/editing/execCommand/4580583-1-expected.txt: Added.
362 * platform/qt/editing/execCommand/4580583-2-expected.txt: Added.
363 * platform/qt/editing/execCommand/4641880-1-expected.txt: Added.
364 * platform/qt/editing/execCommand/4641880-2-expected.txt: Added.
365 * platform/qt/editing/execCommand/4747450-expected.txt: Added.
366 * platform/qt/editing/execCommand/4786404-1-expected.txt: Added.
367 * platform/qt/editing/execCommand/4786404-2-expected.txt: Added.
368 * platform/qt/editing/execCommand/4916402-expected.txt: Added.
369 * platform/qt/editing/execCommand/4916541-expected.txt: Added.
370 * platform/qt/editing/execCommand/4916583-expected.txt: Added.
371 * platform/qt/editing/execCommand/4920488-expected.txt: Added.
372 * platform/qt/editing/execCommand/4920742-1-expected.txt: Added.
373 * platform/qt/editing/execCommand/4924441-expected.txt: Added.
374 * platform/qt/editing/execCommand/5049671-expected.txt: Added.
375 * platform/qt/editing/execCommand/5062376-expected.txt: Added.
376 * platform/qt/editing/execCommand/5080333-1-expected.txt: Added.
377 * platform/qt/editing/execCommand/5080333-2-expected.txt: Added.
378 * platform/qt/editing/execCommand/5119244-expected.txt: Added.
379 * platform/qt/editing/execCommand/5120591-expected.txt: Added.
380 * platform/qt/editing/execCommand/5136770-expected.txt: Added.
381 * platform/qt/editing/execCommand/5138441-expected.txt: Added.
382 * platform/qt/editing/execCommand/5142012-1-expected.txt: Added.
383 * platform/qt/editing/execCommand/5142012-2-expected.txt: Added.
384 * platform/qt/editing/execCommand/5142012-3-expected.txt: Added.
385 * platform/qt/editing/execCommand/5144139-1-expected.txt: Added.
386 * platform/qt/editing/execCommand/5164796-expected.txt: Added.
387 * platform/qt/editing/execCommand/5190926-expected.txt: Added.
388 * platform/qt/editing/execCommand/5207369-expected.txt: Added.
389 * platform/qt/editing/execCommand/5210032-expected.txt: Added.
390 * platform/qt/editing/execCommand/5432254-1-expected.txt: Added.
391 * platform/qt/editing/execCommand/5432254-2-expected.txt: Added.
392 * platform/qt/editing/execCommand/boldSelection-expected.txt: Added.
393 * platform/qt/editing/execCommand/create-list-from-range-selection-expected.txt: Added.
394 * platform/qt/editing/execCommand/create-list-with-hr-expected.txt: Added.
395 * platform/qt/editing/execCommand/find-after-replace-expected.txt: Added.
396 * platform/qt/editing/execCommand/findString-2-expected.txt: Added.
397 * platform/qt/editing/execCommand/findString-expected.txt: Added.
398 * platform/qt/editing/execCommand/format-block-expected.txt: Added.
399 * platform/qt/editing/execCommand/format-block-from-range-selection-expected.txt: Added.
400 * platform/qt/editing/execCommand/format-block-with-braces-expected.txt: Added.
401 * platform/qt/editing/execCommand/format-block-with-trailing-br-expected.txt: Added.
402 * platform/qt/editing/execCommand/hilitecolor-expected.txt: Added.
403 * platform/qt/editing/execCommand/indent-empty-root-expected.txt: Added.
404 * platform/qt/editing/execCommand/indent-list-item-expected.txt: Added.
405 * platform/qt/editing/execCommand/indent-selection-expected.txt: Added.
406 * platform/qt/editing/execCommand/insert-list-and-stitch-expected.txt: Added.
407 * platform/qt/editing/execCommand/insert-list-empty-div-expected.txt: Added.
408 * platform/qt/editing/execCommand/insert-list-with-id-expected.txt: Added.
409 * platform/qt/editing/execCommand/insertHTML-expected.txt: Added.
410 * platform/qt/editing/execCommand/insertHorizontalRule-expected.txt: Added.
411 * platform/qt/editing/execCommand/insertImage-expected.txt: Added.
412 * platform/qt/editing/execCommand/modifyForeColorByCharacter-expected.txt: Added.
413 * platform/qt/editing/execCommand/outdent-selection-expected.txt: Added.
414 * platform/qt/editing/execCommand/paste-1-expected.txt: Added.
415 * platform/qt/editing/execCommand/paste-2-expected.txt: Added.
416 * platform/qt/editing/execCommand/print-expected.txt: Added.
417 * platform/qt/editing/execCommand/remove-formatting-2-expected.txt: Added.
418 * platform/qt/editing/execCommand/remove-formatting-expected.txt: Added.
419 * platform/qt/editing/execCommand/remove-list-1-expected.txt: Added.
420 * platform/qt/editing/execCommand/remove-list-from-range-selection-expected.txt: Added.
421 * platform/qt/editing/execCommand/remove-list-item-1-expected.txt: Added.
422 * platform/qt/editing/execCommand/remove-list-items-expected.txt: Added.
423 * platform/qt/editing/execCommand/selectAll-expected.txt: Added.
424 * platform/qt/editing/execCommand/strikethroughSelection-expected.txt: Added.
425 * platform/qt/editing/execCommand/switch-list-type-expected.txt: Added.
426 * platform/qt/editing/inserting/12882-expected.txt: Added.
427 * platform/qt/editing/inserting/4278698-expected.txt: Added.
428 * platform/qt/editing/inserting/4840662-expected.txt: Added.
429 * platform/qt/editing/inserting/4875189-1-expected.txt: Added.
430 * platform/qt/editing/inserting/4875189-2-expected.txt: Added.
431 * platform/qt/editing/inserting/4959067-expected.txt: Added.
432 * platform/qt/editing/inserting/4960120-1-expected.txt: Added.
433 * platform/qt/editing/inserting/4960120-2-expected.txt: Added.
434 * platform/qt/editing/inserting/5002441-expected.txt: Added.
435 * platform/qt/editing/inserting/5058163-1-expected.txt: Added.
436 * platform/qt/editing/inserting/5058163-2-expected.txt: Added.
437 * platform/qt/editing/inserting/5156401-2-expected.txt: Added.
438 * platform/qt/editing/inserting/5418891-expected.txt: Added.
439 * platform/qt/editing/inserting/before-after-input-element-expected.txt: Added.
440 * platform/qt/editing/inserting/editable-html-element-expected.txt: Added.
441 * platform/qt/editing/inserting/editable-inline-element-expected.txt: Added.
442 * platform/qt/editing/inserting/edited-whitespace-1-expected.txt: Added.
443 * platform/qt/editing/inserting/editing-empty-divs-expected.txt: Added.
444 * platform/qt/editing/inserting/insert-3654864-fix-expected.txt: Added.
445 * platform/qt/editing/inserting/insert-3659587-fix-expected.txt: Added.
446 * platform/qt/editing/inserting/insert-3775316-fix-expected.txt: Added.
447 * platform/qt/editing/inserting/insert-3778059-fix-expected.txt: Added.
448 * platform/qt/editing/inserting/insert-3786362-fix-expected.txt: Added.
449 * platform/qt/editing/inserting/insert-3800346-fix-expected.txt: Added.
450 * platform/qt/editing/inserting/insert-3851164-fix-expected.txt: Added.
451 * platform/qt/editing/inserting/insert-after-delete-001-expected.txt: Added.
452 * platform/qt/editing/inserting/insert-at-end-01-expected.txt: Added.
453 * platform/qt/editing/inserting/insert-at-end-02-expected.txt: Added.
454 * platform/qt/editing/inserting/insert-before-link-1-expected.txt: Added.
455 * platform/qt/editing/inserting/insert-br-001-expected.txt: Added.
456 * platform/qt/editing/inserting/insert-br-002-expected.txt: Added.
457 * platform/qt/editing/inserting/insert-br-003-expected.txt: Added.
458 * platform/qt/editing/inserting/insert-br-004-expected.txt: Added.
459 * platform/qt/editing/inserting/insert-br-005-expected.txt: Added.
460 * platform/qt/editing/inserting/insert-br-006-expected.txt: Added.
461 * platform/qt/editing/inserting/insert-br-007-expected.txt: Added.
462 * platform/qt/editing/inserting/insert-br-008-expected.txt: Added.
463 * platform/qt/editing/inserting/insert-br-009-expected.txt: Added.
464 * platform/qt/editing/inserting/insert-br-at-tabspan-001-expected.txt: Added.
465 * platform/qt/editing/inserting/insert-br-at-tabspan-002-expected.txt: Added.
466 * platform/qt/editing/inserting/insert-br-at-tabspan-003-expected.txt: Added.
467 * platform/qt/editing/inserting/insert-br-quoted-001-expected.txt: Added.
468 * platform/qt/editing/inserting/insert-br-quoted-002-expected.txt: Added.
469 * platform/qt/editing/inserting/insert-br-quoted-003-expected.txt: Added.
470 * platform/qt/editing/inserting/insert-br-quoted-004-expected.txt: Added.
471 * platform/qt/editing/inserting/insert-br-quoted-005-expected.txt: Added.
472 * platform/qt/editing/inserting/insert-br-quoted-006-expected.txt: Added.
473 * platform/qt/editing/inserting/insert-div-001-expected.txt: Added.
474 * platform/qt/editing/inserting/insert-div-002-expected.txt: Added.
475 * platform/qt/editing/inserting/insert-div-003-expected.txt: Added.
476 * platform/qt/editing/inserting/insert-div-004-expected.txt: Added.
477 * platform/qt/editing/inserting/insert-div-005-expected.txt: Added.
478 * platform/qt/editing/inserting/insert-div-006-expected.txt: Added.
479 * platform/qt/editing/inserting/insert-div-007-expected.txt: Added.
480 * platform/qt/editing/inserting/insert-div-008-expected.txt: Added.
481 * platform/qt/editing/inserting/insert-div-009-expected.txt: Added.
482 * platform/qt/editing/inserting/insert-div-010-expected.txt: Added.
483 * platform/qt/editing/inserting/insert-div-011-expected.txt: Added.
484 * platform/qt/editing/inserting/insert-div-012-expected.txt: Added.
485 * platform/qt/editing/inserting/insert-div-013-expected.txt: Added.
486 * platform/qt/editing/inserting/insert-div-014-expected.txt: Added.
487 * platform/qt/editing/inserting/insert-div-015-expected.txt: Added.
488 * platform/qt/editing/inserting/insert-div-016-expected.txt: Added.
489 * platform/qt/editing/inserting/insert-div-017-expected.txt: Added.
490 * platform/qt/editing/inserting/insert-div-018-expected.txt: Added.
491 * platform/qt/editing/inserting/insert-div-019-expected.txt: Added.
492 * platform/qt/editing/inserting/insert-div-020-expected.txt: Added.
493 * platform/qt/editing/inserting/insert-div-021-expected.txt: Added.
494 * platform/qt/editing/inserting/insert-div-022-expected.txt: Added.
495 * platform/qt/editing/inserting/insert-div-023-expected.txt: Added.
496 * platform/qt/editing/inserting/insert-div-024-expected.txt: Added.
497 * platform/qt/editing/inserting/insert-div-025-expected.txt: Added.
498 * platform/qt/editing/inserting/insert-div-026-expected.txt: Added.
499 * platform/qt/editing/inserting/insert-div-027-expected.txt: Added.
500 * platform/qt/editing/inserting/insert-paragraph-01-expected.txt: Added.
501 * platform/qt/editing/inserting/insert-paragraph-02-expected.txt: Added.
502 * platform/qt/editing/inserting/insert-paragraph-03-expected.txt: Added.
503 * platform/qt/editing/inserting/insert-paragraph-04-expected.txt: Added.
504 * platform/qt/editing/inserting/insert-paragraph-05-expected.txt: Added.
505 * platform/qt/editing/inserting/insert-space-in-empty-doc-expected.txt: Added.
506 * platform/qt/editing/inserting/insert-tab-001-expected.txt: Added.
507 * platform/qt/editing/inserting/insert-tab-002-expected.txt: Added.
508 * platform/qt/editing/inserting/insert-tab-003-expected.txt: Added.
509 * platform/qt/editing/inserting/insert-tab-004-expected.txt: Added.
510 * platform/qt/editing/inserting/insert-text-at-tabspan-001-expected.txt: Added.
511 * platform/qt/editing/inserting/insert-text-at-tabspan-002-expected.txt: Added.
512 * platform/qt/editing/inserting/insert-text-at-tabspan-003-expected.txt: Added.
513 * platform/qt/editing/inserting/insert-text-with-newlines-expected.txt: Added.
514 * platform/qt/editing/inserting/line-break-expected.txt: Added.
515 * platform/qt/editing/inserting/paragraph-separator-01-expected.txt: Added.
516 * platform/qt/editing/inserting/paragraph-separator-02-expected.txt: Added.
517 * platform/qt/editing/inserting/paragraph-separator-03-expected.txt: Added.
518 * platform/qt/editing/inserting/paragraph-separator-in-table-1-expected.txt: Added.
519 * platform/qt/editing/inserting/paragraph-separator-in-table-2-expected.txt: Added.
520 * platform/qt/editing/inserting/redo-expected.txt: Added.
521 * platform/qt/editing/inserting/return-key-with-selection-001-expected.txt: Added.
522 * platform/qt/editing/inserting/return-key-with-selection-002-expected.txt: Added.
523 * platform/qt/editing/inserting/return-key-with-selection-003-expected.txt: Added.
524 * platform/qt/editing/inserting/typing-001-expected.txt: Added.
525 * platform/qt/editing/inserting/typing-002-expected.txt: Added.
526 * platform/qt/editing/inserting/typing-003-expected.txt: Added.
527 * platform/qt/editing/inserting/typing-around-br-001-expected.txt: Added.
528 * platform/qt/editing/inserting/typing-around-image-001-expected.txt: Added.
529 * platform/qt/editing/selection/13804-expected.txt: Added.
530 * platform/qt/editing/selection/3690703-2-expected.txt: Added.
531 * platform/qt/editing/selection/3690703-expected.txt: Added.
532 * platform/qt/editing/selection/3690719-expected.txt: Added.
533 * platform/qt/editing/selection/4397952-expected.txt: Added.
534 * platform/qt/editing/selection/4776665-expected.txt: Added.
535 * platform/qt/editing/selection/4818145-expected.txt: Added.
536 * platform/qt/editing/selection/4866671-expected.txt: Added.
537 * platform/qt/editing/selection/4889598-expected.txt: Added.
538 * platform/qt/editing/selection/4895428-2-expected.txt: Added.
539 * platform/qt/editing/selection/4895428-3-expected.txt: Added.
540 * platform/qt/editing/selection/4932260-2-expected.txt: Added.
541 * platform/qt/editing/selection/4932260-3-expected.txt: Added.
542 * platform/qt/editing/selection/4960116-expected.txt: Added.
543 * platform/qt/editing/selection/4960137-expected.txt: Added.
544 * platform/qt/editing/selection/4983858-expected.txt: Added.
545 * platform/qt/editing/selection/5007143-2-expected.txt: Added.
546 * platform/qt/editing/selection/5007143-expected.txt: Added.
547 * platform/qt/editing/selection/5076323-1-expected.txt: Added.
548 * platform/qt/editing/selection/5076323-2-expected.txt: Added.
549 * platform/qt/editing/selection/5076323-3-expected.txt: Added.
550 * platform/qt/editing/selection/5081257-1-expected.txt: Added.
551 * platform/qt/editing/selection/5081257-2-expected.txt: Added.
552 * platform/qt/editing/selection/5099303-expected.txt: Added.
553 * platform/qt/editing/selection/5131716-1-expected.txt: Added.
554 * platform/qt/editing/selection/5131716-2-expected.txt: Added.
555 * platform/qt/editing/selection/5131716-3-expected.txt: Added.
556 * platform/qt/editing/selection/5131716-4-expected.txt: Added.
557 * platform/qt/editing/selection/5136696-expected.txt: Added.
558 * platform/qt/editing/selection/5195166-1-expected.txt: Added.
559 * platform/qt/editing/selection/5195166-2-expected.txt: Added.
560 * platform/qt/editing/selection/5234383-2-expected.txt: Added.
561 * platform/qt/editing/selection/6476-expected.txt: Added.
562 * platform/qt/editing/selection/7152-1-expected.txt: Added.
563 * platform/qt/editing/selection/7152-2-expected.txt: Added.
564 * platform/qt/editing/selection/addRange-expected.txt: Added.
565 * platform/qt/editing/selection/after-line-wrap-expected.txt: Added.
566 * platform/qt/editing/selection/caret-before-select-expected.txt: Added.
567 * platform/qt/editing/selection/caret-rtl-2-expected.txt: Added.
568 * platform/qt/editing/selection/caret-rtl-expected.txt: Added.
569 * platform/qt/editing/selection/clear-selection-expected.txt: Added.
570 * platform/qt/editing/selection/contenteditable-click-inside-expected.txt: Added.
571 * platform/qt/editing/selection/contenteditable-click-outside-expected.txt: Added.
572 * platform/qt/editing/selection/display-table-text-expected.txt: Added.
573 * platform/qt/editing/selection/drag-in-iframe-expected.txt: Added.
574 * platform/qt/editing/selection/editable-html-element-expected.txt: Added.
575 * platform/qt/editing/selection/editable-non-editable-crash-expected.txt: Added.
576 * platform/qt/editing/selection/end-of-document-expected.txt: Added.
577 * platform/qt/editing/selection/extend-by-character-001-expected.txt: Added.
578 * platform/qt/editing/selection/extend-by-character-002-expected.txt: Added.
579 * platform/qt/editing/selection/extend-by-character-003-expected.txt: Added.
580 * platform/qt/editing/selection/extend-by-character-004-expected.txt: Added.
581 * platform/qt/editing/selection/extend-by-character-005-expected.txt: Added.
582 * platform/qt/editing/selection/extend-by-character-006-expected.txt: Added.
583 * platform/qt/editing/selection/extend-by-sentence-001-expected.txt: Added.
584 * platform/qt/editing/selection/extend-by-word-001-expected.txt: Added.
585 * platform/qt/editing/selection/focus-body-expected.txt: Added.
586 * platform/qt/editing/selection/focus_editable_html-expected.txt: Added.
587 * platform/qt/editing/selection/iframe-expected.txt: Added.
588 * platform/qt/editing/selection/inline-table-expected.txt: Added.
589 * platform/qt/editing/selection/leave-requested-block-expected.txt: Added.
590 * platform/qt/editing/selection/line-wrap-1-expected.txt: Added.
591 * platform/qt/editing/selection/line-wrap-2-expected.txt: Added.
592 * platform/qt/editing/selection/mixed-editability-2-expected.txt: Added.
593 * platform/qt/editing/selection/mixed-editability-3-expected.txt: Added.
594 * platform/qt/editing/selection/mixed-editability-4-expected.txt: Added.
595 * platform/qt/editing/selection/mixed-editability-5-expected.txt: Added.
596 * platform/qt/editing/selection/mixed-editability-6-expected.txt: Added.
597 * platform/qt/editing/selection/mixed-editability-7-expected.txt: Added.
598 * platform/qt/editing/selection/mixed-editability-9-expected.txt: Added.
599 * platform/qt/editing/selection/move-3875618-fix-expected.txt: Added.
600 * platform/qt/editing/selection/move-3875641-fix-expected.txt: Added.
601 * platform/qt/editing/selection/move-backwords-by-word-001-expected.txt: Added.
602 * platform/qt/editing/selection/move-between-blocks-no-001-expected.txt: Added.
603 * platform/qt/editing/selection/move-between-blocks-yes-001-expected.txt: Added.
604 * platform/qt/editing/selection/move-by-character-001-expected.txt: Added.
605 * platform/qt/editing/selection/move-by-character-002-expected.txt: Added.
606 * platform/qt/editing/selection/move-by-character-003-expected.txt: Added.
607 * platform/qt/editing/selection/move-by-character-004-expected.txt: Added.
608 * platform/qt/editing/selection/move-by-character-005-expected.txt: Added.
609 * platform/qt/editing/selection/move-by-character-6-expected.txt: Added.
610 * platform/qt/editing/selection/move-by-line-001-expected.txt: Added.
611 * platform/qt/editing/selection/move-by-line-002-expected.txt: Added.
612 * platform/qt/editing/selection/move-by-sentence-001-expected.txt: Added.
613 * platform/qt/editing/selection/move-by-word-001-expected.txt: Added.
614 * platform/qt/editing/selection/node-removal-1-expected.txt: Added.
615 * platform/qt/editing/selection/node-removal-2-expected.txt: Added.
616 * platform/qt/editing/selection/previous-line-position-expected.txt: Added.
617 * platform/qt/editing/selection/replace-selection-1-expected.txt: Added.
618 * platform/qt/editing/selection/select-all-001-expected.txt: Added.
619 * platform/qt/editing/selection/select-all-002-expected.txt: Added.
620 * platform/qt/editing/selection/select-all-003-expected.txt: Added.
621 * platform/qt/editing/selection/select-all-004-expected.txt: Added.
622 * platform/qt/editing/selection/select-all-005-expected.txt: Added.
623 * platform/qt/editing/selection/select-all-006-expected.txt: Added.
624 * platform/qt/editing/selection/select-all-iframe-expected.txt: Added.
625 * platform/qt/editing/selection/select-missing-image-expected.txt: Added.
626 * platform/qt/editing/selection/selectNode-expected.txt: Added.
627 * platform/qt/editing/selection/selectNodeContents-expected.txt: Added.
628 * platform/qt/editing/selection/selection-3748164-fix-expected.txt: Added.
629 * platform/qt/editing/selection/table-caret-1-expected.txt: Added.
630 * platform/qt/editing/selection/table-caret-2-expected.txt: Added.
631 * platform/qt/editing/selection/table-caret-3-expected.txt: Added.
632 * platform/qt/editing/selection/unrendered-001-expected.txt: Added.
633 * platform/qt/editing/selection/unrendered-002-expected.txt: Added.
634 * platform/qt/editing/selection/unrendered-003-expected.txt: Added.
635 * platform/qt/editing/selection/unrendered-004-expected.txt: Added.
636 * platform/qt/editing/selection/unrendered-005-expected.txt: Added.
637 * platform/qt/editing/selection/unrendered-space-expected.txt: Added.
638 * platform/qt/editing/spelling/spelling-expected.txt: Added.
639 * platform/qt/editing/style/4916887-expected.txt: Added.
640 * platform/qt/editing/style/5017613-1-expected.txt: Added.
641 * platform/qt/editing/style/5017613-2-expected.txt: Added.
642 * platform/qt/editing/style/5046875-1-expected.txt: Added.
643 * platform/qt/editing/style/5046875-2-expected.txt: Added.
644 * platform/qt/editing/style/5065910-expected.txt: Added.
645 * platform/qt/editing/style/5084241-expected.txt: Added.
646 * platform/qt/editing/style/5228141-expected.txt: Added.
647 * platform/qt/editing/style/5279521-expected.txt: Added.
648 * platform/qt/editing/style/apple-style-editable-mix-expected.txt: Added.
649 * platform/qt/editing/style/block-style-001-expected.txt: Added.
650 * platform/qt/editing/style/block-style-002-expected.txt: Added.
651 * platform/qt/editing/style/block-style-003-expected.txt: Added.
652 * platform/qt/editing/style/block-style-004-expected.txt: Added.
653 * platform/qt/editing/style/block-style-005-expected.txt: Added.
654 * platform/qt/editing/style/block-style-006-expected.txt: Added.
655 * platform/qt/editing/style/block-styles-007-expected.txt: Added.
656 * platform/qt/editing/style/create-block-for-style-001-expected.txt: Added.
657 * platform/qt/editing/style/create-block-for-style-002-expected.txt: Added.
658 * platform/qt/editing/style/create-block-for-style-003-expected.txt: Added.
659 * platform/qt/editing/style/create-block-for-style-004-expected.txt: Added.
660 * platform/qt/editing/style/create-block-for-style-005-expected.txt: Added.
661 * platform/qt/editing/style/create-block-for-style-006-expected.txt: Added.
662 * platform/qt/editing/style/create-block-for-style-007-expected.txt: Added.
663 * platform/qt/editing/style/create-block-for-style-008-expected.txt: Added.
664 * platform/qt/editing/style/create-block-for-style-009-expected.txt: Added.
665 * platform/qt/editing/style/create-block-for-style-010-expected.txt: Added.
666 * platform/qt/editing/style/create-block-for-style-011-expected.txt: Added.
667 * platform/qt/editing/style/create-block-for-style-012-expected.txt: Added.
668 * platform/qt/editing/style/create-block-for-style-013-expected.txt: Added.
669 * platform/qt/editing/style/designmode-expected.txt: Added.
670 * platform/qt/editing/style/fontsize-1-expected.txt: Added.
671 * platform/qt/editing/style/highlight-expected.txt: Added.
672 * platform/qt/editing/style/relative-font-size-change-001-expected.txt: Added.
673 * platform/qt/editing/style/relative-font-size-change-003-expected.txt: Added.
674 * platform/qt/editing/style/relative-font-size-change-004-expected.txt: Added.
675 * platform/qt/editing/style/remove-underline-after-paragraph-expected.txt: Added.
676 * platform/qt/editing/style/remove-underline-after-paragraph-in-bold-expected.txt: Added.
677 * platform/qt/editing/style/remove-underline-expected.txt: Added.
678 * platform/qt/editing/style/remove-underline-from-stylesheet-expected.txt: Added.
679 * platform/qt/editing/style/remove-underline-in-bold-expected.txt: Added.
680 * platform/qt/editing/style/smoosh-styles-001-expected.txt: Added.
681 * platform/qt/editing/style/smoosh-styles-002-expected.txt: Added.
682 * platform/qt/editing/style/smoosh-styles-003-expected.txt: Added.
683 * platform/qt/editing/style/style-3690704-fix-expected.txt: Added.
684 * platform/qt/editing/style/style-3998892-fix-expected.txt: Added.
685 * platform/qt/editing/style/style-boundary-001-expected.txt: Added.
686 * platform/qt/editing/style/style-boundary-002-expected.txt: Added.
687 * platform/qt/editing/style/style-boundary-003-expected.txt: Added.
688 * platform/qt/editing/style/style-boundary-004-expected.txt: Added.
689 * platform/qt/editing/style/style-boundary-005-expected.txt: Added.
690 * platform/qt/editing/style/table-selection-expected.txt: Added.
691 * platform/qt/editing/style/typing-style-001-expected.txt: Added.
692 * platform/qt/editing/style/typing-style-002-expected.txt: Added.
693 * platform/qt/editing/style/unbold-in-bold-expected.txt: Added.
694 * platform/qt/editing/style/underline-expected.txt: Added.
695 * platform/qt/editing/undo/4063751-expected.txt: Added.
696 * platform/qt/editing/undo/5378473-expected.txt: Added.
697 * platform/qt/editing/undo/redo-typing-001-expected.txt: Added.
698 * platform/qt/editing/undo/undo-combined-delete-boundary-expected.txt: Added.
699 * platform/qt/editing/undo/undo-combined-delete-expected.txt: Added.
700 * platform/qt/editing/undo/undo-delete-boundary-expected.txt: Added.
701 * platform/qt/editing/undo/undo-delete-expected.txt: Added.
702 * platform/qt/editing/undo/undo-forward-delete-boundary-expected.txt: Added.
703 * platform/qt/editing/undo/undo-forward-delete-expected.txt: Added.
705 2007-10-24 Lars Knoll <lars@trolltech.com>
709 convert the text to be text only, and fix it up a little so it doesn't depend on specific font metrics anymore.
711 * editing/deleting/pruning-after-merge-1-expected.txt: Added.
712 * editing/deleting/pruning-after-merge-1.html:
713 * platform/mac/editing/deleting/pruning-after-merge-1-expected.checksum: Removed.
714 * platform/mac/editing/deleting/pruning-after-merge-1-expected.png: Removed.
715 * platform/mac/editing/deleting/pruning-after-merge-1-expected.txt: Removed.
717 2007-10-24 Lars Knoll <lars@trolltech.com>
721 explicitly add some tests that currently cause DRT to hang.
723 * platform/qt/Skipped:
725 2007-10-23 Justin Garcia <justin.garcia@apple.com>
727 Fixing an accidental change made in r25484.
729 * editing/pasteboard/quirks-mode-br-1.html:
730 * platform/mac/editing/pasteboard/quirks-mode-br-1-expected.checksum:
731 * platform/mac/editing/pasteboard/quirks-mode-br-1-expected.txt:
733 2007-10-23 Justin Garcia <justin.garcia@apple.com>
735 Reviewed by Oliver Hunt.
737 <rdar://problem/5544856>
738 REGRESSION: After typing 2-byte text, undo only undoes one keystroke at a time
740 * platform/mac/editing/input/firstrectforcharacterrange-styled-expected.txt:
741 * platform/mac/editing/input/text-input-controller-expected.txt:
742 * platform/mac/editing/input/wrapped-line-char-rect-expected.txt:
744 2007-10-23 Adele Peterson <adele@apple.com>
748 Test for <rdar://problem/5543228> CrashTracer: [USER] 2 crashes in Safari at com.apple.WebCore: WebCore::HTMLInputElement::defaultEventHandler + 872
750 * fast/forms/textfield-onchange-deletion-expected.txt: Added.
751 * fast/forms/textfield-onchange-deletion.html: Added.
753 2007-10-23 Adam Roben <aroben@apple.com>
755 Add some SVG tests to the Windows Skipped file
759 * platform/win/Skipped:
761 2007-10-23 Darin Adler <darin@apple.com>
763 - removed numeric results so the test is more platform-independent
765 * fast/js/math-expected.txt: Updated.
766 * fast/js/resources/math.js: Updated.
768 2007-10-23 Darin Adler <darin@apple.com>
772 - test for http://bugs.webkit.org/show_bug.cgi?id=15639
775 * fast/js/math-expected.txt: Added.
776 * fast/js/math.html: Added.
777 * fast/js/resources/math.js: Added.
779 2007-10-22 Eric Seidel <eric@webkit.org>
783 Add tests to verify that font-face-* DOM bindings are exposed correctly.
785 * fast/js/resources/js-test-pre.js: add shouldBeNull and shouldBeEqualToString
786 * svg/dom/font-face-elements-expected.txt: Added.
787 * svg/dom/font-face-elements.html: Added.
789 2007-10-22 Eric Seidel <eric@webkit.org>
793 Implement <font-face> and friends
794 http://bugs.webkit.org/show_bug.cgi?id=10652
796 * platform/mac/svg/custom/font-face-cascade-order-expected.checksum: Added.
797 * platform/mac/svg/custom/font-face-cascade-order-expected.png: Added.
798 * platform/mac/svg/custom/font-face-cascade-order-expected.txt: Added.
799 * platform/mac/svg/custom/font-face-simple-expected.checksum: Added.
800 * platform/mac/svg/custom/font-face-simple-expected.png: Added.
801 * platform/mac/svg/custom/font-face-simple-expected.txt: Added.
802 * platform/mac/svg/custom/font-face-source-fallback-expected.txt: Added.
803 * svg/custom/font-face-cascade-order.svg: Added.
804 * svg/custom/font-face-simple.svg: Added.
805 * svg/custom/font-face-fallback.svg-disabled: Added. Disabled due to bug 15588
807 2007-10-22 Darin Adler <darin@apple.com>
811 - tests for http://bugs.webkit.org/show_bug.cgi?id=15632
813 Added tests for cases where you use something that looks like an array
814 index, but it has a fractional part.
816 * fast/js/kde/resources/Array.js: Added tests.
817 * fast/js/kde/Array-expected.txt: Updated.
819 2007-10-22 Darin Adler <darin@apple.com>
821 * fast/js/kde/resources/Array.js: Added tests to cover missing value behavior
822 (not the same as undefined values in arrays). This matches the ECMA JavaScript
823 specification, but doesn't exactly match Firefox, because Firefox incorrectly
824 inserts undefined values rather than missing values in array literals with
826 * fast/js/kde/Array-expected.txt: Updated with results.
828 2007-10-21 Mark Rowe <mrowe@apple.com>
832 Test for http://bugs.webkit.org/show_bug.cgi?id=15603
833 Bug 15603: Regression(r26847): Crash when sorting an empty array from JavaScript
835 * fast/js/kde/Array-expected.txt:
836 * fast/js/kde/resources/Array.js: Update to cover sorting an empty array.
838 2007-10-21 Nikolas Zimmermann <zimmermann@kde.org>
840 Forgot to land the new computed style results in fast/css - after the addition of glyph-orientation-*.
842 * fast/css/computed-style-expected.txt:
843 * fast/css/computed-style-without-renderer-expected.txt:
845 2007-10-21 Nikolas Zimmermann <zimmermann@kde.org>
849 Add new testcase to stress test the glyph-orientation-* parsing rules.
851 * svg/css/getComputedStyle-basic-expected.txt:
852 * svg/css/getComputedStyle-basic.xhtml:
853 * svg/css/glyph-orientation-rounding-test-expected.txt: Added.
854 * svg/css/glyph-orientation-rounding-test.xhtml: Added.
856 2007-10-21 Dan Bernstein <mitz@apple.com>
858 Reviewed by Dave Hyatt.
860 - test for http://bugs.webkit.org/show_bug.cgi?id=15259
861 <rdar://problem/5499902> REGRESSION: Text overflows when using word spacing and centering (affects myspace.com music videos page)
863 * fast/text/word-space.html: Added.
864 * platform/mac/fast/css/word-space-extra-expected.txt: Updated result.
865 * platform/mac/fast/text/word-space-expected.checksum: Added.
866 * platform/mac/fast/text/word-space-expected.png: Added.
867 * platform/mac/fast/text/word-space-expected.txt: Added.
869 2007-10-20 Dan Bernstein <mitz@apple.com>
871 Reviewed by Dave Hyatt.
873 - test and updated results for http://bugs.webkit.org/show_bug.cgi?id=15208
874 display:table causes the collapsed text to show at a different position when expanded
876 * fast/table/form-in-table-before-misnested-text-crash-css-expected.txt:
877 * fast/table/form-in-table-before-misnested-text-crash-expected.txt:
878 * fast/table/insert-before-anonymous-ancestors.html: Added.
879 * fast/table/section-in-table-before-misnested-text-crash-css-expected.txt:
880 * fast/table/section-in-table-before-misnested-text-crash-expected.txt:
881 * platform/mac/fast/table/insert-before-anonymous-ancestors-expected.checksum: Added.
882 * platform/mac/fast/table/insert-before-anonymous-ancestors-expected.png: Added.
883 * platform/mac/fast/table/insert-before-anonymous-ancestors-expected.txt: Added.
885 2007-10-20 Darin Adler <darin@apple.com>
887 Reviewed by Tim Hatcher.
889 - http://bugs.webkit.org/show_bug.cgi?id=15544
890 <rdar://problem/5076426> fast/events/arrow-navigation.html needs to
891 not rely on Apple-specific key codes
893 * fast/events/arrow-navigation.html: Use "rightArrow" instead.
895 2007-10-20 Nikolas Zimmermann <zimmermann@kde.org>
899 Updated tests that dependant on display="none" / display="inline" for SVG text.
901 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum:
902 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
903 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
904 * platform/mac/svg/carto.net/tabgroup-expected.checksum:
905 * platform/mac/svg/carto.net/tabgroup-expected.png:
906 * platform/mac/svg/carto.net/tabgroup-expected.txt:
907 * svg/batik/text/textProperties2-expected.checksum:
908 * svg/batik/text/textProperties2-expected.png:
909 * svg/batik/text/textProperties2-expected.txt:
911 2007-10-20 Nikolas Zimmermann <zimmermann@kde.org>
915 Updated tests that need textLength/lengthAdjust/kerning support.
917 * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
918 * svg/batik/text/textLayout-expected.checksum:
919 * svg/batik/text/textLayout-expected.png:
920 * svg/batik/text/textLayout-expected.txt:
921 * svg/batik/text/textOnPathSpaces-expected.checksum:
922 * svg/batik/text/textOnPathSpaces-expected.png:
923 * svg/batik/text/textOnPathSpaces-expected.txt:
924 * svg/batik/text/textPosition-expected.txt:
925 * svg/batik/text/textPosition2-expected.txt:
926 * svg/custom/text-letter-spacing-expected.txt:
927 * svg/text/text-spacing-01-b-expected.checksum:
928 * svg/text/text-spacing-01-b-expected.png:
929 * svg/text/text-spacing-01-b-expected.txt:
931 2007-10-19 Oliver Hunt <oliver@apple.com>
935 Updating window properties to include new features from HTML5 database support
937 * fast/dom/Window/window-properties-expected.txt:
939 2007-10-19 Adele Peterson <adele@apple.com>
943 Test for <rdar://problem/5518461> REGRESSION (2.0.4-3): Popup arrows are missing in small popups at homedepot.com
945 * fast/forms/menulist-no-overflow.html: Added.
946 * platform/mac/fast/forms/menulist-no-overflow-expected.checksum: Added.
947 * platform/mac/fast/forms/menulist-no-overflow-expected.png: Added.
948 * platform/mac/fast/forms/menulist-no-overflow-expected.txt: Added.
950 2007-10-19 Nikolas Zimmermann <zimmermann@kde.org>
952 Rubberstamped by Oliver.
954 Land tiger baseline matching my MBP, as discussed with Oliver.
955 Mostly differences regarding the size of "(" / ")" characters.
957 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.checksum:
958 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png:
959 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.checksum:
960 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png:
961 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.checksum:
962 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png:
963 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.checksum:
964 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png:
965 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.checksum:
966 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png:
967 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.checksum:
968 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png:
969 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum:
970 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
971 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum:
972 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
973 * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.checksum:
974 * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
975 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.checksum:
976 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.png:
977 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.checksum:
978 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
979 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.checksum:
980 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
981 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.checksum:
982 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
983 * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.checksum:
984 * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
985 * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.checksum:
986 * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.png:
987 * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.checksum:
988 * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.png:
989 * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.checksum:
990 * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.png:
991 * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.checksum:
992 * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.png:
993 * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.checksum:
994 * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.png:
995 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.checksum:
996 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
997 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum:
998 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
999 * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.checksum:
1000 * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.png:
1001 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.checksum:
1002 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
1003 * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.checksum:
1004 * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png:
1005 * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.checksum:
1006 * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
1007 * platform/mac/svg/carto.net/colourpicker-expected.checksum:
1008 * platform/mac/svg/carto.net/colourpicker-expected.png:
1009 * platform/mac/svg/carto.net/combobox-expected.checksum:
1010 * platform/mac/svg/carto.net/combobox-expected.png:
1011 * platform/mac/svg/carto.net/scrollbar-expected.checksum:
1012 * platform/mac/svg/carto.net/scrollbar-expected.png:
1013 * platform/mac/svg/carto.net/selectionlist-expected.checksum:
1014 * platform/mac/svg/carto.net/selectionlist-expected.png:
1016 2007-10-19 Sam Weinig <sam@webkit.org>
1020 Update results after changing the warning message in isSafeScript to print the frame URL
1021 rather than the security domain URL. This now also prints the warning when using data:
1022 URLs because we no longer return early.
1024 * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level-expected.txt:
1025 * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-expected.txt:
1026 * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame-expected.txt:
1027 * http/tests/security/dataURL/xss-DENIED-from-javascript-url-window-open-expected.txt:
1028 * http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url-expected.txt:
1029 * http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-2-level-expected.txt:
1030 * http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-expected.txt:
1031 * http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase-expected.txt:
1032 * http/tests/security/dataURL/xss-DENIED-to-data-url-window-open-expected.txt:
1033 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-subframe-expected.txt:
1034 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-window-open-expected.txt:
1035 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-subframe-expected.txt:
1036 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-window-open-expected.txt:
1038 2007-10-19 Dan Bernstein <mitz@apple.com>
1040 Rubber-stamped by Sam Weinig.
1042 removing a commented-out test and a test that no longer fails
1044 * platform/mac-leopard/Skipped:
1046 2007-10-19 David Kilzer <ddkilzer@webkit.org>
1050 Provide the functionality of js-test-post.js in a function named isSuccessfullyParsed().
1052 * fast/encoding/char-encoding.html: Updated to use js-test-post-function.js instead of local hack.
1053 * fast/js/resources/js-test-post-function.js: Copied from LayoutTests/fast/js/resources/js-test-post.js.
1054 Modified to create isSuccessfullyParsed() function.
1056 2007-10-18 Dan Bernstein <dan.bernstein@apple.com>
1058 Rubber-stamped by Mark Rowe.
1060 removing tests that no longer fail
1062 * platform/mac-leopard/Skipped:
1064 2007-10-18 Justin Garcia <justin.garcia@apple.com>
1066 Reviewed by Kevin McCullough.
1068 <rdar://problem/5483526>
1069 GoogleDocs: A hang occurs when applying list styling to a selection containing a table and line breaks
1071 Demonstrates fix for the hang:
1072 * editing/execCommand/5483526-expected.txt: Added.
1073 * editing/execCommand/5483526.html: Added.
1075 Fixed selection endpoint (problems with selection painting prevent this
1076 from being reflected in the pixel test results):
1077 * platform/mac/editing/execCommand/5432254-2-expected.txt:
1079 2007-10-18 Dan Bernstein <dan.bernstein@apple.com>
1081 Reviewed by Adam Roben.
1083 - removing fixed test
1085 * platform/mac-leopard/Skipped:
1087 2007-10-18 Darin Adler <darin@apple.com>
1091 - test update for http://bugs.webkit.org/show_bug.cgi?id=15541
1092 REGRESSION (r26616): prompt with one argument uses the literal "undefined" as default reply
1094 * fast/dom/Window/alert-undefined-expected.txt: Back to expecting empty string for default value.
1096 2007-10-18 Dan Bernstein <dan.bernstein@apple.com>
1098 Reviewed by Nikolas Zimmermann.
1100 - test for http://bugs.webkit.org/show_bug.cgi?id=15367
1101 Assertion failure inspecting a document including soft hyphen code (0xad)
1103 * fast/text/word-break-soft-hyphen.html: Added.
1104 * platform/mac/fast/text/word-break-soft-hyphen-expected.checksum: Added.
1105 * platform/mac/fast/text/word-break-soft-hyphen-expected.png: Added.
1106 * platform/mac/fast/text/word-break-soft-hyphen-expected.txt: Added.
1108 2007-10-18 Nikolas Zimmermann <zimmermann@kde.org>
1112 Regenerated result of following test, now that ImageBuffers are correctly clipped to the
1113 visible frame size (RenderView) - no more drawing outside that region.
1115 * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.checksum:
1116 * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.png:
1118 2007-10-18 Eric Seidel <eric@webkit.org>
1122 Test case for http://bugs.webkit.org/show_bug.cgi?id=15504
1123 Landed -disabled as it's blocked by:
1124 http://bugs.webkit.org/show_bug.cgi?id=15503
1126 * fast/js/resources/js-test-post.js: add support for XHTML
1127 * fast/js/resources/js-test-pre.js: add support for XHTML
1128 * svg/dom/viewspec-parser.html-disabled: Added.
1130 2007-10-17 Rob Buis <buis@kde.org>
1132 Reviewed by Darin, Adam, and Maciej.
1135 http://bugs.webkit.org/show_bug.cgi?id=12988
1136 First element (in document order) is not returned when other duplicate ID-ed elements were created first
1138 * fast/dom/duplicate-ids-document-order.html: Added.
1140 2007-10-17 Alice Liu <alice.liu@apple.com>
1142 Rubber-stamped by Adele.
1144 Correct uses of initKeyboardEvent for tests that test accesskey.
1145 Accesskey modifier is ctrl for mac and alt for other platforms.
1147 * fast/events/access-key-self-destruct.html:
1148 * fast/forms/access-key.html:
1149 * fast/forms/legend-access-key.html:
1151 2007-10-17 Darin Adler <darin@apple.com>
1153 Reviewed by Mark Rowe.
1155 - test for http://bugs.webkit.org/show_bug.cgi?id=15543
1156 <rdar://problem/5545639> REGRESSION (r26697):
1157 GoogleDocs: Can't create new documents or open existing ones
1159 * fast/js/regexp-non-character-expected.txt: Added.
1160 * fast/js/regexp-non-character.html: Added.
1161 * fast/js/resources/regexp-non-character.js: Added.
1163 2007-10-17 Justin Garcia <justin.garcia@apple.com>
1165 Reviewed by Harrison.
1167 <rdar://problem/5481523>
1168 GoogleDocs: Safari hangs when indenting a particular table twice
1170 * editing/execCommand/5481523.html: Added.
1171 * platform/mac/editing/execCommand/5481523-expected.checksum: Added.
1172 * platform/mac/editing/execCommand/5481523-expected.png: Added.
1173 * platform/mac/editing/execCommand/5481523-expected.txt: Added.
1175 2007-10-16 Alice Liu <alice.liu@apple.com>
1177 removing fixed tests
1179 * platform/win/Skipped:
1181 2007-10-16 Alice Liu <alice.liu@apple.com>
1183 Rubber-stamped by Adele.
1185 fixing incorrect usage of JS String search method.
1187 * editing/deleting/delete-by-word-001.html:
1188 * editing/deleting/delete-by-word-002.html:
1189 * fast/forms/input-text-option-delete.html:
1190 * fast/forms/listbox-onchange.html:
1191 * fast/forms/listbox-selection.html:
1193 2007-10-16 Geoffrey Garen <ggaren@apple.com>
1195 Reviewed by Maciej Stachowiak.
1197 Layout tests for http://bugs.webkit.org/show_bug.cgi?id=15478
1198 Declare vars and functions iteratively upon entering an execution context
1200 * fast/js/function-declarations-expected.txt: Added.
1201 * fast/js/function-declarations.html: Added.
1202 * fast/js/var-declarations-expected.txt: Added.
1203 * fast/js/var-declarations.html: Added.
1205 2007-10-16 Alice Liu <alice.liu@apple.com>
1209 Fix <rdar://5134108> "fast/forms/select-accesskey.html and focus-selection-input.html fail on Windows"
1211 Adding code to choose the right accesskey modifier based on a useragent check for existance of mac platform.
1212 * fast/forms/focus-selection-input.html:
1213 * fast/forms/select-accesskey.html:
1215 2007-10-16 Darin Adler <darin@apple.com>
1219 - http://bugs.webkit.org/show_bug.cgi?id=15533
1220 some tests have hard-coded Mac-specific modifier keys
1222 - <rdar://problem/5102974> Layout tests fail on Windows because
1223 they have hard-coded Mac-specific modifier keys
1224 - <rdar://problem/5075449> fast/forms/listbox-onchange.html
1225 is failing on Windows due to modifier key differences
1226 - <rdar://problem/5134134> test 12 in fast/forms/listbox-selection.html
1229 * editing/deleting/delete-by-word-001.html: Use control key instead of alt key to
1230 delete a word on non-Mac platforms. Also use character 8 instead of 127.
1231 * editing/deleting/delete-by-word-002.html: Ditto.
1232 * fast/forms/input-text-option-delete.html: Ditto.
1233 * fast/forms/listbox-onchange.html: Use control key instead of meta key to toggle
1234 a single list item on non-Mac platforms.
1235 * fast/forms/listbox-selection.html: Ditto.
1237 2007-10-16 Mitz Pettel <mitz@webkit.org>
1239 Reviewed by Dave Hyatt.
1241 - test for http://bugs.webkit.org/show_bug.cgi?id=15296
1242 REGRESSION (r19716-r19719): width not specified for <marquee> tag is causing the alignment issue.
1244 * fast/block/float/marquee-shrink-to-avoid-floats.html: Added.
1245 * platform/mac/fast/block: Added.
1246 * platform/mac/fast/block/float: Added.
1247 * platform/mac/fast/block/float/marquee-shrink-to-avoid-floats-expected.checksum: Added.
1248 * platform/mac/fast/block/float/marquee-shrink-to-avoid-floats-expected.png: Added.
1249 * platform/mac/fast/block/float/marquee-shrink-to-avoid-floats-expected.txt: Added.
1251 2007-10-16 Beth Dakin <bdakin@apple.com>
1255 Fix for <rdar://problem/5517118> REGRESSION: 9A570 - Safari renders
1256 Amazon seller page way too small
1258 * fast/css/pendingStylesheetFontSize.html: Added.
1259 * platform/mac/fast/css/pendingStylesheetFontSize-expected.checksum: Added.
1260 * platform/mac/fast/css/pendingStylesheetFontSize-expected.png: Added.
1261 * platform/mac/fast/css/pendingStylesheetFontSize-expected.txt: Added.
1263 2007-10-16 Adele Peterson <adele@apple.com>
1267 Updating with correct results for:
1268 <rdar://problem/5538793> REGRESSION: Failing layout test: fast/forms/select-change-listbox-to-popup.html (due to landing feature branch)
1270 * platform/mac/fast/forms/select-change-listbox-to-popup-expected.txt:
1272 2007-10-16 Alexey Proskuryakov <ap@webkit.org>
1276 http://bugs.webkit.org/show_bug.cgi?id=15506
1277 editing/pasteboard/paste-into-anchor-text.html accesses an external resource
1279 Removed the external resource reference and made the test dump as text.
1281 * editing/pasteboard/paste-into-anchor-text-expected.txt: Copied from platform/mac/editing/pasteboard/paste-into-anchor-text-expected.txt.
1282 * editing/pasteboard/paste-into-anchor-text.html:
1283 * platform/mac/editing/pasteboard/paste-into-anchor-text-expected.checksum: Removed.
1284 * platform/mac/editing/pasteboard/paste-into-anchor-text-expected.png: Removed.
1285 * platform/mac/editing/pasteboard/paste-into-anchor-text-expected.txt: Removed.
1287 2007-10-15 Geoffrey Garen <ggaren@apple.com>
1289 Fixed layout test for reals. Changed \r\n to \n, fixing mass confusion.
1291 * fast/js/do-while-expression-value-expected.txt:
1292 * fast/js/do-while-expression-value.html:
1293 * fast/js/nested-function-scope.html:
1294 * fast/js/while-expression-value-expected.txt:
1295 * fast/js/while-expression-value.html:
1297 2007-10-15 Kevin McCullough <kmccullough@apple.com>
1301 - <rdar://problem/5238818> window.resizeTo doesn't restrict the resized window to the size of the screen
1302 - Now we take the dock into account when resizing.
1303 - Also I found an issue where we would resize to outside the window, because the resize would be smaller than the window size but the location of the window would make the resize go off-screen. Now we move the window back into the screen.
1305 * fast/dom/Window/window-resize-expected.txt:
1306 * fast/dom/Window/window-resize.html:
1308 2007-10-15 Geoffrey Garen <ggaren@apple.com>
1310 Changed line ending style of results file to fix layout test that was
1311 failing locally on my machine.
1313 * fast/js/nested-function-scope-expected.txt:
1315 2007-10-15 Geoffrey Garen <ggaren@apple.com>
1317 Reviewed by Darin Adler.
1319 Removed surprising self-named "hack" that made nested functions
1320 available as named properties of their containing functions, and placed
1321 containing function objects in the scope chains of nested functions.
1323 [ Patch broken off from http://bugs.webkit.org/show_bug.cgi?id=14868 ]
1325 Changed this test to reflect correct behavior:
1327 * fast/js/kde/function-expected.txt:
1328 * fast/js/kde/resources/function.js: (Also removed tab characters.)
1330 Added this test to flesh out the behavior more:
1332 * fast/js/nested-function-scope-expected.txt: Added.
1333 * fast/js/nested-function-scope.html: Added.
1335 2007-10-15 Geoffrey Garen <ggaren@apple.com>
1337 Committed revision 26618.
1339 Made function parameters DontDelete.
1341 * fast/js/delete-function-parameter-expected.txt: Added.
1342 * fast/js/delete-function-parameter.html: Added.
1344 2007-10-13 Geoffrey Garen <ggaren@apple.com>
1346 Reviewed by Maciej Stachowiak.
1348 Layout tests for http://bugs.webkit.org/show_bug.cgi?id=15490
1349 Iteration statements sometimes incorrectly evaluate to the empty value
1352 * fast/js/do-while-expression-value-expected.txt: Added.
1353 * fast/js/do-while-expression-value.html: Added.
1354 * fast/js/while-expression-value-expected.txt: Added.
1355 * fast/js/while-expression-value.html: Added.
1357 2007-10-15 Darin Adler <darin@apple.com>
1361 - fix http://bugs.webkit.org/show_bug.cgi?id=15520
1362 alert(undefined) should say "undefined" in the alert
1364 * fast/dom/Window/alert-undefined.html: Added tests of null and both confirm and prompt.
1365 * fast/dom/Window/alert-undefined-expected.txt: Updated.
1367 2007-10-15 Adele Peterson <adele@apple.com>
1371 Test for http://bugs.webkit.org/show_bug.cgi?id=15252
1372 <rdar://problem/5498184> REGRESSION: <select multiple> doesn't scroll to top when old options are removed and new ones are added, leaving listbox empty-looking
1374 * fast/forms/listbox-scroll-after-options-removed-expected.txt: Added.
1375 * fast/forms/listbox-scroll-after-options-removed.html: Added.
1377 2007-10-15 Alice Liu <alice.liu@apple.com>
1381 * platform/win/Skipped:
1383 2007-10-15 Kevin McCullough <kmccullough@apple.com>
1387 - <rdar://problem/5536630> fast/dom/Window/new-window-opener.html fails
1388 - This test used to pass because of a mistake in js-test-pre.js.
1389 Now that the js file has been fixed this test has been updated, some
1390 of the test cases fail because DRT does not implement delegate methods
1391 for the bars for each WebView.
1392 - See <rdar://problem/5538752> DumpRenderTree does not have a UIDelegate for each WebView.
1394 - Also changed the test to correctly wait for the window to close before
1395 starting a new testcase. This is necessary because all the windows have
1396 the same name and cannot override the settings of a pre-existing window.
1398 * fast/dom/Window/new-window-opener-expected.txt:
1399 * fast/dom/Window/new-window-opener.html:
1401 2007-10-15 Oliver Hunt <oliver@apple.com>
1405 Reset svg pixel tests to a tiger baseline and move them to platform/mac
1408 2007-10-14 Darin Adler <darin@apple.com>
1410 - added exceptions for all the tests failing on my personal Leopard machine
1412 This may or may not get the buildbot green. I'll file separate bugs for each
1413 of the tests with changed results.
1415 * platform/mac-leopard/dom: Added.
1416 * platform/mac-leopard/dom/xhtml: Added.
1417 * platform/mac-leopard/dom/xhtml/level2: Added.
1418 * platform/mac-leopard/dom/xhtml/level2/html: Added.
1419 * platform/mac-leopard/dom/xhtml/level2/html/HTMLDocument12-expected.txt: Added.
1420 * platform/mac-leopard/editing: Added.
1421 * platform/mac-leopard/editing/pasteboard: Added.
1422 * platform/mac-leopard/editing/pasteboard/paste-RTFD-expected.txt: Added.
1423 * platform/mac-leopard/http: Added.
1424 * platform/mac-leopard/http/tests: Added.
1425 * platform/mac-leopard/http/tests/security: Added.
1426 * platform/mac-leopard/http/tests/security/dataURL: Added.
1427 * platform/mac-leopard/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase-expected.txt: Added.
1428 * platform/mac-leopard/svg/custom: Added.
1429 * platform/mac-leopard/svg/custom/stroke-width-click-expected.txt: Added.
1430 * platform/mac-leopard/webarchive: Added.
1431 * platform/mac-leopard/webarchive/test-xml-stylesheet-expected.txt: Added.
1433 * platform/mac-leopard/security/block-test-expected.txt: Changed results.
1435 2007-10-14 Darin Adler <darin@apple.com>
1437 - moved a test that somehow ended up doubly-nested in platform/mac
1439 * platform/mac/fast/text/justified-text-rect-expected.checksum: Copied from platform/mac/platform/mac/fast/text/justified-text-rect-expected.checksum.
1440 * platform/mac/fast/text/justified-text-rect-expected.png: Copied from platform/mac/platform/mac/fast/text/justified-text-rect-expected.png.
1441 * platform/mac/fast/text/justified-text-rect-expected.txt: Copied from platform/mac/platform/mac/fast/text/justified-text-rect-expected.txt.
1442 * platform/mac/platform: Removed.
1443 * platform/mac/platform/mac: Removed.
1444 * platform/mac/platform/mac/fast: Removed.
1445 * platform/mac/platform/mac/fast/text: Removed.
1446 * platform/mac/platform/mac/fast/text/justified-text-rect-expected.checksum: Removed.
1447 * platform/mac/platform/mac/fast/text/justified-text-rect-expected.png: Removed.
1448 * platform/mac/platform/mac/fast/text/justified-text-rect-expected.txt: Removed.
1450 2007-10-14 Oliver Hunt <oliver@apple.com>
1454 Revert layout test move.
1456 Filed http://bugs.webkit.org/show_bug.cgi?id=15513 to track correction for even earlier change
1458 2007-10-14 Nikolas Zimmermann <zimmermann@kde.org>
1460 Rubberstamped by Eric.
1462 Move current layout tests results from platform/mac/svg to platform/mac-tiger/svg.
1463 The problem is that the current results have accidently been generated with Leopard,
1464 I'm still moving this to mac-tiger so we don't loose the history for all the results.
1465 After this commit, the baseline will be regenerated in mac-tiger/svg, and someone with
1466 Leopard needs to generate new results in mac-leopard/svg.
1468 * platform/mac-tiger/svg: Copied from platform/mac/svg.
1469 * platform/mac/svg: Removed.
1471 2007-10-14 Mitz Pettel <mitz@webkit.org>
1475 - test for http://bugs.webkit.org/show_bug.cgi?id=15181
1476 text-transform: uppercase not working in input (submit, reset, button) elements
1477 <rdar://problem/5474647>
1479 * fast/forms/button-text-transform.html: Added.
1480 * platform/mac/fast/forms/button-text-transform-expected.checksum: Added.
1481 * platform/mac/fast/forms/button-text-transform-expected.png: Added.
1482 * platform/mac/fast/forms/button-text-transform-expected.txt: Added.
1484 2007-10-14 Eric Seidel <eric@webkit.org>
1488 Test for http://bugs.webkit.org/show_bug.cgi?id=15274
1489 REGRESSION: Javascript bug in getElementsByName
1491 * fast/dom/getelementbyname-invalidation-expected.txt: Added.
1492 * fast/dom/getelementbyname-invalidation.html: Added.
1494 2007-10-14 Mitz Pettel <mitz@webkit.org>
1496 Reviewed by Dave Hyatt.
1498 - test for http://bugs.webkit.org/show_bug.cgi?id=15309
1499 <rdar://problem/5512020> Crash due to infinite recursion in RenderTable::addChild
1501 * fast/table/generated-caption.html: Added.
1502 * platform/mac/fast/table/generated-caption-expected.checksum: Added.
1503 * platform/mac/fast/table/generated-caption-expected.png: Added.
1504 * platform/mac/fast/table/generated-caption-expected.txt: Added.
1506 2007-10-14 Cameron Zwarich <cwzwarich@uwaterloo.ca>
1510 Adds serialization test cases for NegateNode optimization from KDE.
1512 * fast/js/function-decompilation-operators-expected.txt:
1513 * fast/js/function-decompilation-operators.html:
1515 2007-10-14 Jason Foreman <jason@threeve.org>
1519 Adding test for http://bugs.webkit.org/show_bug.cgi?id=15145.
1522 * fast/js/number-toprecision-expected.txt: Added.
1523 * fast/js/number-toprecision.html: Added.
1524 * fast/js/resources/number-toprecision.js: Added.
1526 2007-10-14 Feng Qian <ian.eng.webkit@gmail.com>
1530 * fast/events/window-events-bubble2.html:
1532 == Rolled over to ChangeLog-2007-10-14 ==