1 2011-09-30 Dan Bernstein <mitz@apple.com>
3 <rdar://problem/10208291> first-letter in generated before content with display: table is not updated
5 Reviewed by Sam Weinig.
7 * fast/css-generated-content/first-letter-in-nested-before-expected.png: Added.
8 * fast/css-generated-content/first-letter-in-nested-before-expected.txt: Added.
9 * fast/css-generated-content/first-letter-in-nested-before.html: Added.
11 2011-09-30 David Hyatt <hyatt@apple.com>
13 https://bugs.webkit.org/show_bug.cgi?id=69167
15 [CSS3 Regions] Fix some bugs in the computation of the logical left and width offsets
16 for blocks in variable width regions. Specifically, this patch addresses a minor bug
17 with overflow:hidden/scroll/auto block placement and with RTL directionality.
19 Reviewed by Sam Weinig.
21 * fast/regions/overflow-in-variable-width-regions.html: Added.
22 * fast/regions/overflow-rtl-in-variable-width-regions.html: Added.
23 * fast/regions/percentage-margins-mixed-ltr-dominant-regions.html: Added.
24 * fast/regions/percentage-margins-mixed-rtl-dominant-regions.html: Added.
25 * fast/regions/percentage-margins-rtl-variable-width-regions.html: Added.
26 * platform/mac/fast/regions/overflow-in-variable-width-regions-expected.png: Added.
27 * platform/mac/fast/regions/overflow-in-variable-width-regions-expected.txt: Added.
28 * platform/mac/fast/regions/overflow-rtl-in-variable-width-regions-expected.png: Added.
29 * platform/mac/fast/regions/overflow-rtl-in-variable-width-regions-expected.txt: Added.
30 * platform/mac/fast/regions/percentage-margins-mixed-ltr-dominant-regions-expected.png: Added.
31 * platform/mac/fast/regions/percentage-margins-mixed-ltr-dominant-regions-expected.txt: Added.
32 * platform/mac/fast/regions/percentage-margins-mixed-rtl-dominant-regions-expected.png: Added.
33 * platform/mac/fast/regions/percentage-margins-mixed-rtl-dominant-regions-expected.txt: Added.
34 * platform/mac/fast/regions/percentage-margins-rtl-variable-width-regions-expected.png: Added.
35 * platform/mac/fast/regions/percentage-margins-rtl-variable-width-regions-expected.txt: Added.
37 2011-09-30 Adam Barth <abarth@webkit.org>
39 Update baselines after http://trac.webkit.org/changeset/96404.
41 * platform/chromium-cg-mac/fast/text/atsui-multiple-renderers-expected.png: Added.
42 * platform/chromium-cg-mac/fast/text/complex-synthetic-bold-space-width-expected.png: Added.
43 * platform/chromium-linux/fast/text/complex-synthetic-bold-space-width-expected.png: Added.
44 * platform/chromium-mac/fast/text/atsui-multiple-renderers-expected.png:
45 * platform/chromium-mac/fast/text/complex-synthetic-bold-space-width-expected.png: Added.
46 * platform/chromium-win/fast/text/complex-synthetic-bold-space-width-expected.png: Added.
47 * platform/chromium-win/fast/text/complex-synthetic-bold-space-width-expected.txt: Added.
49 2011-09-29 David Hyatt <hyatt@apple.com>
51 https://bugs.webkit.org/show_bug.cgi?id=69043
53 [CSS3 Regions] Blocks split across regions with variable width need to size
54 differently in each region.
56 This patch adds the capability for blocks to have variable width and positioning
57 when split across regions. It is very rudimentary and so far only operates on basic
58 normal flow RenderBlocks. Future patches will expand the support to cover other layout
59 constructs like flexible boxes and tables.
61 Reviewed by Sam Weinig.
63 Added new tests in fast/regions and updated existing results.
65 * fast/regions/percentage-margins-variable-width-regions.html: Added.
66 * platform/mac/fast/regions/percentage-margins-variable-width-regions-expected.png: Added.
67 * platform/mac/fast/regions/percentage-margins-variable-width-regions-expected.txt: Added.
68 * platform/mac/fast/regions/webkit-flow-double-pagination-float-push-expected.png:
69 * platform/mac/fast/regions/webkit-flow-float-pushed-to-last-region-expected.png:
70 * platform/mac/fast/regions/webkit-flow-float-unable-to-push-expected.png:
71 * platform/mac/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.png:
72 * platform/mac/fast/regions/webkit-flow-inlines-dynamic-expected.png:
73 * platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.png:
74 * platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.png:
75 * platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png:
77 2011-09-30 Qi Zhang <qi.2.zhang@nokia.com>
79 WebKitTestRunner needs layoutTestController.setAppCacheMaximumSize
80 https://bugs.webkit.org/show_bug.cgi?id=42698
82 Reviewed by Andreas Kling.
84 Removed http/tests/appcache/max-size.html from skipped list, and also the "failed" expected file for http/tests/appcache/interrupted-update-expected.html
86 * platform/mac-wk2/http/tests/appcache: Removed.
87 * platform/mac-wk2/http/tests/appcache/interrupted-update-expected.txt: Removed.
88 * platform/wk2/Skipped:
90 2011-09-30 Ned Holbrook <nholbrook@apple.com>
92 Complex spaces with synthetic bold are too wide
93 https://bugs.webkit.org/show_bug.cgi?id=69033
95 Reviewed by Dan Bernstein.
97 * fast/text/complex-synthetic-bold-space-width.html: Added.
98 * platform/mac/fast/text/atsui-multiple-renderers-expected.png:
99 * platform/mac/fast/text/atsui-multiple-renderers-expected.txt:
100 * platform/mac/fast/text/complex-synthetic-bold-space-width-expected.png: Added.
101 * platform/mac/fast/text/complex-synthetic-bold-space-width-expected.txt: Added.
103 2011-09-30 Antaryami Pandia <antaryami.pandia@motorola.com>
105 LayoutTests: Rewrite fast/dom/HTMLInputElement/input-size-attribute.html
106 https://bugs.webkit.org/show_bug.cgi?id=69130
108 Reviewed by Alexey Proskuryakov.
110 * fast/dom/HTMLInputElement/input-size-attribute-expected.txt:
111 * fast/dom/HTMLInputElement/input-size-attribute.html:
113 2011-09-30 Chang Shu <cshu@webkit.org>
115 Replace textInputController.doCommand with eventSender.keyDown in password-echo tests
116 https://bugs.webkit.org/show_bug.cgi?id=69143
118 textInputController.doCommand is not supported very well across the platforms. Replace it
119 with eventSender.keyDown would make the tests pass on more platforms and potentially WK2.
121 Reviewed by Antonio Gomes.
123 * editing/input/resources/password-echo.js:
126 2011-09-30 Shinichiro Hamaji <hamaji@chromium.org>
128 [Chromium] Layout test failures under Snow Leopard
129 https://bugs.webkit.org/show_bug.cgi?id=54322
131 Unreviewed test_expectations.txt update. acid3 seems to be IMAGE+TEXT, not IMAGE
133 * platform/chromium/test_expectations.txt:
135 2011-09-30 Shinichiro Hamaji <hamaji@chromium.org>
137 [Chromium] Layout Test fast/frames/frame-set-rotation-hit.html and fast/frames/frame-set-scaling-hit.html are failing
138 https://bugs.webkit.org/show_bug.cgi?id=69136
140 Unreviewed test_expectations.txt update
142 * platform/chromium/test_expectations.txt:
144 2011-09-29 Shinichiro Hamaji <hamaji@chromium.org>
146 [Chromium] Layout Test platform/chromium/compositing/3d-corners.html is failing
147 https://bugs.webkit.org/show_bug.cgi?id=69124
149 Unreviewed test_expectations.txt update
151 * platform/chromium/test_expectations.txt:
153 2011-09-29 Shinichiro Hamaji <hamaji@chromium.org>
155 fast/text/line-initial-and-final-swashes.html fails on Chromium
156 https://bugs.webkit.org/show_bug.cgi?id=69103
158 Unreviewed test_expectations.txt update
160 * platform/chromium/test_expectations.txt:
162 2011-09-29 Fady Samuel <fsamuel@chromium.org>
164 Fixed Hit testing on Framesets when Frameset is transformed
165 https://bugs.webkit.org/show_bug.cgi?id=67740
167 Reviewed by Simon Fraser.
169 * fast/frames/frame-set-rotation-hit-expected.png: Added.
170 * fast/frames/frame-set-rotation-hit-expected.txt: Added.
171 * fast/frames/frame-set-rotation-hit.html: Added.
172 * fast/frames/frame-set-scaling-hit-expected.png: Added.
173 * fast/frames/frame-set-scaling-hit-expected.txt: Added.
174 * fast/frames/frame-set-scaling-hit.html: Added.
176 2011-09-29 Adam Barth <abarth@webkit.org>
178 These tests can also time out.
180 * platform/chromium/test_expectations.txt:
182 2011-09-29 Martin Robinson <mrobinson@igalia.com>
184 [Freetype] Some text in Planet GNOME renders in the wrong place
185 https://bugs.webkit.org/show_bug.cgi?id=69099
187 Reviewed by Dirk Schulze.
189 Add a test which exercises this issue. It seems the problem grows worse
190 as the y component of the text position increases, so position the text
191 about halfway down the page.
193 * platform/gtk/fonts/synthetic-oblique-positioning-expected.png: Added.
194 * platform/gtk/fonts/synthetic-oblique-positioning-expected.txt: Added.
195 * platform/gtk/fonts/synthetic-oblique-positioning.html: Added.
197 2011-09-29 Adam Barth <abarth@webkit.org>
199 Update image baselines after http://trac.webkit.org/changeset/96366. These are progressions.
201 * platform/chromium-mac/fast/css/font-smoothing-expected.png:
202 * platform/chromium-mac/fast/repaint/text-emphasis-v-expected.png:
203 * platform/chromium-mac/fast/text/emphasis-avoid-ruby-expected.png:
204 * platform/chromium-mac/fast/text/emphasis-overlap-expected.png:
205 * platform/chromium-mac/fast/text/soft-hyphen-4-expected.png:
207 2011-09-29 Dan Bernstein <mitz@apple.com>
209 Follow-up fix for <rdar://problem/10191243> Glyph variants (line final swashes) appear where they should not
211 Reviewed by Simon Fraser.
213 Added Hoefler Text Black Italic to the test case.
215 * fast/text/line-initial-and-final-swashes.html:
216 * platform/mac/fast/text/line-initial-and-final-swashes-expected.png:
217 * platform/mac/fast/text/line-initial-and-final-swashes-expected.txt:
219 2011-09-29 Adam Barth <abarth@webkit.org>
221 This test can also time out.
223 * platform/chromium/test_expectations.txt:
225 2011-09-29 Adam Barth <abarth@webkit.org>
227 Delete bogus expectation.
229 * platform/chromium-cg-mac/svg/text/selection-background-color-expected.txt: Removed.
231 2011-09-29 Adam Barth <abarth@webkit.org>
233 Attempt to update these image results again.
235 * platform/chromium-cg-mac-leopard/http/tests/misc: Added.
236 * platform/chromium-cg-mac-leopard/http/tests/misc/acid3-expected.png: Added.
237 * platform/chromium-cg-mac-leopard/http/tests/misc/acid3-expected.txt: Added.
238 * platform/chromium-cg-mac/http/tests/misc/acid3-expected.png:
239 * platform/chromium-cg-mac/http/tests/misc/acid3-expected.txt:
240 * platform/chromium-mac/http/tests/misc/acid3-expected.png:
241 * platform/chromium-mac/http/tests/misc/acid3-expected.txt: Removed.
243 2011-09-29 Adam Barth <abarth@webkit.org>
245 Mark test as expected to fail.
247 * platform/chromium/test_expectations.txt:
249 2011-09-29 Csaba Osztrogonác <ossy@webkit.org>
251 [Qt][WK2] Skip all failing tests (10605!) after refactored Qt5.
253 Rubber-stamped by Tor Arne Vestbø.
255 * platform/qt-wk2/Skipped:
257 2011-09-29 Dan Bernstein <mitz@apple.com>
259 <rdar://problem/10191243> Glyph variants (line final swashes) appear where they should not
261 Reviewed by Simon Fraser.
263 * fast/text/line-initial-and-final-swashes.html: Added.
264 * platform/mac/fast/text/line-initial-and-final-swashes-expected.png: Added.
265 * platform/mac/fast/text/line-initial-and-final-swashes-expected.txt: Added.
267 2011-09-29 Sheriff Bot <webkit.review.bot@gmail.com>
269 Unreviewed, rolling out r96340.
270 http://trac.webkit.org/changeset/96340
271 https://bugs.webkit.org/show_bug.cgi?id=69098
273 Caused 10 tests to crash in Debug (Requested by
274 abarth|gardener on #webkit).
276 * platform/mac/accessibility/aria-liveregion-without-element-access-expected.txt: Removed.
277 * platform/mac/accessibility/aria-liveregion-without-element-access.html: Removed.
279 2011-09-29 Adam Barth <abarth@webkit.org>
281 We should ignore the return value of GetRealNamedProperty
282 https://bugs.webkit.org/show_bug.cgi?id=68840
284 Reviewed by Nate Chapin.
286 * http/tests/security/window-named-valueOf-expected.txt: Added.
287 * http/tests/security/window-named-valueOf.html: Added.
289 2011-09-29 Chris Fleizach <cfleizach@apple.com>
291 ARIA live regions don't trigger notifications for elements that aren't in the AX tree
292 https://bugs.webkit.org/show_bug.cgi?id=62289
294 Reviewed by Darin Adler.
296 * platform/mac/accessibility/aria-liveregion-without-element-access-expected.txt: Added.
297 * platform/mac/accessibility/aria-liveregion-without-element-access.html: Added.
299 2011-09-29 David Reveman <reveman@chromium.org>
301 Rebaseline for r95870
302 https://bugs.webkit.org/show_bug.cgi?id=69090
304 Reviewed by James Robinson.
306 * platform/chromium-gpu-cg-mac/compositing/flat-with-transformed-child-expected.png: Removed.
307 * platform/chromium-gpu-cg-mac/platform/chromium/compositing/backface-visibility-transformed-expected.png: Removed.
308 * platform/chromium-gpu-cg-mac/platform/chromium/compositing/perpendicular-layer-sorting-expected.png: Removed.
309 * platform/chromium-gpu-linux/compositing/flat-with-transformed-child-expected.png: Removed.
310 * platform/chromium-gpu-mac/compositing/flat-with-transformed-child-expected.png: Removed.
311 * platform/chromium-gpu-mac/platform/chromium/compositing/perpendicular-layer-sorting-expected.png: Removed.
312 * platform/chromium-gpu-mac/platform/chromium/compositing/perpendicular-layer-sorting-expected.txt: Removed.
313 * platform/chromium-gpu-win/compositing/flat-with-transformed-child-expected.png:
314 * platform/chromium-gpu-win/platform/chromium/compositing/3d-corners-expected.png: Added.
315 * platform/chromium-gpu-win/platform/chromium/compositing/3d-corners-expected.txt: Added.
316 * platform/chromium-gpu-win/platform/chromium/compositing/backface-visibility-transformed-expected.png:
317 * platform/chromium-gpu-win/platform/chromium/compositing/perpendicular-layer-sorting-expected.png:
318 * platform/chromium-gpu-win/platform/chromium/compositing/perpendicular-layer-sorting-expected.txt: Removed.
319 * platform/chromium-gpu/compositing/flat-with-transformed-child-expected.png: Added.
320 * platform/chromium-gpu/platform/chromium/compositing/3d-corners-expected.png: Added.
321 * platform/chromium-gpu/platform/chromium/compositing/backface-visibility-transformed-expected.png: Renamed from LayoutTests/platform/chromium-gpu-mac/platform/chromium/compositing/backface-visibility-transformed-expected.png.
322 * platform/chromium-gpu/platform/chromium/compositing/perpendicular-layer-sorting-expected.png: Added.
323 * platform/chromium-gpu/platform/chromium/compositing/perpendicular-layer-sorting-expected.txt: Renamed from LayoutTests/platform/chromium-gpu-cg-mac/platform/chromium/compositing/perpendicular-layer-sorting-expected.txt.
324 * platform/chromium/test_expectations.txt:
326 2011-09-29 David Grogan <dgrogan@chromium.org>
328 Layout test demonstrating IDBCursor inconsistency bug.
329 https://bugs.webkit.org/show_bug.cgi?id=69012
331 Reviewed by Nate Chapin.
333 * storage/indexeddb/cursor-inconsistency-expected.txt: Added.
334 * storage/indexeddb/cursor-inconsistency.html: Added.
336 2011-09-29 Adam Barth <abarth@webkit.org>
338 Generalize expected result to all of MAC.
340 * platform/chromium/test_expectations.txt:
342 2011-09-29 Adam Barth <abarth@webkit.org>
344 This test can also time out.
346 * platform/chromium/test_expectations.txt:
348 2011-09-29 Adam Barth <abarth@webkit.org>
350 Update expected results on Leopard. As far as I can tell, these are
353 * platform/chromium-cg-mac-leopard/editing/execCommand/insertHorizontalRule-expected.png: Added.
354 * platform/chromium-cg-mac-leopard/editing/selection/node-removal-1-expected.png: Added.
356 2011-09-29 Adam Barth <abarth@webkit.org>
358 Add some expected failures on Leopard.
360 * platform/chromium/test_expectations.txt:
362 2011-09-29 Adam Barth <abarth@webkit.org>
364 Update baselines. (Font rendering.)
366 * platform/chromium-cg-mac/http/tests/misc/acid3-expected.png: Added.
367 * platform/chromium-cg-mac/http/tests/misc/acid3-expected.txt: Added.
368 * platform/chromium-mac/http/tests/misc/acid3-expected.png: Added.
369 * platform/chromium-mac/http/tests/misc/acid3-expected.txt: Added.
371 2011-09-29 Adam Barth <abarth@webkit.org>
375 * platform/chromium-cg-mac-leopard/svg/text/selection-background-color-expected.png: Added.
376 * platform/chromium-cg-mac/svg/text/selection-background-color-expected.png: Added.
377 * platform/chromium-cg-mac/svg/text/selection-background-color-expected.txt: Added.
378 * platform/chromium-mac-leopard/svg/text: Added.
379 * platform/chromium-mac-leopard/svg/text/selection-background-color-expected.png: Added.
380 * platform/gtk/svg/text/selection-background-color-expected.txt: Removed.
381 * platform/mac/svg/text/selection-background-color-expected.txt: Removed.
382 * svg/text/selection-background-color-expected.txt: Added.
384 2011-09-29 Ilya Tikhonovsky <loislo@chromium.org>
386 Web Inspector: UI performance test for network panel is incorrect. The time is including a timeout between scheduled refresh and actual refresh.
387 https://bugs.webkit.org/show_bug.cgi?id=69087
389 The fix has the changes for the test and minor perf framework improvements.
391 Reviewed by Yury Semikhatsky.
393 * inspector/performance/resources/network-append-30-requests.html:
394 * inspector/performance/resources/performance-test.js:
395 (initialize_TimeTracker.InspectorTest.runPerformanceTest.Timer.prototype.done):
396 (initialize_TimeTracker.InspectorTest.runPerformanceTest):
397 (initialize_TimeTracker.InspectorTest.mark):
399 2011-09-29 Vsevolod Vlasov <vsevik@chromium.org>
401 Web Inspector: Make search-in-resource test simpler.
402 https://bugs.webkit.org/show_bug.cgi?id=69025
404 Reviewed by Pavel Feldman.
406 * http/tests/inspector/search/search-in-resource-expected.txt:
407 * http/tests/inspector/search/search-in-resource.html:
408 * http/tests/inspector/search/search-in-resources.html:
409 * http/tests/inspector/search/search-test.js:
410 (initialize_SearchTest.InspectorTest.runAfterResourcesAreCreated):
411 (initialize_SearchTest.InspectorTest._runAfterResourcesAreCreated):
412 (initialize_SearchTest.InspectorTest._runAfterResourcesAreCreated.maybeCallback):
413 (initialize_SearchTest.InspectorTest._runAfterResourcesAreCreated.addSniffer):
414 (initialize_SearchTest.InspectorTest._runAfterResourcesAreCreated.onResourceBind):
415 (initialize_SearchTest.InspectorTest._runAfterResourcesAreCreated.visit):
416 (initialize_SearchTest):
418 2011-09-27 Pavel Feldman <pfeldman@google.com>
420 Web Inspector: Scripts panel without folders causes errors when creating content scripts section.
421 https://bugs.webkit.org/show_bug.cgi?id=68827
423 Reviewed by Yury Semikhatsky.
425 * inspector/debugger/scripts-panel-expected.txt:
426 * inspector/debugger/scripts-panel.html:
427 * inspector/debugger/scripts-sorting-expected.txt:
428 * inspector/debugger/scripts-sorting.html:
429 * platform/chromium-win/inspector/debugger/scripts-panel-expected.txt: Removed.
430 * platform/chromium/inspector/debugger/scripts-sorting-expected.txt: Removed.
431 * platform/mac/inspector/debugger/scripts-panel-expected.txt: Removed.
432 * platform/win/inspector/debugger/scripts-panel-expected.txt: Removed.
434 2011-09-29 Arun Patole <bmf834@motorola.com>
436 LayoutTests: media/video-does-not-loop.html failing on Snow Leopard
437 https://bugs.webkit.org/show_bug.cgi?id=69067
439 Reviewed by Philippe Normand.
441 Update expected test result for video-does-not-loop.html
442 as the 'pause' event should be fired at the end of playback.
444 * media/video-does-not-loop-expected.txt:
446 2011-09-29 Shinichiro Hamaji <hamaji@chromium.org>
448 [Chromium] some Layout Tests in editing/ is failing
449 https://bugs.webkit.org/show_bug.cgi?id=69078
451 Unreviewed test_expectations.txt update
453 * platform/chromium/test_expectations.txt:
455 2011-09-29 Shinichiro Hamaji <hamaji@chromium.org>
457 [Chromium] Layout Test http/tests/security/cookies/cookie-theft-with-javascript-doc.html is failing
458 https://bugs.webkit.org/show_bug.cgi?id=69077
460 Unreviewed test_expectations.txt update
462 * platform/chromium/test_expectations.txt:
464 2011-09-29 Shinichiro Hamaji <hamaji@chromium.org>
466 [Chromium] Layout Test svg/filters/animate-fill.svg is failing
467 https://bugs.webkit.org/show_bug.cgi?id=69070
469 Unreviewed test_expectations.txt update
471 * platform/chromium/test_expectations.txt:
473 2011-09-29 Ryosuke Niwa <rniwa@webkit.org>
475 Hopefully the last Chromium test expectation update for r96294.
477 * platform/chromium/test_expectations.txt:
479 2011-09-29 Tim Horton <timothy_horton@apple.com>
481 REGRESSION(87010): elements in ECMA-cloud neither filled nor blurred
482 https://bugs.webkit.org/show_bug.cgi?id=68679
483 <rdar://problem/10204649>
485 Reviewed by Nikolas Zimmermann.
487 Add a test ensuring that using xlink:href with a different prefix (i.e. xl:href)
490 * svg/custom/xlink-custom-namespace-expected.png: Added.
491 * svg/custom/xlink-custom-namespace-expected.txt: Added.
492 * svg/custom/xlink-custom-namespace.svg: Added.
494 2011-09-28 Filip Pizlo <fpizlo@apple.com>
496 DFG checkArgumentTypes fails to check boolean predictions
497 https://bugs.webkit.org/show_bug.cgi?id=69059
499 Reviewed by Gavin Barraclough.
501 * fast/js/boolean-argument-prediction-expected.txt: Added.
502 * fast/js/boolean-argument-prediction.html: Added.
503 * fast/js/script-tests/boolean-argument-prediction.js: Added.
504 (predictBooleanArgument):
506 2011-09-28 Shinichiro Hamaji <hamaji@chromium.org>
508 Chromium test_expectations update for isindex-with-no-form.html
510 * platform/chromium/test_expectations.txt:
512 2011-09-28 Shinichiro Hamaji <hamaji@chromium.org>
514 [Chromium] Layout Test compositing/shadows/shadow-drawing.html is failing
515 https://bugs.webkit.org/show_bug.cgi?id=69062
517 Chromium test_expectations update
519 * platform/chromium/test_expectations.txt:
521 2011-09-28 Ryosuke Niwa <rniwa@webkit.org>
523 Chromium rebaseline after r96294.
525 * platform/chromium-cg-mac/fast/dynamic/first-letter-after-list-marker-expected.png: Added.
526 * platform/chromium-linux/fast/dynamic/first-letter-after-list-marker-expected.png: Added.
527 * platform/chromium-mac/fast/dynamic/first-letter-after-list-marker-expected.png: Added.
528 * platform/chromium-win/fast/dynamic/first-letter-after-list-marker-expected.png: Added.
530 2011-09-28 Ryosuke Niwa <rniwa@webkit.org>
532 Yet another Chromium linux rebaseline after r96257.
534 * platform/chromium-linux/editing/pasteboard/subframe-dragndrop-1-expected.png:
535 * platform/chromium/test_expectations.txt:
537 2011-09-28 Csaba Osztrogonác <ossy@webkit.org>
539 [Qt] Unreviewed gardening after r96257.
541 * platform/qt-4.8/editing/inserting/4278698-expected.png:
542 * platform/qt-4.8/editing/inserting/4278698-expected.txt:
543 * platform/qt-4.8/editing/inserting/paragraph-separator-03-expected.png:
544 * platform/qt-4.8/editing/inserting/paragraph-separator-03-expected.txt:
545 * platform/qt-4.8/editing/pasteboard/paste-text-019-expected.png:
546 * platform/qt-4.8/editing/pasteboard/paste-text-019-expected.txt:
548 2011-09-28 Ryosuke Niwa <rniwa@webkit.org>
550 Update Chromium test expectation and also add back the expected result erroneously removed in r96284.
552 * platform/chromium/test_expectations.txt:
553 * platform/gtk/editing/pasteboard/paste-text-006-expected.txt: Added.
554 * platform/mac/editing/pasteboard/paste-text-006-expected.txt: Added.
556 2011-09-28 Ryosuke Niwa <rniwa@webkit.org>
558 Chromium rebaselines for r96257 part 2.
560 * editing/deleting/delete-line-011-expected.txt: Added.
561 * editing/deleting/delete-tab-001-expected.txt: Added.
562 * editing/deleting/delete-tab-002-expected.txt: Added.
563 * editing/deleting/delete-tab-003-expected.txt: Added.
564 * editing/deleting/delete-tab-004-expected.txt: Added.
565 * editing/deleting/smart-delete-002-expected.txt: Added.
566 * editing/inserting/insert-text-with-newlines-expected.txt: Added.
567 * editing/style/smoosh-styles-003-expected.txt: Added.
568 * editing/style/style-3681552-fix-001-expected.txt: Added.
569 * editing/style/style-boundary-002-expected.txt: Added.
570 * editing/style/style-boundary-003-expected.txt: Added.
571 * editing/style/typing-style-001-expected.txt: Added.
572 * editing/style/typing-style-002-expected.txt: Added.
573 * platform/chromium-cg-mac-leopard/editing/pasteboard/paste-xml-expected.txt: Added.
574 * platform/chromium-cg-mac/editing/pasteboard/paste-xml-expected.txt:
575 * platform/chromium-linux-x86/editing: Added.
576 * platform/chromium-linux-x86/editing/pasteboard: Added.
577 * platform/chromium-linux-x86/editing/pasteboard/paste-xml-expected.txt: Added.
578 * platform/chromium-linux-x86/editing/style: Added.
579 * platform/chromium-linux-x86/editing/style/style-3681552-fix-002-expected.txt: Added.
580 * platform/chromium-linux/editing/deleting/smart-delete-002-expected.txt:
581 * platform/chromium-linux/editing/pasteboard/paste-xml-expected.txt: Added.
582 * platform/chromium-linux/editing/pasteboard/smart-drag-drop-expected.txt:
583 * platform/chromium-linux/editing/pasteboard/subframe-dragndrop-1-expected.png:
584 * platform/chromium-linux/editing/pasteboard/subframe-dragndrop-1-expected.txt:
585 * platform/chromium-linux/editing/style/style-3681552-fix-002-expected.txt: Added.
586 * platform/chromium-mac/editing/pasteboard/paste-xml-expected.txt:
587 * platform/chromium-win-vista/editing/deleting: Removed.
588 * platform/chromium-win-vista/editing/deleting/table-cells-expected.png: Removed.
589 * platform/chromium-win-vista/editing/execCommand: Removed.
590 * platform/chromium-win-vista/editing/execCommand/create-list-with-hr-expected.png: Removed.
591 * platform/chromium-win-vista/editing/execCommand/find-after-replace-expected.png: Removed.
592 * platform/chromium-win-vista/editing/execCommand/paste-1-expected.png: Removed.
593 * platform/chromium-win-vista/editing/execCommand/paste-2-expected.png: Removed.
594 * platform/chromium-win-vista/editing/inserting: Removed.
595 * platform/chromium-win-vista/editing/inserting/4278698-expected.png: Removed.
596 * platform/chromium-win-vista/editing/inserting/paragraph-separator-in-table-2-expected.png: Removed.
597 * platform/chromium-win-vista/editing/pasteboard/3976872-expected.png: Removed.
598 * platform/chromium-win-vista/editing/pasteboard/4076267-2-expected.png: Removed.
599 * platform/chromium-win-vista/editing/pasteboard/4076267-3-expected.png: Removed.
600 * platform/chromium-win-vista/editing/pasteboard/4076267-expected.png: Removed.
601 * platform/chromium-win-vista/editing/pasteboard/paste-xml-expected.txt: Added.
602 * platform/chromium-win-vista/editing/pasteboard/undoable-fragment-removes-expected.png: Removed.
603 * platform/chromium-win-vista/editing/selection: Removed.
604 * platform/chromium-win-vista/editing/selection/select-all-iframe-expected.png: Removed.
605 * platform/chromium-win-vista/editing/style: Added.
606 * platform/chromium-win-vista/editing/style/style-3681552-fix-002-expected.txt: Added.
607 * platform/chromium-win-vista/editing/undo: Removed.
608 * platform/chromium-win-vista/editing/undo/4063751-expected.png: Removed.
609 * platform/chromium-win-vista/editing/unsupported-content: Removed.
610 * platform/chromium-win-vista/editing/unsupported-content/table-type-after-expected.png: Removed.
611 * platform/chromium-win-vista/editing/unsupported-content/table-type-before-expected.png: Removed.
612 * platform/chromium-win-xp/editing/pasteboard: Added.
613 * platform/chromium-win-xp/editing/pasteboard/paste-xml-expected.txt: Added.
614 * platform/chromium-win-xp/editing/style: Added.
615 * platform/chromium-win-xp/editing/style/style-3681552-fix-002-expected.txt: Added.
616 * platform/chromium-win-xp/fast/events: Removed.
617 * platform/chromium-win/editing/deleting/delete-br-011-expected.txt: Added.
618 * platform/chromium-win/editing/deleting/delete-line-011-expected.txt:
619 * platform/chromium-win/editing/deleting/delete-tab-001-expected.txt:
620 * platform/chromium-win/editing/deleting/delete-tab-002-expected.txt:
621 * platform/chromium-win/editing/deleting/delete-tab-003-expected.txt:
622 * platform/chromium-win/editing/deleting/delete-tab-004-expected.txt:
623 * platform/chromium-win/editing/inserting/insert-text-with-newlines-expected.txt:
624 * platform/chromium-win/editing/pasteboard/drag-drop-modifies-page-expected.txt:
625 * platform/chromium-win/editing/pasteboard/paste-xml-expected.txt:
626 * platform/chromium-win/editing/pasteboard/smart-drag-drop-expected.txt:
627 * platform/chromium-win/editing/spelling/spelling-expected.txt:
628 * platform/chromium-win/editing/style/smoosh-styles-003-expected.png:
629 * platform/chromium-win/editing/style/style-3681552-fix-001-expected.txt:
630 * platform/chromium-win/editing/style/style-3681552-fix-002-expected.txt:
631 * platform/chromium-win/editing/style/style-boundary-002-expected.txt:
632 * platform/chromium-win/editing/style/style-boundary-003-expected.txt:
633 * platform/chromium-win/editing/style/style-boundary-005-expected.txt:
634 * platform/chromium-win/editing/style/typing-style-001-expected.txt:
635 * platform/chromium-win/editing/style/typing-style-002-expected.txt:
636 * platform/chromium-win/fast/events/updateLayoutForHitTest-expected.png:
637 * platform/chromium-win/fast/events/updateLayoutForHitTest-expected.txt:
638 * platform/gtk/editing/deleting/delete-line-011-expected.txt: Removed.
639 * platform/gtk/editing/deleting/delete-tab-001-expected.txt: Removed.
640 * platform/gtk/editing/deleting/delete-tab-002-expected.txt: Removed.
641 * platform/gtk/editing/deleting/delete-tab-003-expected.txt: Removed.
642 * platform/gtk/editing/deleting/delete-tab-004-expected.txt: Removed.
643 * platform/gtk/editing/deleting/smart-delete-002-expected.txt: Removed.
644 * platform/gtk/editing/inserting/insert-text-with-newlines-expected.txt: Removed.
645 * platform/gtk/editing/style/smoosh-styles-003-expected.txt: Removed.
646 * platform/gtk/editing/style/style-3681552-fix-001-expected.txt: Removed.
647 * platform/gtk/editing/style/style-boundary-002-expected.txt: Removed.
648 * platform/gtk/editing/style/style-boundary-003-expected.txt: Removed.
649 * platform/gtk/editing/style/typing-style-001-expected.txt: Removed.
650 * platform/gtk/editing/style/typing-style-002-expected.txt: Removed.
651 * platform/gtk/fast/repaint/selection-clear-expected.txt: Removed.
652 * platform/mac/editing/deleting/delete-line-011-expected.txt: Removed.
653 * platform/mac/editing/deleting/delete-tab-001-expected.txt: Removed.
654 * platform/mac/editing/deleting/delete-tab-002-expected.txt: Removed.
655 * platform/mac/editing/deleting/delete-tab-003-expected.txt: Removed.
656 * platform/mac/editing/deleting/delete-tab-004-expected.txt: Removed.
657 * platform/mac/editing/deleting/smart-delete-002-expected.txt: Removed.
658 * platform/mac/editing/inserting/insert-text-with-newlines-expected.txt: Removed.
659 * platform/mac/editing/style/smoosh-styles-003-expected.txt: Removed.
660 * platform/mac/editing/style/style-3681552-fix-001-expected.txt: Removed.
661 * platform/mac/editing/style/style-boundary-002-expected.txt: Removed.
662 * platform/mac/editing/style/style-boundary-003-expected.txt: Removed.
663 * platform/mac/editing/style/typing-style-001-expected.txt: Removed.
664 * platform/mac/editing/style/typing-style-002-expected.txt: Removed.
666 2011-09-28 Ryosuke Niwa <rniwa@webkit.org>
668 Remove some of Chromium test expectations temporarily added for r96257.
670 * platform/chromium/test_expectations.txt:
672 2011-09-28 Dan Bernstein <mitz@apple.com>
674 <rdar://problem/10196497> first-letter after list marker not updated correctly
676 Reviewed by Simon Fraser.
678 * fast/dynamic/first-letter-after-list-marker-expected.png: Added.
679 * fast/dynamic/first-letter-after-list-marker-expected.txt: Added.
680 * fast/dynamic/first-letter-after-list-marker.html: Added.
682 2011-09-28 Hayato Ito <hayato@chromium.org>
684 Add a test for accesskey in regard to iframes.
685 https://bugs.webkit.org/show_bug.cgi?id=67642
687 Reviewed by Hajime Morita.
689 To catch any improvement of accesskey behavior in regard to
690 iframes, it'd be nice to add a test to verify the current behavior.
692 * fast/dom/access-key-iframe-expected.txt: Added.
693 * fast/dom/access-key-iframe.html: Added.
695 2011-09-28 Kent Tamura <tkent@chromium.org>
697 REGRESSION(r93858): Can't type anything into input elements when maxlength is greater than 2^31
698 https://bugs.webkit.org/show_bug.cgi?id=68981
700 Reviewed by Darin Adler.
702 * fast/forms/input-text-paste-maxlength-expected.txt:
703 * fast/forms/input-text-paste-maxlength.html:
705 2011-09-28 Ryosuke Niwa <rniwa@webkit.org>
707 One last GTK rebaseline for r96257.
709 * platform/gtk/editing/inserting/insert-at-end-02-expected.txt:
711 2011-09-28 Ryosuke Niwa <rniwa@webkit.org>
713 Chromium rebaseline for r96257 part 2.
715 * platform/chromium-cg-mac-leopard/editing/deleting/table-cells-expected.png:
716 * platform/chromium-cg-mac-leopard/editing/execCommand/create-list-with-hr-expected.png: Added.
717 * platform/chromium-cg-mac-leopard/editing/execCommand/find-after-replace-expected.png: Added.
718 * platform/chromium-cg-mac-leopard/editing/execCommand/paste-1-expected.png: Added.
719 * platform/chromium-cg-mac-leopard/editing/execCommand/paste-2-expected.png: Added.
720 * platform/chromium-cg-mac-leopard/editing/inserting/4278698-expected.png: Added.
721 * platform/chromium-cg-mac-leopard/editing/inserting/paragraph-separator-in-table-2-expected.png: Added.
722 * platform/chromium-cg-mac-leopard/editing/pasteboard/3976872-expected.png: Added.
723 * platform/chromium-cg-mac-leopard/editing/pasteboard/4076267-2-expected.png: Added.
724 * platform/chromium-cg-mac-leopard/editing/pasteboard/4076267-3-expected.png: Added.
725 * platform/chromium-cg-mac-leopard/editing/pasteboard/4076267-expected.png: Added.
726 * platform/chromium-cg-mac-leopard/editing/pasteboard/undoable-fragment-removes-expected.png: Added.
727 * platform/chromium-cg-mac-leopard/editing/selection/select-all-iframe-expected.png: Added.
728 * platform/chromium-cg-mac-leopard/editing/undo: Added.
729 * platform/chromium-cg-mac-leopard/editing/undo/4063751-expected.png: Added.
730 * platform/chromium-cg-mac-leopard/editing/unsupported-content: Added.
731 * platform/chromium-cg-mac-leopard/editing/unsupported-content/table-type-after-expected.png: Added.
732 * platform/chromium-cg-mac-leopard/editing/unsupported-content/table-type-before-expected.png: Added.
733 * platform/chromium-cg-mac/editing/deleting/table-cells-expected.png:
734 * platform/chromium-cg-mac/editing/execCommand/create-list-with-hr-expected.png: Added.
735 * platform/chromium-cg-mac/editing/execCommand/find-after-replace-expected.png: Added.
736 * platform/chromium-cg-mac/editing/execCommand/paste-1-expected.png: Added.
737 * platform/chromium-cg-mac/editing/execCommand/paste-2-expected.png: Added.
738 * platform/chromium-cg-mac/editing/inserting/4278698-expected.png: Added.
739 * platform/chromium-cg-mac/editing/inserting/paragraph-separator-in-table-2-expected.png: Added.
740 * platform/chromium-cg-mac/editing/pasteboard/3976872-expected.png: Added.
741 * platform/chromium-cg-mac/editing/pasteboard/4076267-2-expected.png: Added.
742 * platform/chromium-cg-mac/editing/pasteboard/4076267-3-expected.png: Added.
743 * platform/chromium-cg-mac/editing/pasteboard/4076267-expected.png: Added.
744 * platform/chromium-cg-mac/editing/pasteboard/undoable-fragment-removes-expected.png: Added.
745 * platform/chromium-cg-mac/editing/selection/select-all-iframe-expected.png: Added.
746 * platform/chromium-cg-mac/editing/undo: Added.
747 * platform/chromium-cg-mac/editing/undo/4063751-expected.png: Added.
748 * platform/chromium-cg-mac/editing/unsupported-content: Added.
749 * platform/chromium-cg-mac/editing/unsupported-content/table-type-after-expected.png: Added.
750 * platform/chromium-cg-mac/editing/unsupported-content/table-type-before-expected.png: Added.
751 * platform/chromium-linux/editing/deleting/table-cells-expected.png:
752 * platform/chromium-linux/editing/execCommand/create-list-with-hr-expected.png:
753 * platform/chromium-linux/editing/execCommand/find-after-replace-expected.png:
754 * platform/chromium-linux/editing/execCommand/paste-1-expected.png:
755 * platform/chromium-linux/editing/execCommand/paste-2-expected.png:
756 * platform/chromium-linux/editing/inserting/4278698-expected.png:
757 * platform/chromium-linux/editing/inserting/paragraph-separator-in-table-2-expected.png:
758 * platform/chromium-linux/editing/pasteboard/3976872-expected.png:
759 * platform/chromium-linux/editing/pasteboard/4076267-2-expected.png:
760 * platform/chromium-linux/editing/pasteboard/4076267-3-expected.png:
761 * platform/chromium-linux/editing/pasteboard/4076267-expected.png:
762 * platform/chromium-linux/editing/pasteboard/undoable-fragment-removes-expected.png:
763 * platform/chromium-linux/editing/selection/select-all-iframe-expected.png:
764 * platform/chromium-linux/editing/undo/4063751-expected.png:
765 * platform/chromium-linux/editing/unsupported-content/table-type-after-expected.png:
766 * platform/chromium-linux/editing/unsupported-content/table-type-before-expected.png:
767 * platform/chromium-mac/editing/deleting/table-cells-expected.png:
768 * platform/chromium-mac/editing/execCommand/create-list-with-hr-expected.png:
769 * platform/chromium-mac/editing/execCommand/find-after-replace-expected.png:
770 * platform/chromium-mac/editing/execCommand/paste-1-expected.png:
771 * platform/chromium-mac/editing/execCommand/paste-2-expected.png:
772 * platform/chromium-mac/editing/inserting/4278698-expected.png:
773 * platform/chromium-mac/editing/inserting/paragraph-separator-in-table-2-expected.png:
774 * platform/chromium-mac/editing/pasteboard/3976872-expected.png:
775 * platform/chromium-mac/editing/pasteboard/4076267-2-expected.png:
776 * platform/chromium-mac/editing/pasteboard/4076267-3-expected.png:
777 * platform/chromium-mac/editing/pasteboard/4076267-expected.png:
778 * platform/chromium-mac/editing/pasteboard/paste-text-006-expected.png:
779 * platform/chromium-mac/editing/pasteboard/undoable-fragment-removes-expected.png:
780 * platform/chromium-mac/editing/selection/select-all-iframe-expected.png:
781 * platform/chromium-mac/editing/undo/4063751-expected.png:
782 * platform/chromium-mac/editing/unsupported-content/table-type-after-expected.png:
783 * platform/chromium-mac/editing/unsupported-content/table-type-before-expected.png:
784 * platform/chromium-win-vista/editing: Added.
785 * platform/chromium-win-vista/editing/deleting: Added.
786 * platform/chromium-win-vista/editing/deleting/table-cells-expected.png: Added.
787 * platform/chromium-win-vista/editing/execCommand: Added.
788 * platform/chromium-win-vista/editing/execCommand/create-list-with-hr-expected.png: Added.
789 * platform/chromium-win-vista/editing/execCommand/find-after-replace-expected.png: Added.
790 * platform/chromium-win-vista/editing/execCommand/paste-1-expected.png: Added.
791 * platform/chromium-win-vista/editing/execCommand/paste-2-expected.png: Added.
792 * platform/chromium-win-vista/editing/inserting: Added.
793 * platform/chromium-win-vista/editing/inserting/4278698-expected.png: Added.
794 * platform/chromium-win-vista/editing/inserting/paragraph-separator-in-table-2-expected.png: Added.
795 * platform/chromium-win-vista/editing/pasteboard: Added.
796 * platform/chromium-win-vista/editing/pasteboard/3976872-expected.png: Added.
797 * platform/chromium-win-vista/editing/pasteboard/4076267-2-expected.png: Added.
798 * platform/chromium-win-vista/editing/pasteboard/4076267-3-expected.png: Added.
799 * platform/chromium-win-vista/editing/pasteboard/4076267-expected.png: Added.
800 * platform/chromium-win-vista/editing/pasteboard/undoable-fragment-removes-expected.png: Added.
801 * platform/chromium-win-vista/editing/selection: Added.
802 * platform/chromium-win-vista/editing/selection/select-all-iframe-expected.png: Added.
803 * platform/chromium-win-vista/editing/undo: Added.
804 * platform/chromium-win-vista/editing/undo/4063751-expected.png: Added.
805 * platform/chromium-win-vista/editing/unsupported-content: Added.
806 * platform/chromium-win-vista/editing/unsupported-content/table-type-after-expected.png: Added.
807 * platform/chromium-win-vista/editing/unsupported-content/table-type-before-expected.png: Added.
808 * platform/chromium-win/editing/deleting/table-cells-expected.png:
809 * platform/chromium-win/editing/execCommand/create-list-with-hr-expected.png:
810 * platform/chromium-win/editing/execCommand/find-after-replace-expected.png:
811 * platform/chromium-win/editing/execCommand/paste-1-expected.png:
812 * platform/chromium-win/editing/execCommand/paste-2-expected.png:
813 * platform/chromium-win/editing/inserting/4278698-expected.png:
814 * platform/chromium-win/editing/inserting/paragraph-separator-in-table-2-expected.png:
815 * platform/chromium-win/editing/pasteboard/3976872-expected.png:
816 * platform/chromium-win/editing/pasteboard/4076267-2-expected.png:
817 * platform/chromium-win/editing/pasteboard/4076267-3-expected.png:
818 * platform/chromium-win/editing/pasteboard/4076267-expected.png:
819 * platform/chromium-win/editing/pasteboard/paste-text-006-expected.png:
820 * platform/chromium-win/editing/pasteboard/undoable-fragment-removes-expected.png:
821 * platform/chromium-win/editing/selection/select-all-iframe-expected.png:
822 * platform/chromium-win/editing/undo/4063751-expected.png:
823 * platform/chromium-win/editing/unsupported-content/table-type-after-expected.png:
824 * platform/chromium-win/editing/unsupported-content/table-type-before-expected.png:
825 * platform/gtk/editing/pasteboard/paste-text-006-expected.txt: Removed.
826 * platform/mac/editing/pasteboard/paste-text-006-expected.txt: Removed.
828 2011-09-28 Simon Fraser <simon.fraser@apple.com>
830 fast/dom/scroll-element-to-rect.html fails on WK1 Mac port
831 https://bugs.webkit.org/show_bug.cgi?id=68815
833 Reviewed by Dan Bernstein.
835 Fix these tests to not throw errors when window.internals is not available.
837 * fast/dom/scroll-element-to-rect-centered.html:
838 * fast/dom/scroll-element-to-rect.html:
840 2011-09-28 Ryosuke Niwa <rniwa@webkit.org>
842 Qt rebsaeline after r96257. It seems like the difference is coming from the font used in select element.
844 * platform/qt/editing/pasteboard/select-element-1-expected.txt: Copied from
845 LayoutTests/editing/pasteboard/select-element-1-expected.txt.
847 2011-09-28 Peter Beverloo <peter@chromium.org>
849 Don't clamp cubic-bezier timing functions between 0 and 1
850 https://bugs.webkit.org/show_bug.cgi?id=45761
852 Test overflow behavior of colors, lengths, svg lengths,
853 shadows and transforms (through rotations). Update the
854 timing function test to check for now valid values.
856 Reviewed by Dean Jackson.
858 * fast/css/transition-timing-function-expected.txt:
859 * fast/css/transition-timing-function.html:
860 * transitions/cubic-bezier-overflow-color-expected.txt: Added.
861 * transitions/cubic-bezier-overflow-color.html: Added.
862 * transitions/cubic-bezier-overflow-length-expected.txt: Added.
863 * transitions/cubic-bezier-overflow-length.html: Added.
864 * transitions/cubic-bezier-overflow-shadow-expected.txt: Added.
865 * transitions/cubic-bezier-overflow-shadow.html: Added.
866 * transitions/cubic-bezier-overflow-svg-length-expected.txt: Added.
867 * transitions/cubic-bezier-overflow-svg-length.html: Added.
868 * transitions/cubic-bezier-overflow-transform-expected.txt: Added.
869 * transitions/cubic-bezier-overflow-transform.html: Added.
871 2011-09-28 Ryosuke Niwa <rniwa@webkit.org>
873 More GTK rebaselines after r96257.
875 * platform/gtk/editing/deleting/delete-block-contents-001-expected.txt:
876 * platform/gtk/editing/deleting/delete-block-merge-contents-013-expected.txt:
877 * platform/gtk/editing/deleting/delete-line-005-expected.txt:
878 * platform/gtk/editing/deleting/merge-endOfParagraph-expected.txt:
879 * platform/gtk/editing/deleting/regional-indicators-expected.txt:
880 * platform/gtk/editing/deleting/table-cells-expected.txt:
881 * platform/gtk/editing/execCommand/insertHorizontalRule-expected.txt:
882 * platform/gtk/editing/pasteboard/paste-match-style-002-expected.txt:
883 * platform/gtk/editing/pasteboard/paste-text-005-expected.txt:
885 2011-09-28 Mihai Parparita <mihaip@chromium.org>
887 Remove Chromium failing expectations for tests that now pass.
889 * platform/chromium/test_expectations.txt:
891 2011-09-28 Ryosuke Niwa <rniwa@webkit.org>
893 Chromium rebaseline for r96257 part 1.
895 * platform/chromium-cg-mac-leopard/editing/pasteboard/paste-text-008-expected.png: Removed.
896 * platform/chromium-linux/editing/deleting/smart-delete-001-expected.txt:
897 * platform/chromium-linux/editing/deleting/smart-delete-003-expected.txt:
898 * platform/chromium-linux/editing/deleting/smart-delete-004-expected.txt:
899 * platform/chromium-linux/editing/deleting/table-cells-expected.png:
900 * platform/chromium-linux/editing/execCommand/create-list-with-hr-expected.png:
901 * platform/chromium-linux/editing/execCommand/find-after-replace-expected.png:
902 * platform/chromium-linux/editing/execCommand/insertHorizontalRule-expected.png:
903 * platform/chromium-linux/editing/execCommand/paste-1-expected.png:
904 * platform/chromium-linux/editing/execCommand/paste-2-expected.png:
905 * platform/chromium-linux/editing/inserting/4278698-expected.png:
906 * platform/chromium-linux/editing/inserting/paragraph-separator-in-table-2-expected.png:
907 * platform/chromium-linux/editing/pasteboard/3976872-expected.png:
908 * platform/chromium-linux/editing/pasteboard/4076267-2-expected.png:
909 * platform/chromium-linux/editing/pasteboard/4076267-3-expected.png:
910 * platform/chromium-linux/editing/pasteboard/4076267-expected.png:
911 * platform/chromium-linux/editing/pasteboard/undoable-fragment-removes-expected.png:
912 * platform/chromium-linux/editing/selection/node-removal-1-expected.png:
913 * platform/chromium-linux/editing/selection/select-all-iframe-expected.png:
914 * platform/chromium-linux/editing/undo/4063751-expected.png:
915 * platform/chromium-linux/editing/unsupported-content/table-type-after-expected.png:
916 * platform/chromium-linux/editing/unsupported-content/table-type-before-expected.png:
917 * platform/chromium-mac/editing/deleting/table-cells-expected.png:
918 * platform/chromium-mac/editing/execCommand/create-list-with-hr-expected.png:
919 * platform/chromium-mac/editing/execCommand/find-after-replace-expected.png:
920 * platform/chromium-mac/editing/execCommand/insertHorizontalRule-expected.png:
921 * platform/chromium-mac/editing/execCommand/paste-1-expected.png:
922 * platform/chromium-mac/editing/execCommand/paste-2-expected.png:
923 * platform/chromium-mac/editing/inserting/4278698-expected.png:
924 * platform/chromium-mac/editing/inserting/paragraph-separator-in-table-2-expected.png:
925 * platform/chromium-mac/editing/pasteboard/3976872-expected.png:
926 * platform/chromium-mac/editing/pasteboard/4076267-2-expected.png:
927 * platform/chromium-mac/editing/pasteboard/4076267-3-expected.png:
928 * platform/chromium-mac/editing/pasteboard/4076267-expected.png:
929 * platform/chromium-mac/editing/pasteboard/undoable-fragment-removes-expected.png:
930 * platform/chromium-mac/editing/selection/node-removal-1-expected.png:
931 * platform/chromium-mac/editing/selection/select-all-iframe-expected.png:
932 * platform/chromium-mac/editing/undo/4063751-expected.png:
933 * platform/chromium-mac/editing/unsupported-content/table-type-after-expected.png:
934 * platform/chromium-mac/editing/unsupported-content/table-type-before-expected.png:
935 * platform/chromium-win-xp/editing/pasteboard: Removed.
936 * platform/chromium-win/editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
937 * platform/chromium-win/editing/deleting/delete-3608445-fix-expected.txt:
938 * platform/chromium-win/editing/deleting/delete-3608462-fix-expected.txt:
939 * platform/chromium-win/editing/deleting/delete-3775172-fix-expected.txt:
940 * platform/chromium-win/editing/deleting/delete-3800834-fix-expected.txt:
941 * platform/chromium-win/editing/deleting/delete-3857753-fix-expected.txt:
942 * platform/chromium-win/editing/deleting/delete-3865854-fix-expected.txt:
943 * platform/chromium-win/editing/deleting/delete-3928305-fix-expected.txt:
944 * platform/chromium-win/editing/deleting/delete-3959464-fix-expected.txt:
945 * platform/chromium-win/editing/deleting/delete-after-span-ws-002-expected.txt:
946 * platform/chromium-win/editing/deleting/delete-after-span-ws-003-expected.txt:
947 * platform/chromium-win/editing/deleting/delete-all-text-in-text-field-assertion-expected.txt: Added.
948 * platform/chromium-win/editing/deleting/delete-and-undo-expected.txt:
949 * platform/chromium-win/editing/deleting/delete-at-paragraph-boundaries-001-expected.txt:
950 * platform/chromium-win/editing/deleting/delete-at-paragraph-boundaries-002-expected.txt:
951 * platform/chromium-win/editing/deleting/delete-at-paragraph-boundaries-003-expected.txt:
952 * platform/chromium-win/editing/deleting/delete-at-paragraph-boundaries-004-expected.txt:
953 * platform/chromium-win/editing/deleting/delete-at-paragraph-boundaries-005-expected.txt:
954 * platform/chromium-win/editing/deleting/delete-at-paragraph-boundaries-006-expected.txt:
955 * platform/chromium-win/editing/deleting/delete-at-paragraph-boundaries-007-expected.txt:
956 * platform/chromium-win/editing/deleting/delete-at-paragraph-boundaries-009-expected.txt:
957 * platform/chromium-win/editing/deleting/delete-at-paragraph-boundaries-010-expected.txt:
958 * platform/chromium-win/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
959 * platform/chromium-win/editing/deleting/delete-block-contents-001-expected.txt:
960 * platform/chromium-win/editing/deleting/delete-block-contents-002-expected.txt:
961 * platform/chromium-win/editing/deleting/delete-block-contents-003-expected.txt:
962 * platform/chromium-win/editing/deleting/delete-block-merge-contents-001-expected.txt:
963 * platform/chromium-win/editing/deleting/delete-block-merge-contents-002-expected.txt:
964 * platform/chromium-win/editing/deleting/delete-block-merge-contents-003-expected.txt:
965 * platform/chromium-win/editing/deleting/delete-block-merge-contents-004-expected.txt:
966 * platform/chromium-win/editing/deleting/delete-block-merge-contents-005-expected.txt:
967 * platform/chromium-win/editing/deleting/delete-block-merge-contents-006-expected.txt:
968 * platform/chromium-win/editing/deleting/delete-block-merge-contents-007-expected.txt:
969 * platform/chromium-win/editing/deleting/delete-block-merge-contents-008-expected.txt:
970 * platform/chromium-win/editing/deleting/delete-block-merge-contents-009-expected.txt:
971 * platform/chromium-win/editing/deleting/delete-block-merge-contents-010-expected.txt:
972 * platform/chromium-win/editing/deleting/delete-block-merge-contents-012-expected.txt:
973 * platform/chromium-win/editing/deleting/delete-block-merge-contents-013-expected.txt:
974 * platform/chromium-win/editing/deleting/delete-block-merge-contents-014-expected.txt:
975 * platform/chromium-win/editing/deleting/delete-block-merge-contents-015-expected.txt:
976 * platform/chromium-win/editing/deleting/delete-block-merge-contents-016-expected.txt:
977 * platform/chromium-win/editing/deleting/delete-block-merge-contents-017-expected.txt:
978 * platform/chromium-win/editing/deleting/delete-block-merge-contents-018-expected.txt:
979 * platform/chromium-win/editing/deleting/delete-block-merge-contents-019-expected.txt:
980 * platform/chromium-win/editing/deleting/delete-block-merge-contents-020-expected.txt:
981 * platform/chromium-win/editing/deleting/delete-block-merge-contents-021-expected.txt:
982 * platform/chromium-win/editing/deleting/delete-block-merge-contents-022-expected.txt:
983 * platform/chromium-win/editing/deleting/delete-block-merge-contents-023-expected.txt:
984 * platform/chromium-win/editing/deleting/delete-block-merge-contents-024-expected.txt:
985 * platform/chromium-win/editing/deleting/delete-br-008-expected.txt:
986 * platform/chromium-win/editing/deleting/delete-br-010-expected.txt:
987 * platform/chromium-win/editing/deleting/delete-contiguous-ws-001-expected.txt:
988 * platform/chromium-win/editing/deleting/delete-first-list-item-expected.txt:
989 * platform/chromium-win/editing/deleting/delete-image-001-expected.txt:
990 * platform/chromium-win/editing/deleting/delete-image-002-expected.txt:
991 * platform/chromium-win/editing/deleting/delete-image-003-expected.txt:
992 * platform/chromium-win/editing/deleting/delete-image-004-expected.txt:
993 * platform/chromium-win/editing/deleting/delete-leading-ws-001-expected.txt:
994 * platform/chromium-win/editing/deleting/delete-line-001-expected.txt:
995 * platform/chromium-win/editing/deleting/delete-line-002-expected.txt:
996 * platform/chromium-win/editing/deleting/delete-line-003-expected.txt:
997 * platform/chromium-win/editing/deleting/delete-line-004-expected.txt:
998 * platform/chromium-win/editing/deleting/delete-line-005-expected.txt:
999 * platform/chromium-win/editing/deleting/delete-line-006-expected.txt:
1000 * platform/chromium-win/editing/deleting/delete-line-007-expected.txt:
1001 * platform/chromium-win/editing/deleting/delete-line-008-expected.txt:
1002 * platform/chromium-win/editing/deleting/delete-line-009-expected.txt:
1003 * platform/chromium-win/editing/deleting/delete-line-010-expected.txt:
1004 * platform/chromium-win/editing/deleting/delete-line-012-expected.txt:
1005 * platform/chromium-win/editing/deleting/delete-line-013-expected.txt:
1006 * platform/chromium-win/editing/deleting/delete-line-014-expected.txt:
1007 * platform/chromium-win/editing/deleting/delete-line-015-expected.txt:
1008 * platform/chromium-win/editing/deleting/delete-line-016-expected.txt:
1009 * platform/chromium-win/editing/deleting/delete-line-017-expected.txt:
1010 * platform/chromium-win/editing/deleting/delete-listitem-001-expected.txt:
1011 * platform/chromium-win/editing/deleting/delete-listitem-002-expected.txt:
1012 * platform/chromium-win/editing/deleting/delete-selection-001-expected.txt:
1013 * platform/chromium-win/editing/deleting/delete-trailing-ws-001-expected.txt:
1014 * platform/chromium-win/editing/deleting/delete-trailing-ws-002-expected.txt:
1015 * platform/chromium-win/editing/deleting/delete-ws-fixup-002-expected.txt:
1016 * platform/chromium-win/editing/deleting/forward-delete-expected.txt:
1017 * platform/chromium-win/editing/deleting/list-item-1-expected.txt:
1018 * platform/chromium-win/editing/deleting/merge-different-styles-expected.txt:
1019 * platform/chromium-win/editing/deleting/merge-endOfParagraph-expected.txt:
1020 * platform/chromium-win/editing/deleting/merge-no-br-expected.txt:
1021 * platform/chromium-win/editing/deleting/non-smart-delete-expected.txt:
1022 * platform/chromium-win/editing/deleting/pruning-after-merge-2-expected.txt:
1023 * platform/chromium-win/editing/deleting/smart-delete-001-expected.txt:
1024 * platform/chromium-win/editing/deleting/table-cells-expected.png:
1025 * platform/chromium-win/editing/deleting/table-cells-expected.txt:
1026 * platform/chromium-win/editing/execCommand/4641880-1-expected.txt:
1027 * platform/chromium-win/editing/execCommand/4641880-2-expected.txt:
1028 * platform/chromium-win/editing/execCommand/create-list-with-hr-expected.png:
1029 * platform/chromium-win/editing/execCommand/create-list-with-hr-expected.txt:
1030 * platform/chromium-win/editing/execCommand/find-after-replace-expected.png:
1031 * platform/chromium-win/editing/execCommand/find-after-replace-expected.txt:
1032 * platform/chromium-win/editing/execCommand/format-block-with-trailing-br-expected.txt:
1033 * platform/chromium-win/editing/execCommand/indent-list-item-expected.txt:
1034 * platform/chromium-win/editing/execCommand/indent-selection-expected.txt:
1035 * platform/chromium-win/editing/execCommand/insert-list-and-stitch-expected.txt:
1036 * platform/chromium-win/editing/execCommand/insertHorizontalRule-expected.png:
1037 * platform/chromium-win/editing/execCommand/insertHorizontalRule-expected.txt:
1038 * platform/chromium-win/editing/execCommand/nsresponder-indent-expected.txt:
1039 * platform/chromium-win/editing/execCommand/nsresponder-outdent-expected.txt:
1040 * platform/chromium-win/editing/execCommand/paste-1-expected.png:
1041 * platform/chromium-win/editing/execCommand/paste-1-expected.txt:
1042 * platform/chromium-win/editing/execCommand/paste-2-expected.png:
1043 * platform/chromium-win/editing/execCommand/paste-2-expected.txt:
1044 * platform/chromium-win/editing/execCommand/remove-list-from-range-selection-expected.txt:
1045 * platform/chromium-win/editing/execCommand/remove-list-item-1-expected.txt:
1046 * platform/chromium-win/editing/inserting/4278698-expected.png:
1047 * platform/chromium-win/editing/inserting/4278698-expected.txt:
1048 * platform/chromium-win/editing/inserting/editing-empty-divs-expected.txt:
1049 * platform/chromium-win/editing/inserting/insert-3654864-fix-expected.txt:
1050 * platform/chromium-win/editing/inserting/insert-3775316-fix-expected.txt:
1051 * platform/chromium-win/editing/inserting/insert-3851164-fix-expected.txt:
1052 * platform/chromium-win/editing/inserting/insert-after-delete-001-expected.txt:
1053 * platform/chromium-win/editing/inserting/insert-at-end-01-expected.txt:
1054 * platform/chromium-win/editing/inserting/insert-at-end-02-expected.txt:
1055 * platform/chromium-win/editing/inserting/insert-br-001-expected.txt:
1056 * platform/chromium-win/editing/inserting/insert-br-003-expected.txt:
1057 * platform/chromium-win/editing/inserting/insert-br-005-expected.txt:
1058 * platform/chromium-win/editing/inserting/insert-br-006-expected.txt:
1059 * platform/chromium-win/editing/inserting/insert-br-007-expected.txt:
1060 * platform/chromium-win/editing/inserting/insert-br-008-expected.txt:
1061 * platform/chromium-win/editing/inserting/insert-br-at-tabspan-003-expected.txt:
1062 * platform/chromium-win/editing/inserting/insert-div-001-expected.txt:
1063 * platform/chromium-win/editing/inserting/insert-div-002-expected.txt:
1064 * platform/chromium-win/editing/inserting/insert-div-003-expected.txt:
1065 * platform/chromium-win/editing/inserting/insert-div-005-expected.txt:
1066 * platform/chromium-win/editing/inserting/insert-div-006-expected.txt:
1067 * platform/chromium-win/editing/inserting/insert-div-007-expected.txt:
1068 * platform/chromium-win/editing/inserting/insert-div-008-expected.txt:
1069 * platform/chromium-win/editing/inserting/insert-div-009-expected.txt:
1070 * platform/chromium-win/editing/inserting/insert-div-010-expected.txt:
1071 * platform/chromium-win/editing/inserting/insert-div-020-expected.txt:
1072 * platform/chromium-win/editing/inserting/insert-div-023-expected.txt:
1073 * platform/chromium-win/editing/inserting/insert-div-024-expected.txt:
1074 * platform/chromium-win/editing/inserting/insert-div-025-expected.txt:
1075 * platform/chromium-win/editing/inserting/insert-div-026-expected.txt:
1076 * platform/chromium-win/editing/inserting/insert-space-in-empty-doc-expected.txt:
1077 * platform/chromium-win/editing/inserting/insert-text-at-tabspan-001-expected.txt:
1078 * platform/chromium-win/editing/inserting/multiple-lines-selected-expected.txt:
1079 * platform/chromium-win/editing/inserting/paragraph-separator-03-expected.txt:
1080 * platform/chromium-win/editing/inserting/paragraph-separator-in-table-2-expected.png:
1081 * platform/chromium-win/editing/inserting/paragraph-separator-in-table-2-expected.txt:
1082 * platform/chromium-win/editing/inserting/redo-expected.txt:
1083 * platform/chromium-win/editing/inserting/return-key-with-selection-001-expected.txt:
1084 * platform/chromium-win/editing/inserting/return-key-with-selection-002-expected.txt:
1085 * platform/chromium-win/editing/inserting/return-key-with-selection-003-expected.txt:
1086 * platform/chromium-win/editing/inserting/typing-001-expected.txt:
1087 * platform/chromium-win/editing/inserting/typing-002-expected.txt:
1088 * platform/chromium-win/editing/inserting/typing-003-expected.txt:
1089 * platform/chromium-win/editing/inserting/typing-around-br-001-expected.txt:
1090 * platform/chromium-win/editing/inserting/typing-around-image-001-expected.txt:
1091 * platform/chromium-win/editing/pasteboard/3976872-expected.png:
1092 * platform/chromium-win/editing/pasteboard/3976872-expected.txt:
1093 * platform/chromium-win/editing/pasteboard/4076267-2-expected.png:
1094 * platform/chromium-win/editing/pasteboard/4076267-2-expected.txt:
1095 * platform/chromium-win/editing/pasteboard/4076267-3-expected.png:
1096 * platform/chromium-win/editing/pasteboard/4076267-3-expected.txt:
1097 * platform/chromium-win/editing/pasteboard/4076267-expected.png:
1098 * platform/chromium-win/editing/pasteboard/4076267-expected.txt:
1099 * platform/chromium-win/editing/pasteboard/8145-3-expected.txt:
1100 * platform/chromium-win/editing/pasteboard/bad-placeholder-expected.txt:
1101 * platform/chromium-win/editing/pasteboard/cut-text-001-expected.txt:
1102 * platform/chromium-win/editing/pasteboard/displaced-generic-placeholder-expected.txt:
1103 * platform/chromium-win/editing/pasteboard/displaced-placeholder-expected.txt:
1104 * platform/chromium-win/editing/pasteboard/merge-after-delete-1-expected.txt:
1105 * platform/chromium-win/editing/pasteboard/merge-after-delete-2-expected.txt:
1106 * platform/chromium-win/editing/pasteboard/merge-after-delete-expected.txt:
1107 * platform/chromium-win/editing/pasteboard/merge-end-blockquote-expected.txt:
1108 * platform/chromium-win/editing/pasteboard/merge-end-borders-expected.txt:
1109 * platform/chromium-win/editing/pasteboard/paste-4035648-fix-expected.txt:
1110 * platform/chromium-win/editing/pasteboard/paste-line-endings-001-expected.txt:
1111 * platform/chromium-win/editing/pasteboard/paste-line-endings-006-expected.txt:
1112 * platform/chromium-win/editing/pasteboard/paste-match-style-001-expected.txt:
1113 * platform/chromium-win/editing/pasteboard/paste-match-style-002-expected.txt:
1114 * platform/chromium-win/editing/pasteboard/paste-table-003-expected.txt:
1115 * platform/chromium-win/editing/pasteboard/paste-table-cells-expected.txt:
1116 * platform/chromium-win/editing/pasteboard/paste-text-004-expected.txt:
1117 * platform/chromium-win/editing/pasteboard/paste-text-005-expected.txt:
1118 * platform/chromium-win/editing/pasteboard/paste-text-006-expected.txt:
1119 * platform/chromium-win/editing/pasteboard/paste-text-007-expected.txt:
1120 * platform/chromium-win/editing/pasteboard/paste-text-008-expected.txt:
1121 * platform/chromium-win/editing/pasteboard/paste-text-016-expected.txt:
1122 * platform/chromium-win/editing/pasteboard/paste-text-019-expected.txt:
1123 * platform/chromium-win/editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
1124 * platform/chromium-win/editing/pasteboard/pasting-object-expected.txt:
1125 * platform/chromium-win/editing/pasteboard/smart-paste-007-expected.txt:
1126 * platform/chromium-win/editing/pasteboard/smart-paste-008-expected.txt:
1127 * platform/chromium-win/editing/pasteboard/undoable-fragment-removes-expected.png:
1128 * platform/chromium-win/editing/pasteboard/undoable-fragment-removes-expected.txt:
1129 * platform/chromium-win/editing/selection/move-between-blocks-no-001-expected.txt:
1130 * platform/chromium-win/editing/selection/node-removal-1-expected.png:
1131 * platform/chromium-win/editing/selection/node-removal-1-expected.txt:
1132 * platform/chromium-win/editing/selection/node-removal-2-expected.txt:
1133 * platform/chromium-win/editing/selection/replace-selection-1-expected.txt:
1134 * platform/chromium-win/editing/selection/select-all-iframe-expected.png:
1135 * platform/chromium-win/editing/selection/select-all-iframe-expected.txt:
1136 * platform/chromium-win/editing/style/create-block-for-style-001-expected.txt:
1137 * platform/chromium-win/editing/style/create-block-for-style-002-expected.txt:
1138 * platform/chromium-win/editing/style/create-block-for-style-003-expected.txt:
1139 * platform/chromium-win/editing/style/create-block-for-style-004-expected.txt:
1140 * platform/chromium-win/editing/style/create-block-for-style-007-expected.txt:
1141 * platform/chromium-win/editing/style/create-block-for-style-009-expected.txt:
1142 * platform/chromium-win/editing/style/create-block-for-style-010-expected.txt:
1143 * platform/chromium-win/editing/style/create-block-for-style-011-expected.txt:
1144 * platform/chromium-win/editing/style/create-block-for-style-012-expected.txt:
1145 * platform/chromium-win/editing/style/create-block-for-style-013-expected.txt:
1146 * platform/chromium-win/editing/style/designmode-expected.txt:
1147 * platform/chromium-win/editing/style/relative-font-size-change-001-expected.txt:
1148 * platform/chromium-win/editing/style/relative-font-size-change-002-expected.txt:
1149 * platform/chromium-win/editing/style/smoosh-styles-001-expected.txt:
1150 * platform/chromium-win/editing/style/smoosh-styles-003-expected.png:
1151 * platform/chromium-win/editing/style/smoosh-styles-003-expected.txt:
1152 * platform/chromium-win/editing/style/style-3998892-fix-expected.txt:
1153 * platform/chromium-win/editing/style/style-boundary-001-expected.txt:
1154 * platform/chromium-win/editing/style/style-boundary-004-expected.txt:
1155 * platform/chromium-win/editing/style/unbold-in-bold-expected.txt:
1156 * platform/chromium-win/editing/undo/4063751-expected.png:
1157 * platform/chromium-win/editing/undo/4063751-expected.txt:
1158 * platform/chromium-win/editing/undo/redo-typing-001-expected.txt:
1159 * platform/chromium-win/editing/undo/undo-combined-delete-boundary-expected.txt:
1160 * platform/chromium-win/editing/undo/undo-combined-delete-expected.txt:
1161 * platform/chromium-win/editing/undo/undo-delete-boundary-expected.txt:
1162 * platform/chromium-win/editing/undo/undo-delete-expected.txt:
1163 * platform/chromium-win/editing/undo/undo-forward-delete-boundary-expected.txt:
1164 * platform/chromium-win/editing/undo/undo-forward-delete-expected.txt:
1165 * platform/chromium-win/editing/undo/undo-misspellings-expected.txt:
1166 * platform/chromium-win/editing/undo/undo-typing-001-expected.txt:
1167 * platform/chromium-win/editing/unsupported-content/list-delete-001-expected.txt:
1168 * platform/chromium-win/editing/unsupported-content/list-delete-003-expected.txt:
1169 * platform/chromium-win/editing/unsupported-content/list-type-after-expected.txt:
1170 * platform/chromium-win/editing/unsupported-content/list-type-before-expected.txt:
1171 * platform/chromium-win/editing/unsupported-content/table-delete-001-expected.txt:
1172 * platform/chromium-win/editing/unsupported-content/table-delete-002-expected.txt:
1173 * platform/chromium-win/editing/unsupported-content/table-delete-003-expected.txt:
1174 * platform/chromium-win/editing/unsupported-content/table-type-after-expected.png:
1175 * platform/chromium-win/editing/unsupported-content/table-type-after-expected.txt:
1176 * platform/chromium-win/editing/unsupported-content/table-type-before-expected.png:
1177 * platform/chromium-win/editing/unsupported-content/table-type-before-expected.txt:
1178 * platform/chromium-win/fast/dynamic/move-node-with-selection-expected.txt:
1179 * platform/chromium-win/svg/custom/use-clipped-hit-expected.txt:
1180 * platform/gtk/editing/deleting/delete-br-010-expected.txt: Removed.
1181 * platform/gtk/editing/inserting/insert-div-010-expected.txt: Removed.
1182 * platform/mac/editing/deleting/delete-all-text-in-text-field-assertion-expected.txt: Removed.
1183 * platform/mac/editing/deleting/delete-br-011-expected.txt: Removed.
1185 2011-09-28 Dirk Pranke <dpranke@chromium.org>
1187 Modify new-run-webkit-tests to return the percentage difference in image diffs where possible.
1189 https://bugs.webkit.org/show_bug.cgi?id=67253
1191 Reviewed by Eric Seidel.
1193 * fast/harness/resources/results-test.js:
1195 (runDefaultSingleRowTest):
1197 * fast/harness/results.html:
1199 2011-09-28 Chris Rogers <crogers@google.com>
1201 DelayNode must set the context on delayTime AudioParam to support automation
1202 https://bugs.webkit.org/show_bug.cgi?id=68828
1204 Reviewed by Kenneth Russell.
1206 * webaudio/delaynode-scheduling-expected.txt: Added.
1207 * webaudio/delaynode-scheduling.html: Added.
1208 * webaudio/delaynode.html:
1209 * webaudio/resources/delay-testing.js: Added.
1211 (checkDelayedResult.return.var):
1212 (checkDelayedResult):
1214 2011-09-28 Ryosuke Niwa <rniwa@webkit.org>
1216 More Mac rebaselines for r96257.
1218 * platform/mac/editing/execCommand/insertHorizontalRule-expected.png:
1219 * platform/mac/editing/selection/node-removal-1-expected.png:
1221 2011-09-28 Mihai Parparita <mihaip@chromium.org>
1223 Add failing Chromium expectations after r96257.
1225 * platform/chromium/test_expectations.txt:
1227 2011-09-28 Ryosuke Niwa <rniwa@webkit.org>
1229 GTK rebaseline for r96257.
1231 * platform/gtk/editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
1232 * platform/gtk/editing/deleting/delete-3608445-fix-expected.txt:
1233 * platform/gtk/editing/deleting/delete-3608462-fix-expected.txt:
1234 * platform/gtk/editing/deleting/delete-3775172-fix-expected.txt:
1235 * platform/gtk/editing/deleting/delete-3800834-fix-expected.txt:
1236 * platform/gtk/editing/deleting/delete-3857753-fix-expected.txt:
1237 * platform/gtk/editing/deleting/delete-3865854-fix-expected.txt:
1238 * platform/gtk/editing/deleting/delete-3928305-fix-expected.txt:
1239 * platform/gtk/editing/deleting/delete-3959464-fix-expected.txt:
1240 * platform/gtk/editing/deleting/delete-after-span-ws-002-expected.txt:
1241 * platform/gtk/editing/deleting/delete-after-span-ws-003-expected.txt:
1242 * platform/gtk/editing/deleting/delete-and-undo-expected.txt:
1243 * platform/gtk/editing/deleting/delete-at-paragraph-boundaries-001-expected.txt:
1244 * platform/gtk/editing/deleting/delete-at-paragraph-boundaries-002-expected.txt:
1245 * platform/gtk/editing/deleting/delete-at-paragraph-boundaries-003-expected.txt:
1246 * platform/gtk/editing/deleting/delete-at-paragraph-boundaries-004-expected.txt:
1247 * platform/gtk/editing/deleting/delete-at-paragraph-boundaries-005-expected.txt:
1248 * platform/gtk/editing/deleting/delete-at-paragraph-boundaries-006-expected.txt:
1249 * platform/gtk/editing/deleting/delete-at-paragraph-boundaries-007-expected.txt:
1250 * platform/gtk/editing/deleting/delete-at-paragraph-boundaries-009-expected.txt:
1251 * platform/gtk/editing/deleting/delete-at-paragraph-boundaries-010-expected.txt:
1252 * platform/gtk/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
1253 * platform/gtk/editing/deleting/delete-block-contents-001-expected.txt:
1254 * platform/gtk/editing/deleting/delete-block-contents-002-expected.txt:
1255 * platform/gtk/editing/deleting/delete-block-contents-003-expected.txt:
1256 * platform/gtk/editing/deleting/delete-block-merge-contents-001-expected.txt:
1257 * platform/gtk/editing/deleting/delete-block-merge-contents-002-expected.txt:
1258 * platform/gtk/editing/deleting/delete-block-merge-contents-003-expected.txt:
1259 * platform/gtk/editing/deleting/delete-block-merge-contents-004-expected.txt:
1260 * platform/gtk/editing/deleting/delete-block-merge-contents-005-expected.txt:
1261 * platform/gtk/editing/deleting/delete-block-merge-contents-006-expected.txt:
1262 * platform/gtk/editing/deleting/delete-block-merge-contents-007-expected.txt:
1263 * platform/gtk/editing/deleting/delete-block-merge-contents-008-expected.txt:
1264 * platform/gtk/editing/deleting/delete-block-merge-contents-009-expected.txt:
1265 * platform/gtk/editing/deleting/delete-block-merge-contents-010-expected.txt:
1266 * platform/gtk/editing/deleting/delete-block-merge-contents-012-expected.txt:
1267 * platform/gtk/editing/deleting/delete-block-merge-contents-013-expected.txt:
1268 * platform/gtk/editing/deleting/delete-block-merge-contents-014-expected.txt:
1269 * platform/gtk/editing/deleting/delete-block-merge-contents-015-expected.txt:
1270 * platform/gtk/editing/deleting/delete-block-merge-contents-016-expected.txt:
1271 * platform/gtk/editing/deleting/delete-block-merge-contents-017-expected.txt:
1272 * platform/gtk/editing/deleting/delete-block-merge-contents-018-expected.txt:
1273 * platform/gtk/editing/deleting/delete-block-merge-contents-019-expected.txt:
1274 * platform/gtk/editing/deleting/delete-block-merge-contents-020-expected.txt:
1275 * platform/gtk/editing/deleting/delete-block-merge-contents-021-expected.txt:
1276 * platform/gtk/editing/deleting/delete-block-merge-contents-022-expected.txt:
1277 * platform/gtk/editing/deleting/delete-block-merge-contents-023-expected.txt:
1278 * platform/gtk/editing/deleting/delete-block-merge-contents-024-expected.txt:
1279 * platform/gtk/editing/deleting/delete-br-008-expected.txt:
1280 * platform/gtk/editing/deleting/delete-br-010-expected.txt:
1281 * platform/gtk/editing/deleting/delete-contiguous-ws-001-expected.txt:
1282 * platform/gtk/editing/deleting/delete-first-list-item-expected.txt:
1283 * platform/gtk/editing/deleting/delete-image-001-expected.txt:
1284 * platform/gtk/editing/deleting/delete-image-002-expected.txt:
1285 * platform/gtk/editing/deleting/delete-image-003-expected.txt:
1286 * platform/gtk/editing/deleting/delete-image-004-expected.txt:
1287 * platform/gtk/editing/deleting/delete-leading-ws-001-expected.txt:
1288 * platform/gtk/editing/deleting/delete-line-001-expected.txt:
1289 * platform/gtk/editing/deleting/delete-line-002-expected.txt:
1290 * platform/gtk/editing/deleting/delete-line-003-expected.txt:
1291 * platform/gtk/editing/deleting/delete-line-004-expected.txt:
1292 * platform/gtk/editing/deleting/delete-line-005-expected.txt:
1293 * platform/gtk/editing/deleting/delete-line-006-expected.txt:
1294 * platform/gtk/editing/deleting/delete-line-007-expected.txt:
1295 * platform/gtk/editing/deleting/delete-line-008-expected.txt:
1296 * platform/gtk/editing/deleting/delete-line-009-expected.txt:
1297 * platform/gtk/editing/deleting/delete-line-010-expected.txt:
1298 * platform/gtk/editing/deleting/delete-line-011-expected.txt:
1299 * platform/gtk/editing/deleting/delete-line-012-expected.txt:
1300 * platform/gtk/editing/deleting/delete-line-013-expected.txt:
1301 * platform/gtk/editing/deleting/delete-line-014-expected.txt:
1302 * platform/gtk/editing/deleting/delete-line-015-expected.txt:
1303 * platform/gtk/editing/deleting/delete-line-016-expected.txt:
1304 * platform/gtk/editing/deleting/delete-line-017-expected.txt:
1305 * platform/gtk/editing/deleting/delete-listitem-001-expected.txt:
1306 * platform/gtk/editing/deleting/delete-listitem-002-expected.txt:
1307 * platform/gtk/editing/deleting/delete-selection-001-expected.txt:
1308 * platform/gtk/editing/deleting/delete-tab-001-expected.txt:
1309 * platform/gtk/editing/deleting/delete-tab-002-expected.txt:
1310 * platform/gtk/editing/deleting/delete-tab-003-expected.txt:
1311 * platform/gtk/editing/deleting/delete-tab-004-expected.txt:
1312 * platform/gtk/editing/deleting/delete-trailing-ws-001-expected.txt:
1313 * platform/gtk/editing/deleting/delete-trailing-ws-002-expected.txt:
1314 * platform/gtk/editing/deleting/delete-ws-fixup-002-expected.txt:
1315 * platform/gtk/editing/deleting/forward-delete-expected.txt:
1316 * platform/gtk/editing/deleting/list-item-1-expected.txt:
1317 * platform/gtk/editing/deleting/merge-different-styles-expected.txt:
1318 * platform/gtk/editing/deleting/merge-endOfParagraph-expected.txt:
1319 * platform/gtk/editing/deleting/merge-no-br-expected.txt:
1320 * platform/gtk/editing/deleting/non-smart-delete-expected.txt:
1321 * platform/gtk/editing/deleting/pruning-after-merge-2-expected.txt:
1322 * platform/gtk/editing/deleting/smart-delete-001-expected.txt:
1323 * platform/gtk/editing/deleting/smart-delete-002-expected.txt:
1324 * platform/gtk/editing/deleting/table-cells-expected.txt:
1325 * platform/gtk/editing/execCommand/4641880-1-expected.txt:
1326 * platform/gtk/editing/execCommand/4641880-2-expected.txt:
1327 * platform/gtk/editing/execCommand/create-list-with-hr-expected.txt:
1328 * platform/gtk/editing/execCommand/find-after-replace-expected.txt:
1329 * platform/gtk/editing/execCommand/format-block-with-trailing-br-expected.txt:
1330 * platform/gtk/editing/execCommand/indent-list-item-expected.txt:
1331 * platform/gtk/editing/execCommand/indent-selection-expected.txt:
1332 * platform/gtk/editing/execCommand/insert-list-and-stitch-expected.txt:
1333 * platform/gtk/editing/execCommand/insertHorizontalRule-expected.txt:
1334 * platform/gtk/editing/execCommand/nsresponder-indent-expected.txt:
1335 * platform/gtk/editing/execCommand/nsresponder-outdent-expected.txt:
1336 * platform/gtk/editing/execCommand/paste-1-expected.txt:
1337 * platform/gtk/editing/execCommand/paste-2-expected.txt:
1338 * platform/gtk/editing/execCommand/remove-list-from-range-selection-expected.txt:
1339 * platform/gtk/editing/execCommand/remove-list-item-1-expected.txt:
1340 * platform/gtk/editing/inserting/4278698-expected.txt:
1341 * platform/gtk/editing/inserting/editing-empty-divs-expected.txt:
1342 * platform/gtk/editing/inserting/insert-3654864-fix-expected.txt:
1343 * platform/gtk/editing/inserting/insert-3775316-fix-expected.txt:
1344 * platform/gtk/editing/inserting/insert-3851164-fix-expected.txt:
1345 * platform/gtk/editing/inserting/insert-after-delete-001-expected.txt:
1346 * platform/gtk/editing/inserting/insert-at-end-01-expected.txt:
1347 * platform/gtk/editing/inserting/insert-at-end-02-expected.txt:
1348 * platform/gtk/editing/inserting/insert-br-001-expected.txt:
1349 * platform/gtk/editing/inserting/insert-br-003-expected.txt:
1350 * platform/gtk/editing/inserting/insert-br-005-expected.txt:
1351 * platform/gtk/editing/inserting/insert-br-006-expected.txt:
1352 * platform/gtk/editing/inserting/insert-br-007-expected.txt:
1353 * platform/gtk/editing/inserting/insert-br-008-expected.txt:
1354 * platform/gtk/editing/inserting/insert-br-at-tabspan-003-expected.txt:
1355 * platform/gtk/editing/inserting/insert-div-001-expected.txt:
1356 * platform/gtk/editing/inserting/insert-div-002-expected.txt:
1357 * platform/gtk/editing/inserting/insert-div-003-expected.txt:
1358 * platform/gtk/editing/inserting/insert-div-005-expected.txt:
1359 * platform/gtk/editing/inserting/insert-div-006-expected.txt:
1360 * platform/gtk/editing/inserting/insert-div-007-expected.txt:
1361 * platform/gtk/editing/inserting/insert-div-008-expected.txt:
1362 * platform/gtk/editing/inserting/insert-div-009-expected.txt:
1363 * platform/gtk/editing/inserting/insert-div-010-expected.txt:
1364 * platform/gtk/editing/inserting/insert-div-020-expected.txt:
1365 * platform/gtk/editing/inserting/insert-div-023-expected.txt:
1366 * platform/gtk/editing/inserting/insert-div-024-expected.txt:
1367 * platform/gtk/editing/inserting/insert-div-025-expected.txt:
1368 * platform/gtk/editing/inserting/insert-div-026-expected.txt:
1369 * platform/gtk/editing/inserting/insert-space-in-empty-doc-expected.txt:
1370 * platform/gtk/editing/inserting/insert-text-at-tabspan-001-expected.txt:
1371 * platform/gtk/editing/inserting/insert-text-with-newlines-expected.txt:
1372 * platform/gtk/editing/inserting/multiple-lines-selected-expected.txt:
1373 * platform/gtk/editing/inserting/paragraph-separator-03-expected.txt:
1374 * platform/gtk/editing/inserting/paragraph-separator-in-table-2-expected.txt:
1375 * platform/gtk/editing/inserting/redo-expected.txt:
1376 * platform/gtk/editing/inserting/return-key-with-selection-001-expected.txt:
1377 * platform/gtk/editing/inserting/return-key-with-selection-002-expected.txt:
1378 * platform/gtk/editing/inserting/return-key-with-selection-003-expected.txt:
1379 * platform/gtk/editing/inserting/typing-001-expected.txt:
1380 * platform/gtk/editing/inserting/typing-002-expected.txt:
1381 * platform/gtk/editing/inserting/typing-003-expected.txt:
1382 * platform/gtk/editing/inserting/typing-around-br-001-expected.txt:
1383 * platform/gtk/editing/inserting/typing-around-image-001-expected.txt:
1384 * platform/gtk/editing/inserting/typing-at-end-of-line-expected.txt:
1385 * platform/gtk/editing/pasteboard/3976872-expected.txt:
1386 * platform/gtk/editing/pasteboard/4076267-2-expected.txt:
1387 * platform/gtk/editing/pasteboard/4076267-3-expected.txt:
1388 * platform/gtk/editing/pasteboard/4076267-expected.txt:
1389 * platform/gtk/editing/pasteboard/8145-3-expected.txt:
1390 * platform/gtk/editing/pasteboard/bad-placeholder-expected.txt:
1391 * platform/gtk/editing/pasteboard/cut-text-001-expected.txt:
1392 * platform/gtk/editing/pasteboard/displaced-generic-placeholder-expected.txt:
1393 * platform/gtk/editing/pasteboard/displaced-placeholder-expected.txt:
1394 * platform/gtk/editing/pasteboard/drag-drop-modifies-page-expected.txt:
1395 * platform/gtk/editing/pasteboard/merge-after-delete-1-expected.txt:
1396 * platform/gtk/editing/pasteboard/merge-after-delete-2-expected.txt:
1397 * platform/gtk/editing/pasteboard/merge-after-delete-expected.txt:
1398 * platform/gtk/editing/pasteboard/merge-end-blockquote-expected.txt:
1399 * platform/gtk/editing/pasteboard/merge-end-borders-expected.txt:
1400 * platform/gtk/editing/pasteboard/paste-4035648-fix-expected.txt:
1401 * platform/gtk/editing/pasteboard/paste-line-endings-001-expected.txt:
1402 * platform/gtk/editing/pasteboard/paste-line-endings-006-expected.txt:
1403 * platform/gtk/editing/pasteboard/paste-match-style-001-expected.txt:
1404 * platform/gtk/editing/pasteboard/paste-match-style-002-expected.txt:
1405 * platform/gtk/editing/pasteboard/paste-table-003-expected.txt:
1406 * platform/gtk/editing/pasteboard/paste-table-cells-expected.txt:
1407 * platform/gtk/editing/pasteboard/paste-text-004-expected.txt:
1408 * platform/gtk/editing/pasteboard/paste-text-005-expected.txt:
1409 * platform/gtk/editing/pasteboard/paste-text-006-expected.txt:
1410 * platform/gtk/editing/pasteboard/paste-text-007-expected.txt:
1411 * platform/gtk/editing/pasteboard/paste-text-016-expected.txt:
1412 * platform/gtk/editing/pasteboard/paste-text-019-expected.txt:
1413 * platform/gtk/editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
1414 * platform/gtk/editing/pasteboard/paste-xml-expected.txt:
1415 * platform/gtk/editing/pasteboard/pasting-object-expected.txt:
1416 * platform/gtk/editing/pasteboard/smart-paste-007-expected.txt:
1417 * platform/gtk/editing/pasteboard/smart-paste-008-expected.txt:
1418 * platform/gtk/editing/pasteboard/subframe-dragndrop-1-expected.txt:
1419 * platform/gtk/editing/pasteboard/undoable-fragment-removes-expected.txt:
1420 * platform/gtk/editing/selection/move-between-blocks-no-001-expected.txt:
1421 * platform/gtk/editing/selection/node-removal-1-expected.txt:
1422 * platform/gtk/editing/selection/node-removal-2-expected.txt:
1423 * platform/gtk/editing/selection/replace-selection-1-expected.txt:
1424 * platform/gtk/editing/selection/select-all-iframe-expected.txt:
1425 * platform/gtk/editing/spelling/spelling-expected.txt:
1426 * platform/gtk/editing/style/create-block-for-style-001-expected.txt:
1427 * platform/gtk/editing/style/create-block-for-style-002-expected.txt:
1428 * platform/gtk/editing/style/create-block-for-style-003-expected.txt:
1429 * platform/gtk/editing/style/create-block-for-style-004-expected.txt:
1430 * platform/gtk/editing/style/create-block-for-style-007-expected.txt:
1431 * platform/gtk/editing/style/create-block-for-style-009-expected.txt:
1432 * platform/gtk/editing/style/create-block-for-style-010-expected.txt:
1433 * platform/gtk/editing/style/create-block-for-style-011-expected.txt:
1434 * platform/gtk/editing/style/create-block-for-style-012-expected.txt:
1435 * platform/gtk/editing/style/create-block-for-style-013-expected.txt:
1436 * platform/gtk/editing/style/designmode-expected.txt:
1437 * platform/gtk/editing/style/relative-font-size-change-001-expected.txt:
1438 * platform/gtk/editing/style/relative-font-size-change-002-expected.txt:
1439 * platform/gtk/editing/style/smoosh-styles-001-expected.txt:
1440 * platform/gtk/editing/style/smoosh-styles-003-expected.txt:
1441 * platform/gtk/editing/style/style-3681552-fix-001-expected.txt:
1442 * platform/gtk/editing/style/style-3681552-fix-002-expected.txt:
1443 * platform/gtk/editing/style/style-3998892-fix-expected.txt:
1444 * platform/gtk/editing/style/style-boundary-001-expected.txt:
1445 * platform/gtk/editing/style/style-boundary-002-expected.txt:
1446 * platform/gtk/editing/style/style-boundary-003-expected.txt:
1447 * platform/gtk/editing/style/style-boundary-004-expected.txt:
1448 * platform/gtk/editing/style/style-boundary-005-expected.txt:
1449 * platform/gtk/editing/style/typing-style-001-expected.txt:
1450 * platform/gtk/editing/style/typing-style-002-expected.txt:
1451 * platform/gtk/editing/style/unbold-in-bold-expected.txt:
1452 * platform/gtk/editing/undo/4063751-expected.txt:
1453 * platform/gtk/editing/undo/redo-typing-001-expected.txt:
1454 * platform/gtk/editing/undo/undo-combined-delete-boundary-expected.txt:
1455 * platform/gtk/editing/undo/undo-combined-delete-expected.txt:
1456 * platform/gtk/editing/undo/undo-delete-boundary-expected.txt:
1457 * platform/gtk/editing/undo/undo-delete-expected.txt:
1458 * platform/gtk/editing/undo/undo-forward-delete-boundary-expected.txt:
1459 * platform/gtk/editing/undo/undo-forward-delete-expected.txt:
1460 * platform/gtk/editing/undo/undo-misspellings-expected.txt:
1461 * platform/gtk/editing/undo/undo-typing-001-expected.txt:
1462 * platform/gtk/editing/unsupported-content/list-delete-001-expected.txt:
1463 * platform/gtk/editing/unsupported-content/list-delete-003-expected.txt:
1464 * platform/gtk/editing/unsupported-content/list-type-after-expected.txt:
1465 * platform/gtk/editing/unsupported-content/list-type-before-expected.txt:
1466 * platform/gtk/editing/unsupported-content/table-delete-001-expected.txt:
1467 * platform/gtk/editing/unsupported-content/table-delete-002-expected.txt:
1468 * platform/gtk/editing/unsupported-content/table-delete-003-expected.txt:
1469 * platform/gtk/editing/unsupported-content/table-type-after-expected.txt:
1470 * platform/gtk/editing/unsupported-content/table-type-before-expected.txt:
1471 * platform/gtk/fast/dynamic/move-node-with-selection-expected.txt:
1472 * platform/gtk/fast/events/updateLayoutForHitTest-expected.txt:
1473 * platform/gtk/fast/repaint/selection-clear-expected.txt:
1474 * platform/gtk/svg/custom/use-clipped-hit-expected.txt:
1476 2011-09-28 Ryosuke Niwa <rniwa@webkit.org>
1478 Mac rebaseline for r96257.
1480 Also fixed editing/deleting/regional-indicators.html as done in the original patch.
1481 (The fix was included in the original patch but webkit-patch could not apply because of some exotic characters in the test.)
1483 * editing/deleting/delete-ligature-001-expected.txt:
1484 * editing/deleting/regional-indicators.html:
1485 * editing/pasteboard/interchange-newline-2-expected.txt:
1486 * editing/pasteboard/paste-4039777-fix-expected.txt:
1487 * editing/pasteboard/select-element-1-expected.txt:
1488 * fast/events/5056619-expected.txt:
1489 * platform/mac/accessibility/selection-value-changes-for-aria-textbox-expected.txt:
1490 * platform/mac/editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
1491 * platform/mac/editing/deleting/delete-3608445-fix-expected.txt:
1492 * platform/mac/editing/deleting/delete-3608462-fix-expected.txt:
1493 * platform/mac/editing/deleting/delete-3775172-fix-expected.txt:
1494 * platform/mac/editing/deleting/delete-3800834-fix-expected.txt:
1495 * platform/mac/editing/deleting/delete-3857753-fix-expected.txt:
1496 * platform/mac/editing/deleting/delete-3865854-fix-expected.txt:
1497 * platform/mac/editing/deleting/delete-3928305-fix-expected.txt:
1498 * platform/mac/editing/deleting/delete-3959464-fix-expected.txt:
1499 * platform/mac/editing/deleting/delete-after-span-ws-002-expected.txt:
1500 * platform/mac/editing/deleting/delete-after-span-ws-003-expected.txt:
1501 * platform/mac/editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
1502 * platform/mac/editing/deleting/delete-and-undo-expected.txt:
1503 * platform/mac/editing/deleting/delete-at-paragraph-boundaries-001-expected.txt:
1504 * platform/mac/editing/deleting/delete-at-paragraph-boundaries-002-expected.txt:
1505 * platform/mac/editing/deleting/delete-at-paragraph-boundaries-003-expected.txt:
1506 * platform/mac/editing/deleting/delete-at-paragraph-boundaries-004-expected.txt:
1507 * platform/mac/editing/deleting/delete-at-paragraph-boundaries-005-expected.txt:
1508 * platform/mac/editing/deleting/delete-at-paragraph-boundaries-006-expected.txt:
1509 * platform/mac/editing/deleting/delete-at-paragraph-boundaries-007-expected.txt:
1510 * platform/mac/editing/deleting/delete-at-paragraph-boundaries-009-expected.txt:
1511 * platform/mac/editing/deleting/delete-at-paragraph-boundaries-010-expected.txt:
1512 * platform/mac/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
1513 * platform/mac/editing/deleting/delete-block-contents-001-expected.txt:
1514 * platform/mac/editing/deleting/delete-block-contents-002-expected.txt:
1515 * platform/mac/editing/deleting/delete-block-contents-003-expected.txt:
1516 * platform/mac/editing/deleting/delete-block-merge-contents-001-expected.txt:
1517 * platform/mac/editing/deleting/delete-block-merge-contents-002-expected.txt:
1518 * platform/mac/editing/deleting/delete-block-merge-contents-003-expected.txt:
1519 * platform/mac/editing/deleting/delete-block-merge-contents-004-expected.txt:
1520 * platform/mac/editing/deleting/delete-block-merge-contents-005-expected.txt:
1521 * platform/mac/editing/deleting/delete-block-merge-contents-006-expected.txt:
1522 * platform/mac/editing/deleting/delete-block-merge-contents-007-expected.txt:
1523 * platform/mac/editing/deleting/delete-block-merge-contents-008-expected.txt:
1524 * platform/mac/editing/deleting/delete-block-merge-contents-009-expected.txt:
1525 * platform/mac/editing/deleting/delete-block-merge-contents-010-expected.txt:
1526 * platform/mac/editing/deleting/delete-block-merge-contents-012-expected.txt:
1527 * platform/mac/editing/deleting/delete-block-merge-contents-013-expected.txt:
1528 * platform/mac/editing/deleting/delete-block-merge-contents-014-expected.txt:
1529 * platform/mac/editing/deleting/delete-block-merge-contents-015-expected.txt:
1530 * platform/mac/editing/deleting/delete-block-merge-contents-016-expected.txt:
1531 * platform/mac/editing/deleting/delete-block-merge-contents-017-expected.txt:
1532 * platform/mac/editing/deleting/delete-block-merge-contents-018-expected.txt:
1533 * platform/mac/editing/deleting/delete-block-merge-contents-019-expected.txt:
1534 * platform/mac/editing/deleting/delete-block-merge-contents-020-expected.txt:
1535 * platform/mac/editing/deleting/delete-block-merge-contents-021-expected.txt:
1536 * platform/mac/editing/deleting/delete-block-merge-contents-022-expected.txt:
1537 * platform/mac/editing/deleting/delete-block-merge-contents-023-expected.txt:
1538 * platform/mac/editing/deleting/delete-block-merge-contents-024-expected.txt:
1539 * platform/mac/editing/deleting/delete-br-008-expected.txt:
1540 * platform/mac/editing/deleting/delete-br-010-expected.txt:
1541 * platform/mac/editing/deleting/delete-br-011-expected.txt:
1542 * platform/mac/editing/deleting/delete-contiguous-ws-001-expected.txt:
1543 * platform/mac/editing/deleting/delete-first-list-item-expected.txt:
1544 * platform/mac/editing/deleting/delete-image-001-expected.txt:
1545 * platform/mac/editing/deleting/delete-image-002-expected.txt:
1546 * platform/mac/editing/deleting/delete-image-003-expected.txt:
1547 * platform/mac/editing/deleting/delete-image-004-expected.txt:
1548 * platform/mac/editing/deleting/delete-leading-ws-001-expected.txt:
1549 * platform/mac/editing/deleting/delete-line-001-expected.txt:
1550 * platform/mac/editing/deleting/delete-line-002-expected.txt:
1551 * platform/mac/editing/deleting/delete-line-003-expected.txt:
1552 * platform/mac/editing/deleting/delete-line-004-expected.txt:
1553 * platform/mac/editing/deleting/delete-line-005-expected.txt:
1554 * platform/mac/editing/deleting/delete-line-006-expected.txt:
1555 * platform/mac/editing/deleting/delete-line-007-expected.txt:
1556 * platform/mac/editing/deleting/delete-line-008-expected.txt:
1557 * platform/mac/editing/deleting/delete-line-009-expected.txt:
1558 * platform/mac/editing/deleting/delete-line-010-expected.txt:
1559 * platform/mac/editing/deleting/delete-line-011-expected.txt:
1560 * platform/mac/editing/deleting/delete-line-012-expected.txt:
1561 * platform/mac/editing/deleting/delete-line-013-expected.txt:
1562 * platform/mac/editing/deleting/delete-line-014-expected.txt:
1563 * platform/mac/editing/deleting/delete-line-015-expected.txt:
1564 * platform/mac/editing/deleting/delete-line-016-expected.txt:
1565 * platform/mac/editing/deleting/delete-line-017-expected.txt:
1566 * platform/mac/editing/deleting/delete-listitem-001-expected.txt:
1567 * platform/mac/editing/deleting/delete-listitem-002-expected.txt:
1568 * platform/mac/editing/deleting/delete-selection-001-expected.txt:
1569 * platform/mac/editing/deleting/delete-tab-001-expected.txt:
1570 * platform/mac/editing/deleting/delete-tab-002-expected.txt:
1571 * platform/mac/editing/deleting/delete-tab-003-expected.txt:
1572 * platform/mac/editing/deleting/delete-tab-004-expected.txt:
1573 * platform/mac/editing/deleting/delete-trailing-ws-001-expected.txt:
1574 * platform/mac/editing/deleting/delete-trailing-ws-002-expected.txt:
1575 * platform/mac/editing/deleting/delete-ws-fixup-002-expected.txt:
1576 * platform/mac/editing/deleting/forward-delete-expected.txt:
1577 * platform/mac/editing/deleting/list-item-1-expected.txt:
1578 * platform/mac/editing/deleting/merge-different-styles-expected.txt:
1579 * platform/mac/editing/deleting/merge-endOfParagraph-expected.txt:
1580 * platform/mac/editing/deleting/merge-no-br-expected.txt:
1581 * platform/mac/editing/deleting/non-smart-delete-expected.txt:
1582 * platform/mac/editing/deleting/pruning-after-merge-2-expected.txt:
1583 * platform/mac/editing/deleting/smart-delete-001-expected.txt:
1584 * platform/mac/editing/deleting/smart-delete-002-expected.txt:
1585 * platform/mac/editing/deleting/smart-delete-003-expected.txt:
1586 * platform/mac/editing/deleting/smart-delete-004-expected.txt:
1587 * platform/mac/editing/deleting/table-cells-expected.txt:
1588 * platform/mac/editing/execCommand/4641880-1-expected.txt:
1589 * platform/mac/editing/execCommand/4641880-2-expected.txt:
1590 * platform/mac/editing/execCommand/create-list-with-hr-expected.txt:
1591 * platform/mac/editing/execCommand/find-after-replace-expected.txt:
1592 * platform/mac/editing/execCommand/format-block-with-trailing-br-expected.txt:
1593 * platform/mac/editing/execCommand/indent-list-item-expected.txt:
1594 * platform/mac/editing/execCommand/indent-selection-expected.txt:
1595 * platform/mac/editing/execCommand/insert-list-and-stitch-expected.txt:
1596 * platform/mac/editing/execCommand/insertHorizontalRule-expected.txt:
1597 * platform/mac/editing/execCommand/nsresponder-indent-expected.txt:
1598 * platform/mac/editing/execCommand/nsresponder-outdent-expected.txt:
1599 * platform/mac/editing/execCommand/paste-1-expected.txt:
1600 * platform/mac/editing/execCommand/paste-2-expected.txt:
1601 * platform/mac/editing/execCommand/remove-list-from-range-selection-expected.txt:
1602 * platform/mac/editing/execCommand/remove-list-item-1-expected.txt:
1603 * platform/mac/editing/input/5576619-expected.txt:
1604 * platform/mac/editing/input/emacs-ctrl-o-expected.txt:
1605 * platform/mac/editing/input/firstrectforcharacterrange-styled-expected.txt:
1606 * platform/mac/editing/input/text-input-controller-expected.txt:
1607 * platform/mac/editing/inserting/4278698-expected.txt:
1608 * platform/mac/editing/inserting/editing-empty-divs-expected.txt:
1609 * platform/mac/editing/inserting/insert-3654864-fix-expected.txt:
1610 * platform/mac/editing/inserting/insert-3775316-fix-expected.txt:
1611 * platform/mac/editing/inserting/insert-3851164-fix-expected.txt:
1612 * platform/mac/editing/inserting/insert-after-delete-001-expected.txt:
1613 * platform/mac/editing/inserting/insert-at-end-01-expected.txt:
1614 * platform/mac/editing/inserting/insert-at-end-02-expected.txt:
1615 * platform/mac/editing/inserting/insert-br-001-expected.txt:
1616 * platform/mac/editing/inserting/insert-br-003-expected.txt:
1617 * platform/mac/editing/inserting/insert-br-005-expected.txt:
1618 * platform/mac/editing/inserting/insert-br-006-expected.txt:
1619 * platform/mac/editing/inserting/insert-br-007-expected.txt:
1620 * platform/mac/editing/inserting/insert-br-008-expected.txt:
1621 * platform/mac/editing/inserting/insert-br-at-tabspan-003-expected.txt:
1622 * platform/mac/editing/inserting/insert-div-001-expected.txt:
1623 * platform/mac/editing/inserting/insert-div-002-expected.txt:
1624 * platform/mac/editing/inserting/insert-div-003-expected.txt:
1625 * platform/mac/editing/inserting/insert-div-005-expected.txt:
1626 * platform/mac/editing/inserting/insert-div-006-expected.txt:
1627 * platform/mac/editing/inserting/insert-div-007-expected.txt:
1628 * platform/mac/editing/inserting/insert-div-008-expected.txt:
1629 * platform/mac/editing/inserting/insert-div-009-expected.txt:
1630 * platform/mac/editing/inserting/insert-div-010-expected.txt:
1631 * platform/mac/editing/inserting/insert-div-020-expected.txt:
1632 * platform/mac/editing/inserting/insert-div-023-expected.txt:
1633 * platform/mac/editing/inserting/insert-div-024-expected.txt:
1634 * platform/mac/editing/inserting/insert-div-025-expected.txt:
1635 * platform/mac/editing/inserting/insert-div-026-expected.txt:
1636 * platform/mac/editing/inserting/insert-space-in-empty-doc-expected.txt:
1637 * platform/mac/editing/inserting/insert-text-at-tabspan-001-expected.txt:
1638 * platform/mac/editing/inserting/insert-text-with-newlines-expected.txt:
1639 * platform/mac/editing/inserting/multiple-lines-selected-expected.txt:
1640 * platform/mac/editing/inserting/paragraph-separator-03-expected.txt:
1641 * platform/mac/editing/inserting/paragraph-separator-in-table-2-expected.txt:
1642 * platform/mac/editing/inserting/redo-expected.txt:
1643 * platform/mac/editing/inserting/return-key-with-selection-001-expected.txt:
1644 * platform/mac/editing/inserting/return-key-with-selection-002-expected.txt:
1645 * platform/mac/editing/inserting/return-key-with-selection-003-expected.txt:
1646 * platform/mac/editing/inserting/typing-001-expected.txt:
1647 * platform/mac/editing/inserting/typing-002-expected.txt:
1648 * platform/mac/editing/inserting/typing-003-expected.txt:
1649 * platform/mac/editing/inserting/typing-around-br-001-expected.txt:
1650 * platform/mac/editing/inserting/typing-around-image-001-expected.txt:
1651 * platform/mac/editing/inserting/typing-at-end-of-line-expected.txt:
1652 * platform/mac/editing/pasteboard/3976872-expected.txt:
1653 * platform/mac/editing/pasteboard/4076267-2-expected.txt:
1654 * platform/mac/editing/pasteboard/4076267-3-expected.txt:
1655 * platform/mac/editing/pasteboard/4076267-expected.txt:
1656 * platform/mac/editing/pasteboard/8145-3-expected.txt:
1657 * platform/mac/editing/pasteboard/bad-placeholder-expected.txt:
1658 * platform/mac/editing/pasteboard/cut-text-001-expected.txt:
1659 * platform/mac/editing/pasteboard/displaced-generic-placeholder-expected.txt:
1660 * platform/mac/editing/pasteboard/displaced-placeholder-expected.txt:
1661 * platform/mac/editing/pasteboard/drag-drop-modifies-page-expected.txt:
1662 * platform/mac/editing/pasteboard/emacs-ctrl-a-k-y-expected.txt:
1663 * platform/mac/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt:
1664 * platform/mac/editing/pasteboard/merge-after-delete-1-expected.txt:
1665 * platform/mac/editing/pasteboard/merge-after-delete-2-expected.txt:
1666 * platform/mac/editing/pasteboard/merge-after-delete-expected.txt:
1667 * platform/mac/editing/pasteboard/merge-end-blockquote-expected.txt:
1668 * platform/mac/editing/pasteboard/merge-end-borders-expected.txt:
1669 * platform/mac/editing/pasteboard/paste-4035648-fix-expected.txt:
1670 * platform/mac/editing/pasteboard/paste-line-endings-001-expected.txt:
1671 * platform/mac/editing/pasteboard/paste-line-endings-006-expected.txt:
1672 * platform/mac/editing/pasteboard/paste-match-style-001-expected.txt:
1673 * platform/mac/editing/pasteboard/paste-match-style-002-expected.txt:
1674 * platform/mac/editing/pasteboard/paste-table-003-expected.txt:
1675 * platform/mac/editing/pasteboard/paste-table-cells-expected.txt:
1676 * platform/mac/editing/pasteboard/paste-text-004-expected.txt:
1677 * platform/mac/editing/pasteboard/paste-text-005-expected.txt:
1678 * platform/mac/editing/pasteboard/paste-text-006-expected.txt:
1679 * platform/mac/editing/pasteboard/paste-text-007-expected.txt:
1680 * platform/mac/editing/pasteboard/paste-text-008-expected.txt:
1681 * platform/mac/editing/pasteboard/paste-text-016-expected.txt:
1682 * platform/mac/editing/pasteboard/paste-text-019-expected.txt:
1683 * platform/mac/editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
1684 * platform/mac/editing/pasteboard/paste-xml-expected.txt:
1685 * platform/mac/editing/pasteboard/pasting-object-expected.txt:
1686 * platform/mac/editing/pasteboard/smart-drag-drop-expected.txt:
1687 * platform/mac/editing/pasteboard/smart-paste-007-expected.txt:
1688 * platform/mac/editing/pasteboard/smart-paste-008-expected.txt:
1689 * platform/mac/editing/pasteboard/subframe-dragndrop-1-expected.txt:
1690 * platform/mac/editing/pasteboard/undoable-fragment-removes-expected.txt:
1691 * platform/mac/editing/selection/move-between-blocks-no-001-expected.txt:
1692 * platform/mac/editing/selection/node-removal-1-expected.txt:
1693 * platform/mac/editing/selection/node-removal-2-expected.txt:
1694 * platform/mac/editing/selection/replace-selection-1-expected.txt:
1695 * platform/mac/editing/selection/select-all-iframe-expected.txt:
1696 * platform/mac/editing/spelling/spelling-expected.txt:
1697 * platform/mac/editing/style/create-block-for-style-001-expected.txt:
1698 * platform/mac/editing/style/create-block-for-style-002-expected.txt:
1699 * platform/mac/editing/style/create-block-for-style-003-expected.txt:
1700 * platform/mac/editing/style/create-block-for-style-004-expected.txt:
1701 * platform/mac/editing/style/create-block-for-style-007-expected.txt:
1702 * platform/mac/editing/style/create-block-for-style-009-expected.txt:
1703 * platform/mac/editing/style/create-block-for-style-010-expected.txt:
1704 * platform/mac/editing/style/create-block-for-style-011-expected.txt:
1705 * platform/mac/editing/style/create-block-for-style-012-expected.txt:
1706 * platform/mac/editing/style/create-block-for-style-013-expected.txt:
1707 * platform/mac/editing/style/designmode-expected.txt:
1708 * platform/mac/editing/style/relative-font-size-change-001-expected.txt:
1709 * platform/mac/editing/style/relative-font-size-change-002-expected.txt:
1710 * platform/mac/editing/style/smoosh-styles-001-expected.txt:
1711 * platform/mac/editing/style/smoosh-styles-003-expected.txt:
1712 * platform/mac/editing/style/style-3681552-fix-001-expected.txt:
1713 * platform/mac/editing/style/style-3681552-fix-002-expected.txt:
1714 * platform/mac/editing/style/style-3998892-fix-expected.txt:
1715 * platform/mac/editing/style/style-boundary-001-expected.txt:
1716 * platform/mac/editing/style/style-boundary-002-expected.txt:
1717 * platform/mac/editing/style/style-boundary-003-expected.txt:
1718 * platform/mac/editing/style/style-boundary-004-expected.txt:
1719 * platform/mac/editing/style/style-boundary-005-expected.txt:
1720 * platform/mac/editing/style/typing-style-001-expected.txt:
1721 * platform/mac/editing/style/typing-style-002-expected.txt:
1722 * platform/mac/editing/style/unbold-in-bold-expected.txt:
1723 * platform/mac/editing/undo/4063751-expected.txt:
1724 * platform/mac/editing/undo/redo-typing-001-expected.txt:
1725 * platform/mac/editing/undo/undo-combined-delete-boundary-expected.txt:
1726 * platform/mac/editing/undo/undo-combined-delete-expected.txt:
1727 * platform/mac/editing/undo/undo-delete-boundary-expected.txt:
1728 * platform/mac/editing/undo/undo-delete-expected.txt:
1729 * platform/mac/editing/undo/undo-forward-delete-boundary-expected.txt:
1730 * platform/mac/editing/undo/undo-forward-delete-expected.txt:
1731 * platform/mac/editing/undo/undo-misspellings-expected.txt:
1732 * platform/mac/editing/undo/undo-typing-001-expected.txt:
1733 * platform/mac/editing/unsupported-content/list-delete-001-expected.txt:
1734 * platform/mac/editing/unsupported-content/list-delete-003-expected.txt:
1735 * platform/mac/editing/unsupported-content/list-type-after-expected.txt:
1736 * platform/mac/editing/unsupported-content/list-type-before-expected.txt:
1737 * platform/mac/editing/unsupported-content/table-delete-001-expected.txt:
1738 * platform/mac/editing/unsupported-content/table-delete-002-expected.txt:
1739 * platform/mac/editing/unsupported-content/table-delete-003-expected.txt:
1740 * platform/mac/editing/unsupported-content/table-type-after-expected.txt:
1741 * platform/mac/editing/unsupported-content/table-type-before-expected.txt:
1742 * platform/mac/fast/dynamic/move-node-with-selection-expected.txt:
1743 * platform/mac/fast/repaint/selection-clear-expected.txt:
1744 * platform/mac/svg/custom/use-clipped-hit-expected.txt:
1746 2011-09-28 Sergey Glazunov <serg.glazunov@gmail.com>
1748 JavaScript generated documents don't inherit the cookie URL
1749 https://bugs.webkit.org/show_bug.cgi?id=69003
1751 Reviewed by Adam Barth.
1753 * http/tests/security/cookies/cookie-theft-with-javascript-doc-expected.txt: Added.
1754 * http/tests/security/cookies/cookie-theft-with-javascript-doc.html: Added.
1755 * http/tests/security/cookies/resources/innocent-victim-with-cookies.html: Added.
1757 2011-09-28 Dimitri Glazkov <dglazkov@chromium.org>
1759 REGRESSION(r95573): Crash when loading SVG documents in a flattened frame or any SVG document in Chromium/Mac.
1760 https://bugs.webkit.org/show_bug.cgi?id=68938
1762 Reviewed by David Hyatt.
1764 * fast/frames/flattening/crash-svg-document-expected.txt: Added.
1765 * fast/frames/flattening/crash-svg-document.html: Added.
1767 2011-09-28 Una Sabovic <una.sabovic@palm.com>
1769 Setting innerText to an empty string on editable div loses focus
1770 https://bugs.webkit.org/show_bug.cgi?id=62092
1772 Reviewed by Ryosuke Niwa.
1774 Added test to make sure that caret is still present in a focused editable div after its text is deleted.
1775 Updated editing tests to not expect that deleting selection start or end node will clear the selection.
1776 Added test to exercise range modification examples from
1777 http://www.w3.org/TR/DOM-Level-2-Traversal-Range/ranges.html#Level-2-Range-Mutation
1779 * editing/deleting/5546763-expected.txt:
1780 * editing/deleting/delete-4038408-fix-expected.txt:
1781 * editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
1782 * editing/deleting/delete-br-011-expected.txt:
1783 * editing/deleting/delete-by-word-001-expected.txt:
1784 * editing/deleting/delete-by-word-002-expected.txt:
1785 * editing/deleting/delete-cell-contents-expected.txt:
1786 * editing/deleting/delete-ligature-002-expected.txt:
1787 * editing/deleting/delete-ligature-003-expected.txt:
1788 * editing/deleting/delete-select-all-002-expected.txt:
1789 * editing/deleting/delete-select-all-003-expected.txt:
1790 * editing/deleting/delete-to-end-of-paragraph-expected.txt:
1791 * editing/deleting/merge-paragraph-into-blockquote-expected.txt:
1792 * editing/deleting/paragraph-in-preserveNewline-expected.txt:
1793 * editing/deleting/pruning-after-merge-1-expected.txt:
1794 * editing/deleting/skip-virama-001-expected.txt:
1795 * editing/deleting/whitespace-pre-1-expected.txt:
1796 * editing/execCommand/4920488-expected.txt:
1797 * editing/execCommand/crash-indenting-list-item-expected.txt:
1798 * editing/execCommand/createLink-expected.txt:
1799 * editing/execCommand/format-block-expected.txt:
1800 * editing/execCommand/format-block-multiple-paragraphs-in-pre-expected.txt:
1801 * editing/execCommand/format-block-with-braces-expected.txt:
1802 * editing/execCommand/hilitecolor-expected.txt:
1803 * editing/execCommand/indent-nested-lists-1-expected.txt:
1804 * editing/execCommand/indent-nested-lists-2-expected.txt:
1805 * editing/execCommand/indent-nested-lists-3-expected.txt:
1806 * editing/execCommand/indent-nested-lists-4-expected.txt:
1807 * editing/execCommand/indent-nested-lists-5-expected.txt:
1808 * editing/execCommand/indent-nested-lists-6-expected.txt:
1809 * editing/execCommand/indent-nested-lists-7-expected.txt:
1810 * editing/execCommand/indent-paragraphs-expected.txt:
1811 * editing/execCommand/indent-with-style-expected.txt:
1812 * editing/execCommand/insertHTML-expected.txt:
1813 * editing/execCommand/outdent-nested-lists-1-expected.txt:
1814 * editing/execCommand/outdent-nested-lists-2-expected.txt:
1815 * editing/execCommand/outdent-nested-lists-3-expected.txt:
1816 * editing/execCommand/outdent-nested-lists-4-expected.txt:
1817 * editing/execCommand/queryCommandState-01-expected.txt:
1818 * editing/execCommand/remove-formatting-2-expected.txt:
1819 * editing/execCommand/remove-formatting-expected.txt:
1820 * editing/execCommand/remove-list-1-expected.txt:
1821 * editing/execCommand/remove-list-items-expected.txt:
1822 * editing/execCommand/switch-list-type-expected.txt:
1823 * editing/execCommand/unlink-expected.txt:
1824 * editing/inserting/insert-3786362-fix-expected.txt:
1825 * editing/inserting/insert-div-021-expected.txt:
1826 * editing/inserting/insert-paragraph-at-end-of-line-expected.txt:
1827 * editing/inserting/insert-thai-characters-001-expected.txt:
1828 * editing/pasteboard/4242293-1-expected.txt:
1829 * editing/pasteboard/5065605-expected.txt:
1830 * editing/pasteboard/block-wrappers-necessary-expected.txt:
1831 * editing/pasteboard/copy-in-password-field-expected.txt:
1832 * editing/pasteboard/copy-text-with-backgroundcolor-expected.txt:
1833 * editing/pasteboard/insert-div-text-into-text-expected.txt:
1834 * editing/pasteboard/interchange-newline-1-expected.txt:
1835 * editing/pasteboard/interchange-newline-3-expected.txt:
1836 * editing/pasteboard/interchange-newline-4-expected.txt:
1837 * editing/pasteboard/merge-end-2-expected.txt:
1838 * editing/pasteboard/merge-end-3-expected.txt:
1839 * editing/pasteboard/merge-end-4-expected.txt:
1840 * editing/pasteboard/merge-end-5-expected.txt:
1841 * editing/pasteboard/merge-end-list-2-expected.txt:
1842 * editing/pasteboard/merge-end-list-expected.txt:
1843 * editing/pasteboard/merge-end-table-2-expected.txt:
1844 * editing/pasteboard/merge-end-table-expected.txt:
1845 * editing/pasteboard/nested-blocks-with-text-area-expected.txt:
1846 * editing/pasteboard/nested-blocks-with-text-field-expected.txt:
1847 * editing/pasteboard/paste-into-anchor-text-expected.txt:
1848 * editing/pasteboard/paste-list-001-expected.txt:
1849 * editing/pasteboard/paste-table-001-expected.txt:
1850 * editing/pasteboard/paste-table-002-expected.txt:
1851 * editing/pasteboard/paste-text-001-expected.txt:
1852 * editing/pasteboard/paste-text-002-expected.txt:
1853 * editing/pasteboard/paste-text-003-expected.txt:
1854 * editing/pasteboard/paste-text-011-expected.txt:
1855 * editing/pasteboard/paste-text-017-expected.txt:
1856 * editing/pasteboard/paste-text-018-expected.txt:
1857 * editing/pasteboard/paste-text-at-tabspan-001-expected.txt:
1858 * editing/pasteboard/paste-text-at-tabspan-002-expected.txt:
1859 * editing/pasteboard/paste-text-with-style-expected.txt:
1860 * editing/pasteboard/prevent-block-nesting-01-expected.txt:
1861 * editing/pasteboard/select-element-1-expected.txt:
1862 * editing/pasteboard/smart-paste-003-expected.txt:
1863 * editing/pasteboard/smart-paste-004-expected.txt:
1864 * editing/pasteboard/smart-paste-005-expected.txt:
1865 * editing/pasteboard/smart-paste-006-expected.txt:
1866 * editing/selection/5497643-expected.txt:
1867 * editing/selection/5497643.html:
1868 * editing/selection/character-data-mutation-expected.txt:
1869 * editing/selection/character-data-mutation.html:
1870 * editing/selection/document-mutation-expected.txt: Added.
1871 * editing/selection/document-mutation.html: Added.
1872 * editing/selection/editable-div-clear-on-keydown-expected.txt: Added.
1873 * editing/selection/editable-div-clear-on-keydown.html: Added.
1874 * editing/selection/regional-indicators.html:
1875 * editing/style/remove-underline-from-stylesheet-expected.txt:
1876 * editing/style/typing-style-003-expected.txt:
1877 * editing/undo/redo-style-expected.txt:
1878 * editing/undo/replace-text-in-node-preserving-markers-crash-expected.txt:
1879 * editing/undo/undo-indent-expected.txt:
1880 * platform/mac/editing/pasteboard/paste-and-match-style-selector-event.html:
1881 * platform/qt/editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
1882 * platform/qt/editing/deleting/delete-3608445-fix-expected.txt:
1883 * platform/qt/editing/deleting/delete-3608462-fix-expected.txt:
1884 * platform/qt/editing/deleting/delete-3775172-fix-expected.txt:
1885 * platform/qt/editing/deleting/delete-3800834-fix-expected.txt:
1886 * platform/qt/editing/deleting/delete-3857753-fix-expected.txt:
1887 * platform/qt/editing/deleting/delete-3865854-fix-expected.txt:
1888 * platform/qt/editing/deleting/delete-3928305-fix-expected.txt:
1889 * platform/qt/editing/deleting/delete-3959464-fix-expected.txt:
1890 * platform/qt/editing/deleting/delete-after-span-ws-002-expected.txt:
1891 * platform/qt/editing/deleting/delete-after-span-ws-003-expected.txt:
1892 * platform/qt/editing/deleting/delete-and-undo-expected.txt:
1893 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-001-expected.txt:
1894 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-002-expected.txt:
1895 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-003-expected.txt:
1896 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-004-expected.txt:
1897 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-005-expected.txt:
1898 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-006-expected.txt:
1899 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-007-expected.txt:
1900 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-009-expected.txt:
1901 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-010-expected.txt:
1902 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
1903 * platform/qt/editing/deleting/delete-block-contents-001-expected.txt:
1904 * platform/qt/editing/deleting/delete-block-contents-002-expected.txt:
1905 * platform/qt/editing/deleting/delete-block-contents-003-expected.txt:
1906 * platform/qt/editing/deleting/delete-block-merge-contents-001-expected.txt:
1907 * platform/qt/editing/deleting/delete-block-merge-contents-002-expected.txt:
1908 * platform/qt/editing/deleting/delete-block-merge-contents-003-expected.txt:
1909 * platform/qt/editing/deleting/delete-block-merge-contents-004-expected.txt:
1910 * platform/qt/editing/deleting/delete-block-merge-contents-005-expected.txt:
1911 * platform/qt/editing/deleting/delete-block-merge-contents-006-expected.txt:
1912 * platform/qt/editing/deleting/delete-block-merge-contents-007-expected.txt:
1913 * platform/qt/editing/deleting/delete-block-merge-contents-008-expected.txt:
1914 * platform/qt/editing/deleting/delete-block-merge-contents-009-expected.txt:
1915 * platform/qt/editing/deleting/delete-block-merge-contents-010-expected.txt:
1916 * platform/qt/editing/deleting/delete-block-merge-contents-012-expected.txt:
1917 * platform/qt/editing/deleting/delete-block-merge-contents-013-expected.txt:
1918 * platform/qt/editing/deleting/delete-block-merge-contents-014-expected.txt:
1919 * platform/qt/editing/deleting/delete-block-merge-contents-015-expected.txt:
1920 * platform/qt/editing/deleting/delete-block-merge-contents-016-expected.txt:
1921 * platform/qt/editing/deleting/delete-block-merge-contents-017-expected.txt:
1922 * platform/qt/editing/deleting/delete-block-merge-contents-018-expected.txt:
1923 * platform/qt/editing/deleting/delete-block-merge-contents-019-expected.txt:
1924 * platform/qt/editing/deleting/delete-block-merge-contents-020-expected.txt:
1925 * platform/qt/editing/deleting/delete-block-merge-contents-021-expected.txt:
1926 * platform/qt/editing/deleting/delete-block-merge-contents-022-expected.txt:
1927 * platform/qt/editing/deleting/delete-block-merge-contents-023-expected.txt:
1928 * platform/qt/editing/deleting/delete-block-merge-contents-024-expected.txt:
1929 * platform/qt/editing/deleting/delete-br-008-expected.txt:
1930 * platform/qt/editing/deleting/delete-br-010-expected.txt:
1931 * platform/qt/editing/deleting/delete-contiguous-ws-001-expected.txt:
1932 * platform/qt/editing/deleting/delete-first-list-item-expected.txt:
1933 * platform/qt/editing/deleting/delete-image-001-expected.txt:
1934 * platform/qt/editing/deleting/delete-image-002-expected.txt:
1935 * platform/qt/editing/deleting/delete-image-003-expected.txt:
1936 * platform/qt/editing/deleting/delete-image-004-expected.txt:
1937 * platform/qt/editing/deleting/delete-leading-ws-001-expected.txt:
1938 * platform/qt/editing/deleting/delete-line-001-expected.txt:
1939 * platform/qt/editing/deleting/delete-line-002-expected.txt:
1940 * platform/qt/editing/deleting/delete-line-003-expected.txt:
1941 * platform/qt/editing/deleting/delete-line-004-expected.txt:
1942 * platform/qt/editing/deleting/delete-line-005-expected.txt:
1943 * platform/qt/editing/deleting/delete-line-006-expected.txt:
1944 * platform/qt/editing/deleting/delete-line-007-expected.txt:
1945 * platform/qt/editing/deleting/delete-line-008-expected.txt:
1946 * platform/qt/editing/deleting/delete-line-009-expected.txt:
1947 * platform/qt/editing/deleting/delete-line-010-expected.txt:
1948 * platform/qt/editing/deleting/delete-line-012-expected.txt:
1949 * platform/qt/editing/deleting/delete-line-013-expected.txt:
1950 * platform/qt/editing/deleting/delete-line-014-expected.txt:
1951 * platform/qt/editing/deleting/delete-line-015-expected.txt:
1952 * platform/qt/editing/deleting/delete-line-016-expected.txt:
1953 * platform/qt/editing/deleting/delete-line-017-expected.txt:
1954 * platform/qt/editing/deleting/delete-line-end-ws-002-expected.txt:
1955 * platform/qt/editing/deleting/delete-listitem-001-expected.txt:
1956 * platform/qt/editing/deleting/delete-listitem-002-expected.txt:
1957 * platform/qt/editing/deleting/delete-selection-001-expected.txt:
1958 * platform/qt/editing/deleting/delete-trailing-ws-001-expected.txt:
1959 * platform/qt/editing/deleting/delete-trailing-ws-002-expected.txt:
1960 * platform/qt/editing/deleting/delete-ws-fixup-002-expected.txt:
1961 * platform/qt/editing/deleting/forward-delete-expected.txt:
1962 * platform/qt/editing/deleting/list-item-1-expected.txt:
1963 * platform/qt/editing/deleting/merge-different-styles-expected.txt:
1964 * platform/qt/editing/deleting/merge-endOfParagraph-expected.txt:
1965 * platform/qt/editing/deleting/merge-no-br-expected.txt:
1966 * platform/qt/editing/deleting/non-smart-delete-expected.txt:
1967 * platform/qt/editing/deleting/pruning-after-merge-2-expected.txt:
1968 * platform/qt/editing/deleting/smart-delete-001-expected.txt:
1969 * platform/qt/editing/deleting/smart-delete-003-expected.txt:
1970 * platform/qt/editing/deleting/smart-delete-004-expected.txt:
1971 * platform/qt/editing/deleting/table-cells-expected.txt:
1972 * platform/qt/editing/execCommand/4641880-1-expected.txt:
1973 * platform/qt/editing/execCommand/4641880-2-expected.txt:
1974 * platform/qt/editing/execCommand/create-list-with-hr-expected.txt:
1975 * platform/qt/editing/execCommand/find-after-replace-expected.txt:
1976 * platform/qt/editing/execCommand/format-block-with-trailing-br-expected.txt:
1977 * platform/qt/editing/execCommand/indent-list-item-expected.txt:
1978 * platform/qt/editing/execCommand/indent-selection-expected.txt:
1979 * platform/qt/editing/execCommand/insert-list-and-stitch-expected.txt:
1980 * platform/qt/editing/execCommand/insertHorizontalRule-expected.txt:
1981 * platform/qt/editing/execCommand/nsresponder-indent-expected.txt:
1982 * platform/qt/editing/execCommand/nsresponder-outdent-expected.txt:
1983 * platform/qt/editing/execCommand/paste-1-expected.txt:
1984 * platform/qt/editing/execCommand/paste-2-expected.txt:
1985 * platform/qt/editing/execCommand/remove-list-from-range-selection-expected.txt:
1986 * platform/qt/editing/execCommand/remove-list-item-1-expected.txt:
1987 * platform/qt/editing/input/emacs-ctrl-o-expected.txt:
1988 * platform/qt/editing/inserting/4278698-expected.txt:
1989 * platform/qt/editing/inserting/editing-empty-divs-expected.txt:
1990 * platform/qt/editing/inserting/insert-3654864-fix-expected.txt:
1991 * platform/qt/editing/inserting/insert-3775316-fix-expected.txt:
1992 * platform/qt/editing/inserting/insert-3851164-fix-expected.txt:
1993 * platform/qt/editing/inserting/insert-after-delete-001-expected.txt:
1994 * platform/qt/editing/inserting/insert-at-end-01-expected.txt:
1995 * platform/qt/editing/inserting/insert-at-end-02-expected.txt:
1996 * platform/qt/editing/inserting/insert-br-001-expected.txt:
1997 * platform/qt/editing/inserting/insert-br-003-expected.txt:
1998 * platform/qt/editing/inserting/insert-br-005-expected.txt:
1999 * platform/qt/editing/inserting/insert-br-006-expected.txt:
2000 * platform/qt/editing/inserting/insert-br-007-expected.txt:
2001 * platform/qt/editing/inserting/insert-br-008-expected.txt:
2002 * platform/qt/editing/inserting/insert-br-at-tabspan-003-expected.txt:
2003 * platform/qt/editing/inserting/insert-div-001-expected.txt:
2004 * platform/qt/editing/inserting/insert-div-002-expected.txt:
2005 * platform/qt/editing/inserting/insert-div-003-expected.txt:
2006 * platform/qt/editing/inserting/insert-div-005-expected.txt:
2007 * platform/qt/editing/inserting/insert-div-006-expected.txt:
2008 * platform/qt/editing/inserting/insert-div-007-expected.txt:
2009 * platform/qt/editing/inserting/insert-div-008-expected.txt:
2010 * platform/qt/editing/inserting/insert-div-009-expected.txt:
2011 * platform/qt/editing/inserting/insert-div-010-expected.txt:
2012 * platform/qt/editing/inserting/insert-div-020-expected.txt:
2013 * platform/qt/editing/inserting/insert-div-023-expected.txt:
2014 * platform/qt/editing/inserting/insert-div-024-expected.txt:
2015 * platform/qt/editing/inserting/insert-div-025-expected.txt:
2016 * platform/qt/editing/inserting/insert-div-026-expected.txt:
2017 * platform/qt/editing/inserting/insert-space-in-empty-doc-expected.txt:
2018 * platform/qt/editing/inserting/insert-text-at-tabspan-001-expected.txt:
2019 * platform/qt/editing/inserting/multiple-lines-selected-expected.txt:
2020 * platform/qt/editing/inserting/paragraph-separator-03-expected.txt:
2021 * platform/qt/editing/inserting/paragraph-separator-in-table-2-expected.txt:
2022 * platform/qt/editing/inserting/redo-expected.txt:
2023 * platform/qt/editing/inserting/return-key-with-selection-001-expected.txt:
2024 * platform/qt/editing/inserting/return-key-with-selection-002-expected.txt:
2025 * platform/qt/editing/inserting/return-key-with-selection-003-expected.txt:
2026 * platform/qt/editing/inserting/typing-001-expected.txt:
2027 * platform/qt/editing/inserting/typing-002-expected.txt:
2028 * platform/qt/editing/inserting/typing-003-expected.txt:
2029 * platform/qt/editing/inserting/typing-around-br-001-expected.txt:
2030 * platform/qt/editing/inserting/typing-around-image-001-expected.txt:
2031 * platform/qt/editing/pasteboard/3976872-expected.txt:
2032 * platform/qt/editing/pasteboard/4076267-2-expected.txt:
2033 * platform/qt/editing/pasteboard/4076267-3-expected.txt:
2034 * platform/qt/editing/pasteboard/4076267-expected.txt:
2035 * platform/qt/editing/pasteboard/8145-3-expected.txt:
2036 * platform/qt/editing/pasteboard/bad-placeholder-expected.txt:
2037 * platform/qt/editing/pasteboard/cut-text-001-expected.txt:
2038 * platform/qt/editing/pasteboard/displaced-generic-placeholder-expected.txt:
2039 * platform/qt/editing/pasteboard/displaced-placeholder-expected.txt:
2040 * platform/qt/editing/pasteboard/merge-after-delete-1-expected.txt:
2041 * platform/qt/editing/pasteboard/merge-after-delete-2-expected.txt:
2042 * platform/qt/editing/pasteboard/merge-after-delete-expected.txt:
2043 * platform/qt/editing/pasteboard/merge-end-blockquote-expected.txt:
2044 * platform/qt/editing/pasteboard/merge-end-borders-expected.txt:
2045 * platform/qt/editing/pasteboard/paste-4035648-fix-expected.txt:
2046 * platform/qt/editing/pasteboard/paste-line-endings-001-expected.txt:
2047 * platform/qt/editing/pasteboard/paste-line-endings-006-expected.txt:
2048 * platform/qt/editing/pasteboard/paste-match-style-001-expected.txt:
2049 * platform/qt/editing/pasteboard/paste-match-style-002-expected.txt:
2050 * platform/qt/editing/pasteboard/paste-table-003-expected.txt:
2051 * platform/qt/editing/pasteboard/paste-table-cells-expected.txt:
2052 * platform/qt/editing/pasteboard/paste-text-004-expected.txt:
2053 * platform/qt/editing/pasteboard/paste-text-005-expected.txt:
2054 * platform/qt/editing/pasteboard/paste-text-006-expected.txt:
2055 * platform/qt/editing/pasteboard/paste-text-007-expected.txt:
2056 * platform/qt/editing/pasteboard/paste-text-008-expected.txt:
2057 * platform/qt/editing/pasteboard/paste-text-016-expected.txt:
2058 * platform/qt/editing/pasteboard/paste-text-019-expected.txt:
2059 * platform/qt/editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
2060 * platform/qt/editing/pasteboard/pasting-object-expected.txt:
2061 * platform/qt/editing/pasteboard/smart-paste-007-expected.txt:
2062 * platform/qt/editing/pasteboard/smart-paste-008-expected.txt:
2063 * platform/qt/editing/pasteboard/undoable-fragment-removes-expected.txt:
2064 * platform/qt/editing/selection/move-between-blocks-no-001-expected.txt:
2065 * platform/qt/editing/selection/node-removal-1-expected.txt:
2066 * platform/qt/editing/selection/node-removal-2-expected.txt:
2067 * platform/qt/editing/selection/replace-selection-1-expected.txt:
2068 * platform/qt/editing/selection/select-all-iframe-expected.txt:
2069 * platform/qt/editing/style/create-block-for-style-001-expected.txt:
2070 * platform/qt/editing/style/create-block-for-style-002-expected.txt:
2071 * platform/qt/editing/style/create-block-for-style-003-expected.txt:
2072 * platform/qt/editing/style/create-block-for-style-004-expected.txt:
2073 * platform/qt/editing/style/create-block-for-style-007-expected.txt:
2074 * platform/qt/editing/style/create-block-for-style-009-expected.txt:
2075 * platform/qt/editing/style/create-block-for-style-010-expected.txt:
2076 * platform/qt/editing/style/create-block-for-style-011-expected.txt:
2077 * platform/qt/editing/style/create-block-for-style-012-expected.txt:
2078 * platform/qt/editing/style/create-block-for-style-013-expected.txt:
2079 * platform/qt/editing/style/designmode-expected.txt:
2080 * platform/qt/editing/style/relative-font-size-change-001-expected.txt:
2081 * platform/qt/editing/style/relative-font-size-change-002-expected.txt:
2082 * platform/qt/editing/style/smoosh-styles-001-expected.txt:
2083 * platform/qt/editing/style/smoosh-styles-003-expected.txt:
2084 * platform/qt/editing/style/style-3998892-fix-expected.txt:
2085 * platform/qt/editing/style/style-boundary-001-expected.txt:
2086 * platform/qt/editing/style/style-boundary-004-expected.txt:
2087 * platform/qt/editing/style/unbold-in-bold-expected.txt:
2088 * platform/qt/editing/undo/4063751-expected.txt:
2089 * platform/qt/editing/undo/redo-typing-001-expected.txt:
2090 * platform/qt/editing/undo/undo-combined-delete-boundary-expected.txt:
2091 * platform/qt/editing/undo/undo-combined-delete-expected.txt:
2092 * platform/qt/editing/undo/undo-delete-boundary-expected.txt:
2093 * platform/qt/editing/undo/undo-delete-expected.txt:
2094 * platform/qt/editing/undo/undo-forward-delete-boundary-expected.txt:
2095 * platform/qt/editing/undo/undo-forward-delete-expected.txt:
2096 * platform/qt/editing/undo/undo-misspellings-expected.txt:
2097 * platform/qt/editing/undo/undo-typing-001-expected.txt:
2098 * platform/qt/editing/unsupported-content/list-delete-001-expected.txt:
2099 * platform/qt/editing/unsupported-content/list-delete-003-expected.txt:
2100 * platform/qt/editing/unsupported-content/list-type-after-expected.txt:
2101 * platform/qt/editing/unsupported-content/list-type-before-expected.txt:
2102 * platform/qt/editing/unsupported-content/table-delete-001-expected.txt:
2103 * platform/qt/editing/unsupported-content/table-delete-002-expected.txt:
2104 * platform/qt/editing/unsupported-content/table-delete-003-expected.txt:
2105 * platform/qt/editing/unsupported-content/table-type-after-expected.txt:
2106 * platform/qt/editing/unsupported-content/table-type-before-expected.txt:
2107 * platform/qt/fast/dynamic/move-node-with-selection-expected.txt:
2108 * platform/qt/svg/custom/use-clipped-hit-expected.txt:
2110 2011-09-28 Brian Salomon <bsalomon@google.com>
2112 [chromium / skia] temporarily add files test expectations pending rebaseline due to skia change
2113 https://bugs.webkit.org/show_bug.cgi?id=69013
2115 Reviewed by Stephen White.
2117 * platform/chromium/test_expectations.txt:
2119 2011-09-28 Gavin Barraclough <barraclough@apple.com>
2121 https://bugs.webkit.org/show_bug.cgi?id=64679
2122 Fix bugs in Array.prototype this handling.
2124 Reviewed by Oliver Hunt.
2126 * fast/js/array-prototype-properties-expected.txt: Added.
2127 * fast/js/array-prototype-properties.html: Added.
2128 * fast/js/script-tests/array-prototype-properties.js: Added.
2129 - Added layout test for array prototype functions with undefined as this value.
2130 * ietestcenter/Javascript/15.4.4.14-5-28-expected.txt:
2131 * ietestcenter/Javascript/15.4.4.15-5-28-expected.txt:
2132 - These tests now pass.
2134 2011-09-28 Mihai Parparita <mihaip@chromium.org>
2136 Rebaseline fast/canvas/canvas-composite-transformclip.html and
2137 fast/canvas/canvas-composite.html for Chromium Snow Leopard GPU.
2139 * platform/chromium-gpu-mac/fast/canvas/canvas-composite-expected.png:
2140 * platform/chromium-gpu-mac/fast/canvas/canvas-composite-transformclip-expected.png:
2142 2011-09-28 Kenji Imasaki <imasaki@chromium.org>
2144 [Chromium] remove a passing test from the test expectation file.
2145 https://bugs.webkit.org/show_bug.cgi?id=69008
2147 Reviewed by David Levin.
2149 * platform/chromium/test_expectations.txt:
2151 2011-09-28 Mihai Parparita <mihaip@chromium.org>
2153 Rebaseline svg/filters/animate-fill.svg for Chromium.
2155 * platform/chromium-cg-mac/svg/filters/animate-fill-expected.png: Added.
2156 * platform/chromium-mac/svg/filters/animate-fill-expected.png: Added.
2157 * platform/chromium-win/svg/filters/animate-fill-expected.png: Added.
2158 * platform/chromium/test_expectations.txt:
2160 2011-09-28 Kaustubh Atrawalkar <kaustubh@motorola.com>
2162 [Gtk] Implement textInputController.doCommand
2163 https://bugs.webkit.org/show_bug.cgi?id=66496
2165 Reviewed by Martin Robinson.
2167 Removed skipped tests under textInputController.doCommand for Gtk Port.
2169 * platform/gtk/Skipped:
2171 2011-09-28 Tom Sepez <tsepez@chromium.org>
2173 Revert change which broke displaying end script tags in view-source, instead
2174 deal with any trailing </script> tag included by mistake in the XSSAuditor
2175 itself. Correct tests to detect the missing close tags.
2176 https://bugs.webkit.org/show_bug.cgi?id=68898
2178 Reviewed by Adam Barth.
2180 * fast/frames/resources/viewsource-frame-2.html:
2181 * fast/frames/viewsource-plain-text-tags-expected.txt:
2182 * fast/frames/viewsource-plain-text-tags.html:
2184 2011-09-28 Antaryami Pandia <antaryami.pandia@motorola.com>
2186 Reflected attribute input.size wraps on negative values (Chrome), or
2187 returns them (Safari).
2188 https://bugs.webkit.org/show_bug.cgi?id=44886
2190 Reviewed by Darin Adler.
2192 * fast/dom/HTMLInputElement/input-size-attribute-expected.txt: Added.
2193 * fast/dom/HTMLInputElement/input-size-attribute.html: Added.
2194 * fast/dom/HTMLInputElement/script-tests/size-attribute.js:
2195 * fast/dom/HTMLInputElement/size-attribute-expected.txt:
2197 2011-09-28 Vsevolod Vlasov <vsevik@chromium.org>
2199 Web Inspector: Add support for search in single resource to page agent.
2200 https://bugs.webkit.org/show_bug.cgi?id=68998
2202 Reviewed by Pavel Feldman.
2204 * http/tests/inspector/search/search-in-resource-expected.txt: Added.
2205 * http/tests/inspector/search/search-in-resource.html: Added.
2206 * http/tests/inspector/search/search-in-resources.html:
2207 * http/tests/inspector/search/search-test.js:
2208 (initialize_SearchTest.InspectorTest.dumpSearchResults):
2209 (initialize_SearchTest.InspectorTest.dumpSearchMatches):
2210 (initialize_SearchTest):
2212 2011-09-28 Oliver Varga <voliver@inf.u-szeged.hu>
2214 [WK2] SVG animation pause API missing
2215 https://bugs.webkit.org/show_bug.cgi?id=63396
2217 Reviewed by Csaba Osztrogonác.
2219 * platform/wk2/Skipped: Skip svg/animations/animate-from-to-keyTimes.html.
2221 2011-09-28 Philippe Normand <pnormand@igalia.com>
2223 Unreviewed, GTK baselines for new tests.
2225 * platform/gtk/fast/multicol/float-paginate-empty-lines-expected.png: Added.
2226 * platform/gtk/fast/multicol/float-paginate-empty-lines-expected.txt: Added.
2227 * platform/gtk/fast/ruby/ruby-base-merge-block-children-crash-expected.png: Added.
2228 * platform/gtk/fast/ruby/ruby-base-merge-block-children-crash-expected.txt: Added.
2230 2011-09-28 Philippe Normand <pnormand@igalia.com>
2232 Unreviewed, skip 2 64-bits Debug crashers on GTK.
2234 * platform/gtk/Skipped: Skip
2235 fast/borders/inline-mask-overlay-image-outset-vertical-rl.html and plugins/js-from-destroy.html
2237 2011-09-28 Csaba Osztrogonác <ossy@webkit.org>
2239 [Qt] Unreviewed gardening, update expected file after r95745.
2241 * platform/qt-4.8/editing/deleting/merge-whitespace-pre-expected.txt:
2243 2011-09-28 Vsevolod Vlasov <vsevik@chromium.org>
2245 Web Inspector: Refactor searching in inspector, add test (fixed non regex search).
2246 https://bugs.webkit.org/show_bug.cgi?id=68930
2248 Reviewed by Yury Semikhatsky.
2250 * http/tests/inspector/search/resources/search.css: Added.
2251 (div.searchTestUniqueString):
2252 (div.searchTestUniqueString:hover):
2253 * http/tests/inspector/search/resources/search.html: Added.
2254 * http/tests/inspector/search/resources/search.js: Added.
2255 (searchTestUniqueString):
2257 * http/tests/inspector/search/search-in-resources-expected.txt: Added.
2258 * http/tests/inspector/search/search-in-resources.html: Added.
2259 * http/tests/inspector/search/search-test.js: Added.
2260 (initialize_SearchTest.InspectorTest.dumpSearchResults):
2261 (initialize_SearchTest):
2263 2011-09-28 Kentaro Hara <haraken@chromium.org>
2265 Implement a PopStateEvent constructor for V8
2266 https://bugs.webkit.org/show_bug.cgi?id=68896
2268 Reviewed by Adam Barth.
2270 Enabled pop-state-event-constructor.html, since now V8 has the PopStateEvent constructor.
2272 * platform/chromium/test_expectations.txt:
2274 2011-09-28 Ilya Tikhonovsky <loislo@chromium.org>
2276 Unreviewed fix for test.
2278 * inspector/performance/resources/inspector-startup-time.html:
2280 2011-09-28 Ilya Tikhonovsky <loislo@chromium.org>
2282 Web Inspector: UI performance test for Inspector start-up time is required.
2283 https://bugs.webkit.org/show_bug.cgi?id=68986
2285 Reviewed by Yury Semikhatsky.
2287 * inspector/performance/resources/inspector-startup-time.html: Added.
2288 * inspector/performance/resources/performance-test.js:
2289 (initialize_TimeTracker.InspectorTest.runPerformanceTest.Timer.prototype._dump):
2290 (initialize_TimeTracker.InspectorTest.runPerformanceTest):
2292 2011-09-28 Kentaro Hara <haraken@chromium.org>
2294 Implement an ErrorEvent constructor for V8
2295 https://bugs.webkit.org/show_bug.cgi?id=68336
2297 Reviewed by Adam Barth.
2299 Enabled fast/events/constructors/error-event-constructor.html,
2300 since V8 now has the constructor for ErrorEvent.
2302 * platform/chromium/test_expectations.txt:
2304 2011-09-28 Gabor Rapcsanyi <rgabor@webkit.org>
2306 [Qt][GTK] Skip http/tests/multipart/stop-crash.html because it fails after r96174.
2307 https://bugs.webkit.org/show_bug.cgi?id=68979
2309 Reviewed by Csaba Osztrogonác.
2311 * platform/gtk/Skipped: Skip http/tests/multipart/stop-crash.html failing
2312 * platform/qt/Skipped: Skip http/tests/multipart/stop-crash.html failing
2314 2011-09-28 Gabor Rapcsanyi <rgabor@webkit.org>
2316 fast/canvas/crash-set-font.html failing on all platform because
2317 getCSSCanvasContext needs 4 parameters
2318 https://bugs.webkit.org/show_bug.cgi?id=66291
2320 Reviewed by Csaba Osztrogonác.
2322 * fast/canvas/crash-set-font.html: adding the fourth parameter
2324 2011-09-28 Shinichiro Hamaji <hamaji@chromium.org>
2326 [Chromium] Layout Test fast/canvas/canvas-composite-transformclip.html is failing
2327 https://bugs.webkit.org/show_bug.cgi?id=68895
2329 Unreviewed manual rebaseline for linux gpu.
2331 * platform/chromium-gpu-linux/fast/canvas/canvas-composite-expected.png:
2333 2011-09-28 Shinichiro Hamaji <hamaji@chromium.org>
2335 [Chromium] Layout Test svg/custom/oversized-pattern-scale.svg and svg/custom/transformed-pattern-clamp-svg-root.svg are flaky
2336 https://bugs.webkit.org/show_bug.cgi?id=68982
2338 Unreviewed test_expectations.txt update.
2340 * platform/chromium/test_expectations.txt:
2342 2011-09-28 Ilya Tikhonovsky <loislo@chromium.org>
2344 Web Inspector: Unreviewed. Slight adjustment of the test content for better representation of the performance.
2346 * inspector/performance/resources/show-panel.html:
2348 2011-09-28 Shinichiro Hamaji <hamaji@chromium.org>
2350 Unreviewed rebaseline pservers-grad-14-b again.
2352 * platform/chromium-cg-mac-leopard/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png: Added.
2353 * platform/chromium-cg-mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
2354 * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png: Added.
2355 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
2356 * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Removed.
2358 2011-09-28 Shinichiro Hamaji <hamaji@chromium.org>
2360 Layout Test fast/multicol/float-paginate-empty-lines.html and some svg tests are failing
2361 https://bugs.webkit.org/show_bug.cgi?id=68970
2363 Unreviewed fix for a lint error in test_expectations.txt
2365 * platform/chromium/test_expectations.txt:
2367 2011-09-27 Csaba Osztrogonác <ossy@webkit.org>
2369 [Qt] Unreviewed gardening. Add platform specific expected result for new test introduced in r96149.
2371 * platform/qt/fast/multicol/float-paginate-empty-lines-expected.png: Added.
2372 * platform/qt/fast/multicol/float-paginate-empty-lines-expected.txt: Added.
2374 2011-09-27 Shinichiro Hamaji <hamaji@chromium.org>
2376 [Chromium] Layout Test fast/canvas/canvas-composite-transformclip.html is failing
2377 https://bugs.webkit.org/show_bug.cgi?id=68895
2379 Unreviewed rebaseline for skia r2300 roll.
2381 * platform/chromium-cg-mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png: Added.
2382 * platform/chromium-gpu-win/fast/canvas/canvas-composite-expected.png:
2383 * platform/chromium-gpu-win/fast/canvas/canvas-composite-transformclip-expected.png:
2384 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
2385 * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
2386 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
2387 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
2388 * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt.
2389 * platform/chromium/test_expectations.txt:
2391 2011-09-27 Shinichiro Hamaji <hamaji@chromium.org>
2393 Layout Test fast/multicol/float-paginate-empty-lines.html and some svg tests are failing
2394 https://bugs.webkit.org/show_bug.cgi?id=68970
2396 Unreviewed test_expectations.txt update
2398 * platform/chromium/test_expectations.txt:
2400 2011-09-27 Chris Rogers <crogers@google.com>
2402 Add layout test for WaveShaperNode
2403 https://bugs.webkit.org/show_bug.cgi?id=68925
2405 Reviewed by Kenneth Russell.
2407 * webaudio/waveshaper-expected.txt: Added.
2408 * webaudio/waveshaper.html: Added.
2410 2011-09-27 Kentaro Hara <haraken@chromium.com>
2412 Implement a PageTransitionEvent constructor for V8
2413 https://bugs.webkit.org/show_bug.cgi?id=68067
2415 Reviewed by Adam Barth.
2417 Enabled page-transition-event-constructor.html, since now V8 has a PageTransitionEvent constructor.
2419 * platform/chromium/test_expectations.txt:
2421 2011-09-27 Kentaro Hara <haraken@chromium.org>
2423 Implement a MessageEvent constructor for JSC
2424 https://bugs.webkit.org/show_bug.cgi?id=68883
2426 Reviewed by Adam Barth.
2428 message-event-constructor.html checks the behavior of the MessageEvent constructor.
2430 * fast/dom/constructed-objects-prototypes-expected.txt: Now window has MessageEvent.
2431 * fast/events/constructors/message-event-constructor-expected.txt: Added.
2432 * fast/events/constructors/message-event-constructor.html: Added.
2433 * platform/chromium/test_expectations.txt: Skipped message-event-constructor.html, since V8 does not yet have the MessageEvent constructor.
2435 2011-09-27 Eric Uhrhane <ericu@chromium.org>
2437 [Chromium/FileWriter] race condition in FileWriter completion can lead to assert
2438 https://bugs.webkit.org/show_bug.cgi?id=67684
2440 Reviewed by David Levin.
2442 * fast/filesystem/file-writer-abort-continue-expected.txt: Added.
2443 * fast/filesystem/file-writer-abort-continue.html: Added.
2444 * fast/filesystem/file-writer-abort-expected.txt: Added.
2445 * fast/filesystem/file-writer-abort.html: Added.
2446 * fast/filesystem/resources/file-writer-abort-continue.js: Added.
2447 * fast/filesystem/resources/file-writer-abort.js: Added.
2448 * fast/filesystem/resources/file-writer-events.js: Fixed a copy-paste error.
2450 2011-09-27 Tim Horton <timothy_horton@apple.com>
2452 svg/custom/oversized-pattern-scale.svg is useless because the interesting part of the test is off the screen
2453 https://bugs.webkit.org/show_bug.cgi?id=68945
2455 Reviewed by Darin Adler.
2457 Change oversized-pattern-scale so that the interesting part of the pattern is on the screen,
2458 and so that it doesn't draw a scrollbar (making it platform-independent).
2460 Change transformed-pattern-clamp-svg-root so that it doesn't draw a gradient, making it platform-independent.
2462 * svg/custom/oversized-pattern-scale-expected.png:
2463 * svg/custom/oversized-pattern-scale-expected.txt:
2464 * svg/custom/oversized-pattern-scale.svg:
2465 * svg/custom/transformed-pattern-clamp-svg-root-expected.png:
2466 * svg/custom/transformed-pattern-clamp-svg-root-expected.txt:
2467 * svg/custom/transformed-pattern-clamp-svg-root.svg:
2469 2011-09-27 Tony Chang <tony@chromium.org>
2471 http/tests/navigation/anchor-basic.html is flaky on Snow Leopard Release Bot
2472 https://bugs.webkit.org/show_bug.cgi?id=34222
2474 Reviewed by Ryosuke Niwa.
2476 Add waitUntilDone/notifyDone to eliminate flakiness on mac. Without it, the img onload handler
2477 doesn't always run. Also reduce the multipart timeout (should help to unblock other http requests).
2479 * http/tests/multipart/stop-crash-expected.txt:
2480 * http/tests/multipart/stop-crash.html:
2482 2011-09-27 Mihai Parparita <mihaip@chromium.org>
2484 Chromium baselines for fast/multicol/float-paginate-empty-lines.html
2485 after r96149 and 96162.
2487 * platform/chromium-linux/fast/multicol/float-paginate-empty-lines-expected.png: Added.
2488 * platform/chromium-mac/fast/multicol/float-paginate-empty-lines-expected.png: Added.
2489 * platform/chromium-win/fast/multicol/float-paginate-empty-lines-expected.png: Added.
2490 * platform/chromium-win/fast/multicol/float-paginate-empty-lines-expected.txt: Added.
2492 2011-09-27 Kent Tamura <tkent@chromium.org>
2494 [V8] element.dataset.nonExistingKey should return undefined.
2495 https://bugs.webkit.org/show_bug.cgi?id=68877
2497 Reviewed by Nate Chapin.
2499 * fast/dom/dataset-expected.txt: Updated.
2500 * fast/dom/script-tests/dataset.js: Add a test case.
2502 2011-09-27 Mihai Parparita <mihaip@chromium.org>
2504 Chromium rebaseline after r96155.
2506 * platform/chromium-cg-mac/svg/custom/pattern-excessive-malloc-expected.png: Added.
2507 * platform/chromium-linux/svg/custom/oversized-pattern-scale-expected.png: Added.
2508 * platform/chromium-mac/svg/custom/transformed-pattern-clamp-svg-root-expected.png: Added.
2509 * platform/chromium-win/svg/custom/oversized-pattern-scale-expected.png: Added.
2510 * platform/chromium-win/svg/custom/pattern-excessive-malloc-expected.png:
2511 * platform/chromium-win/svg/custom/transformed-pattern-clamp-svg-root-expected.png: Added.
2512 * platform/chromium/svg/custom/oversized-pattern-scale-expected.png: Added.
2513 * platform/mac/svg/custom/pattern-excessive-malloc-expected.txt: Removed.
2514 * platform/qt/svg/custom/pattern-excessive-malloc-expected.txt: Removed.
2516 2011-09-27 David Hyatt <hyatt@apple.com>
2518 https://bugs.webkit.org/show_bug.cgi?id=68940
2520 Narrow the float/lines pagination heuristic to only kick in if
2521 the previous line broke cleanly and if the floats are occurring
2522 at the start of the line.
2524 Reviewed by Dan Bernstein.
2526 * fast/regions/webkit-flow-float-pushed-to-last-region.html:
2527 * platform/mac/fast/multicol/float-paginate-empty-lines-expected.txt: Added.
2528 * platform/mac/fast/regions/webkit-flow-float-pushed-to-last-region-expected.txt:
2530 2011-09-27 James Robinson <jamesr@chromium.org>
2532 Add a mechanism to test for the compositing tree mutated during painting
2533 https://bugs.webkit.org/show_bug.cgi?id=68738
2535 Reviewed by Adam Barth.
2537 Adds a test that caused compositing to be disabled during painting before r95863 due to a video load failing.
2539 * compositing/video/video-with-invalid-source-expected.txt: Added.
2540 * compositing/video/video-with-invalid-source.html: Added.
2542 2011-09-27 Ojan Vafai <ojan@chromium.org>
2544 take padding/border on flexbox into account with direction:rtl
2545 https://bugs.webkit.org/show_bug.cgi?id=68846
2547 Reviewed by David Hyatt.
2549 * css3/flexbox/writing-modes-expected.txt:
2550 * css3/flexbox/writing-modes.html:
2552 2011-09-27 Mihai Parparita <mihaip@chromium.org>
2554 Chromium test expectations update.
2556 Make new fast/canvas/canvas-composite.html GPU expectation more specific,
2557 since on Leopard it was conflicting with an older one.
2559 * platform/chromium/test_expectations.txt:
2561 2011-09-27 Sheriff Bot <webkit.review.bot@gmail.com>
2563 Unreviewed, rolling out r96139.
2564 http://trac.webkit.org/changeset/96139
2565 https://bugs.webkit.org/show_bug.cgi?id=68933
2567 Broke table-percent-height.html on Mac bots (Requested by
2568 mwenge2 on #webkit).
2570 * fast/replaced/table-percent-width-expected.txt: Removed.
2571 * fast/replaced/table-percent-width.html: Removed.
2573 2011-09-27 Mike Reed <reed@google.com>
2575 need to rebseline these once new aa-gdi-text code lands in skia
2576 https://bugs.webkit.org/show_bug.cgi?id=68920
2578 Reviewed by Kenneth Russell.
2580 * platform/chromium/test_expectations.txt:
2582 2011-09-27 Tim Horton <timothy_horton@apple.com>
2584 REGRESSION(65665): Pattern size being clamped to SVG size can prevent transformed elements from being fully covered by userSpaceOnUse patterns
2585 https://bugs.webkit.org/show_bug.cgi?id=67700
2586 <rdar://problem/10125102>
2588 Reviewed by Darin Adler.
2590 pattern-excessive-malloc is so excessive that it runs into the floating point precision barrier
2591 when determining the scale to draw the pattern at; drop the size two orders of magnitude, which is
2592 still very excessive but easier to draw with.
2594 Add a test (transformed-pattern-clamp-svg-root.svg) that ensures that patterns on transformed
2595 elements are displayed correctly, instead of being clamped to the size of the <svg> element.
2597 Add a test (oversized-pattern-scale.svg) that ensures that oversized patterns are correctly drawn
2598 into the pattern tile scaled down and then are scaled back up when drawn to the screen.
2600 * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.png:
2601 * platform/mac/svg/custom/pattern-excessive-malloc-expected.txt:
2602 * platform/qt/svg/custom/pattern-excessive-malloc-expected.txt:
2603 * svg/custom/pattern-excessive-malloc-expected.txt:
2604 * svg/custom/pattern-excessive-malloc.svg:
2605 * svg/custom/oversized-pattern-scale-expected.png: Added.
2606 * svg/custom/oversized-pattern-scale-expected.txt: Added.
2607 * svg/custom/oversized-pattern-scale.svg: Added.
2608 * svg/custom/transformed-pattern-clamp-svg-root.svg: Added.
2609 * svg/custom/transformed-pattern-clamp-svg-root-expected.png: Added.
2610 * svg/custom/transformed-pattern-clamp-svg-root-expected.txt: Added.
2612 2011-09-27 Dan Bernstein <mitz@apple.com>
2614 <rdar://problem/10098679> Assertion failure in RenderLayer::paintPaginatedChildLayer()
2616 Reviewed by Simon Fraser.
2618 * fast/dynamic/layer-no-longer-paginated-expected.txt: Added.
2619 * fast/dynamic/layer-no-longer-paginated.html: Added.
2621 2011-09-27 Ojan Vafai <ojan@chromium.org>
2623 offsetTop/offsetLeft return the wrong values for horizontal-bt/vertical-rl writing modes
2624 https://bugs.webkit.org/show_bug.cgi?id=68304
2626 Reviewed by David Hyatt.
2628 * css3/flexbox/writing-modes-expected.txt:
2629 * css3/flexbox/writing-modes.html:
2630 * fast/dom/offset-position-writing-modes-expected.txt: Added.
2631 * fast/dom/offset-position-writing-modes.html: Added.
2633 2011-09-27 Tim Horton <timothy_horton@apple.com>
2635 Rapidly refreshing a feMorphology[erode] with r=0 can sometimes cause display corruption
2636 https://bugs.webkit.org/show_bug.cgi?id=68816
2637 <rdar://problem/10186468>
2639 Reviewed by Simon Fraser.
2641 Add a test which ensures that a zero-radius feMorphology filter returns cleared memory.
2643 * svg/filters/feMorphology-zero-radius-expected.png: Added.
2644 * svg/filters/feMorphology-zero-radius-expected.txt: Added.
2645 * svg/filters/feMorphology-zero-radius.svg: Added.
2647 2011-09-27 David Hyatt <hyatt@apple.com>
2649 https://bugs.webkit.org/show_bug.cgi?id=68922
2651 Paginated floats should not grow the height of a block when they don't end
2652 up being tied to a line.
2654 Reviewed by Dan Bernstein.
2656 * fast/multicol/float-paginate-empty-lines.html: Added.
2657 * fast/regions/webkit-flow-double-pagination-float-push.html: Added.
2658 * platform/mac/fast/multicol/float-paginate-empty-lines-expected.png: Added.
2659 * platform/mac/fast/regions/webkit-flow-double-pagination-float-push-expected.png: Added.
2660 * platform/mac/fast/regions/webkit-flow-double-pagination-float-push-expected.txt: Added.
2662 2011-09-27 Sheriff Bot <webkit.review.bot@gmail.com>
2664 Unreviewed, rolling out r96131.
2665 http://trac.webkit.org/changeset/96131
2666 https://bugs.webkit.org/show_bug.cgi?id=68927
2668 It made 18+ tests crash on all platform (Requested by
2669 Ossy_night on #webkit).
2671 * fast/js/exception-properties-expected.txt:
2672 * fast/js/script-tests/exception-properties.js:
2673 * fast/js/script-tests/stack-trace.js: Removed.
2674 * fast/js/stack-trace-expected.txt: Removed.
2675 * fast/js/stack-trace.html: Removed.
2676 * platform/chromium/test_expectations.txt:
2678 2011-06-28 Robert Hogan <robert@webkit.org>
2680 Reviewed by David Hyatt.
2682 Replaced elements squeezed when width is specified as percentage inside a table with Auto layout
2683 https://bugs.webkit.org/show_bug.cgi?id=29447
2685 * fast/replaced/table-percent-width.html: Added.
2686 * fast/replaced/table-percent-width-expected.txt: Added.
2688 2011-09-27 Simon Fraser <simon.fraser@apple.com>
2690 https://bugs.webkit.org/show_bug.cgi?id=67858
2692 Roll r96070 back in now that the crash has been fixed in r96130.
2694 * compositing/iframes/repaint-after-losing-scrollbars-expected.png:
2696 2011-09-27 Kaustubh Atrawalkar <kaustubh@motorola.com>
2698 Autofocus on readonly inputs does not focus the element.
2699 https://bugs.webkit.org/show_bug.cgi?id=24092
2701 Reviewed by Ryosuke Niwa.
2703 * fast/forms/autofocus-readonly-attribute-expected.txt: Added.
2704 * fast/forms/autofocus-readonly-attribute.html: Added.
2706 2011-09-27 Mihai Parparita <mihaip@chromium.org>
2708 Remove duplicate of fast/text/international/Geeza-Pro-vertical-metrics-adjustment.html
2709 https://bugs.webkit.org/show_bug.cgi?id=68915
2711 Reviewed by Ryosuke Niwa.
2713 r92496 and r92881 were only trying to move the baselines to
2714 platform/mac-snowleopard/platform/mac/fast, but they also inadvertedly
2715 copied the test itself.
2717 * platform/mac-snowleopard/platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment.html: Removed.
2719 2011-09-27 Juan Carlos Montemayor Elosua <j.mont@me.com>
2721 Implement Error.stack
2722 https://bugs.webkit.org/show_bug.cgi?id=66994
2724 Reviewed by Oliver Hunt.
2726 Unit tests that contain both normal and special cases for stack trace
2729 * fast/js/exception-properties-expected.txt:
2730 * fast/js/script-tests/exception-properties.js:
2731 * fast/js/script-tests/stack-trace.js: Added.
2742 * fast/js/stack-trace-expected.txt: Added.
2743 * fast/js/stack-trace.html: Added.
2744 * platform/chromium/test_expectations.txt:
2746 2011-09-27 Adrienne Walker <enne@google.com>
2748 [Chromium] Layout Test compositing/video-page-visibility.html is failing on GPU linux
2749 https://bugs.webkit.org/show_bug.cgi?id=68882
2751 Unreviewed rebaseline.
2753 * platform/chromium-gpu-linux/compositing/video-page-visibility-expected.png: Added.
2754 * platform/chromium/test_expectations.txt:
2756 2011-09-27 Dominic Mazzoni <dmazzoni@google.com>
2758 AXObjectCache cleared unnecessarily when non-top Document is detached.
2759 https://bugs.webkit.org/show_bug.cgi?id=68636
2761 Reviewed by Chris Fleizach.
2763 * accessibility/deleting-iframe-destroys-axcache.html: Added.
2764 * platform/mac/accessibility/deleting-iframe-destroys-axcache-expected.txt: Added.
2766 2011-09-26 Ryosuke Niwa <rniwa@webkit.org>
2768 dump-as-markup conversion: editing/pasteboard/merge-end-list.html and merge-end-table.html
2769 https://bugs.webkit.org/show_bug.cgi?id=68857
2771 Reviewed by Kent Tamura.
2773 Converted the tests into dump-as-markup tests. Also split each test into two tests.
2775 * editing/pasteboard/merge-end-list-2-expected.txt: Added.
2776 * editing/pasteboard/merge-end-list-2.html: Added.
2777 * editing/pasteboard/merge-end-list-expected.txt: Added.
2778 * editing/pasteboard/merge-end-list.html:
2779 * editing/pasteboard/merge-end-table-2-expected.txt: Added.
2780 * editing/pasteboard/merge-end-table-2.html: Added.
2781 * editing/pasteboard/merge-end-table-expected.txt: Added.
2782 * editing/pasteboard/merge-end-table.html:
2783 * platform/chromium-cg-mac-leopard/editing/pasteboard/merge-end-list-expected.png: Removed.
2784 * platform/chromium-cg-mac-leopard/editing/pasteboard/merge-end-table-expected.png: Removed.
2785 * platform/chromium-cg-mac/editing/pasteboard/merge-end-list-expected.png: Removed.
2786 * platform/chromium-cg-mac/editing/pasteboard/merge-end-table-expected.png: Removed.
2787 * platform/chromium-linux/editing/pasteboard/merge-end-list-expected.png: Removed.
2788 * platform/chromium-linux/editing/pasteboard/merge-end-table-expected.png: Removed.
2789 * platform/chromium-mac/editing/pasteboard/merge-end-list-expected.png: Removed.
2790 * platform/chromium-mac/editing/pasteboard/merge-end-table-expected.png: Removed.
2791 * platform/chromium-win/editing/pasteboard/merge-end-list-expected.png: Removed.
2792 * platform/chromium-win/editing/pasteboard/merge-end-list-expected.txt: Removed.
2793 * platform/chromium-win/editing/pasteboard/merge-end-table-expected.png: Removed.
2794 * platform/chromium-win/editing/pasteboard/merge-end-table-expected.txt: Removed.
2795 * platform/gtk/editing/pasteboard/merge-end-list-expected.png: Removed.
2796 * platform/gtk/editing/pasteboard/merge-end-list-expected.txt: Removed.
2797 * platform/gtk/editing/pasteboard/merge-end-table-expected.png: Removed.
2798 * platform/gtk/editing/pasteboard/merge-end-table-expected.txt: Removed.
2799 * platform/mac-leopard/editing/pasteboard/merge-end-list-expected.png: Removed.
2800 * platform/mac-leopard/editing/pasteboard/merge-end-table-expected.png: Removed.
2801 * platform/mac/editing/pasteboard/merge-end-list-expected.png: Removed.
2802 * platform/mac/editing/pasteboard/merge-end-list-expected.txt: Removed.
2803 * platform/mac/editing/pasteboard/merge-end-table-expected.png: Removed.
2804 * platform/mac/editing/pasteboard/merge-end-table-expected.txt: Removed.
2805 * platform/qt/editing/pasteboard/merge-end-list-expected.png: Removed.
2806 * platform/qt/editing/pasteboard/merge-end-list-expected.txt: Removed.
2807 * platform/qt/editing/pasteboard/merge-end-table-expected.png: Removed.
2808 * platform/qt/editing/pasteboard/merge-end-table-expected.txt: Removed.
2810 2011-09-27 Julien Chaffraix <jchaffraix@webkit.org>
2812 Crash in WebCore::HTMLParser::createHead
2813 https://bugs.webkit.org/show_bug.cgi?id=32426
2815 Reviewed by Darin Adler.
2817 The crash was fixed some time ago but the test was not landed which kept the bug open.
2819 * fast/parser/crash-HTMLParser-createHead.html: Added.
2820 Tweaked the test case as we now throw an exception (DOM Exception 12).
2822 2011-09-27 Julien Chaffraix <jchaffraix@webkit.org>
2824 Crash because CSSPrimitiveValue::computeLengthDouble assumes fontMetrics are available
2825 https://bugs.webkit.org/show_bug.cgi?id=66291
2827 Reviewed by Darin Adler.
2829 * fast/canvas/crash-set-font-expected.txt: Added.
2830 * fast/canvas/crash-set-font.html: Added.
2832 2011-09-27 Ilya Tikhonovsky <loislo@chromium.org>
2834 Unreviewed followupfix for r96110.
2835 This is a small adjustment of the heap size delta calculation.
2837 * inspector/performance/resources/performance-test.js:
2838 (initialize_TimeTracker.InspectorTest.runPerformanceTest.Timer.prototype.done):
2840 2011-09-27 Ilya Tikhonovsky <loislo@chromium.org>
2842 Web Inspector: UI performance: introduce heap size tracking stats.
2843 https://bugs.webkit.org/show_bug.cgi?id=68901
2845 It is interesting how much the heap memory is used by Inspector in order of running the test.
2847 Reviewed by Yury Semikhatsky.
2849 * inspector/performance/resources/network-append-30-requests.html:
2850 * inspector/performance/resources/performance-test.js:
2851 (initialize_TimeTracker.InspectorTest.runPerformanceTest.Timer):
2852 (initialize_TimeTracker.InspectorTest.runPerformanceTest.Timer.prototype._getJSHeapSize):
2853 (initialize_TimeTracker.InspectorTest.runPerformanceTest.Timer.prototype.done):
2854 (initialize_TimeTracker.InspectorTest.runPerformanceTest.Timer.prototype._dump):
2856 2011-09-27 W. James MacLean <wjmaclean@chromium.org>
2858 Layout Test platform/chromium/compositing/zoom-animator-scale-test.html is failing.
2859 https://bugs.webkit.org/show_bug.cgi?id=68852
2861 Rebaseline GPU tests for Mac, Win.
2863 Reviewed by Shinichiro Hamaji.
2865 * platform/chromium-gpu-cg-mac/platform/chromium/compositing/zoom-animator-scale-test-expected.png:
2866 * platform/chromium-gpu-mac/platform/chromium/compositing/zoom-animator-scale-test-expected.png:
2867 * platform/chromium-gpu-win/platform/chromium/compositing/zoom-animator-scale-test-expected.png:
2868 * platform/chromium/test_expectations.txt:
2870 2011-09-27 Ben Wagner <bungeman@chromium.org>
2872 Clipped high quality blur in skia has been fixed. Rebaseline layout tests.
2873 https://bugs.webkit.org/show_bug.cgi?id=68577
2875 Reviewed by Kenneth Russell.
2877 * platform/chromium-linux-x86/fast/box-shadow: Removed.
2878 * platform/chromium-linux/fast/box-shadow/inset-box-shadows-expected.png:
2879 * platform/chromium-mac/fast/box-shadow/inset-box-shadow-radius-expected.png:
2880 * platform/chromium-mac/fast/box-shadow/inset-box-shadows-expected.png:
2881 * platform/chromium-mac/fast/box-shadow/shadow-buffer-partial-expected.png:
2882 * platform/chromium-win/fast/box-shadow/inset-box-shadow-radius-expected.png:
2883 * platform/chromium-win/fast/box-shadow/inset-box-shadows-expected.png:
2884 * platform/chromium-win/fast/box-shadow/shadow-buffer-partial-expected.png:
2885 * platform/chromium/test_expectations.txt:
2887 2011-09-27 Pavel Feldman <pfeldman@google.com>
2889 Web Inspector: split DOM.attributesUpdated into attributeModified and attributeRemoved. Send attribute name and value within the event.
2890 https://bugs.webkit.org/show_bug.cgi?id=68613
2892 Reviewed by Yury Semikhatsky.
2894 * inspector/elements/mutate-unknown-node.html-disabled:
2895 * inspector/elements/set-attribute.html:
2897 2011-09-27 Shinichiro Hamaji <hamaji@chromium.org>
2899 [Chromium] Layout Test fast/canvas/canvas-composite-transformclip.html is failing
2900 https://bugs.webkit.org/show_bug.cgi?id=68895
2902 Unreviewed test_expectations.txt update.
2904 * platform/chromium/test_expectations.txt:
2906 2011-09-27 Sheriff Bot <webkit.review.bot@gmail.com>
2908 Unreviewed, rolling out r96070 and r96075.
2909 http://trac.webkit.org/changeset/96070
2910 http://trac.webkit.org/changeset/96075
2911 https://bugs.webkit.org/show_bug.cgi?id=68893
2913 WK2 tests started crashing after r96070 for SL and Qt
2914 (Requested by torarne on #webkit).
2916 * compositing/iframes/repaint-after-losing-scrollbars-expected.png:
2917 * platform/qt/Skipped:
2919 2011-09-27 Shinichiro Hamaji <hamaji@chromium.org>
2921 [Chromium] Layout Test fast/canvas/webgl/premultiplyalpha-test.html is failing
2922 https://bugs.webkit.org/show_bug.cgi?id=68885
2924 Unreviewed typo fix.
2926 * platform/chromium/test_expectations.txt:
2928 2011-09-21 Pavel Podivilov <podivilov@chromium.org>
2930 Web Inspector: migrate RawSourceCode clients to SourceMapping class.
2931 https://bugs.webkit.org/show_bug.cgi?id=68524
2933 Reviewed by Yury Semikhatsky.
2935 * inspector/debugger/breakpoint-manager.html:
2936 * inspector/debugger/raw-source-code.html:
2938 2011-09-27 Vineet Chaudhary <vineet.chaudhary@motorola.com>
2940 wrap attribute of textarea element cannot be accessed by JavaScript.
2941 https://bugs.webkit.org/show_bug.cgi?id=68592
2943 Reviewed by Kent Tamura.
2945 Added test cases to check accessibility to wrap attribute by JS.
2947 * fast/forms/textarea-wrap-attribute-expected.txt: Added.
2948 * fast/forms/textarea-wrap-attribute.html: Added.
2950 2011-09-27 Shinichiro Hamaji <hamaji@chromium.org>
2952 [Chromium] Layout Test fast compositing/geometry/limit-layer-bounds-transformed-overflow.html is failing
2953 https://bugs.webkit.org/show_bug.cgi?id=68886
2955 Unreviewed test_expectations.txt update.
2957 * platform/chromium/test_expectations.txt:
2959 2011-09-27 Shinichiro Hamaji <hamaji@chromium.org>
2961 [Chromium] Layout Test fast/canvas/webgl/premultiplyalpha-test.html is failing
2962 https://bugs.webkit.org/show_bug.cgi?id=68885
2964 Unreviewed test_expectations.txt update.
2966 * platform/chromium/test_expectations.txt:
2968 2011-09-27 Shinichiro Hamaji <hamaji@chromium.org>
2970 Layout Test platform/chromium/compositing/zoom-animator-scale-test.html is failing
2971 https://bugs.webkit.org/show_bug.cgi?id=68852
2973 Unreviewed test_expectations.txt update. We may need GPU-CG, too.
2975 * platform/chromium/test_expectations.txt:
2977 2011-09-27 Shinichiro Hamaji <hamaji@chromium.org>
2979 [Crhomium] Layout Test compositing/video-page-visibility.html is failing on GPU linux
2980 https://bugs.webkit.org/show_bug.cgi?id=68882
2982 Unreviewed test_expectations.txt update.
2984 * platform/chromium/test_expectations.txt:
2986 2011-09-27 Shinichiro Hamaji <hamaji@chromium.org>
2988 [Crhomium] Layout Test svg/text/selection-(background-color|styles).xhtml is failing
2989 https://bugs.webkit.org/show_bug.cgi?id=68881
2991 Unreviewed test_expectations.txt update.
2993 * platform/chromium/test_expectations.txt:
2995 2011-09-27 Philippe Normand <pnormand@igalia.com>
2997 Unreviewed, GTK gardening
2999 * platform/gtk/Skipped: Skip svg/filters/animate-fill.svg failing
3001 * platform/gtk/test_expectations.txt: Mark
3002 media/video-timeupdate-reverse-play.html as flaky because of bug 67407.
3004 2011-09-27 Shinichiro Hamaji <hamaji@chromium.org>
3006 [Chromium] Layout Test canvas/philip/tests/toDataURL.jpeg.*.html is failing on Mac 10.5 CG
3007 https://bugs.webkit.org/show_bug.cgi?id=68879
3009 Unreviewed test_expectations.txt update.
3011 * platform/chromium/test_expectations.txt:
3013 2011-09-27 Arun Patole <bmf834@motorola.com>
3015 Audio element doesn't emit the 'playing' event every time it starts playing, after it has finished playing.
3016 https://bugs.webkit.org/show_bug.cgi?id=60972
3018 Reviewed by Philippe Normand.
3020 Update media tests as the 'pause' event should be fired
3021 and 'paused' should be set to true at the end of playback.
3023 * media/event-attributes-expected.txt:
3024 * media/event-attributes.html:
3025 * media/media-element-play-after-eos-expected.txt: Added.
3026 * media/media-element-play-after-eos.html: Added.
3027 * media/video-loop-expected.txt:
3029 2011-09-27 Philippe Normand <pnormand@igalia.com>
3031 Unreviewed, GTK gardening.
3033 * platform/gtk/Skipped:
3034 Skip outdated canvas/philip/tests/2d.drawImage.outsidesource.html.
3035 * platform/gtk/test_expectations.txt:
3036 media/video-playing-and-pause.html is flaky.
3038 2011-09-27 Philippe Normand <pnormand@igalia.com>
3040 Unreviewed, GTK rebaseline after r95845, r95897 and r95857.
3042 * platform/gtk/fast/frames/flattening/frameset-flattening-advanced-expected.txt:
3043 * platform/gtk/fast/frames/flattening/frameset-flattening-subframesets-expected.txt:
3044 * platform/gtk/fast/ruby/ruby-text-before-after-content-expected.txt: Added.
3045 * platform/gtk/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
3046 * platform/gtk/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
3048 2011-09-27 Rakesh KN <rakesh.kn@motorola.com>
3050 <input> with autofocus doesn't lose focus when it has a certain onblur listener
3051 https://bugs.webkit.org/show_bug.cgi?id=68513
3053 Reviewed by Kent Tamura.
3055 These changes make sure that an element is focused only once when autofocus attribute is used.
3057 * fast/forms/autofocus-focus-only-once-expected.txt: Added.
3058 * fast/forms/autofocus-focus-only-once.html: Added.
3060 2011-09-27 Renata Hodovan <reni@webkit.org>
3062 [Qt] Add missing test expecteds after r95924.
3064 Unreviewed gardening.
3066 * platform/qt/fast/ruby/ruby-base-merge-block-children-crash-expected.png: Added.
3067 * platform/qt/fast/ruby/ruby-base-merge-block-children-crash-expected.txt: Added.
3069 2011-09-26 Ryosuke Niwa <rniwa@webkit.org>
3071 dump-as-markup conversion: editing/deleting/delete-to-end-of-paragraph.html
3072 https://bugs.webkit.org/show_bug.cgi?id=68865
3074 Reviewed by Kent Tamura.
3078 * editing/deleting/delete-to-end-of-paragraph-expected.txt: Added.
3079 * editing/deleting/delete-to-end-of-paragraph.html:
3080 * platform/chromium-linux/editing/deleting/delete-to-end-of-paragraph-expected.png: Removed.
3081 * platform/chromium-win/editing/deleting/delete-to-end-of-paragraph-expected.png: Removed.
3082 * platform/chromium-win/editing/deleting/delete-to-end-of-paragraph-expected.txt: Removed.
3083 * platform/gtk/editing/deleting/delete-to-end-of-paragraph-expected.txt: Removed.
3084 * platform/mac-leopard/editing/deleting/delete-to-end-of-paragraph-expected.png: Removed.
3085 * platform/mac/editing/deleting/delete-to-end-of-paragraph-expected.png: Removed.
3086 * platform/mac/editing/deleting/delete-to-end-of-paragraph-expected.txt: Removed.
3087 * platform/qt/editing/deleting/delete-to-end-of-paragraph-expected.png: Removed.
3088 * platform/qt/editing/deleting/delete-to-end-of-paragraph-expected.txt: Removed.
3090 2011-09-26 Renata Hodovan <reni@webkit.org>
3092 [Qt] Skip two tests because they are failing after r96070.
3094 Unreviewed gardening.
3096 * platform/qt/Skipped:
3098 2011-09-26 Kentaro Hara <haraken@chromium.org>
3100 Implement PopStateEvent.state with SerializedScriptValue and ScriptValue
3101 https://bugs.webkit.org/show_bug.cgi?id=68345
3103 Reviewed by Adam Barth.
3105 * fast/events/constructors/pop-state-event-constructor-expected.txt:
3106 * fast/events/constructors/pop-state-event-constructor.html: Removed failures and crashes. Added one test case.
3108 2011-09-09 Simon Fraser <simon.fraser@apple.com>
3110 Translucent scrollbars on composited layers render incorrectly
3111 https://bugs.webkit.org/show_bug.cgi?id=58515
3113 Reviewed by Sam Weinig.
3115 Pixel test with translucent scrollbars, to test whether they get
3118 * compositing/scrollbar-painting-expected.png: Added.
3119 * compositing/scrollbar-painting-expected.txt: Added.
3120 * compositing/scrollbar-painting.html: Added.
3122 2011-09-26 Mihai Parparita <mihaip@chromium.org>
3124 Put back all Chromium platform failing expectations for some tests (they
3125 still fail on all platforms on the GPU bots).
3127 * platform/chromium/test_expectations.txt:
3129 2011-09-26 Kentaro Hara <haraken@chromium.org>
3131 Implement a CloseEvent constructor for V8
3132 https://bugs.webkit.org/show_bug.cgi?id=68793
3134 Reviewed by Adam Barth.
3136 Enabled close-event-constructor.html, since now V8 has the CloseEvent constructor.
3138 * platform/chromium/test_expectations.txt:
3140 2011-09-26 Mihai Parparita <mihaip@chromium.org>
3142 Chromium test expectations update.
3144 * platform/chromium/test_expectations.txt:
3146 2011-09-26 Ryosuke Niwa <rniwa@webkit.org>
3148 editing/selection/select-bidi-run.html fails on Chromium Windows and Linux
3149 https://bugs.webkit.org/show_bug.cgi?id=68832
3151 Unreviewed; remove the failing test expectation because it started passing after r96016.
3153 * platform/chromium/test_expectations.txt:
3155 2011-09-26 Ryosuke Niwa <rniwa@webkit.org>
3157 Skip the test added by r95964 on Qt and GTK because it has been failing
3158 on those two platforms. The failure is tracked by the bugs 68854 and 68855.
3160 * platform/gtk/Skipped:
3161 * platform/qt/Skipped:
3163 2011-09-26 Joshua Bell <jsbell@chromium.org>
3165 IndexedDB: Second half of IDBFactory.getDatabaseNames implementation
3166 https://bugs.webkit.org/show_bug.cgi?id=68818
3168 Reviewed by Tony Chang.
3170 Adds ability to enumerate IndexedDB databases within an origin.
3172 * storage/indexeddb/factory-basics-expected.txt: Added.
3173 * storage/indexeddb/factory-basics.html: Added.
3175 2011-09-26 Mihai Parparita <mihaip@chromium.org>
3177 Remove failing Chromium expectations for tests that now pass.
3179 Rebaseline repaint tests for Chromium Snow Leopard CG after r96005.
3181 * platform/chromium-cg-mac/fast/repaint/flexible-box-overflow-expected.png: Added.
3182 * platform/chromium-cg-mac/fast/repaint/flexible-box-overflow-horizontal-expected.png: Added.
3183 * platform/chromium-cg-mac/fast/repaint/inline-block-overflow-expected.png: Added.
3184 * platform/chromium-cg-mac/fast/repaint/layer-child-outline-expected.png: Added.
3185 * platform/chromium-cg-mac/fast/repaint/layer-outline-expected.png: Added.
3186 * platform/chromium-cg-mac/fast/repaint/layer-outline-horizontal-expected.png: Added.
3187 * platform/chromium-cg-mac/fast/repaint/text-shadow-expected.png: Added.
3188 * platform/chromium-cg-mac/fast/repaint/text-shadow-horizontal-expected.png: Added.
3189 * platform/chromium/test_expectations.txt:
3191 2011-09-26 Tim Horton <timothy_horton@apple.com>
3193 <animateColor> applied to filtered ellipse does not update
3194 https://bugs.webkit.org/show_bug.cgi?id=68457
3195 <rdar://problem/10154777>
3197 Reviewed by Darin Adler.
3199 Test that changing the fill on a filtered shape properly invalidates the filtered result.
3201 * svg/filters/animate-fill-expected.png: Added.
3202 * svg/filters/animate-fill-expected.txt: Added.
3203 * svg/filters/animate-fill.svg: Added.
3205 2011-09-26 Mihai Parparita <mihaip@chromium.org>
3207 Remove failing expectations for some ruby tests, since they were
3208 renamed to -disabled with r94327 and thus aren't being run at all.
3210 Add compositing/video-page-visibility.html Windows GPU baselines.
3212 * platform/chromium-gpu-win/compositing/video-page-visibility-expected.png: Added.
3213 * platform/chromium/test_expectations.txt:
3215 2011-09-26 Mihai Parparita <mihaip@chromium.org>
3217 Unreviewed Chromium test expectations update.
3219 * platform/chromium/test_expectations.txt:
3221 2011-09-26 Mihai Parparita <mihaip@chromium.org>
3223 Remove failing Chromium test expectations for tests that now pass
3224 (mainly due to r95751, which implemented Function.prototype.bind for
3225 JSC, resulting in baseline updates that now work for V8 too).
3227 * platform/chromium/test_expectations.txt:
3229 2011-09-26 Max Perepelitsyn <pph34r@gmail.com>
3231 Set but unused variables cleanup in v8 bindings (gcc 4.6)
3232 https://bugs.webkit.org/show_bug.cgi?id=68079
3234 Reviewed by Adam Barth.
3236 * http/tests/websocket/tests/hybi/send-object-tostring-check-expected.txt: Added.
3237 * http/tests/websocket/tests/hybi/send-object-tostring-check.html: Added.
3239 2011-09-26 Tony Chang <tony@chromium.org>
3241 switch the initial value of flex-order to 0
3242 https://bugs.webkit.org/show_bug.cgi?id=68820
3244 Reviewed by Ojan Vafai.
3246 * css3/flexbox/flex-order.html:
3248 2011-09-26 Chris Marrin <cmarrin@apple.com>
3250 Enable requestAnimationFrame on Windows
3251 https://bugs.webkit.org/show_bug.cgi?id=68397
3253 Reviewed by Simon Fraser.
3255 Unskip requestAnimationFrame tests for Windows. request-animation-frame-during-modal.html
3256 is still skipped because it uses showModalDialog which is not supported in DRT on Windows
3258 * platform/win/Skipped:
3260 2011-09-26 Ryosuke Niwa <rniwa@webkit.org>
3262 editing/selection/select-bidi-run.html timeouts on non-Mac platforms
3263 https://bugs.webkit.org/show_bug.cgi?id=68831
3265 Reviewed by Enrica Casucci.
3267 Click at (0,0) to reset click count instead of a long leapForward.
3269 * editing/selection/select-bidi-run.html:
3271 2011-09-26 Kenji Imasaki <imasaki@chromium.org>
3273 [Chromium] Update the test expectaion file for media related tests.
3274 It includes updating bug numbers, removing
3275 media/video-controls-visible-audio-only.html, and unskipping
3276 media/media-document-audio-repaint.html.
3277 https://bugs.webkit.org/show_bug.cgi?id=68254
3279 Reviewed by David Levin.
3281 * platform/chromium/test_expectations.txt:
3283 2011-09-26 Mihai Parparita <mihaip@chromium.org>
3285 Remove test that no longer crashes (fixed by r95985).
3287 * platform/chromium/test_expectations.txt:
3289 2011-09-26 Mike Reed <reed@google.com>
3291 [skia] need rebaseline after the next skia roll -- improvements to xfermodes on gpu
3292 https://bugs.webkit.org/show_bug.cgi?id=68807
3294 Reviewed by Stephen White.
3296 * platform/chromium/test_expectations.txt:
3298 2011-09-26 Simon Fraser <simon.fraser@apple.com>
3300 Repaint tests don't work in WebKit2
3301 https://bugs.webkit.org/show_bug.cgi?id=68453
3303 Reviewed by Sam Weinig.
3305 Update Mac results to use the new repaint rects. Differences from old results:
3306 * There are no longer invalidates from scrolling.
3307 * We no longer see the effects of AppKit rect coalescing.
3308 * Composting tests show the overlay now, but repaints in compositing layers do not show.
3310 Bad results in a couple of tests are covered by bugs 68830 and 68829.
3312 * platform/mac/fast/repaint/4774354-expected.png:
3313 * platform/mac/fast/repaint/block-layout-inline-children-float-positioned-expected.png:
3314 * platform/mac/fast/repaint/block-selection-gap-in-composited-layer-expected.png:
3315 * platform/mac/fast/repaint/border-radius-repaint-expected.png:
3316 * platform/mac/fast/repaint/clipped-relative-expected.png:
3317 * platform/mac/fast/repaint/containing-block-position-change-expected.png:
3318 * platform/mac/fast/repaint/control-clip-expected.png:
3319 * platform/mac/fast/repaint/delete-into-nested-block-expected.png:
3320 * platform/mac/fast/repaint/fixed-and-absolute-position-scrolled-expected.png:
3321 * platform/mac/fast/repaint/fixed-scroll-simple-expected.png:
3322 * platform/mac/fast/repaint/flexible-box-overflow-expected.png:
3323 * platform/mac/fast/repaint/flexible-box-overflow-horizontal-expected.png:
3324 * platform/mac/fast/repaint/float-move-during-layout-expected.png:
3325 * platform/mac/fast/repaint/float-overflow-expected.png:
3326 * platform/mac/fast/repaint/float-overflow-right-expected.png:
3327 * platform/mac/fast/repaint/iframe-scroll-repaint-expected.png:
3328 * platform/mac/fast/repaint/inline-block-overflow-expected.png:
3329 * platform/mac/fast/repaint/japanese-rl-selection-repaint-expected.png:
3330 * platform/mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
3331 * platform/mac/fast/repaint/layer-child-outline-expected.png:
3332 * platform/mac/fast/repaint/layer-outline-expected.png:
3333 * platform/mac/fast/repaint/layer-outline-horizontal-expected.png:
3334 * platform/mac/fast/repaint/line-flow-with-floats-in-regions-expected.png:
3335 * platform/mac/fast/repaint/line-overflow-expected.png:
3336 * platform/mac/fast/repaint/nested-iframe-scroll-inner-expected.png:
3337 * platform/mac/fast/repaint/nested-iframe-scroll-outer-expected.png:
3338 * platform/mac/fast/repaint/outline-child-repaint-expected.png:
3339 * platform/mac/fast/repaint/outline-shrinking-expected.png:
3340 * platform/mac/fast/repaint/overflow-delete-line-expected.png:
3341 * platform/mac/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.png:
3342 * platform/mac/fast/repaint/repaint-during-scroll-expected.png:
3343 * platform/mac/fast/repaint/scale-page-shrink-expected.png:
3344 * platform/mac/fast/repaint/search-field-cancel-expected.png:
3345 * platform/mac/fast/repaint/selection-after-remove-expected.png:
3346 * platform/mac/fast/repaint/shadow-multiple-horizontal-expected.png:
3347 * platform/mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
3348 * platform/mac/fast/repaint/shadow-multiple-strict-vertical-expected.png:
3349 * platform/mac/fast/repaint/shadow-multiple-vertical-expected.png:
3350 * platform/mac/fast/repaint/static-to-positioned-expected.png:
3351 * platform/mac/fast/repaint/table-cell-move-expected.png:
3352 * platform/mac/fast/repaint/text-selection-rect-in-overflow-2-expected.png:
3353 * platform/mac/fast/repaint/text-shadow-expected.png:
3354 * platform/mac/fast/repaint/text-shadow-horizontal-expected.png:
3356 2011-09-26 John Bauman <jbauman@chromium.org>
3358 Fix nonpremultiplied webgl toDataURL to jpeg
3359 https://bugs.webkit.org/show_bug.cgi?id=68366
3361 Update the premultiplyalpha-test from the WebGL conformance tests.
3362 Also use the correct expected result for toDataURL.jpeg.alpha.html.
3364 Reviewed by Kenneth Russell.
3366 * fast/canvas/webgl/premultiplyalpha-test-expected.txt:
3367 * fast/canvas/webgl/premultiplyalpha-test.html:
3368 * platform/mac/canvas/philip/tests/toDataURL.jpeg.alpha-expected.txt:
3370 2011-09-26 Ryosuke Niwa <rniwa@webkit.org>
3372 Add a failing expectation to the test added by r95964 on Chromium Linux and Chromium Windows.
3373 The failure is tracked by the bug 68832.
3375 * platform/chromium/test_expectations.txt:
3377 2011-09-26 W. James MacLean <wjmaclean@chromium.org>
3379 [chromium] Revise zoom animator backend to use full transform instead of just scale.
3380 https://bugs.webkit.org/show_bug.cgi?id=68535
3382 Reviewed by Kenneth Russell.
3384 * platform/chromium-gpu-linux/platform/chromium/compositing/zoom-animator-scale-test-expected.png: Added.
3385 * platform/chromium/compositing/zoom-animator-scale-test.html:
3387 2011-09-26 Mihai Parparita <mihaip@chromium.org>
3389 Layout Test fast/animation/request-animation-frame-timestamps-advance.html is failing
3390 https://bugs.webkit.org/show_bug.cgi?id=68821
3392 Switch test to use finishJSTest(), which handles js-test-post.js loading
3393 after the test is complete better.
3395 * fast/animation/request-animation-frame-timestamps-advance.html:
3396 * fast/animation/script-tests/request-animation-frame-timestamps-advance.js:
3397 (window.webkitRequestAnimationFrame):
3398 * platform/chromium/test_expectations.txt:
3400 2011-09-26 Mihai Parparita <mihaip@chromium.org>