1 2011-09-28 Brian Salomon <bsalomon@google.com>
3 [chromium / skia] temporarily add files test expectations pending rebaseline due to skia change
4 https://bugs.webkit.org/show_bug.cgi?id=69013
6 Reviewed by Stephen White.
8 * platform/chromium/test_expectations.txt:
10 2011-09-28 Gavin Barraclough <barraclough@apple.com>
12 https://bugs.webkit.org/show_bug.cgi?id=64679
13 Fix bugs in Array.prototype this handling.
15 Reviewed by Oliver Hunt.
17 * fast/js/array-prototype-properties-expected.txt: Added.
18 * fast/js/array-prototype-properties.html: Added.
19 * fast/js/script-tests/array-prototype-properties.js: Added.
20 - Added layout test for array prototype functions with undefined as this value.
21 * ietestcenter/Javascript/15.4.4.14-5-28-expected.txt:
22 * ietestcenter/Javascript/15.4.4.15-5-28-expected.txt:
23 - These tests now pass.
25 2011-09-28 Mihai Parparita <mihaip@chromium.org>
27 Rebaseline fast/canvas/canvas-composite-transformclip.html and
28 fast/canvas/canvas-composite.html for Chromium Snow Leopard GPU.
30 * platform/chromium-gpu-mac/fast/canvas/canvas-composite-expected.png:
31 * platform/chromium-gpu-mac/fast/canvas/canvas-composite-transformclip-expected.png:
33 2011-09-28 Kenji Imasaki <imasaki@chromium.org>
35 [Chromium] remove a passing test from the test expectation file.
36 https://bugs.webkit.org/show_bug.cgi?id=69008
38 Reviewed by David Levin.
40 * platform/chromium/test_expectations.txt:
42 2011-09-28 Mihai Parparita <mihaip@chromium.org>
44 Rebaseline svg/filters/animate-fill.svg for Chromium.
46 * platform/chromium-cg-mac/svg/filters/animate-fill-expected.png: Added.
47 * platform/chromium-mac/svg/filters/animate-fill-expected.png: Added.
48 * platform/chromium-win/svg/filters/animate-fill-expected.png: Added.
49 * platform/chromium/test_expectations.txt:
51 2011-09-28 Kaustubh Atrawalkar <kaustubh@motorola.com>
53 [Gtk] Implement textInputController.doCommand
54 https://bugs.webkit.org/show_bug.cgi?id=66496
56 Reviewed by Martin Robinson.
58 Removed skipped tests under textInputController.doCommand for Gtk Port.
60 * platform/gtk/Skipped:
62 2011-09-28 Tom Sepez <tsepez@chromium.org>
64 Revert change which broke displaying end script tags in view-source, instead
65 deal with any trailing </script> tag included by mistake in the XSSAuditor
66 itself. Correct tests to detect the missing close tags.
67 https://bugs.webkit.org/show_bug.cgi?id=68898
69 Reviewed by Adam Barth.
71 * fast/frames/resources/viewsource-frame-2.html:
72 * fast/frames/viewsource-plain-text-tags-expected.txt:
73 * fast/frames/viewsource-plain-text-tags.html:
75 2011-09-28 Antaryami Pandia <antaryami.pandia@motorola.com>
77 Reflected attribute input.size wraps on negative values (Chrome), or
78 returns them (Safari).
79 https://bugs.webkit.org/show_bug.cgi?id=44886
81 Reviewed by Darin Adler.
83 * fast/dom/HTMLInputElement/input-size-attribute-expected.txt: Added.
84 * fast/dom/HTMLInputElement/input-size-attribute.html: Added.
85 * fast/dom/HTMLInputElement/script-tests/size-attribute.js:
86 * fast/dom/HTMLInputElement/size-attribute-expected.txt:
88 2011-09-28 Vsevolod Vlasov <vsevik@chromium.org>
90 Web Inspector: Add support for search in single resource to page agent.
91 https://bugs.webkit.org/show_bug.cgi?id=68998
93 Reviewed by Pavel Feldman.
95 * http/tests/inspector/search/search-in-resource-expected.txt: Added.
96 * http/tests/inspector/search/search-in-resource.html: Added.
97 * http/tests/inspector/search/search-in-resources.html:
98 * http/tests/inspector/search/search-test.js:
99 (initialize_SearchTest.InspectorTest.dumpSearchResults):
100 (initialize_SearchTest.InspectorTest.dumpSearchMatches):
101 (initialize_SearchTest):
103 2011-09-28 Oliver Varga <voliver@inf.u-szeged.hu>
105 [WK2] SVG animation pause API missing
106 https://bugs.webkit.org/show_bug.cgi?id=63396
108 Reviewed by Csaba Osztrogonác.
110 * platform/wk2/Skipped: Skip svg/animations/animate-from-to-keyTimes.html.
112 2011-09-28 Philippe Normand <pnormand@igalia.com>
114 Unreviewed, GTK baselines for new tests.
116 * platform/gtk/fast/multicol/float-paginate-empty-lines-expected.png: Added.
117 * platform/gtk/fast/multicol/float-paginate-empty-lines-expected.txt: Added.
118 * platform/gtk/fast/ruby/ruby-base-merge-block-children-crash-expected.png: Added.
119 * platform/gtk/fast/ruby/ruby-base-merge-block-children-crash-expected.txt: Added.
121 2011-09-28 Philippe Normand <pnormand@igalia.com>
123 Unreviewed, skip 2 64-bits Debug crashers on GTK.
125 * platform/gtk/Skipped: Skip
126 fast/borders/inline-mask-overlay-image-outset-vertical-rl.html and plugins/js-from-destroy.html
128 2011-09-28 Csaba Osztrogonác <ossy@webkit.org>
130 [Qt] Unreviewed gardening, update expected file after r95745.
132 * platform/qt-4.8/editing/deleting/merge-whitespace-pre-expected.txt:
134 2011-09-28 Vsevolod Vlasov <vsevik@chromium.org>
136 Web Inspector: Refactor searching in inspector, add test (fixed non regex search).
137 https://bugs.webkit.org/show_bug.cgi?id=68930
139 Reviewed by Yury Semikhatsky.
141 * http/tests/inspector/search/resources/search.css: Added.
142 (div.searchTestUniqueString):
143 (div.searchTestUniqueString:hover):
144 * http/tests/inspector/search/resources/search.html: Added.
145 * http/tests/inspector/search/resources/search.js: Added.
146 (searchTestUniqueString):
148 * http/tests/inspector/search/search-in-resources-expected.txt: Added.
149 * http/tests/inspector/search/search-in-resources.html: Added.
150 * http/tests/inspector/search/search-test.js: Added.
151 (initialize_SearchTest.InspectorTest.dumpSearchResults):
152 (initialize_SearchTest):
154 2011-09-28 Kentaro Hara <haraken@chromium.org>
156 Implement a PopStateEvent constructor for V8
157 https://bugs.webkit.org/show_bug.cgi?id=68896
159 Reviewed by Adam Barth.
161 Enabled pop-state-event-constructor.html, since now V8 has the PopStateEvent constructor.
163 * platform/chromium/test_expectations.txt:
165 2011-09-28 Ilya Tikhonovsky <loislo@chromium.org>
167 Unreviewed fix for test.
169 * inspector/performance/resources/inspector-startup-time.html:
171 2011-09-28 Ilya Tikhonovsky <loislo@chromium.org>
173 Web Inspector: UI performance test for Inspector start-up time is required.
174 https://bugs.webkit.org/show_bug.cgi?id=68986
176 Reviewed by Yury Semikhatsky.
178 * inspector/performance/resources/inspector-startup-time.html: Added.
179 * inspector/performance/resources/performance-test.js:
180 (initialize_TimeTracker.InspectorTest.runPerformanceTest.Timer.prototype._dump):
181 (initialize_TimeTracker.InspectorTest.runPerformanceTest):
183 2011-09-28 Kentaro Hara <haraken@chromium.org>
185 Implement an ErrorEvent constructor for V8
186 https://bugs.webkit.org/show_bug.cgi?id=68336
188 Reviewed by Adam Barth.
190 Enabled fast/events/constructors/error-event-constructor.html,
191 since V8 now has the constructor for ErrorEvent.
193 * platform/chromium/test_expectations.txt:
195 2011-09-28 Gabor Rapcsanyi <rgabor@webkit.org>
197 [Qt][GTK] Skip http/tests/multipart/stop-crash.html because it fails after r96174.
198 https://bugs.webkit.org/show_bug.cgi?id=68979
200 Reviewed by Csaba Osztrogonác.
202 * platform/gtk/Skipped: Skip http/tests/multipart/stop-crash.html failing
203 * platform/qt/Skipped: Skip http/tests/multipart/stop-crash.html failing
205 2011-09-28 Gabor Rapcsanyi <rgabor@webkit.org>
207 fast/canvas/crash-set-font.html failing on all platform because
208 getCSSCanvasContext needs 4 parameters
209 https://bugs.webkit.org/show_bug.cgi?id=66291
211 Reviewed by Csaba Osztrogonác.
213 * fast/canvas/crash-set-font.html: adding the fourth parameter
215 2011-09-28 Shinichiro Hamaji <hamaji@chromium.org>
217 [Chromium] Layout Test fast/canvas/canvas-composite-transformclip.html is failing
218 https://bugs.webkit.org/show_bug.cgi?id=68895
220 Unreviewed manual rebaseline for linux gpu.
222 * platform/chromium-gpu-linux/fast/canvas/canvas-composite-expected.png:
224 2011-09-28 Shinichiro Hamaji <hamaji@chromium.org>
226 [Chromium] Layout Test svg/custom/oversized-pattern-scale.svg and svg/custom/transformed-pattern-clamp-svg-root.svg are flaky
227 https://bugs.webkit.org/show_bug.cgi?id=68982
229 Unreviewed test_expectations.txt update.
231 * platform/chromium/test_expectations.txt:
233 2011-09-28 Ilya Tikhonovsky <loislo@chromium.org>
235 Web Inspector: Unreviewed. Slight adjustment of the test content for better representation of the performance.
237 * inspector/performance/resources/show-panel.html:
239 2011-09-28 Shinichiro Hamaji <hamaji@chromium.org>
241 Unreviewed rebaseline pservers-grad-14-b again.
243 * platform/chromium-cg-mac-leopard/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png: Added.
244 * platform/chromium-cg-mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
245 * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png: Added.
246 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
247 * platform/chromium/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Removed.
249 2011-09-28 Shinichiro Hamaji <hamaji@chromium.org>
251 Layout Test fast/multicol/float-paginate-empty-lines.html and some svg tests are failing
252 https://bugs.webkit.org/show_bug.cgi?id=68970
254 Unreviewed fix for a lint error in test_expectations.txt
256 * platform/chromium/test_expectations.txt:
258 2011-09-27 Csaba Osztrogonác <ossy@webkit.org>
260 [Qt] Unreviewed gardening. Add platform specific expected result for new test introduced in r96149.
262 * platform/qt/fast/multicol/float-paginate-empty-lines-expected.png: Added.
263 * platform/qt/fast/multicol/float-paginate-empty-lines-expected.txt: Added.
265 2011-09-27 Shinichiro Hamaji <hamaji@chromium.org>
267 [Chromium] Layout Test fast/canvas/canvas-composite-transformclip.html is failing
268 https://bugs.webkit.org/show_bug.cgi?id=68895
270 Unreviewed rebaseline for skia r2300 roll.
272 * platform/chromium-cg-mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png: Added.
273 * platform/chromium-gpu-win/fast/canvas/canvas-composite-expected.png:
274 * platform/chromium-gpu-win/fast/canvas/canvas-composite-transformclip-expected.png:
275 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
276 * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
277 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
278 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
279 * 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.
280 * platform/chromium/test_expectations.txt:
282 2011-09-27 Shinichiro Hamaji <hamaji@chromium.org>
284 Layout Test fast/multicol/float-paginate-empty-lines.html and some svg tests are failing
285 https://bugs.webkit.org/show_bug.cgi?id=68970
287 Unreviewed test_expectations.txt update
289 * platform/chromium/test_expectations.txt:
291 2011-09-27 Chris Rogers <crogers@google.com>
293 Add layout test for WaveShaperNode
294 https://bugs.webkit.org/show_bug.cgi?id=68925
296 Reviewed by Kenneth Russell.
298 * webaudio/waveshaper-expected.txt: Added.
299 * webaudio/waveshaper.html: Added.
301 2011-09-27 Kentaro Hara <haraken@chromium.com>
303 Implement a PageTransitionEvent constructor for V8
304 https://bugs.webkit.org/show_bug.cgi?id=68067
306 Reviewed by Adam Barth.
308 Enabled page-transition-event-constructor.html, since now V8 has a PageTransitionEvent constructor.
310 * platform/chromium/test_expectations.txt:
312 2011-09-27 Kentaro Hara <haraken@chromium.org>
314 Implement a MessageEvent constructor for JSC
315 https://bugs.webkit.org/show_bug.cgi?id=68883
317 Reviewed by Adam Barth.
319 message-event-constructor.html checks the behavior of the MessageEvent constructor.
321 * fast/dom/constructed-objects-prototypes-expected.txt: Now window has MessageEvent.
322 * fast/events/constructors/message-event-constructor-expected.txt: Added.
323 * fast/events/constructors/message-event-constructor.html: Added.
324 * platform/chromium/test_expectations.txt: Skipped message-event-constructor.html, since V8 does not yet have the MessageEvent constructor.
326 2011-09-27 Eric Uhrhane <ericu@chromium.org>
328 [Chromium/FileWriter] race condition in FileWriter completion can lead to assert
329 https://bugs.webkit.org/show_bug.cgi?id=67684
331 Reviewed by David Levin.
333 * fast/filesystem/file-writer-abort-continue-expected.txt: Added.
334 * fast/filesystem/file-writer-abort-continue.html: Added.
335 * fast/filesystem/file-writer-abort-expected.txt: Added.
336 * fast/filesystem/file-writer-abort.html: Added.
337 * fast/filesystem/resources/file-writer-abort-continue.js: Added.
338 * fast/filesystem/resources/file-writer-abort.js: Added.
339 * fast/filesystem/resources/file-writer-events.js: Fixed a copy-paste error.
341 2011-09-27 Tim Horton <timothy_horton@apple.com>
343 svg/custom/oversized-pattern-scale.svg is useless because the interesting part of the test is off the screen
344 https://bugs.webkit.org/show_bug.cgi?id=68945
346 Reviewed by Darin Adler.
348 Change oversized-pattern-scale so that the interesting part of the pattern is on the screen,
349 and so that it doesn't draw a scrollbar (making it platform-independent).
351 Change transformed-pattern-clamp-svg-root so that it doesn't draw a gradient, making it platform-independent.
353 * svg/custom/oversized-pattern-scale-expected.png:
354 * svg/custom/oversized-pattern-scale-expected.txt:
355 * svg/custom/oversized-pattern-scale.svg:
356 * svg/custom/transformed-pattern-clamp-svg-root-expected.png:
357 * svg/custom/transformed-pattern-clamp-svg-root-expected.txt:
358 * svg/custom/transformed-pattern-clamp-svg-root.svg:
360 2011-09-27 Tony Chang <tony@chromium.org>
362 http/tests/navigation/anchor-basic.html is flaky on Snow Leopard Release Bot
363 https://bugs.webkit.org/show_bug.cgi?id=34222
365 Reviewed by Ryosuke Niwa.
367 Add waitUntilDone/notifyDone to eliminate flakiness on mac. Without it, the img onload handler
368 doesn't always run. Also reduce the multipart timeout (should help to unblock other http requests).
370 * http/tests/multipart/stop-crash-expected.txt:
371 * http/tests/multipart/stop-crash.html:
373 2011-09-27 Mihai Parparita <mihaip@chromium.org>
375 Chromium baselines for fast/multicol/float-paginate-empty-lines.html
376 after r96149 and 96162.
378 * platform/chromium-linux/fast/multicol/float-paginate-empty-lines-expected.png: Added.
379 * platform/chromium-mac/fast/multicol/float-paginate-empty-lines-expected.png: Added.
380 * platform/chromium-win/fast/multicol/float-paginate-empty-lines-expected.png: Added.
381 * platform/chromium-win/fast/multicol/float-paginate-empty-lines-expected.txt: Added.
383 2011-09-27 Kent Tamura <tkent@chromium.org>
385 [V8] element.dataset.nonExistingKey should return undefined.
386 https://bugs.webkit.org/show_bug.cgi?id=68877
388 Reviewed by Nate Chapin.
390 * fast/dom/dataset-expected.txt: Updated.
391 * fast/dom/script-tests/dataset.js: Add a test case.
393 2011-09-27 Mihai Parparita <mihaip@chromium.org>
395 Chromium rebaseline after r96155.
397 * platform/chromium-cg-mac/svg/custom/pattern-excessive-malloc-expected.png: Added.
398 * platform/chromium-linux/svg/custom/oversized-pattern-scale-expected.png: Added.
399 * platform/chromium-mac/svg/custom/transformed-pattern-clamp-svg-root-expected.png: Added.
400 * platform/chromium-win/svg/custom/oversized-pattern-scale-expected.png: Added.
401 * platform/chromium-win/svg/custom/pattern-excessive-malloc-expected.png:
402 * platform/chromium-win/svg/custom/transformed-pattern-clamp-svg-root-expected.png: Added.
403 * platform/chromium/svg/custom/oversized-pattern-scale-expected.png: Added.
404 * platform/mac/svg/custom/pattern-excessive-malloc-expected.txt: Removed.
405 * platform/qt/svg/custom/pattern-excessive-malloc-expected.txt: Removed.
407 2011-09-27 David Hyatt <hyatt@apple.com>
409 https://bugs.webkit.org/show_bug.cgi?id=68940
411 Narrow the float/lines pagination heuristic to only kick in if
412 the previous line broke cleanly and if the floats are occurring
413 at the start of the line.
415 Reviewed by Dan Bernstein.
417 * fast/regions/webkit-flow-float-pushed-to-last-region.html:
418 * platform/mac/fast/multicol/float-paginate-empty-lines-expected.txt: Added.
419 * platform/mac/fast/regions/webkit-flow-float-pushed-to-last-region-expected.txt:
421 2011-09-27 James Robinson <jamesr@chromium.org>
423 Add a mechanism to test for the compositing tree mutated during painting
424 https://bugs.webkit.org/show_bug.cgi?id=68738
426 Reviewed by Adam Barth.
428 Adds a test that caused compositing to be disabled during painting before r95863 due to a video load failing.
430 * compositing/video/video-with-invalid-source-expected.txt: Added.
431 * compositing/video/video-with-invalid-source.html: Added.
433 2011-09-27 Ojan Vafai <ojan@chromium.org>
435 take padding/border on flexbox into account with direction:rtl
436 https://bugs.webkit.org/show_bug.cgi?id=68846
438 Reviewed by David Hyatt.
440 * css3/flexbox/writing-modes-expected.txt:
441 * css3/flexbox/writing-modes.html:
443 2011-09-27 Mihai Parparita <mihaip@chromium.org>
445 Chromium test expectations update.
447 Make new fast/canvas/canvas-composite.html GPU expectation more specific,
448 since on Leopard it was conflicting with an older one.
450 * platform/chromium/test_expectations.txt:
452 2011-09-27 Sheriff Bot <webkit.review.bot@gmail.com>
454 Unreviewed, rolling out r96139.
455 http://trac.webkit.org/changeset/96139
456 https://bugs.webkit.org/show_bug.cgi?id=68933
458 Broke table-percent-height.html on Mac bots (Requested by
461 * fast/replaced/table-percent-width-expected.txt: Removed.
462 * fast/replaced/table-percent-width.html: Removed.
464 2011-09-27 Mike Reed <reed@google.com>
466 need to rebseline these once new aa-gdi-text code lands in skia
467 https://bugs.webkit.org/show_bug.cgi?id=68920
469 Reviewed by Kenneth Russell.
471 * platform/chromium/test_expectations.txt:
473 2011-09-27 Tim Horton <timothy_horton@apple.com>
475 REGRESSION(65665): Pattern size being clamped to SVG size can prevent transformed elements from being fully covered by userSpaceOnUse patterns
476 https://bugs.webkit.org/show_bug.cgi?id=67700
477 <rdar://problem/10125102>
479 Reviewed by Darin Adler.
481 pattern-excessive-malloc is so excessive that it runs into the floating point precision barrier
482 when determining the scale to draw the pattern at; drop the size two orders of magnitude, which is
483 still very excessive but easier to draw with.
485 Add a test (transformed-pattern-clamp-svg-root.svg) that ensures that patterns on transformed
486 elements are displayed correctly, instead of being clamped to the size of the <svg> element.
488 Add a test (oversized-pattern-scale.svg) that ensures that oversized patterns are correctly drawn
489 into the pattern tile scaled down and then are scaled back up when drawn to the screen.
491 * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.png:
492 * platform/mac/svg/custom/pattern-excessive-malloc-expected.txt:
493 * platform/qt/svg/custom/pattern-excessive-malloc-expected.txt:
494 * svg/custom/pattern-excessive-malloc-expected.txt:
495 * svg/custom/pattern-excessive-malloc.svg:
496 * svg/custom/oversized-pattern-scale-expected.png: Added.
497 * svg/custom/oversized-pattern-scale-expected.txt: Added.
498 * svg/custom/oversized-pattern-scale.svg: Added.
499 * svg/custom/transformed-pattern-clamp-svg-root.svg: Added.
500 * svg/custom/transformed-pattern-clamp-svg-root-expected.png: Added.
501 * svg/custom/transformed-pattern-clamp-svg-root-expected.txt: Added.
503 2011-09-27 Dan Bernstein <mitz@apple.com>
505 <rdar://problem/10098679> Assertion failure in RenderLayer::paintPaginatedChildLayer()
507 Reviewed by Simon Fraser.
509 * fast/dynamic/layer-no-longer-paginated-expected.txt: Added.
510 * fast/dynamic/layer-no-longer-paginated.html: Added.
512 2011-09-27 Ojan Vafai <ojan@chromium.org>
514 offsetTop/offsetLeft return the wrong values for horizontal-bt/vertical-rl writing modes
515 https://bugs.webkit.org/show_bug.cgi?id=68304
517 Reviewed by David Hyatt.
519 * css3/flexbox/writing-modes-expected.txt:
520 * css3/flexbox/writing-modes.html:
521 * fast/dom/offset-position-writing-modes-expected.txt: Added.
522 * fast/dom/offset-position-writing-modes.html: Added.
524 2011-09-27 Tim Horton <timothy_horton@apple.com>
526 Rapidly refreshing a feMorphology[erode] with r=0 can sometimes cause display corruption
527 https://bugs.webkit.org/show_bug.cgi?id=68816
528 <rdar://problem/10186468>
530 Reviewed by Simon Fraser.
532 Add a test which ensures that a zero-radius feMorphology filter returns cleared memory.
534 * svg/filters/feMorphology-zero-radius-expected.png: Added.
535 * svg/filters/feMorphology-zero-radius-expected.txt: Added.
536 * svg/filters/feMorphology-zero-radius.svg: Added.
538 2011-09-27 David Hyatt <hyatt@apple.com>
540 https://bugs.webkit.org/show_bug.cgi?id=68922
542 Paginated floats should not grow the height of a block when they don't end
543 up being tied to a line.
545 Reviewed by Dan Bernstein.
547 * fast/multicol/float-paginate-empty-lines.html: Added.
548 * fast/regions/webkit-flow-double-pagination-float-push.html: Added.
549 * platform/mac/fast/multicol/float-paginate-empty-lines-expected.png: Added.
550 * platform/mac/fast/regions/webkit-flow-double-pagination-float-push-expected.png: Added.
551 * platform/mac/fast/regions/webkit-flow-double-pagination-float-push-expected.txt: Added.
553 2011-09-27 Sheriff Bot <webkit.review.bot@gmail.com>
555 Unreviewed, rolling out r96131.
556 http://trac.webkit.org/changeset/96131
557 https://bugs.webkit.org/show_bug.cgi?id=68927
559 It made 18+ tests crash on all platform (Requested by
560 Ossy_night on #webkit).
562 * fast/js/exception-properties-expected.txt:
563 * fast/js/script-tests/exception-properties.js:
564 * fast/js/script-tests/stack-trace.js: Removed.
565 * fast/js/stack-trace-expected.txt: Removed.
566 * fast/js/stack-trace.html: Removed.
567 * platform/chromium/test_expectations.txt:
569 2011-06-28 Robert Hogan <robert@webkit.org>
571 Reviewed by David Hyatt.
573 Replaced elements squeezed when width is specified as percentage inside a table with Auto layout
574 https://bugs.webkit.org/show_bug.cgi?id=29447
576 * fast/replaced/table-percent-width.html: Added.
577 * fast/replaced/table-percent-width-expected.txt: Added.
579 2011-09-27 Simon Fraser <simon.fraser@apple.com>
581 https://bugs.webkit.org/show_bug.cgi?id=67858
583 Roll r96070 back in now that the crash has been fixed in r96130.
585 * compositing/iframes/repaint-after-losing-scrollbars-expected.png:
587 2011-09-27 Kaustubh Atrawalkar <kaustubh@motorola.com>
589 Autofocus on readonly inputs does not focus the element.
590 https://bugs.webkit.org/show_bug.cgi?id=24092
592 Reviewed by Ryosuke Niwa.
594 * fast/forms/autofocus-readonly-attribute-expected.txt: Added.
595 * fast/forms/autofocus-readonly-attribute.html: Added.
597 2011-09-27 Mihai Parparita <mihaip@chromium.org>
599 Remove duplicate of fast/text/international/Geeza-Pro-vertical-metrics-adjustment.html
600 https://bugs.webkit.org/show_bug.cgi?id=68915
602 Reviewed by Ryosuke Niwa.
604 r92496 and r92881 were only trying to move the baselines to
605 platform/mac-snowleopard/platform/mac/fast, but they also inadvertedly
606 copied the test itself.
608 * platform/mac-snowleopard/platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment.html: Removed.
610 2011-09-27 Juan Carlos Montemayor Elosua <j.mont@me.com>
612 Implement Error.stack
613 https://bugs.webkit.org/show_bug.cgi?id=66994
615 Reviewed by Oliver Hunt.
617 Unit tests that contain both normal and special cases for stack trace
620 * fast/js/exception-properties-expected.txt:
621 * fast/js/script-tests/exception-properties.js:
622 * fast/js/script-tests/stack-trace.js: Added.
633 * fast/js/stack-trace-expected.txt: Added.
634 * fast/js/stack-trace.html: Added.
635 * platform/chromium/test_expectations.txt:
637 2011-09-27 Adrienne Walker <enne@google.com>
639 [Chromium] Layout Test compositing/video-page-visibility.html is failing on GPU linux
640 https://bugs.webkit.org/show_bug.cgi?id=68882
642 Unreviewed rebaseline.
644 * platform/chromium-gpu-linux/compositing/video-page-visibility-expected.png: Added.
645 * platform/chromium/test_expectations.txt:
647 2011-09-27 Dominic Mazzoni <dmazzoni@google.com>
649 AXObjectCache cleared unnecessarily when non-top Document is detached.
650 https://bugs.webkit.org/show_bug.cgi?id=68636
652 Reviewed by Chris Fleizach.
654 * accessibility/deleting-iframe-destroys-axcache.html: Added.
655 * platform/mac/accessibility/deleting-iframe-destroys-axcache-expected.txt: Added.
657 2011-09-26 Ryosuke Niwa <rniwa@webkit.org>
659 dump-as-markup conversion: editing/pasteboard/merge-end-list.html and merge-end-table.html
660 https://bugs.webkit.org/show_bug.cgi?id=68857
662 Reviewed by Kent Tamura.
664 Converted the tests into dump-as-markup tests. Also split each test into two tests.
666 * editing/pasteboard/merge-end-list-2-expected.txt: Added.
667 * editing/pasteboard/merge-end-list-2.html: Added.
668 * editing/pasteboard/merge-end-list-expected.txt: Added.
669 * editing/pasteboard/merge-end-list.html:
670 * editing/pasteboard/merge-end-table-2-expected.txt: Added.
671 * editing/pasteboard/merge-end-table-2.html: Added.
672 * editing/pasteboard/merge-end-table-expected.txt: Added.
673 * editing/pasteboard/merge-end-table.html:
674 * platform/chromium-cg-mac-leopard/editing/pasteboard/merge-end-list-expected.png: Removed.
675 * platform/chromium-cg-mac-leopard/editing/pasteboard/merge-end-table-expected.png: Removed.
676 * platform/chromium-cg-mac/editing/pasteboard/merge-end-list-expected.png: Removed.
677 * platform/chromium-cg-mac/editing/pasteboard/merge-end-table-expected.png: Removed.
678 * platform/chromium-linux/editing/pasteboard/merge-end-list-expected.png: Removed.
679 * platform/chromium-linux/editing/pasteboard/merge-end-table-expected.png: Removed.
680 * platform/chromium-mac/editing/pasteboard/merge-end-list-expected.png: Removed.
681 * platform/chromium-mac/editing/pasteboard/merge-end-table-expected.png: Removed.
682 * platform/chromium-win/editing/pasteboard/merge-end-list-expected.png: Removed.
683 * platform/chromium-win/editing/pasteboard/merge-end-list-expected.txt: Removed.
684 * platform/chromium-win/editing/pasteboard/merge-end-table-expected.png: Removed.
685 * platform/chromium-win/editing/pasteboard/merge-end-table-expected.txt: Removed.
686 * platform/gtk/editing/pasteboard/merge-end-list-expected.png: Removed.
687 * platform/gtk/editing/pasteboard/merge-end-list-expected.txt: Removed.
688 * platform/gtk/editing/pasteboard/merge-end-table-expected.png: Removed.
689 * platform/gtk/editing/pasteboard/merge-end-table-expected.txt: Removed.
690 * platform/mac-leopard/editing/pasteboard/merge-end-list-expected.png: Removed.
691 * platform/mac-leopard/editing/pasteboard/merge-end-table-expected.png: Removed.
692 * platform/mac/editing/pasteboard/merge-end-list-expected.png: Removed.
693 * platform/mac/editing/pasteboard/merge-end-list-expected.txt: Removed.
694 * platform/mac/editing/pasteboard/merge-end-table-expected.png: Removed.
695 * platform/mac/editing/pasteboard/merge-end-table-expected.txt: Removed.
696 * platform/qt/editing/pasteboard/merge-end-list-expected.png: Removed.
697 * platform/qt/editing/pasteboard/merge-end-list-expected.txt: Removed.
698 * platform/qt/editing/pasteboard/merge-end-table-expected.png: Removed.
699 * platform/qt/editing/pasteboard/merge-end-table-expected.txt: Removed.
701 2011-09-27 Julien Chaffraix <jchaffraix@webkit.org>
703 Crash in WebCore::HTMLParser::createHead
704 https://bugs.webkit.org/show_bug.cgi?id=32426
706 Reviewed by Darin Adler.
708 The crash was fixed some time ago but the test was not landed which kept the bug open.
710 * fast/parser/crash-HTMLParser-createHead.html: Added.
711 Tweaked the test case as we now throw an exception (DOM Exception 12).
713 2011-09-27 Julien Chaffraix <jchaffraix@webkit.org>
715 Crash because CSSPrimitiveValue::computeLengthDouble assumes fontMetrics are available
716 https://bugs.webkit.org/show_bug.cgi?id=66291
718 Reviewed by Darin Adler.
720 * fast/canvas/crash-set-font-expected.txt: Added.
721 * fast/canvas/crash-set-font.html: Added.
723 2011-09-27 Ilya Tikhonovsky <loislo@chromium.org>
725 Unreviewed followupfix for r96110.
726 This is a small adjustment of the heap size delta calculation.
728 * inspector/performance/resources/performance-test.js:
729 (initialize_TimeTracker.InspectorTest.runPerformanceTest.Timer.prototype.done):
731 2011-09-27 Ilya Tikhonovsky <loislo@chromium.org>
733 Web Inspector: UI performance: introduce heap size tracking stats.
734 https://bugs.webkit.org/show_bug.cgi?id=68901
736 It is interesting how much the heap memory is used by Inspector in order of running the test.
738 Reviewed by Yury Semikhatsky.
740 * inspector/performance/resources/network-append-30-requests.html:
741 * inspector/performance/resources/performance-test.js:
742 (initialize_TimeTracker.InspectorTest.runPerformanceTest.Timer):
743 (initialize_TimeTracker.InspectorTest.runPerformanceTest.Timer.prototype._getJSHeapSize):
744 (initialize_TimeTracker.InspectorTest.runPerformanceTest.Timer.prototype.done):
745 (initialize_TimeTracker.InspectorTest.runPerformanceTest.Timer.prototype._dump):
747 2011-09-27 W. James MacLean <wjmaclean@chromium.org>
749 Layout Test platform/chromium/compositing/zoom-animator-scale-test.html is failing.
750 https://bugs.webkit.org/show_bug.cgi?id=68852
752 Rebaseline GPU tests for Mac, Win.
754 Reviewed by Shinichiro Hamaji.
756 * platform/chromium-gpu-cg-mac/platform/chromium/compositing/zoom-animator-scale-test-expected.png:
757 * platform/chromium-gpu-mac/platform/chromium/compositing/zoom-animator-scale-test-expected.png:
758 * platform/chromium-gpu-win/platform/chromium/compositing/zoom-animator-scale-test-expected.png:
759 * platform/chromium/test_expectations.txt:
761 2011-09-27 Ben Wagner <bungeman@chromium.org>
763 Clipped high quality blur in skia has been fixed. Rebaseline layout tests.
764 https://bugs.webkit.org/show_bug.cgi?id=68577
766 Reviewed by Kenneth Russell.
768 * platform/chromium-linux-x86/fast/box-shadow: Removed.
769 * platform/chromium-linux/fast/box-shadow/inset-box-shadows-expected.png:
770 * platform/chromium-mac/fast/box-shadow/inset-box-shadow-radius-expected.png:
771 * platform/chromium-mac/fast/box-shadow/inset-box-shadows-expected.png:
772 * platform/chromium-mac/fast/box-shadow/shadow-buffer-partial-expected.png:
773 * platform/chromium-win/fast/box-shadow/inset-box-shadow-radius-expected.png:
774 * platform/chromium-win/fast/box-shadow/inset-box-shadows-expected.png:
775 * platform/chromium-win/fast/box-shadow/shadow-buffer-partial-expected.png:
776 * platform/chromium/test_expectations.txt:
778 2011-09-27 Pavel Feldman <pfeldman@google.com>
780 Web Inspector: split DOM.attributesUpdated into attributeModified and attributeRemoved. Send attribute name and value within the event.
781 https://bugs.webkit.org/show_bug.cgi?id=68613
783 Reviewed by Yury Semikhatsky.
785 * inspector/elements/mutate-unknown-node.html-disabled:
786 * inspector/elements/set-attribute.html:
788 2011-09-27 Shinichiro Hamaji <hamaji@chromium.org>
790 [Chromium] Layout Test fast/canvas/canvas-composite-transformclip.html is failing
791 https://bugs.webkit.org/show_bug.cgi?id=68895
793 Unreviewed test_expectations.txt update.
795 * platform/chromium/test_expectations.txt:
797 2011-09-27 Sheriff Bot <webkit.review.bot@gmail.com>
799 Unreviewed, rolling out r96070 and r96075.
800 http://trac.webkit.org/changeset/96070
801 http://trac.webkit.org/changeset/96075
802 https://bugs.webkit.org/show_bug.cgi?id=68893
804 WK2 tests started crashing after r96070 for SL and Qt
805 (Requested by torarne on #webkit).
807 * compositing/iframes/repaint-after-losing-scrollbars-expected.png:
808 * platform/qt/Skipped:
810 2011-09-27 Shinichiro Hamaji <hamaji@chromium.org>
812 [Chromium] Layout Test fast/canvas/webgl/premultiplyalpha-test.html is failing
813 https://bugs.webkit.org/show_bug.cgi?id=68885
817 * platform/chromium/test_expectations.txt:
819 2011-09-21 Pavel Podivilov <podivilov@chromium.org>
821 Web Inspector: migrate RawSourceCode clients to SourceMapping class.
822 https://bugs.webkit.org/show_bug.cgi?id=68524
824 Reviewed by Yury Semikhatsky.
826 * inspector/debugger/breakpoint-manager.html:
827 * inspector/debugger/raw-source-code.html:
829 2011-09-27 Vineet Chaudhary <vineet.chaudhary@motorola.com>
831 wrap attribute of textarea element cannot be accessed by JavaScript.
832 https://bugs.webkit.org/show_bug.cgi?id=68592
834 Reviewed by Kent Tamura.
836 Added test cases to check accessibility to wrap attribute by JS.
838 * fast/forms/textarea-wrap-attribute-expected.txt: Added.
839 * fast/forms/textarea-wrap-attribute.html: Added.
841 2011-09-27 Shinichiro Hamaji <hamaji@chromium.org>
843 [Chromium] Layout Test fast compositing/geometry/limit-layer-bounds-transformed-overflow.html is failing
844 https://bugs.webkit.org/show_bug.cgi?id=68886
846 Unreviewed test_expectations.txt update.
848 * platform/chromium/test_expectations.txt:
850 2011-09-27 Shinichiro Hamaji <hamaji@chromium.org>
852 [Chromium] Layout Test fast/canvas/webgl/premultiplyalpha-test.html is failing
853 https://bugs.webkit.org/show_bug.cgi?id=68885
855 Unreviewed test_expectations.txt update.
857 * platform/chromium/test_expectations.txt:
859 2011-09-27 Shinichiro Hamaji <hamaji@chromium.org>
861 Layout Test platform/chromium/compositing/zoom-animator-scale-test.html is failing
862 https://bugs.webkit.org/show_bug.cgi?id=68852
864 Unreviewed test_expectations.txt update. We may need GPU-CG, too.
866 * platform/chromium/test_expectations.txt:
868 2011-09-27 Shinichiro Hamaji <hamaji@chromium.org>
870 [Crhomium] Layout Test compositing/video-page-visibility.html is failing on GPU linux
871 https://bugs.webkit.org/show_bug.cgi?id=68882
873 Unreviewed test_expectations.txt update.
875 * platform/chromium/test_expectations.txt:
877 2011-09-27 Shinichiro Hamaji <hamaji@chromium.org>
879 [Crhomium] Layout Test svg/text/selection-(background-color|styles).xhtml is failing
880 https://bugs.webkit.org/show_bug.cgi?id=68881
882 Unreviewed test_expectations.txt update.
884 * platform/chromium/test_expectations.txt:
886 2011-09-27 Philippe Normand <pnormand@igalia.com>
888 Unreviewed, GTK gardening
890 * platform/gtk/Skipped: Skip svg/filters/animate-fill.svg failing
892 * platform/gtk/test_expectations.txt: Mark
893 media/video-timeupdate-reverse-play.html as flaky because of bug 67407.
895 2011-09-27 Shinichiro Hamaji <hamaji@chromium.org>
897 [Chromium] Layout Test canvas/philip/tests/toDataURL.jpeg.*.html is failing on Mac 10.5 CG
898 https://bugs.webkit.org/show_bug.cgi?id=68879
900 Unreviewed test_expectations.txt update.
902 * platform/chromium/test_expectations.txt:
904 2011-09-27 Arun Patole <bmf834@motorola.com>
906 Audio element doesn't emit the 'playing' event every time it starts playing, after it has finished playing.
907 https://bugs.webkit.org/show_bug.cgi?id=60972
909 Reviewed by Philippe Normand.
911 Update media tests as the 'pause' event should be fired
912 and 'paused' should be set to true at the end of playback.
914 * media/event-attributes-expected.txt:
915 * media/event-attributes.html:
916 * media/media-element-play-after-eos-expected.txt: Added.
917 * media/media-element-play-after-eos.html: Added.
918 * media/video-loop-expected.txt:
920 2011-09-27 Philippe Normand <pnormand@igalia.com>
922 Unreviewed, GTK gardening.
924 * platform/gtk/Skipped:
925 Skip outdated canvas/philip/tests/2d.drawImage.outsidesource.html.
926 * platform/gtk/test_expectations.txt:
927 media/video-playing-and-pause.html is flaky.
929 2011-09-27 Philippe Normand <pnormand@igalia.com>
931 Unreviewed, GTK rebaseline after r95845, r95897 and r95857.
933 * platform/gtk/fast/frames/flattening/frameset-flattening-advanced-expected.txt:
934 * platform/gtk/fast/frames/flattening/frameset-flattening-subframesets-expected.txt:
935 * platform/gtk/fast/ruby/ruby-text-before-after-content-expected.txt: Added.
936 * platform/gtk/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
937 * platform/gtk/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
939 2011-09-27 Rakesh KN <rakesh.kn@motorola.com>
941 <input> with autofocus doesn't lose focus when it has a certain onblur listener
942 https://bugs.webkit.org/show_bug.cgi?id=68513
944 Reviewed by Kent Tamura.
946 These changes make sure that an element is focused only once when autofocus attribute is used.
948 * fast/forms/autofocus-focus-only-once-expected.txt: Added.
949 * fast/forms/autofocus-focus-only-once.html: Added.
951 2011-09-27 Renata Hodovan <reni@webkit.org>
953 [Qt] Add missing test expecteds after r95924.
955 Unreviewed gardening.
957 * platform/qt/fast/ruby/ruby-base-merge-block-children-crash-expected.png: Added.
958 * platform/qt/fast/ruby/ruby-base-merge-block-children-crash-expected.txt: Added.
960 2011-09-26 Ryosuke Niwa <rniwa@webkit.org>
962 dump-as-markup conversion: editing/deleting/delete-to-end-of-paragraph.html
963 https://bugs.webkit.org/show_bug.cgi?id=68865
965 Reviewed by Kent Tamura.
969 * editing/deleting/delete-to-end-of-paragraph-expected.txt: Added.
970 * editing/deleting/delete-to-end-of-paragraph.html:
971 * platform/chromium-linux/editing/deleting/delete-to-end-of-paragraph-expected.png: Removed.
972 * platform/chromium-win/editing/deleting/delete-to-end-of-paragraph-expected.png: Removed.
973 * platform/chromium-win/editing/deleting/delete-to-end-of-paragraph-expected.txt: Removed.
974 * platform/gtk/editing/deleting/delete-to-end-of-paragraph-expected.txt: Removed.
975 * platform/mac-leopard/editing/deleting/delete-to-end-of-paragraph-expected.png: Removed.
976 * platform/mac/editing/deleting/delete-to-end-of-paragraph-expected.png: Removed.
977 * platform/mac/editing/deleting/delete-to-end-of-paragraph-expected.txt: Removed.
978 * platform/qt/editing/deleting/delete-to-end-of-paragraph-expected.png: Removed.
979 * platform/qt/editing/deleting/delete-to-end-of-paragraph-expected.txt: Removed.
981 2011-09-26 Renata Hodovan <reni@webkit.org>
983 [Qt] Skip two tests because they are failing after r96070.
985 Unreviewed gardening.
987 * platform/qt/Skipped:
989 2011-09-26 Kentaro Hara <haraken@chromium.org>
991 Implement PopStateEvent.state with SerializedScriptValue and ScriptValue
992 https://bugs.webkit.org/show_bug.cgi?id=68345
994 Reviewed by Adam Barth.
996 * fast/events/constructors/pop-state-event-constructor-expected.txt:
997 * fast/events/constructors/pop-state-event-constructor.html: Removed failures and crashes. Added one test case.
999 2011-09-09 Simon Fraser <simon.fraser@apple.com>
1001 Translucent scrollbars on composited layers render incorrectly
1002 https://bugs.webkit.org/show_bug.cgi?id=58515
1004 Reviewed by Sam Weinig.
1006 Pixel test with translucent scrollbars, to test whether they get
1009 * compositing/scrollbar-painting-expected.png: Added.
1010 * compositing/scrollbar-painting-expected.txt: Added.
1011 * compositing/scrollbar-painting.html: Added.
1013 2011-09-26 Mihai Parparita <mihaip@chromium.org>
1015 Put back all Chromium platform failing expectations for some tests (they
1016 still fail on all platforms on the GPU bots).
1018 * platform/chromium/test_expectations.txt:
1020 2011-09-26 Kentaro Hara <haraken@chromium.org>
1022 Implement a CloseEvent constructor for V8
1023 https://bugs.webkit.org/show_bug.cgi?id=68793
1025 Reviewed by Adam Barth.
1027 Enabled close-event-constructor.html, since now V8 has the CloseEvent constructor.
1029 * platform/chromium/test_expectations.txt:
1031 2011-09-26 Mihai Parparita <mihaip@chromium.org>
1033 Chromium test expectations update.
1035 * platform/chromium/test_expectations.txt:
1037 2011-09-26 Ryosuke Niwa <rniwa@webkit.org>
1039 editing/selection/select-bidi-run.html fails on Chromium Windows and Linux
1040 https://bugs.webkit.org/show_bug.cgi?id=68832
1042 Unreviewed; remove the failing test expectation because it started passing after r96016.
1044 * platform/chromium/test_expectations.txt:
1046 2011-09-26 Ryosuke Niwa <rniwa@webkit.org>
1048 Skip the test added by r95964 on Qt and GTK because it has been failing
1049 on those two platforms. The failure is tracked by the bugs 68854 and 68855.
1051 * platform/gtk/Skipped:
1052 * platform/qt/Skipped:
1054 2011-09-26 Joshua Bell <jsbell@chromium.org>
1056 IndexedDB: Second half of IDBFactory.getDatabaseNames implementation
1057 https://bugs.webkit.org/show_bug.cgi?id=68818
1059 Reviewed by Tony Chang.
1061 Adds ability to enumerate IndexedDB databases within an origin.
1063 * storage/indexeddb/factory-basics-expected.txt: Added.
1064 * storage/indexeddb/factory-basics.html: Added.
1066 2011-09-26 Mihai Parparita <mihaip@chromium.org>
1068 Remove failing Chromium expectations for tests that now pass.
1070 Rebaseline repaint tests for Chromium Snow Leopard CG after r96005.
1072 * platform/chromium-cg-mac/fast/repaint/flexible-box-overflow-expected.png: Added.
1073 * platform/chromium-cg-mac/fast/repaint/flexible-box-overflow-horizontal-expected.png: Added.
1074 * platform/chromium-cg-mac/fast/repaint/inline-block-overflow-expected.png: Added.
1075 * platform/chromium-cg-mac/fast/repaint/layer-child-outline-expected.png: Added.
1076 * platform/chromium-cg-mac/fast/repaint/layer-outline-expected.png: Added.
1077 * platform/chromium-cg-mac/fast/repaint/layer-outline-horizontal-expected.png: Added.
1078 * platform/chromium-cg-mac/fast/repaint/text-shadow-expected.png: Added.
1079 * platform/chromium-cg-mac/fast/repaint/text-shadow-horizontal-expected.png: Added.
1080 * platform/chromium/test_expectations.txt:
1082 2011-09-26 Tim Horton <timothy_horton@apple.com>
1084 <animateColor> applied to filtered ellipse does not update
1085 https://bugs.webkit.org/show_bug.cgi?id=68457
1086 <rdar://problem/10154777>
1088 Reviewed by Darin Adler.
1090 Test that changing the fill on a filtered shape properly invalidates the filtered result.
1092 * svg/filters/animate-fill-expected.png: Added.
1093 * svg/filters/animate-fill-expected.txt: Added.
1094 * svg/filters/animate-fill.svg: Added.
1096 2011-09-26 Mihai Parparita <mihaip@chromium.org>
1098 Remove failing expectations for some ruby tests, since they were
1099 renamed to -disabled with r94327 and thus aren't being run at all.
1101 Add compositing/video-page-visibility.html Windows GPU baselines.
1103 * platform/chromium-gpu-win/compositing/video-page-visibility-expected.png: Added.
1104 * platform/chromium/test_expectations.txt:
1106 2011-09-26 Mihai Parparita <mihaip@chromium.org>
1108 Unreviewed Chromium test expectations update.
1110 * platform/chromium/test_expectations.txt:
1112 2011-09-26 Mihai Parparita <mihaip@chromium.org>
1114 Remove failing Chromium test expectations for tests that now pass
1115 (mainly due to r95751, which implemented Function.prototype.bind for
1116 JSC, resulting in baseline updates that now work for V8 too).
1118 * platform/chromium/test_expectations.txt:
1120 2011-09-26 Max Perepelitsyn <pph34r@gmail.com>
1122 Set but unused variables cleanup in v8 bindings (gcc 4.6)
1123 https://bugs.webkit.org/show_bug.cgi?id=68079
1125 Reviewed by Adam Barth.
1127 * http/tests/websocket/tests/hybi/send-object-tostring-check-expected.txt: Added.
1128 * http/tests/websocket/tests/hybi/send-object-tostring-check.html: Added.
1130 2011-09-26 Tony Chang <tony@chromium.org>
1132 switch the initial value of flex-order to 0
1133 https://bugs.webkit.org/show_bug.cgi?id=68820
1135 Reviewed by Ojan Vafai.
1137 * css3/flexbox/flex-order.html:
1139 2011-09-26 Chris Marrin <cmarrin@apple.com>
1141 Enable requestAnimationFrame on Windows
1142 https://bugs.webkit.org/show_bug.cgi?id=68397
1144 Reviewed by Simon Fraser.
1146 Unskip requestAnimationFrame tests for Windows. request-animation-frame-during-modal.html
1147 is still skipped because it uses showModalDialog which is not supported in DRT on Windows
1149 * platform/win/Skipped:
1151 2011-09-26 Ryosuke Niwa <rniwa@webkit.org>
1153 editing/selection/select-bidi-run.html timeouts on non-Mac platforms
1154 https://bugs.webkit.org/show_bug.cgi?id=68831
1156 Reviewed by Enrica Casucci.
1158 Click at (0,0) to reset click count instead of a long leapForward.
1160 * editing/selection/select-bidi-run.html:
1162 2011-09-26 Kenji Imasaki <imasaki@chromium.org>
1164 [Chromium] Update the test expectaion file for media related tests.
1165 It includes updating bug numbers, removing
1166 media/video-controls-visible-audio-only.html, and unskipping
1167 media/media-document-audio-repaint.html.
1168 https://bugs.webkit.org/show_bug.cgi?id=68254
1170 Reviewed by David Levin.
1172 * platform/chromium/test_expectations.txt:
1174 2011-09-26 Mihai Parparita <mihaip@chromium.org>
1176 Remove test that no longer crashes (fixed by r95985).
1178 * platform/chromium/test_expectations.txt:
1180 2011-09-26 Mike Reed <reed@google.com>
1182 [skia] need rebaseline after the next skia roll -- improvements to xfermodes on gpu
1183 https://bugs.webkit.org/show_bug.cgi?id=68807
1185 Reviewed by Stephen White.
1187 * platform/chromium/test_expectations.txt:
1189 2011-09-26 Simon Fraser <simon.fraser@apple.com>
1191 Repaint tests don't work in WebKit2
1192 https://bugs.webkit.org/show_bug.cgi?id=68453
1194 Reviewed by Sam Weinig.
1196 Update Mac results to use the new repaint rects. Differences from old results:
1197 * There are no longer invalidates from scrolling.
1198 * We no longer see the effects of AppKit rect coalescing.
1199 * Composting tests show the overlay now, but repaints in compositing layers do not show.
1201 Bad results in a couple of tests are covered by bugs 68830 and 68829.
1203 * platform/mac/fast/repaint/4774354-expected.png:
1204 * platform/mac/fast/repaint/block-layout-inline-children-float-positioned-expected.png:
1205 * platform/mac/fast/repaint/block-selection-gap-in-composited-layer-expected.png:
1206 * platform/mac/fast/repaint/border-radius-repaint-expected.png:
1207 * platform/mac/fast/repaint/clipped-relative-expected.png:
1208 * platform/mac/fast/repaint/containing-block-position-change-expected.png:
1209 * platform/mac/fast/repaint/control-clip-expected.png:
1210 * platform/mac/fast/repaint/delete-into-nested-block-expected.png:
1211 * platform/mac/fast/repaint/fixed-and-absolute-position-scrolled-expected.png:
1212 * platform/mac/fast/repaint/fixed-scroll-simple-expected.png:
1213 * platform/mac/fast/repaint/flexible-box-overflow-expected.png:
1214 * platform/mac/fast/repaint/flexible-box-overflow-horizontal-expected.png:
1215 * platform/mac/fast/repaint/float-move-during-layout-expected.png:
1216 * platform/mac/fast/repaint/float-overflow-expected.png:
1217 * platform/mac/fast/repaint/float-overflow-right-expected.png:
1218 * platform/mac/fast/repaint/iframe-scroll-repaint-expected.png:
1219 * platform/mac/fast/repaint/inline-block-overflow-expected.png:
1220 * platform/mac/fast/repaint/japanese-rl-selection-repaint-expected.png:
1221 * platform/mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
1222 * platform/mac/fast/repaint/layer-child-outline-expected.png:
1223 * platform/mac/fast/repaint/layer-outline-expected.png:
1224 * platform/mac/fast/repaint/layer-outline-horizontal-expected.png:
1225 * platform/mac/fast/repaint/line-flow-with-floats-in-regions-expected.png:
1226 * platform/mac/fast/repaint/line-overflow-expected.png:
1227 * platform/mac/fast/repaint/nested-iframe-scroll-inner-expected.png:
1228 * platform/mac/fast/repaint/nested-iframe-scroll-outer-expected.png:
1229 * platform/mac/fast/repaint/outline-child-repaint-expected.png:
1230 * platform/mac/fast/repaint/outline-shrinking-expected.png:
1231 * platform/mac/fast/repaint/overflow-delete-line-expected.png:
1232 * platform/mac/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.png:
1233 * platform/mac/fast/repaint/repaint-during-scroll-expected.png:
1234 * platform/mac/fast/repaint/scale-page-shrink-expected.png:
1235 * platform/mac/fast/repaint/search-field-cancel-expected.png:
1236 * platform/mac/fast/repaint/selection-after-remove-expected.png:
1237 * platform/mac/fast/repaint/shadow-multiple-horizontal-expected.png:
1238 * platform/mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
1239 * platform/mac/fast/repaint/shadow-multiple-strict-vertical-expected.png:
1240 * platform/mac/fast/repaint/shadow-multiple-vertical-expected.png:
1241 * platform/mac/fast/repaint/static-to-positioned-expected.png:
1242 * platform/mac/fast/repaint/table-cell-move-expected.png:
1243 * platform/mac/fast/repaint/text-selection-rect-in-overflow-2-expected.png:
1244 * platform/mac/fast/repaint/text-shadow-expected.png:
1245 * platform/mac/fast/repaint/text-shadow-horizontal-expected.png:
1247 2011-09-26 John Bauman <jbauman@chromium.org>
1249 Fix nonpremultiplied webgl toDataURL to jpeg
1250 https://bugs.webkit.org/show_bug.cgi?id=68366
1252 Update the premultiplyalpha-test from the WebGL conformance tests.
1253 Also use the correct expected result for toDataURL.jpeg.alpha.html.
1255 Reviewed by Kenneth Russell.
1257 * fast/canvas/webgl/premultiplyalpha-test-expected.txt:
1258 * fast/canvas/webgl/premultiplyalpha-test.html:
1259 * platform/mac/canvas/philip/tests/toDataURL.jpeg.alpha-expected.txt:
1261 2011-09-26 Ryosuke Niwa <rniwa@webkit.org>
1263 Add a failing expectation to the test added by r95964 on Chromium Linux and Chromium Windows.
1264 The failure is tracked by the bug 68832.
1266 * platform/chromium/test_expectations.txt:
1268 2011-09-26 W. James MacLean <wjmaclean@chromium.org>
1270 [chromium] Revise zoom animator backend to use full transform instead of just scale.
1271 https://bugs.webkit.org/show_bug.cgi?id=68535
1273 Reviewed by Kenneth Russell.
1275 * platform/chromium-gpu-linux/platform/chromium/compositing/zoom-animator-scale-test-expected.png: Added.
1276 * platform/chromium/compositing/zoom-animator-scale-test.html:
1278 2011-09-26 Mihai Parparita <mihaip@chromium.org>
1280 Layout Test fast/animation/request-animation-frame-timestamps-advance.html is failing
1281 https://bugs.webkit.org/show_bug.cgi?id=68821
1283 Switch test to use finishJSTest(), which handles js-test-post.js loading
1284 after the test is complete better.
1286 * fast/animation/request-animation-frame-timestamps-advance.html:
1287 * fast/animation/script-tests/request-animation-frame-timestamps-advance.js:
1288 (window.webkitRequestAnimationFrame):
1289 * platform/chromium/test_expectations.txt:
1291 2011-09-26 Mihai Parparita <mihaip@chromium.org>
1293 Rebaseline fast/dom/Window/window-resize-contents.html for non-Chromium ports.
1295 Previous expected result was Chromium-specific because console line
1296 numbers were different in JSC.
1298 Additionally, the test doesn't behave as expected for non-Chromium
1299 ports (window size remains at 800x600). Update the baselines to use
1300 that for now, so that we're still aware of regressions/progressions.
1302 * fast/dom/Window/window-resize-contents-expected.txt:
1303 * platform/chromium/fast/dom/Window/window-resize-contents-expected.txt: Copied from LayoutTests/fast/dom/Window/window-resize-contents-expected.txt.
1305 2011-09-26 Mihai Parparita <mihaip@chromium.org>
1307 Unreviewed, rolling out r95960.
1308 http://trac.webkit.org/changeset/95960
1309 https://bugs.webkit.org/show_bug.cgi?id=58608
1311 Significantly changes table border rendering
1313 * fast/borders/border-groove-expected.png: Removed.
1314 * fast/borders/border-groove-expected.txt: Removed.
1315 * fast/borders/border-groove.html: Removed.
1316 * fast/borders/border-inset-expected.png: Removed.
1317 * fast/borders/border-inset-expected.txt: Removed.
1318 * fast/borders/border-inset.html: Removed.
1319 * fast/borders/border-outset-expected.png: Removed.
1320 * fast/borders/border-outset-expected.txt: Removed.
1321 * fast/borders/border-outset.html: Removed.
1322 * fast/borders/border-ridge-expected.png: Removed.
1323 * fast/borders/border-ridge-expected.txt: Removed.
1324 * fast/borders/border-ridge.html: Removed.
1326 2011-09-26 Mihai Parparita <mihaip@chromium.org>
1328 Chromium test expectations update.
1330 * platform/chromium/test_expectations.txt:
1332 2011-09-12 Ryosuke Niwa <rniwa@webkit.org>
1334 REGRESSION(r74971): Selection doesn't work correctly in BiDi Text
1335 https://bugs.webkit.org/show_bug.cgi?id=57340
1337 Reviewed by Eric Seidel.
1339 * editing/selection/select-bidi-run-expected.txt: Added.
1340 * editing/selection/select-bidi-run.html: Added.
1342 2011-09-26 Csaba Osztrogonác <ossy@webkit.org>
1344 [Qt] Unreviewed gardening.
1346 * platform/qt/fast/dom/Window/window-resize-contents-expected.png: Added after r95897.
1347 * platform/qt/fast/dom/Window/window-resize-contents-expected.txt: Added after r95897.
1348 * platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.png: Updated after r95897.
1349 * platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.txt: Updated after r95897.
1350 * platform/qt/fast/frames/flattening/frameset-flattening-subframesets-expected.png: Updated after r95897.
1351 * platform/qt/fast/frames/flattening/frameset-flattening-subframesets-expected.txt: Updated after r95897.
1352 * platform/qt/fast/ruby/ruby-text-before-after-content-expected.png: Added after r95857.
1353 * platform/qt/fast/ruby/ruby-text-before-after-content-expected.txt: Added after r95857.
1355 2011-09-26 Antaryami Pandia <antaryami.pandia@motorola.com>
1357 Groove/inset/outset borders show solid if the color is black.
1358 https://bugs.webkit.org/show_bug.cgi?id=58608
1360 Reviewed by Simon Fraser.
1362 * fast/borders/border-groove-expected.png: Added.
1363 * fast/borders/border-groove-expected.txt: Added.
1364 * fast/borders/border-groove.html: Added.
1365 * fast/borders/border-inset-expected.png: Added.
1366 * fast/borders/border-inset-expected.txt: Added.
1367 * fast/borders/border-inset.html: Added.
1368 * fast/borders/border-outset-expected.png: Added.
1369 * fast/borders/border-outset-expected.txt: Added.
1370 * fast/borders/border-outset.html: Added.
1371 * fast/borders/border-ridge-expected.png: Added.
1372 * fast/borders/border-ridge-expected.txt: Added.
1373 * fast/borders/border-ridge.html: Added.
1375 2011-09-26 Abhishek Arya <inferno@chromium.org>
1377 Delete retired custom font data only on document
1378 destruction, and not on recalc style.
1379 https://bugs.webkit.org/show_bug.cgi?id=68805
1381 Reviewed by Dave Hyatt.
1383 * fast/text/custom-font-data-crash-expected.txt: Added.
1384 * fast/text/custom-font-data-crash.html: Added.
1386 2011-09-23 Adrienne Walker <enne@google.com>
1388 [chromium] Update VideoLayerChromium textures after texture resources are reclaimed
1389 https://bugs.webkit.org/show_bug.cgi?id=68742
1391 Reviewed by James Robinson.
1393 Without this patch, this video texture is invalid.
1395 * compositing/video-page-visibility-expected.png: Added.
1396 * compositing/video-page-visibility-expected.txt: Added.
1397 * compositing/video-page-visibility.html: Added.
1399 2011-09-26 Ilya Tikhonovsky <loislo@chromium.org>
1401 Web Inspector: generic performance UI test for panel switch.
1402 https://bugs.webkit.org/show_bug.cgi?id=68806
1404 Reviewed by Pavel Feldman.
1406 * inspector/performance/resources/show-panel-elements.html: Removed.
1407 * inspector/performance/resources/show-panel-network.html: Removed.
1408 * inspector/performance/resources/show-panel.html: Added.
1410 2011-09-26 Zsolt Fehér <feherzs@inf.u-szeged.hu>
1412 Unreviewed Qt gardening.
1413 https://bugs.webkit.org/show_bug.cgi?id=68796
1415 * platform/qt/Skipped:
1417 2011-09-26 Zsolt Fehér <feherzs@inf.u-szeged.hu>
1419 Unreviewed Qt gardening.
1420 https://bugs.webkit.org/show_bug.cgi?id=51639
1422 * platform/qt/Skipped:
1424 2011-09-26 Andrey Kosyakov <caseq@chromium.org>
1426 Web Inspector: [Extensions API] allow resources to hook on click on resource links
1427 https://bugs.webkit.org/show_bug.cgi?id=68528
1429 Reviewed by Yury Semikhatsky.
1431 * http/tests/inspector/extensions-test.js:
1432 (initialize_ExtensionsTest.InspectorTest.runExtensionTests):
1433 (initialize_ExtensionsTest):
1434 * inspector/extensions/extensions-api-expected.txt:
1435 * inspector/extensions/extensions-resources-expected.txt:
1436 * inspector/extensions/extensions-resources.html:
1438 2011-09-23 Ilya Tikhonovsky <loislo@chromium.org>
1440 Web Inspector: Timeline: record root event for the function calls enforced by console eval.
1441 https://bugs.webkit.org/show_bug.cgi?id=68695
1443 In a complex web application developer might want to timeline a specific piece of code.
1445 In this case he can do the next steps:
1447 2) eval a command in console;
1450 I think it'd be nice to have a root event for the all the events that happened as the result of such eval.
1452 Reviewed by Yury Semikhatsky.
1454 * inspector/timeline/timeline-injected-script-eval-expected.txt: Added.
1455 * inspector/timeline/timeline-injected-script-eval.html: Added.
1456 * platform/chromium/inspector/timeline/timeline-injected-script-eval-expected.txt: Added.
1457 * platform/chromium/inspector/timeline/timeline-receive-response-event-expected.txt:
1459 2011-09-26 James Robinson <jamesr@chromium.org>
1461 [mac] Timestamp parameter to requestAnimationFrame is busted in USE(REQUEST_ANIMATION_FRAME_TIMER) path
1462 https://bugs.webkit.org/show_bug.cgi?id=68769
1464 Reviewed by Simon Fraser.
1466 Adds a test that the timestamp parameter to the requestAnimationFrame callback advances between calls.
1468 * fast/animation/request-animation-frame-timestamps-advance-expected.txt: Added.
1469 * fast/animation/request-animation-frame-timestamps-advance.html: Added.
1470 * fast/animation/script-tests/request-animation-frame-timestamps-advance.js: Copied from LayoutTests/fast/animation/script-tests/request-animation-frame-timestamps.js.
1472 (window.webkitRequestAnimationFrame):
1473 * fast/animation/script-tests/request-animation-frame-timestamps.js:
1474 Remove the element parameter, they aren't a useful part of the test.
1476 2011-09-25 Kentaro Hara <haraken@chromium.org>
1478 Implement a CloseEvent constructor for JSC
1479 https://bugs.webkit.org/show_bug.cgi?id=68340
1481 Reviewed by Oliver Hunt.
1483 * fast/dom/constructed-objects-prototypes-expected.txt: Now window has CloseEvent.
1484 * fast/events/constructors/close-event-constructor-expected.txt: Added.
1485 * fast/events/constructors/close-event-constructor.html: Added.
1486 * platform/chromium/test_expectations.txt: Skipped close-event-constructor.html, since V8 does not yet have the CloseEvent constructor.
1488 2011-09-25 Dan Bernstein <mitz@apple.com>
1490 <rdar://problem/10156263> ASSERT in WebCore::FrameView::scheduleRelayoutOfSubtree
1492 Reviewed by Sam Weinig.
1494 * fast/dynamic/subtree-unrooted-expected.txt: Added.
1495 * fast/dynamic/subtree-unrooted.html: Added.
1497 2011-09-24 Abhishek Arya <inferno@chromium.org>
1499 Issues with merging block children of a ruby
1500 base with another ruby base having inline children.
1501 https://bugs.webkit.org/show_bug.cgi?id=66124
1503 Reviewed by Dan Bernstein.
1505 * fast/ruby/ruby-base-merge-block-children-crash.html: Added.
1506 * platform/mac/fast/ruby/ruby-base-merge-block-children-crash-expected.txt: Added.
1508 2011-09-25 Philippe Normand <pnormand@igalia.com>
1510 Unreviewed, remove fast/workers/storage/interrupt-database.html
1511 from GTK test_expectations since it's been skipped in r95809.
1513 * platform/gtk/test_expectations.txt:
1515 2011-09-24 Mihai Parparita <mihaip@chromium.org>
1517 Remove Chromium failing expectations for WCSS tests now that they're
1518 been removed with r95911.
1520 * platform/chromium/test_expectations.txt:
1522 2011-09-24 Mihai Parparita <mihaip@chromium.org>
1524 Mark an svg/ test as slow, and remove incorrect baselines for another.
1526 * platform/chromium-cg-mac-leopard/fast/ruby/ruby-text-before-after-content-expected.txt: Removed.
1527 * platform/chromium/test_expectations.txt:
1529 2011-09-24 Geoffrey Garen <ggaren@apple.com>
1531 Allocate new objects unmarked
1532 https://bugs.webkit.org/show_bug.cgi?id=68764
1534 Reviewed by Oliver Hunt.
1536 Made this flaky test less flaky. (Just enough to make my patch not fail.)
1538 * fast/dom/gc-10.html: Count objects immediately after GC to get an
1539 exact count. Call 'reload' a few times to improve test coverage. Preload
1540 properties in case they're lazily instantiated, which would change
1541 object count numbers. Also, use the 'var' keyword like a good little
1544 2011-09-24 Adam Barth <abarth@webkit.org>
1546 Remove ENABLE(WCSS) and associated code
1547 https://bugs.webkit.org/show_bug.cgi?id=68759
1549 Reviewed by Darin Adler.
1551 * fast/wcss: Removed.
1552 * fast/wcss/wap-input-format-expected.txt: Removed.
1553 * fast/wcss/wap-input-format.xhtml: Removed.
1554 * fast/wcss/wap-input-required-expected.txt: Removed.
1555 * fast/wcss/wap-input-required.xhtml: Removed.
1557 2011-09-24 Dan Bernstein <mitz@apple.com>
1559 Added Snow Leopard-specific expected results.
1561 * platform/mac-snowleopard/platform/mac/fast/text/combining-character-sequence-fallback-expected.txt: Added.
1563 2011-09-24 Young Han Lee <joybro@company100.net>
1565 SVGAnimation does not support 'values' for from-to animations
1566 https://bugs.webkit.org/show_bug.cgi?id=64859
1568 Reviewed by Dirk Schulze.
1570 If from-to animation have discrete calc-mode and have a 'keyTimes' list, values of
1571 the keyTimes indicate the begin and the end of the animation respectively.[1][2]
1573 When keyTimes is given, calculate the progress percentage of the animation with it
1574 even for from-to animation.
1576 [1] http://www.w3.org/TR/SVG/animate.html#ValueAttributes
1577 [2] http://www.w3.org/TR/2001/REC-smil-animation-20010904/#AnimFuncValues
1579 * svg/animations/animate-from-to-keyTimes-expected.txt: Added.
1580 * svg/animations/animate-from-to-keyTimes.html: Added.
1581 * svg/animations/script-tests/animate-from-to-keyTimes.js: Added.
1586 2011-09-23 Chris Fleizach <cfleizach@apple.com>
1588 WebKit does not expose AXPlaceholder value on password fields
1589 https://bugs.webkit.org/show_bug.cgi?id=68745
1591 Reviewed by Oliver Hunt.
1593 * accessibility/placeholder-expected.txt:
1594 * accessibility/placeholder.html:
1596 2011-09-23 Justin Novosad <junov@chromium.org>
1598 Unwarranted DOM Exception when canvas2D drawImage is called with src
1599 rect is out of bounds
1600 https://bugs.webkit.org/show_bug.cgi?id=65709
1602 Reviewed by Oliver Hunt.
1604 * fast/canvas/drawImage-with-invalid-args-expected.txt:
1605 * fast/canvas/drawImage-with-invalid-args.html:
1606 This test covers (among other things) cases where the source rectangle is
1607 _completely_ outside the bounds of the source image. It was modified to no
1608 longer expect DOM exceptions
1609 * platform/chromium/test_expectations.txt:
1610 Out-dated test canvas/philip/tests/2d.drawImage.outsidesource.html
1611 is now expected to fail
1612 * platform/mac/Skipped:
1613 Skipping canvas/philip/tests/2d.drawImage.outsidesource.html
1615 2011-09-23 Mihai Parparita <mihaip@chromium.org>
1617 [Chromium] REGRESSION (r95725): Resizing a window doesn't resize the contents
1618 https://bugs.webkit.org/show_bug.cgi?id=68730
1620 Reviewed by James Robinson.
1622 Test for resizing of the window triggering resizing of contents.
1624 * fast/dom/Window/window-resize-contents-expected.txt: Added.
1625 * fast/dom/Window/window-resize-contents.html: Added.
1627 2011-09-23 Mihai Parparita <mihaip@chromium.org>
1629 Rebaseline fast/ruby/ruby-text-before-after-content.html for Chromium Mac.
1631 Mark media/controls-right-click-on-timebar.html as flaky.
1633 * platform/chromium-cg-mac-leopard/fast/ruby/ruby-text-before-after-content-expected.png: Added.
1634 * platform/chromium-cg-mac-leopard/fast/ruby/ruby-text-before-after-content-expected.txt: Added.
1635 * platform/chromium-mac/fast/ruby/ruby-text-before-after-content-expected.png: Added.
1636 * platform/chromium/test_expectations.txt:
1638 2011-09-23 Varun Jain <varunjain@google.com>
1640 Refactor WebViewImpl::scrollFocusedNodeIntoRect to a better place and add tests
1641 https://bugs.webkit.org/show_bug.cgi?id=68198
1643 Reviewed by Dimitri Glazkov.
1645 * fast/dom/scroll-element-to-rect-centered-expected.txt: Added.
1646 * fast/dom/scroll-element-to-rect-centered.html: Added.
1647 * fast/dom/scroll-element-to-rect-expected.txt: Added.
1648 * fast/dom/scroll-element-to-rect.html: Added.
1650 2011-09-23 Dean Jackson <dino@apple.com>
1652 Add -webkit-filter to CSSPropertyNames
1653 https://bugs.webkit.org/show_bug.cgi?id=68675
1655 Reviewed by Simon Fraser.
1657 New test for rudimentary parsing of -webkit-filter.
1658 Since currently only the Apple port enables the
1659 feature, add this new test to the platform skip lists
1660 for GTK, QT and Chromium.
1662 * css3/filters/filter-property-expected.txt: Added.
1663 * css3/filters/filter-property.html: Added.
1664 * css3/filters/script-tests/TEMPLATE.html: Added.
1665 * css3/filters/script-tests/filter-property.js: Added.
1666 * platform/chromium/test_expectations.txt:
1667 * platform/gtk/Skipped:
1668 * platform/qt/Skipped:
1670 2011-09-23 Jay Soffian <jaysoffian@gmail.com>
1672 chrome.dll!WebCore::ApplyStyleCommand::applyBlockStyle ReadAV@NULL (64db547804532a84be2e53721e499e9e)
1673 https://bugs.webkit.org/show_bug.cgi?id=51639
1675 Reviewed by Tony Chang.
1677 Add repro for a crash inside WebCore::ApplyStyleCommand::applyBlockStyle. Fixed by r94840.
1679 * editing/style/justify-without-enclosing-block-expected.txt: Added.
1680 * editing/style/justify-without-enclosing-block.xhtml: Added.
1682 2011-09-23 Adam Barth <abarth@webkit.org>
1686 * platform/chromium/test_expectations.txt:
1688 2011-09-23 Tom Sepez <tsepez@chromium.org>
1690 Add a few more possiblities to the test cases for xss denial.
1691 https://bugs.webkit.org/show_bug.cgi?id=47120
1693 Reviewed by Adam Barth.
1695 * http/tests/security/xss-DENIED-document-baseURI-javascript-with-spaces-expected.txt: Added.
1696 * http/tests/security/xss-DENIED-document-baseURI-javascript-with-spaces.html: Added.
1697 * http/tests/security/xss-DENIED-window-open-javascript-url-with-spaces-expected.txt: Added.
1698 * http/tests/security/xss-DENIED-window-open-javascript-url-with-spaces.html: Added.
1700 2011-09-23 Chang Shu <cshu@webkit.org>
1702 [WK2] [Qt] Implement MouseDown/MouseUp/MouseMoveTo functions for WebKit2 EventSender
1703 https://bugs.webkit.org/show_bug.cgi?id=68556
1705 Implement the MouseDown/MouseUp/MouseMoveTo functions on Qt platform.
1707 Unskip passed tests.
1709 Reviewed by Darin Adler.
1711 * platform/qt-wk2/Skipped:
1715 Strict mode does not work in non-trivial nested functions.
1716 https://bugs.webkit.org/show_bug.cgi?id=68740
1718 Reviewed by Oliver Hunt.
1720 Function-info caching does not preserve all state that it should.
1722 * fast/js/nested-functions-expected.txt: Added.
1723 * fast/js/nested-functions.html: Added.
1724 * fast/js/script-tests/nested-functions.js: Added.
1730 2011-09-23 Dan Bernstein <mitz@apple.com>
1732 <rdar://problem/10178576> REGRESSION (r95391): Crash in -[WebCascadeList objectAtIndex:] when a font-family list contains missing fonts
1733 https://bugs.webkit.org/show_bug.cgi?id=68737
1735 Reviewed by Darin Adler.
1737 * fast/text/combining-character-sequence-fallback-crash-expected.txt: Added.
1738 * fast/text/combining-character-sequence-fallback-crash.html: Added.
1740 2011-09-23 David Reveman <reveman@chromium.org>
1742 [Chromium] Fix CSS 3D corner anti-aliasing.
1743 https://bugs.webkit.org/show_bug.cgi?id=68087
1745 Reviewed by James Robinson.
1747 Add a test to check sharp corner rendering of CSS 3D transformed
1750 * platform/chromium-gpu-linux/compositing/flat-with-transformed-child-expected.checksum: Removed.
1751 * platform/chromium-gpu-linux/compositing/flat-with-transformed-child-expected.png: Added.
1752 * platform/chromium-gpu-linux/platform/chromium/compositing/3d-corners-expected.png: Added.
1753 * platform/chromium-gpu-linux/platform/chromium/compositing/backface-visibility-transformed-expected.png:
1754 * platform/chromium-gpu-linux/platform/chromium/compositing/perpendicular-layer-sorting-expected.png:
1755 * platform/chromium/compositing/3d-corners-expected.txt: Added.
1756 * platform/chromium/compositing/3d-corners.html: Added.
1757 * platform/chromium/test_expectations.txt:
1759 2011-09-23 Mihai Parparita <mihaip@chromium.org>
1761 Add failing expectations for tests added by r95852.
1763 * platform/chromium/test_expectations.txt:
1765 2011-09-23 Gavin Barraclough <barraclough@apple.com>
1767 Updating now-passing Layout test.
1769 Rubber stamped by geoff garen
1771 * fast/js/Object-getOwnPropertyNames-expected.txt:
1772 * fast/js/script-tests/Object-getOwnPropertyNames.js:
1774 2011-09-23 Abhishek Arya <inferno@chromium.org>
1776 Unreviewed. Chromium rebaselines for r95857.
1778 * platform/chromium-linux/fast/ruby/ruby-text-before-after-content-expected.png: Added.
1779 * platform/chromium-win/fast/ruby/ruby-text-before-after-content-expected.png: Added.
1780 * platform/chromium-win/fast/ruby/ruby-text-before-after-content-expected.txt: Added.
1782 2011-09-23 Ojan Vafai <ojan@chromium.org>
1784 remove physical flex-flow values to match the updated spec
1785 https://bugs.webkit.org/show_bug.cgi?id=68728
1787 Reviewed by Tony Chang.
1789 * css3/flexbox/css-properties-expected.txt:
1790 * css3/flexbox/script-tests/css-properties.js:
1792 2011-09-23 Abhishek Arya <inferno@chromium.org>
1794 Style not updated for :before, :after content
1796 https://bugs.webkit.org/show_bug.cgi?id=68625
1798 Reviewed by Dave Hyatt.
1800 * fast/ruby/ruby-text-before-after-content-expected.png: Added.
1801 * fast/ruby/ruby-text-before-after-content-expected.txt: Added.
1802 * fast/ruby/ruby-text-before-after-content.html: Added.
1804 2011-09-23 David Hyatt <hyatt@apple.com>
1806 https://bugs.webkit.org/show_bug.cgi?id=68719
1808 Push through multiple regions when an object doesn't fit in any of them. Unlike with pages and
1809 columns, when regions have a non-uniform height, we may need to push through multiple regions
1810 in order to find one that fits.
1812 Added an optimization for quickly noticing if regions do have a uniform height so that we can
1813 treat them like columns and pages if so.
1815 Also fixed the end line matchup to properly null out endLine when no next line box exists. The new
1816 layout tests I wrote to cover this feature exposed this crasher, so fixing it in order to land
1819 Reviewed by Anders Carlsson.
1821 * fast/regions/webkit-flow-float-pushed-to-last-region.html: Added.
1822 * fast/regions/webkit-flow-float-unable-to-push.html: Added.
1823 * platform/mac/fast/regions/webkit-flow-float-pushed-to-last-region-expected.png: Added.
1824 * platform/mac/fast/regions/webkit-flow-float-pushed-to-last-region-expected.txt: Added.
1825 * platform/mac/fast/regions/webkit-flow-float-unable-to-push-expected.png: Added.
1826 * platform/mac/fast/regions/webkit-flow-float-unable-to-push-expected.txt: Added.
1828 2011-09-23 Konstantin Scheglov <scheglov@google.com>
1830 Redrawing dirty parts of a large table is very slow
1831 https://bugs.webkit.org/show_bug.cgi?id=64546
1833 Reviewed by David Hyatt.
1835 Tests for invalidating collapsed borders cache.
1837 * fast/table/border-collapsing/cached-cell-append-expected.png: Added.
1838 * fast/table/border-collapsing/cached-cell-append-expected.txt: Added.
1839 * fast/table/border-collapsing/cached-cell-append.html: Added.
1840 * fast/table/border-collapsing/cached-cell-remove-expected.png: Added.
1841 * fast/table/border-collapsing/cached-cell-remove-expected.txt: Added.
1842 * fast/table/border-collapsing/cached-cell-remove.html: Added.
1843 * fast/table/border-collapsing/cached-change-cell-border-color-expected.png: Added.
1844 * fast/table/border-collapsing/cached-change-cell-border-color-expected.txt: Added.
1845 * fast/table/border-collapsing/cached-change-cell-border-color.html: Added.
1846 * fast/table/border-collapsing/cached-change-cell-border-width-expected.png: Added.
1847 * fast/table/border-collapsing/cached-change-cell-border-width-expected.txt: Added.
1848 * fast/table/border-collapsing/cached-change-cell-border-width.html: Added.
1849 * fast/table/border-collapsing/cached-change-col-border-color-expected.png: Added.
1850 * fast/table/border-collapsing/cached-change-col-border-color-expected.txt: Added.
1851 * fast/table/border-collapsing/cached-change-col-border-color.html: Added.
1852 * fast/table/border-collapsing/cached-change-col-border-width-expected.png: Added.
1853 * fast/table/border-collapsing/cached-change-col-border-width-expected.txt: Added.
1854 * fast/table/border-collapsing/cached-change-col-border-width.html: Added.
1855 * fast/table/border-collapsing/cached-change-colgroup-border-color-expected.png: Added.
1856 * fast/table/border-collapsing/cached-change-colgroup-border-color-expected.txt: Added.
1857 * fast/table/border-collapsing/cached-change-colgroup-border-color.html: Added.
1858 * fast/table/border-collapsing/cached-change-colgroup-border-width-expected.png: Added.
1859 * fast/table/border-collapsing/cached-change-colgroup-border-width-expected.txt: Added.
1860 * fast/table/border-collapsing/cached-change-colgroup-border-width.html: Added.
1861 * fast/table/border-collapsing/cached-change-row-border-color-expected.png: Added.
1862 * fast/table/border-collapsing/cached-change-row-border-color-expected.txt: Added.
1863 * fast/table/border-collapsing/cached-change-row-border-color.html: Added.
1864 * fast/table/border-collapsing/cached-change-row-border-width-expected.png: Added.
1865 * fast/table/border-collapsing/cached-change-row-border-width-expected.txt: Added.
1866 * fast/table/border-collapsing/cached-change-row-border-width.html: Added.
1867 * fast/table/border-collapsing/cached-change-table-border-color-expected.png: Added.
1868 * fast/table/border-collapsing/cached-change-table-border-color-expected.txt: Added.
1869 * fast/table/border-collapsing/cached-change-table-border-color.html: Added.
1870 * fast/table/border-collapsing/cached-change-table-border-width-expected.png: Added.
1871 * fast/table/border-collapsing/cached-change-table-border-width-expected.txt: Added.
1872 * fast/table/border-collapsing/cached-change-table-border-width.html: Added.
1873 * fast/table/border-collapsing/cached-change-tbody-border-color-expected.png: Added.
1874 * fast/table/border-collapsing/cached-change-tbody-border-color-expected.txt: Added.
1875 * fast/table/border-collapsing/cached-change-tbody-border-color.html: Added.
1876 * fast/table/border-collapsing/cached-change-tbody-border-width-expected.png: Added.
1877 * fast/table/border-collapsing/cached-change-tbody-border-width-expected.txt: Added.
1878 * fast/table/border-collapsing/cached-change-tbody-border-width.html: Added.
1880 2011-09-23 Jochen Eisinger <jochen@chromium.org>
1882 Clarify wording in cross origin XSL tests and enable on all platforms
1883 https://bugs.webkit.org/show_bug.cgi?id=68683
1885 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.
1887 Reviewed by Alexey Proskuryakov.
1889 * http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
1890 * http/tests/security/cross-origin-xsl-BLOCKED.html:
1891 * http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
1892 * http/tests/security/cross-origin-xsl-redirect-BLOCKED.html:
1893 * platform/chromium-cg-mac/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
1894 * platform/chromium-cg-mac/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
1895 * platform/chromium-mac/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
1896 * platform/chromium-mac/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
1897 * platform/chromium-win/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
1898 * platform/chromium-win/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
1899 * platform/gtk/Skipped:
1900 * platform/gtk/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
1901 * platform/gtk/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
1902 * platform/mac-wk2/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
1903 * platform/mac-wk2/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
1904 * platform/qt-wk2/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
1905 * platform/qt-wk2/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
1906 * platform/win-wk2/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
1907 * platform/win-wk2/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
1908 * platform/wk2/Skipped:
1910 2011-09-23 Mihai Parparita <mihaip@chromium.org>
1912 Mark two more tests as flaky.
1914 * platform/chromium/test_expectations.txt:
1916 2011-09-23 Mihai Parparita <mihaip@chromium.org>
1918 Mark a test as flaky.
1920 * platform/chromium/test_expectations.txt:
1922 2011-09-23 Ilya Tikhonovsky <loislo@chromium.org>
1924 Unreviewed. Normalize test names.
1926 * inspector/performance/resources/first-open-elements.html:
1927 * inspector/performance/resources/first-open-resources.html:
1929 2011-09-23 Yael Aharon <yael.aharon@nokia.com>
1931 Fix typo in file name from http://trac.webkit.org/changeset/95813.
1935 * platform/gtk/media/video-playing-and-pause-actual.txt: Removed.
1936 * platform/gtk/media/video-playing-and-pause-expected.txt: Copied from LayoutTests/platform/gtk/media/video-playing-and-pause-actual.txt.
1938 2011-09-23 Yael Aharon <yael.aharon@nokia.com>
1940 Rebaseline after http://trac.webkit.org/changeset/95799
1944 * platform/mac-wk2/media/video-playing-and-pause-expected.txt: Added.
1945 * platform/mac/media/video-playing-and-pause-expected.txt: Added.
1947 2011-09-23 Yael Aharon <yael.aharon@nokia.com>
1949 Rebaseline after http://trac.webkit.org/changeset/95799
1953 * platform/gtk/media/video-playing-and-pause-actual.txt: Added.
1955 2011-09-23 Xan Lopez <xlopez@igalia.com>
1957 [GTK] Skip crashing test fast/workers/storage/interrupt-database.html
1958 https://bugs.webkit.org/show_bug.cgi?id=68700
1962 * platform/gtk/Skipped:
1964 2011-09-23 Vsevolod Vlasov <vsevik@chromium.org>
1966 Web Inspector: InspectorStyleSheet should use stylesheet's original url, not final one.
1967 https://bugs.webkit.org/show_bug.cgi?id=68631
1969 Reviewed by Yury Semikhatsky.
1971 * http/tests/inspector/elements-test.js:
1972 (initialize_ElementTest.InspectorTest.getElementStylePropertyTreeItem):
1973 (initialize_ElementTest.InspectorTest.getMatchedStylePropertyTreeItem):
1974 (initialize_ElementTest.InspectorTest.getFirstPropertyTreeItemForSection):
1975 * http/tests/inspector/styles/resources/styles-redirected-css.css: Added.
1977 * http/tests/inspector/styles/resources/styles-redirected-css.php: Added.
1978 * http/tests/inspector/styles/styles-redirected-css-expected.txt: Added.
1979 * http/tests/inspector/styles/styles-redirected-css.html: Added.
1981 2011-09-23 Vsevolod Vlasov <vsevik@chromium.org>
1983 Web Inspector: XHRs requests with the same url as main resource should have correct category.
1984 https://bugs.webkit.org/show_bug.cgi?id=68646
1986 Reviewed by Yury Semikhatsky.
1988 * http/tests/inspector/network/network-xhr-same-url-as-main-resource-expected.txt: Added.
1989 * http/tests/inspector/network/network-xhr-same-url-as-main-resource.html: Added.
1991 2011-09-23 Marcus Bulach <bulach@chromium.org>
1993 [chromium] Update expectation for pservers-grad-14-b.svg on snowleopard
1994 https://bugs.webkit.org/show_bug.cgi?id=68697
1996 Unreviewed rebaseline.
1998 * platform/chromium/test_expectations.txt:
2000 2011-09-23 Yael Aharon <yael.aharon@nokia.com>
2002 [Qt][Gtk] Wrong state when pausing a video in the "playing" event handler
2003 https://bugs.webkit.org/show_bug.cgi?id=68589
2005 Reviewed by Philippe Normand.
2007 * media/video-playing-and-pause.html: Added.
2008 * media/video-paint-test.js:
2009 * platform/qt/media/video-playing-and-pause-expected.txt: Added.
2010 * platform/qt/media/video-playing-and-pause-expected.png: Added.
2012 2011-09-23 Marcus Bulach <bulach@chromium.org>
2014 [chromium, gtk, qt] Rebaseline following r95726
2015 https://bugs.webkit.org/show_bug.cgi?id=68694
2017 Unreviewed rebaseline.
2019 * css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt.
2020 * css2.1/20110323/abspos-replaced-width-margin-000-expected.txt: Renamed from LayoutTests/platform/gtk/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt.
2021 * platform/chromium/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Added.
2022 * platform/chromium/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Added.
2023 * platform/qt/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt: Removed.
2024 * platform/qt/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt: Removed.
2026 2011-09-15 Pavel Podivilov <podivilov@chromium.org>
2028 Web Inspector: skip overlapping scripts when displaying concatenated content.
2029 https://bugs.webkit.org/show_bug.cgi?id=68144
2031 Reviewed by Pavel Feldman.
2033 * inspector/debugger/content-providers-expected.txt:
2034 * inspector/debugger/content-providers.html:
2036 2011-09-23 Xan Lopez <xlopez@igalia.com>
2038 [GTK] Rebaseline following r95745, r95725
2040 Unreviewed rebaseline.
2042 * platform/gtk/editing/deleting/merge-whitespace-pre-expected.txt:
2044 2011-09-23 Marcus Bulach <bulach@chromium.org>
2046 [chromium] Rebaseline following r95745, r95725
2047 https://bugs.webkit.org/show_bug.cgi?id=68685
2049 Unreviewed rebaseline.
2051 * platform/chromium-cg-mac-leopard/editing/deleting/merge-whitespace-pre-expected.png:
2052 * platform/chromium-linux/editing/deleting/merge-whitespace-pre-expected.png:
2053 * platform/chromium-mac/editing/deleting/merge-whitespace-pre-expected.png:
2054 * platform/chromium-win/editing/deleting/merge-whitespace-pre-expected.png:
2055 * platform/chromium-win/editing/deleting/merge-whitespace-pre-expected.txt:
2056 * platform/chromium/test_expectations.txt:
2058 2011-09-22 Ilya Tikhonovsky <loislo@chromium.org>
2060 Web Inspector: UI performance test for Scripts panel first open experience.
2061 https://bugs.webkit.org/show_bug.cgi?id=68541
2063 The test's body has dummy scripts section copied from inspector-test.jss
2065 Reviewed by Yury Semikhatsky.
2067 * inspector/performance/resources/first-open-scripts.html:
2069 2011-09-23 Rob Buis <rbuis@rim.com>
2071 use after free in WebCore::SVGTRefElement::updateReferencedText
2072 https://bugs.webkit.org/show_bug.cgi?id=67555
2074 Reviewed by Nikolas Zimmermann.
2076 Test that cloned tref does not cause a crash.
2078 * svg/custom/tref-clone-crash-expected.txt: Added.
2079 * svg/custom/tref-clone-crash.html: Added.
2081 2011-09-23 Xan Lopez <xlopez@igalia.com>
2083 Crash on editing/pasteboard/drag-drop-input-in-svg.svg
2084 https://bugs.webkit.org/show_bug.cgi?id=68686
2086 Unreviewed, skip crashing test.
2088 * platform/gtk/Skipped:
2090 2011-09-23 Balazs Kelemen <kbalazs@webkit.org>
2092 plugins/mouse-click-iframe-to-plugin.html should not use flash plugin
2093 https://bugs.webkit.org/show_bug.cgi?id=68601
2095 Use the test plugin that we always have.
2097 * platform/qt-wk2/Skipped: Unskip the test.
2098 * plugins/mouse-click-iframe-to-plugin.html:
2100 2011-09-22 Csaba Osztrogonác <ossy@webkit.org>
2102 [Qt] Unreviewed gardening, update expected file after r95745.
2104 * platform/qt/editing/deleting/merge-whitespace-pre-expected.png:
2105 * platform/qt/editing/deleting/merge-whitespace-pre-expected.txt:
2107 2011-09-22 Csaba Osztrogonác <ossy@webkit.org>
2109 Unreviewed fix after r95764, update expected fail to expected pass.
2111 * ietestcenter/Javascript/15.3.4.5-0-2-expected.txt:
2113 2011-09-22 Tony Chang <tony@chromium.org>
2115 implement -webkit-flex-order
2116 https://bugs.webkit.org/show_bug.cgi?id=67432
2118 Reviewed by Ojan Vafai.
2120 * css3/flexbox/flex-order-expected.png: Added.
2121 * css3/flexbox/flex-order-expected.txt: Added.
2122 * css3/flexbox/flex-order.html: Added.
2124 2011-09-22 Ben Wells <benwells@chromium.org>
2126 Rebaseline for bug 65583 (path based border radius drawing on skia) part 6
2127 https://bugs.webkit.org/show_bug.cgi?id=68671
2129 Reviewed by James Robinson.
2131 * platform/chromium-linux/tables/mozilla/marvin/: 9 changes
2132 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/: 14 changes
2133 * platform/chromium-linux/transforms/svg-vs-css-expected.png:
2134 * platform/chromium-win/tables/mozilla/marvin/: 9 changes
2135 * platform/chromium-win/tables/mozilla_expected_failures/marvin/: 14 changes
2136 * platform/chromium-win/transforms/svg-vs-css-expected.png:
2137 * platform/chromium/test_expectations.txt:
2139 2011-09-22 Anna Cavender <annacc@chromium.org>
2141 Adding testTracks() function to video-test.js
2142 https://bugs.webkit.org/show_bug.cgi?id=68643
2144 Reviewed by Eric Carlson.
2146 * media/video-test.js:
2149 2011-09-22 Tom Sepez <tsepez@chromium.org>
2151 Make XSSAuditor extract meaningful snippet from script blocks for comparison
2152 against the URL when checking for reflection. Avoids getting caugh up in
2154 https://bugs.webkit.org/show_bug.cgi?id=68094
2156 Reviewed by Adam Barth.
2158 * http/tests/security/xssAuditor/resources/echo-intertag.pl:
2159 * http/tests/security/xssAuditor/script-tag-with-trailing-comment-expected.txt: Added.
2160 * http/tests/security/xssAuditor/script-tag-with-trailing-comment.html: Added.
2161 * http/tests/security/xssAuditor/script-tag-with-trailing-comment2-expected.txt: Added.
2162 * http/tests/security/xssAuditor/script-tag-with-trailing-comment2.html: Added.
2163 * http/tests/security/xssAuditor/script-tag-with-trailing-comment3-expected.txt: Added.
2164 * http/tests/security/xssAuditor/script-tag-with-trailing-comment3.html: Added.
2166 2011-09-22 Ben Wells <benwells@chromium.org>
2168 Rebaseline for bug 65583 (path based border radius drawing on skia) part 5
2169 https://bugs.webkit.org/show_bug.cgi?id=68608
2171 Reviewed by James Robinson.
2173 * platform/chromium-linux/css2.1/: 14 changes
2174 * platform/chromium-linux/editing/execCommand/5138441-expected.png:
2175 * platform/chromium-linux/editing/inserting/editing-empty-divs-expected.png:
2176 * platform/chromium-linux/editing/selection/transformed-selection-rects-expected.png:
2177 * platform/chromium-linux/fast/: 9 changes
2178 * platform/chromium-win/css2.1/: 14 changes
2179 * platform/chromium-win/editing/execCommand/5138441-expected.png:
2180 * platform/chromium-win/editing/inserting/editing-empty-divs-expected.png:
2181 * platform/chromium-win/editing/selection/transformed-selection-rects-expected.png:
2182 * platform/chromium-win/fast/: 10 changes
2183 * platform/chromium/test_expectations.txt:
2184 * platform/win-xp/editing/selection/transformed-selection-rects-expected.txt: Renamed from LayoutTests/platform/win-wk2/editing/selection/transformed-selection-rects-expected.txt.
2185 * platform/win/editing/selection/transformed-selection-rects-expected.txt: Renamed from LayoutTests/platform/chromium-win/editing/selection/transformed-selection-rects-expected.txt.
2187 2011-09-22 Dmitry Lomov <dslomov@google.com>
2189 Updated expectations and filed WK68674.
2191 * platform/chromium/test_expectations.txt:
2193 2011-09-22 Gavin Barraclough <barraclough@apple.com>
2195 Incorrect this value passed to callbacks.
2196 https://bugs.webkit.org/show_bug.cgi?id=68668
2198 Reviewed by Oliver Hunt.
2200 From Array/String prototype function. Should be undefined, but
2201 global object is passed instead (this is visible for strict callbacks).
2203 * fast/js/array-prototype-properties-expected.txt:
2204 * fast/js/script-tests/strict-callback-this.js: Added.
2205 (strictThrowThisString):
2206 (nonstrictThrowThisString):
2207 (testArrayPrototypeSort):
2208 (testArrayPrototypeFilter):
2209 (testArrayPrototypeMap):
2210 (testArrayPrototypeEvery):
2211 (testArrayPrototypeForEach):
2212 (testArrayPrototypeSome):
2213 (testStringPrototypeReplace):
2214 * fast/js/strict-callback-this-expected.txt: Added.
2215 * fast/js/strict-callback-this.html: Added.
2216 * ietestcenter/Javascript/15.3.4.5-0-2-expected.txt:
2218 2011-09-22 Gavin Barraclough <barraclough@apple.com>
2220 Function.prototype.bind.length shoudl be 1.
2222 Rubber stamped by Olier Hunt.
2224 * fast/js/function-bind-expected.txt:
2225 * fast/js/script-tests/function-bind.js:
2227 2011-09-22 Csaba Osztrogonác <ossy@webkit.org>
2229 [Qt][Mac]Unreviewed gardening.
2231 New Qt specific results were added by r95723, but they fail on Qt-Mac platform
2233 * platform/qt-mac/Skipped: Skip css3/selectors3 tests.
2236 2011-09-22 David Hyatt <hyatt@apple.com>
2238 https://bugs.webkit.org/show_bug.cgi?id=68658
2240 Make matchedEndLine smart enough to not match lines that have moved to new
2241 regions with different available content logical widths. When this happens, we go ahead and treat
2242 the line as failing to match.
2244 Reviewed by Anders Carlsson.
2246 * fast/regions/webkit-flow-inlines-dynamic.html: Added.
2247 * platform/mac/fast/regions/webkit-flow-inlines-dynamic-expected.png: Added.
2248 * platform/mac/fast/regions/webkit-flow-inlines-dynamic-expected.txt: Added.
2250 2011-09-22 Adam Barth <abarth@webkit.org>
2252 Skip test that need new baselines.
2254 * platform/mac/Skipped:
2256 2011-09-22 Gavin Barraclough <barraclough@apple.com>
2258 Implement Function.prototype.bind
2259 https://bugs.webkit.org/show_bug.cgi?id=26382
2261 Reviewed by Sam Weinig.
2263 We now pass Function.bind tests.
2265 * fast/js/Object-getOwnPropertyNames-expected.txt:
2266 * fast/js/basic-strict-mode-expected.txt:
2267 * fast/js/function-bind-expected.txt: Added.
2268 * fast/js/function-bind.html: Added.
2269 * fast/js/mozilla/strict/15.3.4.5-expected.txt:
2270 * fast/js/script-tests/function-bind.js: Added.
2271 * ietestcenter/Javascript/15.2.3.3-4-38-expected.txt:
2272 * ietestcenter/Javascript/15.3.4.5-0-1-expected.txt:
2273 * ietestcenter/Javascript/15.3.4.5-0-2-expected.txt:
2274 * ietestcenter/Javascript/15.3.4.5-13.b-1-expected.txt:
2275 * ietestcenter/Javascript/15.3.4.5-13.b-2-expected.txt:
2276 * ietestcenter/Javascript/15.3.4.5-13.b-3-expected.txt:
2277 * ietestcenter/Javascript/15.3.4.5-13.b-4-expected.txt:
2278 * ietestcenter/Javascript/15.3.4.5-13.b-5-expected.txt:
2279 * ietestcenter/Javascript/15.3.4.5-15-1-expected.txt:
2280 * ietestcenter/Javascript/15.3.4.5-15-2-expected.txt:
2281 * ietestcenter/Javascript/15.3.4.5-16-1-expected.txt:
2282 * ietestcenter/Javascript/15.3.4.5-2-1-expected.txt:
2283 * ietestcenter/Javascript/15.3.4.5-2-2-expected.txt:
2284 * ietestcenter/Javascript/15.3.4.5-2-3-expected.txt:
2285 * ietestcenter/Javascript/15.3.4.5-2-4-expected.txt:
2286 * ietestcenter/Javascript/15.3.4.5-2-5-expected.txt:
2287 * ietestcenter/Javascript/15.3.4.5-2-6-expected.txt:
2288 * ietestcenter/Javascript/15.3.4.5-2-7-expected.txt:
2289 * ietestcenter/Javascript/15.3.4.5-2-8-expected.txt:
2290 * ietestcenter/Javascript/15.3.4.5-2-9-expected.txt:
2291 * ietestcenter/Javascript/15.3.4.5-8-1-expected.txt:
2292 * ietestcenter/Javascript/15.3.4.5-8-2-expected.txt:
2293 * ietestcenter/Javascript/15.3.4.5-9-1-expected.txt:
2294 * ietestcenter/Javascript/15.3.4.5-9-2-expected.txt:
2296 2011-09-22 David Hyatt <hyatt@apple.com>
2298 https://bugs.webkit.org/show_bug.cgi?id=68650
2300 Make determineStartPosition smart enough to not skip over clean lines that have moved to a new
2301 region with a different available content logical width. When this happens, we go ahead and treat
2304 Reviewed by Sam Weinig.
2306 * platform/mac/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.png:
2307 * platform/mac/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.txt:
2308 * platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.png:
2309 * platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt:
2311 2011-09-22 Robert Hogan <robert@webkit.org>
2313 Platform-specific results for test introduced by r95726
2315 * platform/gtk/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt: Added.
2316 * platform/mac/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt: Added.
2317 * platform/qt/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt: Added.
2319 2011-09-22 Sheriff Bot <webkit.review.bot@gmail.com>
2321 Unreviewed, rolling out r95335 and r95645.
2322 http://trac.webkit.org/changeset/95335
2323 http://trac.webkit.org/changeset/95645
2324 https://bugs.webkit.org/show_bug.cgi?id=68649
2326 Wrong fix (Requested by rniwa on #webkit).
2328 * editing/deleting/merge-paragraph-from-address-expected.txt: Removed.
2329 * editing/deleting/merge-paragraph-from-address.html: Removed.
2330 * editing/deleting/merge-paragraph-from-h6-expected.txt: Removed.
2331 * editing/deleting/merge-paragraph-from-h6-with-style-expected.txt: Removed.
2332 * editing/deleting/merge-paragraph-from-h6-with-style.html: Removed.
2333 * editing/deleting/merge-paragraph-from-h6.html: Removed.
2334 * editing/deleting/merge-paragraph-from-listing-expected.txt: Removed.
2335 * editing/deleting/merge-paragraph-from-listing.html: Removed.
2336 * editing/deleting/merge-paragraph-from-p-with-style-expected.txt: Removed.
2337 * editing/deleting/merge-paragraph-from-p-with-style.html: Removed.
2338 * editing/deleting/merge-paragraph-into-h1-expected.txt: Removed.
2339 * editing/deleting/merge-paragraph-into-h1-style-expected.txt: Removed.
2340 * editing/deleting/merge-paragraph-into-h1-with-style-expected.txt: Removed.
2341 * editing/deleting/merge-paragraph-into-h1-with-style.html: Removed.
2342 * editing/deleting/merge-paragraph-into-h1.html: Removed.
2343 * editing/deleting/merge-paragraph-into-pre-expected.txt: Removed.
2344 * editing/deleting/merge-paragraph-into-pre.html: Removed.
2345 * platform/mac/editing/deleting/merge-whitespace-pre-expected.png:
2346 * platform/mac/editing/deleting/merge-whitespace-pre-expected.txt:
2348 2011-09-22 Robert Hogan <robert@webkit.org>
2350 Unreviewed, update expected results after r95726
2352 * platform/chromium-win/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png:
2353 * platform/chromium-win/css2.1/20110323/abspos-replaced-width-margin-000-expected.png:
2354 * platform/gtk/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt:
2355 * platform/gtk/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt:
2356 * platform/qt/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt:
2357 * platform/qt/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt:
2359 2011-09-22 David Hyatt <hyatt@apple.com>
2361 https://bugs.webkit.org/show_bug.cgi?id=68645
2363 Fix the layout test fast/regions directory. Remove platform-specific results that were
2364 incorrectly checked in to cross-platform locations and add missing pixel test results.
2366 Reviewed by Beth Dakin.
2368 * fast/regions/content-flowed-into-regions-dynamically-inserted-expected.txt: Removed.
2369 * fast/regions/flows-dependency-dynamic-remove-expected.txt: Removed.
2370 * fast/regions/flows-dependency-same-flow-expected.txt: Removed.
2371 * fast/regions/render-region-renderer-expected.txt: Removed.
2372 * fast/regions/webkit-flow-floats-inside-regions-bounds-expected.txt: Removed.
2373 * fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt: Removed.
2374 * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt: Removed.
2375 * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt: Removed.
2376 * fast/regions/webkit-flow-renderer-expected.txt: Removed.
2377 * fast/regions/webkit-flow-renderer-layer-expected.txt: Removed.
2378 * fast/regions/webkit-flow-renderer-nested-expected.txt: Removed.
2379 * platform/mac/fast/regions/content-flowed-into-regions-dynamically-added-expected.png: Added.
2380 * platform/mac/fast/regions/content-flowed-into-regions-dynamically-inserted-expected.txt: Added.
2381 * platform/mac/fast/regions/content-flowed-into-regions-dynamically-removed-expected.png: Added.
2382 * platform/mac/fast/regions/content-flowed-into-regions-expected.png: Added.
2383 * platform/mac/fast/regions/content-flowed-into-regions-with-dyn-index-expected.png: Added.
2384 * platform/mac/fast/regions/content-flowed-into-regions-with-index-dom-expected.png: Added.
2385 * platform/mac/fast/regions/content-flowed-into-regions-with-index-expected.png: Added.
2386 * platform/mac/fast/regions/flows-dependency-dynamic-remove-expected.png: Added.
2387 * platform/mac/fast/regions/flows-dependency-dynamic-remove-expected.txt: Added.
2388 * platform/mac/fast/regions/flows-dependency-same-flow-expected.png: Added.
2389 * platform/mac/fast/regions/flows-dependency-same-flow-expected.txt: Added.
2390 * platform/mac/fast/regions/no-split-line-box-expected.png: Added.
2391 * platform/mac/fast/regions/render-region-renderer-expected.txt: Added.
2392 * platform/mac/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.png: Added.
2393 * platform/mac/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.txt: Added.
2394 * platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.png: Added.
2395 * platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt: Added.
2396 * platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.png: Added.
2397 * platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt: Added.
2398 * platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Added.
2399 * platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt: Added.
2400 * platform/mac/fast/regions/webkit-flow-renderer-expected.txt: Added.
2401 * platform/mac/fast/regions/webkit-flow-renderer-layer-expected.txt: Added.
2402 * platform/mac/fast/regions/webkit-flow-renderer-nested-expected.txt: Added.
2404 2011-09-22 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
2406 [Qt] Use same DPI for application font as rest of app in DRT and WTR
2408 QApplication will initialize the default application font based
2409 on the application DPI at construction time, but we then override
2410 the application DPI using QX11Info (hard-coding it to 96 for
2411 consistency). This hard-coding is not reflected in the application
2412 font, so we explicitly have update the font ourselves.
2414 The 6 test results that are updated were originally produced with
2415 a DPI of 75, as this is the default fallback DPI when a QFont is
2416 constructed before QApplication. This was wrong, and the results
2417 are updated to match a DPI of 96.
2419 Reviewed by Csaba Osztrogonác.
2421 * platform/qt-4.8/css1/text_properties/letter_spacing-expected.png:
2422 * platform/qt-4.8/css1/text_properties/letter_spacing-expected.txt:
2423 * platform/qt-4.8/fast/css/word-space-extra-expected.png:
2424 * platform/qt-4.8/fast/css/word-space-extra-expected.txt:
2425 * platform/qt-4.8/svg/batik/text/textPosition-expected.png:
2426 * platform/qt-4.8/svg/batik/text/textPosition-expected.txt:
2427 * platform/qt-4.8/svg/batik/text/textPosition2-expected.png:
2428 * platform/qt-4.8/svg/batik/text/textPosition2-expected.txt:
2429 * platform/qt/css1/text_properties/letter_spacing-expected.txt:
2430 * platform/qt/fast/css/word-space-extra-expected.png:
2431 * platform/qt/fast/css/word-space-extra-expected.txt:
2432 * platform/qt/fast/inline/absolute-positioned-inline-in-centred-block-expected.png:
2433 * platform/qt/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt:
2434 * platform/qt/fast/text/text-letter-spacing-expected.png:
2435 * platform/qt/fast/text/text-letter-spacing-expected.txt:
2436 * platform/qt/svg/batik/text/textPosition-expected.png:
2437 * platform/qt/svg/batik/text/textPosition-expected.txt:
2438 * platform/qt/svg/batik/text/textPosition2-expected.png:
2439 * platform/qt/svg/batik/text/textPosition2-expected.txt:
2441 2011-09-22 Sergey Glazunov <serg.glazunov@gmail.com>
2443 Ref protect shaders in V8WebGLRenderingContext::getAttachedShadersCallback
2444 https://bugs.webkit.org/show_bug.cgi?id=68630
2446 Reviewed by Adam Barth.
2448 * fast/canvas/webgl/shader-deleted-by-accessor-expected.txt: Added.
2449 * fast/canvas/webgl/shader-deleted-by-accessor.html: Added.
2451 2011-09-22 Robert Hogan <robert@webkit.org>
2453 Unreviewed, platform-specific results for r95721.
2455 * platform/mac/fast/css/outline-narrowLine-expected.txt: Added.
2456 * platform/gtk/fast/css/outline-narrowLine-expected.txt: Added.
2458 2011-09-05 Robert Hogan <robert@webkit.org>
2460 CSS 2.1 failure: abspos-non-replaced-width-margin-000, abspos-replaced-width-margin-000
2461 https://bugs.webkit.org/show_bug.cgi?id=47148
2463 Reviewed by David Hyatt.
2465 * platform/chromium-linux/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png:
2466 * platform/chromium-linux/css2.1/20110323/abspos-replaced-width-margin-000-expected.png:
2467 New results for CSS 2.1 reference tests. These match exactly the reference test results.
2469 * fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks.html: Added.
2470 * platform/chromium-linux/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.png: Added.
2471 * platform/chromium-linux/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt: Added.
2472 New test for left,right and center alignment of inline LTR and RTL blocks. FF and Opera don't pass this test.
2474 * fast/block/positioning/absolute-position-direction-strict.html: Removed.
2475 * fast/block/positioning/absolute-position-direction.html: Renamed from LayoutTests/fast/block/positioning/absolute-position-direction-quirk.html.
2476 * platform/chromium-linux/fast/block/positioning/absolute-position-direction-expected.png: Renamed from LayoutTests/platform/chromium-linux/fast/block/positioning/absolute-position-direction-quirk-expected.png.
2477 * platform/chromium-linux/fast/block/positioning/absolute-position-direction-strict-expected.png: Removed.
2478 * platform/chromium-win/fast/block/positioning/absolute-position-direction-expected.png: Renamed from LayoutTests/platform/chromium-win/fast/block/positioning/absolute-position-direction-quirk-expected.png.
2479 * platform/chromium-win/fast/block/positioning/absolute-position-direction-expected.txt: Renamed from LayoutTests/platform/chromium-win/fast/block/positioning/absolute-position-direction-quirk-expected.txt.
2480 * platform/chromium-win/fast/block/positioning/absolute-position-direction-strict-expected.png: Removed.
2481 * platform/chromium-win/fast/block/positioning/absolute-position-direction-strict-expected.txt: Removed.
2482 * platform/gtk/fast/block/positioning/absolute-position-direction-expected.png: Renamed from LayoutTests/platform/gtk/fast/block/positioning/absolute-position-direction-quirk-expected.png.
2483 * platform/gtk/fast/block/positioning/absolute-position-direction-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/absolute-position-direction-quirk-expected.txt.
2484 * platform/gtk/fast/block/positioning/absolute-position-direction-strict-expected.png: Removed.
2485 * platform/gtk/fast/block/positioning/absolute-position-direction-strict-expected.txt: Removed.
2486 * platform/mac-leopard/fast/block/positioning/absolute-position-direction-expected.png: Renamed from LayoutTests/platform/mac-leopard/fast/block/positioning/absolute-position-direction-quirk-expected.png.
2487 * platform/mac-leopard/fast/block/positioning/absolute-position-direction-strict-expected.png: Removed.
2488 * platform/mac/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt:
2489 * platform/mac/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt:
2490 * platform/mac/fast/block/positioning/absolute-position-direction-expected.png: Renamed from LayoutTests/platform/mac/fast/block/positioning/absolute-position-direction-quirk-expected.png.
2491 * platform/mac/fast/block/positioning/absolute-position-direction-expected.txt: Renamed from LayoutTests/platform/mac/fast/block/positioning/absolute-position-direction-quirk-expected.txt.
2492 * platform/mac/fast/block/positioning/absolute-position-direction-strict-expected.png: Removed.
2493 * platform/mac/fast/block/positioning/absolute-position-direction-strict-expected.txt: Removed.
2494 * platform/qt/fast/block/positioning/absolute-position-direction-expected.png: Renamed from LayoutTests/platform/qt/fast/block/positioning/absolute-position-direction-quirk-expected.png.
2495 * platform/qt/fast/block/positioning/absolute-position-direction-expected.txt: Renamed from LayoutTests/platform/qt/fast/block/positioning/absolute-position-direction-quirk-expected.txt.
2496 * platform/qt/fast/block/positioning/absolute-position-direction-strict-expected.png: Removed.
2497 * platform/qt/fast/block/positioning/absolute-position-direction-strict-expected.txt: Removed.
2498 These tests are superseded by abspos-non-replaced-width-margin-000.htm. Using the parent() block's
2499 direction to compute static distance is now a strict requirement for CSS 2.1, rather than an IE quirk.
2501 2011-09-21 David Hyatt <hyatt@apple.com>
2503 https://bugs.webkit.org/show_bug.cgi?id=68590
2505 Floats pushed to next page, column or region don't reposition properly if the amount of
2506 available logical width at the new position changes. Refactor the code so that we can
2507 run the float placement algorithm again when this happens.
2509 Reviewed by Adam Roben.
2511 * fast/regions/webkit-flow-floats-inside-regions-bounds-expected.txt:
2513 2011-09-22 Csaba Osztrogonác <ossy@webkit.org>
2515 [Qt] Unreviewed. Add Qt specific expected results for css3/selectors3 tests.
2516 All of them pass, they are compared to mac png results manually.
2518 * platform/qt/Skipped:
2519 * platform/qt/css3/selectors3/ [...]: Added.
2521 2011-09-22 Leandro Gracia Gil <leandrogracia@chromium.org>
2523 Testing text events triggered by speech input.
2524 https://bugs.webkit.org/show_bug.cgi?id=60451
2526 Reviewed by Ryosuke Niwa.
2528 * fast/speech/input-ontextinput-event-expected.txt: Added.
2529 * fast/speech/input-ontextinput-event.html: Added.
2530 * fast/speech/input-text-speechstart.html:
2532 2011-09-20 Jason Liu <jason.liu@torchmobile.com.cn>
2534 Reviewed by Simon Fraser.
2536 CSS outline property on a narrow element has rabbit ear artifacts
2537 https://bugs.webkit.org/show_bug.cgi?id=36793
2539 Patch by Jason Liu <jason.liu@torchmobile.com.cn>
2540 Patch updated by Robert Hogan <robert@webkit.org>
2542 * fast/css/outline-narrowLine.html: Added.
2543 * platform/qt/fast/css/outline-narrowLine-expected.txt: Added.
2544 * platform/qt/fast/css/outline-narrowLine-expected.png: Added.
2545 * platform/chromium-linux/fast/css/outline-narrowLine-expected.txt: Added.
2546 * platform/chromium-linux/fast/css/outline-narrowLine-expected.png: Added.
2548 2011-09-22 Marcus Bulach <bulach@chromium.org>
2550 [chromium] Rebaseline following r95715
2551 https://bugs.webkit.org/show_bug.cgi?id=68619
2553 Unreviewed, rebaseline.
2555 * platform/chromium-cg-mac/fast/events/scale-and-scroll-iframe-body-expected.png: Added.
2556 * platform/chromium-cg-mac/fast/events/scale-and-scroll-iframe-window-expected.png: Added.
2557 * platform/chromium-mac/fast/events/scale-and-scroll-iframe-body-expected.png: Added.
2558 * platform/chromium-mac/fast/events/scale-and-scroll-iframe-window-expected.png: Added.
2560 2011-09-22 Alpha Lam <hclam@chromium.org>
2562 https://bugs.webkit.org/show_bug.cgi?id=68081
2563 Add layout test for page scale and scrolling.
2565 Reviewed by Simon Fraser.
2567 Add tests to cover the following cases:
2568 1. Scale and scroll window
2569 2. Scale and scroll document.body
2570 3. Scale and scroll iframe's contentWindow
2571 4. Scale and scroll iframe's contentDocument.body
2573 * fast/events/scale-and-scroll-body-expected.png: Added.
2574 * fast/events/scale-and-scroll-body-expected.txt: Added.
2575 * fast/events/scale-and-scroll-body.html: Added.
2576 * fast/events/scale-and-scroll-iframe-body-expected.png: Added.
2577 * fast/events/scale-and-scroll-iframe-body-expected.txt: Added.
2578 * fast/events/scale-and-scroll-iframe-body.html: Added.
2579 * fast/events/scale-and-scroll-iframe-window-expected.png: Added.
2580 * fast/events/scale-and-scroll-iframe-window-expected.txt: Added.
2581 * fast/events/scale-and-scroll-iframe-window.html: Added.
2582 * fast/events/scale-and-scroll-window-expected.png: Added.
2583 * fast/events/scale-and-scroll-window-expected.txt: Added.
2584 * fast/events/scale-and-scroll-window.html: Added.
2586 2011-09-22 Andreas Kling <kling@webkit.org>
2588 CSS: Implement 'font' property in CSSComputedStyle.
2589 https://bugs.webkit.org/show_bug.cgi?id=66666
2591 Reviewed by Antti Koivisto.
2593 * fast/css/getComputedStyle/computed-style-font-expected.txt: Added.
2594 * fast/css/getComputedStyle/computed-style-font.html: Added.
2595 * fast/css/getComputedStyle/script-tests/computed-style-font.js: Added.
2597 (computedFontCSSValue):
2599 2011-09-22 Csaba Osztrogonác <ossy@webkit.org>
2601 [Qt][WK2] Unreivewed gardening.
2603 * platform/qt-wk2/Skipped: Skip new failing test introduced in r95645.
2605 2011-09-22 Csaba Osztrogonác <ossy@webkit.org>
2607 [Qt] 69 tests failing after http://trac.webkit.org/changeset/92375
2608 https://bugs.webkit.org/show_bug.cgi?id=65721
2610 Unreviewed gardening. Update Qt 4.8 specific expected files after r95706.
2612 * platform/qt-4.8/ [...]: Updated.
2614 2011-09-22 Csaba Osztrogonác <ossy@webkit.org>
2616 [Qt] Unreviewed gardening. Add Qt specific expected files for new test introduced in r95671.
2618 * platform/qt/fast/table/quote-text-around-iframe-expected.png: Added.
2619 * platform/qt/fast/table/quote-text-around-iframe-expected.txt: Added.
2621 2011-09-22 Csaba Osztrogonác <ossy@webkit.org>
2623 [Qt] 69 tests failing after http://trac.webkit.org/changeset/92375
2624 https://bugs.webkit.org/show_bug.cgi?id=65721
2626 Unreviewed gardening. Update Qt specific expected files.
2628 2011-09-22 Marcus Bulach <bulach@chromium.org>
2630 [chromium] Update test expectation following r95685
2631 https://bugs.webkit.org/show_bug.cgi?id=68604
2633 Unreviewed, update test expectation.
2635 * platform/chromium/test_expectations.txt:
2637 2011-09-22 Csaba Osztrogonác <ossy@webkit.org>
2639 [Qt] 11 tests failed after r95671 because the tests are updated.
2640 https://bugs.webkit.org/show_bug.cgi?id=68596
2642 Update Qt specific expected files.
2644 * platform/qt/fast/css-generated-content/table-cell-before-content-expected.png:
2645 * platform/qt/fast/css-generated-content/table-cell-before-content-expected.txt:
2646 * platform/qt/fast/table/table-cell-after-child-in-block-expected.txt:
2647 * platform/qt/fast/table/table-cell-before-after-content-around-table-block-expected.txt:
2648 * platform/qt/fast/table/table-cell-before-after-content-around-table-expected.txt:
2649 * platform/qt/fast/table/table-cell-before-child-in-block-expected.txt:
2650 * platform/qt/fast/table/table-row-after-child-in-block-expected.txt:
2651 * platform/qt/fast/table/table-row-before-after-content-around-block-expected.txt:
2652 * platform/qt/fast/table/table-row-before-after-content-around-table-expected.txt:
2653 * platform/qt/fast/table/table-row-before-child-in-block-expected.txt:
2654 * platform/qt/fast/table/table-row-style-not-updated-with-after-content-expected.png: Added.
2655 * platform/qt/fast/table/table-row-style-not-updated-with-after-content-expected.txt:
2657 2011-09-22 Oliver Varga <voliver@inf.u-szeged.hu>
2659 [Qt] 11 tests failed after r95671 because the tests are updated.
2660 https://bugs.webkit.org/show_bug.cgi?id=68596
2662 Unreviewed gardening. Typo fixes.
2664 * platform/qt/Skipped:
2666 2011-09-22 Philippe Normand <pnormand@igalia.com>
2668 Unreviewed, GTK rebaseline after r95671.
2670 * platform/gtk/fast/css-generated-content/table-cell-before-content-expected.txt:
2671 * platform/gtk/fast/table/quote-text-around-iframe-expected.png: Added.
2672 * platform/gtk/fast/table/quote-text-around-iframe-expected.txt: Added.
2673 * platform/gtk/fast/table/table-cell-after-child-in-block-expected.txt:
2674 * platform/gtk/fast/table/table-cell-before-after-content-around-table-block-expected.txt:
2675 * platform/gtk/fast/table/table-cell-before-after-content-around-table-expected.txt:
2676 * platform/gtk/fast/table/table-cell-before-child-in-block-expected.txt:
2677 * platform/gtk/fast/table/table-row-after-child-in-block-expected.txt:
2678 * platform/gtk/fast/table/table-row-before-after-content-around-block-expected.txt:
2679 * platform/gtk/fast/table/table-row-before-after-content-around-table-expected.txt:
2680 * platform/gtk/fast/table/table-row-before-child-in-block-expected.txt:
2681 * platform/gtk/fast/table/table-row-style-not-updated-with-after-content-expected.txt:
2683 2011-09-22 Oliver Varga <voliver@inf.u-szeged.hu>
2685 [Qt] 11 tests failed after r95671.
2686 https://bugs.webkit.org/show_bug.cgi?id=68596
2688 Unreviewed gardening.
2690 * platform/qt/Skipped:
2692 2011-09-21 Abhishek Arya <inferno@chromium.org>
2694 Unreviewed. Chromium rebaselines for r95671.
2696 * platform/chromium-linux/fast/table/quote-text-around-iframe-expected.png: Added.
2697 * platform/chromium-mac/fast/table/quote-text-around-iframe-expected.png: Added.
2698 * platform/chromium-win/fast/css-generated-content/table-cell-before-content-expected.txt:
2699 * platform/chromium-win/fast/table/quote-text-around-iframe-expected.png: Added.
2700 * platform/chromium-win/fast/table/quote-text-around-iframe-expected.txt: Added.
2701 * platform/chromium-win/fast/table/table-cell-after-child-in-block-expected.txt:
2702 * platform/chromium-win/fast/table/table-cell-before-child-in-block-expected.txt:
2703 * platform/chromium-win/fast/table/table-row-after-child-in-block-expected.txt:
2704 * platform/chromium-win/fast/table/table-row-before-child-in-block-expected.txt:
2706 2011-09-21 Sameer Patil <mkrp87@motorola.com>
2708 :hover selector fails when hovering over a child select element with size attribute
2709 https://bugs.webkit.org/show_bug.cgi?id=67594
2711 Reviewed by Darin Adler.
2713 * fast/css/hover-affects-ancestor-expected.txt: Added.
2714 * fast/css/hover-affects-ancestor.html: Added.
2716 2011-09-21 Ben Wells <benwells@chromium.org>
2718 Rebaseline for bug 65583 (path based border radius drawing on skia) part 4
2719 https://bugs.webkit.org/show_bug.cgi?id=68339
2721 Reviewed by James Robinson.
2723 * platform/chromium-linux/css1/box_properties/border_style-expected.png:
2724 * platform/chromium-linux/css1/box_properties/border_style_inline-expected.png:
2725 * platform/chromium-linux/css2.1/: 14 changes
2726 * platform/chromium-linux/fast/borders/border-radius-inset-outset-expected.png: Added.
2727 * platform/chromium-linux/fast/borders/border-styles-split-expected.png: Added.
2728 * platform/chromium-linux/fast/writing-mode/border-styles-vertical-lr-expected.png: Added.
2729 * platform/chromium-linux/fast/writing-mode/border-styles-vertical-rl-expected.png: Added.
2730 * platform/chromium-win/css1/box_properties/border_style-expected.png:
2731 * platform/chromium-win/css1/box_properties/border_style_inline-expected.png:
2732 * platform/chromium-win/css2.1/: 14 changes
2733 * platform/chromium-win/fast/borders/border-radius-inset-outset-expected.png: Added.
2734 * platform/chromium-win/fast/borders/border-radius-inset-outset-expected.txt: Added.
2735 * platform/chromium-win/fast/borders/border-styles-split-expected.png: Added.
2736 * platform/chromium-win/fast/borders/border-styles-split-expected.txt: Added.
2737 * platform/chromium-win/fast/writing-mode/border-styles-vertical-lr-expected.png: Added.
2738 * platform/chromium-win/fast/writing-mode/border-styles-vertical-lr-expected.txt: Added.
2739 * platform/chromium-win/fast/writing-mode/border-styles-vertical-rl-expected.png: Added.
2740 * platform/chromium-win/fast/writing-mode/border-styles-vertical-rl-expected.txt: Added.
2741 * platform/chromium/test_expectations.txt:
2743 2011-09-21 Sergey Glazunov <serg.glazunov@gmail.com>
2745 [Chromium] Protect message ports from being deleted in V8MessageEvent::portsAccessorGetter
2746 https://bugs.webkit.org/show_bug.cgi?id=68584
2748 Reviewed by Adam Barth.
2750 * fast/dom/message-port-deleted-by-accessor-expected.txt: Added.
2751 * fast/dom/message-port-deleted-by-accessor.html: Added.
2753 2011-09-21 David Levin <levin@chromium.org>
2755 [chromium] Rebaselines for passing tests and expectation updates/narrowing.
2757 * platform/chromium-cg-mac-leopard/editing/inserting/editable-inline-element-expected.png: Added.
2758 * platform/chromium-mac-leopard/css2.1/t090204-display-change-01-b-ao-expected.png: Added.
2759 * platform/chromium-mac-leopard/editing/inserting/editable-inline-element-expected.png: Added.
2760 * platform/chromium-mac/css2.1/t090204-display-change-01-b-ao-expected.png:
2761 * platform/chromium-mac/css2.1/t090204-display-change-01-b-ao-expected.txt: Removed.
2762 * platform/chromium/test_expectations.txt:
2764 2011-09-21 Julien Chaffraix <jchaffraix@webkit.org>
2766 Crash in RenderBox::paintMaskImages when GraphicsContext's painting is disabled
2767 https://bugs.webkit.org/show_bug.cgi?id=68133
2769 Reviewed by Darin Adler.
2771 Those tests checks that we do not crash when calling internals.paintControlTints.
2773 * platform/mac/Skipped: Skipped 2 tests as they are hitting an ASSERT unrelated to
2776 * fast/css/webkit-mask-crash-fieldset-legend-expected.txt: Added.
2777 * fast/css/webkit-mask-crash-fieldset-legend.html: Added.
2778 * fast/css/webkit-mask-crash-figure-expected.txt: Added.
2779 * fast/css/webkit-mask-crash-figure.html: Added.
2780 * fast/css/webkit-mask-crash-table-expected.txt: Added.
2781 * fast/css/webkit-mask-crash-table.html: Added.
2782 * fast/css/webkit-mask-crash-td-2-expected.txt: Added.
2783 * fast/css/webkit-mask-crash-td-2.html: Added.
2784 * fast/css/webkit-mask-crash-td-expected.txt: Added.
2785 * fast/css/webkit-mask-crash-td.html: Added.
2787 2011-09-21 Abhishek Arya <inferno@chromium.org>
2789 Not use anonymousContainer on beforeChild calculation
2790 and let later code handle it.
2791 https://bugs.webkit.org/show_bug.cgi?id=67656
2793 Reviewed by David Hyatt.
2795 * fast/table/quote-text-around-iframe.html: Added.
2796 * fast/table/table-row-style-not-updated-with-after-content-expected.txt:
2797 * platform/mac/fast/table/quote-text-around-iframe-expected.png: Added.
2798 * platform/mac/fast/table/quote-text-around-iframe-expected.txt: Added.
2799 and lot of style propagation rebaselines.
2801 2011-09-21 Sergey Glazunov <serg.glazunov@gmail.com>
2803 [Chromium] Protect the Frame in V8HTMLDocument::openCallback
2804 https://bugs.webkit.org/show_bug.cgi?id=68555
2806 Reviewed by Nate Chapin.
2808 * fast/dom/frame-deleted-in-document-open-expected.txt: Added.
2809 * fast/dom/frame-deleted-in-document-open.html: Added.
2811 2011-09-21 Adam Klein <adamk@chromium.org>
2813 Clean up CSS Counter code
2814 https://bugs.webkit.org/show_bug.cgi?id=68492
2816 Reviewed by Tony Chang.
2818 Added tests for setting the list style to "none"
2819 as well as tests for getCounterValue.
2821 * fast/css/counters/counter-cssText-expected.txt:
2822 * fast/css/counters/counter-cssText.html:
2823 * fast/css/counters/getCounterValue-expected.txt: Added.
2824 * fast/css/counters/getCounterValue.html: Added.
2826 2011-09-21 Chang Shu <cshu@webkit.org>
2828 [WK2] [Mac] Implement a more-complete MouseDown/MouseUp/MouseMoveTo functions for WebKit2 EventSender
2829 https://bugs.webkit.org/show_bug.cgi?id=68108
2831 This patch implements the event sender mouse events through WebKit2 UIProcess which is
2832 closer to the real simulation than a WebProcess-only approach. The patch only supports Mac
2833 platform as the first step so the existing code is still kept for other platforms.
2835 Unskip the passed tests.
2837 Reviewed by Darin Adler.
2839 * platform/mac-wk2/Skipped:
2840 * platform/wk2/Skipped:
2842 2011-09-21 Dan Bernstein <mitz@apple.com>
2844 <rdar://problem/9768483> REGRESSION: Crash in RenderBlock::removeFloatingObjectsBelow()
2845 https://bugs.webkit.org/show_bug.cgi?id=68550
2847 Reviewed by Darin Adler.
2849 * fast/multicol/null-lastFloat-in-removeFloatingObjectsBelow-expected.txt: Added.
2850 * fast/multicol/null-lastFloat-in-removeFloatingObjectsBelow.html: Added.
2852 2011-09-21 Dmitry Lomov <dslomov@google.com>
2854 Fixed bug number in test expectations.
2856 * platform/chromium/test_expectations.txt:
2858 2011-09-21 Vsevolod Vlasov <vsevik@chromium.org>
2860 Web Inspector: clear resource agent resource cache upon resource agent's disable.
2861 https://bugs.webkit.org/show_bug.cgi?id=67995
2863 Reviewed by Pavel Feldman.
2865 * http/tests/inspector/network/network-disabling-check-no-memory-leak-expected.txt: Added.
2866 * http/tests/inspector/network/network-disabling-check-no-memory-leak.html: Added.
2868 2011-09-21 David Hyatt <hyatt@apple.com>
2870 https://bugs.webkit.org/show_bug.cgi?id=68543
2872 Make sure that when regions change dimensions we recompute pagination slices.
2874 Reviewed by Simon Fraser.
2876 * fast/regions/text-region-split-after-resize-expected.txt: Added.
2877 * fast/regions/text-region-split-after-resize.html: Added.
2878 * fast/regions/webkit-flow-floats-inside-regions-bounds-expected.txt:
2880 2011-09-20 Ryosuke Niwa <rniwa@webkit.org>
2882 Span element gets produced using backspace/delete to merge header with paragraph
2883 https://bugs.webkit.org/show_bug.cgi?id=68413
2885 Reviewed by Darin Adler.
2887 Add a test to remove the line break before a p element. WebKit should not preserve
2888 the font color from the style rule but should preserve the font style from inline style declaration.
2890 Also fix merge-paragraph-from-h6* to actually h6 instead of h1.
2892 * editing/deleting/merge-paragraph-from-h6-expected.txt:
2893 * editing/deleting/merge-paragraph-from-h6-with-style-expected.txt:
2894 * editing/deleting/merge-paragraph-from-h6-with-style.html:
2895 * editing/deleting/merge-paragraph-from-h6.html:
2896 * editing/deleting/merge-paragraph-from-p-with-style-expected.txt: Added.
2897 * editing/deleting/merge-paragraph-from-p-with-style.html: Added.
2899 2011-09-21 Ojan Vafai <ojan@chromium.org>
2901 [flexbox] rename classnames and methods in the tests to not assume horizontal
2902 https://bugs.webkit.org/show_bug.cgi?id=68498
2904 Reviewed by Tony Chang.
2906 * css3/flexbox/001.html:
2907 * css3/flexbox/002.html:
2908 * css3/flexbox/003.html:
2909 * css3/flexbox/004.html:
2910 * css3/flexbox/resources/flexbox.js:
2912 * css3/flexbox/writing-modes.html:
2913 * platform/mac/Skipped:
2915 2011-09-21 Mike Reed <reed@google.com>
2917 need rebaseline for gradient speedup in skia
2918 https://bugs.webkit.org/show_bug.cgi?id=68531
2920 Reviewed by Stephen White.
2922 * platform/chromium/test_expectations.txt:
2924 2011-09-21 Philippe Normand <pnormand@igalia.com>
2926 Unreviewed, move today's skipped flaky tests to test_expectations
2927 as suggested by mrobinson.
2929 * platform/gtk/Skipped:
2930 * platform/gtk/test_expectations.txt:
2932 2011-09-21 Alice Boxhall <aboxhall@chromium.org>
2934 Report AXValueChanged when value changes in element with role=textbox.
2935 https://bugs.webkit.org/show_bug.cgi?id=68201
2937 Reviewed by Chris Fleizach.
2939 * platform/mac/accessibility/textbox-role-reports-notifications-expected.txt: Added.
2940 * platform/mac/accessibility/textbox-role-reports-notifications.html: Added.
2942 2011-09-21 Anna Cavender <annacc@chromium.org>
2944 New layout tests for the JS bindings related to <track>:
2945 e.g. TextTrack, TextTrackCue, TextTrackCueList, MutableTextTrack.
2946 https://bugs.webkit.org/show_bug.cgi?id=68194
2948 Reviewed by Eric Carlson.
2950 * media/track/track-mutable-expected.txt: Added.
2951 * media/track/track-mutable.html: Added.
2952 * media/track/track-text-track-cue-list-expected.txt: Added.
2953 * media/track/track-text-track-cue-list.html: Added.
2954 * media/track/track-text-track-expected.txt: Added.
2955 * media/track/track-text-track.html: Added.
2957 2011-09-21 Balazs Kelemen <kbalazs@webkit.org>
2959 [Qt][WK2] plugins/mouse-click-iframe-to-plugin.html fails since enabled in r95626
2960 https://bugs.webkit.org/show_bug.cgi?id=68539
2962 Unreviewed gardening.
2964 * platform/qt-wk2/Skipped: skip the test.
2966 2011-09-21 Cary Clark <caryclark@google.com>
2968 Unreviewed; new baselines (Skia on Mac)
2970 This separates test failures that are specific to CG Mac from failures
2971 for Skia on Mac. Most of these changes are specific to Leopard, but a
2972 handful add new fail flavors for all Mac variations.
2974 * LayoutTests/platform/chromium/test_expectations.txt:
2976 2011-09-21 Philippe Normand <pnormand@igalia.com>
2978 Unreviewed, GTK baselines for
2979 cross-origin-xsl-redirect-BLOCKED.html which were removed by mistake.
2981 * platform/gtk/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt: Added.
2983 2011-09-21 Philippe Normand <pnormand@igalia.com>
2985 Unreviewed, skip flaky media test on GTK.
2987 * platform/gtk/Skipped: Skip media/media-blocked-by-beforeload.html
2989 2011-09-21 Philippe Normand <pnormand@igalia.com>
2991 Syntax error in media/audio-delete-while-step-button-clicked.html
2992 https://bugs.webkit.org/show_bug.cgi?id=68507
2994 Reviewed by Eric Carlson.
2996 * media/audio-delete-while-step-button-clicked.html: Some curly
2997 braces were missing in a try/catch statement.
2999 2011-09-21 Chang Shu <cshu@webkit.org>
3001 [Qt] Implement KeyDown function for WebKit2 EventSender.
3002 https://bugs.webkit.org/show_bug.cgi?id=56485
3004 Unskip passed tests.
3006 Reviewed by Andreas Kling.
3008 * platform/qt-wk2/Skipped:
3010 2011-09-21 Ilya Tikhonovsky <loislo@chromium.org>
3012 Web Inspector: UI performance test for Resource panel first open experience.
3013 https://bugs.webkit.org/show_bug.cgi?id=68527
3015 Reviewed by Pavel Feldman.
3017 * inspector/performance/resources/first-open-resources.html: Added.
3019 2011-09-21 Ilya Tikhonovsky <loislo@chromium.org>
3021 Web Inspector: extend UI perf tests coverage. Elements panel opens first time.
3022 https://bugs.webkit.org/show_bug.cgi?id=68432
3024 Reviewed by Pavel Feldman.
3026 * inspector/performance/resources/first-open-elements.html: Added.
3027 * inspector/performance/resources/performance-test.js:
3029 2011-09-21 Philippe Normand <pnormand@igalia.com>
3031 Unreviewed, skip some more flaky SVG tests on GTK.
3033 * platform/gtk/Skipped:
3035 2011-09-21 Jochen Eisinger <jochen@chromium.org>
3037 Unreviewed, fix baselines for cross-origin-xsl-redirect-BLOCKED
3039 * http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
3040 * platform/chromium-cg-mac/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
3041 * platform/chromium-mac/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
3042 * platform/chromium-win/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
3043 * platform/gtk/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt: Removed
3044 * platform/mac-wk2/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
3045 * platform/qt-wk2/Skipped:
3046 * platform/qt-wk2/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
3047 * platform/qt/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.png: Removed
3048 * platform/qt/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt: Removed
3049 * platform/win-wk2/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
3051 2011-09-21 Keishi Hattori <keishi@webkit.org>
3053 [chromium] rebaseline caused by r95567
3055 * platform/chromium-cg-mac-leopard/fast/clip/overflow-border-radius-fixed-position-expected.png: Added.
3056 * platform/chromium-mac-leopard: Added.
3057 * platform/chromium-mac-leopard/fast: Added.
3058 * platform/chromium-mac-leopard/fast/clip: Added.
3059 * platform/chromium-mac-leopard/fast/clip/overflow-border-radius-fixed-position-expected.png: Added.
3061 2011-09-21 Keishi Hattori <keishi@webkit.org>
3063 [chromium] rebaseline caused by r95599
3065 * fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt: Added.
3066 * platform/chromium-mac-leopard: Removed.
3067 * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Added.
3068 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Added.
3069 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt: Added.
3070 * platform/chromium/test_expectations.txt:
3071 * platform/gtk/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt: Removed.
3073 2011-09-21 Philippe Normand <pnormand@igalia.com>
3075 Unreviewed, skip 2 GTK flaky tests.
3077 * platform/gtk/Skipped: Skip
3078 http/tests/websocket/tests/hixie76/error-detect.html and
3079 svg/zoom/page/zoom-svg-through-object-with-auto-size.html
3081 2011-09-21 Alexis Menard <alexis.menard@openbossa.org>
3083 [Qt][WK2] Unskip some cookies related layout tests.
3084 https://bugs.webkit.org/show_bug.cgi?id=68484
3086 Reviewed by Csaba Osztrogonác.
3088 Unskip some cookies related layout tests as they seems to work fine with
3091 * platform/qt-wk2/Skipped:
3093 2011-09-21 Gabor Rapcsanyi <rgabor@webkit.org>
3095 [Qt][Mac] Unreviewed gardening after r95601.
3097 * platform/qt-mac/Skipped: Paint the Qt-Mac bot green.
3099 2011-09-21 Sheriff Bot <webkit.review.bot@gmail.com>
3101 Unreviewed, rolling out r95608.
3102 http://trac.webkit.org/changeset/95608
3103 https://bugs.webkit.org/show_bug.cgi?id=68521
3105 breaks GTK and Windows builds. Please check EWS next time.
3106 (Requested by philn-tp on #webkit).
3108 * fast/events/scale-and-scroll-body-expected.png: Removed.
3109 * fast/events/scale-and-scroll-body-expected.txt: Removed.
3110 * fast/events/scale-and-scroll-body.html: Removed.
3111 * fast/events/scale-and-scroll-iframe-body-expected.png: Removed.
3112 * fast/events/scale-and-scroll-iframe-body-expected.txt: Removed.
3113 * fast/events/scale-and-scroll-iframe-body.html: Removed.
3114 * fast/events/scale-and-scroll-iframe-window-expected.png: Removed.
3115 * fast/events/scale-and-scroll-iframe-window-expected.txt: Removed.
3116 * fast/events/scale-and-scroll-iframe-window.html: Removed.
3117 * fast/events/scale-and-scroll-window-expected.png: Removed.
3118 * fast/events/scale-and-scroll-window-expected.txt: Removed.
3119 * fast/events/scale-and-scroll-window.html: Removed.
3121 2011-09-21 Philippe Normand <pnormand@igalia.com>
3123 Unreviewed, GTK baseslines for 2 new tests and skip a flaky svg test.
3125 * platform/gtk/Skipped: Skip svg/W3C-SVG-1.1-SE/filters-image-05-f.svg
3126 * platform/gtk/fast/clip/overflow-border-radius-fixed-position-expected.png: Added.
3127 * platform/gtk/fast/clip/overflow-border-radius-fixed-position-expected.txt: Added.
3128 * platform/gtk/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Added.
3129 * platform/gtk/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt: Added.
3131 2011-09-21 Gabor Rapcsanyi <rgabor@webkit.org>
3133 [Qt][WK2] http/tests/security/cross-origin-xsl-redirect-BLOCKED.html fails
3134 https://bugs.webkit.org/show_bug.cgi?id=68515
3136 * platform/qt-wk2/Skipped: Skip http/tests/security/cross-origin-xsl-redirect-BLOCKED.html.
3138 2011-09-20 Alpha Lam <hclam@chromium.org>
3140 https://bugs.webkit.org/show_bug.cgi?id=68081
3141 Add layout test for page scale and scrolling.
3143 Reviewed by Simon Fraser.
3145 Add tests to cover the following cases:
3146 1. Scale and scroll window
3147 2. Scale and scroll document.body
3148 3. Scale and scroll iframe's contentWindow
3149 4. Scale and scroll iframe's contentDocument.body
3151 * fast/events/scale-and-scroll-body-expected.png: Added.
3152 * fast/events/scale-and-scroll-body-expected.txt: Added.
3153 * fast/events/scale-and-scroll-body.html: Added.
3154 * fast/events/scale-and-scroll-iframe-body-expected.png: Added.
3155 * fast/events/scale-and-scroll-iframe-body-expected.txt: Added.
3156 * fast/events/scale-and-scroll-iframe-body.html: Added.
3157 * fast/events/scale-and-scroll-iframe-window-expected.png: Added.
3158 * fast/events/scale-and-scroll-iframe-window-expected.txt: Added.
3159 * fast/events/scale-and-scroll-iframe-window.html: Added.
3160 * fast/events/scale-and-scroll-window-expected.png: Added.
3161 * fast/events/scale-and-scroll-window-expected.txt: Added.
3162 * fast/events/scale-and-scroll-window.html: Added.
3164 2011-09-21 Philippe Normand <pnormand@igalia.com>
3166 Unreviewed, GTK rebaseline, skip some flaky worker tests and 2
3169 * platform/gtk/Skipped:
3170 * platform/gtk/editing/deleting/regional-indicators-expected.txt:
3171 * platform/gtk/fast/text/justify-ideograph-complex-expected.txt:
3173 2011-09-21 Philippe Normand <pnormand@igalia.com>
3175 Unreviewed, GTK rebaseline and skip and a11y failing test.
3177 * platform/gtk/Skipped: Skip accessibility/aria-hidden-updates-alldescendants.html
3178 * platform/gtk/editing/deleting/merge-whitespace-pre-expected.txt:
3179 Rebaseline after r95335.
3180 * platform/gtk/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt: Added.
3182 2011-09-21 Philippe Normand <pnormand@igalia.com>
3184 Unreviewed, GTK rebaseline after r95566.
3186 * platform/gtk/mathml/xHeight-expected.txt:
3188 2011-09-21 MORITA Hajime <morrita@google.com>
3190 Unreviewed Skipped list update for meter-element-repaint-on-update-value.html,
3193 * platform/win/Skipped:
3195 2011-09-20 Csaba Osztrogonác <ossy@webkit.org>
3197 [Qt] Unreviewed gardening.
3199 * platform/qt-mac/Skipped:
3200 * platform/qt-wk2/Skipped:
3201 * platform/qt/fast/clip/overflow-border-radius-fixed-position-expected.png: Added.
3202 * platform/qt/fast/clip/overflow-border-radius-fixed-position-expected.txt: Added.
3203 * platform/qt/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Added.
3204 * platform/qt/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt: Added.
3205 * platform/qt/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.png: Added.
3206 * platform/qt/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt: Added.
3208 2011-09-20 MORITA Hajime <morrita@google.com>
3210 <meter> doesn't update rendering when its value is changed.
3211 https://bugs.webkit.org/show_bug.cgi?id=67614
3213 Reviewed by Dimitri Glazkov.
3215 * fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Added.
3216 * platform/chromium/test_expectations.txt:
3217 * platform/mac/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt: Added.
3218 * platform/mac/dom/HTMLMeterElement/meter-element-repaint-on-update-value.html: Added.
3220 2011-09-20 Keishi Hattori <keishi@webkit.org>
3222 [chromium] changed test expectations for zoom-svg-through-object-with-auto-size.html:wq
3224 * platform/chromium/test_expectations.txt:
3226 2011-09-20 Keishi Hattori <keishi@webkit.org>
3228 [chromium] rebaseline caused by r95567
3230 * platform/chromium-cg-mac/fast/clip/overflow-border-radius-fixed-position-expected.png: Added.
3231 * platform/chromium-linux-x86/fast/clip: Removed.
3232 * platform/chromium-linux/fast/clip/overflow-border-radius-fixed-position-expected.png: Added.
3233 * platform/chromium-mac/fast/clip/overflow-border-radius-fixed-position-expected.png: Added.
3234 * platform/chromium-win/fast/clip/overflow-border-radius-fixed-position-expected.png: Added.
3235 * platform/chromium-win/fast/clip/overflow-border-radius-fixed-position-expected.txt: Added.
3237 2011-09-20 John Gregg <johnnyg@google.com>
3239 Directory Upload: parent path can truncate first char of the correct path
3240 https://bugs.webkit.org/show_bug.cgi?id=66695
3242 Add a test case for when the parent path is '/'.
3244 Reviewed by Darin Fisher.
3246 * fast/forms/input-file-directory-upload.html:
3248 2011-09-20 Jochen Eisinger <jochen@chromium.org>
3250 Invoke CachedResourceLoader::canRequest for all URLs in a redirect chain
3251 https://bugs.webkit.org/show_bug.cgi?id=68279
3253 Reviewed by Adam Barth.
3255 * http/tests/security/resources/cross-origin-xsl-redirect.xml:
3256 * http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
3257 * http/tests/security/cross-origin-xsl-redirect-BLOCKED.html:
3258 * platform/chromium/http/tests/permissionclient/image-permissions-expected.txt:
3259 * platform/chromium/http/tests/permissionclient/image-permissions.html:
3261 2011-09-18 Ojan Vafai <ojan@chromium.org>
3263 change RenderFlexibleBox to act on logical coordinates
3264 https://bugs.webkit.org/show_bug.cgi?id=68129
3266 Reviewed by David Hyatt.
3268 * css3/flexbox/resources/flexbox.js:
3269 * css3/flexbox/writing-modes-expected.txt: Added.
3270 * css3/flexbox/writing-modes.html: Added.
3272 2011-09-20 Ryosuke Niwa <rniwa@webkit.org>
3274 Hit testing on margins of body and head elements doesn't recur
3275 https://bugs.webkit.org/show_bug.cgi?id=40753
3277 Reviewed by Darin Adler.
3279 Add tests to click on margins of head and body elements. WebKit should not
3280 (attempt to) place the caret after or before head and body elements.
3282 * editing/selection/click-on-body-margin-expected.txt: Added.
3283 * editing/selection/click-on-body-margin.html: Added.
3284 * editing/selection/click-on-head-margin-expected.txt: Added.
3285 * editing/selection/click-on-head-margin.html: Added.
3287 2011-09-20 Alan Stearns <stearns@adobe.com>
3289 [CSSRegions] Need test case for 66198 (sliced line box rendering)
3290 https://bugs.webkit.org/show_bug.cgi?id=68257
3292 Reviewed by David Hyatt.
3294 * fast/regions/resources/helper.js:
3295 (assertTopLeftMatch):
3297 * fast/regions/no-split-line-box-expected.txt: Added.
3298 * fast/regions/no-split-line-box.html: Added.
3300 2011-09-20 David Hyatt <hyatt@apple.com>
3302 https://bugs.webkit.org/show_bug.cgi?id=68314
3304 Added some more clipping tests for overflow to make sure the right things happen
3305 when border-radius is specified.
3307 Reviewed by Simon Fraser and Darin Adler.
3309 * fast/clip/overflow-border-radius-fixed-position.html: Added.
3310 * platform/mac/fast/clip/overflow-border-radius-fixed-position-expected.png: Added.
3311 * platform/mac/fast/clip/overflow-border-radius-fixed-position-expected.txt: Added.
3313 2011-09-20 Dan Bernstein <mitz@apple.com>
3315 MathML renderers do not override RenderObject::renderName()
3316 https://bugs.webkit.org/show_bug.cgi?id=68461
3318 Reviewed by Darin Adler.
3320 * platform/mac/mathml/presentation/attributes-expected.txt:
3321 * platform/mac/mathml/presentation/fenced-expected.txt:
3322 * platform/mac/mathml/presentation/fenced-mi-expected.txt:
3323 * platform/mac/mathml/presentation/fractions-expected.txt:
3324 * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.txt:
3325 * platform/mac/mathml/presentation/mo-expected.txt:
3326 * platform/mac/mathml/presentation/msub-base-changed-expected.txt:
3327 * platform/mac/mathml/presentation/msub-sub-changed-expected.txt:
3328 * platform/mac/mathml/presentation/msubsup-base-changed-expected.txt:
3329 * platform/mac/mathml/presentation/msubsup-sub-changed-expected.txt:
3330 * platform/mac/mathml/presentation/msubsup-sup-changed-expected.txt:
3331 * platform/mac/mathml/presentation/msup-base-changed-expected.txt:
3332 * platform/mac/mathml/presentation/msup-sup-changed-expected.txt:
3333 * platform/mac/mathml/presentation/over-expected.txt:
3334 * platform/mac/mathml/presentation/roots-expected.txt:
3335 * platform/mac/mathml/presentation/row-alignment-expected.txt:
3336 * platform/mac/mathml/presentation/row-expected.txt:
3337 * platform/mac/mathml/presentation/style-expected.txt:
3338 * platform/mac/mathml/presentation/sub-expected.txt:
3339 * platform/mac/mathml/presentation/subsup-expected.txt:
3340 * platform/mac/mathml/presentation/sup-expected.txt:
3341 * platform/mac/mathml/presentation/tables-expected.txt:
3342 * platform/mac/mathml/presentation/tokenElements-expected.txt:
3343 * platform/mac/mathml/presentation/under-expected.txt:
3344 * platform/mac/mathml/presentation/underover-expected.txt:
3345 * platform/mac/mathml/xHeight-expected.txt:
3347 2011-09-20 Cary Clark <caryclark@google.com>
3349 Unreviewed; new baselines (Skia on Mac)
3351 This separates test failures that are specific to CG Mac from failures
3352 for Skia on Mac. Most of these changes are specific to Leopard, but a
3353 handful add new fail flavors for all Mac variations.
3355 * LayoutTests/platform/chromium/test_expectations.txt:
3357 2011-09-20 Pavel Feldman <pfeldman@google.com>
3359 Not reviewed: one line inspector's script-formatter.html fix.
3361 * inspector/debugger/script-formatter.html:
3363 2011-09-20 Sheriff Bot <webkit.review.bot@gmail.com>
3365 Unreviewed, rolling out r95509.
3366 http://trac.webkit.org/changeset/95509
3367 https://bugs.webkit.org/show_bug.cgi?id=68446
3369 crashes chromium fast/repaint/japanese-rl-selection-repaint-
3370 in-regions.html on Win and Linux (Requested by dslomov on
3373 * editing/selection/click-on-body-margin-expected.txt: Removed.
3374 * editing/selection/click-on-body-margin.html: Removed.
3375 * editing/selection/click-on-head-margin-expected.txt: Removed.
3376 * editing/selection/click-on-head-margin.html: Removed.
3378 2011-09-20 Jarred Nicholls <jarred@sencha.com>
3380 [Qt] Permit qrc resources to load in QWebSettings::setUserStyleSheetUrl()
3381 https://bugs.webkit.org/show_bug.cgi?id=51159
3383 Permit any URL with a local scheme to set a user style sheet. Allow qrc
3384 resource URLs as arguments to QWebSettings::setUserStyleSheetUrl().
3386 New platform layout test since user style sheet is testable from DRT.
3388 Reviewed by Kenneth Rohde Christiansen.
3390 * platform/qt/fast/loader/user-stylesheet-qrc-path-expected.txt: Added.
3391 * platform/qt/fast/loader/user-stylesheet-qrc-path.html: Added.
3393 2011-09-20 Dmitry Lomov <dslomov@google.com>
3395 [Chromium] Rebaseline expectationd and file WK68445.
3397 * platform/chromium/test_expectations.txt:
3399 2011-09-20 Cary Clark <caryclark@google.com>
3401 Unreviewed; new baselines (Skia on Mac)
3402 Updated reference images.
3404 * platform/chromium-mac/fast/ruby/overhang-horizontal-expected.png: Removed.
3405 * platform/chromium-mac/fast/box-shadow/box-shadow-clipped-slices-expected.png:
3407 2011-09-19 Pavel Feldman <pfeldman@google.com>
3409 Web Inspector: document Debugger.paused, introduce types for ids in Debugger domain.
3410 https://bugs.webkit.org/show_bug.cgi?id=68363
3412 Migrates from poorly documented "details" object to explicit parameters
3413 containing break type and data.
3415 Reviewed by Tony Gentilcore.
3417 * http/tests/inspector/debugger-test.js:
3418 (initialize_DebuggerTest):
3420 2011-09-15 Pavel Feldman <pfeldman@google.com>
3422 Web Inspector: refactor ConsoleView, Drawer, ConsolePanel trio.
3423 https://bugs.webkit.org/show_bug.cgi?id=68155
3425 Reviewed by Tony Gentilcore.
3427 * inspector/console/console-dir.html:
3429 2011-09-19 Pavel Feldman <pfeldman@google.com>
3431 Web Inspector: streamline Console's MessageType and MessageSource semantics.
3432 https://bugs.webkit.org/show_bug.cgi?id=68342
3434 This change fixes semantics of the MessageSource and MessageType:
3435 MessageSource is now the source of the message (be it Network, HTML
3436 parser or Console API). MessageType is only defined for the Console API
3437 messages and contains the name of the API call (log, dir, dirxml, etc.).
3438 Subsequent https://bugs.webkit.org/show_bug.cgi?id=66371 will make MessageType
3439 private to the inspector.
3441 Reviewed by Tony Gentilcore.
3443 * inspector/protocol/console-agent-expected.txt:
3444 * platform/chromium/http/tests/inspector/console-resource-errors-expected.txt: Added.
3446 2011-09-20 Philippe Normand <pnormand@igalia.com>
3448 Unreviewed, GTK baselines for new tests.
3450 * platform/gtk/css3/bdi-element-expected.png: Added.
3451 * platform/gtk/css3/bdi-element-expected.txt: Added.
3452 * platform/gtk/css3/unicode-bidi-isolate-aharon-expected.png: Added.
3453 * platform/gtk/css3/unicode-bidi-isolate-aharon-expected.txt: Added.
3454 * platform/gtk/css3/unicode-bidi-isolate-basic-expected.png: Added.
3455 * platform/gtk/css3/unicode-bidi-isolate-basic-expected.txt: Added.
3456 * platform/gtk/fast/borders/block-mask-overlay-image-outset-expected.png: Added.
3457 * platform/gtk/fast/borders/block-mask-overlay-image-outset-expected.txt: Added.
3458 * platform/gtk/fast/borders/border-image-longhand-expected.png: Added.
3459 * platform/gtk/fast/borders/border-image-longhand-expected.txt: Added.
3460 * platform/gtk/fast/borders/border-image-massive-scale-expected.png: Added.
3461 * platform/gtk/fast/borders/border-image-massive-scale-expected.txt: Added.
3462 * platform/gtk/fast/borders/border-image-outset-expected.png: Added.
3463 * platform/gtk/fast/borders/border-image-outset-expected.txt: Added.
3464 * platform/gtk/fast/borders/border-image-outset-in-shorthand-expected.png: Added.
3465 * platform/gtk/fast/borders/border-image-outset-in-shorthand-expected.txt: Added.
3466 * platform/gtk/fast/borders/border-image-outset-split-inline-expected.png: Added.
3467 * platform/gtk/fast/borders/border-image-outset-split-inline-expected.txt: Added.
3468 * platform/gtk/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png: Added.
3469 * platform/gtk/fast/borders/border-image-outset-split-inline-vertical-lr-expected.txt: Added.
3470 * platform/gtk/fast/borders/border-image-repeat-expected.png: Added.
3471 * platform/gtk/fast/borders/border-image-repeat-expected.txt: Added.
3472 * platform/gtk/fast/borders/border-image-scaled-expected.png: Added.
3473 * platform/gtk/fast/borders/border-image-scaled-expected.txt: Added.
3474 * platform/gtk/fast/borders/border-image-scaled-gradient-expected.png: Added.
3475 * platform/gtk/fast/borders/border-image-scaled-gradient-expected.txt: Added.
3476 * platform/gtk/fast/borders/border-image-scrambled-expected.png: Added.
3477 * platform/gtk/fast/borders/border-image-scrambled-expected.txt: Added.
3478 * platform/gtk/fast/borders/border-image-side-reduction-expected.png: Added.
3479 * platform/gtk/fast/borders/border-image-side-reduction-expected.txt: Added.
3480 * platform/gtk/fast/borders/border-image-slices-expected.png: Added.
3481 * platform/gtk/fast/borders/border-image-slices-expected.txt: Added.
3482 * platform/gtk/fast/borders/inline-mask-overlay-image-outset-expected.png: Added.
3483 * platform/gtk/fast/borders/inline-mask-overlay-image-outset-expected.txt: Added.
3484 * platform/gtk/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png: Added.
3485 * platform/gtk/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.txt: Added.
3486 * platform/gtk/fast/clip/overflow-border-radius-combinations-expected.png: Added.
3487 * platform/gtk/fast/clip/overflow-border-radius-combinations-expected.txt: Added.
3488 * platform/gtk/fast/clip/overflow-border-radius-composited-expected.png: Added.
3489 * platform/gtk/fast/clip/overflow-border-radius-composited-expected.txt: Added.
3490 * platform/gtk/fast/clip/overflow-border-radius-transformed-expected.png: Added.
3491 * platform/gtk/fast/clip/overflow-border-radius-transformed-expected.txt: Added.
3492 * platform/gtk/fast/css/focus-ring-multiline-writingmode-vertical-expected.png: Added.
3493 * platform/gtk/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Added.
3494 * platform/gtk/fast/css/line-after-floating-div-expected.png: Added.
3495 * platform/gtk/fast/css/line-after-floating-div-expected.txt: Added.
3496 * platform/gtk/fast/parser/innerhtml-with-prefixed-elements-expected.png: Added.
3497 * platform/gtk/fast/parser/innerhtml-with-prefixed-elements-expected.txt: Added.
3498 * platform/gtk/fast/reflections/reflection-masks-outset-expected.png: Added.
3499 * platform/gtk/fast/reflections/reflection-masks-outset-expected.txt: Added.
3500 * platform/gtk/fast/text/fallback-traits-fixup-expected.png: Added.
3501 * platform/gtk/fast/text/fallback-traits-fixup-expected.txt: Added.
3502 * platform/gtk/fast/text/hyphenate-limit-lines-expected.png: Added.
3503 * platform/gtk/fast/text/hyphenate-limit-lines-expected.txt: Added.
3504 * platform/gtk/svg/custom/pattern-rotate-gaps-expected.png: Added.
3505 * platform/gtk/svg/custom/pattern-rotate-gaps-expected.txt: Added.
3506 * platform/gtk/svg/custom/simple-text-double-shadow-expected.png: Added.
3507 * platform/gtk/svg/custom/simple-text-double-shadow-expected.txt: Added.
3509 2011-09-20 Philippe Normand <pnormand@igalia.com>
3511 Unreviewed, GTK baselines for tests added in r95489 and r95488.
3513 * platform/gtk/http/tests/security/document-all-expected.txt: Added.
3514 * platform/gtk/http/tests/security/window-named-proto-expected.txt: Added.
3516 2011-09-20 Philippe Normand <pnormand@igalia.com>
3518 Unreviewed, GTK baselines for tests added in r95461.
3520 * platform/gtk/fast/table/table-cell-before-after-content-around-table-block-expected.txt: Added.
3521 * platform/gtk/fast/table/table-cell-before-after-content-around-table-expected.txt: Added.
3522 * platform/gtk/fast/table/table-cell-before-after-content-around-table-row-expected.txt: Added.
3523 * platform/gtk/fast/table/table-row-before-after-content-around-block-expected.txt: Added.
3524 * platform/gtk/fast/table/table-row-before-after-content-around-table-expected.txt: Added.
3526 2011-09-20 Renata Hodovan <reni@webkit.org>
3528 [Qt] Rebase and unskip tests introduced in r95489 and r95488.
3530 Unreviewed gardening.
3532 * platform/qt/Skipped:
3533 * platform/qt/http/tests/security/document-all-expected.txt: Added.
3534 * platform/qt/http/tests/security/window-named-proto-expected.txt: Added.
3536 2011-09-20 Philippe Normand <pnormand@igalia.com>
3538 Unreviewed, skip failing fast/files/create-blob-url-crash.html on
3539 GTK because of bug 66045.
3541 * platform/gtk/Skipped:
3543 2011-09-20 Philippe Normand <pnormand@igalia.com>
3545 Unreviewed, GTK rebaseline after r95178 and r95362.
3547 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
3548 * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
3549 * platform/gtk/fast/dom/call-a-constructor-as-a-function-expected.txt:
3550 * platform/gtk/fast/js/global-constructors-expected.txt:
3552 2011-09-09 Pavel Podivilov <podivilov@chromium.org>
3554 Web Inspector: implement reverse mapping for compiler source maps.
3555 https://bugs.webkit.org/show_bug.cgi?id=67850
3557 Reviewed by Pavel Feldman.
3559 * inspector/debugger/compiler-source-mapping.html:
3561 2011-09-20 Renata Hodovan <reni@webkit.org>
3563 [Qt] Add Qt specific expecteds to new tests introduced in r95461.
3565 Unreviewed gardening.
3567 * platform/qt/fast/table/table-cell-before-after-content-around-table-block-expected.png: Added.
3568 * platform/qt/fast/table/table-cell-before-after-content-around-table-block-expected.txt: Added.
3569 * platform/qt/fast/table/table-cell-before-after-content-around-table-expected.png: Added.
3570 * platform/qt/fast/table/table-cell-before-after-content-around-table-expected.txt: Added.
3571 * platform/qt/fast/table/table-cell-before-after-content-around-table-row-expected.png: Added.
3572 * platform/qt/fast/table/table-cell-before-after-content-around-table-row-expected.txt: Added.
3573 * platform/qt/fast/table/table-row-before-after-content-around-block-expected.png: Added.
3574 * platform/qt/fast/table/table-row-before-after-content-around-block-expected.txt: Added.
3575 * platform/qt/fast/table/table-row-before-after-content-around-table-expected.png: Added.
3576 * platform/qt/fast/table/table-row-before-after-content-around-table-expected.txt: Added.
3578 2011-09-20 Renata Hodovan <reni@webkit.org>
3580 [Qt] Two tests fail after r95488 & r95489
3581 https://bugs.webkit.org/show_bug.cgi?id=68428
3583 Skip the failing tests.
3585 Unreviewed gardening.
3587 * platform/qt/Skipped:
3589 2011-09-19 Ryosuke Niwa <rniwa@webkit.org>
3591 Hit testing on margins of body and head elements doesn't recur
3592 https://bugs.webkit.org/show_bug.cgi?id=40753
3594 Reviewed by Darin Adler.
3596 Add tests to click on margins of head and body elements. WebKit should not
3597 (attempt to) place the caret after or before head and body elements.
3599 * editing/selection/click-on-body-margin-expected.txt: Added.
3600 * editing/selection/click-on-body-margin.html: Added.
3601 * editing/selection/click-on-head-margin-expected.txt: Added.
3602 * editing/selection/click-on-head-margin.html: Added.
3604 2011-09-19 Gavin Barraclough <barraclough@apple.com>
3606 String#split is buggy
3607 https://bugs.webkit.org/show_bug.cgi?id=68348
3609 Reviewed by Sam Weinig.
3611 * fast/js/script-tests/string-split-conformance.js: Added.
3612 * fast/js/string-split-conformance-expected.txt: Added.
3613 * fast/js/string-split-conformance.html: Added.
3614 - Added new Layout test based on:
3615 http://stevenlevithan.com/demo/split.cfm
3616 * sputnik/Conformance/15_Native_Objects/15.5_String/15.5.4/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T6-expected.txt:
3617 * sputnik/Conformance/15_Native_Objects/15.5_String/15.5.4/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T7-expected.txt:
3618 * sputnik/Conformance/15_Native_Objects/15.5_String/15.5.4/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T8-expected.txt:
3619 * sputnik/Conformance/15_Native_Objects/15.5_String/15.5.4/15.5.4.14_String.prototype.split/S15.5.4.14_A1_T9-expected.txt:
3620 * sputnik/Conformance/15_Native_Objects/15.5_String/15.5.4/15.5.4.14_String.prototype.split/S15.5.4.14_A2_T7-expected.txt:
3621 - Check in failing results for these 5 tests; they are all wrong
3622 (see https://bugs.ecmascript.org/show_bug.cgi?id=61).
3624 2011-09-19 Sheriff Bot <webkit.review.bot@gmail.com>
3626 Unreviewed, rolling out r95482.
3627 http://trac.webkit.org/changeset/95482
3628 https://bugs.webkit.org/show_bug.cgi?id=68410
3630 Broke chromium webkit-tests (Requested by dslomov on #webkit).
3632 * fast/canvas/webgl/premultiplyalpha-test-expected.txt:
3633 * fast/canvas/webgl/premultiplyalpha-test.html:
3635 2011-09-19 Adam Barth <abarth@webkit.org>
3637 [V8] document.all gets confused about its prototype chain
3638 https://bugs.webkit.org/show_bug.cgi?id=68393
3640 Reviewed by Eric Seidel.
3642 Test how document.all behaves when you change its prototype chain.
3644 * http/tests/security/document-all-expected.txt: Added.
3645 * http/tests/security/document-all.html: Added.
3647 2011-09-19 Adam Barth <abarth@webkit.org>
3649 Named property confusion with __proto__
3650 https://bugs.webkit.org/show_bug.cgi?id=68221
3652 Reviewed by Eric Seidel.
3654 * http/tests/security/resources/innocent-victim-with-iframe.html: Added.
3655 * http/tests/security/window-named-proto-expected.txt: Added.
3656 * http/tests/security/window-named-proto.html: Added.
3658 2011-09-19 John Bauman <jbauman@chromium.org>
3660 Fix nonpremultiplied webgl toDataURL to jpeg
3661 https://bugs.webkit.org/show_bug.cgi?id=68366
3663 Update the premultiplyalpha-test from the WebGL conformance tests.
3665 Reviewed by Kenneth Russell.
3667 * fast/canvas/webgl/premultiplyalpha-test-expected.txt:
3668 * fast/canvas/webgl/premultiplyalpha-test.html:
3670 2011-09-19 Ryosuke Niwa <rniwa@webkit.org>
3672 Incorrect selection with absolutely positioned div
3673 https://bugs.webkit.org/show_bug.cgi?id=39503
3675 Reviewed by Kenneth Rohde Christiansen.
3677 Added a regression test for placing the caret inside a block with multiple logical lines
3678 with an absolutely positioned last child. WebKit should place the caret on the left of the first line
3679 (instead of after the last line) when the user clicks on the left of the first line.
3681 * editing/selection/block-with-positioned-lastchild-expected.txt: Added.
3682 * editing/selection/block-with-positioned-lastchild.html: Added.
3684 2011-09-19 Abhishek Arya <inferno@chromium.org>
3686 Unreviewed. Chromium Rebaselines for r95461.
3688 * platform/chromium-linux/fast/table/table-cell-before-after-content-around-table-block-expected.png: Added.
3689 * platform/chromium-linux/fast/table/table-cell-before-after-content-around-table-expected.png: Added.
3690 * platform/chromium-linux/fast/table/table-cell-before-after-content-around-table-row-expected.png: Added.
3691 * platform/chromium-linux/fast/table/table-row-before-after-content-around-block-expected.png: Added.
3692 * platform/chromium-linux/fast/table/table-row-before-after-content-around-table-expected.png: Added.
3693 * platform/chromium-mac/fast/table/table-cell-before-after-content-around-table-block-expected.png: Added.
3694 * platform/chromium-mac/fast/table/table-cell-before-after-content-around-table-expected.png: Added.
3695 * platform/chromium-mac/fast/table/table-cell-before-after-content-around-table-row-expected.png: Added.
3696 * platform/chromium-mac/fast/table/table-row-before-after-content-around-block-expected.png: Added.
3697 * platform/chromium-mac/fast/table/table-row-before-after-content-around-table-expected.png: Added.
3698 * platform/chromium-win/fast/table/table-cell-before-after-content-around-table-block-expected.png: Added.
3699 * platform/chromium-win/fast/table/table-cell-before-after-content-around-table-expected.png: Added.
3700 * platform/chromium-win/fast/table/table-cell-before-after-content-around-table-row-expected.png: Added.
3701 * platform/chromium-win/fast/table/table-row-before-after-content-around-block-expected.png: Added.
3702 * platform/chromium-win/fast/table/table-row-before-after-content-around-table-expected.png: Added.
3704 2011-09-19 Dmitry Titov <dimich@chromium.org>
3706 [Chromium] Crash after magic iframe transfer for Pepper/NaCl plugins.
3707 https://bugs.webkit.org/show_bug.cgi?id=68267
3708 Make adoptNode() to not enable live iframe transfer when the iframe's subtree contains plugins.
3710 Reviewed by Adam Barth.
3712 * fast/frames/iframe-reparenting-embed-elements-expected.txt: Added.
3713 * fast/frames/iframe-reparenting-embed-elements.html: Added.
3714 * fast/frames/resources/iframe-reparenting-embed-frame1.html: Added.
3715 * fast/frames/resources/iframe-reparenting-embed-iframe.html: Added.
3717 2011-09-19 Abhishek Arya <inferno@chromium.org>
3719 Issues with merging ruby bases.
3720 https://bugs.webkit.org/show_bug.cgi?id=67240
3722 Reviewed by James Robinson.
3724 ASSERTION FAILED: !needsLayout() in RenderRubyRun::getOverhang.
3726 * fast/ruby/ruby-overhang-crash-expected.txt: Added.
3727 * fast/ruby/ruby-overhang-crash.html: Added.
3729 2011-09-16 Abhishek Arya <inferno@chromium.org>
3731 Child not placed correctly when beforeChild (table part)
3732 has both :before, :after content.
3733 https://bugs.webkit.org/show_bug.cgi?id=67656
3735 Reviewed by James Robinson.
3737 * fast/table/table-cell-before-after-content-around-table-block-expected.png: Added.
3738 * fast/table/table-cell-before-after-content-around-table-block-expected.txt: Added.
3739 * fast/table/table-cell-before-after-content-around-table-block.html: Added.
3740 * fast/table/table-cell-before-after-content-around-table-expected.png: Added.
3741 * fast/table/table-cell-before-after-content-around-table-expected.txt: Added.
3742 * fast/table/table-cell-before-after-content-around-table-row-expected.png: Added.
3743 * fast/table/table-cell-before-after-content-around-table-row-expected.txt: Added.
3744 * fast/table/table-cell-before-after-content-around-table-row.html: Added.
3745 * fast/table/table-cell-before-after-content-around-table.html: Added.
3746 * fast/table/table-row-before-after-content-around-block-expected.png: Added.
3747 * fast/table/table-row-before-after-content-around-block-expected.txt: Added.
3748 * fast/table/table-row-before-after-content-around-block.html: Added.
3749 * fast/table/table-row-before-after-content-around-table-expected.png: Added.
3750 * fast/table/table-row-before-after-content-around-table-expected.txt: Added.
3751 * fast/table/table-row-before-after-content-around-table.html: Added.
3753 2011-09-19 Tom Sepez <tsepez@chromium.org>
3755 Fix xssauditor bypass with unterminated closing tag by making the HTMLSourceTracker
3756 and the HTMLParser interact more closely with each other. HTMLParser should be
3757 setting the end range for the token itself to account for buffering that the
3758 HTMLSourceTracker can't know about, but there are a lot of paths that would need
3759 updating. First step is to cover this one path.
3760 https://bugs.webkit.org/show_bug.cgi?id=68281
3762 Reviewed by Adam Barth.
3764 * http/tests/security/xssAuditor/resources/echo-intertag.pl:
3765 * http/tests/security/xssAuditor/script-tag-with-invalid-closing-tag-expected.txt: Added.
3766 * http/tests/security/xssAuditor/script-tag-with-invalid-closing-tag.html: Added.
3768 2011-09-19 Dmitry Lomov <dslomov@google.com>
3770 [Chromium] Rebaseline expectations and file WK68372.
3772 * platform/chromium/test_expectations.txt:
3774 2011-09-19 Dmitry Lomov <dslomov@google.com>
3776 [Chromium] Rebaseline expectations due to r95402.
3778 * platform/chromium-win-vista/fast/dom/navigator-detached-no-crash-expected.txt: Removed.
3780 2011-09-19 Ilya Tikhonovsky <loislo@chromium.org>
3782 Unreviewed skip inspector/timeline/timeline-animation-frame.html on win platform.
3784 * platform/win/Skipped:
3786 2011-09-19 Ilya Tikhonovsky <loislo@chromium.org>
3788 Unreviewed fix for flaky tests.
3790 * inspector/timeline/timeline-dom-content-loaded-event-expected.txt:
3791 * inspector/timeline/timeline-dom-content-loaded-event.html:
3792 * inspector/timeline/timeline-load-event-expected.txt:
3793 * inspector/timeline/timeline-load-event.html:
3794 * platform/qt/Skipped:
3796 2011-09-19 Zsolt Fehér <feherzs@inf.u-szeged.hu>
3798 Unreviewed Qt gardening.
3799 https://bugs.webkit.org/show_bug.cgi?id=68360
3801 * platform/qt/Skipped:
3803 2011-09-19 Balazs Kelemen <kbalazs@webkit.org>
3805 [Qt][WK2] Add some pixel baselines.
3807 Unreviewed expectation update.
3809 These baselines was produced in the same environment where the
3810 Szeged WK2 bot runs. The validity of the results had been checked manually.
3812 * platform/qt-wk2/css1/box_properties/float_on_text_elements-expected.png: Added.
3813 * platform/qt-wk2/css2.1/t051202-c24-first-lttr-00-b-expected.png: Added.
3814 * platform/qt-wk2/css2.1/t051202-c26-psudo-nest-00-c-expected.png: Added.
3815 * platform/qt-wk2/css2.1/t060401-c32-cascading-00-b-expected.png: Added.
3816 * platform/qt-wk2/css2.1/t080301-c411-vt-mrgn-00-b-expected.png: Added.
3817 * platform/qt-wk2/css2.1/t0805-c5512-brdr-rw-00-b-expected.png: Added.
3818 * platform/qt-wk2/css2.1/t0805-c5514-brdr-lw-00-b-expected.png: Added.
3819 * platform/qt-wk2/css2.1/t0805-c5515-brdr-w-00-a-expected.png: Added.
3820 * platform/qt-wk2/css2.1/t0805-c5516-brdr-c-00-a-expected.png: Added.
3821 * platform/qt-wk2/css2.1/t0805-c5516-ibrdr-c-00-a-expected.png: Added.
3822 * platform/qt-wk2/css2.1/t0805-c5517-brdr-s-00-c-expected.png: Added.
3823 * platform/qt-wk2/css2.1/t0805-c5518-brdr-t-01-e-expected.png: Added.
3824 * platform/qt-wk2/css2.1/t0805-c5518-ibrdr-t-00-a-expected.png: Added.
3825 * platform/qt-wk2/css2.1/t0805-c5519-brdr-r-00-a-expected.png: Added.
3826 * platform/qt-wk2/css2.1/t0805-c5519-brdr-r-02-e-expected.png: Added.
3827 * platform/qt-wk2/css2.1/t0805-c5519-ibrdr-r-00-a-expected.png: Added.
3828 * platform/qt-wk2/css2.1/t0805-c5520-brdr-b-01-e-expected.png: Added.
3829 * platform/qt-wk2/css2.1/t0805-c5520-ibrdr-b-00-a-expected.png: Added.
3830 * platform/qt-wk2/css2.1/t0805-c5521-brdr-l-00-a-expected.png: Added.
3831 * platform/qt-wk2/css2.1/t0805-c5521-brdr-l-02-e-expected.png: Added.
3832 * platform/qt-wk2/css2.1/t0805-c5521-ibrdr-l-00-a-expected.png: Added.
3833 * platform/qt-wk2/css2.1/t0805-c5522-brdr-00-b-expected.png: Added.
3834 * platform/qt-wk2/css2.1/t0805-c5522-ibrdr-00-a-expected.png: Added.
3835 * platform/qt-wk2/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.png: Added.
3836 * platform/qt-wk2/css2.1/t0905-c5525-fltmult-00-d-g-expected.png: Added.
3837 * platform/qt-wk2/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png: Added.
3838 * platform/qt-wk2/css2.1/t0905-c5525-fltwrap-00-b-expected.png: Added.
3839 * platform/qt-wk2/css2.1/t090501-c414-flt-00-d-expected.png: Added.
3840 * platform/qt-wk2/css2.1/t090501-c414-flt-01-b-expected.png: Added.
3841 * platform/qt-wk2/css2.1/t090501-c414-flt-ln-00-d-expected.png: Added.
3842 * platform/qt-wk2/css2.1/t090501-c414-flt-ln-01-d-g-expected.png: Added.
3843 * platform/qt-wk2/css2.1/t090501-c414-flt-ln-02-d-expected.png: Added.
3844 * platform/qt-wk2/css2.1/t090501-c414-flt-ln-03-d-expected.png: Added.
3845 * platform/qt-wk2/css2.1/t090501-c5525-flt-l-00-b-g-expected.png: Added.
3846 * platform/qt-wk2/css2.1/t090501-c5525-flt-r-00-b-g-expected.png: Added.
3847 * platform/qt-wk2/css2.1/t1002-c5523-width-02-b-g-expected.png: Added.
3848 * platform/qt-wk2/css2.1/t100801-c544-valgn-00-a-ag-expected.png: Added.
3849 * platform/qt-wk2/css2.1/t100801-c544-valgn-02-d-agi-expected.png: Added.
3850 * platform/qt-wk2/css2.1/t100801-c544-valgn-03-d-agi-expected.png: Added.
3851 * platform/qt-wk2/css2.1/t100801-c544-valgn-04-d-agi-expected.png: Added.
3852 * platform/qt-wk2/css2.1/t1202-counter-08-b-expected.png: Added.
3853 * platform/qt-wk2/css2.1/t1202-counters-08-b-expected.png: Added.
3854 * platform/qt-wk2/css2.1/t1601-c547-indent-01-d-expected.png: Added.
3855 * platform/qt-wk2/css2.1/t1602-c546-txt-align-00-b-expected.png: Added.
3856 * platform/qt-wk2/css3/css3-modsel-33-expected.png: Added.
3857 * platform/qt-wk2/css3/css3-modsel-35-expected.png: Added.
3858 * platform/qt-wk2/fast/backgrounds/size/backgroundSize15-expected.png: Added.
3859 * platform/qt-wk2/fast/backgrounds/size/backgroundSize16-expected.png: Added.
3860 * platform/qt-wk2/fast/block/basic/014-expected.png: Added.
3861 * platform/qt-wk2/fast/block/basic/016-expected.png: Added.
3862 * platform/qt-wk2/fast/block/basic/white-space-pre-wraps-expected.png: Added.
3863 * platform/qt-wk2/fast/block/float/003-expected.png: Added.
3864 * platform/qt-wk2/fast/block/float/020-expected.png: Added.
3865 * platform/qt-wk2/fast/block/float/021-expected.png: Added.
3866 * platform/qt-wk2/fast/block/float/avoidance-percent-width-strict-expected.png: Added.
3867 * platform/qt-wk2/fast/block/float/nopaint-after-layer-destruction2-expected.png: Added.
3868 * platform/qt-wk2/fast/block/float/width-update-after-clear-expected.png: Added.
3869 * platform/qt-wk2/fast/block/margin-collapse/empty-clear-blocks-expected.png: Added.
3870 * platform/qt-wk2/fast/block/positioning/auto-height-with-top-and-bottom-expected.png: Added.
3871 * platform/qt-wk2/fast/block/positioning/auto/005-expected.png: Added.
3872 * platform/qt-wk2/fast/borders/block-mask-overlay-image-expected.png: Added.
3873 * platform/qt-wk2/fast/borders/border-fit-expected.png: Added.
3874 * platform/qt-wk2/fast/borders/border-image-scale-transform-expected.png: Added.
3875 * platform/qt-wk2/fast/borders/border-radius-inline-flow-expected.png: Added.
3876 * platform/qt-wk2/fast/borders/rtl-border-01-expected.png: Added.
3877 * platform/qt-wk2/fast/borders/rtl-border-02-expected.png: Added.
3878 * platform/qt-wk2/fast/borders/rtl-border-03-expected.png: Added.
3879 * platform/qt-wk2/fast/box-shadow/basic-shadows-expected.png: Added.
3880 * platform/qt-wk2/fast/canvas/arc360-expected.png: Added.
3881 * platform/qt-wk2/fast/canvas/canvas-before-css-expected.png: Added.
3882 * platform/qt-wk2/fast/canvas/canvas-text-alignment-expected.png: Added.
3883 * platform/qt-wk2/fast/canvas/canvas-zoom-expected.png: Added.
3884 * platform/qt-wk2/fast/canvas/canvasDrawingIntoSelf-expected.png: Added.
3885 * platform/qt-wk2/fast/canvas/drawImage-expected.png: Added.
3886 * platform/qt-wk2/fast/canvas/drawImage-with-globalAlpha-expected.png: Added.
3887 * platform/qt-wk2/fast/canvas/fillrect-gradient-zero-stops-expected.png: Added.
3888 * platform/qt-wk2/fast/canvas/fillrect_gradient-expected.png: Added.
3889 * platform/qt-wk2/fast/canvas/image-object-in-canvas-expected.png: Added.
3890 * platform/qt-wk2/fast/canvas/patternfill-repeat-expected.png: Added.
3891 * platform/qt-wk2/fast/canvas/setWidthResetAfterForcedRender-expected.png: Added.
3892 * platform/qt-wk2/fast/canvas/shadow-offset-1-expected.png: Added.
3893 * platform/qt-wk2/fast/canvas/shadow-offset-2-expected.png: Added.
3894 * platform/qt-wk2/fast/canvas/shadow-offset-3-expected.png: Added.
3895 * platform/qt-wk2/fast/canvas/shadow-offset-4-expected.png: Added.
3896 * platform/qt-wk2/fast/canvas/shadow-offset-5-expected.png: Added.
3897 * platform/qt-wk2/fast/canvas/shadow-offset-6-expected.png: Added.
3898 * platform/qt-wk2/fast/canvas/shadow-offset-7-expected.png: Added.
3899 * platform/qt-wk2/fast/css-generated-content/012-expected.png: Added.
3900 * platform/qt-wk2/fast/css-generated-content/013-expected.png: Added.
3901 * platform/qt-wk2/fast/css-generated-content/after-duplicated-after-split-expected.png: Added.
3902 * platform/qt-wk2/fast/css-generated-content/after-order-expected.png: Added.
3903 * platform/qt-wk2/fast/css-generated-content/hover-style-change-expected.png: Added.
3904 * platform/qt-wk2/fast/css/004-expected.png: Added.
3905 * platform/qt-wk2/fast/css/005-expected.png: Added.
3906 * platform/qt-wk2/fast/css/MarqueeLayoutTest-expected.png: Added.
3907 * platform/qt-wk2/fast/css/ZeroOpacityLayers-expected.png: Added.
3908 * platform/qt-wk2/fast/css/ZeroOpacityLayers2-expected.png: Added.
3909 * platform/qt-wk2/fast/css/absolute-poition-in-rtl-parent-expected.png: Added.
3910 * platform/qt-wk2/fast/css/begin-end-contain-selector-empty-value-expected.png: Added.
3911 * platform/qt-wk2/fast/css/css1_forward_compatible_parsing-expected.png: Added.
3912 * platform/qt-wk2/fast/css/css3-modsel-22-expected.png: Added.
3913 * platform/qt-wk2/fast/css/css3-nth-child-expected.png: Added.
3914 * platform/qt-wk2/fast/css/first-letter-detach-expected.png: Added.
3915 * platform/qt-wk2/fast/css/first-letter-hover-expected.png: Added.
3916 * platform/qt-wk2/fast/css/font-face-implicit-local-font-expected.png: Added.
3917 * platform/qt-wk2/fast/css/hsl-color-expected.png: Added.
3918 * platform/qt-wk2/fast/css/inline-properties-important-expected.png: Added.
3919 * platform/qt-wk2/fast/css/invalidation-errors-2-expected.png: Added.
3920 * platform/qt-wk2/fast/css/invalidation-errors-expected.png: Added.
3921 * platform/qt-wk2/fast/css/non-standard-checkbox-size-expected.png: Added.
3922 * platform/qt-wk2/fast/css/outline-auto-location-expected.png: Added.
3923 * platform/qt-wk2/fast/css/selector-set-attribute-expected.png: Added.
3924 * platform/qt-wk2/fast/css/text-align-expected.png: Added.
3925 * platform/qt-wk2/fast/css/textCapitalizeEdgeCases-expected.png: Added.
3926 * platform/qt-wk2/fast/css/zoom-font-size-expected.png: Added.
3927 * platform/qt-wk2/fast/dom/HTMLHeadElement/head-link-style-href-check-expected.png: Added.
3928 * platform/qt-wk2/fast/dom/HTMLTableElement/colSpan-expected.png: Added.
3929 * platform/qt-wk2/fast/dom/HTMLTableElement/createCaption-expected.png: Added.
3930 * platform/qt-wk2/fast/dom/children-nodes-expected.png: Added.
3931 * platform/qt-wk2/fast/dom/clone-node-dynamic-style-expected.png: Added.
3932 * platform/qt-wk2/fast/dom/css-rule-functions-expected.png: Added.
3933 * platform/qt-wk2/fast/dynamic/insert-before-table-part-in-continuation-expected.png: Added.
3934 * platform/qt-wk2/fast/dynamic/selection-highlight-adjust-expected.png: Added.
3935 * platform/qt-wk2/fast/dynamic/staticY-marking-parents-regression-expected.png: Added.
3936 * platform/qt-wk2/fast/forms/basic-selects-expected.png: Added.
3937 * platform/qt-wk2/fast/forms/basic-textareas-quirks-expected.png: Added.
3938 * platform/qt-wk2/fast/forms/input-placeholder-text-indent-expected.png: Added.
3939 * platform/qt-wk2/fast/forms/minWidthPercent-expected.png: Added.
3940 * platform/qt-wk2/fast/frames/frame-scrolling-attribute-expected.png: Added.
3941 * platform/qt-wk2/fast/gradients/radial-centered-expected.png: Added.
3942 * platform/qt-wk2/fast/html/details-writing-mode-expected.png: Added.
3943 * platform/qt-wk2/fast/inline/continuation-outlines-expected.png: Added.
3944 * platform/qt-wk2/fast/inline/continuation-outlines-with-layers-expected.png: Added.
3945 * platform/qt-wk2/fast/lists/001-vertical-expected.png: Added.
3946 * platform/qt-wk2/fast/lists/007-vertical-expected.png: Added.
3947 * platform/qt-wk2/fast/lists/008-vertical-expected.png: Added.
3948 * platform/qt-wk2/fast/media/mq-relative-constraints-08-expected.png: Added.
3949 * platform/qt-wk2/fast/multicol/client-rects-expected.png: Added.
3950 * platform/qt-wk2/fast/multicol/column-break-with-balancing-expected.png: Added.
3951 * platform/qt-wk2/fast/multicol/float-multicol-expected.png: Added.
3952 * platform/qt-wk2/fast/multicol/float-paginate-complex-expected.png: Added.
3953 * platform/qt-wk2/fast/multicol/float-paginate-expected.png: Added.
3954 * platform/qt-wk2/fast/multicol/layers-split-across-columns-expected.png: Added.
3955 * platform/qt-wk2/fast/multicol/margin-collapse-expected.png: Added.
3956 * platform/qt-wk2/fast/multicol/max-height-columns-block-expected.png: Added.
3957 * platform/qt-wk2/fast/multicol/nested-columns-expected.png: Added.
3958 * platform/qt-wk2/fast/multicol/paginate-block-replaced-expected.png: Added.
3959 * platform/qt-wk2/fast/multicol/positioned-with-constrained-height-expected.png: Added.
3960 * platform/qt-wk2/fast/multicol/scrolling-overflow-expected.png: Added.
3961 * platform/qt-wk2/fast/multicol/span/anonymous-before-child-parent-crash-expected.png: Added.
3962 * platform/qt-wk2/fast/multicol/span/anonymous-style-inheritance-expected.png: Added.
3963 * platform/qt-wk2/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png: Added.
3964 * platform/qt-wk2/fast/multicol/span/span-as-immediate-child-generated-content-expected.png: Added.
3965 * platform/qt-wk2/fast/multicol/span/span-as-immediate-child-property-removal-expected.png: Added.
3966 * platform/qt-wk2/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png: Added.
3967 * platform/qt-wk2/fast/multicol/span/span-as-immediate-columns-child-expected.png: Added.
3968 * platform/qt-wk2/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png: Added.
3969 * platform/qt-wk2/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png: Added.
3970 * platform/qt-wk2/fast/multicol/span/span-as-nested-columns-child-expected.png: Added.
3971 * platform/qt-wk2/fast/multicol/span/span-margin-collapsing-expected.png: Added.
3972 * platform/qt-wk2/fast/multicol/table-margin-collapse-expected.png: Added.
3973 * platform/qt-wk2/fast/multicol/table-vertical-align-expected.png: Added.
3974 * platform/qt-wk2/fast/multicol/unsplittable-inline-block-expected.png: Added.
3975 * platform/qt-wk2/fast/multicol/vertical-lr/column-break-with-balancing-expected.png: Added.
3976 * platform/qt-wk2/fast/multicol/vertical-lr/column-rules-expected.png: Added.
3977 * platform/qt-wk2/fast/multicol/vertical-lr/float-avoidance-expected.png: Added.
3978 * platform/qt-wk2/fast/multicol/vertical-lr/float-multicol-expected.png: Added.
3979 * platform/qt-wk2/fast/multicol/vertical-lr/float-paginate-complex-expected.png: Added.
3980 * platform/qt-wk2/fast/multicol/vertical-lr/float-paginate-expected.png: Added.
3981 * platform/qt-wk2/fast/multicol/vertical-lr/nested-columns-expected.png: Added.
3982 * platform/qt-wk2/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png: Added.
3983 * platform/qt-wk2/fast/multicol/vertical-rl/column-break-with-balancing-expected.png: Added.
3984 * platform/qt-wk2/fast/multicol/vertical-rl/column-rules-expected.png: Added.
3985 * platform/qt-wk2/fast/multicol/vertical-rl/float-avoidance-expected.png: Added.
3986 * platform/qt-wk2/fast/multicol/vertical-rl/float-multicol-expected.png: Added.
3987 * platform/qt-wk2/fast/multicol/vertical-rl/float-paginate-complex-expected.png: Added.
3988 * platform/qt-wk2/fast/multicol/vertical-rl/float-paginate-expected.png: Added.
3989 * platform/qt-wk2/fast/multicol/vertical-rl/nested-columns-expected.png: Added.
3990 * platform/qt-wk2/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png: Added.
3991 * platform/qt-wk2/fast/overflow/line-clamp-expected.png: Added.
3992 * platform/qt-wk2/fast/overflow/overflow-rtl-vertical-expected.png: Added.
3993 * platform/qt-wk2/fast/overflow/table-overflow-float-expected.png: Added.
3994 * platform/qt-wk2/fast/reflections/opacity-reflection-transform-expected.png: Added.
3995 * platform/qt-wk2/fast/repaint/bugzilla-6278-expected.png: Added.
3996 * platform/qt-wk2/fast/repaint/line-flow-with-floats-1-expected.png: Added.
3997 * platform/qt-wk2/fast/repaint/line-flow-with-floats-10-expected.png: Added.
3998 * platform/qt-wk2/fast/repaint/line-flow-with-floats-2-expected.png: Added.
3999 * platform/qt-wk2/fast/repaint/line-flow-with-floats-3-expected.png: Added.
4000 * platform/qt-wk2/fast/repaint/line-flow-with-floats-4-expected.png: Added.
4001 * platform/qt-wk2/fast/repaint/line-flow-with-floats-5-expected.png: Added.
4002 * platform/qt-wk2/fast/repaint/line-flow-with-floats-6-expected.png: Added.
4003 * platform/qt-wk2/fast/repaint/line-flow-with-floats-7-expected.png: Added.
4004 * platform/qt-wk2/fast/repaint/line-flow-with-floats-8-expected.png: Added.
4005 * platform/qt-wk2/fast/repaint/line-flow-with-floats-9-expected.png: Added.
4006 * platform/qt-wk2/fast/repaint/multicol-repaint-expected.png: Added.
4007 * platform/qt-wk2/fast/repaint/outline-repaint-glitch-expected.png: Added.
4008 * platform/qt-wk2/fast/repaint/selected-replaced-expected.png: Added.
4009 * platform/qt-wk2/fast/repaint/selection-gap-overflow-scroll-2-expected.png: Added.
4010 * platform/qt-wk2/fast/repaint/stacked-diacritics-expected.png: Added.
4011 * platform/qt-wk2/fast/repaint/text-append-dirty-lines-expected.png: Added.
4012 * platform/qt-wk2/fast/replaced/001-expected.png: Added.
4013 * platform/qt-wk2/fast/replaced/002-expected.png: Added.
4014 * platform/qt-wk2/fast/replaced/003-expected.png: Added.
4015 * platform/qt-wk2/fast/replaced/005-expected.png: Added.
4016 * platform/qt-wk2/fast/replaced/absolute-image-sizing-expected.png: Added.
4018 2011-09-19 Ilya Tikhonovsky <loislo@chromium.org>
4020 Web Inspector: extend UI perf tests coverage. Elements Panel.
4021 https://bugs.webkit.org/show_bug.cgi?id=68263
4023 Reviewed by Pavel Feldman.
4025 * inspector/performance/resources/show-panel-elements.html: Added.
4027 2011-09-19 Ilya Tikhonovsky <loislo@chromium.org>
4029 Web Inspector: didMarkDOMContentEvent() should send event of MarkDOMContent type.
4030 https://bugs.webkit.org/show_bug.cgi?id=67528
4032 Reviewed by Pavel Feldman.
4034 * inspector/timeline/timeline-animation-frame.html:
4035 * inspector/timeline/timeline-dom-content-loaded-event-expected.txt: Added.
4036 * inspector/timeline/timeline-dom-content-loaded-event.html: Added.
4037 * inspector/timeline/timeline-load-event-expected.txt: Added.
4038 * inspector/timeline/timeline-load-event.html: Added.
4039 * inspector/timeline/timeline-test.js:
4040 (initialize_Timeline.InspectorTest.waitForRecordType.addRecord):
4041 (initialize_Timeline.InspectorTest.waitForRecordType):
4043 2011-09-19 Csaba Osztrogonác <ossy@webkit.org>
4045 [Qt] Unreviewed gardening.
4047 * platform/qt-arm/fast/dom/Window/window-property-descriptors-expected.txt: Updated.
4048 * platform/qt-mac/Skipped: Skip new failing tests to paint the bot green.
4050 2011-09-19 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
4052 [Qt] [ARMv5] fast/events/media-element-focus-tab.html fast/spatial-navigation/snav-media-elements.html fail
4053 https://bugs.webkit.org/show_bug.cgi?id=68341
4055 * platform/qt-arm/Skipped: Skip the failing tests
4057 2011-09-18 Ilya Tikhonovsky <loislo@chromium.org>
4059 Web Inspector: requestAnimationFrame callbacks don't show up in the timeline panel.
4060 https://bugs.webkit.org/show_bug.cgi?id=67986
4062 Reviewed by Pavel Feldman.
4064 * inspector/timeline/timeline-animation-frame-expected.txt: Added.
4065 * inspector/timeline/timeline-animation-frame.html: Added.
4066 * inspector/timeline/timeline-enum-stability-expected.txt:
4067 * platform/chromium/inspector/timeline/timeline-enum-stability-expected.txt:
4068 * platform/qt/Skipped: inspector/timeline/timeline-animation-frame.html was added to the skip list.
4069 * inspector/timeline/timeline-test.js:
4071 2011-09-18 James Kozianski <koz@chromium.org>
4073 Rebaseline navigator test for chromium-win-vista.
4074 https://bugs.webkit.org/show_bug.cgi?id=68334
4076 Unreviewed. Rebaseline for navigator-detached-no-crash.
4078 * platform/chromium-win-vista/fast/dom/navigator-detached-no-crash-expected.txt: Added.
4080 2011-09-18 Dan Bernstein <mitz@apple.com>
4082 <rdar://problem/7860281> Decomposed text is displayed incorrectly when Verdana is specified
4083 https://bugs.webkit.org/show_bug.cgi?id=68287
4085 Reviewed by Dave Hyatt.
4087 * platform/mac/fast/text/combining-character-sequence-fallback.html: Added.
4088 * platform/mac/platform/mac/fast/text/combining-character-sequence-fallback-expected.png: Added.
4089 * platform/mac/platform/mac/fast/text/combining-character-sequence-fallback-expected.txt: Added.
4091 2011-09-18 Dan Bernstein <mitz@apple.com>
4093 Updated expected results for two tests after r95362.
4095 * platform/mac/fast/dom/Window/window-properties-expected.txt:
4096 * platform/mac/fast/dom/Window/window-property-descriptors-expected.txt:
4098 2011-09-17 David Hyatt <hyatt@apple.com>
4100 https://bugs.webkit.org/show_bug.cgi?id=68307
4102 Crash in border image cssText. Make sure to null check all the components, since they're all
4105 Reviewed by Sam Weinig.
4107 * fast/borders/border-image-slice-omission.html: Added.
4109 2011-09-17 Csaba Osztrogonác <ossy@webkit.org>
4111 [Qt][WK2] fast/events/media-element-focus-tab.html fails
4112 https://bugs.webkit.org/show_bug.cgi?id=68315
4114 * platform/qt-wk2/Skipped: Skip fast/events/media-element-focus-tab.html until fix.
4116 2011-09-17 Deepak Sherveghar <bpwv64@motorola.com>
4118 Override supportsFocus() for HTMLMediaElement.
4119 https://bugs.webkit.org/show_bug.cgi?id=67190
4121 Reviewed by Antonio Gomes.
4123 For media elements be able to receive focus without tabindex if
4124 control attribute is present, hence changed
4125 tabindex-focus-blur-all.js and tabindex-focus-blur-all-expected.txt.
4127 * fast/events/media-element-focus-tab-expected.txt: Added.
4128 * fast/events/media-element-focus-tab.html: Added.
4129 * fast/events/resources/tabindex-focus-blur-all.js:
4131 * fast/events/tabindex-focus-blur-all-expected.txt:
4132 * fast/spatial-navigation/snav-media-elements-expected.txt: Added.
4133 * fast/spatial-navigation/snav-media-elements.html: Added.
4135 2011-09-17 Csaba Osztrogonác <ossy@webkit.org>
4137 [Qt] Unreviewed gardening.
4139 * platform/qt-4.8/editing/deleting/merge-whitespace-pre-expected.txt: Update after r95335.
4141 2011-09-17 Csaba Osztrogonác <ossy@webkit.org>
4143 [Qt][WK2] Unreviewed gardening after r95337.
4145 * platform/qt-wk2/Skipped: Skip one more test.
4147 2011-09-17 Csaba Osztrogonác <ossy@webkit.org>
4149 [Qt][WK2] fast/forms/submit-to-blank-multiple-times.html fails
4150 https://bugs.webkit.org/show_bug.cgi?id=68309