1 2011-09-21 Dmitry Lomov <dslomov@google.com>
3 Fixed bug number in test expectations.
5 * platform/chromium/test_expectations.txt:
7 2011-09-21 Vsevolod Vlasov <vsevik@chromium.org>
9 Web Inspector: clear resource agent resource cache upon resource agent's disable.
10 https://bugs.webkit.org/show_bug.cgi?id=67995
12 Reviewed by Pavel Feldman.
14 * http/tests/inspector/network/network-disabling-check-no-memory-leak-expected.txt: Added.
15 * http/tests/inspector/network/network-disabling-check-no-memory-leak.html: Added.
17 2011-09-21 David Hyatt <hyatt@apple.com>
19 https://bugs.webkit.org/show_bug.cgi?id=68543
21 Make sure that when regions change dimensions we recompute pagination slices.
23 Reviewed by Simon Fraser.
25 * fast/regions/text-region-split-after-resize-expected.txt: Added.
26 * fast/regions/text-region-split-after-resize.html: Added.
27 * fast/regions/webkit-flow-floats-inside-regions-bounds-expected.txt:
29 2011-09-20 Ryosuke Niwa <rniwa@webkit.org>
31 Span element gets produced using backspace/delete to merge header with paragraph
32 https://bugs.webkit.org/show_bug.cgi?id=68413
34 Reviewed by Darin Adler.
36 Add a test to remove the line break before a p element. WebKit should not preserve
37 the font color from the style rule but should preserve the font style from inline style declaration.
39 Also fix merge-paragraph-from-h6* to actually h6 instead of h1.
41 * editing/deleting/merge-paragraph-from-h6-expected.txt:
42 * editing/deleting/merge-paragraph-from-h6-with-style-expected.txt:
43 * editing/deleting/merge-paragraph-from-h6-with-style.html:
44 * editing/deleting/merge-paragraph-from-h6.html:
45 * editing/deleting/merge-paragraph-from-p-with-style-expected.txt: Added.
46 * editing/deleting/merge-paragraph-from-p-with-style.html: Added.
48 2011-09-21 Ojan Vafai <ojan@chromium.org>
50 [flexbox] rename classnames and methods in the tests to not assume horizontal
51 https://bugs.webkit.org/show_bug.cgi?id=68498
53 Reviewed by Tony Chang.
55 * css3/flexbox/001.html:
56 * css3/flexbox/002.html:
57 * css3/flexbox/003.html:
58 * css3/flexbox/004.html:
59 * css3/flexbox/resources/flexbox.js:
61 * css3/flexbox/writing-modes.html:
62 * platform/mac/Skipped:
64 2011-09-21 Mike Reed <reed@google.com>
66 need rebaseline for gradient speedup in skia
67 https://bugs.webkit.org/show_bug.cgi?id=68531
69 Reviewed by Stephen White.
71 * platform/chromium/test_expectations.txt:
73 2011-09-21 Philippe Normand <pnormand@igalia.com>
75 Unreviewed, move today's skipped flaky tests to test_expectations
76 as suggested by mrobinson.
78 * platform/gtk/Skipped:
79 * platform/gtk/test_expectations.txt:
81 2011-09-21 Alice Boxhall <aboxhall@chromium.org>
83 Report AXValueChanged when value changes in element with role=textbox.
84 https://bugs.webkit.org/show_bug.cgi?id=68201
86 Reviewed by Chris Fleizach.
88 * platform/mac/accessibility/textbox-role-reports-notifications-expected.txt: Added.
89 * platform/mac/accessibility/textbox-role-reports-notifications.html: Added.
91 2011-09-21 Anna Cavender <annacc@chromium.org>
93 New layout tests for the JS bindings related to <track>:
94 e.g. TextTrack, TextTrackCue, TextTrackCueList, MutableTextTrack.
95 https://bugs.webkit.org/show_bug.cgi?id=68194
97 Reviewed by Eric Carlson.
99 * media/track/track-mutable-expected.txt: Added.
100 * media/track/track-mutable.html: Added.
101 * media/track/track-text-track-cue-list-expected.txt: Added.
102 * media/track/track-text-track-cue-list.html: Added.
103 * media/track/track-text-track-expected.txt: Added.
104 * media/track/track-text-track.html: Added.
106 2011-09-21 Balazs Kelemen <kbalazs@webkit.org>
108 [Qt][WK2] plugins/mouse-click-iframe-to-plugin.html fails since enabled in r95626
109 https://bugs.webkit.org/show_bug.cgi?id=68539
111 Unreviewed gardening.
113 * platform/qt-wk2/Skipped: skip the test.
115 2011-09-21 Cary Clark <caryclark@google.com>
117 Unreviewed; new baselines (Skia on Mac)
119 This separates test failures that are specific to CG Mac from failures
120 for Skia on Mac. Most of these changes are specific to Leopard, but a
121 handful add new fail flavors for all Mac variations.
123 * LayoutTests/platform/chromium/test_expectations.txt:
125 2011-09-21 Philippe Normand <pnormand@igalia.com>
127 Unreviewed, GTK baselines for
128 cross-origin-xsl-redirect-BLOCKED.html which were removed by mistake.
130 * platform/gtk/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt: Added.
132 2011-09-21 Philippe Normand <pnormand@igalia.com>
134 Unreviewed, skip flaky media test on GTK.
136 * platform/gtk/Skipped: Skip media/media-blocked-by-beforeload.html
138 2011-09-21 Philippe Normand <pnormand@igalia.com>
140 Syntax error in media/audio-delete-while-step-button-clicked.html
141 https://bugs.webkit.org/show_bug.cgi?id=68507
143 Reviewed by Eric Carlson.
145 * media/audio-delete-while-step-button-clicked.html: Some curly
146 braces were missing in a try/catch statement.
148 2011-09-21 Chang Shu <cshu@webkit.org>
150 [Qt] Implement KeyDown function for WebKit2 EventSender.
151 https://bugs.webkit.org/show_bug.cgi?id=56485
155 Reviewed by Andreas Kling.
157 * platform/qt-wk2/Skipped:
159 2011-09-21 Ilya Tikhonovsky <loislo@chromium.org>
161 Web Inspector: UI performance test for Resource panel first open experience.
162 https://bugs.webkit.org/show_bug.cgi?id=68527
164 Reviewed by Pavel Feldman.
166 * inspector/performance/resources/first-open-resources.html: Added.
168 2011-09-21 Ilya Tikhonovsky <loislo@chromium.org>
170 Web Inspector: extend UI perf tests coverage. Elements panel opens first time.
171 https://bugs.webkit.org/show_bug.cgi?id=68432
173 Reviewed by Pavel Feldman.
175 * inspector/performance/resources/first-open-elements.html: Added.
176 * inspector/performance/resources/performance-test.js:
178 2011-09-21 Philippe Normand <pnormand@igalia.com>
180 Unreviewed, skip some more flaky SVG tests on GTK.
182 * platform/gtk/Skipped:
184 2011-09-21 Jochen Eisinger <jochen@chromium.org>
186 Unreviewed, fix baselines for cross-origin-xsl-redirect-BLOCKED
188 * http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
189 * platform/chromium-cg-mac/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
190 * platform/chromium-mac/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
191 * platform/chromium-win/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
192 * platform/gtk/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt: Removed
193 * platform/mac-wk2/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
194 * platform/qt-wk2/Skipped:
195 * platform/qt-wk2/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
196 * platform/qt/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.png: Removed
197 * platform/qt/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt: Removed
198 * platform/win-wk2/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
200 2011-09-21 Keishi Hattori <keishi@webkit.org>
202 [chromium] rebaseline caused by r95567
204 * platform/chromium-cg-mac-leopard/fast/clip/overflow-border-radius-fixed-position-expected.png: Added.
205 * platform/chromium-mac-leopard: Added.
206 * platform/chromium-mac-leopard/fast: Added.
207 * platform/chromium-mac-leopard/fast/clip: Added.
208 * platform/chromium-mac-leopard/fast/clip/overflow-border-radius-fixed-position-expected.png: Added.
210 2011-09-21 Keishi Hattori <keishi@webkit.org>
212 [chromium] rebaseline caused by r95599
214 * fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt: Added.
215 * platform/chromium-mac-leopard: Removed.
216 * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Added.
217 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Added.
218 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt: Added.
219 * platform/chromium/test_expectations.txt:
220 * platform/gtk/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt: Removed.
222 2011-09-21 Philippe Normand <pnormand@igalia.com>
224 Unreviewed, skip 2 GTK flaky tests.
226 * platform/gtk/Skipped: Skip
227 http/tests/websocket/tests/hixie76/error-detect.html and
228 svg/zoom/page/zoom-svg-through-object-with-auto-size.html
230 2011-09-21 Alexis Menard <alexis.menard@openbossa.org>
232 [Qt][WK2] Unskip some cookies related layout tests.
233 https://bugs.webkit.org/show_bug.cgi?id=68484
235 Reviewed by Csaba Osztrogonác.
237 Unskip some cookies related layout tests as they seems to work fine with
240 * platform/qt-wk2/Skipped:
242 2011-09-21 Gabor Rapcsanyi <rgabor@webkit.org>
244 [Qt][Mac] Unreviewed gardening after r95601.
246 * platform/qt-mac/Skipped: Paint the Qt-Mac bot green.
248 2011-09-21 Sheriff Bot <webkit.review.bot@gmail.com>
250 Unreviewed, rolling out r95608.
251 http://trac.webkit.org/changeset/95608
252 https://bugs.webkit.org/show_bug.cgi?id=68521
254 breaks GTK and Windows builds. Please check EWS next time.
255 (Requested by philn-tp on #webkit).
257 * fast/events/scale-and-scroll-body-expected.png: Removed.
258 * fast/events/scale-and-scroll-body-expected.txt: Removed.
259 * fast/events/scale-and-scroll-body.html: Removed.
260 * fast/events/scale-and-scroll-iframe-body-expected.png: Removed.
261 * fast/events/scale-and-scroll-iframe-body-expected.txt: Removed.
262 * fast/events/scale-and-scroll-iframe-body.html: Removed.
263 * fast/events/scale-and-scroll-iframe-window-expected.png: Removed.
264 * fast/events/scale-and-scroll-iframe-window-expected.txt: Removed.
265 * fast/events/scale-and-scroll-iframe-window.html: Removed.
266 * fast/events/scale-and-scroll-window-expected.png: Removed.
267 * fast/events/scale-and-scroll-window-expected.txt: Removed.
268 * fast/events/scale-and-scroll-window.html: Removed.
270 2011-09-21 Philippe Normand <pnormand@igalia.com>
272 Unreviewed, GTK baseslines for 2 new tests and skip a flaky svg test.
274 * platform/gtk/Skipped: Skip svg/W3C-SVG-1.1-SE/filters-image-05-f.svg
275 * platform/gtk/fast/clip/overflow-border-radius-fixed-position-expected.png: Added.
276 * platform/gtk/fast/clip/overflow-border-radius-fixed-position-expected.txt: Added.
277 * platform/gtk/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Added.
278 * platform/gtk/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt: Added.
280 2011-09-21 Gabor Rapcsanyi <rgabor@webkit.org>
282 [Qt][WK2] http/tests/security/cross-origin-xsl-redirect-BLOCKED.html fails
283 https://bugs.webkit.org/show_bug.cgi?id=68515
285 * platform/qt-wk2/Skipped: Skip http/tests/security/cross-origin-xsl-redirect-BLOCKED.html.
287 2011-09-20 Alpha Lam <hclam@chromium.org>
289 https://bugs.webkit.org/show_bug.cgi?id=68081
290 Add layout test for page scale and scrolling.
292 Reviewed by Simon Fraser.
294 Add tests to cover the following cases:
295 1. Scale and scroll window
296 2. Scale and scroll document.body
297 3. Scale and scroll iframe's contentWindow
298 4. Scale and scroll iframe's contentDocument.body
300 * fast/events/scale-and-scroll-body-expected.png: Added.
301 * fast/events/scale-and-scroll-body-expected.txt: Added.
302 * fast/events/scale-and-scroll-body.html: Added.
303 * fast/events/scale-and-scroll-iframe-body-expected.png: Added.
304 * fast/events/scale-and-scroll-iframe-body-expected.txt: Added.
305 * fast/events/scale-and-scroll-iframe-body.html: Added.
306 * fast/events/scale-and-scroll-iframe-window-expected.png: Added.
307 * fast/events/scale-and-scroll-iframe-window-expected.txt: Added.
308 * fast/events/scale-and-scroll-iframe-window.html: Added.
309 * fast/events/scale-and-scroll-window-expected.png: Added.
310 * fast/events/scale-and-scroll-window-expected.txt: Added.
311 * fast/events/scale-and-scroll-window.html: Added.
313 2011-09-21 Philippe Normand <pnormand@igalia.com>
315 Unreviewed, GTK rebaseline, skip some flaky worker tests and 2
318 * platform/gtk/Skipped:
319 * platform/gtk/editing/deleting/regional-indicators-expected.txt:
320 * platform/gtk/fast/text/justify-ideograph-complex-expected.txt:
322 2011-09-21 Philippe Normand <pnormand@igalia.com>
324 Unreviewed, GTK rebaseline and skip and a11y failing test.
326 * platform/gtk/Skipped: Skip accessibility/aria-hidden-updates-alldescendants.html
327 * platform/gtk/editing/deleting/merge-whitespace-pre-expected.txt:
328 Rebaseline after r95335.
329 * platform/gtk/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt: Added.
331 2011-09-21 Philippe Normand <pnormand@igalia.com>
333 Unreviewed, GTK rebaseline after r95566.
335 * platform/gtk/mathml/xHeight-expected.txt:
337 2011-09-21 MORITA Hajime <morrita@google.com>
339 Unreviewed Skipped list update for meter-element-repaint-on-update-value.html,
342 * platform/win/Skipped:
344 2011-09-20 Csaba Osztrogonác <ossy@webkit.org>
346 [Qt] Unreviewed gardening.
348 * platform/qt-mac/Skipped:
349 * platform/qt-wk2/Skipped:
350 * platform/qt/fast/clip/overflow-border-radius-fixed-position-expected.png: Added.
351 * platform/qt/fast/clip/overflow-border-radius-fixed-position-expected.txt: Added.
352 * platform/qt/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Added.
353 * platform/qt/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt: Added.
354 * platform/qt/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.png: Added.
355 * platform/qt/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt: Added.
357 2011-09-20 MORITA Hajime <morrita@google.com>
359 <meter> doesn't update rendering when its value is changed.
360 https://bugs.webkit.org/show_bug.cgi?id=67614
362 Reviewed by Dimitri Glazkov.
364 * fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Added.
365 * platform/chromium/test_expectations.txt:
366 * platform/mac/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt: Added.
367 * platform/mac/dom/HTMLMeterElement/meter-element-repaint-on-update-value.html: Added.
369 2011-09-20 Keishi Hattori <keishi@webkit.org>
371 [chromium] changed test expectations for zoom-svg-through-object-with-auto-size.html:wq
373 * platform/chromium/test_expectations.txt:
375 2011-09-20 Keishi Hattori <keishi@webkit.org>
377 [chromium] rebaseline caused by r95567
379 * platform/chromium-cg-mac/fast/clip/overflow-border-radius-fixed-position-expected.png: Added.
380 * platform/chromium-linux-x86/fast/clip: Removed.
381 * platform/chromium-linux/fast/clip/overflow-border-radius-fixed-position-expected.png: Added.
382 * platform/chromium-mac/fast/clip/overflow-border-radius-fixed-position-expected.png: Added.
383 * platform/chromium-win/fast/clip/overflow-border-radius-fixed-position-expected.png: Added.
384 * platform/chromium-win/fast/clip/overflow-border-radius-fixed-position-expected.txt: Added.
386 2011-09-20 John Gregg <johnnyg@google.com>
388 Directory Upload: parent path can truncate first char of the correct path
389 https://bugs.webkit.org/show_bug.cgi?id=66695
391 Add a test case for when the parent path is '/'.
393 Reviewed by Darin Fisher.
395 * fast/forms/input-file-directory-upload.html:
397 2011-09-20 Jochen Eisinger <jochen@chromium.org>
399 Invoke CachedResourceLoader::canRequest for all URLs in a redirect chain
400 https://bugs.webkit.org/show_bug.cgi?id=68279
402 Reviewed by Adam Barth.
404 * http/tests/security/resources/cross-origin-xsl-redirect.xml:
405 * http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
406 * http/tests/security/cross-origin-xsl-redirect-BLOCKED.html:
407 * platform/chromium/http/tests/permissionclient/image-permissions-expected.txt:
408 * platform/chromium/http/tests/permissionclient/image-permissions.html:
410 2011-09-18 Ojan Vafai <ojan@chromium.org>
412 change RenderFlexibleBox to act on logical coordinates
413 https://bugs.webkit.org/show_bug.cgi?id=68129
415 Reviewed by David Hyatt.
417 * css3/flexbox/resources/flexbox.js:
418 * css3/flexbox/writing-modes-expected.txt: Added.
419 * css3/flexbox/writing-modes.html: Added.
421 2011-09-20 Ryosuke Niwa <rniwa@webkit.org>
423 Hit testing on margins of body and head elements doesn't recur
424 https://bugs.webkit.org/show_bug.cgi?id=40753
426 Reviewed by Darin Adler.
428 Add tests to click on margins of head and body elements. WebKit should not
429 (attempt to) place the caret after or before head and body elements.
431 * editing/selection/click-on-body-margin-expected.txt: Added.
432 * editing/selection/click-on-body-margin.html: Added.
433 * editing/selection/click-on-head-margin-expected.txt: Added.
434 * editing/selection/click-on-head-margin.html: Added.
436 2011-09-20 Alan Stearns <stearns@adobe.com>
438 [CSSRegions] Need test case for 66198 (sliced line box rendering)
439 https://bugs.webkit.org/show_bug.cgi?id=68257
441 Reviewed by David Hyatt.
443 * fast/regions/resources/helper.js:
444 (assertTopLeftMatch):
446 * fast/regions/no-split-line-box-expected.txt: Added.
447 * fast/regions/no-split-line-box.html: Added.
449 2011-09-20 David Hyatt <hyatt@apple.com>
451 https://bugs.webkit.org/show_bug.cgi?id=68314
453 Added some more clipping tests for overflow to make sure the right things happen
454 when border-radius is specified.
456 Reviewed by Simon Fraser and Darin Adler.
458 * fast/clip/overflow-border-radius-fixed-position.html: Added.
459 * platform/mac/fast/clip/overflow-border-radius-fixed-position-expected.png: Added.
460 * platform/mac/fast/clip/overflow-border-radius-fixed-position-expected.txt: Added.
462 2011-09-20 Dan Bernstein <mitz@apple.com>
464 MathML renderers do not override RenderObject::renderName()
465 https://bugs.webkit.org/show_bug.cgi?id=68461
467 Reviewed by Darin Adler.
469 * platform/mac/mathml/presentation/attributes-expected.txt:
470 * platform/mac/mathml/presentation/fenced-expected.txt:
471 * platform/mac/mathml/presentation/fenced-mi-expected.txt:
472 * platform/mac/mathml/presentation/fractions-expected.txt:
473 * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.txt:
474 * platform/mac/mathml/presentation/mo-expected.txt:
475 * platform/mac/mathml/presentation/msub-base-changed-expected.txt:
476 * platform/mac/mathml/presentation/msub-sub-changed-expected.txt:
477 * platform/mac/mathml/presentation/msubsup-base-changed-expected.txt:
478 * platform/mac/mathml/presentation/msubsup-sub-changed-expected.txt:
479 * platform/mac/mathml/presentation/msubsup-sup-changed-expected.txt:
480 * platform/mac/mathml/presentation/msup-base-changed-expected.txt:
481 * platform/mac/mathml/presentation/msup-sup-changed-expected.txt:
482 * platform/mac/mathml/presentation/over-expected.txt:
483 * platform/mac/mathml/presentation/roots-expected.txt:
484 * platform/mac/mathml/presentation/row-alignment-expected.txt:
485 * platform/mac/mathml/presentation/row-expected.txt:
486 * platform/mac/mathml/presentation/style-expected.txt:
487 * platform/mac/mathml/presentation/sub-expected.txt:
488 * platform/mac/mathml/presentation/subsup-expected.txt:
489 * platform/mac/mathml/presentation/sup-expected.txt:
490 * platform/mac/mathml/presentation/tables-expected.txt:
491 * platform/mac/mathml/presentation/tokenElements-expected.txt:
492 * platform/mac/mathml/presentation/under-expected.txt:
493 * platform/mac/mathml/presentation/underover-expected.txt:
494 * platform/mac/mathml/xHeight-expected.txt:
496 2011-09-20 Cary Clark <caryclark@google.com>
498 Unreviewed; new baselines (Skia on Mac)
500 This separates test failures that are specific to CG Mac from failures
501 for Skia on Mac. Most of these changes are specific to Leopard, but a
502 handful add new fail flavors for all Mac variations.
504 * LayoutTests/platform/chromium/test_expectations.txt:
506 2011-09-20 Pavel Feldman <pfeldman@google.com>
508 Not reviewed: one line inspector's script-formatter.html fix.
510 * inspector/debugger/script-formatter.html:
512 2011-09-20 Sheriff Bot <webkit.review.bot@gmail.com>
514 Unreviewed, rolling out r95509.
515 http://trac.webkit.org/changeset/95509
516 https://bugs.webkit.org/show_bug.cgi?id=68446
518 crashes chromium fast/repaint/japanese-rl-selection-repaint-
519 in-regions.html on Win and Linux (Requested by dslomov on
522 * editing/selection/click-on-body-margin-expected.txt: Removed.
523 * editing/selection/click-on-body-margin.html: Removed.
524 * editing/selection/click-on-head-margin-expected.txt: Removed.
525 * editing/selection/click-on-head-margin.html: Removed.
527 2011-09-20 Jarred Nicholls <jarred@sencha.com>
529 [Qt] Permit qrc resources to load in QWebSettings::setUserStyleSheetUrl()
530 https://bugs.webkit.org/show_bug.cgi?id=51159
532 Permit any URL with a local scheme to set a user style sheet. Allow qrc
533 resource URLs as arguments to QWebSettings::setUserStyleSheetUrl().
535 New platform layout test since user style sheet is testable from DRT.
537 Reviewed by Kenneth Rohde Christiansen.
539 * platform/qt/fast/loader/user-stylesheet-qrc-path-expected.txt: Added.
540 * platform/qt/fast/loader/user-stylesheet-qrc-path.html: Added.
542 2011-09-20 Dmitry Lomov <dslomov@google.com>
544 [Chromium] Rebaseline expectationd and file WK68445.
546 * platform/chromium/test_expectations.txt:
548 2011-09-20 Cary Clark <caryclark@google.com>
550 Unreviewed; new baselines (Skia on Mac)
551 Updated reference images.
553 * platform/chromium-mac/fast/ruby/overhang-horizontal-expected.png: Removed.
554 * platform/chromium-mac/fast/box-shadow/box-shadow-clipped-slices-expected.png:
556 2011-09-19 Pavel Feldman <pfeldman@google.com>
558 Web Inspector: document Debugger.paused, introduce types for ids in Debugger domain.
559 https://bugs.webkit.org/show_bug.cgi?id=68363
561 Migrates from poorly documented "details" object to explicit parameters
562 containing break type and data.
564 Reviewed by Tony Gentilcore.
566 * http/tests/inspector/debugger-test.js:
567 (initialize_DebuggerTest):
569 2011-09-15 Pavel Feldman <pfeldman@google.com>
571 Web Inspector: refactor ConsoleView, Drawer, ConsolePanel trio.
572 https://bugs.webkit.org/show_bug.cgi?id=68155
574 Reviewed by Tony Gentilcore.
576 * inspector/console/console-dir.html:
578 2011-09-19 Pavel Feldman <pfeldman@google.com>
580 Web Inspector: streamline Console's MessageType and MessageSource semantics.
581 https://bugs.webkit.org/show_bug.cgi?id=68342
583 This change fixes semantics of the MessageSource and MessageType:
584 MessageSource is now the source of the message (be it Network, HTML
585 parser or Console API). MessageType is only defined for the Console API
586 messages and contains the name of the API call (log, dir, dirxml, etc.).
587 Subsequent https://bugs.webkit.org/show_bug.cgi?id=66371 will make MessageType
588 private to the inspector.
590 Reviewed by Tony Gentilcore.
592 * inspector/protocol/console-agent-expected.txt:
593 * platform/chromium/http/tests/inspector/console-resource-errors-expected.txt: Added.
595 2011-09-20 Philippe Normand <pnormand@igalia.com>
597 Unreviewed, GTK baselines for new tests.
599 * platform/gtk/css3/bdi-element-expected.png: Added.
600 * platform/gtk/css3/bdi-element-expected.txt: Added.
601 * platform/gtk/css3/unicode-bidi-isolate-aharon-expected.png: Added.
602 * platform/gtk/css3/unicode-bidi-isolate-aharon-expected.txt: Added.
603 * platform/gtk/css3/unicode-bidi-isolate-basic-expected.png: Added.
604 * platform/gtk/css3/unicode-bidi-isolate-basic-expected.txt: Added.
605 * platform/gtk/fast/borders/block-mask-overlay-image-outset-expected.png: Added.
606 * platform/gtk/fast/borders/block-mask-overlay-image-outset-expected.txt: Added.
607 * platform/gtk/fast/borders/border-image-longhand-expected.png: Added.
608 * platform/gtk/fast/borders/border-image-longhand-expected.txt: Added.
609 * platform/gtk/fast/borders/border-image-massive-scale-expected.png: Added.
610 * platform/gtk/fast/borders/border-image-massive-scale-expected.txt: Added.
611 * platform/gtk/fast/borders/border-image-outset-expected.png: Added.
612 * platform/gtk/fast/borders/border-image-outset-expected.txt: Added.
613 * platform/gtk/fast/borders/border-image-outset-in-shorthand-expected.png: Added.
614 * platform/gtk/fast/borders/border-image-outset-in-shorthand-expected.txt: Added.
615 * platform/gtk/fast/borders/border-image-outset-split-inline-expected.png: Added.
616 * platform/gtk/fast/borders/border-image-outset-split-inline-expected.txt: Added.
617 * platform/gtk/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png: Added.
618 * platform/gtk/fast/borders/border-image-outset-split-inline-vertical-lr-expected.txt: Added.
619 * platform/gtk/fast/borders/border-image-repeat-expected.png: Added.
620 * platform/gtk/fast/borders/border-image-repeat-expected.txt: Added.
621 * platform/gtk/fast/borders/border-image-scaled-expected.png: Added.
622 * platform/gtk/fast/borders/border-image-scaled-expected.txt: Added.
623 * platform/gtk/fast/borders/border-image-scaled-gradient-expected.png: Added.
624 * platform/gtk/fast/borders/border-image-scaled-gradient-expected.txt: Added.
625 * platform/gtk/fast/borders/border-image-scrambled-expected.png: Added.
626 * platform/gtk/fast/borders/border-image-scrambled-expected.txt: Added.
627 * platform/gtk/fast/borders/border-image-side-reduction-expected.png: Added.
628 * platform/gtk/fast/borders/border-image-side-reduction-expected.txt: Added.
629 * platform/gtk/fast/borders/border-image-slices-expected.png: Added.
630 * platform/gtk/fast/borders/border-image-slices-expected.txt: Added.
631 * platform/gtk/fast/borders/inline-mask-overlay-image-outset-expected.png: Added.
632 * platform/gtk/fast/borders/inline-mask-overlay-image-outset-expected.txt: Added.
633 * platform/gtk/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png: Added.
634 * platform/gtk/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.txt: Added.
635 * platform/gtk/fast/clip/overflow-border-radius-combinations-expected.png: Added.
636 * platform/gtk/fast/clip/overflow-border-radius-combinations-expected.txt: Added.
637 * platform/gtk/fast/clip/overflow-border-radius-composited-expected.png: Added.
638 * platform/gtk/fast/clip/overflow-border-radius-composited-expected.txt: Added.
639 * platform/gtk/fast/clip/overflow-border-radius-transformed-expected.png: Added.
640 * platform/gtk/fast/clip/overflow-border-radius-transformed-expected.txt: Added.
641 * platform/gtk/fast/css/focus-ring-multiline-writingmode-vertical-expected.png: Added.
642 * platform/gtk/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Added.
643 * platform/gtk/fast/css/line-after-floating-div-expected.png: Added.
644 * platform/gtk/fast/css/line-after-floating-div-expected.txt: Added.
645 * platform/gtk/fast/parser/innerhtml-with-prefixed-elements-expected.png: Added.
646 * platform/gtk/fast/parser/innerhtml-with-prefixed-elements-expected.txt: Added.
647 * platform/gtk/fast/reflections/reflection-masks-outset-expected.png: Added.
648 * platform/gtk/fast/reflections/reflection-masks-outset-expected.txt: Added.
649 * platform/gtk/fast/text/fallback-traits-fixup-expected.png: Added.
650 * platform/gtk/fast/text/fallback-traits-fixup-expected.txt: Added.
651 * platform/gtk/fast/text/hyphenate-limit-lines-expected.png: Added.
652 * platform/gtk/fast/text/hyphenate-limit-lines-expected.txt: Added.
653 * platform/gtk/svg/custom/pattern-rotate-gaps-expected.png: Added.
654 * platform/gtk/svg/custom/pattern-rotate-gaps-expected.txt: Added.
655 * platform/gtk/svg/custom/simple-text-double-shadow-expected.png: Added.
656 * platform/gtk/svg/custom/simple-text-double-shadow-expected.txt: Added.
658 2011-09-20 Philippe Normand <pnormand@igalia.com>
660 Unreviewed, GTK baselines for tests added in r95489 and r95488.
662 * platform/gtk/http/tests/security/document-all-expected.txt: Added.
663 * platform/gtk/http/tests/security/window-named-proto-expected.txt: Added.
665 2011-09-20 Philippe Normand <pnormand@igalia.com>
667 Unreviewed, GTK baselines for tests added in r95461.
669 * platform/gtk/fast/table/table-cell-before-after-content-around-table-block-expected.txt: Added.
670 * platform/gtk/fast/table/table-cell-before-after-content-around-table-expected.txt: Added.
671 * platform/gtk/fast/table/table-cell-before-after-content-around-table-row-expected.txt: Added.
672 * platform/gtk/fast/table/table-row-before-after-content-around-block-expected.txt: Added.
673 * platform/gtk/fast/table/table-row-before-after-content-around-table-expected.txt: Added.
675 2011-09-20 Renata Hodovan <reni@webkit.org>
677 [Qt] Rebase and unskip tests introduced in r95489 and r95488.
679 Unreviewed gardening.
681 * platform/qt/Skipped:
682 * platform/qt/http/tests/security/document-all-expected.txt: Added.
683 * platform/qt/http/tests/security/window-named-proto-expected.txt: Added.
685 2011-09-20 Philippe Normand <pnormand@igalia.com>
687 Unreviewed, skip failing fast/files/create-blob-url-crash.html on
688 GTK because of bug 66045.
690 * platform/gtk/Skipped:
692 2011-09-20 Philippe Normand <pnormand@igalia.com>
694 Unreviewed, GTK rebaseline after r95178 and r95362.
696 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
697 * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
698 * platform/gtk/fast/dom/call-a-constructor-as-a-function-expected.txt:
699 * platform/gtk/fast/js/global-constructors-expected.txt:
701 2011-09-09 Pavel Podivilov <podivilov@chromium.org>
703 Web Inspector: implement reverse mapping for compiler source maps.
704 https://bugs.webkit.org/show_bug.cgi?id=67850
706 Reviewed by Pavel Feldman.
708 * inspector/debugger/compiler-source-mapping.html:
710 2011-09-20 Renata Hodovan <reni@webkit.org>
712 [Qt] Add Qt specific expecteds to new tests introduced in r95461.
714 Unreviewed gardening.
716 * platform/qt/fast/table/table-cell-before-after-content-around-table-block-expected.png: Added.
717 * platform/qt/fast/table/table-cell-before-after-content-around-table-block-expected.txt: Added.
718 * platform/qt/fast/table/table-cell-before-after-content-around-table-expected.png: Added.
719 * platform/qt/fast/table/table-cell-before-after-content-around-table-expected.txt: Added.
720 * platform/qt/fast/table/table-cell-before-after-content-around-table-row-expected.png: Added.
721 * platform/qt/fast/table/table-cell-before-after-content-around-table-row-expected.txt: Added.
722 * platform/qt/fast/table/table-row-before-after-content-around-block-expected.png: Added.
723 * platform/qt/fast/table/table-row-before-after-content-around-block-expected.txt: Added.
724 * platform/qt/fast/table/table-row-before-after-content-around-table-expected.png: Added.
725 * platform/qt/fast/table/table-row-before-after-content-around-table-expected.txt: Added.
727 2011-09-20 Renata Hodovan <reni@webkit.org>
729 [Qt] Two tests fail after r95488 & r95489
730 https://bugs.webkit.org/show_bug.cgi?id=68428
732 Skip the failing tests.
734 Unreviewed gardening.
736 * platform/qt/Skipped:
738 2011-09-19 Ryosuke Niwa <rniwa@webkit.org>
740 Hit testing on margins of body and head elements doesn't recur
741 https://bugs.webkit.org/show_bug.cgi?id=40753
743 Reviewed by Darin Adler.
745 Add tests to click on margins of head and body elements. WebKit should not
746 (attempt to) place the caret after or before head and body elements.
748 * editing/selection/click-on-body-margin-expected.txt: Added.
749 * editing/selection/click-on-body-margin.html: Added.
750 * editing/selection/click-on-head-margin-expected.txt: Added.
751 * editing/selection/click-on-head-margin.html: Added.
753 2011-09-19 Gavin Barraclough <barraclough@apple.com>
755 String#split is buggy
756 https://bugs.webkit.org/show_bug.cgi?id=68348
758 Reviewed by Sam Weinig.
760 * fast/js/script-tests/string-split-conformance.js: Added.
761 * fast/js/string-split-conformance-expected.txt: Added.
762 * fast/js/string-split-conformance.html: Added.
763 - Added new Layout test based on:
764 http://stevenlevithan.com/demo/split.cfm
765 * 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:
766 * 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:
767 * 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:
768 * 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:
769 * 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:
770 - Check in failing results for these 5 tests; they are all wrong
771 (see https://bugs.ecmascript.org/show_bug.cgi?id=61).
773 2011-09-19 Sheriff Bot <webkit.review.bot@gmail.com>
775 Unreviewed, rolling out r95482.
776 http://trac.webkit.org/changeset/95482
777 https://bugs.webkit.org/show_bug.cgi?id=68410
779 Broke chromium webkit-tests (Requested by dslomov on #webkit).
781 * fast/canvas/webgl/premultiplyalpha-test-expected.txt:
782 * fast/canvas/webgl/premultiplyalpha-test.html:
784 2011-09-19 Adam Barth <abarth@webkit.org>
786 [V8] document.all gets confused about its prototype chain
787 https://bugs.webkit.org/show_bug.cgi?id=68393
789 Reviewed by Eric Seidel.
791 Test how document.all behaves when you change its prototype chain.
793 * http/tests/security/document-all-expected.txt: Added.
794 * http/tests/security/document-all.html: Added.
796 2011-09-19 Adam Barth <abarth@webkit.org>
798 Named property confusion with __proto__
799 https://bugs.webkit.org/show_bug.cgi?id=68221
801 Reviewed by Eric Seidel.
803 * http/tests/security/resources/innocent-victim-with-iframe.html: Added.
804 * http/tests/security/window-named-proto-expected.txt: Added.
805 * http/tests/security/window-named-proto.html: Added.
807 2011-09-19 John Bauman <jbauman@chromium.org>
809 Fix nonpremultiplied webgl toDataURL to jpeg
810 https://bugs.webkit.org/show_bug.cgi?id=68366
812 Update the premultiplyalpha-test from the WebGL conformance tests.
814 Reviewed by Kenneth Russell.
816 * fast/canvas/webgl/premultiplyalpha-test-expected.txt:
817 * fast/canvas/webgl/premultiplyalpha-test.html:
819 2011-09-19 Ryosuke Niwa <rniwa@webkit.org>
821 Incorrect selection with absolutely positioned div
822 https://bugs.webkit.org/show_bug.cgi?id=39503
824 Reviewed by Kenneth Rohde Christiansen.
826 Added a regression test for placing the caret inside a block with multiple logical lines
827 with an absolutely positioned last child. WebKit should place the caret on the left of the first line
828 (instead of after the last line) when the user clicks on the left of the first line.
830 * editing/selection/block-with-positioned-lastchild-expected.txt: Added.
831 * editing/selection/block-with-positioned-lastchild.html: Added.
833 2011-09-19 Abhishek Arya <inferno@chromium.org>
835 Unreviewed. Chromium Rebaselines for r95461.
837 * platform/chromium-linux/fast/table/table-cell-before-after-content-around-table-block-expected.png: Added.
838 * platform/chromium-linux/fast/table/table-cell-before-after-content-around-table-expected.png: Added.
839 * platform/chromium-linux/fast/table/table-cell-before-after-content-around-table-row-expected.png: Added.
840 * platform/chromium-linux/fast/table/table-row-before-after-content-around-block-expected.png: Added.
841 * platform/chromium-linux/fast/table/table-row-before-after-content-around-table-expected.png: Added.
842 * platform/chromium-mac/fast/table/table-cell-before-after-content-around-table-block-expected.png: Added.
843 * platform/chromium-mac/fast/table/table-cell-before-after-content-around-table-expected.png: Added.
844 * platform/chromium-mac/fast/table/table-cell-before-after-content-around-table-row-expected.png: Added.
845 * platform/chromium-mac/fast/table/table-row-before-after-content-around-block-expected.png: Added.
846 * platform/chromium-mac/fast/table/table-row-before-after-content-around-table-expected.png: Added.
847 * platform/chromium-win/fast/table/table-cell-before-after-content-around-table-block-expected.png: Added.
848 * platform/chromium-win/fast/table/table-cell-before-after-content-around-table-expected.png: Added.
849 * platform/chromium-win/fast/table/table-cell-before-after-content-around-table-row-expected.png: Added.
850 * platform/chromium-win/fast/table/table-row-before-after-content-around-block-expected.png: Added.
851 * platform/chromium-win/fast/table/table-row-before-after-content-around-table-expected.png: Added.
853 2011-09-19 Dmitry Titov <dimich@chromium.org>
855 [Chromium] Crash after magic iframe transfer for Pepper/NaCl plugins.
856 https://bugs.webkit.org/show_bug.cgi?id=68267
857 Make adoptNode() to not enable live iframe transfer when the iframe's subtree contains plugins.
859 Reviewed by Adam Barth.
861 * fast/frames/iframe-reparenting-embed-elements-expected.txt: Added.
862 * fast/frames/iframe-reparenting-embed-elements.html: Added.
863 * fast/frames/resources/iframe-reparenting-embed-frame1.html: Added.
864 * fast/frames/resources/iframe-reparenting-embed-iframe.html: Added.
866 2011-09-19 Abhishek Arya <inferno@chromium.org>
868 Issues with merging ruby bases.
869 https://bugs.webkit.org/show_bug.cgi?id=67240
871 Reviewed by James Robinson.
873 ASSERTION FAILED: !needsLayout() in RenderRubyRun::getOverhang.
875 * fast/ruby/ruby-overhang-crash-expected.txt: Added.
876 * fast/ruby/ruby-overhang-crash.html: Added.
878 2011-09-16 Abhishek Arya <inferno@chromium.org>
880 Child not placed correctly when beforeChild (table part)
881 has both :before, :after content.
882 https://bugs.webkit.org/show_bug.cgi?id=67656
884 Reviewed by James Robinson.
886 * fast/table/table-cell-before-after-content-around-table-block-expected.png: Added.
887 * fast/table/table-cell-before-after-content-around-table-block-expected.txt: Added.
888 * fast/table/table-cell-before-after-content-around-table-block.html: Added.
889 * fast/table/table-cell-before-after-content-around-table-expected.png: Added.
890 * fast/table/table-cell-before-after-content-around-table-expected.txt: Added.
891 * fast/table/table-cell-before-after-content-around-table-row-expected.png: Added.
892 * fast/table/table-cell-before-after-content-around-table-row-expected.txt: Added.
893 * fast/table/table-cell-before-after-content-around-table-row.html: Added.
894 * fast/table/table-cell-before-after-content-around-table.html: Added.
895 * fast/table/table-row-before-after-content-around-block-expected.png: Added.
896 * fast/table/table-row-before-after-content-around-block-expected.txt: Added.
897 * fast/table/table-row-before-after-content-around-block.html: Added.
898 * fast/table/table-row-before-after-content-around-table-expected.png: Added.
899 * fast/table/table-row-before-after-content-around-table-expected.txt: Added.
900 * fast/table/table-row-before-after-content-around-table.html: Added.
902 2011-09-19 Tom Sepez <tsepez@chromium.org>
904 Fix xssauditor bypass with unterminated closing tag by making the HTMLSourceTracker
905 and the HTMLParser interact more closely with each other. HTMLParser should be
906 setting the end range for the token itself to account for buffering that the
907 HTMLSourceTracker can't know about, but there are a lot of paths that would need
908 updating. First step is to cover this one path.
909 https://bugs.webkit.org/show_bug.cgi?id=68281
911 Reviewed by Adam Barth.
913 * http/tests/security/xssAuditor/resources/echo-intertag.pl:
914 * http/tests/security/xssAuditor/script-tag-with-invalid-closing-tag-expected.txt: Added.
915 * http/tests/security/xssAuditor/script-tag-with-invalid-closing-tag.html: Added.
917 2011-09-19 Dmitry Lomov <dslomov@google.com>
919 [Chromium] Rebaseline expectations and file WK68372.
921 * platform/chromium/test_expectations.txt:
923 2011-09-19 Dmitry Lomov <dslomov@google.com>
925 [Chromium] Rebaseline expectations due to r95402.
927 * platform/chromium-win-vista/fast/dom/navigator-detached-no-crash-expected.txt: Removed.
929 2011-09-19 Ilya Tikhonovsky <loislo@chromium.org>
931 Unreviewed skip inspector/timeline/timeline-animation-frame.html on win platform.
933 * platform/win/Skipped:
935 2011-09-19 Ilya Tikhonovsky <loislo@chromium.org>
937 Unreviewed fix for flaky tests.
939 * inspector/timeline/timeline-dom-content-loaded-event-expected.txt:
940 * inspector/timeline/timeline-dom-content-loaded-event.html:
941 * inspector/timeline/timeline-load-event-expected.txt:
942 * inspector/timeline/timeline-load-event.html:
943 * platform/qt/Skipped:
945 2011-09-19 Zsolt Fehér <feherzs@inf.u-szeged.hu>
947 Unreviewed Qt gardening.
948 https://bugs.webkit.org/show_bug.cgi?id=68360
950 * platform/qt/Skipped:
952 2011-09-19 Balazs Kelemen <kbalazs@webkit.org>
954 [Qt][WK2] Add some pixel baselines.
956 Unreviewed expectation update.
958 These baselines was produced in the same environment where the
959 Szeged WK2 bot runs. The validity of the results had been checked manually.
961 * platform/qt-wk2/css1/box_properties/float_on_text_elements-expected.png: Added.
962 * platform/qt-wk2/css2.1/t051202-c24-first-lttr-00-b-expected.png: Added.
963 * platform/qt-wk2/css2.1/t051202-c26-psudo-nest-00-c-expected.png: Added.
964 * platform/qt-wk2/css2.1/t060401-c32-cascading-00-b-expected.png: Added.
965 * platform/qt-wk2/css2.1/t080301-c411-vt-mrgn-00-b-expected.png: Added.
966 * platform/qt-wk2/css2.1/t0805-c5512-brdr-rw-00-b-expected.png: Added.
967 * platform/qt-wk2/css2.1/t0805-c5514-brdr-lw-00-b-expected.png: Added.
968 * platform/qt-wk2/css2.1/t0805-c5515-brdr-w-00-a-expected.png: Added.
969 * platform/qt-wk2/css2.1/t0805-c5516-brdr-c-00-a-expected.png: Added.
970 * platform/qt-wk2/css2.1/t0805-c5516-ibrdr-c-00-a-expected.png: Added.
971 * platform/qt-wk2/css2.1/t0805-c5517-brdr-s-00-c-expected.png: Added.
972 * platform/qt-wk2/css2.1/t0805-c5518-brdr-t-01-e-expected.png: Added.
973 * platform/qt-wk2/css2.1/t0805-c5518-ibrdr-t-00-a-expected.png: Added.
974 * platform/qt-wk2/css2.1/t0805-c5519-brdr-r-00-a-expected.png: Added.
975 * platform/qt-wk2/css2.1/t0805-c5519-brdr-r-02-e-expected.png: Added.
976 * platform/qt-wk2/css2.1/t0805-c5519-ibrdr-r-00-a-expected.png: Added.
977 * platform/qt-wk2/css2.1/t0805-c5520-brdr-b-01-e-expected.png: Added.
978 * platform/qt-wk2/css2.1/t0805-c5520-ibrdr-b-00-a-expected.png: Added.
979 * platform/qt-wk2/css2.1/t0805-c5521-brdr-l-00-a-expected.png: Added.
980 * platform/qt-wk2/css2.1/t0805-c5521-brdr-l-02-e-expected.png: Added.
981 * platform/qt-wk2/css2.1/t0805-c5521-ibrdr-l-00-a-expected.png: Added.
982 * platform/qt-wk2/css2.1/t0805-c5522-brdr-00-b-expected.png: Added.
983 * platform/qt-wk2/css2.1/t0805-c5522-ibrdr-00-a-expected.png: Added.
984 * platform/qt-wk2/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.png: Added.
985 * platform/qt-wk2/css2.1/t0905-c5525-fltmult-00-d-g-expected.png: Added.
986 * platform/qt-wk2/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png: Added.
987 * platform/qt-wk2/css2.1/t0905-c5525-fltwrap-00-b-expected.png: Added.
988 * platform/qt-wk2/css2.1/t090501-c414-flt-00-d-expected.png: Added.
989 * platform/qt-wk2/css2.1/t090501-c414-flt-01-b-expected.png: Added.
990 * platform/qt-wk2/css2.1/t090501-c414-flt-ln-00-d-expected.png: Added.
991 * platform/qt-wk2/css2.1/t090501-c414-flt-ln-01-d-g-expected.png: Added.
992 * platform/qt-wk2/css2.1/t090501-c414-flt-ln-02-d-expected.png: Added.
993 * platform/qt-wk2/css2.1/t090501-c414-flt-ln-03-d-expected.png: Added.
994 * platform/qt-wk2/css2.1/t090501-c5525-flt-l-00-b-g-expected.png: Added.
995 * platform/qt-wk2/css2.1/t090501-c5525-flt-r-00-b-g-expected.png: Added.
996 * platform/qt-wk2/css2.1/t1002-c5523-width-02-b-g-expected.png: Added.
997 * platform/qt-wk2/css2.1/t100801-c544-valgn-00-a-ag-expected.png: Added.
998 * platform/qt-wk2/css2.1/t100801-c544-valgn-02-d-agi-expected.png: Added.
999 * platform/qt-wk2/css2.1/t100801-c544-valgn-03-d-agi-expected.png: Added.
1000 * platform/qt-wk2/css2.1/t100801-c544-valgn-04-d-agi-expected.png: Added.
1001 * platform/qt-wk2/css2.1/t1202-counter-08-b-expected.png: Added.
1002 * platform/qt-wk2/css2.1/t1202-counters-08-b-expected.png: Added.
1003 * platform/qt-wk2/css2.1/t1601-c547-indent-01-d-expected.png: Added.
1004 * platform/qt-wk2/css2.1/t1602-c546-txt-align-00-b-expected.png: Added.
1005 * platform/qt-wk2/css3/css3-modsel-33-expected.png: Added.
1006 * platform/qt-wk2/css3/css3-modsel-35-expected.png: Added.
1007 * platform/qt-wk2/fast/backgrounds/size/backgroundSize15-expected.png: Added.
1008 * platform/qt-wk2/fast/backgrounds/size/backgroundSize16-expected.png: Added.
1009 * platform/qt-wk2/fast/block/basic/014-expected.png: Added.
1010 * platform/qt-wk2/fast/block/basic/016-expected.png: Added.
1011 * platform/qt-wk2/fast/block/basic/white-space-pre-wraps-expected.png: Added.
1012 * platform/qt-wk2/fast/block/float/003-expected.png: Added.
1013 * platform/qt-wk2/fast/block/float/020-expected.png: Added.
1014 * platform/qt-wk2/fast/block/float/021-expected.png: Added.
1015 * platform/qt-wk2/fast/block/float/avoidance-percent-width-strict-expected.png: Added.
1016 * platform/qt-wk2/fast/block/float/nopaint-after-layer-destruction2-expected.png: Added.
1017 * platform/qt-wk2/fast/block/float/width-update-after-clear-expected.png: Added.
1018 * platform/qt-wk2/fast/block/margin-collapse/empty-clear-blocks-expected.png: Added.
1019 * platform/qt-wk2/fast/block/positioning/auto-height-with-top-and-bottom-expected.png: Added.
1020 * platform/qt-wk2/fast/block/positioning/auto/005-expected.png: Added.
1021 * platform/qt-wk2/fast/borders/block-mask-overlay-image-expected.png: Added.
1022 * platform/qt-wk2/fast/borders/border-fit-expected.png: Added.
1023 * platform/qt-wk2/fast/borders/border-image-scale-transform-expected.png: Added.
1024 * platform/qt-wk2/fast/borders/border-radius-inline-flow-expected.png: Added.
1025 * platform/qt-wk2/fast/borders/rtl-border-01-expected.png: Added.
1026 * platform/qt-wk2/fast/borders/rtl-border-02-expected.png: Added.
1027 * platform/qt-wk2/fast/borders/rtl-border-03-expected.png: Added.
1028 * platform/qt-wk2/fast/box-shadow/basic-shadows-expected.png: Added.
1029 * platform/qt-wk2/fast/canvas/arc360-expected.png: Added.
1030 * platform/qt-wk2/fast/canvas/canvas-before-css-expected.png: Added.
1031 * platform/qt-wk2/fast/canvas/canvas-text-alignment-expected.png: Added.
1032 * platform/qt-wk2/fast/canvas/canvas-zoom-expected.png: Added.
1033 * platform/qt-wk2/fast/canvas/canvasDrawingIntoSelf-expected.png: Added.
1034 * platform/qt-wk2/fast/canvas/drawImage-expected.png: Added.
1035 * platform/qt-wk2/fast/canvas/drawImage-with-globalAlpha-expected.png: Added.
1036 * platform/qt-wk2/fast/canvas/fillrect-gradient-zero-stops-expected.png: Added.
1037 * platform/qt-wk2/fast/canvas/fillrect_gradient-expected.png: Added.
1038 * platform/qt-wk2/fast/canvas/image-object-in-canvas-expected.png: Added.
1039 * platform/qt-wk2/fast/canvas/patternfill-repeat-expected.png: Added.
1040 * platform/qt-wk2/fast/canvas/setWidthResetAfterForcedRender-expected.png: Added.
1041 * platform/qt-wk2/fast/canvas/shadow-offset-1-expected.png: Added.
1042 * platform/qt-wk2/fast/canvas/shadow-offset-2-expected.png: Added.
1043 * platform/qt-wk2/fast/canvas/shadow-offset-3-expected.png: Added.
1044 * platform/qt-wk2/fast/canvas/shadow-offset-4-expected.png: Added.
1045 * platform/qt-wk2/fast/canvas/shadow-offset-5-expected.png: Added.
1046 * platform/qt-wk2/fast/canvas/shadow-offset-6-expected.png: Added.
1047 * platform/qt-wk2/fast/canvas/shadow-offset-7-expected.png: Added.
1048 * platform/qt-wk2/fast/css-generated-content/012-expected.png: Added.
1049 * platform/qt-wk2/fast/css-generated-content/013-expected.png: Added.
1050 * platform/qt-wk2/fast/css-generated-content/after-duplicated-after-split-expected.png: Added.
1051 * platform/qt-wk2/fast/css-generated-content/after-order-expected.png: Added.
1052 * platform/qt-wk2/fast/css-generated-content/hover-style-change-expected.png: Added.
1053 * platform/qt-wk2/fast/css/004-expected.png: Added.
1054 * platform/qt-wk2/fast/css/005-expected.png: Added.
1055 * platform/qt-wk2/fast/css/MarqueeLayoutTest-expected.png: Added.
1056 * platform/qt-wk2/fast/css/ZeroOpacityLayers-expected.png: Added.
1057 * platform/qt-wk2/fast/css/ZeroOpacityLayers2-expected.png: Added.
1058 * platform/qt-wk2/fast/css/absolute-poition-in-rtl-parent-expected.png: Added.
1059 * platform/qt-wk2/fast/css/begin-end-contain-selector-empty-value-expected.png: Added.
1060 * platform/qt-wk2/fast/css/css1_forward_compatible_parsing-expected.png: Added.
1061 * platform/qt-wk2/fast/css/css3-modsel-22-expected.png: Added.
1062 * platform/qt-wk2/fast/css/css3-nth-child-expected.png: Added.
1063 * platform/qt-wk2/fast/css/first-letter-detach-expected.png: Added.
1064 * platform/qt-wk2/fast/css/first-letter-hover-expected.png: Added.
1065 * platform/qt-wk2/fast/css/font-face-implicit-local-font-expected.png: Added.
1066 * platform/qt-wk2/fast/css/hsl-color-expected.png: Added.
1067 * platform/qt-wk2/fast/css/inline-properties-important-expected.png: Added.
1068 * platform/qt-wk2/fast/css/invalidation-errors-2-expected.png: Added.
1069 * platform/qt-wk2/fast/css/invalidation-errors-expected.png: Added.
1070 * platform/qt-wk2/fast/css/non-standard-checkbox-size-expected.png: Added.
1071 * platform/qt-wk2/fast/css/outline-auto-location-expected.png: Added.
1072 * platform/qt-wk2/fast/css/selector-set-attribute-expected.png: Added.
1073 * platform/qt-wk2/fast/css/text-align-expected.png: Added.
1074 * platform/qt-wk2/fast/css/textCapitalizeEdgeCases-expected.png: Added.
1075 * platform/qt-wk2/fast/css/zoom-font-size-expected.png: Added.
1076 * platform/qt-wk2/fast/dom/HTMLHeadElement/head-link-style-href-check-expected.png: Added.
1077 * platform/qt-wk2/fast/dom/HTMLTableElement/colSpan-expected.png: Added.
1078 * platform/qt-wk2/fast/dom/HTMLTableElement/createCaption-expected.png: Added.
1079 * platform/qt-wk2/fast/dom/children-nodes-expected.png: Added.
1080 * platform/qt-wk2/fast/dom/clone-node-dynamic-style-expected.png: Added.
1081 * platform/qt-wk2/fast/dom/css-rule-functions-expected.png: Added.
1082 * platform/qt-wk2/fast/dynamic/insert-before-table-part-in-continuation-expected.png: Added.
1083 * platform/qt-wk2/fast/dynamic/selection-highlight-adjust-expected.png: Added.
1084 * platform/qt-wk2/fast/dynamic/staticY-marking-parents-regression-expected.png: Added.
1085 * platform/qt-wk2/fast/forms/basic-selects-expected.png: Added.
1086 * platform/qt-wk2/fast/forms/basic-textareas-quirks-expected.png: Added.
1087 * platform/qt-wk2/fast/forms/input-placeholder-text-indent-expected.png: Added.
1088 * platform/qt-wk2/fast/forms/minWidthPercent-expected.png: Added.
1089 * platform/qt-wk2/fast/frames/frame-scrolling-attribute-expected.png: Added.
1090 * platform/qt-wk2/fast/gradients/radial-centered-expected.png: Added.
1091 * platform/qt-wk2/fast/html/details-writing-mode-expected.png: Added.
1092 * platform/qt-wk2/fast/inline/continuation-outlines-expected.png: Added.
1093 * platform/qt-wk2/fast/inline/continuation-outlines-with-layers-expected.png: Added.
1094 * platform/qt-wk2/fast/lists/001-vertical-expected.png: Added.
1095 * platform/qt-wk2/fast/lists/007-vertical-expected.png: Added.
1096 * platform/qt-wk2/fast/lists/008-vertical-expected.png: Added.
1097 * platform/qt-wk2/fast/media/mq-relative-constraints-08-expected.png: Added.
1098 * platform/qt-wk2/fast/multicol/client-rects-expected.png: Added.
1099 * platform/qt-wk2/fast/multicol/column-break-with-balancing-expected.png: Added.
1100 * platform/qt-wk2/fast/multicol/float-multicol-expected.png: Added.
1101 * platform/qt-wk2/fast/multicol/float-paginate-complex-expected.png: Added.
1102 * platform/qt-wk2/fast/multicol/float-paginate-expected.png: Added.
1103 * platform/qt-wk2/fast/multicol/layers-split-across-columns-expected.png: Added.
1104 * platform/qt-wk2/fast/multicol/margin-collapse-expected.png: Added.
1105 * platform/qt-wk2/fast/multicol/max-height-columns-block-expected.png: Added.
1106 * platform/qt-wk2/fast/multicol/nested-columns-expected.png: Added.
1107 * platform/qt-wk2/fast/multicol/paginate-block-replaced-expected.png: Added.
1108 * platform/qt-wk2/fast/multicol/positioned-with-constrained-height-expected.png: Added.
1109 * platform/qt-wk2/fast/multicol/scrolling-overflow-expected.png: Added.
1110 * platform/qt-wk2/fast/multicol/span/anonymous-before-child-parent-crash-expected.png: Added.
1111 * platform/qt-wk2/fast/multicol/span/anonymous-style-inheritance-expected.png: Added.
1112 * platform/qt-wk2/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png: Added.
1113 * platform/qt-wk2/fast/multicol/span/span-as-immediate-child-generated-content-expected.png: Added.
1114 * platform/qt-wk2/fast/multicol/span/span-as-immediate-child-property-removal-expected.png: Added.
1115 * platform/qt-wk2/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png: Added.
1116 * platform/qt-wk2/fast/multicol/span/span-as-immediate-columns-child-expected.png: Added.
1117 * platform/qt-wk2/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png: Added.
1118 * platform/qt-wk2/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png: Added.
1119 * platform/qt-wk2/fast/multicol/span/span-as-nested-columns-child-expected.png: Added.
1120 * platform/qt-wk2/fast/multicol/span/span-margin-collapsing-expected.png: Added.
1121 * platform/qt-wk2/fast/multicol/table-margin-collapse-expected.png: Added.
1122 * platform/qt-wk2/fast/multicol/table-vertical-align-expected.png: Added.
1123 * platform/qt-wk2/fast/multicol/unsplittable-inline-block-expected.png: Added.
1124 * platform/qt-wk2/fast/multicol/vertical-lr/column-break-with-balancing-expected.png: Added.
1125 * platform/qt-wk2/fast/multicol/vertical-lr/column-rules-expected.png: Added.
1126 * platform/qt-wk2/fast/multicol/vertical-lr/float-avoidance-expected.png: Added.
1127 * platform/qt-wk2/fast/multicol/vertical-lr/float-multicol-expected.png: Added.
1128 * platform/qt-wk2/fast/multicol/vertical-lr/float-paginate-complex-expected.png: Added.
1129 * platform/qt-wk2/fast/multicol/vertical-lr/float-paginate-expected.png: Added.
1130 * platform/qt-wk2/fast/multicol/vertical-lr/nested-columns-expected.png: Added.
1131 * platform/qt-wk2/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png: Added.
1132 * platform/qt-wk2/fast/multicol/vertical-rl/column-break-with-balancing-expected.png: Added.
1133 * platform/qt-wk2/fast/multicol/vertical-rl/column-rules-expected.png: Added.
1134 * platform/qt-wk2/fast/multicol/vertical-rl/float-avoidance-expected.png: Added.
1135 * platform/qt-wk2/fast/multicol/vertical-rl/float-multicol-expected.png: Added.
1136 * platform/qt-wk2/fast/multicol/vertical-rl/float-paginate-complex-expected.png: Added.
1137 * platform/qt-wk2/fast/multicol/vertical-rl/float-paginate-expected.png: Added.
1138 * platform/qt-wk2/fast/multicol/vertical-rl/nested-columns-expected.png: Added.
1139 * platform/qt-wk2/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png: Added.
1140 * platform/qt-wk2/fast/overflow/line-clamp-expected.png: Added.
1141 * platform/qt-wk2/fast/overflow/overflow-rtl-vertical-expected.png: Added.
1142 * platform/qt-wk2/fast/overflow/table-overflow-float-expected.png: Added.
1143 * platform/qt-wk2/fast/reflections/opacity-reflection-transform-expected.png: Added.
1144 * platform/qt-wk2/fast/repaint/bugzilla-6278-expected.png: Added.
1145 * platform/qt-wk2/fast/repaint/line-flow-with-floats-1-expected.png: Added.
1146 * platform/qt-wk2/fast/repaint/line-flow-with-floats-10-expected.png: Added.
1147 * platform/qt-wk2/fast/repaint/line-flow-with-floats-2-expected.png: Added.
1148 * platform/qt-wk2/fast/repaint/line-flow-with-floats-3-expected.png: Added.
1149 * platform/qt-wk2/fast/repaint/line-flow-with-floats-4-expected.png: Added.
1150 * platform/qt-wk2/fast/repaint/line-flow-with-floats-5-expected.png: Added.
1151 * platform/qt-wk2/fast/repaint/line-flow-with-floats-6-expected.png: Added.
1152 * platform/qt-wk2/fast/repaint/line-flow-with-floats-7-expected.png: Added.
1153 * platform/qt-wk2/fast/repaint/line-flow-with-floats-8-expected.png: Added.
1154 * platform/qt-wk2/fast/repaint/line-flow-with-floats-9-expected.png: Added.
1155 * platform/qt-wk2/fast/repaint/multicol-repaint-expected.png: Added.
1156 * platform/qt-wk2/fast/repaint/outline-repaint-glitch-expected.png: Added.
1157 * platform/qt-wk2/fast/repaint/selected-replaced-expected.png: Added.
1158 * platform/qt-wk2/fast/repaint/selection-gap-overflow-scroll-2-expected.png: Added.
1159 * platform/qt-wk2/fast/repaint/stacked-diacritics-expected.png: Added.
1160 * platform/qt-wk2/fast/repaint/text-append-dirty-lines-expected.png: Added.
1161 * platform/qt-wk2/fast/replaced/001-expected.png: Added.
1162 * platform/qt-wk2/fast/replaced/002-expected.png: Added.
1163 * platform/qt-wk2/fast/replaced/003-expected.png: Added.
1164 * platform/qt-wk2/fast/replaced/005-expected.png: Added.
1165 * platform/qt-wk2/fast/replaced/absolute-image-sizing-expected.png: Added.
1167 2011-09-19 Ilya Tikhonovsky <loislo@chromium.org>
1169 Web Inspector: extend UI perf tests coverage. Elements Panel.
1170 https://bugs.webkit.org/show_bug.cgi?id=68263
1172 Reviewed by Pavel Feldman.
1174 * inspector/performance/resources/show-panel-elements.html: Added.
1176 2011-09-19 Ilya Tikhonovsky <loislo@chromium.org>
1178 Web Inspector: didMarkDOMContentEvent() should send event of MarkDOMContent type.
1179 https://bugs.webkit.org/show_bug.cgi?id=67528
1181 Reviewed by Pavel Feldman.
1183 * inspector/timeline/timeline-animation-frame.html:
1184 * inspector/timeline/timeline-dom-content-loaded-event-expected.txt: Added.
1185 * inspector/timeline/timeline-dom-content-loaded-event.html: Added.
1186 * inspector/timeline/timeline-load-event-expected.txt: Added.
1187 * inspector/timeline/timeline-load-event.html: Added.
1188 * inspector/timeline/timeline-test.js:
1189 (initialize_Timeline.InspectorTest.waitForRecordType.addRecord):
1190 (initialize_Timeline.InspectorTest.waitForRecordType):
1192 2011-09-19 Csaba Osztrogonác <ossy@webkit.org>
1194 [Qt] Unreviewed gardening.
1196 * platform/qt-arm/fast/dom/Window/window-property-descriptors-expected.txt: Updated.
1197 * platform/qt-mac/Skipped: Skip new failing tests to paint the bot green.
1199 2011-09-19 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
1201 [Qt] [ARMv5] fast/events/media-element-focus-tab.html fast/spatial-navigation/snav-media-elements.html fail
1202 https://bugs.webkit.org/show_bug.cgi?id=68341
1204 * platform/qt-arm/Skipped: Skip the failing tests
1206 2011-09-18 Ilya Tikhonovsky <loislo@chromium.org>
1208 Web Inspector: requestAnimationFrame callbacks don't show up in the timeline panel.
1209 https://bugs.webkit.org/show_bug.cgi?id=67986
1211 Reviewed by Pavel Feldman.
1213 * inspector/timeline/timeline-animation-frame-expected.txt: Added.
1214 * inspector/timeline/timeline-animation-frame.html: Added.
1215 * inspector/timeline/timeline-enum-stability-expected.txt:
1216 * platform/chromium/inspector/timeline/timeline-enum-stability-expected.txt:
1217 * platform/qt/Skipped: inspector/timeline/timeline-animation-frame.html was added to the skip list.
1218 * inspector/timeline/timeline-test.js:
1220 2011-09-18 James Kozianski <koz@chromium.org>
1222 Rebaseline navigator test for chromium-win-vista.
1223 https://bugs.webkit.org/show_bug.cgi?id=68334
1225 Unreviewed. Rebaseline for navigator-detached-no-crash.
1227 * platform/chromium-win-vista/fast/dom/navigator-detached-no-crash-expected.txt: Added.
1229 2011-09-18 Dan Bernstein <mitz@apple.com>
1231 <rdar://problem/7860281> Decomposed text is displayed incorrectly when Verdana is specified
1232 https://bugs.webkit.org/show_bug.cgi?id=68287
1234 Reviewed by Dave Hyatt.
1236 * platform/mac/fast/text/combining-character-sequence-fallback.html: Added.
1237 * platform/mac/platform/mac/fast/text/combining-character-sequence-fallback-expected.png: Added.
1238 * platform/mac/platform/mac/fast/text/combining-character-sequence-fallback-expected.txt: Added.
1240 2011-09-18 Dan Bernstein <mitz@apple.com>
1242 Updated expected results for two tests after r95362.
1244 * platform/mac/fast/dom/Window/window-properties-expected.txt:
1245 * platform/mac/fast/dom/Window/window-property-descriptors-expected.txt:
1247 2011-09-17 David Hyatt <hyatt@apple.com>
1249 https://bugs.webkit.org/show_bug.cgi?id=68307
1251 Crash in border image cssText. Make sure to null check all the components, since they're all
1254 Reviewed by Sam Weinig.
1256 * fast/borders/border-image-slice-omission.html: Added.
1258 2011-09-17 Csaba Osztrogonác <ossy@webkit.org>
1260 [Qt][WK2] fast/events/media-element-focus-tab.html fails
1261 https://bugs.webkit.org/show_bug.cgi?id=68315
1263 * platform/qt-wk2/Skipped: Skip fast/events/media-element-focus-tab.html until fix.
1265 2011-09-17 Deepak Sherveghar <bpwv64@motorola.com>
1267 Override supportsFocus() for HTMLMediaElement.
1268 https://bugs.webkit.org/show_bug.cgi?id=67190
1270 Reviewed by Antonio Gomes.
1272 For media elements be able to receive focus without tabindex if
1273 control attribute is present, hence changed
1274 tabindex-focus-blur-all.js and tabindex-focus-blur-all-expected.txt.
1276 * fast/events/media-element-focus-tab-expected.txt: Added.
1277 * fast/events/media-element-focus-tab.html: Added.
1278 * fast/events/resources/tabindex-focus-blur-all.js:
1280 * fast/events/tabindex-focus-blur-all-expected.txt:
1281 * fast/spatial-navigation/snav-media-elements-expected.txt: Added.
1282 * fast/spatial-navigation/snav-media-elements.html: Added.
1284 2011-09-17 Csaba Osztrogonác <ossy@webkit.org>
1286 [Qt] Unreviewed gardening.
1288 * platform/qt-4.8/editing/deleting/merge-whitespace-pre-expected.txt: Update after r95335.
1290 2011-09-17 Csaba Osztrogonác <ossy@webkit.org>
1292 [Qt][WK2] Unreviewed gardening after r95337.
1294 * platform/qt-wk2/Skipped: Skip one more test.
1296 2011-09-17 Csaba Osztrogonác <ossy@webkit.org>
1298 [Qt][WK2] fast/forms/submit-to-blank-multiple-times.html fails
1299 https://bugs.webkit.org/show_bug.cgi?id=68309
1301 * platform/qt-wk2/Skipped: Skip fast/forms/submit-to-blank-multiple-times.html.
1303 2011-09-17 Csaba Osztrogonác <ossy@webkit.org>
1305 [Qt][WK2] Unreviewed gardening after r95335.
1307 * platform/qt-wk2/Skipped: Skip new failing tests.
1309 2011-09-17 Csaba Osztrogonác <ossy@webkit.org>
1311 [Qt] Unreviewed gardening.
1313 * platform/qt/Skipped: Skip plugins/fullscreen-plugins-dont-reload.html, because ENABLE(FULLSCREEN_API) is disabled on Qt.
1314 * platform/qt/fast/dom/Window/window-properties-expected.png: Updated after r95362.
1315 * platform/qt/fast/dom/Window/window-properties-expected.txt: Updated after r95362.
1316 * platform/qt/fast/dom/Window/window-property-descriptors-expected.png: Updated after r95362.
1317 * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: Updated after r95362.
1319 2011-09-16 Jeremy Apthorp <jeremya@chromium.org> and James Kozianski <koz@chromium.org>
1321 Don't detach elements from the render tree when entering fullscreen mode
1322 https://bugs.webkit.org/show_bug.cgi?id=66531
1324 Test that the plugin is not reloaded when entering fullscreen.
1326 Reviewed by James Robinson.
1328 * plugins/fullscreen-plugins-dont-reload-expected.txt: Added.
1329 * plugins/fullscreen-plugins-dont-reload.html: Added.
1331 2011-09-16 Jochen Eisinger <jochen@chromium.org>
1333 Add tests for FrameLoaderClient::allowImage.
1334 https://bugs.webkit.org/show_bug.cgi?id=68071
1336 Reviewed by Adam Barth.
1338 * http/tests/permissionclient/resources/bostin.gif:
1339 * http/tests/permissionclient/resources/redir.php:
1340 * platform/chromium/permissionclient/image-permissions-expected.txt:
1341 * platform/chromium/permissionclient/image-permissions.html:
1342 * platform/http/tests/permissionclient/image-permissions-expected.txt:
1343 * platform/http/tests/permissionclient/image-permissions.html:
1345 2011-09-16 Tom Sepez <tsepez@chromium.org>
1347 Make XSSAuditor truncate inline snippets at a reasonable length before comparison
1348 respecting boundaries of multiply urlencoded sequences.
1349 https://bugs.webkit.org/show_bug.cgi?id=68092
1351 Reviewed by Adam Barth.
1353 * http/tests/security/xssAuditor/property-escape-long-expected.txt: Added.
1354 * http/tests/security/xssAuditor/property-escape-long.html: Added.
1356 2011-09-16 Dmitry Lomov <dslomov@google.com>
1358 https://bugs.webkit.org/show_bug.cgi?id=66714
1359 Add webkitPostMessage to allow for adding transferable support.
1360 This adds webkitPostMessage, currently identical to postMessage, which
1361 would later be a vehicle for adding transferable support for messaging.
1362 The tests ensure that webkitPostMessage and postMessage behave identically.
1364 Based on patch by Luke Zarko.
1366 Reviewed by David Levin.
1368 * fast/dom/Window/window-postmessage-args-expected.txt:
1369 * fast/dom/Window/window-postmessage-args.html:
1370 * fast/dom/Window/window-property-descriptors-expected.txt:
1371 * fast/events/message-port-expected.txt:
1372 * fast/events/message-port.html:
1373 * fast/workers/resources/worker-call.js:
1374 * fast/workers/worker-call-expected.txt:
1375 * platform/chromium/fast/dom/Window/window-postmessage-args-expected.txt:
1377 2011-09-16 Alexei Svitkine <asvitkine@chromium.org>
1379 Chromium: Fix repaint of rubber-band overhang area under composited path
1380 https://bugs.webkit.org/show_bug.cgi?id=68246
1382 I accidently removed these two lines from the last patch on: https://bugs.webkit.org/show_bug.cgi?id=66969
1384 Reviewed by James Robinson.
1386 Test: platform/chromium-gpu/compositing/rubberbanding/transform-overhang-size-change.html
1388 * platform/chromium-gpu/compositing/rubberbanding/transform-overhang-size-change-expected.png: Added.
1389 * platform/chromium-gpu/compositing/rubberbanding/transform-overhang-size-change-expected.txt: Added.
1390 * platform/chromium-gpu/compositing/rubberbanding/transform-overhang-size-change.html: Added.
1392 2011-09-16 Tony Chang <tony@chromium.org>
1394 Rename flex-align values to match the spec
1395 https://bugs.webkit.org/show_bug.cgi?id=67741
1397 Reviewed by Ojan Vafai.
1399 * css3/flexbox/css-properties-expected.txt:
1400 * css3/flexbox/script-tests/css-properties.js:
1402 2011-09-16 Ryosuke Niwa <rniwa@webkit.org>
1404 Chromium pixel test rebaseline for r95335.
1406 * platform/chromium-cg-mac-leopard/editing/deleting/merge-whitespace-pre-expected.png: Added.
1407 * platform/chromium-linux/editing/deleting/merge-whitespace-pre-expected.png:
1408 * platform/chromium-mac/editing/deleting/merge-whitespace-pre-expected.png:
1409 * platform/chromium-win-vista/editing: Removed.
1410 * platform/chromium-win/editing/deleting/merge-whitespace-pre-expected.png:
1411 * platform/chromium/test_expectations.txt:
1413 2011-09-16 Kentaro Hara <haraken@chromium.org>
1415 Implement an ErrorEvent constructor for JSC
1416 https://bugs.webkit.org/show_bug.cgi?id=68148
1418 Reviewed by Sam Weinig.
1420 error-event-constructor.html checks the behavior of the ErrorEvent constructor.
1422 * fast/dom/constructed-objects-prototypes-expected.txt: Now window has ErrorEvent.
1423 * fast/events/constructors/error-event-constructor-expected.txt: Added.
1424 * fast/events/constructors/error-event-constructor.html: Added.
1425 * platform/chromium/test_expectations.txt: Skipped error-event-constructor.html, since V8 does not yet have the ErrorEvent constructor.
1427 2011-09-16 Adam Barth <abarth@webkit.org>
1429 CORS images viewed from different domains fail security checks
1430 https://bugs.webkit.org/show_bug.cgi?id=68011
1432 Reviewed by Darin Adler.
1434 I am unable to reproduce the bug, but the test I wrote in the process
1435 might be worth having anyway.
1437 * http/tests/security/canvas-cors-with-two-hosts-expected.txt: Added.
1438 * http/tests/security/canvas-cors-with-two-hosts.html: Added.
1439 * http/tests/security/resources/canvas-cors-subtest.html: Added.
1441 2011-09-16 Kentaro Hara <haraken@google.com>
1443 Overhangs a ruby by no more than half the width of the neighboring text.
1444 https://bugs.webkit.org/show_bug.cgi?id=62684
1446 Reviewed by Dan Bernstein.
1448 Assume two rubies between which a narrow text exists, like
1449 "<ruby>x<rt>xxxxxx</rt></ruby>l<ruby>y<rt>yyyyyy</rt></ruby>".
1450 In order to avoid the two rubies overlapping with each other,
1451 this patch overhangs the ruby by no more than half the ruby font
1452 size and no more than half the width of the neighboring text.
1454 * fast/ruby/overhang-horizontal-no-overlap1-expected.png: Added.
1455 * fast/ruby/overhang-horizontal-no-overlap1-expected.txt: Added.
1456 * 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.
1457 * fast/ruby/overhang-horizontal-no-overlap2-expected.png: Added.
1458 * fast/ruby/overhang-horizontal-no-overlap2-expected.txt: Added.
1459 * 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.
1460 * fast/ruby/overhang-vertical-no-overlap1-expected.png: Added.
1461 * fast/ruby/overhang-vertical-no-overlap1-expected.txt: Added.
1462 * 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.
1463 * fast/ruby/overhang-vertical-no-overlap2-expected.png: Added.
1464 * fast/ruby/overhang-vertical-no-overlap2-expected.txt: Added.
1465 * 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.
1466 * platform/chromium-linux/fast/ruby/overhang-vertical-expected.png: Removed.
1467 * platform/chromium-win/fast/ruby/overhang-horizontal-expected.png: Removed.
1468 * platform/chromium/test_expectations.txt: Skips overhang-horizontal.html. We will update the result image as a rebase line.
1470 2011-09-16 Ben Wells <benwells@chromium.org>
1472 Large canvas fills should not crash or create unnecessarily large image buffers
1473 https://bugs.webkit.org/show_bug.cgi?id=67988
1475 Reviewed by Darin Adler.
1477 * fast/canvas/canvas-large-fills-expected.txt: Added.
1478 * fast/canvas/canvas-large-fills.html: Added.
1480 2011-09-16 Ryosuke Niwa <rniwa@webkit.org>
1482 Fix the rebaseline in r95325 and also rebaseline for r95335.
1484 * inspector/styles/styles-update-from-js-expected.txt:
1485 * platform/chromium/test_expectations.txt
1486 * platform/chromium-win/editing/deleting/merge-whitespace-pre-expected.txt:
1487 * platform/qt/editing/deleting/merge-whitespace-pre-expected.txt:
1489 2011-09-16 Gavin Barraclough <barraclough@apple.com>
1491 Unsigned bit shift fails under certain conditions in 32 bit builds
1492 https://bugs.webkit.org/show_bug.cgi?id=68166
1494 Reviewed by Geoff Garen.
1498 * fast/js/floating-point-truncate-rshift-expected.txt:
1499 * fast/js/floating-point-truncate-rshift.html:
1501 2011-09-16 Ryosuke Niwa <rniwa@webkit.org>
1503 Add the forgotten test, also suppress a test in Chromium as it needs a rebaseline.
1505 * platform/chromium/test_expectations.txt:
1506 * editing/deleting/merge-paragraph-into-blockquote-expected.txt: Added.
1507 * editing/deleting/merge-paragraph-into-blockquote.html: Added.
1509 2011-09-14 Ryosuke Niwa <rniwa@webkit.org>
1511 Deleting line break before h1 converts h1 to span
1512 https://bugs.webkit.org/show_bug.cgi?id=45784
1514 Reviewed by Kenneth Rohde Christiansen.
1516 Added a bunch of tests to ensure WebKit does not keep block elements' style when merging paragraphs.
1517 When removing line breaks between <h1>hello</h1>world and hello<pre>world</pre> for example,
1518 we should not be overriding and preserving styles from h1 in the merge paragraph respectively.
1520 * editing/deleting/merge-paragraph-from-address-expected.txt: Added.
1521 * editing/deleting/merge-paragraph-from-address.html: Added.
1522 * editing/deleting/merge-paragraph-from-h6-expected.txt: Added.
1523 * editing/deleting/merge-paragraph-from-h6-with-style-expected.txt: Added.
1524 * editing/deleting/merge-paragraph-from-h6-with-style.html: Added.
1525 * editing/deleting/merge-paragraph-from-h6.html: Added.
1526 * editing/deleting/merge-paragraph-from-listing-expected.txt: Added.
1527 * editing/deleting/merge-paragraph-from-listing.html: Added.
1528 * editing/deleting/merge-paragraph-into-h1-expected.txt: Added.
1529 * editing/deleting/merge-paragraph-into-h1-style-expected.txt: Added.
1530 * editing/deleting/merge-paragraph-into-h1-with-style-expected.txt: Added.
1531 * editing/deleting/merge-paragraph-into-h1-with-style.html: Added.
1532 * editing/deleting/merge-paragraph-into-h1.html: Added.
1533 * editing/deleting/merge-paragraph-into-pre-expected.txt: Added.
1534 * editing/deleting/merge-paragraph-into-pre.html: Added.
1535 * platform/mac/editing/deleting/merge-whitespace-pre-expected.png:
1536 * platform/mac/editing/deleting/merge-whitespace-pre-expected.txt:
1538 2011-09-16 David Levin <levin@chromium.org>
1540 [chromium] Rebaseline fix up due to r95239.
1542 Add back in a baseline that was removed in my last change.
1544 * platform/chromium-cg-mac-leopard/fast/clip/overflow-border-radius-combinations-expected.png: Added.
1545 * platform/chromium-cg-mac-leopard/fast/clip/overflow-border-radius-transformed-expected.png: Added.
1546 * platform/chromium/test_expectations.txt:
1548 2011-09-16 David Levin <levin@chromium.org>
1550 [chromium] Rebaseline fix up due to r95239.
1552 Expectation removal due to r95322 and r95325.
1554 * platform/chromium-cg-mac-leopard/fast/clip/overflow-border-radius-composited-expected.png: Added.
1555 * platform/chromium-cg-mac/fast/clip/overflow-border-radius-combinations-expected.png: Added.
1556 * platform/chromium-cg-mac/fast/clip/overflow-border-radius-composited-expected.png: Added.
1557 * platform/chromium-cg-mac/fast/clip/overflow-border-radius-transformed-expected.png: Added.
1558 * platform/chromium-cg-mac/fast/css/nested-rounded-corners-expected.png:
1559 * platform/chromium-linux/fast/clip/overflow-border-radius-combinations-expected.png: Added.
1560 * platform/chromium-linux/fast/clip/overflow-border-radius-composited-expected.png: Added.
1561 * platform/chromium-linux/fast/clip/overflow-border-radius-transformed-expected.png: Added.
1562 * platform/chromium-linux/fast/css/nested-rounded-corners-expected.png:
1563 * platform/chromium-mac/fast/clip/overflow-border-radius-combinations-expected.png: Added.
1564 * platform/chromium-mac/fast/clip/overflow-border-radius-composited-expected.png: Added.
1565 * platform/chromium-mac/fast/clip/overflow-border-radius-transformed-expected.png: Added.
1566 * platform/chromium-mac/fast/css/nested-rounded-corners-expected.png:
1567 * platform/chromium-win/fast/clip/overflow-border-radius-combinations-expected.png: Added.
1568 * platform/chromium-win/fast/clip/overflow-border-radius-combinations-expected.txt: Added.
1569 * platform/chromium-win/fast/clip/overflow-border-radius-composited-expected.png: Added.
1570 * platform/chromium-win/fast/clip/overflow-border-radius-composited-expected.txt: Added.
1571 * platform/chromium-win/fast/clip/overflow-border-radius-transformed-expected.png: Added.
1572 * platform/chromium-win/fast/clip/overflow-border-radius-transformed-expected.txt: Added.
1573 * platform/chromium-win/fast/css/nested-rounded-corners-expected.png:
1574 * platform/chromium/test_expectations.txt:
1576 2011-09-16 Geoffrey Garen <ggaren@apple.com>
1578 Removed undetectable style.filter.
1580 Reviewed by Sam Weinig.
1582 This feature was added in http://trac.webkit.org/changeset/15557 to
1583 support housingmaps.com. But housingmaps.com no longer needs this hack,
1584 we don't know of other websites that need it, and we don't know of
1585 any other browsers that have implemented this feature.
1587 * fast/dom/undetectable-style-filter-expected.txt: Removed.
1588 * fast/dom/undetectable-style-filter.html: Removed.
1590 2011-09-16 Sheriff Bot <webkit.review.bot@gmail.com>
1592 Unreviewed, rolling out r95317.
1593 http://trac.webkit.org/changeset/95317
1594 https://bugs.webkit.org/show_bug.cgi?id=68282
1596 Remove newly added overlapping test expectations. (Requested
1597 by dave_levin on #webkit).
1599 * platform/chromium/test_expectations.txt:
1601 2011-09-16 Ryosuke Niwa <rniwa@webkit.org>
1603 Rebaseline after r95242.
1605 * inspector/styles/styles-update-from-js-expected.txt:
1607 2011-09-16 Sam Weinig <sam@webkit.org>
1609 Replace use of access to nodeList using call, with array style notation.
1611 * editing/pasteboard/paste-noscript.html:
1613 2011-09-16 Mihai Parparita <mihaip@chromium.org>
1615 http/tests/history/back-with-fragment-change.php fails on non-Chromium bots
1616 https://bugs.webkit.org/show_bug.cgi?id=68242
1618 Skip test on ports on which it fails. Move comment to be inside
1619 <?php> block so that HTTP headers can be set on all platforms (there
1620 must not be any whitespace before the <?php> block).
1622 * http/tests/history/back-with-fragment-change.php:
1623 * platform/gtk/Skipped:
1624 * platform/mac/Skipped:
1625 * platform/qt/Skipped:
1627 2011-09-16 Cary Clark <caryclark@google.com>
1628 Unreviewed; new expectations (Skia on Mac)
1630 This separates test failures that are specific to CG Mac from failures
1631 for Skia on Mac (Leopard only).
1633 * LayoutTests/platform/chromium/test_expectations.txt:
1635 2011-09-16 James Simonsen <simonjam@chromium.org>
1637 Fix HTML5 parser's adoption agency algorithm to reparent correctly
1638 https://bugs.webkit.org/show_bug.cgi?id=68147
1640 Reviewed by Eric Seidel.
1642 * html5lib/resources/webkit02.dat:
1644 2011-09-16 Csaba Osztrogonác <ossy@webkit.org>
1646 [Qt] REGRESSION(r95091) It made many tests flakey
1647 https://bugs.webkit.org/show_bug.cgi?id=68232
1649 Unreviewed rolling out r95091 and followup patches.
1651 * inspector/timeline/timeline-animation-frame-expected.txt: Removed.
1652 * inspector/timeline/timeline-animation-frame.html: Removed.
1653 * inspector/timeline/timeline-enum-stability-expected.txt:
1654 * inspector/timeline/timeline-test.js:
1655 * platform/chromium/inspector/timeline/timeline-animation-frame-expected.txt: Removed.
1656 * platform/qt/Skipped:
1657 * platform/qt/test_expectations.txt:
1659 2011-09-16 Abhishek Arya <inferno@chromium.org>
1661 cachedFont not getting updated for inline SVG text.
1662 https://bugs.webkit.org/show_bug.cgi?id=68060
1664 Reviewed by Nikolas Zimmermann.
1666 * svg/text/text-style-recalc-crash-expected.txt: Added.
1667 * svg/text/text-style-recalc-crash.html: Added.
1669 2011-09-16 Csaba Osztrogonác <ossy@webkit.org>
1671 Unreviewed rolling out r95277.
1673 * platform/qt/Skipped:
1675 2011-09-16 Ilya Tikhonovsky <loislo@chromium.org>
1677 Web Inspector: UI performance tests are required.
1678 https://bugs.webkit.org/show_bug.cgi?id=68234
1680 The idea is to create a set of tests which cover frequently used UI actions
1681 and print the average time of these actions.
1682 There are two pilot tests. The common part was extracted into performance-test helper.
1684 Reviewed by Pavel Feldman.
1686 * inspector/performance/resources/network-append-30-requests.html: Added.
1687 * inspector/performance/resources/performance-test.js: Added.
1688 (initialize_TimeTracker.InspectorTest.runPerformanceTest.Timer):
1689 (initialize_TimeTracker.InspectorTest.runPerformanceTest.Timer.prototype.start):
1690 (initialize_TimeTracker.InspectorTest.runPerformanceTest.Timer.prototype.finish):
1691 (initialize_TimeTracker.InspectorTest.runPerformanceTest.Timer.prototype.done):
1692 (initialize_TimeTracker.InspectorTest.runPerformanceTest.Timer.prototype._runTest):
1693 * inspector/performance/resources/show-panel-network.html: Added.
1695 2011-09-16 Csaba Osztrogonác <ossy@webkit.org>
1697 [Qt] Unreviewed gardening. Skip a flakey test.
1699 * platform/qt/Skipped:
1701 2011-09-16 Csaba Osztrogonác <ossy@webkit.org>
1703 [Qt] Unreviewed gardening. Add Qt specific expexted results for new tests introduced in r95239.
1705 * platform/qt/fast/clip/overflow-border-radius-combinations-expected.png: Added.
1706 * platform/qt/fast/clip/overflow-border-radius-combinations-expected.txt: Added.
1707 * platform/qt/fast/clip/overflow-border-radius-composited-expected.png: Added.
1708 * platform/qt/fast/clip/overflow-border-radius-composited-expected.txt: Added.
1709 * platform/qt/fast/clip/overflow-border-radius-transformed-expected.png: Added.
1710 * platform/qt/fast/clip/overflow-border-radius-transformed-expected.txt: Added.
1712 2011-09-16 Ilya Tikhonovsky <loislo@chromium.org>
1714 Unreviewed test fix for r95287.
1716 * inspector/debugger/debugger-expand-scope.html:
1718 2011-09-16 Ilya Tikhonovsky <loislo@chromium.org>
1720 Web Inspector: change WebInspector.currentPanel getter/setter to functions.
1721 https://bugs.webkit.org/show_bug.cgi?id=68242
1723 This is necessary for the panel switching performance tests.
1725 Reviewed by Pavel Feldman.
1727 * http/tests/inspector/resource-tree/resource-tree-test.js:
1728 (initialize_ResourceTreeTest.InspectorTest.dumpResourcesTree):
1729 * inspector/debugger/debugger-expand-scope.html:
1730 * inspector/debugger/debugger-proto-property.html:
1731 * inspector/storage-panel-dom-storage.html:
1733 2011-09-16 Balazs Kelemen <kbalazs@webkit.org>
1735 [Qt][WK2] bot lucks mobility
1736 https://bugs.webkit.org/show_bug.cgi?id=68243
1738 Unreviwed test skipping.
1740 * platform/qt-wk2/Skipped:
1742 2011-09-15 Pavel Feldman <pfeldman@google.com>
1744 Web Inspector: rename Console.clearConsoleMessages to Console.clearMessages, brush up console domain doc.
1745 https://bugs.webkit.org/show_bug.cgi?id=68165
1747 Reviewed by Yury Semikhatsky.
1749 * inspector/protocol/console-agent-expected.txt:
1750 * inspector/protocol/console-agent.html:
1752 2011-09-16 Keishi Hattori <keishi@webkit.org>
1754 [chromium] Rebaselines due to r95203 and r95207.
1756 * platform/chromium-cg-mac-leopard/fast/box-shadow/no-blur-multiple-offsets-expected.png: Added.
1757 * platform/chromium-cg-mac-leopard/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
1758 * platform/chromium/test_expectations.txt:
1760 2011-09-16 Renata Hodovan <reni@webkit.org>
1762 [Qt] Update expecteds of failing tests after r95260 and r95242.
1764 Unreviewed gardening.
1766 * editing/style/non-inheritable-styles-expected.txt: after r95242.
1767 * fast/dom/constructed-objects-prototypes-expected.txt: after r95260.
1768 * inspector/styles/styles-new-API-expected.txt: after r95242.
1769 * inspector/styles/styles-source-lines-expected.txt: after r95242.
1771 2011-09-16 Renata Hodovan <reni@webkit.org>
1773 [Qt] One test failed after r95203
1774 https://bugs.webkit.org/show_bug.cgi?id=68233
1776 Unreviewed gardening.
1778 * platform/qt/Skipped: failed test is skipped.
1780 2011-09-16 Renata Hodovan <reni@webkit.org>
1782 [Qt] One test runs out of time after r95091
1783 https://bugs.webkit.org/show_bug.cgi?id=68232
1785 Unreviewed gardening.
1787 * platform/qt/Skipped:
1789 2011-09-16 Renata Hodovan <reni@webkit.org>
1791 [Qt] Two tests fail after r95201
1792 https://bugs.webkit.org/show_bug.cgi?id=68230
1794 Unreviewed gardening.
1796 * platform/qt/Skipped:
1798 2011-09-16 Leo Yang <leo.yang@torchmobile.com.cn>
1800 [Qt] Crash when dragging google maps.
1801 https://bugs.webkit.org/show_bug.cgi?id=68223
1803 Test case to use an unready custom cursor.
1805 Reviewed by Adam Barth.
1807 * fast/css/crash-on-custom-cursor-when-loading-expected.txt: Added.
1808 * fast/css/crash-on-custom-cursor-when-loading.html: Added.
1810 2011-09-15 Keishi Hattori <keishi@webkit.org>
1812 [chromium] Add slow to calculate-percentage.html
1814 * platform/chromium/test_expectations.txt:
1816 2011-09-15 Keishi Hattori <keishi@webkit.org>
1818 [chromium] add timeout to test expectation of styles-source-lines.html
1820 * platform/chromium/test_expectations.txt:
1822 2011-09-15 Keishi Hattori <keishi@webkit.org>
1824 [chromium] add timeout to test expectation of styles-new-API.html
1826 * platform/chromium/test_expectations.txt:
1828 2011-09-15 Keishi Hattori <keishi@webkit.org>
1830 [chromium] rebaseline expectations due to r95264
1832 * platform/chromium-cg-mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
1833 * platform/chromium-mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
1835 2011-09-15 Keishi Hattori <keishi@webkit.org>
1837 [chromium] added fail expectation for back-with-fragment-change.php
1839 * platform/chromium/test_expectations.txt:
1841 2011-09-15 Keishi Hattori <keishi@webkit.org>
1843 [chromium] adding text_expectation for zoom-svg-through-object-with-percentage-size.xhtml
1845 * platform/chromium/test_expectations.txt:
1847 2011-09-15 Keishi Hattori <keishi@webkit.org>
1849 [chromium] adding fail to test_expectations due to r95188
1851 * platform/chromium/test_expectations.txt:
1853 2011-09-15 Keishi Hattori <keishi@webkit.org>
1855 [chromium] add crash to test_expectations.txt
1857 * platform/chromium/test_expectations.txt:
1859 2011-09-15 Alexandru Chiculita <achicu@adobe.com>
1861 [CSSRegions] Regions should not slice line box rendering
1862 https://bugs.webkit.org/show_bug.cgi?id=66198
1864 Also updated the results for some older tests that now work correctly.
1866 Reviewed by David Hyatt.
1868 * fast/regions/resources/helper.js:
1871 (testBoundingRects):
1872 (assertRectContains):
1873 (addPageLevelDebugBox):
1874 (testContentToRegionsMapping):
1875 * fast/regions/text-region-breaks-expected.txt: Added.
1876 * fast/regions/text-region-breaks.html: Added.
1877 * fast/regions/text-region-split-expected.txt: Added.
1878 * fast/regions/text-region-split-horizontal-bt-expected.txt: Added.
1879 * fast/regions/text-region-split-horizontal-bt.html: Added.
1880 * fast/regions/text-region-split-vertical-expected.txt: Added.
1881 * fast/regions/text-region-split-vertical-rl-expected.txt: Added.
1882 * fast/regions/text-region-split-vertical-rl.html: Added.
1883 * fast/regions/text-region-split-vertical.html: Added.
1884 * fast/regions/text-region-split.html: Added.
1885 * fast/regions/webkit-flow-floats-inside-regions-bounds-expected.txt:
1886 * fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt:
1887 * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt:
1888 * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt:
1889 * fast/repaint/japanese-rl-selection-repaint-in-regions.html:
1890 * platform/mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
1891 * platform/mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt:
1893 2011-09-15 Keishi Hattori <keishi@webkit.org>
1895 [chromium] rebaseline expectations due to r95239
1897 * platform/chromium-cg-mac-leopard/fast/forms/menulist-option-wrap-expected.png:
1898 * platform/chromium-cg-mac/fast/forms/menulist-option-wrap-expected.png:
1899 * platform/chromium-mac/fast/forms/menulist-option-wrap-expected.png:
1901 2011-09-15 Kentaro Hara <haraken@google.com>
1903 Implement a PopStateEvent constructor for JSC
1904 https://bugs.webkit.org/show_bug.cgi?id=67977
1906 Reviewed by Sam Weinig.
1908 pop-state-event-constructor.html checks the behavior of the PopStateEvent constructor.
1910 * fast/events/constructors/pop-state-event-constructor-expected.txt: Added.
1911 * fast/events/constructors/pop-state-event-constructor.html: Added.
1912 * platform/chromium/test_expectations.txt: Skipped pop-state-event-constructor.html, since V8 does not yet have the PopStateEvent constructor.
1914 2011-09-15 Keishi Hattori <keishi@webkit.org>
1916 [chromium] remove duplicate entries in test_expectations.txt
1918 * platform/chromium/test_expectations.txt:
1920 2011-09-15 Mihai Parparita <mihaip@chromium.org>
1922 Fragment navigations should interrupt a provisional load of a different document
1923 https://bugs.webkit.org/show_bug.cgi?id=64556
1925 Reviewed by Adam Barth.
1927 Required page-dismissal-modal-dialogs-iframe.html to be updated since
1928 the dummy <a href="#"> link was clicked after the provisional load was
1929 kicked off, thus causing it to to be aborted.
1931 * fast/loader/page-dismissal-modal-dialogs.html:
1932 * fast/loader/resources/page-dismissal-modal-dialogs-iframe.html:
1933 * http/tests/history/back-with-fragment-change-expected.txt: Added.
1934 * http/tests/history/back-with-fragment-change.php: Added.
1935 * http/tests/history/resources/back-with-fragment-change-target.html: Added.
1936 * http/tests/navigation/navigation-interrupted-by-fragment-expected.txt: Added.
1937 * http/tests/navigation/navigation-interrupted-by-fragment.html: Added.
1939 2011-09-15 Keishi Hattori <keishi@webkit.org>
1941 [chromium] skipping tests due to r95188
1943 * platform/chromium/test_expectations.txt:
1945 2011-09-15 Kentaro Hara <haraken@google.com>
1947 A single line must not be split into two pages.
1948 https://bugs.webkit.org/show_bug.cgi?id=65005
1950 Reviewed by David Hyatt.
1952 When the document width of a page is overflowed, the last line of the page can be
1953 split into the next page. This is the regression caused by r88737. r88737 tried to
1954 fix rounding errors in rendering calculations by expanding and shrinking a page
1955 using one common method, resizePageRectsKeepingRatio(), but overlooked the case where
1956 a document width gets overflowed.
1958 The added test checks if the last line does not split across pages.
1960 * platform/chromium/test_expectations.txt: Skipped the added test since setPrinting() is not yet implemented.
1961 * platform/gtk/Skipped: Ditto.
1962 * platform/mac/printing/single-line-must-not-be-split-into-two-pages-expected.txt: Added.
1963 * platform/qt/Skipped: Ditto.
1964 * platform/win/Skipped: Ditto.
1965 * platform/wk2/Skipped: Ditto.
1966 * printing/single-line-must-not-be-split-into-two-pages.html: Added.
1968 2011-09-15 David Hyatt <hyatt@apple.com>
1970 https://bugs.webkit.org/show_bug.cgi?id=27579
1972 Make sure that the border shorthand also resets border-image.
1974 Reviewed by Beth Dakin.
1976 * fast/borders/border-image-reset-by-border-shorthand-expected.txt: Added.
1977 * fast/borders/border-image-reset-by-border-shorthand.html: Added.
1978 * fast/borders/border-image-scaled-gradient.html:
1980 2011-09-15 David Levin <levin@chromium.org>
1982 [chromium] Rebaselines due to r95203 and r95207.
1984 Also misc test_expectations additions.
1986 * platform/chromium-cg-mac/fast/box-shadow/no-blur-multiple-offsets-expected.png: Added.
1987 * platform/chromium-linux/fast/box-shadow/no-blur-multiple-offsets-expected.png: Added.
1988 * platform/chromium-mac/fast/box-shadow/no-blur-multiple-offsets-expected.png: Added.
1989 * platform/chromium-win/fast/box-shadow/no-blur-multiple-offsets-expected.png: Added.
1990 * platform/chromium/fast/dom/NodeList/nodelist-item-call-as-function-expected.txt: Added.
1991 * platform/chromium/test_expectations.txt:
1993 2011-09-15 David Hyatt <hyatt@apple.com>
1995 https://bugs.webkit.org/show_bug.cgi?id=50072
1997 Make overflow clipping to border-radius work across layers. This patch makes painting
1998 work but does not attempt to fix hit testing. It also doesn't work when a composited
1999 layer is clipped by a non-composited ancestor.
2001 Add a new ClipRect class (used by ClipRects and RenderLayer) that is basically just tracking
2002 a rect and a border radius taint. At the time we set a clip, if the rectangle is listed
2003 as also being clipped by a radius, then we walk up the layer tree and push those inner border
2004 rounded rect clips for any overflow areas in the containing block chain.
2006 Reviewed by Beth Dakin.
2008 * fast/clip/overflow-border-radius-combinations.html: Added.
2009 * fast/clip/overflow-border-radius-composited.html: Added.
2010 * fast/clip/overflow-border-radius-transformed.html: Added.
2011 * platform/mac/fast/clip/overflow-border-radius-combinations-expected.png: Added.
2012 * platform/mac/fast/clip/overflow-border-radius-combinations-expected.txt: Added.
2013 * platform/mac/fast/clip/overflow-border-radius-composited-expected.png: Added.
2014 * platform/mac/fast/clip/overflow-border-radius-composited-expected.txt: Added.
2015 * platform/mac/fast/clip/overflow-border-radius-transformed-expected.png: Added.
2016 * platform/mac/fast/clip/overflow-border-radius-transformed-expected.txt: Added.
2018 2011-09-15 Julien Chaffraix <jchaffraix@webkit.org>
2020 Test for: Crash in RenderBox::paintMaskImages due to a mask without an associated image
2021 https://bugs.webkit.org/show_bug.cgi?id=50151
2023 Reviewed by Simon Fraser.
2025 * fast/css/empty-webkit-mask-crash-expected.png: Added.
2026 * fast/css/empty-webkit-mask-crash-expected.txt: Added.
2027 * fast/css/empty-webkit-mask-crash.html: Added.
2029 2011-09-15 Andy Estes <aestes@apple.com>
2031 Having an empty listener to beforeload events changes the behavior of other scripts
2032 https://bugs.webkit.org/show_bug.cgi?id=45586
2034 Reviewed by Darin Adler.
2036 * fast/dom/beforeload/cached-image-before-load-expected.txt: Added.
2037 * fast/dom/beforeload/cached-image-before-load.html: Added.
2039 2011-09-15 Jon Lee <jonlee@apple.com>
2041 Submitting a form with target=_blank works only once
2042 https://bugs.webkit.org/show_bug.cgi?id=28633
2043 <rdar://problem/7357787>
2045 Reviewed by Andy Estes.
2047 New test that simulates mouse clicking submit button twice (which didn't work), as well as using the keyboard twice (which did work).
2049 * fast/forms/resources/submit-to-blank-multiple-times-form-action.html: Added.
2050 * fast/forms/submit-to-blank-multiple-times-expected.txt: Added.
2051 * fast/forms/submit-to-blank-multiple-times.html: Added.
2053 2011-09-15 David Levin <levin@chromium.org>
2055 [chromium] Add missing GPU-CG to one of the expectations.
2057 * platform/chromium/test_expectations.txt:
2059 2011-09-15 Peter Rybin <peter.rybin@gmail.com>
2061 XMLDocumentParserQt.cpp incorrectly converts 0-based number into 1-based number
2062 https://bugs.webkit.org/show_bug.cgi?id=63540
2064 Bug is fixed, incorrect test expectations are properly fixed (line
2065 number '0' is reported no more).
2067 Reviewed by Adam Barth.
2069 * fast/parser/changing-attrbutes-crash-expected.txt:
2070 * html5lib/runner-expected.txt:
2071 * platform/chromium/html5lib/runner-expected.txt:
2072 * svg/custom/invalid-length-units-expected.txt:
2073 * svg/custom/poly-parsing-error-expected.txt:
2074 * svg/custom/svg-parse-overflow-1-expected.txt:
2075 * svg/custom/svg-parse-overflow-2-expected.txt:
2076 * svg/custom/svg-parse-overflow-3-expected.txt:
2077 * svg/custom/svg-parse-overflow-4-expected.txt:
2078 * svg/custom/svg-parse-overflow-5-expected.txt:
2079 * svg/dom/fuzz-path-parser-expected.txt:
2080 * svg/dom/path-parser-expected.txt:
2081 * svg/dom/points-parser-expected.txt:
2083 2011-09-15 Matthew Delaney <mdelaney@apple.com>
2085 REGRESSION (Safari 5.1-r95043): Incorrect box-shadow offset
2086 https://bugs.webkit.org/show_bug.cgi?id=68041
2088 Reviewed by Dan Bernstein.
2090 * fast/box-shadow/no-blur-multiple-offsets-expected.txt: Added.
2091 * fast/box-shadow/no-blur-multiple-offsets.html: Added.
2092 * platform/mac/fast/box-shadow/no-blur-multiple-offsets-expected.png: Added.
2094 2011-09-15 James Simonsen <simonjam@chromium.org>
2096 Ref protect HTMLObjectElement and HTMLEmbedElement while requesting plugins
2097 https://bugs.webkit.org/show_bug.cgi?id=68014
2099 Reviewed by Adam Barth.
2101 * plugins/destroy-during-npp-new-object-with-fallback-content-expected.txt: Added.
2102 * plugins/destroy-during-npp-new-object-with-fallback-content.html: Added. Derivative of destroy-during-npp-new.html.
2104 2011-09-14 Sam Weinig <sam@webkit.org>
2106 Experiment with removing ability to call a collection (except document.all)
2107 https://bugs.webkit.org/show_bug.cgi?id=67579
2109 Reviewed by Anders Carlsson.
2111 * fast/dom/Element/id-in-formcollection-expected.txt:
2112 * fast/dom/Element/id-in-formcollection.html:
2113 * fast/dom/HTMLOptionElement/collection-setter-getter-expected.txt:
2114 * fast/dom/HTMLOptionElement/collection-setter-getter.html:
2115 Don't use call syntax for tests that aren't explicitly testing it.
2117 * fast/dom/NodeList/nodelist-item-call-as-function-expected.txt:
2118 * fast/dom/NodeList/script-tests/nodelist-item-call-as-function.js:
2119 Update test to show that we throw on call.
2121 * fast/profiler/call-nodelist-as-function-expected.txt: Removed.
2122 * fast/profiler/call-nodelist-as-function.html: Removed.
2123 Remove test of removed feature.
2125 2011-09-15 David Levin <levin@chromium.org>
2127 [chromium] Add temporary exception while bots catch up to r95203.
2129 * platform/chromium/test_expectations.txt:
2131 2011-09-15 David Levin <levin@chromium.org>
2133 [chromium] Add expectation for flaky tests.
2135 * platform/chromium/test_expectations.txt:
2137 2011-09-15 Cary Clark <caryclark@google.com>
2138 Unreviewed; new expectations (Skia on Mac)
2140 This separates test failures that are specific to CG Mac from failures
2143 * LayoutTests/platform/chromium/test_expectations.txt:
2145 2011-09-15 Cary Clark <caryclark@google.com>
2147 Unreviewed; new baselines (Skia on Mac)
2148 Updated reference images.
2150 * LayoutTests/platform/chromium-gpu-mac/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt: Removed.
2151 * LayoutTests/platform/chromium-gpu-mac/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Removed.
2152 * LayoutTests/platform/chromium-gpu-mac/compositing/rtl/rtl-relative-expected.txt: Removed.
2153 * LayoutTests/platform/chromium-gpu-mac/compositing/rtl/rtl-absolute-expected.txt: Removed.
2154 * LayoutTests/platform/chromium-gpu-mac/compositing/rtl/rtl-absolute-overflow-expected.txt: Removed.
2155 * LayoutTests/platform/chromium-gpu-mac/compositing/rtl/rtl-fixed-expected.txt: Removed.
2156 * LayoutTests/platform/chromium-gpu-mac/compositing/rtl/rtl-fixed-overflow-expected.txt: Removed.
2158 2011-09-15 Sheriff Bot <webkit.review.bot@gmail.com>
2160 Unreviewed, rolling out r95186.
2161 http://trac.webkit.org/changeset/95186
2162 https://bugs.webkit.org/show_bug.cgi?id=68159
2164 Invalid rebaseline. (Requested by dave_levin on #webkit).
2166 * http/tests/loading/307-after-303-after-post-expected.txt:
2167 * http/tests/security/mixedContent/insecure-image-in-main-frame-expected.txt:
2168 * http/tests/security/mixedContent/insecure-script-in-iframe-expected.txt:
2170 2011-09-15 Cary Clark <caryclark@google.com>
2172 Unreviewed; new baselines (Skia on Mac)
2173 Updated reference images.
2175 * LayoutTests/platform/chromium-mac/fast/borders/border-image-scaled-gradient-expected.png: Added.
2176 * LayoutTests/platform/chromium-mac/fast/borders/border-image-rotate-transform-expected.png:
2177 * LayoutTests/platform/chromium-mac/fast/borders/border-image-scaled-expected.png:
2178 * LayoutTests/platform/chromium-mac/fast/borders/border-image-side-reduction-expected.png:
2179 * LayoutTests/platform/chromium-mac/fast/borders/border-image-massive-scale-expected.png: Added.
2180 * LayoutTests/platform/chromium-mac/fast/writing-mode/broken-ideographic-font-expected.png: Added.
2181 * LayoutTests/platform/chromium-mac/fast/writing-mode/japanese-rl-text-with-broken-font-expected.png: Added.
2182 * LayoutTests/platform/chromium-mac/fast/writing-mode/border-image-vertical-rl-expected.png: Added.
2183 * LayoutTests/platform/chromium-mac/fast/writing-mode/border-image-vertical-lr-expected.png: Added.
2184 * LayoutTests/platform/chromium-mac/fast/writing-mode/border-image-horizontal-bt-expected.png: Added.
2186 2011-09-15 Keishi Hattori <keishi@webkit.org>
2188 [chromium] rebaseline expectations due to r95180
2190 * http/tests/loading/307-after-303-after-post-expected.txt:
2191 * http/tests/security/mixedContent/insecure-image-in-main-frame-expected.txt:
2192 * http/tests/security/mixedContent/insecure-script-in-iframe-expected.txt:
2194 2011-09-15 Cary Clark <caryclark@google.com>
2196 Unreviewed; new baselines (Skia on Mac)
2197 Updated reference images.
2199 * LayoutTests/platform/chromium-mac/fast/borders/border-image-scaled-gradient-expected.png: Added.
2200 * LayoutTests/platform/chromium-mac/fast/borders/border-image-rotate-transform-expected.png:
2201 * LayoutTests/platform/chromium-mac/fast/borders/border-image-scaled-expected.png:
2202 * LayoutTests/platform/chromium-mac/fast/borders/border-image-side-reduction-expected.png:
2203 * LayoutTests/platform/chromium-mac/fast/borders/border-image-massive-scale-expected.png: Added.
2204 * LayoutTests/platform/chromium-mac/fast/writing-mode/broken-ideographic-font-expected.png: Added.
2205 * LayoutTests/platform/chromium-mac/fast/writing-mode/japanese-rl-text-with-broken-font-expected.png: Added.
2206 * LayoutTests/platform/chromium-mac/fast/writing-mode/border-image-vertical-rl-expected.png: Added.
2207 * LayoutTests/platform/chromium-mac/fast/writing-mode/border-image-vertical-lr-expected.png: Added.
2208 * LayoutTests/platform/chromium-mac/fast/writing-mode/border-image-horizontal-bt-expected.png: Added.
2210 2011-09-15 Cary Clark <caryclark@google.com>
2212 Unreviewed; new baselines (Skia on Mac)
2213 Updated reference images.
2215 * platform/chromium-mac/fast/borders/border-image-border-radius-expected.png:
2216 * platform/chromium-mac/fast/borders/border-image-01-expected.png:
2217 * platform/chromium-mac/fast/borders/border-image-slices-expected.png:
2218 * platform/chromium-mac/fast/borders/border-image-scrambled-expected.png: Added.
2219 * platform/chromium-mac/fast/borders/border-image-scale-transform-expected.png:
2220 * platform/chromium-mac/fast/borders/border-image-rotate-transform-expected.png:
2221 * platform/chromium-mac/fast/borders/border-image-repeat-expected.png:
2222 * platform/chromium-mac/fast/borders/border-image-scaled-expected.png:
2223 * platform/chromium-mac/fast/borders/border-image-source-expected.png:
2224 * platform/chromium-mac/fast/borders/border-image-longhand-expected.png:
2225 * platform/chromium-mac/fast/writing-mode/japanese-rl-text-with-broken-font-expected.png: Removed.
2227 2011-09-15 Gabor Loki <loki@webkit.org>
2229 [Qt][ARMv5] Two timeline tests of inspector fail
2230 https://bugs.webkit.org/show_bug.cgi?id=68151
2232 Unreviewed gardening, adding timeout tests to skip list.
2234 * platform/qt-arm/Skipped:
2236 2011-09-15 Keishi Hattori <keishi@webkit.org>
2238 [chromium] Add slow to debug version of repeat-cached-vm-reentry.html and sandboxed-iframe-navigation-parent.html.
2240 * platform/chromium/test_expectations.txt:
2242 2011-09-15 Keishi Hattori <keishi@webkit.org>
2244 [chromium] rebaseline expectations due to r95096, r95121, and r95129
2246 * platform/chromium-cg-mac-leopard/svg/as-border-image/svg-as-border-image-expected.txt: Removed.
2247 * platform/chromium-cg-mac-leopard/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png: Removed.
2248 * platform/chromium-cg-mac-leopard/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Removed.
2249 * platform/chromium-cg-mac/svg/as-border-image/svg-as-border-image-expected.png:
2250 * platform/chromium-cg-mac/svg/as-border-image/svg-as-border-image-expected.txt: Removed.
2251 * platform/chromium-cg-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
2252 * platform/chromium-cg-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
2254 2011-09-15 Zoltan Herczeg <zherczeg@webkit.org>
2256 [Qt] Unreviewed gardening. Adding new test expectations.
2258 * platform/qt/fast/borders/border-image-massive-scale-expected.txt: Added.
2259 * platform/qt/fast/borders/border-image-scaled-gradient-expected.txt: Added.
2260 * platform/qt/fast/borders/border-image-scrambled-expected.txt: Added.
2261 * platform/qt/fast/parser/innerhtml-with-prefixed-elements-expected.txt: Added.
2263 2011-09-15 Zoltan Herczeg <zherczeg@webkit.org>
2265 Renaming PeerConnection to webkitPeerConnection affects all ports,
2266 not just chromium. Updating layout test after r95151.
2268 Unreviewed gardening.
2270 * fast/dom/call-a-constructor-as-a-function-expected.txt:
2272 2011-09-15 Keishi Hattori <keishi@webkit.org>
2274 [chromium] rebaseline expectations due to r95121
2276 * platform/chromium-cg-mac-leopard/svg/as-border-image/svg-as-border-image-expected.txt: Added.
2277 * platform/chromium-cg-mac/svg/as-border-image/svg-as-border-image-expected.png:
2278 * platform/chromium-cg-mac/svg/as-border-image/svg-as-border-image-expected.txt: Added.
2279 * platform/chromium-win-xp/svg/as-border-image/svg-as-border-image-expected.txt: Removed.
2281 2011-09-14 Keishi Hattori <keishi@webkit.org>
2283 [chromium] rebaseline expectations due to r95096, r95121, and r95129
2285 * platform/chromium-cg-mac-leopard/fast/borders/block-mask-overlay-image-expected.png: Added.
2286 * platform/chromium-cg-mac-leopard/fast/borders/border-color-inherit-expected.png: Added.
2287 * platform/chromium-cg-mac-leopard/fast/borders/inline-mask-overlay-image-expected.png: Added.
2288 * platform/chromium-cg-mac-leopard/fast/css/getComputedStyle/computed-style-expected.txt: Removed.
2289 * platform/chromium-cg-mac-leopard/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Removed.
2290 * platform/chromium-cg-mac-leopard/svg/css/getComputedStyle-basic-expected.txt: Removed.
2291 * platform/chromium-cg-mac-leopard/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png: Added.
2292 * platform/chromium-cg-mac-leopard/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added.
2293 * platform/chromium-cg-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png: Added.
2294 * platform/chromium-cg-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added.
2296 2011-09-14 Jeffrey Pfau <jeffrey@endrift.com>
2298 libxml2 fragment parser loses prefix namespaces
2299 https://bugs.webkit.org/show_bug.cgi?id=66423
2301 Added a test to ensure that elements inserted when the prefix is already declared are inserted properly.
2303 Reviewed by Eric Seidel.
2305 * fast/parser/innerhtml-with-prefixed-elements.xhtml: Added.
2306 * platform/mac/fast/parser/innerhtml-with-prefixed-elements-expected.png: Added.
2307 * platform/mac/fast/parser/innerhtml-with-prefixed-elements-expected.txt: Added.
2309 2011-09-14 Keishi Hattori <keishi@webkit.org>
2311 [chromium] Add slow to debug version of styles-source-lines.html.
2313 * platform/chromium/test_expectations.txt:
2315 2011-09-14 Tom Sepez <tsepez@chromium.org>
2317 Fix tests made trivial by the bugfix to 27895, by removing leading punctuation
2318 which would cause early truncation of the page snippet.
2320 https://bugs.webkit.org/show_bug.cgi?id=27895
2322 Reviewed by Adam Barth.
2324 * http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-null-char.html:
2325 * http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event.html:
2326 * http/tests/security/xssAuditor/anchor-url-dom-write-location-javascript-URL.html:
2327 * http/tests/security/xssAuditor/anchor-url-dom-write-location.html:
2328 * http/tests/security/xssAuditor/dom-write-URL.html:
2329 * http/tests/security/xssAuditor/dom-write-innerHTML-expected.txt:
2330 * http/tests/security/xssAuditor/dom-write-innerHTML.html:
2331 * http/tests/security/xssAuditor/dom-write-location-inline-event.html:
2332 * http/tests/security/xssAuditor/dom-write-location-javascript-URL.html:
2333 * http/tests/security/xssAuditor/dom-write-location.html:
2334 * http/tests/security/xssAuditor/full-block-get-from-iframe.html:
2335 * http/tests/security/xssAuditor/full-block-javascript-link.html:
2336 * http/tests/security/xssAuditor/full-block-link-onclick.html:
2337 * http/tests/security/xssAuditor/full-block-post-from-iframe.html:
2338 * http/tests/security/xssAuditor/full-block-script-tag.html:
2339 * http/tests/security/xssAuditor/get-from-iframe.html:
2340 * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode.html:
2341 * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode2.html:
2342 * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode3.html:
2343 * http/tests/security/xssAuditor/img-onerror-tricky.html:
2344 * http/tests/security/xssAuditor/javascript-link-null-char.html:
2345 * http/tests/security/xssAuditor/javascript-link-one-plus-one.html:
2346 * http/tests/security/xssAuditor/javascript-link.html:
2347 * http/tests/security/xssAuditor/link-onclick-ampersand.html:
2348 * http/tests/security/xssAuditor/link-onclick-control-char.html:
2349 * http/tests/security/xssAuditor/link-onclick-entities.html:
2350 * http/tests/security/xssAuditor/link-onclick-null-char.html:
2351 * http/tests/security/xssAuditor/link-onclick.html:
2352 * http/tests/security/xssAuditor/link-opens-new-window.html:
2353 * http/tests/security/xssAuditor/malformed-xss-protection-header.html:
2354 * http/tests/security/xssAuditor/open-attribute-body.html:
2355 * http/tests/security/xssAuditor/open-event-handler-iframe.html:
2356 * http/tests/security/xssAuditor/post-from-iframe.html:
2357 * http/tests/security/xssAuditor/property-escape-comment.html:
2358 * http/tests/security/xssAuditor/property-escape-entity.html:
2359 * http/tests/security/xssAuditor/property-escape-noquotes-expected.txt:
2360 * http/tests/security/xssAuditor/property-escape-noquotes-tab-slash-chars-expected.txt:
2361 * http/tests/security/xssAuditor/property-escape-noquotes-tab-slash-chars.html:
2362 * http/tests/security/xssAuditor/property-escape-noquotes.html:
2363 * http/tests/security/xssAuditor/property-escape-quote.html:
2364 * http/tests/security/xssAuditor/property-escape.html:
2365 * http/tests/security/xssAuditor/property-inject-expected.txt:
2366 * http/tests/security/xssAuditor/property-inject.html:
2367 * http/tests/security/xssAuditor/script-tag-addslashes-backslash.html:
2368 * http/tests/security/xssAuditor/script-tag-addslashes-double-quote.html:
2369 * http/tests/security/xssAuditor/script-tag-addslashes-null-char.html:
2370 * http/tests/security/xssAuditor/script-tag-addslashes-single-quote.html:
2371 * http/tests/security/xssAuditor/script-tag-control-char.html:
2372 * http/tests/security/xssAuditor/script-tag-entities.html:
2373 * http/tests/security/xssAuditor/script-tag-null-char.html:
2374 * http/tests/security/xssAuditor/script-tag-open-redirect.html:
2375 * http/tests/security/xssAuditor/script-tag-post-control-char.html:
2376 * http/tests/security/xssAuditor/script-tag-post-null-char.html:
2377 * http/tests/security/xssAuditor/script-tag-post.html:
2378 * http/tests/security/xssAuditor/script-tag-redirect.html:
2379 * http/tests/security/xssAuditor/script-tag-with-fancy-unicode.html:
2380 * http/tests/security/xssAuditor/script-tag-with-invalid-url-encoding.html:
2381 * http/tests/security/xssAuditor/script-tag-with-three-times-url-encoded-16bit-unicode.html:
2382 * http/tests/security/xssAuditor/script-tag.html:
2383 * http/tests/security/xssAuditor/xss-protection-parsing-01.html:
2385 2011-09-14 Henrik Grunell <grunell@google.com>
2387 MediaStream API: Change PeerConnection constructor name to webkitPeerConnection
2388 https://bugs.webkit.org/show_bug.cgi?id=67843
2390 Reviewed by Tony Gentilcore.
2392 Tests for the MediaStream API will be provided by the bug 56587, pending enough landed code.
2394 * fast/dom/call-a-constructor-as-a-function.html:
2395 * platform/chromium/fast/dom/call-a-constructor-as-a-function-expected.txt:
2397 2011-09-14 David Levin <levin@chromium.org>
2399 [chromium] rebaselines due to r95096, and r95121.
2401 * platform/chromium-cg-mac-leopard/fast/css/getComputedStyle/computed-style-expected.txt: Renamed from LayoutTests/platform/chromium-cg-mac/fast/css/getComputedStyle/computed-style-expected.txt.
2402 * platform/chromium-cg-mac-leopard/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Renamed from LayoutTests/platform/chromium-cg-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt.
2403 * platform/chromium-cg-mac-leopard/svg/css/getComputedStyle-basic-expected.txt: Renamed from LayoutTests/platform/chromium-cg-mac/svg/css/getComputedStyle-basic-expected.txt.
2404 * platform/chromium-cg-mac/svg/as-border-image/svg-as-border-image-expected.txt: Removed.
2405 * platform/chromium-win-xp/svg/as-border-image/svg-as-border-image-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.txt.
2406 * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.txt:
2408 2011-09-14 David Levin <levin@chromium.org>
2410 [chromium] rebaselines due to r95096, r95121, and r95129.
2412 * platform/chromium-cg-mac-leopard/fast/borders/border-image-scaled-gradient-expected.png: Added.
2413 * platform/chromium-cg-mac-leopard/svg/as-border-image/svg-as-border-image-expected.png: Added.
2414 * platform/chromium-cg-mac/fast/css/getComputedStyle/computed-style-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt.
2415 * platform/chromium-cg-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt.
2416 * platform/chromium-cg-mac/svg/as-border-image/svg-as-border-image-expected.png: Added.
2417 * platform/chromium-cg-mac/svg/as-border-image/svg-as-border-image-expected.txt: Added.
2418 * platform/chromium-cg-mac/svg/css/getComputedStyle-basic-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt.
2419 * platform/chromium-linux/fast/borders/border-image-border-radius-expected.png:
2420 * platform/chromium-linux/fast/borders/border-image-massive-scale-expected.png: Added.
2421 * platform/chromium-linux/fast/borders/border-image-scale-transform-expected.png:
2422 * platform/chromium-linux/fast/borders/border-image-scaled-expected.png:
2423 * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png:
2424 * platform/chromium-win/fast/borders/border-image-01-expected.png:
2425 * platform/chromium-win/fast/borders/border-image-border-radius-expected.png:
2426 * platform/chromium-win/fast/borders/border-image-longhand-expected.png:
2427 * platform/chromium-win/fast/borders/border-image-massive-scale-expected.png: Added.
2428 * platform/chromium-win/fast/borders/border-image-massive-scale-expected.txt: Added.
2429 * platform/chromium-win/fast/borders/border-image-repeat-expected.png:
2430 * platform/chromium-win/fast/borders/border-image-scale-transform-expected.png:
2431 * platform/chromium-win/fast/borders/border-image-scaled-expected.png:
2432 * platform/chromium-win/fast/borders/border-image-scaled-gradient-expected.png: Added.
2433 * platform/chromium-win/fast/borders/border-image-side-reduction-expected.png:
2434 * platform/chromium-win/fast/borders/border-image-slices-expected.png:
2435 * platform/chromium-win/fast/borders/border-image-source-expected.png:
2436 * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
2437 * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
2438 * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.png:
2439 * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.txt:
2440 * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
2442 2011-09-14 David Levin <levin@chromium.org>
2444 [chromium] rebaselines due to r95121, r95070, and r95099.
2446 * platform/chromium-cg-mac-leopard/fast/borders/border-image-border-radius-expected.png: Added.
2447 * platform/chromium-cg-mac-leopard/fast/borders/border-image-rotate-transform-expected.png:
2448 * platform/chromium-cg-mac-leopard/fast/borders/border-image-scaled-expected.png:
2449 * platform/chromium-cg-mac-leopard/fast/borders/border-image-side-reduction-expected.png:
2450 * platform/chromium-cg-mac/fast/borders/bidi-002-expected.png: Added.
2451 * platform/chromium-cg-mac/fast/borders/bidi-009a-expected.png: Added.
2452 * platform/chromium-cg-mac/fast/borders/bidi-012-expected.png: Added.
2453 * platform/chromium-cg-mac/fast/borders/block-mask-overlay-image-expected.png: Added.
2454 * platform/chromium-cg-mac/fast/borders/border-color-inherit-expected.png: Added.
2455 * platform/chromium-cg-mac/fast/borders/border-image-border-radius-expected.png: Added.
2456 * platform/chromium-cg-mac/fast/borders/border-image-massive-scale-expected.png: Added.
2457 * platform/chromium-cg-mac/fast/borders/border-image-rotate-transform-expected.png:
2458 * platform/chromium-cg-mac/fast/borders/border-image-scale-transform-expected.png: Added.
2459 * platform/chromium-cg-mac/fast/borders/border-image-scaled-expected.png:
2460 * platform/chromium-cg-mac/fast/borders/border-image-side-reduction-expected.png:
2461 * platform/chromium-cg-mac/fast/borders/inline-mask-overlay-image-expected.png: Added.
2462 * platform/chromium-cg-mac/fast/borders/outline-alpha-block-expected.png: Added.
2463 * platform/chromium-cg-mac/fast/borders/outline-alpha-inline-expected.png: Added.
2464 * platform/chromium-cg-mac/fast/borders/rtl-border-01-expected.png: Added.
2465 * platform/chromium-cg-mac/fast/borders/rtl-border-02-expected.png: Added.
2466 * platform/chromium-cg-mac/fast/borders/rtl-border-03-expected.png: Added.
2467 * platform/chromium-cg-mac/fast/borders/rtl-border-04-expected.png: Added.
2468 * platform/chromium-cg-mac/fast/borders/rtl-border-05-expected.png: Added.
2469 * platform/chromium-cg-mac/fast/writing-mode/border-image-horizontal-bt-expected.png: Added.
2470 * platform/chromium-cg-mac/fast/writing-mode/border-image-vertical-lr-expected.png: Added.
2471 * platform/chromium-cg-mac/fast/writing-mode/border-image-vertical-rl-expected.png: Added.
2472 * platform/chromium-cg-mac/fast/writing-mode/japanese-rl-text-with-broken-font-expected.txt: Removed.
2473 * platform/chromium-linux-x86/fast/borders/border-image-scrambled-expected.png: Removed.
2474 * platform/chromium-linux/fast/borders/border-image-scrambled-expected.png: Removed.
2475 * platform/chromium-linux/fast/borders/border-image-scrambled-expected.txt: Removed.
2476 * platform/chromium-win-vista/fast/borders/border-image-scrambled-expected.png: Removed.
2477 * platform/chromium-win-vista/fast/borders/border-image-scrambled-expected.txt: Removed.
2478 * platform/chromium-win-xp/fast/borders/border-image-scrambled-expected.png: Removed.
2479 * platform/chromium-win-xp/fast/borders/border-image-scrambled-expected.txt: Removed.
2480 * platform/chromium-win/fast/borders/border-image-scrambled-expected.png: Added.
2481 * platform/chromium-win/fast/borders/border-image-scrambled-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/borders/border-image-scrambled-expected.txt.
2483 2011-09-14 Eric Carlson <eric.carlson@apple.com>
2485 Media element tests should look up controller element locations.
2486 https://bugs.webkit.org/show_bug.cgi?id=68038
2488 Get the position of controller elements from the shadow DOM.
2490 Reviewed by Darin Adler.
2492 * media/audio-delete-while-slider-thumb-clicked.html:
2493 * media/audio-delete-while-step-button-clicked.html:
2494 * media/controls-drag-timebar.html:
2495 * media/controls-right-click-on-timebar.html:
2496 * media/video-controls-transformed.html:
2497 * media/video-controls-visible-audio-only.html:
2498 * media/video-controls-zoomed.html:
2499 * media/video-volume-slider.html:
2501 2011-09-14 David Levin <levin@chromium.org>
2503 [chromium] Update baselines due to r95070 and r95099.
2505 * platform/chromium-cg-mac-leopard/fast/writing-mode/broken-ideographic-font-expected.png: Added.
2506 * platform/chromium-cg-mac/fast/writing-mode/broken-ideographic-font-expected.png: Added.
2507 * platform/chromium-cg-mac/fast/writing-mode/japanese-rl-text-with-broken-font-expected.png: Added.
2508 * platform/chromium-cg-mac/fast/writing-mode/japanese-rl-text-with-broken-font-expected.txt: Added.
2509 * platform/chromium-linux-x86/fast/borders/border-image-scrambled-expected.png: Added.
2510 * platform/chromium-linux-x86/fast/borders/border-image-scrambled-expected.txt: Added.
2511 * platform/chromium-linux/fast/borders/border-image-scrambled-expected.png: Added.
2512 * platform/chromium-linux/fast/borders/border-image-scrambled-expected.txt: Added.
2513 * platform/chromium-win-vista/fast/borders/border-image-scrambled-expected.png: Added.
2514 * platform/chromium-win-vista/fast/borders/border-image-scrambled-expected.txt: Added.
2515 * platform/chromium-win-xp/fast/borders/border-image-scrambled-expected.png: Added.
2516 * platform/chromium-win-xp/fast/borders/border-image-scrambled-expected.txt: Added.
2517 * platform/chromium/test_expectations.txt:
2519 2011-09-14 David Hyatt <hyatt@apple.com>
2521 https://bugs.webkit.org/show_bug.cgi?id=52736
2523 Tiles were not being properly centered within border image sides for the "repeat"
2524 keyword. This patch fixes the buggy math behind the pattern tiling to actually get
2525 the initial phases correct.
2527 Reviewed by Sam Weinig.
2529 * fast/borders/border-image-massive-scale.html: Added.
2530 * fast/borders/border-image-scaled-gradient.html: Added.
2531 * platform/mac/fast/borders/border-image-massive-scale-expected.png: Added.
2532 * platform/mac/fast/borders/border-image-massive-scale-expected.txt: Added.
2533 * platform/mac/fast/borders/border-image-outset-expected.png:
2534 * platform/mac/fast/borders/border-image-outset-in-shorthand-expected.png:
2535 * platform/mac/fast/borders/border-image-outset-split-inline-expected.png:
2536 * platform/mac/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png:
2537 * platform/mac/fast/borders/border-image-scaled-gradient-expected.png: Added.
2538 * platform/mac/fast/borders/border-image-scaled-gradient-expected.txt: Added.
2539 * platform/mac/fast/borders/border-image-side-reduction-expected.png:
2541 2011-09-14 Jeremy Apthorp <jeremya@chromium.org>
2543 Change mousedown events to keydown events, since eventSender.mouseDown
2544 wasn't firing onmousedown events on Mac.
2545 https://bugs.webkit.org/show_bug.cgi?id=67960
2547 Reviewed by Adam Barth.
2549 * fullscreen/full-screen-remove-ancestor-during-transition.html:
2551 2011-09-14 David Hyatt <hyatt@apple.com>
2553 https://bugs.webkit.org/show_bug.cgi?id=68103
2555 Centered portions of border images don't render correctly. Make the tile scale factor have to be
2556 explicitly passed in and modify paintNinePieceImage to compute it for all sides. The attempts to
2557 implicitly compute the scale for the pattern based off the source and destination rects just don't
2558 work, since the center image rects don't provide the right information to be able to infer the
2561 Reviewed by Sam Weinig.
2563 Reset all the existing fast/borders pixel results to Lion for these changes.
2565 * platform/mac/fast/borders/bidi-002-expected.png:
2566 * platform/mac/fast/borders/bidi-009a-expected.png:
2567 * platform/mac/fast/borders/bidi-012-expected.png:
2568 * platform/mac/fast/borders/block-mask-overlay-image-expected.png:
2569 * platform/mac/fast/borders/border-antialiasing-expected.png:
2570 * platform/mac/fast/borders/border-color-inherit-expected.png:
2571 * platform/mac/fast/borders/border-fit-expected.png:
2572 * platform/mac/fast/borders/border-image-01-expected.png:
2573 * platform/mac/fast/borders/border-image-border-radius-expected.png:
2574 * platform/mac/fast/borders/border-image-longhand-expected.png:
2575 * platform/mac/fast/borders/border-image-omit-right-slice-expected.png:
2576 * platform/mac/fast/borders/border-image-outset-expected.png:
2577 * platform/mac/fast/borders/border-image-outset-in-shorthand-expected.png:
2578 * platform/mac/fast/borders/border-image-repeat-expected.png:
2579 * platform/mac/fast/borders/border-image-rotate-transform-expected.png:
2580 * platform/mac/fast/borders/border-image-scale-transform-expected.png:
2581 * platform/mac/fast/borders/border-image-scaled-expected.png:
2582 * platform/mac/fast/borders/border-image-scrambled-expected.png:
2583 * platform/mac/fast/borders/border-image-slices-expected.png:
2584 * platform/mac/fast/borders/border-image-source-expected.png:
2585 * platform/mac/fast/borders/border-radius-circle-expected.png:
2586 * platform/mac/fast/borders/border-radius-constraints-expected.png:
2587 * platform/mac/fast/borders/border-radius-different-width-001-expected.png:
2588 * platform/mac/fast/borders/border-radius-groove-01-expected.png:
2589 * platform/mac/fast/borders/border-radius-groove-02-expected.png:
2590 * platform/mac/fast/borders/border-radius-groove-03-expected.png:
2591 * platform/mac/fast/borders/border-radius-huge-assert-expected.png:
2592 * platform/mac/fast/borders/border-radius-inline-flow-expected.png:
2593 * platform/mac/fast/borders/border-radius-inset-outset-expected.png:
2594 * platform/mac/fast/borders/border-radius-split-inline-expected.png:
2595 * platform/mac/fast/borders/border-radius-wide-border-01-expected.png:
2596 * platform/mac/fast/borders/border-radius-wide-border-02-expected.png:
2597 * platform/mac/fast/borders/border-radius-wide-border-03-expected.png:
2598 * platform/mac/fast/borders/border-radius-wide-border-04-expected.png:
2599 * platform/mac/fast/borders/border-styles-split-expected.png:
2600 * platform/mac/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
2601 * platform/mac/fast/borders/borderRadiusArcs01-expected.png:
2602 * platform/mac/fast/borders/borderRadiusDashed01-expected.png:
2603 * platform/mac/fast/borders/borderRadiusDashed02-expected.png:
2604 * platform/mac/fast/borders/borderRadiusDashed03-expected.png:
2605 * platform/mac/fast/borders/borderRadiusDashed04-expected.png:
2606 * platform/mac/fast/borders/borderRadiusDashed05-expected.png:
2607 * platform/mac/fast/borders/borderRadiusDashed06-expected.png:
2608 * platform/mac/fast/borders/borderRadiusDotted01-expected.png:
2609 * platform/mac/fast/borders/borderRadiusDotted02-expected.png:
2610 * platform/mac/fast/borders/borderRadiusDotted03-expected.png:
2611 * platform/mac/fast/borders/borderRadiusDotted04-expected.png:
2612 * platform/mac/fast/borders/borderRadiusDotted05-expected.png:
2613 * platform/mac/fast/borders/borderRadiusDotted06-expected.png:
2614 * platform/mac/fast/borders/borderRadiusDouble01-expected.png:
2615 * platform/mac/fast/borders/borderRadiusDouble02-expected.png:
2616 * platform/mac/fast/borders/borderRadiusDouble03-expected.png:
2617 * platform/mac/fast/borders/borderRadiusDouble04-expected.png:
2618 * platform/mac/fast/borders/borderRadiusDouble05-expected.png:
2619 * platform/mac/fast/borders/borderRadiusDouble06-expected.png:
2620 * platform/mac/fast/borders/borderRadiusDouble07-expected.png:
2621 * platform/mac/fast/borders/borderRadiusDouble08-expected.png:
2622 * platform/mac/fast/borders/borderRadiusDouble09-expected.png:
2623 * platform/mac/fast/borders/borderRadiusGroove01-expected.png:
2624 * platform/mac/fast/borders/borderRadiusGroove02-expected.png:
2625 * platform/mac/fast/borders/borderRadiusInset01-expected.png:
2626 * platform/mac/fast/borders/borderRadiusInvalidColor-expected.png:
2627 * platform/mac/fast/borders/borderRadiusOutset01-expected.png:
2628 * platform/mac/fast/borders/borderRadiusRidge01-expected.png:
2629 * platform/mac/fast/borders/borderRadiusSolid01-expected.png:
2630 * platform/mac/fast/borders/borderRadiusSolid02-expected.png:
2631 * platform/mac/fast/borders/borderRadiusSolid03-expected.png:
2632 * platform/mac/fast/borders/borderRadiusSolid04-expected.png:
2633 * platform/mac/fast/borders/different-color-borders-expected.png:
2634 * platform/mac/fast/borders/fieldsetBorderRadius-expected.png:
2635 * platform/mac/fast/borders/inline-mask-overlay-image-expected.png:
2636 * platform/mac/fast/borders/mixed-border-styles-expected.png:
2637 * platform/mac/fast/borders/mixed-border-styles-radius-expected.png:
2638 * platform/mac/fast/borders/mixed-border-styles-radius2-expected.png:
2639 * platform/mac/fast/borders/outline-alpha-block-expected.png:
2640 * platform/mac/fast/borders/outline-alpha-inline-expected.png:
2641 * platform/mac/fast/borders/outline-offset-min-assert-expected.png:
2642 * platform/mac/fast/borders/rtl-border-01-expected.png:
2643 * platform/mac/fast/borders/rtl-border-02-expected.png:
2644 * platform/mac/fast/borders/rtl-border-03-expected.png:
2645 * platform/mac/fast/borders/rtl-border-04-expected.png:
2646 * platform/mac/fast/borders/rtl-border-05-expected.png:
2647 * platform/mac/fast/borders/table-borders-expected.png:
2648 * platform/mac/fast/borders/webkit-border-radius-expected.png:
2650 2011-09-14 Eric Carlson <eric.carlson@apple.com>
2652 Update media-controls.js so it can find the timeline slider
2653 https://bugs.webkit.org/show_bug.cgi?id=68034
2655 Don't assume that all elements in the media controller shadow DOM pseudo
2656 elements are siblings.
2658 Reviewed by Darin Adler.
2660 * media/media-controls.js:
2661 (mediaConrolsElement):
2662 (mediaControlsButtonCoordinates):
2664 2011-09-14 Cary Clark <caryclark@google.com>
2666 Unreviewed; new baselines (Skia on Mac)
2667 Updated reference images (missed this one on the prior land)
2669 * platform/chromium-mac/svg/custom/simple-text-double-shadow-expected.png: Added.
2671 2011-09-14 Cary Clark <caryclark@google.com>
2673 Unreviewed; new baselines (Skia on Mac)
2674 Updated reference images.
2676 * platform/chromium-mac/fast/writing-mode/broken-ideographic-font-expected.png: Removed.
2677 * platform/chromium-mac/svg/custom/simple-text-double-shadow-expected.png: Added.
2679 2011-09-14 Eric Carlson <eric.carlson@apple.com>
2681 video-error-abort.html shouldn't be in Mac skipped list
2682 https://bugs.webkit.org/show_bug.cgi?id=68053
2683 <rdar://problem/6710625> Test media/video-error-abort.html doesn't work
2685 Reviewed by Darin Adler.
2687 * platform/mac/Skipped: Remove http/tests/media/video-error-abort.html from the mac
2690 2011-09-14 Stephen White <senorblanco@chromium.org>
2692 [chromium] Unreviewed gardening.
2694 Removing fast/canvas/setWidthResetAfterForcedRender.html from
2695 test_expectations, since it has been passing on the Mesa bots
2696 (last failure was at r94962).
2698 2011-09-14 David Hyatt <hyatt@apple.com>
2700 https://bugs.webkit.org/show_bug.cgi?id=68040
2702 Make sure border image sub-properties can be specified in any order.
2704 Reviewed by Beth Dakin.
2706 * fast/borders/border-image-scrambled.html: Added.
2707 * platform/mac/fast/borders/border-image-scrambled-expected.png: Added.
2708 * platform/mac/fast/borders/border-image-scrambled-expected.txt: Added.
2710 2011-09-13 David Hyatt <hyatt@apple.com>
2712 https://bugs.webkit.org/show_bug.cgi?id=68050
2714 Regressions in some layout tests from making border/mask/reflection nine-piece-image
2715 parsing match the spec, which allows any of the pieces to be omitted and to also be
2716 specifiable in any order.
2718 When the higher level code suddenly allowed the image slices to be omitted, the fixup
2719 for legacy compatibility for reflections and masks in the parseBorderImageSlice function
2720 no longer happened because that function no longer got called.
2722 The fix is to properly set the defaults to include the "fill" keyword, so the fixup is
2723 applied to the NinePieceImages you create before you ever map anything in from the rules.
2725 This also has the side effect of fixing -webkit-max-box-image-slice to actually dump as
2726 "0 fill" instead of just "0", which is the correct initial value for this property.
2728 Reviewed by Adam Roben.
2730 * fast/css/getComputedStyle/computed-style-expected.txt:
2731 * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
2732 * svg/css/getComputedStyle-basic-expected.txt:
2734 2011-09-14 Ilya Tikhonovsky <loislo@chromium.org>
2736 Unreviewed. timeline-animation-frame.html was marked as TEXT.
2738 * platform/qt/test_expectations.txt:
2740 2011-09-14 Ilya Tikhonovsky <loislo@chromium.org>
2742 Unreviewed. timeline-animation-frame.html was marked as TIMEOUT.
2744 * platform/qt/test_expectations.txt:
2746 2011-09-14 Ilya Tikhonovsky <loislo@chromium.org>
2748 Web Inspector: requestAnimationFrame callbacks don't show up in the timeline panel.
2749 https://bugs.webkit.org/show_bug.cgi?id=67986
2751 Reviewed by Pavel Feldman.
2753 * inspector/timeline/timeline-animation-frame-expected.txt: Added.
2754 * inspector/timeline/timeline-animation-frame.html: Added.
2755 * inspector/timeline/timeline-enum-stability-expected.txt:
2756 * platform/chromium/inspector/timeline/timeline-enum-stability-expected.txt:
2757 * inspector/timeline/timeline-test.js:
2758 (initialize_Timeline.InspectorTest.performActions.step2):
2759 (initialize_Timeline.InspectorTest.performActions):
2760 (initialize_Timeline.InspectorTest.performActionsAndPrint):
2762 2011-09-14 Fumitoshi Ukai <ukai@chromium.org>
2764 Unreviewed, update chromium test expectations.
2766 * platform/chromium/test_expectations.txt: fix lint-test-files error
2768 2011-09-14 Kentaro Hara <haraken@google.com>
2770 page-transition-event-constructor-expected.txt is missing
2771 https://bugs.webkit.org/show_bug.cgi?id=68069
2773 Reviewed by Hajime Morita.
2775 * fast/events/constructors/page-transition-event-constructor-expected.txt: Added.
2777 2011-09-14 Sheriff Bot <webkit.review.bot@gmail.com>
2779 Unreviewed, rolling out r95080.
2780 http://trac.webkit.org/changeset/95080
2781 https://bugs.webkit.org/show_bug.cgi?id=68070
2783 It caused some 2d.composite.uncovered tests fail (Requested by
2786 * fast/canvas/canvas-large-fills-expected.txt: Removed.
2787 * fast/canvas/canvas-large-fills.html: Removed.
2789 2011-09-13 Pavel Feldman <pfeldman@google.com>
2791 Web Inspector: [v8] building call frame info for location-less internal script function crashes.
2792 https://bugs.webkit.org/show_bug.cgi?id=67991
2794 Reviewed by Yury Semikhatsky.
2796 * inspector/debugger/debugger-pause-in-internal-expected.txt: Added.
2797 * inspector/debugger/debugger-pause-in-internal.html: Added.
2798 * inspector/debugger/debugger-pause-on-exception-crash-expected.txt: Added.
2799 * platform/chromium/inspector/debugger/debugger-pause-in-internal-expected.txt: Added.
2801 2011-09-14 Fumitoshi Ukai <ukai@chromium.org>
2803 Unreviewed, update chromium test expecations.
2805 * platform/chromium/test_expectations.txt:
2806 - remove failure by r95058, which was reverted by r95077.
2807 - add failures by r95070
2809 2011-09-14 Gabor Rapcsanyi <rgabor@webkit.org>
2811 [Qt] Unreviewed, update test expectations for
2812 svg/custom/dynamic-svg-document-creation.svg after r95030
2814 * platform/qt/svg/custom/dynamic-svg-document-creation-expected.png:
2815 * platform/qt/svg/custom/dynamic-svg-document-creation-expected.txt:
2817 2011-09-14 Ben Wells <benwells@chromium.org>
2819 Large canvas fills should not crash or create unnecessarily large image buffers
2820 https://bugs.webkit.org/show_bug.cgi?id=67988
2822 Reviewed by Stephen White.
2824 * fast/canvas/canvas-large-fills-expected.txt: Added.
2825 * fast/canvas/canvas-large-fills.html: Added.
2827 2011-09-14 Kentaro Hara <haraken@google.com>
2829 Implement a PageTransitionEvent constructor for JSC
2830 https://bugs.webkit.org/show_bug.cgi?id=68048
2832 Reviewed by Sam Weinig.
2834 page-transition-event-constructor.html checks the behavior of the PageTransitionEvent constructor.
2836 * fast/dom/constructed-objects-prototypes-expected.txt: Added PageTransitionEvent.
2837 * fast/events/constructors/page-transition-event-constructor-expected.txt: Added.
2838 * fast/events/constructors/page-transition-event-constructor.html: Added.
2839 * platform/chromium/test_expectations.txt: Skipped page-transition-event-constructor.html, since V8 does not yet have the PageTransitionEvent constructor.
2841 2011-09-13 Sheriff Bot <webkit.review.bot@gmail.com>
2843 Unreviewed, rolling out r95058.
2844 http://trac.webkit.org/changeset/95058
2845 https://bugs.webkit.org/show_bug.cgi?id=68058
2847 It made css3/calc/regression-62276.html crash (Requested by
2850 * fast/borders/border-image-scrambled.html: Removed.
2851 * platform/mac/fast/borders/border-image-scrambled-expected.png: Removed.
2852 * platform/mac/fast/borders/border-image-scrambled-expected.txt: Removed.
2854 2011-09-13 Abhishek Arya <inferno@chromium.org>
2856 Crash in RenderScrollbarPart::imageChanged.
2857 https://bugs.webkit.org/show_bug.cgi?id=68009
2859 Reviewed by Simon Fraser.
2861 * scrollbars/scrollbar-part-created-with-no-parent-crash-expected.txt: Added.
2862 * scrollbars/scrollbar-part-created-with-no-parent-crash.html: Added.
2864 2011-09-13 Fumitoshi Ukai <ukai@chromium.org>
2866 Unreviewed, update chromium test expectations.
2868 * platform/chromium/test_expectations.txt: failures on GPU starting from r95058
2870 2011-09-13 Fumitoshi Ukai <ukai@chromium.org>
2872 Unreviewed, update chromium test expectations.
2874 * platform/chromium/test_expectations.txt: failures starting from r95058
2876 2011-09-13 Adam Klein <adamk@chromium.org>
2878 Fix cssText property of counter-valued CSSPrimitiveValue and avoid uninitialized read
2879 https://bugs.webkit.org/show_bug.cgi?id=68021
2881 Reviewed by Tony Chang.
2883 * fast/css/counters/counter-cssText-expected.txt: Added.
2884 * fast/css/counters/counter-cssText.html: Added.
2886 2011-09-13 Kenichi Ishibashi <bashi@chromium.org>
2888 WebFont followed tiny monospace text displays weird
2889 https://bugs.webkit.org/show_bug.cgi?id=67996
2891 Reviewed by Darin Adler.
2893 This test ensures that webfont followed tiny monospace text is displayed correctly.
2895 * platform/mac/fast/text/webfont-after-tiny-monospace-text-expected.png: Added.
2896 * platform/mac/fast/text/webfont-after-tiny-monospace-text-expected.txt: Added.
2897 * platform/mac/fast/text/webfont-after-tiny-monospace-text.html: Added.
2899 2011-09-13 Tom Sepez <tsepez@chromium.org>
2901 Fix XSS auditor bypass when inline handlers contain comments.
2902 https://bugs.webkit.org/show_bug.cgi?id=27895
2904 Reviewed by Adam Barth.
2906 * http/tests/security/xssAuditor/malformed-HTML-expected.txt:
2907 * http/tests/security/xssAuditor/open-attribute-body-expected.txt:
2908 * http/tests/security/xssAuditor/open-event-handler-iframe-expected.txt:
2909 * http/tests/security/xssAuditor/property-escape-comment-expected.txt: Added.
2910 * http/tests/security/xssAuditor/property-escape-comment.html: Added.
2911 * http/tests/security/xssAuditor/property-escape-entity-expected.txt: Added.
2912 * http/tests/security/xssAuditor/property-escape-entity.html: Added.
2913 * http/tests/security/xssAuditor/property-escape-quote-expected.txt: Added.
2914 * http/tests/security/xssAuditor/property-escape-quote.html: Added.
2915 * http/tests/security/xssAuditor/resources/echo-property.pl:
2917 2011-09-13 Fumitoshi Ukai <ukai@chromium.org>
2919 Update chromium-mac test expectations
2920 https://bugs.webkit.org/show_bug.cgi?id=67917
2922 Reviewed by Darin Adler.
2924 * platform/chromium-cg-mac-leopard/svg/custom/simple-text-double-shadow-expected.png: Added.
2925 * platform/chromium/test_expectations.txt:
2927 2011-09-13 Kentaro Hara <haraken@google.com>
2929 Implement a HashChangeEvent constructor for V8
2930 https://bugs.webkit.org/show_bug.cgi?id=67969
2932 Reviewed by Nate Chapin.
2934 Enabled hash-change-event-constructor.html, since now V8 has a HashChangeEvent constructor.
2936 * platform/chromium/test_expectations.txt:
2938 2011-09-13 Jeremy Apthorp <jeremya@google.com>
2940 Removing an iframe from the document during a transition to fullscreen
2942 https://bugs.webkit.org/show_bug.cgi?id=67960
2944 Reviewed by Adam Barth.
2946 * fullscreen/full-screen-remove-ancestor-during-transition-expected.txt: Added.
2947 * fullscreen/full-screen-remove-ancestor-during-transition.html: Added.
2949 2011-09-13 David Hyatt <hyatt@apple.com>
2951 https://bugs.webkit.org/show_bug.cgi?id=68040
2953 Make sure border image sub-properties can be specified in any order.
2955 Reviewed by Beth Dakin.
2957 * fast/borders/border-image-scrambled.html: Added.
2958 * platform/mac/fast/borders/border-image-scrambled-expected.png: Added.
2959 * platform/mac/fast/borders/border-image-scrambled-expected.txt: Added.
2961 2011-09-12 Jon Honeycutt <jhoneycutt@apple.com>
2963 MSAA: WebKit reports the document state as disabled
2964 https://bugs.webkit.org/show_bug.cgi?id=67974
2965 <rdar://problem/10095898>
2967 Reviewed by Brian Weinstein.
2969 * platform/win/accessibility/document-enabled-state-expected.txt: Added.
2970 * platform/win/accessibility/document-enabled-state.html: Added.
2972 2011-08-11 Cris Neckar <cdn@chromium.org>
2974 Test for crash when reparenting table elements with associated counters outside the table.
2975 https://bugs.webkit.org/show_bug.cgi?id=65996
2977 Reviewed by Eric Seidel.
2979 * fast/css/counters/counter-reparent-table-children-crash-expected.txt: Added.
2980 * fast/css/counters/counter-reparent-table-children-crash.html: Added.
2982 2011-09-13 Kiyoto Tamura <owenestea@gmail.com>
2984 For compatibility, execCommand should support deprecated 'useCSS' alias for 'styleWithCSS'
2985 https://bugs.webkit.org/show_bug.cgi?id=36683
2987 Reviewed by Ryosuke Niwa.
2989 Testing useCSS, the command previously unsupported by WebKit. Also, we are testing
2990 styleWithCSS accepts anything that is not the boolean false or the string "false" as true.
2991 Furthermore, we test that queryCommandValue/State('useCSS') return boolean false and
2992 queryCommandValue/State('useStyleWithCSS') returns booleans (as opposed to 'true'/'false'
2995 * editing/execCommand/style-with-css-expected.txt: Added.
2996 * editing/execCommand/style-with-css.html: Added.
2997 * editing/execCommand/use-css-expected.txt: Added.
2998 * editing/execCommand/use-css.html: Added.
3000 2011-09-13 Tim Horton <timothy_horton@apple.com>
3002 REGRESSION (64275): Shape pattern-image fill turns black
3003 https://bugs.webkit.org/show_bug.cgi?id=51061
3004 <rdar://problem/8504705>
3006 Reviewed by Simon Fraser.
3008 Add a test ensuring that replacing a SVG pattern without changing
3009 the id causes the clients to be updated properly.
3011 * svg/custom/pending-resource-after-removal-expected.png: Added.
3012 * svg/custom/pending-resource-after-removal-expected.txt: Added.
3013 * svg/custom/pending-resource-after-removal.xhtml: Added.
3015 2011-09-13 Cary Clark <caryclark@google.com>
3017 Unreviewed; new baselines (Skia on Mac)
3018 Updated reference images.
3020 * platform/chromium-gpu-mac/platform/chromium/compositing/zoom-animator-scale-test-expected.png: Added.
3021 * platform/chromium-gpu-mac/compositing/overflow/overflow-positioning-expected.png: Added.
3023 2011-09-13 Cary Clark <caryclark@google.com>
3025 Unreviewed; new baselines (Skia on Mac)
3026 Updated reference images, text.
3028 * platform/chromium-mac/http/tests/eventsource/existent-eventsource-status-error-iframe-crash-expected.txt: Removed.
3029 * platform/chromium-mac/platform/chromium/fast/repaint: Added.
3030 * platform/chromium-mac/platform/chromium/fast/repaint/fixed-layout-360x240-expected.png: Added.
3031 * platform/chromium-mac/fast/lists/list-marker-before-content-table-expected.png: Added.
3032 * platform/chromium-mac/fast/runin/runin-generated-before-content-expected.png: Added.
3033 * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug85016-expected.png: Added.
3034 * platform/chromium-mac/css3/unicode-bidi-isolate-aharon-expected.png: Added.
3035 * platform/chromium-mac/css3/unicode-bidi-isolate-basic-expected.png: Added.
3037 2011-09-13 Chang Shu <cshu@webkit.org>
3039 [WK2] [Mac] Implement KeyDown function for WebKit2 EventSender.
3040 https://bugs.webkit.org/show_bug.cgi?id=57515
3042 Unskip passed tests for Mac.
3044 Reviewed by Darin Adler.
3046 * platform/mac-wk2/Skipped:
3047 * platform/qt-wk2/Skipped:
3048 * platform/win-wk2/Skipped:
3049 * platform/wk2/Skipped:
3051 2011-09-13 Joseph Pecoraro <joepeck@webkit.org>
3053 CRASH under WebCore::ArchiveResourceCollection::addAllResources loading WebArchive
3054 https://bugs.webkit.org/show_bug.cgi?id=67983
3056 Reviewed by Darin Adler.
3058 Test a WebArchive that has been constructed to have a null
3059 mimetype for a subresource.
3061 * webarchive/loading/test-loading-archive-subresource-null-mimetype-expected.txt: Added.
3062 * webarchive/loading/test-loading-archive-subresource-null-mimetype.html: Added.
3063 * webarchive/loading/resources/subresource-null-mimetype.webarchive: Added.
3065 2011-09-13 Ryosuke Niwa <rniwa@webkit.org>
3067 Update chromium test expectation since fast/borders/border-image-omit-right-slice.html no longer hits an assertion.
3069 * platform/chromium/test_expectations.txt:
3071 2011-09-13 Xianzhu Wang <wangxianzhu@chromium.org>
3073 Reviewed by Darin Adler.
3075 Webkit wraps between hyphen-minus and numeric characters
3076 https://bugs.webkit.org/show_bug.cgi?id=20677
3078 Disallow wrapping between a hyphen-minus and a digit if the hyphen-minus
3079 is not directly after a digit or a letter.
3081 * fast/text/line-breaks-after-hyphen-before-number-expected.txt: Added.
3082 * fast/text/line-breaks-after-hyphen-before-number.html: Added.
3084 2011-09-12 Sam Weinig <sam@webkit.org>
3086 Object.getPrototypeOf should use JSValue::get()
3087 https://bugs.webkit.org/show_bug.cgi?id=67973
3089 Reviewed by Darin Adler.
3091 * http/tests/security/cross-frame-access-object-getPrototypeOf-expected.txt: Added.
3092 * http/tests/security/cross-frame-access-object-getPrototypeOf.html: Added.
3093 * http/tests/security/resources/cross-frame-iframe-for-object-getPrototypeOf-test.html: Added.
3095 2011-09-13 Fumitoshi Ukai <ukai@chromium.org>
3097 Unreviewed, update chromium test expectations
3099 * platform/chromium/test_expectations.txt: fast/borders/border-image-omit-right-slice.html fails on release
3101 2011-09-13 Renata Hodovan <reni@webkit.org>
3103 eventSender.keyDown is unimplemented (WKTR)
3104 https://bugs.webkit.org/show_bug.cgi?id=57515
3106 Unreviewed gardening.
3108 * platform/qt-wk2/Skipped:
3110 2011-09-12 Shinya Kawanaka <shinyak@google.com>
3112 [chromium] fast/js/parseInt.html does not fail any more.
3113 https://bugs.webkit.org/show_bug.cgi?id=65366
3115 parseInt bug was fixed in v8 version 3.6.0.
3117 Reviewed by Eric Seidel.
3119 * platform/chromium/test_expectations.txt:
3121 2011-09-12 Dominic Mazzoni <dmazzoni@google.com>
3123 Add a test that ensures that the accessibility tree
3124 does not contain duplicate child nodes.
3125 https://bugs.webkit.org/show_bug.cgi?id=58930
3127 This test failed when the bug was originally filed, but was
3128 fixed in: https://bugs.webkit.org/show_bug.cgi?id=61805
3129 so no code changes are accompanying this new layout test.
3131 Reviewed by Chris Fleizach.
3133 * accessibility/duplicate-child-nodes-expected.txt: Added.
3134 * accessibility/duplicate-child-nodes.html: Added.
3136 2011-09-12 Shinya Kawanaka <shinyak@google.com>
3138 Crashes in WebCore::InsertListCommand::unlistifyParagraph.
3139 https://bugs.webkit.org/show_bug.cgi?id=67918
3141 Reviewed by Ryosuke Niwa.
3145 * editing/execCommand/insert-list-in-noneditable-list-parent-expected.txt: Added.
3146 * editing/execCommand/insert-list-in-noneditable-list-parent.html: Added.
3148 2011-09-12 Sheriff Bot <webkit.review.bot@gmail.com>
3150 Unreviewed, rolling out r94975.
3151 http://trac.webkit.org/changeset/94975
3152 https://bugs.webkit.org/show_bug.cgi?id=67984
3154 crash in PrerenderBrowserTest.PrerenderHTML5VideoJs (Requested
3155 by ukai on #webkit).
3157 * platform/chromium/compositing/lost-compositor-context-with-rendersurface-expected.png: Removed.
3158 * platform/chromium/compositing/lost-compositor-context-with-rendersurface-expected.txt: Removed.
3159 * platform/chromium/compositing/lost-compositor-context-with-rendersurface.html: Removed.
3161 2011-09-12 Sam Weinig <sam@webkit.org>
3163 Don't allow setting __proto__ to be a getter or setter
3164 https://bugs.webkit.org/show_bug.cgi?id=67982
3166 Reviewed by Gavin Barraclough.
3168 * fast/js/prototypes-expected.txt:
3169 * fast/js/script-tests/prototypes.js:
3170 Add test that we disallow setting a getter or setter on __proto__.
3172 2011-09-12 Jacky Jiang <zhajiang@rim.com>
3174 Setting document.title doesn't affect contents of title tag of XHTML documents
3175 https://bugs.webkit.org/show_bug.cgi?id=57537
3177 Reviewed by Alexey Proskuryakov.
3179 * fast/dom/title-content-set-innerText-get-expected.txt: Added.
3180 * fast/dom/title-content-set-innerText-get.xhtml: Added.
3182 2011-09-12 Dominic Mazzoni <dmazzoni@google.com>
3184 Add GTK & Win expectations for two recently added
3185 accessibility layout tests.
3186 https://bugs.webkit.org/show_bug.cgi?id=67948
3188 Reviewed by Chris Fleizach.
3190 * platform/gtk/accessibility/adjacent-continuations-cause-assertion-failure-expected.txt: Added.
3191 * platform/gtk/accessibility/div-within-anchors-causes-crash-expected.txt: Added.
3192 * platform/win/accessibility/adjacent-continuations-cause-assertion-failure-expected.txt: Added.
3193 * platform/win/accessibility/div-within-anchors-causes-crash-expected.txt: Added.
3195 2011-09-12 Wyatt Carss <wcarss@chromium.org>
3197 Reviewed by Eric Seidel.
3199 convert editing/deleting/5390681-2.html to dump-as-markup
3200 https://bugs.webkit.org/show_bug.cgi?id=63293
3202 Renamed editing/deleting/5390681* to editing/deleting/smart-delete-across-editable-boundaries,
3203 Added doctype/html/body to both tests, and converted smart-delete-across-editable-boundaries-2
3204 to dump-as-markup test in the same style as the first. Also updated results.
3206 * editing/deleting/5390681.html: Removed.
3207 * editing/deleting/5390681-expected.txt: Removed.
3208 * editing/deleting/5390681-2.html: Removed.
3209 * editing/deleting/smart-delete-across-editable-boundaries.html: Added.
3210 * editing/deleting/smart-delete-across-editable-boundaries-expected.txt: Added.
3211 * editing/deleting/smart-delete-across-editable-boundaries-2.html: Added.
3212 * editing/deleting/smart-delete-across-editable-boundaries-2-expected.txt: Added.
3213 * platform/chromium-linux/editing/deleting/5390681-2-expected.png: Removed.
3214 * platform/chromium-win/editing/deleting/5390681-2-expected.png: Removed.
3215 * platform/chromium-win/editing/deleting/5390681-2-expected.txt: Removed.
3216 * platform/gtk/editing/deleting/5390681-2-expected.txt: Removed.
3217 * platform/mac-leopard/editing/deleting/5390681-2-expected.png: Removed.
3218 * platform/mac/editing/deleting/5390681-2-expected.png: Removed.
3219 * platform/mac/editing/deleting/5390681-2-expected.txt: Removed.
3220 * platform/qt/editing/deleting/5390681-2-expected.png: Removed.
3221 * platform/qt/editing/deleting/5390681-2-expected.txt: Removed.
3222 * platform/qt/editing/deleting/5390681-expected.png: Removed.
3224 2011-09-12 Fumitoshi Ukai <ukai@chromium.org>
3226 Unreviewed, update chromium test expectations.
3228 * platform/chromium/test_expectations.txt: fast/borders/border-image-omit-right-slice.html crash on debug
3230 2011-09-12 Fumitoshi Ukai <ukai@chromium.org>
3232 Unreviewred, update chromium test expectations.
3234 * platform/chromium/test_expectations.txt: fast/events/constructors/progress-event-constructor.html on mac
3236 2011-09-12 James Robinson <jamesr@chromium.org>
3238 [chromium] Remove bad expectation that was causing us to run a compositing/ test on Leopard. Tsk tsk, Mike
3241 * platform/chromium/test_expectations.txt:
3243 2011-09-12 Dan Bernstein <mitz@apple.com>
3245 <rdar://problem/10054615> Floats in ruby text intrude into the base
3247 Reviewed by Darin Adler.
3249 * fast/ruby/float-overhang-from-ruby-text-expected.png: Added.
3250 * fast/ruby/float-overhang-from-ruby-text-expected.txt: Added.
3251 * fast/ruby/float-overhang-from-ruby-text.html: Added.
3253 2011-09-12 Ryosuke Niwa <rniwa@webkit.org>
3255 REGRESSION: Moving up doesn't work in some cases
3256 https://bugs.webkit.org/show_bug.cgi?id=67522
3258 Reviewed by Eric Seidel.
3260 Add a test to move caret upwards from an empty line below wrapped lines.
3262 WebKit used to skip wrapped lines and placed caret at the beginning of the first of those wrapped lines
3263 instead of before the last.
3265 * editing/selection/move-up-into-wrapped-line-expected.txt: Added.
3266 * editing/selection/move-up-into-wrapped-line.html: Added.
3268 2011-09-12 Beth Dakin <bdakin@apple.com>
3270 https://bugs.webkit.org/show_bug.cgi?id=67898
3271 REGRESSION(r94900): fast/images/support-broken-image-delegate.html fails on Mac
3273 Reviewed by Simon Fraser.
3275 * platform/mac/Skipped:
3277 2011-09-12 Ryosuke Niwa <rniwa@webkit.org>
3279 Fix a test added by r94966 to work on Mac.
3281 * fast/events/selectstart-by-arrow-keys.html:
3282 * platform/chromium/test_expectations.txt:
3284 2011-09-12 Nate Chapin <japhet@chromium.org>
3286 Fix up duplicate expectations and add expected failure
3287 for selectstart-by-arrow-keys.html for chromium mac.
3289 * platform/chromium/test_expectations.txt:
3291 2011-09-12 David Reveman <reveman@chromium.org>
3293 Rebaseline for r94703.
3294 https://bugs.webkit.org/show_bug.cgi?id=67945
3296 Reviewed by James Robinson.
3298 * platform/chromium-gpu-cg-mac/compositing/color-matching/image-color-matching-expected.png:
3299 * platform/chromium-gpu-cg-mac/compositing/flat-with-transformed-child-expected.png:
3300 * platform/chromium-gpu-cg-mac/compositing/masks/masked-ancestor-expected.png:
3301 * platform/chromium-gpu-cg-mac/compositing/reflections/nested-reflection-transformed-expected.png:
3302 * platform/chromium-gpu-cg-mac/compositing/reflections/nested-reflection-transformed2-expected.png:
3303 * platform/chromium-gpu-cg-mac/compositing/reflections/reflection-in-composited-expected.png:
3304 * platform/chromium-gpu-cg-mac/compositing/scaling/tiled-layer-recursion-expected.png:
3305 * platform/chromium-gpu-cg-mac/media/video-layer-crash-expected.png:
3306 * platform/chromium-gpu-cg-mac/media/video-transformed-expected.png:
3307 * platform/chromium-gpu-win/compositing/color-matching/image-color-matching-expected.png:
3308 * platform/chromium-gpu-win/compositing/flat-with-transformed-child-expected.png:
3309 * platform/chromium-gpu-win/compositing/masks/masked-ancestor-expected.png:
3310 * platform/chromium-gpu-win/compositing/reflections/nested-reflection-transformed-expected.png:
3311 * platform/chromium-gpu-win/compositing/reflections/nested-reflection-transformed2-expected.png:
3312 * platform/chromium-gpu-win/compositing/reflections/reflection-in-composited-expected.png:
3313 * platform/chromium-gpu-win/compositing/scaling/tiled-layer-recursion-expected.png:
3314 * platform/chromium-gpu-win/media/video-layer-crash-expected.png:
3315 * platform/chromium-gpu-win/media/video-transformed-expected.png:
3316 * platform/chromium/test_expectations.txt:
3317 * platform/mac-snowleopard/media/video-layer-crash-expected.txt: Removed.
3319 2011-09-12 Eric Seidel <eric@webkit.org>
3321 Implement a HashChangeEvent constructor for JSC
3322 https://bugs.webkit.org/show_bug.cgi?id=67924
3324 Unreviewed. Updating results which were forgotten.
3326 * fast/dom/constructed-objects-prototypes-expected.txt:
3328 2011-09-12 Chris Rogers <crogers@google.com>
3330 DelayNode delay buffer is not correctly wrapping around
3331 https://bugs.webkit.org/show_bug.cgi?id=67872
3333 Reviewed by Kenneth Russell.
3335 * webaudio/delaynode-expected.txt: Added.
3336 * webaudio/delaynode.html: Added.
3338 2011-09-12 Arko Saha <arko@motorola.com>
3340 Selectstart is not fired when selection was created by arrow keys.
3341 https://bugs.webkit.org/show_bug.cgi?id=60430
3343 Reviewed by Ryosuke Niwa.
3345 * fast/events/selectstart-by-arrow-keys-expected.txt: Added.
3346 * fast/events/selectstart-by-arrow-keys-prevent-default-expected.txt: Added.
3347 * fast/events/selectstart-by-arrow-keys-prevent-default.html: Added.
3348 * fast/events/selectstart-by-arrow-keys.html: Added.
3350 2011-09-12 Ben Wagner <bungeman@chromium.org>
3352 Chromium shadow-buffer-partial test change.
3353 https://bugs.webkit.org/show_bug.cgi?id=67849
3355 Reviewed by Kenneth Russell.
3357 * platform/chromium/test_expectations.txt:
3359 2011-09-12 Kentaro Hara <haraken@google.com>
3361 Implement a HashChangeEvent constructor for JSC
3362 https://bugs.webkit.org/show_bug.cgi?id=67924
3364 Reviewed by Sam Weinig.
3366 hash-change-event-constructor.html checks the behavior of the HashChangeEvent constructor.
3368 * fast/events/constructors/hash-change-event-constructor-expected.txt: Added.
3369 * fast/events/constructors/hash-change-event-constructor.html: Added.
3370 * platform/chromium/test_expectations.txt: Skipped hash-change-event-constructor.html, since V8 does not yet have the HashChangeEvent constructor.
3372 2011-09-12 Nate Chapin <japhet@chromium.org>
3374 Add video-zoom-controls.html to chromium expectations
3377 * platform/chromium/test_expectations.txt:
3379 2011-09-12 Pavel Feldman <pfeldman@google.com>
3381 Web Inspector: Runtime.callFunctionOn does not accept arguments that evaluate to false.
3382 https://bugs.webkit.org/show_bug.cgi?id=67934
3384 Reviewed by Tony Gentilcore.
3386 * inspector/runtime/runtime-setPropertyValue.html:
3388 2011-09-12 Kentaro Hara <haraken@google.com>
3390 Implement a WebKitAnimationEvent constructor for V8
3391 https://bugs.webkit.org/show_bug.cgi?id=67922
3393 Reviewed by Adam Barth.
3395 Enabled webkit-animation-event-constructor.html, since now V8 has a WebKitAnimationEvent constructor.
3397 * platform/chromium/test_expectations.txt:
3399 2011-09-12 Zoltan Horvath <zoltan@webkit.org>
3401 [Qt][ARMv5] fast/events/constructors/progress-event-constructor.html is failing
3402 https://bugs.webkit.org/show_bug.cgi?id=67927
3406 * platform/qt-arm/Skipped:
3408 2011-09-12 Fumitoshi Ukai <ukai@chromium.org>
3410 Unreviewed, update chromium test expectations.
3412 * platform/chromium/test_expectations.txt: add fast/events/constructors/progress-event-constructor.html
3414 2011-09-12 Fumitoshi Ukai <ukai@chromium.org>
3416 Unreviewed, update chromium test expectations.
3418 * platform/chromium/test_expectations.txt: perf/show-hide-table-rows.html slow to timeout
3420 2011-09-12 Shinya Kawanaka <shinyak@google.com>
3422 Characters beyond U+10000 should be deleted by one pressing delete key.
3423 https://bugs.webkit.org/show_bug.cgi?id=40351
3425 Reviewed by Kent Tamura.
3427 Added deletion tests.
3429 * editing/deleting/delete-surrogatepair-expected.txt: Added.
3430 * editing/deleting/delete-surrogatepair.html: Added.
3432 2011-09-11 Kentaro Hara <haraken@google.com>
3434 Implement a ProgressEvent constructor for V8
3435 https://bugs.webkit.org/show_bug.cgi?id=67800
3437 Reviewed by Sam Weinig.
3439 Enabled fast/events/constructors/progress-event-constructor.html
3441 * platform/chromium/test_expectations.txt:
3443 2011-09-11 Fumitoshi Ukai <ukai@chromium.org>
3445 Unreviewed, update chromium test expectations.
3447 * platform/chromium/test_expectations.txt: slow perf/show-hide-table-rows.html
3449 2011-09-11 Fumitoshi Ukai <ukai@chromium.org>
3451 Unreviewed, update chromium test expectations.
3453 * platform/chromium/test_expectations.txt: slow perf/document-contains.html
3455 2011-09-11 Ben Wells <benwells@chromium.org>
3457 Rebaseline for bug 65583 (path based border radius drawing on skia) part 3
3458 https://bugs.webkit.org/show_bug.cgi?id=67830
3460 Reviewed by Kenneth Russell.
3462 * fast/borders/: 13 changes
3463 * fast/frames/iframe-scaling-with-scroll-expected.txt: Renamed from LayoutTests/platform/gtk/fast/frames/iframe-scaling-with-scroll-expected.txt.
3464 * platform/chromium-linux/fast/: 18 changes
3465 * platform/chromium-win/fast/: 21 changes
3466 * platform/chromium/test_expectations.txt:
3467 * platform/mac/fast/: 13 removals
3468 * platform/qt/fast/: 14 removals
3470 2011-09-11 Dimitri Glazkov <dglazkov@chromium.org>
3472 REGRESSION (r87351): toggling display of lots (thousands) of elements with display:none is very slow
3473 https://bugs.webkit.org/show_bug.cgi?id=67581
3475 Reviewed by Darin Adler.
3477 * perf/show-hide-table-rows-expected.txt: Added.
3478 * perf/show-hide-table-rows.html: Added.
3480 2011-09-11 Fumitoshi Ukai <ukai@chromium.org>
3482 Unreviewed, update chromium test expectations.
3484 * platform/chromium/test_expectations.txt: add svg/custom/simple-text-double-shadow.svg
3486 2011-09-11 Fumitoshi Ukai <ukai@chromium.org>
3488 Unreviewed, one more rebaseline for r94912
3490 * platform/chromium-cg-mac/fast/css/getComputedStyle/computed-style-expected.txt: Removed.
3491 * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
3493 2011-09-11 Fumitoshi Ukai <ukai@chromium.org>
3495 Unreviewed, update chromium test expectations and rebaselines for r94912
3497 * platform/chromium-cg-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Removed.
3498 * platform/chromium-cg-mac/svg/css/getComputedStyle-basic-expected.txt: Removed.
3499 * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
3500 * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
3501 * platform/chromium/test_expectations.txt:
3503 2011-09-11 Martin Robinson <mrobinson@igalia.com>
3505 Remove two platform-specific results for GTK+ that no longer apply and