1 2007-11-08 Oliver Hunt <oliver@apple.com>
5 Layout test to guard against bit operation regressions.
7 * fast/js/bitwise-and-on-undefined-expected.txt: Added.
8 * fast/js/bitwise-and-on-undefined.html: Added.
10 2007-11-08 Dan Bernstein <mitz@apple.com>
12 Reviewed by Beth Dakin.
14 - test for <rdar://problem/5491922> REGRESSION (Safari 2-3): Flash-based "Cash Optimizer" on etrade.com does not draw completely
16 * fast/dom/length-attribute-mapping-expected.txt: Added.
17 * fast/dom/length-attribute-mapping.html: Added.
19 2007-11-08 Darin Adler <darin@apple.com>
23 - test changes for <rdar://problem/5552943> accesskey does not focus <button> elements
25 * fast/forms/access-key.html: Check for both focus and click events on all elements, but
26 resisted the urge to switch to the American spelling for "focused".
28 * fast/forms/access-key-expected.txt: Updated to reflect the bug fix ("1 button focussed"),
29 the fact that <input type=button>, <input type=checkbox>, <input type=submit>, and
30 <input type=reset> are all both focused and clicked ("2 input type button clicked",
31 "3 input type checkbox clicked", "5 input type submit focussed", and
32 "6 input type reset focussed"). Unfortunately this now also demonstrates that we don't
33 send a click to <input type=text> and Gecko does. And there are still quite a few types
36 2007-11-07 David Kilzer <ddkilzer@apple.com>
38 WebKit confuses width/height for Media Queries device-aspect-ratio evaluation
39 <http://bugs.webkit.org/show_bug.cgi?id=14893>
40 <rdar://problem/5380295>
44 Each of the following tests creates a <link> element and dynamically sets its
45 media query based on the aspect ratio (width/height) of the current screen.
46 When the <link> element is attached to the <head> node, the test expects the
47 stylesheet to be loaded for the test to pass.
49 * fast/css/device-aspect-ratio-expected.txt: Added.
50 * fast/css/device-aspect-ratio.html: Added.
52 This test sets the device-aspect-ratio to the current size of the screen.
53 NOTE: This test passed before the fix.
55 * fast/css/max-device-aspect-ratio-expected.txt: Added.
56 * fast/css/max-device-aspect-ratio.html: Added.
58 This test sets the max-device-aspect ratio to 100/1 for landscape monitors or
59 1/1 for portrait (or square) monitors.
60 NOTE: This test failed before the fix.
62 * fast/css/min-device-aspect-ratio-expected.txt: Added.
63 * fast/css/min-device-aspect-ratio.html: Added.
65 This test sets the min-device-aspect ratio to 1/1 for landscape monitors or
66 1/100 for portrait (or square) monitors.
67 NOTE: This test failed before the fix.
69 * fast/css/resources/device-aspect-ratio.css: Added.
71 2007-11-07 Dan Bernstein <mitz@apple.com>
73 Reviewed by Dave Hyatt.
75 - test for http://bugs.webkit.org/show_bug.cgi?id=15887
76 REGRESSION (r27576): Crash in RenderStyle::affectedByHoverRules clicking link on Digg
78 * fast/css/display-none-inline-style-change-crash-expected.txt: Added.
79 * fast/css/display-none-inline-style-change-crash.html: Added.
81 2007-11-07 Dan Bernstein <mitz@apple.com>
83 Reviewed by Darin Adler.
85 - test that CSS rules with :hover in the ancestor chain continue to work
86 after changing the inline style declaration of the ancestor
88 * fast/css/affected-by-hover-after-style-change.html: Added.
89 * platform/mac/fast/css/affected-by-hover-after-style-change-expected.checksum: Added.
90 * platform/mac/fast/css/affected-by-hover-after-style-change-expected.png: Added.
91 * platform/mac/fast/css/affected-by-hover-after-style-change-expected.txt: Added.
93 2007-11-06 Geoffrey Garen <ggaren@apple.com>
95 Reviewed by Darin Adler.
97 Beefed up the RegExp.compile testcase to cover a mistake in the
98 original check-in and a mistake I made while developing my new patch.
100 * fast/js/resources/regexp-compile.js:
102 2007-11-07 Lars Knoll <lars@trolltech.com>
106 don't put nbsp's into the plan text paste
108 Fix both ClipboardQt and PasteboardQt to replace
109 nbsp's with spaces before putting the text onto the
110 native clipboard. This is consistent with Mac and Win
111 and fixes at least editing/pasteboard/4076267-3.html
113 * platform/qt/Skipped:
114 * platform/qt/editing/pasteboard/4076267-3-expected.txt: Added.
116 2007-11-07 Lars Knoll <lars@trolltech.com>
120 update test results after the last commit.
122 * platform/qt/css1/box_properties/acid_test-expected.txt:
123 * platform/qt/css2.1/t09-c5526c-display-00-e-expected.txt:
124 * platform/qt/fast/block/basic/011-expected.txt:
125 * platform/qt/fast/block/margin-collapse/103-expected.txt:
126 * platform/qt/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
127 * platform/qt/fast/forms/002-expected.txt:
128 * platform/qt/fast/forms/005-expected.txt:
129 * platform/qt/fast/forms/checkbox-radio-onchange-expected.txt:
130 * platform/qt/fast/forms/formmove-expected.txt:
131 * platform/qt/fast/forms/formmove2-expected.txt:
132 * platform/qt/fast/forms/input-align-image-expected.txt:
133 * platform/qt/fast/forms/input-appearance-height-expected.txt:
134 * platform/qt/fast/forms/input-type-change-expected.txt:
135 * platform/qt/fast/forms/preserveFormDuringResidualStyle-expected.txt:
136 * platform/qt/fast/forms/radio-attr-order-expected.txt:
137 * platform/qt/fast/forms/radio-nested-labels-expected.txt:
138 * platform/qt/fast/forms/radio_checked-expected.txt:
139 * platform/qt/fast/forms/radio_checked_dynamic-expected.txt:
140 * platform/qt/fast/forms/search-cancel-button-style-sharing-expected.txt:
141 * platform/qt/fast/forms/searchfield-heights-expected.txt:
142 * platform/qt/fast/forms/slider-thumb-shared-style-expected.txt:
143 * platform/qt/fast/forms/slider-thumb-stylability-expected.txt:
144 * platform/qt/fast/inline/positionedLifetime-expected.txt:
145 * platform/qt/fast/replaced/width100percent-radio-expected.txt:
146 * platform/qt/fast/replaced/width100percent-searchfield-expected.txt:
147 * platform/qt/tables/mozilla/bugs/bug1318-expected.txt:
148 * platform/qt/tables/mozilla/bugs/bug19599-expected.txt:
149 * platform/qt/tables/mozilla/bugs/bug24200-expected.txt:
150 * platform/qt/tables/mozilla/bugs/bug4527-expected.txt:
151 * platform/qt/tables/mozilla_expected_failures/core/captions1-expected.txt:
152 * platform/qt/tables/mozilla_expected_failures/core/captions2-expected.txt:
154 2007-11-07 Lars Knoll <lars@trolltech.com>
158 Update the list of skipped tests.
160 Three more tests are passing.
162 * platform/qt/Skipped:
164 2007-11-07 Lars Knoll <lars@trolltech.com>
168 add more passing test cases.
170 * platform/qt/Skipped:
171 * platform/qt/editing/inserting/insert-3907422-fix-expected.txt: Added.
172 * platform/qt/editing/pasteboard/3976872-expected.txt: Added.
173 * platform/qt/editing/pasteboard/4242293-1-expected.txt: Added.
174 * platform/qt/editing/pasteboard/4242293-expected.txt: Added.
175 * platform/qt/editing/pasteboard/4631972-expected.txt: Added.
176 * platform/qt/editing/pasteboard/4641033-expected.txt: Added.
177 * platform/qt/editing/pasteboard/4700297-expected.txt: Added.
178 * platform/qt/editing/pasteboard/4806874-expected.txt: Added.
179 * platform/qt/editing/pasteboard/4840662-expected.txt: Added.
180 * platform/qt/editing/pasteboard/4944770-1-expected.txt: Added.
181 * platform/qt/editing/pasteboard/4989774-expected.txt: Added.
182 * platform/qt/editing/pasteboard/5006779-expected.txt: Added.
183 * platform/qt/editing/pasteboard/5027857-expected.txt: Added.
184 * platform/qt/editing/pasteboard/5032095-expected.txt: Added.
185 * platform/qt/editing/pasteboard/5065605-expected.txt: Added.
186 * platform/qt/editing/pasteboard/5071074-2-expected.txt: Added.
187 * platform/qt/editing/pasteboard/5071074-expected.txt: Added.
188 * platform/qt/editing/pasteboard/5075944-2-expected.txt: Added.
189 * platform/qt/editing/pasteboard/5075944-3-expected.txt: Added.
190 * platform/qt/editing/pasteboard/5075944-expected.txt: Added.
191 * platform/qt/editing/pasteboard/5134759-expected.txt: Added.
192 * platform/qt/editing/pasteboard/5156401-1-expected.txt: Added.
193 * platform/qt/editing/pasteboard/5245519-expected.txt: Added.
194 * platform/qt/editing/pasteboard/5247341-expected.txt: Added.
195 * platform/qt/editing/pasteboard/5368833-expected.txt: Added.
196 * platform/qt/editing/pasteboard/5387578-expected.txt: Added.
197 * platform/qt/editing/pasteboard/5478250-expected.txt: Added.
198 * platform/qt/editing/pasteboard/5483567-expected.txt: Added.
199 * platform/qt/editing/pasteboard/7955-expected.txt: Added.
200 * platform/qt/editing/pasteboard/8145-1-expected.txt: Added.
201 * platform/qt/editing/pasteboard/8145-2-expected.txt: Added.
202 * platform/qt/editing/pasteboard/8145-3-expected.txt: Added.
203 * platform/qt/editing/pasteboard/bad-placeholder-expected.txt: Added.
204 * platform/qt/editing/pasteboard/copy-paste-bidi-expected.txt: Added.
205 * platform/qt/editing/pasteboard/cut-text-001-expected.txt: Added.
206 * platform/qt/editing/pasteboard/displaced-generic-placeholder-expected.txt: Added.
207 * platform/qt/editing/pasteboard/displaced-placeholder-expected.txt: Added.
208 * platform/qt/editing/pasteboard/display-block-on-spans-expected.txt: Added.
209 * platform/qt/editing/pasteboard/emacs-cntl-y-001-expected.txt: Added.
210 * platform/qt/editing/pasteboard/innerText-inline-table-expected.txt: Added.
211 * platform/qt/editing/pasteboard/interchange-newline-1-expected.txt: Added.
212 * platform/qt/editing/pasteboard/interchange-newline-3-expected.txt: Added.
213 * platform/qt/editing/pasteboard/interchange-newline-4-expected.txt: Added.
214 * platform/qt/editing/pasteboard/merge-after-delete-1-expected.txt: Added.
215 * platform/qt/editing/pasteboard/merge-after-delete-2-expected.txt: Added.
216 * platform/qt/editing/pasteboard/merge-after-delete-expected.txt: Added.
217 * platform/qt/editing/pasteboard/merge-end-1-expected.txt: Added.
218 * platform/qt/editing/pasteboard/merge-end-2-expected.txt: Added.
219 * platform/qt/editing/pasteboard/merge-end-3-expected.txt: Added.
220 * platform/qt/editing/pasteboard/merge-end-4-expected.txt: Added.
221 * platform/qt/editing/pasteboard/merge-end-5-expected.txt: Added.
222 * platform/qt/editing/pasteboard/merge-end-blockquote-expected.txt: Added.
223 * platform/qt/editing/pasteboard/merge-end-borders-expected.txt: Added.
224 * platform/qt/editing/pasteboard/merge-end-list-expected.txt: Added.
225 * platform/qt/editing/pasteboard/merge-end-table-expected.txt: Added.
226 * platform/qt/editing/pasteboard/merge-start-blockquote-expected.txt: Added.
227 * platform/qt/editing/pasteboard/merge-start-list-expected.txt: Added.
228 * platform/qt/editing/pasteboard/nested-blocks-with-text-area-expected.txt: Added.
229 * platform/qt/editing/pasteboard/nested-blocks-with-text-field-expected.txt: Added.
230 * platform/qt/editing/pasteboard/paste-4035648-fix-expected.txt: Added.
231 * platform/qt/editing/pasteboard/paste-4038267-fix-expected.txt: Added.
232 * platform/qt/editing/pasteboard/paste-4039777-fix-expected.txt: Added.
233 * platform/qt/editing/pasteboard/paste-blockquote-1-expected.txt: Added.
234 * platform/qt/editing/pasteboard/paste-blockquote-2-expected.txt: Added.
235 * platform/qt/editing/pasteboard/paste-blockquote-3-expected.txt: Added.
236 * platform/qt/editing/pasteboard/paste-line-endings-001-expected.txt: Added.
237 * platform/qt/editing/pasteboard/paste-line-endings-002-expected.txt: Added.
238 * platform/qt/editing/pasteboard/paste-line-endings-003-expected.txt: Added.
239 * platform/qt/editing/pasteboard/paste-line-endings-004-expected.txt: Added.
240 * platform/qt/editing/pasteboard/paste-line-endings-005-expected.txt: Added.
241 * platform/qt/editing/pasteboard/paste-line-endings-006-expected.txt: Added.
242 * platform/qt/editing/pasteboard/paste-line-endings-007-expected.txt: Added.
243 * platform/qt/editing/pasteboard/paste-line-endings-008-expected.txt: Added.
244 * platform/qt/editing/pasteboard/paste-line-endings-009-expected.txt: Added.
245 * platform/qt/editing/pasteboard/paste-line-endings-010-expected.txt: Added.
246 * platform/qt/editing/pasteboard/paste-list-001-expected.txt: Added.
247 * platform/qt/editing/pasteboard/paste-match-style-001-expected.txt: Added.
248 * platform/qt/editing/pasteboard/paste-match-style-002-expected.txt: Added.
249 * platform/qt/editing/pasteboard/paste-pre-001-expected.txt: Added.
250 * platform/qt/editing/pasteboard/paste-pre-002-expected.txt: Added.
251 * platform/qt/editing/pasteboard/paste-table-001-expected.txt: Added.
252 * platform/qt/editing/pasteboard/paste-table-003-expected.txt: Added.
253 * platform/qt/editing/pasteboard/paste-table-cells-expected.txt: Added.
254 * platform/qt/editing/pasteboard/paste-text-002-expected.txt: Added.
255 * platform/qt/editing/pasteboard/paste-text-003-expected.txt: Added.
256 * platform/qt/editing/pasteboard/paste-text-004-expected.txt: Added.
257 * platform/qt/editing/pasteboard/paste-text-005-expected.txt: Added.
258 * platform/qt/editing/pasteboard/paste-text-006-expected.txt: Added.
259 * platform/qt/editing/pasteboard/paste-text-007-expected.txt: Added.
260 * platform/qt/editing/pasteboard/paste-text-009-expected.txt: Added.
261 * platform/qt/editing/pasteboard/paste-text-010-expected.txt: Added.
262 * platform/qt/editing/pasteboard/paste-text-011-expected.txt: Added.
263 * platform/qt/editing/pasteboard/paste-text-012-expected.txt: Added.
264 * platform/qt/editing/pasteboard/paste-text-014-expected.txt: Added.
265 * platform/qt/editing/pasteboard/paste-text-015-expected.txt: Added.
266 * platform/qt/editing/pasteboard/paste-text-016-expected.txt: Added.
267 * platform/qt/editing/pasteboard/paste-text-017-expected.txt: Added.
268 * platform/qt/editing/pasteboard/paste-text-018-expected.txt: Added.
269 * platform/qt/editing/pasteboard/paste-text-019-expected.txt: Added.
270 * platform/qt/editing/pasteboard/paste-text-at-tabspan-001-expected.txt: Added.
271 * platform/qt/editing/pasteboard/paste-text-at-tabspan-002-expected.txt: Added.
272 * platform/qt/editing/pasteboard/paste-text-at-tabspan-003-expected.txt: Added.
273 * platform/qt/editing/pasteboard/paste-unrendered-select-expected.txt: Added.
274 * platform/qt/editing/pasteboard/pasting-object-expected.txt: Added.
275 * platform/qt/editing/pasteboard/pasting-tabs-expected.txt: Added.
276 * platform/qt/editing/pasteboard/prevent-block-nesting-01-expected.txt: Added.
277 * platform/qt/editing/pasteboard/quirks-mode-br-1-expected.txt: Added.
278 * platform/qt/editing/pasteboard/smart-paste-006-expected.txt: Added.
279 * platform/qt/editing/pasteboard/styled-element-markup-expected.txt: Added.
280 * platform/qt/editing/selection/4932260-1-expected.txt: Added.
281 * platform/qt/editing/selection/5234383-1-expected.txt: Added.
282 * platform/qt/editing/selection/extend-by-word-002-expected.txt: Added.
283 * platform/qt/editing/selection/move-by-sentence-linebreak-expected.txt: Added.
284 * platform/qt/editing/selection/select-box-expected.txt: Added.
285 * platform/qt/editing/selection/select-element-paragraph-boundary-expected.txt: Added.
286 * platform/qt/editing/style/font-family-with-space-expected.txt: Added.
287 * platform/qt/editing/style/non-inheritable-styles-expected.txt: Added.
288 * platform/qt/editing/style/relative-font-size-change-002-expected.txt: Added.
289 * platform/qt/editing/undo/undo-misspellings-expected.txt: Added.
290 * platform/qt/editing/undo/undo-typing-001-expected.txt: Added.
291 * platform/qt/editing/unsupported-content/list-delete-001-expected.txt: Added.
292 * platform/qt/editing/unsupported-content/list-delete-003-expected.txt: Added.
293 * platform/qt/editing/unsupported-content/list-type-after-expected.txt: Added.
294 * platform/qt/editing/unsupported-content/list-type-before-expected.txt: Added.
295 * platform/qt/editing/unsupported-content/table-delete-001-expected.txt: Added.
296 * platform/qt/editing/unsupported-content/table-delete-002-expected.txt: Added.
297 * platform/qt/editing/unsupported-content/table-delete-003-expected.txt: Added.
298 * platform/qt/editing/unsupported-content/table-type-after-expected.txt: Added.
299 * platform/qt/editing/unsupported-content/table-type-before-expected.txt: Added.
301 2007-11-07 Alexey Proskuryakov <ap@nypop.com>
303 Finished moving editing/pasteboard/5583362.html to platform/mac (this test was crashing in ObjC test plugin,
304 because it couldn't find its resources).
306 * editing/resources/plaintext-pasteboard-data.dat: Removed.
307 * platform/mac/editing/resources: Added.
308 * platform/mac/editing/resources/plaintext-pasteboard-data.dat: Copied from editing/resources/plaintext-pasteboard-data.dat.
310 2007-11-07 Dan Bernstein <mitz@apple.com>
312 Reviewed by Brady Eidson.
314 - test for http://bugs.webkit.org/show_bug.cgi?id=15877
315 REGRESSION: r27486 caused a layout regression at my bank's website
317 * fast/block/float/overhanging-after-height-decrease-offsets.html: Added.
318 * platform/mac-leopard/fast/block/float/overhanging-after-height-decrease-offsets-expected.checksum: Added.
319 * platform/mac-leopard/fast/block/float/overhanging-after-height-decrease-offsets-expected.png: Added.
320 * platform/mac/fast/block/float/overhanging-after-height-decrease-offsets-expected.txt: Added.
322 2007-11-06 Adam Roben <aroben@apple.com>
324 Move a Mac-specific test to platform/mac
326 * editing/pasteboard/5583362.html: Removed.
327 * platform/mac/editing/pasteboard/5583362.html: Added.
329 2007-11-06 Beth Dakin <bdakin@apple.com>
333 New test for <rdar://problem/5575812> REGRESSION:When using
334 absolute positioning with overflow:auto div, WebKit seems to add an
336 * fast/overflow/overflow-auto-position-absolute.html: Added.
337 * platform/mac/fast/overflow/overflow-auto-position-absolute-expected.checksum: Added.
338 * platform/mac/fast/overflow/overflow-auto-position-absolute-expected.png: Added.
339 * platform/mac/fast/overflow/overflow-auto-position-absolute-expected.txt: Added.
341 Test with changed results. The measurements in the rtl example now
342 more closely mirror the ltr example.
343 * platform/mac/fast/overflow/unreachable-overflow-rtl-bug-expected.txt:
345 2007-11-06 Justin Garcia <justin.garcia@apple.com>
347 Reviewed by Dan Bernstein.
349 <rdar://problem/5583387> ASSERTION FAILED: !refChild->hasTagName(bodyTag) when pasting newline in plain text into rich text Mail
350 <rdar://problem/5583362> REGRESSION (5523.10.3-TOT): Newlines stripped when pasting plain text in Mail
352 * editing/pasteboard/5583362.html: Added.
353 * editing/resources/plaintext-pasteboard-data.dat: Added.
354 * platform/mac/editing/pasteboard/5583362-expected.checksum: Added.
355 * platform/mac/editing/pasteboard/5583362-expected.png: Added.
356 * platform/mac/editing/pasteboard/5583362-expected.txt: Added.
358 2007-11-06 Antti Koivisto <antti@apple.com>
360 Correct test results.
362 * platform/mac/fast/layers/layer-visibility-expected.txt:
364 2007-11-06 Antti Koivisto <antti@apple.com>
369 <rdar://problem/5521068>
370 Visibility not propagated correctly for children of a layer with z-index
372 The fix for this was (accidentally) already checked in with r27277,
373 with retroactive r=hyatt.
375 * fast/layers/layer-visibility.html:
376 * platform/mac/fast/layers/layer-visibility-expected.checksum:
377 * platform/mac/fast/layers/layer-visibility-expected.png:
378 * platform/mac/fast/layers/layer-visibility-expected.txt:
380 2007-11-06 Justin Garcia <justin.garcia@apple.com>
382 Reviewed by Darin Adler.
384 <rdar://problem/5576619> REGRESSION: Caret disappears after deleting the last character in inline hole (15714)
386 * platform/mac/editing/input/5576619-expected.checksum: Added.
387 * platform/mac/editing/input/5576619-expected.png: Added.
388 * platform/mac/editing/input/5576619-expected.txt: Added.
389 * platform/mac/editing/input/5576619.html: Added.
390 * platform/mac/editing/input/text-input-controller-expected.txt:
392 2007-11-06 Dan Bernstein <mitz@apple.com>
394 Reviewed by Antti Koivisto and Dave Hyatt.
396 - test for <rdar://problem/5582961> Incorrect layout and floating object list corruption when CSS decreases a block's height
398 * fast/block/float/overhanging-after-height-decrease.html: Added.
399 * platform/mac-leopard/fast/block: Added.
400 * platform/mac-leopard/fast/block/float: Added.
401 * platform/mac-leopard/fast/block/float/overhanging-after-height-decrease-expected.checksum: Added.
402 * platform/mac-leopard/fast/block/float/overhanging-after-height-decrease-expected.png: Added.
403 * platform/mac/fast/block/float/overhanging-after-height-decrease-expected.txt: Added.
405 2007-11-05 Adele Peterson <adele@apple.com>
409 Added test for poster attribute.
411 * media/content/abe.png: Added.
412 * media/content/greenbox.png: Added.
413 * media/video-poster-expected.txt: Added.
414 * media/video-poster.html: Added.
416 2007-11-06 Antti Koivisto <antti@apple.com>
420 Tests for media src attribute changes.
422 * media/video-src-change-expected.txt: Added.
423 * media/video-src-change.html: Added.
424 * media/video-src-remove-expected.txt: Added.
425 * media/video-src-remove.html: Added.
426 * media/video-src-set-expected.txt: Added.
427 * media/video-src-set.html: Added.
428 * media/video-test.js:
430 2007-11-06 Dan Bernstein <mitz@apple.com>
432 Reviewed by Darin Adler.
434 - repaint test for http://bugs.webkit.org/show_bug.cgi?id=15838
435 Incomplete repaint toggling "How you know this person" on Facebook
437 * fast/repaint/make-children-non-inline.html: Added.
438 * platform/mac/fast/repaint/make-children-non-inline-expected.txt: Added.
439 * platform/mac-leopard/fast/repaint: Added.
440 * platform/mac-leopard/fast/repaint/make-children-non-inline-expected.checksum: Added.
441 * platform/mac-leopard/fast/repaint/make-children-non-inline-expected.png: Added.
443 2007-11-05 Adam Roben <aroben@apple.com>
445 Remove a now-passing test from the Windows Skipped file
449 * platform/win/Skipped:
451 2007-11-05 Dan Bernstein <mitz@apple.com>
453 Reviewed by Oliver Hunt.
455 - test that an all-whitespace class attribute does not cause an assertion failure
457 * fast/dom/class-all-whitespace-expected.txt: Added.
458 * fast/dom/class-all-whitespace.html: Added.
460 2007-11-05 Alexey Proskuryakov <ap@webkit.org>
464 http://bugs.webkit.org/show_bug.cgi?id=15841
465 fast/dom/Document/early-document-access.html crashes under GuardMalloc
467 * fast/dom/Document/early-document-access.html: Don't check for open() timeout;
468 wait for popup window to close as long as it takes.
470 2007-11-03 Darin Adler <darin@apple.com>
474 - updates for http://bugs.webkit.org/show_bug.cgi?id=15814
475 <rdar://problem/5536644> fast/js/kde/encode_decode_uri.html fails
477 * fast/js/kde/resources/encode_decode_uri.js: Rewrote the test to cover edges better,
478 and use the should functions in a way that makes failures easier to understand.
479 * fast/js/kde/encode_decode_uri-expected.txt: Updated.
481 2007-11-02 Antti Koivisto <antti@apple.com>
485 Test for video width/height DOM and content attributes.
487 * media/video-width-height-expected.txt: Added.
488 * media/video-width-height.html: Added.
490 2007-11-02 Darin Adler <darin@apple.com>
494 - test for http://bugs.webkit.org/show_bug.cgi?id=15806
495 <rdar://problem/5561626> ASSERT(element->isRadioButton()) fires destroying form elements
497 * fast/forms/remove-radio-button-assert-expected.txt: Added.
498 * fast/forms/remove-radio-button-assert.html: Added.
500 2007-11-02 Darin Adler <darin@apple.com>
504 - update tests affected by fix for <rdar://problem/5530185> WebKit does not show
505 <object> fallback content when both URL and MIME type is omitted
507 * dom/html/level2/html/AppletsCollection-expected.txt: The text "Nothing here!" renders now.
508 * fast/dom/HTMLDocument/object-by-name-unknown-child-element-expected.txt: Some blank
510 * platform/mac/fast/invalid/residual-style-expected.txt: A font element renders now.
512 2007-11-01 Dan Bernstein <mitz@apple.com>
514 - fix typo in test name
516 * fast/repaint/layout-state-only-posiitoned.html: Removed.
517 * fast/repaint/layout-state-only-positioned.html: Copied from fast/repaint/layout-state-only-posiitoned.html.
518 * platform/mac/fast/repaint/layout-state-only-posiitoned-expected.checksum: Removed.
519 * platform/mac/fast/repaint/layout-state-only-posiitoned-expected.png: Removed.
520 * platform/mac/fast/repaint/layout-state-only-posiitoned-expected.txt: Removed.
521 * platform/mac/fast/repaint/layout-state-only-positioned-expected.checksum: Copied from platform/mac/fast/repaint/layout-state-only-posiitoned-expected.checksum.
522 * platform/mac/fast/repaint/layout-state-only-positioned-expected.png: Copied from platform/mac/fast/repaint/layout-state-only-posiitoned-expected.png.
523 * platform/mac/fast/repaint/layout-state-only-positioned-expected.txt: Copied from platform/mac/fast/repaint/layout-state-only-posiitoned-expected.txt.
525 2007-11-01 Geoffrey Garen <ggaren@apple.com>
527 Reviewed by Maciej Stachowiak.
529 Layout test for http://bugs.webkit.org/show_bug.cgi?id=15785
530 REGRESSION(r27344): Crash on load at finance.yahoo.com
532 * fast/js/activation-object-function-lifetime-expected.txt: Added.
533 * fast/js/activation-object-function-lifetime.html: Added.
535 2007-11-01 Dan Bernstein <mitz@apple.com>
537 Reviewed by Dave Hyatt.
539 - repaint test for http://bugs.webkit.org/show_bug.cgi?id=15015
540 <rdar://problem/5420308> Most of www.aol.com redraws unnecessarily when headline/photo section changes
542 * fast/repaint/overflow-clip-subtree-layout.html: Added.
543 * platform/mac/fast/repaint/overflow-clip-subtree-layout-expected.checksum: Added.
544 * platform/mac/fast/repaint/overflow-clip-subtree-layout-expected.png: Added.
545 * platform/mac/fast/repaint/overflow-clip-subtree-layout-expected.txt: Added.
547 2007-10-31 Adam Roben <aroben@apple.com>
549 Add Windows-specific results for window-properties
551 HTML Timed Media elements aren't implemented yet on Windows.
553 * platform/win/fast/dom/Window/window-properties-expected.txt: Added.
555 2007-10-31 Adam Roben <aroben@apple.com>
557 New test for a crash when parsing a cubic-bezier function
561 * fast/css/parse-timing-function-crash-expected.txt: Added.
562 * fast/css/parse-timing-function-crash.html: Added.
564 2007-10-31 Justin Garcia <justin.garcia@apple.com>
566 Reviewed by Dave Harrison.
568 * editing/execCommand/5569741.html: Added.
569 * platform/mac/editing/execCommand/5569741-expected.checksum: Added.
570 * platform/mac/editing/execCommand/5569741-expected.png: Added.
571 * platform/mac/editing/execCommand/5569741-expected.txt: Added.
573 2007-10-31 Antti Koivisto <antti@apple.com>
575 Remove timing dependent, occasionally failing cue point tests.
576 Cue points will be replaced with cue ranges soon anyway.
578 * media/video-cuepoint-pause-expected.txt: Removed.
579 * media/video-cuepoint-remove-multiple-expected.txt: Removed.
580 * media/video-cuepoint-multiple-expected.txt: Removed.
581 * media/video-cuepoint-remove-expected.txt: Removed.
582 * media/video-cuepoint-pause.html: Removed.
583 * media/video-cuepoint-remove-multiple.html: Removed.
584 * media/video-cuepoint-multiple.html: Removed.
585 * media/video-cuepoint-remove.html: Removed.
586 * media/video-cuepoint-add-expected.txt: Removed.
587 * media/video-cuepoint-add.html: Removed.
589 2007-10-31 Lars Knoll <lars@trolltech.com>
593 Fixes in the XML tokenizer when using QXmlStream.
595 Use new functionality of QXmlStream in Qt 4.4 to simplify
596 the code (but keep the old code for now to still support Qt 4.3).
598 Add proper support for namespace handling when parsing into
601 * platform/qt/Skipped:
602 * platform/qt/dom/xhtml/level3/core/canonicalform10-expected.txt: Removed.
603 * platform/qt/dom/xhtml/level3/core/canonicalform11-expected.txt: Removed.
605 2007-10-31 Alexey Proskuryakov <ap@webkit.org>
609 http://bugs.webkit.org/show_bug.cgi?id=11001
610 WebKit doesn't support RegExp.compile method
612 * fast/js/regexp-compile-expected.txt: Added.
613 * fast/js/regexp-compile.html: Added.
614 * fast/js/resources/regexp-compile.js: Added.
616 2007-10-31 Alexey Proskuryakov <ap@webkit.org>
620 http://bugs.webkit.org/show_bug.cgi?id=15762
621 XSLStylesheet loads subresources from a wrong URL
623 * fast/xsl/resources/xslt-second-level-import.xsl:
624 * fast/parser/resources/external-entities.xsl.xsl:
625 These tests depended on old buggy behavior.
627 2007-10-30 Antti Koivisto <antti@apple.com>
631 Media tests from feature branch.
633 * fast/dom/Window/window-properties-expected.txt: Replaced.
634 * fast/dom/Window/window-properties.html: Replaced.
636 * media/audio-constructor-expected.txt: Added.
637 * media/audio-constructor-src-expected.txt: Added.
638 * media/audio-constructor-src.html: Added.
639 * media/audio-constructor.html: Added.
640 * media/content: Added.
641 * media/content/test.mp4: Added.
642 * media/content/test.wav: Added.
643 * media/progress-event-expected.txt: Added.
644 * media/progress-event.html: Added.
645 * media/video-append-source-expected.txt: Added.
646 * media/video-append-source.html: Added.
647 * media/video-autoplay-expected.txt: Added.
648 * media/video-autoplay.html: Added.
649 * media/video-buffered-expected.txt: Added.
650 * media/video-buffered.html: Added.
651 * media/video-cuepoint-add-expected.txt: Added.
652 * media/video-cuepoint-add.html: Added.
653 * media/video-cuepoint-multiple-expected.txt: Added.
654 * media/video-cuepoint-multiple.html: Added.
655 * media/video-cuepoint-pause-expected.txt: Added.
656 * media/video-cuepoint-pause.html: Added.
657 * media/video-cuepoint-remove-expected.txt: Added.
658 * media/video-cuepoint-remove-multiple-expected.txt: Added.
659 * media/video-cuepoint-remove-multiple.html: Added.
660 * media/video-cuepoint-remove.html: Added.
661 * media/video-currentTime-expected.txt: Added.
662 * media/video-currentTime-set-expected.txt: Added.
663 * media/video-currentTime-set.html: Added.
664 * media/video-currentTime-set2-expected.txt: Added.
665 * media/video-currentTime-set2.html: Added.
666 * media/video-currentTime.html: Added.
667 * media/video-dom-autoplay-expected.txt: Added.
668 * media/video-dom-autoplay.html: Added.
669 * media/video-dom-end-expected.txt: Added.
670 * media/video-dom-end.html: Added.
671 * media/video-dom-loopcount-expected.txt: Added.
672 * media/video-dom-loopcount.html: Added.
673 * media/video-dom-loopend-expected.txt: Added.
674 * media/video-dom-loopend.html: Added.
675 * media/video-dom-loopstart-expected.txt: Added.
676 * media/video-dom-loopstart.html: Added.
677 * media/video-dom-src-expected.txt: Added.
678 * media/video-dom-src.html: Added.
679 * media/video-dom-start-expected.txt: Added.
680 * media/video-dom-start.html: Added.
681 * media/video-end-expected.txt: Added.
682 * media/video-end.html: Added.
683 * media/video-error-abort-expected.txt: Added.
684 * media/video-error-abort.html: Added.
685 * media/video-error-does-not-exist-expected.txt: Added.
686 * media/video-error-does-not-exist.html: Added.
687 * media/video-load-networkState-expected.txt: Added.
688 * media/video-load-networkState.html: Added.
689 * media/video-load-readyState-expected.txt: Added.
690 * media/video-load-readyState.html: Added.
691 * media/video-loopcount-expected.txt: Added.
692 * media/video-loopcount.html: Added.
693 * media/video-loopend-expected.txt: Added.
694 * media/video-loopend.html: Added.
695 * media/video-loopstart-expected.txt: Added.
696 * media/video-loopstart.html: Added.
697 * media/video-muted-expected.txt: Added.
698 * media/video-muted.html: Added.
699 * media/video-no-autoplay-expected.txt: Added.
700 * media/video-no-autoplay.html: Added.
701 * media/video-seekable-expected.txt: Added.
702 * media/video-seekable.html: Added.
703 * media/video-size-expected.txt: Added.
704 * media/video-size.html: Added.
705 * media/video-source-expected.txt: Added.
706 * media/video-source-media-expected.txt: Added.
707 * media/video-source-media.html: Added.
708 * media/video-source-type-expected.txt: Added.
709 * media/video-source-type.html: Added.
710 * media/video-source.html: Added.
711 * media/video-src-expected.txt: Added.
712 * media/video-src-source-expected.txt: Added.
713 * media/video-src-source.html: Added.
714 * media/video-src.html: Added.
715 * media/video-start-expected.txt: Added.
716 * media/video-start.html: Added.
717 * media/video-test.js: Added.
718 * media/video-volume-expected.txt: Added.
719 * media/video-volume.html: Added.
720 * platform/qt/Skipped:
721 * platform/win/Skipped:
723 2007-10-30 Justin Garcia <set EMAIL_ADDRESS environment variable>
725 Reviewed by Darin Adler.
727 <rdar://problem/5549929> CrashTracer: [USER] 35 crashes at WebCore::CharacterData::insertData
729 * editing/inserting/5549929-1-expected.txt: Added.
730 * editing/inserting/5549929-1.html: Added.
731 * editing/inserting/5549929-2.html: Added.
732 * editing/inserting/5549929-3.html: Added.
733 * platform/mac/editing/inserting/5549929-2-expected.checksum: Added.
734 * platform/mac/editing/inserting/5549929-2-expected.png: Added.
735 * platform/mac/editing/inserting/5549929-2-expected.txt: Added.
736 * platform/mac/editing/inserting/5549929-3-expected.checksum: Added.
737 * platform/mac/editing/inserting/5549929-3-expected.png: Added.
738 * platform/mac/editing/inserting/5549929-3-expected.txt: Added.
740 2007-10-30 Adam Roben <aroben@apple.com>
742 Add another failing test to the Windows Skipped file
744 * platform/win/Skipped:
746 2007-10-30 Sam Weinig <sam@webkit.org>
748 Rubber-stamped by Adam Roben.
750 Update test to not intermittently fail.
752 * http/tests/security/host-compare-case-insensitive-expected.txt:
753 * http/tests/security/host-compare-case-insensitive.html:
754 * http/tests/security/resources/cross-frame-iframe.html:
755 * http/tests/security/resources/localhost-accesssor.html:
757 2007-10-30 Beth Dakin <bdakin@apple.com>
759 Rubber stamped by Geoff.
761 This test needed updated results from my patch last night. It has
762 <parsererror> tags, which are now block instead on inline.
764 * platform/mac/fast/frames/onlyCommentInIFrame-expected.checksum: Replaced.
765 * platform/mac/fast/frames/onlyCommentInIFrame-expected.png: Replaced.
766 * platform/mac/fast/frames/onlyCommentInIFrame-expected.txt:
768 2007-10-30 Beth Dakin <bdakin@apple.com>
770 Rubber stamped by Geoff.
772 Fixing two layout test mixups from my patch last night.
774 I added this test, but checked in old results:
775 * platform/mac/fast/inline/drawStyledEmptyInlines-expected.txt:
777 I removed the results of this test by accident:
778 * platform/mac/fast/xsl/xslt-extra-content-at-end-expected.txt: Added.
780 2007-10-29 Beth Dakin <bdakin@apple.com>
784 New tests and new results for old tests for <rdar://problem/
785 5399614> anchor tag is not rendered without text content, works in
786 Firefox with CSS background-image (13237)
789 * fast/inline/drawStyledEmptyInlines.html: Added.
790 * fast/inline/drawStyledEmptyInlinesWithWS.html: Added.
791 * fast/inline/emptyInlinesWithinLists.html: Added.
792 * fast/inline/styledEmptyInlinesWithBRs.html: Added.
793 * platform/mac/fast/inline/drawStyledEmptyInlines-expected.checksum: Added.
794 * platform/mac/fast/inline/drawStyledEmptyInlines-expected.png: Added.
795 * platform/mac/fast/inline/drawStyledEmptyInlines-expected.txt: Added.
796 * platform/mac/fast/inline/drawStyledEmptyInlinesWithWS-expected.checksum: Added.
797 * platform/mac/fast/inline/drawStyledEmptyInlinesWithWS-expected.png: Added.
798 * platform/mac/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt: Added.
799 * platform/mac/fast/inline/emptyInlinesWithinLists-expected.checksum: Added.
800 * platform/mac/fast/inline/emptyInlinesWithinLists-expected.png: Added.
801 * platform/mac/fast/inline/emptyInlinesWithinLists-expected.txt: Added.
802 * platform/mac/fast/inline/styledEmptyInlinesWithBRs-expected.checksum: Added.
803 * platform/mac/fast/inline/styledEmptyInlinesWithBRs-expected.png: Added.
804 * platform/mac/fast/inline/styledEmptyInlinesWithBRs-expected.txt: Added.
806 New results for tests with <paserererrors> since <parsererror> is
808 * platform/mac/fast/invalid/junk-data-expected.checksum: Replaced.
809 * platform/mac/fast/invalid/junk-data-expected.png: Replaced.
810 * platform/mac/fast/invalid/junk-data-expected.txt:
811 * platform/mac/fast/invalid/missing-end-tag-expected.checksum: Replaced.
812 * platform/mac/fast/invalid/missing-end-tag-expected.png: Replaced.
813 * platform/mac/fast/invalid/missing-end-tag-expected.txt:
814 * platform/mac/fast/parser/xhtml-alternate-entities-expected.checksum: Replaced.
815 * platform/mac/fast/parser/xhtml-alternate-entities-expected.png: Replaced.
816 * platform/mac/fast/parser/xhtml-alternate-entities-expected.txt:
817 * platform/mac/fast/xsl/xslt-extra-content-at-end-expected.checksum: Replaced.
818 * platform/mac/fast/xsl/xslt-extra-content-at-end-expected.png: Replaced.
819 * platform/mac/fast/xsl/xslt-extra-content-at-end-expected.txt: Removed.
820 * platform/mac/svg/custom/junk-data-expected.checksum: Replaced.
821 * platform/mac/svg/custom/junk-data-expected.png: Replaced.
822 * platform/mac/svg/custom/junk-data-expected.txt:
823 * platform/mac/svg/custom/missing-xlink-expected.checksum: Replaced.
824 * platform/mac/svg/custom/missing-xlink-expected.png: Replaced.
825 * platform/mac/svg/custom/missing-xlink-expected.txt:
826 * platform/mac/svg/hixie/error/012-expected.checksum: Replaced.
827 * platform/mac/svg/hixie/error/012-expected.png: Replaced.
828 * platform/mac/svg/hixie/error/012-expected.txt:
830 2007-10-29 Dan Bernstein <mitz@apple.com>
832 Reviewed by Adam Roben.
834 - test for http://bugs.webkit.org/show_bug.cgi?id=15750
835 REGRESSION(r27173): Web Inspector freezes beneath Image::drawPattern()
837 * fast/backgrounds/size/zero.html: Added.
838 * platform/mac/fast/backgrounds/size/zero-expected.checksum: Added.
839 * platform/mac/fast/backgrounds/size/zero-expected.png: Added.
840 * platform/mac/fast/backgrounds/size/zero-expected.txt: Added.
842 2007-10-29 Sam Weinig <sam@webkit.org>
844 Rubber-stamped by Adam Roben.
846 Simplify the dataURL xxs tests.
848 * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level-expected.txt:
849 * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level.html:
850 * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-expected.txt:
851 * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame-expected.txt:
852 * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame.html:
853 * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame.html:
854 * http/tests/security/dataURL/xss-DENIED-from-data-url-to-data-url-expected.txt:
855 * http/tests/security/dataURL/xss-DENIED-from-data-url-to-data-url.html:
856 * http/tests/security/dataURL/xss-DENIED-from-javascript-url-window-open-expected.txt:
857 * http/tests/security/dataURL/xss-DENIED-from-javascript-url-window-open.html:
858 * http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url-expected.txt:
859 * http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url.html:
860 * http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-2-level-expected.txt:
861 * http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-2-level.html:
862 * http/tests/security/dataURL/xss-DENIED-to-data-url-window-open-expected.txt:
863 * http/tests/security/dataURL/xss-DENIED-to-data-url-window-open.html:
865 2007-10-29 Alexey Proskuryakov <ap@webkit.org>
869 Test for http://bugs.webkit.org/show_bug.cgi?id=10030
870 Star Alliance site is opened without the main frame
872 * fast/frames/location-change-expected.txt: Added.
873 * fast/frames/location-change.html: Added.
874 * fast/frames/resources/location-change-frame-1.html: Added.
875 * fast/frames/resources/location-change-frame-2.html: Added.
877 2007-10-29 Dan Bernstein <mitz@apple.com>
879 Reviewed by John Sullivan,
881 - repaint test for <rdar://problem/5424455> REGRESSION (r21168-r21193, Tiger only): Safari scrollbar is clipped at top when loading particular RSS page
883 * fast/repaint/layout-state-only-posiitoned.html: Added.
884 * platform/mac/fast/repaint/layout-state-only-posiitoned-expected.checksum: Added.
885 * platform/mac/fast/repaint/layout-state-only-posiitoned-expected.png: Added.
886 * platform/mac/fast/repaint/layout-state-only-posiitoned-expected.txt: Added.
888 2007-10-29 David Kilzer <ddkilzer@webkit.org>
890 Test for: REGRESSION (r17701): Favicons should be viewable as image documents
891 <http://bugs.webkit.org/show_bug.cgi?id=15640>
895 * fast/images/favicon-as-image.html: Added.
896 * fast/images/resources/favicon.ico: Added.
897 * platform/mac/fast/images/favicon-as-image-expected.checksum: Added.
898 * platform/mac/fast/images/favicon-as-image-expected.png: Added.
899 * platform/mac/fast/images/favicon-as-image-expected.txt: Added.
901 2007-10-28 Alexey Proskuryakov <ap@webkit.org>
905 Test for http://bugs.webkit.org/show_bug.cgi?id=10734
907 * fast/dom/HTMLOptionElement/set-option-index-text-expected.txt: Added.
908 * fast/dom/HTMLOptionElement/set-option-index-text.html: Added.
910 2007-10-28 Eric Seidel <eric@webkit.org>
914 * platform/mac/svg/custom/path-bad-data-expected.txt: updated to better results
916 2007-10-28 Darin Adler <darin@apple.com>
920 - test for http://bugs.webkit.org/show_bug.cgi?id=15735
921 remove GroupNode to simplify AST and possibly get a modest speedup
923 One test is a start at testing that parentheses are added when needed.
924 The other test checks some aspects of object literals, since I changed
925 the way the property names is handled in those. More tests are needed.
927 * fast/js/function-toString-object-literals-expected.txt: Added.
928 * fast/js/function-toString-object-literals.html: Added.
929 * fast/js/function-toString-parentheses-expected.txt: Added.
930 * fast/js/function-toString-parentheses.html: Added.
931 * fast/js/resources/function-toString-object-literals.js: Added.
932 * fast/js/resources/function-toString-parentheses.js: Added.
934 2007-10-28 Adam Roben <aroben@apple.com>
936 Re-enable a bunch of passing tests on Windows
938 * platform/win/Skipped:
940 2007-10-27 Adam Roben <aroben@apple.com>
942 Updated Windows Skipped file for currently failing tests
944 * platform/win/Skipped:
946 2007-10-27 Adam Roben <aroben@apple.com>
948 Fix HTMLDocument12.xhtml on Leopard/Windows
950 <rdar://5313535> and <rdar://5539816>
952 The test succeeds on Leopard and Windows, but fails on Tiger. For some
953 reason, failing expected results had been checked in to
954 platform/mac-leopard. The test seems to be passing now, so I moved the
955 failing results to platform/mac-tiger.
957 Reviewed by Maciej and Sam.
959 * platform/mac-leopard/dom/xhtml/level2/html/HTMLDocument12-expected.txt: Removed.
960 * platform/mac-tiger/dom/xhtml/level2/html/HTMLDocument12-expected.txt:
961 Moved from platform/mac-leopard.
963 2007-10-27 Sam Weinig <sam@webkit.org>
965 Hit with the rubber-stamp of Timothy Hatcher.
967 Tests for window.console's functions.
969 * fast/dom/Window/console-functions-expected.txt: Added.
970 * fast/dom/Window/console-functions.html: Added.
972 2007-10-27 Sam Weinig <sam@webkit.org>
974 Reviewed by Tim Hatcher.
976 Speculative fix for an intermittently failing test
978 * fast/dom/Window/resources/opened-window.html: Added.
979 * fast/dom/Window/window-early-properties.html: Use onload for opened
980 window and use a local file instead of a data: URL to avoid same origin
983 2007-10-27 Sam Weinig <sam@webkit.org>
985 Reviewed by Adam Roben.
987 Update tests for http://bugs.webkit.org/show_bug.cgi?id=14953
988 Implement window.console in WebCore
990 * fast/dom/Window/window-properties-expected.txt:
991 * http/tests/security/cross-frame-access-put-expected.txt:
993 2007-10-27 Matt Lilek <webkit@mattlilek.com>
997 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
999 2007-10-27 Adam Roben <aroben@apple.com>
1001 Speculative fix for an intermittently failing test
1003 Reviewed by Sam and Eric.
1005 * http/tests/local/style-access-before-stylesheet-loaded.html: Use
1006 waitUntilDone/notifyDone.
1008 2007-10-27 Adam Roben <aroben@apple.com>
1010 Add some more failing tests to the Windows Skipped file
1012 * platform/win/Skipped:
1014 2007-10-27 Dan Bernstein <mitz@apple.com>
1016 Reviewed by Darin Adler.
1018 - test for <rdar://problem/5530657>
1020 * fast/table/colgroup-relative-expected.txt: Added.
1021 * fast/table/colgroup-relative.html: Added.
1023 2007-10-27 Julien <julien.chaffraix@gmail.com>
1027 http://bugs.webkit.org/show_bug.cgi?id=13141
1028 XMLHttpRequest should set readyState to 0 after abort()
1030 * fast/dom/xmlhttprequest-html-response-encoding.html: correct malformed page
1031 * http/tests/xmlhttprequest/xmlhttprequest-abord-readyState-expect.txt: Added.
1032 * http/tests/xmlhttprequest/xmlhttprequest-abort-readyState.html: Added.
1034 2007-10-27 Dan Bernstein <mitz@apple.com>
1036 Reviewed by Dave Hyatt.
1038 - rotated border image test
1040 * fast/borders/border-image-rotate-transform.html: Added.
1041 * platform/mac/fast/borders/border-image-rotate-transform-expected.checksum: Added.
1042 * platform/mac/fast/borders/border-image-rotate-transform-expected.png: Added.
1043 * platform/mac/fast/borders/border-image-rotate-transform-expected.txt: Added.
1045 2007-10-27 Alexey Proskuryakov <ap@webkit.org>
1049 http://bugs.webkit.org/show_bug.cgi?id=15555
1050 XMLHttpRequest does not support charset "x-user-defined", which can
1051 facilitate loading of binary data
1053 * http/tests/xmlhttprequest/binary-x-user-defined-expected.txt: Added.
1054 * http/tests/xmlhttprequest/binary-x-user-defined.html: Added.
1055 * http/tests/xmlhttprequest/resources/256.bin: Added.
1057 2007-10-27 Alexey Proskuryakov <ap@webkit.org>
1061 Test by Christopher Rogers <christorogers@gmail.com>.
1063 http://bugs.webkit.org/show_bug.cgi?id=15467
1064 Setting innerHTML to blank string in application/xhtml+xml mode
1065 throws DOM Exception 7
1067 * fast/dom/blank-innerHTML-expected.txt: Added.
1068 * fast/dom/blank-innerHTML.xhtml: Added.
1070 2007-10-26 Tristan O'Tierney <tristan@apple.com>
1072 Reviewed by Darin Adler.
1074 Added new test cases to handle non-number input to window adjusting
1075 functions like resizeTo, resizeBy, moveTo, and moveBy for
1076 <rdar://problem/5555053>.
1078 * fast/dom/Window/window-resize-nan-expected.txt: Added.
1079 * fast/dom/Window/window-resize-nan.html: Added.
1081 2007-10-26 Darin Adler <darin@apple.com>
1085 - test changes for http://bugs.webkit.org/show_bug.cgi?id=15703
1086 fix numeric functions -- improve correctness and speed
1088 * fast/js/resources/char-at.js: Updated test to expect that we get the first
1089 character if we pass NaN to charAt and charCodeAt; it's what the specification
1090 asks for and matches other browsers too.
1091 * fast/js/char-at-expected.txt: Updated.
1093 2007-10-26 Mark Rowe <mrowe@apple.com>
1095 Update expected results.
1097 * platform/mac/fast/overflow/clip-rects-fixed-ancestor-expected.txt:
1099 2007-10-25 Alexey Proskuryakov <ap@webkit.org>
1103 http://bugs.webkit.org/show_bug.cgi?id=15650
1104 XML attribute nodes are not importable
1106 * fast/dom/import-attribute-node-expected.txt: Added.
1107 * fast/dom/import-attribute-node.html: Added.
1108 * fast/dom/import-document-fragment-expected.txt: Added.
1109 * fast/dom/import-document-fragment.html: Added.
1111 * dom/xhtml/level3/core/nodeisequalnode17-expected.txt: Now passes.
1113 2007-10-25 Dan Bernstein <mitz@apple.com>
1115 Reviewed by Dave Hyatt.
1117 - test for http://bugs.webkit.org/show_bug.cgi?id=15362
1118 <rdar://problem/5558715> Safari Crashes when opening a JS TreeGrid widget
1120 * fast/dynamic/insert-before-table-part-in-continuation.html: Added.
1121 * platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.checksum: Added.
1122 * platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.png: Added.
1123 * platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.txt: Added.
1125 2007-10-25 Holger Freyther <zecke@selfish.org>
1127 Reviewed by Simon Hausmann <hausmann@kde.org>.
1129 * We need to set a != 0 status code for the fast/loader/xmlhttprequest-missing-file-exception.html
1130 * libxml2 has the semantic that when writing an empty string and finishing it will report an error. For QXmlStreamReader this is valid.
1131 * This is causing some regressions...
1134 * platform/qt/Skipped:
1136 2007-10-25 Holger Freyther <zecke@selfish.org>
1138 Reviewed by Simon Hausmann <hausmann@kde.org>.
1140 * 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.
1141 * We can use the cross-platform result now. QWebNetworkInterface/Manager behaves the same as mac for local files.
1144 * platform/qt/Skipped:
1145 * platform/qt/fast/dom/xmlhttprequest-get-expected.txt: Removed.
1147 2007-10-25 Holger Freyther <zecke@selfish.org>
1149 Reviewed by Simon Hausmann <hausmann@kde.org>.
1151 * 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.
1152 * This should be thread-safe besides QWebNetworkJob::{ref,deref}
1155 * platform/qt/Skipped:
1157 2007-10-25 Holger Freyther <zecke@selfish.org>
1159 Reviewed by Simon Hausmann <hausmann@kde.org>.
1161 * Do the percent replacement only when we are not base64. With base64 we should not have any % in it anyway.
1162 * Have a custom decodePercentEncoding method that works without doing any charset conversion. With converting back to latin1() we lost some information.
1163 * We pass the char-decoding.html test now
1166 * platform/qt/Skipped:
1168 2007-10-25 Geoffrey Garen <ggaren@apple.com>
1170 Layout tests for bugs that might result from changes like
1171 http://bugs.webkit.org/show_bug.cgi?id=15683
1173 * fast/js/vardecl-preserve-parameters-expected.txt: Added.
1174 * fast/js/vardecl-preserve-parameters.html: Added.
1175 * fast/js/vardecl-preserve-vardecl-expected.txt: Added.
1176 * fast/js/vardecl-preserve-vardecl.html: Added.
1178 2007-10-24 Justin Garcia <justin.garcia@apple.com>
1182 <rdar://problem/5544856>
1183 REGRESSION: After typing 2-byte text, undo only undoes one keystroke at a time
1185 * platform/mac/editing/input/text-input-controller-expected.txt: The delete
1186 we were using previously to remove the old composition makes fewer calls to
1187 the editing delegate.
1189 2007-10-24 Alice Liu <alice.liu@apple.com>
1193 * platform/win/Skipped:
1195 2007-10-24 Eric Seidel <eric@webkit.org>
1199 Make sure we throw an un-catchable out of memory exception.
1201 * fast/js/out-of-memory.html: Added.
1203 2007-10-24 Dan Bernstein <mitz@apple.com>
1205 Reviewed by Oliver Hunt.
1207 - updated results to reflect which table parts are anonymous
1209 2007-10-24 Mark Rowe <mrowe@apple.com>
1211 Fix incorrect test results landed with r26986.
1213 * http/tests/xmlhttprequest/xmlhttprequest-InvalidStateException-getAllRequestHeaders-expected.txt:
1214 * http/tests/xmlhttprequest/xmlhttprequest-InvalidStateException-getRequestHeader-expected.txt:
1216 2007-10-24 Lars Knoll <lars@trolltech.com>
1220 update test results.
1222 * fast/dom/Window/new-window-opener-expected.txt:
1223 * fast/dom/Window/window-resize-expected.txt:
1224 * fast/dom/open-and-close-by-DOM-expected.txt:
1225 * fast/innerHTML/innerHTML-script-tag-crash-expected.txt:
1226 * fast/js/date-DST-time-cusps-expected.txt:
1227 * fast/js/date-big-setdate-expected.txt:
1228 * fast/js/navigator-mimeTypes-length-expected.txt:
1229 * fast/parser/entities-in-attributes-expected.txt:
1230 * fast/xpath/4XPath/Borrowed/od_20000608-expected.txt:
1231 * platform/qt/css1/text_properties/text-transCapitalize-expected.txt:
1232 * platform/qt/css1/text_properties/text_transform-expected.txt:
1233 * platform/qt/css2.1/t1605-c545-txttrans-00-b-ag-expected.txt:
1234 * platform/qt/editing/selection/4402375-expected.txt: Added.
1235 * platform/qt/editing/selection/4932260-3-expected.txt:
1236 * platform/qt/editing/selection/5234383-2-expected.txt:
1237 * platform/qt/editing/selection/extend-by-sentence-001-expected.txt:
1238 * platform/qt/editing/selection/image-before-linebreak-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/image-before-linebreak-expected.txt.
1239 * platform/qt/editing/selection/replaced-boundaries-1-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-1-expected.txt.
1240 * platform/qt/editing/selection/replaced-boundaries-2-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-2-expected.txt.
1241 * platform/qt/editing/selection/replaced-boundaries-3-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-3-expected.txt.
1242 * platform/qt/fast/css/textCapitalizeEdgeCases-expected.txt:
1243 * platform/qt/fast/dynamic/containing-block-change-expected.txt: Added.
1244 * platform/qt/fast/events/event-listener-on-link-expected.txt: Copied from LayoutTests/platform/mac/fast/events/event-listener-on-link-expected.txt.
1245 * platform/qt/fast/events/event-sender-mouse-moved-expected.txt: Added.
1246 * platform/qt/fast/events/label-focus-expected.txt: Added.
1247 * platform/qt/fast/events/onload-re-entry-expected.txt: Copied from LayoutTests/platform/mac/fast/events/onload-re-entry-expected.txt.
1248 * platform/qt/fast/events/onloadFrameCrash-expected.txt: Copied from LayoutTests/platform/mac/fast/events/onloadFrameCrash-expected.txt.
1249 * platform/qt/fast/repaint/body-background-image-expected.txt: Added.
1250 * platform/qt/fast/repaint/focus-layers-expected.txt: Added.
1251 * platform/qt/fast/repaint/layer-visibility-expected.txt: Copied from LayoutTests/platform/mac/fast/repaint/layer-visibility-expected.txt.
1252 * platform/qt/fast/table/frame-and-rules-expected.txt:
1253 * platform/qt/fast/text/international/003-expected.txt:
1254 * platform/qt/fast/text/international/bidi-listbox-atsui-expected.txt:
1255 * platform/qt/fast/text/international/bidi-listbox-expected.txt:
1256 * platform/qt/fast/text/international/thai-line-breaks-expected.txt:
1257 * platform/qt/plugins/embed-attributes-style-expected.txt: Added.
1259 2007-10-24 Julien Chaffraix <julien.chaffraix@gmail.com>
1263 Tests for http://bugs.webkit.org/show_bug.cgi?id=15356
1264 getResponseHeader and getAllResponseHeaders do not throw exceptions
1266 * http/tests/xmlhttprequest/xmlhttprequest-InvalidStateException-getAllRequestHeaders-expected.txt: Added.
1267 * http/tests/xmlhttprequest/xmlhttprequest-InvalidStateException-getAllRequestHeaders.html: Added.
1268 * http/tests/xmlhttprequest/xmlhttprequest-InvalidStateException-getRequestHeader-expected.txt: Added.
1269 * http/tests/xmlhttprequest/xmlhttprequest-InvalidStateException-getRequestHeader.html: Added.
1270 * http/tests/xmlhttprequest/xmlhttprequest-invalidHeader-getRequestHeader-expected.txt: Added.
1271 * http/tests/xmlhttprequest/xmlhttprequest-invalidHeader-getRequestHeader.html: Added.
1273 2007-10-24 Lars Knoll <lars@trolltech.com>
1277 these tests don't crash anymore :)
1279 * platform/qt/Skipped:
1280 * platform/qt/editing/selection/mixed-editability-8-expected.txt: Added.
1281 * platform/qt/editing/style/remove-underline-across-paragraph-expected.txt: Added.
1282 * platform/qt/editing/style/remove-underline-across-paragraph-in-bold-expected.txt: Added.
1284 2007-10-24 Lars Knoll <lars@trolltech.com>
1288 add a layoutTestController.dumpSelectionRect() dummy. It only has an effect on mac pixel tests anyway. Makes us pass another 5 test cases.
1290 * platform/qt/Skipped:
1292 2007-10-24 Lars Knoll <lars@trolltech.com>
1296 we're passing most editing tests now. Commit them.
1298 * platform/qt/Skipped:
1299 * platform/qt/editing/deleting/4845371-expected.txt: Added.
1300 * platform/qt/editing/deleting/4866671-expected.txt: Added.
1301 * platform/qt/editing/deleting/4875189-expected.txt: Added.
1302 * platform/qt/editing/deleting/4922367-expected.txt: Added.
1303 * platform/qt/editing/deleting/5026848-1-expected.txt: Added.
1304 * platform/qt/editing/deleting/5026848-2-expected.txt: Added.
1305 * platform/qt/editing/deleting/5026848-3-expected.txt: Added.
1306 * platform/qt/editing/deleting/5032066-expected.txt: Added.
1307 * platform/qt/editing/deleting/5091898-expected.txt: Added.
1308 * platform/qt/editing/deleting/5099303-expected.txt: Added.
1309 * platform/qt/editing/deleting/5115601-expected.txt: Added.
1310 * platform/qt/editing/deleting/5126166-expected.txt: Added.
1311 * platform/qt/editing/deleting/5144139-2-expected.txt: Added.
1312 * platform/qt/editing/deleting/5156801-2-expected.txt: Added.
1313 * platform/qt/editing/deleting/5156801-expected.txt: Added.
1314 * platform/qt/editing/deleting/5168598-expected.txt: Added.
1315 * platform/qt/editing/deleting/5206311-1-expected.txt: Added.
1316 * platform/qt/editing/deleting/5206311-2-expected.txt: Added.
1317 * platform/qt/editing/deleting/5272440-expected.txt: Added.
1318 * platform/qt/editing/deleting/5300379-expected.txt: Added.
1319 * platform/qt/editing/deleting/5369009-expected.txt: Added.
1320 * platform/qt/editing/deleting/5390681-2-expected.txt: Added.
1321 * platform/qt/editing/deleting/5390681-expected.txt: Added.
1322 * platform/qt/editing/deleting/5408255-expected.txt: Added.
1323 * platform/qt/editing/deleting/collapse-whitespace-3587601-fix-expected.txt: Added.
1324 * platform/qt/editing/deleting/delete-3608430-fix-expected.txt: Added.
1325 * platform/qt/editing/deleting/delete-3608445-fix-expected.txt: Added.
1326 * platform/qt/editing/deleting/delete-3608462-fix-expected.txt: Added.
1327 * platform/qt/editing/deleting/delete-3775172-fix-expected.txt: Added.
1328 * platform/qt/editing/deleting/delete-3800834-fix-expected.txt: Added.
1329 * platform/qt/editing/deleting/delete-3857753-fix-expected.txt: Added.
1330 * platform/qt/editing/deleting/delete-3865854-fix-expected.txt: Added.
1331 * platform/qt/editing/deleting/delete-3928305-fix-expected.txt: Added.
1332 * platform/qt/editing/deleting/delete-3959464-fix-expected.txt: Added.
1333 * platform/qt/editing/deleting/delete-4038408-fix-expected.txt: Added.
1334 * platform/qt/editing/deleting/delete-4083333-fix-expected.txt: Added.
1335 * platform/qt/editing/deleting/delete-after-span-ws-001-expected.txt: Added.
1336 * platform/qt/editing/deleting/delete-after-span-ws-002-expected.txt: Added.
1337 * platform/qt/editing/deleting/delete-after-span-ws-003-expected.txt: Added.
1338 * platform/qt/editing/deleting/delete-and-undo-expected.txt: Added.
1339 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-001-expected.txt: Added.
1340 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-002-expected.txt: Added.
1341 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-003-expected.txt: Added.
1342 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-004-expected.txt: Added.
1343 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-005-expected.txt: Added.
1344 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-006-expected.txt: Added.
1345 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-007-expected.txt: Added.
1346 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-008-expected.txt: Added.
1347 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-009-expected.txt: Added.
1348 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-010-expected.txt: Added.
1349 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt: Added.
1350 * platform/qt/editing/deleting/delete-at-start-or-end-expected.txt: Added.
1351 * platform/qt/editing/deleting/delete-block-contents-001-expected.txt: Added.
1352 * platform/qt/editing/deleting/delete-block-contents-002-expected.txt: Added.
1353 * platform/qt/editing/deleting/delete-block-contents-003-expected.txt: Added.
1354 * platform/qt/editing/deleting/delete-block-merge-contents-001-expected.txt: Added.
1355 * platform/qt/editing/deleting/delete-block-merge-contents-002-expected.txt: Added.
1356 * platform/qt/editing/deleting/delete-block-merge-contents-003-expected.txt: Added.
1357 * platform/qt/editing/deleting/delete-block-merge-contents-004-expected.txt: Added.
1358 * platform/qt/editing/deleting/delete-block-merge-contents-005-expected.txt: Added.
1359 * platform/qt/editing/deleting/delete-block-merge-contents-006-expected.txt: Added.
1360 * platform/qt/editing/deleting/delete-block-merge-contents-007-expected.txt: Added.
1361 * platform/qt/editing/deleting/delete-block-merge-contents-008-expected.txt: Added.
1362 * platform/qt/editing/deleting/delete-block-merge-contents-009-expected.txt: Added.
1363 * platform/qt/editing/deleting/delete-block-merge-contents-010-expected.txt: Added.
1364 * platform/qt/editing/deleting/delete-block-merge-contents-011-expected.txt: Added.
1365 * platform/qt/editing/deleting/delete-block-merge-contents-012-expected.txt: Added.
1366 * platform/qt/editing/deleting/delete-block-merge-contents-013-expected.txt: Added.
1367 * platform/qt/editing/deleting/delete-block-merge-contents-014-expected.txt: Added.
1368 * platform/qt/editing/deleting/delete-block-merge-contents-015-expected.txt: Added.
1369 * platform/qt/editing/deleting/delete-block-merge-contents-016-expected.txt: Added.
1370 * platform/qt/editing/deleting/delete-block-merge-contents-017-expected.txt: Added.
1371 * platform/qt/editing/deleting/delete-block-merge-contents-018-expected.txt: Added.
1372 * platform/qt/editing/deleting/delete-block-merge-contents-019-expected.txt: Added.
1373 * platform/qt/editing/deleting/delete-block-merge-contents-020-expected.txt: Added.
1374 * platform/qt/editing/deleting/delete-block-merge-contents-021-expected.txt: Added.
1375 * platform/qt/editing/deleting/delete-block-merge-contents-022-expected.txt: Added.
1376 * platform/qt/editing/deleting/delete-block-merge-contents-023-expected.txt: Added.
1377 * platform/qt/editing/deleting/delete-block-merge-contents-024-expected.txt: Added.
1378 * platform/qt/editing/deleting/delete-block-table-expected.txt: Added.
1379 * platform/qt/editing/deleting/delete-br-001-expected.txt: Added.
1380 * platform/qt/editing/deleting/delete-br-002-expected.txt: Added.
1381 * platform/qt/editing/deleting/delete-br-003-expected.txt: Added.
1382 * platform/qt/editing/deleting/delete-br-004-expected.txt: Added.
1383 * platform/qt/editing/deleting/delete-br-005-expected.txt: Added.
1384 * platform/qt/editing/deleting/delete-br-006-expected.txt: Added.
1385 * platform/qt/editing/deleting/delete-br-007-expected.txt: Added.
1386 * platform/qt/editing/deleting/delete-br-008-expected.txt: Added.
1387 * platform/qt/editing/deleting/delete-br-009-expected.txt: Added.
1388 * platform/qt/editing/deleting/delete-br-010-expected.txt: Added.
1389 * platform/qt/editing/deleting/delete-br-011-expected.txt: Added.
1390 * platform/qt/editing/deleting/delete-br-012-expected.txt: Added.
1391 * platform/qt/editing/deleting/delete-by-word-001-expected.txt: Added.
1392 * platform/qt/editing/deleting/delete-by-word-002-expected.txt: Added.
1393 * platform/qt/editing/deleting/delete-character-001-expected.txt: Added.
1394 * platform/qt/editing/deleting/delete-contiguous-ws-001-expected.txt: Added.
1395 * platform/qt/editing/deleting/delete-first-list-item-expected.txt: Added.
1396 * platform/qt/editing/deleting/delete-hr-expected.txt: Added.
1397 * platform/qt/editing/deleting/delete-image-001-expected.txt: Added.
1398 * platform/qt/editing/deleting/delete-image-002-expected.txt: Added.
1399 * platform/qt/editing/deleting/delete-image-003-expected.txt: Added.
1400 * platform/qt/editing/deleting/delete-image-004-expected.txt: Added.
1401 * platform/qt/editing/deleting/delete-leading-ws-001-expected.txt: Added.
1402 * platform/qt/editing/deleting/delete-line-001-expected.txt: Added.
1403 * platform/qt/editing/deleting/delete-line-002-expected.txt: Added.
1404 * platform/qt/editing/deleting/delete-line-003-expected.txt: Added.
1405 * platform/qt/editing/deleting/delete-line-004-expected.txt: Added.
1406 * platform/qt/editing/deleting/delete-line-005-expected.txt: Added.
1407 * platform/qt/editing/deleting/delete-line-006-expected.txt: Added.
1408 * platform/qt/editing/deleting/delete-line-007-expected.txt: Added.
1409 * platform/qt/editing/deleting/delete-line-008-expected.txt: Added.
1410 * platform/qt/editing/deleting/delete-line-009-expected.txt: Added.
1411 * platform/qt/editing/deleting/delete-line-010-expected.txt: Added.
1412 * platform/qt/editing/deleting/delete-line-011-expected.txt: Added.
1413 * platform/qt/editing/deleting/delete-line-012-expected.txt: Added.
1414 * platform/qt/editing/deleting/delete-line-013-expected.txt: Added.
1415 * platform/qt/editing/deleting/delete-line-014-expected.txt: Added.
1416 * platform/qt/editing/deleting/delete-line-015-expected.txt: Added.
1417 * platform/qt/editing/deleting/delete-line-016-expected.txt: Added.
1418 * platform/qt/editing/deleting/delete-line-017-expected.txt: Added.
1419 * platform/qt/editing/deleting/delete-line-end-ws-001-expected.txt: Added.
1420 * platform/qt/editing/deleting/delete-line-end-ws-002-expected.txt: Added.
1421 * platform/qt/editing/deleting/delete-link-1-expected.txt: Added.
1422 * platform/qt/editing/deleting/delete-listitem-001-expected.txt: Added.
1423 * platform/qt/editing/deleting/delete-listitem-002-expected.txt: Added.
1424 * platform/qt/editing/deleting/delete-mixed-editable-content-001-expected.txt: Added.
1425 * platform/qt/editing/deleting/delete-select-all-002-expected.txt: Added.
1426 * platform/qt/editing/deleting/delete-select-all-003-expected.txt: Added.
1427 * platform/qt/editing/deleting/delete-selection-001-expected.txt: Added.
1428 * platform/qt/editing/deleting/delete-tab-001-expected.txt: Added.
1429 * platform/qt/editing/deleting/delete-tab-002-expected.txt: Added.
1430 * platform/qt/editing/deleting/delete-tab-003-expected.txt: Added.
1431 * platform/qt/editing/deleting/delete-tab-004-expected.txt: Added.
1432 * platform/qt/editing/deleting/delete-to-select-table-expected.txt: Added.
1433 * platform/qt/editing/deleting/delete-trailing-ws-001-expected.txt: Added.
1434 * platform/qt/editing/deleting/delete-trailing-ws-002-expected.txt: Added.
1435 * platform/qt/editing/deleting/delete-ws-fixup-001-expected.txt: Added.
1436 * platform/qt/editing/deleting/delete-ws-fixup-002-expected.txt: Added.
1437 * platform/qt/editing/deleting/delete-ws-fixup-003-expected.txt: Added.
1438 * platform/qt/editing/deleting/delete-ws-fixup-004-expected.txt: Added.
1439 * platform/qt/editing/deleting/deletionUI-single-instance-expected.txt: Added.
1440 * platform/qt/editing/deleting/forward-delete-expected.txt: Added.
1441 * platform/qt/editing/deleting/list-item-1-expected.txt: Added.
1442 * platform/qt/editing/deleting/merge-different-styles-expected.txt: Added.
1443 * platform/qt/editing/deleting/merge-endOfParagraph-expected.txt: Added.
1444 * platform/qt/editing/deleting/merge-into-empty-block-1-expected.txt: Added.
1445 * platform/qt/editing/deleting/merge-into-empty-block-2-expected.txt: Added.
1446 * platform/qt/editing/deleting/merge-no-br-expected.txt: Added.
1447 * platform/qt/editing/deleting/merge-unrendered-space-expected.txt: Added.
1448 * platform/qt/editing/deleting/merge-whitespace-pre-expected.txt: Added.
1449 * platform/qt/editing/deleting/move-nodes-001-expected.txt: Added.
1450 * platform/qt/editing/deleting/paragraph-in-preserveNewline-expected.txt: Added.
1451 * platform/qt/editing/deleting/pruning-after-merge-2-expected.txt: Added.
1452 * platform/qt/editing/deleting/smart-delete-001-expected.txt: Added.
1453 * platform/qt/editing/deleting/smart-delete-002-expected.txt: Added.
1454 * platform/qt/editing/deleting/smart-delete-003-expected.txt: Added.
1455 * platform/qt/editing/deleting/smart-delete-004-expected.txt: Added.
1456 * platform/qt/editing/deleting/table-cells-expected.txt: Added.
1457 * platform/qt/editing/deleting/transpose-empty-expected.txt: Added.
1458 * platform/qt/editing/deleting/whitespace-pre-1-expected.txt: Added.
1459 * platform/qt/editing/execCommand/4580583-1-expected.txt: Added.
1460 * platform/qt/editing/execCommand/4580583-2-expected.txt: Added.
1461 * platform/qt/editing/execCommand/4641880-1-expected.txt: Added.
1462 * platform/qt/editing/execCommand/4641880-2-expected.txt: Added.
1463 * platform/qt/editing/execCommand/4747450-expected.txt: Added.
1464 * platform/qt/editing/execCommand/4786404-1-expected.txt: Added.
1465 * platform/qt/editing/execCommand/4786404-2-expected.txt: Added.
1466 * platform/qt/editing/execCommand/4916402-expected.txt: Added.
1467 * platform/qt/editing/execCommand/4916541-expected.txt: Added.
1468 * platform/qt/editing/execCommand/4916583-expected.txt: Added.
1469 * platform/qt/editing/execCommand/4920488-expected.txt: Added.
1470 * platform/qt/editing/execCommand/4920742-1-expected.txt: Added.
1471 * platform/qt/editing/execCommand/4924441-expected.txt: Added.
1472 * platform/qt/editing/execCommand/5049671-expected.txt: Added.
1473 * platform/qt/editing/execCommand/5062376-expected.txt: Added.
1474 * platform/qt/editing/execCommand/5080333-1-expected.txt: Added.
1475 * platform/qt/editing/execCommand/5080333-2-expected.txt: Added.
1476 * platform/qt/editing/execCommand/5119244-expected.txt: Added.
1477 * platform/qt/editing/execCommand/5120591-expected.txt: Added.
1478 * platform/qt/editing/execCommand/5136770-expected.txt: Added.
1479 * platform/qt/editing/execCommand/5138441-expected.txt: Added.
1480 * platform/qt/editing/execCommand/5142012-1-expected.txt: Added.
1481 * platform/qt/editing/execCommand/5142012-2-expected.txt: Added.
1482 * platform/qt/editing/execCommand/5142012-3-expected.txt: Added.
1483 * platform/qt/editing/execCommand/5144139-1-expected.txt: Added.
1484 * platform/qt/editing/execCommand/5164796-expected.txt: Added.
1485 * platform/qt/editing/execCommand/5190926-expected.txt: Added.
1486 * platform/qt/editing/execCommand/5207369-expected.txt: Added.
1487 * platform/qt/editing/execCommand/5210032-expected.txt: Added.
1488 * platform/qt/editing/execCommand/5432254-1-expected.txt: Added.
1489 * platform/qt/editing/execCommand/5432254-2-expected.txt: Added.
1490 * platform/qt/editing/execCommand/boldSelection-expected.txt: Added.
1491 * platform/qt/editing/execCommand/create-list-from-range-selection-expected.txt: Added.
1492 * platform/qt/editing/execCommand/create-list-with-hr-expected.txt: Added.
1493 * platform/qt/editing/execCommand/find-after-replace-expected.txt: Added.
1494 * platform/qt/editing/execCommand/findString-2-expected.txt: Added.
1495 * platform/qt/editing/execCommand/findString-expected.txt: Added.
1496 * platform/qt/editing/execCommand/format-block-expected.txt: Added.
1497 * platform/qt/editing/execCommand/format-block-from-range-selection-expected.txt: Added.
1498 * platform/qt/editing/execCommand/format-block-with-braces-expected.txt: Added.
1499 * platform/qt/editing/execCommand/format-block-with-trailing-br-expected.txt: Added.
1500 * platform/qt/editing/execCommand/hilitecolor-expected.txt: Added.
1501 * platform/qt/editing/execCommand/indent-empty-root-expected.txt: Added.
1502 * platform/qt/editing/execCommand/indent-list-item-expected.txt: Added.
1503 * platform/qt/editing/execCommand/indent-selection-expected.txt: Added.
1504 * platform/qt/editing/execCommand/insert-list-and-stitch-expected.txt: Added.
1505 * platform/qt/editing/execCommand/insert-list-empty-div-expected.txt: Added.
1506 * platform/qt/editing/execCommand/insert-list-with-id-expected.txt: Added.
1507 * platform/qt/editing/execCommand/insertHTML-expected.txt: Added.
1508 * platform/qt/editing/execCommand/insertHorizontalRule-expected.txt: Added.
1509 * platform/qt/editing/execCommand/insertImage-expected.txt: Added.
1510 * platform/qt/editing/execCommand/modifyForeColorByCharacter-expected.txt: Added.
1511 * platform/qt/editing/execCommand/outdent-selection-expected.txt: Added.
1512 * platform/qt/editing/execCommand/paste-1-expected.txt: Added.
1513 * platform/qt/editing/execCommand/paste-2-expected.txt: Added.
1514 * platform/qt/editing/execCommand/print-expected.txt: Added.
1515 * platform/qt/editing/execCommand/remove-formatting-2-expected.txt: Added.
1516 * platform/qt/editing/execCommand/remove-formatting-expected.txt: Added.
1517 * platform/qt/editing/execCommand/remove-list-1-expected.txt: Added.
1518 * platform/qt/editing/execCommand/remove-list-from-range-selection-expected.txt: Added.
1519 * platform/qt/editing/execCommand/remove-list-item-1-expected.txt: Added.
1520 * platform/qt/editing/execCommand/remove-list-items-expected.txt: Added.
1521 * platform/qt/editing/execCommand/selectAll-expected.txt: Added.
1522 * platform/qt/editing/execCommand/strikethroughSelection-expected.txt: Added.
1523 * platform/qt/editing/execCommand/switch-list-type-expected.txt: Added.
1524 * platform/qt/editing/inserting/12882-expected.txt: Added.
1525 * platform/qt/editing/inserting/4278698-expected.txt: Added.
1526 * platform/qt/editing/inserting/4840662-expected.txt: Added.
1527 * platform/qt/editing/inserting/4875189-1-expected.txt: Added.
1528 * platform/qt/editing/inserting/4875189-2-expected.txt: Added.
1529 * platform/qt/editing/inserting/4959067-expected.txt: Added.
1530 * platform/qt/editing/inserting/4960120-1-expected.txt: Added.
1531 * platform/qt/editing/inserting/4960120-2-expected.txt: Added.
1532 * platform/qt/editing/inserting/5002441-expected.txt: Added.
1533 * platform/qt/editing/inserting/5058163-1-expected.txt: Added.
1534 * platform/qt/editing/inserting/5058163-2-expected.txt: Added.
1535 * platform/qt/editing/inserting/5156401-2-expected.txt: Added.
1536 * platform/qt/editing/inserting/5418891-expected.txt: Added.
1537 * platform/qt/editing/inserting/before-after-input-element-expected.txt: Added.
1538 * platform/qt/editing/inserting/editable-html-element-expected.txt: Added.
1539 * platform/qt/editing/inserting/editable-inline-element-expected.txt: Added.
1540 * platform/qt/editing/inserting/edited-whitespace-1-expected.txt: Added.
1541 * platform/qt/editing/inserting/editing-empty-divs-expected.txt: Added.
1542 * platform/qt/editing/inserting/insert-3654864-fix-expected.txt: Added.
1543 * platform/qt/editing/inserting/insert-3659587-fix-expected.txt: Added.
1544 * platform/qt/editing/inserting/insert-3775316-fix-expected.txt: Added.
1545 * platform/qt/editing/inserting/insert-3778059-fix-expected.txt: Added.
1546 * platform/qt/editing/inserting/insert-3786362-fix-expected.txt: Added.
1547 * platform/qt/editing/inserting/insert-3800346-fix-expected.txt: Added.
1548 * platform/qt/editing/inserting/insert-3851164-fix-expected.txt: Added.
1549 * platform/qt/editing/inserting/insert-after-delete-001-expected.txt: Added.
1550 * platform/qt/editing/inserting/insert-at-end-01-expected.txt: Added.
1551 * platform/qt/editing/inserting/insert-at-end-02-expected.txt: Added.
1552 * platform/qt/editing/inserting/insert-before-link-1-expected.txt: Added.
1553 * platform/qt/editing/inserting/insert-br-001-expected.txt: Added.
1554 * platform/qt/editing/inserting/insert-br-002-expected.txt: Added.
1555 * platform/qt/editing/inserting/insert-br-003-expected.txt: Added.
1556 * platform/qt/editing/inserting/insert-br-004-expected.txt: Added.
1557 * platform/qt/editing/inserting/insert-br-005-expected.txt: Added.
1558 * platform/qt/editing/inserting/insert-br-006-expected.txt: Added.
1559 * platform/qt/editing/inserting/insert-br-007-expected.txt: Added.
1560 * platform/qt/editing/inserting/insert-br-008-expected.txt: Added.
1561 * platform/qt/editing/inserting/insert-br-009-expected.txt: Added.
1562 * platform/qt/editing/inserting/insert-br-at-tabspan-001-expected.txt: Added.
1563 * platform/qt/editing/inserting/insert-br-at-tabspan-002-expected.txt: Added.
1564 * platform/qt/editing/inserting/insert-br-at-tabspan-003-expected.txt: Added.
1565 * platform/qt/editing/inserting/insert-br-quoted-001-expected.txt: Added.
1566 * platform/qt/editing/inserting/insert-br-quoted-002-expected.txt: Added.
1567 * platform/qt/editing/inserting/insert-br-quoted-003-expected.txt: Added.
1568 * platform/qt/editing/inserting/insert-br-quoted-004-expected.txt: Added.
1569 * platform/qt/editing/inserting/insert-br-quoted-005-expected.txt: Added.
1570 * platform/qt/editing/inserting/insert-br-quoted-006-expected.txt: Added.
1571 * platform/qt/editing/inserting/insert-div-001-expected.txt: Added.
1572 * platform/qt/editing/inserting/insert-div-002-expected.txt: Added.
1573 * platform/qt/editing/inserting/insert-div-003-expected.txt: Added.
1574 * platform/qt/editing/inserting/insert-div-004-expected.txt: Added.
1575 * platform/qt/editing/inserting/insert-div-005-expected.txt: Added.
1576 * platform/qt/editing/inserting/insert-div-006-expected.txt: Added.
1577 * platform/qt/editing/inserting/insert-div-007-expected.txt: Added.
1578 * platform/qt/editing/inserting/insert-div-008-expected.txt: Added.
1579 * platform/qt/editing/inserting/insert-div-009-expected.txt: Added.
1580 * platform/qt/editing/inserting/insert-div-010-expected.txt: Added.
1581 * platform/qt/editing/inserting/insert-div-011-expected.txt: Added.
1582 * platform/qt/editing/inserting/insert-div-012-expected.txt: Added.
1583 * platform/qt/editing/inserting/insert-div-013-expected.txt: Added.
1584 * platform/qt/editing/inserting/insert-div-014-expected.txt: Added.
1585 * platform/qt/editing/inserting/insert-div-015-expected.txt: Added.
1586 * platform/qt/editing/inserting/insert-div-016-expected.txt: Added.
1587 * platform/qt/editing/inserting/insert-div-017-expected.txt: Added.
1588 * platform/qt/editing/inserting/insert-div-018-expected.txt: Added.
1589 * platform/qt/editing/inserting/insert-div-019-expected.txt: Added.
1590 * platform/qt/editing/inserting/insert-div-020-expected.txt: Added.
1591 * platform/qt/editing/inserting/insert-div-021-expected.txt: Added.
1592 * platform/qt/editing/inserting/insert-div-022-expected.txt: Added.
1593 * platform/qt/editing/inserting/insert-div-023-expected.txt: Added.
1594 * platform/qt/editing/inserting/insert-div-024-expected.txt: Added.
1595 * platform/qt/editing/inserting/insert-div-025-expected.txt: Added.
1596 * platform/qt/editing/inserting/insert-div-026-expected.txt: Added.
1597 * platform/qt/editing/inserting/insert-div-027-expected.txt: Added.
1598 * platform/qt/editing/inserting/insert-paragraph-01-expected.txt: Added.
1599 * platform/qt/editing/inserting/insert-paragraph-02-expected.txt: Added.
1600 * platform/qt/editing/inserting/insert-paragraph-03-expected.txt: Added.
1601 * platform/qt/editing/inserting/insert-paragraph-04-expected.txt: Added.
1602 * platform/qt/editing/inserting/insert-paragraph-05-expected.txt: Added.
1603 * platform/qt/editing/inserting/insert-space-in-empty-doc-expected.txt: Added.
1604 * platform/qt/editing/inserting/insert-tab-001-expected.txt: Added.
1605 * platform/qt/editing/inserting/insert-tab-002-expected.txt: Added.
1606 * platform/qt/editing/inserting/insert-tab-003-expected.txt: Added.
1607 * platform/qt/editing/inserting/insert-tab-004-expected.txt: Added.
1608 * platform/qt/editing/inserting/insert-text-at-tabspan-001-expected.txt: Added.
1609 * platform/qt/editing/inserting/insert-text-at-tabspan-002-expected.txt: Added.
1610 * platform/qt/editing/inserting/insert-text-at-tabspan-003-expected.txt: Added.
1611 * platform/qt/editing/inserting/insert-text-with-newlines-expected.txt: Added.
1612 * platform/qt/editing/inserting/line-break-expected.txt: Added.
1613 * platform/qt/editing/inserting/paragraph-separator-01-expected.txt: Added.
1614 * platform/qt/editing/inserting/paragraph-separator-02-expected.txt: Added.
1615 * platform/qt/editing/inserting/paragraph-separator-03-expected.txt: Added.
1616 * platform/qt/editing/inserting/paragraph-separator-in-table-1-expected.txt: Added.
1617 * platform/qt/editing/inserting/paragraph-separator-in-table-2-expected.txt: Added.
1618 * platform/qt/editing/inserting/redo-expected.txt: Added.
1619 * platform/qt/editing/inserting/return-key-with-selection-001-expected.txt: Added.
1620 * platform/qt/editing/inserting/return-key-with-selection-002-expected.txt: Added.
1621 * platform/qt/editing/inserting/return-key-with-selection-003-expected.txt: Added.
1622 * platform/qt/editing/inserting/typing-001-expected.txt: Added.
1623 * platform/qt/editing/inserting/typing-002-expected.txt: Added.
1624 * platform/qt/editing/inserting/typing-003-expected.txt: Added.
1625 * platform/qt/editing/inserting/typing-around-br-001-expected.txt: Added.
1626 * platform/qt/editing/inserting/typing-around-image-001-expected.txt: Added.
1627 * platform/qt/editing/selection/13804-expected.txt: Added.
1628 * platform/qt/editing/selection/3690703-2-expected.txt: Added.
1629 * platform/qt/editing/selection/3690703-expected.txt: Added.
1630 * platform/qt/editing/selection/3690719-expected.txt: Added.
1631 * platform/qt/editing/selection/4397952-expected.txt: Added.
1632 * platform/qt/editing/selection/4776665-expected.txt: Added.
1633 * platform/qt/editing/selection/4818145-expected.txt: Added.
1634 * platform/qt/editing/selection/4866671-expected.txt: Added.
1635 * platform/qt/editing/selection/4889598-expected.txt: Added.
1636 * platform/qt/editing/selection/4895428-2-expected.txt: Added.
1637 * platform/qt/editing/selection/4895428-3-expected.txt: Added.
1638 * platform/qt/editing/selection/4932260-2-expected.txt: Added.
1639 * platform/qt/editing/selection/4932260-3-expected.txt: Added.
1640 * platform/qt/editing/selection/4960116-expected.txt: Added.
1641 * platform/qt/editing/selection/4960137-expected.txt: Added.
1642 * platform/qt/editing/selection/4983858-expected.txt: Added.
1643 * platform/qt/editing/selection/5007143-2-expected.txt: Added.
1644 * platform/qt/editing/selection/5007143-expected.txt: Added.
1645 * platform/qt/editing/selection/5076323-1-expected.txt: Added.
1646 * platform/qt/editing/selection/5076323-2-expected.txt: Added.
1647 * platform/qt/editing/selection/5076323-3-expected.txt: Added.
1648 * platform/qt/editing/selection/5081257-1-expected.txt: Added.
1649 * platform/qt/editing/selection/5081257-2-expected.txt: Added.
1650 * platform/qt/editing/selection/5099303-expected.txt: Added.
1651 * platform/qt/editing/selection/5131716-1-expected.txt: Added.
1652 * platform/qt/editing/selection/5131716-2-expected.txt: Added.
1653 * platform/qt/editing/selection/5131716-3-expected.txt: Added.
1654 * platform/qt/editing/selection/5131716-4-expected.txt: Added.
1655 * platform/qt/editing/selection/5136696-expected.txt: Added.
1656 * platform/qt/editing/selection/5195166-1-expected.txt: Added.
1657 * platform/qt/editing/selection/5195166-2-expected.txt: Added.
1658 * platform/qt/editing/selection/5234383-2-expected.txt: Added.
1659 * platform/qt/editing/selection/6476-expected.txt: Added.
1660 * platform/qt/editing/selection/7152-1-expected.txt: Added.
1661 * platform/qt/editing/selection/7152-2-expected.txt: Added.
1662 * platform/qt/editing/selection/addRange-expected.txt: Added.
1663 * platform/qt/editing/selection/after-line-wrap-expected.txt: Added.
1664 * platform/qt/editing/selection/caret-before-select-expected.txt: Added.
1665 * platform/qt/editing/selection/caret-rtl-2-expected.txt: Added.
1666 * platform/qt/editing/selection/caret-rtl-expected.txt: Added.
1667 * platform/qt/editing/selection/clear-selection-expected.txt: Added.
1668 * platform/qt/editing/selection/contenteditable-click-inside-expected.txt: Added.
1669 * platform/qt/editing/selection/contenteditable-click-outside-expected.txt: Added.
1670 * platform/qt/editing/selection/display-table-text-expected.txt: Added.
1671 * platform/qt/editing/selection/drag-in-iframe-expected.txt: Added.
1672 * platform/qt/editing/selection/editable-html-element-expected.txt: Added.
1673 * platform/qt/editing/selection/editable-non-editable-crash-expected.txt: Added.
1674 * platform/qt/editing/selection/end-of-document-expected.txt: Added.
1675 * platform/qt/editing/selection/extend-by-character-001-expected.txt: Added.
1676 * platform/qt/editing/selection/extend-by-character-002-expected.txt: Added.
1677 * platform/qt/editing/selection/extend-by-character-003-expected.txt: Added.
1678 * platform/qt/editing/selection/extend-by-character-004-expected.txt: Added.
1679 * platform/qt/editing/selection/extend-by-character-005-expected.txt: Added.
1680 * platform/qt/editing/selection/extend-by-character-006-expected.txt: Added.
1681 * platform/qt/editing/selection/extend-by-sentence-001-expected.txt: Added.
1682 * platform/qt/editing/selection/extend-by-word-001-expected.txt: Added.
1683 * platform/qt/editing/selection/focus-body-expected.txt: Added.
1684 * platform/qt/editing/selection/focus_editable_html-expected.txt: Added.
1685 * platform/qt/editing/selection/iframe-expected.txt: Added.
1686 * platform/qt/editing/selection/inline-table-expected.txt: Added.
1687 * platform/qt/editing/selection/leave-requested-block-expected.txt: Added.
1688 * platform/qt/editing/selection/line-wrap-1-expected.txt: Added.
1689 * platform/qt/editing/selection/line-wrap-2-expected.txt: Added.
1690 * platform/qt/editing/selection/mixed-editability-2-expected.txt: Added.
1691 * platform/qt/editing/selection/mixed-editability-3-expected.txt: Added.
1692 * platform/qt/editing/selection/mixed-editability-4-expected.txt: Added.
1693 * platform/qt/editing/selection/mixed-editability-5-expected.txt: Added.
1694 * platform/qt/editing/selection/mixed-editability-6-expected.txt: Added.
1695 * platform/qt/editing/selection/mixed-editability-7-expected.txt: Added.
1696 * platform/qt/editing/selection/mixed-editability-9-expected.txt: Added.
1697 * platform/qt/editing/selection/move-3875618-fix-expected.txt: Added.
1698 * platform/qt/editing/selection/move-3875641-fix-expected.txt: Added.
1699 * platform/qt/editing/selection/move-backwords-by-word-001-expected.txt: Added.
1700 * platform/qt/editing/selection/move-between-blocks-no-001-expected.txt: Added.
1701 * platform/qt/editing/selection/move-between-blocks-yes-001-expected.txt: Added.
1702 * platform/qt/editing/selection/move-by-character-001-expected.txt: Added.
1703 * platform/qt/editing/selection/move-by-character-002-expected.txt: Added.
1704 * platform/qt/editing/selection/move-by-character-003-expected.txt: Added.
1705 * platform/qt/editing/selection/move-by-character-004-expected.txt: Added.
1706 * platform/qt/editing/selection/move-by-character-005-expected.txt: Added.
1707 * platform/qt/editing/selection/move-by-character-6-expected.txt: Added.
1708 * platform/qt/editing/selection/move-by-line-001-expected.txt: Added.
1709 * platform/qt/editing/selection/move-by-line-002-expected.txt: Added.
1710 * platform/qt/editing/selection/move-by-sentence-001-expected.txt: Added.
1711 * platform/qt/editing/selection/move-by-word-001-expected.txt: Added.
1712 * platform/qt/editing/selection/node-removal-1-expected.txt: Added.
1713 * platform/qt/editing/selection/node-removal-2-expected.txt: Added.
1714 * platform/qt/editing/selection/previous-line-position-expected.txt: Added.
1715 * platform/qt/editing/selection/replace-selection-1-expected.txt: Added.
1716 * platform/qt/editing/selection/select-all-001-expected.txt: Added.
1717 * platform/qt/editing/selection/select-all-002-expected.txt: Added.
1718 * platform/qt/editing/selection/select-all-003-expected.txt: Added.
1719 * platform/qt/editing/selection/select-all-004-expected.txt: Added.
1720 * platform/qt/editing/selection/select-all-005-expected.txt: Added.
1721 * platform/qt/editing/selection/select-all-006-expected.txt: Added.
1722 * platform/qt/editing/selection/select-all-iframe-expected.txt: Added.
1723 * platform/qt/editing/selection/select-missing-image-expected.txt: Added.
1724 * platform/qt/editing/selection/selectNode-expected.txt: Added.
1725 * platform/qt/editing/selection/selectNodeContents-expected.txt: Added.
1726 * platform/qt/editing/selection/selection-3748164-fix-expected.txt: Added.
1727 * platform/qt/editing/selection/table-caret-1-expected.txt: Added.
1728 * platform/qt/editing/selection/table-caret-2-expected.txt: Added.
1729 * platform/qt/editing/selection/table-caret-3-expected.txt: Added.
1730 * platform/qt/editing/selection/unrendered-001-expected.txt: Added.
1731 * platform/qt/editing/selection/unrendered-002-expected.txt: Added.
1732 * platform/qt/editing/selection/unrendered-003-expected.txt: Added.
1733 * platform/qt/editing/selection/unrendered-004-expected.txt: Added.
1734 * platform/qt/editing/selection/unrendered-005-expected.txt: Added.
1735 * platform/qt/editing/selection/unrendered-space-expected.txt: Added.
1736 * platform/qt/editing/spelling/spelling-expected.txt: Added.
1737 * platform/qt/editing/style/4916887-expected.txt: Added.
1738 * platform/qt/editing/style/5017613-1-expected.txt: Added.
1739 * platform/qt/editing/style/5017613-2-expected.txt: Added.
1740 * platform/qt/editing/style/5046875-1-expected.txt: Added.
1741 * platform/qt/editing/style/5046875-2-expected.txt: Added.
1742 * platform/qt/editing/style/5065910-expected.txt: Added.
1743 * platform/qt/editing/style/5084241-expected.txt: Added.
1744 * platform/qt/editing/style/5228141-expected.txt: Added.
1745 * platform/qt/editing/style/5279521-expected.txt: Added.
1746 * platform/qt/editing/style/apple-style-editable-mix-expected.txt: Added.
1747 * platform/qt/editing/style/block-style-001-expected.txt: Added.
1748 * platform/qt/editing/style/block-style-002-expected.txt: Added.
1749 * platform/qt/editing/style/block-style-003-expected.txt: Added.
1750 * platform/qt/editing/style/block-style-004-expected.txt: Added.
1751 * platform/qt/editing/style/block-style-005-expected.txt: Added.
1752 * platform/qt/editing/style/block-style-006-expected.txt: Added.
1753 * platform/qt/editing/style/block-styles-007-expected.txt: Added.
1754 * platform/qt/editing/style/create-block-for-style-001-expected.txt: Added.
1755 * platform/qt/editing/style/create-block-for-style-002-expected.txt: Added.
1756 * platform/qt/editing/style/create-block-for-style-003-expected.txt: Added.
1757 * platform/qt/editing/style/create-block-for-style-004-expected.txt: Added.
1758 * platform/qt/editing/style/create-block-for-style-005-expected.txt: Added.
1759 * platform/qt/editing/style/create-block-for-style-006-expected.txt: Added.
1760 * platform/qt/editing/style/create-block-for-style-007-expected.txt: Added.
1761 * platform/qt/editing/style/create-block-for-style-008-expected.txt: Added.
1762 * platform/qt/editing/style/create-block-for-style-009-expected.txt: Added.
1763 * platform/qt/editing/style/create-block-for-style-010-expected.txt: Added.
1764 * platform/qt/editing/style/create-block-for-style-011-expected.txt: Added.
1765 * platform/qt/editing/style/create-block-for-style-012-expected.txt: Added.
1766 * platform/qt/editing/style/create-block-for-style-013-expected.txt: Added.
1767 * platform/qt/editing/style/designmode-expected.txt: Added.
1768 * platform/qt/editing/style/fontsize-1-expected.txt: Added.
1769 * platform/qt/editing/style/highlight-expected.txt: Added.
1770 * platform/qt/editing/style/relative-font-size-change-001-expected.txt: Added.
1771 * platform/qt/editing/style/relative-font-size-change-003-expected.txt: Added.
1772 * platform/qt/editing/style/relative-font-size-change-004-expected.txt: Added.
1773 * platform/qt/editing/style/remove-underline-after-paragraph-expected.txt: Added.
1774 * platform/qt/editing/style/remove-underline-after-paragraph-in-bold-expected.txt: Added.
1775 * platform/qt/editing/style/remove-underline-expected.txt: Added.
1776 * platform/qt/editing/style/remove-underline-from-stylesheet-expected.txt: Added.
1777 * platform/qt/editing/style/remove-underline-in-bold-expected.txt: Added.
1778 * platform/qt/editing/style/smoosh-styles-001-expected.txt: Added.
1779 * platform/qt/editing/style/smoosh-styles-002-expected.txt: Added.
1780 * platform/qt/editing/style/smoosh-styles-003-expected.txt: Added.
1781 * platform/qt/editing/style/style-3690704-fix-expected.txt: Added.
1782 * platform/qt/editing/style/style-3998892-fix-expected.txt: Added.
1783 * platform/qt/editing/style/style-boundary-001-expected.txt: Added.
1784 * platform/qt/editing/style/style-boundary-002-expected.txt: Added.
1785 * platform/qt/editing/style/style-boundary-003-expected.txt: Added.
1786 * platform/qt/editing/style/style-boundary-004-expected.txt: Added.
1787 * platform/qt/editing/style/style-boundary-005-expected.txt: Added.
1788 * platform/qt/editing/style/table-selection-expected.txt: Added.
1789 * platform/qt/editing/style/typing-style-001-expected.txt: Added.
1790 * platform/qt/editing/style/typing-style-002-expected.txt: Added.
1791 * platform/qt/editing/style/unbold-in-bold-expected.txt: Added.
1792 * platform/qt/editing/style/underline-expected.txt: Added.
1793 * platform/qt/editing/undo/4063751-expected.txt: Added.
1794 * platform/qt/editing/undo/5378473-expected.txt: Added.
1795 * platform/qt/editing/undo/redo-typing-001-expected.txt: Added.
1796 * platform/qt/editing/undo/undo-combined-delete-boundary-expected.txt: Added.
1797 * platform/qt/editing/undo/undo-combined-delete-expected.txt: Added.
1798 * platform/qt/editing/undo/undo-delete-boundary-expected.txt: Added.
1799 * platform/qt/editing/undo/undo-delete-expected.txt: Added.
1800 * platform/qt/editing/undo/undo-forward-delete-boundary-expected.txt: Added.
1801 * platform/qt/editing/undo/undo-forward-delete-expected.txt: Added.
1803 2007-10-24 Lars Knoll <lars@trolltech.com>
1807 convert the text to be text only, and fix it up a little so it doesn't depend on specific font metrics anymore.
1809 * editing/deleting/pruning-after-merge-1-expected.txt: Added.
1810 * editing/deleting/pruning-after-merge-1.html:
1811 * platform/mac/editing/deleting/pruning-after-merge-1-expected.checksum: Removed.
1812 * platform/mac/editing/deleting/pruning-after-merge-1-expected.png: Removed.
1813 * platform/mac/editing/deleting/pruning-after-merge-1-expected.txt: Removed.
1815 2007-10-24 Lars Knoll <lars@trolltech.com>
1819 explicitly add some tests that currently cause DRT to hang.
1821 * platform/qt/Skipped:
1823 2007-10-23 Justin Garcia <justin.garcia@apple.com>
1825 Fixing an accidental change made in r25484.
1827 * editing/pasteboard/quirks-mode-br-1.html:
1828 * platform/mac/editing/pasteboard/quirks-mode-br-1-expected.checksum:
1829 * platform/mac/editing/pasteboard/quirks-mode-br-1-expected.txt:
1831 2007-10-23 Justin Garcia <justin.garcia@apple.com>
1833 Reviewed by Oliver Hunt.
1835 <rdar://problem/5544856>
1836 REGRESSION: After typing 2-byte text, undo only undoes one keystroke at a time
1838 * platform/mac/editing/input/firstrectforcharacterrange-styled-expected.txt:
1839 * platform/mac/editing/input/text-input-controller-expected.txt:
1840 * platform/mac/editing/input/wrapped-line-char-rect-expected.txt:
1842 2007-10-23 Adele Peterson <adele@apple.com>
1846 Test for <rdar://problem/5543228> CrashTracer: [USER] 2 crashes in Safari at com.apple.WebCore: WebCore::HTMLInputElement::defaultEventHandler + 872
1848 * fast/forms/textfield-onchange-deletion-expected.txt: Added.
1849 * fast/forms/textfield-onchange-deletion.html: Added.
1851 2007-10-23 Adam Roben <aroben@apple.com>
1853 Add some SVG tests to the Windows Skipped file
1857 * platform/win/Skipped:
1859 2007-10-23 Darin Adler <darin@apple.com>
1861 - removed numeric results so the test is more platform-independent
1863 * fast/js/math-expected.txt: Updated.
1864 * fast/js/resources/math.js: Updated.
1866 2007-10-23 Darin Adler <darin@apple.com>
1870 - test for http://bugs.webkit.org/show_bug.cgi?id=15639
1873 * fast/js/math-expected.txt: Added.
1874 * fast/js/math.html: Added.
1875 * fast/js/resources/math.js: Added.
1877 2007-10-22 Eric Seidel <eric@webkit.org>
1881 Add tests to verify that font-face-* DOM bindings are exposed correctly.
1883 * fast/js/resources/js-test-pre.js: add shouldBeNull and shouldBeEqualToString
1884 * svg/dom/font-face-elements-expected.txt: Added.
1885 * svg/dom/font-face-elements.html: Added.
1887 2007-10-22 Eric Seidel <eric@webkit.org>
1891 Implement <font-face> and friends
1892 http://bugs.webkit.org/show_bug.cgi?id=10652
1894 * platform/mac/svg/custom/font-face-cascade-order-expected.checksum: Added.
1895 * platform/mac/svg/custom/font-face-cascade-order-expected.png: Added.
1896 * platform/mac/svg/custom/font-face-cascade-order-expected.txt: Added.
1897 * platform/mac/svg/custom/font-face-simple-expected.checksum: Added.
1898 * platform/mac/svg/custom/font-face-simple-expected.png: Added.
1899 * platform/mac/svg/custom/font-face-simple-expected.txt: Added.
1900 * platform/mac/svg/custom/font-face-source-fallback-expected.txt: Added.
1901 * svg/custom/font-face-cascade-order.svg: Added.
1902 * svg/custom/font-face-simple.svg: Added.
1903 * svg/custom/font-face-fallback.svg-disabled: Added. Disabled due to bug 15588
1905 2007-10-22 Darin Adler <darin@apple.com>
1909 - tests for http://bugs.webkit.org/show_bug.cgi?id=15632
1911 Added tests for cases where you use something that looks like an array
1912 index, but it has a fractional part.
1914 * fast/js/kde/resources/Array.js: Added tests.
1915 * fast/js/kde/Array-expected.txt: Updated.
1917 2007-10-22 Darin Adler <darin@apple.com>
1919 * fast/js/kde/resources/Array.js: Added tests to cover missing value behavior
1920 (not the same as undefined values in arrays). This matches the ECMA JavaScript
1921 specification, but doesn't exactly match Firefox, because Firefox incorrectly
1922 inserts undefined values rather than missing values in array literals with
1924 * fast/js/kde/Array-expected.txt: Updated with results.
1926 2007-10-21 Mark Rowe <mrowe@apple.com>
1930 Test for http://bugs.webkit.org/show_bug.cgi?id=15603
1931 Bug 15603: Regression(r26847): Crash when sorting an empty array from JavaScript
1933 * fast/js/kde/Array-expected.txt:
1934 * fast/js/kde/resources/Array.js: Update to cover sorting an empty array.
1936 2007-10-21 Nikolas Zimmermann <zimmermann@kde.org>
1938 Forgot to land the new computed style results in fast/css - after the addition of glyph-orientation-*.
1940 * fast/css/computed-style-expected.txt:
1941 * fast/css/computed-style-without-renderer-expected.txt:
1943 2007-10-21 Nikolas Zimmermann <zimmermann@kde.org>
1947 Add new testcase to stress test the glyph-orientation-* parsing rules.
1949 * svg/css/getComputedStyle-basic-expected.txt:
1950 * svg/css/getComputedStyle-basic.xhtml:
1951 * svg/css/glyph-orientation-rounding-test-expected.txt: Added.
1952 * svg/css/glyph-orientation-rounding-test.xhtml: Added.
1954 2007-10-21 Dan Bernstein <mitz@apple.com>
1956 Reviewed by Dave Hyatt.
1958 - test for http://bugs.webkit.org/show_bug.cgi?id=15259
1959 <rdar://problem/5499902> REGRESSION: Text overflows when using word spacing and centering (affects myspace.com music videos page)
1961 * fast/text/word-space.html: Added.
1962 * platform/mac/fast/css/word-space-extra-expected.txt: Updated result.
1963 * platform/mac/fast/text/word-space-expected.checksum: Added.
1964 * platform/mac/fast/text/word-space-expected.png: Added.
1965 * platform/mac/fast/text/word-space-expected.txt: Added.
1967 2007-10-20 Dan Bernstein <mitz@apple.com>
1969 Reviewed by Dave Hyatt.
1971 - test and updated results for http://bugs.webkit.org/show_bug.cgi?id=15208
1972 display:table causes the collapsed text to show at a different position when expanded
1974 * fast/table/form-in-table-before-misnested-text-crash-css-expected.txt:
1975 * fast/table/form-in-table-before-misnested-text-crash-expected.txt:
1976 * fast/table/insert-before-anonymous-ancestors.html: Added.
1977 * fast/table/section-in-table-before-misnested-text-crash-css-expected.txt:
1978 * fast/table/section-in-table-before-misnested-text-crash-expected.txt:
1979 * platform/mac/fast/table/insert-before-anonymous-ancestors-expected.checksum: Added.
1980 * platform/mac/fast/table/insert-before-anonymous-ancestors-expected.png: Added.
1981 * platform/mac/fast/table/insert-before-anonymous-ancestors-expected.txt: Added.
1983 2007-10-20 Darin Adler <darin@apple.com>
1985 Reviewed by Tim Hatcher.
1987 - http://bugs.webkit.org/show_bug.cgi?id=15544
1988 <rdar://problem/5076426> fast/events/arrow-navigation.html needs to
1989 not rely on Apple-specific key codes
1991 * fast/events/arrow-navigation.html: Use "rightArrow" instead.
1993 2007-10-20 Nikolas Zimmermann <zimmermann@kde.org>
1997 Updated tests that dependant on display="none" / display="inline" for SVG text.
1999 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum:
2000 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
2001 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
2002 * platform/mac/svg/carto.net/tabgroup-expected.checksum:
2003 * platform/mac/svg/carto.net/tabgroup-expected.png:
2004 * platform/mac/svg/carto.net/tabgroup-expected.txt:
2005 * svg/batik/text/textProperties2-expected.checksum:
2006 * svg/batik/text/textProperties2-expected.png:
2007 * svg/batik/text/textProperties2-expected.txt:
2009 2007-10-20 Nikolas Zimmermann <zimmermann@kde.org>
2013 Updated tests that need textLength/lengthAdjust/kerning support.
2015 * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
2016 * svg/batik/text/textLayout-expected.checksum:
2017 * svg/batik/text/textLayout-expected.png:
2018 * svg/batik/text/textLayout-expected.txt:
2019 * svg/batik/text/textOnPathSpaces-expected.checksum:
2020 * svg/batik/text/textOnPathSpaces-expected.png:
2021 * svg/batik/text/textOnPathSpaces-expected.txt:
2022 * svg/batik/text/textPosition-expected.txt:
2023 * svg/batik/text/textPosition2-expected.txt:
2024 * svg/custom/text-letter-spacing-expected.txt:
2025 * svg/text/text-spacing-01-b-expected.checksum:
2026 * svg/text/text-spacing-01-b-expected.png:
2027 * svg/text/text-spacing-01-b-expected.txt:
2029 2007-10-19 Oliver Hunt <oliver@apple.com>
2033 Updating window properties to include new features from HTML5 database support
2035 * fast/dom/Window/window-properties-expected.txt:
2037 2007-10-19 Adele Peterson <adele@apple.com>
2041 Test for <rdar://problem/5518461> REGRESSION (2.0.4-3): Popup arrows are missing in small popups at homedepot.com
2043 * fast/forms/menulist-no-overflow.html: Added.
2044 * platform/mac/fast/forms/menulist-no-overflow-expected.checksum: Added.
2045 * platform/mac/fast/forms/menulist-no-overflow-expected.png: Added.
2046 * platform/mac/fast/forms/menulist-no-overflow-expected.txt: Added.
2048 2007-10-19 Nikolas Zimmermann <zimmermann@kde.org>
2050 Rubberstamped by Oliver.
2052 Land tiger baseline matching my MBP, as discussed with Oliver.
2053 Mostly differences regarding the size of "(" / ")" characters.
2055 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.checksum:
2056 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png:
2057 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.checksum:
2058 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png:
2059 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.checksum:
2060 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png:
2061 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.checksum:
2062 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png:
2063 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.checksum:
2064 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png:
2065 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.checksum:
2066 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png:
2067 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum:
2068 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
2069 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum:
2070 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
2071 * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.checksum:
2072 * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
2073 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.checksum:
2074 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.png:
2075 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.checksum:
2076 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
2077 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.checksum:
2078 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
2079 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.checksum:
2080 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
2081 * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.checksum:
2082 * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
2083 * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.checksum:
2084 * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.png:
2085 * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.checksum:
2086 * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.png:
2087 * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.checksum:
2088 * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.png:
2089 * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.checksum:
2090 * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.png:
2091 * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.checksum:
2092 * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.png:
2093 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.checksum:
2094 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
2095 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum:
2096 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
2097 * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.checksum:
2098 * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.png:
2099 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.checksum:
2100 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
2101 * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.checksum:
2102 * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png:
2103 * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.checksum:
2104 * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
2105 * platform/mac/svg/carto.net/colourpicker-expected.checksum:
2106 * platform/mac/svg/carto.net/colourpicker-expected.png:
2107 * platform/mac/svg/carto.net/combobox-expected.checksum:
2108 * platform/mac/svg/carto.net/combobox-expected.png:
2109 * platform/mac/svg/carto.net/scrollbar-expected.checksum:
2110 * platform/mac/svg/carto.net/scrollbar-expected.png:
2111 * platform/mac/svg/carto.net/selectionlist-expected.checksum:
2112 * platform/mac/svg/carto.net/selectionlist-expected.png:
2114 2007-10-19 Sam Weinig <sam@webkit.org>
2118 Update results after changing the warning message in isSafeScript to print the frame URL
2119 rather than the security domain URL. This now also prints the warning when using data:
2120 URLs because we no longer return early.
2122 * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level-expected.txt:
2123 * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-expected.txt:
2124 * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame-expected.txt:
2125 * http/tests/security/dataURL/xss-DENIED-from-javascript-url-window-open-expected.txt:
2126 * http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url-expected.txt:
2127 * http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-2-level-expected.txt:
2128 * http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-expected.txt:
2129 * http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase-expected.txt:
2130 * http/tests/security/dataURL/xss-DENIED-to-data-url-window-open-expected.txt:
2131 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-subframe-expected.txt:
2132 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-window-open-expected.txt:
2133 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-subframe-expected.txt:
2134 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-window-open-expected.txt:
2136 2007-10-19 Dan Bernstein <mitz@apple.com>
2138 Rubber-stamped by Sam Weinig.
2140 removing a commented-out test and a test that no longer fails
2142 * platform/mac-leopard/Skipped:
2144 2007-10-19 David Kilzer <ddkilzer@webkit.org>
2148 Provide the functionality of js-test-post.js in a function named isSuccessfullyParsed().
2150 * fast/encoding/char-encoding.html: Updated to use js-test-post-function.js instead of local hack.
2151 * fast/js/resources/js-test-post-function.js: Copied from LayoutTests/fast/js/resources/js-test-post.js.
2152 Modified to create isSuccessfullyParsed() function.
2154 2007-10-18 Dan Bernstein <mitz@apple.com>
2156 Rubber-stamped by Mark Rowe.
2158 removing tests that no longer fail
2160 * platform/mac-leopard/Skipped:
2162 2007-10-18 Justin Garcia <justin.garcia@apple.com>
2164 Reviewed by Kevin McCullough.
2166 <rdar://problem/5483526>
2167 GoogleDocs: A hang occurs when applying list styling to a selection containing a table and line breaks
2169 Demonstrates fix for the hang:
2170 * editing/execCommand/5483526-expected.txt: Added.
2171 * editing/execCommand/5483526.html: Added.
2173 Fixed selection endpoint (problems with selection painting prevent this
2174 from being reflected in the pixel test results):
2175 * platform/mac/editing/execCommand/5432254-2-expected.txt:
2177 2007-10-18 Dan Bernstein <mitz@apple.com>
2179 Reviewed by Adam Roben.
2181 - removing fixed test
2183 * platform/mac-leopard/Skipped:
2185 2007-10-18 Darin Adler <darin@apple.com>
2189 - test update for http://bugs.webkit.org/show_bug.cgi?id=15541
2190 REGRESSION (r26616): prompt with one argument uses the literal "undefined" as default reply
2192 * fast/dom/Window/alert-undefined-expected.txt: Back to expecting empty string for default value.
2194 2007-10-18 Dan Bernstein <mitz@apple.com>
2196 Reviewed by Nikolas Zimmermann.
2198 - test for http://bugs.webkit.org/show_bug.cgi?id=15367
2199 Assertion failure inspecting a document including soft hyphen code (0xad)
2201 * fast/text/word-break-soft-hyphen.html: Added.
2202 * platform/mac/fast/text/word-break-soft-hyphen-expected.checksum: Added.
2203 * platform/mac/fast/text/word-break-soft-hyphen-expected.png: Added.
2204 * platform/mac/fast/text/word-break-soft-hyphen-expected.txt: Added.
2206 2007-10-18 Nikolas Zimmermann <zimmermann@kde.org>
2210 Regenerated result of following test, now that ImageBuffers are correctly clipped to the
2211 visible frame size (RenderView) - no more drawing outside that region.
2213 * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.checksum:
2214 * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.png:
2216 2007-10-18 Eric Seidel <eric@webkit.org>
2220 Test case for http://bugs.webkit.org/show_bug.cgi?id=15504
2221 Landed -disabled as it's blocked by:
2222 http://bugs.webkit.org/show_bug.cgi?id=15503
2224 * fast/js/resources/js-test-post.js: add support for XHTML
2225 * fast/js/resources/js-test-pre.js: add support for XHTML
2226 * svg/dom/viewspec-parser.html-disabled: Added.
2228 2007-10-17 Rob Buis <buis@kde.org>
2230 Reviewed by Darin, Adam, and Maciej.
2233 http://bugs.webkit.org/show_bug.cgi?id=12988
2234 First element (in document order) is not returned when other duplicate ID-ed elements were created first
2236 * fast/dom/duplicate-ids-document-order.html: Added.
2238 2007-10-17 Alice Liu <alice.liu@apple.com>
2240 Rubber-stamped by Adele.
2242 Correct uses of initKeyboardEvent for tests that test accesskey.
2243 Accesskey modifier is ctrl for mac and alt for other platforms.
2245 * fast/events/access-key-self-destruct.html:
2246 * fast/forms/access-key.html:
2247 * fast/forms/legend-access-key.html:
2249 2007-10-17 Darin Adler <darin@apple.com>
2251 Reviewed by Mark Rowe.
2253 - test for http://bugs.webkit.org/show_bug.cgi?id=15543
2254 <rdar://problem/5545639> REGRESSION (r26697):
2255 GoogleDocs: Can't create new documents or open existing ones
2257 * fast/js/regexp-non-character-expected.txt: Added.
2258 * fast/js/regexp-non-character.html: Added.
2259 * fast/js/resources/regexp-non-character.js: Added.
2261 2007-10-17 Justin Garcia <justin.garcia@apple.com>
2263 Reviewed by Harrison.
2265 <rdar://problem/5481523>
2266 GoogleDocs: Safari hangs when indenting a particular table twice
2268 * editing/execCommand/5481523.html: Added.
2269 * platform/mac/editing/execCommand/5481523-expected.checksum: Added.
2270 * platform/mac/editing/execCommand/5481523-expected.png: Added.
2271 * platform/mac/editing/execCommand/5481523-expected.txt: Added.
2273 2007-10-16 Alice Liu <alice.liu@apple.com>
2275 removing fixed tests
2277 * platform/win/Skipped:
2279 2007-10-16 Alice Liu <alice.liu@apple.com>
2281 Rubber-stamped by Adele.
2283 fixing incorrect usage of JS String search method.
2285 * editing/deleting/delete-by-word-001.html:
2286 * editing/deleting/delete-by-word-002.html:
2287 * fast/forms/input-text-option-delete.html:
2288 * fast/forms/listbox-onchange.html:
2289 * fast/forms/listbox-selection.html:
2291 2007-10-16 Geoffrey Garen <ggaren@apple.com>
2293 Reviewed by Maciej Stachowiak.
2295 Layout tests for http://bugs.webkit.org/show_bug.cgi?id=15478
2296 Declare vars and functions iteratively upon entering an execution context
2298 * fast/js/function-declarations-expected.txt: Added.
2299 * fast/js/function-declarations.html: Added.
2300 * fast/js/var-declarations-expected.txt: Added.
2301 * fast/js/var-declarations.html: Added.
2303 2007-10-16 Alice Liu <alice.liu@apple.com>
2307 Fix <rdar://5134108> "fast/forms/select-accesskey.html and focus-selection-input.html fail on Windows"
2309 Adding code to choose the right accesskey modifier based on a useragent check for existance of mac platform.
2310 * fast/forms/focus-selection-input.html:
2311 * fast/forms/select-accesskey.html:
2313 2007-10-16 Darin Adler <darin@apple.com>
2317 - http://bugs.webkit.org/show_bug.cgi?id=15533
2318 some tests have hard-coded Mac-specific modifier keys
2320 - <rdar://problem/5102974> Layout tests fail on Windows because
2321 they have hard-coded Mac-specific modifier keys
2322 - <rdar://problem/5075449> fast/forms/listbox-onchange.html
2323 is failing on Windows due to modifier key differences
2324 - <rdar://problem/5134134> test 12 in fast/forms/listbox-selection.html
2327 * editing/deleting/delete-by-word-001.html: Use control key instead of alt key to
2328 delete a word on non-Mac platforms. Also use character 8 instead of 127.
2329 * editing/deleting/delete-by-word-002.html: Ditto.
2330 * fast/forms/input-text-option-delete.html: Ditto.
2331 * fast/forms/listbox-onchange.html: Use control key instead of meta key to toggle
2332 a single list item on non-Mac platforms.
2333 * fast/forms/listbox-selection.html: Ditto.
2335 2007-10-16 Mitz Pettel <mitz@webkit.org>
2337 Reviewed by Dave Hyatt.
2339 - test for http://bugs.webkit.org/show_bug.cgi?id=15296
2340 REGRESSION (r19716-r19719): width not specified for <marquee> tag is causing the alignment issue.
2342 * fast/block/float/marquee-shrink-to-avoid-floats.html: Added.
2343 * platform/mac/fast/block: Added.
2344 * platform/mac/fast/block/float: Added.
2345 * platform/mac/fast/block/float/marquee-shrink-to-avoid-floats-expected.checksum: Added.
2346 * platform/mac/fast/block/float/marquee-shrink-to-avoid-floats-expected.png: Added.
2347 * platform/mac/fast/block/float/marquee-shrink-to-avoid-floats-expected.txt: Added.
2349 2007-10-16 Beth Dakin <bdakin@apple.com>
2353 Fix for <rdar://problem/5517118> REGRESSION: 9A570 - Safari renders
2354 Amazon seller page way too small
2356 * fast/css/pendingStylesheetFontSize.html: Added.
2357 * platform/mac/fast/css/pendingStylesheetFontSize-expected.checksum: Added.
2358 * platform/mac/fast/css/pendingStylesheetFontSize-expected.png: Added.
2359 * platform/mac/fast/css/pendingStylesheetFontSize-expected.txt: Added.
2361 2007-10-16 Adele Peterson <adele@apple.com>
2365 Updating with correct results for:
2366 <rdar://problem/5538793> REGRESSION: Failing layout test: fast/forms/select-change-listbox-to-popup.html (due to landing feature branch)
2368 * platform/mac/fast/forms/select-change-listbox-to-popup-expected.txt:
2370 2007-10-16 Alexey Proskuryakov <ap@webkit.org>
2374 http://bugs.webkit.org/show_bug.cgi?id=15506
2375 editing/pasteboard/paste-into-anchor-text.html accesses an external resource
2377 Removed the external resource reference and made the test dump as text.
2379 * editing/pasteboard/paste-into-anchor-text-expected.txt: Copied from platform/mac/editing/pasteboard/paste-into-anchor-text-expected.txt.
2380 * editing/pasteboard/paste-into-anchor-text.html:
2381 * platform/mac/editing/pasteboard/paste-into-anchor-text-expected.checksum: Removed.
2382 * platform/mac/editing/pasteboard/paste-into-anchor-text-expected.png: Removed.
2383 * platform/mac/editing/pasteboard/paste-into-anchor-text-expected.txt: Removed.
2385 2007-10-15 Geoffrey Garen <ggaren@apple.com>
2387 Fixed layout test for reals. Changed \r\n to \n, fixing mass confusion.
2389 * fast/js/do-while-expression-value-expected.txt:
2390 * fast/js/do-while-expression-value.html:
2391 * fast/js/nested-function-scope.html:
2392 * fast/js/while-expression-value-expected.txt:
2393 * fast/js/while-expression-value.html:
2395 2007-10-15 Kevin McCullough <kmccullough@apple.com>
2399 - <rdar://problem/5238818> window.resizeTo doesn't restrict the resized window to the size of the screen
2400 - Now we take the dock into account when resizing.
2401 - 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.
2403 * fast/dom/Window/window-resize-expected.txt:
2404 * fast/dom/Window/window-resize.html:
2406 2007-10-15 Geoffrey Garen <ggaren@apple.com>
2408 Changed line ending style of results file to fix layout test that was
2409 failing locally on my machine.
2411 * fast/js/nested-function-scope-expected.txt:
2413 2007-10-15 Geoffrey Garen <ggaren@apple.com>
2415 Reviewed by Darin Adler.
2417 Removed surprising self-named "hack" that made nested functions
2418 available as named properties of their containing functions, and placed
2419 containing function objects in the scope chains of nested functions.
2421 [ Patch broken off from http://bugs.webkit.org/show_bug.cgi?id=14868 ]
2423 Changed this test to reflect correct behavior:
2425 * fast/js/kde/function-expected.txt:
2426 * fast/js/kde/resources/function.js: (Also removed tab characters.)
2428 Added this test to flesh out the behavior more:
2430 * fast/js/nested-function-scope-expected.txt: Added.
2431 * fast/js/nested-function-scope.html: Added.
2433 2007-10-15 Geoffrey Garen <ggaren@apple.com>
2435 Committed revision 26618.
2437 Made function parameters DontDelete.
2439 * fast/js/delete-function-parameter-expected.txt: Added.
2440 * fast/js/delete-function-parameter.html: Added.
2442 2007-10-13 Geoffrey Garen <ggaren@apple.com>
2444 Reviewed by Maciej Stachowiak.
2446 Layout tests for http://bugs.webkit.org/show_bug.cgi?id=15490
2447 Iteration statements sometimes incorrectly evaluate to the empty value
2450 * fast/js/do-while-expression-value-expected.txt: Added.
2451 * fast/js/do-while-expression-value.html: Added.
2452 * fast/js/while-expression-value-expected.txt: Added.
2453 * fast/js/while-expression-value.html: Added.
2455 2007-10-15 Darin Adler <darin@apple.com>
2459 - fix http://bugs.webkit.org/show_bug.cgi?id=15520
2460 alert(undefined) should say "undefined" in the alert
2462 * fast/dom/Window/alert-undefined.html: Added tests of null and both confirm and prompt.
2463 * fast/dom/Window/alert-undefined-expected.txt: Updated.
2465 2007-10-15 Adele Peterson <adele@apple.com>
2469 Test for http://bugs.webkit.org/show_bug.cgi?id=15252
2470 <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
2472 * fast/forms/listbox-scroll-after-options-removed-expected.txt: Added.
2473 * fast/forms/listbox-scroll-after-options-removed.html: Added.
2475 2007-10-15 Alice Liu <alice.liu@apple.com>
2479 * platform/win/Skipped:
2481 2007-10-15 Kevin McCullough <kmccullough@apple.com>
2485 - <rdar://problem/5536630> fast/dom/Window/new-window-opener.html fails
2486 - This test used to pass because of a mistake in js-test-pre.js.
2487 Now that the js file has been fixed this test has been updated, some
2488 of the test cases fail because DRT does not implement delegate methods
2489 for the bars for each WebView.
2490 - See <rdar://problem/5538752> DumpRenderTree does not have a UIDelegate for each WebView.
2492 - Also changed the test to correctly wait for the window to close before
2493 starting a new testcase. This is necessary because all the windows have
2494 the same name and cannot override the settings of a pre-existing window.
2496 * fast/dom/Window/new-window-opener-expected.txt:
2497 * fast/dom/Window/new-window-opener.html:
2499 2007-10-15 Oliver Hunt <oliver@apple.com>
2503 Reset svg pixel tests to a tiger baseline and move them to platform/mac
2506 2007-10-14 Darin Adler <darin@apple.com>
2508 - added exceptions for all the tests failing on my personal Leopard machine
2510 This may or may not get the buildbot green. I'll file separate bugs for each
2511 of the tests with changed results.
2513 * platform/mac-leopard/dom: Added.
2514 * platform/mac-leopard/dom/xhtml: Added.
2515 * platform/mac-leopard/dom/xhtml/level2: Added.
2516 * platform/mac-leopard/dom/xhtml/level2/html: Added.
2517 * platform/mac-leopard/dom/xhtml/level2/html/HTMLDocument12-expected.txt: Added.
2518 * platform/mac-leopard/editing: Added.
2519 * platform/mac-leopard/editing/pasteboard: Added.
2520 * platform/mac-leopard/editing/pasteboard/paste-RTFD-expected.txt: Added.
2521 * platform/mac-leopard/http: Added.
2522 * platform/mac-leopard/http/tests: Added.
2523 * platform/mac-leopard/http/tests/security: Added.
2524 * platform/mac-leopard/http/tests/security/dataURL: Added.
2525 * platform/mac-leopard/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase-expected.txt: Added.
2526 * platform/mac-leopard/svg/custom: Added.
2527 * platform/mac-leopard/svg/custom/stroke-width-click-expected.txt: Added.
2528 * platform/mac-leopard/webarchive: Added.
2529 * platform/mac-leopard/webarchive/test-xml-stylesheet-expected.txt: Added.
2531 * platform/mac-leopard/security/block-test-expected.txt: Changed results.
2533 2007-10-14 Darin Adler <darin@apple.com>
2535 - moved a test that somehow ended up doubly-nested in platform/mac
2537 * platform/mac/fast/text/justified-text-rect-expected.checksum: Copied from platform/mac/platform/mac/fast/text/justified-text-rect-expected.checksum.
2538 * platform/mac/fast/text/justified-text-rect-expected.png: Copied from platform/mac/platform/mac/fast/text/justified-text-rect-expected.png.
2539 * platform/mac/fast/text/justified-text-rect-expected.txt: Copied from platform/mac/platform/mac/fast/text/justified-text-rect-expected.txt.
2540 * platform/mac/platform: Removed.
2541 * platform/mac/platform/mac: Removed.
2542 * platform/mac/platform/mac/fast: Removed.
2543 * platform/mac/platform/mac/fast/text: Removed.
2544 * platform/mac/platform/mac/fast/text/justified-text-rect-expected.checksum: Removed.
2545 * platform/mac/platform/mac/fast/text/justified-text-rect-expected.png: Removed.
2546 * platform/mac/platform/mac/fast/text/justified-text-rect-expected.txt: Removed.
2548 2007-10-14 Oliver Hunt <oliver@apple.com>
2552 Revert layout test move.
2554 Filed http://bugs.webkit.org/show_bug.cgi?id=15513 to track correction for even earlier change
2556 2007-10-14 Nikolas Zimmermann <zimmermann@kde.org>
2558 Rubberstamped by Eric.
2560 Move current layout tests results from platform/mac/svg to platform/mac-tiger/svg.
2561 The problem is that the current results have accidently been generated with Leopard,
2562 I'm still moving this to mac-tiger so we don't loose the history for all the results.
2563 After this commit, the baseline will be regenerated in mac-tiger/svg, and someone with
2564 Leopard needs to generate new results in mac-leopard/svg.
2566 * platform/mac-tiger/svg: Copied from platform/mac/svg.
2567 * platform/mac/svg: Removed.
2569 2007-10-14 Mitz Pettel <mitz@webkit.org>
2573 - test for http://bugs.webkit.org/show_bug.cgi?id=15181
2574 text-transform: uppercase not working in input (submit, reset, button) elements
2575 <rdar://problem/5474647>
2577 * fast/forms/button-text-transform.html: Added.
2578 * platform/mac/fast/forms/button-text-transform-expected.checksum: Added.
2579 * platform/mac/fast/forms/button-text-transform-expected.png: Added.
2580 * platform/mac/fast/forms/button-text-transform-expected.txt: Added.
2582 2007-10-14 Eric Seidel <eric@webkit.org>
2586 Test for http://bugs.webkit.org/show_bug.cgi?id=15274
2587 REGRESSION: Javascript bug in getElementsByName
2589 * fast/dom/getelementbyname-invalidation-expected.txt: Added.
2590 * fast/dom/getelementbyname-invalidation.html: Added.
2592 2007-10-14 Mitz Pettel <mitz@webkit.org>
2594 Reviewed by Dave Hyatt.
2596 - test for http://bugs.webkit.org/show_bug.cgi?id=15309
2597 <rdar://problem/5512020> Crash due to infinite recursion in RenderTable::addChild
2599 * fast/table/generated-caption.html: Added.
2600 * platform/mac/fast/table/generated-caption-expected.checksum: Added.
2601 * platform/mac/fast/table/generated-caption-expected.png: Added.
2602 * platform/mac/fast/table/generated-caption-expected.txt: Added.
2604 2007-10-14 Cameron Zwarich <cwzwarich@uwaterloo.ca>
2608 Adds serialization test cases for NegateNode optimization from KDE.
2610 * fast/js/function-decompilation-operators-expected.txt:
2611 * fast/js/function-decompilation-operators.html:
2613 2007-10-14 Jason Foreman <jason@threeve.org>
2617 Adding test for http://bugs.webkit.org/show_bug.cgi?id=15145.
2620 * fast/js/number-toprecision-expected.txt: Added.
2621 * fast/js/number-toprecision.html: Added.
2622 * fast/js/resources/number-toprecision.js: Added.
2624 2007-10-14 Feng Qian <ian.eng.webkit@gmail.com>
2628 * fast/events/window-events-bubble2.html:
2630 == Rolled over to ChangeLog-2007-10-14 ==