1 2006-09-17 Eric Seidel <eric@eseidel.com>
3 Add a textual dump of the window object property tree.
7 * fast/js/window-properties-expected.txt: Added.
8 * fast/js/window-properties.html: Added.
10 2006-09-17 David Hyatt <hyatt@apple.com>
12 Adding layout test for bug 10899.
14 * fast/text/basic/generic-family-changes-expected.checksum: Added.
15 * fast/text/basic/generic-family-changes-expected.png: Added.
16 * fast/text/basic/generic-family-changes-expected.txt: Added.
17 * fast/text/basic/generic-family-changes.html: Added.
19 2006-09-17 Alexey Proskuryakov <ap@nypop.com>
23 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10852
24 REGRESSION: Reproducible crash in XMLHttpRequest::abort()
26 Currently, this test prints an error message to the console, because requests from
27 an unload handler still don't work.
29 * http/tests/xmlhttprequest/xhr-onunload-expected.txt: Added.
30 * http/tests/xmlhttprequest/xhr-onunload.html: Added.
32 2006-09-15 Justin Garcia <justin.garcia@apple.com>
36 <rdar://problem/4674869>
37 REGRESSION: selecting text to write over results in cursor jumping to middle of next line
39 * editing/deleting/whitespace-pre-1-expected.checksum: Added.
40 * editing/deleting/whitespace-pre-1-expected.png: Added.
41 * editing/deleting/whitespace-pre-1-expected.txt: Added.
42 * editing/deleting/whitespace-pre-1.html: Added.
44 2006-09-15 Timothy Hatcher <timothy@apple.com>
48 Updating results to new expected values.
50 * fast/lists/drag-into-marker-expected.txt:
51 * fast/repaint/selection-after-delete-expected.txt:
53 2006-09-15 Timothy Hatcher <timothy@apple.com>
57 Updating results to new expected values.
59 * editing/inserting/4278698-expected.txt:
60 * fast/dom/window-xy-properties-expected.txt:
62 2006-09-15 Adam Roben <aroben@apple.com>
66 Part of http://bugzilla.opendarwin.org/show_bug.cgi?id=10865
67 New file upload control should match the width of the old one
69 Update tests to match new file upload control.
71 * fast/forms/file-input-disabled-expected.txt:
72 * fast/forms/form-element-geometry-expected.txt:
73 * fast/forms/input-appearance-height-expected.txt:
74 * fast/forms/input-value-expected.txt:
76 2006-09-15 Kevin McCullough <KMcCullough@apple.com>
78 - just layout test result changes
80 * fast/dom/Range/range-compareNode-expected.txt:
81 * fast/dom/Range/range-intersectsNode-expected.txt:
83 2006-09-14 Justin Garcia <justin.garcia@apple.com>
87 <rdar://problem/4655880> Up/Down arrows skip over To Do
89 * editing/selection/mixed-editability-3-expected.checksum: Added.
90 * editing/selection/mixed-editability-3-expected.png: Added.
91 * editing/selection/mixed-editability-3-expected.txt: Added.
92 * editing/selection/mixed-editability-3.html: Added.
93 * editing/selection/mixed-editability-4-expected.checksum: Added.
94 * editing/selection/mixed-editability-4-expected.png: Added.
95 * editing/selection/mixed-editability-4-expected.txt: Added.
96 * editing/selection/mixed-editability-4.html: Added.
97 * editing/selection/mixed-editability-5-expected.checksum: Added.
98 * editing/selection/mixed-editability-5-expected.png: Added.
99 * editing/selection/mixed-editability-5-expected.txt: Added.
100 * editing/selection/mixed-editability-5.html: Added.
102 2006-09-14 Graham Dennis <graham.dennis@gmail.com>
104 Reviewed by Justin Garcia.
106 Modified testcase for:
107 http://bugzilla.opendarwin.org/show_bug.cgi?id=10726
108 Crash in ApplyStyleCommand::applyRelativeFontStyleChange
110 * editing/style/table-selection-expected.checksum:
111 * editing/style/table-selection-expected.png:
112 * editing/style/table-selection-expected.txt:
113 * editing/style/table-selection.html:
114 This testcase was for 10579, which is very similar to this bug (10726)
115 Now the testcase tests both bugs.
117 2006-09-13 Adam Roben <aroben@apple.com>
119 Rubberstamped by hyatt.
121 Updating tables results after hyatt landed a fix for
122 http://bugzilla.opendarwin.org/show_bug.cgi?id=8126
123 Padding must not apply to columns
125 * tables/mozilla/bugs/bug139524-2-expected.txt:
126 * tables/mozilla/bugs/bug139524-4-expected.txt:
127 * tables/mozilla/bugs/bug32841-expected.txt:
128 * tables/mozilla/dom/appendCol2-expected.txt:
129 * tables/mozilla/dom/deleteCol1-expected.txt:
130 * tables/mozilla/dom/deleteCol2-expected.txt:
131 * tables/mozilla/dom/deleteCol3-expected.txt:
132 * tables/mozilla/dom/deleteColGroup1-expected.txt:
133 * tables/mozilla/dom/deleteColGroup2-expected.txt:
134 * tables/mozilla/dom/insertColGroups1-expected.txt:
135 * tables/mozilla/dom/insertColGroups2-expected.txt:
136 * tables/mozilla/dom/insertCols1-expected.txt:
137 * tables/mozilla/dom/insertCols2-expected.txt:
138 * tables/mozilla/dom/insertCols3-expected.txt:
139 * tables/mozilla/dom/insertCols4-expected.txt:
140 * tables/mozilla/dom/insertCols5-expected.txt:
141 * tables/mozilla/marvin/body_col-expected.txt:
142 * tables/mozilla/marvin/x_col_span-expected.txt:
143 * tables/mozilla/marvin/x_col_width_px-expected.txt:
144 * tables/mozilla/marvin/x_colgroup_span-expected.txt:
145 * tables/mozilla/other/body_col-expected.txt:
146 * tables/mozilla_expected_failures/bugs/bug1128-expected.txt:
147 * tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt:
148 * tables/mozilla_expected_failures/bugs/bug45621-expected.txt:
149 * tables/mozilla_expected_failures/bugs/bug7243-expected.txt:
150 * tables/mozilla_expected_failures/core/cols1-expected.txt:
151 * tables/mozilla_expected_failures/dom/appendCol1-expected.txt:
152 * tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt:
153 * tables/mozilla_expected_failures/other/test4-expected.txt:
155 2006-09-12 Julien Palmas <julien.palmas@gmail.com>
157 Reviewed by darin. Landed by eseidel.
159 * svg/custom/svgpolyparser-extra-space-expected.checksum: Added.
160 * svg/custom/svgpolyparser-extra-space-expected.png: Added.
161 * svg/custom/svgpolyparser-extra-space-expected.txt: Added.
162 * svg/custom/svgpolyparser-extra-space.svg: Added.
164 2006-09-12 Kevin McCullough <KMcCullough@apple.com>
166 Reviewed by Andersca, Maciej, Brady.
168 * fast/dom/Range/range-intersectsNode-expected.txt: Added.
169 * fast/dom/Range/range-intersectsNode.html: Added.
170 * fast/dom/Range/resources/intersectsNode.js: Added.
172 2006-09-12 Nikolas Zimmermann <zimmermann@kde.org>
174 Reviewed by eseidel. Landed by eseidel.
176 Fixed: http://bugzilla.opendarwin.org/show_bug.cgi?id=10826
178 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum:
179 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
180 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
182 2006-09-11 Nikolas Zimmermann <zimmermann@kde.org>
184 Reviewed by eseidel. Landed by eseidel.
186 * svg/custom/baseval-animval-equality.svg: Added.
188 2006-09-11 Kevin McCullough <KMcCullough@apple.com>
193 * fast/dom/Range/range-compareNode-expected.txt: Added.
194 * fast/dom/Range/range-compareNode.html: Added.
195 * fast/dom/Range/range-comparePoint.html:
197 2006-09-11 Vladimir Olexa <vladimir.olexa@gmail.com>
201 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10323
202 REGRESSION: javascript: URL containing '\\' gets passed as '//'
204 * fast/dom/javascript-backslash-expected.txt: Added.
205 * fast/dom/javascript-backslash.html: Added.
207 2006-09-11 Darin Adler <darin@apple.com>
209 - converted a test to plain text (makes it platform independent; fixes a failure)
211 * fast/events/ondragenter-expected.checksum: Removed.
212 * fast/events/ondragenter-expected.png: Removed.
213 * fast/events/ondragenter-expected.txt:
214 * fast/events/ondragenter.html:
216 2006-09-10 Darin Adler <darin@apple.com>
218 - converted a test to plain text (makes it platform independent; fixes a failure)
220 * fast/text/plain-text-line-breaks-expected.checksum: Removed.
221 * fast/text/plain-text-line-breaks-expected.png: Removed.
222 * fast/text/plain-text-line-breaks-expected.txt: Regenerated.
223 * fast/text/plain-text-line-breaks.html: Added a call to dumpAsText().
225 2006-09-08 Timothy Hatcher <timothy@apple.com>
227 Adds a test for the CSS URL quoting logic.
229 * fast/inspector/cssURLQuotes-expected.txt: Added.
230 * fast/inspector/cssURLQuotes.html: Added.
232 2006-09-09 Alexey Proskuryakov <ap@nypop.com>
236 http://bugzilla.opendarwin.org/show_bug.cgi?id=10759
237 fast/AppleScript/array.html test failing
239 * fast/AppleScript/001-expected.txt: Updated results.
241 2006-09-07 Alexey Proskuryakov <ap@nypop.com>
245 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10753
246 REGRESSION: The beginning of a CSS file is missing
248 * http/tests/incremental/slow-utf8-css-expected.checksum: Added.
249 * http/tests/incremental/slow-utf8-css-expected.png: Added.
250 * http/tests/incremental/slow-utf8-css-expected.txt: Added.
251 * http/tests/incremental/slow-utf8-css.pl: Added.
253 2006-09-07 Rob Buis <buis@kde.org>
258 <http://bugzilla.opendarwin.org/show_bug.cgi?id=9753>
259 SVG with width and height 100% leaves room for scrollbar on the right.
261 Also Updated .txt files (all text blocks are wider) and some updated
262 pixel tests (some text is layouted differently because of wider text blocks).
264 * svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
265 * svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
266 * svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
267 * svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
268 * svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
269 * svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
270 * svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
271 * svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
272 * svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
273 * svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
274 * svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
275 * svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
276 * svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
277 * svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
278 * svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
279 * svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
280 * svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
281 * svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
282 * svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt:
283 * svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
284 * svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
285 * svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
286 * svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
287 * svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt:
288 * svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
289 * svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
290 * svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt:
291 * svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt:
292 * svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
293 * svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
294 * svg/W3C-SVG-1.1/color-prop-02-f-expected.txt:
295 * svg/W3C-SVG-1.1/color-prop-03-t-expected.txt:
296 * svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt:
297 * svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
298 * svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
299 * svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
300 * svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
301 * svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
302 * svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
303 * svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
304 * svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
305 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
306 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
307 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
308 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
309 * svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
310 * svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
311 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
312 * svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
313 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
314 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
315 * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
316 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
317 * svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
318 * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
319 * svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
320 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
321 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
322 * svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
323 * svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
324 * svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
325 * svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
326 * svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
327 * svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
328 * svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
329 * svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt:
330 * svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
331 * svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
332 * svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
333 * svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
334 * svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
335 * svg/W3C-SVG-1.1/linking-a-01-b-expected.txt:
336 * svg/W3C-SVG-1.1/linking-a-02-b-expected.txt:
337 * svg/W3C-SVG-1.1/linking-a-03-b-expected.txt:
338 * svg/W3C-SVG-1.1/linking-a-04-t-expected.txt:
339 * svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
340 * svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
341 * svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt:
342 * svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
343 * svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt:
344 * svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
345 * svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
346 * svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
347 * svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
348 * svg/W3C-SVG-1.1/masking-path-05-f-expected.txt:
349 * svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
350 * svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt:
351 * svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt:
352 * svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt:
353 * svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt:
354 * svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
355 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
356 * svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
357 * svg/W3C-SVG-1.1/painting-stroke-01-t-expected.checksum:
358 * svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png:
359 * svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt:
360 * svg/W3C-SVG-1.1/painting-stroke-02-t-expected.checksum:
361 * svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
362 * svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt:
363 * svg/W3C-SVG-1.1/painting-stroke-03-t-expected.checksum:
364 * svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png:
365 * svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt:
366 * svg/W3C-SVG-1.1/painting-stroke-04-t-expected.checksum:
367 * svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png:
368 * svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
369 * svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
370 * svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
371 * svg/W3C-SVG-1.1/paths-data-03-f-expected.txt:
372 * svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
373 * svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
374 * svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
375 * svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
376 * svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
377 * svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
378 * svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
379 * svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
380 * svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
381 * svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
382 * svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
383 * svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
384 * svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
385 * svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
386 * svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
387 * svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
388 * svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
389 * svg/W3C-SVG-1.1/render-elems-01-t-expected.txt:
390 * svg/W3C-SVG-1.1/render-elems-02-t-expected.txt:
391 * svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
392 * svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
393 * svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
394 * svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
395 * svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
396 * svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
397 * svg/W3C-SVG-1.1/script-handle-01-b-expected.txt:
398 * svg/W3C-SVG-1.1/script-handle-02-b-expected.txt:
399 * svg/W3C-SVG-1.1/script-handle-03-b-expected.txt:
400 * svg/W3C-SVG-1.1/script-handle-04-b-expected.txt:
401 * svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt:
402 * svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt:
403 * svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt:
404 * svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt:
405 * svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt:
406 * svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt:
407 * svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt:
408 * svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt:
409 * svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt:
410 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
411 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
412 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
413 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
414 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
415 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
416 * svg/W3C-SVG-1.1/struct-group-01-t-expected.txt:
417 * svg/W3C-SVG-1.1/struct-group-02-b-expected.txt:
418 * svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
419 * svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
420 * svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
421 * svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
422 * svg/W3C-SVG-1.1/struct-image-05-b-expected.txt:
423 * svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
424 * svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
425 * svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
426 * svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
427 * svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
428 * svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt:
429 * svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
430 * svg/W3C-SVG-1.1/text-align-02-b-expected.checksum:
431 * svg/W3C-SVG-1.1/text-align-02-b-expected.png:
432 * svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
433 * svg/W3C-SVG-1.1/text-align-03-b-expected.checksum:
434 * svg/W3C-SVG-1.1/text-align-03-b-expected.png:
435 * svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
436 * svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
437 * svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
438 * svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
439 * svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
440 * svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
441 * svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
442 * svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt:
443 * svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
444 * svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
445 * svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
446 * svg/W3C-SVG-1.1/text-text-03-b-expected.checksum:
447 * svg/W3C-SVG-1.1/text-text-03-b-expected.png:
448 * svg/W3C-SVG-1.1/text-text-03-b-expected.txt:
449 * svg/W3C-SVG-1.1/text-tref-01-b-expected.txt:
450 * svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt:
451 * svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
452 * svg/W3C-SVG-1.1/text-ws-01-t-expected.txt:
453 * svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
454 * svg/custom/coords-relative-units-transforms-expected.txt:
455 * svg/custom/feComponentTransfer-Discrete-expected.txt:
456 * svg/custom/feComponentTransfer-Gamma-expected.txt:
457 * svg/custom/feComponentTransfer-Linear-expected.txt:
458 * svg/custom/feComponentTransfer-Table-expected.txt:
459 * svg/custom/image-with-transform-clip-filter-expected.txt:
460 * svg/custom/invalid-css-expected.txt:
461 * svg/custom/invalid-viewbox1-expected.txt:
462 * svg/custom/invalid-viewbox2-expected.txt:
463 * svg/custom/non-opaque-filters-expected.txt:
464 * svg/custom/percentage-rect-expected.checksum:
465 * svg/custom/percentage-rect-expected.png:
466 * svg/custom/percentage-rect-expected.txt:
467 * svg/custom/pointer-events-path-expected.txt:
468 * svg/custom/svg-overflow-types-expected.txt:
469 * svg/custom/text-clip-expected.txt:
470 * svg/custom/text-filter-expected.txt:
471 * svg/custom/text-gradient-no-content-expected.checksum:
472 * svg/custom/text-gradient-no-content-expected.png:
473 * svg/custom/text-gradient-no-content-expected.txt:
474 * svg/custom/text-hit-test-expected.txt:
475 * svg/custom/text-image-opacity-expected.txt:
476 * svg/custom/tref-update-expected.txt:
477 * svg/custom/width-full-percentage-expected.checksum: Added.
478 * svg/custom/width-full-percentage-expected.png: Added.
479 * svg/custom/width-full-percentage-expected.txt: Added.
480 * svg/custom/width-full-percentage.svg: Added.
482 2006-09-05 Darin Adler <darin@apple.com>
486 - test for bug where the charset in a link element for a CSS stylesheet is ignored.
487 I noticed this while working on new text encoding machinery.
489 * fast/encoding/css-link-charset-expected.txt: Added.
490 * fast/encoding/css-link-charset.css: Added.
491 * fast/encoding/css-link-charset.html: Added.
493 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10681
494 REGRESSION: Reproducible crash at Wikipedia
495 (Alexey wrote this one, I reviewed.)
497 * fast/forms/form-data-encoding-normalization-overrun-expected.txt: Added.
498 * fast/forms/form-data-encoding-normalization-overrun.html: Added.
500 - and a tweak to an existing test
502 * fast/forms/form-data-encoding.html: Changed to dump encoded URL so it's easier to
503 diagnose this when it fails.
505 2006-09-05 Justin Garcia <justin.garcia@apple.com>
509 Setup for <rdar://problem/4344550> Misspellings aren't marked after undo delete
512 * editing/pasteboard/4641033-expected.checksum:
513 * editing/pasteboard/4641033-expected.png:
514 * editing/execCommand/outdent-selection-expected.checksum:
515 * editing/execCommand/outdent-selection-expected.png:
517 Added a didChangeSelection notification that was absent before:
518 * editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
519 * editing/deleting/delete-3608430-fix-expected.txt:
520 * editing/deleting/delete-3608462-fix-expected.txt:
521 * editing/deleting/delete-3775172-fix-expected.txt:
522 * editing/deleting/delete-3800834-fix-expected.txt:
523 * editing/deleting/delete-3857753-fix-expected.txt:
524 * editing/deleting/delete-3865854-fix-expected.txt:
525 * editing/deleting/delete-3928305-fix-expected.txt:
526 * editing/deleting/delete-3959464-fix-expected.txt:
527 * editing/deleting/delete-4038408-fix-expected.txt:
528 * editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
529 * editing/deleting/delete-at-paragraph-boundaries-001-expected.txt:
530 * editing/deleting/delete-at-paragraph-boundaries-002-expected.txt:
531 * editing/deleting/delete-at-paragraph-boundaries-003-expected.txt:
532 * editing/deleting/delete-at-paragraph-boundaries-004-expected.txt:
533 * editing/deleting/delete-at-paragraph-boundaries-005-expected.txt:
534 * editing/deleting/delete-at-paragraph-boundaries-006-expected.txt:
535 * editing/deleting/delete-at-paragraph-boundaries-007-expected.txt:
536 * editing/deleting/delete-at-paragraph-boundaries-009-expected.txt:
537 * editing/deleting/delete-at-paragraph-boundaries-010-expected.txt:
538 * editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
539 * editing/deleting/delete-block-contents-001-expected.txt:
540 * editing/deleting/delete-block-contents-002-expected.txt:
541 * editing/deleting/delete-block-contents-003-expected.txt:
542 * editing/deleting/delete-block-merge-contents-001-expected.txt:
543 * editing/deleting/delete-block-merge-contents-002-expected.txt:
544 * editing/deleting/delete-block-merge-contents-003-expected.txt:
545 * editing/deleting/delete-block-merge-contents-004-expected.txt:
546 * editing/deleting/delete-block-merge-contents-005-expected.txt:
547 * editing/deleting/delete-block-merge-contents-006-expected.txt:
548 * editing/deleting/delete-block-merge-contents-007-expected.txt:
549 * editing/deleting/delete-block-merge-contents-008-expected.txt:
550 * editing/deleting/delete-block-merge-contents-009-expected.txt:
551 * editing/deleting/delete-block-merge-contents-010-expected.txt:
552 * editing/deleting/delete-block-merge-contents-012-expected.txt:
553 * editing/deleting/delete-block-merge-contents-013-expected.txt:
554 * editing/deleting/delete-block-merge-contents-014-expected.txt:
555 * editing/deleting/delete-block-merge-contents-015-expected.txt:
556 * editing/deleting/delete-block-merge-contents-016-expected.txt:
557 * editing/deleting/delete-block-merge-contents-017-expected.txt:
558 * editing/deleting/delete-block-merge-contents-018-expected.txt:
559 * editing/deleting/delete-block-merge-contents-019-expected.txt:
560 * editing/deleting/delete-block-merge-contents-020-expected.txt:
561 * editing/deleting/delete-block-merge-contents-021-expected.txt:
562 * editing/deleting/delete-block-merge-contents-022-expected.txt:
563 * editing/deleting/delete-block-merge-contents-023-expected.txt:
564 * editing/deleting/delete-block-merge-contents-024-expected.txt:
565 * editing/deleting/delete-block-table-expected.txt:
566 * editing/deleting/delete-br-008-expected.txt:
567 * editing/deleting/delete-br-010-expected.txt:
568 * editing/deleting/delete-br-011-expected.txt:
569 * editing/deleting/delete-first-list-item-expected.txt:
570 * editing/deleting/delete-image-001-expected.txt:
571 * editing/deleting/delete-image-002-expected.txt:
572 * editing/deleting/delete-image-003-expected.txt:
573 * editing/deleting/delete-image-004-expected.txt:
574 * editing/deleting/delete-line-001-expected.txt:
575 * editing/deleting/delete-line-002-expected.txt:
576 * editing/deleting/delete-line-003-expected.txt:
577 * editing/deleting/delete-line-004-expected.txt:
578 * editing/deleting/delete-line-005-expected.txt:
579 * editing/deleting/delete-line-006-expected.txt:
580 * editing/deleting/delete-line-007-expected.txt:
581 * editing/deleting/delete-line-008-expected.txt:
582 * editing/deleting/delete-line-009-expected.txt:
583 * editing/deleting/delete-line-010-expected.txt:
584 * editing/deleting/delete-line-011-expected.txt:
585 * editing/deleting/delete-line-012-expected.txt:
586 * editing/deleting/delete-line-013-expected.txt:
587 * editing/deleting/delete-line-014-expected.txt:
588 * editing/deleting/delete-line-015-expected.txt:
589 * editing/deleting/delete-line-016-expected.txt:
590 * editing/deleting/delete-line-017-expected.txt:
591 * editing/deleting/delete-listitem-001-expected.txt:
592 * editing/deleting/delete-listitem-002-expected.txt:
593 * editing/deleting/delete-mixed-editable-content-001-expected.txt:
594 * editing/deleting/delete-select-all-001-expected.txt:
595 * editing/deleting/delete-select-all-002-expected.txt:
596 * editing/deleting/delete-select-all-003-expected.txt:
597 * editing/deleting/merge-different-styles-expected.txt:
598 * editing/deleting/merge-endOfParagraph-expected.txt:
599 * editing/deleting/merge-no-br-expected.txt:
600 * editing/deleting/pruning-after-merge-1-expected.txt:
601 * editing/deleting/pruning-after-merge-2-expected.txt:
602 * editing/deleting/table-cells-expected.txt:
603 * editing/execCommand/boldSelection-expected.txt:
604 * editing/execCommand/create-list-from-range-selection-expected.txt:
605 * editing/execCommand/createLink-expected.txt:
606 * editing/execCommand/format-block-expected.txt:
607 * editing/execCommand/format-block-from-range-selection-expected.txt:
608 * editing/execCommand/format-block-with-braces-expected.txt:
609 * editing/execCommand/format-block-with-trailing-br-expected.txt:
610 * editing/execCommand/hilitecolor-expected.txt:
611 * editing/execCommand/indent-list-item-expected.txt:
612 * editing/execCommand/indent-selection-expected.txt:
613 * editing/execCommand/insert-list-and-stitch-expected.txt:
614 * editing/execCommand/insert-list-with-id-expected.txt:
615 * editing/execCommand/insertHTML-expected.txt:
616 * editing/execCommand/insertHorizontalRule-expected.txt:
617 * editing/execCommand/remove-formatting-expected.txt:
618 * editing/execCommand/remove-list-from-range-selection-expected.txt:
619 * editing/execCommand/remove-list-items-expected.txt:
620 * editing/execCommand/strikethroughSelection-expected.txt:
621 * editing/execCommand/switch-list-type-expected.txt:
622 * editing/execCommand/unlink-expected.txt:
623 * editing/input/text-input-controller-expected.txt:
624 * editing/inserting/insert-3654864-fix-expected.txt:
625 * editing/inserting/insert-3659587-fix-expected.txt:
626 * editing/inserting/insert-3775316-fix-expected.txt:
627 * editing/inserting/insert-3851164-fix-expected.txt:
628 * editing/inserting/insert-3907422-fix-expected.txt:
629 * editing/inserting/insert-after-delete-001-expected.txt:
630 * editing/inserting/insert-div-001-expected.txt:
631 * editing/inserting/insert-div-002-expected.txt:
632 * editing/inserting/insert-div-003-expected.txt:
633 * editing/inserting/insert-div-005-expected.txt:
634 * editing/inserting/insert-div-007-expected.txt:
635 * editing/inserting/insert-div-009-expected.txt:
636 * editing/inserting/insert-div-010-expected.txt:
637 * editing/inserting/insert-div-020-expected.txt:
638 * editing/inserting/insert-div-023-expected.txt:
639 * editing/inserting/insert-div-024-expected.txt:
640 * editing/inserting/insert-div-025-expected.txt:
641 * editing/inserting/insert-div-026-expected.txt:
642 * editing/inserting/multiple-lines-selected-expected.txt:
643 * editing/inserting/paragraph-separator-03-expected.txt:
644 * editing/inserting/paragraph-separator-in-table-2-expected.txt:
645 * editing/inserting/redo-expected.txt:
646 * editing/inserting/return-key-with-selection-001-expected.txt:
647 * editing/inserting/return-key-with-selection-002-expected.txt:
648 * editing/inserting/return-key-with-selection-003-expected.txt:
649 * editing/pasteboard/3976872-expected.txt:
650 * editing/pasteboard/4076267-3-expected.txt:
651 * editing/pasteboard/4076267-expected.txt:
652 * editing/pasteboard/4700297-expected.txt:
653 * editing/pasteboard/8145-3-expected.txt:
654 * editing/pasteboard/block-wrappers-necessary-expected.txt:
655 * editing/pasteboard/copy-paste-bidi-expected.txt:
656 * editing/pasteboard/displaced-generic-placeholder-expected.txt:
657 * editing/pasteboard/displaced-placeholder-expected.txt:
658 * editing/pasteboard/display-block-on-spans-expected.txt:
659 * editing/pasteboard/drag-drop-modifies-page-expected.txt:
660 * editing/pasteboard/interchange-newline-2-expected.txt:
661 * editing/pasteboard/merge-after-delete-1-expected.txt:
662 * editing/pasteboard/merge-after-delete-2-expected.txt:
663 * editing/pasteboard/merge-after-delete-expected.txt:
664 * editing/pasteboard/merge-end-3-expected.txt:
665 * editing/pasteboard/merge-end-5-expected.txt:
666 * editing/pasteboard/merge-end-blockquote-expected.txt:
667 * editing/pasteboard/merge-end-list-expected.txt:
668 * editing/pasteboard/merge-end-table-expected.txt:
669 * editing/pasteboard/paste-4035648-fix-expected.txt:
670 * editing/pasteboard/paste-4039777-fix-expected.txt:
671 * editing/pasteboard/paste-line-endings-001-expected.txt:
672 * editing/pasteboard/paste-line-endings-006-expected.txt:
673 * editing/pasteboard/paste-match-style-001-expected.txt:
674 * editing/pasteboard/paste-match-style-002-expected.txt:
675 * editing/pasteboard/paste-pre-001-expected.txt:
676 * editing/pasteboard/paste-pre-002-expected.txt:
677 * editing/pasteboard/paste-table-002-expected.txt:
678 * editing/pasteboard/paste-table-003-expected.txt:
679 * editing/pasteboard/paste-text-006-expected.txt:
680 * editing/pasteboard/paste-text-007-expected.txt:
681 * editing/pasteboard/paste-text-010-expected.txt:
682 * editing/pasteboard/paste-text-011-expected.txt:
683 * editing/pasteboard/paste-text-015-expected.txt:
684 * editing/pasteboard/paste-text-016-expected.txt:
685 * editing/pasteboard/paste-text-017-expected.txt:
686 * editing/pasteboard/paste-text-018-expected.txt:
687 * editing/pasteboard/prevent-block-nesting-01-expected.txt:
688 * editing/pasteboard/smart-paste-003-expected.txt:
689 * editing/pasteboard/smart-paste-004-expected.txt:
690 * editing/pasteboard/smart-paste-005-expected.txt:
691 * editing/pasteboard/smart-paste-006-expected.txt:
692 * editing/pasteboard/smart-paste-007-expected.txt:
693 * editing/pasteboard/smart-paste-008-expected.txt:
694 * editing/pasteboard/testcase-9507-expected.txt:
695 * editing/pasteboard/undoable-fragment-removes-expected.txt:
696 * editing/selection/expanding-selections-expected.txt:
697 * editing/selection/expanding-selections2-expected.txt:
698 * editing/selection/node-removal-1-expected.txt:
699 * editing/selection/node-removal-2-expected.txt:
700 * editing/selection/select-all-iframe-expected.txt:
701 * editing/selection/skip-non-editable-1-expected.txt:
702 * editing/selection/triple-click-in-pre-expected.txt:
703 * editing/style/apple-style-editable-mix-expected.txt:
704 * editing/style/block-style-004-expected.txt:
705 * editing/style/block-style-005-expected.txt:
706 * editing/style/block-style-006-expected.txt:
707 * editing/style/create-block-for-style-001-expected.txt:
708 * editing/style/create-block-for-style-002-expected.txt:
709 * editing/style/create-block-for-style-003-expected.txt:
710 * editing/style/create-block-for-style-004-expected.txt:
711 * editing/style/create-block-for-style-007-expected.txt:
712 * editing/style/create-block-for-style-009-expected.txt:
713 * editing/style/create-block-for-style-010-expected.txt:
714 * editing/style/create-block-for-style-011-expected.txt:
715 * editing/style/create-block-for-style-012-expected.txt:
716 * editing/style/create-block-for-style-013-expected.txt:
717 * editing/style/designmode-expected.txt:
718 * editing/style/relative-font-size-change-001-expected.txt:
719 * editing/style/relative-font-size-change-002-expected.txt:
720 * editing/style/remove-underline-across-paragraph-expected.txt:
721 * editing/style/remove-underline-across-paragraph-in-bold-expected.txt:
722 * editing/style/remove-underline-after-paragraph-expected.txt:
723 * editing/style/remove-underline-after-paragraph-in-bold-expected.txt:
724 * editing/style/remove-underline-from-stylesheet-expected.txt:
725 * editing/style/smoosh-styles-001-expected.txt:
726 * editing/style/smoosh-styles-002-expected.txt:
727 * editing/style/smoosh-styles-003-expected.txt:
728 * editing/style/style-3681552-fix-001-expected.txt:
729 * editing/style/style-3681552-fix-002-expected.txt:
730 * editing/style/style-3690704-fix-expected.txt:
731 * editing/style/style-3998892-fix-expected.txt:
732 * editing/style/style-boundary-001-expected.txt:
733 * editing/style/style-boundary-003-expected.txt:
734 * editing/style/style-boundary-004-expected.txt:
735 * editing/style/typing-style-001-expected.txt:
736 * editing/style/typing-style-003-expected.txt:
737 * editing/undo/undo-misspellings-expected.txt:
738 * editing/unsupported-content/list-delete-001-expected.txt:
739 * editing/unsupported-content/list-delete-002-expected.txt:
740 * editing/unsupported-content/list-delete-003-expected.txt:
741 * editing/unsupported-content/table-delete-001-expected.txt:
742 * editing/unsupported-content/table-delete-002-expected.txt:
743 * editing/unsupported-content/table-delete-003-expected.txt:
744 * fast/forms/attributed-strings-expected.txt:
745 * fast/forms/cursor-position-expected.txt:
746 * fast/forms/drag-into-textarea-expected.txt:
747 * fast/forms/input-appearance-maxlength-expected.txt:
748 * fast/forms/input-paste-undo-expected.txt:
749 * fast/forms/input-selection-restore-expected.txt:
750 * fast/forms/input-text-paste-maxlength-expected.txt:
751 * fast/forms/selection-functions-expected.txt:
752 * fast/forms/text-field-setvalue-crash-expected.txt:
753 * fast/forms/textarea-paste-newline-expected.txt:
755 2006-09-04 Alexey Proskuryakov <ap@nypop.com>
759 Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=10716
760 XMLHttpRequest.responseText is null if HTTP response is empty
762 The results are not fully correct yet:
763 - accessing properties that are now undefined should cause an exception;
764 - on error, responseXML should be null, rather than contain an HTML document describing
767 * http/tests/xmlhttprequest/supported-xml-content-types-expected.txt: Updated for responseXML
768 now returning null for nil documents.
770 * http/tests/xmlhttprequest/zero-length-response-expected.txt:
771 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt:
772 * http/tests/xmlhttprequest/zero-length-response-sync.html:
773 * http/tests/xmlhttprequest/zero-length-response.html:
774 Extended to cover more properties.
776 2006-09-04 Alexey Proskuryakov <ap@nypop.com>
780 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10676
781 @charset rules not accessible via DOM
783 * fast/encoding/css-charset-dom-expected.txt: Added.
784 * fast/encoding/css-charset-dom.html: Added.
786 2006-09-04 Rob Buis <buis@kde.org>
791 http://bugzilla.opendarwin.org/show_bug.cgi?id=6546
792 clipPath data does not respect transforms
794 * svg/custom/clip-path-with-transform-expected.checksum: Added.
795 * svg/custom/clip-path-with-transform-expected.png: Added.
796 * svg/custom/clip-path-with-transform-expected.txt: Added.
797 * svg/custom/clip-path-with-transform.svg: Added.
799 2006-09-03 Alexey Proskuryakov <ap@nypop.com>
803 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10693
804 Convert JavaScript arrays to AppleScript lists
806 * fast/AppleScript/array-expected.txt:
807 * fast/AppleScript/array.html: Updated results, added a test for
808 circular dependencies.
810 2006-09-03 Alexey Proskuryakov <ap@nypop.com>
814 Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=10697
815 REGRESSION (r16175): Errors in incremental decoding of UTF-8
817 * fast/encoding/charset-invalid-expected.txt: Added.
818 * fast/encoding/charset-invalid.html: Added.
819 * http/tests/incremental/slow-utf8-html-expected.txt: Added.
820 * http/tests/incremental/slow-utf8-html.pl: Added.
822 2006-09-03 Alexey Proskuryakov <ap@nypop.com>
826 http://bugzilla.opendarwin.org/show_bug.cgi?id=4508
827 Layout tests access an external server
829 * fast/backgrounds/repeat/noRepeatCorrectClip.html: Use a local resource (it was already present,
830 but the test still pointed to a remote one).
831 * fast/dom/HTMLImageElement/image-src-absolute-url-expected.txt:
832 * fast/dom/HTMLImageElement/image-src-absolute-url.html: Use a non-existent file URL instead of
833 a non-existent http one.
834 * fast/loader/docLoaderFrame-expected.checksum: Removed.
835 * fast/loader/docLoaderFrame-expected.png: Removed.
836 * fast/loader/docLoaderFrame-expected.txt: Removed.
837 * fast/loader/docLoaderFrame.html: Removed.
838 * http/tests/xmlhttprequest/docLoaderFrame-expected.txt: Added.
839 * http/tests/xmlhttprequest/docLoaderFrame.html: Added.
840 * http/tests/xmlhttprequest/resources/docLoaderFrame-data.html: Added.
841 Use a local resource. Also, turned the test into a text one, and used waitUntilDone to make it
844 2006-09-02 Graham Dennis <graham.dennis@gmail.com>
849 http://bugzilla.opendarwin.org/show_bug.cgi?id=10579
850 AppleStyleCommand::applyBlockStyle crash
852 * editing/style/table-selection-expected.checksum: Added.
853 * editing/style/table-selection-expected.png: Added.
854 * editing/style/table-selection-expected.txt: Added.
855 * editing/style/table-selection.html: Added.
857 2006-09-01 Adele Peterson <adele@apple.com>
859 Reviewed by Tim Omernick.
861 Updated results for http://bugzilla.opendarwin.org/show_bug.cgi?id=6990
862 Switch to use new text field implementation for <input type="password">
864 * dom/html/level2/html/HTMLInputElement22-expected.txt:
865 * dom/xhtml/level2/html/HTMLInputElement22-expected.txt:
866 * fast/events/event-sender-mouse-click.html:
867 * fast/forms/input-appearance-height-expected.checksum:
868 * fast/forms/input-appearance-height-expected.txt:
869 * fast/forms/input-type-change-in-onfocus-mouse-expected.txt:
870 * fast/forms/input-value-expected.checksum:
871 * fast/forms/input-value-expected.png:
872 * fast/forms/input-value-expected.txt:
873 * tables/mozilla_expected_failures/bugs/bug92647-1-expected.checksum:
874 * tables/mozilla_expected_failures/bugs/bug92647-1-expected.png:
875 * tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
877 Updated from switch to style-able selects
878 * fast/forms/option-strip-whitespace-expected.checksum:
879 * fast/forms/option-strip-whitespace-expected.png:
880 * fast/forms/option-strip-whitespace-expected.txt:
882 2006-09-01 Timothy Hatcher <timothy@apple.com>
886 - updated results, null is not round-tripped through the bindings
887 because of regressions the original change caused in other applications.
888 - added an echo for "undefined".
890 * plugins/bindings-test-expected.txt:
891 * plugins/bindings-test.html:
893 2006-09-01 Alexey Proskuryakov <ap@nypop.com>
898 - http://bugzilla.opendarwin.org/show_bug.cgi?id=5620
899 Should only honor encoding from <meta> in HTML
901 - http://bugzilla.opendarwin.org/show_bug.cgi?id=9783
902 An XML declaration without an explicit encoding incorrectly triggers
903 UTF-8 encoding in an HTML document
905 - http://bugzilla.opendarwin.org/show_bug.cgi?id=10155
906 CSS2: @charset is not supported
908 * fast/encoding/css-charset-expected.txt: Added.
909 * fast/encoding/css-charset.css: Added.
910 * fast/encoding/css-charset.html: Added.
911 * fast/encoding/css-charset-evil-expected.txt: Added.
912 * fast/encoding/css-charset-evil.css: Added.
913 * fast/encoding/css-charset-evil.html: Added.
914 * fast/encoding/default-xhtml-encoding-expected.txt: Added.
915 * fast/encoding/default-xhtml-encoding.xhtml: Added.
916 * fast/encoding/meta-in-xhtml-expected.txt: Added.
917 * fast/encoding/meta-in-xhtml.xhtml: Added.
918 * fast/encoding/pseudo-xml-2-expected.txt: Added.
919 * fast/encoding/pseudo-xml-2.html: Added.
920 * fast/encoding/pseudo-xml-3-expected.txt: Added.
921 * fast/encoding/pseudo-xml-3.html: Added.
922 * fast/encoding/pseudo-xml-4-expected.txt: Added.
923 * fast/encoding/pseudo-xml-4.html: Added.
924 * fast/encoding/pseudo-xml-expected.txt: Added.
925 * fast/encoding/pseudo-xml.html: Added.
927 2006-08-31 Alice Liu <alice.liu@apple.com>
931 Revised expected results for an isindex element because of
932 <rdar://problem/4463870> Switch to use new text field implementation for <isindex>
933 Now the field is rendered as a textfield
935 * fast/dom/isindex-002-expected.checksum:
936 * fast/dom/isindex-002-expected.png:
937 * fast/dom/isindex-002-expected.txt:
939 2006-08-30 Rob Buis <buis@kde.org>
943 Changed test results because of:
944 http://bugzilla.opendarwin.org/show_bug.cgi?id=10586
945 pointer-events has issues when things are not stroked/filled
947 * svg/custom/pointer-events-path-expected.checksum:
948 * svg/custom/pointer-events-path-expected.png:
949 * svg/custom/pointer-events-path-expected.txt:
951 2006-08-29 Justin Garcia <justin.garcia@apple.com>
955 <rdar://problem/4700297>
956 REGRESSION: After replacing a misspelled word in a sentence, the selection extends to end of current line
959 * editing/pasteboard/smart-paste-002-expected.checksum:
960 * editing/pasteboard/smart-paste-002-expected.png:
961 * editing/pasteboard/smart-paste-002-expected.txt:
962 Added to demonstrate fix:
963 * editing/pasteboard/4700297-expected.checksum: Added.
964 * editing/pasteboard/4700297-expected.png: Added.
965 * editing/pasteboard/4700297-expected.txt: Added.
966 * editing/pasteboard/4700297.html: Added.
967 Removed a superfluous style span:
968 * editing/deleting/pruning-after-merge-1-expected.txt:
969 * editing/pasteboard/interchange-newline-1-expected.txt:
970 * editing/pasteboard/paste-text-019-expected.checksum:
971 * editing/pasteboard/paste-text-019-expected.png:
972 * editing/pasteboard/paste-text-019-expected.txt:
973 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
974 Accidently checked in bad results yesterday:
975 * editing/pasteboard/copy-paste-bidi-expected.txt:
976 Equivalent render tree:
977 * editing/pasteboard/smart-paste-001-expected.txt:
979 2006-08-29 waylonis <waylonis@google.com>
983 - Updated test to check for exceptions thrown in a plug-in. This is
984 a test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10114.
985 * plugins/bindings-test-expected.txt:
986 * plugins/bindings-test.html:
988 2006-08-29 Darin Adler <darin@apple.com>
992 - test for <rdar://problem/4701494> REGRESSION: Scrollbar on EPSN widget doesn't scroll (also affects Widgets widget, web inspector)
994 * fast/css/computed-style-negative-top-expected.txt: Added.
995 * fast/css/computed-style-negative-top.html: Added.
997 2006-08-28 Justin Garcia <justin.garcia@apple.com>
1001 * editing/inserting/redo-expected.checksum: Added.
1002 * editing/inserting/redo-expected.png: Added.
1003 * editing/inserting/redo-expected.txt: Added.
1004 * editing/inserting/redo.html: Added.
1005 * editing/pasteboard/copy-paste-bidi-expected.txt:
1007 2006-08-28 Alice Liu <alice.liu@apple.com>
1011 Added tests for <rdar://problem/4548537> Document.domain and other attributes are blank for an iframe created with document.write
1013 * http/tests/misc/iframe-domain-test-expected.txt: Added.
1014 * http/tests/misc/iframe-domain-test.html: Added.
1016 2006-08-27 Rob Buis <buis@kde.org>
1020 Changed test result because of:
1021 http://bugzilla.opendarwin.org/show_bug.cgi?id=10557
1022 KCanvasPath should be replace by platform/Path
1024 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
1026 2006-08-26 Eric Seidel <eric@eseidel.com>
1030 Test case for: pointer-events does not work.
1031 http://bugzilla.opendarwin.org/show_bug.cgi?id=10415
1033 * svg/custom/pointer-events-path-expected.checksum: Added.
1034 * svg/custom/pointer-events-path-expected.png: Added.
1035 * svg/custom/pointer-events-path-expected.txt: Added.
1036 * svg/custom/pointer-events-path.svg: Added.
1038 2006-08-27 Rob Buis <buis@kde.org>
1043 http://bugzilla.opendarwin.org/show_bug.cgi?id=10558
1044 SVG should have support for <metadata> element
1046 * svg/custom/create-metadata-element-expected.checksum: Added.
1047 * svg/custom/create-metadata-element-expected.png: Added.
1048 * svg/custom/create-metadata-element-expected.txt: Added.
1049 * svg/custom/create-metadata-element.svg: Added.
1051 2006-08-25 Adele Peterson <adele@apple.com>
1053 Updated results for addition of -webkit-text-security.
1055 * fast/css/computed-style-expected.txt:
1057 2006-08-25 Adele Peterson <adele@apple.com>
1061 New tests and updated tests for styled selects.
1063 * fast/borders/borderRadiusInvalidColor-expected.checksum: Added.
1064 * fast/borders/borderRadiusInvalidColor-expected.png: Added.
1065 * fast/borders/borderRadiusInvalidColor-expected.txt: Added.
1066 * fast/borders/borderRadiusInvalidColor.html: Added.
1068 * fast/forms/select-baseline-expected.checksum: Added.
1069 * fast/forms/select-baseline-expected.png: Added.
1070 * fast/forms/select-baseline-expected.txt: Added.
1071 * fast/forms/select-baseline.html: Added.
1073 * editing/pasteboard/4641033-expected.txt:
1074 * editing/selection/replaced-boundaries-3-expected.txt:
1075 * editing/selection/select-box-expected.txt:
1076 * fast/block/margin-collapse/103-expected.txt:
1077 * fast/forms/001-expected.checksum:
1078 * fast/forms/001-expected.png:
1079 * fast/forms/001-expected.txt:
1080 * fast/forms/003-expected.txt:
1081 * fast/forms/004-expected.txt:
1082 * fast/forms/HTMLOptionElement_label01-expected.txt:
1083 * fast/forms/HTMLOptionElement_label02-expected.txt:
1084 * fast/forms/HTMLOptionElement_label03-expected.txt:
1085 * fast/forms/HTMLOptionElement_label04-expected.txt:
1086 * fast/forms/HTMLOptionElement_label06-expected.txt:
1087 * fast/forms/HTMLOptionElement_label07-expected.txt:
1088 * fast/forms/form-element-geometry-expected.checksum:
1089 * fast/forms/form-element-geometry-expected.png:
1090 * fast/forms/form-element-geometry-expected.txt:
1091 * fast/forms/option-script-expected.txt:
1092 * fast/forms/option-text-clip-expected.txt:
1093 * fast/forms/select-change-listbox-to-popup-expected.txt:
1094 * fast/forms/select-selected-expected.txt:
1095 * fast/forms/select-style-expected.txt:
1096 * fast/forms/select-visual-hebrew-expected.txt:
1097 * fast/invalid/014-expected.txt:
1098 * fast/parser/document-write-option-expected.txt:
1099 * fast/replaced/width100percent-expected.txt:
1100 * http/tests/navigation/anchor-basic-expected.txt:
1101 * http/tests/navigation/anchor-frames-expected.txt:
1102 * http/tests/navigation/anchor-goback-expected.txt:
1103 * http/tests/navigation/anchor-subframeload-expected.txt:
1104 * http/tests/navigation/javascriptlink-basic-expected.txt:
1105 * http/tests/navigation/javascriptlink-frames-expected.txt:
1106 * http/tests/navigation/javascriptlink-goback-expected.txt:
1107 * http/tests/navigation/javascriptlink-subframeload-expected.txt:
1108 * http/tests/navigation/metaredirect-basic-expected.txt:
1109 * http/tests/navigation/metaredirect-frames-expected.txt:
1110 * http/tests/navigation/metaredirect-goback-expected.txt:
1111 * http/tests/navigation/metaredirect-subframeload-expected.txt:
1112 * http/tests/navigation/post-goback2-expected.txt:
1113 * http/tests/navigation/postredirect-goback2-expected.txt:
1114 * http/tests/navigation/redirect302-basic-expected.txt:
1115 * http/tests/navigation/redirect302-frames-expected.txt:
1116 * http/tests/navigation/redirect302-goback-expected.txt:
1117 * http/tests/navigation/redirect302-subframeload-expected.txt:
1118 * http/tests/navigation/relativeanchor-basic-expected.txt:
1119 * http/tests/navigation/relativeanchor-frames-expected.txt:
1120 * http/tests/navigation/relativeanchor-goback-expected.txt:
1121 * http/tests/navigation/slowmetaredirect-basic-expected.txt:
1122 * http/tests/navigation/slowtimerredirect-basic-expected.txt:
1123 * http/tests/navigation/success200-basic-expected.txt:
1124 * http/tests/navigation/success200-frames-expected.txt:
1125 * http/tests/navigation/success200-frames-loadsame-expected.txt:
1126 * http/tests/navigation/success200-goback-expected.txt:
1127 * http/tests/navigation/success200-loadsame-expected.txt:
1128 * http/tests/navigation/success200-reload-expected.txt:
1129 * http/tests/navigation/success200-subframeload-expected.txt:
1130 * http/tests/navigation/timerredirect-basic-expected.txt:
1131 * http/tests/navigation/timerredirect-frames-expected.txt:
1132 * http/tests/navigation/timerredirect-goback-expected.txt:
1133 * http/tests/navigation/timerredirect-subframeload-expected.txt:
1134 * tables/mozilla/bugs/bug1188-expected.txt:
1135 * tables/mozilla/bugs/bug18359-expected.txt:
1136 * tables/mozilla/bugs/bug2479-3-expected.txt:
1137 * tables/mozilla/bugs/bug2479-4-expected.txt:
1138 * tables/mozilla/bugs/bug29326-expected.txt:
1139 * tables/mozilla/bugs/bug33855-expected.txt:
1140 * tables/mozilla/bugs/bug4382-expected.txt:
1141 * tables/mozilla/bugs/bug96334-expected.txt:
1142 * tables/mozilla/core/margins-expected.txt:
1143 * tables/mozilla/dom/tableDom-expected.txt:
1144 * tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
1146 2006-08-24 Darin Adler <darin@apple.com>
1150 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10169
1151 REGRESSION: NativeTextArea: Text dragged from <input type=text> to textarea disappears
1153 * fast/forms/drag-into-textarea-expected.txt: Added.
1154 * fast/forms/drag-into-textarea.html: Added.
1156 2006-08-24 David Harrison <harrison@apple.com>
1158 Updated expected results for this change:
1160 <rdar://problem/4522205> Represent controls in AXAttributedStringForTextMarkerRange
1162 * editing/selection/anchor-focus1-expected.txt:
1163 * editing/selection/anchor-focus2-expected.txt:
1164 * editing/selection/anchor-focus3-expected.txt:
1165 * editing/selection/move-begin-end-expected.txt:
1166 * fast/dom/Element/onclick-case-expected.txt:
1167 * fast/dom/HTMLInputElement/size-as-number-expected.txt:
1168 * fast/dom/document-all-input-expected.txt:
1169 * fast/dom/option-properties-expected.txt:
1170 * fast/events/objc-keyboard-event-creation-expected.txt:
1171 * fast/events/onsubmit-bubbling-expected.txt:
1172 * fast/forms/access-key-expected.txt:
1173 * fast/forms/activate-and-disabled-elements-expected.txt:
1174 * fast/forms/button-in-forms-collection-expected.txt:
1175 * fast/forms/check-box-enter-key-expected.txt:
1176 * fast/forms/cursor-position-expected.txt:
1177 * fast/forms/display-none-in-onchange-keyboard-expected.txt:
1178 * fast/forms/domstring-replace-crash-expected.txt:
1179 * fast/forms/double-focus-expected.txt:
1180 * fast/forms/element-by-name-expected.txt:
1181 * fast/forms/empty-get-expected.txt:
1182 * fast/forms/focus-expected.txt:
1183 * fast/forms/form-get-multipart-expected.txt:
1184 * fast/forms/form-get-multipart2-expected.txt:
1185 * fast/forms/form-get-multipart3-expected.txt:
1186 * fast/forms/form-post-urlencoded-expected.txt:
1187 * fast/forms/input-appearance-elementFromPoint-expected.txt:
1188 * fast/forms/input-appearance-maxlength-expected.txt:
1189 * fast/forms/input-changing-value-expected.txt:
1190 * fast/forms/input-delete-expected.txt:
1191 * fast/forms/input-selection-hidden-expected.txt:
1192 * fast/forms/input-selection-restore-expected.txt:
1193 * fast/forms/input-text-enter-expected.txt:
1194 * fast/forms/input-truncate-newline-expected.txt:
1195 * fast/forms/legend-access-key-expected.txt:
1196 * fast/forms/onchange-enter-submit-expected.txt:
1197 * fast/forms/onselect-textarea-expected.txt:
1198 * fast/forms/onselect-textfield-expected.txt:
1199 * fast/forms/paste-into-textarea-expected.txt:
1200 * fast/forms/plaintext-mode-1-expected.txt:
1201 * fast/forms/select-remove-option-expected.txt:
1202 * fast/forms/select-replace-option-expected.txt:
1203 * fast/forms/select-reset-expected.txt:
1204 * fast/forms/selection-functions-expected.txt:
1205 * fast/forms/text-field-setvalue-crash-expected.txt:
1206 * fast/forms/textarea-crlf-expected.txt:
1207 * fast/forms/textarea-scrolled-endline-caret-expected.txt:
1208 * fast/forms/textarea-setvalue-submit-expected.txt:
1209 * fast/forms/textfield-focus-out-expected.txt:
1211 2006-08-24 Rob Buis <buis@kde.org>
1216 http://bugzilla.opendarwin.org/show_bug.cgi?id=10524
1217 svg transform: comma delimiting breaks display
1219 * svg/custom/transform-scale-parse-expected.checksum: Added.
1220 * svg/custom/transform-scale-parse-expected.png: Added.
1221 * svg/custom/transform-scale-parse-expected.txt: Added.
1222 * svg/custom/transform-scale-parse.svg: Added.
1224 2006-08-22 Trey Matteson <trey@usa.net>
1228 This test update was missing from the patch I posted, and ggarren just checked in.
1230 * fast/overflow/scrollRevealButton-expected.txt:
1232 2006-08-22 Maciej Stachowiak <mjs@apple.com>
1236 - test for <rdar://problem/4683948> REGRESSION: Assertion failure in [FrameProgressEntry addChild:forDataSource:] (fandango.com)
1238 (I both added a WebKit assertion that would fail under this test, and then did a fix to make it not fire)
1240 * fast/loader/start-load-in-unload-expected.txt: Added.
1241 * fast/loader/start-load-in-unload.html: Added.
1243 2006-08-22 Maciej Stachowiak <mjs@apple.com>
1245 Fix for broken tests.
1247 - made newly added CGI scripts executable
1249 * http/tests/navigation/resources/error404.pl:
1250 * http/tests/navigation/resources/frameset.pl:
1251 * http/tests/navigation/resources/postresult.pl:
1252 * http/tests/navigation/resources/redirect302.pl:
1254 2006-08-22 Justin Garcia <justin.garcia@apple.com>
1256 Reviewed by harrison
1258 <http://bugzilla.opendarwin.org/show_bug.cgi?id=10449>
1259 REGRESSION(r15918): drag-into-marker.html failing
1261 * editing/pasteboard/paste-list-001-expected.txt:
1262 * fast/lists/drag-into-marker.html: Added.
1263 * fast/lists/drag-into-marker.html-disabled: Removed.
1265 2006-08-22 Justin Garcia <justin.garcia@apple.com>
1267 Reviewed by harrison
1269 <rdar://problem/4052343&4052343&4426622> Mail hung on paste text
1272 * editing/pasteboard/paste-4039777-fix-expected.checksum:
1273 * editing/pasteboard/paste-4039777-fix-expected.png:
1274 * editing/pasteboard/paste-4039777-fix-expected.txt:
1275 * editing/deleting/delete-3857753-fix-expected.txt:
1276 * editing/pasteboard/styled-element-markup-expected.checksum:
1277 * editing/pasteboard/styled-element-markup-expected.png:
1278 * editing/pasteboard/styled-element-markup-expected.txt:
1279 * editing/execCommand/insertHTML-expected.checksum:
1280 * editing/execCommand/insertHTML-expected.png:
1281 * editing/execCommand/insertHTML-expected.txt:
1282 * editing/execCommand/insertHTML.html:
1284 Removed some empty style spans, font tags are replaced by style spans
1285 in a couple of cases:
1286 * editing/deleting/merge-different-styles-expected.txt:
1287 * editing/deleting/pruning-after-merge-1-expected.txt:
1288 * editing/deleting/pruning-after-merge-2-expected.txt:
1289 * editing/inserting/insert-3786362-fix-expected.txt:
1290 * editing/pasteboard/block-wrappers-necessary-expected.txt:
1291 * editing/pasteboard/display-block-on-spans-expected.txt:
1292 * editing/pasteboard/merge-end-table-expected.txt:
1293 * editing/pasteboard/paste-4035648-fix-expected.txt:
1294 * editing/pasteboard/paste-line-endings-001-expected.txt:
1295 * editing/pasteboard/paste-line-endings-006-expected.txt:
1296 * editing/pasteboard/paste-list-001-expected.txt:
1297 * editing/pasteboard/paste-pre-001-expected.txt:
1298 * editing/pasteboard/paste-pre-002-expected.txt:
1299 * editing/pasteboard/paste-table-001-expected.txt:
1300 * editing/pasteboard/paste-table-002-expected.txt:
1301 * editing/pasteboard/paste-text-001-expected.txt:
1302 * editing/pasteboard/paste-text-002-expected.txt:
1303 * editing/pasteboard/paste-text-003-expected.txt:
1304 * editing/pasteboard/paste-text-004-expected.txt:
1305 * editing/pasteboard/paste-text-005-expected.txt:
1306 * editing/pasteboard/paste-text-006-expected.txt:
1307 * editing/pasteboard/paste-text-011-expected.txt:
1308 * editing/pasteboard/paste-text-012-expected.txt:
1309 * editing/pasteboard/paste-text-013-expected.txt:
1310 * editing/pasteboard/paste-text-014-expected.txt:
1311 * editing/pasteboard/paste-text-015-expected.txt:
1312 * editing/pasteboard/paste-text-016-expected.txt:
1313 * editing/pasteboard/paste-text-017-expected.txt:
1314 * editing/pasteboard/paste-text-at-tabspan-001-expected.txt:
1315 * editing/pasteboard/paste-text-at-tabspan-002-expected.txt:
1316 * editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
1317 * editing/pasteboard/styled-element-markup.html:
1318 * editing/pasteboard/testcase-9507-expected.txt:
1319 * editing/style/smoosh-styles-001-expected.txt:
1320 * editing/style/smoosh-styles-002-expected.txt:
1322 2006-08-22 Trey Matteson <trey@usa.net>
1326 Introducing a small test suite for bugs related to various navigation techniques,
1327 e.g., back/forward, reload, various redirect flavors, POST, POST-then-redirect,
1328 within-page anchors. Most of the tests are done with and without an enclosing frameset.
1329 The tests verify the content of the final page (which may include restored form
1330 state), scroll location (also sometimes restored), and the full content of the
1333 * fast/overflow/scrollRevealButton-expected.txt:
1334 Updated to include scroll location that is now emitted.
1335 * http/tests/navigation/anchor-basic-expected.txt: Added.
1336 * http/tests/navigation/anchor-basic.html: Added.
1337 * http/tests/navigation/anchor-frames-expected.txt: Added.
1338 * http/tests/navigation/anchor-frames.html: Added.
1339 * http/tests/navigation/anchor-goback-expected.txt: Added.
1340 * http/tests/navigation/anchor-goback.html: Added.
1341 * http/tests/navigation/anchor-subframeload-expected.txt: Added.
1342 * http/tests/navigation/anchor-subframeload.html: Added.
1343 * http/tests/navigation/error404-basic-expected.txt: Added.
1344 * http/tests/navigation/error404-basic.html: Added.
1345 * http/tests/navigation/error404-frames-expected.txt: Added.
1346 * http/tests/navigation/error404-frames.html: Added.
1347 * http/tests/navigation/error404-goback-expected.txt: Added.
1348 * http/tests/navigation/error404-goback.html: Added.
1349 * http/tests/navigation/error404-subframeload-expected.txt: Added.
1350 * http/tests/navigation/error404-subframeload.html: Added.
1351 * http/tests/navigation/javascriptlink-basic-expected.txt: Added.
1352 * http/tests/navigation/javascriptlink-basic.html: Added.
1353 * http/tests/navigation/javascriptlink-frames-expected.txt: Added.
1354 * http/tests/navigation/javascriptlink-frames.html: Added.
1355 * http/tests/navigation/javascriptlink-goback-expected.txt: Added.
1356 * http/tests/navigation/javascriptlink-goback.html: Added.
1357 * http/tests/navigation/javascriptlink-subframeload-expected.txt: Added.
1358 * http/tests/navigation/javascriptlink-subframeload.html: Added.
1359 * http/tests/navigation/metaredirect-basic-expected.txt: Added.
1360 * http/tests/navigation/metaredirect-basic.html: Added.
1361 * http/tests/navigation/metaredirect-frames-expected.txt: Added.
1362 * http/tests/navigation/metaredirect-frames.html: Added.
1363 * http/tests/navigation/metaredirect-goback-expected.txt: Added.
1364 * http/tests/navigation/metaredirect-goback.html: Added.
1365 * http/tests/navigation/metaredirect-subframeload-expected.txt: Added.
1366 * http/tests/navigation/metaredirect-subframeload.html: Added.
1367 * http/tests/navigation/post-basic-expected.txt: Added.
1368 * http/tests/navigation/post-basic.html: Added.
1369 * http/tests/navigation/post-frames-expected.txt: Added.
1370 * http/tests/navigation/post-frames-goback1.html-disabled: Added.
1371 * http/tests/navigation/post-frames.html: Added.
1372 * http/tests/navigation/post-goback1-expected.txt: Added.
1373 * http/tests/navigation/post-goback1.html: Added.
1374 * http/tests/navigation/post-goback2-expected.txt: Added.
1375 * http/tests/navigation/post-goback2.html: Added.
1376 * http/tests/navigation/postredirect-basic-expected.txt: Added.
1377 * http/tests/navigation/postredirect-basic.html: Added.
1378 * http/tests/navigation/postredirect-frames-expected.txt: Added.
1379 * http/tests/navigation/postredirect-frames-goback1.html-disabled: Added.
1380 * http/tests/navigation/postredirect-frames.html: Added.
1381 * http/tests/navigation/postredirect-goback1-expected.txt: Added.
1382 * http/tests/navigation/postredirect-goback1.html: Added.
1383 * http/tests/navigation/postredirect-goback2-expected.txt: Added.
1384 * http/tests/navigation/postredirect-goback2.html: Added.
1385 * http/tests/navigation/redirect302-basic-expected.txt: Added.
1386 * http/tests/navigation/redirect302-basic.html: Added.
1387 * http/tests/navigation/redirect302-frames-expected.txt: Added.
1388 * http/tests/navigation/redirect302-frames.html: Added.
1389 * http/tests/navigation/redirect302-goback-expected.txt: Added.
1390 * http/tests/navigation/redirect302-goback.html: Added.
1391 * http/tests/navigation/redirect302-subframeload-expected.txt: Added.
1392 * http/tests/navigation/redirect302-subframeload.html: Added.
1393 * http/tests/navigation/relativeanchor-basic-expected.txt: Added.
1394 * http/tests/navigation/relativeanchor-basic.html: Added.
1395 * http/tests/navigation/relativeanchor-frames-expected.txt: Added.
1396 * http/tests/navigation/relativeanchor-frames.html: Added.
1397 * http/tests/navigation/relativeanchor-goback-expected.txt: Added.
1398 * http/tests/navigation/relativeanchor-goback.html: Added.
1399 * http/tests/navigation/resources/error404.pl: Added.
1400 * http/tests/navigation/resources/frameset.pl: Added.
1401 * http/tests/navigation/resources/javascriptlink.html: Added.
1402 * http/tests/navigation/resources/metaredirect.html: Added.
1403 * http/tests/navigation/resources/otherpage.html: Added.
1404 * http/tests/navigation/resources/postresult.pl: Added.
1405 * http/tests/navigation/resources/redirect302.pl: Added.
1406 * http/tests/navigation/resources/slowmetaredirect.html: Added.
1407 * http/tests/navigation/resources/slowtimerredirect.html: Added.
1408 * http/tests/navigation/resources/success200.html: Added.
1409 * http/tests/navigation/resources/testcode.js: Added.
1410 * http/tests/navigation/resources/timerredirect.html: Added.
1411 * http/tests/navigation/slowmetaredirect-basic-expected.txt: Added.
1412 * http/tests/navigation/slowmetaredirect-basic.html: Added.
1413 * http/tests/navigation/slowtimerredirect-basic-expected.txt: Added.
1414 * http/tests/navigation/slowtimerredirect-basic.html: Added.
1415 * http/tests/navigation/success200-basic-expected.txt: Added.
1416 * http/tests/navigation/success200-basic.html: Added.
1417 * http/tests/navigation/success200-frames-expected.txt: Added.
1418 * http/tests/navigation/success200-frames-goback.html-disabled: Added.
1419 * http/tests/navigation/success200-frames-loadsame-expected.txt: Added.
1420 * http/tests/navigation/success200-frames-loadsame.html: Added.
1421 * http/tests/navigation/success200-frames-reload.html-disabled: Added.
1422 * http/tests/navigation/success200-frames.html: Added.
1423 * http/tests/navigation/success200-goback-expected.txt: Added.
1424 * http/tests/navigation/success200-goback.html: Added.
1425 * http/tests/navigation/success200-loadsame-expected.txt: Added.
1426 * http/tests/navigation/success200-loadsame.html: Added.
1427 * http/tests/navigation/success200-reload-expected.txt: Added.
1428 * http/tests/navigation/success200-reload.html: Added.
1429 * http/tests/navigation/success200-subframeload-expected.txt: Added.
1430 * http/tests/navigation/success200-subframeload-goback.html-disabled: Added.
1431 * http/tests/navigation/success200-subframeload.html: Added.
1432 * http/tests/navigation/timerredirect-basic-expected.txt: Added.
1433 * http/tests/navigation/timerredirect-basic.html: Added.
1434 * http/tests/navigation/timerredirect-frames-expected.txt: Added.
1435 * http/tests/navigation/timerredirect-frames.html: Added.
1436 * http/tests/navigation/timerredirect-goback-expected.txt: Added.
1437 * http/tests/navigation/timerredirect-goback.html: Added.
1438 * http/tests/navigation/timerredirect-subframeload-expected.txt: Added.
1439 * http/tests/navigation/timerredirect-subframeload.html: Added.
1441 2006-08-22 Rob Buis <buis@kde.org>
1446 http://bugzilla.opendarwin.org/show_bug.cgi?id=10402
1447 REPRO: SVG crashes inside gradient code
1449 * svg/custom/gradient-attr-update-expected.checksum: Added.
1450 * svg/custom/gradient-attr-update-expected.png: Added.
1451 * svg/custom/gradient-attr-update-expected.txt: Added.
1452 * svg/custom/gradient-attr-update.svg: Added.
1454 2006-08-22 Rob Buis <buis@kde.org>
1458 Testcase needed for:
1459 http://bugzilla.opendarwin.org/show_bug.cgi?id=10405
1460 REPRO: SVG Maze crashes in RenderPath code
1462 * svg/custom/dynamic-empty-path-expected.checksum: Added.
1463 * svg/custom/dynamic-empty-path-expected.png: Added.
1464 * svg/custom/dynamic-empty-path-expected.txt: Added.
1465 * svg/custom/dynamic-empty-path.svg: Added.
1467 2006-08-21 Alexey Proskuryakov <ap@nypop.com>
1471 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10419
1472 XSLTProcessor transformToFragment fails because of an XML declaration
1474 * fast/xsl/transformToFragment-XML-declaration-expected.txt: Added.
1475 * fast/xsl/transformToFragment-XML-declaration.html: Added.
1477 * fast/xsl/xslt-extra-content-at-end-expected.checksum:
1478 * fast/xsl/xslt-extra-content-at-end-expected.png:
1479 * fast/xsl/xslt-extra-content-at-end-expected.txt: Updated for a changed error reporting.
1481 2006-08-21 Vladimir Olexa <vladimir.olexa@gmail.com>
1485 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6252
1486 JavaScript 1.6 Array.lastIndexOf
1488 * fast/js/array-lastIndexOf-expected.txt: Added.
1489 * fast/js/array-lastIndexOf.html: Added.
1490 * fast/js/resources/array-lastIndexOf.js: Added.
1492 2006-08-21 Alexey Proskuryakov <ap@nypop.com>
1496 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10429
1497 XSLTProcessor.transformToFragment crashes if the owner document is empty
1499 * fast/js/resources/xslt-fragment-in-empty-doc.js: Added.
1500 * fast/js/xslt-fragment-in-empty-doc-expected.txt: Added.
1501 * fast/js/xslt-fragment-in-empty-doc.html: Added.
1503 2006-08-16 Justin Garcia <justin.garcia@apple.com>
1505 Reviewed by thatcher
1507 Equivalent render tree:
1508 * fast/events/ondragenter-expected.checksum:
1509 * fast/events/ondragenter-expected.txt:
1511 Patch exposed a bug (10449):
1512 * fast/lists/drag-into-marker.html: Removed.
1513 * fast/lists/drag-into-marker.html-disabled: Added.
1515 2006-08-15 Justin Garcia <justin.garcia@apple.com>
1517 Reviewed by thatcher
1520 * editing/pasteboard/interchange-newline-4-expected.checksum: Added.
1521 * editing/pasteboard/interchange-newline-4-expected.png: Added.
1522 * editing/pasteboard/interchange-newline-4-expected.txt: Added.
1523 * editing/pasteboard/interchange-newline-4.html: Added.
1524 * editing/deleting/paragraph-in-preserveNewline-expected.checksum: Added.
1525 * editing/deleting/paragraph-in-preserveNewline-expected.png: Added.
1526 * editing/deleting/paragraph-in-preserveNewline-expected.txt: Added.
1527 * editing/deleting/paragraph-in-preserveNewline.html: Added.
1529 Equivalent render trees, fixes, or bugs exposed (10427, 10428):
1530 * editing/execCommand/insertHTML-expected.checksum:
1531 * editing/execCommand/insertHTML-expected.png:
1532 * editing/execCommand/insertHTML-expected.txt:
1533 * editing/execCommand/insertHTML.html:
1534 * editing/execCommand/insertHorizontalRule-expected.checksum:
1535 * editing/execCommand/insertHorizontalRule-expected.png:
1536 * editing/execCommand/insertHorizontalRule-expected.txt:
1537 * editing/inserting/insert-3786362-fix-expected.checksum:
1538 * editing/inserting/insert-3786362-fix-expected.png:
1539 * editing/inserting/insert-3786362-fix-expected.txt:
1540 * editing/inserting/insert-3786362-fix.html:
1541 * editing/inserting/insert-3907422-fix-expected.txt:
1542 * editing/pasteboard/3976872-expected.checksum:
1543 * editing/pasteboard/3976872-expected.png:
1544 * editing/pasteboard/3976872-expected.txt:
1545 * editing/pasteboard/4076267-3-expected.checksum:
1546 * editing/pasteboard/4076267-3-expected.png:
1547 * editing/pasteboard/4076267-3-expected.txt:
1548 * editing/pasteboard/4076267-3.html:
1549 * editing/pasteboard/4076267-expected.checksum:
1550 * editing/pasteboard/4076267-expected.png:
1551 * editing/pasteboard/4076267-expected.txt:
1552 * editing/pasteboard/4076267.html:
1553 * editing/pasteboard/4242293-1-expected.txt:
1554 * editing/pasteboard/4242293-expected.checksum:
1555 * editing/pasteboard/4242293-expected.png:
1556 * editing/pasteboard/4242293-expected.txt:
1557 * editing/pasteboard/4631972-expected.txt:
1558 * editing/pasteboard/8145-1-expected.txt:
1559 * editing/pasteboard/8145-3-expected.txt:
1560 * editing/pasteboard/block-wrappers-necessary-expected.txt:
1561 * editing/pasteboard/copy-paste-bidi-expected.txt:
1562 * editing/pasteboard/display-block-on-spans-expected.checksum:
1563 * editing/pasteboard/display-block-on-spans-expected.png:
1564 * editing/pasteboard/display-block-on-spans-expected.txt:
1565 * editing/pasteboard/interchange-newline-1-expected.txt:
1566 * editing/pasteboard/merge-end-1-expected.checksum:
1567 * editing/pasteboard/merge-end-1-expected.png:
1568 * editing/pasteboard/merge-end-1-expected.txt:
1569 * editing/pasteboard/merge-end-1.html:
1570 * editing/pasteboard/merge-end-2-expected.checksum:
1571 * editing/pasteboard/merge-end-2-expected.png:
1572 * editing/pasteboard/merge-end-2-expected.txt:
1573 * editing/pasteboard/merge-end-2.html:
1574 * editing/pasteboard/merge-end-4-expected.txt:
1575 * editing/pasteboard/merge-end-list-expected.txt:
1576 * editing/pasteboard/merge-end-table-expected.checksum:
1577 * editing/pasteboard/merge-end-table-expected.png:
1578 * editing/pasteboard/merge-end-table-expected.txt:
1579 * editing/pasteboard/nested-blocks-with-text-area-expected.txt:
1580 * editing/pasteboard/nested-blocks-with-text-field-expected.txt:
1581 * editing/pasteboard/paste-4039777-fix-expected.checksum:
1582 * editing/pasteboard/paste-4039777-fix-expected.png:
1583 * editing/pasteboard/paste-4039777-fix-expected.txt:
1584 * editing/pasteboard/paste-line-endings-002-expected.txt:
1585 * editing/pasteboard/paste-line-endings-004-expected.txt:
1586 * editing/pasteboard/paste-line-endings-007-expected.txt:
1587 * editing/pasteboard/paste-line-endings-008-expected.txt:
1588 * editing/pasteboard/paste-line-endings-009-expected.txt:
1589 * editing/pasteboard/paste-match-style-002-expected.txt:
1590 * editing/pasteboard/paste-pre-001-expected.txt:
1591 * editing/pasteboard/paste-pre-002-expected.txt:
1592 * editing/pasteboard/paste-table-001-expected.checksum:
1593 * editing/pasteboard/paste-table-001-expected.png:
1594 * editing/pasteboard/paste-table-001-expected.txt:
1595 * editing/pasteboard/paste-table-003-expected.txt:
1596 * editing/pasteboard/paste-text-001-expected.txt:
1597 * editing/pasteboard/paste-text-003-expected.txt:
1598 * editing/pasteboard/paste-text-007-expected.checksum:
1599 * editing/pasteboard/paste-text-007-expected.png:
1600 * editing/pasteboard/paste-text-007-expected.txt:
1601 * editing/pasteboard/paste-text-008-expected.txt:
1602 * editing/pasteboard/paste-text-009-expected.txt:
1603 * editing/pasteboard/paste-text-010-expected.txt:
1604 * editing/pasteboard/paste-text-011-expected.txt:
1605 * editing/pasteboard/paste-text-012-expected.checksum:
1606 * editing/pasteboard/paste-text-012-expected.png:
1607 * editing/pasteboard/paste-text-012-expected.txt:
1608 * editing/pasteboard/paste-text-012.html:
1609 * editing/pasteboard/paste-text-013-expected.checksum:
1610 * editing/pasteboard/paste-text-013-expected.png:
1611 * editing/pasteboard/paste-text-013-expected.txt:
1612 * editing/pasteboard/paste-text-015-expected.txt:
1613 * editing/pasteboard/paste-text-017-expected.txt:
1614 * editing/pasteboard/paste-text-019-expected.checksum:
1615 * editing/pasteboard/paste-text-019-expected.png:
1616 * editing/pasteboard/paste-text-019-expected.txt:
1617 * editing/pasteboard/paste-text-019.html:
1618 * editing/pasteboard/paste-text-at-tabspan-001-expected.txt:
1619 * editing/pasteboard/paste-text-at-tabspan-002-expected.txt:
1620 * editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
1621 * editing/pasteboard/pasting-object-expected.txt:
1622 * editing/pasteboard/prevent-block-nesting-01-expected.txt:
1623 * editing/pasteboard/quirks-mode-br-1-expected.txt:
1624 * editing/pasteboard/smart-paste-001-expected.txt:
1625 * editing/pasteboard/smart-paste-002-expected.txt:
1626 * editing/pasteboard/smart-paste-003-expected.txt:
1627 * editing/pasteboard/smart-paste-004-expected.txt:
1628 * editing/pasteboard/smart-paste-005-expected.txt:
1629 * editing/pasteboard/smart-paste-006-expected.txt:
1630 * editing/pasteboard/smart-paste-007-expected.txt:
1631 * editing/pasteboard/smart-paste-008-expected.txt:
1632 * editing/pasteboard/undoable-fragment-removes-expected.checksum:
1633 * editing/pasteboard/undoable-fragment-removes-expected.png:
1634 * editing/pasteboard/undoable-fragment-removes-expected.txt:
1635 * editing/pasteboard/undoable-fragment-removes.html:
1636 * editing/style/smoosh-styles-001-expected.txt:
1637 * editing/style/smoosh-styles-002-expected.txt:
1639 2006-08-15 Jonas Witt <jonas.witt@gmail.com>
1643 - added a test to check keyboard events fired from the ObjC API:
1644 http://bugzilla.opendarwin.org/show_bug.cgi?id=9736
1646 * fast/events/objc-keyboard-event-creation-expected.txt: Added.
1647 * fast/events/objc-keyboard-event-creation.html: Added.
1649 2006-08-15 Geoffrey Garen <ggaren@apple.com>
1651 Layout test for <rdar://problem/4661982> (crash in KHTMLParser::popBlock)
1653 * fast/parser/remove-node-stack-expected.txt: Added.
1654 * fast/parser/remove-node-stack.html: Added.
1656 2006-08-15 Adele Peterson <adele@apple.com>
1660 Test for: <rdar://problem/4680207> REGRESSION: select-all should fire onSelect event for text fields and textareas (9518)
1661 http://bugzilla.opendarwin.org/show_bug.cgi?id=9518
1663 * fast/forms/onselect-selectall-expected.txt: Added.
1664 * fast/forms/onselect-selectall.html: Added.
1666 2006-08-14 Eric Seidel <eric@eseidel.com>
1670 Updated results for:
1671 <mask>, <marker>, <pattern> inside <defs> do not work
1672 http://bugzilla.opendarwin.org/show_bug.cgi?id=6548
1674 * svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
1675 * svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
1676 * svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
1677 * svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
1678 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
1679 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
1680 * svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
1681 * svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
1682 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
1683 * svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
1684 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
1685 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
1686 * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
1687 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
1688 * svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
1689 * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
1690 * svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
1691 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
1692 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
1693 * svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
1694 * svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
1695 * svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
1696 * svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
1697 * svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
1698 * svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
1699 * svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
1700 * svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
1701 * svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
1702 * svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
1703 * svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
1704 * svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
1705 * svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
1706 * svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
1707 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
1708 * svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
1709 * svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
1710 * svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
1711 * svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
1712 * svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
1713 * svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
1714 * svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
1715 * svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt:
1716 * svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
1717 * svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
1718 * svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
1719 * svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
1720 * svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
1721 * svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
1722 * svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
1723 * svg/custom/empty-merge-expected.txt:
1724 * svg/custom/feComponentTransfer-Discrete-expected.txt:
1725 * svg/custom/feComponentTransfer-Gamma-expected.txt:
1726 * svg/custom/feComponentTransfer-Linear-expected.txt:
1727 * svg/custom/feComponentTransfer-Table-expected.txt:
1728 * svg/custom/feDisplacementMap-01-expected.txt:
1729 * svg/custom/filter-source-alpha-expected.txt:
1730 * svg/custom/gradient-stroke-width-expected.txt:
1731 * svg/custom/grayscale-gradient-mask-expected.txt:
1732 * svg/custom/image-with-transform-clip-filter-expected.txt:
1733 * svg/custom/invalid-css-expected.txt:
1734 * svg/custom/non-opaque-filters-expected.txt:
1735 * svg/custom/pattern-in-defs-expected.checksum: Added.
1736 * svg/custom/pattern-in-defs-expected.png: Added.
1737 * svg/custom/pattern-in-defs-expected.txt: Added.
1738 * svg/custom/pattern-in-defs.svg: Added.
1739 * svg/custom/text-clip-expected.txt:
1740 * svg/custom/text-filter-expected.txt:
1741 * svg/custom/tref-update-expected.txt:
1743 2006-08-14 Eric Seidel <eric@eseidel.com>
1745 Reviewed by darin and mjs.
1747 Add better SVGLoad event support.
1748 http://bugzilla.opendarwin.org/show_bug.cgi?id=6010
1749 Updated test results.
1751 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum:
1752 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
1753 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
1754 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum:
1755 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
1756 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
1757 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.checksum:
1758 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.png:
1759 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
1760 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.checksum:
1761 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.png:
1762 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
1763 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.checksum:
1764 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
1765 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
1766 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.checksum:
1767 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
1768 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
1769 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum:
1770 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
1771 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
1773 2006-08-14 Maciej Stachowiak <mjs@apple.com>
1775 Missing expected results for last test.
1777 * http/tests/plugins/interrupted-get-url-expected.txt: Added.
1779 2006-08-14 Maciej Stachowiak <mjs@apple.com>
1781 Test case not reviewed but the patch was reviewed by Tim Omernick.
1783 - test case for REGRESSION: crash when leaving youtube page while movie is still loading
1784 http://bugzilla.opendarwin.org/show_bug.cgi?id=10398
1786 * http/tests/plugins/interrupted-get-url.html: Added.
1787 * http/tests/plugins/resources/interrupted-get-url-success.html: Added.
1788 * http/tests/plugins/resources/slow-resource.pl: Added.
1790 2006-08-14 Darin Adler <darin@apple.com>
1792 Reviewed by John Sullivan.
1794 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10204
1795 REGRESSION: title tag parsing problem breaks Travelocity and Google Analytics pages
1797 * fast/parser/title-error-test-expected.checksum: Added.
1798 * fast/parser/title-error-test-expected.png: Added.
1799 * fast/parser/title-error-test-expected.txt: Added.
1800 * fast/parser/title-error-test.html: Added.
1802 2006-08-11 David Kilzer <ddkilzer@kilzer.net>
1804 Additional layout test fixes from hyatt's "Eliminate RenderImageButton" change
1805 in r15839. See also r15840 for more layout test fixes.
1807 * tables/mozilla/bugs/bug19599-expected.txt: Changed RenderImageButton to RenderImage.
1808 * tables/mozilla/bugs/bug24200-expected.txt: Ditto.
1809 * tables/mozilla/bugs/bug4527-expected.txt: Ditto.
1811 2006-08-11 Eric Seidel <eric@eseidel.com>
1813 Reviewed by andersca.
1815 Updated results, and new test for:
1816 The outermost <svg> element needs to clip itself
1817 http://bugzilla.opendarwin.org/show_bug.cgi?id=5358
1819 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.checksum:
1820 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png:
1821 * svg/W3C-SVG-1.1/masking-path-03-b-expected.checksum:
1822 * svg/W3C-SVG-1.1/masking-path-03-b-expected.png:
1823 * svg/custom/svg-overflow-types-expected.checksum: Added.
1824 * svg/custom/svg-overflow-types-expected.png: Added.
1825 * svg/custom/svg-overflow-types-expected.txt: Added.
1826 * svg/custom/svg-overflow-types.svg: Added.
1828 2006-08-11 Adele Peterson <adele@apple.com>
1832 Test case for <rdar://problem/4656274>
1833 REGRESSION: option elements are selected when added regardless of "selected" property
1835 * fast/forms/option-constructor-selected-expected.txt: Added.
1836 * fast/forms/option-constructor-selected.html: Added.
1838 2006-08-08 Rob Buis <buis@kde.org>
1843 <http://bugzilla.opendarwin.org/show_bug.cgi?id=10230>
1844 SVGDOMImplementation should die (and be rolled into DOMImplementation)
1846 * svg/custom/svg-features-expected.txt: Added.
1847 * svg/custom/svg-features.html: Added.
1849 2006-08-05 Darin Adler <darin@apple.com>
1853 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10213
1854 REGRESSION: Crash in WebCore::RenderLayer::isTransparent involving <iframe> and <select>
1856 * fast/frames/iframe-option-crash-expected.checksum: Added.
1857 * fast/frames/iframe-option-crash-expected.png: Added.
1858 * fast/frames/iframe-option-crash-expected.txt: Added.
1859 * fast/frames/iframe-option-crash.xhtml: Added.
1861 2006-08-03 Justin Garcia <justin.garcia@apple.com>
1863 Reviewed by harrison
1865 * editing/style/non-inheritable-styles-expected.checksum: Added.
1866 * editing/style/non-inheritable-styles-expected.png: Added.
1867 * editing/style/non-inheritable-styles-expected.txt: Added.
1868 * editing/style/non-inheritable-styles.html: Added.
1870 2006-08-03 Justin Garcia <justin.garcia@apple.com>
1874 * fast/forms/plaintext-mode-1-expected.txt:
1875 * fast/forms/plaintext-mode-1.html:
1877 2006-08-02 Justin Garcia <justin.garcia@apple.com>
1881 <http://bugzilla.opendarwin.org/show_bug.cgi?id=10225>
1882 GMail Editor: Change Hilite Color doesn't work
1884 * editing/execCommand/hilitecolor-expected.checksum: Added.
1885 * editing/execCommand/hilitecolor-expected.png: Added.
1886 * editing/execCommand/hilitecolor-expected.txt: Added.
1887 * editing/execCommand/hilitecolor.html: Added.
1889 2006-08-03 Mitz Pettel <opendarwin.org@mitzpettel.com>
1891 Reviewed by Adele and Darin.
1893 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10177
1894 REGRESSION: Successfully dragging text into a disabled field
1896 * fast/forms/textfield-drag-into-disabled-expected.checksum: Added.
1897 * fast/forms/textfield-drag-into-disabled-expected.png: Added.
1898 * fast/forms/textfield-drag-into-disabled-expected.txt: Added.
1899 * fast/forms/textfield-drag-into-disabled.html: Added.
1901 * fast/forms/input-disabled-color-expected.txt: Updated.
1903 2006-08-03 Jonathan Johnsson <jonathanjohnsson@gmail.com>
1907 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10198
1908 REGRESSION: WebKit r15750 crashes while loading anthem.com
1910 * fast/overflow/generated-content-crash-expected.txt: Added.
1911 * fast/overflow/generated-content-crash.html: Added.
1913 2006-08-03 Mitz Pettel <opendarwin.org@mitzpettel.com>
1917 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10202
1918 REGRESSION: Repro crash when loading an empty image document
1920 * fast/tokenizer/image-empty-crash-expected.txt: Added.
1921 * fast/tokenizer/image-empty-crash.html: Added.
1923 2006-08-02 Alexey Proskuryakov <ap@nypop.com>
1927 - pixel test for http://bugzilla.opendarwin.org/show_bug.cgi?id=3438
1928 incorrect display of transparent 1x1 PNGs
1930 * fast/replaced/image-solid-color-with-alpha-expected.checksum: Added.
1931 * fast/replaced/image-solid-color-with-alpha-expected.png: Added.
1932 * fast/replaced/image-solid-color-with-alpha-expected.txt: Added.
1933 * fast/replaced/image-solid-color-with-alpha.html: Added.
1934 * fast/replaced/img-1x1-expected.checksum: Removed.
1935 * fast/replaced/img-1x1-expected.png: Removed.
1936 * fast/replaced/img-1x1-expected.txt: Removed.
1937 * fast/replaced/img-1x1.html: Removed.
1939 2006-08-01 Darin Adler <darin@apple.com>
1941 - updated a test affected by changes to the DumpRenderTree tool
1942 to return a current mouse position
1944 * fast/inline/dirtyLinesForInline-expected.txt: Updated.
1946 2006-07-31 Sam Weinig <sam.weinig@gmail.com>
1950 - tests changed by http://bugzilla.opendarwin.org/show_bug.cgi?id=9955
1951 Colors scaled from [0, 1] range to [0, 255] incorrectly
1953 * fast/css/hsl-color-expected.checksum:
1954 * fast/css/hsl-color-expected.png:
1955 * fast/css/hsl-color-expected.txt:
1956 * fast/forms/input-disabled-color-expected.checksum:
1957 * fast/forms/input-disabled-color-expected.png:
1958 * fast/forms/input-disabled-color-expected.txt:
1960 2006-07-31 Mitz Pettel <opendarwin.org@mitzpettel.com>
1962 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10158
1963 REGRESSION: Selection highlight is dark and opaque when solid-color images are used
1967 * fast/backgrounds/solid-color-context-restore-expected.checksum: Added.
1968 * fast/backgrounds/solid-color-context-restore-expected.png: Added.
1969 * fast/backgrounds/solid-color-context-restore-expected.txt: Added.
1970 * fast/backgrounds/solid-color-context-restore.html: Added.
1972 2006-07-31 Darin Adler <darin@apple.com>
1976 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=10171
1977 REGRESSION: failing layout test: fast/events/objc-event-api.html
1979 * fast/events/objc-event-api-expected.txt: Updated test results for changes in the
1980 DumpRenderTree tool.
1982 2006-07-31 Mark Rowe <opendarwin.org@bdash.net.nz>
1986 http://bugzilla.opendarwin.org/show_bug.cgi?id=9738
1987 Bug 9738: Unqualified :hover selector ignored in strict parsing mode
1989 * fast/selectors/unqualified-hover-quirks-expected.checksum: Added.
1990 * fast/selectors/unqualified-hover-quirks-expected.png: Added.
1991 * fast/selectors/unqualified-hover-quirks-expected.txt: Added.
1992 * fast/selectors/unqualified-hover-quirks.html: Added.
1993 * fast/selectors/unqualified-hover-strict-expected.checksum: Added.
1994 * fast/selectors/unqualified-hover-strict-expected.png: Added.
1995 * fast/selectors/unqualified-hover-strict-expected.txt: Added.
1996 * fast/selectors/unqualified-hover-strict.html: Added.
1998 2006-07-31 Adele Peterson <adele@apple.com>
2000 Reviewed by John and Anders.
2002 - Test for <rdar://problem/4380576> onChange does not get called when field changed by return key
2004 * fast/forms/onchange-enter-submit-expected.txt: Added.
2005 * fast/forms/onchange-enter-submit.html: Added.
2007 2006-07-31 Graham Dennis <graham.dennis@gmail.com>
2011 <http://bugzilla.opendarwin.org/show_bug.cgi?id=9507>
2012 Empty style spans created in applyInlineStyle
2013 <rdar://problem/4515463>
2014 REGRESSION: Blot and Mail both do a very poor job of pasting the main www.apple.com page
2016 * editing/pasteboard/paste-4039777-fix-expected.txt:
2017 * editing/pasteboard/testcase-9507-expected.checksum: Added.
2018 * editing/pasteboard/testcase-9507-expected.png: Added.
2019 * editing/pasteboard/testcase-9507-expected.txt: Added.
2020 * editing/pasteboard/testcase-9507.html: Added.
2021 * editing/unsupported-content/table-delete-001-expected.txt:
2022 * editing/selection/selectNode-expected.png:
2023 * editing/selection/selectNode-expected.checksum:
2024 * editing/selection/selectNode-expected.txt:
2026 2006-07-31 Mark Rowe <opendarwin.org@bdash.net.nz>
2030 http://bugzilla.opendarwin.org/show_bug.cgi?id=10167
2031 Bug 10167: REGRESSION(r15688): ASSERTION FAILED: _private->mouseDownEvent != nil in layout tests
2033 * fast/events/objc-event-api-expected.txt: Update test results.
2035 2006-07-31 Darin Adler <darin@apple.com>
2037 * editing/pasteboard/paste-table-002-expected.txt: Corrected one result
2038 affected by my recent change to getComputedStyle.
2040 * editing/pasteboard/paste-table-002.html: Converted to a text test, since
2041 it dumps the serialized form of the result.
2042 * editing/pasteboard/paste-table-002-expected.checksum: Removed.
2043 * editing/pasteboard/paste-table-002-expected.png: Removed.
2045 2006-07-30 Darin Adler <darin@apple.com>
2047 - test that displays all computed style -- demonstrates bug fixes I just
2048 made to the computed style class and also acts as a regression test for
2049 the existence of all of them and the basic format for a default object
2051 * fast/css/computed-style-expected.txt: Added.
2052 * fast/css/computed-style.html: Added.
2054 2006-07-29 Rob Buis <buis@kde.org>
2058 Updated test case result as a result of:
2059 http://bugzilla.opendarwin.org/show_bug.cgi?id=10151
2060 ghostmap XHTML + SVG fails due to javascript undefined exception
2061 The new test case result now should match the required spec result
2062 and acts as a way to test document.URL on non-html documents.
2064 * dom/xhtml/level2/html/HTMLDocument04-expected.txt:
2066 2006-07-29 Darin Adler <darin@apple.com>
2068 - changed this test to a plain-text one and added text explaining what it tests
2070 * fast/forms/input-named-action-overrides-action-attribute.html: Added explanation text,
2071 got rid of some incorrect HTML syntax, added a call to dumpAsText(), and used a paragraph
2072 element instead of a span element for the result.
2073 * fast/forms/input-named-action-overrides-action-attribute-expected.txt: Updated.
2075 2006-07-29 Andrew Wellington <proton@wiretapped.net>
2079 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8587 / <rdar://problem/4631844>
2080 REGRESSION: {display:list-item} items outside an ol or ul element don't number correctly
2082 * fast/lists/ordered-list-with-no-ol-tag-expected.checksum: Added.
2083 * fast/lists/ordered-list-with-no-ol-tag-expected.png: Added.
2084 * fast/lists/ordered-list-with-no-ol-tag-expected.txt: Added.
2085 * fast/lists/ordered-list-with-no-ol-tag.html: Added.
2087 2006-07-29 Alexey Proskuryakov <ap@nypop.com>
2091 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10147
2092 REGRESSION: custom attribute values set via javascript are not persistent
2094 * fast/dom/Element/setAttribute-case-insensitivity-expected.txt: Added.
2095 * fast/dom/Element/setAttribute-case-insensitivity.html: Added.
2097 2006-07-29 Darin Adler <darin@apple.com>
2099 - rolled out the test for bug 9753, since we rolled out the fix
2100 we'll bring back the test when we bring back the fix
2102 * svg/custom/width-full-percentage-expected.checksum: Removed.
2103 * svg/custom/width-full-percentage-expected.png: Removed.
2104 * svg/custom/width-full-percentage-expected.txt: Removed.
2105 * svg/custom/width-full-percentage.svg: Removed.
2107 2006-07-28 Justin Garcia <justin.garcia@apple.com>
2111 <rdar://problem/4515463>
2112 REGRESSION: Blot and Mail both do a very poor job of pasting the main www.apple.com page
2114 Removed incorrect nesting:
2115 * editing/pasteboard/paste-table-001-expected.checksum:
2116 * editing/pasteboard/paste-table-001-expected.png:
2117 * editing/pasteboard/paste-table-001-expected.txt:
2118 * editing/pasteboard/paste-table-003-expected.txt:
2120 2006-07-27 Justin Garcia <justin.garcia@apple.com>
2124 <rdar://problem/4242293>
2125 Poor paste fidelity of http://www.google.com/
2127 Removed one of the two extraneous newlines that are introduced on paste:
2128 * editing/pasteboard/paste-table-003-expected.checksum:
2129 * editing/pasteboard/paste-table-003-expected.png:
2130 * editing/pasteboard/paste-table-003-expected.txt:
2132 Fewer pastes remove nodes containing the selection b/c of
2133 the changes to interchange newlines:
2134 * editing/pasteboard/paste-line-endings-007-expected.txt:
2135 * editing/pasteboard/paste-line-endings-008-expected.txt:
2136 * editing/pasteboard/paste-line-endings-009-expected.txt:
2139 * editing/pasteboard/4242293-1-expected.checksum: Added.
2140 * editing/pasteboard/4242293-1-expected.png: Added.
2141 * editing/pasteboard/4242293-1-expected.txt: Added.
2142 * editing/pasteboard/4242293-1.html: Added.
2143 * editing/pasteboard/4242293-expected.checksum: Added.
2144 * editing/pasteboard/4242293-expected.png: Added.
2145 * editing/pasteboard/4242293-expected.txt: Added.
2146 * editing/pasteboard/4242293.html: Added.
2148 2006-07-28 Alexey Proskuryakov <ap@nypop.com>
2150 Rolling out http://bugzilla.opendarwin.org/show_bug.cgi?id=6010 because of failing layout tests.
2151 Add better SVGLoad event support.
2153 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum:
2154 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
2155 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
2156 * svg/W3C-SVG-1.1/interact-events-01-b-expected.checksum:
2157 * svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
2158 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum:
2159 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
2160 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
2161 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.checksum:
2162 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.png:
2163 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
2164 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.checksum:
2165 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.png:
2166 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
2167 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.checksum:
2168 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
2169 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
2170 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.checksum:
2171 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
2172 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
2173 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum:
2174 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
2175 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
2177 2006-07-27 Eric Seidel <eric@eseidel.com>
2181 Add better SVGLoad event support.
2182 http://bugzilla.opendarwin.org/show_bug.cgi?id=6010
2183 A bunch of the SVG tests didn't render anything since they never received an SVGLoad, now they properly render.
2185 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum:
2186 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
2187 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
2188 * svg/W3C-SVG-1.1/interact-events-01-b-expected.checksum:
2189 * svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
2190 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum:
2191 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
2192 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
2193 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.checksum:
2194 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.png:
2195 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
2196 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.checksum:
2197 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.png:
2198 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
2199 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.checksum:
2200 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
2201 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
2202 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.checksum:
2203 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
2204 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
2205 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum:
2206 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
2207 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
2209 2006-07-27 Rob Buis <buis@kde.org>
2214 <http://bugzilla.opendarwin.org/show_bug.cgi?id=9753>
2215 SVG with width and height 100% leaves room for scrollbar on the right.
2217 * svg/custom/width-full-percentage-expected.txt: Added.
2218 * svg/custom/width-full-percentage-expected.checksum: Added.
2219 * svg/custom/width-full-percentage-expected.png: Added.
2220 * svg/custom/width-full-percentage.svg: Added.
2222 2006-07-27 Justin Garcia <justin.garcia@apple.com>
2226 <rdar://problem/4242293>
2227 Poor paste fidelity of http://www.google.com/
2229 * editing/pasteboard/styled-element-markup-expected.checksum: Added.
2230 * editing/pasteboard/styled-element-markup-expected.png: Added.
2231 * editing/pasteboard/styled-element-markup-expected.txt: Added.
2232 * editing/pasteboard/styled-element-markup.html: Added.
2234 2006-07-27 Alexander Kellett <lypanov@kde.org>
2238 Test for: http://bugzilla.opendarwin.org/show_bug.cgi?id=9867
2239 REGRESSION: code that modifies form element in Firefox modifies form attribute in WebKit
2241 * fast/forms/input-named-action-overrides-action-attribute-expected.txt: Added.
2242 * fast/forms/input-named-action-overrides-action-attribute.html: Added.
2244 2006-07-27 Rob Buis <buis@kde.org>
2248 Testcase for and from:
2249 http://bugzilla.opendarwin.org/show_bug.cgi?id=8992
2250 Some HTML DOM attributes have incorrect types
2252 * fast/dom/html-attribute-types-expected.txt: Added.
2253 * fast/dom/html-attribute-types.html: Added.
2255 2006-07-27 Justin Garcia <justin.garcia@apple.com>
2259 <rdar://problem/4628409>
2260 Safari crashes in CompositeEditCommand::removeBlockPlaceholder entering text in a web page form
2262 * fast/forms/4628409-expected.txt: Added.
2263 * fast/forms/4628409.html: Added.
2265 2006-07-27 Graham Dennis <graham.dennis@gmail.com>
2269 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10094
2270 Japanese characters improperly rendering in TOT
2272 * fast/encoding/denormalised-voiced-japanese-chars-expected.checksum: Added.
2273 * fast/encoding/denormalised-voiced-japanese-chars-expected.png: Added.
2274 * fast/encoding/denormalised-voiced-japanese-chars-expected.txt: Added.
2275 * fast/encoding/denormalised-voiced-japanese-chars.html: Added.
2277 2006-07-27 Eric Seidel <eric@eseidel.com>
2281 Complex entities seem to fail on TOT
2282 http://bugzilla.opendarwin.org/show_bug.cgi?id=6390
2283 Updated test cases now that this bug is fixed.
2285 * fast/parser/entity-ignorable-whitespace-expected.txt:
2286 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.checksum:
2287 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png:
2288 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
2289 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum:
2290 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
2291 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
2292 * svg/W3C-SVG-1.1/render-elems-03-t-expected.checksum:
2293 * svg/W3C-SVG-1.1/render-elems-03-t-expected.png:
2294 * svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
2296 2006-07-27 Rob Buis <buis@kde.org
2300 Add some tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=9938
2301 Specifically the testcases are:
2303 http://hixie.ch/tests/adhoc/svg/error/010.xml
2304 http://hixie.ch/tests/adhoc/svg/error/011.xml
2306 * svg/custom/invalid-viewbox1-expected.checksum: Added.
2307 * svg/custom/invalid-viewbox1-expected.png: Added.
2308 * svg/custom/invalid-viewbox1-expected.txt: Added.
2309 * svg/custom/invalid-viewbox1.svg: Added.
2310 * svg/custom/invalid-viewbox2-expected.checksum: Added.
2311 * svg/custom/invalid-viewbox2-expected.png: Added.
2312 * svg/custom/invalid-viewbox2-expected.txt: Added.
2313 * svg/custom/invalid-viewbox2.svg: Added.
2315 2006-07-27 Eric Seidel <eric@eseidel.com>
2319 Add testcases for getSVGDocument() function.
2320 Also test HTMLObjectElement.vspace and hspace as numbers (while I'm at it).
2322 * fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.checksum: Added.
2323 * fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.png: Added.
2324 * fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.txt: Added.
2325 * fast/dom/HTMLObjectElement/vspace-hspace-as-number.html: Added.
2326 * svg/custom/getsvgdocument-expected.checksum: Added.
2327 * svg/custom/getsvgdocument-expected.png: Added.
2328 * svg/custom/getsvgdocument-expected.txt: Added.
2329 * svg/custom/getsvgdocument.html: Added.
2330 * svg/custom/resources/getsvgdocument.svg: Added.
2332 2006-07-26 Alexey Proskuryakov <ap@nypop.com>
2336 http://bugzilla.opendarwin.org/show_bug.cgi?id=9901
2337 XSLTProcessor cannot parse text nodes for INPUT ELEMENTS in an XSLT stylesheet
2339 * fast/js/resources/xhtml-serialize.js: Added.
2340 * fast/js/xhtml-serialize-expected.txt: Added.
2341 * fast/js/xhtml-serialize.html: Added.
2343 2006-07-26 Justin Garcia <justin.garcia@apple.com>
2347 <rdar://problem/4652788>
2348 REGRESSION: Can't change size or style of any text in message body
2350 * editing/style/designmode-expected.checksum: Added.
2351 * editing/style/designmode-expected.png: Added.
2352 * editing/style/designmode-expected.txt: Added.
2353 * editing/style/designmode.html: Added.
2355 2006-07-25 Justin Garcia <justin.garcia@apple.com>
2359 <rdar://problem/4649560>
2360 REGRESSION: Can't Select All when the body is contentEditable="true"
2362 * editing/selection/select-all-005-expected.checksum: Added.
2363 * editing/selection/select-all-005-expected.png: Added.
2364 * editing/selection/select-all-005-expected.txt: Added.
2365 * editing/selection/select-all-005.html: Added.
2366 * editing/selection/select-all-006-expected.checksum: Added.
2367 * editing/selection/select-all-006-expected.png: Added.
2368 * editing/selection/select-all-006-expected.txt: Added.
2369 * editing/selection/select-all-006.html: Added.
2371 2006-07-24 Dan Waylonis <waylonis@google.com>
2373 Reviewed and tweaked a bit by Darin.
2375 - added some new tests that use "echo" including one for JavaScript null
2377 * plugins/bindings-test-expected.txt: Added results.
2378 * plugins/bindings-test.html: Added tests.
2380 2006-07-24 Darin Adler <darin@apple.com>
2382 Reviewed by Adele and Justin.
2384 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9630
2385 REGRESSION: some spaces typed in <textarea> are posted as non-breaking spaces
2387 * fast/forms/textarea-type-spaces-expected.txt: Added.
2388 * fast/forms/textarea-type-spaces.html: Added.
2390 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9939
2391 REGRESSION: Pasting text into native text area with newline at end does not preserve newline
2393 * fast/forms/textarea-paste-newline-expected.txt: Added.
2394 * fast/forms/textarea-paste-newline.html: Added.
2396 - updated tests affected by above changes, results are equivalent or better
2398 * editing/pasteboard/4641033-expected.checksum:
2399 * editing/pasteboard/4641033-expected.png:
2400 * editing/pasteboard/4641033-expected.txt:
2401 * editing/pasteboard/paste-table-003-expected.checksum:
2402 * editing/pasteboard/paste-table-003-expected.png:
2403 * editing/pasteboard/paste-table-003-expected.txt:
2404 * editing/pasteboard/paste-text-016-expected.txt:
2405 * editing/pasteboard/quirks-mode-br-1-expected.txt:
2406 * editing/pasteboard/quirks-mode-br-2-expected.txt:
2407 * fast/forms/textarea-scrolled-type-expected.checksum:
2408 * fast/forms/textarea-scrolled-type-expected.png:
2409 * fast/forms/textarea-scrolled-type-expected.txt:
2411 - changed a test to be a "dump as text" test
2413 * fast/forms/paste-into-textarea-expected.txt:
2414 * fast/forms/paste-into-textarea.html:
2415 * fast/forms/paste-into-textarea-expected.checksum: Removed.
2416 * fast/forms/paste-into-textarea-expected.png: Removed.
2418 - changed a test to be a "dump as text" test, improved test a bit and also checked in new results
2420 * fast/forms/textarea-scrolled-endline-caret-expected.txt:
2421 * fast/forms/textarea-scrolled-endline-caret.html:
2423 - fixed a test that was raising an exception every time it ran
2425 * fast/forms/attributed-strings-expected.txt:
2426 * fast/forms/attributed-strings.html:
2428 - corrected checksums on a bunch of tests (pngs were right, but checksums wrong, apparently)
2430 * editing/deleting/delete-to-select-table-expected.checksum:
2431 * editing/selection/3690719-expected.checksum:
2432 * editing/selection/clear-selection-expected.checksum:
2433 * editing/undo/undo-misspellings-expected.checksum:
2435 - added some missing pixel test results
2437 * editing/pasteboard/nested-blocks-with-text-area-expected.checksum: Added.
2438 * editing/pasteboard/nested-blocks-with-text-area-expected.png: Added.
2439 * editing/pasteboard/nested-blocks-with-text-field-expected.checksum: Added.
2440 * editing/pasteboard/nested-blocks-with-text-field-expected.png: Added.
2442 2006-07-24 Adele Peterson <adele@apple.com>
2446 - Test for <rdar://problem/4632132> Changing style of content with mixed editability fails
2448 * editing/style/apple-style-editable-mix-expected.checksum: Added.
2449 * editing/style/apple-style-editable-mix-expected.png: Added.
2450 * editing/style/apple-style-editable-mix-expected.txt: Added.
2451 * editing/style/apple-style-editable-mix.html: Added.
2453 2006-07-24 Dave MacLachlan <dmaclach@mac.com>
2455 Reviewed by Darin and Alexey.
2457 Test for: <http://bugzilla.opendarwin.org/show_bug.cgi?id=8425>
2458 and <http://bugzilla.opendarwin.org/show_bug.cgi?id=6947>
2460 * svg/custom/non-opaque-filters-expected.checksum: Added.
2461 * svg/custom/non-opaque-filters-expected.png: Added.
2462 * svg/custom/non-opaque-filters-expected.txt: Added.
2463 * svg/custom/non-opaque-filters.svg: Added.
2465 2006-07-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
2469 - repaint test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9669
2470 Incomplete repaint when changing an inline's border
2472 * fast/repaint/line-overflow-expected.checksum: Added.
2473 * fast/repaint/line-overflow-expected.png: Added.
2474 * fast/repaint/line-overflow-expected.txt: Added.
2475 * fast/repaint/line-overflow.html: Added.
2477 2006-07-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
2481 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10075
2482 REGRESSION: Reversed pop-up text in visually-ordered Hebrew pages
2484 * fast/forms/select-visual-hebrew-expected.checksum: Added.
2485 * fast/forms/select-visual-hebrew-expected.png: Added.
2486 * fast/forms/select-visual-hebrew-expected.txt: Added.
2487 * fast/forms/select-visual-hebrew.html: Added.
2489 2006-07-23 David Harrison <harrison@apple.com>
2493 <rdar://problem/4646759> Mail crash editing To Do - WebCore::InsertTextCommand::prepareForTextInsertion
2495 * editing/deleting/delete-mixed-editable-content-001-expected.checksum: Added.
2496 * editing/deleting/delete-mixed-editable-content-001-expected.png: Added.
2497 * editing/deleting/delete-mixed-editable-content-001-expected.txt: Added.
2498 * editing/deleting/delete-mixed-editable-content-001.html: Added.
2500 2006-07-23 Adele Peterson <adele@apple.com>
2504 Test for: <rdar://problem/4644614> REGRESSION: Typing, pasting or dragging in new text areas causes unnecessary scrolling
2506 * fast/forms/textarea-scrolled-type-expected.checksum: Added.
2507 * fast/forms/textarea-scrolled-type-expected.png: Added.
2508 * fast/forms/textarea-scrolled-type-expected.txt: Added.
2509 * fast/forms/textarea-scrolled-type.html: Added.
2511 2006-07-22 Alexey Proskuryakov <ap@nypop.com>
2515 Fix http://bugzilla.opendarwin.org/show_bug.cgi?id=10038
2516 REGRESSION: Length of navigator.mimeTypes collection returns number of installed plugins, not number
2517 of registered mime types
2519 * fast/js/navigator-mimeTypes-length-expected.txt: Added.
2520 * fast/js/navigator-mimeTypes-length.html: Added.
2521 * fast/js/resources/navigator-mimeTypes-length.js: Added.
2523 2006-07-21 Adele Peterson <adele@apple.com>
2527 Test for: <rdar://problem/4643238> REGRESSION: Can't set insertion point at the end of a line of text
2529 * fast/forms/textarea-scrolled-endline-caret-expected.txt: Added.
2530 * fast/forms/textarea-scrolled-endline-caret.html: Added.
2532 2006-07-21 Geoffrey Garen <ggaren@apple.com>
2536 Test for whether focusing and/or blurring a frame before its content has loaded causes
2537 a crash. <rdar://problem/4632505> REGRESSION: Crash at
2538 WebCore::Widget::getView() const + 6
2540 * http/tests/incremental/frame-focus-before-load-expected.txt: Added.
2541 * http/tests/incremental/frame-focus-before-load.html: Added.
2543 2006-07-21 Maciej Stachowiak <mjs@apple.com>
2547 <rdar://problem/4523976> REGRESSION (NativeTextField): Crash occurs when choosing "Undo Typing" after typing and setting the value
2549 * fast/forms/text-field-setvalue-crash-expected.txt: Added.
2550 * fast/forms/text-field-setvalue-crash.html: Added.
2552 2006-07-21 Justin Garcia <justin.garcia@apple.com>
2556 <rdar://problem/4548238>
2557 REGRESSION: Can't remove the first OL/UL list item in a Mail's compose window
2559 * editing/deleting/delete-first-list-item-expected.checksum: Added.
2560 * editing/deleting/delete-first-list-item-expected.png: Added.
2561 * editing/deleting/delete-first-list-item-expected.txt: Added.
2562 * editing/deleting/delete-first-list-item.html: Added.
2564 2006-07-21 Mitz Pettel <opendarwin.org@mitzpettel.com>
2568 * editing/selection/select-all-iframe-expected.txt:
2569 * editing/selection/select-from-textfield-outwards-expected.checksum: Added.
2570 * editing/selection/select-from-textfield-outwards-expected.png: Added.
2571 * editing/selection/select-from-textfield-outwards-expected.txt: Added.
2572 * editing/selection/select-from-textfield-outwards.html: Added.
2573 * fast/events/drag-outside-window-expected.txt:
2575 2006-07-21 Geoffrey Garen <ggaren@apple.com>
2577 Test for undetectable style.filter property.
2579 * fast/dom/undetectable-style-filter-expected.txt: Added.
2580 * fast/dom/undetectable-style-filter.html: Added.
2582 2006-07-21 Justin Garcia <justin.garcia@apple.com>
2586 <rdar://problem/4641033>
2587 REGRESSION: Pasting from web pages into Mail (or Blot) often loses most of the content
2589 * editing/pasteboard/4641033-expected.checksum: Added.
2590 * editing/pasteboard/4641033-expected.png: Added.
2591 * editing/pasteboard/4641033-expected.txt: Added.
2592 * editing/pasteboard/4641033.html: Added.
2594 2006-07-20 Anders Carlsson <acarlsson@apple.com>
2598 <rdar://problem/4637807> REGRESSION: "Features & Options" page at volvocars.us fails
2600 * fast/xsl/xslt-processer-expected.txt:
2603 * fast/xsl/xslt-string-parameters-expected.txt: Added.
2604 * fast/xsl/xslt-string-parameters.html: Added.
2606 2006-07-20 Maciej Stachowiak <mjs@apple.com>
2608 Reviewed by Beth and John.
2610 - fix recently broken layout tests that need updated results or test changes:
2612 For these three, the selection ranges changed (for the better) due to my input
2615 * editing/selection/3690703-2-expected.txt:
2616 * editing/selection/3690703-expected.txt:
2617 * fast/text/textIteratorNilRenderer-expected.txt:
2619 For this one, DumpRenderTree no longer shows resize corners by default, so turned
2622 * fast/css/resize-corner-tracking.html:
2624 2006-07-19 Maciej Stachowiak <mjs@apple.com>
2628 - fixed layout test results that were affected by editing input
2629 paste patch -- new results are actually more correct, handling
2630 text fields properly as a replaced element.
2632 * editing/selection/3690703-2-expected.txt:
2633 * editing/selection/3690703-expected.txt:
2634 * fast/events/div-focus-expected.txt:
2635 * fast/text/textIteratorNilRenderer-expected.txt:
2637 2006-07-19 Justin Garcia <justin.garcia@apple.com>
2641 <rdar://problem/4631972>
2642 REGRESSION: Mail crashes when pasting entire contents of http://www.apple.com/support/ into a new mail message
2644 * editing/pasteboard/4631972-expected.checksum: Added.
2645 * editing/pasteboard/4631972-expected.png: Added.
2646 * editing/pasteboard/4631972-expected.txt: Added.
2647 * editing/pasteboard/4631972.html: Added.
2648 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
2649 * editing/selection/replaced-boundaries-3-expected.checksum:
2650 * editing/selection/replaced-boundaries-3-expected.txt:
2651 * editing/selection/select-box-expected.txt:
2653 2006-07-19 Anders Carlsson <acarlsson@apple.com>
2657 <rdar://problem/4631272> REGRESSION: Crash tabbing out of hostname field at autorestore.apple.com
2659 * fast/forms/display-none-in-onchange-keyboard-expected.txt: Added.
2660 * fast/forms/display-none-in-onchange-keyboard.html: Added.
2662 2006-07-19 Justin Garcia <justin.garcia@apple.com>
2666 <rdar://problem/4613519>
2667 REGRESSION: Pasting text in native text area inserts text one character before it should (9527)
2669 * fast/forms/paste-into-textarea-expected.checksum: Added.
2670 * fast/forms/paste-into-textarea-expected.png: Added.
2671 * fast/forms/paste-into-textarea-expected.txt: Added.
2672 * fast/forms/paste-into-textarea.html: Added.
2674 2006-07-19 Anders Carlsson <acarlsson@apple.com>
2676 * fast/js/pretty-print-expected.txt:
2679 * fast/js/resources/pretty-print.js:
2680 Fix description string.
2682 2006-07-19 Anders Carlsson <acarlsson@apple.com>
2686 <rdar://problem/4620655> REGRESSION(10.4.7-10.5): preview button for a blogger.com post doesn't work
2688 * fast/js/pretty-print-expected.txt: Added.
2689 * fast/js/pretty-print.html: Added.
2690 * fast/js/resources/pretty-print.js: Added.
2692 2006-07-19 David Harrison <harrison@apple.com>
2694 <rdar://problem/4629307> -[DOMRange markupString] does not include the initial table element if it is at the beginning of the range
2695 <rdar://problem/4062218> pasting in contents of web.apple.com strips off the <table> element from the first table
2697 (this really only tests the symptoms of <rdar://problem/4062218>, because -[DOMRange markupString] is not testable)
2699 * editing/pasteboard/paste-table-003-expected.checksum: Added.
2700 * editing/pasteboard/paste-table-003-expected.png: Added.
2701 * editing/pasteboard/paste-table-003-expected.txt: Added.
2702 * editing/pasteboard/paste-table-003.html: Added.
2704 2006-07-18 Maciej Stachowiak <mjs@apple.com>
2706 Reviewed by Adele Peterson.
2710 <rdar://problem/4620646> REGRESSION(10.4.7-10.5): can't type into editing region when creating or editing a blogger.com post
2712 * fast/js/null-char-in-string-expected.txt: Added.
2713 * fast/js/null-char-in-string.html: Added.
2714 * fast/js/resources/null-char-in-string.js: Added.
2716 2006-07-18 Anders Carlsson <acarlsson@apple.com>
2720 http://bugzilla.opendarwin.org/show_bug.cgi?id=9959
2721 REGRESSION: iframes stop rendering after 200th one on successive reloads
2723 * fast/frames/frame-limit-expected.txt: Added.
2724 * fast/frames/frame-limit.html: Added.
2726 2006-07-18 Darin Adler <darin@apple.com>
2730 - convert a couple of tests to "dump as text" tests
2732 * fast/dom/css-selectorText-expected.checksum: Removed.
2733 * fast/dom/css-selectorText-expected.png: Removed.
2734 * fast/dom/css-selectorText-expected.txt: Replaced render tree results with text results.
2735 * fast/dom/css-selectorText.html: Added a call to layoutTestController.dumpAsText.
2737 * fast/dom/css-shortHands-expected.checksum: Removed.
2738 * fast/dom/css-shortHands-expected.png: Removed.
2739 * fast/dom/css-shortHands-expected.txt: Replaced render tree results with text results.
2740 * fast/dom/css-shortHands.html: Added a call to layoutTestController.dumpAsText.
2742 2006-07-18 Mitz Pettel <opendarwin.org@mitzpettel.com>
2746 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9978
2747 REGRESSION (r12949-r12988): Clicking the first letter on a line places the caret at the end of the previous line
2749 * editing/selection/click-start-of-line-expected.checksum: Added.
2750 * editing/selection/click-start-of-line-expected.png: Added.
2751 * editing/selection/click-start-of-line-expected.txt: Added.
2752 * editing/selection/click-start-of-line.html: Added.
2754 2006-07-18 Anders Carlsson <acarlsson@apple.com>
2758 http://bugzilla.opendarwin.org/show_bug.cgi?id=9695
2759 <rdar://problem/4614085>
2760 TOT REGRESSION: NativeTextArea: Text area does not respond to Cmd-UpArrow/Cmd-DownArrow (9695)
2762 * editing/selection/move-begin-end-expected.txt: Added.
2763 * editing/selection/move-begin-end.html: Added.
2765 2006-07-17 Maciej Stachowiak <mjs@apple.com>
2767 Test cases not reviewed but the corresponding fix was.
2769 - test cases for <rdar://problem/4618089> Blot crashes when I paste in all the contents of http://www.apple.com/startpage/
2771 * editing/pasteboard/nested-blocks-with-text-area-expected.txt: Added.
2772 * editing/pasteboard/nested-blocks-with-text-area.html: Added.
2773 * editing/pasteboard/nested-blocks-with-text-field-expected.txt: Added.
2774 * editing/pasteboard/nested-blocks-with-text-field.html: Added.
2776 2006-07-17 Anders Carlsson <acarlsson@apple.com>
2780 Add Apache 2 config file.
2782 * http/conf/apache2-httpd.conf: Added.
2784 2006-07-17 Justin Garcia <justin.garcia@apple.com>
2788 <rdar://problem/4618389> REGRESSION: After applying a link to the last word of a sentence, a new selection is created at the start of the sentence
2790 * editing/selection/replace-selection-1-expected.checksum: Added.
2791 * editing/selection/replace-selection-1-expected.png: Added.
2792 * editing/selection/replace-selection-1-expected.txt: Added.
2793 * editing/selection/replace-selection-1.html: Added.
2795 2006-07-14 Justin Garcia <justin.garcia@apple.com>
2799 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
2800 * editing/selection/subframe-with-selection-expected.txt:
2802 2006-07-17 Maciej Stachowiak <mjs@apple.com>
2806 <rdar://problem/4604946> REGRESSION: 'checkboxRef.checked = true' fires onchange event in Leopard
2808 * fast/events/programmatic-check-no-change-event-expected.txt: Added.
2809 * fast/events/programmatic-check-no-change-event.html: Added.
2811 2006-07-16 David Kilzer <ddkilzer@kilzer.net>
2815 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9954
2816 REGRESSION: document.dir should return empty string in <head>
2818 * fast/dom/document-dir-property-expected.txt: Added.
2819 * fast/dom/document-dir-property.html: Added.
2821 2006-07-16 David Kilzer <ddkilzer@kilzer.net>
2825 * fast/dynamic/move-node-with-selection-expected.checksum:
2826 Removed "No newline at end of file" that snuck in as part of the "apply patch" process.
2828 2006-07-16 Darin Adler <darin@apple.com>
2830 - fixed a couple of files I checked in wrong
2832 * fast/html/body-offset-properties-expected.txt: Removed property cruft.
2833 * fast/html/body-offset-properties.html: Ditto.
2835 2006-07-16 Maciej Stachowiak <mjs@apple.com>
2837 - fixed typo in expected results
2839 * fast/js/for-in-avoid-duplicates-expected.txt:
2841 2006-07-16 Darin Adler <darin@apple.com>
2843 Reviewed by John Sullivan (new test, not the changes to existing ones).
2845 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9943
2846 <rdar://problem/4590613>
2847 REGRESSION (Tiger-TOT): menus are offset to the right at http://movies.aol.com/movie-photo-bts/superman-returns
2849 * fast/html/body-offset-properties-expected.txt: Added.
2850 * fast/html/body-offset-properties.html: Added.
2852 * editing/execCommand/findString-2.html: Update to not depend on the buggy body.offseLeft/Top.
2853 Instead hardcode the default body margin of 8.
2854 * editing/pasteboard/drop-text-without-selection.html: Ditto.
2855 * editing/selection/click-before-and-after-table.html: Ditto.
2856 * editing/selection/mixed-editability-1.html: Ditto.
2857 * fast/table/click-near-anonymous-table.html: Ditto.
2859 * editing/selection/drag-to-contenteditable-iframe.html: Remove unnecessary use of body.offsetLeft/Top
2862 2006-07-16 Maciej Stachowiak <mjs@apple.com>
2866 - new test case and updated results for property list changes
2868 * fast/js/for-in-avoid-duplicates-expected.txt: Added.
2869 * fast/js/for-in-avoid-duplicates.html: Added.
2870 * fast/js/kde/Array-expected.txt:
2871 * fast/js/resources/for-in-avoid-duplicates.js: Added.
2873 2006-07-15 Darin Adler <darin@apple.com>
2875 Reviewed by John Sullivan.
2877 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8952
2878 <rdar://problem/4575185>
2879 REGRESSION: crash on drag of highlighted Google custom home page modules
2881 * fast/dynamic/move-node-with-selection-expected.checksum: Added.
2882 * fast/dynamic/move-node-with-selection-expected.png: Added.
2883 * fast/dynamic/move-node-with-selection-expected.txt: Added.
2884 * fast/dynamic/move-node-with-selection.html: Added.
2886 2006-07-15 Darin Adler <darin@apple.com>
2888 Reviewed by John Sullivan.
2890 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8587
2891 <rdar://problem/4631844>
2892 REGRESSION: {display:list-item} on items outside an ol or ul element no longer causes incremental numbering
2894 * fast/lists/numeric-markers-outside-list-expected.checksum: Added.
2895 * fast/lists/numeric-markers-outside-list-expected.png: Added.
2896 * fast/lists/numeric-markers-outside-list-expected.txt: Added.
2897 * fast/lists/numeric-markers-outside-list.html: Added.
2899 2006-07-15 Geoffrey Garen <ggaren@apple.com>
2903 Layout test for crash when setting the dir property on a document with no body.
2905 * fast/dom/dir-no-body-expected.txt: Added.
2906 * fast/dom/dir-no-body.html: Added.
2908 2006-07-15 Darin Adler <darin@apple.com>
2912 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8395
2913 <rdar://problem/4613467>
2914 REGRESSION: RegEx seems broken for hex escaped non breaking space
2916 * fast/js/regexp-extended-characters-more-expected.txt: Added.
2917 * fast/js/regexp-extended-characters-more.html: Added.
2918 * fast/js/resources/regexp-extended-characters-more.js: Added.
2920 2006-07-15 Darin Adler <darin@apple.com>
2924 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8871
2925 <rdar://problem/4575417>
2926 REGRESSION: Pressing Enter/Return in a text input removes the selected text
2927 and http://bugzilla.opendarwin.org/show_bug.cgi?id=9743
2928 <rdar://problem/4614228>
2929 REGRESSION: crash dispatching JavaScript-created keyboard event to input element
2931 * fast/forms/input-text-enter-expected.txt: Added.
2932 * fast/forms/input-text-enter.html: Added.
2934 2006-07-15 Darin Adler <darin@apple.com>
2936 Reviewed by John Sullivan.
2938 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9883
2939 <rdar://problem/4631821>
2940 REGRESSION: NativePopups don't work correctly in some forum software
2942 * fast/forms/select-selected-expected.checksum: Added.
2943 * fast/forms/select-selected-expected.png: Added.
2944 * fast/forms/select-selected-expected.txt: Added.
2945 * fast/forms/select-selected.html: Added.
2947 2006-07-15 Anders Carlsson <acarlsson@apple.com>
2951 http://bugzilla.opendarwin.org/show_bug.cgi?id=9866
2952 <rdar://problem/4631561>
2953 REGRESSION: Repro crash from mangleme using iframe, only from server.
2955 * http/tests/misc/iframe-invalid-source-crash-expected.txt: Added.
2956 * http/tests/misc/iframe-invalid-source-crash.html: Added.
2958 2006-07-14 Alexey Proskuryakov <ap@nypop.com>
2962 Fix http://bugzilla.opendarwin.org/show_bug.cgi?id=4195
2963 REGRESSION: KOI8-U encoding no longer supported.
2965 * fast/encoding/charset-koi8-u-expected.txt: Added.
2966 * fast/encoding/charset-koi8-u.html: Added.
2967 * fast/encoding/charset-x-nextstep-expected.txt: Added.
2968 * fast/encoding/charset-x-nextstep.html: Added.
2969 * http/tests/misc/BOM-override-expected.txt: Added.
2970 * http/tests/misc/BOM-override-script-expected.txt: Added.
2971 * http/tests/misc/BOM-override-script.html: Added.
2972 * http/tests/misc/BOM-override.pl: Added.
2973 * http/tests/misc/resources/BOM-override-2.pl: Added.
2974 * http/tests/misc/resources/BOM-override-3.pl: Added.
2976 2006-07-14 Timothy Hatcher <timothy@apple.com>
2978 Rolling out this fix from r15358 since it isn't resolved.
2980 2006-07-11 Justin Garcia <justin.garcia@apple.com>
2982 Reviewed by levi & thatcher
2984 <http://bugzilla.opendarwin.org/show_bug.cgi?id=9642>
2985 GMail Editor: Operations that use drop down menus blow away the selection
2987 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
2988 * editing/selection/subframe-with-selection-expected.checksum: Added.
2989 * editing/selection/subframe-with-selection-expected.png: Added.
2990 * editing/selection/subframe-with-selection-expected.txt: Added.
2991 * editing/selection/subframe-with-selection.html: Added.
2993 2006-07-14 Mitz Pettel <opendarwin.org@mitzpettel.com>
2997 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9905
2998 REGRESSION (r15404-r15415): Repro crash when pressing delete in an empty editable div
3000 * editing/deleting/delete-at-start-or-end-expected.checksum: Added.
3001 * editing/deleting/delete-at-start-or-end-expected.png: Added.
3002 * editing/deleting/delete-at-start-or-end-expected.txt: Added.
3003 * editing/deleting/delete-at-start-or-end.html: Added.
3005 2006-07-14 Mitz Pettel <opendarwin.org@mitzpettel.com>
3009 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9879
3010 REGRESSION: Repro crash when clicking to the side of an anonymous table
3011 - see also <rdar://problem/4628129> REGRESSION: Repro crash when clicking
3012 to the side of an anonymous table
3014 NOTE: Only the layout test part of this patch was landed since an alternate
3015 fix was committed in r15401: <rdar://problem/4509393> selected DOM range
3016 starts with <object>, 0 offset but selection should include the <object>
3018 * fast/table/click-near-anonymous-table-expected.checksum: Added.
3019 * fast/table/click-near-anonymous-table-expected.png: Added.
3020 * fast/table/click-near-anonymous-table-expected.txt: Added.
3021 * fast/table/click-near-anonymous-table.html: Added.
3023 2006-07-12 Maciej Stachowiak <mjs@apple.com>
3027 Test cases for <rdar://problem/4567031> REGRESSION: Crash at WebCore::RenderBlock::createLineBoxes (seems to be a security hole?)
3029 I included the test case from the bug plus variants for other broken cases that
3030 were similar but needed separate fixes.
3032 * fast/table/cell-in-row-before-misnested-text-crash-expected.txt: Added.
3033 * fast/table/cell-in-row-before-misnested-text-crash.xhtml: Added.
3034 * fast/table/form-in-row-before-misnested-text-crash-expected.txt: Added.
3035 * fast/table/form-in-row-before-misnested-text-crash.xhtml: Added.
3036 * fast/table/form-in-table-before-misnested-text-crash-expected.txt: Added.
3037 * fast/table/form-in-table-before-misnested-text-crash.xhtml: Added.
3038 * fast/table/form-in-tbody-before-misnested-text-crash-expected.txt: Added.
3039 * fast/table/form-in-tbody-before-misnested-text-crash.xhtml: Added.
3040 * fast/table/row-in-tbody-before-misnested-text-crash-expected.txt: Added.
3041 * fast/table/row-in-tbody-before-misnested-text-crash.xhtml: Added.
3042 * fast/table/section-in-table-before-misnested-text-crash-expected.txt: Added.
3043 * fast/table/section-in-table-before-misnested-text-crash.xhtml: Added.
3045 2006-07-13 Mitz Pettel <opendarwin.org@mitzpettel.com>
3049 - test and updated results for http://bugzilla.opendarwin.org/show_bug.cgi?id=9670
3050 REGRESSION: RTL white-space:pre-wrap text is offset to the right
3052 * editing/deleting/delete-to-select-table-expected.txt:
3053 * editing/execCommand/boldSelection-expected.txt:
3054 * editing/execCommand/italicizeByCharacter-expected.txt:
3055 * editing/execCommand/modifyForeColorByCharacter-expected.txt:
3056 * editing/execCommand/print-expected.txt:
3057 * editing/execCommand/selectAll-expected.txt:
3058 * editing/execCommand/strikethroughSelection-expected.txt:
3059 * editing/inserting/insert-div-027-expected.txt:
3060 * editing/selection/after-line-wrap-expected.txt:
3061 * editing/selection/mixed-editability-1-expected.txt:
3062 * editing/selection/select-all-001-expected.txt:
3063 * editing/selection/select-all-002-expected.txt:
3064 * editing/selection/select-all-003-expected.txt:
3065 * fast/clip/outline-overflowClip-expected.txt:
3066 * fast/text/international/rtl-white-space-pre-wrap-expected.checksum: Added.
3067 * fast/text/international/rtl-white-space-pre-wrap-expected.png: Added.
3068 * fast/text/international/rtl-white-space-pre-wrap-expected.txt: Added.
3069 * fast/text/international/rtl-white-space-pre-wrap.html: Added.
3070 * fast/text/whitespace/pre-wrap-overflow-selection-expected.txt:
3071 * fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt:
3073 2006-07-13 Mark Rowe <opendarwin.org@bdash.net.nz>
3075 Reviewed by Geoffrey.
3077 http://bugzilla.opendarwin.org/show_bug.cgi?id=9742
3078 Bug 9742: REGRESSION: WebKit hangs when loading <http://www.vtbook.com>
3080 This includes tests for indexing an array with immediate types, and for
3081 setting selectField.options.length to immediate types.
3083 * fast/dom/select-selectedIndex-expected.txt:
3084 * fast/dom/select-selectedIndex-multiple-expected.txt:
3085 * fast/dom/select-selectedIndex-multiple.html: Update to test setting length to true and false.
3086 * fast/dom/select-selectedIndex.html: Ditto.
3087 * fast/js/array-index-immediate-types-expected.txt: Added.
3088 * fast/js/array-index-immediate-types.html: Added.
3089 * fast/js/resources/array-index-immediate-types.js: Added.
3091 2006-07-13 David Harrison <harrison@apple.com>
3093 Reviewed by Justin and Levi.
3095 <rdar://problem/4620743> REGRESSION: Option-Delete doesn't delete words during typing
3097 * editing/deleting/delete-by-word-001-expected.checksum: Added.
3098 * editing/deleting/delete-by-word-001-expected.png: Added.
3099 * editing/deleting/delete-by-word-001-expected.txt: Added.
3100 * editing/deleting/delete-by-word-001.html: Added.
3101 * editing/deleting/delete-by-word-002-expected.checksum: Added.
3102 * editing/deleting/delete-by-word-002-expected.png: Added.
3103 * editing/deleting/delete-by-word-002-expected.txt: Added.
3104 * editing/deleting/delete-by-word-002.html: Added.
3106 2006-07-13 Levi Weintraub <lweintraub@apple.com>
3110 <rdar://problem/4622763> Deleting from beginning of paragraph following a table deletes rather than selects the table
3112 * editing/deleting/delete-block-table-expected.checksum: Added.
3113 * editing/deleting/delete-block-table-expected.png: Added.
3114 * editing/deleting/delete-block-table-expected.txt: Added.
3115 * editing/deleting/delete-block-table.html: Added.
3116 * editing/deleting/delete-hr-expected.checksum: Added.
3117 * editing/deleting/delete-hr-expected.png: Added.
3118 * editing/deleting/delete-hr-expected.txt: Added.
3119 * editing/deleting/delete-hr.html: Added.
3120 * editing/deleting/delete-to-select-table-expected.png:
3121 * editing/execCommand/insertHorizontalRule-expected.txt:
3122 * fast/lists/markers-in-selection-expected.txt:
3124 2006-07-12 Mitz Pettel <opendarwin.org@mitzpettel.com>
3128 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9862
3129 REGRESSION: GMail: Crash in RenderView::repaintViewRectangle when spoofing as FF
3130 - see also <rdar://problem/4622407>
3132 * fast/frames/repaint-display-none-crash-expected.txt: Added.
3133 * fast/frames/repaint-display-none-crash.html: Added.
3135 2006-07-12 Justin Garcia <justin.garcia@apple.com>
3139 <rdar://problem/4509393>
3140 selected DOM range starts with <object>, 0 offset but selection should include the <object>
3142 * editing/selection/legal-positions-expected.txt: Added.
3143 * editing/selection/legal-positions.html: Added.
3145 * editing/deleting/delete-3608430-fix-expected.txt:
3146 * editing/deleting/delete-image-001-expected.txt:
3147 * editing/deleting/delete-image-002-expected.txt:
3148 * editing/deleting/delete-image-003-expected.txt:
3149 * editing/deleting/delete-image-004-expected.txt:
3150 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
3151 * editing/selection/replaced-boundaries-3-expected.txt:
3152 * editing/selection/select-box-expected.txt:
3154 2006-07-12 John Sullivan <sullivan@apple.com>
3156 Reviewed by Brady Eidson (and written by Justin Garcia)
3158 - layout test corresponding to <rdar://problem/4611164>
3160 * editing/undo/undo-misspellings-expected.checksum: Added.
3161 * editing/undo/undo-misspellings-expected.png: Added.
3162 * editing/undo/undo-misspellings-expected.txt: Added.
3163 * editing/undo/undo-misspellings.html: Added.
3165 2006-07-13 Anders Carlsson <acarlsson@apple.com>
3169 http://bugzilla.opendarwin.org/show_bug.cgi?id=9663
3170 REGRESSION (r14948-r14956): Selection in text field remains highlighted when the text field loses focus
3172 * editing/selection/clear-selection-expected.checksum: Added.
3173 * editing/selection/clear-selection-expected.png: Added.
3174 * editing/selection/clear-selection-expected.txt: Added.
3175 * editing/selection/clear-selection.html: Added.
3177 2006-07-12 David Kilzer <ddkilzer@kilzer.net>
3179 Reviewed by NOBODY (layout test fix).
3181 Remove property information left in files from svn-apply.
3183 * fast/table/large-rowspan-crash-expected.txt:
3184 * fast/table/large-rowspan-crash.html:
3186 2006-07-12 Darin Adler <darin@apple.com>
3190 - another large rowspan test case
3192 * fast/table/large-rowspan-crash-expected.txt: Added.
3193 * fast/table/large-rowspan-crash.html: Added.
3195 2006-07-12 Anders Carlsson <acarlsson@apple.com>
3199 <rdar://problem/4586665> REGRESSION: autorestore.apple.com: Crashes Safari in WebCore::Widget::client() const
3201 * fast/forms/input-type-change-in-onfocus-keyboard-expected.txt: Added.
3202 * fast/forms/input-type-change-in-onfocus-keyboard.html: Added.
3203 * fast/forms/input-type-change-in-onfocus-mouse-expected.txt: Added.
3204 * fast/forms/input-type-change-in-onfocus-mouse.html: Added.
3206 2006-07-12 Adele Peterson <adele@apple.com>
3210 Test for: http://bugzilla.opendarwin.org/show_bug.cgi?id=9813
3211 OPTION text can paint over select element's scrollbar
3213 * fast/forms/option-text-clip-expected.checksum: Added.
3214 * fast/forms/option-text-clip-expected.png: Added.
3215 * fast/forms/option-text-clip-expected.txt: Added.
3216 * fast/forms/option-text-clip.html: Added.
3218 2006-07-11 Justin Garcia <justin.garcia@apple.com>
3222 <rdar://problem/4620686>
3223 REGRESSION: Mispelling markers are still displayed when using the delete key to place caret into a misspelled word
3225 * editing/deleting/delete-after-span-ws-001-expected.checksum:
3226 * editing/deleting/delete-after-span-ws-001-expected.png:
3227 * editing/deleting/delete-after-span-ws-002-expected.checksum:
3228 * editing/deleting/delete-after-span-ws-002-expected.png:
3229 * editing/deleting/delete-after-span-ws-003-expected.checksum:
3230 * editing/deleting/delete-after-span-ws-003-expected.png:
3231 * editing/deleting/delete-block-merge-contents-010-expected.checksum:
3232 * editing/deleting/delete-block-merge-contents-010-expected.png:
3233 * editing/deleting/merge-unrendered-space-expected.checksum:
3234 * editing/deleting/merge-unrendered-space-expected.png:
3236 2006-07-11 Tim Omernick <timo@apple.com>
3240 Test case for <http://bugzilla.opendarwin.org/show_bug.cgi?id=9843>:
3241 Give Netscape plug-ins access to their own DOM element
3243 * plugins/netscape-dom-access-expected.checksum: Added.
3244 * plugins/netscape-dom-access-expected.png: Added.
3245 * plugins/netscape-dom-access-expected.txt: Added.
3246 * plugins/netscape-dom-access.html: Added.
3248 2006-07-11 Adele Peterson <adele@apple.com>
3252 Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=9861
3253 REGRESSION: Can't dynamically change list box to popup
3255 * fast/forms/select-change-listbox-to-popup-expected.checksum: Added.
3256 * fast/forms/select-change-listbox-to-popup-expected.png: Added.
3257 * fast/forms/select-change-listbox-to-popup-expected.txt: Added.
3258 * fast/forms/select-change-listbox-to-popup.html: Added.
3259 * fast/forms/select-change-popup-to-listbox.html:
3261 2006-07-11 Justin Garcia <justin.garcia@apple.com>
3263 Reviewed by levi & thatcher
3265 <http://bugzilla.opendarwin.org/show_bug.cgi?id=9642>
3266 GMail Editor: Operations that use drop down menus blow away the selection
3268 * editing/selection/drag-to-contenteditable-iframe-expected.txt:
3269 * editing/selection/subframe-with-selection-expected.checksum: Added.
3270 * editing/selection/subframe-with-selection-expected.png: Added.
3271 * editing/selection/subframe-with-selection-expected.txt: Added.
3272 * editing/selection/subframe-with-selection.html: Added.
3274 2006-07-11 Adele Peterson <adele@apple.com>
3278 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9859
3279 REGRESSION: Can't dynamically change popup to list box
3281 * fast/forms/select-change-popup-to-listbox-expected.checksum: Added.
3282 * fast/forms/select-change-popup-to-listbox-expected.png: Added.
3283 * fast/forms/select-change-popup-to-listbox-expected.txt: Added.
3284 * fast/forms/select-change-popup-to-listbox.html: Added.
3286 2006-07-11 Alexey Proskuryakov <ap@nypop.com>
3290 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9572
3291 Add application/xhtml+xml to the Accept header
3293 The fix itself was landed on 2006-07-09, but I forgot about the test.
3295 * http/tests/misc/xhtml-expected.txt: Added.
3296 * http/tests/misc/xhtml.php: Added.
3298 2006-07-11 Beth Dakin <bdakin@apple.com>
3302 Adele checked in new results for this test when you could style
3303 selects, but the styling of selects is turned off for now, so back
3304 to the original results.
3306 * fast/forms/001-expected.checksum:
3307 * fast/forms/001-expected.png:
3308 * fast/forms/001-expected.txt:
3310 2006-07-11 Alexey Proskuryakov <ap@nypop.com>
3314 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=7808
3315 Assertion failure in -[WebBaseNetscapePluginStream dealloc] when requesting an invalid URL
3317 * plugins/get-empty-url-expected.txt: Added.
3318 * plugins/get-empty-url.html: Added.
3320 2006-07-10 David Kilzer <ddkilzer@kilzer.net>
3324 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9179
3325 Implement select.options.add() method
3327 * fast/dom/select-selectedIndex-multiple-expected.txt: Updated test results.
3328 * fast/dom/select-selectedIndex-multiple.html: Updated to print comments between
3329 tests to make failures easier to track down.
3330 * fast/dom/select-selectedIndex-expected.txt: Mirrored updates from select-selectedIndex-multiple.html
3331 * fast/dom/select-selectedIndex.html: Ditto.
3332 * fast/js/resources/select-options-add.js: Added.
3333 * fast/js/select-options-add-expected.txt: Added.
3334 * fast/js/select-options-add.html: Added.
3336 2006-07-10 Adele Peterson <adele@apple.com>
3340 Test for <rdar://problem/4621442> REGRESSION (NativePopup) : Popup menus aren't drawn correctly on page at orbitz.com; cheaptickets.com
3342 * fast/forms/select-style-expected.checksum: Added.
3343 * fast/forms/select-style-expected.png: Added.
3344 * fast/forms/select-style-expected.txt: Added.
3345 * fast/forms/select-style.html: Added.
3347 2006-07-10 Beth Dakin <bdakin@apple.com>
3351 Test for <rdar://problem/4621095> The should be a way to
3352 access the user interface scale factor through the DOM
3354 * fast/dom/jsDevicePixelRatio-expected.checksum: Added.
3355 * fast/dom/jsDevicePixelRatio-expected.png: Added.
3356 * fast/dom/jsDevicePixelRatio-expected.txt: Added.
3357 * fast/dom/jsDevicePixelRatio.html: Added.
3359 2006-07-10 Adele Peterson <adele@apple.com>
3361 http://bugzilla.opendarwin.org/show_bug.cgi?id=9830
3362 More pixel test results need updating since switching to native popup
3364 * editing/selection/replaced-boundaries-3-expected.checksum:
3365 * editing/selection/replaced-boundaries-3-expected.png:
3366 * fast/block/margin-collapse/103-expected.checksum:
3367 * fast/block/margin-collapse/103-expected.png:
3368 * fast/forms/001-expected.checksum:
3369 * fast/forms/001-expected.png:
3370 * fast/forms/HTMLOptionElement_label01-expected.checksum:
3371 * fast/forms/HTMLOptionElement_label01-expected.png:
3372 * fast/forms/HTMLOptionElement_label02-expected.checksum:
3373 * fast/forms/HTMLOptionElement_label02-expected.png:
3374 * fast/forms/HTMLOptionElement_label03-expected.checksum:
3375 * fast/forms/HTMLOptionElement_label03-expected.png:
3376 * fast/forms/HTMLOptionElement_label04-expected.checksum:
3377 * fast/forms/HTMLOptionElement_label04-expected.png:
3378 * fast/forms/form-element-geometry-expected.checksum:
3379 * fast/forms/form-element-geometry-expected.png:
3380 * fast/forms/option-script-expected.checksum:
3381 * fast/forms/option-script-expected.png:
3382 * fast/forms/option-strip-whitespace-expected.checksum:
3383 * fast/forms/option-strip-whitespace-expected.png:
3384 * fast/invalid/014-expected.checksum:
3385 * fast/invalid/014-expected.png:
3386 * fast/parser/document-write-option-expected.checksum:
3387 * fast/parser/document-write-option-expected.png:
3388 * tables/mozilla/bugs/bug2479-3-expected.checksum:
3389 * tables/mozilla/bugs/bug2479-3-expected.png:
3390 * tables/mozilla/bugs/bug29326-expected.checksum:
3391 * tables/mozilla/bugs/bug29326-expected.png:
3392 * tables/mozilla/bugs/bug33855-expected.checksum:
3393 * tables/mozilla/bugs/bug33855-expected.png:
3394 * tables/mozilla/bugs/bug96334-expected.checksum:
3395 * tables/mozilla/bugs/bug96334-expected.png:
3396 * tables/mozilla/core/margins-expected.checksum:
3397 * tables/mozilla/core/margins-expected.png:
3398 * tables/mozilla/dom/tableDom-expected.checksum:
3399 * tables/mozilla/dom/tableDom-expected.png:
3401 2006-07-10 Darin Adler <darin@apple.com>
3403 * tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
3404 Updated one more result for Adele's 4463835 change last night.
3406 2006-07-10 Beth Dakin <bdakin@apple.com>
3410 Test cases for <rdar://problem/4610314> Support the CSS3 content
3413 * fast/css/contentDiv-expected.checksum: Added.
3414 * fast/css/contentDiv-expected.png: Added.
3415 * fast/css/contentDiv-expected.txt: Added.
3416 * fast/css/contentDiv.html: Added.
3417 * fast/css/contentDivWithChildren-expected.checksum: Added.
3418 * fast/css/contentDivWithChildren-expected.png: Added.
3419 * fast/css/contentDivWithChildren-expected.txt: Added.
3420 * fast/css/contentDivWithChildren.html: Added.
3421 * fast/css/contentImage-expected.checksum: Added.
3422 * fast/css/contentImage-expected.png: Added.
3423 * fast/css/contentImage-expected.txt: Added.
3424 * fast/css/contentImage.html: Added.
3425 * fast/css/resources/show-shoes-vs-pie.png: Added.
3427 2006-07-09 Anders Carlsson <acarlsson@apple.com>
3431 http://bugzilla.opendarwin.org/show_bug.cgi?id=9245
3432 Quirksmode: Incorrect handling of disabled BUTTON elements
3434 * fast/forms/activate-and-disabled-elements-expected.txt: Added.
3435 * fast/forms/activate-and-disabled-elements.html: Added.
3437 2006-07-09 Adele Peterson <adele@apple.com>
3441 Updated results for:
3442 <rdar://problem/4463835> Switch to use new popup menu implementation for <select>
3444 * editing/selection/replaced-boundaries-3-expected.txt:
3445 * editing/selection/select-box-expected.txt:
3446 * fast/block/margin-collapse/103-expected.txt:
3447 * fast/dom/option-properties-expected.txt:
3448 * fast/forms/003-expected.txt:
3449 * fast/forms/004-expected.txt:
3450 * fast/forms/HTMLOptionElement_label01-expected.txt:
3451 * fast/forms/HTMLOptionElement_label02-expected.txt:
3452 * fast/forms/HTMLOptionElement_label03-expected.txt:
3453 * fast/forms/HTMLOptionElement_label04-expected.txt:
3454 * fast/forms/HTMLOptionElement_label06-expected.txt:
3455 * fast/forms/HTMLOptionElement_label07-expected.txt:
3456 * fast/forms/form-element-geometry-expected.txt:
3457 * fast/forms/option-script-expected.txt:
3458 * fast/forms/option-strip-whitespace-expected.txt:
3459 * fast/forms/select-remove-option-expected.txt:
3460 * fast/forms/select-replace-option-expected.txt:
3461 * fast/forms/select-reset-expected.txt:
3462 * fast/invalid/014-expected.txt:
3463 * fast/parser/document-write-option-expected.txt:
3464 * fast/replaced/width100percent-expected.txt:
3465 * tables/mozilla/bugs/bug1188-expected.txt:
3466 * tables/mozilla/bugs/bug18359-expected.txt:
3467 * tables/mozilla/bugs/bug2479-3-expected.txt:
3468 * tables/mozilla/bugs/bug2479-4-expected.txt:
3469 * tables/mozilla/bugs/bug29326-expected.txt:
3470 * tables/mozilla/bugs/bug33855-expected.txt:
3471 * tables/mozilla/bugs/bug4382-expected.txt:
3472 * tables/mozilla/bugs/bug96334-expected.txt:
3473 * tables/mozilla/core/margins-expected.txt:
3474 * tables/mozilla/dom/tableDom-expected.txt:
3476 2006-07-09 Geoffrey Garen <ggaren@apple.com>
3480 Now that we garbage collect after reinitalizing the global object, not
3481 before, we have more free memory, so a custom property that used to
3482 get collected during the initialization phase of this test now avoids
3483 getting collected until the collection phase.
3485 * fast/dom/gc-9-expected.txt:
3486 * fast/dom/gc-9.html:
3488 2006-07-09 David Kilzer <ddkilzer@kilzer.net>
3492 - http://bugzilla.opendarwin.org/show_bug.cgi?id=9812
3493 LayoutTests/svg/custom/foreign-object-skew.svg seems to be fixed
3495 * svg/custom/foreign-object-skew-expected.checksum: Updated.
3496 * svg/custom/foreign-object-skew-expected.png: Updated.
3498 2006-07-09 Darin Adler <darin@apple.com>
3500 * fast/dom/delete-contents-expected.txt: Updated results that changed
3501 because we now keep comment nodes in the DOM.
3503 2006-07-09 David Harrison <harrison@apple.com>
3505 Reviewed by John Sullivan.