1 2006-06-25 David Carson <dacarson@gmail.com>
5 Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=9185
7 * fast/forms/input-appearance-height-expected.png: Added.
8 * fast/forms/input-appearance-height-expected.txt: Added.
9 * fast/forms/input-appearance-height.html: Added.
10 Tests the height attribute on all input types
12 * fast/forms/input-type-change-expected.checksum: Added.
13 * fast/forms/input-type-change-expected.png: Added.
14 * fast/forms/input-type-change-expected.txt: Added.
15 * fast/forms/input-type-change.html: Added.
16 Tests changing an input type=TEXT to type=IMAGE with
17 a height and width specified on the element.
19 * fast/forms/input-type-change2-expected.checksum: Added.
20 * fast/forms/input-type-change2-expected.png: Added.
21 * fast/forms/input-type-change2-expected.txt: Added.
22 * fast/forms/input-type-change2.html: Added.
23 Tests changing an input type=IMAGE to type=TEXT with
24 a height and width specified on the element.
26 2006-06-25 David Kilzer <ddkilzer@kilzer.net>
30 * fast/forms/textarea-hard-linewrap-empty.html: Submit form without setTimeout().
31 * fast/forms/textarea-hard-linewrap.html: Ditto.
33 2006-06-25 David Kilzer <ddkilzer@kilzer.net>
37 - http://bugzilla.opendarwin.org/show_bug.cgi?id=9537
38 REGRESSION: Reproducible crash in WebCore::RenderTextField::textWithHardLineBreaks()
40 * fast/forms/textarea-hard-linewrap-empty-expected.txt: Added.
41 * fast/forms/textarea-hard-linewrap-empty.html: Added.
42 * fast/forms/textarea-hard-linewrap.html: Reduced timeout from 200ms to 0ms and
43 renamed function from foo() to submitForm().
45 2006-06-25 Mitz Pettel <opendarwin.org@mitzpettel.com>
49 - repaint test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9388
50 REGRESSION: outlines don't get erased when removed in some cases
52 * fast/repaint/outline-shrinking-expected.checksum: Added.
53 * fast/repaint/outline-shrinking-expected.png: Added.
54 * fast/repaint/outline-shrinking-expected.txt: Added.
55 * fast/repaint/outline-shrinking.html: Added.
57 2006-06-25 Rob Buis <buis@kde.org>
62 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8707>
63 event.clientX and event.clientY should be relative to the viewport, not the canvas
65 * fast/dom/window-xy-properties-expected.txt: Added.
66 * fast/dom/window-xy-properties.html: Added.
68 2006-06-25 Timothy Hatcher <timothy@apple.com>
70 http://bugzilla.opendarwin.org/show_bug.cgi?id=9560
72 This fix converted the resize corner image to a B/W tiff.
73 The pixel tests showed 0.0% changes but still said it had differences.
74 Updating the tests that use CSS3 resize or textarea.
76 * fast/forms/floating-textfield-relayout-expected.checksum:
77 * fast/forms/form-element-geometry-expected.checksum:
78 * fast/forms/form-element-geometry-expected.png:
79 * fast/forms/negativeLineHeight-expected.checksum:
80 * fast/forms/negativeLineHeight-expected.png:
81 * fast/forms/textAreaLineHeight-expected.checksum:
82 * fast/forms/textAreaLineHeight-expected.png:
83 * fast/forms/textarea-setinnerhtml-expected.checksum:
84 * fast/forms/textarea-setinnerhtml-expected.png:
85 * fast/overflow/overflow-x-y-expected.checksum:
86 * fast/overflow/overflow-x-y-expected.png:
87 * fast/table/003-expected.checksum:
88 * fast/table/003-expected.png:
89 * tables/mozilla/bugs/bug194024-expected.checksum:
90 * tables/mozilla/bugs/bug194024-expected.png:
91 * tables/mozilla/bugs/bug30559-expected.checksum:
92 * tables/mozilla/bugs/bug30559-expected.png:
93 * tables/mozilla/bugs/bug30692-expected.checksum:
94 * tables/mozilla/bugs/bug30692-expected.png:
96 2006-06-24 David Kilzer <ddkilzer@kilzer.net>
98 Build fix. Reviewed by NOBODY.
100 - Backed out patch for http://bugzilla.opendarwin.org/show_bug.cgi?id=8707
101 event.clientX and event.clientY should be relative to the viewport, not the canvas
103 * fast/dom/window-xy-properties-expected.txt: Removed.
104 * fast/dom/window-xy-properties.html: Removed.
106 2006-06-24 Rob Buis <buis@kde.org>
111 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8707>
112 event.clientX and event.clientY should be relative to the viewport, not the canvas
114 * fast/dom/window-xy-properties-expected.txt: Added.
115 * fast/dom/window-xy-properties.html: Added.
117 2006-06-24 James G. Speth <speth@end.com>
121 - Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=8843
122 add a way to build Objective-C test cases in HTML
124 * plugins/jsobjc-dom-wrappers-expected.txt: Added.
125 * plugins/jsobjc-dom-wrappers.html: Added.
126 * plugins/jsobjc-simple-expected.txt: Added.
127 * plugins/jsobjc-simple.html: Added.
129 2006-06-24 Rob Buis <buis@kde.org>
134 <http://bugzilla.opendarwin.org/show_bug.cgi?id=9352>
135 Webkit doesn't respect stroke-width in SVG for smaller <circle>s
137 * svg/custom/gradient-stroke-width-expected.checksum: Added.
138 * svg/custom/gradient-stroke-width-expected.png: Added.
139 * svg/custom/gradient-stroke-width-expected.txt: Added.
140 * svg/custom/gradient-stroke-width.svg: Added.
142 2006-06-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
144 Reviewed by Darin, landed by ap.
146 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9547
147 Resize corner does not track the mouse accurately
149 * fast/css/resize-corner-tracking-expected.checksum: Added.
150 * fast/css/resize-corner-tracking-expected.png: Added.
151 * fast/css/resize-corner-tracking-expected.txt: Added.
152 * fast/css/resize-corner-tracking.html: Added.
154 2006-06-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
156 Reviewed by Darin. landed by ap.
158 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9316
159 REGRESSION: text field width shrinks on first keystroke
161 * fast/forms/floating-textfield-relayout-expected.checksum: Added.
162 * fast/forms/floating-textfield-relayout-expected.png: Added.
163 * fast/forms/floating-textfield-relayout-expected.txt: Added.
164 * fast/forms/floating-textfield-relayout.html: Added.
166 2006-06-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
170 - updated test results for http://bugzilla.opendarwin.org/show_bug.cgi?id=9531
171 Pages that need only a horizontal scroll bar get a vertical one as well
173 * css1/classification/white_space-expected.checksum:
174 * css1/classification/white_space-expected.png:
175 * css1/classification/white_space-expected.txt:
176 * editing/selection/select-all-004-expected.checksum:
177 * editing/selection/select-all-004-expected.png:
178 * editing/selection/select-all-004-expected.txt:
179 * editing/selection/unrendered-001-expected.checksum:
180 * editing/selection/unrendered-001-expected.png:
181 * editing/selection/unrendered-001-expected.txt:
182 * editing/selection/unrendered-002-expected.checksum:
183 * editing/selection/unrendered-002-expected.png:
184 * editing/selection/unrendered-002-expected.txt:
185 * editing/selection/unrendered-003-expected.checksum:
186 * editing/selection/unrendered-003-expected.png:
187 * editing/selection/unrendered-003-expected.txt:
188 * editing/selection/unrendered-004-expected.checksum:
189 * editing/selection/unrendered-004-expected.png:
190 * editing/selection/unrendered-004-expected.txt:
191 * editing/selection/unrendered-005-expected.checksum:
192 * editing/selection/unrendered-005-expected.png:
193 * editing/selection/unrendered-005-expected.txt:
194 * fast/block/float/019-expected.checksum:
195 * fast/block/float/019-expected.png:
196 * fast/block/float/019-expected.txt:
197 * fast/block/margin-collapse/104-expected.checksum:
198 * fast/block/margin-collapse/104-expected.png:
199 * fast/block/margin-collapse/104-expected.txt:
200 * fast/block/positioning/relative-overflow-block-expected.checksum:
201 * fast/block/positioning/relative-overflow-block-expected.txt:
202 * fast/block/positioning/relative-overflow-replaced-expected.checksum:
203 * fast/block/positioning/relative-overflow-replaced-expected.txt:
204 * fast/block/positioning/relative-overflow-replaced-float-expected.checksum:
205 * fast/block/positioning/relative-overflow-replaced-float-expected.txt:
206 * fast/lists/li-br-expected.checksum:
207 * fast/lists/li-br-expected.png:
208 * fast/lists/li-br-expected.txt:
209 * fast/media/mq-relative-constraints-02-expected.checksum:
210 * fast/media/mq-relative-constraints-02-expected.png:
211 * fast/media/mq-relative-constraints-02-expected.txt:
212 * fast/media/mq-relative-constraints-03-expected.checksum:
213 * fast/media/mq-relative-constraints-03-expected.png:
214 * fast/media/mq-relative-constraints-03-expected.txt:
215 * fast/media/mq-relative-constraints-04-expected.checksum:
216 * fast/media/mq-relative-constraints-04-expected.png:
217 * fast/media/mq-relative-constraints-04-expected.txt:
218 * fast/media/mq-relative-constraints-05-expected.checksum:
219 * fast/media/mq-relative-constraints-05-expected.png:
220 * fast/media/mq-relative-constraints-05-expected.txt:
221 * fast/media/mq-relative-constraints-06-expected.checksum:
222 * fast/media/mq-relative-constraints-06-expected.png:
223 * fast/media/mq-relative-constraints-06-expected.txt:
224 * fast/media/mq-relative-constraints-07-expected.checksum:
225 * fast/media/mq-relative-constraints-07-expected.png:
226 * fast/media/mq-relative-constraints-07-expected.txt:
227 * fast/media/mq-relative-constraints-09-expected.checksum:
228 * fast/media/mq-relative-constraints-09-expected.png:
229 * fast/media/mq-relative-constraints-09-expected.txt:
230 * fast/media/mq-width-absolute-01-expected.checksum:
231 * fast/media/mq-width-absolute-01-expected.png:
232 * fast/media/mq-width-absolute-01-expected.txt:
233 * fast/media/mq-width-absolute-02-expected.checksum:
234 * fast/media/mq-width-absolute-02-expected.png:
235 * fast/media/mq-width-absolute-02-expected.txt:
236 * fast/media/mq-width-absolute-03-expected.checksum:
237 * fast/media/mq-width-absolute-03-expected.png:
238 * fast/media/mq-width-absolute-03-expected.txt:
239 * fast/media/mq-width-absolute-04-expected.checksum:
240 * fast/media/mq-width-absolute-04-expected.png:
241 * fast/media/mq-width-absolute-04-expected.txt:
242 * fast/table/wide-colspan-expected.checksum:
243 * fast/table/wide-colspan-expected.png:
244 * fast/table/wide-colspan-expected.txt:
245 * fast/table/wide-column-expected.checksum:
246 * fast/table/wide-column-expected.png:
247 * fast/table/wide-column-expected.txt:
248 * tables/mozilla/bugs/bug131020-expected.checksum:
249 * tables/mozilla/bugs/bug131020-expected.png:
250 * tables/mozilla/bugs/bug131020-expected.txt:
251 * tables/mozilla/bugs/bug23151-expected.checksum:
252 * tables/mozilla/bugs/bug23151-expected.png:
253 * tables/mozilla/bugs/bug23151-expected.txt:
254 * tables/mozilla/bugs/bug29314-expected.checksum:
255 * tables/mozilla/bugs/bug29314-expected.png:
256 * tables/mozilla/bugs/bug29314-expected.txt:
257 * tables/mozilla/bugs/bug43039-expected.checksum:
258 * tables/mozilla/bugs/bug43039-expected.png:
259 * tables/mozilla/bugs/bug43039-expected.txt:
260 * tables/mozilla/bugs/bug43854-1-expected.checksum:
261 * tables/mozilla/bugs/bug43854-1-expected.png:
262 * tables/mozilla/bugs/bug43854-1-expected.txt:
263 * tables/mozilla/bugs/bug625-expected.checksum:
264 * tables/mozilla/bugs/bug625-expected.png:
265 * tables/mozilla/bugs/bug625-expected.txt:
266 * tables/mozilla/bugs/bug92143-expected.checksum:
267 * tables/mozilla/bugs/bug92143-expected.png:
268 * tables/mozilla/bugs/bug92143-expected.txt:
269 * tables/mozilla/bugs/bug96334-expected.checksum:
270 * tables/mozilla/bugs/bug96334-expected.png:
271 * tables/mozilla/bugs/bug96334-expected.txt:
272 * tables/mozilla/core/misc-expected.checksum:
273 * tables/mozilla/core/misc-expected.png:
274 * tables/mozilla/core/misc-expected.txt:
275 * tables/mozilla/core/nested1-expected.checksum:
276 * tables/mozilla/core/nested1-expected.png:
277 * tables/mozilla/core/nested1-expected.txt:
278 * tables/mozilla_expected_failures/bugs/bug220653-expected.checksum:
279 * tables/mozilla_expected_failures/bugs/bug220653-expected.png:
280 * tables/mozilla_expected_failures/bugs/bug220653-expected.txt:
281 * tables/mozilla_expected_failures/bugs/bug67915-2-expected.checksum:
282 * tables/mozilla_expected_failures/bugs/bug67915-2-expected.png:
283 * tables/mozilla_expected_failures/bugs/bug67915-2-expected.txt:
285 2006-06-24 Alexey Proskuryakov <ap@nypop.com>
289 - http://bugzilla.opendarwin.org/show_bug.cgi?id=7461
290 Always encode the path part of an URI as UTF-8
292 * http/tests/uri/intercept/.htaccess: Added.
293 * http/tests/uri/resources/print-uri.php: Added.
294 * http/tests/uri/utf8-path-expected.txt: Added.
295 * http/tests/uri/utf8-path.html: Added.
297 2006-06-24 Graham Dennis <Graham.Dennis@gmail.com>
299 Reviewed by Darin, landed by ap.
301 - test and updated results for http://bugzilla.opendarwin.org/show_bug.cgi?id=9467
302 TreeWalker/NodeIterator do not restrict the traversal
304 * traversal/node-iterator-001.html:
305 * traversal/node-iterator-002.html:
306 * traversal/node-iterator-003.html:
307 * traversal/node-iterator-004.html:
308 * traversal/node-iterator-005.html:
309 * traversal/node-iterator-006.html:
310 * traversal/node-iterator-007.html:
311 * traversal/stay-within-root-expected.checksum: Added.
312 * traversal/stay-within-root-expected.png: Added.
313 * traversal/stay-within-root-expected.txt: Added.
314 * traversal/stay-within-root.html: Added.
315 * traversal/tree-walker-001.html:
316 * traversal/tree-walker-002.html:
317 * traversal/tree-walker-003.html:
318 * traversal/tree-walker-004.html:
319 * traversal/tree-walker-005.html:
321 2006-06-24 Jonas Witt <jonas.witt@gmail.com>
323 Reviewed by ggaren, landed by ap.
325 - test that DOMEvents are correctly handed to the ObjC API
326 http://bugzilla.opendarwin.org/show_bug.cgi?id=9181
328 * fast/events/objc-event-api-expected.txt: Added.
329 * fast/events/objc-event-api.html: Added.
331 2006-06-23 Tim Omernick <timo@apple.com>
333 Reviewed by Tim Hatcher.
335 <rdar://problem/4560947> Leopard REGRESSION: Dragging to TileGame Widget is broken
337 * fast/events/ondragenter-expected.checksum: Added.
338 * fast/events/ondragenter-expected.png: Added.
339 * fast/events/ondragenter-expected.txt: Added.
340 * fast/events/ondragenter.html: Added.
342 2006-06-23 Justin Garcia <justin.garcia@apple.com>
346 * editing/deleting/merge-into-empty-block-1-expected.checksum: Added.
347 * editing/deleting/merge-into-empty-block-1-expected.png: Added.
348 * editing/deleting/merge-into-empty-block-1-expected.txt: Added.
349 * editing/deleting/merge-into-empty-block-1.html: Added.
350 * editing/deleting/merge-into-empty-block-2-expected.checksum: Added.
351 * editing/deleting/merge-into-empty-block-2-expected.png: Added.
352 * editing/deleting/merge-into-empty-block-2-expected.txt: Added.
353 * editing/deleting/merge-into-empty-block-2.html: Added.
355 2006-06-23 Justin Garcia <justin.garcia@apple.com>
359 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8074>
360 Caret before/after block tables is too small
361 <rdar://problem/4598331>
362 right arrow out of a table shows cursor in a weird place
365 * editing/input/range-for-empty-document-expected.txt:
367 * editing/selection/table-caret-1-expected.checksum: Added.
368 * editing/selection/table-caret-1-expected.png: Added.
369 * editing/selection/table-caret-1-expected.txt: Added.
370 * editing/selection/table-caret-1.html: Added.
371 * editing/selection/table-caret-2-expected.checksum: Added.
372 * editing/selection/table-caret-2-expected.png: Added.
373 * editing/selection/table-caret-2-expected.txt: Added.
374 * editing/selection/table-caret-2.html: Added.
375 * editing/selection/table-caret-3-expected.checksum: Added.
376 * editing/selection/table-caret-3-expected.png: Added.
377 * editing/selection/table-caret-3-expected.txt: Added.
378 * editing/selection/table-caret-3.html: Added.
380 2006-06-22 Mitz Pettel <opendarwin.org@mitzpettel.com>
384 - test and updated results for http://bugzilla.opendarwin.org/show_bug.cgi?id=9497
385 REGRESSION: Incomplete repainting when scrolling thumbnails on Flickr
387 * fast/repaint/clipped-relative-expected.checksum: Added.
388 * fast/repaint/clipped-relative-expected.png: Added.
389 * fast/repaint/clipped-relative-expected.txt: Added.
390 * fast/repaint/clipped-relative.html: Added.
391 * fast/repaint/containing-block-position-change-expected.checksum: Updated.
392 * fast/repaint/containing-block-position-change-expected.png: Updated.
394 2006-06-22 Anders Carlsson <acarlsson@apple.com>
398 <rdar://problem/4529334> REGRESSION: Can't configure RadarInMotion widget for U.S. locations on Leopard (Javascript errors)
400 * fast/dom/resource-locations-in-created-html-document-expected.txt: Added.
401 * fast/dom/resource-locations-in-created-html-document.html: Added.
403 2006-06-22 Anders Carlsson <acarlsson@apple.com>
407 <rdar://problem/4499675> Package Tracker widget always crashes in WebCore::Frame::jScriptEnabled() const + 0
409 * fast/dom/noscript-canvas-in-created-html-document-expected.txt: Added.
410 * fast/dom/noscript-canvas-in-created-html-document.html: Added.
412 2006-06-22 Anders Carlsson <acarlsson@apple.com>
416 <rdar://problem/4524840> Entities contained in DOCTYPE referenced DTD in XSLT source document are unknown
418 * fast/xsl/dtd-in-source-document-expected.txt: Added.
419 * fast/xsl/dtd-in-source-document.xml: Added.
420 * fast/xsl/resources/dtd-in-source-document.dtd: Added.
421 * fast/xsl/resources/dtd-in-source-document.xsl: Added.
423 2006-06-21 Justin Garcia <justin.garcia@apple.com>
427 * editing/deleting/table-cells-expected.checksum: Added.
428 * editing/deleting/table-cells-expected.png: Added.
429 * editing/deleting/table-cells-expected.txt: Added.
430 * editing/deleting/table-cells.html: Added.
431 * editing/inserting/paragraph-separator-in-table-1-expected.checksum: Added.
432 * editing/inserting/paragraph-separator-in-table-1-expected.png: Added.
433 * editing/inserting/paragraph-separator-in-table-1-expected.txt: Added.
434 * editing/inserting/paragraph-separator-in-table-1.html: Added.
435 * editing/inserting/paragraph-separator-in-table-2-expected.checksum: Added.
436 * editing/inserting/paragraph-separator-in-table-2-expected.png: Added.
437 * editing/inserting/paragraph-separator-in-table-2-expected.txt: Added.
438 * editing/inserting/paragraph-separator-in-table-2.html: Added.
440 2006-06-21 Justin Garcia <justin.garcia@apple.com>
444 <rdar://problem/4590366>
445 REGRESSION: Selection incorrectly paints gaps on TOT
448 * editing/selection/line-wrap-1-expected.checksum: Added.
449 * editing/selection/line-wrap-1-expected.png: Added.
450 * editing/selection/line-wrap-1-expected.txt: Added.
451 * editing/selection/line-wrap-1.html: Added.
452 * editing/selection/line-wrap-2-expected.checksum: Added.
453 * editing/selection/line-wrap-2-expected.png: Added.
454 * editing/selection/line-wrap-2-expected.txt: Added.
455 * editing/selection/line-wrap-2.html: Added.
457 * editing/execCommand/findString-expected.checksum:
458 * editing/execCommand/findString-expected.png:
459 * editing/execCommand/findString-expected.txt:
460 * editing/inserting/editing-empty-divs-expected.checksum:
461 * editing/inserting/editing-empty-divs-expected.png:
462 * editing/inserting/editing-empty-divs-expected.txt:
463 * editing/inserting/insert-3659587-fix-expected.txt:
464 * editing/inserting/insert-tab-002-expected.txt:
465 * editing/inserting/insert-text-with-newlines-expected.txt:
466 * editing/inserting/typing-001-expected.txt:
467 * editing/inserting/typing-003-expected.txt:
468 * editing/inserting/typing-around-br-001-expected.txt:
469 * editing/style/remove-underline-across-paragraph-expected.txt:
470 * editing/style/remove-underline-across-paragraph-in-bold-expected.txt:
471 * editing/style/remove-underline-after-paragraph-expected.txt:
472 * editing/style/remove-underline-after-paragraph-in-bold-expected.txt:
473 * editing/style/remove-underline-expected.txt:
474 * editing/style/remove-underline-from-stylesheet-expected.txt:
475 * editing/style/remove-underline-in-bold-expected.txt:
476 * editing/style/typing-style-002-expected.txt:
477 * editing/style/typing-style-003-expected.txt:
478 * editing/style/unbold-in-bold-expected.txt:
479 * editing/style/underline-expected.txt:
481 * editing/input/attributed-substring-from-range-lines.html
483 2006-06-21 Anders Carlsson <acarlsson@apple.com>
487 http://bugzilla.opendarwin.org/show_bug.cgi?id=6058
488 XMLTokenizer runs all <script> tags at once instead of as they're encountered
490 * dom/svg/level3/xpath/svgunit.js:
491 The XPath tests depend on the document being loaded before running the tests.
492 Add a "load" event listener and run the test in the handler.
494 * fast/canvas/quadraticCurveTo.xml:
495 Add onload handler and run tests there.
497 * fast/innerHTML/004-expected.txt:
498 * fast/innerHTML/004.xhtml:
499 Add load event listener and run test there.
501 * fast/parser/external-entities-expected.txt:
502 This now dumps as text because the script is ran before the parse error is encountered.
504 * fast/parser/resources/xhtml-scripts.js: Added.
505 * fast/parser/xhtml-scripts-expected.txt: Added.
506 * fast/parser/xhtml-scripts.xhtml: Added.
509 * svg/custom/text-hit-test.svg:
510 Run test in onload handler.
512 2006-06-20 Maciej Stachowiak <mjs@apple.com>
514 No review - updated results for earlier patch.
516 - updated SVG test results where my recent fix affected bounding boxes
518 I think the new results are more accurate bounding boxes and in
519 any case there is no actual difference in rendered output.
521 * svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
522 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
523 * svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
524 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
525 * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
526 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
527 * svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
528 * svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
529 * svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
530 * svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
531 * svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
532 * svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
533 * svg/custom/foreign-object-skew-expected.txt:
534 * svg/custom/image-with-transform-clip-filter-expected.txt:
535 * svg/custom/text-image-opacity-expected.txt:
537 2006-06-20 Adele Peterson <adele@apple.com>
541 Updated results for: http://bugzilla.opendarwin.org/show_bug.cgi?id=8948
542 Switch to use new text field implementation for <textarea>
544 Changes include some size differences since the new textareas have 4 pixels less horizontal padding,
545 and the renderer name for textareas has changed from RenderTextArea to RenderTextField.
547 * dom/html/level2/html/HTMLTextAreaElement14-expected.txt:
548 * dom/html/level2/html/HTMLTextAreaElement15-expected.txt:
549 * dom/xhtml/level2/html/HTMLTextAreaElement14-expected.txt:
550 * dom/xhtml/level2/html/HTMLTextAreaElement15-expected.txt:
551 * fast/block/margin-collapse/103-expected.checksum:
552 * fast/block/margin-collapse/103-expected.png:
553 * fast/block/margin-collapse/103-expected.txt:
554 * fast/dynamic/008-expected.checksum:
555 * fast/dynamic/008-expected.png:
556 * fast/dynamic/008-expected.txt:
557 * fast/forms/001-expected.checksum:
558 * fast/forms/002-expected.checksum:
559 * fast/forms/003-expected.checksum:
560 * fast/forms/004-expected.checksum:
561 * fast/forms/005-expected.checksum:
562 * fast/forms/006-expected.checksum:
563 * fast/forms/007-expected.checksum:
564 * fast/forms/8250-expected.checksum:
565 * fast/forms/blankbuttons-expected.checksum:
566 * fast/forms/button-cannot-be-nested-expected.checksum:
567 * fast/forms/button-default-title-expected.checksum:
568 * fast/forms/button-inner-block-reuse-expected.checksum:
569 * fast/forms/button-positioned-expected.checksum:
570 * fast/forms/button-sizes-expected.checksum:
571 * fast/forms/button-table-styles-expected.checksum:
572 * fast/forms/button-white-space-expected.checksum:
573 * fast/forms/checkbox-radio-onchange-expected.checksum:
574 * fast/forms/cursor-position-expected.txt:
575 * fast/forms/double-focus-expected.txt:
576 * fast/forms/file-input-disabled-expected.checksum:
577 * fast/forms/form-element-geometry-expected.checksum:
578 * fast/forms/form-element-geometry-expected.png:
579 * fast/forms/form-element-geometry-expected.txt:
580 * fast/forms/form-hides-table-expected.checksum:
581 * fast/forms/formmove-expected.checksum:
582 * fast/forms/formmove2-expected.checksum:
583 * fast/forms/formmove3-expected.checksum:
584 * fast/forms/indeterminate-expected.checksum:
585 * fast/forms/input-appearance-bkcolor-expected.checksum:
586 * fast/forms/input-appearance-default-bkcolor-expected.checksum:
587 * fast/forms/input-appearance-disabled-expected.checksum:
588 * fast/forms/input-appearance-focus-expected.checksum:
589 * fast/forms/input-appearance-minWidth-expected.checksum:
590 * fast/forms/input-appearance-preventDefault-expected.checksum:
591 * fast/forms/input-appearance-readonly-expected.checksum:
592 * fast/forms/input-appearance-selection-expected.checksum:
593 * fast/forms/input-appearance-visibility-expected.checksum:
594 * fast/forms/input-appearance-width-expected.checksum:
595 * fast/forms/input-baseline-expected.checksum:
596 * fast/forms/input-disabled-color-expected.checksum:
597 * fast/forms/input-double-click-selection-gap-bug-expected.checksum:
598 * fast/forms/input-maxlength-2-expected.checksum:
599 * fast/forms/input-no-renderer-expected.checksum:
600 * fast/forms/input-paste-undo-expected.checksum:
601 * fast/forms/input-readonly-dimmed-expected.checksum:
602 * fast/forms/input-readonly-empty-expected.checksum:
603 * fast/forms/input-spaces-expected.checksum:
604 * fast/forms/input-table-expected.checksum:
605 * fast/forms/input-text-click-inside-expected.checksum:
606 * fast/forms/input-text-click-outside-expected.checksum:
607 * fast/forms/input-text-double-click-expected.checksum:
608 * fast/forms/input-text-drag-down-expected.checksum:
609 * fast/forms/input-text-maxlength-expected.checksum:
610 * fast/forms/input-text-option-delete-expected.checksum:
611 * fast/forms/input-text-paste-maxlength-expected.checksum:
612 * fast/forms/input-text-scroll-left-on-blur-expected.checksum:
613 * fast/forms/input-text-self-emptying-click-expected.checksum:
614 * fast/forms/input-value-expected.checksum:
615 * fast/forms/input-width-expected.checksum:
616 * fast/forms/minWidthPercent-expected.checksum:
617 * fast/forms/negativeLineHeight-expected.checksum:
618 * fast/forms/negativeLineHeight-expected.png:
619 * fast/forms/negativeLineHeight-expected.txt:
620 * fast/forms/option-index-expected.checksum:
621 * fast/forms/option-script-expected.checksum:
622 * fast/forms/option-strip-whitespace-expected.checksum:
623 * fast/forms/plaintext-mode-2-expected.checksum:
624 * fast/forms/radio-attr-order-expected.checksum:
625 * fast/forms/radio_checked-expected.checksum:
626 * fast/forms/radio_checked_dynamic-expected.checksum:
627 * fast/forms/selection-functions-expected.txt:
628 * fast/forms/tabbing-input-iframe-expected.checksum:
629 * fast/forms/textAreaLineHeight-expected.checksum:
630 * fast/forms/textAreaLineHeight-expected.png:
631 * fast/forms/textAreaLineHeight-expected.txt:
632 * fast/forms/textarea-crlf-expected.txt:
633 * fast/forms/textarea-setinnerhtml-expected.checksum:
634 * fast/forms/textarea-setinnerhtml-expected.png:
635 * fast/forms/textarea-setinnerhtml-expected.txt:
636 * fast/forms/textarea-setvalue-submit-expected.txt:
637 * fast/forms/visual-hebrew-text-field-expected.checksum:
638 * fast/replaced/width100percent-expected.checksum:
639 * fast/replaced/width100percent-expected.png:
640 * fast/replaced/width100percent-expected.txt:
641 * fast/table/003-expected.checksum:
642 * fast/table/003-expected.png:
643 * fast/table/003-expected.txt:
644 * tables/mozilla/bugs/bug194024-expected.checksum:
645 * tables/mozilla/bugs/bug194024-expected.png:
646 * tables/mozilla/bugs/bug194024-expected.txt:
647 * tables/mozilla/bugs/bug30559-expected.checksum:
648 * tables/mozilla/bugs/bug30559-expected.png:
649 * tables/mozilla/bugs/bug30559-expected.txt:
650 * tables/mozilla/bugs/bug30692-expected.checksum:
651 * tables/mozilla/bugs/bug30692-expected.png:
652 * tables/mozilla/bugs/bug30692-expected.txt:
654 2006-06-20 Adele Peterson <adele@apple.com>
659 http://bugzilla.opendarwin.org/show_bug.cgi?id=8724
660 REGRESSION: onSelect handler doesn't work for text fields
662 http://bugzilla.opendarwin.org/show_bug.cgi?id=7676
663 REGRESSION: Selection methods on new text fields don't work if text field is hidden
665 http://bugzilla.opendarwin.org/show_bug.cgi?id=8867
666 REGRESSION: selectionStart/End return 0 for input element once it no longer has focus
668 * fast/forms/double-focus-expected.txt:
669 * fast/forms/input-selection-hidden-expected.txt: Added.
670 * fast/forms/input-selection-hidden.html: Added.
671 * fast/forms/input-selection-restore-expected.txt: Added.
672 * fast/forms/input-selection-restore.html: Added.
673 * fast/forms/input-text-paste-maxlength-expected.txt:
674 * fast/forms/onselect-textarea-expected.txt: Added.
675 * fast/forms/onselect-textarea.html: Added.
676 * fast/forms/onselect-textfield-expected.txt: Added.
677 * fast/forms/onselect-textfield.html: Added.
678 * fast/forms/selection-functions-expected.txt:
680 2006-06-20 Anders Carlsson <acarlsson@apple.com>
684 <rdar://problem/4592244> REGRESSION (417.9.3 - 420+): (some?) plain text files have all lines concatenated into one line
686 * fast/text/plain-text-line-breaks-expected.checksum: Added.
687 * fast/text/plain-text-line-breaks-expected.png: Added.
688 * fast/text/plain-text-line-breaks-expected.txt: Added.
689 * fast/text/plain-text-line-breaks.html: Added.
690 * fast/text/resources/line-breaks-cr.txt: Added.
691 * fast/text/resources/line-breaks-crlf.txt: Added.
692 * fast/text/resources/line-breaks-lf.txt: Added.
694 2006-06-19 Alexey Proskuryakov <ap@nypop.com>
698 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=5499
699 Page reload does not send any cache control headers
701 * http/tests/misc/refresh-headers-expected.txt: Added.
702 * http/tests/misc/refresh-headers.php: Added.
704 2006-06-19 Alexey Proskuryakov <ap@nypop.com>
708 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8972
709 REGRESSION: invalid UTF-8 sequences are not displayed
711 * fast/encoding/invalid-UTF-8-expected.checksum:
712 * fast/encoding/invalid-UTF-8-expected.png:
713 * fast/encoding/invalid-UTF-8-expected.txt:
714 * fast/encoding/invalid-UTF-8.html:
716 2006-06-18 David Kilzer <ddkilzer@kilzer.net>
720 * fast/history/clicked-link-is-visited.html: Changed to use DOM mouse event.
722 2006-06-18 David Kilzer <ddkilzer@kilzer.net>
726 - test and results for http://bugzilla.opendarwin.org/show_bug.cgi?id=9150
727 DumpRenderTree should be able to keep URL history during runs
729 * fast/history/clicked-link-is-visited-expected.checksum: Added.
730 * fast/history/clicked-link-is-visited-expected.png: Added.
731 * fast/history/clicked-link-is-visited-expected.txt: Added.
732 * fast/history/clicked-link-is-visited.html: Added.
733 * fast/history/resources/clicked-link-is-visited-2.html: Added.
735 2006-06-17 Alexey Proskuryakov <ap@nypop.com>
739 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8131
740 Some properties and methods of window and document objects cannot be converted to a string
742 * fast/dom/everything-to-string-expected.txt: Added.
743 * fast/dom/everything-to-string.html: Added.
745 2006-06-17 Mitz Pettel <opendarwin.org@mitzpettel.com>
749 - test and updated results for http://bugzilla.opendarwin.org/show_bug.cgi?id=7395
750 Table not properly re-flowed when floated div removed from layout
752 * css2.1/t0905-c5525-fltmult-00-d-g-expected.checksum: Updated.
753 * css2.1/t0905-c5525-fltmult-00-d-g-expected.png: Updated.
754 * css2.1/t0905-c5525-fltmult-00-d-g-expected.txt: Updated.
755 * fast/block/float/table-relayout-expected.checksum: Added.
756 * fast/block/float/table-relayout-expected.png: Added.
757 * fast/block/float/table-relayout-expected.txt: Added.
758 * fast/block/float/table-relayout.html: Added.
760 2006-06-17 Rob Buis <buis@kde.org>
765 <http://bugzilla.opendarwin.org/show_bug.cgi?id=6282>
767 * fast/dom/select-selectedIndex-multiple.html: Added.
768 * fast/dom/select-selectedIndex.html: Added.
770 2006-06-16 Adele Peterson <adele@apple.com>
774 Adding missing expected result for test from yesterday.
776 * fast/events/window-load-capture-expected.txt: Added.
778 2006-06-16 Mitz Pettel <opendarwin.org@mitzpettel.com>
782 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9432
783 REGRESSION: crash in capitalization code due to empty-string generated content
785 * fast/text/capitalize-empty-generated-string-expected.checksum: Added.
786 * fast/text/capitalize-empty-generated-string-expected.png: Added.
787 * fast/text/capitalize-empty-generated-string-expected.txt: Added.
788 * fast/text/capitalize-empty-generated-string.html: Added.
790 2006-06-15 Justin Garcia <justin.garcia@apple.com>
794 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8637>
795 REGRESSION (11-16-05): Selection gaps left behind after delete
797 * fast/repaint/selection-after-delete-expected.checksum: Added.
798 * fast/repaint/selection-after-delete-expected.png: Added.
799 * fast/repaint/selection-after-delete-expected.txt: Added.
800 * fast/repaint/selection-after-delete.html: Added.
801 * fast/repaint/selection-after-remove-expected.checksum: Added.
802 * fast/repaint/selection-after-remove-expected.png: Added.
803 * fast/repaint/selection-after-remove-expected.txt: Added.
804 * fast/repaint/selection-after-remove.html: Added.
806 2006-06-15 Justin Garcia <justin.garcia@apple.com>
810 * editing/deleting/pruning-after-merge-2-expected.checksum: Added.
811 * editing/deleting/pruning-after-merge-2-expected.png: Added.
812 * editing/deleting/pruning-after-merge-2-expected.txt: Added.
813 * editing/deleting/pruning-after-merge-2.html: Added.
815 2006-06-15 Nicholas Shanks <contact@nickshanks.com>
817 Reviewed by Hyatt, landed by Joost de Valk.
819 Testcases for fix to bug http://bugzilla.opendarwin.org/show_bug.cgi?id=3233
821 * fast/css/css3-modsel-22-expected.txt: Added.
822 * fast/css/css3-modsel-22.html: Added.
824 2006-06-15 Justin Garcia <justin.garcia@apple.com>
828 <http://bugzilla.opendarwin.org/show_bug.cgi?id=9456>
829 REGRESSION (417.9.2-420+): Cmd-G doesn't work in Safari after double-click and Cmd-E
831 * editing/execCommand/findString-2-expected.checksum: Added.
832 * editing/execCommand/findString-2-expected.png: Added.
833 * editing/execCommand/findString-2-expected.txt: Added.
834 * editing/execCommand/findString-2.html: Added.
836 2006-06-14 Justin Garcia <justin.garcia@apple.com>
840 <rdar://problem/4439248>
841 REGRESSION(412-417): [RTL] Serious problem with RTL signatures in Mail.app in 10.4.4 (7766)
843 * editing/pasteboard/copy-paste-bidi-expected.checksum: Added.
844 * editing/pasteboard/copy-paste-bidi-expected.png: Added.
845 * editing/pasteboard/copy-paste-bidi-expected.txt: Added.
846 * editing/pasteboard/copy-paste-bidi.html: Added.
848 2006-06-14 Levi Weintraub <lweintraub@apple.com>
852 <http://bugzilla.opendarwin.org/show_bug.cgi?id=7580>
853 TinyMCE: Implement execCommand(formatBlock, ...)
855 * editing/deleting/delete-ws-fixup-002-expected.checksum:
856 * editing/deleting/delete-ws-fixup-002-expected.png:
857 * editing/deleting/delete-ws-fixup-002-expected.txt:
858 * editing/deleting/delete-ws-fixup-002.html:
859 * editing/execCommand/format-block-expected.checksum: Added.
860 * editing/execCommand/format-block-expected.png: Added.
861 * editing/execCommand/format-block-expected.txt: Added.
862 * editing/execCommand/format-block-from-range-selection-expected.checksum: Added.
863 * editing/execCommand/format-block-from-range-selection-expected.png: Added.
864 * editing/execCommand/format-block-from-range-selection-expected.txt: Added.
865 * editing/execCommand/format-block-from-range-selection.html: Added.
866 * editing/execCommand/format-block.html: Added.
868 2006-06-14 Maciej Stachowiak <mjs@apple.com>
870 Test case by Anders, reviewed and tweaked by Maciej.
872 - fixed <rdar://problem/4586051> 10.4.7 regression: 'Saved and recent' button on mapquest.com does not work
874 * fast/events/window-load-capture.html: Added.
876 2006-06-13 Geoffrey Garen <ggaren@apple.com>
878 Test for createHTMLDocument.
880 * fast/dom/implementation-createHTMLDocument-expected.txt: Added.
881 * fast/dom/implementation-createHTMLDocument.html: Added.
883 2006-06-13 Maciej Stachowiak <mjs@apple.com>
885 - fixed up results of the layout test I committed for 4583892,
886 they were guaranteed to fail
888 * fast/events/no-window-load-expected.txt:
889 * fast/events/resources/greenbox.png: Added.
891 2006-06-13 Geoffrey Garen <ggaren@apple.com>
893 RS by MacDome. Added missing results for this test.
895 * fast/css/xml-stylesheet-pi-not-in-prolog-expected.txt: Added.
897 2006-06-13 Darin Adler <darin@apple.com>
901 - test for <rdar://problem/4585333> Changing location for weather on yahoo.com home page redirects to another page
903 * fast/events/event-listener-html-non-html-confusion-expected.txt: Added.
904 * fast/events/event-listener-html-non-html-confusion.html: Added.
906 2006-06-13 Maciej Stachowiak <mjs@apple.com>
910 - test case for <rdar://problem/4583892> 10.4.7 regression: Hang occurs when attempting to load
911 search results at mapquest.com
913 * fast/events/no-window-load-expected.txt: Added.
914 * fast/events/no-window-load.html: Added.
916 2006-06-13 Antti Koivisto <koivisto@iki.fi>
920 http://bugzilla.opendarwin.org/show_bug.cgi?id=9314
922 * fast/block/positioning/relative-overflow-block-expected.checksum: Added.
923 * fast/block/positioning/relative-overflow-block-expected.png: Added.
924 * fast/block/positioning/relative-overflow-block-expected.txt: Added.
925 * fast/block/positioning/relative-overflow-block.html: Added.
926 * fast/block/positioning/relative-overflow-replaced-expected.checksum: Added.
927 * fast/block/positioning/relative-overflow-replaced-expected.png: Added.
928 * fast/block/positioning/relative-overflow-replaced-expected.txt: Added.
929 * fast/block/positioning/relative-overflow-replaced-float-expected.checksum: Added.
930 * fast/block/positioning/relative-overflow-replaced-float-expected.png: Added.
931 * fast/block/positioning/relative-overflow-replaced-float-expected.txt: Added.
932 * fast/block/positioning/relative-overflow-replaced-float.html: Added.
933 * fast/block/positioning/relative-overflow-replaced.html: Added.
935 2006-06-13 Anders Carlsson <acarlsson@apple.com>
937 Reviewed by Dave Hyatt.
939 http://bugzilla.opendarwin.org/show_bug.cgi?id=9427
941 * fast/css/resources/xml-stylesheet-pi-not-in-prolog.css: Added.
942 * fast/css/xml-stylesheet-pi-not-in-prolog.xml: Added.
944 2006-06-10 Mitz Pettel <opendarwin.org@mitzpettel.com>
948 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9334
949 Incomplete repaint when changing block from non-positioned to positioned
951 * fast/repaint/static-to-positioned-expected.checksum: Added.
952 * fast/repaint/static-to-positioned-expected.png: Added.
953 * fast/repaint/static-to-positioned-expected.txt: Added.
954 * fast/repaint/static-to-positioned.html: Added.
956 2006-06-10 Mitz Pettel <opendarwin.org@mitzpettel.com>
960 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9193
961 REGRESSION: setting an opacity on an element with an outline causes the outline to disappear completely
963 - test repainting of layer children's outlines that extend beyond the layer
965 * fast/layers: Added.
966 * fast/layers/opacity-outline-expected.checksum: Added.
967 * fast/layers/opacity-outline-expected.png: Added.
968 * fast/layers/opacity-outline-expected.txt: Added.
969 * fast/layers/opacity-outline.html: Added.
970 * fast/repaint/layer-child-outline-expected.checksum: Added.
971 * fast/repaint/layer-child-outline-expected.png: Added.
972 * fast/repaint/layer-child-outline-expected.txt: Added.
973 * fast/repaint/layer-child-outline.html: Added.
975 2006-06-09 Justin Garcia <justin.garcia@apple.com>
979 <rdar://problem/4549980>
980 REGRESSION: "Find Again" can get stuck when searching for string with a trailing space
982 * editing/execCommand/findString-expected.checksum: Added.
983 * editing/execCommand/findString-expected.png: Added.
984 * editing/execCommand/findString-expected.txt: Added.
985 * editing/execCommand/findString.html: Added.
987 2006-06-09 Kimmo Kinnunen <kimmo.t.kinnunen@nokia.com>
991 Test cases for CSS3 Media Queries implementation.
992 <http://bugzilla.opendarwin.org/show_bug.cgi?id=4127>
994 * fast/media/import-p-green.css: Added.
995 * fast/media/import-p-red.css: Added.
996 * fast/media/media-descriptor-syntax-01-expected.checksum: Added.
997 * fast/media/media-descriptor-syntax-01-expected.png: Added.
998 * fast/media/media-descriptor-syntax-01-expected.txt: Added.
999 * fast/media/media-descriptor-syntax-01.html: Added.
1000 * fast/media/media-descriptor-syntax-02-expected.checksum: Added.
1001 * fast/media/media-descriptor-syntax-02-expected.png: Added.
1002 * fast/media/media-descriptor-syntax-02-expected.txt: Added.
1003 * fast/media/media-descriptor-syntax-02.html: Added.
1004 * fast/media/media-descriptor-syntax-03-expected.checksum: Added.
1005 * fast/media/media-descriptor-syntax-03-expected.png: Added.
1006 * fast/media/media-descriptor-syntax-03-expected.txt: Added.
1007 * fast/media/media-descriptor-syntax-03.html: Added.
1008 * fast/media/media-descriptor-syntax-04-expected.checksum: Added.
1009 * fast/media/media-descriptor-syntax-04-expected.png: Added.
1010 * fast/media/media-descriptor-syntax-04-expected.txt: Added.
1011 * fast/media/media-descriptor-syntax-04.html: Added.
1012 * fast/media/media-descriptor-syntax-05-expected.checksum: Added.
1013 * fast/media/media-descriptor-syntax-05-expected.png: Added.
1014 * fast/media/media-descriptor-syntax-05-expected.txt: Added.
1015 * fast/media/media-descriptor-syntax-05.html: Added.
1016 * fast/media/media-descriptor-syntax-06-expected.checksum: Added.
1017 * fast/media/media-descriptor-syntax-06-expected.png: Added.
1018 * fast/media/media-descriptor-syntax-06-expected.txt: Added.
1019 * fast/media/media-descriptor-syntax-06.html: Added.
1020 * fast/media/media-type-syntax-01-expected.checksum: Added.
1021 * fast/media/media-type-syntax-01-expected.png: Added.
1022 * fast/media/media-type-syntax-01-expected.txt: Added.
1023 * fast/media/media-type-syntax-01.html: Added.
1024 * fast/media/media-type-syntax-02-expected.checksum: Added.
1025 * fast/media/media-type-syntax-02-expected.png: Added.
1026 * fast/media/media-type-syntax-02-expected.txt: Added.
1027 * fast/media/media-type-syntax-02.html: Added.
1028 * fast/media/mq-compound-query-01-expected.checksum: Added.
1029 * fast/media/mq-compound-query-01-expected.png: Added.
1030 * fast/media/mq-compound-query-01-expected.txt: Added.
1031 * fast/media/mq-compound-query-01.html: Added.
1032 * fast/media/mq-compound-query-02-expected.checksum: Added.
1033 * fast/media/mq-compound-query-02-expected.png: Added.
1034 * fast/media/mq-compound-query-02-expected.txt: Added.
1035 * fast/media/mq-compound-query-02.html: Added.
1036 * fast/media/mq-compound-query-03-expected.checksum: Added.
1037 * fast/media/mq-compound-query-03-expected.png: Added.
1038 * fast/media/mq-compound-query-03-expected.txt: Added.
1039 * fast/media/mq-compound-query-03.html: Added.
1040 * fast/media/mq-compound-query-04-expected.checksum: Added.
1041 * fast/media/mq-compound-query-04-expected.png: Added.
1042 * fast/media/mq-compound-query-04-expected.txt: Added.
1043 * fast/media/mq-compound-query-04.html: Added.
1044 * fast/media/mq-compound-query-05-expected.checksum: Added.
1045 * fast/media/mq-compound-query-05-expected.png: Added.
1046 * fast/media/mq-compound-query-05-expected.txt: Added.
1047 * fast/media/mq-compound-query-05.html: Added.
1048 * fast/media/mq-grid-01-expected.checksum: Added.
1049 * fast/media/mq-grid-01-expected.png: Added.
1050 * fast/media/mq-grid-01-expected.txt: Added.
1051 * fast/media/mq-grid-01.html: Added.
1052 * fast/media/mq-grid-02-expected.checksum: Added.
1053 * fast/media/mq-grid-02-expected.png: Added.
1054 * fast/media/mq-grid-02-expected.txt: Added.
1055 * fast/media/mq-grid-02.html: Added.
1056 * fast/media/mq-invalid-media-feature-01-expected.checksum: Added.
1057 * fast/media/mq-invalid-media-feature-01-expected.png: Added.
1058 * fast/media/mq-invalid-media-feature-01-expected.txt: Added.
1059 * fast/media/mq-invalid-media-feature-01.html: Added.
1060 * fast/media/mq-invalid-media-feature-02-expected.checksum: Added.
1061 * fast/media/mq-invalid-media-feature-02-expected.png: Added.
1062 * fast/media/mq-invalid-media-feature-02-expected.txt: Added.
1063 * fast/media/mq-invalid-media-feature-02.html: Added.
1064 * fast/media/mq-invalid-media-feature-03-expected.checksum: Added.
1065 * fast/media/mq-invalid-media-feature-03-expected.png: Added.
1066 * fast/media/mq-invalid-media-feature-03-expected.txt: Added.
1067 * fast/media/mq-invalid-media-feature-03.html: Added.
1068 * fast/media/mq-invalid-media-feature-04-expected.checksum: Added.
1069 * fast/media/mq-invalid-media-feature-04-expected.png: Added.
1070 * fast/media/mq-invalid-media-feature-04-expected.txt: Added.
1071 * fast/media/mq-invalid-media-feature-04.html: Added.
1072 * fast/media/mq-invalid-syntax-01-expected.checksum: Added.
1073 * fast/media/mq-invalid-syntax-01-expected.png: Added.
1074 * fast/media/mq-invalid-syntax-01-expected.txt: Added.
1075 * fast/media/mq-invalid-syntax-01.html: Added.
1076 * fast/media/mq-invalid-syntax-02-expected.checksum: Added.
1077 * fast/media/mq-invalid-syntax-02-expected.png: Added.
1078 * fast/media/mq-invalid-syntax-02-expected.txt: Added.
1079 * fast/media/mq-invalid-syntax-02.html: Added.
1080 * fast/media/mq-invalid-syntax-03-expected.checksum: Added.
1081 * fast/media/mq-invalid-syntax-03-expected.png: Added.
1082 * fast/media/mq-invalid-syntax-03-expected.txt: Added.
1083 * fast/media/mq-invalid-syntax-03.html: Added.
1084 * fast/media/mq-invalid-syntax-04-expected.checksum: Added.
1085 * fast/media/mq-invalid-syntax-04-expected.png: Added.
1086 * fast/media/mq-invalid-syntax-04-expected.txt: Added.
1087 * fast/media/mq-invalid-syntax-04.html: Added.
1088 * fast/media/mq-invalid-syntax-05-expected.checksum: Added.
1089 * fast/media/mq-invalid-syntax-05-expected.png: Added.
1090 * fast/media/mq-invalid-syntax-05-expected.txt: Added.
1091 * fast/media/mq-invalid-syntax-05.html: Added.
1092 * fast/media/mq-js-media-except-01-expected.checksum: Added.
1093 * fast/media/mq-js-media-except-01-expected.png: Added.
1094 * fast/media/mq-js-media-except-01-expected.txt: Added.
1095 * fast/media/mq-js-media-except-01.html: Added.
1096 * fast/media/mq-js-media-except-02-expected.checksum: Added.
1097 * fast/media/mq-js-media-except-02-expected.png: Added.
1098 * fast/media/mq-js-media-except-02-expected.txt: Added.
1099 * fast/media/mq-js-media-except-02.html: Added.
1100 * fast/media/mq-js-media-except-03-expected.checksum: Added.
1101 * fast/media/mq-js-media-except-03-expected.png: Added.
1102 * fast/media/mq-js-media-except-03-expected.txt: Added.
1103 * fast/media/mq-js-media-except-03.html: Added.
1104 * fast/media/mq-js-media-forward-syntax-expected.checksum: Added.
1105 * fast/media/mq-js-media-forward-syntax-expected.png: Added.
1106 * fast/media/mq-js-media-forward-syntax-expected.txt: Added.
1107 * fast/media/mq-js-media-forward-syntax.html: Added.
1108 * fast/media/mq-js-stylesheet-media-01-expected.checksum: Added.
1109 * fast/media/mq-js-stylesheet-media-01-expected.png: Added.
1110 * fast/media/mq-js-stylesheet-media-01-expected.txt: Added.
1111 * fast/media/mq-js-stylesheet-media-01.html: Added.
1112 * fast/media/mq-js-stylesheet-media-02-expected.checksum: Added.
1113 * fast/media/mq-js-stylesheet-media-02-expected.png: Added.
1114 * fast/media/mq-js-stylesheet-media-02-expected.txt: Added.
1115 * fast/media/mq-js-stylesheet-media-02.html: Added.
1116 * fast/media/mq-js-stylesheet-media-03-expected.checksum: Added.
1117 * fast/media/mq-js-stylesheet-media-03-expected.png: Added.
1118 * fast/media/mq-js-stylesheet-media-03-expected.txt: Added.
1119 * fast/media/mq-js-stylesheet-media-03.html: Added.
1120 * fast/media/mq-js-stylesheet-media-04-expected.checksum: Added.
1121 * fast/media/mq-js-stylesheet-media-04-expected.png: Added.
1122 * fast/media/mq-js-stylesheet-media-04-expected.txt: Added.
1123 * fast/media/mq-js-stylesheet-media-04.html: Added.
1124 * fast/media/mq-min-constraint-expected.checksum: Added.
1125 * fast/media/mq-min-constraint-expected.png: Added.
1126 * fast/media/mq-min-constraint-expected.txt: Added.
1127 * fast/media/mq-min-constraint.html: Added.
1128 * fast/media/mq-relative-constraints-02-expected.checksum: Added.
1129 * fast/media/mq-relative-constraints-02-expected.png: Added.
1130 * fast/media/mq-relative-constraints-02-expected.txt: Added.
1131 * fast/media/mq-relative-constraints-02.html: Added.
1132 * fast/media/mq-relative-constraints-03-expected.checksum: Added.
1133 * fast/media/mq-relative-constraints-03-expected.png: Added.
1134 * fast/media/mq-relative-constraints-03-expected.txt: Added.
1135 * fast/media/mq-relative-constraints-03.html: Added.
1136 * fast/media/mq-relative-constraints-04-expected.checksum: Added.
1137 * fast/media/mq-relative-constraints-04-expected.png: Added.
1138 * fast/media/mq-relative-constraints-04-expected.txt: Added.
1139 * fast/media/mq-relative-constraints-04.html: Added.
1140 * fast/media/mq-relative-constraints-05-expected.checksum: Added.
1141 * fast/media/mq-relative-constraints-05-expected.png: Added.
1142 * fast/media/mq-relative-constraints-05-expected.txt: Added.
1143 * fast/media/mq-relative-constraints-05.html: Added.
1144 * fast/media/mq-relative-constraints-06-expected.checksum: Added.
1145 * fast/media/mq-relative-constraints-06-expected.png: Added.
1146 * fast/media/mq-relative-constraints-06-expected.txt: Added.
1147 * fast/media/mq-relative-constraints-06.html: Added.
1148 * fast/media/mq-relative-constraints-07-expected.checksum: Added.
1149 * fast/media/mq-relative-constraints-07-expected.png: Added.
1150 * fast/media/mq-relative-constraints-07-expected.txt: Added.
1151 * fast/media/mq-relative-constraints-07.html: Added.
1152 * fast/media/mq-relative-constraints-08-expected.checksum: Added.
1153 * fast/media/mq-relative-constraints-08-expected.png: Added.
1154 * fast/media/mq-relative-constraints-08-expected.txt: Added.
1155 * fast/media/mq-relative-constraints-08.html: Added.
1156 * fast/media/mq-relative-constraints-09-expected.checksum: Added.
1157 * fast/media/mq-relative-constraints-09-expected.png: Added.
1158 * fast/media/mq-relative-constraints-09-expected.txt: Added.
1159 * fast/media/mq-relative-constraints-09.html: Added.
1160 * fast/media/mq-simple-neg-query-01-expected.checksum: Added.
1161 * fast/media/mq-simple-neg-query-01-expected.png: Added.
1162 * fast/media/mq-simple-neg-query-01-expected.txt: Added.
1163 * fast/media/mq-simple-neg-query-01.html: Added.
1164 * fast/media/mq-simple-neg-query-02-expected.checksum: Added.
1165 * fast/media/mq-simple-neg-query-02-expected.png: Added.
1166 * fast/media/mq-simple-neg-query-02-expected.txt: Added.
1167 * fast/media/mq-simple-neg-query-02.html: Added.
1168 * fast/media/mq-simple-neg-query-03-expected.checksum: Added.
1169 * fast/media/mq-simple-neg-query-03-expected.png: Added.
1170 * fast/media/mq-simple-neg-query-03-expected.txt: Added.
1171 * fast/media/mq-simple-neg-query-03.html: Added.
1172 * fast/media/mq-simple-neg-query-04-expected.checksum: Added.
1173 * fast/media/mq-simple-neg-query-04-expected.png: Added.
1174 * fast/media/mq-simple-neg-query-04-expected.txt: Added.
1175 * fast/media/mq-simple-neg-query-04.html: Added.
1176 * fast/media/mq-simple-neg-query-05-expected.checksum: Added.
1177 * fast/media/mq-simple-neg-query-05-expected.png: Added.
1178 * fast/media/mq-simple-neg-query-05-expected.txt: Added.
1179 * fast/media/mq-simple-neg-query-05.html: Added.
1180 * fast/media/mq-simple-query-01-expected.checksum: Added.
1181 * fast/media/mq-simple-query-01-expected.png: Added.
1182 * fast/media/mq-simple-query-01-expected.txt: Added.
1183 * fast/media/mq-simple-query-01.html: Added.
1184 * fast/media/mq-simple-query-02-expected.checksum: Added.
1185 * fast/media/mq-simple-query-02-expected.png: Added.
1186 * fast/media/mq-simple-query-02-expected.txt: Added.
1187 * fast/media/mq-simple-query-02.html: Added.
1188 * fast/media/mq-simple-query-03-expected.checksum: Added.
1189 * fast/media/mq-simple-query-03-expected.png: Added.
1190 * fast/media/mq-simple-query-03-expected.txt: Added.
1191 * fast/media/mq-simple-query-03.html: Added.
1192 * fast/media/mq-simple-query-04-expected.checksum: Added.
1193 * fast/media/mq-simple-query-04-expected.png: Added.
1194 * fast/media/mq-simple-query-04-expected.txt: Added.
1195 * fast/media/mq-simple-query-04.html: Added.
1196 * fast/media/mq-simple-query-05-expected.checksum: Added.
1197 * fast/media/mq-simple-query-05-expected.png: Added.
1198 * fast/media/mq-simple-query-05-expected.txt: Added.
1199 * fast/media/mq-simple-query-05.html: Added.
1200 * fast/media/mq-valueless-expected.checksum: Added.
1201 * fast/media/mq-valueless-expected.png: Added.
1202 * fast/media/mq-valueless-expected.txt: Added.
1203 * fast/media/mq-valueless.html: Added.
1204 * fast/media/mq-width-absolute-01-expected.checksum: Added.
1205 * fast/media/mq-width-absolute-01-expected.png: Added.
1206 * fast/media/mq-width-absolute-01-expected.txt: Added.
1207 * fast/media/mq-width-absolute-01.html: Added.
1208 * fast/media/mq-width-absolute-02-expected.checksum: Added.
1209 * fast/media/mq-width-absolute-02-expected.png: Added.
1210 * fast/media/mq-width-absolute-02-expected.txt: Added.
1211 * fast/media/mq-width-absolute-02.html: Added.
1212 * fast/media/mq-width-absolute-03-expected.checksum: Added.
1213 * fast/media/mq-width-absolute-03-expected.png: Added.
1214 * fast/media/mq-width-absolute-03-expected.txt: Added.
1215 * fast/media/mq-width-absolute-03.html: Added.
1216 * fast/media/mq-width-absolute-04-expected.checksum: Added.
1217 * fast/media/mq-width-absolute-04-expected.png: Added.
1218 * fast/media/mq-width-absolute-04-expected.txt: Added.
1219 * fast/media/mq-width-absolute-04.html: Added.
1221 2006-06-08 Justin Garcia <justin.garcia@apple.com>
1225 <http://bugzilla.opendarwin.org/show_bug.cgi?id=4468>
1226 Implement execCommand(Insert{Un}OrderedList)
1229 * editing/execCommand/create-list-from-range-selection-expected.checksum: Added.
1230 * editing/execCommand/create-list-from-range-selection-expected.png: Added.
1231 * editing/execCommand/create-list-from-range-selection-expected.txt: Added.
1232 * editing/execCommand/create-list-from-range-selection.html: Added.
1233 * editing/execCommand/insert-list-and-stitch-expected.checksum: Added.
1234 * editing/execCommand/insert-list-and-stitch-expected.png: Added.
1235 * editing/execCommand/insert-list-and-stitch-expected.txt: Added.
1236 * editing/execCommand/insert-list-and-stitch.html: Added.
1237 * editing/execCommand/insert-list-with-id-expected.checksum: Added.
1238 * editing/execCommand/insert-list-with-id-expected.png: Added.
1239 * editing/execCommand/insert-list-with-id-expected.txt: Added.
1240 * editing/execCommand/insert-list-with-id.html: Added.
1241 * editing/execCommand/remove-list-from-range-selection-expected.checksum: Added.
1242 * editing/execCommand/remove-list-from-range-selection-expected.png: Added.
1243 * editing/execCommand/remove-list-from-range-selection-expected.txt: Added.
1244 * editing/execCommand/remove-list-from-range-selection.html: Added.
1245 * editing/execCommand/remove-list-items-expected.checksum: Added.
1246 * editing/execCommand/remove-list-items-expected.png: Added.
1247 * editing/execCommand/remove-list-items-expected.txt: Added.
1248 * editing/execCommand/remove-list-items.html: Added.
1249 * editing/execCommand/switch-list-type-expected.checksum: Added.
1250 * editing/execCommand/switch-list-type-expected.png: Added.
1251 * editing/execCommand/switch-list-type-expected.txt: Added.
1252 * editing/execCommand/switch-list-type.html: Added.
1255 * editing/pasteboard/drag-drop-modifies-page-expected.txt:
1256 * editing/pasteboard/paste-list-001-expected.txt:
1257 * editing/selection/drag-to-contenteditable-iframe-expected.checksum:
1258 * editing/selection/drag-to-contenteditable-iframe-expected.png:
1259 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
1260 * editing/style/block-style-005-expected.txt:
1261 * fast/text/textIteratorNilRenderer-expected.checksum:
1262 * fast/text/textIteratorNilRenderer-expected.png:
1263 * fast/text/textIteratorNilRenderer-expected.txt:
1264 * editing/deleting/delete-line-016-expected.checksum:
1265 * editing/deleting/delete-line-016-expected.png:
1266 * editing/deleting/delete-line-016-expected.txt:
1268 2006-06-08 David Harrison <harrison@apple.com>
1270 Reviewed by Geoff and John.
1272 <rdar://problem/4558879> -[DOMCSSPrimitiveValue setStringValue:] throws an exception (12)
1274 * fast/dom/setPrimitiveValue-expected.checksum: Added.
1275 * fast/dom/setPrimitiveValue-expected.png: Added.
1276 * fast/dom/setPrimitiveValue-expected.txt: Added.
1277 * fast/dom/setPrimitiveValue.html: Added.
1279 2006-06-08 Mitz Pettel <opendarwin.org@mitzpettel.com>
1283 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9341
1284 REGRESSION: Repro crash caused by style="font:bold"
1286 * fast/css/font-shorthand-weight-only-expected.checksum: Added.
1287 * fast/css/font-shorthand-weight-only-expected.png: Added.
1288 * fast/css/font-shorthand-weight-only-expected.txt: Added.
1289 * fast/css/font-shorthand-weight-only.html: Added.
1291 2006-06-07 Justin Garcia <justin.garcia@apple.com>
1295 * editing/deleting/delete-4038408-fix-expected.txt:
1296 * editing/input/attributed-substring-from-range-lines-expected.txt:
1297 * editing/inserting/insert-3654864-fix-expected.txt:
1298 * editing/inserting/insert-3659587-fix-expected.txt:
1299 * editing/inserting/insert-3775316-fix-expected.txt:
1300 * editing/inserting/insert-at-end-01-expected.txt:
1301 * editing/inserting/insert-at-end-02-expected.txt:
1302 * editing/inserting/insert-br-001-expected.txt:
1303 * editing/inserting/insert-br-005-expected.txt:
1305 2006-06-07 Denis Defreyne <amonre@amonre.org>
1307 Reviewed by Hyatt, tweaked by Mitz.
1309 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9122
1310 REGRESSION: Incorrect vertical position for text fields in a "display: table" block
1312 * fast/table/text-field-baseline-expected.checksum: Added.
1313 * fast/table/text-field-baseline-expected.png: Added.
1314 * fast/table/text-field-baseline-expected.txt: Added.
1315 * fast/table/text-field-baseline.html: Added.
1317 2006-06-07 Mitz Pettel <opendarwin.org@mitzpettel.com>
1321 - pixel test for http://bugzilla.opendarwin.org/show_bug.cgi?id=4334
1322 REGRESSION: Flickering when css-hover should change opacity on floating elements
1324 * fast/block/float/nopaint-after-layer-destruction-expected.checksum: Added.
1325 * fast/block/float/nopaint-after-layer-destruction-expected.png: Added.
1326 * fast/block/float/nopaint-after-layer-destruction-expected.txt: Added.
1327 * fast/block/float/nopaint-after-layer-destruction.html: Added.
1329 2006-06-06 Mitz Pettel <opendarwin.org@mitzpettel.com>
1333 - repaint test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9121
1334 REGRESSION: [Incremental Repaint] DHTML movement test failures
1336 * fast/repaint/containing-block-position-change-expected.checksum: Added.
1337 * fast/repaint/containing-block-position-change-expected.png: Added.
1338 * fast/repaint/containing-block-position-change-expected.txt: Added.
1339 * fast/repaint/containing-block-position-change.html: Added.
1341 2006-06-06 Darin Adler <darin@apple.com>
1343 * fast/repaint/table-extra-bottom-grow.html: Removed unneeded line of code.
1345 * fast/repaint/table-extra-bottom-grow-expected.png: Regenerated.
1346 * fast/repaint/table-extra-bottom-grow-expected.checksum: Regenerated.
1348 2006-06-06 Justin Garcia <justin.garcia@apple.com>
1352 Added to demonstrate fixes:
1353 * editing/pasteboard/merge-after-delete-expected.checksum: Added.
1354 * editing/pasteboard/merge-after-delete-expected.png: Added.
1355 * editing/pasteboard/merge-after-delete-expected.txt: Added.
1356 * editing/pasteboard/merge-after-delete.html: Added.
1357 * editing/inserting/line-break-expected.checksum: Added.
1358 * editing/inserting/line-break-expected.png: Added.
1359 * editing/inserting/line-break-expected.txt: Added.
1360 * editing/inserting/line-break.html: Added.
1361 * editing/inserting/multiple-lines-selected-expected.checksum: Added.
1362 * editing/inserting/multiple-lines-selected-expected.png: Added.
1363 * editing/inserting/multiple-lines-selected-expected.txt: Added.
1364 * editing/inserting/multiple-lines-selected.html: Added.
1367 * editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
1368 * editing/deleting/delete-3775172-fix-expected.txt:
1369 * editing/deleting/delete-3928305-fix-expected.txt:
1370 * editing/deleting/delete-3959464-fix-expected.checksum:
1371 * editing/deleting/delete-3959464-fix-expected.png:
1372 * editing/deleting/delete-3959464-fix-expected.txt:
1373 * editing/deleting/delete-4038408-fix-expected.checksum:
1374 * editing/deleting/delete-4038408-fix-expected.png:
1375 * editing/deleting/delete-4038408-fix-expected.txt:
1376 * editing/deleting/delete-4038408-fix.html:
1377 * editing/deleting/delete-at-paragraph-boundaries-002-expected.txt:
1378 * editing/deleting/delete-at-paragraph-boundaries-011-expected.checksum:
1379 * editing/deleting/delete-at-paragraph-boundaries-011-expected.png:
1380 * editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
1381 * editing/deleting/delete-block-contents-001-expected.txt:
1382 * editing/deleting/delete-block-contents-002-expected.txt:
1383 * editing/deleting/delete-block-contents-003-expected.txt:
1384 * editing/deleting/delete-br-011-expected.checksum:
1385 * editing/deleting/delete-br-011-expected.png:
1386 * editing/deleting/delete-br-011-expected.txt:
1387 * editing/deleting/delete-image-004-expected.txt:
1388 * editing/deleting/delete-line-010-expected.txt:
1389 * editing/deleting/delete-line-015-expected.txt:
1390 * editing/deleting/delete-select-all-001-expected.checksum:
1391 * editing/deleting/delete-select-all-001-expected.png:
1392 * editing/deleting/delete-select-all-001-expected.txt:
1393 * editing/deleting/delete-select-all-002-expected.txt:
1394 * editing/deleting/delete-select-all-003-expected.checksum:
1395 * editing/deleting/delete-select-all-003-expected.png:
1396 * editing/deleting/delete-select-all-003-expected.txt:
1397 * editing/execCommand/insertImage-expected.checksum:
1398 * editing/execCommand/insertImage-expected.png:
1399 * editing/input/attributed-substring-from-range-lines-expected.txt:
1400 * editing/input/text-input-controller-expected.txt:
1401 * editing/inserting/insert-3654864-fix-expected.txt:
1402 * editing/inserting/insert-3659587-fix-expected.txt:
1403 * editing/inserting/insert-3775316-fix-expected.txt:
1404 * editing/inserting/insert-after-delete-001-expected.txt:
1405 * editing/inserting/insert-at-end-01-expected.txt:
1406 * editing/inserting/insert-at-end-02-expected.txt:
1407 * editing/inserting/insert-br-001-expected.txt:
1408 * editing/inserting/insert-br-005-expected.txt:
1409 * editing/pasteboard/4076267-3-expected.txt:
1410 * editing/pasteboard/4076267-expected.txt:
1411 * editing/pasteboard/drag-drop-modifies-page-expected.txt:
1412 * editing/pasteboard/paste-4035648-fix-expected.txt:
1413 * editing/pasteboard/paste-4039777-fix-expected.checksum:
1414 * editing/pasteboard/paste-4039777-fix-expected.png:
1415 * editing/pasteboard/paste-4039777-fix-expected.txt:
1416 * editing/pasteboard/paste-match-style-001-expected.txt:
1417 * editing/pasteboard/paste-match-style-002-expected.txt:
1418 * editing/pasteboard/smart-paste-006-expected.txt:
1419 * editing/pasteboard/smart-paste-007-expected.txt:
1420 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
1421 * editing/style/block-style-005-expected.txt:
1422 * editing/style/typing-style-002-expected.txt:
1423 * editing/unsupported-content/list-delete-001-expected.checksum:
1424 * editing/unsupported-content/list-delete-001-expected.png:
1425 * editing/unsupported-content/list-delete-001-expected.txt:
1426 * editing/unsupported-content/list-delete-002-expected.checksum:
1427 * editing/unsupported-content/list-delete-002-expected.png:
1428 * editing/unsupported-content/list-delete-002-expected.txt:
1429 * editing/unsupported-content/table-delete-001-expected.checksum:
1430 * editing/unsupported-content/table-delete-001-expected.png:
1431 * editing/unsupported-content/table-delete-001-expected.txt:
1432 * editing/unsupported-content/table-delete-003-expected.checksum:
1433 * editing/unsupported-content/table-delete-003-expected.png:
1434 * editing/unsupported-content/table-delete-003-expected.txt:
1435 * fast/text/attributed-substring-from-range.html:
1437 2006-06-06 Anders Carlsson <acarlsson@apple.com>
1441 http://bugzilla.opendarwin.org/show_bug.cgi?id=9325
1442 clientWidth/clientHeight on document element in strict mode should return visible frame size
1444 * fast/dom/client-width-height-expected.txt: Added.
1445 * fast/dom/client-width-height.html: Added.
1447 2006-06-05 Rob Buis <buis@kde.org>
1451 testcases for http://bugzilla.opendarwin.org/show_bug.cgi?id=5564
1452 'font' shorthand parsing should be more tolerant in quirks mode
1454 * fast/css/font_property_compatibility-expected.txt: Added.
1455 * fast/css/font_property_compatibility.html: Added.
1456 * fast/css/font_property_normal-expected.txt: Added.
1457 * fast/css/font_property_normal.html: Added.
1459 2006-06-05 David Kilzer <ddkilzer@kilzer.net>
1463 - Test results for http://bugzilla.opendarwin.org/show_bug.cgi?id=9310
1464 Add missing DOM prototypes and other DOM cleanup
1466 * fast/dom/global-constructors-expected.txt: Fixed test results.
1468 2006-06-04 Geoffrey Garen <ggaren@apple.com>
1470 - Merged test-prototypes.html into global-constructors.html
1471 - Added prototypes.html, which tests for some missing prototypes in DOM objects
1473 * fast/dom/global-constructors-expected.txt:
1474 * fast/dom/global-constructors.html:
1475 * fast/dom/prototypes-expected.txt: Added.
1476 * fast/dom/prototypes.html: Added.
1477 * fast/dom/test-prototypes-expected.txt: Removed.
1478 * fast/dom/test-prototypes.html: Removed.
1479 * fast/dom/undetectable-document-all-expected.txt: Updated to reflect
1480 change from "HTMLCollection" to "Collection"
1482 2006-06-04 Darin Adler <darin@apple.com>
1484 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9176
1485 REGRESSION: repro crash in WebCore::StringImpl::hash() const + 28 (StringImpl.h:67)
1487 * fast/loader/link-no-URL.html: Added.
1488 * fast/loader/link-no-URL-expected.txt: Added.
1490 2006-06-04 Sam Weinig <sam.weinig@gmail.com>
1494 - tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=9213
1495 Absolutely positioned objects with relatively positioned inline
1496 containing blocks are rendered incorrectly
1498 * fast/block/positioning/absolute-in-inline-ltr-2.html: Added.
1499 * fast/block/positioning/absolute-in-inline-ltr-3.html: Added.
1500 * fast/block/positioning/absolute-in-inline-ltr.html: Added.
1501 * fast/block/positioning/absolute-in-inline-rtl-2.html: Added.
1502 * fast/block/positioning/absolute-in-inline-rtl-3.html: Added.
1503 * fast/block/positioning/absolute-in-inline-rtl.html: Added.
1504 * fast/block/positioning/absolute-in-inline-short-ltr.html: Added.
1505 * fast/block/positioning/absolute-in-inline-short-rtl.html: Added.
1507 2006-06-04 Anders Carlsson <acarlsson@apple.com>
1511 http://bugzilla.opendarwin.org/show_bug.cgi?id=9035
1512 document.evaluate and createNSResolver miss on namespaced elements
1514 * fast/xpath: Added.
1515 * fast/xpath/xpath-namespaces-expected.txt: Added.
1516 * fast/xpath/xpath-namespaces.html: Added.
1518 2006-06-03 David Kilzer <ddkilzer@kilzer.net>
1522 Added missing pixel test output:
1523 http://bugzilla.opendarwin.org/show_bug.cgi?id=8848
1524 TFOOT borders are copied to THEAD and TBODY
1526 * fast/table/border-collapsing/border-collapsing-head-foot-expected.png: Added.
1528 2006-06-03 Rob Buis <buis@kde.org>
1530 Reviewed by mjs. Tweaked and landed by ddkilzer.
1532 http://bugzilla.opendarwin.org/show_bug.cgi?id=7281
1533 With java disabled wrong information is displayed.
1535 * fast/replaced/applet-rendering-java-disabled.html: Added.
1536 * fast/replaced/applet-rendering-java-disabled-expected.checksum: Added.
1537 * fast/replaced/applet-rendering-java-disabled-expected.html: Added.
1538 * fast/replaced/applet-rendering-java-disabled-expected.png: Added.
1539 * tables/mozilla_expected_failures/bugs/bug8499-expected.checksum: Changed after removing RenderEmptyApplet.
1540 * tables/mozilla_expected_failures/bugs/bug8499-expected.png: Ditto.
1541 * tables/mozilla_expected_failures/bugs/bug8499-expected.txt: Ditto.
1543 2006-06-03 Mitz Pettel <opendarwin.org@mitzpettel.com>
1547 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9252
1548 REGRESSION: Very odd roll-over issues (content disappearing)
1550 * fast/dom/HTMLLinkElement/pending-stylesheet-count.html: Added.
1551 * fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.txt: Added.
1552 * fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.png: Added.
1553 * fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.checksum: Added.
1555 2006-06-02 Mitz Pettel <opendarwin.org@mitzpettel.com>
1559 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9234
1560 Implement $&, $' and $` replacement codes in String.prototype.replace
1562 * fast/js/resources/string-replace-3.js: Added.
1563 * fast/js/string-replace-3-expected.txt: Added.
1564 * fast/js/string-replace-3.html: Added.
1566 2006-06-02 David Carson <dacarson@gmail.com>
1568 Reviewed by Hyatt, checked in by Tim H.
1570 For: http://bugzilla.opendarwin.org/show_bug.cgi?id=9115
1571 Added test case to test opacity layers, in particular, opacities
1572 with a value of zero.
1574 * fast/css/ZeroOpacityLayers.html: Added.
1575 * fast/css/ZeroOpacityLayers-expected.txt: Added.
1576 * fast/css/ZeroOpacityLayers-expected.png: Added.
1577 * fast/css/ZeroOpacityLayers-expected.checksum: Added.
1578 * fast/css/ZeroOpacityLayers2.html: Added.
1579 * fast/css/ZeroOpacityLayers2-expected.txt: Added.
1580 * fast/css/ZeroOpacityLayers2-expected.png: Added.
1581 * fast/css/ZeroOpacityLayers2-expected.checksum: Added.
1583 2006-06-02 Rob Buis <buis@kde.org>
1585 Reviewed by Hyatt, checked in by Tim H.
1587 Adding testcase for bug 8223.
1589 * fast/dom/css-inline-style-important-expected.checksum: Added.
1590 * fast/dom/css-inline-style-important-expected.png: Added.
1591 * fast/dom/css-inline-style-important-expected.txt: Added.
1592 * fast/dom/css-inline-style-important.html: Added.
1594 2006-06-02 Rémi Zara <remi_zara@mac.com>
1598 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=3379
1599 attr(X) does not work
1601 * fast/css-generated-content/016-expected.checksum: Added.
1602 * fast/css-generated-content/016-expected.png: Added.
1603 * fast/css-generated-content/016-expected.txt: Added.
1604 * fast/css-generated-content/016.html: Added.
1606 2006-06-02 Mitz Pettel <opendarwin.org@mitzpettel.com>
1610 Updated test so that is will once again exercise the fix for
1611 http://bugzilla.opendarwin.org/show_bug.cgi?id=9009
1613 * fast/table/empty-section-crash-expected.txt:
1614 * fast/table/empty-section-crash.html:
1616 2006-06-02 David Kilzer <ddkilzer@kilzer.net>
1620 http://bugzilla.opendarwin.org/show_bug.cgi?id=9183
1621 Finish renaming of RenderCanvas to RenderView
1623 * editing/selection/7152-1-expected.checksum: Layout changed due to text change in HTML file.
1624 * editing/selection/7152-1-expected.png: Ditto.
1625 * editing/selection/7152-1-expected.txt: Ditto.
1626 * editing/selection/7152-1.html: Changed text in HTML content.
1627 * editing/selection/7152-2-expected.checksum: Layout changed due to text change in HTML file.
1628 * editing/selection/7152-2-expected.png: Ditto.
1629 * editing/selection/7152-2-expected.txt: Ditto.
1630 * editing/selection/7152-2.html: Changed text in HTML content.
1631 * *-expected.txt: Replaced "RenderCanvas" with "RenderView" in 3023 more files.
1633 2006-06-01 David Carson <dacarson@gmail.com>
1635 Reviewed by Maciej and Adele
1637 Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=8398
1638 Updated and extended select/option form tests
1640 * fast/forms/HTMLOptionElement_label01.html:
1641 * fast/forms/HTMLOptionElement_label01-expected.txt:
1642 * fast/forms/HTMLOptionElement_label01-expected.png:
1643 * fast/forms/HTMLOptionElement_label02.html:
1644 * fast/forms/HTMLOptionElement_label02-expected.txt:
1645 * fast/forms/HTMLOptionElement_label02-expected.png:
1646 * fast/forms/HTMLOptionElement_label03.html:
1647 * fast/forms/HTMLOptionElement_label03-expected.txt:
1648 * fast/forms/HTMLOptionElement_label03-expected.png
1649 * fast/forms/HTMLOptionElement_label04.html:
1650 * fast/forms/HTMLOptionElement_label04-expected.txt:
1651 * fast/forms/HTMLOptionElement_label04-expected.png
1652 * fast/forms/HTMLOptionElement_label05.html:
1653 * fast/forms/HTMLOptionElement_label05-expected.txt:
1654 * fast/forms/HTMLOptionElement_label05-expected.png:
1655 Updated to reflect success and added some description
1657 * fast/forms/HTMLOptionElement_label06.html:
1658 * fast/forms/HTMLOptionElement_label06-expected.txt:
1659 * fast/forms/HTMLOptionElement_label05-expected.png:
1660 * fast/forms/HTMLOptionElement_label07.html:
1661 * fast/forms/HTMLOptionElement_label07-expected.txt:
1662 * fast/forms/HTMLOptionElement_label07-expected.png:
1665 2006-06-01 David Carson <dacarson@gmail.com>
1669 Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=8646
1670 Test the window.screen.pixelDepth and window.screen.colorDepth
1672 * fast/dom/window/window-screen-properties.html: Added
1673 * fast/dom/window/window-screen-properties-expected.txt: Added.
1675 2006-06-01 Geoffrey Garen <ggaren@apple.com>
1677 - Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9113
1678 REGRESSION (14581): XMLHttpRequest never calls onreadystatechange with
1681 * http/tests/xmlhttprequest/event-listener-gc.html: Added.
1682 * http/tests/xmlhttprequest/event-listener-gc-expected.txt: Added.
1684 2006-06-01 Anders Carlsson <acarlsson@apple.com>
1688 http://bugzilla.opendarwin.org/show_bug.cgi?id=6309
1689 multiple problems prevent bookmarking/back button technique for AJAX/DHTML applications from working
1691 * fast/dom/location-hash-expected.txt: Added.
1692 * fast/dom/location-hash.html: Added.
1695 2006-06-01 Maciej Stachowiak <mjs@apple.com>
1699 - fixed "REGRESSION: Can't order from Pizza Hut (ToT, 05/24/06)"
1700 http://bugzilla.opendarwin.org/show_bug.cgi?id=9103
1702 * http/tests/misc/redirect-expected.txt: Added.
1703 * http/tests/misc/redirect.php: Added.
1704 * http/tests/misc/resources/redirect-result.php: Added.
1706 2006-06-01 Justin Garcia <justin.garcia@apple.com>
1708 Reviewed by harrison
1710 * editing/selection/focus-body-expected.checksum: Added.
1711 * editing/selection/focus-body-expected.png: Added.
1712 * editing/selection/focus-body-expected.txt: Added.
1713 * editing/selection/focus-body.html: Added.
1714 * editing/selection/focus_editable_html-expected.checksum:
1715 * editing/selection/focus_editable_html-expected.png:
1716 * editing/selection/focus_editable_html-expected.txt:
1718 2006-06-01 Anders Carlsson <acarlsson@apple.com>
1722 http://bugzilla.opendarwin.org/show_bug.cgi?id=8996
1723 slow-utf8-text layout test case failing (no longer deterministic?)
1725 * http/tests/incremental/slow-utf8-text-expected.txt:
1728 2006-05-31 Mitz Pettel <opendarwin.org@mitzpettel.com>
1732 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9124
1733 Drop shadow obscures "add more stuff" bubble at live.com
1735 * fast/css/find-next-layer-expected.checksum: Added.
1736 * fast/css/find-next-layer-expected.png: Added.
1737 * fast/css/find-next-layer-expected.txt: Added.
1738 * fast/css/find-next-layer.html: Added.
1740 2006-05-31 Adele Peterson <adele@apple.com>
1742 Updated test results for http://bugzilla.opendarwin.org/show_bug.cgi?id=8848
1743 TFOOT borders are copied to THEAD and TBODY
1745 * tables/mozilla/marvin/backgr_layers-opacity-expected.checksum:
1746 * tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
1747 * tables/mozilla/marvin/backgr_position-table-expected.checksum:
1748 * tables/mozilla/marvin/backgr_position-table-expected.txt:
1749 * tables/mozilla/marvin/backgr_simple-table-cell-expected.checksum:
1750 * tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
1751 * tables/mozilla/marvin/backgr_simple-table-column-expected.checksum:
1752 * tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
1753 * tables/mozilla/marvin/backgr_simple-table-column-group-expected.checksum:
1754 * tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
1755 * tables/mozilla/marvin/backgr_simple-table-expected.checksum:
1756 * tables/mozilla/marvin/backgr_simple-table-expected.txt:
1757 * tables/mozilla/marvin/backgr_simple-table-row-expected.checksum:
1758 * tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
1759 * tables/mozilla/marvin/backgr_simple-table-row-group-expected.checksum:
1760 * tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
1761 * tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.checksum:
1762 * tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
1763 * tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.checksum:
1764 * tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
1765 * tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.checksum:
1766 * tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
1767 * tables/mozilla_expected_failures/marvin/backgr_border-table-expected.checksum:
1768 * tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
1769 * tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.checksum:
1770 * tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
1771 * tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.checksum:
1772 * tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
1773 * tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.checksum:
1774 * tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
1775 * tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.checksum:
1776 * tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
1777 * tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.checksum:
1778 * tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
1779 * tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.checksum:
1780 * tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
1781 * tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.checksum:
1782 * tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
1783 * tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.checksum:
1784 * tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
1785 * tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.checksum:
1786 * tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
1787 * tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.checksum:
1788 * tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
1789 * tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.checksum:
1790 * tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
1792 2006-05-31 Sam Weinig <sam.weinig@gmail.com>
1796 - tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=9100
1797 Absolutely positioned replaced elements with all non-auto
1798 values are rendered incorrectly
1800 * fast/replaced/absolute-position-with-auto-height-and-top-and-bottom.html: Added.
1801 * fast/replaced/absolute-position-with-auto-width-and-left-and-right.html: Added.
1803 2006-05-31 Mitz Pettel <opendarwin.org@mitzpettel.com>
1807 - test and updated results for
1808 http://bugzilla.opendarwin.org/show_bug.cgi?id=9012
1809 Row height not updated when cell heights change
1811 * fast/table/row-height-recalc-expected.checksum: Added.
1812 * fast/table/row-height-recalc-expected.png: Added.
1813 * fast/table/row-height-recalc-expected.txt: Added.
1814 * fast/table/row-height-recalc.html: Added.
1816 2006-05-31 Rob Buis <buis@kde.org>
1820 Testcase for http://bugzilla.opendarwin.org/show_bug.cgi?id=8455
1822 * fast/forms/select-reset.html: Added.
1824 2006-05-31 Rob Buis <buis@kde.org>
1828 Add a test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8024
1830 * fast/dom/document-all-input.html: Added.
1832 2006-05-31 Beth Dakin <bdakin@apple.com>
1836 Test cases for http://bugzilla.opendarwin.org/show_bug.cgi?id=6755
1837 CSS3: Borders rounded with border-radius don't draw the roundings
1839 * fast/borders: Added.
1840 * fast/borders/borderRadiusDashed01-expected.checksum: Added.
1841 * fast/borders/borderRadiusDashed01-expected.png: Added.
1842 * fast/borders/borderRadiusDashed01-expected.txt: Added.
1843 * fast/borders/borderRadiusDashed01.html: Added.
1844 * fast/borders/borderRadiusDashed02-expected.checksum: Added.
1845 * fast/borders/borderRadiusDashed02-expected.png: Added.
1846 * fast/borders/borderRadiusDashed02-expected.txt: Added.
1847 * fast/borders/borderRadiusDashed02.html: Added.
1848 * fast/borders/borderRadiusDashed03-expected.checksum: Added.
1849 * fast/borders/borderRadiusDashed03-expected.png: Added.
1850 * fast/borders/borderRadiusDashed03-expected.txt: Added.
1851 * fast/borders/borderRadiusDashed03.html: Added.
1852 * fast/borders/borderRadiusDotted01-expected.checksum: Added.
1853 * fast/borders/borderRadiusDotted01-expected.png: Added.
1854 * fast/borders/borderRadiusDotted01-expected.txt: Added.
1855 * fast/borders/borderRadiusDotted01.html: Added.
1856 * fast/borders/borderRadiusDotted02-expected.checksum: Added.
1857 * fast/borders/borderRadiusDotted02-expected.png: Added.
1858 * fast/borders/borderRadiusDotted02-expected.txt: Added.
1859 * fast/borders/borderRadiusDotted02.html: Added.
1860 * fast/borders/borderRadiusDotted03-expected.checksum: Added.
1861 * fast/borders/borderRadiusDotted03-expected.png: Added.
1862 * fast/borders/borderRadiusDotted03-expected.txt: Added.
1863 * fast/borders/borderRadiusDotted03.html: Added.
1864 * fast/borders/borderRadiusDouble01-expected.checksum: Added.
1865 * fast/borders/borderRadiusDouble01-expected.png: Added.
1866 * fast/borders/borderRadiusDouble01-expected.txt: Added.
1867 * fast/borders/borderRadiusDouble01.html: Added.
1868 * fast/borders/borderRadiusDouble02-expected.checksum: Added.
1869 * fast/borders/borderRadiusDouble02-expected.png: Added.
1870 * fast/borders/borderRadiusDouble02-expected.txt: Added.
1871 * fast/borders/borderRadiusDouble02.html: Added.
1872 * fast/borders/borderRadiusDouble03-expected.checksum: Added.
1873 * fast/borders/borderRadiusDouble03-expected.png: Added.
1874 * fast/borders/borderRadiusDouble03-expected.txt: Added.
1875 * fast/borders/borderRadiusDouble03.html: Added.
1876 * fast/borders/borderRadiusGroove01-expected.checksum: Added.
1877 * fast/borders/borderRadiusGroove01-expected.png: Added.
1878 * fast/borders/borderRadiusGroove01-expected.txt: Added.
1879 * fast/borders/borderRadiusGroove01.html: Added.
1880 * fast/borders/borderRadiusGroove02-expected.checksum: Added.
1881 * fast/borders/borderRadiusGroove02-expected.png: Added.
1882 * fast/borders/borderRadiusGroove02-expected.txt: Added.
1883 * fast/borders/borderRadiusGroove02.html: Added.
1884 * fast/borders/borderRadiusInset01-expected.checksum: Added.
1885 * fast/borders/borderRadiusInset01-expected.png: Added.
1886 * fast/borders/borderRadiusInset01-expected.txt: Added.
1887 * fast/borders/borderRadiusInset01.html: Added.
1888 * fast/borders/borderRadiusOutset01-expected.checksum: Added.
1889 * fast/borders/borderRadiusOutset01-expected.png: Added.
1890 * fast/borders/borderRadiusOutset01-expected.txt: Added.
1891 * fast/borders/borderRadiusOutset01.html: Added.
1892 * fast/borders/borderRadiusRidge01-expected.checksum: Added.
1893 * fast/borders/borderRadiusRidge01-expected.png: Added.
1894 * fast/borders/borderRadiusRidge01-expected.txt: Added.
1895 * fast/borders/borderRadiusRidge01.html: Added.
1896 * fast/borders/borderRadiusSolid01-expected.checksum: Added.
1897 * fast/borders/borderRadiusSolid01-expected.png: Added.
1898 * fast/borders/borderRadiusSolid01-expected.txt: Added.
1899 * fast/borders/borderRadiusSolid01.html: Added.
1900 * fast/borders/borderRadiusSolid02-expected.checksum: Added.
1901 * fast/borders/borderRadiusSolid02-expected.png: Added.
1902 * fast/borders/borderRadiusSolid02-expected.txt: Added.
1903 * fast/borders/borderRadiusSolid02.html: Added.
1904 * fast/borders/borderRadiusSolid03-expected.checksum: Added.
1905 * fast/borders/borderRadiusSolid03-expected.png: Added.
1906 * fast/borders/borderRadiusSolid03-expected.txt: Added.
1907 * fast/borders/borderRadiusSolid03.html: Added.
1908 * fast/borders/borderRadiusSolid04-expected.checksum: Added.
1909 * fast/borders/borderRadiusSolid04-expected.png: Added.
1910 * fast/borders/borderRadiusSolid04-expected.txt: Added.
1911 * fast/borders/borderRadiusSolid04.html: Added.
1913 2006-05-30 Sam Weinig <sam.weinig@gmail.com>
1915 Reviewed by Maciej, landed by Beth.
1917 - tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=9137
1918 Children with percentage heights of absolutely positioned element
1919 with height: auto and top and bottom non-auto does not lay out
1922 * fast/block/positioning/child-of-absolute-with-auto-height-expected.checksum: Added.
1923 * fast/block/positioning/child-of-absolute-with-auto-height-expected.png: Added.
1924 * fast/block/positioning/child-of-absolute-with-auto-height-expected.txt: Added.
1925 * fast/block/positioning/child-of-absolute-with-auto-height.html: Added.
1926 * fast/replaced/replaced-child-of-absolute-with-auto-height-expected.checksum: Added.
1927 * fast/replaced/replaced-child-of-absolute-with-auto-height-expected.png: Added.
1928 * fast/replaced/replaced-child-of-absolute-with-auto-height-expected.txt: Added.
1929 * fast/replaced/replaced-child-of-absolute-with-auto-height.html: Added.
1931 2006-05-30 Sam Weinig <sam.weinig@gmail.com>
1933 Reviewed by Hyatt, landed by Beth.
1935 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9085
1936 Absolutely positioned objects with 'height': auto and 'top': and
1937 'bottom': non-auto should not be content based
1939 * fast/block/positioning/auto-height-with-top-and-bottom-expected.checksum: Added.
1940 * fast/block/positioning/auto-height-with-top-and-bottom-expected.png: Added.
1941 * fast/block/positioning/auto-height-with-top-and-bottom-expected.txt: Added.
1942 * fast/block/positioning/auto-height-with-top-and-bottom.html: Added.
1944 2006-05-26 Justin Garcia <justin.garcia@apple.com>
1948 Added, test for the crash by focusing an editable html element and then
1950 * editing/selection/editable-html-element-expected.checksum: Added.
1951 * editing/selection/editable-html-element-expected.png: Added.
1952 * editing/selection/editable-html-element-expected.txt: Added.
1953 * editing/selection/editable-html-element.html: Added.
1955 * editing/selection/focus_editable_html-expected.checksum:
1956 * editing/selection/focus_editable_html-expected.png:
1957 * editing/selection/focus_editable_html-expected.txt:
1959 2006-05-26 Adele Peterson <adele@apple.com>
1963 Added test for new textarea implementation. Tests
1964 wrap attributes and form submission.
1966 * fast/forms/textarea-appearance-wrap-expected.txt: Added.
1967 * fast/forms/textarea-appearance-wrap.html: Added.
1969 2006-05-26 Anders Carlsson <acarlsson@apple.com>
1973 http://bugzilla.opendarwin.org/show_bug.cgi?id=9127
1974 Invoke capturing event listeners when AT_TARGET
1976 * dom/html/level2/events/dispatchEvent09-expected.txt:
1977 * dom/xhtml/level2/events/dispatchEvent09-expected.txt:
1980 * fast/dom/capturing-event-listeners-expected.txt: Added.
1981 * fast/dom/capturing-event-listeners.html: Added.
1983 2006-05-25 Mitz Pettel <opendarwin.org@mitzpettel.com>
1985 Reviewed by hyatt. Landed by eseidel.
1987 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8848
1988 TFOOT borders are copied to THEAD and TBODY
1990 * fast/table/border-collapsing/border-collapsing-head-foot-expected.checksum: Added.
1991 * fast/table/border-collapsing/border-collapsing-head-foot-expected.png: Added.
1992 * fast/table/border-collapsing/border-collapsing-head-foot-expected.txt: Added.
1993 * fast/table/border-collapsing/border-collapsing-head-foot.html: Added.
1995 2006-05-25 Mitz Pettel <opendarwin.org@mitzpettel.com>
1997 Reviewed by hyatt. Landed by eseidel.
1999 - updated results for http://bugzilla.opendarwin.org/show_bug.cgi?id=3297
2000 height property is not honored on table rows
2002 * editing/selection/3690703-2-expected.txt:
2003 * editing/selection/3690703-expected.txt:
2004 * editing/selection/3690719-expected.txt:
2005 * fast/encoding/utf-16-big-endian-expected.txt:
2006 * fast/encoding/utf-16-little-endian-expected.txt:
2007 * fast/invalid/017-expected.txt:
2008 * fast/invalid/018-expected.txt:
2009 * fast/table/012-expected.txt:
2010 * fast/table/cell-absolute-child-expected.txt:
2011 * fast/table/colspanMinWidth-expected.txt:
2012 * fast/table/giantRowspan-expected.txt:
2013 * fast/table/spanOverlapRepaint-expected.txt:
2014 * tables/mozilla/bugs/bug10296-1-expected.txt:
2015 * tables/mozilla/bugs/bug113235-1-expected.txt:
2016 * tables/mozilla/bugs/bug113235-2-expected.txt:
2017 * tables/mozilla/bugs/bug12384-expected.txt:
2018 * tables/mozilla/bugs/bug133756-1-expected.txt:
2019 * tables/mozilla/bugs/bug133756-2-expected.txt:
2020 * tables/mozilla/bugs/bug220536-expected.txt:
2021 * tables/mozilla/bugs/bug23072-expected.txt:
2022 * tables/mozilla/bugs/bug25086-expected.txt:
2023 * tables/mozilla/bugs/bug28928-expected.txt:
2024 * tables/mozilla/bugs/bug44523-expected.txt:
2025 * tables/mozilla/bugs/bug6184-expected.txt:
2026 * tables/mozilla/bugs/bug6304-expected.txt:
2027 * tables/mozilla/bugs/bug8858-expected.txt:
2028 * tables/mozilla/bugs/bug97138-expected.txt:
2029 * tables/mozilla/core/cell_heights-expected.txt:
2030 * tables/mozilla/core/col_widths_fix_auto-expected.txt:
2031 * tables/mozilla/core/row_span-expected.txt:
2032 * tables/mozilla_expected_failures/bugs/bug11945-expected.txt:
2033 * tables/mozilla_expected_failures/bugs/bug1262-expected.txt:
2034 * tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
2035 * tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
2036 * tables/mozilla_expected_failures/bugs/bug32205-1-expected.txt:
2037 * tables/mozilla_expected_failures/bugs/bug65372-expected.txt:
2039 2006-05-25 Eric Seidel <eric@eseidel.com>
2041 Reviewed by andersca.
2043 * fast/dom/document-scripts-expected.txt: correct results.
2045 2006-05-24 Beth Dakin <bdakin@apple.com>
2049 This layout test is now correct, so I moved it into the expected
2050 successes directory and generated new results.
2052 * tables/mozilla/bugs/bug222846-expected.checksum: Added.
2053 * tables/mozilla/bugs/bug222846-expected.png: Added.
2054 * tables/mozilla/bugs/bug222846-expected.txt: Added.
2055 * tables/mozilla/bugs/bug222846.html: Added.
2056 * tables/mozilla_expected_failures/bugs/bug222846-
2057 expected.checksum: Removed.
2058 * tables/mozilla_expected_failures/bugs/bug222846-expected.png:
2060 * tables/mozilla_expected_failures/bugs/bug222846-expected.txt:
2062 * tables/mozilla_expected_failures/bugs/bug222846.html: Removed.
2064 2006-05-24 Justin Garcia <justin.garcia@apple.com>
2068 * editing/selection/designmode-no-caret-expected.checksum: Added.
2069 * editing/selection/designmode-no-caret-expected.png: Added.
2070 * editing/selection/designmode-no-caret-expected.txt: Added.
2071 * editing/selection/designmode-no-caret.html: Added.
2073 2006-05-24 Geoffrey Garen <ggaren@apple.com>
2075 - Layout test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9095
2076 regression: can't select by setting option.selected to true
2078 * fast/dom/option-properties-expected.txt: Added.
2079 * fast/dom/option-properties.html: Added.
2081 2006-05-24 Geoffrey Garen <ggaren@apple.com>
2083 Layout tests for DOM object cache and garbage collection,
2084 <rdar://problem/4557926> TOT REGRESSION: Crash occurs when attempting
2085 to view image in slideshow mode at http://d.smugmug.com/gallery/581716
2086 ( KJS::IfNode::execute (KJS::ExecState*) + 312) if you use a PAC file
2088 * fast/dom/gc-8-expected.txt: Added.
2089 * fast/dom/gc-8.html: Added.
2090 * fast/dom/gc-9-expected.txt: Added.
2091 * fast/dom/gc-9.html: Added.
2093 2006-05-24 Anders Carlsson <acarlsson@apple.com>
2097 Add tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=9093
2098 Implement document.scripts
2100 * fast/dom/document-scripts-expected.txt: Added.
2101 * fast/dom/document-scripts.html: Added.
2103 2006-05-24 Anders Carlsson <acarlsson@apple.com>
2107 Add test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9092
2108 innerText is empty for elements without renderers.
2110 * fast/dom/inner-text-with-no-renderer-expected.txt: Added.
2111 * fast/dom/inner-text-with-no-renderer.html: Added.
2113 2006-05-23 Anders Carlsson <acarlsson@apple.com>
2117 Update tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=9017
2118 Weather2.css incorrectly treated as JavaScript file @ www.live.com
2120 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_nist_dmstc-expected.txt:
2121 This fails in a different way now.
2123 * dom/xhtml/level3/core/nodelookupnamespaceuri17-expected.txt:
2124 * dom/xhtml/level3/core/nodelookupnamespaceuri20-expected.txt:
2125 * dom/xhtml/level3/core/nodelookupprefix17-expected.txt:
2126 * dom/xhtml/level3/core/nodelookupprefix20-expected.txt:
2127 * dom/xhtml/level3/core/noderemovechild28-expected.txt:
2128 * dom/xhtml/level3/core/noderemovechild29-expected.txt:
2131 * fast/dom/attribute-namespaces-get-set-expected.txt: Added.
2132 * fast/dom/attribute-namespaces-get-set.html: Added.
2135 2006-05-22 Justin Garcia <justin.garcia@apple.com>
2139 Fixed and reenabled this test.
2141 * editing/selection/drag-to-contenteditable-iframe-expected.checksum:
2142 * editing/selection/drag-to-contenteditable-iframe-expected.png:
2143 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
2144 * editing/selection/drag-to-contenteditable-iframe.html: Added.
2145 * editing/selection/drag-to-contenteditable-iframe.html-disabled: Removed.
2147 2006-05-22 Levi Weintraub <lweintraub@apple.com>
2151 - http://bugzilla.opendarwin.org/show_bug.cgi?id=8393
2152 <br>s created by createMarkup aren't valid xhtml
2153 Changes in case from innerHTML
2155 * editing/execCommand/createLink-expected.txt:
2156 * editing/execCommand/unlink-expected.txt:
2157 * editing/input/attributed-substring-from-range-lines-expected.txt:
2158 * fast/dom/Range/range-exceptions-expected.txt:
2159 * fast/dom/Range/resources/range-exceptions.js:
2160 * fast/innerHTML/005-expected.txt:
2161 * fast/innerHTML/innerHTML-custom-tag-expected.txt:
2162 * fast/innerHTML/innerHTML-cast.html: Added.
2163 * fast/innerHTML/innerHTML-cast-expected.txt: Added.
2164 * fast/xsl/xslt-processer-expected.txt:
2166 2006-05-20 Anders Carlsson <acarlsson@apple.com>
2170 * fast/js/function-declarations-in-switch-statement-expected.txt: Added.
2171 * fast/js/function-declarations-in-switch-statement.html: Added.
2172 * fast/js/resources/function-declarations-in-switch-statement.js: Added.
2174 2006-05-20 Mitz Pettel <opendarwin.org@mitzpettel.com>
2176 Reviewed and landed by ap.
2178 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9009
2179 REGRESSION: ToT crash in WebCore at Zap2it
2181 * fast/table/empty-section-crash-expected.checksum: Added.
2182 * fast/table/empty-section-crash-expected.png: Added.
2183 * fast/table/empty-section-crash-expected.txt: Added.
2184 * fast/table/empty-section-crash.html: Added.
2186 2006-05-19 Levi Weintraub <lweintraub@apple.com>
2190 Tests for <http://bugzilla.opendarwin.org/show_bug.cgi?id=8931>
2191 Drag caret not painted for editable sub-frames
2193 * editing/resources/select-and-drag-iframe.html: Added.
2194 * editing/selection/drag-in-iframe-expected.checksum: Added.
2195 * editing/selection/drag-in-iframe-expected.png: Added.
2196 * editing/selection/drag-in-iframe-expected.txt: Added.
2197 * editing/selection/drag-in-iframe.html: Added.
2199 2006-05-17 Geoffrey Garen <ggaren@apple.com>
2201 - Test for overriding non-autogenerated global constructors.
2203 * fast/dom/constructors-overriding-expected.txt: Added.
2204 * fast/dom/constructors-overriding.html: Added.
2206 2006-05-18 Sam Weinig <sam.weinig@gmail.com>
2210 Tests for <http://bugzilla.opendarwin.org/show_bug.cgi?id=8896>
2211 Bug 8896: Absolutely positioned elements should use their parent's
2212 direction when left, right and width are auto in quirks mode.
2214 * fast/block/positioning/absolute-position-direction-quirk.html: Added.
2215 * fast/block/positioning/absolute-position-direction-quirk-expected.txt: Added.
2216 * fast/block/positioning/absolute-position-direction-quirk-expected.png: Added.
2217 * fast/block/positioning/absolute-position-direction-quirk-expected.checksum: Added.
2218 * fast/block/positioning/absolute-position-direction-strict.html: Added.
2219 * fast/block/positioning/absolute-position-direction-strict-expected.txt: Added.
2220 * fast/block/positioning/absolute-position-direction-strict-expected.png: Added.
2221 * fast/block/positioning/absolute-position-direction-strict-expected.checksum: Added.
2223 2006-05-18 Anders Carlsson <acarlsson@apple.com>
2225 http://bugzilla.opendarwin.org/show_bug.cgi?id=8964
2226 Autogenerate more HTML classes
2228 * fast/dom/prototype-chain-expected.txt:
2231 2006-05-17 Alexey Proskuryakov <ap@nypop.com>
2235 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6915
2236 fast/js/date-constructor.html testcase is timezone-dependent
2238 * fast/js/date-constructor-expected.txt:
2239 * fast/js/resources/date-constructor.js:
2240 Disable the offending tests.
2242 2006-05-17 Eric Seidel <eseidel@apple.com>
2244 Reviewed by andersca.
2246 Autogenerate more HTML js bindings.
2247 http://bugzilla.opendarwin.org/show_bug.cgi?id=8953
2249 * fast/dom/HTMLHtmlElement: Added.
2250 * fast/dom/HTMLHtmlElement/set-version.html: Added.
2251 * fast/dom/HTMLHtmlElement/set-version-expected.txt: Added.
2252 * fast/dom/HTMLInputElement: Added.
2253 * fast/dom/HTMLInputElement/size-as-number.html: Added.
2254 * fast/dom/HTMLInputElement/size-as-number-expected.txt: Added.
2256 2006-05-17 Adele Peterson <adele@apple.com>
2260 Updated test results for changes to prepare for
2261 http://bugzilla.opendarwin.org/show_bug.cgi?id=8948
2262 Switch to use new text field implementation for <textarea>
2264 * fast/block/float/032-expected.txt:
2266 2006-05-17 Alexey Proskuryakov <ap@nypop.com>
2270 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8870
2271 Crash typing in Yahoo auto-complete widget.
2273 * fast/js/regexp-stack-overflow-expected.txt: Added.
2274 * fast/js/regexp-stack-overflow.html: Added.
2275 * fast/js/resources/regexp-stack-overflow.js: Added.
2277 2006-05-17 Mitz Pettel <opendarwin.org@mitzpettel.com>
2281 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8951
2282 AtomicString hash corrupted by high-bit Latin-1
2284 * fast/encoding/high-bit-latin1-expected.txt: Added.
2285 * fast/encoding/high-bit-latin1.html: Added.
2287 2006-05-17 Rob Buis <buis@kde.org>
2291 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=7492
2292 CSS attribute selectors fail when the setAttribute() method is used
2293 to create an attribute and the attribute name is not Class or ID.
2295 * fast/css/selector-set-attribute.html: Added.
2296 * fast/css/selector-set-attribute-expected.txt: Added.
2297 * fast/css/selector-set-attribute-expected.checksum: Added.
2298 * fast/css/selector-set-attribute-expected.png: Added.
2300 2006-05-17 Rob Buis <buis@kde.org>
2304 Fix for http://bugzilla.opendarwin.org/show_bug.cgi?id=5264
2305 document.createElementNS() should not allow to insert a second <html> element
2307 * dom/xhtml/level3/core/documentnormalizedocument10-expected.txt:
2308 Updated to show a different failure.
2310 * dom/xhtml/level3/core/nodeappendchild02-expected.txt:
2311 * dom/xhtml/level3/core/nodeinsertbefore06-expected.txt:
2312 * dom/xhtml/level3/core/nodereplacechild39-expected.txt:
2313 Updated to reflect success.
2315 * fast/dom/createDocumentType2.html: Added.
2316 * fast/dom/createDocumentType2-expected.txt: Added.
2317 * fast/dom/createElementNS.html: Added.
2318 * fast/dom/createElementNS-expected.txt: Added.
2320 2006-05-16 Anders Carlsson <acarlsson@apple.com>
2324 http://bugzilla.opendarwin.org/show_bug.cgi?id=8921
2325 Use WebCore to render full-frame images.
2327 * css2.1/t0801-c412-hz-box-00-b-a-expected.txt:
2328 * dom/xhtml/level2/html/frame-expected.checksum:
2329 * dom/xhtml/level2/html/frame-expected.png:
2330 * dom/xhtml/level2/html/frame-expected.txt:
2331 * dom/xhtml/level2/html/iframe-expected.checksum:
2332 * dom/xhtml/level2/html/iframe-expected.png:
2333 * dom/xhtml/level2/html/iframe-expected.txt:
2334 * tables/mozilla/bugs/bug50695-2-expected.txt:
2337 2006-05-16 Eric Seidel <eseidel@apple.com>
2339 Reviewed by andersca.
2341 Autogenerate JSHTMLMetaElement.
2342 http://bugzilla.opendarwin.org/show_bug.cgi?id=8938
2344 * fast/dom/HTMLMetaElement: Added.
2345 * fast/dom/HTMLMetaElement/meta-attributes-expected.txt: Added.
2346 * fast/dom/HTMLMetaElement/meta-attributes.html: Added.
2348 2006-05-15 Geoffrey Garen <ggaren@apple.com>
2350 - Tests for JavaScript reserved words and the 'debugger' statement
2351 <rdar://problem/4534904>
2353 http://bugzilla.opendarwin.org/show_bug.cgi?id=6179
2355 * fast/js/debugger-expected.txt: Added.
2356 * fast/js/debugger.html: Added.
2357 * fast/js/reserved-words-expected.txt: Added.
2358 * fast/js/reserved-words.html: Added.
2359 * fast/js/resources/debugger.js: Added.
2360 * fast/js/resources/reserved-words.js: Added.
2362 2006-05-15 Beth Dakin <bdakin@apple.com>
2366 These tests have new expected results after the fix for
2367 http://bugzilla.opendarwin.org/show_bug.cgi?id=6838 Incomplete
2368 repaint of collapsed table borders
2370 * fast/table/border-collapsing/001-expected.checksum:
2371 * fast/table/border-collapsing/001-expected.png:
2372 * fast/table/border-collapsing/001-expected.txt:
2373 * fast/table/border-collapsing/002-expected.checksum:
2374 * fast/table/border-collapsing/002-expected.png:
2375 * fast/table/border-collapsing/002-expected.txt:
2376 * fast/table/border-collapsing/003-expected.checksum:
2377 * fast/table/border-collapsing/003-expected.png:
2378 * fast/table/border-collapsing/003-expected.txt:
2379 * fast/table/border-collapsing/003.html:
2380 * fast/table/border-collapsing/004-expected.checksum:
2381 * fast/table/border-collapsing/004-expected.png:
2382 * fast/table/border-collapsing/004-expected.txt:
2383 * fast/table/border-collapsing/rtl-border-collapsing-expected.checksum:
2384 * fast/table/border-collapsing/rtl-border-collapsing-expected.png:
2385 * fast/table/border-collapsing/rtl-border-collapsing-expected.txt:
2386 * fast/table/overflowHidden-expected.checksum:
2387 * fast/table/overflowHidden-expected.png:
2388 * fast/table/overflowHidden-expected.txt:
2389 * tables/mozilla/bugs/bug159108-expected.checksum:
2390 * tables/mozilla/bugs/bug159108-expected.png:
2391 * tables/mozilla/bugs/bug159108-expected.txt:
2392 * tables/mozilla/bugs/bug23151-expected.checksum:
2393 * tables/mozilla/bugs/bug23151-expected.png:
2394 * tables/mozilla/bugs/bug23151-expected.txt:
2395 * tables/mozilla/bugs/bug43854-2-expected.checksum:
2396 * tables/mozilla/bugs/bug43854-2-expected.png:
2397 * tables/mozilla/bugs/bug43854-2-expected.txt:
2398 * tables/mozilla/bugs/bug8381-expected.checksum:
2399 * tables/mozilla/bugs/bug8381-expected.png:
2400 * tables/mozilla/bugs/bug8381-expected.txt:
2401 * tables/mozilla/bugs/bug9024-expected.txt:
2402 * tables/mozilla/collapsing_borders/bug127040-expected.checksum:
2403 * tables/mozilla/collapsing_borders/bug127040-expected.png:
2404 * tables/mozilla/collapsing_borders/bug127040-expected.txt:
2405 * tables/mozilla/collapsing_borders/bug41262-3-expected.checksum:
2406 * tables/mozilla/collapsing_borders/bug41262-3-expected.png:
2407 * tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
2408 * tables/mozilla/collapsing_borders/bug41262-4-expected.checksum:
2409 * tables/mozilla/collapsing_borders/bug41262-4-expected.png:
2410 * tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
2411 * tables/mozilla/marvin/backgr_layers-opacity-expected.checksum:
2412 * tables/mozilla/marvin/backgr_layers-opacity-expected.png:
2413 * tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
2414 * tables/mozilla/marvin/backgr_position-table-expected.checksum:
2415 * tables/mozilla/marvin/backgr_position-table-expected.png:
2416 * tables/mozilla/marvin/backgr_position-table-expected.txt:
2417 * tables/mozilla/marvin/backgr_simple-table-cell-expected.checksum:
2418 * tables/mozilla/marvin/backgr_simple-table-cell-expected.png:
2419 * tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
2420 * tables/mozilla/marvin/backgr_simple-table-column-expected.checksum:
2421 * tables/mozilla/marvin/backgr_simple-table-column-expected.png:
2422 * tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
2423 * tables/mozilla/marvin/backgr_simple-table-column-group-expected.checksum:
2424 * tables/mozilla/marvin/backgr_simple-table-column-group-expected.png:
2425 * tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
2426 * tables/mozilla/marvin/backgr_simple-table-expected.checksum:
2427 * tables/mozilla/marvin/backgr_simple-table-expected.png:
2428 * tables/mozilla/marvin/backgr_simple-table-expected.txt:
2429 * tables/mozilla/marvin/backgr_simple-table-row-expected.checksum:
2430 * tables/mozilla/marvin/backgr_simple-table-row-expected.png:
2431 * tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
2432 * tables/mozilla/marvin/backgr_simple-table-row-group-expected.checksum:
2433 * tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
2434 * tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
2435 * tables/mozilla_expected_failures/bugs/bug1055-2-expected.checksum:
2436 * tables/mozilla_expected_failures/bugs/bug1055-2-expected.png:
2437 * tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:
2438 * tables/mozilla_expected_failures/bugs/bug3517-expected.txt:
2439 * tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.checksum:
2440 * tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.png:
2441 * tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt:
2442 * tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.checksum:
2443 * tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png:
2444 * tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
2445 * tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.checksum:
2446 * tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png:
2447 * tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
2448 * tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.checksum:
2449 * tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
2450 * tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
2451 * tables/mozilla_expected_failures/marvin/backgr_border-table-expected.checksum:
2452 * tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png:
2453 * tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
2454 * tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.checksum:
2455 * tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png:
2456 * tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
2457 * tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.checksum:
2458 * tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png:
2459 * tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
2460 * tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.checksum:
2461 * tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
2462 * tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
2463 * tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.checksum:
2464 * tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
2465 * tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
2466 * tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.checksum:
2467 * tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
2468 * tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
2469 * tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.checksum:
2470 * tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.png:
2471 * tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
2472 * tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.checksum:
2473 * tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
2474 * tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
2475 * tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.checksum:
2476 * tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png:
2477 * tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
2478 * tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.checksum:
2479 * tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png:
2480 * tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
2481 * tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.checksum:
2482 * tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
2483 * tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
2484 * tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.checksum:
2485 * tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png:
2486 * tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
2487 * tables/mozilla_expected_failures/other/test4-expected.checksum:
2488 * tables/mozilla_expected_failures/other/test4-expected.png:
2489 * tables/mozilla_expected_failures/other/test4-expected.txt:
2491 2006-05-14 Mitz Pettel <opendarwin.org@mitzpettel.com>
2495 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=6838
2496 Incomplete repaint of collapsed table borders
2498 * fast/repaint/table-collapsed-border-expected.checksum: Added.
2499 * fast/repaint/table-collapsed-border-expected.png: Added.
2500 * fast/repaint/table-collapsed-border-expected.txt: Added.
2501 * fast/repaint/table-collapsed-border.html: Added.
2503 2006-05-14 Rob Buis <buis@kde.org>
2507 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=5882:
2508 disabled type="file" element doesn't appear disabled
2510 * fast/forms/file-input-disabled.html: Added.
2511 * fast/forms/file-input-disabled-expected.txt: Added.
2512 * fast/forms/file-input-disabled-expected.png: Added.
2513 * fast/forms/file-input-disabled-expected.checksum: Added.
2515 2006-05-14 Sam Weinig <sam.weinig@gmail.com>
2517 Reviewed by Hyatt, landed by ap.
2519 Test for <http://bugzilla.opendarwin.org/show_bug.cgi?id=8387>
2520 "border-left/padding-Left do not show up on multiline rtl inline boxes"
2522 * fast/inline/inline-borders-with-bidi-override.html: Added.
2523 * fast/inline/inline-borders-with-bidi-override-expected.txt: Added.
2524 * fast/inline/inline-borders-with-bidi-override-expected.png: Added.
2525 * fast/inline/inline-borders-with-bidi-override-expected.checksum: Added.
2527 2006-05-13 Mitz Pettel <opendarwin.org@mitzpettel.com>
2529 Reviewed by Darin, landed by ap.
2531 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8485
2532 iExploder(#11705): Freeze in RenderBlock::layout()
2534 * fast/text/midword-break-hang-expected.checksum: Added.
2535 * fast/text/midword-break-hang-expected.png: Added.
2536 * fast/text/midword-break-hang-expected.txt: Added.
2537 * fast/text/midword-break-hang.html: Added.
2539 2006-05-13 Rob Buis <buis@kde.org>
2541 Reviewed by Darin, landed by ap.
2543 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8132
2544 CSS parser sometimes accepts real number as integer
2546 * fast/css/rgb-float.html: Added.
2547 * fast/css/rgb-float-expected.txt: Added.
2548 * fast/css/rgb-float-expected.png: Added.
2549 * fast/css/rgb-float-expected.checksum: Added.
2551 2006-05-13 Sam Weinig <sam.weinig@gmail.com>
2553 Reviewed by Hyatt, landed by ap.
2555 - tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=7604
2557 * fast/block/positioning/absolute-length-of-neg-666666.html: Added.
2558 * fast/block/positioning/absolute-positioned-overconstrained.html: Added.
2559 * fast/block/positioning/auto/006.html: Updated to reflect that the containing
2560 block's direction, not the parent's is used.
2561 * fast/css/absolute-poition-in-rtl-parent.html: Updated and cleaned up.
2563 2006-05-12 Mitz Pettel <opendarwin.org@mitzpettel.com>
2567 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=8835
2568 REGRESSION: Line moves but selection highlight stays behind
2570 * fast/dynamic/selection-highlight-adjust-expected.checksum: Added.
2571 * fast/dynamic/selection-highlight-adjust-expected.png: Added.
2572 * fast/dynamic/selection-highlight-adjust-expected.txt: Added.
2573 * fast/dynamic/selection-highlight-adjust.html: Added.
2575 2006-05-12 Mitz Pettel <opendarwin.org@mitzpettel.com>
2577 Reviewed and landed by Anders.
2579 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8866
2580 REGRESSION: Incorrect caret position in RTL text
2582 * fast/text/international/rtl-caret-expected.checksum: Added.
2583 * fast/text/international/rtl-caret-expected.png: Added.
2584 * fast/text/international/rtl-caret-expected.txt: Added.
2585 * fast/text/international/rtl-caret.html: Added.
2587 2006-05-11 Alexey Proskuryakov <ap@nypop.com>
2591 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8770
2592 XMLHttpRequest should strip CR/LF characters from the URL
2594 * fast/loader/url-strip-cr-lf-tab-expected.txt: Added.
2595 * fast/loader/url-strip-cr-lf-tab.html: Added.
2597 2006-05-11 Justin Garcia <justin.garcia@apple.com>
2599 Reviewed by thatcher, levi
2601 Inserting an <hr> into <div>foo^bar</div> now produces
2602 <div>foo</div><hr><div>bar</div>, instead of <div>foo<hr>bar</div>,
2603 which means that removing an inserted <hr> programmatically from
2604 javascript produces a different visual result than before (the
2605 new result is arguably more correct):
2606 * editing/execCommand/insertHorizontalRule.html:
2607 * editing/execCommand/insertHorizontalRule-expected.checksum:
2608 * editing/execCommand/insertHorizontalRule-expected.png:
2609 * editing/execCommand/insertHorizontalRule-expected.txt:
2611 Equivalent render trees or changes in the editing delegate
2612 notifications that reflect the fact that we are doing an end
2614 * editing/pasteboard/paste-text-001-expected.txt:
2615 * editing/pasteboard/paste-text-at-tabspan-001-expected.txt:
2616 * editing/pasteboard/paste-text-at-tabspan-002-expected.txt:
2617 * editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
2618 * editing/pasteboard/smart-paste-003-expected.txt:
2619 * editing/pasteboard/smart-paste-004-expected.txt:
2620 * editing/pasteboard/smart-paste-005-expected.txt:
2621 * editing/pasteboard/smart-paste-006-expected.txt:
2622 * editing/pasteboard/smart-paste-007-expected.txt:
2623 * editing/style/smoosh-styles-001-expected.txt:
2624 * editing/style/smoosh-styles-002-expected.txt:
2626 2006-05-11 Darin Adler <darin@apple.com>
2628 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8743
2629 REGRESSION: focus() on input field selects all text within it (was: cannot select cities on British Rail reservation site)
2631 * fast/forms/double-focus-expected.txt: Added.
2632 * fast/forms/double-focus.html: Added.
2634 2006-05-11 Anders Carlsson <acarlsson@apple.com>
2638 http://bugzilla.opendarwin.org/show_bug.cgi?id=7838
2639 Add support for mozilla-style node constructors as properties of the window object
2641 * fast/dom/prototype-chain-expected.txt:
2642 Update prototype chains.
2644 * fast/dom/global-constructors-expected.txt:
2645 * fast/dom/global-constructors.html:
2646 Test new constructor objects.
2648 2006-05-10 Justin Garcia <justin.garcia@apple.com>
2652 Fixed a select-after-replacement problem:
2653 * editing/pasteboard/drag-drop-modifies-page-expected.checksum:
2654 * editing/pasteboard/drag-drop-modifies-page-expected.png:
2655 * editing/pasteboard/drag-drop-modifies-page-expected.txt:
2657 The trailing interchange newline used to be lost:
2658 * editing/pasteboard/paste-text-012-expected.checksum:
2659 * editing/pasteboard/paste-text-012-expected.png:
2660 * editing/pasteboard/paste-text-012-expected.txt:
2661 * editing/pasteboard/paste-text-012.html:
2662 * editing/pasteboard/paste-text-016-expected.checksum:
2663 * editing/pasteboard/paste-text-016-expected.png:
2664 * editing/pasteboard/paste-text-016-expected.txt:
2665 * editing/pasteboard/paste-text-017-expected.checksum:
2666 * editing/pasteboard/paste-text-017-expected.png:
2667 * editing/pasteboard/paste-text-017-expected.txt:
2669 Illustrates the bug fixed in smart replace whitespace handling:
2670 * editing/pasteboard/smart-paste-008.html
2671 * editing/pasteboard/smart-paste-008-expected.txt
2672 * editing/pasteboard/smart-paste-008-expected.png
2673 * editing/pasteboard/smart-paste-008-expected.checksum
2675 2006-05-10 Alexey Proskuryakov <ap@nypop.com>
2679 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6621
2680 Blank page in Safari; http://www.capitalone.co.uk/web/MenuUrl?z=null&c=null% (Works in Firefox & IE)
2682 The problem itself was fixed by Anders in bug 8808 (WebCore should handle text files).
2684 * http/tests/misc/resources: Added.
2685 * http/tests/misc/resources/200.html: Added.
2686 * http/tests/misc/resources/text-refresh.pl: Added.
2687 * http/tests/misc/text-refresh-expected.txt: Added.
2688 * http/tests/misc/text-refresh.html: Added.
2690 2006-05-09 Darin Adler <darin@apple.com>
2692 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8781
2693 REGRESSION: image maps with "poly" areas, including one at lisp.geek.nz, don't work
2695 * fast/replaced/image-map.html: Added.
2696 * fast/replaced/image-map-expected.txt: Added.
2698 2006-05-09 Darin Adler <darin@apple.com>
2700 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6310
2701 text-transform: uppercase/lowercase don't handle cases one character becomes two
2703 * fast/css/case-transform.html: Added.
2704 * fast/css/case-transform-expected.txt: Added.
2706 2006-05-09 Levi Weintraub <lweintraub@apple.com>
2710 <rdar:/problem/4442395>
2711 Tiny MCE: Link isn't inserted after dragging into textarea field
2712 Created tests to test drag-and-dropped links.
2714 * editing/pasteboard/drop-link-expected.checksum: Added.
2715 * editing/pasteboard/drop-link-expected.png: Added.
2716 * editing/pasteboard/drop-link-expected.txt: Added.
2717 * editing/pasteboard/drop-link.html: Added.
2719 2006-05-09 Anders Carlsson <acarlsson@apple.com>
2723 * http/tests/incremental/slow-utf8-text-expected.checksum:
2724 * http/tests/incremental/slow-utf8-text-expected.png:
2725 * http/tests/incremental/slow-utf8-text-expected.txt:
2726 Update tests now that we wrap plain text differently.
2728 2006-05-09 Anders Carlsson <acarlsson@apple.com>
2732 Add test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8803
2733 XPath query for empty attributes crashes in XPath::StringExpression::StringExpression
2735 * fast/dom/xpath-empty-string-expected.txt: Added.
2736 * fast/dom/xpath-empty-string.html: Added.
2738 2006-05-08 Levi Weintraub <lweintraub@apple.com>
2742 REGRESSION: two editing layout tests show incorrect spell checking in pixel test mode
2743 http://bugzilla.opendarwin.org/show_bug.cgi?id=8350
2744 Forgot to update expected results.
2746 * fast/dom/inner-text-001-expected.txt
2748 2006-05-08 Levi Weintraub <lweintraub@apple.com>
2752 REGRESSION: two editing layout tests show incorrect spell checking in pixel test mode
2753 http://bugzilla.opendarwin.org/show_bug.cgi?id=8350
2755 * editing/pasteboard/innerText-inline-table-expected.checksum: Added.
2756 * editing/pasteboard/innerText-inline-table-expected.png: Added.
2757 * editing/pasteboard/innerText-inline-table-expected.txt: Added.
2758 * editing/pasteboard/innerText-inline-table.html: Added.
2760 2006-05-04 Anders Carlsson <acarlsson@apple.com>
2764 Add DOM3 xpath tests as self-contained SVG files.
2767 * dom/svg/level3: Added.
2768 * dom/svg/level3/xpath: Added.
2769 * dom/svg/level3/xpath/Attribute_Nodes-expected.txt: Added.
2770 * dom/svg/level3/xpath/Attribute_Nodes.js: Added.
2771 * dom/svg/level3/xpath/Attribute_Nodes.svg: Added.
2772 * dom/svg/level3/xpath/Attribute_Nodes_xmlns-expected.txt: Added.
2773 * dom/svg/level3/xpath/Attribute_Nodes_xmlns.js: Added.
2774 * dom/svg/level3/xpath/Attribute_Nodes_xmlns.svg: Added.
2775 * dom/svg/level3/xpath/Comment_Nodes-expected.txt: Added.
2776 * dom/svg/level3/xpath/Comment_Nodes.js: Added.
2777 * dom/svg/level3/xpath/Comment_Nodes.svg: Added.
2778 * dom/svg/level3/xpath/Conformance_Expressions-expected.txt: Added.
2779 * dom/svg/level3/xpath/Conformance_Expressions.js: Added.
2780 * dom/svg/level3/xpath/Conformance_Expressions.svg: Added.
2781 * dom/svg/level3/xpath/Conformance_ID-expected.txt: Added.
2782 * dom/svg/level3/xpath/Conformance_ID.js: Added.
2783 * dom/svg/level3/xpath/Conformance_ID.svg: Added.
2784 * dom/svg/level3/xpath/Conformance_hasFeature_3-expected.txt: Added.
2785 * dom/svg/level3/xpath/Conformance_hasFeature_3.js: Added.
2786 * dom/svg/level3/xpath/Conformance_hasFeature_3.svg: Added.
2787 * dom/svg/level3/xpath/Conformance_hasFeature_empty-expected.txt: Added.
2788 * dom/svg/level3/xpath/Conformance_hasFeature_empty.js: Added.
2789 * dom/svg/level3/xpath/Conformance_hasFeature_empty.svg: Added.
2790 * dom/svg/level3/xpath/Conformance_hasFeature_null-expected.txt: Added.
2791 * dom/svg/level3/xpath/Conformance_hasFeature_null.js: Added.
2792 * dom/svg/level3/xpath/Conformance_hasFeature_null.svg: Added.
2793 * dom/svg/level3/xpath/Conformance_isSupported_3-expected.txt: Added.
2794 * dom/svg/level3/xpath/Conformance_isSupported_3.js: Added.
2795 * dom/svg/level3/xpath/Conformance_isSupported_3.svg: Added.
2796 * dom/svg/level3/xpath/Conformance_isSupported_empty-expected.txt: Added.
2797 * dom/svg/level3/xpath/Conformance_isSupported_empty.js: Added.
2798 * dom/svg/level3/xpath/Conformance_isSupported_empty.svg: Added.
2799 * dom/svg/level3/xpath/Conformance_isSupported_null-expected.txt: Added.
2800 * dom/svg/level3/xpath/Conformance_isSupported_null.js: Added.
2801 * dom/svg/level3/xpath/Conformance_isSupported_null.svg: Added.
2802 * dom/svg/level3/xpath/Element_Nodes-expected.txt: Added.
2803 * dom/svg/level3/xpath/Element_Nodes.js: Added.
2804 * dom/svg/level3/xpath/Element_Nodes.svg: Added.
2805 * dom/svg/level3/xpath/Processing_Instruction_Nodes-expected.txt: Added.
2806 * dom/svg/level3/xpath/Processing_Instruction_Nodes.js: Added.
2807 * dom/svg/level3/xpath/Processing_Instruction_Nodes.svg: Added.
2808 * dom/svg/level3/xpath/Text_Nodes-expected.txt: Added.
2809 * dom/svg/level3/xpath/Text_Nodes.js: Added.
2810 * dom/svg/level3/xpath/Text_Nodes.svg: Added.
2811 * dom/svg/level3/xpath/XPathEvaluatorCast01-expected.txt: Added.
2812 * dom/svg/level3/xpath/XPathEvaluatorCast01.js: Added.
2813 * dom/svg/level3/xpath/XPathEvaluatorCast01.svg: Added.
2814 * dom/svg/level3/xpath/XPathEvaluator_createExpression_INVALID_EXPRESSION_ERR-expected.txt: Added.
2815 * dom/svg/level3/xpath/XPathEvaluator_createExpression_INVALID_EXPRESSION_ERR.js: Added.
2816 * dom/svg/level3/xpath/XPathEvaluator_createExpression_INVALID_EXPRESSION_ERR.svg: Added.
2817 * dom/svg/level3/xpath/XPathEvaluator_createExpression_NAMESPACE_ERR_01-expected.txt: Added.
2818 * dom/svg/level3/xpath/XPathEvaluator_createExpression_NAMESPACE_ERR_01.js: Added.
2819 * dom/svg/level3/xpath/XPathEvaluator_createExpression_NAMESPACE_ERR_01.svg: Added.
2820 * dom/svg/level3/xpath/XPathEvaluator_createExpression_NAMESPACE_ERR_02-expected.txt: Added.
2821 * dom/svg/level3/xpath/XPathEvaluator_createExpression_NAMESPACE_ERR_02.js: Added.
2822 * dom/svg/level3/xpath/XPathEvaluator_createExpression_NAMESPACE_ERR_02.svg: Added.
2823 * dom/svg/level3/xpath/XPathEvaluator_createExpression_NS-expected.txt: Added.
2824 * dom/svg/level3/xpath/XPathEvaluator_createExpression_NS.js: Added.
2825 * dom/svg/level3/xpath/XPathEvaluator_createExpression_NS.svg: Added.
2826 * dom/svg/level3/xpath/XPathEvaluator_createExpression_no_NS-expected.txt: Added.
2827 * dom/svg/level3/xpath/XPathEvaluator_createExpression_no_NS.js: Added.
2828 * dom/svg/level3/xpath/XPathEvaluator_createExpression_no_NS.svg: Added.
2829 * dom/svg/level3/xpath/XPathEvaluator_createNSResolver_all-expected.txt: Added.
2830 * dom/svg/level3/xpath/XPathEvaluator_createNSResolver_all.js: Added.
2831 * dom/svg/level3/xpath/XPathEvaluator_createNSResolver_all.svg: Added.
2832 * dom/svg/level3/xpath/XPathEvaluator_createNSResolver_document-expected.txt: Added.
2833 * dom/svg/level3/xpath/XPathEvaluator_createNSResolver_document.js: Added.
2834 * dom/svg/level3/xpath/XPathEvaluator_createNSResolver_document.svg: Added.
2835 * dom/svg/level3/xpath/XPathEvaluator_createNSResolver_documentElement-expected.txt: Added.
2836 * dom/svg/level3/xpath/XPathEvaluator_createNSResolver_documentElement.js: Added.
2837 * dom/svg/level3/xpath/XPathEvaluator_createNSResolver_documentElement.svg: Added.
2838 * dom/svg/level3/xpath/XPathEvaluator_evaluate_INVALID_EXPRESSION_ERR-expected.txt: Added.
2839 * dom/svg/level3/xpath/XPathEvaluator_evaluate_INVALID_EXPRESSION_ERR.js: Added.
2840 * dom/svg/level3/xpath/XPathEvaluator_evaluate_INVALID_EXPRESSION_ERR.svg: Added.
2841 * dom/svg/level3/xpath/XPathEvaluator_evaluate_NAMESPACE_ERR-expected.txt: Added.
2842 * dom/svg/level3/xpath/XPathEvaluator_evaluate_NAMESPACE_ERR.js: Added.
2843 * dom/svg/level3/xpath/XPathEvaluator_evaluate_NAMESPACE_ERR.svg: Added.
2844 * dom/svg/level3/xpath/XPathEvaluator_evaluate_NOT_SUPPORTED_ERR-expected.txt: Added.
2845 * dom/svg/level3/xpath/XPathEvaluator_evaluate_NOT_SUPPORTED_ERR.js: Added.
2846 * dom/svg/level3/xpath/XPathEvaluator_evaluate_NOT_SUPPORTED_ERR.svg: Added.
2847 * dom/svg/level3/xpath/XPathEvaluator_evaluate_TYPE_ERR-expected.txt: Added.
2848 * dom/svg/level3/xpath/XPathEvaluator_evaluate_TYPE_ERR.js: Added.
2849 * dom/svg/level3/xpath/XPathEvaluator_evaluate_TYPE_ERR.svg: Added.
2850 * dom/svg/level3/xpath/XPathEvaluator_evaluate_WRONG_DOCUMENT_ERR-expected.txt: Added.
2851 * dom/svg/level3/xpath/XPathEvaluator_evaluate_WRONG_DOCUMENT_ERR.js: Added.
2852 * dom/svg/level3/xpath/XPathEvaluator_evaluate_WRONG_DOCUMENT_ERR.svg: Added.
2853 * dom/svg/level3/xpath/XPathEvaluator_evaluate_document-expected.txt: Added.
2854 * dom/svg/level3/xpath/XPathEvaluator_evaluate_document.js: Added.
2855 * dom/svg/level3/xpath/XPathEvaluator_evaluate_document.svg: Added.
2856 * dom/svg/level3/xpath/XPathEvaluator_evaluate_documentElement-expected.txt: Added.
2857 * dom/svg/level3/xpath/XPathEvaluator_evaluate_documentElement.js: Added.
2858 * dom/svg/level3/xpath/XPathEvaluator_evaluate_documentElement.svg: Added.
2859 * dom/svg/level3/xpath/XPathExpression_evaluate_NOT_SUPPORTED_ERR-expected.txt: Added.
2860 * dom/svg/level3/xpath/XPathExpression_evaluate_NOT_SUPPORTED_ERR.js: Added.
2861 * dom/svg/level3/xpath/XPathExpression_evaluate_NOT_SUPPORTED_ERR.svg: Added.
2862 * dom/svg/level3/xpath/XPathExpression_evaluate_WRONG_DOCUMENT_ERR-expected.txt: Added.
2863 * dom/svg/level3/xpath/XPathExpression_evaluate_WRONG_DOCUMENT_ERR.js: Added.
2864 * dom/svg/level3/xpath/XPathExpression_evaluate_WRONG_DOCUMENT_ERR.svg: Added.
2865 * dom/svg/level3/xpath/XPathExpression_evaluate_document-expected.txt: Added.
2866 * dom/svg/level3/xpath/XPathExpression_evaluate_document.js: Added.
2867 * dom/svg/level3/xpath/XPathExpression_evaluate_document.svg: Added.
2868 * dom/svg/level3/xpath/XPathExpression_evaluate_documentElement-expected.txt: Added.
2869 * dom/svg/level3/xpath/XPathExpression_evaluate_documentElement.js: Added.
2870 * dom/svg/level3/xpath/XPathExpression_evaluate_documentElement.svg: Added.
2871 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_nist_dmstc-expected.txt: Added.
2872 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_nist_dmstc.js: Added.
2873 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_nist_dmstc.svg: Added.
2874 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_null-expected.txt: Added.
2875 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_null.js: Added.
2876 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_null.svg: Added.
2877 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_prefix-expected.txt: Added.
2878 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_prefix.js: Added.
2879 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_prefix.svg: Added.
2880 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_xml-expected.txt: Added.
2881 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_xml.js: Added.
2882 * dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_xml.svg: Added.
2883 * dom/svg/level3/xpath/XPathResult_TYPE_ERR-expected.txt: Added.
2884 * dom/svg/level3/xpath/XPathResult_TYPE_ERR.js: Added.
2885 * dom/svg/level3/xpath/XPathResult_TYPE_ERR.svg: Added.
2886 * dom/svg/level3/xpath/XPathResult_booleanValue_false-expected.txt: Added.
2887 * dom/svg/level3/xpath/XPathResult_booleanValue_false.js: Added.
2888 * dom/svg/level3/xpath/XPathResult_booleanValue_false.svg: Added.
2889 * dom/svg/level3/xpath/XPathResult_booleanValue_true-expected.txt: Added.
2890 * dom/svg/level3/xpath/XPathResult_booleanValue_true.js: Added.
2891 * dom/svg/level3/xpath/XPathResult_booleanValue_true.svg: Added.
2892 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ANY_TYPE-expected.txt: Added.
2893 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ANY_TYPE.js: Added.
2894 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ANY_TYPE.svg: Added.
2895 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ANY_UNORDERED_NODE_TYPE-expected.txt: Added.
2896 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ANY_UNORDERED_NODE_TYPE.js: Added.
2897 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ANY_UNORDERED_NODE_TYPE.svg: Added.
2898 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_BOOLEAN_TYPE-expected.txt: Added.
2899 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_BOOLEAN_TYPE.js: Added.
2900 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_BOOLEAN_TYPE.svg: Added.
2901 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_FIRST_ORDERED_NODE_TYPE-expected.txt: Added.
2902 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_FIRST_ORDERED_NODE_TYPE.js: Added.
2903 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_FIRST_ORDERED_NODE_TYPE.svg: Added.
2904 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_NUMBER_TYPE-expected.txt: Added.
2905 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_NUMBER_TYPE.js: Added.
2906 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_NUMBER_TYPE.svg: Added.
2907 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ORDERED_NODE_ITERATOR_TYPE-expected.txt: Added.
2908 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ORDERED_NODE_ITERATOR_TYPE.js: Added.
2909 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ORDERED_NODE_ITERATOR_TYPE.svg: Added.
2910 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ORDERED_NODE_SNAPSHOT_TYPE-expected.txt: Added.
2911 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ORDERED_NODE_SNAPSHOT_TYPE.js: Added.
2912 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ORDERED_NODE_SNAPSHOT_TYPE.svg: Added.
2913 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_STRING_TYPE-expected.txt: Added.
2914 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_STRING_TYPE.js: Added.
2915 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_STRING_TYPE.svg: Added.
2916 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_UNORDERED_NODE_ITERATOR_TYPE-expected.txt: Added.
2917 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_UNORDERED_NODE_ITERATOR_TYPE.js: Added.
2918 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_UNORDERED_NODE_ITERATOR_TYPE.svg: Added.
2919 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_UNORDERED_NODE_SNAPSHOT_TYPE-expected.txt: Added.
2920 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_UNORDERED_NODE_SNAPSHOT_TYPE.js: Added.
2921 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_UNORDERED_NODE_SNAPSHOT_TYPE.svg: Added.
2922 * dom/svg/level3/xpath/XPathResult_iterateNext_INVALID_STATE_ERR-expected.txt: Added.
2923 * dom/svg/level3/xpath/XPathResult_iterateNext_INVALID_STATE_ERR.js: Added.
2924 * dom/svg/level3/xpath/XPathResult_iterateNext_INVALID_STATE_ERR.svg: Added.
2925 * dom/svg/level3/xpath/XPathResult_iteratorNext_ORDERED_NODE_ITERATOR_TYPE-expected.txt: Added.
2926 * dom/svg/level3/xpath/XPathResult_iteratorNext_ORDERED_NODE_ITERATOR_TYPE.js: Added.
2927 * dom/svg/level3/xpath/XPathResult_iteratorNext_ORDERED_NODE_ITERATOR_TYPE.svg: Added.
2928 * dom/svg/level3/xpath/XPathResult_iteratorNext_UNORDERED_NODE_ITERATOR_TYPE.js: Added.
2929 * dom/svg/level3/xpath/XPathResult_numberValue-expected.txt: Added.
2930 * dom/svg/level3/xpath/XPathResult_numberValue.js: Added.
2931 * dom/svg/level3/xpath/XPathResult_numberValue.svg: Added.
2932 * dom/svg/level3/xpath/XPathResult_resultType-expected.txt: Added.
2933 * dom/svg/level3/xpath/XPathResult_resultType.js: Added.
2934 * dom/svg/level3/xpath/XPathResult_resultType.svg: Added.
2935 * dom/svg/level3/xpath/XPathResult_singleNodeValue_ANY_UNORDERED_NODE_TYPE-expected.txt: Added.
2936 * dom/svg/level3/xpath/XPathResult_singleNodeValue_ANY_UNORDERED_NODE_TYPE.js: Added.
2937 * dom/svg/level3/xpath/XPathResult_singleNodeValue_ANY_UNORDERED_NODE_TYPE.svg: Added.
2938 * dom/svg/level3/xpath/XPathResult_singleNodeValue_FIRST_ORDERED_NODE_TYPE-expected.txt: Added.
2939 * dom/svg/level3/xpath/XPathResult_singleNodeValue_FIRST_ORDERED_NODE_TYPE.js: Added.
2940 * dom/svg/level3/xpath/XPathResult_singleNodeValue_FIRST_ORDERED_NODE_TYPE.svg: Added.
2941 * dom/svg/level3/xpath/XPathResult_snapshotItem_ORDERED_NODE_SNAPSHOT_TYPE_null-expected.txt: Added.
2942 * dom/svg/level3/xpath/XPathResult_snapshotItem_ORDERED_NODE_SNAPSHOT_TYPE_null.js: Added.
2943 * dom/svg/level3/xpath/XPathResult_snapshotItem_ORDERED_NODE_SNAPSHOT_TYPE_null.svg: Added.
2944 * dom/svg/level3/xpath/XPathResult_snapshotItem_ORDERED_NODE_SNAPSHOT_TYPE_order-expected.txt: Added.
2945 * dom/svg/level3/xpath/XPathResult_snapshotItem_ORDERED_NODE_SNAPSHOT_TYPE_order.js: Added.
2946 * dom/svg/level3/xpath/XPathResult_snapshotItem_ORDERED_NODE_SNAPSHOT_TYPE_order.svg: Added.
2947 * dom/svg/level3/xpath/XPathResult_snapshotItem_UNORDERED_NODE_SNAPSHOT_TYPE_count-expected.txt: Added.
2948 * dom/svg/level3/xpath/XPathResult_snapshotItem_UNORDERED_NODE_SNAPSHOT_TYPE_count.js: Added.
2949 * dom/svg/level3/xpath/XPathResult_snapshotItem_UNORDERED_NODE_SNAPSHOT_TYPE_count.svg: Added.
2950 * dom/svg/level3/xpath/XPathResult_snapshotItem_UNORDERED_NODE_SNAPSHOT_TYPE_null-expected.txt: Added.
2951 * dom/svg/level3/xpath/XPathResult_snapshotItem_UNORDERED_NODE_SNAPSHOT_TYPE_null.js: Added.
2952 * dom/svg/level3/xpath/XPathResult_snapshotItem_UNORDERED_NODE_SNAPSHOT_TYPE_null.svg: Added.
2953 * dom/svg/level3/xpath/XPathResult_snapshotLength_ORDERED_NODE_SNAPSHOT_TYPE-expected.txt: Added.
2954 * dom/svg/level3/xpath/XPathResult_snapshotLength_ORDERED_NODE_SNAPSHOT_TYPE.js: Added.
2955 * dom/svg/level3/xpath/XPathResult_snapshotLength_ORDERED_NODE_SNAPSHOT_TYPE.svg: Added.
2956 * dom/svg/level3/xpath/XPathResult_snapshotLength_UNORDERED_NODE_SNAPSHOT_TYPE-expected.txt: Added.
2957 * dom/svg/level3/xpath/XPathResult_snapshotLength_UNORDERED_NODE_SNAPSHOT_TYPE.js: Added.
2958 * dom/svg/level3/xpath/XPathResult_snapshotLength_UNORDERED_NODE_SNAPSHOT_TYPE.svg: Added.
2959 * dom/svg/level3/xpath/XPathResult_stringValue-expected.txt: Added.
2960 * dom/svg/level3/xpath/XPathResult_stringValue.js: Added.
2961 * dom/svg/level3/xpath/XPathResult_stringValue.svg: Added.
2962 * dom/svg/level3/xpath/svgunit.js: Added.
2964 2006-05-08 Alexey Proskuryakov <ap@nypop.com>
2968 Updated a test case affected by the previous checkin. ⟩ and ⟨ are
2969 replaced with their canonical equivalents during normalization.
2971 * fast/parser/entities-in-xhtml-expected.checksum:
2972 * fast/parser/entities-in-xhtml-expected.txt:
2974 2006-05-07 Alexey Proskuryakov <ap@nypop.com>
2978 - Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=8769
2979 TextEncoding::fromUnicode() - support non-BMP characters and convert to NFC
2981 * fast/forms/form-data-encoding.html: Cover more cases for Latin-1 encoding.
2982 * fast/forms/form-data-encoding-2.html: Added. Test conversion to UTF-8.
2983 * fast/forms/form-data-encoding-2-expected.txt: Added.
2985 2006-05-05 Alexey Proskuryakov <ap@nypop.com>
2989 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8626
2990 Strict mode erroneously triggered by a broken comment
2992 * fast/parser/broken-comments-vs-parsing-mode-expected.checksum: Added.
2993 * fast/parser/broken-comments-vs-parsing-mode-expected.png: Added.
2994 * fast/parser/broken-comments-vs-parsing-mode-expected.txt: Added.
2995 * fast/parser/broken-comments-vs-parsing-mode.html: Added.
2997 2006-05-05 Darin Adler <darin@apple.com>
2999 - test update for http://bugzilla.opendarwin.org/show_bug.cgi?id=8722
3000 IE compatibility fix in date parsing
3002 * fast/js/kde/resources/Date.js: Added test cases that George Staikos provided
3003 that test dates with day values of 0, 55, and 452.
3005 2006-05-05 Matt Gough <matt@softchaos.com>
3009 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8563>
3011 Tests that the name, publicID and systemID are all read correctly
3012 and that the doctype object preserves the case of the
3013 components from the source html:
3014 * fast/doctypes/005-case-preserving.html: Added.
3015 * fast/doctypes/005-case-preserving-expected.txt: Added.
3017 2006-05-04 Mitz Pettel <opendarwin.org@mitzpettel.com>
3021 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8594
3022 REGRESSION: Exception on closing a page containing (just) an mp3
3024 * plugins/pluginDocumentView-deallocated-dataSource-expected.txt: Added.
3025 * plugins/pluginDocumentView-deallocated-dataSource.html: Added.
3026 * plugins/resources: Added.
3027 * plugins/resources/orange.mov: Added.
3029 2006-05-04 Justin Garcia <justin.garcia@apple.com>
3031 Reviewed by harrison
3033 Pasted content would end up inside the block that contained the end of
3034 the selection that was pasted into and not the block that contained
3035 the start of the selection that was pasted into:
3036 * editing/pasteboard/merge-end-5-expected.checksum: Added.
3037 * editing/pasteboard/merge-end-5-expected.png: Added.
3038 * editing/pasteboard/merge-end-5-expected.txt: Added.
3039 * editing/pasteboard/merge-end-5.html: Added.
3041 Inserting a paragraph separator was splitting and cloning the body element
3042 if the html element was editable:
3043 * editing/inserting/editable-html-element-expected.checksum: Added.
3044 * editing/inserting/editable-html-element-expected.png: Added.
3045 * editing/inserting/editable-html-element-expected.txt: Added.
3046 * editing/inserting/editable-html-element.html: Added.
3048 Since we now sometimes merge backward (from content already in the
3049 document to just inserted content) during the end merge, the node that
3050 contains the old caret is removed more often during paste. The editing
3051 delegate notifications in these tests reflect this:
3052 * editing/pasteboard/paste-line-endings-007-expected.txt:
3053 * editing/pasteboard/paste-line-endings-008-expected.txt:
3054 * editing/pasteboard/paste-line-endings-009-expected.txt:
3056 Now demonstrates a bug where the html element is focused, but its contents
3058 * editing/selection/focus_editable_html-expected.checksum:
3059 * editing/selection/focus_editable_html-expected.png:
3060 * editing/selection/focus_editable_html-expected.txt:
3061 * editing/selection/focus_editable_html.html:
3063 2006-05-04 Beth Dakin <bdakin@apple.com>
3067 Updated pixel results for http://bugzilla.opendarwin.org/
3068 show_bug.cgi?id=8732 Backgrounds with background-size and
3069 background-origin do not always lay out correctly
3071 * fast/backgrounds/size/backgroundSize10-expected.checksum:
3072 * fast/backgrounds/size/backgroundSize10-expected.png:
3073 * fast/backgrounds/size/backgroundSize12-expected.checksum:
3074 * fast/backgrounds/size/backgroundSize12-expected.png:
3075 * fast/backgrounds/size/backgroundSize18-expected.checksum:
3076 * fast/backgrounds/size/backgroundSize18-expected.png:
3077 * fast/backgrounds/size/backgroundSize19-expected.checksum:
3078 * fast/backgrounds/size/backgroundSize19-expected.png:
3080 2006-05-03 Darin Adler <darin@apple.com>
3084 - tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=8159
3085 REGRESSION: Clicking outside new text field focuses the field
3087 * fast/forms/input-text-click-inside-expected.png: Added.
3088 * fast/forms/input-text-click-inside-expected.txt: Added.
3089 * fast/forms/input-text-click-inside-expected.checksum: Added.
3090 * fast/forms/input-text-click-inside.html: Added.
3091 * fast/forms/input-text-click-outside-expected.png: Added.
3092 * fast/forms/input-text-click-outside-expected.txt: Added.
3093 * fast/forms/input-text-click-outside-expected.checksum: Added.
3094 * fast/forms/input-text-click-outside.html: Added.
3095 Test clicks both inside and outside an input element.
3097 * editing/selection/contenteditable-click-inside-expected.png: Added.
3098 * editing/selection/contenteditable-click-inside-expected.txt: Added.
3099 * editing/selection/contenteditable-click-inside-expected.checksum: Added.
3100 * editing/selection/contenteditable-click-inside.html: Added.
3101 * editing/selection/contenteditable-click-outside-expected.png: Added.
3102 * editing/selection/contenteditable-click-outside-expected.txt: Added.
3103 * editing/selection/contenteditable-click-outside-expected.checksum: Added.
3104 * editing/selection/contenteditable-click-outside.html: Added.
3105 Added a test for the same situation, but with a div element set
3106 to have editable content.
3108 * editing/inserting/insert-3851164-fix-expected.txt:
3109 * editing/inserting/insert-3851164-fix.html:
3110 * editing/inserting/insert-3907422-fix-expected.txt:
3111 * editing/inserting/insert-3907422-fix.html:
3112 * editing/pasteboard/paste-text-011-expected.txt:
3113 * editing/pasteboard/paste-text-011.html:
3114 Update some tests that were relying on a bug that would cause a
3115 Select All in a document that contained a single content-editable
3116 element select the contents of that element.
3118 * fast/lists/drag-into-marker-expected.checksum:
3119 * fast/lists/drag-into-marker-expected.png:
3120 * fast/lists/drag-into-marker-expected.txt:
3121 * fast/lists/drag-into-marker.html:
3122 Changed test so that it no longer tests what happens when you drag to a marker
3123 that is outside the content-editable element. We may still want to make that
3124 case behave as before, but that's a separate issue.
3126 * editing/pasteboard/drop-text-without-selection-expected.txt:
3127 * editing/pasteboard/merge-start-blockquote-expected.txt:
3128 * editing/pasteboard/merge-start-list-expected.txt:
3129 * editing/selection/select-all-iframe-expected.txt:
3130 * fast/events/div-focus-expected.txt:
3131 * fast/events/drag-outside-window-expected.txt:
3132 * fast/forms/focus-control-to-page-expected.txt:
3133 * fast/forms/input-changing-value-expected.txt:
3134 * fast/forms/input-maxlength-2-expected.txt:
3135 * fast/forms/input-paste-undo-expected.txt:
3136 * fast/forms/input-text-paste-maxlength-expected.txt:
3137 * fast/forms/input-truncate-newline-expected.txt:
3138 * fast/forms/plaintext-mode-2-expected.txt:
3139 * fast/text/textIteratorNilRenderer-expected.txt:
3140 Update tests where the DOM range endpoints passed to the delegate are slightly
3141 different, but equivalent and still OK.
3143 * editing/pasteboard/paste-4039777-fix-expected.txt:
3144 Updated tests where the resulting tree is slightly different, but still OK.
3146 * editing/unsupported-content/list-delete-002-expected.checksum:
3147 * editing/unsupported-content/list-delete-002-expected.png:
3148 * editing/unsupported-content/list-delete-002-expected.txt:
3149 Update test where the new code eliminates an unwanted extra space that we
3150 got with the old code.
3152 * editing/deleting/delete-4038408-fix-expected.txt:
3153 * editing/deleting/delete-4038408-fix.html:
3154 * editing/input/text-input-controller-expected.txt:
3155 * editing/input/text-input-controller.html:
3156 * fast/forms/attributed-strings-expected.txt:
3157 * fast/forms/attributed-strings.html:
3158 Update tests that were relying on the behavior of Select All putting the
3159 selection inside a content-editable element if that element was the first
3160 in the body; the patch breaks that behavior.
3162 * fast/events/updateLayoutForHitTest-expected.checksum:
3163 * fast/events/updateLayoutForHitTest-expected.png:
3164 Update a test that no longer shows a visible selection.
3166 * editing/selection/3690703-2-expected.checksum:
3167 * editing/selection/3690703-2-expected.png:
3168 * editing/selection/3690703-2-expected.txt:
3169 * editing/selection/3690703-expected.checksum:
3170 * editing/selection/3690703-expected.png:
3171 * editing/selection/3690703-expected.txt:
3172 Updated results for these tests, which have examples of form elements
3173 inside a content-editable area. The old results were wrong; the new results
3174 are not much better, but are OK.
3176 - update some other misc. pixel-test results
3178 * fast/inspector/style-expected.checksum:
3179 * fast/inspector/style-expected.png:
3180 Updated since the name changed to include "-webkit-".
3182 * fast/overflow/childFocusRingClip-expected.checksum:
3183 * fast/overflow/childFocusRingClip-expected.png:
3184 Updated results that now seem to show correct clipping of the focus ring.
3186 * fast/frames/empty-cols-attribute-expected.checksum:
3187 * fast/frames/empty-cols-attribute-expected.png: Added.
3188 Checksum was wrong, png was missing.
3190 * fast/parser/001-expected.checksum:
3191 * fast/parser/001-expected.png:
3192 Checksum and png were incorrect -- changed a while back.
3194 * plugins/embed-attributes-style-expected.checksum: Added.
3195 * plugins/embed-attributes-style-expected.png: Added.
3196 Added pixel-test results for tests that don't have them.
3198 2006-05-02 Justin Garcia <justin.garcia@apple.com>
3200 Reviewed by harrison
3202 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8704>
3203 Fix a few end merge bugs
3204 <rdar://problem/4424044>
3205 REGRESSION: Extra line appears when typing
3207 Added a function so that selection changes can participate in slow-motion-mode:
3208 * editing/editing.js:
3209 Extra newlines were added:
3210 * editing/inserting/paragraph-separator-01-expected.checksum: Added.
3211 * editing/inserting/paragraph-separator-01-expected.png: Added.
3212 * editing/inserting/paragraph-separator-01-expected.txt: Added.
3213 * editing/inserting/paragraph-separator-01.html: Added.
3214 * editing/inserting/paragraph-separator-02-expected.checksum: Added.
3215 * editing/inserting/paragraph-separator-02-expected.png: Added.
3216 * editing/inserting/paragraph-separator-02-expected.txt: Added.
3217 * editing/inserting/paragraph-separator-02.html: Added.
3218 A preserved newline was turned into a nbsp:
3219 * editing/inserting/paragraph-separator-03-expected.checksum: Added.
3220 * editing/inserting/paragraph-separator-03-expected.png: Added.
3221 * editing/inserting/paragraph-separator-03-expected.txt: Added.
3222 * editing/inserting/paragraph-separator-03.html: Added.
3223 End merge didn't happen:
3224 * editing/pasteboard/merge-end-4-expected.checksum: Added.
3225 * editing/pasteboard/merge-end-4-expected.png: Added.
3226 * editing/pasteboard/merge-end-4-expected.txt: Added.
3227 * editing/pasteboard/merge-end-4.html: Added.
3228 Content was pulled out of these special elements:
3229 * editing/pasteboard/merge-end-blockquote-expected.checksum: Added.
3230 * editing/pasteboard/merge-end-blockquote-expected.png: Added.
3231 * editing/pasteboard/merge-end-blockquote-expected.txt: Added.
3232 * editing/pasteboard/merge-end-blockquote.html: Added.
3233 * editing/pasteboard/merge-end-list-expected.checksum: Added.
3234 * editing/pasteboard/merge-end-list-expected.png: Added.
3235 * editing/pasteboard/merge-end-list-expected.txt: Added.
3236 * editing/pasteboard/merge-end-list.html: Added.
3237 * editing/pasteboard/merge-end-table-expected.checksum: Added.
3238 * editing/pasteboard/merge-end-table-expected.png: Added.
3239 * editing/pasteboard/merge-end-table-expected.txt: Added.
3240 * editing/pasteboard/merge-end-table.html: Added.
3242 2006-05-02 Anders Carlsson <andersca@mac.com>
3244 Reviewed by Dave Hyatt.
3246 Test case for http://bugzilla.opendarwin.org/show_bug.cgi?id=8688
3247 file URLs aren't being serialized correctly when using window.location
3249 * fast/js/window-location-href-file-urls-expected.txt: Added.
3250 * fast/js/window-location-href-file-urls.html: Added.
3252 2006-04-28 Justin Garcia <justin.garcia@apple.com>
3256 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8653>
3257 Remove a use of hasMoreThanOneBlock
3259 Deleting didn't merge because of code that stopped the merge whenever
3260 the end of the selection to delete was in a fully selected line.
3261 * editing/deleting/merge-endOfParagraph-expected.checksum: Added.
3262 * editing/deleting/merge-endOfParagraph-expected.png: Added.
3263 * editing/deleting/merge-endOfParagraph-expected.txt: Added.
3264 * editing/deleting/merge-endOfParagraph.html: Added.
3266 Two testcases where paste did not request a merge from deletion, but should have.
3267 * editing/pasteboard/merge-after-delete-1-expected.checksum: Added.
3268 * editing/pasteboard/merge-after-delete-1-expected.png: Added.
3269 * editing/pasteboard/merge-after-delete-1-expected.txt: Added.
3270 * editing/pasteboard/merge-after-delete-1.html: Added.
3271 * editing/pasteboard/merge-after-delete-2-expected.checksum: Added.
3272 * editing/pasteboard/merge-after-delete-2-expected.png: Added.
3273 * editing/pasteboard/merge-after-delete-2-expected.txt: Added.
3274 * editing/pasteboard/merge-after-delete-2.html: Added.
3276 Code that prevents nesting incoming blocks in the block being pasted into
3277 could reverse the order of pasted paragraphs.
3278 * editing/pasteboard/prevent-block-nesting-01-expected.checksum: Added.
3279 * editing/pasteboard/prevent-block-nesting-01-expected.png: Added.
3280 * editing/pasteboard/prevent-block-nesting-01-expected.txt: Added.
3281 * editing/pasteboard/prevent-block-nesting-01.html: Added.
3283 2006-04-28 Alexey Proskuryakov <ap@nypop.com>
3287 - http://bugzilla.opendarwin.org/show_bug.cgi?id=5855
3288 REGRESSION: revert SGML comment parsing fix (comment parsing causes most of usbank.com page to be missing)
3290 * fast/css/acid2.html: Updated to the current version of the test, which no longer includes
3291 SGML comment parsing.
3292 * fast/css/acid2-pixel.html: Ditto.
3293 * http/tests/misc/acid2-pixel.html: Ditto.
3294 * http/tests/misc/acid2.html: Ditto.
3295 * fast/parser/comments-expected.checksum: The results of this test now match WinIE.
3296 * fast/parser/comments-expected.png:
3297 * fast/parser/comments-expected.txt:
3298 * fast/parser/comments.html:
3300 2006-04-28 Mitz Pettel <opendarwin.org@mitzpettel.com>
3302 Reviewed by hyatt, landed by ap.
3304 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6769
3305 REGRESSION: Incomplete repaint when a cell's extra bottom margin grows
3307 * fast/repaint/table-extra-bottom-grow-expected.checksum: Added.
3308 * fast/repaint/table-extra-bottom-grow-expected.png: Added.
3309 * fast/repaint/table-extra-bottom-grow-expected.txt: Added.
3310 * fast/repaint/table-extra-bottom-grow.html: Added.
3311 * fast/repaint/table-cell-moved-expected.checksum: Removed excessive painting.
3312 * fast/repaint/table-cell-moved-expected.png: Ditto.
3313 * fast/repaint/bugzilla-6278-expected.checksum: Ditto.
3314 * fast/repaint/bugzilla-6278-expected.png: Ditto.
3316 2006-04-28 Eric Seidel <eseidel@apple.com>
3318 Reviewed by andersca.
3320 WebKit should accept */*+xml as XML.
3321 http://bugzilla.opendarwin.org/show_bug.cgi?id=5998
3323 * http/tests/xmlhttprequest/supported-xml-content-types-expected.txt: Added.
3324 * http/tests/xmlhttprequest/supported-xml-content-types.cgi: Added.
3325 * http/tests/xmlhttprequest/supported-xml-content-types.html: Added.
3327 2006-04-27 Geoffrey Garen <ggaren@apple.com>
3329 - Updated to remove diff shmutz:
3331 * fast/dom/Window/window-special-properties-expected.txt:
3332 * fast/dom/Window/window-special-properties.html:
3334 - Test for global window properties like window.HTMLDocument:
3336 * fast/dom/global-constructors-expected.txt: Added.
3337 * fast/dom/global-constructors.html: Added.
3339 2006-04-27 Mitz Pettel <opendarwin.org@mitzpettel.com>
3343 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8607>
3344 Automate repaint tests
3346 * fast/repaint/backgroundSizeRepaint-expected.checksum: Added.
3347 * fast/repaint/backgroundSizeRepaint-expected.png: Added.
3348 * fast/repaint/backgroundSizeRepaint-expected.txt: Added.
3349 * fast/repaint/backgroundSizeRepaint.html: Added.
3350 * fast/repaint/border-repaint-glitch-expected.checksum: Added.
3351 * fast/repaint/border-repaint-glitch-expected.png: Added.
3352 * fast/repaint/border-repaint-glitch-expected.txt: Added.
3353 * fast/repaint/border-repaint-glitch.html: Added.
3354 * fast/repaint/bugzilla-3509-expected.checksum: Added.
3355 * fast/repaint/bugzilla-3509-expected.png: Added.
3356 * fast/repaint/bugzilla-3509-expected.txt: Added.
3357 * fast/repaint/bugzilla-3509.html: Added.
3358 * fast/repaint/bugzilla-5699-expected.checksum: Added.
3359 * fast/repaint/bugzilla-5699-expected.png: Added.
3360 * fast/repaint/bugzilla-5699-expected.txt: Added.
3361 * fast/repaint/bugzilla-5699.html: Added.
3362 * fast/repaint/bugzilla-6278-expected.checksum: Added.
3363 * fast/repaint/bugzilla-6278-expected.png: Added.
3364 * fast/repaint/bugzilla-6278-expected.txt: Added.
3365 * fast/repaint/bugzilla-6278.html: Added.
3366 * fast/repaint/bugzilla-6388-expected.checksum: Added.
3367 * fast/repaint/bugzilla-6388-expected.png: Added.
3368 * fast/repaint/bugzilla-6388-expected.txt: Added.
3369 * fast/repaint/bugzilla-6388.html: Added.
3370 * fast/repaint/bugzilla-6473-expected.checksum: Added.
3371 * fast/repaint/bugzilla-6473-expected.png: Added.
3372 * fast/repaint/bugzilla-6473-expected.txt: Added.
3373 * fast/repaint/bugzilla-6473.html: Added.
3374 * fast/repaint/bugzilla-7235-expected.checksum: Added.
3375 * fast/repaint/bugzilla-7235-expected.png: Added.
3376 * fast/repaint/bugzilla-7235-expected.txt: Added.
3377 * fast/repaint/bugzilla-7235.html: Added.
3378 * fast/repaint/inline-outline-repaint-expected.checksum: Added.
3379 * fast/repaint/inline-outline-repaint-expected.png: Added.
3380 * fast/repaint/inline-outline-repaint-expected.txt: Added.
3381 * fast/repaint/inline-outline-repaint.html: Added.
3382 * fast/repaint/outline-repaint-glitch-expected.checksum: Added.
3383 * fast/repaint/outline-repaint-glitch-expected.png: Added.
3384 * fast/repaint/outline-repaint-glitch-expected.txt: Added.
3385 * fast/repaint/outline-repaint-glitch.html: Added.
3386 * fast/repaint/repaint-resized-overflow-expected.checksum: Added.
3387 * fast/repaint/repaint-resized-overflow-expected.png: Added.
3388 * fast/repaint/repaint-resized-overflow-expected.txt: Added.
3389 * fast/repaint/repaint-resized-overflow.html: Added.
3390 * fast/repaint/repaint.js: Added.
3391 * fast/repaint/resources: Added.
3392 * fast/repaint/resources/apple.jpg: Added.
3393 * fast/repaint/table-cell-move-expected.checksum: Added.
3394 * fast/repaint/table-cell-move-expected.png: Added.
3395 * fast/repaint/table-cell-move-expected.txt: Added.
3396 * fast/repaint/table-cell-move.html: Added.
3398 2006-04-27 Justin Garcia <justin.garcia@apple.com>
3402 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8624>
3403 Placeholders aren't always removed during paste
3404 <rdar://problem/4059807>
3405 Seed: Mail: pasting quoted content sometimes adds a phantom newline
3407 If a webkit-block-placeholder has been introduced by a bug in deletion,
3408 we shouldn't remove it during paste if it is now acting as a linebreak.
3409 * editing/pasteboard/bad-placeholder-expected.checksum: Added.
3410 * editing/pasteboard/bad-placeholder-expected.png: Added.
3411 * editing/pasteboard/bad-placeholder-expected.txt: Added.
3412 * editing/pasteboard/bad-placeholder.html: Added.
3413 Generic placeholder brs should be removed if they are displaced by pasted content.
3414 * editing/pasteboard/displaced-generic-placeholder-expected.checksum: Added.
3415 * editing/pasteboard/displaced-generic-placeholder-expected.png: Added.
3416 * editing/pasteboard/displaced-generic-placeholder-expected.txt: Added.
3417 * editing/pasteboard/displaced-generic-placeholder.html: Added.
3418 So should placeholder brs with our special class on them.
3419 * editing/pasteboard/displaced-placeholder-expected.checksum: Added.
3420 * editing/pasteboard/displaced-placeholder-expected.png: Added.
3421 * editing/pasteboard/displaced-placeholder-expected.txt: Added.
3422 * editing/pasteboard/displaced-placeholder.html: Added.
3423 Removed an unnecessary collapsed br.
3424 * editing/pasteboard/paste-text-010-expected.txt:
3425 Two fixes, an extra line was present after pasting with an interchange newline.
3426 * editing/pasteboard/paste-text-016-expected.checksum: Added.
3427 * editing/pasteboard/paste-text-016-expected.png: Added.
3428 * editing/pasteboard/paste-text-016-expected.txt: Added.
3429 * editing/pasteboard/paste-text-017-expected.checksum: Added.
3430 * editing/pasteboard/paste-text-017-expected.png: Added.
3431 * editing/pasteboard/paste-