2011-01-18 Dmitry Titov [Chromium] Not reviewed, test expectations update. Added exclusion for new test fast/canvas/canvas-fillPath-alpha-shadow.html * platform/chromium-gpu/test_expectations.txt: * platform/chromium/test_expectations.txt: 2011-01-18 Oliver Hunt Reviewed by Antti Koivisto. [jsfunfuzz] Assertion in codegen for array of NaN constants https://bugs.webkit.org/show_bug.cgi?id=52643 Add a testcase to ensure we handle a large number of NaN literals in (0/0 is folded to NaN automatically during parsing). * fast/js/codegen-temporaries-expected.txt: * fast/js/script-tests/codegen-temporaries.js: 2011-01-18 Krithigassree Sambamurthy Reviewed by Simon Fraser. Support background-clip: content-box https://bugs.webkit.org/show_bug.cgi?id=48771 Added test cases to check the various valid background-clip values. * fast/css/background-clip-text-expected.txt: * fast/css/background-clip-values-expected.checksum: Added. * fast/css/background-clip-values-expected.txt: Added. * fast/css/background-clip-values.html: Added. * fast/css/script-tests/background-clip-text.js: 2011-01-18 Chris Fleizach Reviewed by Darin Adler. REGRESSION: A problem with Voiceover and finding links https://bugs.webkit.org/show_bug.cgi?id=52324 * platform/mac/accessibility/iframe-with-title-correct-hierarchy-expected.txt: Added. * platform/mac/accessibility/iframe-with-title-correct-hierarchy.html: Added. 2011-01-18 Martin Robinson Reviewed by Eric Seidel. [GTK] Filenames are converted to URLs during edit drags https://bugs.webkit.org/show_bug.cgi?id=52096 * platform/gtk/Skipped: Unskip passing test. Fix a misspelled drag and drop test on the list as well. 2011-01-18 Jeremy Orlow [Chromium] Create baselines for svg/css/text-gradient-shadow.svg https://bugs.webkit.org/show_bug.cgi?id=52640 * platform/chromium-linux/svg/css/text-gradient-shadow-expected.checksum: Added. * platform/chromium-linux/svg/css/text-gradient-shadow-expected.png: Added. * platform/chromium-mac/svg/css/text-gradient-shadow-expected.checksum: Added. * platform/chromium-win/svg/css/text-gradient-shadow-expected.checksum: Added. * platform/chromium-win/svg/css/text-gradient-shadow-expected.png: Added. * platform/chromium-win/svg/css/text-gradient-shadow-expected.txt: Added. * platform/chromium/test_expectations.txt: 2011-01-18 Martin Robinson Skip two tests which were incorrectly passing before GTK+ had support for beginDragWithFiles. * platform/gtk/Skipped: Skip failing tests. 2011-01-18 John Knottenbelt Reviewed by Jeremy Orlow. [Chromium] Adjust test expectations fast/files/revoke-blob-url.html is flaky on linux. https://bugs.webkit.org/show_bug.cgi?id=52633 Combine test expectations for the test into one line. * platform/chromium/test_expectations.txt: 2011-01-18 Helder Correia Reviewed by Kenneth Rohde Christiansen. [Qt] Incorrect shadow alpha with semi-transparent solid fillStyle https://bugs.webkit.org/show_bug.cgi?id=52611 This is related to bug 52559. The shadow color alpha must be multiplied by the context brush alpha. New test to ensure correct behavior of canvas with fillPath using a semi-transparent fillStyle color and a shadow. * fast/canvas/canvas-fillPath-alpha-shadow-expected.txt: Added. * fast/canvas/canvas-fillPath-alpha-shadow.html: Added. * fast/canvas/script-tests/canvas-fillPath-alpha-shadow.js: Added. 2011-01-18 John Knottenbelt Unreviewed; updated chromium test expectations. [Chromium] Adjust test expectations fast/files/revoke-blob-url.html is flaky on linux. https://bugs.webkit.org/show_bug.cgi?id=52633 * platform/chromium/test_expectations.txt: 2011-01-18 Adam Bergkvist and Martin Robinson Reviewed by Gustavo Noronha Silva. [GTK] The GTK+ EventSender needs support for beginDragWithFiles https://bugs.webkit.org/show_bug.cgi?id=40833 Unskip passing tests, add in a GTK+-specific result and one more result which is necessary because GTK+ tests run in Xvfb. * platform/gtk/Skipped: Unskip tests that are now passing and organize the remaining skipped tests. * platform/gtk/fast/forms/input-file-re-render-expected.txt: Added. * platform/gtk/http/tests/security/clipboard/clipboard-file-access-expected.txt: Added. 2011-01-18 Andrey Kosyakov Reviewed by Yury Semikhatsky. Web Inspector: fail resource.requestContent() immediately for WebSocket resources Remove webInspector.resources.Types from test expectations. https://bugs.webkit.org/show_bug.cgi?id=52628 * inspector/extensions-api-expected.txt: 2011-01-18 Helder Correia Reviewed by Dirk Schulze. REGRESSION(75139): SVG gradients are not applied to texts https://bugs.webkit.org/show_bug.cgi?id=52531 r75139 caused a problem with filling and stroking text with a gradient fill in SVG. The order of CGContextConcatCTM and CGContextClipToRect was mixed up. * platform/mac/svg/css/text-gradient-shadow-expected.checksum: Added. * platform/mac/svg/css/text-gradient-shadow-expected.png: Added. * platform/mac/svg/css/text-gradient-shadow-expected.txt: Added. * svg/css/text-gradient-shadow.svg: Added. 2011-01-18 John Knottenbelt Reviewed by Jeremy Orlow. Add pixel test baseline for svg/custom/use-inherit-style.svg https://bugs.webkit.org/show_bug.cgi?id=52630 * svg/custom/use-inherit-style-expected.checksum: Added. * svg/custom/use-inherit-style-expected.png: Added. 2011-01-18 Leo Yang Reviewed by Nikolas Zimmermann. Unable to indirectly animate visibility of SVGUseElement https://bugs.webkit.org/show_bug.cgi?id=50240 Test case to verify if SVGUseElement inherits parent's style change. * svg/custom/use-inherit-style-expected.txt: Added. * svg/custom/use-inherit-style.svg: Added. 2011-01-18 Pavel Podivilov Unreviewed, remove wrong chromium expectation for console-xhr-logging test. * platform/chromium/http/tests/inspector/console-xhr-logging-expected.txt: Removed. 2011-01-18 Pavel Podivilov Unreviewed, test fix for r76019. * http/tests/inspector-enabled/console-log-before-frame-navigation-expected.txt: * http/tests/inspector-enabled/console-log-before-frame-navigation.html: 2011-01-18 Pavel Podivilov Reviewed by Yury Semikhatsky. Web Inspector: fix flaky debugger tests. https://bugs.webkit.org/show_bug.cgi?id=51320 * http/tests/inspector/debugger-test2.js: (initialize_DebuggerTest.InspectorTest.setBreakpoint): (initialize_DebuggerTest.InspectorTest.showScriptSource): (initialize_DebuggerTest.InspectorTest._showScriptSource): * inspector/debugger-pause-on-breakpoint-expected.txt: * inspector/debugger-pause-on-breakpoint.html: 2011-01-18 Antti Koivisto Reviewed by Dave Hyatt. https://bugs.webkit.org/show_bug.cgi?id=52370 Style sharing optimization no longer works on major web sites These are progressions (with no noticable visual change). MathML code was improperly sharing style. * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.txt: * platform/mac/mathml/presentation/subsup-expected.txt: 2011-01-18 Philippe Normand Unreviewed, rolling out r76002. http://trac.webkit.org/changeset/76002 https://bugs.webkit.org/show_bug.cgi?id=49790 breaks a bunch of fast/forms tests on mac and GTK * fast/forms/select-option-background-color-change.html: Removed. * fast/forms/select-option-color-change.html: Removed. * fast/forms/select-option-visibility-change.html: Removed. * platform/mac/fast/forms/select-option-background-color-change-expected.checksum: Removed. * platform/mac/fast/forms/select-option-background-color-change-expected.png: Removed. * platform/mac/fast/forms/select-option-background-color-change-expected.txt: Removed. * platform/mac/fast/forms/select-option-color-change-expected.checksum: Removed. * platform/mac/fast/forms/select-option-color-change-expected.png: Removed. * platform/mac/fast/forms/select-option-color-change-expected.txt: Removed. * platform/mac/fast/forms/select-option-visibility-change-expected.checksum: Removed. * platform/mac/fast/forms/select-option-visibility-change-expected.png: Removed. * platform/mac/fast/forms/select-option-visibility-change-expected.txt: Removed. 2011-01-18 Csaba Osztrogonác Unreviewed. [Qt] Fix LoadHTMLStringItem::invoke() after r75966 https://bugs.webkit.org/show_bug.cgi?id=52614 * platform/qt/Skipped: http/tests/navigation/go-back-to-error-page.html added until fix. 2011-01-17 Rob Buis Reviewed by Kent Tamura. Add tests for: Color changes to option elements in a select multiple aren't drawn immediately https://bugs.webkit.org/show_bug.cgi?id=49790 * fast/forms/select-option-background-color-change.html: Added. * fast/forms/select-option-color-change.html: Added. * fast/forms/select-option-visibility-change.html: Added. * platform/mac/fast/forms/select-option-background-color-change-expected.checksum: Added. * platform/mac/fast/forms/select-option-background-color-change-expected.png: Added. * platform/mac/fast/forms/select-option-background-color-change-expected.txt: Added. * platform/mac/fast/forms/select-option-color-change-expected.checksum: Added. * platform/mac/fast/forms/select-option-color-change-expected.png: Added. * platform/mac/fast/forms/select-option-color-change-expected.txt: Added. * platform/mac/fast/forms/select-option-visibility-change-expected.checksum: Added. * platform/mac/fast/forms/select-option-visibility-change-expected.png: Added. * platform/mac/fast/forms/select-option-visibility-change-expected.txt: Added. 2011-01-17 Steve Lacey Reviewed by David Levin. Rebaseline media/video-zoom-controls for chromium. https://bugs.webkit.org/show_bug.cgi?id=52415 * platform/chromium-linux/media/video-zoom-controls-expected.checksum: Added. * platform/chromium-linux/media/video-zoom-controls-expected.png: Added. * platform/chromium-mac/media/video-zoom-controls-expected.checksum: Added. * platform/chromium-mac/media/video-zoom-controls-expected.png: Added. * platform/chromium-mac/media/video-zoom-controls-expected.txt: Added. * platform/chromium-win/media/video-zoom-controls-expected.checksum: Added. * platform/chromium-win/media/video-zoom-controls-expected.png: Added. * platform/chromium-win/media/video-zoom-controls-expected.txt: Added. * platform/chromium/test_expectations.txt: 2011-01-17 Dmitry Titov [Chromium] Not reviewed, test expectations update. Added TIMEOUT to fast/canvas/canvas-fillPath-pattern-shadow.html * platform/chromium-gpu/test_expectations.txt: 2011-01-17 Michael Saboff Reviewed by Oliver Hunt. [regexfuzz] Crash running regex with lookahead https://bugs.webkit.org/show_bug.cgi?id=52548 New tests from regex fuzzer. * fast/regex/parentheses-expected.txt: * fast/regex/script-tests/parentheses.js: 2011-01-17 Dmitry Titov [Chromium] Not reviewed, test expectations update. Same as previous patch, now for -gpu file. * platform/chromium-gpu/test_expectations.txt: 2011-01-17 Dmitry Titov [Chromium] Not reviewed, test expectations update. fast/canvas/canvas-fillPath-pattern-shadow.html fails on Win and Linux. * platform/chromium/test_expectations.txt: 2011-01-17 Adam Roben Make compositing/tiling/huge-layer-resize.html faster, more reliable, and more crashy (when there's a WebKit bug) This test was trying to cause a layout/paint to happen by returning to the event loop for a certain amount of time via setTimeout. But this didn't always result in a layout/paint (at least on Windows). We now force the layout/paint explicitly, which also lets us speed up the test by removing the setTimeouts. Reviewed by Darin Adler and Chris Marrin. Test for Crash beneath PlatformCALayer::adoptSublayers when switching out of tiling mode (null-dereference of a PlatformCALayer) * compositing/tiling/huge-layer-resize.html: (testOnLoad): Changed to use recordLayerTree, which forces a layout/paint, instead of hoping that setTimeout will do the trick. (recordLayerTree): Forces a layout/paint, then dumps the layer tree. 2011-01-17 Dan Bernstein Reviewed by Darin Adler. Use of invalid hash map key in CSSFontFaceSource::getFontData() with 0-sized remote font https://bugs.webkit.org/show_bug.cgi?id=52598 * fast/css/font-face-zero-hash-key-expected.txt: Added. * fast/css/font-face-zero-hash-key.html: Added. 2011-01-17 Helder Correia Reviewed by Andreas Kling. [Qt] Incorrect shadow alpha with pattern fillStyle https://bugs.webkit.org/show_bug.cgi?id=52559 The shadow color opacity needs to be set on the shadow painter. This is related to bug 52556. * fast/canvas/canvas-fillPath-pattern-shadow-expected.txt: Added. * fast/canvas/canvas-fillPath-pattern-shadow.html: Added. * fast/canvas/script-tests/canvas-fillPath-pattern-shadow.js: Added. 2011-01-17 David Kilzer fast/dom/Range/range-clone-contents.html fails only on Windows Reviewed by Alexey Proskuryakov. * platform/win/Skipped: Removed fast/dom/Range/range-clone-contents.html. It appears the Windows buildbots need a clean build. 2011-01-17 Jessie Berlin Reviewed by Anders Carlsson. REGRESSION: Assertion failure in FrameLoader::continueLoadAfterWillSubmitForm() when navigating back to an unreachable URL https://bugs.webkit.org/show_bug.cgi?id=52388 Add a test that loads an alternate HTML String for an "unreachable" URL, loads another page, and then goes back to the "unreachable" URL, which is now reachable. This tests two things: 1) No assertion failure when going back to an unreachable URL. 2) There is no page cached for the unreachable URL. * http/tests/navigation/go-back-to-error-page-expected.txt: Added. * http/tests/navigation/go-back-to-error-page.html: Added. * http/tests/navigation/resources/page-to-go-back-from.html: Added. * http/tests/navigation/resources/page-treated-as-unreachable.html: Added. 2011-01-17 Pavel Feldman Not reviewed: skip flaky inspector test (will look at it tomorrow). * platform/mac-leopard/Skipped: 2011-01-17 Andrey Kosyakov Reviewed by Pavel Feldman. Web Inspector: [Extensions API] webInspector.resources.onFinished is not fired for redirected resources Added test for finished event being sent for redirected resources. https://bugs.webkit.org/show_bug.cgi?id=52452 * http/tests/inspector/extensions-resources-redirect-expected.txt: * http/tests/inspector/extensions-resources-redirect.html: 2011-01-17 Pavel Feldman Not reviewed: first timeline-network-resource flakiness. * inspector/timeline-network-resource.html: 2011-01-17 Pavel Podivilov Reviewed by Yury Semikhatsky. Web Inspector: fix flaky debugger tests. https://bugs.webkit.org/show_bug.cgi?id=51320 * http/tests/inspector/debugger-test2.js: (initialize_DebuggerTest.InspectorTest.setBreakpoint): * inspector/debugger-breakpoints-not-activated-on-reload.html: * inspector/debugger-pause-on-breakpoint-expected.txt: * inspector/debugger-pause-on-breakpoint.html: 2011-01-17 Csaba Osztrogonác Unreviewed. Add Qt specific expected results for passing CSS tests. Compared to Mac png files and Mac expected files. * platform/qt/Skipped: Unskip passing tests. * platform/qt/css1/[...]: Added. * platform/qt/css2.1/[...]: Added. * platform/qt/css3/[...]: Added. 2011-01-17 Anthony Ricaud Reviewed by Kent Tamura. [HTML5] Revert display:none on datalist https://bugs.webkit.org/show_bug.cgi?id=52214 * fast/forms/datalist-expected.txt: * fast/forms/datalist-nonoption-child-expected.txt: * fast/forms/datalist.html: 2011-01-17 Pavel Podivilov Reviewed by Pavel Feldman. Web Inspector: refactoring: encapsulate lazy initialization of SourceFrame. https://bugs.webkit.org/show_bug.cgi?id=51738 * http/tests/inspector/debugger-test2.js: (initialize_DebuggerTest.InspectorTest.showScriptSource): (initialize_DebuggerTest.InspectorTest._showScriptSource): * inspector/debugger-pause-in-eval-script-expected.txt: * inspector/debugger-pause-in-eval-script.html: 2011-01-17 John Knottenbelt Reviewed by Jeremy Orlow. GeolocationController should call stopUpdating on destruction https://bugs.webkit.org/show_bug.cgi?id=52216 fast/dom/window-close-crash.html tests that we do not fail the assertion in the mock GeolocationClient that the GeolocationClient is not updating when the GeolocationController is destroyed. * fast/dom/Geolocation/resources/window-close-popup.html: Added. * fast/dom/Geolocation/script-tests/window-close-crash.js: Added. (gotPosition): (waitForWindowToClose): (failedToCreateWatch): * fast/dom/Geolocation/window-close-crash-expected.txt: Added. * fast/dom/Geolocation/window-close-crash.html: Added. * platform/gtk/Skipped: * platform/mac-wk2/Skipped: * platform/qt-wk2/Skipped: 2011-01-14 Ilya Tikhonovsky Reviewed by Pavel Feldman. Web Inspector: Enable inspector's tests for chromium Linux. https://bugs.webkit.org/show_bug.cgi?id=52445 * platform/chromium/inspector/timeline-network-resource-expected.txt: * platform/chromium/test_expectations.txt: 2011-01-17 Helder Correia Reviewed by Kenneth Rohde Christiansen. [Qt] fast/canvas/canvas-fillPath-gradient-shadow.html does not pass https://bugs.webkit.org/show_bug.cgi?id=52556 The shadow color opacity needs to be set on the shadow painter. Additionally, the gradient brush should be transformed. * platform/qt/Skipped: Remove test from skipped list. 2011-01-17 Philippe Normand Unreviewed, rolling out r75914. http://trac.webkit.org/changeset/75914 https://bugs.webkit.org/show_bug.cgi?id=49177 multiple crashes on GTK * platform/gtk/Skipped: 2011-01-16 Martin Robinson Reviewed by Xan Lopez. [GTK] fast/events/scroll-after-click-on-tab-index has been failing on the bots https://bugs.webkit.org/show_bug.cgi?id=49177 * platform/gtk/Skipped: Unskip this test, as it's now passing. 2011-01-16 Oliver Hunt Reviewed by Sam Weinig. [jsfunfuzz] Parser doesn't correctly validate for-loop syntax https://bugs.webkit.org/show_bug.cgi?id=52516 Add test for the case where a syntax error immediately follows multiple declarations in a for-loop initialiser. * fast/js/parser-syntax-check-expected.txt: * fast/js/script-tests/parser-syntax-check.js: 2011-01-16 Oliver Hunt Reviewed by Geoffrey Garen. Strict mode restrictions on arguments and eval usage aren't complete https://bugs.webkit.org/show_bug.cgi?id=52528 Add a helper function to aid parse failure tests by testing both direct eval/global code, and nested code (so that we test the syntax checker mode as well) * fast/js/basic-strict-mode-expected.txt: * fast/js/script-tests/basic-strict-mode.js: (shouldBeSyntaxError): 2011-01-16 Robert Hogan Unreviewed, re-skip test after r75894. [Qt] plugins/keyboard-events.html fails after r72717 Re-skip plugins/keyboard-events.html. Using XKeysymToKeycode(QX11Info::display(), ..) doesn't work on a headless build, such as the buildbot. So need to solve this a different way. https://bugs.webkit.org/show_bug.cgi?id=50050 * platform/qt/Skipped: 2011-01-16 Robert Hogan Reviewed by Andreas Kling. [Qt] plugins/keyboard-events.html fails after r72717 https://bugs.webkit.org/show_bug.cgi?id=50050 * platform/qt/Skipped: Unskip plugins/keyboard-events.html 2011-01-15 David Kilzer Skip fast/dom/Range/range-clone-contents.html on Windows Not reviewed. Filed: * platform/win/Skipped: Skip test on Windows. The test passes on all other bots. 2011-01-15 Oliver Hunt Reviewed by Maciej Stachowiak. Incorrect behavior changing attributes of an accessor https://bugs.webkit.org/show_bug.cgi?id=52515 Add an additional test for validating changing attributes of an accessor property.s * fast/js/Object-defineProperty-expected.txt: * fast/js/script-tests/Object-defineProperty.js: 2011-01-15 David Kilzer REGRESSION(r73818): range.cloneContents() ignores end offset Reviewed by Adele Peterson. * fast/dom/Range/range-clone-contents-expected.txt: Added. * fast/dom/Range/range-clone-contents.html: Added. 2011-01-15 Robert Hogan Reviewed by Kenneth Rohde Christiansen. [Qt] plugins/no-mime-with-valid-extension.html fails Check extension of resource against installed plugins when determining mime-type. https://bugs.webkit.org/show_bug.cgi?id=52288 https://bugs.webkit.org/show_bug.cgi?id=50657 * platform/qt/Skipped: 2011-01-15 Stephen White Unreviewed; updated chromium test expectations. * platform/chromium-gpu/test_expectations.txt: 2011-01-15 Stephen White Unreviewed; updated chromium test expectations. * platform/chromium-gpu/test_expectations.txt: * platform/chromium/test_expectations.txt: 2011-01-15 Tony Chang Unreviewed, add new test to GTK+ Skipped list. https://bugs.webkit.org/show_bug.cgi?id=52508 * platform/gtk/Skipped: 2011-01-14 Oliver Hunt Reviewed by Maciej Stachowiak. [jsfunfuzz] Incorrect handling of consecutive duplicate labels https://bugs.webkit.org/show_bug.cgi?id=52505 Add a few tests of consecutive labels containing duplicates to the parser check. * fast/js/parser-syntax-check-expected.txt: * fast/js/script-tests/parser-syntax-check.js: 2011-01-14 Dmitry Titov Not reviewed, update of Chromium test expectations. Update of files affected by mass rebaseline in r75828 and r75838 * platform/chromium-mac/animations/3d/state-at-end-event-transform-expected.checksum: * platform/chromium-mac/animations/3d/state-at-end-event-transform-expected.png: * platform/chromium-mac/plugins/embed-attributes-style-expected.txt: Removed. * platform/chromium-mac/svg/custom/svg-curve-with-relative-cordinates-expected.checksum: * platform/chromium-mac/svg/custom/svg-curve-with-relative-cordinates-expected.png: 2011-01-14 Dmitry Titov Not reviewed, update of test expectations. Ignore new test fast/js/js-continue-break-restrictions.html, it fails for V8. * platform/chromium/test_expectations.txt: 2011-01-14 Eric Uhrhane Reviewed by David Levin. Add tests for FileWriterSync https://bugs.webkit.org/show_bug.cgi?id=50720 * fast/filesystem/resources/file-writer-sync-truncate-extend.js: Added. * fast/filesystem/workers/file-writer-sync-truncate-extend.html: Added. * fast/filesystem/workers/file-writer-sync-truncate-extend-expected.txt: Added. * fast/filesystem/resources/file-writer-sync-write-overlapped.js: Added. * fast/filesystem/workers/file-writer-sync-write-overlapped.html: Added. * fast/filesystem/workers/file-writer-sync-write-overlapped-expected.txt: Added. * fast/filesystem/resources/file-writer-utils.js: (assert): Make assert throw, rather than continue. (cleanUp): Always call finishJSTest, even without fileEntryForCleanup. 2011-01-14 Oliver Hunt Reviewed by Stephanie Lewis. [jsfunfuzz] We should be clearing the lexers temporary character buffers when switching to strict mode https://bugs.webkit.org/show_bug.cgi?id=52501 Add checks for correct behaviour when the strict mode token is immediately followed by a value that needs a temporary buffer in the lexer. * fast/js/basic-strict-mode-expected.txt: * fast/js/script-tests/basic-strict-mode.js: 2011-01-14 Tony Chang Reviewed by Alexey Proskuryakov. Strip NUL character when copying text on Windows https://bugs.webkit.org/show_bug.cgi?id=52236 * editing/pasteboard/copy-null-characters-expected.txt: Added. * editing/pasteboard/copy-null-characters.html: Added. 2011-01-14 Nico Weber Unreviewed, test expectations. Rebaseline gradient test due to updated skia. reed checked the test and says the new look is right and is an intentional change. https://bugs.webkit.org/show_bug.cgi?id=52105 * platform/chromium-linux/svg/batik/paints/gradientLimit-expected.checksum: * platform/chromium-linux/svg/batik/paints/gradientLimit-expected.png: * platform/chromium-win/svg/batik/paints/gradientLimit-expected.checksum: * platform/chromium-win/svg/batik/paints/gradientLimit-expected.png: 2011-01-14 Oliver Hunt Reviewed by Gavin Barraclough. [jsfunfuzz] parser doesn't enforce continue restrictions correctly. https://bugs.webkit.org/show_bug.cgi?id=52493 Add a few tests for continue to cover the cases where continue isn't syntactically valid. * fast/js/js-continue-break-restrictions-expected.txt: Added. * fast/js/js-continue-break-restrictions.html: Added. * fast/js/script-tests/js-continue-break-restrictions.js: Added. 2011-01-14 Maciej Stachowiak Reviewed by Anders Carlsson. Fix a few things in the WebKit2 skipped list https://bugs.webkit.org/show_bug.cgi?id=52484 * platform/mac-wk2/Skipped: Add/remove some tests to the WK2 skipped list. * editing/style/stylewithcss-without-selection.html: Fix this test to avoid referencing an undefined variable in the failure case. 2011-01-14 Mihai Parparita Update the svg/ pixel expectations for the chromium-mac port. For the pixel tests that currently fail on Snow Leopard, this moves the current pixel results to platform/chromium-mac-leopard and adds new results to platform/chromium-mac. List of files omitted due to length but composed entirely of moves from platform/chromium-mac to platform/chromium-mac-leopard and newly added files in platform/chromium-mac. 2011-01-14 Helder Correia Reviewed by Simon Fraser. Shadow is not drawn when filling a path with a gradient https://bugs.webkit.org/show_bug.cgi?id=51982 This happens in CG and is related to bug 51869, this time to be fixed in GraphicsContext::fillPath(const Path& path). We need to draw the gradient clipped to the path on a CGLayer first, and then draw the layer on the GraphicsContext. * fast/canvas/canvas-fillPath-gradient-shadow-expected.txt: Added. * fast/canvas/canvas-fillPath-gradient-shadow.html: Added. * fast/canvas/script-tests/canvas-fillPath-gradient-shadow.js: Added. * platform/chromium/test_expectations.txt: Skipping new test since it fails. * platform/qt/Skipped: Ditto. 2011-01-14 Mihai Parparita Update the pixel expectations for the chromium-mac port. For the pixel tests that currently fail on Snow Leopard, this moves the current pixel results to platform/chromium-mac-leopard and adds new results to platform/chromium-mac. List of files omitted due to length but composed entirely of moves from platform/chromium-mac to platform/chromium-mac-leopard and newly added files in platform/chromium-mac. 2011-01-14 Steve Lacey Reviewed by Simon Fraser. Update media/video-zoom-controls.html to set the video source before initializing the test. https://bugs.webkit.org/show_bug.cgi?id=52461 * media/video-zoom-controls.html: 2011-01-14 Abhishek Arya Reviewed by Dave Hyatt. Tests that we do not crash due to uncleared floats in parent nodes. https://bugs.webkit.org/show_bug.cgi?id=51711 * fast/block/float/floats-not-cleared-crash-expected.txt: Added. * fast/block/float/floats-not-cleared-crash.html: Added. 2011-01-14 Jessie Berlin REGRESSION (r75660): compositing/reflections/load-video-in-reflection.html crashes on Windows 7 https://bugs.webkit.org/show_bug.cgi?id=52397 Unskipping tests that no longer fail on Windows 7 Release. Unreviewed. * platform/win/Skipped: Un-skip compositing/reflections/load-video-in-reflection.html, which appears to be fixed by http://trac.webkit.org/changeset/75807 2011-01-12 Satish Sampath Reviewed by Dimitri Glazkov. Fix a crash when accessing speech input from script. https://bugs.webkit.org/show_bug.cgi?id=52325 Added a layout test to check enabling/disabling speech input from script. * fast/speech/speech-input-scripting-expected.txt: Added. * fast/speech/speech-input-scripting.html: Added. 2011-01-14 Abhishek Arya Reviewed by David Hyatt. Tests that we do not crash when trying to merge anonymous blocks, one of which is already getting destroyed. https://bugs.webkit.org/show_bug.cgi?id=52402 * fast/block/merge-anonymous-block-remove-child-crash2-expected.txt: Added. * fast/block/merge-anonymous-block-remove-child-crash2.html: Added. 2011-01-14 Tony Chang Unreviewed, updating baselines. [chromium] rebaseline vertical tests on linux https://bugs.webkit.org/show_bug.cgi?id=52457 After updating fonts.conf, these tests are now passing. * platform/chromium-linux/fast/blockflow/japanese-lr-text-expected.checksum: * platform/chromium-linux/fast/blockflow/japanese-lr-text-expected.png: * platform/chromium-linux/fast/blockflow/japanese-rl-text-expected.checksum: * platform/chromium-linux/fast/blockflow/japanese-rl-text-expected.png: * platform/chromium-linux/fast/repaint/japanese-rl-selection-clear-expected.checksum: * platform/chromium-linux/fast/repaint/japanese-rl-selection-clear-expected.png: * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-expected.checksum: * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-expected.png: * platform/chromium-linux/svg/batik/text/verticalText-expected.checksum: * platform/chromium-linux/svg/batik/text/verticalText-expected.png: * platform/chromium/test_expectations.txt: 2011-01-14 Tony Chang Reviewed by Kent Tamura. [chromium] update fonts.conf to fix 6 linux tests in drt https://bugs.webkit.org/show_bug.cgi?id=52411 * platform/chromium/test_expectations.txt: 2011-01-14 Philippe Normand Reviewed by Martin Robinson. [GTK] Add volume slider to media player https://bugs.webkit.org/show_bug.cgi?id=51532 * platform/gtk/Skipped: * platform/gtk/media/audio-controls-rendering-expected.txt: * platform/gtk/media/controls-after-reload-expected.txt: * platform/gtk/media/controls-strict-expected.txt: * platform/gtk/media/controls-styling-expected.txt: * platform/gtk/media/video-controls-rendering-expected.txt: * platform/gtk/media/video-display-toggle-expected.txt: * platform/gtk/media/video-empty-source-expected.txt: * platform/gtk/media/video-no-audio-expected.txt: * platform/gtk/media/video-volume-slider-expected.txt: Added. 2011-01-14 Michael Saboff Reviewed by Oliver Hunt. Incorrect backtracking for nested alternatives https://bugs.webkit.org/show_bug.cgi?id=52387 Added tests to verfiy backtracking of alternatives following parenthesis. * fast/regex/parentheses-expected.txt: * fast/regex/script-tests/parentheses.js: 2011-01-14 Pavel Feldman Web Inspector: do not use this as protocol message dispatcher in models / agents. https://bugs.webkit.org/show_bug.cgi?id=52442 Models should never for InspectorBackend.registerDomainDispatcher("foo", this). There should be a clear way to tell whether method is being called from within front-end or by the backend. * http/tests/inspector/debugger-test2.js: (initialize_DebuggerTest.InspectorTest.startDebuggerTest.startTest): (initialize_DebuggerTest.InspectorTest.startDebuggerTest): (initialize_DebuggerTest.InspectorTest.completeDebuggerTest.disableDebugger): (initialize_DebuggerTest.InspectorTest.showScriptSource): 2011-01-14 Andrey Kosyakov Unreviewed test fix. Filter out /favicon.ico from page resources list to avoid test expectations mismatch on GTK. * http/tests/inspector/extensions-resources-redirect.html: 2011-01-14 Andrey Kosyakov Reviewed by Pavel Feldman. Web Inspector: redirected resources not handled properly in Network panel Added test for redirected resource presence in HAR Changed test to request entire HAR log, not multiple HAR entries. https://bugs.webkit.org/show_bug.cgi?id=52292 * http/tests/inspector/extensions-resources-redirect-expected.txt: * http/tests/inspector/extensions-resources-redirect.html: * http/tests/inspector/resource-har-conversion.html: * inspector/extensions-resources.html: 2011-01-14 Hayato Ito Unreviewed chromium expectations update. Exclude http/tests/loading/cross-origin-XHR-willLoadRequest.html (added in r75768) * platform/chromium/test_expectations.txt: 2011-01-13 Hayato Ito Unreviewed, build fix. Fix Skipped lists in r75768. * platform/gtk/Skipped: * platform/qt/Skipped: * platform/win/Skipped: 2011-01-13 Dan Bernstein Reviewed by Alexey Proskuryakov. REGRESSION (r71884): Cross-origin XHR fails if willSendRequest changes the URL https://bugs.webkit.org/show_bug.cgi?id=52419 * http/tests/loading/cross-origin-XHR-willLoadRequest-expected.txt: Added. * http/tests/loading/cross-origin-XHR-willLoadRequest.html: Added. * platform/gtk/Skipped: Skip the new test. * platform/qt/Skipped: Ditto. * platform/win/Skipped: Ditto. 2011-01-13 Justin Schuh Unreviewed chromium expectations update. Several text layout tests failing on linux after r75756 * platform/chromium/test_expectations.txt: 2011-01-13 Martin Robinson Unreviewed, rolling out r75740. http://trac.webkit.org/changeset/75740 This led to GTK+ redness * platform/gtk/Skipped: 2011-01-13 Robert Hogan Reviewed by Andreas Kling. [Qt] Unskip http/tests/security/originHeader/origin-header-for-empty.html https://bugs.webkit.org/show_bug.cgi?id=52389 * platform/qt/Skipped: 2011-01-13 Mihai Parparita Unreviewed chromium expectations update. Add Chromium Snow Leopard expectations. These need to go into a new chromium-mac-snowleopard directory, since these tests do not have chromium-mac expectations, but currently pass on Leopard. The differences are due to bug 52335 (which explains why we can't use the regular mac port Snow Leopard baselines). * platform/chromium-mac-snowleopard/css1/box_properties/clear-expected.checksum: Added. * platform/chromium-mac-snowleopard/css1/box_properties/clear-expected.png: Added. * platform/chromium-mac-snowleopard/css1/box_properties/float-expected.checksum: Added. * platform/chromium-mac-snowleopard/css1/box_properties/float-expected.png: Added. * platform/chromium-mac-snowleopard/css1/text_properties/vertical_align-expected.checksum: Added. * platform/chromium-mac-snowleopard/css1/text_properties/vertical_align-expected.png: Added. * platform/chromium-mac-snowleopard/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.checksum: Added. * platform/chromium-mac-snowleopard/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.png: Added. * platform/chromium-mac-snowleopard/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.checksum: Added. * platform/chromium-mac-snowleopard/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.png: Added. * platform/chromium-mac-snowleopard/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.checksum: Added. * platform/chromium-mac-snowleopard/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.png: Added. * platform/chromium-mac-snowleopard/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.checksum: Added. * platform/chromium-mac-snowleopard/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.png: Added. * platform/chromium-mac-snowleopard/css2.1/t0803-c5505-mrgn-00-b-ag-expected.checksum: Added. * platform/chromium-mac-snowleopard/css2.1/t0803-c5505-mrgn-00-b-ag-expected.png: Added. * platform/chromium-mac-snowleopard/css2.1/t0905-c414-flt-01-d-g-expected.checksum: Added. * platform/chromium-mac-snowleopard/css2.1/t0905-c414-flt-01-d-g-expected.png: Added. * platform/chromium-mac-snowleopard/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.checksum: Added. * platform/chromium-mac-snowleopard/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.png: Added. * platform/chromium-mac-snowleopard/css2.1/t1008-c44-ln-box-00-d-ag-expected.checksum: Added. * platform/chromium-mac-snowleopard/css2.1/t1008-c44-ln-box-00-d-ag-expected.png: Added. * platform/chromium-mac-snowleopard/css2.1/t1008-c44-ln-box-02-d-ag-expected.checksum: Added. * platform/chromium-mac-snowleopard/css2.1/t1008-c44-ln-box-02-d-ag-expected.png: Added. * platform/chromium-mac-snowleopard/css2.1/t1008-c44-ln-box-03-d-ag-expected.checksum: Added. * platform/chromium-mac-snowleopard/css2.1/t1008-c44-ln-box-03-d-ag-expected.png: Added. * platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-02-d-agi-expected.checksum: Added. * platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-02-d-agi-expected.png: Added. * platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-03-d-agi-expected.checksum: Added. * platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-03-d-agi-expected.png: Added. * platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-04-d-agi-expected.checksum: Added. * platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-04-d-agi-expected.png: Added. * platform/chromium-mac-snowleopard/fast/css/resize-corner-tracking-transformed-expected.checksum: Added. * platform/chromium-mac-snowleopard/fast/css/resize-corner-tracking-transformed-expected.png: Added. * platform/chromium-mac-snowleopard/fast/forms/searchfield-heights-expected.checksum: Added. * platform/chromium-mac-snowleopard/fast/forms/searchfield-heights-expected.png: Added. * platform/chromium-mac-snowleopard/fast/forms/slider-thumb-shared-style-expected.checksum: Added. * platform/chromium-mac-snowleopard/fast/forms/slider-thumb-shared-style-expected.png: Added. * platform/chromium-mac-snowleopard/fast/gradients/background-clipped-expected.checksum: Added. * platform/chromium-mac-snowleopard/fast/gradients/background-clipped-expected.png: Added. * platform/chromium-mac-snowleopard/fast/replaced/selection-rect-transform-expected.checksum: Added. * platform/chromium-mac-snowleopard/fast/replaced/selection-rect-transform-expected.png: Added. * platform/chromium-mac-snowleopard/fast/text/whitespace/tab-character-basics-expected.checksum: Added. * platform/chromium-mac-snowleopard/fast/text/whitespace/tab-character-basics-expected.png: Added. * platform/chromium-mac-snowleopard/fast/transforms/diamond-expected.checksum: Added. * platform/chromium-mac-snowleopard/fast/transforms/diamond-expected.png: Added. * platform/chromium-mac-snowleopard/fast/transforms/shadows-expected.checksum: Added. * platform/chromium-mac-snowleopard/fast/transforms/shadows-expected.png: Added. * platform/chromium-mac-snowleopard/fast/transforms/transformed-caret-expected.checksum: Added. * platform/chromium-mac-snowleopard/fast/transforms/transformed-caret-expected.png: Added. 2011-01-13 Mihai Parparita Unreviewed chromium expectations update. Categorize remaining scrollbar-related failures. 6 are due to bug 52414 (small remaining difference between mac and chromium-mac scrollbars). fast/text/international/thai-line-breaks.html just needed a baseline update (done for both Leopard and Snow Leopard). * platform/chromium-mac-leopard/fast/text/international/thai-line-breaks-expected.checksum: Added. * platform/chromium-mac-leopard/fast/text/international/thai-line-breaks-expected.png: Added. * platform/chromium-mac/fast/text/international/thai-line-breaks-expected.checksum: Added. * platform/chromium-mac/fast/text/international/thai-line-breaks-expected.png: Added. * platform/chromium/test_expectations.txt: 2011-01-13 Justin Schuh Unreviewed chromium expectations update. Remove exception for canvas-large-dimensions.html. * platform/chromium/test_expectations.txt: 2011-01-13 Martin Robinson Unskip editing/input/page-up-down-scrolls.html as it's passing locally. * platform/gtk/Skipped: Unskip test. 2011-01-13 Jian Li Reviewed by Darin Fisher. Change createObjectURL and revokeObjectURL to put under webkitURL. https://bugs.webkit.org/show_bug.cgi?id=52257 Change all related test scripts and results to account for this change. * fast/dom/Window/script-tests/window-property-descriptors.js: * fast/dom/Window/window-properties-expected.txt: * fast/dom/Window/window-properties.html: * fast/dom/script-tests/prototype-inheritance-2.js: * fast/dom/script-tests/prototype-inheritance.js: * fast/files/apply-blob-url-to-img.html: * fast/files/apply-blob-url-to-xhr.html: * fast/files/create-blob-url-crash.html: * fast/files/revoke-blob-url.html: * fast/files/workers/resources/worker-apply-blob-url-to-xhr.js: (onmessage): * platform/qt/fast/dom/Window/window-properties-expected.txt: 2011-01-13 Emil Eklund Reviewed by Dimitri Glazkov. Setting outerText should convert CR/LF to
https://bugs.webkit.org/show_bug.cgi?id=52268 Add test for setting Element.outerText. * fast/dom/set-outer-text-expected.txt: Added. * fast/dom/set-outer-text.html: Added. * fast/dom/text-node-append-data-remove-crash-expected.txt: Changed expectation to "didn't crash" from "threw dom exception" as test assumed the DOMCharacterDataModified event would fire before the node would be replaced. * fast/dom/text-node-append-data-remove-crash.html: 2011-01-13 Adam Roben Skip a crashing test on Windows See . * platform/win/Skipped: Added compositing/reflections/load-video-in-reflection.html. 2011-01-13 Martin Robinson Skip fast/text/emphasis.html as it shows a 1 pixel difference on the 32-bit Debug bot. * platform/gtk/Skipped: Skip fast/text/emphasis.html. 2011-01-13 Zhenyao Mo Reviewed by Kenneth Russell. Relax the ESSL valid charset a little bit to include " ' ` https://bugs.webkit.org/show_bug.cgi?id=52396 * fast/canvas/webgl/invalid-passed-params-expected.txt: * fast/canvas/webgl/invalid-passed-params.html: 2011-01-13 Matthew Delaney Reviewed by nobody - reinstrumenting a test to save burning trees. fast/canvas/canvas-large-dimensions.html (introduced in r75648) is failing on all platforms except Snow Leopard https://bugs.webkit.org/show_bug.cgi?id=52341 * fast/canvas/canvas-large-dimensions-expected.txt: Replaced. * fast/canvas/canvas-large-dimensions.html: 2011-01-13 Justin Schuh Unreviewed chromium expectations update. Exclude destroy-on-setwindow.html (added in r75720). * platform/chromium/test_expectations.txt: 2011-01-13 Alejandro G. Castro Reviewed by Martin Robinson. [gtk] Zero-sized font does not yet work https://bugs.webkit.org/show_bug.cgi?id=49793 Unskip font-size-zero.html. * platform/gtk/Skipped: 2011-01-13 Tony Chang Unreviewed, updating chromium test_expectations.txt * platform/chromium/test_expectations.txt: Mark a test as slow in debug. 2011-01-13 Adam Roben Check in Windows-XP-specific results for fast/canvas/set-colors.html See . * platform/win-xp/fast/canvas/set-colors-expected.txt: Added. 2011-01-13 Adam Roben Disable fast/profiler/throw-exception-from-eval.html This test fails non-deterministically. See . * fast/profiler/throw-exception-from-eval.html-disabled: Renamed from LayoutTests/fast/profiler/throw-exception-from-eval.html. * platform/gtk/Skipped: * platform/mac-leopard/Skipped: * platform/qt/Skipped: Un-skipped this test now that it's been disabled by other means. * platform/win-xp/fast/profiler/throw-exception-from-eval-expected.txt: Removed. 2011-01-13 Dan Bernstein Reviewed by Simon Fraser. Crash in Widget::setFrameRect() https://bugs.webkit.org/show_bug.cgi?id=52375 * plugins/destroy-on-setwindow-expected.txt: Added. * plugins/destroy-on-setwindow.html: Added. 2011-01-13 Tony Chang Reviewed by Kent Tamura. [chromium] fix plugins/plugin-javascript-access.html on Linux and Mac https://bugs.webkit.org/show_bug.cgi?id=52332 Fix Linux baseline. Mac should now match Safari Mac. * platform/chromium-linux/plugins/plugin-javascript-access-expected.txt: * platform/chromium/test_expectations.txt: 2011-01-13 Pavel Feldman Not reviewed: inspector extensions tests should not use sources as test data. Commenting one out temporarily, filing a bug. * inspector/extensions-events-expected.txt: * inspector/extensions-events.html: 2011-01-13 Dan Bernstein Reviewed by Dave Hyatt. Disable inheritance of text emphasis marks to ruby text https://bugs.webkit.org/show_bug.cgi?id=52359 * fast/ruby/text-emphasis-expected.txt: Added. * fast/ruby/text-emphasis.html: Added. 2011-01-13 Hayato Ito Unreviewed, chromium test expectations. Flaky expectations for html5lib/webkit-resumer.html. * platform/chromium/test_expectations.txt: 2011-01-12 Adam Barth Removing this test from the Skipped list caused the next test alphabetically to fail instead. * platform/mac/Skipped: 2011-01-12 Maciej Stachowiak Reviewed by David Levin. Add beforeunload support to WebKitTestRunner https://bugs.webkit.org/show_bug.cgi?id=52353 * platform/mac-wk2/Skipped: Unskip a test that was failing solely due to missing beforeunload support. 2011-01-12 Hayato Ito Unreviewed test expectations files fix. Fix a culprit revision number. * platform/chromium-gpu/test_expectations.txt: * platform/chromium/test_expectations.txt: 2011-01-12 Hayato Ito Unreviewed chromium-gpu test expectations fix. Disable canvas-large-dimensions.html after r75639. * platform/chromium-gpu/test_expectations.txt: 2011-01-12 Ryosuke Niwa Reviewed by Eric Seidel. REGRESSION(r69831): focus() in onkeypress discards input (affects chaseonline.chase.com) https://bugs.webkit.org/show_bug.cgi?id=52241 Added a test to ensure WebKit inserts the character typed by a user when focus's node is changed by a presskey event handler. * fast/forms/focus-change-on-keypress-expected.txt: Added. * fast/forms/focus-change-on-keypress.html: Added. 2011-01-12 Kenichi Ishibashi Reviewed by Kent Tamura. M_formElementsWithFormAttribute not cleared when FormAssociatedElement is inserted with a null m_form and then removed. https://bugs.webkit.org/show_bug.cgi?id=51905 Add test for crash when modifying the form attribute of a form associated element before removing it. * fast/forms/form-associated-element-crash-expected.txt: Added. * fast/forms/form-associated-element-crash.html: Added. * fast/forms/form-associated-element-crash2-expected.txt: Added. * fast/forms/form-associated-element-crash2.html: Added. 2011-01-12 Kenichi Ishibashi Reviewed by Kent Tamura. M_formElementsWithFormAttribute not cleared when Node is moved to another document. https://bugs.webkit.org/show_bug.cgi?id=51418 Added test for crash when moving form elements from one document to another. * fast/forms/change-form-element-document-crash-expected.txt: Added. * fast/forms/change-form-element-document-crash.html: Added. 2011-01-12 Justin Schuh Unreviewed chromium test expectations fix. Disable canvas-large-dimensions.html after r75639. * platform/chromium/test_expectations.txt: 2011-01-11 Matthew Delaney Reviewed by Simon Fraser. Max area bound needed in creation of IOSurface in ImageBufferCG.cpp https://bugs.webkit.org/show_bug.cgi?id=52172 * fast/canvas/canvas-large-dimensions.html: Added. * fast/canvas/canvas-large-dimensions-expected.txt: Added. 2011-01-12 Tony Chang Reviewed by Ojan Vafai. output the value of input and textarea nodes when using dump-as-markup https://bugs.webkit.org/show_bug.cgi?id=52319 * editing/inserting/5607069-2-expected.txt: * editing/inserting/5607069-3-expected.txt: * editing/selection/dump-as-markup-expected.txt: * editing/selection/dump-as-markup-form-text-expected.txt: Added. * editing/selection/dump-as-markup-form-text.html: Added. * fast/parser/object-with-textarea-fallback-expected.txt: * html5lib/runner.html: * html5lib/webkit-resumer.html: * resources/dump-as-markup.js: (Markup.useHTML5libOutputFormat): Add a flag for html5lib compatibility (Markup._get): 2011-01-12 Robert Hogan Unreviewed, add expected results. [Qt] Add new expected results from r75632 https://bugs.webkit.org/show_bug.cgi?id=42887 * platform/qt/fast/forms/search-display-none-cancel-button-expected.txt: Added. * platform/qt/fast/forms/search-placeholder-value-changed-expected.txt: Added. * platform/qt/fast/forms/search-rtl-expected.txt: Added. * platform/qt/fast/forms/search-styled-expected.txt: Added. * platform/qt/fast/forms/search-transformed-expected.txt: Added. * platform/qt/fast/forms/search-zoomed-expected.txt: Added. 2011-01-12 Robert Hogan Unreviewed, update expected results. [Qt] Update expected results from r75632 https://bugs.webkit.org/show_bug.cgi?id=42887 * platform/qt/fast/css/pseudo-cache-stale-expected.txt: * platform/qt/fast/css/text-input-with-webkit-border-radius-expected.txt: * platform/qt/fast/forms/search-cancel-button-style-sharing-expected.txt: * platform/qt/fast/forms/search-vertical-alignment-expected.txt: 2011-01-12 Robert Hogan Reviewed by Kenneth Rohde Christiansen. [Qt] Search input field doesn't have cancel button Add a cancel button to the search field and make it customizable by the client. For now, use the close dialog button associated with the application's style as the default. Unskip a bunch of search field related tests that pass now: fast/forms/search-cancel-button-mouseup.html fast/forms/search-rtl.html fast/forms/search-abs-pos-cancel-button.html fast/forms/search-styled.html fast/forms/search-transformed.html fast/forms/search-zoomed.html fast/forms/search-cancel-button-style-sharing.html fast/forms/search-display-none-cancel-button.html fast/forms/search-placeholder-value-changed.html fast/repaint/search-field-cancel.html fast/forms/search-cancel-button-events.html https://bugs.webkit.org/show_bug.cgi?id=42887 * platform/qt/Skipped: 2011-01-12 Nico Weber Unreviewed, test expectations. Remove now-unnecessary vista-specific baseline. https://bugs.webkit.org/show_bug.cgi?id=52105 * platform/chromium-win-vista/svg/custom/js-late-gradient-and-object-creation-expected.checksum: Removed. * platform/chromium-win-vista/svg/custom/js-late-gradient-and-object-creation-expected.png: Removed. 2011-01-12 Justin Schuh Unreviewed expectatinos update. Excluding SVG test for sporadic image failure. * platform/chromium/test_expectations.txt: 2011-01-12 Justin Schuh Unreviewed chromium expectations update. Added chromium win to exclusion for bug 48164. * platform/chromium/test_expectations.txt: 2011-01-12 Simon Fraser Reviewed by Eric Seidel. [CSS Gradients] One color stop should not paint anything for linear-gradient https://bugs.webkit.org/show_bug.cgi?id=52259 Update test results given that single-stop gradients are invalid. * fast/gradients/css3-gradient-parsing-expected.txt: * fast/gradients/css3-gradient-parsing.html: * platform/mac/fast/gradients/css3-color-stops-expected.checksum: * platform/mac/fast/gradients/css3-color-stops-expected.png: 2011-01-12 Csaba Osztrogonác Unreviewed. Add Qt specific expected results for new passing tests introduced in r74954 and r74743. Compared to Mac png files and Mac expected files. * platform/qt/fast/css-generated-content/table-before-after-child-add-expected.checksum: Added. * platform/qt/fast/css-generated-content/table-before-after-child-add-expected.png: Added. * platform/qt/fast/css-generated-content/table-before-after-child-add-expected.txt: Added. * platform/qt/fast/css-generated-content/table-cell-before-after-child-add-expected.checksum: Added. * platform/qt/fast/css-generated-content/table-cell-before-after-child-add-expected.png: Added. * platform/qt/fast/css-generated-content/table-cell-before-after-child-add-expected.txt: Added. * platform/qt/fast/css-generated-content/table-row-before-after-child-add-expected.checksum: Added. * platform/qt/fast/css-generated-content/table-row-before-after-child-add-expected.png: Added. * platform/qt/fast/css-generated-content/table-row-before-after-child-add-expected.txt: Added. * platform/qt/fast/css-generated-content/table-table-before-after-child-add-expected.checksum: Added. * platform/qt/fast/css-generated-content/table-table-before-after-child-add-expected.png: Added. * platform/qt/fast/css-generated-content/table-table-before-after-child-add-expected.txt: Added. * platform/qt/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.checksum: Added. * platform/qt/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png: Added. * platform/qt/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added. 2011-01-12 Justin Schuh Unreviewed expectations update for chromium. Exclude failing test from r75064. * platform/chromium/test_expectations.txt: 2011-01-12 Philippe Normand Unreviewed, skip failing test on GTK. * platform/gtk/Skipped: Skip editing/input/page-up-down-scrolls.html 2010-12-29 Yury Semikhatsky Reviewed by Pavel Feldman. inspector/timeline-network-resource.html fails when run twice https://bugs.webkit.org/show_bug.cgi?id=37394 Send didReceiveResponse notification to the timeline agent from ResourceLoadNotifier instead of ResourceLoader::didReceiveResponse to cover the cases when resources are loaded from memory cache. Network notifications are now send to InspectorInstrumentation which dispatches them to interested agents and InspectorController. fix * inspector/timeline-network-resource-expected.txt: * inspector/timeline-network-resource.html: * inspector/timeline-network-resource.js: 2011-01-12 Jeremy Orlow Add forgotten file. * storage/indexeddb/transaction-read-only-expected.txt: Added. 2011-01-12 Csaba Osztrogonác Unreviewed. [Qt] plugins/no-mime-with-valid-extension.html fails https://bugs.webkit.org/show_bug.cgi?id=52288 * platform/qt/Skipped: plugins/no-mime-with-valid-extension.html added until fix. 2011-01-11 Jeremy Orlow Reviewed by Nate Chapin. Enforce READ_ONLY transactions in IndexedDB https://bugs.webkit.org/show_bug.cgi?id=52229 Fix existing errors in tests + add a new test for this issue. * storage/indexeddb/cursor-delete-expected.txt: * storage/indexeddb/cursor-delete.html: * storage/indexeddb/cursor-index-delete-expected.txt: * storage/indexeddb/cursor-index-delete.html: * storage/indexeddb/database-quota-expected.txt: * storage/indexeddb/database-quota.html: * storage/indexeddb/objectstore-basics-expected.txt: * storage/indexeddb/objectstore-basics.html: * storage/indexeddb/objectstore-removeobjectstore-expected.txt: * storage/indexeddb/objectstore-removeobjectstore.html: * storage/indexeddb/transaction-basics-expected.txt: * storage/indexeddb/transaction-basics.html: * storage/indexeddb/transaction-crash-on-abort-expected.txt: * storage/indexeddb/transaction-crash-on-abort.html: * storage/indexeddb/transaction-read-only.html: Added. 2011-01-11 Maciej Stachowiak Reviewed by David Levin. Fix typo in WebKit2 skipped list which was causing a test to not get skipped https://bugs.webkit.org/show_bug.cgi?id=52277 * platform/mac-wk2/Skipped: 2011-01-11 Simon Fraser Reviewed by Dan Bernstein. Webkit crashes when a gradient is applied using the first-line pseudo element https://bugs.webkit.org/show_bug.cgi?id=52225 Testcase. * fast/gradients/gradient-on-pseudoelement-crash-expected.txt: Added. * fast/gradients/gradient-on-pseudoelement-crash.html: Added. 2011-01-11 Justin Schuh Unreviewed chromium expectations update. Windows exclusion for no-mime-with-valid-extension.html (from r75567) * platform/chromium/test_expectations.txt: 2011-01-11 Dirk Pranke Unreviewed, fix typo in expectations file. * platform/chromium-gpu/test_expectations.txt: 2011-01-11 Nico Weber Unreviewed, test expectations. Remove now-unnecessary xp-specific baseline. https://bugs.webkit.org/show_bug.cgi?id=52105 * platform/chromium-win-xp/fast/gradients/radial-centered-expected.checksum: Removed. * platform/chromium-win-xp/fast/gradients/radial-centered-expected.png: Removed. 2011-01-11 Adrienne Walker Unreviewed, test expectations update. Revert expect change for Snow Leopard in r75570. * platform/mac-snowleopard/Skipped: 2011-01-11 Mihai Parparita Unreviewed; chromium test expectations update. Remove failing expectations for tests that pass after r75569. * platform/chromium/test_expectations.txt: 2011-01-11 James Robinson Update test to use layoutTestController.waitUntilDone()/notifyDone() since it relies on the scroll event which is now async. * fast/repaint/resources/fixed-move-after-keyboard-scroll-iframe.html: 2011-01-11 Mihai Parparita Unreviewed; chromium test expectations update. Remove failing expectations for tests that pass after r75552. * platform/chromium/test_expectations.txt: 2011-01-11 Adrienne Walker Reviewed by Kenneth Russell. Sync WebGL texImage2D video test from Khronos and re-enable it. https://bugs.webkit.org/show_bug.cgi?id=44459 * fast/canvas/webgl/resources/quadrants.mp4: Removed. * fast/canvas/webgl/resources/quadrants.ogv: Removed. * fast/canvas/webgl/resources/red-green.mp4: Added. * fast/canvas/webgl/resources/red-green.theora.ogv: Added. * fast/canvas/webgl/resources/red-green.webmvp8.webm: Added. * fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-expected.txt: * fast/canvas/webgl/tex-image-and-sub-image-2d-with-video.html: * platform/chromium-gpu/test_expectations.txt: * platform/chromium/test_expectations.txt: * platform/mac-snowleopard/Skipped: 2011-01-11 Mihai Parparita Unreviewed, new chromium-mac baselines. Rebaseline after the scrollbar change (these tests still need chromium-mac baselines since they have controls or images that render slightly differently from the Mac port). * platform/chromium-mac/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.checksum: * platform/chromium-mac/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png: * platform/chromium-mac/fast/block/margin-collapse/103-expected.checksum: Added. * platform/chromium-mac/fast/block/margin-collapse/103-expected.png: Added. * platform/chromium-mac/fast/borders/border-image-rotate-transform-expected.checksum: * platform/chromium-mac/fast/borders/border-image-rotate-transform-expected.png: * platform/chromium-mac/fast/events/pointer-events-2-expected.checksum: * platform/chromium-mac/fast/events/pointer-events-2-expected.png: * platform/chromium-mac/fast/images/gif-large-checkerboard-expected.checksum: Removed. * platform/chromium-mac/fast/images/gif-large-checkerboard-expected.png: Removed. * platform/chromium-mac/fast/replaced/width100percent-image-expected.checksum: Added. * platform/chromium-mac/fast/replaced/width100percent-image-expected.png: Added. * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.checksum: Added. * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png: Added. * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.checksum: Added. * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png: Added. * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.checksum: Added. * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png: Added. * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.checksum: Added. * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png: Added. * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.checksum: Added. * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png: Added. * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.checksum: Added. * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png: Added. * platform/chromium-mac/svg/zoom/page/zoom-mask-with-percentages-expected.checksum: Added. * platform/chromium-mac/svg/zoom/page/zoom-mask-with-percentages-expected.png: Added. * platform/chromium-mac/tables/mozilla/bugs/bug101674-expected.checksum: Added. * platform/chromium-mac/tables/mozilla/bugs/bug101674-expected.png: Added. * platform/chromium-mac/tables/mozilla/bugs/bug29314-expected.checksum: Added. * platform/chromium-mac/tables/mozilla/bugs/bug29314-expected.png: Added. * platform/chromium-mac/tables/mozilla/bugs/bug5797-expected.checksum: Added. * platform/chromium-mac/tables/mozilla/bugs/bug5797-expected.png: Added. * platform/chromium-mac/tables/mozilla/bugs/bug625-expected.checksum: Added. * platform/chromium-mac/tables/mozilla/bugs/bug625-expected.png: Added. * platform/chromium-mac/tables/mozilla/core/bloomberg-expected.checksum: Added. * platform/chromium-mac/tables/mozilla/core/bloomberg-expected.png: Added. * platform/chromium-mac/tables/mozilla/core/row_span-expected.checksum: Added. * platform/chromium-mac/tables/mozilla/core/row_span-expected.png: Added. * platform/chromium-mac/tables/mozilla/other/cell_widths-expected.checksum: Added. * platform/chromium-mac/tables/mozilla/other/cell_widths-expected.png: Added. * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug85016-expected.checksum: Added. * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug85016-expected.png: Added. * platform/chromium-mac/tables/mozilla_expected_failures/other/test4-expected.checksum: Added. * platform/chromium-mac/tables/mozilla_expected_failures/other/test4-expected.png: Added. * platform/chromium/test_expectations.txt: 2011-01-11 Nicolas Dufresne Reviewed by Adam Barth. Use plug-in DB for extensions to MIME type convertion Plugins extension to MIME type conversion was not used in the frameLoader. This was causing some fallback to be use which as the side effect of loosing all the parameters or attributes. This patch ensure that we try to convert the extension to MIME type using the plugin database beofre using this fallback. Attribute lost with Flash plugin without mime type set https://bugs.webkit.org/show_bug.cgi?id=50657 * plugins/no-mime-with-valid-extension.html: Added. * plugins/no-mime-with-valid-extension-expected.txt: Added. 2011-01-11 Justin Schuh Unreviewed, test expectations update. Flaky expectations for textOnPath.svg. * platform/chromium/test_expectations.txt: 2011-01-11 James Simonsen Reviewed by Eric Seidel. [Web Timing] Rename sslHandshakeStart to secureConnectionStart https://bugs.webkit.org/show_bug.cgi?id=52239 * fast/dom/Window/window-properties-performance-expected.txt: * fast/dom/script-tests/webtiming.js: (checkTimingBeforeLoad): (checkTimingWhileDeferred): (checkWebTimingOnDOMContentLoaded): (checkWebTimingWhileAsync): (checkWebTimingOnLoad): (checkWebTimingAfterLoad): * fast/dom/webtiming-document-open-expected.txt: * fast/dom/webtiming-expected.txt: * fast/dom/webtiming-navigate-within-document-expected.txt: * http/tests/misc/resources/webtiming-cross-origin-and-back2.html: * http/tests/misc/resources/webtiming-cross-origin-redirect.html: * http/tests/misc/resources/webtiming-no-origin.html: * http/tests/misc/resources/webtiming-ssl.html: * http/tests/misc/webtiming-origins-expected.txt: * http/tests/misc/webtiming-ssl-expected.txt: 2011-01-11 Mihai Parparita Reviewed by Darin Fisher. Scroll event should be fired asynchronously https://bugs.webkit.org/show_bug.cgi?id=45631 Update existing tests that assumed that scroll events fired synchronously. * editing/input/page-up-down-scrolls-expected.txt: * editing/input/page-up-down-scrolls.html: * fast/events/fire-scroll-event-element-expected.txt: Copied from LayoutTests/fast/events/fire-scroll-event-expected.txt. * fast/events/fire-scroll-event-element.html: Added. Does the same tests as fire-scroll-event.html, but on an individual element instead of the whole document. * fast/events/fire-scroll-event-expected.txt: * fast/events/fire-scroll-event.html: Now explicitly tests for synchronous behavior when scrolling the document, and that we don't fire the event more than once. * fast/events/remove-child-onscroll.html: * fast/events/scroll-during-zoom-change.html: * fast/events/scroll-event-does-not-bubble.html: * fast/events/scroll-event-phase-expected.txt: Added. * fast/events/scroll-event-phase.html: Added. Checks that we can listen for scroll events in both the capture and bubble phase. * fast/layers/removed-by-scroll-handler.html: * fast/overflow/onscroll-layer-self-destruct.html: * fast/repaint/repaint-during-scroll.html: 2011-01-11 Mihai Parparita Unreviewed; new and updated mac-leopard baselines. Update stale or missing Leopard baselines (tests currently pass on Snow Leopard). * platform/chromium/test_expectations.txt: * platform/mac-leopard/editing/deleting/delete-line-end-ws-001-expected.checksum: * platform/mac-leopard/editing/deleting/delete-line-end-ws-001-expected.png: * platform/mac-leopard/editing/deleting/delete-line-end-ws-002-expected.checksum: * platform/mac-leopard/editing/deleting/delete-line-end-ws-002-expected.png: * platform/mac-leopard/fast/block/basic/016-expected.checksum: Added. * platform/mac-leopard/fast/block/basic/016-expected.png: Added. * platform/mac-leopard/fast/block/basic/truncation-rtl-expected.checksum: Added. * platform/mac-leopard/fast/block/basic/truncation-rtl-expected.png: Added. * platform/mac-leopard/fast/blockflow/fieldsets-expected.checksum: Added. * platform/mac-leopard/fast/blockflow/fieldsets-expected.png: Added. * platform/mac-leopard/fast/borders/border-image-scale-transform-expected.checksum: * platform/mac-leopard/fast/borders/border-image-scale-transform-expected.png: * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug2479-5-expected.checksum: * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png: 2011-01-11 Abhishek Arya Reviewed by Dimitri Glazkov. Tests that we do not crash when we remove scrollable iframe when executing inside its scroll event. https://bugs.webkit.org/show_bug.cgi?id=52238 * scrollbars/scrollable-iframe-remove-crash-expected.txt: Added. * scrollbars/scrollable-iframe-remove-crash.html: Added. 2011-01-11 Martin Robinson Remove some GTK+-specific baselines. GTK+ now enough feature parity with the Mac port to make these platform-specific results unnecessary. * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: Removed. * platform/gtk/fast/dom/prototype-inheritance-expected.txt: Removed. * platform/gtk/fast/js/global-constructors-expected.txt: Removed. 2011-01-11 Nico Weber Unreviewed, test expectations. Another new baselines due to updated skia https://bugs.webkit.org/show_bug.cgi?id=52105 * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.checksum: * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png: 2011-01-08 Dimitri Glazkov Reviewed by David Hyatt. Make pseudo-style resolution less hard-coded when used to select a shadow node https://bugs.webkit.org/show_bug.cgi?id=46595 New test that comprehensively travels the code paths affected by the change. * fast/css/unknown-pseudo-element-matching-expected.txt: Added. * fast/css/unknown-pseudo-element-matching.html: Added. 2011-01-11 Dean Jackson Reviewed by Simon Fraser. https://bugs.webkit.org/show_bug.cgi?id=52233 Update WebKitCSSMatrix test to cover a constructor that accepts 'none' as input. * transforms/cssmatrix-2d-interface-expected.txt: * transforms/cssmatrix-2d-interface.xhtml: 2011-01-11 Dimitri Glazkov Reviewed by Eric Seidel. REGRESSION(r71934) Can't type in search edit field on skin-one.com https://bugs.webkit.org/show_bug.cgi?id=52195 Restored original (pre-71934) check in the test to ensure that selectstart does not propagate outside of the shadow DOM. Consolidated shadow-boundary-crossing-2.html into shadow-boundary-crossing.html. * fast/events/shadow-boundary-crossing-2-expected.txt: Renamed to shadow-boundary-crossing-expected.txt. * fast/events/shadow-boundary-crossing-2.html: Renamed to shadow-boundary-crossing.html. * fast/events/shadow-boundary-crossing-expected.txt: Removed. * fast/events/shadow-boundary-crossing.html: Removed after folding the test into the new shadow-boundary-crossing.html. 2011-01-11 Zhenyao Mo Unreviewed, test expectation update. * platform/mac-snowleopard/Skipped: 2011-01-11 Michael Saboff Reviewed by Geoffrey Garen. Missing call to popTempSortVector() for exception case in JSArray::sort. https://bugs.webkit.org/show_bug.cgi?id=50718 New test to validate balanced calls to pushTempSortVector() and popTempSortVector(). * fast/js/array-sort-exception-expected.txt: Added. * fast/js/array-sort-exception.html: Added. * fast/js/script-tests/array-sort-exception.js: Added. (do_gc): (Item): (toString_throw): (test): 2011-01-11 Zhenyao Mo Unreviewed, test expectations update. * platform/chromium-gpu/test_expectations.txt: * platform/chromium/test_expectations.txt: 2011-01-11 Nico Weber Unreviewed, test expectations. Another baseline for the recent skia roll. https://bugs.webkit.org/show_bug.cgi?id=52105 * platform/chromium-linux/svg/custom/focus-ring-expected.checksum: * platform/chromium-linux/svg/custom/focus-ring-expected.png: 2011-01-10 Zhenyao Mo Reviewed by Kenneth Russell. Need to consider UNPACK_ALIGNMENT in GraphicsContext3D::texImage2DResourceSafe https://bugs.webkit.org/show_bug.cgi?id=52068 * fast/canvas/webgl/read-pixels-test-expected.txt: * fast/canvas/webgl/read-pixels-test.html: Sync with khronos. * fast/canvas/webgl/resources/webgl-test.js: Add finishTest(). 2011-01-07 Enrica Casucci Reviewed by Alexey Proskuryakov. Paste and drag and drop use different code paths to interact with the pasteboard. https://bugs.webkit.org/show_bug.cgi?id=52093 New test results added to match the correct behavior. * platform/mac/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.checksum: * platform/mac/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.png: * platform/mac/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.txt: 2011-01-11 Mihai Parparita Unreviewed; chromium test expectations update. Remove failing expectations for tests that pass after r75515. * platform/chromium/test_expectations.txt: 2011-01-11 Abhishek Arya Reviewed by Dimitri Glazkov. Tests that calling append data on a text node which removes its sibling text node does not result in crash. https://bugs.webkit.org/show_bug.cgi?id=52163 * fast/dom/text-node-append-data-remove-crash-expected.txt: Added. * fast/dom/text-node-append-data-remove-crash.html: Added. 2011-01-11 Stephen White Unreviewed; chromium-gpu test expectations update. Remove now-passing tests from text_expectations.txt. * platform/chromium-gpu/test_expectations.txt: 2011-01-11 Mihai Parparita Unreviewed; new and updated mac-leopard baselines. Update stale or missing Leopard baselines (tests currently pass on Snow Leopard). * platform/chromium/test_expectations.txt: * platform/mac-leopard/fast/block/basic/fieldset-stretch-to-legend-expected.checksum: * platform/mac-leopard/fast/block/basic/fieldset-stretch-to-legend-expected.png: * platform/mac-leopard/fast/dom/focus-contenteditable-expected.checksum: Added. * platform/mac-leopard/fast/dom/focus-contenteditable-expected.png: Added. * platform/mac-leopard/fast/forms/fieldset-align-expected.checksum: Added. * platform/mac-leopard/fast/forms/fieldset-align-expected.png: Added. * platform/mac-leopard/fast/multicol/columns-shorthand-parsing-expected.checksum: Added. * platform/mac-leopard/fast/multicol/columns-shorthand-parsing-expected.png: Added. * platform/mac-leopard/fast/text/capitalize-boundaries-expected.checksum: Added. * platform/mac-leopard/fast/text/capitalize-boundaries-expected.png: Added. * platform/mac-leopard/fast/text/softHyphen-expected.checksum: Added. * platform/mac-leopard/fast/text/softHyphen-expected.png: Added. * platform/mac-leopard/tables/mozilla/other/wa_table_tr_align-expected.checksum: * platform/mac-leopard/tables/mozilla/other/wa_table_tr_align-expected.png: 2011-01-11 Martin Robinson Unskipping fast/multicol/span/double-merge-anonymous-block-crash.html. We have been unsuccessful reproducing the crash locally or on the bots. * platform/gtk/Skipped: Unskipping test. 2011-01-11 Michael Saboff Reviewed by Geoffrey Garen. ASSERTION Failure in JSC::binaryChop https://bugs.webkit.org/show_bug.cgi?id=25614 Added new test to check for proper handling of stack overflow exceptions and arrity exceptions while close to the top of the stack. * fast/js/script-tests/stack-overflow-arrity-catch.js: Added. (fWithTwoArgs): (test): * fast/js/script-tests/stack-overflow-catch.js: Added. (test): * fast/js/stack-overflow-arrity-catch-expected.txt: Added. * fast/js/stack-overflow-arrity-catch.html: Added. * fast/js/stack-overflow-catch-expected.txt: Added. * fast/js/stack-overflow-catch.html: Added. 2011-01-11 Stephen White Unreviewed; new chromium GPU test baselines. These tests required rebaselining after the skia roll in http://src.chromium.org/viewvc/chrome?view=rev&revision=70835. * platform/chromium-gpu-linux/fast/canvas/canvas-text-alignment-expected.checksum: * platform/chromium-gpu-linux/fast/canvas/canvas-text-alignment-expected.png: * platform/chromium-gpu-linux/fast/canvas/fillrect_gradient-expected.checksum: * platform/chromium-gpu-linux/fast/canvas/fillrect_gradient-expected.png: * platform/chromium-gpu-win/fast/canvas/canvas-text-alignment-expected.checksum: * platform/chromium-gpu-win/fast/canvas/canvas-text-alignment-expected.png: * platform/chromium-gpu-win/fast/canvas/canvas-text-alignment-expected.txt: * platform/chromium-gpu-win/fast/canvas/fillrect_gradient-expected.checksum: * platform/chromium-gpu-win/fast/canvas/fillrect_gradient-expected.png: * platform/chromium-gpu-win/fast/canvas/fillrect_gradient-expected.txt: * platform/chromium-gpu-win/fast/canvas/gradient-add-second-start-end-stop-expected.checksum: * platform/chromium-gpu-win/fast/canvas/gradient-add-second-start-end-stop-expected.png: * platform/chromium-gpu-win/fast/canvas/gradient-add-second-start-end-stop-expected.txt: 2011-01-11 Carlos Garcia Campos Reviewed by Martin Robinson. [GTK] Add support for element https://bugs.webkit.org/show_bug.cgi?id=48713 * platform/gtk/Skipped: * platform/gtk/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.checksum: Added. * platform/gtk/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png: Added. * platform/gtk/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt: Added. * platform/gtk/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.checksum: Added. * platform/gtk/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png: Added. * platform/gtk/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt: Added. * platform/gtk/fast/dom/HTMLMeterElement/meter-boundary-values-expected.checksum: Added. * platform/gtk/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: Added. * platform/gtk/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt: Added. * platform/gtk/fast/dom/HTMLMeterElement/meter-element-expected.checksum: Added. * platform/gtk/fast/dom/HTMLMeterElement/meter-element-expected.png: Added. * platform/gtk/fast/dom/HTMLMeterElement/meter-element-expected.txt: Added. * platform/gtk/fast/dom/HTMLMeterElement/meter-optimums-expected.checksum: Added. * platform/gtk/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Added. * platform/gtk/fast/dom/HTMLMeterElement/meter-optimums-expected.txt: Added. * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.checksum: Added. * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png: Added. * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt: Added. * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-expected.checksum: Added. * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-expected.png: Added. * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-expected.txt: Added. 2011-01-11 Stephen White Unreviewed; yet another gpu test_expectations update. All glory to the hypnotoad. * platform/chromium-gpu/test_expectations.txt: 2011-01-11 Jeremy Orlow [Chromium] Fix bad baselines https://bugs.webkit.org/show_bug.cgi?id=52207 It looks like https://bugs.webkit.org/show_bug.cgi?id=51865 didn't quite get the baselines right. Ran the rebaseline tool to get these. * platform/chromium-linux/svg/custom/fill-SVGPaint-interface-expected.txt: Removed. * platform/chromium-linux/svg/custom/getPresentationAttribute-expected.txt: Removed. * platform/chromium-win/svg/custom/fill-SVGPaint-interface-expected.txt: * platform/chromium-win/svg/custom/getPresentationAttribute-expected.txt: 2011-01-11 Adam Roben Update test results after r75408 * platform/mac-leopard/fast/js/large-expressions-expected.txt: * platform/win/fast/js/large-expressions-expected.txt: 2011-01-11 Csaba Osztrogonác Unreviewed. [Qt] DRT sideeffect revealed by r63657 and r75305 https://bugs.webkit.org/show_bug.cgi?id=42578 After r75305 24 tests fail. Add them to the Skipped list temporarily to make buildbot happy. * platform/qt/Skipped: 2011-01-11 Noel Gordon Reviewed by James Robinson. [chromium] canvas.toDataURL("image/jpeg") should composite onto black. https://bugs.webkit.org/show_bug.cgi?id=51237 canvas/philip/tests/toDataURL.jpeg.alpha.html only fails on chromium-mac now, tracked by bug http://webkit.org/b/40147. * platform/chromium/test_expectations.txt: win & linux pass. 2011-01-11 Anton Muhin Unreviewed Chromium test expectations update. Remove now unnecessary Chromium overrides. * platform/chromium-mac/fast/regex/malformed-escapes-expected.txt: Removed. * platform/chromium-win/fast/regex/malformed-escapes-expected.txt: Removed. 2011-01-11 Shane Stephens Reviewed by Eric Seidel. [Chromium] Tests marked as WONTFIX SKIP but bug causing test failure fixed. https://bugs.webkit.org/show_bug.cgi?id=51865 * platform/chromium-linux/svg/custom/fill-SVGPaint-interface-expected.checksum: Added. * platform/chromium-linux/svg/custom/fill-SVGPaint-interface-expected.png: Added. * platform/chromium-linux/svg/custom/fill-SVGPaint-interface-expected.txt: Added. * platform/chromium-linux/svg/custom/getPresentationAttribute-expected.checksum: Added. * platform/chromium-linux/svg/custom/getPresentationAttribute-expected.png: Added. * platform/chromium-linux/svg/custom/getPresentationAttribute-expected.txt: Added. * platform/chromium-win/svg/custom/fill-SVGPaint-interface-expected.checksum: * platform/chromium-win/svg/custom/fill-SVGPaint-interface-expected.png: * platform/chromium-win/svg/custom/fill-SVGPaint-interface-expected.txt: Added. * platform/chromium-win/svg/custom/getPresentationAttribute-expected.checksum: * platform/chromium-win/svg/custom/getPresentationAttribute-expected.png: * platform/chromium-win/svg/custom/getPresentationAttribute-expected.txt: Added. * platform/chromium/test_expectations.txt: 2011-01-10 Mihai Parparita Unreviewed Chromium test expectations update. Reorganized scrollbar-related failures. * platform/chromium/test_expectations.txt: 2011-01-10 Mihai Parparita Unreviewed Chromium test expectations update. Remove entries for tests that now pass. A bunch of tests with scrollbars started to pass after unncessary Chromium baselines with removed with r75463, r75446 and r75440. ietestcenter/Javascript/15.4.4.14-9-b-i-6.html and ietestcenter/ Javascript/15.4.4.15-8-b-i-6.html started to pass after http://crrev.com/70894, which rolled V8 to 3.0.7, which fixed http://code.google.com/p/v8/issues/detail?id=1015. fast/text/font-size-zero.html appears to always pass. * platform/chromium/test_expectations.txt: 2011-01-10 Stephen White Unreviewed; chromium-gpu test_expectations updates. Mark 3 tests as failing after skia roll (chromium r75408). * platform/chromium-gpu/test_expectations.txt: 2011-01-10 David Hyatt Reviewed by Simon Fraser. Test for https://bugs.webkit.org/show_bug.cgi?id=51119 * fast/transforms/transform-hit-test-flipped-expected.txt: Added. * fast/transforms/transform-hit-test-flipped.html: Added. 2011-01-10 Justin Schuh Unreviewed Chromium test expectations update. Fix path for: fast/js/kde/parse.html * platform/chromium/test_expectations.txt: 2011-01-10 Justin Schuh Unreviewed Chromium test expectations update. Mark 3 tests as failing on chromium after r75408. * platform/chromium/test_expectations.txt: 2011-01-10 Mihai Parparita Unreviewed Chromium test expectations update. Remove chromium-mac baselines for css1/ and css2.1/ tests that had them because of scrollbars. Update stale mac-leopard baselines. * platform/chromium-mac/css1/box_properties/clear-expected.checksum: Removed. * platform/chromium-mac/css1/box_properties/clear-expected.png: Removed. * platform/chromium-mac/css1/text_properties/text_transform-expected.checksum: Removed. * platform/chromium-mac/css1/text_properties/text_transform-expected.png: Removed. * platform/chromium-mac/css1/text_properties/vertical_align-expected.checksum: Removed. * platform/chromium-mac/css1/text_properties/vertical_align-expected.png: Removed. * platform/mac-leopard/css1/box_properties/clear_float-expected.checksum: * platform/mac-leopard/css1/box_properties/clear_float-expected.png: * platform/mac-leopard/css1/box_properties/float_elements_in_series-expected.checksum: * platform/mac-leopard/css1/box_properties/float_elements_in_series-expected.png: * platform/mac-leopard/css1/box_properties/float_on_text_elements-expected.checksum: * platform/mac-leopard/css1/box_properties/float_on_text_elements-expected.png: * platform/mac-leopard/css2.1/t0905-c5525-fltwidth-00-c-g-expected.checksum: Added. * platform/mac-leopard/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png: Added. 2011-01-10 Joe Mason Reviewed by Alexey Proskuryakov. WebSockets: unbounded buffer growth when server sends bad data https://bugs.webkit.org/show_bug.cgi?id=51253 Tests that a websocket handshake should fail after 1024 bytes without a newline, or if it contains a null byte before the first newline. * http/tests/websocket/tests/handshake-fail-by-maxlength-expected.txt: Added. * http/tests/websocket/tests/handshake-fail-by-maxlength.html: Added. * http/tests/websocket/tests/handshake-fail-by-maxlength_wsh.py: Added. * http/tests/websocket/tests/handshake-fail-by-prepended-null-expected.txt: Added. * http/tests/websocket/tests/handshake-fail-by-prepended-null.html: Added. * http/tests/websocket/tests/handshake-fail-by-prepended-null_wsh.py: Added. 2011-01-10 Jer Noble Reviewed by Simon Fraser. https://bugs.webkit.org/show_bug.cgi?id=52095 REGRESSION (r75277): 2 test cases (<1%) had incorrect layout Fixes tests: fullscreen/full-screen-remove-ancestor.html fullscreen/full-screen-remove.html Revert change made in r75326, now that the underlying issue has been fixed. * fullscreen/full-screen-remove-ancestor-expected.txt: * fullscreen/full-screen-remove-expected.txt: 2011-01-10 Mihai Parparita Unreviewed Chromium test expectations update. Remove chromium-mac baselines for svg/ tests that had them because of scrollbars. Also updates Snow Leopard (mac) baselines for svg/dom/ SVGLengthList-basics.xhtml after r72518. * platform/chromium-mac/svg/dom/SVGLengthList-basics-expected.checksum: Removed. * platform/chromium-mac/svg/dom/SVGLengthList-basics-expected.png: Removed. * platform/chromium-mac/svg/dom/SVGTransformList-basics-expected.checksum: Removed. * platform/chromium-mac/svg/dom/SVGTransformList-basics-expected.png: Removed. * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.checksum: Removed. * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png: Removed. * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.checksum: Removed. * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png: Removed. * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.checksum: Removed. * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png: Removed. * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.checksum: Removed. * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png: Removed. * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.checksum: Removed. * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png: Removed. * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.checksum: Removed. * platform/chromium-mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png: Removed. * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.checksum: Removed. * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png: Removed. * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.checksum: Removed. * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png: Removed. * platform/chromium-mac/svg/hixie/links/003-broken-expected.checksum: Removed. * platform/chromium-mac/svg/hixie/links/003-broken-expected.png: Removed. * platform/chromium-mac/svg/zoom/page/zoom-coords-viewattr-01-b-expected.checksum: Removed. * platform/chromium-mac/svg/zoom/page/zoom-coords-viewattr-01-b-expected.png: Removed. * platform/chromium-mac/svg/zoom/page/zoom-foreignObject-expected.checksum: Removed. * platform/chromium-mac/svg/zoom/page/zoom-foreignObject-expected.png: Removed. * platform/chromium-mac/svg/zoom/page/zoom-hixie-mixed-008-expected.checksum: Removed. * platform/chromium-mac/svg/zoom/page/zoom-hixie-mixed-008-expected.png: Removed. * platform/chromium-mac/svg/zoom/page/zoom-mask-with-percentages-expected.checksum: Removed. * platform/chromium-mac/svg/zoom/page/zoom-mask-with-percentages-expected.png: Removed. * platform/mac/svg/dom/SVGLengthList-basics-expected.checksum: * platform/mac/svg/dom/SVGLengthList-basics-expected.png: 2011-01-10 Jenn Braithwaite Reviewed by Dmitry Titov. [chromium] Layout test fast/frames/iframe-reparenting-plugins.html is failing on windows https://bugs.webkit.org/show_bug.cgi?id=52062 * platform/chromium/test_expectations.txt: Skip the failing test. Same reason other tests using WebKit Test PlugIn fails. 2011-01-10 Martin Robinson Rebaseline some test results after r75389. * 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-01-10 Mihai Parparita Unreviewed Chromium test expectations update. More scrollbar change rebaselines. * platform/chromium-mac/fast/selectors/166-expected.checksum: Removed. * platform/chromium-mac/fast/selectors/166-expected.png: Removed. * platform/chromium-mac/fast/table/border-collapsing/004-vertical-expected.checksum: Removed. * platform/chromium-mac/fast/table/border-collapsing/004-vertical-expected.png: Removed. * platform/chromium-mac/fast/table/height-percent-test-vertical-expected.checksum: Removed. * platform/chromium-mac/fast/table/height-percent-test-vertical-expected.png: Removed. * platform/chromium-mac/svg/css/composite-shadow-example-expected.checksum: * platform/chromium-mac/svg/css/composite-shadow-example-expected.png: * platform/chromium-mac/svg/css/composite-shadow-with-opacity-expected.checksum: * platform/chromium-mac/svg/css/composite-shadow-with-opacity-expected.png: * platform/chromium-mac/svg/css/stars-with-shadow-expected.checksum: Removed. * platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.checksum: * platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png: * platform/chromium/test_expectations.txt: * platform/mac-leopard/fast/table/border-collapsing/004-vertical-expected.checksum: Added. * platform/mac-leopard/fast/table/border-collapsing/004-vertical-expected.png: Added. * platform/mac/fast/table/border-collapsing/004-vertical-expected.checksum: * platform/mac/fast/table/border-collapsing/004-vertical-expected.png: * platform/mac/fast/table/height-percent-test-vertical-expected.checksum: * platform/mac/fast/table/height-percent-test-vertical-expected.png: 2011-01-10 Tony Chang Unreviewed, rolling out r75398, r75407, http://trac.webkit.org/changeset/75398 https://bugs.webkit.org/show_bug.cgi?id=52008 Some layout tests are crashing on Chromium Win. * platform/chromium-win/fast/backgrounds/animated-gif-as-background-expected.checksum: Added. * platform/chromium-win/fast/backgrounds/animated-gif-as-background-expected.png: Added. * platform/chromium/test_expectations.txt: 2011-01-10 Mihai Parparita Unreviewed Chromium test expectations update. Rebaseline six tests in fast/repaint for chromium-mac. Even after the scrollbar switch they need Chromium-specific results since repaint regions are different from the mac port's. Adds both Leopard (chromium-mac-leopard) and Snow Leopard (chromium-mac) baselines. * platform/chromium-mac-leopard/fast/repaint/fixed-expected.checksum: Added. * platform/chromium-mac-leopard/fast/repaint/fixed-expected.png: Added. * platform/chromium-mac-leopard/fast/repaint/fixed-move-after-keyboard-scroll-expected.checksum: Added. * platform/chromium-mac-leopard/fast/repaint/fixed-move-after-keyboard-scroll-expected.png: Added. * platform/chromium-mac/fast/repaint/fixed-expected.checksum: * platform/chromium-mac/fast/repaint/fixed-expected.png: * platform/chromium-mac/fast/repaint/fixed-move-after-keyboard-scroll-expected.checksum: * platform/chromium-mac/fast/repaint/fixed-move-after-keyboard-scroll-expected.png: * platform/chromium-mac/fast/repaint/fixed-tranformed-expected.checksum: * platform/chromium-mac/fast/repaint/fixed-tranformed-expected.png: * platform/chromium-mac/fast/repaint/moving-shadow-on-container-expected.checksum: * platform/chromium-mac/fast/repaint/moving-shadow-on-container-expected.png: * platform/chromium-mac/fast/repaint/moving-shadow-on-path-expected.checksum: * platform/chromium-mac/fast/repaint/moving-shadow-on-path-expected.png: * platform/chromium-mac/fast/repaint/repaint-during-scroll-expected.checksum: * platform/chromium-mac/fast/repaint/repaint-during-scroll-expected.png: * platform/chromium/test_expectations.txt: 2011-01-10 Maciej Stachowiak Reviewed by Anders Carlsson. Skip layout tests in WebKit2 that fail for an obvious (missing DRT API) reason https://bugs.webkit.org/show_bug.cgi?id=52166 * platform/mac-wk2/Skipped: 2011-01-10 Gavin Barraclough Reviewed by Oliver Hunt. Bug 52079 - Syntax errors should be early errors. Fix syntax errors in layout tests, and update expected results. * editing/selection/select-crash-001.html: * editing/selection/select-crash-002.html: * fast/canvas/webgl/renderbuffer-initialization.html: * fast/forms/25153.html: * fast/forms/textfield-drag-into-disabled.html: * fast/js/exception-codegen-crash-expected.txt: * fast/js/exception-codegen-crash.html: * fast/js/kde/parse-expected.txt: * fast/js/kde/script-tests/parse.js: * fast/js/large-expressions-expected.txt: * fast/js/named-function-expression-expected.txt: * fast/js/parser-syntax-check-expected.txt: * fast/js/script-tests/large-expressions.js: * fast/js/script-tests/named-function-expression.js: * fast/js/script-tests/parser-syntax-check.js: * fast/js/sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11.1_T3-expected.txt: * fast/js/sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A11_T3-expected.txt: * fast/js/sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12.1_T3-expected.txt: * fast/js/sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A12_T3-expected.txt: * fast/js/sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A1_T1-expected.txt: * fast/js/sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A1_T2-expected.txt: * fast/js/sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A1_T3-expected.txt: * fast/js/sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A1_T4-expected.txt: * fast/js/sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A5_T1-expected.txt: * fast/js/sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A5_T2-expected.txt: * fast/js/sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A5_T3-expected.txt: * fast/js/sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A6-expected.txt: * fast/js/sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A8_T1-expected.txt: * fast/js/sputnik/Conformance/12_Statement/12.7_The_continue_Statement/S12.7_A8_T2-expected.txt: * fast/js/sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A1_T1-expected.txt: * fast/js/sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A1_T2-expected.txt: * fast/js/sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A1_T3-expected.txt: * fast/js/sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A1_T4-expected.txt: * fast/js/sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A5_T1-expected.txt: * fast/js/sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A5_T2-expected.txt: * fast/js/sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A5_T3-expected.txt: * fast/js/sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A6-expected.txt: * fast/js/sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A8_T1-expected.txt: * fast/js/sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A8_T2-expected.txt: * fast/js/sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T1-expected.txt: * fast/js/sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T10-expected.txt: * fast/js/sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T2-expected.txt: * fast/js/sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T3-expected.txt: * fast/js/sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T4-expected.txt: * fast/js/sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T5-expected.txt: * fast/js/sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T6-expected.txt: * fast/js/sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T7-expected.txt: * fast/js/sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T8-expected.txt: * fast/js/sputnik/Conformance/12_Statement/12.9_The_return_Statement/S12.9_A1_T9-expected.txt: * http/tests/security/isolatedWorld/events.html: * http/tests/security/isolatedWorld/userGestureEvents.html: * svg/custom/resources/use-instanceRoot-event-listeners.js: * svg/custom/rgbcolor-syntax.svg: * svg/custom/use-instanceRoot-modifications.svg: * svg/custom/use-property-changes-through-svg-dom.svg: * webarchive/adopt-attribute-styled-body-webarchive-expected.webarchive: * webarchive/resources/adopt-attribute-styled-body-iframe.html: 2011-01-10 Tony Chang Unreviewed, remove duplicate test expectation for gif-loop-count. * platform/chromium/test_expectations.txt: 2011-01-10 Csaba Osztrogonác Unreviewed rolling out r75371, because it didn't fix Qt buildbot. * platform/qt/Skipped: 2011-01-10 Tony Chang Reviewed by Mihai Parparita. [chromium] fix for animated gif layout tests https://bugs.webkit.org/show_bug.cgi?id=52008 Remove incorrect baselines. * platform/chromium-win/fast/backgrounds/animated-gif-as-background-expected.checksum: Removed. * platform/chromium-win/fast/backgrounds/animated-gif-as-background-expected.png: Removed. * platform/chromium/test_expectations.txt: 2011-01-10 Sheriff Bot Unreviewed, rolling out r75341. http://trac.webkit.org/changeset/75341 https://bugs.webkit.org/show_bug.cgi?id=52157 Regressions on several pixel tests (Requested by jorlow on #webkit). * fast/canvas/canvas-fillPath-gradient-shadow-expected.txt: Removed. * fast/canvas/canvas-fillPath-gradient-shadow.html: Removed. * fast/canvas/script-tests/canvas-fillPath-gradient-shadow.js: Removed. * platform/chromium/test_expectations.txt: * platform/qt/Skipped: 2011-01-10 Csaba Osztrogonác Unreviewed. [Qt] fast/text/emphasis-avoid-ruby.html fails, because FontQt doesn’t implement Font::emphasisMark{Ascent,Descent,Height} nor emphasis mark drawing. https://bugs.webkit.org/show_bug.cgi?id=52155 * platform/qt/Skipped: Add fast/text/emphasis-avoid-ruby.html until fix. 2011-01-10 Mihai Parparita Unreviewed Chromium test expectations update. Rebaseline two tests in fast/forms for chromium-mac. Even after the scrollbar switch they need Chromium-specific results since search and file upload control rendering is different from the mac port's. Adds both Leopard (chromium-mac-leopard) and Snow Leopard (chromium-mac) baselines. * platform/chromium-mac-leopard/fast/forms/file-input-direction-expected.checksum: Added. * platform/chromium-mac-leopard/fast/forms/file-input-direction-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/file-input-direction-expected.png. * platform/chromium-mac-leopard/fast/forms/search-transformed-expected.checksum: Added. * platform/chromium-mac-leopard/fast/forms/search-transformed-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/search-transformed-expected.png. * platform/chromium-mac/fast/forms/file-input-direction-expected.checksum: * platform/chromium-mac/fast/forms/file-input-direction-expected.png: * platform/chromium-mac/fast/forms/search-transformed-expected.checksum: * platform/chromium-mac/fast/forms/search-transformed-expected.png: * platform/chromium/test_expectations.txt: 2011-01-10 Csaba Osztrogonác Unreviewed. Add Qt specific expected file. * platform/qt/http/tests/navigation/forward-and-cancel-expected.txt: Copied from LayoutTests/http/tests/navigation/forward-and-cancel-expected.txt. 2011-01-10 François Sausset Reviewed by Kenneth Rohde Christiansen. Updated tests and results to take into account new default fraction bar thickness. https://bugs.webkit.org/show_bug.cgi?id=50018 * mathml/presentation/fractions.xhtml: * platform/mac/mathml/presentation/fractions-expected.checksum: * platform/mac/mathml/presentation/fractions-expected.png: * platform/mac/mathml/presentation/fractions-expected.txt: 2011-01-10 Antti Koivisto Reviewed by Alexey Proskuryakov. https://bugs.webkit.org/show_bug.cgi?id=52044 REGRESSION(r74807): No-store is ignored within a document * http/tests/misc/script-no-store-expected.txt: Added. * http/tests/misc/script-no-store.html: Added. * http/tests/misc/resources/random-no-store.php: Added. 2011-01-10 Alejandro G. Castro Reviewed by Martin Robinson. [cairo] Rendering a lot of arcs on top of each other causes time outs in some tests https://bugs.webkit.org/show_bug.cgi?id=50869 Unskip canvas-largedraws.html after improving the performance for big angles. * platform/gtk/Skipped: 2011-01-10 Adam Roben Add some new tests to the Windows Skipped file The tests are failing due to unimplemented DRT features which are already covered by bugs. * platform/win/Skipped: 2011-01-10 Csaba Osztrogonác Unreviewed. [Qt] DRT sideeffect revealed by r63657 https://bugs.webkit.org/show_bug.cgi?id=42578 Add new tests introduced in r75305 to the skipped list temporarily to make buildbot happy. * platform/qt/Skipped: 2011-01-10 Yael Aharon Reviewed by Simon Fraser. Specificity of negated selectors apparently miscalculated https://bugs.webkit.org/show_bug.cgi?id=41206 * fast/css/pseudo-not-expected.txt: Added. * fast/css/pseudo-not.html: Added. 2011-01-09 Justin Garcia Unreviewed. Adding svg/text/caret-in-svg-text.xhtml to Skipped list for gtk, where there is no TextInputController, and qt, where firstRectForCharacterRange is unimplemented. * platform/gtk/Skipped: * platform/qt/Skipped: 2011-01-09 Simon Fraser Fix test after r75352. Per HTML5, the disabled IDL attribute for style elements is not reflected in the content attribute. * fast/dom/boolean-attribute-reflection-expected.txt: * fast/dom/script-tests/boolean-attribute-reflection.js: 2011-01-08 Simon Fraser Reviewed by Alexey Proskuryakov. HTMLStyleElement.disabled doesn't work (affects jQuery) https://bugs.webkit.org/show_bug.cgi?id=25287 Test the disabled property of a style element. Based on initial patch by Tarun Nainani. * fast/html/disable-style-element-expected.txt: Added. * fast/html/disable-style-element.html: Added. * fast/html/script-tests/disable-style-element.js: Added. 2011-01-09 Dirk Schulze Reviewed by Nikolas Zimmermann. Rename RenderForeignObject to RenderSVGForeignObject https://bugs.webkit.org/show_bug.cgi?id=52129 Renamed RenderForeignObject to RenderSVGForeignObject * platform/chromium-linux/svg/custom/dominant-baseline-hanging-expected.txt: * platform/chromium-win/svg/custom/baseval-animval-equality-expected.txt: * platform/chromium-win/svg/custom/dominant-baseline-hanging-expected.txt: * platform/chromium-win/svg/custom/dynamic-svg-document-creation-expected.txt: * platform/chromium-win/svg/custom/foreign-object-skew-expected.txt: * platform/chromium-win/svg/custom/foreignObject-crash-on-hover-expected.txt: * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-1-expected.txt: * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-2-expected.txt: * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-3-expected.txt: * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-4-expected.txt: * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-5-expected.txt: * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-6-expected.txt: * platform/chromium-win/svg/custom/use-on-non-svg-namespaced-element-expected.txt: * platform/chromium-win/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.txt: * platform/chromium-win/svg/foreignObject/svg-document-as-direct-child-expected.txt: * platform/chromium-win/svg/foreignObject/svg-document-in-html-document-expected.txt: * platform/chromium-win/svg/foreignObject/text-tref-02-b-expected.txt: * platform/chromium-win/svg/hixie/mixed/006-expected.txt: * platform/chromium-win/svg/hixie/mixed/007-expected.txt: * platform/chromium-win/svg/hixie/mixed/008-expected.txt: * platform/chromium-win/svg/hixie/mixed/009-expected.txt: * platform/chromium-win/svg/hixie/mixed/011-expected.txt: * platform/chromium-win/svg/text/foreignObject-repaint-expected.txt: * platform/chromium-win/svg/text/foreignObject-text-clipping-bug-expected.txt: * platform/chromium-win/svg/zoom/page/zoom-foreignObject-expected.txt: * platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-008-expected.txt: * platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: * platform/chromium-win/svg/zoom/text/zoom-foreignObject-expected.txt: * platform/chromium-win/svg/zoom/text/zoom-hixie-mixed-008-expected.txt: * platform/chromium-win/svg/zoom/text/zoom-hixie-mixed-009-expected.txt: * platform/gtk/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.txt: * platform/gtk/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.txt: * platform/gtk/svg/foreignObject/svg-document-as-direct-child-expected.txt: * platform/gtk/svg/foreignObject/svg-document-in-html-document-expected.txt: * platform/gtk/svg/foreignObject/text-tref-02-b-expected.txt: * platform/gtk/svg/overflow/overflow-on-foreignObject-expected.txt: * platform/gtk/svg/text/foreignObject-repaint-expected.txt: * platform/gtk/svg/text/foreignObject-text-clipping-bug-expected.txt: * platform/gtk/svg/zoom/page/zoom-foreignObject-expected.txt: * platform/gtk/svg/zoom/page/zoom-hixie-mixed-008-expected.txt: * platform/gtk/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: * platform/gtk/svg/zoom/text/zoom-foreignObject-expected.txt: * platform/gtk/svg/zoom/text/zoom-hixie-mixed-008-expected.txt: * platform/mac-leopard/svg/zoom/page/zoom-hixie-mixed-008-expected.txt: * platform/mac-leopard/svg/zoom/text/zoom-hixie-mixed-008-expected.txt: * platform/mac/svg/custom/baseval-animval-equality-expected.txt: * platform/mac/svg/custom/dominant-baseline-hanging-expected.txt: * platform/mac/svg/custom/dynamic-svg-document-creation-expected.txt: * platform/mac/svg/custom/fill-SVGPaint-interface-expected.txt: * platform/mac/svg/custom/foreign-object-skew-expected.txt: * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.txt: * platform/mac/svg/custom/getPresentationAttribute-expected.txt: * platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.txt: * platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.txt: * platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.txt: * platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.txt: * platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.txt: * platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.txt: * platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt: * platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.txt: * platform/mac/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.txt: * platform/mac/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.txt: * platform/mac/svg/foreignObject/svg-document-as-direct-child-expected.txt: * platform/mac/svg/foreignObject/svg-document-in-html-document-expected.txt: * platform/mac/svg/foreignObject/text-tref-02-b-expected.txt: * platform/mac/svg/hixie/mixed/006-expected.txt: * platform/mac/svg/hixie/mixed/007-expected.txt: * platform/mac/svg/hixie/mixed/008-expected.txt: * platform/mac/svg/hixie/mixed/009-expected.txt: * platform/mac/svg/hixie/mixed/011-expected.txt: * platform/mac/svg/overflow/overflow-on-foreignObject-expected.txt: * platform/mac/svg/text/foreignObject-repaint-expected.txt: * platform/mac/svg/text/foreignObject-text-clipping-bug-expected.txt: * platform/mac/svg/zoom/page/zoom-foreignObject-expected.txt: * platform/mac/svg/zoom/page/zoom-hixie-mixed-008-expected.txt: * platform/mac/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: * platform/mac/svg/zoom/text/zoom-foreignObject-expected.txt: * platform/mac/svg/zoom/text/zoom-hixie-mixed-008-expected.txt: * platform/mac/svg/zoom/text/zoom-hixie-mixed-009-expected.txt: * platform/qt/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.txt: * platform/qt/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.txt: * platform/qt/svg/foreignObject/svg-document-as-direct-child-expected.txt: * platform/qt/svg/foreignObject/svg-document-in-html-document-expected.txt: * platform/qt/svg/foreignObject/text-tref-02-b-expected.txt: * platform/qt/svg/overflow/overflow-on-foreignObject-expected.txt: * platform/qt/svg/text/foreignObject-text-clipping-bug-expected.txt: * platform/qt/svg/zoom/page/zoom-foreignObject-expected.txt: * platform/qt/svg/zoom/page/zoom-hixie-mixed-008-expected.txt: * platform/qt/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: * platform/qt/svg/zoom/text/zoom-foreignObject-expected.txt: * platform/qt/svg/zoom/text/zoom-hixie-mixed-008-expected.txt: * platform/qt/svg/zoom/text/zoom-hixie-mixed-009-expected.txt: 2011-01-08 Helder Correia Reviewed by Simon Fraser. Shadow is not drawn when filling a path with a gradient https://bugs.webkit.org/show_bug.cgi?id=51982 This happens in CG and is related to bug 51869, this time to be fixed in GraphicsContext::fillPath(const Path& path). We need to draw the gradient clipped to the path on a CGLayer first, and then draw the layer on the GraphicsContext. * fast/canvas/canvas-fillPath-gradient-shadow-expected.txt: Added. * fast/canvas/canvas-fillPath-gradient-shadow.html: Added. * fast/canvas/script-tests/canvas-fillPath-gradient-shadow.js: Added. * platform/chromium/test_expectations.txt: Skipping new test since it fails. * platform/qt/Skipped: Ditto. 2011-01-08 Tony Gentilcore Reviewed by Eric Seidel. HTML5 Conformance Test failure: approved/xhtml5/html_style_in_comment.xhtml https://bugs.webkit.org/show_bug.cgi?id=48593 * fast/parser/html-html-comment-in-style-block-expected.txt: Added. * fast/parser/html-html-comment-in-style-block.html: Added. * fast/parser/xhtml-html-comment-in-style-block-expected.txt: Added. * fast/parser/xhtml-html-comment-in-style-block.xhtml: Added. 2011-01-08 Charlie Reis Reviewed by Mihai Parparita. Canceled frame loads can corrupt back forward list https://bugs.webkit.org/show_bug.cgi?id=50254 http/tests/navigation/forward-and-cancel.html aborts a slowly loading subframe in a frame tree and ensures the history items are updated properly. * LayoutTests/http/tests/navigation/forward-and-cancel-expected.txt: Added. * LayoutTests/http/tests/navigation/forward-and-cancel.html: Added. * LayoutTests/http/tests/navigation/resources/forward-and-cancel-frames.html: Added. * LayoutTests/http/tests/navigation/resources/forward-and-cancel-frames-container.html: Added. 2011-01-08 Chang Shu Reviewed by Kenneth Rohde Christiansen. Support createTouchList with Touch list for test automation. https://bugs.webkit.org/show_bug.cgi?id=51196 Added test cases that take Touch objects when creating TouchList. * fast/events/touch/document-create-touch-list-expected.txt: * fast/events/touch/script-tests/document-create-touch-list.js: 2011-01-08 Chang Shu Reviewed by Ryosuke Niwa. Added test contents for contentEditable DOM attribute. https://bugs.webkit.org/show_bug.cgi?id=51957 * editing/editability: Added. * editing/editability/attr-empty-string-expected.txt: Added. * editing/editability/attr-empty-string.html: Added. * editing/editability/attr-false-string-expected.txt: Added. * editing/editability/attr-false-string.html: Added. * editing/editability/attr-invalid-string-expected.txt: Added. * editing/editability/attr-invalid-string.html: Added. * editing/editability/attr-missing-ancestor-false-expected.txt: Added. * editing/editability/attr-missing-ancestor-false.html: Added. * editing/editability/attr-missing-ancestor-true-expected.txt: Added. * editing/editability/attr-missing-ancestor-true.html: Added. * editing/editability/attr-missing-parent-ancestor-missing-expected.txt: Added. * editing/editability/attr-missing-parent-ancestor-missing.html: Added. * editing/editability/attr-missing-parent-false-expected.txt: Added. * editing/editability/attr-missing-parent-false.html: Added. * editing/editability/attr-missing-parent-true-expected.txt: Added. * editing/editability/attr-missing-parent-true.html: Added. * editing/editability/attr-true-string-expected.txt: Added. * editing/editability/attr-true-string.html: Added. * editing/editability/set-false-expected.txt: Added. * editing/editability/set-false.html: Added. * editing/editability/set-inherit-parent-false-expected.txt: Added. * editing/editability/set-inherit-parent-false.html: Added. * editing/editability/set-inherit-parent-true-expected.txt: Added. * editing/editability/set-inherit-parent-true.html: Added. * editing/editability/set-invalid-value-expected.txt: Added. * editing/editability/set-invalid-value.html: Added. * editing/editability/set-true-expected.txt: Added. * editing/editability/set-true.html: Added. * editing/editability/set-value-caseinsensitive-expected.txt: Added. * editing/editability/set-value-caseinsensitive.html: Added. 2011-01-08 Eric Seidel Unreviewed. Implement WebKit Full Screen support https://bugs.webkit.org/show_bug.cgi?id=49481 Check in failing results for these tests to allow the bots to roll green. * fullscreen/full-screen-remove-ancestor-expected.txt: * fullscreen/full-screen-remove-expected.txt: 2011-01-08 Mihai Parparita Unreviewed; chromium test expectations update. Remove failing expectations for tests that started to pass after rebaselining in r75309. * platform/chromium/test_expectations.txt: 2011-01-07 Antonio Gomes Reviewed by Kenneth Rohde Christiansen. [Qt] Spatial Navigation: adding a test for when scrollbars are turned off via WebKit API https://bugs.webkit.org/show_bug.cgi?id=51396 Add a layout test to ensure that page is scrollable when spatial navgation is enabled even when scrollbars were disabled via WebKit API (e.g. QWebFrame::setScrollBarPolicy). Test is Qt-only for now since Qt's DRT is the only one that supports LayoutTestController::setScrollbarPolicy. In real world QtWebKit apps, scrollbars are disabled usually prior to any page load. To emulate that on a layout test, it was added two html files: one that set scrollbars off and queues the load of the real test, and other that does the real testing. * platform/qt/fast/spatial-navigation/resources/ensure-scrolls-with-scrollbars-disabled-by-webkit.html: Added. * platform/qt/fast/spatial-navigation/snav-ensure-scrolls-with-scrollbars-disabled-by-webkit-expected.txt: Added. * platform/qt/fast/spatial-navigation/snav-ensure-scrolls-with-scrollbars-disabled-by-webkit.html: Added. 2011-01-07 Nico Weber Unreviewed, test expectations. Another baseline. https://bugs.webkit.org/show_bug.cgi?id=52105 * platform/chromium-linux/fast/gradients/css3-repeating-linear-gradients-expected.checksum: * platform/chromium-linux/fast/gradients/css3-repeating-linear-gradients-expected.png 2011-01-07 Nico Weber Unreviewed, test expectations. Many new baselines due to updated skia. https://bugs.webkit.org/show_bug.cgi?id=52105 * platform/chromium-linux/editing/pasteboard/4641033-expected.checksum: * platform/chromium-linux/editing/pasteboard/4641033-expected.png: * platform/chromium-linux/editing/pasteboard/4944770-1-expected.checksum: * platform/chromium-linux/editing/pasteboard/4944770-1-expected.png: * platform/chromium-linux/editing/pasteboard/4944770-2-expected.checksum: * platform/chromium-linux/editing/pasteboard/4944770-2-expected.png: * platform/chromium-linux/editing/selection/3690703-2-expected.checksum: * platform/chromium-linux/editing/selection/3690703-2-expected.png: * platform/chromium-linux/editing/selection/3690703-expected.checksum: * platform/chromium-linux/editing/selection/3690703-expected.png: * platform/chromium-linux/editing/selection/3690719-expected.checksum: * platform/chromium-linux/editing/selection/3690719-expected.png: * platform/chromium-linux/editing/selection/4397952-expected.checksum: * platform/chromium-linux/editing/selection/4397952-expected.png: * platform/chromium-linux/editing/selection/5240265-expected.checksum: * platform/chromium-linux/editing/selection/5240265-expected.png: * platform/chromium-linux/editing/selection/caret-before-select-expected.checksum: * platform/chromium-linux/editing/selection/caret-before-select-expected.png: * platform/chromium-linux/editing/selection/replaced-boundaries-3-expected.checksum: * platform/chromium-linux/editing/selection/replaced-boundaries-3-expected.png: * platform/chromium-linux/editing/selection/select-box-expected.checksum: * platform/chromium-linux/editing/selection/select-box-expected.png: * platform/chromium-linux/editing/selection/select-element-paragraph-boundary-expected.checksum: * platform/chromium-linux/editing/selection/select-element-paragraph-boundary-expected.png: * platform/chromium-linux/editing/selection/transformed-selection-rects-expected.checksum: * platform/chromium-linux/editing/selection/transformed-selection-rects-expected.png: * platform/chromium-linux/fast/backgrounds/body-generated-image-propagated-to-root-expected.checksum: * platform/chromium-linux/fast/backgrounds/body-generated-image-propagated-to-root-expected.png: * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.checksum: * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.png: * platform/chromium-linux/fast/backgrounds/svg-as-background-2-expected.checksum: Added. * platform/chromium-linux/fast/backgrounds/svg-as-background-2-expected.png: Added. * platform/chromium-linux/fast/backgrounds/svg-as-background-5-expected.checksum: * platform/chromium-linux/fast/backgrounds/svg-as-background-5-expected.png: * platform/chromium-linux/fast/block/float/float-avoidance-expected.checksum: * platform/chromium-linux/fast/block/float/float-avoidance-expected.png: * platform/chromium-linux/fast/block/margin-collapse/103-expected.checksum: * platform/chromium-linux/fast/block/margin-collapse/103-expected.png: * platform/chromium-linux/fast/block/positioning/inline-block-relposition-expected.checksum: * platform/chromium-linux/fast/block/positioning/inline-block-relposition-expected.png: * platform/chromium-linux/fast/canvas/canvas-text-alignment-expected.checksum: * platform/chromium-linux/fast/canvas/canvas-text-alignment-expected.png: * platform/chromium-linux/fast/canvas/fillrect_gradient-expected.checksum: * platform/chromium-linux/fast/canvas/fillrect_gradient-expected.png: * platform/chromium-linux/fast/css/continuationCrash-expected.checksum: * platform/chromium-linux/fast/css/continuationCrash-expected.png: * platform/chromium-linux/fast/css/margin-top-bottom-dynamic-expected.checksum: * platform/chromium-linux/fast/css/margin-top-bottom-dynamic-expected.png: * platform/chromium-linux/fast/css/rtl-ordering-expected.checksum: * platform/chromium-linux/fast/css/rtl-ordering-expected.png: * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.checksum: * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png: * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.checksum: * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png: * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-boundary-values-expected.checksum: * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-optimums-expected.checksum: * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-optimums-expected.png: * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.checksum: * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png: * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-styles-expected.checksum: * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-styles-expected.png: * platform/chromium-linux/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.checksum: * platform/chromium-linux/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png: * platform/chromium-linux/fast/dom/HTMLTextAreaElement/reset-textarea-expected.checksum: * platform/chromium-linux/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: * platform/chromium-linux/fast/forms/003-expected.checksum: * platform/chromium-linux/fast/forms/003-expected.png: * platform/chromium-linux/fast/forms/004-expected.checksum: * platform/chromium-linux/fast/forms/004-expected.png: * platform/chromium-linux/fast/forms/HTMLOptionElement_label01-expected.checksum: * platform/chromium-linux/fast/forms/HTMLOptionElement_label01-expected.png: * platform/chromium-linux/fast/forms/HTMLOptionElement_label02-expected.checksum: * platform/chromium-linux/fast/forms/HTMLOptionElement_label02-expected.png: * platform/chromium-linux/fast/forms/HTMLOptionElement_label03-expected.checksum: * platform/chromium-linux/fast/forms/HTMLOptionElement_label03-expected.png: * platform/chromium-linux/fast/forms/HTMLOptionElement_label04-expected.checksum: * platform/chromium-linux/fast/forms/HTMLOptionElement_label04-expected.png: * platform/chromium-linux/fast/forms/HTMLOptionElement_label06-expected.checksum: * platform/chromium-linux/fast/forms/HTMLOptionElement_label06-expected.png: * platform/chromium-linux/fast/forms/HTMLOptionElement_label07-expected.checksum: * platform/chromium-linux/fast/forms/HTMLOptionElement_label07-expected.png: * platform/chromium-linux/fast/forms/basic-buttons-expected.checksum: * platform/chromium-linux/fast/forms/basic-buttons-expected.png: * platform/chromium-linux/fast/forms/basic-selects-expected.checksum: * platform/chromium-linux/fast/forms/basic-selects-expected.png: * platform/chromium-linux/fast/forms/blankbuttons-expected.checksum: * platform/chromium-linux/fast/forms/blankbuttons-expected.png: * platform/chromium-linux/fast/forms/box-shadow-override-expected.checksum: * platform/chromium-linux/fast/forms/box-shadow-override-expected.png: * platform/chromium-linux/fast/forms/button-align-expected.checksum: * platform/chromium-linux/fast/forms/button-align-expected.png: * platform/chromium-linux/fast/forms/button-cannot-be-nested-expected.checksum: * platform/chromium-linux/fast/forms/button-cannot-be-nested-expected.png: * platform/chromium-linux/fast/forms/button-generated-content-expected.checksum: * platform/chromium-linux/fast/forms/button-generated-content-expected.png: * platform/chromium-linux/fast/forms/button-inner-block-reuse-expected.checksum: * platform/chromium-linux/fast/forms/button-inner-block-reuse-expected.png: * platform/chromium-linux/fast/forms/button-positioned-expected.checksum: * platform/chromium-linux/fast/forms/button-positioned-expected.png: * platform/chromium-linux/fast/forms/button-sizes-expected.checksum: * platform/chromium-linux/fast/forms/button-sizes-expected.png: * platform/chromium-linux/fast/forms/button-style-color-expected.checksum: * platform/chromium-linux/fast/forms/button-style-color-expected.png: * platform/chromium-linux/fast/forms/button-table-styles-expected.checksum: * platform/chromium-linux/fast/forms/button-table-styles-expected.png: * platform/chromium-linux/fast/forms/button-text-transform-expected.checksum: * platform/chromium-linux/fast/forms/button-text-transform-expected.png: * platform/chromium-linux/fast/forms/button-white-space-expected.checksum: * platform/chromium-linux/fast/forms/button-white-space-expected.png: * platform/chromium-linux/fast/forms/control-clip-overflow-expected.checksum: * platform/chromium-linux/fast/forms/control-clip-overflow-expected.png: * platform/chromium-linux/fast/forms/control-restrict-line-height-expected.checksum: * platform/chromium-linux/fast/forms/control-restrict-line-height-expected.png: * platform/chromium-linux/fast/forms/disabled-select-change-index-expected.checksum: * platform/chromium-linux/fast/forms/disabled-select-change-index-expected.png: * platform/chromium-linux/fast/forms/file-input-direction-expected.checksum: * platform/chromium-linux/fast/forms/file-input-direction-expected.png: * platform/chromium-linux/fast/forms/file-input-disabled-expected.checksum: * platform/chromium-linux/fast/forms/file-input-disabled-expected.png: * platform/chromium-linux/fast/forms/form-element-geometry-expected.checksum: * platform/chromium-linux/fast/forms/form-element-geometry-expected.png: * platform/chromium-linux/fast/forms/formmove3-expected.checksum: * platform/chromium-linux/fast/forms/formmove3-expected.png: * platform/chromium-linux/fast/forms/input-appearance-height-expected.checksum: * platform/chromium-linux/fast/forms/input-appearance-height-expected.png: * platform/chromium-linux/fast/forms/input-button-sizes-expected.checksum: * platform/chromium-linux/fast/forms/input-button-sizes-expected.png: * platform/chromium-linux/fast/forms/input-file-re-render-expected.checksum: * platform/chromium-linux/fast/forms/input-file-re-render-expected.png: * platform/chromium-linux/fast/forms/input-value-expected.checksum: * platform/chromium-linux/fast/forms/input-value-expected.png: * platform/chromium-linux/fast/forms/menulist-deselect-update-expected.checksum: * platform/chromium-linux/fast/forms/menulist-deselect-update-expected.png: * platform/chromium-linux/fast/forms/menulist-no-overflow-expected.checksum: * platform/chromium-linux/fast/forms/menulist-no-overflow-expected.png: * platform/chromium-linux/fast/forms/menulist-restrict-line-height-expected.checksum: * platform/chromium-linux/fast/forms/menulist-restrict-line-height-expected.png: * platform/chromium-linux/fast/forms/menulist-separator-painting-expected.checksum: * platform/chromium-linux/fast/forms/menulist-separator-painting-expected.png: * platform/chromium-linux/fast/forms/menulist-style-color-expected.checksum: * platform/chromium-linux/fast/forms/menulist-style-color-expected.png: * platform/chromium-linux/fast/forms/menulist-width-change-expected.checksum: * platform/chromium-linux/fast/forms/menulist-width-change-expected.png: * platform/chromium-linux/fast/forms/option-script-expected.checksum: * platform/chromium-linux/fast/forms/option-script-expected.png: * platform/chromium-linux/fast/forms/option-strip-whitespace-expected.checksum: * platform/chromium-linux/fast/forms/option-strip-whitespace-expected.png: * platform/chromium-linux/fast/forms/option-text-clip-expected.checksum: * platform/chromium-linux/fast/forms/option-text-clip-expected.png: * platform/chromium-linux/fast/forms/placeholder-position-expected.checksum: * platform/chromium-linux/fast/forms/placeholder-position-expected.png: * platform/chromium-linux/fast/forms/select-align-expected.checksum: * platform/chromium-linux/fast/forms/select-align-expected.png: * platform/chromium-linux/fast/forms/select-baseline-expected.checksum: * platform/chromium-linux/fast/forms/select-baseline-expected.png: * platform/chromium-linux/fast/forms/select-change-listbox-to-popup-expected.checksum: * platform/chromium-linux/fast/forms/select-change-listbox-to-popup-expected.png: * platform/chromium-linux/fast/forms/select-disabled-appearance-expected.checksum: * platform/chromium-linux/fast/forms/select-disabled-appearance-expected.png: * platform/chromium-linux/fast/forms/select-selected-expected.checksum: * platform/chromium-linux/fast/forms/select-selected-expected.png: * platform/chromium-linux/fast/forms/select-size-expected.checksum: * platform/chromium-linux/fast/forms/select-size-expected.png: * platform/chromium-linux/fast/forms/stuff-on-my-optgroup-expected.checksum: * platform/chromium-linux/fast/forms/stuff-on-my-optgroup-expected.png: * platform/chromium-linux/fast/forms/targeted-frame-submission-expected.checksum: * platform/chromium-linux/fast/forms/targeted-frame-submission-expected.png: * platform/chromium-linux/fast/gradients/background-clipped-expected.checksum: * platform/chromium-linux/fast/gradients/background-clipped-expected.png: * platform/chromium-linux/fast/gradients/border-image-gradient-sides-and-corners-expected.checksum: Added. * platform/chromium-linux/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added. * platform/chromium-linux/fast/gradients/crash-on-zero-radius-expected.checksum: * platform/chromium-linux/fast/gradients/crash-on-zero-radius-expected.png: * platform/chromium-linux/fast/gradients/generated-gradients-expected.checksum: * platform/chromium-linux/fast/gradients/generated-gradients-expected.png: * platform/chromium-linux/fast/gradients/gradient-after-transparent-border-expected.checksum: * platform/chromium-linux/fast/gradients/gradient-after-transparent-border-expected.png: * platform/chromium-linux/fast/gradients/list-item-gradient-expected.checksum: * platform/chromium-linux/fast/gradients/list-item-gradient-expected.png: * platform/chromium-linux/fast/gradients/radial-centered-expected.checksum: * platform/chromium-linux/fast/gradients/radial-centered-expected.png: * platform/chromium-linux/fast/gradients/simple-gradients-expected.checksum: * platform/chromium-linux/fast/gradients/simple-gradients-expected.png: * platform/chromium-linux/fast/images/animated-svg-as-image-expected.checksum: * platform/chromium-linux/fast/images/animated-svg-as-image-expected.png: * platform/chromium-linux/fast/invalid/014-expected.checksum: * platform/chromium-linux/fast/invalid/014-expected.png: * platform/chromium-linux/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.checksum: * platform/chromium-linux/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png: * platform/chromium-linux/fast/parser/document-write-option-expected.checksum: * platform/chromium-linux/fast/parser/document-write-option-expected.png: * platform/chromium-linux/fast/repaint/control-clip-expected.checksum: * platform/chromium-linux/fast/repaint/control-clip-expected.png: * platform/chromium-linux/fast/repaint/reflection-repaint-test-expected.checksum: * platform/chromium-linux/fast/repaint/reflection-repaint-test-expected.png: * platform/chromium-linux/fast/repaint/transform-layout-repaint-expected.checksum: * platform/chromium-linux/fast/repaint/transform-layout-repaint-expected.png: * platform/chromium-linux/fast/replaced/replaced-breaking-expected.checksum: * platform/chromium-linux/fast/replaced/replaced-breaking-expected.png: * platform/chromium-linux/fast/replaced/replaced-breaking-mixture-expected.checksum: * platform/chromium-linux/fast/replaced/replaced-breaking-mixture-expected.png: * platform/chromium-linux/fast/replaced/three-selects-break-expected.checksum: * platform/chromium-linux/fast/replaced/three-selects-break-expected.png: * platform/chromium-linux/fast/replaced/width100percent-button-expected.checksum: * platform/chromium-linux/fast/replaced/width100percent-button-expected.png: * platform/chromium-linux/fast/selectors/064-expected.checksum: * platform/chromium-linux/fast/selectors/064-expected.png: * platform/chromium-linux/fast/table/append-cells2-expected.checksum: * platform/chromium-linux/fast/table/append-cells2-expected.png: * platform/chromium-linux/fast/table/remove-td-display-none-expected.checksum: * platform/chromium-linux/fast/table/remove-td-display-none-expected.png: * platform/chromium-linux/fast/text/international/bidi-menulist-expected.checksum: * platform/chromium-linux/fast/text/international/bidi-menulist-expected.png: * platform/chromium-linux/fast/text/international/hindi-spacing-expected.checksum: * platform/chromium-linux/fast/text/international/hindi-spacing-expected.png: * platform/chromium-linux/fast/text/textIteratorNilRenderer-expected.checksum: * platform/chromium-linux/fast/text/textIteratorNilRenderer-expected.png: * platform/chromium-linux/fast/transforms/shadows-expected.checksum: * platform/chromium-linux/fast/transforms/shadows-expected.png: * platform/chromium-linux/fast/transforms/transform-on-inline-expected.checksum: * platform/chromium-linux/fast/transforms/transform-on-inline-expected.png: * platform/chromium-linux/fast/transforms/transform-table-row-expected.checksum: * platform/chromium-linux/fast/transforms/transform-table-row-expected.png: * platform/chromium-linux/fast/transforms/transformed-caret-expected.checksum: * platform/chromium-linux/fast/transforms/transformed-caret-expected.png: * platform/chromium-linux/fast/transforms/transformed-document-element-expected.checksum: * platform/chromium-linux/fast/transforms/transformed-document-element-expected.png: * platform/chromium-linux/media/audio-controls-rendering-expected.checksum: * platform/chromium-linux/media/audio-controls-rendering-expected.png: * platform/chromium-linux/media/controls-after-reload-expected.checksum: * platform/chromium-linux/media/controls-after-reload-expected.png: * platform/chromium-linux/media/controls-strict-expected.checksum: * platform/chromium-linux/media/controls-strict-expected.png: * platform/chromium-linux/media/controls-styling-expected.checksum: * platform/chromium-linux/media/controls-styling-expected.png: * platform/chromium-linux/media/controls-without-preload-expected.checksum: * platform/chromium-linux/media/controls-without-preload-expected.png: * platform/chromium-linux/media/video-controls-rendering-expected.checksum: * platform/chromium-linux/media/video-controls-rendering-expected.png: * platform/chromium-linux/media/video-no-audio-expected.checksum: * platform/chromium-linux/media/video-no-audio-expected.png: * platform/chromium-linux/media/video-volume-slider-expected.checksum: * platform/chromium-linux/media/video-volume-slider-expected.png: * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.checksum: * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png: * platform/chromium-linux/svg/W3C-SVG-1.1/color-prop-01-b-expected.checksum: * platform/chromium-linux/svg/W3C-SVG-1.1/color-prop-01-b-expected.png: * platform/chromium-linux/svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum: * platform/chromium-linux/svg/W3C-SVG-1.1/coords-units-01-b-expected.png: * platform/chromium-linux/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum: * platform/chromium-linux/svg/W3C-SVG-1.1/filters-color-01-b-expected.png: * platform/chromium-linux/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum: * platform/chromium-linux/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png: * platform/chromium-linux/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum: * platform/chromium-linux/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png: * platform/chromium-linux/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum: * platform/chromium-linux/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png: * platform/chromium-linux/svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum: * platform/chromium-linux/svg/W3C-SVG-1.1/painting-render-01-b-expected.png: * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.checksum: * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png: * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.checksum: * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png: * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.checksum: * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png: * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.checksum: * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png: * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.checksum: * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png: * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.checksum: * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png: * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.checksum: * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png: * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.checksum: * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png: * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.checksum: * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png: * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.checksum: * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png: * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum: * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png: * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.checksum: * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png: * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.checksum: * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png: * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.checksum: * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png: * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.checksum: * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png: * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.checksum: * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png: * platform/chromium-linux/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.checksum: * platform/chromium-linux/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png: * platform/chromium-linux/svg/W3C-SVG-1.1/text-path-01-b-expected.checksum: * platform/chromium-linux/svg/W3C-SVG-1.1/text-path-01-b-expected.png: * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-07-t-expected.checksum: * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-07-t-expected.png: * platform/chromium-linux/svg/batik/filters/feTile-expected.checksum: * platform/chromium-linux/svg/batik/filters/feTile-expected.png: * platform/chromium-linux/svg/batik/paints/patternRegions-expected.checksum: * platform/chromium-linux/svg/batik/paints/patternRegions-expected.png: * platform/chromium-linux/svg/batik/paints/patternRegions-positioned-objects-expected.checksum: * platform/chromium-linux/svg/batik/paints/patternRegions-positioned-objects-expected.png: * platform/chromium-linux/svg/batik/text/textEffect-expected.checksum: * platform/chromium-linux/svg/batik/text/textEffect-expected.png: * platform/chromium-linux/svg/batik/text/textEffect2-expected.checksum: * platform/chromium-linux/svg/batik/text/textEffect2-expected.png: * platform/chromium-linux/svg/batik/text/textEffect3-expected.checksum: * platform/chromium-linux/svg/batik/text/textEffect3-expected.png: * platform/chromium-linux/svg/batik/text/textGlyphOrientationHorizontal-expected.checksum: * platform/chromium-linux/svg/batik/text/textGlyphOrientationHorizontal-expected.png: * platform/chromium-linux/svg/batik/text/textLayout2-expected.checksum: * platform/chromium-linux/svg/batik/text/textLayout2-expected.png: * platform/chromium-linux/svg/batik/text/textOnPath-expected.checksum: * platform/chromium-linux/svg/batik/text/textOnPath-expected.png: * platform/chromium-linux/svg/batik/text/textOnPath2-expected.checksum: * platform/chromium-linux/svg/batik/text/textOnPath2-expected.png: * platform/chromium-linux/svg/batik/text/textOnPath3-expected.checksum: * platform/chromium-linux/svg/batik/text/textOnPath3-expected.png: * platform/chromium-linux/svg/batik/text/textOnPathSpaces-expected.checksum: * platform/chromium-linux/svg/batik/text/textOnPathSpaces-expected.png: * platform/chromium-linux/svg/batik/text/textProperties-expected.checksum: * platform/chromium-linux/svg/batik/text/textProperties-expected.png: * platform/chromium-linux/svg/batik/text/verticalTextOnPath-expected.checksum: * platform/chromium-linux/svg/batik/text/verticalTextOnPath-expected.png: * platform/chromium-linux/svg/css/circle-in-mask-with-shadow-expected.checksum: * platform/chromium-linux/svg/css/circle-in-mask-with-shadow-expected.png: * platform/chromium-linux/svg/css/composite-shadow-text-expected.checksum: * platform/chromium-linux/svg/css/composite-shadow-text-expected.png: * platform/chromium-linux/svg/css/group-with-shadow-expected.checksum: * platform/chromium-linux/svg/css/group-with-shadow-expected.png: * platform/chromium-linux/svg/css/mask-with-shadow-expected.checksum: * platform/chromium-linux/svg/css/mask-with-shadow-expected.png: * platform/chromium-linux/svg/custom/dominant-baseline-hanging-expected.checksum: * platform/chromium-linux/svg/custom/dominant-baseline-hanging-expected.png: * platform/chromium-linux/svg/custom/feComponentTransfer-Discrete-expected.checksum: * platform/chromium-linux/svg/custom/feComponentTransfer-Discrete-expected.png: * platform/chromium-linux/svg/custom/feComponentTransfer-Gamma-expected.checksum: * platform/chromium-linux/svg/custom/feComponentTransfer-Gamma-expected.png: * platform/chromium-linux/svg/custom/feComponentTransfer-Linear-expected.checksum: * platform/chromium-linux/svg/custom/feComponentTransfer-Linear-expected.png: * platform/chromium-linux/svg/custom/feComponentTransfer-Table-expected.checksum: * platform/chromium-linux/svg/custom/feComponentTransfer-Table-expected.png: * platform/chromium-linux/svg/custom/gradient-cycle-detection-expected.checksum: * platform/chromium-linux/svg/custom/gradient-cycle-detection-expected.png: * platform/chromium-linux/svg/custom/gradient-deep-referencing-expected.checksum: * platform/chromium-linux/svg/custom/gradient-deep-referencing-expected.png: * platform/chromium-linux/svg/custom/gradient-rotated-bbox-expected.checksum: * platform/chromium-linux/svg/custom/gradient-rotated-bbox-expected.png: * platform/chromium-linux/svg/custom/gradient-stroke-width-expected.checksum: * platform/chromium-linux/svg/custom/gradient-stroke-width-expected.png: * platform/chromium-linux/svg/custom/gradient-with-1d-boundingbox-expected.checksum: * platform/chromium-linux/svg/custom/gradient-with-1d-boundingbox-expected.png: * platform/chromium-linux/svg/custom/inline-svg-in-xhtml-expected.checksum: * platform/chromium-linux/svg/custom/inline-svg-in-xhtml-expected.png: * platform/chromium-linux/svg/custom/js-late-gradient-and-object-creation-expected.checksum: * platform/chromium-linux/svg/custom/js-late-gradient-and-object-creation-expected.png: * platform/chromium-linux/svg/custom/js-late-gradient-creation-expected.checksum: * platform/chromium-linux/svg/custom/js-late-gradient-creation-expected.png: * platform/chromium-linux/svg/custom/js-late-pattern-and-object-creation-expected.checksum: * platform/chromium-linux/svg/custom/js-late-pattern-and-object-creation-expected.png: * platform/chromium-linux/svg/custom/linking-a-03-b-transform-expected.checksum: * platform/chromium-linux/svg/custom/linking-a-03-b-transform-expected.png: * platform/chromium-linux/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.checksum: * platform/chromium-linux/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png: * platform/chromium-linux/svg/custom/recursive-gradient-expected.checksum: * platform/chromium-linux/svg/custom/recursive-gradient-expected.png: * platform/chromium-linux/svg/custom/relative-sized-content-with-resources-expected.checksum: * platform/chromium-linux/svg/custom/relative-sized-content-with-resources-expected.png: * platform/chromium-linux/svg/custom/stroke-width-large-expected.checksum: * platform/chromium-linux/svg/custom/stroke-width-large-expected.png: * platform/chromium-linux/svg/custom/stroked-pattern-expected.checksum: * platform/chromium-linux/svg/custom/stroked-pattern-expected.png: * platform/chromium-linux/svg/custom/text-linking-expected.checksum: * platform/chromium-linux/svg/custom/text-linking-expected.png: * platform/chromium-linux/svg/custom/text-rotation-expected.checksum: * platform/chromium-linux/svg/custom/text-rotation-expected.png: * platform/chromium-linux/svg/custom/use-detach-expected.checksum: * platform/chromium-linux/svg/custom/use-detach-expected.png: * platform/chromium-linux/svg/custom/use-on-disallowed-foreign-object-1-expected.checksum: * platform/chromium-linux/svg/custom/use-on-disallowed-foreign-object-1-expected.png: * platform/chromium-linux/svg/custom/use-on-disallowed-foreign-object-2-expected.checksum: * platform/chromium-linux/svg/custom/use-on-disallowed-foreign-object-2-expected.png: * platform/chromium-linux/svg/custom/use-on-disallowed-foreign-object-4-expected.checksum: * platform/chromium-linux/svg/custom/use-on-disallowed-foreign-object-4-expected.png: * platform/chromium-linux/svg/custom/use-on-disallowed-foreign-object-5-expected.checksum: * platform/chromium-linux/svg/custom/use-on-disallowed-foreign-object-5-expected.png: * platform/chromium-linux/svg/custom/use-on-disallowed-foreign-object-6-expected.checksum: * platform/chromium-linux/svg/custom/use-on-disallowed-foreign-object-6-expected.png: * platform/chromium-linux/svg/custom/use-on-non-svg-namespaced-element-expected.checksum: * platform/chromium-linux/svg/custom/use-on-non-svg-namespaced-element-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.checksum: * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.checksum: * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.checksum: * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.checksum: * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.checksum: * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.checksum: * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.checksum: * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.checksum: * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.checksum: * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.checksum: * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.checksum: * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.checksum: * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.checksum: * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.checksum: * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png: * platform/chromium-linux/svg/text/selection-background-color-expected.checksum: * platform/chromium-linux/svg/text/selection-background-color-expected.png: * platform/chromium-linux/svg/text/selection-styles-expected.checksum: * platform/chromium-linux/svg/text/selection-styles-expected.png: * platform/chromium-linux/svg/text/text-deco-01-b-expected.checksum: * platform/chromium-linux/svg/text/text-deco-01-b-expected.png: * platform/chromium-linux/svg/text/text-path-01-b-expected.checksum: * platform/chromium-linux/svg/text/text-path-01-b-expected.png: * platform/chromium-linux/svg/text/text-text-07-t-expected.checksum: * platform/chromium-linux/svg/text/text-text-07-t-expected.png: * platform/chromium-linux/svg/text/text-text-08-b-expected.checksum: * platform/chromium-linux/svg/text/text-text-08-b-expected.png: * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.checksum: * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.checksum: * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.png: * platform/chromium-linux/svg/zoom/page/zoom-foreignObject-expected.checksum: * platform/chromium-linux/svg/zoom/page/zoom-foreignObject-expected.png: * platform/chromium-linux/svg/zoom/page/zoom-mask-with-percentages-expected.checksum: * platform/chromium-linux/svg/zoom/page/zoom-mask-with-percentages-expected.png: * platform/chromium-linux/svg/zoom/text/zoom-foreignObject-expected.checksum: * platform/chromium-linux/svg/zoom/text/zoom-foreignObject-expected.png: * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.checksum: * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.png: * platform/chromium-linux/tables/mozilla/bugs/bug1318-expected.checksum: * platform/chromium-linux/tables/mozilla/bugs/bug1318-expected.png: * platform/chromium-linux/tables/mozilla/bugs/bug138725-expected.checksum: * platform/chromium-linux/tables/mozilla/bugs/bug138725-expected.png: * platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.checksum: * platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.png: * platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.checksum: * platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.png: * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.checksum: * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.png: * platform/chromium-linux/tables/mozilla/bugs/bug26178-expected.checksum: * platform/chromium-linux/tables/mozilla/bugs/bug26178-expected.png: * platform/chromium-linux/tables/mozilla/bugs/bug28928-expected.checksum: * platform/chromium-linux/tables/mozilla/bugs/bug28928-expected.png: * platform/chromium-linux/tables/mozilla/bugs/bug29326-expected.checksum: * platform/chromium-linux/tables/mozilla/bugs/bug29326-expected.png: * platform/chromium-linux/tables/mozilla/bugs/bug33855-expected.checksum: * platform/chromium-linux/tables/mozilla/bugs/bug33855-expected.png: * platform/chromium-linux/tables/mozilla/bugs/bug39209-expected.checksum: * platform/chromium-linux/tables/mozilla/bugs/bug39209-expected.png: * platform/chromium-linux/tables/mozilla/bugs/bug4382-expected.checksum: * platform/chromium-linux/tables/mozilla/bugs/bug4382-expected.png: * platform/chromium-linux/tables/mozilla/bugs/bug4429-expected.checksum: * platform/chromium-linux/tables/mozilla/bugs/bug4429-expected.png: * platform/chromium-linux/tables/mozilla/bugs/bug44505-expected.checksum: * platform/chromium-linux/tables/mozilla/bugs/bug44505-expected.png: * platform/chromium-linux/tables/mozilla/bugs/bug46368-1-expected.checksum: * platform/chromium-linux/tables/mozilla/bugs/bug46368-1-expected.png: * platform/chromium-linux/tables/mozilla/bugs/bug46368-2-expected.checksum: * platform/chromium-linux/tables/mozilla/bugs/bug46368-2-expected.png: * platform/chromium-linux/tables/mozilla/bugs/bug51037-expected.checksum: * platform/chromium-linux/tables/mozilla/bugs/bug51037-expected.png: * platform/chromium-linux/tables/mozilla/bugs/bug51727-expected.checksum: * platform/chromium-linux/tables/mozilla/bugs/bug51727-expected.png: * platform/chromium-linux/tables/mozilla/bugs/bug52505-expected.checksum: * platform/chromium-linux/tables/mozilla/bugs/bug52505-expected.png: * platform/chromium-linux/tables/mozilla/bugs/bug52506-expected.checksum: * platform/chromium-linux/tables/mozilla/bugs/bug52506-expected.png: * platform/chromium-linux/tables/mozilla/bugs/bug60749-expected.checksum: * platform/chromium-linux/tables/mozilla/bugs/bug60749-expected.png: * platform/chromium-linux/tables/mozilla/bugs/bug68912-expected.checksum: * platform/chromium-linux/tables/mozilla/bugs/bug68912-expected.png: * platform/chromium-linux/tables/mozilla/bugs/bug7342-expected.checksum: * platform/chromium-linux/tables/mozilla/bugs/bug7342-expected.png: * platform/chromium-linux/tables/mozilla/bugs/bug92647-2-expected.checksum: * platform/chromium-linux/tables/mozilla/bugs/bug92647-2-expected.png: * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.checksum: * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.png: * platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-4-expected.checksum: * platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-4-expected.png: * platform/chromium-linux/tables/mozilla/core/margins-expected.checksum: * platform/chromium-linux/tables/mozilla/core/margins-expected.png: * platform/chromium-linux/tables/mozilla/dom/tableDom-expected.checksum: * platform/chromium-linux/tables/mozilla/dom/tableDom-expected.png: * platform/chromium-linux/tables/mozilla/other/move_row-expected.checksum: * platform/chromium-linux/tables/mozilla/other/move_row-expected.png: * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1725-expected.checksum: * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1725-expected.png: * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug58402-2-expected.checksum: * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png: * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.checksum: * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png: * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.checksum: * platform/chromium-linux/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png: * platform/chromium-linux/transforms/2d/hindi-rotated-expected.checksum: * platform/chromium-linux/transforms/2d/hindi-rotated-expected.png: * platform/chromium-linux/transforms/2d/zoom-menulist-expected.checksum: * platform/chromium-linux/transforms/2d/zoom-menulist-expected.png: * platform/chromium-win/fast/backgrounds/body-generated-image-propagated-to-root-expected.checksum: * platform/chromium-win/fast/backgrounds/body-generated-image-propagated-to-root-expected.png: * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.checksum: * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.png: * platform/chromium-win/fast/backgrounds/svg-as-background-2-expected.checksum: * platform/chromium-win/fast/backgrounds/svg-as-background-2-expected.png: * platform/chromium-win/fast/canvas/canvas-text-alignment-expected.checksum: * platform/chromium-win/fast/canvas/canvas-text-alignment-expected.png: * platform/chromium-win/fast/canvas/fillrect_gradient-expected.checksum: * platform/chromium-win/fast/canvas/fillrect_gradient-expected.png: * platform/chromium-win/fast/canvas/gradient-add-second-start-end-stop-expected.checksum: * platform/chromium-win/fast/canvas/gradient-add-second-start-end-stop-expected.png: * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.checksum: * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png: * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.checksum: * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png: * platform/chromium-win/fast/dom/HTMLMeterElement/meter-boundary-values-expected.checksum: * platform/chromium-win/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-expected.checksum: * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-expected.png: * platform/chromium-win/fast/dom/HTMLMeterElement/meter-optimums-expected.checksum: * platform/chromium-win/fast/dom/HTMLMeterElement/meter-optimums-expected.png: * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.checksum: * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png: * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-expected.checksum: * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-expected.png: * platform/chromium-win/fast/gradients/background-clipped-expected.checksum: * platform/chromium-win/fast/gradients/background-clipped-expected.png: * platform/chromium-win/fast/gradients/border-image-gradient-expected.checksum: * platform/chromium-win/fast/gradients/border-image-gradient-expected.png: * platform/chromium-win/fast/gradients/border-image-gradient-sides-and-corners-expected.checksum: * platform/chromium-win/fast/gradients/border-image-gradient-sides-and-corners-expected.png: * platform/chromium-win/fast/gradients/crash-on-zero-radius-expected.checksum: * platform/chromium-win/fast/gradients/crash-on-zero-radius-expected.png: * platform/chromium-win/fast/gradients/css3-repeating-linear-gradients-expected.checksum: * platform/chromium-win/fast/gradients/css3-repeating-linear-gradients-expected.png: * platform/chromium-win/fast/gradients/generated-gradients-expected.checksum: * platform/chromium-win/fast/gradients/generated-gradients-expected.png: * platform/chromium-win/fast/gradients/gradient-after-transparent-border-expected.checksum: * platform/chromium-win/fast/gradients/gradient-after-transparent-border-expected.png: * platform/chromium-win/fast/gradients/list-item-gradient-expected.checksum: * platform/chromium-win/fast/gradients/list-item-gradient-expected.png: * platform/chromium-win/fast/gradients/radial-centered-expected.checksum: * platform/chromium-win/fast/gradients/radial-centered-expected.png: * platform/chromium-win/fast/gradients/simple-gradients-expected.checksum: * platform/chromium-win/fast/gradients/simple-gradients-expected.png: * platform/chromium-win/fast/reflections/reflection-masks-expected.checksum: * platform/chromium-win/fast/reflections/reflection-masks-expected.png: * platform/chromium-win/fast/repaint/background-generated-expected.checksum: * platform/chromium-win/fast/repaint/background-generated-expected.png: * platform/chromium-win/media/audio-controls-rendering-expected.checksum: * platform/chromium-win/media/audio-controls-rendering-expected.png: * platform/chromium-win/media/controls-after-reload-expected.checksum: * platform/chromium-win/media/controls-after-reload-expected.png: * platform/chromium-win/media/controls-strict-expected.checksum: * platform/chromium-win/media/controls-strict-expected.png: * platform/chromium-win/media/controls-styling-expected.checksum: * platform/chromium-win/media/controls-styling-expected.png: * platform/chromium-win/media/controls-without-preload-expected.checksum: * platform/chromium-win/media/controls-without-preload-expected.png: * platform/chromium-win/media/video-controls-rendering-expected.checksum: * platform/chromium-win/media/video-controls-rendering-expected.png: * platform/chromium-win/media/video-no-audio-expected.checksum: * platform/chromium-win/media/video-no-audio-expected.png: * platform/chromium-win/media/video-volume-slider-expected.checksum: * platform/chromium-win/media/video-volume-slider-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.checksum: * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.checksum: * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/color-prop-01-b-expected.checksum: * platform/chromium-win/svg/W3C-SVG-1.1/color-prop-01-b-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum: * platform/chromium-win/svg/W3C-SVG-1.1/coords-units-01-b-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum: * platform/chromium-win/svg/W3C-SVG-1.1/filters-color-01-b-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum: * platform/chromium-win/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum: * platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum: * platform/chromium-win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum: * platform/chromium-win/svg/W3C-SVG-1.1/painting-render-01-b-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.checksum: * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.checksum: * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.checksum: * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.checksum: * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.checksum: * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.checksum: * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.checksum: * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.checksum: * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.checksum: * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.checksum: * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum: * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.checksum: * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.checksum: * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.checksum: * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.checksum: * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.checksum: * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.checksum: * platform/chromium-win/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png: * platform/chromium-win/svg/batik/filters/feTile-expected.checksum: * platform/chromium-win/svg/batik/filters/feTile-expected.png: * platform/chromium-win/svg/batik/paints/patternRegions-expected.checksum: * platform/chromium-win/svg/batik/paints/patternRegions-expected.png: * platform/chromium-win/svg/batik/paints/patternRegions-positioned-objects-expected.checksum: * platform/chromium-win/svg/batik/paints/patternRegions-positioned-objects-expected.png: * platform/chromium-win/svg/batik/text/textEffect-expected.checksum: * platform/chromium-win/svg/batik/text/textEffect-expected.png: * platform/chromium-win/svg/batik/text/textEffect2-expected.checksum: * platform/chromium-win/svg/batik/text/textEffect2-expected.png: * platform/chromium-win/svg/batik/text/textEffect3-expected.checksum: * platform/chromium-win/svg/batik/text/textEffect3-expected.png: * platform/chromium-win/svg/batik/text/textProperties-expected.checksum: * platform/chromium-win/svg/batik/text/textProperties-expected.png: * platform/chromium-win/svg/carto.net/colourpicker-expected.checksum: * platform/chromium-win/svg/carto.net/colourpicker-expected.png: * platform/chromium-win/svg/css/circle-in-mask-with-shadow-expected.checksum: * platform/chromium-win/svg/css/circle-in-mask-with-shadow-expected.png: * platform/chromium-win/svg/css/composite-shadow-text-expected.checksum: * platform/chromium-win/svg/css/composite-shadow-text-expected.png: * platform/chromium-win/svg/css/mask-with-shadow-expected.checksum: * platform/chromium-win/svg/css/mask-with-shadow-expected.png: * platform/chromium-win/svg/custom/dominant-baseline-hanging-expected.checksum: * platform/chromium-win/svg/custom/dominant-baseline-hanging-expected.png: * platform/chromium-win/svg/custom/feComponentTransfer-Discrete-expected.checksum: * platform/chromium-win/svg/custom/feComponentTransfer-Discrete-expected.png: * platform/chromium-win/svg/custom/feComponentTransfer-Gamma-expected.checksum: * platform/chromium-win/svg/custom/feComponentTransfer-Gamma-expected.png: * platform/chromium-win/svg/custom/feComponentTransfer-Linear-expected.checksum: * platform/chromium-win/svg/custom/feComponentTransfer-Linear-expected.png: * platform/chromium-win/svg/custom/feComponentTransfer-Table-expected.checksum: * platform/chromium-win/svg/custom/feComponentTransfer-Table-expected.png: * platform/chromium-win/svg/custom/gradient-cycle-detection-expected.checksum: * platform/chromium-win/svg/custom/gradient-cycle-detection-expected.png: * platform/chromium-win/svg/custom/gradient-deep-referencing-expected.checksum: * platform/chromium-win/svg/custom/gradient-deep-referencing-expected.png: * platform/chromium-win/svg/custom/gradient-rotated-bbox-expected.checksum: * platform/chromium-win/svg/custom/gradient-rotated-bbox-expected.png: * platform/chromium-win/svg/custom/gradient-stop-corner-cases-expected.checksum: * platform/chromium-win/svg/custom/gradient-stop-corner-cases-expected.png: * platform/chromium-win/svg/custom/gradient-stroke-width-expected.checksum: * platform/chromium-win/svg/custom/gradient-stroke-width-expected.png: * platform/chromium-win/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.checksum: * platform/chromium-win/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.png: * platform/chromium-win/svg/custom/gradient-with-1d-boundingbox-expected.checksum: * platform/chromium-win/svg/custom/gradient-with-1d-boundingbox-expected.png: * platform/chromium-win/svg/custom/group-opacity-expected.checksum: * platform/chromium-win/svg/custom/group-opacity-expected.png: * platform/chromium-win/svg/custom/inline-svg-in-xhtml-expected.checksum: * platform/chromium-win/svg/custom/inline-svg-in-xhtml-expected.png: * platform/chromium-win/svg/custom/js-late-gradient-and-object-creation-expected.checksum: * platform/chromium-win/svg/custom/js-late-gradient-and-object-creation-expected.png: * platform/chromium-win/svg/custom/js-late-gradient-creation-expected.checksum: * platform/chromium-win/svg/custom/js-late-gradient-creation-expected.png: * platform/chromium-win/svg/custom/js-update-gradient-expected.checksum: * platform/chromium-win/svg/custom/js-update-gradient-expected.png: * platform/chromium-win/svg/custom/js-update-stop-expected.checksum: * platform/chromium-win/svg/custom/js-update-stop-expected.png: * platform/chromium-win/svg/custom/large-bounding-box-percents-expected.checksum: * platform/chromium-win/svg/custom/large-bounding-box-percents-expected.png: * platform/chromium-win/svg/custom/non-scaling-stroke-expected.checksum: * platform/chromium-win/svg/custom/non-scaling-stroke-expected.png: * platform/chromium-win/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.checksum: * platform/chromium-win/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png: * platform/chromium-win/svg/custom/recursive-gradient-expected.checksum: * platform/chromium-win/svg/custom/recursive-gradient-expected.png: * platform/chromium-win/svg/custom/relative-sized-content-with-resources-expected.checksum: * platform/chromium-win/svg/custom/relative-sized-content-with-resources-expected.png: * platform/chromium-win/svg/custom/stroked-pattern-expected.checksum: * platform/chromium-win/svg/custom/stroked-pattern-expected.png: * platform/chromium-win/svg/custom/text-rotated-gradient-expected.checksum: * platform/chromium-win/svg/custom/text-rotated-gradient-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.checksum: * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.checksum: * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.checksum: * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.checksum: * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.checksum: * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.checksum: * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.checksum: * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.checksum: * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.checksum: * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.checksum: * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.checksum: * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.checksum: * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.checksum: * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.checksum: * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png: * platform/chromium-win/svg/filters/big-sized-filter-expected.checksum: * platform/chromium-win/svg/filters/big-sized-filter-expected.png: * platform/chromium-win/svg/filters/feTile-expected.checksum: * platform/chromium-win/svg/filters/feTile-expected.png: * platform/chromium-win/svg/text/selection-background-color-expected.checksum: * platform/chromium-win/svg/text/selection-background-color-expected.png: * platform/chromium-win/svg/text/selection-styles-expected.checksum: * platform/chromium-win/svg/text/selection-styles-expected.png: * platform/chromium-win/svg/zoom/page/zoom-mask-with-percentages-expected.checksum: * platform/chromium-win/svg/zoom/page/zoom-mask-with-percentages-expected.png: 2011-01-07 Adam Barth Record expectation for test. * platform/chromium/test_expectations.txt: 2011-01-07 Mihai Parparita Unreviewed, test expectation update. Update mac-leopard baselines for tests that currently have up to date Snow Leopard baselines in platform/mac. * platform/mac-leopard/fast/css/text-overflow-ellipsis-strict-expected.checksum: * platform/mac-leopard/fast/css/text-overflow-ellipsis-strict-expected.png: * platform/mac-leopard/fast/invalid/residual-style-expected.checksum: * platform/mac-leopard/fast/invalid/residual-style-expected.png: * platform/mac-leopard/fast/multicol/span/span-as-immediate-child-generated-content-expected.checksum: * platform/mac-leopard/fast/multicol/span/span-as-immediate-child-generated-content-expected.png: * platform/mac-leopard/fast/multicol/span/span-as-immediate-child-property-removal-expected.checksum: * platform/mac-leopard/fast/multicol/span/span-as-immediate-child-property-removal-expected.png: * platform/mac-leopard/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.checksum: * platform/mac-leopard/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png: * platform/mac-leopard/fast/multicol/span/span-as-immediate-columns-child-removal-expected.checksum: * platform/mac-leopard/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png: * platform/mac-leopard/fast/table/027-vertical-expected.checksum: * platform/mac-leopard/fast/table/027-vertical-expected.png: * platform/mac-leopard/fast/table/028-vertical-expected.checksum: * platform/mac-leopard/fast/table/028-vertical-expected.png: * platform/mac-leopard/fast/table/038-vertical-expected.checksum: * platform/mac-leopard/fast/table/038-vertical-expected.png: * platform/mac-leopard/fast/table/040-vertical-expected.checksum: * platform/mac-leopard/fast/table/040-vertical-expected.png: * platform/mac-leopard/fast/table/border-collapsing/002-vertical-expected.checksum: * platform/mac-leopard/fast/table/border-collapsing/002-vertical-expected.png: * platform/mac-leopard/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.checksum: * platform/mac-leopard/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.png: * platform/mac-leopard/fast/table/table-display-types-vertical-expected.checksum: * platform/mac-leopard/fast/table/table-display-types-vertical-expected.png: * platform/mac-leopard/fast/text/backslash-to-yen-sign-euc-expected.checksum: * platform/mac-leopard/fast/text/backslash-to-yen-sign-euc-expected.png: * platform/mac-leopard/fast/text/international/bidi-neutral-run-expected.checksum: * platform/mac-leopard/fast/text/international/bidi-neutral-run-expected.png: * platform/mac-leopard/svg/custom/junk-data-expected.checksum: * platform/mac-leopard/svg/custom/junk-data-expected.png: * platform/mac-leopard/svg/custom/missing-xlink-expected.checksum: * platform/mac-leopard/svg/custom/missing-xlink-expected.png: * platform/mac-leopard/tables/mozilla/other/wa_table_thtd_rowspan-expected.checksum: * platform/mac-leopard/tables/mozilla/other/wa_table_thtd_rowspan-expected.png: 2011-01-07 Justin Garcia Reviewed by Dan Bernstein. https://bugs.webkit.org/show_bug.cgi?id=51851 Implement RenderSVGInlineText::localCaretRect() * svg/text/caret-in-svg-text-expected.txt: Added. * svg/text/caret-in-svg-text.xhtml: Added. 2011-01-06 Ryosuke Niwa Reviewed by Adam Barth. onbeforeunload is broken for framesets https://bugs.webkit.org/show_bug.cgi?id=19418 Added tests to ensure WebKit fires beforeunload events for subframes, and disallows navigation except that of javascript scheme while beforeunload event handlers are being called. Also added a test to ensure WebKit fires beforeunload event for subframes exactly once even if a subframe was moved around within a beforeunload event handler. A test that ensures beforeunload event is not fired for an iframe if the iframe was added or removed within a beforeunload event handler is also added. Furthermore, a test to ensure WebKit does not fire a beforeunload event to an iframe that has been adopted by a document outside of the unloading document is added. * fast/events/before-unload-adopt-subframe-to-outside-expected.txt: Added. * fast/events/before-unload-adopt-subframe-to-outside.html: Added. * fast/events/before-unload-adopt-within-subframes-expected.txt: Added. * fast/events/before-unload-adopt-within-subframes.html: Added. * fast/events/before-unload-forbidden-navigation-expected.txt: Added. * fast/events/before-unload-forbidden-navigation.html: Added. * fast/events/before-unload-in-multiple-subframes-expected.txt: Added. * fast/events/before-unload-in-multiple-subframes.html: Added. * fast/events/before-unload-in-subframe-expected.txt: Added. * fast/events/before-unload-in-subframe.html: Added. * fast/events/before-unload-javascript-navigation-expected.txt: Added. * fast/events/before-unload-javascript-navigation.html: Added. * fast/events/before-unload-remove-and-add-subframe-expected.txt: Added. * fast/events/before-unload-remove-and-add-subframe.html: Added. * fact/events/before-unload-remove-itself-expected.txt: Added. * fact/events/before-unload-remove-itself.html: Added. * fast/events/before-unload-with-subframes-expected.txt: Added. * fast/events/before-unload-with-subframes.html: Added. * fast/events/resources/before-unload-in-subframe-child.html: Added. * fast/events/resources/before-unload-in-subframe-destination.html: Added. * fast/events/resources/before-unload-in-subframe-fail.html: Added. * fast/events/resources/before-unload-with-subframes-parent.html: Added. 2011-01-07 Martin Robinson Reviewed by Mihai Parparita. fast/dom/Window/window-postmessage-clone-frames.html has some timing issues https://bugs.webkit.org/show_bug.cgi?id=52032 Fix the timing issue in fast/dom/Window/window-postmessage-clone-frames.html and move the output console div beyond the file input control, so that output text does not push it outside the viewport. * fast/dom/Window/window-postmessage-clone-frames-expected.txt: Updated results to reflect div movement. * fast/dom/Window/window-postmessage-clone-frames.html: Fix the timing and layout issues with this test. 2011-01-07 Ryosuke Niwa Reviewed by Ojan Vafai. Adopting an iframe to a child frame results in stack overflow https://bugs.webkit.org/show_bug.cgi?id=52018 Added a test to ensure calling adoptNode with an iframe throws an exception if the adoptee is an ancestor of the document adopting the node in the frame hierarchy. * fast/html/adopt-parent-frame-expected.txt: Added. * fast/html/adopt-parent-frame.html: Added. 2011-01-07 Martin Robinson Add a platform-specific baseline for GTK+ after r75257. * platform/gtk/fast/text/emphasis-avoid-ruby-expected.checksum: Added. * platform/gtk/fast/text/emphasis-avoid-ruby-expected.png: Added. * platform/gtk/fast/text/emphasis-avoid-ruby-expected.txt: Added. 2011-01-05 Jer Noble Reviewed by Simon Fraser. Implement WebKit Full Screen support. https://bugs.webkit.org/show_bug.cgi?id=49481 rdar://problem/8247444 Update the tests with new API names and spec values. * fullscreen/full-screen-api-expected.txt: * fullscreen/full-screen-api.html: * fullscreen/full-screen-css.html: * fullscreen/full-screen-request-expected.txt: * fullscreen/full-screen-request.html: 2011-01-07 James Robinson Revert "Implement mozilla's animationTime property" https://bugs.webkit.org/show_bug.cgi?id=51952 This approach isn't quite right. * animations/animation-time-expected.txt: Removed. * animations/animation-time.html: Removed. * animations/script-tests/animation-time.js: Removed. * 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/qt/fast/dom/Window/window-properties-expected.txt: * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: * platform/win/fast/dom/Window/window-property-descriptors-expected.txt: 2011-01-07 Stephen White Unreviewed; test expectations update. * platform/chromium-gpu/test_expectations.txt: Removed some no-longer-failing tests; moved some lines around to match the CPU results. * platform/chromium/test_expectations.txt: Bug assignment and cleanup. 2011-01-05 Adrienne Walker Reviewed by Kenneth Russell. Add tests for WebGL's lost context events. https://bugs.webkit.org/show_bug.cgi?id=51492 * fast/canvas/webgl/context-lost-expected.txt: Added. * fast/canvas/webgl/context-lost-restored-expected.txt: Added. * fast/canvas/webgl/context-lost-restored.html: Added. * fast/canvas/webgl/context-lost.html: Added. 2011-01-07 Stephen White Unreviewed; new test baselines and updated chromium expectations. * platform/chromium-gpu/test_expectations.txt: * platform/chromium-linux/fast/gradients/css3-repeating-linear-gradients-expected.checksum: Added. * platform/chromium-linux/fast/gradients/css3-repeating-linear-gradients-expected.png: Added. * platform/chromium/test_expectations.txt: 2011-01-07 Chris Marrin Rubber-stamped by Simon Fraser. Share code between Mac (CA) and Windows (CACF) GraphicsLayer implementations https://bugs.webkit.org/show_bug.cgi?id=49388 Use a double nested zero length timer like other tests here do to give the renderer time to do the render and switch into tiled layers. * compositing/tiling/huge-layer-with-layer-children.html: * compositing/tiling/huge-layer.html: 2011-01-07 Nate Chapin Reviewed by Darin Fisher. Test for https://bugs.webkit.org/show_bug.cgi?id=51898. * http/tests/navigation/ping-cookie-expected.txt: Added. * http/tests/navigation/ping-cookie.html: Added. * http/tests/navigation/resources/save-ping.php: 2011-01-07 Xan Lopez Unreviewed, rolling out r75256. http://trac.webkit.org/changeset/75256 https://bugs.webkit.org/show_bug.cgi?id=50869 Broke GTK+ canvas tests * platform/gtk/Skipped: 2011-01-07 Jessie Berlin Unreviewed, rolling out r75205. http://trac.webkit.org/changeset/75205 https://bugs.webkit.org/show_bug.cgi?id=52026 https://bugs.webkit.org/show_bug.cgi?id=52028 https://bugs.webkit.org/show_bug.cgi?id=52029 The Windows 7 Release Test Bots are fixed. * platform/win/animations: Removed. * platform/win/animations/animation-time-expected.txt: Removed. * platform/win/fast/canvas/canvas-fillRect-gradient-shadow-expected.txt: Removed. * platform/win/fast/css/css3-nth-tokens-script-expected.txt: Removed. * platform/win/fast/css/css3-nth-tokens-style-expected.txt: Removed. * platform/win/fast/dom/Window/window-property-descriptors-expected.txt: 2011-01-07 Dan Bernstein Reviewed by Darin Adler. Text emphasis marks should not appear over characters that have ruby annotations https://bugs.webkit.org/show_bug.cgi?id=51267 * fast/text/emphasis-avoid-ruby-expected.checksum: Added. * fast/text/emphasis-avoid-ruby-expected.png: Added. * fast/text/emphasis-avoid-ruby-expected.txt: Added. * fast/text/emphasis-avoid-ruby.html: Added. 2011-01-07 Alejandro G. Castro Reviewed by Martin Robinson. [cairo] Rendering a lot of arcs on top of each other causes time outs in some tests https://bugs.webkit.org/show_bug.cgi?id=50869 Unskip canvas-largedraws.html after improving the performance for big angles. * platform/gtk/Skipped: 2011-01-06 Zhenyao Mo Reviewed by Kenneth Russell. copyTexSubImage2D shouldn't have undefined pixels https://bugs.webkit.org/show_bug.cgi?id=51559 * fast/canvas/webgl/uninitialized-test-expected.txt: * fast/canvas/webgl/uninitialized-test.html: Add test cases for copyTexSubImage2D. 2011-01-07 Stephen White Unreviewed; new test results and expectations updates. Created new results for tests which do not fail on chrome win (failing Safari results were recently checked in). Also assigned bugs to many of my recent test_expectations updates. * platform/chromium-win/animations/animation-time-expected.txt: Added. * platform/chromium-win/fast/css/css3-nth-tokens-script-expected.txt: Added. * platform/chromium-win/fast/css/css3-nth-tokens-style-expected.txt: Added. * platform/chromium/test_expectations.txt: 2011-01-07 Stephen White Unreviewed; chromium test expectations update. * platform/chromium/test_expectations.txt: A few tests that were flaky before are failing more frequently now. 2011-01-07 Alejandro G. Castro Reviewed by Martin Robinson. Cairo's ContextShadow may mis-render some box shadows https://bugs.webkit.org/show_bug.cgi?id=51374 Added new test to check rectangular tiled shadows. * platform/gtk/fast/css/rect-shadow-tiled-expected.checksum: Added. * platform/gtk/fast/css/rect-shadow-tiled-expected.png: Added. * platform/gtk/fast/css/rect-shadow-tiled-expected.txt: Added. * platform/gtk/fast/css/rect-shadow-tiled.html: Added. 2011-01-07 Kinuko Yasuda Unreviewed; an attempt to fix chromium bot failures by removing failing test line (they must be failing due to modificationTime accuracy error). * fast/filesystem/op-get-metadata-expected.txt: * fast/filesystem/resources/op-tests-helper.js: (runOperationTest.OperationTestHelper.this.testMetadataSuccessCallback): 2011-01-06 Kinuko Yasuda Reviewed by David Levin. Add layout tests for Entry.getMetadata (FileSystem API) https://bugs.webkit.org/show_bug.cgi?id=47311 * fast/filesystem/op-get-metadata-expected.txt: Added. * fast/filesystem/op-get-metadata.html: Added. * fast/filesystem/resources/op-get-metadata.js: Added. * fast/filesystem/resources/op-tests-helper.js: Updated getMetadata implementation. 2011-01-06 Mihai Parparita Unreviewed; chromium test expectations update. Remove failing expectations for tests that started to pass after rebaselining in r75215. Make failing expectations added by r75213 more specific (failures are only on Windows and Linux). * platform/chromium/test_expectations.txt: 2011-01-06 Adam Barth Reviewed by Darin Adler. REGRESSION (r74663): ASSERTION FAILED: m_tokenizer->lineNumber() == line.zeroBasedInt() https://bugs.webkit.org/show_bug.cgi?id=52013 This test case used to trigger an ASSERT. It's unclear to me whether there's a more direct way to test this fix. * fast/parser/line-number-composite-segmented-string-expected.txt: Added. * fast/parser/line-number-composite-segmented-string.html: Added. 2011-01-06 Stephen White Unreviewed; chromium test expectations update. * platform/chromium/test_expectations.txt: New test fast/frames/iframe-reparenting-plugins.html failing on windows. 2011-01-06 Martin Robinson Add new expected results for GTK+. Skip viewport tests which have results differing from Opera. * fast/dom/left-overflow-in-ltr-expected.txt: Added. * fast/dom/right-overflow-in-rtl-expected.txt: Added. * fast/viewport/viewport-126-expected.txt: Added. * fast/viewport/viewport-127-expected.txt: Added. * fast/viewport/viewport-65-expected.txt: Added. * fast/viewport/viewport-82-expected.txt: Added. * fast/viewport/viewport-84-expected.txt: Added. * fast/viewport/viewport-87-expected.txt: Added. * platform/gtk/Skipped: * platform/gtk/css2.1/t040105-import-10-b-expected.checksum: Added. * platform/gtk/css2.1/t040105-import-10-b-expected.png: Added. * platform/gtk/css2.1/t040105-import-10-b-expected.txt: Added. * platform/gtk/fast/block/positioning/rtl-static-positioning-expected.checksum: Added. * platform/gtk/fast/block/positioning/rtl-static-positioning-expected.png: Added. * platform/gtk/fast/block/positioning/rtl-static-positioning-expected.txt: Added. * platform/gtk/fast/block/positioning/rtl-static-positioning-inline-block-expected.checksum: Added. * platform/gtk/fast/block/positioning/rtl-static-positioning-inline-block-expected.png: Added. * platform/gtk/fast/block/positioning/rtl-static-positioning-inline-block-expected.txt: Added. * platform/gtk/fast/block/positioning/table-cell-static-position-expected.checksum: Added. * platform/gtk/fast/block/positioning/table-cell-static-position-expected.png: Added. * platform/gtk/fast/block/positioning/table-cell-static-position-expected.txt: Added. * platform/gtk/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum: Added. * platform/gtk/fast/blockflow/Kusa-Makura-background-canvas-expected.png: Added. * platform/gtk/fast/blockflow/Kusa-Makura-background-canvas-expected.txt: Added. * platform/gtk/fast/blockflow/japanese-rl-text-with-broken-font-expected.checksum: Added. * platform/gtk/fast/blockflow/japanese-rl-text-with-broken-font-expected.png: Added. * platform/gtk/fast/blockflow/japanese-rl-text-with-broken-font-expected.txt: Added. * platform/gtk/fast/blockflow/vertical-align-table-baseline-expected.checksum: Added. * platform/gtk/fast/blockflow/vertical-align-table-baseline-expected.png: Added. * platform/gtk/fast/blockflow/vertical-align-table-baseline-expected.txt: Added. * platform/gtk/fast/blockflow/vertical-baseline-alignment-expected.checksum: Added. * platform/gtk/fast/blockflow/vertical-baseline-alignment-expected.png: Added. * platform/gtk/fast/blockflow/vertical-baseline-alignment-expected.txt: Added. * platform/gtk/fast/css-generated-content/table-before-after-child-add-expected.checksum: Added. * platform/gtk/fast/css-generated-content/table-before-after-child-add-expected.png: Added. * platform/gtk/fast/css-generated-content/table-before-after-child-add-expected.txt: Added. * platform/gtk/fast/css-generated-content/table-cell-before-after-child-add-expected.checksum: Added. * platform/gtk/fast/css-generated-content/table-cell-before-after-child-add-expected.png: Added. * platform/gtk/fast/css-generated-content/table-cell-before-after-child-add-expected.txt: Added. * platform/gtk/fast/css-generated-content/table-row-before-after-child-add-expected.checksum: Added. * platform/gtk/fast/css-generated-content/table-row-before-after-child-add-expected.png: Added. * platform/gtk/fast/css-generated-content/table-row-before-after-child-add-expected.txt: Added. * platform/gtk/fast/css-generated-content/table-table-before-after-child-add-expected.checksum: Added. * platform/gtk/fast/css-generated-content/table-table-before-after-child-add-expected.png: Added. * platform/gtk/fast/css-generated-content/table-table-before-after-child-add-expected.txt: Added. * platform/gtk/fast/css/box-shadow-expected.checksum: Added. * platform/gtk/fast/css/box-shadow-expected.png: Added. * platform/gtk/fast/css/box-shadow-expected.txt: Added. * platform/gtk/fast/css/focus-ring-detached-expected.checksum: Added. * platform/gtk/fast/css/focus-ring-detached-expected.png: Added. * platform/gtk/fast/css/focus-ring-detached-expected.txt: Added. * platform/gtk/fast/css/focus-ring-multiline-expected.checksum: Added. * platform/gtk/fast/css/focus-ring-multiline-expected.png: Added. * platform/gtk/fast/css/focus-ring-multiline-expected.txt: Added. * platform/gtk/fast/css/focus-ring-outline-color-expected.checksum: Added. * platform/gtk/fast/css/focus-ring-outline-color-expected.png: Added. * platform/gtk/fast/css/focus-ring-outline-color-expected.txt: Added. * platform/gtk/fast/css/focus-ring-outline-offset-expected.checksum: Added. * platform/gtk/fast/css/focus-ring-outline-offset-expected.png: Added. * platform/gtk/fast/css/focus-ring-outline-offset-expected.txt: Added. * platform/gtk/fast/css/focus-ring-outline-width-expected.checksum: Added. * platform/gtk/fast/css/focus-ring-outline-width-expected.png: Added. * platform/gtk/fast/css/focus-ring-outline-width-expected.txt: Added. * platform/gtk/fast/forms/placeholder-position-expected.checksum: Added. * platform/gtk/fast/forms/placeholder-position-expected.png: Added. * platform/gtk/fast/forms/placeholder-position-expected.txt: Added. * platform/gtk/fast/html/marquee-scrollamount-expected.checksum: Added. * platform/gtk/fast/html/marquee-scrollamount-expected.png: Added. * platform/gtk/fast/html/marquee-scrollamount-expected.txt: Added. * platform/gtk/fast/images/gray-scale-jpeg-with-color-profile-expected.checksum: Added. * platform/gtk/fast/images/gray-scale-jpeg-with-color-profile-expected.png: Added. * platform/gtk/fast/images/gray-scale-jpeg-with-color-profile-expected.txt: Added. * platform/gtk/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added. * platform/gtk/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.checksum: Added. * platform/gtk/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Added. * platform/gtk/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added. * platform/gtk/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added. * platform/gtk/fast/images/imagemap-focus-ring-zoom-expected.txt: Added. * platform/gtk/fast/multicol/span/anonymous-before-child-parent-crash-expected.checksum: Added. * platform/gtk/fast/multicol/span/anonymous-before-child-parent-crash-expected.png: Added. * platform/gtk/fast/multicol/span/anonymous-before-child-parent-crash-expected.txt: Added. * platform/gtk/fast/multicol/span/anonymous-split-block-crash-expected.checksum: Added. * platform/gtk/fast/multicol/span/anonymous-split-block-crash-expected.png: Added. * platform/gtk/fast/multicol/span/anonymous-split-block-crash-expected.txt: Added. * platform/gtk/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.checksum: Added. * platform/gtk/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png: Added. * platform/gtk/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added. * platform/gtk/fast/overflow/overflow-rtl-vertical-expected.checksum: Added. * platform/gtk/fast/overflow/overflow-rtl-vertical-expected.png: Added. * platform/gtk/fast/overflow/overflow-rtl-vertical-expected.txt: Added. * platform/gtk/fast/overflow/overflow-update-transform-expected.checksum: Added. * platform/gtk/fast/overflow/overflow-update-transform-expected.png: Added. * platform/gtk/fast/overflow/overflow-update-transform-expected.txt: Added. * platform/gtk/fast/ruby/nested-ruby-expected.checksum: Added. * platform/gtk/fast/ruby/nested-ruby-expected.png: Added. * platform/gtk/fast/ruby/nested-ruby-expected.txt: Added. * platform/gtk/fast/text/emphasis-expected.checksum: Added. * platform/gtk/fast/text/emphasis-expected.png: Added. * platform/gtk/fast/text/emphasis-expected.txt: Added. * platform/gtk/fast/text/emphasis-vertical-expected.checksum: Added. * platform/gtk/fast/text/emphasis-vertical-expected.png: Added. * platform/gtk/fast/text/emphasis-vertical-expected.txt: Added. * platform/gtk/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.checksum: Added. * platform/gtk/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png: Added. * platform/gtk/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Added. * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.checksum: Added. * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png: Added. * platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Added. * platform/gtk/svg/custom/image-rescale-clip-expected.checksum: Added. * platform/gtk/svg/custom/image-rescale-clip-expected.png: Added. * platform/gtk/svg/custom/image-rescale-clip-expected.txt: Added. * platform/gtk/svg/custom/image-rescale-scroll-expected.checksum: Added. * platform/gtk/svg/custom/image-rescale-scroll-expected.png: Added. * platform/gtk/svg/custom/image-rescale-scroll-expected.txt: Added. * platform/gtk/svg/dom/SVGPathSegList-cloning-expected.checksum: Added. * platform/gtk/svg/dom/SVGPathSegList-cloning-expected.png: Added. * platform/gtk/svg/dom/SVGPathSegList-cloning-expected.txt: Added. * platform/gtk/svg/dom/SVGPathSegList-segment-modification-expected.checksum: Added. * platform/gtk/svg/dom/SVGPathSegList-segment-modification-expected.png: Added. * platform/gtk/svg/dom/SVGPathSegList-segment-modification-expected.txt: Added. * platform/gtk/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.checksum: Added. * platform/gtk/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png: Added. * platform/gtk/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.txt: Added. * platform/gtk/svg/filters/feColorMatrix-offset-expected.checksum: Added. * platform/gtk/svg/filters/feColorMatrix-offset-expected.png: Added. * platform/gtk/svg/filters/feColorMatrix-offset-expected.txt: Added. 2011-01-06 Stephen White Unreviewed; yet another test expectations update. * platform/chromium/test_expectations.txt: 2011-01-06 Stephen White Unreviewed; test expectations update. Add new results for new tests introduced in r75097. * platform/chromium-mac/fast/gradients/css3-repeating-linear-gradients-expected.checksum: Added. * platform/chromium-mac/fast/gradients/css3-repeating-linear-gradients-expected.png: Added. * platform/chromium-win/fast/gradients/css3-repeating-linear-gradients-expected.checksum: Added. * platform/chromium-win/fast/gradients/css3-repeating-linear-gradients-expected.png: Added. * platform/chromium/test_expectations.txt: 2011-01-06 Robert Hogan [Qt] Update expected results after r75177 Unreviewed, update expected results. * platform/qt/fast/dom/prototype-inheritance-expected.txt: 2011-01-06 Martin Robinson Reviewed by Adam Barth. fast/dom/Window/window-postmessage-clone.html may fail on platforms with larger fonts https://bugs.webkit.org/show_bug.cgi?id=52027 Move the console output div after the file input control in fast/dom/Window/window-postmessage-clone.html so that console text does not push it outside of the viewport. * fast/dom/Window/window-postmessage-clone-expected.txt: Updated results to match new text output. * fast/dom/Window/window-postmessage-clone.html: Moved console div. 2011-01-06 Martin Robinson Update GTK+-specific results after r75177. * platform/gtk/fast/dom/prototype-inheritance-expected.txt: Update results. 2011-01-06 Jenn Braithwaite Reviewed by Dmitry Titov. When a live frame is moved between pages, some plug-in DOM methods cease to function https://bugs.webkit.org/show_bug.cgi?id=45770 * fast/frames/iframe-reparenting-plugins-expected.txt: Added. * fast/frames/iframe-reparenting-plugins.html: Added. * fast/frames/resources/iframe-reparenting-plugins-iframe-content.html: Added. * fast/frames/resources/iframe-reparenting-plugins-new-page.html: Added. 2011-01-06 Stephen White Unreviewed; test expectations update. * platform/chromium-gpu/test_expectations.txt: Remove duplicate expectations. 2011-01-06 Mihai Parparita Unreviewed, test expectation update. Add mac-leopard baselines for tests that currently have Snow Leopard baselines in platform/mac. * platform/mac-leopard/fast/multicol/client-rects-expected.checksum: * platform/mac-leopard/fast/multicol/client-rects-expected.png: Added. * platform/mac-leopard/fast/multicol/column-break-with-balancing-expected.checksum: Added. * platform/mac-leopard/fast/multicol/column-break-with-balancing-expected.png: Added. * platform/mac-leopard/fast/multicol/float-multicol-expected.checksum: Added. * platform/mac-leopard/fast/multicol/float-multicol-expected.png: Added. * platform/mac-leopard/fast/multicol/float-paginate-complex-expected.checksum: Added. * platform/mac-leopard/fast/multicol/float-paginate-complex-expected.png: Added. * platform/mac-leopard/fast/multicol/float-paginate-expected.checksum: Added. * platform/mac-leopard/fast/multicol/float-paginate-expected.png: Added. * platform/mac-leopard/fast/multicol/layers-in-multicol-expected.checksum: Added. * platform/mac-leopard/fast/multicol/layers-in-multicol-expected.png: Added. * platform/mac-leopard/fast/multicol/layers-split-across-columns-expected.checksum: Added. * platform/mac-leopard/fast/multicol/layers-split-across-columns-expected.png: Added. * platform/mac-leopard/fast/multicol/paginate-block-replaced-expected.checksum: Added. * platform/mac-leopard/fast/multicol/paginate-block-replaced-expected.png: Added. * platform/mac-leopard/fast/multicol/span/anonymous-style-inheritance-expected.checksum: Added. * platform/mac-leopard/fast/multicol/span/anonymous-style-inheritance-expected.png: Added. * platform/mac-leopard/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.checksum: Added. * platform/mac-leopard/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png: Added. * platform/mac-leopard/fast/multicol/span/span-as-nested-columns-child-expected.checksum: Added. * platform/mac-leopard/fast/multicol/span/span-as-nested-columns-child-expected.png: Added. * platform/mac-leopard/fast/multicol/table-vertical-align-expected.checksum: Added. * platform/mac-leopard/fast/multicol/table-vertical-align-expected.png: Added. * platform/mac-leopard/fast/repaint/overflow-scroll-body-appear-expected.checksum: Added. * platform/mac-leopard/fast/repaint/overflow-scroll-body-appear-expected.png: Added. 2011-01-06 Stephen White Unreviewed; chromium test expectations update. * platform/chromium/test_expectations.txt: Add some expected "failing" tests post-r75205. 2011-01-06 Stephen White Unreviewed; chromium test expectations update. * platform/chromium/test_expectations.txt: Remove duplicate expectations. 2011-01-06 Adam Roben Add/update Windows-specific test results for recent regressions Bugs: http://webkit.org/b/52026 http://webkit.org/b/52028 http://webkit.org/b/52029 * platform/win/animations/animation-time-expected.txt: Added. * platform/win/fast/canvas/canvas-fillRect-gradient-shadow-expected.txt: Added. * platform/win/fast/css/css3-nth-tokens-script-expected.txt: Added. * platform/win/fast/css/css3-nth-tokens-style-expected.txt: Added. * platform/win/fast/dom/Window/window-property-descriptors-expected.txt: 2011-01-06 Adam Roben Update Windows results after r75177 * platform/win/fast/dom/prototype-inheritance-expected.txt: 2011-01-06 Martin Robinson Reviewed by Eric Seidel. [GTK] Freetype backend does not support WOFF https://bugs.webkit.org/show_bug.cgi?id=51904 * platform/gtk/Skipped: Unskip passing WOFF test. Add results. * platform/gtk/fast/css/font-face-woff-expected.checksum: Added. * platform/gtk/fast/css/font-face-woff-expected.png: Added. * platform/gtk/fast/css/font-face-woff-expected.txt: Added. 2011-01-06 James Simonsen Reviewed by Darin Fisher. [Web Timing] Remove vendor prefix https://bugs.webkit.org/show_bug.cgi?id=48922 * fast/dom/Window/window-properties-performance-expected.txt: Test replaceability. * fast/dom/Window/window-properties-performance.html: Ditto. * fast/dom/Window/window-properties.html: Rename to performance. * fast/dom/resources/navigation-type-matches-querystring.html: Ditto. * fast/dom/script-tests/prototype-inheritance.js: Ditto. * fast/dom/script-tests/webtiming-document-open.js: Ditto. * fast/dom/script-tests/webtiming-navigate-within-document.js: Ditto. * fast/dom/script-tests/webtiming.js: Ditto. * http/tests/misc/resources/webtiming-one-redirect.html: Ditto. * http/tests/misc/resources/webtiming-two-redirects.html: Ditto. 2011-01-06 Tony Gentilcore Reviewed by Eric Seidel. Allow framesets after hidden inputs https://bugs.webkit.org/show_bug.cgi?id=51998 * html5lib/resources/webkit01.dat: Demonstrate that the value of the type attribute matters. An input with no type is tested in tests19.dat. 2010-12-29 Zhenyao Mo Reviewed by Kenneth Russell. vertexAttribPointer should raise INVALID_OPERATION if stride/offset is not multiple of the type size https://bugs.webkit.org/show_bug.cgi?id=51725 * fast/canvas/webgl/gl-vertexattribpointer-expected.txt: * fast/canvas/webgl/gl-vertexattribpointer.html: Sync with khronos. 2011-01-06 Zhenyao Mo Unreviewed, add glsl-conformance.html to test_expectations.txt temporarily. * platform/chromium-gpu/test_expectations.txt: * platform/chromium/test_expectations.txt: 2011-01-06 Robert Hogan Reviewed by Antonio Gomes. [Qt] Introduce QDRTNode for passing WebCore::Node across JS bridge This allows LayoutTestController to pass WebCore::Node back to layout tests. Also amend nodesFromRect-links-and-text.html and nodesFromRect-inner-documents.html so that they do not produce platform-specific results. Unskip: fast/dom/nodesFromRect-links-and-text.html fast/dom/nodesFromRect-inner-documents.html https://bugs.webkit.org/show_bug.cgi?id=48957 * fast/dom/nodesFromRect-inner-documents-expected.txt: * fast/dom/nodesFromRect-inner-documents.html: * fast/dom/nodesFromRect-links-and-text-expected.txt: * fast/dom/nodesFromRect-links-and-text.html: * fast/dom/resources/nodesFromRect.js: (check): (getTopFor): (getBottomFor): * platform/qt/Skipped: 2011-01-06 Stephen White Unreviewed; test expectations update. Update test_expectations.txt files to reflect reality on the canaries. * platform/chromium-gpu/test_expectations.txt: * platform/chromium/test_expectations.txt: 2011-01-06 Chris Fleizach Reviewed by Beth Dakin. AX: "AXExpanded" not exposed on most ARIA roles that use aria-expanded https://bugs.webkit.org/show_bug.cgi?id=51995 * platform/mac/accessibility/aria-expanded-standard-items-expected.txt: Added. * platform/mac/accessibility/aria-expanded-standard-items.html: Added. 2011-01-06 Adam Barth Reviewed by Eric Seidel. prototype-inheritance prints FAIL when it shouldn't https://bugs.webkit.org/show_bug.cgi?id=52007 Before this patch, we were testing the prototypes of primitive values, but the rules for primitive values are different than the rules for objects. Primitive values get their prototypes from the current lexical scope when they get boxed. This test is designed to test that objects get their prototypes from their original holder. In this patch, we skip testing non-object/non-functions. We can add another test for primitives if we think that would be valuable. * fast/dom/prototype-inheritance-expected.txt: * fast/dom/script-tests/prototype-inheritance.js: 2011-01-06 James Robinson Update expectations for tests that enumerate properties on the window to reflect newly added property. * 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/qt/fast/dom/Window/window-properties-expected.txt: * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: * platform/win/fast/dom/Window/window-property-descriptors-expected.txt: 2010-12-28 Zhenyao Mo Reviewed by Kenneth Russell. Must generate INVALID_VALUE errors for strings containing out-of-range characters https://bugs.webkit.org/show_bug.cgi?id=50929 * fast/canvas/webgl/invalid-passed-params-expected.txt: Add test cases for invalid characters. * fast/canvas/webgl/invalid-passed-params.html: Ditto. 2011-01-06 Abhishek Arya Reviewed by Alexey Proskuryakov. Improve the layouttests from r75168 and make sure that the parent stylesheet value is null before showing test passed. * fast/dom/StyleSheet/removed-media-rule-deleted-parent-crash.html: * fast/dom/StyleSheet/removed-stylesheet-rule-deleted-parent-crash.html: 2011-01-06 James Robinson Reviewed by Simon Fraser. Implement mozilla's animationTime property https://bugs.webkit.org/show_bug.cgi?id=51952 Tests for window.webkitAnimationTime. * animations/animation-time-expected.txt: Added. * animations/animation-time.html: Added. * animations/script-tests/animation-time.js: Added. 2011-01-06 Abhishek Arya Reviewed by Simon Fraser. Tests that we do not crash when accessing a deleted parent stylesheet from a removed css rule. https://bugs.webkit.org/show_bug.cgi?id=51993 * fast/dom/StyleSheet/removed-media-rule-deleted-parent-crash-expected.txt: Added. * fast/dom/StyleSheet/removed-media-rule-deleted-parent-crash.html: Added. * fast/dom/StyleSheet/removed-stylesheet-rule-deleted-parent-crash-expected.txt: Added. * fast/dom/StyleSheet/removed-stylesheet-rule-deleted-parent-crash.html: Added. 2011-01-04 Adrienne Walker Reviewed by Kenneth Russell. Add test cases for storing NaN in typed arrays. https://bugs.webkit.org/show_bug.cgi?id=46990 * fast/canvas/webgl/array-unit-tests-expected.txt: * fast/canvas/webgl/array-unit-tests.html: 2011-01-06 Andrei Popescu Unreviewed, build fix. [Chromium] Add elliptical gradient support to GradientSkia https://bugs.webkit.org/show_bug.cgi?id=51841 Marks fast/gradients/css3-radial-gradients3.html as expected to fail. Also marks canvas/philip/tests/2d.shadow.gradient.alpha.html canvas/philip/tests/2d.shadow.gradient.basic.html canvas/philip/tests/2d.shadow.gradient.transparent.2.html as passing on Chromium-mac as a result of r75139. * platform/chromium/test_expectations.txt: 2011-01-06 Andrei Popescu Unreviewed, rolling out r75152. [Chromium] fast/gradients/css3-radial-gradients3.html needs Chromium-specific results https://bugs.webkit.org/show_bug.cgi?id=51988 Rolling out since, on closer inspection, the expectations are wrong and the corresponding test really fails. * platform/chromium-mac/fast/gradients/css3-radial-gradients3-expected.checksum: Removed. * platform/chromium-mac/fast/gradients/css3-radial-gradients3-expected.png: Removed. * platform/chromium-win/fast/gradients/css3-radial-gradients3-expected.checksum: Removed. * platform/chromium-win/fast/gradients/css3-radial-gradients3-expected.png: Removed. 2011-01-06 Yael Aharon Reviewed by Darin Adler. document.querySelector(':nth-child(foo)') should throw a syntax error https://bugs.webkit.org/show_bug.cgi?id=51231 CSSNthSelector parsing code is illegible and buggy (allows "n3" as a valid selector) https://bugs.webkit.org/show_bug.cgi?id=21815 * fast/css/css3-nth-tokens-script-expected.txt: Added. * fast/css/css3-nth-tokens-script.html: Added. * fast/css/css3-nth-tokens-style-expected.txt: Added. * fast/css/css3-nth-tokens-style.html: Added. 2011-01-06 Andrei Popescu Unreviewed, build fix. [Chromium] canvas/canvas-fillRect-gradient-shadow.html fails on Chromium. https://bugs.webkit.org/show_bug.cgi?id=51989 Updating the test expectations for the chromium-gpu platform. * platform/chromium-gpu/test_expectations.txt: 2011-01-06 Andrei Popescu Unreviewed, build fix. [Chromium] canvas/canvas-fillRect-gradient-shadow.html fails on Chromium. https://bugs.webkit.org/show_bug.cgi?id=51989 Added suppressions for svg/batik/text/textEffect.svg svg/batik/text/textEffect3.svg svg/css/composite-shadow-text.svg svg/custom/js-late-gradient-and-object-creation.svg svg/custom/js-late-gradient-creation.svg svg/text/selection-background-color.xhtml svg/text/selection-styles.xhtml svg/text/text-gradient-positioning.svg These tests are all failing as a result of the same change: r75153. * platform/chromium/test_expectations.txt: 2011-01-06 Andrei Popescu Unreviewed, build fix. [Chromium] canvas/canvas-fillRect-gradient-shadow.html fails on Chromium. https://bugs.webkit.org/show_bug.cgi?id=51989 Updating Chromium expectations until we find a fix. * platform/chromium/test_expectations.txt: 2011-01-06 Andrei Popescu Unreviewed, build fix. [Chromium] fast/gradients/css3-radial-gradients3.html needs Chromium-specific results https://bugs.webkit.org/show_bug.cgi?id=51988 * platform/chromium-mac/fast/gradients/css3-radial-gradients3-expected.checksum: Added. * platform/chromium-mac/fast/gradients/css3-radial-gradients3-expected.png: Added. * platform/chromium-win/fast/gradients/css3-radial-gradients3-expected.checksum: Added. * platform/chromium-win/fast/gradients/css3-radial-gradients3-expected.png: Added. 2011-01-06 Csaba Osztrogonác Unreviewed. [Qt] Web Timing related bugs https://bugs.webkit.org/show_bug.cgi?id=51245 * platform/qt/Skipped: Add new tests. - http/tests/misc/webtiming-origins.html - http/tests/misc/webtiming-slow-load.php 2011-01-05 Helder Correia Reviewed by Simon Fraser. Shadows are not drawn when filling a rect with a gradient fillStyle on Mac and Chromium-Mac https://bugs.webkit.org/show_bug.cgi?id=51869 GraphicsContext::fillRect(const FloatRect&) is clipping to the rect. The shadow is being drawn, but getting clipped to the rect being filled. The solution is to draw the gradient into a CGLayer (when a shadow is required), then render the layer to the GraphicsContext. This patch also fixes: canvas/philip/tests/2d.shadow.gradient.alpha.html canvas/philip/tests/2d.shadow.gradient.basic.html canvas/philip/tests/2d.shadow.gradient.transparent.2.html New test to ensure that shadows are drawn when fillStyle is a gradient, possibly with some transparency and blur, and specifically using fillRect. * fast/canvas/canvas-fillRect-gradient-shadow-expected.txt: Added. * fast/canvas/canvas-fillRect-gradient-shadow.html: Added. * fast/canvas/script-tests/canvas-fillRect-gradient-shadow.js: Added. 2011-01-05 Simon Fraser Reviewed by Ariya Hidayat. Directly composited SVG images fail to render https://bugs.webkit.org/show_bug.cgi?id=51975 New testcase with directly composited SVG image. * compositing/images/direct-svg-image-expected.checksum: Added. * compositing/images/direct-svg-image-expected.png: Added. * compositing/images/direct-svg-image-expected.txt: Added. * compositing/images/direct-svg-image.html: Added. 2011-01-05 Simon Fraser Reviewed by Darin Adler. Fix percentage values in radius of radial gradients https://bugs.webkit.org/show_bug.cgi?id=51979 * fast/gradients/css3-radial-gradients3-expected.txt: Added. * fast/gradients/css3-radial-gradients3.html: Added. * platform/mac/fast/gradients/css3-radial-gradients3-expected.checksum: Added. * platform/mac/fast/gradients/css3-radial-gradients3-expected.png: Added. 2011-01-05 James Simonsen Reviewed by Adam Barth. [Web Timing] Zero out some values on cross-origin redirects https://bugs.webkit.org/show_bug.cgi?id=49294 * fast/dom/script-tests/webtiming.js: (checkTimingBeforeLoad): Remove unload. Its behavior depends on prior navigation and is tested separately. (checkTimingWhileDeferred): Ditto. (checkWebTimingOnDOMContentLoaded): Ditto. (checkWebTimingWhileAsync): Ditto. (checkWebTimingOnLoad): Ditto. (checkWebTimingAfterLoad): Ditto. * fast/dom/webtiming-expected.txt: * http/tests/misc/resources/webtiming-cross-origin-and-back-redirect1.php: Added. * http/tests/misc/resources/webtiming-cross-origin-and-back-redirect2.php: Added. * http/tests/misc/resources/webtiming-cross-origin-and-back1.html: Added. * http/tests/misc/resources/webtiming-cross-origin-and-back2.html: Added. * http/tests/misc/resources/webtiming-cross-origin-redirect.html: Added. * http/tests/misc/resources/webtiming-cross-origin-redirect.php: Added. * http/tests/misc/resources/webtiming-no-origin.html: Added. * http/tests/misc/webtiming-origins-expected.txt: Added. * http/tests/misc/webtiming-origins.html: Added. * platform/gtk/Skipped: Skip new web timing test. * platform/mac/Skipped: Ditto. * platform/win/Skipped: Ditto. 2011-01-05 Helder Correia Reviewed by Ariya Hidayat. [Qt] Default focus ring is too wide https://bugs.webkit.org/show_bug.cgi?id=51854 This is an intermediate step to solve this bug. Use QPalette::Highlight instead of default half-transparent black as the focus ring color. * platform/qt/editing/selection/caret-and-focus-ring-expected.checksum: Added. * platform/qt/editing/selection/caret-and-focus-ring-expected.png: Added. * platform/qt/editing/selection/caret-and-focus-ring-expected.txt: Added. * platform/qt/fast/css/focus-ring-outline-color-expected.checksum: * platform/qt/fast/css/focus-ring-outline-color-expected.png: * platform/qt/fast/css/focus-ring-outline-offset-expected.checksum: * platform/qt/fast/css/focus-ring-outline-offset-expected.png: * platform/qt/fast/css/focus-ring-outline-width-expected.checksum: * platform/qt/fast/css/focus-ring-outline-width-expected.png: 2011-01-05 James Simonsen Reviewed by Darin Fisher. [Web Timing] requestStart and responseStart should be available even if the document is still loading https://bugs.webkit.org/show_bug.cgi?id=51368 * http/tests/misc/webtiming-slow-load-expected.txt: Added. * http/tests/misc/webtiming-slow-load.php: Added. 2011-01-05 Kent Tamura Unreviewed, test expectation update. Rebaseline of renderer-destruction-by-invalidateSelection-crash.html * platform/chromium-linux/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.checksum: * platform/chromium-linux/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png: * platform/chromium-mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.checksum: Added. * platform/chromium-mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png: Added. * platform/chromium-win/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.checksum: * platform/chromium-win/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png: * platform/chromium-win/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt: * platform/chromium/test_expectations.txt: 2011-01-05 Jenn Braithwaite Reviewed by Adam Barth. fast/encoding/parser-tests.html is slow on debug builds https://bugs.webkit.org/show_bug.cgi?id=51721 Break up parser tests to run 10 tests per batch. * fast/encoding/parser-tests-10-expected.txt: Added. * fast/encoding/parser-tests-10.html: Copied from LayoutTests/fast/encoding/parser-tests.html. * fast/encoding/parser-tests-100-expected.txt: Added. * fast/encoding/parser-tests-100.html: Copied from LayoutTests/fast/encoding/parser-tests.html. * fast/encoding/parser-tests-110-expected.txt: Added. * fast/encoding/parser-tests-110.html: Copied from LayoutTests/fast/encoding/parser-tests.html. * fast/encoding/parser-tests-120-expected.txt: Added. * fast/encoding/parser-tests-120.html: Copied from LayoutTests/fast/encoding/parser-tests.html. * fast/encoding/parser-tests-20-expected.txt: Added. * fast/encoding/parser-tests-20.html: Copied from LayoutTests/fast/encoding/parser-tests.html. * fast/encoding/parser-tests-30-expected.txt: Added. * fast/encoding/parser-tests-30.html: Copied from LayoutTests/fast/encoding/parser-tests.html. * fast/encoding/parser-tests-40-expected.txt: Added. * fast/encoding/parser-tests-40.html: Copied from LayoutTests/fast/encoding/parser-tests.html. * fast/encoding/parser-tests-50-expected.txt: Added. * fast/encoding/parser-tests-50.html: Copied from LayoutTests/fast/encoding/parser-tests.html. * fast/encoding/parser-tests-60-expected.txt: Added. * fast/encoding/parser-tests-60.html: Copied from LayoutTests/fast/encoding/parser-tests.html. * fast/encoding/parser-tests-70-expected.txt: Added. * fast/encoding/parser-tests-70.html: Copied from LayoutTests/fast/encoding/parser-tests.html. * fast/encoding/parser-tests-80-expected.txt: Added. * fast/encoding/parser-tests-80.html: Copied from LayoutTests/fast/encoding/parser-tests.html. * fast/encoding/parser-tests-90-expected.txt: Added. * fast/encoding/parser-tests-90.html: Copied from LayoutTests/fast/encoding/parser-tests.html. * fast/encoding/parser-tests-expected.txt: * fast/encoding/parser-tests.html: * fast/encoding/resources/parser-tests.js: Added. 2011-01-05 Hans Wennborg Reviewed by Jeremy Orlow. [Chromium] storage/indexeddb/objectstore-basics.html is flaky after r74266 https://bugs.webkit.org/show_bug.cgi?id=51731 Fix the layout test by using a known-good date value rather than new Date(), which sometimes causes the test to fail. (The underlying reason for failing to store certain Date values should of course be fixed too, but that will come in a later patch.) * platform/chromium/test_expectations.txt: * storage/indexeddb/objectstore-basics-expected.txt: * storage/indexeddb/objectstore-basics.html: 2011-01-05 Stephen White Unreviewed; test expectations update.. Fix the expectations for the hyphenation tests on chromium-win. * platform/chromium/test_expectations.txt: 2011-01-05 Stephen White Unreviewed; test expectations fix. * platform/chromium/test_expectations.txt: Add expectations for new tests introduced by r75097. 2011-01-05 Simon Fraser Reviewed by Dave Hyatt. Implement repeating CSS3 gradients https://bugs.webkit.org/show_bug.cgi?id=51843 Tests for repeating gradient parsing, and repeating linear and radial gradients. * fast/gradients/css3-gradient-parsing-expected.txt: * fast/gradients/css3-gradient-parsing.html: * fast/gradients/css3-repeating-linear-gradients-expected.txt: Added. * fast/gradients/css3-repeating-linear-gradients.html: Added. * fast/gradients/css3-repeating-radial-gradients-expected.txt: Added. * fast/gradients/css3-repeating-radial-gradients.html: Added. * platform/mac/fast/gradients/css3-repeating-linear-gradients-expected.checksum: Added. * platform/mac/fast/gradients/css3-repeating-linear-gradients-expected.png: Added. * platform/mac/fast/gradients/css3-repeating-radial-gradients-expected.checksum: Added. * platform/mac/fast/gradients/css3-repeating-radial-gradients-expected.png: Added. 2011-01-05 Stephen White Unreviewed; test expectations fix. * platform/chromium/test_expectations.txt: Add a few failing tests to chromium's test expectations file. * platform/chromium-gpu/test_expectations.txt: Mark the shadow-offset tests as crashing on win debug (GPU). Remove a duplicate MAC expectation. 2011-01-05 Stephen White Unreviewed; test expectations fix. Update chromium GPU test_expectations.txt file to match the layout of the CPU results more closely. * platform/chromium-gpu/test_expectations.txt: 2011-01-05 Maciej Stachowiak Reviewed by Anders Carlsson. Remove entries from WebKit2 skipped list that no longer exist https://bugs.webkit.org/show_bug.cgi?id=51936 * platform/mac-wk2/Skipped: 2011-01-05 Brian Weinstein Land failing Windows results after r75031. Fixing the tests is being tracked by https://bugs.webkit.org/show_bug.cgi?id=51912. * platform/win/accessibility/document-role-expected.txt: * platform/win/accessibility/selection-and-focus-expected.txt: 2011-01-05 Abhishek Arya Reviewed by Dave Hyatt. Tests that we do not crash when trying to merge two anonymous blocks, one of which is getting removed. https://bugs.webkit.org/show_bug.cgi?id=51919 * fast/block/merge-anonymous-block-remove-child-crash-expected.txt: Added. * fast/block/merge-anonymous-block-remove-child-crash.html: Added. 2011-01-05 Dan Bernstein Reviewed by Darin Adler. hyphenate-character: auto should fall back to hyphen-minus if the primary font lacks a hyphen glyph https://bugs.webkit.org/show_bug.cgi?id=51915 * platform/mac/fast/text/basic/014-expected.checksum: * platform/mac/fast/text/basic/014-expected.png: * platform/mac/fast/text/basic/014-expected.txt: * platform/mac/fast/text/capitalize-boundaries-expected.checksum: * platform/mac/fast/text/capitalize-boundaries-expected.png: * platform/mac/fast/text/capitalize-boundaries-expected.txt: * platform/mac/fast/text/midword-break-after-breakable-char-expected.checksum: * platform/mac/fast/text/midword-break-after-breakable-char-expected.png: * platform/mac/fast/text/midword-break-after-breakable-char-expected.txt: 2011-01-05 Leo Yang Reviewed by Dirk Schulze. Malformed SVG causes crash in updateContainerOffset https://bugs.webkit.org/show_bug.cgi?id=44610 Test case for recursive svg . This test case passes if no crash occurs. * svg/custom/recursive-use-expected.txt: Added. * svg/custom/recursive-use.svg: Added. 2011-01-05 Antti Koivisto Not reviewed. Update a pixel test result for https://bugs.webkit.org/show_bug.cgi?id=8852. * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.checksum: * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png: 2011-01-04 Kent Tamura Unreviewed, test expectation update. insecure-css-in-main-frame.html is flaky on Chromium-linux too. * platform/chromium/test_expectations.txt: 2011-01-04 Kent Tamura Unreviewed, test expectation update - slow-loading-image-in-pattern.html had a wrong expectation for Chromium-win. - insecure-css-in-main-frame.html is flaky on Chromium-win? * platform/chromium/test_expectations.txt: 2011-01-04 Yael Aharon Reviewed by Darin Adler. CSS3 :nth-child selector and valid whitespace test fails https://bugs.webkit.org/show_bug.cgi?id=36279 * fast/css/css3-nth-space-expected.txt: Added. * fast/css/css3-nth-space.html: Added. 2011-01-04 Tony Gentilcore Unreviewed expectations update. Fix text metrics for "You should not see this at all" message https://bugs.webkit.org/show_bug.cgi?id=51909 * http/tests/misc/acid3-expected.checksum: * http/tests/misc/acid3-expected.png: * platform/chromium/test_expectations.txt: 2011-01-04 Chris Fleizach Reviewed by Sam Weinig. WK2: Support Accessibility https://bugs.webkit.org/show_bug.cgi?id=51859 * platform/mac/accessibility/webkit-scrollarea-expected.txt: Added. * platform/mac/accessibility/webkit-scrollarea.html: Added. 2011-01-04 Kent Tamura Unreviewed, test expectation update. Add home-end-expected.txt for Chromium-win again. It's a platform-dependent text test. * platform/chromium-win/editing/selection/home-end-expected.txt: Added. 2011-01-04 Kent Tamura Unreviewed, test expectation update. * platform/chromium/test_expectations.txt: Fix a syntax error in the previous change 2011-01-04 Kent Tamura Unreviewed, test expectation update. * platform/chromium-win/editing/selection/home-end-expected.txt: Removed. * platform/chromium/test_expectations.txt: 2011-01-04 Xiaomei Ji Implement sel.modify('move', 'left'/'right', 'lineBoundary'). https://bugs.webkit.org/show_bug.cgi?id=33435 * editing/selection/home-end-expected.txt: * editing/selection/home-end.html: 2011-01-04 Martin Robinson Reviewed by Xan Lopez. [GTK] Use the default CSS text input control border width of relying on the GTK+ theme https://bugs.webkit.org/show_bug.cgi?id=51887 Update all results that use text areas. These controls now have a 1 pixel border (the default in html.css) instead of using the border size from the GTK+ theme. * platform/gtk/fast/forms/basic-textareas-expected.txt: * platform/gtk/fast/forms/form-element-geometry-expected.txt: * platform/gtk/fast/forms/onselect-textarea-expected.txt: * platform/gtk/fast/forms/placeholder-stripped-expected.txt: * platform/gtk/fast/forms/search-styled-expected.txt: * platform/gtk/fast/forms/textAreaLineHeight-expected.txt: * platform/gtk/fast/forms/textarea-align-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/textarea-placeholder-set-value-expected.txt: * platform/gtk/fast/forms/textarea-scroll-height-expected.txt: * platform/gtk/fast/forms/textarea-scrollbar-expected.txt: * platform/gtk/fast/forms/textarea-scrolled-type-expected.txt: * platform/gtk/fast/forms/textarea-setinnerhtml-expected.txt: * platform/gtk/fast/forms/textarea-width-expected.txt: 2011-01-04 Zhe Su Reviewed by Kenneth Russell. 1. Remove entry for editing/input/ime-composition-clearpreedit.html test. 2. Improve fast/events/ime-composition-events-001.html to cover more cases. And fix test expectations of chromium port. https://bugs.webkit.org/show_bug.cgi?id=51693 * fast/events/ime-composition-events-001-expected.txt: * fast/events/ime-composition-events-001.html: * platform/chromium-mac/fast/events/ime-composition-events-001-expected.txt: Removed. * platform/chromium-win/fast/events/ime-composition-events-001-expected.txt: Removed. * platform/chromium/fast/events/ime-composition-events-001-expected.txt: Added. * platform/chromium/test_expectations.txt: * platform/qt/fast/events/ime-composition-events-001-expected.txt: Added. 2010-12-31 Antti Koivisto Reviewed by Dave Hyatt. Scripts should not be executed before preceding stylesheets are loaded https://bugs.webkit.org/show_bug.cgi?id=8852 New tests plus a few test with slightly changed output due to different load serialization behavior. * fast/tokenizer/inline-script-stylesheet-expected.txt: Added. * fast/tokenizer/inline-script-stylesheet-write-expected.txt: Added. * fast/tokenizer/inline-script-stylesheet-write.html: Added. * fast/tokenizer/inline-script-stylesheet.html: Added. * http/tests/security/mixedContent/insecure-css-in-main-frame-expected.txt: * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt: 2011-01-04 Csaba Osztrogonác Unreviewed trivial fix after r74976. * platform/qt/Skipped: 2011-01-04 Ryosuke Niwa Unreviewed; Added editing/selection/caret-bidi-first-and-last-letters.html to Qt's skipped list. The tracking bug 51884 (https://bugs.webkit.org/show_bug.cgi?id=51884) has been filed. * platform/qt/Skipped: 2011-01-04 Ryosuke Niwa Reviewed by Dan Bernstein. Clicking on the first or the last letter of LTR/RTL text in a RTL/LTR block puts caret on the opposite side. https://bugs.webkit.org/show_bug.cgi?id=50992 Added a test to ensure WebKit places the caret on the side user clicked even when text's natural direction and the containing block's direction do not match. * editing/selection/caret-bidi-first-and-last-letters-expected.txt: Added. * editing/selection/caret-bidi-first-and-last-letters.html: Added. * editing/selection/resources/caret-edge-shared.js: Avoid calling verify() outside of DRT. 2011-01-04 Sheriff Bot Unreviewed, rolling out r74960. http://trac.webkit.org/changeset/74960 https://bugs.webkit.org/show_bug.cgi?id=51868 Rollout since we hit an assert after this patch. (Requested by krit on #webkit). * svg/custom/recursive-use-expected.txt: Removed. * svg/custom/recursive-use.svg: Removed. 2011-01-04 Leo Yang Reviewed by Dirk Schulze. Malformed SVG causes crash in updateContainerOffset https://bugs.webkit.org/show_bug.cgi?id=44610 Test case for recursive svg . This test case passes if no crash occurs. * svg/custom/recursive-use-expected.txt: Added. * svg/custom/recursive-use.svg: Added. 2011-01-03 Kent Tamura Unreviewed, test expectation update Add expectations of r74954 tests for Chromium. * platform/chromium-linux/fast/css-generated-content/table-before-after-child-add-expected.checksum: Added. * platform/chromium-linux/fast/css-generated-content/table-before-after-child-add-expected.png: Added. * platform/chromium-linux/fast/css-generated-content/table-cell-before-after-child-add-expected.checksum: Added. * platform/chromium-linux/fast/css-generated-content/table-cell-before-after-child-add-expected.png: Added. * platform/chromium-linux/fast/css-generated-content/table-row-before-after-child-add-expected.checksum: Added. * platform/chromium-linux/fast/css-generated-content/table-row-before-after-child-add-expected.png: Added. * platform/chromium-linux/fast/css-generated-content/table-table-before-after-child-add-expected.checksum: Added. * platform/chromium-linux/fast/css-generated-content/table-table-before-after-child-add-expected.png: Added. * platform/chromium-mac/fast/css-generated-content/table-before-after-child-add-expected.checksum: Added. * platform/chromium-mac/fast/css-generated-content/table-before-after-child-add-expected.png: Added. * platform/chromium-mac/fast/css-generated-content/table-cell-before-after-child-add-expected.checksum: Added. * platform/chromium-mac/fast/css-generated-content/table-cell-before-after-child-add-expected.png: Added. * platform/chromium-mac/fast/css-generated-content/table-row-before-after-child-add-expected.checksum: Added. * platform/chromium-mac/fast/css-generated-content/table-row-before-after-child-add-expected.png: Added. * platform/chromium-mac/fast/css-generated-content/table-table-before-after-child-add-expected.checksum: Added. * platform/chromium-mac/fast/css-generated-content/table-table-before-after-child-add-expected.png: Added. * platform/chromium-win/fast/css-generated-content/table-before-after-child-add-expected.checksum: Added. * platform/chromium-win/fast/css-generated-content/table-before-after-child-add-expected.png: Added. * platform/chromium-win/fast/css-generated-content/table-before-after-child-add-expected.txt: Added. * platform/chromium-win/fast/css-generated-content/table-cell-before-after-child-add-expected.checksum: Added. * platform/chromium-win/fast/css-generated-content/table-cell-before-after-child-add-expected.png: Added. * platform/chromium-win/fast/css-generated-content/table-cell-before-after-child-add-expected.txt: Added. * platform/chromium-win/fast/css-generated-content/table-row-before-after-child-add-expected.checksum: Added. * platform/chromium-win/fast/css-generated-content/table-row-before-after-child-add-expected.png: Added. * platform/chromium-win/fast/css-generated-content/table-row-before-after-child-add-expected.txt: Added. * platform/chromium-win/fast/css-generated-content/table-table-before-after-child-add-expected.checksum: Added. * platform/chromium-win/fast/css-generated-content/table-table-before-after-child-add-expected.png: Added. * platform/chromium-win/fast/css-generated-content/table-table-before-after-child-add-expected.txt: Added. 2011-01-03 Julie-Jeongeun-Kim Reviewed by Darin Adler. HTML5 Conformance Test failure: approved/xhtml5/object_border_pixel.xhtml https://bugs.webkit.org/show_bug.cgi?id=48596 * fast/html/object-border-expected.txt: Added. * fast/html/object-border.html: Added. * fast/html/resources/images/blue-border.png: Added. * fast/html/resources/images/blue.png: Added. 2010-12-20 Abhishek Arya Reviewed by Darin Adler. Tests that "before" and "after" childs are added to table correctly. https://bugs.webkit.org/show_bug.cgi?id=50932 * fast/css-generated-content/table-before-after-child-add.html: Added. * fast/css-generated-content/table-before-child-add.html: Removed. * fast/css-generated-content/table-cell-before-after-child-add.html: Added. * fast/css-generated-content/table-row-before-after-child-add.html: Added. * platform/mac/fast/css-generated-content/table-before-after-child-add-expected.checksum: Added. * platform/mac/fast/css-generated-content/table-before-after-child-add-expected.png: Added. * platform/mac/fast/css-generated-content/table-before-after-child-add-expected.txt: Added. * platform/mac/fast/css-generated-content/table-before-child-add-expected.txt: Removed. * platform/mac/fast/css-generated-content/table-cell-before-after-child-add-expected.checksum: Added. * platform/mac/fast/css-generated-content/table-cell-before-after-child-add-expected.png: Added. * platform/mac/fast/css-generated-content/table-cell-before-after-child-add-expected.txt: Added. * platform/mac/fast/css-generated-content/table-row-before-after-child-add-expected.checksum: Added. * platform/mac/fast/css-generated-content/table-row-before-after-child-add-expected.png: Added. * platform/mac/fast/css-generated-content/table-row-before-after-child-add-expected.txt: Added. * platform/mac/fast/css-generated-content/table-table-before-after-child-add-expected.checksum: Added. * platform/mac/fast/css-generated-content/table-table-before-after-child-add-expected.png: Added. * platform/mac/fast/css-generated-content/table-table-before-after-child-add-expected.txt: Added. 2011-01-03 Mihai Parparita Unreviewed, Chromium test expectation update. Group tests that fail on Leopard but pass on Snow Leopard (due to stale platform/mac baselines). * platform/chromium/test_expectations.txt: 2011-01-03 Mihai Parparita Unreviewed, Chromium test expectation update. Missed a few failing tests. * platform/chromium/test_expectations.txt: 2011-01-03 Mihai Parparita Unreviewed, Chromium test expectation update. Remove fast/, printing/, svg/, tables/ and transforms/ chromium-mac baselines that are no longer necessary after r74892 (now that chromium-mac scrollbars match mac ones). * platform/chromium-mac-leopard/fast/text/international/bidi-neutral-run-expected.checksum: Removed. * platform/chromium-mac-leopard/fast/text/international/bidi-neutral-run-expected.png: Removed. * platform/chromium-mac/fast/css/text-overflow-ellipsis-strict-expected.checksum: Removed. * platform/chromium-mac/fast/css/text-overflow-ellipsis-strict-expected.png: Removed. * platform/chromium-mac/fast/events/autoscroll-expected.checksum: Removed. * platform/chromium-mac/fast/events/autoscroll-expected.png: Removed. * platform/chromium-mac/fast/events/reveal-link-when-focused-expected.checksum: Removed. * platform/chromium-mac/fast/events/reveal-link-when-focused-expected.png: Removed. * platform/chromium-mac/fast/events/standalone-image-drag-to-editable-expected.checksum: Removed. * platform/chromium-mac/fast/events/standalone-image-drag-to-editable-expected.png: Removed. * platform/chromium-mac/fast/forms/basic-textareas-expected.checksum: Removed. * platform/chromium-mac/fast/forms/basic-textareas-expected.png: Removed. * platform/chromium-mac/fast/forms/basic-textareas-quirks-expected.checksum: Removed. * platform/chromium-mac/fast/forms/basic-textareas-quirks-expected.png: Removed. * platform/chromium-mac/fast/forms/button-default-title-expected.checksum: Removed. * platform/chromium-mac/fast/forms/button-default-title-expected.png: Removed. * platform/chromium-mac/fast/frames/frame-scrolling-attribute-expected.checksum: Removed. * platform/chromium-mac/fast/frames/frame-scrolling-attribute-expected.png: Removed. * platform/chromium-mac/fast/frames/iframe-scrolling-attribute-expected.checksum: Removed. * platform/chromium-mac/fast/frames/iframe-scrolling-attribute-expected.png: Removed. * platform/chromium-mac/fast/invalid/residual-style-expected.checksum: Removed. * platform/chromium-mac/fast/invalid/residual-style-expected.png: Removed. * platform/chromium-mac/fast/lists/001-vertical-expected.checksum: Removed. * platform/chromium-mac/fast/lists/001-vertical-expected.png: Removed. * platform/chromium-mac/fast/lists/008-vertical-expected.checksum: Removed. * platform/chromium-mac/fast/lists/008-vertical-expected.png: Removed. * platform/chromium-mac/fast/media/mq-relative-constraints-02-expected.checksum: Removed. * platform/chromium-mac/fast/media/mq-relative-constraints-02-expected.png: Removed. * platform/chromium-mac/fast/media/mq-relative-constraints-03-expected.checksum: Removed. * platform/chromium-mac/fast/media/mq-relative-constraints-03-expected.png: Removed. * platform/chromium-mac/fast/media/mq-relative-constraints-04-expected.checksum: Removed. * platform/chromium-mac/fast/media/mq-relative-constraints-04-expected.png: Removed. * platform/chromium-mac/fast/media/mq-relative-constraints-05-expected.checksum: Removed. * platform/chromium-mac/fast/media/mq-relative-constraints-05-expected.png: Removed. * platform/chromium-mac/fast/media/mq-relative-constraints-06-expected.checksum: Removed. * platform/chromium-mac/fast/media/mq-relative-constraints-06-expected.png: Removed. * platform/chromium-mac/fast/media/mq-relative-constraints-07-expected.checksum: Removed. * platform/chromium-mac/fast/media/mq-relative-constraints-07-expected.png: Removed. * platform/chromium-mac/fast/media/mq-relative-constraints-08-expected.checksum: Removed. * platform/chromium-mac/fast/media/mq-relative-constraints-08-expected.png: Removed. * platform/chromium-mac/fast/media/mq-relative-constraints-09-expected.checksum: Removed. * platform/chromium-mac/fast/media/mq-relative-constraints-09-expected.png: Removed. * platform/chromium-mac/fast/media/mq-width-absolute-01-expected.checksum: Removed. * platform/chromium-mac/fast/media/mq-width-absolute-01-expected.png: Removed. * platform/chromium-mac/fast/media/mq-width-absolute-02-expected.checksum: Removed. * platform/chromium-mac/fast/media/mq-width-absolute-02-expected.png: Removed. * platform/chromium-mac/fast/media/mq-width-absolute-03-expected.checksum: Removed. * platform/chromium-mac/fast/media/mq-width-absolute-03-expected.png: Removed. * platform/chromium-mac/fast/media/mq-width-absolute-04-expected.checksum: Removed. * platform/chromium-mac/fast/media/mq-width-absolute-04-expected.png: Removed. * platform/chromium-mac/fast/multicol/client-rects-expected.checksum: Removed. * platform/chromium-mac/fast/multicol/column-break-with-balancing-expected.checksum: Removed. * platform/chromium-mac/fast/multicol/column-break-with-balancing-expected.png: Removed. * platform/chromium-mac/fast/multicol/float-multicol-expected.checksum: Removed. * platform/chromium-mac/fast/multicol/float-multicol-expected.png: Removed. * platform/chromium-mac/fast/multicol/float-paginate-complex-expected.checksum: Removed. * platform/chromium-mac/fast/multicol/float-paginate-complex-expected.png: Removed. * platform/chromium-mac/fast/multicol/float-paginate-expected.checksum: Removed. * platform/chromium-mac/fast/multicol/float-paginate-expected.png: Removed. * platform/chromium-mac/fast/multicol/layers-in-multicol-expected.checksum: Removed. * platform/chromium-mac/fast/multicol/layers-in-multicol-expected.png: Removed. * platform/chromium-mac/fast/multicol/layers-split-across-columns-expected.checksum: Removed. * platform/chromium-mac/fast/multicol/paginate-block-replaced-expected.checksum: Removed. * platform/chromium-mac/fast/multicol/span/anonymous-style-inheritance-expected.checksum: Removed. * platform/chromium-mac/fast/multicol/span/anonymous-style-inheritance-expected.png: Removed. * platform/chromium-mac/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.checksum: Removed. * platform/chromium-mac/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png: Removed. * platform/chromium-mac/fast/multicol/span/span-as-immediate-child-generated-content-expected.checksum: Removed. * platform/chromium-mac/fast/multicol/span/span-as-immediate-child-generated-content-expected.png: Removed. * platform/chromium-mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.checksum: Removed. * platform/chromium-mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.png: Removed. * platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.checksum: Removed. * platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png: Removed. * platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-expected.checksum: Removed. * platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-removal-expected.checksum: Removed. * platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png: Removed. * platform/chromium-mac/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.checksum: Removed. * platform/chromium-mac/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png: Removed. * platform/chromium-mac/fast/multicol/span/span-as-nested-columns-child-expected.checksum: Removed. * platform/chromium-mac/fast/multicol/span/span-as-nested-columns-child-expected.png: Removed. * platform/chromium-mac/fast/multicol/span/span-margin-collapsing-expected.checksum: Removed. * platform/chromium-mac/fast/multicol/span/span-margin-collapsing-expected.png: Removed. * platform/chromium-mac/fast/multicol/table-vertical-align-expected.checksum: Removed. * platform/chromium-mac/fast/multicol/table-vertical-align-expected.png: Removed. * platform/chromium-mac/fast/repaint/overflow-scroll-body-appear-expected.checksum: Removed. * platform/chromium-mac/fast/repaint/overflow-scroll-body-appear-expected.png: Removed. * platform/chromium-mac/fast/table/027-vertical-expected.checksum: Removed. * platform/chromium-mac/fast/table/027-vertical-expected.png: Removed. * platform/chromium-mac/fast/table/028-vertical-expected.checksum: Removed. * platform/chromium-mac/fast/table/028-vertical-expected.png: Removed. * platform/chromium-mac/fast/table/038-vertical-expected.checksum: Removed. * platform/chromium-mac/fast/table/038-vertical-expected.png: Removed. * platform/chromium-mac/fast/table/040-vertical-expected.checksum: Removed. * platform/chromium-mac/fast/table/040-vertical-expected.png: Removed. * platform/chromium-mac/fast/table/border-collapsing/002-vertical-expected.checksum: Removed. * platform/chromium-mac/fast/table/border-collapsing/002-vertical-expected.png: Removed. * platform/chromium-mac/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.checksum: Removed. * platform/chromium-mac/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.png: Removed. * platform/chromium-mac/fast/table/table-display-types-vertical-expected.checksum: Removed. * platform/chromium-mac/fast/table/table-display-types-vertical-expected.png: Removed. * platform/chromium-mac/fast/text/backslash-to-yen-sign-euc-expected.checksum: Removed. * platform/chromium-mac/fast/text/backslash-to-yen-sign-euc-expected.png: Removed. * platform/chromium-mac/fast/text/text-letter-spacing-expected.checksum: Removed. * platform/chromium-mac/fast/text/text-letter-spacing-expected.png: Removed. * platform/chromium-mac/fast/transforms/rotated-transform-affects-scrolling-1-expected.checksum: Removed. * platform/chromium-mac/fast/transforms/rotated-transform-affects-scrolling-1-expected.png: Removed. * platform/chromium-mac/fast/transforms/rotated-transform-affects-scrolling-2-expected.checksum: Removed. * platform/chromium-mac/fast/transforms/rotated-transform-affects-scrolling-2-expected.png: Removed. * platform/chromium-mac/printing/return-from-printing-mode-expected.checksum: Removed. * platform/chromium-mac/printing/return-from-printing-mode-expected.png: Removed. * platform/chromium-mac/svg/custom/altglyph-expected.checksum: Removed. * platform/chromium-mac/svg/custom/altglyph-expected.png: Removed. * platform/chromium-mac/svg/custom/getscreenctm-in-scrollable-svg-area-expected.checksum: Removed. * platform/chromium-mac/svg/custom/getscreenctm-in-scrollable-svg-area-expected.png: Removed. * platform/chromium-mac/svg/custom/junk-data-expected.checksum: Removed. * platform/chromium-mac/svg/custom/junk-data-expected.png: Removed. * platform/chromium-mac/svg/custom/missing-xlink-expected.checksum: Removed. * platform/chromium-mac/svg/custom/missing-xlink-expected.png: Removed. * platform/chromium-mac/svg/custom/text-xy-updates-SVGList-expected.checksum: Removed. * platform/chromium-mac/svg/custom/text-xy-updates-SVGList-expected.png: Removed. * platform/chromium-mac/svg/dom/SVGLengthList-appendItem-expected.checksum: Removed. * platform/chromium-mac/svg/dom/SVGLengthList-appendItem-expected.png: Removed. * platform/chromium-mac/svg/dom/SVGLengthList-initialize-expected.checksum: Removed. * platform/chromium-mac/svg/dom/SVGLengthList-initialize-expected.png: Removed. * platform/chromium-mac/svg/dom/SVGLengthList-insertItemBefore-expected.checksum: Removed. * platform/chromium-mac/svg/dom/SVGLengthList-insertItemBefore-expected.png: Removed. * platform/chromium-mac/svg/dom/SVGLengthList-removeItem-expected.checksum: Removed. * platform/chromium-mac/svg/dom/SVGLengthList-removeItem-expected.png: Removed. * platform/chromium-mac/svg/dom/SVGLengthList-replaceItem-expected.checksum: Removed. * platform/chromium-mac/svg/dom/SVGLengthList-replaceItem-expected.png: Removed. * platform/chromium-mac/svg/dom/SVGLengthList-xml-dom-modifications-expected.checksum: Removed. * platform/chromium-mac/svg/dom/SVGLengthList-xml-dom-modifications-expected.png: Removed. * platform/chromium-mac/svg/dom/SVGNumberList-basics-expected.checksum: Removed. * platform/chromium-mac/svg/dom/SVGNumberList-basics-expected.png: Removed. * platform/chromium-mac/svg/dom/SVGPathSegList-appendItem-expected.checksum: Removed. * platform/chromium-mac/svg/dom/SVGPathSegList-appendItem-expected.png: Removed. * platform/chromium-mac/svg/dom/SVGPathSegList-clear-and-initialize-expected.checksum: Removed. * platform/chromium-mac/svg/dom/SVGPathSegList-clear-and-initialize-expected.png: Removed. * platform/chromium-mac/svg/dom/SVGPathSegList-insertItemBefore-expected.checksum: Removed. * platform/chromium-mac/svg/dom/SVGPathSegList-insertItemBefore-expected.png: Removed. * platform/chromium-mac/svg/dom/SVGPathSegList-removeItem-expected.checksum: Removed. * platform/chromium-mac/svg/dom/SVGPathSegList-removeItem-expected.png: Removed. * platform/chromium-mac/svg/dom/SVGPathSegList-replaceItem-expected.checksum: Removed. * platform/chromium-mac/svg/dom/SVGPathSegList-replaceItem-expected.png: Removed. * platform/chromium-mac/svg/dom/SVGPointList-basics-expected.checksum: Removed. * platform/chromium-mac/svg/dom/SVGPointList-basics-expected.png: Removed. * platform/chromium-mac/svg/dom/SVGStringList-basics-expected.checksum: Removed. * platform/chromium-mac/svg/dom/SVGStringList-basics-expected.png: Removed. * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.checksum: Removed. * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png: Removed. * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.checksum: Removed. * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png: Removed. * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.checksum: Removed. * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png: Removed. * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.checksum: Removed. * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png: Removed. * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.checksum: Removed. * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png: Removed. * platform/chromium-mac/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.checksum: Removed. * platform/chromium-mac/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png: Removed. * platform/chromium-mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.checksum: Removed. * platform/chromium-mac/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.checksum: Removed. * platform/chromium-mac/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Removed. * platform/chromium-mac/svg/in-html/circle-expected.checksum: Removed. * platform/chromium-mac/svg/in-html/circle-expected.png: Removed. * platform/chromium-mac/svg/text/kerning-expected.checksum: Removed. * platform/chromium-mac/svg/zoom/page/absolute-sized-document-scrollbars-expected.checksum: Removed. * platform/chromium-mac/svg/zoom/page/absolute-sized-document-scrollbars-expected.png: Removed. * platform/chromium-mac/svg/zoom/page/relative-sized-document-scrollbars-expected.checksum: Removed. * platform/chromium-mac/svg/zoom/page/relative-sized-document-scrollbars-expected.png: Removed. * platform/chromium-mac/svg/zoom/page/zoom-svg-float-border-padding-expected.checksum: Removed. * platform/chromium-mac/svg/zoom/page/zoom-svg-float-border-padding-expected.png: Removed. * platform/chromium-mac/svg/zoom/text/zoom-svg-float-border-padding-expected.checksum: Removed. * platform/chromium-mac/svg/zoom/text/zoom-svg-float-border-padding-expected.png: Removed. * platform/chromium-mac/tables/mozilla/bugs/bug96334-expected.checksum: Removed. * platform/chromium-mac/tables/mozilla/bugs/bug96343-expected.checksum: Removed. * platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-3-expected.checksum: Removed. * platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-3-expected.png: Removed. * platform/chromium-mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.checksum: Removed. * platform/chromium-mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.png: Removed. * platform/chromium-mac/transforms/2d/transform-fixed-container-expected.checksum: Removed. * platform/chromium-mac/transforms/2d/transform-fixed-container-expected.png: Removed. * platform/chromium/test_expectations.txt: 2011-01-03 Mihai Parparita Unreviewed, Chromium test expectation update. New gradient tests fail on chromium-mac too. * platform/chromium/test_expectations.txt: 2011-01-03 Mihai Parparita Unreviewed, Chromium test expectation update. Remove editing/, fast/backgrounds, fast/block, fast/blockflow, and fast/borders chromium-mac baselines that are no longer necessary after r74892 (now that chromium-mac scrollbars match mac ones). * platform/chromium-mac/editing/deleting/delete-after-span-ws-001-expected.checksum: Removed. * platform/chromium-mac/editing/deleting/delete-after-span-ws-001-expected.png: Removed. * platform/chromium-mac/editing/deleting/delete-after-span-ws-002-expected.checksum: Removed. * platform/chromium-mac/editing/deleting/delete-after-span-ws-002-expected.png: Removed. * platform/chromium-mac/editing/deleting/delete-after-span-ws-003-expected.checksum: Removed. * platform/chromium-mac/editing/deleting/delete-after-span-ws-003-expected.png: Removed. * platform/chromium-mac/editing/deleting/delete-line-end-ws-001-expected.checksum: Removed. * platform/chromium-mac/editing/deleting/delete-line-end-ws-001-expected.png: Removed. * platform/chromium-mac/editing/deleting/delete-line-end-ws-002-expected.checksum: Removed. * platform/chromium-mac/editing/deleting/delete-line-end-ws-002-expected.png: Removed. * platform/chromium-mac/editing/inserting/insert-div-023-expected.checksum: Removed. * platform/chromium-mac/editing/inserting/insert-div-023-expected.png: Removed. * platform/chromium-mac/editing/selection/focus_editable_html-expected.checksum: Removed. * platform/chromium-mac/editing/selection/focus_editable_html-expected.png: Removed. * platform/chromium-mac/editing/selection/iframe-expected.checksum: Removed. * platform/chromium-mac/editing/selection/iframe-expected.png: Removed. * platform/chromium-mac/editing/selection/select-all-001-expected.checksum: Removed. * platform/chromium-mac/editing/selection/select-all-001-expected.png: Removed. * platform/chromium-mac/editing/selection/select-all-002-expected.checksum: Removed. * platform/chromium-mac/editing/selection/select-all-002-expected.png: Removed. * platform/chromium-mac/editing/selection/select-all-003-expected.checksum: Removed. * platform/chromium-mac/editing/selection/select-all-003-expected.png: Removed. * platform/chromium-mac/editing/selection/select-all-004-expected.checksum: Removed. * platform/chromium-mac/editing/selection/select-all-004-expected.png: Removed. * platform/chromium-mac/editing/selection/unrendered-001-expected.checksum: Removed. * platform/chromium-mac/editing/selection/unrendered-001-expected.png: Removed. * platform/chromium-mac/editing/selection/unrendered-002-expected.checksum: Removed. * platform/chromium-mac/editing/selection/unrendered-002-expected.png: Removed. * platform/chromium-mac/editing/selection/unrendered-003-expected.checksum: Removed. * platform/chromium-mac/editing/selection/unrendered-003-expected.png: Removed. * platform/chromium-mac/editing/selection/unrendered-004-expected.checksum: Removed. * platform/chromium-mac/editing/selection/unrendered-004-expected.png: Removed. * platform/chromium-mac/editing/selection/unrendered-005-expected.checksum: Removed. * platform/chromium-mac/editing/selection/unrendered-005-expected.png: Removed. * platform/chromium-mac/fast/backgrounds/background-inherit-color-bug-expected.checksum: Removed. * platform/chromium-mac/fast/backgrounds/background-inherit-color-bug-expected.png: Removed. * platform/chromium-mac/fast/block/basic/016-expected.checksum: Removed. * platform/chromium-mac/fast/block/basic/truncation-rtl-expected.checksum: Removed. * platform/chromium-mac/fast/block/basic/truncation-rtl-expected.png: Removed. * platform/chromium-mac/fast/blockflow/border-radius-clipping-vertical-lr-expected.checksum: Removed. * platform/chromium-mac/fast/blockflow/border-radius-clipping-vertical-lr-expected.png: Removed. * platform/chromium-mac/fast/blockflow/box-shadow-vertical-lr-expected.checksum: Removed. * platform/chromium-mac/fast/blockflow/box-shadow-vertical-lr-expected.png: Removed. * platform/chromium-mac/fast/blockflow/box-shadow-vertical-rl-expected.checksum: Removed. * platform/chromium-mac/fast/blockflow/fieldsets-expected.checksum: Removed. * platform/chromium-mac/fast/blockflow/fieldsets-expected.png: Removed. * platform/chromium-mac/fast/borders/border-image-scale-transform-expected.checksum: Removed. * platform/chromium-mac/fast/borders/border-image-scale-transform-expected.png: Removed. * platform/chromium/test_expectations.txt: 2011-01-03 Mihai Parparita Unreviewed Chromium test expectation update. Add failing expectations for tests that depend on elliptical gradient support. * platform/chromium/test_expectations.txt: 2011-01-03 Chris Fleizach Reviewed by Darin Adler. AX: Regression: WebKit no longer auto-scrolls with VoiceOver navigation https://bugs.webkit.org/show_bug.cgi?id=51833 * platform/mac/accessibility/webarea-size-equals-content-size-expected.txt: Added. * platform/mac/accessibility/webarea-size-equals-content-size.html: Added. 2011-01-03 Mihai Parparita Unreviewed, Chromium test expectation update. Remove css2.1/ chromium-mac baselines that are no longer necessary after r74892 (now that chromium-mac scrollbars match mac ones). * platform/chromium-mac/css2.1/t0803-c5502-mrgn-r-02-c-expected.checksum: Removed. * platform/chromium-mac/css2.1/t0803-c5502-mrgn-r-02-c-expected.png: Removed. * platform/chromium-mac/css2.1/t0803-c5505-mrgn-02-c-expected.checksum: Removed. * platform/chromium-mac/css2.1/t0803-c5505-mrgn-02-c-expected.png: Removed. * platform/chromium-mac/css2.1/t080301-c411-vt-mrgn-00-b-expected.checksum: Removed. * platform/chromium-mac/css2.1/t080301-c411-vt-mrgn-00-b-expected.png: Removed. * platform/chromium-mac/css2.1/t0905-c5525-fltclr-00-c-ag-expected.checksum: Removed. * platform/chromium-mac/css2.1/t0905-c5525-fltclr-00-c-ag-expected.png: Removed. * platform/chromium-mac/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.checksum: Removed. * platform/chromium-mac/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.png: Removed. * platform/chromium-mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.checksum: Removed. * platform/chromium-mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png: Removed. * platform/chromium-mac/css2.1/t0905-c5526-fltclr-00-c-ag-expected.checksum: Removed. * platform/chromium-mac/css2.1/t0905-c5526-fltclr-00-c-ag-expected.png: Removed. * platform/chromium-mac/css2.1/t1002-c5523-width-02-b-g-expected.checksum: Removed. * platform/chromium-mac/css2.1/t1002-c5523-width-02-b-g-expected.png: Removed. * platform/chromium-mac/css2.1/t1202-counters-08-b-expected.checksum: Removed. * platform/chromium-mac/css2.1/t1202-counters-08-b-expected.png: Removed. * platform/chromium-mac/css2.1/t1202-counters-09-b-expected.checksum: Removed. * platform/chromium-mac/css2.1/t1202-counters-09-b-expected.png: Removed. * platform/chromium-mac/css2.1/t140201-c535-bg-fixd-00-b-g-expected.checksum: Removed. * platform/chromium-mac/css2.1/t140201-c535-bg-fixd-00-b-g-expected.png: Removed. * platform/chromium-mac/css2.1/t140201-c537-bgfxps-00-c-ag-expected.checksum: Removed. * platform/chromium-mac/css2.1/t140201-c537-bgfxps-00-c-ag-expected.png: Removed. * platform/chromium-mac/css2.1/t1508-c527-font-07-b-expected.checksum: Removed. * platform/chromium-mac/css2.1/t1508-c527-font-07-b-expected.png: Removed. * platform/chromium/test_expectations.txt: 2011-01-03 Mihai Parparita Unreviewed Chromium test expectation update. Remove failing expectations for tests that now pass (due to r74892). * platform/chromium/test_expectations.txt: 2011-01-03 Simon Fraser Reviewed by David Hyatt. Implement -webkit-linear-gradient and -webkit-radial-gradient https://bugs.webkit.org/show_bug.cgi?id=28152 Enhance gradient parsing test for radial gradients, and add new tests for various radial gradients. * fast/gradients/css3-gradient-parsing-expected.txt: * fast/gradients/css3-gradient-parsing.html: * fast/gradients/css3-radial-gradients-expected.txt: Added. * fast/gradients/css3-radial-gradients.html: Added. * fast/gradients/css3-radial-gradients2-expected.txt: Added. * fast/gradients/css3-radial-gradients2.html: Added. * platform/mac/fast/gradients/css3-radial-gradients-expected.checksum: Added. * platform/mac/fast/gradients/css3-radial-gradients-expected.png: Added. * platform/mac/fast/gradients/css3-radial-gradients2-expected.checksum: Added. * platform/mac/fast/gradients/css3-radial-gradients2-expected.png: Added. 2011-01-03 Simon Fraser Reviewed by David Hyatt. Implement -webkit-linear-gradient and -webkit-radial-gradient https://bugs.webkit.org/show_bug.cgi?id=28152 Testcases for CSS3 linear-gradients. * fast/gradients/css3-color-stop-units-expected.txt: Added. * fast/gradients/css3-color-stop-units.html: Added. * fast/gradients/css3-color-stops-expected.txt: Added. * fast/gradients/css3-color-stops.html: Added. * fast/gradients/css3-gradient-parsing-expected.txt: Added. * fast/gradients/css3-gradient-parsing.html: Added. * fast/gradients/css3-linear-angle-gradients-expected.txt: Added. * fast/gradients/css3-linear-angle-gradients.html: Added. * platform/mac/fast/gradients/css3-color-stop-units-expected.checksum: Added. * platform/mac/fast/gradients/css3-color-stop-units-expected.png: Added. * platform/mac/fast/gradients/css3-color-stops-expected.checksum: Added. * platform/mac/fast/gradients/css3-color-stops-expected.png: Added. * platform/mac/fast/gradients/css3-linear-angle-gradients-expected.checksum: Added. * platform/mac/fast/gradients/css3-linear-angle-gradients-expected.png: Added. 2011-01-03 Mihai Parparita Unreviewed, Chromium test expectation update. Missed a few failing tests. * platform/chromium/test_expectations.txt: 2011-01-03 David Hyatt Reviewed by Simon Fraser. https://bugs.webkit.org/show_bug.cgi?id=51328 Add layout test for printing clipping bug. * printing/page-count-percentage-height-expected.txt: Added. * printing/page-count-percentage-height.html: Added. * printing/script-tests/page-count-percentage-height.js: Added. (test): 2011-01-03 Csaba Osztrogonác Unreviewed, rolling out unnecessary r74905. [Qt] DRT sideeffect revealed by r74896 https://bugs.webkit.org/show_bug.cgi?id=51829 * platform/qt/Skipped: 2011-01-03 Csaba Osztrogonác Unreviewed fix. [Qt] DRT sideeffect revealed by r74896 https://bugs.webkit.org/show_bug.cgi?id=51829 * platform/qt/Skipped: http/tests/misc/401-alternative-content.php added until fix. 2011-01-03 Mihai Parparita Unreviewed, Chromium test expectation update. Fix duplicate expectation. * platform/chromium/test_expectations.txt: 2011-01-03 Laszlo Gombos Unreviewed, build fix. [Qt] Add back auth.html to the skipped list after r74896. * platform/qt/Skipped: Add http/tests/appcache/auth.html to the list. 2011-01-03 Laszlo Gombos Reviewed by David Levin. [Qt] Unskip some passing tests as the bot is migrated to Qt 4.7+ https://bugs.webkit.org/show_bug.cgi?id=51819 * platform/qt/Skipped: Remove passing HTTP tests. Keep timer-vs-loading.html as it is still failing. * platform/qt/http/tests/loading/bad-scheme-subframe-expected.txt: Match the expected results with chromium to pass the test. 2011-01-03 Mihai Parparita Unreviewed, Chromium test expectation update. Remove css1/ chromium-mac baselines that are no longer necessary after r74892 (now that chromium-mac scrollbars match mac ones). * platform/chromium-mac/css1/basic/comments-expected.checksum: Removed. * platform/chromium-mac/css1/basic/comments-expected.png: Removed. * platform/chromium-mac/css1/basic/containment-expected.checksum: Removed. * platform/chromium-mac/css1/basic/containment-expected.png: Removed. * platform/chromium-mac/css1/basic/id_as_selector-expected.checksum: Removed. * platform/chromium-mac/css1/basic/id_as_selector-expected.png: Removed. * platform/chromium-mac/css1/basic/inheritance-expected.checksum: Removed. * platform/chromium-mac/css1/basic/inheritance-expected.png: Removed. * platform/chromium-mac/css1/box_properties/border-expected.checksum: Removed. * platform/chromium-mac/css1/box_properties/border-expected.png: Removed. * platform/chromium-mac/css1/box_properties/border_bottom-expected.checksum: Removed. * platform/chromium-mac/css1/box_properties/border_bottom-expected.png: Removed. * platform/chromium-mac/css1/box_properties/border_bottom_width-expected.checksum: Removed. * platform/chromium-mac/css1/box_properties/border_bottom_width-expected.png: Removed. * platform/chromium-mac/css1/box_properties/border_left-expected.checksum: Removed. * platform/chromium-mac/css1/box_properties/border_left-expected.png: Removed. * platform/chromium-mac/css1/box_properties/border_left_width-expected.checksum: Removed. * platform/chromium-mac/css1/box_properties/border_left_width-expected.png: Removed. * platform/chromium-mac/css1/box_properties/border_right_inline-expected.checksum: Removed. * platform/chromium-mac/css1/box_properties/border_right_inline-expected.png: Removed. * platform/chromium-mac/css1/box_properties/border_right_width-expected.checksum: Removed. * platform/chromium-mac/css1/box_properties/border_right_width-expected.png: Removed. * platform/chromium-mac/css1/box_properties/border_style-expected.checksum: Removed. * platform/chromium-mac/css1/box_properties/border_style-expected.png: Removed. * platform/chromium-mac/css1/box_properties/border_top-expected.checksum: Removed. * platform/chromium-mac/css1/box_properties/border_top-expected.png: Removed. * platform/chromium-mac/css1/box_properties/border_top_width-expected.checksum: Removed. * platform/chromium-mac/css1/box_properties/border_top_width-expected.png: Removed. * platform/chromium-mac/css1/box_properties/border_width-expected.checksum: Removed. * platform/chromium-mac/css1/box_properties/border_width-expected.png: Removed. * platform/chromium-mac/css1/box_properties/clear_float-expected.checksum: Removed. * platform/chromium-mac/css1/box_properties/clear_float-expected.png: Removed. * platform/chromium-mac/css1/box_properties/float_elements_in_series-expected.checksum: Removed. * platform/chromium-mac/css1/box_properties/float_elements_in_series-expected.png: Removed. * platform/chromium-mac/css1/box_properties/float_margin-expected.checksum: Removed. * platform/chromium-mac/css1/box_properties/float_margin-expected.png: Removed. * platform/chromium-mac/css1/box_properties/float_on_text_elements-expected.checksum: Removed. * platform/chromium-mac/css1/box_properties/float_on_text_elements-expected.png: Removed. * platform/chromium-mac/css1/box_properties/height-expected.checksum: Removed. * platform/chromium-mac/css1/box_properties/height-expected.png: Removed. * platform/chromium-mac/css1/box_properties/margin-expected.checksum: Removed. * platform/chromium-mac/css1/box_properties/margin-expected.png: Removed. * platform/chromium-mac/css1/box_properties/margin_bottom-expected.checksum: Removed. * platform/chromium-mac/css1/box_properties/margin_bottom-expected.png: Removed. * platform/chromium-mac/css1/box_properties/margin_inline-expected.checksum: Removed. * platform/chromium-mac/css1/box_properties/margin_inline-expected.png: Removed. * platform/chromium-mac/css1/box_properties/margin_left-expected.checksum: Removed. * platform/chromium-mac/css1/box_properties/margin_left-expected.png: Removed. * platform/chromium-mac/css1/box_properties/margin_right-expected.checksum: Removed. * platform/chromium-mac/css1/box_properties/margin_right-expected.png: Removed. * platform/chromium-mac/css1/box_properties/margin_top-expected.checksum: Removed. * platform/chromium-mac/css1/box_properties/margin_top-expected.png: Removed. * platform/chromium-mac/css1/box_properties/padding-expected.checksum: Removed. * platform/chromium-mac/css1/box_properties/padding-expected.png: Removed. * platform/chromium-mac/css1/box_properties/padding_bottom-expected.checksum: Removed. * platform/chromium-mac/css1/box_properties/padding_bottom-expected.png: Removed. * platform/chromium-mac/css1/box_properties/padding_inline-expected.checksum: Removed. * platform/chromium-mac/css1/box_properties/padding_inline-expected.png: Removed. * platform/chromium-mac/css1/box_properties/padding_left-expected.checksum: Removed. * platform/chromium-mac/css1/box_properties/padding_left-expected.png: Removed. * platform/chromium-mac/css1/box_properties/padding_right-expected.checksum: Removed. * platform/chromium-mac/css1/box_properties/padding_right-expected.png: Removed. * platform/chromium-mac/css1/box_properties/padding_top-expected.checksum: Removed. * platform/chromium-mac/css1/box_properties/padding_top-expected.png: Removed. * platform/chromium-mac/css1/box_properties/width-expected.checksum: Removed. * platform/chromium-mac/css1/box_properties/width-expected.png: Removed. * platform/chromium-mac/css1/cascade/cascade_order-expected.checksum: Removed. * platform/chromium-mac/css1/cascade/cascade_order-expected.png: Removed. * platform/chromium-mac/css1/classification/display-expected.checksum: Removed. * platform/chromium-mac/css1/classification/display-expected.png: Removed. * platform/chromium-mac/css1/classification/list_style_type-expected.checksum: Removed. * platform/chromium-mac/css1/classification/list_style_type-expected.png: Removed. * platform/chromium-mac/css1/classification/white_space-expected.checksum: Removed. * platform/chromium-mac/css1/classification/white_space-expected.png: Removed. * platform/chromium-mac/css1/color_and_background/background-expected.checksum: Removed. * platform/chromium-mac/css1/color_and_background/background-expected.png: Removed. * platform/chromium-mac/css1/color_and_background/background_attachment-expected.checksum: Removed. * platform/chromium-mac/css1/color_and_background/background_attachment-expected.png: Removed. * platform/chromium-mac/css1/color_and_background/background_position-expected.checksum: Removed. * platform/chromium-mac/css1/color_and_background/background_position-expected.png: Removed. * platform/chromium-mac/css1/color_and_background/background_repeat-expected.checksum: Removed. * platform/chromium-mac/css1/color_and_background/background_repeat-expected.png: Removed. * platform/chromium-mac/css1/conformance/forward_compatible_parsing-expected.checksum: Removed. * platform/chromium-mac/css1/conformance/forward_compatible_parsing-expected.png: Removed. * platform/chromium-mac/css1/font_properties/font-expected.checksum: Removed. * platform/chromium-mac/css1/font_properties/font-expected.png: Removed. * platform/chromium-mac/css1/font_properties/font_size-expected.checksum: Removed. * platform/chromium-mac/css1/font_properties/font_size-expected.png: Removed. * platform/chromium-mac/css1/font_properties/font_weight-expected.checksum: Removed. * platform/chromium-mac/css1/font_properties/font_weight-expected.png: Removed. * platform/chromium-mac/css1/formatting_model/floating_elements-expected.checksum: Removed. * platform/chromium-mac/css1/formatting_model/floating_elements-expected.png: Removed. * platform/chromium-mac/css1/formatting_model/height_of_lines-expected.checksum: Removed. * platform/chromium-mac/css1/formatting_model/height_of_lines-expected.png: Removed. * platform/chromium-mac/css1/formatting_model/horizontal_formatting-expected.checksum: Removed. * platform/chromium-mac/css1/formatting_model/horizontal_formatting-expected.png: Removed. * platform/chromium-mac/css1/formatting_model/inline_elements-expected.checksum: Removed. * platform/chromium-mac/css1/formatting_model/inline_elements-expected.png: Removed. * platform/chromium-mac/css1/formatting_model/replaced_elements-expected.checksum: Removed. * platform/chromium-mac/css1/formatting_model/replaced_elements-expected.png: Removed. * platform/chromium-mac/css1/formatting_model/vertical_formatting-expected.checksum: Removed. * platform/chromium-mac/css1/formatting_model/vertical_formatting-expected.png: Removed. * platform/chromium-mac/css1/pseudo/anchor-expected.checksum: Removed. * platform/chromium-mac/css1/pseudo/anchor-expected.png: Removed. * platform/chromium-mac/css1/pseudo/firstletter-expected.checksum: Removed. * platform/chromium-mac/css1/pseudo/firstletter-expected.png: Removed. * platform/chromium-mac/css1/pseudo/firstline-expected.checksum: Removed. * platform/chromium-mac/css1/pseudo/firstline-expected.png: Removed. * platform/chromium-mac/css1/pseudo/multiple_pseudo_elements-expected.checksum: Removed. * platform/chromium-mac/css1/pseudo/multiple_pseudo_elements-expected.png: Removed. * platform/chromium-mac/css1/text_properties/letter_spacing-expected.checksum: Removed. * platform/chromium-mac/css1/text_properties/letter_spacing-expected.png: Removed. * platform/chromium-mac/css1/text_properties/line_height-expected.checksum: Removed. * platform/chromium-mac/css1/text_properties/line_height-expected.png: Removed. * platform/chromium-mac/css1/text_properties/text_decoration-expected.checksum: Removed. * platform/chromium-mac/css1/text_properties/text_decoration-expected.png: Removed. * platform/chromium-mac/css1/text_properties/text_indent-expected.checksum: Removed. * platform/chromium-mac/css1/text_properties/text_indent-expected.png: Removed. * platform/chromium-mac/css1/text_properties/word_spacing-expected.checksum: Removed. * platform/chromium-mac/css1/text_properties/word_spacing-expected.png: Removed. * platform/chromium-mac/css1/units/color_units-expected.checksum: Removed. * platform/chromium-mac/css1/units/color_units-expected.png: Removed. * platform/chromium-mac/css1/units/length_units-expected.checksum: Removed. * platform/chromium-mac/css1/units/length_units-expected.png: Removed. * platform/chromium/test_expectations.txt: 2011-01-03 Mihai Parparita Unreviewed, Chromium test expectation update. Update expectations after r74892. A bunch of previously failing tests now pass (since they match scrollbars with the mac port). Some tests also started to fail, they should be fixed by removing their chromium-mac baselines. * platform/chromium/test_expectations.txt: 2011-01-02 Adam Barth Skip this test for now. It's been failing for a while. I'm investigating the root cause now, but having this red on the buildbot isn't productive. * platform/mac/Skipped: 2011-01-02 Kent Tamura Unreviewed, test expectation update. Two more fixes. * platform/chromium/test_expectations.txt: 2011-01-02 Kent Tamura Unreviewed, correct test_expectations.txt syntax. * platform/chromium/test_expectations.txt: 2011-01-02 Kent Tamura Unreviewed, test expectation update. - Add expectation files for application-plugin-plugins-disabled.html - Add some flaky tests to test_expectations.txt * platform/chromium-linux/plugins/application-plugin-plugins-disabled-expected.checksum: Added. * platform/chromium-linux/plugins/application-plugin-plugins-disabled-expected.png: Added. * platform/chromium-mac/plugins/application-plugin-plugins-disabled-expected.checksum: Added. * platform/chromium-mac/plugins/application-plugin-plugins-disabled-expected.png: Added. * platform/chromium-win/plugins/application-plugin-plugins-disabled-expected.checksum: Added. * platform/chromium-win/plugins/application-plugin-plugins-disabled-expected.png: Added. * platform/chromium-win/plugins/application-plugin-plugins-disabled-expected.txt: Added. * platform/chromium/test_expectations.txt: 2011-01-02 Robert Hogan Unreviewed, update expected results. Update expected results for tests added in r74872 Skip test on Qt as Qt Styled Widgets are no longer getting rendered when plugins are disabled. This is a bug. * platform/gtk/plugins/application-plugin-plugins-disabled-expected.txt: Copied from LayoutTests/plugins/application-plugin-plugins-disabled-expected.txt. * platform/qt/Skipped: * plugins/application-plugin-plugins-disabled-expected.txt: 2011-01-02 Robert Hogan Unreviewed. Layout tests from changeset r56661 were missed This test was accidentally omitted from changeset 56661. See also https://webkit.org/b/32196 https://bugs.webkit.org/show_bug.cgi?id=42562 * platform/qt/plugins/application-plugin-plugins-disabled-expected.txt: Added. * plugins/application-plugin-plugins-disabled-expected.txt: Added. * plugins/application-plugin-plugins-disabled.html: Added. 2011-01-01 Adam Barth Reviewed by Eric Seidel. forbid sandboxed frames to call top.close() when allow-same-origin is not setted https://bugs.webkit.org/show_bug.cgi?id=38340 Test the interaction between the HTML5 sandbox and window.close. * fast/frames/resources/close-top.html: Added. * fast/frames/resources/sandboxed-iframe-close-top-does-close.html: Added. * fast/frames/resources/sandboxed-iframe-close-top-does-not-close.html: Added. * fast/frames/sandboxed-iframe-close-top-expected.txt: Added. * fast/frames/sandboxed-iframe-close-top-noclose-expected.txt: Added. * fast/frames/sandboxed-iframe-close-top-noclose.html: Added. * fast/frames/sandboxed-iframe-close-top.html: Added. 2011-01-01 Justin Schuh Reviewed by Eric Seidel. sandbox iframes have access to top.history methods https://bugs.webkit.org/show_bug.cgi?id=38152 Test that sandboxed iframes cannot use history to navigate the top frame. This test is less than ideal, as described in the test itself. If I was really on top of things, I'd add a test for successful use of the history API when allow-top-navigation is set, but that test would be complicated and I'm lazy (enough to copy directly from abarth). * fast/frames/sandboxed-iframe-history-denied-expected.txt: Added. * fast/frames/sandboxed-iframe-history-denied.html: Added. 2011-01-01 Kent Tamura Unreviewed, test expectation update. One more rebaseline for a spelling test, and remove passing tests from test_expectations.txt. * platform/chromium-linux/editing/spelling/inline_spelling_markers-expected.checksum: Added. * platform/chromium-linux/editing/spelling/inline_spelling_markers-expected.png: Added. * platform/chromium-win/editing/spelling/inline_spelling_markers-expected.checksum: Added. * platform/chromium-win/editing/spelling/inline_spelling_markers-expected.png: Added. * platform/chromium-win/editing/spelling/inline_spelling_markers-expected.txt: Added. * platform/chromium/test_expectations.txt: 2010-12-31 Kent Tamura Unreviewed, test expectation update. r74844 enabled spell checker on Chromium Linux and Chromium Windows. So we need to update all of images with misspelled words. * platform/chromium-linux/editing/deleting/delete-3928305-fix-expected.checksum: * platform/chromium-linux/editing/deleting/delete-3928305-fix-expected.png: * platform/chromium-linux/editing/deleting/delete-3959464-fix-expected.checksum: * platform/chromium-linux/editing/deleting/delete-3959464-fix-expected.png: * platform/chromium-linux/editing/deleting/delete-and-undo-expected.checksum: * platform/chromium-linux/editing/deleting/delete-and-undo-expected.png: * platform/chromium-linux/editing/deleting/delete-block-contents-003-expected.checksum: * platform/chromium-linux/editing/deleting/delete-block-contents-003-expected.png: * platform/chromium-linux/editing/deleting/delete-contiguous-ws-001-expected.checksum: * platform/chromium-linux/editing/deleting/delete-contiguous-ws-001-expected.png: * platform/chromium-linux/editing/deleting/delete-tab-002-expected.checksum: * platform/chromium-linux/editing/deleting/delete-tab-002-expected.png: * platform/chromium-linux/editing/deleting/delete-tab-003-expected.checksum: * platform/chromium-linux/editing/deleting/delete-tab-003-expected.png: * platform/chromium-linux/editing/deleting/delete-to-select-table-expected.checksum: * platform/chromium-linux/editing/deleting/delete-to-select-table-expected.png: * platform/chromium-linux/editing/deleting/delete-trailing-ws-002-expected.checksum: * platform/chromium-linux/editing/deleting/delete-trailing-ws-002-expected.png: * platform/chromium-linux/editing/deleting/delete-ws-fixup-001-expected.checksum: * platform/chromium-linux/editing/deleting/delete-ws-fixup-001-expected.png: * platform/chromium-linux/editing/deleting/delete-ws-fixup-002-expected.checksum: * platform/chromium-linux/editing/deleting/delete-ws-fixup-002-expected.png: * platform/chromium-linux/editing/execCommand/5569741-expected.checksum: * platform/chromium-linux/editing/execCommand/5569741-expected.png: * platform/chromium-linux/editing/execCommand/insert-list-and-stitch-expected.checksum: * platform/chromium-linux/editing/execCommand/insert-list-and-stitch-expected.png: * platform/chromium-linux/editing/execCommand/insertHorizontalRule-expected.checksum: * platform/chromium-linux/editing/execCommand/insertHorizontalRule-expected.png: * platform/chromium-linux/editing/execCommand/outdent-selection-expected.checksum: * platform/chromium-linux/editing/execCommand/outdent-selection-expected.png: * platform/chromium-linux/editing/inserting/5418891-expected.checksum: * platform/chromium-linux/editing/inserting/5418891-expected.png: * platform/chromium-linux/editing/inserting/editing-empty-divs-expected.checksum: * platform/chromium-linux/editing/inserting/editing-empty-divs-expected.png: * platform/chromium-linux/editing/inserting/insert-3907422-fix-expected.checksum: * platform/chromium-linux/editing/inserting/insert-3907422-fix-expected.png: * platform/chromium-linux/editing/inserting/insert-br-004-expected.checksum: * platform/chromium-linux/editing/inserting/insert-br-004-expected.png: * platform/chromium-linux/editing/inserting/insert-br-005-expected.checksum: * platform/chromium-linux/editing/inserting/insert-br-005-expected.png: * platform/chromium-linux/editing/inserting/insert-br-007-expected.checksum: * platform/chromium-linux/editing/inserting/insert-br-007-expected.png: * platform/chromium-linux/editing/inserting/insert-div-007-expected.checksum: * platform/chromium-linux/editing/inserting/insert-div-007-expected.png: * platform/chromium-linux/editing/inserting/insert-div-012-expected.checksum: * platform/chromium-linux/editing/inserting/insert-div-012-expected.png: * platform/chromium-linux/editing/inserting/insert-div-013-expected.checksum: * platform/chromium-linux/editing/inserting/insert-div-013-expected.png: * platform/chromium-linux/editing/inserting/insert-div-014-expected.checksum: * platform/chromium-linux/editing/inserting/insert-div-014-expected.png: * platform/chromium-linux/editing/inserting/insert-div-015-expected.checksum: * platform/chromium-linux/editing/inserting/insert-div-015-expected.png: * platform/chromium-linux/editing/inserting/insert-div-016-expected.checksum: * platform/chromium-linux/editing/inserting/insert-div-016-expected.png: * platform/chromium-linux/editing/inserting/insert-div-017-expected.checksum: * platform/chromium-linux/editing/inserting/insert-div-017-expected.png: * platform/chromium-linux/editing/inserting/insert-div-018-expected.checksum: * platform/chromium-linux/editing/inserting/insert-div-018-expected.png: * platform/chromium-linux/editing/inserting/insert-div-019-expected.checksum: * platform/chromium-linux/editing/inserting/insert-div-019-expected.png: * platform/chromium-linux/editing/inserting/insert-div-020-expected.checksum: * platform/chromium-linux/editing/inserting/insert-div-020-expected.png: * platform/chromium-linux/editing/inserting/insert-div-021-expected.checksum: * platform/chromium-linux/editing/inserting/insert-div-021-expected.png: * platform/chromium-linux/editing/inserting/insert-div-022-expected.checksum: * platform/chromium-linux/editing/inserting/insert-div-022-expected.png: * platform/chromium-linux/editing/inserting/insert-div-025-expected.checksum: * platform/chromium-linux/editing/inserting/insert-div-025-expected.png: * platform/chromium-linux/editing/inserting/insert-div-027-expected.checksum: * platform/chromium-linux/editing/inserting/insert-div-027-expected.png: * platform/chromium-linux/editing/inserting/insert-paragraph-02-expected.checksum: * platform/chromium-linux/editing/inserting/insert-paragraph-02-expected.png: * platform/chromium-linux/editing/inserting/insert-paragraph-03-expected.checksum: * platform/chromium-linux/editing/inserting/insert-paragraph-03-expected.png: * platform/chromium-linux/editing/inserting/insert-tab-002-expected.checksum: * platform/chromium-linux/editing/inserting/insert-tab-002-expected.png: * platform/chromium-linux/editing/inserting/insert-tab-003-expected.checksum: * platform/chromium-linux/editing/inserting/insert-tab-003-expected.png: * platform/chromium-linux/editing/inserting/insert-text-with-newlines-expected.checksum: * platform/chromium-linux/editing/inserting/insert-text-with-newlines-expected.png: * platform/chromium-linux/editing/inserting/paragraph-separator-01-expected.checksum: * platform/chromium-linux/editing/inserting/paragraph-separator-01-expected.png: * platform/chromium-linux/editing/inserting/paragraph-separator-02-expected.checksum: * platform/chromium-linux/editing/inserting/paragraph-separator-02-expected.png: * platform/chromium-linux/editing/inserting/paragraph-separator-03-expected.checksum: * platform/chromium-linux/editing/inserting/paragraph-separator-03-expected.png: * platform/chromium-linux/editing/inserting/return-key-with-selection-001-expected.checksum: * platform/chromium-linux/editing/inserting/return-key-with-selection-001-expected.png: * platform/chromium-linux/editing/inserting/return-key-with-selection-002-expected.checksum: * platform/chromium-linux/editing/inserting/return-key-with-selection-002-expected.png: * platform/chromium-linux/editing/inserting/return-key-with-selection-003-expected.checksum: * platform/chromium-linux/editing/inserting/return-key-with-selection-003-expected.png: * platform/chromium-linux/editing/inserting/typing-002-expected.checksum: * platform/chromium-linux/editing/inserting/typing-002-expected.png: * platform/chromium-linux/editing/inserting/typing-around-br-001-expected.checksum: * platform/chromium-linux/editing/inserting/typing-around-br-001-expected.png: * platform/chromium-linux/editing/pasteboard/4242293-expected.checksum: * platform/chromium-linux/editing/pasteboard/4242293-expected.png: * platform/chromium-linux/editing/pasteboard/4944770-1-expected.checksum: * platform/chromium-linux/editing/pasteboard/4944770-1-expected.png: * platform/chromium-linux/editing/pasteboard/8145-2-expected.checksum: * platform/chromium-linux/editing/pasteboard/8145-2-expected.png: * platform/chromium-linux/editing/pasteboard/cut-text-001-expected.checksum: * platform/chromium-linux/editing/pasteboard/cut-text-001-expected.png: * platform/chromium-linux/editing/pasteboard/interchange-newline-1-expected.checksum: * platform/chromium-linux/editing/pasteboard/interchange-newline-1-expected.png: * platform/chromium-linux/editing/pasteboard/merge-after-delete-1-expected.checksum: * platform/chromium-linux/editing/pasteboard/merge-after-delete-1-expected.png: * platform/chromium-linux/editing/pasteboard/merge-after-delete-2-expected.checksum: * platform/chromium-linux/editing/pasteboard/merge-after-delete-2-expected.png: * platform/chromium-linux/editing/pasteboard/merge-after-delete-expected.checksum: * platform/chromium-linux/editing/pasteboard/merge-after-delete-expected.png: * platform/chromium-linux/editing/pasteboard/merge-end-4-expected.checksum: * platform/chromium-linux/editing/pasteboard/merge-end-4-expected.png: * platform/chromium-linux/editing/pasteboard/merge-end-blockquote-expected.checksum: * platform/chromium-linux/editing/pasteboard/merge-end-blockquote-expected.png: * platform/chromium-linux/editing/pasteboard/merge-end-list-expected.checksum: * platform/chromium-linux/editing/pasteboard/merge-end-list-expected.png: * platform/chromium-linux/editing/pasteboard/merge-end-table-expected.checksum: * platform/chromium-linux/editing/pasteboard/merge-end-table-expected.png: * platform/chromium-linux/editing/pasteboard/paste-blockquote-3-expected.checksum: * platform/chromium-linux/editing/pasteboard/paste-blockquote-3-expected.png: * platform/chromium-linux/editing/pasteboard/paste-text-001-expected.checksum: * platform/chromium-linux/editing/pasteboard/paste-text-001-expected.png: * platform/chromium-linux/editing/pasteboard/paste-text-012-expected.checksum: * platform/chromium-linux/editing/pasteboard/paste-text-012-expected.png: * platform/chromium-linux/editing/pasteboard/paste-text-013-expected.checksum: * platform/chromium-linux/editing/pasteboard/paste-text-013-expected.png: * platform/chromium-linux/editing/pasteboard/paste-text-014-expected.checksum: * platform/chromium-linux/editing/pasteboard/paste-text-014-expected.png: * platform/chromium-linux/editing/pasteboard/paste-text-019-expected.checksum: * platform/chromium-linux/editing/pasteboard/paste-text-019-expected.png: * platform/chromium-linux/editing/pasteboard/paste-xml-expected.checksum: * platform/chromium-linux/editing/pasteboard/paste-xml-expected.png: * platform/chromium-linux/editing/pasteboard/undoable-fragment-removes-expected.checksum: * platform/chromium-linux/editing/pasteboard/undoable-fragment-removes-expected.png: * platform/chromium-linux/editing/selection/13804-expected.checksum: * platform/chromium-linux/editing/selection/13804-expected.png: * platform/chromium-linux/editing/selection/5234383-1-expected.checksum: * platform/chromium-linux/editing/selection/5234383-1-expected.png: * platform/chromium-linux/editing/selection/5234383-2-expected.checksum: * platform/chromium-linux/editing/selection/5234383-2-expected.png: * platform/chromium-linux/editing/selection/extend-by-word-001-expected.checksum: * platform/chromium-linux/editing/selection/extend-by-word-001-expected.png: * platform/chromium-linux/editing/selection/move-backwords-by-word-001-expected.checksum: * platform/chromium-linux/editing/selection/move-backwords-by-word-001-expected.png: * platform/chromium-linux/editing/selection/move-by-character-001-expected.checksum: * platform/chromium-linux/editing/selection/move-by-character-001-expected.png: * platform/chromium-linux/editing/selection/move-by-line-001-expected.checksum: * platform/chromium-linux/editing/selection/move-by-line-001-expected.png: * platform/chromium-linux/editing/selection/move-by-word-001-expected.checksum: * platform/chromium-linux/editing/selection/move-by-word-001-expected.png: * platform/chromium-linux/editing/selection/select-from-textfield-outwards-expected.checksum: * platform/chromium-linux/editing/selection/select-from-textfield-outwards-expected.png: * platform/chromium-linux/editing/selection/unrendered-002-expected.checksum: * platform/chromium-linux/editing/selection/unrendered-002-expected.png: * platform/chromium-linux/editing/spelling/spelling-expected.checksum: * platform/chromium-linux/editing/spelling/spelling-expected.png: * platform/chromium-linux/editing/style/5046875-2-expected.checksum: * platform/chromium-linux/editing/style/5046875-2-expected.png: * platform/chromium-linux/editing/style/block-styles-007-expected.checksum: * platform/chromium-linux/editing/style/block-styles-007-expected.png: * platform/chromium-linux/editing/style/create-block-for-style-002-expected.checksum: * platform/chromium-linux/editing/style/create-block-for-style-002-expected.png: * platform/chromium-linux/editing/style/create-block-for-style-003-expected.checksum: * platform/chromium-linux/editing/style/create-block-for-style-003-expected.png: * platform/chromium-linux/editing/style/create-block-for-style-004-expected.checksum: * platform/chromium-linux/editing/style/create-block-for-style-004-expected.png: * platform/chromium-linux/editing/style/create-block-for-style-006-expected.checksum: * platform/chromium-linux/editing/style/create-block-for-style-006-expected.png: * platform/chromium-linux/editing/style/create-block-for-style-008-expected.checksum: * platform/chromium-linux/editing/style/create-block-for-style-008-expected.png: * platform/chromium-linux/editing/style/create-block-for-style-009-expected.checksum: * platform/chromium-linux/editing/style/create-block-for-style-009-expected.png: * platform/chromium-linux/editing/style/create-block-for-style-011-expected.checksum: * platform/chromium-linux/editing/style/create-block-for-style-011-expected.png: * platform/chromium-linux/editing/style/create-block-for-style-012-expected.checksum: * platform/chromium-linux/editing/style/create-block-for-style-012-expected.png: * platform/chromium-linux/editing/style/create-block-for-style-013-expected.checksum: * platform/chromium-linux/editing/style/create-block-for-style-013-expected.png: * platform/chromium-linux/fast/dom/blur-contenteditable-expected.checksum: * platform/chromium-linux/fast/dom/blur-contenteditable-expected.png: * platform/chromium-win/editing/deleting/delete-3928305-fix-expected.checksum: * platform/chromium-win/editing/deleting/delete-3928305-fix-expected.png: * platform/chromium-win/editing/deleting/delete-3959464-fix-expected.checksum: * platform/chromium-win/editing/deleting/delete-3959464-fix-expected.png: * platform/chromium-win/editing/deleting/delete-and-undo-expected.checksum: * platform/chromium-win/editing/deleting/delete-and-undo-expected.png: * platform/chromium-win/editing/deleting/delete-block-contents-003-expected.checksum: * platform/chromium-win/editing/deleting/delete-block-contents-003-expected.png: * platform/chromium-win/editing/deleting/delete-contiguous-ws-001-expected.checksum: * platform/chromium-win/editing/deleting/delete-contiguous-ws-001-expected.png: * platform/chromium-win/editing/deleting/delete-tab-002-expected.checksum: * platform/chromium-win/editing/deleting/delete-tab-002-expected.png: * platform/chromium-win/editing/deleting/delete-tab-003-expected.checksum: * platform/chromium-win/editing/deleting/delete-tab-003-expected.png: * platform/chromium-win/editing/deleting/delete-to-select-table-expected.checksum: * platform/chromium-win/editing/deleting/delete-to-select-table-expected.png: * platform/chromium-win/editing/deleting/delete-trailing-ws-002-expected.checksum: * platform/chromium-win/editing/deleting/delete-trailing-ws-002-expected.png: * platform/chromium-win/editing/deleting/delete-ws-fixup-001-expected.checksum: * platform/chromium-win/editing/deleting/delete-ws-fixup-001-expected.png: * platform/chromium-win/editing/deleting/delete-ws-fixup-002-expected.checksum: * platform/chromium-win/editing/deleting/delete-ws-fixup-002-expected.png: * platform/chromium-win/editing/deleting/smart-delete-002-expected.checksum: * platform/chromium-win/editing/deleting/smart-delete-002-expected.png: * platform/chromium-win/editing/deleting/smart-delete-003-expected.checksum: * platform/chromium-win/editing/deleting/smart-delete-003-expected.png: * platform/chromium-win/editing/deleting/smart-delete-004-expected.checksum: * platform/chromium-win/editing/deleting/smart-delete-004-expected.png: * platform/chromium-win/editing/execCommand/5569741-expected.checksum: * platform/chromium-win/editing/execCommand/5569741-expected.png: * platform/chromium-win/editing/execCommand/insert-list-and-stitch-expected.checksum: * platform/chromium-win/editing/execCommand/insert-list-and-stitch-expected.png: * platform/chromium-win/editing/execCommand/insertHorizontalRule-expected.checksum: * platform/chromium-win/editing/execCommand/insertHorizontalRule-expected.png: * platform/chromium-win/editing/execCommand/outdent-selection-expected.checksum: * platform/chromium-win/editing/execCommand/outdent-selection-expected.png: * platform/chromium-win/editing/inserting/5418891-expected.checksum: * platform/chromium-win/editing/inserting/5418891-expected.png: * platform/chromium-win/editing/inserting/editing-empty-divs-expected.checksum: * platform/chromium-win/editing/inserting/editing-empty-divs-expected.png: * platform/chromium-win/editing/inserting/insert-3907422-fix-expected.checksum: * platform/chromium-win/editing/inserting/insert-3907422-fix-expected.png: * platform/chromium-win/editing/inserting/insert-br-004-expected.checksum: * platform/chromium-win/editing/inserting/insert-br-004-expected.png: * platform/chromium-win/editing/inserting/insert-br-005-expected.checksum: * platform/chromium-win/editing/inserting/insert-br-005-expected.png: * platform/chromium-win/editing/inserting/insert-br-007-expected.checksum: * platform/chromium-win/editing/inserting/insert-br-007-expected.png: * platform/chromium-win/editing/inserting/insert-div-007-expected.checksum: * platform/chromium-win/editing/inserting/insert-div-007-expected.png: * platform/chromium-win/editing/inserting/insert-div-012-expected.checksum: * platform/chromium-win/editing/inserting/insert-div-012-expected.png: * platform/chromium-win/editing/inserting/insert-div-013-expected.checksum: * platform/chromium-win/editing/inserting/insert-div-013-expected.png: * platform/chromium-win/editing/inserting/insert-div-014-expected.checksum: * platform/chromium-win/editing/inserting/insert-div-014-expected.png: * platform/chromium-win/editing/inserting/insert-div-015-expected.checksum: * platform/chromium-win/editing/inserting/insert-div-015-expected.png: * platform/chromium-win/editing/inserting/insert-div-016-expected.checksum: * platform/chromium-win/editing/inserting/insert-div-016-expected.png: * platform/chromium-win/editing/inserting/insert-div-017-expected.checksum: * platform/chromium-win/editing/inserting/insert-div-017-expected.png: * platform/chromium-win/editing/inserting/insert-div-018-expected.checksum: * platform/chromium-win/editing/inserting/insert-div-018-expected.png: * platform/chromium-win/editing/inserting/insert-div-019-expected.checksum: * platform/chromium-win/editing/inserting/insert-div-019-expected.png: * platform/chromium-win/editing/inserting/insert-div-020-expected.checksum: * platform/chromium-win/editing/inserting/insert-div-020-expected.png: * platform/chromium-win/editing/inserting/insert-div-021-expected.checksum: * platform/chromium-win/editing/inserting/insert-div-021-expected.png: * platform/chromium-win/editing/inserting/insert-div-022-expected.checksum: * platform/chromium-win/editing/inserting/insert-div-022-expected.png: * platform/chromium-win/editing/inserting/insert-div-025-expected.checksum: * platform/chromium-win/editing/inserting/insert-div-025-expected.png: * platform/chromium-win/editing/inserting/insert-div-027-expected.checksum: * platform/chromium-win/editing/inserting/insert-div-027-expected.png: * platform/chromium-win/editing/inserting/insert-paragraph-02-expected.checksum: * platform/chromium-win/editing/inserting/insert-paragraph-02-expected.png: * platform/chromium-win/editing/inserting/insert-paragraph-03-expected.checksum: * platform/chromium-win/editing/inserting/insert-paragraph-03-expected.png: * platform/chromium-win/editing/inserting/insert-tab-002-expected.checksum: * platform/chromium-win/editing/inserting/insert-tab-002-expected.png: * platform/chromium-win/editing/inserting/insert-tab-003-expected.checksum: * platform/chromium-win/editing/inserting/insert-tab-003-expected.png: * platform/chromium-win/editing/inserting/insert-text-with-newlines-expected.checksum: * platform/chromium-win/editing/inserting/insert-text-with-newlines-expected.png: * platform/chromium-win/editing/inserting/paragraph-separator-01-expected.checksum: * platform/chromium-win/editing/inserting/paragraph-separator-01-expected.png: * platform/chromium-win/editing/inserting/paragraph-separator-02-expected.checksum: * platform/chromium-win/editing/inserting/paragraph-separator-02-expected.png: * platform/chromium-win/editing/inserting/paragraph-separator-03-expected.checksum: * platform/chromium-win/editing/inserting/paragraph-separator-03-expected.png: * platform/chromium-win/editing/inserting/return-key-with-selection-001-expected.checksum: * platform/chromium-win/editing/inserting/return-key-with-selection-001-expected.png: * platform/chromium-win/editing/inserting/return-key-with-selection-002-expected.checksum: * platform/chromium-win/editing/inserting/return-key-with-selection-002-expected.png: * platform/chromium-win/editing/inserting/return-key-with-selection-003-expected.checksum: * platform/chromium-win/editing/inserting/return-key-with-selection-003-expected.png: * platform/chromium-win/editing/inserting/typing-002-expected.checksum: * platform/chromium-win/editing/inserting/typing-002-expected.png: * platform/chromium-win/editing/inserting/typing-around-br-001-expected.checksum: * platform/chromium-win/editing/inserting/typing-around-br-001-expected.png: * platform/chromium-win/editing/pasteboard/4242293-expected.checksum: * platform/chromium-win/editing/pasteboard/4242293-expected.png: * platform/chromium-win/editing/pasteboard/4944770-1-expected.checksum: * platform/chromium-win/editing/pasteboard/4944770-1-expected.png: * platform/chromium-win/editing/pasteboard/8145-2-expected.checksum: * platform/chromium-win/editing/pasteboard/8145-2-expected.png: * platform/chromium-win/editing/pasteboard/cut-text-001-expected.checksum: * platform/chromium-win/editing/pasteboard/cut-text-001-expected.png: * platform/chromium-win/editing/pasteboard/interchange-newline-1-expected.checksum: * platform/chromium-win/editing/pasteboard/interchange-newline-1-expected.png: * platform/chromium-win/editing/pasteboard/merge-after-delete-1-expected.checksum: * platform/chromium-win/editing/pasteboard/merge-after-delete-1-expected.png: * platform/chromium-win/editing/pasteboard/merge-after-delete-2-expected.checksum: * platform/chromium-win/editing/pasteboard/merge-after-delete-2-expected.png: * platform/chromium-win/editing/pasteboard/merge-after-delete-expected.checksum: * platform/chromium-win/editing/pasteboard/merge-after-delete-expected.png: * platform/chromium-win/editing/pasteboard/merge-end-4-expected.checksum: * platform/chromium-win/editing/pasteboard/merge-end-4-expected.png: * platform/chromium-win/editing/pasteboard/merge-end-blockquote-expected.checksum: * platform/chromium-win/editing/pasteboard/merge-end-blockquote-expected.png: * platform/chromium-win/editing/pasteboard/merge-end-list-expected.checksum: * platform/chromium-win/editing/pasteboard/merge-end-list-expected.png: * platform/chromium-win/editing/pasteboard/merge-end-table-expected.checksum: * platform/chromium-win/editing/pasteboard/merge-end-table-expected.png: * platform/chromium-win/editing/pasteboard/paste-blockquote-3-expected.checksum: * platform/chromium-win/editing/pasteboard/paste-blockquote-3-expected.png: * platform/chromium-win/editing/pasteboard/paste-text-001-expected.checksum: * platform/chromium-win/editing/pasteboard/paste-text-001-expected.png: * platform/chromium-win/editing/pasteboard/paste-text-012-expected.checksum: * platform/chromium-win/editing/pasteboard/paste-text-012-expected.png: * platform/chromium-win/editing/pasteboard/paste-text-013-expected.checksum: * platform/chromium-win/editing/pasteboard/paste-text-013-expected.png: * platform/chromium-win/editing/pasteboard/paste-text-014-expected.checksum: * platform/chromium-win/editing/pasteboard/paste-text-014-expected.png: * platform/chromium-win/editing/pasteboard/paste-text-019-expected.checksum: * platform/chromium-win/editing/pasteboard/paste-text-019-expected.png: * platform/chromium-win/editing/pasteboard/paste-xml-expected.checksum: * platform/chromium-win/editing/pasteboard/paste-xml-expected.png: * platform/chromium-win/editing/pasteboard/undoable-fragment-removes-expected.checksum: * platform/chromium-win/editing/pasteboard/undoable-fragment-removes-expected.png: * platform/chromium-win/editing/selection/13804-expected.checksum: * platform/chromium-win/editing/selection/13804-expected.png: * platform/chromium-win/editing/selection/5234383-1-expected.checksum: * platform/chromium-win/editing/selection/5234383-1-expected.png: * platform/chromium-win/editing/selection/5234383-2-expected.checksum: * platform/chromium-win/editing/selection/5234383-2-expected.png: * platform/chromium-win/editing/selection/extend-by-word-001-expected.checksum: * platform/chromium-win/editing/selection/extend-by-word-001-expected.png: * platform/chromium-win/editing/selection/move-backwords-by-word-001-expected.checksum: * platform/chromium-win/editing/selection/move-backwords-by-word-001-expected.png: * platform/chromium-win/editing/selection/move-by-character-001-expected.checksum: * platform/chromium-win/editing/selection/move-by-character-001-expected.png: * platform/chromium-win/editing/selection/move-by-line-001-expected.checksum: * platform/chromium-win/editing/selection/move-by-line-001-expected.png: * platform/chromium-win/editing/selection/move-by-word-001-expected.checksum: * platform/chromium-win/editing/selection/move-by-word-001-expected.png: * platform/chromium-win/editing/selection/select-from-textfield-outwards-expected.checksum: * platform/chromium-win/editing/selection/select-from-textfield-outwards-expected.png: * platform/chromium-win/editing/selection/unrendered-002-expected.checksum: * platform/chromium-win/editing/selection/unrendered-002-expected.png: * platform/chromium-win/editing/spelling/spelling-expected.checksum: * platform/chromium-win/editing/spelling/spelling-expected.png: * platform/chromium-win/editing/style/5046875-2-expected.checksum: * platform/chromium-win/editing/style/5046875-2-expected.png: * platform/chromium-win/editing/style/block-styles-007-expected.checksum: * platform/chromium-win/editing/style/block-styles-007-expected.png: * platform/chromium-win/editing/style/create-block-for-style-002-expected.checksum: * platform/chromium-win/editing/style/create-block-for-style-002-expected.png: * platform/chromium-win/editing/style/create-block-for-style-003-expected.checksum: * platform/chromium-win/editing/style/create-block-for-style-003-expected.png: * platform/chromium-win/editing/style/create-block-for-style-004-expected.checksum: * platform/chromium-win/editing/style/create-block-for-style-004-expected.png: * platform/chromium-win/editing/style/create-block-for-style-006-expected.checksum: * platform/chromium-win/editing/style/create-block-for-style-006-expected.png: * platform/chromium-win/editing/style/create-block-for-style-008-expected.checksum: * platform/chromium-win/editing/style/create-block-for-style-008-expected.png: * platform/chromium-win/editing/style/create-block-for-style-009-expected.checksum: * platform/chromium-win/editing/style/create-block-for-style-009-expected.png: * platform/chromium-win/editing/style/create-block-for-style-011-expected.checksum: * platform/chromium-win/editing/style/create-block-for-style-011-expected.png: * platform/chromium-win/editing/style/create-block-for-style-012-expected.checksum: * platform/chromium-win/editing/style/create-block-for-style-012-expected.png: * platform/chromium-win/editing/style/create-block-for-style-013-expected.checksum: * platform/chromium-win/editing/style/create-block-for-style-013-expected.png: * platform/chromium-win/fast/dom/blur-contenteditable-expected.checksum: * platform/chromium-win/fast/dom/blur-contenteditable-expected.png: 2010-12-31 Jessie Berlin The correct temporary fix for media/video-element-other-namespace-crash.html timing out on the Windows 7 Release Test bots is to add it to the Windows skipped list. Unreviewed. https://bugs.webkit.org/show_bug.cgi?id=51787 * platform/win/Skipped: * platform/win/media/video-element-other-namespace-crash-expected.txt: Removed. 2010-12-31 Jessie Berlin Add Windows-specific (failing) expected results for media/video-element-other-namespace-crash.html in order to get the Windows 7 Release test bot green again. Unreviewed. https://bugs.webkit.org/show_bug.cgi?id=51787 * platform/win/media/video-element-other-namespace-crash-expected.txt: Added. 2010-12-31 Jessie Berlin Add Windows-specific (failing) expected results for svg/dom/length-list-parser.html in order to get the Windows 7 Release test bot green again. Unreviewed. https://bugs.webkit.org/show_bug.cgi?id=51786 * platform/win/svg/dom: Added. * platform/win/svg/dom/length-list-parser-expected.txt: Added. 2010-12-31 Adam Barth Remove custom Chromium expectation for invalid-protocol. Now that we share more code with JavaScriptCore, we throw exactly the same exception and therefore can share results. * platform/chromium/fast/dom/Window/invalid-protocol-expected.txt: Removed. 2010-12-29 Zhenyao Mo Reviewed by Kenneth Russell. Update validation of stencil mask and ref values https://bugs.webkit.org/show_bug.cgi?id=50716 * fast/canvas/webgl/webgl-specific-expected.txt: Sync with khronos: refactor the test, also update the stencil setting test due to spec change. * fast/canvas/webgl/webgl-specific.html: Ditto. 2010-12-30 Abhishek Arya Unreviewed. Skipping media/video-element-other-namespace-crash.html for chromium since it uses codecs that chromium does not support. * platform/chromium/test_expectations.txt: 2010-12-30 Justin Schuh Reviewed by James Robinson. Check for crash when deleting ruby text with counters. https://bugs.webkit.org/show_bug.cgi?id=51637 * fast/css/counters/counter-ruby-text-cleared-expected.txt: Added. * fast/css/counters/counter-ruby-text-cleared.html: Added. 2010-12-30 Mihai Parparita Unreviewed Chromium baseline update. [Chromium] svg/dom/length-list-parser.html fails on Chromium Linux after r74788 and r74803 https://bugs.webkit.org/show_bug.cgi?id=51759 r74803 added chromium-win baselines for svg/dom/length-list-parser.html but chromium-linux shouldn't use them (despite having them in its fallback path). Copy the base expectations into chromium-linux. * platform/chromium-linux/svg/dom/length-list-parser-expected.txt: Added. 2010-12-30 Mihai Parparita Unreviewed Chromium expectations update. Mark a few inspector tests as slow, they occasionally time out with debug builds. * platform/chromium/test_expectations.txt: 2010-12-30 Justin Schuh Unreviewed. chromium test expectations after r74788 for svg/dom/length-list-parser.html * platform/chromium-win/svg/dom/length-list-parser-expected.txt: Added. * platform/chromium/test_expectations.txt: 2010-12-30 Yael Aharon Reviewed by Adam Barth. REGRESSION: fast/dom/cssTarget-crash.html fails https://bugs.webkit.org/show_bug.cgi?id=20342 * fast/forms/submit-change-fragment-expected.txt: Added. * fast/forms/submit-change-fragment.html: Added. * platform/mac/Skipped: * platform/qt/Skipped: 2010-12-30 Philippe Normand Unreviewed, unskip the test, it's running fine locally. media/audio-delete-while-slider-thumb-clicked.html fails https://bugs.webkit.org/show_bug.cgi?id=37546 * platform/gtk/Skipped: 2010-12-30 Philippe Normand Unreviewed, skipping another editing flacky test. * platform/gtk/Skipped: skip editing/selection/extend-by-character-005.html. 2010-12-30 Shinichiro Hamaji Chromium test expectation update for svg/dom/length-list-parser.html * platform/chromium/test_expectations.txt: 2010-12-30 Shinichiro Hamaji Chromium test expectation update for media/video-element-other-namespace-crash.html * platform/chromium/test_expectations.txt: 2010-12-30 Abhishek Arya Unreviewed. Skip media/video-element-other-namespace-crash.html, like other media tests on qt platform. * platform/qt/Skipped: 2010-12-30 Justin Schuh Reviewed by Dirk Schulze. Adding long float string to improve test coverage. https://bugs.webkit.org/show_bug.cgi?id=51692 * svg/dom/length-list-parser.html: * svg/dom/length-list-parser-expected.txt: 2010-12-30 Abhishek Arya Reviewed by Eric Seidel. Tests that we do not crash when trying to find video elements in the media document. https://bugs.webkit.org/show_bug.cgi?id=51696 * media/video-element-other-namespace-crash-expected.txt: Added. * media/video-element-other-namespace-crash.html: Added. 2010-12-29 Abhishek Arya Unreviewed. Add 'PASS' to layout test since test failing on chromium due to empty expectations. Filed webkit bug 51734 to track gtk test failure and skipping test for now. * fast/multicol/span/double-merge-anonymous-block-crash-expected.txt: * fast/multicol/span/double-merge-anonymous-block-crash.html: * platform/gtk/Skipped: 2010-12-29 Abhishek Arya Reviewed by Darin Adler. Tests that we do not crash when merging anonymous blocks. https://bugs.webkit.org/show_bug.cgi?id=50480 * fast/multicol/span/double-merge-anonymous-block-crash-expected.txt: Added. * fast/multicol/span/double-merge-anonymous-block-crash.html: Added. 2010-12-29 Justin Schuh Reviewed by Darin Adler. Check SVG element type in FrameView::scrollToAnchor https://bugs.webkit.org/show_bug.cgi?id=51718 * svg/custom/scroll-to-anchor-in-symbol-expected.txt: Added. * svg/custom/scroll-to-anchor-in-symbol.svg: Added. 2010-12-29 Zhenyao Mo Reviewed by Eric Seidel. drawElements should raise INVALID_OPERATION if offset is not a multiple of the type size https://bugs.webkit.org/show_bug.cgi?id=51726 * fast/canvas/webgl/draw-elements-out-of-bounds-expected.txt: * fast/canvas/webgl/draw-elements-out-of-bounds.html: Add test cases to verify the behavior. 2010-12-29 Mihai Parparita Unreviewed Chromium expectations update. Remove failing expectations for three Mac tests that no longer fail. Remove failing expectations for two canvas tests that no longer crash (r74561, which caused the failing assert, was rolled out with r74587). * platform/chromium/test_expectations.txt: 2010-12-29 Mihai Parparita Unreviewed Chromium expectations update. fast/js/numeric-escapes-in-string-literals.html fails because V8 does not support ECMAScript strict mode. * platform/chromium/test_expectations.txt: 2010-12-29 Mihai Parparita Unreviewed Chromium expectations update. Mark two more inspector tests as flaky. * platform/chromium/test_expectations.txt: 2010-12-29 Mihai Parparita Unreviewed Chromium expectations update. Mark a few more tests as flaky. * platform/chromium/test_expectations.txt: 2010-12-29 Mihai Parparita Unreviewed Chromium expectations update. fast/canvas/shadow-offset-* are flaky when run in the GPU suite too. * platform/chromium-gpu/test_expectations.txt: 2010-12-29 Mihai Parparita Unreviewed Chromium expectations update. Make expectation for http/tests/media/reload-after-dialog.html not trigger a duplication error for the debug Linux builder. Remove expectation for platform/gtk/fast/text/emphasis-overlap.html, it was removed in r74346. * platform/chromium/test_expectations.txt: 2010-12-29 Gavin Barraclough Reviewed by Sam Weinig. Bug 51724 - In strict mode string literals should allow \0, but disallow \8 and \9. * fast/js/numeric-escapes-in-string-literals-expected.txt: Added. * fast/js/numeric-escapes-in-string-literals.html: Added. * fast/js/script-tests/numeric-escapes-in-string-literals.js: Added. (test): 2010-12-29 Mihai Parparita Unreviewed Chromium expectations update. Mark another test as flaky. * platform/chromium/test_expectations.txt: 2010-12-29 Mihai Parparita Unreviewed Chromium expectations update. fast/canvas/webgl/tex-image-with-format-and-type.html is flaky in the GPU suite too. * platform/chromium/test_expectations.txt: * platform/chromium-gpu/test_expectations.txt: 2010-12-29 Mihai Parparita Unreviewed Chromium expectations update. Remove failure expectations for tests that no longer fail: - fast/images/svg-as-background.html has not timed out for as long as the flakiness dashboard has history - svg/W3C-SVG-1.1/animate-elem-03-t.svg has not failed for as long as the flakiness dashboard has history * platform/chromium/test_expectations.txt: 2010-12-29 Mihai Parparita Unreviewed Chromium expectations update. Add recent upstream expectations Chromium changes. * platform/chromium/test_expectations.txt: 2010-12-29 Mihai Parparita Unreviewed Chromium expectations update. Mark http/tests/incremental/split-hex-entities.pl as flaky. * platform/chromium/test_expectations.txt: 2010-12-29 Tony Gentilcore Reviewed by Eric Seidel. Assertion failure: element->inDocument() in AsyncScriptRunner::executeScriptSoon() https://bugs.webkit.org/show_bug.cgi?id=51067 * fast/dom/HTMLScriptElement/move-in-beforeload-expected.txt: Added. * fast/dom/HTMLScriptElement/move-in-beforeload.html: Added. * fast/dom/HTMLScriptElement/remove-in-beforeload-expected.txt: Added. * fast/dom/HTMLScriptElement/remove-in-beforeload.html: Added. 2010-12-29 Mihai Parparita Unreviewed, rolling out r74748. http://trac.webkit.org/changeset/74748 r74735 was rolled out with r74749, the expectations update should be rolled out too * platform/chromium-mac/fast/events/ime-composition-events-001-expected.txt: Added. * platform/chromium-win/fast/events/ime-composition-events-001-expected.txt: Added. * platform/chromium/fast/events/ime-composition-events-001-expected.txt: Removed. 2010-12-29 Sheriff Bot Unreviewed, rolling out r74735. http://trac.webkit.org/changeset/74735 https://bugs.webkit.org/show_bug.cgi?id=51715 assert failures on fast/forms/input-maxlength-ime- completed.html (Requested by mihaip on #webkit). * platform/chromium/test_expectations.txt: 2010-12-29 Mihai Parparita Unreviewed Chromium baselines. Update Chromium baselines for fast/events/ime-composition-events-001.html after r74735 (the new baselines are closer to the upstream Mac ones). * platform/chromium-mac/fast/events/ime-composition-events-001-expected.txt: Removed. * platform/chromium-win/fast/events/ime-composition-events-001-expected.txt: Removed. * platform/chromium/fast/events/ime-composition-events-001-expected.txt: Added. 2010-12-29 Mihai Parparita Unreviewed Chromium baselines. Add Chromium baselines for the layout test added by r74743. * platform/chromium-linux/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.checksum: Added. * platform/chromium-linux/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png: Added. * platform/chromium-mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.checksum: Added. * platform/chromium-mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png: Added. * platform/chromium-win/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.checksum: Added. * platform/chromium-win/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png: Added. * platform/chromium-win/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added. 2010-12-29 Yael Aharon Reviewed by Kent Tamura. [HTML5][Forms] Support for :in-range and :out-of-range CSS selectors https://bugs.webkit.org/show_bug.cgi?id=29071 * fast/css/pseudo-in-range-expected.txt: Added. * fast/css/pseudo-in-range-invalid-value-expected.txt: Added. * fast/css/pseudo-in-range-invalid-value.html: Added. * fast/css/pseudo-in-range.html: Added. * fast/css/pseudo-out-of-range-expected.txt: Added. * fast/css/pseudo-out-of-range.html: Added. * fast/css/script-tests/pseudo-in-range-invalid-value.js: Added. * fast/css/script-tests/pseudo-in-range.js: Added. * fast/css/script-tests/pseudo-out-of-range.js: Added. 2010-12-29 Abhishek Arya Reviewed by Eric Seidel. Tests that cloning an anonymous block with non inline children does not crash. https://bugs.webkit.org/show_bug.cgi?id=51489 * fast/multicol/span/clone-anonymous-block-non-inline-child-crash.html: Added. * platform/mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.checksum: Added. * platform/mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png: Added. * platform/mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added. 2010-12-28 Alexander Pavlov Reviewed by Pavel Feldman. Web Inspector: A disabled style property should get enabled when edited https://bugs.webkit.org/show_bug.cgi?id=51679 * inspector/styles-disable-then-change-expected.txt: Added. * inspector/styles-disable-then-change.html: Added. 2010-12-29 Helder Correia Reviewed by Eric Seidel. and are not valid JSON whitespace characters https://bugs.webkit.org/show_bug.cgi?id=51671 Vertical Tab and Form Feed are not allowed white spaces by the JSON RFC 4627: http://www.ietf.org/rfc/rfc4627.txt (2. JSON Grammar). * ietestcenter/Javascript/15.12.1.1-0-2-expected.txt: * ietestcenter/Javascript/15.12.1.1-0-3-expected.txt: 2010-12-29 Philippe Normand Unreviewed, skip flaky test on GTK. [GTK] editing/selection/extend-by-character-004.html is flaky https://bugs.webkit.org/show_bug.cgi?id=51699 * platform/gtk/Skipped: 2010-12-29 Zhe Su Reviewed by Eric Seidel. Remove entry for editing/input/ime-composition-clearpreedit.html test. https://bugs.webkit.org/show_bug.cgi?id=51693 * platform/chromium/test_expectations.txt: 2010-12-28 Daniel Bates Reviewed by Antonio Gomes. Add comment to test case fast/repaint/no-caret-repaint-in-non-content-editable-element.html to clarify caret browsing disabled https://bugs.webkit.org/show_bug.cgi?id=51633 Add a comment to test case fast/repaint/no-caret-repaint-in-non-content-editable-element.html that explains that this test is only applicable when caret browsing is disabled. * fast/repaint/no-caret-repaint-in-non-content-editable-element.html: 2010-12-28 Kenneth Russell Reviewed by Eric Seidel. Make fast/canvas/canvas-save-restore-with-path.js more robust https://bugs.webkit.org/show_bug.cgi?id=51665 * fast/canvas/canvas-save-restore-with-path-expected.txt: * fast/canvas/canvas-save-restore-with-path.js: 2010-12-28 Helder Correia Reviewed by Eric Seidel. JSON.stringify must exist as a function taking 3 parameters https://bugs.webkit.org/show_bug.cgi?id=51667 The reported function length is 1 instead. * ietestcenter/Javascript/15.12.3-0-2-expected.txt: 2010-12-28 Helder Correia Reviewed by Sam Weinig. JSON.parse must exist as a function taking 2 parameters https://bugs.webkit.org/show_bug.cgi?id=51666 Support for revivers was introduced in bug 26591, but the function length has since remained unchanged. * ietestcenter/Javascript/15.12.2-0-2-expected.txt: Change expected result to success. 2010-12-23 Zhenyao Mo Reviewed by Kenneth Russell. Initialize to 0 for undefined values in CopyTexImage2D https://bugs.webkit.org/show_bug.cgi?id=51421 * fast/canvas/webgl/uninitialized-test-expected.txt: Add test cases for copyTexImage2D. * fast/canvas/webgl/uninitialized-test.html: Ditto. 2010-12-28 Zhenyao Mo Reviewed by Kenneth Russell. Map GLsizei to long instead of unsigned long in WebGLRenderingContext and GraphicsContext3D https://bugs.webkit.org/show_bug.cgi?id=39855 * fast/canvas/webgl/invalid-passed-params-expected.txt: Add test cases for negative offset/width/height. * fast/canvas/webgl/invalid-passed-params.html: Ditto. 2010-12-28 Kenneth Russell Unreviewed, Chromium test expectations update. Mark fast/forms/input-text-paste-maxlength.html as a flaky crash on Linux Release as well as Debug. * platform/chromium/test_expectations.txt: 2010-12-28 Kenneth Russell Unreviewed, Chromium test expectations update. Marked inspector/styles-source-lines.html as a flaky failure on Win Debug and http/tests/inspector/extensions-resources-redirect.html as a flaky timeout on Win Release. * platform/chromium/test_expectations.txt: 2010-12-28 Abhishek Arya Reviewed by Kenneth Russell. Tests that we do not crash when drawing text during custom font load. https://bugs.webkit.org/show_bug.cgi?id=51681 * canvas/philip/tests/2d.text-custom-font-load-crash-expected.txt: Added. * canvas/philip/tests/2d.text-custom-font-load-crash.html: Added. 2010-12-28 Andrey Kosyakov Reviewed by Pavel Feldman. Web Inspector: [Chromium] Expose extension API to select a node in WebInspector Do not request content for resources with non-numeric identifiers. https://bugs.webkit.org/show_bug.cgi?id=49727 * http/tests/inspector/extensions-resources-redirect-expected.txt: Added. * http/tests/inspector/extensions-resources-redirect.html: Added. * http/tests/inspector/extensions-resources-test.js: Added. (extension_getResourceByUrl.onHAR): (extension_getResourceByUrl): * inspector/extensions-resources-expected.txt: * inspector/extensions-resources.html: * platform/mac-leopard/inspector/extensions-resources-expected.txt: 2010-12-28 Kenneth Russell Unreviewed, Chromium test expectations update. Coalesce WebGL expectations for chromium-gpu platform and fix duplicate expectation for gl-object-get-calls.html accidentally introduced on Windows Debug. * platform/chromium-gpu/test_expectations.txt: 2010-12-28 Alexander Pavlov Reviewed by Pavel Feldman. Web Inspector: REGRESSION: Clicking image resource in style sidebar doesn't actually go to resource anymore https://bugs.webkit.org/show_bug.cgi?id=51663 * inspector/elements-tests2.js: (initialize_ElementTest.InspectorTest.dumpSelectedElementStyles): Drive-by: remove bad test exit code. * inspector/resources/styles-url-linkify-iframe.html: Added. * inspector/resources/styles-url-linkify.css: Added. (#local): * inspector/styles-url-linkify-expected.txt: Added. * inspector/styles-url-linkify.html: Added. 2010-12-27 Martin Robinson Reviewed by Daniel Bates. Try to fix my previous commit for Mac by stepping up the precision of pi even more using Math.PI. * fast/canvas/canvas-save-restore-with-path.js: Use Math.PI instead of a hard-coded estimation. 2010-12-27 Kenneth Russell Unreviewed, Chromium test expectations update. Generalize suppressions for Chromium bugs 67732 and 67139 to cover Linux Debug. * platform/chromium/test_expectations.txt: 2010-12-27 Martin Robinson Reviewed by Daniel Bates. [Cairo] fast/canvas/canvas-save-restore-with-path.html fails with some versions of Cairo https://bugs.webkit.org/show_bug.cgi?id=51655 Increase the precision of pi used in this test case. It appears that some Cairo versions or processors are sensitive to rounding errors here. * fast/canvas/canvas-save-restore-with-path.js: Increase pi precision. 2010-12-27 Kenji Imasaki Reviewed by David Levin. remove entries for media related non-flaky tests. https://bugs.webkit.org/show_bug.cgi?id=51225 * platform/chromium/test_expectations.txt: 2010-12-27 Philippe Normand Unreviewed, skip another GTK media test reporting wrong duration, see bug 51602. * platform/gtk/Skipped: 2010-12-27 Yael Aharon Reviewed by Eric Seidel. Browser is failing 16 baseline test from Selector API Test Suite https://bugs.webkit.org/show_bug.cgi?id=42968 Update the expected result for the test. * fast/dom/SelectorAPI/resig-SelectorsAPI-test-expected.txt: 2010-12-27 Shinichiro Hamaji Chromium expectation update. Suppress fast/canvas/webgl/tex-image-with-format-and-type on linux debug * platform/chromium/test_expectations.txt: 2010-12-27 MORITA Hajime Unreviewed expectation updates. * platform/chromium-linux/fast/box-shadow/spread-multiple-normal-expected.checksum: Added. * platform/chromium-linux/fast/box-shadow/spread-multiple-normal-expected.png: Added. * platform/chromium-win/fast/box-shadow/spread-multiple-normal-expected.checksum: Added. * platform/chromium-win/fast/box-shadow/spread-multiple-normal-expected.png: Added. 2010-12-26 MORITA Hajime Reviewed by Dan Bernstein. For box-shadow, non-primary shadows should have specified radii. https://bugs.webkit.org/show_bug.cgi?id=51386 * fast/box-shadow/spread-multiple-normal-expected.txt: Added. * fast/box-shadow/spread-multiple-normal.html: Added. * fast/box-shadow/spread-multiple-normal-expected.checksum: Added. * fast/box-shadow/spread-multiple-normal-expected.png: Added. 2010-12-26 Kenneth Russell Unreviewed, Chromium expectations fix. Fix broken (duplicate) expectations for canvas/philip/tests/2d.gradient.radial.cone.top.html. * platform/chromium/test_expectations.txt: 2010-12-26 Abhishek Arya Reviewed by Simon Fraser. Tests passes if it does not crash. https://bugs.webkit.org/show_bug.cgi?id=48772 * fast/multicol/renderer-positioned-assert-crash-expected.txt: Added. * fast/multicol/renderer-positioned-assert-crash.html: Added. 2010-12-25 Kenneth Russell Unreviewed, Chromium test expectations update. * platform/chromium-gpu/test_expectations.txt: Win Debug: Marked compositing/tiling/huge-layer-img.html as TIMEOUT. Marked fast/canvas/webgl/gl-object-get-calls.html as a flaky crash. * platform/chromium/test_expectations.txt: Adjusted expectations for the following tests: fast/canvas/shadow-offset-7.html svg/batik/paints/gradientLimit.svg fast/events/touch/touch-target.html canvas/philip/tests/2d.gradient.radial.cone.top.html fast/css/box-shadow.html 2010-12-25 Philippe Normand Unreviewed, skip another GTK media test reporting wrong duration, see bug 50518. * platform/gtk/Skipped: 2010-12-24 Kenneth Russell Unreviewed, Chromium test expectations update. svg/batik/paints/gradientLimit.svg fails on Linux Debug as well. * platform/chromium/test_expectations.txt: 2010-12-24 Philippe Normand Unreviewed, skip failing media test on GTK. * platform/gtk/Skipped: Skip media/controls-after-reload.html. 2010-12-24 Andrei Popescu Unreviewed, build fix. [Chromium] http/tests/xmlhttprequest/basic-auth-nopassword.html needs Mac, Windows and Linux specific test expectations https://bugs.webkit.org/show_bug.cgi?id=51589 * platform/chromium-win/http/tests/xmlhttprequest/basic-auth-nopassword-expected.txt: Added. * platform/chromium-win/http/tests/xmlhttprequest/basic-auth-nouser-expected.txt: Added. 2010-12-24 Philippe Normand Unreviewed, updated GTK media tests baselines after r74643. * platform/gtk/media/audio-controls-rendering-expected.txt: * platform/gtk/media/controls-after-reload-expected.txt: * platform/gtk/media/controls-strict-expected.txt: * platform/gtk/media/controls-styling-expected.txt: * platform/gtk/media/video-controls-rendering-expected.txt: * platform/gtk/media/video-display-toggle-expected.txt: * platform/gtk/media/video-empty-source-expected.txt: * platform/gtk/media/video-no-audio-expected.txt: 2010-12-24 Darin Adler Rebased Leopard to expect the same kind of stack failure as Windows, rather than the success expected on Snow Leopard and many other platforms. * platform/mac-leopard/fast/js/large-expressions-expected.txt: Copied from platform/win/fast/js/large-expressions-expected.txt. 2010-12-24 Jessie Berlin Add Windows-specific (failing) expected results for http/tests/xmlhttprequest/basic-auth-nouser.html and basic-auth-nopassword.html in order to get the Windows 7 Release test bot green again. Unreviewed. https://bugs.webkit.org/show_bug.cgi?id=51596 * platform/win/http/tests/xmlhttprequest/basic-auth-nopassword-expected.txt: Added. * platform/win/http/tests/xmlhttprequest/basic-auth-nouser-expected.txt: Added. 2010-12-24 Jessie Berlin Skip the new editing/input/ime-composition-clearpreedit.html test since textInputController is unimplemented in the DRT for Windows. Unreviewed. https://bugs.webkit.org/show_bug.cgi?id=32021 * platform/win/Skipped: 2010-12-24 Justin Schuh Reviewed by Nikolas Zimmermann. SVGElementInstance::m_useElement should be cleared when use element is removed from document https://bugs.webkit.org/show_bug.cgi?id=51486 * svg/custom/use-instanceRoot-with-use-removed-expected.txt: Added. * svg/custom/use-instanceRoot-with-use-removed.svg: Added. 2010-12-24 Alexander Pavlov Reviewed by Yury Semikhatsky. Web Inspector: Inline HTML style property out of sync with element.style in Sidebar https://bugs.webkit.org/show_bug.cgi?id=51478 * http/tests/inspector/inspector-test2.js: (initialize_InspectorTest.InspectorTest.addResults): (initialize_InspectorTest.InspectorTest.createKeyEvent): * inspector/elements-delete-inline-style-expected.txt: Added. * inspector/elements-delete-inline-style.html: Added. * inspector/elements-tests2.js: Added. (initialize_ElementTest.InspectorTest.expandDOMSubtree.processChildren): (initialize_ElementTest.InspectorTest.expandDOMSubtree): (initialize_ElementTest.InspectorTest.expandDOMSubtreeAndRun): (initialize_ElementTest.InspectorTest.nodeForId): (initialize_ElementTest.InspectorTest.selectElementAndRun): (initialize_ElementTest.InspectorTest.dumpSelectedElementStyles): (initialize_ElementTest.InspectorTest.getSelectedElementStyles): (initialize_ElementTest.InspectorTest.getElementStylePropertyTreeItem): (initialize_ElementTest.InspectorTest.dumpStyleTreeOutline): (initialize_ElementTest.InspectorTest.dumpStyleTreeItem): (initialize_ElementTest): * inspector/styles-add-blank-property.html: Remove unnecessary function. 2010-12-24 Benjamin Kalman Reviewed by Ryosuke Niwa. editing/selection/caret-* tests need rebaseline for gtk https://bugs.webkit.org/show_bug.cgi?id=51578 Rebaseline editing/selection/caret-* tests for gtk. * platform/gtk/editing/selection/caret-ltr-2-expected.checksum: Added. * platform/gtk/editing/selection/caret-ltr-2-expected.png: Added. * platform/gtk/editing/selection/caret-ltr-2-expected.txt: Added. * platform/gtk/editing/selection/caret-ltr-2-left-expected.checksum: Added. * platform/gtk/editing/selection/caret-ltr-2-left-expected.png: Added. * platform/gtk/editing/selection/caret-ltr-2-left-expected.txt: Added. * platform/gtk/editing/selection/caret-ltr-expected.checksum: Added. * platform/gtk/editing/selection/caret-ltr-expected.png: Added. * platform/gtk/editing/selection/caret-ltr-expected.txt: Added. * platform/gtk/editing/selection/caret-ltr-right-expected.checksum: Added. * platform/gtk/editing/selection/caret-ltr-right-expected.png: Added. * platform/gtk/editing/selection/caret-ltr-right-expected.txt: Added. * platform/gtk/editing/selection/caret-rtl-2-left-expected.checksum: Added. * platform/gtk/editing/selection/caret-rtl-2-left-expected.png: Added. * platform/gtk/editing/selection/caret-rtl-2-left-expected.txt: Added. * platform/gtk/editing/selection/caret-rtl-right-expected.checksum: Added. * platform/gtk/editing/selection/caret-rtl-right-expected.png: Added. * platform/gtk/editing/selection/caret-rtl-right-expected.txt: Added. 2010-12-23 Alexander Pavlov Reviewed by Maciej Stachowiak. Web Inspector: CSS shorthand properties expand unnecessarily https://bugs.webkit.org/show_bug.cgi?id=36304 * inspector/elements-panel-styles-expected.txt: * inspector/resources/elements-panel-styles.css: (.foo): 2010-12-24 Justin Schuh Reviewed by Darin Adler. setTargetAttributeAnimatedValue should check for a null shadowTreeElement. https://bugs.webkit.org/show_bug.cgi?id=51576 * svg/custom/animate-disallowed-use-element-expected.txt: Added. * svg/custom/animate-disallowed-use-element.svg: Added. 2010-12-24 Andrei Popescu Unreviewed build fix. Add Chromium-mac test expectation for the layout test below. [Chromium] http/tests/xmlhttprequest/basic-auth-nopassword.html needs Mac specific test expectations https://bugs.webkit.org/show_bug.cgi?id=51589 * platform/chromium-mac/http/tests/xmlhttprequest/basic-auth-nopassword-expected.txt: Added. 2010-12-24 Andrei Popescu Unreviewed. Update Chromium test expectations. Mark editing/input/ime-composition-clearpreedit.html.html as TEXT. This test was added in http://trac.webkit.org/changeset/74605 and fails in Chromium. * platform/chromium/test_expectations.txt: 2010-12-24 Justin Schuh Reviewed by Darin Adler. SVGFontFaceElement::rebuildFontFace() should exit when not in document https://bugs.webkit.org/show_bug.cgi?id=51571 * svg/custom/use-invalid-font-face-expected.txt: Added. * svg/custom/use-invalid-font-face.svg: Added. 2010-12-23 Yuta Kitamura Unreviewed. Update GTK's Skipped file. [GTK] http/tests/inspector/console-websocket-error.html hangs https://bugs.webkit.org/show_bug.cgi?id=51380 * platform/gtk/Skipped: 2010-12-23 Yuta Kitamura Unreviewed. Update Chromium test expectations. Mark http/tests/inspector/console-websocket-error.html as SLOW on WIN DEBUG. * platform/chromium/test_expectations.txt: 2010-12-22 Yuta Kitamura Reviewed by Alexey Proskuryakov. [GTK] http/tests/inspector/console-websocket-error.html hangs https://bugs.webkit.org/show_bug.cgi?id=51380 The test should call dumpConsoleMessages() even if WebSocket is not supported or a WebSocket object goes to an unexpected state. * http/tests/inspector/console-websocket-error.html: * platform/gtk/Skipped: * platform/mac-leopard/http/tests/inspector/console-websocket-error-expected.txt: * platform/mac/http/tests/inspector/console-websocket-error-expected.txt: 2010-12-23 Jan Erik Hanssen Reviewed by Adam Barth. [Qt] User name/password stripped from URLs https://bugs.webkit.org/show_bug.cgi?id=36232 Test authentication cases where a username but no password and no username but a password is present. * http/tests/xmlhttprequest/basic-auth-nopassword-expected.txt: Added. * http/tests/xmlhttprequest/basic-auth-nopassword.html: Added. * http/tests/xmlhttprequest/basic-auth-nouser-expected.txt: Added. * http/tests/xmlhttprequest/basic-auth-nouser.html: Added. * http/tests/xmlhttprequest/resources/basic-auth-nouserpass/basic-auth-nouserpass.php: Added. * platform/gtk/Skipped: * platform/mac-leopard/http/tests/xmlhttprequest/basic-auth-nopassword-expected.txt: Added. * platform/mac-snowleopard/http/tests/xmlhttprequest/basic-auth-nopassword-expected.txt: Added. * platform/mac-tiger/http/tests/xmlhttprequest/basic-auth-nopassword-expected.txt: Added. * platform/qt/Skipped: 2010-12-23 Ryosuke Niwa Unreviewed Qt rebaseline for r74593. Added the forgotten blank line at the end. * platform/qt/editing/pasteboard/copy-in-password-field-expected.txt: 2010-12-23 Ryosuke Niwa Unreviewed Qt rebaseline for r74593. * platform/qt/editing/pasteboard/copy-in-password-field-expected.txt: Added. 2010-12-23 Ryosuke Niwa More unreviewed Chromium rebaselines for r74593. * platform/chromium-linux/editing/deleting/smart-delete-002-expected.txt: * platform/chromium-linux/editing/pasteboard/subframe-dragndrop-1-expected.txt: * platform/chromium-win/editing/pasteboard/paste-xml-expected.txt: 2010-12-23 Jan Erik Hanssen Reviewed by Alexey Proskuryakov. [Qt] Composition text is not removed from the editor when composition is cancelled https://bugs.webkit.org/show_bug.cgi?id=29391 Ensure that the composition text is cleared when an empty QInputMethodEvent is received and the editor is in composition mode. * editing/input/ime-composition-clearpreedit-expected.txt: Added. * editing/input/ime-composition-clearpreedit.html: Added. * platform/gtk/Skipped: * platform/mac-wk2/Skipped: * platform/qt-wk2/Skipped: 2010-12-23 Benjamin Kalman Reviewed by Ryosuke Niwa. Selection becomes stale when CharacterData is manipulated directly https://bugs.webkit.org/show_bug.cgi?id=51389 Rebaseline GTK tests. * platform/gtk/editing/deleting/collapse-whitespace-3587601-fix-expected.txt: * platform/gtk/editing/deleting/delete-3608430-fix-expected.txt: * platform/gtk/editing/deleting/delete-3608445-fix-expected.txt: * platform/gtk/editing/deleting/delete-3608462-fix-expected.txt: * platform/gtk/editing/deleting/delete-and-undo-expected.txt: * platform/gtk/editing/deleting/delete-block-merge-contents-010-expected.txt: * platform/gtk/editing/deleting/delete-br-007-expected.txt: * platform/gtk/editing/deleting/delete-contiguous-ws-001-expected.txt: * platform/gtk/editing/deleting/delete-leading-ws-001-expected.txt: * platform/gtk/editing/deleting/delete-line-end-ws-001-expected.txt: * platform/gtk/editing/deleting/delete-line-end-ws-002-expected.txt: * platform/gtk/editing/deleting/delete-listitem-001-expected.txt: * platform/gtk/editing/deleting/delete-tab-002-expected.txt: * platform/gtk/editing/deleting/delete-tab-004-expected.txt: * platform/gtk/editing/deleting/delete-trailing-ws-002-expected.txt: * platform/gtk/editing/deleting/delete-ws-fixup-001-expected.txt: * platform/gtk/editing/deleting/delete-ws-fixup-002-expected.txt: * platform/gtk/editing/deleting/forward-delete-expected.txt: * platform/gtk/editing/deleting/smart-delete-003-expected.txt: * platform/gtk/editing/deleting/smart-delete-004-expected.txt: * platform/gtk/editing/execCommand/insertHorizontalRule-expected.txt: * platform/gtk/editing/inserting/insert-3654864-fix-expected.txt: * platform/gtk/editing/inserting/insert-after-delete-001-expected.txt: * platform/gtk/editing/inserting/insert-div-003-expected.txt: * platform/gtk/editing/inserting/insert-div-024-expected.txt: * platform/gtk/editing/inserting/insert-space-in-empty-doc-expected.txt: * platform/gtk/editing/inserting/insert-text-with-newlines-expected.txt: * platform/gtk/editing/inserting/typing-001-expected.txt: * platform/gtk/editing/inserting/typing-002-expected.txt: * platform/gtk/editing/inserting/typing-003-expected.txt: * platform/gtk/editing/inserting/typing-around-br-001-expected.txt: * platform/gtk/editing/inserting/typing-around-image-001-expected.txt: * platform/gtk/editing/pasteboard/4076267-2-expected.txt: * platform/gtk/editing/pasteboard/4076267-3-expected.txt: * platform/gtk/editing/pasteboard/cut-text-001-expected.txt: * platform/gtk/editing/pasteboard/paste-text-001-expected.txt: * platform/gtk/editing/pasteboard/paste-xml-expected.txt: * platform/gtk/editing/pasteboard/subframe-dragndrop-1-expected.txt: * platform/gtk/editing/spelling/spelling-expected.txt: * platform/gtk/editing/style/style-3681552-fix-001-expected.txt: * platform/gtk/editing/style/style-3681552-fix-002-expected.txt: * platform/gtk/editing/style/typing-style-001-expected.txt: * platform/gtk/editing/style/typing-style-002-expected.txt: * platform/gtk/editing/style/unbold-in-bold-expected.txt: * platform/gtk/editing/undo/4063751-expected.txt: * platform/gtk/editing/undo/redo-typing-001-expected.txt: * platform/gtk/editing/undo/undo-combined-delete-boundary-expected.txt: * platform/gtk/editing/undo/undo-combined-delete-expected.txt: * platform/gtk/editing/undo/undo-delete-boundary-expected.txt: * platform/gtk/editing/undo/undo-delete-expected.txt: * platform/gtk/editing/undo/undo-forward-delete-boundary-expected.txt: * platform/gtk/editing/undo/undo-forward-delete-expected.txt: * platform/gtk/editing/undo/undo-misspellings-expected.txt: 2010-12-23 Ryosuke Niwa Reviewed by Darin Adler. queryCommandValue("FormatBlock") does not respect editing boundaries https://bugs.webkit.org/show_bug.cgi?id=51219 Added test cases to ensure queryCommandValue("FormatBlock") respects editing boundaries. * editing/execCommand/query-format-block-expected.txt: * editing/execCommand/script-tests/query-format-block.js: 2010-12-23 Ryosuke Niwa Unreviewed Chromium rebaselines for r74593. * platform/chromium-linux/editing/deleting/smart-delete-001-expected.txt: * platform/chromium-linux/editing/deleting/smart-delete-003-expected.txt: * platform/chromium-linux/editing/deleting/smart-delete-004-expected.txt: * platform/chromium-win/editing/deleting/collapse-whitespace-3587601-fix-expected.txt: * platform/chromium-win/editing/deleting/delete-3608430-fix-expected.txt: * platform/chromium-win/editing/deleting/delete-3608445-fix-expected.txt: * platform/chromium-win/editing/deleting/delete-3608462-fix-expected.txt: * platform/chromium-win/editing/deleting/delete-after-span-ws-001-expected.txt: * platform/chromium-win/editing/deleting/delete-after-span-ws-002-expected.txt: * platform/chromium-win/editing/deleting/delete-after-span-ws-003-expected.txt: * platform/chromium-win/editing/deleting/delete-and-undo-expected.txt: * platform/chromium-win/editing/deleting/delete-block-merge-contents-010-expected.txt: * platform/chromium-win/editing/deleting/delete-block-table-expected.txt: * platform/chromium-win/editing/deleting/delete-br-007-expected.txt: * platform/chromium-win/editing/deleting/delete-character-001-expected.txt: * platform/chromium-win/editing/deleting/delete-contiguous-ws-001-expected.txt: * platform/chromium-win/editing/deleting/delete-hr-expected.txt: * platform/chromium-win/editing/deleting/delete-leading-ws-001-expected.txt: * platform/chromium-win/editing/deleting/delete-line-end-ws-001-expected.txt: * platform/chromium-win/editing/deleting/delete-line-end-ws-002-expected.txt: * platform/chromium-win/editing/deleting/delete-listitem-001-expected.txt: * platform/chromium-win/editing/deleting/delete-selection-001-expected.txt: * platform/chromium-win/editing/deleting/delete-tab-001-expected.txt: * platform/chromium-win/editing/deleting/delete-tab-002-expected.txt: * platform/chromium-win/editing/deleting/delete-tab-003-expected.txt: * platform/chromium-win/editing/deleting/delete-tab-004-expected.txt: * platform/chromium-win/editing/deleting/delete-trailing-ws-001-expected.txt: * platform/chromium-win/editing/deleting/delete-trailing-ws-002-expected.txt: * platform/chromium-win/editing/deleting/delete-ws-fixup-001-expected.txt: * platform/chromium-win/editing/deleting/delete-ws-fixup-002-expected.txt: * platform/chromium-win/editing/deleting/forward-delete-expected.txt: * platform/chromium-win/editing/deleting/non-smart-delete-expected.txt: * platform/chromium-win/editing/deleting/smart-delete-001-expected.txt: * platform/chromium-win/editing/deleting/smart-delete-003-expected.txt: * platform/chromium-win/editing/deleting/smart-delete-004-expected.txt: * platform/chromium-win/editing/execCommand/insertHorizontalRule-expected.txt: * platform/chromium-win/editing/inserting/4278698-expected.txt: * platform/chromium-win/editing/inserting/editing-empty-divs-expected.txt: * platform/chromium-win/editing/inserting/insert-3654864-fix-expected.txt: * platform/chromium-win/editing/inserting/insert-after-delete-001-expected.txt: * platform/chromium-win/editing/inserting/insert-br-003-expected.txt: * platform/chromium-win/editing/inserting/insert-br-006-expected.txt: * platform/chromium-win/editing/inserting/insert-br-007-expected.txt: * platform/chromium-win/editing/inserting/insert-br-008-expected.txt: * platform/chromium-win/editing/inserting/insert-br-009-expected.txt: * platform/chromium-win/editing/inserting/insert-br-at-tabspan-002-expected.txt: * platform/chromium-win/editing/inserting/insert-br-at-tabspan-003-expected.txt: * platform/chromium-win/editing/inserting/insert-div-003-expected.txt: * platform/chromium-win/editing/inserting/insert-div-006-expected.txt: * platform/chromium-win/editing/inserting/insert-div-008-expected.txt: * platform/chromium-win/editing/inserting/insert-div-024-expected.txt: * platform/chromium-win/editing/inserting/insert-space-in-empty-doc-expected.txt: * platform/chromium-win/editing/inserting/insert-tab-003-expected.txt: * platform/chromium-win/editing/inserting/insert-text-at-tabspan-001-expected.txt: * platform/chromium-win/editing/inserting/insert-text-at-tabspan-002-expected.txt: * platform/chromium-win/editing/inserting/insert-text-with-newlines-expected.txt: * platform/chromium-win/editing/inserting/typing-001-expected.txt: * platform/chromium-win/editing/inserting/typing-002-expected.txt: * platform/chromium-win/editing/inserting/typing-003-expected.txt: * platform/chromium-win/editing/inserting/typing-around-br-001-expected.txt: * platform/chromium-win/editing/inserting/typing-around-image-001-expected.txt: * platform/chromium-win/editing/pasteboard/4076267-2-expected.txt: * platform/chromium-win/editing/pasteboard/4076267-3-expected.txt: * platform/chromium-win/editing/pasteboard/bad-placeholder-expected.txt: * platform/chromium-win/editing/pasteboard/cut-text-001-expected.txt: * platform/chromium-win/editing/pasteboard/interchange-newline-1-expected.txt: * platform/chromium-win/editing/pasteboard/merge-end-1-expected.txt: * platform/chromium-win/editing/pasteboard/merge-end-2-expected.txt: * platform/chromium-win/editing/pasteboard/merge-end-4-expected.txt: * platform/chromium-win/editing/pasteboard/merge-end-list-expected.txt: * platform/chromium-win/editing/pasteboard/merge-end-table-expected.txt: * platform/chromium-win/editing/pasteboard/paste-match-style-001-expected.txt: * platform/chromium-win/editing/pasteboard/paste-text-001-expected.txt: * platform/chromium-win/editing/pasteboard/paste-text-019-expected.txt: * platform/chromium-win/editing/pasteboard/paste-text-at-tabspan-001-expected.txt: * platform/chromium-win/editing/pasteboard/paste-text-at-tabspan-002-expected.txt: * platform/chromium-win/editing/pasteboard/paste-text-at-tabspan-003-expected.txt: * platform/chromium-win/editing/pasteboard/pasting-object-expected.txt: * platform/chromium-win/editing/pasteboard/smart-paste-002-expected.txt: * platform/chromium-win/editing/pasteboard/smart-paste-006-expected.txt: * platform/chromium-win/editing/pasteboard/smart-paste-007-expected.txt: * platform/chromium-win/editing/spelling/spelling-expected.txt: * platform/chromium-win/editing/style/style-3681552-fix-001-expected.txt: * platform/chromium-win/editing/style/style-3681552-fix-002-expected.txt: * platform/chromium-win/editing/style/style-boundary-002-expected.txt: * platform/chromium-win/editing/style/style-boundary-005-expected.txt: * platform/chromium-win/editing/style/typing-style-001-expected.txt: * platform/chromium-win/editing/style/typing-style-002-expected.txt: * platform/chromium-win/editing/style/unbold-in-bold-expected.txt: * platform/chromium-win/editing/undo/4063751-expected.txt: * platform/chromium-win/editing/undo/redo-typing-001-expected.txt: * platform/chromium-win/editing/undo/undo-combined-delete-boundary-expected.txt: * platform/chromium-win/editing/undo/undo-combined-delete-expected.txt: * platform/chromium-win/editing/undo/undo-delete-boundary-expected.txt: * platform/chromium-win/editing/undo/undo-delete-expected.txt: * platform/chromium-win/editing/undo/undo-forward-delete-boundary-expected.txt: * platform/chromium-win/editing/undo/undo-forward-delete-expected.txt: * platform/chromium-win/editing/undo/undo-misspellings-expected.txt: * platform/chromium-win/editing/undo/undo-typing-001-expected.txt: * platform/chromium-win/editing/unsupported-content/list-type-after-expected.txt: * platform/chromium-win/editing/unsupported-content/list-type-before-expected.txt: * platform/chromium-win/editing/unsupported-content/table-type-after-expected.txt: * platform/chromium-win/editing/unsupported-content/table-type-before-expected.txt: 2010-12-23 Ryosuke Niwa Reviewed by Darin Adler. FormatBlock doesn't preserve typing style but it should https://bugs.webkit.org/show_bug.cgi?id=51140 Added a test to type text after bolding the typing style and executing a FormatBlock command. Because FormatBlock command preserves typing style, the typed text should be in bold. * editing/execCommand/format-block-typing-style.html: Added. 2010-12-23 Ryosuke Niwa Unreviewed Qt rebaselines for r74593. * platform/qt/editing/deleting/delete-3608445-fix-expected.txt: * platform/qt/editing/deleting/delete-after-span-ws-001-expected.txt: * platform/qt/editing/deleting/delete-after-span-ws-002-expected.txt: * platform/qt/editing/deleting/delete-after-span-ws-003-expected.txt: * platform/qt/editing/deleting/delete-block-merge-contents-010-expected.txt: * platform/qt/editing/deleting/delete-character-001-expected.txt: * platform/qt/editing/deleting/delete-hr-expected.txt: * platform/qt/editing/deleting/delete-line-end-ws-001-expected.txt: * platform/qt/editing/deleting/delete-selection-001-expected.txt: * platform/qt/editing/deleting/delete-trailing-ws-001-expected.txt: * platform/qt/editing/deleting/delete-trailing-ws-002-expected.txt: * platform/qt/editing/deleting/non-smart-delete-expected.txt: * platform/qt/editing/deleting/smart-delete-001-expected.txt: * platform/qt/editing/deleting/smart-delete-003-expected.txt: * platform/qt/editing/deleting/smart-delete-004-expected.txt: * platform/qt/editing/inserting/insert-3654864-fix-expected.txt: * platform/qt/editing/inserting/insert-after-delete-001-expected.txt: * platform/qt/editing/inserting/insert-br-003-expected.txt: * platform/qt/editing/inserting/insert-br-006-expected.txt: * platform/qt/editing/inserting/insert-br-007-expected.txt: * platform/qt/editing/inserting/insert-br-008-expected.txt: * platform/qt/editing/inserting/insert-br-009-expected.txt: * platform/qt/editing/inserting/insert-br-at-tabspan-002-expected.txt: * platform/qt/editing/inserting/insert-br-at-tabspan-003-expected.txt: * platform/qt/editing/inserting/insert-div-003-expected.txt: * platform/qt/editing/inserting/insert-div-006-expected.txt: * platform/qt/editing/inserting/insert-div-008-expected.txt: * platform/qt/editing/inserting/insert-div-024-expected.txt: * platform/qt/editing/inserting/insert-space-in-empty-doc-expected.txt: * platform/qt/editing/inserting/insert-text-at-tabspan-001-expected.txt: * platform/qt/editing/inserting/insert-text-at-tabspan-002-expected.txt: * platform/qt/editing/inserting/typing-001-expected.txt: * platform/qt/editing/inserting/typing-002-expected.txt: * platform/qt/editing/inserting/typing-003-expected.txt: * platform/qt/editing/inserting/typing-around-br-001-expected.txt: * platform/qt/editing/inserting/typing-around-image-001-expected.txt: * platform/qt/editing/pasteboard/4076267-3-expected.txt: * platform/qt/editing/pasteboard/cut-text-001-expected.txt: * platform/qt/editing/pasteboard/interchange-newline-1-expected.txt: * platform/qt/editing/pasteboard/merge-end-1-expected.txt: * platform/qt/editing/pasteboard/merge-end-2-expected.txt: * platform/qt/editing/pasteboard/merge-end-4-expected.txt: * platform/qt/editing/pasteboard/merge-end-list-expected.txt: * platform/qt/editing/pasteboard/merge-end-table-expected.txt: * platform/qt/editing/pasteboard/paste-match-style-001-expected.txt: * platform/qt/editing/pasteboard/paste-text-019-expected.txt: * platform/qt/editing/pasteboard/paste-text-at-tabspan-002-expected.txt: * platform/qt/editing/pasteboard/paste-text-at-tabspan-003-expected.txt: * platform/qt/editing/pasteboard/pasting-object-expected.txt: * platform/qt/editing/pasteboard/smart-paste-002-expected.txt: * platform/qt/editing/pasteboard/smart-paste-006-expected.txt: * platform/qt/editing/pasteboard/smart-paste-007-expected.txt: * platform/qt/editing/style/remove-underline-from-stylesheet-expected.txt: * platform/qt/editing/undo/redo-style-expected.txt: 2010-12-23 Ryosuke Niwa Reviewed by Darin Adler. Selection becomes stale when CharacterData is manipulated directly https://bugs.webkit.org/show_bug.cgi?id=51389 Added tests to ensure WebKit adjusts or clears selection when the start container or the end container of the selection's first range is modified by CharacterData's API. Many editing tests had to be rebaselined due to different editing delegate dumps caused by WebKit's properly adjusting selection's offsets as editing commands modify the DOM. * editing/deleting/delete-by-word-001-expected.txt: * editing/deleting/delete-by-word-002-expected.txt: * editing/deleting/delete-ligature-001-expected.txt: * editing/deleting/delete-ligature-002-expected.txt: * editing/deleting/delete-ligature-003-expected.txt: * editing/deleting/skip-virama-001-expected.txt: * editing/execCommand/createLink-expected.txt: * editing/execCommand/hilitecolor-expected.txt: * editing/execCommand/unlink-expected.txt: * editing/inserting/insert-thai-characters-001-expected.txt: * editing/pasteboard/copy-in-password-field-expected.txt: * editing/pasteboard/paste-into-anchor-text-expected.txt: * editing/selection/character-data-mutation-crash-expected.txt: Added. * editing/selection/character-data-mutation-crash.html: Added. * editing/selection/character-data-mutation-expected.txt: Added. * editing/selection/character-data-mutation.html: Added. * editing/style/remove-underline-from-stylesheet-expected.txt: * editing/style/typing-style-003-expected.txt: * editing/undo/redo-style-expected.txt: * platform/mac/editing/deleting/collapse-whitespace-3587601-fix-expected.txt: * platform/mac/editing/deleting/delete-3608430-fix-expected.txt: * platform/mac/editing/deleting/delete-3608445-fix-expected.txt: * platform/mac/editing/deleting/delete-3608462-fix-expected.txt: * platform/mac/editing/deleting/delete-after-span-ws-001-expected.txt: * platform/mac/editing/deleting/delete-after-span-ws-002-expected.txt: * platform/mac/editing/deleting/delete-after-span-ws-003-expected.txt: * platform/mac/editing/deleting/delete-and-undo-expected.txt: * platform/mac/editing/deleting/delete-block-merge-contents-010-expected.txt: * platform/mac/editing/deleting/delete-block-table-expected.txt: * platform/mac/editing/deleting/delete-br-007-expected.txt: * platform/mac/editing/deleting/delete-character-001-expected.txt: * platform/mac/editing/deleting/delete-contiguous-ws-001-expected.txt: * platform/mac/editing/deleting/delete-hr-expected.txt: * platform/mac/editing/deleting/delete-leading-ws-001-expected.txt: * platform/mac/editing/deleting/delete-line-end-ws-001-expected.txt: * platform/mac/editing/deleting/delete-line-end-ws-002-expected.txt: * platform/mac/editing/deleting/delete-listitem-001-expected.txt: * platform/mac/editing/deleting/delete-selection-001-expected.txt: * platform/mac/editing/deleting/delete-tab-001-expected.txt: * platform/mac/editing/deleting/delete-tab-002-expected.txt: * platform/mac/editing/deleting/delete-tab-003-expected.txt: * platform/mac/editing/deleting/delete-tab-004-expected.txt: * platform/mac/editing/deleting/delete-trailing-ws-001-expected.txt: * platform/mac/editing/deleting/delete-trailing-ws-002-expected.txt: * platform/mac/editing/deleting/delete-ws-fixup-001-expected.txt: * platform/mac/editing/deleting/delete-ws-fixup-002-expected.txt: * platform/mac/editing/deleting/forward-delete-expected.txt: * platform/mac/editing/deleting/non-smart-delete-expected.txt: * platform/mac/editing/deleting/smart-delete-001-expected.txt: * platform/mac/editing/deleting/smart-delete-002-expected.txt: * platform/mac/editing/deleting/smart-delete-003-expected.txt: * platform/mac/editing/deleting/smart-delete-004-expected.txt: * platform/mac/editing/execCommand/insertHorizontalRule-expected.txt: * platform/mac/editing/input/firstrectforcharacterrange-styled-expected.txt: * platform/mac/editing/input/text-input-controller-expected.txt: * platform/mac/editing/inserting/4278698-expected.txt: * platform/mac/editing/inserting/editing-empty-divs-expected.txt: * platform/mac/editing/inserting/insert-3654864-fix-expected.txt: * platform/mac/editing/inserting/insert-after-delete-001-expected.txt: * platform/mac/editing/inserting/insert-br-003-expected.txt: * platform/mac/editing/inserting/insert-br-006-expected.txt: * platform/mac/editing/inserting/insert-br-007-expected.txt: * platform/mac/editing/inserting/insert-br-008-expected.txt: * platform/mac/editing/inserting/insert-br-009-expected.txt: * platform/mac/editing/inserting/insert-br-at-tabspan-002-expected.txt: * platform/mac/editing/inserting/insert-br-at-tabspan-003-expected.txt: * platform/mac/editing/inserting/insert-div-003-expected.txt: * platform/mac/editing/inserting/insert-div-006-expected.txt: * platform/mac/editing/inserting/insert-div-008-expected.txt: * platform/mac/editing/inserting/insert-div-024-expected.txt: * platform/mac/editing/inserting/insert-space-in-empty-doc-expected.txt: * platform/mac/editing/inserting/insert-tab-003-expected.txt: * platform/mac/editing/inserting/insert-text-at-tabspan-001-expected.txt: * platform/mac/editing/inserting/insert-text-at-tabspan-002-expected.txt: * platform/mac/editing/inserting/insert-text-with-newlines-expected.txt: * platform/mac/editing/inserting/typing-001-expected.txt: * platform/mac/editing/inserting/typing-002-expected.txt: * platform/mac/editing/inserting/typing-003-expected.txt: * platform/mac/editing/inserting/typing-around-br-001-expected.txt: * platform/mac/editing/inserting/typing-around-image-001-expected.txt: * platform/mac/editing/pasteboard/4076267-2-expected.txt: * platform/mac/editing/pasteboard/4076267-3-expected.txt: * platform/mac/editing/pasteboard/bad-placeholder-expected.txt: * platform/mac/editing/pasteboard/cut-text-001-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/interchange-newline-1-expected.txt: * platform/mac/editing/pasteboard/merge-end-1-expected.txt: * platform/mac/editing/pasteboard/merge-end-2-expected.txt: * platform/mac/editing/pasteboard/merge-end-4-expected.txt: * platform/mac/editing/pasteboard/merge-end-list-expected.txt: * platform/mac/editing/pasteboard/merge-end-table-expected.txt: * platform/mac/editing/pasteboard/paste-match-style-001-expected.txt: * platform/mac/editing/pasteboard/paste-text-001-expected.txt: * platform/mac/editing/pasteboard/paste-text-019-expected.txt: * platform/mac/editing/pasteboard/paste-text-at-tabspan-001-expected.txt: * platform/mac/editing/pasteboard/paste-text-at-tabspan-002-expected.txt: * platform/mac/editing/pasteboard/paste-text-at-tabspan-003-expected.txt: * platform/mac/editing/pasteboard/paste-xml-expected.txt: * platform/mac/editing/pasteboard/pasting-object-expected.txt: * platform/mac/editing/pasteboard/smart-paste-002-expected.txt: * platform/mac/editing/pasteboard/smart-paste-006-expected.txt: * platform/mac/editing/pasteboard/smart-paste-007-expected.txt: * platform/mac/editing/pasteboard/subframe-dragndrop-1-expected.txt: * platform/mac/editing/spelling/spelling-expected.txt: * platform/mac/editing/style/style-3681552-fix-001-expected.txt: * platform/mac/editing/style/style-3681552-fix-002-expected.txt: * platform/mac/editing/style/style-boundary-002-expected.txt: * platform/mac/editing/style/style-boundary-005-expected.txt: * platform/mac/editing/style/typing-style-001-expected.txt: * platform/mac/editing/style/typing-style-002-expected.txt: * platform/mac/editing/style/unbold-in-bold-expected.txt: * platform/mac/editing/undo/4063751-expected.txt: * platform/mac/editing/undo/redo-typing-001-expected.txt: * platform/mac/editing/undo/undo-combined-delete-boundary-expected.txt: * platform/mac/editing/undo/undo-combined-delete-expected.txt: * platform/mac/editing/undo/undo-delete-boundary-expected.txt: * platform/mac/editing/undo/undo-delete-expected.txt: * platform/mac/editing/undo/undo-forward-delete-boundary-expected.txt: * platform/mac/editing/undo/undo-forward-delete-expected.txt: * platform/mac/editing/undo/undo-misspellings-expected.txt: * platform/mac/editing/undo/undo-typing-001-expected.txt: * platform/mac/editing/unsupported-content/list-type-after-expected.txt: * platform/mac/editing/unsupported-content/list-type-before-expected.txt: * platform/mac/editing/unsupported-content/table-type-after-expected.txt: * platform/mac/editing/unsupported-content/table-type-before-expected.txt: 2010-12-23 Kenneth Russell Unreviewed Chromium test expectations update. Fix botched update of fast/css/box-shadow.html expectation; needed to be FAIL, not IMAGE+TEXT IMAGE. * platform/chromium/test_expectations.txt: 2010-12-23 Albert J. Wong Unreviewed. Chromium layout test expectations update. https://bugs.webkit.org/show_bug.cgi?id=51500 Rebaseline media control layout tests due to pixel diff from r74535 * platform/chromium-linux/media/audio-controls-rendering-expected.checksum: * platform/chromium-linux/media/audio-controls-rendering-expected.png: * platform/chromium-linux/media/controls-after-reload-expected.checksum: * platform/chromium-linux/media/controls-after-reload-expected.png: * platform/chromium-linux/media/controls-strict-expected.checksum: * platform/chromium-linux/media/controls-strict-expected.png: * platform/chromium-linux/media/controls-styling-expected.checksum: * platform/chromium-linux/media/controls-styling-expected.png: * platform/chromium-linux/media/controls-without-preload-expected.checksum: * platform/chromium-linux/media/controls-without-preload-expected.png: * platform/chromium-linux/media/video-controls-rendering-expected.checksum: * platform/chromium-linux/media/video-controls-rendering-expected.png: * platform/chromium-linux/media/video-display-toggle-expected.checksum: * platform/chromium-linux/media/video-display-toggle-expected.png: * platform/chromium-linux/media/video-empty-source-expected.checksum: * platform/chromium-linux/media/video-empty-source-expected.png: * platform/chromium-linux/media/video-no-audio-expected.checksum: * platform/chromium-linux/media/video-no-audio-expected.png: * platform/chromium-linux/media/video-volume-slider-expected.checksum: * platform/chromium-linux/media/video-volume-slider-expected.png: * platform/chromium-mac/media/audio-controls-rendering-expected.checksum: * platform/chromium-mac/media/audio-controls-rendering-expected.png: * platform/chromium-mac/media/audio-controls-rendering-expected.txt: * platform/chromium-mac/media/controls-after-reload-expected.checksum: * platform/chromium-mac/media/controls-after-reload-expected.png: * platform/chromium-mac/media/controls-after-reload-expected.txt: * platform/chromium-mac/media/controls-strict-expected.checksum: * platform/chromium-mac/media/controls-strict-expected.png: * platform/chromium-mac/media/controls-strict-expected.txt: * platform/chromium-mac/media/controls-styling-expected.checksum: * platform/chromium-mac/media/controls-styling-expected.png: * platform/chromium-mac/media/controls-styling-expected.txt: * platform/chromium-mac/media/controls-without-preload-expected.checksum: * platform/chromium-mac/media/controls-without-preload-expected.png: * platform/chromium-mac/media/controls-without-preload-expected.txt: * platform/chromium-mac/media/video-display-toggle-expected.checksum: * platform/chromium-mac/media/video-display-toggle-expected.png: * platform/chromium-mac/media/video-display-toggle-expected.txt: * platform/chromium-mac/media/video-empty-source-expected.checksum: * platform/chromium-mac/media/video-empty-source-expected.png: * platform/chromium-mac/media/video-empty-source-expected.txt: * platform/chromium-mac/media/video-no-audio-expected.checksum: * platform/chromium-mac/media/video-no-audio-expected.png: * platform/chromium-mac/media/video-no-audio-expected.txt: * platform/chromium-mac/media/video-volume-slider-expected.checksum: * platform/chromium-mac/media/video-volume-slider-expected.png: * platform/chromium-mac/media/video-volume-slider-expected.txt: * platform/chromium-win/media/audio-controls-rendering-expected.checksum: * platform/chromium-win/media/audio-controls-rendering-expected.png: * platform/chromium-win/media/audio-controls-rendering-expected.txt: * platform/chromium-win/media/controls-after-reload-expected.checksum: * platform/chromium-win/media/controls-after-reload-expected.png: * platform/chromium-win/media/controls-after-reload-expected.txt: * platform/chromium-win/media/controls-strict-expected.checksum: * platform/chromium-win/media/controls-strict-expected.png: * platform/chromium-win/media/controls-strict-expected.txt: * platform/chromium-win/media/controls-styling-expected.checksum: * platform/chromium-win/media/controls-styling-expected.png: * platform/chromium-win/media/controls-styling-expected.txt: * platform/chromium-win/media/controls-without-preload-expected.checksum: * platform/chromium-win/media/controls-without-preload-expected.png: * platform/chromium-win/media/controls-without-preload-expected.txt: * platform/chromium-win/media/video-controls-rendering-expected.checksum: * platform/chromium-win/media/video-controls-rendering-expected.png: * platform/chromium-win/media/video-controls-rendering-expected.txt: * platform/chromium-win/media/video-display-toggle-expected.checksum: * platform/chromium-win/media/video-display-toggle-expected.png: * platform/chromium-win/media/video-display-toggle-expected.txt: * platform/chromium-win/media/video-empty-source-expected.checksum: * platform/chromium-win/media/video-empty-source-expected.png: * platform/chromium-win/media/video-empty-source-expected.txt: * platform/chromium-win/media/video-no-audio-expected.checksum: * platform/chromium-win/media/video-no-audio-expected.png: * platform/chromium-win/media/video-no-audio-expected.txt: * platform/chromium-win/media/video-volume-slider-expected.checksum: * platform/chromium-win/media/video-volume-slider-expected.png: * platform/chromium-win/media/video-volume-slider-expected.txt: * platform/chromium/test_expectations.txt: 2010-12-23 Kenneth Russell Unreviewed Chromium expectations update. Suppress crashes seen on Windows with fast/canvas/webgl/canvas-test.html and fast/canvas/webgl/gl-pixelstorei.html. * platform/chromium/test_expectations.txt: 2010-12-23 Justin Schuh Reviewed by Eric Seidel. CSSCursorImageValue destructor should clear referenced element. https://bugs.webkit.org/show_bug.cgi?id=51417 * svg/css/cursor-image-replace-expected.txt: Added. * svg/css/cursor-image-replace.svg: Added. 2010-12-23 Kenneth Russell Unreviewed Chromium expectations update. Allow fast/css/box-shadow.html to fail with IMAGE as well as IMAGE+TEXT. * platform/chromium/test_expectations.txt: 2010-12-22 Matthew Delaney Reviewed by Simon Fraser. Add setNeedsStyleRecalc for getting canvas contexts that use IOSurfaces https://bugs.webkit.org/show_bug.cgi?id=51279 * platform/mac-snowleopard/platform/mac/compositing: Added. * platform/mac-snowleopard/platform/mac/compositing/canvas: Added. * platform/mac-snowleopard/platform/mac/compositing/canvas/accelerated-canvas-compositing-expected.txt: Added. * platform/mac/compositing/canvas: Added. * platform/mac/compositing/canvas/accelerated-canvas-compositing-expected.txt: Added. * platform/mac/compositing/canvas/accelerated-canvas-compositing.html: Added. 2010-12-23 Kenneth Russell Unreviewed Chromium expectations update. Fix incorrect syntax for fast/css/box-shadow.html suppression and state that fast/events/touch/touch-target.html may timeout. * platform/chromium/test_expectations.txt: 2010-12-23 Jessie Berlin Add Windows-XP-specific (failing) expected results for fast/profiler/throw-exception-from-eval-expected.html in order to get the Windows XP Debug test bot green again. Unreviewed. https://bugs.webkit.org/show_bug.cgi?id=49801 * platform/win-xp/fast/profiler: Added. * platform/win-xp/fast/profiler/throw-exception-from-eval-expected.txt: Added. 2010-12-23 Jeremy Moskovich Unreviewed new Chromium baselines and test expectations update. * platform/chromium-linux/fast/layers/video-layer-expected.checksum: * platform/chromium-linux/fast/layers/video-layer-expected.png: * platform/chromium-mac/fast/layers/video-layer-expected.checksum: * platform/chromium-mac/fast/layers/video-layer-expected.png: * platform/chromium-mac/fast/layers/video-layer-expected.txt: * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt: * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: * platform/chromium-win/fast/layers/video-layer-expected.checksum: * platform/chromium-win/fast/layers/video-layer-expected.png: * platform/chromium-win/fast/layers/video-layer-expected.txt: * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt: * platform/chromium/test_expectations.txt: 2010-12-23 Jonathan Dixon Reviewed by Steve Block. TouchEvents does not support multi-touch on a page with multiple touch targets https://bugs.webkit.org/show_bug.cgi?id=51258 * fast/events/touch/multi-touch-grouped-targets-expected.txt: Added. * fast/events/touch/multi-touch-grouped-targets.html: Added. * fast/events/touch/script-tests/multi-touch-grouped-targets.js: Added. (declareTouchHandler.return.shouldBe): (declareTouchHandler): (touchEndHandler): Added new test that ensures both test targets receive events when hit by multiple touch points from the same platform event. * fast/events/touch/script-tests/touch-target-limited.js: (declareTouchStart.return.touchStartHandler): (declareTouchStart): (declareTouchMove.return.touchMoveHandler): (declareTouchMove): * fast/events/touch/script-tests/touch-target.js: (declareTouchStart.return.touchStartHandler): (declareTouchStart): (declareTouchMove.return.touchMoveHandler): (declareTouchMove): * fast/events/touch/touch-target-expected.txt: * fast/events/touch/touch-target-limited-expected.txt: Updated & rebaselined existing tests to reflect new expectations. 2010-12-23 Jeremy Moskovich Unreviewed test expectations update. Fix duplicate expectation warning for media/video-controls-rendering.html introduced in r74535. * platform/chromium/test_expectations.txt: 2010-12-23 Csaba Osztrogonác Unreviewed. Update Qt specific expected file after r74539. * platform/qt/fast/dom/Window/window-properties-expected.txt: 2010-12-23 Benjamin Kalman Reviewed by Eric Seidel. QT linux has RTL line movement bug that causes editing/selection/extend-to-line-boundary.html to fail https://bugs.webkit.org/show_bug.cgi?id=51514 Add different baseline to editing/selection/extend-to-line-boundary.html for qt-linux that takes into account the RTL bug. * platform/qt-linux/editing/selection/extend-to-line-boundary-expected.txt: Added. 2010-12-23 Antti Koivisto Not reviewed. Another attempt. * http/tests/local/slow-css-pass.cgi: 2010-12-23 Antti Koivisto Not reviewed. Flaky Test: http/tests/local/stylesheet-and-script-load-order-media-print.html Try to fix flakiness. * http/tests/local/slow-css-pass.cgi: 2010-12-22 Ariya Hidayat Reviewed by Simon Fraser. Implement skewX() and skewY() for CSSMatrix. https://bugs.webkit.org/show_bug.cgi?id=38335 * fast/dom/Window/window-properties-expected.txt: Adjusted. * transforms/cssmatrix-2d-interface.xhtml: Added tests for skewX() and skewY(). * transforms/cssmatrix-2d-interface-expected.txt: Adjusted. 2010-12-22 Simon Fraser Reviewed by Dan Bernstein. Support unprefixed box-shadow property https://bugs.webkit.org/show_bug.cgi?id=51448 Add box-shadow to getComputedStyle tests, and add new pixel test for box-shadow. (This test will be updated when the shadow radius is fixed via bug 22102). * fast/css/box-shadow.html: Added. * fast/css/getComputedStyle/computed-style-expected.txt: * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: * platform/mac/fast/css/box-shadow-expected.checksum: Added. * platform/mac/fast/css/box-shadow-expected.png: Added. * platform/mac/fast/css/box-shadow-expected.txt: Added. * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: * svg/css/getComputedStyle-basic-expected.txt: 2010-12-22 Michael Saboff Reviewed by Sam Weinig. REGRESSION: Can't shadow/overwrite window.constructor (causes TypeError exception) https://bugs.webkit.org/show_bug.cgi?id=48953 Changed cross-frame-access-put test results to reflect that setting the window constructor will be disallowed due to cross frame security checking. Added a new test to check that we can change window.constructor. * fast/dom/Window/window-constructor-settable-expected.txt: Added. * fast/dom/Window/window-constructor-settable.html: Added. * http/tests/security/cross-frame-access-put-expected.txt: 2010-12-22 Mihai Parparita Unreviewed test expectations update. fast/canvas/fillText-shadow.html fails with Skia in the GPU suite too. * platform/chromium-gpu/test_expectations.txt: 2010-12-22 Steve Lacey Reviewed by David Levin. Change css for chromium media controls to deal with the timeline not expanding when the current time disappears. This happens when the width of the control drops below 240px. This change results in a minor pixel difference - the timebar now aligns better with the time and when the time is not displayed is now perfectly centered. Disabling the affected tests for now and will rebaseline. https://bugs.webkit.org/show_bug.cgi?id=51500 * platform/chromium/test_expectations.txt: 2010-12-22 Mihai Parparita Unreviewed test expectations update. fast/canvas/fillText-shadow.html fails with Skia. * platform/chromium/test_expectations.txt: 2010-12-22 Jessie Berlin Add Windows-specific (failing) expected results for media/audio-data-url.html in order to get the Windows 7 Release test bot green again. Unreviewed. https://bugs.webkit.org/show_bug.cgi?id=51518 * platform/win/media/audio-data-url-expected.txt: Added. 2010-12-22 Mihai Parparita Reviewed by Simon Fraser. the shadow direction is negated in canvas context shadowOffsetY. https://bugs.webkit.org/show_bug.cgi?id=25619 Add test to verify that shadowOffsetY is handled correctly. * fast/canvas/fillText-shadow-expected.txt: Added. * fast/canvas/fillText-shadow.html: Added. 2010-12-22 Ariya Hidayat Reviewed by Simon Fraser. Transform applied via CSSMatrix does not take full page zoom into account https://bugs.webkit.org/show_bug.cgi?id=24808 The bug has been fixed with r74430 and r74451. These two are just the tests. * transforms/2d/cssmatrix-2d-zoom-expected.checksum: Added. * transforms/2d/cssmatrix-2d-zoom-expected.png: Added. * transforms/2d/cssmatrix-2d-zoom-expected.txt: Added. * transforms/2d/cssmatrix-2d-zoom.html: Added. * transforms/3d/general/cssmatrix-3d-zoom-expected.checksum: Added. * transforms/3d/general/cssmatrix-3d-zoom-expected.png: Added. * transforms/3d/general/cssmatrix-3d-zoom-expected.txt: Added. * transforms/3d/general/cssmatrix-3d-zoom.html: Added. 2010-12-22 Jian Li Reviewed by David Levin. Tests that File.type returns empty string for file with invalid extension. https://bugs.webkit.org/show_bug.cgi?id=51501 * editing/pasteboard/file-input-files-access-expected.txt: * editing/pasteboard/resources/file.invalidext: Added. * editing/pasteboard/script-tests/file-input-files-access.js: 2010-12-22 Steve Lacey Reviewed by David Levin. [chromium] Rebaseline chromium media/controls-styling layout test and re-enable. https://bugs.webkit.org/show_bug.cgi?id=51427 * platform/chromium-linux/media/controls-styling-expected.checksum: Added. * platform/chromium-linux/media/controls-styling-expected.png: Added. * platform/chromium-mac/media/controls-styling-expected.checksum: Added. * platform/chromium-mac/media/controls-styling-expected.png: Added. * platform/chromium-mac/media/controls-styling-expected.txt: Added. * platform/chromium-win/media/controls-styling-expected.checksum: Added. * platform/chromium-win/media/controls-styling-expected.png: Added. * platform/chromium-win/media/controls-styling-expected.txt: * platform/chromium/test_expectations.txt: 2010-12-22 Shane Stephens Reviewed by David Levin. [Chromium] SLOW lines in chromium test_expectations.txt for svg tests which are no longer slow. https://bugs.webkit.org/show_bug.cgi?id=51429 * platform/chromium/test_expectations.txt: 2010-12-22 Kenneth Russell Reviewed by David Levin. Update fast/canvas/webgl/gl-uniform-arrays.html to bring in sync with Khronos https://bugs.webkit.org/show_bug.cgi?id=51489 * fast/canvas/webgl/gl-uniform-arrays-expected.txt: * fast/canvas/webgl/gl-uniform-arrays.html: 2010-12-22 Zhenyao Mo Reviewed by Kenneth Russell. CopyTex{Sub}Image2D check always if the bound fbo's internal color format is compatible https://bugs.webkit.org/show_bug.cgi?id=51423 * fast/canvas/webgl/tex-input-validation-expected.txt: Add test cases for copying from webgl's internal FBO. * fast/canvas/webgl/tex-input-validation.html: Ditto. 2010-12-22 Chris Fleizach Reviewed by Darin Adler. WAI-ARIA menubar role mapped to AXGroup, should be AXMenuBar https://bugs.webkit.org/show_bug.cgi?id=51488 * platform/mac/accessibility/aria-menubar-expected.txt: Added. * platform/mac/accessibility/aria-menubar.html: Added. 2010-12-22 Chris Fleizach Reviewed by Sam Weining. AX: WAI-ARIA textbox role needs different AXRole, depending on value of aria-multiline property https://bugs.webkit.org/show_bug.cgi?id=51481 * platform/mac/accessibility/aria-multiline-expected.txt: Added. * platform/mac/accessibility/aria-multiline.html: Added. 2010-12-22 Simon Fraser Reviewed by Dan Bernstein. CSS 2.1 failure: counter-increment-013 fails https://bugs.webkit.org/show_bug.cgi?id=51483 Layout test version of CSS 2.1 counter-increment-013 test. * fast/css/counters/counter-increment-overflow-expected.txt: Added. * fast/css/counters/counter-increment-overflow.html: Added. 2010-12-22 Chang Shu Unreviewed layout test fix. Revert changeset 74481: http://trac.webkit.org/changeset/74481, as it causes regression on layout tests. * platform/qt/Skipped: 2010-12-22 Tony Gentilcore Unreviewed build fix. [chromium] console-websocket-error sometimes times out https://bugs.webkit.org/show_bug.cgi?id=51482 * platform/chromium/test_expectations.txt: 2010-12-21 Vangelis Kokkevis Reviewed by Kenneth Russell. [chromium] Enabling layout tests in platform/chromium/compositing and adding new layout test to check for crash on empty render surfaces. https://bugs.webkit.org/show_bug.cgi?id=51432 * platform/chromium-gpu/test_expectations.txt: * platform/chromium/compositing/empty-render-surface-crasher-expected.txt: Added. * platform/chromium/compositing/empty-render-surface-crasher.html: Added. 2010-12-22 Krithigassree Sambamurthy Reviewed by Kenneth Rohde Christiansen. [Qt] LayoutTests/http/tests/appcache/auth.html failed and skipped https://bugs.webkit.org/show_bug.cgi?id=36688 * platform/qt/Skipped: Unskip auth.html which now passes. Using Qt4.7. 2010-12-22 Jessie Berlin Add Windows-specific expected results for fast/js/large-expressions.html in order to get the Windows 7 Release test bot green again. Unreviewed. https://bugs.webkit.org/show_bug.cgi?id=51469 * platform/win/fast/js/large-expressions-expected.txt: Added. 2010-12-21 Pavel Podivilov Reviewed by Yury Semikhatsky. Web Inspector: persist JavaScript breakpoints in frontend settings. https://bugs.webkit.org/show_bug.cgi?id=48434 * http/tests/inspector/debugger-test2.js: (initialize_DebuggerTest.InspectorTest.setBreakpoint): * inspector/debugger-breakpoints-not-activated-on-reload.html: * inspector/debugger-pause-on-breakpoint.html: * inspector/report-protocol-errors-expected.txt: * inspector/report-protocol-errors.html: 2010-12-20 Antti Koivisto Reviewed by Alexey Proskuryakov. https://bugs.webkit.org/show_bug.cgi?id=51354 Don't block rendering and script execution on deferred stylesheets * http/tests/local/link-stylesheet-load-order-expected.txt: * http/tests/local/link-stylesheet-load-order-preload-expected.txt: * http/tests/local/resources/check-stylesheet-not-loaded.js: Added. * http/tests/local/stylesheet-and-script-load-order-media-print-expected.txt: Added. * http/tests/local/stylesheet-and-script-load-order-media-print.html: Added. 2010-12-22 Sheriff Bot Unreviewed, rolling out r74473. http://trac.webkit.org/changeset/74473 https://bugs.webkit.org/show_bug.cgi?id=51463 broke compilation on leopard intel release (Requested by podivilov on #webkit). * http/tests/inspector/debugger-test2.js: * inspector/debugger-breakpoints-not-activated-on-reload.html: * inspector/debugger-pause-on-breakpoint.html: * inspector/report-protocol-errors-expected.txt: * inspector/report-protocol-errors.html: 2010-12-21 Pavel Podivilov Reviewed by Yury Semikhatsky. Web Inspector: persist JavaScript breakpoints in frontend settings. https://bugs.webkit.org/show_bug.cgi?id=48434 * http/tests/inspector/debugger-test2.js: (initialize_DebuggerTest.InspectorTest.setBreakpoint): * inspector/debugger-breakpoints-not-activated-on-reload.html: * inspector/debugger-pause-on-breakpoint.html: * inspector/report-protocol-errors-expected.txt: * inspector/report-protocol-errors.html: 2010-12-22 Andrei Popescu Unreviewed buildfix. [v8] trunk/LayoutTests/fast/js/large-expressions.html fails since r74402 https://bugs.webkit.org/show_bug.cgi?id=51391 * platform/chromium-mac/fast/js/large-expressions-expected.txt: * platform/chromium-win/fast/js/large-expressions-expected.txt: 2010-12-22 Dai Mikurube Reviewed by Kent Tamura. https://bugs.webkit.org/show_bug.cgi?id=51289 Initial state of checkValidity() and :invalid are incorrect with https://bugs.webkit.org/show_bug.cgi?id=51260 * fast/forms/resources/select-live-pseudo-selectors.js: * fast/forms/select-live-pseudo-selectors-expected.txt: 2010-12-21 Gavin Barraclough Reviewed by Oliver Hunt. Bug 26276 - Need a mechanism to determine stack extent Correctly measuring available stack increases the size of expression we can handle! * fast/js/large-expressions-expected.txt: * fast/js/script-tests/large-expressions.js: 2010-12-21 Dan Bernstein Reviewed by Sam Weinig. REGRESSION (r71884): Returning alternate requests from willSendRequest can prevent other requests from ever being sent https://bugs.webkit.org/show_bug.cgi?id=51413 * platform/mac/security/block-test-expected.txt: Reverted r71884. 2010-12-21 Benjamin Kalman Reviewed by Darin Adler. Shift-End does not select to the end of the line https://bugs.webkit.org/show_bug.cgi?id=50610 Add regression test that shift-end selects to the end of the line for both LTR and RTL text. Rebaseline a test which assumed incorrect behaviour of shift-end not selecting to the end of the line, but rather moving cursor to the start of the line above. * editing/selection/extend-selection-home-end-expected.txt: New baseline. * editing/selection/extend-to-line-boundary-expected.txt: Added. * editing/selection/extend-to-line-boundary.html: Added. * platform/win/editing/selection/extend-selection-home-end-expected.txt: New baseline. 2010-12-21 Jan Erik Hanssen Reviewed by Simon Fraser. matrix3d() must take the zoom factor into account https://bugs.webkit.org/show_bug.cgi?id=51408 * transforms/3d/general/matrix-with-zoom-3d-expected.checksum: Added. * transforms/3d/general/matrix-with-zoom-3d-expected.png: Added. * transforms/3d/general/matrix-with-zoom-3d-expected.txt: Added. * transforms/3d/general/matrix-with-zoom-3d.html: Added. 2010-12-21 Dan Bernstein Reviewed by John Sullivan. REGRESSION(r68854): Broken image icon seen in the Address Book Dashboard widget * platform/mac/fast/dom/HTMLImageElement/dashboard-src-quirk-expected.txt: Added. * platform/mac/fast/dom/HTMLImageElement/dashboard-src-quirk.html: Added. * platform/mac/fast/dom/HTMLImageElement/resources: Added. * platform/mac/fast/dom/HTMLImageElement/resources/blue_rect.jpg: Added. 2010-12-21 Zhenyao Mo Reviewed by Kenneth Russell. WebGLRenderingContext needs to zero textures and renderbuffers https://bugs.webkit.org/show_bug.cgi?id=49355 * fast/canvas/webgl/uninitialized-test-expected.txt: Added. * fast/canvas/webgl/uninitialized-test.html: Added. 2010-12-21 Kenneth Russell Unreviewed test expectations update. Remove the following five expected text differences from the chromium-gpu test expectations file, because these tests are now passing in DumpRenderTree (and Chromium with --in-process-webgl --disable-accelerated-compositing): canvas/philip/tests/2d.shadow.transform.2.html canvas/philip/tests/2d.imageData.get.source.outside.html fast/canvas/canvas-scale-fillRect-shadow.html fast/canvas/canvas-scale-fillPath-shadow.html fast/canvas/canvas-scale-strokePath-shadow.html * platform/chromium-gpu/test_expectations.txt: 2010-12-21 Andy Estes Rebaseline test for r74427. * http/tests/local/formdata/send-form-data-with-sliced-file-expected.txt: Updated. 2010-12-21 Ariya Hidayat Reviewed by Simon Fraser. https://bugs.webkit.org/show_bug.cgi?id=49774 Need to scale translation values in matrix() by the zoom factor. * fast/transforms/matrix-with-zoom-expected.checksum: Added. * fast/transforms/matrix-with-zoom-expected.png: Added. * fast/transforms/matrix-with-zoom-expected.txt: Added. * fast/transforms/matrix-with-zoom.html: Added. 2010-12-21 Oliver Hunt Reviewed by Gavin Barraclough. ASSERTION FAILED: base->index() == m_codeBlock->argumentsRegister() while loading taobao.com https://bugs.webkit.org/show_bug.cgi?id=49006 Add new tests to cover the cases of a parameter named arguments being used. Also correct a couple of existing (incorrect) tests. * fast/js/arguments-expected.txt: * fast/js/script-tests/arguments.js: (argumentsVarUndefined): (argumentsConstUndefined): (shadowedArgumentsLength): (shadowedArgumentsCallee): (shadowedArgumentsIndex): 2010-12-21 Jian Li Reviewed by Darin Adler. Fix bug 51366: REGRESSION (r66452): Form data no longer contains 'Content-Type' header for files with unrecognized extensions https://bugs.webkit.org/show_bug.cgi?id=51366 * http/tests/local/formdata/form-data-with-unknown-file-extension-expected.txt: Added. * http/tests/local/formdata/form-data-with-unknown-file-extension.html: Added. * http/tests/local/resources/file.invalid: Added. 2010-12-21 Tony Gentilcore Unreviewed build fix. [chromium] Temporarily blacklist window security tests https://bugs.webkit.org/show_bug.cgi?id=51445 * platform/chromium/test_expectations.txt: 2010-12-21 Tony Gentilcore Unreviewed build fix. [chromium] Marking fast/canvas/shadow-offset-*.html flaky on mac debug https://bugs.webkit.org/show_bug.cgi?id=51409 * platform/chromium/test_expectations.txt: 2010-12-21 Tony Gentilcore Unreviewed build fix. Rebaseline fast/js/large-expressions.html https://bugs.webkit.org/show_bug.cgi?id=51404 * platform/chromium-mac/fast/js/large-expressions-expected.txt: * platform/chromium-win/fast/js/large-expressions-expected.txt: 2010-12-21 Sheriff Bot Unreviewed, rolling out r74402. http://trac.webkit.org/changeset/74402 https://bugs.webkit.org/show_bug.cgi?id=51402 This patch broke the Windows 7 Release Layout Tests (Requested by jessieberlin on #webkit). * fast/js/large-expressions-expected.txt: * fast/js/script-tests/large-expressions.js: 2010-12-21 Andrei Popescu Unreviewed build fix. Update the test expectations to mark these tests as timing out. [Chromium] inspector/console-dir-global.html and inspector/debugger-expand-scope.html are timing out on OSX https://bugs.webkit.org/show_bug.cgi?id=51398 * platform/chromium/test_expectations.txt: 2010-12-21 Andrei Popescu Unreviewed build fix. Rebaseline fast/js/large-expressions.html [v8] trunk/LayoutTests/fast/js/large-expressions.html fails since r74402 https://bugs.webkit.org/show_bug.cgi?id=51391 * platform/chromium-mac/fast/js/large-expressions-expected.txt: * platform/chromium-win/fast/js/large-expressions-expected.txt: * platform/chromium/test_expectations.txt: 2010-12-21 Andrei Popescu Unreviewed build fix. [v8] trunk/LayoutTests/fast/js/large-expressions-expected.txt fails since r74402 https://bugs.webkit.org/show_bug.cgi?id=51391 Udpate Chromium layout test expectations temporarily while we look for a fix for the above test. * platform/chromium/test_expectations.txt: 2010-12-21 Andrei Popescu Unreviewed build fix. [Chromium] media/audio-controls-rendering.html and fast/gradients/gradient-after-transparent-border.html need rebaselining https://bugs.webkit.org/show_bug.cgi?id=51388 * platform/chromium-linux/fast/gradients/gradient-after-transparent-border-expected.checksum: Added. * platform/chromium-linux/fast/gradients/gradient-after-transparent-border-expected.png: Added. * platform/chromium-linux/media/audio-controls-rendering-expected.checksum: * platform/chromium-linux/media/audio-controls-rendering-expected.png: * platform/chromium-mac/fast/gradients/gradient-after-transparent-border-expected.checksum: Added. * platform/chromium-mac/fast/gradients/gradient-after-transparent-border-expected.png: Added. * platform/chromium-win/media/audio-controls-rendering-expected.checksum: * platform/chromium-win/media/audio-controls-rendering-expected.png: 2010-12-20 Gavin Barraclough Reviewed by Oliver Hunt. Bug 26276 - Need a mechanism to determine stack extent Correctly measuring available stack increases the size of expression we can handle! * fast/js/large-expressions-expected.txt: * fast/js/script-tests/large-expressions.js: 2010-12-20 Yuzo Fujishima Reviewed by Eric Seidel. Fix for Bug 26183 - [@font-face] font-family descriptor with multiple names should be discarded https://bugs.webkit.org/show_bug.cgi?id=26183 * fast/css/font-face-font-family-descriptor-expected.txt: Added. * fast/css/font-face-font-family-descriptor.html: Added. * platform/win/css2.1/resources/Mac-compatible-font-fallback.css: (@font-face): Rewrote @font-face rules that specify multiple font families. 2010-12-20 Yuta Kitamura Unreviewed. Update Chromium test expectation for http/tests/inspector/console-websocket-error.html. * platform/chromium/test_expectations.txt: 2010-12-20 Yuta Kitamura Unreviewed. Update test expectations of http/tests/inspector/console-websocket-error.html on Mac, and add the test to GTK's Skipped list. * platform/gtk/Skipped: * platform/mac-leopard/http/tests/inspector/console-websocket-error-expected.txt: Copied from LayoutTests/platform/mac/http/tests/inspector/console-websocket-error-expected.txt. * platform/mac/http/tests/inspector/console-websocket-error-expected.txt: 2010-12-20 Yuta Kitamura Reviewed by Alexey Proskuryakov. WebSocket errors should be logged to console https://bugs.webkit.org/show_bug.cgi?id=40945 * http/tests/inspector/console-websocket-error.html: Added. * platform/mac/http/tests/inspector/console-websocket-error-expected.txt: Added. * platform/win/Skipped: Added console-websocket-error.html because HTTPS server is not supported on Windows yet. 2010-12-20 Sheriff Bot Unreviewed, rolling out r74349. http://trac.webkit.org/changeset/74349 https://bugs.webkit.org/show_bug.cgi?id=51372 We are going to do better than reverting the code. (Requested by tonikitoo on #webkit). * fast/repaint/no-caret-repaint-in-non-content-editable-element.html: 2010-12-20 Tony Gentilcore Unreviewed build fix. Fix line breaks in fast/gradients/gradient-after-transparent-border expectations https://bugs.webkit.org/show_bug.cgi?id=51375 * fast/gradients/gradient-after-transparent-border-expected.txt: 2010-12-20 Tony Gentilcore Unreviewed build fix. [chromium] Rebaseline inspector/console-dir-global and debugger-expand-scope https://bugs.webkit.org/show_bug.cgi?id=51373 * platform/chromium-win/inspector/console-dir-global-expected.txt: * platform/chromium-win/inspector/debugger-expand-scope-expected.txt: Added. 2010-12-17 MORITA Hajime Reviewed by James Robinson. https://bugs.webkit.org/show_bug.cgi?id=51240 [Chromium][Skia] Border with a color with alpha != 1 breaks webkit gradient on skia. * fast/gradients/gradient-after-transparent-border-expected.txt: Added. * fast/gradients/gradient-after-transparent-border.html: Added. * platform/chromium-win/fast/gradients/gradient-after-transparent-border-expected.checksum: Added. * platform/chromium-win/fast/gradients/gradient-after-transparent-border-expected.png: Added. 2010-12-20 Xiaomei Ji Reviewed by Dan Bernstein. Fix move left/right by character hang. https://bugs.webkit.org/show_bug.cgi?id=51344 * editing/selection/51344-expected.txt: Added. * editing/selection/51344.html: Added. 2010-12-20 Tony Gentilcore Unreviewed build fix. [chromium] Add baseline for table-before-child-add.html https://bugs.webkit.org/show_bug.cgi?id=51369 * platform/chromium-linux/fast/css-generated-content/table-before-child-add-expected.checksum: Added. * platform/chromium-linux/fast/css-generated-content/table-before-child-add-expected.png: Added. * platform/chromium-mac/fast/css-generated-content/table-before-child-add-expected.checksum: Added. * platform/chromium-mac/fast/css-generated-content/table-before-child-add-expected.png: Added. * platform/chromium-win/fast/css-generated-content/table-before-child-add-expected.checksum: Added. * platform/chromium-win/fast/css-generated-content/table-before-child-add-expected.png: Added. * platform/chromium-win/fast/css-generated-content/table-before-child-add-expected.txt: Added. 2010-12-20 Jian Li Reviewed by David Levin. Add lastModifiedDate attribute to File interface per File API spec https://bugs.webkit.org/show_bug.cgi?id=49895 * http/tests/local/fileapi/file-last-modified-expected.txt: Added. * http/tests/local/fileapi/file-last-modified.html: Added. * http/tests/local/fileapi/script-tests/file-last-modified.js: Added. * http/tests/resources/file-last-modified.php: Added. 2010-12-20 Oliver Hunt Reviewed by Geoffrey Garen. |delete name| in strict mode code should be an early error https://bugs.webkit.org/show_bug.cgi?id=50431 Add a test to ensure that |delete IDENTIFIER| is disallowed, even if IDENTIFIER resolves to a deletable property. * fast/js/basic-strict-mode-expected.txt: * fast/js/script-tests/basic-strict-mode.js: 2010-12-20 Andrei Popescu Reviewed by Jeremy Orlow. [Chromium] v8/SerializedScriptValue::readUint32 treats incoming raw values as signed instead of unsigned https://bugs.webkit.org/show_bug.cgi?id=51338 * fast/dom/Window/window-postmessage-args-expected.txt: * fast/dom/Window/window-postmessage-args.html: * platform/chromium-mac/fast/dom/Window/window-postmessage-args-expected.txt: * platform/chromium-win/fast/dom/Window/window-postmessage-args-expected.txt: 2010-12-20 Beth Dakin Reviewed by Ada Chan. Test for https://bugs.webkit.org/show_bug.cgi?id=51355 Crash in RenderMathMLSubSup::layout() because of null base -and corresponding- * mathml/empty-msubsup-crash-expected.txt: Added. * mathml/empty-msubsup-crash.html: Added. 2010-12-20 Enrica Casucci Reviewed by Darin Adler. Crash at WebCore::SplitElementCommand::SplitElementCommand https://bugs.webkit.org/show_bug.cgi?id=51278 * editing/execCommand/outdent-inline-blockquote-expected.txt: Added. * editing/execCommand/outdent-inline-blockquote.html: Added. * editing/execCommand/outdent-inline-list-expected.txt: Added. * editing/execCommand/outdent-inline-list.html: Added. 2010-12-20 Oliver Hunt Reviewed by Darin Adler. Need to support serialisation of cyclic graphs in the internal structured cloning algorithm https://bugs.webkit.org/show_bug.cgi?id=51353 Update test to cover correct behaviour, and extend to test for actual graph construction. * fast/dom/Window/window-postmessage-clone-expected.txt: * fast/dom/Window/window-postmessage-clone.html: 2010-12-20 Abhishek Arya Reviewed by James Robinson. Tests that beforeChild is added to table correctly. https://bugs.webkit.org/show_bug.cgi?id=50932 * fast/css-generated-content/table-before-child-add.html: Added. * platform/mac/fast/css-generated-content/table-before-child-add-expected.txt: Added. 2010-12-20 Cosmin Truta Reviewed by James Robinson. Even more rebaselining needed for new-run-webkit-tests update https://bugs.webkit.org/show_bug.cgi?id=51340 * http/tests/misc/webtiming-ssl-expected.txt: * storage/indexeddb/cursor-delete-expected.txt: * storage/indexeddb/cursor-index-delete-expected.txt: * storage/indexeddb/transaction-crash-on-abort-expected.txt: 2010-12-20 Andrey Kosyakov Unreviewed. Rebased platform-specific test expectations following default expectation change in r74234. * platform/mac-leopard/inspector/extensions-resources-expected.txt: 2010-12-19 Antonio Gomes Reviewed by Xan Lopez. no-caret-repaint-in-non-content-editable-element.html does not need to disable CaretBrowsing https://bugs.webkit.org/show_bug.cgi?id=51308 Patch removes the useless statement to disable caret browsing from no-caret-repaint-in-non-content-editable-element.html. Caret browsing gets toggled OFF before the execution of each test on the DRTs that support testing it (GTK+, Qt and Chromium). On Mac or Windows's DRT, testing this feature is unsupport, so caret browsing is also disabled by default. * fast/repaint/no-caret-repaint-in-non-content-editable-element.html: 2010-12-20 Yury Semikhatsky Unreviewed. Removed custom expectation for a passing test. * platform/chromium/test_expectations.txt: 2010-12-20 Alejandro G. Castro Unreviewed, added the proper expected result file. * platform/gtk/fast/text/emphasis-overlap-expected.txt: Added. * platform/gtk/fast/text/emphasis-overlap.html: Removed. 2010-12-20 Andrei Popescu Reviewed by Jeremy Orlow. IDBTransactionBackedImpl instances can be accidentally deleted during calls to abort/commit. https://bugs.webkit.org/show_bug.cgi?id=51112 * storage/indexeddb/transaction-crash-on-abort-expected.txt: Added. * storage/indexeddb/transaction-crash-on-abort.html: Added. 2010-12-20 Andrei Popescu Reviewed by Jeremy Orlow. IDBCursor::delete is not implemented. https://bugs.webkit.org/show_bug.cgi?id=51110 * storage/indexeddb/cursor-delete-expected.txt: Added. * storage/indexeddb/cursor-delete.html: Added. * storage/indexeddb/cursor-index-delete-expected.txt: Added. * storage/indexeddb/cursor-index-delete.html: Added. 2010-12-20 Yury Semikhatsky Unreviewed. Update Chromium test expectations. * platform/chromium/test_expectations.txt: 2010-12-20 Alejandro G. Castro Unreviewed expectation results update. Added also the tests failing due to the pixman rounding color issue to the same section of the skipped file: bug 49964. * platform/gtk/Skipped: * platform/gtk/fast/repaint/text-emphasis-h-expected.txt: Added. * platform/gtk/fast/repaint/text-emphasis-v-expected.txt: Added. * platform/gtk/fast/text/emphasis-overlap.html: Added. 2010-12-20 Xan Lopez [GTK] editing/selection/extend-by-character-003.html is flakey https://bugs.webkit.org/show_bug.cgi?id=51325 Skip flakey test. * platform/gtk/Skipped: 2010-12-20 Yury Semikhatsky Unreviewed. Update Chromium test expectations. * platform/chromium/test_expectations.txt: 2010-12-20 Csaba Osztrogonác Unreviewed. [Qt] fast/text/emphasis-overlap.html fails https://bugs.webkit.org/show_bug.cgi?id=51324 * platform/qt/Skipped: fast/text/emphasis-overlap.html added until fix. 2010-12-20 Csaba Osztrogonác Unreviewed. [Qt] Add platform specific expected result for new test introduced in r74321. * platform/qt/fast/parser/xml-colon-entity-expected.txt: Copied from LayoutTests/fast/parser/xml-colon-entity-expected.txt. 2010-12-20 Csaba Osztrogonác Unreviewed. Add new tests to the Skipped list, because of missing layoutTestController.testRepaint() * platform/qt/Skipped: - fast/repaint/text-emphasis-h.html added - fast/repaint/text-emphasis-v.html added 2010-12-19 Benjamin Kalman Reviewed by Antonio Gomes. [chromium] editing/selection/extend-selection-home-end.html should have one expected result https://bugs.webkit.org/show_bug.cgi?id=49873 Change 100px to 5em in editing/selection/extend-selection-home-end.html so that chromium results are the same as the non-chromium results. * editing/selection/resources/extend-selection.js: Change 100px to 5em. * platform/chromium-win/editing/selection/extend-selection-home-end-expected.txt: Removed. 2010-12-19 Helder Correia Reviewed by Ariya Hidayat. [Qt] Blur distance should not be affected by transformations https://bugs.webkit.org/show_bug.cgi?id=51161 From the spec at http://dev.w3.org/html5/2dcontext/#dom-context-2d-shadowblur: "The shadowBlur attribute specifies the level of the blurring effect. (The units do not map to coordinate space units, and are not affected by the current transformation matrix.)" Add test to ensure that the blur radius is not affected by the CTM. * fast/canvas/canvas-scale-shadowBlur-expected.txt: Added. * fast/canvas/canvas-scale-shadowBlur.html: Added. * fast/canvas/canvas-scale-strokePath-shadow-expected.txt: Increase shadowBlur and test tolerance to ease testing and support the different blurring algorithms. * fast/canvas/script-tests/canvas-scale-shadowBlur.js: Added. * fast/canvas/script-tests/canvas-scale-strokePath-shadow.js: 2010-12-19 Dan Bernstein Reviewed by Cameron Zwarich. Text emphasis marks are not repainted correctly in flipped writing modes https://bugs.webkit.org/show_bug.cgi?id=51307 * fast/repaint/text-emphasis-h-expected.checksum: Added. * fast/repaint/text-emphasis-h-expected.png: Added. * fast/repaint/text-emphasis-h-expected.txt: Added. * fast/repaint/text-emphasis-h.html: Added. * fast/repaint/text-emphasis-v-expected.checksum: Added. * fast/repaint/text-emphasis-v-expected.png: Added. * fast/repaint/text-emphasis-v-expected.txt: Added. * fast/repaint/text-emphasis-v.html: Added. 2010-12-18 Tom Sepez Reviewed by David Levin. https://bugs.webkit.org/show_bug.cgi?id=51055 Fix a null de-reference when an XML file contains a malformed entity of the form "&:;". * fast/parser/resources/xml-colon-entity.xml: Added. * fast/parser/xml-colon-entity-expected.txt: Added. * fast/parser/xml-colon-entity.html: Added. 2010-12-18 Dan Bernstein Reviewed by Cameron Zwarich. Text emphasis marks are not always included in the selection highlight https://bugs.webkit.org/show_bug.cgi?id=51299 * platform/mac/fast/text/emphasis-expected.checksum: * platform/mac/fast/text/emphasis-expected.png: 2010-12-18 Dan Bernstein Reviewed by Cameron Zwarich. In flipped writing modes, opposite text emphasis marks from adjacent lines overlap https://bugs.webkit.org/show_bug.cgi?id=51298 * fast/text/emphasis-overlap-expected.checksum: Added. * fast/text/emphasis-overlap-expected.png: Added. * fast/text/emphasis-overlap-expected.txt: Added. * fast/text/emphasis-overlap.html: Added. 2010-12-18 Helder Correia and Martin Robinson Reviewed by Ariya Hidayat. [Qt] Canvas shadow offset should not be affected by any transformation https://bugs.webkit.org/show_bug.cgi?id=50422 On a canvas context, shadows are currently affected by all transformations except scaling. According to the spec: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#shadows "The shadowOffsetX and shadowOffsetY attributes specify the distance that the shadow will be offset in the positive horizontal and positive vertical distance respectively. Their values are in coordinate space units. They are not affected by the current transformation matrix." NOTE: this applies only to canvas, not to box shadows. Add new test to ensure that shadows are correctly transformed keeping the relative offset to the shape. * fast/canvas/canvas-scale-strokePath-shadow-expected.txt: See strokePath below. * fast/canvas/canvas-transforms-fillRect-shadow-expected.txt: Added. * fast/canvas/canvas-transforms-fillRect-shadow.html: Added. * fast/canvas/script-tests/canvas-scale-fillPath-shadow.js: * fast/canvas/script-tests/canvas-scale-fillRect-shadow.js: * fast/canvas/script-tests/canvas-scale-strokePath-shadow.js: Now using a lineWidth > 1 to make it easier to test and more fair among all ports, since there can be different transformation smoothness or aliasing settings. * fast/canvas/script-tests/canvas-transforms-fillRect-shadow.js: Added. * platform/gtk/Skipped: GTK port needs to implement this feature. * platform/gtk/fast/canvas/canvas-scale-fillPath-shadow-expected.txt: Removed. * platform/gtk/fast/canvas/canvas-scale-fillRect-shadow-expected.txt: Removed. * platform/gtk/fast/canvas/canvas-scale-strokePath-shadow-expected.txt: Removed. 2010-12-18 Tony Gentilcore Reviewed by Laszlo Gombos. [Web Timing] Rename domContentLoaded{Start,End}->domContentLoadedEvent{Start,End} https://bugs.webkit.org/show_bug.cgi?id=50943 * fast/dom/Window/window-properties-performance-expected.txt: * fast/dom/script-tests/webtiming.js: (checkTimingBeforeLoad): (checkTimingWhileDeferred): (checkWebTimingOnDOMContentLoaded): (checkWebTimingWhileAsync): (checkWebTimingOnLoad): (checkWebTimingAfterLoad): * fast/dom/webtiming-document-open-expected.txt: * fast/dom/webtiming-expected.txt: * fast/dom/webtiming-navigate-within-document-expected.txt: 2010-12-17 Tony Gentilcore Unreviewed. [chromium] Mark fast/text/emphasis* failing https://bugs.webkit.org/show_bug.cgi?id=51288 They have square characters that appear broken. * platform/chromium/test_expectations.txt: 2010-12-17 Tony Gentilcore Unreviewed fix. Fix JS syntax to avoid V8 error message https://bugs.webkit.org/show_bug.cgi?id=51287 * transitions/interrupted-accelerated-transition.html: 2010-12-17 Michael Saboff Reviewed by Oliver Hunt. RegExp Jit'ed expression crashes clicking link on yelp.com https://bugs.webkit.org/show_bug.cgi?id=51284 New tests to validate changes made in regex JIT. * fast/regex/parentheses-expected.txt: * fast/regex/script-tests/parentheses.js: 2010-12-17 Jessie Berlin Add expected results for Windows XP to get the bot green for http://trac.webkit.org/changeset/74281. Unreviewed. * platform/win-xp/fast/text/emphasis-expected.txt: Added. * platform/win-xp/fast/text/emphasis-vertical-expected.txt: Added. 2010-12-17 Oliver Hunt Reviewed by Gavin Barraclough. Incorrect encoding of some constants in ARMv7 JIT https://bugs.webkit.org/show_bug.cgi?id=51273 Add a few tests for different byte patterns in immediates. * fast/js/constant-encoding-expected.txt: Added. * fast/js/constant-encoding.html: Added. * fast/js/script-tests/constant-encoding.js: Added. 2010-12-17 Jessie Berlin Rubber-stamped by Dan Bernstein. Add Windows-specific expected results for the the tests added in http://trac.webkit.org/changeset/74281. * platform/win/fast/text/emphasis-expected.checksum: Added. * platform/win/fast/text/emphasis-expected.png: Added. * platform/win/fast/text/emphasis-expected.txt: Added. * platform/win/fast/text/emphasis-vertical-expected.checksum: Added. * platform/win/fast/text/emphasis-vertical-expected.png: Added. * platform/win/fast/text/emphasis-vertical-expected.txt: Added. 2010-12-17 Simon Fraser Change this test to use the pause API by testing the individual properties, rather than the compound property. * transitions/mask-transitions-expected.txt: Removed. * transitions/mask-transitions.html: 2010-12-17 Simon Fraser Reviewed by Chris Marrin. Interrupted accelerated animation can break later transitions https://bugs.webkit.org/show_bug.cgi?id=51264 Testcase that starts an accelerated transition, then navigates to a new page that tries to run an opacity transition. * transitions/interrupted-accelerated-transition-expected.txt: Added. * transitions/interrupted-accelerated-transition.html: Added. * transitions/resources/interrupted-accelerated-transition-final.html: Added. 2010-12-17 Dan Bernstein Reviewed by Dave Hyatt. Support the CSS3 text-emphasis property https://bugs.webkit.org/show_bug.cgi?id=48539 * fast/text/emphasis-vertical.html: Added. * fast/text/emphasis.html: Added. * platform/mac/fast/text/emphasis-expected.checksum: Added. * platform/mac/fast/text/emphasis-expected.png: Added. * platform/mac/fast/text/emphasis-expected.txt: Added. * platform/mac/fast/text/emphasis-vertical-expected.checksum: Added. * platform/mac/fast/text/emphasis-vertical-expected.png: Added. * platform/mac/fast/text/emphasis-vertical-expected.txt: Added. 2010-12-17 Antonio Gomes Unreviewed fix for Windows bots. r74270 removed the windows specific result for extend-selection-home-end.html since it was matching the cross platform expectation result. However, when there is not win specific test result but there is a mac one for the same test, the later is picked before the cross platform one. * platform/win/editing/selection/extend-selection-home-end-expected.txt: Added. 2010-12-17 Ryosuke Niwa Reviewed by Antonio Gomes. editing/execCommand/toggle-compound-styles-expected should use LayoutTestController::setEditingBehavior https://bugs.webkit.org/show_bug.cgi?id=51261 Modified the test to run each test case using each editing behavior, eliminating the need for platform-specific expected results. * editing/execCommand/script-tests/toggle-compound-styles.js: (testSingleToggle): * platform/gtk/editing/execCommand/toggle-compound-styles-expected.txt: Removed. * platform/mac/editing/execCommand/toggle-compound-styles-expected.txt: Removed. * platform/qt/editing/execCommand/toggle-compound-styles-expected.txt: Removed. * platform/win/editing/execCommand/toggle-compound-styles-expected.txt: Removed. 2010-12-17 Antonio Gomes Unreviewed expectation result update. editing/execCommand/toggle-compound-styles.html needs new expected results after r74269. Default editing behavior of GTK+ DRT was changed from Mac to Unix, and this test is wrongly going through platform specific editing behavior code path without making calls to LayoutTestController::setEditingBehavior. Filed bug 51261 for the proper fix. * platform/gtk/editing/execCommand/toggle-compound-styles-expected.txt: 2010-12-05 Antonio Gomes Reviewed by Ariya Hidayat. [Qt] Fix caret browsing navigation mode https://bugs.webkit.org/show_bug.cgi?id=50536 /platform/gtk/editing/selection/caret-mode-paragraph-keys-navigation.html is one of the few tests actually tests the caret browsing feature. Patch makes the test not Gtk+ specific, and Qt now passes on it. * editing/selection/caret-mode-paragraph-keys-navigation-expected.txt: Renamed from LayoutTests/platform/gtk/editing/selection/caret-mode-paragraph-keys-navigation-expected.txt. * editing/selection/caret-mode-paragraph-keys-navigation.html: Renamed from LayoutTests/platform/gtk/editing/selection/caret-mode-paragraph-keys-navigation.html. * fast/events/multiline-link-arrow-navigation.html: 2010-12-16 Antonio Gomes Reviewed by Martin Robinson. Settings::editingBehaviorType() incorrectly returns mac for the gtk build when running tests https://bugs.webkit.org/show_bug.cgi?id=51163 Removed platform specific expected result files for gtk and windows for editing/selection/extend-selection-home-end.html, since they all match the cross platform result file. Note: chromium-win and mac still have their own expected file each. * platform/gtk/editing/selection/extend-selection-home-end-expected.txt: Removed. * platform/win/editing/selection/extend-selection-home-end-expected.txt: Removed. 2010-12-17 Yury Semikhatsky Unreviewed. Remove custom expectations for fast/js/regexp-ranges-and-escaped-hyphens.html * platform/chromium/test_expectations.txt: 2010-12-17 Hans Wennborg Reviewed by Jeremy Orlow. IndexedDB: Support Date objects as keys. https://bugs.webkit.org/show_bug.cgi?id=51193 Update layout tests to check that having Date objects as keys work. * storage/indexeddb/objectstore-basics-expected.txt: * storage/indexeddb/objectstore-basics.html: 2010-12-17 Sergio Villar Senin Unreviewed, tests were skipped due to a bug in libsoup https://bugzilla.gnome.org/show_bug.cgi?id=631679. Now that it was fixed we can safely unskip them again. [GTK] Failing http/tests/xmlhttprequest tests https://bugs.webkit.org/show_bug.cgi?id=30582 * platform/gtk/Skipped: 2010-12-17 Kent Tamura Unreviewed, test expectation update. * platform/chromium/test_expectations.txt: Collect and correct failures about vertical writing. 2010-12-17 Csaba Osztrogonác Unreviewed. [Qt] Web Timing related bugs https://bugs.webkit.org/show_bug.cgi?id=51245 * platform/qt/Skipped: http/tests/misc/webtiming-ssl.php added until fix. 2010-12-17 Yury Semikhatsky Unreviewed. Update Chromium test expectations. * platform/chromium/test_expectations.txt: 2010-12-17 Sergio Villar Senin Unreviewed, skipping a failing test in the bots. [GTK] fast/dom/global-constructors.html failing on bots https://bugs.webkit.org/show_bug.cgi?id=51242 * platform/gtk/Skipped: 2010-12-17 Yury Semikhatsky Unreviewed. Fix typo in Chromium test expectations. * platform/chromium/test_expectations.txt: 2010-12-17 James Simonsen Reviewed by Darin Fisher. [Web Timing] Add sslHandshakeStart to interface https://bugs.webkit.org/show_bug.cgi?id=50400 * fast/dom/Window/window-properties-performance-expected.txt: Added sslHandshakeStart. * fast/dom/script-tests/webtiming.js: Ditto. (checkTimingBeforeLoad): (checkTimingWhileDeferred): (checkWebTimingOnDOMContentLoaded): (checkWebTimingWhileAsync): (checkWebTimingOnLoad): (checkWebTimingAfterLoad): * fast/dom/webtiming-document-open-expected.txt: Ditto. * fast/dom/webtiming-expected.txt: Ditto. * fast/dom/webtiming-navigate-within-document-expected.txt: Ditto. * http/tests/misc/resources/webtiming-ssl.html: Added. * http/tests/misc/webtiming-ssl-expected.txt: Added. * http/tests/misc/webtiming-ssl.php: Added. * platform/gtk/Skipped: WebTiming disabled here. * platform/mac/Skipped: Ditto. * platform/win/Skipped: Ditto. 2010-12-17 James Simonsen Reviewed by Darin Fisher. [Web Timing] Navigation type enums should begin with TYPE_ https://bugs.webkit.org/show_bug.cgi?id=51200 * fast/dom/Window/window-properties-performance-expected.txt: Added TYPE_ to navigation types and added TYPE_RESERVED. 2010-12-17 Andrey Kosyakov Unreviewed test fix: removed real user agent from test expectations. * http/tests/inspector/extensions-headers-expected.txt: * http/tests/inspector/extensions-headers.html: 2010-12-17 Andrey Kosyakov Unreviewed. Clean up extra headers set in test to avoid side effects on other tests. * http/tests/inspector/extensions-headers-expected.txt: * http/tests/inspector/extensions-headers.html: 2010-12-17 Eric Seidel Unreviewed, rolling out r74229. http://trac.webkit.org/changeset/74229 https://bugs.webkit.org/show_bug.cgi?id=50536 Broken on Snow Leopard and possibly other platforms * platform/gtk/editing/selection/caret-mode-paragraph-keys-navigation-expected.txt: Renamed from LayoutTests/editing/selection/caret-mode-paragraph-keys-navigation-expected.txt. * platform/gtk/editing/selection/caret-mode-paragraph-keys-navigation.html: Renamed from LayoutTests/editing/selection/caret-mode-paragraph-keys-navigation.html. * platform/mac/Skipped: * platform/win/Skipped: 2010-12-15 Andrey Kosyakov Reviewed by Pavel Feldman. Web Inspector: [Extension API] add support for adding/overriding HTTP request headers Moved extensions test frameworks under http/tests/inspector, so HTTP tests may reuse it. https://bugs.webkit.org/show_bug.cgi?id=50493 * http/tests/inspector/extensions-headers-expected.txt: Added. * http/tests/inspector/extensions-headers.html: Added. * http/tests/inspector/extensions-test.js: Renamed from LayoutTests/inspector/extensions-test.js. (log): (extensionFunctions): (initialize_ExtensionsTest.InspectorTest.dispatchOnMessage): (initialize_ExtensionsTest.InspectorTest.runExtensionTests): (initialize_ExtensionsTest.extensionOutput): (initialize_ExtensionsTest.dumpSidebarContent): (initialize_ExtensionsTest.reloadPage): (test): * http/tests/inspector/resources/echo-headers.php: Added. * http/tests/inspector/resources/extension-main.html: Renamed from LayoutTests/inspector/resources/extension-main.html. * http/tests/inspector/resources/extension-main.js: Renamed from LayoutTests/inspector/resources/extension-main.js. (fetchTests.callback): (fetchTests): (runTests): (onTestsDone): (dispatchOnFrontend.callbackWrapper): (dispatchOnFrontend): (callbackAndNextTest.callbackWrapper): (callbackAndNextTest): * http/tests/inspector/resources/extension-panel.html: Renamed from LayoutTests/inspector/resources/extension-panel.html. * http/tests/inspector/resources/extension-sidebar.html: Renamed from LayoutTests/inspector/resources/extension-sidebar.html. * inspector/extensions-api-expected.txt: * inspector/extensions-api.html: * inspector/extensions-audits-api.html: * inspector/extensions-audits.html: * inspector/extensions-eval.html: * inspector/extensions-events.html: * inspector/extensions-resources-expected.txt: * inspector/extensions-resources.html: * inspector/extensions.html: * platform/chromium/test_expectations.txt: 2010-12-16 Kent Tamura Unreviewed, test expectation update. Update Chromium-Linux results changed by r74232. https://bugs.webkit.org/show_bug.cgi?id=50365 * platform/chromium-linux/fast/blockflow/japanese-rl-text-with-broken-font-expected.checksum: * platform/chromium-linux/fast/blockflow/japanese-rl-text-with-broken-font-expected.png: * platform/chromium-linux/fast/blockflow/japanese-ruby-vertical-lr-expected.checksum: * platform/chromium-linux/fast/blockflow/japanese-ruby-vertical-lr-expected.png: * platform/chromium-linux/fast/blockflow/japanese-ruby-vertical-rl-expected.checksum: * platform/chromium-linux/fast/blockflow/japanese-ruby-vertical-rl-expected.png: * platform/chromium-linux/fast/blockflow/vertical-align-table-baseline-expected.checksum: * platform/chromium-linux/fast/blockflow/vertical-align-table-baseline-expected.png: * platform/chromium-linux/fast/blockflow/vertical-baseline-alignment-expected.checksum: * platform/chromium-linux/fast/blockflow/vertical-baseline-alignment-expected.png: 2010-12-16 Kent Tamura Unreviewed, test expectation update. * platform/chromium/test_expectations.txt: Remove SLOW for fail-on-update-2.html. 2010-12-16 Benjamin Kalman Reviewed by Ojan Vafai. Update BUG comment in test expectations files https://bugs.webkit.org/show_bug.cgi?id=51216 Change the BUG[0-9]+ description to BUG(CR|WK|V8_)[0-9]+ where necessary. * platform/chromium/test_expectations.txt: * platform/mac/test_expectations.txt: * platform/qt/test_expectations.txt: 2010-12-05 Antonio Gomes Reviewed by Ariya Hidayat. [Qt] Fix caret browsing navigation mode https://bugs.webkit.org/show_bug.cgi?id=50536 /platform/gtk/editing/selection/caret-mode-paragraph-keys-navigation.html is one of the few tests actually tests the caret browsing feature. Patch makes the test not Gtk+ specific, and Qt now passes on it. * editing/selection/caret-mode-paragraph-keys-navigation-expected.txt: Renamed from LayoutTests/platform/gtk/editing/selection/caret-mode-paragraph-keys-navigation-expected.txt. * editing/selection/caret-mode-paragraph-keys-navigation.html: Renamed from LayoutTests/platform/gtk/editing/selection/caret-mode-paragraph-keys-navigation.html. * fast/events/multiline-link-arrow-navigation.html: 2010-12-16 Yong Li Reviewed by Alexey Proskuryakov. https://bugs.webkit.org/show_bug.cgi?id=51199 Add decoding tests for UTF-16 LE/BE and their variants. Also, check the full decoded text but not only the first one. * fast/encoding/char-decoding.html: * fast/encoding/char-decoding-expected.txt: * fast/encoding/resources/char-decoding-utils.js: 2010-12-16 Jian Li Unreviewed. Updated chromium test expectations to mark http/tests/appcache/fail-on-update-2.html as flaky with TIMEOUT. * platform/chromium/test_expectations.txt: 2010-12-16 Xan Lopez [GTK] fast/dom/gc-11.html fails in 64bit debug bot https://bugs.webkit.org/show_bug.cgi?id=51213 * platform/gtk/Skipped: 2010-12-16 Ryosuke Niwa Reviewed by Darin Adler. execCommand('JustifyCenter') adds extra BR https://bugs.webkit.org/show_bug.cgi?id=51082 Added a test to ensure WebKit executes Justify* properly. In particular, this test ensures WebKit does not erroneously add a BR at the end of each block. * editing/execCommand/justify-expected.txt: Added. * editing/execCommand/justify.html: Added. 2010-12-16 Jian Li Unreviewed. Updated chromium test expectations. * platform/chromium/test_expectations.txt: 2010-12-16 Mihai Parparita Unreviewed. Remove Chromium platform/chromium/accessibility expectations, that directory doesn't exist anymore as of r74039. * platform/chromium/test_expectations.txt: 2010-12-16 Cosmin Truta Reviewed by Adam Roben. More rebaselining needed for new-run-webkit-tests update https://bugs.webkit.org/show_bug.cgi?id=51147 Some cases were missed while rebaselining in bug 51018. * platform/chromium-mac/editing/execCommand/outdent-blockquote-test2-expected.txt: * platform/chromium-mac/editing/pasteboard/copy-standalone-image-expected.txt: * platform/chromium-mac/http/tests/misc/authentication-sent-to-redirect-expected.txt: * platform/chromium-mac/http/tests/security/cross-frame-access-get-override-expected.txt: * platform/chromium-mac/svg/custom/use-invalid-style-expected.txt: * platform/chromium-win/http/tests/misc/authentication-sent-to-redirect-expected.txt: * platform/chromium-win/platform/win/plugins/get-value-netscape-window-expected.txt: * platform/chromium/plugins/document-open-expected.txt: Added. * plugins/document-open-expected.txt: Rolled out change from r74097. 2010-12-16 Ryosuke Niwa Reviewed by Darin Adler. execCommand('styleWithCSS') is ignored when selection isn't inside a contenteditable area https://bugs.webkit.org/show_bug.cgi?id=51164 Added a test to ensure WebKit accepts StyleWithCSS command even if the current selection isn't inside a contenteditable region. * editing/style/stylewithcss-without-selection-expected.txt: Added. * editing/style/stylewithcss-without-selection.html: Added. 2010-12-16 Andrew Scherkus Unreviewed. Updating Chromium media test expectations. * platform/chromium-mac/media/audio-constructor-expected.txt: Removed. * platform/chromium-mac/media/audio-constructor-preload-expected.txt: Removed. * platform/chromium-mac/media/audio-constructor-src-expected.txt: Removed. * platform/chromium-mac/media/media-load-event-expected.txt: Removed. * platform/chromium-win/media/audio-constructor-expected.txt: Removed. * platform/chromium-win/media/audio-constructor-preload-expected.txt: Removed. * platform/chromium-win/media/audio-constructor-src-expected.txt: Removed. * platform/chromium-win/media/media-load-event-expected.txt: Removed. * platform/chromium/test_expectations.txt: 2010-12-16 Yury Semikhatsky Unreviewed. Update Chromium test expectations for svg/repaint/filter-repaint.svg * platform/chromium-mac/svg/repaint/filter-repaint-expected.checksum: Added. * platform/chromium-mac/svg/repaint/filter-repaint-expected.png: Added. 2010-12-16 Sheriff Bot Unreviewed, rolling out r74162. http://trac.webkit.org/changeset/74162 https://bugs.webkit.org/show_bug.cgi?id=51185 More breakage in GTK+ (Requested by xan_ on #webkit). * fast/encoding/char-decoding-expected.txt: * fast/encoding/char-decoding.html: * fast/encoding/resources/char-decoding-utils.js: (decode): 2010-12-16 Alexander Pavlov Reviewed by Pavel Feldman. Web Inspector: Up/Down/PageUp/PageDown on a CSS property numeric value commit the value editor https://bugs.webkit.org/show_bug.cgi?id=51114 * inspector/styles-add-blank-property-expected.txt: * inspector/styles-add-blank-property.html: 2010-12-16 Yury Semikhatsky Unreviewed. Update Chromium test expectations. * platform/chromium/test_expectations.txt: 2010-12-16 Yury Semikhatsky Unreviewed. Update Chromium test expectations. * platform/chromium-linux/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum: * platform/chromium-linux/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png: * platform/chromium-linux/svg/filters/feComposite-expected.checksum: * platform/chromium-linux/svg/filters/feComposite-expected.png: * platform/chromium-mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum: Added. * platform/chromium-mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png: Added. * platform/chromium-mac/svg/filters/feComposite-expected.checksum: Added. * platform/chromium-mac/svg/filters/feComposite-expected.png: Added. * platform/chromium-win/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum: * platform/chromium-win/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png: * platform/chromium-win/svg/filters/feComposite-expected.checksum: * platform/chromium-win/svg/filters/feComposite-expected.png: * platform/chromium/test_expectations.txt: 2010-12-16 Yury Semikhatsky Unreviewed. Update Chromium test expectations to match changes made in r74177. * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.checksum: * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.checksum: * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.checksum: * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.checksum: * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.checksum: * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.checksum: * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.checksum: * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.checksum: * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.checksum: * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.checksum: * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.checksum: * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.checksum: * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.checksum: * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.checksum: * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.checksum: * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.checksum: * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.checksum: * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.checksum: * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.checksum: * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.checksum: * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.checksum: * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.checksum: * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.checksum: * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.checksum: * platform/chromium-mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.checksum: * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.checksum: * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.checksum: * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.checksum: * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.checksum: * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.checksum: * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.checksum: * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.checksum: * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.checksum: * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.checksum: * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.checksum: * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.checksum: * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png: 2010-12-16 Zoltan Herczeg Reviewed by Dirk Schulze. Improve feArithmeticFilter https://bugs.webkit.org/show_bug.cgi?id=51105 No visible changes. * platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.checksum: * platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png: * platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.checksum: * platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png: * platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.checksum: * platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png: * platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.checksum: * platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png: * platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.checksum: * platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png: * platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.checksum: * platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png: * platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.checksum: * platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png: * platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.checksum: * platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png: * platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.checksum: * platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png: * platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.checksum: * platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png: * platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.checksum: * platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png: * platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.checksum: * platform/mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png: 2010-12-15 Yury Semikhatsky Unreviewed. Update Chromium test expectations. * platform/chromium-gpu/test_expectations.txt: * platform/chromium/test_expectations.txt: 2010-12-15 Brian Weinstein Rebaseline Windows XP results after r73993. Windows 7 results were landed in r73998, but some XP rebaselines were needed as well. * platform/win-xp/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt: Added. * platform/win-xp/fast/text/international/bold-bengali-expected.txt: * platform/win-xp/fast/text/international/complex-character-based-fallback-expected.txt: * platform/win-xp/transforms/2d/hindi-rotated-expected.txt: 2010-12-15 Yong Li Reviewed by Darin Adler. https://bugs.webkit.org/show_bug.cgi?id=51035 Add tests for UTF-16 BE/LE and their variants. Also, check the full decoded text but not only the first one. * fast/encoding/char-decoding.html: * fast/encoding/char-decoding-expected.txt: * fast/encoding/resources/char-decoding-utils.js: 2010-12-15 Mihai Parparita Reviewed by Eric Seidel. fast/parser/remove-block-in-residual-style.html does not need pixel output https://bugs.webkit.org/show_bug.cgi?id=51120 fast/parser/remove-block-in-residual-style.html just checks that we don't crash, it doesn't need pixel output. (noticed while doing Snow Leopard rebaselines) * fast/parser/remove-block-in-residual-style-expected.txt: Added. * fast/parser/remove-block-in-residual-style.html: * platform/chromium-linux/fast/parser/remove-block-in-residual-style-expected.checksum: Removed. * platform/chromium-linux/fast/parser/remove-block-in-residual-style-expected.png: Removed. * platform/chromium-mac/fast/parser/remove-block-in-residual-style-expected.checksum: Removed. * platform/chromium-mac/fast/parser/remove-block-in-residual-style-expected.png: Removed. * platform/chromium-win/fast/parser/remove-block-in-residual-style-expected.checksum: Removed. * platform/chromium-win/fast/parser/remove-block-in-residual-style-expected.png: Removed. * platform/chromium-win/fast/parser/remove-block-in-residual-style-expected.txt: Removed. * platform/gtk/Skipped: * platform/mac/fast/parser/remove-block-in-residual-style-expected.checksum: Removed. * platform/mac/fast/parser/remove-block-in-residual-style-expected.png: Removed. * platform/mac/fast/parser/remove-block-in-residual-style-expected.txt: Removed. * platform/qt/Skipped: * platform/qt/fast/parser/remove-block-in-residual-style-expected.txt: Removed. 2010-12-15 Simon Fraser Reviewed by Chris Marrin. Percentage Z values in 3d transform functions and transform-origin should cause the property to be invalid https://bugs.webkit.org/show_bug.cgi?id=51070 Testcase for various 3d transform values. * transforms/2d/resources/transform-test-utils.js: (compareMatrices): Use early return, enhance to deal with matrix3d(), and avoid evaluating the regular expressions twice. * transforms/3d/general/3dtransform-values-expected.txt: Added. * transforms/3d/general/3dtransform-values.html: Added. 2010-12-15 Simon Fraser Reviewed by Chris Marrin. Reflection does not render properly when -webkit-transform is toggled, untoggled, and retoggled https://bugs.webkit.org/show_bug.cgi?id=50967 Testcase for toggled reflection on transformed element. * compositing/reflections/remove-add-reflection-expected.checksum: Added. * compositing/reflections/remove-add-reflection-expected.png: Added. * compositing/reflections/remove-add-reflection-expected.txt: Added. * compositing/reflections/remove-add-reflection.html: Added. 2010-12-15 Kenji Imasaki Reviewed by David Levin. Skip tests for unimplmented media features (aspect ratio video, full screen, reverse-playback, video-preloading, context menu). will enable these tests once these features are implemented. https://bugs.webkit.org/show_bug.cgi?id=51085 * platform/chromium/test_expectations.txt: 2010-12-15 Yong Li Reviewed by Darin Adler. Reproduce stack overflow when there are too many sibling inline boxes. https://bugs.webkit.org/show_bug.cgi?id=48255 * fast/overflow/lots-of-sibling-inline-boxes.html: Added. 2010-12-15 Jian Li Unreviewed. Updated chromium test_expectations to skip a test that causes DRT to crash in dbg mode. * platform/chromium/test_expectations.txt: 2010-12-15 Jian Li Unreviewed. Mark a failed test in chromium test expectations. * platform/chromium/test_expectations.txt: 2010-12-15 Pavel Podivilov Unreviewed, build fix for r74119. Fix debugger tests. * http/tests/inspector/debugger-test2.js: (initialize_DebuggerTest.InspectorTest.captureStackTrace): 2010-12-15 Anton Muhin Unreviewed. Removing another two suppressions for CSS entities garbage collection. * platform/chromium/test_expectations.txt: 2010-12-15 Anton Muhin Unreviewed. Adjusting v8-dependent test expectations. * platform/chromium/test_expectations.txt: 2010-12-15 Yury Semikhatsky Unreviewed. Update Chromium test expectations. * platform/chromium/test_expectations.txt: 2010-12-15 Yury Semikhatsky Unreviewed. Update Chromium test expectations. * platform/chromium-mac/storage/private-browsing-noread-nowrite-expected.txt: Removed. * platform/chromium-win/storage/private-browsing-noread-nowrite-expected.txt: Removed. * platform/chromium/test_expectations.txt: test private-browsing-readonly.html was renamed into private-browsing-noread-nowrite.html in r74093, changing expecations accrodingly. 2010-12-15 Jarred Nicholls Reviewed by Andreas Kling. [Qt] Implement the File API spec https://bugs.webkit.org/show_bug.cgi?id=49839 * platform/qt/fast/dom/Window/window-properties-expected.txt: * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: * platform/qt/fast/dom/prototype-inheritance-expected.txt: * platform/qt/fast/js/global-constructors-expected.txt: 2010-12-15 Yury Semikhatsky Unreviewed. Rebaseline Chromium tests. * platform/chromium-linux/fast/blockflow/japanese-rl-text-with-broken-font-expected.txt: Added. * platform/chromium-linux/fast/box-shadow/inset-expected.checksum: * platform/chromium-linux/fast/box-shadow/inset-expected.png: * platform/chromium-linux/fast/css/focus-ring-detached-expected.checksum: Added. * platform/chromium-linux/fast/css/focus-ring-detached-expected.png: Added. * platform/chromium-linux/fast/css/focus-ring-multiline-expected.checksum: Added. * platform/chromium-linux/fast/css/focus-ring-multiline-expected.png: Added. * platform/chromium-mac/fast/css/focus-ring-detached-expected.checksum: Added. * platform/chromium-mac/fast/css/focus-ring-detached-expected.png: Added. * platform/chromium-mac/fast/css/focus-ring-multiline-expected.checksum: Added. * platform/chromium-mac/fast/css/focus-ring-multiline-expected.png: Added. * platform/chromium-win/fast/css/focus-ring-detached-expected.checksum: * platform/chromium-win/fast/css/focus-ring-detached-expected.png: * platform/chromium-win/fast/css/focus-ring-detached-expected.txt: * platform/chromium-win/fast/css/focus-ring-multiline-expected.checksum: * platform/chromium-win/fast/css/focus-ring-multiline-expected.png: * platform/chromium-win/fast/css/focus-ring-multiline-expected.txt: * platform/chromium/test_expectations.txt: 2010-12-15 Yury Semikhatsky Unreviewed. Mark fast/dom/global-constructors.html as flaky on Chromium. * platform/chromium/test_expectations.txt: 2010-12-15 Sergio Villar Senin Unreviewed, skipping failing tests in the bots. [GTK] HTTP tests failing/crashing in the bots https://bugs.webkit.org/show_bug.cgi?id=51104 * platform/gtk/Skipped: 2010-12-15 Yury Semikhatsky Unreviewed. Mark one more compositing test as timing out on chromium-gpu. * platform/chromium-gpu/test_expectations.txt: 2010-12-15 Yury Semikhatsky Unreviewed. Rebaseline Chromium test expectations. * platform/chromium-linux/fast/blockflow/box-shadow-horizontal-bt-expected.checksum: * platform/chromium-linux/fast/blockflow/box-shadow-horizontal-bt-expected.png: * platform/chromium-linux/fast/blockflow/box-shadow-vertical-lr-expected.checksum: * platform/chromium-linux/fast/blockflow/box-shadow-vertical-lr-expected.png: * platform/chromium-linux/fast/blockflow/box-shadow-vertical-rl-expected.checksum: * platform/chromium-linux/fast/blockflow/box-shadow-vertical-rl-expected.png: * platform/chromium-linux/fast/blockflow/japanese-rl-text-with-broken-font-expected.checksum: Added. * platform/chromium-linux/fast/blockflow/japanese-rl-text-with-broken-font-expected.png: Added. * platform/chromium-mac/http/tests/misc/authentication-sent-to-redirect-expected.txt: Added. * platform/chromium-mac/storage/private-browsing-noread-nowrite-expected.txt: Added. * platform/chromium-win/fast/blockflow/box-shadow-horizontal-bt-expected.checksum: * platform/chromium-win/fast/blockflow/box-shadow-horizontal-bt-expected.png: * platform/chromium-win/fast/blockflow/box-shadow-vertical-lr-expected.checksum: * platform/chromium-win/fast/blockflow/box-shadow-vertical-lr-expected.png: * platform/chromium-win/fast/blockflow/box-shadow-vertical-rl-expected.checksum: * platform/chromium-win/fast/blockflow/box-shadow-vertical-rl-expected.png: * platform/chromium-win/fast/blockflow/japanese-rl-text-with-broken-font-expected.checksum: Added. * platform/chromium-win/fast/blockflow/japanese-rl-text-with-broken-font-expected.png: Added. * platform/chromium-win/fast/blockflow/japanese-rl-text-with-broken-font-expected.txt: Added. * platform/chromium-win/http/tests/misc/authentication-sent-to-redirect-expected.txt: Added. * platform/chromium-win/storage/private-browsing-noread-nowrite-expected.txt: Added. 2010-12-15 Pavel Podivilov Unreviewed, fix for r74103. Fix dom-breakpoints test. * inspector/dom-breakpoints.html: 2010-12-14 Antti Koivisto Reviewed by Alexey Proskuryakov. https://bugs.webkit.org/show_bug.cgi?id=49548 WebCore cache stores duplicate copies of subresources with URL fragments * http/tests/cache/subresource-fragment-identifier-expected.txt: Added. * http/tests/cache/subresource-fragment-identifier.html: Added. 2010-12-15 Emil Eklund Reviewed by Adam Barth. Added test for infinite loop in ContainerNode::willRemoveChildren. https://bugs.webkit.org/show_bug.cgi?id=51079 * fast/dom/containerNode-expected.txt: Added. * fast/dom/containerNode.html: Added. 2010-12-15 Csaba Osztrogonác Unreviewed. * platform/qt/Skipped: Add http/tests/misc/authentication-sent-to-redirect.html because of missing layoutTestController.setHandlesAuthenticationChallenges() * platform/qt/plugins/document-open-expected.txt: Copied from LayoutTests/plugins/document-open-expected.txt. 2010-12-14 Dan Bernstein Reviewed by Maciej Stachowiak. REGRESSION (r60822): caps-lock-indicator is accepted as a -webkit-appearance value https://bugs.webkit.org/show_bug.cgi?id=51096 * fast/css/appearance-caps-lock-indicator-expected.txt: Added. * fast/css/appearance-caps-lock-indicator.html: Added. 2010-12-14 takano takumi Reviewed by Dan Bernstein. text-combine value names have been changed in the css3 proposal. https://bugs.webkit.org/show_bug.cgi?id=51089 * fast/text/international/text-combine-parser-test-expected.txt: Result updated. * fast/text/international/text-combine-parser-test.html: Test updated. 2010-12-14 Cosmin Truta Reviewed by Eric Seidel. Rebaseline: leading and trailing EOL must occur consistently in expectation files https://bugs.webkit.org/show_bug.cgi?id=51018 We are planning to make new-run-webkit-tests treat EOLs in the same strict manner as old-run-webkit-tests. This change in tooling requires rebaselining. * editing/pasteboard/file-drag-to-editable-expected.txt: * fast/dom/Window/slow-unload-handler-expected.txt: * fast/filesystem/file-writer-truncate-extend-expected.txt: * fast/images/webp-image-decoding-expected.txt: * fast/speech/input-onspeechchange-event-expected.txt: * fast/speech/input-text-language-tag-expected.txt: * fast/speech/input-text-speechbutton-expected.txt: * fast/speech/speech-button-ignore-generated-events-expected.txt: * http/tests/media/video-play-suspend-expected.txt: * platform/chromium-linux/fast/dom/DeviceOrientation/window-property-expected.txt: * platform/chromium-linux/fast/dom/HTMLAnchorElement/set-href-attribute-hostname-expected.txt: * platform/chromium-linux/fast/dom/HTMLAnchorElement/set-href-attribute-search-expected.txt: * platform/chromium-linux/fast/dom/HTMLProgressElement/progress-element-with-child-crash-expected.txt: * platform/chromium-linux/fast/dom/Window/window-properties-device-orientation-expected.txt: * platform/chromium-linux/fast/forms/onselect-textarea-expected.txt: * platform/chromium-linux/fast/preloader/script-expected.txt: * platform/chromium-linux/fast/url/file-expected.txt: * platform/chromium-linux/fast/url/relative-unix-expected.txt: * platform/chromium-linux/fast/url/relative-win-expected.txt: * platform/chromium-linux/fast/url/segments-expected.txt: * platform/chromium-linux/fast/url/segments-from-data-url-expected.txt: * platform/chromium-linux/http/tests/loading/bad-scheme-subframe-expected.txt: * platform/chromium-linux/http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt: * platform/chromium-linux/http/tests/websocket/tests/bad-sub-protocol-control-chars-expected.txt: * platform/chromium-linux/http/tests/websocket/tests/url-parsing-expected.txt: * platform/chromium-linux/svg/custom/use-invalid-pattern-expected.txt: * platform/chromium-mac/animations/keyframes-rule-expected.txt: * platform/chromium-mac/fast/css/font-face-descriptor-multiple-values-parsing-expected.txt: * platform/chromium-mac/fast/dom/DOMException/EventException-expected.txt: * platform/chromium-mac/fast/dom/DOMException/RangeException-expected.txt: * platform/chromium-mac/fast/dom/DOMException/XPathException-expected.txt: * platform/chromium-mac/fast/dom/DOMException/prototype-object-expected.txt: * platform/chromium-mac/fast/dom/DeviceOrientation/window-property-expected.txt: * platform/chromium-mac/fast/dom/HTMLAnchorElement/set-href-attribute-hash-expected.txt: * platform/chromium-mac/fast/dom/HTMLAnchorElement/set-href-attribute-host-expected.txt: * platform/chromium-mac/fast/dom/HTMLAnchorElement/set-href-attribute-hostname-expected.txt: * platform/chromium-mac/fast/dom/HTMLAnchorElement/set-href-attribute-pathname-expected.txt: * platform/chromium-mac/fast/dom/HTMLAnchorElement/set-href-attribute-port-expected.txt: * platform/chromium-mac/fast/dom/HTMLAnchorElement/set-href-attribute-search-expected.txt: * platform/chromium-mac/fast/dom/HTMLSelectElement/named-options-expected.txt: * platform/chromium-mac/fast/dom/Range/getClientRects-expected.txt: * platform/chromium-mac/fast/dom/Window/window-postmessage-args-expected.txt: * platform/chromium-mac/fast/dom/Window/window-properties-device-orientation-expected.txt: * platform/chromium-mac/fast/dom/Window/window-properties-geolocation-expected.txt: * platform/chromium-mac/fast/dom/error-to-string-stack-overflow-expected.txt: * platform/chromium-mac/fast/dom/getElementsByClassName/011-expected.txt: * platform/chromium-mac/fast/dom/javascript-url-exception-isolation-expected.txt: * platform/chromium-mac/fast/dom/prototype-chain-expected.txt: * platform/chromium-mac/fast/dom/setPrimitiveValue-exceptions-expected.txt: * platform/chromium-mac/fast/dom/timer-clear-interval-in-handler-and-generate-error-expected.txt: * platform/chromium-mac/fast/dom/wrapper-classes-expected.txt: * platform/chromium-mac/fast/events/event-view-toString-expected.txt: * platform/chromium-mac/fast/forms/ValidityState-typeMismatch-url-expected.txt: * platform/chromium-mac/fast/js/array-every-expected.txt: * platform/chromium-mac/fast/js/array-foreach-expected.txt: * platform/chromium-mac/fast/js/array-some-expected.txt: * platform/chromium-mac/fast/js/assign-expected.txt: * platform/chromium-mac/fast/js/break-ASI-expected.txt: * platform/chromium-mac/fast/js/console-non-string-values-expected.txt: * platform/chromium-mac/fast/js/const-expected.txt: * platform/chromium-mac/fast/js/cyclic-prototypes-expected.txt: * platform/chromium-mac/fast/js/date-proto-generic-invocation-expected.txt: * platform/chromium-mac/fast/js/date-toisostring-expected.txt: * platform/chromium-mac/fast/js/deep-recursion-test-expected.txt: * platform/chromium-mac/fast/js/delete-getters-setters-expected.txt: * platform/chromium-mac/fast/js/exception-thrown-from-new-expected.txt: * platform/chromium-mac/fast/js/function-declaration-expected.txt: * platform/chromium-mac/fast/js/function-prototype-descriptor-expected.txt: * platform/chromium-mac/fast/js/kde/RegExp-expected.txt: * platform/chromium-mac/fast/js/kde/StringObject-expected.txt: * platform/chromium-mac/fast/js/kde/encode_decode_uri-expected.txt: * platform/chromium-mac/fast/js/kde/function-expected.txt: * platform/chromium-mac/fast/js/kde/garbage-n-expected.txt: * platform/chromium-mac/fast/js/kde/lval-exceptions-expected.txt: * platform/chromium-mac/fast/js/kde/parse-expected.txt: * platform/chromium-mac/fast/js/kde/string-1-n-expected.txt: * platform/chromium-mac/fast/js/kde/string-2-n-expected.txt: * platform/chromium-mac/fast/js/modify-non-references-expected.txt: * platform/chromium-mac/fast/js/no-semi-insertion-at-end-of-script-expected.txt: * platform/chromium-mac/fast/js/number-toExponential-expected.txt: * platform/chromium-mac/fast/js/number-toString-expected.txt: * platform/chromium-mac/fast/js/number-tofixed-expected.txt: * platform/chromium-mac/fast/js/number-toprecision-expected.txt: * platform/chromium-mac/fast/js/object-extra-comma-expected.txt: * platform/chromium-mac/fast/js/property-getters-and-setters-expected.txt: * platform/chromium-mac/fast/js/recursion-limit-equal-expected.txt: * platform/chromium-mac/fast/js/regexp-compile-expected.txt: * platform/chromium-mac/fast/js/regexp-overflow-expected.txt: * platform/chromium-mac/fast/js/reserved-words-expected.txt: * platform/chromium-mac/fast/js/string-capitalization-expected.txt: * platform/chromium-mac/fast/js/toString-and-valueOf-override-expected.txt: * platform/chromium-mac/fast/js/toString-stack-overflow-expected.txt: * platform/chromium-mac/fast/text/find-kana-expected.txt: * platform/chromium-mac/fast/url/file-expected.txt: * platform/chromium-mac/fast/url/host-expected.txt: * platform/chromium-mac/fast/url/ipv6-expected.txt: * platform/chromium-mac/fast/url/mailto-expected.txt: * platform/chromium-mac/fast/url/path-expected.txt: * platform/chromium-mac/fast/url/path-url-expected.txt: * platform/chromium-mac/fast/url/port-expected.txt: * platform/chromium-mac/fast/url/relative-unix-expected.txt: * platform/chromium-mac/fast/url/relative-win-expected.txt: * platform/chromium-mac/fast/url/scheme-expected.txt: * platform/chromium-mac/fast/url/segments-expected.txt: * platform/chromium-mac/fast/url/segments-from-data-url-expected.txt: * platform/chromium-mac/fast/url/standard-url-expected.txt: * platform/chromium-mac/fast/xmlhttprequest/xmlhttprequest-get-expected.txt: * platform/chromium-mac/fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt: * platform/chromium-mac/fast/xmlhttprequest/xmlhttprequest-recursive-sync-event-expected.txt: * platform/chromium-mac/http/tests/loading/bad-scheme-subframe-expected.txt: * platform/chromium-mac/http/tests/security/cross-frame-access-enumeration-expected.txt: * platform/chromium-mac/http/tests/security/cross-frame-access-get-expected.txt: * platform/chromium-mac/http/tests/security/cross-frame-access-get-override-expected.txt: * platform/chromium-mac/http/tests/security/cross-frame-access-history-get-expected.txt: * platform/chromium-mac/http/tests/security/cross-frame-access-history-get-override-expected.txt: * platform/chromium-mac/http/tests/security/cross-frame-access-location-get-override-expected.txt: * platform/chromium-mac/http/tests/security/cross-frame-access-location-put-expected.txt: * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame-expected.txt: * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open-expected.txt: * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-to-data-url-window-open-expected.txt: * platform/chromium-mac/http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt: * platform/chromium-mac/http/tests/websocket/tests/bad-sub-protocol-control-chars-expected.txt: * platform/chromium-mac/http/tests/websocket/tests/url-parsing-expected.txt: * platform/chromium-mac/http/tests/xmlhttprequest/XMLHttpRequestException-expected.txt: * platform/chromium-mac/http/tests/xmlhttprequest/xmlhttprequest-missing-file-exception-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/11.4.1-4.a-10-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/11.4.1-4.a-8-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.12.1.1-0-2-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.12.1.1-0-3-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.12.2-0-2-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.12.3-0-2-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.2.3.10-0-1-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.2.3.10-0-2-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.2.3.10-1-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.2.3.10-2-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-0-1-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-0-2-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-0-3-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-1-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-1-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-10-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-11-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-12-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-13-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-14-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-15-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-16-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-17-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-18-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-19-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-2-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-20-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-21-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-3-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-4-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-5-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-6-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-7-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-8-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.2.3.13-2-9-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.2.3.14-2-4-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.2.3.14-3-4-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.2.3.3-4-22-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.2.3.3-4-25-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.2.3.6-4-1-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.4.4.14-9-a-12-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.4.4.15-3-26-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.4.4.15-3-27-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.4.4.15-5-1-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.4.4.15-5-12-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.4.4.15-5-14-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.4.4.15-5-16-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.4.4.15-5-4-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.4.4.15-8-9-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.4.4.15-8-a-12-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.5.4.20-1-1-expected.txt: * platform/chromium-mac/ietestcenter/Javascript/15.5.4.20-1-2-expected.txt: * platform/chromium-mac/media/audio-constructor-expected.txt: * platform/chromium-mac/media/audio-constructor-preload-expected.txt: * platform/chromium-mac/media/audio-constructor-src-expected.txt: * platform/chromium-mac/media/media-load-event-expected.txt: * platform/chromium-mac/media/video-append-source-expected.txt: * platform/chromium-mac/media/video-canvas-source-expected.txt: * platform/chromium-mac/media/video-currentTime-set-expected.txt: * platform/chromium-mac/media/video-dom-src-expected.txt: * platform/chromium-mac/media/video-load-networkState-expected.txt: * platform/chromium-mac/media/video-seek-past-end-paused-expected.txt: * platform/chromium-mac/media/video-seek-past-end-playing-expected.txt: * platform/chromium-mac/media/video-source-expected.txt: * platform/chromium-mac/media/video-src-change-expected.txt: * platform/chromium-mac/media/video-src-expected.txt: * platform/chromium-mac/plugins/clicking-missing-plugin-fires-delegate-expected.txt: * platform/chromium-mac/plugins/npruntime/object-from-destroyed-plugin-expected.txt: * platform/chromium-mac/security/block-test-no-port-expected.txt: * platform/chromium-mac/storage/transaction-error-callback-expected.txt: * platform/chromium-mac/svg/custom/SVGException-expected.txt: * platform/chromium-mac/svg/custom/use-invalid-pattern-expected.txt: * platform/chromium-mac/svg/custom/use-nested-missing-target-removed-expected.txt: * platform/chromium-mac/svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt: * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.txt: * platform/chromium-win/animations/keyframes-rule-expected.txt: * platform/chromium-win/editing/selection/extend-selection-home-end-expected.txt: * platform/chromium-win/editing/selection/home-end-expected.txt: * platform/chromium-win/fast/css/button-height-expected.txt: * platform/chromium-win/fast/css/font-face-descriptor-multiple-values-parsing-expected.txt: * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt: * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: * platform/chromium-win/fast/dom/DOMException/EventException-expected.txt: * platform/chromium-win/fast/dom/DOMException/RangeException-expected.txt: * platform/chromium-win/fast/dom/DOMException/XPathException-expected.txt: * platform/chromium-win/fast/dom/DOMException/prototype-object-expected.txt: * platform/chromium-win/fast/dom/DeviceOrientation/window-property-expected.txt: * platform/chromium-win/fast/dom/HTMLAnchorElement/set-href-attribute-hash-expected.txt: * platform/chromium-win/fast/dom/HTMLAnchorElement/set-href-attribute-host-expected.txt: * platform/chromium-win/fast/dom/HTMLAnchorElement/set-href-attribute-hostname-expected.txt: * platform/chromium-win/fast/dom/HTMLAnchorElement/set-href-attribute-pathname-expected.txt: * platform/chromium-win/fast/dom/HTMLAnchorElement/set-href-attribute-port-expected.txt: * platform/chromium-win/fast/dom/HTMLAnchorElement/set-href-attribute-search-expected.txt: * platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-with-child-crash-expected.txt: * platform/chromium-win/fast/dom/HTMLSelectElement/named-options-expected.txt: * platform/chromium-win/fast/dom/Window/new-window-opener-expected.txt: * platform/chromium-win/fast/dom/Window/webkitConvertPoint-expected.txt: * platform/chromium-win/fast/dom/Window/window-lookup-precedence-expected.txt: * platform/chromium-win/fast/dom/Window/window-postmessage-args-expected.txt: * platform/chromium-win/fast/dom/Window/window-properties-device-orientation-expected.txt: * platform/chromium-win/fast/dom/Window/window-properties-geolocation-expected.txt: * platform/chromium-win/fast/dom/error-to-string-stack-overflow-expected.txt: * platform/chromium-win/fast/dom/getElementsByClassName/011-expected.txt: * platform/chromium-win/fast/dom/javascript-url-exception-isolation-expected.txt: * platform/chromium-win/fast/dom/prototype-chain-expected.txt: * platform/chromium-win/fast/dom/setPrimitiveValue-exceptions-expected.txt: * platform/chromium-win/fast/dom/timer-clear-interval-in-handler-and-generate-error-expected.txt: * platform/chromium-win/fast/dom/wrapper-classes-expected.txt: * platform/chromium-win/fast/events/event-view-toString-expected.txt: * platform/chromium-win/fast/events/offsetX-offsetY-expected.txt: * platform/chromium-win/fast/forms/ValidityState-typeMismatch-url-expected.txt: * platform/chromium-win/fast/forms/focus-selection-textarea-expected.txt: * platform/chromium-win/fast/forms/input-maxlength-ime-completed-expected.txt: * platform/chromium-win/fast/forms/input-maxlength-ime-preedit-expected.txt: * platform/chromium-win/fast/forms/slider-mouse-events-expected.txt: * platform/chromium-win/fast/js/array-every-expected.txt: * platform/chromium-win/fast/js/array-foreach-expected.txt: * platform/chromium-win/fast/js/array-some-expected.txt: * platform/chromium-win/fast/js/assign-expected.txt: * platform/chromium-win/fast/js/break-ASI-expected.txt: * platform/chromium-win/fast/js/console-non-string-values-expected.txt: * platform/chromium-win/fast/js/const-expected.txt: * platform/chromium-win/fast/js/cyclic-prototypes-expected.txt: * platform/chromium-win/fast/js/date-proto-generic-invocation-expected.txt: * platform/chromium-win/fast/js/date-toisostring-expected.txt: * platform/chromium-win/fast/js/deep-recursion-test-expected.txt: * platform/chromium-win/fast/js/delete-getters-setters-expected.txt: * platform/chromium-win/fast/js/exception-thrown-from-new-expected.txt: * platform/chromium-win/fast/js/function-declaration-expected.txt: * platform/chromium-win/fast/js/function-prototype-descriptor-expected.txt: * platform/chromium-win/fast/js/function-prototype-expected.txt: * platform/chromium-win/fast/js/kde/RegExp-expected.txt: * platform/chromium-win/fast/js/kde/StringObject-expected.txt: * platform/chromium-win/fast/js/kde/encode_decode_uri-expected.txt: * platform/chromium-win/fast/js/kde/exception_propagation-expected.txt: * platform/chromium-win/fast/js/kde/function-expected.txt: * platform/chromium-win/fast/js/kde/garbage-n-expected.txt: * platform/chromium-win/fast/js/kde/lval-exceptions-expected.txt: * platform/chromium-win/fast/js/kde/parse-expected.txt: * platform/chromium-win/fast/js/kde/string-1-n-expected.txt: * platform/chromium-win/fast/js/kde/string-2-n-expected.txt: * platform/chromium-win/fast/js/modify-non-references-expected.txt: * platform/chromium-win/fast/js/no-semi-insertion-at-end-of-script-expected.txt: * platform/chromium-win/fast/js/number-toExponential-expected.txt: * platform/chromium-win/fast/js/number-toString-expected.txt: * platform/chromium-win/fast/js/number-tofixed-expected.txt: * platform/chromium-win/fast/js/number-toprecision-expected.txt: * platform/chromium-win/fast/js/object-extra-comma-expected.txt: * platform/chromium-win/fast/js/property-getters-and-setters-expected.txt: * platform/chromium-win/fast/js/recursion-limit-equal-expected.txt: * platform/chromium-win/fast/js/regexp-caching-expected.txt: * platform/chromium-win/fast/js/regexp-compile-expected.txt: * platform/chromium-win/fast/js/regexp-overflow-expected.txt: * platform/chromium-win/fast/js/reserved-words-expected.txt: * platform/chromium-win/fast/js/string-capitalization-expected.txt: * platform/chromium-win/fast/js/toString-and-valueOf-override-expected.txt: * platform/chromium-win/fast/replaced/table-percent-height-expected.txt: * platform/chromium-win/fast/url/file-expected.txt: * platform/chromium-win/fast/url/host-expected.txt: * platform/chromium-win/fast/url/ipv6-expected.txt: * platform/chromium-win/fast/url/mailto-expected.txt: * platform/chromium-win/fast/url/path-expected.txt: * platform/chromium-win/fast/url/path-url-expected.txt: * platform/chromium-win/fast/url/port-expected.txt: * platform/chromium-win/fast/url/relative-unix-expected.txt: * platform/chromium-win/fast/url/relative-win-expected.txt: * platform/chromium-win/fast/url/scheme-expected.txt: * platform/chromium-win/fast/url/segments-expected.txt: * platform/chromium-win/fast/url/segments-from-data-url-expected.txt: * platform/chromium-win/fast/url/standard-url-expected.txt: * platform/chromium-win/fast/xmlhttprequest/xmlhttprequest-get-expected.txt: * platform/chromium-win/fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt: * platform/chromium-win/fast/xmlhttprequest/xmlhttprequest-recursive-sync-event-expected.txt: * platform/chromium-win/http/tests/loading/bad-scheme-subframe-expected.txt: * platform/chromium-win/http/tests/security/cross-frame-access-enumeration-expected.txt: * platform/chromium-win/http/tests/security/cross-frame-access-get-expected.txt: * platform/chromium-win/http/tests/security/cross-frame-access-get-override-expected.txt: * platform/chromium-win/http/tests/security/cross-frame-access-history-get-expected.txt: * platform/chromium-win/http/tests/security/cross-frame-access-history-get-override-expected.txt: * platform/chromium-win/http/tests/security/cross-frame-access-location-get-override-expected.txt: * platform/chromium-win/http/tests/security/cross-frame-access-location-put-expected.txt: * platform/chromium-win/http/tests/security/cross-frame-access-put-expected.txt: * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame-expected.txt: * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open-expected.txt: * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-to-data-url-window-open-expected.txt: * platform/chromium-win/http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt: * platform/chromium-win/http/tests/websocket/tests/bad-sub-protocol-control-chars-expected.txt: * platform/chromium-win/http/tests/websocket/tests/url-parsing-expected.txt: * platform/chromium-win/http/tests/xmlhttprequest/XMLHttpRequestException-expected.txt: * platform/chromium-win/ietestcenter/Javascript/11.4.1-4.a-10-expected.txt: * platform/chromium-win/ietestcenter/Javascript/11.4.1-4.a-8-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.12.1.1-0-2-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.12.1.1-0-3-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.12.2-0-2-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.12.3-0-2-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.2.3.10-0-1-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.2.3.10-0-2-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.2.3.10-1-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.2.3.10-2-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-0-1-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-0-2-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-0-3-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-1-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-1-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-10-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-11-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-12-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-13-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-14-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-15-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-16-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-17-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-18-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-19-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-2-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-20-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-21-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-3-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-4-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-5-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-6-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-7-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-8-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.2.3.13-2-9-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.2.3.14-2-4-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.2.3.14-3-4-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.2.3.3-4-22-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.2.3.3-4-25-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.2.3.6-4-1-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.4.4.14-9-a-12-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.4.4.15-3-26-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.4.4.15-3-27-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.4.4.15-5-1-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.4.4.15-5-12-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.4.4.15-5-14-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.4.4.15-5-16-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.4.4.15-5-4-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.4.4.15-8-9-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.4.4.15-8-a-12-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.5.4.20-1-1-expected.txt: * platform/chromium-win/ietestcenter/Javascript/15.5.4.20-1-2-expected.txt: * platform/chromium-win/inspector/console-format-expected.txt: * platform/chromium-win/inspector/console-uncaught-exception-expected.txt: * platform/chromium-win/media/audio-constructor-expected.txt: * platform/chromium-win/media/audio-constructor-preload-expected.txt: * platform/chromium-win/media/audio-constructor-src-expected.txt: * platform/chromium-win/media/audio-delete-while-slider-thumb-clicked-expected.txt: * platform/chromium-win/media/media-load-event-expected.txt: * platform/chromium-win/media/video-append-source-expected.txt: * platform/chromium-win/media/video-canvas-source-expected.txt: * platform/chromium-win/media/video-currentTime-set-expected.txt: * platform/chromium-win/media/video-dom-src-expected.txt: * platform/chromium-win/media/video-load-networkState-expected.txt: * platform/chromium-win/media/video-seek-past-end-paused-expected.txt: * platform/chromium-win/media/video-seek-past-end-playing-expected.txt: * platform/chromium-win/media/video-source-expected.txt: * platform/chromium-win/media/video-src-change-expected.txt: * platform/chromium-win/media/video-src-expected.txt: * platform/chromium-win/media/video-src-remove-expected.txt: * platform/chromium-win/media/video-src-set-expected.txt: * platform/chromium-win/media/video-src-source-expected.txt: * platform/chromium-win/plugins/clicking-missing-plugin-fires-delegate-expected.txt: * platform/chromium-win/plugins/inner-html-display-none-expected.txt: * platform/chromium-win/plugins/npruntime/object-from-destroyed-plugin-expected.txt: * platform/chromium-win/security/block-test-no-port-expected.txt: * platform/chromium-win/storage/statement-error-callback-expected.txt: * platform/chromium-win/storage/transaction-error-callback-expected.txt: * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt: * platform/chromium-win/svg/custom/SVGException-expected.txt: * platform/chromium-win/svg/custom/use-invalid-pattern-expected.txt: * platform/chromium-win/svg/custom/use-nested-missing-target-removed-expected.txt: * platform/chromium-win/svg/dom/path-parser-expected.txt: * platform/chromium-win/svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt: * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.txt: * platform/chromium-win/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.txt: * platform/chromium-win/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.txt: * platform/chromium-win/svg/text/lengthAdjust-text-metrics-expected.txt: * platform/chromium/fast/dom/anchor-origin-expected.txt: * platform/chromium/fast/dom/domListEnumeration-expected.txt: * platform/chromium/fast/dom/global-constructors-expected.txt: * platform/chromium/fast/dom/horizontal-scrollbar-when-dir-change-expected.txt: * platform/chromium/fast/dom/prototype-inheritance-expected.txt: * platform/chromium/fast/forms/search-popup-crasher-expected.txt: * platform/chromium/fast/js/ToNumber-expected.txt: * platform/chromium/fast/js/parseFloat-expected.txt: * platform/chromium/fast/js/regexp-look-ahead-empty-expected.txt: * platform/chromium/fast/js/regexp-overflow-expected.txt: * platform/chromium/fast/text/font-linux-normalize-expected.txt: * platform/chromium/fast/url/relative-expected.txt: * platform/chromium/http/tests/inspector/console-resource-errors-expected.txt: * platform/chromium/http/tests/inspector/console-xhr-logging-expected.txt: * platform/chromium/http/tests/security/cross-frame-access-call-expected.txt: * platform/chromium/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Added. * platform/chromium/inspector/console-eval-global-expected.txt: * platform/chromium/inspector/console-log-syntax-error-expected.txt: * platform/chromium/inspector/console-object-constructor-name-expected.txt: * platform/chromium/inspector/console-trace-in-eval-expected.txt: * platform/chromium/inspector/console-uncaught-exception-in-eval-expected.txt: * platform/chromium/inspector/debugger-autocontinue-on-syntax-error-expected.txt: * platform/chromium/inspector/debugger-expand-scope-expected.txt: * platform/chromium/security/block-test-no-port-expected.txt: * platform/chromium/traversal/node-iterator-prototype-expected.txt: * plugins/document-open-expected.txt: * plugins/iframe-shims-expected.txt: 2010-12-14 Koan-Sin Tan Reviewed by Alexey Proskuryakov. Kana should be part of CJK Ideographs in WebCore/platform/graphics/Font.cpp https://bugs.webkit.org/show_bug.cgi?id=51012 Test if kana displayed correctly in vertical text with broken font. * fast/blockflow/japanese-rl-text-with-broken-font.html: Added. * platform/mac/fast/blockflow/japanese-rl-text-with-broken-font-expected.checksum: Added. * platform/mac/fast/blockflow/japanese-rl-text-with-broken-font-expected.png: Added. * platform/mac/fast/blockflow/japanese-rl-text-with-broken-font-expected.txt: Added. 2010-12-14 Ryosuke Niwa Reviewed by Darin Adler. Range::extractContents needs more tests https://bugs.webkit.org/show_bug.cgi?id=51005 Added a test to ensure Range::extractContents work as expected. * fast/dom/Range/range-extract-contents-crash-expected.txt: Renamed from LayoutTests/fast/dom/Range/range-extractContents-expected.txt. * fast/dom/Range/range-extract-contents-crash.html: Renamed from LayoutTests/fast/dom/Range/range-extractContents.html. * fast/dom/Range/range-extract-contents-expected.txt: Added. * fast/dom/Range/range-extract-contents.html: Added. * resources/dump-as-markup.js: (Markup.dump): Don't call node.getElementsByTagName if it doesn't exist. 2010-12-14 Jian Li Unreviewed. Mark 2 new focus-ring-* tests as failed in chromium. * platform/chromium-mac-leopard/fast/css/focus-ring-detached-expected.checksum: Added. * platform/chromium-mac-leopard/fast/css/focus-ring-detached-expected.png: Added. * platform/chromium-mac-leopard/fast/css/focus-ring-detached-expected.txt: Added. * platform/chromium-mac-leopard/fast/css/focus-ring-multiline-expected.checksum: Added. * platform/chromium-mac-leopard/fast/css/focus-ring-multiline-expected.png: Added. * platform/chromium-mac-leopard/fast/css/focus-ring-multiline-expected.txt: Added. * platform/chromium-win/fast/css/focus-ring-detached-expected.checksum: Added. * platform/chromium-win/fast/css/focus-ring-detached-expected.png: Added. * platform/chromium-win/fast/css/focus-ring-detached-expected.txt: Added. * platform/chromium-win/fast/css/focus-ring-multiline-expected.checksum: Added. * platform/chromium-win/fast/css/focus-ring-multiline-expected.png: Added. * platform/chromium-win/fast/css/focus-ring-multiline-expected.txt: Added. * platform/chromium/test_expectations.txt: 2010-12-14 Mihai Parparita Reviewed by Eric Seidel. Remove pixel tests that are obsoleted by the HTML5 parser suite https://bugs.webkit.org/show_bug.cgi?id=51077 Remove tests which had stale Mac pixel baselines (were not updated for the HTML5 parser change or for Snow Leopard) which are obsoleted by the HTML5 parser test suite (i.e. the same behavior is tested there): - fast/parser/parseCommentsInTitles.html is tested by tests16.dat (line 956) - fast/parser/comment-in-style.html is tested by tests16.dat (line 904) - fast/tokenizer/missing-title-end-tag-1.html is tested by tests16.dat (line 980) - fast/tokenizer/missing-title-end-tag-2.html is tested by tests2.dat (line 550) * fast/parser/comment-in-style.html: Removed. * fast/parser/parseCommentsInTitles.html: Removed. * fast/tokenizer/missing-title-end-tag-1.html: Removed. * fast/tokenizer/missing-title-end-tag-2.html: Removed. * platform/chromium-linux/fast/parser/comment-in-style-expected.checksum: Removed. * platform/chromium-linux/fast/parser/comment-in-style-expected.png: Removed. * platform/chromium-linux/fast/parser/parseCommentsInTitles-expected.checksum: Removed. * platform/chromium-linux/fast/parser/parseCommentsInTitles-expected.png: Removed. * platform/chromium-mac/fast/parser/comment-in-style-expected.checksum: Removed. * platform/chromium-mac/fast/parser/comment-in-style-expected.png: Removed. * platform/chromium-mac/fast/parser/parseCommentsInTitles-expected.checksum: Removed. * platform/chromium-mac/fast/parser/parseCommentsInTitles-expected.png: Removed. * platform/chromium-mac/fast/tokenizer/missing-title-end-tag-1-expected.checksum: Removed. * platform/chromium-mac/fast/tokenizer/missing-title-end-tag-1-expected.png: Removed. * platform/chromium-mac/fast/tokenizer/missing-title-end-tag-2-expected.checksum: Removed. * platform/chromium-mac/fast/tokenizer/missing-title-end-tag-2-expected.png: Removed. * platform/chromium-win/fast/parser/comment-in-style-expected.checksum: Removed. * platform/chromium-win/fast/parser/comment-in-style-expected.png: Removed. * platform/chromium-win/fast/parser/comment-in-style-expected.txt: Removed. * platform/chromium-win/fast/parser/parseCommentsInTitles-expected.checksum: Removed. * platform/chromium-win/fast/parser/parseCommentsInTitles-expected.png: Removed. * platform/chromium-win/fast/parser/parseCommentsInTitles-expected.txt: Removed. * platform/chromium-win/fast/tokenizer/missing-title-end-tag-1-expected.checksum: Removed. * platform/chromium-win/fast/tokenizer/missing-title-end-tag-1-expected.png: Removed. * platform/chromium-win/fast/tokenizer/missing-title-end-tag-2-expected.checksum: Removed. * platform/chromium-win/fast/tokenizer/missing-title-end-tag-2-expected.png: Removed. * platform/gtk/Skipped: * platform/mac/fast/parser/comment-in-style-expected.checksum: Removed. * platform/mac/fast/parser/comment-in-style-expected.png: Removed. * platform/mac/fast/parser/comment-in-style-expected.txt: Removed. * platform/mac/fast/parser/parseCommentsInTitles-expected.checksum: Removed. * platform/mac/fast/parser/parseCommentsInTitles-expected.png: Removed. * platform/mac/fast/parser/parseCommentsInTitles-expected.txt: Removed. * platform/mac/fast/tokenizer/missing-title-end-tag-1-expected.checksum: Removed. * platform/mac/fast/tokenizer/missing-title-end-tag-1-expected.png: Removed. * platform/mac/fast/tokenizer/missing-title-end-tag-1-expected.txt: Removed. * platform/mac/fast/tokenizer/missing-title-end-tag-2-expected.checksum: Removed. * platform/mac/fast/tokenizer/missing-title-end-tag-2-expected.png: Removed. * platform/mac/fast/tokenizer/missing-title-end-tag-2-expected.txt: Removed. * platform/qt/Skipped: * platform/qt/fast/parser/parseCommentsInTitles-expected.txt: Removed. * platform/qt/fast/tokenizer/missing-title-end-tag-1-expected.txt: Removed. * platform/qt/fast/tokenizer/missing-title-end-tag-2-expected.txt: Removed. 2010-12-02 MORITA Hajime Reviewed by Dimitri Glazkov. [chromium] Fix drawing of inset box shadows https://bugs.webkit.org/show_bug.cgi?id=41576 * platform/chromium-win/fast/box-shadow/inset-expected.checksum: * platform/chromium-win/fast/box-shadow/inset-expected.png: 2010-12-14 Yael Aharon Unreviewed. Move some new tests from mac-snowleopard to mac https://bugs.webkit.org/show_bug.cgi?id=51075 * platform/mac-snowleopard/fast/css/focus-ring-detached-expected.checksum: Removed. * platform/mac-snowleopard/fast/css/focus-ring-detached-expected.png: Removed. * platform/mac-snowleopard/fast/css/focus-ring-detached-expected.txt: Removed. * platform/mac-snowleopard/fast/css/focus-ring-multiline-expected.checksum: Removed. * platform/mac-snowleopard/fast/css/focus-ring-multiline-expected.png: Removed. * platform/mac-snowleopard/fast/css/focus-ring-multiline-expected.txt: Removed. * platform/mac/fast/css/focus-ring-detached-expected.checksum: Copied from LayoutTests/platform/mac-snowleopard/fast/css/focus-ring-detached-expected.checksum. * platform/mac/fast/css/focus-ring-detached-expected.png: Copied from LayoutTests/platform/mac-snowleopard/fast/css/focus-ring-detached-expected.png. * platform/mac/fast/css/focus-ring-detached-expected.txt: Copied from LayoutTests/platform/mac-snowleopard/fast/css/focus-ring-detached-expected.txt. * platform/mac/fast/css/focus-ring-multiline-expected.checksum: Copied from LayoutTests/platform/mac-snowleopard/fast/css/focus-ring-multiline-expected.checksum. * platform/mac/fast/css/focus-ring-multiline-expected.png: Copied from LayoutTests/platform/mac-snowleopard/fast/css/focus-ring-multiline-expected.png. * platform/mac/fast/css/focus-ring-multiline-expected.txt: Copied from LayoutTests/platform/mac-snowleopard/fast/css/focus-ring-multiline-expected.txt. 2010-12-14 Simon Fraser Reviewed by Chris Marrin. Parts of page disappear https://bugs.webkit.org/show_bug.cgi?id=41701 Testcase for clipping to view bounds even when an accelerated opacity transition runs. * compositing/geometry/limit-layer-bounds-opacity-transition-expected.txt: Added. * compositing/geometry/limit-layer-bounds-opacity-transition.html: Added. 2010-12-14 Brady Eidson Reviewed by Alexey Proskuryakov. and https://bugs.webkit.org/show_bug.cgi?id=40138 Authorization header is sent from an HTTP Auth protected site on redirect * http/tests/misc/authentication-sent-to-redirect-expected.txt: Added. * http/tests/misc/authentication-sent-to-redirect.html: Added. * http/tests/misc/resources/auth-echo.php: Added. * http/tests/misc/resources/auth-then-redirect.php: Added. 2010-12-14 Yael Aharon Unreviewed . Fix test results that I just committed. They seem to have extra newlines. * platform/mac-snowleopard/fast/css/focus-ring-detached-expected.txt: * platform/mac-snowleopard/fast/css/focus-ring-multiline-expected.txt: 2010-12-14 Kent Tamura Unreviewed. Test expectation update. Rebaseline fast/forms/ValidityState-typeMismatch-url.html http://crbug.com/66818 Chromium has different expectations because it doesn't use KURL. * platform/chromium-mac/fast/forms/ValidityState-typeMismatch-url-expected.txt: * platform/chromium-win/fast/forms/ValidityState-typeMismatch-url-expected.txt: * platform/chromium/test_expectations.txt: 2010-12-14 Mihai Parparita Unreviewed update of the pixel expectations for the Mac port. Update expectations for tests whose output changed after the switch to the HTML5 parser. The chromium-mac port did a similar rebaseline in r64728. The new expectations are for Snow Leopard. Current expectations are not moved to mac-leopard, since they're not valid anymore. * platform/mac/fast/doctypes/003-expected.checksum: * platform/mac/fast/doctypes/003-expected.png: * platform/mac/fast/dom/isindex-001-expected.checksum: * platform/mac/fast/dom/isindex-001-expected.png: * platform/mac/fast/dom/isindex-002-expected.checksum: * platform/mac/fast/dom/isindex-002-expected.png: * platform/mac/fast/forms/isindex-placeholder-expected.checksum: * platform/mac/fast/forms/isindex-placeholder-expected.png: * platform/mac/fast/forms/text-style-color-expected.checksum: * platform/mac/fast/forms/text-style-color-expected.png: * platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.checksum: * platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.png: 2010-12-14 Benjamin Kalman Reviewed by Ojan Vafai. Using BUG/BUGWK in test_expectations is error prone, should use BUGCR/BUGWK https://bugs.webkit.org/show_bug.cgi?id=48926 Update all the text expectations files that have BUGXXX to either BUGCRXXX or (where appropriate) BUGWKXXX. * platform/chromium-gpu/test_expectations.txt: * platform/chromium/test_expectations.txt: * platform/mac/test_expectations.txt: * platform/qt/test_expectations.txt: 2010-12-14 Yael Aharon Reviewed by Andreas Kling. [Qt] Focus rings are ugly, rects should be united instead of drawn individually https://bugs.webkit.org/show_bug.cgi?id=49953 * fast/css/focus-ring-detached.html: Added. * fast/css/focus-ring-multiline.html: Added. * platform/mac-snowleopard/fast/css/focus-ring-detached-expected.checksum: Added. * platform/mac-snowleopard/fast/css/focus-ring-detached-expected.png: Added. * platform/mac-snowleopard/fast/css/focus-ring-detached-expected.txt: Added. * platform/mac-snowleopard/fast/css/focus-ring-multiline-expected.checksum: Added. * platform/mac-snowleopard/fast/css/focus-ring-multiline-expected.png: Added. * platform/mac-snowleopard/fast/css/focus-ring-multiline-expected.txt: Added. * platform/qt/fast/css/focus-ring-detached-expected.checksum: Added. * platform/qt/fast/css/focus-ring-detached-expected.png: Added. * platform/qt/fast/css/focus-ring-detached-expected.txt: Added. * platform/qt/fast/css/focus-ring-multiline-expected.checksum: Added. * platform/qt/fast/css/focus-ring-multiline-expected.png: Added. * platform/qt/fast/css/focus-ring-multiline-expected.txt: Added. 2010-12-14 David Hyatt Reviewed by Dan Bernstein. https://bugs.webkit.org/show_bug.cgi?id=50970 It's arguably a bug, but we don't let inline flow layers paint floating descendants. The containing block of the inline flow paints them instead. However our shouldPaint logic has always been flawed and has turned off propagation of painting when an inline flow layer is enclosing the float. Change enclosingSelfPaintingLayer to enclosingFloatPaintingLayer to be more precise and for now limit it to RenderBoxes. Added fast/block/float/floatstack.html * fast/block/float/floatstack.html: Added. * platform/mac/fast/block/float/floatstack-expected.checksum: Added. * platform/mac/fast/block/float/floatstack-expected.png: Added. * platform/mac/fast/block/float/floatstack-expected.txt: Added. * platform/mac/fast/repaint/positioned-document-element-expected.checksum: * platform/mac/fast/repaint/positioned-document-element-expected.png: 2010-12-14 Sheriff Bot Unreviewed, rolling out r74040. http://trac.webkit.org/changeset/74040 https://bugs.webkit.org/show_bug.cgi?id=51050 Breaks 2d.shadow.canvas.transparent.2 and 2d.shadow.image.transparent.2 (Requested by helder on #webkit). * fast/canvas/canvas-scale-strokePath-shadow-expected.txt: * fast/canvas/canvas-transforms-fillRect-shadow-expected.txt: Removed. * fast/canvas/canvas-transforms-fillRect-shadow.html: Removed. * fast/canvas/script-tests/canvas-scale-fillPath-shadow.js: * fast/canvas/script-tests/canvas-scale-fillRect-shadow.js: * fast/canvas/script-tests/canvas-scale-strokePath-shadow.js: * fast/canvas/script-tests/canvas-transforms-fillRect-shadow.js: Removed. 2010-12-14 Mihai Parparita Update the pixel expectations for the Mac port. For the tests that currently fail on Snow Leopard with --pixel-tests --tolerance 0, this moves the current pixel results to mac-leopard and adds new Snow Leopard-specific results to platform/mac. List of files omitted due to length but composed entirely of moves from platform/mac to platform/mac-leopard and newly added files in platform/mac. Also removes most of platform/mac/test_expectations.txt, those expectations were from April and are un-maintained. 2010-12-14 Jian Li Unreviewed. Added missing expectations in chromium-mac-leopard to complete the move in r74042. * platform/chromium-mac-leopard/editing/deleting/5144139-2-expected.checksum: * platform/chromium-mac-leopard/editing/deleting/5144139-2-expected.png: * platform/chromium-mac-leopard/editing/selection/extend-selection-bidi-expected.checksum: * platform/chromium-mac-leopard/editing/selection/extend-selection-bidi-expected.png: * platform/chromium-mac-leopard/fast/text/complex-text-opacity-expected.checksum: * platform/chromium-mac-leopard/fast/text/complex-text-opacity-expected.png: * platform/chromium-mac-leopard/fast/text/complex-text-opacity-expected.txt: * platform/chromium-mac-leopard/fast/text/international/bidi-mirror-he-ar-expected.checksum: Added. * platform/chromium-mac-leopard/fast/text/international/bidi-mirror-he-ar-expected.png: Added. * platform/chromium-mac-leopard/fast/text/international/bidi-mirror-he-ar-expected.txt: Added. * platform/chromium-mac-leopard/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.checksum: Added. * platform/chromium-mac-leopard/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.png: Added. * platform/chromium-mac-leopard/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt: Added. * platform/chromium-mac-leopard/fast/text/international/bidi-neutral-run-expected.checksum: Added. * platform/chromium-mac-leopard/fast/text/international/bidi-neutral-run-expected.png: Added. * platform/chromium-mac-leopard/fast/text/international/bidi-neutral-run-expected.txt: Added. 2010-12-14 Beth Dakin Reviewed by Darin Adler. New test for https://bugs.webkit.org/show_bug.cgi?id=50974 getComputedStyle() returns wrong values for zoomed elements when display is none -and corresponding- * fast/css/getComputedStyle/zoom-on-display-none-expected.txt: Added. * fast/css/getComputedStyle/zoom-on-display-none.html: Added. 2010-12-14 Pavel Feldman Not reviewed. Move chromium-mac expectations to chromium-mac-leopard. * platform/chromium-mac-leopard/css2.1/t0805-c5518-brdr-t-01-e-expected.checksum: * platform/chromium-mac-leopard/css2.1/t0805-c5518-brdr-t-01-e-expected.png: * platform/chromium-mac-leopard/css2.1/t0805-c5519-brdr-r-00-a-expected.checksum: * platform/chromium-mac-leopard/css2.1/t0805-c5519-brdr-r-00-a-expected.png: * platform/chromium-mac-leopard/css2.1/t0805-c5520-brdr-b-01-e-expected.checksum: * platform/chromium-mac-leopard/css2.1/t0805-c5520-brdr-b-01-e-expected.png: * platform/chromium-mac-leopard/css2.1/t0805-c5521-brdr-l-00-a-expected.checksum: * platform/chromium-mac-leopard/css2.1/t0805-c5521-brdr-l-00-a-expected.png: * platform/chromium-mac-leopard/css2.1/t0805-c5521-brdr-l-01-e-expected.checksum: * platform/chromium-mac-leopard/css2.1/t0805-c5521-brdr-l-01-e-expected.png: * platform/chromium-mac-leopard/css2.1/t0805-c5521-ibrdr-l-00-a-expected.checksum: * platform/chromium-mac-leopard/css2.1/t0805-c5521-ibrdr-l-00-a-expected.png: * platform/chromium-mac-leopard/css2.1/t0905-c414-flt-02-c-expected.checksum: * platform/chromium-mac-leopard/css2.1/t0905-c414-flt-02-c-expected.png: * platform/chromium-mac-leopard/css2.1/t0905-c414-flt-03-c-expected.checksum: * platform/chromium-mac-leopard/css2.1/t0905-c414-flt-03-c-expected.png: * platform/chromium-mac-leopard/css2.1/t0905-c414-flt-04-c-expected.checksum: * platform/chromium-mac-leopard/css2.1/t0905-c414-flt-04-c-expected.png: * platform/chromium-mac-leopard/css2.1/t0905-c414-flt-fit-01-d-g-expected.checksum: * platform/chromium-mac-leopard/css2.1/t0905-c414-flt-fit-01-d-g-expected.png: * platform/chromium-mac-leopard/css2.1/t0905-c5525-fltblck-01-d-expected.checksum: * platform/chromium-mac-leopard/css2.1/t0905-c5525-fltblck-01-d-expected.png: * platform/chromium-mac-leopard/css2.1/t0905-c5525-fltcont-00-d-g-expected.checksum: * platform/chromium-mac-leopard/css2.1/t0905-c5525-fltcont-00-d-g-expected.png: * platform/chromium-mac-leopard/css2.1/t0905-c5525-fltwidth-03-c-g-expected.checksum: * platform/chromium-mac-leopard/css2.1/t0905-c5525-fltwidth-03-c-g-expected.png: * platform/chromium-mac-leopard/css2.1/t090501-c414-flt-01-b-expected.checksum: * platform/chromium-mac-leopard/css2.1/t090501-c414-flt-01-b-expected.png: * platform/chromium-mac-leopard/css2.1/t090501-c5525-flt-l-00-b-g-expected.checksum: * platform/chromium-mac-leopard/css2.1/t090501-c5525-flt-l-00-b-g-expected.png: * platform/chromium-mac-leopard/css2.1/t090501-c5525-flt-r-00-b-g-expected.checksum: * platform/chromium-mac-leopard/css2.1/t090501-c5525-flt-r-00-b-g-expected.png: * platform/chromium-mac-leopard/css2.1/t1202-counter-03-b-expected.checksum: * platform/chromium-mac-leopard/css2.1/t1202-counter-03-b-expected.png: * platform/chromium-mac-leopard/css2.1/t1202-counter-04-b-expected.checksum: * platform/chromium-mac-leopard/css2.1/t1202-counter-04-b-expected.png: * platform/chromium-mac-leopard/css2.1/t1202-counter-09-b-expected.checksum: * platform/chromium-mac-leopard/css2.1/t1202-counter-09-b-expected.png: * platform/chromium-mac-leopard/css2.1/t1202-counters-03-b-expected.checksum: * platform/chromium-mac-leopard/css2.1/t1202-counters-03-b-expected.png: * platform/chromium-mac-leopard/css2.1/t1202-counters-04-b-expected.checksum: * platform/chromium-mac-leopard/css2.1/t1202-counters-04-b-expected.png: * platform/chromium-mac-leopard/fast/css/beforeSelectorOnCodeElement-expected.checksum: * platform/chromium-mac-leopard/fast/css/beforeSelectorOnCodeElement-expected.png: * platform/chromium-mac-leopard/fast/css/font-face-opentype-expected.checksum: * platform/chromium-mac-leopard/fast/css/font-face-opentype-expected.png: * platform/chromium-mac-leopard/fast/css/rtl-ordering-expected.checksum: * platform/chromium-mac-leopard/fast/css/rtl-ordering-expected.png: * platform/chromium-mac-leopard/fast/css/text-overflow-ellipsis-bidi-expected.checksum: * platform/chromium-mac-leopard/fast/css/text-overflow-ellipsis-bidi-expected.png: * platform/chromium-mac-leopard/fast/css/text-security-expected.checksum: * platform/chromium-mac-leopard/fast/css/text-security-expected.png: * platform/chromium-mac-leopard/fast/encoding/denormalised-voiced-japanese-chars-expected.checksum: * platform/chromium-mac-leopard/fast/encoding/denormalised-voiced-japanese-chars-expected.png: * platform/chromium-mac-leopard/fast/encoding/invalid-UTF-8-expected.checksum: * platform/chromium-mac-leopard/fast/encoding/invalid-UTF-8-expected.png: * platform/chromium-mac-leopard/fast/forms/select-visual-hebrew-expected.checksum: * platform/chromium-mac-leopard/fast/forms/select-visual-hebrew-expected.png: * platform/chromium-mac-leopard/fast/forms/visual-hebrew-text-field-expected.checksum: * platform/chromium-mac-leopard/fast/forms/visual-hebrew-text-field-expected.png: * platform/chromium-mac-leopard/fast/text/bidi-embedding-pop-and-push-same-expected.checksum: * platform/chromium-mac-leopard/fast/text/bidi-embedding-pop-and-push-same-expected.png: * platform/chromium-mac-leopard/fast/text/cg-fallback-bolding-expected.checksum: * platform/chromium-mac-leopard/fast/text/cg-fallback-bolding-expected.png: * platform/chromium-mac-leopard/fast/text/in-rendered-text-rtl-expected.checksum: * platform/chromium-mac-leopard/fast/text/in-rendered-text-rtl-expected.png: * platform/chromium-mac-leopard/fast/text/international/001-expected.checksum: * platform/chromium-mac-leopard/fast/text/international/001-expected.png: * platform/chromium-mac-leopard/fast/text/international/bidi-AN-after-L-expected.checksum: * platform/chromium-mac-leopard/fast/text/international/bidi-AN-after-L-expected.png: * platform/chromium-mac-leopard/fast/text/international/bidi-AN-after-empty-run-expected.checksum: * platform/chromium-mac-leopard/fast/text/international/bidi-AN-after-empty-run-expected.png: * platform/chromium-mac-leopard/fast/text/international/bidi-AN-after-empty-run-expected.txt: * platform/chromium-mac-leopard/fast/text/international/bidi-CS-after-AN-expected.checksum: * platform/chromium-mac-leopard/fast/text/international/bidi-CS-after-AN-expected.png: * platform/chromium-mac-leopard/fast/text/international/bidi-CS-after-AN-expected.txt: * platform/chromium-mac-leopard/fast/text/international/bidi-L2-run-reordering-expected.checksum: * platform/chromium-mac-leopard/fast/text/international/bidi-L2-run-reordering-expected.png: * platform/chromium-mac-leopard/fast/text/international/bidi-LDB-2-CSS-expected.checksum: * platform/chromium-mac-leopard/fast/text/international/bidi-LDB-2-CSS-expected.png: * platform/chromium-mac-leopard/fast/text/international/bidi-LDB-2-HTML-expected.checksum: * platform/chromium-mac-leopard/fast/text/international/bidi-LDB-2-HTML-expected.png: * platform/chromium-mac-leopard/fast/text/international/bidi-LDB-2-formatting-characters-expected.checksum: * platform/chromium-mac-leopard/fast/text/international/bidi-LDB-2-formatting-characters-expected.png: * platform/chromium-mac-leopard/fast/text/international/bidi-european-terminators-expected.checksum: * platform/chromium-mac-leopard/fast/text/international/bidi-european-terminators-expected.png: * platform/chromium-mac-leopard/fast/text/international/bidi-ignored-for-first-child-inline-expected.checksum: * platform/chromium-mac-leopard/fast/text/international/bidi-ignored-for-first-child-inline-expected.png: * platform/chromium-mac-leopard/fast/text/international/bidi-innertext-expected.checksum: * platform/chromium-mac-leopard/fast/text/international/bidi-innertext-expected.png: * platform/chromium-mac-leopard/fast/text/international/bidi-linebreak-001-expected.checksum: * platform/chromium-mac-leopard/fast/text/international/bidi-linebreak-001-expected.png: * platform/chromium-mac-leopard/fast/text/international/bidi-linebreak-002-expected.checksum: * platform/chromium-mac-leopard/fast/text/international/bidi-linebreak-002-expected.png: * platform/chromium-mac-leopard/fast/text/international/bidi-linebreak-003-expected.checksum: * platform/chromium-mac-leopard/fast/text/international/bidi-linebreak-003-expected.png: * platform/chromium-mac-leopard/fast/text/international/bidi-listbox-atsui-expected.checksum: * platform/chromium-mac-leopard/fast/text/international/bidi-listbox-atsui-expected.png: * platform/chromium-mac-leopard/fast/text/international/bidi-listbox-expected.checksum: * platform/chromium-mac-leopard/fast/text/international/bidi-listbox-expected.png: * platform/chromium-mac-leopard/fast/text/international/bidi-override-expected.checksum: * platform/chromium-mac-leopard/fast/text/international/bidi-override-expected.png: * platform/chromium-mac-leopard/fast/text/international/danda-space-expected.checksum: * platform/chromium-mac-leopard/fast/text/international/danda-space-expected.png: * platform/chromium-mac-leopard/fast/text/international/hebrew-vowels-expected.checksum: * platform/chromium-mac-leopard/fast/text/international/hebrew-vowels-expected.png: * platform/chromium-mac-leopard/fast/text/international/hindi-spacing-expected.checksum: * platform/chromium-mac-leopard/fast/text/international/hindi-spacing-expected.png: * platform/chromium-mac-leopard/fast/text/international/hindi-whitespace-expected.checksum: * platform/chromium-mac-leopard/fast/text/international/hindi-whitespace-expected.png: * platform/chromium-mac-leopard/fast/text/international/plane2-expected.checksum: * platform/chromium-mac-leopard/fast/text/international/plane2-expected.png: * platform/chromium-mac-leopard/fast/text/international/rtl-caret-expected.checksum: * platform/chromium-mac-leopard/fast/text/international/rtl-caret-expected.png: * platform/chromium-mac-leopard/fast/text/international/thai-baht-space-expected.checksum: * platform/chromium-mac-leopard/fast/text/international/thai-baht-space-expected.png: * platform/chromium-mac-leopard/fast/text/international/thai-baht-space-expected.txt: * platform/chromium-mac-leopard/fast/text/international/wrap-CJK-001-expected.checksum: * platform/chromium-mac-leopard/fast/text/international/wrap-CJK-001-expected.png: * platform/chromium-mac/css2.1/t0805-c5518-brdr-t-01-e-expected.checksum: Removed. * platform/chromium-mac/css2.1/t0805-c5518-brdr-t-01-e-expected.png: Removed. * platform/chromium-mac/css2.1/t0805-c5519-brdr-r-00-a-expected.checksum: Removed. * platform/chromium-mac/css2.1/t0805-c5519-brdr-r-00-a-expected.png: Removed. * platform/chromium-mac/css2.1/t0805-c5520-brdr-b-01-e-expected.checksum: Removed. * platform/chromium-mac/css2.1/t0805-c5520-brdr-b-01-e-expected.png: Removed. * platform/chromium-mac/css2.1/t0805-c5521-brdr-l-00-a-expected.checksum: Removed. * platform/chromium-mac/css2.1/t0805-c5521-brdr-l-00-a-expected.png: Removed. * platform/chromium-mac/css2.1/t0805-c5521-brdr-l-01-e-expected.checksum: Removed. * platform/chromium-mac/css2.1/t0805-c5521-brdr-l-01-e-expected.png: Removed. * platform/chromium-mac/css2.1/t0805-c5521-ibrdr-l-00-a-expected.checksum: Removed. * platform/chromium-mac/css2.1/t0805-c5521-ibrdr-l-00-a-expected.png: Removed. * platform/chromium-mac/css2.1/t0905-c414-flt-02-c-expected.checksum: Removed. * platform/chromium-mac/css2.1/t0905-c414-flt-02-c-expected.png: Removed. * platform/chromium-mac/css2.1/t0905-c414-flt-03-c-expected.checksum: Removed. * platform/chromium-mac/css2.1/t0905-c414-flt-03-c-expected.png: Removed. * platform/chromium-mac/css2.1/t0905-c414-flt-04-c-expected.checksum: Removed. * platform/chromium-mac/css2.1/t0905-c414-flt-04-c-expected.png: Removed. * platform/chromium-mac/css2.1/t0905-c414-flt-fit-01-d-g-expected.checksum: Removed. * platform/chromium-mac/css2.1/t0905-c414-flt-fit-01-d-g-expected.png: Removed. * platform/chromium-mac/css2.1/t0905-c5525-fltblck-01-d-expected.checksum: Removed. * platform/chromium-mac/css2.1/t0905-c5525-fltblck-01-d-expected.png: Removed. * platform/chromium-mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.checksum: Removed. * platform/chromium-mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.png: Removed. * platform/chromium-mac/css2.1/t0905-c5525-fltwidth-03-c-g-expected.checksum: Removed. * platform/chromium-mac/css2.1/t0905-c5525-fltwidth-03-c-g-expected.png: Removed. * platform/chromium-mac/css2.1/t090501-c414-flt-01-b-expected.checksum: Removed. * platform/chromium-mac/css2.1/t090501-c414-flt-01-b-expected.png: Removed. * platform/chromium-mac/css2.1/t090501-c5525-flt-l-00-b-g-expected.checksum: Removed. * platform/chromium-mac/css2.1/t090501-c5525-flt-l-00-b-g-expected.png: Removed. * platform/chromium-mac/css2.1/t090501-c5525-flt-r-00-b-g-expected.checksum: Removed. * platform/chromium-mac/css2.1/t090501-c5525-flt-r-00-b-g-expected.png: Removed. * platform/chromium-mac/css2.1/t1202-counter-03-b-expected.checksum: Removed. * platform/chromium-mac/css2.1/t1202-counter-03-b-expected.png: Removed. * platform/chromium-mac/css2.1/t1202-counter-04-b-expected.checksum: Removed. * platform/chromium-mac/css2.1/t1202-counter-04-b-expected.png: Removed. * platform/chromium-mac/css2.1/t1202-counter-09-b-expected.checksum: Removed. * platform/chromium-mac/css2.1/t1202-counter-09-b-expected.png: Removed. * platform/chromium-mac/css2.1/t1202-counters-03-b-expected.checksum: Removed. * platform/chromium-mac/css2.1/t1202-counters-03-b-expected.png: Removed. * platform/chromium-mac/css2.1/t1202-counters-04-b-expected.checksum: Removed. * platform/chromium-mac/css2.1/t1202-counters-04-b-expected.png: Removed. * platform/chromium-mac/editing/deleting/5144139-2-expected.checksum: Removed. * platform/chromium-mac/editing/deleting/5144139-2-expected.png: Removed. * platform/chromium-mac/editing/selection/extend-selection-bidi-expected.checksum: Removed. * platform/chromium-mac/editing/selection/extend-selection-bidi-expected.png: Removed. * platform/chromium-mac/fast/css/beforeSelectorOnCodeElement-expected.checksum: Removed. * platform/chromium-mac/fast/css/beforeSelectorOnCodeElement-expected.png: Removed. * platform/chromium-mac/fast/css/font-face-opentype-expected.checksum: Removed. * platform/chromium-mac/fast/css/font-face-opentype-expected.png: Removed. * platform/chromium-mac/fast/css/rtl-ordering-expected.checksum: Removed. * platform/chromium-mac/fast/css/rtl-ordering-expected.png: Removed. * platform/chromium-mac/fast/css/text-overflow-ellipsis-bidi-expected.checksum: Removed. * platform/chromium-mac/fast/css/text-overflow-ellipsis-bidi-expected.png: Removed. * platform/chromium-mac/fast/css/text-security-expected.checksum: Removed. * platform/chromium-mac/fast/css/text-security-expected.png: Removed. * platform/chromium-mac/fast/encoding/denormalised-voiced-japanese-chars-expected.checksum: Removed. * platform/chromium-mac/fast/encoding/denormalised-voiced-japanese-chars-expected.png: Removed. * platform/chromium-mac/fast/encoding/invalid-UTF-8-expected.checksum: Removed. * platform/chromium-mac/fast/encoding/invalid-UTF-8-expected.png: Removed. * platform/chromium-mac/fast/forms/select-visual-hebrew-expected.checksum: Removed. * platform/chromium-mac/fast/forms/select-visual-hebrew-expected.png: Removed. * platform/chromium-mac/fast/forms/visual-hebrew-text-field-expected.checksum: Removed. * platform/chromium-mac/fast/forms/visual-hebrew-text-field-expected.png: Removed. * platform/chromium-mac/fast/text/bidi-embedding-pop-and-push-same-expected.checksum: Removed. * platform/chromium-mac/fast/text/bidi-embedding-pop-and-push-same-expected.png: Removed. * platform/chromium-mac/fast/text/cg-fallback-bolding-expected.checksum: Removed. * platform/chromium-mac/fast/text/cg-fallback-bolding-expected.png: Removed. * platform/chromium-mac/fast/text/complex-text-opacity-expected.checksum: Removed. * platform/chromium-mac/fast/text/complex-text-opacity-expected.png: Removed. * platform/chromium-mac/fast/text/complex-text-opacity-expected.txt: Removed. * platform/chromium-mac/fast/text/in-rendered-text-rtl-expected.checksum: Removed. * platform/chromium-mac/fast/text/in-rendered-text-rtl-expected.png: Removed. * platform/chromium-mac/fast/text/international/001-expected.checksum: Removed. * platform/chromium-mac/fast/text/international/001-expected.png: Removed. * platform/chromium-mac/fast/text/international/bidi-AN-after-L-expected.checksum: Removed. * platform/chromium-mac/fast/text/international/bidi-AN-after-L-expected.png: Removed. * platform/chromium-mac/fast/text/international/bidi-AN-after-empty-run-expected.checksum: Removed. * platform/chromium-mac/fast/text/international/bidi-AN-after-empty-run-expected.png: Removed. * platform/chromium-mac/fast/text/international/bidi-AN-after-empty-run-expected.txt: Removed. * platform/chromium-mac/fast/text/international/bidi-CS-after-AN-expected.checksum: Removed. * platform/chromium-mac/fast/text/international/bidi-CS-after-AN-expected.png: Removed. * platform/chromium-mac/fast/text/international/bidi-CS-after-AN-expected.txt: Removed. * platform/chromium-mac/fast/text/international/bidi-L2-run-reordering-expected.checksum: Removed. * platform/chromium-mac/fast/text/international/bidi-L2-run-reordering-expected.png: Removed. * platform/chromium-mac/fast/text/international/bidi-LDB-2-CSS-expected.checksum: Removed. * platform/chromium-mac/fast/text/international/bidi-LDB-2-CSS-expected.png: Removed. * platform/chromium-mac/fast/text/international/bidi-LDB-2-HTML-expected.checksum: Removed. * platform/chromium-mac/fast/text/international/bidi-LDB-2-HTML-expected.png: Removed. * platform/chromium-mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.checksum: Removed. * platform/chromium-mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.png: Removed. * platform/chromium-mac/fast/text/international/bidi-european-terminators-expected.checksum: Removed. * platform/chromium-mac/fast/text/international/bidi-european-terminators-expected.png: Removed. * platform/chromium-mac/fast/text/international/bidi-ignored-for-first-child-inline-expected.checksum: Removed. * platform/chromium-mac/fast/text/international/bidi-ignored-for-first-child-inline-expected.png: Removed. * platform/chromium-mac/fast/text/international/bidi-innertext-expected.checksum: Removed. * platform/chromium-mac/fast/text/international/bidi-innertext-expected.png: Removed. * platform/chromium-mac/fast/text/international/bidi-linebreak-001-expected.checksum: Removed. * platform/chromium-mac/fast/text/international/bidi-linebreak-001-expected.png: Removed. * platform/chromium-mac/fast/text/international/bidi-linebreak-002-expected.checksum: Removed. * platform/chromium-mac/fast/text/international/bidi-linebreak-002-expected.png: Removed. * platform/chromium-mac/fast/text/international/bidi-linebreak-003-expected.checksum: Removed. * platform/chromium-mac/fast/text/international/bidi-linebreak-003-expected.png: Removed. * platform/chromium-mac/fast/text/international/bidi-listbox-atsui-expected.checksum: Removed. * platform/chromium-mac/fast/text/international/bidi-listbox-atsui-expected.png: Removed. * platform/chromium-mac/fast/text/international/bidi-listbox-expected.checksum: Removed. * platform/chromium-mac/fast/text/international/bidi-listbox-expected.png: Removed. * platform/chromium-mac/fast/text/international/bidi-mirror-he-ar-expected.checksum: Removed. * platform/chromium-mac/fast/text/international/bidi-mirror-he-ar-expected.png: Removed. * platform/chromium-mac/fast/text/international/bidi-mirror-he-ar-expected.txt: Removed. * platform/chromium-mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.checksum: Removed. * platform/chromium-mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.png: Removed. * platform/chromium-mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt: Removed. * platform/chromium-mac/fast/text/international/bidi-neutral-run-expected.checksum: Removed. * platform/chromium-mac/fast/text/international/bidi-neutral-run-expected.png: Removed. * platform/chromium-mac/fast/text/international/bidi-neutral-run-expected.txt: Removed. * platform/chromium-mac/fast/text/international/bidi-override-expected.checksum: Removed. * platform/chromium-mac/fast/text/international/bidi-override-expected.png: Removed. * platform/chromium-mac/fast/text/international/danda-space-expected.checksum: Removed. * platform/chromium-mac/fast/text/international/danda-space-expected.png: Removed. * platform/chromium-mac/fast/text/international/hebrew-vowels-expected.checksum: Removed. * platform/chromium-mac/fast/text/international/hebrew-vowels-expected.png: Removed. * platform/chromium-mac/fast/text/international/hindi-spacing-expected.checksum: Removed. * platform/chromium-mac/fast/text/international/hindi-spacing-expected.png: Removed. * platform/chromium-mac/fast/text/international/hindi-whitespace-expected.checksum: Removed. * platform/chromium-mac/fast/text/international/hindi-whitespace-expected.png: Removed. * platform/chromium-mac/fast/text/international/plane2-expected.checksum: Removed. * platform/chromium-mac/fast/text/international/plane2-expected.png: Removed. * platform/chromium-mac/fast/text/international/rtl-caret-expected.checksum: Removed. * platform/chromium-mac/fast/text/international/rtl-caret-expected.png: Removed. * platform/chromium-mac/fast/text/international/thai-baht-space-expected.checksum: Removed. * platform/chromium-mac/fast/text/international/thai-baht-space-expected.png: Removed. * platform/chromium-mac/fast/text/international/thai-baht-space-expected.txt: Removed. * platform/chromium-mac/fast/text/international/wrap-CJK-001-expected.checksum: Removed. * platform/chromium-mac/fast/text/international/wrap-CJK-001-expected.png: Removed. * platform/chromium/test_expectations.txt: 2010-12-14 Helder Correia Reviewed by Ariya Hidayat. [Qt] Canvas shadow offset should not be affected by any transformation https://bugs.webkit.org/show_bug.cgi?id=50422 On a canvas context, shadows are currently affected by all transformations except scaling. According to the spec: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#shadows "The shadowOffsetX and shadowOffsetY attributes specify the distance that the shadow will be offset in the positive horizontal and positive vertical distance respectively. Their values are in coordinate space units. They are not affected by the current transformation matrix." NOTE: this applies only to canvas, not to box shadows. Add new test to ensure that shadows are correctly transformed keeping the relative offset to the shape. * fast/canvas/canvas-scale-strokePath-shadow-expected.txt: * fast/canvas/canvas-transforms-fillRect-shadow-expected.txt: Added. * fast/canvas/canvas-transforms-fillRect-shadow.html: Added. * fast/canvas/script-tests/canvas-scale-fillPath-shadow.js: * fast/canvas/script-tests/canvas-scale-fillRect-shadow.js: * fast/canvas/script-tests/canvas-scale-strokePath-shadow.js: Now using a lineWidth > 1 to make it easier to test and more fair among all ports, since there can be different transformation smoothness or aliasing settings. * fast/canvas/script-tests/canvas-transforms-fillRect-shadow.js: Added. 2010-12-14 Pavel Feldman Not reviewed. Removed obsolete chromium expectations. * platform/chromium/accessibility/post-notification-ActiveDescendantChanged-expected.txt: Removed. * platform/chromium/accessibility/post-notification-ActiveDescendantChanged.html: Removed. * platform/chromium/accessibility/post-notification-CheckedStateChanged-expected.txt: Removed. * platform/chromium/accessibility/post-notification-CheckedStateChanged.html: Removed. * platform/chromium/accessibility/post-notification-ChildrenChanged-expected.txt: Removed. * platform/chromium/accessibility/post-notification-ChildrenChanged.html: Removed. * platform/chromium/accessibility/post-notification-FocusedUIElementChanged-expected.txt: Removed. * platform/chromium/accessibility/post-notification-FocusedUIElementChanged.html: Removed. * platform/chromium/accessibility/post-notification-LayoutComplete-expected.txt: Removed. * platform/chromium/accessibility/post-notification-LayoutComplete.html: Removed. * platform/chromium/accessibility/post-notification-LiveRegionChanged-expected.txt: Removed. * platform/chromium/accessibility/post-notification-LiveRegionChanged.html: Removed. * platform/chromium/accessibility/post-notification-LoadComplete-expected.txt: Removed. * platform/chromium/accessibility/post-notification-LoadComplete.html: Removed. * platform/chromium/accessibility/post-notification-MenuListValueChanged-expected.txt: Removed. * platform/chromium/accessibility/post-notification-MenuListValueChanged.html: Removed. * platform/chromium/accessibility/post-notification-RowCollapsed-expected.txt: Removed. * platform/chromium/accessibility/post-notification-RowCollapsed.html: Removed. * platform/chromium/accessibility/post-notification-RowCountChanged-expected.txt: Removed. * platform/chromium/accessibility/post-notification-RowCountChanged.html: Removed. * platform/chromium/accessibility/post-notification-RowExpanded-expected.txt: Removed. * platform/chromium/accessibility/post-notification-RowExpanded.html: Removed. * platform/chromium/accessibility/post-notification-ScrolledToAnchor-expected.txt: Removed. * platform/chromium/accessibility/post-notification-ScrolledToAnchor.html: Removed. * platform/chromium/accessibility/post-notification-SelectedChildrenChanged-expected.txt: Removed. * platform/chromium/accessibility/post-notification-SelectedChildrenChanged.html: Removed. * platform/chromium/accessibility/post-notification-SelectedTextChanged-expected.txt: Removed. * platform/chromium/accessibility/post-notification-SelectedTextChanged.html: Removed. * platform/chromium/accessibility/post-notification-ValueChanged-expected.txt: Removed. * platform/chromium/accessibility/post-notification-ValueChanged.html: Removed. * platform/chromium/accessibility/post-notification.js: Removed. * platform/chromium/test_expectations.txt: 2010-12-14 Pavel Feldman Not reviewed. More chromium rebaselines. * platform/chromium-mac/fast/text/complex-text-opacity-expected.checksum: Added. * platform/chromium-mac/fast/text/complex-text-opacity-expected.png: Added. * platform/chromium-mac/fast/text/complex-text-opacity-expected.txt: Added. * platform/chromium-mac/fast/text/international/bidi-AN-after-empty-run-expected.checksum: Added. * platform/chromium-mac/fast/text/international/bidi-AN-after-empty-run-expected.png: Added. * platform/chromium-mac/fast/text/international/bidi-AN-after-empty-run-expected.txt: Added. * platform/chromium-mac/fast/text/international/bidi-CS-after-AN-expected.checksum: Added. * platform/chromium-mac/fast/text/international/bidi-CS-after-AN-expected.png: Added. * platform/chromium-mac/fast/text/international/bidi-CS-after-AN-expected.txt: Added. * platform/chromium-mac/fast/text/international/bidi-mirror-he-ar-expected.checksum: * platform/chromium-mac/fast/text/international/bidi-mirror-he-ar-expected.png: * platform/chromium-mac/fast/text/international/bidi-mirror-he-ar-expected.txt: * platform/chromium-mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.checksum: * platform/chromium-mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.png: * platform/chromium-mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt: * platform/chromium-mac/fast/text/international/bidi-neutral-run-expected.checksum: * platform/chromium-mac/fast/text/international/bidi-neutral-run-expected.png: * platform/chromium-mac/fast/text/international/bidi-neutral-run-expected.txt: * platform/chromium-mac/fast/text/international/thai-baht-space-expected.checksum: Added. * platform/chromium-mac/fast/text/international/thai-baht-space-expected.png: Added. * platform/chromium-mac/fast/text/international/thai-baht-space-expected.txt: Added. 2010-12-14 Mario Sanchez Prada Unreviewed, skipping flaky test on GTK debug bot. [gtk] editing/selection/extend-by-character-002.html is flaky on GTK Linux 64 bit debug https://bugs.webkit.org/show_bug.cgi?id=51017 * platform/gtk/Skipped: Skipped test. 2010-12-14 Mario Sanchez Prada Unreviewed, skipping test crashing in the GTK release bot. [GTK] Crash in LayoutTest/fast/history/history_reload.html https://bugs.webkit.org/show_bug.cgi?id=51038 * platform/gtk/Skipped: Skipped fast/history/history_reload.html. 2010-12-14 Pavel Feldman Not reviewed. Updated chromium expectations. * platform/chromium/test_expectations.txt: 2010-12-14 Mario Sanchez Prada Reviewed by Xan Lopez. [Gtk] Implement STATE_FOCUSED, STATE_FOCUSABLE, and corresponding events for text objects https://bugs.webkit.org/show_bug.cgi?id=27048 Added a new GTK-specific test to check focus{able|ed} states are properly set when moving the caret across text objects. * platform/gtk/accessibility/caret-browsing-text-focus-expected.txt: Added. * platform/gtk/accessibility/caret-browsing-text-focus.html: Added. 2010-12-14 Pavel Feldman Not reviwed. Chromium expectations updated. * platform/chromium/test_expectations.txt: 2010-12-14 Alexander Pavlov Reviewed by Yury Semikhatsky. Web Inspector: Reverted stylesheet breaks style data https://bugs.webkit.org/show_bug.cgi?id=51030 * inspector/styles-new-API-expected.txt: * inspector/styles-new-API.html: 2010-12-14 Mads Ager Reviewed by Pavel Feldman. [V8] Reflected unsigned attributes should be in the range [0, 2^31) https://bugs.webkit.org/show_bug.cgi?id=51023 Remove test that now passes from chromium test expectations. * platform/chromium/test_expectations.txt: 2010-12-14 Mario Sanchez Prada Unreviewed, skipping failing test in the release bots. Incorrect refcount on plug.testObject in LayoutTests/plugins/refcount-leaks.html https://bugs.webkit.org/show_bug.cgi?id=51027 * platform/gtk/Skipped: Skip plugins/refcount-leaks.html. 2010-12-14 Pavel Feldman Not reviewed. Chromium tests rebaselined. * platform/chromium-mac/css2.1/t0805-c5518-brdr-t-01-e-expected.checksum: Added. * platform/chromium-mac/css2.1/t0805-c5518-brdr-t-01-e-expected.png: Added. * platform/chromium-mac/css2.1/t0805-c5519-brdr-r-00-a-expected.checksum: Added. * platform/chromium-mac/css2.1/t0805-c5519-brdr-r-00-a-expected.png: Added. * platform/chromium-mac/css2.1/t0805-c5520-brdr-b-01-e-expected.checksum: Added. * platform/chromium-mac/css2.1/t0805-c5520-brdr-b-01-e-expected.png: Added. * platform/chromium-mac/css2.1/t0805-c5521-brdr-l-00-a-expected.checksum: Added. * platform/chromium-mac/css2.1/t0805-c5521-brdr-l-00-a-expected.png: Added. * platform/chromium-mac/css2.1/t0805-c5521-brdr-l-01-e-expected.checksum: Added. * platform/chromium-mac/css2.1/t0805-c5521-brdr-l-01-e-expected.png: Added. * platform/chromium-mac/css2.1/t0805-c5521-ibrdr-l-00-a-expected.checksum: Added. * platform/chromium-mac/css2.1/t0805-c5521-ibrdr-l-00-a-expected.png: Added. * platform/chromium-mac/css2.1/t0905-c414-flt-02-c-expected.checksum: Added. * platform/chromium-mac/css2.1/t0905-c414-flt-02-c-expected.png: Added. * platform/chromium-mac/css2.1/t0905-c414-flt-03-c-expected.checksum: Added. * platform/chromium-mac/css2.1/t0905-c414-flt-03-c-expected.png: Added. * platform/chromium-mac/css2.1/t0905-c414-flt-04-c-expected.checksum: Added. * platform/chromium-mac/css2.1/t0905-c414-flt-04-c-expected.png: Added. * platform/chromium-mac/css2.1/t0905-c414-flt-fit-01-d-g-expected.checksum: Added. * platform/chromium-mac/css2.1/t0905-c414-flt-fit-01-d-g-expected.png: Added. * platform/chromium-mac/css2.1/t0905-c5525-fltblck-01-d-expected.checksum: Added. * platform/chromium-mac/css2.1/t0905-c5525-fltblck-01-d-expected.png: Added. * platform/chromium-mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.checksum: Added. * platform/chromium-mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.png: Added. * platform/chromium-mac/css2.1/t0905-c5525-flthw-00-c-g-expected.checksum: Added. * platform/chromium-mac/css2.1/t0905-c5525-flthw-00-c-g-expected.png: Added. * platform/chromium-mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.checksum: * platform/chromium-mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png: * platform/chromium-mac/css2.1/t0905-c5525-fltwidth-03-c-g-expected.checksum: Added. * platform/chromium-mac/css2.1/t0905-c5525-fltwidth-03-c-g-expected.png: Added. * platform/chromium-mac/css2.1/t0905-c5526-flthw-00-c-g-expected.checksum: Added. * platform/chromium-mac/css2.1/t0905-c5526-flthw-00-c-g-expected.png: Added. * platform/chromium-mac/css2.1/t090501-c414-flt-01-b-expected.checksum: Added. * platform/chromium-mac/css2.1/t090501-c414-flt-01-b-expected.png: Added. * platform/chromium-mac/css2.1/t090501-c414-flt-03-b-g-expected.checksum: * platform/chromium-mac/css2.1/t090501-c414-flt-03-b-g-expected.png: * platform/chromium-mac/css2.1/t090501-c5525-flt-l-00-b-g-expected.checksum: Added. * platform/chromium-mac/css2.1/t090501-c5525-flt-l-00-b-g-expected.png: Added. * platform/chromium-mac/css2.1/t090501-c5525-flt-r-00-b-g-expected.checksum: Added. * platform/chromium-mac/css2.1/t090501-c5525-flt-r-00-b-g-expected.png: Added. * platform/chromium-mac/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.checksum: * platform/chromium-mac/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.png: * platform/chromium-mac/css2.1/t1202-counter-03-b-expected.checksum: Added. * platform/chromium-mac/css2.1/t1202-counter-03-b-expected.png: Added. * platform/chromium-mac/css2.1/t1202-counter-04-b-expected.checksum: Added. * platform/chromium-mac/css2.1/t1202-counter-04-b-expected.png: Added. * platform/chromium-mac/css2.1/t1202-counter-09-b-expected.checksum: Added. * platform/chromium-mac/css2.1/t1202-counter-09-b-expected.png: Added. * platform/chromium-mac/css2.1/t1202-counters-03-b-expected.checksum: Added. * platform/chromium-mac/css2.1/t1202-counters-03-b-expected.png: Added. * platform/chromium-mac/css2.1/t1202-counters-04-b-expected.checksum: Added. * platform/chromium-mac/css2.1/t1202-counters-04-b-expected.png: Added. * platform/chromium-mac/css2.1/t1202-counters-09-b-expected.checksum: * platform/chromium-mac/css2.1/t1202-counters-09-b-expected.png: * platform/chromium-mac/editing/deleting/5144139-2-expected.checksum: Added. * platform/chromium-mac/editing/deleting/5144139-2-expected.png: Added. * platform/chromium-mac/editing/selection/caret-rtl-2-expected.checksum: * platform/chromium-mac/editing/selection/caret-rtl-2-expected.png: * platform/chromium-mac/editing/selection/caret-rtl-2-left-expected.checksum: * platform/chromium-mac/editing/selection/caret-rtl-2-left-expected.png: * platform/chromium-mac/editing/selection/caret-rtl-expected.checksum: * platform/chromium-mac/editing/selection/caret-rtl-expected.png: * platform/chromium-mac/editing/selection/caret-rtl-right-expected.checksum: * platform/chromium-mac/editing/selection/caret-rtl-right-expected.png: * platform/chromium-mac/editing/selection/extend-selection-bidi-expected.checksum: Added. * platform/chromium-mac/editing/selection/extend-selection-bidi-expected.png: Added. * platform/chromium-mac/fast/css/beforeSelectorOnCodeElement-expected.checksum: Added. * platform/chromium-mac/fast/css/beforeSelectorOnCodeElement-expected.png: Added. * platform/chromium-mac/fast/css/font-face-opentype-expected.checksum: Added. * platform/chromium-mac/fast/css/font-face-opentype-expected.png: Added. * platform/chromium-mac/fast/css/rtl-ordering-expected.checksum: Added. * platform/chromium-mac/fast/css/rtl-ordering-expected.png: Added. * platform/chromium-mac/fast/css/text-overflow-ellipsis-bidi-expected.checksum: Added. * platform/chromium-mac/fast/css/text-overflow-ellipsis-bidi-expected.png: Added. * platform/chromium-mac/fast/css/text-overflow-ellipsis-strict-expected.checksum: * platform/chromium-mac/fast/css/text-overflow-ellipsis-strict-expected.png: * platform/chromium-mac/fast/css/text-security-expected.checksum: Added. * platform/chromium-mac/fast/css/text-security-expected.png: Added. * platform/chromium-mac/fast/encoding/denormalised-voiced-japanese-chars-expected.checksum: Added. * platform/chromium-mac/fast/encoding/denormalised-voiced-japanese-chars-expected.png: Added. * platform/chromium-mac/fast/encoding/invalid-UTF-8-expected.checksum: Added. * platform/chromium-mac/fast/encoding/invalid-UTF-8-expected.png: Added. * platform/chromium-mac/fast/forms/select-visual-hebrew-expected.checksum: Added. * platform/chromium-mac/fast/forms/select-visual-hebrew-expected.png: Added. * platform/chromium-mac/fast/forms/visual-hebrew-text-field-expected.checksum: Added. * platform/chromium-mac/fast/forms/visual-hebrew-text-field-expected.png: Added. * platform/chromium-mac/fast/text/backslash-to-yen-sign-euc-expected.checksum: * platform/chromium-mac/fast/text/backslash-to-yen-sign-euc-expected.png: * platform/chromium-mac/fast/text/backslash-to-yen-sign-expected.checksum: * platform/chromium-mac/fast/text/backslash-to-yen-sign-expected.png: * platform/chromium-mac/fast/text/bidi-embedding-pop-and-push-same-expected.checksum: Added. * platform/chromium-mac/fast/text/bidi-embedding-pop-and-push-same-expected.png: Added. * platform/chromium-mac/fast/text/cg-fallback-bolding-expected.checksum: Added. * platform/chromium-mac/fast/text/cg-fallback-bolding-expected.png: Added. * platform/chromium-mac/fast/text/in-rendered-text-rtl-expected.checksum: Added. * platform/chromium-mac/fast/text/in-rendered-text-rtl-expected.png: Added. * platform/chromium-mac/fast/text/international/001-expected.checksum: Added. * platform/chromium-mac/fast/text/international/001-expected.png: Added. * platform/chromium-mac/fast/text/international/bidi-AN-after-L-expected.checksum: Added. * platform/chromium-mac/fast/text/international/bidi-AN-after-L-expected.png: Added. * platform/chromium-mac/fast/text/international/bidi-L2-run-reordering-expected.checksum: Added. * platform/chromium-mac/fast/text/international/bidi-L2-run-reordering-expected.png: Added. * platform/chromium-mac/fast/text/international/bidi-LDB-2-CSS-expected.checksum: Added. * platform/chromium-mac/fast/text/international/bidi-LDB-2-CSS-expected.png: Added. * platform/chromium-mac/fast/text/international/bidi-LDB-2-HTML-expected.checksum: Added. * platform/chromium-mac/fast/text/international/bidi-LDB-2-HTML-expected.png: Added. * platform/chromium-mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.checksum: Added. * platform/chromium-mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.png: Added. * platform/chromium-mac/fast/text/international/bidi-european-terminators-expected.checksum: Added. * platform/chromium-mac/fast/text/international/bidi-european-terminators-expected.png: Added. * platform/chromium-mac/fast/text/international/bidi-ignored-for-first-child-inline-expected.checksum: Added. * platform/chromium-mac/fast/text/international/bidi-ignored-for-first-child-inline-expected.png: Added. * platform/chromium-mac/fast/text/international/bidi-innertext-expected.checksum: Added. * platform/chromium-mac/fast/text/international/bidi-innertext-expected.png: Added. * platform/chromium-mac/fast/text/international/bidi-linebreak-001-expected.checksum: Added. * platform/chromium-mac/fast/text/international/bidi-linebreak-001-expected.png: Added. * platform/chromium-mac/fast/text/international/bidi-linebreak-002-expected.checksum: Added. * platform/chromium-mac/fast/text/international/bidi-linebreak-002-expected.png: Added. * platform/chromium-mac/fast/text/international/bidi-linebreak-003-expected.checksum: Added. * platform/chromium-mac/fast/text/international/bidi-linebreak-003-expected.png: Added. * platform/chromium-mac/fast/text/international/bidi-listbox-atsui-expected.checksum: Added. * platform/chromium-mac/fast/text/international/bidi-listbox-atsui-expected.png: Added. * platform/chromium-mac/fast/text/international/bidi-listbox-expected.checksum: Added. * platform/chromium-mac/fast/text/international/bidi-listbox-expected.png: Added. * platform/chromium-mac/fast/text/international/bidi-override-expected.checksum: Added. * platform/chromium-mac/fast/text/international/bidi-override-expected.png: Added. * platform/chromium-mac/fast/text/international/complex-character-based-fallback-expected.checksum: Added. * platform/chromium-mac/fast/text/international/complex-character-based-fallback-expected.png: Added. * platform/chromium-mac/fast/text/international/danda-space-expected.checksum: Added. * platform/chromium-mac/fast/text/international/danda-space-expected.png: Added. * platform/chromium-mac/fast/text/international/hebrew-vowels-expected.checksum: Added. * platform/chromium-mac/fast/text/international/hebrew-vowels-expected.png: Added. * platform/chromium-mac/fast/text/international/hindi-spacing-expected.checksum: Added. * platform/chromium-mac/fast/text/international/hindi-spacing-expected.png: Added. * platform/chromium-mac/fast/text/international/hindi-whitespace-expected.checksum: Added. * platform/chromium-mac/fast/text/international/hindi-whitespace-expected.png: Added. * platform/chromium-mac/fast/text/international/plane2-expected.checksum: Added. * platform/chromium-mac/fast/text/international/plane2-expected.png: Added. * platform/chromium-mac/fast/text/international/rtl-caret-expected.checksum: Added. * platform/chromium-mac/fast/text/international/rtl-caret-expected.png: Added. * platform/chromium-mac/fast/text/international/wrap-CJK-001-expected.checksum: Added. * platform/chromium-mac/fast/text/international/wrap-CJK-001-expected.png: Added. * platform/chromium-win/svg/filters/feColorMatrix-offset-expected.checksum: Added. * platform/chromium-win/svg/filters/feColorMatrix-offset-expected.png: Added. * platform/chromium/test_expectations.txt: 2010-12-14 Julien Chaffraix Reviewed by Darin Adler. Test for: EventSource fails to connect if Content-Type header has a charset attribute https://bugs.webkit.org/show_bug.cgi?id=45372 Test that a Content-Type of "text/event-stream; charset=UTF8" works correctly but "text/event-stream" does not work. * http/tests/eventsource/eventsource-content-type-charset-expected.txt: Added. * http/tests/eventsource/eventsource-content-type-charset.html: Added. * http/tests/eventsource/eventsource-content-type-text-event-stream-foobar-expected.txt: Added. * http/tests/eventsource/eventsource-content-type-text-event-stream-foobar.html: Added. * http/tests/eventsource/resources/response-content-type-charset.php: Added. * http/tests/eventsource/resources/response-content-type-event-stream-foobar.php: Added. 2010-12-14 Pieter Senster Reviewed by Dirk Schulze. Test that the channel offsets in the ColorMatrix filter are correctly incorporated https://bugs.webkit.org/show_bug.cgi?id=50682 * platform/mac/svg/filters/feColorMatrix-offset-expected.checksum: Added. * platform/mac/svg/filters/feColorMatrix-offset-expected.png: Added. * platform/mac/svg/filters/feColorMatrix-offset-expected.txt: Added. * svg/filters/feColorMatrix-offset.svg: Added. 2010-12-13 Dan Bernstein Updated Leopard-specific results after r73993. * platform/mac-leopard/css2.1/t1202-counter-04-b-expected.txt: * platform/mac-leopard/css2.1/t1202-counters-04-b-expected.txt: * platform/mac-leopard/fast/text/complex-text-opacity-expected.txt: * platform/mac-leopard/fast/text/international/bidi-AN-after-L-expected.txt: * platform/mac-leopard/fast/text/international/bidi-AN-after-empty-run-expected.txt: * platform/mac-leopard/fast/text/international/bidi-CS-after-AN-expected.txt: * platform/mac-leopard/fast/text/international/bidi-mirror-he-ar-expected.txt: * platform/mac-leopard/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt: * platform/mac-leopard/fast/text/international/bidi-neutral-run-expected.txt: * platform/mac-leopard/fast/text/international/thai-baht-space-expected.txt: * platform/mac-leopard/platform/mac/editing/input/devanagari-ligature-expected.txt: 2010-12-13 Dai Mikurube Reviewed by Kent Tamura. ValidityState's exposed functions should check if willValidate() is true before all https://bugs.webkit.org/show_bug.cgi?id=50617 * fast/css/pseudo-required-optional-005-expected.txt: * fast/css/pseudo-required-optional-005.html: * fast/css/pseudo-valid-001-expected.txt: * fast/css/pseudo-valid-001.html: * fast/css/pseudo-valid-unapplied-expected.txt: * fast/css/pseudo-valid-unapplied.html: * fast/forms/ValidityState-customError.html: * fast/forms/ValidityState-customError-expected.txt: * fast/forms/ValidityState-customError.html: * fast/forms/ValidityState-patternMismatch-expected.txt: * fast/forms/ValidityState-patternMismatch.html: * fast/forms/ValidityState-rangeOverflow-expected.txt: * fast/forms/ValidityState-rangeUnderflow-expected.txt: * fast/forms/ValidityState-stepMismatch-expected.txt: * fast/forms/ValidityState-tooLong-input-expected.txt: * fast/forms/ValidityState-tooLong-textarea-expected.txt: * fast/forms/ValidityState-typeMismatch-color-expected.txt: * fast/forms/ValidityState-typeMismatch-date-expected.txt: * fast/forms/ValidityState-typeMismatch-datetime-expected.txt: * fast/forms/ValidityState-typeMismatch-datetimelocal-expected.txt: * fast/forms/ValidityState-typeMismatch-month-expected.txt: * fast/forms/ValidityState-typeMismatch-number-expected.txt: * fast/forms/ValidityState-typeMismatch-time-expected.txt: * fast/forms/ValidityState-typeMismatch-url-expected.txt: * fast/forms/ValidityState-typeMismatch-week-expected.txt: * fast/forms/script-tests/ValidityState-rangeOverflow.js: (checkOverflow): (checkNotOverflow): * fast/forms/script-tests/ValidityState-rangeUnderflow.js: (checkUnderflow): (checkNotUnderflow): * fast/forms/script-tests/ValidityState-stepMismatch.js: (stepMismatchFor): * fast/forms/script-tests/ValidityState-tooLong-input.js: * fast/forms/script-tests/ValidityState-tooLong-textarea.js: * fast/forms/script-tests/ValidityState-typeMismatch-color.js: (): * fast/forms/script-tests/ValidityState-typeMismatch-date.js: (): (shouldBeValid): (shouldBeInvalid): * fast/forms/script-tests/ValidityState-typeMismatch-datetime.js: (): (shouldBeValid): (shouldBeInvalid): * fast/forms/script-tests/ValidityState-typeMismatch-datetimelocal.js: (): (shouldBeValid): (shouldBeInvalid): * fast/forms/script-tests/ValidityState-typeMismatch-month.js: (): (shouldBeValid): (shouldBeInvalid): * fast/forms/script-tests/ValidityState-typeMismatch-number.js: (): * fast/forms/script-tests/ValidityState-typeMismatch-time.js: (): (shouldBeValid): (shouldBeInvalid): * fast/forms/script-tests/ValidityState-typeMismatch-url.js: (check): (expectValid): (expectInvalid): * fast/forms/script-tests/ValidityState-typeMismatch-week.js: (): (shouldBeValid): (shouldBeInvalid): * fast/forms/script-tests/willvalidate.js: * fast/forms/willvalidate-expected.txt: 2010-12-13 Brian Weinstein Rebaseline Windows test results after r73993. All of these results were updated on the Mac with this change, and this rebaselines Windows results to pass. * platform/win/css2.1/t0805-c5519-brdr-r-01-e-expected.txt: Added. * platform/win/css2.1/t0805-c5521-brdr-l-01-e-expected.txt: Added. * platform/win/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt: Added. * platform/win/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt: Added. * platform/win/css2.1/t0905-c5525-fltwrap-00-b-expected.txt: Added. * platform/win/css2.1/t1202-counter-04-b-expected.txt: * platform/win/css2.1/t1202-counters-04-b-expected.txt: * platform/win/editing/deleting/5144139-2-expected.txt: Added. * platform/win/fast/text/international/bidi-mirror-he-ar-expected.txt: * platform/win/fast/text/international/bold-bengali-expected.txt: * platform/win/fast/text/international/complex-character-based-fallback-expected.txt: * platform/win/fast/text/international/hebrew-vowels-expected.txt: * platform/win/transforms/2d/hindi-rotated-expected.txt: 2010-12-13 Gavin Peters Reviewed by Adam Barth. Re land Purpose after bad merge https://bugs.webkit.org/show_bug.cgi?id=51000 * http/tests/misc/resources/prefetch-purpose.php: 2010-12-13 Mihai Parparita Unreviewed Chromium test expectations update. Now that we've switched Chromium to the DRT (and the switch seems to have stuck), remove the BUG_AWESOME lines about tests that only pass with the DRT (but not test_shell). * platform/chromium/test_expectations.txt: 2010-12-13 Dan Bernstein Reviewed by Simon Fraser. REGRESSION (r72173): Fallback fonts’ vertical metrics aren’t accounted for even when line-height is unspecified https://bugs.webkit.org/show_bug.cgi?id=50979 * editing/selection/extend-selection-bidi-expected.txt: * platform/mac/css2.1/t0805-c5518-brdr-t-01-e-expected.checksum: * platform/mac/css2.1/t0805-c5518-brdr-t-01-e-expected.png: * platform/mac/css2.1/t0805-c5518-brdr-t-01-e-expected.txt: * platform/mac/css2.1/t0805-c5519-brdr-r-00-a-expected.checksum: * platform/mac/css2.1/t0805-c5519-brdr-r-00-a-expected.png: * platform/mac/css2.1/t0805-c5519-brdr-r-00-a-expected.txt: * platform/mac/css2.1/t0805-c5520-brdr-b-01-e-expected.checksum: * platform/mac/css2.1/t0805-c5520-brdr-b-01-e-expected.png: * platform/mac/css2.1/t0805-c5520-brdr-b-01-e-expected.txt: * platform/mac/css2.1/t0805-c5521-brdr-l-00-a-expected.checksum: * platform/mac/css2.1/t0805-c5521-brdr-l-00-a-expected.png: * platform/mac/css2.1/t0805-c5521-brdr-l-00-a-expected.txt: * platform/mac/css2.1/t0805-c5521-brdr-l-01-e-expected.checksum: * platform/mac/css2.1/t0805-c5521-brdr-l-01-e-expected.png: * platform/mac/css2.1/t0805-c5521-brdr-l-01-e-expected.txt: * platform/mac/css2.1/t0805-c5521-ibrdr-l-00-a-expected.checksum: * platform/mac/css2.1/t0805-c5521-ibrdr-l-00-a-expected.png: * platform/mac/css2.1/t0805-c5521-ibrdr-l-00-a-expected.txt: * platform/mac/css2.1/t0905-c414-flt-02-c-expected.checksum: * platform/mac/css2.1/t0905-c414-flt-02-c-expected.png: * platform/mac/css2.1/t0905-c414-flt-02-c-expected.txt: * platform/mac/css2.1/t0905-c414-flt-03-c-expected.checksum: * platform/mac/css2.1/t0905-c414-flt-03-c-expected.png: * platform/mac/css2.1/t0905-c414-flt-03-c-expected.txt: * platform/mac/css2.1/t0905-c414-flt-04-c-expected.checksum: * platform/mac/css2.1/t0905-c414-flt-04-c-expected.png: * platform/mac/css2.1/t0905-c414-flt-04-c-expected.txt: * platform/mac/css2.1/t0905-c414-flt-fit-01-d-g-expected.checksum: * platform/mac/css2.1/t0905-c414-flt-fit-01-d-g-expected.png: * platform/mac/css2.1/t0905-c414-flt-fit-01-d-g-expected.txt: * platform/mac/css2.1/t0905-c5525-fltblck-01-d-expected.checksum: * platform/mac/css2.1/t0905-c5525-fltblck-01-d-expected.png: * platform/mac/css2.1/t0905-c5525-fltblck-01-d-expected.txt: * platform/mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.checksum: * platform/mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.png: * platform/mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt: * platform/mac/css2.1/t0905-c5525-flthw-00-c-g-expected.checksum: * platform/mac/css2.1/t0905-c5525-flthw-00-c-g-expected.png: * platform/mac/css2.1/t0905-c5525-flthw-00-c-g-expected.txt: * platform/mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.checksum: * platform/mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png: * platform/mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt: * platform/mac/css2.1/t0905-c5525-fltwidth-02-c-g-expected.checksum: * platform/mac/css2.1/t0905-c5525-fltwidth-02-c-g-expected.png: * platform/mac/css2.1/t0905-c5525-fltwidth-02-c-g-expected.txt: * platform/mac/css2.1/t0905-c5525-fltwidth-03-c-g-expected.checksum: * platform/mac/css2.1/t0905-c5525-fltwidth-03-c-g-expected.png: * platform/mac/css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt: * platform/mac/css2.1/t0905-c5525-fltwrap-00-b-expected.checksum: * platform/mac/css2.1/t0905-c5525-fltwrap-00-b-expected.png: * platform/mac/css2.1/t0905-c5525-fltwrap-00-b-expected.txt: * platform/mac/css2.1/t0905-c5526-flthw-00-c-g-expected.checksum: * platform/mac/css2.1/t0905-c5526-flthw-00-c-g-expected.png: * platform/mac/css2.1/t0905-c5526-flthw-00-c-g-expected.txt: * platform/mac/css2.1/t090501-c414-flt-01-b-expected.checksum: * platform/mac/css2.1/t090501-c414-flt-01-b-expected.png: * platform/mac/css2.1/t090501-c414-flt-01-b-expected.txt: * platform/mac/css2.1/t090501-c414-flt-03-b-g-expected.checksum: * platform/mac/css2.1/t090501-c414-flt-03-b-g-expected.png: * platform/mac/css2.1/t090501-c414-flt-03-b-g-expected.txt: * platform/mac/css2.1/t090501-c5525-flt-l-00-b-g-expected.checksum: * platform/mac/css2.1/t090501-c5525-flt-l-00-b-g-expected.png: * platform/mac/css2.1/t090501-c5525-flt-l-00-b-g-expected.txt: * platform/mac/css2.1/t090501-c5525-flt-r-00-b-g-expected.checksum: * platform/mac/css2.1/t090501-c5525-flt-r-00-b-g-expected.png: * platform/mac/css2.1/t090501-c5525-flt-r-00-b-g-expected.txt: * platform/mac/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.checksum: * platform/mac/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.png: * platform/mac/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.txt: * platform/mac/css2.1/t1202-counter-03-b-expected.checksum: * platform/mac/css2.1/t1202-counter-03-b-expected.png: * platform/mac/css2.1/t1202-counter-03-b-expected.txt: * platform/mac/css2.1/t1202-counter-04-b-expected.checksum: * platform/mac/css2.1/t1202-counter-04-b-expected.png: * platform/mac/css2.1/t1202-counter-04-b-expected.txt: * platform/mac/css2.1/t1202-counter-09-b-expected.checksum: * platform/mac/css2.1/t1202-counter-09-b-expected.png: * platform/mac/css2.1/t1202-counter-09-b-expected.txt: * platform/mac/css2.1/t1202-counters-03-b-expected.checksum: * platform/mac/css2.1/t1202-counters-03-b-expected.png: * platform/mac/css2.1/t1202-counters-03-b-expected.txt: * platform/mac/css2.1/t1202-counters-04-b-expected.checksum: * platform/mac/css2.1/t1202-counters-04-b-expected.png: * platform/mac/css2.1/t1202-counters-04-b-expected.txt: * platform/mac/css2.1/t1202-counters-09-b-expected.checksum: * platform/mac/css2.1/t1202-counters-09-b-expected.png: * platform/mac/css2.1/t1202-counters-09-b-expected.txt: * platform/mac/editing/deleting/5144139-2-expected.checksum: * platform/mac/editing/deleting/5144139-2-expected.png: * platform/mac/editing/deleting/5144139-2-expected.txt: * platform/mac/editing/selection/caret-rtl-2-expected.checksum: * platform/mac/editing/selection/caret-rtl-2-expected.png: * platform/mac/editing/selection/caret-rtl-2-expected.txt: * platform/mac/editing/selection/caret-rtl-2-left-expected.checksum: * platform/mac/editing/selection/caret-rtl-2-left-expected.png: * platform/mac/editing/selection/caret-rtl-2-left-expected.txt: * platform/mac/editing/selection/caret-rtl-expected.checksum: * platform/mac/editing/selection/caret-rtl-expected.png: * platform/mac/editing/selection/caret-rtl-expected.txt: * platform/mac/editing/selection/caret-rtl-right-expected.checksum: * platform/mac/editing/selection/caret-rtl-right-expected.png: * platform/mac/editing/selection/caret-rtl-right-expected.txt: * platform/mac/editing/selection/extend-selection-bidi-expected.checksum: * platform/mac/editing/selection/extend-selection-bidi-expected.png: * platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum: * platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.png: * platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.txt: * platform/mac/fast/css/beforeSelectorOnCodeElement-expected.checksum: * platform/mac/fast/css/beforeSelectorOnCodeElement-expected.png: * platform/mac/fast/css/beforeSelectorOnCodeElement-expected.txt: * platform/mac/fast/css/font-face-opentype-expected.checksum: * platform/mac/fast/css/font-face-opentype-expected.png: * platform/mac/fast/css/font-face-opentype-expected.txt: * platform/mac/fast/css/rtl-ordering-expected.checksum: * platform/mac/fast/css/rtl-ordering-expected.png: * platform/mac/fast/css/rtl-ordering-expected.txt: * platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.checksum: * platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.png: * platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.txt: * platform/mac/fast/css/text-overflow-ellipsis-expected.checksum: * platform/mac/fast/css/text-overflow-ellipsis-expected.png: * platform/mac/fast/css/text-overflow-ellipsis-expected.txt: * platform/mac/fast/css/text-overflow-ellipsis-strict-expected.checksum: * platform/mac/fast/css/text-overflow-ellipsis-strict-expected.png: * platform/mac/fast/css/text-overflow-ellipsis-strict-expected.txt: * platform/mac/fast/css/text-security-expected.checksum: * platform/mac/fast/css/text-security-expected.png: * platform/mac/fast/css/text-security-expected.txt: * platform/mac/fast/encoding/denormalised-voiced-japanese-chars-expected.checksum: * platform/mac/fast/encoding/denormalised-voiced-japanese-chars-expected.png: * platform/mac/fast/encoding/denormalised-voiced-japanese-chars-expected.txt: * platform/mac/fast/encoding/invalid-UTF-8-expected.checksum: * platform/mac/fast/encoding/invalid-UTF-8-expected.png: * platform/mac/fast/encoding/invalid-UTF-8-expected.txt: * platform/mac/fast/events/updateLayoutForHitTest-expected.checksum: * platform/mac/fast/events/updateLayoutForHitTest-expected.png: * platform/mac/fast/events/updateLayoutForHitTest-expected.txt: * platform/mac/fast/forms/select-visual-hebrew-expected.checksum: * platform/mac/fast/forms/select-visual-hebrew-expected.png: * platform/mac/fast/forms/select-visual-hebrew-expected.txt: * platform/mac/fast/forms/select-writing-direction-natural-expected.checksum: * platform/mac/fast/forms/select-writing-direction-natural-expected.png: * platform/mac/fast/forms/select-writing-direction-natural-expected.txt: * platform/mac/fast/forms/visual-hebrew-text-field-expected.checksum: * platform/mac/fast/forms/visual-hebrew-text-field-expected.png: * platform/mac/fast/forms/visual-hebrew-text-field-expected.txt: * platform/mac/fast/ruby/nested-ruby-expected.txt: * platform/mac/fast/text/atsui-multiple-renderers-expected.checksum: * platform/mac/fast/text/atsui-multiple-renderers-expected.png: * platform/mac/fast/text/atsui-multiple-renderers-expected.txt: * platform/mac/fast/text/backslash-to-yen-sign-euc-expected.checksum: * platform/mac/fast/text/backslash-to-yen-sign-euc-expected.png: * platform/mac/fast/text/backslash-to-yen-sign-euc-expected.txt: * platform/mac/fast/text/backslash-to-yen-sign-expected.checksum: * platform/mac/fast/text/backslash-to-yen-sign-expected.png: * platform/mac/fast/text/backslash-to-yen-sign-expected.txt: * platform/mac/fast/text/bidi-embedding-pop-and-push-same-expected.checksum: * platform/mac/fast/text/bidi-embedding-pop-and-push-same-expected.png: * platform/mac/fast/text/bidi-embedding-pop-and-push-same-expected.txt: * platform/mac/fast/text/capitalize-boundaries-expected.checksum: * platform/mac/fast/text/capitalize-boundaries-expected.png: * platform/mac/fast/text/capitalize-boundaries-expected.txt: * platform/mac/fast/text/cg-fallback-bolding-expected.checksum: * platform/mac/fast/text/cg-fallback-bolding-expected.png: * platform/mac/fast/text/cg-fallback-bolding-expected.txt: * platform/mac/fast/text/complex-text-opacity-expected.checksum: * platform/mac/fast/text/complex-text-opacity-expected.png: * platform/mac/fast/text/complex-text-opacity-expected.txt: * platform/mac/fast/text/in-rendered-text-rtl-expected.checksum: * platform/mac/fast/text/in-rendered-text-rtl-expected.png: * platform/mac/fast/text/in-rendered-text-rtl-expected.txt: * platform/mac/fast/text/international/001-expected.checksum: * platform/mac/fast/text/international/001-expected.png: * platform/mac/fast/text/international/001-expected.txt: * platform/mac/fast/text/international/002-expected.checksum: * platform/mac/fast/text/international/002-expected.png: * platform/mac/fast/text/international/002-expected.txt: * platform/mac/fast/text/international/003-expected.checksum: * platform/mac/fast/text/international/003-expected.png: * platform/mac/fast/text/international/003-expected.txt: * platform/mac/fast/text/international/bidi-AN-after-L-expected.checksum: * platform/mac/fast/text/international/bidi-AN-after-L-expected.png: * platform/mac/fast/text/international/bidi-AN-after-L-expected.txt: * platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.checksum: * platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.png: * platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.txt: * platform/mac/fast/text/international/bidi-CS-after-AN-expected.checksum: * platform/mac/fast/text/international/bidi-CS-after-AN-expected.png: * platform/mac/fast/text/international/bidi-CS-after-AN-expected.txt: * platform/mac/fast/text/international/bidi-L2-run-reordering-expected.checksum: * platform/mac/fast/text/international/bidi-L2-run-reordering-expected.png: * platform/mac/fast/text/international/bidi-L2-run-reordering-expected.txt: * platform/mac/fast/text/international/bidi-LDB-2-CSS-expected.checksum: * platform/mac/fast/text/international/bidi-LDB-2-CSS-expected.png: * platform/mac/fast/text/international/bidi-LDB-2-CSS-expected.txt: * platform/mac/fast/text/international/bidi-LDB-2-HTML-expected.checksum: * platform/mac/fast/text/international/bidi-LDB-2-HTML-expected.png: * platform/mac/fast/text/international/bidi-LDB-2-HTML-expected.txt: * platform/mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.checksum: * platform/mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.png: * platform/mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt: * platform/mac/fast/text/international/bidi-european-terminators-expected.checksum: * platform/mac/fast/text/international/bidi-european-terminators-expected.png: * platform/mac/fast/text/international/bidi-european-terminators-expected.txt: * platform/mac/fast/text/international/bidi-fallback-font-weight-expected.checksum: * platform/mac/fast/text/international/bidi-fallback-font-weight-expected.png: * platform/mac/fast/text/international/bidi-fallback-font-weight-expected.txt: * platform/mac/fast/text/international/bidi-ignored-for-first-child-inline-expected.checksum: * platform/mac/fast/text/international/bidi-ignored-for-first-child-inline-expected.png: * platform/mac/fast/text/international/bidi-ignored-for-first-child-inline-expected.txt: * platform/mac/fast/text/international/bidi-innertext-expected.checksum: * platform/mac/fast/text/international/bidi-innertext-expected.png: * platform/mac/fast/text/international/bidi-innertext-expected.txt: * platform/mac/fast/text/international/bidi-linebreak-001-expected.checksum: * platform/mac/fast/text/international/bidi-linebreak-001-expected.png: * platform/mac/fast/text/international/bidi-linebreak-001-expected.txt: * platform/mac/fast/text/international/bidi-linebreak-002-expected.checksum: * platform/mac/fast/text/international/bidi-linebreak-002-expected.png: * platform/mac/fast/text/international/bidi-linebreak-002-expected.txt: * platform/mac/fast/text/international/bidi-linebreak-003-expected.checksum: * platform/mac/fast/text/international/bidi-linebreak-003-expected.png: * platform/mac/fast/text/international/bidi-linebreak-003-expected.txt: * platform/mac/fast/text/international/bidi-listbox-atsui-expected.checksum: * platform/mac/fast/text/international/bidi-listbox-atsui-expected.png: * platform/mac/fast/text/international/bidi-listbox-atsui-expected.txt: * platform/mac/fast/text/international/bidi-listbox-expected.checksum: * platform/mac/fast/text/international/bidi-listbox-expected.png: * platform/mac/fast/text/international/bidi-listbox-expected.txt: * platform/mac/fast/text/international/bidi-menulist-expected.checksum: * platform/mac/fast/text/international/bidi-menulist-expected.png: * platform/mac/fast/text/international/bidi-menulist-expected.txt: * platform/mac/fast/text/international/bidi-mirror-he-ar-expected.checksum: * platform/mac/fast/text/international/bidi-mirror-he-ar-expected.png: * platform/mac/fast/text/international/bidi-mirror-he-ar-expected.txt: * platform/mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.checksum: * platform/mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.png: * platform/mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt: * platform/mac/fast/text/international/bidi-neutral-run-expected.checksum: * platform/mac/fast/text/international/bidi-neutral-run-expected.png: * platform/mac/fast/text/international/bidi-neutral-run-expected.txt: * platform/mac/fast/text/international/bidi-override-expected.checksum: * platform/mac/fast/text/international/bidi-override-expected.png: * platform/mac/fast/text/international/bidi-override-expected.txt: * platform/mac/fast/text/international/complex-character-based-fallback-expected.checksum: * platform/mac/fast/text/international/complex-character-based-fallback-expected.png: * platform/mac/fast/text/international/complex-character-based-fallback-expected.txt: * platform/mac/fast/text/international/danda-space-expected.checksum: * platform/mac/fast/text/international/danda-space-expected.png: * platform/mac/fast/text/international/danda-space-expected.txt: * platform/mac/fast/text/international/hebrew-vowels-expected.checksum: * platform/mac/fast/text/international/hebrew-vowels-expected.png: * platform/mac/fast/text/international/hebrew-vowels-expected.txt: * platform/mac/fast/text/international/hindi-spacing-expected.checksum: * platform/mac/fast/text/international/hindi-spacing-expected.png: * platform/mac/fast/text/international/hindi-spacing-expected.txt: * platform/mac/fast/text/international/hindi-whitespace-expected.checksum: * platform/mac/fast/text/international/hindi-whitespace-expected.png: * platform/mac/fast/text/international/hindi-whitespace-expected.txt: * platform/mac/fast/text/international/plane2-expected.checksum: * platform/mac/fast/text/international/plane2-expected.png: * platform/mac/fast/text/international/plane2-expected.txt: * platform/mac/fast/text/international/rtl-caret-expected.checksum: * platform/mac/fast/text/international/rtl-caret-expected.png: * platform/mac/fast/text/international/rtl-caret-expected.txt: * platform/mac/fast/text/international/thai-baht-space-expected.checksum: * platform/mac/fast/text/international/thai-baht-space-expected.png: * platform/mac/fast/text/international/thai-baht-space-expected.txt: * platform/mac/fast/text/international/thai-line-breaks-expected.checksum: * platform/mac/fast/text/international/thai-line-breaks-expected.png: * platform/mac/fast/text/international/thai-line-breaks-expected.txt: * platform/mac/fast/text/international/wrap-CJK-001-expected.checksum: * platform/mac/fast/text/international/wrap-CJK-001-expected.png: * platform/mac/fast/text/international/wrap-CJK-001-expected.txt: * platform/mac/transforms/2d/hindi-rotated-expected.checksum: * platform/mac/transforms/2d/hindi-rotated-expected.png: * platform/mac/transforms/2d/hindi-rotated-expected.txt: 2010-12-13 Jon Honeycutt Add a failing test to the Windows skipped list. Rubber-stamped by Steve Falkenburg. * platform/win/Skipped: Added fast/loader/user-stylesheet-fast-path.html. 2010-12-13 Chris Fleizach Reviewed by Beth Dakin. AX: aria-invalid should be supported. https://bugs.webkit.org/show_bug.cgi?id=50573 * platform/mac/accessibility/aria-invalid-expected.txt: Added. * platform/mac/accessibility/aria-invalid.html: Added. * platform/mac/accessibility/radio-button-group-members-expected.txt: 2010-12-13 Chris Fleizach Reviewed by Beth Dakin. AX: lists and list boxes need different attributes https://bugs.webkit.org/show_bug.cgi?id=50978 * platform/mac/accessibility/lists-expected.txt: 2010-12-13 Jian Li Unreviewed. Updated chromium test expectations. * platform/chromium/test_expectations.txt: 2010-12-13 Michael Saboff Reviewed by Oliver Hunt. REGRESSION: mobileme mail viewing is broken https://bugs.webkit.org/show_bug.cgi?id=50884 Added a test to check parentheses nesting within parentheses that don't capture and that are fixed count. There is special handling for this case in the RegExp JIT code. * fast/regex/parentheses-expected.txt: * fast/regex/script-tests/parentheses.js: 2010-12-13 Chris Fleizach Reviewed by Beth Dakin. Fix legend.htm accessibility test so it doesn't dump all attributes https://bugs.webkit.org/show_bug.cgi?id=50957 * accessibility/legend.html: * platform/mac/accessibility/legend-expected.txt: 2010-12-13 Sheriff Bot Unreviewed, rolling out r73922. http://trac.webkit.org/changeset/73922 https://bugs.webkit.org/show_bug.cgi?id=50964 Remove rebaseline results due to that 73914 has been rolled out (Requested by jianli on #webkit). * platform/chromium-linux/http/tests/security/xss-DENIED-frame-name-expected.txt: Copied from LayoutTests/platform/chromium-win/http/tests/security/xss-DENIED-frame-name-expected.txt. * platform/chromium-mac/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt: * platform/chromium-mac/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt: * platform/chromium-mac/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt: * platform/chromium-mac/http/tests/security/xss-DENIED-frame-name-expected.txt: * platform/chromium-win/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt: * platform/chromium-win/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt: * platform/chromium-win/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt: * platform/chromium-win/http/tests/security/xss-DENIED-frame-name-expected.txt: * platform/chromium/test_expectations.txt: 2010-12-13 Jon Honeycutt Remove some empty files that should've been removed as part of r73942. Reviewed by Ojan Vafai. * editing/selection/extend-to-line-boundary-expected.txt: Removed. * editing/selection/extend-to-line-boundary.html: Removed. 2010-12-13 Antti Koivisto Unreviewed. Adding http/tests/local/link-stylesheet-load-order.html http/tests/local/link-stylesheet-load-order-preload.html to the Gtk skip list. * platform/gtk/Skipped: 2010-12-13 Antti Koivisto Unreviewed. Adding http/tests/local/link-stylesheet-load-order.html http/tests/local/link-stylesheet-load-order-preload.html to Mac WebKit2 and Qt skip lists. * platform/mac-wk2/Skipped: * platform/qt/Skipped: 2010-12-13 Sheriff Bot Unreviewed, rolling out r73923. http://trac.webkit.org/changeset/73923 https://bugs.webkit.org/show_bug.cgi?id=50944 Broke editing/selection/extend-selection-home-end.html on non- mac platforms. Looks like a real bug. (Requested by ojan on #webkit). * editing/selection/extend-to-line-boundary-expected.txt: Removed. * editing/selection/extend-to-line-boundary.html: Removed. 2010-12-13 Yury Semikhatsky Unreviewed. Rollout 73914, 73915, 73917, 73920 and 73921. REGRESSION(r73914): "Chromium page_cycler_morejs fails" (Requested by yurys on #webkit). https://bugs.webkit.org/show_bug.cgi?id=50950 * fast/events/resources/window-onerror.js: Removed. * fast/events/window-onerror1-expected.txt: Removed. * fast/events/window-onerror1.html: Removed. * fast/events/window-onerror10-expected.txt: Removed. * fast/events/window-onerror10.html: Removed. * fast/events/window-onerror11-expected.txt: Removed. * fast/events/window-onerror11.html: Removed. * fast/events/window-onerror2-expected.txt: Removed. * fast/events/window-onerror2.html: Removed. * fast/events/window-onerror3-expected.txt: Removed. * fast/events/window-onerror3.html: Removed. * fast/events/window-onerror4-expected.txt: Removed. * fast/events/window-onerror4.html: Removed. * fast/events/window-onerror5-expected.txt: Removed. * fast/events/window-onerror5.html: Removed. * fast/events/window-onerror6-expected.txt: Removed. * fast/events/window-onerror6.html: Removed. * fast/events/window-onerror7-expected.txt: Removed. * fast/events/window-onerror7.html: Removed. * fast/events/window-onerror8-expected.txt: Removed. * fast/events/window-onerror8.html: Removed. * fast/events/window-onerror9-expected.txt: Removed. * fast/events/window-onerror9.html: Removed. * fast/workers/worker-script-error-expected.txt: * http/tests/security/resources/onerror-iframe.html: Removed. * http/tests/security/window-onerror-exception-in-iframe-expected.txt: Removed. * http/tests/security/window-onerror-exception-in-iframe.html: Removed. * platform/chromium-win/fast/workers/worker-script-error-expected.txt: * platform/chromium/fast/events/window-onerror1-expected.txt: Removed. * platform/chromium/fast/events/window-onerror10-expected.txt: Removed. * platform/chromium/fast/events/window-onerror11-expected.txt: Removed. * platform/chromium/fast/events/window-onerror2-expected.txt: Removed. * platform/chromium/fast/events/window-onerror3-expected.txt: Removed. * platform/chromium/fast/events/window-onerror4-expected.txt: Removed. * platform/chromium/fast/events/window-onerror5-expected.txt: Removed. * platform/chromium/fast/events/window-onerror6-expected.txt: Removed. * platform/chromium/fast/events/window-onerror7-expected.txt: Removed. * platform/chromium/fast/events/window-onerror8-expected.txt: Removed. * platform/chromium/fast/events/window-onerror9-expected.txt: Removed. * platform/chromium/http/tests/security/window-onerror-exception-in-iframe-expected.txt: Removed. * platform/chromium/userscripts/window-onerror-for-isolated-world-1-expected.txt: Removed. * platform/chromium/userscripts/window-onerror-for-isolated-world-2-expected.txt: Removed. * platform/gtk/Skipped: * userscripts/window-onerror-for-isolated-world-1-expected.txt: Removed. * userscripts/window-onerror-for-isolated-world-1.html: Removed. * userscripts/window-onerror-for-isolated-world-2-expected.txt: Removed. * userscripts/window-onerror-for-isolated-world-2.html: Removed. 2010-12-09 Antti Koivisto Reviewed by Alexey Proskuryakov. https://bugs.webkit.org/show_bug.cgi?id=50758 Defer loading print stylesheets Test load ordering. * http/tests/local/link-stylesheet-load-order-expected.txt: Added. * http/tests/local/link-stylesheet-load-order-preload-expected.txt: Added. * http/tests/local/link-stylesheet-load-order-preload.html: Added. * http/tests/local/link-stylesheet-load-order.html: Added. 2010-12-13 Justin Schuh Reviewed by Dimitri Glazkov. HTMLCanvasElement should handle multiple observers. https://bugs.webkit.org/show_bug.cgi?id=50899 * fast/canvas/canvas-bg-multiple-removal-expected.txt: Added. * fast/canvas/canvas-bg-multiple-removal.html: Added. 2010-12-13 Mihai Parparita Reviewed by Adam Barth. [Chromium] canvas/philip/tests/2d.missingargs.html hangs on Snow Leopard https://bugs.webkit.org/show_bug.cgi?id=50841 Add test that calls strokeText() (i.e. with no arguments). * fast/canvas/strokeText-missing-args-expected.txt: Added. * fast/canvas/strokeText-missing-args.html: Added. 2010-12-13 Benjamin Kalman Reviewed by Ojan Vafai. Shift-End does not select to the end of the line https://bugs.webkit.org/show_bug.cgi?id=50610 * editing/selection/extend-to-line-boundary-expected.txt: Added. * editing/selection/extend-to-line-boundary.html: Added. 2010-12-13 Pavel Feldman Not reviewed: rebaseline xss tests for window.onerror. * platform/chromium-linux/http/tests/security/xss-DENIED-frame-name-expected.txt: Removed. * platform/chromium-mac/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt: * platform/chromium-mac/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt: * platform/chromium-mac/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt: * platform/chromium-mac/http/tests/security/xss-DENIED-frame-name-expected.txt: * platform/chromium-win/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt: * platform/chromium-win/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt: * platform/chromium-win/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt: * platform/chromium-win/http/tests/security/xss-DENIED-frame-name-expected.txt: * platform/chromium/test_expectations.txt: 2010-12-13 John Knottenbelt Reviewed by Steve Block. Fix layout test dom/fast/Geolocation/permission-denied-already-error.html for client-based Geolocation https://bugs.webkit.org/show_bug.cgi?id=50920 * fast/dom/Geolocation/script-tests/permission-denied-already-error.js: 2010-12-13 Mario Sanchez Prada Reviewed by Xan Lopez. [Gtk] Additional support is needed for caret browsing https://bugs.webkit.org/show_bug.cgi?id=25526 New layout test to check the "MoveTo{Beginninng|End}OfDocument" commands when caret browsing is enabled. * platform/gtk/editing/selection/caret-mode-document-begin-end-expected.txt: Added. * platform/gtk/editing/selection/caret-mode-document-begin-end.html: Added. 2010-12-13 Ilya Tikhonovsky Reviewed by Yury Semikhatsky. Web Inspector: Protocol cleanup task. Assign domain attribute to Resources and Debugger specific functions. Debugger and Resources related notification functions of Inspector.idl were marked as such with help of "domain" attribute. The other changes in js files are reflecting this change. Some wrappers in WebInspector namespace were dropped, the others were moved to DebuggerModel class. https://bugs.webkit.org/show_bug.cgi?id=50906 * http/tests/inspector/debugger-test2.js: (initialize_DebuggerTest.InspectorTest.startDebuggerTest.startTest): (initialize_DebuggerTest.InspectorTest.startDebuggerTest): (initialize_DebuggerTest.InspectorTest.completeDebuggerTest.disableDebugger): (initialize_DebuggerTest.InspectorTest.showScriptSource): 2010-12-13 Yury Semikhatsky Reviewed by Adam Barth. WebCore doesn't fire window.onerror event when uncaught JavaScript exceptions are thrown https://bugs.webkit.org/show_bug.cgi?id=8519 Uncaught exceptions are propagated to window.onerror hander if one is present. The handler is expected to be a function accepting three arguments: error message, resource url and line number where the exception occured. * fast/events/resources/window-onerror.js: Added. (throwException): * fast/events/window-onerror1-expected.txt: Added. * fast/events/window-onerror1.html: Added. * fast/events/window-onerror10-expected.txt: Added. * fast/events/window-onerror10.html: Added. * fast/events/window-onerror11-expected.txt: Added. * fast/events/window-onerror11.html: Added. * fast/events/window-onerror2-expected.txt: Added. * fast/events/window-onerror2.html: Added. * fast/events/window-onerror3-expected.txt: Added. * fast/events/window-onerror3.html: Added. * fast/events/window-onerror4-expected.txt: Added. * fast/events/window-onerror4.html: Added. * fast/events/window-onerror5-expected.txt: Added. * fast/events/window-onerror5.html: Added. * fast/events/window-onerror6-expected.txt: Added. * fast/events/window-onerror6.html: Added. * fast/events/window-onerror7-expected.txt: Added. * fast/events/window-onerror7.html: Added. * fast/events/window-onerror8-expected.txt: Added. * fast/events/window-onerror8.html: Added. * fast/events/window-onerror9-expected.txt: Added. * fast/events/window-onerror9.html: Added. * fast/workers/worker-script-error-expected.txt: * http/tests/security/resources/onerror-iframe.html: Added. * http/tests/security/window-onerror-exception-in-iframe-expected.txt: Added. * http/tests/security/window-onerror-exception-in-iframe.html: Added. * platform/chromium-win/fast/workers/worker-script-error-expected.txt: * platform/chromium/fast/events/window-onerror1-expected.txt: Added. * platform/chromium/fast/events/window-onerror10-expected.txt: Added. * platform/chromium/fast/events/window-onerror11-expected.txt: Added. * platform/chromium/fast/events/window-onerror2-expected.txt: Added. * platform/chromium/fast/events/window-onerror3-expected.txt: Added. * platform/chromium/fast/events/window-onerror4-expected.txt: Added. * platform/chromium/fast/events/window-onerror5-expected.txt: Added. * platform/chromium/fast/events/window-onerror6-expected.txt: Added. * platform/chromium/fast/events/window-onerror7-expected.txt: Added. * platform/chromium/fast/events/window-onerror8-expected.txt: Added. * platform/chromium/fast/events/window-onerror9-expected.txt: Added. * platform/chromium/http/tests/security/window-onerror-exception-in-iframe-expected.txt: Added. * platform/chromium/userscripts/window-onerror-for-isolated-world-1-expected.txt: Added. * platform/chromium/userscripts/window-onerror-for-isolated-world-2-expected.txt: Added. * userscripts/window-onerror-for-isolated-world-1-expected.txt: Added. * userscripts/window-onerror-for-isolated-world-1.html: Added. * userscripts/window-onerror-for-isolated-world-2-expected.txt: Added. * userscripts/window-onerror-for-isolated-world-2.html: Added. 2010-12-08 Alexander Pavlov Reviewed by Joseph Pecoraro. Web Inspector: Enable CSS property editing name/value-wise (like Firebug does) https://bugs.webkit.org/show_bug.cgi?id=50565 * inspector/console-dir.html: * inspector/styles-add-blank-property.html: 2010-12-13 W. James MacLean Reviewed by Csaba Osztrogonác. Remove unnecessary pixel results, use platform-independent text results, re Changeset 72802 https://bugs.webkit.org/show_bug.cgi?id=50233 Remove redundant, platform-specific test results. * platform/chromium-linux/svg/custom/svg-parse-overflow-1-expected.txt: Removed. * platform/chromium-linux/svg/custom/svg-parse-overflow-2-expected.txt: Removed. * platform/chromium-linux/svg/custom/svg-parse-overflow-3-expected.txt: Removed. * platform/chromium-linux/svg/custom/svg-parse-overflow-4-expected.txt: Removed. * platform/chromium-linux/svg/custom/svg-parse-overflow-5-expected.txt: Removed. * platform/mac/svg/custom/svg-parse-overflow-1-expected.txt: Removed. * platform/mac/svg/custom/svg-parse-overflow-2-expected.txt: Removed. * platform/mac/svg/custom/svg-parse-overflow-3-expected.txt: Removed. * platform/mac/svg/custom/svg-parse-overflow-4-expected.txt: Removed. * platform/mac/svg/custom/svg-parse-overflow-5-expected.txt: Removed. 2010-12-13 Sheriff Bot Unreviewed, rolling out r73898. http://trac.webkit.org/changeset/73898 https://bugs.webkit.org/show_bug.cgi?id=50919 FileSystem and Database API's were broken (Requested by loislo on #webkit). * http/tests/inspector/debugger-test2.js: (initialize_DebuggerTest.InspectorTest.startDebuggerTest.startTest): (initialize_DebuggerTest.InspectorTest.startDebuggerTest): (initialize_DebuggerTest.InspectorTest.completeDebuggerTest.disableDebugger): (initialize_DebuggerTest.InspectorTest.showScriptSource): 2010-12-13 Csaba Osztrogonác Unreviewed. [Qt] fast/loader/user-stylesheet-fast-path.html fails https://bugs.webkit.org/show_bug.cgi?id=50911 * platform/qt/Skipped: Add the failing test until fix. 2010-12-13 Pavel Feldman Not reviewed. Updated chromium gpu test expectations. * platform/chromium-gpu/test_expectations.txt: 2010-12-13 Pavel Feldman Not reviewed. Updated chromium test expectations. * platform/chromium/test_expectations.txt: 2010-12-13 Ilya Tikhonovsky Reviewed by Yury Semikhatsky. Web Inspector: Protocol cleanup task. Assign domain attribute to Resources and Debugger specific functions. Debugger and Resources related notification functions of Inspector.idl were marked as such with help of "domain" attribute. The other changes in js files are reflecting this change. Some wrappers in WebInspector namespace were dropped, the others were moved to DebuggerModel class. https://bugs.webkit.org/show_bug.cgi?id=50906 * http/tests/inspector/debugger-test2.js: (initialize_DebuggerTest.InspectorTest.startDebuggerTest.startTest): (initialize_DebuggerTest.InspectorTest.startDebuggerTest): (initialize_DebuggerTest.InspectorTest.completeDebuggerTest.disableDebugger): (initialize_DebuggerTest.InspectorTest.showScriptSource): * platform/chromium/test_expectations.txt: 2010-12-13 Pavel Feldman Not reviewed. Updated chromium test expectations. * platform/chromium/test_expectations.txt: 2010-12-13 Pavel Feldman Not reviewed. Updated chromium test expectations. * platform/chromium/test_expectations.txt: 2010-12-13 Patrick Gansterer Reviewed by Eric Seidel. Move user stylesheet test into platform independent directory https://bugs.webkit.org/show_bug.cgi?id=47335 There is nothing platform specific in the test, so move it out of the mac directory. * fast/loader/user-stylesheet-fast-path-expected.txt: Copied from LayoutTests/platform/mac/fast/loader/user-stylesheet-fast-path-expected.txt. * fast/loader/user-stylesheet-fast-path.html: Copied from LayoutTests/platform/mac/fast/loader/user-stylesheet-fast-path.html. * platform/mac/fast/loader/user-stylesheet-fast-path-expected.txt: Removed. * platform/mac/fast/loader/user-stylesheet-fast-path.html: Removed. 2010-12-13 MORITA Hajime Unreviewed expectation update. * platform/chromium/test_expectations.txt: 2010-12-13 Helder Correia Reviewed by Eric Seidel. [Qt] StillImage::draw() should use ContextShadow https://bugs.webkit.org/show_bug.cgi?id=50849 The branch that checks for a shadow requirement in StillImage::draw() is executed when drawing a canvas onto a canvas with ctx1.drawImage(canvas2, x, y). The current implementation supports solid shadows only. And if transformations are present, the offset gets transformed as well. Thus, ContextShadow must be used instead in order to support blur and correct offset transformations. * fast/canvas/canvas-draw-canvas-on-canvas-shadow-expected.txt: Added. * fast/canvas/canvas-draw-canvas-on-canvas-shadow.html: Added. * fast/canvas/script-tests/canvas-draw-canvas-on-canvas-shadow.js: Added. 2010-10-28 MORITA Hajime Reviewed by Ojan Vafai. spellcheck does not check pasted text https://bugs.webkit.org/show_bug.cgi?id=40092 * editing/spelling/script-tests/spellcheck-paste.js: Added. * editing/spelling/spellcheck-paste.html: Added. * editing/spelling/spellcheck-paste-expected.txt: Added. * platform/chromium/test_expectations.txt: * platform/gtk/Skipped: * platform/mac-leopard/Skipped: * platform/mac-tiger/Skipped: * platform/mac-wk2/Skipped: * platform/qt/Skipped: * platform/win/Skipped: 2010-12-12 Sam Weinig Update WebKit2 skipped list. * platform/mac-wk2/Skipped: 2010-12-12 Alejandro G. Castro Unreviewed, skipping failing tests in the bots. * platform/gtk/Skipped: 2010-12-10 Michael Saboff Reviewed by Gavin Barraclough. REGRESSION Hang inside Yarr::RegexCodeBlock::execute when visiting bugs.webkit.org https://bugs.webkit.org/show_bug.cgi?id=50816 New test to verify proper backtracking of alternative nested parens. * fast/regex/parentheses-expected.txt: * fast/regex/script-tests/parentheses.js: 2010-12-11 Pavel Feldman Not reviewed. Updated chromium test expectations. * platform/chromium/test_expectations.txt: 2010-10-11 Diego Gonzalez Reviewed by Kenneth Rohde Christiansen. [Qt] Mock DeviceOrientation client for DRT https://bugs.webkit.org/show_bug.cgi?id=47490 * platform/qt/Skipped: 2010-12-11 Pavel Feldman Not reviewed. Update chromium test expectations. * platform/chromium/test_expectations.txt: 2010-12-11 Alejandro G. Castro Unreviewed, skipping failing tests in the bots. * platform/gtk/Skipped: 2010-12-11 Xan Lopez Skip failing http test. * platform/gtk/Skipped: 2010-12-11 Xan Lopez Another crashing inspector test. * platform/gtk/Skipped: 2010-12-11 Xan Lopez inspector/debugger-step-out.html crashing intermittently in the bots https://bugs.webkit.org/show_bug.cgi?id=50868 * platform/gtk/Skipped: 2010-12-11 Philippe Normand Unreviewed, unskip some media tests on GTK that don't fail locally. * platform/gtk/Skipped: 2010-12-10 Alexey Proskuryakov Reviewed by Darin Adler. https://bugs.webkit.org/show_bug.cgi?id=46573 REGRESSION: charset="utf-8" (with quotes) doesn't work * http/tests/mime/quoted-charset-expected.txt: Added. * http/tests/mime/quoted-charset.php: Added. 2010-12-10 Mihai Parparita Unreviewed Chromium test expectation update. Attach more specific bug IDs to Philip canvas test suite failures. * platform/chromium/test_expectations.txt: 2010-12-10 W. James MacLean Reviewed by Ojan Vafai. Remove unnecessary pixel results, use platform-independent text results, re Changeset 72802 https://bugs.webkit.org/show_bug.cgi?id=50233 First part of two-part patch to remove unnecessary pixel tests, and (in part two) have a single set of text expectations for all platforms. The standardized text expectations are added in this patch. * platform/chromium-linux/svg/custom/svg-parse-overflow-1-expected.checksum: Removed. * platform/chromium-linux/svg/custom/svg-parse-overflow-1-expected.png: Removed. * platform/chromium-linux/svg/custom/svg-parse-overflow-2-expected.checksum: Removed. * platform/chromium-linux/svg/custom/svg-parse-overflow-2-expected.png: Removed. * platform/chromium-linux/svg/custom/svg-parse-overflow-3-expected.checksum: Removed. * platform/chromium-linux/svg/custom/svg-parse-overflow-3-expected.png: Removed. * platform/chromium-linux/svg/custom/svg-parse-overflow-4-expected.checksum: Removed. * platform/chromium-linux/svg/custom/svg-parse-overflow-4-expected.png: Removed. * platform/chromium-linux/svg/custom/svg-parse-overflow-5-expected.checksum: Removed. * platform/chromium-linux/svg/custom/svg-parse-overflow-5-expected.png: Removed. * platform/chromium-mac/svg/custom/svg-parse-overflow-1-expected.checksum: Removed. * platform/chromium-mac/svg/custom/svg-parse-overflow-1-expected.png: Removed. * platform/chromium-mac/svg/custom/svg-parse-overflow-2-expected.checksum: Removed. * platform/chromium-mac/svg/custom/svg-parse-overflow-2-expected.png: Removed. * platform/chromium-mac/svg/custom/svg-parse-overflow-3-expected.checksum: Removed. * platform/chromium-mac/svg/custom/svg-parse-overflow-3-expected.png: Removed. * platform/chromium-mac/svg/custom/svg-parse-overflow-4-expected.checksum: Removed. * platform/chromium-mac/svg/custom/svg-parse-overflow-4-expected.png: Removed. * platform/chromium-mac/svg/custom/svg-parse-overflow-5-expected.checksum: Removed. * platform/chromium-mac/svg/custom/svg-parse-overflow-5-expected.png: Removed. * platform/chromium-win/svg/custom/svg-parse-overflow-1-expected.checksum: Removed. * platform/chromium-win/svg/custom/svg-parse-overflow-1-expected.png: Removed. * platform/chromium-win/svg/custom/svg-parse-overflow-2-expected.checksum: Removed. * platform/chromium-win/svg/custom/svg-parse-overflow-2-expected.png: Removed. * platform/chromium-win/svg/custom/svg-parse-overflow-3-expected.checksum: Removed. * platform/chromium-win/svg/custom/svg-parse-overflow-3-expected.png: Removed. * platform/chromium-win/svg/custom/svg-parse-overflow-4-expected.checksum: Removed. * platform/chromium-win/svg/custom/svg-parse-overflow-4-expected.png: Removed. * platform/chromium-win/svg/custom/svg-parse-overflow-5-expected.checksum: Removed. * platform/chromium-win/svg/custom/svg-parse-overflow-5-expected.png: Removed. * platform/mac/svg/custom/svg-parse-overflow-1-expected.checksum: Removed. * platform/mac/svg/custom/svg-parse-overflow-1-expected.png: Removed. * platform/mac/svg/custom/svg-parse-overflow-2-expected.checksum: Removed. * platform/mac/svg/custom/svg-parse-overflow-2-expected.png: Removed. * platform/mac/svg/custom/svg-parse-overflow-3-expected.checksum: Removed. * platform/mac/svg/custom/svg-parse-overflow-3-expected.png: Removed. * platform/mac/svg/custom/svg-parse-overflow-4-expected.checksum: Removed. * platform/mac/svg/custom/svg-parse-overflow-4-expected.png: Removed. * platform/mac/svg/custom/svg-parse-overflow-5-expected.checksum: Removed. * platform/mac/svg/custom/svg-parse-overflow-5-expected.png: Removed. * svg/custom/svg-parse-overflow-1-expected.txt: Added. * svg/custom/svg-parse-overflow-1.html: * svg/custom/svg-parse-overflow-2-expected.txt: Added. * svg/custom/svg-parse-overflow-2.html: * svg/custom/svg-parse-overflow-3-expected.txt: Added. * svg/custom/svg-parse-overflow-3.html: * svg/custom/svg-parse-overflow-4-expected.txt: Added. * svg/custom/svg-parse-overflow-4.html: * svg/custom/svg-parse-overflow-5-expected.txt: Added. * svg/custom/svg-parse-overflow-5.html: 2010-12-10 Peter Kasting Unreviewed Chromium test expectations update. * platform/chromium/test_expectations.txt: 2010-12-10 Cosmin Truta Reviewed by Eric Seidel. Crash while processing ill-formed ouside of https://bugs.webkit.org/show_bug.cgi?id=47759 Ensure that ill-formed text content child elements do not crash. * svg/custom/invalid-text-content.svg: Added. * svg/custom/invalid-text-content-expected.checksum: Added. * svg/custom/invalid-text-content-expected.png: Added. * svg/custom/invalid-text-content-expected.txt: Added. 2010-12-10 Adam Barth Reviewed by Eric Seidel. REGRESSION: Infinite redirect on developer.apple.com https://bugs.webkit.org/show_bug.cgi?id=45627 Tests originally by Tony Gentilcore. * fast/loader/form-submit-aborts-parsing-expected.txt: Added. * fast/loader/form-submit-aborts-parsing.html: Added. * fast/loader/location-change-aborts-parsing-expected.txt: Added. * fast/loader/location-change-aborts-parsing.html: Added. * fast/loader/resources/location-change-aborts-parsing-fail.html: Added. * fast/loader/resources/location-change-aborts-parsing-pass.html: Added. 2010-12-10 Kenneth Russell Reviewed by James Robinson. Regression: fast/canvas/webgl/constants.html failing https://bugs.webkit.org/show_bug.cgi?id=50851 * fast/canvas/webgl/constants.html: 2010-12-10 Mihai Parparita Unreviewed Chromium test expectation update. Attach more specific bug IDs to Philip canvas test suite failures (for existing bugs only). * platform/chromium/test_expectations.txt: 2010-12-10 Emil Eklund Reviewed by Adam Barth. Add testcase for ReplaceSelectionCommand crash. https://bugs.webkit.org/show_bug.cgi?id=50840 * editing/execCommand/insertHTML-mutation-crash.html: Added. 2010-12-10 Peter Kasting Unreviewed Chromium test expectations update. Fix broken expectation from r73797. * platform/chromium/test_expectations.txt: 2010-12-10 Emil Eklund Reviewed by Adam Barth. Add testcase for range.extractContents crash. https://bugs.webkit.org/show_bug.cgi?id=50710 * fast/dom/Range/range-extractContents-expected.txt: Added. * fast/dom/Range/range-extractContents.html: Added. 2010-12-10 Peter Kasting Unreviewed Chromium test expectations update. * platform/chromium-gpu/test_expectations.txt: * platform/chromium/fast/encoding: Added. * platform/chromium/fast/encoding/meta-in-script-expected.txt: Added V8-specific expectation. * platform/chromium/test_expectations.txt: 2010-12-10 Krithigassree Sambamurthy Reviewed by Joseph Pecoraro. [Qt]: Implement Application Cache Quotas https://bugs.webkit.org/show_bug.cgi?id=43455 * platform/qt/Skipped: Unskip now passing test origin-quota.html 2010-12-09 Jenn Braithwaite Reviewed by Adam Barth. TextResourceDecoder::checkForHeadCharset can look way past the limit. https://bugs.webkit.org/show_bug.cgi?id=47397 Replaced charset detection algorithm with real parser. Added tests for parser bugs mentioned in the thread for this bug report. Converted hixie's encoding parsing tests to a layout test. Added http-equiv attribute to meta tag in 2 existing tests. * fast/encoding/bracket-in-script-expected.txt: Added. * fast/encoding/bracket-in-script.html: Added. * fast/encoding/bracket-in-tag-expected.txt: Added. * fast/encoding/bracket-in-tag.html: Added. * fast/encoding/escaped-bracket-expected.txt: Added. * fast/encoding/escaped-bracket.html: Added. * fast/encoding/meta-in-body-expected.txt: Added. * fast/encoding/meta-in-body.html: Added. * fast/encoding/meta-in-script-expected.txt: Added. * fast/encoding/meta-in-script.html: Added. * fast/encoding/meta-in-title-expected.txt: Added. * fast/encoding/meta-in-title.html: Added. * fast/encoding/mismatched-end-tag-expected.txt: Added. * fast/encoding/mismatched-end-tag.html: Added. * fast/encoding/namespace-meta-expected.txt: Added. * fast/encoding/namespace-meta.html: Added. * fast/encoding/namespace-tolerance.html: * fast/encoding/not-http-equiv-content-expected.txt: Added. * fast/encoding/not-http-equiv-content.html: Added. * fast/encoding/parser-tests-expected.txt: Added. * fast/encoding/parser-tests.html: Added. * fast/encoding/quotes-in-title-expected.txt: Added. * fast/encoding/quotes-in-title.html: Added. * fast/encoding/resources/001.html: Added. * fast/encoding/resources/002.html: Added. * fast/encoding/resources/003.html: Added. * fast/encoding/resources/004.html: Added. * fast/encoding/resources/005.html: Added. * fast/encoding/resources/006.html: Added. * fast/encoding/resources/007.html: Added. * fast/encoding/resources/008.html: Added. * fast/encoding/resources/009.html: Added. * fast/encoding/resources/010.html: Added. * fast/encoding/resources/011.html: Added. * fast/encoding/resources/012.html: Added. * fast/encoding/resources/013.html: Added. * fast/encoding/resources/014.html: Added. * fast/encoding/resources/015.html: Added. * fast/encoding/resources/016.html: Added. * fast/encoding/resources/017.html: Added. * fast/encoding/resources/018.html: Added. * fast/encoding/resources/019.html: Added. * fast/encoding/resources/020.html: Added. * fast/encoding/resources/021.html: Added. * fast/encoding/resources/022.html: Added. * fast/encoding/resources/023.html: Added. * fast/encoding/resources/024.html: Added. * fast/encoding/resources/025.html: Added. * fast/encoding/resources/026.html: Added. * fast/encoding/resources/027.html: Added. * fast/encoding/resources/028.html: Added. * fast/encoding/resources/029.html: Added. * fast/encoding/resources/030.html: Added. * fast/encoding/resources/031.html: Added. * fast/encoding/resources/032.html: Added. * fast/encoding/resources/033.html: Added. * fast/encoding/resources/034.html: Added. * fast/encoding/resources/035.html: Added. * fast/encoding/resources/036.html: Added. * fast/encoding/resources/037.html: Added. * fast/encoding/resources/038.html: Added. * fast/encoding/resources/039.html: Added. * fast/encoding/resources/040.html: Added. * fast/encoding/resources/041.html: Added. * fast/encoding/resources/042.html: Added. * fast/encoding/resources/043.html: Added. * fast/encoding/resources/044.html: Added. * fast/encoding/resources/045.html: Added. * fast/encoding/resources/046.html: Added. * fast/encoding/resources/047.html: Added. * fast/encoding/resources/048.html: Added. * fast/encoding/resources/049.html: Added. * fast/encoding/resources/050.html: Added. * fast/encoding/resources/051.html: Added. * fast/encoding/resources/052.html: Added. * fast/encoding/resources/053.html: Added. * fast/encoding/resources/054.html: Added. * fast/encoding/resources/055.html: Added. * fast/encoding/resources/056.html: Added. * fast/encoding/resources/057.html: Added. * fast/encoding/resources/058.html: Added. * fast/encoding/resources/059.html: Added. * fast/encoding/resources/060.html: Added. * fast/encoding/resources/061.html: Added. * fast/encoding/resources/062.html: Added. * fast/encoding/resources/063.html: Added. * fast/encoding/resources/064.html: Added. * fast/encoding/resources/065.html: Added. * fast/encoding/resources/066.html: Added. * fast/encoding/resources/067.html: Added. * fast/encoding/resources/068.html: Added. * fast/encoding/resources/069.html: Added. * fast/encoding/resources/070.html: Added. * fast/encoding/resources/071.html: Added. * fast/encoding/resources/072.html: Added. * fast/encoding/resources/073.html: Added. * fast/encoding/resources/074.html: Added. * fast/encoding/resources/075.html: Added. * fast/encoding/resources/076.html: Added. * fast/encoding/resources/077.html: Added. * fast/encoding/resources/078.html: Added. * fast/encoding/resources/079.html: Added. * fast/encoding/resources/080.html: Added. * fast/encoding/resources/081.html: Added. * fast/encoding/resources/082.html: Added. * fast/encoding/resources/083.html: Added. * fast/encoding/resources/084.html: Added. * fast/encoding/resources/085.html: Added. * fast/encoding/resources/086.html: Added. * fast/encoding/resources/087.html: Added. * fast/encoding/resources/088.html: Added. * fast/encoding/resources/089.html: Added. * fast/encoding/resources/090.html: Added. * fast/encoding/resources/091.html: Added. * fast/encoding/resources/092.html: Added. * fast/encoding/resources/093.html: Added. * fast/encoding/resources/094.html: Added. * fast/encoding/resources/095.html: Added. * fast/encoding/resources/096.html: Added. * fast/encoding/resources/097.html: Added. * fast/encoding/resources/098.html: Added. * fast/encoding/resources/099.html: Added. * fast/encoding/resources/100.html: Added. * fast/encoding/resources/101.html: Added. * fast/encoding/resources/102.html: Added. * fast/encoding/resources/103.html: Added. * fast/encoding/resources/104.html: Added. * fast/encoding/resources/105.html: Added. * fast/encoding/resources/106.html: Added. * fast/encoding/resources/107.html: Added. * fast/encoding/resources/108.html: Added. * fast/encoding/resources/109.html: Added. * fast/encoding/resources/110.html: Added. * fast/encoding/resources/111.html: Added. * fast/encoding/resources/112.html: Added. * fast/encoding/resources/113.html: Added. * fast/encoding/resources/114.html: Added. * fast/encoding/resources/115.html: Added. * fast/encoding/resources/116.html: Added. * fast/encoding/resources/117.html: Added. * fast/encoding/resources/118.html: Added. * fast/encoding/resources/119.html: Added. * fast/encoding/resources/120.html: Added. * fast/encoding/resources/121.html: Added. * fast/encoding/resources/122.html: Added. * fast/encoding/resources/123.html: Added. * fast/encoding/tag-name-digit-expected.txt: Added. * fast/encoding/tag-name-digit.html: Added. * fast/text/international/bidi-innertext.html: * http/tests/misc/charset-sniffer-end-sniffing-expected.txt: Added. * http/tests/misc/charset-sniffer-end-sniffing.html: Added. * http/tests/misc/resources/charset-sniffer-end-sniffing.php: Added. 2010-12-10 Mihai Parparita Unreviewed Chromium test expectation update. Group Philip canvas test suite expectations better (by platform). * platform/chromium/test_expectations.txt: 2010-12-10 Tony Chang Reviewed by Ojan Vafai. [chromium] remove --use-drt and add --use-test-shell https://bugs.webkit.org/show_bug.cgi?id=50701 Remove drt_expectations.txt since we don't need it anymore. * platform/chromium/drt_expectations.txt: Removed. 2010-12-10 Alejandro G. Castro Unreviewed, rolling out r73743. http://trac.webkit.org/changeset/73743 We need gtk+ specific results * http/tests/misc/dns-prefetch-control-expected.txt: 2010-12-08 Mihai Parparita Reviewed by Darin Adler. fast/canvas/canvas-getImageData-negative-source.html fails on Mac https://bugs.webkit.org/show_bug.cgi?id=47901 Add test for rounding behavior. Remove now-passing tests from test_expectations.txt. * fast/canvas/canvas-getImageData-rounding-expected.txt: Added. * fast/canvas/canvas-getImageData-rounding.html: Added. * platform/chromium/test_expectations.txt: 2010-12-10 Alejandro G. Castro Unreviewed GTK test expectation update. * http/tests/misc/dns-prefetch-control-expected.txt: 2010-12-10 Peter Kasting Unreviewed Chromium test expectation update. * platform/chromium-gpu/test_expectations.txt: * platform/chromium/test_expectations.txt: 2010-12-10 Alejandro G. Castro Reviewed by Martin Robinson. [GTK] Add hasSpellingMarker support to the DRT https://bugs.webkit.org/show_bug.cgi?id=50739 Unskipped spelling tests and added a bug for the one failing, added results for a new ones also. * platform/gtk/Skipped: * platform/gtk/editing/spelling/inline_spelling_markers-expected.txt: Added. 2010-12-10 Joone Hur Reviewed by Xan Lopez. [GTK] Unskipping some test cases in userscripts dependent on addUserStyleSheet https://bugs.webkit.org/show_bug.cgi?id=50808 Unskipping the following test cases: userscripts/mixed-case-stylesheet.html userscripts/simple-stylesheet.html userscripts/user-style-all-frames.html * platform/gtk/Skipped: 2010-12-10 Mario Sanchez Prada Reviewed by Martin Robinson. [GTK] AX: implement isEnabled in DRT https://bugs.webkit.org/show_bug.cgi?id=50814 Unskip passing accessibility/aria-disabled.html test. * platform/gtk/Skipped: Unskip test. 2010-12-10 Csaba Osztrogonác Unreviewed. Remove platform specific expected files after r73720. * platform/gtk/fast/forms/ValidityState-patternMismatch-expected.txt: Removed. * platform/qt/fast/forms/ValidityState-patternMismatch-expected.txt: Removed. 2010-12-10 Mario Sanchez Prada Unreviewed, unskip passing accessibility tests on GTK. * platform/gtk/Skipped: Unskip passing tests. 2010-12-10 Pavel Feldman Not reviewed. Get rid of spaces in ValidityState-patternMismatch test. * fast/forms/ValidityState-patternMismatch-expected.txt: * fast/forms/ValidityState-patternMismatch.html: 2010-12-10 Csaba Osztrogonác Unreviewed. Add platform specific expected files after r73715. * platform/gtk/fast/forms/ValidityState-patternMismatch-expected.txt: Added. * platform/qt/fast/forms/ValidityState-patternMismatch-expected.txt: Added. 2010-12-10 Dai Mikurube Reviewed by Kent Tamura. Refactor by merging tests for ValidityState (patternMismatch and customError) https://bugs.webkit.org/show_bug.cgi?id=50802 * fast/forms/ValidityState-customError-expected.txt: Added. * fast/forms/ValidityState-customError.html: Added. * fast/forms/ValidityState-customError-001-expected.txt: Removed. Merged to ValidityState-customError-expected.txt. * fast/forms/ValidityState-customError-001.html: Removed. Merged to ValidityState-customError.html. * fast/forms/ValidityState-customError-002-expected.txt: Removed. Merged to ValidityState-customError-expected.txt. * fast/forms/ValidityState-customError-002.html: Removed. Merged to ValidityState-customError.html. * fast/forms/ValidityState-customError-003-expected.txt: Removed. Merged to ValidityState-customError-expected.txt. * fast/forms/ValidityState-customError-003.html: Removed. Merged to ValidityState-customError.html. * fast/forms/ValidityState-customError-004-expected.txt: Removed. Merged to ValidityState-customError-expected.txt. * fast/forms/ValidityState-customError-004.html: Removed. Merged to ValidityState-customError.html. * fast/forms/ValidityState-patternMismatch-expected.txt: Added. * fast/forms/ValidityState-patternMismatch.html: Added. * fast/forms/ValidityState-patternMismatch-001-expected.txt: Removed. Merged to ValidityState-patternMismatch-expected.txt. * fast/forms/ValidityState-patternMismatch-001.html: Removed. Merged to ValidityState-patternMismatch.html. * fast/forms/ValidityState-patternMismatch-002-expected.txt: Removed. Merged to ValidityState-patternMismatch-expected.txt. * fast/forms/ValidityState-patternMismatch-002.html: Removed. Merged to ValidityState-patternMismatch.html. * fast/forms/ValidityState-patternMismatch-003-expected.txt: Removed. Merged to ValidityState-patternMismatch-expected.txt. * fast/forms/ValidityState-patternMismatch-003.html: Removed. Merged to ValidityState-patternMismatch.html. * fast/forms/ValidityState-patternMismatch-004-expected.txt: Removed. Merged to ValidityState-patternMismatch-expected.txt. * fast/forms/ValidityState-patternMismatch-004.html: Removed. Merged to ValidityState-patternMismatch.html. * fast/forms/ValidityState-patternMismatch-005-expected.txt: Removed. Merged to ValidityState-patternMismatch-expected.txt. * fast/forms/ValidityState-patternMismatch-005.html: Removed. Merged to ValidityState-patternMismatch.html. * fast/forms/ValidityState-patternMismatch-006-expected.txt: Removed. Merged to ValidityState-patternMismatch-expected.txt. * fast/forms/ValidityState-patternMismatch-006.html: Removed. Merged to ValidityState-patternMismatch.html. * fast/forms/ValidityState-patternMismatch-007-expected.txt: Removed. Merged to ValidityState-patternMismatch-expected.txt. * fast/forms/ValidityState-patternMismatch-007.html: Removed. Merged to ValidityState-patternMismatch.html. 2010-12-10 Joone Hur Reviewed by Eric Seidel. [GTK] Add DRT support for pageProperty, isPageBoxVisible, pageSizeAndMarginsInPixels, and addUserStyleSheet https://bugs.webkit.org/show_bug.cgi?id=50783 Unskip the following test cases: printing/page-rule-selection.html printing/page-format-data.html * platform/gtk/Skipped: 2010-12-10 Pavel Feldman Not reviewed. Updated chromium test expectations. * platform/chromium/test_expectations.txt: 2010-12-10 Pavel Feldman Not reviewed. Mark inspector tests as slow in Chromium expectations. * platform/chromium/test_expectations.txt: 2010-12-10 Philippe Normand Reviewed by Gustavo Noronha Silva. [GStreamer] data: source could also support non-base64 encoded URIs https://bugs.webkit.org/show_bug.cgi?id=30007 * platform/gtk/Skipped: Unskipped media/audio-data-url.html. It should now be much more reliable on the bots running latest GStreamer versions. 2010-12-10 Hans Wennborg Reviewed by Jeremy Orlow. IndexedDB: Numeric keys are floats. https://bugs.webkit.org/show_bug.cgi?id=50674 Update layout tests to use floating-point values for keys. * storage/indexeddb/keyrange-expected.txt: * storage/indexeddb/keyrange.html: Make sure creating the keys works. * storage/indexeddb/objectstore-cursor-expected.txt: * storage/indexeddb/objectstore-cursor.html: Make sure retrieving the keys from the DB objectstore works. 2010-12-10 Martin Robinson Reviewed by Xan Lopez. [Gtk] style="font-family: courier" makes text disappear https://bugs.webkit.org/show_bug.cgi?id=47452 Added a GTK+ test for invalid fonts. * platform/gtk/fonts/font-with-no-valid-encoding-expected.checksum: Added. * platform/gtk/fonts/font-with-no-valid-encoding-expected.png: Added. * platform/gtk/fonts/font-with-no-valid-encoding-expected.txt: Added. * platform/gtk/fonts/font-with-no-valid-encoding.html: Added. 2010-12-10 Csaba Osztrogonác Unreviewed fix after r73687. [Qt] enable orientation flag when QtMobility available https://bugs.webkit.org/show_bug.cgi?id=50781 * platform/qt/fast/dom/Orientation/create-event-orientationchange-expected.txt: Added. * platform/qt/fast/dom/Window/window-properties-expected.txt: * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: * platform/qt/fast/dom/prototype-inheritance-expected.txt: * platform/qt/fast/js/global-constructors-expected.txt: 2010-12-09 Ryosuke Niwa Reviewed by Ojan Vafai. Make DOM Mutation Events Asynchronous https://bugs.webkit.org/show_bug.cgi?id=46936 Added a test to ensure no DOM mutation events are fired while execCommand is in progress. * fast/events/crash-on-mutate-during-drop.html: DOMNodeInserted is fired after BR is detached from the document, and can't be observed. Modify the DOM when text node is inserted. * fast/events/scoped: Added. * fast/events/scoped/editing-commands-expected.txt: Added. * fast/events/scoped/editing-commands.html: Added. 2010-12-09 Sheriff Bot Unreviewed, rolling out r73684. http://trac.webkit.org/changeset/73684 https://bugs.webkit.org/show_bug.cgi?id=50801 "missing bug number" (Requested by rniwa on #webkit). * fast/events/crash-on-mutate-during-drop.html: * fast/events/scoped/editing-commands-expected.txt: Removed. * fast/events/scoped/editing-commands.html: Removed. 2010-12-09 Kenichi Ishibashi Reviewed by Kent Tamura. Improve validation API support of and https://bugs.webkit.org/show_bug.cgi?id=50663 Adds tests for validation API for . Tests for and are also added. * fast/dom/plugin-attributes-enumeration-expected.txt: Updated. * fast/forms/ValidityState-001-expected.txt: Updated. * fast/forms/ValidityState-001.html: Updated. * fast/forms/checkValidity-001-expected.txt: Updated. * fast/forms/checkValidity-001.html: Updated. * fast/forms/script-tests/setCustomValidity-existence.js: Added. * fast/forms/script-tests/validationMessage.js: Updated. * fast/forms/script-tests/willvalidate.js: Updated. * fast/forms/setCustomValidity-existence-expected.txt: Added. * fast/forms/setCustomValidity-existence.html: Added. * fast/forms/validationMessage-expected.txt: Updated. * fast/forms/willvalidate-expected.txt: Updated. 2010-12-09 Sadrul Habib Chowdhury Reviewed by Kent Tamura. Make sure a non-zero value is used for tile-width to avoid a crash https://bugs.webkit.org/show_bug.cgi?id=50341 The scaled tile width can be very small at times (e.g. with 'style: font 1 required'). So use a minimum width of 1 instead of using 0 (which leads to a crash). * fast/dom/HTMLProgressElement/progress-element-with-style-crash.html: Added. * fast/dom/HTMLProgressElement/progress-element-with-style-crash-expected.txt: Added. 2010-12-09 Ryosuke Niwa Reviewed by Ojan Vafai. Added a test to ensure no DOM mutation events are fired while execCommand is in progress. * fast/events/crash-on-mutate-during-drop.html: DOMNodeInserted is fired after BR is detached from the document, and can't be observed. Modify the DOM when text node is inserted. * fast/events/mutation: Added. * fast/events/mutation/execCommands.html: Added. 2010-12-09 Abhishek Arya Reviewed by James Robinson. Tests that we do not crash when we set details element with children to show as inline. https://bugs.webkit.org/show_bug.cgi?id=50671 * fast/html/details-element-render-inline-crash-expected.txt: Added. * fast/html/details-element-render-inline-crash.html: Added. 2010-12-09 James Robinson Unreviewed. Update Chromium GPU test expecations for canvas/philip. * platform/chromium-gpu/test_expectations.txt: 2010-12-09 Jasmin Lapalme Reviewed by Alexey Proskuryakov. Test for a faulty conversion from UTF-8 to UTF-16 in WebCore during an XSLT transformation. https://bugs.webkit.org/show_bug.cgi?id=50708 * fast/xsl/utf8-chunks-expected.txt: Added. * fast/xsl/utf8-chunks.xml: Added. * fast/xsl/utf8-chunks.xsl: Added. 2010-12-09 Vincent Scheib Reviewed by James Robinson. Clip update rectangle for Texture::updateSubRect to texture size https://bugs.webkit.org/show_bug.cgi?id=49929 * fast/canvas/canvas-largedraws-expected.txt: Added. * fast/canvas/canvas-largedraws.html: Added. 2010-12-09 Mihai Parparita Unreviewed Chromium test expectations update. Group canvas/philip failures together, fix some expectations (many tests that were marked as flaky actually fail consistently). * platform/chromium/test_expectations.txt: 2010-12-09 Mihai Parparita Unreviewed Chromium test expectations update. Was overly aggressive with r73661, canvas/philip/tests/ toDataURL.jpeg.alpha.html still fails. * platform/chromium/test_expectations.txt: 2010-12-09 Zhenyao Mo Reviewed by Kenneth Russell. Expose constructor functions for instanceof checks of WebGL objects https://bugs.webkit.org/show_bug.cgi?id=36512 * fast/canvas/webgl/instanceof-test-expected.txt: Added. * fast/canvas/webgl/instanceof-test.html: Added. * fast/dom/Window/script-tests/window-property-descriptors.js: Register newly added WebGL objects. * fast/dom/Window/window-properties.html: Ditto. * fast/dom/script-tests/prototype-inheritance-2.js: Ditto. (constructorNamesForWindow): * fast/dom/script-tests/prototype-inheritance.js: Ditto. * fast/js/script-tests/global-constructors.js: Ditto. 2010-12-09 James Robinson Reviewed by Kenneth Russell. [chromium] Compositor needs to manage its VRAM use https://bugs.webkit.org/show_bug.cgi?id=49629 Adds a few tests involving lots of visible image layers. The tests are designed to require slightly more than 64MB of VRAM. * platform/chromium-gpu-win/compositing/lots-of-img-layers-expected.checksum: Added. * platform/chromium-gpu-win/compositing/lots-of-img-layers-expected.png: Added. * platform/chromium-gpu-win/compositing/lots-of-img-layers-expected.txt: Added. * platform/chromium-gpu-win/compositing/lots-of-img-layers-with-opacity-expected.checksum: Added. * platform/chromium-gpu-win/compositing/lots-of-img-layers-with-opacity-expected.png: Added. * platform/chromium-gpu-win/compositing/lots-of-img-layers-with-opacity-expected.txt: Added. * platform/chromium-gpu/test_expectations.txt: * platform/chromium/compositing/lots-of-img-layers-with-opacity.html: Added. * platform/chromium/compositing/lots-of-img-layers.html: Added. * platform/chromium/test_expectations.txt: 2010-12-09 Mihai Parparita Unreviewed Chromium test expectations update. Delete a bunch of chromium-win specific baselines that were added by r68608. That was done because r68568 checked in failing expectations, but since Chromium was passing the tests with Skia, we wanted to keep passing them. However, the failing expectations were rolled out by r68737, so we no longer needed Chromium-specific expectations. Later, with r71481 we updated to a new version of the Philip test suite, which has a different output format, and the Chromium-specific expectations were out of date. Since they're not needed (we should pass with the base ones), they can just be deleted. * platform/chromium-mac/canvas/philip/tests/2d.drawImage.null-expected.txt: Removed. * platform/chromium-mac/canvas/philip/tests/2d.pattern.image.null-expected.txt: Removed. * platform/chromium-win/canvas/philip/tests/2d.drawImage.null-expected.txt: Removed. * platform/chromium-win/canvas/philip/tests/2d.gradient.radial.cone.front-expected.txt: Removed. * platform/chromium-win/canvas/philip/tests/2d.gradient.radial.inside2-expected.txt: Removed. * platform/chromium-win/canvas/philip/tests/2d.gradient.radial.inside3-expected.txt: Removed. * platform/chromium-win/canvas/philip/tests/2d.gradient.radial.outside1-expected.txt: Removed. * platform/chromium-win/canvas/philip/tests/2d.line.cap.closed-expected.txt: Removed. * platform/chromium-win/canvas/philip/tests/2d.line.join.parallel-expected.txt: Removed. * platform/chromium-win/canvas/philip/tests/2d.line.miter.lineedge-expected.txt: Removed. * platform/chromium-win/canvas/philip/tests/2d.pattern.image.null-expected.txt: Removed. * platform/chromium-win/canvas/philip/tests/2d.shadow.enable.x-expected.txt: Removed. * platform/chromium-win/canvas/philip/tests/2d.shadow.enable.y-expected.txt: Removed. * platform/chromium-win/canvas/philip/tests/2d.strokeRect.zero.4-expected.txt: Removed. * platform/chromium-win/canvas/philip/tests/toDataURL.jpeg.alpha-expected.txt: Removed. * platform/chromium/test_expectations.txt: 2010-12-09 Mihai Parparita Unreviewed Chromium test expectations update. Remove test_expectations.txt entries for 4 Philip suite canvas tests that pass consistently on all bots. 2d.drawImage.incomplete.html was fixed by r71292, the rest have been passing for as long as we have history in the Chromium test dashboard. * platform/chromium/test_expectations.txt: 2010-12-09 Peter Kasting Unreviewed Chromium test expectations update. Mark a test as timing out on Win Debug. * platform/chromium/test_expectations.txt: 2010-12-09 Peter Kasting Unreviewed Chromium test expectations update. Rebaseline a Linux test. * platform/chromium-linux/svg/custom/use-referencing-nonexisting-symbol-expected.checksum: * platform/chromium-linux/svg/custom/use-referencing-nonexisting-symbol-expected.png: * platform/chromium/test_expectations.txt: 2010-12-09 Sheriff Bot Unreviewed, rolling out r73635. http://trac.webkit.org/changeset/73635 https://bugs.webkit.org/show_bug.cgi?id=50778 'Side-effects on 3 css tests needs closer review' (Requested by mwenge on #webkit). * platform/qt/Skipped: 2010-12-09 Michael Saboff Reviewed by Gavin Barraclough. REGRESSION (r73065?): A regex no longer works https://bugs.webkit.org/show_bug.cgi?id=50570 Added tests that came from submitter to validate change. * fast/regex/parentheses-expected.txt: * fast/regex/script-tests/parentheses.js: 2010-12-09 Peter Kasting Unreviewed Chromium test expectations update. * platform/chromium/test_expectations.txt: 2010-12-09 Cosmin Truta Reviewed by Adam Barth. Rebaseline svg/custom/text-linking.svg https://bugs.webkit.org/show_bug.cgi?id=50310 * platform/chromium/test_expectations.txt: * platform/chromium-win/svg/custom/text-linking-expected.checksum: Added. * platform/chromium-win/svg/custom/text-linking-expected.png: Added. * platform/chromium-win/svg/custom/text-linking-expected.txt: Added. * platform/mac-leopard/svg/custom/text-linking-expected.checksum: Updated. * platform/mac-leopard/svg/custom/text-linking-expected.png: Updated. 2010-12-09 Peter Kasting Unreviewed Chromium test expectations update. * platform/chromium-gpu/test_expectations.txt: * platform/chromium/test_expectations.txt: 2010-12-09 Robert Hogan Reviewed by Andreas Kling. [Qt] Search input field doesn't have cancel button Add a cancel button to the search field and make it customizable by the client. For now, use the close dialog button associated with the application's style as the default. Unskip a bunch of search field related tests that pass now: fast/forms/search-cancel-button-mouseup.html fast/forms/search-rtl.html fast/forms/search-abs-pos-cancel-button.html fast/forms/search-styled.html fast/forms/search-transformed.html fast/forms/search-zoomed.html fast/forms/search-cancel-button-style-sharing.html fast/forms/search-display-none-cancel-button.html fast/forms/search-placeholder-value-changed.html fast/repaint/search-field-cancel.html fast/forms/search-cancel-button-events.html https://bugs.webkit.org/show_bug.cgi?id=42887 * platform/qt/Skipped: 2010-12-09 Yael Aharon Reviewed by Antonio Gomes. Spatial Navigation: Crash when handling iframe of size 0. https://bugs.webkit.org/show_bug.cgi?id=50730 * fast/spatial-navigation/snav-hidden-iframe-zero-size-expected.txt: Added. * fast/spatial-navigation/snav-hidden-iframe-zero-size.html: Added. 2010-12-09 Sheriff Bot Unreviewed, rolling out r73616. http://trac.webkit.org/changeset/73616 https://bugs.webkit.org/show_bug.cgi?id=50772 Breaks chromium win build (Requested by hwennborg on #webkit). * storage/indexeddb/index-basics-expected.txt: * storage/indexeddb/index-basics.html: * storage/indexeddb/index-cursor.html: * storage/indexeddb/keyrange-expected.txt: * storage/indexeddb/keyrange.html: * storage/indexeddb/objectstore-cursor.html: 2010-12-09 Brian Weinstein Land failing expected results for editing tests that have been failing since they were added in r73548. Fixing the failures is being tracked by: https://bugs.webkit.org/show_bug.cgi?id=50731. * platform/win/editing/selection/caret-ltr-right-expected.txt: Added. * platform/win/editing/selection/caret-rtl-2-left-expected.txt: Added. * platform/win/editing/selection/caret-rtl-right-expected.txt: Added. 2010-12-06 Philippe Normand Reviewed by Martin Robinson. [GTK] Support the Mozilla-style Fullscreen Javascript API https://bugs.webkit.org/show_bug.cgi?id=50572 * platform/gtk/Skipped: Unskip now passing fullscreen tests. 2010-12-09 Michael Saboff Reviewed by Geoffrey Garen. New test to verify that arrays sort per the standard even it there is an override for toString() that modifies the array. https://bugs.webkit.org/show_bug.cgi?id=50718 * fast/js/array-sort-modifying-tostring-expected.txt: Added. * fast/js/array-sort-modifying-tostring.html: Added. * fast/js/script-tests/array-sort-modifying-tostring.js: Added. (do_gc): (Item): (toString_Mutate): (test): 2010-12-09 Abhishek Arya Reviewed by Dimitri Glazkov. Tests that we do not crash when we move the referenceNode using node iterator methods previousNode and nextNode. https://bugs.webkit.org/show_bug.cgi?id=50764 * fast/dom/node-iterator-reference-node-moved-crash-expected.txt: Added. * fast/dom/node-iterator-reference-node-moved-crash.html: Added. 2010-12-09 Hans Wennborg Reviewed by Jeremy Orlow. IndexedDB: Numeric keys are floats. https://bugs.webkit.org/show_bug.cgi?id=50674 Update layout tests to use floating-point values for keys. * storage/indexeddb/keyrange-expected.txt: * storage/indexeddb/keyrange.html: Make sure creating the keys works. * storage/indexeddb/objectstore-cursor-expected.txt: * storage/indexeddb/objectstore-cursor.html: Make sure retrieving the keys from the DB objectstore works. 2010-12-09 Michael Saboff Reviewed by Darin Adler. Added test to verify proper operation of backtrack labels. https://bugs.webkit.org/show_bug.cgi?id=50579 * fast/regex/parentheses-expected.txt: * fast/regex/script-tests/parentheses.js: 2010-12-09 Peter Beverloo Reviewed by Maciej Stachowiak. Default CSS definitions for the figure and figcaption elements. * fast/html/figcaption-element-expected.txt: Added. * fast/html/figcaption-element.html: Added. * fast/html/figure-element-expected.txt: Added. * fast/html/figure-element.html: Added. * fast/html/script-tests/figcaption-element.js: Added. * fast/html/script-tests/figure-element.js: Added. 2010-12-09 Yael Aharon Reviewed by Antonio Gomes. Spatial Navigation: more tests. https://bugs.webkit.org/show_bug.cgi?id=50728 * fast/spatial-navigation/snav-hidden-focusable-element-expected.txt: Added. * fast/spatial-navigation/snav-hidden-focusable-element.html: Added. * fast/spatial-navigation/snav-hidden-iframe-expected.txt: Added. * fast/spatial-navigation/snav-hidden-iframe.html: Added. 2010-12-09 Csaba Osztrogonác Unreviewed. Add Qt specific expected results for tests introduced in r73548. Compared to Mac png files and Mac expected files. * platform/qt/editing/selection/caret-ltr-2-expected.checksum: Added. * platform/qt/editing/selection/caret-ltr-2-expected.png: Added. * platform/qt/editing/selection/caret-ltr-2-expected.txt: Added. * platform/qt/editing/selection/caret-ltr-2-left-expected.checksum: Added. * platform/qt/editing/selection/caret-ltr-2-left-expected.png: Added. * platform/qt/editing/selection/caret-ltr-2-left-expected.txt: Added. * platform/qt/editing/selection/caret-ltr-expected.checksum: Added. * platform/qt/editing/selection/caret-ltr-expected.png: Added. * platform/qt/editing/selection/caret-ltr-expected.txt: Added. * platform/qt/editing/selection/caret-ltr-right-expected.checksum: Added. * platform/qt/editing/selection/caret-ltr-right-expected.png: Added. * platform/qt/editing/selection/caret-ltr-right-expected.txt: Added. * platform/qt/editing/selection/caret-rtl-2-left-expected.checksum: Added. * platform/qt/editing/selection/caret-rtl-2-left-expected.png: Added. * platform/qt/editing/selection/caret-rtl-2-left-expected.txt: Added. * platform/qt/editing/selection/caret-rtl-right-expected.checksum: Added. * platform/qt/editing/selection/caret-rtl-right-expected.png: Added. * platform/qt/editing/selection/caret-rtl-right-expected.txt: Added. 2010-12-09 Joone Hur Reviewed by Martin Robinson. [GTK] Support for viewport meta tag https://bugs.webkit.org/show_bug.cgi?id=45443 Included viewport test cases for WebKitGtk * platform/gtk/Skipped: Unskip fast/viewport except viewport-45.html. 2010-12-09 Yury Semikhatsky Reviewed by Pavel Feldman. Web Inspector: Console records for failed XHRs should contain call stack and request method https://bugs.webkit.org/show_bug.cgi?id=50390 The expectations needed update ue to log format changes. * http/tests/inspector-enabled/console-log-before-frame-navigation-expected.txt: * http/tests/inspector/console-resource-errors-expected.txt: * http/tests/inspector/console-xhr-logging-expected.txt: * platform/chromium/http/tests/inspector/console-resource-errors-expected.txt: Added. * platform/chromium/http/tests/inspector/console-xhr-logging-expected.txt: Copied from LayoutTests/http/tests/inspector/console-xhr-logging-expected.txt. 2010-12-09 Dai Mikurube Reviewed by Kent Tamura. Implement "required" attribute for select tags https://bugs.webkit.org/show_bug.cgi?id=50380 Added tests for require attributes, valueMissing and vadility check for select elements. * fast/forms/ValidityState-valueMissing-001-expected.txt: * fast/forms/ValidityState-valueMissing-001.html: * fast/forms/ValidityState-valueMissing-002-expected.txt: * fast/forms/ValidityState-valueMissing-002.html: * fast/forms/ValidityState-valueMissing-003-expected.txt: * fast/forms/ValidityState-valueMissing-003.html: * fast/forms/checkValidity-002-expected.txt: * fast/forms/checkValidity-002.html: * fast/forms/required-attribute-001-expected.txt: * fast/forms/required-attribute-001.html: * fast/forms/required-attribute-002-expected.txt: * fast/forms/required-attribute-002.html: * fast/forms/resources/select-live-pseudo-selectors.js: Added. (makeInvalid): (appendOption): (backgroundOf): * fast/forms/script-tests/validationMessage.js: * fast/forms/select-live-pseudo-selectors-expected.txt: Added. * fast/forms/select-live-pseudo-selectors.html: Added. * fast/forms/validationMessage-expected.txt: * platform/mac/fast/objc/dom-html-select-live-pseudo-selectors.html: Added. * platform/mac/fast/objc/dom-html-select-live-pseudo-selectors-expected.txt: Added. 2010-12-07 Jeremy Orlow Reviewed by Steve Block. IndexedDB returns the wrong exceptions https://bugs.webkit.org/show_bug.cgi?id=50632 * storage/indexeddb/constants-expected.txt: * storage/indexeddb/constants.html: * storage/indexeddb/objectstore-removeobjectstore-expected.txt: * storage/indexeddb/objectstore-removeobjectstore.html: 2010-12-09 Pavel Feldman Not reviewed. Rebaselined Chromium expectations. Reverts r73518 and r73522. * platform/chromium-linux/fast/forms/placeholder-position-expected.checksum: Added. * platform/chromium-linux/fast/forms/placeholder-position-expected.png: Added. * platform/chromium-mac/fast/forms/placeholder-position-expected.checksum: Added. * platform/chromium-mac/fast/forms/placeholder-position-expected.png: Added. * platform/chromium-win/fast/forms/placeholder-position-expected.checksum: Added. * platform/chromium-win/fast/forms/placeholder-position-expected.png: Added. * platform/chromium-win/fast/forms/placeholder-position-expected.txt: Added. * platform/chromium/test_expectations.txt: 2010-12-09 Csaba Osztrogonác Unreviewed. Add Qt specific expected results for tests introduced in r73529. * platform/qt/fast/events/wheelevent-in-horizontal-scrollbar-in-rtl-expected.txt: Added. * platform/qt/fast/events/wheelevent-in-vertical-scrollbar-in-rtl-expected.txt: Added. 2010-12-09 Martin Robinson Update GTK+ baselines after r73561. * platform/gtk/fast/css/input-search-padding-expected.txt: * platform/gtk/fast/css/text-input-with-webkit-border-radius-expected.txt: * platform/gtk/fast/forms/box-shadow-override-expected.txt: * platform/gtk/fast/forms/control-restrict-line-height-expected.txt: * platform/gtk/fast/forms/input-appearance-height-expected.txt: * platform/gtk/fast/forms/placeholder-pseudo-style-expected.txt: * platform/gtk/fast/forms/placeholder-set-value-expected.txt: * platform/gtk/fast/forms/search-cancel-button-style-sharing-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/search-transformed-expected.txt: * platform/gtk/fast/forms/search-vertical-alignment-expected.txt: * platform/gtk/fast/forms/search-zoomed-expected.txt: * platform/gtk/fast/forms/searchfield-heights-expected.txt: 2010-12-09 Philippe Normand Unreviewed, update test baselines as asked by MORITA Hajime. [GTK] r73488 broke fast/dom/HTMLProgressElement/progress-element.html https://bugs.webkit.org/show_bug.cgi?id=50687 * platform/gtk/fast/dom/HTMLProgressElement/progress-element-expected.txt: * platform/gtk/Skipped: 2010-12-09 Yuta Kitamura Unreviewed. Chromium rebaselines for r73488. * platform/chromium-mac/fast/dom/HTMLProgressElement/progress-element-expected.txt: * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt: * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt: * platform/chromium-win/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt: * platform/chromium-win/fast/dom/HTMLMeterElement/meter-optimums-expected.txt: * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt: * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-expected.txt: * platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-expected.txt: * platform/chromium/test_expectations.txt: 2010-12-08 Pavel Feldman Not reviewed. Updated Chromium expectations. * platform/chromium/test_expectations.txt: 2010-12-08 Gavin Barraclough Reviewed by Sam Weinig. Permit Character Class Escape in CharacterRange in Character Class. https://bugs.webkit.org/show_bug.cgi?id=50483 https://bugs.webkit.org/show_bug.cgi?id=50538 https://bugs.webkit.org/show_bug.cgi?id=50654 https://bugs.webkit.org/show_bug.cgi?id=50646 We recently tightened up our spec conformance in generating syntax error in these cases, however testing in the wild has shown this to be problematic. This reverts the previous change in allowing class escapes (e.g. \d) in ranges in character classes ([]), but does retain some closer conformance to the spec in only allowing ranges that would be permitted per the grammar rules in the spec (e.g. in /[\d-a-z]/ "a-z" cannot be considered as a range). * fast/js/regexp-ranges-and-escaped-hyphens-expected.txt: * fast/js/script-tests/regexp-ranges-and-escaped-hyphens.js: * fast/regex/invalid-range-in-class-expected.txt: * fast/regex/pcre-test-1-expected.txt: * fast/regex/script-tests/invalid-range-in-class.js: * fast/regex/script-tests/pcre-test-1.js: 2010-12-08 Yuta Kitamura Unreviewed. Update Chromium test expectations. * platform/chromium/test_expectations.txt: 2010-12-08 Ryosuke Niwa Unreviewed; Yet another Chromium rebaselines for r73548. * platform/chromium-mac-leopard/editing/selection/caret-rtl-2-expected.checksum: Removed. * platform/chromium-mac-leopard/editing/selection/caret-rtl-2-expected.png: Removed. * platform/chromium-mac/fast/text/international/khmer-selection-expected.checksum: Added. * platform/chromium-mac/fast/text/international/khmer-selection-expected.png: Added. * platform/chromium/test_expectations.txt: 2010-12-08 Kent Tamura Unreviewed, test expectation update. Update expectations for r73566. * platform/gtk/editing/selection/find-yensign-and-backslash-expected.txt: * platform/qt/editing/selection/find-yensign-and-backslash-expected.txt: Removed. * platform/win/editing/selection/find-yensign-and-backslash-expected.txt: Removed. 2010-12-07 Zhenyao Mo Reviewed by Kenneth Russell. WebGLUniformLocation objects must be invalidated during linkProgram https://bugs.webkit.org/show_bug.cgi?id=37118 * fast/canvas/webgl/uniform-location-expected.txt: * fast/canvas/webgl/uniform-location.html: Check that after linkProgram, all previous uniform locations become invalid. 2010-12-08 Adele Peterson Reviewed by Darin Adler. Test for https://bugs.webkit.org/show_bug.cgi?id=50725 REGRESSION (r72052): "Search" placeholder in MobileMe mail is positioned too high * fast/forms/placeholder-position.html: Added. * platform/mac/fast/forms/placeholder-position-expected.checksum: Added. * platform/mac/fast/forms/placeholder-position-expected.png: Added. * platform/mac/fast/forms/placeholder-position-expected.txt: Added. 2010-12-08 Kent Tamura Reviewed by Alexey Proskuryakov. Yensign hack should work with Shift_JIS and ISO-2022-JP encodings. https://bugs.webkit.org/show_bug.cgi?id=49714 Use Shift_JIS instead of Shift_JIS_X0213-2000 because Shift_JIS_X0213-2000 encoding is available only on Mac. Add a test for ISO-2022-JP. * editing/selection/find-yensign-and-backslash-expected.txt: * editing/selection/find-yensign-and-backslash.html: * platform/chromium/test_expectations.txt: 2010-12-08 Andy Estes Reviewed by Darin Adler. Reflected unsigned attributes should be in the range [0, 2^31). https://bugs.webkit.org/show_bug.cgi?id=50472 * fast/html/marquee-element.html: Give hspace and vspace negative values and test what their corresponding IDL attributes reflect. * fast/html/marquee-element-expected.txt: 2010-12-08 Ryosuke Niwa Unreviewed Chromium rebaseline for r73548. * platform/chromium-linux/fast/text/international/khmer-selection-expected.checksum: * platform/chromium-linux/fast/text/international/khmer-selection-expected.png: * platform/chromium-linux/fast/text/international/khmer-selection-expected.txt: * platform/chromium-win-xp/fast/text/international/khmer-selection-expected.checksum: Removed. * platform/chromium-win-xp/fast/text/international/khmer-selection-expected.png: Removed. * platform/chromium-win-xp/fast/text/international/khmer-selection-expected.txt: Removed. * platform/chromium-win/fast/text/international/khmer-selection-expected.checksum: * platform/chromium-win/fast/text/international/khmer-selection-expected.png: * platform/chromium-win/fast/text/international/khmer-selection-expected.txt: * platform/chromium/test_expectations.txt: 2010-12-08 Abhishek Arya Reviewed by Dimitri Glazkov. Tests that we do not crash when node iterator gets moved across documents. https://bugs.webkit.org/show_bug.cgi?id=50697 * fast/dom/node-iterator-document-moved-crash-expected.txt: Added. * fast/dom/node-iterator-document-moved-crash.html: Added. 2010-12-08 Ryosuke Niwa Unreviewed Chromium rebaseline for r73548. * platform/chromium-linux/editing/selection/caret-ltr-2-expected.checksum: Added. * platform/chromium-linux/editing/selection/caret-ltr-2-expected.png: Added. * platform/chromium-linux/editing/selection/caret-ltr-2-left-expected.checksum: Added. * platform/chromium-linux/editing/selection/caret-ltr-2-left-expected.png: Added. * platform/chromium-linux/editing/selection/caret-ltr-expected.checksum: Added. * platform/chromium-linux/editing/selection/caret-ltr-expected.png: Added. * platform/chromium-linux/editing/selection/caret-ltr-right-expected.checksum: Added. * platform/chromium-linux/editing/selection/caret-ltr-right-expected.png: Added. * platform/chromium-linux/editing/selection/caret-rtl-2-expected.checksum: Added. * platform/chromium-linux/editing/selection/caret-rtl-2-expected.png: Added. * platform/chromium-linux/editing/selection/caret-rtl-2-left-expected.checksum: Added. * platform/chromium-linux/editing/selection/caret-rtl-2-left-expected.png: Added. * platform/chromium-linux/editing/selection/caret-rtl-expected.checksum: * platform/chromium-linux/editing/selection/caret-rtl-expected.png: * platform/chromium-linux/editing/selection/caret-rtl-right-expected.checksum: Added. * platform/chromium-linux/editing/selection/caret-rtl-right-expected.png: Added. * platform/chromium-mac/editing/selection/caret-ltr-2-expected.checksum: Added. * platform/chromium-mac/editing/selection/caret-ltr-2-expected.png: Added. * platform/chromium-mac/editing/selection/caret-ltr-2-left-expected.checksum: Added. * platform/chromium-mac/editing/selection/caret-ltr-2-left-expected.png: Added. * platform/chromium-mac/editing/selection/caret-ltr-expected.checksum: Added. * platform/chromium-mac/editing/selection/caret-ltr-expected.png: Added. * platform/chromium-mac/editing/selection/caret-ltr-right-expected.checksum: Added. * platform/chromium-mac/editing/selection/caret-ltr-right-expected.png: Added. * platform/chromium-mac/editing/selection/caret-rtl-2-expected.checksum: Added. * platform/chromium-mac/editing/selection/caret-rtl-2-expected.png: Added. * platform/chromium-mac/editing/selection/caret-rtl-2-left-expected.checksum: Added. * platform/chromium-mac/editing/selection/caret-rtl-2-left-expected.png: Added. * platform/chromium-mac/editing/selection/caret-rtl-expected.checksum: * platform/chromium-mac/editing/selection/caret-rtl-expected.png: * platform/chromium-mac/editing/selection/caret-rtl-right-expected.checksum: Added. * platform/chromium-mac/editing/selection/caret-rtl-right-expected.png: Added. * platform/chromium-win/editing/selection/caret-ltr-2-expected.checksum: Added. * platform/chromium-win/editing/selection/caret-ltr-2-expected.png: Added. * platform/chromium-win/editing/selection/caret-ltr-2-expected.txt: Added. * platform/chromium-win/editing/selection/caret-ltr-2-left-expected.checksum: Added. * platform/chromium-win/editing/selection/caret-ltr-2-left-expected.png: Added. * platform/chromium-win/editing/selection/caret-ltr-2-left-expected.txt: Added. * platform/chromium-win/editing/selection/caret-ltr-expected.checksum: Added. * platform/chromium-win/editing/selection/caret-ltr-expected.png: Added. * platform/chromium-win/editing/selection/caret-ltr-expected.txt: Added. * platform/chromium-win/editing/selection/caret-ltr-right-expected.checksum: Added. * platform/chromium-win/editing/selection/caret-ltr-right-expected.png: Added. * platform/chromium-win/editing/selection/caret-ltr-right-expected.txt: Added. * platform/chromium-win/editing/selection/caret-rtl-2-expected.checksum: * platform/chromium-win/editing/selection/caret-rtl-2-expected.png: * platform/chromium-win/editing/selection/caret-rtl-2-expected.txt: * platform/chromium-win/editing/selection/caret-rtl-2-left-expected.checksum: Added. * platform/chromium-win/editing/selection/caret-rtl-2-left-expected.png: Added. * platform/chromium-win/editing/selection/caret-rtl-2-left-expected.txt: Added. * platform/chromium-win/editing/selection/caret-rtl-expected.checksum: * platform/chromium-win/editing/selection/caret-rtl-expected.png: * platform/chromium-win/editing/selection/caret-rtl-expected.txt: * platform/chromium-win/editing/selection/caret-rtl-right-expected.checksum: Added. * platform/chromium-win/editing/selection/caret-rtl-right-expected.png: Added. * platform/chromium-win/editing/selection/caret-rtl-right-expected.txt: Added. * platform/chromium/test_expectations.txt: 2010-12-08 Martin Robinson Replace some GTK+ test results after r73548. * platform/gtk/fast/dom/horizontal-scrollbar-in-rtl-expected.txt: * platform/gtk/fast/dom/vertical-scrollbar-in-rtl-expected.txt: 2010-12-08 Ryosuke Niwa Unreviewed; Removed old expected results for caret-rtl.html and caret-rtl-2.html on Mac Leopard. * platform/mac-leopard/editing/selection/caret-rtl-2-expected.checksum: Removed. * platform/mac-leopard/editing/selection/caret-rtl-2-expected.png: Removed. * platform/mac-leopard/editing/selection/caret-rtl-expected.checksum: Removed. * platform/mac-leopard/editing/selection/caret-rtl-expected.png: Removed. 2010-12-08 Peter Kasting Unreviewed Chromium test expectations update. Mark some Mac tests as timing out after r73518 and r73522. * platform/chromium/test_expectations.txt: 2010-12-08 Adam Roben Update Windows test results after r73538 We don't need Windows-specific results for this test anymore. * platform/win-xp/svg/custom/clip-path-referencing-use-expected.checksum: Removed. * platform/win-xp/svg/custom/clip-path-referencing-use-expected.png: Removed. * platform/win-xp/svg/custom/clip-path-referencing-use-expected.txt: Removed. * platform/win/svg/custom/clip-path-referencing-use-expected.checksum: Removed. * platform/win/svg/custom/clip-path-referencing-use-expected.png: Removed. * platform/win/svg/custom/clip-path-referencing-use-expected.txt: Removed. 2010-12-08 James Robinson Reviewed by Kenneth Russell. [chromium] Text is blurry on a large composited layer with an odd center x/y coordinate https://bugs.webkit.org/show_bug.cgi?id=50702 Tests that text rendered on a large layer is crisp even when the layer's center point has an odd x and/or y coordinate. * compositing/text-on-large-layer.html: Added. * platform/chromium-gpu-linux/compositing/text-on-large-layer-expected.checksum: Added. * platform/chromium-gpu-linux/compositing/text-on-large-layer-expected.png: Added. * platform/chromium-gpu-linux/compositing/text-on-large-layer-expected.txt: Added. * platform/chromium-gpu/test_expectations.txt: * platform/mac/compositing/text-on-large-layer-expected.checksum: Added. * platform/mac/compositing/text-on-large-layer-expected.png: Added. * platform/mac/compositing/text-on-large-layer-expected.txt: Added. 2010-12-08 Ryosuke Niwa Reviewed by Dan Bernstein. REGRESSION: LayoutTests/editing/selection/caret-rtl-2.html fails https://bugs.webkit.org/show_bug.cgi?id=33503 Added tests to ensure WebKit places the caret at a right place for LTR text in a LTR block, LTR text in a RTL block, RTL text in a RTL block, and RTL text in a LTR block. Because we need to verify both rendering of the caret and (node, offset) pair of the caret, these tests cannot be combined or done without pixel results. * editing/selection/caret-ltr-2-left.html: Added. * editing/selection/caret-ltr-2.html: Added. * editing/selection/caret-ltr-right.html: Added. * editing/selection/caret-ltr.html: Added. * editing/selection/caret-rtl-2-left.html: Added. * editing/selection/caret-rtl-2.html: * editing/selection/caret-rtl-right.html: Added. * editing/selection/caret-rtl.html: * editing/selection/resources/caret-edge-shared.js: Added. (runTest): (verify): (log): * platform/mac/editing/selection/caret-ltr-2-expected.checksum: Added. * platform/mac/editing/selection/caret-ltr-2-expected.png: Added. * platform/mac/editing/selection/caret-ltr-2-expected.txt: Added. * platform/mac/editing/selection/caret-ltr-2-left-expected.checksum: Added. * platform/mac/editing/selection/caret-ltr-2-left-expected.png: Added. * platform/mac/editing/selection/caret-ltr-2-left-expected.txt: Added. * platform/mac/editing/selection/caret-ltr-expected.checksum: Added. * platform/mac/editing/selection/caret-ltr-expected.png: Added. * platform/mac/editing/selection/caret-ltr-expected.txt: Added. * platform/mac/editing/selection/caret-ltr-right-expected.checksum: Added. * platform/mac/editing/selection/caret-ltr-right-expected.png: Added. * platform/mac/editing/selection/caret-ltr-right-expected.txt: Added. * platform/mac/editing/selection/caret-rtl-2-expected.checksum: * platform/mac/editing/selection/caret-rtl-2-expected.png: * platform/mac/editing/selection/caret-rtl-2-expected.txt: * platform/mac/editing/selection/caret-rtl-2-left-expected.checksum: Added. * platform/mac/editing/selection/caret-rtl-2-left-expected.png: Added. * platform/mac/editing/selection/caret-rtl-2-left-expected.txt: Added. * platform/mac/editing/selection/caret-rtl-expected.checksum: * platform/mac/editing/selection/caret-rtl-expected.png: * platform/mac/editing/selection/caret-rtl-expected.txt: * platform/mac/editing/selection/caret-rtl-right-expected.checksum: Added. * platform/mac/editing/selection/caret-rtl-right-expected.png: Added. * platform/mac/editing/selection/caret-rtl-right-expected.txt: Added. 2010-12-08 Alexey Proskuryakov Touch a file that's sporadically giving 207 Multi-Status error on svn update, hoping that it will magically fix it. * fast/xpath/4XPath/Core/test.js: Removed properties svn:mime-type and svn:eol-style, added a newline. 2010-12-08 Peter Kasting Unreviewed Chromium test expectations update. Mark some tests as passing or slow, and update the comment on the compositing tests to indicate more accurately why we skip them in the main test run. * platform/chromium-gpu/test_expectations.txt: * platform/chromium/test_expectations.txt: 2010-12-08 Ryosuke Niwa Unreviewed Chromium test expectations update. fast/dom/HTMLMeterElement/meter-element.html has been rebaselined for Windows. * platform/chromium/test_expectations.txt: 2010-12-08 Adam Roben Skip svg/custom/clip-path-referencing-use2.svg, not svg/custom/clip-path-referencing-use.svg The former is the real problem. The latter was just the victim! * platform/win/Skipped: 2010-12-08 Ryosuke Niwa Unreviewed Chromium test expectations update. fast/text/decomposed-after-stacked-diacritics.html crashes on Chromium Linux. * platform/chromium/test_expectations.txt: 2010-12-08 Ryosuke Niwa Unreviewed Chromium rebaseline for r73531. * platform/chromium-linux/fast/block/positioning/rtl-static-positioning-expected.checksum: Added. * platform/chromium-linux/fast/block/positioning/rtl-static-positioning-expected.png: Added. * platform/chromium-linux/fast/block/positioning/rtl-static-positioning-inline-block-expected.checksum: Added. * platform/chromium-linux/fast/block/positioning/rtl-static-positioning-inline-block-expected.png: Added. * platform/chromium-linux/fast/block/positioning/table-cell-static-position-expected.checksum: Added. * platform/chromium-linux/fast/block/positioning/table-cell-static-position-expected.png: Added. * platform/chromium-mac/fast/block/positioning/rtl-static-positioning-expected.checksum: Added. * platform/chromium-mac/fast/block/positioning/rtl-static-positioning-expected.png: Added. * platform/chromium-mac/fast/block/positioning/rtl-static-positioning-inline-block-expected.checksum: Added. * platform/chromium-mac/fast/block/positioning/rtl-static-positioning-inline-block-expected.png: Added. * platform/chromium-mac/fast/block/positioning/table-cell-static-position-expected.checksum: Added. * platform/chromium-mac/fast/block/positioning/table-cell-static-position-expected.png: Added. * platform/chromium-win/fast/block/positioning/rtl-static-positioning-expected.checksum: Added. * platform/chromium-win/fast/block/positioning/rtl-static-positioning-expected.png: Added. * platform/chromium-win/fast/block/positioning/rtl-static-positioning-expected.txt: Added. * platform/chromium-win/fast/block/positioning/rtl-static-positioning-inline-block-expected.checksum: Added. * platform/chromium-win/fast/block/positioning/rtl-static-positioning-inline-block-expected.png: Added. * platform/chromium-win/fast/block/positioning/rtl-static-positioning-inline-block-expected.txt: Added. * platform/chromium-win/fast/block/positioning/table-cell-static-position-expected.checksum: Added. * platform/chromium-win/fast/block/positioning/table-cell-static-position-expected.png: Added. * platform/chromium-win/fast/block/positioning/table-cell-static-position-expected.txt: Added. * platform/chromium/test_expectations.txt: 2010-12-08 David Hyatt Reviewed by Anders Carlsson. https://bugs.webkit.org/show_bug.cgi?id=50576 REGRESSION in position of autocomplete popup on RTL page. RTL static position computation did not subtract out the width of the enclosing box if the immediate parent was a RenderInline. This bug was exposed by properly changing the RenderView to be RTL when the document was RTL. Added three new tests in fast/block/positioning. * fast/block/positioning/rtl-static-positioning-inline-block.html: Added. * fast/block/positioning/rtl-static-positioning.html: Added. * fast/block/positioning/table-cell-static-position.html: Added. * platform/mac/fast/block/positioning/rtl-static-positioning-expected.checksum: Added. * platform/mac/fast/block/positioning/rtl-static-positioning-expected.png: Added. * platform/mac/fast/block/positioning/rtl-static-positioning-expected.txt: Added. * platform/mac/fast/block/positioning/rtl-static-positioning-inline-block-expected.checksum: Added. * platform/mac/fast/block/positioning/rtl-static-positioning-inline-block-expected.png: Added. * platform/mac/fast/block/positioning/rtl-static-positioning-inline-block-expected.txt: Added. * platform/mac/fast/block/positioning/table-cell-static-position-expected.checksum: Added. * platform/mac/fast/block/positioning/table-cell-static-position-expected.png: Added. * platform/mac/fast/block/positioning/table-cell-static-position-expected.txt: Added. 2010-12-08 Xiaomei Ji Reviewed by David Hyatt. Fix backward mouse wheeling not working when scroll position is below 0. https://bugs.webkit.org/show_bug.cgi?id=50370 * fast/dom/horizontal-scrollbar-in-rtl-expected.txt: * fast/dom/horizontal-scrollbar-in-rtl.html: * fast/dom/vertical-scrollbar-in-rtl-expected.txt: * fast/dom/vertical-scrollbar-in-rtl.html: * fast/events/wheelevent-in-horizontal-scrollbar-in-rtl-expected.txt: Added. * fast/events/wheelevent-in-horizontal-scrollbar-in-rtl.html: Added. * fast/events/wheelevent-in-vertical-scrollbar-in-rtl-expected.txt: Added. * fast/events/wheelevent-in-vertical-scrollbar-in-rtl.html: Added. * platform/chromium/fast/dom/horizontal-scrollbar-in-rtl-expected.txt: * platform/chromium/fast/dom/vertical-scrollbar-in-rtl-expected.txt: * platform/chromium/fast/events/wheelevent-in-horizontal-scrollbar-in-rtl-expected.txt: Added. * platform/chromium/fast/events/wheelevent-in-vertical-scrollbar-in-rtl-expected.txt: Added. * platform/gtk/Skipped: * platform/mac-tiger/Skipped: * platform/mac-wk2/Skipped: * platform/qt-wk2/Skipped: * platform/qt/fast/dom/horizontal-scrollbar-in-rtl-expected.txt: * platform/qt/fast/dom/vertical-scrollbar-in-rtl-expected.txt: * platform/win/Skipped: * platform/win/fast/dom/horizontal-scrollbar-in-rtl-expected.txt: * platform/win/fast/dom/vertical-scrollbar-in-rtl-expected.txt: 2010-12-08 Anton Muhin Unreviewed, cleaning up test expectations after r7349. * platform/chromium/test_expectations.txt: 2010-12-08 Simon Fraser Reviewed by Dan Bernstein. Fix pauseAnimation API to work with shorthand properties https://bugs.webkit.org/show_bug.cgi?id=50639 * transitions/border-radius-transition.html: * transitions/shorthand-border-transitions.html: * transitions/shorthand-transitions.html: We can now use the pause API for these tests. * transitions/transition-test-helpers.js: Fix issue where "-webkit-transform-origin" would match where we are really looking for "-webkit-transform.". 2010-12-08 Philippe Normand Reviewed by Gustavo Noronha Silva. [GTK] media/fullscreen* failing on 64-bits Debug https://bugs.webkit.org/show_bug.cgi?id=50394 * platform/gtk/Skipped: Unskip now passing tests. 2010-12-08 Ilya Tikhonovsky Unreviewed. Remove WIN prefix for inspector's tests expectations. DumpRenderTree related patch. * platform/chromium/test_expectations.txt: 2010-12-08 Adam Roben Skip svg/custom/clip-path-referencing-use.svg on Windows The test fails when run under Aero. It seems that one of our Windows 7 bots has this turned on while the other doesn't. * platform/win/Skipped: 2010-12-08 Alejandro G. Castro Unreviewed, rolling out r73494. http://trac.webkit.org/changeset/73494 https://bugs.webkit.org/show_bug.cgi?id=50380 The tests added are crashing in the debug bots (macn and gtk) * fast/forms/ValidityState-valueMissing-001-expected.txt: * fast/forms/ValidityState-valueMissing-001.html: * fast/forms/ValidityState-valueMissing-002-expected.txt: * fast/forms/ValidityState-valueMissing-002.html: * fast/forms/ValidityState-valueMissing-003-expected.txt: * fast/forms/ValidityState-valueMissing-003.html: * fast/forms/checkValidity-002-expected.txt: * fast/forms/checkValidity-002.html: * fast/forms/required-attribute-001-expected.txt: * fast/forms/required-attribute-001.html: * fast/forms/required-attribute-002-expected.txt: * fast/forms/required-attribute-002.html: * fast/forms/resources/select-live-pseudo-selectors.js: Removed. * fast/forms/script-tests/validationMessage.js: * fast/forms/select-live-pseudo-selectors-expected.txt: Removed. * fast/forms/select-live-pseudo-selectors.html: Removed. * fast/forms/validationMessage-expected.txt: * platform/mac/fast/objc/dom-html-select-live-pseudo-selectors-expected.txt: Removed. * platform/mac/fast/objc/dom-html-select-live-pseudo-selectors.html: Removed. 2010-12-08 Ilya Tikhonovsky Unreviewed. Just enable inspector's tests for chromium linux. This change is related to switching to DumpRenderTree. * platform/chromium/test_expectations.txt: 2010-12-08 Adam Roben Land Windows results for test added in 73423 * platform/win/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum: Added. * platform/win/fast/blockflow/Kusa-Makura-background-canvas-expected.png: Added. * platform/win/fast/blockflow/Kusa-Makura-background-canvas-expected.txt: Added. 2010-12-08 Adam Roben Update Windows results after r73488 * platform/win/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt: * platform/win/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt: * platform/win/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt: * platform/win/fast/dom/HTMLMeterElement/meter-element-expected.txt: * platform/win/fast/dom/HTMLMeterElement/meter-optimums-expected.txt: * platform/win/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt: * platform/win/fast/dom/HTMLMeterElement/meter-styles-expected.txt: 2010-12-08 Philippe Normand Unreviewed, skipping failing test. [GTK] r73488 broke fast/dom/HTMLProgressElement/progress-element.html https://bugs.webkit.org/show_bug.cgi?id=50687 * platform/gtk/Skipped: 2010-12-08 Yuta Kitamura Unreviewed. Update Chromium test expectations. Remove some tests that are now consistently passing, assign bug numbers, and add one new expectation. * platform/chromium/test_expectations.txt: 2010-12-08 Philippe Normand Unreviewed, unskipping media/video-buffered.html on GTK because the bots are now running with latest GStreamer. * platform/gtk/Skipped: 2010-12-08 Philippe Normand Unreviewed, unskipped some more media tests. They are not crashing anymore, they also needed a rebaseline since the font tiling changes that happened while they were skipped. * platform/gtk/Skipped: * platform/gtk/media/controls-styling-expected.txt: * platform/gtk/media/video-layer-crash-expected.txt: * platform/gtk/media/video-transformed-expected.txt: 2010-12-08 Yury Semikhatsky Unreviewed. Update test expectations after r73504. * http/tests/inspector/console-resource-errors-expected.txt: * platform/chromium/test_expectations.txt: 2010-12-08 Yuta Kitamura Unreviewed. Update Chromium test expectations. Add two test flakinesses which was introduced at r73504. * platform/chromium/test_expectations.txt: 2010-12-08 Yuta Kitamura Unreviewed. Update Chromium test expectations. Added a few failures which was found in Chromium main waterfall. * platform/chromium/test_expectations.txt: 2010-12-08 Gustavo Noronha Silva [GTK] Fails back to POST tests https://bugs.webkit.org/show_bug.cgi?id=50678 Skip new tests that we are failing. * platform/gtk/Skipped: 2010-12-08 Yury Semikhatsky Reviewed by Pavel Feldman. Web Inspector: remove groupLevel counter from console messages https://bugs.webkit.org/show_bug.cgi?id=50672 * inspector/console-tests-expected.txt: 2010-12-08 Csaba Osztrogonác Unreviewed. Add new tests introduced in r73484 to the Skipped list, because layoutTestController.testRepaint() is unimplemented in Qt DRT. * platform/qt/Skipped: - fast/repaint/table-writing-modes-h.html added - fast/repaint/table-writing-modes-v.html added 2010-12-08 Csaba Osztrogonác Unreviewed. Update Qt specific expected results after r73488. Compared to Mac png files and Mac expected files. * platform/qt/fast/dom/HTMLMeterElement/meter-boundary-values-expected.checksum: * platform/qt/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: * platform/qt/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt: * platform/qt/fast/dom/HTMLMeterElement/meter-optimums-expected.checksum: * platform/qt/fast/dom/HTMLMeterElement/meter-optimums-expected.png: * platform/qt/fast/dom/HTMLMeterElement/meter-optimums-expected.txt: * platform/qt/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.checksum: * platform/qt/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png: * platform/qt/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt: * platform/qt/fast/dom/HTMLMeterElement/meter-styles-expected.checksum: * platform/qt/fast/dom/HTMLMeterElement/meter-styles-expected.png: * platform/qt/fast/dom/HTMLMeterElement/meter-styles-expected.txt: 2010-12-08 Philippe Normand Unreviewed, updated baselines of media/video-controls-rendering.html. * platform/gtk/media/video-controls-rendering-expected.txt: 2010-12-08 Pavel Podivilov Reviewed by Pavel Feldman. Web Inspector: SourceFrame refactoring. https://bugs.webkit.org/show_bug.cgi?id=50223 * inspector/debugger-breakpoints-not-activated-on-reload.html: * inspector/debugger-pause-on-breakpoint.html: 2010-12-08 Philippe Normand Unreviewed, unskipping media/video-controls-rendering.html on GTK. It should now not crash anymore because the GTK bots have been upgraded to latest GStreamer releases. * platform/gtk/Skipped: 2010-12-08 Dai Mikurube Reviewed by Kent Tamura. Implement "required" attribute for select tags https://bugs.webkit.org/show_bug.cgi?id=50380 Added tests for require attributes, valueMissing and vadility check for select elements. * fast/forms/ValidityState-valueMissing-001-expected.txt: * fast/forms/ValidityState-valueMissing-001.html: * fast/forms/ValidityState-valueMissing-002-expected.txt: * fast/forms/ValidityState-valueMissing-002.html: * fast/forms/ValidityState-valueMissing-003-expected.txt: * fast/forms/ValidityState-valueMissing-003.html: * fast/forms/checkValidity-002-expected.txt: * fast/forms/checkValidity-002.html: * fast/forms/required-attribute-001-expected.txt: * fast/forms/required-attribute-001.html: * fast/forms/required-attribute-002-expected.txt: * fast/forms/required-attribute-002.html: * fast/forms/resources/select-live-pseudo-selectors.js: Added. (makeInvalid): (appendOption): (backgroundOf): * fast/forms/script-tests/validationMessage.js: * fast/forms/select-live-pseudo-selectors-expected.txt: Added. * fast/forms/select-live-pseudo-selectors.html: Added. * fast/forms/validationMessage-expected.txt: * platform/mac/fast/objc/dom-html-select-live-pseudo-selectors.html: Added. * platform/mac/fast/objc/dom-html-select-live-pseudo-selectors-expected.txt: Added. 2010-12-08 Yuta Kitamura Unreviewed. Update Chromium test expectations. * platform/chromium/test_expectations.txt: 2010-12-07 Daniel Bates Reviewed by Martin Robinson. Implement focus ring support for image maps https://bugs.webkit.org/show_bug.cgi?id=50371 Tests to ensure that we support drawing a focus ring for an image map. In particular, that the GTK port can draw a focus ring for an image map. * fast/images/imagemap-circle-focus-ring.html: Added. * fast/images/imagemap-polygon-focus-ring.html: Added. * platform/gtk/fast/images/imagemap-circle-focus-ring-expected.checksum: Added. * platform/gtk/fast/images/imagemap-circle-focus-ring-expected.png: Added. * platform/gtk/fast/images/imagemap-circle-focus-ring-expected.txt: Added. * platform/gtk/fast/images/imagemap-focus-ring-expected.checksum: Rebase result since we now support drawing a focus ring for imagemaps. * platform/gtk/fast/images/imagemap-focus-ring-expected.png: Ditto. * platform/gtk/fast/images/imagemap-focus-ring-outline-color-expected.checksum: Added. * platform/gtk/fast/images/imagemap-focus-ring-outline-color-expected.png: Added. * platform/gtk/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.checksum: Added. * platform/gtk/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added. * platform/gtk/fast/images/imagemap-focus-ring-zoom-expected.checksum: Added. * platform/gtk/fast/images/imagemap-focus-ring-zoom-expected.png: Added. * platform/gtk/fast/images/imagemap-polygon-focus-ring-expected.checksum: Added. * platform/gtk/fast/images/imagemap-polygon-focus-ring-expected.png: Added. * platform/gtk/fast/images/imagemap-polygon-focus-ring-expected.txt: Added. * platform/mac/fast/images/imagemap-circle-focus-ring-expected.checksum: Added. * platform/mac/fast/images/imagemap-circle-focus-ring-expected.png: Added. * platform/mac/fast/images/imagemap-circle-focus-ring-expected.txt: Added. * platform/mac/fast/images/imagemap-polygon-focus-ring-expected.checksum: Added. * platform/mac/fast/images/imagemap-polygon-focus-ring-expected.png: Added. * platform/mac/fast/images/imagemap-polygon-focus-ring-expected.txt: Added. 2010-12-05 MORITA Hajime Reviewed by Dimitri Glazkov. - Added a test case - Updated expectations to follow the change on the shadow structure. RenderIndicator subclasses should not change the render tree during layout. https://bugs.webkit.org/show_bug.cgi?id=50026 * fast/dom/HTMLMeterElement/meter-element-crash-expected.txt: Added. * fast/dom/HTMLMeterElement/meter-element-crash.html: Added. * platform/mac/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt: * platform/mac/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt: * platform/mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt: * platform/mac/fast/dom/HTMLMeterElement/meter-element-expected.txt: * platform/mac/fast/dom/HTMLMeterElement/meter-optimums-expected.txt: * platform/mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt: * platform/mac/fast/dom/HTMLMeterElement/meter-styles-expected.txt: 2010-12-07 Simon Fraser Relax the matching tolerance to reduce flakiness. * transitions/border-radius-transition.html: 2010-11-29 Mihai Parparita Reviewed by Adam Barth. returning to a POST result within a frame does a GET instead of a POST https://bugs.webkit.org/show_bug.cgi?id=10199 Re-enable postredirect-frames-goback1.html and post-frames-goback1.html now that the big that made them be checked in disabled was fixed. The tests were also re-written to not be pixel tests, since that just adds extra per-platform baseline pain. Add fast/history/history-back-initial-vs-final-url.html since there did not appear to be any tests for whether we used the initial or final URL of a frame's history item (and this patch changes it from the former to the latter). * fast/history/history-back-initial-vs-final-url-expected.txt: Added. * fast/history/history-back-initial-vs-final-url.html: Added. * fast/history/resources/frame-final-url.html: Added. * fast/history/resources/frame-initial-url.html: Added. * http/tests/navigation/post-frames-goback1-expected.txt: Added. * http/tests/navigation/post-frames-goback1.html: Added. * http/tests/navigation/post-frames-goback1.html-disabled: Removed. * http/tests/navigation/post-frames.html: * http/tests/navigation/postredirect-frames-goback1-expected.txt: Added. * http/tests/navigation/postredirect-frames-goback1.html: Added. * http/tests/navigation/postredirect-frames-goback1.html-disabled: Removed. * http/tests/navigation/resources/form-target.pl: * http/tests/navigation/resources/redirect-to-go-back.pl: Added. * http/tests/navigation/resources/top-go-back.html: Added. 2010-12-07 Dan Bernstein Reviewed by Darin Adler. Test that tables repaint correctly in all writing modes Part of: Make tables work with vertical text https://bugs.webkit.org/show_bug.cgi?id=46417 * fast/repaint/table-writing-modes-h-expected.checksum: Added. * fast/repaint/table-writing-modes-h-expected.png: Added. * fast/repaint/table-writing-modes-h-expected.txt: Added. * fast/repaint/table-writing-modes-h.html: Added. * fast/repaint/table-writing-modes-v-expected.checksum: Added. * fast/repaint/table-writing-modes-v-expected.png: Added. * fast/repaint/table-writing-modes-v-expected.txt: Added. * fast/repaint/table-writing-modes-v.html: Added. 2010-12-07 Tony Chang Unreviewed, mark a test as flaky on chromium drt linux. * platform/chromium/test_expectations.txt: 2010-12-07 Tony Chang Unreviewed, adding chromium pixel results for fast/forms/caret-rtl.html after http://trac.webkit.org/changeset/73459 * platform/chromium-linux/fast/forms/caret-rtl-expected.checksum: * platform/chromium-linux/fast/forms/caret-rtl-expected.png: * platform/chromium-mac/fast/forms/caret-rtl-expected.checksum: Added. * platform/chromium-mac/fast/forms/caret-rtl-expected.png: Added. * platform/chromium-win/fast/forms/caret-rtl-expected.checksum: * platform/chromium-win/fast/forms/caret-rtl-expected.png: 2010-12-07 Tony Chang Unreviewed, remove more passing tests (mac) from test_expecatations.txt after DRT switch. Also remove a test that is passing because of crankshaft. * platform/chromium/test_expectations.txt: 2010-12-07 Tony Chang Unreviewed, remove more passing tests (win) from test_expectations.txt after DRT switch. * platform/chromium/test_expectations.txt: 2010-12-07 Tony Chang Unreviewed, remove passing tests (linux) from test_expectations after DRT switch. * platform/chromium/test_expectations.txt: 2010-12-07 Tony Chang Unreviewed, update chromium test_expectations for DRT based on Linux bot cycles and debug try bot. * platform/chromium/test_expectations.txt: 2010-12-06 Antonio Gomes Reviewed by Martin Robinson. Clean up fast/events/multiline-link-arrow-navigation.html https://bugs.webkit.org/show_bug.cgi?id=50616 fast/events/multiline-link-arrow-navigation.html is setting both WebKitEnableCaretBrowsing and -webkit-user-modify CSS property. Since both work similarly for the purposes of this test, and the former is not support by Mac and Windows DRTs, lets stick with using the later only. * fast/events/multiline-link-arrow-navigation.html: 2010-12-07 Simon Fraser Reviewed by Dan Bernstein. -webkit-transition Fails on Multiple text-shadow Shadows https://bugs.webkit.org/show_bug.cgi?id=42281 Testcase that transitions multiple shadows. * transitions/multiple-text-shadow-transition.html: Added. 2010-12-07 Simon Fraser Reviewed by Beth Dakin. CSS animation doesn't work for border-radius https://bugs.webkit.org/show_bug.cgi?id=48340 Test for border-radius and -webkit-border-radius transition. * transitions/border-radius-transition-expected.txt: Added. * transitions/border-radius-transition.html: Added. 2010-12-07 Simon Fraser Reviewed by Chris Marrin. Make use of pause API more explicit before landing fix for borer-radius animation. https://bugs.webkit.org/show_bug.cgi?id=48340 * transitions/transition-test-helpers.js: Add some constants that we can use to make the tests more readable. Handle an extra value in the expected values arrays, to tell us if we should expect a property to be animated, and therefore whether we should try to pause it. * transitions/color-transition-all.html: * transitions/zero-duration-in-list.html: Adjust to make use of the above changes. 2010-12-07 Maciej Stachowiak Reviewed by Kent Tamura. Implement HTML5 hidden attribute https://bugs.webkit.org/show_bug.cgi?id=40511 * fast/forms/caret-rtl.html: Fixed a non-closed comment which added an "hidden" attribute. * fast/html/hidden-attr-expected.txt: Added. * fast/html/hidden-attr.html: Added. Test static and dynamic cases of hidden attribute. 2010-12-07 Philippe Normand Reviewed by Gustavo Noronha Silva. [GStreamer] ::buffered() should return multiple ranges in some cases https://bugs.webkit.org/show_bug.cgi?id=45101 New test for video.buffered attribute. The test is skipped for ports not returning multiple timeranges for video.buffered. * http/tests/media/video-buffered-expected.txt: Added. * http/tests/media/video-buffered.html: Added. * http/tests/resources/counting-captioned.mov: Added. * http/tests/media/video-throttled-load.cgi: added Range requests/responses support. * platform/chromium/test_expectations.txt: * platform/mac-leopard/Skipped: * platform/mac-snowleopard/Skipped: * platform/mac-tiger/Skipped: * platform/mac-wk2/Skipped: * platform/mac/Skipped: * platform/qt-mac/Skipped: * platform/qt-win/Skipped: * platform/qt-wk2/Skipped: * platform/qt/Skipped: * platform/win-wk2/Skipped: * platform/win/Skipped: 2010-12-07 Yael Aharon Reviewed by Antonio Gomes. Spatial navigation not Working for Map and Area Tags https://bugs.webkit.org/show_bug.cgi?id=47142 * fast/spatial-navigation/snav-imagemap-area-not-focusable-expected.txt: Added. * fast/spatial-navigation/snav-imagemap-area-not-focusable.html: Added. * fast/spatial-navigation/snav-imagemap-area-without-image-expected.txt: Added. * fast/spatial-navigation/snav-imagemap-area-without-image.html: Added. * fast/spatial-navigation/snav-imagemap-overlapped-areas-expected.txt: Added. * fast/spatial-navigation/snav-imagemap-overlapped-areas.html: Added. * fast/spatial-navigation/snav-imagemap-simple-expected.txt: Added. * fast/spatial-navigation/snav-imagemap-simple.html: Added. 2010-12-07 Yury Semikhatsky Reviewed by Pavel Feldman. Web Inspector: switch http/tests/inspector/console-resource-errors.html to inspector-tests2 https://bugs.webkit.org/show_bug.cgi?id=50551 We need to be sure that front-end has already opened by the time the messages are recorded in console because the data we collect for errors may differ depending on whether the front-end is open. * http/tests/inspector/console-resource-errors-expected.txt: * http/tests/inspector/console-resource-errors.html: * http/tests/inspector/console-tests2.js: (initialize_ConsoleTest.InspectorTest.dumpConsoleMessagesWithClasses): 2010-12-07 Csaba Osztrogonác Unreviewed. Add Qt specific expected results for tests introduced in r73385 and r73398. Compared to Mac png files and Mac expected files. * platform/qt/fast/html/marquee-scrollamount-expected.checksum: Added. * platform/qt/fast/html/marquee-scrollamount-expected.png: Added. * platform/qt/fast/html/marquee-scrollamount-expected.txt: Added. * platform/qt/fast/overflow/overflow-rtl-vertical-expected.checksum: Added. * platform/qt/fast/overflow/overflow-rtl-vertical-expected.png: Added. * platform/qt/fast/overflow/overflow-rtl-vertical-expected.txt: Added. 2010-12-07 Csaba Osztrogonác Unreviewed. Rolling out r73421, because it made transitions/color-transition-all.html flakey. * transitions/border-radius-transition-expected.txt: Removed. * transitions/border-radius-transition.html: Removed. * transitions/color-transition-all.html: * transitions/transition-test-helpers.js: (expected): * transitions/zero-duration-in-list.html: 2010-12-07 Martin Robinson Rebaseline GTK+ results after r73385. * platform/gtk/css1/box_properties/margin-expected.txt: * platform/gtk/css1/box_properties/margin_right-expected.txt: * platform/gtk/css1/classification/white_space-expected.txt: * platform/gtk/css1/color_and_background/background_attachment-expected.txt: * platform/gtk/css1/color_and_background/background_repeat-expected.txt: * platform/gtk/editing/deleting/delete-line-end-ws-001-expected.txt: * platform/gtk/editing/deleting/delete-line-end-ws-002-expected.txt: * platform/gtk/fast/backgrounds/repeat/negative-offset-repeat-expected.txt: * platform/gtk/fast/backgrounds/size/backgroundSize15-expected.txt: * platform/gtk/fast/block/margin-collapse/block-inside-inline/004-expected.txt: * platform/gtk/fast/block/margin-collapse/block-inside-inline/005-expected.txt: * platform/gtk/fast/blockflow/block-level-images-expected.txt: * platform/gtk/fast/blockflow/border-radius-clipping-vertical-lr-expected.txt: * platform/gtk/fast/blockflow/box-shadow-vertical-lr-expected.txt: * platform/gtk/fast/blockflow/box-shadow-vertical-rl-expected.txt: * platform/gtk/fast/blockflow/floats-in-block-layout-expected.txt: * platform/gtk/fast/borders/fieldsetBorderRadius-expected.txt: * platform/gtk/fast/box-shadow/basic-shadows-expected.txt: * platform/gtk/fast/css/negative-leading-expected.txt: * platform/gtk/fast/forms/basic-textareas-expected.txt: * platform/gtk/fast/forms/file-input-direction-expected.txt: * platform/gtk/fast/forms/floating-textfield-relayout-expected.txt: * platform/gtk/fast/frames/flattening/frameset-flattening-advanced-expected.txt: * platform/gtk/fast/frames/flattening/frameset-flattening-grid-expected.txt: * platform/gtk/fast/frames/flattening/frameset-flattening-simple-expected.txt: * platform/gtk/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt: * platform/gtk/fast/frames/flattening/frameset-flattening-subframesets-expected.txt: * platform/gtk/fast/frames/frame-scrolling-attribute-expected.txt: * platform/gtk/fast/frames/iframe-scrolling-attribute-expected.txt: * platform/gtk/fast/frames/inline-object-inside-frameset-expected.txt: * platform/gtk/fast/frames/take-focus-from-iframe-expected.txt: * platform/gtk/fast/images/gif-large-checkerboard-expected.txt: * platform/gtk/fast/lists/001-vertical-expected.txt: * platform/gtk/fast/lists/003-vertical-expected.txt: * platform/gtk/fast/multicol/float-multicol-expected.txt: * platform/gtk/fast/multicol/float-paginate-complex-expected.txt: * platform/gtk/fast/multicol/float-paginate-expected.txt: * platform/gtk/fast/multicol/layers-in-multicol-expected.txt: * platform/gtk/fast/multicol/paginate-block-replaced-expected.txt: * platform/gtk/fast/multicol/positioned-with-constrained-height-expected.txt: * platform/gtk/fast/multicol/span/anonymous-style-inheritance-expected.txt: * platform/gtk/fast/multicol/table-vertical-align-expected.txt: * platform/gtk/fast/table/border-collapsing/004-vertical-expected.txt: * platform/gtk/fast/table/colspanMinWidth-vertical-expected.txt: * platform/gtk/fast/table/fixed-with-auto-with-colspan-vertical-expected.txt: * platform/gtk/fast/table/height-percent-test-vertical-expected.txt: * platform/gtk/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt: * platform/gtk/svg/custom/text-xy-updates-SVGList-expected.txt: * platform/gtk/svg/custom/text-zoom-expected.txt: * platform/gtk/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.txt: * platform/gtk/svg/text/foreignObject-text-clipping-bug-expected.txt: * platform/gtk/transforms/svg-vs-css-expected.txt: 2010-12-07 Justin Schuh Reviewed by Nikolas Zimmermann. Clear old SVG cursor entry before adding a new one https://bugs.webkit.org/show_bug.cgi?id=50549 * svg/css/cursor-replace-expected.txt: Added. * svg/css/cursor-replace.svg: Added. 2010-12-07 Yuta Kitamura Unreviewed. Add Chromium-specific expected results for two tests. * platform/chromium-linux/css2.1/t040105-import-10-b-expected.checksum: Added. * platform/chromium-linux/css2.1/t040105-import-10-b-expected.png: Added. * platform/chromium-linux/media/controls-without-preload-expected.checksum: Added. * platform/chromium-linux/media/controls-without-preload-expected.png: Added. * platform/chromium-mac/media/controls-without-preload-expected.checksum: Added. * platform/chromium-mac/media/controls-without-preload-expected.png: Added. * platform/chromium-mac/media/controls-without-preload-expected.txt: Added. * platform/chromium-win/css2.1/t040105-import-10-b-expected.checksum: Added. * platform/chromium-win/css2.1/t040105-import-10-b-expected.png: Added. * platform/chromium-win/css2.1/t040105-import-10-b-expected.txt: Added. * platform/chromium-win/media/controls-without-preload-expected.checksum: Added. * platform/chromium-win/media/controls-without-preload-expected.png: Added. * platform/chromium-win/media/controls-without-preload-expected.txt: Added. * platform/chromium/test_expectations.txt: 2010-12-07 Kenichi Ishibashi Reviewed by Kent Tamura. Let HTMLObjectElement be a form associated element https://bugs.webkit.org/show_bug.cgi?id=48821 Adds a test to ensure the order of form.elements attribute. Updates two tests to check whether object elements are handled correctly in form.elements attribute. * fast/forms/form-attribute-expected.txt: Updated. * fast/forms/form-collection-elements-order-expected.txt: Added. * fast/forms/form-collection-elements-order.html: Added. * fast/forms/script-tests/form-attribute.js: Updated. * fast/forms/script-tests/form-collection-elements-order.js: Added. (checkOrder): * fast/forms/script-tests/form-collection-elements.js: Updated. 2010-12-06 Yuta Kitamura Unreviewed. Update Chromium test expectations for svg/custom/text-linking.svg. 2010-12-06 Yuta Kitamura Unreviewed. Update Chromium test expectations. * platform/chromium/test_expectations.txt: 2010-12-06 David Hyatt Reviewed by Simon Fraser. https://bugs.webkit.org/show_bug.cgi?id=50593 Fix background canvas painting for documents with left/top overflow. The math from the original RTL patch was incorrect. Just use the RenderView's document dimensions always. * fast/blockflow/Kusa-Makura-background-canvas.html: Added. * platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum: Added. * platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.png: Added. * platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.txt: Added. 2010-12-06 Simon Fraser Reviewed by Beth Dakin. CSS animation doesn't work for border-radius https://bugs.webkit.org/show_bug.cgi?id=48340 * transitions/border-radius-transition-expected.txt: Added. * transitions/border-radius-transition.html: Added. New test. * transitions/color-transition-all.html: * transitions/zero-duration-in-list.html: Don't use the pause API for tests that test whether something is not animating. * transitions/transition-test-helpers.js: Log if the pause API returns failure. 2010-12-06 Victor Wang Unreviewed. [Chromium] update chromium test expectations. * platform/chromium-mac-leopard/fast/repaint/box-shadow-h-expected.checksum: * platform/chromium-mac-leopard/fast/repaint/box-shadow-h-expected.png: 2010-12-06 Emil Eklund Reviewed by Dimitri Glazkov. Fix for classList perf test, failing due to typo. https://bugs.webkit.org/show_bug.cgi?id=50578 * perf/class-list-remove.html: Changed to use the right value. 2010-12-06 Cosmin Truta Reviewed by Eric Seidel. Fix testcase: textPath cannot be inside another textPath https://bugs.webkit.org/show_bug.cgi?id=50211 * platform/mac/svg/custom/text-linking-expected.checksum: Updated. * platform/mac/svg/custom/text-linking-expected.png: Updated. * platform/mac/svg/custom/text-linking-expected.txt: Updated. * platform/chromium-linux/svg/custom/text-linking-expected.checksum: Updated. * platform/chromium-linux/svg/custom/text-linking-expected.png: Updated. * platform/chromium-linux/svg/custom/text-linking-expected.txt: Updated. * platform/chromium-win-vista/svg/custom/text-linking-expected.checksum: Deleted. * platform/chromium-win-vista/svg/custom/text-linking-expected.png: Deleted. * platform/chromium-win-vista/svg/custom/text-linking-expected.txt: Deleted. * platform/chromium-win-xp/svg/custom/text-linking-expected.checksum: Deleted. * platform/chromium-win-xp/svg/custom/text-linking-expected.png: Deleted. * platform/chromium-win-xp/svg/custom/text-linking-expected.txt: Deleted. * svg/custom/text-linking.svg: Removed test for inside . 2010-12-06 Jon Honeycutt Update Windows results after r73385. Unreviewed. * platform/win/fast/forms/basic-textareas-quirks-expected.txt: * platform/win/scrollbars/custom-scrollbar-with-incomplete-style-expected.checksum: * platform/win/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: * platform/win/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt: 2010-12-05 Ryosuke Niwa Reviewed by Tony Chang. Executing FormatBlock on multiple paragraphs inside pre does not remove the outer pre https://bugs.webkit.org/show_bug.cgi?id=47300 Added a test to ensure execCommand('FormatBlock') correctly removes pre when formatting paragraphs within. Also rebaselined several tests because WebKit no longer erroneously format the paragraphs immediately after the selection. * editing/execCommand/format-block-multiple-paragraphs-in-pre-expected.txt: Added. * editing/execCommand/format-block-multiple-paragraphs-in-pre.html: Added. * editing/execCommand/format-block-multiple-paragraphs-expected.txt: No longer erroneously format the last paragraph in a pre by a blockquote when formatting all but the last paragraph in the pre. * editing/execCommand/indent-pre-expected.txt: No longer erroneously format the last paragraph in the pre-list by a blockquote. 2010-12-06 Victor Wang Unreviewed. [Chromium] update chromium test expectations for fast/html/marquee-scrollamount.html * platform/chromium-linux/fast/html/marquee-scrollamount-expected.checksum: Added. * platform/chromium-linux/fast/html/marquee-scrollamount-expected.png: Added. * platform/chromium-mac/fast/html: Added. * platform/chromium-mac/fast/html/marquee-scrollamount-expected.checksum: Added. * platform/chromium-mac/fast/html/marquee-scrollamount-expected.png: Added. * platform/chromium-win/fast/html/marquee-scrollamount-expected.checksum: Added. * platform/chromium-win/fast/html/marquee-scrollamount-expected.png: Added. * platform/chromium-win/fast/html/marquee-scrollamount-expected.txt: Added. 2010-12-06 Csaba Osztrogonác Unreviewed. Update Qt specific expected results after r73385. * platform/qt/css1/box_properties/margin-expected.checksum: Added. * platform/qt/css1/box_properties/margin-expected.png: Added. * platform/qt/css1/box_properties/margin-expected.txt: * platform/qt/css1/box_properties/margin_right-expected.checksum: Added. * platform/qt/css1/box_properties/margin_right-expected.png: Added. * platform/qt/css1/box_properties/margin_right-expected.txt: * platform/qt/css1/formatting_model/inline_elements-expected.checksum: Added. * platform/qt/css1/formatting_model/inline_elements-expected.png: Added. * platform/qt/css1/formatting_model/inline_elements-expected.txt: * platform/qt/css2.1/t1202-counter-08-b-expected.checksum: Added. * platform/qt/css2.1/t1202-counter-08-b-expected.png: Added. * platform/qt/css2.1/t1202-counter-08-b-expected.txt: * platform/qt/css2.1/t1202-counters-08-b-expected.checksum: Added. * platform/qt/css2.1/t1202-counters-08-b-expected.png: Added. * platform/qt/css2.1/t1202-counters-08-b-expected.txt: * platform/qt/editing/deleting/delete-after-span-ws-001-expected.checksum: * platform/qt/editing/deleting/delete-after-span-ws-001-expected.png: * platform/qt/editing/deleting/delete-after-span-ws-001-expected.txt: * platform/qt/editing/deleting/delete-after-span-ws-002-expected.checksum: * platform/qt/editing/deleting/delete-after-span-ws-002-expected.png: * platform/qt/editing/deleting/delete-after-span-ws-002-expected.txt: * platform/qt/editing/deleting/delete-after-span-ws-003-expected.checksum: * platform/qt/editing/deleting/delete-after-span-ws-003-expected.png: * platform/qt/editing/deleting/delete-after-span-ws-003-expected.txt: * platform/qt/editing/deleting/delete-line-end-ws-001-expected.checksum: * platform/qt/editing/deleting/delete-line-end-ws-001-expected.png: * platform/qt/editing/deleting/delete-line-end-ws-001-expected.txt: * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-expected.checksum: Added. * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-expected.png: Added. * platform/qt/fast/backgrounds/repeat/negative-offset-repeat-expected.txt: * platform/qt/fast/backgrounds/size/backgroundSize15-expected.checksum: Added. * platform/qt/fast/backgrounds/size/backgroundSize15-expected.png: Added. * platform/qt/fast/backgrounds/size/backgroundSize15-expected.txt: * platform/qt/fast/block/float/008-expected.checksum: Added. * platform/qt/fast/block/float/008-expected.png: Copied from LayoutTests/platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png. * platform/qt/fast/block/float/008-expected.txt: * platform/qt/fast/block/float/019-expected.checksum: Added. * platform/qt/fast/block/float/019-expected.png: Copied from LayoutTests/platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png. * platform/qt/fast/block/float/019-expected.txt: * platform/qt/fast/block/float/033-expected.checksum: Added. * platform/qt/fast/block/float/033-expected.png: Added. * platform/qt/fast/block/float/033-expected.txt: * platform/qt/fast/block/float/035-expected.checksum: * platform/qt/fast/block/float/035-expected.png: * platform/qt/fast/block/float/035-expected.txt: * platform/qt/fast/block/float/avoidance-percent-width-strict-expected.checksum: Added. * platform/qt/fast/block/float/avoidance-percent-width-strict-expected.png: Added. * platform/qt/fast/block/float/avoidance-percent-width-strict-expected.txt: * platform/qt/fast/block/margin-collapse/block-inside-inline/004-expected.checksum: Added. * platform/qt/fast/block/margin-collapse/block-inside-inline/004-expected.png: Added. * platform/qt/fast/block/margin-collapse/block-inside-inline/004-expected.txt: * platform/qt/fast/block/margin-collapse/block-inside-inline/005-expected.checksum: Added. * platform/qt/fast/block/margin-collapse/block-inside-inline/005-expected.png: Added. * platform/qt/fast/block/margin-collapse/block-inside-inline/005-expected.txt: * platform/qt/fast/block/positioning/049-expected.checksum: Added. * platform/qt/fast/block/positioning/049-expected.png: Copied from LayoutTests/platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png. * platform/qt/fast/block/positioning/049-expected.txt: * platform/qt/fast/blockflow/block-level-images-expected.checksum: * platform/qt/fast/blockflow/block-level-images-expected.png: * platform/qt/fast/blockflow/block-level-images-expected.txt: * platform/qt/fast/blockflow/border-radius-clipping-vertical-lr-expected.checksum: * platform/qt/fast/blockflow/border-radius-clipping-vertical-lr-expected.png: * platform/qt/fast/blockflow/border-radius-clipping-vertical-lr-expected.txt: * platform/qt/fast/blockflow/box-shadow-vertical-lr-expected.checksum: * platform/qt/fast/blockflow/box-shadow-vertical-lr-expected.png: * platform/qt/fast/blockflow/box-shadow-vertical-lr-expected.txt: * platform/qt/fast/blockflow/box-shadow-vertical-rl-expected.checksum: * platform/qt/fast/blockflow/box-shadow-vertical-rl-expected.png: * platform/qt/fast/blockflow/box-shadow-vertical-rl-expected.txt: * platform/qt/fast/blockflow/floats-in-block-layout-expected.checksum: * platform/qt/fast/blockflow/floats-in-block-layout-expected.png: * platform/qt/fast/blockflow/floats-in-block-layout-expected.txt: * platform/qt/fast/box-shadow/basic-shadows-expected.checksum: * platform/qt/fast/box-shadow/basic-shadows-expected.png: * platform/qt/fast/box-shadow/basic-shadows-expected.txt: * platform/qt/fast/css/negative-leading-expected.png: * platform/qt/fast/css/negative-leading-expected.txt: * platform/qt/fast/dynamic/window-resize-scrollbars-test-expected.checksum: Added. * platform/qt/fast/dynamic/window-resize-scrollbars-test-expected.png: Added. * platform/qt/fast/dynamic/window-resize-scrollbars-test-expected.txt: * platform/qt/fast/flexbox/flex-hang-expected.checksum: Added. * platform/qt/fast/flexbox/flex-hang-expected.png: Copied from LayoutTests/platform/qt/fast/table/height-percent-test-vertical-expected.png. * platform/qt/fast/flexbox/flex-hang-expected.txt: * platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.checksum: Added. * platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.png: Added. * platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.txt: * platform/qt/fast/frames/flattening/frameset-flattening-grid-expected.checksum: Added. * platform/qt/fast/frames/flattening/frameset-flattening-grid-expected.png: Added. * platform/qt/fast/frames/flattening/frameset-flattening-grid-expected.txt: * platform/qt/fast/frames/flattening/frameset-flattening-simple-expected.checksum: Added. * platform/qt/fast/frames/flattening/frameset-flattening-simple-expected.png: Added. * platform/qt/fast/frames/flattening/frameset-flattening-simple-expected.txt: * platform/qt/fast/frames/flattening/frameset-flattening-subframe-resize-expected.checksum: Added. * platform/qt/fast/frames/flattening/frameset-flattening-subframe-resize-expected.png: Added. * platform/qt/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt: * platform/qt/fast/frames/flattening/frameset-flattening-subframesets-expected.checksum: Added. * platform/qt/fast/frames/flattening/frameset-flattening-subframesets-expected.png: Added. * platform/qt/fast/frames/flattening/frameset-flattening-subframesets-expected.txt: * platform/qt/fast/frames/frame-scrolling-attribute-expected.checksum: Added. * platform/qt/fast/frames/frame-scrolling-attribute-expected.png: Added. * platform/qt/fast/frames/frame-scrolling-attribute-expected.txt: * platform/qt/fast/frames/iframe-scrolling-attribute-expected.checksum: Added. * platform/qt/fast/frames/iframe-scrolling-attribute-expected.png: Added. * platform/qt/fast/frames/iframe-scrolling-attribute-expected.txt: * platform/qt/fast/images/gif-large-checkerboard-expected.checksum: * platform/qt/fast/images/gif-large-checkerboard-expected.png: * platform/qt/fast/images/gif-large-checkerboard-expected.txt: * platform/qt/fast/lists/001-vertical-expected.checksum: * platform/qt/fast/lists/001-vertical-expected.png: * platform/qt/fast/lists/001-vertical-expected.txt: * platform/qt/fast/lists/003-vertical-expected.checksum: * platform/qt/fast/lists/003-vertical-expected.png: * platform/qt/fast/lists/003-vertical-expected.txt: * platform/qt/fast/multicol/column-count-with-rules-expected.checksum: * platform/qt/fast/multicol/column-count-with-rules-expected.png: * platform/qt/fast/multicol/column-count-with-rules-expected.txt: * platform/qt/fast/multicol/float-paginate-complex-expected.checksum: * platform/qt/fast/multicol/float-paginate-complex-expected.png: * platform/qt/fast/multicol/float-paginate-complex-expected.txt: * platform/qt/fast/multicol/float-paginate-expected.checksum: * platform/qt/fast/multicol/float-paginate-expected.png: * platform/qt/fast/multicol/float-paginate-expected.txt: * platform/qt/fast/multicol/layers-in-multicol-expected.checksum: * platform/qt/fast/multicol/layers-in-multicol-expected.png: * platform/qt/fast/multicol/layers-in-multicol-expected.txt: * platform/qt/fast/multicol/nested-columns-expected.checksum: * platform/qt/fast/multicol/nested-columns-expected.png: * platform/qt/fast/multicol/nested-columns-expected.txt: * platform/qt/fast/multicol/paginate-block-replaced-expected.checksum: * platform/qt/fast/multicol/paginate-block-replaced-expected.png: * platform/qt/fast/multicol/paginate-block-replaced-expected.txt: * platform/qt/fast/multicol/positioned-with-constrained-height-expected.checksum: Added. * platform/qt/fast/multicol/positioned-with-constrained-height-expected.png: Added. * platform/qt/fast/multicol/positioned-with-constrained-height-expected.txt: * platform/qt/fast/multicol/span/anonymous-style-inheritance-expected.checksum: * platform/qt/fast/multicol/span/anonymous-style-inheritance-expected.png: * platform/qt/fast/multicol/span/anonymous-style-inheritance-expected.txt: * platform/qt/fast/multicol/span/span-margin-collapsing-expected.checksum: * platform/qt/fast/multicol/span/span-margin-collapsing-expected.png: * platform/qt/fast/multicol/span/span-margin-collapsing-expected.txt: * platform/qt/fast/multicol/table-vertical-align-expected.checksum: * platform/qt/fast/multicol/table-vertical-align-expected.png: * platform/qt/fast/multicol/table-vertical-align-expected.txt: * platform/qt/fast/repaint/content-into-overflow-expected.checksum: Added. * platform/qt/fast/repaint/content-into-overflow-expected.png: Copied from LayoutTests/platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png. * platform/qt/fast/repaint/content-into-overflow-expected.txt: * platform/qt/fast/repaint/overflow-into-content-expected.checksum: Added. * platform/qt/fast/repaint/overflow-into-content-expected.png: Copied from LayoutTests/platform/qt/fast/block/float/035-expected.png. * platform/qt/fast/repaint/overflow-into-content-expected.txt: * platform/qt/fast/table/border-collapsing/004-vertical-expected.checksum: * platform/qt/fast/table/border-collapsing/004-vertical-expected.png: * platform/qt/fast/table/border-collapsing/004-vertical-expected.txt: * platform/qt/fast/table/fixed-with-auto-with-colspan-vertical-expected.checksum: * platform/qt/fast/table/fixed-with-auto-with-colspan-vertical-expected.png: * platform/qt/fast/table/fixed-with-auto-with-colspan-vertical-expected.txt: * platform/qt/fast/table/height-percent-test-vertical-expected.checksum: * platform/qt/fast/table/height-percent-test-vertical-expected.png: * platform/qt/fast/table/height-percent-test-vertical-expected.txt: * platform/qt/fast/table/wide-colspan-expected.checksum: Added. * platform/qt/fast/table/wide-colspan-expected.png: Added. * platform/qt/fast/table/wide-colspan-expected.txt: * platform/qt/fast/table/wide-column-expected.checksum: Added. * platform/qt/fast/table/wide-column-expected.png: Copied from LayoutTests/platform/qt/fast/table/height-percent-test-vertical-expected.png. * platform/qt/fast/table/wide-column-expected.txt: * platform/qt/fast/text/text-letter-spacing-expected.checksum: Added. * platform/qt/fast/text/text-letter-spacing-expected.png: Added. * platform/qt/fast/text/text-letter-spacing-expected.txt: * platform/qt/scrollbars/custom-scrollbar-with-incomplete-style-expected.checksum: * platform/qt/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: * platform/qt/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt: * platform/qt/svg/custom/text-xy-updates-SVGList-expected.checksum: Added. * platform/qt/svg/custom/text-xy-updates-SVGList-expected.png: Added. * platform/qt/svg/custom/text-xy-updates-SVGList-expected.txt: * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.checksum: * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png: * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.txt: * platform/qt/svg/text/foreignObject-text-clipping-bug-expected.checksum: * platform/qt/svg/text/foreignObject-text-clipping-bug-expected.png: * platform/qt/svg/text/foreignObject-text-clipping-bug-expected.txt: * platform/qt/svg/zoom/page/zoom-hixie-mixed-009-expected.checksum: Added. * platform/qt/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Added. * platform/qt/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: * platform/qt/svg/zoom/text/zoom-hixie-mixed-009-expected.checksum: * platform/qt/svg/zoom/text/zoom-hixie-mixed-009-expected.png: * platform/qt/svg/zoom/text/zoom-hixie-mixed-009-expected.txt: * platform/qt/tables/mozilla/bugs/bug29314-expected.checksum: Added. * platform/qt/tables/mozilla/bugs/bug29314-expected.png: Added. * platform/qt/tables/mozilla/bugs/bug29314-expected.txt: 2010-12-06 Ryosuke Niwa Unreviewed Leopard rebaseline for r73385. The actual results now match that of Snow Leopard. * platform/chromium-mac/fast/multicol/span/anonymous-style-inheritance-expected.txt Removed. * platform/mac-leopard/fast/multicol/span/anonymous-style-inheritance-expected.checksum: Removed. * platform/mac-leopard/fast/multicol/span/anonymous-style-inheritance-expected.png: Removed. * platform/mac-leopard/fast/multicol/span/anonymous-style-inheritance-expected.txt: Removed. 2010-12-06 Victor Wang Unreviewed. [Chromium] update chromium mac test baselines affected by http://trac.webkit.org/changeset/73385 * platform/chromium-mac/fast/forms/file-input-direction-expected.txt: * platform/chromium-mac/fast/images/gif-large-checkerboard-expected.txt: Added. * platform/chromium-mac/fast/layers/video-layer-expected.txt: * platform/chromium-mac/fast/multicol/span/anonymous-style-inheritance-expected.txt: Added. * platform/chromium-mac/fast/repaint/box-shadow-h-expected.checksum: Added. * platform/chromium-mac/fast/repaint/box-shadow-h-expected.png: Added. * platform/chromium-mac/media/audio-controls-rendering-expected.txt: * platform/chromium-mac/media/controls-after-reload-expected.txt: * platform/chromium-mac/media/controls-strict-expected.txt: * platform/chromium-mac/media/video-display-toggle-expected.txt: * platform/chromium-mac/media/video-empty-source-expected.txt: * platform/chromium-mac/media/video-no-audio-expected.txt: * platform/chromium-mac/media/video-volume-slider-expected.txt: * platform/chromium-mac/scrollbars/custom-scrollbar-with-incomplete-style-expected.checksum: * platform/chromium-mac/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: * platform/chromium-mac/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt: 2010-12-06 Victor Wang Unreviewed. [Chromium] update chromium layout test baselines affected by http://trac.webkit.org/changeset/73385 * platform/chromium-linux/css2.1/t0905-c414-flt-02-c-expected.txt: * platform/chromium-linux/css2.1/t0905-c414-flt-03-c-expected.txt: * platform/chromium-linux/css2.1/t0905-c414-flt-04-c-expected.txt: * platform/chromium-linux/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt: * platform/chromium-linux/css2.1/t0905-c5525-fltwidth-02-c-g-expected.txt: * platform/chromium-linux/css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt: * platform/chromium-linux/css2.1/t090501-c414-flt-03-b-g-expected.txt: * platform/chromium-linux/css2.1/t1202-counters-09-b-expected.txt: * platform/chromium-linux/fast/block/positioning/047-expected.txt: * platform/chromium-linux/fast/forms/file-input-direction-expected.txt: * platform/chromium-linux/fast/lists/001-expected.checksum: Added. * platform/chromium-linux/fast/lists/001-expected.png: Added. * platform/chromium-linux/fast/lists/001-vertical-expected.txt: Removed. * platform/chromium-linux/fast/lists/003-vertical-expected.txt: Removed. * platform/chromium-linux/fast/multicol/float-multicol-expected.txt: Removed. * platform/chromium-linux/fast/multicol/float-paginate-complex-expected.txt: Removed. * platform/chromium-linux/fast/multicol/float-paginate-expected.txt: Removed. * platform/chromium-linux/fast/multicol/layers-in-multicol-expected.txt: Removed. * platform/chromium-linux/fast/multicol/paginate-block-replaced-expected.txt: Removed. * platform/chromium-linux/fast/multicol/table-vertical-align-expected.txt: Removed. * platform/chromium-linux/fast/overflow/image-selection-highlight-expected.checksum: * platform/chromium-linux/fast/overflow/image-selection-highlight-expected.png: * platform/chromium-linux/fast/overflow/infiniteRecursionGuard-expected.checksum: * platform/chromium-linux/fast/overflow/infiniteRecursionGuard-expected.png: * platform/chromium-linux/fast/overflow/overflow-float-stacking-expected.txt: Added. * platform/chromium-linux/fast/overflow/overflow-rtl-vertical-expected.checksum: Added. * platform/chromium-linux/fast/overflow/overflow-rtl-vertical-expected.png: Added. * platform/chromium-linux/fast/overflow/overflow-with-local-background-attachment-expected.checksum: * platform/chromium-linux/fast/overflow/overflow-with-local-background-attachment-expected.png: * platform/chromium-linux/fast/repaint/box-shadow-h-expected.checksum: * platform/chromium-linux/fast/repaint/box-shadow-h-expected.png: * platform/chromium-linux/fast/repaint/box-shadow-v-expected.checksum: * platform/chromium-linux/fast/repaint/box-shadow-v-expected.png: * platform/chromium-linux/fast/repaint/text-selection-rect-in-overflow-2-expected.checksum: * platform/chromium-linux/fast/repaint/text-selection-rect-in-overflow-2-expected.png: * platform/chromium-linux/fast/repaint/text-selection-rect-in-overflow-expected.checksum: * platform/chromium-linux/fast/repaint/text-selection-rect-in-overflow-expected.png: * platform/chromium-linux/fast/replaced/border-radius-clip-expected.checksum: * platform/chromium-linux/fast/replaced/border-radius-clip-expected.png: * platform/chromium-linux/fast/text/international/thai-line-breaks-expected.checksum: * platform/chromium-linux/fast/text/international/thai-line-breaks-expected.png: * platform/chromium-linux/fast/text/international/thai-line-breaks-expected.txt: * platform/chromium-linux/fast/text/letter-spacing-negative-opacity-expected.txt: * platform/chromium-linux/scrollbars/custom-scrollbar-with-incomplete-style-expected.checksum: * platform/chromium-linux/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: * platform/chromium-linux/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt: Removed. * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.txt: * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug2479-5-expected.checksum: * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png: * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: * platform/chromium-win/css1/box_properties/margin-expected.txt: * platform/chromium-win/css1/box_properties/margin_right-expected.txt: * platform/chromium-win/css1/classification/white_space-expected.txt: * platform/chromium-win/css1/color_and_background/background_attachment-expected.txt: * platform/chromium-win/css1/color_and_background/background_repeat-expected.txt: * platform/chromium-win/css2.1/t0803-c5502-mrgn-r-02-c-expected.txt: * platform/chromium-win/css2.1/t0803-c5505-mrgn-02-c-expected.txt: * platform/chromium-win/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.txt: * platform/chromium-win/css2.1/t0905-c414-flt-00-d-expected.txt: * platform/chromium-win/css2.1/t0905-c414-flt-01-d-g-expected.txt: * platform/chromium-win/css2.1/t0905-c414-flt-02-c-expected.txt: * platform/chromium-win/css2.1/t0905-c414-flt-03-c-expected.txt: * platform/chromium-win/css2.1/t0905-c414-flt-04-c-expected.txt: * platform/chromium-win/css2.1/t0905-c414-flt-wrap-01-d-g-expected.txt: * platform/chromium-win/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt: * platform/chromium-win/css2.1/t0905-c5525-fltwidth-02-c-g-expected.txt: * platform/chromium-win/css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt: * platform/chromium-win/css2.1/t090501-c414-flt-02-d-g-expected.txt: * platform/chromium-win/css2.1/t090501-c414-flt-03-b-g-expected.txt: * platform/chromium-win/css2.1/t1202-counters-08-b-expected.txt: * platform/chromium-win/css2.1/t1202-counters-09-b-expected.txt: * platform/chromium-win/editing/deleting/delete-after-span-ws-001-expected.txt: * platform/chromium-win/editing/deleting/delete-after-span-ws-002-expected.txt: * platform/chromium-win/editing/deleting/delete-after-span-ws-003-expected.txt: * platform/chromium-win/editing/deleting/delete-line-end-ws-001-expected.txt: * platform/chromium-win/editing/deleting/delete-line-end-ws-002-expected.txt: * platform/chromium-win/editing/selection/focus_editable_html-expected.txt: * platform/chromium-win/editing/selection/select-all-001-expected.txt: * platform/chromium-win/editing/selection/select-all-002-expected.txt: * platform/chromium-win/editing/selection/select-all-003-expected.txt: * platform/chromium-win/editing/selection/select-all-004-expected.txt: * platform/chromium-win/editing/selection/unrendered-001-expected.txt: * platform/chromium-win/editing/selection/unrendered-002-expected.txt: * platform/chromium-win/editing/selection/unrendered-003-expected.txt: * platform/chromium-win/editing/selection/unrendered-004-expected.txt: * platform/chromium-win/editing/selection/unrendered-005-expected.txt: * platform/chromium-win/fast/backgrounds/repeat/negative-offset-repeat-expected.txt: * platform/chromium-win/fast/backgrounds/size/backgroundSize15-expected.txt: * platform/chromium-win/fast/block/basic/010-expected.txt: * platform/chromium-win/fast/block/float/013-expected.txt: * platform/chromium-win/fast/block/float/021-expected.txt: * platform/chromium-win/fast/block/float/029-expected.txt: * platform/chromium-win/fast/block/float/031-expected.txt: * platform/chromium-win/fast/block/float/avoidance-percent-width-strict-expected.txt: * platform/chromium-win/fast/block/float/clamped-right-float-expected.txt: * platform/chromium-win/fast/block/float/float-in-float-painting-expected.txt: * platform/chromium-win/fast/block/float/nested-clearance-expected.txt: * platform/chromium-win/fast/block/margin-collapse/004-expected.txt: * platform/chromium-win/fast/block/margin-collapse/062-expected.txt: * platform/chromium-win/fast/block/margin-collapse/063-expected.txt: * platform/chromium-win/fast/block/margin-collapse/104-expected.txt: * platform/chromium-win/fast/block/margin-collapse/block-inside-inline/004-expected.txt: * platform/chromium-win/fast/block/margin-collapse/block-inside-inline/005-expected.txt: * platform/chromium-win/fast/block/positioning/002-expected.txt: * platform/chromium-win/fast/block/positioning/047-expected.txt: * platform/chromium-win/fast/block/positioning/051-expected.txt: * platform/chromium-win/fast/block/positioning/061-expected.txt: * platform/chromium-win/fast/block/positioning/auto-height-with-top-and-bottom-expected.txt: * platform/chromium-win/fast/blockflow/border-radius-clipping-vertical-lr-expected.txt: * platform/chromium-win/fast/blockflow/box-shadow-vertical-lr-expected.txt: * platform/chromium-win/fast/blockflow/box-shadow-vertical-rl-expected.txt: * platform/chromium-win/fast/body-propagation/background-color/002-expected.txt: * platform/chromium-win/fast/body-propagation/background-color/002-xhtml-expected.txt: * platform/chromium-win/fast/body-propagation/background-image/002-expected.txt: * platform/chromium-win/fast/body-propagation/background-image/002-xhtml-expected.txt: * platform/chromium-win/fast/body-propagation/overflow/001-expected.txt: * platform/chromium-win/fast/body-propagation/overflow/001-xhtml-expected.txt: * platform/chromium-win/fast/body-propagation/overflow/005-declarative-expected.txt: * platform/chromium-win/fast/body-propagation/overflow/005-expected.txt: * platform/chromium-win/fast/body-propagation/overflow/005-xhtml-expected.txt: * platform/chromium-win/fast/box-shadow/basic-shadows-expected.txt: * platform/chromium-win/fast/box-sizing/box-sizing-expected.txt: * platform/chromium-win/fast/clip/008-expected.txt: * platform/chromium-win/fast/clip/009-expected.txt: * platform/chromium-win/fast/clip/010-expected.txt: * platform/chromium-win/fast/clip/011-expected.txt: * platform/chromium-win/fast/clip/012-expected.txt: * platform/chromium-win/fast/compact/001-expected.txt: * platform/chromium-win/fast/css/MarqueeLayoutTest-expected.txt: * platform/chromium-win/fast/css/negative-leading-expected.txt: * platform/chromium-win/fast/css/percentage-non-integer-expected.txt: * platform/chromium-win/fast/css/word-space-extra-expected.txt: * platform/chromium-win/fast/dom/clone-node-dynamic-style-expected.txt: * platform/chromium-win/fast/dynamic/window-resize-scrollbars-test-expected.txt: * platform/chromium-win/fast/events/focusingUnloadedFrame-expected.txt: * platform/chromium-win/fast/flexbox/009-expected.txt: * platform/chromium-win/fast/flexbox/016-expected.txt: * platform/chromium-win/fast/forms/basic-textareas-quirks-expected.txt: * platform/chromium-win/fast/forms/file-input-direction-expected.txt: * platform/chromium-win/fast/forms/floating-textfield-relayout-expected.txt: * platform/chromium-win/fast/forms/textfield-overflow-expected.txt: * platform/chromium-win/fast/frames/frame-scrolling-attribute-expected.txt: * platform/chromium-win/fast/frames/iframe-scrolling-attribute-expected.txt: * platform/chromium-win/fast/frames/inline-object-inside-frameset-expected.txt: * platform/chromium-win/fast/images/gif-large-checkerboard-expected.txt: Added. * platform/chromium-win/fast/inline-block/inline-block-vertical-align-expected.txt: * platform/chromium-win/fast/inline-block/tricky-baseline-expected.txt: * platform/chromium-win/fast/inline/long-wrapped-line-expected.txt: * platform/chromium-win/fast/layers/layer-visibility-expected.txt: * platform/chromium-win/fast/layers/layer-visibility-sublayer-expected.txt: * platform/chromium-win/fast/layers/overflow-scroll-auto-switch-expected.txt: * platform/chromium-win/fast/layers/video-layer-expected.txt: * platform/chromium-win/fast/lists/001-expected.txt: * platform/chromium-win/fast/lists/001-vertical-expected.txt: * platform/chromium-win/fast/lists/003-expected.txt: * platform/chromium-win/fast/lists/003-vertical-expected.txt: * platform/chromium-win/fast/lists/li-br-expected.txt: * platform/chromium-win/fast/media/mq-relative-constraints-02-expected.txt: * platform/chromium-win/fast/media/mq-relative-constraints-03-expected.txt: * platform/chromium-win/fast/media/mq-relative-constraints-04-expected.txt: * platform/chromium-win/fast/media/mq-relative-constraints-05-expected.txt: * platform/chromium-win/fast/media/mq-relative-constraints-06-expected.txt: * platform/chromium-win/fast/media/mq-relative-constraints-07-expected.txt: * platform/chromium-win/fast/media/mq-relative-constraints-08-expected.txt: * platform/chromium-win/fast/media/mq-relative-constraints-09-expected.txt: * platform/chromium-win/fast/media/mq-width-absolute-01-expected.txt: * platform/chromium-win/fast/media/mq-width-absolute-02-expected.txt: * platform/chromium-win/fast/media/mq-width-absolute-03-expected.txt: * platform/chromium-win/fast/media/mq-width-absolute-04-expected.txt: * platform/chromium-win/fast/multicol/float-multicol-expected.txt: * platform/chromium-win/fast/multicol/float-paginate-complex-expected.txt: * platform/chromium-win/fast/multicol/float-paginate-expected.txt: * platform/chromium-win/fast/multicol/layers-in-multicol-expected.txt: * platform/chromium-win/fast/multicol/nested-columns-expected.txt: * platform/chromium-win/fast/multicol/paginate-block-replaced-expected.txt: * platform/chromium-win/fast/multicol/positioned-with-constrained-height-expected.txt: * platform/chromium-win/fast/multicol/span/anonymous-style-inheritance-expected.txt: * platform/chromium-win/fast/multicol/table-vertical-align-expected.txt: * platform/chromium-win/fast/overflow/002-expected.txt: * platform/chromium-win/fast/overflow/006-expected.txt: * platform/chromium-win/fast/overflow/dynamic-hidden-expected.txt: * platform/chromium-win/fast/overflow/float-in-relpositioned-expected.txt: * platform/chromium-win/fast/overflow/image-selection-highlight-expected.checksum: * platform/chromium-win/fast/overflow/image-selection-highlight-expected.png: * platform/chromium-win/fast/overflow/image-selection-highlight-expected.txt: * platform/chromium-win/fast/overflow/infiniteRecursionGuard-expected.checksum: * platform/chromium-win/fast/overflow/infiniteRecursionGuard-expected.png: * platform/chromium-win/fast/overflow/infiniteRecursionGuard-expected.txt: * platform/chromium-win/fast/overflow/overflow-auto-table-expected.txt: * platform/chromium-win/fast/overflow/overflow-focus-ring-expected.txt: * platform/chromium-win/fast/overflow/overflow-rtl-vertical-expected.checksum: Added. * platform/chromium-win/fast/overflow/overflow-rtl-vertical-expected.png: Added. * platform/chromium-win/fast/overflow/overflow-rtl-vertical-expected.txt: Added. * platform/chromium-win/fast/overflow/overflow-stacking-expected.txt: * platform/chromium-win/fast/overflow/overflow-with-local-background-attachment-expected.txt: * platform/chromium-win/fast/overflow/overflow-x-y-expected.txt: * platform/chromium-win/fast/overflow/scrollRevealButton-expected.txt: * platform/chromium-win/fast/reflections/reflection-direction-expected.txt: * platform/chromium-win/fast/repaint/box-shadow-h-expected.checksum: * platform/chromium-win/fast/repaint/box-shadow-h-expected.png: * platform/chromium-win/fast/repaint/box-shadow-h-expected.txt: * platform/chromium-win/fast/repaint/box-shadow-v-expected.checksum: * platform/chromium-win/fast/repaint/box-shadow-v-expected.png: * platform/chromium-win/fast/repaint/box-shadow-v-expected.txt: * platform/chromium-win/fast/repaint/dynamic-table-vertical-alignment-change-expected.txt: * platform/chromium-win/fast/repaint/float-overflow-expected.txt: * platform/chromium-win/fast/repaint/float-overflow-right-expected.txt: * platform/chromium-win/fast/repaint/overflow-scroll-body-appear-expected.txt: * platform/chromium-win/fast/repaint/overflow-scroll-delete-expected.checksum: * platform/chromium-win/fast/repaint/overflow-scroll-delete-expected.png: * platform/chromium-win/fast/repaint/overflow-scroll-delete-expected.txt: * platform/chromium-win/fast/repaint/text-selection-rect-in-overflow-2-expected.checksum: * platform/chromium-win/fast/repaint/text-selection-rect-in-overflow-2-expected.png: * platform/chromium-win/fast/repaint/text-selection-rect-in-overflow-2-expected.txt: * platform/chromium-win/fast/repaint/text-selection-rect-in-overflow-expected.checksum: * platform/chromium-win/fast/repaint/text-selection-rect-in-overflow-expected.png: * platform/chromium-win/fast/repaint/text-selection-rect-in-overflow-expected.txt: * platform/chromium-win/fast/repaint/transform-absolute-in-positioned-container-expected.txt: * platform/chromium-win/fast/replaced/004-expected.txt: * platform/chromium-win/fast/replaced/border-radius-clip-expected.checksum: * platform/chromium-win/fast/replaced/border-radius-clip-expected.png: * platform/chromium-win/fast/replaced/border-radius-clip-expected.txt: * platform/chromium-win/fast/table/034-expected.txt: * platform/chromium-win/fast/table/border-collapsing/004-vertical-expected.txt: * platform/chromium-win/fast/table/colspanMinWidth-vertical-expected.txt: * platform/chromium-win/fast/table/frame-and-rules-expected.txt: * platform/chromium-win/fast/table/overflowHidden-expected.txt: * platform/chromium-win/fast/text/international/thai-line-breaks-expected.txt: * platform/chromium-win/fast/text/large-text-composed-char-expected.txt: * platform/chromium-win/fast/text/letter-spacing-negative-opacity-expected.txt: * platform/chromium-win/fast/text/text-letter-spacing-expected.txt: * platform/chromium-win/fast/text/whitespace/012-expected.txt: * platform/chromium-win/media/audio-controls-rendering-expected.txt: * platform/chromium-win/media/controls-after-reload-expected.txt: * platform/chromium-win/media/controls-strict-expected.txt: * platform/chromium-win/media/video-controls-rendering-expected.txt: * platform/chromium-win/media/video-display-toggle-expected.txt: * platform/chromium-win/media/video-empty-source-expected.txt: * platform/chromium-win/media/video-no-audio-expected.txt: * platform/chromium-win/media/video-volume-slider-expected.txt: * platform/chromium-win/scrollbars/basic-scrollbar-expected.txt: * platform/chromium-win/scrollbars/custom-scrollbar-with-incomplete-style-expected.checksum: * platform/chromium-win/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: * platform/chromium-win/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt: * platform/chromium-win/scrollbars/disabled-scrollbar-expected.txt: * platform/chromium-win/scrollbars/scrollbar-buttons-expected.txt: * platform/chromium-win/scrollbars/scrollbar-orientation-expected.txt: * platform/chromium-win/svg/custom/altglyph-expected.txt: * platform/chromium-win/svg/custom/getscreenctm-in-mixed-content-expected.txt: * platform/chromium-win/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt: * platform/chromium-win/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt: * platform/chromium-win/svg/custom/invisible-text-after-scrolling-expected.txt: * platform/chromium-win/svg/custom/path-bad-data-expected.txt: * platform/chromium-win/svg/custom/scroll-hit-test-expected.txt: Added. * platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.txt: * platform/chromium-win/svg/custom/text-xy-updates-SVGList-expected.txt: * platform/chromium-win/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.txt: * platform/chromium-win/svg/text/foreignObject-text-clipping-bug-expected.txt: * platform/chromium-win/svg/text/kerning-expected.txt: * platform/chromium-win/svg/text/multichar-glyph-expected.txt: * platform/chromium-win/svg/transforms/animated-path-inside-transformed-html-expected.txt: * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt: * platform/chromium-win/svg/zoom/text/zoom-hixie-mixed-009-expected.txt: * platform/chromium-win/tables/mozilla/bugs/bug120364-expected.txt: * platform/chromium-win/tables/mozilla/bugs/bug131020-expected.txt: * platform/chromium-win/tables/mozilla/bugs/bug23151-expected.txt: * platform/chromium-win/tables/mozilla/bugs/bug43039-expected.txt: * platform/chromium-win/tables/mozilla/bugs/bug43854-1-expected.txt: * platform/chromium-win/tables/mozilla/bugs/bug45055-2-expected.txt: * platform/chromium-win/tables/mozilla/bugs/bug5797-expected.txt: * platform/chromium-win/tables/mozilla/bugs/bug625-expected.txt: * platform/chromium-win/tables/mozilla/bugs/bug72359-expected.txt: * platform/chromium-win/tables/mozilla/bugs/bug83786-expected.txt: * platform/chromium-win/tables/mozilla/bugs/bug92143-expected.txt: * platform/chromium-win/tables/mozilla/bugs/bug96334-expected.txt: * platform/chromium-win/tables/mozilla/core/nested1-expected.txt: * platform/chromium-win/tables/mozilla/marvin/backgr_index-expected.txt: * platform/chromium-win/tables/mozilla/marvin/x_table_align_left-expected.txt: * platform/chromium-win/tables/mozilla/marvin/x_table_align_right-expected.txt: * platform/chromium-win/tables/mozilla/marvin/x_td_nowrap-expected.txt: * platform/chromium-win/tables/mozilla/marvin/x_th_nowrap-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug220653-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug2479-5-expected.checksum: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug67915-2-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.txt: * platform/chromium-win/transforms/svg-vs-css-expected.txt: 2010-12-06 Andy Estes Reviewed by Darin Adler. Marquee elements do not stop animating when scrollAmount is set to 0. https://bugs.webkit.org/show_bug.cgi?id=50434 * fast/html/marquee-scrollamount.html: Added. * platform/mac/fast/html/marquee-scrollamount-expected.checksum: Added. * platform/mac/fast/html/marquee-scrollamount-expected.png: Added. * platform/mac/fast/html/marquee-scrollamount-expected.txt: Added. 2010-12-06 Chris Fleizach Reviewed by Darin Adler. HTML5 Slider does not work correctly with VoiceOver https://bugs.webkit.org/show_bug.cgi?id=50505 * platform/mac/accessibility/html-slider-indicator-expected.txt: Added. * platform/mac/accessibility/html-slider-indicator.html: Added. 2010-12-06 David Hyatt Reviewed by Simon Fraser. Fix for https://bugs.webkit.org/show_bug.cgi?id=49220 <, REGRESSION: transforms now O(n^3) from pathological behavior in lowestPosition, rightmostPosition, leftmostPosition and topmostPosition. This patch throws out the lowest/rightmost/leftmost/topmostPosition functions and re-architects layout overflow in the engine to cache all the information required to properly handle scrolling. In the old code, there were two types of overflow: layout overflow and visual overflow. The former could affect scrolling and the latter could not. The distinction was largely meaningless, since layout overflow wasn't actually used to determine scroll width or scroll height. It didn't propagate across self-painting layer boundaries either. In the old code, the term visible overflow meant the union of the layout overflow and visual overflow rects. In the new code, the two types of overflow remain, but the distinction between the two is now clear. Visual overflow is used purely for painting and hit testing checks and layout overflow is used specifically for scrolling. It has been expanded to propagate across self-painting layers, to factor in relative positioning and transforms, and to work with writing modes. In order to minimize layout test changes, layers no longer incorporate right/bottom overflow into their width/height members. Doing so uncovered two bugs where left/top overflow was ignored (proof that even having layer dimensions is harmful). A render tree dump hack has been put into the code to keep this overflow dumping for the RenderView's layer, since otherwise a huge number of tests would change. Added fast/overflow/overflow-rtl-vertical.html to test vertical writing-mode overflow. Existing tests cover the rest. * compositing/checkerboard-expected.txt: * compositing/geometry/limit-layer-bounds-transformed-expected.txt: * compositing/iframes/composited-parent-iframe-expected.txt: * fast/backgrounds/size/contain-and-cover-expected.txt: * fast/flexbox/009.html: * fast/overflow/overflow-rtl-vertical.html: Added. * fast/spatial-navigation/snav-clipped-overflowed-content-expected.txt: * fast/spatial-navigation/snav-clipped-overflowed-content.html: * platform/mac/compositing/direct-image-compositing-expected.txt: * platform/mac/compositing/geometry/fixed-position-expected.txt: * platform/mac/compositing/geometry/video-opacity-overlay-expected.txt: * platform/mac/compositing/overflow/fixed-position-ancestor-clip-expected.txt: * platform/mac/compositing/overflow/scroll-ancestor-update-expected.txt: * platform/mac/compositing/reflections/load-video-in-reflection-expected.txt: * platform/mac/compositing/repaint/content-into-overflow-expected.txt: * platform/mac/compositing/repaint/overflow-into-content-expected.txt: * platform/mac/css1/box_properties/margin-expected.txt: * platform/mac/css1/box_properties/margin_right-expected.txt: * platform/mac/css1/classification/white_space-expected.txt: * platform/mac/css1/color_and_background/background_attachment-expected.txt: * platform/mac/css1/color_and_background/background_repeat-expected.txt: * platform/mac/css2.1/t0803-c5502-mrgn-r-02-c-expected.txt: * platform/mac/css2.1/t0803-c5505-mrgn-02-c-expected.txt: * platform/mac/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.txt: * platform/mac/css2.1/t0905-c414-flt-00-d-expected.txt: * platform/mac/css2.1/t0905-c414-flt-01-d-g-expected.txt: * platform/mac/css2.1/t0905-c414-flt-02-c-expected.txt: * platform/mac/css2.1/t0905-c414-flt-03-c-expected.txt: * platform/mac/css2.1/t0905-c414-flt-04-c-expected.txt: * platform/mac/css2.1/t0905-c414-flt-wrap-01-d-g-expected.txt: * platform/mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt: * platform/mac/css2.1/t0905-c5525-fltwidth-02-c-g-expected.txt: * platform/mac/css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt: * platform/mac/css2.1/t090501-c414-flt-02-d-g-expected.txt: * platform/mac/css2.1/t090501-c414-flt-03-b-g-expected.txt: * platform/mac/css2.1/t1202-counters-08-b-expected.txt: * platform/mac/css2.1/t1202-counters-09-b-expected.txt: * platform/mac/editing/deleting/delete-after-span-ws-001-expected.txt: * platform/mac/editing/deleting/delete-after-span-ws-002-expected.txt: * platform/mac/editing/deleting/delete-after-span-ws-003-expected.txt: * platform/mac/editing/deleting/delete-line-end-ws-001-expected.txt: * platform/mac/editing/deleting/delete-line-end-ws-002-expected.txt: * platform/mac/editing/selection/25228-expected.txt: * platform/mac/editing/selection/focus_editable_html-expected.txt: * platform/mac/editing/selection/select-all-001-expected.txt: * platform/mac/editing/selection/select-all-002-expected.txt: * platform/mac/editing/selection/select-all-003-expected.txt: * platform/mac/editing/selection/select-all-004-expected.txt: * platform/mac/editing/selection/unrendered-001-expected.txt: * platform/mac/editing/selection/unrendered-002-expected.txt: * platform/mac/editing/selection/unrendered-003-expected.txt: * platform/mac/editing/selection/unrendered-004-expected.txt: * platform/mac/editing/selection/unrendered-005-expected.txt: * platform/mac/fast/backgrounds/repeat/negative-offset-repeat-expected.txt: * platform/mac/fast/backgrounds/size/backgroundSize15-expected.txt: * platform/mac/fast/block/basic/010-expected.txt: * platform/mac/fast/block/basic/fieldset-stretch-to-legend-expected.txt: * platform/mac/fast/block/float/008-expected.txt: * platform/mac/fast/block/float/013-expected.txt: * platform/mac/fast/block/float/019-expected.txt: * platform/mac/fast/block/float/021-expected.txt: * platform/mac/fast/block/float/029-expected.txt: * platform/mac/fast/block/float/031-expected.txt: * platform/mac/fast/block/float/033-expected.txt: * platform/mac/fast/block/float/035-expected.txt: * platform/mac/fast/block/float/avoidance-percent-width-strict-expected.txt: * platform/mac/fast/block/float/clamped-right-float-expected.txt: * platform/mac/fast/block/float/float-in-float-painting-expected.txt: * platform/mac/fast/block/float/nested-clearance-expected.txt: * platform/mac/fast/block/float/relative-painted-twice-expected.txt: * platform/mac/fast/block/margin-collapse/004-expected.txt: * platform/mac/fast/block/margin-collapse/062-expected.txt: * platform/mac/fast/block/margin-collapse/063-expected.txt: * platform/mac/fast/block/margin-collapse/104-expected.txt: * platform/mac/fast/block/margin-collapse/block-inside-inline/004-expected.txt: * platform/mac/fast/block/margin-collapse/block-inside-inline/005-expected.txt: * platform/mac/fast/block/positioning/002-expected.txt: * platform/mac/fast/block/positioning/047-expected.txt: * platform/mac/fast/block/positioning/049-expected.txt: * platform/mac/fast/block/positioning/051-expected.txt: * platform/mac/fast/block/positioning/auto-height-with-top-and-bottom-expected.txt: * platform/mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: * platform/mac/fast/blockflow/block-level-images-expected.txt: * platform/mac/fast/blockflow/border-radius-clipping-vertical-lr-expected.txt: * platform/mac/fast/blockflow/box-shadow-vertical-lr-expected.txt: * platform/mac/fast/blockflow/box-shadow-vertical-rl-expected.txt: * platform/mac/fast/blockflow/floats-in-block-layout-expected.txt: * platform/mac/fast/body-propagation/background-color/002-expected.txt: * platform/mac/fast/body-propagation/background-color/002-xhtml-expected.txt: * platform/mac/fast/body-propagation/background-image/002-expected.txt: * platform/mac/fast/body-propagation/background-image/002-xhtml-expected.txt: * platform/mac/fast/body-propagation/overflow/001-expected.txt: * platform/mac/fast/body-propagation/overflow/001-xhtml-expected.txt: * platform/mac/fast/body-propagation/overflow/005-declarative-expected.txt: * platform/mac/fast/body-propagation/overflow/005-expected.txt: * platform/mac/fast/body-propagation/overflow/005-xhtml-expected.txt: * platform/mac/fast/borders/fieldsetBorderRadius-expected.txt: * platform/mac/fast/box-shadow/basic-shadows-expected.txt: * platform/mac/fast/box-sizing/box-sizing-expected.txt: * platform/mac/fast/clip/008-expected.txt: * platform/mac/fast/clip/009-expected.txt: * platform/mac/fast/clip/010-expected.txt: * platform/mac/fast/clip/011-expected.txt: * platform/mac/fast/clip/012-expected.txt: * platform/mac/fast/compact/001-expected.txt: * platform/mac/fast/css/color-correction-on-background-image-expected.txt: * platform/mac/fast/css/negative-leading-expected.txt: * platform/mac/fast/css/percentage-non-integer-expected.txt: * platform/mac/fast/css/word-space-extra-expected.txt: * platform/mac/fast/dom/clone-node-dynamic-style-expected.txt: * platform/mac/fast/dynamic/window-resize-scrollbars-test-expected.txt: * platform/mac/fast/events/focusingUnloadedFrame-expected.txt: * platform/mac/fast/flexbox/009-expected.txt: * platform/mac/fast/flexbox/016-expected.txt: * platform/mac/fast/flexbox/flex-hang-expected.txt: * platform/mac/fast/forms/basic-textareas-quirks-expected.txt: * platform/mac/fast/forms/file-input-direction-expected.txt: * platform/mac/fast/forms/floating-textfield-relayout-expected.txt: * platform/mac/fast/forms/textfield-overflow-expected.txt: * platform/mac/fast/frames/flattening/frameset-flattening-advanced-expected.txt: * platform/mac/fast/frames/flattening/frameset-flattening-grid-expected.txt: * platform/mac/fast/frames/flattening/frameset-flattening-simple-expected.txt: * platform/mac/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt: * platform/mac/fast/frames/flattening/frameset-flattening-subframesets-expected.txt: * platform/mac/fast/frames/frame-scrolling-attribute-expected.txt: * platform/mac/fast/frames/iframe-scrolling-attribute-expected.txt: * platform/mac/fast/frames/inline-object-inside-frameset-expected.txt: * platform/mac/fast/gradients/background-clipped-expected.txt: * platform/mac/fast/images/gif-large-checkerboard-expected.txt: * platform/mac/fast/images/pdf-as-image-landscape-expected.txt: * platform/mac/fast/inline-block/inline-block-vertical-align-expected.txt: * platform/mac/fast/inline/long-wrapped-line-expected.txt: * platform/mac/fast/layers/layer-visibility-expected.txt: * platform/mac/fast/layers/layer-visibility-sublayer-expected.txt: * platform/mac/fast/lists/001-expected.txt: * platform/mac/fast/lists/001-vertical-expected.txt: * platform/mac/fast/lists/003-expected.txt: * platform/mac/fast/lists/003-vertical-expected.txt: * platform/mac/fast/lists/li-br-expected.txt: * platform/mac/fast/media/mq-relative-constraints-02-expected.txt: * platform/mac/fast/media/mq-relative-constraints-03-expected.txt: * platform/mac/fast/media/mq-relative-constraints-04-expected.txt: * platform/mac/fast/media/mq-relative-constraints-05-expected.txt: * platform/mac/fast/media/mq-relative-constraints-06-expected.txt: * platform/mac/fast/media/mq-relative-constraints-07-expected.txt: * platform/mac/fast/media/mq-relative-constraints-08-expected.txt: * platform/mac/fast/media/mq-relative-constraints-09-expected.txt: * platform/mac/fast/media/mq-width-absolute-01-expected.txt: * platform/mac/fast/media/mq-width-absolute-02-expected.txt: * platform/mac/fast/media/mq-width-absolute-03-expected.txt: * platform/mac/fast/media/mq-width-absolute-04-expected.txt: * platform/mac/fast/multicol/float-multicol-expected.txt: * platform/mac/fast/multicol/float-paginate-complex-expected.txt: * platform/mac/fast/multicol/float-paginate-expected.txt: * platform/mac/fast/multicol/layers-in-multicol-expected.txt: * platform/mac/fast/multicol/paginate-block-replaced-expected.txt: * platform/mac/fast/multicol/positioned-with-constrained-height-expected.txt: * platform/mac/fast/multicol/span/anonymous-style-inheritance-expected.txt: * platform/mac/fast/multicol/table-vertical-align-expected.txt: * platform/mac/fast/overflow/006-expected.txt: * platform/mac/fast/overflow/float-in-relpositioned-expected.txt: * platform/mac/fast/overflow/overflow-auto-table-expected.txt: * platform/mac/fast/overflow/overflow-rtl-vertical-expected.checksum: Added. * platform/mac/fast/overflow/overflow-rtl-vertical-expected.png: Added. * platform/mac/fast/overflow/overflow-rtl-vertical-expected.txt: Added. * platform/mac/fast/overflow/scrollRevealButton-expected.txt: * platform/mac/fast/reflections/reflection-direction-expected.txt: * platform/mac/fast/repaint/box-shadow-h-expected.checksum: * platform/mac/fast/repaint/box-shadow-h-expected.png: * platform/mac/fast/repaint/box-shadow-h-expected.txt: * platform/mac/fast/repaint/box-shadow-v-expected.txt: * platform/mac/fast/repaint/content-into-overflow-expected.txt: * platform/mac/fast/repaint/dynamic-table-vertical-alignment-change-expected.txt: * platform/mac/fast/repaint/float-overflow-expected.txt: * platform/mac/fast/repaint/float-overflow-right-expected.txt: * platform/mac/fast/repaint/overflow-into-content-expected.txt: * platform/mac/fast/repaint/overflow-scroll-body-appear-expected.txt: * platform/mac/fast/repaint/subtree-root-clip-expected.txt: * platform/mac/fast/repaint/transform-absolute-in-positioned-container-expected.txt: * platform/mac/fast/repaint/transform-replaced-shadows-expected.checksum: * platform/mac/fast/repaint/transform-replaced-shadows-expected.png: * platform/mac/fast/replaced/004-expected.txt: * platform/mac/fast/table/034-expected.txt: * platform/mac/fast/table/border-collapsing/004-vertical-expected.txt: * platform/mac/fast/table/colspanMinWidth-vertical-expected.txt: * platform/mac/fast/table/fixed-with-auto-with-colspan-expected.txt: * platform/mac/fast/table/fixed-with-auto-with-colspan-vertical-expected.txt: * platform/mac/fast/table/frame-and-rules-expected.txt: * platform/mac/fast/table/height-percent-test-vertical-expected.txt: * platform/mac/fast/table/wide-colspan-expected.txt: * platform/mac/fast/table/wide-column-expected.txt: * platform/mac/fast/text/international/thai-line-breaks-expected.txt: * platform/mac/fast/text/large-text-composed-char-expected.txt: * platform/mac/fast/text/letter-spacing-negative-opacity-expected.txt: * platform/mac/fast/text/text-letter-spacing-expected.txt: * platform/mac/fast/text/whitespace/012-expected.txt: * platform/mac/mathml/presentation/fenced-expected.txt: * platform/mac/mathml/presentation/mo-expected.txt: * platform/mac/mathml/presentation/over-expected.txt: * platform/mac/mathml/presentation/row-alignment-expected.txt: * platform/mac/mathml/presentation/row-expected.txt: * platform/mac/printing/return-from-printing-mode-expected.txt: * platform/mac/svg/custom/altglyph-expected.txt: * platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.txt: * platform/mac/svg/custom/path-bad-data-expected.txt: * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: * platform/mac/svg/custom/svg-fonts-in-html-expected.txt: * platform/mac/svg/custom/text-xy-updates-SVGList-expected.txt: * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.txt: * platform/mac/svg/text/foreignObject-text-clipping-bug-expected.txt: * platform/mac/svg/text/kerning-expected.txt: * platform/mac/svg/text/multichar-glyph-expected.txt: * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.txt: * platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt: * platform/mac/svg/zoom/text/zoom-hixie-mixed-009-expected.txt: * platform/mac/tables/mozilla/bugs/bug120364-expected.txt: * platform/mac/tables/mozilla/bugs/bug131020-expected.txt: * platform/mac/tables/mozilla/bugs/bug196870-expected.txt: * platform/mac/tables/mozilla/bugs/bug23151-expected.txt: * platform/mac/tables/mozilla/bugs/bug29314-expected.txt: * platform/mac/tables/mozilla/bugs/bug43039-expected.txt: * platform/mac/tables/mozilla/bugs/bug43854-1-expected.txt: * platform/mac/tables/mozilla/bugs/bug45055-2-expected.txt: * platform/mac/tables/mozilla/bugs/bug5797-expected.txt: * platform/mac/tables/mozilla/bugs/bug625-expected.txt: * platform/mac/tables/mozilla/bugs/bug72359-expected.txt: * platform/mac/tables/mozilla/bugs/bug83786-expected.txt: * platform/mac/tables/mozilla/bugs/bug92143-expected.txt: * platform/mac/tables/mozilla/bugs/bug96334-expected.txt: * platform/mac/tables/mozilla/core/nested1-expected.txt: * platform/mac/tables/mozilla/marvin/backgr_index-expected.txt: * platform/mac/tables/mozilla/marvin/x_table_align_left-expected.txt: * platform/mac/tables/mozilla/marvin/x_table_align_right-expected.txt: * platform/mac/tables/mozilla/marvin/x_td_nowrap-expected.txt: * platform/mac/tables/mozilla/marvin/x_th_nowrap-expected.txt: * platform/mac/tables/mozilla_expected_failures/bugs/bug220653-expected.txt: * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: * platform/mac/tables/mozilla_expected_failures/bugs/bug67915-2-expected.txt: * platform/mac/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: * platform/mac/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt: * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.txt: * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.txt: * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.txt: * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.txt: * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.txt: * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.txt: * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt: * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.txt: * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt: * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.txt: * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt: * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt: * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt: * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt: * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt: * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt: * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt: * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt: * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt: * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.txt: * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.txt: * platform/mac/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.txt: * platform/mac/transforms/3d/point-mapping/3d-point-mapping-2-expected.txt: * platform/mac/transforms/3d/point-mapping/3d-point-mapping-expected.txt: * platform/mac/transforms/3d/point-mapping/3d-point-mapping-origins-expected.txt: * platform/mac/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.txt: * platform/mac/transforms/svg-vs-css-expected.txt: * svg/custom/text-zoom-expected.txt: 2010-12-06 Mihai Parparita Unreviewed move of Chromium baselines. In preparation for making pixel tests pass for Chromium on Snow Leopard, move baselines for 273 tests from chromium-mac to chromium-mac-leopard. These tests will then use the mac baselines, which will enable them to pass on Snow Leopard, but keep passing for Leopard too. List of files omitted due to length but composed entirely of moves from platform/chromium-mac to platform/chromium-mac-leopard. 2010-12-06 Chris Fleizach Reviewed by Oliver Hunt. AX does not support HTML5 "required" https://bugs.webkit.org/show_bug.cgi?id=50507 * platform/mac/accessibility/html5-required-attribute-expected.txt: Added. * platform/mac/accessibility/html5-required-attribute.html: Added. 2010-12-06 Victor Wang Unreviewed. [Chromium] update chromium test expectations. * platform/chromium-linux/fast/css/focus-ring-outline-color-expected.checksum: Added. * platform/chromium-linux/fast/css/focus-ring-outline-color-expected.png: Added. * platform/chromium-linux/fast/css/focus-ring-outline-offset-expected.checksum: Added. * platform/chromium-linux/fast/css/focus-ring-outline-offset-expected.png: Added. * platform/chromium-linux/fast/css/focus-ring-outline-width-expected.checksum: Added. * platform/chromium-linux/fast/css/focus-ring-outline-width-expected.png: Added. * platform/chromium-mac/fast/css/focus-ring-outline-color-expected.checksum: Added. * platform/chromium-mac/fast/css/focus-ring-outline-color-expected.png: Added. * platform/chromium-mac/fast/css/focus-ring-outline-offset-expected.checksum: Added. * platform/chromium-mac/fast/css/focus-ring-outline-offset-expected.png: Added. * platform/chromium-mac/fast/css/focus-ring-outline-width-expected.checksum: Added. * platform/chromium-mac/fast/css/focus-ring-outline-width-expected.png: Added. * platform/chromium-win/fast/css/focus-ring-outline-color-expected.checksum: Added. * platform/chromium-win/fast/css/focus-ring-outline-color-expected.png: Added. * platform/chromium-win/fast/css/focus-ring-outline-color-expected.txt: Added. * platform/chromium-win/fast/css/focus-ring-outline-offset-expected.checksum: Added. * platform/chromium-win/fast/css/focus-ring-outline-offset-expected.png: Added. * platform/chromium-win/fast/css/focus-ring-outline-offset-expected.txt: Added. * platform/chromium-win/fast/css/focus-ring-outline-width-expected.checksum: Added. * platform/chromium-win/fast/css/focus-ring-outline-width-expected.png: Added. * platform/chromium-win/fast/css/focus-ring-outline-width-expected.txt: Added. 2010-12-06 Csaba Osztrogonác Unreviewed. Add Qt specific expected result for test introduced in r73257. * platform/qt/media/controls-without-preload-expected.checksum: Added. * platform/qt/media/controls-without-preload-expected.png: Added. * platform/qt/media/controls-without-preload-expected.txt: Added. == Rolled over to ChangeLog-2010-12-06 ==