+2011-01-15 Stephen White <senorblanco@chromium.org>
+
+ Unreviewed; updated chromium test expectations.
+
+ * platform/chromium-gpu/test_expectations.txt:
+ * platform/chromium/test_expectations.txt:
+
+2011-01-15 Tony Chang <tony@chromium.org>
+
+ 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 <oliver@apple.com>
+
+ 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 <dimich@chromium.org>
+
+ 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 <dimich@chromium.org>
+
+ 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 <ericu@chromium.org>
+
+ 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 <oliver@apple.com>
+
+ 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 <tony@chromium.org>
+
+ 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 <thakis@chromium.org>
+
+ 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 <oliver@apple.com>
+
+ 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 <mjs@apple.com>
+
+ 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 <mihaip@chromium.org>
+
+ 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 <helder@sencha.com>
+
+ 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 <mihaip@chromium.org>
+
+ 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 <sjl@chromium.org>
+
+ 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 <inferno@chromium.org>
+
+ 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 <jberlin@apple.com>
+
+ 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 <satish@chromium.org>
+
+ 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 <inferno@chromium.org>
+
+ 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 <tony@chromium.org>
+
+ 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 <tony@chromium.org>
+
+ 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 <pnormand@igalia.com>
+
+ 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 <msaboff@apple.com>
+
+ 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 <pfeldman@chromium.org>
+
+ 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 <caseq@chromium.org>
+
+ 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 <caseq@chromium.org>
+
+ 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 <hayato@chromium.org>
+
+ 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 <hayato@chromium.org>
+
+ Unreviewed, build fix.
+
+ Fix Skipped lists in r75768.
+
+ * platform/gtk/Skipped:
+ * platform/qt/Skipped:
+ * platform/win/Skipped:
+
+2011-01-13 Dan Bernstein <mitz@apple.com>
+
+ Reviewed by Alexey Proskuryakov.
+
+ <rdar://problem/8827065> 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 <jschuh@chromium.org>
+
+ Unreviewed chromium expectations update.
+
+ Several text layout tests failing on linux after r75756
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-13 Martin Robinson <mrobinson@igalia.com>
+
+ Unreviewed, rolling out r75740.
+ http://trac.webkit.org/changeset/75740
+
+ This led to GTK+ redness
+
+ * platform/gtk/Skipped:
+
+2011-01-13 Robert Hogan <robert@webkit.org>
+
+ 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 <mihaip@chromium.org>
+
+ 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 <mihaip@chromium.org>
+
+ 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 <jschuh@chromium.org>
+
+ Unreviewed chromium expectations update.
+
+ Remove exception for canvas-large-dimensions.html.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-13 Martin Robinson <mrobinson@igalia.com>
+
+ Unskip editing/input/page-up-down-scrolls.html as it's passing locally.
+
+ * platform/gtk/Skipped: Unskip test.
+
+2011-01-13 Jian Li <jianli@chromium.org>
+
+ 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 <eae@chromium.org>
+
+ Reviewed by Dimitri Glazkov.
+
+ Setting outerText should convert CR/LF to <br>
+ 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 <aroben@apple.com>
+
+ Skip a crashing test on Windows
+
+ See <http://webkit.org/b/52397>.
+
+ * platform/win/Skipped: Added
+ compositing/reflections/load-video-in-reflection.html.
+
+2011-01-13 Martin Robinson <mrobinson@igalia.com>
+
+ 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 <zmo@google.com>
+
+ 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 <mdelaney@apple.com>
+
+ 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 <jschuh@chromium.org>
+
+ Unreviewed chromium expectations update.
+
+ Exclude destroy-on-setwindow.html (added in r75720).
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-13 Alejandro G. Castro <alex@igalia.com>
+
+ 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 <tony@chromium.org>
+
+ Unreviewed, updating chromium test_expectations.txt
+
+ * platform/chromium/test_expectations.txt: Mark a test as slow in debug.
+
+2011-01-13 Adam Roben <aroben@apple.com>
+
+ Check in Windows-XP-specific results for fast/canvas/set-colors.html
+
+ See <http://webkit.org/b/52374>.
+
+ * platform/win-xp/fast/canvas/set-colors-expected.txt: Added.
+
+2011-01-13 Adam Roben <aroben@apple.com>
+
+ Disable fast/profiler/throw-exception-from-eval.html
+
+ This test fails non-deterministically. See <http://webkit.org/b/49801>.
+
+ * 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 <mitz@apple.com>
+
+ Reviewed by Simon Fraser.
+
+ <rdar://problem/8098442> 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 <tony@chromium.org>
+
+ 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 <pfeldman@chromium.org>
+
+ 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 <mitz@apple.com>
+
+ Reviewed by Dave Hyatt.
+
+ <rdar://problem/8858548> 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 <hayato@chromium.org>
+
+ Unreviewed, chromium test expectations.
+
+ Flaky expectations for html5lib/webkit-resumer.html.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-12 Adam Barth <abarth@webkit.org>
+
+ Removing this test from the Skipped list caused the next test
+ alphabetically to fail instead.
+
+ * platform/mac/Skipped:
+
+2011-01-12 Maciej Stachowiak <mjs@apple.com>
+
+ 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 <hayato@chromium.org>
+
+ 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 <hayato@chromium.org>
+
+ Unreviewed chromium-gpu test expectations fix.
+
+ Disable canvas-large-dimensions.html after r75639.
+
+ * platform/chromium-gpu/test_expectations.txt:
+
+2011-01-12 Ryosuke Niwa <rniwa@webkit.org>
+
+ 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 <bashi@google.com>
+
+ 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 <bashi@google.com>
+
+ 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 <jschuh@chromium.org>
+
+ Unreviewed chromium test expectations fix.
+
+ Disable canvas-large-dimensions.html after r75639.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-11 Matthew Delaney <mdelaney@apple.com>
+
+ 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 <tony@chromium.org>
+
+ 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 <robert@webkit.org>
+
+ 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 <robert@webkit.org>
+
+ 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 <robert@webkit.org>
+
+ 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 <thakis@chromium.org>
+
+ 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 <jschuh@chromium.org>
+
+ Unreviewed expectatinos update.
+
+ Excluding SVG test for sporadic image failure.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-12 Justin Schuh <jschuh@chromium.org>
+
+ Unreviewed chromium expectations update.
+
+ Added chromium win to exclusion for bug 48164.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-12 Simon Fraser <simon.fraser@apple.com>
+
+ 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 <ossy@webkit.org>
+
+ 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 <jschuh@chromium.org>
+
+ Unreviewed expectations update for chromium.
+
+ Exclude failing test from r75064.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-12 Philippe Normand <pnormand@igalia.com>
+
+ Unreviewed, skip failing test on GTK.
+
+ * platform/gtk/Skipped: Skip editing/input/page-up-down-scrolls.html
+
+2010-12-29 Yury Semikhatsky <yurys@chromium.org>
+
+ 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 <jorlow@chromium.org>
+
+ Add forgotten file.
+
+ * storage/indexeddb/transaction-read-only-expected.txt: Added.
+
+2011-01-12 Csaba Osztrogonác <ossy@webkit.org>
+
+ 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 <jorlow@chromium.org>
+
+ 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 <mjs@apple.com>
+
+ 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 <simon.fraser@apple.com>
+
+ 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 <jschuh@chromium.org>
+
+ 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 <dpranke@chromium.org>
+
+ Unreviewed, fix typo in expectations file.
+
+ * platform/chromium-gpu/test_expectations.txt:
+
+2011-01-11 Nico Weber <thakis@chromium.org>
+
+ 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 <enne@google.com>
+
+ Unreviewed, test expectations update.
+
+ Revert expect change for Snow Leopard in r75570.
+
+ * platform/mac-snowleopard/Skipped:
+
+2011-01-11 Mihai Parparita <mihaip@chromium.org>
+
+ Unreviewed; chromium test expectations update.
+
+ Remove failing expectations for tests that pass after r75569.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-11 James Robinson <jamesr@chromium.org>
+
+ 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 <mihaip@chromium.org>
+
+ Unreviewed; chromium test expectations update.
+
+ Remove failing expectations for tests that pass after r75552.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-11 Adrienne Walker <enne@google.com>
+
+ 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 <mihaip@chromium.org>
+
+ 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 <nicolas.dufresne@collabora.co.uk>
+
+ 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 <OBJECT> parameters or <EMBED> 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 <jschuh@chromium.org>
+
+ Unreviewed, test expectations update.
+
+ Flaky expectations for textOnPath.svg.
+
+ * platform/chromium/test_expectations.txt:
+
+2011-01-11 James Simonsen <simonjam@chromium.org>
+
+ 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 <mihaip@chromium.org>
+
+ 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 <mihaip@chromium.org>
+
+ 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 <inferno@chromium.org>
+
+ 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 <mrobinson@igalia.com>
+
+ 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 <thakis@chromium.org>
+
+ 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 <dglazkov@chromium.org>
+
+ 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 <dino@apple.com>
Reviewed by Simon Fraser.