1 2011-09-30 David Hyatt <hyatt@apple.com>
3 https://bugs.webkit.org/show_bug.cgi?id=69167
5 [CSS3 Regions] Fix some bugs in the computation of the logical left and width offsets
6 for blocks in variable width regions. Specifically, this patch addresses a minor bug
7 with overflow:hidden/scroll/auto block placement and with RTL directionality.
9 Reviewed by Sam Weinig.
11 * fast/regions/overflow-in-variable-width-regions.html: Added.
12 * fast/regions/overflow-rtl-in-variable-width-regions.html: Added.
13 * fast/regions/percentage-margins-mixed-ltr-dominant-regions.html: Added.
14 * fast/regions/percentage-margins-mixed-rtl-dominant-regions.html: Added.
15 * fast/regions/percentage-margins-rtl-variable-width-regions.html: Added.
16 * platform/mac/fast/regions/overflow-in-variable-width-regions-expected.png: Added.
17 * platform/mac/fast/regions/overflow-in-variable-width-regions-expected.txt: Added.
18 * platform/mac/fast/regions/overflow-rtl-in-variable-width-regions-expected.png: Added.
19 * platform/mac/fast/regions/overflow-rtl-in-variable-width-regions-expected.txt: Added.
20 * platform/mac/fast/regions/percentage-margins-mixed-ltr-dominant-regions-expected.png: Added.
21 * platform/mac/fast/regions/percentage-margins-mixed-ltr-dominant-regions-expected.txt: Added.
22 * platform/mac/fast/regions/percentage-margins-mixed-rtl-dominant-regions-expected.png: Added.
23 * platform/mac/fast/regions/percentage-margins-mixed-rtl-dominant-regions-expected.txt: Added.
24 * platform/mac/fast/regions/percentage-margins-rtl-variable-width-regions-expected.png: Added.
25 * platform/mac/fast/regions/percentage-margins-rtl-variable-width-regions-expected.txt: Added.
27 2011-09-30 Adam Barth <abarth@webkit.org>
29 Update baselines after http://trac.webkit.org/changeset/96404.
31 * platform/chromium-cg-mac/fast/text/atsui-multiple-renderers-expected.png: Added.
32 * platform/chromium-cg-mac/fast/text/complex-synthetic-bold-space-width-expected.png: Added.
33 * platform/chromium-linux/fast/text/complex-synthetic-bold-space-width-expected.png: Added.
34 * platform/chromium-mac/fast/text/atsui-multiple-renderers-expected.png:
35 * platform/chromium-mac/fast/text/complex-synthetic-bold-space-width-expected.png: Added.
36 * platform/chromium-win/fast/text/complex-synthetic-bold-space-width-expected.png: Added.
37 * platform/chromium-win/fast/text/complex-synthetic-bold-space-width-expected.txt: Added.
39 2011-09-29 David Hyatt <hyatt@apple.com>
41 https://bugs.webkit.org/show_bug.cgi?id=69043
43 [CSS3 Regions] Blocks split across regions with variable width need to size
44 differently in each region.
46 This patch adds the capability for blocks to have variable width and positioning
47 when split across regions. It is very rudimentary and so far only operates on basic
48 normal flow RenderBlocks. Future patches will expand the support to cover other layout
49 constructs like flexible boxes and tables.
51 Reviewed by Sam Weinig.
53 Added new tests in fast/regions and updated existing results.
55 * fast/regions/percentage-margins-variable-width-regions.html: Added.
56 * platform/mac/fast/regions/percentage-margins-variable-width-regions-expected.png: Added.
57 * platform/mac/fast/regions/percentage-margins-variable-width-regions-expected.txt: Added.
58 * platform/mac/fast/regions/webkit-flow-double-pagination-float-push-expected.png:
59 * platform/mac/fast/regions/webkit-flow-float-pushed-to-last-region-expected.png:
60 * platform/mac/fast/regions/webkit-flow-float-unable-to-push-expected.png:
61 * platform/mac/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.png:
62 * platform/mac/fast/regions/webkit-flow-inlines-dynamic-expected.png:
63 * platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.png:
64 * platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.png:
65 * platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png:
67 2011-09-30 Qi Zhang <qi.2.zhang@nokia.com>
69 WebKitTestRunner needs layoutTestController.setAppCacheMaximumSize
70 https://bugs.webkit.org/show_bug.cgi?id=42698
72 Reviewed by Andreas Kling.
74 Removed http/tests/appcache/max-size.html from skipped list, and also the "failed" expected file for http/tests/appcache/interrupted-update-expected.html
76 * platform/mac-wk2/http/tests/appcache: Removed.
77 * platform/mac-wk2/http/tests/appcache/interrupted-update-expected.txt: Removed.
78 * platform/wk2/Skipped:
80 2011-09-30 Ned Holbrook <nholbrook@apple.com>
82 Complex spaces with synthetic bold are too wide
83 https://bugs.webkit.org/show_bug.cgi?id=69033
85 Reviewed by Dan Bernstein.
87 * fast/text/complex-synthetic-bold-space-width.html: Added.
88 * platform/mac/fast/text/atsui-multiple-renderers-expected.png:
89 * platform/mac/fast/text/atsui-multiple-renderers-expected.txt:
90 * platform/mac/fast/text/complex-synthetic-bold-space-width-expected.png: Added.
91 * platform/mac/fast/text/complex-synthetic-bold-space-width-expected.txt: Added.
93 2011-09-30 Antaryami Pandia <antaryami.pandia@motorola.com>
95 LayoutTests: Rewrite fast/dom/HTMLInputElement/input-size-attribute.html
96 https://bugs.webkit.org/show_bug.cgi?id=69130
98 Reviewed by Alexey Proskuryakov.
100 * fast/dom/HTMLInputElement/input-size-attribute-expected.txt:
101 * fast/dom/HTMLInputElement/input-size-attribute.html:
103 2011-09-30 Chang Shu <cshu@webkit.org>
105 Replace textInputController.doCommand with eventSender.keyDown in password-echo tests
106 https://bugs.webkit.org/show_bug.cgi?id=69143
108 textInputController.doCommand is not supported very well across the platforms. Replace it
109 with eventSender.keyDown would make the tests pass on more platforms and potentially WK2.
111 Reviewed by Antonio Gomes.
113 * editing/input/resources/password-echo.js:
116 2011-09-30 Shinichiro Hamaji <hamaji@chromium.org>
118 [Chromium] Layout test failures under Snow Leopard
119 https://bugs.webkit.org/show_bug.cgi?id=54322
121 Unreviewed test_expectations.txt update. acid3 seems to be IMAGE+TEXT, not IMAGE
123 * platform/chromium/test_expectations.txt:
125 2011-09-30 Shinichiro Hamaji <hamaji@chromium.org>
127 [Chromium] Layout Test fast/frames/frame-set-rotation-hit.html and fast/frames/frame-set-scaling-hit.html are failing
128 https://bugs.webkit.org/show_bug.cgi?id=69136
130 Unreviewed test_expectations.txt update
132 * platform/chromium/test_expectations.txt:
134 2011-09-29 Shinichiro Hamaji <hamaji@chromium.org>
136 [Chromium] Layout Test platform/chromium/compositing/3d-corners.html is failing
137 https://bugs.webkit.org/show_bug.cgi?id=69124
139 Unreviewed test_expectations.txt update
141 * platform/chromium/test_expectations.txt:
143 2011-09-29 Shinichiro Hamaji <hamaji@chromium.org>
145 fast/text/line-initial-and-final-swashes.html fails on Chromium
146 https://bugs.webkit.org/show_bug.cgi?id=69103
148 Unreviewed test_expectations.txt update
150 * platform/chromium/test_expectations.txt:
152 2011-09-29 Fady Samuel <fsamuel@chromium.org>
154 Fixed Hit testing on Framesets when Frameset is transformed
155 https://bugs.webkit.org/show_bug.cgi?id=67740
157 Reviewed by Simon Fraser.
159 * fast/frames/frame-set-rotation-hit-expected.png: Added.
160 * fast/frames/frame-set-rotation-hit-expected.txt: Added.
161 * fast/frames/frame-set-rotation-hit.html: Added.
162 * fast/frames/frame-set-scaling-hit-expected.png: Added.
163 * fast/frames/frame-set-scaling-hit-expected.txt: Added.
164 * fast/frames/frame-set-scaling-hit.html: Added.
166 2011-09-29 Adam Barth <abarth@webkit.org>
168 These tests can also time out.
170 * platform/chromium/test_expectations.txt:
172 2011-09-29 Martin Robinson <mrobinson@igalia.com>
174 [Freetype] Some text in Planet GNOME renders in the wrong place
175 https://bugs.webkit.org/show_bug.cgi?id=69099
177 Reviewed by Dirk Schulze.
179 Add a test which exercises this issue. It seems the problem grows worse
180 as the y component of the text position increases, so position the text
181 about halfway down the page.
183 * platform/gtk/fonts/synthetic-oblique-positioning-expected.png: Added.
184 * platform/gtk/fonts/synthetic-oblique-positioning-expected.txt: Added.
185 * platform/gtk/fonts/synthetic-oblique-positioning.html: Added.
187 2011-09-29 Adam Barth <abarth@webkit.org>
189 Update image baselines after http://trac.webkit.org/changeset/96366. These are progressions.
191 * platform/chromium-mac/fast/css/font-smoothing-expected.png:
192 * platform/chromium-mac/fast/repaint/text-emphasis-v-expected.png:
193 * platform/chromium-mac/fast/text/emphasis-avoid-ruby-expected.png:
194 * platform/chromium-mac/fast/text/emphasis-overlap-expected.png:
195 * platform/chromium-mac/fast/text/soft-hyphen-4-expected.png:
197 2011-09-29 Dan Bernstein <mitz@apple.com>
199 Follow-up fix for <rdar://problem/10191243> Glyph variants (line final swashes) appear where they should not
201 Reviewed by Simon Fraser.
203 Added Hoefler Text Black Italic to the test case.
205 * fast/text/line-initial-and-final-swashes.html:
206 * platform/mac/fast/text/line-initial-and-final-swashes-expected.png:
207 * platform/mac/fast/text/line-initial-and-final-swashes-expected.txt:
209 2011-09-29 Adam Barth <abarth@webkit.org>
211 This test can also time out.
213 * platform/chromium/test_expectations.txt:
215 2011-09-29 Adam Barth <abarth@webkit.org>
217 Delete bogus expectation.
219 * platform/chromium-cg-mac/svg/text/selection-background-color-expected.txt: Removed.
221 2011-09-29 Adam Barth <abarth@webkit.org>
223 Attempt to update these image results again.
225 * platform/chromium-cg-mac-leopard/http/tests/misc: Added.
226 * platform/chromium-cg-mac-leopard/http/tests/misc/acid3-expected.png: Added.
227 * platform/chromium-cg-mac-leopard/http/tests/misc/acid3-expected.txt: Added.
228 * platform/chromium-cg-mac/http/tests/misc/acid3-expected.png:
229 * platform/chromium-cg-mac/http/tests/misc/acid3-expected.txt:
230 * platform/chromium-mac/http/tests/misc/acid3-expected.png:
231 * platform/chromium-mac/http/tests/misc/acid3-expected.txt: Removed.
233 2011-09-29 Adam Barth <abarth@webkit.org>
235 Mark test as expected to fail.
237 * platform/chromium/test_expectations.txt:
239 2011-09-29 Csaba Osztrogonác <ossy@webkit.org>
241 [Qt][WK2] Skip all failing tests (10605!) after refactored Qt5.
243 Rubber-stamped by Tor Arne Vestbø.
245 * platform/qt-wk2/Skipped:
247 2011-09-29 Dan Bernstein <mitz@apple.com>
249 <rdar://problem/10191243> Glyph variants (line final swashes) appear where they should not
251 Reviewed by Simon Fraser.
253 * fast/text/line-initial-and-final-swashes.html: Added.
254 * platform/mac/fast/text/line-initial-and-final-swashes-expected.png: Added.
255 * platform/mac/fast/text/line-initial-and-final-swashes-expected.txt: Added.
257 2011-09-29 Sheriff Bot <webkit.review.bot@gmail.com>
259 Unreviewed, rolling out r96340.
260 http://trac.webkit.org/changeset/96340
261 https://bugs.webkit.org/show_bug.cgi?id=69098
263 Caused 10 tests to crash in Debug (Requested by
264 abarth|gardener on #webkit).
266 * platform/mac/accessibility/aria-liveregion-without-element-access-expected.txt: Removed.
267 * platform/mac/accessibility/aria-liveregion-without-element-access.html: Removed.
269 2011-09-29 Adam Barth <abarth@webkit.org>
271 We should ignore the return value of GetRealNamedProperty
272 https://bugs.webkit.org/show_bug.cgi?id=68840
274 Reviewed by Nate Chapin.
276 * http/tests/security/window-named-valueOf-expected.txt: Added.
277 * http/tests/security/window-named-valueOf.html: Added.
279 2011-09-29 Chris Fleizach <cfleizach@apple.com>
281 ARIA live regions don't trigger notifications for elements that aren't in the AX tree
282 https://bugs.webkit.org/show_bug.cgi?id=62289
284 Reviewed by Darin Adler.
286 * platform/mac/accessibility/aria-liveregion-without-element-access-expected.txt: Added.
287 * platform/mac/accessibility/aria-liveregion-without-element-access.html: Added.
289 2011-09-29 David Reveman <reveman@chromium.org>
291 Rebaseline for r95870
292 https://bugs.webkit.org/show_bug.cgi?id=69090
294 Reviewed by James Robinson.
296 * platform/chromium-gpu-cg-mac/compositing/flat-with-transformed-child-expected.png: Removed.
297 * platform/chromium-gpu-cg-mac/platform/chromium/compositing/backface-visibility-transformed-expected.png: Removed.
298 * platform/chromium-gpu-cg-mac/platform/chromium/compositing/perpendicular-layer-sorting-expected.png: Removed.
299 * platform/chromium-gpu-linux/compositing/flat-with-transformed-child-expected.png: Removed.
300 * platform/chromium-gpu-mac/compositing/flat-with-transformed-child-expected.png: Removed.
301 * platform/chromium-gpu-mac/platform/chromium/compositing/perpendicular-layer-sorting-expected.png: Removed.
302 * platform/chromium-gpu-mac/platform/chromium/compositing/perpendicular-layer-sorting-expected.txt: Removed.
303 * platform/chromium-gpu-win/compositing/flat-with-transformed-child-expected.png:
304 * platform/chromium-gpu-win/platform/chromium/compositing/3d-corners-expected.png: Added.
305 * platform/chromium-gpu-win/platform/chromium/compositing/3d-corners-expected.txt: Added.
306 * platform/chromium-gpu-win/platform/chromium/compositing/backface-visibility-transformed-expected.png:
307 * platform/chromium-gpu-win/platform/chromium/compositing/perpendicular-layer-sorting-expected.png:
308 * platform/chromium-gpu-win/platform/chromium/compositing/perpendicular-layer-sorting-expected.txt: Removed.
309 * platform/chromium-gpu/compositing/flat-with-transformed-child-expected.png: Added.
310 * platform/chromium-gpu/platform/chromium/compositing/3d-corners-expected.png: Added.
311 * 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.
312 * platform/chromium-gpu/platform/chromium/compositing/perpendicular-layer-sorting-expected.png: Added.
313 * 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.
314 * platform/chromium/test_expectations.txt:
316 2011-09-29 David Grogan <dgrogan@chromium.org>
318 Layout test demonstrating IDBCursor inconsistency bug.
319 https://bugs.webkit.org/show_bug.cgi?id=69012
321 Reviewed by Nate Chapin.
323 * storage/indexeddb/cursor-inconsistency-expected.txt: Added.
324 * storage/indexeddb/cursor-inconsistency.html: Added.
326 2011-09-29 Adam Barth <abarth@webkit.org>
328 Generalize expected result to all of MAC.
330 * platform/chromium/test_expectations.txt:
332 2011-09-29 Adam Barth <abarth@webkit.org>
334 This test can also time out.
336 * platform/chromium/test_expectations.txt:
338 2011-09-29 Adam Barth <abarth@webkit.org>
340 Update expected results on Leopard. As far as I can tell, these are
343 * platform/chromium-cg-mac-leopard/editing/execCommand/insertHorizontalRule-expected.png: Added.
344 * platform/chromium-cg-mac-leopard/editing/selection/node-removal-1-expected.png: Added.
346 2011-09-29 Adam Barth <abarth@webkit.org>
348 Add some expected failures on Leopard.
350 * platform/chromium/test_expectations.txt:
352 2011-09-29 Adam Barth <abarth@webkit.org>
354 Update baselines. (Font rendering.)
356 * platform/chromium-cg-mac/http/tests/misc/acid3-expected.png: Added.
357 * platform/chromium-cg-mac/http/tests/misc/acid3-expected.txt: Added.
358 * platform/chromium-mac/http/tests/misc/acid3-expected.png: Added.
359 * platform/chromium-mac/http/tests/misc/acid3-expected.txt: Added.
361 2011-09-29 Adam Barth <abarth@webkit.org>
365 * platform/chromium-cg-mac-leopard/svg/text/selection-background-color-expected.png: Added.
366 * platform/chromium-cg-mac/svg/text/selection-background-color-expected.png: Added.
367 * platform/chromium-cg-mac/svg/text/selection-background-color-expected.txt: Added.
368 * platform/chromium-mac-leopard/svg/text: Added.
369 * platform/chromium-mac-leopard/svg/text/selection-background-color-expected.png: Added.
370 * platform/gtk/svg/text/selection-background-color-expected.txt: Removed.
371 * platform/mac/svg/text/selection-background-color-expected.txt: Removed.
372 * svg/text/selection-background-color-expected.txt: Added.
374 2011-09-29 Ilya Tikhonovsky <loislo@chromium.org>
376 Web Inspector: UI performance test for network panel is incorrect. The time is including a timeout between scheduled refresh and actual refresh.
377 https://bugs.webkit.org/show_bug.cgi?id=69087
379 The fix has the changes for the test and minor perf framework improvements.
381 Reviewed by Yury Semikhatsky.
383 * inspector/performance/resources/network-append-30-requests.html:
384 * inspector/performance/resources/performance-test.js:
385 (initialize_TimeTracker.InspectorTest.runPerformanceTest.Timer.prototype.done):
386 (initialize_TimeTracker.InspectorTest.runPerformanceTest):
387 (initialize_TimeTracker.InspectorTest.mark):
389 2011-09-29 Vsevolod Vlasov <vsevik@chromium.org>
391 Web Inspector: Make search-in-resource test simpler.
392 https://bugs.webkit.org/show_bug.cgi?id=69025
394 Reviewed by Pavel Feldman.
396 * http/tests/inspector/search/search-in-resource-expected.txt:
397 * http/tests/inspector/search/search-in-resource.html:
398 * http/tests/inspector/search/search-in-resources.html:
399 * http/tests/inspector/search/search-test.js:
400 (initialize_SearchTest.InspectorTest.runAfterResourcesAreCreated):
401 (initialize_SearchTest.InspectorTest._runAfterResourcesAreCreated):
402 (initialize_SearchTest.InspectorTest._runAfterResourcesAreCreated.maybeCallback):
403 (initialize_SearchTest.InspectorTest._runAfterResourcesAreCreated.addSniffer):
404 (initialize_SearchTest.InspectorTest._runAfterResourcesAreCreated.onResourceBind):
405 (initialize_SearchTest.InspectorTest._runAfterResourcesAreCreated.visit):
406 (initialize_SearchTest):
408 2011-09-27 Pavel Feldman <pfeldman@google.com>
410 Web Inspector: Scripts panel without folders causes errors when creating content scripts section.
411 https://bugs.webkit.org/show_bug.cgi?id=68827
413 Reviewed by Yury Semikhatsky.
415 * inspector/debugger/scripts-panel-expected.txt:
416 * inspector/debugger/scripts-panel.html:
417 * inspector/debugger/scripts-sorting-expected.txt:
418 * inspector/debugger/scripts-sorting.html:
419 * platform/chromium-win/inspector/debugger/scripts-panel-expected.txt: Removed.
420 * platform/chromium/inspector/debugger/scripts-sorting-expected.txt: Removed.
421 * platform/mac/inspector/debugger/scripts-panel-expected.txt: Removed.
422 * platform/win/inspector/debugger/scripts-panel-expected.txt: Removed.
424 2011-09-29 Arun Patole <bmf834@motorola.com>
426 LayoutTests: media/video-does-not-loop.html failing on Snow Leopard
427 https://bugs.webkit.org/show_bug.cgi?id=69067
429 Reviewed by Philippe Normand.
431 Update expected test result for video-does-not-loop.html
432 as the 'pause' event should be fired at the end of playback.
434 * media/video-does-not-loop-expected.txt:
436 2011-09-29 Shinichiro Hamaji <hamaji@chromium.org>
438 [Chromium] some Layout Tests in editing/ is failing
439 https://bugs.webkit.org/show_bug.cgi?id=69078
441 Unreviewed test_expectations.txt update
443 * platform/chromium/test_expectations.txt:
445 2011-09-29 Shinichiro Hamaji <hamaji@chromium.org>
447 [Chromium] Layout Test http/tests/security/cookies/cookie-theft-with-javascript-doc.html is failing
448 https://bugs.webkit.org/show_bug.cgi?id=69077
450 Unreviewed test_expectations.txt update
452 * platform/chromium/test_expectations.txt:
454 2011-09-29 Shinichiro Hamaji <hamaji@chromium.org>
456 [Chromium] Layout Test svg/filters/animate-fill.svg is failing
457 https://bugs.webkit.org/show_bug.cgi?id=69070
459 Unreviewed test_expectations.txt update
461 * platform/chromium/test_expectations.txt:
463 2011-09-29 Ryosuke Niwa <rniwa@webkit.org>
465 Hopefully the last Chromium test expectation update for r96294.
467 * platform/chromium/test_expectations.txt:
469 2011-09-29 Tim Horton <timothy_horton@apple.com>
471 REGRESSION(87010): elements in ECMA-cloud neither filled nor blurred
472 https://bugs.webkit.org/show_bug.cgi?id=68679
473 <rdar://problem/10204649>
475 Reviewed by Nikolas Zimmermann.
477 Add a test ensuring that using xlink:href with a different prefix (i.e. xl:href)
480 * svg/custom/xlink-custom-namespace-expected.png: Added.
481 * svg/custom/xlink-custom-namespace-expected.txt: Added.
482 * svg/custom/xlink-custom-namespace.svg: Added.
484 2011-09-28 Filip Pizlo <fpizlo@apple.com>
486 DFG checkArgumentTypes fails to check boolean predictions
487 https://bugs.webkit.org/show_bug.cgi?id=69059
489 Reviewed by Gavin Barraclough.
491 * fast/js/boolean-argument-prediction-expected.txt: Added.
492 * fast/js/boolean-argument-prediction.html: Added.
493 * fast/js/script-tests/boolean-argument-prediction.js: Added.
494 (predictBooleanArgument):
496 2011-09-28 Shinichiro Hamaji <hamaji@chromium.org>
498 Chromium test_expectations update for isindex-with-no-form.html
500 * platform/chromium/test_expectations.txt:
502 2011-09-28 Shinichiro Hamaji <hamaji@chromium.org>
504 [Chromium] Layout Test compositing/shadows/shadow-drawing.html is failing
505 https://bugs.webkit.org/show_bug.cgi?id=69062
507 Chromium test_expectations update
509 * platform/chromium/test_expectations.txt:
511 2011-09-28 Ryosuke Niwa <rniwa@webkit.org>
513 Chromium rebaseline after r96294.
515 * platform/chromium-cg-mac/fast/dynamic/first-letter-after-list-marker-expected.png: Added.
516 * platform/chromium-linux/fast/dynamic/first-letter-after-list-marker-expected.png: Added.
517 * platform/chromium-mac/fast/dynamic/first-letter-after-list-marker-expected.png: Added.
518 * platform/chromium-win/fast/dynamic/first-letter-after-list-marker-expected.png: Added.
520 2011-09-28 Ryosuke Niwa <rniwa@webkit.org>
522 Yet another Chromium linux rebaseline after r96257.
524 * platform/chromium-linux/editing/pasteboard/subframe-dragndrop-1-expected.png:
525 * platform/chromium/test_expectations.txt:
527 2011-09-28 Csaba Osztrogonác <ossy@webkit.org>
529 [Qt] Unreviewed gardening after r96257.
531 * platform/qt-4.8/editing/inserting/4278698-expected.png:
532 * platform/qt-4.8/editing/inserting/4278698-expected.txt:
533 * platform/qt-4.8/editing/inserting/paragraph-separator-03-expected.png:
534 * platform/qt-4.8/editing/inserting/paragraph-separator-03-expected.txt:
535 * platform/qt-4.8/editing/pasteboard/paste-text-019-expected.png:
536 * platform/qt-4.8/editing/pasteboard/paste-text-019-expected.txt:
538 2011-09-28 Ryosuke Niwa <rniwa@webkit.org>
540 Update Chromium test expectation and also add back the expected result erroneously removed in r96284.
542 * platform/chromium/test_expectations.txt:
543 * platform/gtk/editing/pasteboard/paste-text-006-expected.txt: Added.
544 * platform/mac/editing/pasteboard/paste-text-006-expected.txt: Added.
546 2011-09-28 Ryosuke Niwa <rniwa@webkit.org>
548 Chromium rebaselines for r96257 part 2.
550 * editing/deleting/delete-line-011-expected.txt: Added.
551 * editing/deleting/delete-tab-001-expected.txt: Added.
552 * editing/deleting/delete-tab-002-expected.txt: Added.
553 * editing/deleting/delete-tab-003-expected.txt: Added.
554 * editing/deleting/delete-tab-004-expected.txt: Added.
555 * editing/deleting/smart-delete-002-expected.txt: Added.
556 * editing/inserting/insert-text-with-newlines-expected.txt: Added.
557 * editing/style/smoosh-styles-003-expected.txt: Added.
558 * editing/style/style-3681552-fix-001-expected.txt: Added.
559 * editing/style/style-boundary-002-expected.txt: Added.
560 * editing/style/style-boundary-003-expected.txt: Added.
561 * editing/style/typing-style-001-expected.txt: Added.
562 * editing/style/typing-style-002-expected.txt: Added.
563 * platform/chromium-cg-mac-leopard/editing/pasteboard/paste-xml-expected.txt: Added.
564 * platform/chromium-cg-mac/editing/pasteboard/paste-xml-expected.txt:
565 * platform/chromium-linux-x86/editing: Added.
566 * platform/chromium-linux-x86/editing/pasteboard: Added.
567 * platform/chromium-linux-x86/editing/pasteboard/paste-xml-expected.txt: Added.
568 * platform/chromium-linux-x86/editing/style: Added.
569 * platform/chromium-linux-x86/editing/style/style-3681552-fix-002-expected.txt: Added.
570 * platform/chromium-linux/editing/deleting/smart-delete-002-expected.txt:
571 * platform/chromium-linux/editing/pasteboard/paste-xml-expected.txt: Added.
572 * platform/chromium-linux/editing/pasteboard/smart-drag-drop-expected.txt:
573 * platform/chromium-linux/editing/pasteboard/subframe-dragndrop-1-expected.png:
574 * platform/chromium-linux/editing/pasteboard/subframe-dragndrop-1-expected.txt:
575 * platform/chromium-linux/editing/style/style-3681552-fix-002-expected.txt: Added.
576 * platform/chromium-mac/editing/pasteboard/paste-xml-expected.txt:
577 * platform/chromium-win-vista/editing/deleting: Removed.
578 * platform/chromium-win-vista/editing/deleting/table-cells-expected.png: Removed.
579 * platform/chromium-win-vista/editing/execCommand: Removed.
580 * platform/chromium-win-vista/editing/execCommand/create-list-with-hr-expected.png: Removed.
581 * platform/chromium-win-vista/editing/execCommand/find-after-replace-expected.png: Removed.
582 * platform/chromium-win-vista/editing/execCommand/paste-1-expected.png: Removed.
583 * platform/chromium-win-vista/editing/execCommand/paste-2-expected.png: Removed.
584 * platform/chromium-win-vista/editing/inserting: Removed.
585 * platform/chromium-win-vista/editing/inserting/4278698-expected.png: Removed.
586 * platform/chromium-win-vista/editing/inserting/paragraph-separator-in-table-2-expected.png: Removed.
587 * platform/chromium-win-vista/editing/pasteboard/3976872-expected.png: Removed.
588 * platform/chromium-win-vista/editing/pasteboard/4076267-2-expected.png: Removed.
589 * platform/chromium-win-vista/editing/pasteboard/4076267-3-expected.png: Removed.
590 * platform/chromium-win-vista/editing/pasteboard/4076267-expected.png: Removed.
591 * platform/chromium-win-vista/editing/pasteboard/paste-xml-expected.txt: Added.
592 * platform/chromium-win-vista/editing/pasteboard/undoable-fragment-removes-expected.png: Removed.
593 * platform/chromium-win-vista/editing/selection: Removed.
594 * platform/chromium-win-vista/editing/selection/select-all-iframe-expected.png: Removed.
595 * platform/chromium-win-vista/editing/style: Added.
596 * platform/chromium-win-vista/editing/style/style-3681552-fix-002-expected.txt: Added.
597 * platform/chromium-win-vista/editing/undo: Removed.
598 * platform/chromium-win-vista/editing/undo/4063751-expected.png: Removed.
599 * platform/chromium-win-vista/editing/unsupported-content: Removed.
600 * platform/chromium-win-vista/editing/unsupported-content/table-type-after-expected.png: Removed.
601 * platform/chromium-win-vista/editing/unsupported-content/table-type-before-expected.png: Removed.
602 * platform/chromium-win-xp/editing/pasteboard: Added.
603 * platform/chromium-win-xp/editing/pasteboard/paste-xml-expected.txt: Added.
604 * platform/chromium-win-xp/editing/style: Added.
605 * platform/chromium-win-xp/editing/style/style-3681552-fix-002-expected.txt: Added.
606 * platform/chromium-win-xp/fast/events: Removed.
607 * platform/chromium-win/editing/deleting/delete-br-011-expected.txt: Added.
608 * platform/chromium-win/editing/deleting/delete-line-011-expected.txt:
609 * platform/chromium-win/editing/deleting/delete-tab-001-expected.txt:
610 * platform/chromium-win/editing/deleting/delete-tab-002-expected.txt:
611 * platform/chromium-win/editing/deleting/delete-tab-003-expected.txt:
612 * platform/chromium-win/editing/deleting/delete-tab-004-expected.txt:
613 * platform/chromium-win/editing/inserting/insert-text-with-newlines-expected.txt:
614 * platform/chromium-win/editing/pasteboard/drag-drop-modifies-page-expected.txt:
615 * platform/chromium-win/editing/pasteboard/paste-xml-expected.txt:
616 * platform/chromium-win/editing/pasteboard/smart-drag-drop-expected.txt:
617 * platform/chromium-win/editing/spelling/spelling-expected.txt:
618 * platform/chromium-win/editing/style/smoosh-styles-003-expected.png:
619 * platform/chromium-win/editing/style/style-3681552-fix-001-expected.txt:
620 * platform/chromium-win/editing/style/style-3681552-fix-002-expected.txt:
621 * platform/chromium-win/editing/style/style-boundary-002-expected.txt:
622 * platform/chromium-win/editing/style/style-boundary-003-expected.txt:
623 * platform/chromium-win/editing/style/style-boundary-005-expected.txt:
624 * platform/chromium-win/editing/style/typing-style-001-expected.txt:
625 * platform/chromium-win/editing/style/typing-style-002-expected.txt:
626 * platform/chromium-win/fast/events/updateLayoutForHitTest-expected.png:
627 * platform/chromium-win/fast/events/updateLayoutForHitTest-expected.txt:
628 * platform/gtk/editing/deleting/delete-line-011-expected.txt: Removed.
629 * platform/gtk/editing/deleting/delete-tab-001-expected.txt: Removed.
630 * platform/gtk/editing/deleting/delete-tab-002-expected.txt: Removed.
631 * platform/gtk/editing/deleting/delete-tab-003-expected.txt: Removed.
632 * platform/gtk/editing/deleting/delete-tab-004-expected.txt: Removed.
633 * platform/gtk/editing/deleting/smart-delete-002-expected.txt: Removed.
634 * platform/gtk/editing/inserting/insert-text-with-newlines-expected.txt: Removed.
635 * platform/gtk/editing/style/smoosh-styles-003-expected.txt: Removed.
636 * platform/gtk/editing/style/style-3681552-fix-001-expected.txt: Removed.
637 * platform/gtk/editing/style/style-boundary-002-expected.txt: Removed.
638 * platform/gtk/editing/style/style-boundary-003-expected.txt: Removed.
639 * platform/gtk/editing/style/typing-style-001-expected.txt: Removed.
640 * platform/gtk/editing/style/typing-style-002-expected.txt: Removed.
641 * platform/gtk/fast/repaint/selection-clear-expected.txt: Removed.
642 * platform/mac/editing/deleting/delete-line-011-expected.txt: Removed.
643 * platform/mac/editing/deleting/delete-tab-001-expected.txt: Removed.
644 * platform/mac/editing/deleting/delete-tab-002-expected.txt: Removed.
645 * platform/mac/editing/deleting/delete-tab-003-expected.txt: Removed.
646 * platform/mac/editing/deleting/delete-tab-004-expected.txt: Removed.
647 * platform/mac/editing/deleting/smart-delete-002-expected.txt: Removed.
648 * platform/mac/editing/inserting/insert-text-with-newlines-expected.txt: Removed.
649 * platform/mac/editing/style/smoosh-styles-003-expected.txt: Removed.
650 * platform/mac/editing/style/style-3681552-fix-001-expected.txt: Removed.
651 * platform/mac/editing/style/style-boundary-002-expected.txt: Removed.
652 * platform/mac/editing/style/style-boundary-003-expected.txt: Removed.
653 * platform/mac/editing/style/typing-style-001-expected.txt: Removed.
654 * platform/mac/editing/style/typing-style-002-expected.txt: Removed.
656 2011-09-28 Ryosuke Niwa <rniwa@webkit.org>
658 Remove some of Chromium test expectations temporarily added for r96257.
660 * platform/chromium/test_expectations.txt:
662 2011-09-28 Dan Bernstein <mitz@apple.com>
664 <rdar://problem/10196497> first-letter after list marker not updated correctly
666 Reviewed by Simon Fraser.
668 * fast/dynamic/first-letter-after-list-marker-expected.png: Added.
669 * fast/dynamic/first-letter-after-list-marker-expected.txt: Added.
670 * fast/dynamic/first-letter-after-list-marker.html: Added.
672 2011-09-28 Hayato Ito <hayato@chromium.org>
674 Add a test for accesskey in regard to iframes.
675 https://bugs.webkit.org/show_bug.cgi?id=67642
677 Reviewed by Hajime Morita.
679 To catch any improvement of accesskey behavior in regard to
680 iframes, it'd be nice to add a test to verify the current behavior.
682 * fast/dom/access-key-iframe-expected.txt: Added.
683 * fast/dom/access-key-iframe.html: Added.
685 2011-09-28 Kent Tamura <tkent@chromium.org>
687 REGRESSION(r93858): Can't type anything into input elements when maxlength is greater than 2^31
688 https://bugs.webkit.org/show_bug.cgi?id=68981
690 Reviewed by Darin Adler.
692 * fast/forms/input-text-paste-maxlength-expected.txt:
693 * fast/forms/input-text-paste-maxlength.html:
695 2011-09-28 Ryosuke Niwa <rniwa@webkit.org>
697 One last GTK rebaseline for r96257.
699 * platform/gtk/editing/inserting/insert-at-end-02-expected.txt:
701 2011-09-28 Ryosuke Niwa <rniwa@webkit.org>
703 Chromium rebaseline for r96257 part 2.
705 * platform/chromium-cg-mac-leopard/editing/deleting/table-cells-expected.png:
706 * platform/chromium-cg-mac-leopard/editing/execCommand/create-list-with-hr-expected.png: Added.
707 * platform/chromium-cg-mac-leopard/editing/execCommand/find-after-replace-expected.png: Added.
708 * platform/chromium-cg-mac-leopard/editing/execCommand/paste-1-expected.png: Added.
709 * platform/chromium-cg-mac-leopard/editing/execCommand/paste-2-expected.png: Added.
710 * platform/chromium-cg-mac-leopard/editing/inserting/4278698-expected.png: Added.
711 * platform/chromium-cg-mac-leopard/editing/inserting/paragraph-separator-in-table-2-expected.png: Added.
712 * platform/chromium-cg-mac-leopard/editing/pasteboard/3976872-expected.png: Added.
713 * platform/chromium-cg-mac-leopard/editing/pasteboard/4076267-2-expected.png: Added.
714 * platform/chromium-cg-mac-leopard/editing/pasteboard/4076267-3-expected.png: Added.
715 * platform/chromium-cg-mac-leopard/editing/pasteboard/4076267-expected.png: Added.
716 * platform/chromium-cg-mac-leopard/editing/pasteboard/undoable-fragment-removes-expected.png: Added.
717 * platform/chromium-cg-mac-leopard/editing/selection/select-all-iframe-expected.png: Added.
718 * platform/chromium-cg-mac-leopard/editing/undo: Added.
719 * platform/chromium-cg-mac-leopard/editing/undo/4063751-expected.png: Added.
720 * platform/chromium-cg-mac-leopard/editing/unsupported-content: Added.
721 * platform/chromium-cg-mac-leopard/editing/unsupported-content/table-type-after-expected.png: Added.
722 * platform/chromium-cg-mac-leopard/editing/unsupported-content/table-type-before-expected.png: Added.
723 * platform/chromium-cg-mac/editing/deleting/table-cells-expected.png:
724 * platform/chromium-cg-mac/editing/execCommand/create-list-with-hr-expected.png: Added.
725 * platform/chromium-cg-mac/editing/execCommand/find-after-replace-expected.png: Added.
726 * platform/chromium-cg-mac/editing/execCommand/paste-1-expected.png: Added.
727 * platform/chromium-cg-mac/editing/execCommand/paste-2-expected.png: Added.
728 * platform/chromium-cg-mac/editing/inserting/4278698-expected.png: Added.
729 * platform/chromium-cg-mac/editing/inserting/paragraph-separator-in-table-2-expected.png: Added.
730 * platform/chromium-cg-mac/editing/pasteboard/3976872-expected.png: Added.
731 * platform/chromium-cg-mac/editing/pasteboard/4076267-2-expected.png: Added.
732 * platform/chromium-cg-mac/editing/pasteboard/4076267-3-expected.png: Added.
733 * platform/chromium-cg-mac/editing/pasteboard/4076267-expected.png: Added.
734 * platform/chromium-cg-mac/editing/pasteboard/undoable-fragment-removes-expected.png: Added.
735 * platform/chromium-cg-mac/editing/selection/select-all-iframe-expected.png: Added.
736 * platform/chromium-cg-mac/editing/undo: Added.
737 * platform/chromium-cg-mac/editing/undo/4063751-expected.png: Added.
738 * platform/chromium-cg-mac/editing/unsupported-content: Added.
739 * platform/chromium-cg-mac/editing/unsupported-content/table-type-after-expected.png: Added.
740 * platform/chromium-cg-mac/editing/unsupported-content/table-type-before-expected.png: Added.
741 * platform/chromium-linux/editing/deleting/table-cells-expected.png:
742 * platform/chromium-linux/editing/execCommand/create-list-with-hr-expected.png:
743 * platform/chromium-linux/editing/execCommand/find-after-replace-expected.png:
744 * platform/chromium-linux/editing/execCommand/paste-1-expected.png:
745 * platform/chromium-linux/editing/execCommand/paste-2-expected.png:
746 * platform/chromium-linux/editing/inserting/4278698-expected.png:
747 * platform/chromium-linux/editing/inserting/paragraph-separator-in-table-2-expected.png:
748 * platform/chromium-linux/editing/pasteboard/3976872-expected.png:
749 * platform/chromium-linux/editing/pasteboard/4076267-2-expected.png:
750 * platform/chromium-linux/editing/pasteboard/4076267-3-expected.png:
751 * platform/chromium-linux/editing/pasteboard/4076267-expected.png:
752 * platform/chromium-linux/editing/pasteboard/undoable-fragment-removes-expected.png:
753 * platform/chromium-linux/editing/selection/select-all-iframe-expected.png:
754 * platform/chromium-linux/editing/undo/4063751-expected.png:
755 * platform/chromium-linux/editing/unsupported-content/table-type-after-expected.png:
756 * platform/chromium-linux/editing/unsupported-content/table-type-before-expected.png:
757 * platform/chromium-mac/editing/deleting/table-cells-expected.png:
758 * platform/chromium-mac/editing/execCommand/create-list-with-hr-expected.png:
759 * platform/chromium-mac/editing/execCommand/find-after-replace-expected.png:
760 * platform/chromium-mac/editing/execCommand/paste-1-expected.png:
761 * platform/chromium-mac/editing/execCommand/paste-2-expected.png:
762 * platform/chromium-mac/editing/inserting/4278698-expected.png:
763 * platform/chromium-mac/editing/inserting/paragraph-separator-in-table-2-expected.png:
764 * platform/chromium-mac/editing/pasteboard/3976872-expected.png:
765 * platform/chromium-mac/editing/pasteboard/4076267-2-expected.png:
766 * platform/chromium-mac/editing/pasteboard/4076267-3-expected.png:
767 * platform/chromium-mac/editing/pasteboard/4076267-expected.png:
768 * platform/chromium-mac/editing/pasteboard/paste-text-006-expected.png:
769 * platform/chromium-mac/editing/pasteboard/undoable-fragment-removes-expected.png:
770 * platform/chromium-mac/editing/selection/select-all-iframe-expected.png:
771 * platform/chromium-mac/editing/undo/4063751-expected.png:
772 * platform/chromium-mac/editing/unsupported-content/table-type-after-expected.png:
773 * platform/chromium-mac/editing/unsupported-content/table-type-before-expected.png:
774 * platform/chromium-win-vista/editing: Added.
775 * platform/chromium-win-vista/editing/deleting: Added.
776 * platform/chromium-win-vista/editing/deleting/table-cells-expected.png: Added.
777 * platform/chromium-win-vista/editing/execCommand: Added.
778 * platform/chromium-win-vista/editing/execCommand/create-list-with-hr-expected.png: Added.
779 * platform/chromium-win-vista/editing/execCommand/find-after-replace-expected.png: Added.
780 * platform/chromium-win-vista/editing/execCommand/paste-1-expected.png: Added.
781 * platform/chromium-win-vista/editing/execCommand/paste-2-expected.png: Added.
782 * platform/chromium-win-vista/editing/inserting: Added.
783 * platform/chromium-win-vista/editing/inserting/4278698-expected.png: Added.
784 * platform/chromium-win-vista/editing/inserting/paragraph-separator-in-table-2-expected.png: Added.
785 * platform/chromium-win-vista/editing/pasteboard: Added.
786 * platform/chromium-win-vista/editing/pasteboard/3976872-expected.png: Added.
787 * platform/chromium-win-vista/editing/pasteboard/4076267-2-expected.png: Added.
788 * platform/chromium-win-vista/editing/pasteboard/4076267-3-expected.png: Added.
789 * platform/chromium-win-vista/editing/pasteboard/4076267-expected.png: Added.
790 * platform/chromium-win-vista/editing/pasteboard/undoable-fragment-removes-expected.png: Added.
791 * platform/chromium-win-vista/editing/selection: Added.
792 * platform/chromium-win-vista/editing/selection/select-all-iframe-expected.png: Added.
793 * platform/chromium-win-vista/editing/undo: Added.
794 * platform/chromium-win-vista/editing/undo/4063751-expected.png: Added.
795 * platform/chromium-win-vista/editing/unsupported-content: Added.
796 * platform/chromium-win-vista/editing/unsupported-content/table-type-after-expected.png: Added.
797 * platform/chromium-win-vista/editing/unsupported-content/table-type-before-expected.png: Added.
798 * platform/chromium-win/editing/deleting/table-cells-expected.png:
799 * platform/chromium-win/editing/execCommand/create-list-with-hr-expected.png:
800 * platform/chromium-win/editing/execCommand/find-after-replace-expected.png:
801 * platform/chromium-win/editing/execCommand/paste-1-expected.png:
802 * platform/chromium-win/editing/execCommand/paste-2-expected.png:
803 * platform/chromium-win/editing/inserting/4278698-expected.png:
804 * platform/chromium-win/editing/inserting/paragraph-separator-in-table-2-expected.png:
805 * platform/chromium-win/editing/pasteboard/3976872-expected.png:
806 * platform/chromium-win/editing/pasteboard/4076267-2-expected.png:
807 * platform/chromium-win/editing/pasteboard/4076267-3-expected.png:
808 * platform/chromium-win/editing/pasteboard/4076267-expected.png:
809 * platform/chromium-win/editing/pasteboard/paste-text-006-expected.png:
810 * platform/chromium-win/editing/pasteboard/undoable-fragment-removes-expected.png:
811 * platform/chromium-win/editing/selection/select-all-iframe-expected.png:
812 * platform/chromium-win/editing/undo/4063751-expected.png:
813 * platform/chromium-win/editing/unsupported-content/table-type-after-expected.png:
814 * platform/chromium-win/editing/unsupported-content/table-type-before-expected.png:
815 * platform/gtk/editing/pasteboard/paste-text-006-expected.txt: Removed.
816 * platform/mac/editing/pasteboard/paste-text-006-expected.txt: Removed.
818 2011-09-28 Simon Fraser <simon.fraser@apple.com>
820 fast/dom/scroll-element-to-rect.html fails on WK1 Mac port
821 https://bugs.webkit.org/show_bug.cgi?id=68815
823 Reviewed by Dan Bernstein.
825 Fix these tests to not throw errors when window.internals is not available.
827 * fast/dom/scroll-element-to-rect-centered.html:
828 * fast/dom/scroll-element-to-rect.html:
830 2011-09-28 Ryosuke Niwa <rniwa@webkit.org>
832 Qt rebsaeline after r96257. It seems like the difference is coming from the font used in select element.
834 * platform/qt/editing/pasteboard/select-element-1-expected.txt: Copied from
835 LayoutTests/editing/pasteboard/select-element-1-expected.txt.
837 2011-09-28 Peter Beverloo <peter@chromium.org>
839 Don't clamp cubic-bezier timing functions between 0 and 1
840 https://bugs.webkit.org/show_bug.cgi?id=45761
842 Test overflow behavior of colors, lengths, svg lengths,
843 shadows and transforms (through rotations). Update the
844 timing function test to check for now valid values.
846 Reviewed by Dean Jackson.
848 * fast/css/transition-timing-function-expected.txt:
849 * fast/css/transition-timing-function.html:
850 * transitions/cubic-bezier-overflow-color-expected.txt: Added.
851 * transitions/cubic-bezier-overflow-color.html: Added.
852 * transitions/cubic-bezier-overflow-length-expected.txt: Added.
853 * transitions/cubic-bezier-overflow-length.html: Added.
854 * transitions/cubic-bezier-overflow-shadow-expected.txt: Added.
855 * transitions/cubic-bezier-overflow-shadow.html: Added.
856 * transitions/cubic-bezier-overflow-svg-length-expected.txt: Added.
857 * transitions/cubic-bezier-overflow-svg-length.html: Added.
858 * transitions/cubic-bezier-overflow-transform-expected.txt: Added.
859 * transitions/cubic-bezier-overflow-transform.html: Added.
861 2011-09-28 Ryosuke Niwa <rniwa@webkit.org>
863 More GTK rebaselines after r96257.
865 * platform/gtk/editing/deleting/delete-block-contents-001-expected.txt:
866 * platform/gtk/editing/deleting/delete-block-merge-contents-013-expected.txt:
867 * platform/gtk/editing/deleting/delete-line-005-expected.txt:
868 * platform/gtk/editing/deleting/merge-endOfParagraph-expected.txt:
869 * platform/gtk/editing/deleting/regional-indicators-expected.txt:
870 * platform/gtk/editing/deleting/table-cells-expected.txt:
871 * platform/gtk/editing/execCommand/insertHorizontalRule-expected.txt:
872 * platform/gtk/editing/pasteboard/paste-match-style-002-expected.txt:
873 * platform/gtk/editing/pasteboard/paste-text-005-expected.txt:
875 2011-09-28 Mihai Parparita <mihaip@chromium.org>
877 Remove Chromium failing expectations for tests that now pass.
879 * platform/chromium/test_expectations.txt:
881 2011-09-28 Ryosuke Niwa <rniwa@webkit.org>
883 Chromium rebaseline for r96257 part 1.
885 * platform/chromium-cg-mac-leopard/editing/pasteboard/paste-text-008-expected.png: Removed.
886 * platform/chromium-linux/editing/deleting/smart-delete-001-expected.txt:
887 * platform/chromium-linux/editing/deleting/smart-delete-003-expected.txt:
888 * platform/chromium-linux/editing/deleting/smart-delete-004-expected.txt:
889 * platform/chromium-linux/editing/deleting/table-cells-expected.png:
890 * platform/chromium-linux/editing/execCommand/create-list-with-hr-expected.png:
891 * platform/chromium-linux/editing/execCommand/find-after-replace-expected.png:
892 * platform/chromium-linux/editing/execCommand/insertHorizontalRule-expected.png:
893 * platform/chromium-linux/editing/execCommand/paste-1-expected.png:
894 * platform/chromium-linux/editing/execCommand/paste-2-expected.png:
895 * platform/chromium-linux/editing/inserting/4278698-expected.png:
896 * platform/chromium-linux/editing/inserting/paragraph-separator-in-table-2-expected.png:
897 * platform/chromium-linux/editing/pasteboard/3976872-expected.png:
898 * platform/chromium-linux/editing/pasteboard/4076267-2-expected.png:
899 * platform/chromium-linux/editing/pasteboard/4076267-3-expected.png:
900 * platform/chromium-linux/editing/pasteboard/4076267-expected.png:
901 * platform/chromium-linux/editing/pasteboard/undoable-fragment-removes-expected.png:
902 * platform/chromium-linux/editing/selection/node-removal-1-expected.png:
903 * platform/chromium-linux/editing/selection/select-all-iframe-expected.png:
904 * platform/chromium-linux/editing/undo/4063751-expected.png:
905 * platform/chromium-linux/editing/unsupported-content/table-type-after-expected.png:
906 * platform/chromium-linux/editing/unsupported-content/table-type-before-expected.png:
907 * platform/chromium-mac/editing/deleting/table-cells-expected.png:
908 * platform/chromium-mac/editing/execCommand/create-list-with-hr-expected.png:
909 * platform/chromium-mac/editing/execCommand/find-after-replace-expected.png:
910 * platform/chromium-mac/editing/execCommand/insertHorizontalRule-expected.png:
911 * platform/chromium-mac/editing/execCommand/paste-1-expected.png:
912 * platform/chromium-mac/editing/execCommand/paste-2-expected.png:
913 * platform/chromium-mac/editing/inserting/4278698-expected.png:
914 * platform/chromium-mac/editing/inserting/paragraph-separator-in-table-2-expected.png:
915 * platform/chromium-mac/editing/pasteboard/3976872-expected.png:
916 * platform/chromium-mac/editing/pasteboard/4076267-2-expected.png:
917 * platform/chromium-mac/editing/pasteboard/4076267-3-expected.png:
918 * platform/chromium-mac/editing/pasteboard/4076267-expected.png:
919 * platform/chromium-mac/editing/pasteboard/undoable-fragment-removes-expected.png:
920 * platform/chromium-mac/editing/selection/node-removal-1-expected.png:
921 * platform/chromium-mac/editing/selection/select-all-iframe-expected.png:
922 * platform/chromium-mac/editing/undo/4063751-expected.png:
923 * platform/chromium-mac/editing/unsupported-content/table-type-after-expected.png:
924 * platform/chromium-mac/editing/unsupported-content/table-type-before-expected.png:
925 * platform/chromium-win-xp/editing/pasteboard: Removed.
926 * platform/chromium-win/editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
927 * platform/chromium-win/editing/deleting/delete-3608445-fix-expected.txt:
928 * platform/chromium-win/editing/deleting/delete-3608462-fix-expected.txt:
929 * platform/chromium-win/editing/deleting/delete-3775172-fix-expected.txt:
930 * platform/chromium-win/editing/deleting/delete-3800834-fix-expected.txt:
931 * platform/chromium-win/editing/deleting/delete-3857753-fix-expected.txt:
932 * platform/chromium-win/editing/deleting/delete-3865854-fix-expected.txt:
933 * platform/chromium-win/editing/deleting/delete-3928305-fix-expected.txt:
934 * platform/chromium-win/editing/deleting/delete-3959464-fix-expected.txt:
935 * platform/chromium-win/editing/deleting/delete-after-span-ws-002-expected.txt:
936 * platform/chromium-win/editing/deleting/delete-after-span-ws-003-expected.txt:
937 * platform/chromium-win/editing/deleting/delete-all-text-in-text-field-assertion-expected.txt: Added.
938 * platform/chromium-win/editing/deleting/delete-and-undo-expected.txt:
939 * platform/chromium-win/editing/deleting/delete-at-paragraph-boundaries-001-expected.txt:
940 * platform/chromium-win/editing/deleting/delete-at-paragraph-boundaries-002-expected.txt:
941 * platform/chromium-win/editing/deleting/delete-at-paragraph-boundaries-003-expected.txt:
942 * platform/chromium-win/editing/deleting/delete-at-paragraph-boundaries-004-expected.txt:
943 * platform/chromium-win/editing/deleting/delete-at-paragraph-boundaries-005-expected.txt:
944 * platform/chromium-win/editing/deleting/delete-at-paragraph-boundaries-006-expected.txt:
945 * platform/chromium-win/editing/deleting/delete-at-paragraph-boundaries-007-expected.txt:
946 * platform/chromium-win/editing/deleting/delete-at-paragraph-boundaries-009-expected.txt:
947 * platform/chromium-win/editing/deleting/delete-at-paragraph-boundaries-010-expected.txt:
948 * platform/chromium-win/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
949 * platform/chromium-win/editing/deleting/delete-block-contents-001-expected.txt:
950 * platform/chromium-win/editing/deleting/delete-block-contents-002-expected.txt:
951 * platform/chromium-win/editing/deleting/delete-block-contents-003-expected.txt:
952 * platform/chromium-win/editing/deleting/delete-block-merge-contents-001-expected.txt:
953 * platform/chromium-win/editing/deleting/delete-block-merge-contents-002-expected.txt:
954 * platform/chromium-win/editing/deleting/delete-block-merge-contents-003-expected.txt:
955 * platform/chromium-win/editing/deleting/delete-block-merge-contents-004-expected.txt:
956 * platform/chromium-win/editing/deleting/delete-block-merge-contents-005-expected.txt:
957 * platform/chromium-win/editing/deleting/delete-block-merge-contents-006-expected.txt:
958 * platform/chromium-win/editing/deleting/delete-block-merge-contents-007-expected.txt:
959 * platform/chromium-win/editing/deleting/delete-block-merge-contents-008-expected.txt:
960 * platform/chromium-win/editing/deleting/delete-block-merge-contents-009-expected.txt:
961 * platform/chromium-win/editing/deleting/delete-block-merge-contents-010-expected.txt:
962 * platform/chromium-win/editing/deleting/delete-block-merge-contents-012-expected.txt:
963 * platform/chromium-win/editing/deleting/delete-block-merge-contents-013-expected.txt:
964 * platform/chromium-win/editing/deleting/delete-block-merge-contents-014-expected.txt:
965 * platform/chromium-win/editing/deleting/delete-block-merge-contents-015-expected.txt:
966 * platform/chromium-win/editing/deleting/delete-block-merge-contents-016-expected.txt:
967 * platform/chromium-win/editing/deleting/delete-block-merge-contents-017-expected.txt:
968 * platform/chromium-win/editing/deleting/delete-block-merge-contents-018-expected.txt:
969 * platform/chromium-win/editing/deleting/delete-block-merge-contents-019-expected.txt:
970 * platform/chromium-win/editing/deleting/delete-block-merge-contents-020-expected.txt:
971 * platform/chromium-win/editing/deleting/delete-block-merge-contents-021-expected.txt:
972 * platform/chromium-win/editing/deleting/delete-block-merge-contents-022-expected.txt:
973 * platform/chromium-win/editing/deleting/delete-block-merge-contents-023-expected.txt:
974 * platform/chromium-win/editing/deleting/delete-block-merge-contents-024-expected.txt:
975 * platform/chromium-win/editing/deleting/delete-br-008-expected.txt:
976 * platform/chromium-win/editing/deleting/delete-br-010-expected.txt:
977 * platform/chromium-win/editing/deleting/delete-contiguous-ws-001-expected.txt:
978 * platform/chromium-win/editing/deleting/delete-first-list-item-expected.txt:
979 * platform/chromium-win/editing/deleting/delete-image-001-expected.txt:
980 * platform/chromium-win/editing/deleting/delete-image-002-expected.txt:
981 * platform/chromium-win/editing/deleting/delete-image-003-expected.txt:
982 * platform/chromium-win/editing/deleting/delete-image-004-expected.txt:
983 * platform/chromium-win/editing/deleting/delete-leading-ws-001-expected.txt:
984 * platform/chromium-win/editing/deleting/delete-line-001-expected.txt:
985 * platform/chromium-win/editing/deleting/delete-line-002-expected.txt:
986 * platform/chromium-win/editing/deleting/delete-line-003-expected.txt:
987 * platform/chromium-win/editing/deleting/delete-line-004-expected.txt:
988 * platform/chromium-win/editing/deleting/delete-line-005-expected.txt:
989 * platform/chromium-win/editing/deleting/delete-line-006-expected.txt:
990 * platform/chromium-win/editing/deleting/delete-line-007-expected.txt:
991 * platform/chromium-win/editing/deleting/delete-line-008-expected.txt:
992 * platform/chromium-win/editing/deleting/delete-line-009-expected.txt:
993 * platform/chromium-win/editing/deleting/delete-line-010-expected.txt:
994 * platform/chromium-win/editing/deleting/delete-line-012-expected.txt:
995 * platform/chromium-win/editing/deleting/delete-line-013-expected.txt:
996 * platform/chromium-win/editing/deleting/delete-line-014-expected.txt:
997 * platform/chromium-win/editing/deleting/delete-line-015-expected.txt:
998 * platform/chromium-win/editing/deleting/delete-line-016-expected.txt:
999 * platform/chromium-win/editing/deleting/delete-line-017-expected.txt:
1000 * platform/chromium-win/editing/deleting/delete-listitem-001-expected.txt:
1001 * platform/chromium-win/editing/deleting/delete-listitem-002-expected.txt:
1002 * platform/chromium-win/editing/deleting/delete-selection-001-expected.txt:
1003 * platform/chromium-win/editing/deleting/delete-trailing-ws-001-expected.txt:
1004 * platform/chromium-win/editing/deleting/delete-trailing-ws-002-expected.txt:
1005 * platform/chromium-win/editing/deleting/delete-ws-fixup-002-expected.txt:
1006 * platform/chromium-win/editing/deleting/forward-delete-expected.txt:
1007 * platform/chromium-win/editing/deleting/list-item-1-expected.txt:
1008 * platform/chromium-win/editing/deleting/merge-different-styles-expected.txt:
1009 * platform/chromium-win/editing/deleting/merge-endOfParagraph-expected.txt:
1010 * platform/chromium-win/editing/deleting/merge-no-br-expected.txt:
1011 * platform/chromium-win/editing/deleting/non-smart-delete-expected.txt:
1012 * platform/chromium-win/editing/deleting/pruning-after-merge-2-expected.txt:
1013 * platform/chromium-win/editing/deleting/smart-delete-001-expected.txt:
1014 * platform/chromium-win/editing/deleting/table-cells-expected.png:
1015 * platform/chromium-win/editing/deleting/table-cells-expected.txt:
1016 * platform/chromium-win/editing/execCommand/4641880-1-expected.txt:
1017 * platform/chromium-win/editing/execCommand/4641880-2-expected.txt:
1018 * platform/chromium-win/editing/execCommand/create-list-with-hr-expected.png:
1019 * platform/chromium-win/editing/execCommand/create-list-with-hr-expected.txt:
1020 * platform/chromium-win/editing/execCommand/find-after-replace-expected.png:
1021 * platform/chromium-win/editing/execCommand/find-after-replace-expected.txt:
1022 * platform/chromium-win/editing/execCommand/format-block-with-trailing-br-expected.txt:
1023 * platform/chromium-win/editing/execCommand/indent-list-item-expected.txt:
1024 * platform/chromium-win/editing/execCommand/indent-selection-expected.txt:
1025 * platform/chromium-win/editing/execCommand/insert-list-and-stitch-expected.txt:
1026 * platform/chromium-win/editing/execCommand/insertHorizontalRule-expected.png:
1027 * platform/chromium-win/editing/execCommand/insertHorizontalRule-expected.txt:
1028 * platform/chromium-win/editing/execCommand/nsresponder-indent-expected.txt:
1029 * platform/chromium-win/editing/execCommand/nsresponder-outdent-expected.txt:
1030 * platform/chromium-win/editing/execCommand/paste-1-expected.png:
1031 * platform/chromium-win/editing/execCommand/paste-1-expected.txt:
1032 * platform/chromium-win/editing/execCommand/paste-2-expected.png:
1033 * platform/chromium-win/editing/execCommand/paste-2-expected.txt:
1034 * platform/chromium-win/editing/execCommand/remove-list-from-range-selection-expected.txt:
1035 * platform/chromium-win/editing/execCommand/remove-list-item-1-expected.txt:
1036 * platform/chromium-win/editing/inserting/4278698-expected.png:
1037 * platform/chromium-win/editing/inserting/4278698-expected.txt:
1038 * platform/chromium-win/editing/inserting/editing-empty-divs-expected.txt:
1039 * platform/chromium-win/editing/inserting/insert-3654864-fix-expected.txt:
1040 * platform/chromium-win/editing/inserting/insert-3775316-fix-expected.txt:
1041 * platform/chromium-win/editing/inserting/insert-3851164-fix-expected.txt:
1042 * platform/chromium-win/editing/inserting/insert-after-delete-001-expected.txt:
1043 * platform/chromium-win/editing/inserting/insert-at-end-01-expected.txt:
1044 * platform/chromium-win/editing/inserting/insert-at-end-02-expected.txt:
1045 * platform/chromium-win/editing/inserting/insert-br-001-expected.txt:
1046 * platform/chromium-win/editing/inserting/insert-br-003-expected.txt:
1047 * platform/chromium-win/editing/inserting/insert-br-005-expected.txt:
1048 * platform/chromium-win/editing/inserting/insert-br-006-expected.txt:
1049 * platform/chromium-win/editing/inserting/insert-br-007-expected.txt:
1050 * platform/chromium-win/editing/inserting/insert-br-008-expected.txt:
1051 * platform/chromium-win/editing/inserting/insert-br-at-tabspan-003-expected.txt:
1052 * platform/chromium-win/editing/inserting/insert-div-001-expected.txt:
1053 * platform/chromium-win/editing/inserting/insert-div-002-expected.txt:
1054 * platform/chromium-win/editing/inserting/insert-div-003-expected.txt:
1055 * platform/chromium-win/editing/inserting/insert-div-005-expected.txt:
1056 * platform/chromium-win/editing/inserting/insert-div-006-expected.txt:
1057 * platform/chromium-win/editing/inserting/insert-div-007-expected.txt:
1058 * platform/chromium-win/editing/inserting/insert-div-008-expected.txt:
1059 * platform/chromium-win/editing/inserting/insert-div-009-expected.txt:
1060 * platform/chromium-win/editing/inserting/insert-div-010-expected.txt:
1061 * platform/chromium-win/editing/inserting/insert-div-020-expected.txt:
1062 * platform/chromium-win/editing/inserting/insert-div-023-expected.txt:
1063 * platform/chromium-win/editing/inserting/insert-div-024-expected.txt:
1064 * platform/chromium-win/editing/inserting/insert-div-025-expected.txt:
1065 * platform/chromium-win/editing/inserting/insert-div-026-expected.txt:
1066 * platform/chromium-win/editing/inserting/insert-space-in-empty-doc-expected.txt:
1067 * platform/chromium-win/editing/inserting/insert-text-at-tabspan-001-expected.txt:
1068 * platform/chromium-win/editing/inserting/multiple-lines-selected-expected.txt:
1069 * platform/chromium-win/editing/inserting/paragraph-separator-03-expected.txt:
1070 * platform/chromium-win/editing/inserting/paragraph-separator-in-table-2-expected.png:
1071 * platform/chromium-win/editing/inserting/paragraph-separator-in-table-2-expected.txt:
1072 * platform/chromium-win/editing/inserting/redo-expected.txt:
1073 * platform/chromium-win/editing/inserting/return-key-with-selection-001-expected.txt:
1074 * platform/chromium-win/editing/inserting/return-key-with-selection-002-expected.txt:
1075 * platform/chromium-win/editing/inserting/return-key-with-selection-003-expected.txt:
1076 * platform/chromium-win/editing/inserting/typing-001-expected.txt:
1077 * platform/chromium-win/editing/inserting/typing-002-expected.txt:
1078 * platform/chromium-win/editing/inserting/typing-003-expected.txt:
1079 * platform/chromium-win/editing/inserting/typing-around-br-001-expected.txt:
1080 * platform/chromium-win/editing/inserting/typing-around-image-001-expected.txt:
1081 * platform/chromium-win/editing/pasteboard/3976872-expected.png:
1082 * platform/chromium-win/editing/pasteboard/3976872-expected.txt:
1083 * platform/chromium-win/editing/pasteboard/4076267-2-expected.png:
1084 * platform/chromium-win/editing/pasteboard/4076267-2-expected.txt:
1085 * platform/chromium-win/editing/pasteboard/4076267-3-expected.png:
1086 * platform/chromium-win/editing/pasteboard/4076267-3-expected.txt:
1087 * platform/chromium-win/editing/pasteboard/4076267-expected.png:
1088 * platform/chromium-win/editing/pasteboard/4076267-expected.txt:
1089 * platform/chromium-win/editing/pasteboard/8145-3-expected.txt:
1090 * platform/chromium-win/editing/pasteboard/bad-placeholder-expected.txt:
1091 * platform/chromium-win/editing/pasteboard/cut-text-001-expected.txt:
1092 * platform/chromium-win/editing/pasteboard/displaced-generic-placeholder-expected.txt:
1093 * platform/chromium-win/editing/pasteboard/displaced-placeholder-expected.txt:
1094 * platform/chromium-win/editing/pasteboard/merge-after-delete-1-expected.txt:
1095 * platform/chromium-win/editing/pasteboard/merge-after-delete-2-expected.txt:
1096 * platform/chromium-win/editing/pasteboard/merge-after-delete-expected.txt:
1097 * platform/chromium-win/editing/pasteboard/merge-end-blockquote-expected.txt:
1098 * platform/chromium-win/editing/pasteboard/merge-end-borders-expected.txt:
1099 * platform/chromium-win/editing/pasteboard/paste-4035648-fix-expected.txt:
1100 * platform/chromium-win/editing/pasteboard/paste-line-endings-001-expected.txt:
1101 * platform/chromium-win/editing/pasteboard/paste-line-endings-006-expected.txt:
1102 * platform/chromium-win/editing/pasteboard/paste-match-style-001-expected.txt:
1103 * platform/chromium-win/editing/pasteboard/paste-match-style-002-expected.txt:
1104 * platform/chromium-win/editing/pasteboard/paste-table-003-expected.txt:
1105 * platform/chromium-win/editing/pasteboard/paste-table-cells-expected.txt:
1106 * platform/chromium-win/editing/pasteboard/paste-text-004-expected.txt:
1107 * platform/chromium-win/editing/pasteboard/paste-text-005-expected.txt:
1108 * platform/chromium-win/editing/pasteboard/paste-text-006-expected.txt:
1109 * platform/chromium-win/editing/pasteboard/paste-text-007-expected.txt:
1110 * platform/chromium-win/editing/pasteboard/paste-text-008-expected.txt:
1111 * platform/chromium-win/editing/pasteboard/paste-text-016-expected.txt:
1112 * platform/chromium-win/editing/pasteboard/paste-text-019-expected.txt:
1113 * platform/chromium-win/editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
1114 * platform/chromium-win/editing/pasteboard/pasting-object-expected.txt:
1115 * platform/chromium-win/editing/pasteboard/smart-paste-007-expected.txt:
1116 * platform/chromium-win/editing/pasteboard/smart-paste-008-expected.txt:
1117 * platform/chromium-win/editing/pasteboard/undoable-fragment-removes-expected.png:
1118 * platform/chromium-win/editing/pasteboard/undoable-fragment-removes-expected.txt:
1119 * platform/chromium-win/editing/selection/move-between-blocks-no-001-expected.txt:
1120 * platform/chromium-win/editing/selection/node-removal-1-expected.png:
1121 * platform/chromium-win/editing/selection/node-removal-1-expected.txt:
1122 * platform/chromium-win/editing/selection/node-removal-2-expected.txt:
1123 * platform/chromium-win/editing/selection/replace-selection-1-expected.txt:
1124 * platform/chromium-win/editing/selection/select-all-iframe-expected.png:
1125 * platform/chromium-win/editing/selection/select-all-iframe-expected.txt:
1126 * platform/chromium-win/editing/style/create-block-for-style-001-expected.txt:
1127 * platform/chromium-win/editing/style/create-block-for-style-002-expected.txt:
1128 * platform/chromium-win/editing/style/create-block-for-style-003-expected.txt:
1129 * platform/chromium-win/editing/style/create-block-for-style-004-expected.txt:
1130 * platform/chromium-win/editing/style/create-block-for-style-007-expected.txt:
1131 * platform/chromium-win/editing/style/create-block-for-style-009-expected.txt:
1132 * platform/chromium-win/editing/style/create-block-for-style-010-expected.txt:
1133 * platform/chromium-win/editing/style/create-block-for-style-011-expected.txt:
1134 * platform/chromium-win/editing/style/create-block-for-style-012-expected.txt:
1135 * platform/chromium-win/editing/style/create-block-for-style-013-expected.txt:
1136 * platform/chromium-win/editing/style/designmode-expected.txt:
1137 * platform/chromium-win/editing/style/relative-font-size-change-001-expected.txt:
1138 * platform/chromium-win/editing/style/relative-font-size-change-002-expected.txt:
1139 * platform/chromium-win/editing/style/smoosh-styles-001-expected.txt:
1140 * platform/chromium-win/editing/style/smoosh-styles-003-expected.png:
1141 * platform/chromium-win/editing/style/smoosh-styles-003-expected.txt:
1142 * platform/chromium-win/editing/style/style-3998892-fix-expected.txt:
1143 * platform/chromium-win/editing/style/style-boundary-001-expected.txt:
1144 * platform/chromium-win/editing/style/style-boundary-004-expected.txt:
1145 * platform/chromium-win/editing/style/unbold-in-bold-expected.txt:
1146 * platform/chromium-win/editing/undo/4063751-expected.png:
1147 * platform/chromium-win/editing/undo/4063751-expected.txt:
1148 * platform/chromium-win/editing/undo/redo-typing-001-expected.txt:
1149 * platform/chromium-win/editing/undo/undo-combined-delete-boundary-expected.txt:
1150 * platform/chromium-win/editing/undo/undo-combined-delete-expected.txt:
1151 * platform/chromium-win/editing/undo/undo-delete-boundary-expected.txt:
1152 * platform/chromium-win/editing/undo/undo-delete-expected.txt:
1153 * platform/chromium-win/editing/undo/undo-forward-delete-boundary-expected.txt:
1154 * platform/chromium-win/editing/undo/undo-forward-delete-expected.txt:
1155 * platform/chromium-win/editing/undo/undo-misspellings-expected.txt:
1156 * platform/chromium-win/editing/undo/undo-typing-001-expected.txt:
1157 * platform/chromium-win/editing/unsupported-content/list-delete-001-expected.txt:
1158 * platform/chromium-win/editing/unsupported-content/list-delete-003-expected.txt:
1159 * platform/chromium-win/editing/unsupported-content/list-type-after-expected.txt:
1160 * platform/chromium-win/editing/unsupported-content/list-type-before-expected.txt:
1161 * platform/chromium-win/editing/unsupported-content/table-delete-001-expected.txt:
1162 * platform/chromium-win/editing/unsupported-content/table-delete-002-expected.txt:
1163 * platform/chromium-win/editing/unsupported-content/table-delete-003-expected.txt:
1164 * platform/chromium-win/editing/unsupported-content/table-type-after-expected.png:
1165 * platform/chromium-win/editing/unsupported-content/table-type-after-expected.txt:
1166 * platform/chromium-win/editing/unsupported-content/table-type-before-expected.png:
1167 * platform/chromium-win/editing/unsupported-content/table-type-before-expected.txt:
1168 * platform/chromium-win/fast/dynamic/move-node-with-selection-expected.txt:
1169 * platform/chromium-win/svg/custom/use-clipped-hit-expected.txt:
1170 * platform/gtk/editing/deleting/delete-br-010-expected.txt: Removed.
1171 * platform/gtk/editing/inserting/insert-div-010-expected.txt: Removed.
1172 * platform/mac/editing/deleting/delete-all-text-in-text-field-assertion-expected.txt: Removed.
1173 * platform/mac/editing/deleting/delete-br-011-expected.txt: Removed.
1175 2011-09-28 Dirk Pranke <dpranke@chromium.org>
1177 Modify new-run-webkit-tests to return the percentage difference in image diffs where possible.
1179 https://bugs.webkit.org/show_bug.cgi?id=67253
1181 Reviewed by Eric Seidel.
1183 * fast/harness/resources/results-test.js:
1185 (runDefaultSingleRowTest):
1187 * fast/harness/results.html:
1189 2011-09-28 Chris Rogers <crogers@google.com>
1191 DelayNode must set the context on delayTime AudioParam to support automation
1192 https://bugs.webkit.org/show_bug.cgi?id=68828
1194 Reviewed by Kenneth Russell.
1196 * webaudio/delaynode-scheduling-expected.txt: Added.
1197 * webaudio/delaynode-scheduling.html: Added.
1198 * webaudio/delaynode.html:
1199 * webaudio/resources/delay-testing.js: Added.
1201 (checkDelayedResult.return.var):
1202 (checkDelayedResult):
1204 2011-09-28 Ryosuke Niwa <rniwa@webkit.org>
1206 More Mac rebaselines for r96257.
1208 * platform/mac/editing/execCommand/insertHorizontalRule-expected.png:
1209 * platform/mac/editing/selection/node-removal-1-expected.png:
1211 2011-09-28 Mihai Parparita <mihaip@chromium.org>
1213 Add failing Chromium expectations after r96257.
1215 * platform/chromium/test_expectations.txt:
1217 2011-09-28 Ryosuke Niwa <rniwa@webkit.org>
1219 GTK rebaseline for r96257.
1221 * platform/gtk/editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
1222 * platform/gtk/editing/deleting/delete-3608445-fix-expected.txt:
1223 * platform/gtk/editing/deleting/delete-3608462-fix-expected.txt:
1224 * platform/gtk/editing/deleting/delete-3775172-fix-expected.txt:
1225 * platform/gtk/editing/deleting/delete-3800834-fix-expected.txt:
1226 * platform/gtk/editing/deleting/delete-3857753-fix-expected.txt:
1227 * platform/gtk/editing/deleting/delete-3865854-fix-expected.txt:
1228 * platform/gtk/editing/deleting/delete-3928305-fix-expected.txt:
1229 * platform/gtk/editing/deleting/delete-3959464-fix-expected.txt:
1230 * platform/gtk/editing/deleting/delete-after-span-ws-002-expected.txt:
1231 * platform/gtk/editing/deleting/delete-after-span-ws-003-expected.txt:
1232 * platform/gtk/editing/deleting/delete-and-undo-expected.txt:
1233 * platform/gtk/editing/deleting/delete-at-paragraph-boundaries-001-expected.txt:
1234 * platform/gtk/editing/deleting/delete-at-paragraph-boundaries-002-expected.txt:
1235 * platform/gtk/editing/deleting/delete-at-paragraph-boundaries-003-expected.txt:
1236 * platform/gtk/editing/deleting/delete-at-paragraph-boundaries-004-expected.txt:
1237 * platform/gtk/editing/deleting/delete-at-paragraph-boundaries-005-expected.txt:
1238 * platform/gtk/editing/deleting/delete-at-paragraph-boundaries-006-expected.txt:
1239 * platform/gtk/editing/deleting/delete-at-paragraph-boundaries-007-expected.txt:
1240 * platform/gtk/editing/deleting/delete-at-paragraph-boundaries-009-expected.txt:
1241 * platform/gtk/editing/deleting/delete-at-paragraph-boundaries-010-expected.txt:
1242 * platform/gtk/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
1243 * platform/gtk/editing/deleting/delete-block-contents-001-expected.txt:
1244 * platform/gtk/editing/deleting/delete-block-contents-002-expected.txt:
1245 * platform/gtk/editing/deleting/delete-block-contents-003-expected.txt:
1246 * platform/gtk/editing/deleting/delete-block-merge-contents-001-expected.txt:
1247 * platform/gtk/editing/deleting/delete-block-merge-contents-002-expected.txt:
1248 * platform/gtk/editing/deleting/delete-block-merge-contents-003-expected.txt:
1249 * platform/gtk/editing/deleting/delete-block-merge-contents-004-expected.txt:
1250 * platform/gtk/editing/deleting/delete-block-merge-contents-005-expected.txt:
1251 * platform/gtk/editing/deleting/delete-block-merge-contents-006-expected.txt:
1252 * platform/gtk/editing/deleting/delete-block-merge-contents-007-expected.txt:
1253 * platform/gtk/editing/deleting/delete-block-merge-contents-008-expected.txt:
1254 * platform/gtk/editing/deleting/delete-block-merge-contents-009-expected.txt:
1255 * platform/gtk/editing/deleting/delete-block-merge-contents-010-expected.txt:
1256 * platform/gtk/editing/deleting/delete-block-merge-contents-012-expected.txt:
1257 * platform/gtk/editing/deleting/delete-block-merge-contents-013-expected.txt:
1258 * platform/gtk/editing/deleting/delete-block-merge-contents-014-expected.txt:
1259 * platform/gtk/editing/deleting/delete-block-merge-contents-015-expected.txt:
1260 * platform/gtk/editing/deleting/delete-block-merge-contents-016-expected.txt:
1261 * platform/gtk/editing/deleting/delete-block-merge-contents-017-expected.txt:
1262 * platform/gtk/editing/deleting/delete-block-merge-contents-018-expected.txt:
1263 * platform/gtk/editing/deleting/delete-block-merge-contents-019-expected.txt:
1264 * platform/gtk/editing/deleting/delete-block-merge-contents-020-expected.txt:
1265 * platform/gtk/editing/deleting/delete-block-merge-contents-021-expected.txt:
1266 * platform/gtk/editing/deleting/delete-block-merge-contents-022-expected.txt:
1267 * platform/gtk/editing/deleting/delete-block-merge-contents-023-expected.txt:
1268 * platform/gtk/editing/deleting/delete-block-merge-contents-024-expected.txt:
1269 * platform/gtk/editing/deleting/delete-br-008-expected.txt:
1270 * platform/gtk/editing/deleting/delete-br-010-expected.txt:
1271 * platform/gtk/editing/deleting/delete-contiguous-ws-001-expected.txt:
1272 * platform/gtk/editing/deleting/delete-first-list-item-expected.txt:
1273 * platform/gtk/editing/deleting/delete-image-001-expected.txt:
1274 * platform/gtk/editing/deleting/delete-image-002-expected.txt:
1275 * platform/gtk/editing/deleting/delete-image-003-expected.txt:
1276 * platform/gtk/editing/deleting/delete-image-004-expected.txt:
1277 * platform/gtk/editing/deleting/delete-leading-ws-001-expected.txt:
1278 * platform/gtk/editing/deleting/delete-line-001-expected.txt:
1279 * platform/gtk/editing/deleting/delete-line-002-expected.txt:
1280 * platform/gtk/editing/deleting/delete-line-003-expected.txt:
1281 * platform/gtk/editing/deleting/delete-line-004-expected.txt:
1282 * platform/gtk/editing/deleting/delete-line-005-expected.txt:
1283 * platform/gtk/editing/deleting/delete-line-006-expected.txt:
1284 * platform/gtk/editing/deleting/delete-line-007-expected.txt:
1285 * platform/gtk/editing/deleting/delete-line-008-expected.txt:
1286 * platform/gtk/editing/deleting/delete-line-009-expected.txt:
1287 * platform/gtk/editing/deleting/delete-line-010-expected.txt:
1288 * platform/gtk/editing/deleting/delete-line-011-expected.txt:
1289 * platform/gtk/editing/deleting/delete-line-012-expected.txt:
1290 * platform/gtk/editing/deleting/delete-line-013-expected.txt:
1291 * platform/gtk/editing/deleting/delete-line-014-expected.txt:
1292 * platform/gtk/editing/deleting/delete-line-015-expected.txt:
1293 * platform/gtk/editing/deleting/delete-line-016-expected.txt:
1294 * platform/gtk/editing/deleting/delete-line-017-expected.txt:
1295 * platform/gtk/editing/deleting/delete-listitem-001-expected.txt:
1296 * platform/gtk/editing/deleting/delete-listitem-002-expected.txt:
1297 * platform/gtk/editing/deleting/delete-selection-001-expected.txt:
1298 * platform/gtk/editing/deleting/delete-tab-001-expected.txt:
1299 * platform/gtk/editing/deleting/delete-tab-002-expected.txt:
1300 * platform/gtk/editing/deleting/delete-tab-003-expected.txt:
1301 * platform/gtk/editing/deleting/delete-tab-004-expected.txt:
1302 * platform/gtk/editing/deleting/delete-trailing-ws-001-expected.txt:
1303 * platform/gtk/editing/deleting/delete-trailing-ws-002-expected.txt:
1304 * platform/gtk/editing/deleting/delete-ws-fixup-002-expected.txt:
1305 * platform/gtk/editing/deleting/forward-delete-expected.txt:
1306 * platform/gtk/editing/deleting/list-item-1-expected.txt:
1307 * platform/gtk/editing/deleting/merge-different-styles-expected.txt:
1308 * platform/gtk/editing/deleting/merge-endOfParagraph-expected.txt:
1309 * platform/gtk/editing/deleting/merge-no-br-expected.txt:
1310 * platform/gtk/editing/deleting/non-smart-delete-expected.txt:
1311 * platform/gtk/editing/deleting/pruning-after-merge-2-expected.txt:
1312 * platform/gtk/editing/deleting/smart-delete-001-expected.txt:
1313 * platform/gtk/editing/deleting/smart-delete-002-expected.txt:
1314 * platform/gtk/editing/deleting/table-cells-expected.txt:
1315 * platform/gtk/editing/execCommand/4641880-1-expected.txt:
1316 * platform/gtk/editing/execCommand/4641880-2-expected.txt:
1317 * platform/gtk/editing/execCommand/create-list-with-hr-expected.txt:
1318 * platform/gtk/editing/execCommand/find-after-replace-expected.txt:
1319 * platform/gtk/editing/execCommand/format-block-with-trailing-br-expected.txt:
1320 * platform/gtk/editing/execCommand/indent-list-item-expected.txt:
1321 * platform/gtk/editing/execCommand/indent-selection-expected.txt:
1322 * platform/gtk/editing/execCommand/insert-list-and-stitch-expected.txt:
1323 * platform/gtk/editing/execCommand/insertHorizontalRule-expected.txt:
1324 * platform/gtk/editing/execCommand/nsresponder-indent-expected.txt:
1325 * platform/gtk/editing/execCommand/nsresponder-outdent-expected.txt:
1326 * platform/gtk/editing/execCommand/paste-1-expected.txt:
1327 * platform/gtk/editing/execCommand/paste-2-expected.txt:
1328 * platform/gtk/editing/execCommand/remove-list-from-range-selection-expected.txt:
1329 * platform/gtk/editing/execCommand/remove-list-item-1-expected.txt:
1330 * platform/gtk/editing/inserting/4278698-expected.txt:
1331 * platform/gtk/editing/inserting/editing-empty-divs-expected.txt:
1332 * platform/gtk/editing/inserting/insert-3654864-fix-expected.txt:
1333 * platform/gtk/editing/inserting/insert-3775316-fix-expected.txt:
1334 * platform/gtk/editing/inserting/insert-3851164-fix-expected.txt:
1335 * platform/gtk/editing/inserting/insert-after-delete-001-expected.txt:
1336 * platform/gtk/editing/inserting/insert-at-end-01-expected.txt:
1337 * platform/gtk/editing/inserting/insert-at-end-02-expected.txt:
1338 * platform/gtk/editing/inserting/insert-br-001-expected.txt:
1339 * platform/gtk/editing/inserting/insert-br-003-expected.txt:
1340 * platform/gtk/editing/inserting/insert-br-005-expected.txt:
1341 * platform/gtk/editing/inserting/insert-br-006-expected.txt:
1342 * platform/gtk/editing/inserting/insert-br-007-expected.txt:
1343 * platform/gtk/editing/inserting/insert-br-008-expected.txt:
1344 * platform/gtk/editing/inserting/insert-br-at-tabspan-003-expected.txt:
1345 * platform/gtk/editing/inserting/insert-div-001-expected.txt:
1346 * platform/gtk/editing/inserting/insert-div-002-expected.txt:
1347 * platform/gtk/editing/inserting/insert-div-003-expected.txt:
1348 * platform/gtk/editing/inserting/insert-div-005-expected.txt:
1349 * platform/gtk/editing/inserting/insert-div-006-expected.txt:
1350 * platform/gtk/editing/inserting/insert-div-007-expected.txt:
1351 * platform/gtk/editing/inserting/insert-div-008-expected.txt:
1352 * platform/gtk/editing/inserting/insert-div-009-expected.txt:
1353 * platform/gtk/editing/inserting/insert-div-010-expected.txt:
1354 * platform/gtk/editing/inserting/insert-div-020-expected.txt:
1355 * platform/gtk/editing/inserting/insert-div-023-expected.txt:
1356 * platform/gtk/editing/inserting/insert-div-024-expected.txt:
1357 * platform/gtk/editing/inserting/insert-div-025-expected.txt:
1358 * platform/gtk/editing/inserting/insert-div-026-expected.txt:
1359 * platform/gtk/editing/inserting/insert-space-in-empty-doc-expected.txt:
1360 * platform/gtk/editing/inserting/insert-text-at-tabspan-001-expected.txt:
1361 * platform/gtk/editing/inserting/insert-text-with-newlines-expected.txt:
1362 * platform/gtk/editing/inserting/multiple-lines-selected-expected.txt:
1363 * platform/gtk/editing/inserting/paragraph-separator-03-expected.txt:
1364 * platform/gtk/editing/inserting/paragraph-separator-in-table-2-expected.txt:
1365 * platform/gtk/editing/inserting/redo-expected.txt:
1366 * platform/gtk/editing/inserting/return-key-with-selection-001-expected.txt:
1367 * platform/gtk/editing/inserting/return-key-with-selection-002-expected.txt:
1368 * platform/gtk/editing/inserting/return-key-with-selection-003-expected.txt:
1369 * platform/gtk/editing/inserting/typing-001-expected.txt:
1370 * platform/gtk/editing/inserting/typing-002-expected.txt:
1371 * platform/gtk/editing/inserting/typing-003-expected.txt:
1372 * platform/gtk/editing/inserting/typing-around-br-001-expected.txt:
1373 * platform/gtk/editing/inserting/typing-around-image-001-expected.txt:
1374 * platform/gtk/editing/inserting/typing-at-end-of-line-expected.txt:
1375 * platform/gtk/editing/pasteboard/3976872-expected.txt:
1376 * platform/gtk/editing/pasteboard/4076267-2-expected.txt:
1377 * platform/gtk/editing/pasteboard/4076267-3-expected.txt:
1378 * platform/gtk/editing/pasteboard/4076267-expected.txt:
1379 * platform/gtk/editing/pasteboard/8145-3-expected.txt:
1380 * platform/gtk/editing/pasteboard/bad-placeholder-expected.txt:
1381 * platform/gtk/editing/pasteboard/cut-text-001-expected.txt:
1382 * platform/gtk/editing/pasteboard/displaced-generic-placeholder-expected.txt:
1383 * platform/gtk/editing/pasteboard/displaced-placeholder-expected.txt:
1384 * platform/gtk/editing/pasteboard/drag-drop-modifies-page-expected.txt:
1385 * platform/gtk/editing/pasteboard/merge-after-delete-1-expected.txt:
1386 * platform/gtk/editing/pasteboard/merge-after-delete-2-expected.txt:
1387 * platform/gtk/editing/pasteboard/merge-after-delete-expected.txt:
1388 * platform/gtk/editing/pasteboard/merge-end-blockquote-expected.txt:
1389 * platform/gtk/editing/pasteboard/merge-end-borders-expected.txt:
1390 * platform/gtk/editing/pasteboard/paste-4035648-fix-expected.txt:
1391 * platform/gtk/editing/pasteboard/paste-line-endings-001-expected.txt:
1392 * platform/gtk/editing/pasteboard/paste-line-endings-006-expected.txt:
1393 * platform/gtk/editing/pasteboard/paste-match-style-001-expected.txt:
1394 * platform/gtk/editing/pasteboard/paste-match-style-002-expected.txt:
1395 * platform/gtk/editing/pasteboard/paste-table-003-expected.txt:
1396 * platform/gtk/editing/pasteboard/paste-table-cells-expected.txt:
1397 * platform/gtk/editing/pasteboard/paste-text-004-expected.txt:
1398 * platform/gtk/editing/pasteboard/paste-text-005-expected.txt:
1399 * platform/gtk/editing/pasteboard/paste-text-006-expected.txt:
1400 * platform/gtk/editing/pasteboard/paste-text-007-expected.txt:
1401 * platform/gtk/editing/pasteboard/paste-text-016-expected.txt:
1402 * platform/gtk/editing/pasteboard/paste-text-019-expected.txt:
1403 * platform/gtk/editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
1404 * platform/gtk/editing/pasteboard/paste-xml-expected.txt:
1405 * platform/gtk/editing/pasteboard/pasting-object-expected.txt:
1406 * platform/gtk/editing/pasteboard/smart-paste-007-expected.txt:
1407 * platform/gtk/editing/pasteboard/smart-paste-008-expected.txt:
1408 * platform/gtk/editing/pasteboard/subframe-dragndrop-1-expected.txt:
1409 * platform/gtk/editing/pasteboard/undoable-fragment-removes-expected.txt:
1410 * platform/gtk/editing/selection/move-between-blocks-no-001-expected.txt:
1411 * platform/gtk/editing/selection/node-removal-1-expected.txt:
1412 * platform/gtk/editing/selection/node-removal-2-expected.txt:
1413 * platform/gtk/editing/selection/replace-selection-1-expected.txt:
1414 * platform/gtk/editing/selection/select-all-iframe-expected.txt:
1415 * platform/gtk/editing/spelling/spelling-expected.txt:
1416 * platform/gtk/editing/style/create-block-for-style-001-expected.txt:
1417 * platform/gtk/editing/style/create-block-for-style-002-expected.txt:
1418 * platform/gtk/editing/style/create-block-for-style-003-expected.txt:
1419 * platform/gtk/editing/style/create-block-for-style-004-expected.txt:
1420 * platform/gtk/editing/style/create-block-for-style-007-expected.txt:
1421 * platform/gtk/editing/style/create-block-for-style-009-expected.txt:
1422 * platform/gtk/editing/style/create-block-for-style-010-expected.txt:
1423 * platform/gtk/editing/style/create-block-for-style-011-expected.txt:
1424 * platform/gtk/editing/style/create-block-for-style-012-expected.txt:
1425 * platform/gtk/editing/style/create-block-for-style-013-expected.txt:
1426 * platform/gtk/editing/style/designmode-expected.txt:
1427 * platform/gtk/editing/style/relative-font-size-change-001-expected.txt:
1428 * platform/gtk/editing/style/relative-font-size-change-002-expected.txt:
1429 * platform/gtk/editing/style/smoosh-styles-001-expected.txt:
1430 * platform/gtk/editing/style/smoosh-styles-003-expected.txt:
1431 * platform/gtk/editing/style/style-3681552-fix-001-expected.txt:
1432 * platform/gtk/editing/style/style-3681552-fix-002-expected.txt:
1433 * platform/gtk/editing/style/style-3998892-fix-expected.txt:
1434 * platform/gtk/editing/style/style-boundary-001-expected.txt:
1435 * platform/gtk/editing/style/style-boundary-002-expected.txt:
1436 * platform/gtk/editing/style/style-boundary-003-expected.txt:
1437 * platform/gtk/editing/style/style-boundary-004-expected.txt:
1438 * platform/gtk/editing/style/style-boundary-005-expected.txt:
1439 * platform/gtk/editing/style/typing-style-001-expected.txt:
1440 * platform/gtk/editing/style/typing-style-002-expected.txt:
1441 * platform/gtk/editing/style/unbold-in-bold-expected.txt:
1442 * platform/gtk/editing/undo/4063751-expected.txt:
1443 * platform/gtk/editing/undo/redo-typing-001-expected.txt:
1444 * platform/gtk/editing/undo/undo-combined-delete-boundary-expected.txt:
1445 * platform/gtk/editing/undo/undo-combined-delete-expected.txt:
1446 * platform/gtk/editing/undo/undo-delete-boundary-expected.txt:
1447 * platform/gtk/editing/undo/undo-delete-expected.txt:
1448 * platform/gtk/editing/undo/undo-forward-delete-boundary-expected.txt:
1449 * platform/gtk/editing/undo/undo-forward-delete-expected.txt:
1450 * platform/gtk/editing/undo/undo-misspellings-expected.txt:
1451 * platform/gtk/editing/undo/undo-typing-001-expected.txt:
1452 * platform/gtk/editing/unsupported-content/list-delete-001-expected.txt:
1453 * platform/gtk/editing/unsupported-content/list-delete-003-expected.txt:
1454 * platform/gtk/editing/unsupported-content/list-type-after-expected.txt:
1455 * platform/gtk/editing/unsupported-content/list-type-before-expected.txt:
1456 * platform/gtk/editing/unsupported-content/table-delete-001-expected.txt:
1457 * platform/gtk/editing/unsupported-content/table-delete-002-expected.txt:
1458 * platform/gtk/editing/unsupported-content/table-delete-003-expected.txt:
1459 * platform/gtk/editing/unsupported-content/table-type-after-expected.txt:
1460 * platform/gtk/editing/unsupported-content/table-type-before-expected.txt:
1461 * platform/gtk/fast/dynamic/move-node-with-selection-expected.txt:
1462 * platform/gtk/fast/events/updateLayoutForHitTest-expected.txt:
1463 * platform/gtk/fast/repaint/selection-clear-expected.txt:
1464 * platform/gtk/svg/custom/use-clipped-hit-expected.txt:
1466 2011-09-28 Ryosuke Niwa <rniwa@webkit.org>
1468 Mac rebaseline for r96257.
1470 Also fixed editing/deleting/regional-indicators.html as done in the original patch.
1471 (The fix was included in the original patch but webkit-patch could not apply because of some exotic characters in the test.)
1473 * editing/deleting/delete-ligature-001-expected.txt:
1474 * editing/deleting/regional-indicators.html:
1475 * editing/pasteboard/interchange-newline-2-expected.txt:
1476 * editing/pasteboard/paste-4039777-fix-expected.txt:
1477 * editing/pasteboard/select-element-1-expected.txt:
1478 * fast/events/5056619-expected.txt:
1479 * platform/mac/accessibility/selection-value-changes-for-aria-textbox-expected.txt:
1480 * platform/mac/editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
1481 * platform/mac/editing/deleting/delete-3608445-fix-expected.txt:
1482 * platform/mac/editing/deleting/delete-3608462-fix-expected.txt:
1483 * platform/mac/editing/deleting/delete-3775172-fix-expected.txt:
1484 * platform/mac/editing/deleting/delete-3800834-fix-expected.txt:
1485 * platform/mac/editing/deleting/delete-3857753-fix-expected.txt:
1486 * platform/mac/editing/deleting/delete-3865854-fix-expected.txt:
1487 * platform/mac/editing/deleting/delete-3928305-fix-expected.txt:
1488 * platform/mac/editing/deleting/delete-3959464-fix-expected.txt:
1489 * platform/mac/editing/deleting/delete-after-span-ws-002-expected.txt:
1490 * platform/mac/editing/deleting/delete-after-span-ws-003-expected.txt:
1491 * platform/mac/editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
1492 * platform/mac/editing/deleting/delete-and-undo-expected.txt:
1493 * platform/mac/editing/deleting/delete-at-paragraph-boundaries-001-expected.txt:
1494 * platform/mac/editing/deleting/delete-at-paragraph-boundaries-002-expected.txt:
1495 * platform/mac/editing/deleting/delete-at-paragraph-boundaries-003-expected.txt:
1496 * platform/mac/editing/deleting/delete-at-paragraph-boundaries-004-expected.txt:
1497 * platform/mac/editing/deleting/delete-at-paragraph-boundaries-005-expected.txt:
1498 * platform/mac/editing/deleting/delete-at-paragraph-boundaries-006-expected.txt:
1499 * platform/mac/editing/deleting/delete-at-paragraph-boundaries-007-expected.txt:
1500 * platform/mac/editing/deleting/delete-at-paragraph-boundaries-009-expected.txt:
1501 * platform/mac/editing/deleting/delete-at-paragraph-boundaries-010-expected.txt:
1502 * platform/mac/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
1503 * platform/mac/editing/deleting/delete-block-contents-001-expected.txt:
1504 * platform/mac/editing/deleting/delete-block-contents-002-expected.txt:
1505 * platform/mac/editing/deleting/delete-block-contents-003-expected.txt:
1506 * platform/mac/editing/deleting/delete-block-merge-contents-001-expected.txt:
1507 * platform/mac/editing/deleting/delete-block-merge-contents-002-expected.txt:
1508 * platform/mac/editing/deleting/delete-block-merge-contents-003-expected.txt:
1509 * platform/mac/editing/deleting/delete-block-merge-contents-004-expected.txt:
1510 * platform/mac/editing/deleting/delete-block-merge-contents-005-expected.txt:
1511 * platform/mac/editing/deleting/delete-block-merge-contents-006-expected.txt:
1512 * platform/mac/editing/deleting/delete-block-merge-contents-007-expected.txt:
1513 * platform/mac/editing/deleting/delete-block-merge-contents-008-expected.txt:
1514 * platform/mac/editing/deleting/delete-block-merge-contents-009-expected.txt:
1515 * platform/mac/editing/deleting/delete-block-merge-contents-010-expected.txt:
1516 * platform/mac/editing/deleting/delete-block-merge-contents-012-expected.txt:
1517 * platform/mac/editing/deleting/delete-block-merge-contents-013-expected.txt:
1518 * platform/mac/editing/deleting/delete-block-merge-contents-014-expected.txt:
1519 * platform/mac/editing/deleting/delete-block-merge-contents-015-expected.txt:
1520 * platform/mac/editing/deleting/delete-block-merge-contents-016-expected.txt:
1521 * platform/mac/editing/deleting/delete-block-merge-contents-017-expected.txt:
1522 * platform/mac/editing/deleting/delete-block-merge-contents-018-expected.txt:
1523 * platform/mac/editing/deleting/delete-block-merge-contents-019-expected.txt:
1524 * platform/mac/editing/deleting/delete-block-merge-contents-020-expected.txt:
1525 * platform/mac/editing/deleting/delete-block-merge-contents-021-expected.txt:
1526 * platform/mac/editing/deleting/delete-block-merge-contents-022-expected.txt:
1527 * platform/mac/editing/deleting/delete-block-merge-contents-023-expected.txt:
1528 * platform/mac/editing/deleting/delete-block-merge-contents-024-expected.txt:
1529 * platform/mac/editing/deleting/delete-br-008-expected.txt:
1530 * platform/mac/editing/deleting/delete-br-010-expected.txt:
1531 * platform/mac/editing/deleting/delete-br-011-expected.txt:
1532 * platform/mac/editing/deleting/delete-contiguous-ws-001-expected.txt:
1533 * platform/mac/editing/deleting/delete-first-list-item-expected.txt:
1534 * platform/mac/editing/deleting/delete-image-001-expected.txt:
1535 * platform/mac/editing/deleting/delete-image-002-expected.txt:
1536 * platform/mac/editing/deleting/delete-image-003-expected.txt:
1537 * platform/mac/editing/deleting/delete-image-004-expected.txt:
1538 * platform/mac/editing/deleting/delete-leading-ws-001-expected.txt:
1539 * platform/mac/editing/deleting/delete-line-001-expected.txt:
1540 * platform/mac/editing/deleting/delete-line-002-expected.txt:
1541 * platform/mac/editing/deleting/delete-line-003-expected.txt:
1542 * platform/mac/editing/deleting/delete-line-004-expected.txt:
1543 * platform/mac/editing/deleting/delete-line-005-expected.txt:
1544 * platform/mac/editing/deleting/delete-line-006-expected.txt:
1545 * platform/mac/editing/deleting/delete-line-007-expected.txt:
1546 * platform/mac/editing/deleting/delete-line-008-expected.txt:
1547 * platform/mac/editing/deleting/delete-line-009-expected.txt:
1548 * platform/mac/editing/deleting/delete-line-010-expected.txt:
1549 * platform/mac/editing/deleting/delete-line-011-expected.txt:
1550 * platform/mac/editing/deleting/delete-line-012-expected.txt:
1551 * platform/mac/editing/deleting/delete-line-013-expected.txt:
1552 * platform/mac/editing/deleting/delete-line-014-expected.txt:
1553 * platform/mac/editing/deleting/delete-line-015-expected.txt:
1554 * platform/mac/editing/deleting/delete-line-016-expected.txt:
1555 * platform/mac/editing/deleting/delete-line-017-expected.txt:
1556 * platform/mac/editing/deleting/delete-listitem-001-expected.txt:
1557 * platform/mac/editing/deleting/delete-listitem-002-expected.txt:
1558 * platform/mac/editing/deleting/delete-selection-001-expected.txt:
1559 * platform/mac/editing/deleting/delete-tab-001-expected.txt:
1560 * platform/mac/editing/deleting/delete-tab-002-expected.txt:
1561 * platform/mac/editing/deleting/delete-tab-003-expected.txt:
1562 * platform/mac/editing/deleting/delete-tab-004-expected.txt:
1563 * platform/mac/editing/deleting/delete-trailing-ws-001-expected.txt:
1564 * platform/mac/editing/deleting/delete-trailing-ws-002-expected.txt:
1565 * platform/mac/editing/deleting/delete-ws-fixup-002-expected.txt:
1566 * platform/mac/editing/deleting/forward-delete-expected.txt:
1567 * platform/mac/editing/deleting/list-item-1-expected.txt:
1568 * platform/mac/editing/deleting/merge-different-styles-expected.txt:
1569 * platform/mac/editing/deleting/merge-endOfParagraph-expected.txt:
1570 * platform/mac/editing/deleting/merge-no-br-expected.txt:
1571 * platform/mac/editing/deleting/non-smart-delete-expected.txt:
1572 * platform/mac/editing/deleting/pruning-after-merge-2-expected.txt:
1573 * platform/mac/editing/deleting/smart-delete-001-expected.txt:
1574 * platform/mac/editing/deleting/smart-delete-002-expected.txt:
1575 * platform/mac/editing/deleting/smart-delete-003-expected.txt:
1576 * platform/mac/editing/deleting/smart-delete-004-expected.txt:
1577 * platform/mac/editing/deleting/table-cells-expected.txt:
1578 * platform/mac/editing/execCommand/4641880-1-expected.txt:
1579 * platform/mac/editing/execCommand/4641880-2-expected.txt:
1580 * platform/mac/editing/execCommand/create-list-with-hr-expected.txt:
1581 * platform/mac/editing/execCommand/find-after-replace-expected.txt:
1582 * platform/mac/editing/execCommand/format-block-with-trailing-br-expected.txt:
1583 * platform/mac/editing/execCommand/indent-list-item-expected.txt:
1584 * platform/mac/editing/execCommand/indent-selection-expected.txt:
1585 * platform/mac/editing/execCommand/insert-list-and-stitch-expected.txt:
1586 * platform/mac/editing/execCommand/insertHorizontalRule-expected.txt:
1587 * platform/mac/editing/execCommand/nsresponder-indent-expected.txt:
1588 * platform/mac/editing/execCommand/nsresponder-outdent-expected.txt:
1589 * platform/mac/editing/execCommand/paste-1-expected.txt:
1590 * platform/mac/editing/execCommand/paste-2-expected.txt:
1591 * platform/mac/editing/execCommand/remove-list-from-range-selection-expected.txt:
1592 * platform/mac/editing/execCommand/remove-list-item-1-expected.txt:
1593 * platform/mac/editing/input/5576619-expected.txt:
1594 * platform/mac/editing/input/emacs-ctrl-o-expected.txt:
1595 * platform/mac/editing/input/firstrectforcharacterrange-styled-expected.txt:
1596 * platform/mac/editing/input/text-input-controller-expected.txt:
1597 * platform/mac/editing/inserting/4278698-expected.txt:
1598 * platform/mac/editing/inserting/editing-empty-divs-expected.txt:
1599 * platform/mac/editing/inserting/insert-3654864-fix-expected.txt:
1600 * platform/mac/editing/inserting/insert-3775316-fix-expected.txt:
1601 * platform/mac/editing/inserting/insert-3851164-fix-expected.txt:
1602 * platform/mac/editing/inserting/insert-after-delete-001-expected.txt:
1603 * platform/mac/editing/inserting/insert-at-end-01-expected.txt:
1604 * platform/mac/editing/inserting/insert-at-end-02-expected.txt:
1605 * platform/mac/editing/inserting/insert-br-001-expected.txt:
1606 * platform/mac/editing/inserting/insert-br-003-expected.txt:
1607 * platform/mac/editing/inserting/insert-br-005-expected.txt:
1608 * platform/mac/editing/inserting/insert-br-006-expected.txt:
1609 * platform/mac/editing/inserting/insert-br-007-expected.txt:
1610 * platform/mac/editing/inserting/insert-br-008-expected.txt:
1611 * platform/mac/editing/inserting/insert-br-at-tabspan-003-expected.txt:
1612 * platform/mac/editing/inserting/insert-div-001-expected.txt:
1613 * platform/mac/editing/inserting/insert-div-002-expected.txt:
1614 * platform/mac/editing/inserting/insert-div-003-expected.txt:
1615 * platform/mac/editing/inserting/insert-div-005-expected.txt:
1616 * platform/mac/editing/inserting/insert-div-006-expected.txt:
1617 * platform/mac/editing/inserting/insert-div-007-expected.txt:
1618 * platform/mac/editing/inserting/insert-div-008-expected.txt:
1619 * platform/mac/editing/inserting/insert-div-009-expected.txt:
1620 * platform/mac/editing/inserting/insert-div-010-expected.txt:
1621 * platform/mac/editing/inserting/insert-div-020-expected.txt:
1622 * platform/mac/editing/inserting/insert-div-023-expected.txt:
1623 * platform/mac/editing/inserting/insert-div-024-expected.txt:
1624 * platform/mac/editing/inserting/insert-div-025-expected.txt:
1625 * platform/mac/editing/inserting/insert-div-026-expected.txt:
1626 * platform/mac/editing/inserting/insert-space-in-empty-doc-expected.txt:
1627 * platform/mac/editing/inserting/insert-text-at-tabspan-001-expected.txt:
1628 * platform/mac/editing/inserting/insert-text-with-newlines-expected.txt:
1629 * platform/mac/editing/inserting/multiple-lines-selected-expected.txt:
1630 * platform/mac/editing/inserting/paragraph-separator-03-expected.txt:
1631 * platform/mac/editing/inserting/paragraph-separator-in-table-2-expected.txt:
1632 * platform/mac/editing/inserting/redo-expected.txt:
1633 * platform/mac/editing/inserting/return-key-with-selection-001-expected.txt:
1634 * platform/mac/editing/inserting/return-key-with-selection-002-expected.txt:
1635 * platform/mac/editing/inserting/return-key-with-selection-003-expected.txt:
1636 * platform/mac/editing/inserting/typing-001-expected.txt:
1637 * platform/mac/editing/inserting/typing-002-expected.txt:
1638 * platform/mac/editing/inserting/typing-003-expected.txt:
1639 * platform/mac/editing/inserting/typing-around-br-001-expected.txt:
1640 * platform/mac/editing/inserting/typing-around-image-001-expected.txt:
1641 * platform/mac/editing/inserting/typing-at-end-of-line-expected.txt:
1642 * platform/mac/editing/pasteboard/3976872-expected.txt:
1643 * platform/mac/editing/pasteboard/4076267-2-expected.txt:
1644 * platform/mac/editing/pasteboard/4076267-3-expected.txt:
1645 * platform/mac/editing/pasteboard/4076267-expected.txt:
1646 * platform/mac/editing/pasteboard/8145-3-expected.txt:
1647 * platform/mac/editing/pasteboard/bad-placeholder-expected.txt:
1648 * platform/mac/editing/pasteboard/cut-text-001-expected.txt:
1649 * platform/mac/editing/pasteboard/displaced-generic-placeholder-expected.txt:
1650 * platform/mac/editing/pasteboard/displaced-placeholder-expected.txt:
1651 * platform/mac/editing/pasteboard/drag-drop-modifies-page-expected.txt:
1652 * platform/mac/editing/pasteboard/emacs-ctrl-a-k-y-expected.txt:
1653 * platform/mac/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt:
1654 * platform/mac/editing/pasteboard/merge-after-delete-1-expected.txt:
1655 * platform/mac/editing/pasteboard/merge-after-delete-2-expected.txt:
1656 * platform/mac/editing/pasteboard/merge-after-delete-expected.txt:
1657 * platform/mac/editing/pasteboard/merge-end-blockquote-expected.txt:
1658 * platform/mac/editing/pasteboard/merge-end-borders-expected.txt:
1659 * platform/mac/editing/pasteboard/paste-4035648-fix-expected.txt:
1660 * platform/mac/editing/pasteboard/paste-line-endings-001-expected.txt:
1661 * platform/mac/editing/pasteboard/paste-line-endings-006-expected.txt:
1662 * platform/mac/editing/pasteboard/paste-match-style-001-expected.txt:
1663 * platform/mac/editing/pasteboard/paste-match-style-002-expected.txt:
1664 * platform/mac/editing/pasteboard/paste-table-003-expected.txt:
1665 * platform/mac/editing/pasteboard/paste-table-cells-expected.txt:
1666 * platform/mac/editing/pasteboard/paste-text-004-expected.txt:
1667 * platform/mac/editing/pasteboard/paste-text-005-expected.txt:
1668 * platform/mac/editing/pasteboard/paste-text-006-expected.txt:
1669 * platform/mac/editing/pasteboard/paste-text-007-expected.txt:
1670 * platform/mac/editing/pasteboard/paste-text-008-expected.txt:
1671 * platform/mac/editing/pasteboard/paste-text-016-expected.txt:
1672 * platform/mac/editing/pasteboard/paste-text-019-expected.txt:
1673 * platform/mac/editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
1674 * platform/mac/editing/pasteboard/paste-xml-expected.txt:
1675 * platform/mac/editing/pasteboard/pasting-object-expected.txt:
1676 * platform/mac/editing/pasteboard/smart-drag-drop-expected.txt:
1677 * platform/mac/editing/pasteboard/smart-paste-007-expected.txt:
1678 * platform/mac/editing/pasteboard/smart-paste-008-expected.txt:
1679 * platform/mac/editing/pasteboard/subframe-dragndrop-1-expected.txt:
1680 * platform/mac/editing/pasteboard/undoable-fragment-removes-expected.txt:
1681 * platform/mac/editing/selection/move-between-blocks-no-001-expected.txt:
1682 * platform/mac/editing/selection/node-removal-1-expected.txt:
1683 * platform/mac/editing/selection/node-removal-2-expected.txt:
1684 * platform/mac/editing/selection/replace-selection-1-expected.txt:
1685 * platform/mac/editing/selection/select-all-iframe-expected.txt:
1686 * platform/mac/editing/spelling/spelling-expected.txt:
1687 * platform/mac/editing/style/create-block-for-style-001-expected.txt:
1688 * platform/mac/editing/style/create-block-for-style-002-expected.txt:
1689 * platform/mac/editing/style/create-block-for-style-003-expected.txt:
1690 * platform/mac/editing/style/create-block-for-style-004-expected.txt:
1691 * platform/mac/editing/style/create-block-for-style-007-expected.txt:
1692 * platform/mac/editing/style/create-block-for-style-009-expected.txt:
1693 * platform/mac/editing/style/create-block-for-style-010-expected.txt:
1694 * platform/mac/editing/style/create-block-for-style-011-expected.txt:
1695 * platform/mac/editing/style/create-block-for-style-012-expected.txt:
1696 * platform/mac/editing/style/create-block-for-style-013-expected.txt:
1697 * platform/mac/editing/style/designmode-expected.txt:
1698 * platform/mac/editing/style/relative-font-size-change-001-expected.txt:
1699 * platform/mac/editing/style/relative-font-size-change-002-expected.txt:
1700 * platform/mac/editing/style/smoosh-styles-001-expected.txt:
1701 * platform/mac/editing/style/smoosh-styles-003-expected.txt:
1702 * platform/mac/editing/style/style-3681552-fix-001-expected.txt:
1703 * platform/mac/editing/style/style-3681552-fix-002-expected.txt:
1704 * platform/mac/editing/style/style-3998892-fix-expected.txt:
1705 * platform/mac/editing/style/style-boundary-001-expected.txt:
1706 * platform/mac/editing/style/style-boundary-002-expected.txt:
1707 * platform/mac/editing/style/style-boundary-003-expected.txt:
1708 * platform/mac/editing/style/style-boundary-004-expected.txt:
1709 * platform/mac/editing/style/style-boundary-005-expected.txt:
1710 * platform/mac/editing/style/typing-style-001-expected.txt:
1711 * platform/mac/editing/style/typing-style-002-expected.txt:
1712 * platform/mac/editing/style/unbold-in-bold-expected.txt:
1713 * platform/mac/editing/undo/4063751-expected.txt:
1714 * platform/mac/editing/undo/redo-typing-001-expected.txt:
1715 * platform/mac/editing/undo/undo-combined-delete-boundary-expected.txt:
1716 * platform/mac/editing/undo/undo-combined-delete-expected.txt:
1717 * platform/mac/editing/undo/undo-delete-boundary-expected.txt:
1718 * platform/mac/editing/undo/undo-delete-expected.txt:
1719 * platform/mac/editing/undo/undo-forward-delete-boundary-expected.txt:
1720 * platform/mac/editing/undo/undo-forward-delete-expected.txt:
1721 * platform/mac/editing/undo/undo-misspellings-expected.txt:
1722 * platform/mac/editing/undo/undo-typing-001-expected.txt:
1723 * platform/mac/editing/unsupported-content/list-delete-001-expected.txt:
1724 * platform/mac/editing/unsupported-content/list-delete-003-expected.txt:
1725 * platform/mac/editing/unsupported-content/list-type-after-expected.txt:
1726 * platform/mac/editing/unsupported-content/list-type-before-expected.txt:
1727 * platform/mac/editing/unsupported-content/table-delete-001-expected.txt:
1728 * platform/mac/editing/unsupported-content/table-delete-002-expected.txt:
1729 * platform/mac/editing/unsupported-content/table-delete-003-expected.txt:
1730 * platform/mac/editing/unsupported-content/table-type-after-expected.txt:
1731 * platform/mac/editing/unsupported-content/table-type-before-expected.txt:
1732 * platform/mac/fast/dynamic/move-node-with-selection-expected.txt:
1733 * platform/mac/fast/repaint/selection-clear-expected.txt:
1734 * platform/mac/svg/custom/use-clipped-hit-expected.txt:
1736 2011-09-28 Sergey Glazunov <serg.glazunov@gmail.com>
1738 JavaScript generated documents don't inherit the cookie URL
1739 https://bugs.webkit.org/show_bug.cgi?id=69003
1741 Reviewed by Adam Barth.
1743 * http/tests/security/cookies/cookie-theft-with-javascript-doc-expected.txt: Added.
1744 * http/tests/security/cookies/cookie-theft-with-javascript-doc.html: Added.
1745 * http/tests/security/cookies/resources/innocent-victim-with-cookies.html: Added.
1747 2011-09-28 Dimitri Glazkov <dglazkov@chromium.org>
1749 REGRESSION(r95573): Crash when loading SVG documents in a flattened frame or any SVG document in Chromium/Mac.
1750 https://bugs.webkit.org/show_bug.cgi?id=68938
1752 Reviewed by David Hyatt.
1754 * fast/frames/flattening/crash-svg-document-expected.txt: Added.
1755 * fast/frames/flattening/crash-svg-document.html: Added.
1757 2011-09-28 Una Sabovic <una.sabovic@palm.com>
1759 Setting innerText to an empty string on editable div loses focus
1760 https://bugs.webkit.org/show_bug.cgi?id=62092
1762 Reviewed by Ryosuke Niwa.
1764 Added test to make sure that caret is still present in a focused editable div after its text is deleted.
1765 Updated editing tests to not expect that deleting selection start or end node will clear the selection.
1766 Added test to exercise range modification examples from
1767 http://www.w3.org/TR/DOM-Level-2-Traversal-Range/ranges.html#Level-2-Range-Mutation
1769 * editing/deleting/5546763-expected.txt:
1770 * editing/deleting/delete-4038408-fix-expected.txt:
1771 * editing/deleting/delete-all-text-in-text-field-assertion-expected.txt:
1772 * editing/deleting/delete-br-011-expected.txt:
1773 * editing/deleting/delete-by-word-001-expected.txt:
1774 * editing/deleting/delete-by-word-002-expected.txt:
1775 * editing/deleting/delete-cell-contents-expected.txt:
1776 * editing/deleting/delete-ligature-002-expected.txt:
1777 * editing/deleting/delete-ligature-003-expected.txt:
1778 * editing/deleting/delete-select-all-002-expected.txt:
1779 * editing/deleting/delete-select-all-003-expected.txt:
1780 * editing/deleting/delete-to-end-of-paragraph-expected.txt:
1781 * editing/deleting/merge-paragraph-into-blockquote-expected.txt:
1782 * editing/deleting/paragraph-in-preserveNewline-expected.txt:
1783 * editing/deleting/pruning-after-merge-1-expected.txt:
1784 * editing/deleting/skip-virama-001-expected.txt:
1785 * editing/deleting/whitespace-pre-1-expected.txt:
1786 * editing/execCommand/4920488-expected.txt:
1787 * editing/execCommand/crash-indenting-list-item-expected.txt:
1788 * editing/execCommand/createLink-expected.txt:
1789 * editing/execCommand/format-block-expected.txt:
1790 * editing/execCommand/format-block-multiple-paragraphs-in-pre-expected.txt:
1791 * editing/execCommand/format-block-with-braces-expected.txt:
1792 * editing/execCommand/hilitecolor-expected.txt:
1793 * editing/execCommand/indent-nested-lists-1-expected.txt:
1794 * editing/execCommand/indent-nested-lists-2-expected.txt:
1795 * editing/execCommand/indent-nested-lists-3-expected.txt:
1796 * editing/execCommand/indent-nested-lists-4-expected.txt:
1797 * editing/execCommand/indent-nested-lists-5-expected.txt:
1798 * editing/execCommand/indent-nested-lists-6-expected.txt:
1799 * editing/execCommand/indent-nested-lists-7-expected.txt:
1800 * editing/execCommand/indent-paragraphs-expected.txt:
1801 * editing/execCommand/indent-with-style-expected.txt:
1802 * editing/execCommand/insertHTML-expected.txt:
1803 * editing/execCommand/outdent-nested-lists-1-expected.txt:
1804 * editing/execCommand/outdent-nested-lists-2-expected.txt:
1805 * editing/execCommand/outdent-nested-lists-3-expected.txt:
1806 * editing/execCommand/outdent-nested-lists-4-expected.txt:
1807 * editing/execCommand/queryCommandState-01-expected.txt:
1808 * editing/execCommand/remove-formatting-2-expected.txt:
1809 * editing/execCommand/remove-formatting-expected.txt:
1810 * editing/execCommand/remove-list-1-expected.txt:
1811 * editing/execCommand/remove-list-items-expected.txt:
1812 * editing/execCommand/switch-list-type-expected.txt:
1813 * editing/execCommand/unlink-expected.txt:
1814 * editing/inserting/insert-3786362-fix-expected.txt:
1815 * editing/inserting/insert-div-021-expected.txt:
1816 * editing/inserting/insert-paragraph-at-end-of-line-expected.txt:
1817 * editing/inserting/insert-thai-characters-001-expected.txt:
1818 * editing/pasteboard/4242293-1-expected.txt:
1819 * editing/pasteboard/5065605-expected.txt:
1820 * editing/pasteboard/block-wrappers-necessary-expected.txt:
1821 * editing/pasteboard/copy-in-password-field-expected.txt:
1822 * editing/pasteboard/copy-text-with-backgroundcolor-expected.txt:
1823 * editing/pasteboard/insert-div-text-into-text-expected.txt:
1824 * editing/pasteboard/interchange-newline-1-expected.txt:
1825 * editing/pasteboard/interchange-newline-3-expected.txt:
1826 * editing/pasteboard/interchange-newline-4-expected.txt:
1827 * editing/pasteboard/merge-end-2-expected.txt:
1828 * editing/pasteboard/merge-end-3-expected.txt:
1829 * editing/pasteboard/merge-end-4-expected.txt:
1830 * editing/pasteboard/merge-end-5-expected.txt:
1831 * editing/pasteboard/merge-end-list-2-expected.txt:
1832 * editing/pasteboard/merge-end-list-expected.txt:
1833 * editing/pasteboard/merge-end-table-2-expected.txt:
1834 * editing/pasteboard/merge-end-table-expected.txt:
1835 * editing/pasteboard/nested-blocks-with-text-area-expected.txt:
1836 * editing/pasteboard/nested-blocks-with-text-field-expected.txt:
1837 * editing/pasteboard/paste-into-anchor-text-expected.txt:
1838 * editing/pasteboard/paste-list-001-expected.txt:
1839 * editing/pasteboard/paste-table-001-expected.txt:
1840 * editing/pasteboard/paste-table-002-expected.txt:
1841 * editing/pasteboard/paste-text-001-expected.txt:
1842 * editing/pasteboard/paste-text-002-expected.txt:
1843 * editing/pasteboard/paste-text-003-expected.txt:
1844 * editing/pasteboard/paste-text-011-expected.txt:
1845 * editing/pasteboard/paste-text-017-expected.txt:
1846 * editing/pasteboard/paste-text-018-expected.txt:
1847 * editing/pasteboard/paste-text-at-tabspan-001-expected.txt:
1848 * editing/pasteboard/paste-text-at-tabspan-002-expected.txt:
1849 * editing/pasteboard/paste-text-with-style-expected.txt:
1850 * editing/pasteboard/prevent-block-nesting-01-expected.txt:
1851 * editing/pasteboard/select-element-1-expected.txt:
1852 * editing/pasteboard/smart-paste-003-expected.txt:
1853 * editing/pasteboard/smart-paste-004-expected.txt:
1854 * editing/pasteboard/smart-paste-005-expected.txt:
1855 * editing/pasteboard/smart-paste-006-expected.txt:
1856 * editing/selection/5497643-expected.txt:
1857 * editing/selection/5497643.html:
1858 * editing/selection/character-data-mutation-expected.txt:
1859 * editing/selection/character-data-mutation.html:
1860 * editing/selection/document-mutation-expected.txt: Added.
1861 * editing/selection/document-mutation.html: Added.
1862 * editing/selection/editable-div-clear-on-keydown-expected.txt: Added.
1863 * editing/selection/editable-div-clear-on-keydown.html: Added.
1864 * editing/selection/regional-indicators.html:
1865 * editing/style/remove-underline-from-stylesheet-expected.txt:
1866 * editing/style/typing-style-003-expected.txt:
1867 * editing/undo/redo-style-expected.txt:
1868 * editing/undo/replace-text-in-node-preserving-markers-crash-expected.txt:
1869 * editing/undo/undo-indent-expected.txt:
1870 * platform/mac/editing/pasteboard/paste-and-match-style-selector-event.html:
1871 * platform/qt/editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
1872 * platform/qt/editing/deleting/delete-3608445-fix-expected.txt:
1873 * platform/qt/editing/deleting/delete-3608462-fix-expected.txt:
1874 * platform/qt/editing/deleting/delete-3775172-fix-expected.txt:
1875 * platform/qt/editing/deleting/delete-3800834-fix-expected.txt:
1876 * platform/qt/editing/deleting/delete-3857753-fix-expected.txt:
1877 * platform/qt/editing/deleting/delete-3865854-fix-expected.txt:
1878 * platform/qt/editing/deleting/delete-3928305-fix-expected.txt:
1879 * platform/qt/editing/deleting/delete-3959464-fix-expected.txt:
1880 * platform/qt/editing/deleting/delete-after-span-ws-002-expected.txt:
1881 * platform/qt/editing/deleting/delete-after-span-ws-003-expected.txt:
1882 * platform/qt/editing/deleting/delete-and-undo-expected.txt:
1883 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-001-expected.txt:
1884 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-002-expected.txt:
1885 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-003-expected.txt:
1886 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-004-expected.txt:
1887 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-005-expected.txt:
1888 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-006-expected.txt:
1889 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-007-expected.txt:
1890 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-009-expected.txt:
1891 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-010-expected.txt:
1892 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
1893 * platform/qt/editing/deleting/delete-block-contents-001-expected.txt:
1894 * platform/qt/editing/deleting/delete-block-contents-002-expected.txt:
1895 * platform/qt/editing/deleting/delete-block-contents-003-expected.txt:
1896 * platform/qt/editing/deleting/delete-block-merge-contents-001-expected.txt:
1897 * platform/qt/editing/deleting/delete-block-merge-contents-002-expected.txt:
1898 * platform/qt/editing/deleting/delete-block-merge-contents-003-expected.txt:
1899 * platform/qt/editing/deleting/delete-block-merge-contents-004-expected.txt:
1900 * platform/qt/editing/deleting/delete-block-merge-contents-005-expected.txt:
1901 * platform/qt/editing/deleting/delete-block-merge-contents-006-expected.txt:
1902 * platform/qt/editing/deleting/delete-block-merge-contents-007-expected.txt:
1903 * platform/qt/editing/deleting/delete-block-merge-contents-008-expected.txt:
1904 * platform/qt/editing/deleting/delete-block-merge-contents-009-expected.txt:
1905 * platform/qt/editing/deleting/delete-block-merge-contents-010-expected.txt:
1906 * platform/qt/editing/deleting/delete-block-merge-contents-012-expected.txt:
1907 * platform/qt/editing/deleting/delete-block-merge-contents-013-expected.txt:
1908 * platform/qt/editing/deleting/delete-block-merge-contents-014-expected.txt:
1909 * platform/qt/editing/deleting/delete-block-merge-contents-015-expected.txt:
1910 * platform/qt/editing/deleting/delete-block-merge-contents-016-expected.txt:
1911 * platform/qt/editing/deleting/delete-block-merge-contents-017-expected.txt:
1912 * platform/qt/editing/deleting/delete-block-merge-contents-018-expected.txt:
1913 * platform/qt/editing/deleting/delete-block-merge-contents-019-expected.txt:
1914 * platform/qt/editing/deleting/delete-block-merge-contents-020-expected.txt:
1915 * platform/qt/editing/deleting/delete-block-merge-contents-021-expected.txt:
1916 * platform/qt/editing/deleting/delete-block-merge-contents-022-expected.txt:
1917 * platform/qt/editing/deleting/delete-block-merge-contents-023-expected.txt:
1918 * platform/qt/editing/deleting/delete-block-merge-contents-024-expected.txt:
1919 * platform/qt/editing/deleting/delete-br-008-expected.txt:
1920 * platform/qt/editing/deleting/delete-br-010-expected.txt:
1921 * platform/qt/editing/deleting/delete-contiguous-ws-001-expected.txt:
1922 * platform/qt/editing/deleting/delete-first-list-item-expected.txt:
1923 * platform/qt/editing/deleting/delete-image-001-expected.txt:
1924 * platform/qt/editing/deleting/delete-image-002-expected.txt:
1925 * platform/qt/editing/deleting/delete-image-003-expected.txt:
1926 * platform/qt/editing/deleting/delete-image-004-expected.txt:
1927 * platform/qt/editing/deleting/delete-leading-ws-001-expected.txt:
1928 * platform/qt/editing/deleting/delete-line-001-expected.txt:
1929 * platform/qt/editing/deleting/delete-line-002-expected.txt:
1930 * platform/qt/editing/deleting/delete-line-003-expected.txt:
1931 * platform/qt/editing/deleting/delete-line-004-expected.txt:
1932 * platform/qt/editing/deleting/delete-line-005-expected.txt:
1933 * platform/qt/editing/deleting/delete-line-006-expected.txt:
1934 * platform/qt/editing/deleting/delete-line-007-expected.txt:
1935 * platform/qt/editing/deleting/delete-line-008-expected.txt:
1936 * platform/qt/editing/deleting/delete-line-009-expected.txt:
1937 * platform/qt/editing/deleting/delete-line-010-expected.txt:
1938 * platform/qt/editing/deleting/delete-line-012-expected.txt:
1939 * platform/qt/editing/deleting/delete-line-013-expected.txt:
1940 * platform/qt/editing/deleting/delete-line-014-expected.txt:
1941 * platform/qt/editing/deleting/delete-line-015-expected.txt:
1942 * platform/qt/editing/deleting/delete-line-016-expected.txt:
1943 * platform/qt/editing/deleting/delete-line-017-expected.txt:
1944 * platform/qt/editing/deleting/delete-line-end-ws-002-expected.txt:
1945 * platform/qt/editing/deleting/delete-listitem-001-expected.txt:
1946 * platform/qt/editing/deleting/delete-listitem-002-expected.txt:
1947 * platform/qt/editing/deleting/delete-selection-001-expected.txt:
1948 * platform/qt/editing/deleting/delete-trailing-ws-001-expected.txt:
1949 * platform/qt/editing/deleting/delete-trailing-ws-002-expected.txt:
1950 * platform/qt/editing/deleting/delete-ws-fixup-002-expected.txt:
1951 * platform/qt/editing/deleting/forward-delete-expected.txt:
1952 * platform/qt/editing/deleting/list-item-1-expected.txt:
1953 * platform/qt/editing/deleting/merge-different-styles-expected.txt:
1954 * platform/qt/editing/deleting/merge-endOfParagraph-expected.txt:
1955 * platform/qt/editing/deleting/merge-no-br-expected.txt:
1956 * platform/qt/editing/deleting/non-smart-delete-expected.txt:
1957 * platform/qt/editing/deleting/pruning-after-merge-2-expected.txt:
1958 * platform/qt/editing/deleting/smart-delete-001-expected.txt:
1959 * platform/qt/editing/deleting/smart-delete-003-expected.txt:
1960 * platform/qt/editing/deleting/smart-delete-004-expected.txt:
1961 * platform/qt/editing/deleting/table-cells-expected.txt:
1962 * platform/qt/editing/execCommand/4641880-1-expected.txt:
1963 * platform/qt/editing/execCommand/4641880-2-expected.txt:
1964 * platform/qt/editing/execCommand/create-list-with-hr-expected.txt:
1965 * platform/qt/editing/execCommand/find-after-replace-expected.txt:
1966 * platform/qt/editing/execCommand/format-block-with-trailing-br-expected.txt:
1967 * platform/qt/editing/execCommand/indent-list-item-expected.txt:
1968 * platform/qt/editing/execCommand/indent-selection-expected.txt:
1969 * platform/qt/editing/execCommand/insert-list-and-stitch-expected.txt:
1970 * platform/qt/editing/execCommand/insertHorizontalRule-expected.txt:
1971 * platform/qt/editing/execCommand/nsresponder-indent-expected.txt:
1972 * platform/qt/editing/execCommand/nsresponder-outdent-expected.txt:
1973 * platform/qt/editing/execCommand/paste-1-expected.txt:
1974 * platform/qt/editing/execCommand/paste-2-expected.txt:
1975 * platform/qt/editing/execCommand/remove-list-from-range-selection-expected.txt:
1976 * platform/qt/editing/execCommand/remove-list-item-1-expected.txt:
1977 * platform/qt/editing/input/emacs-ctrl-o-expected.txt:
1978 * platform/qt/editing/inserting/4278698-expected.txt:
1979 * platform/qt/editing/inserting/editing-empty-divs-expected.txt:
1980 * platform/qt/editing/inserting/insert-3654864-fix-expected.txt:
1981 * platform/qt/editing/inserting/insert-3775316-fix-expected.txt:
1982 * platform/qt/editing/inserting/insert-3851164-fix-expected.txt:
1983 * platform/qt/editing/inserting/insert-after-delete-001-expected.txt:
1984 * platform/qt/editing/inserting/insert-at-end-01-expected.txt:
1985 * platform/qt/editing/inserting/insert-at-end-02-expected.txt:
1986 * platform/qt/editing/inserting/insert-br-001-expected.txt:
1987 * platform/qt/editing/inserting/insert-br-003-expected.txt:
1988 * platform/qt/editing/inserting/insert-br-005-expected.txt:
1989 * platform/qt/editing/inserting/insert-br-006-expected.txt:
1990 * platform/qt/editing/inserting/insert-br-007-expected.txt:
1991 * platform/qt/editing/inserting/insert-br-008-expected.txt:
1992 * platform/qt/editing/inserting/insert-br-at-tabspan-003-expected.txt:
1993 * platform/qt/editing/inserting/insert-div-001-expected.txt:
1994 * platform/qt/editing/inserting/insert-div-002-expected.txt:
1995 * platform/qt/editing/inserting/insert-div-003-expected.txt:
1996 * platform/qt/editing/inserting/insert-div-005-expected.txt:
1997 * platform/qt/editing/inserting/insert-div-006-expected.txt:
1998 * platform/qt/editing/inserting/insert-div-007-expected.txt:
1999 * platform/qt/editing/inserting/insert-div-008-expected.txt:
2000 * platform/qt/editing/inserting/insert-div-009-expected.txt:
2001 * platform/qt/editing/inserting/insert-div-010-expected.txt:
2002 * platform/qt/editing/inserting/insert-div-020-expected.txt:
2003 * platform/qt/editing/inserting/insert-div-023-expected.txt:
2004 * platform/qt/editing/inserting/insert-div-024-expected.txt:
2005 * platform/qt/editing/inserting/insert-div-025-expected.txt:
2006 * platform/qt/editing/inserting/insert-div-026-expected.txt:
2007 * platform/qt/editing/inserting/insert-space-in-empty-doc-expected.txt:
2008 * platform/qt/editing/inserting/insert-text-at-tabspan-001-expected.txt:
2009 * platform/qt/editing/inserting/multiple-lines-selected-expected.txt:
2010 * platform/qt/editing/inserting/paragraph-separator-03-expected.txt:
2011 * platform/qt/editing/inserting/paragraph-separator-in-table-2-expected.txt:
2012 * platform/qt/editing/inserting/redo-expected.txt:
2013 * platform/qt/editing/inserting/return-key-with-selection-001-expected.txt:
2014 * platform/qt/editing/inserting/return-key-with-selection-002-expected.txt:
2015 * platform/qt/editing/inserting/return-key-with-selection-003-expected.txt:
2016 * platform/qt/editing/inserting/typing-001-expected.txt:
2017 * platform/qt/editing/inserting/typing-002-expected.txt:
2018 * platform/qt/editing/inserting/typing-003-expected.txt:
2019 * platform/qt/editing/inserting/typing-around-br-001-expected.txt:
2020 * platform/qt/editing/inserting/typing-around-image-001-expected.txt:
2021 * platform/qt/editing/pasteboard/3976872-expected.txt:
2022 * platform/qt/editing/pasteboard/4076267-2-expected.txt:
2023 * platform/qt/editing/pasteboard/4076267-3-expected.txt:
2024 * platform/qt/editing/pasteboard/4076267-expected.txt:
2025 * platform/qt/editing/pasteboard/8145-3-expected.txt:
2026 * platform/qt/editing/pasteboard/bad-placeholder-expected.txt:
2027 * platform/qt/editing/pasteboard/cut-text-001-expected.txt:
2028 * platform/qt/editing/pasteboard/displaced-generic-placeholder-expected.txt:
2029 * platform/qt/editing/pasteboard/displaced-placeholder-expected.txt:
2030 * platform/qt/editing/pasteboard/merge-after-delete-1-expected.txt:
2031 * platform/qt/editing/pasteboard/merge-after-delete-2-expected.txt:
2032 * platform/qt/editing/pasteboard/merge-after-delete-expected.txt:
2033 * platform/qt/editing/pasteboard/merge-end-blockquote-expected.txt:
2034 * platform/qt/editing/pasteboard/merge-end-borders-expected.txt:
2035 * platform/qt/editing/pasteboard/paste-4035648-fix-expected.txt:
2036 * platform/qt/editing/pasteboard/paste-line-endings-001-expected.txt:
2037 * platform/qt/editing/pasteboard/paste-line-endings-006-expected.txt:
2038 * platform/qt/editing/pasteboard/paste-match-style-001-expected.txt:
2039 * platform/qt/editing/pasteboard/paste-match-style-002-expected.txt:
2040 * platform/qt/editing/pasteboard/paste-table-003-expected.txt:
2041 * platform/qt/editing/pasteboard/paste-table-cells-expected.txt:
2042 * platform/qt/editing/pasteboard/paste-text-004-expected.txt:
2043 * platform/qt/editing/pasteboard/paste-text-005-expected.txt:
2044 * platform/qt/editing/pasteboard/paste-text-006-expected.txt:
2045 * platform/qt/editing/pasteboard/paste-text-007-expected.txt:
2046 * platform/qt/editing/pasteboard/paste-text-008-expected.txt:
2047 * platform/qt/editing/pasteboard/paste-text-016-expected.txt:
2048 * platform/qt/editing/pasteboard/paste-text-019-expected.txt:
2049 * platform/qt/editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
2050 * platform/qt/editing/pasteboard/pasting-object-expected.txt:
2051 * platform/qt/editing/pasteboard/smart-paste-007-expected.txt:
2052 * platform/qt/editing/pasteboard/smart-paste-008-expected.txt:
2053 * platform/qt/editing/pasteboard/undoable-fragment-removes-expected.txt:
2054 * platform/qt/editing/selection/move-between-blocks-no-001-expected.txt:
2055 * platform/qt/editing/selection/node-removal-1-expected.txt:
2056 * platform/qt/editing/selection/node-removal-2-expected.txt:
2057 * platform/qt/editing/selection/replace-selection-1-expected.txt:
2058 * platform/qt/editing/selection/select-all-iframe-expected.txt:
2059 * platform/qt/editing/style/create-block-for-style-001-expected.txt:
2060 * platform/qt/editing/style/create-block-for-style-002-expected.txt:
2061 * platform/qt/editing/style/create-block-for-style-003-expected.txt:
2062 * platform/qt/editing/style/create-block-for-style-004-expected.txt:
2063 * platform/qt/editing/style/create-block-for-style-007-expected.txt:
2064 * platform/qt/editing/style/create-block-for-style-009-expected.txt:
2065 * platform/qt/editing/style/create-block-for-style-010-expected.txt:
2066 * platform/qt/editing/style/create-block-for-style-011-expected.txt:
2067 * platform/qt/editing/style/create-block-for-style-012-expected.txt:
2068 * platform/qt/editing/style/create-block-for-style-013-expected.txt:
2069 * platform/qt/editing/style/designmode-expected.txt:
2070 * platform/qt/editing/style/relative-font-size-change-001-expected.txt:
2071 * platform/qt/editing/style/relative-font-size-change-002-expected.txt:
2072 * platform/qt/editing/style/smoosh-styles-001-expected.txt:
2073 * platform/qt/editing/style/smoosh-styles-003-expected.txt:
2074 * platform/qt/editing/style/style-3998892-fix-expected.txt:
2075 * platform/qt/editing/style/style-boundary-001-expected.txt:
2076 * platform/qt/editing/style/style-boundary-004-expected.txt:
2077 * platform/qt/editing/style/unbold-in-bold-expected.txt:
2078 * platform/qt/editing/undo/4063751-expected.txt:
2079 * platform/qt/editing/undo/redo-typing-001-expected.txt:
2080 * platform/qt/editing/undo/undo-combined-delete-boundary-expected.txt:
2081 * platform/qt/editing/undo/undo-combined-delete-expected.txt:
2082 * platform/qt/editing/undo/undo-delete-boundary-expected.txt:
2083 * platform/qt/editing/undo/undo-delete-expected.txt:
2084 * platform/qt/editing/undo/undo-forward-delete-boundary-expected.txt:
2085 * platform/qt/editing/undo/undo-forward-delete-expected.txt:
2086 * platform/qt/editing/undo/undo-misspellings-expected.txt:
2087 * platform/qt/editing/undo/undo-typing-001-expected.txt:
2088 * platform/qt/editing/unsupported-content/list-delete-001-expected.txt:
2089 * platform/qt/editing/unsupported-content/list-delete-003-expected.txt:
2090 * platform/qt/editing/unsupported-content/list-type-after-expected.txt:
2091 * platform/qt/editing/unsupported-content/list-type-before-expected.txt:
2092 * platform/qt/editing/unsupported-content/table-delete-001-expected.txt:
2093 * platform/qt/editing/unsupported-content/table-delete-002-expected.txt:
2094 * platform/qt/editing/unsupported-content/table-delete-003-expected.txt:
2095 * platform/qt/editing/unsupported-content/table-type-after-expected.txt:
2096 * platform/qt/editing/unsupported-content/table-type-before-expected.txt:
2097 * platform/qt/fast/dynamic/move-node-with-selection-expected.txt:
2098 * platform/qt/svg/custom/use-clipped-hit-expected.txt:
2100 2011-09-28 Brian Salomon <bsalomon@google.com>
2102 [chromium / skia] temporarily add files test expectations pending rebaseline due to skia change
2103 https://bugs.webkit.org/show_bug.cgi?id=69013
2105 Reviewed by Stephen White.
2107 * platform/chromium/test_expectations.txt:
2109 2011-09-28 Gavin Barraclough <barraclough@apple.com>
2111 https://bugs.webkit.org/show_bug.cgi?id=64679
2112 Fix bugs in Array.prototype this handling.
2114 Reviewed by Oliver Hunt.
2116 * fast/js/array-prototype-properties-expected.txt: Added.
2117 * fast/js/array-prototype-properties.html: Added.
2118 * fast/js/script-tests/array-prototype-properties.js: Added.
2119 - Added layout test for array prototype functions with undefined as this value.
2120 * ietestcenter/Javascript/15.4.4.14-5-28-expected.txt:
2121 * ietestcenter/Javascript/15.4.4.15-5-28-expected.txt:
2122 - These tests now pass.
2124 2011-09-28 Mihai Parparita <mihaip@chromium.org>
2126 Rebaseline fast/canvas/canvas-composite-transformclip.html and
2127 fast/canvas/canvas-composite.html for Chromium Snow Leopard GPU.
2129 * platform/chromium-gpu-mac/fast/canvas/canvas-composite-expected.png:
2130 * platform/chromium-gpu-mac/fast/canvas/canvas-composite-transformclip-expected.png:
2132 2011-09-28 Kenji Imasaki <imasaki@chromium.org>
2134 [Chromium] remove a passing test from the test expectation file.
2135 https://bugs.webkit.org/show_bug.cgi?id=69008
2137 Reviewed by David Levin.
2139 * platform/chromium/test_expectations.txt:
2141 2011-09-28 Mihai Parparita <mihaip@chromium.org>
2143 Rebaseline svg/filters/animate-fill.svg for Chromium.
2145 * platform/chromium-cg-mac/svg/filters/animate-fill-expected.png: Added.
2146 * platform/chromium-mac/svg/filters/animate-fill-expected.png: Added.
2147 * platform/chromium-win/svg/filters/animate-fill-expected.png: Added.
2148 * platform/chromium/test_expectations.txt:
2150 2011-09-28 Kaustubh Atrawalkar <kaustubh@motorola.com>
2152 [Gtk] Implement textInputController.doCommand
2153 https://bugs.webkit.org/show_bug.cgi?id=66496
2155 Reviewed by Martin Robinson.
2157 Removed skipped tests under textInputController.doCommand for Gtk Port.
2159 * platform/gtk/Skipped:
2161 2011-09-28 Tom Sepez <tsepez@chromium.org>
2163 Revert change which broke displaying end script tags in view-source, instead
2164 deal with any trailing </script> tag included by mistake in the XSSAuditor
2165 itself. Correct tests to detect the missing close tags.
2166 https://bugs.webkit.org/show_bug.cgi?id=68898
2168 Reviewed by Adam Barth.
2170 * fast/frames/resources/viewsource-frame-2.html:
2171 * fast/frames/viewsource-plain-text-tags-expected.txt:
2172 * fast/frames/viewsource-plain-text-tags.html:
2174 2011-09-28 Antaryami Pandia <antaryami.pandia@motorola.com>
2176 Reflected attribute input.size wraps on negative values (Chrome), or
2177 returns them (Safari).
2178 https://bugs.webkit.org/show_bug.cgi?id=44886
2180 Reviewed by Darin Adler.
2182 * fast/dom/HTMLInputElement/input-size-attribute-expected.txt: Added.
2183 * fast/dom/HTMLInputElement/input-size-attribute.html: Added.
2184 * fast/dom/HTMLInputElement/script-tests/size-attribute.js:
2185 * fast/dom/HTMLInputElement/size-attribute-expected.txt:
2187 2011-09-28 Vsevolod Vlasov <vsevik@chromium.org>
2189 Web Inspector: Add support for search in single resource to page agent.
2190 https://bugs.webkit.org/show_bug.cgi?id=68998
2192 Reviewed by Pavel Feldman.
2194 * http/tests/inspector/search/search-in-resource-expected.txt: Added.
2195 * http/tests/inspector/search/search-in-resource.html: Added.
2196 * http/tests/inspector/search/search-in-resources.html:
2197 * http/tests/inspector/search/search-test.js:
2198 (initialize_SearchTest.InspectorTest.dumpSearchResults):
2199 (initialize_SearchTest.InspectorTest.dumpSearchMatches):
2200 (initialize_SearchTest):
2202 2011-09-28 Oliver Varga <voliver@inf.u-szeged.hu>
2204 [WK2] SVG animation pause API missing
2205 https://bugs.webkit.org/show_bug.cgi?id=63396
2207 Reviewed by Csaba Osztrogonác.
2209 * platform/wk2/Skipped: Skip svg/animations/animate-from-to-keyTimes.html.
2211 2011-09-28 Philippe Normand <pnormand@igalia.com>
2213 Unreviewed, GTK baselines for new tests.
2215 * platform/gtk/fast/multicol/float-paginate-empty-lines-expected.png: Added.
2216 * platform/gtk/fast/multicol/float-paginate-empty-lines-expected.txt: Added.
2217 * platform/gtk/fast/ruby/ruby-base-merge-block-children-crash-expected.png: Added.
2218 * platform/gtk/fast/ruby/ruby-base-merge-block-children-crash-expected.txt: Added.
2220 2011-09-28 Philippe Normand <pnormand@igalia.com>
2222 Unreviewed, skip 2 64-bits Debug crashers on GTK.
2224 * platform/gtk/Skipped: Skip
2225 fast/borders/inline-mask-overlay-image-outset-vertical-rl.html and plugins/js-from-destroy.html
2227 2011-09-28 Csaba Osztrogonác <ossy@webkit.org>
2229 [Qt] Unreviewed gardening, update expected file after r95745.
2231 * platform/qt-4.8/editing/deleting/merge-whitespace-pre-expected.txt:
2233 2011-09-28 Vsevolod Vlasov <vsevik@chromium.org>
2235 Web Inspector: Refactor searching in inspector, add test (fixed non regex search).
2236 https://bugs.webkit.org/show_bug.cgi?id=68930
2238 Reviewed by Yury Semikhatsky.
2240 * http/tests/inspector/search/resources/search.css: Added.
2241 (div.searchTestUniqueString):
2242 (div.searchTestUniqueString:hover):
2243 * http/tests/inspector/search/resources/search.html: Added.
2244 * http/tests/inspector/search/resources/search.js: Added.
2245 (searchTestUniqueString):
2247 * http/tests/inspector/search/search-in-resources-expected.txt: Added.
2248 * http/tests/inspector/search/search-in-resources.html: Added.
2249 * http/tests/inspector/search/search-test.js: Added.
2250 (initialize_SearchTest.InspectorTest.dumpSearchResults):
2251 (initialize_SearchTest):
2253 2011-09-28 Kentaro Hara <haraken@chromium.org>
2255 Implement a PopStateEvent constructor for V8
2256 https://bugs.webkit.org/show_bug.cgi?id=68896
2258 Reviewed by Adam Barth.
2260 Enabled pop-state-event-constructor.html, since now V8 has the PopStateEvent constructor.
2262 * platform/chromium/test_expectations.txt:
2264 2011-09-28 Ilya Tikhonovsky <loislo@chromium.org>
2266 Unreviewed fix for test.
2268 * inspector/performance/resources/inspector-startup-time.html:
2270 2011-09-28 Ilya Tikhonovsky <loislo@chromium.org>
2272 Web Inspector: UI performance test for Inspector start-up time is required.
2273 https://bugs.webkit.org/show_bug.cgi?id=68986
2275 Reviewed by Yury Semikhatsky.
2277 * inspector/performance/resources/inspector-startup-time.html: Added.
2278 * inspector/performance/resources/performance-test.js:
2279 (initialize_TimeTracker.InspectorTest.runPerformanceTest.Timer.prototype._dump):
2280 (initialize_TimeTracker.InspectorTest.runPerformanceTest):
2282 2011-09-28 Kentaro Hara <haraken@chromium.org>
2284 Implement an ErrorEvent constructor for V8
2285 https://bugs.webkit.org/show_bug.cgi?id=68336
2287 Reviewed by Adam Barth.
2289 Enabled fast/events/constructors/error-event-constructor.html,
2290 since V8 now has the constructor for ErrorEvent.
2292 * platform/chromium/test_expectations.txt:
2294 2011-09-28 Gabor Rapcsanyi <rgabor@webkit.org>
2296 [Qt][GTK] Skip http/tests/multipart/stop-crash.html because it fails after r96174.
2297 https://bugs.webkit.org/show_bug.cgi?id=68979
2299 Reviewed by Csaba Osztrogonác.
2301 * platform/gtk/Skipped: Skip http/tests/multipart/stop-crash.html failing
2302 * platform/qt/Skipped: Skip http/tests/multipart/stop-crash.html failing
2304 2011-09-28 Gabor Rapcsanyi <rgabor@webkit.org>
2306 fast/canvas/crash-set-font.html failing on all platform because
2307 getCSSCanvasContext needs 4 parameters
2308 https://bugs.webkit.org/show_bug.cgi?id=66291
2310 Reviewed by Csaba Osztrogonác.
2312 * fast/canvas/crash-set-font.html: adding the fourth parameter
2314 2011-09-28 Shinichiro Hamaji <hamaji@chromium.org>
2316 [Chromium] Layout Test fast/canvas/canvas-composite-transformclip.html is failing
2317 https://bugs.webkit.org/show_bug.cgi?id=68895
2319 Unreviewed manual rebaseline for linux gpu.
2321 * platform/chromium-gpu-linux/fast/canvas/canvas-composite-expected.png:
2323 2011-09-28 Shinichiro Hamaji <hamaji@chromium.org>
2325 [Chromium] Layout Test svg/custom/oversized-pattern-scale.svg and svg/custom/transformed-pattern-clamp-svg-root.svg are flaky
2326 https://bugs.webkit.org/show_bug.cgi?id=68982
2328 Unreviewed test_expectations.txt update.
2330 * platform/chromium/test_expectations.txt:
2332 2011-09-28 Ilya Tikhonovsky <loislo@chromium.org>
2334 Web Inspector: Unreviewed. Slight adjustment of the test content for better representation of the performance.
2336 * inspector/performance/resources/show-panel.html:
2338 2011-09-28 Shinichiro Hamaji <hamaji@chromium.org>
2340 Unreviewed rebaseline pservers-grad-14-b again.
2342 * platform/chromium-cg-mac-leopard/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png: Added.
2343 * platform/chromium-cg-mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
2344 * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png: Added.
2345 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
2346 * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Removed.
2348 2011-09-28 Shinichiro Hamaji <hamaji@chromium.org>
2350 Layout Test fast/multicol/float-paginate-empty-lines.html and some svg tests are failing
2351 https://bugs.webkit.org/show_bug.cgi?id=68970
2353 Unreviewed fix for a lint error in test_expectations.txt
2355 * platform/chromium/test_expectations.txt:
2357 2011-09-27 Csaba Osztrogonác <ossy@webkit.org>
2359 [Qt] Unreviewed gardening. Add platform specific expected result for new test introduced in r96149.
2361 * platform/qt/fast/multicol/float-paginate-empty-lines-expected.png: Added.
2362 * platform/qt/fast/multicol/float-paginate-empty-lines-expected.txt: Added.
2364 2011-09-27 Shinichiro Hamaji <hamaji@chromium.org>
2366 [Chromium] Layout Test fast/canvas/canvas-composite-transformclip.html is failing
2367 https://bugs.webkit.org/show_bug.cgi?id=68895
2369 Unreviewed rebaseline for skia r2300 roll.
2371 * platform/chromium-cg-mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png: Added.
2372 * platform/chromium-gpu-win/fast/canvas/canvas-composite-expected.png:
2373 * platform/chromium-gpu-win/fast/canvas/canvas-composite-transformclip-expected.png:
2374 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
2375 * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
2376 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
2377 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
2378 * 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.
2379 * platform/chromium/test_expectations.txt:
2381 2011-09-27 Shinichiro Hamaji <hamaji@chromium.org>
2383 Layout Test fast/multicol/float-paginate-empty-lines.html and some svg tests are failing
2384 https://bugs.webkit.org/show_bug.cgi?id=68970
2386 Unreviewed test_expectations.txt update
2388 * platform/chromium/test_expectations.txt:
2390 2011-09-27 Chris Rogers <crogers@google.com>
2392 Add layout test for WaveShaperNode
2393 https://bugs.webkit.org/show_bug.cgi?id=68925
2395 Reviewed by Kenneth Russell.
2397 * webaudio/waveshaper-expected.txt: Added.
2398 * webaudio/waveshaper.html: Added.
2400 2011-09-27 Kentaro Hara <haraken@chromium.com>
2402 Implement a PageTransitionEvent constructor for V8
2403 https://bugs.webkit.org/show_bug.cgi?id=68067
2405 Reviewed by Adam Barth.
2407 Enabled page-transition-event-constructor.html, since now V8 has a PageTransitionEvent constructor.
2409 * platform/chromium/test_expectations.txt:
2411 2011-09-27 Kentaro Hara <haraken@chromium.org>
2413 Implement a MessageEvent constructor for JSC
2414 https://bugs.webkit.org/show_bug.cgi?id=68883
2416 Reviewed by Adam Barth.
2418 message-event-constructor.html checks the behavior of the MessageEvent constructor.
2420 * fast/dom/constructed-objects-prototypes-expected.txt: Now window has MessageEvent.
2421 * fast/events/constructors/message-event-constructor-expected.txt: Added.
2422 * fast/events/constructors/message-event-constructor.html: Added.
2423 * platform/chromium/test_expectations.txt: Skipped message-event-constructor.html, since V8 does not yet have the MessageEvent constructor.
2425 2011-09-27 Eric Uhrhane <ericu@chromium.org>
2427 [Chromium/FileWriter] race condition in FileWriter completion can lead to assert
2428 https://bugs.webkit.org/show_bug.cgi?id=67684
2430 Reviewed by David Levin.
2432 * fast/filesystem/file-writer-abort-continue-expected.txt: Added.
2433 * fast/filesystem/file-writer-abort-continue.html: Added.
2434 * fast/filesystem/file-writer-abort-expected.txt: Added.
2435 * fast/filesystem/file-writer-abort.html: Added.
2436 * fast/filesystem/resources/file-writer-abort-continue.js: Added.
2437 * fast/filesystem/resources/file-writer-abort.js: Added.
2438 * fast/filesystem/resources/file-writer-events.js: Fixed a copy-paste error.
2440 2011-09-27 Tim Horton <timothy_horton@apple.com>
2442 svg/custom/oversized-pattern-scale.svg is useless because the interesting part of the test is off the screen
2443 https://bugs.webkit.org/show_bug.cgi?id=68945
2445 Reviewed by Darin Adler.
2447 Change oversized-pattern-scale so that the interesting part of the pattern is on the screen,
2448 and so that it doesn't draw a scrollbar (making it platform-independent).
2450 Change transformed-pattern-clamp-svg-root so that it doesn't draw a gradient, making it platform-independent.
2452 * svg/custom/oversized-pattern-scale-expected.png:
2453 * svg/custom/oversized-pattern-scale-expected.txt:
2454 * svg/custom/oversized-pattern-scale.svg:
2455 * svg/custom/transformed-pattern-clamp-svg-root-expected.png:
2456 * svg/custom/transformed-pattern-clamp-svg-root-expected.txt:
2457 * svg/custom/transformed-pattern-clamp-svg-root.svg:
2459 2011-09-27 Tony Chang <tony@chromium.org>
2461 http/tests/navigation/anchor-basic.html is flaky on Snow Leopard Release Bot
2462 https://bugs.webkit.org/show_bug.cgi?id=34222
2464 Reviewed by Ryosuke Niwa.
2466 Add waitUntilDone/notifyDone to eliminate flakiness on mac. Without it, the img onload handler
2467 doesn't always run. Also reduce the multipart timeout (should help to unblock other http requests).
2469 * http/tests/multipart/stop-crash-expected.txt:
2470 * http/tests/multipart/stop-crash.html:
2472 2011-09-27 Mihai Parparita <mihaip@chromium.org>
2474 Chromium baselines for fast/multicol/float-paginate-empty-lines.html
2475 after r96149 and 96162.
2477 * platform/chromium-linux/fast/multicol/float-paginate-empty-lines-expected.png: Added.
2478 * platform/chromium-mac/fast/multicol/float-paginate-empty-lines-expected.png: Added.
2479 * platform/chromium-win/fast/multicol/float-paginate-empty-lines-expected.png: Added.
2480 * platform/chromium-win/fast/multicol/float-paginate-empty-lines-expected.txt: Added.
2482 2011-09-27 Kent Tamura <tkent@chromium.org>
2484 [V8] element.dataset.nonExistingKey should return undefined.
2485 https://bugs.webkit.org/show_bug.cgi?id=68877
2487 Reviewed by Nate Chapin.
2489 * fast/dom/dataset-expected.txt: Updated.
2490 * fast/dom/script-tests/dataset.js: Add a test case.
2492 2011-09-27 Mihai Parparita <mihaip@chromium.org>
2494 Chromium rebaseline after r96155.
2496 * platform/chromium-cg-mac/svg/custom/pattern-excessive-malloc-expected.png: Added.
2497 * platform/chromium-linux/svg/custom/oversized-pattern-scale-expected.png: Added.
2498 * platform/chromium-mac/svg/custom/transformed-pattern-clamp-svg-root-expected.png: Added.
2499 * platform/chromium-win/svg/custom/oversized-pattern-scale-expected.png: Added.
2500 * platform/chromium-win/svg/custom/pattern-excessive-malloc-expected.png:
2501 * platform/chromium-win/svg/custom/transformed-pattern-clamp-svg-root-expected.png: Added.
2502 * platform/chromium/svg/custom/oversized-pattern-scale-expected.png: Added.
2503 * platform/mac/svg/custom/pattern-excessive-malloc-expected.txt: Removed.
2504 * platform/qt/svg/custom/pattern-excessive-malloc-expected.txt: Removed.
2506 2011-09-27 David Hyatt <hyatt@apple.com>
2508 https://bugs.webkit.org/show_bug.cgi?id=68940
2510 Narrow the float/lines pagination heuristic to only kick in if
2511 the previous line broke cleanly and if the floats are occurring
2512 at the start of the line.
2514 Reviewed by Dan Bernstein.
2516 * fast/regions/webkit-flow-float-pushed-to-last-region.html:
2517 * platform/mac/fast/multicol/float-paginate-empty-lines-expected.txt: Added.
2518 * platform/mac/fast/regions/webkit-flow-float-pushed-to-last-region-expected.txt:
2520 2011-09-27 James Robinson <jamesr@chromium.org>
2522 Add a mechanism to test for the compositing tree mutated during painting
2523 https://bugs.webkit.org/show_bug.cgi?id=68738
2525 Reviewed by Adam Barth.
2527 Adds a test that caused compositing to be disabled during painting before r95863 due to a video load failing.
2529 * compositing/video/video-with-invalid-source-expected.txt: Added.
2530 * compositing/video/video-with-invalid-source.html: Added.
2532 2011-09-27 Ojan Vafai <ojan@chromium.org>
2534 take padding/border on flexbox into account with direction:rtl
2535 https://bugs.webkit.org/show_bug.cgi?id=68846
2537 Reviewed by David Hyatt.
2539 * css3/flexbox/writing-modes-expected.txt:
2540 * css3/flexbox/writing-modes.html:
2542 2011-09-27 Mihai Parparita <mihaip@chromium.org>
2544 Chromium test expectations update.
2546 Make new fast/canvas/canvas-composite.html GPU expectation more specific,
2547 since on Leopard it was conflicting with an older one.
2549 * platform/chromium/test_expectations.txt:
2551 2011-09-27 Sheriff Bot <webkit.review.bot@gmail.com>
2553 Unreviewed, rolling out r96139.
2554 http://trac.webkit.org/changeset/96139
2555 https://bugs.webkit.org/show_bug.cgi?id=68933
2557 Broke table-percent-height.html on Mac bots (Requested by
2558 mwenge2 on #webkit).
2560 * fast/replaced/table-percent-width-expected.txt: Removed.
2561 * fast/replaced/table-percent-width.html: Removed.
2563 2011-09-27 Mike Reed <reed@google.com>
2565 need to rebseline these once new aa-gdi-text code lands in skia
2566 https://bugs.webkit.org/show_bug.cgi?id=68920
2568 Reviewed by Kenneth Russell.
2570 * platform/chromium/test_expectations.txt:
2572 2011-09-27 Tim Horton <timothy_horton@apple.com>
2574 REGRESSION(65665): Pattern size being clamped to SVG size can prevent transformed elements from being fully covered by userSpaceOnUse patterns
2575 https://bugs.webkit.org/show_bug.cgi?id=67700
2576 <rdar://problem/10125102>
2578 Reviewed by Darin Adler.
2580 pattern-excessive-malloc is so excessive that it runs into the floating point precision barrier
2581 when determining the scale to draw the pattern at; drop the size two orders of magnitude, which is
2582 still very excessive but easier to draw with.
2584 Add a test (transformed-pattern-clamp-svg-root.svg) that ensures that patterns on transformed
2585 elements are displayed correctly, instead of being clamped to the size of the <svg> element.
2587 Add a test (oversized-pattern-scale.svg) that ensures that oversized patterns are correctly drawn
2588 into the pattern tile scaled down and then are scaled back up when drawn to the screen.
2590 * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.png:
2591 * platform/mac/svg/custom/pattern-excessive-malloc-expected.txt:
2592 * platform/qt/svg/custom/pattern-excessive-malloc-expected.txt:
2593 * svg/custom/pattern-excessive-malloc-expected.txt:
2594 * svg/custom/pattern-excessive-malloc.svg:
2595 * svg/custom/oversized-pattern-scale-expected.png: Added.
2596 * svg/custom/oversized-pattern-scale-expected.txt: Added.
2597 * svg/custom/oversized-pattern-scale.svg: Added.
2598 * svg/custom/transformed-pattern-clamp-svg-root.svg: Added.
2599 * svg/custom/transformed-pattern-clamp-svg-root-expected.png: Added.
2600 * svg/custom/transformed-pattern-clamp-svg-root-expected.txt: Added.
2602 2011-09-27 Dan Bernstein <mitz@apple.com>
2604 <rdar://problem/10098679> Assertion failure in RenderLayer::paintPaginatedChildLayer()
2606 Reviewed by Simon Fraser.
2608 * fast/dynamic/layer-no-longer-paginated-expected.txt: Added.
2609 * fast/dynamic/layer-no-longer-paginated.html: Added.
2611 2011-09-27 Ojan Vafai <ojan@chromium.org>
2613 offsetTop/offsetLeft return the wrong values for horizontal-bt/vertical-rl writing modes
2614 https://bugs.webkit.org/show_bug.cgi?id=68304
2616 Reviewed by David Hyatt.
2618 * css3/flexbox/writing-modes-expected.txt:
2619 * css3/flexbox/writing-modes.html:
2620 * fast/dom/offset-position-writing-modes-expected.txt: Added.
2621 * fast/dom/offset-position-writing-modes.html: Added.
2623 2011-09-27 Tim Horton <timothy_horton@apple.com>
2625 Rapidly refreshing a feMorphology[erode] with r=0 can sometimes cause display corruption
2626 https://bugs.webkit.org/show_bug.cgi?id=68816
2627 <rdar://problem/10186468>
2629 Reviewed by Simon Fraser.
2631 Add a test which ensures that a zero-radius feMorphology filter returns cleared memory.
2633 * svg/filters/feMorphology-zero-radius-expected.png: Added.
2634 * svg/filters/feMorphology-zero-radius-expected.txt: Added.
2635 * svg/filters/feMorphology-zero-radius.svg: Added.
2637 2011-09-27 David Hyatt <hyatt@apple.com>
2639 https://bugs.webkit.org/show_bug.cgi?id=68922
2641 Paginated floats should not grow the height of a block when they don't end
2642 up being tied to a line.
2644 Reviewed by Dan Bernstein.
2646 * fast/multicol/float-paginate-empty-lines.html: Added.
2647 * fast/regions/webkit-flow-double-pagination-float-push.html: Added.
2648 * platform/mac/fast/multicol/float-paginate-empty-lines-expected.png: Added.
2649 * platform/mac/fast/regions/webkit-flow-double-pagination-float-push-expected.png: Added.
2650 * platform/mac/fast/regions/webkit-flow-double-pagination-float-push-expected.txt: Added.
2652 2011-09-27 Sheriff Bot <webkit.review.bot@gmail.com>
2654 Unreviewed, rolling out r96131.
2655 http://trac.webkit.org/changeset/96131
2656 https://bugs.webkit.org/show_bug.cgi?id=68927
2658 It made 18+ tests crash on all platform (Requested by
2659 Ossy_night on #webkit).
2661 * fast/js/exception-properties-expected.txt:
2662 * fast/js/script-tests/exception-properties.js:
2663 * fast/js/script-tests/stack-trace.js: Removed.
2664 * fast/js/stack-trace-expected.txt: Removed.
2665 * fast/js/stack-trace.html: Removed.
2666 * platform/chromium/test_expectations.txt:
2668 2011-06-28 Robert Hogan <robert@webkit.org>
2670 Reviewed by David Hyatt.
2672 Replaced elements squeezed when width is specified as percentage inside a table with Auto layout
2673 https://bugs.webkit.org/show_bug.cgi?id=29447
2675 * fast/replaced/table-percent-width.html: Added.
2676 * fast/replaced/table-percent-width-expected.txt: Added.
2678 2011-09-27 Simon Fraser <simon.fraser@apple.com>
2680 https://bugs.webkit.org/show_bug.cgi?id=67858
2682 Roll r96070 back in now that the crash has been fixed in r96130.
2684 * compositing/iframes/repaint-after-losing-scrollbars-expected.png:
2686 2011-09-27 Kaustubh Atrawalkar <kaustubh@motorola.com>
2688 Autofocus on readonly inputs does not focus the element.
2689 https://bugs.webkit.org/show_bug.cgi?id=24092
2691 Reviewed by Ryosuke Niwa.
2693 * fast/forms/autofocus-readonly-attribute-expected.txt: Added.
2694 * fast/forms/autofocus-readonly-attribute.html: Added.
2696 2011-09-27 Mihai Parparita <mihaip@chromium.org>
2698 Remove duplicate of fast/text/international/Geeza-Pro-vertical-metrics-adjustment.html
2699 https://bugs.webkit.org/show_bug.cgi?id=68915
2701 Reviewed by Ryosuke Niwa.
2703 r92496 and r92881 were only trying to move the baselines to
2704 platform/mac-snowleopard/platform/mac/fast, but they also inadvertedly
2705 copied the test itself.
2707 * platform/mac-snowleopard/platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment.html: Removed.
2709 2011-09-27 Juan Carlos Montemayor Elosua <j.mont@me.com>
2711 Implement Error.stack
2712 https://bugs.webkit.org/show_bug.cgi?id=66994
2714 Reviewed by Oliver Hunt.
2716 Unit tests that contain both normal and special cases for stack trace
2719 * fast/js/exception-properties-expected.txt:
2720 * fast/js/script-tests/exception-properties.js:
2721 * fast/js/script-tests/stack-trace.js: Added.
2732 * fast/js/stack-trace-expected.txt: Added.
2733 * fast/js/stack-trace.html: Added.
2734 * platform/chromium/test_expectations.txt:
2736 2011-09-27 Adrienne Walker <enne@google.com>
2738 [Chromium] Layout Test compositing/video-page-visibility.html is failing on GPU linux
2739 https://bugs.webkit.org/show_bug.cgi?id=68882
2741 Unreviewed rebaseline.
2743 * platform/chromium-gpu-linux/compositing/video-page-visibility-expected.png: Added.
2744 * platform/chromium/test_expectations.txt:
2746 2011-09-27 Dominic Mazzoni <dmazzoni@google.com>
2748 AXObjectCache cleared unnecessarily when non-top Document is detached.
2749 https://bugs.webkit.org/show_bug.cgi?id=68636
2751 Reviewed by Chris Fleizach.
2753 * accessibility/deleting-iframe-destroys-axcache.html: Added.
2754 * platform/mac/accessibility/deleting-iframe-destroys-axcache-expected.txt: Added.
2756 2011-09-26 Ryosuke Niwa <rniwa@webkit.org>
2758 dump-as-markup conversion: editing/pasteboard/merge-end-list.html and merge-end-table.html
2759 https://bugs.webkit.org/show_bug.cgi?id=68857
2761 Reviewed by Kent Tamura.
2763 Converted the tests into dump-as-markup tests. Also split each test into two tests.
2765 * editing/pasteboard/merge-end-list-2-expected.txt: Added.
2766 * editing/pasteboard/merge-end-list-2.html: Added.
2767 * editing/pasteboard/merge-end-list-expected.txt: Added.
2768 * editing/pasteboard/merge-end-list.html:
2769 * editing/pasteboard/merge-end-table-2-expected.txt: Added.
2770 * editing/pasteboard/merge-end-table-2.html: Added.
2771 * editing/pasteboard/merge-end-table-expected.txt: Added.
2772 * editing/pasteboard/merge-end-table.html:
2773 * platform/chromium-cg-mac-leopard/editing/pasteboard/merge-end-list-expected.png: Removed.
2774 * platform/chromium-cg-mac-leopard/editing/pasteboard/merge-end-table-expected.png: Removed.
2775 * platform/chromium-cg-mac/editing/pasteboard/merge-end-list-expected.png: Removed.
2776 * platform/chromium-cg-mac/editing/pasteboard/merge-end-table-expected.png: Removed.
2777 * platform/chromium-linux/editing/pasteboard/merge-end-list-expected.png: Removed.
2778 * platform/chromium-linux/editing/pasteboard/merge-end-table-expected.png: Removed.
2779 * platform/chromium-mac/editing/pasteboard/merge-end-list-expected.png: Removed.
2780 * platform/chromium-mac/editing/pasteboard/merge-end-table-expected.png: Removed.
2781 * platform/chromium-win/editing/pasteboard/merge-end-list-expected.png: Removed.
2782 * platform/chromium-win/editing/pasteboard/merge-end-list-expected.txt: Removed.
2783 * platform/chromium-win/editing/pasteboard/merge-end-table-expected.png: Removed.
2784 * platform/chromium-win/editing/pasteboard/merge-end-table-expected.txt: Removed.
2785 * platform/gtk/editing/pasteboard/merge-end-list-expected.png: Removed.
2786 * platform/gtk/editing/pasteboard/merge-end-list-expected.txt: Removed.
2787 * platform/gtk/editing/pasteboard/merge-end-table-expected.png: Removed.
2788 * platform/gtk/editing/pasteboard/merge-end-table-expected.txt: Removed.
2789 * platform/mac-leopard/editing/pasteboard/merge-end-list-expected.png: Removed.
2790 * platform/mac-leopard/editing/pasteboard/merge-end-table-expected.png: Removed.
2791 * platform/mac/editing/pasteboard/merge-end-list-expected.png: Removed.
2792 * platform/mac/editing/pasteboard/merge-end-list-expected.txt: Removed.
2793 * platform/mac/editing/pasteboard/merge-end-table-expected.png: Removed.
2794 * platform/mac/editing/pasteboard/merge-end-table-expected.txt: Removed.
2795 * platform/qt/editing/pasteboard/merge-end-list-expected.png: Removed.
2796 * platform/qt/editing/pasteboard/merge-end-list-expected.txt: Removed.
2797 * platform/qt/editing/pasteboard/merge-end-table-expected.png: Removed.
2798 * platform/qt/editing/pasteboard/merge-end-table-expected.txt: Removed.
2800 2011-09-27 Julien Chaffraix <jchaffraix@webkit.org>
2802 Crash in WebCore::HTMLParser::createHead
2803 https://bugs.webkit.org/show_bug.cgi?id=32426
2805 Reviewed by Darin Adler.
2807 The crash was fixed some time ago but the test was not landed which kept the bug open.
2809 * fast/parser/crash-HTMLParser-createHead.html: Added.
2810 Tweaked the test case as we now throw an exception (DOM Exception 12).
2812 2011-09-27 Julien Chaffraix <jchaffraix@webkit.org>
2814 Crash because CSSPrimitiveValue::computeLengthDouble assumes fontMetrics are available
2815 https://bugs.webkit.org/show_bug.cgi?id=66291
2817 Reviewed by Darin Adler.
2819 * fast/canvas/crash-set-font-expected.txt: Added.
2820 * fast/canvas/crash-set-font.html: Added.
2822 2011-09-27 Ilya Tikhonovsky <loislo@chromium.org>
2824 Unreviewed followupfix for r96110.
2825 This is a small adjustment of the heap size delta calculation.
2827 * inspector/performance/resources/performance-test.js:
2828 (initialize_TimeTracker.InspectorTest.runPerformanceTest.Timer.prototype.done):
2830 2011-09-27 Ilya Tikhonovsky <loislo@chromium.org>
2832 Web Inspector: UI performance: introduce heap size tracking stats.
2833 https://bugs.webkit.org/show_bug.cgi?id=68901
2835 It is interesting how much the heap memory is used by Inspector in order of running the test.
2837 Reviewed by Yury Semikhatsky.
2839 * inspector/performance/resources/network-append-30-requests.html:
2840 * inspector/performance/resources/performance-test.js:
2841 (initialize_TimeTracker.InspectorTest.runPerformanceTest.Timer):
2842 (initialize_TimeTracker.InspectorTest.runPerformanceTest.Timer.prototype._getJSHeapSize):
2843 (initialize_TimeTracker.InspectorTest.runPerformanceTest.Timer.prototype.done):
2844 (initialize_TimeTracker.InspectorTest.runPerformanceTest.Timer.prototype._dump):
2846 2011-09-27 W. James MacLean <wjmaclean@chromium.org>
2848 Layout Test platform/chromium/compositing/zoom-animator-scale-test.html is failing.
2849 https://bugs.webkit.org/show_bug.cgi?id=68852
2851 Rebaseline GPU tests for Mac, Win.
2853 Reviewed by Shinichiro Hamaji.
2855 * platform/chromium-gpu-cg-mac/platform/chromium/compositing/zoom-animator-scale-test-expected.png:
2856 * platform/chromium-gpu-mac/platform/chromium/compositing/zoom-animator-scale-test-expected.png:
2857 * platform/chromium-gpu-win/platform/chromium/compositing/zoom-animator-scale-test-expected.png:
2858 * platform/chromium/test_expectations.txt:
2860 2011-09-27 Ben Wagner <bungeman@chromium.org>
2862 Clipped high quality blur in skia has been fixed. Rebaseline layout tests.
2863 https://bugs.webkit.org/show_bug.cgi?id=68577
2865 Reviewed by Kenneth Russell.
2867 * platform/chromium-linux-x86/fast/box-shadow: Removed.
2868 * platform/chromium-linux/fast/box-shadow/inset-box-shadows-expected.png:
2869 * platform/chromium-mac/fast/box-shadow/inset-box-shadow-radius-expected.png:
2870 * platform/chromium-mac/fast/box-shadow/inset-box-shadows-expected.png:
2871 * platform/chromium-mac/fast/box-shadow/shadow-buffer-partial-expected.png:
2872 * platform/chromium-win/fast/box-shadow/inset-box-shadow-radius-expected.png:
2873 * platform/chromium-win/fast/box-shadow/inset-box-shadows-expected.png:
2874 * platform/chromium-win/fast/box-shadow/shadow-buffer-partial-expected.png:
2875 * platform/chromium/test_expectations.txt:
2877 2011-09-27 Pavel Feldman <pfeldman@google.com>
2879 Web Inspector: split DOM.attributesUpdated into attributeModified and attributeRemoved. Send attribute name and value within the event.
2880 https://bugs.webkit.org/show_bug.cgi?id=68613
2882 Reviewed by Yury Semikhatsky.
2884 * inspector/elements/mutate-unknown-node.html-disabled:
2885 * inspector/elements/set-attribute.html:
2887 2011-09-27 Shinichiro Hamaji <hamaji@chromium.org>
2889 [Chromium] Layout Test fast/canvas/canvas-composite-transformclip.html is failing
2890 https://bugs.webkit.org/show_bug.cgi?id=68895
2892 Unreviewed test_expectations.txt update.
2894 * platform/chromium/test_expectations.txt:
2896 2011-09-27 Sheriff Bot <webkit.review.bot@gmail.com>
2898 Unreviewed, rolling out r96070 and r96075.
2899 http://trac.webkit.org/changeset/96070
2900 http://trac.webkit.org/changeset/96075
2901 https://bugs.webkit.org/show_bug.cgi?id=68893
2903 WK2 tests started crashing after r96070 for SL and Qt
2904 (Requested by torarne on #webkit).
2906 * compositing/iframes/repaint-after-losing-scrollbars-expected.png:
2907 * platform/qt/Skipped:
2909 2011-09-27 Shinichiro Hamaji <hamaji@chromium.org>
2911 [Chromium] Layout Test fast/canvas/webgl/premultiplyalpha-test.html is failing
2912 https://bugs.webkit.org/show_bug.cgi?id=68885
2914 Unreviewed typo fix.
2916 * platform/chromium/test_expectations.txt:
2918 2011-09-21 Pavel Podivilov <podivilov@chromium.org>
2920 Web Inspector: migrate RawSourceCode clients to SourceMapping class.
2921 https://bugs.webkit.org/show_bug.cgi?id=68524
2923 Reviewed by Yury Semikhatsky.
2925 * inspector/debugger/breakpoint-manager.html:
2926 * inspector/debugger/raw-source-code.html:
2928 2011-09-27 Vineet Chaudhary <vineet.chaudhary@motorola.com>
2930 wrap attribute of textarea element cannot be accessed by JavaScript.
2931 https://bugs.webkit.org/show_bug.cgi?id=68592
2933 Reviewed by Kent Tamura.
2935 Added test cases to check accessibility to wrap attribute by JS.
2937 * fast/forms/textarea-wrap-attribute-expected.txt: Added.
2938 * fast/forms/textarea-wrap-attribute.html: Added.
2940 2011-09-27 Shinichiro Hamaji <hamaji@chromium.org>
2942 [Chromium] Layout Test fast compositing/geometry/limit-layer-bounds-transformed-overflow.html is failing
2943 https://bugs.webkit.org/show_bug.cgi?id=68886
2945 Unreviewed test_expectations.txt update.
2947 * platform/chromium/test_expectations.txt:
2949 2011-09-27 Shinichiro Hamaji <hamaji@chromium.org>
2951 [Chromium] Layout Test fast/canvas/webgl/premultiplyalpha-test.html is failing
2952 https://bugs.webkit.org/show_bug.cgi?id=68885
2954 Unreviewed test_expectations.txt update.
2956 * platform/chromium/test_expectations.txt:
2958 2011-09-27 Shinichiro Hamaji <hamaji@chromium.org>
2960 Layout Test platform/chromium/compositing/zoom-animator-scale-test.html is failing
2961 https://bugs.webkit.org/show_bug.cgi?id=68852
2963 Unreviewed test_expectations.txt update. We may need GPU-CG, too.
2965 * platform/chromium/test_expectations.txt:
2967 2011-09-27 Shinichiro Hamaji <hamaji@chromium.org>
2969 [Crhomium] Layout Test compositing/video-page-visibility.html is failing on GPU linux
2970 https://bugs.webkit.org/show_bug.cgi?id=68882
2972 Unreviewed test_expectations.txt update.
2974 * platform/chromium/test_expectations.txt:
2976 2011-09-27 Shinichiro Hamaji <hamaji@chromium.org>
2978 [Crhomium] Layout Test svg/text/selection-(background-color|styles).xhtml is failing
2979 https://bugs.webkit.org/show_bug.cgi?id=68881
2981 Unreviewed test_expectations.txt update.
2983 * platform/chromium/test_expectations.txt:
2985 2011-09-27 Philippe Normand <pnormand@igalia.com>
2987 Unreviewed, GTK gardening
2989 * platform/gtk/Skipped: Skip svg/filters/animate-fill.svg failing
2991 * platform/gtk/test_expectations.txt: Mark
2992 media/video-timeupdate-reverse-play.html as flaky because of bug 67407.
2994 2011-09-27 Shinichiro Hamaji <hamaji@chromium.org>
2996 [Chromium] Layout Test canvas/philip/tests/toDataURL.jpeg.*.html is failing on Mac 10.5 CG
2997 https://bugs.webkit.org/show_bug.cgi?id=68879
2999 Unreviewed test_expectations.txt update.
3001 * platform/chromium/test_expectations.txt:
3003 2011-09-27 Arun Patole <bmf834@motorola.com>
3005 Audio element doesn't emit the 'playing' event every time it starts playing, after it has finished playing.
3006 https://bugs.webkit.org/show_bug.cgi?id=60972
3008 Reviewed by Philippe Normand.
3010 Update media tests as the 'pause' event should be fired
3011 and 'paused' should be set to true at the end of playback.
3013 * media/event-attributes-expected.txt:
3014 * media/event-attributes.html:
3015 * media/media-element-play-after-eos-expected.txt: Added.
3016 * media/media-element-play-after-eos.html: Added.
3017 * media/video-loop-expected.txt:
3019 2011-09-27 Philippe Normand <pnormand@igalia.com>
3021 Unreviewed, GTK gardening.
3023 * platform/gtk/Skipped:
3024 Skip outdated canvas/philip/tests/2d.drawImage.outsidesource.html.
3025 * platform/gtk/test_expectations.txt:
3026 media/video-playing-and-pause.html is flaky.
3028 2011-09-27 Philippe Normand <pnormand@igalia.com>
3030 Unreviewed, GTK rebaseline after r95845, r95897 and r95857.
3032 * platform/gtk/fast/frames/flattening/frameset-flattening-advanced-expected.txt:
3033 * platform/gtk/fast/frames/flattening/frameset-flattening-subframesets-expected.txt:
3034 * platform/gtk/fast/ruby/ruby-text-before-after-content-expected.txt: Added.
3035 * platform/gtk/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
3036 * platform/gtk/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
3038 2011-09-27 Rakesh KN <rakesh.kn@motorola.com>
3040 <input> with autofocus doesn't lose focus when it has a certain onblur listener
3041 https://bugs.webkit.org/show_bug.cgi?id=68513
3043 Reviewed by Kent Tamura.
3045 These changes make sure that an element is focused only once when autofocus attribute is used.
3047 * fast/forms/autofocus-focus-only-once-expected.txt: Added.
3048 * fast/forms/autofocus-focus-only-once.html: Added.
3050 2011-09-27 Renata Hodovan <reni@webkit.org>
3052 [Qt] Add missing test expecteds after r95924.
3054 Unreviewed gardening.
3056 * platform/qt/fast/ruby/ruby-base-merge-block-children-crash-expected.png: Added.
3057 * platform/qt/fast/ruby/ruby-base-merge-block-children-crash-expected.txt: Added.
3059 2011-09-26 Ryosuke Niwa <rniwa@webkit.org>
3061 dump-as-markup conversion: editing/deleting/delete-to-end-of-paragraph.html
3062 https://bugs.webkit.org/show_bug.cgi?id=68865
3064 Reviewed by Kent Tamura.
3068 * editing/deleting/delete-to-end-of-paragraph-expected.txt: Added.
3069 * editing/deleting/delete-to-end-of-paragraph.html:
3070 * platform/chromium-linux/editing/deleting/delete-to-end-of-paragraph-expected.png: Removed.
3071 * platform/chromium-win/editing/deleting/delete-to-end-of-paragraph-expected.png: Removed.
3072 * platform/chromium-win/editing/deleting/delete-to-end-of-paragraph-expected.txt: Removed.
3073 * platform/gtk/editing/deleting/delete-to-end-of-paragraph-expected.txt: Removed.
3074 * platform/mac-leopard/editing/deleting/delete-to-end-of-paragraph-expected.png: Removed.
3075 * platform/mac/editing/deleting/delete-to-end-of-paragraph-expected.png: Removed.
3076 * platform/mac/editing/deleting/delete-to-end-of-paragraph-expected.txt: Removed.
3077 * platform/qt/editing/deleting/delete-to-end-of-paragraph-expected.png: Removed.
3078 * platform/qt/editing/deleting/delete-to-end-of-paragraph-expected.txt: Removed.
3080 2011-09-26 Renata Hodovan <reni@webkit.org>
3082 [Qt] Skip two tests because they are failing after r96070.
3084 Unreviewed gardening.
3086 * platform/qt/Skipped:
3088 2011-09-26 Kentaro Hara <haraken@chromium.org>
3090 Implement PopStateEvent.state with SerializedScriptValue and ScriptValue
3091 https://bugs.webkit.org/show_bug.cgi?id=68345
3093 Reviewed by Adam Barth.
3095 * fast/events/constructors/pop-state-event-constructor-expected.txt:
3096 * fast/events/constructors/pop-state-event-constructor.html: Removed failures and crashes. Added one test case.
3098 2011-09-09 Simon Fraser <simon.fraser@apple.com>
3100 Translucent scrollbars on composited layers render incorrectly
3101 https://bugs.webkit.org/show_bug.cgi?id=58515
3103 Reviewed by Sam Weinig.
3105 Pixel test with translucent scrollbars, to test whether they get
3108 * compositing/scrollbar-painting-expected.png: Added.
3109 * compositing/scrollbar-painting-expected.txt: Added.
3110 * compositing/scrollbar-painting.html: Added.
3112 2011-09-26 Mihai Parparita <mihaip@chromium.org>
3114 Put back all Chromium platform failing expectations for some tests (they
3115 still fail on all platforms on the GPU bots).
3117 * platform/chromium/test_expectations.txt:
3119 2011-09-26 Kentaro Hara <haraken@chromium.org>
3121 Implement a CloseEvent constructor for V8
3122 https://bugs.webkit.org/show_bug.cgi?id=68793
3124 Reviewed by Adam Barth.
3126 Enabled close-event-constructor.html, since now V8 has the CloseEvent constructor.
3128 * platform/chromium/test_expectations.txt:
3130 2011-09-26 Mihai Parparita <mihaip@chromium.org>
3132 Chromium test expectations update.
3134 * platform/chromium/test_expectations.txt:
3136 2011-09-26 Ryosuke Niwa <rniwa@webkit.org>
3138 editing/selection/select-bidi-run.html fails on Chromium Windows and Linux
3139 https://bugs.webkit.org/show_bug.cgi?id=68832
3141 Unreviewed; remove the failing test expectation because it started passing after r96016.
3143 * platform/chromium/test_expectations.txt:
3145 2011-09-26 Ryosuke Niwa <rniwa@webkit.org>
3147 Skip the test added by r95964 on Qt and GTK because it has been failing
3148 on those two platforms. The failure is tracked by the bugs 68854 and 68855.
3150 * platform/gtk/Skipped:
3151 * platform/qt/Skipped:
3153 2011-09-26 Joshua Bell <jsbell@chromium.org>
3155 IndexedDB: Second half of IDBFactory.getDatabaseNames implementation
3156 https://bugs.webkit.org/show_bug.cgi?id=68818
3158 Reviewed by Tony Chang.
3160 Adds ability to enumerate IndexedDB databases within an origin.
3162 * storage/indexeddb/factory-basics-expected.txt: Added.
3163 * storage/indexeddb/factory-basics.html: Added.
3165 2011-09-26 Mihai Parparita <mihaip@chromium.org>
3167 Remove failing Chromium expectations for tests that now pass.
3169 Rebaseline repaint tests for Chromium Snow Leopard CG after r96005.
3171 * platform/chromium-cg-mac/fast/repaint/flexible-box-overflow-expected.png: Added.
3172 * platform/chromium-cg-mac/fast/repaint/flexible-box-overflow-horizontal-expected.png: Added.
3173 * platform/chromium-cg-mac/fast/repaint/inline-block-overflow-expected.png: Added.
3174 * platform/chromium-cg-mac/fast/repaint/layer-child-outline-expected.png: Added.
3175 * platform/chromium-cg-mac/fast/repaint/layer-outline-expected.png: Added.
3176 * platform/chromium-cg-mac/fast/repaint/layer-outline-horizontal-expected.png: Added.
3177 * platform/chromium-cg-mac/fast/repaint/text-shadow-expected.png: Added.
3178 * platform/chromium-cg-mac/fast/repaint/text-shadow-horizontal-expected.png: Added.
3179 * platform/chromium/test_expectations.txt:
3181 2011-09-26 Tim Horton <timothy_horton@apple.com>
3183 <animateColor> applied to filtered ellipse does not update
3184 https://bugs.webkit.org/show_bug.cgi?id=68457
3185 <rdar://problem/10154777>
3187 Reviewed by Darin Adler.
3189 Test that changing the fill on a filtered shape properly invalidates the filtered result.
3191 * svg/filters/animate-fill-expected.png: Added.
3192 * svg/filters/animate-fill-expected.txt: Added.
3193 * svg/filters/animate-fill.svg: Added.
3195 2011-09-26 Mihai Parparita <mihaip@chromium.org>
3197 Remove failing expectations for some ruby tests, since they were
3198 renamed to -disabled with r94327 and thus aren't being run at all.
3200 Add compositing/video-page-visibility.html Windows GPU baselines.
3202 * platform/chromium-gpu-win/compositing/video-page-visibility-expected.png: Added.
3203 * platform/chromium/test_expectations.txt:
3205 2011-09-26 Mihai Parparita <mihaip@chromium.org>
3207 Unreviewed Chromium test expectations update.
3209 * platform/chromium/test_expectations.txt:
3211 2011-09-26 Mihai Parparita <mihaip@chromium.org>
3213 Remove failing Chromium test expectations for tests that now pass
3214 (mainly due to r95751, which implemented Function.prototype.bind for
3215 JSC, resulting in baseline updates that now work for V8 too).
3217 * platform/chromium/test_expectations.txt:
3219 2011-09-26 Max Perepelitsyn <pph34r@gmail.com>
3221 Set but unused variables cleanup in v8 bindings (gcc 4.6)
3222 https://bugs.webkit.org/show_bug.cgi?id=68079
3224 Reviewed by Adam Barth.
3226 * http/tests/websocket/tests/hybi/send-object-tostring-check-expected.txt: Added.
3227 * http/tests/websocket/tests/hybi/send-object-tostring-check.html: Added.
3229 2011-09-26 Tony Chang <tony@chromium.org>
3231 switch the initial value of flex-order to 0
3232 https://bugs.webkit.org/show_bug.cgi?id=68820
3234 Reviewed by Ojan Vafai.
3236 * css3/flexbox/flex-order.html:
3238 2011-09-26 Chris Marrin <cmarrin@apple.com>
3240 Enable requestAnimationFrame on Windows
3241 https://bugs.webkit.org/show_bug.cgi?id=68397
3243 Reviewed by Simon Fraser.
3245 Unskip requestAnimationFrame tests for Windows. request-animation-frame-during-modal.html
3246 is still skipped because it uses showModalDialog which is not supported in DRT on Windows
3248 * platform/win/Skipped:
3250 2011-09-26 Ryosuke Niwa <rniwa@webkit.org>
3252 editing/selection/select-bidi-run.html timeouts on non-Mac platforms
3253 https://bugs.webkit.org/show_bug.cgi?id=68831
3255 Reviewed by Enrica Casucci.
3257 Click at (0,0) to reset click count instead of a long leapForward.
3259 * editing/selection/select-bidi-run.html:
3261 2011-09-26 Kenji Imasaki <imasaki@chromium.org>
3263 [Chromium] Update the test expectaion file for media related tests.
3264 It includes updating bug numbers, removing
3265 media/video-controls-visible-audio-only.html, and unskipping
3266 media/media-document-audio-repaint.html.
3267 https://bugs.webkit.org/show_bug.cgi?id=68254
3269 Reviewed by David Levin.
3271 * platform/chromium/test_expectations.txt:
3273 2011-09-26 Mihai Parparita <mihaip@chromium.org>
3275 Remove test that no longer crashes (fixed by r95985).
3277 * platform/chromium/test_expectations.txt:
3279 2011-09-26 Mike Reed <reed@google.com>
3281 [skia] need rebaseline after the next skia roll -- improvements to xfermodes on gpu
3282 https://bugs.webkit.org/show_bug.cgi?id=68807
3284 Reviewed by Stephen White.
3286 * platform/chromium/test_expectations.txt:
3288 2011-09-26 Simon Fraser <simon.fraser@apple.com>
3290 Repaint tests don't work in WebKit2
3291 https://bugs.webkit.org/show_bug.cgi?id=68453
3293 Reviewed by Sam Weinig.
3295 Update Mac results to use the new repaint rects. Differences from old results:
3296 * There are no longer invalidates from scrolling.
3297 * We no longer see the effects of AppKit rect coalescing.
3298 * Composting tests show the overlay now, but repaints in compositing layers do not show.
3300 Bad results in a couple of tests are covered by bugs 68830 and 68829.
3302 * platform/mac/fast/repaint/4774354-expected.png:
3303 * platform/mac/fast/repaint/block-layout-inline-children-float-positioned-expected.png:
3304 * platform/mac/fast/repaint/block-selection-gap-in-composited-layer-expected.png:
3305 * platform/mac/fast/repaint/border-radius-repaint-expected.png:
3306 * platform/mac/fast/repaint/clipped-relative-expected.png:
3307 * platform/mac/fast/repaint/containing-block-position-change-expected.png:
3308 * platform/mac/fast/repaint/control-clip-expected.png:
3309 * platform/mac/fast/repaint/delete-into-nested-block-expected.png:
3310 * platform/mac/fast/repaint/fixed-and-absolute-position-scrolled-expected.png:
3311 * platform/mac/fast/repaint/fixed-scroll-simple-expected.png:
3312 * platform/mac/fast/repaint/flexible-box-overflow-expected.png:
3313 * platform/mac/fast/repaint/flexible-box-overflow-horizontal-expected.png:
3314 * platform/mac/fast/repaint/float-move-during-layout-expected.png:
3315 * platform/mac/fast/repaint/float-overflow-expected.png:
3316 * platform/mac/fast/repaint/float-overflow-right-expected.png:
3317 * platform/mac/fast/repaint/iframe-scroll-repaint-expected.png:
3318 * platform/mac/fast/repaint/inline-block-overflow-expected.png:
3319 * platform/mac/fast/repaint/japanese-rl-selection-repaint-expected.png:
3320 * platform/mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
3321 * platform/mac/fast/repaint/layer-child-outline-expected.png:
3322 * platform/mac/fast/repaint/layer-outline-expected.png:
3323 * platform/mac/fast/repaint/layer-outline-horizontal-expected.png:
3324 * platform/mac/fast/repaint/line-flow-with-floats-in-regions-expected.png:
3325 * platform/mac/fast/repaint/line-overflow-expected.png:
3326 * platform/mac/fast/repaint/nested-iframe-scroll-inner-expected.png:
3327 * platform/mac/fast/repaint/nested-iframe-scroll-outer-expected.png:
3328 * platform/mac/fast/repaint/outline-child-repaint-expected.png:
3329 * platform/mac/fast/repaint/outline-shrinking-expected.png:
3330 * platform/mac/fast/repaint/overflow-delete-line-expected.png:
3331 * platform/mac/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.png:
3332 * platform/mac/fast/repaint/repaint-during-scroll-expected.png:
3333 * platform/mac/fast/repaint/scale-page-shrink-expected.png:
3334 * platform/mac/fast/repaint/search-field-cancel-expected.png:
3335 * platform/mac/fast/repaint/selection-after-remove-expected.png:
3336 * platform/mac/fast/repaint/shadow-multiple-horizontal-expected.png:
3337 * platform/mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
3338 * platform/mac/fast/repaint/shadow-multiple-strict-vertical-expected.png:
3339 * platform/mac/fast/repaint/shadow-multiple-vertical-expected.png:
3340 * platform/mac/fast/repaint/static-to-positioned-expected.png:
3341 * platform/mac/fast/repaint/table-cell-move-expected.png:
3342 * platform/mac/fast/repaint/text-selection-rect-in-overflow-2-expected.png:
3343 * platform/mac/fast/repaint/text-shadow-expected.png:
3344 * platform/mac/fast/repaint/text-shadow-horizontal-expected.png:
3346 2011-09-26 John Bauman <jbauman@chromium.org>
3348 Fix nonpremultiplied webgl toDataURL to jpeg
3349 https://bugs.webkit.org/show_bug.cgi?id=68366
3351 Update the premultiplyalpha-test from the WebGL conformance tests.
3352 Also use the correct expected result for toDataURL.jpeg.alpha.html.
3354 Reviewed by Kenneth Russell.
3356 * fast/canvas/webgl/premultiplyalpha-test-expected.txt:
3357 * fast/canvas/webgl/premultiplyalpha-test.html:
3358 * platform/mac/canvas/philip/tests/toDataURL.jpeg.alpha-expected.txt:
3360 2011-09-26 Ryosuke Niwa <rniwa@webkit.org>
3362 Add a failing expectation to the test added by r95964 on Chromium Linux and Chromium Windows.
3363 The failure is tracked by the bug 68832.
3365 * platform/chromium/test_expectations.txt:
3367 2011-09-26 W. James MacLean <wjmaclean@chromium.org>
3369 [chromium] Revise zoom animator backend to use full transform instead of just scale.
3370 https://bugs.webkit.org/show_bug.cgi?id=68535
3372 Reviewed by Kenneth Russell.
3374 * platform/chromium-gpu-linux/platform/chromium/compositing/zoom-animator-scale-test-expected.png: Added.
3375 * platform/chromium/compositing/zoom-animator-scale-test.html:
3377 2011-09-26 Mihai Parparita <mihaip@chromium.org>
3379 Layout Test fast/animation/request-animation-frame-timestamps-advance.html is failing
3380 https://bugs.webkit.org/show_bug.cgi?id=68821
3382 Switch test to use finishJSTest(), which handles js-test-post.js loading
3383 after the test is complete better.
3385 * fast/animation/request-animation-frame-timestamps-advance.html:
3386 * fast/animation/script-tests/request-animation-frame-timestamps-advance.js:
3387 (window.webkitRequestAnimationFrame):
3388 * platform/chromium/test_expectations.txt:
3390 2011-09-26 Mihai Parparita <mihaip@chromium.org>
3392 Rebaseline fast/dom/Window/window-resize-contents.html for non-Chromium ports.
3394 Previous expected result was Chromium-specific because console line
3395 numbers were different in JSC.
3397 Additionally, the test doesn't behave as expected for non-Chromium
3398 ports (window size remains at 800x600). Update the baselines to use
3399 that for now, so that we're still aware of regressions/progressions.
3401 * fast/dom/Window/window-resize-contents-expected.txt:
3402 * platform/chromium/fast/dom/Window/window-resize-contents-expected.txt: Copied from LayoutTests/fast/dom/Window/window-resize-contents-expected.txt.
3404 2011-09-26 Mihai Parparita <mihaip@chromium.org>
3406 Unreviewed, rolling out r95960.
3407 http://trac.webkit.org/changeset/95960
3408 https://bugs.webkit.org/show_bug.cgi?id=58608
3410 Significantly changes table border rendering
3412 * fast/borders/border-groove-expected.png: Removed.
3413 * fast/borders/border-groove-expected.txt: Removed.
3414 * fast/borders/border-groove.html: Removed.
3415 * fast/borders/border-inset-expected.png: Removed.
3416 * fast/borders/border-inset-expected.txt: Removed.
3417 * fast/borders/border-inset.html: Removed.
3418 * fast/borders/border-outset-expected.png: Removed.
3419 * fast/borders/border-outset-expected.txt: Removed.
3420 * fast/borders/border-outset.html: Removed.
3421 * fast/borders/border-ridge-expected.png: Removed.
3422 * fast/borders/border-ridge-expected.txt: Removed.
3423 * fast/borders/border-ridge.html: Removed.
3425 2011-09-26 Mihai Parparita <mihaip@chromium.org>
3427 Chromium test expectations update.
3429 * platform/chromium/test_expectations.txt:
3431 2011-09-12 Ryosuke Niwa <rniwa@webkit.org>
3433 REGRESSION(r74971): Selection doesn't work correctly in BiDi Text
3434 https://bugs.webkit.org/show_bug.cgi?id=57340
3436 Reviewed by Eric Seidel.
3438 * editing/selection/select-bidi-run-expected.txt: Added.
3439 * editing/selection/select-bidi-run.html: Added.
3441 2011-09-26 Csaba Osztrogonác <ossy@webkit.org>
3443 [Qt] Unreviewed gardening.
3445 * platform/qt/fast/dom/Window/window-resize-contents-expected.png: Added after r95897.
3446 * platform/qt/fast/dom/Window/window-resize-contents-expected.txt: Added after r95897.
3447 * platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.png: Updated after r95897.
3448 * platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.txt: Updated after r95897.
3449 * platform/qt/fast/frames/flattening/frameset-flattening-subframesets-expected.png: Updated after r95897.
3450 * platform/qt/fast/frames/flattening/frameset-flattening-subframesets-expected.txt: Updated after r95897.
3451 * platform/qt/fast/ruby/ruby-text-before-after-content-expected.png: Added after r95857.
3452 * platform/qt/fast/ruby/ruby-text-before-after-content-expected.txt: Added after r95857.
3454 2011-09-26 Antaryami Pandia <antaryami.pandia@motorola.com>
3456 Groove/inset/outset borders show solid if the color is black.
3457 https://bugs.webkit.org/show_bug.cgi?id=58608
3459 Reviewed by Simon Fraser.
3461 * fast/borders/border-groove-expected.png: Added.
3462 * fast/borders/border-groove-expected.txt: Added.
3463 * fast/borders/border-groove.html: Added.
3464 * fast/borders/border-inset-expected.png: Added.
3465 * fast/borders/border-inset-expected.txt: Added.
3466 * fast/borders/border-inset.html: Added.
3467 * fast/borders/border-outset-expected.png: Added.
3468 * fast/borders/border-outset-expected.txt: Added.
3469 * fast/borders/border-outset.html: Added.
3470 * fast/borders/border-ridge-expected.png: Added.
3471 * fast/borders/border-ridge-expected.txt: Added.
3472 * fast/borders/border-ridge.html: Added.
3474 2011-09-26 Abhishek Arya <inferno@chromium.org>
3476 Delete retired custom font data only on document
3477 destruction, and not on recalc style.
3478 https://bugs.webkit.org/show_bug.cgi?id=68805
3480 Reviewed by Dave Hyatt.
3482 * fast/text/custom-font-data-crash-expected.txt: Added.
3483 * fast/text/custom-font-data-crash.html: Added.
3485 2011-09-23 Adrienne Walker <enne@google.com>
3487 [chromium] Update VideoLayerChromium textures after texture resources are reclaimed
3488 https://bugs.webkit.org/show_bug.cgi?id=68742
3490 Reviewed by James Robinson.
3492 Without this patch, this video texture is invalid.
3494 * compositing/video-page-visibility-expected.png: Added.
3495 * compositing/video-page-visibility-expected.txt: Added.
3496 * compositing/video-page-visibility.html: Added.
3498 2011-09-26 Ilya Tikhonovsky <loislo@chromium.org>
3500 Web Inspector: generic performance UI test for panel switch.
3501 https://bugs.webkit.org/show_bug.cgi?id=68806
3503 Reviewed by Pavel Feldman.
3505 * inspector/performance/resources/show-panel-elements.html: Removed.
3506 * inspector/performance/resources/show-panel-network.html: Removed.
3507 * inspector/performance/resources/show-panel.html: Added.
3509 2011-09-26 Zsolt Fehér <feherzs@inf.u-szeged.hu>
3511 Unreviewed Qt gardening.
3512 https://bugs.webkit.org/show_bug.cgi?id=68796
3514 * platform/qt/Skipped:
3516 2011-09-26 Zsolt Fehér <feherzs@inf.u-szeged.hu>
3518 Unreviewed Qt gardening.
3519 https://bugs.webkit.org/show_bug.cgi?id=51639
3521 * platform/qt/Skipped:
3523 2011-09-26 Andrey Kosyakov <caseq@chromium.org>
3525 Web Inspector: [Extensions API] allow resources to hook on click on resource links
3526 https://bugs.webkit.org/show_bug.cgi?id=68528
3528 Reviewed by Yury Semikhatsky.
3530 * http/tests/inspector/extensions-test.js:
3531 (initialize_ExtensionsTest.InspectorTest.runExtensionTests):
3532 (initialize_ExtensionsTest):
3533 * inspector/extensions/extensions-api-expected.txt:
3534 * inspector/extensions/extensions-resources-expected.txt:
3535 * inspector/extensions/extensions-resources.html:
3537 2011-09-23 Ilya Tikhonovsky <loislo@chromium.org>
3539 Web Inspector: Timeline: record root event for the function calls enforced by console eval.
3540 https://bugs.webkit.org/show_bug.cgi?id=68695
3542 In a complex web application developer might want to timeline a specific piece of code.
3544 In this case he can do the next steps:
3546 2) eval a command in console;
3549 I think it'd be nice to have a root event for the all the events that happened as the result of such eval.
3551 Reviewed by Yury Semikhatsky.
3553 * inspector/timeline/timeline-injected-script-eval-expected.txt: Added.
3554 * inspector/timeline/timeline-injected-script-eval.html: Added.
3555 * platform/chromium/inspector/timeline/timeline-injected-script-eval-expected.txt: Added.
3556 * platform/chromium/inspector/timeline/timeline-receive-response-event-expected.txt:
3558 2011-09-26 James Robinson <jamesr@chromium.org>
3560 [mac] Timestamp parameter to requestAnimationFrame is busted in USE(REQUEST_ANIMATION_FRAME_TIMER) path
3561 https://bugs.webkit.org/show_bug.cgi?id=68769
3563 Reviewed by Simon Fraser.
3565 Adds a test that the timestamp parameter to the requestAnimationFrame callback advances between calls.
3567 * fast/animation/request-animation-frame-timestamps-advance-expected.txt: Added.
3568 * fast/animation/request-animation-frame-timestamps-advance.html: Added.
3569 * fast/animation/script-tests/request-animation-frame-timestamps-advance.js: Copied from LayoutTests/fast/animation/script-tests/request-animation-frame-timestamps.js.
3571 (window.webkitRequestAnimationFrame):
3572 * fast/animation/script-tests/request-animation-frame-timestamps.js:
3573 Remove the element parameter, they aren't a useful part of the test.
3575 2011-09-25 Kentaro Hara <haraken@chromium.org>
3577 Implement a CloseEvent constructor for JSC
3578 https://bugs.webkit.org/show_bug.cgi?id=68340
3580 Reviewed by Oliver Hunt.
3582 * fast/dom/constructed-objects-prototypes-expected.txt: Now window has CloseEvent.
3583 * fast/events/constructors/close-event-constructor-expected.txt: Added.
3584 * fast/events/constructors/close-event-constructor.html: Added.
3585 * platform/chromium/test_expectations.txt: Skipped close-event-constructor.html, since V8 does not yet have the CloseEvent constructor.
3587 2011-09-25 Dan Bernstein <mitz@apple.com>
3589 <rdar://problem/10156263> ASSERT in WebCore::FrameView::scheduleRelayoutOfSubtree
3591 Reviewed by Sam Weinig.
3593 * fast/dynamic/subtree-unrooted-expected.txt: Added.
3594 * fast/dynamic/subtree-unrooted.html: Added.
3596 2011-09-24 Abhishek Arya <inferno@chromium.org>
3598 Issues with merging block children of a ruby
3599 base with another ruby base having inline children.
3600 https://bugs.webkit.org/show_bug.cgi?id=66124
3602 Reviewed by Dan Bernstein.
3604 * fast/ruby/ruby-base-merge-block-children-crash.html: Added.
3605 * platform/mac/fast/ruby/ruby-base-merge-block-children-crash-expected.txt: Added.
3607 2011-09-25 Philippe Normand <pnormand@igalia.com>
3609 Unreviewed, remove fast/workers/storage/interrupt-database.html
3610 from GTK test_expectations since it's been skipped in r95809.
3612 * platform/gtk/test_expectations.txt:
3614 2011-09-24 Mihai Parparita <mihaip@chromium.org>
3616 Remove Chromium failing expectations for WCSS tests now that they're
3617 been removed with r95911.
3619 * platform/chromium/test_expectations.txt:
3621 2011-09-24 Mihai Parparita <mihaip@chromium.org>
3623 Mark an svg/ test as slow, and remove incorrect baselines for another.
3625 * platform/chromium-cg-mac-leopard/fast/ruby/ruby-text-before-after-content-expected.txt: Removed.
3626 * platform/chromium/test_expectations.txt:
3628 2011-09-24 Geoffrey Garen <ggaren@apple.com>
3630 Allocate new objects unmarked
3631 https://bugs.webkit.org/show_bug.cgi?id=68764
3633 Reviewed by Oliver Hunt.
3635 Made this flaky test less flaky. (Just enough to make my patch not fail.)
3637 * fast/dom/gc-10.html: Count objects immediately after GC to get an
3638 exact count. Call 'reload' a few times to improve test coverage. Preload
3639 properties in case they're lazily instantiated, which would change
3640 object count numbers. Also, use the 'var' keyword like a good little
3643 2011-09-24 Adam Barth <abarth@webkit.org>
3645 Remove ENABLE(WCSS) and associated code
3646 https://bugs.webkit.org/show_bug.cgi?id=68759
3648 Reviewed by Darin Adler.
3650 * fast/wcss: Removed.
3651 * fast/wcss/wap-input-format-expected.txt: Removed.
3652 * fast/wcss/wap-input-format.xhtml: Removed.
3653 * fast/wcss/wap-input-required-expected.txt: Removed.
3654 * fast/wcss/wap-input-required.xhtml: Removed.
3656 2011-09-24 Dan Bernstein <mitz@apple.com>
3658 Added Snow Leopard-specific expected results.
3660 * platform/mac-snowleopard/platform/mac/fast/text/combining-character-sequence-fallback-expected.txt: Added.
3662 2011-09-24 Young Han Lee <joybro@company100.net>
3664 SVGAnimation does not support 'values' for from-to animations
3665 https://bugs.webkit.org/show_bug.cgi?id=64859
3667 Reviewed by Dirk Schulze.
3669 If from-to animation have discrete calc-mode and have a 'keyTimes' list, values of
3670 the keyTimes indicate the begin and the end of the animation respectively.[1][2]
3672 When keyTimes is given, calculate the progress percentage of the animation with it
3673 even for from-to animation.
3675 [1] http://www.w3.org/TR/SVG/animate.html#ValueAttributes
3676 [2] http://www.w3.org/TR/2001/REC-smil-animation-20010904/#AnimFuncValues
3678 * svg/animations/animate-from-to-keyTimes-expected.txt: Added.
3679 * svg/animations/animate-from-to-keyTimes.html: Added.
3680 * svg/animations/script-tests/animate-from-to-keyTimes.js: Added.
3685 2011-09-23 Chris Fleizach <cfleizach@apple.com>
3687 WebKit does not expose AXPlaceholder value on password fields
3688 https://bugs.webkit.org/show_bug.cgi?id=68745
3690 Reviewed by Oliver Hunt.
3692 * accessibility/placeholder-expected.txt:
3693 * accessibility/placeholder.html:
3695 2011-09-23 Justin Novosad <junov@chromium.org>
3697 Unwarranted DOM Exception when canvas2D drawImage is called with src
3698 rect is out of bounds
3699 https://bugs.webkit.org/show_bug.cgi?id=65709
3701 Reviewed by Oliver Hunt.
3703 * fast/canvas/drawImage-with-invalid-args-expected.txt:
3704 * fast/canvas/drawImage-with-invalid-args.html:
3705 This test covers (among other things) cases where the source rectangle is
3706 _completely_ outside the bounds of the source image. It was modified to no
3707 longer expect DOM exceptions
3708 * platform/chromium/test_expectations.txt:
3709 Out-dated test canvas/philip/tests/2d.drawImage.outsidesource.html
3710 is now expected to fail
3711 * platform/mac/Skipped:
3712 Skipping canvas/philip/tests/2d.drawImage.outsidesource.html
3714 2011-09-23 Mihai Parparita <mihaip@chromium.org>
3716 [Chromium] REGRESSION (r95725): Resizing a window doesn't resize the contents
3717 https://bugs.webkit.org/show_bug.cgi?id=68730
3719 Reviewed by James Robinson.
3721 Test for resizing of the window triggering resizing of contents.
3723 * fast/dom/Window/window-resize-contents-expected.txt: Added.
3724 * fast/dom/Window/window-resize-contents.html: Added.
3726 2011-09-23 Mihai Parparita <mihaip@chromium.org>
3728 Rebaseline fast/ruby/ruby-text-before-after-content.html for Chromium Mac.
3730 Mark media/controls-right-click-on-timebar.html as flaky.
3732 * platform/chromium-cg-mac-leopard/fast/ruby/ruby-text-before-after-content-expected.png: Added.
3733 * platform/chromium-cg-mac-leopard/fast/ruby/ruby-text-before-after-content-expected.txt: Added.
3734 * platform/chromium-mac/fast/ruby/ruby-text-before-after-content-expected.png: Added.
3735 * platform/chromium/test_expectations.txt:
3737 2011-09-23 Varun Jain <varunjain@google.com>
3739 Refactor WebViewImpl::scrollFocusedNodeIntoRect to a better place and add tests
3740 https://bugs.webkit.org/show_bug.cgi?id=68198
3742 Reviewed by Dimitri Glazkov.
3744 * fast/dom/scroll-element-to-rect-centered-expected.txt: Added.
3745 * fast/dom/scroll-element-to-rect-centered.html: Added.
3746 * fast/dom/scroll-element-to-rect-expected.txt: Added.
3747 * fast/dom/scroll-element-to-rect.html: Added.
3749 2011-09-23 Dean Jackson <dino@apple.com>
3751 Add -webkit-filter to CSSPropertyNames
3752 https://bugs.webkit.org/show_bug.cgi?id=68675
3754 Reviewed by Simon Fraser.
3756 New test for rudimentary parsing of -webkit-filter.
3757 Since currently only the Apple port enables the
3758 feature, add this new test to the platform skip lists
3759 for GTK, QT and Chromium.
3761 * css3/filters/filter-property-expected.txt: Added.
3762 * css3/filters/filter-property.html: Added.
3763 * css3/filters/script-tests/TEMPLATE.html: Added.
3764 * css3/filters/script-tests/filter-property.js: Added.
3765 * platform/chromium/test_expectations.txt:
3766 * platform/gtk/Skipped:
3767 * platform/qt/Skipped:
3769 2011-09-23 Jay Soffian <jaysoffian@gmail.com>
3771 chrome.dll!WebCore::ApplyStyleCommand::applyBlockStyle ReadAV@NULL (64db547804532a84be2e53721e499e9e)
3772 https://bugs.webkit.org/show_bug.cgi?id=51639
3774 Reviewed by Tony Chang.
3776 Add repro for a crash inside WebCore::ApplyStyleCommand::applyBlockStyle. Fixed by r94840.
3778 * editing/style/justify-without-enclosing-block-expected.txt: Added.
3779 * editing/style/justify-without-enclosing-block.xhtml: Added.
3781 2011-09-23 Adam Barth <abarth@webkit.org>
3785 * platform/chromium/test_expectations.txt:
3787 2011-09-23 Tom Sepez <tsepez@chromium.org>
3789 Add a few more possiblities to the test cases for xss denial.
3790 https://bugs.webkit.org/show_bug.cgi?id=47120
3792 Reviewed by Adam Barth.
3794 * http/tests/security/xss-DENIED-document-baseURI-javascript-with-spaces-expected.txt: Added.
3795 * http/tests/security/xss-DENIED-document-baseURI-javascript-with-spaces.html: Added.
3796 * http/tests/security/xss-DENIED-window-open-javascript-url-with-spaces-expected.txt: Added.
3797 * http/tests/security/xss-DENIED-window-open-javascript-url-with-spaces.html: Added.
3799 2011-09-23 Chang Shu <cshu@webkit.org>
3801 [WK2] [Qt] Implement MouseDown/MouseUp/MouseMoveTo functions for WebKit2 EventSender
3802 https://bugs.webkit.org/show_bug.cgi?id=68556
3804 Implement the MouseDown/MouseUp/MouseMoveTo functions on Qt platform.
3806 Unskip passed tests.
3808 Reviewed by Darin Adler.
3810 * platform/qt-wk2/Skipped:
3814 Strict mode does not work in non-trivial nested functions.
3815 https://bugs.webkit.org/show_bug.cgi?id=68740
3817 Reviewed by Oliver Hunt.
3819 Function-info caching does not preserve all state that it should.
3821 * fast/js/nested-functions-expected.txt: Added.
3822 * fast/js/nested-functions.html: Added.
3823 * fast/js/script-tests/nested-functions.js: Added.
3829 2011-09-23 Dan Bernstein <mitz@apple.com>
3831 <rdar://problem/10178576> REGRESSION (r95391): Crash in -[WebCascadeList objectAtIndex:] when a font-family list contains missing fonts
3832 https://bugs.webkit.org/show_bug.cgi?id=68737
3834 Reviewed by Darin Adler.
3836 * fast/text/combining-character-sequence-fallback-crash-expected.txt: Added.
3837 * fast/text/combining-character-sequence-fallback-crash.html: Added.
3839 2011-09-23 David Reveman <reveman@chromium.org>
3841 [Chromium] Fix CSS 3D corner anti-aliasing.
3842 https://bugs.webkit.org/show_bug.cgi?id=68087
3844 Reviewed by James Robinson.
3846 Add a test to check sharp corner rendering of CSS 3D transformed
3849 * platform/chromium-gpu-linux/compositing/flat-with-transformed-child-expected.checksum: Removed.
3850 * platform/chromium-gpu-linux/compositing/flat-with-transformed-child-expected.png: Added.
3851 * platform/chromium-gpu-linux/platform/chromium/compositing/3d-corners-expected.png: Added.
3852 * platform/chromium-gpu-linux/platform/chromium/compositing/backface-visibility-transformed-expected.png:
3853 * platform/chromium-gpu-linux/platform/chromium/compositing/perpendicular-layer-sorting-expected.png:
3854 * platform/chromium/compositing/3d-corners-expected.txt: Added.
3855 * platform/chromium/compositing/3d-corners.html: Added.
3856 * platform/chromium/test_expectations.txt:
3858 2011-09-23 Mihai Parparita <mihaip@chromium.org>
3860 Add failing expectations for tests added by r95852.
3862 * platform/chromium/test_expectations.txt:
3864 2011-09-23 Gavin Barraclough <barraclough@apple.com>
3866 Updating now-passing Layout test.
3868 Rubber stamped by geoff garen
3870 * fast/js/Object-getOwnPropertyNames-expected.txt:
3871 * fast/js/script-tests/Object-getOwnPropertyNames.js:
3873 2011-09-23 Abhishek Arya <inferno@chromium.org>
3875 Unreviewed. Chromium rebaselines for r95857.
3877 * platform/chromium-linux/fast/ruby/ruby-text-before-after-content-expected.png: Added.
3878 * platform/chromium-win/fast/ruby/ruby-text-before-after-content-expected.png: Added.
3879 * platform/chromium-win/fast/ruby/ruby-text-before-after-content-expected.txt: Added.
3881 2011-09-23 Ojan Vafai <ojan@chromium.org>
3883 remove physical flex-flow values to match the updated spec
3884 https://bugs.webkit.org/show_bug.cgi?id=68728
3886 Reviewed by Tony Chang.
3888 * css3/flexbox/css-properties-expected.txt:
3889 * css3/flexbox/script-tests/css-properties.js:
3891 2011-09-23 Abhishek Arya <inferno@chromium.org>
3893 Style not updated for :before, :after content
3895 https://bugs.webkit.org/show_bug.cgi?id=68625
3897 Reviewed by Dave Hyatt.
3899 * fast/ruby/ruby-text-before-after-content-expected.png: Added.
3900 * fast/ruby/ruby-text-before-after-content-expected.txt: Added.
3901 * fast/ruby/ruby-text-before-after-content.html: Added.
3903 2011-09-23 David Hyatt <hyatt@apple.com>
3905 https://bugs.webkit.org/show_bug.cgi?id=68719
3907 Push through multiple regions when an object doesn't fit in any of them. Unlike with pages and
3908 columns, when regions have a non-uniform height, we may need to push through multiple regions
3909 in order to find one that fits.
3911 Added an optimization for quickly noticing if regions do have a uniform height so that we can
3912 treat them like columns and pages if so.
3914 Also fixed the end line matchup to properly null out endLine when no next line box exists. The new
3915 layout tests I wrote to cover this feature exposed this crasher, so fixing it in order to land
3918 Reviewed by Anders Carlsson.
3920 * fast/regions/webkit-flow-float-pushed-to-last-region.html: Added.
3921 * fast/regions/webkit-flow-float-unable-to-push.html: Added.
3922 * platform/mac/fast/regions/webkit-flow-float-pushed-to-last-region-expected.png: Added.
3923 * platform/mac/fast/regions/webkit-flow-float-pushed-to-last-region-expected.txt: Added.
3924 * platform/mac/fast/regions/webkit-flow-float-unable-to-push-expected.png: Added.
3925 * platform/mac/fast/regions/webkit-flow-float-unable-to-push-expected.txt: Added.
3927 2011-09-23 Konstantin Scheglov <scheglov@google.com>
3929 Redrawing dirty parts of a large table is very slow
3930 https://bugs.webkit.org/show_bug.cgi?id=64546
3932 Reviewed by David Hyatt.
3934 Tests for invalidating collapsed borders cache.
3936 * fast/table/border-collapsing/cached-cell-append-expected.png: Added.
3937 * fast/table/border-collapsing/cached-cell-append-expected.txt: Added.
3938 * fast/table/border-collapsing/cached-cell-append.html: Added.
3939 * fast/table/border-collapsing/cached-cell-remove-expected.png: Added.
3940 * fast/table/border-collapsing/cached-cell-remove-expected.txt: Added.
3941 * fast/table/border-collapsing/cached-cell-remove.html: Added.
3942 * fast/table/border-collapsing/cached-change-cell-border-color-expected.png: Added.
3943 * fast/table/border-collapsing/cached-change-cell-border-color-expected.txt: Added.
3944 * fast/table/border-collapsing/cached-change-cell-border-color.html: Added.
3945 * fast/table/border-collapsing/cached-change-cell-border-width-expected.png: Added.
3946 * fast/table/border-collapsing/cached-change-cell-border-width-expected.txt: Added.
3947 * fast/table/border-collapsing/cached-change-cell-border-width.html: Added.
3948 * fast/table/border-collapsing/cached-change-col-border-color-expected.png: Added.
3949 * fast/table/border-collapsing/cached-change-col-border-color-expected.txt: Added.
3950 * fast/table/border-collapsing/cached-change-col-border-color.html: Added.
3951 * fast/table/border-collapsing/cached-change-col-border-width-expected.png: Added.
3952 * fast/table/border-collapsing/cached-change-col-border-width-expected.txt: Added.
3953 * fast/table/border-collapsing/cached-change-col-border-width.html: Added.
3954 * fast/table/border-collapsing/cached-change-colgroup-border-color-expected.png: Added.
3955 * fast/table/border-collapsing/cached-change-colgroup-border-color-expected.txt: Added.
3956 * fast/table/border-collapsing/cached-change-colgroup-border-color.html: Added.
3957 * fast/table/border-collapsing/cached-change-colgroup-border-width-expected.png: Added.
3958 * fast/table/border-collapsing/cached-change-colgroup-border-width-expected.txt: Added.
3959 * fast/table/border-collapsing/cached-change-colgroup-border-width.html: Added.
3960 * fast/table/border-collapsing/cached-change-row-border-color-expected.png: Added.
3961 * fast/table/border-collapsing/cached-change-row-border-color-expected.txt: Added.
3962 * fast/table/border-collapsing/cached-change-row-border-color.html: Added.
3963 * fast/table/border-collapsing/cached-change-row-border-width-expected.png: Added.
3964 * fast/table/border-collapsing/cached-change-row-border-width-expected.txt: Added.
3965 * fast/table/border-collapsing/cached-change-row-border-width.html: Added.
3966 * fast/table/border-collapsing/cached-change-table-border-color-expected.png: Added.
3967 * fast/table/border-collapsing/cached-change-table-border-color-expected.txt: Added.
3968 * fast/table/border-collapsing/cached-change-table-border-color.html: Added.
3969 * fast/table/border-collapsing/cached-change-table-border-width-expected.png: Added.
3970 * fast/table/border-collapsing/cached-change-table-border-width-expected.txt: Added.
3971 * fast/table/border-collapsing/cached-change-table-border-width.html: Added.
3972 * fast/table/border-collapsing/cached-change-tbody-border-color-expected.png: Added.
3973 * fast/table/border-collapsing/cached-change-tbody-border-color-expected.txt: Added.
3974 * fast/table/border-collapsing/cached-change-tbody-border-color.html: Added.
3975 * fast/table/border-collapsing/cached-change-tbody-border-width-expected.png: Added.
3976 * fast/table/border-collapsing/cached-change-tbody-border-width-expected.txt: Added.
3977 * fast/table/border-collapsing/cached-change-tbody-border-width.html: Added.
3979 2011-09-23 Jochen Eisinger <jochen@chromium.org>
3981 Clarify wording in cross origin XSL tests and enable on all platforms
3982 https://bugs.webkit.org/show_bug.cgi?id=68683
3984 The condition for passing the test should be more clear now. Also, since the redirect case works on all platforms, the regular case should also work on all platforms.
3986 Reviewed by Alexey Proskuryakov.
3988 * http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
3989 * http/tests/security/cross-origin-xsl-BLOCKED.html:
3990 * http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
3991 * http/tests/security/cross-origin-xsl-redirect-BLOCKED.html:
3992 * platform/chromium-cg-mac/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
3993 * platform/chromium-cg-mac/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
3994 * platform/chromium-mac/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
3995 * platform/chromium-mac/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
3996 * platform/chromium-win/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
3997 * platform/chromium-win/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
3998 * platform/gtk/Skipped:
3999 * platform/gtk/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
4000 * platform/gtk/http/tests/security/cross-origin-xsl-redir