2011-08-31 Alexander Pavlov [Chromium] Unreviewed, update Mac-Leopard expectations for multicol tests. * platform/chromium-cg-mac-leopard/fast/multicol/overflow-unsplittable-expected.png: Added. * platform/chromium-cg-mac-leopard/fast/multicol/positive-leading-expected.png: Added. 2011-08-31 Takashi Toyoshima [WebSocket] Prevent unnecessary pywebsocket warnings on layout tests. https://bugs.webkit.org/show_bug.cgi?id=67182 Reviewed by Kent Tamura. Some layout tests for WebSocket raised Exception to prevent unnecessary pywebsocket warning. But it doesn't work any more on pywebsocket 0.6b4. Now pywebsocket support AbortedByUserException to prevent warning. This change make raise AbortedByUserException instead of Exception. handshake-fail-by-prepended-null_wsh.py didn't use Exception, but expected abnormal closure on sending response could raise unexpected Exception by chance. This change also takes care of it. * http/tests/websocket/tests/hixie76/bad-handshake-crash_wsh.py: * http/tests/websocket/tests/hixie76/frame-length-longer-than-buffer_wsh.py: * http/tests/websocket/tests/hixie76/frame-length-overflow_wsh.py: * http/tests/websocket/tests/hixie76/handshake-fail-by-maxlength_wsh.py: * http/tests/websocket/tests/hixie76/handshake-fail-by-no-connection-header_wsh.py: * http/tests/websocket/tests/hixie76/handshake-fail-by-no-cr_wsh.py: * http/tests/websocket/tests/hixie76/handshake-fail-by-no-upgrade-header_wsh.py: * http/tests/websocket/tests/hixie76/handshake-fail-by-prepended-null_wsh.py: * http/tests/websocket/tests/hixie76/long-invalid-header_wsh.py: * http/tests/websocket/tests/hybi/bad-handshake-crash_wsh.py: * http/tests/websocket/tests/hybi/handshake-fail-by-extensions-header_wsh.py: * http/tests/websocket/tests/hybi/handshake-fail-by-maxlength_wsh.py: * http/tests/websocket/tests/hybi/handshake-fail-by-no-accept-header_wsh.py: * http/tests/websocket/tests/hybi/handshake-fail-by-no-connection-header_wsh.py: * http/tests/websocket/tests/hybi/handshake-fail-by-no-cr_wsh.py: * http/tests/websocket/tests/hybi/handshake-fail-by-no-upgrade-header_wsh.py: * http/tests/websocket/tests/hybi/handshake-fail-by-wrong-accept-header_wsh.py: * http/tests/websocket/tests/hybi/long-invalid-header_wsh.py: * http/tests/websocket/tests/hybi/masked-frames_wsh.py: Use AbortedByUserException instead of Exception. 2011-08-31 Yuta Kitamura WebSocket: Receive binary message as ArrayBuffer https://bugs.webkit.org/show_bug.cgi?id=67180 Reviewed by Kent Tamura. * http/tests/websocket/tests/hybi/receive-arraybuffer-expected.txt: Added. * http/tests/websocket/tests/hybi/receive-arraybuffer.html: Added. Connect to binary-frames_wsh.py (which is also used from receive-blob.html) and check the content of MessageEvent's data attribute. * http/tests/websocket/tests/hybi/receive-blob.html: Update function names to match ones in receive-arraybuffer.html. * http/tests/websocket/tests/hybi/workers/receive-arraybuffer-expected.txt: Added. * http/tests/websocket/tests/hybi/workers/receive-arraybuffer.html: Added. * http/tests/websocket/tests/hybi/workers/resources/receive-arraybuffer.js: Added. * http/tests/websocket/tests/hybi/workers/resources/receive-blob.js: Same as receive-blob.html above. 2011-08-31 Philippe Normand Unreviewed, GTK rebaseline after r94109 and r93909. * platform/gtk/fast/css-generated-content/table-row-before-after-child-add-expected.txt: * platform/gtk/fast/css-generated-content/table-table-before-after-child-add-expected.txt: * platform/gtk/fast/multicol/inherit-column-values-expected.txt: Added. * platform/gtk/fast/multicol/initial-column-values-expected.txt: Added. * platform/gtk/fast/multicol/single-line-expected.txt: * platform/gtk/fast/multicol/table-vertical-align-expected.txt: * platform/gtk/fast/repaint/multicol-repaint-expected.txt: * platform/gtk/fast/table/table-before-child-in-table-expected.txt: * platform/gtk/fast/table/table-before-child-style-update-expected.txt: Added. * platform/gtk/fast/table/table-row-after-child-in-block-expected.txt: * platform/gtk/fast/table/table-row-after-child-in-table-expected.txt: * platform/gtk/fast/table/table-row-before-child-in-block-expected.txt: * platform/gtk/fast/table/table-row-before-child-in-table-expected.txt: * platform/gtk/fast/table/table-row-before-child-style-update-expected.txt: Added. 2011-08-31 Keishi Hattori input color: onchange event is not fired when changing color from color chooser https://bugs.webkit.org/show_bug.cgi?id=66848 Reviewed by Kent Tamura. * fast/forms/color/input-color-onchange-event-expected.txt: Added. * fast/forms/color/input-color-onchange-event.html: Added. Tests if change event is fired when user selects color from color chooser. 2011-08-31 Philippe Normand Unreviewed, GTK rebaseline after r94147. * platform/gtk/fast/dom/Window/window-properties-expected.txt: * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: * platform/gtk/fast/dom/prototype-inheritance-expected.txt: * platform/gtk/fast/js/global-constructors-expected.txt: 2011-08-30 David Levin [chromium] Update result due to r94114. * platform/chromium-win/svg/custom/pan-direction-expected.png: Renamed from LayoutTests/platform/chromium-linux/svg/custom/pan-direction-expected.png. * platform/chromium/test_expectations.txt: 2011-08-30 David Levin [chromium] Update due to r94147. * platform/chromium-mac/fast/dom/prototype-inheritance-expected.txt: Copied from LayoutTests/platform/chromium/fast/dom/prototype-inheritance-expected.txt. * platform/chromium-mac/fast/events/constructors/custom-event-constructor-expected.txt: Added. Several of these results are failures but that should be fixed by bug 66756. * platform/chromium/fast/dom/prototype-inheritance-expected.txt: * platform/chromium/fast/events/constructors/custom-event-constructor-expected.txt: Added. 2011-08-30 Sam Weinig Add constructor for CustomEvent https://bugs.webkit.org/show_bug.cgi?id=67248 Reviewed by Dan Bernstein. * fast/events/constructors/custom-event-constructor-expected.txt: Added. * fast/events/constructors/custom-event-constructor.html: Added. New test. * fast/dom/constructed-objects-prototypes-expected.txt: * platform/mac/fast/dom/Window/window-properties-expected.txt: * platform/mac/fast/dom/Window/window-property-descriptors-expected.txt: * platform/mac/fast/dom/prototype-inheritance-expected.txt: * platform/mac/fast/js/global-constructors-expected.txt: Updated for add window.CustomEvent. 2011-08-30 David Levin [chromium] New baselines due to r94109. * platform/chromium-linux/fast/css-generated-content/table-row-before-after-child-add-expected.txt: Removed. * platform/chromium-linux/fast/css-generated-content/table-table-before-after-child-add-expected.txt: Removed. * platform/chromium-linux/fast/table/table-after-child-in-table-expected.txt: Removed. * platform/chromium-linux/fast/table/table-before-child-in-table-expected.txt: Removed. * platform/chromium-linux/fast/table/table-row-after-child-in-block-expected.txt: Removed. * platform/chromium-linux/fast/table/table-row-after-child-in-table-expected.txt: Removed. * platform/chromium-linux/fast/table/table-row-before-child-in-block-expected.txt: Removed. * platform/chromium-linux/fast/table/table-row-before-child-in-table-expected.txt: Removed. * platform/chromium-win/fast/css-generated-content/table-row-before-after-child-add-expected.txt: * platform/chromium-win/fast/css-generated-content/table-table-before-after-child-add-expected.txt: * platform/chromium-win/fast/table/table-after-child-in-table-expected.txt: * platform/chromium-win/fast/table/table-before-child-in-table-expected.txt: * platform/chromium-win/fast/table/table-before-child-style-update-expected.png: Added. * platform/chromium-win/fast/table/table-row-after-child-in-block-expected.txt: * platform/chromium-win/fast/table/table-row-after-child-in-table-expected.txt: * platform/chromium-win/fast/table/table-row-before-child-in-block-expected.txt: * platform/chromium-win/fast/table/table-row-before-child-in-table-expected.txt: * platform/chromium-win/fast/table/table-row-before-child-style-update-expected.png: Added. 2011-08-30 Ojan Vafai add a test for border/padding/margin on the flexbox container https://bugs.webkit.org/show_bug.cgi?id=67243 Reviewed by Tony Chang. * css3/flexbox/001-expected.txt: * css3/flexbox/001.html: * css3/flexbox/resources/flexbox.js: 2011-08-30 Alice Boxhall Correctly report selected text range for accessibility APIs for role=textbox https://bugs.webkit.org/show_bug.cgi?id=65900 Reviewed by Chris Fleizach. * accessibility/textbox-role-reports-selection-expected.txt: Added. * accessibility/textbox-role-reports-selection.html: Added. 2011-08-30 Rachel Blum The "port" property of an whose href does not specify a port returns the wrong value https://bugs.webkit.org/show_bug.cgi?id=66081 Updated tests to reflect behavior change around invalid port strings. Updated chromium location-port test to reflect chromium issues Reviewed by Adam Barth. * fast/dom/HTMLAnchorElement/get-href-attribute-port-expected.txt: Added. * fast/dom/HTMLAnchorElement/get-href-attribute-port.html: Added. * fast/dom/HTMLAnchorElement/script-tests/get-href-attribute-port.js: Added. * fast/loader/location-port-expected.txt: * fast/loader/location-port.html: * fast/url/script-tests/segments-from-data-url.js: * fast/url/script-tests/segments.js: * fast/url/script-tests/trivial-segments.js: * fast/url/segments-expected.txt: * fast/url/segments-from-data-url-expected.txt: * fast/url/trivial-segments-expected.txt: * platform/chromium-cg-mac/fast/loader/location-port-expected.txt: * platform/chromium-win/fast/loader/location-port-expected.txt: * platform/chromium/fast/dom/HTMLAnchorElement/set-href-attribute-port-expected.txt: 2011-08-30 Scott Byer Fix pan scrolling on Windows to be clamped https://bugs.webkit.org/show_bug.cgi?id=66910 With the recent change to support rubberband scrolling on the Mac, pan scrolling of overflow divs became unclamped and would scroll infinitely and along an axis without a scrollbar. Reviewed by Simon Fraser * platform/mac/fast/frames/iframe-scaling-with-scroll-expected.png: * platform/win/fast/events/panScroll-click-hyperlink-expected.txt: Added. * platform/win/fast/events/panScroll-correct-direction-expected.txt: Added. * platform/win/fast/events/panScroll-correct-direction.html: Added. 2011-08-30 Chris Rogers Don't allow nodes of one context to be connected to nodes of another context https://bugs.webkit.org/show_bug.cgi?id=67245 Reviewed by Dimitri Glazkov. * webaudio/audionode-expected.txt: * webaudio/audionode.html: 2011-08-30 Aaron Colwell Add MediaSource API to HTMLMediaElement https://bugs.webkit.org/show_bug.cgi?id=64731 Reviewed by Eric Carlson. * http/tests/media/media-source/webm/video-media-source-errors-expected.txt: Added. * http/tests/media/media-source/webm/video-media-source-errors.html: Added. * http/tests/media/media-source/webm/video-media-source-play-expected.txt: Added. * http/tests/media/media-source/webm/video-media-source-play.html: Added. * http/tests/media/media-source/webm/video-media-source-seek-expected.txt: Added. * http/tests/media/media-source/webm/video-media-source-seek.html: Added. * http/tests/media/media-source/webm/video-media-source-state-changes-expected.txt: Added. * http/tests/media/media-source/webm/video-media-source-state-changes.html: Added. * http/tests/media/media-source/webm/webm-media-source.js: Added. (getData): (getHeaders): (getClusterCount): (getCluster): (getClusterTimeForIndex): (getClusterIndexForTimestamp): (setSrcToMediaSourceURL): (appendHeaders): (appendCluster): (appendUntilEndOfStream): (logSourceState): (getSourceStateName): (expectSourceState): * http/tests/media/resources/media-source/webm/test.webm: Added. * http/tests/media/resources/media-source/webm/test.webm.cluster-0: Added. * http/tests/media/resources/media-source/webm/test.webm.cluster-1: Added. * http/tests/media/resources/media-source/webm/test.webm.cluster-10: Added. * http/tests/media/resources/media-source/webm/test.webm.cluster-11: Added. * http/tests/media/resources/media-source/webm/test.webm.cluster-12: Added. * http/tests/media/resources/media-source/webm/test.webm.cluster-13: Added. * http/tests/media/resources/media-source/webm/test.webm.cluster-14: Added. * http/tests/media/resources/media-source/webm/test.webm.cluster-15: Added. * http/tests/media/resources/media-source/webm/test.webm.cluster-2: Added. * http/tests/media/resources/media-source/webm/test.webm.cluster-3: Added. * http/tests/media/resources/media-source/webm/test.webm.cluster-4: Added. * http/tests/media/resources/media-source/webm/test.webm.cluster-5: Added. * http/tests/media/resources/media-source/webm/test.webm.cluster-6: Added. * http/tests/media/resources/media-source/webm/test.webm.cluster-7: Added. * http/tests/media/resources/media-source/webm/test.webm.cluster-8: Added. * http/tests/media/resources/media-source/webm/test.webm.cluster-9: Added. * http/tests/media/resources/media-source/webm/test.webm.headers: Added. * platform/chromium/test_expectations.txt: * platform/gtk/Skipped: * platform/mac/Skipped: * platform/qt/Skipped: * platform/win/Skipped: 2011-08-30 Abhishek Arya Unreviewed. Chromium rebaselines for r94109. * platform/chromium-linux/fast/css-generated-content/table-row-before-after-child-add-expected.txt: Added. * platform/chromium-linux/fast/css-generated-content/table-table-before-after-child-add-expected.txt: Added. * platform/chromium-linux/fast/table/table-after-child-in-table-expected.txt: Added. * platform/chromium-linux/fast/table/table-before-child-in-table-expected.txt: Added. * platform/chromium-linux/fast/table/table-before-child-style-update-expected.png: Added. * platform/chromium-linux/fast/table/table-row-after-child-in-block-expected.txt: Added. * platform/chromium-linux/fast/table/table-row-after-child-in-table-expected.txt: Added. * platform/chromium-linux/fast/table/table-row-before-child-in-block-expected.txt: Added. * platform/chromium-linux/fast/table/table-row-before-child-in-table-expected.txt: Added. * platform/chromium-linux/fast/table/table-row-before-child-style-update-expected.png: Added. 2011-08-30 Tim Horton getBBox() on a SVGPathElement with curves incorrectly includes control points https://bugs.webkit.org/show_bug.cgi?id=53512 Reviewed by Dirk Schulze. Add a test ensuring that getBBox returns only the bounds of the filled shape, not the bounds of all of the control points. * platform/chromium/test_expectations.txt: * svg/custom/getBBox-path-expected.txt: Added. * svg/custom/getBBox-path.svg: Added. 2011-08-30 Tim Horton SVG panning y-axis is flipped in WebKit2 https://bugs.webkit.org/show_bug.cgi?id=65800 Reviewed by Darin Adler. Add a test which attempts to pan an SVG using eventSender. * platform/chromium-linux/svg/custom/pan-direction-expected.png: Added. * platform/mac/svg/custom/pan-direction-expected.png: Added. * svg/custom/pan-direction-expected.txt: Added. * svg/custom/pan-direction.svg: Added. 2011-08-30 Cary Clark LayoutTest expected results for Skia on Mac (animations and canvas directories only) https://bugs.webkit.org/show_bug.cgi?id=67218 Reviewed by Adam Barth. * platform/chromium-mac/animations: Added. * platform/chromium-mac/animations/missing-values-first-keyframe-expected.png: Added. * platform/chromium-mac/animations/missing-values-last-keyframe-expected.png: Added. * platform/chromium-mac/animations/opacity-transform-animation-expected.png: Added. * platform/chromium-mac/animations/state-at-end-event-expected.png: Added. * platform/chromium-mac/animations/stop-animation-on-suspend-expected.txt: Added. * platform/chromium-mac/canvas: Added. * platform/chromium-mac/canvas/philip: Added. * platform/chromium-mac/canvas/philip/tests: Added. * platform/chromium-mac/canvas/philip/tests/2d.composite.operation.clear-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.composite.operation.darker-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.composite.uncovered.fill.copy-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.composite.uncovered.image.copy-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.composite.uncovered.image.destination-atop-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.composite.uncovered.image.destination-in-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.composite.uncovered.image.source-in-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.composite.uncovered.image.source-out-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.composite.uncovered.pattern.copy-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.drawImage.broken-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.drawImage.image.incomplete.omitted-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.fillStyle.parse.invalid.rgba-6-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.fillStyle.parse.rgb-eof-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.fillStyle.parse.rgba-eof-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.gradient.radial.cone.behind-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.gradient.radial.cone.beside-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.gradient.radial.cone.cylinder-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.gradient.radial.cone.shape2-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.gradient.radial.cone.top-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.gradient.radial.outside3-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.gradient.radial.touch1-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.gradient.radial.touch3-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.imageData.create1.type-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.imageData.create2.type-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.imageData.get.type-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.imageData.object.round-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.imageData.object.wrap-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.imageData.put.wrongtype-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.line.width.basic-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.line.width.transformed-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.missingargs-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.path.arc.angle.3-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.path.arc.angle.5-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.path.arcTo.shape.curve1-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.path.arcTo.shape.curve2-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.pattern.image.broken-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.pattern.image.incomplete.empty-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.pattern.image.incomplete.omitted-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.pattern.image.string-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.pattern.image.undefined-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.pattern.paint.norepeat.coord3-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.pattern.paint.repeatx.coord1-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.pattern.paint.repeaty.coord1-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.shadow.canvas.alpha-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.shadow.canvas.basic-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.shadow.canvas.transparent.2-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.shadow.enable.blur-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.shadow.image.alpha-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.shadow.image.basic-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.shadow.image.scale-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.shadow.image.transparent.2-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.text.draw.align.center-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.text.draw.baseline.bottom-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.text.draw.baseline.hanging-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.text.draw.baseline.ideographic-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.text.draw.baseline.middle-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.text.draw.baseline.top-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.text.draw.fill.maxWidth.fontface-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.text.draw.space.collapse.end-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.text.draw.space.collapse.nonspace-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.text.draw.space.collapse.other-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.text.draw.space.collapse.space-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.text.draw.space.collapse.start-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.text.font.parse.basic-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.text.font.parse.complex-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.text.font.parse.invalid-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.text.font.parse.size.percentage-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.text.font.parse.size.percentage.default-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.text.font.parse.system-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.text.measure.width.space-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.transformation.setTransform.skewed-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/2d.transformation.transform.skewed-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/toDataURL.jpeg.alpha-expected.txt: Added. * platform/chromium-mac/canvas/philip/tests/type.prototype-expected.txt: Added. 2011-08-30 Adam Barth Flaky crash with JavaScript URLs https://bugs.webkit.org/show_bug.cgi?id=66360 Reviewed by Nate Chapin. * fast/loader/javascript-url-iframe-crash-expected.txt: Added. * fast/loader/javascript-url-iframe-crash.html: Added. 2011-08-30 Tony Gentilcore PreloadScanner shouldn't load images inside noscript via doc.write https://bugs.webkit.org/show_bug.cgi?id=67214 Reviewed by Adam Barth. * fast/preloader/document-write-noscript-expected.txt: Added. * fast/preloader/document-write-noscript.html: Added. 2011-08-30 Abhishek Arya Style not updated for table parts in :before, :after content. https://bugs.webkit.org/show_bug.cgi?id=66141 1. 2 new tests show that the blue and green boxes don't overlap after the fix. 2. update r93794 tests showing that style info is propagated. Reviewed by Dave Hyatt. * fast/table/table-before-child-style-update-expected.png: Added. * fast/table/table-before-child-style-update-expected.txt: Added. * fast/table/table-before-child-style-update.html: Added. * fast/table/table-row-before-child-style-update-expected.png: Added. * fast/table/table-row-before-child-style-update-expected.txt: Added. * fast/table/table-row-before-child-style-update.html: Added. * platform/mac/fast/table/table-after-child-in-table-expected.txt: * platform/mac/fast/table/table-before-child-in-table-expected.txt: * platform/mac/fast/table/table-row-after-child-in-block-expected.txt: * platform/mac/fast/table/table-row-after-child-in-table-expected.txt: * platform/mac/fast/table/table-row-before-child-in-block-expected.txt: * platform/mac/fast/table/table-row-before-child-in-table-expected.txt: 2011-08-30 Tony Chang refactor box-ordinal-group handling so we don't timeout on large values https://bugs.webkit.org/show_bug.cgi?id=65783 Reviewed by David Hyatt. * fast/flexbox/box-ordinal-group-expected.txt: Added. * fast/flexbox/box-ordinal-group.html: Added. 2011-08-30 Caio Marcelo de Oliveira Filho Emit last progress notification before calling dispatchDidFinishLoad https://bugs.webkit.org/show_bug.cgi?id=28851 Reviewed by Adam Barth. Keep track of the order expected for the progressFinishedNotification, which is before the didFinishLoadForFrame. * http/tests/loading/progress-finished-callback-expected.txt: Added. * http/tests/loading/progress-finished-callback.html: Added. * platform/mac/Skipped: * platform/win/Skipped: 2011-08-30 Ojan Vafai CSS parsing for -webkit-flex-flow https://bugs.webkit.org/show_bug.cgi?id=67224 Reviewed by Tony Chang. * css3/flexbox/css-properties-expected.txt: * css3/flexbox/script-tests/css-properties.js: 2011-08-30 Alexey Proskuryakov fast/loader/document-destruction-within-unload.html causes an assertion failure in the next test (currently, document-with-fragment-url-1.html) https://bugs.webkit.org/show_bug.cgi?id=66783 * platform/mac/Skipped: Skipping the offending test. 2011-08-29 Oliver Hunt TypedArrays don't ensure that denormalised values are normalised https://bugs.webkit.org/show_bug.cgi?id=67178 Reviewed by Gavin Barraclough. Add test to ensure that we create a non-signalling nan when reading a singaling nan from a typed array. * fast/canvas/webgl/webgl-array-invalid-ranges-expected.txt: * fast/canvas/webgl/webgl-array-invalid-ranges.html: 2011-08-30 David Levin [chromium] Add baselines for due to r94092 and r93909. * platform/chromium-cg-mac/fast/multicol/overflow-across-columns-expected.png: Added. * platform/chromium-cg-mac/fast/multicol/overflow-unsplittable-expected.png: Added. * platform/chromium-linux/fast/multicol/overflow-across-columns-expected.png: Added. * platform/chromium-linux/fast/multicol/overflow-unsplittable-expected.png: Added. * platform/chromium-win/fast/multicol/overflow-across-columns-expected.png: Added. * platform/chromium-win/fast/multicol/overflow-across-columns-expected.txt: Added. * platform/chromium-win/fast/multicol/overflow-unsplittable-expected.png: Added. * platform/chromium-win/fast/multicol/overflow-unsplittable-expected.txt: Added. * platform/chromium-win/fast/text/complex-preferred-logical-widths-expected.txt: Added. * platform/chromium/test_expectations.txt: 2011-08-30 David Levin [chromium] Update baselines after r94084 and r94088 and r93909. * platform/chromium-cg-mac/fast/multicol/positive-leading-expected.png: Added. * platform/chromium-cg-mac/fast/text/complex-preferred-logical-widths-expected.txt: Removed. * platform/chromium-linux/fast/multicol/positive-leading-expected.png: Added. * platform/chromium-linux/fast/multicol/single-line-expected.png: * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png: * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-generated-content-expected.png: * platform/chromium-linux/fast/repaint/multicol-repaint-expected.txt: Removed. * platform/chromium-win/fast/multicol/positive-leading-expected.png: Added. * platform/chromium-win/fast/multicol/positive-leading-expected.txt: Added. * platform/chromium-win/fast/multicol/single-line-expected.png: * platform/chromium-win/fast/multicol/single-line-expected.txt: * platform/chromium-win/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png: * platform/chromium-win/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt: * platform/chromium-win/fast/multicol/span/span-as-immediate-child-generated-content-expected.png: * platform/chromium-win/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt: * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt: * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-expected.txt: * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt: * platform/chromium-win/fast/multicol/table-vertical-align-expected.txt: * platform/chromium-win/fast/repaint/multicol-repaint-expected.png: * platform/chromium-win/fast/repaint/multicol-repaint-expected.txt: * platform/chromium/test_expectations.txt: 2011-08-30 David Hyatt 9A309: Text gets clipped in book because of overflow:auto https://bugs.webkit.org/show_bug.cgi?id=67212 - Text gets clipped in multi-column layouts when overflow:auto is used. Revise our overflow:auto pagination behavior. If the overflow block doesn't specify any logical height information, then we'll just assume the plan is for it to enclose its contents, and we will be willing to paginate in those circumstances. Reviewed by Dan Bernstein. Added overflow-across-columns.html and overflow-unsplittable.html * fast/multicol/overflow-across-columns.html: Added. * fast/multicol/overflow-unsplittable.html: Added. * platform/mac/fast/multicol/overflow-across-columns-expected.png: Added. * platform/mac/fast/multicol/overflow-across-columns-expected.txt: Added. * platform/mac/fast/multicol/overflow-unsplittable-expected.png: Added. * platform/mac/fast/multicol/overflow-unsplittable-expected.txt: Added. 2011-08-30 Sheriff Bot Unreviewed, rolling out r93924. http://trac.webkit.org/changeset/93924 https://bugs.webkit.org/show_bug.cgi?id=67209 Bad baseline submitted for OS X. Should be chromium specific. (Requested by dave_levin on #webkit). * platform/mac/fast/text/complex-preferred-logical-widths-expected.txt: 2011-08-30 David Hyatt With large line-height, column break can happen anywhere in the inter-line gap, causing staggered lines. https://bugs.webkit.org/show_bug.cgi?id=67202 Handle positive leading when paginating lines. Technically we should paginate lines based solely off their line top and line bottom with leading included. However there are two issues with always doing so. The first is that overflow can cause lines to overlap, and the second is that negative leading can cause lines to overlap. Since we're incapable of dealing with overlap until we stop clipping column boxes and allow them to have a form of specialized overflow, we still have to at least factor in overflow and ignore negative leading for now. However we can at least honor positive leading when the lines don't overlap. This patch provides basic support for paginating when positive leading is involved. Reviewed by Dan Bernstein. Added fast/multicol/positive-leading.html. * fast/multicol/positive-leading.html: Added. * platform/mac/fast/multicol/positive-leading-expected.png: Added. * platform/mac/fast/multicol/positive-leading-expected.txt: Added. 2011-08-30 Young Han Lee [Qt][WK2] svg/animations/animate-end-attribute.html r93949 https://bugs.webkit.org/show_bug.cgi?id=67130 Skip a svg test on WebKit2 that rely on unimplemented test harness API. Reviewed by Noam Rosenthal. * platform/wk2/Skipped: 2011-08-30 Ben Wells Update registerProtocolHandler scheme whitelist to match spec https://bugs.webkit.org/show_bug.cgi?id=67104 Reviewed by Darin Adler. * fast/dom/register-protocol-handler-expected.txt: * fast/dom/register-protocol-handler.html: * platform/chromium/fast/dom/register-protocol-handler-expected.txt: 2011-08-30 Sheriff Bot Unreviewed, rolling out r94076. http://trac.webkit.org/changeset/94076 https://bugs.webkit.org/show_bug.cgi?id=67201 Results will be different on each platform (Requested by apavlov on #webkit). * fast/multicol/huge-column-count-expected.png: Removed. * fast/multicol/inherit-column-values-expected.png: Removed. * fast/multicol/initial-column-values-expected.png: Removed. * platform/chromium/test_expectations.txt: 2011-08-30 Alexander Pavlov Unreviewed, add missing multicol test baselines. * fast/multicol/huge-column-count-expected.png: Added. * fast/multicol/inherit-column-values-expected.png: Added. * fast/multicol/initial-column-values-expected.png: Added. * platform/chromium/test_expectations.txt: Remove huge-column-count-expected.png MISSING expectation. 2011-08-30 Csaba Osztrogonác [Qt] Unreviewed gardening. * platform/qt-4.8/fast/text/complex-preferred-logical-widths-expected.png: Added. * platform/qt-4.8/fast/text/complex-preferred-logical-widths-expected.txt: Added. * platform/qt-arm/Skipped: * platform/qt/Skipped: * platform/qt/test_expectations.txt: 2011-08-30 Csaba Osztrogonác [Qt] Unreviewed gardening. * platform/qt/Skipped: Unskip now passing tests. * platform/qt/css2.1/t0602-c13-inheritance-00-e-expected.png: * platform/qt/css2.1/t0602-c13-inheritance-00-e-expected.txt: * platform/qt/fast/block/float/floats-and-text-indent-expected.png: Added. * platform/qt/fast/block/float/floats-and-text-indent-expected.txt: Added. * platform/qt/fast/block/float/floats-and-text-indent-rl-expected.png: Added. * platform/qt/fast/block/float/floats-and-text-indent-rl-expected.txt: Added. * platform/qt/fast/borders/border-fit-2-expected.png: Added. * platform/qt/fast/borders/border-fit-2-expected.txt: Added. * platform/qt/fast/forms/input-appearance-number-rtl-expected.png: Added. * platform/qt/fast/forms/input-appearance-number-rtl-expected.txt: * platform/qt/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.png: Added. * platform/qt/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.txt: * platform/qt/fast/forms/input-appearance-spinbutton-layer-expected.png: Added. * platform/qt/fast/forms/input-appearance-spinbutton-layer-expected.txt: * platform/qt/fast/forms/input-appearance-spinbutton-visibility-expected.png: Added. * platform/qt/fast/forms/input-appearance-spinbutton-visibility-expected.txt: 2011-08-30 Alexander Pavlov REGRESSION(93978): inspector/styles/styles-computed-trace.html fails https://bugs.webkit.org/show_bug.cgi?id=67185 Reviewed by Yury Semikhatsky. * inspector/styles/styles-computed-trace-expected.txt: * inspector/styles/styles-computed-trace.html: * platform/chromium-win/inspector/styles/styles-computed-trace-expected.txt: Removed. * platform/chromium/test_expectations.txt: 2011-08-30 Yury Semikhatsky Unreviewed. Update test expectations for userscripts/window-onerror-for-isolated-world-1.html * platform/chromium/userscripts/window-onerror-for-isolated-world-1-expected.txt: * userscripts/window-onerror-for-isolated-world-1-expected.txt: 2011-08-30 Oliver Varga [Qt] 3 test started crashing somewhere between r93878-r93935 https://bugs.webkit.org/show_bug.cgi?id=67197 Unreviewed gardening. * platform/qt/Skipped: 2011-08-30 Ryosuke Niwa lastChangeWasUserEdit continues to return true when innerText or textContent is modified https://bugs.webkit.org/show_bug.cgi?id=67183 Reviewed by Kent Tamura. Two test cases now pass. * fast/forms/textfield-lastchange-was-useredit-expected.txt: 2011-08-29 Yury Semikhatsky Web Inspector: wrong script display name when there is a slash in its URL query parameters https://bugs.webkit.org/show_bug.cgi?id=67120 Reviewed by Pavel Feldman. * inspector/debugger/scripts-sorting.html: * platform/chromium/inspector/debugger/scripts-sorting-expected.txt: 2011-08-30 Yury Semikhatsky Unreviewed. Update window.onerror tests after r94061 to match new semantics of window.onerror return value. * fast/workers/resources/shared-worker-script-error.js: * http/tests/security/cross-origin-script-window-onerror-redirected.html: * http/tests/security/cross-origin-script-window-onerror.html: * userscripts/window-onerror-for-isolated-world-1.html: * userscripts/window-onerror-for-isolated-world-2.html: 2011-08-30 Yury Semikhatsky Unreviewed. Update Chromium test expectations for new test. * platform/chromium/fast/events/window-onerror13-expected.txt: Added. 2011-08-30 Sheriff Bot Unreviewed, rolling out r94055 and r94057. http://trac.webkit.org/changeset/94055 http://trac.webkit.org/changeset/94057 https://bugs.webkit.org/show_bug.cgi?id=67191 Many failures on Mac 10.5 (Requested by toyoshim on #webkit). * http/tests/websocket/tests/hixie76/bad-handshake-crash_wsh.py: * http/tests/websocket/tests/hixie76/frame-length-longer-than-buffer_wsh.py: * http/tests/websocket/tests/hixie76/frame-length-overflow_wsh.py: * http/tests/websocket/tests/hixie76/handshake-fail-by-maxlength_wsh.py: * http/tests/websocket/tests/hixie76/handshake-fail-by-no-connection-header_wsh.py: * http/tests/websocket/tests/hixie76/handshake-fail-by-no-cr_wsh.py: * http/tests/websocket/tests/hixie76/handshake-fail-by-no-upgrade-header_wsh.py: * http/tests/websocket/tests/hixie76/handshake-fail-by-prepended-null_wsh.py: * http/tests/websocket/tests/hixie76/long-invalid-header_wsh.py: * http/tests/websocket/tests/hybi/bad-handshake-crash_wsh.py: * http/tests/websocket/tests/hybi/handshake-fail-by-extensions-header_wsh.py: * http/tests/websocket/tests/hybi/handshake-fail-by-maxlength_wsh.py: * http/tests/websocket/tests/hybi/handshake-fail-by-no-accept-header_wsh.py: * http/tests/websocket/tests/hybi/handshake-fail-by-no-connection-header_wsh.py: * http/tests/websocket/tests/hybi/handshake-fail-by-no-cr_wsh.py: * http/tests/websocket/tests/hybi/handshake-fail-by-no-upgrade-header_wsh.py: * http/tests/websocket/tests/hybi/handshake-fail-by-wrong-accept-header_wsh.py: * http/tests/websocket/tests/hybi/long-invalid-header_wsh.py: * http/tests/websocket/tests/hybi/masked-frames_wsh.py: 2011-08-30 Renata Hodovan [Qt] Qt Linux Release bot has four failed tests. They are skipped. Unreviewed gardening. * platform/qt/Skipped: 2011-08-29 Yury Semikhatsky Return value of window.onerror has inverted semantics https://bugs.webkit.org/show_bug.cgi?id=67119 Reviewed by Darin Adler. * fast/events/window-onerror1.html: * fast/events/window-onerror11.html: * fast/events/window-onerror12.html: * fast/events/window-onerror13-expected.txt: Added. * fast/events/window-onerror13.html: Copied from LayoutTests/fast/events/window-onerror11.html. * fast/events/window-onerror2.html: * fast/events/window-onerror3.html: * fast/events/window-onerror4.html: * fast/events/window-onerror5.html: * fast/events/window-onerror6.html: * fast/events/window-onerror8.html: * fast/events/window-onerror9.html: * fast/workers/resources/worker-script-error-bubbled.js: (onerror): * fast/workers/resources/worker-script-error-handled.js: (onerror): * http/tests/security/window-onerror-exception-in-iframe.html: 2011-08-30 Takashi Toyoshima [WebSocket] Prevent unnecessary pywebsocket warnings on layout tests. https://bugs.webkit.org/show_bug.cgi?id=67182 Reviewed by Kent Tamura. Some layout tests for WebSocket raised Exception to prevent unnecessary pywebsocket warning. But it doesn't work any more on pywebsocket 0.6b4. Now pywebsocket support AbortedByUserException to prevent warning. This change make raise AbortedByUserException instead of Exception. handshake-fail-by-prepended-null_wsh.py didn't use Exception, but expected abnormal closure on sending response could raise unexpected Exception by chance. This change also takes care of it. * http/tests/websocket/tests/hixie76/bad-handshake-crash_wsh.py: * http/tests/websocket/tests/hixie76/frame-length-longer-than-buffer_wsh.py: * http/tests/websocket/tests/hixie76/frame-length-overflow_wsh.py: * http/tests/websocket/tests/hixie76/handshake-fail-by-maxlength_wsh.py: * http/tests/websocket/tests/hixie76/handshake-fail-by-no-connection-header_wsh.py: * http/tests/websocket/tests/hixie76/handshake-fail-by-no-cr_wsh.py: * http/tests/websocket/tests/hixie76/handshake-fail-by-no-upgrade-header_wsh.py: * http/tests/websocket/tests/hixie76/handshake-fail-by-prepended-null_wsh.py: * http/tests/websocket/tests/hixie76/long-invalid-header_wsh.py: * http/tests/websocket/tests/hybi/bad-handshake-crash_wsh.py: * http/tests/websocket/tests/hybi/handshake-fail-by-extensions-header_wsh.py: * http/tests/websocket/tests/hybi/handshake-fail-by-maxlength_wsh.py: * http/tests/websocket/tests/hybi/handshake-fail-by-no-accept-header_wsh.py: * http/tests/websocket/tests/hybi/handshake-fail-by-no-connection-header_wsh.py: * http/tests/websocket/tests/hybi/handshake-fail-by-no-cr_wsh.py: * http/tests/websocket/tests/hybi/handshake-fail-by-no-upgrade-header_wsh.py: * http/tests/websocket/tests/hybi/handshake-fail-by-wrong-accept-header_wsh.py: * http/tests/websocket/tests/hybi/long-invalid-header_wsh.py: * http/tests/websocket/tests/hybi/masked-frames_wsh.py: Use AbortedByUserException instead of Exception. 2011-08-29 Takashi Toyoshima Fix two layout tests which fails on Qt port with latest pywebsocket. https://bugs.webkit.org/show_bug.cgi?id=66929 Reviewed by Kent Tamura. hanging-handshake_wsh.py read socket to hang in opening handshake. Then client initiated closing handshakes or abnormal closures caused exception or resulted in http error response on hybi-10 compliant new pywebsocket. Because tests finished at closure, it depends on timing whether tests detects the error response. Actually, two tests failed on Qt port by chance. Essentially, hangings is unnecessary because open event must be queued and WebSocket's readyState could not be changed to OPEN until the next event loop is executed. That's why we can use echo_wsh.py instead of hanging-handshake_wsh.py safely. close-unref-websocket tests call close() before GC. These tests expect GC cause close event. But close() itself also queues close event. These close() are redandant. If GC doesn't cause close event, these tests can pass by close event that close() queues. This change also remove these redandant close() calls. * http/tests/websocket/tests/hixie76/close-before-open.html: Use echo_wsh.py instead of hanging-handshake_wsh.py. * http/tests/websocket/tests/hixie76/close-unref-websocket-expected.txt: * http/tests/websocket/tests/hixie76/close-unref-websocket.html: Used echo_wsh.py, remove ws.close() and fix expectation. * http/tests/websocket/tests/hixie76/hanging-handshake_wsh.py: Removed. * http/tests/websocket/tests/hybi/close-before-open.html: Use echo_wsh.py instead of hanging-handshake_wsh.py. * http/tests/websocket/tests/hybi/close-unref-websocket-expected.txt: * http/tests/websocket/tests/hybi/close-unref-websocket.html: Used echo_wsh.py, remove ws.close() and fix expectation. * http/tests/websocket/tests/hybi/hanging-handshake_wsh.py: Removed. * http/tests/websocket/tests/hybi/close-code-and-reason.html: * http/tests/websocket/tests/hybi/workers/resources/close-code-and-reason.js: Use echo_wsh.py instead of hanging-handshake_wsh.py. 2011-08-29 MORITA Hajime Unreviewed marking skip. * platform/win/Skipped: Skipped editing/spelling/spelling-insert-html.html 2011-08-25 Kent Tamura REGRESSION(r88115): Disabling a file upload control causes an endless busyloop. https://bugs.webkit.org/show_bug.cgi?id=66659 Reviewed by Darin Adler. * fast/forms/file/disabling-file-busy-loop-expected.txt: Added. * fast/forms/file/disabling-file-busy-loop.html: Added. 2011-08-29 David Levin [chromium] Add exception due to missing results for r94037. * platform/chromium/test_expectations.txt: 2011-08-29 David Levin [chromium] Minor update for test that is timing out. * platform/chromium/test_expectations.txt: 2011-08-29 David Levin [chromium] Misc test expectations updates. * platform/chromium-mac/fast/files/create-blob-url-crash-expected.txt: Copied from LayoutTests/platform/qt/fast/files/create-blob-url-crash-expected.txt. * platform/chromium/fast/files/create-blob-url-crash-expected.txt: Renamed from LayoutTests/platform/qt/fast/files/create-blob-url-crash-expected.txt. Added due to it being different from normal OSX result. * platform/chromium/test_expectations.txt: Changes due to expectation update for media-document-audio-repaint.html leading to only an image mismatch and a test that is a slow on OS X as well as Linux and Windows. 2011-08-29 Yuta Kitamura WebSocket: Receive binary message as Blob https://bugs.webkit.org/show_bug.cgi?id=67115 Reviewed by Kent Tamura. * http/tests/websocket/tests/hybi/binary-frames_wsh.py: Added. Used from receive-blob.html. * http/tests/websocket/tests/hybi/fragmented-binary-frames-expected.txt: Added. * http/tests/websocket/tests/hybi/fragmented-binary-frames.html: Added. The content of this test is almost identical to receive-blob.html. * http/tests/websocket/tests/hybi/fragmented-binary-frames_wsh.py: Added. * http/tests/websocket/tests/hybi/receive-blob-expected.txt: Added. * http/tests/websocket/tests/hybi/receive-blob.html: Added. It is a bit complicated to validate the content of a Blob, because a Blob must be read asynchronously. FileReader is used to read a blob as an ArrayBuffer, each byte of which is compared with the expected result. * http/tests/websocket/tests/hybi/workers/receive-blob-expected.txt: Added. * http/tests/websocket/tests/hybi/workers/receive-blob.html: Added. * http/tests/websocket/tests/hybi/workers/resources/binary-frames_wsh.py: Added. Same as above binary-frames_wsh.py. * http/tests/websocket/tests/hybi/workers/resources/receive-blob.js: Added. 2011-08-29 Ryosuke Niwa Add a test for lastChangeWasUserEdit in HTMLInputElement and HTMLTextAreaElement https://bugs.webkit.org/show_bug.cgi?id=67173 Reviewed by Darin Adler. Added some basic test for HTMLInputElement::lastChangeWasUserEdit and HTMLTextAreaElement::lastChangeWasUserEdit. * fast/forms/textfield-lastchange-was-useredit-expected.txt: Added. * fast/forms/textfield-lastchange-was-useredit.html: Added. 2011-08-29 Kenji Imasaki [Chromium] Added new rebaselines for media/media-document-audio-repaint. These are obtained by the rebaseline tool. https://bugs.webkit.org/show_bug.cgi?id=67070 Reviewed by David Levin. * platform/chromium-cg-mac-leopard/media/media-document-audio-repaint-expected.png: Added. * platform/chromium-cg-mac/media/media-document-audio-repaint-expected.png: * platform/chromium-cg-mac/media/media-document-audio-repaint-expected.txt: * platform/chromium-gpu-cg-mac/media/media-document-audio-repaint-expected.png: Added. * platform/chromium-gpu-cg-mac/media/media-document-audio-repaint-expected.txt: Added. * platform/chromium-gpu-win/media/media-document-audio-repaint-expected.png: Added. * platform/chromium-gpu-win/media/media-document-audio-repaint-expected.txt: Added. * platform/chromium-linux/media/media-document-audio-repaint-expected.png: * platform/chromium-win/media/media-document-audio-repaint-expected.png: * platform/chromium-win/media/media-document-audio-repaint-expected.txt: 2011-08-29 Sam Weinig Fix path to style sheet in fast/events/constructors/event-constructors.html. Reviewed by Gavin Barraclough. * fast/events/constructors/event-constructors.html: 2011-08-29 Sam Weinig Update results for fast/files/create-blob-url-crash.html to match exception text. * fast/files/create-blob-url-crash-expected.txt: 2011-08-29 David Levin Fix test_expectation.txt typo. * platform/chromium/test_expectations.txt: 2011-08-29 Julien Chaffraix Assertion failure in RenderLayer::computeRepaintRects when scrolling https://bugs.webkit.org/show_bug.cgi?id=67140 Reviewed by David Hyatt. This test checks that a fixed element with no visible content does not ASSERT and renders properly. * fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.txt: Added. * fast/repaint/scroll-fixed-layer-with-no-visible-content.html: Added. * platform/chromium-cg-mac/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png: Added. * platform/chromium-win/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png: Added. * platform/mac/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png: Added. 2011-08-29 Nayan Kumar K As per HTML specification, default font style of dfn tag should be italic. https://bugs.webkit.org/show_bug.cgi?id=56670 Reviewed by Adam Barth. * fast/css/dfn-default-font-style-expected.txt: Added. * fast/css/dfn-default-font-style.html: Added. 2011-08-29 Chris Palmer Fix failures when FFT array size is changed. https://bugs.webkit.org/show_bug.cgi?id=66916 Reviewed by Kenneth Russell. * webaudio/realtimeanalyser-fft-sizing-expected.txt: Added. * webaudio/realtimeanalyser-fft-sizing.html: Added. 2011-08-29 Abhishek Arya Crash in InlineBox::deleteLine due to accessing removed renderer. https://bugs.webkit.org/show_bug.cgi?id=66015 Reviewed by Simon Fraser. * fast/block/line-layout/inline-box-wrapper-crash-expected.txt: Added. * fast/block/line-layout/inline-box-wrapper-crash.html: Added. 2011-08-29 Chris Marrin Fixing LayoutTests broken by http://trac.webkit.org/changeset/93980 Unreviewed. Add Mac specific tests to take into account new requestAnimationFrame functionality * platform/mac/fast/dom/Window/window-properties-expected.txt: Added. * platform/mac/fast/dom/Window/window-property-descriptors-expected.txt: Added. * platform/mac/fast/dom/prototype-inheritance-expected.txt: Added. 2011-08-29 Tony Chang Implement -webkit-flex-pack for horizontal flexboxen https://bugs.webkit.org/show_bug.cgi?id=66898 Reviewed by Ojan Vafai. * css3/flexbox/004-expected.txt: Added. * css3/flexbox/004.html: Added. 2011-08-29 Sam Weinig Update tests after landing Event constructors. Reviewed by Anders Carlsson. * fast/dom/constructed-objects-prototypes-expected.txt: * fast/dom/dom-constructors-expected.txt: * fast/dom/dom-constructors.html: 2011-08-29 Stephen White Unreviewed gardening. Mark test fast/canvas/setWidthResetAfterForcedRender.html as failing after r93988. * platform/chromium/test_expectations.txt: 2011-08-29 David Levin Update test expections due to r94006 and r93978. * platform/chromium/test_expectations.txt: Add failing test due to r93978. * platform/mac/css2.1/t0602-c13-inheritance-00-e-expected.txt: Change to use of dfn tag and behavior change in r94006. 2011-08-29 David Levin Temporary suppression for new test added in r93982. * platform/chromium/test_expectations.txt: 2011-08-22 David Levin postMessage raises INVALID_STATE_ERR instead of DATA_CLONE_ERR in many cases. https://bugs.webkit.org/show_bug.cgi?id=66713 Reviewed by Dmitry Titov. * fast/events/message-port-clone-expected.txt: Output changed from INVALID_STATE_ERR to DATA_CLONE_ERR. * fast/events/message-port-multi-expected.txt: Ditto. * fast/workers/worker-context-multi-port-expected.txt: Ditto. * fast/workers/worker-multi-port-expected.txt: Ditto. * platform/chromium-win/fast/events/message-port-multi-expected.txt: Ditto. * platform/chromium-win/fast/workers/worker-context-multi-port-expected.txt: Ditto. * platform/chromium-win/fast/workers/worker-multi-port-expected.txt: Ditto. 2011-08-29 Julien Chaffraix Assertion failure in WebCore::RenderFlow::rightmostPosition https://bugs.webkit.org/show_bug.cgi?id=12085 Reviewed by Alexey Proskuryakov. The bug got solved. Landed the test to avoid regressing. * fast/css/assert-marquee-not-last-element-expected.txt: Added. * fast/css/assert-marquee-not-last-element.html: Added. 2011-08-29 Pavel Podivilov Unreviewed, rebaseline inspector/styles/styles-computed-trace.html in chromium. * platform/chromium-win/inspector/styles/styles-computed-trace-expected.txt: Added. 2011-08-29 Tom Zakrajsek canvas arc() missing line to start of arc if swing is zero https://bugs.webkit.org/show_bug.cgi?id=55696 LayoutTests/canvas/philip/tests/2d.path.stroke.prune.arc.html misinterprets pruning requirement https://bugs.webkit.org/show_bug.cgi?id=66832 Reviewed by Andreas Kling. Update to 2d.path.stroke.prune.arc.html was reviewed by Philip Taylor and will be part of the next update to http://philip.html5.org/tests/canvas/suite/tests/2d.path.stroke.prune.arc.html * canvas/philip/tests/2d.path.stroke.prune.arc.html: * fast/canvas/canvas-arc-zero-lineto-expected.txt: Added. * fast/canvas/canvas-arc-zero-lineto.html: Added. 2011-08-23 Chris Marrin [mac] requestAnimationFrame support for mac port https://bugs.webkit.org/show_bug.cgi?id=59146 Reviewed by Simon Fraser. Enable requestAnimationFrame tests for Mac. Tests were also modified to work on Mac. Before the tests would assume the requestAnimationFrame callbacks would be called by calling LayoutTestController.display(). This is not a valid assumption for Mac, since it skips display() if nothing was dirty. Tests were changed to use timeouts to wait for callbacks and ensure they get called. Also added more positive indications that test failed or succeeded, rather than relying on the lack of an error message to indicate success. * fast/animation/request-animation-frame-cancel-expected.txt: * fast/animation/request-animation-frame-cancel.html: * fast/animation/request-animation-frame-cancel2-expected.txt: * fast/animation/request-animation-frame-cancel2.html: * fast/animation/request-animation-frame-display.html: * fast/animation/request-animation-frame-during-modal-expected.txt: * fast/animation/request-animation-frame-during-modal.html: * fast/animation/request-animation-frame-timestamps.html: * fast/animation/request-animation-frame-within-callback.html: * fast/animation/request-animation-frame.html: * fast/animation/script-tests/request-animation-frame-cancel.js: (window): (if): * fast/animation/script-tests/request-animation-frame-cancel2.js: (if): * fast/animation/script-tests/request-animation-frame-display.js: (if): * fast/animation/script-tests/request-animation-frame-timestamps.js: (var): * fast/animation/script-tests/request-animation-frame-within-callback.js: * fast/animation/script-tests/request-animation-frame.js: (if): * platform/mac/Skipped: 2011-08-29 Alexander Pavlov Web Inspector: has a different computed "display" value than "none" https://bugs.webkit.org/show_bug.cgi?id=67124 Reviewed by Yury Semikhatsky. * inspector/elements/elements-panel-styles-expected.txt: * inspector/styles/styles-computed-trace-expected.txt: * inspector/styles/styles-computed-trace.html: 2011-08-25 Pavel Podivilov Web Inspector: rename sourceFile to (raw|ui)SourceCode in DebuggerPresentationModel. https://bugs.webkit.org/show_bug.cgi?id=66769 Reviewed by Pavel Feldman. * inspector/debugger/scripts-panel.html: * inspector/debugger/source-file.html: 2011-08-29 Gabor Loki [Qt] The square-button-appearance test is wrong https://bugs.webkit.org/show_bug.cgi?id=67128 Unreviewed skip until square-button fix on qt-arm. * platform/qt-arm/Skipped: 2011-08-29 Zsolt Fehér Unreviewed Qt gardening. * platform/qt/Skipped: 2011-08-29 Pavel Podivilov Unreviewed, update chromium test expectations. * platform/chromium/test_expectations.txt: 2011-08-25 Pavel Podivilov Web Inspector: extract FormattedContentProvider from RawSourceCode. https://bugs.webkit.org/show_bug.cgi?id=66938 Reviewed by Pavel Feldman. * inspector/debugger/content-providers-expected.txt: * inspector/debugger/content-providers.html: 2011-08-29 Pavel Podivilov Unreviewed, mark fast/dom/dom-constructors.html as TEXT in chromium. * platform/chromium/fast/dom/dom-constructors-expected.txt: Removed. * platform/chromium/test_expectations.txt: 2011-08-29 Pavel Podivilov Unreviewed, fix event-constructors.html test. https://bugs.webkit.org/show_bug.cgi?id=63878 * fast/events/constructors/event-constructors.html: 2011-08-25 Pavel Podivilov Web Inspector: link UISourceCode to RawSourceCode. https://bugs.webkit.org/show_bug.cgi?id=66944 Reviewed by Pavel Feldman. * inspector/debugger/ui-source-code.html: 2011-08-29 Zoltan Horvath [Qt] Skip failing and flaky results after r93937 https://bugs.webkit.org/show_bug.cgi?id=67118 * platform/qt/Skipped: 2011-08-29 Pavel Podivilov Unreviewed, mark overflow-scroll-overlap.html as flaky on chromium gpu. * platform/chromium/test_expectations.txt: 2011-08-29 Pavel Podivilov Unreviewed, add new chromium mac cg baseline for square-button-appearance added in r93953. * platform/chromium-cg-mac-leopard/fast/css/square-button-appearance-expected.png: Added. 2011-08-29 Pavel Podivilov Unreviewed, update chromium expectations. Mark frame-removed-during-resize.html and scrollbar-buttons.html as crashing on win linux debug only. * platform/chromium/test_expectations.txt: 2011-08-25 Pavel Podivilov Web Inspector: remove RawSourceCode.setFormatted. https://bugs.webkit.org/show_bug.cgi?id=66947 Reviewed by Pavel Feldman. * inspector/debugger/source-file.html: 2011-08-26 Pavel Podivilov Web Inspector: Debugger.setBreakpointByUrl should return error when setting breakpoint on the same location twice. https://bugs.webkit.org/show_bug.cgi?id=67030 Reviewed by Pavel Feldman. * inspector/debugger/set-breakpoint-expected.txt: Renamed from LayoutTests/inspector/debugger/debugger-pause-on-breakpoint-expected.txt. * inspector/debugger/set-breakpoint.html: Renamed from LayoutTests/inspector/debugger/debugger-pause-on-breakpoint.html. 2011-08-29 Pavel Podivilov Unreviewed, fix event-constructors.html test. https://bugs.webkit.org/show_bug.cgi?id=63878 * fast/events/constructors/event-constructors.html: 2011-08-29 Pavel Podivilov Unreviewed, mark event-constructors.html as failing in chromium. https://bugs.webkit.org/show_bug.cgi?id=66756 * platform/chromium/test_expectations.txt: 2011-08-29 Pavel Podivilov Unreviewed, adding custom expectation for dom-constructors test in chromium until bug 66756 is resolved. https://bugs.webkit.org/show_bug.cgi?id=66756 * platform/chromium/fast/dom/dom-constructors-expected.txt: Added. 2011-08-29 Pavel Podivilov Unreviewed, mark scrollbars/scrollbar-buttons.html as crashing in chromium. * platform/chromium/test_expectations.txt: 2011-08-28 Keishi Hattori Chromium Win: Setting square-button appearance reaches NOTREACHED https://bugs.webkit.org/show_bug.cgi?id=66918 Reviewed by Kent Tamura. * fast/css/square-button-appearance-expected.txt: Added. * fast/css/square-button-appearance.html: Added. Test rendering of square-button appearance. * platform/chromium-linux/fast/css/square-button-appearance-expected.png: Added. * platform/chromium-win/fast/css/square-button-appearance-expected.png: Added. * platform/gtk/test_expectations.txt: Added this test as expected to fail. * platform/mac/fast/css/square-button-appearance-expected.png: Added. * platform/qt/test_expectations.txt: Added this test as expected to fail. 2011-08-28 Sam Weinig Add support for constructor syntax for Events https://bugs.webkit.org/show_bug.cgi?id=63878 Reviewed by Oliver Hunt. Add basic test for Event constructors. * fast/events/constructors/event-constructors-expected.txt: Added. * fast/events/constructors/event-constructors.html: Added. 2011-08-27 Robert Hogan Don't rely on hardcoded position in absolute-appended-to-inline.html Allow test added in r93944 to pass on platforms other than Chromium-Linux. Unreviewed, fix on r93944. * fast/block/positioning/absolute-appended-to-inline.html: 2011-08-07 Robert Hogan The child div element with position:absolute will overlap with its parent div when a 'break' element is present in between https://bugs.webkit.org/show_bug.cgi?id=21934 Reviewed by David Hyatt. * fast/block/positioning/absolute-appended-to-inline-expected.txt: Added. * fast/block/positioning/absolute-appended-to-inline.html: Added. 2011-08-27 Anders Carlsson iChat: Receiving a message containing only a single-quote (') causes bubble to fail https://bugs.webkit.org/show_bug.cgi?id=67076 Reviewed by Dan Bernstein. * fast/borders/border-fit-2.html: Added. * platform/mac/fast/borders/border-fit-2-expected.png: Added. * platform/mac/fast/borders/border-fit-2-expected.txt: Added. 2011-08-27 Young Han Lee Reviewed by Dirk Schulze. SVG animation fill="freeze" doesn't set baseVal to current animVal if animation stops before reaching the end https://bugs.webkit.org/show_bug.cgi?id=63553 calculateAnimationPercentAndRepeat() is returning 1, which means 100%, whenever elapsed >= m_intervalEnd, but this is wrong because m_intervalEnd can be in the middle of the animation duration. (e.g. begin="0s" end="2s" dur="3s") This change makes the function return the animations's true progress instead of 100% when the animation ends. * svg/animations/animate-end-attribute-expected.txt: Added. * svg/animations/animate-end-attribute.html: Added. * svg/animations/script-tests/animate-end-attribute.js: Added. (sample1): (sample2): (sample3): (executeTest): 2011-08-27 Jarred Nicholls [Qt] Need spin-button implementation https://bugs.webkit.org/show_bug.cgi?id=65896 Reviewed by Kenneth Rohde Christiansen. * platform/qt/Skipped: * platform/qt/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.txt: Added. * platform/qt/fast/forms/input-appearance-spinbutton-layer-expected.txt: Added. * platform/qt/fast/forms/input-appearance-spinbutton-visibility-expected.txt: Added. 2011-08-27 Csaba Osztrogonác [Qt] Unreviewed gardening. * platform/qt/Skipped: Remove a non-existent test. * platform/qt/fast/text/complex-preferred-logical-widths-expected.png: Added. * platform/qt/fast/text/complex-preferred-logical-widths-expected.txt: Added. 2011-08-26 Xiaomei Ji Regression(91788): Bad cast in WebCore::blockWithNextLineBox https://bugs.webkit.org/show_bug.cgi?id=66090 Reviewed by Ryosuke Niwa. * editing/selection/move-by-word-visually-crash-test-1-expected.txt: Added. * editing/selection/move-by-word-visually-crash-test-1.html: Added. * editing/selection/move-by-word-visually-crash-test-2-expected.txt: Added. * editing/selection/move-by-word-visually-crash-test-2.html: Added. * editing/selection/move-by-word-visually-crash-test-3-expected.txt: Added. * editing/selection/move-by-word-visually-crash-test-3.html: Added. * editing/selection/move-by-word-visually-crash-test-4-expected.txt: Added. * editing/selection/move-by-word-visually-crash-test-4.html: Added. * editing/selection/move-by-word-visually-multi-line-expected.txt: * editing/selection/resources/move-by-word-visually.js: (runMoveLeftRight): 2011-08-26 Gavin Barraclough DFG JIT - ArithMod may clobber operands. https://bugs.webkit.org/show_bug.cgi?id=67085 Reviewed by Sam Weinig. Added test case. * fast/js/mod-crash-expected.txt: * fast/js/script-tests/mod-crash.js: (nonSpeculativeModReuseInner): (nonSpeculativeModReuse): 2011-08-26 Anna Cavender Cleanup resulting text of media/track tests. https://bugs.webkit.org/show_bug.cgi?id=67073 Reviewed by Eric Carlson. * media/track/track-webvtt-tc001-utf8-expected.txt: * media/track/track-webvtt-tc002-bom-expected.txt: * media/track/track-webvtt-tc003-newlines-expected.txt: * media/track/track-webvtt-tc004-magic-header-expected.txt: * media/track/track-webvtt-tc005-header-comment-expected.txt: * media/track/track-webvtt-tc006-cue-identifiers-expected.txt: * media/track/track-webvtt-tc007-cue-no-id-expected.txt: * media/track/track-webvtt-tc008-timings-no-hours-expected.txt: * media/track/track-webvtt-tc009-timings-hour-expected.txt: * media/track/track-webvtt-tc011-blank-lines-expected.txt: * media/track/track-webvtt-tc013-settings-expected.txt: * media/track/track-webvtt-tc014-alignment-expected.txt: * media/track/track-webvtt-tc015-positioning-expected.txt: * media/track/track-webvtt-tc016-align-positioning-expected.txt: * media/track/track-webvtt-tc017-line-position-expected.txt: * media/track/track-webvtt-tc018-align-text-line-position-expected.txt: * media/track/track-webvtt-tc019-cue-size-expected.txt: * media/track/track-webvtt-tc020-cue-size-align-expected.txt: * media/track/track-webvtt-tc021-valign-expected.txt: * media/track/track-webvtt-tc022-entities-expected.txt: * media/track/track-webvtt-tc028-unsupported-markup-expected.txt: * media/video-test.js: (testCues): 2011-08-26 David Levin [chromium] Update tests expectations due to r93909 and r93913. * platform/chromium-cg-mac/fast/text/complex-preferred-logical-widths-expected.txt: Added. * platform/chromium-linux/fast/text/complex-preferred-logical-widths-expected.png: Added. * platform/chromium-win/fast/text/complex-preferred-logical-widths-expected.png: Added. * platform/chromium/test_expectations.txt: 2011-08-26 David Levin [chromium] Update tests expectations due to r93909. * platform/mac/fast/text/complex-preferred-logical-widths-expected.txt: 2011-08-26 David Levin [chromium] Update tests expectations due to r93913. * platform/chromium-cg-mac/fast/dom/xmlhttprequest-constructor-in-detached-document-expected.txt: Removed. * platform/chromium-win/fast/dom/xmlhttprequest-constructor-in-detached-document-expected.txt: Removed. * platform/chromium/fast/dom/xmlhttprequest-constructor-in-detached-document-expected.txt: Added. 2011-08-26 Ojan Vafai change the default preferred width of the flex() function to 0px per the new spec https://bugs.webkit.org/show_bug.cgi?id=67067 Reviewed by Tony Chang. * css3/flexbox/001.html: * css3/flexbox/002.html: * css3/flexbox/flex-parsing-expected.txt: * css3/flexbox/script-tests/flex-parsing.js: 2011-08-26 Aaron Colwell Rebasing media/video-layer-crash & media/video-transformed images. https://bugs.webkit.org/show_bug.cgi?id=67065 Reviewed by David Levin. * platform/chromium-linux/media/video-layer-crash-expected.png: * platform/chromium-linux/media/video-transformed-expected.png: * platform/chromium-win/media/video-layer-crash-expected.png: * platform/chromium-win/media/video-transformed-expected.png: * platform/chromium/test_expectations.txt: 2011-08-26 Alexey Proskuryakov Get rid of frame life support timer https://bugs.webkit.org/show_bug.cgi?id=66874 Reviewed by Geoff Garen. * fast/dom/resources/xmlhttprequest-constructor-in-detached-document-frame.html: * fast/dom/xmlhttprequest-constructor-in-detached-document-expected.txt: The test used to access XMLHttpRequest constructor from a detached frame. Modified the test to also try a stored constructor, and added an error that's clogged when trying that in a detached frame to test output. * fast/frames/detached-frame-property-expected.txt: Added. * fast/frames/detached-frame-property.html: Added. Added a test to check for the new, more compatible behavior. * fast/storage/storage-detached-iframe.html: Store a reference to localStorage before detaching a frame, as it won't be available afterwards any more. 2011-08-26 Martin Robinson fast/js/const.html is opening a modal print dialog, leading to a timeout on the GTK+ bots https://bugs.webkit.org/show_bug.cgi?id=67061 Reviewed by Oliver Hunt. Update this test to remove inadvertant calls to window.print(). * fast/js/resources/const.js: (tryCatch1): Remove call to window.print() (tryCatch2): Ditto. 2011-08-26 Dan Bernstein RenderText::computePreferredLogicalWidths() should measure words with trailing spaces https://bugs.webkit.org/show_bug.cgi?id=66733 * fast/text/complex-preferred-logical-widths.html: Added. * platform/mac/fast/text/complex-preferred-logical-widths-expected.txt: Added. 2011-08-26 Tony Chang Add CSS parsing for -webkit-flex-align https://bugs.webkit.org/show_bug.cgi?id=66726 Reviewed by Ojan Vafai. * css3/flexbox/css-properties-expected.txt: * css3/flexbox/script-tests/css-properties.js: 2011-08-26 Martin Robinson Skip two tests on GTK+ that are failing due to known issues. * platform/gtk/Skipped: Update the skipped list. 2011-08-26 Chris Rogers Add MediaPlayer::audioSourceProvider() method for audio stream access by the Web Audio API. https://bugs.webkit.org/show_bug.cgi?id=66398 Reviewed by Eric Carlson. * webaudio/mediaelementaudiosourcenode-expected.txt: * webaudio/mediaelementaudiosourcenode.html: 2011-08-23 Stephen White Assertion fires if canvas is resized while save() active https://bugs.webkit.org/show_bug.cgi?id=66710 Reviewed by Simon Fraser. * fast/canvas/resize-while-save-active-expected.txt: Added. * fast/canvas/resize-while-save-active.html: Added. 2011-08-26 Martin Robinson Add some new baselines for GTK+ and unskip tests that now have them. * platform/gtk/Skipped: Unskip tests. * platform/gtk/fast/block/float/fit_line_below_floats-expected.png: Added. * platform/gtk/fast/block/float/fit_line_below_floats-expected.txt: Added. * platform/gtk/fast/block/float/floats-and-text-indent-expected.png: Added. * platform/gtk/fast/block/float/floats-and-text-indent-expected.txt: Added. * platform/gtk/fast/block/float/floats-and-text-indent-rl-expected.png: Added. * platform/gtk/fast/block/float/floats-and-text-indent-rl-expected.txt: Added. 2011-08-26 Martin Robinson Import the last set of GTK+ CSS3 selector results. * platform/gtk/css3/selectors3/xml: Import the last set of results. 2011-08-26 Martin Robinson Continue importing GTK+ CSS3 selector test results. * platform/gtk/css3/selectors3/xml: Import the next set of results. 2011-08-26 Martin Robinson Begin importing the last directory of CSS3 selector results for GTK+. * platform/gtk/css3/selectors3/xml: Import the first set of files in this directory. 2011-08-26 Victoria Kirst Unreviewed; adding files missing from r93885. * media/track/captions-webvtt/tc000-empty.vtt: Added. * media/track/captions-webvtt/tc001-iso2022jp3.vtt: Added. * media/track/captions-webvtt/tc001-utf8.vtt: Added. * media/track/captions-webvtt/tc002-bom.vtt: Added. * media/track/captions-webvtt/tc003-newlines.vtt: Added. * media/track/captions-webvtt/tc003-no-newline-at-eof.vtt: Added. * media/track/captions-webvtt/tc004-no-webvtt.vtt: Added. * media/track/captions-webvtt/tc004-webvtt-file.vtt: Added. * media/track/captions-webvtt/tc004-webvtt-rubbish.vtt: Added. * media/track/captions-webvtt/tc005-default-styles.vtt: Added. * media/track/captions-webvtt/tc005-metadata-area.vtt: Added. * media/track/captions-webvtt/tc006-cue-id-error.vtt: Added. * media/track/captions-webvtt/tc006-cue-id.vtt: Added. * media/track/captions-webvtt/tc007-cue-no-id-error.vtt: Added. * media/track/captions-webvtt/tc007-cue-no-id.vtt: Added. * media/track/captions-webvtt/tc008-timings-no-hour-errors.vtt: Added. * media/track/captions-webvtt/tc008-timings-no-hour.vtt: Added. * media/track/captions-webvtt/tc009-timings-hour-error.vtt: Added. * media/track/captions-webvtt/tc009-timings-hour.vtt: Added. * media/track/captions-webvtt/tc010-no-timings.vtt: Added. * media/track/captions-webvtt/tc011-cues-no-separation.vtt: Added. * media/track/captions-webvtt/tc011-cues.vtt: Added. * media/track/captions-webvtt/tc012-out-of-order.vtt: Added. * media/track/captions-webvtt/tc013-settings-bad-separation.vtt: Added. * media/track/captions-webvtt/tc013-settings.vtt: Added. * media/track/captions-webvtt/tc014-alignment-bad.vtt: Added. * media/track/captions-webvtt/tc014-alignment-ltr.vtt: Added. * media/track/captions-webvtt/tc014-alignment.vtt: Added. * media/track/captions-webvtt/tc015-positioning-bad.vtt: Added. * media/track/captions-webvtt/tc015-positioning-ltr.vtt: Added. * media/track/captions-webvtt/tc015-positioning.vtt: Added. * media/track/captions-webvtt/tc016-align-positioning-bad.vtt: Added. * media/track/captions-webvtt/tc016-align-positioning.vtt: Added. * media/track/captions-webvtt/tc017-line-position-bad.vtt: Added. * media/track/captions-webvtt/tc017-line-position.vtt: Added. * media/track/captions-webvtt/tc018-align-text-line-position-bad.vtt: Added. * media/track/captions-webvtt/tc018-align-text-line-position.vtt: Added. * media/track/captions-webvtt/tc019-cue-size-bad.vtt: Added. * media/track/captions-webvtt/tc019-cue-size.vtt: Added. * media/track/captions-webvtt/tc020-cue-size-align-bad.vtt: Added. * media/track/captions-webvtt/tc020-cue-size-align.vtt: Added. * media/track/captions-webvtt/tc021-valign-bad.vtt: Added. * media/track/captions-webvtt/tc021-valign-ltr.vtt: Added. * media/track/captions-webvtt/tc021-valign.vtt: Added. * media/track/captions-webvtt/tc022-entities-wrong.vtt: Added. * media/track/captions-webvtt/tc022-entities.vtt: Added. * media/track/captions-webvtt/tc023-markup-bad.vtt: Added. * media/track/captions-webvtt/tc023-markup.vtt: Added. * media/track/captions-webvtt/tc024-timestamp-bad.vtt: Added. * media/track/captions-webvtt/tc024-timestamp.vtt: Added. * media/track/captions-webvtt/tc025-class-bad.vtt: Added. * media/track/captions-webvtt/tc025-class.vtt: Added. * media/track/captions-webvtt/tc026-voice-bad.vtt: Added. * media/track/captions-webvtt/tc026-voice.vtt: Added. * media/track/captions-webvtt/tc027-empty-cue.vtt: Added. * media/track/captions-webvtt/tc028-unsupported-markup.vtt: Added. * media/track/track-webvtt-tc004-magic-header-expected.txt: Added. * media/track/track-webvtt-tc004-magic-header.html: Added. * media/track/track-webvtt-tc005-header-comment-expected.txt: Added. * media/track/track-webvtt-tc005-header-comment.html: Added. * media/track/track-webvtt-tc006-cue-identifiers-expected.txt: Added. * media/track/track-webvtt-tc006-cue-identifiers.html: Added. * media/track/track-webvtt-tc007-cue-no-id-expected.txt: Added. * media/track/track-webvtt-tc007-cue-no-id.html: Added. * media/track/track-webvtt-tc008-timings-no-hours-expected.txt: Added. * media/track/track-webvtt-tc008-timings-no-hours.html: Added. * media/track/track-webvtt-tc009-timings-hour-expected.txt: Added. * media/track/track-webvtt-tc009-timings-hour.html: Added. * media/track/track-webvtt-tc010-no-timings-expected.txt: Added. * media/track/track-webvtt-tc010-no-timings.html: Added. * media/track/track-webvtt-tc011-blank-lines-expected.txt: Added. * media/track/track-webvtt-tc011-blank-lines.html: Added. * media/track/track-webvtt-tc012-out-of-order-expected.txt: Added. * media/track/track-webvtt-tc012-out-of-order.html: Added. * media/track/track-webvtt-tc014-alignment-expected.txt: Added. * media/track/track-webvtt-tc014-alignment.html: Added. * media/track/track-webvtt-tc015-positioning-expected.txt: Added. * media/track/track-webvtt-tc015-positioning.html: Added. * media/track/track-webvtt-tc016-align-positioning-expected.txt: Added. * media/track/track-webvtt-tc016-align-positioning.html: Added. * media/track/track-webvtt-tc017-line-position-expected.txt: Added. * media/track/track-webvtt-tc017-line-position.html: Added. * media/track/track-webvtt-tc018-align-text-line-position-expected.txt: Added. * media/track/track-webvtt-tc018-align-text-line-position.html: Added. * media/track/track-webvtt-tc019-cue-size-expected.txt: Added. * media/track/track-webvtt-tc019-cue-size.html: Added. * media/track/track-webvtt-tc020-cue-size-align-expected.txt: Added. * media/track/track-webvtt-tc020-cue-size-align.html: Added. * media/track/track-webvtt-tc021-valign-expected.txt: Added. * media/track/track-webvtt-tc021-valign.html: Added. * media/track/track-webvtt-tc022-entities-expected.txt: Added. * media/track/track-webvtt-tc022-entities.html: Added. * media/track/track-webvtt-tc023-markup-expected.txt: Added. * media/track/track-webvtt-tc023-markup.html: Added. * media/track/track-webvtt-tc024-timestamp-expected.txt: Added. * media/track/track-webvtt-tc024-timestamp.html: Added. * media/track/track-webvtt-tc025-class-markup-expected.txt: Added. * media/track/track-webvtt-tc025-class-markup.html: Added. * media/track/track-webvtt-tc026-voice-expected.txt: Added. * media/track/track-webvtt-tc026-voice.html: Added. * media/track/track-webvtt-tc027-empty-cue-expected.txt: Added. * media/track/track-webvtt-tc027-empty-cue.html: Added. * media/track/track-webvtt-tc028-unsupported-markup-expected.txt: Added. * media/track/track-webvtt-tc028-unsupported-markup.html: Added. 2011-08-26 Martin Robinson Continue importing GTK+ CSS3 selector results. * platform/gtk/css3/selectors3/xhtml: Import this directory. 2011-08-26 Martin Robinson Begin importing CSS3 selector test results for GTK+. * platform/gtk/css3/selectors3/html: Import this directory. 2011-08-25 Anna Cavender Tests for validating a new WebVTT parser and tokenizer for TextTrackCue content. https://bugs.webkit.org/show_bug.cgi?id=65884 Reviewed by Eric Carlson. * media/track/captions-webvtt/tc000-empty.vtt: Renamed from media/track/captions/tc000_empty.vtt. * media/track/captions-webvtt/tc001-iso2022jp3.vtt: Renamed from media/track/captions/tc001_iso2022jp3.vtt. * media/track/captions-webvtt/tc001-utf8.vtt: Renamed from media/track/captions/tc001_utf8.vtt. * media/track/captions-webvtt/tc002-bom.vtt: Renamed from media/track/captions/tc002_bom.vtt. * media/track/captions-webvtt/tc003-newlines.vtt: Renamed from media/track/captions/tc003_newlines.vtt * media/track/captions-webvtt/tc003-no-newline-at-eof.vtt: Renamed from media/track/captions/tc003_nonewlineateof.vtt * media/track/captions-webvtt/tc004-no-webvtt.vtt: Renamed from media/track/captions/tc004_nowebvtt.vtt. * media/track/captions-webvtt/tc004-webvtt-file.vtt: Renamed from media/track/captions/tc004_webvttfile.vtt. * media/track/captions-webvtt/tc004-webvtt-rubbish.vtt: Renamed from media/track/captions/tc004_webvttrubbish.vtt. * media/track/captions-webvtt/tc005-default-styles.vtt: Renamed from media/track/captions/tc005_defaultstyles.vtt. * media/track/captions-webvtt/tc005-metadata-area.vtt: Renamed from media/track/captions/tc005_metadataarea.vtt. * media/track/captions-webvtt/tc006-cue-id-error.vtt: Renamed from media/track/captions/tc006_cueiderror.vtt. * media/track/captions-webvtt/tc006-cue-id.vtt: Renamed from media/track/captions/tc006_cueid.vtt. * media/track/captions-webvtt/tc007-cue-no-id-error.vtt: Renamed from media/track/captions/tc007_cuenoid.vtt. * media/track/captions-webvtt/tc007-cue-no-id.vtt: Renamed from media/track/captions/tc007_cuenoiderror.vtt. * media/track/captions-webvtt/tc008-timings-no-hour-errors.vtt: Renamed from media/track/captions/tc008_timingsnohourerrors.vtt. * media/track/captions-webvtt/tc008-timings-no-hour.vtt: Renamed from media/track/captions/tc008_timingsnohour.vtt. * media/track/captions-webvtt/tc009-timings-hour-error.vtt: Renamed from media/track/captions/tc009_timingshourerror.vtt. * media/track/captions-webvtt/tc009-timings-hour.vtt: Renamed from media/track/captions/tc009_timingshour.vtt. * media/track/captions-webvtt/tc010-no-timings.vtt: Renamed from media/track/captions/tc010_notimings.vtt. * media/track/captions-webvtt/tc011-cues-no-separation.vtt: Copied from media/track/captions/tc011_cuesnosep.vtt. * media/track/captions-webvtt/tc011-cues.vtt: Renamed from media/track/captions/tc011_cues.vtt. * media/track/captions-webvtt/tc012-out-of-order.vtt: Renamed from media/track/captions/tc012_outoforder.vtt. * media/track/captions-webvtt/tc013-settings-bad-separation.vtt: Renamed from media/track/captions/tc013_settingsbadsep.vtt. * media/track/captions-webvtt/tc013-settings.vtt: Renamed from media/track/captions/tc013_settings.vtt. * media/track/captions-webvtt/tc014-alignment-bad.vtt: Added. * media/track/captions-webvtt/tc014-alignment-ltr.vtt: Added. * media/track/captions-webvtt/tc014-alignment.vtt: Added. * media/track/captions-webvtt/tc015-positioning-bad.vtt: Added. * media/track/captions-webvtt/tc015-positioning-ltr.vtt: Added. * media/track/captions-webvtt/tc015-positioning.vtt: Added. * media/track/captions-webvtt/tc016-align-positioning-bad.vtt: Added. * media/track/captions-webvtt/tc016-align-positioning.vtt: Added. * media/track/captions-webvtt/tc017-line-position-bad.vtt: Added. * media/track/captions-webvtt/tc017-line-position.vtt: Added. * media/track/captions-webvtt/tc018-align-text-line-position-bad.vtt: Added. * media/track/captions-webvtt/tc018-align-text-line-position.vtt: Added. * media/track/captions-webvtt/tc019-cue-size-bad.vtt: Added. * media/track/captions-webvtt/tc019-cue-size.vtt: Added. * media/track/captions-webvtt/tc020-cue-size-align-bad.vtt: Added. * media/track/captions-webvtt/tc020-cue-size-align.vtt: Added. * media/track/captions-webvtt/tc021-valign-bad.vtt: Added. * media/track/captions-webvtt/tc021-valign-ltr.vtt: Added. * media/track/captions-webvtt/tc021-valign.vtt: Added. * media/track/captions-webvtt/tc022-entities-wrong.vtt: Added. * media/track/captions-webvtt/tc022-entities.vtt: Added. * media/track/captions-webvtt/tc023-markup-bad.vtt: Added. * media/track/captions-webvtt/tc023-markup.vtt: Added. * media/track/captions-webvtt/tc024-timestamp-bad.vtt: Added. * media/track/captions-webvtt/tc024-timestamp.vtt: Added. * media/track/captions-webvtt/tc025-class-bad.vtt: Added. * media/track/captions-webvtt/tc025-class.vtt: Added. * media/track/captions-webvtt/tc026-voice-bad.vtt: Added. * media/track/captions-webvtt/tc026-voice.vtt: Added. * media/track/captions-webvtt/tc027-empty-cue.vtt: Added. * media/track/captions-webvtt/tc028-unsupported-markup.vtt: Added. * media/track/track-webvtt-tc000-empty.html: * media/track/track-webvtt-tc001-utf8-expected.txt: * media/track/track-webvtt-tc001-utf8.html: * media/track/track-webvtt-tc002-bom-expected.txt: * media/track/track-webvtt-tc002-bom.html: * media/track/track-webvtt-tc003-newlines-expected.txt: * media/track/track-webvtt-tc003-newlines.html: * media/track/track-webvtt-tc004-magic-header-expected.txt: Renamed from media/track/track-webvtt-tc004-magicheader-expected.txt. * media/track/track-webvtt-tc004-magic-header.html: Renamed from media/track/track-webvtt-tc004-magicheader.html. * media/track/track-webvtt-tc005-header-comment-expected.txt: Renamed from media/track/track-webvtt-tc005-headercomment-expected.txt. * media/track/track-webvtt-tc005-header-comment.html: Renamed from media/track/track-webvtt-tc005-headercomment.html. * media/track/track-webvtt-tc006-cue-identifiers-expected.txt: Renamed from media/track/track-webvtt-tc006-cueidentifiers-expected.txt. * media/track/track-webvtt-tc006-cue-identifiers.html: Renamed from media/track/track-webvtt-tc006-cueidentifiers.html. * media/track/track-webvtt-tc007-cue-no-id-expected.txt: Renamed from media/track/track-webvtt-tc007-cuenoid-expected.txt. * media/track/track-webvtt-tc007-cue-no-id.html: Renamed media/track/track-webvtt-tc007-cuenoid.html. * media/track/track-webvtt-tc008-timings-no-hours-expected.txt: Renamed from media/track/track-webvtt-tc008-timingsnohours-expected.txt. * media/track/track-webvtt-tc008-timings-no-hours.html: Renamed from media/track/track-webvtt-tc008-timingsnohours.html. * media/track/track-webvtt-tc009-timings-hour-expected.txt: Renamed from media/track/track-webvtt-tc009-timingshour-expected.txt. * media/track/track-webvtt-tc009-timings-hour.html: Renamed from media/track/track-webvtt-tc009-timingshour.html. * media/track/track-webvtt-tc010-no-timings-expected.txt: Copied from media/track/track-webvtt-tc010-notimings-expected.txt. * media/track/track-webvtt-tc010-no-timings.html: Renamed from media/track/track-webvtt-tc012-outoforder.html. * media/track/track-webvtt-tc011-blank-lines-expected.txt: Renamed from media/track/track-webvtt-tc011-blanklines-expected.txt. * media/track/track-webvtt-tc011-blank-lines.html: Renamed from media/track/track-webvtt-tc011-blanklines.html. * media/track/track-webvtt-tc012-out-of-order-expected.txt: Renamed from media/track/track-webvtt-tc012-outoforder-expected.txt. * media/track/track-webvtt-tc012-out-of-order.html: Copied from media/track/track-webvtt-tc000-empty.html. * media/track/track-webvtt-tc013-settings-expected.txt: * media/track/track-webvtt-tc013-settings.html: * media/track/track-webvtt-tc014-alignment-expected.txt: Added. * media/track/track-webvtt-tc014-alignment.html: Added. * media/track/track-webvtt-tc015-positioning-expected.txt: Added. * media/track/track-webvtt-tc015-positioning.html: Added. * media/track/track-webvtt-tc016-align-positioning-expected.txt: Added. * media/track/track-webvtt-tc016-align-positioning.html: Added. * media/track/track-webvtt-tc017-line-position-expected.txt: Added. * media/track/track-webvtt-tc017-line-position.html: Added. * media/track/track-webvtt-tc018-align-text-line-position-expected.txt: Added. * media/track/track-webvtt-tc018-align-text-line-position.html: Added. * media/track/track-webvtt-tc019-cue-size-expected.txt: Added. * media/track/track-webvtt-tc019-cue-size.html: Added. * media/track/track-webvtt-tc020-cue-size-align-expected.txt: Added. * media/track/track-webvtt-tc020-cue-size-align.html: Added. * media/track/track-webvtt-tc021-valign-expected.txt: Added. * media/track/track-webvtt-tc021-valign.html: Added. * media/track/track-webvtt-tc022-entities-expected.txt: Added. * media/track/track-webvtt-tc022-entities.html: Added. * media/track/track-webvtt-tc023-markup-expected.txt: Added. * media/track/track-webvtt-tc023-markup.html: Added. * media/track/track-webvtt-tc024-timestamp-expected.txt: Added. * media/track/track-webvtt-tc024-timestamp.html: Added. * media/track/track-webvtt-tc025-class-markup-expected.txt: Added. * media/track/track-webvtt-tc025-class-markup.html: Added. * media/track/track-webvtt-tc026-voice-expected.txt: Added. * media/track/track-webvtt-tc026-voice.html: Added. * media/track/track-webvtt-tc027-empty-cue-expected.txt: Added. * media/track/track-webvtt-tc027-empty-cue.html: Added. * media/track/track-webvtt-tc028-unsupported-markup-expected.txt: Added. * media/track/track-webvtt-tc028-unsupported-markup.html: Added. * media/video-test.js: (testCues): (allTestsEnded): 2011-08-26 Pavel Podivilov Unreviewed, rolling out r93870. http://trac.webkit.org/changeset/93870 https://bugs.webkit.org/show_bug.cgi?id=65203 Broke i18n chromium tests * platform/chromium/test_expectations.txt: 2011-08-26 Martin Robinson Removing some tests from the GTK+ skipped lists that have results now or no longer exist. * platform/gtk/Skipped: Clean up. * platform/gtk/test_expectations.txt: Ditto. 2011-08-26 Andreas Kling Rebaseline Qt (4.7) after r93873. * platform/qt/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: * platform/qt/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: * platform/qt/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: * platform/qt/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: * platform/qt/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt: * platform/qt/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt: * platform/qt/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: * platform/qt/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: * platform/qt/svg/batik/text/textOnPath-expected.txt: * platform/qt/svg/batik/text/textOnPath2-expected.txt: * platform/qt/svg/batik/text/textOnPath3-expected.txt: * platform/qt/svg/batik/text/verticalTextOnPath-expected.txt: * platform/qt/svg/text/text-path-01-b-expected.txt: 2011-08-26 Pavel Podivilov Unreviewed, fix error in chromium test_expectations. * platform/chromium/test_expectations.txt: 2011-08-26 Philippe Normand Unreviewed, GTK baselines for new tests. * platform/gtk/fast/frames/iframe-scaling-with-scroll-expected.txt: Added. * platform/gtk/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt: Added. * platform/gtk/fast/repaint/line-flow-with-floats-in-regions-expected.txt: Added. * platform/gtk/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.txt: Added. * platform/gtk/fast/table/table-before-child-in-table-expected.txt: Added. * platform/gtk/fast/table/table-cell-after-child-in-block-expected.txt: Added. * platform/gtk/fast/table/table-cell-after-child-in-table-expected.txt: Added. * platform/gtk/fast/table/table-cell-before-child-in-block-expected.txt: Added. * platform/gtk/fast/table/table-cell-before-child-in-table-expected.txt: Added. * platform/gtk/fast/table/table-row-after-child-in-block-expected.txt: Added. * platform/gtk/fast/table/table-row-after-child-in-table-expected.txt: Added. * platform/gtk/fast/table/table-row-before-child-in-block-expected.txt: Added. * platform/gtk/fast/table/table-row-before-child-in-table-expected.txt: Added. * platform/gtk/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-1-expected.txt: Added. * platform/gtk/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-2-expected.txt: Added. * platform/gtk/svg/as-object/embedded-svg-size-changes-no-layout-triggers-expected.txt: Added. * platform/gtk/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1-expected.txt: Added. * platform/gtk/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.txt: Added. 2011-08-26 Andreas Kling [Qt] Path::boundingRect() is unnecessarily slow. https://bugs.webkit.org/show_bug.cgi?id=66854 Reviewed by Benjamin Poulain. Rebaseline SVG tests after Path::boundingRect() change. This brings Qt quite a bit closer to CG and Skia metrics. * platform/qt-4.8/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: * platform/qt-4.8/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: * platform/qt-4.8/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: * platform/qt-4.8/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: * platform/qt-4.8/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt: * platform/qt-4.8/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt: * platform/qt-4.8/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: * platform/qt-4.8/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: * platform/qt-4.8/svg/batik/text/textOnPath-expected.txt: * platform/qt-4.8/svg/batik/text/textOnPath2-expected.txt: * platform/qt-4.8/svg/batik/text/textOnPath3-expected.txt: * platform/qt-4.8/svg/batik/text/verticalTextOnPath-expected.txt: * platform/qt-4.8/svg/text/text-path-01-b-expected.txt: * platform/qt/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt: * platform/qt/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt: * platform/qt/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt: * platform/qt/svg/custom/animate-path-morphing-expected.txt: * platform/qt/svg/custom/broken-internal-references-expected.txt: * platform/qt/svg/custom/control-points-for-S-and-T-expected.txt: * platform/qt/svg/custom/path-textPath-simulation-expected.txt: * platform/qt/svg/custom/second-inline-text-expected.txt: * platform/qt/svg/custom/use-nested-transform-expected.txt: * platform/qt/svg/dom/SVGPathSegList-segment-modification-expected.txt: * platform/qt/svg/hixie/perf/001-expected.txt: * platform/qt/svg/hixie/perf/002-expected.txt: * platform/qt/svg/hixie/shapes/path/001-expected.txt: 2011-08-26 Philippe Normand Unreviewed, another rebaseline after switch to GTK+3.x. * platform/gtk/editing/selection/caret-rtl-2-expected.txt: * platform/gtk/editing/selection/caret-rtl-2-left-expected.txt: * platform/gtk/editing/selection/caret-rtl-expected.txt: * platform/gtk/editing/selection/caret-rtl-right-expected.txt: * platform/gtk/editing/selection/move-by-word-visually-multi-line-expected.txt: * platform/gtk/editing/selection/move-past-trailing-space-expected.txt: * platform/gtk/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt: * platform/gtk/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt: * platform/gtk/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt: * platform/gtk/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt: * platform/gtk/fast/borders/bidi-012-expected.txt: * platform/gtk/fast/borders/rtl-border-04-expected.txt: * platform/gtk/fast/css/rtl-ordering-expected.txt: * platform/gtk/fast/css/text-overflow-ellipsis-bidi-expected.txt: * platform/gtk/fast/css/text-overflow-ellipsis-expected.txt: * platform/gtk/fast/css/text-overflow-ellipsis-strict-expected.txt: * platform/gtk/fast/forms/listbox-bidi-align-expected.txt: * platform/gtk/fast/forms/search-rtl-expected.txt: * platform/gtk/fast/forms/select-visual-hebrew-expected.txt: * platform/gtk/fast/forms/select-writing-direction-natural-expected.txt: * platform/gtk/fast/forms/visual-hebrew-text-field-expected.txt: * platform/gtk/fast/inline/inline-box-background-expected.txt: * platform/gtk/fast/inline/inline-box-background-long-image-expected.txt: * platform/gtk/fast/inline/inline-box-background-repeat-x-expected.txt: * platform/gtk/fast/inline/inline-box-background-repeat-y-expected.txt: * platform/gtk/fast/text/bidi-embedding-pop-and-push-same-expected.txt: * platform/gtk/fast/text/cg-fallback-bolding-expected.txt: * platform/gtk/fast/text/drawBidiText-expected.txt: * platform/gtk/fast/text/in-rendered-text-rtl-expected.txt: * platform/gtk/fast/text/international/bidi-L2-run-reordering-expected.txt: * platform/gtk/fast/text/international/bidi-LDB-2-CSS-expected.txt: * platform/gtk/fast/text/international/bidi-LDB-2-HTML-expected.txt: * platform/gtk/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt: * platform/gtk/fast/text/international/bidi-european-terminators-expected.txt: * platform/gtk/fast/text/international/bidi-explicit-embedding-expected.txt: * platform/gtk/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt: * platform/gtk/fast/text/international/bidi-innertext-expected.txt: * platform/gtk/fast/text/international/bidi-layout-across-linebreak-expected.txt: * platform/gtk/fast/text/international/bidi-linebreak-001-expected.txt: * platform/gtk/fast/text/international/bidi-linebreak-002-expected.txt: * platform/gtk/fast/text/international/bidi-linebreak-003-expected.txt: * platform/gtk/fast/text/international/bidi-mirror-he-ar-expected.txt: * platform/gtk/fast/text/international/bidi-neutral-run-expected.txt: * platform/gtk/fast/text/international/bidi-override-expected.txt: * platform/gtk/fast/text/international/hebrew-vowels-expected.txt: * platform/gtk/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt: * platform/gtk/fast/text/international/rtl-caret-expected.txt: * platform/gtk/fast/text/international/rtl-white-space-pre-wrap-expected.txt: * platform/gtk/fast/text/international/unicode-bidi-plaintext-expected.txt: * platform/gtk/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt: * platform/gtk/fast/text/trailing-white-space-2-expected.txt: * platform/gtk/fast/text/trailing-white-space-expected.txt: * platform/gtk/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt: * platform/gtk/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt: * platform/gtk/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt: * platform/gtk/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt: * platform/gtk/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt: * platform/gtk/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt: * platform/gtk/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt: * platform/gtk/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt: * platform/gtk/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt: * platform/gtk/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt: * platform/gtk/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt: * platform/gtk/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt: * platform/gtk/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt: * platform/gtk/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt: * platform/gtk/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt: * platform/gtk/svg/W3C-I18N/text-anchor-no-markup-expected.txt: * platform/gtk/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt: * platform/gtk/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt: * platform/gtk/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: * platform/gtk/svg/text/bidi-embedded-direction-expected.txt: * platform/gtk/svg/text/bidi-reorder-value-lists-expected.txt: * platform/gtk/svg/text/bidi-text-anchor-direction-expected.txt: * platform/gtk/svg/text/text-tselect-02-f-expected.txt: * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: 2011-08-26 Mike Reed [skia] never draw with GDI, so that all text can be gpu-accelerated https://bugs.webkit.org/show_bug.cgi?id=65203 Reviewed by Kenneth Russell. * platform/chromium/test_expectations.txt: 2011-08-26 Pavel Podivilov Unreviewed, rebaseline chromium fast/borders/* tests. * fast/borders/borderRadiusArcs01-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusArcs01-expected.txt. * fast/borders/borderRadiusDashed02-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusDashed02-expected.txt. * fast/borders/borderRadiusDashed03-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusDashed03-expected.txt. * fast/borders/borderRadiusDotted01-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusDotted01-expected.txt. * fast/borders/borderRadiusDouble01-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusDouble01-expected.txt. * fast/borders/borderRadiusDouble02-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusDouble02-expected.txt. * fast/borders/borderRadiusDouble03-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusDouble03-expected.txt. * fast/borders/borderRadiusGroove01-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusGroove01-expected.txt. * fast/borders/borderRadiusGroove02-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusGroove02-expected.txt. * fast/borders/borderRadiusInset01-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusInset01-expected.txt. * fast/borders/borderRadiusOutset01-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusOutset01-expected.txt. * fast/borders/borderRadiusRidge01-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusRidge01-expected.txt. * fast/borders/borderRadiusSolid01-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusSolid01-expected.txt. * fast/borders/borderRadiusSolid02-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusSolid02-expected.txt. * fast/borders/borderRadiusSolid03-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusSolid03-expected.txt. * fast/borders/borderRadiusSolid04-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/borderRadiusSolid04-expected.txt. * fast/borders/fieldsetBorderRadius-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/fieldsetBorderRadius-expected.txt. * platform/chromium-linux-x86/fast/borders/borderRadiusGroove01-expected.png: Removed. * platform/chromium-linux-x86/fast/borders/borderRadiusGroove02-expected.png: Removed. * platform/chromium-linux-x86/fast/borders/borderRadiusRidge01-expected.png: Removed. * platform/chromium-linux/fast/borders/border-antialiasing-expected.png: * platform/chromium-linux/fast/borders/border-radius-constraints-expected.png: * platform/chromium-linux/fast/borders/border-radius-huge-assert-expected.png: * platform/chromium-linux/fast/borders/border-radius-inline-flow-expected.png: * platform/chromium-linux/fast/borders/border-radius-split-inline-expected.png: * platform/chromium-linux/fast/borders/borderRadiusAllStylesAllCorners-expected.png: * platform/chromium-linux/fast/borders/borderRadiusArcs01-expected.png: * platform/chromium-linux/fast/borders/borderRadiusDashed02-expected.png: * platform/chromium-linux/fast/borders/borderRadiusDashed03-expected.png: * platform/chromium-linux/fast/borders/borderRadiusDotted01-expected.png: * platform/chromium-linux/fast/borders/borderRadiusDouble01-expected.png: * platform/chromium-linux/fast/borders/borderRadiusDouble02-expected.png: * platform/chromium-linux/fast/borders/borderRadiusDouble03-expected.png: * platform/chromium-linux/fast/borders/borderRadiusGroove01-expected.png: * platform/chromium-linux/fast/borders/borderRadiusGroove02-expected.png: * platform/chromium-linux/fast/borders/borderRadiusInset01-expected.png: * platform/chromium-linux/fast/borders/borderRadiusInvalidColor-expected.png: * platform/chromium-linux/fast/borders/borderRadiusOutset01-expected.png: * platform/chromium-linux/fast/borders/borderRadiusRidge01-expected.png: * platform/chromium-linux/fast/borders/borderRadiusSolid01-expected.png: * platform/chromium-linux/fast/borders/borderRadiusSolid02-expected.png: * platform/chromium-linux/fast/borders/borderRadiusSolid03-expected.png: * platform/chromium-linux/fast/borders/borderRadiusSolid04-expected.png: * platform/chromium-linux/fast/borders/different-color-borders-expected.png: * platform/chromium-linux/fast/borders/fieldsetBorderRadius-expected.png: * platform/chromium-linux/fast/borders/rtl-border-01-expected.png: * platform/chromium-linux/fast/borders/rtl-border-02-expected.png: * platform/chromium-linux/fast/borders/rtl-border-03-expected.png: * platform/chromium-linux/fast/borders/rtl-border-04-expected.png: * platform/chromium-linux/fast/borders/rtl-border-05-expected.png: * platform/chromium-win/fast/borders/border-antialiasing-expected.png: * platform/chromium-win/fast/borders/border-radius-constraints-expected.png: * platform/chromium-win/fast/borders/border-radius-huge-assert-expected.png: * platform/chromium-win/fast/borders/border-radius-inline-flow-expected.png: * platform/chromium-win/fast/borders/border-radius-split-inline-expected.png: * platform/chromium-win/fast/borders/borderRadiusAllStylesAllCorners-expected.png: * platform/chromium-win/fast/borders/borderRadiusArcs01-expected.png: * platform/chromium-win/fast/borders/borderRadiusDashed02-expected.png: * platform/chromium-win/fast/borders/borderRadiusDashed03-expected.png: * platform/chromium-win/fast/borders/borderRadiusDotted01-expected.png: * platform/chromium-win/fast/borders/borderRadiusDouble01-expected.png: * platform/chromium-win/fast/borders/borderRadiusDouble02-expected.png: * platform/chromium-win/fast/borders/borderRadiusDouble03-expected.png: * platform/chromium-win/fast/borders/borderRadiusGroove01-expected.png: * platform/chromium-win/fast/borders/borderRadiusGroove02-expected.png: * platform/chromium-win/fast/borders/borderRadiusInset01-expected.png: * platform/chromium-win/fast/borders/borderRadiusInvalidColor-expected.png: * platform/chromium-win/fast/borders/borderRadiusOutset01-expected.png: * platform/chromium-win/fast/borders/borderRadiusRidge01-expected.png: * platform/chromium-win/fast/borders/borderRadiusSolid01-expected.png: * platform/chromium-win/fast/borders/borderRadiusSolid02-expected.png: * platform/chromium-win/fast/borders/borderRadiusSolid03-expected.png: * platform/chromium-win/fast/borders/borderRadiusSolid04-expected.png: * platform/chromium-win/fast/borders/different-color-borders-expected.png: * platform/chromium-win/fast/borders/fieldsetBorderRadius-expected.png: * platform/chromium-win/fast/borders/rtl-border-01-expected.png: * platform/chromium-win/fast/borders/rtl-border-02-expected.png: * platform/chromium-win/fast/borders/rtl-border-03-expected.png: * platform/chromium-win/fast/borders/rtl-border-04-expected.png: * platform/chromium-win/fast/borders/rtl-border-05-expected.png: * platform/chromium-win/fast/borders/table-borders-expected.png: * platform/chromium/test_expectations.txt: * platform/mac/fast/borders/fieldsetBorderRadius-expected.txt: Removed. * platform/qt/fast/borders/borderRadiusDashed02-expected.txt: Removed. * platform/qt/fast/borders/borderRadiusDashed03-expected.txt: Removed. * platform/qt/fast/borders/borderRadiusDotted01-expected.txt: Removed. * platform/qt/fast/borders/fieldsetBorderRadius-expected.txt: Removed. 2011-08-26 Philippe Normand Unreviewed, GTK rebaseline of some svg tests after switch to GTK+-3.x. * platform/gtk/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt: * platform/gtk/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt: * platform/gtk/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt: * platform/gtk/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt: * platform/gtk/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt: * platform/gtk/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt: * platform/gtk/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt: * platform/gtk/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt: * platform/gtk/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt: * platform/gtk/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt: * platform/gtk/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt: * platform/gtk/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt: * platform/gtk/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt: * platform/gtk/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt: * platform/gtk/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt: * platform/gtk/svg/W3C-I18N/text-anchor-no-markup-expected.txt: * platform/gtk/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt: * platform/gtk/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt: * platform/gtk/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: * platform/gtk/svg/text/bidi-embedded-direction-expected.txt: * platform/gtk/svg/text/bidi-reorder-value-lists-expected.txt: * platform/gtk/svg/text/bidi-text-anchor-direction-expected.txt: * platform/gtk/svg/text/text-tselect-02-f-expected.txt: 2011-08-26 Philippe Normand Unreviewed, GTK rebaseline of some fast/ tests after switch to GTK+-3.x. * platform/gtk/fast/borders/bidi-012-expected.txt: * platform/gtk/fast/borders/rtl-border-04-expected.txt: * platform/gtk/fast/css/pseudo-cache-stale-expected.txt: * platform/gtk/fast/css/rtl-ordering-expected.txt: * platform/gtk/fast/css/text-overflow-ellipsis-bidi-expected.txt: * platform/gtk/fast/css/text-overflow-ellipsis-expected.txt: * platform/gtk/fast/css/text-overflow-ellipsis-strict-expected.txt: * platform/gtk/fast/forms/input-placeholder-text-indent-expected.txt: * platform/gtk/fast/forms/isindex-placeholder-expected.txt: * platform/gtk/fast/forms/listbox-bidi-align-expected.txt: * platform/gtk/fast/forms/password-placeholder-expected.txt: * platform/gtk/fast/forms/password-placeholder-text-security-expected.txt: * platform/gtk/fast/forms/placeholder-position-expected.txt: * platform/gtk/fast/forms/placeholder-pseudo-style-expected.txt: * platform/gtk/fast/forms/placeholder-set-attribute-expected.txt: * platform/gtk/fast/forms/placeholder-stripped-expected.txt: * platform/gtk/fast/forms/search-placeholder-value-changed-expected.txt: * platform/gtk/fast/forms/search-rtl-expected.txt: * platform/gtk/fast/forms/search-styled-expected.txt: * platform/gtk/fast/forms/select-visual-hebrew-expected.txt: * platform/gtk/fast/forms/select-writing-direction-natural-expected.txt: * platform/gtk/fast/forms/textarea-placeholder-pseudo-style-expected.txt: * platform/gtk/fast/forms/textarea-placeholder-set-attribute-expected.txt: * platform/gtk/fast/forms/visual-hebrew-text-field-expected.txt: * platform/gtk/fast/inline/inline-box-background-expected.txt: * platform/gtk/fast/inline/inline-box-background-long-image-expected.txt: * platform/gtk/fast/inline/inline-box-background-repeat-x-expected.txt: * platform/gtk/fast/inline/inline-box-background-repeat-y-expected.txt: * platform/gtk/fast/text/bidi-embedding-pop-and-push-same-expected.txt: * platform/gtk/fast/text/cg-fallback-bolding-expected.txt: * platform/gtk/fast/text/drawBidiText-expected.txt: * platform/gtk/fast/text/in-rendered-text-rtl-expected.txt: * platform/gtk/fast/text/international/bidi-L2-run-reordering-expected.txt: * platform/gtk/fast/text/international/bidi-LDB-2-CSS-expected.txt: * platform/gtk/fast/text/international/bidi-LDB-2-HTML-expected.txt: * platform/gtk/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt: * platform/gtk/fast/text/international/bidi-european-terminators-expected.txt: * platform/gtk/fast/text/international/bidi-explicit-embedding-expected.txt: * platform/gtk/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt: * platform/gtk/fast/text/international/bidi-innertext-expected.txt: * platform/gtk/fast/text/international/bidi-layout-across-linebreak-expected.txt: * platform/gtk/fast/text/international/bidi-linebreak-001-expected.txt: * platform/gtk/fast/text/international/bidi-linebreak-002-expected.txt: * platform/gtk/fast/text/international/bidi-linebreak-003-expected.txt: * platform/gtk/fast/text/international/bidi-mirror-he-ar-expected.txt: * platform/gtk/fast/text/international/bidi-neutral-run-expected.txt: * platform/gtk/fast/text/international/bidi-override-expected.txt: * platform/gtk/fast/text/international/hebrew-vowels-expected.txt: * platform/gtk/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt: * platform/gtk/fast/text/international/rtl-caret-expected.txt: * platform/gtk/fast/text/international/rtl-white-space-pre-wrap-expected.txt: * platform/gtk/fast/text/international/unicode-bidi-plaintext-expected.txt: * platform/gtk/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt: * platform/gtk/fast/text/trailing-white-space-2-expected.txt: * platform/gtk/fast/text/trailing-white-space-expected.txt: 2011-08-26 Nikolas Zimmermann [Qt] http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm fails intermittently https://bugs.webkit.org/show_bug.cgi?id=65969 Not reviewed. Unskip this test on Qt, it's fixed now. * platform/qt/Skipped: 2011-08-26 Philippe Normand Unreviewed, GTK rebaseline of some editing tests after switch to GTK+-3.x. * platform/gtk/editing/pasteboard/4641033-expected.txt: * platform/gtk/editing/selection/caret-rtl-2-expected.txt: * platform/gtk/editing/selection/caret-rtl-2-left-expected.txt: * platform/gtk/editing/selection/caret-rtl-expected.txt: * platform/gtk/editing/selection/caret-rtl-right-expected.txt: * platform/gtk/editing/selection/move-by-word-visually-multi-line-expected.txt: Added. * platform/gtk/editing/selection/move-past-trailing-space-expected.txt: * platform/gtk/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt: * platform/gtk/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt: * platform/gtk/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt: * platform/gtk/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt: 2011-08-26 James Kozianski Unreviewed, rolling out r93853. http://trac.webkit.org/changeset/93853 https://bugs.webkit.org/show_bug.cgi?id=67016 Turns bots red * platform/chromium/test_expectations.txt: 2011-08-26 Csaba Osztrogonác [Qt] Unreviewed gardening. Add Qt specific expected results for new tests introduced in r93794. * platform/qt/Skipped: * platform/qt/fast/table/table-after-child-in-table-expected.png: Added. * platform/qt/fast/table/table-after-child-in-table-expected.txt: Added. * platform/qt/fast/table/table-before-child-in-table-expected.png: Added. * platform/qt/fast/table/table-before-child-in-table-expected.txt: Added. * platform/qt/fast/table/table-cell-after-child-in-block-expected.png: Added. * platform/qt/fast/table/table-cell-after-child-in-block-expected.txt: Added. * platform/qt/fast/table/table-cell-after-child-in-table-expected.png: Added. * platform/qt/fast/table/table-cell-after-child-in-table-expected.txt: Added. * platform/qt/fast/table/table-cell-before-child-in-block-expected.png: Added. * platform/qt/fast/table/table-cell-before-child-in-block-expected.txt: Added. * platform/qt/fast/table/table-cell-before-child-in-table-expected.png: Added. * platform/qt/fast/table/table-cell-before-child-in-table-expected.txt: Added. * platform/qt/fast/table/table-row-after-child-in-block-expected.png: Added. * platform/qt/fast/table/table-row-after-child-in-block-expected.txt: Added. * platform/qt/fast/table/table-row-after-child-in-table-expected.png: Added. * platform/qt/fast/table/table-row-after-child-in-table-expected.txt: Added. * platform/qt/fast/table/table-row-before-child-in-block-expected.png: Added. * platform/qt/fast/table/table-row-before-child-in-block-expected.txt: Added. * platform/qt/fast/table/table-row-before-child-in-table-expected.png: Added. * platform/qt/fast/table/table-row-before-child-in-table-expected.txt: Added. 2011-08-26 Shinya Kawanaka REGRESSION(r93390): Empty or invalid maxlength of an input tag should be ignored. https://bugs.webkit.org/show_bug.cgi?id=67015 Reviewed by Kent Tamura. * fast/forms/input-text-paste-maxlength-expected.txt: Added maxlength="" and maxlength="invalid" tests. * fast/forms/input-text-paste-maxlength.html: ditto. * fast/forms/script-tests/textarea-maxlength.js: ditto. * fast/forms/textarea-maxlength-expected.txt: ditto. 2011-08-25 Ben Wells Update expectations to remove conflict https://bugs.webkit.org/show_bug.cgi?id=67020 Unreviewed, expectations update. * platform/chromium/test_expectations.txt: 2011-08-25 Jeremy Apthorp https://bugs.webkit.org/show_bug.cgi?id=67016 Unreviewed, test expectations update. * platform/chromium/test_expectations.txt: 2011-08-25 Martin Robinson Reviewed by Xan Lopez. Update GTK+ result that depend on the GTK+ version. * platform/gtk/css2.1/t09-c5526c-display-00-e-expected.png: * platform/gtk/css2.1/t09-c5526c-display-00-e-expected.txt: * platform/gtk/editing/pasteboard/4641033-expected.png: * platform/gtk/editing/pasteboard/4641033-expected.txt: * platform/gtk/editing/pasteboard/4944770-1-expected.png: * platform/gtk/editing/pasteboard/4944770-1-expected.txt: * platform/gtk/editing/pasteboard/4944770-2-expected.png: * platform/gtk/editing/pasteboard/4944770-2-expected.txt: * platform/gtk/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png: Added. * platform/gtk/editing/pasteboard/drag-selected-image-to-contenteditable-expected.txt: * platform/gtk/editing/selection/caret-before-select-expected.png: * platform/gtk/editing/selection/caret-before-select-expected.txt: * platform/gtk/editing/selection/replaced-boundaries-3-expected.png: * platform/gtk/editing/selection/replaced-boundaries-3-expected.txt: * platform/gtk/editing/selection/select-box-expected.png: * platform/gtk/editing/selection/select-box-expected.txt: * platform/gtk/editing/selection/select-element-paragraph-boundary-expected.png: * platform/gtk/editing/selection/select-element-paragraph-boundary-expected.txt: * platform/gtk/fast/block/basic/011-expected.png: * platform/gtk/fast/block/basic/011-expected.txt: * platform/gtk/fast/block/float/float-avoidance-expected.png: * platform/gtk/fast/block/float/float-avoidance-expected.txt: * platform/gtk/fast/block/margin-collapse/103-expected.png: * platform/gtk/fast/block/margin-collapse/103-expected.txt: * platform/gtk/fast/css/non-standard-checkbox-size-expected.txt: * platform/gtk/fast/forms/001-expected.png: * platform/gtk/fast/forms/001-expected.txt: * platform/gtk/fast/forms/003-expected.png: * platform/gtk/fast/forms/003-expected.txt: * platform/gtk/fast/forms/004-expected.png: * platform/gtk/fast/forms/004-expected.txt: * platform/gtk/fast/forms/HTMLOptionElement_label01-expected.png: * platform/gtk/fast/forms/HTMLOptionElement_label01-expected.txt: * platform/gtk/fast/forms/HTMLOptionElement_label02-expected.png: * platform/gtk/fast/forms/HTMLOptionElement_label02-expected.txt: * platform/gtk/fast/forms/HTMLOptionElement_label03-expected.png: * platform/gtk/fast/forms/HTMLOptionElement_label03-expected.txt: * platform/gtk/fast/forms/HTMLOptionElement_label04-expected.png: * platform/gtk/fast/forms/HTMLOptionElement_label04-expected.txt: * platform/gtk/fast/forms/HTMLOptionElement_label06-expected.png: * platform/gtk/fast/forms/HTMLOptionElement_label06-expected.txt: * platform/gtk/fast/forms/HTMLOptionElement_label07-expected.png: * platform/gtk/fast/forms/HTMLOptionElement_label07-expected.txt: * platform/gtk/fast/forms/basic-inputs-expected.png: * platform/gtk/fast/forms/basic-inputs-expected.txt: * platform/gtk/fast/forms/basic-selects-expected.png: * platform/gtk/fast/forms/basic-selects-expected.txt: * platform/gtk/fast/forms/box-shadow-override-expected.png: * platform/gtk/fast/forms/box-shadow-override-expected.txt: * platform/gtk/fast/forms/checkbox-radio-onchange-expected.png: * platform/gtk/fast/forms/checkbox-radio-onchange-expected.txt: * platform/gtk/fast/forms/control-clip-overflow-expected.png: * platform/gtk/fast/forms/control-clip-overflow-expected.txt: * platform/gtk/fast/forms/control-restrict-line-height-expected.png: * platform/gtk/fast/forms/control-restrict-line-height-expected.txt: * platform/gtk/fast/forms/disabled-select-change-index-expected.png: * platform/gtk/fast/forms/disabled-select-change-index-expected.txt: * platform/gtk/fast/forms/file-input-disabled-expected.png: * platform/gtk/fast/forms/file-input-disabled-expected.txt: * platform/gtk/fast/forms/form-element-geometry-expected.png: * platform/gtk/fast/forms/form-element-geometry-expected.txt: * platform/gtk/fast/forms/formmove-expected.png: * platform/gtk/fast/forms/formmove-expected.txt: * platform/gtk/fast/forms/formmove2-expected.png: * platform/gtk/fast/forms/formmove2-expected.txt: * platform/gtk/fast/forms/indeterminate-expected.png: * platform/gtk/fast/forms/indeterminate-expected.txt: * platform/gtk/fast/forms/input-appearance-height-expected.png: * platform/gtk/fast/forms/input-appearance-height-expected.txt: * platform/gtk/fast/forms/input-appearance-number-rtl-expected.png: * platform/gtk/fast/forms/input-appearance-number-rtl-expected.txt: * platform/gtk/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.png: * platform/gtk/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.txt: * platform/gtk/fast/forms/input-appearance-spinbutton-layer-expected.png: * platform/gtk/fast/forms/input-appearance-spinbutton-layer-expected.txt: * platform/gtk/fast/forms/input-appearance-spinbutton-visibility-expected.png: * platform/gtk/fast/forms/input-appearance-spinbutton-visibility-expected.txt: * platform/gtk/fast/forms/input-value-expected.png: * platform/gtk/fast/forms/input-value-expected.txt: * platform/gtk/fast/forms/menulist-clip-expected.png: * platform/gtk/fast/forms/menulist-clip-expected.txt: * platform/gtk/fast/forms/menulist-deselect-update-expected.png: * platform/gtk/fast/forms/menulist-deselect-update-expected.txt: * platform/gtk/fast/forms/menulist-narrow-width-expected.png: * platform/gtk/fast/forms/menulist-narrow-width-expected.txt: * platform/gtk/fast/forms/menulist-no-overflow-expected.png: * platform/gtk/fast/forms/menulist-no-overflow-expected.txt: * platform/gtk/fast/forms/menulist-restrict-line-height-expected.png: * platform/gtk/fast/forms/menulist-restrict-line-height-expected.txt: * platform/gtk/fast/forms/menulist-separator-painting-expected.png: * platform/gtk/fast/forms/menulist-separator-painting-expected.txt: * platform/gtk/fast/forms/menulist-style-color-expected.png: * platform/gtk/fast/forms/menulist-style-color-expected.txt: * platform/gtk/fast/forms/menulist-width-change-expected.png: * platform/gtk/fast/forms/menulist-width-change-expected.txt: * platform/gtk/fast/forms/option-script-expected.png: * platform/gtk/fast/forms/option-script-expected.txt: * platform/gtk/fast/forms/option-strip-whitespace-expected.png: * platform/gtk/fast/forms/option-strip-whitespace-expected.txt: * platform/gtk/fast/forms/option-text-clip-expected.png: * platform/gtk/fast/forms/option-text-clip-expected.txt: * platform/gtk/fast/forms/radio-attr-order-expected.png: * platform/gtk/fast/forms/radio-attr-order-expected.txt: * platform/gtk/fast/forms/radio-nested-labels-expected.png: * platform/gtk/fast/forms/radio-nested-labels-expected.txt: * platform/gtk/fast/forms/radio_checked-expected.png: * platform/gtk/fast/forms/radio_checked-expected.txt: * platform/gtk/fast/forms/radio_checked_dynamic-expected.png: * platform/gtk/fast/forms/radio_checked_dynamic-expected.txt: * platform/gtk/fast/forms/select-align-expected.png: * platform/gtk/fast/forms/select-align-expected.txt: * platform/gtk/fast/forms/select-background-none-expected.png: * platform/gtk/fast/forms/select-background-none-expected.txt: * platform/gtk/fast/forms/select-baseline-expected.png: * platform/gtk/fast/forms/select-baseline-expected.txt: * platform/gtk/fast/forms/select-change-listbox-to-popup-expected.png: * platform/gtk/fast/forms/select-change-listbox-to-popup-expected.txt: * platform/gtk/fast/forms/select-dirty-parent-pref-widths-expected.png: * platform/gtk/fast/forms/select-dirty-parent-pref-widths-expected.txt: * platform/gtk/fast/forms/select-disabled-appearance-expected.png: * platform/gtk/fast/forms/select-disabled-appearance-expected.txt: * platform/gtk/fast/forms/select-empty-option-height-expected.png: * platform/gtk/fast/forms/select-empty-option-height-expected.txt: * platform/gtk/fast/forms/select-initial-position-expected.png: * platform/gtk/fast/forms/select-initial-position-expected.txt: * platform/gtk/fast/forms/select-selected-expected.png: * platform/gtk/fast/forms/select-selected-expected.txt: * platform/gtk/fast/forms/select-size-expected.png: * platform/gtk/fast/forms/select-size-expected.txt: * platform/gtk/fast/forms/select-style-expected.png: * platform/gtk/fast/forms/select-style-expected.txt: * platform/gtk/fast/forms/select-visual-hebrew-expected.png: * platform/gtk/fast/forms/select-visual-hebrew-expected.txt: * platform/gtk/fast/forms/select-writing-direction-natural-expected.png: * platform/gtk/fast/forms/select-writing-direction-natural-expected.txt: * platform/gtk/fast/forms/selectlist-minsize-expected.png: * platform/gtk/fast/forms/selectlist-minsize-expected.txt: * platform/gtk/fast/forms/stuff-on-my-optgroup-expected.png: * platform/gtk/fast/forms/stuff-on-my-optgroup-expected.txt: * platform/gtk/fast/inline/positionedLifetime-expected.png: * platform/gtk/fast/inline/positionedLifetime-expected.txt: * platform/gtk/fast/invalid/014-expected.png: * platform/gtk/fast/invalid/014-expected.txt: * platform/gtk/fast/invalid/residual-style-expected.png: * platform/gtk/fast/invalid/residual-style-expected.txt: * platform/gtk/fast/parser/bad-xml-slash-expected.png: * platform/gtk/fast/parser/bad-xml-slash-expected.txt: * platform/gtk/fast/parser/document-write-option-expected.png: * platform/gtk/fast/parser/document-write-option-expected.txt: * platform/gtk/fast/replaced/replaced-breaking-expected.png: * platform/gtk/fast/replaced/replaced-breaking-expected.txt: * platform/gtk/fast/replaced/replaced-breaking-mixture-expected.png: * platform/gtk/fast/replaced/replaced-breaking-mixture-expected.txt: * platform/gtk/fast/replaced/table-percent-height-expected.txt: * platform/gtk/fast/replaced/three-selects-break-expected.png: * platform/gtk/fast/replaced/three-selects-break-expected.txt: * platform/gtk/fast/replaced/width100percent-checkbox-expected.png: * platform/gtk/fast/replaced/width100percent-checkbox-expected.txt: * platform/gtk/fast/replaced/width100percent-menulist-expected.png: * platform/gtk/fast/replaced/width100percent-menulist-expected.txt: * platform/gtk/fast/replaced/width100percent-radio-expected.png: * platform/gtk/fast/replaced/width100percent-radio-expected.txt: * platform/gtk/fast/text/international/bidi-menulist-expected.png: * platform/gtk/fast/text/international/bidi-menulist-expected.txt: * platform/gtk/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png: * platform/gtk/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt: * platform/gtk/fast/text/textIteratorNilRenderer-expected.png: * platform/gtk/fast/text/textIteratorNilRenderer-expected.txt: * platform/gtk/fast/text/whitespace/normal-after-nowrap-breaking-expected.png: * platform/gtk/fast/text/whitespace/normal-after-nowrap-breaking-expected.txt: * platform/gtk/http/tests/navigation/javascriptlink-frames-expected.png: * platform/gtk/http/tests/navigation/javascriptlink-frames-expected.txt: * platform/gtk/tables/mozilla/bugs/bug1188-expected.png: * platform/gtk/tables/mozilla/bugs/bug1188-expected.txt: * platform/gtk/tables/mozilla/bugs/bug1318-expected.png: * platform/gtk/tables/mozilla/bugs/bug1318-expected.txt: * platform/gtk/tables/mozilla/bugs/bug18359-expected.png: * platform/gtk/tables/mozilla/bugs/bug18359-expected.txt: * platform/gtk/tables/mozilla/bugs/bug2479-3-expected.png: * platform/gtk/tables/mozilla/bugs/bug2479-3-expected.txt: * platform/gtk/tables/mozilla/bugs/bug2479-4-expected.png: * platform/gtk/tables/mozilla/bugs/bug2479-4-expected.txt: * platform/gtk/tables/mozilla/bugs/bug29326-expected.png: * platform/gtk/tables/mozilla/bugs/bug29326-expected.txt: * platform/gtk/tables/mozilla/bugs/bug33855-expected.png: * platform/gtk/tables/mozilla/bugs/bug33855-expected.txt: * platform/gtk/tables/mozilla/bugs/bug4382-expected.png: * platform/gtk/tables/mozilla/bugs/bug4382-expected.txt: * platform/gtk/tables/mozilla/bugs/bug4527-expected.png: * platform/gtk/tables/mozilla/bugs/bug4527-expected.txt: * platform/gtk/tables/mozilla/bugs/bug96334-expected.png: * platform/gtk/tables/mozilla/bugs/bug96334-expected.txt: * platform/gtk/tables/mozilla/core/margins-expected.png: * platform/gtk/tables/mozilla/core/margins-expected.txt: * platform/gtk/tables/mozilla/dom/tableDom-expected.png: * platform/gtk/tables/mozilla/dom/tableDom-expected.txt: * platform/gtk/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png: * platform/gtk/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: * platform/gtk/tables/mozilla_expected_failures/core/captions1-expected.png: * platform/gtk/tables/mozilla_expected_failures/core/captions1-expected.txt: * platform/gtk/tables/mozilla_expected_failures/core/captions2-expected.png: * platform/gtk/tables/mozilla_expected_failures/core/captions2-expected.txt: * platform/gtk/transforms/2d/zoom-menulist-expected.png: * platform/gtk/transforms/2d/zoom-menulist-expected.txt: 2011-08-25 Ben Wells Use PATH_BASED_BORDER_RADIUS_DRAWING for skia https://bugs.webkit.org/show_bug.cgi?id=65583 Reviewed by James Robinson. Update expectations: added failures for baselines to come. removed some failure expectations for tests that now pass and moved some expectations into the group of tests to be rebaselined. * platform/chromium/test_expectations.txt: 2011-08-25 Martin Robinson Skip some tests on GTK+ that are missing DRT functionality. Also reorganize some failures on the skipped list. * platform/gtk/Skipped: Update the skipped list. 2011-08-25 Peter Kasting Temporarily mark some tests as crashing (assertion failure) after r93794. Unreviewed, test expectations update. * platform/chromium/test_expectations.txt: * platform/gtk/test_expectations.txt: * platform/mac/test_expectations.txt: * platform/qt/test_expectations.txt: * platform/win/test_expectations.txt: 2011-08-25 Peter Kasting [chromium] Some tests are apparently slow on Mac debug too. Unreviewed, test expectations update. * platform/chromium/test_expectations.txt: 2011-08-25 Peter Kasting [chromium] Test expectation updates. Unreviewed, test expectations update. * platform/chromium/test_expectations.txt: 2011-08-25 Peter Kasting [chromium] Test expectation updates. Unreviewed, test expectations update. * platform/chromium/test_expectations.txt: 2011-08-25 Igor Oliveira Rollout r93799: Caused bad clipping on the bottom of tall glyphs inside a button label * fast/css/button-overflow-ellipsis.html: Removed. * platform/qt/fast/css/button-overflow-ellipsis-expected.txt: Removed. 2011-08-25 Anders Carlsson Return the correct value for NPNVsupportsCarbonBool https://bugs.webkit.org/show_bug.cgi?id=66964 Reviewed by Adam Roben. Add test. * platform/mac/plugins/supports-carbon-event-model-expected.txt: Added. * platform/mac/plugins/supports-carbon-event-model.html: Added. 2011-08-25 Peter Kasting [chromium] Further attempts to clean up the test expectations by being more consistent about handling SKIPped and WONTFIXed tests. Unreviewed, test expectations update. * platform/chromium/test_expectations.txt: 2011-08-25 Dean Jackson https://bugs.webkit.org/show_bug.cgi?id=21586 Apply CSS animations and transitions to SVG properties Reviewed by Simon Fraser. New test for the SVG properties that can now animate. Also updated the test helper script to handle colors and percentages. This test has one entry that intentionally fails for a type of animation that we don't yet support: with a paint server of the form "url(#invalidref) green". * transitions/resources/transition-test-helpers.js: (expected): * transitions/svg-transitions-expected.txt: Added. * transitions/svg-transitions.html: Added. 2011-08-25 Igor Oliveira [Qt] Unreviewed, rebaseline for bug 53438 * platform/qt/fast/css/button-overflow-ellipsis-expected.txt: 2011-08-25 Abhishek Arya Unreviewed. Chromium rebaselines for r93794. * platform/chromium-cg-mac-leopard/fast/table/table-after-child-in-table-expected.png: Added. * platform/chromium-cg-mac-leopard/fast/table/table-before-child-in-table-expected.png: Added. * platform/chromium-cg-mac-leopard/fast/table/table-cell-after-child-in-block-expected.png: Added. * platform/chromium-cg-mac-leopard/fast/table/table-cell-after-child-in-table-expected.png: Added. * platform/chromium-cg-mac-leopard/fast/table/table-cell-before-child-in-block-expected.png: Added. * platform/chromium-cg-mac-leopard/fast/table/table-cell-before-child-in-table-expected.png: Added. * platform/chromium-cg-mac-leopard/fast/table/table-row-after-child-in-block-expected.png: Added. * platform/chromium-cg-mac-leopard/fast/table/table-row-after-child-in-table-expected.png: Added. * platform/chromium-cg-mac-leopard/fast/table/table-row-before-child-in-block-expected.png: Added. * platform/chromium-cg-mac-leopard/fast/table/table-row-before-child-in-table-expected.png: Added. * platform/chromium-linux/fast/table/table-after-child-in-table-expected.png: Added. * platform/chromium-linux/fast/table/table-before-child-in-table-expected.png: Added. * platform/chromium-linux/fast/table/table-cell-after-child-in-block-expected.png: Added. * platform/chromium-linux/fast/table/table-cell-after-child-in-table-expected.png: Added. * platform/chromium-linux/fast/table/table-cell-before-child-in-block-expected.png: Added. * platform/chromium-linux/fast/table/table-cell-before-child-in-table-expected.png: Added. * platform/chromium-linux/fast/table/table-row-after-child-in-block-expected.png: Added. * platform/chromium-linux/fast/table/table-row-after-child-in-table-expected.png: Added. * platform/chromium-linux/fast/table/table-row-before-child-in-block-expected.png: Added. * platform/chromium-linux/fast/table/table-row-before-child-in-table-expected.png: Added. * platform/chromium-win-vista/fast/table: Removed. * platform/chromium-win/fast/table/table-after-child-in-table-expected.png: Added. * platform/chromium-win/fast/table/table-after-child-in-table-expected.txt: Added. * platform/chromium-win/fast/table/table-before-child-in-table-expected.png: Added. * platform/chromium-win/fast/table/table-before-child-in-table-expected.txt: Added. * platform/chromium-win/fast/table/table-cell-after-child-in-block-expected.png: Added. * platform/chromium-win/fast/table/table-cell-after-child-in-block-expected.txt: Added. * platform/chromium-win/fast/table/table-cell-after-child-in-table-expected.png: Added. * platform/chromium-win/fast/table/table-cell-after-child-in-table-expected.txt: Added. * platform/chromium-win/fast/table/table-cell-before-child-in-block-expected.png: Added. * platform/chromium-win/fast/table/table-cell-before-child-in-block-expected.txt: Added. * platform/chromium-win/fast/table/table-cell-before-child-in-table-expected.png: Added. * platform/chromium-win/fast/table/table-cell-before-child-in-table-expected.txt: Added. * platform/chromium-win/fast/table/table-row-after-child-in-block-expected.png: Added. * platform/chromium-win/fast/table/table-row-after-child-in-block-expected.txt: Added. * platform/chromium-win/fast/table/table-row-after-child-in-table-expected.png: Added. * platform/chromium-win/fast/table/table-row-after-child-in-table-expected.txt: Added. * platform/chromium-win/fast/table/table-row-before-child-in-block-expected.png: Added. * platform/chromium-win/fast/table/table-row-before-child-in-block-expected.txt: Added. * platform/chromium-win/fast/table/table-row-before-child-in-table-expected.png: Added. * platform/chromium-win/fast/table/table-row-before-child-in-table-expected.txt: Added. 2011-08-25 Kent Tamura REGRESSION(r90971): Fix an assertion failure with textarea placeholder. https://bugs.webkit.org/show_bug.cgi?id=66164 Reviewed by Dave Hyatt. * fast/forms/textarea-placeholder-relayout-assertion-expected.txt: Added. * fast/forms/textarea-placeholder-relayout-assertion.html: Added. 2011-08-25 Csaba Osztrogonác [Qt] Unreviewed gardening. * platform/qt/Skipped: Skip new tests until check them. 2011-08-25 Igor Oliveira Text-overflow is broken for button elements https://bugs.webkit.org/show_bug.cgi?id=53438 Add button text-overflow test. Reviewed by David Hyatt. * fast/css/button-overflow-ellipsis.html: Added. * platform/qt/fast/css/button-overflow-ellipsis-expected.txt: Added. 2011-08-25 Peter Kasting [chromium] Several test expectation updates. Unreviewed, test expectations update. * platform/chromium/test_expectations.txt: 2011-08-25 Abhishek Arya Incorrect layout of :before and :after content, with display table, table-row and table-cell. https://bugs.webkit.org/show_bug.cgi?id=66699 Reviewed by David Hyatt. * fast/table/table-after-child-in-table.html: Added. * fast/table/table-before-child-in-table.html: Added. * fast/table/table-cell-after-child-in-block.html: Added. * fast/table/table-cell-after-child-in-table.html: Added. * fast/table/table-cell-before-child-in-block.html: Added. * fast/table/table-cell-before-child-in-table.html: Added. * fast/table/table-row-after-child-in-block.html: Added. * fast/table/table-row-after-child-in-table.html: Added. * fast/table/table-row-before-child-in-block.html: Added. * fast/table/table-row-before-child-in-table.html: Added. * platform/mac/fast/table/table-after-child-in-table-expected.png: Added. * platform/mac/fast/table/table-after-child-in-table-expected.txt: Added. * platform/mac/fast/table/table-before-child-in-table-expected.png: Added. * platform/mac/fast/table/table-before-child-in-table-expected.txt: Added. * platform/mac/fast/table/table-cell-after-child-in-block-expected.png: Added. * platform/mac/fast/table/table-cell-after-child-in-block-expected.txt: Added. * platform/mac/fast/table/table-cell-after-child-in-table-expected.png: Added. * platform/mac/fast/table/table-cell-after-child-in-table-expected.txt: Added. * platform/mac/fast/table/table-cell-before-child-in-block-expected.png: Added. * platform/mac/fast/table/table-cell-before-child-in-block-expected.txt: Added. * platform/mac/fast/table/table-cell-before-child-in-table-expected.png: Added. * platform/mac/fast/table/table-cell-before-child-in-table-expected.txt: Added. * platform/mac/fast/table/table-row-after-child-in-block-expected.png: Added. * platform/mac/fast/table/table-row-after-child-in-block-expected.txt: Added. * platform/mac/fast/table/table-row-after-child-in-table-expected.png: Added. * platform/mac/fast/table/table-row-after-child-in-table-expected.txt: Added. * platform/mac/fast/table/table-row-before-child-in-block-expected.png: Added. * platform/mac/fast/table/table-row-before-child-in-block-expected.txt: Added. * platform/mac/fast/table/table-row-before-child-in-table-expected.png: Added. * platform/mac/fast/table/table-row-before-child-in-table-expected.txt: Added. 2011-08-25 Pavel Feldman [Qt] REGRESSION(93769): inspector/console/console-tests.html fails https://bugs.webkit.org/show_bug.cgi?id=66930 Reviewed by Yury Semikhatsky. * inspector/console/console-repeat-count-expected.txt: Added. * inspector/console/console-repeat-count.html: Added. 2011-08-25 Sheriff Bot Unreviewed, rolling out r93775. http://trac.webkit.org/changeset/93775 https://bugs.webkit.org/show_bug.cgi?id=66932 "Patch introduced the failures was rolled out." (Requested by kbalazs on #webkit). * platform/qt/Skipped: 2011-08-25 Pavel Podivilov Unreviewed, rebaseline chromium expectations. * platform/chromium-cg-mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt: Removed. 2011-08-25 Zsolt Fehér Unreviewed Qt gardening. * platform/qt/Skipped: 2011-08-24 Pavel Feldman Web Inspector: split ConsoleView into the View and the Model. https://bugs.webkit.org/show_bug.cgi?id=66861 Reviewed by Yury Semikhatsky. * http/tests/inspector/change-iframe-src.html: * http/tests/inspector/console-cd-completions.html: * http/tests/inspector/console-cd.html: * http/tests/inspector/console-resource-errors.html: * http/tests/inspector/console-test.js: (initialize_ConsoleTest.InspectorTest.dumpConsoleMessages): (initialize_ConsoleTest.InspectorTest.dumpConsoleMessagesWithClasses): (initialize_ConsoleTest.InspectorTest.expandConsoleMessages): (initialize_ConsoleTest): * http/tests/inspector/inspector-test.js: (initialize_InspectorTest.InspectorTest.evaluateInConsole): (initialize_InspectorTest): * http/tests/inspector/network/disabled-cache-crash.html: * http/tests/inspector/network/network-cachedresources-with-same-urls.html: * http/tests/inspector/network/network-clear-cache.html-disabled: * http/tests/inspector/network/network-clear-cookies.html-disabled: * http/tests/inspector/network/network-content-replacement-embed.html: * http/tests/inspector/network/network-content-replacement-xhr.html: * http/tests/inspector/network/network-disable-cache-memory.html: * http/tests/inspector/network/network-disable-cache-xhrs.html: * http/tests/inspector/network/network-embed.html: * http/tests/inspector/network/network-iframe-load-and-delete.html: * http/tests/inspector/network/network-initiator-from-console.html: * http/tests/inspector/network/network-initiator.html: * http/tests/inspector/network/network-request-revision-content.html: * http/tests/inspector/network/network-shared-worker.html: * http/tests/inspector/network/network-sidebar-width.html: * http/tests/inspector/network/network-size-chunked.html: * http/tests/inspector/network/network-size-sync.html: * http/tests/inspector/network/network-size.html: * http/tests/inspector/network/network-timing.html: * http/tests/inspector/network/network-worker.html: * http/tests/inspector/network/network-xhr-async.html: * http/tests/inspector/network/network-xhr-sync.html: * http/tests/inspector/resource-tree/resource-tree-frame-add.html: * http/tests/inspector/resource-tree/resource-tree-frame-navigate.html: * http/tests/inspector/resource-tree/resource-tree-no-xhrs.html: * inspector/console/console-assert.html: * inspector/console/console-trace-in-eval.html: * inspector/console/console-trace.html: * inspector/console/console-uncaught-exception.html: * inspector/debugger/debugger-autocontinue-on-syntax-error.html: * inspector/debugger/debugger-completions-on-call-frame.html: * inspector/styles/styles-iframe.html: * inspector/timeline/timeline-network-resource.html: * inspector/timeline/timeline-script-tag-1.html: * inspector/timeline/timeline-script-tag-2.html: 2011-08-25 Pavel Podivilov Unreviwed, fix error in chromium test_expectations. * platform/chromium/test_expectations.txt: 2011-08-25 MORITA Hajime Unreviewed, rolling out r93762. http://trac.webkit.org/changeset/93762 https://bugs.webkit.org/show_bug.cgi?id=66756 IndexedDb tests crash * fast/events/event-constructors-expected.txt: Removed. * fast/events/event-constructors.html: Removed. * platform/gtk/Skipped: * platform/mac/Skipped: * platform/qt/Skipped: * platform/win/Skipped: * platform/wk2/Skipped: 2011-08-25 Zoltan Herczeg [Qt] Add Qt specific expected after r93713 since ENABLE_MEDIA_STREAM is disabled. Unreviewed, test expectations update. * platform/qt/fast/files/create-blob-url-crash-expected.txt: Added. 2011-08-24 Kentaro Hara Implement an Event constructor. https://bugs.webkit.org/show_bug.cgi?id=66756 Reviewed by Adam Barth. The spec of the Event constructor is here: http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#concept-event-constructor. This patch added the Event constructor to EventConstructors.h using JavaScript implementation-independent macros. This patch also added the V8 implementation of these macros to V8EventConstructors.cpp. * fast/events/event-constructors-expected.txt: Added. * fast/events/event-constructors.html: Added. * platform/gtk/Skipped: Skipped event-constructors.html, since Event constructors are not yet implemented in JSC. * platform/mac/Skipped: Ditto. * platform/qt/Skipped: Ditto. * platform/win/Skipped: Ditto. * platform/wk2/Skipped: Ditto. 2011-08-24 Kentaro Hara Implement a keypath parser strictly following the specification https://bugs.webkit.org/show_bug.cgi?id=62288 Reviewed by Tony Chang. Implemented a keypath parser that accepts either an empty string, a JavaScript identifier, or multiple JavaScript identifiers separated by periods. We fixed createObjectStore() and createIndex() so that they parse and check their |keypath| argument and return an appropriate exception if the |keypath| is not valid. We removed create-index-null-name.html since this test violates the specification that says "a |keypath| argument of createIndex() must not be nullable". * storage/indexeddb/keypath-basics-expected.txt: * storage/indexeddb/keypath-basics.html: * storage/indexeddb/keypath-fetch-key-expected.txt: Renamed from LayoutTests/storage/indexeddb/keyPath-expected.txt. * storage/indexeddb/keypath-fetch-key.html: Renamed from LayoutTests/storage/indexeddb/keyPath.html. * storage/indexeddb/mozilla/create-index-null-name-expected.txt: Removed. * storage/indexeddb/mozilla/create-index-null-name.html: Removed. 2011-08-24 James Robinson [chromium] Remove expected CRASH lines for tests that don't crash * platform/chromium/test_expectations.txt: 2011-08-24 James Robinson [chromium] Remove expected failure lines from tests that work now. * platform/chromium/test_expectations.txt: 2011-08-24 James Robinson [chromium] Update chromium mac baselines for fast/repaint/japanese-rl-selection-repaint-in-regions.html * platform/chromium-cg-mac-leopard/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Added. * platform/chromium-cg-mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Added. * platform/chromium-cg-mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt: Added. * platform/chromium/test_expectations.txt: 2011-08-24 Peter Kasting [chromium] Mark a test as flaky. Unreviewed, test expectations update. * platform/chromium/test_expectations.txt: 2011-08-24 Peter Kasting [chromium] Update expectations after r93728 and r93737. Unreviewed, test expectations update. * platform/chromium-cg-mac-leopard/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Removed. * platform/chromium-cg-mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Removed. * platform/chromium/test_expectations.txt: 2011-08-24 Daniel Bates XSS filter bypass via document.write(location.href) and fragments https://bugs.webkit.org/show_bug.cgi?id=66585 Reviewed by Darin Adler. Add a test case for a variation of a DOM-based XSS attack using an anchor URL. * http/tests/security/xssAuditor/anchor-url-dom-write-location2-expected.txt: Added. * http/tests/security/xssAuditor/anchor-url-dom-write-location2.html: Added. 2011-08-24 James Robinson [chromium] Update expectations for tests that no longer crash. * platform/chromium/test_expectations.txt: 2011-08-24 James Robinson Some compositing LayoutTests flakily crashing on Mac 10.6 https://bugs.webkit.org/show_bug.cgi?id=66740 Reviewed by Adam Barth. Remove = CRASH expectations for plugin tests that should no longer crash. * platform/chromium/test_expectations.txt: 2011-08-24 Peter Kasting [chromium] More test expectation updates. Unreviewed, test expectations update. * platform/chromium/test_expectations.txt: 2011-08-24 Alexey Proskuryakov Plug-in tests are flaky on Mac https://bugs.webkit.org/show_bug.cgi?id=66822 Reviewed by Anders Carlsson. * platform/wk2/Skipped: Removed a test that was already passing in WK2 (but flaky in WK1). 2011-08-24 Alexandru Chiculita [CSSRegions] Fix Element::getBoundingClientRect and Element::getClientRects for content flow https://bugs.webkit.org/show_bug.cgi?id=66641 Original author of the patch is Mihnea Ovidenie . Reviewed by David Hyatt. * fast/regions/flowed-content-bounding-client-rect-expected.txt: Added. * fast/regions/flowed-content-bounding-client-rect-horizontal-bt-expected.txt: Added. * fast/regions/flowed-content-bounding-client-rect-horizontal-bt.html: Added. * fast/regions/flowed-content-bounding-client-rect-vertical-expected.txt: Added. * fast/regions/flowed-content-bounding-client-rect-vertical-rl-expected.txt: Added. * fast/regions/flowed-content-bounding-client-rect-vertical-rl.html: Added. * fast/regions/flowed-content-bounding-client-rect-vertical.html: Added. * fast/regions/flowed-content-bounding-client-rect.html: Added. * fast/regions/flowed-content-transform-bounding-client-rect-expected.txt: Added. * fast/regions/flowed-content-transform-bounding-client-rect.html: Added. * fast/regions/resources/helper.js: Added. (rectToArray): (areEqualNumbers): (areEqualRects): (assertEqualRects): (testBoundingRects): 2011-08-24 Nate Chapin Test for https://bugs.webkit.org/show_bug.cgi?id=45202. Reviewed by Alexey Proskuryakov. * http/tests/eventsource/eventsource-reconnect-during-navigate-crash-expected.txt: Added. * http/tests/eventsource/eventsource-reconnect-during-navigate-crash.html: Added. * http/tests/eventsource/resources/wait-then-notify-done.php: Added. 2011-08-24 Peter Kasting [chromium] Test expectation updates. Unreviewed, test expectations update. * platform/chromium/test_expectations.txt: 2011-08-24 Alexandru Chiculita [CSSRegions] RenderRegion is not used if there's another renderer after it https://bugs.webkit.org/show_bug.cgi?id=66844 Reviewed by David Hyatt. * fast/regions/content-flowed-into-regions-dynamically-inserted-expected.png: Added. * fast/regions/content-flowed-into-regions-dynamically-inserted-expected.txt: Added. * fast/regions/content-flowed-into-regions-dynamically-inserted.html: Added. 2011-08-24 Peter Kasting [chromium] Organize SLOW section of expectations. Unreviewed, test expectations update. * platform/chromium/test_expectations.txt: 2011-08-24 Andrew Scherkus Unreviewed, rebaselining media/video-currentTime-set.html due to FFmpeg udpate. * platform/chromium-cg-mac/media/video-currentTime-set-expected.txt: * platform/chromium-win/media/video-currentTime-set-expected.txt: 2011-08-24 Tommy Widenflycht MediaStream API: add createObjectURL functionality https://bugs.webkit.org/show_bug.cgi?id=65925 Reviewed by Adam Barth. * fast/files/create-blob-url-crash-expected.txt: 2011-08-23 David Levin MessageEvent.ports shouldn't ever be null. https://bugs.webkit.org/show_bug.cgi?id=66789 Reviewed by Darin Adler. Fix all tests which verified that MessageEvents.ports was null in various cases. * fast/dom/Window/window-postmessage-args-expected.txt: * fast/events/message-port-multi-expected.txt: * fast/events/resources/message-port-multi.js: (channel.port2.onmessage): * fast/workers/resources/worker-context-multi-port.js: (worker.onmessage): * fast/workers/resources/worker-messageport.js: (onmessage): * fast/workers/resources/worker-thread-multi-port.js: (onmessage): * fast/workers/worker-context-multi-port-expected.txt: * fast/workers/worker-messageport-expected.txt: * fast/workers/worker-multi-port-expected.txt: * platform/chromium-win/fast/events/message-port-multi-expected.txt: * platform/chromium-win/fast/workers/worker-context-multi-port-expected.txt: * platform/chromium-win/fast/workers/worker-multi-port-expected.txt: * platform/chromium/fast/dom/Window/window-postmessage-args-expected.txt: 2011-08-24 Alexandru Chiculita https://bugs.webkit.org/show_bug.cgi?id=66799 RenderFlowThread creates a list of child elements, so that it can search the insertion point of a new element without searching the whole DOM. The issue is that it used addChild/removeChild, but that wasn't taking care of elements added in anonymous blocks created inside the RenderFlowThread. Reviewed by David Hyatt. * fast/regions/flow-anonymous-children-expected.txt: Added. * fast/regions/flow-anonymous-children.html: Added. 2011-08-24 Pavel Podivilov Unreviewed, chromium rebaseline for gradient-after-transparent-border. * platform/chromium-cg-mac-leopard/fast/gradients/gradient-after-transparent-border-expected.png: * platform/chromium-cg-mac/fast/gradients/gradient-after-transparent-border-expected.png: * platform/chromium/test_expectations.txt: 2011-08-24 Pavel Podivilov Unreviewed, update test expectations for svg/custom/stroke-opacity-update. * platform/chromium-linux/svg/custom/stroke-opacity-update-expected.png: Added. * platform/chromium-win/svg/custom/stroke-opacity-update-expected.png: Added. * platform/chromium/test_expectations.txt: * platform/mac/svg/custom/stroke-opacity-update-expected.txt: Removed. * platform/qt/svg/custom/stroke-opacity-update-expected.txt: Removed. * svg/custom/stroke-opacity-update-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/stroke-opacity-update-expected.txt. 2011-08-24 Tatiana Meshkova Pixel crash test for RenderThemeQt::paintSliderTrack. https://bugs.webkit.org/show_bug.cgi?id=50453 Reviewed by Kenneth Rohde Christiansen. Support -webkit-appearance: slider-horizontal/vertical painting without range input. * platform/qt/fast/forms/range/slider-crash-expected.png: Added. * platform/qt/fast/forms/range/slider-crash-expected.txt: Added. * platform/qt/fast/forms/range/slider-crash.html: Added. 2011-08-24 Pavel Podivilov Unreviewed, fix chromium expectations for fast/preloader/script.html. * platform/chromium/fast/preloader/script-expected.txt: Added. 2011-08-23 Ben Wells Extra baseline for bug 66036 (canvas fill composite modes) https://bugs.webkit.org/show_bug.cgi?id=66835 Unreviewed, new baseline for pixel tests. * platform/chromium-gpu-linux/fast/canvas/canvas-composite-expected.png: 2011-08-23 Ben Wells Extra baseline for bug 66442 (skia webkit-transform breaks webkit-mask) https://bugs.webkit.org/show_bug.cgi?id=66833 Reviewed by Kenneth Russell. * platform/chromium-gpu-linux/compositing/masks/multiple-masks-expected.png: Added. 2011-08-23 Ben Wells Rebaselines for bug 66036 (fills with various canvas compositing modes) https://bugs.webkit.org/show_bug.cgi?id=66824 Reviewed by James Robinson. * platform/chromium-gpu-win/fast/canvas/canvas-composite-expected.png: Added. * platform/chromium-gpu-win/fast/canvas/canvas-composite-transformclip-expected.png: Added. * platform/chromium/test_expectations.txt: 2011-08-23 Peter Kasting [chromium] Add more flaky snowleopard GPU tests. Unreviewed, test expectations update. * platform/chromium/test_expectations.txt: 2011-08-23 Peter Kasting [chromium] Fix erroneous test expectation. Unreviewed, test expectations update. * platform/chromium/test_expectations.txt: 2011-08-23 James Robinson [chromium] Need a way to test lost compositor context recovery https://bugs.webkit.org/show_bug.cgi?id=66820 Reviewed by Kenneth Russell. Adds a simple test for losing the compositor context in a recoverable way on a composited page. Tests that we recover without crashing and render the updated content on the next frame. * platform/chromium/compositing/lost-compositor-context.html: Added. 2011-08-23 Adam Barth Fix baselines for fast/block/float/fit_line_below_floats.html. I forgot Windows in my previous patch. * platform/chromium-linux/fast/block/float/fit_line_below_floats-expected.txt: Removed. * platform/chromium-win/fast/block/float/fit_line_below_floats-expected.png: Added. * platform/chromium-win/fast/block/float/fit_line_below_floats-expected.txt: Added. 2011-08-23 Peter Kasting [chromium] Remove comments formerly associated with now-rebaselined tests. Unreviewed, test expectations update. * platform/chromium/test_expectations.txt: 2011-08-23 Chang Shu Added support for momentarily revealing last typed character in password input. Code change was partially based on Apple's iOS code and Samuel Nevala's work. https://bugs.webkit.org/show_bug.cgi?id=32509 Reviewed by Alexey Proskuryakov. Updated failed expected files. * editing/input/password-echo-passnode-expected.txt: * editing/input/password-echo-passnode2-expected.txt: 2011-08-23 Ben Wells Rebaselines for bug 66442 (skia webkit-transform breaks webkit-mask) https://bugs.webkit.org/show_bug.cgi?id=66757 Reviewed by Kenneth Russell. * platform/chromium-gpu-win/compositing/masks/multiple-masks-expected.png: Added. * platform/chromium-gpu-win/compositing/masks/multiple-masks-expected.txt: Added. * platform/chromium-linux/fast/backgrounds/mask-composite-expected.png: Added. * platform/chromium-win/fast/backgrounds/mask-composite-expected.png: Added. * platform/chromium-win/fast/backgrounds/mask-composite-expected.txt: Added. * platform/chromium-win/fast/css/transformed-mask-expected.png: Added. * platform/chromium-win/fast/css/transformed-mask-expected.txt: Renamed from LayoutTests/platform/chromium-linux/fast/css/transformed-mask-expected.txt. * platform/chromium/test_expectations.txt: 2011-08-23 Tony Chang Add handling of mix-width and max-width for flexitems https://bugs.webkit.org/show_bug.cgi?id=66723 Reviewed by David Hyatt. * css3/flexbox/003-expected.txt: Added. * css3/flexbox/003.html: Added. 2011-08-23 Adam Barth Update expectations for pkasting. The rebaseline script is having trouble on Cygwin, so I ran the script as instructed by Peter. * platform/chromium-cg-mac-leopard/fast/block/float/fit_line_below_floats-expected.png: Added. * platform/chromium-cg-mac-leopard/fast/block/float/floats-and-text-indent-expected.png: Added. * platform/chromium-cg-mac-leopard/fast/block/float/floats-and-text-indent-rl-expected.png: Added. * platform/chromium-cg-mac-leopard/fast/multicol/span/span-as-nested-inline-block-child-expected.png: Added. * platform/chromium-cg-mac/fast/multicol/span/span-as-nested-inline-block-child-expected.png: Added. * platform/chromium-linux-x86/fast/css: Removed. * platform/chromium-linux-x86/svg/dynamic-updates: Removed. * platform/chromium-linux/fast/block/float/fit_line_below_floats-expected.png: Added. * platform/chromium-linux/fast/block/float/fit_line_below_floats-expected.txt: Added. * platform/chromium-linux/fast/block/float/floats-and-text-indent-expected.png: Added. * platform/chromium-linux/fast/block/float/floats-and-text-indent-rl-expected.png: Added. * platform/chromium-linux/fast/block/positioning/058-expected.png: * platform/chromium-linux/fast/multicol/span/span-as-nested-inline-block-child-expected.png: Added. * platform/chromium-linux/svg/custom/image-small-width-height-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: * platform/chromium-win-vista/svg/dynamic-updates: Removed. * platform/chromium-win/fast/block/float/floats-and-text-indent-expected.png: Added. * platform/chromium-win/fast/block/float/floats-and-text-indent-expected.txt: Added. * platform/chromium-win/fast/block/float/floats-and-text-indent-rl-expected.png: Added. * platform/chromium-win/fast/block/float/floats-and-text-indent-rl-expected.txt: Added. * platform/chromium-win/fast/block/positioning/058-expected.png: * platform/chromium-win/fast/block/positioning/058-expected.txt: * platform/chromium-win/fast/css/border-radius-non-negative-expected.png: Added. * platform/chromium-win/fast/multicol/span/span-as-nested-inline-block-child-expected.png: Added. * platform/chromium-win/fast/multicol/span/span-as-nested-inline-block-child-expected.txt: Added. * platform/chromium-win/svg/custom/image-small-width-height-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: * platform/chromium/test_expectations.txt: * platform/gtk/svg/custom/image-small-width-height-expected.txt: Removed. * platform/qt/svg/custom/image-small-width-height-expected.txt: Removed. * svg/custom/image-small-width-height-expected.txt: Added. 2011-08-23 Tatiana Meshkova Swap width and height for sliderthumb-vertical. https://bugs.webkit.org/show_bug.cgi?id=66732 Reviewed by Kenneth Rohde Christiansen. * platform/qt/fast/forms/range/thumbslider-no-parent-slider-expected.txt: 2011-08-23 Peter Kasting [chromium] Typo fix. Unreviewed, test expectations update. * platform/chromium/test_expectations.txt: 2011-08-23 Peter Kasting [chromium] Revert unintentional changes to test expectations in r93638. Unreviewed, test expectations update. * platform/chromium/test_expectations.txt: 2011-08-23 Peter Kasting Unreviewed, rolling out r93452. http://trac.webkit.org/changeset/93452 https://bugs.webkit.org/show_bug.cgi?id=66423 Broke Leopard, Snowleopard, and Chromium bots * fast/parser/innerhtml-with-prefixed-elements.xhtml: Removed. * platform/chromium/test_expectations.txt: * platform/mac/fast/parser/innerhtml-with-prefixed-elements-expected.png: Removed. * platform/mac/fast/parser/innerhtml-with-prefixed-elements-expected.txt: Removed. 2011-08-23 Peter Kasting [chromium] Move result images into correct subdirectory. https://bugs.webkit.org/show_bug.cgi?id=66618 Unreviewed, file misplacement fix. * platform/chromium-cg-mac/fast/repaint/scroll-absolute-layer-with-reflection-expected.png: Copied from platform/chromium-cg-mac/scroll-absolute-layer-with-reflection-expected.png. * platform/chromium-cg-mac/fast/repaint/scroll-fixed-layer-with-reflection-expected.png: Copied from platform/chromium-cg-mac/scroll-fixed-layer-with-reflection-expected.png. * platform/chromium-cg-mac/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png: Copied from platform/chromium-cg-mac/scroll-fixed-layer-with-transformed-parent-layer-expected.png. * platform/chromium-cg-mac/fast/repaint/scroll-fixed-reflected-layer-expected.png: Copied from platform/chromium-cg-mac/scroll-fixed-reflected-layer-expected.png. * platform/chromium-cg-mac/fast/repaint/scroll-in-clipped-layer-expected.png: Copied from platform/chromium-cg-mac/scroll-in-clipped-layer-expected.png. * platform/chromium-cg-mac/fast/repaint/scroll-in-fixed-layer-expected.png: Copied from platform/chromium-cg-mac/scroll-in-fixed-layer-expected.png. * platform/chromium-cg-mac/fast/repaint/scroll-in-transformed-layer-expected.png: Copied from platform/chromium-cg-mac/scroll-in-transformed-layer-expected.png. * platform/chromium-cg-mac/fast/repaint/scroll-with-transformed-parent-layer-expected.png: Copied from platform/chromium-cg-mac/scroll-with-transformed-parent-layer-expected.png. * platform/chromium-cg-mac/scroll-absolute-layer-with-reflection-expected.png: Removed. * platform/chromium-cg-mac/scroll-fixed-layer-with-reflection-expected.png: Removed. * platform/chromium-cg-mac/scroll-fixed-layer-with-transformed-parent-layer-expected.png: Removed. * platform/chromium-cg-mac/scroll-fixed-reflected-layer-expected.png: Removed. * platform/chromium-cg-mac/scroll-in-clipped-layer-expected.png: Removed. * platform/chromium-cg-mac/scroll-in-fixed-layer-expected.png: Removed. * platform/chromium-cg-mac/scroll-in-transformed-layer-expected.png: Removed. * platform/chromium-cg-mac/scroll-with-transformed-parent-layer-expected.png: Removed. 2011-08-23 Peter Kasting [chromium] Attempt to make test expectations more accurate. Unreviewed, test expectations update. * platform/chromium/test_expectations.txt: 2011-08-23 Alexandru Chiculita Text overlaps with the floats https://bugs.webkit.org/show_bug.cgi?id=66671 Reviewed by David Hyatt. * fast/block/float/fit_line_below_floats.html: Added. * platform/chromium/test_expectations.txt: * platform/gtk/Skipped: * platform/mac/fast/block/float/fit_line_below_floats-expected.png: Added. * platform/mac/fast/block/float/fit_line_below_floats-expected.txt: Added. * platform/qt/Skipped: 2011-08-23 Alexandru Chiculita [CSSRegions] RenderFlowThread layout should use the attached region sizes https://bugs.webkit.org/show_bug.cgi?id=66143 Reviewed by David Hyatt. * fast/regions/webkit-flow-floats-inside-regions-bounds-expected.txt: Added. * fast/regions/webkit-flow-floats-inside-regions-bounds.html: Added. * fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt: Added. * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt: Added. * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt: Added. * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl.html: Added. * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical.html: Added. * fast/regions/webkit-flow-inlines-inside-regions-bounds.html: Added. 2011-08-23 Alexandru Chiculita Text-indent and floats push the text out of the container box https://bugs.webkit.org/show_bug.cgi?id=66662 Reviewed by David Hyatt. * fast/block/float/floats-and-text-indent-rl.html: Added. * fast/block/float/floats-and-text-indent.html: Added. * platform/chromium/test_expectations.txt: * platform/gtk/Skipped: * platform/mac/fast/block/float/floats-and-text-indent-expected.png: Added. * platform/mac/fast/block/float/floats-and-text-indent-expected.txt: Added. * platform/mac/fast/block/float/floats-and-text-indent-rl-expected.png: Added. * platform/mac/fast/block/float/floats-and-text-indent-rl-expected.txt: Added. * platform/qt/Skipped: 2011-08-23 Gavin Barraclough https://bugs.webkit.org/show_bug.cgi?id=55347 "name" and "message" enumerable on *Error.prototype Reviewed by Sam Weinig. * fast/js/exception-properties-expected.txt: * fast/js/script-tests/exception-properties.js: - Add tests for value of RangeError.__proto__.{name|message} 2011-08-23 Sheriff Bot Unreviewed, rolling out r93616. http://trac.webkit.org/changeset/93616 https://bugs.webkit.org/show_bug.cgi?id=66796 "causes fast/css/absolute-child-with-percent-height-inside- relative-parent.html to fail" (Requested by mwenge2 on #webkit). * fast/inline/absolute-positioned-block-in-centred-block-expected.png: Removed. * fast/inline/absolute-positioned-block-in-centred-block-expected.txt: Removed. * fast/inline/absolute-positioned-block-in-centred-block.html: Removed. * fast/inline/absolute-positioned-inline-in-centred-block-expected.png: Removed. * fast/inline/absolute-positioned-inline-in-centred-block-expected.txt: Removed. * fast/inline/absolute-positioned-inline-in-centred-block.html: Removed. * platform/chromium-linux/fast/repaint/block-layout-inline-children-float-positioned-expected.png: * platform/chromium-linux/fast/repaint/block-layout-inline-children-float-positioned-expected.txt: 2011-07-25 Robert Hogan div align="center" rendering problem https://bugs.webkit.org/show_bug.cgi?id=4860 Reviewed by David Hyatt. * fast/inline/absolute-positioned-block-in-centred-block-expected.png: Added. * fast/inline/absolute-positioned-block-in-centred-block-expected.txt: Added. * fast/inline/absolute-positioned-block-in-centred-block.html: Added. * fast/inline/absolute-positioned-inline-in-centred-block-expected.png: Added. * fast/inline/absolute-positioned-inline-in-centred-block-expected.txt: Added. * fast/inline/absolute-positioned-inline-in-centred-block.html: Added. * platform/chromium-linux/fast/repaint/block-layout-inline-children-float-positioned-expected.png: * platform/chromium-linux/fast/repaint/block-layout-inline-children-float-positioned-expected.txt: Both of these two tests were based on the incorrect behaviour of ignoring the alignment specified by the container of an element absolute position when there was no text preceding the element. The updated results agree with Firefox and IE. 2011-08-23 Julien Chaffraix Reduce the amount of RenderLayer rectangles' update when scrolling https://bugs.webkit.org/show_bug.cgi?id=66618 Reviewed by David Hyatt. * fast/repaint/resources/default.css: Added more shortcuts. * fast/repaint/scroll-absolute-layer-with-reflection-expected.txt: Added. * fast/repaint/scroll-absolute-layer-with-reflection.html: Added. * fast/repaint/scroll-fixed-layer-with-reflection-expected.txt: Added. * fast/repaint/scroll-fixed-layer-with-reflection.html: Added. * fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.txt: Added. * fast/repaint/scroll-fixed-layer-with-transformed-parent-layer.html: Added. * fast/repaint/scroll-fixed-reflected-layer-expected.txt: Added. * fast/repaint/scroll-fixed-reflected-layer.html: Added. * fast/repaint/scroll-in-clipped-layer-expected.txt: Added. * fast/repaint/scroll-in-clipped-layer.html: Added. * fast/repaint/scroll-in-fixed-layer-expected.txt: Added. * fast/repaint/scroll-in-fixed-layer.html: Added. * fast/repaint/scroll-in-transformed-layer-expected.txt: Added. * fast/repaint/scroll-in-transformed-layer.html: Added. * fast/repaint/scroll-with-transformed-parent-layer-expected.txt: Added. * fast/repaint/scroll-with-transformed-parent-layer.html: Added. Those are a variation on the same theme: scrolling inside a layers (sometimes the layer is itself scrolled) to show that we are still doing the right thing. * platform/chromium-cg-mac/scroll-absolute-layer-with-reflection-expected.png: Added. * platform/chromium-cg-mac/scroll-fixed-layer-with-reflection-expected.png: Added. * platform/chromium-cg-mac/scroll-fixed-layer-with-transformed-parent-layer-expected.png: Added. * platform/chromium-cg-mac/scroll-fixed-reflected-layer-expected.png: Added. * platform/chromium-cg-mac/scroll-in-clipped-layer-expected.png: Added. * platform/chromium-cg-mac/scroll-in-fixed-layer-expected.png: Added. * platform/chromium-cg-mac/scroll-in-transformed-layer-expected.png: Added. * platform/chromium-cg-mac/scroll-with-transformed-parent-layer-expected.png: Added. * platform/chromium-win/fast/repaint/scroll-absolute-layer-with-reflection-expected.png: Added. * platform/chromium-win/fast/repaint/scroll-fixed-layer-with-reflection-expected.png: Added. * platform/chromium-win/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png: Added. * platform/chromium-win/fast/repaint/scroll-fixed-reflected-layer-expected.png: Added. * platform/chromium-win/fast/repaint/scroll-in-clipped-layer-expected.png: Added. * platform/chromium-win/fast/repaint/scroll-in-fixed-layer-expected.png: Added. * platform/chromium-win/fast/repaint/scroll-in-transformed-layer-expected.png: Added. * platform/chromium-win/fast/repaint/scroll-with-transformed-parent-layer-expected.png: Added. * platform/mac/fast/repaint/scroll-absolute-layer-with-reflection-expected.png: Added. * platform/mac/fast/repaint/scroll-fixed-layer-with-reflection-expected.png: Added. * platform/mac/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png: Added. * platform/mac/fast/repaint/scroll-fixed-reflected-layer-expected.png: Added. * platform/mac/fast/repaint/scroll-in-clipped-layer-expected.png: Added. * platform/mac/fast/repaint/scroll-in-fixed-layer-expected.png: Added. * platform/mac/fast/repaint/scroll-in-transformed-layer-expected.png: Added. * platform/mac/fast/repaint/scroll-with-transformed-parent-layer-expected.png: Added. Baseline for Chromium and Mac. 2011-08-23 Andrey Kosyakov Unreviewed. Disabled inspector/extensions/extensions-resources.html. https://bugs.webkit.org/show_bug.cgi?id=66786 * platform/qt/Skipped: 2011-08-23 Andrey Kosyakov Unreviewed test fix following r93605. * http/tests/inspector/resources/extension-main.js: (trimURL): * inspector/extensions/extensions-resources-expected.txt: * inspector/extensions/extensions-resources.html: 2011-08-23 Andrey Kosyakov Web Inspector: [Extensions API] provide access to page resources https://bugs.webkit.org/show_bug.cgi?id=66767 Reviewed by Pavel Feldman. * http/tests/inspector/resources/extension-main.js: (trimURL): * inspector/extensions/extensions-api-expected.txt: * inspector/extensions/extensions-network-expected.txt: * inspector/extensions/extensions-network.html: * inspector/extensions/extensions-resources-expected.txt: Added. * inspector/extensions/extensions-resources.html: Added. * inspector/extensions/resources/Ahem.ttf: * inspector/extensions/resources/test-script.js: Added. (__test_function): 2011-08-23 Csaba Osztrogonác [Qt] Unreviewed gardening. Remove a non-existent test from the skipped list. * platform/qt/Skipped: 2011-08-23 Kent Tamura https://bugs.webkit.org/show_bug.cgi?id=66651 Move tests to fast/forms/range/ Reviewed by Tony Chang. * fast/forms/ValidityState-stepMismatch-expected.txt: Removed 'range' part. * fast/forms/input-appearance-range-rtl-expected.html: Removed. * fast/forms/input-appearance-range-rtl.html: Removed. * fast/forms/input-appearance-range.html: Removed. * fast/forms/input-stepup-stepdown-expected.txt: Removed 'range' part. * fast/forms/input-stepup-stepdown-from-renderer-expected.txt: Removed 'range' part. * fast/forms/input-valueasnumber-range-expected.txt: Removed. * fast/forms/input-valueasnumber-range.html: Removed. * fast/forms/range: Added. * fast/forms/range-default-value-expected.txt: Removed. * fast/forms/range-default-value.html: Removed. * fast/forms/range-drag-expected.txt: Removed. * fast/forms/range-drag.html: Removed. * fast/forms/range-input-dynamic-oninput-expected.txt: Removed. * fast/forms/range-input-dynamic-oninput.html: Removed. * fast/forms/range-keyoperation-expected.txt: Removed. * fast/forms/range-keyoperation.html: Removed. * fast/forms/range-reset-expected.txt: Removed. * fast/forms/range-reset.html: Removed. * fast/forms/range-set-attribute-expected.txt: Removed. * fast/forms/range-set-attribute.html: Removed. * fast/forms/range-thumb-height-percentage.html: Removed. * fast/forms/range/ValidityState-stepMismatch-range-expected.txt: Copied from LayoutTests/fast/forms/ValidityState-stepMismatch-expected.txt. * fast/forms/range/ValidityState-stepMismatch-range.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-stepMismatch.js. * fast/forms/range/input-appearance-range-rtl-expected.html: Copied from LayoutTests/fast/forms/input-appearance-range-rtl-expected.html. * fast/forms/range/input-appearance-range-rtl.html: Copied from LayoutTests/fast/forms/input-appearance-range-rtl.html. * fast/forms/range/input-appearance-range.html: Copied from LayoutTests/fast/forms/input-appearance-range.html. * fast/forms/range/input-valueasnumber-range-expected.txt: Copied from LayoutTests/fast/forms/input-valueasnumber-range-expected.txt. * fast/forms/range/input-valueasnumber-range.html: Copied from LayoutTests/fast/forms/script-tests/input-valueasnumber-range.js. * fast/forms/range/range-default-value-expected.txt: Copied from LayoutTests/fast/forms/range-default-value-expected.txt. * fast/forms/range/range-default-value.html: Copied from LayoutTests/fast/forms/range-default-value.html. * fast/forms/range/range-drag-expected.txt: Copied from LayoutTests/fast/forms/range-drag-expected.txt. * fast/forms/range/range-drag.html: Copied from LayoutTests/fast/forms/range-drag.html. * fast/forms/range/range-input-dynamic-oninput-expected.txt: Copied from LayoutTests/fast/forms/range-input-dynamic-oninput-expected.txt. * fast/forms/range/range-input-dynamic-oninput.html: Copied from LayoutTests/fast/forms/range-input-dynamic-oninput.html. * fast/forms/range/range-keyoperation-expected.txt: Copied from LayoutTests/fast/forms/range-keyoperation-expected.txt. * fast/forms/range/range-keyoperation.html: Copied from LayoutTests/fast/forms/range-keyoperation.html. * fast/forms/range/range-reset-expected.txt: Copied from LayoutTests/fast/forms/range-reset-expected.txt. * fast/forms/range/range-reset.html: Copied from LayoutTests/fast/forms/range-reset.html. * fast/forms/range/range-set-attribute-expected.txt: Copied from LayoutTests/fast/forms/range-set-attribute-expected.txt. * fast/forms/range/range-set-attribute.html: Copied from LayoutTests/fast/forms/range-set-attribute.html. * fast/forms/range/range-stepup-stepdown-expected.txt: Copied from LayoutTests/fast/forms/input-stepup-stepdown-expected.txt. * fast/forms/range/range-stepup-stepdown-from-renderer-expected.txt: Copied from LayoutTests/fast/forms/input-stepup-stepdown-from-renderer-expected.txt. * fast/forms/range/range-stepup-stepdown-from-renderer.html: Copied from LayoutTests/fast/forms/script-tests/input-stepup-stepdown-from-renderer.js. * fast/forms/range/range-stepup-stepdown.html: Copied from LayoutTests/fast/forms/script-tests/input-stepup-stepdown.js. * fast/forms/range/range-thumb-height-percentage.html: Copied from LayoutTests/fast/forms/range-thumb-height-percentage.html. * fast/forms/range/slider-delete-while-dragging-thumb-expected.txt: Copied from LayoutTests/fast/forms/slider-delete-while-dragging-thumb-expected.txt. * fast/forms/range/slider-delete-while-dragging-thumb.html: Copied from LayoutTests/fast/forms/slider-delete-while-dragging-thumb.html. * fast/forms/range/slider-hit-testing-expected.txt: Copied from LayoutTests/fast/forms/slider-hit-testing-expected.txt. * fast/forms/range/slider-hit-testing.html: Copied from LayoutTests/fast/forms/slider-hit-testing.html. * fast/forms/range/slider-mouse-events-expected.txt: Copied from LayoutTests/fast/forms/slider-mouse-events-expected.txt. * fast/forms/range/slider-mouse-events.html: Copied from LayoutTests/fast/forms/slider-mouse-events.html. * fast/forms/range/slider-onchange-event-expected.txt: Copied from LayoutTests/fast/forms/slider-onchange-event-expected.txt. * fast/forms/range/slider-onchange-event.html: Copied from LayoutTests/fast/forms/slider-onchange-event.html. * fast/forms/range/slider-padding.html: Copied from LayoutTests/fast/forms/slider-padding.html. * fast/forms/range/slider-thumb-shared-style.html: Copied from LayoutTests/fast/forms/slider-thumb-shared-style.html. * fast/forms/range/slider-thumb-stylability.html: Copied from LayoutTests/fast/forms/slider-thumb-stylability.html. * fast/forms/range/slider-transformed-expected.txt: Copied from LayoutTests/fast/forms/slider-transformed-expected.txt. * fast/forms/range/slider-transformed.html: Copied from LayoutTests/fast/forms/slider-transformed.html. * fast/forms/range/slider-zoomed-expected.txt: Copied from LayoutTests/fast/forms/slider-zoomed-expected.txt. * fast/forms/range/slider-zoomed.html: Copied from LayoutTests/fast/forms/slider-zoomed.html. * fast/forms/range/thumbslider-crash-expected.txt: Copied from LayoutTests/fast/forms/thumbslider-crash-expected.txt. * fast/forms/range/thumbslider-crash.html: Copied from LayoutTests/fast/forms/thumbslider-crash.html. * fast/forms/range/thumbslider-no-parent-slider.html: Copied from LayoutTests/fast/forms/thumbslider-no-parent-slider.html. * fast/forms/script-tests/ValidityState-stepMismatch.js: Removed 'range' part. * fast/forms/script-tests/input-stepup-stepdown-from-renderer.js: Removed 'range' part. * fast/forms/script-tests/input-stepup-stepdown.js: Removed 'range' part. * fast/forms/script-tests/input-valueasnumber-range.js: Removed. * fast/forms/slider-delete-while-dragging-thumb-expected.txt: Removed. * fast/forms/slider-delete-while-dragging-thumb.html: Removed. * fast/forms/slider-hit-testing-expected.txt: Removed. * fast/forms/slider-hit-testing.html: Removed. * fast/forms/slider-mouse-events-expected.txt: Removed. * fast/forms/slider-mouse-events.html: Removed. * fast/forms/slider-onchange-event-expected.txt: Removed. * fast/forms/slider-onchange-event.html: Removed. * fast/forms/slider-padding.html: Removed. * fast/forms/slider-thumb-shared-style.html: Removed. * fast/forms/slider-thumb-stylability.html: Removed. * fast/forms/slider-transformed-expected.txt: Removed. * fast/forms/slider-transformed.html: Removed. * fast/forms/slider-zoomed-expected.txt: Removed. * fast/forms/slider-zoomed.html: Removed. * fast/forms/thumbslider-crash-expected.txt: Removed. * fast/forms/thumbslider-crash.html: Removed. * fast/forms/thumbslider-no-parent-slider.html: Removed. * platform/chromium-cg-mac-leopard/fast/forms/input-appearance-range-expected.png: Removed. * platform/chromium-cg-mac-leopard/fast/forms/range: Added. * platform/chromium-cg-mac-leopard/fast/forms/range/input-appearance-range-expected.png: Copied from LayoutTests/platform/chromium-cg-mac-leopard/fast/forms/input-appearance-range-expected.png. * platform/chromium-cg-mac-leopard/fast/forms/range/slider-padding-expected.png: Copied from LayoutTests/platform/chromium-cg-mac-leopard/fast/forms/slider-padding-expected.png. * platform/chromium-cg-mac-leopard/fast/forms/range/slider-thumb-shared-style-expected.png: Copied from LayoutTests/platform/chromium-cg-mac-leopard/fast/forms/slider-thumb-shared-style-expected.png. * platform/chromium-cg-mac-leopard/fast/forms/range/slider-thumb-stylability-expected.png: Copied from LayoutTests/platform/chromium-cg-mac-leopard/fast/forms/slider-thumb-stylability-expected.png. * platform/chromium-cg-mac-leopard/fast/forms/range/thumbslider-no-parent-slider-expected.png: Copied from LayoutTests/platform/chromium-cg-mac-leopard/fast/forms/thumbslider-no-parent-slider-expected.png. * platform/chromium-cg-mac-leopard/fast/forms/slider-padding-expected.png: Removed. * platform/chromium-cg-mac-leopard/fast/forms/slider-thumb-shared-style-expected.png: Removed. * platform/chromium-cg-mac-leopard/fast/forms/slider-thumb-stylability-expected.png: Removed. * platform/chromium-cg-mac-leopard/fast/forms/thumbslider-no-parent-slider-expected.png: Removed. * platform/chromium-linux/fast/forms/input-appearance-range-expected.png: Removed. * platform/chromium-linux/fast/forms/input-appearance-range-expected.txt: Removed. * platform/chromium-linux/fast/forms/range: Added. * platform/chromium-linux/fast/forms/range-thumb-height-percentage-expected.png: Removed. * platform/chromium-linux/fast/forms/range/input-appearance-range-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/input-appearance-range-expected.png. * platform/chromium-linux/fast/forms/range/input-appearance-range-expected.txt: Copied from LayoutTests/platform/chromium-linux/fast/forms/input-appearance-range-expected.txt. * platform/chromium-linux/fast/forms/range/range-thumb-height-percentage-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/range-thumb-height-percentage-expected.png. * platform/chromium-linux/fast/forms/range/slider-padding-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/slider-padding-expected.png. * platform/chromium-linux/fast/forms/range/slider-thumb-shared-style-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/slider-thumb-shared-style-expected.png. * platform/chromium-linux/fast/forms/range/thumbslider-no-parent-slider-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/thumbslider-no-parent-slider-expected.png. * platform/chromium-linux/fast/forms/slider-padding-expected.png: Removed. * platform/chromium-linux/fast/forms/slider-thumb-shared-style-expected.png: Removed. * platform/chromium-linux/fast/forms/thumbslider-no-parent-slider-expected.png: Removed. * platform/chromium-win/fast/forms/input-appearance-range-expected.png: Removed. * platform/chromium-win/fast/forms/input-appearance-range-expected.txt: Removed. * platform/chromium-win/fast/forms/range: Added. * platform/chromium-win/fast/forms/range-thumb-height-percentage-expected.png: Removed. * platform/chromium-win/fast/forms/range-thumb-height-percentage-expected.txt: Removed. * platform/chromium-win/fast/forms/range/input-appearance-range-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/input-appearance-range-expected.png. * platform/chromium-win/fast/forms/range/input-appearance-range-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/forms/input-appearance-range-expected.txt. * platform/chromium-win/fast/forms/range/range-thumb-height-percentage-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/range-thumb-height-percentage-expected.png. * platform/chromium-win/fast/forms/range/range-thumb-height-percentage-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/forms/range-thumb-height-percentage-expected.txt. * platform/chromium-win/fast/forms/range/slider-padding-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/slider-padding-expected.png. * platform/chromium-win/fast/forms/range/slider-padding-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/forms/slider-padding-expected.txt. * platform/chromium-win/fast/forms/range/slider-thumb-shared-style-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/slider-thumb-shared-style-expected.png. * platform/chromium-win/fast/forms/range/slider-thumb-shared-style-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/forms/slider-thumb-shared-style-expected.txt. * platform/chromium-win/fast/forms/range/slider-thumb-stylability-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/slider-thumb-stylability-expected.png. * platform/chromium-win/fast/forms/range/thumbslider-no-parent-slider-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/thumbslider-no-parent-slider-expected.png. * platform/chromium-win/fast/forms/range/thumbslider-no-parent-slider-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/forms/thumbslider-no-parent-slider-expected.txt. * platform/chromium-win/fast/forms/slider-padding-expected.png: Removed. * platform/chromium-win/fast/forms/slider-padding-expected.txt: Removed. * platform/chromium-win/fast/forms/slider-thumb-shared-style-expected.png: Removed. * platform/chromium-win/fast/forms/slider-thumb-shared-style-expected.txt: Removed. * platform/chromium-win/fast/forms/slider-thumb-stylability-expected.png: Removed. * platform/chromium-win/fast/forms/thumbslider-no-parent-slider-expected.png: Removed. * platform/chromium-win/fast/forms/thumbslider-no-parent-slider-expected.txt: Removed. * platform/chromium/test_expectations.txt: * platform/gtk/Skipped: * platform/gtk/fast/forms/input-appearance-range-expected.txt: Removed. * platform/gtk/fast/forms/range: Added. * platform/gtk/fast/forms/range-thumb-height-percentage-expected.png: Removed. * platform/gtk/fast/forms/range-thumb-height-percentage-expected.txt: Removed. * platform/gtk/fast/forms/range/input-appearance-range-expected.txt: Copied from LayoutTests/platform/gtk/fast/forms/input-appearance-range-expected.txt. * platform/gtk/fast/forms/range/range-thumb-height-percentage-expected.png: Copied from LayoutTests/platform/gtk/fast/forms/range-thumb-height-percentage-expected.png. * platform/gtk/fast/forms/range/range-thumb-height-percentage-expected.txt: Copied from LayoutTests/platform/gtk/fast/forms/range-thumb-height-percentage-expected.txt. * platform/gtk/fast/forms/range/slider-padding-expected.png: Copied from LayoutTests/platform/gtk/fast/forms/slider-padding-expected.png. * platform/gtk/fast/forms/range/slider-padding-expected.txt: Copied from LayoutTests/platform/gtk/fast/forms/slider-padding-expected.txt. * platform/gtk/fast/forms/range/slider-thumb-shared-style-expected.png: Copied from LayoutTests/platform/gtk/fast/forms/slider-thumb-shared-style-expected.png. * platform/gtk/fast/forms/range/slider-thumb-shared-style-expected.txt: Copied from LayoutTests/platform/gtk/fast/forms/slider-thumb-shared-style-expected.txt. * platform/gtk/fast/forms/range/slider-thumb-stylability-expected.png: Copied from LayoutTests/platform/gtk/fast/forms/slider-thumb-stylability-expected.png. * platform/gtk/fast/forms/range/slider-thumb-stylability-expected.txt: Copied from LayoutTests/platform/gtk/fast/forms/slider-thumb-stylability-expected.txt. * platform/gtk/fast/forms/range/slider-transformed-expected.txt: Copied from LayoutTests/platform/gtk/fast/forms/slider-transformed-expected.txt. * platform/gtk/fast/forms/range/thumbslider-no-parent-slider-expected.txt: Copied from LayoutTests/platform/gtk/fast/forms/thumbslider-no-parent-slider-expected.txt. * platform/gtk/fast/forms/slider-padding-expected.png: Removed. * platform/gtk/fast/forms/slider-padding-expected.txt: Removed. * platform/gtk/fast/forms/slider-thumb-shared-style-expected.png: Removed. * platform/gtk/fast/forms/slider-thumb-shared-style-expected.txt: Removed. * platform/gtk/fast/forms/slider-thumb-stylability-expected.png: Removed. * platform/gtk/fast/forms/slider-thumb-stylability-expected.txt: Removed. * platform/gtk/fast/forms/slider-transformed-expected.txt: Removed. * platform/gtk/fast/forms/thumbslider-no-parent-slider-expected.txt: Removed. * platform/mac-leopard/fast/forms/range: Added. * platform/mac-leopard/fast/forms/range-thumb-height-percentage-expected.png: Removed. * platform/mac-leopard/fast/forms/range/range-thumb-height-percentage-expected.png: Copied from LayoutTests/platform/mac-leopard/fast/forms/range-thumb-height-percentage-expected.png. * platform/mac-leopard/fast/forms/range/slider-padding-expected.png: Copied from LayoutTests/platform/mac-leopard/fast/forms/slider-padding-expected.png. * platform/mac-leopard/fast/forms/range/slider-thumb-shared-style-expected.png: Copied from LayoutTests/platform/mac-leopard/fast/forms/slider-thumb-shared-style-expected.png. * platform/mac-leopard/fast/forms/range/slider-thumb-stylability-expected.png: Copied from LayoutTests/platform/mac-leopard/fast/forms/slider-thumb-stylability-expected.png. * platform/mac-leopard/fast/forms/slider-padding-expected.png: Removed. * platform/mac-leopard/fast/forms/slider-thumb-shared-style-expected.png: Removed. * platform/mac-leopard/fast/forms/slider-thumb-stylability-expected.png: Removed. * platform/mac/fast/forms/input-appearance-range-expected.png: Removed. * platform/mac/fast/forms/input-appearance-range-expected.txt: Removed. * platform/mac/fast/forms/range: Added. * platform/mac/fast/forms/range-thumb-height-percentage-expected.png: Removed. * platform/mac/fast/forms/range-thumb-height-percentage-expected.txt: Removed. * platform/mac/fast/forms/range/input-appearance-range-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-range-expected.png. * platform/mac/fast/forms/range/input-appearance-range-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-range-expected.txt. * platform/mac/fast/forms/range/range-thumb-height-percentage-expected.png: Copied from LayoutTests/platform/mac/fast/forms/range-thumb-height-percentage-expected.png. * platform/mac/fast/forms/range/range-thumb-height-percentage-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/range-thumb-height-percentage-expected.txt. * platform/mac/fast/forms/range/slider-padding-expected.png: Copied from LayoutTests/platform/mac/fast/forms/slider-padding-expected.png. * platform/mac/fast/forms/range/slider-padding-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/slider-padding-expected.txt. * platform/mac/fast/forms/range/slider-thumb-shared-style-expected.png: Copied from LayoutTests/platform/mac/fast/forms/slider-thumb-shared-style-expected.png. * platform/mac/fast/forms/range/slider-thumb-shared-style-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/slider-thumb-shared-style-expected.txt. * platform/mac/fast/forms/range/slider-thumb-stylability-expected.png: Copied from LayoutTests/platform/mac/fast/forms/slider-thumb-stylability-expected.png. * platform/mac/fast/forms/range/slider-thumb-stylability-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/slider-thumb-stylability-expected.txt. * platform/mac/fast/forms/range/thumbslider-no-parent-slider-expected.png: Copied from LayoutTests/platform/mac/fast/forms/thumbslider-no-parent-slider-expected.png. * platform/mac/fast/forms/range/thumbslider-no-parent-slider-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/thumbslider-no-parent-slider-expected.txt. * platform/mac/fast/forms/slider-padding-expected.png: Removed. * platform/mac/fast/forms/slider-padding-expected.txt: Removed. * platform/mac/fast/forms/slider-thumb-shared-style-expected.png: Removed. * platform/mac/fast/forms/slider-thumb-shared-style-expected.txt: Removed. * platform/mac/fast/forms/slider-thumb-stylability-expected.png: Removed. * platform/mac/fast/forms/slider-thumb-stylability-expected.txt: Removed. * platform/mac/fast/forms/thumbslider-no-parent-slider-expected.png: Removed. * platform/mac/fast/forms/thumbslider-no-parent-slider-expected.txt: Removed. * platform/qt-mac/Skipped: * platform/qt/Skipped: * platform/qt/fast/forms/range: Added. * platform/qt/fast/forms/range-thumb-height-percentage-expected.txt: Removed. * platform/qt/fast/forms/range/range-thumb-height-percentage-expected.txt: Copied from LayoutTests/platform/qt/fast/forms/range-thumb-height-percentage-expected.txt. * platform/qt/fast/forms/range/slider-thumb-shared-style-expected.txt: Copied from LayoutTests/platform/qt/fast/forms/slider-thumb-shared-style-expected.txt. * platform/qt/fast/forms/range/slider-thumb-stylability-expected.txt: Copied from LayoutTests/platform/qt/fast/forms/slider-thumb-stylability-expected.txt. * platform/qt/fast/forms/range/thumbslider-no-parent-slider-expected.txt: Copied from LayoutTests/platform/qt/fast/forms/thumbslider-no-parent-slider-expected.txt. * platform/qt/fast/forms/slider-thumb-shared-style-expected.txt: Removed. * platform/qt/fast/forms/slider-thumb-stylability-expected.txt: Removed. * platform/qt/fast/forms/thumbslider-no-parent-slider-expected.txt: Removed. * platform/wk2/Skipped: 2011-08-22 Pavel Feldman Web Inspector: generate protocol externs API for the front-end compilation. https://bugs.webkit.org/show_bug.cgi?id=66677 Reviewed by Tony Gentilcore. * inspector/debugger/debugger-set-breakpoint-regex.html: 2011-08-23 Csaba Osztrogonác Unreviewed gardening. Remove Windows style new lines from the test introduced in r93521. * fast/loader/document-destruction-within-unload-expected.txt: * fast/loader/document-destruction-within-unload.html: 2011-08-23 Csaba Osztrogonác [WK2] Unreviewed gardening. * platform/wk2/Skipped: Skip fast/frames/focus-controller-crash-change-event.html, because eventSender.keyDown is unimplemented. 2011-08-23 Renata Hodovan [Qt] REGRESSION after r93567. https://bugs.webkit.org/show_bug.cgi?id=66749 Three tests have assertion failed error in debug mode on x86-32 Linux Qt. They are skipped. Unreviewed gardening. * platform/qt/Skipped: 2011-08-22 Sheriff Bot Unreviewed, rolling out r93565. http://trac.webkit.org/changeset/93565 https://bugs.webkit.org/show_bug.cgi?id=66745 Breaks layout tests (Requested by koz2 on #webkit). * accessibility/aria-labelledby-overrides-aria-labeledby-expected.txt: Removed. * accessibility/aria-labelledby-overrides-aria-labeledby.html: Removed. 2011-08-22 Peter Kasting [chromium] Mark some tests on Mac as flakily crashing. Unreviewed, test expectations update. * platform/chromium/test_expectations.txt: 2011-08-22 Peter Kasting [chromium] Mark some tests on Windows as flaky. Unreviewed, test expectations update. * platform/chromium/test_expectations.txt: 2011-08-22 Alice Boxhall Reviewed by Chris Fleizach. aria-labelledby should be used in preference to aria-labeledby https://bugs.webkit.org/show_bug.cgi?id=62351 * accessibility/aria-labelledby-overrides-aria-labeledby-expected.txt: Added. * accessibility/aria-labelledby-overrides-aria-labeledby.html: Added. 2011-08-22 Adam Barth HTMLSourceTracker crashes when network packets break poorly https://bugs.webkit.org/show_bug.cgi?id=66728 Reviewed by Darin Adler. Test that we don't crash when we get a bad network packet boundary. * http/tests/security/xssAuditor/crash-while-loading-tag-with-pause-expected.txt: Added. * http/tests/security/xssAuditor/crash-while-loading-tag-with-pause.html: Added. * http/tests/security/xssAuditor/resources/tag-with-pause.php: Added. 2011-08-22 Peter Kasting Unreviewed, rolling out r93538. http://trac.webkit.org/changeset/93538 https://bugs.webkit.org/show_bug.cgi?id=66143 Broke Leopard, SnowLeopard, and Chromium Mac bots * fast/regions/webkit-flow-floats-inside-regions-bounds-expected.txt: Removed. * fast/regions/webkit-flow-floats-inside-regions-bounds.html: Removed. * fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt: Removed. * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-lr-expected.txt: Removed. * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-lr.html: Removed. * fast/regions/webkit-flow-inlines-inside-regions-bounds.html: Removed. 2011-08-22 Tony Chang Move chromium-mac/plugins/keyboard-events-expected.txt to chromium-cg-mac/plugins/keyboard-events-expected.txt since the results for chromium-mac are currently in chromium-cg-mac. This result was added in r93519 and put in the wrong place. * platform/chromium-cg-mac/plugins/keyboard-events-expected.txt: Copied from LayoutTests/platform/chromium-mac/plugins/keyboard-events-expected.txt. * platform/chromium-mac/plugins: Removed. * platform/chromium-mac/plugins/keyboard-events-expected.txt: Removed. 2011-08-22 Tony Chang Add CSS parsing of -webkit-flex-pack https://bugs.webkit.org/show_bug.cgi?id=66701 Reviewed by Eric Seidel. * css3/flexbox/css-properties-expected.txt: * css3/flexbox/script-tests/css-properties.js: 2011-08-22 Ryosuke Niwa Add editing/selection/caret-at-bidi-boundary.html back to the Qt's skipped list because r93529 didn't fix it. The failure is still tracked by the bug 66514. * platform/qt/Skipped: 2011-08-22 Tony Chang handle child margin values when flexing https://bugs.webkit.org/show_bug.cgi?id=65887 Reviewed by David Hyatt. * css3/flexbox/002-expected.txt: Added. * css3/flexbox/002.html: Added. * css3/flexbox/resources/flexbox.js: (checkHorizontalBoxen): 2011-08-22 Peter Kasting [chromium] Disable compositing tests for Leopard. Reviewed by James Robinson. * platform/chromium/test_expectations.txt: 2011-08-22 Alexandru Chiculita [CSSRegions] RenderFlowThread layout should use the attached region sizes https://bugs.webkit.org/show_bug.cgi?id=66143 Reviewed by David Hyatt. * fast/regions/webkit-flow-floats-inside-regions-bounds-expected.txt: Added. * fast/regions/webkit-flow-floats-inside-regions-bounds.html: Added. * fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt: Added. * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-lr-expected.txt: Added. * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-lr.html: Added. * fast/regions/webkit-flow-inlines-inside-regions-bounds.html: Added. 2011-08-22 David Levin REGRESSION (r89086): All worker xhr requests trigger preflight requests. https://bugs.webkit.org/show_bug.cgi?id=66340 Reviewed by Darin Adler. Added tests which are similar to the non worker test with the same name. * http/tests/xmlhttprequest/workers/access-control-basic-get-fail-non-simple-expected.txt: Added. * http/tests/xmlhttprequest/workers/access-control-basic-get-fail-non-simple.html: Added. * http/tests/xmlhttprequest/workers/resources/access-control-basic-get-fail-non-simple-test.js: Added. * http/tests/xmlhttprequest/workers/resources/access-control-basic-get-fail-non-simple.js: Added. * http/tests/xmlhttprequest/workers/shared-worker-access-control-basic-get-fail-non-simple-expected.txt: Added. * http/tests/xmlhttprequest/workers/shared-worker-access-control-basic-get-fail-non-simple.html: Added. 2011-08-22 James Robinson [chromium] Rename chromium-gpu-mac to chromium-gpu-cg-mac * platform/chromium-gpu-cg-mac: Copied from LayoutTests/platform/chromium-gpu-mac. * platform/chromium-gpu-mac: Removed. 2011-08-22 Peter Kasting Unreviewed, rolling out r93517. http://trac.webkit.org/changeset/93517 https://bugs.webkit.org/show_bug.cgi?id=63553 Breaks GTK Linux and Chromium Win * svg/animations/animate-end-attribute-expected.txt: Removed. * svg/animations/animate-end-attribute.html: Removed. * svg/animations/script-tests/animate-end-attribute.js: Removed. 2011-08-22 Ryosuke Niwa editing/selection/caret-at-bidi-boundary.html timing out on Windows since it was added https://bugs.webkit.org/show_bug.cgi?id=66551 Reviewed by Adam Roben. Replaced leapForward by dummy clicks to make it work on Windows and other ports. * editing/selection/caret-at-bidi-boundary.html: * platform/gtk/Skipped: * platform/qt/Skipped: * platform/win/Skipped: 2011-08-22 Tony Chang Add CSS parsing of -webkit-flex-order https://bugs.webkit.org/show_bug.cgi?id=65384 Reviewed by Ojan Vafai. * css3/flexbox/css-properties-expected.txt: * css3/flexbox/css-properties.html: * css3/flexbox/script-tests/css-properties.js: 2011-08-22 Nate Chapin Test for https://bugs.webkit.org/show_bug.cgi?id=64741. Reviewed by Adam Barth. * fast/loader/document-destruction-within-unload-expected.txt: Added. * fast/loader/document-destruction-within-unload.html: Added. * fast/loader/resources/document-destruction-within-unload-iframe.html: Added. * fast/loader/resources/document-destruction-within-unload.svg: Added. 2011-08-22 Adrienne Walker [chromium] Skip rtl-composited, as it causes other tests to crash. Unreviewed expectation change. * platform/chromium/test_expectations.txt: 2011-08-22 Noel Gordon [Chromium] plugins/keyboard-events.html should pass on linux/mac https://bugs.webkit.org/show_bug.cgi?id=65964 Reviewed by Tony Chang. Update the Chromium Linux test results following r88712. Also rebaseline test results for Chromium Mac. Note the WebKit Mac and Win ports both report 0 for the line number for all console.log() events. The Chromium port reports the actual line number, hence the need for separate test results for Chromium. The test now runs, and passes on all the Chromium ports, following r87855. The test confirms user-plugin interactivity, so we don't regress sites like youtube.com. Refer to bug 34936. * platform/chromium-linux/plugins/keyboard-events-expected.txt: Added. * platform/chromium-mac/plugins/keyboard-events-expected.txt: Added. * platform/chromium/test_expectations.txt: 2011-08-22 Ben Wells Rebaseline for webkit bug 65295 https://bugs.webkit.org/show_bug.cgi?id=66637 Reviewed by Kenneth Russell. * fast/box-shadow/box-shadow-radius-expected.txt: Renamed from LayoutTests/platform/gtk/fast/box-shadow/box-shadow-radius-expected.txt. * fast/layers/self-painting-outline-expected.txt: Renamed from LayoutTests/platform/gtk/fast/layers/self-painting-outline-expected.txt. * platform/chromium-win/fast/box-shadow/box-shadow-radius-expected.png: * platform/chromium-win/fast/layers/self-painting-outline-expected.png: * platform/chromium/test_expectations.txt: * platform/gtk/fast/box-shadow/box-shadow-radius-expected.png: Renamed from LayoutTests/fast/box-shadow/box-shadow-radius-expected.png. * platform/mac/fast/layers/self-painting-outline-expected.txt: Removed. * platform/qt/fast/layers/self-painting-outline-expected.txt: Removed. 2011-08-22 Young Han Lee Reviewed by Dirk Schulze. SVG animation fill="freeze" doesn't set baseVal to current animVal if animation stops before reaching the end https://bugs.webkit.org/show_bug.cgi?id=63553 calculateAnimationPercentAndRepeat() is returning 1, which means 100%, whenever elapsed >= m_intervalEnd, but this is wrong because m_intervalEnd can be in the middle of the animation duration. (e.g. begin="0s" end="2s" dur="3s") This change makes the function return the animations's true progress instead of 100% when the animation ends. * svg/animations/animate-end-attribute-expected.txt: Added. * svg/animations/animate-end-attribute.html: Added. * svg/animations/script-tests/animate-end-attribute.js: Added. (sample1): (sample2): (sample3): (executeTest): 2011-08-22 Abhishek Arya Crash in FocusController::advanceFocusInDocumentOrder https://bugs.webkit.org/show_bug.cgi?id=66678 Reviewed by Dave Hyatt. * fast/frames/focus-controller-crash-change-event-expected.txt: Added. * fast/frames/focus-controller-crash-change-event.html: Added. 2011-08-22 Martin Robinson [GTK] Some GTK+-specific font-face tests fail on the bots https://bugs.webkit.org/show_bug.cgi?id=65820 Fix the timing issues in this test. Reviewed by Philippe Normand. * platform/gtk/fonts/custom-font-missing-glyphs.html: Delay the test completion until after document.readyState moves to "complete" and a short timeout. * platform/gtk/fonts/font-face-with-complex-text.html: Ditto. 2011-08-22 Kristóf Kosztyó [NRWT] Fix "Only unexpected results" option of results.html https://bugs.webkit.org/show_bug.cgi?id=66657 Reviewed by Csaba Osztrogonác. * fast/harness/results.html: 2011-08-22 Vitaly Repeshko [chromium] Updating test expectations. Unreviewed. * platform/chromium/test_expectations.txt: 2011-08-22 Takashi Toyoshima [Chromium] [WebSocket] Add a test to reproduce chromium bug on close before open. https://bugs.webkit.org/show_bug.cgi?id=66649 Reviewed by Kent Tamura. * http/tests/websocket/tests/hybi/close-before-open-expected.txt: * http/tests/websocket/tests/hybi/close-before-open.html: Add new URL to reproduce the problem. 2011-08-18 Pavel Podivilov Web Inspector: extract breakpoint management code to a separate class and add tests. https://bugs.webkit.org/show_bug.cgi?id=66224 Reviewed by Pavel Feldman. * inspector/debugger/breakpoint-manager-expected.txt: Added. * inspector/debugger/breakpoint-manager.html: Added. 2011-08-22 Zoltan Horvath [Qt][ARM] Add bug report to flaky tests http/tests/cache/subresource-multiple-instances.html https://bugs.webkit.org/show_bug.cgi?id=66652 http/tests/inspector/resource-tree/resource-tree-errors-reload.html https://bugs.webkit.org/show_bug.cgi?id=66653 * platform/qt-arm/Skipped: 2011-08-22 Zoltan Horvath [Qt][ARM] Skip flaky tests. * platform/qt-arm/Skipped: 2011-08-21 Darin Adler Update results for more tests affected by the addition of the HTMLSourceElement class. * fast/dom/Window/window-properties-expected.txt: * fast/dom/Window/window-property-descriptors-expected.txt: * platform/gtk/fast/dom/Window/window-properties-expected.txt: * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: * platform/gtk/fast/js/global-constructors-expected.txt: * platform/mac/fast/js/global-constructors-expected.txt: * platform/qt-wk2/fast/dom/Window/window-properties-expected.txt: * platform/qt-wk2/fast/dom/Window/window-property-descriptors-expected.txt: * platform/qt/fast/dom/Window/window-properties-expected.txt: * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: * platform/qt/fast/js/global-constructors-expected.txt: * platform/win/fast/dom/Window/window-property-descriptors-expected.txt: * platform/win/fast/js/global-constructors-expected.txt: 2011-08-20 Filip Pizlo JavaScriptCore bytecompiler does not compute scope depth correctly in the case of constant declarations https://bugs.webkit.org/show_bug.cgi?id=66572 Reviewed by Oliver Hunt. Added tests that reproduce the failure. * fast/js/const-expected.txt: * fast/js/resources/const.js: (tryCatch1): (tryCatch2): (with1): (with2): 2011-08-20 Tom Zakrajsek instanceof HTMLSourceElement Fails https://bugs.webkit.org/show_bug.cgi?id=65013 Reviewed by Eric Carlson. Updated test results after adding HTMLSourceElement to the DOMWindow * fast/dom/prototype-inheritance-2-expected.txt: * fast/dom/prototype-inheritance-expected.txt: * platform/chromium/fast/dom/prototype-inheritance-expected.txt: * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt: * platform/gtk/fast/dom/prototype-inheritance-expected.txt: * platform/qt-wk2/fast/dom/prototype-inheritance-2-expected.txt: * platform/qt/fast/dom/prototype-inheritance-2-expected.txt: * platform/qt/fast/dom/prototype-inheritance-expected.txt: * platform/win/fast/dom/prototype-inheritance-expected.txt: 2011-08-20 Darin Adler If Range::insertNode is passed an empty document fragment, it creates a broken DOM tree https://bugs.webkit.org/show_bug.cgi?id=65015 Reviewed by Alexey Proskuryakov. * fast/dom/Range/insertNode-empty-fragment-crash-expected.txt: Added. * fast/dom/Range/insertNode-empty-fragment-crash.html: Added. 2011-08-20 Balazs Kelemen eventSender.keyDown is unimplemented (WKTR) https://bugs.webkit.org/show_bug.cgi?id=57515 Unreviewed gardening. * platform/wk2/Skipped: Skip dependent test. 2011-08-20 Balazs Kelemen [Qt] fast/parser/innerhtml-with-prefixed-elements.xhtml has incorrect result https://bugs.webkit.org/show_bug.cgi?id=66626 Unreviewed gardening. * platform/qt/Skipped: 2011-08-20 Ken Buchanan OOB Read in WebCore::SVGAnimationElement https://bugs.webkit.org/show_bug.cgi?id=65858 Reviewed by Nikolas Zimmermann. Added test case covering keySpline array length problem. * svg/animations/animate-calcMode-spline-crash-bad-array-length-expected.txt: Added. * svg/animations/animate-calcMode-spline-crash-bad-array-length.xhtml: Added. 2011-08-19 Sheriff Bot Unreviewed, rolling out r93415. http://trac.webkit.org/changeset/93415 https://bugs.webkit.org/show_bug.cgi?id=66623 Introduces failing test (Requested by pfeldman on #webkit). * inspector/debugger/breakpoint-manager-expected.txt: Removed. * inspector/debugger/breakpoint-manager.html: Removed. 2011-08-19 Ryosuke Niwa Chromium Windows and Linux rebaselines. These baselines were so wrong. * platform/chromium-cg-mac/fast/css/computed-style-expected.txt: Removed. * platform/chromium-win/fast/css/computed-style-expected.txt: Removed. * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt: Replaced with LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt. * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt: Replaced with LayoutTests/svg/css/getComputedStyle-basic-expected.txt. * platform/chromium/test_expectations.txt: 2011-08-19 Ryosuke Niwa Skip the test added by r93369 on GTK; the failure is tracked by the bug 66621. * platform/gtk/Skipped: 2011-08-19 Ryosuke Niwa Remove the left over from r93468; also fix Chromium Windows expectation (Copied it over from fast/css/getComputedStyle/ and replaced Times with 'times new roman') * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Replaced with LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt. * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Removed. 2011-08-19 Ryosuke Niwa Skip the test added by r93392 on Windows; the failure is tracked by the bug 66620. * platform/win/Skipped: 2011-08-19 Ryosuke Niwa More rebaseline after r93068. Apparently Windows XP needs a separate baseline. * platform/win-xp/editing: Added. * platform/win-xp/editing/deleting: Added. * platform/win-xp/editing/deleting/regional-indicators-expected.txt: Added. 2011-08-19 Ryosuke Niwa Redo the rebaseline done by r93353. The test that has been failing on GTK is editing/deleting/regional-indicators.html, not editing/selection/regional-indicators. The failure is still tracked by the bug 66501. * platform/gtk/editing/deleting/regional-indicators-expected.txt: Copied from LayoutTests/platform/gtk/editing/selection/regional-indicators-expected.txt. * platform/gtk/editing/selection/regional-indicators-expected.txt: Removed. 2011-08-19 Ryosuke Niwa Skip the test added by r93392 on Qt. The failure is tracked by the bug 66619. * platform/qt/Skipped: 2011-08-19 Ryosuke Niwa Rebaseline after r93430. Also removed superfluous expected result from Chromium directories. * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Replaced with LayoutTests/platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt. * platform/chromium-cg-mac/fast/css/computed-style-without-renderer-expected.txt: Removed. * platform/chromium-win/fast/css/computed-style-without-renderer-expected.txt: Removed. * platform/gtk/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Removed. * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Removed. 2011-08-19 Ryosuke Niwa Skip the test added by r93369 because Window's DRT actually sleeps for the amount of time leapForward is called upon. The failure is tracked by the bug 66551. * platform/win/Skipped: 2011-08-19 James Robinson [chromium] GPU test expectation baseline update Update pixel baselines for this test on mac and linux. * platform/chromium-gpu-linux/compositing/scaling/tiled-layer-recursion-expected.png: Added. * platform/chromium-gpu-mac/compositing/scaling/tiled-layer-recursion-expected.png: Added. * platform/chromium/test_expectations.txt: 2011-08-19 Jeffrey Pfau libxml2 fragment parser loses prefix namespaces https://bugs.webkit.org/show_bug.cgi?id=66423 Added a test to ensure that elements inserted when the prefix is already declared are inserted properly. Reviewed by Darin Adler. * fast/parser/innerhtml-with-prefixed-elements.xhtml: Added. * platform/chromium/test_expectations.txt: * platform/mac/fast/parser/innerhtml-with-prefixed-elements-expected.png: Added. * platform/mac/fast/parser/innerhtml-with-prefixed-elements-expected.txt: Added. 2011-08-19 Tony Chang [chromium] Cleanup some old plugin tests. Rebase plugin-javascript-access.html on win and run plugin-initiate-popup-window on mac/linux to get results. * platform/chromium-win/plugins/plugin-initiate-popup-window-expected.txt: Removed. * platform/chromium/test_expectations.txt: * platform/win/plugins/plugin-javascript-access-expected.txt: Renamed from LayoutTests/platform/chromium-win/plugins/plugin-javascript-access-expected.txt. 2011-08-19 James Robinson [chromium] Update chromium test expectations Remove = CRASH expectations for tests fixed by r93441. * platform/chromium/test_expectations.txt: 2011-08-19 Tony Chang [chromium] Update results for japanese-rl-selection-repaint-in-regions.html that changed after r93428. * platform/chromium-cg-mac-leopard/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: * platform/chromium-cg-mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: * platform/mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt: 2011-08-19 Sheriff Bot Unreviewed, rolling out r93425. http://trac.webkit.org/changeset/93425 https://bugs.webkit.org/show_bug.cgi?id=66591 "The newly-added ASSERT is being triggered on several bots" (Requested by jchaffraix on #webkit). * fast/css/link-disabled-attr-expected.txt: * fast/css/stylesheet-enable-first-alternate-expected.txt: Removed. * fast/css/stylesheet-enable-first-alternate-on-load-expected.txt: Removed. * fast/css/stylesheet-enable-first-alternate-on-load.html: Removed. * fast/css/stylesheet-enable-first-alternate.html: Removed. * fast/css/stylesheet-enable-second-alternate-expected.txt: Removed. * fast/css/stylesheet-enable-second-alternate-on-load-expected.txt: Removed. * fast/css/stylesheet-enable-second-alternate-on-load.html: Removed. * fast/css/stylesheet-enable-second-alternate.html: Removed. * http/tests/css/link-css-disabled-value-with-slow-loading-sheet-expected.txt: Removed. * http/tests/css/link-css-disabled-value-with-slow-loading-sheet-in-error-expected.txt: Removed. * http/tests/css/link-css-disabled-value-with-slow-loading-sheet-in-error.html: Removed. * http/tests/css/link-css-disabled-value-with-slow-loading-sheet.html: Removed. * http/tests/css/resources/link-css-disabled-value-with-slow-loading-sheet-in-error.js: Removed. * http/tests/css/resources/link-css-disabled-value-with-slow-loading-sheet.js: Removed. * http/tests/css/resources/slow-loading-sheet-in-error.php: Removed. * http/tests/css/resources/slow-loading-sheet.php: Removed. 2011-08-19 Victoria Kirst Tell media player to prepareToPlay() at end of HTMLMediaElement::load() https://bugs.webkit.org/show_bug.cgi?id=66414 Reviewed by Eric Carlson. * media/video-load-preload-none-expected.txt: Added. * media/video-load-preload-none.html: Added. 2011-08-19 Tony Chang [chromium] Mark touch tests as failing on OSX 10.5. * platform/chromium/test_expectations.txt: 2011-08-19 Mihnea Ovidenie [CSSRegions]Parse -webkit-region-break(after, before, inside) https://bugs.webkit.org/show_bug.cgi?id=66559 Reviewed by David Hyatt. * fast/css/getComputedStyle/computed-style-expected.txt: * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: * svg/css/getComputedStyle-basic-expected.txt: 2011-08-19 Mihnea Ovidenie [CSSRegions]Content displayed in regions should not be scrollable https://bugs.webkit.org/show_bug.cgi?id=66459 Reviewed by Darin Adler. * fast/regions/content-flowed-into-regions-no-scroll-expected.txt: Added. * fast/regions/content-flowed-into-regions-no-scroll.html: Added. 2011-08-19 Julien Chaffraix REGRESSION (r84327-r84329): CSS stylesheets fail to load on www.flagstar.com login page https://bugs.webkit.org/show_bug.cgi?id=65140 Reviewed by Antti Koivisto. * fast/css/link-disabled-attr-expected.txt: This change is a progression, but we are still not handling updates to the selected style set properly (already covered by bug 62407). * fast/css/stylesheet-enable-first-alternate-expected.txt: Added. * fast/css/stylesheet-enable-first-alternate-on-load-expected.txt: Added. * fast/css/stylesheet-enable-first-alternate-on-load.html: Added. * fast/css/stylesheet-enable-first-alternate.html: Added. * fast/css/stylesheet-enable-second-alternate-expected.txt: Added. * fast/css/stylesheet-enable-second-alternate-on-load-expected.txt: Added. * fast/css/stylesheet-enable-second-alternate-on-load.html: Added. * fast/css/stylesheet-enable-second-alternate.html: Added. Those are a variation on the same theme: we disable some stylesheet and enable others, either directly or later. * http/tests/css/link-css-disabled-value-with-slow-loading-sheet-expected.txt: Added. * http/tests/css/link-css-disabled-value-with-slow-loading-sheet-in-error-expected.txt: Added. * http/tests/css/link-css-disabled-value-with-slow-loading-sheet-in-error.html: Added. * http/tests/css/link-css-disabled-value-with-slow-loading-sheet.html: Added. * http/tests/css/resources/link-css-disabled-value-with-slow-loading-sheet-in-error.js: Added. (onSheetLoaded): (testWhenLoaded): * http/tests/css/resources/link-css-disabled-value-with-slow-loading-sheet.js: Added. (onSheetLoaded): (testWhenLoaded): * http/tests/css/resources/slow-loading-sheet-in-error.php: Added. * http/tests/css/resources/slow-loading-sheet.php: Added. Those 2 test cases relies on a slow loading stylesheet so that we can test the disabled() value while the alternate sheet is asynchronously loading and then check them again once the sheet is loaded. 2011-08-19 Vitaly Repeshko [chromium] Cleaning up test expectations. Unreviewed. * platform/chromium/test_expectations.txt: 2011-08-19 Tony Chang [chromium] Add correct baseline for merge-end-list.html on OSX 10.5. * platform/chromium-cg-mac-leopard/editing/pasteboard/merge-end-list-expected.png: Added. 2011-08-18 Pavel Podivilov Web Inspector: extract breakpoint management code to a separate class and add tests. https://bugs.webkit.org/show_bug.cgi?id=66224 Reviewed by Pavel Feldman. * inspector/debugger/breakpoint-manager-expected.txt: Added. * inspector/debugger/breakpoint-manager.html: Added. 2011-08-19 Vitaly Repeshko [chromium] Updating test expectations. Unreviewed. * platform/chromium/test_expectations.txt: 2011-08-19 Vitaly Repeshko [chromium] Updating baselines. Unreviewed. * platform/chromium-cg-mac-leopard/editing/pasteboard/paste-text-008-expected.png: Added. * platform/chromium-cg-mac/editing/pasteboard/merge-end-list-expected.png: Added. * platform/chromium-cg-mac/editing/pasteboard/paste-text-008-expected.png: Added. 2011-08-19 Anton Muhin [v8] CSS wrapper objects retention https://bugs.webkit.org/show_bug.cgi?id=66377 Reviewed by Pavel Feldman. Disable object grouping for CSS object wrappers. This logic leads to hard to debug use-after-free problems. * platform/chromium/test_expectations.txt: 2011-08-19 Zoltan Horvath [Qt] editing/selection/caret-at-bidi-boundary.html times out after r93369 https://bugs.webkit.org/show_bug.cgi?id=66514 Skip it. * platform/qt/Skipped: 2011-08-19 Takashi Toyoshima [WebSocket] CloseEvent's code and reason properties support. https://bugs.webkit.org/show_bug.cgi?id=66362 Reviewed by Kent Tamura. Current WebSocket implementation miss code and reason properties in CloseEvent. This change expose incoming closing frame's code and reason to JavaScript API. * http/tests/websocket/tests/hybi/close-code-and-reason-expected.txt: Added. * http/tests/websocket/tests/hybi/close-code-and-reason.html: Added. * http/tests/websocket/tests/hybi/close-code-and-reason_wsh.py: Added. * http/tests/websocket/tests/hybi/workers/close-code-and-reason-expected.txt: Added. * http/tests/websocket/tests/hybi/workers/close-code-and-reason.html: Added. * http/tests/websocket/tests/hybi/workers/resources/close-code-and-reason.js: Added. (postResult): (ws.onopen): (ws.onmessage): (ws.onclose): 2011-08-19 MORITA Hajime Spell-checking doesn't recognize word boundaries on contests inserted by execCommand('insertHTML') https://bugs.webkit.org/show_bug.cgi?id=65902 Reviewed by Ryosuke Niwa. Existing expectation was wrong because of some markers on substrings of words. With this fix, Editor now rejects such markers. * editing/spelling/spelling-insert-html-expected.txt: Added. * editing/spelling/spelling-insert-html.html: Added. * platform/mac/editing/pasteboard/merge-after-delete-1-expected.png: * platform/mac/editing/pasteboard/merge-after-delete-2-expected.png: * platform/mac/editing/pasteboard/merge-after-delete-expected.png: * platform/mac/editing/pasteboard/merge-end-blockquote-expected.png: * platform/mac/editing/pasteboard/merge-end-list-expected.png: * platform/mac/editing/pasteboard/merge-end-table-expected.png: * platform/mac/editing/pasteboard/paste-text-008-expected.png: 2011-08-19 Shinya Kawanaka input[maxlength=0] should ignore text input. https://bugs.webkit.org/show_bug.cgi?id=65497 Reviewed by Kent Tamura. * fast/forms/input-text-paste-maxlength-expected.txt: Added a case that maxlength=0 * fast/forms/input-text-paste-maxlength.html: ditto. * fast/forms/script-tests/textarea-maxlength.js: ditto. (createFocusedTextAreaWithMaxLength): * fast/forms/textarea-maxlength-expected.txt: ditto. 2011-08-19 Ilya Tikhonovsky Web Inspector: backend js api: an ability to skip optional arguments in the middle of the argument list is required. https://bugs.webkit.org/show_bug.cgi?id=66482 There are functions in the API with multiple optional arguments. When we call it we have to specify an optional argument as 'undefined' if we want to pass non default value for the next one. This can be solved with passing the arguments as an object. Reviewed by Pavel Feldman. * inspector/debugger/debugger-set-breakpoint-regex.html: 2011-08-18 Shawn Singh Computing screen-space transform for LayerChromium and CCLayerImpl https://bugs.webkit.org/show_bug.cgi?id=66114 This case tests if backface visibility properly accounts for a hierarchy of transforms. In particular, this test forces Chromium to create a hierarchy of RenderSurfaces. Reviewed by James Robinson. * compositing/backface-visibility-hierarchical-transform-expected.png: Added. * compositing/backface-visibility-hierarchical-transform-expected.txt: Added. * compositing/backface-visibility-hierarchical-transform.html: Added. 2011-08-18 Ben Wells [skia] -webkit-transform breaks -webkit-mask https://bugs.webkit.org/show_bug.cgi?id=66442 Reviewed by Stephen White. * platform/chromium-linux/fast/css/transformed-mask-expected.png: Added. * platform/chromium-linux/fast/css/transformed-mask-expected.txt: Added. * platform/chromium/test_expectations.txt: 2011-08-18 Kent Tamura REGRESSION(r90971): Null pointer dereference with placeholder and webkit-scrollbar-corner https://bugs.webkit.org/show_bug.cgi?id=66453 Reviewed by Simon Fraser. * fast/forms/placeholder-crash-with-scrollbar-corner-expected.txt: Added. * fast/forms/placeholder-crash-with-scrollbar-corner.html: Added. 2011-08-18 Tony Chang [chromium] Fix results. Just copy over the platform independent results. * platform/chromium/fast/frames/frame-set-scaling-rotate-expected.png: * platform/chromium/fast/frames/frame-set-scaling-skew-expected.png: 2011-08-18 Fady Samuel Added Frame Set Scaling Test Results for WebKit1 Mac and WebKit2 Mac https://bugs.webkit.org/show_bug.cgi?id=66493 The expected results of the layout tests written for https://bugs.webkit.org/show_bug.cgi?id=57785 differ between WebKitt Mac and WebKit2 Mac. WebKit2 Mac matches the cross-platform results. WebKit1 Mac has a special set of test results. Reviewed by Tony Chang. * platform/chromium/fast/frames/frame-set-scaling-3d-expected.png: Added. * platform/chromium/fast/frames/frame-set-scaling-3d-expected.txt: Added. * platform/chromium/fast/frames/frame-set-scaling-centered-expected.png: Added. * platform/chromium/fast/frames/frame-set-scaling-centered-expected.txt: Added. * platform/chromium/fast/frames/frame-set-scaling-expected.png: Added. * platform/chromium/fast/frames/frame-set-scaling-expected.txt: Added. * platform/chromium/fast/frames/frame-set-scaling-rotate-expected.png: Added. * platform/chromium/fast/frames/frame-set-scaling-rotate-expected.txt: Added. * platform/chromium/fast/frames/frame-set-scaling-skew-expected.png: Added. * platform/chromium/fast/frames/frame-set-scaling-skew-expected.txt: Added. * platform/mac-wk2/fast/frames/frame-set-scaling-3d-expected.png: Added. * platform/mac-wk2/fast/frames/frame-set-scaling-centered-expected.png: Added. * platform/mac-wk2/fast/frames/frame-set-scaling-expected.png: Added. * platform/mac-wk2/fast/frames/frame-set-scaling-rotate-expected.png: Added. * platform/mac-wk2/fast/frames/frame-set-scaling-skew-expected.png: Added. * platform/mac/fast/frames/frame-set-scaling-3d-expected.png: Added. * platform/mac/fast/frames/frame-set-scaling-centered-expected.png: Added. * platform/mac/fast/frames/frame-set-scaling-expected.png: Added. * platform/mac/fast/frames/frame-set-scaling-rotate-expected.png: Added. * platform/mac/fast/frames/frame-set-scaling-skew-expected.png: Added. 2011-08-18 Tony Chang [chromium] Mark editing/selection/regional-indicators.html as timing out on Linux debug and rebaseline 2 tests. * platform/chromium-win/fast/frames/frame-set-scaling-rotate-expected.png: Added. * platform/chromium-win/fast/frames/frame-set-scaling-skew-expected.png: Added. * platform/chromium/test_expectations.txt: 2011-08-18 Ryosuke Niwa positionForPoint returns wrong VisiblePosition at bidi boundaries https://bugs.webkit.org/show_bug.cgi?id=65356 Reviewed by David Hyatt. * editing/selection/caret-at-bidi-boundary-expected.txt: Added. * editing/selection/caret-at-bidi-boundary.html: Added. 2011-08-18 James Robinson [chromium] Draw the root/"non-composited content" in compositor side https://bugs.webkit.org/show_bug.cgi?id=58834 Reviewed by Kenneth Russell. Update pixel baselines that changes due to subtle blending differences, primarily on scrollbars. I don't know why these keep changing. * compositing/checkerboard-expected.png: * platform/chromium-gpu-linux/compositing/direct-image-compositing-expected.png: * platform/chromium-gpu-linux/compositing/geometry/fixed-in-composited-expected.png: * platform/chromium-gpu-linux/compositing/geometry/horizontal-scroll-composited-expected.png: * platform/chromium-gpu-linux/compositing/geometry/tall-page-composited-expected.png: * platform/chromium-gpu-linux/compositing/geometry/video-fixed-scrolling-expected.png: * platform/chromium-gpu-linux/compositing/images/direct-image-background-color-expected.png: * platform/chromium-gpu-linux/compositing/layers-inside-overflow-scroll-expected.png: * platform/chromium-gpu-linux/compositing/masks/masked-ancestor-expected.png: * platform/chromium-gpu-linux/compositing/masks/simple-composited-mask-expected.png: * platform/chromium-gpu-linux/compositing/overflow/overflow-scroll-expected.png: * platform/chromium-gpu-linux/compositing/self-painting-layers-expected.png: * platform/chromium-gpu-linux/compositing/webgl/webgl-background-color-expected.png: * platform/chromium-gpu-linux/fast/canvas/canvas-text-alignment-expected.png: * platform/chromium-gpu-linux/fast/canvas/image-object-in-canvas-expected.png: * platform/chromium-gpu-linux/media/video-zoom-expected.png: * platform/chromium-gpu-linux/platform/chromium/compositing/layout-width-change-expected.png: 2011-08-18 Sheriff Bot Unreviewed, rolling out r93354. http://trac.webkit.org/changeset/93354 https://bugs.webkit.org/show_bug.cgi?id=66503 "consensus was not reached" (Requested by senorblanco on #webkit). * fast/canvas/drawImage-clipped-source-expected.txt: Removed. * fast/canvas/drawImage-clipped-source.html: Removed. * fast/canvas/drawImage-clipped-source.js: Removed. * fast/canvas/drawImage-with-invalid-args-expected.txt: * fast/canvas/drawImage-with-invalid-args.html: * platform/chromium/test_expectations.txt: * platform/mac/Skipped: 2011-08-18 Ryosuke Niwa Fix r93349. * platform/gtk/Skipped: 2011-08-18 Sailesh Agrawal Chromium: Update forked ScrollbarThemeChromiumMac.mm https://bugs.webkit.org/show_bug.cgi?id=65555 Reviewed by James Robinson. Removing the chromium-cg-mac version of the expectation file since it now matches the mac one. * platform/chromium-cg-mac/fast/events/scrollbar-double-click-expected.txt: Removed. 2011-08-18 Justin Novosad Unwarranted DOM Exception when when canvas2D drawImage is called with src rect out of bounds https://bugs.webkit.org/show_bug.cgi?id=65709 Reviewed by Stephen White. * fast/canvas/drawImage-clipped-source-expected.txt: Added. * fast/canvas/drawImage-clipped-source.html: Added. New test that verifies the clipping behavior when source rectangles are partially out of the bounds of the source image * fast/canvas/drawImage-clipped-source.js: Added. (patternTest.this.testPixel): (patternTest.this.testRedSquare): (patternTest.this.testPattern): (patternTest.this.testAggregatePattern): (patternTest): (drawTestPattern): (executeTest): * fast/canvas/drawImage-with-invalid-args-expected.txt: * fast/canvas/drawImage-with-invalid-args.html: This test covers (among other things) cases where the source rectangle is _completely_ outside the bounds of the source image. It was modified to no longer expect DOM exceptions * platform/chromium/test_expectations.txt: Out-dated test canvas/philip/tests/2d.drawImage.outsidesource.html is now expected to fail * platform/mac/Skipped: Skipping canvas/philip/tests/2d.drawImage.outsidesource.html 2011-08-18 Alexey Proskuryakov [Gtk] editing/selection/regional-indicators.html fails https://bugs.webkit.org/show_bug.cgi?id=66501 * platform/gtk/editing/selection/regional-indicators-expected.txt: Land failing results. 2011-08-18 Alexey Proskuryakov Use a correct name for expected results. * platform/qt/editing/selection/regional-indicators-actual.txt: Removed. * platform/qt/editing/selection/regional-indicators-expected.txt: Copied from LayoutTests/platform/qt/editing/selection/regional-indicators-actual.txt. 2011-08-18 Alexey Proskuryakov [Qt] editing/selection/regional-indicators.html fails https://bugs.webkit.org/show_bug.cgi?id=66500 * platform/qt/editing/selection/regional-indicators-actual.txt: Land failing results. 2011-08-18 Sheriff Bot Unreviewed, rolling out r93329. http://trac.webkit.org/changeset/93329 https://bugs.webkit.org/show_bug.cgi?id=66497 Turned text on chromium win blue (Requested by jamesr_ on #webkit). * platform/chromium-gpu-linux/compositing/direct-image-compositing-expected.png: * platform/chromium-gpu-linux/compositing/geometry/ancestor-overflow-change-expected.png: * platform/chromium-gpu-linux/compositing/geometry/fixed-in-composited-expected.png: * platform/chromium-gpu-linux/compositing/geometry/horizontal-scroll-composited-expected.png: * platform/chromium-gpu-linux/compositing/geometry/tall-page-composited-expected.png: * platform/chromium-gpu-linux/compositing/geometry/video-fixed-scrolling-expected.png: * platform/chromium-gpu-linux/compositing/images/direct-image-background-color-expected.png: * platform/chromium-gpu-linux/compositing/layers-inside-overflow-scroll-expected.png: * platform/chromium-gpu-linux/compositing/masks/masked-ancestor-expected.png: * platform/chromium-gpu-linux/compositing/masks/simple-composited-mask-expected.png: * platform/chromium-gpu-linux/compositing/overflow/overflow-scroll-expected.png: * platform/chromium-gpu-linux/compositing/self-painting-layers-expected.png: * platform/chromium-gpu-linux/compositing/webgl/webgl-background-color-expected.png: * platform/chromium-gpu-linux/fast/canvas/canvas-text-alignment-expected.png: * platform/chromium-gpu-linux/fast/canvas/image-object-in-canvas-expected.png: * platform/chromium-gpu-linux/media/video-zoom-expected.png: * platform/chromium-gpu-linux/platform/chromium/compositing/layout-width-change-expected.png: 2011-08-18 Ryosuke Niwa Skip tests added by r93291 on GTK because GTK's DRT doesn't support textInputController.doCommand yet, which is tracked by the bug 66496. * platform/gtk/Skipped: 2011-08-18 Ryosuke Niwa GTK rebaseline after r93221. * platform/gtk/editing/selection/collapse-selection-in-bidi-expected.txt: Copied from LayoutTests/platform/win/editing/selection/collapse-selection-in-bidi-expected.txt. 2011-08-18 Ryosuke Niwa SimplifiedBackwardsTextIterator returns incorrect offset with first-letter rule https://bugs.webkit.org/show_bug.cgi?id=66086 Reviewed by Darin Adler. Added a test to ensure WebKit does not hit assertions in SimplifiedBackwardsTextIterator. Also fixed a bug in first-letter-word-boundary.html and updated expected offsets for move backward by word from 0 to 1 because there is unrendered space before "hello". * editing/text-iterator/backward-textiterator-first-letter-crash-expected.txt: Added. * editing/text-iterator/backward-textiterator-first-letter-crash.html: Added. * editing/text-iterator/first-letter-word-boundary-expected.txt: * editing/text-iterator/first-letter-word-boundary.html: 2011-08-18 Alexey Proskuryakov Regional indicator symbols that are combined should behave as a single character when editing https://bugs.webkit.org/show_bug.cgi?id=65395 Reviewed by Dan Bernstein. * editing/selection/regional-indicators-expected.txt: Added. * editing/selection/regional-indicators.html: Added. 2011-08-18 Kentaro Hara An EventSource constructor should throw TypeError, when the number of arguments is not enough. https://bugs.webkit.org/show_bug.cgi?id=66454 Reviewed by Adam Barth. The spec is here: http://www.w3.org/TR/WebIDL/#es-operations. * fast/eventsource/eventsource-constructor-expected.txt: Changed SyntaxError to TypeError. 2011-08-18 Kentaro Hara A SharedWorker constructor should throw TypeError, when the number of arguments is not enough. https://bugs.webkit.org/show_bug.cgi?id=66455 Reviewed by Adam Barth. The spec is here: http://www.w3.org/TR/WebIDL/#es-operations. * fast/workers/shared-worker-constructor-expected.txt: Changed SyntaxError to TypeError. 2011-08-18 Kentaro Hara A Worker constructor should throw TypeError, when the number of arguments is not enough https://bugs.webkit.org/show_bug.cgi?id=66456 Reviewed by Adam Barth. Spec is here: http://www.w3.org/TR/WebIDL/#es-operations. * fast/workers/worker-constructor-expected.txt: Changed SyntaxError to TypeError. 2011-08-18 Ryosuke Niwa Add a test to ensure WebKit does not paste contents before https://bugs.webkit.org/show_bug.cgi?id=66481 Reviewed by Alexey Proskuryakov. Add a regression test since this bug has been fixed by r92695. * editing/pasteboard/paste-delete-insertion-position-skip-paragraph-expected.txt: Added. * editing/pasteboard/paste-delete-insertion-position-skip-paragraph.html: Added. 2011-08-18 James Robinson [chromium] Draw the root/"non-composited content" in compositor side https://bugs.webkit.org/show_bug.cgi?id=58834 Reviewed by Darin Fisher. Update pixel baselines that changes due to subtle blending differences, primarily on scrollbars. I don't know why these keep changing. * compositing/checkerboard-expected.png: * platform/chromium-gpu-linux/compositing/direct-image-compositing-expected.png: * platform/chromium-gpu-linux/compositing/geometry/fixed-in-composited-expected.png: * platform/chromium-gpu-linux/compositing/geometry/horizontal-scroll-composited-expected.png: * platform/chromium-gpu-linux/compositing/geometry/tall-page-composited-expected.png: * platform/chromium-gpu-linux/compositing/geometry/video-fixed-scrolling-expected.png: * platform/chromium-gpu-linux/compositing/images/direct-image-background-color-expected.png: * platform/chromium-gpu-linux/compositing/layers-inside-overflow-scroll-expected.png: * platform/chromium-gpu-linux/compositing/masks/masked-ancestor-expected.png: * platform/chromium-gpu-linux/compositing/masks/simple-composited-mask-expected.png: * platform/chromium-gpu-linux/compositing/overflow/overflow-scroll-expected.png: * platform/chromium-gpu-linux/compositing/self-painting-layers-expected.png: * platform/chromium-gpu-linux/compositing/webgl/webgl-background-color-expected.png: * platform/chromium-gpu-linux/fast/canvas/canvas-text-alignment-expected.png: * platform/chromium-gpu-linux/fast/canvas/image-object-in-canvas-expected.png: * platform/chromium-gpu-linux/media/video-zoom-expected.png: * platform/chromium-gpu-linux/platform/chromium/compositing/layout-width-change-expected.png: 2011-08-18 James Simonsen Revalidate expired resources if they're requested after the initial document load https://bugs.webkit.org/show_bug.cgi?id=52153 Reviewed by Antti Koivisto. * http/tests/cache/subresource-multiple-instances-expected.txt: Added. * http/tests/cache/subresource-multiple-instances.html: Added. 2011-08-18 Tony Chang [chromium] Marking tests needing win/linux baselines as such in test_expectations.txt. * platform/chromium/test_expectations.txt: 2011-08-18 Ryosuke Niwa Dump-as-markup conversion: editing/pasteboard/block-wrappers-necessary.html https://bugs.webkit.org/show_bug.cgi?id=66420 Reviewed by Kent Tamura. Converted the test. * editing/pasteboard/block-wrappers-necessary-expected.txt: Added. * editing/pasteboard/block-wrappers-necessary.html: * platform/chromium-cg-mac-leopard/editing/pasteboard/block-wrappers-necessary-expected.png: Removed. * platform/chromium-linux/editing/pasteboard/block-wrappers-necessary-expected.png: Removed. * platform/chromium-win-vista/editing/pasteboard/block-wrappers-necessary-expected.png: Removed. * platform/chromium-win/editing/pasteboard/block-wrappers-necessary-expected.png: Removed. * platform/chromium-win/editing/pasteboard/block-wrappers-necessary-expected.txt: Removed. * platform/gtk/editing/pasteboard/block-wrappers-necessary-expected.png: Removed. * platform/gtk/editing/pasteboard/block-wrappers-necessary-expected.txt: Removed. * platform/mac-leopard/editing/pasteboard/block-wrappers-necessary-expected.png: Removed. * platform/mac/editing/pasteboard/block-wrappers-necessary-expected.png: Removed. * platform/mac/editing/pasteboard/block-wrappers-necessary-expected.txt: Removed. * platform/qt/editing/pasteboard/block-wrappers-necessary-expected.png: Removed. * platform/qt/editing/pasteboard/block-wrappers-necessary-expected.txt: Removed. 2011-08-17 Ryosuke Niwa Dump-as-markup conversion: editing/pasteboard/5368833.html https://bugs.webkit.org/show_bug.cgi?id=66416 Reviewed by Kent Tamura. Converted the test and also renamed the test to a more descriptive name. * editing/pasteboard/5368833.html: Removed. * editing/pasteboard/paste-blockquote-and-paragraph-break-expected.txt: Added. * editing/pasteboard/paste-blockquote-and-paragraph-break.html: Copied from LayoutTests/editing/pasteboard/5368833.html. * platform/chromium-linux/editing/pasteboard/5368833-expected.png: Removed. * platform/chromium-win/editing/pasteboard/5368833-expected.png: Removed. * platform/chromium-win/editing/pasteboard/5368833-expected.txt: Removed. * platform/gtk/editing/pasteboard/5368833-expected.txt: Removed. * platform/mac-leopard/editing/pasteboard/5368833-expected.png: Removed. * platform/mac/editing/pasteboard/5368833-expected.png: Removed. * platform/mac/editing/pasteboard/5368833-expected.txt: Removed. * platform/qt/editing/pasteboard/5368833-expected.txt: Removed. 2011-08-18 Tony Chang Update chromium gpu expected results after r93275. * platform/chromium-gpu-win/fast/canvas/canvas-composite-expected.png: Removed. * platform/chromium/test_expectations.txt: 2011-08-18 Tony Chang Update baselines for mac and win after test changes/fixes in r93275. * platform/chromium-cg-mac/fast/canvas/canvas-composite-expected.png: * platform/chromium-win/fast/canvas/canvas-composite-expected.png: * platform/chromium-win/fast/canvas/canvas-composite-transformclip-expected.png: Added. * platform/chromium/test_expectations.txt: 2011-08-18 Tony Chang Add checksums to png results. Still trying to find out why they went missing in the first place. * fast/frames/frame-set-scaling-3d-expected.png: * fast/frames/frame-set-scaling-centered-expected.png: * fast/frames/frame-set-scaling-expected.png: * fast/frames/frame-set-scaling-rotate-expected.png: * fast/frames/frame-set-scaling-skew-expected.png: 2011-08-17 Ryosuke Niwa dump-as-markup conversion: editing/pasteboard/testcase-9507.html https://bugs.webkit.org/show_bug.cgi?id=66448 Reviewed by Kent Tamura. Converted the test. * editing/pasteboard/testcase-9507-expected.txt: Added. * editing/pasteboard/testcase-9507.html: * platform/chromium-linux/editing/pasteboard/testcase-9507-expected.png: Removed. * platform/chromium-win/editing/pasteboard/testcase-9507-expected.png: Removed. * platform/chromium-win/editing/pasteboard/testcase-9507-expected.txt: Removed. * platform/gtk/editing/pasteboard/testcase-9507-expected.png: Removed. * platform/gtk/editing/pasteboard/testcase-9507-expected.txt: Removed. * platform/mac-leopard/editing/pasteboard/testcase-9507-expected.png: Removed. * platform/mac/editing/pasteboard/testcase-9507-expected.png: Removed. * platform/mac/editing/pasteboard/testcase-9507-expected.txt: Removed. * platform/qt/editing/pasteboard/testcase-9507-expected.txt: Removed. 2011-08-18 Andrey Kosyakov Web Inspector: [Extensions API] rename webInspector.resources to webInspector.network https://bugs.webkit.org/show_bug.cgi?id=66460 Reviewed by Pavel Feldman. * http/tests/inspector/extensions-network-redirect-expected.txt: Added. * http/tests/inspector/extensions-network-redirect.html: Renamed from LayoutTests/http/tests/inspector/extensions-resources-redirect.html. * http/tests/inspector/extensions-network-test.js: Renamed from LayoutTests/http/tests/inspector/extensions-resources-test.js. (extension_getRequestByUrl.onHAR): (extension_getRequestByUrl): * http/tests/inspector/extensions-resources-redirect-expected.txt: Removed. * http/tests/inspector/extensions-useragent-expected.txt: * http/tests/inspector/extensions-useragent.html: * inspector/extensions/extensions-api-expected.txt: * inspector/extensions/extensions-events-expected.txt: * inspector/extensions/extensions-events.html: * inspector/extensions/extensions-network-expected.txt: Renamed from LayoutTests/inspector/extensions/extensions-resources-expected.txt. * inspector/extensions/extensions-network.html: Renamed from LayoutTests/inspector/extensions/extensions-resources.html. 2011-08-18 Chang Shu [Windows] editing/input/password-echo-passnode2.html, editing/input/password-echo-passnode3.html, editing/input/password-echo-passnode.html, editing/input/password-echo-textnode.html failing on Windows since they were added https://bugs.webkit.org/show_bug.cgi?id=66461 Reviewed by Adam Roben. Skip the above tests as window.textInputController is not supported on windows. * platform/win/Skipped: 2011-08-18 Andras Becsi iframe and frameset scaling is broken https://bugs.webkit.org/show_bug.cgi?id=57785 Add missing Qt results for tests added in r93287. Unreviewed gardening. * platform/qt/fast/frames/iframe-scaling-with-scroll-expected.txt: Added. * platform/qt/fast/text/midword-break-before-surrogate-pair-2-expected.txt: Added. 2011-08-18 Pavel Podivilov Web Inspector: extract content loading functions from RawSourceCode to ContentProvider implementations. https://bugs.webkit.org/show_bug.cgi?id=66237 Reviewed by Pavel Feldman. * inspector/debugger/content-providers-expected.txt: Added. * inspector/debugger/content-providers.html: Added. 2011-08-18 Alexandru Chiculita [CSSRegions] RenderRegion should not reference a parent RenderFlowThread https://bugs.webkit.org/show_bug.cgi?id=66142 Reviewed by David Hyatt. * fast/regions/flows-dependency-dynamic-remove-expected.txt: Added. * fast/regions/flows-dependency-dynamic-remove.html: Added. * fast/regions/flows-dependency-same-flow-expected.txt: Added. * fast/regions/flows-dependency-same-flow.html: Added. 2011-08-18 Vitaly Repeshko [chromium] Updating test expectations. Unreviewed. * platform/chromium/test_expectations.txt: 2011-08-18 Vitaly Repeshko [chromium] Updating test expectations. Unreviewed. * platform/chromium/test_expectations.txt: 2011-08-18 Pavel Podivilov Web Inspector: add UISourceCode class. https://bugs.webkit.org/show_bug.cgi?id=66233 Reviewed by Pavel Feldman. * inspector/debugger/ui-source-code-expected.txt: Added. * inspector/debugger/ui-source-code.html: Added. 2011-08-18 Ryosuke Niwa Dump-as-markup conversion: editing/pasteboard/paste-text-010.html and editing/pasteboard/paste-text-015.html https://bugs.webkit.org/show_bug.cgi?id=66440 Reviewed by Kent Tamura. Converted the tests. * editing/pasteboard/paste-text-010-expected.txt: Added. * editing/pasteboard/paste-text-010.html: * editing/pasteboard/paste-text-015-expected.txt: Added. * editing/pasteboard/paste-text-015.html: * platform/chromium-linux/editing/pasteboard/paste-text-010-expected.png: Removed. * platform/chromium-linux/editing/pasteboard/paste-text-015-expected.png: Removed. * platform/chromium-win/editing/pasteboard/paste-text-010-expected.png: Removed. * platform/chromium-win/editing/pasteboard/paste-text-010-expected.txt: Removed. * platform/chromium-win/editing/pasteboard/paste-text-015-expected.png: Removed. * platform/chromium-win/editing/pasteboard/paste-text-015-expected.txt: Removed. * platform/gtk/editing/pasteboard/paste-text-010-expected.txt: Removed. * platform/gtk/editing/pasteboard/paste-text-015-expected.txt: Removed. * platform/mac/editing/pasteboard/paste-text-010-expected.png: Removed. * platform/mac/editing/pasteboard/paste-text-010-expected.txt: Removed. * platform/mac/editing/pasteboard/paste-text-015-expected.png: Removed. * platform/mac/editing/pasteboard/paste-text-015-expected.txt: Removed. * platform/qt/editing/pasteboard/paste-text-010-expected.txt: Removed. * platform/qt/editing/pasteboard/paste-text-015-expected.txt: Removed. 2011-08-18 Ryosuke Niwa Dump-as-markup conversion: editing/pasteboard/paste-text-017.html and editing/pasteboard/paste-text-018.html https://bugs.webkit.org/show_bug.cgi?id=66443 Reviewed by Kent Tamura. Converted the tests. * editing/pasteboard/paste-text-017-expected.txt: Added. * editing/pasteboard/paste-text-017.html: * editing/pasteboard/paste-text-018-expected.txt: Added. * editing/pasteboard/paste-text-018.html: * platform/chromium-linux/editing/pasteboard/paste-text-017-expected.png: Removed. * platform/chromium-linux/editing/pasteboard/paste-text-018-expected.png: Removed. * platform/chromium-win/editing/pasteboard/paste-text-017-expected.png: Removed. * platform/chromium-win/editing/pasteboard/paste-text-017-expected.txt: Removed. * platform/chromium-win/editing/pasteboard/paste-text-018-expected.png: Removed. * platform/chromium-win/editing/pasteboard/paste-text-018-expected.txt: Removed. * platform/gtk/editing/pasteboard/paste-text-017-expected.png: Removed. * platform/gtk/editing/pasteboard/paste-text-017-expected.txt: Removed. * platform/gtk/editing/pasteboard/paste-text-018-expected.png: Removed. * platform/gtk/editing/pasteboard/paste-text-018-expected.txt: Removed. * platform/mac/editing/pasteboard/paste-text-017-expected.png: Removed. * platform/mac/editing/pasteboard/paste-text-017-expected.txt: Removed. * platform/mac/editing/pasteboard/paste-text-018-expected.png: Removed. * platform/mac/editing/pasteboard/paste-text-018-expected.txt: Removed. * platform/qt/editing/pasteboard/paste-text-017-expected.txt: Removed. * platform/qt/editing/pasteboard/paste-text-018-expected.txt: Removed. 2011-08-18 Filip Pizlo [jsfunfuzz] DFG speculative JIT does divide-by-zero checks incorrectly https://bugs.webkit.org/show_bug.cgi?id=66426 Reviewed by Oliver Hunt. Added a trivial test of mod-by-zero, which fails with the previous version of the DFG speculative JIT. * fast/js/mod-by-zero-expected.txt: Added. * fast/js/mod-by-zero.html: Added. * fast/js/script-tests/mod-by-zero.js: Added. (mod): 2011-08-18 Steve Block Remove TIMEOUT expectation for fast/canvas/webgl/uninitialized-test.html http://code.google.com/p/chromium/issues/detail?id=93044 This test should now pass after Chromium rolled V8 to 3.5.6 in r97287. Unreviewed gardening. * platform/chromium/test_expectations.txt: 2011-08-18 Adam Klein Handle "form" attribute updates in parseMappedAttribute() instead of attributeChanged() to better match HTMLElement practices https://bugs.webkit.org/show_bug.cgi?id=66321 Reviewed by Darin Adler. Added new coverage to ensure that adding a radio button to a radio group in the document by removing a form attribute leaves the group in a valid state (no more than one button checked). Beefed up coverage of form associated elements to better cover HTMLObjectElement. * fast/forms/form-attribute-expected.txt: * fast/forms/radio-remove-form-attr-expected.txt: Added. * fast/forms/radio-remove-form-attr.html: Added. * fast/forms/script-tests/form-attribute.js: Added coverage of behavior. 2011-08-18 Chang Shu Add support of setPasswordEchoEnabled and setPasswordEchoDuration for password echo feature https://bugs.webkit.org/show_bug.cgi?id=66052 Reviewed by Alexey Proskuryakov. Added tests. * editing/input/password-echo-passnode-expected.txt: Added. * editing/input/password-echo-passnode.html: Added. * editing/input/password-echo-passnode2-expected.txt: Added. * editing/input/password-echo-passnode2.html: Added. * editing/input/password-echo-passnode3-expected.txt: Added. * editing/input/password-echo-passnode3.html: Added. * editing/input/password-echo-textnode-expected.txt: Added. * editing/input/password-echo-textnode.html: Added. * editing/input/resources: Added. * editing/input/resources/password-echo.js: Added. (secureChar): (secureText): (log): (assert): (run.else): (run): (init): * platform/wk2/Skipped: No support yet. 2011-08-18 Wyatt Carss Selecting all and inserting text into a page with a frameset leads to a NULL ptr https://bugs.webkit.org/show_bug.cgi?id=66288 This test selects all and inserts text in a page which contains a frameset. It tests for a crash caused by a NULL ptr which can occur in InsertText::doApply. Reviewed by Tony Chang. * editing/inserting/insert-text-into-empty-frameset-crash-expected.txt: Added. * editing/inserting/insert-text-into-empty-frameset-crash.html: Added. 2011-08-18 Renata Hodovan [Qt] Correct the path in the Skipped list after 93283. Unreviewed gardening. * platform/qt/Skipped: 2011-08-18 Fady Samuel iframe and frameset scaling is broken https://bugs.webkit.org/show_bug.cgi?id=57785 Added tests to verify that framesets and iframes are scaled and positioned correctly. Reviewed by Simon Fraser. * fast/frames/frame-set-scaling-3d-expected.png: Added. * fast/frames/frame-set-scaling-3d-expected.txt: Added. * fast/frames/frame-set-scaling-3d.html: Added. * fast/frames/frame-set-scaling-centered-expected.png: Added. * fast/frames/frame-set-scaling-centered-expected.txt: Added. * fast/frames/frame-set-scaling-centered.html: Added. * fast/frames/frame-set-scaling-expected.png: Added. * fast/frames/frame-set-scaling-expected.txt: Added. * fast/frames/frame-set-scaling-rotate-expected.png: Added. * fast/frames/frame-set-scaling-rotate-expected.txt: Added. * fast/frames/frame-set-scaling-rotate.html: Added. * fast/frames/frame-set-scaling-skew-expected.png: Added. * fast/frames/frame-set-scaling-skew-expected.txt: Added. * fast/frames/frame-set-scaling-skew.html: Added. * fast/frames/frame-set-scaling.html: Added. * fast/frames/iframe-scaling-with-scroll.html: Added. * platform/chromium-linux/fast/frames/iframe-scaling-with-scroll-expected.png: Added. * platform/chromium-linux/fast/frames/iframe-scaling-with-scroll-expected.txt: Added. * platform/chromium/test_expectations.txt: * platform/mac/fast/frames/iframe-scaling-with-scroll-expected.png: Added. * platform/mac/fast/frames/iframe-scaling-with-scroll-expected.txt: Added. 2011-08-17 Balazs Kelemen [Qt] Unreviewed gardening * platform/qt/Skipped: Skip new failures. 2011-08-17 Hayato Ito Implement proper handling of focus/blur events in regard to shadow DOM boundaries. https://bugs.webkit.org/show_bug.cgi?id=61421 Reviewed by Dimitri Glazkov. Introduces FocusEventDispatchMediator/BlurEventDispatchMediator so that focus/blue events are stopped at the lowest common shadow boundary. * fast/dom/shadow/shadow-boundary-events.html: 2011-08-17 Ben Wells Canvas fill and fillRect with SourceIn, DestinationIn, SourceOut, DestinationAtop and Copy have errors https://bugs.webkit.org/show_bug.cgi?id=66036 Reviewed by James Robinson. * fast/canvas/canvas-composite-alpha.html: * fast/canvas/canvas-composite-transformclip-expected.txt: Added. * fast/canvas/canvas-composite-transformclip.html: Added. * platform/chromium-linux/fast/canvas/canvas-composite-expected.png: * platform/chromium-linux/fast/canvas/canvas-composite-transformclip-expected.png: Added. * platform/chromium/test_expectations.txt: * platform/mac/fast/canvas/canvas-composite-expected.png: * platform/mac/fast/canvas/canvas-composite-transformclip-expected.png: Added. 2011-08-17 Tony Chang [chromium] remove stale result and mark 3 new authentication tests as failing because chromium drt is missing a function. Also mark midword-break-before-surrogate-pair-2.html as failing on mac. * platform/chromium-cg-mac/http/tests/misc/authentication-sent-to-redirect-expected.txt: Removed. * platform/chromium-win/http/tests/misc/authentication-sent-to-redirect-expected.txt: Removed. * platform/chromium/test_expectations.txt: 2011-08-17 Tony Chang [chromium] fast/text/midword-break-before-surrogate-pair-2.html is failing on win and linux due to missing glyph. * platform/chromium/test_expectations.txt: 2011-08-17 Brady Eidson https://bugs.webkit.org/show_bug.cgi?id=66354 and Regression: On Lion, redirects lose HTTP authentication headers These have to be in different paths to prevent credentials from leaking over from test to test. Sad sad sad... Reviewed by Alexey Proskuryakov. * http/tests/misc/authentication-redirect-1: Added. * http/tests/misc/authentication-redirect-1/authentication-sent-to-redirect-cross-origin-expected.txt: Copied from LayoutTests/http/tests/misc/authentication-sent-to-redirect-expected.txt. * http/tests/misc/authentication-redirect-1/authentication-sent-to-redirect-cross-origin.html: Copied from LayoutTests/http/tests/misc/authentication-sent-to-redirect.html. * http/tests/misc/authentication-redirect-1/resources: Added. * http/tests/misc/authentication-redirect-1/resources/auth-echo.php: Copied from LayoutTests/http/tests/misc/resources/auth-echo.php. * http/tests/misc/authentication-redirect-1/resources/auth-then-redirect.php: Copied from LayoutTests/http/tests/misc/resources/auth-then-redirect.php. * http/tests/misc/authentication-redirect-2: Added. * http/tests/misc/authentication-redirect-2/authentication-sent-to-redirect-same-origin-expected.txt: Added. * http/tests/misc/authentication-redirect-2/authentication-sent-to-redirect-same-origin.html: Added. * http/tests/misc/authentication-redirect-2/resources: Added. * http/tests/misc/authentication-redirect-2/resources/auth-echo.php: Copied from LayoutTests/http/tests/misc/resources/auth-echo.php. * http/tests/misc/authentication-redirect-2/resources/auth-then-redirect.php: Copied from LayoutTests/http/tests/misc/resources/auth-then-redirect.php. * http/tests/misc/authentication-redirect-3: Added. * http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials-expected.txt: Added. * http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials.html: Added. * http/tests/misc/authentication-redirect-3/resources: Added. * http/tests/misc/authentication-redirect-3/resources/auth-echo.php: Copied from LayoutTests/http/tests/misc/resources/auth-echo.php. * http/tests/misc/authentication-redirect-3/resources/auth-then-redirect-with-url-credentials.php: Added. * http/tests/misc/authentication-redirect-3/resources/auth-then-redirect.php: Copied from LayoutTests/http/tests/misc/resources/auth-then-redirect.php. * http/tests/misc/authentication-sent-to-redirect-expected.txt: Removed. * http/tests/misc/authentication-sent-to-redirect.html: Removed. * http/tests/misc/resources/auth-echo.php: Removed. * http/tests/misc/resources/auth-then-redirect.php: Removed. 2011-08-17 Ryosuke Niwa Dump-as-markup conversion: editing/inserting/insert-3786362-fix.html https://bugs.webkit.org/show_bug.cgi?id=66396 Reviewed by Chang Shu. Converted the test. * editing/inserting/insert-3786362-fix-expected.txt: Added. * editing/inserting/insert-3786362-fix.html: * platform/chromium-linux/editing/inserting/insert-3786362-fix-expected.png: Removed. * platform/chromium-win/editing/inserting/insert-3786362-fix-expected.png: Removed. * platform/chromium-win/editing/inserting/insert-3786362-fix-expected.txt: Removed. * platform/gtk/editing/inserting/insert-3786362-fix-expected.png: Removed. * platform/gtk/editing/inserting/insert-3786362-fix-expected.txt: Removed. * platform/mac-leopard/editing/inserting/insert-3786362-fix-expected.png: Removed. * platform/mac/editing/inserting/insert-3786362-fix-expected.png: Removed. * platform/mac/editing/inserting/insert-3786362-fix-expected.txt: Removed. * platform/qt/editing/inserting/insert-3786362-fix-expected.txt: Removed. 2011-08-17 Chris Fleizach Accessibility stack exhaustion using role attribute https://bugs.webkit.org/show_bug.cgi?id=65174 Reviewed by Darin Adler. * accessibility/crash-determining-aria-role-when-label-present-expected.txt: Added. * accessibility/crash-determining-aria-role-when-label-present.html: Added. 2011-08-17 Dan Bernstein Mid-word breaks can occur in the middle of a surrogate pair https://bugs.webkit.org/show_bug.cgi?id=66402 Reviewed by Dave Hyatt. * fast/text/midword-break-before-surrogate-pair-2.html: Added. 2011-08-17 Ryosuke Niwa Rebaseline for Windows, Chromium Windows, and Chromium Linux after r93221. * platform/win/editing/selection/collapse-selection-in-bidi-expected.txt: Added. 2011-08-17 Adam Roben Update Windows results after r91493 * platform/win/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png: * platform/win/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: 2011-08-17 Adam Roben Update Windows Results for svg/W3C-SVG-1.1-SE/text-intro-05-t.svg * platform/win-xp/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png: Copied from LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png. * platform/win-xp/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Copied from LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt. These results were checked in to platform/win but were really XP-specific. * platform/win/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png: * platform/win/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Updated these results for Windows 7. 2011-08-17 Tony Chang [chromium] Mark fast/canvas/webgl/data-view-crash.html as flaky on linux debug. * platform/chromium/test_expectations.txt: 2011-08-17 Abhishek Arya Tests that we do not crash when iterating through stylesheet candidate list hashset. https://bugs.webkit.org/show_bug.cgi?id=66335 Reviewed by Simon Fraser. * svg/dom/resources/stylesheet-candidate-node-crash.svg: Added. * svg/dom/stylesheet-candidate-node-crash-main-expected.txt: Added. * svg/dom/stylesheet-candidate-node-crash-main.html: Added. 2011-08-17 Sam White AccessibilityObject levels are inconsistent https://bugs.webkit.org/show_bug.cgi?id=66180 This test ensures that all AccessibilityObjects that return a level value return consistent results. For example, a level of 0 should only be returned by a level function when it is called on an AccessibilityObject of the wrong type. It's especially important that we enforce this consistency using layout tests because these level values are not defined by the W3C but are still used by popular screen readers such as VoiceOver. Reviewed by Chris Fleizach. * platform/mac/accessibility/element-level-expected.txt: Added. * platform/mac/accessibility/element-level.html: Added. 2011-08-17 Ryosuke Niwa An arrow key collapses directionless selection range in the wrong direction in BiDi https://bugs.webkit.org/show_bug.cgi?id=64626 Reviewed by Darin Adler. Added a test to ensure collapsing directionless selection respects the direction of text around the selection's end points. * editing/selection/collapse-selection-in-bidi-expected.txt: Added. * editing/selection/collapse-selection-in-bidi.html: Added. 2011-08-17 Steve Block Unreviewed, rolling out r93204. http://trac.webkit.org/changeset/93204 https://bugs.webkit.org/show_bug.cgi?id=66375 Test no longer crashing since r93171 * platform/chromium/test_expectations.txt: 2011-08-17 Tony Chang [chromium] Add chromium baselines for tests added in r93144. * platform/chromium-cg-mac-leopard/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Added. * platform/chromium-cg-mac-leopard/fast/repaint/line-flow-with-floats-in-regions-expected.png: Added. * platform/chromium-cg-mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Added. * platform/chromium-cg-mac/fast/repaint/line-flow-with-floats-in-regions-expected.png: Added. * platform/chromium-cg-mac/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.png: Added. * platform/chromium-win/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.png: Added. * platform/chromium/test_expectations.txt: 2011-08-17 Tony Chang [chromium] Mark svg/custom/repaint-shadow.svg and media/media-blocked-by-beforeload.html as flaky. * platform/chromium/test_expectations.txt: 2011-08-17 Tony Chang [chromium] Fix typo in test_expectations.txt. * platform/chromium/test_expectations.txt: 2011-08-17 Adam Roben Skip another test on Windows * platform/win/Skipped: Added fast/dom/shadow/tree-scope-crash.html. 2011-08-17 Steve Block Web Inspector: http/tests/inspector/network/disabled-cache-crash.html flaky https://bugs.webkit.org/show_bug.cgi?id=65558 Add TIMEOUT expectation. Unreviewed gardening. * platform/chromium/test_expectations.txt: 2011-08-17 Adam Roben Add Windows expected failure results for text-combine-image-test.html Failure is tracked by . * platform/win/fast/text/international/text-combine-image-test-expected.png: * platform/win/fast/text/international/text-combine-image-test-expected.txt: 2011-08-17 Adam Roben Add Windows expected failure results for new test added in r93068 Failure is tracked by . * platform/win/editing/deleting/regional-indicators-expected.txt: Added. 2011-08-17 Adam Roben Add Windows results for new test added in r91777 * platform/win/fast/css/font-family-pictograph-expected.png: Added. * platform/win/fast/css/font-family-pictograph-expected.txt: Added. 2011-08-17 Adam Roben Add Windows results for tests that differ from Lion due to font differences These tests started failing in r93107 when I made Windows fall back to Lion results instead of SnowLeopard results. This is good in general, but these particular tests happen to give SnowLeopard-ish results due to some fonts that changed in Lion. * platform/win/css1/font_properties/font-expected.png: Added. * platform/win/css1/font_properties/font-expected.txt: Copied from platform/mac-snowleopard/css1/font_properties/font-expected.txt. * platform/win/css2.1/t1508-c527-font-05-b-expected.png: Added. * platform/win/css2.1/t1508-c527-font-05-b-expected.txt: Copied from platform/mac-snowleopard/css2.1/t1508-c527-font-05-b-expected.txt: Added. * platform/win/css2.1/t1508-c527-font-10-c-expected.png: Added. * platform/win/css2.1/t1508-c527-font-10-c-expected.txt: Copied from platform/mac-snowleopard/css2.1/t1508-c527-font-10-c-expected.txt. * platform/win/fast/text/capitalize-boundaries-expected.png: Added. * platform/win/fast/text/capitalize-boundaries-expected.txt: Copied from platform/win/fast/text/capitalize-boundaries-expected.txt. 2011-08-17 Adam Roben Add Windows expected failures results for new test added in r93144 Failure is tracked by . * platform/win/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Added. * platform/win/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt: Added. 2011-08-17 Steve Block http/tests/misc/font-face-in-multiple-segmented-faces.html assertion failure on Chromium https://bugs.webkit.org/show_bug.cgi?id=66375 Sets a CRASH expectation for Windows debug. Unreviewed gardening. * platform/chromium/test_expectations.txt: 2011-08-17 Steve Block Set failing TEXT expectation for http/tests/security/mixedContent/insecure-plugin-in-iframe.html for all build flavors http://crbug.com/26042 The test already has a failing TEXT expectation for DEBUG and for LINUX RELEASE, but we're now seeing failures on Mac10.6. It looks like it's generally flaky. Unreviewed gardening. * platform/chromium/test_expectations.txt: 2011-08-17 Steve Block Unreviewed, rolling out r93186. http://trac.webkit.org/changeset/93186 https://bugs.webkit.org/show_bug.cgi?id=66114 Breaks LayoutTests on Chromium canary bots * compositing/backface-visibility-hierarchical-transform-expected.png: Removed. * compositing/backface-visibility-hierarchical-transform-expected.txt: Removed. * compositing/backface-visibility-hierarchical-transform.html: Removed. 2011-08-17 Csaba Osztrogonác [Qt] REGRESSION after r93011 https://bugs.webkit.org/show_bug.cgi?id=66212 Unreviewed gardening. * platform/qt-4.8/Skipped: - Unskip fast/css/font-face-opentype.html. - Unskip http/tests/security/cross-frame-access-put.html, because it passes now. * platform/qt-4.8/fast/css/font-face-opentype-expected.txt: Update Qt 4.8 specific expected result. 2011-08-17 Csaba Osztrogonác [Qt] Unreviewed gardening. * platform/qt/Skipped: - Unskip tests removed by r93095. - Skip fast/repaint/japanese-rl-selection-repaint-in-regions.html introduced in r93144. * platform/qt/fast/repaint/line-flow-with-floats-in-regions-expected.png: Added. (test introduced in r93144) * platform/qt/fast/repaint/line-flow-with-floats-in-regions-expected.txt: Added. (test introduced in r93144) * platform/qt/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.png: Added. (test introduced in r93144) * platform/qt/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.txt: Added. (test introduced in r93144) 2011-08-16 Andrey Kosyakov Web Inspector: maintain visible view hierarchy and dispatch common view events automatically https://bugs.webkit.org/show_bug.cgi?id=66131 Reviewed by Pavel Feldman. * inspector/view-events-expected.txt: Added. * inspector/view-events.html: Added. 2011-08-16 Adam Barth Add new chromium-mac-leopard directory to match the chromium-mac that tony^work added. This directory will house Skia results for Chromium Mac. * platform/chromium-mac-leopard: Added. 2011-08-16 Hayato Ito Add two sample mismatch reftests to make sure that reftests work correctly. https://bugs.webkit.org/show_bug.cgi?id=66218 Reviewed by Tony Chang. One mismatch reftest is expected to pass, the other is expected to fail. The failed one is marked as 'WONTFIX' in test expectations in chromium port and is skipped in other ports. * fast/harness/sample-fail-mismatch-reftest-expected-mismatch.html: Added. * fast/harness/sample-fail-mismatch-reftest.html: Added. * fast/harness/sample-mismatch-reftest-expected-mismatch.html: Added. * fast/harness/sample-mismatch-reftest.html: Added. * platform/chromium/test_expectations.txt: * platform/gtk/Skipped: * platform/mac/Skipped: * platform/qt/Skipped: * platform/win/Skipped: 2011-08-16 Shawn Singh Computing screen-space transform for LayerChromium and CCLayerImpl https://bugs.webkit.org/show_bug.cgi?id=66114 Reviewed by James Robinson. This case tests if backface visibility properly accounts for a hierarchy of transforms. * compositing/backface-visibility-hierarchical-transform-expected.png: Added. * compositing/backface-visibility-hierarchical-transform-expected.txt: Added. * compositing/backface-visibility-hierarchical-transform.html: Added. 2011-08-16 Ryosuke Niwa More rebaselines for Windows WebKit2 port. * platform/win-wk2/editing/deleting/delete-at-paragraph-boundaries-008-expected.txt: * platform/win-wk2/editing/deleting/delete-ws-fixup-003-expected.txt: * platform/win-wk2/editing/deleting/delete-ws-fixup-004-expected.txt: 2011-08-16 Hayato Ito Implement proper handling of events which happen in children of shadow hosts. https://bugs.webkit.org/show_bug.cgi?id=66285 Reviewed by Dimitri Glazkov. Fix the issue where a shadow host stops an event propagation if an event happens at the children of shadow hosts, outside of the shadow root. * fast/dom/shadow/details-summary-mouseover-expected.txt: Removed. * fast/dom/shadow/details-summary-mouseover.html: Removed. * fast/dom/shadow/shadow-contents-event-expected.txt: Added. * fast/dom/shadow/shadow-contents-event.html: Added. 2011-08-16 Wyatt Carss win-wk2 needs updated baselines for some editing tests https://bugs.webkit.org/show_bug.cgi?id=66344 win-wk2 didn't have some necessary baselines for an earlier patch; they have been copied directly from LayoutTests/platform/chromium-win Reviewed by Ryosuke Niwa. * platform/win-wk2/editing/deleting: Added. * platform/win-wk2/editing/deleting/delete-at-paragraph-boundaries-008-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/deleting/delete-at-paragraph-boundaries-008-expected.txt. * platform/win-wk2/editing/deleting/delete-ws-fixup-003-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/deleting/delete-ws-fixup-003-expected.txt. * platform/win-wk2/editing/deleting/delete-ws-fixup-004-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/deleting/delete-ws-fixup-004-expected.txt. * platform/win-wk2/editing/selection/transformed-selection-rects-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/selection/transformed-selection-rects-expected.txt. 2011-08-16 Tony Chang Add placeholder directories so the chromium canary bots can update. * platform/chromium-mac: Added. * platform/chromium-mac/fast: Added. * platform/chromium-mac/fast/events: Added. * platform/chromium-mac/http: Added. * platform/chromium-mac/http/tests: Added. * platform/chromium-mac/http/tests/workers: Added. * platform/chromium-mac/storage: Added. * platform/chromium-mac/storage/domstorage: Added. 2011-08-16 Joseph Pecoraro Unreviewed, unskipping the test. ASSERT in fast/css/custom-font-xheight.html https://bugs.webkit.org/show_bug.cgi?id=66328 * platform/chromium/test_expectations.txt: Test should no longer ASSERT. 2011-08-16 Ryosuke Niwa Skip tests modified by r93134 on WebKit2 since they now sets editing behavior explicitly, which WebKitTestRunner does not support yet. * platform/wk2/Skipped: 2011-08-16 Tony Chang [chromium] fast/css/custom-font-xheight.html is asserting on all chromium builds. Also mark 2 repaint tests as failing on mac. * platform/chromium/test_expectations.txt: 2011-08-16 Tony Chang [chromium] fast/repaint/canvas-putImageData.html is now passing because of the win baselines added in r93139. * platform/chromium/test_expectations.txt: 2011-08-16 Adam Roben Add Windows results for scripts-panel.html The Windows results match the cross-platform results, not the Mac results. * platform/win/inspector/debugger/scripts-panel-expected.txt: Added. 2011-08-16 Adam Roben Add Windows results for overlapped-iframe-iframe.html The Windows results match the cross-platform results, not the Mac results. * platform/win/compositing/iframes/overlapped-iframe-iframe-expected.txt: Copied from compositing/iframes/overlapped-iframe-iframe-expected.txt. 2011-08-16 Adam Roben Skip another test that relies on eventSender.scalePageBy on Windows * platform/win/Skipped: Added fast/repaint/background-scaling.html. 2011-08-16 Tony Chang [chromium] fast/css/custom-font-xheight.html is hitting an assert in debug on Linux. * platform/chromium/test_expectations.txt: 2011-08-16 Tony Chang [chromium] Mark new tests as failing. Will pull results from the bots when they cycle. * platform/chromium/test_expectations.txt: 2011-08-16 Mihnea Ovidenie Unmatrix algorithm implementation is wrong https://bugs.webkit.org/show_bug.cgi?id=66080 Reviewed by Dean Jackson. * animations/animation-matrix-negative-scale-unmatrix-expected.txt: Added. * animations/animation-matrix-negative-scale-unmatrix.html: Added. 2011-08-16 Eric Carlson Make video-controls-no-scripting.html results platform independent. * media/video-controls-no-scripting-expected.txt: * media/video-controls-no-scripting.html: * platform/chromium/media/video-controls-no-scripting-expected.txt: Removed. 2011-08-16 David Hyatt https://bugs.webkit.org/show_bug.cgi?id=66254 Make regions repaint properly. Added new repaint tests. Reviewed by Simon Fraser. * fast/repaint/japanese-rl-selection-repaint-in-regions.html: Added. * fast/repaint/line-flow-with-floats-in-regions.html: Added. * fast/repaint/overflow-flipped-writing-mode-block-in-regions.html: Added. * platform/mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Added. * platform/mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt: Added. * platform/mac/fast/repaint/line-flow-with-floats-in-regions-expected.png: Added. * platform/mac/fast/repaint/line-flow-with-floats-in-regions-expected.txt: Added. * platform/mac/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.png: Added. * platform/mac/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.txt: Added. 2011-08-16 Adam Roben Add Windows expected results for some tests doesn't use accelerated compositing on Windows like it does on Lion. * platform/win/compositing/layer-creation/spanOverlapsCanvas-expected.txt: Copied from platform/mac-snowleopard/compositing/layer-creation/spanOverlapsCanvas-expected.txt. * platform/win/fast/repaint/canvas-putImageData-expected.txt: Copied from platform/mac-snowleopard/fast/repaint/canvas-putImageData-expected.txt. 2011-08-12 Wyatt Carss Programmatically set selection should not have direction on Mac https://bugs.webkit.org/show_bug.cgi?id=60529 Reviewed by Ryosuke Niwa. Added editing/selection/programmatic-selection-on-mac-is-directionless to test selection direction in programmatically set selections on windows, unix, and mac, in plain text, editable divs, text-input fields, and textareas. Modified text baselines for many editing tests, which had a delegate change as a result of the cpp patch. * editing/deleting/delete-ligature-003-expected.txt: * editing/deleting/paragraph-in-preserveNewline-expected.txt: * editing/deleting/whitespace-pre-1-expected.txt: * editing/selection/after-line-break-expected.txt: * platform/mac/editing/deleting/delete-all-text-in-text-field-assertion-expected.txt: * platform/mac/editing/deleting/delete-and-undo-expected.txt: * platform/mac/editing/deleting/delete-at-paragraph-boundaries-008-expected.txt: * platform/mac/editing/deleting/delete-br-002-expected.txt: * platform/mac/editing/deleting/delete-br-004-expected.txt: * platform/mac/editing/deleting/delete-br-005-expected.txt: * platform/mac/editing/deleting/delete-br-006-expected.txt: * platform/mac/editing/deleting/delete-br-009-expected.txt: * platform/mac/editing/deleting/delete-br-010-expected.txt: * platform/mac/editing/deleting/delete-br-011-expected.txt: * platform/mac/editing/deleting/delete-ws-fixup-003-expected.txt: * platform/mac/editing/deleting/delete-ws-fixup-004-expected.txt: * platform/mac/editing/deleting/smart-delete-002-expected.txt: * platform/mac/editing/inserting/insert-3800346-fix-expected.txt: * platform/mac/editing/inserting/insert-at-end-01-expected.txt: * platform/mac/editing/inserting/insert-at-end-02-expected.txt: * platform/mac/editing/inserting/insert-div-010-expected.txt: * platform/mac/editing/inserting/insert-div-013-expected.txt: * platform/mac/editing/inserting/insert-div-015-expected.txt: * platform/mac/editing/inserting/insert-div-019-expected.txt: * platform/mac/editing/inserting/insert-paragraph-03-expected.txt: * platform/mac/editing/pasteboard/3976872-expected.txt: * platform/mac/editing/pasteboard/4076267-2-expected.txt: * platform/mac/editing/pasteboard/4076267-expected.txt: * platform/mac/editing/pasteboard/drag-selected-image-to-contenteditable-expected.txt: * platform/mac/editing/pasteboard/emacs-ctrl-a-k-y-expected.txt: * platform/mac/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt: * platform/mac/editing/pasteboard/paste-text-014-expected.txt: * platform/mac/editing/pasteboard/paste-text-015-expected.txt: * platform/mac/editing/pasteboard/smart-paste-008-expected.txt: * platform/mac/editing/selection/4932260-1-expected.txt: * platform/mac/editing/selection/anchor-focus2-expected.txt: * platform/mac/editing/selection/anchor-focus3-expected.txt: * platform/mac/editing/selection/expanding-selections-expected.txt: * platform/mac/editing/selection/expanding-selections2-expected.txt: * platform/mac/editing/selection/fake-drag-expected.txt: * platform/mac/editing/selection/move-by-word-001-expected.txt: * platform/mac/editing/selection/transformed-selection-rects-expected.txt: * platform/mac/editing/selection/triple-click-in-pre-expected.txt: * platform/mac/editing/style/create-block-for-style-008-expected.txt: * platform/mac/editing/undo/4063751-expected.txt: * platform/mac/editing/undo/undo-forward-delete-boundary-expected.txt: * platform/mac/editing/undo/undo-forward-delete-expected.txt: 2011-08-16 Tony Chang [chromium] Mark svg/wicd/test-rightsizing-a.xhtml as flakey. * platform/chromium/test_expectations.txt: 2011-08-16 Tony Chang [chromium] Mark fast/css/last-of-type-pseudo-class.html as flaky in debug (not just snowleopard). * platform/chromium/test_expectations.txt: 2011-08-16 Adam Roben Add Windows expected results for resource-har-conversion.html While Windows and Lion both agree on the MIME type of the cached .js files, Windows has some extra fields in the request objects. * platform/win/http/tests/inspector/resource-har-conversion-expected.txt: Added. 2011-08-16 Tony Chang Copy the results of http/tests/inspector/resource-har-conversion.html to the chromium platform dir. The mac result (r93112) was getting picked up by the chromium port. * platform/chromium/http/tests/inspector/resource-har-conversion-expected.txt: Added. 2011-08-16 Tony Chang Move media/video-controls-no-scripting-iframe.html into the resources subdir since it's not a standalone test. Also add chromium baseline (the top of the video control is in a different place). * media/resources/video-controls-no-scripting-iframe.html: Renamed from LayoutTests/media/video-controls-no-scripting-iframe.html. * media/video-controls-no-scripting.html: * platform/chromium/media/video-controls-no-scripting-expected.txt: Added. 2011-08-16 Adam Roben Update Windows results for a fast/text test for Safari 5.1's AAS The results are now more like Mac's. Dan Bernstein says this is probably a progression. * platform/win/fast/text/justify-ideograph-leading-expansion-expected.txt: 2011-08-16 Tony Chang [chromium] Mark media/video-source-error.html as flaky in Debug. * platform/chromium/test_expectations.txt: 2011-08-16 Adam Roben Update Windows results after r92890 * platform/win/fast/dom/Window/window-property-descriptors-expected.txt: * platform/win/fast/js/global-constructors-expected.txt: 2011-08-16 Adam Roben Remove Windows-specific hyphenation test results now that hyphenation works on Windows * platform/win/fast/text/hyphenate-first-word-expected.txt: Removed. * platform/win/fast/text/hyphenate-limit-before-after-expected.txt: Removed. * platform/win/fast/text/hyphenate-locale-expected.txt: Removed. 2011-08-16 Tony Chang Copy the results of http/tests/xmlhttprequest/web-apps/01[23].html to the chromium platform dir. The mac failing results (r93105) were getting picked up by the chromium port. * platform/chromium/http/tests/xmlhttprequest/web-apps/012-expected.txt: Added. * platform/chromium/http/tests/xmlhttprequest/web-apps/013-expected.txt: Added. 2011-08-16 Adam Roben Add Lion/Windows expected results for an Inspector test The only difference from the cross-platform results is that the .js resources are now given a MIME type of "text/plain". This test reloads the page before dumping it in HAR format. In Lion (and Safari 5.1 on Windows), CFNetwork no longer uses the file extension as a fallback when determining the MIME type for 304 cached responses. This matches Chrome. See . * platform/mac-snowleopard/http/tests/inspector/resource-har-conversion-expected.txt: Copied from http/tests/inspector/resource-har-conversion-expected.txt. * platform/mac/http/tests/inspector/resource-har-conversion-expected.txt: Added. 2011-08-16 Eric Carlson [REGRESSION] Media controls should always be enabled when scripting is disabled https://bugs.webkit.org/show_bug.cgi?id=66303 Reviewed by Dimitri Glazkov. * media/video-controls-no-scripting-expected.txt: Added. * media/video-controls-no-scripting-iframe.html: Added. * media/video-controls-no-scripting.html: Added. 2011-08-16 Adam Roben Stop skipping the web-apps tests I just landed results for on Lion * platform/mac-lion/Skipped: 2011-08-16 Adam Roben Check in expected failure results for some web-apps tests on Lion and Windows Since these failures are likely due to bugs in non-WebKit components, they are tracked by . * platform/mac-snowleopard/http/tests/xmlhttprequest/web-apps/012-expected.txt: Copied from http/tests/xmlhttprequest/web-apps/012-expected.txt. * platform/mac-snowleopard/http/tests/xmlhttprequest/web-apps/013-expected.txt: Copied from http/tests/xmlhttprequest/web-apps/013-expected.txt. * platform/mac/http/tests/xmlhttprequest/web-apps/012-expected.txt: Added. * platform/mac/http/tests/xmlhttprequest/web-apps/013-expected.txt: Added. 2011-08-16 Adam Roben Share Sputnik Unicode results between Lion and Windows Both Lion and Windows use ICU 4.6, so they have the same behavior on these tests. * platform/mac-lion/Skipped: Removed these tests. * platform/mac-snowleopard/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt: Copied from LayoutTests/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt. * platform/mac-snowleopard/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: Copied from LayoutTests/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt. * platform/mac-snowleopard/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: Copied from LayoutTests/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt. * platform/mac-snowleopard/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: Copied from LayoutTests/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt. * platform/mac/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt: Renamed from LayoutTests/platform/win/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt. * platform/mac/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: Renamed from LayoutTests/platform/win/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt. * platform/mac/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: Renamed from LayoutTests/platform/win/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt. * platform/mac/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: Renamed from LayoutTests/platform/win/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt. 2011-08-16 Adam Roben Update Windows Sputnik results for ICU 4.6 Windows now fails these tests due to changes in ICU. Mac fails these tests, too, though in a different way. Alexey tells me that these tests are silly because they check compliance with a particular version of Unicode. Given this, it doesn't seem that a bug is required to track this change in behavior. * platform/win/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt: * platform/win/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: * platform/win/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: * platform/win/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: 2011-08-16 Adam Roben Skip some tests that fail/time out on Windows with Safari 5.1's Apple Application Support (AAS) Since these failures are likely to be due to bugs in non-WebKit components, they are tracked by Radars. * platform/win/Skipped: Added http/tests/multipart/invalid-image-data-standalone.html, http/tests/cookies/simple-cookies-expired.html, and http/tests/cookies/simple-cookies-max-age.html. 2011-08-16 Steve Block Set TIMEOUT expectation for fast/canvas/webgl/uninitialized-test.html on Linux dbg See http://code.google.com/p/chromium/issues/detail?id=93044 Unreviewed gardening. * platform/chromium/test_expectations.txt: 2011-08-16 Steve Block Add TIMEOUT expectation for editing/deleting/regional-indicators.html https://bugs.webkit.org/show_bug.cgi?id=66268 Unreviewed gardening. * platform/chromium/test_expectations.txt: 2011-08-16 Pavel Feldman Web Inspector: nuke background events collection (dead feature) https://bugs.webkit.org/show_bug.cgi?id=66296 Reviewed by Yury Semikhatsky. * http/tests/inspector/network-test.js: * http/tests/inspector/network/network-clear-after-disabled-expected.txt: Removed. * http/tests/inspector/network/network-clear-after-disabled.html: Removed. * http/tests/inspector/network/network-close-load-open-expected.txt: Removed. * http/tests/inspector/network/network-close-load-open.html: Removed. * http/tests/inspector/network/network-open-load-reopen-expected.txt: Removed. * http/tests/inspector/network/network-open-load-reopen.html: Removed. 2011-08-16 Steve Block Set failing expectation for fast/canvas/webgl/uninitialized-test.html on Linux dbg See http://code.google.com/p/chromium/issues/detail?id=93044 Unreviewed gardening. * platform/chromium/test_expectations.txt: 2011-08-16 Andras Becsi WebKitTestRunner needs a more-complete implementation of eventSender https://bugs.webkit.org/show_bug.cgi?id=42194 Unreviewed gardening. * platform/wk2/Skipped: skip editing/input/style-change-during-input.html 2011-08-15 Vsevolod Vlasov Web Inspector: resource-tree-errors-reload.html is flaky. https://bugs.webkit.org/show_bug.cgi?id=66217 Reviewed by Pavel Feldman. * http/tests/inspector/resource-tree/resource-tree-errors-reload.html: 2011-08-16 Zoltan Horvath [Qt] Ossyize editing/deleting/regional-indicators.html since it fails after r93068 https://bugs.webkit.org/show_bug.cgi?id=66268 * platform/qt/Skipped: 2011-08-15 MORITA Hajime REGRESSION(r70598): [Chromium] Style changes in textInput event can prevent from updating