1 2011-09-27 Ojan Vafai <ojan@chromium.org>
3 offsetTop/offsetLeft return the wrong values for horizontal-bt/vertical-rl writing modes
4 https://bugs.webkit.org/show_bug.cgi?id=68304
6 Reviewed by David Hyatt.
8 * css3/flexbox/writing-modes-expected.txt:
9 * css3/flexbox/writing-modes.html:
10 * fast/dom/offset-position-writing-modes-expected.txt: Added.
11 * fast/dom/offset-position-writing-modes.html: Added.
13 2011-09-27 Tim Horton <timothy_horton@apple.com>
15 Rapidly refreshing a feMorphology[erode] with r=0 can sometimes cause display corruption
16 https://bugs.webkit.org/show_bug.cgi?id=68816
17 <rdar://problem/10186468>
19 Reviewed by Simon Fraser.
21 Add a test which ensures that a zero-radius feMorphology filter returns cleared memory.
23 * svg/filters/feMorphology-zero-radius-expected.png: Added.
24 * svg/filters/feMorphology-zero-radius-expected.txt: Added.
25 * svg/filters/feMorphology-zero-radius.svg: Added.
27 2011-09-27 David Hyatt <hyatt@apple.com>
29 https://bugs.webkit.org/show_bug.cgi?id=68922
31 Paginated floats should not grow the height of a block when they don't end
32 up being tied to a line.
34 Reviewed by Dan Bernstein.
36 * fast/multicol/float-paginate-empty-lines.html: Added.
37 * fast/regions/webkit-flow-double-pagination-float-push.html: Added.
38 * platform/mac/fast/multicol/float-paginate-empty-lines-expected.png: Added.
39 * platform/mac/fast/regions/webkit-flow-double-pagination-float-push-expected.png: Added.
40 * platform/mac/fast/regions/webkit-flow-double-pagination-float-push-expected.txt: Added.
42 2011-09-27 Sheriff Bot <webkit.review.bot@gmail.com>
44 Unreviewed, rolling out r96131.
45 http://trac.webkit.org/changeset/96131
46 https://bugs.webkit.org/show_bug.cgi?id=68927
48 It made 18+ tests crash on all platform (Requested by
49 Ossy_night on #webkit).
51 * fast/js/exception-properties-expected.txt:
52 * fast/js/script-tests/exception-properties.js:
53 * fast/js/script-tests/stack-trace.js: Removed.
54 * fast/js/stack-trace-expected.txt: Removed.
55 * fast/js/stack-trace.html: Removed.
56 * platform/chromium/test_expectations.txt:
58 2011-06-28 Robert Hogan <robert@webkit.org>
60 Reviewed by David Hyatt.
62 Replaced elements squeezed when width is specified as percentage inside a table with Auto layout
63 https://bugs.webkit.org/show_bug.cgi?id=29447
65 * fast/replaced/table-percent-width.html: Added.
66 * fast/replaced/table-percent-width-expected.txt: Added.
68 2011-09-27 Simon Fraser <simon.fraser@apple.com>
70 https://bugs.webkit.org/show_bug.cgi?id=67858
72 Roll r96070 back in now that the crash has been fixed in r96130.
74 * compositing/iframes/repaint-after-losing-scrollbars-expected.png:
76 2011-09-27 Kaustubh Atrawalkar <kaustubh@motorola.com>
78 Autofocus on readonly inputs does not focus the element.
79 https://bugs.webkit.org/show_bug.cgi?id=24092
81 Reviewed by Ryosuke Niwa.
83 * fast/forms/autofocus-readonly-attribute-expected.txt: Added.
84 * fast/forms/autofocus-readonly-attribute.html: Added.
86 2011-09-27 Mihai Parparita <mihaip@chromium.org>
88 Remove duplicate of fast/text/international/Geeza-Pro-vertical-metrics-adjustment.html
89 https://bugs.webkit.org/show_bug.cgi?id=68915
91 Reviewed by Ryosuke Niwa.
93 r92496 and r92881 were only trying to move the baselines to
94 platform/mac-snowleopard/platform/mac/fast, but they also inadvertedly
95 copied the test itself.
97 * platform/mac-snowleopard/platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment.html: Removed.
99 2011-09-27 Juan Carlos Montemayor Elosua <j.mont@me.com>
101 Implement Error.stack
102 https://bugs.webkit.org/show_bug.cgi?id=66994
104 Reviewed by Oliver Hunt.
106 Unit tests that contain both normal and special cases for stack trace
109 * fast/js/exception-properties-expected.txt:
110 * fast/js/script-tests/exception-properties.js:
111 * fast/js/script-tests/stack-trace.js: Added.
122 * fast/js/stack-trace-expected.txt: Added.
123 * fast/js/stack-trace.html: Added.
124 * platform/chromium/test_expectations.txt:
126 2011-09-27 Adrienne Walker <enne@google.com>
128 [Chromium] Layout Test compositing/video-page-visibility.html is failing on GPU linux
129 https://bugs.webkit.org/show_bug.cgi?id=68882
131 Unreviewed rebaseline.
133 * platform/chromium-gpu-linux/compositing/video-page-visibility-expected.png: Added.
134 * platform/chromium/test_expectations.txt:
136 2011-09-27 Dominic Mazzoni <dmazzoni@google.com>
138 AXObjectCache cleared unnecessarily when non-top Document is detached.
139 https://bugs.webkit.org/show_bug.cgi?id=68636
141 Reviewed by Chris Fleizach.
143 * accessibility/deleting-iframe-destroys-axcache.html: Added.
144 * platform/mac/accessibility/deleting-iframe-destroys-axcache-expected.txt: Added.
146 2011-09-26 Ryosuke Niwa <rniwa@webkit.org>
148 dump-as-markup conversion: editing/pasteboard/merge-end-list.html and merge-end-table.html
149 https://bugs.webkit.org/show_bug.cgi?id=68857
151 Reviewed by Kent Tamura.
153 Converted the tests into dump-as-markup tests. Also split each test into two tests.
155 * editing/pasteboard/merge-end-list-2-expected.txt: Added.
156 * editing/pasteboard/merge-end-list-2.html: Added.
157 * editing/pasteboard/merge-end-list-expected.txt: Added.
158 * editing/pasteboard/merge-end-list.html:
159 * editing/pasteboard/merge-end-table-2-expected.txt: Added.
160 * editing/pasteboard/merge-end-table-2.html: Added.
161 * editing/pasteboard/merge-end-table-expected.txt: Added.
162 * editing/pasteboard/merge-end-table.html:
163 * platform/chromium-cg-mac-leopard/editing/pasteboard/merge-end-list-expected.png: Removed.
164 * platform/chromium-cg-mac-leopard/editing/pasteboard/merge-end-table-expected.png: Removed.
165 * platform/chromium-cg-mac/editing/pasteboard/merge-end-list-expected.png: Removed.
166 * platform/chromium-cg-mac/editing/pasteboard/merge-end-table-expected.png: Removed.
167 * platform/chromium-linux/editing/pasteboard/merge-end-list-expected.png: Removed.
168 * platform/chromium-linux/editing/pasteboard/merge-end-table-expected.png: Removed.
169 * platform/chromium-mac/editing/pasteboard/merge-end-list-expected.png: Removed.
170 * platform/chromium-mac/editing/pasteboard/merge-end-table-expected.png: Removed.
171 * platform/chromium-win/editing/pasteboard/merge-end-list-expected.png: Removed.
172 * platform/chromium-win/editing/pasteboard/merge-end-list-expected.txt: Removed.
173 * platform/chromium-win/editing/pasteboard/merge-end-table-expected.png: Removed.
174 * platform/chromium-win/editing/pasteboard/merge-end-table-expected.txt: Removed.
175 * platform/gtk/editing/pasteboard/merge-end-list-expected.png: Removed.
176 * platform/gtk/editing/pasteboard/merge-end-list-expected.txt: Removed.
177 * platform/gtk/editing/pasteboard/merge-end-table-expected.png: Removed.
178 * platform/gtk/editing/pasteboard/merge-end-table-expected.txt: Removed.
179 * platform/mac-leopard/editing/pasteboard/merge-end-list-expected.png: Removed.
180 * platform/mac-leopard/editing/pasteboard/merge-end-table-expected.png: Removed.
181 * platform/mac/editing/pasteboard/merge-end-list-expected.png: Removed.
182 * platform/mac/editing/pasteboard/merge-end-list-expected.txt: Removed.
183 * platform/mac/editing/pasteboard/merge-end-table-expected.png: Removed.
184 * platform/mac/editing/pasteboard/merge-end-table-expected.txt: Removed.
185 * platform/qt/editing/pasteboard/merge-end-list-expected.png: Removed.
186 * platform/qt/editing/pasteboard/merge-end-list-expected.txt: Removed.
187 * platform/qt/editing/pasteboard/merge-end-table-expected.png: Removed.
188 * platform/qt/editing/pasteboard/merge-end-table-expected.txt: Removed.
190 2011-09-27 Julien Chaffraix <jchaffraix@webkit.org>
192 Crash in WebCore::HTMLParser::createHead
193 https://bugs.webkit.org/show_bug.cgi?id=32426
195 Reviewed by Darin Adler.
197 The crash was fixed some time ago but the test was not landed which kept the bug open.
199 * fast/parser/crash-HTMLParser-createHead.html: Added.
200 Tweaked the test case as we now throw an exception (DOM Exception 12).
202 2011-09-27 Julien Chaffraix <jchaffraix@webkit.org>
204 Crash because CSSPrimitiveValue::computeLengthDouble assumes fontMetrics are available
205 https://bugs.webkit.org/show_bug.cgi?id=66291
207 Reviewed by Darin Adler.
209 * fast/canvas/crash-set-font-expected.txt: Added.
210 * fast/canvas/crash-set-font.html: Added.
212 2011-09-27 Ilya Tikhonovsky <loislo@chromium.org>
214 Unreviewed followupfix for r96110.
215 This is a small adjustment of the heap size delta calculation.
217 * inspector/performance/resources/performance-test.js:
218 (initialize_TimeTracker.InspectorTest.runPerformanceTest.Timer.prototype.done):
220 2011-09-27 Ilya Tikhonovsky <loislo@chromium.org>
222 Web Inspector: UI performance: introduce heap size tracking stats.
223 https://bugs.webkit.org/show_bug.cgi?id=68901
225 It is interesting how much the heap memory is used by Inspector in order of running the test.
227 Reviewed by Yury Semikhatsky.
229 * inspector/performance/resources/network-append-30-requests.html:
230 * inspector/performance/resources/performance-test.js:
231 (initialize_TimeTracker.InspectorTest.runPerformanceTest.Timer):
232 (initialize_TimeTracker.InspectorTest.runPerformanceTest.Timer.prototype._getJSHeapSize):
233 (initialize_TimeTracker.InspectorTest.runPerformanceTest.Timer.prototype.done):
234 (initialize_TimeTracker.InspectorTest.runPerformanceTest.Timer.prototype._dump):
236 2011-09-27 W. James MacLean <wjmaclean@chromium.org>
238 Layout Test platform/chromium/compositing/zoom-animator-scale-test.html is failing.
239 https://bugs.webkit.org/show_bug.cgi?id=68852
241 Rebaseline GPU tests for Mac, Win.
243 Reviewed by Shinichiro Hamaji.
245 * platform/chromium-gpu-cg-mac/platform/chromium/compositing/zoom-animator-scale-test-expected.png:
246 * platform/chromium-gpu-mac/platform/chromium/compositing/zoom-animator-scale-test-expected.png:
247 * platform/chromium-gpu-win/platform/chromium/compositing/zoom-animator-scale-test-expected.png:
248 * platform/chromium/test_expectations.txt:
250 2011-09-27 Ben Wagner <bungeman@chromium.org>
252 Clipped high quality blur in skia has been fixed. Rebaseline layout tests.
253 https://bugs.webkit.org/show_bug.cgi?id=68577
255 Reviewed by Kenneth Russell.
257 * platform/chromium-linux-x86/fast/box-shadow: Removed.
258 * platform/chromium-linux/fast/box-shadow/inset-box-shadows-expected.png:
259 * platform/chromium-mac/fast/box-shadow/inset-box-shadow-radius-expected.png:
260 * platform/chromium-mac/fast/box-shadow/inset-box-shadows-expected.png:
261 * platform/chromium-mac/fast/box-shadow/shadow-buffer-partial-expected.png:
262 * platform/chromium-win/fast/box-shadow/inset-box-shadow-radius-expected.png:
263 * platform/chromium-win/fast/box-shadow/inset-box-shadows-expected.png:
264 * platform/chromium-win/fast/box-shadow/shadow-buffer-partial-expected.png:
265 * platform/chromium/test_expectations.txt:
267 2011-09-27 Pavel Feldman <pfeldman@google.com>
269 Web Inspector: split DOM.attributesUpdated into attributeModified and attributeRemoved. Send attribute name and value within the event.
270 https://bugs.webkit.org/show_bug.cgi?id=68613
272 Reviewed by Yury Semikhatsky.
274 * inspector/elements/mutate-unknown-node.html-disabled:
275 * inspector/elements/set-attribute.html:
277 2011-09-27 Shinichiro Hamaji <hamaji@chromium.org>
279 [Chromium] Layout Test fast/canvas/canvas-composite-transformclip.html is failing
280 https://bugs.webkit.org/show_bug.cgi?id=68895
282 Unreviewed test_expectations.txt update.
284 * platform/chromium/test_expectations.txt:
286 2011-09-27 Sheriff Bot <webkit.review.bot@gmail.com>
288 Unreviewed, rolling out r96070 and r96075.
289 http://trac.webkit.org/changeset/96070
290 http://trac.webkit.org/changeset/96075
291 https://bugs.webkit.org/show_bug.cgi?id=68893
293 WK2 tests started crashing after r96070 for SL and Qt
294 (Requested by torarne on #webkit).
296 * compositing/iframes/repaint-after-losing-scrollbars-expected.png:
297 * platform/qt/Skipped:
299 2011-09-27 Shinichiro Hamaji <hamaji@chromium.org>
301 [Chromium] Layout Test fast/canvas/webgl/premultiplyalpha-test.html is failing
302 https://bugs.webkit.org/show_bug.cgi?id=68885
306 * platform/chromium/test_expectations.txt:
308 2011-09-21 Pavel Podivilov <podivilov@chromium.org>
310 Web Inspector: migrate RawSourceCode clients to SourceMapping class.
311 https://bugs.webkit.org/show_bug.cgi?id=68524
313 Reviewed by Yury Semikhatsky.
315 * inspector/debugger/breakpoint-manager.html:
316 * inspector/debugger/raw-source-code.html:
318 2011-09-27 Vineet Chaudhary <vineet.chaudhary@motorola.com>
320 wrap attribute of textarea element cannot be accessed by JavaScript.
321 https://bugs.webkit.org/show_bug.cgi?id=68592
323 Reviewed by Kent Tamura.
325 Added test cases to check accessibility to wrap attribute by JS.
327 * fast/forms/textarea-wrap-attribute-expected.txt: Added.
328 * fast/forms/textarea-wrap-attribute.html: Added.
330 2011-09-27 Shinichiro Hamaji <hamaji@chromium.org>
332 [Chromium] Layout Test fast compositing/geometry/limit-layer-bounds-transformed-overflow.html is failing
333 https://bugs.webkit.org/show_bug.cgi?id=68886
335 Unreviewed test_expectations.txt update.
337 * platform/chromium/test_expectations.txt:
339 2011-09-27 Shinichiro Hamaji <hamaji@chromium.org>
341 [Chromium] Layout Test fast/canvas/webgl/premultiplyalpha-test.html is failing
342 https://bugs.webkit.org/show_bug.cgi?id=68885
344 Unreviewed test_expectations.txt update.
346 * platform/chromium/test_expectations.txt:
348 2011-09-27 Shinichiro Hamaji <hamaji@chromium.org>
350 Layout Test platform/chromium/compositing/zoom-animator-scale-test.html is failing
351 https://bugs.webkit.org/show_bug.cgi?id=68852
353 Unreviewed test_expectations.txt update. We may need GPU-CG, too.
355 * platform/chromium/test_expectations.txt:
357 2011-09-27 Shinichiro Hamaji <hamaji@chromium.org>
359 [Crhomium] Layout Test compositing/video-page-visibility.html is failing on GPU linux
360 https://bugs.webkit.org/show_bug.cgi?id=68882
362 Unreviewed test_expectations.txt update.
364 * platform/chromium/test_expectations.txt:
366 2011-09-27 Shinichiro Hamaji <hamaji@chromium.org>
368 [Crhomium] Layout Test svg/text/selection-(background-color|styles).xhtml is failing
369 https://bugs.webkit.org/show_bug.cgi?id=68881
371 Unreviewed test_expectations.txt update.
373 * platform/chromium/test_expectations.txt:
375 2011-09-27 Philippe Normand <pnormand@igalia.com>
377 Unreviewed, GTK gardening
379 * platform/gtk/Skipped: Skip svg/filters/animate-fill.svg failing
381 * platform/gtk/test_expectations.txt: Mark
382 media/video-timeupdate-reverse-play.html as flaky because of bug 67407.
384 2011-09-27 Shinichiro Hamaji <hamaji@chromium.org>
386 [Chromium] Layout Test canvas/philip/tests/toDataURL.jpeg.*.html is failing on Mac 10.5 CG
387 https://bugs.webkit.org/show_bug.cgi?id=68879
389 Unreviewed test_expectations.txt update.
391 * platform/chromium/test_expectations.txt:
393 2011-09-27 Arun Patole <bmf834@motorola.com>
395 Audio element doesn't emit the 'playing' event every time it starts playing, after it has finished playing.
396 https://bugs.webkit.org/show_bug.cgi?id=60972
398 Reviewed by Philippe Normand.
400 Update media tests as the 'pause' event should be fired
401 and 'paused' should be set to true at the end of playback.
403 * media/event-attributes-expected.txt:
404 * media/event-attributes.html:
405 * media/media-element-play-after-eos-expected.txt: Added.
406 * media/media-element-play-after-eos.html: Added.
407 * media/video-loop-expected.txt:
409 2011-09-27 Philippe Normand <pnormand@igalia.com>
411 Unreviewed, GTK gardening.
413 * platform/gtk/Skipped:
414 Skip outdated canvas/philip/tests/2d.drawImage.outsidesource.html.
415 * platform/gtk/test_expectations.txt:
416 media/video-playing-and-pause.html is flaky.
418 2011-09-27 Philippe Normand <pnormand@igalia.com>
420 Unreviewed, GTK rebaseline after r95845, r95897 and r95857.
422 * platform/gtk/fast/frames/flattening/frameset-flattening-advanced-expected.txt:
423 * platform/gtk/fast/frames/flattening/frameset-flattening-subframesets-expected.txt:
424 * platform/gtk/fast/ruby/ruby-text-before-after-content-expected.txt: Added.
425 * platform/gtk/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
426 * platform/gtk/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
428 2011-09-27 Rakesh KN <rakesh.kn@motorola.com>
430 <input> with autofocus doesn't lose focus when it has a certain onblur listener
431 https://bugs.webkit.org/show_bug.cgi?id=68513
433 Reviewed by Kent Tamura.
435 These changes make sure that an element is focused only once when autofocus attribute is used.
437 * fast/forms/autofocus-focus-only-once-expected.txt: Added.
438 * fast/forms/autofocus-focus-only-once.html: Added.
440 2011-09-27 Renata Hodovan <reni@webkit.org>
442 [Qt] Add missing test expecteds after r95924.
444 Unreviewed gardening.
446 * platform/qt/fast/ruby/ruby-base-merge-block-children-crash-expected.png: Added.
447 * platform/qt/fast/ruby/ruby-base-merge-block-children-crash-expected.txt: Added.
449 2011-09-26 Ryosuke Niwa <rniwa@webkit.org>
451 dump-as-markup conversion: editing/deleting/delete-to-end-of-paragraph.html
452 https://bugs.webkit.org/show_bug.cgi?id=68865
454 Reviewed by Kent Tamura.
458 * editing/deleting/delete-to-end-of-paragraph-expected.txt: Added.
459 * editing/deleting/delete-to-end-of-paragraph.html:
460 * platform/chromium-linux/editing/deleting/delete-to-end-of-paragraph-expected.png: Removed.
461 * platform/chromium-win/editing/deleting/delete-to-end-of-paragraph-expected.png: Removed.
462 * platform/chromium-win/editing/deleting/delete-to-end-of-paragraph-expected.txt: Removed.
463 * platform/gtk/editing/deleting/delete-to-end-of-paragraph-expected.txt: Removed.
464 * platform/mac-leopard/editing/deleting/delete-to-end-of-paragraph-expected.png: Removed.
465 * platform/mac/editing/deleting/delete-to-end-of-paragraph-expected.png: Removed.
466 * platform/mac/editing/deleting/delete-to-end-of-paragraph-expected.txt: Removed.
467 * platform/qt/editing/deleting/delete-to-end-of-paragraph-expected.png: Removed.
468 * platform/qt/editing/deleting/delete-to-end-of-paragraph-expected.txt: Removed.
470 2011-09-26 Renata Hodovan <reni@webkit.org>
472 [Qt] Skip two tests because they are failing after r96070.
474 Unreviewed gardening.
476 * platform/qt/Skipped:
478 2011-09-26 Kentaro Hara <haraken@chromium.org>
480 Implement PopStateEvent.state with SerializedScriptValue and ScriptValue
481 https://bugs.webkit.org/show_bug.cgi?id=68345
483 Reviewed by Adam Barth.
485 * fast/events/constructors/pop-state-event-constructor-expected.txt:
486 * fast/events/constructors/pop-state-event-constructor.html: Removed failures and crashes. Added one test case.
488 2011-09-09 Simon Fraser <simon.fraser@apple.com>
490 Translucent scrollbars on composited layers render incorrectly
491 https://bugs.webkit.org/show_bug.cgi?id=58515
493 Reviewed by Sam Weinig.
495 Pixel test with translucent scrollbars, to test whether they get
498 * compositing/scrollbar-painting-expected.png: Added.
499 * compositing/scrollbar-painting-expected.txt: Added.
500 * compositing/scrollbar-painting.html: Added.
502 2011-09-26 Mihai Parparita <mihaip@chromium.org>
504 Put back all Chromium platform failing expectations for some tests (they
505 still fail on all platforms on the GPU bots).
507 * platform/chromium/test_expectations.txt:
509 2011-09-26 Kentaro Hara <haraken@chromium.org>
511 Implement a CloseEvent constructor for V8
512 https://bugs.webkit.org/show_bug.cgi?id=68793
514 Reviewed by Adam Barth.
516 Enabled close-event-constructor.html, since now V8 has the CloseEvent constructor.
518 * platform/chromium/test_expectations.txt:
520 2011-09-26 Mihai Parparita <mihaip@chromium.org>
522 Chromium test expectations update.
524 * platform/chromium/test_expectations.txt:
526 2011-09-26 Ryosuke Niwa <rniwa@webkit.org>
528 editing/selection/select-bidi-run.html fails on Chromium Windows and Linux
529 https://bugs.webkit.org/show_bug.cgi?id=68832
531 Unreviewed; remove the failing test expectation because it started passing after r96016.
533 * platform/chromium/test_expectations.txt:
535 2011-09-26 Ryosuke Niwa <rniwa@webkit.org>
537 Skip the test added by r95964 on Qt and GTK because it has been failing
538 on those two platforms. The failure is tracked by the bugs 68854 and 68855.
540 * platform/gtk/Skipped:
541 * platform/qt/Skipped:
543 2011-09-26 Joshua Bell <jsbell@chromium.org>
545 IndexedDB: Second half of IDBFactory.getDatabaseNames implementation
546 https://bugs.webkit.org/show_bug.cgi?id=68818
548 Reviewed by Tony Chang.
550 Adds ability to enumerate IndexedDB databases within an origin.
552 * storage/indexeddb/factory-basics-expected.txt: Added.
553 * storage/indexeddb/factory-basics.html: Added.
555 2011-09-26 Mihai Parparita <mihaip@chromium.org>
557 Remove failing Chromium expectations for tests that now pass.
559 Rebaseline repaint tests for Chromium Snow Leopard CG after r96005.
561 * platform/chromium-cg-mac/fast/repaint/flexible-box-overflow-expected.png: Added.
562 * platform/chromium-cg-mac/fast/repaint/flexible-box-overflow-horizontal-expected.png: Added.
563 * platform/chromium-cg-mac/fast/repaint/inline-block-overflow-expected.png: Added.
564 * platform/chromium-cg-mac/fast/repaint/layer-child-outline-expected.png: Added.
565 * platform/chromium-cg-mac/fast/repaint/layer-outline-expected.png: Added.
566 * platform/chromium-cg-mac/fast/repaint/layer-outline-horizontal-expected.png: Added.
567 * platform/chromium-cg-mac/fast/repaint/text-shadow-expected.png: Added.
568 * platform/chromium-cg-mac/fast/repaint/text-shadow-horizontal-expected.png: Added.
569 * platform/chromium/test_expectations.txt:
571 2011-09-26 Tim Horton <timothy_horton@apple.com>
573 <animateColor> applied to filtered ellipse does not update
574 https://bugs.webkit.org/show_bug.cgi?id=68457
575 <rdar://problem/10154777>
577 Reviewed by Darin Adler.
579 Test that changing the fill on a filtered shape properly invalidates the filtered result.
581 * svg/filters/animate-fill-expected.png: Added.
582 * svg/filters/animate-fill-expected.txt: Added.
583 * svg/filters/animate-fill.svg: Added.
585 2011-09-26 Mihai Parparita <mihaip@chromium.org>
587 Remove failing expectations for some ruby tests, since they were
588 renamed to -disabled with r94327 and thus aren't being run at all.
590 Add compositing/video-page-visibility.html Windows GPU baselines.
592 * platform/chromium-gpu-win/compositing/video-page-visibility-expected.png: Added.
593 * platform/chromium/test_expectations.txt:
595 2011-09-26 Mihai Parparita <mihaip@chromium.org>
597 Unreviewed Chromium test expectations update.
599 * platform/chromium/test_expectations.txt:
601 2011-09-26 Mihai Parparita <mihaip@chromium.org>
603 Remove failing Chromium test expectations for tests that now pass
604 (mainly due to r95751, which implemented Function.prototype.bind for
605 JSC, resulting in baseline updates that now work for V8 too).
607 * platform/chromium/test_expectations.txt:
609 2011-09-26 Max Perepelitsyn <pph34r@gmail.com>
611 Set but unused variables cleanup in v8 bindings (gcc 4.6)
612 https://bugs.webkit.org/show_bug.cgi?id=68079
614 Reviewed by Adam Barth.
616 * http/tests/websocket/tests/hybi/send-object-tostring-check-expected.txt: Added.
617 * http/tests/websocket/tests/hybi/send-object-tostring-check.html: Added.
619 2011-09-26 Tony Chang <tony@chromium.org>
621 switch the initial value of flex-order to 0
622 https://bugs.webkit.org/show_bug.cgi?id=68820
624 Reviewed by Ojan Vafai.
626 * css3/flexbox/flex-order.html:
628 2011-09-26 Chris Marrin <cmarrin@apple.com>
630 Enable requestAnimationFrame on Windows
631 https://bugs.webkit.org/show_bug.cgi?id=68397
633 Reviewed by Simon Fraser.
635 Unskip requestAnimationFrame tests for Windows. request-animation-frame-during-modal.html
636 is still skipped because it uses showModalDialog which is not supported in DRT on Windows
638 * platform/win/Skipped:
640 2011-09-26 Ryosuke Niwa <rniwa@webkit.org>
642 editing/selection/select-bidi-run.html timeouts on non-Mac platforms
643 https://bugs.webkit.org/show_bug.cgi?id=68831
645 Reviewed by Enrica Casucci.
647 Click at (0,0) to reset click count instead of a long leapForward.
649 * editing/selection/select-bidi-run.html:
651 2011-09-26 Kenji Imasaki <imasaki@chromium.org>
653 [Chromium] Update the test expectaion file for media related tests.
654 It includes updating bug numbers, removing
655 media/video-controls-visible-audio-only.html, and unskipping
656 media/media-document-audio-repaint.html.
657 https://bugs.webkit.org/show_bug.cgi?id=68254
659 Reviewed by David Levin.
661 * platform/chromium/test_expectations.txt:
663 2011-09-26 Mihai Parparita <mihaip@chromium.org>
665 Remove test that no longer crashes (fixed by r95985).
667 * platform/chromium/test_expectations.txt:
669 2011-09-26 Mike Reed <reed@google.com>
671 [skia] need rebaseline after the next skia roll -- improvements to xfermodes on gpu
672 https://bugs.webkit.org/show_bug.cgi?id=68807
674 Reviewed by Stephen White.
676 * platform/chromium/test_expectations.txt:
678 2011-09-26 Simon Fraser <simon.fraser@apple.com>
680 Repaint tests don't work in WebKit2
681 https://bugs.webkit.org/show_bug.cgi?id=68453
683 Reviewed by Sam Weinig.
685 Update Mac results to use the new repaint rects. Differences from old results:
686 * There are no longer invalidates from scrolling.
687 * We no longer see the effects of AppKit rect coalescing.
688 * Composting tests show the overlay now, but repaints in compositing layers do not show.
690 Bad results in a couple of tests are covered by bugs 68830 and 68829.
692 * platform/mac/fast/repaint/4774354-expected.png:
693 * platform/mac/fast/repaint/block-layout-inline-children-float-positioned-expected.png:
694 * platform/mac/fast/repaint/block-selection-gap-in-composited-layer-expected.png:
695 * platform/mac/fast/repaint/border-radius-repaint-expected.png:
696 * platform/mac/fast/repaint/clipped-relative-expected.png:
697 * platform/mac/fast/repaint/containing-block-position-change-expected.png:
698 * platform/mac/fast/repaint/control-clip-expected.png:
699 * platform/mac/fast/repaint/delete-into-nested-block-expected.png:
700 * platform/mac/fast/repaint/fixed-and-absolute-position-scrolled-expected.png:
701 * platform/mac/fast/repaint/fixed-scroll-simple-expected.png:
702 * platform/mac/fast/repaint/flexible-box-overflow-expected.png:
703 * platform/mac/fast/repaint/flexible-box-overflow-horizontal-expected.png:
704 * platform/mac/fast/repaint/float-move-during-layout-expected.png:
705 * platform/mac/fast/repaint/float-overflow-expected.png:
706 * platform/mac/fast/repaint/float-overflow-right-expected.png:
707 * platform/mac/fast/repaint/iframe-scroll-repaint-expected.png:
708 * platform/mac/fast/repaint/inline-block-overflow-expected.png:
709 * platform/mac/fast/repaint/japanese-rl-selection-repaint-expected.png:
710 * platform/mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
711 * platform/mac/fast/repaint/layer-child-outline-expected.png:
712 * platform/mac/fast/repaint/layer-outline-expected.png:
713 * platform/mac/fast/repaint/layer-outline-horizontal-expected.png:
714 * platform/mac/fast/repaint/line-flow-with-floats-in-regions-expected.png:
715 * platform/mac/fast/repaint/line-overflow-expected.png:
716 * platform/mac/fast/repaint/nested-iframe-scroll-inner-expected.png:
717 * platform/mac/fast/repaint/nested-iframe-scroll-outer-expected.png:
718 * platform/mac/fast/repaint/outline-child-repaint-expected.png:
719 * platform/mac/fast/repaint/outline-shrinking-expected.png:
720 * platform/mac/fast/repaint/overflow-delete-line-expected.png:
721 * platform/mac/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.png:
722 * platform/mac/fast/repaint/repaint-during-scroll-expected.png:
723 * platform/mac/fast/repaint/scale-page-shrink-expected.png:
724 * platform/mac/fast/repaint/search-field-cancel-expected.png:
725 * platform/mac/fast/repaint/selection-after-remove-expected.png:
726 * platform/mac/fast/repaint/shadow-multiple-horizontal-expected.png:
727 * platform/mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
728 * platform/mac/fast/repaint/shadow-multiple-strict-vertical-expected.png:
729 * platform/mac/fast/repaint/shadow-multiple-vertical-expected.png:
730 * platform/mac/fast/repaint/static-to-positioned-expected.png:
731 * platform/mac/fast/repaint/table-cell-move-expected.png:
732 * platform/mac/fast/repaint/text-selection-rect-in-overflow-2-expected.png:
733 * platform/mac/fast/repaint/text-shadow-expected.png:
734 * platform/mac/fast/repaint/text-shadow-horizontal-expected.png:
736 2011-09-26 John Bauman <jbauman@chromium.org>
738 Fix nonpremultiplied webgl toDataURL to jpeg
739 https://bugs.webkit.org/show_bug.cgi?id=68366
741 Update the premultiplyalpha-test from the WebGL conformance tests.
742 Also use the correct expected result for toDataURL.jpeg.alpha.html.
744 Reviewed by Kenneth Russell.
746 * fast/canvas/webgl/premultiplyalpha-test-expected.txt:
747 * fast/canvas/webgl/premultiplyalpha-test.html:
748 * platform/mac/canvas/philip/tests/toDataURL.jpeg.alpha-expected.txt:
750 2011-09-26 Ryosuke Niwa <rniwa@webkit.org>
752 Add a failing expectation to the test added by r95964 on Chromium Linux and Chromium Windows.
753 The failure is tracked by the bug 68832.
755 * platform/chromium/test_expectations.txt:
757 2011-09-26 W. James MacLean <wjmaclean@chromium.org>
759 [chromium] Revise zoom animator backend to use full transform instead of just scale.
760 https://bugs.webkit.org/show_bug.cgi?id=68535
762 Reviewed by Kenneth Russell.
764 * platform/chromium-gpu-linux/platform/chromium/compositing/zoom-animator-scale-test-expected.png: Added.
765 * platform/chromium/compositing/zoom-animator-scale-test.html:
767 2011-09-26 Mihai Parparita <mihaip@chromium.org>
769 Layout Test fast/animation/request-animation-frame-timestamps-advance.html is failing
770 https://bugs.webkit.org/show_bug.cgi?id=68821
772 Switch test to use finishJSTest(), which handles js-test-post.js loading
773 after the test is complete better.
775 * fast/animation/request-animation-frame-timestamps-advance.html:
776 * fast/animation/script-tests/request-animation-frame-timestamps-advance.js:
777 (window.webkitRequestAnimationFrame):
778 * platform/chromium/test_expectations.txt:
780 2011-09-26 Mihai Parparita <mihaip@chromium.org>
782 Rebaseline fast/dom/Window/window-resize-contents.html for non-Chromium ports.
784 Previous expected result was Chromium-specific because console line
785 numbers were different in JSC.
787 Additionally, the test doesn't behave as expected for non-Chromium
788 ports (window size remains at 800x600). Update the baselines to use
789 that for now, so that we're still aware of regressions/progressions.
791 * fast/dom/Window/window-resize-contents-expected.txt:
792 * platform/chromium/fast/dom/Window/window-resize-contents-expected.txt: Copied from LayoutTests/fast/dom/Window/window-resize-contents-expected.txt.
794 2011-09-26 Mihai Parparita <mihaip@chromium.org>
796 Unreviewed, rolling out r95960.
797 http://trac.webkit.org/changeset/95960
798 https://bugs.webkit.org/show_bug.cgi?id=58608
800 Significantly changes table border rendering
802 * fast/borders/border-groove-expected.png: Removed.
803 * fast/borders/border-groove-expected.txt: Removed.
804 * fast/borders/border-groove.html: Removed.
805 * fast/borders/border-inset-expected.png: Removed.
806 * fast/borders/border-inset-expected.txt: Removed.
807 * fast/borders/border-inset.html: Removed.
808 * fast/borders/border-outset-expected.png: Removed.
809 * fast/borders/border-outset-expected.txt: Removed.
810 * fast/borders/border-outset.html: Removed.
811 * fast/borders/border-ridge-expected.png: Removed.
812 * fast/borders/border-ridge-expected.txt: Removed.
813 * fast/borders/border-ridge.html: Removed.
815 2011-09-26 Mihai Parparita <mihaip@chromium.org>
817 Chromium test expectations update.
819 * platform/chromium/test_expectations.txt:
821 2011-09-12 Ryosuke Niwa <rniwa@webkit.org>
823 REGRESSION(r74971): Selection doesn't work correctly in BiDi Text
824 https://bugs.webkit.org/show_bug.cgi?id=57340
826 Reviewed by Eric Seidel.
828 * editing/selection/select-bidi-run-expected.txt: Added.
829 * editing/selection/select-bidi-run.html: Added.
831 2011-09-26 Csaba Osztrogonác <ossy@webkit.org>
833 [Qt] Unreviewed gardening.
835 * platform/qt/fast/dom/Window/window-resize-contents-expected.png: Added after r95897.
836 * platform/qt/fast/dom/Window/window-resize-contents-expected.txt: Added after r95897.
837 * platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.png: Updated after r95897.
838 * platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.txt: Updated after r95897.
839 * platform/qt/fast/frames/flattening/frameset-flattening-subframesets-expected.png: Updated after r95897.
840 * platform/qt/fast/frames/flattening/frameset-flattening-subframesets-expected.txt: Updated after r95897.
841 * platform/qt/fast/ruby/ruby-text-before-after-content-expected.png: Added after r95857.
842 * platform/qt/fast/ruby/ruby-text-before-after-content-expected.txt: Added after r95857.
844 2011-09-26 Antaryami Pandia <antaryami.pandia@motorola.com>
846 Groove/inset/outset borders show solid if the color is black.
847 https://bugs.webkit.org/show_bug.cgi?id=58608
849 Reviewed by Simon Fraser.
851 * fast/borders/border-groove-expected.png: Added.
852 * fast/borders/border-groove-expected.txt: Added.
853 * fast/borders/border-groove.html: Added.
854 * fast/borders/border-inset-expected.png: Added.
855 * fast/borders/border-inset-expected.txt: Added.
856 * fast/borders/border-inset.html: Added.
857 * fast/borders/border-outset-expected.png: Added.
858 * fast/borders/border-outset-expected.txt: Added.
859 * fast/borders/border-outset.html: Added.
860 * fast/borders/border-ridge-expected.png: Added.
861 * fast/borders/border-ridge-expected.txt: Added.
862 * fast/borders/border-ridge.html: Added.
864 2011-09-26 Abhishek Arya <inferno@chromium.org>
866 Delete retired custom font data only on document
867 destruction, and not on recalc style.
868 https://bugs.webkit.org/show_bug.cgi?id=68805
870 Reviewed by Dave Hyatt.
872 * fast/text/custom-font-data-crash-expected.txt: Added.
873 * fast/text/custom-font-data-crash.html: Added.
875 2011-09-23 Adrienne Walker <enne@google.com>
877 [chromium] Update VideoLayerChromium textures after texture resources are reclaimed
878 https://bugs.webkit.org/show_bug.cgi?id=68742
880 Reviewed by James Robinson.
882 Without this patch, this video texture is invalid.
884 * compositing/video-page-visibility-expected.png: Added.
885 * compositing/video-page-visibility-expected.txt: Added.
886 * compositing/video-page-visibility.html: Added.
888 2011-09-26 Ilya Tikhonovsky <loislo@chromium.org>
890 Web Inspector: generic performance UI test for panel switch.
891 https://bugs.webkit.org/show_bug.cgi?id=68806
893 Reviewed by Pavel Feldman.
895 * inspector/performance/resources/show-panel-elements.html: Removed.
896 * inspector/performance/resources/show-panel-network.html: Removed.
897 * inspector/performance/resources/show-panel.html: Added.
899 2011-09-26 Zsolt Fehér <feherzs@inf.u-szeged.hu>
901 Unreviewed Qt gardening.
902 https://bugs.webkit.org/show_bug.cgi?id=68796
904 * platform/qt/Skipped:
906 2011-09-26 Zsolt Fehér <feherzs@inf.u-szeged.hu>
908 Unreviewed Qt gardening.
909 https://bugs.webkit.org/show_bug.cgi?id=51639
911 * platform/qt/Skipped:
913 2011-09-26 Andrey Kosyakov <caseq@chromium.org>
915 Web Inspector: [Extensions API] allow resources to hook on click on resource links
916 https://bugs.webkit.org/show_bug.cgi?id=68528
918 Reviewed by Yury Semikhatsky.
920 * http/tests/inspector/extensions-test.js:
921 (initialize_ExtensionsTest.InspectorTest.runExtensionTests):
922 (initialize_ExtensionsTest):
923 * inspector/extensions/extensions-api-expected.txt:
924 * inspector/extensions/extensions-resources-expected.txt:
925 * inspector/extensions/extensions-resources.html:
927 2011-09-23 Ilya Tikhonovsky <loislo@chromium.org>
929 Web Inspector: Timeline: record root event for the function calls enforced by console eval.
930 https://bugs.webkit.org/show_bug.cgi?id=68695
932 In a complex web application developer might want to timeline a specific piece of code.
934 In this case he can do the next steps:
936 2) eval a command in console;
939 I think it'd be nice to have a root event for the all the events that happened as the result of such eval.
941 Reviewed by Yury Semikhatsky.
943 * inspector/timeline/timeline-injected-script-eval-expected.txt: Added.
944 * inspector/timeline/timeline-injected-script-eval.html: Added.
945 * platform/chromium/inspector/timeline/timeline-injected-script-eval-expected.txt: Added.
946 * platform/chromium/inspector/timeline/timeline-receive-response-event-expected.txt:
948 2011-09-26 James Robinson <jamesr@chromium.org>
950 [mac] Timestamp parameter to requestAnimationFrame is busted in USE(REQUEST_ANIMATION_FRAME_TIMER) path
951 https://bugs.webkit.org/show_bug.cgi?id=68769
953 Reviewed by Simon Fraser.
955 Adds a test that the timestamp parameter to the requestAnimationFrame callback advances between calls.
957 * fast/animation/request-animation-frame-timestamps-advance-expected.txt: Added.
958 * fast/animation/request-animation-frame-timestamps-advance.html: Added.
959 * fast/animation/script-tests/request-animation-frame-timestamps-advance.js: Copied from LayoutTests/fast/animation/script-tests/request-animation-frame-timestamps.js.
961 (window.webkitRequestAnimationFrame):
962 * fast/animation/script-tests/request-animation-frame-timestamps.js:
963 Remove the element parameter, they aren't a useful part of the test.
965 2011-09-25 Kentaro Hara <haraken@chromium.org>
967 Implement a CloseEvent constructor for JSC
968 https://bugs.webkit.org/show_bug.cgi?id=68340
970 Reviewed by Oliver Hunt.
972 * fast/dom/constructed-objects-prototypes-expected.txt: Now window has CloseEvent.
973 * fast/events/constructors/close-event-constructor-expected.txt: Added.
974 * fast/events/constructors/close-event-constructor.html: Added.
975 * platform/chromium/test_expectations.txt: Skipped close-event-constructor.html, since V8 does not yet have the CloseEvent constructor.
977 2011-09-25 Dan Bernstein <mitz@apple.com>
979 <rdar://problem/10156263> ASSERT in WebCore::FrameView::scheduleRelayoutOfSubtree
981 Reviewed by Sam Weinig.
983 * fast/dynamic/subtree-unrooted-expected.txt: Added.
984 * fast/dynamic/subtree-unrooted.html: Added.
986 2011-09-24 Abhishek Arya <inferno@chromium.org>
988 Issues with merging block children of a ruby
989 base with another ruby base having inline children.
990 https://bugs.webkit.org/show_bug.cgi?id=66124
992 Reviewed by Dan Bernstein.
994 * fast/ruby/ruby-base-merge-block-children-crash.html: Added.
995 * platform/mac/fast/ruby/ruby-base-merge-block-children-crash-expected.txt: Added.
997 2011-09-25 Philippe Normand <pnormand@igalia.com>
999 Unreviewed, remove fast/workers/storage/interrupt-database.html
1000 from GTK test_expectations since it's been skipped in r95809.
1002 * platform/gtk/test_expectations.txt:
1004 2011-09-24 Mihai Parparita <mihaip@chromium.org>
1006 Remove Chromium failing expectations for WCSS tests now that they're
1007 been removed with r95911.
1009 * platform/chromium/test_expectations.txt:
1011 2011-09-24 Mihai Parparita <mihaip@chromium.org>
1013 Mark an svg/ test as slow, and remove incorrect baselines for another.
1015 * platform/chromium-cg-mac-leopard/fast/ruby/ruby-text-before-after-content-expected.txt: Removed.
1016 * platform/chromium/test_expectations.txt:
1018 2011-09-24 Geoffrey Garen <ggaren@apple.com>
1020 Allocate new objects unmarked
1021 https://bugs.webkit.org/show_bug.cgi?id=68764
1023 Reviewed by Oliver Hunt.
1025 Made this flaky test less flaky. (Just enough to make my patch not fail.)
1027 * fast/dom/gc-10.html: Count objects immediately after GC to get an
1028 exact count. Call 'reload' a few times to improve test coverage. Preload
1029 properties in case they're lazily instantiated, which would change
1030 object count numbers. Also, use the 'var' keyword like a good little
1033 2011-09-24 Adam Barth <abarth@webkit.org>
1035 Remove ENABLE(WCSS) and associated code
1036 https://bugs.webkit.org/show_bug.cgi?id=68759
1038 Reviewed by Darin Adler.
1040 * fast/wcss: Removed.
1041 * fast/wcss/wap-input-format-expected.txt: Removed.
1042 * fast/wcss/wap-input-format.xhtml: Removed.
1043 * fast/wcss/wap-input-required-expected.txt: Removed.
1044 * fast/wcss/wap-input-required.xhtml: Removed.
1046 2011-09-24 Dan Bernstein <mitz@apple.com>
1048 Added Snow Leopard-specific expected results.
1050 * platform/mac-snowleopard/platform/mac/fast/text/combining-character-sequence-fallback-expected.txt: Added.
1052 2011-09-24 Young Han Lee <joybro@company100.net>
1054 SVGAnimation does not support 'values' for from-to animations
1055 https://bugs.webkit.org/show_bug.cgi?id=64859
1057 Reviewed by Dirk Schulze.
1059 If from-to animation have discrete calc-mode and have a 'keyTimes' list, values of
1060 the keyTimes indicate the begin and the end of the animation respectively.[1][2]
1062 When keyTimes is given, calculate the progress percentage of the animation with it
1063 even for from-to animation.
1065 [1] http://www.w3.org/TR/SVG/animate.html#ValueAttributes
1066 [2] http://www.w3.org/TR/2001/REC-smil-animation-20010904/#AnimFuncValues
1068 * svg/animations/animate-from-to-keyTimes-expected.txt: Added.
1069 * svg/animations/animate-from-to-keyTimes.html: Added.
1070 * svg/animations/script-tests/animate-from-to-keyTimes.js: Added.
1075 2011-09-23 Chris Fleizach <cfleizach@apple.com>
1077 WebKit does not expose AXPlaceholder value on password fields
1078 https://bugs.webkit.org/show_bug.cgi?id=68745
1080 Reviewed by Oliver Hunt.
1082 * accessibility/placeholder-expected.txt:
1083 * accessibility/placeholder.html:
1085 2011-09-23 Justin Novosad <junov@chromium.org>
1087 Unwarranted DOM Exception when canvas2D drawImage is called with src
1088 rect is out of bounds
1089 https://bugs.webkit.org/show_bug.cgi?id=65709
1091 Reviewed by Oliver Hunt.
1093 * fast/canvas/drawImage-with-invalid-args-expected.txt:
1094 * fast/canvas/drawImage-with-invalid-args.html:
1095 This test covers (among other things) cases where the source rectangle is
1096 _completely_ outside the bounds of the source image. It was modified to no
1097 longer expect DOM exceptions
1098 * platform/chromium/test_expectations.txt:
1099 Out-dated test canvas/philip/tests/2d.drawImage.outsidesource.html
1100 is now expected to fail
1101 * platform/mac/Skipped:
1102 Skipping canvas/philip/tests/2d.drawImage.outsidesource.html
1104 2011-09-23 Mihai Parparita <mihaip@chromium.org>
1106 [Chromium] REGRESSION (r95725): Resizing a window doesn't resize the contents
1107 https://bugs.webkit.org/show_bug.cgi?id=68730
1109 Reviewed by James Robinson.
1111 Test for resizing of the window triggering resizing of contents.
1113 * fast/dom/Window/window-resize-contents-expected.txt: Added.
1114 * fast/dom/Window/window-resize-contents.html: Added.
1116 2011-09-23 Mihai Parparita <mihaip@chromium.org>
1118 Rebaseline fast/ruby/ruby-text-before-after-content.html for Chromium Mac.
1120 Mark media/controls-right-click-on-timebar.html as flaky.
1122 * platform/chromium-cg-mac-leopard/fast/ruby/ruby-text-before-after-content-expected.png: Added.
1123 * platform/chromium-cg-mac-leopard/fast/ruby/ruby-text-before-after-content-expected.txt: Added.
1124 * platform/chromium-mac/fast/ruby/ruby-text-before-after-content-expected.png: Added.
1125 * platform/chromium/test_expectations.txt:
1127 2011-09-23 Varun Jain <varunjain@google.com>
1129 Refactor WebViewImpl::scrollFocusedNodeIntoRect to a better place and add tests
1130 https://bugs.webkit.org/show_bug.cgi?id=68198
1132 Reviewed by Dimitri Glazkov.
1134 * fast/dom/scroll-element-to-rect-centered-expected.txt: Added.
1135 * fast/dom/scroll-element-to-rect-centered.html: Added.
1136 * fast/dom/scroll-element-to-rect-expected.txt: Added.
1137 * fast/dom/scroll-element-to-rect.html: Added.
1139 2011-09-23 Dean Jackson <dino@apple.com>
1141 Add -webkit-filter to CSSPropertyNames
1142 https://bugs.webkit.org/show_bug.cgi?id=68675
1144 Reviewed by Simon Fraser.
1146 New test for rudimentary parsing of -webkit-filter.
1147 Since currently only the Apple port enables the
1148 feature, add this new test to the platform skip lists
1149 for GTK, QT and Chromium.
1151 * css3/filters/filter-property-expected.txt: Added.
1152 * css3/filters/filter-property.html: Added.
1153 * css3/filters/script-tests/TEMPLATE.html: Added.
1154 * css3/filters/script-tests/filter-property.js: Added.
1155 * platform/chromium/test_expectations.txt:
1156 * platform/gtk/Skipped:
1157 * platform/qt/Skipped:
1159 2011-09-23 Jay Soffian <jaysoffian@gmail.com>
1161 chrome.dll!WebCore::ApplyStyleCommand::applyBlockStyle ReadAV@NULL (64db547804532a84be2e53721e499e9e)
1162 https://bugs.webkit.org/show_bug.cgi?id=51639
1164 Reviewed by Tony Chang.
1166 Add repro for a crash inside WebCore::ApplyStyleCommand::applyBlockStyle. Fixed by r94840.
1168 * editing/style/justify-without-enclosing-block-expected.txt: Added.
1169 * editing/style/justify-without-enclosing-block.xhtml: Added.
1171 2011-09-23 Adam Barth <abarth@webkit.org>
1175 * platform/chromium/test_expectations.txt:
1177 2011-09-23 Tom Sepez <tsepez@chromium.org>
1179 Add a few more possiblities to the test cases for xss denial.
1180 https://bugs.webkit.org/show_bug.cgi?id=47120
1182 Reviewed by Adam Barth.
1184 * http/tests/security/xss-DENIED-document-baseURI-javascript-with-spaces-expected.txt: Added.
1185 * http/tests/security/xss-DENIED-document-baseURI-javascript-with-spaces.html: Added.
1186 * http/tests/security/xss-DENIED-window-open-javascript-url-with-spaces-expected.txt: Added.
1187 * http/tests/security/xss-DENIED-window-open-javascript-url-with-spaces.html: Added.
1189 2011-09-23 Chang Shu <cshu@webkit.org>
1191 [WK2] [Qt] Implement MouseDown/MouseUp/MouseMoveTo functions for WebKit2 EventSender
1192 https://bugs.webkit.org/show_bug.cgi?id=68556
1194 Implement the MouseDown/MouseUp/MouseMoveTo functions on Qt platform.
1196 Unskip passed tests.
1198 Reviewed by Darin Adler.
1200 * platform/qt-wk2/Skipped:
1204 Strict mode does not work in non-trivial nested functions.
1205 https://bugs.webkit.org/show_bug.cgi?id=68740
1207 Reviewed by Oliver Hunt.
1209 Function-info caching does not preserve all state that it should.
1211 * fast/js/nested-functions-expected.txt: Added.
1212 * fast/js/nested-functions.html: Added.
1213 * fast/js/script-tests/nested-functions.js: Added.
1219 2011-09-23 Dan Bernstein <mitz@apple.com>
1221 <rdar://problem/10178576> REGRESSION (r95391): Crash in -[WebCascadeList objectAtIndex:] when a font-family list contains missing fonts
1222 https://bugs.webkit.org/show_bug.cgi?id=68737
1224 Reviewed by Darin Adler.
1226 * fast/text/combining-character-sequence-fallback-crash-expected.txt: Added.
1227 * fast/text/combining-character-sequence-fallback-crash.html: Added.
1229 2011-09-23 David Reveman <reveman@chromium.org>
1231 [Chromium] Fix CSS 3D corner anti-aliasing.
1232 https://bugs.webkit.org/show_bug.cgi?id=68087
1234 Reviewed by James Robinson.
1236 Add a test to check sharp corner rendering of CSS 3D transformed
1239 * platform/chromium-gpu-linux/compositing/flat-with-transformed-child-expected.checksum: Removed.
1240 * platform/chromium-gpu-linux/compositing/flat-with-transformed-child-expected.png: Added.
1241 * platform/chromium-gpu-linux/platform/chromium/compositing/3d-corners-expected.png: Added.
1242 * platform/chromium-gpu-linux/platform/chromium/compositing/backface-visibility-transformed-expected.png:
1243 * platform/chromium-gpu-linux/platform/chromium/compositing/perpendicular-layer-sorting-expected.png:
1244 * platform/chromium/compositing/3d-corners-expected.txt: Added.
1245 * platform/chromium/compositing/3d-corners.html: Added.
1246 * platform/chromium/test_expectations.txt:
1248 2011-09-23 Mihai Parparita <mihaip@chromium.org>
1250 Add failing expectations for tests added by r95852.
1252 * platform/chromium/test_expectations.txt:
1254 2011-09-23 Gavin Barraclough <barraclough@apple.com>
1256 Updating now-passing Layout test.
1258 Rubber stamped by geoff garen
1260 * fast/js/Object-getOwnPropertyNames-expected.txt:
1261 * fast/js/script-tests/Object-getOwnPropertyNames.js:
1263 2011-09-23 Abhishek Arya <inferno@chromium.org>
1265 Unreviewed. Chromium rebaselines for r95857.
1267 * platform/chromium-linux/fast/ruby/ruby-text-before-after-content-expected.png: Added.
1268 * platform/chromium-win/fast/ruby/ruby-text-before-after-content-expected.png: Added.
1269 * platform/chromium-win/fast/ruby/ruby-text-before-after-content-expected.txt: Added.
1271 2011-09-23 Ojan Vafai <ojan@chromium.org>
1273 remove physical flex-flow values to match the updated spec
1274 https://bugs.webkit.org/show_bug.cgi?id=68728
1276 Reviewed by Tony Chang.
1278 * css3/flexbox/css-properties-expected.txt:
1279 * css3/flexbox/script-tests/css-properties.js:
1281 2011-09-23 Abhishek Arya <inferno@chromium.org>
1283 Style not updated for :before, :after content
1285 https://bugs.webkit.org/show_bug.cgi?id=68625
1287 Reviewed by Dave Hyatt.
1289 * fast/ruby/ruby-text-before-after-content-expected.png: Added.
1290 * fast/ruby/ruby-text-before-after-content-expected.txt: Added.
1291 * fast/ruby/ruby-text-before-after-content.html: Added.
1293 2011-09-23 David Hyatt <hyatt@apple.com>
1295 https://bugs.webkit.org/show_bug.cgi?id=68719
1297 Push through multiple regions when an object doesn't fit in any of them. Unlike with pages and
1298 columns, when regions have a non-uniform height, we may need to push through multiple regions
1299 in order to find one that fits.
1301 Added an optimization for quickly noticing if regions do have a uniform height so that we can
1302 treat them like columns and pages if so.
1304 Also fixed the end line matchup to properly null out endLine when no next line box exists. The new
1305 layout tests I wrote to cover this feature exposed this crasher, so fixing it in order to land
1308 Reviewed by Anders Carlsson.
1310 * fast/regions/webkit-flow-float-pushed-to-last-region.html: Added.
1311 * fast/regions/webkit-flow-float-unable-to-push.html: Added.
1312 * platform/mac/fast/regions/webkit-flow-float-pushed-to-last-region-expected.png: Added.
1313 * platform/mac/fast/regions/webkit-flow-float-pushed-to-last-region-expected.txt: Added.
1314 * platform/mac/fast/regions/webkit-flow-float-unable-to-push-expected.png: Added.
1315 * platform/mac/fast/regions/webkit-flow-float-unable-to-push-expected.txt: Added.
1317 2011-09-23 Konstantin Scheglov <scheglov@google.com>
1319 Redrawing dirty parts of a large table is very slow
1320 https://bugs.webkit.org/show_bug.cgi?id=64546
1322 Reviewed by David Hyatt.
1324 Tests for invalidating collapsed borders cache.
1326 * fast/table/border-collapsing/cached-cell-append-expected.png: Added.
1327 * fast/table/border-collapsing/cached-cell-append-expected.txt: Added.
1328 * fast/table/border-collapsing/cached-cell-append.html: Added.
1329 * fast/table/border-collapsing/cached-cell-remove-expected.png: Added.
1330 * fast/table/border-collapsing/cached-cell-remove-expected.txt: Added.
1331 * fast/table/border-collapsing/cached-cell-remove.html: Added.
1332 * fast/table/border-collapsing/cached-change-cell-border-color-expected.png: Added.
1333 * fast/table/border-collapsing/cached-change-cell-border-color-expected.txt: Added.
1334 * fast/table/border-collapsing/cached-change-cell-border-color.html: Added.
1335 * fast/table/border-collapsing/cached-change-cell-border-width-expected.png: Added.
1336 * fast/table/border-collapsing/cached-change-cell-border-width-expected.txt: Added.
1337 * fast/table/border-collapsing/cached-change-cell-border-width.html: Added.
1338 * fast/table/border-collapsing/cached-change-col-border-color-expected.png: Added.
1339 * fast/table/border-collapsing/cached-change-col-border-color-expected.txt: Added.
1340 * fast/table/border-collapsing/cached-change-col-border-color.html: Added.
1341 * fast/table/border-collapsing/cached-change-col-border-width-expected.png: Added.
1342 * fast/table/border-collapsing/cached-change-col-border-width-expected.txt: Added.
1343 * fast/table/border-collapsing/cached-change-col-border-width.html: Added.
1344 * fast/table/border-collapsing/cached-change-colgroup-border-color-expected.png: Added.
1345 * fast/table/border-collapsing/cached-change-colgroup-border-color-expected.txt: Added.
1346 * fast/table/border-collapsing/cached-change-colgroup-border-color.html: Added.
1347 * fast/table/border-collapsing/cached-change-colgroup-border-width-expected.png: Added.
1348 * fast/table/border-collapsing/cached-change-colgroup-border-width-expected.txt: Added.
1349 * fast/table/border-collapsing/cached-change-colgroup-border-width.html: Added.
1350 * fast/table/border-collapsing/cached-change-row-border-color-expected.png: Added.
1351 * fast/table/border-collapsing/cached-change-row-border-color-expected.txt: Added.
1352 * fast/table/border-collapsing/cached-change-row-border-color.html: Added.
1353 * fast/table/border-collapsing/cached-change-row-border-width-expected.png: Added.
1354 * fast/table/border-collapsing/cached-change-row-border-width-expected.txt: Added.
1355 * fast/table/border-collapsing/cached-change-row-border-width.html: Added.
1356 * fast/table/border-collapsing/cached-change-table-border-color-expected.png: Added.
1357 * fast/table/border-collapsing/cached-change-table-border-color-expected.txt: Added.
1358 * fast/table/border-collapsing/cached-change-table-border-color.html: Added.
1359 * fast/table/border-collapsing/cached-change-table-border-width-expected.png: Added.
1360 * fast/table/border-collapsing/cached-change-table-border-width-expected.txt: Added.
1361 * fast/table/border-collapsing/cached-change-table-border-width.html: Added.
1362 * fast/table/border-collapsing/cached-change-tbody-border-color-expected.png: Added.
1363 * fast/table/border-collapsing/cached-change-tbody-border-color-expected.txt: Added.
1364 * fast/table/border-collapsing/cached-change-tbody-border-color.html: Added.
1365 * fast/table/border-collapsing/cached-change-tbody-border-width-expected.png: Added.
1366 * fast/table/border-collapsing/cached-change-tbody-border-width-expected.txt: Added.
1367 * fast/table/border-collapsing/cached-change-tbody-border-width.html: Added.
1369 2011-09-23 Jochen Eisinger <jochen@chromium.org>
1371 Clarify wording in cross origin XSL tests and enable on all platforms
1372 https://bugs.webkit.org/show_bug.cgi?id=68683
1374 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.
1376 Reviewed by Alexey Proskuryakov.
1378 * http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
1379 * http/tests/security/cross-origin-xsl-BLOCKED.html:
1380 * http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
1381 * http/tests/security/cross-origin-xsl-redirect-BLOCKED.html:
1382 * platform/chromium-cg-mac/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
1383 * platform/chromium-cg-mac/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
1384 * platform/chromium-mac/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
1385 * platform/chromium-mac/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
1386 * platform/chromium-win/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
1387 * platform/chromium-win/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
1388 * platform/gtk/Skipped:
1389 * platform/gtk/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
1390 * platform/gtk/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
1391 * platform/mac-wk2/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
1392 * platform/mac-wk2/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
1393 * platform/qt-wk2/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
1394 * platform/qt-wk2/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
1395 * platform/win-wk2/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
1396 * platform/win-wk2/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
1397 * platform/wk2/Skipped:
1399 2011-09-23 Mihai Parparita <mihaip@chromium.org>
1401 Mark two more tests as flaky.
1403 * platform/chromium/test_expectations.txt:
1405 2011-09-23 Mihai Parparita <mihaip@chromium.org>
1407 Mark a test as flaky.
1409 * platform/chromium/test_expectations.txt:
1411 2011-09-23 Ilya Tikhonovsky <loislo@chromium.org>
1413 Unreviewed. Normalize test names.
1415 * inspector/performance/resources/first-open-elements.html:
1416 * inspector/performance/resources/first-open-resources.html:
1418 2011-09-23 Yael Aharon <yael.aharon@nokia.com>
1420 Fix typo in file name from http://trac.webkit.org/changeset/95813.
1424 * platform/gtk/media/video-playing-and-pause-actual.txt: Removed.
1425 * platform/gtk/media/video-playing-and-pause-expected.txt: Copied from LayoutTests/platform/gtk/media/video-playing-and-pause-actual.txt.
1427 2011-09-23 Yael Aharon <yael.aharon@nokia.com>
1429 Rebaseline after http://trac.webkit.org/changeset/95799
1433 * platform/mac-wk2/media/video-playing-and-pause-expected.txt: Added.
1434 * platform/mac/media/video-playing-and-pause-expected.txt: Added.
1436 2011-09-23 Yael Aharon <yael.aharon@nokia.com>
1438 Rebaseline after http://trac.webkit.org/changeset/95799
1442 * platform/gtk/media/video-playing-and-pause-actual.txt: Added.
1444 2011-09-23 Xan Lopez <xlopez@igalia.com>
1446 [GTK] Skip crashing test fast/workers/storage/interrupt-database.html
1447 https://bugs.webkit.org/show_bug.cgi?id=68700
1451 * platform/gtk/Skipped:
1453 2011-09-23 Vsevolod Vlasov <vsevik@chromium.org>
1455 Web Inspector: InspectorStyleSheet should use stylesheet's original url, not final one.
1456 https://bugs.webkit.org/show_bug.cgi?id=68631
1458 Reviewed by Yury Semikhatsky.
1460 * http/tests/inspector/elements-test.js:
1461 (initialize_ElementTest.InspectorTest.getElementStylePropertyTreeItem):
1462 (initialize_ElementTest.InspectorTest.getMatchedStylePropertyTreeItem):
1463 (initialize_ElementTest.InspectorTest.getFirstPropertyTreeItemForSection):
1464 * http/tests/inspector/styles/resources/styles-redirected-css.css: Added.
1466 * http/tests/inspector/styles/resources/styles-redirected-css.php: Added.
1467 * http/tests/inspector/styles/styles-redirected-css-expected.txt: Added.
1468 * http/tests/inspector/styles/styles-redirected-css.html: Added.
1470 2011-09-23 Vsevolod Vlasov <vsevik@chromium.org>
1472 Web Inspector: XHRs requests with the same url as main resource should have correct category.
1473 https://bugs.webkit.org/show_bug.cgi?id=68646
1475 Reviewed by Yury Semikhatsky.
1477 * http/tests/inspector/network/network-xhr-same-url-as-main-resource-expected.txt: Added.
1478 * http/tests/inspector/network/network-xhr-same-url-as-main-resource.html: Added.
1480 2011-09-23 Marcus Bulach <bulach@chromium.org>
1482 [chromium] Update expectation for pservers-grad-14-b.svg on snowleopard
1483 https://bugs.webkit.org/show_bug.cgi?id=68697
1485 Unreviewed rebaseline.
1487 * platform/chromium/test_expectations.txt:
1489 2011-09-23 Yael Aharon <yael.aharon@nokia.com>
1491 [Qt][Gtk] Wrong state when pausing a video in the "playing" event handler
1492 https://bugs.webkit.org/show_bug.cgi?id=68589
1494 Reviewed by Philippe Normand.
1496 * media/video-playing-and-pause.html: Added.
1497 * media/video-paint-test.js:
1498 * platform/qt/media/video-playing-and-pause-expected.txt: Added.
1499 * platform/qt/media/video-playing-and-pause-expected.png: Added.
1501 2011-09-23 Marcus Bulach <bulach@chromium.org>
1503 [chromium, gtk, qt] Rebaseline following r95726
1504 https://bugs.webkit.org/show_bug.cgi?id=68694
1506 Unreviewed rebaseline.
1508 * 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.
1509 * 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.
1510 * platform/chromium/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Added.
1511 * platform/chromium/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Added.
1512 * platform/qt/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt: Removed.
1513 * platform/qt/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt: Removed.
1515 2011-09-15 Pavel Podivilov <podivilov@chromium.org>
1517 Web Inspector: skip overlapping scripts when displaying concatenated content.
1518 https://bugs.webkit.org/show_bug.cgi?id=68144
1520 Reviewed by Pavel Feldman.
1522 * inspector/debugger/content-providers-expected.txt:
1523 * inspector/debugger/content-providers.html:
1525 2011-09-23 Xan Lopez <xlopez@igalia.com>
1527 [GTK] Rebaseline following r95745, r95725
1529 Unreviewed rebaseline.
1531 * platform/gtk/editing/deleting/merge-whitespace-pre-expected.txt:
1533 2011-09-23 Marcus Bulach <bulach@chromium.org>
1535 [chromium] Rebaseline following r95745, r95725
1536 https://bugs.webkit.org/show_bug.cgi?id=68685
1538 Unreviewed rebaseline.
1540 * platform/chromium-cg-mac-leopard/editing/deleting/merge-whitespace-pre-expected.png:
1541 * platform/chromium-linux/editing/deleting/merge-whitespace-pre-expected.png:
1542 * platform/chromium-mac/editing/deleting/merge-whitespace-pre-expected.png:
1543 * platform/chromium-win/editing/deleting/merge-whitespace-pre-expected.png:
1544 * platform/chromium-win/editing/deleting/merge-whitespace-pre-expected.txt:
1545 * platform/chromium/test_expectations.txt:
1547 2011-09-22 Ilya Tikhonovsky <loislo@chromium.org>
1549 Web Inspector: UI performance test for Scripts panel first open experience.
1550 https://bugs.webkit.org/show_bug.cgi?id=68541
1552 The test's body has dummy scripts section copied from inspector-test.jss
1554 Reviewed by Yury Semikhatsky.
1556 * inspector/performance/resources/first-open-scripts.html:
1558 2011-09-23 Rob Buis <rbuis@rim.com>
1560 use after free in WebCore::SVGTRefElement::updateReferencedText
1561 https://bugs.webkit.org/show_bug.cgi?id=67555
1563 Reviewed by Nikolas Zimmermann.
1565 Test that cloned tref does not cause a crash.
1567 * svg/custom/tref-clone-crash-expected.txt: Added.
1568 * svg/custom/tref-clone-crash.html: Added.
1570 2011-09-23 Xan Lopez <xlopez@igalia.com>
1572 Crash on editing/pasteboard/drag-drop-input-in-svg.svg
1573 https://bugs.webkit.org/show_bug.cgi?id=68686
1575 Unreviewed, skip crashing test.
1577 * platform/gtk/Skipped:
1579 2011-09-23 Balazs Kelemen <kbalazs@webkit.org>
1581 plugins/mouse-click-iframe-to-plugin.html should not use flash plugin
1582 https://bugs.webkit.org/show_bug.cgi?id=68601
1584 Use the test plugin that we always have.
1586 * platform/qt-wk2/Skipped: Unskip the test.
1587 * plugins/mouse-click-iframe-to-plugin.html:
1589 2011-09-22 Csaba Osztrogonác <ossy@webkit.org>
1591 [Qt] Unreviewed gardening, update expected file after r95745.
1593 * platform/qt/editing/deleting/merge-whitespace-pre-expected.png:
1594 * platform/qt/editing/deleting/merge-whitespace-pre-expected.txt:
1596 2011-09-22 Csaba Osztrogonác <ossy@webkit.org>
1598 Unreviewed fix after r95764, update expected fail to expected pass.
1600 * ietestcenter/Javascript/15.3.4.5-0-2-expected.txt:
1602 2011-09-22 Tony Chang <tony@chromium.org>
1604 implement -webkit-flex-order
1605 https://bugs.webkit.org/show_bug.cgi?id=67432
1607 Reviewed by Ojan Vafai.
1609 * css3/flexbox/flex-order-expected.png: Added.
1610 * css3/flexbox/flex-order-expected.txt: Added.
1611 * css3/flexbox/flex-order.html: Added.
1613 2011-09-22 Ben Wells <benwells@chromium.org>
1615 Rebaseline for bug 65583 (path based border radius drawing on skia) part 6
1616 https://bugs.webkit.org/show_bug.cgi?id=68671
1618 Reviewed by James Robinson.
1620 * platform/chromium-linux/tables/mozilla/marvin/: 9 changes
1621 * platform/chromium-linux/tables/mozilla_expected_failures/marvin/: 14 changes
1622 * platform/chromium-linux/transforms/svg-vs-css-expected.png:
1623 * platform/chromium-win/tables/mozilla/marvin/: 9 changes
1624 * platform/chromium-win/tables/mozilla_expected_failures/marvin/: 14 changes
1625 * platform/chromium-win/transforms/svg-vs-css-expected.png:
1626 * platform/chromium/test_expectations.txt:
1628 2011-09-22 Anna Cavender <annacc@chromium.org>
1630 Adding testTracks() function to video-test.js
1631 https://bugs.webkit.org/show_bug.cgi?id=68643
1633 Reviewed by Eric Carlson.
1635 * media/video-test.js:
1638 2011-09-22 Tom Sepez <tsepez@chromium.org>
1640 Make XSSAuditor extract meaningful snippet from script blocks for comparison
1641 against the URL when checking for reflection. Avoids getting caugh up in
1643 https://bugs.webkit.org/show_bug.cgi?id=68094
1645 Reviewed by Adam Barth.
1647 * http/tests/security/xssAuditor/resources/echo-intertag.pl:
1648 * http/tests/security/xssAuditor/script-tag-with-trailing-comment-expected.txt: Added.
1649 * http/tests/security/xssAuditor/script-tag-with-trailing-comment.html: Added.
1650 * http/tests/security/xssAuditor/script-tag-with-trailing-comment2-expected.txt: Added.
1651 * http/tests/security/xssAuditor/script-tag-with-trailing-comment2.html: Added.
1652 * http/tests/security/xssAuditor/script-tag-with-trailing-comment3-expected.txt: Added.
1653 * http/tests/security/xssAuditor/script-tag-with-trailing-comment3.html: Added.
1655 2011-09-22 Ben Wells <benwells@chromium.org>
1657 Rebaseline for bug 65583 (path based border radius drawing on skia) part 5
1658 https://bugs.webkit.org/show_bug.cgi?id=68608
1660 Reviewed by James Robinson.
1662 * platform/chromium-linux/css2.1/: 14 changes
1663 * platform/chromium-linux/editing/execCommand/5138441-expected.png:
1664 * platform/chromium-linux/editing/inserting/editing-empty-divs-expected.png:
1665 * platform/chromium-linux/editing/selection/transformed-selection-rects-expected.png:
1666 * platform/chromium-linux/fast/: 9 changes
1667 * platform/chromium-win/css2.1/: 14 changes
1668 * platform/chromium-win/editing/execCommand/5138441-expected.png:
1669 * platform/chromium-win/editing/inserting/editing-empty-divs-expected.png:
1670 * platform/chromium-win/editing/selection/transformed-selection-rects-expected.png:
1671 * platform/chromium-win/fast/: 10 changes
1672 * platform/chromium/test_expectations.txt:
1673 * platform/win-xp/editing/selection/transformed-selection-rects-expected.txt: Renamed from LayoutTests/platform/win-wk2/editing/selection/transformed-selection-rects-expected.txt.
1674 * platform/win/editing/selection/transformed-selection-rects-expected.txt: Renamed from LayoutTests/platform/chromium-win/editing/selection/transformed-selection-rects-expected.txt.
1676 2011-09-22 Dmitry Lomov <dslomov@google.com>
1678 Updated expectations and filed WK68674.
1680 * platform/chromium/test_expectations.txt:
1682 2011-09-22 Gavin Barraclough <barraclough@apple.com>
1684 Incorrect this value passed to callbacks.
1685 https://bugs.webkit.org/show_bug.cgi?id=68668
1687 Reviewed by Oliver Hunt.
1689 From Array/String prototype function. Should be undefined, but
1690 global object is passed instead (this is visible for strict callbacks).
1692 * fast/js/array-prototype-properties-expected.txt:
1693 * fast/js/script-tests/strict-callback-this.js: Added.
1694 (strictThrowThisString):
1695 (nonstrictThrowThisString):
1696 (testArrayPrototypeSort):
1697 (testArrayPrototypeFilter):
1698 (testArrayPrototypeMap):
1699 (testArrayPrototypeEvery):
1700 (testArrayPrototypeForEach):
1701 (testArrayPrototypeSome):
1702 (testStringPrototypeReplace):
1703 * fast/js/strict-callback-this-expected.txt: Added.
1704 * fast/js/strict-callback-this.html: Added.
1705 * ietestcenter/Javascript/15.3.4.5-0-2-expected.txt:
1707 2011-09-22 Gavin Barraclough <barraclough@apple.com>
1709 Function.prototype.bind.length shoudl be 1.
1711 Rubber stamped by Olier Hunt.
1713 * fast/js/function-bind-expected.txt:
1714 * fast/js/script-tests/function-bind.js:
1716 2011-09-22 Csaba Osztrogonác <ossy@webkit.org>
1718 [Qt][Mac]Unreviewed gardening.
1720 New Qt specific results were added by r95723, but they fail on Qt-Mac platform
1722 * platform/qt-mac/Skipped: Skip css3/selectors3 tests.
1725 2011-09-22 David Hyatt <hyatt@apple.com>
1727 https://bugs.webkit.org/show_bug.cgi?id=68658
1729 Make matchedEndLine smart enough to not match lines that have moved to new
1730 regions with different available content logical widths. When this happens, we go ahead and treat
1731 the line as failing to match.
1733 Reviewed by Anders Carlsson.
1735 * fast/regions/webkit-flow-inlines-dynamic.html: Added.
1736 * platform/mac/fast/regions/webkit-flow-inlines-dynamic-expected.png: Added.
1737 * platform/mac/fast/regions/webkit-flow-inlines-dynamic-expected.txt: Added.
1739 2011-09-22 Adam Barth <abarth@webkit.org>
1741 Skip test that need new baselines.
1743 * platform/mac/Skipped:
1745 2011-09-22 Gavin Barraclough <barraclough@apple.com>
1747 Implement Function.prototype.bind
1748 https://bugs.webkit.org/show_bug.cgi?id=26382
1750 Reviewed by Sam Weinig.
1752 We now pass Function.bind tests.
1754 * fast/js/Object-getOwnPropertyNames-expected.txt:
1755 * fast/js/basic-strict-mode-expected.txt:
1756 * fast/js/function-bind-expected.txt: Added.
1757 * fast/js/function-bind.html: Added.
1758 * fast/js/mozilla/strict/15.3.4.5-expected.txt:
1759 * fast/js/script-tests/function-bind.js: Added.
1760 * ietestcenter/Javascript/15.2.3.3-4-38-expected.txt:
1761 * ietestcenter/Javascript/15.3.4.5-0-1-expected.txt:
1762 * ietestcenter/Javascript/15.3.4.5-0-2-expected.txt:
1763 * ietestcenter/Javascript/15.3.4.5-13.b-1-expected.txt:
1764 * ietestcenter/Javascript/15.3.4.5-13.b-2-expected.txt:
1765 * ietestcenter/Javascript/15.3.4.5-13.b-3-expected.txt:
1766 * ietestcenter/Javascript/15.3.4.5-13.b-4-expected.txt:
1767 * ietestcenter/Javascript/15.3.4.5-13.b-5-expected.txt:
1768 * ietestcenter/Javascript/15.3.4.5-15-1-expected.txt:
1769 * ietestcenter/Javascript/15.3.4.5-15-2-expected.txt:
1770 * ietestcenter/Javascript/15.3.4.5-16-1-expected.txt:
1771 * ietestcenter/Javascript/15.3.4.5-2-1-expected.txt:
1772 * ietestcenter/Javascript/15.3.4.5-2-2-expected.txt:
1773 * ietestcenter/Javascript/15.3.4.5-2-3-expected.txt:
1774 * ietestcenter/Javascript/15.3.4.5-2-4-expected.txt:
1775 * ietestcenter/Javascript/15.3.4.5-2-5-expected.txt:
1776 * ietestcenter/Javascript/15.3.4.5-2-6-expected.txt:
1777 * ietestcenter/Javascript/15.3.4.5-2-7-expected.txt:
1778 * ietestcenter/Javascript/15.3.4.5-2-8-expected.txt:
1779 * ietestcenter/Javascript/15.3.4.5-2-9-expected.txt:
1780 * ietestcenter/Javascript/15.3.4.5-8-1-expected.txt:
1781 * ietestcenter/Javascript/15.3.4.5-8-2-expected.txt:
1782 * ietestcenter/Javascript/15.3.4.5-9-1-expected.txt:
1783 * ietestcenter/Javascript/15.3.4.5-9-2-expected.txt:
1785 2011-09-22 David Hyatt <hyatt@apple.com>
1787 https://bugs.webkit.org/show_bug.cgi?id=68650
1789 Make determineStartPosition smart enough to not skip over clean lines that have moved to a new
1790 region with a different available content logical width. When this happens, we go ahead and treat
1793 Reviewed by Sam Weinig.
1795 * platform/mac/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.png:
1796 * platform/mac/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.txt:
1797 * platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.png:
1798 * platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt:
1800 2011-09-22 Robert Hogan <robert@webkit.org>
1802 Platform-specific results for test introduced by r95726
1804 * platform/gtk/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt: Added.
1805 * platform/mac/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt: Added.
1806 * platform/qt/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt: Added.
1808 2011-09-22 Sheriff Bot <webkit.review.bot@gmail.com>
1810 Unreviewed, rolling out r95335 and r95645.
1811 http://trac.webkit.org/changeset/95335
1812 http://trac.webkit.org/changeset/95645
1813 https://bugs.webkit.org/show_bug.cgi?id=68649
1815 Wrong fix (Requested by rniwa on #webkit).
1817 * editing/deleting/merge-paragraph-from-address-expected.txt: Removed.
1818 * editing/deleting/merge-paragraph-from-address.html: Removed.
1819 * editing/deleting/merge-paragraph-from-h6-expected.txt: Removed.
1820 * editing/deleting/merge-paragraph-from-h6-with-style-expected.txt: Removed.
1821 * editing/deleting/merge-paragraph-from-h6-with-style.html: Removed.
1822 * editing/deleting/merge-paragraph-from-h6.html: Removed.
1823 * editing/deleting/merge-paragraph-from-listing-expected.txt: Removed.
1824 * editing/deleting/merge-paragraph-from-listing.html: Removed.
1825 * editing/deleting/merge-paragraph-from-p-with-style-expected.txt: Removed.
1826 * editing/deleting/merge-paragraph-from-p-with-style.html: Removed.
1827 * editing/deleting/merge-paragraph-into-h1-expected.txt: Removed.
1828 * editing/deleting/merge-paragraph-into-h1-style-expected.txt: Removed.
1829 * editing/deleting/merge-paragraph-into-h1-with-style-expected.txt: Removed.
1830 * editing/deleting/merge-paragraph-into-h1-with-style.html: Removed.
1831 * editing/deleting/merge-paragraph-into-h1.html: Removed.
1832 * editing/deleting/merge-paragraph-into-pre-expected.txt: Removed.
1833 * editing/deleting/merge-paragraph-into-pre.html: Removed.
1834 * platform/mac/editing/deleting/merge-whitespace-pre-expected.png:
1835 * platform/mac/editing/deleting/merge-whitespace-pre-expected.txt:
1837 2011-09-22 Robert Hogan <robert@webkit.org>
1839 Unreviewed, update expected results after r95726
1841 * platform/chromium-win/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png:
1842 * platform/chromium-win/css2.1/20110323/abspos-replaced-width-margin-000-expected.png:
1843 * platform/gtk/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt:
1844 * platform/gtk/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt:
1845 * platform/qt/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt:
1846 * platform/qt/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt:
1848 2011-09-22 David Hyatt <hyatt@apple.com>
1850 https://bugs.webkit.org/show_bug.cgi?id=68645
1852 Fix the layout test fast/regions directory. Remove platform-specific results that were
1853 incorrectly checked in to cross-platform locations and add missing pixel test results.
1855 Reviewed by Beth Dakin.
1857 * fast/regions/content-flowed-into-regions-dynamically-inserted-expected.txt: Removed.
1858 * fast/regions/flows-dependency-dynamic-remove-expected.txt: Removed.
1859 * fast/regions/flows-dependency-same-flow-expected.txt: Removed.
1860 * fast/regions/render-region-renderer-expected.txt: Removed.
1861 * fast/regions/webkit-flow-floats-inside-regions-bounds-expected.txt: Removed.
1862 * fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt: Removed.
1863 * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt: Removed.
1864 * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt: Removed.
1865 * fast/regions/webkit-flow-renderer-expected.txt: Removed.
1866 * fast/regions/webkit-flow-renderer-layer-expected.txt: Removed.
1867 * fast/regions/webkit-flow-renderer-nested-expected.txt: Removed.
1868 * platform/mac/fast/regions/content-flowed-into-regions-dynamically-added-expected.png: Added.
1869 * platform/mac/fast/regions/content-flowed-into-regions-dynamically-inserted-expected.txt: Added.
1870 * platform/mac/fast/regions/content-flowed-into-regions-dynamically-removed-expected.png: Added.
1871 * platform/mac/fast/regions/content-flowed-into-regions-expected.png: Added.
1872 * platform/mac/fast/regions/content-flowed-into-regions-with-dyn-index-expected.png: Added.
1873 * platform/mac/fast/regions/content-flowed-into-regions-with-index-dom-expected.png: Added.
1874 * platform/mac/fast/regions/content-flowed-into-regions-with-index-expected.png: Added.
1875 * platform/mac/fast/regions/flows-dependency-dynamic-remove-expected.png: Added.
1876 * platform/mac/fast/regions/flows-dependency-dynamic-remove-expected.txt: Added.
1877 * platform/mac/fast/regions/flows-dependency-same-flow-expected.png: Added.
1878 * platform/mac/fast/regions/flows-dependency-same-flow-expected.txt: Added.
1879 * platform/mac/fast/regions/no-split-line-box-expected.png: Added.
1880 * platform/mac/fast/regions/render-region-renderer-expected.txt: Added.
1881 * platform/mac/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.png: Added.
1882 * platform/mac/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.txt: Added.
1883 * platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.png: Added.
1884 * platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt: Added.
1885 * platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.png: Added.
1886 * platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt: Added.
1887 * platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Added.
1888 * platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt: Added.
1889 * platform/mac/fast/regions/webkit-flow-renderer-expected.txt: Added.
1890 * platform/mac/fast/regions/webkit-flow-renderer-layer-expected.txt: Added.
1891 * platform/mac/fast/regions/webkit-flow-renderer-nested-expected.txt: Added.
1893 2011-09-22 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
1895 [Qt] Use same DPI for application font as rest of app in DRT and WTR
1897 QApplication will initialize the default application font based
1898 on the application DPI at construction time, but we then override
1899 the application DPI using QX11Info (hard-coding it to 96 for
1900 consistency). This hard-coding is not reflected in the application
1901 font, so we explicitly have update the font ourselves.
1903 The 6 test results that are updated were originally produced with
1904 a DPI of 75, as this is the default fallback DPI when a QFont is
1905 constructed before QApplication. This was wrong, and the results
1906 are updated to match a DPI of 96.
1908 Reviewed by Csaba Osztrogonác.
1910 * platform/qt-4.8/css1/text_properties/letter_spacing-expected.png:
1911 * platform/qt-4.8/css1/text_properties/letter_spacing-expected.txt:
1912 * platform/qt-4.8/fast/css/word-space-extra-expected.png:
1913 * platform/qt-4.8/fast/css/word-space-extra-expected.txt:
1914 * platform/qt-4.8/svg/batik/text/textPosition-expected.png:
1915 * platform/qt-4.8/svg/batik/text/textPosition-expected.txt:
1916 * platform/qt-4.8/svg/batik/text/textPosition2-expected.png:
1917 * platform/qt-4.8/svg/batik/text/textPosition2-expected.txt:
1918 * platform/qt/css1/text_properties/letter_spacing-expected.txt:
1919 * platform/qt/fast/css/word-space-extra-expected.png:
1920 * platform/qt/fast/css/word-space-extra-expected.txt:
1921 * platform/qt/fast/inline/absolute-positioned-inline-in-centred-block-expected.png:
1922 * platform/qt/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt:
1923 * platform/qt/fast/text/text-letter-spacing-expected.png:
1924 * platform/qt/fast/text/text-letter-spacing-expected.txt:
1925 * platform/qt/svg/batik/text/textPosition-expected.png:
1926 * platform/qt/svg/batik/text/textPosition-expected.txt:
1927 * platform/qt/svg/batik/text/textPosition2-expected.png:
1928 * platform/qt/svg/batik/text/textPosition2-expected.txt:
1930 2011-09-22 Sergey Glazunov <serg.glazunov@gmail.com>
1932 Ref protect shaders in V8WebGLRenderingContext::getAttachedShadersCallback
1933 https://bugs.webkit.org/show_bug.cgi?id=68630
1935 Reviewed by Adam Barth.
1937 * fast/canvas/webgl/shader-deleted-by-accessor-expected.txt: Added.
1938 * fast/canvas/webgl/shader-deleted-by-accessor.html: Added.
1940 2011-09-22 Robert Hogan <robert@webkit.org>
1942 Unreviewed, platform-specific results for r95721.
1944 * platform/mac/fast/css/outline-narrowLine-expected.txt: Added.
1945 * platform/gtk/fast/css/outline-narrowLine-expected.txt: Added.
1947 2011-09-05 Robert Hogan <robert@webkit.org>
1949 CSS 2.1 failure: abspos-non-replaced-width-margin-000, abspos-replaced-width-margin-000
1950 https://bugs.webkit.org/show_bug.cgi?id=47148
1952 Reviewed by David Hyatt.
1954 * platform/chromium-linux/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png:
1955 * platform/chromium-linux/css2.1/20110323/abspos-replaced-width-margin-000-expected.png:
1956 New results for CSS 2.1 reference tests. These match exactly the reference test results.
1958 * fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks.html: Added.
1959 * platform/chromium-linux/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.png: Added.
1960 * platform/chromium-linux/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt: Added.
1961 New test for left,right and center alignment of inline LTR and RTL blocks. FF and Opera don't pass this test.
1963 * fast/block/positioning/absolute-position-direction-strict.html: Removed.
1964 * fast/block/positioning/absolute-position-direction.html: Renamed from LayoutTests/fast/block/positioning/absolute-position-direction-quirk.html.
1965 * 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.
1966 * platform/chromium-linux/fast/block/positioning/absolute-position-direction-strict-expected.png: Removed.
1967 * 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.
1968 * 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.
1969 * platform/chromium-win/fast/block/positioning/absolute-position-direction-strict-expected.png: Removed.
1970 * platform/chromium-win/fast/block/positioning/absolute-position-direction-strict-expected.txt: Removed.
1971 * platform/gtk/fast/block/positioning/absolute-position-direction-expected.png: Renamed from LayoutTests/platform/gtk/fast/block/positioning/absolute-position-direction-quirk-expected.png.
1972 * platform/gtk/fast/block/positioning/absolute-position-direction-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/absolute-position-direction-quirk-expected.txt.
1973 * platform/gtk/fast/block/positioning/absolute-position-direction-strict-expected.png: Removed.
1974 * platform/gtk/fast/block/positioning/absolute-position-direction-strict-expected.txt: Removed.
1975 * 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.
1976 * platform/mac-leopard/fast/block/positioning/absolute-position-direction-strict-expected.png: Removed.
1977 * platform/mac/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt:
1978 * platform/mac/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt:
1979 * platform/mac/fast/block/positioning/absolute-position-direction-expected.png: Renamed from LayoutTests/platform/mac/fast/block/positioning/absolute-position-direction-quirk-expected.png.
1980 * platform/mac/fast/block/positioning/absolute-position-direction-expected.txt: Renamed from LayoutTests/platform/mac/fast/block/positioning/absolute-position-direction-quirk-expected.txt.
1981 * platform/mac/fast/block/positioning/absolute-position-direction-strict-expected.png: Removed.
1982 * platform/mac/fast/block/positioning/absolute-position-direction-strict-expected.txt: Removed.
1983 * platform/qt/fast/block/positioning/absolute-position-direction-expected.png: Renamed from LayoutTests/platform/qt/fast/block/positioning/absolute-position-direction-quirk-expected.png.
1984 * platform/qt/fast/block/positioning/absolute-position-direction-expected.txt: Renamed from LayoutTests/platform/qt/fast/block/positioning/absolute-position-direction-quirk-expected.txt.
1985 * platform/qt/fast/block/positioning/absolute-position-direction-strict-expected.png: Removed.
1986 * platform/qt/fast/block/positioning/absolute-position-direction-strict-expected.txt: Removed.
1987 These tests are superseded by abspos-non-replaced-width-margin-000.htm. Using the parent() block's
1988 direction to compute static distance is now a strict requirement for CSS 2.1, rather than an IE quirk.
1990 2011-09-21 David Hyatt <hyatt@apple.com>
1992 https://bugs.webkit.org/show_bug.cgi?id=68590
1994 Floats pushed to next page, column or region don't reposition properly if the amount of
1995 available logical width at the new position changes. Refactor the code so that we can
1996 run the float placement algorithm again when this happens.
1998 Reviewed by Adam Roben.
2000 * fast/regions/webkit-flow-floats-inside-regions-bounds-expected.txt:
2002 2011-09-22 Csaba Osztrogonác <ossy@webkit.org>
2004 [Qt] Unreviewed. Add Qt specific expected results for css3/selectors3 tests.
2005 All of them pass, they are compared to mac png results manually.
2007 * platform/qt/Skipped:
2008 * platform/qt/css3/selectors3/ [...]: Added.
2010 2011-09-22 Leandro Gracia Gil <leandrogracia@chromium.org>
2012 Testing text events triggered by speech input.
2013 https://bugs.webkit.org/show_bug.cgi?id=60451
2015 Reviewed by Ryosuke Niwa.
2017 * fast/speech/input-ontextinput-event-expected.txt: Added.
2018 * fast/speech/input-ontextinput-event.html: Added.
2019 * fast/speech/input-text-speechstart.html:
2021 2011-09-20 Jason Liu <jason.liu@torchmobile.com.cn>
2023 Reviewed by Simon Fraser.
2025 CSS outline property on a narrow element has rabbit ear artifacts
2026 https://bugs.webkit.org/show_bug.cgi?id=36793
2028 Patch by Jason Liu <jason.liu@torchmobile.com.cn>
2029 Patch updated by Robert Hogan <robert@webkit.org>
2031 * fast/css/outline-narrowLine.html: Added.
2032 * platform/qt/fast/css/outline-narrowLine-expected.txt: Added.
2033 * platform/qt/fast/css/outline-narrowLine-expected.png: Added.
2034 * platform/chromium-linux/fast/css/outline-narrowLine-expected.txt: Added.
2035 * platform/chromium-linux/fast/css/outline-narrowLine-expected.png: Added.
2037 2011-09-22 Marcus Bulach <bulach@chromium.org>
2039 [chromium] Rebaseline following r95715
2040 https://bugs.webkit.org/show_bug.cgi?id=68619
2042 Unreviewed, rebaseline.
2044 * platform/chromium-cg-mac/fast/events/scale-and-scroll-iframe-body-expected.png: Added.
2045 * platform/chromium-cg-mac/fast/events/scale-and-scroll-iframe-window-expected.png: Added.
2046 * platform/chromium-mac/fast/events/scale-and-scroll-iframe-body-expected.png: Added.
2047 * platform/chromium-mac/fast/events/scale-and-scroll-iframe-window-expected.png: Added.
2049 2011-09-22 Alpha Lam <hclam@chromium.org>
2051 https://bugs.webkit.org/show_bug.cgi?id=68081
2052 Add layout test for page scale and scrolling.
2054 Reviewed by Simon Fraser.
2056 Add tests to cover the following cases:
2057 1. Scale and scroll window
2058 2. Scale and scroll document.body
2059 3. Scale and scroll iframe's contentWindow
2060 4. Scale and scroll iframe's contentDocument.body
2062 * fast/events/scale-and-scroll-body-expected.png: Added.
2063 * fast/events/scale-and-scroll-body-expected.txt: Added.
2064 * fast/events/scale-and-scroll-body.html: Added.
2065 * fast/events/scale-and-scroll-iframe-body-expected.png: Added.
2066 * fast/events/scale-and-scroll-iframe-body-expected.txt: Added.
2067 * fast/events/scale-and-scroll-iframe-body.html: Added.
2068 * fast/events/scale-and-scroll-iframe-window-expected.png: Added.
2069 * fast/events/scale-and-scroll-iframe-window-expected.txt: Added.
2070 * fast/events/scale-and-scroll-iframe-window.html: Added.
2071 * fast/events/scale-and-scroll-window-expected.png: Added.
2072 * fast/events/scale-and-scroll-window-expected.txt: Added.
2073 * fast/events/scale-and-scroll-window.html: Added.
2075 2011-09-22 Andreas Kling <kling@webkit.org>
2077 CSS: Implement 'font' property in CSSComputedStyle.
2078 https://bugs.webkit.org/show_bug.cgi?id=66666
2080 Reviewed by Antti Koivisto.
2082 * fast/css/getComputedStyle/computed-style-font-expected.txt: Added.
2083 * fast/css/getComputedStyle/computed-style-font.html: Added.
2084 * fast/css/getComputedStyle/script-tests/computed-style-font.js: Added.
2086 (computedFontCSSValue):
2088 2011-09-22 Csaba Osztrogonác <ossy@webkit.org>
2090 [Qt][WK2] Unreivewed gardening.
2092 * platform/qt-wk2/Skipped: Skip new failing test introduced in r95645.
2094 2011-09-22 Csaba Osztrogonác <ossy@webkit.org>
2096 [Qt] 69 tests failing after http://trac.webkit.org/changeset/92375
2097 https://bugs.webkit.org/show_bug.cgi?id=65721
2099 Unreviewed gardening. Update Qt 4.8 specific expected files after r95706.
2101 * platform/qt-4.8/ [...]: Updated.
2103 2011-09-22 Csaba Osztrogonác <ossy@webkit.org>
2105 [Qt] Unreviewed gardening. Add Qt specific expected files for new test introduced in r95671.
2107 * platform/qt/fast/table/quote-text-around-iframe-expected.png: Added.
2108 * platform/qt/fast/table/quote-text-around-iframe-expected.txt: Added.
2110 2011-09-22 Csaba Osztrogonác <ossy@webkit.org>
2112 [Qt] 69 tests failing after http://trac.webkit.org/changeset/92375
2113 https://bugs.webkit.org/show_bug.cgi?id=65721
2115 Unreviewed gardening. Update Qt specific expected files.
2117 2011-09-22 Marcus Bulach <bulach@chromium.org>
2119 [chromium] Update test expectation following r95685
2120 https://bugs.webkit.org/show_bug.cgi?id=68604
2122 Unreviewed, update test expectation.
2124 * platform/chromium/test_expectations.txt:
2126 2011-09-22 Csaba Osztrogonác <ossy@webkit.org>
2128 [Qt] 11 tests failed after r95671 because the tests are updated.
2129 https://bugs.webkit.org/show_bug.cgi?id=68596
2131 Update Qt specific expected files.
2133 * platform/qt/fast/css-generated-content/table-cell-before-content-expected.png:
2134 * platform/qt/fast/css-generated-content/table-cell-before-content-expected.txt:
2135 * platform/qt/fast/table/table-cell-after-child-in-block-expected.txt:
2136 * platform/qt/fast/table/table-cell-before-after-content-around-table-block-expected.txt:
2137 * platform/qt/fast/table/table-cell-before-after-content-around-table-expected.txt:
2138 * platform/qt/fast/table/table-cell-before-child-in-block-expected.txt:
2139 * platform/qt/fast/table/table-row-after-child-in-block-expected.txt:
2140 * platform/qt/fast/table/table-row-before-after-content-around-block-expected.txt:
2141 * platform/qt/fast/table/table-row-before-after-content-around-table-expected.txt:
2142 * platform/qt/fast/table/table-row-before-child-in-block-expected.txt:
2143 * platform/qt/fast/table/table-row-style-not-updated-with-after-content-expected.png: Added.
2144 * platform/qt/fast/table/table-row-style-not-updated-with-after-content-expected.txt:
2146 2011-09-22 Oliver Varga <voliver@inf.u-szeged.hu>
2148 [Qt] 11 tests failed after r95671 because the tests are updated.
2149 https://bugs.webkit.org/show_bug.cgi?id=68596
2151 Unreviewed gardening. Typo fixes.
2153 * platform/qt/Skipped:
2155 2011-09-22 Philippe Normand <pnormand@igalia.com>
2157 Unreviewed, GTK rebaseline after r95671.
2159 * platform/gtk/fast/css-generated-content/table-cell-before-content-expected.txt:
2160 * platform/gtk/fast/table/quote-text-around-iframe-expected.png: Added.
2161 * platform/gtk/fast/table/quote-text-around-iframe-expected.txt: Added.
2162 * platform/gtk/fast/table/table-cell-after-child-in-block-expected.txt:
2163 * platform/gtk/fast/table/table-cell-before-after-content-around-table-block-expected.txt:
2164 * platform/gtk/fast/table/table-cell-before-after-content-around-table-expected.txt:
2165 * platform/gtk/fast/table/table-cell-before-child-in-block-expected.txt:
2166 * platform/gtk/fast/table/table-row-after-child-in-block-expected.txt:
2167 * platform/gtk/fast/table/table-row-before-after-content-around-block-expected.txt:
2168 * platform/gtk/fast/table/table-row-before-after-content-around-table-expected.txt:
2169 * platform/gtk/fast/table/table-row-before-child-in-block-expected.txt:
2170 * platform/gtk/fast/table/table-row-style-not-updated-with-after-content-expected.txt:
2172 2011-09-22 Oliver Varga <voliver@inf.u-szeged.hu>
2174 [Qt] 11 tests failed after r95671.
2175 https://bugs.webkit.org/show_bug.cgi?id=68596
2177 Unreviewed gardening.
2179 * platform/qt/Skipped:
2181 2011-09-21 Abhishek Arya <inferno@chromium.org>
2183 Unreviewed. Chromium rebaselines for r95671.
2185 * platform/chromium-linux/fast/table/quote-text-around-iframe-expected.png: Added.
2186 * platform/chromium-mac/fast/table/quote-text-around-iframe-expected.png: Added.
2187 * platform/chromium-win/fast/css-generated-content/table-cell-before-content-expected.txt:
2188 * platform/chromium-win/fast/table/quote-text-around-iframe-expected.png: Added.
2189 * platform/chromium-win/fast/table/quote-text-around-iframe-expected.txt: Added.
2190 * platform/chromium-win/fast/table/table-cell-after-child-in-block-expected.txt:
2191 * platform/chromium-win/fast/table/table-cell-before-child-in-block-expected.txt:
2192 * platform/chromium-win/fast/table/table-row-after-child-in-block-expected.txt:
2193 * platform/chromium-win/fast/table/table-row-before-child-in-block-expected.txt:
2195 2011-09-21 Sameer Patil <mkrp87@motorola.com>
2197 :hover selector fails when hovering over a child select element with size attribute
2198 https://bugs.webkit.org/show_bug.cgi?id=67594
2200 Reviewed by Darin Adler.
2202 * fast/css/hover-affects-ancestor-expected.txt: Added.
2203 * fast/css/hover-affects-ancestor.html: Added.
2205 2011-09-21 Ben Wells <benwells@chromium.org>
2207 Rebaseline for bug 65583 (path based border radius drawing on skia) part 4
2208 https://bugs.webkit.org/show_bug.cgi?id=68339
2210 Reviewed by James Robinson.
2212 * platform/chromium-linux/css1/box_properties/border_style-expected.png:
2213 * platform/chromium-linux/css1/box_properties/border_style_inline-expected.png:
2214 * platform/chromium-linux/css2.1/: 14 changes
2215 * platform/chromium-linux/fast/borders/border-radius-inset-outset-expected.png: Added.
2216 * platform/chromium-linux/fast/borders/border-styles-split-expected.png: Added.
2217 * platform/chromium-linux/fast/writing-mode/border-styles-vertical-lr-expected.png: Added.
2218 * platform/chromium-linux/fast/writing-mode/border-styles-vertical-rl-expected.png: Added.
2219 * platform/chromium-win/css1/box_properties/border_style-expected.png:
2220 * platform/chromium-win/css1/box_properties/border_style_inline-expected.png:
2221 * platform/chromium-win/css2.1/: 14 changes
2222 * platform/chromium-win/fast/borders/border-radius-inset-outset-expected.png: Added.
2223 * platform/chromium-win/fast/borders/border-radius-inset-outset-expected.txt: Added.
2224 * platform/chromium-win/fast/borders/border-styles-split-expected.png: Added.
2225 * platform/chromium-win/fast/borders/border-styles-split-expected.txt: Added.
2226 * platform/chromium-win/fast/writing-mode/border-styles-vertical-lr-expected.png: Added.
2227 * platform/chromium-win/fast/writing-mode/border-styles-vertical-lr-expected.txt: Added.
2228 * platform/chromium-win/fast/writing-mode/border-styles-vertical-rl-expected.png: Added.
2229 * platform/chromium-win/fast/writing-mode/border-styles-vertical-rl-expected.txt: Added.
2230 * platform/chromium/test_expectations.txt:
2232 2011-09-21 Sergey Glazunov <serg.glazunov@gmail.com>
2234 [Chromium] Protect message ports from being deleted in V8MessageEvent::portsAccessorGetter
2235 https://bugs.webkit.org/show_bug.cgi?id=68584
2237 Reviewed by Adam Barth.
2239 * fast/dom/message-port-deleted-by-accessor-expected.txt: Added.
2240 * fast/dom/message-port-deleted-by-accessor.html: Added.
2242 2011-09-21 David Levin <levin@chromium.org>
2244 [chromium] Rebaselines for passing tests and expectation updates/narrowing.
2246 * platform/chromium-cg-mac-leopard/editing/inserting/editable-inline-element-expected.png: Added.
2247 * platform/chromium-mac-leopard/css2.1/t090204-display-change-01-b-ao-expected.png: Added.
2248 * platform/chromium-mac-leopard/editing/inserting/editable-inline-element-expected.png: Added.
2249 * platform/chromium-mac/css2.1/t090204-display-change-01-b-ao-expected.png:
2250 * platform/chromium-mac/css2.1/t090204-display-change-01-b-ao-expected.txt: Removed.
2251 * platform/chromium/test_expectations.txt:
2253 2011-09-21 Julien Chaffraix <jchaffraix@webkit.org>
2255 Crash in RenderBox::paintMaskImages when GraphicsContext's painting is disabled
2256 https://bugs.webkit.org/show_bug.cgi?id=68133
2258 Reviewed by Darin Adler.
2260 Those tests checks that we do not crash when calling internals.paintControlTints.
2262 * platform/mac/Skipped: Skipped 2 tests as they are hitting an ASSERT unrelated to
2265 * fast/css/webkit-mask-crash-fieldset-legend-expected.txt: Added.
2266 * fast/css/webkit-mask-crash-fieldset-legend.html: Added.
2267 * fast/css/webkit-mask-crash-figure-expected.txt: Added.
2268 * fast/css/webkit-mask-crash-figure.html: Added.
2269 * fast/css/webkit-mask-crash-table-expected.txt: Added.
2270 * fast/css/webkit-mask-crash-table.html: Added.
2271 * fast/css/webkit-mask-crash-td-2-expected.txt: Added.
2272 * fast/css/webkit-mask-crash-td-2.html: Added.
2273 * fast/css/webkit-mask-crash-td-expected.txt: Added.
2274 * fast/css/webkit-mask-crash-td.html: Added.
2276 2011-09-21 Abhishek Arya <inferno@chromium.org>
2278 Not use anonymousContainer on beforeChild calculation
2279 and let later code handle it.
2280 https://bugs.webkit.org/show_bug.cgi?id=67656
2282 Reviewed by David Hyatt.
2284 * fast/table/quote-text-around-iframe.html: Added.
2285 * fast/table/table-row-style-not-updated-with-after-content-expected.txt:
2286 * platform/mac/fast/table/quote-text-around-iframe-expected.png: Added.
2287 * platform/mac/fast/table/quote-text-around-iframe-expected.txt: Added.
2288 and lot of style propagation rebaselines.
2290 2011-09-21 Sergey Glazunov <serg.glazunov@gmail.com>
2292 [Chromium] Protect the Frame in V8HTMLDocument::openCallback
2293 https://bugs.webkit.org/show_bug.cgi?id=68555
2295 Reviewed by Nate Chapin.
2297 * fast/dom/frame-deleted-in-document-open-expected.txt: Added.
2298 * fast/dom/frame-deleted-in-document-open.html: Added.
2300 2011-09-21 Adam Klein <adamk@chromium.org>
2302 Clean up CSS Counter code
2303 https://bugs.webkit.org/show_bug.cgi?id=68492
2305 Reviewed by Tony Chang.
2307 Added tests for setting the list style to "none"
2308 as well as tests for getCounterValue.
2310 * fast/css/counters/counter-cssText-expected.txt:
2311 * fast/css/counters/counter-cssText.html:
2312 * fast/css/counters/getCounterValue-expected.txt: Added.
2313 * fast/css/counters/getCounterValue.html: Added.
2315 2011-09-21 Chang Shu <cshu@webkit.org>
2317 [WK2] [Mac] Implement a more-complete MouseDown/MouseUp/MouseMoveTo functions for WebKit2 EventSender
2318 https://bugs.webkit.org/show_bug.cgi?id=68108
2320 This patch implements the event sender mouse events through WebKit2 UIProcess which is
2321 closer to the real simulation than a WebProcess-only approach. The patch only supports Mac
2322 platform as the first step so the existing code is still kept for other platforms.
2324 Unskip the passed tests.
2326 Reviewed by Darin Adler.
2328 * platform/mac-wk2/Skipped:
2329 * platform/wk2/Skipped:
2331 2011-09-21 Dan Bernstein <mitz@apple.com>
2333 <rdar://problem/9768483> REGRESSION: Crash in RenderBlock::removeFloatingObjectsBelow()
2334 https://bugs.webkit.org/show_bug.cgi?id=68550
2336 Reviewed by Darin Adler.
2338 * fast/multicol/null-lastFloat-in-removeFloatingObjectsBelow-expected.txt: Added.
2339 * fast/multicol/null-lastFloat-in-removeFloatingObjectsBelow.html: Added.
2341 2011-09-21 Dmitry Lomov <dslomov@google.com>
2343 Fixed bug number in test expectations.
2345 * platform/chromium/test_expectations.txt:
2347 2011-09-21 Vsevolod Vlasov <vsevik@chromium.org>
2349 Web Inspector: clear resource agent resource cache upon resource agent's disable.
2350 https://bugs.webkit.org/show_bug.cgi?id=67995
2352 Reviewed by Pavel Feldman.
2354 * http/tests/inspector/network/network-disabling-check-no-memory-leak-expected.txt: Added.
2355 * http/tests/inspector/network/network-disabling-check-no-memory-leak.html: Added.
2357 2011-09-21 David Hyatt <hyatt@apple.com>
2359 https://bugs.webkit.org/show_bug.cgi?id=68543
2361 Make sure that when regions change dimensions we recompute pagination slices.
2363 Reviewed by Simon Fraser.
2365 * fast/regions/text-region-split-after-resize-expected.txt: Added.
2366 * fast/regions/text-region-split-after-resize.html: Added.
2367 * fast/regions/webkit-flow-floats-inside-regions-bounds-expected.txt:
2369 2011-09-20 Ryosuke Niwa <rniwa@webkit.org>
2371 Span element gets produced using backspace/delete to merge header with paragraph
2372 https://bugs.webkit.org/show_bug.cgi?id=68413
2374 Reviewed by Darin Adler.
2376 Add a test to remove the line break before a p element. WebKit should not preserve
2377 the font color from the style rule but should preserve the font style from inline style declaration.
2379 Also fix merge-paragraph-from-h6* to actually h6 instead of h1.
2381 * editing/deleting/merge-paragraph-from-h6-expected.txt:
2382 * editing/deleting/merge-paragraph-from-h6-with-style-expected.txt:
2383 * editing/deleting/merge-paragraph-from-h6-with-style.html:
2384 * editing/deleting/merge-paragraph-from-h6.html:
2385 * editing/deleting/merge-paragraph-from-p-with-style-expected.txt: Added.
2386 * editing/deleting/merge-paragraph-from-p-with-style.html: Added.
2388 2011-09-21 Ojan Vafai <ojan@chromium.org>
2390 [flexbox] rename classnames and methods in the tests to not assume horizontal
2391 https://bugs.webkit.org/show_bug.cgi?id=68498
2393 Reviewed by Tony Chang.
2395 * css3/flexbox/001.html:
2396 * css3/flexbox/002.html:
2397 * css3/flexbox/003.html:
2398 * css3/flexbox/004.html:
2399 * css3/flexbox/resources/flexbox.js:
2401 * css3/flexbox/writing-modes.html:
2402 * platform/mac/Skipped:
2404 2011-09-21 Mike Reed <reed@google.com>
2406 need rebaseline for gradient speedup in skia
2407 https://bugs.webkit.org/show_bug.cgi?id=68531
2409 Reviewed by Stephen White.
2411 * platform/chromium/test_expectations.txt:
2413 2011-09-21 Philippe Normand <pnormand@igalia.com>
2415 Unreviewed, move today's skipped flaky tests to test_expectations
2416 as suggested by mrobinson.
2418 * platform/gtk/Skipped:
2419 * platform/gtk/test_expectations.txt:
2421 2011-09-21 Alice Boxhall <aboxhall@chromium.org>
2423 Report AXValueChanged when value changes in element with role=textbox.
2424 https://bugs.webkit.org/show_bug.cgi?id=68201
2426 Reviewed by Chris Fleizach.
2428 * platform/mac/accessibility/textbox-role-reports-notifications-expected.txt: Added.
2429 * platform/mac/accessibility/textbox-role-reports-notifications.html: Added.
2431 2011-09-21 Anna Cavender <annacc@chromium.org>
2433 New layout tests for the JS bindings related to <track>:
2434 e.g. TextTrack, TextTrackCue, TextTrackCueList, MutableTextTrack.
2435 https://bugs.webkit.org/show_bug.cgi?id=68194
2437 Reviewed by Eric Carlson.
2439 * media/track/track-mutable-expected.txt: Added.
2440 * media/track/track-mutable.html: Added.
2441 * media/track/track-text-track-cue-list-expected.txt: Added.
2442 * media/track/track-text-track-cue-list.html: Added.
2443 * media/track/track-text-track-expected.txt: Added.
2444 * media/track/track-text-track.html: Added.
2446 2011-09-21 Balazs Kelemen <kbalazs@webkit.org>
2448 [Qt][WK2] plugins/mouse-click-iframe-to-plugin.html fails since enabled in r95626
2449 https://bugs.webkit.org/show_bug.cgi?id=68539
2451 Unreviewed gardening.
2453 * platform/qt-wk2/Skipped: skip the test.
2455 2011-09-21 Cary Clark <caryclark@google.com>
2457 Unreviewed; new baselines (Skia on Mac)
2459 This separates test failures that are specific to CG Mac from failures
2460 for Skia on Mac. Most of these changes are specific to Leopard, but a
2461 handful add new fail flavors for all Mac variations.
2463 * LayoutTests/platform/chromium/test_expectations.txt:
2465 2011-09-21 Philippe Normand <pnormand@igalia.com>
2467 Unreviewed, GTK baselines for
2468 cross-origin-xsl-redirect-BLOCKED.html which were removed by mistake.
2470 * platform/gtk/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt: Added.
2472 2011-09-21 Philippe Normand <pnormand@igalia.com>
2474 Unreviewed, skip flaky media test on GTK.
2476 * platform/gtk/Skipped: Skip media/media-blocked-by-beforeload.html
2478 2011-09-21 Philippe Normand <pnormand@igalia.com>
2480 Syntax error in media/audio-delete-while-step-button-clicked.html
2481 https://bugs.webkit.org/show_bug.cgi?id=68507
2483 Reviewed by Eric Carlson.
2485 * media/audio-delete-while-step-button-clicked.html: Some curly
2486 braces were missing in a try/catch statement.
2488 2011-09-21 Chang Shu <cshu@webkit.org>
2490 [Qt] Implement KeyDown function for WebKit2 EventSender.
2491 https://bugs.webkit.org/show_bug.cgi?id=56485
2493 Unskip passed tests.
2495 Reviewed by Andreas Kling.
2497 * platform/qt-wk2/Skipped:
2499 2011-09-21 Ilya Tikhonovsky <loislo@chromium.org>
2501 Web Inspector: UI performance test for Resource panel first open experience.
2502 https://bugs.webkit.org/show_bug.cgi?id=68527
2504 Reviewed by Pavel Feldman.
2506 * inspector/performance/resources/first-open-resources.html: Added.
2508 2011-09-21 Ilya Tikhonovsky <loislo@chromium.org>
2510 Web Inspector: extend UI perf tests coverage. Elements panel opens first time.
2511 https://bugs.webkit.org/show_bug.cgi?id=68432
2513 Reviewed by Pavel Feldman.
2515 * inspector/performance/resources/first-open-elements.html: Added.
2516 * inspector/performance/resources/performance-test.js:
2518 2011-09-21 Philippe Normand <pnormand@igalia.com>
2520 Unreviewed, skip some more flaky SVG tests on GTK.
2522 * platform/gtk/Skipped:
2524 2011-09-21 Jochen Eisinger <jochen@chromium.org>
2526 Unreviewed, fix baselines for cross-origin-xsl-redirect-BLOCKED
2528 * http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
2529 * platform/chromium-cg-mac/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
2530 * platform/chromium-mac/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
2531 * platform/chromium-win/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
2532 * platform/gtk/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt: Removed
2533 * platform/mac-wk2/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
2534 * platform/qt-wk2/Skipped:
2535 * platform/qt-wk2/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
2536 * platform/qt/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.png: Removed
2537 * platform/qt/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt: Removed
2538 * platform/win-wk2/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
2540 2011-09-21 Keishi Hattori <keishi@webkit.org>
2542 [chromium] rebaseline caused by r95567
2544 * platform/chromium-cg-mac-leopard/fast/clip/overflow-border-radius-fixed-position-expected.png: Added.
2545 * platform/chromium-mac-leopard: Added.
2546 * platform/chromium-mac-leopard/fast: Added.
2547 * platform/chromium-mac-leopard/fast/clip: Added.
2548 * platform/chromium-mac-leopard/fast/clip/overflow-border-radius-fixed-position-expected.png: Added.
2550 2011-09-21 Keishi Hattori <keishi@webkit.org>
2552 [chromium] rebaseline caused by r95599
2554 * fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt: Added.
2555 * platform/chromium-mac-leopard: Removed.
2556 * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Added.
2557 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Added.
2558 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt: Added.
2559 * platform/chromium/test_expectations.txt:
2560 * platform/gtk/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt: Removed.
2562 2011-09-21 Philippe Normand <pnormand@igalia.com>
2564 Unreviewed, skip 2 GTK flaky tests.
2566 * platform/gtk/Skipped: Skip
2567 http/tests/websocket/tests/hixie76/error-detect.html and
2568 svg/zoom/page/zoom-svg-through-object-with-auto-size.html
2570 2011-09-21 Alexis Menard <alexis.menard@openbossa.org>
2572 [Qt][WK2] Unskip some cookies related layout tests.
2573 https://bugs.webkit.org/show_bug.cgi?id=68484
2575 Reviewed by Csaba Osztrogonác.
2577 Unskip some cookies related layout tests as they seems to work fine with
2580 * platform/qt-wk2/Skipped:
2582 2011-09-21 Gabor Rapcsanyi <rgabor@webkit.org>
2584 [Qt][Mac] Unreviewed gardening after r95601.
2586 * platform/qt-mac/Skipped: Paint the Qt-Mac bot green.
2588 2011-09-21 Sheriff Bot <webkit.review.bot@gmail.com>
2590 Unreviewed, rolling out r95608.
2591 http://trac.webkit.org/changeset/95608
2592 https://bugs.webkit.org/show_bug.cgi?id=68521
2594 breaks GTK and Windows builds. Please check EWS next time.
2595 (Requested by philn-tp on #webkit).
2597 * fast/events/scale-and-scroll-body-expected.png: Removed.
2598 * fast/events/scale-and-scroll-body-expected.txt: Removed.
2599 * fast/events/scale-and-scroll-body.html: Removed.
2600 * fast/events/scale-and-scroll-iframe-body-expected.png: Removed.
2601 * fast/events/scale-and-scroll-iframe-body-expected.txt: Removed.
2602 * fast/events/scale-and-scroll-iframe-body.html: Removed.
2603 * fast/events/scale-and-scroll-iframe-window-expected.png: Removed.
2604 * fast/events/scale-and-scroll-iframe-window-expected.txt: Removed.
2605 * fast/events/scale-and-scroll-iframe-window.html: Removed.
2606 * fast/events/scale-and-scroll-window-expected.png: Removed.
2607 * fast/events/scale-and-scroll-window-expected.txt: Removed.
2608 * fast/events/scale-and-scroll-window.html: Removed.
2610 2011-09-21 Philippe Normand <pnormand@igalia.com>
2612 Unreviewed, GTK baseslines for 2 new tests and skip a flaky svg test.
2614 * platform/gtk/Skipped: Skip svg/W3C-SVG-1.1-SE/filters-image-05-f.svg
2615 * platform/gtk/fast/clip/overflow-border-radius-fixed-position-expected.png: Added.
2616 * platform/gtk/fast/clip/overflow-border-radius-fixed-position-expected.txt: Added.
2617 * platform/gtk/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Added.
2618 * platform/gtk/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt: Added.
2620 2011-09-21 Gabor Rapcsanyi <rgabor@webkit.org>
2622 [Qt][WK2] http/tests/security/cross-origin-xsl-redirect-BLOCKED.html fails
2623 https://bugs.webkit.org/show_bug.cgi?id=68515
2625 * platform/qt-wk2/Skipped: Skip http/tests/security/cross-origin-xsl-redirect-BLOCKED.html.
2627 2011-09-20 Alpha Lam <hclam@chromium.org>
2629 https://bugs.webkit.org/show_bug.cgi?id=68081
2630 Add layout test for page scale and scrolling.
2632 Reviewed by Simon Fraser.
2634 Add tests to cover the following cases:
2635 1. Scale and scroll window
2636 2. Scale and scroll document.body
2637 3. Scale and scroll iframe's contentWindow
2638 4. Scale and scroll iframe's contentDocument.body
2640 * fast/events/scale-and-scroll-body-expected.png: Added.
2641 * fast/events/scale-and-scroll-body-expected.txt: Added.
2642 * fast/events/scale-and-scroll-body.html: Added.
2643 * fast/events/scale-and-scroll-iframe-body-expected.png: Added.
2644 * fast/events/scale-and-scroll-iframe-body-expected.txt: Added.
2645 * fast/events/scale-and-scroll-iframe-body.html: Added.
2646 * fast/events/scale-and-scroll-iframe-window-expected.png: Added.
2647 * fast/events/scale-and-scroll-iframe-window-expected.txt: Added.
2648 * fast/events/scale-and-scroll-iframe-window.html: Added.
2649 * fast/events/scale-and-scroll-window-expected.png: Added.
2650 * fast/events/scale-and-scroll-window-expected.txt: Added.
2651 * fast/events/scale-and-scroll-window.html: Added.
2653 2011-09-21 Philippe Normand <pnormand@igalia.com>
2655 Unreviewed, GTK rebaseline, skip some flaky worker tests and 2
2658 * platform/gtk/Skipped:
2659 * platform/gtk/editing/deleting/regional-indicators-expected.txt:
2660 * platform/gtk/fast/text/justify-ideograph-complex-expected.txt:
2662 2011-09-21 Philippe Normand <pnormand@igalia.com>
2664 Unreviewed, GTK rebaseline and skip and a11y failing test.
2666 * platform/gtk/Skipped: Skip accessibility/aria-hidden-updates-alldescendants.html
2667 * platform/gtk/editing/deleting/merge-whitespace-pre-expected.txt:
2668 Rebaseline after r95335.
2669 * platform/gtk/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt: Added.
2671 2011-09-21 Philippe Normand <pnormand@igalia.com>
2673 Unreviewed, GTK rebaseline after r95566.
2675 * platform/gtk/mathml/xHeight-expected.txt:
2677 2011-09-21 MORITA Hajime <morrita@google.com>
2679 Unreviewed Skipped list update for meter-element-repaint-on-update-value.html,
2682 * platform/win/Skipped:
2684 2011-09-20 Csaba Osztrogonác <ossy@webkit.org>
2686 [Qt] Unreviewed gardening.
2688 * platform/qt-mac/Skipped:
2689 * platform/qt-wk2/Skipped:
2690 * platform/qt/fast/clip/overflow-border-radius-fixed-position-expected.png: Added.
2691 * platform/qt/fast/clip/overflow-border-radius-fixed-position-expected.txt: Added.
2692 * platform/qt/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Added.
2693 * platform/qt/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt: Added.
2694 * platform/qt/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.png: Added.
2695 * platform/qt/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt: Added.
2697 2011-09-20 MORITA Hajime <morrita@google.com>
2699 <meter> doesn't update rendering when its value is changed.
2700 https://bugs.webkit.org/show_bug.cgi?id=67614
2702 Reviewed by Dimitri Glazkov.
2704 * fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Added.
2705 * platform/chromium/test_expectations.txt:
2706 * platform/mac/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt: Added.
2707 * platform/mac/dom/HTMLMeterElement/meter-element-repaint-on-update-value.html: Added.
2709 2011-09-20 Keishi Hattori <keishi@webkit.org>
2711 [chromium] changed test expectations for zoom-svg-through-object-with-auto-size.html:wq
2713 * platform/chromium/test_expectations.txt:
2715 2011-09-20 Keishi Hattori <keishi@webkit.org>
2717 [chromium] rebaseline caused by r95567
2719 * platform/chromium-cg-mac/fast/clip/overflow-border-radius-fixed-position-expected.png: Added.
2720 * platform/chromium-linux-x86/fast/clip: Removed.
2721 * platform/chromium-linux/fast/clip/overflow-border-radius-fixed-position-expected.png: Added.
2722 * platform/chromium-mac/fast/clip/overflow-border-radius-fixed-position-expected.png: Added.
2723 * platform/chromium-win/fast/clip/overflow-border-radius-fixed-position-expected.png: Added.
2724 * platform/chromium-win/fast/clip/overflow-border-radius-fixed-position-expected.txt: Added.
2726 2011-09-20 John Gregg <johnnyg@google.com>
2728 Directory Upload: parent path can truncate first char of the correct path
2729 https://bugs.webkit.org/show_bug.cgi?id=66695
2731 Add a test case for when the parent path is '/'.
2733 Reviewed by Darin Fisher.
2735 * fast/forms/input-file-directory-upload.html:
2737 2011-09-20 Jochen Eisinger <jochen@chromium.org>
2739 Invoke CachedResourceLoader::canRequest for all URLs in a redirect chain
2740 https://bugs.webkit.org/show_bug.cgi?id=68279
2742 Reviewed by Adam Barth.
2744 * http/tests/security/resources/cross-origin-xsl-redirect.xml:
2745 * http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
2746 * http/tests/security/cross-origin-xsl-redirect-BLOCKED.html:
2747 * platform/chromium/http/tests/permissionclient/image-permissions-expected.txt:
2748 * platform/chromium/http/tests/permissionclient/image-permissions.html:
2750 2011-09-18 Ojan Vafai <ojan@chromium.org>
2752 change RenderFlexibleBox to act on logical coordinates
2753 https://bugs.webkit.org/show_bug.cgi?id=68129
2755 Reviewed by David Hyatt.
2757 * css3/flexbox/resources/flexbox.js:
2758 * css3/flexbox/writing-modes-expected.txt: Added.
2759 * css3/flexbox/writing-modes.html: Added.
2761 2011-09-20 Ryosuke Niwa <rniwa@webkit.org>
2763 Hit testing on margins of body and head elements doesn't recur
2764 https://bugs.webkit.org/show_bug.cgi?id=40753
2766 Reviewed by Darin Adler.
2768 Add tests to click on margins of head and body elements. WebKit should not
2769 (attempt to) place the caret after or before head and body elements.
2771 * editing/selection/click-on-body-margin-expected.txt: Added.
2772 * editing/selection/click-on-body-margin.html: Added.
2773 * editing/selection/click-on-head-margin-expected.txt: Added.
2774 * editing/selection/click-on-head-margin.html: Added.
2776 2011-09-20 Alan Stearns <stearns@adobe.com>
2778 [CSSRegions] Need test case for 66198 (sliced line box rendering)
2779 https://bugs.webkit.org/show_bug.cgi?id=68257
2781 Reviewed by David Hyatt.
2783 * fast/regions/resources/helper.js:
2784 (assertTopLeftMatch):
2786 * fast/regions/no-split-line-box-expected.txt: Added.
2787 * fast/regions/no-split-line-box.html: Added.
2789 2011-09-20 David Hyatt <hyatt@apple.com>
2791 https://bugs.webkit.org/show_bug.cgi?id=68314
2793 Added some more clipping tests for overflow to make sure the right things happen
2794 when border-radius is specified.
2796 Reviewed by Simon Fraser and Darin Adler.
2798 * fast/clip/overflow-border-radius-fixed-position.html: Added.
2799 * platform/mac/fast/clip/overflow-border-radius-fixed-position-expected.png: Added.
2800 * platform/mac/fast/clip/overflow-border-radius-fixed-position-expected.txt: Added.
2802 2011-09-20 Dan Bernstein <mitz@apple.com>
2804 MathML renderers do not override RenderObject::renderName()
2805 https://bugs.webkit.org/show_bug.cgi?id=68461
2807 Reviewed by Darin Adler.
2809 * platform/mac/mathml/presentation/attributes-expected.txt:
2810 * platform/mac/mathml/presentation/fenced-expected.txt:
2811 * platform/mac/mathml/presentation/fenced-mi-expected.txt:
2812 * platform/mac/mathml/presentation/fractions-expected.txt:
2813 * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.txt:
2814 * platform/mac/mathml/presentation/mo-expected.txt:
2815 * platform/mac/mathml/presentation/msub-base-changed-expected.txt:
2816 * platform/mac/mathml/presentation/msub-sub-changed-expected.txt:
2817 * platform/mac/mathml/presentation/msubsup-base-changed-expected.txt:
2818 * platform/mac/mathml/presentation/msubsup-sub-changed-expected.txt:
2819 * platform/mac/mathml/presentation/msubsup-sup-changed-expected.txt:
2820 * platform/mac/mathml/presentation/msup-base-changed-expected.txt:
2821 * platform/mac/mathml/presentation/msup-sup-changed-expected.txt:
2822 * platform/mac/mathml/presentation/over-expected.txt:
2823 * platform/mac/mathml/presentation/roots-expected.txt:
2824 * platform/mac/mathml/presentation/row-alignment-expected.txt:
2825 * platform/mac/mathml/presentation/row-expected.txt:
2826 * platform/mac/mathml/presentation/style-expected.txt:
2827 * platform/mac/mathml/presentation/sub-expected.txt:
2828 * platform/mac/mathml/presentation/subsup-expected.txt:
2829 * platform/mac/mathml/presentation/sup-expected.txt:
2830 * platform/mac/mathml/presentation/tables-expected.txt:
2831 * platform/mac/mathml/presentation/tokenElements-expected.txt:
2832 * platform/mac/mathml/presentation/under-expected.txt:
2833 * platform/mac/mathml/presentation/underover-expected.txt:
2834 * platform/mac/mathml/xHeight-expected.txt:
2836 2011-09-20 Cary Clark <caryclark@google.com>
2838 Unreviewed; new baselines (Skia on Mac)
2840 This separates test failures that are specific to CG Mac from failures
2841 for Skia on Mac. Most of these changes are specific to Leopard, but a
2842 handful add new fail flavors for all Mac variations.
2844 * LayoutTests/platform/chromium/test_expectations.txt:
2846 2011-09-20 Pavel Feldman <pfeldman@google.com>
2848 Not reviewed: one line inspector's script-formatter.html fix.
2850 * inspector/debugger/script-formatter.html:
2852 2011-09-20 Sheriff Bot <webkit.review.bot@gmail.com>
2854 Unreviewed, rolling out r95509.
2855 http://trac.webkit.org/changeset/95509
2856 https://bugs.webkit.org/show_bug.cgi?id=68446
2858 crashes chromium fast/repaint/japanese-rl-selection-repaint-
2859 in-regions.html on Win and Linux (Requested by dslomov on
2862 * editing/selection/click-on-body-margin-expected.txt: Removed.
2863 * editing/selection/click-on-body-margin.html: Removed.
2864 * editing/selection/click-on-head-margin-expected.txt: Removed.
2865 * editing/selection/click-on-head-margin.html: Removed.
2867 2011-09-20 Jarred Nicholls <jarred@sencha.com>
2869 [Qt] Permit qrc resources to load in QWebSettings::setUserStyleSheetUrl()
2870 https://bugs.webkit.org/show_bug.cgi?id=51159
2872 Permit any URL with a local scheme to set a user style sheet. Allow qrc
2873 resource URLs as arguments to QWebSettings::setUserStyleSheetUrl().
2875 New platform layout test since user style sheet is testable from DRT.
2877 Reviewed by Kenneth Rohde Christiansen.
2879 * platform/qt/fast/loader/user-stylesheet-qrc-path-expected.txt: Added.
2880 * platform/qt/fast/loader/user-stylesheet-qrc-path.html: Added.
2882 2011-09-20 Dmitry Lomov <dslomov@google.com>
2884 [Chromium] Rebaseline expectationd and file WK68445.
2886 * platform/chromium/test_expectations.txt:
2888 2011-09-20 Cary Clark <caryclark@google.com>
2890 Unreviewed; new baselines (Skia on Mac)
2891 Updated reference images.
2893 * platform/chromium-mac/fast/ruby/overhang-horizontal-expected.png: Removed.
2894 * platform/chromium-mac/fast/box-shadow/box-shadow-clipped-slices-expected.png:
2896 2011-09-19 Pavel Feldman <pfeldman@google.com>
2898 Web Inspector: document Debugger.paused, introduce types for ids in Debugger domain.
2899 https://bugs.webkit.org/show_bug.cgi?id=68363
2901 Migrates from poorly documented "details" object to explicit parameters
2902 containing break type and data.
2904 Reviewed by Tony Gentilcore.
2906 * http/tests/inspector/debugger-test.js:
2907 (initialize_DebuggerTest):
2909 2011-09-15 Pavel Feldman <pfeldman@google.com>
2911 Web Inspector: refactor ConsoleView, Drawer, ConsolePanel trio.
2912 https://bugs.webkit.org/show_bug.cgi?id=68155
2914 Reviewed by Tony Gentilcore.
2916 * inspector/console/console-dir.html:
2918 2011-09-19 Pavel Feldman <pfeldman@google.com>
2920 Web Inspector: streamline Console's MessageType and MessageSource semantics.
2921 https://bugs.webkit.org/show_bug.cgi?id=68342
2923 This change fixes semantics of the MessageSource and MessageType:
2924 MessageSource is now the source of the message (be it Network, HTML
2925 parser or Console API). MessageType is only defined for the Console API
2926 messages and contains the name of the API call (log, dir, dirxml, etc.).
2927 Subsequent https://bugs.webkit.org/show_bug.cgi?id=66371 will make MessageType
2928 private to the inspector.
2930 Reviewed by Tony Gentilcore.
2932 * inspector/protocol/console-agent-expected.txt:
2933 * platform/chromium/http/tests/inspector/console-resource-errors-expected.txt: Added.
2935 2011-09-20 Philippe Normand <pnormand@igalia.com>
2937 Unreviewed, GTK baselines for new tests.
2939 * platform/gtk/css3/bdi-element-expected.png: Added.
2940 * platform/gtk/css3/bdi-element-expected.txt: Added.
2941 * platform/gtk/css3/unicode-bidi-isolate-aharon-expected.png: Added.
2942 * platform/gtk/css3/unicode-bidi-isolate-aharon-expected.txt: Added.
2943 * platform/gtk/css3/unicode-bidi-isolate-basic-expected.png: Added.
2944 * platform/gtk/css3/unicode-bidi-isolate-basic-expected.txt: Added.
2945 * platform/gtk/fast/borders/block-mask-overlay-image-outset-expected.png: Added.
2946 * platform/gtk/fast/borders/block-mask-overlay-image-outset-expected.txt: Added.
2947 * platform/gtk/fast/borders/border-image-longhand-expected.png: Added.
2948 * platform/gtk/fast/borders/border-image-longhand-expected.txt: Added.
2949 * platform/gtk/fast/borders/border-image-massive-scale-expected.png: Added.
2950 * platform/gtk/fast/borders/border-image-massive-scale-expected.txt: Added.
2951 * platform/gtk/fast/borders/border-image-outset-expected.png: Added.
2952 * platform/gtk/fast/borders/border-image-outset-expected.txt: Added.
2953 * platform/gtk/fast/borders/border-image-outset-in-shorthand-expected.png: Added.
2954 * platform/gtk/fast/borders/border-image-outset-in-shorthand-expected.txt: Added.
2955 * platform/gtk/fast/borders/border-image-outset-split-inline-expected.png: Added.
2956 * platform/gtk/fast/borders/border-image-outset-split-inline-expected.txt: Added.
2957 * platform/gtk/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png: Added.
2958 * platform/gtk/fast/borders/border-image-outset-split-inline-vertical-lr-expected.txt: Added.
2959 * platform/gtk/fast/borders/border-image-repeat-expected.png: Added.
2960 * platform/gtk/fast/borders/border-image-repeat-expected.txt: Added.
2961 * platform/gtk/fast/borders/border-image-scaled-expected.png: Added.
2962 * platform/gtk/fast/borders/border-image-scaled-expected.txt: Added.
2963 * platform/gtk/fast/borders/border-image-scaled-gradient-expected.png: Added.
2964 * platform/gtk/fast/borders/border-image-scaled-gradient-expected.txt: Added.
2965 * platform/gtk/fast/borders/border-image-scrambled-expected.png: Added.
2966 * platform/gtk/fast/borders/border-image-scrambled-expected.txt: Added.
2967 * platform/gtk/fast/borders/border-image-side-reduction-expected.png: Added.
2968 * platform/gtk/fast/borders/border-image-side-reduction-expected.txt: Added.
2969 * platform/gtk/fast/borders/border-image-slices-expected.png: Added.
2970 * platform/gtk/fast/borders/border-image-slices-expected.txt: Added.
2971 * platform/gtk/fast/borders/inline-mask-overlay-image-outset-expected.png: Added.
2972 * platform/gtk/fast/borders/inline-mask-overlay-image-outset-expected.txt: Added.
2973 * platform/gtk/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png: Added.
2974 * platform/gtk/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.txt: Added.
2975 * platform/gtk/fast/clip/overflow-border-radius-combinations-expected.png: Added.
2976 * platform/gtk/fast/clip/overflow-border-radius-combinations-expected.txt: Added.
2977 * platform/gtk/fast/clip/overflow-border-radius-composited-expected.png: Added.
2978 * platform/gtk/fast/clip/overflow-border-radius-composited-expected.txt: Added.
2979 * platform/gtk/fast/clip/overflow-border-radius-transformed-expected.png: Added.
2980 * platform/gtk/fast/clip/overflow-border-radius-transformed-expected.txt: Added.
2981 * platform/gtk/fast/css/focus-ring-multiline-writingmode-vertical-expected.png: Added.
2982 * platform/gtk/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Added.
2983 * platform/gtk/fast/css/line-after-floating-div-expected.png: Added.
2984 * platform/gtk/fast/css/line-after-floating-div-expected.txt: Added.
2985 * platform/gtk/fast/parser/innerhtml-with-prefixed-elements-expected.png: Added.
2986 * platform/gtk/fast/parser/innerhtml-with-prefixed-elements-expected.txt: Added.
2987 * platform/gtk/fast/reflections/reflection-masks-outset-expected.png: Added.
2988 * platform/gtk/fast/reflections/reflection-masks-outset-expected.txt: Added.
2989 * platform/gtk/fast/text/fallback-traits-fixup-expected.png: Added.
2990 * platform/gtk/fast/text/fallback-traits-fixup-expected.txt: Added.
2991 * platform/gtk/fast/text/hyphenate-limit-lines-expected.png: Added.
2992 * platform/gtk/fast/text/hyphenate-limit-lines-expected.txt: Added.
2993 * platform/gtk/svg/custom/pattern-rotate-gaps-expected.png: Added.
2994 * platform/gtk/svg/custom/pattern-rotate-gaps-expected.txt: Added.
2995 * platform/gtk/svg/custom/simple-text-double-shadow-expected.png: Added.
2996 * platform/gtk/svg/custom/simple-text-double-shadow-expected.txt: Added.
2998 2011-09-20 Philippe Normand <pnormand@igalia.com>
3000 Unreviewed, GTK baselines for tests added in r95489 and r95488.
3002 * platform/gtk/http/tests/security/document-all-expected.txt: Added.
3003 * platform/gtk/http/tests/security/window-named-proto-expected.txt: Added.
3005 2011-09-20 Philippe Normand <pnormand@igalia.com>
3007 Unreviewed, GTK baselines for tests added in r95461.
3009 * platform/gtk/fast/table/table-cell-before-after-content-around-table-block-expected.txt: Added.
3010 * platform/gtk/fast/table/table-cell-before-after-content-around-table-expected.txt: Added.
3011 * platform/gtk/fast/table/table-cell-before-after-content-around-table-row-expected.txt: Added.
3012 * platform/gtk/fast/table/table-row-before-after-content-around-block-expected.txt: Added.
3013 * platform/gtk/fast/table/table-row-before-after-content-around-table-expected.txt: Added.
3015 2011-09-20 Renata Hodovan <reni@webkit.org>
3017 [Qt] Rebase and unskip tests introduced in r95489 and r95488.
3019 Unreviewed gardening.
3021 * platform/qt/Skipped:
3022 * platform/qt/http/tests/security/document-all-expected.txt: Added.
3023 * platform/qt/http/tests/security/window-named-proto-expected.txt: Added.
3025 2011-09-20 Philippe Normand <pnormand@igalia.com>
3027 Unreviewed, skip failing fast/files/create-blob-url-crash.html on
3028 GTK because of bug 66045.
3030 * platform/gtk/Skipped:
3032 2011-09-20 Philippe Normand <pnormand@igalia.com>
3034 Unreviewed, GTK rebaseline after r95178 and r95362.
3036 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
3037 * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
3038 * platform/gtk/fast/dom/call-a-constructor-as-a-function-expected.txt:
3039 * platform/gtk/fast/js/global-constructors-expected.txt:
3041 2011-09-09 Pavel Podivilov <podivilov@chromium.org>
3043 Web Inspector: implement reverse mapping for compiler source maps.
3044 https://bugs.webkit.org/show_bug.cgi?id=67850
3046 Reviewed by Pavel Feldman.
3048 * inspector/debugger/compiler-source-mapping.html:
3050 2011-09-20 Renata Hodovan <reni@webkit.org>
3052 [Qt] Add Qt specific expecteds to new tests introduced in r95461.
3054 Unreviewed gardening.
3056 * platform/qt/fast/table/table-cell-before-after-content-around-table-block-expected.png: Added.
3057 * platform/qt/fast/table/table-cell-before-after-content-around-table-block-expected.txt: Added.
3058 * platform/qt/fast/table/table-cell-before-after-content-around-table-expected.png: Added.
3059 * platform/qt/fast/table/table-cell-before-after-content-around-table-expected.txt: Added.
3060 * platform/qt/fast/table/table-cell-before-after-content-around-table-row-expected.png: Added.
3061 * platform/qt/fast/table/table-cell-before-after-content-around-table-row-expected.txt: Added.
3062 * platform/qt/fast/table/table-row-before-after-content-around-block-expected.png: Added.
3063 * platform/qt/fast/table/table-row-before-after-content-around-block-expected.txt: Added.
3064 * platform/qt/fast/table/table-row-before-after-content-around-table-expected.png: Added.
3065 * platform/qt/fast/table/table-row-before-after-content-around-table-expected.txt: Added.
3067 2011-09-20 Renata Hodovan <reni@webkit.org>
3069 [Qt] Two tests fail after r95488 & r95489
3070 https://bugs.webkit.org/show_bug.cgi?id=68428
3072 Skip the failing tests.
3074 Unreviewed gardening.
3076 * platform/qt/Skipped:
3078 2011-09-19 Ryosuke Niwa <rniwa@webkit.org>
3080 Hit testing on margins of body and head elements doesn't recur
3081 https://bugs.webkit.org/show_bug.cgi?id=40753
3083 Reviewed by Darin Adler.
3085 Add tests to click on margins of head and body elements. WebKit should not
3086 (attempt to) place the caret after or before head and body elements.
3088 * editing/selection/click-on-body-margin-expected.txt: Added.
3089 * editing/selection/click-on-body-margin.html: Added.
3090 * editing/selection/click-on-head-margin-expected.txt: Added.
3091 * editing/selection/click-on-head-margin.html: Added.
3093 2011-09-19 Gavin Barraclough <barraclough@apple.com>
3095 String#split is buggy
3096 https://bugs.webkit.org/show_bug.cgi?id=68348
3098 Reviewed by Sam Weinig.
3100 * fast/js/script-tests/string-split-conformance.js: Added.
3101 * fast/js/string-split-conformance-expected.txt: Added.
3102 * fast/js/string-split-conformance.html: Added.
3103 - Added new Layout test based on:
3104 http://stevenlevithan.com/demo/split.cfm
3105 * 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:
3106 * 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:
3107 * 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:
3108 * 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:
3109 * 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:
3110 - Check in failing results for these 5 tests; they are all wrong
3111 (see https://bugs.ecmascript.org/show_bug.cgi?id=61).
3113 2011-09-19 Sheriff Bot <webkit.review.bot@gmail.com>
3115 Unreviewed, rolling out r95482.
3116 http://trac.webkit.org/changeset/95482
3117 https://bugs.webkit.org/show_bug.cgi?id=68410
3119 Broke chromium webkit-tests (Requested by dslomov on #webkit).
3121 * fast/canvas/webgl/premultiplyalpha-test-expected.txt:
3122 * fast/canvas/webgl/premultiplyalpha-test.html:
3124 2011-09-19 Adam Barth <abarth@webkit.org>
3126 [V8] document.all gets confused about its prototype chain
3127 https://bugs.webkit.org/show_bug.cgi?id=68393
3129 Reviewed by Eric Seidel.
3131 Test how document.all behaves when you change its prototype chain.
3133 * http/tests/security/document-all-expected.txt: Added.
3134 * http/tests/security/document-all.html: Added.
3136 2011-09-19 Adam Barth <abarth@webkit.org>
3138 Named property confusion with __proto__
3139 https://bugs.webkit.org/show_bug.cgi?id=68221
3141 Reviewed by Eric Seidel.
3143 * http/tests/security/resources/innocent-victim-with-iframe.html: Added.
3144 * http/tests/security/window-named-proto-expected.txt: Added.
3145 * http/tests/security/window-named-proto.html: Added.
3147 2011-09-19 John Bauman <jbauman@chromium.org>
3149 Fix nonpremultiplied webgl toDataURL to jpeg
3150 https://bugs.webkit.org/show_bug.cgi?id=68366
3152 Update the premultiplyalpha-test from the WebGL conformance tests.
3154 Reviewed by Kenneth Russell.
3156 * fast/canvas/webgl/premultiplyalpha-test-expected.txt:
3157 * fast/canvas/webgl/premultiplyalpha-test.html:
3159 2011-09-19 Ryosuke Niwa <rniwa@webkit.org>
3161 Incorrect selection with absolutely positioned div
3162 https://bugs.webkit.org/show_bug.cgi?id=39503
3164 Reviewed by Kenneth Rohde Christiansen.
3166 Added a regression test for placing the caret inside a block with multiple logical lines
3167 with an absolutely positioned last child. WebKit should place the caret on the left of the first line
3168 (instead of after the last line) when the user clicks on the left of the first line.
3170 * editing/selection/block-with-positioned-lastchild-expected.txt: Added.
3171 * editing/selection/block-with-positioned-lastchild.html: Added.
3173 2011-09-19 Abhishek Arya <inferno@chromium.org>
3175 Unreviewed. Chromium Rebaselines for r95461.
3177 * platform/chromium-linux/fast/table/table-cell-before-after-content-around-table-block-expected.png: Added.
3178 * platform/chromium-linux/fast/table/table-cell-before-after-content-around-table-expected.png: Added.
3179 * platform/chromium-linux/fast/table/table-cell-before-after-content-around-table-row-expected.png: Added.
3180 * platform/chromium-linux/fast/table/table-row-before-after-content-around-block-expected.png: Added.
3181 * platform/chromium-linux/fast/table/table-row-before-after-content-around-table-expected.png: Added.
3182 * platform/chromium-mac/fast/table/table-cell-before-after-content-around-table-block-expected.png: Added.
3183 * platform/chromium-mac/fast/table/table-cell-before-after-content-around-table-expected.png: Added.
3184 * platform/chromium-mac/fast/table/table-cell-before-after-content-around-table-row-expected.png: Added.
3185 * platform/chromium-mac/fast/table/table-row-before-after-content-around-block-expected.png: Added.
3186 * platform/chromium-mac/fast/table/table-row-before-after-content-around-table-expected.png: Added.
3187 * platform/chromium-win/fast/table/table-cell-before-after-content-around-table-block-expected.png: Added.
3188 * platform/chromium-win/fast/table/table-cell-before-after-content-around-table-expected.png: Added.
3189 * platform/chromium-win/fast/table/table-cell-before-after-content-around-table-row-expected.png: Added.
3190 * platform/chromium-win/fast/table/table-row-before-after-content-around-block-expected.png: Added.
3191 * platform/chromium-win/fast/table/table-row-before-after-content-around-table-expected.png: Added.
3193 2011-09-19 Dmitry Titov <dimich@chromium.org>
3195 [Chromium] Crash after magic iframe transfer for Pepper/NaCl plugins.
3196 https://bugs.webkit.org/show_bug.cgi?id=68267
3197 Make adoptNode() to not enable live iframe transfer when the iframe's subtree contains plugins.
3199 Reviewed by Adam Barth.
3201 * fast/frames/iframe-reparenting-embed-elements-expected.txt: Added.
3202 * fast/frames/iframe-reparenting-embed-elements.html: Added.
3203 * fast/frames/resources/iframe-reparenting-embed-frame1.html: Added.
3204 * fast/frames/resources/iframe-reparenting-embed-iframe.html: Added.
3206 2011-09-19 Abhishek Arya <inferno@chromium.org>
3208 Issues with merging ruby bases.
3209 https://bugs.webkit.org/show_bug.cgi?id=67240
3211 Reviewed by James Robinson.
3213 ASSERTION FAILED: !needsLayout() in RenderRubyRun::getOverhang.
3215 * fast/ruby/ruby-overhang-crash-expected.txt: Added.
3216 * fast/ruby/ruby-overhang-crash.html: Added.
3218 2011-09-16 Abhishek Arya <inferno@chromium.org>
3220 Child not placed correctly when beforeChild (table part)
3221 has both :before, :after content.
3222 https://bugs.webkit.org/show_bug.cgi?id=67656
3224 Reviewed by James Robinson.
3226 * fast/table/table-cell-before-after-content-around-table-block-expected.png: Added.
3227 * fast/table/table-cell-before-after-content-around-table-block-expected.txt: Added.
3228 * fast/table/table-cell-before-after-content-around-table-block.html: Added.
3229 * fast/table/table-cell-before-after-content-around-table-expected.png: Added.
3230 * fast/table/table-cell-before-after-content-around-table-expected.txt: Added.
3231 * fast/table/table-cell-before-after-content-around-table-row-expected.png: Added.
3232 * fast/table/table-cell-before-after-content-around-table-row-expected.txt: Added.
3233 * fast/table/table-cell-before-after-content-around-table-row.html: Added.
3234 * fast/table/table-cell-before-after-content-around-table.html: Added.
3235 * fast/table/table-row-before-after-content-around-block-expected.png: Added.
3236 * fast/table/table-row-before-after-content-around-block-expected.txt: Added.
3237 * fast/table/table-row-before-after-content-around-block.html: Added.
3238 * fast/table/table-row-before-after-content-around-table-expected.png: Added.
3239 * fast/table/table-row-before-after-content-around-table-expected.txt: Added.
3240 * fast/table/table-row-before-after-content-around-table.html: Added.
3242 2011-09-19 Tom Sepez <tsepez@chromium.org>
3244 Fix xssauditor bypass with unterminated closing tag by making the HTMLSourceTracker
3245 and the HTMLParser interact more closely with each other. HTMLParser should be
3246 setting the end range for the token itself to account for buffering that the
3247 HTMLSourceTracker can't know about, but there are a lot of paths that would need
3248 updating. First step is to cover this one path.
3249 https://bugs.webkit.org/show_bug.cgi?id=68281
3251 Reviewed by Adam Barth.
3253 * http/tests/security/xssAuditor/resources/echo-intertag.pl:
3254 * http/tests/security/xssAuditor/script-tag-with-invalid-closing-tag-expected.txt: Added.
3255 * http/tests/security/xssAuditor/script-tag-with-invalid-closing-tag.html: Added.
3257 2011-09-19 Dmitry Lomov <dslomov@google.com>
3259 [Chromium] Rebaseline expectations and file WK68372.
3261 * platform/chromium/test_expectations.txt:
3263 2011-09-19 Dmitry Lomov <dslomov@google.com>
3265 [Chromium] Rebaseline expectations due to r95402.
3267 * platform/chromium-win-vista/fast/dom/navigator-detached-no-crash-expected.txt: Removed.
3269 2011-09-19 Ilya Tikhonovsky <loislo@chromium.org>
3271 Unreviewed skip inspector/timeline/timeline-animation-frame.html on win platform.
3273 * platform/win/Skipped:
3275 2011-09-19 Ilya Tikhonovsky <loislo@chromium.org>
3277 Unreviewed fix for flaky tests.
3279 * inspector/timeline/timeline-dom-content-loaded-event-expected.txt:
3280 * inspector/timeline/timeline-dom-content-loaded-event.html:
3281 * inspector/timeline/timeline-load-event-expected.txt:
3282 * inspector/timeline/timeline-load-event.html:
3283 * platform/qt/Skipped:
3285 2011-09-19 Zsolt Fehér <feherzs@inf.u-szeged.hu>
3287 Unreviewed Qt gardening.
3288 https://bugs.webkit.org/show_bug.cgi?id=68360
3290 * platform/qt/Skipped:
3292 2011-09-19 Balazs Kelemen <kbalazs@webkit.org>
3294 [Qt][WK2] Add some pixel baselines.
3296 Unreviewed expectation update.
3298 These baselines was produced in the same environment where the
3299 Szeged WK2 bot runs. The validity of the results had been checked manually.
3301 * platform/qt-wk2/css1/box_properties/float_on_text_elements-expected.png: Added.
3302 * platform/qt-wk2/css2.1/t051202-c24-first-lttr-00-b-expected.png: Added.
3303 * platform/qt-wk2/css2.1/t051202-c26-psudo-nest-00-c-expected.png: Added.
3304 * platform/qt-wk2/css2.1/t060401-c32-cascading-00-b-expected.png: Added.
3305 * platform/qt-wk2/css2.1/t080301-c411-vt-mrgn-00-b-expected.png: Added.
3306 * platform/qt-wk2/css2.1/t0805-c5512-brdr-rw-00-b-expected.png: Added.
3307 * platform/qt-wk2/css2.1/t0805-c5514-brdr-lw-00-b-expected.png: Added.
3308 * platform/qt-wk2/css2.1/t0805-c5515-brdr-w-00-a-expected.png: Added.
3309 * platform/qt-wk2/css2.1/t0805-c5516-brdr-c-00-a-expected.png: Added.
3310 * platform/qt-wk2/css2.1/t0805-c5516-ibrdr-c-00-a-expected.png: Added.
3311 * platform/qt-wk2/css2.1/t0805-c5517-brdr-s-00-c-expected.png: Added.
3312 * platform/qt-wk2/css2.1/t0805-c5518-brdr-t-01-e-expected.png: Added.
3313 * platform/qt-wk2/css2.1/t0805-c5518-ibrdr-t-00-a-expected.png: Added.
3314 * platform/qt-wk2/css2.1/t0805-c5519-brdr-r-00-a-expected.png: Added.
3315 * platform/qt-wk2/css2.1/t0805-c5519-brdr-r-02-e-expected.png: Added.
3316 * platform/qt-wk2/css2.1/t0805-c5519-ibrdr-r-00-a-expected.png: Added.
3317 * platform/qt-wk2/css2.1/t0805-c5520-brdr-b-01-e-expected.png: Added.
3318 * platform/qt-wk2/css2.1/t0805-c5520-ibrdr-b-00-a-expected.png: Added.
3319 * platform/qt-wk2/css2.1/t0805-c5521-brdr-l-00-a-expected.png: Added.
3320 * platform/qt-wk2/css2.1/t0805-c5521-brdr-l-02-e-expected.png: Added.
3321 * platform/qt-wk2/css2.1/t0805-c5521-ibrdr-l-00-a-expected.png: Added.
3322 * platform/qt-wk2/css2.1/t0805-c5522-brdr-00-b-expected.png: Added.
3323 * platform/qt-wk2/css2.1/t0805-c5522-ibrdr-00-a-expected.png: Added.
3324 * platform/qt-wk2/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.png: Added.
3325 * platform/qt-wk2/css2.1/t0905-c5525-fltmult-00-d-g-expected.png: Added.
3326 * platform/qt-wk2/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png: Added.
3327 * platform/qt-wk2/css2.1/t0905-c5525-fltwrap-00-b-expected.png: Added.
3328 * platform/qt-wk2/css2.1/t090501-c414-flt-00-d-expected.png: Added.
3329 * platform/qt-wk2/css2.1/t090501-c414-flt-01-b-expected.png: Added.
3330 * platform/qt-wk2/css2.1/t090501-c414-flt-ln-00-d-expected.png: Added.
3331 * platform/qt-wk2/css2.1/t090501-c414-flt-ln-01-d-g-expected.png: Added.
3332 * platform/qt-wk2/css2.1/t090501-c414-flt-ln-02-d-expected.png: Added.
3333 * platform/qt-wk2/css2.1/t090501-c414-flt-ln-03-d-expected.png: Added.
3334 * platform/qt-wk2/css2.1/t090501-c5525-flt-l-00-b-g-expected.png: Added.
3335 * platform/qt-wk2/css2.1/t090501-c5525-flt-r-00-b-g-expected.png: Added.
3336 * platform/qt-wk2/css2.1/t1002-c5523-width-02-b-g-expected.png: Added.
3337 * platform/qt-wk2/css2.1/t100801-c544-valgn-00-a-ag-expected.png: Added.
3338 * platform/qt-wk2/css2.1/t100801-c544-valgn-02-d-agi-expected.png: Added.
3339 * platform/qt-wk2/css2.1/t100801-c544-valgn-03-d-agi-expected.png: Added.
3340 * platform/qt-wk2/css2.1/t100801-c544-valgn-04-d-agi-expected.png: Added.
3341 * platform/qt-wk2/css2.1/t1202-counter-08-b-expected.png: Added.
3342 * platform/qt-wk2/css2.1/t1202-counters-08-b-expected.png: Added.
3343 * platform/qt-wk2/css2.1/t1601-c547-indent-01-d-expected.png: Added.
3344 * platform/qt-wk2/css2.1/t1602-c546-txt-align-00-b-expected.png: Added.
3345 * platform/qt-wk2/css3/css3-modsel-33-expected.png: Added.
3346 * platform/qt-wk2/css3/css3-modsel-35-expected.png: Added.
3347 * platform/qt-wk2/fast/backgrounds/size/backgroundSize15-expected.png: Added.
3348 * platform/qt-wk2/fast/backgrounds/size/backgroundSize16-expected.png: Added.
3349 * platform/qt-wk2/fast/block/basic/014-expected.png: Added.
3350 * platform/qt-wk2/fast/block/basic/016-expected.png: Added.
3351 * platform/qt-wk2/fast/block/basic/white-space-pre-wraps-expected.png: Added.
3352 * platform/qt-wk2/fast/block/float/003-expected.png: Added.
3353 * platform/qt-wk2/fast/block/float/020-expected.png: Added.
3354 * platform/qt-wk2/fast/block/float/021-expected.png: Added.
3355 * platform/qt-wk2/fast/block/float/avoidance-percent-width-strict-expected.png: Added.
3356 * platform/qt-wk2/fast/block/float/nopaint-after-layer-destruction2-expected.png: Added.
3357 * platform/qt-wk2/fast/block/float/width-update-after-clear-expected.png: Added.
3358 * platform/qt-wk2/fast/block/margin-collapse/empty-clear-blocks-expected.png: Added.
3359 * platform/qt-wk2/fast/block/positioning/auto-height-with-top-and-bottom-expected.png: Added.
3360 * platform/qt-wk2/fast/block/positioning/auto/005-expected.png: Added.
3361 * platform/qt-wk2/fast/borders/block-mask-overlay-image-expected.png: Added.
3362 * platform/qt-wk2/fast/borders/border-fit-expected.png: Added.
3363 * platform/qt-wk2/fast/borders/border-image-scale-transform-expected.png: Added.
3364 * platform/qt-wk2/fast/borders/border-radius-inline-flow-expected.png: Added.
3365 * platform/qt-wk2/fast/borders/rtl-border-01-expected.png: Added.
3366 * platform/qt-wk2/fast/borders/rtl-border-02-expected.png: Added.
3367 * platform/qt-wk2/fast/borders/rtl-border-03-expected.png: Added.
3368 * platform/qt-wk2/fast/box-shadow/basic-shadows-expected.png: Added.
3369 * platform/qt-wk2/fast/canvas/arc360-expected.png: Added.
3370 * platform/qt-wk2/fast/canvas/canvas-before-css-expected.png: Added.
3371 * platform/qt-wk2/fast/canvas/canvas-text-alignment-expected.png: Added.
3372 * platform/qt-wk2/fast/canvas/canvas-zoom-expected.png: Added.
3373 * platform/qt-wk2/fast/canvas/canvasDrawingIntoSelf-expected.png: Added.
3374 * platform/qt-wk2/fast/canvas/drawImage-expected.png: Added.
3375 * platform/qt-wk2/fast/canvas/drawImage-with-globalAlpha-expected.png: Added.
3376 * platform/qt-wk2/fast/canvas/fillrect-gradient-zero-stops-expected.png: Added.
3377 * platform/qt-wk2/fast/canvas/fillrect_gradient-expected.png: Added.
3378 * platform/qt-wk2/fast/canvas/image-object-in-canvas-expected.png: Added.
3379 * platform/qt-wk2/fast/canvas/patternfill-repeat-expected.png: Added.
3380 * platform/qt-wk2/fast/canvas/setWidthResetAfterForcedRender-expected.png: Added.
3381 * platform/qt-wk2/fast/canvas/shadow-offset-1-expected.png: Added.
3382 * platform/qt-wk2/fast/canvas/shadow-offset-2-expected.png: Added.
3383 * platform/qt-wk2/fast/canvas/shadow-offset-3-expected.png: Added.
3384 * platform/qt-wk2/fast/canvas/shadow-offset-4-expected.png: Added.
3385 * platform/qt-wk2/fast/canvas/shadow-offset-5-expected.png: Added.
3386 * platform/qt-wk2/fast/canvas/shadow-offset-6-expected.png: Added.
3387 * platform/qt-wk2/fast/canvas/shadow-offset-7-expected.png: Added.
3388 * platform/qt-wk2/fast/css-generated-content/012-expected.png: Added.
3389 * platform/qt-wk2/fast/css-generated-content/013-expected.png: Added.
3390 * platform/qt-wk2/fast/css-generated-content/after-duplicated-after-split-expected.png: Added.
3391 * platform/qt-wk2/fast/css-generated-content/after-order-expected.png: Added.
3392 * platform/qt-wk2/fast/css-generated-content/hover-style-change-expected.png: Added.
3393 * platform/qt-wk2/fast/css/004-expected.png: Added.
3394 * platform/qt-wk2/fast/css/005-expected.png: Added.
3395 * platform/qt-wk2/fast/css/MarqueeLayoutTest-expected.png: Added.
3396 * platform/qt-wk2/fast/css/ZeroOpacityLayers-expected.png: Added.
3397 * platform/qt-wk2/fast/css/ZeroOpacityLayers2-expected.png: Added.
3398 * platform/qt-wk2/fast/css/absolute-poition-in-rtl-parent-expected.png: Added.
3399 * platform/qt-wk2/fast/css/begin-end-contain-selector-empty-value-expected.png: Added.
3400 * platform/qt-wk2/fast/css/css1_forward_compatible_parsing-expected.png: Added.
3401 * platform/qt-wk2/fast/css/css3-modsel-22-expected.png: Added.
3402 * platform/qt-wk2/fast/css/css3-nth-child-expected.png: Added.
3403 * platform/qt-wk2/fast/css/first-letter-detach-expected.png: Added.
3404 * platform/qt-wk2/fast/css/first-letter-hover-expected.png: Added.
3405 * platform/qt-wk2/fast/css/font-face-implicit-local-font-expected.png: Added.
3406 * platform/qt-wk2/fast/css/hsl-color-expected.png: Added.
3407 * platform/qt-wk2/fast/css/inline-properties-important-expected.png: Added.
3408 * platform/qt-wk2/fast/css/invalidation-errors-2-expected.png: Added.
3409 * platform/qt-wk2/fast/css/invalidation-errors-expected.png: Added.
3410 * platform/qt-wk2/fast/css/non-standard-checkbox-size-expected.png: Added.
3411 * platform/qt-wk2/fast/css/outline-auto-location-expected.png: Added.
3412 * platform/qt-wk2/fast/css/selector-set-attribute-expected.png: Added.
3413 * platform/qt-wk2/fast/css/text-align-expected.png: Added.
3414 * platform/qt-wk2/fast/css/textCapitalizeEdgeCases-expected.png: Added.
3415 * platform/qt-wk2/fast/css/zoom-font-size-expected.png: Added.
3416 * platform/qt-wk2/fast/dom/HTMLHeadElement/head-link-style-href-check-expected.png: Added.
3417 * platform/qt-wk2/fast/dom/HTMLTableElement/colSpan-expected.png: Added.
3418 * platform/qt-wk2/fast/dom/HTMLTableElement/createCaption-expected.png: Added.
3419 * platform/qt-wk2/fast/dom/children-nodes-expected.png: Added.
3420 * platform/qt-wk2/fast/dom/clone-node-dynamic-style-expected.png: Added.
3421 * platform/qt-wk2/fast/dom/css-rule-functions-expected.png: Added.
3422 * platform/qt-wk2/fast/dynamic/insert-before-table-part-in-continuation-expected.png: Added.
3423 * platform/qt-wk2/fast/dynamic/selection-highlight-adjust-expected.png: Added.
3424 * platform/qt-wk2/fast/dynamic/staticY-marking-parents-regression-expected.png: Added.
3425 * platform/qt-wk2/fast/forms/basic-selects-expected.png: Added.
3426 * platform/qt-wk2/fast/forms/basic-textareas-quirks-expected.png: Added.
3427 * platform/qt-wk2/fast/forms/input-placeholder-text-indent-expected.png: Added.
3428 * platform/qt-wk2/fast/forms/minWidthPercent-expected.png: Added.
3429 * platform/qt-wk2/fast/frames/frame-scrolling-attribute-expected.png: Added.
3430 * platform/qt-wk2/fast/gradients/radial-centered-expected.png: Added.
3431 * platform/qt-wk2/fast/html/details-writing-mode-expected.png: Added.
3432 * platform/qt-wk2/fast/inline/continuation-outlines-expected.png: Added.
3433 * platform/qt-wk2/fast/inline/continuation-outlines-with-layers-expected.png: Added.
3434 * platform/qt-wk2/fast/lists/001-vertical-expected.png: Added.
3435 * platform/qt-wk2/fast/lists/007-vertical-expected.png: Added.
3436 * platform/qt-wk2/fast/lists/008-vertical-expected.png: Added.
3437 * platform/qt-wk2/fast/media/mq-relative-constraints-08-expected.png: Added.
3438 * platform/qt-wk2/fast/multicol/client-rects-expected.png: Added.
3439 * platform/qt-wk2/fast/multicol/column-break-with-balancing-expected.png: Added.
3440 * platform/qt-wk2/fast/multicol/float-multicol-expected.png: Added.
3441 * platform/qt-wk2/fast/multicol/float-paginate-complex-expected.png: Added.
3442 * platform/qt-wk2/fast/multicol/float-paginate-expected.png: Added.
3443 * platform/qt-wk2/fast/multicol/layers-split-across-columns-expected.png: Added.
3444 * platform/qt-wk2/fast/multicol/margin-collapse-expected.png: Added.
3445 * platform/qt-wk2/fast/multicol/max-height-columns-block-expected.png: Added.
3446 * platform/qt-wk2/fast/multicol/nested-columns-expected.png: Added.
3447 * platform/qt-wk2/fast/multicol/paginate-block-replaced-expected.png: Added.
3448 * platform/qt-wk2/fast/multicol/positioned-with-constrained-height-expected.png: Added.
3449 * platform/qt-wk2/fast/multicol/scrolling-overflow-expected.png: Added.
3450 * platform/qt-wk2/fast/multicol/span/anonymous-before-child-parent-crash-expected.png: Added.
3451 * platform/qt-wk2/fast/multicol/span/anonymous-style-inheritance-expected.png: Added.
3452 * platform/qt-wk2/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png: Added.
3453 * platform/qt-wk2/fast/multicol/span/span-as-immediate-child-generated-content-expected.png: Added.
3454 * platform/qt-wk2/fast/multicol/span/span-as-immediate-child-property-removal-expected.png: Added.
3455 * platform/qt-wk2/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png: Added.
3456 * platform/qt-wk2/fast/multicol/span/span-as-immediate-columns-child-expected.png: Added.
3457 * platform/qt-wk2/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png: Added.
3458 * platform/qt-wk2/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png: Added.
3459 * platform/qt-wk2/fast/multicol/span/span-as-nested-columns-child-expected.png: Added.
3460 * platform/qt-wk2/fast/multicol/span/span-margin-collapsing-expected.png: Added.
3461 * platform/qt-wk2/fast/multicol/table-margin-collapse-expected.png: Added.
3462 * platform/qt-wk2/fast/multicol/table-vertical-align-expected.png: Added.
3463 * platform/qt-wk2/fast/multicol/unsplittable-inline-block-expected.png: Added.
3464 * platform/qt-wk2/fast/multicol/vertical-lr/column-break-with-balancing-expected.png: Added.
3465 * platform/qt-wk2/fast/multicol/vertical-lr/column-rules-expected.png: Added.
3466 * platform/qt-wk2/fast/multicol/vertical-lr/float-avoidance-expected.png: Added.
3467 * platform/qt-wk2/fast/multicol/vertical-lr/float-multicol-expected.png: Added.
3468 * platform/qt-wk2/fast/multicol/vertical-lr/float-paginate-complex-expected.png: Added.
3469 * platform/qt-wk2/fast/multicol/vertical-lr/float-paginate-expected.png: Added.
3470 * platform/qt-wk2/fast/multicol/vertical-lr/nested-columns-expected.png: Added.
3471 * platform/qt-wk2/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png: Added.
3472 * platform/qt-wk2/fast/multicol/vertical-rl/column-break-with-balancing-expected.png: Added.
3473 * platform/qt-wk2/fast/multicol/vertical-rl/column-rules-expected.png: Added.
3474 * platform/qt-wk2/fast/multicol/vertical-rl/float-avoidance-expected.png: Added.
3475 * platform/qt-wk2/fast/multicol/vertical-rl/float-multicol-expected.png: Added.
3476 * platform/qt-wk2/fast/multicol/vertical-rl/float-paginate-complex-expected.png: Added.
3477 * platform/qt-wk2/fast/multicol/vertical-rl/float-paginate-expected.png: Added.
3478 * platform/qt-wk2/fast/multicol/vertical-rl/nested-columns-expected.png: Added.
3479 * platform/qt-wk2/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png: Added.
3480 * platform/qt-wk2/fast/overflow/line-clamp-expected.png: Added.
3481 * platform/qt-wk2/fast/overflow/overflow-rtl-vertical-expected.png: Added.
3482 * platform/qt-wk2/fast/overflow/table-overflow-float-expected.png: Added.
3483 * platform/qt-wk2/fast/reflections/opacity-reflection-transform-expected.png: Added.
3484 * platform/qt-wk2/fast/repaint/bugzilla-6278-expected.png: Added.
3485 * platform/qt-wk2/fast/repaint/line-flow-with-floats-1-expected.png: Added.
3486 * platform/qt-wk2/fast/repaint/line-flow-with-floats-10-expected.png: Added.
3487 * platform/qt-wk2/fast/repaint/line-flow-with-floats-2-expected.png: Added.
3488 * platform/qt-wk2/fast/repaint/line-flow-with-floats-3-expected.png: Added.
3489 * platform/qt-wk2/fast/repaint/line-flow-with-floats-4-expected.png: Added.
3490 * platform/qt-wk2/fast/repaint/line-flow-with-floats-5-expected.png: Added.
3491 * platform/qt-wk2/fast/repaint/line-flow-with-floats-6-expected.png: Added.
3492 * platform/qt-wk2/fast/repaint/line-flow-with-floats-7-expected.png: Added.
3493 * platform/qt-wk2/fast/repaint/line-flow-with-floats-8-expected.png: Added.
3494 * platform/qt-wk2/fast/repaint/line-flow-with-floats-9-expected.png: Added.
3495 * platform/qt-wk2/fast/repaint/multicol-repaint-expected.png: Added.
3496 * platform/qt-wk2/fast/repaint/outline-repaint-glitch-expected.png: Added.
3497 * platform/qt-wk2/fast/repaint/selected-replaced-expected.png: Added.
3498 * platform/qt-wk2/fast/repaint/selection-gap-overflow-scroll-2-expected.png: Added.
3499 * platform/qt-wk2/fast/repaint/stacked-diacritics-expected.png: Added.
3500 * platform/qt-wk2/fast/repaint/text-append-dirty-lines-expected.png: Added.
3501 * platform/qt-wk2/fast/replaced/001-expected.png: Added.
3502 * platform/qt-wk2/fast/replaced/002-expected.png: Added.
3503 * platform/qt-wk2/fast/replaced/003-expected.png: Added.
3504 * platform/qt-wk2/fast/replaced/005-expected.png: Added.
3505 * platform/qt-wk2/fast/replaced/absolute-image-sizing-expected.png: Added.
3507 2011-09-19 Ilya Tikhonovsky <loislo@chromium.org>
3509 Web Inspector: extend UI perf tests coverage. Elements Panel.
3510 https://bugs.webkit.org/show_bug.cgi?id=68263
3512 Reviewed by Pavel Feldman.
3514 * inspector/performance/resources/show-panel-elements.html: Added.
3516 2011-09-19 Ilya Tikhonovsky <loislo@chromium.org>
3518 Web Inspector: didMarkDOMContentEvent() should send event of MarkDOMContent type.
3519 https://bugs.webkit.org/show_bug.cgi?id=67528
3521 Reviewed by Pavel Feldman.
3523 * inspector/timeline/timeline-animation-frame.html:
3524 * inspector/timeline/timeline-dom-content-loaded-event-expected.txt: Added.
3525 * inspector/timeline/timeline-dom-content-loaded-event.html: Added.
3526 * inspector/timeline/timeline-load-event-expected.txt: Added.
3527 * inspector/timeline/timeline-load-event.html: Added.
3528 * inspector/timeline/timeline-test.js:
3529 (initialize_Timeline.InspectorTest.waitForRecordType.addRecord):
3530 (initialize_Timeline.InspectorTest.waitForRecordType):
3532 2011-09-19 Csaba Osztrogonác <ossy@webkit.org>
3534 [Qt] Unreviewed gardening.
3536 * platform/qt-arm/fast/dom/Window/window-property-descriptors-expected.txt: Updated.
3537 * platform/qt-mac/Skipped: Skip new failing tests to paint the bot green.
3539 2011-09-19 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
3541 [Qt] [ARMv5] fast/events/media-element-focus-tab.html fast/spatial-navigation/snav-media-elements.html fail
3542 https://bugs.webkit.org/show_bug.cgi?id=68341
3544 * platform/qt-arm/Skipped: Skip the failing tests
3546 2011-09-18 Ilya Tikhonovsky <loislo@chromium.org>
3548 Web Inspector: requestAnimationFrame callbacks don't show up in the timeline panel.
3549 https://bugs.webkit.org/show_bug.cgi?id=67986
3551 Reviewed by Pavel Feldman.
3553 * inspector/timeline/timeline-animation-frame-expected.txt: Added.
3554 * inspector/timeline/timeline-animation-frame.html: Added.
3555 * inspector/timeline/timeline-enum-stability-expected.txt:
3556 * platform/chromium/inspector/timeline/timeline-enum-stability-expected.txt:
3557 * platform/qt/Skipped: inspector/timeline/timeline-animation-frame.html was added to the skip list.
3558 * inspector/timeline/timeline-test.js:
3560 2011-09-18 James Kozianski <koz@chromium.org>
3562 Rebaseline navigator test for chromium-win-vista.
3563 https://bugs.webkit.org/show_bug.cgi?id=68334
3565 Unreviewed. Rebaseline for navigator-detached-no-crash.
3567 * platform/chromium-win-vista/fast/dom/navigator-detached-no-crash-expected.txt: Added.
3569 2011-09-18 Dan Bernstein <mitz@apple.com>
3571 <rdar://problem/7860281> Decomposed text is displayed incorrectly when Verdana is specified
3572 https://bugs.webkit.org/show_bug.cgi?id=68287
3574 Reviewed by Dave Hyatt.
3576 * platform/mac/fast/text/combining-character-sequence-fallback.html: Added.
3577 * platform/mac/platform/mac/fast/text/combining-character-sequence-fallback-expected.png: Added.
3578 * platform/mac/platform/mac/fast/text/combining-character-sequence-fallback-expected.txt: Added.
3580 2011-09-18 Dan Bernstein <mitz@apple.com>
3582 Updated expected results for two tests after r95362.
3584 * platform/mac/fast/dom/Window/window-properties-expected.txt:
3585 * platform/mac/fast/dom/Window/window-property-descriptors-expected.txt:
3587 2011-09-17 David Hyatt <hyatt@apple.com>
3589 https://bugs.webkit.org/show_bug.cgi?id=68307
3591 Crash in border image cssText. Make sure to null check all the components, since they're all
3594 Reviewed by Sam Weinig.
3596 * fast/borders/border-image-slice-omission.html: Added.
3598 2011-09-17 Csaba Osztrogonác <ossy@webkit.org>
3600 [Qt][WK2] fast/events/media-element-focus-tab.html fails
3601 https://bugs.webkit.org/show_bug.cgi?id=68315
3603 * platform/qt-wk2/Skipped: Skip fast/events/media-element-focus-tab.html until fix.
3605 2011-09-17 Deepak Sherveghar <bpwv64@motorola.com>
3607 Override supportsFocus() for HTMLMediaElement.
3608 https://bugs.webkit.org/show_bug.cgi?id=67190
3610 Reviewed by Antonio Gomes.
3612 For media elements be able to receive focus without tabindex if
3613 control attribute is present, hence changed
3614 tabindex-focus-blur-all.js and tabindex-focus-blur-all-expected.txt.
3616 * fast/events/media-element-focus-tab-expected.txt: Added.
3617 * fast/events/media-element-focus-tab.html: Added.
3618 * fast/events/resources/tabindex-focus-blur-all.js:
3620 * fast/events/tabindex-focus-blur-all-expected.txt:
3621 * fast/spatial-navigation/snav-media-elements-expected.txt: Added.
3622 * fast/spatial-navigation/snav-media-elements.html: Added.
3624 2011-09-17 Csaba Osztrogonác <ossy@webkit.org>
3626 [Qt] Unreviewed gardening.
3628 * platform/qt-4.8/editing/deleting/merge-whitespace-pre-expected.txt: Update after r95335.
3630 2011-09-17 Csaba Osztrogonác <ossy@webkit.org>
3632 [Qt][WK2] Unreviewed gardening after r95337.
3634 * platform/qt-wk2/Skipped: Skip one more test.
3636 2011-09-17 Csaba Osztrogonác <ossy@webkit.org>
3638 [Qt][WK2] fast/forms/submit-to-blank-multiple-times.html fails
3639 https://bugs.webkit.org/show_bug.cgi?id=68309
3641 * platform/qt-wk2/Skipped: Skip fast/forms/submit-to-blank-multiple-times.html.
3643 2011-09-17 Csaba Osztrogonác <ossy@webkit.org>
3645 [Qt][WK2] Unreviewed gardening after r95335.
3647 * platform/qt-wk2/Skipped: Skip new failing tests.
3649 2011-09-17 Csaba Osztrogonác <ossy@webkit.org>
3651 [Qt] Unreviewed gardening.
3653 * platform/qt/Skipped: Skip plugins/fullscreen-plugins-dont-reload.html, because ENABLE(FULLSCREEN_API) is disabled on Qt.
3654 * platform/qt/fast/dom/Window/window-properties-expected.png: Updated after r95362.
3655 * platform/qt/fast/dom/Window/window-properties-expected.txt: Updated after r95362.
3656 * platform/qt/fast/dom/Window/window-property-descriptors-expected.png: Updated after r95362.
3657 * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: Updated after r95362.
3659 2011-09-16 Jeremy Apthorp <jeremya@chromium.org> and James Kozianski <koz@chromium.org>
3661 Don't detach elements from the render tree when entering fullscreen mode
3662 https://bugs.webkit.org/show_bug.cgi?id=66531
3664 Test that the plugin is not reloaded when entering fullscreen.
3666 Reviewed by James Robinson.
3668 * plugins/fullscreen-plugins-dont-reload-expected.txt: Added.
3669 * plugins/fullscreen-plugins-dont-reload.html: Added.
3671 2011-09-16 Jochen Eisinger <jochen@chromium.org>
3673 Add tests for FrameLoaderClient::allowImage.
3674 https://bugs.webkit.org/show_bug.cgi?id=68071
3676 Reviewed by Adam Barth.
3678 * http/tests/permissionclient/resources/bostin.gif:
3679 * http/tests/permissionclient/resources/redir.php:
3680 * platform/chromium/permissionclient/image-permissions-expected.txt:
3681 * platform/chromium/permissionclient/image-permissions.html:
3682 * platform/http/tests/permissionclient/image-permissions-expected.txt:
3683 * platform/http/tests/permissionclient/image-permissions.html:
3685 2011-09-16 Tom Sepez <tsepez@chromium.org>
3687 Make XSSAuditor truncate inline snippets at a reasonable length before comparison
3688 respecting boundaries of multiply urlencoded sequences.
3689 https://bugs.webkit.org/show_bug.cgi?id=68092
3691 Reviewed by Adam Barth.
3693 * http/tests/security/xssAuditor/property-escape-long-expected.txt: Added.
3694 * http/tests/security/xssAuditor/property-escape-long.html: Added.
3696 2011-09-16 Dmitry Lomov <dslomov@google.com>
3698 https://bugs.webkit.org/show_bug.cgi?id=66714
3699 Add webkitPostMessage to allow for adding transferable support.
3700 This adds webkitPostMessage, currently identical to postMessage, which
3701 would later be a vehicle for adding transferable support for messaging.
3702 The tests ensure that webkitPostMessage and postMessage behave identically.
3704 Based on patch by Luke Zarko.
3706 Reviewed by David Levin.
3708 * fast/dom/Window/window-postmessage-args-expected.txt:
3709 * fast/dom/Window/window-postmessage-args.html:
3710 * fast/dom/Window/window-property-descriptors-expected.txt:
3711 * fast/events/message-port-expected.txt:
3712 * fast/events/message-port.html:
3713 * fast/workers/resources/worker-call.js:
3714 * fast/workers/worker-call-expected.txt:
3715 * platform/chromium/fast/dom/Window/window-postmessage-args-expected.txt:
3717 2011-09-16 Alexei Svitkine <asvitkine@chromium.org>
3719 Chromium: Fix repaint of rubber-band overhang area under composited path
3720 https://bugs.webkit.org/show_bug.cgi?id=68246
3722 I accidently removed these two lines from the last patch on: https://bugs.webkit.org/show_bug.cgi?id=66969
3724 Reviewed by James Robinson.
3726 Test: platform/chromium-gpu/compositing/rubberbanding/transform-overhang-size-change.html
3728 * platform/chromium-gpu/compositing/rubberbanding/transform-overhang-size-change-expected.png: Added.
3729 * platform/chromium-gpu/compositing/rubberbanding/transform-overhang-size-change-expected.txt: Added.
3730 * platform/chromium-gpu/compositing/rubberbanding/transform-overhang-size-change.html: Added.
3732 2011-09-16 Tony Chang <tony@chromium.org>
3734 Rename flex-align values to match the spec
3735 https://bugs.webkit.org/show_bug.cgi?id=67741
3737 Reviewed by Ojan Vafai.
3739 * css3/flexbox/css-properties-expected.txt:
3740 * css3/flexbox/script-tests/css-properties.js:
3742 2011-09-16 Ryosuke Niwa <rniwa@webkit.org>
3744 Chromium pixel test rebaseline for r95335.
3746 * platform/chromium-cg-mac-leopard/editing/deleting/merge-whitespace-pre-expected.png: Added.
3747 * platform/chromium-linux/editing/deleting/merge-whitespace-pre-expected.png:
3748 * platform/chromium-mac/editing/deleting/merge-whitespace-pre-expected.png:
3749 * platform/chromium-win-vista/editing: Removed.
3750 * platform/chromium-win/editing/deleting/merge-whitespace-pre-expected.png:
3751 * platform/chromium/test_expectations.txt:
3753 2011-09-16 Kentaro Hara <haraken@chromium.org>
3755 Implement an ErrorEvent constructor for JSC
3756 https://bugs.webkit.org/show_bug.cgi?id=68148
3758 Reviewed by Sam Weinig.
3760 error-event-constructor.html checks the behavior of the ErrorEvent constructor.
3762 * fast/dom/constructed-objects-prototypes-expected.txt: Now window has ErrorEvent.
3763 * fast/events/constructors/error-event-constructor-expected.txt: Added.
3764 * fast/events/constructors/error-event-constructor.html: Added.
3765 * platform/chromium/test_expectations.txt: Skipped error-event-constructor.html, since V8 does not yet have the ErrorEvent constructor.
3767 2011-09-16 Adam Barth <abarth@webkit.org>
3769 CORS images viewed from different domains fail security checks
3770 https://bugs.webkit.org/show_bug.cgi?id=68011
3772 Reviewed by Darin Adler.
3774 I am unable to reproduce the bug, but the test I wrote in the process
3775 might be worth having anyway.
3777 * http/tests/security/canvas-cors-with-two-hosts-expected.txt: Added.
3778 * http/tests/security/canvas-cors-with-two-hosts.html: Added.
3779 * http/tests/security/resources/canvas-cors-subtest.html: Added.
3781 2011-09-16 Kentaro Hara <haraken@google.com>
3783 Overhangs a ruby by no more than half the width of the neighboring text.
3784 https://bugs.webkit.org/show_bug.cgi?id=62684
3786 Reviewed by Dan Bernstein.
3788 Assume two rubies between which a narrow text exists, like
3789 "<ruby>x<rt>xxxxxx</rt></ruby>l<ruby>y<rt>yyyyyy</rt></ruby>".
3790 In order to avoid the two rubies overlapping with each other,
3791 this patch overhangs the ruby by no more than half the ruby font
3792 size and no more than half the width of the neighboring text.
3794 * fast/ruby/overhang-horizontal-no-overlap1-expected.png: Added.
3795 * fast/ruby/overhang-horizontal-no-overlap1-expected.txt: Added.
3796 * fast/ruby/overhang-horizontal-no-overlap1.html: Added. Tests if two rubies do not overlap with each other when a narrow text exists between the two rubies. Split into two test files in order to fit each test result within one page.
3797 * fast/ruby/overhang-horizontal-no-overlap2-expected.png: Added.
3798 * fast/ruby/overhang-horizontal-no-overlap2-expected.txt: Added.
3799 * fast/ruby/overhang-horizontal-no-overlap2.html: Added. Tests if two rubies do not overlap with each other when a narrow text exists between the two rubies. Split into two test files in order to fit each test result within one page.
3800 * fast/ruby/overhang-vertical-no-overlap1-expected.png: Added.
3801 * fast/ruby/overhang-vertical-no-overlap1-expected.txt: Added.
3802 * fast/ruby/overhang-vertical-no-overlap1.html: Added. Tests if two rubies do not overlap with each other when a narrow text exists between the two rubies. Split into two test files in order to fit each test result within one page.
3803 * fast/ruby/overhang-vertical-no-overlap2-expected.png: Added.
3804 * fast/ruby/overhang-vertical-no-overlap2-expected.txt: Added.
3805 * fast/ruby/overhang-vertical-no-overlap2.html: Added. Tests if two rubies do not overlap with each other when a narrow text exists between the two rubies. Split into two test files in order to fit each test result within one page.
3806 * platform/chromium-linux/fast/ruby/overhang-vertical-expected.png: Removed.
3807 * platform/chromium-win/fast/ruby/overhang-horizontal-expected.png: Removed.
3808 * platform/chromium/test_expectations.txt: Skips overhang-horizontal.html. We will update the result image as a rebase line.
3810 2011-09-16 Ben Wells <benwells@chromium.org>
3812 Large canvas fills should not crash or create unnecessarily large image buffers
3813 https://bugs.webkit.org/show_bug.cgi?id=67988
3815 Reviewed by Darin Adler.
3817 * fast/canvas/canvas-large-fills-expected.txt: Added.
3818 * fast/canvas/canvas-large-fills.html: Added.
3820 2011-09-16 Ryosuke Niwa <rniwa@webkit.org>
3822 Fix the rebaseline in r95325 and also rebaseline for r95335.
3824 * inspector/styles/styles-update-from-js-expected.txt:
3825 * platform/chromium/test_expectations.txt
3826 * platform/chromium-win/editing/deleting/merge-whitespace-pre-expected.txt:
3827 * platform/qt/editing/deleting/merge-whitespace-pre-expected.txt:
3829 2011-09-16 Gavin Barraclough <barraclough@apple.com>
3831 Unsigned bit shift fails under certain conditions in 32 bit builds
3832 https://bugs.webkit.org/show_bug.cgi?id=68166
3834 Reviewed by Geoff Garen.
3838 * fast/js/floating-point-truncate-rshift-expected.txt:
3839 * fast/js/floating-point-truncate-rshift.html:
3841 2011-09-16 Ryosuke Niwa <rniwa@webkit.org>
3843 Add the forgotten test, also suppress a test in Chromium as it needs a rebaseline.
3845 * platform/chromium/test_expectations.txt:
3846 * editing/deleting/merge-paragraph-into-blockquote-expected.txt: Added.
3847 * editing/deleting/merge-paragraph-into-blockquote.html: Added.
3849 2011-09-14 Ryosuke Niwa <rniwa@webkit.org>
3851 Deleting line break before h1 converts h1 to span
3852 https://bugs.webkit.org/show_bug.cgi?id=45784
3854 Reviewed by Kenneth Rohde Christiansen.
3856 Added a bunch of tests to ensure WebKit does not keep block elements' style when merging paragraphs.
3857 When removing line breaks between <h1>hello</h1>world and hello<pre>world</pre> for example,
3858 we should not be overriding and preserving styles from h1 in the merge paragraph respectively.
3860 * editing/deleting/merge-paragraph-from-address-expected.txt: Added.
3861 * editing/deleting/merge-paragraph-from-address.html: Added.
3862 * editing/deleting/merge-paragraph-from-h6-expected.txt: Added.
3863 * editing/deleting/merge-paragraph-from-h6-with-style-expected.txt: Added.
3864 * editing/deleting/merge-paragraph-from-h6-with-style.html: Added.
3865 * editing/deleting/merge-paragraph-from-h6.html: Added.
3866 * editing/deleting/merge-paragraph-from-listing-expected.txt: Added.
3867 * editing/deleting/merge-paragraph-from-listing.html: Added.
3868 * editing/deleting/merge-paragraph-into-h1-expected.txt: Added.
3869 * editing/deleting/merge-paragraph-into-h1-style-expected.txt: Added.
3870 * editing/deleting/merge-paragraph-into-h1-with-style-expected.txt: Added.
3871 * editing/deleting/merge-paragraph-into-h1-with-style.html: Added.
3872 * editing/deleting/merge-paragraph-into-h1.html: Added.
3873 * editing/deleting/merge-paragraph-into-pre-expected.txt: Added.
3874 * editing/deleting/merge-paragraph-into-pre.html: Added.
3875 * platform/mac/editing/deleting/merge-whitespace-pre-expected.png:
3876 * platform/mac/editing/deleting/merge-whitespace-pre-expected.txt:
3878 2011-09-16 David Levin <levin@chromium.org>
3880 [chromium] Rebaseline fix up due to r95239.
3882 Add back in a baseline that was removed in my last change.
3884 * platform/chromium-cg-mac-leopard/fast/clip/overflow-border-radius-combinations-expected.png: Added.
3885 * platform/chromium-cg-mac-leopard/fast/clip/overflow-border-radius-transformed-expected.png: Added.
3886 * platform/chromium/test_expectations.txt:
3888 2011-09-16 David Levin <levin@chromium.org>
3890 [chromium] Rebaseline fix up due to r95239.
3892 Expectation removal due to r95322 and r95325.
3894 * platform/chromium-cg-mac-leopard/fast/clip/overflow-border-radius-composited-expected.png: Added.
3895 * platform/chromium-cg-mac/fast/clip/overflow-border-radius-combinations-expected.png: Added.
3896 * platform/chromium-cg-mac/fast/clip/overflow-border-radius-composited-expected.png: Added.
3897 * platform/chromium-cg-mac/fast/clip/overflow-border-radius-transformed-expected.png: Added.
3898 * platform/chromium-cg-mac/fast/css/nested-rounded-corners-expected.png:
3899 * platform/chromium-linux/fast/clip/overflow-border-radius-combinations-expected.png: Added.
3900 * platform/chromium-linux/fast/clip/overflow-border-radius-composited-expected.png: Added.
3901 * platform/chromium-linux/fast/clip/overflow-border-radius-transformed-expected.png: Added.
3902 * platform/chromium-linux/fast/css/nested-rounded-corners-expected.png:
3903 * platform/chromium-mac/fast/clip/overflow-border-radius-combinations-expected.png: Added.
3904 * platform/chromium-mac/fast/clip/overflow-border-radius-composited-expected.png: Added.
3905 * platform/chromium-mac/fast/clip/overflow-border-radius-transformed-expected.png: Added.
3906 * platform/chromium-mac/fast/css/nested-rounded-corners-expected.png:
3907 * platform/chromium-win/fast/clip/overflow-border-radius-combinations-expected.png: Added.
3908 * platform/chromium-win/fast/clip/overflow-border-radius-combinations-expected.txt: Added.
3909 * platform/chromium-win/fast/clip/overflow-border-radius-composited-expected.png: Added.
3910 * platform/chromium-win/fast/clip/overflow-border-radius-composited-expected.txt: Added.
3911 * platform/chromium-win/fast/clip/overflow-border-radius-transformed-expected.png: Added.
3912 * platform/chromium-win/fast/clip/overflow-border-radius-transformed-expected.txt: Added.
3913 * platform/chromium-win/fast/css/nested-rounded-corners-expected.png:
3914 * platform/chromium/test_expectations.txt:
3916 2011-09-16 Geoffrey Garen <ggaren@apple.com>
3918 Removed undetectable style.filter.
3920 Reviewed by Sam Weinig.
3922 This feature was added in http://trac.webkit.org/changeset/15557 to
3923 support housingmaps.com. But housingmaps.com no longer needs this hack,
3924 we don't know of other websites that need it, and we don't know of
3925 any other browsers that have implemented this feature.
3927 * fast/dom/undetectable-style-filter-expected.txt: Removed.
3928 * fast/dom/undetectable-style-filter.html: Removed.
3930 2011-09-16 Sheriff Bot <webkit.review.bot@gmail.com>
3932 Unreviewed, rolling out r95317.
3933 http://trac.webkit.org/changeset/95317
3934 https://bugs.webkit.org/show_bug.cgi?id=68282
3936 Remove newly added overlapping test expectations. (Requested
3937 by dave_levin on #webkit).
3939 * platform/chromium/test_expectations.txt:
3941 2011-09-16 Ryosuke Niwa <rniwa@webkit.org>
3943 Rebaseline after r95242.
3945 * inspector/styles/styles-update-from-js-expected.txt:
3947 2011-09-16 Sam Weinig <sam@webkit.org>
3949 Replace use of access to nodeList using call, with array style notation.
3951 * editing/pasteboard/paste-noscript.html:
3953 2011-09-16 Mihai Parparita <mihaip@chromium.org>
3955 http/tests/history/back-with-fragment-change.php fails on non-Chromium bots
3956 https://bugs.webkit.org/show_bug.cgi?id=68242
3958 Skip test on ports on which it fails. Move comment to be inside
3959 <?php> block so that HTTP headers can be set on all platforms (there
3960 must not be any whitespace before the <?php> block).
3962 * http/tests/history/back-with-fragment-change.php:
3963 * platform/gtk/Skipped:
3964 * platform/mac/Skipped:
3965 * platform/qt/Skipped:
3967 2011-09-16 Cary Clark <caryclark@google.com>
3968 Unreviewed; new expectations (Skia on Mac)
3970 This separates test failures that are specific to CG Mac from failures
3971 for Skia on Mac (Leopard only).
3973 * LayoutTests/platform/chromium/test_expectations.txt:
3975 2011-09-16 James Simonsen <simonjam@chromium.org>
3977 Fix HTML5 parser's adoption agency algorithm to reparent correctly
3978 https://bugs.webkit.org/show_bug.cgi?id=68147
3980 Reviewed by Eric Seidel.
3982 * html5lib/resources/webkit02.dat:
3984 2011-09-16 Csaba Osztrogonác <ossy@webkit.org>
3986 [Qt] REGRESSION(r95091) It made many tests flakey
3987 https://bugs.webkit.org/show_bug.cgi?id=68232
3989 Unreviewed rolling out r95091 and followup patches.
3991 * inspector/timeline/timeline-animation-frame-expected.txt: Removed.
3992 * inspector/timeline/timeline-animation-frame.html: Removed.
3993 * inspector/timeline/timeline-enum-stability-expected.txt:
3994 * inspector/timeline/timeline-test.js:
3995 * platform/chromium/inspector/timeline/timeline-animation-frame-expected.txt: Removed.
3996 * platform/qt/Skipped:
3997 * platform/qt/test_expectations.txt:
3999 2011-09-16 Abhishek Arya <inferno@chromium.org>
4001 cachedFont not getting updated for inline SVG text.
4002 https://bugs.webkit.org/show_bug.cgi?id=68060
4004 Reviewed by Nikolas Zimmermann.
4006 * svg/text/text-style-recalc-crash-expected.txt: Added.
4007 * svg/text/text-style-recalc-crash.html: Added.
4009 2011-09-16 Csaba Osztrogonác <ossy@webkit.org>
4011 Unreviewed rolling out r95277.
4013 * platform/qt/Skipped:
4015 2011-09-16 Ilya Tikhonovsky <loislo@chromium.org>
4017 Web Inspector: UI performance tests are required.
4018 https://bugs.webkit.org/show_bug.cgi?id=68234
4020 The idea is to create a set of tests which cover frequently used UI actions
4021 and print the average time of these actions.
4022 There are two pilot tests. The common part was extracted into performance-test helper.
4024 Reviewed by Pavel Feldman.
4026 * inspector/performance/resources/network-append-30-requests.html: Added.
4027 * inspector/performance/resources/performance-test.js: Added.
4028 (initialize_TimeTracker.InspectorTest.runPerformanceTest.Timer):
4029 (initialize_TimeTracker.InspectorTest.runPerformanceTest.Timer.prototype.start):
4030 (initialize_TimeTracker.InspectorTest.runPerformanceTest.Timer.prototype.finish):
4031 (initialize_TimeTracker.InspectorTest.runPerformanceTest.Timer.prototype.done):
4032 (initialize_TimeTracker.InspectorTest.runPerformanceTest.Timer.prototype._runTest):
4033 * inspector/performance/resources/show-panel-network.html: Added.
4035 2011-09-16 Csaba Osztrogonác <ossy@webkit.org>
4037 [Qt] Unreviewed gardening. Skip a flakey test.
4039 * platform/qt/Skipped:
4041 2011-09-16 Csaba Osztrogonác <ossy@webkit.org>
4043 [Qt] Unreviewed gardening. Add Qt specific expexted results for new tests introduced in r95239.
4045 * platform/qt/fast/clip/overflow-border-radius-combinations-expected.png: Added.
4046 * platform/qt/fast/clip/overflow-border-radius-combinations-expected.txt: Added.
4047 * platform/qt/fast/clip/overflow-border-radius-composited-expected.png: Added.
4048 * platform/qt/fast/clip/overflow-border-radius-composited-expected.txt: Added.
4049 * platform/qt/fast/clip/overflow-border-radius-transformed-expected.png: Added.
4050 * platform/qt/fast/clip/overflow-border-radius-transformed-expected.txt: Added.
4052 2011-09-16 Ilya Tikhonovsky <loislo@chromium.org>
4054 Unreviewed test fix for r95287.
4056 * inspector/debugger/debugger-expand-scope.html:
4058 2011-09-16 Ilya Tikhonovsky <loislo@chromium.org>
4060 Web Inspector: change WebInspector.currentPanel getter/setter to functions.
4061 https://bugs.webkit.org/show_bug.cgi?id=68242
4063 This is necessary for the panel switching performance tests.
4065 Reviewed by Pavel Feldman.
4067 * http/tests/inspector/resource-tree/resource-tree-test.js:
4068 (initialize_ResourceTreeTest.InspectorTest.dumpResourcesTree):
4069 * inspector/debugger/debugger-expand-scope.html:
4070 * inspector/debugger/debugger-proto-property.html:
4071 * inspector/storage-panel-dom-storage.html:
4073 2011-09-16 Balazs Kelemen <kbalazs@webkit.org>
4075 [Qt][WK2] bot lucks mobility
4076 https://bugs.webkit.org/show_bug.cgi?id=68243
4078 Unreviwed test skipping.
4080 * platform/qt-wk2/Skipped:
4082 2011-09-15 Pavel Feldman <pfeldman@google.com>
4084 Web Inspector: rename Console.clearConsoleMessages to Console.clearMessages, brush up console domain doc.
4085 https://bugs.webkit.org/show_bug.cgi?id=68165
4087 Reviewed by Yury Semikhatsky.
4089 * inspector/protocol/console-agent-expected.txt:
4090 * inspector/protocol/console-agent.html:
4092 2011-09-16 Keishi Hattori <keishi@webkit.org>
4094 [chromium] Rebaselines due to r95203 and r95207.
4096 * platform/chromium-cg-mac-leopard/fast/box-shadow/no-blur-multiple-offsets-expected.png: Added.
4097 * platform/chromium-cg-mac-leopard/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
4098 * platform/chromium/test_expectations.txt:
4100 2011-09-16 Renata Hodovan <reni@webkit.org>
4102 [Qt] Update expecteds of failing tests after r95260 and r95242.
4104 Unreviewed gardening.
4106 * editing/style/non-inheritable-styles-expected.txt: after r95242.
4107 * fast/dom/constructed-objects-prototypes-expected.txt: after r95260.
4108 * inspector/styles/styles-new-API-expected.txt: after r95242.
4109 * inspector/styles/styles-source-lines-expected.txt: after r95242.
4111 2011-09-16 Renata Hodovan <reni@webkit.org>
4113 [Qt] One test failed after r95203
4114 https://bugs.webkit.org/show_bug.cgi?id=68233
4116 Unreviewed gardening.
4118 * platform/qt/Skipped: failed test is skipped.
4120 2011-09-16 Renata Hodovan <reni@webkit.org>
4122 [Qt] One test runs out of time after r95091
4123 https://bugs.webkit.org/show_bug.cgi?id=68232
4125 Unreviewed gardening.
4127 * platform/qt/Skipped:
4129 2011-09-16 Renata Hodovan <reni@webkit.org>
4131 [Qt] Two tests fail after r95201
4132 https://bugs.webkit.org/show_bug.cgi?id=68230
4134 Unreviewed gardening.
4136 * platform/qt/Skipped: