2012-11-19 Thiago Marcos P. Santos Apply the resolved viewport rules https://bugs.webkit.org/show_bug.cgi?id=95964 Reviewed by Kenneth Rohde Christiansen. Imported some of the CSS Device Adaptation tests submitted by Opera to W3C CSS Test Suite. These tests are not yet approved but they have a pretty good coverage of the specification. Tests using Math.floor() where modified from the original version using Math.round(), the reason being the round() version fails by 1px when the pixel ratio is different from 1. Despite the fact they are all passing on the EFL MiniBrowser, I could not enable them yet. WebKitTestRunner does not support fixed layout, but that is the next goal. * css3/device-adapt/opera/cascading-001-expected.txt: Added. * css3/device-adapt/opera/cascading-001.xhtml: Added. * css3/device-adapt/opera/cascading-002-expected.txt: Added. * css3/device-adapt/opera/cascading-002.xhtml: Added. * css3/device-adapt/opera/cascading-003-expected.txt: Added. * css3/device-adapt/opera/cascading-003.xhtml: Added. * css3/device-adapt/opera/cascading-004-expected.txt: Added. * css3/device-adapt/opera/cascading-004.xhtml: Added. * css3/device-adapt/opera/constrain-001-expected.txt: Added. * css3/device-adapt/opera/constrain-001.xhtml: Added. * css3/device-adapt/opera/constrain-002-expected.txt: Added. * css3/device-adapt/opera/constrain-002.xhtml: Added. * css3/device-adapt/opera/constrain-003-expected.txt: Added. * css3/device-adapt/opera/constrain-003.xhtml: Added. * css3/device-adapt/opera/constrain-004-expected.txt: Added. * css3/device-adapt/opera/constrain-004.xhtml: Added. * css3/device-adapt/opera/constrain-005-expected.txt: Added. * css3/device-adapt/opera/constrain-005.xhtml: Added. * css3/device-adapt/opera/constrain-006-expected.txt: Added. * css3/device-adapt/opera/constrain-006.xhtml: Added. * css3/device-adapt/opera/constrain-007-expected.txt: Added. * css3/device-adapt/opera/constrain-007.xhtml: Added. * css3/device-adapt/opera/constrain-008-expected.txt: Added. * css3/device-adapt/opera/constrain-008.xhtml: Added. * css3/device-adapt/opera/constrain-009-expected.txt: Added. * css3/device-adapt/opera/constrain-009.xhtml: Added. * css3/device-adapt/opera/constrain-010-expected.txt: Added. * css3/device-adapt/opera/constrain-010.xhtml: Added. * css3/device-adapt/opera/constrain-011-expected.txt: Added. * css3/device-adapt/opera/constrain-011.xhtml: Added. * css3/device-adapt/opera/constrain-012-expected.txt: Added. * css3/device-adapt/opera/constrain-012.xhtml: Added. * css3/device-adapt/opera/constrain-013-expected.txt: Added. * css3/device-adapt/opera/constrain-013.xhtml: Added. * css3/device-adapt/opera/constrain-014-expected.txt: Added. * css3/device-adapt/opera/constrain-014.xhtml: Added. * css3/device-adapt/opera/constrain-015-expected.txt: Added. * css3/device-adapt/opera/constrain-015.xhtml: Added. * css3/device-adapt/opera/constrain-016-expected.txt: Added. * css3/device-adapt/opera/constrain-016.xhtml: Added. * css3/device-adapt/opera/constrain-017-expected.txt: Added. * css3/device-adapt/opera/constrain-017.xhtml: Added. * css3/device-adapt/opera/constrain-020-expected.txt: Added. * css3/device-adapt/opera/constrain-020.xhtml: Added. * css3/device-adapt/opera/syntax-001-expected.txt: Added. * css3/device-adapt/opera/syntax-001.xhtml: Added. * css3/device-adapt/opera/syntax-002-expected.txt: Added. * css3/device-adapt/opera/syntax-002.xhtml: Added. * css3/device-adapt/opera/syntax-003-expected.txt: Added. * css3/device-adapt/opera/syntax-003.xhtml: Added. * platform/efl/TestExpectations: 2012-11-19 Erik Arvidsson Update DOMException name: SecurityError https://bugs.webkit.org/show_bug.cgi?id=102437 Reviewed by Kentaro Hara. Updated tests and expectations. * fast/canvas/svg-taint-expected.txt: * fast/dom/Document/invalid-domain-change-throws-exception-expected.txt: * fast/dom/Document/script-tests/invalid-domain-change-throws-exception.js: * fast/dom/register-protocol-handler.html: * fast/frames/resources/sandboxed-iframe-storage-disallowed.html: * fast/frames/sandboxed-iframe-storage-expected.txt: * http/tests/loading/state-object-security-exception-expected.txt: * http/tests/notifications/legacy/show-expected.txt: * http/tests/security/canvas-remote-read-remote-image-blocked-no-crossorigin-expected.txt: * http/tests/security/canvas-remote-read-remote-image-expected.txt: * http/tests/security/canvas-remote-read-remote-image-redirect-expected.txt: * http/tests/security/contentSecurityPolicy/worker-script-src-expected.txt: * http/tests/security/cross-origin-local-storage-expected.txt: * http/tests/security/cross-origin-session-storage-expected.txt: * http/tests/security/cross-origin-websql-expected.txt: * http/tests/security/cross-origin-worker-websql-expected.txt: * http/tests/security/resources/sandboxed-iframe-document-cookie-read-denied.html: * http/tests/security/same-origin-storage-blocked-expected.txt: * http/tests/security/same-origin-websql-blocked-expected.txt: * http/tests/security/setDomainRelaxationForbiddenForURLScheme-expected.txt: * http/tests/security/storage-blocking-loosened-local-storage-expected.txt: * http/tests/security/storage-blocking-loosened-websql-expected.txt: * http/tests/security/storage-blocking-strengthened-local-storage-expected.txt: * http/tests/security/storage-blocking-strengthened-websql-expected.txt: * http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin-expected.txt: * http/tests/websocket/tests/hybi/url-parsing-expected.txt: * http/tests/workers/shared-worker-redirect-expected.txt: * http/tests/workers/worker-redirect-expected.txt: * platform/chromium-win/websocket/tests/url-parsing-expected.txt: * platform/chromium/fast/dom/register-protocol-handler-expected.txt: * platform/chromium/http/tests/websocket/tests/hixie76/url-parsing-expected.txt: * platform/chromium/http/tests/websocket/tests/hybi/url-parsing-expected.txt: * platform/chromium/permissionclient/storage-permission-expected.txt: * platform/win-wk2/http/tests/inspector-enabled/database-open-expected.txt: 2012-11-19 Yael Aharon Unreviewed gardening after r133898. Added expected results for animation tests that are now passing. * platform/efl/TestExpectations: * platform/efl/animations/3d: Added. * platform/efl/animations/3d/change-transform-in-end-event-expected.png: Added. * platform/efl/animations/3d/change-transform-in-end-event-expected.txt: Added. * platform/efl/animations/3d/matrix-transform-type-animation-expected.png: Added. * platform/efl/animations/3d/matrix-transform-type-animation-expected.txt: Added. * platform/efl/animations/3d/state-at-end-event-transform-expected.png: Added. * platform/efl/animations/3d/state-at-end-event-transform-expected.txt: Added. 2012-11-19 Erik Arvidsson Update DOMException name: URLMismatchError https://bugs.webkit.org/show_bug.cgi?id=102511 Reviewed by Kentaro Hara. Updated tests and expectations. * fast/workers/shared-worker-shared-expected.txt: 2012-11-19 Csaba Osztrogonác [Qt][WK2] Unreviewed gardening, unskip a now passing test. * platform/qt-5.0-wk2/TestExpectations: 2012-11-19 Csaba Osztrogonác [Qt] Unreviewed gardening, skip new failing tests. * platform/qt-5.0-wk2/TestExpectations: * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-out-of-view-expected.txt: Removed, because it is unnecessary. * platform/qt/TestExpectations: 2012-11-19 Ilya Tikhonovsky webaudio: leak: AudioContext objects are leaking. They retain 36mb of shared data. https://bugs.webkit.org/show_bug.cgi?id=102356 Reviewed by Adam Barth. A clean-up code was moved from uninitialize to clear method. AudioContext marks itself as hasPendingActivity in method constructCommon and unmarks itself in method clear. m_isStopScheduled filters out second ActiveDOMObject::stop call. markForDeletion appends AudioNode pointer to m_nodesToDelete array if there is no active audio thread. adoptRef was added in createOfflineContext method. A guard was added into deleteMarkedNodes. * inspector-protocol/nmi-webaudio-leak-test-expected.txt: Added. * inspector-protocol/nmi-webaudio-leak-test.html: Added. * platform/chromium-android/TestExpectations: * platform/efl-wk2/TestExpectations: * platform/efl/TestExpectations: * platform/gtk/TestExpectations: * platform/mac/TestExpectations: * platform/qt/TestExpectations: * platform/win/TestExpectations: * platform/wincairo/TestExpectations: 2012-11-19 Erik Arvidsson Update DOMException name: QuotaExceededError https://bugs.webkit.org/show_bug.cgi?id=102512 Reviewed by Kentaro Hara. Updated tests and expectations. * security/crypto-random-values-limits-expected.txt: * storage/domstorage/localstorage/private-browsing-affects-storage-expected.txt: * storage/domstorage/sessionstorage/private-browsing-affects-storage-expected.txt: 2012-11-19 Kentaro Hara Unreviewed gardening. * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-value-set-empty-expected.txt: Added. 2012-11-19 Kentaro Hara Unreviewed gardening. * platform/chromium/TestExpectations: 2012-11-19 Kentaro Hara Unreviewed, rolling out r135111. http://trac.webkit.org/changeset/135111 https://bugs.webkit.org/show_bug.cgi?id=102356 The patch caused crashes in several layout tests * inspector-protocol/nmi-webaudio-leak-test-expected.txt: Removed. * inspector-protocol/nmi-webaudio-leak-test.html: Removed. * platform/chromium-android/TestExpectations: * platform/efl-wk2/TestExpectations: * platform/efl/TestExpectations: * platform/gtk/TestExpectations: * platform/mac/TestExpectations: * platform/qt/TestExpectations: * platform/win/TestExpectations: * platform/wincairo/TestExpectations: 2012-11-19 Kentaro Hara Unreviewed gardening. * platform/chromium/TestExpectations: 2012-11-19 Kentaro Hara Unreviewed gardening. * platform/chromium/TestExpectations: 2012-11-19 Kentaro Hara Unreviewed gardening. * platform/chromium/TestExpectations: 2012-11-19 Kentaro Hara Unreviewed. Rebaselined a text dump. * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-value-set-empty-expected.txt: Added. 2012-11-19 Kristóf Kosztyó [Qt] Unreviewed gardening. Update test expectation and skip a new failing test. * platform/qt-5.0/fast/js/global-constructors-expected.txt: * platform/qt/TestExpectations: 2012-11-19 Jussi Kukkonen [EFL][WK2] Enable media tests that pass after r135063 https://bugs.webkit.org/show_bug.cgi?id=102657 Unreviewed gardening, these test no longer crash after https://bugs.webkit.org/show_bug.cgi?id=101428. * platform/efl-wk2/TestExpectations: 2012-11-19 Zan Dobersek Unreviewed GTK gardening, rebaselining after r135093. * platform/gtk/fast/js/global-constructors-expected.txt: 2012-11-19 Kent Tamura input.value="" should clear date/time input elements with partial values https://bugs.webkit.org/show_bug.cgi?id=102645 Reviewed by Kentaro Hara. - Add tests for each of date/time input types. - Add them to TextExpectations for platforms without ENABLE_INPUT_MULTIPLE_FIELDS_UI. * fast/forms/date-multiple-fields/date-multiple-fields-value-set-empty-expected.txt: Added. * fast/forms/date-multiple-fields/date-multiple-fields-value-set-empty.html: Added. * fast/forms/datetime-multiple-fields/datetime-multiple-fields-value-set-empty-expected.txt: Added. * fast/forms/datetime-multiple-fields/datetime-multiple-fields-value-set-empty.html: Added. * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-value-set-empty-expected.txt: Added. * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-value-set-empty.html: Added. * fast/forms/month-multiple-fields/month-multiple-fields-value-set-empty-expected.txt: Added. * fast/forms/month-multiple-fields/month-multiple-fields-value-set-empty.html: Added. * fast/forms/resources/multiple-fields-value-set-empty.js: Added. * fast/forms/time-multiple-fields/time-multiple-fields-value-set-empty-expected.txt: Added. * fast/forms/time-multiple-fields/time-multiple-fields-value-set-empty.html: Added. * fast/forms/week-multiple-fields/week-multiple-fields-value-set-empty-expected.txt: Added. * fast/forms/week-multiple-fields/week-multiple-fields-value-set-empty.html: Added. * platform/chromium-android/TestExpectations: * platform/efl/TestExpectations: * platform/gtk/TestExpectations: * platform/mac/TestExpectations: * platform/qt/TestExpectations: * platform/win/TestExpectations: 2012-11-19 Alexei Filippov Web Inspector: refine time and bytes output formatting https://bugs.webkit.org/show_bug.cgi?id=102265 Reviewed by Yury Semikhatsky. Add a space between number and unit, otherwise it's hard to read things like 88B. Reduce a number of decimal digits in KB and MB formats. 1023.45KB seems to be too detailed. * inspector/audits/audits-panel-functional-expected.txt: * inspector/audits/audits-panel-noimages-functional-expected.txt: 2012-11-19 Christophe Dumez [EFL] Update expectation for fast/js/global-constructors.html after r135093 https://bugs.webkit.org/show_bug.cgi?id=102653 Unreviewed EFL gardening. Update EFL baseline for fast/js/global-constructors.html after r135093. * platform/efl/fast/js/global-constructors-expected.txt: Added. 2012-11-18 Keishi Hattori [Chromium] Add tests for week suggestion picker https://bugs.webkit.org/show_bug.cgi?id=102039 Reviewed by Kent Tamura. Adding tests for datalist UI for . * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.png: Added. * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.png: Added. * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.png: Added. * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-key-operations-expected.txt: Added. * platform/chromium/TestExpectations: * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-expected.txt: Added. * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl-expected.txt: Added. * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-rtl.html: Added. * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar-expected.txt: Added. * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance-with-scroll-bar.html: Added. * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-appearance.html: Added. * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-key-operations-expected.txt: Added. * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-key-operations.html: Added. * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-min-max-attribute-expected.txt: Added. * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-min-max-attribute.html: Added. * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-mouse-operations-expected.txt: Added. * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-mouse-operations.html: Added. * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-reset-value-after-reload-expected.txt: Added. * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-reset-value-after-reload.html: Added. * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-step-attribute-expected.txt: Added. * platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-step-attribute.html: Added. 2012-11-18 Christophe Dumez [EFL][WK2] Skip networkinformation tests wrongly unskipped in r135096 https://bugs.webkit.org/show_bug.cgi?id=102650 Unreviewed EFL gardening. Skip again for EFL Debug bots several networkinformation tests that were wrongly unskipped in r135096 as they still hit an assertion. * platform/efl-wk2/TestExpectations: 2012-11-18 Ilya Tikhonovsky Unreviewed: add missed test files for r135111. * inspector-protocol/resources/audio-context.html: Added. * inspector-protocol/resources/blank.html: Added. 2012-11-16 Ilya Tikhonovsky webaudio: leak: AudioContext objects are leaking. They retain 36mb of shared data. https://bugs.webkit.org/show_bug.cgi?id=102356 Reviewed by Adam Barth. A clean-up code was moved from uninitialize to clear method. AudioContext marks itself as hasPendingActivity in method constructCommon and unmarks itself in method clear. m_isStopScheduled filters out second ActiveDOMObject::stop call. markForDeletion appends AudioNode pointer to m_nodesToDelete array if there is no active audio thread. adoptRef was added in createOfflineContext method. * inspector-protocol/nmi-webaudio-leak-test-expected.txt: Added. * inspector-protocol/nmi-webaudio-leak-test.html: Added. 2012-11-18 Kunihiko Sakamoto min/max/step support for calendar picker on datetime/datetime-local https://bugs.webkit.org/show_bug.cgi?id=102628 Reviewed by Kent Tamura. Verify that calendar picker has correct available dates when min/max/step attributes are set in datetime input. * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime-with-step-expected.txt: Added. * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime-with-step.html: Added. 2012-11-18 Kentaro Hara Unreviewed. Rebaselined images. * platform/chromium-linux-x86/fast/block/float/overhanging-tall-block-expected.txt: Added. * platform/chromium-linux/fast/block/float/overhanging-tall-block-expected.png: Added. * platform/chromium-linux/fast/block/float/overhanging-tall-block-expected.txt: Added. * platform/chromium-mac-lion/fast/block/float/overhanging-tall-block-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/block/float/overhanging-tall-block-expected.txt: Added. * platform/chromium-win-xp/fast/block/float/overhanging-tall-block-expected.png: Added. * platform/chromium-win-xp/fast/block/float/overhanging-tall-block-expected.txt: Added. * platform/efl-wk1/fast/block/float/overhanging-tall-block-expected.png: Renamed from LayoutTests/platform/efl/fast/block/float/overhanging-tall-block-expected.png. 2012-11-18 Ryosuke Niwa Chromium rebaseline after r135093. * platform/chromium-linux/inspector: Added. * platform/chromium-linux/inspector/console: Added. * platform/chromium-linux/inspector/console/console-format-collections-expected.txt: Added. 2012-11-18 KwangYong Choi [EFL] Gardening, unskip passing tests https://bugs.webkit.org/show_bug.cgi?id=102460 Unreviewed EFL gardening. The tests marked Crash by r132469 are passing now. fast/dom/nested-script-exceptions.html, networkinformation/multiple-frames.html, networkinformation/basic-all-types-of-events.html, networkinformation/updates.html, networkinformation/add-listener-from-callback.html, networkinformation/basic-operation.html * platform/efl-wk2/TestExpectations: 2012-11-18 Kentaro Hara Unreviewed. Removed a duplicated entry. * platform/chromium/TestExpectations: 2012-11-18 Ryosuke Niwa Make namedItem return a node list only in HTMLFormControlsCollection and HTMLOptionsCollection https://bugs.webkit.org/show_bug.cgi?id=101311 Reviewed by Darin Adler. Added a regression test to ensure form.elements and select.options use correct interfaces, and named getter for those two properties return a NodeList when there are multiple matches. Also added appropriate IDL options to HTMLOptionsCollection.idl. * fast/dom/collection-nameditem-move-between-documents-expected.txt: Rebaselined since namedItem now correctly returns null when there is no match. This test result demonstrates a bug that HTMLAllCollection doesn't inherit from HTMLCollection. * fast/dom/collection-nameditem-move-between-documents.html: Ditto. * fast/dom/dom-constructors-expected.txt: Rebaselined. * fast/dom/html-collections-named-getter-expected.txt: Added. * fast/dom/html-collections-named-getter.html: Added. * fast/dom/wrapper-classes-expected.txt: Rebaselined. Since we're exposing HTMLOptionsCollection on the window object, the constructor property of an instance of HTMLOptionsCollection object shows up as a function. We should update the test to support this behavior in the future. * inspector/console/console-format-collections-expected.txt: Rebaselined. * platform/chromium/fast/dom/gc-9-expected.txt: Rebaselined since a test case for HTMLOptionsCollection now passes. 2012-11-18 Kentaro Hara Unreviewed. r135025 marked a couple of tests as SKIP in Mac. This patch marks the tests as SKIP in Chormium. * platform/chromium/TestExpectations: 2012-11-18 Kentaro Hara Unreviewed. Marked platform/chromium/virtual/deferred/fast/images/webgl-teximage2d.html as TIMEOUT. * platform/chromium/TestExpectations: 2012-11-18 Kentaro Hara Unreviewed. Marked fast/images/webgl-teximage2d.html as TIMEOUT. * platform/chromium/TestExpectations: 2012-11-18 Simon Fraser Rebaselines. * platform/mac/fast/media/mq-js-media-except-02-expected.txt: * platform/mac/fast/media/mq-js-media-except-03-expected.txt: * platform/mac/svg/custom/baseval-animval-equality-expected.txt: 2012-11-18 Antti Koivisto REGRESSION(r129644): User StyleSheet not applying https://bugs.webkit.org/show_bug.cgi?id=102110 Reviewed by Andreas Kling. * inspector/timeline/timeline-script-tag-1-expected.txt: Update the test result. The style invalidation log is slightly different. * userscripts/user-stylesheet-invalidate-expected.txt: Added. * userscripts/user-stylesheet-invalidate.html: Added. 2012-11-17 Adam Barth REGRESSION (r133633): ASSERTION FAILED: m_wrapper || !m_jsFunction https://bugs.webkit.org/show_bug.cgi?id=101428 Reviewed by Geoffrey Garen. Add two calls to gc() to make an ASSERT trigger on every run. One call to gc() does not appear to be sufficient for reasons I don't fully understand. * media/media-continues-playing-after-replace-source.html: 2012-11-17 Simon Fraser Simplify bounds computation for the RenderView's layer https://bugs.webkit.org/show_bug.cgi?id=102597 Reviewed by Anders Carlsson. Progressions as a result of this change: * compositing/layer-creation/fixed-position-out-of-view-expected.txt: The height is now the page height, since the page is scrollable. * compositing/tiling/tile-cache-zoomed-expected.txt: The main layer now is not affected by the page scale transform. * platform/mac/compositing/tiling/tile-cache-zoomed-expected.txt: Ditto. 2012-11-17 Simon Fraser Rebaseline three tests affected by the dumping of tile grid extent. * platform/mac/compositing/tiling/rotated-tiled-clamped-expected.txt: * platform/mac/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: * platform/mac/compositing/tiling/tile-cache-zoomed-expected.txt: 2012-11-17 Simon Fraser Dump the tile cache extent in layout tests https://bugs.webkit.org/show_bug.cgi?id=102600 Reviewed by Anders Carlsson. New results which contain tile cache extents. * platform/mac/tiled-drawing/tile-coverage-after-scroll-expected.txt: * platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt: * platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt: * platform/mac/tiled-drawing/tiled-drawing-zoom-expected.txt: * platform/mac/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt: * platform/mac/tiled-drawing/use-tiled-drawing-expected.txt: 2012-11-17 Zan Dobersek Unreviewed GTK gardening. Fixing a test that's failing due to changes made in r134949 and wasn't updated yet. * http/tests/websocket/tests/hybi/workers/close-expected.txt: * http/tests/websocket/tests/hybi/workers/resources/close.js: 2012-11-17 Li Yin biquadfilternode-basic.html test should cover default value of frequency, Q and gain. https://bugs.webkit.org/show_bug.cgi?id=102305 Reviewed by Chris Rogers. Spec: https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#BiquadFilterNode The default values of frequency, Q and gain are clearly specified, we should have related sub test to over them. * webaudio/biquadfilternode-basic-expected.txt: * webaudio/biquadfilternode-basic.html: 2012-11-17 Zan Dobersek Unreviewed GTK gardening. * platform/gtk/TestExpectations: 2012-11-17 Zan Dobersek Unreviewed gardening. Fixing a test that's failing since r134859. * http/tests/websocket/tests/hybi/workers/close-expected.txt: * http/tests/websocket/tests/hybi/workers/resources/close.js: (runInvalidStringTest): 2012-11-17 Mike West Web Inspector: http/tests/inspector/stacktraces/* are flakey in JSC https://bugs.webkit.org/show_bug.cgi?id=102380 Reviewed by Yury Semikhatsky. The inspector stacktrace tests are quite flakey at the moment under JSC. This patch drops detail out of the test that a) isn't relevent to what's being tested, and b) varies under JSC for no discernable reason. A side benifit of this change is that we can drop most platform-specific test results, as we're now only looking at data that JSC and V8 agree upon. * http/tests/inspector/stacktraces/csp-injected-content-warning-contains-stacktrace-expected.txt: * http/tests/inspector/stacktraces/csp-inline-warning-contains-stacktrace-expected.txt: * http/tests/inspector/stacktraces/csp-setInterval-warning-contains-stacktrace-expected.txt: * http/tests/inspector/stacktraces/csp-setTimeout-warning-contains-stacktrace-expected.txt: Reset tests based on the new level of detail. * http/tests/inspector/stacktraces/resources/stacktrace-test.js: (test.addMessage): (test): Limit the detail of the output to the top frame of the stack, and drop the column number (which was always 0 in JSC). * platform/chromium/http/tests/inspector/stacktraces/csp-injected-content-warning-contains-stacktrace-expected.txt: Removed. * platform/chromium/http/tests/inspector/stacktraces/csp-setInterval-warning-contains-stacktrace-expected.txt: Removed. * platform/chromium/http/tests/inspector/stacktraces/csp-setTimeout-warning-contains-stacktrace-expected.txt: Removed. Dropping these platform-specific tests, as this patch limits the test output detail to a subset that V8 and JSC agree upon. * platform/chromium/http/tests/inspector/stacktraces/csp-inline-warning-contains-stacktrace-expected.txt: Can't drop this one, sadly. 2012-11-16 Simon Fraser Rebaseline. * platform/mac-wk2/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: * platform/mac-wk2/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: * platform/mac-wk2/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt: 2012-11-16 Simon Fraser Rebaseline some editing tests. * platform/mac-wk2/editing/selection/caret-ltr-right-expected.txt: Removed. * platform/mac-wk2/editing/selection/caret-rtl-right-expected.txt: Removed. * platform/mac/TestExpectations: * platform/mac/editing/pasteboard/innerText-inline-table-expected.txt: * platform/mac/editing/selection/iframe-expected.txt: * platform/mac/editing/selection/inline-table-expected.txt: * platform/mac/editing/selection/table-caret-3-expected.txt: 2012-11-16 David Grogan IndexedDB: setVersion excision batch 10 https://bugs.webkit.org/show_bug.cgi?id=102565 Reviewed by Tony Chang. * storage/indexeddb/mozilla/resources/versionchange.js: Removed. Very similar to a lot of our other tests. * storage/indexeddb/resources/set_version_queue.js: Removed. Tests 4 already-open connections calling setVersion, no longer applicable. Though something similar will be set up when we implement 4.1.3#Note2: if two databases with the same name and origin, but with different versions, are being opened at the same time, the one with the highest version will attempt to be opened first. * storage/indexeddb/resources/setversion-blocks-open.js: Removed. Tests the same thing as version-change-exclusive, even though version-change-exclusive's description had been inaccurate. * storage/indexeddb/resources/setversion-blocks-setversion.js: Removed. Behavior under test is no longer possible. (multiple setVersion calls from same connection.) * storage/indexeddb/resources/shared.js: (indexedDBTest): Added another optional parameter for version-change-exclusive. * storage/indexeddb/resources/three-setversion-calls.js: Removed. Behavior under test is no longer possible. (multiple setVersion calls from same connection.) * storage/indexeddb/resources/two-version-changes.js: Removed. Behavior under test is no longer possible. (multiple setVersion calls from same connection.) * storage/indexeddb/resources/version-change-abort.js: Straightforward conversion. * storage/indexeddb/resources/version-change-exclusive.js: The previous description didn't accurately describe the test. --Corresponding .html and -expected files also removed. 2012-11-16 Joshua Bell IndexedDB: Assert hit when getting non-existent object store in version change transaction https://bugs.webkit.org/show_bug.cgi?id=102547 Reviewed by Tony Chang. Regression test - make sure that .objectStore() and .index() fail on unknown names in "versionchange" transactions. * storage/indexeddb/object-lookups-in-versionchange-expected.txt: Added. * storage/indexeddb/object-lookups-in-versionchange.html: Added. 2012-11-16 Simon Fraser Eliminate ancestor tree walk computing outlineBoundsForRepaint() when updating layer positions https://bugs.webkit.org/show_bug.cgi?id=101874 Reviewed by Dave Hyatt. In debug, skip tests that assert because of LayoutUnit truncation. * platform/mac/TestExpectations: 2012-11-16 Alec Flett Add tests for explicit serialization values https://bugs.webkit.org/show_bug.cgi?id=96818 Reviewed by Adam Barth. Make sure SerializedScriptValues are backward compatible with future changes. * platform/chromium/fast/storage/serialized-script-value.html: Added. * platform/chromium/fast/storage/serialized-script-value.txt: Added. 2012-11-16 David Grogan IndexedDB: setVersion excision batch 9 https://bugs.webkit.org/show_bug.cgi?id=102455 Reviewed by Tony Chang. * storage/indexeddb/persistence-expected.txt: * storage/indexeddb/resources/persistence.js: (prepareDatabase): Little awkwardness to get the initial version number to be 0 (actually, because of a bug it's "") so that first() will trigger a versionchange. (first): * storage/indexeddb/resources/set_version_blocked.js: Small "blocked" test. It's probably redundant due to our crazier tests, but it is nice to have a succinct test that checks one thing. * storage/indexeddb/resources/shared.js: (unexpectedBlockedCallback): * storage/indexeddb/resources/transaction-basics.js: This test is a mess, obviously written near the dawn of IDB when no one knew how to write an effective test for it. In the interests of preventing the diff from exploding I didn't take all the clarification opportunities that were there. * storage/indexeddb/resources/transaction-error.js: * storage/indexeddb/set_version_blocked-expected.txt: * storage/indexeddb/transaction-basics-expected.txt: * storage/indexeddb/transaction-error-expected.txt: 2012-11-16 Dimitri Glazkov [Chromium] Removed unnecessary expectation. * platform/chromium-win/fast/canvas/canvas-shadow-expected.txt: Removed. 2012-11-16 Pablo Flouret [JSC] Don't sanitize window.onerror information on crossorigin-enabled scripts https://bugs.webkit.org/show_bug.cgi?id=70574 Reviewed by Geoffrey Garen. * http/tests/security/resources/cors-script.php: * http/tests/security/script-crossorigin-onerror-information-expected.txt: Added. * http/tests/security/script-crossorigin-onerror-information.html: Added. * http/tests/security/script-no-crossorigin-onerror-should-be-sanitized-expected.txt: Added. * http/tests/security/script-no-crossorigin-onerror-should-be-sanitized.html: Added. * platform/chromium/TestExpectations: This patch only deals with JSC right now, skip the new tests. 2012-11-16 Dimitri Glazkov [Chromium] Remaining bits of Win7 rebaselines. 2012-11-16 Dimitri Glazkov [Chromium] Massive rebaseline after Win7 came back up. 2012-11-16 Dimitri Glazkov Unreviewed, rolling out r134986. http://trac.webkit.org/changeset/134986 https://bugs.webkit.org/show_bug.cgi?id=102110 Triggered ASSERT in fast/frames/seamless/seamless-inherited- origin.html. * userscripts/user-stylesheet-invalidate-expected.txt: Removed. * userscripts/user-stylesheet-invalidate.html: Removed. 2012-11-16 Antti Koivisto REGRESSION(r129644): User StyleSheet not applying https://bugs.webkit.org/show_bug.cgi?id=102110 Reviewed by Andreas Kling. * userscripts/user-stylesheet-invalidate-expected.txt: Added. * userscripts/user-stylesheet-invalidate.html: Added. 2012-11-15 Brent Fulgham [WinCairo] Sync with Windows test expectations. * platform/wincairo/TestExpectations: Update to match Windows. 2012-11-16 Dimitri Glazkov [Chromium] adjusting expectations for checkerboard.html 2012-11-16 Li Yin audiopannernode-basic.html should cover default value of attribute. https://bugs.webkit.org/show_bug.cgi?id=102332 Reviewed by Chris Rogers. Spec: https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#PannerNode Currently almost all attributes of PannerNode are specified default value clearly, the test should cover them. * webaudio/audiopannernode-basic-expected.txt: * webaudio/audiopannernode-basic.html: 2012-11-16 Tommy Widenflycht [chromium] MediaStream API: Add missing WebRTCPeerConnectionHandlerClient::didAddRemoteDataChannel https://bugs.webkit.org/show_bug.cgi?id=102386 Reviewed by Adam Barth. * fast/mediastream/RTCPeerConnection-datachannel.html: * fast/mediastream/RTCPeerConnection-datachannel-expected.txt: 2012-11-16 Robert Flack Handle gesture events on scrollbars. https://bugs.webkit.org/show_bug.cgi?id=101516 Reviewed by Antonio Gomes. Adds a gesture event handler to scrollbars and sends gestures beginning over a scrollbar to this handler to allow touch scrolling scrollbars. * fast/events/touch/gesture/gesture-scrollbar-expected.txt: Added. * fast/events/touch/gesture/gesture-scrollbar.html: Added. 2012-11-16 Dimitri Glazkov [Chromium] Removed incorrect baseline. * platform/chromium-mac/canvas/philip/tests/2d.shadow.enable.blur-expected.txt: Removed. 2012-11-16 Erik Arvidsson Update DOMException name: TypeMismatchError https://bugs.webkit.org/show_bug.cgi?id=102418 Reviewed by Kentaro Hara. Updated tests and expectations. * editing/selection/extend-expected.txt: * fast/dom/Element/attr-param-typechecking-expected.txt: * fast/dom/Geolocation/argument-types-expected.txt: * fast/dom/Geolocation/not-enough-arguments-expected.txt: * fast/dom/Geolocation/script-tests/argument-types.js: (test): * fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt: * fast/dom/HTMLSelectElement/select-selectedIndex-multiple-expected.txt: * fast/js/select-options-add-expected.txt: * fast/mediastream/RTCIceCandidate-expected.txt: * fast/mediastream/RTCPeerConnection-expected.txt: * fast/mediastream/RTCSessionDescription-expected.txt: * platform/chromium/fast/dynamic/insertAdjacentElement-expected.txt: * platform/efl/fast/dynamic/insertAdjacentElement-expected.txt: * platform/gtk/fast/dynamic/insertAdjacentElement-expected.txt: * platform/mac/fast/dynamic/insertAdjacentElement-expected.txt: * platform/qt/fast/dynamic/insertAdjacentElement-expected.txt: * security/crypto-random-values-types-expected.txt: * svg/dom/SVGTransformList-expected.txt: 2012-11-16 Erik Arvidsson Update DOMException name: InvalidAccessError https://bugs.webkit.org/show_bug.cgi?id=102400 Reviewed by Kentaro Hara. Updated tests and expectations. * editing/undomanager/undomanager-reenter-expected.txt: * editing/undomanager/undomanager-reenter.html: * editing/undomanager/undoscopehost-use-after-free-expected.txt: * editing/undomanager/undoscopehost-use-after-free.html: * fast/css/CSSPrimitiveValue-exceptions-expected.txt: * fast/css/getFloatValueForUnit-expected.txt: * fast/css/getFloatValueForUnit.html: * fast/css/resources/CSSPrimitiveValue-exceptions.js: * fast/dom/XMLSerializer-doctype2-expected.txt: * fast/dom/XMLSerializer-doctype2.html: * fast/dom/setPrimitiveValue-exceptions-expected.txt: * fast/xmlhttprequest/xmlhttprequest-responsetype-before-open-sync-request-expected.txt: * fast/xmlhttprequest/xmlhttprequest-responsetype-sync-request-expected.txt: * fast/xmlhttprequest/xmlhttprequest-sync-disabled-expected.txt: * http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt: * http/tests/media/media-source/video-media-source-duration-changed-expected.txt: * http/tests/websocket/tests/hybi/close-expected.txt: * http/tests/websocket/tests/hybi/close.html: * platform/chromium-mac/fast/dom/setPrimitiveValue-exceptions-expected.txt: * platform/chromium-win/fast/dom/setPrimitiveValue-exceptions-expected.txt: * webintents/web-intents-api-expected.txt: * webintents/web-intents-api.html: 2012-11-16 Sudarsana Nagineni [EFL] Gardening failure cases on EFL build bots https://bugs.webkit.org/show_bug.cgi?id=102496 Unreviewed EFL gardening. * platform/efl-wk1/fast/media/mq-js-media-except-02-expected.png: Removed. * platform/efl-wk1/fast/media/mq-js-media-except-03-expected.png: Removed. * platform/efl-wk2/TestExpectations: * platform/efl/TestExpectations: * platform/efl/fast/media/mq-js-media-except-02-expected.png: Added. * platform/efl/fast/media/mq-js-media-except-02-expected.txt: Added. * platform/efl/fast/media/mq-js-media-except-03-expected.png: Added. * platform/efl/fast/media/mq-js-media-except-03-expected.txt: Added. 2012-11-16 Zan Dobersek Unreviewed GTK gardening, rebaselining after r134859. * platform/gtk/fast/media/mq-js-media-except-02-expected.txt: Added. * platform/gtk/fast/media/mq-js-media-except-03-expected.txt: Added. 2012-11-16 Shinya Kawanaka Changing pseudoClass (:indeterminate) should cause distribution https://bugs.webkit.org/show_bug.cgi?id=101903 Reviewed by Dimitri Glazkov. I've used "-webkit-appearance: none" for progress element because of Bug 102459. It prevents from testing progress element on Windows. * fast/dom/shadow/pseudoclass-update-indeterminate-input-expected.html: Added. * fast/dom/shadow/pseudoclass-update-indeterminate-input.html: Added. * fast/dom/shadow/pseudoclass-update-indeterminate-progress-expected.html: Added. * fast/dom/shadow/pseudoclass-update-indeterminate-progress.html: Added. 2012-11-16 Mike West [chromium] Unreviewed gardening. http/tests/security/sandboxed-iframe-form-top.html is leaking state into the next test, and should have been skipped for Chromium as well as mac in r134789. This patch remedies that oversight. * platform/chromium/TestExpectations: 2012-11-16 Yury Semikhatsky Web Inspector: don't show an Error when evaluating a watch expression results in an exception https://bugs.webkit.org/show_bug.cgi?id=102470 Reviewed by Vsevolod Vlasov. Check that watch expression has value "" in case of exception during its evaluation instead of a special style class tha has been removed. * inspector/debugger/error-in-watch-expressions.html: 2012-11-16 Elliott Sprehn REGRESSION (r134774-r134779): fast/frames/detached-shadow-frame.html failing on Apple Win 7 Release (Tests) https://bugs.webkit.org/show_bug.cgi?id=102433 Reviewed by Dimitri Glazkov. Need to include the Shadow DOM polyfill.js since not all ports web expose the WebkitShadowRoot constructor. * fast/frames/detached-shadow-frame.html: 2012-11-16 Csaba Osztrogonác [Qt] Unreviewed gardening. * http/tests/websocket/tests/hybi/bad-sub-protocol-control-chars-expected.txt: Updated after r134859. * platform/qt/TestExpectations: Skip fast/frames/detached-shadow-frame.html, because ENABLE(SHADOW_DOM) is disabled. * platform/qt/fast/media/mq-js-media-except-02-expected.txt: Updated after r134859. * platform/qt/fast/media/mq-js-media-except-03-expected.txt: Updated after r134859. * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt: Revert r134754, because r134649 was reverted. * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt: Revert r134754, because r134649 was reverted. * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: Revert r134754, because r134649 was reverted. 2012-11-16 Kentaro Hara Unreviewed. Rebaselined pixel results. * platform/chromium-mac/fast/text/international/combining-marks-position-expected.txt: Removed. 2012-11-16 János Badics [Qt][WK1] Gardening after r134816. Skipped a newly added failing test. https://bugs.webkit.org/show_bug.cgi?id=102471 Reviewed by Csaba Osztrogonác. * platform/qt-5.0-wk1/TestExpectations: 2012-11-16 Peter Rybin Web Inspector: show internal properties in inspector frontend https://bugs.webkit.org/show_bug.cgi?id=100021 Reviewed by Yury Semikhatsky. A new test is added. InspectorTest.dumpObjectPropertySectionDeep function is added. * http/tests/inspector/elements-test.js: (initialize_ElementTest.InspectorTest.dumpObjectPropertySectionDeep): (initialize_ElementTest.InspectorTest.dumpObjectPropertySectionDeep.dumpTreeElement): * inspector/debugger/properties-special-expected.txt: Added. * inspector/debugger/properties-special.html: Added. * platform/chromium/inspector/debugger/properties-special-expected.txt: Added. 2012-11-16 Sheriff Bot Unreviewed, rolling out r134865. http://trac.webkit.org/changeset/134865 https://bugs.webkit.org/show_bug.cgi?id=102466 Broke the Apple Windows Debug build. (Requested by dydx on #webkit). * platform/chromium/fast/storage/serialized-script-value-expected.txt: Removed. * platform/chromium/fast/storage/serialized-script-value.html: Removed. 2012-11-16 Takashi Sakamoto ASSERT_NOT_REACHED() when building a CSSOM wrapper for StyleRuleHost https://bugs.webkit.org/show_bug.cgi?id=102116 Reviewed by Alexander Pavlov. * fast/css/at-host-cssom-crash-expected.txt: Added. * fast/css/at-host-cssom-crash.html: Added. * inspector/styles/styles-include-host-rules-crash-expected.txt: Added. * inspector/styles/styles-include-host-rules-crash.html: Added. 2012-11-15 Kenichi Ishibashi Unreviewed test update. * fast/text/international/combining-marks-position.html: Ignore a slight diff of widths between the reference and target. 2012-11-15 Kentaro Hara Unreviewed. Rebaselined pixel results. * platform/chromium-mac/fast/text/international/combining-marks-position-expected.txt: Added. 2012-11-15 Kentaro Hara Unreviewed. Marked fast/images/webgl-teximage2d.html as Slow. * platform/chromium/TestExpectations: 2012-11-15 Kentaro Hara Unreviewed. Rebaselined images. * platform/chromium-linux/compositing/checkerboard-expected.png: * platform/chromium-mac-lion/compositing/checkerboard-expected.png: Added. * platform/chromium-win/compositing/checkerboard-expected.png: 2012-11-15 Kentaro Hara Unreviewed. Marked fast/forms/validation-message-appearance.html as flaky. * platform/chromium/TestExpectations: 2012-11-15 Kentaro Hara Unreviewed. Rebaselined images. * fast/media/mq-js-media-except-02-expected.txt: Renamed from LayoutTests/platform/efl/fast/media/mq-js-media-except-02-expected.txt. * fast/media/mq-js-media-except-03-expected.txt: Renamed from LayoutTests/platform/efl/fast/media/mq-js-media-except-03-expected.txt. * platform/chromium-mac-lion/fast/media/mq-js-media-except-02-expected.png: * platform/chromium-mac-lion/fast/media/mq-js-media-except-03-expected.png: * platform/chromium-mac-snowleopard/fast/media/mq-js-media-except-02-expected.png: * platform/chromium-mac-snowleopard/fast/media/mq-js-media-except-03-expected.png: * platform/chromium-mac/fast/media/mq-js-media-except-02-expected.png: * platform/chromium-mac/fast/media/mq-js-media-except-02-expected.txt: Renamed from LayoutTests/platform/chromium/fast/media/mq-js-media-except-02-expected.txt. * platform/chromium-mac/fast/media/mq-js-media-except-03-expected.png: * platform/chromium-mac/fast/media/mq-js-media-except-03-expected.txt: Renamed from LayoutTests/platform/chromium/fast/media/mq-js-media-except-03-expected.txt. * platform/chromium-mac/svg/custom/baseval-animval-equality-expected.png: * platform/chromium-mac/svg/custom/baseval-animval-equality-expected.txt: Added. * platform/chromium-win-xp/fast/media/mq-js-media-except-02-expected.png: Added. * platform/chromium-win-xp/fast/media/mq-js-media-except-03-expected.png: Added. * platform/efl-wk1/fast/media/mq-js-media-except-02-expected.png: Renamed from LayoutTests/platform/efl/fast/media/mq-js-media-except-02-expected.png. * platform/efl-wk1/fast/media/mq-js-media-except-03-expected.png: Renamed from LayoutTests/platform/efl/fast/media/mq-js-media-except-03-expected.png. * platform/gtk/fast/media/mq-js-media-except-02-expected.txt: Removed. * platform/gtk/fast/media/mq-js-media-except-03-expected.txt: Removed. 2012-11-15 Kentaro Hara Unreviewed. Rebaselined images. * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Added. * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added. 2012-11-15 Kent Tamura fast/forms/select/select-state-restore.html is flaky. https://bugs.webkit.org/show_bug.cgi?id=90207 Reviewed by Hajime Morita. * fast/forms/select/select-state-restore.html: It was possible that we started the test before loading js-test-post.js. It means we might miss calling waitUntilDone. * platform/chromium/TestExpectations: 2012-11-15 Kent Tamura [Chromium] Rebaseline for recent calendar picker and suggestion picker changes * platform/chromium-linux-x86/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png: Added. * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added. * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Added. * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Added. * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png: Added. * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png: Added. * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png: Added. * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added. * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Added. * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Added. * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added. * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added. * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png: Added. * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png: Added. * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png: Added. * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added. * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Added. * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Added. * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added. * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added. * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png: Added. * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png: Added. * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png: Added. * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png: * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png: * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png: * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added. * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Added. * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Added. * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added. * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added. * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-expected.png: Added. * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png: Added. * platform/chromium-win-xp/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png: Added. * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added. * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Added. * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Added. * platform/chromium/TestExpectations: 2012-11-15 KwangYong Choi [EFL] Update TestExpectations for fast/forms/zoomed-controls.html https://bugs.webkit.org/show_bug.cgi?id=102369 Unreviewed. Pixel test of fast/forms/zoomed-controls.html is failing introduced by r134698. Mark this test Missing and remove wrong expectation. * platform/efl/TestExpectations: * platform/efl/fast/forms/zoomed-controls-expected.png: Removed. 2012-11-15 Shinya Kawanaka Chaging pseudoClass (:enabled) should cause distribution https://bugs.webkit.org/show_bug.cgi?id=101900 Reviewed by Dimitri Glazkov. Currently :enabled matches an anchor/area/link element yet. I marked these tests as Failure. * fast/dom/shadow/pseudoclass-update-enabled-anchor-expected.html: Added. * fast/dom/shadow/pseudoclass-update-enabled-anchor.html: Added. * fast/dom/shadow/pseudoclass-update-enabled-area-expected.html: Added. * fast/dom/shadow/pseudoclass-update-enabled-area.html: Added. * fast/dom/shadow/pseudoclass-update-enabled-button-expected.html: Added. * fast/dom/shadow/pseudoclass-update-enabled-button.html: Added. * fast/dom/shadow/pseudoclass-update-enabled-fieldset-expected.html: Added. * fast/dom/shadow/pseudoclass-update-enabled-fieldset.html: Added. * fast/dom/shadow/pseudoclass-update-enabled-input-expected.html: Added. * fast/dom/shadow/pseudoclass-update-enabled-input.html: Added. * fast/dom/shadow/pseudoclass-update-enabled-optgroup-expected.txt: Added. * fast/dom/shadow/pseudoclass-update-enabled-optgroup.html: Added. * fast/dom/shadow/pseudoclass-update-enabled-option-expected.txt: Added. * fast/dom/shadow/pseudoclass-update-enabled-option.html: Added. * fast/dom/shadow/pseudoclass-update-enabled-select-expected.html: Added. * fast/dom/shadow/pseudoclass-update-enabled-select.html: Added. * fast/dom/shadow/pseudoclass-update-enabled-textarea-expected.html: Added. * fast/dom/shadow/pseudoclass-update-enabled-textarea.html: Added. * platform/chromium/TestExpectations: * platform/efl/TestExpectations: 2012-11-15 Erik Arvidsson Update DOMException name: NamespaceError https://bugs.webkit.org/show_bug.cgi?id=102395 Reviewed by Kentaro Hara. Updated tests and expectations. * fast/dom/EntityReference/readonly-exceptions-expected.txt: * fast/dom/SelectorAPI/not-supported-namespace-in-selector-expected.txt: * fast/dom/node-prefix-setter-namespace-exception-expected.txt: * fast/dom/script-tests/setAttributeNS-prefix-and-null-namespace.js: * fast/dom/setAttributeNS-prefix-and-null-namespace-expected.txt: * fast/xpath/attr-namespace-expected.txt: * fast/xpath/py-dom-xpath/nodetests-expected.txt: 2012-11-15 Rick Byers custom CSS cursors ignore hotspot values embedded in CUR files https://bugs.webkit.org/show_bug.cgi?id=100059 Reviewed by Kenneth Russell. Add mouse cursor test cases that use CUR files that have embedded hotspot values. * fast/events/mouse-cursor-expected.txt: * fast/events/mouse-cursor-multiframecur-expected.txt: Added. * fast/events/mouse-cursor-multiframecur.html: Copied from LayoutTests/fast/events/mouse-cursor.html. * fast/events/mouse-cursor.html: * fast/events/resources/greenbox-3frames.cur: Added. * fast/events/resources/greenbox-hotspot35-4.cur: Added. * fast/events/resources/greenbox-hotspot5-4.cur: Added. * platform/mac/TestExpectations: Skip the multi-frame case on mac because it causes a hang 2012-11-15 Kenichi Ishibashi Use complex path for the reference text in fast/text/international/combining-marks-position.html https://bugs.webkit.org/show_bug.cgi?id=101009 Reviewed by Kent Tamura. Arial has a kerning pair for U+043A U+0430 so the width of the text can be different between simple path and complex path. Use text-rendering: optimizeLegibility to force using complex text for reference text. * fast/text/international/combining-marks-position.html: 2012-11-15 Roger Fong Unreviewed. Skipped media/video-src-blob.html on Windows. Blob not enabled on Windows. * platform/win/TestExpectations: 2012-11-15 David Grogan IndexedDB: setVersion batch 8 https://bugs.webkit.org/show_bug.cgi?id=102434 Reviewed by Tony Chang. 2 lines were added to intversion-bad-parameters to capture the tests that were in the now-deleted setVersion-{null,undefined}. * storage/indexeddb/intversion-bad-parameters-expected.txt: * storage/indexeddb/key-generator-expected.txt: * storage/indexeddb/open-during-transaction-expected.txt: * storage/indexeddb/readonly-properties-expected.txt: * storage/indexeddb/resources/intversion-bad-parameters.js: (deleteSuccess): * storage/indexeddb/resources/key-generator.js: Again awkward to call indexedDBTest all over the place. The prefix line's gotta go, and we could also pull a resetDatabase method out of indexedDBTest that would just do a delete and open. (runTests.nextTest.prepareDatabase): (runTests.nextTest.onSuccess.finishTest): (runTests.nextTest.onSuccess): (runTests.nextTest): (testAcrossConnections.prepareDatabase): * storage/indexeddb/resources/open-during-transaction.js: (prepareDatabase.event.target.transaction.oncomplete): (prepareDatabase): (tryOpens): * storage/indexeddb/resources/readonly-properties.js: (prepareDatabase): * storage/indexeddb/resources/setVersion-null.js: Removed. * storage/indexeddb/resources/setVersion-undefined.js: Removed. * storage/indexeddb/resources/transaction-after-close.js: (prepareDatabase): (firstTransactionComplete): (onFinalPutSuccess): * storage/indexeddb/resources/versionchangerequest-activedomobject.js: (testSetVersion): (upgradeNeededCallback): (successCallback): * storage/indexeddb/setVersion-null-expected.txt: Removed. * storage/indexeddb/setVersion-null.html: Removed. * storage/indexeddb/setVersion-undefined-expected.txt: Removed. * storage/indexeddb/setVersion-undefined.html: Removed. * storage/indexeddb/transaction-after-close-expected.txt: * storage/indexeddb/versionchangerequest-activedomobject-expected.txt: 2012-11-15 Alec Flett Add tests for explicit serialization values https://bugs.webkit.org/show_bug.cgi?id=96818 Reviewed by Adam Barth. Make sure SerializedScriptValues are backward compatible with future changes. * platform/chromium/fast/storage/serialized-script-value.html: Added. * platform/chromium/fast/storage/serialized-script-value.txt: Added. 2012-11-15 Roger Fong Unreviewed. Add missing text test expectations for Mac and Windows ports. * platform/mac/css3/filters/effect-reference-ordering-hw-expected.txt: Added. * platform/mac/fast/css/text-overflow-input-expected.txt: Added. * platform/mac/fast/forms/input-readonly-dimmed-expected.txt: Added. * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt: Added. 2012-11-15 Jian Li Unreviewed. Updated chromium test expectations to clean up some passed tests. * platform/chromium/TestExpectations: 2012-11-15 Erik Arvidsson Update DOMException name: SyntaxError https://bugs.webkit.org/show_bug.cgi?id=102279 Reviewed by Kentaro Hara. Updated tests and expectations. * fast/canvas/canvas-gradient-addStop-error-expected.txt: * fast/canvas/canvas-pattern-behaviour-expected.txt: * fast/canvas/gradient-addColorStop-with-invalid-color-expected.txt: * fast/canvas/script-tests/gradient-addColorStop-with-invalid-color.js: * fast/css/css3-nth-tokens-script-expected.txt: * fast/css/css3-nth-tokens-script.html: * fast/dom/HTMLElement/insertAdjacentHTML-errors-expected.txt: * fast/dom/HTMLElement/script-tests/insertAdjacentHTML-errors.js: * fast/dom/HTMLElement/set-invalid-value-expected.txt: * fast/dom/HTMLElement/set-invalid-value.html: * fast/dom/SelectorAPI/dumpNodeList-almost-strict-expected.txt: * fast/dom/SelectorAPI/dumpNodeList-expected.txt: * fast/dom/Window/custom-constructors-expected.txt: * fast/dom/Window/invalid-protocol-expected.txt: * fast/dom/css-mediarule-functions-expected.txt: * fast/dom/css-mediarule-functions.html: * fast/dom/dataset-expected.txt: * fast/dom/dataset-xhtml-expected.txt: * fast/dom/element-attribute-js-null-expected.txt: * fast/dom/register-protocol-handler.html: * fast/dom/script-tests/dataset-xhtml.js: * fast/dom/script-tests/dataset.js: * fast/dom/xhtml-fragment-parsing-exceptions-expected.txt: * fast/dynamic/insertAdjacentHTML-expected.txt: * fast/eventsource/eventsource-constructor-expected.txt: * fast/innerHTML/innerHTML-changing-document-properties-expected.txt: * fast/mutation/observe-exceptions-expected.txt: * fast/workers/worker-constructor-expected.txt: * http/tests/security/postMessage/invalid-origin-throws-exception-expected.txt: * http/tests/security/postMessage/target-origin-expected.txt: * http/tests/websocket/tests/hybi/bad-sub-protocol-empty-expected.txt: * http/tests/websocket/tests/hybi/bad-sub-protocol-non-ascii-expected.txt: * http/tests/websocket/tests/hybi/close-expected.txt: * http/tests/websocket/tests/hybi/close-reason-too-long-expected.txt: * http/tests/websocket/tests/hybi/close-reason-too-long.html: * http/tests/websocket/tests/hybi/close.html: * http/tests/websocket/tests/hybi/invalid-subprotocol-characters-expected.txt: * http/tests/websocket/tests/hybi/invalid-subprotocol-characters.html: * http/tests/websocket/tests/hybi/invalid-subprotocols-expected.txt: * http/tests/websocket/tests/hybi/invalid-subprotocols.html: * http/tests/websocket/tests/hybi/url-parsing-expected.txt: * http/tests/xmlhttprequest/inject-header-expected.txt: * http/tests/xmlhttprequest/xmlhttprequest-open-empty-method-expected.txt: * http/tests/xmlhttprequest/xmlhttprequest-setrequestheader-no-name-expected.txt: * platform/chromium-linux/fast/media/mq-js-media-except-02-expected.png: * platform/chromium-linux/fast/media/mq-js-media-except-03-expected.png: * platform/chromium-mac/fast/dom/SelectorAPI/dumpNodeList-almost-strict-expected.txt: * platform/chromium-mac/fast/dom/SelectorAPI/dumpNodeList-expected.txt: * platform/chromium-win/fast/dom/SelectorAPI/dumpNodeList-almost-strict-expected.txt: * platform/chromium-win/fast/dom/SelectorAPI/dumpNodeList-expected.txt: * platform/chromium-win/fast/media/mq-js-media-except-02-expected.txt: * platform/chromium-win/fast/media/mq-js-media-except-03-expected.txt: * platform/chromium-win/fast/workers/worker-constructor-expected.txt: * platform/chromium-win/websocket/tests/bad-sub-protocol-non-ascii-expected.txt: * platform/chromium-win/websocket/tests/url-parsing-expected.txt: * platform/chromium/canvas/philip/tests/2d.missingargs-expected.txt: * platform/chromium/fast/dom/register-protocol-handler-expected.txt: * platform/chromium/fast/media/mq-js-media-except-02-expected.txt: * platform/chromium/fast/media/mq-js-media-except-03-expected.txt: * platform/chromium/fast/workers/worker-constructor-expected.txt: * platform/chromium/http/tests/websocket/tests/hixie76/url-parsing-expected.txt: * platform/chromium/http/tests/websocket/tests/hybi/bad-sub-protocol-control-chars-expected.txt: * platform/chromium/http/tests/websocket/tests/hybi/url-parsing-expected.txt: * platform/efl/fast/media/mq-js-media-except-02-expected.txt: * platform/efl/fast/media/mq-js-media-except-03-expected.txt: * platform/gtk/fast/media/mq-js-media-except-02-expected.txt: * platform/gtk/fast/media/mq-js-media-except-03-expected.txt: * platform/mac/canvas/philip/tests/2d.missingargs-expected.txt: * platform/mac/fast/media/mq-js-media-except-02-expected.txt: * platform/mac/fast/media/mq-js-media-except-03-expected.txt: * platform/qt-5.0-wk2/http/tests/websocket/tests/hybi/bad-sub-protocol-non-ascii-expected.txt: * platform/qt/fast/media/mq-js-media-except-02-expected.txt: * platform/qt/fast/media/mq-js-media-except-03-expected.txt: * platform/qt/http/tests/websocket/tests/hixie76/bad-sub-protocol-non-ascii-expected.txt: * platform/qt/http/tests/websocket/tests/hybi/bad-sub-protocol-non-ascii-expected.txt: * svg/dom/SVGAngle-expected.txt: * transforms/cssmatrix-2d-interface-expected.txt: * transforms/cssmatrix-3d-interface-expected.txt: * webintents/web-intents-api-expected.txt: * webintents/web-intents-api.html: * webintents/web-intents-obj-constructor-expected.txt: * webintents/web-intents-obj-constructor.html: 2012-11-15 James Robinson Clean up some TestExpectations for tests that pass now. * platform/chromium/TestExpectations: 2012-11-15 David Grogan IndexedDB setVersion-removal batch 7 https://bugs.webkit.org/show_bug.cgi?id=102415 Reviewed by Tony Chang. * storage/indexeddb/mozilla/object-store-remove-values-expected.txt: * storage/indexeddb/mozilla/readyState-expected.txt: * storage/indexeddb/mozilla/resources/object-store-remove-values.js: * storage/indexeddb/mozilla/resources/readyState.js: Moved one check into shared.js, a few others around, and the check for setVersion's request.readyState==pending is deleted. * storage/indexeddb/mozilla/resources/versionchange-abort.js: First test I've converted that makes the initial open fail, but request.onsuccess is unhooked to not cause the whole test to fail. (prepareDatabase): (postAbort): * storage/indexeddb/mozilla/versionchange-abort-expected.txt: * storage/indexeddb/objectstore-basics-expected.txt: * storage/indexeddb/objectstore-basics-workers-expected.txt: * storage/indexeddb/odd-strings-expected.txt: * storage/indexeddb/readonly-expected.txt: * storage/indexeddb/resources/objectstore-basics.js: * storage/indexeddb/resources/odd-strings.js: * storage/indexeddb/resources/readonly.js: Moved the checks at the beginning to the end of the test, but everything was preserved. * storage/indexeddb/resources/shared.js: Moved a check from readyState to here as the readyState layout test doesn't have access to the open request before any events are fired. 2012-11-15 Stephen Chenney mpath elements do not clear resource lists before destruction https://bugs.webkit.org/show_bug.cgi?id=101505 Reviewed by Abhishek Arya. Test that causes a mpath element to be deleted before the path that it references. * svg/animations/mpath-remove-from-dependents-on-delete-crash-expected.html: Added. * svg/animations/mpath-remove-from-dependents-on-delete-crash.html: Added. 2012-11-15 Stephen Chenney [Chromium] Test expectations - we're passing! Unreviewed expectations for canvas-shadow.html * platform/chromium-linux-x86/platform/chromium/virtual/gpu/fast/canvas/canvas-shadow-expected.txt: Added. * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-shadow-expected.txt: Added. * platform/chromium-win-xp/platform/chromium/virtual/gpu/fast/canvas/canvas-shadow-expected.txt: Added. 2012-11-15 David Grogan IndexedDB: remove setVersion from intversion-long-queue https://bugs.webkit.org/show_bug.cgi?id=102322 Reviewed by Tony Chang. This test probably doesn't provide as much value as it used to but tests like this, where there's a long sequence of interdependent events, have caught stuff for us in the past. There are endless variants that will all exercise our code differently. * storage/indexeddb/intversion-long-queue-expected.txt: * storage/indexeddb/resources/intversion-long-queue.js: (prepareDatabase): (connection1Success): (connection1VersionChangeCallback): (connection2Blocked): (deleteDatabaseBlockedCallback): (deleteDatabaseSuccessCallback): (connection2UpgradeNeeded): (connection2Success): (connection2TransactionComplete): (connection2VersionChangeEvent): (connection3UpgradeNeeded): (connection3Success): 2012-11-15 Roger Fong Unreviewed. CSS3_TEXT is not enabled on Windows. Skipping tests: fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-inherited.html fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last.html fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line.html * platform/win/TestExpectations: 2012-11-15 Roger Fong Unreviewed. More subpixel layout test rebaselines for Windows. * platform/win/fast/multicol/vertical-rl/float-multicol-expected.txt: Added. * platform/win/fast/multicol/vertical-rl/nested-columns-expected.txt: Added. * platform/win/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt: 2012-11-15 Erik Arvidsson Unreviewed gardening. Rebaselining pixel tests after r102427 * platform/chromium-mac-lion/svg/custom/baseval-animval-equality-expected.png: * platform/chromium-mac-lion/svg/custom/baseval-animval-equality-expected.txt: Copied from LayoutTests/platform/gtk/svg/custom/baseval-animval-equality-expected.txt. * platform/chromium-mac-lion/svg/dom/SVGLengthList-basics-expected.png: * platform/chromium-mac-snowleopard/svg/custom/baseval-animval-equality-expected.png: * platform/chromium-mac-snowleopard/svg/custom/baseval-animval-equality-expected.txt: Copied from LayoutTests/platform/gtk/svg/custom/baseval-animval-equality-expected.txt. * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-basics-expected.png: * platform/chromium-mac/svg/dom/SVGLengthList-basics-expected.png: * platform/chromium-win-xp/svg/custom/baseval-animval-equality-expected.png: Added. * platform/chromium-win-xp/svg/dom/SVGLengthList-basics-expected.png: Added. * platform/efl-wk1/svg/dom/SVGLengthList-basics-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-basics-expected.png. * platform/gtk/svg/custom/baseval-animval-equality-expected.txt: * platform/mac-lion/svg/custom/baseval-animval-equality-expected.txt: Copied from LayoutTests/platform/gtk/svg/custom/baseval-animval-equality-expected.txt. * platform/mac-wk2/svg/custom/baseval-animval-equality-expected.txt: Copied from LayoutTests/platform/gtk/svg/custom/baseval-animval-equality-expected.txt. * platform/qt/svg/custom/baseval-animval-equality-expected.txt: 2012-11-15 Joshua Bell IndexedDB: Indexing tests are flaky-crashing https://bugs.webkit.org/show_bug.cgi?id=102283 Reviewed by Tony Chang. Reduced repro case, although the behavior is still flaky. * storage/indexeddb/transaction-crash-in-tasks-expected.txt: Added. * storage/indexeddb/transaction-crash-in-tasks.html: Added. 2012-11-15 Roger Fong Unreviewed. HiDPI is not enabled on Windows (as indicated by test result). Adding failing expected result. * platform/win/fast/canvas/canvas-resize-reset-pixelRatio-expected.txt: Added. 2012-11-15 Roger Fong Unreviewed. WebGL not supported on Windows. Skipping fast/images/webgl-teximage2d.html. * platform/win/TestExpectations: 2012-11-15 Jian Li Unreviewed. Update chromium test expectations. * platform/chromium/TestExpectations: 2012-11-15 Elliott Sprehn MutationObserver wrapper should not be collected while still observing https://bugs.webkit.org/show_bug.cgi?id=102328 Reviewed by Adam Barth. Test that a MutationObserver wrapper is not collected while the observer is still observing since the wrapper must be passed into the callback later. * fast/mutation/observer-wrapper-dropoff-expected.txt: Added. * fast/mutation/observer-wrapper-dropoff.html: Added. 2012-11-15 David Grogan IndexedDB: setVersion test conversion batch 6 https://bugs.webkit.org/show_bug.cgi?id=102318 Reviewed by Tony Chang. Salvaged the useful parts of intversion-and-setversion as intversion-upgrades. * storage/indexeddb/intversion-and-setversion-expected.txt: Removed. * storage/indexeddb/intversion-upgrades-expected.txt: Added. * storage/indexeddb/intversion-upgrades.html: Renamed from LayoutTests/storage/indexeddb/intversion-and-setversion.html. * storage/indexeddb/resources/intversion-and-setversion.js: Removed. * storage/indexeddb/resources/intversion-upgrades.js: Added. (test): (deleteSuccess): (initialUpgradeNeeded): (openSuccess): (connection1VersionChangeCallback): (connection2BlockedCallback): (connection2UpgradeNeeded): (transactionCompleted): (connection2Success): (connection3Success): (errorWhenTryingLowVersion): (connection4UpgradeNeeded): (connection4Success): (connection5Success): * storage/indexeddb/resources/shared.js: (unexpectedVersionChangeCallback): 2012-11-15 David Grogan IndexedDB test conversions batch 5 https://bugs.webkit.org/show_bug.cgi?id=102308 Reviewed by Tony Chang. * storage/indexeddb/mozilla/cursor-update-updates-indexes-expected.txt: * storage/indexeddb/mozilla/event-source-expected.txt: * storage/indexeddb/mozilla/global-data-expected.txt: * storage/indexeddb/mozilla/key-requirements-put-null-key-expected.txt: * storage/indexeddb/mozilla/odd-result-order-expected.txt: * storage/indexeddb/mozilla/remove-objectstore-expected.txt: * storage/indexeddb/mozilla/resources/cursor-update-updates-indexes.js: Calls indexedDBTest a bunch of times, which seems awkward, but is really convenient. * storage/indexeddb/mozilla/resources/event-source.js: Now that setVersion is gone, it appears that no request should have a database as a source so the dropped test is ok. * storage/indexeddb/mozilla/resources/global-data.js: (prepareDatabase): (open2Success): * storage/indexeddb/mozilla/resources/key-requirements-put-null-key.js: (prepareDatabase): * storage/indexeddb/mozilla/resources/odd-result-order.js: The tests had to be run in slightly different order but they are all preserved. (prepareDatabase): (openSuccess): (deleteSuccess): * storage/indexeddb/mozilla/resources/remove-objectstore.js: (prepareDatabase): (checkObjectStore): (inSetVersion2.request.onsuccess): (inSetVersion2): (setVersion3): (inSetVersion3): (deleteThirdObjectStore): * storage/indexeddb/objectstore-removeobjectstore-expected.txt: * storage/indexeddb/resources/objectstore-removeobjectstore.js: (getValue): (checkResult): (addIndex): (deleteObjectStore): (createObjectStoreAgain): 2012-11-15 Alpha Lam [chromium] WebGL texImage2D fails with deferred image decoding https://bugs.webkit.org/show_bug.cgi?id=102310 Reviewed by Kenneth Russell. Added a test to exercise texImage2D with an Image object. * fast/images/webgl-teximage2d-expected.txt: Added. * fast/images/webgl-teximage2d.html: Added. 2012-11-15 Stephen Chenney Test rebaselines after SK_IGNORE_FAST_BLURRECT has been removed Unreviewed test expectations update. * fast/box-shadow/single-pixel-shadow-expected.png: Added. * platform/chromium-linux-x86/fast/box-shadow: Removed. * platform/chromium-linux-x86/fast/box-shadow/single-pixel-shadow-expected.png: Removed. * platform/chromium-linux-x86/fast/repaint/transform-replaced-shadows-expected.png: Added. * platform/chromium-linux-x86/svg/filters/shadow-on-rect-with-filter-expected.png: * platform/chromium-linux/fast/box-shadow/single-pixel-shadow-expected.png: Removed. * platform/chromium-linux/fast/repaint/shadow-multiple-horizontal-expected.png: * platform/chromium-linux/fast/repaint/shadow-multiple-strict-horizontal-expected.png: * platform/chromium-linux/fast/repaint/shadow-multiple-strict-vertical-expected.png: * platform/chromium-linux/fast/repaint/transform-replaced-shadows-expected.png: Added. * platform/chromium-mac-lion/compositing/shadows/shadow-drawing-expected.png: * platform/chromium-mac-lion/fast/box-shadow/basic-shadows-expected.png: * platform/chromium-mac-lion/fast/box-shadow/box-shadow-transformed-expected.png: * platform/chromium-mac-lion/fast/canvas/canvas-incremental-repaint-expected.png: * platform/chromium-mac-lion/fast/repaint/box-shadow-h-expected.png: * platform/chromium-mac-lion/fast/repaint/box-shadow-v-expected.png: * platform/chromium-mac-lion/fast/repaint/shadow-multiple-horizontal-expected.png: Added. * platform/chromium-mac-lion/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added. * platform/chromium-mac-lion/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added. * platform/chromium-mac-lion/fast/repaint/shadow-multiple-vertical-expected.png: * platform/chromium-mac-lion/fast/repaint/transform-replaced-shadows-expected.png: Added. * platform/chromium-mac-lion/fast/transforms/shadows-expected.png: * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png: * platform/chromium-mac-lion/svg/css/group-with-shadow-expected.png: * platform/chromium-mac-lion/svg/filters/shadow-on-rect-with-filter-expected.png: Added. * platform/chromium-mac-snowleopard/compositing/shadows/shadow-drawing-expected.png: * platform/chromium-mac-snowleopard/fast/box-shadow/basic-shadows-expected.png: * platform/chromium-mac-snowleopard/fast/box-shadow/box-shadow-transformed-expected.png: * platform/chromium-mac-snowleopard/fast/box-shadow/single-pixel-shadow-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/repaint/box-shadow-h-expected.png: * platform/chromium-mac-snowleopard/fast/repaint/box-shadow-v-expected.png: * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-horizontal-expected.png: * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-strict-horizontal-expected.png: * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-strict-vertical-expected.png: * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-vertical-expected.png: * platform/chromium-mac-snowleopard/fast/repaint/transform-replaced-shadows-expected.png: Added. * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png: * platform/chromium-mac-snowleopard/svg/filters/shadow-on-rect-with-filter-expected.png: * platform/chromium-mac/compositing/shadows/shadow-drawing-expected.png: * platform/chromium-mac/fast/box-shadow/basic-shadows-expected.png: * platform/chromium-mac/fast/box-shadow/box-shadow-clipped-slices-expected.png: * platform/chromium-mac/fast/box-shadow/box-shadow-radius-expected.png: * platform/chromium-mac/fast/box-shadow/box-shadow-transformed-expected.png: * platform/chromium-mac/fast/box-shadow/scaled-box-shadow-expected.png: * platform/chromium-mac/fast/box-shadow/single-pixel-shadow-expected.png: * platform/chromium-mac/fast/canvas/canvas-incremental-repaint-expected.png: * platform/chromium-mac/fast/canvas/canvas-shadow-expected.txt: Removed. * platform/chromium-mac/fast/repaint/box-shadow-h-expected.png: * platform/chromium-mac/fast/repaint/box-shadow-v-expected.png: * platform/chromium-mac/fast/repaint/shadow-multiple-horizontal-expected.png: Added. * platform/chromium-mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added. * platform/chromium-mac/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added. * platform/chromium-mac/fast/repaint/shadow-multiple-vertical-expected.png: * platform/chromium-mac/fast/repaint/transform-replaced-shadows-expected.png: Added. * platform/chromium-mac/fast/transforms/shadows-expected.png: * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png: * platform/chromium-mac/svg/css/group-with-shadow-expected.png: * platform/chromium-mac/svg/filters/shadow-on-rect-with-filter-expected.png: * platform/chromium-win-xp/compositing/shadows/shadow-drawing-expected.png: * platform/chromium-win-xp/fast/box-shadow: Removed. * platform/chromium-win-xp/fast/box-shadow/single-pixel-shadow-expected.png: Removed. * platform/chromium-win-xp/fast/repaint/box-shadow-h-expected.png: Added. * platform/chromium-win-xp/fast/repaint/box-shadow-v-expected.png: Added. * platform/chromium-win-xp/fast/repaint/shadow-multiple-horizontal-expected.png: Added. * platform/chromium-win-xp/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added. * platform/chromium-win-xp/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added. * platform/chromium-win-xp/fast/repaint/shadow-multiple-vertical-expected.png: Added. * platform/chromium-win-xp/fast/repaint/transform-replaced-shadows-expected.png: Added. * platform/chromium-win-xp/fast/transforms/shadows-expected.png: Added. * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/shadows: Added. * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.png: Added. * platform/chromium-win-xp/svg/css/group-with-shadow-expected.png: * platform/chromium-win-xp/svg/filters/shadow-on-rect-with-filter-expected.png: * platform/chromium-win/compositing/shadows/shadow-drawing-expected.png: * platform/chromium-win/fast/box-shadow/basic-shadows-expected.png: * platform/chromium-win/fast/box-shadow/box-shadow-clipped-slices-expected.png: * platform/chromium-win/fast/box-shadow/box-shadow-transformed-expected.png: * platform/chromium-win/fast/box-shadow/single-pixel-shadow-expected.png: * platform/chromium-win/fast/canvas/canvas-incremental-repaint-expected.png: * platform/chromium-win/fast/canvas/canvas-shadow-expected.txt: Added. * platform/chromium-win/fast/repaint/shadow-multiple-horizontal-expected.png: * platform/chromium-win/fast/repaint/shadow-multiple-strict-horizontal-expected.png: * platform/chromium-win/fast/repaint/shadow-multiple-strict-vertical-expected.png: * platform/chromium-win/fast/repaint/transform-replaced-shadows-expected.png: * platform/chromium/TestExpectations: * platform/chromium/fast/repaint/shadow-multiple-horizontal-expected.png: Removed. * platform/chromium/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Removed. * platform/chromium/fast/repaint/shadow-multiple-strict-vertical-expected.png: Removed. * platform/efl-wk1/compositing/shadows: Added. * platform/efl-wk1/compositing/shadows/shadow-drawing-expected.png: Added. * platform/efl-wk1/fast/box-shadow: Added. * platform/efl-wk1/fast/box-shadow/basic-shadows-expected.png: Added. * platform/efl-wk1/fast/box-shadow/box-shadow-clipped-slices-expected.png: Added. * platform/efl-wk1/fast/box-shadow/box-shadow-transformed-expected.png: Added. * platform/efl-wk1/fast/box-shadow/scaled-box-shadow-expected.png: Added. * platform/efl-wk1/fast/canvas: Added. * platform/efl-wk1/fast/canvas/canvas-incremental-repaint-expected.png: Added. * platform/efl-wk1/fast/repaint/shadow-multiple-horizontal-expected.png: Added. * platform/efl-wk1/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added. * platform/efl-wk1/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added. * platform/efl-wk1/fast/repaint/shadow-multiple-vertical-expected.png: Added. * platform/efl-wk1/fast/transforms: Added. * platform/efl-wk1/fast/transforms/shadows-expected.png: Added. * platform/efl-wk1/svg/css: Added. * platform/efl-wk1/svg/css/group-with-shadow-expected.png: Added. * platform/efl/compositing/shadows/shadow-drawing-expected.png: Removed. * platform/efl/fast/box-shadow/basic-shadows-expected.png: Removed. * platform/efl/fast/box-shadow/box-shadow-clipped-slices-expected.png: Removed. * platform/efl/fast/box-shadow/box-shadow-transformed-expected.png: Removed. * platform/efl/fast/box-shadow/scaled-box-shadow-expected.png: Removed. * platform/efl/fast/box-shadow/single-pixel-shadow-expected.png: Removed. * platform/efl/fast/canvas/canvas-incremental-repaint-expected.png: Removed. * platform/efl/fast/repaint/shadow-multiple-horizontal-expected.png: Removed. * platform/efl/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Removed. * platform/efl/fast/repaint/shadow-multiple-strict-vertical-expected.png: Removed. * platform/efl/fast/repaint/shadow-multiple-vertical-expected.png: Removed. * platform/efl/fast/transforms/shadows-expected.png: Removed. * platform/efl/svg/css/group-with-shadow-expected.png: Removed. * platform/gtk/fast/box-shadow/single-pixel-shadow-expected.png: Removed. 2012-11-15 Sheriff Bot Unreviewed, rolling out r134800 and r134805. http://trac.webkit.org/changeset/134800 http://trac.webkit.org/changeset/134805 https://bugs.webkit.org/show_bug.cgi?id=102417 This patch broke chromium port (Requested by jianli on #webkit). * fast/mediastream/RTCPeerConnection-datachannel-expected.txt: * fast/mediastream/RTCPeerConnection-datachannel.html: 2012-11-15 Tommy Widenflycht [chromium] MediaStream API: Add missing WebRTCPeerConnectionHandlerClient::didAddRemoteDataChannel https://bugs.webkit.org/show_bug.cgi?id=102386 Reviewed by Adam Barth. * fast/mediastream/RTCPeerConnection-datachannel.html: * fast/mediastream/RTCPeerConnection-datachannel-expected.txt: 2012-11-15 Rick Byers No tests for changing mouse cursors https://bugs.webkit.org/show_bug.cgi?id=100550 Reviewed by Brent Fulgham. Add a simple test covering the basic scenarios of changing a mouse cursor with CSS. This includes most of the cases currently covered by ManualTests/*cursor*. * fast/events/mouse-cursor-expected.txt: Added. * fast/events/mouse-cursor.html: Added. 2012-11-13 Jer Noble Support loading of blob URLs in AVFoundation. https://bugs.webkit.org/show_bug.cgi?id=102182 Reviewed by Eric Carlson. Add a new test which verifies blob url support in video elements. * media/video-src-blob-expected.txt: Added. * media/video-src-blob.html: Added. * platform/mac/TestExpectations: Add expected failure results for OSX releases where custom media loading is not supported. 2012-11-15 Sheriff Bot Unreviewed, rolling out r134649 and r134665. http://trac.webkit.org/changeset/134649 http://trac.webkit.org/changeset/134665 https://bugs.webkit.org/show_bug.cgi?id=102413 Broke a ton of downstream chromium tests (Requested by japhet on #webkit). * http/tests/inspector/network/network-iframe-load-and-delete.html: * http/tests/loading/redirect-methods-expected.txt: * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt: * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt: * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: 2012-11-15 Mike West Unreviewed: Skipping http/tests/security/sandboxed-iframe-form-top.html https://bugs.webkit.org/show_bug.cgi?id=102391 This test is leaking state into the following test. Skipping it here, and will look for a fix in 85522 (oooooold!). * platform/mac/TestExpectations: Skip sandboxed-iframe-form-top.html * platform/max/http/tests/security/sandboxed-iframe-origin-add-expected.txt: We're no longer leaking into this test; remove the platform specific results. 2012-11-15 Erik Arvidsson Update DOMException name: NotSupportedError https://bugs.webkit.org/show_bug.cgi?id=102139 Reviewed by Ojan Vafai. Updated tests and expectations. * editing/pasteboard/data-transfer-items-expected.txt: * fast/canvas/canvas-2d-imageData-create-nonfinite-expected.txt: * fast/canvas/canvas-createImageData-expected.txt: * fast/canvas/canvas-getImageData-invalid-expected.txt: * fast/canvas/canvas-putImageData-expected.txt: * fast/canvas/canvas-putImageData.js: * fast/canvas/linearGradient-infinite-values-expected.txt: * fast/canvas/radialGradient-infinite-values-expected.txt: * fast/canvas/resources/canvas-2d-imageData-create-nonfinite.js: * fast/canvas/script-tests/canvas-createImageData.js: * fast/canvas/script-tests/canvas-getImageData-invalid.js: * fast/canvas/script-tests/linearGradient-infinite-values.js: * fast/canvas/script-tests/radialGradient-infinite-values.js: * fast/dom/HTMLMeterElement/script-tests/set-meter-properties.js: * fast/dom/HTMLMeterElement/set-meter-properties-expected.txt: * fast/dom/HTMLProgressElement/script-tests/set-progress-properties.js: * fast/dom/HTMLProgressElement/set-progress-properties-expected.txt: * fast/dom/Node/initial-values-expected.txt: * fast/dom/importNode-null-expected.txt: * fast/dynamic/insertAdjacentText-expected.txt: * fast/forms/date/input-valueasnumber-date-expected.txt: * fast/forms/date/input-valueasnumber-date.html: * fast/forms/datetime/input-valueasnumber-datetime-expected.txt: * fast/forms/datetime/input-valueasnumber-datetime.html: * fast/forms/datetimelocal/input-valueasnumber-datetimelocal-expected.txt: * fast/forms/datetimelocal/input-valueasnumber-datetimelocal.html: * fast/forms/month/input-valueasnumber-month-expected.txt: * fast/forms/month/input-valueasnumber-month.html: * fast/forms/number/number-valueasnumber-expected.txt: * fast/forms/number/number-valueasnumber.html: * fast/forms/range/input-valueasnumber-range-expected.txt: * fast/forms/range/input-valueasnumber-range.html: * fast/forms/time/time-valueasnumber-expected.txt: * fast/forms/time/time-valueasnumber.html: * fast/forms/week/input-valueasnumber-week-expected.txt: * fast/forms/week/input-valueasnumber-week.html: * fast/mediastream/RTCPeerConnection-expected.txt: * fast/mediastream/argument-types-expected.txt: * fast/mediastream/getusermedia-expected.txt: * fast/mediastream/script-tests/argument-types.js: * http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt: * platform/chromium/canvas/philip/tests/2d.missingargs-expected.txt: * platform/chromium/dom/xhtml/level3/core/documentsetxmlversion03-expected.txt: * platform/chromium/fast/dynamic/insertAdjacentElement-expected.txt: * platform/efl/fast/dynamic/insertAdjacentElement-expected.txt: * platform/gtk/fast/dynamic/insertAdjacentElement-expected.txt: * platform/mac/canvas/philip/tests/2d.missingargs-expected.txt: * platform/mac/fast/dynamic/insertAdjacentElement-expected.txt: * platform/qt/fast/dynamic/insertAdjacentElement-expected.txt: * svg/dom/SVGAngle-expected.txt: * svg/dom/SVGLength-expected.txt: * svg/dom/SVGLength-px-expected.txt: * svg/dom/SVGPreserveAspectRatio-expected.txt: * transforms/cssmatrix-2d-interface-expected.txt: * transforms/cssmatrix-3d-interface-expected.txt: 2012-11-15 Mike West Unreviewed: Skipping http/tests/security/sandboxed-iframe-form-top.html https://bugs.webkit.org/show_bug.cgi?id=102391 This test is leaking state into the following test. Skipping it here, and will look for a fix in 85522 (oooooold!). * platform/mac/TestExpectations: Skip sandboxed-iframe-form-top.html * platform/max/http/tests/security/sandboxed-iframe-origin-add-expected.txt: We're no longer leaking into this test; remove the platform specific results. 2012-11-15 Erik Arvidsson Update DOMException name: NoModificationAllowedError https://bugs.webkit.org/show_bug.cgi?id=102134 Reviewed by Ojan Vafai. Updated tests and expectations. * dom/xhtml/level1/core/hc_nodevalue03-expected.txt: * fast/dom/EntityReference/readonly-exceptions-expected.txt: * fast/dom/HTMLElement/insertAdjacentHTML-errors-expected.txt: * fast/dom/HTMLElement/script-tests/insertAdjacentHTML-errors.js: * fast/dom/computed-style-set-property-expected.txt: * fast/dom/insertAdjacentHTML-DocumentFragment-crash-expected.txt: * fast/dom/outerText-no-element-expected.txt: * fast/dom/setPrimitiveValue-exceptions-expected.txt: * fast/dom/setPrimitiveValue-expected.txt: * fast/dynamic/outerHTML-no-element-expected.txt: * fast/frames/out-of-document-iframe-has-child-frame-expected.txt: * platform/chromium-mac/fast/dom/setPrimitiveValue-exceptions-expected.txt: * platform/chromium-win/fast/dom/setPrimitiveValue-exceptions-expected.txt: * platform/chromium-win/svg/custom/baseval-animval-equality-expected.txt: * platform/chromium/fast/dom/insertAdjacentHTML-DocumentFragment-crash-expected.txt: * platform/chromium/fast/frames/out-of-document-iframe-has-child-frame-expected.txt: * platform/chromium/svg/custom/baseval-animval-equality-expected.txt: * platform/gtk/svg/custom/baseval-animval-equality-expected.txt: * platform/mac/svg/custom/baseval-animval-equality-expected.txt: * platform/qt/svg/custom/baseval-animval-equality-expected.txt: * platform/qt/svg/dom/altGlyph-dom-expected.txt: * svg/animations/animate-gradient-transform-expected.txt: * svg/dom/SVGColor-expected.txt: * svg/dom/SVGLengthList-basics-expected.txt: * svg/dom/SVGNumberList-basics-expected.txt: * svg/dom/SVGPaint-expected.txt: * svg/dom/SVGTransformList-basics-expected.txt: * svg/dom/SVGViewSpec-defaults-expected.txt: * svg/dom/altGlyph-dom-expected.txt: 2012-11-15 Eric Carlson Update computed line position algorithm https://bugs.webkit.org/show_bug.cgi?id=93779 Reviewed by Philippe Normand. Compute the position of a text track relative to rendered tracks. This is needed to position cues correctly when there is more than one text track. * media/track/track-cue-container-rendering-position-expected.txt: Added. * media/track/track-cue-container-rendering-position.html: Added. 2012-11-15 Andreas Kling REGRESSION(r134408): Heap-use-after-free in WebCore::HTMLConstructionSite::mergeAttributesFromTokenIntoElement(). Reviewed by Anders Carlsson. * fast/dom/cloneNode-below-body-attribute-merging-expected.txt: Added. * fast/dom/cloneNode-below-body-attribute-merging.html: Added. 2012-11-15 Justin Novosad Cleanup test expectations after rebaseline r134668 https://bugs.webkit.org/show_bug.cgi?id=101974 Unreviewed * platform/chromium/TestExpectations: 2012-11-15 Raphael Kubo da Costa [EFL] Gardening. Move some expectations from efl-wk1/ to efl/ since they should work for both ports (and were originally there). Skip an additional HiDPI test. * platform/efl-wk1/fast/borders: Removed. * platform/efl-wk1/fast/borders/border-radius-wide-border-01-expected.png: Removed. * platform/efl-wk1/fast/borders/borderRadiusInset01-expected.png: Removed. * platform/efl-wk1/fast/css: Removed. * platform/efl-wk1/fast/css/text-overflow-ellipsis-bidi-expected.png: Removed. * platform/efl-wk1/fast/css/text-overflow-ellipsis-expected.png: Removed. * platform/efl-wk1/fast/css/text-overflow-ellipsis-strict-expected.png: Removed. * platform/efl-wk1/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Removed. * platform/efl-wk1/fast/css/text-overflow-input-expected.png: Removed. * platform/efl-wk1/fast/css/text-overflow-input-expected.txt: Removed. * platform/efl-wk1/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Removed. * platform/efl-wk1/fast/forms/menulist-clip-expected.png: Removed. * platform/efl-wk1/fast/forms/menulist-option-wrap-expected.png: Removed. * platform/efl-wk1/fast/forms/select-empty-option-height-expected.png: Removed. * platform/efl-wk1/fast/media: Removed. * platform/efl-wk1/fast/media/mq-js-media-except-01-expected.png: Removed. * platform/efl-wk1/fast/media/mq-js-media-except-01-expected.txt: Removed. * platform/efl-wk1/fast/repaint/control-clip-expected.png: Removed. * platform/efl-wk1/svg/dom: Removed. * platform/efl-wk1/svg/dom/SVGLengthList-appendItem-expected.png: Removed. * platform/efl-wk1/svg/dom/SVGLengthList-basics-expected.png: Removed. * platform/efl-wk1/svg/dom/SVGLengthList-getItem-expected.png: Removed. * platform/efl-wk1/svg/dom/SVGLengthList-initialize-expected.png: Removed. * platform/efl-wk1/svg/dom/SVGLengthList-insertItemBefore-expected.png: Removed. * platform/efl-wk1/svg/dom/SVGLengthList-removeItem-expected.png: Removed. * platform/efl-wk1/svg/dom/SVGLengthList-replaceItem-expected.png: Removed. * platform/efl-wk1/svg/dom/SVGNumberList-basics-expected.png: Removed. * platform/efl-wk1/svg/dom/SVGTransformList-basics-expected.png: Removed. * platform/efl/TestExpectations: * platform/efl/fast/borders/border-radius-wide-border-01-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/borders/border-radius-wide-border-01-expected.png. * platform/efl/fast/borders/border-radius-wide-border-05-expected.png: Added. * platform/efl/fast/borders/borderRadiusInset01-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/borders/borderRadiusInset01-expected.png. * platform/efl/fast/css/text-overflow-ellipsis-bidi-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/css/text-overflow-ellipsis-bidi-expected.png. * platform/efl/fast/css/text-overflow-ellipsis-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/css/text-overflow-ellipsis-expected.png. * platform/efl/fast/css/text-overflow-ellipsis-strict-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/css/text-overflow-ellipsis-strict-expected.png. * platform/efl/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/css/text-overflow-ellipsis-text-align-center-expected.png. * platform/efl/fast/css/text-overflow-input-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/css/text-overflow-input-expected.png. * platform/efl/fast/css/text-overflow-input-expected.txt: Copied from LayoutTests/platform/efl-wk1/fast/css/text-overflow-input-expected.txt. * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png. * platform/efl/fast/forms/menulist-clip-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/forms/menulist-clip-expected.png. * platform/efl/fast/forms/menulist-option-wrap-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/forms/menulist-option-wrap-expected.png. * platform/efl/fast/forms/select-empty-option-height-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/forms/select-empty-option-height-expected.png. * platform/efl/fast/forms/zoomed-controls-expected.png: Added. * platform/efl/fast/media/mq-js-media-except-01-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/media/mq-js-media-except-01-expected.png. * platform/efl/fast/media/mq-js-media-except-01-expected.txt: Copied from LayoutTests/platform/efl-wk1/fast/media/mq-js-media-except-01-expected.txt. * platform/efl/fast/repaint/control-clip-expected.png: Copied from LayoutTests/platform/efl-wk1/fast/repaint/control-clip-expected.png. * platform/efl/svg/dom/SVGLengthList-appendItem-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-appendItem-expected.png. * platform/efl/svg/dom/SVGLengthList-basics-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-basics-expected.png. * platform/efl/svg/dom/SVGLengthList-getItem-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-getItem-expected.png. * platform/efl/svg/dom/SVGLengthList-initialize-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-initialize-expected.png. * platform/efl/svg/dom/SVGLengthList-insertItemBefore-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-insertItemBefore-expected.png. * platform/efl/svg/dom/SVGLengthList-removeItem-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-removeItem-expected.png. * platform/efl/svg/dom/SVGLengthList-replaceItem-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGLengthList-replaceItem-expected.png. * platform/efl/svg/dom/SVGNumberList-basics-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGNumberList-basics-expected.png. * platform/efl/svg/dom/SVGTransformList-basics-expected.png: Copied from LayoutTests/platform/efl-wk1/svg/dom/SVGTransformList-basics-expected.png. 2012-11-15 Elliott Sprehn Prevent creation of detached frames in ShadowRoot https://bugs.webkit.org/show_bug.cgi?id=102333 Reviewed by Dimitri Glazkov. Test that you cannot create a detached frame using a ShadowRoot and iframe unload handlers. * fast/frames/detached-shadow-frame-expected.txt: Added. * fast/frames/detached-shadow-frame.html: Added. 2012-11-15 Shinya Kawanaka Changing pseudoClass (:visited) should cause distribution. https://bugs.webkit.org/show_bug.cgi?id=101700 Reviewed by Dimitri Glazkov. * fast/dom/shadow/pseudoclass-update-visited-anchor-expected.html: Added. * fast/dom/shadow/pseudoclass-update-visited-anchor.html: Added. * fast/dom/shadow/pseudoclass-update-visited-area-expected.html: Added. * fast/dom/shadow/pseudoclass-update-visited-area.html: Added. 2012-11-15 Stephen Chenney [Chromium] Disable SK_IGNORE_FAST_BLURRECT Unreviewed test expectations update * platform/chromium-linux/compositing/shadows/shadow-drawing-expected.png: * platform/chromium-linux/fast/box-shadow/basic-shadows-expected.png: * platform/chromium-linux/fast/box-shadow/box-shadow-clipped-slices-expected.png: * platform/chromium-linux/fast/box-shadow/box-shadow-transformed-expected.png: * platform/chromium-linux/fast/box-shadow/single-pixel-shadow-expected.png: * platform/chromium-linux/fast/canvas/canvas-incremental-repaint-expected.png: * platform/chromium-linux/fast/repaint/box-shadow-h-expected.png: * platform/chromium-linux/fast/repaint/box-shadow-v-expected.png: * platform/chromium-linux/fast/repaint/shadow-multiple-vertical-expected.png: * platform/chromium-linux/fast/transforms/shadows-expected.png: * platform/chromium-linux/svg/css/group-with-shadow-expected.png: * platform/chromium-linux/svg/filters/shadow-on-rect-with-filter-expected.png: * platform/chromium-win/fast/box-shadow/box-shadow-radius-expected.png: * platform/chromium-win/fast/box-shadow/scaled-box-shadow-expected.png: * platform/chromium/TestExpectations: 2012-11-15 Stephen Chenney Rebaseline after r134736 Unreviewed expectations update. Very minor changes, not entirely clear why but not a problem at all. Probably due to animation cauising an initial valeue to differ slightly. * platform/chromium-linux/compositing/checkerboard-expected.png: * platform/chromium-mac/compositing/checkerboard-expected.png: * platform/chromium-win/compositing/checkerboard-expected.png: 2012-11-15 KwangYong Choi [EFL] Update pixel test expectation for datalist tests https://bugs.webkit.org/show_bug.cgi?id=102365 Unreviewed EFL gardening. * platform/efl/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png: * platform/efl/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png: 2012-11-15 Csaba Osztrogonác REGRESSION(r134495): It made svg/custom/use-instanceRoot-event-listeners.xhtml fail and fast/events/attribute-listener-deletion-crash.html timeout https://bugs.webkit.org/show_bug.cgi?id=102183 Unreviewed gardening, unskip now passing tests after r134666. * platform/qt/TestExpectations: 2012-11-15 Mike West We should trigger a console warning when we encounter invalid sandbox flags. https://bugs.webkit.org/show_bug.cgi?id=101956 Reviewed by Adam Barth. * http/tests/security/contentSecurityPolicy/sandbox-invalid-header-expected.txt: Added. * http/tests/security/contentSecurityPolicy/sandbox-invalid-header.html: Added. * http/tests/security/sandboxed-iframe-invalid-expected.txt: Added. * http/tests/security/sandboxed-iframe-invalid.html: Added. 2012-11-15 Keishi Hattori [Chromium] Add tests for month suggestion picker https://bugs.webkit.org/show_bug.cgi?id=102040 Reviewed by Kent Tamura. Adding tests for with datalist. * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-appearance-expected.png: Added. * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.png: Added. * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.png: Added. * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-key-operations-expected.txt: Added. * platform/chromium/fast/forms/suggestion-picker/month-suggestion-appearance-expected.txt: Added. * platform/chromium/fast/forms/suggestion-picker/month-suggestion-appearance.html: Added. * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl-expected.txt: Added. * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-rtl.html: Added. * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar-expected.txt: Added. * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-appearance-with-scroll-bar.html: Added. * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-key-operations-expected.txt: Added. * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-key-operations.html: Added. * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-min-max-attribute-expected.txt: Added. * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-min-max-attribute.html: Added. * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-mouse-operations-expected.txt: Added. * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-mouse-operations.html: Added. * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-reset-value-after-reload-expected.txt: Added. * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-reset-value-after-reload.html: Added. * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-step-attribute-expected.txt: Added. * platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-step-attribute.html: Added. * platform/chromium/TestExpectations: 2012-11-15 Mikhail Pozdnyakov [EFL] Gardening after r134628 https://bugs.webkit.org/show_bug.cgi?id=102368 Unreviewed gardening. Skip test compositing/overflow/scrolling-without-painting.html added at r134628 and which does not pass on EFL. * platform/efl/TestExpectations: 2012-11-15 Ryosuke Niwa Fix tests after r134637. * fast/harness/perftests/runs-per-second-iterations.html: * fast/harness/perftests/runs-per-second-log.html: * platform/qt/TestExpectations: 2012-11-15 Mikhail Pozdnyakov [EFL][WK2] Rebase fast/media/mq-js-media-except-01.html after r134618 https://bugs.webkit.org/show_bug.cgi?id=102362 Unreviewed rebaseline. Rebased fast/media/mq-js-media-except-01.html after r134618. * platform/efl-wk2/fast/media/mq-js-media-except-01-expected.txt: Added. 2012-11-15 Csaba Osztrogonác [Qt] Unreviewed gardening, skip new failing tests. * platform/qt/TestExpectations: 2012-11-15 Kristóf Kosztyó [Qt] Unreviewed gardening. Rebaseline after r134649. * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt: * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt: * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: 2012-11-15 Kent Tamura Support stand-alone month names in calendar picker https://bugs.webkit.org/show_bug.cgi?id=102196 Reviewed by Kentaro Hara. Update a pixel result for Russian calendar picker. Now it contains a stand-alone month name. * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: 2012-11-15 Kentaro Hara Unreviewed. Rebaselined images. * platform/chromium-win/fast/forms/zoomed-controls-expected.png: Added. * platform/chromium/TestExpectations: 2012-11-14 Shinya Kawanaka Changing pseudoClass (:disabled) should cause distribution. https://bugs.webkit.org/show_bug.cgi?id=101901 Reviewed by Hajime Morita. * fast/dom/shadow/pseudoclass-update-disabled-button-expected.html: Added. * fast/dom/shadow/pseudoclass-update-disabled-button.html: Added. * fast/dom/shadow/pseudoclass-update-disabled-fieldset-expected.html: Added. * fast/dom/shadow/pseudoclass-update-disabled-fieldset.html: Added. * fast/dom/shadow/pseudoclass-update-disabled-input-expected.html: Added. * fast/dom/shadow/pseudoclass-update-disabled-input.html: Added. * fast/dom/shadow/pseudoclass-update-disabled-optgroup-expected.txt: Added. * fast/dom/shadow/pseudoclass-update-disabled-optgroup.html: Added. * fast/dom/shadow/pseudoclass-update-disabled-option-expected.txt: Added. * fast/dom/shadow/pseudoclass-update-disabled-option.html: Added. * fast/dom/shadow/pseudoclass-update-disabled-select-expected.html: Added. * fast/dom/shadow/pseudoclass-update-disabled-select.html: Added. * fast/dom/shadow/pseudoclass-update-disabled-textarea-expected.html: Added. * fast/dom/shadow/pseudoclass-update-disabled-textarea.html: Added. 2012-11-14 Sheriff Bot Unreviewed, rolling out r134691, r134703, r134715, r134716, and r134733. http://trac.webkit.org/changeset/134691 http://trac.webkit.org/changeset/134703 http://trac.webkit.org/changeset/134715 http://trac.webkit.org/changeset/134716 http://trac.webkit.org/changeset/134733 https://bugs.webkit.org/show_bug.cgi?id=102342 "Broke the Apple Windows Debug and GTK builds." (Requested by dydx on #webkit). * platform/chromium/fast/storage/serialized-script-value-expected.txt: Removed. * platform/chromium/fast/storage/serialized-script-value.html: Removed. 2012-11-14 Kentaro Hara Unreviewed. Rebaselined images. * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added. * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added. * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added. * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added. 2012-11-14 Dirk Schulze Support animation of basic shape 'polygon' https://bugs.webkit.org/show_bug.cgi?id=102080 Reviewed by Daniel Bates. Added animation test for basic shape 'polygon' to existing test css3/masking/clip-path-animation.html and fast/exclusions/shape-inside/shape-inside-animation.html. * animations/resources/animation-test-helpers.js: (parseBasicShape): * css3/masking/clip-path-animation-expected.txt: * css3/masking/clip-path-animation.html: * fast/exclusions/shape-inside/shape-inside-animation-expected.txt: * fast/exclusions/shape-inside/shape-inside-animation.html: 2012-11-14 Shinya Kawanaka Changing pseudoClass (:checked) should cause distribution. https://bugs.webkit.org/show_bug.cgi?id=101902 Reviewed by Dimitri Glazkov. Since an option element does not create a renderer, we cannot make its test a reftest. * fast/dom/shadow/pseudoclass-update-checked-input-expected.html: Added. * fast/dom/shadow/pseudoclass-update-checked-input.html: Added. * fast/dom/shadow/pseudoclass-update-checked-option-expected.txt: Added. * fast/dom/shadow/pseudoclass-update-checked-option.html: Added. 2012-11-14 Keishi Hattori Add tests for week picker https://bugs.webkit.org/show_bug.cgi?id=101555 Reviewed by Kent Tamura. Adding tests for month picker. * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added. * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added. * platform/chromium/fast/forms/calendar-picker/resources/calendar-picker-common.js: (selectedWeek): Returns value of selected week. * platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.txt: Added. * platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.txt: Added. * platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step.html: Added. * platform/chromium/fast/forms/calendar-picker/week-picker-appearance.html: Added. * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations-expected.txt: Added. * platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html: Added. * platform/chromium/fast/forms/calendar-picker/week-picker-mouse-operations-expected.txt: Added. * platform/chromium/fast/forms/calendar-picker/week-picker-mouse-operations.html: Added. * platform/chromium/TestExpectations: 2012-11-14 Shinya Kawanaka Changing pseudoClass (:link) should cause distribution https://bugs.webkit.org/show_bug.cgi?id=101698 Reviewed by Hajime Morita. * fast/dom/shadow/pseudoclass-update-link-anchor-expected.html: Added. * fast/dom/shadow/pseudoclass-update-link-anchor.html: Added. * fast/dom/shadow/pseudoclass-update-link-area-expected.html: Added. * fast/dom/shadow/pseudoclass-update-link-area.html: Added. 2012-11-14 Kentaro Hara Unreviewed. Rebaselined images. * platform/chromium-mac-lion/fast/forms/menulist-clip-expected.png: * platform/chromium-mac-lion/fast/forms/menulist-option-wrap-expected.png: * platform/chromium-mac-lion/fast/repaint/control-clip-expected.png: * platform/chromium-mac-snowleopard/fast/forms/menulist-clip-expected.png: * platform/chromium-mac-snowleopard/fast/forms/menulist-option-wrap-expected.png: * platform/chromium-mac-snowleopard/fast/repaint/control-clip-expected.png: * platform/chromium-mac/fast/forms/menulist-clip-expected.png: * platform/chromium-mac/fast/forms/menulist-option-wrap-expected.png: * platform/chromium-mac/fast/repaint/control-clip-expected.png: * platform/efl-wk1/fast/forms/menulist-clip-expected.png: Renamed from LayoutTests/platform/efl/fast/forms/menulist-clip-expected.png. * platform/efl-wk1/fast/forms/menulist-option-wrap-expected.png: Renamed from LayoutTests/platform/efl/fast/forms/menulist-option-wrap-expected.png. * platform/efl-wk1/fast/repaint/control-clip-expected.png: Renamed from LayoutTests/platform/efl/fast/repaint/control-clip-expected.png. 2012-11-14 Kentaro Hara Unreviwed. Rebaselined images. * platform/chromium-mac/fast/forms/select-empty-option-height-expected.png: * platform/efl-wk1/fast/forms/select-empty-option-height-expected.png: Renamed from LayoutTests/platform/efl/fast/forms/select-empty-option-height-expected.png. 2012-11-14 Kentaro Hara Unreviewed. Rebaselined images. * platform/chromium-linux/fast/forms/zoomed-controls-expected.png: Added. * platform/chromium-mac-lion/fast/forms/zoomed-controls-expected.png: Added. * platform/chromium-mac-snowleopard/fast/forms/zoomed-controls-expected.png: Added. * platform/chromium-mac/fast/forms/zoomed-controls-expected.png: Added. * platform/chromium/TestExpectations: 2012-11-14 David Grogan IndexedDB: Test conversions batch 4 https://bugs.webkit.org/show_bug.cgi?id=102267 Reviewed by Tony Chang. These are tests that don't have the js file in resources. The only interesting bit is that lazy-index-population uncovered a potential bug. I think tutorial.html has outlived its usefulness now that there are more tutorials on the web. It was very outdated. It is deleted in this patch. * storage/indexeddb/deletedatabase-transaction-expected.txt: * storage/indexeddb/deletedatabase-transaction.html: * storage/indexeddb/dont-commit-on-blocked-expected.txt: * storage/indexeddb/dont-commit-on-blocked.html: * storage/indexeddb/lazy-index-population-expected.txt: * storage/indexeddb/lazy-index-population.html: * storage/indexeddb/mozilla/index-prev-no-duplicate-expected.txt: * storage/indexeddb/mozilla/index-prev-no-duplicate.html: * storage/indexeddb/mozilla/resources/object-identity.js: Test added here to replace test covered in tutorial.html * storage/indexeddb/noblobs-expected.txt: * storage/indexeddb/noblobs.html: * storage/indexeddb/resources/dont-commit-on-blocked-worker.js: (onSetVersionSuccess): * storage/indexeddb/structured-clone-expected.txt: * storage/indexeddb/structured-clone.html: * storage/indexeddb/transaction-complete-with-js-recursion-cross-frame-expected.txt: * storage/indexeddb/transaction-complete-with-js-recursion-cross-frame.html: * storage/indexeddb/transaction-complete-with-js-recursion-expected.txt: * storage/indexeddb/transaction-complete-with-js-recursion.html: * storage/indexeddb/tutorial-expected.txt: Removed. * storage/indexeddb/tutorial.html: Removed. 2012-11-14 Filip Pizlo Read-only properties created with putDirect() should tell the structure that there are read-only properties https://bugs.webkit.org/show_bug.cgi?id=102292 Reviewed by Gavin Barraclough. * fast/js/function-dot-length-read-only-expected.txt: Added. * fast/js/function-dot-length-read-only.html: Added. * fast/js/jsc-test-list: * fast/js/script-tests/function-dot-length-read-only.js: Added. (foo): (Bar): 2012-11-14 Alec Flett Add tests for explicit serialization values https://bugs.webkit.org/show_bug.cgi?id=96818 Reviewed by Adam Barth. Make sure SerializedScriptValues are backward compatible with future changes. * platform/chromium/fast/storage/serialized-script-value.html: Added. 2012-11-14 Dimitri Glazkov [Chromium] Marked more virtual/deferred/fast/images as failing. https://bugs.webkit.org/show_bug.cgi?id=102294 2012-11-14 Dimitri Glazkov [Chromium] Marked platform/chromium/virtual/deferred/fast/images/exif-orientation.html as failing. https://bugs.webkit.org/show_bug.cgi?id=102294 2012-11-14 Tony Chang Crash in flexbox when removing absolutely positioned children https://bugs.webkit.org/show_bug.cgi?id=100465 Reviewed by Ojan Vafai. Test case for the crash. * css3/flexbox/crash-removing-out-of-flow-child-expected.txt: Added. * css3/flexbox/crash-removing-out-of-flow-child.html: Added. 2012-11-14 Dirk Schulze [CSS Exclusions] Basic shapes on 'shape-inside' should be animatable https://bugs.webkit.org/show_bug.cgi?id=102123 Reviewed by Antti Koivisto. Add new animation test for 'shape-inside', similar to 'clip-path' test. * animations/resources/animation-test-helpers.js: (getPropertyValue): (comparePropertyValue): * fast/exclusions/shape-inside/shape-inside-animation-expected.txt: Added. * fast/exclusions/shape-inside/shape-inside-animation.html: Added. 2012-11-14 Justin Novosad Updating baselines after r134631 https://bugs.webkit.org/show_bug.cgi?id=101974 Unreviewed * platform/chromium-linux/fast/borders/border-radius-wide-border-01-expected.png: Removed. * platform/chromium-linux/fast/borders/borderRadiusInset01-expected.png: * platform/chromium-linux/fast/forms/validation-message-appearance-expected.png: * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.png: * platform/chromium-mac-lion/fast/forms/validation-message-appearance-expected.png: * platform/chromium-mac-lion/svg/custom/svg-fonts-in-html-expected.png: * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png: * platform/chromium-mac-snowleopard/svg/custom/svg-fonts-in-html-expected.png: * platform/chromium-mac/fast/borders/border-radius-wide-border-01-expected.png: * platform/chromium-mac/fast/borders/borderRadiusInset01-expected.png: * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png: * platform/chromium-mac/svg/custom/svg-fonts-in-html-expected.png: * platform/chromium-win/fast/borders/border-radius-wide-border-01-expected.png: * platform/chromium-win/fast/borders/borderRadiusInset01-expected.png: * platform/chromium-win/fast/forms/validation-message-appearance-expected.png: * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.png: * platform/efl-wk1/fast/borders: Added. * platform/efl-wk1/fast/borders/border-radius-wide-border-01-expected.png: Added. * platform/efl-wk1/fast/borders/borderRadiusInset01-expected.png: Added. * platform/efl-wk1/fast/forms/validation-message-appearance-expected.png: Added. * platform/efl/fast/borders/border-radius-wide-border-01-expected.png: Removed. * platform/efl/fast/borders/borderRadiusInset01-expected.png: Removed. * platform/efl/fast/forms/validation-message-appearance-expected.png: Removed. 2012-11-14 David Grogan IndexedDB: test conversion batch 3 https://bugs.webkit.org/show_bug.cgi?id=102168 Reviewed by Tony Chang. These were all pretty straightforward. metadata.html could include some additional tests that check the metadata after a versionchange transaction aborts, but I think that's tested in one of the intversion tests. * storage/indexeddb/exceptions-expected.txt: * storage/indexeddb/factory-deletedatabase-expected.txt: * storage/indexeddb/index-duplicate-keypaths-expected.txt: * storage/indexeddb/index-multientry-expected.txt: * storage/indexeddb/index-population-expected.txt: * storage/indexeddb/metadata-expected.txt: * storage/indexeddb/resources/database-basics.js: Fix failure when run as a chromium browser test. * storage/indexeddb/resources/exceptions.js: Moved some asserts from running before the database is opened to afterward but they appear to be testing the same thing. (transactionComplete): close can't proceed until the transactions are complete, something setVersion didn't have to deal with. * storage/indexeddb/resources/factory-deletedatabase.js: The conditions under which deleteDatabase is called in this test is _slightly_ different. Previously, deleteDatabase was called from inside a versionchange transaction, causing the original connection to receive a versionchange event. With upgradeneeded we have to close the original connection before entering a versionchange transaction, so the second connection is now what closes in response to the deleteDatabase's versionchange event. * storage/indexeddb/resources/index-duplicate-keypaths.js: (testCollideAutoIncrementSetup): (testCollideAutoIncrement): * storage/indexeddb/resources/index-multientry.js: (prepareDatabase): (createIndexOnStoreWithData): * storage/indexeddb/resources/index-population.js: (prepareDatabase.request.onsuccess): (prepareDatabase): (doSetVersion2): (setVersion2): (setVersion2Abort): * storage/indexeddb/resources/metadata.js: (prepareDatabase): (snapshotConnection1): (secondOpen.request.onupgradeneeded): (secondOpen.request.onsuccess): (secondOpen): (thirdOpen.request.onupgradeneeded): (thirdOpen.request.onerror): (thirdOpen): (fourthOpen.request.onupgradeneeded): (fourthOpen.request.onsuccess): (fourthOpen): (checkState): 2012-11-14 Dimitri Glazkov [Chromium] Updating baselines after r134631. 2012-11-14 Dimitri Glazkov Marked fake-mouse-move tests as failing. https://bugs.webkit.org/show_bug.cgi?id=102277 2012-11-14 Erik Arvidsson Update DOMException name: WrongDocumentError https://bugs.webkit.org/show_bug.cgi?id=102096 Reviewed by Ojan Vafai. Updated tests and expectations. * fast/dom/Range/compareBoundaryPoints-1-expected.txt: * fast/dom/Range/compareBoundaryPoints-1.html: * fast/dom/move-nodes-across-documents.html: 2012-11-14 Nate Chapin Move empty loading to DocumentLoader, simplify FrameLoader::init() https://bugs.webkit.org/show_bug.cgi?id=101512 Reviewed by Adam Barth. Don't expect resource load callbacks for empty loads. * http/tests/inspector/network/network-iframe-load-and-delete.html: * http/tests/loading/redirect-methods-expected.txt: * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt: * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt: * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: 2012-11-14 Erik Arvidsson Update DOMException name: InvalidStateError https://bugs.webkit.org/show_bug.cgi?id=102241 Reviewed by Ojan Vafai. Updated tests and expectations. * fast/dom/HTMLDialogElement/dialog-open-expected.txt: * fast/dom/HTMLDialogElement/dialog-open.html: * fast/dom/HTMLDialogElement/dialog-show-modal-expected.txt: * fast/dom/HTMLDialogElement/dialog-show-modal.html: * fast/dom/Range/range-intersectsNode-exception-expected.txt: * fast/dom/Range/range-intersectsNode-exception.html: * fast/dom/Range/range-intersectsNode-expected.txt: * fast/dom/Range/resources/intersectsNode.js: * fast/dom/Selection/collapseToX-empty-selection-expected.txt: * fast/dom/Selection/script-tests/collapseToX-empty-selection.js: * fast/events/message-port-clone-expected.txt: * fast/events/message-port-multi-expected.txt: * fast/files/read-file-async-expected.txt: * fast/files/workers/worker-read-file-async-expected.txt: * fast/forms/color/color-setrangetext-expected.txt: * fast/forms/date/date-setrangetext-expected.txt: * fast/forms/date/date-stepup-stepdown-expected.txt: * fast/forms/date/date-stepup-stepdown.html: * fast/forms/datetime/datetime-setrangetext-expected.txt: * fast/forms/datetime/datetime-stepup-stepdown-expected.txt: * fast/forms/datetime/datetime-stepup-stepdown.html: * fast/forms/datetimelocal/datetimelocal-setrangetext-expected.txt: * fast/forms/datetimelocal/datetimelocal-stepup-stepdown-expected.txt: * fast/forms/datetimelocal/datetimelocal-stepup-stepdown.html: * fast/forms/file/file-setrangetext-expected.txt: * fast/forms/file/input-file-value-expected.txt: * fast/forms/hidden/hidden-setrangetext-expected.txt: * fast/forms/image/image-setrangetext-expected.txt: * fast/forms/input-stepup-stepdown-expected.txt: * fast/forms/input-stepup-stepdown.html: * fast/forms/input-valueasnumber-unsupported-expected.txt: * fast/forms/input-valueasnumber-unsupported.html: * fast/forms/month/input-valueasdate-expected.txt: * fast/forms/month/input-valueasdate.html: * fast/forms/month/month-setrangetext-expected.txt: * fast/forms/month/month-stepup-stepdown-expected.txt: * fast/forms/month/month-stepup-stepdown.html: * fast/forms/number/number-setrangetext-expected.txt: * fast/forms/number/number-stepup-stepdown-expected.txt: * fast/forms/number/number-stepup-stepdown-from-renderer.html: * fast/forms/number/number-stepup-stepdown.html: * fast/forms/number/number-valueasnumber-expected.txt: * fast/forms/number/number-valueasnumber.html: * fast/forms/range/range-setrangetext-expected.txt: * fast/forms/range/range-stepup-stepdown-expected.txt: * fast/forms/range/range-stepup-stepdown-from-renderer.html: * fast/forms/range/range-stepup-stepdown.html: * fast/forms/setrangetext-expected.txt: * fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer.html: * fast/forms/time/time-setrangetext-expected.txt: * fast/forms/time/time-stepup-stepdown-expected.txt: * fast/forms/time/time-stepup-stepdown.html: * fast/forms/week/week-setrangetext-expected.txt: * fast/forms/week/week-stepup-stepdown-expected.txt: * fast/forms/week/week-stepup-stepdown.html: * fast/js/dfg-custom-getter-throw-expected.txt: * fast/js/dfg-custom-getter-throw-inlined-expected.txt: * fast/js/script-tests/dfg-custom-getter-throw-inlined.js: * fast/js/script-tests/dfg-custom-getter-throw.js: * fast/mediastream/MediaStreamTrackList-expected.txt: * fast/notifications/notifications-document-close-crash-expected.txt: * fast/speech/scripted/start-exception-expected.txt: * fast/speech/scripted/start-exception.html: * fast/workers/worker-context-multi-port-expected.txt: * fast/workers/worker-multi-port-expected.txt: * fast/xmlhttprequest/xmlhttprequest-responseXML-xml-text-responsetype-expected.txt: * fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer-expected.txt: * fast/xmlhttprequest/xmlhttprequest-responsetype-document-expected.txt: * fast/xmlhttprequest/xmlhttprequest-responsetype-set-at-headers-received-expected.txt: * fast/xmlhttprequest/xmlhttprequest-responsetype-text-expected.txt: * fast/xpath/detached-subtree-invalidate-iterator-expected.txt: * http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt: * http/tests/media/media-source/video-media-source-duration-changed-expected.txt: * http/tests/media/media-source/video-media-source-objects-expected.txt: * http/tests/xmlhttprequest/exceptions-expected.txt: * http/tests/xmlhttprequest/zero-length-response-expected.txt: * platform/chromium-mac/fast/notifications/notifications-document-close-crash-expected.txt: * platform/qt/editing/pasteboard/data-transfer-items-expected.txt: * platform/qt/fast/notifications/notifications-document-close-crash-expected.txt: * storage/websql/open-database-set-empty-version-expected.txt: 2012-11-14 Li Yin createDelay should raise exception when the maxDelayTime parameter is incorrect. https://bugs.webkit.org/show_bug.cgi?id=102173 Reviewed by Chris Rogers. Spec: https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html The specified value must be greater than zero and less than three minutes or a NOT_SUPPORTED_ERR exception will be thrown. * webaudio/delaynode-maxdelaylimit-expected.txt: * webaudio/delaynode-maxdelaylimit.html: 2012-11-14 Dimitri Glazkov [Chromium] css3/filters/custom/custom-filter-property-computed-style.html is a flaky timeout in debug. https://bugs.webkit.org/show_bug.cgi?id=90207 2012-11-14 Dimitri Glazkov [Chromium] Updated the type of flakiness for fast/forms/select/select-state-restore.html. https://bugs.webkit.org/show_bug.cgi?id=90207 * platform/chromium/TestExpectations: Updated. 2012-11-14 Erik Arvidsson Unreviewed. Rebaselined test results. * fast/media/mq-js-media-except-01-expected.txt: Renamed from LayoutTests/platform/mac/fast/media/mq-js-media-except-01-expected.txt. * platform/chromium-linux-x86/svg/dom/SVGTransformList-basics-expected.png: Removed. * platform/chromium-mac-lion/svg/dom/SVGLengthList-appendItem-expected.png: * platform/chromium-mac-lion/svg/dom/SVGLengthList-basics-expected.png: * platform/chromium-mac-lion/svg/dom/SVGLengthList-getItem-expected.png: * platform/chromium-mac-lion/svg/dom/SVGLengthList-initialize-expected.png: * platform/chromium-mac-lion/svg/dom/SVGLengthList-insertItemBefore-expected.png: * platform/chromium-mac-lion/svg/dom/SVGLengthList-removeItem-expected.png: * platform/chromium-mac-lion/svg/dom/SVGLengthList-replaceItem-expected.png: * platform/chromium-mac-lion/svg/dom/SVGNumberList-basics-expected.png: * platform/chromium-mac-lion/svg/dom/SVGTransformList-basics-expected.png: * platform/chromium-win/fast/media/mq-js-media-except-01-expected.png: * platform/chromium-win/svg/dom/SVGLengthList-appendItem-expected.png: * platform/chromium-win/svg/dom/SVGLengthList-basics-expected.png: * platform/chromium-win/svg/dom/SVGLengthList-getItem-expected.png: * platform/chromium-win/svg/dom/SVGLengthList-initialize-expected.png: * platform/chromium-win/svg/dom/SVGLengthList-insertItemBefore-expected.png: * platform/chromium-win/svg/dom/SVGLengthList-removeItem-expected.png: * platform/chromium-win/svg/dom/SVGLengthList-replaceItem-expected.png: * platform/chromium-win/svg/dom/SVGNumberList-basics-expected.png: * platform/chromium-win/svg/dom/SVGTransformList-basics-expected.png: * platform/chromium/fast/media/mq-js-media-except-01-expected.txt: Removed. * platform/efl-wk1/fast/media/mq-js-media-except-01-expected.txt: Renamed from LayoutTests/platform/efl/fast/media/mq-js-media-except-01-expected.txt. * platform/efl-wk1/svg/dom/SVGLengthList-appendItem-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-appendItem-expected.png. * platform/efl-wk1/svg/dom/SVGLengthList-basics-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-basics-expected.png. * platform/efl-wk1/svg/dom/SVGLengthList-initialize-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-initialize-expected.png. * platform/efl-wk1/svg/dom/SVGLengthList-insertItemBefore-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-insertItemBefore-expected.png. * platform/efl-wk1/svg/dom/SVGLengthList-replaceItem-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-replaceItem-expected.png. * platform/efl-wk1/svg/dom/SVGNumberList-basics-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGNumberList-basics-expected.png. * platform/qt/fast/files/workers/worker-read-blob-sync-expected.txt: Added. * platform/qt/fast/media/mq-js-media-except-01-expected.txt: 2012-11-14 Zan Dobersek Unreviewed GTK gardening. Adding back and updating baselines that were removed by accident in r133908. * platform/gtk/fast/forms/basic-textareas-quirks-expected.png: * platform/gtk/fast/forms/basic-textareas-quirks-expected.txt: Added. 2012-11-14 Zan Dobersek Unreviewed GTK gardening. Adding or updating baselines for changes in r134618. Adding timeout expectations for - fast/dom/Window/open-window-min-size.html, added in r134586 and - inspector-protocol/nmi-webaudio.html, added in r134593. * platform/gtk/TestExpectations: * platform/gtk/fast/files/workers/worker-read-blob-sync-expected.txt: Added. * platform/gtk/fast/media/mq-js-media-except-01-expected.txt: 2012-11-12 Slavomir Kaslev [Chromium] Rebaselined video LayoutTests for software compositor https://bugs.webkit.org/show_bug.cgi?id=101973 Reviewed by Adrienne Walker. Rebaselined failing video LayouTests caused by different filtering result between Skia and Mesa for the software compositor. * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling-expected.png: Added. * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/video-opacity-overlay-expected.png: Added. * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/layers-inside-overflow-scroll-expected.png: Added. * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/overflow-compositing-descendant-expected.png: Added. * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/scroll-ancestor-update-expected.png: Added. * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/load-video-in-reflection-expected.png: Added. * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/self-painting-layers-expected.png: Added. * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling-expected.png: Added. * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/video-opacity-overlay-expected.png: Added. * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/layers-inside-overflow-scroll-expected.png: Added. * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/overflow/overflow-compositing-descendant-expected.png: Added. * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/overflow/scroll-ancestor-update-expected.png: Added. * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/load-video-in-reflection-expected.png: Added. * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/self-painting-layers-expected.png: Added. * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling-expected.png: Added. * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/video-opacity-overlay-expected.png: Added. * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/layers-inside-overflow-scroll-expected.png: Added. * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/overflow/overflow-compositing-descendant-expected.png: Added. * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/overflow/scroll-ancestor-update-expected.png: Added. * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/load-video-in-reflection-expected.png: Added. * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/self-painting-layers-expected.png: Added. * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling-expected.png: Added. * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/video-opacity-overlay-expected.png: Added. * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/layers-inside-overflow-scroll-expected.png: Added. * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/overflow-compositing-descendant-expected.png: Added. * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/scroll-ancestor-update-expected.png: Added. * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/load-video-in-reflection-expected.png: Added. * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/self-painting-layers-expected.png: Added. * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/visibility/visibility-simple-video-layer-expected.png: Added. * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling-expected.png: Added. * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/video-opacity-overlay-expected.png: Added. * platform/chromium-win/platform/chromium/virtual/softwarecompositing/layers-inside-overflow-scroll-expected.png: Added. * platform/chromium-win/platform/chromium/virtual/softwarecompositing/overflow/overflow-compositing-descendant-expected.png: Added. * platform/chromium-win/platform/chromium/virtual/softwarecompositing/overflow/scroll-ancestor-update-expected.png: Added. * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/load-video-in-reflection-expected.png: Added. * platform/chromium-win/platform/chromium/virtual/softwarecompositing/self-painting-layers-expected.png: Added. * platform/chromium-win/platform/chromium/virtual/softwarecompositing/visibility/visibility-simple-video-layer-expected.png: Added. * platform/chromium/TestExpectations: 2012-11-14 Justin Novosad Boxes with rounded corners and thin borders are too slow to draw https://bugs.webkit.org/show_bug.cgi?id=101974 Reviewed by Simon Fraser. New test that purposely triggers the BackgroundOverBorder painting path in WebCore::RenderBox, to test it with thick borders, off-diagonal mitring, an anti-aliased rounded border wedge, and a border of width 0. * fast/borders/border-radius-wide-border-05.html: Added. * fast/borders/border-radius-wide-border-05-expected.txt: Added. * LayoutTests/platform/chromium-win/fast/borders/border-radius-wide-border-05-expected.png: Added. * LayoutTests/platform/chromium/TestExpectations: Added Expectations. Added expectations for tests pixels results that require rebaselining 2012-11-14 Sami Kyostila Optimize painting of composited scrolling layers https://bugs.webkit.org/show_bug.cgi?id=96087 Reviewed by Simon Fraser. Test that accelerated scrolling layers can be scrolled without repainting their contents. Note that this test will not pass unless ENABLE_ACCELERATED_OVERFLOW_SCROLLING is enabled. * compositing/overflow/scrolling-without-painting-expected.txt: Added. * compositing/overflow/scrolling-without-painting.html: Added. * platform/chromium/TestExpectations: Mark test as expected to fail by default. * platform/mac/TestExpectations: Skip the test. 2012-11-14 Dimitri Glazkov Rebaseline fast/media/mq-js-media-except-01.html after r134618. 2012-11-14 Dimitri Glazkov [Chromium] Mark webgl-background-color.html as failing. http://webkit.org/b/102247 * platform/chromium/TestExpectations: Marked as failing. 2012-11-14 Erik Arvidsson Unreviewed gardening. Updating pixel tests expectations after r134613 * LayoutTests/platform/chromium/TestExpectations: * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-appendItem-expected.png: * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-basics-expected.png: * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-getItem-expected.png: * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-initialize-expected.png: * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-insertItemBefore-expected.png: * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-removeItem-expected.png: * platform/chromium-mac-snowleopard/svg/dom/SVGLengthList-replaceItem-expected.png: * platform/chromium-mac-snowleopard/svg/dom/SVGNumberList-basics-expected.png: * platform/chromium-mac-snowleopard/svg/dom/SVGTransformList-basics-expected.png: * platform/chromium-mac/svg/dom/SVGLengthList-appendItem-expected.png: * platform/chromium-mac/svg/dom/SVGLengthList-basics-expected.png: * platform/chromium-mac/svg/dom/SVGLengthList-getItem-expected.png: * platform/chromium-mac/svg/dom/SVGLengthList-initialize-expected.png: * platform/chromium-mac/svg/dom/SVGLengthList-insertItemBefore-expected.png: * platform/chromium-mac/svg/dom/SVGLengthList-removeItem-expected.png: * platform/chromium-mac/svg/dom/SVGLengthList-replaceItem-expected.png: * platform/chromium-mac/svg/dom/SVGNumberList-basics-expected.png: * platform/chromium-mac/svg/dom/SVGTransformList-basics-expected.png: * platform/efl-wk1/svg/dom/SVGLengthList-getItem-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-getItem-expected.png. * platform/efl-wk1/svg/dom/SVGLengthList-removeItem-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGLengthList-removeItem-expected.png. * platform/efl-wk1/svg/dom/SVGTransformList-basics-expected.png: Renamed from LayoutTests/platform/efl/svg/dom/SVGTransformList-basics-expected.png. 2012-11-14 Erik Arvidsson Update DOMException name: NotFoundError https://bugs.webkit.org/show_bug.cgi?id=102137 Reviewed by Ojan Vafai. Updated tests and expectations. * fast/dom/Document/replaceChild-null-oldChild-expected.txt: * fast/dom/Document/script-tests/replaceChild-null-oldChild.js: * fast/dom/NamedNodeMap-setNamedItem-crash-expected.txt: * fast/dom/Range/range-intersectsNode-expected.txt: * fast/dom/incompatible-operations-expected.txt: * fast/dom/incompatible-operations.html: * fast/dom/setter-type-enforcement-expected.txt: * fast/dom/timer-clear-interval-in-handler-and-generate-error-expected.txt: * fast/events/remove-target-with-shadow-in-drag-expected.txt: * fast/files/workers/worker-read-blob-sync-expected.txt: * fast/files/workers/worker-read-file-sync-expected.txt: * fast/inspector-support/uncaught-dom8-exception-expected.txt: * fast/js/dot-node-base-exception-expected.txt: * fast/js/script-tests/dot-node-base-exception.js: * fast/mutation/observe-exceptions-expected.txt: * platform/chromium-linux/fast/media/mq-js-media-except-01-expected.png: * platform/chromium-win/fast/media/mq-js-media-except-01-expected.txt: * platform/chromium/fast/dom/NamedNodeMap-setNamedItem-crash-expected.txt: * platform/chromium/fast/dom/timer-clear-interval-in-handler-and-generate-error-expected.txt: * platform/chromium/fast/events/remove-target-with-shadow-in-drag-expected.txt: * platform/chromium/fast/files/workers/worker-read-blob-sync-expected.txt: * platform/chromium/fast/inspector-support/uncaught-dom8-exception-expected.txt: * platform/chromium/fast/media/mq-js-media-except-01-expected.txt: * platform/efl/fast/media/mq-js-media-except-01-expected.txt: * platform/gtk/fast/events/remove-target-with-shadow-in-drag-expected.txt: * platform/gtk/fast/media/mq-js-media-except-01-expected.txt: * platform/mac/fast/media/mq-js-media-except-01-expected.txt: * platform/qt/fast/media/mq-js-media-except-01-expected.txt: 2012-11-14 Dimitri Glazkov Mark files that need rebaselines as failing. https://bugs.webkit.org/show_bug.cgi?id=102087 * platform/chromium/TestExpectations: Added expectations. 2012-11-14 Erik Arvidsson Update DOMException name: IndexSizeError https://bugs.webkit.org/show_bug.cgi?id=102087 Reviewed by Ojan Vafai. Updated tests and expectations. * editing/selection/extend-expected.txt: * fast/canvas/canvas-getImageData-invalid-expected.txt: * fast/canvas/canvas-overloads-drawImage-expected.txt: * fast/canvas/script-tests/canvas-getImageData-invalid.js: * fast/canvas/script-tests/canvas-overloads-drawImage.js: * fast/canvas/webgl/data-view-test-expected.txt: * fast/dom/HTMLInputElement/input-size-attribute-expected.txt: * fast/dom/HTMLInputElement/input-size-attribute.html: * fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt: * fast/dom/HTMLSelectElement/select-selectedIndex-multiple-expected.txt: * fast/dom/css-mediarule-functions-expected.txt: * fast/dom/css-mediarule-functions.html: * fast/forms/input-maxlength-expected.txt: * fast/forms/input-maxlength.html: * fast/forms/number/number-size-expected.txt: * fast/forms/number/number-size.html: * fast/forms/search/search-setrangetext-expected.txt: * fast/forms/setrangetext-expected.txt: * fast/forms/textarea-maxlength-expected.txt: * fast/forms/textarea-maxlength.html: * fast/forms/textarea/textarea-setrangetext-expected.txt: * fast/html/marquee-element-expected.txt: * fast/inspector-support/uncaught-dom1-exception-expected.txt: * fast/js/select-options-add-expected.txt: * fast/speech/scripted/speechgrammar-basics-expected.txt: * inspector/styles/set-property-boundaries-expected.txt: * platform/chromium-mac/fast/dynamic/015-expected.txt: * platform/chromium-win/fast/dynamic/015-expected.txt: * platform/chromium/canvas/philip/tests/2d.missingargs-expected.txt: * platform/chromium/fast/inspector-support/uncaught-dom1-exception-expected.txt: * platform/efl/fast/dynamic/015-expected.txt: * platform/gtk/fast/dynamic/015-expected.txt: * platform/mac/canvas/philip/tests/2d.missingargs-expected.txt: * platform/mac/fast/dynamic/015-expected.txt: * platform/qt/fast/dynamic/015-expected.txt: * svg/custom/acid3-test-77-expected.txt: * svg/custom/getSubStringLength-expected.txt: * svg/custom/selectSubString-expected.txt: * svg/dom/SVGLengthList-appendItem-expected.txt: * svg/dom/SVGLengthList-basics-expected.txt: * svg/dom/SVGLengthList-getItem-expected.txt: * svg/dom/SVGLengthList-initialize-expected.txt: * svg/dom/SVGLengthList-insertItemBefore-expected.txt: * svg/dom/SVGLengthList-removeItem-expected.txt: * svg/dom/SVGLengthList-replaceItem-expected.txt: * svg/dom/SVGNumberList-basics-expected.txt: * svg/dom/SVGPathSegList-clear-and-initialize-expected.txt: * svg/dom/SVGPointList-basics-expected.txt: * svg/dom/SVGStringList-basics-expected.txt: * svg/dom/SVGTransformList-basics-expected.txt: * svg/dom/svglist-exception-on-out-bounds-error-expected.txt: 2012-11-14 Raphael Kubo da Costa [EFL] Add some missing pixel expectations. * platform/efl/fast/multicol/span/anonymous-split-block-crash-expected.png: Added. * platform/efl/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png: Added. * platform/efl/fast/replaced/width100percent-textarea-expected.png: Added. 2012-11-14 Raphael Kubo da Costa [EFL] WK1 gardening. Skip fast/dom/Window/open-window-min-size.html and add some WK1-specific pixel results which do not look wrong per se. * platform/efl-wk1/TestExpectations: * platform/efl-wk1/fast/repaint/japanese-rl-selection-clear-expected.png: Added. * platform/efl-wk1/fast/repaint/selection-after-delete-expected.png: Added. * platform/efl-wk1/fast/repaint/selection-after-remove-expected.png: Added. * platform/efl-wk1/fast/repaint/selection-gap-overflow-scroll-2-expected.png: Added. 2012-11-14 Ádám Kallai [Qt] Unreviewed gardening. Skip failing tests. * platform/qt/TestExpectations: 2012-11-14 Ilya Tikhonovsky Unreviewed test fix for r134593. * inspector-protocol/nmi-webaudio.html: 2012-11-14 Dominik Röttsches [EFL] Unreviewed gardening. anchor-*download.html wander between crashing and failing. Marking winsize test as failure and added to bug. * platform/efl-wk2/TestExpectations: 2012-11-09 Ilya Tikhonovsky Web Inspector: NMI add instrumentation for WebAudo related stuff. They use about 16Mb for shared data on pages with webaudio. As example Angry Birds app. https://bugs.webkit.org/show_bug.cgi?id=101729 Reviewed by Yury Semikhatsky. Plain vanilla instrumentation for audio and webaudio classes. AudioContext is a kind of ActiveDOMObject. I found that these objects are accessible through ScriptExecutuionContext and ScriptExecutionContext is an ancestor of Document. Document class was instrumented earler. I instrumented ActiveDOMObject, ScriptExecutionContext and other ancestors and now AudioContext and other ActiveDOMObjects are reacheable from Document. * inspector-protocol/nmi-webaudio-expected.txt: Added. * inspector-protocol/nmi-webaudio.html: Added. 2012-11-14 Pavel Feldman Not reviewed: proper baselines for inspector's timeline-timer-fired-from-eval-call-site. * inspector/timeline/timeline-timer-fired-from-eval-call-site-expected.txt: 2012-11-14 Kenneth Rohde Christiansen Clean up use of adjustWindowRect https://bugs.webkit.org/show_bug.cgi?id=102072 Reviewed by Gyuyoung Kim. Test that minimum sizes are honored. * fast/dom/Window/open-window-min-size.html: Added. * fast/dom/Window/open-window-min-size-expected.txt: Added. * fast/dom/Window/resources/report-size-and-close.html: Added. * platform/mac/TestExpectations: Skipped as it times out. 2012-11-14 Kentaro Hara Unreviewed. Fixed lint error. * platform/chromium/TestExpectations: 2012-11-14 Takashi Sakamoto Crash when replacing parts of text inputs with content: url(...) https://bugs.webkit.org/show_bug.cgi?id=101133 Reviewed by Kent Tamura. * fast/forms/number/number-content-url-crash-expected.txt: Added. * fast/forms/number/number-content-url-crash.html: Added. * fast/forms/search/search-content-url-crash-expected.txt: Added. * fast/forms/search/search-content-url-crash.html: Added. 2012-11-14 Dominik Röttsches [EFL] Unreviewed gardening. The bots don't have mercy today. * platform/efl-wk2/TestExpectations: 2012-11-14 Kent Tamura Support for localization tests of calendar picker https://bugs.webkit.org/show_bug.cgi?id=102181 Reviewed by Kentaro Hara. * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added. * platform/chromium/TestExpectations: * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.txt: Added. * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru.html: Added. 2012-11-14 Sheriff Bot Unreviewed, rolling out r134566. http://trac.webkit.org/changeset/134566 https://bugs.webkit.org/show_bug.cgi?id=102197 "it broke Chromium Android Release build" (Requested by haraken on #webkit). * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Removed. * platform/chromium/TestExpectations: * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.txt: Removed. * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru.html: Removed. 2012-11-14 Zan Dobersek Unreviewed GTK gardening. Updating the platform-specific baseline for fast/js/global-constructors.html and removing the failure expectation for said test. * platform/gtk/TestExpectations: * platform/gtk/fast/js/global-constructors-expected.txt: 2012-11-14 Eugene Klyuchnikov Web Inspector: Timeline: 'undefined' javascript filenames. https://bugs.webkit.org/show_bug.cgi?id=101334 Reviewed by Yury Semikhatsky. Test that callSite for TimerFired is resolved even for evaled scripts. * inspector/timeline/timeline-timer-fired-from-eval-call-site-expected.txt: Added. * inspector/timeline/timeline-timer-fired-from-eval-call-site.html: Added. 2012-11-14 Shinya Kawanaka Changing pseudoClass (:target) should cause distribution https://bugs.webkit.org/show_bug.cgi?id=101699 Reviewed by Hajime Morita. * fast/dom/shadow/pseudoclass-update-target-expected.html: Added. * fast/dom/shadow/pseudoclass-update-target.html: Added. 2012-11-14 Dominik Röttsches [EFL] Unreviewed gardening. Mark two failures after r134456. * platform/efl/TestExpectations: 2012-11-14 Kent Tamura Support for localization tests of calendar picker https://bugs.webkit.org/show_bug.cgi?id=102181 Reviewed by Kentaro Hara. * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added. * platform/chromium/TestExpectations: * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.txt: Added. * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru.html: Added. 2012-11-14 Zan Dobersek Unreviewed GTK gardening. Moving some expectations into a more proper section while merging the others. * platform/gtk/TestExpectations: 2012-11-14 Mihnea Ovidenie After r134205 was rolled out in http://trac.webkit.org/changeset/134425, we have to re-enable the skipped tests that were failing because of r134205. https://bugs.webkit.org/show_bug.cgi?id=102090 Reviewed by Adam Barth. The initial rollout for r134205 and the related r134226, r134419 failed. * platform/chromium/TestExpectations: * platform/qt/TestExpectations: 2012-11-13 Zan Dobersek Unreviewed GTK gardening. Expanding failure expectations for the inspector/debugger/live-edit.html test. Adding failure and timeout expectations for two tests that regressed after r134495. Adding failure expectation for a test added in r134099. * platform/gtk/TestExpectations: 2012-11-13 Csaba Osztrogonác Unreviewed gardening, skip new failing tests. * platform/qt/TestExpectations: 2012-11-13 Kentaro Hara Unreviewed. Marked platform/chromium/virtual/gpu/fast/hidpi/image-set-without-specified-width.html as Slow. * platform/chromium/TestExpectations: 2012-11-13 Csaba Osztrogonác Unreviewed gardening, update expected files after r134435. * dom/xhtml/level3/core/documentnormalizedocument10-expected.txt: * fast/dom/DOMException/prototype-object-expected.txt: * fast/dom/DOMException/stack-trace-expected.txt: 2012-11-13 Kunihiko Sakamoto Enable calendar picker for input types datetime/datetime-local https://bugs.webkit.org/show_bug.cgi?id=101889 Reviewed by Kent Tamura. Added tests for calendar picker for inpt type=datetime/datetime-local. * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime-expected.txt: Added. * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime.html: Added. * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetimelocal-expected.txt: Added. * platform/chromium/fast/forms/calendar-picker/calendar-picker-datetimelocal.html: Added. 2012-11-13 Keishi Hattori Enable datalist UI for input types week and month https://bugs.webkit.org/show_bug.cgi?id=102041 Reviewed by Kent Tamura. * platform/chromium/fast/forms/datalist/input-list-expected.txt: 2012-11-13 Shinya Kawanaka Collect necessary features for SelectRuleFeatureSet https://bugs.webkit.org/show_bug.cgi?id=102160 Reviewed by Dimitri Glazkov. * fast/dom/shadow/shadow-select-attribute-featureset-expected.txt: * fast/dom/shadow/shadow-select-attribute-featureset.html: 2012-11-13 Kentaro Hara Unreviewed. Rebaselined test results. * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/checkerboard-expected.png: Added. * platform/chromium-win/platform/chromium/virtual/softwarecompositing/checkerboard-expected.png: Added. 2012-11-13 David Grogan IndexedDB: non-trivial test conversion batch 2 https://bugs.webkit.org/show_bug.cgi?id=101998 Reviewed by Tony Chang. * storage/indexeddb/cursor-overloads-expected.txt: * storage/indexeddb/cursor-overloads.html: Trivial conversion that I missed last time around. * storage/indexeddb/database-basics-expected.txt: * storage/indexeddb/database-close-expected.txt: * storage/indexeddb/database-closepending-flag-expected.txt: * storage/indexeddb/delete-closed-database-object-expected.txt: * storage/indexeddb/resources/database-basics.js: Removed test that shows calling setVersion inside a version change transaction is an error. Replaced with test showing same error for a generic transaction. * storage/indexeddb/resources/database-close.js: Formerly used both unblocked setVersion and deleteDatabase to signal that a connection was closed, now just used deleteDatabase. * storage/indexeddb/resources/database-closepending-flag.js: Straightforward, it just has multiple opens. 2012-11-13 Erik Arvidsson Update DOMException name: InvalidCharacterError https://bugs.webkit.org/show_bug.cgi?id=102128 Reviewed by Darin Adler. Updated tests and expectations. * fast/dom/Document/createElement-invalid-names-expected.txt: * fast/dom/Document/createElement-invalid-names.html: * fast/dom/Element/prefix-setter-exception-expected.txt: * fast/dom/Window/atob-btoa-expected.txt: * fast/dom/dataset-expected.txt: * fast/dom/dataset-xhtml-expected.txt: * fast/dom/script-tests/dataset-xhtml.js: * fast/dom/script-tests/dataset.js: 2012-11-13 Elliott Sprehn Disable frame loading instead of throwing exceptions on subtree modifications in ChildFrameDisconnector https://bugs.webkit.org/show_bug.cgi?id=102012 Reviewed by Ojan Vafai. Remove console log output from the exception we no longer throw. Since we no longer throw an exception we don't need a platform specific output file either. Also add a test that we don't throw an exception during modifications to subtrees during unload. * fast/frames/modifications-in-subtree-unload-expected.html: Added. * fast/frames/modifications-in-subtree-unload.html: Added. * fast/frames/out-of-document-iframe-has-child-frame-expected.txt: * platform/chromium/fast/frames/out-of-document-iframe-has-child-frame-expected.txt: Removed. 2012-11-13 Dirk Pranke Revert r134474; turns out these tests were failing. I need to figure out what's going on here ... * platform/chromium-linux/fast/text/zero-font-size-2-expected.png: Removed. * platform/chromium/TestExpectations: 2012-11-13 Dirk Pranke Update chromium-mac-lion baselines after r134516. Unreviewed. * platform/chromium-mac-lion/compositing/color-matching/image-color-matching-expected.png: * platform/chromium-mac-lion/tables/mozilla/collapsing_borders/bug41262-3-expected.png: Added. * platform/chromium-mac-lion/tables/mozilla/core/bloomberg-expected.png: Added. 2012-11-13 Tab Atkins CSS @charset parsing is too loose, doesn't match other browsers https://bugs.webkit.org/show_bug.cgi?id=101527 Reviewed by Alexey Proskuryakov. Removed the old css-charset-evil.html test, which tested for our loose parsing of @charset. Now that we're tightening our parsing to match the spec and IE's and FF's new behavior, I added a more comprehensive test of incorrect @charset rules, to ensure that we correctly reject them. * fast/encoding/css-charset-evil-expected.txt: Removed. * fast/encoding/css-charset-evil.css: Removed. * fast/encoding/css-charset-evil.html: Removed. * fast/encoding/css-charset-evil/css-charset-evil-a1.css: Added. * fast/encoding/css-charset-evil/css-charset-evil-a2.css: Added. * fast/encoding/css-charset-evil/css-charset-evil-a3.css: Added. * fast/encoding/css-charset-evil/css-charset-evil-a4.css: Added. * fast/encoding/css-charset-evil/css-charset-evil-b1.css: Added. * fast/encoding/css-charset-evil/css-charset-evil-b2.css: Added. * fast/encoding/css-charset-evil/css-charset-evil-b3.css: Added. * fast/encoding/css-charset-evil/css-charset-evil-b4.css: Added. * fast/encoding/css-charset-evil/css-charset-evil-b5.css: Added. * fast/encoding/css-charset-evil/css-charset-evil-b6.css: Added. * fast/encoding/css-charset-evil/css-charset-evil-b7.css: Added. * fast/encoding/css-charset-evil/css-charset-evil-b8.css: Added. * fast/encoding/css-charset-evil/css-charset-evil-c1.css: Added. * fast/encoding/css-charset-evil/css-charset-evil-c2.css: Added. * fast/encoding/css-charset-evil/css-charset-evil-c3.css: Added. * fast/encoding/css-charset-evil/css-charset-evil-d1.css: Added. * fast/encoding/css-charset-evil/css-charset-evil-expected.txt: Added. * fast/encoding/css-charset-evil/css-charset-evil.html: Added. 2012-11-13 Thiago Marcos P. Santos [EFL] Add new baselines after r134435 https://bugs.webkit.org/show_bug.cgi?id=102125 Unreviewed gardening. * platform/efl-wk1/dom/xhtml/level3/core/documentnormalizedocument10-expected.txt: Added. * platform/efl-wk1/fast/dom/DOMException/prototype-object-expected.txt: Added. * platform/efl-wk1/fast/dom/DOMException/stack-trace-expected.txt: Added. * platform/efl-wk2/dom/xhtml/level3/core/documentnormalizedocument10-expected.txt: Added. * platform/efl-wk2/fast/dom/DOMException/prototype-object-expected.txt: Added. * platform/efl-wk2/fast/dom/DOMException/stack-trace-expected.txt: Added. 2012-11-13 Dirk Pranke More chromium-mac-mountainlion rebaselining and bug triaging. https://bugs.webkit.org/show_bug.cgi?id=99749 Unreviewed. * platform/chromium-mac-lion/compositing/color-matching/image-color-matching-expected.png: Added. * platform/chromium-mac-lion/compositing/direct-image-compositing-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/direct-image-compositing-expected.png. * platform/chromium-mac-lion/compositing/geometry/clipping-foreground-expected.png: Copied from LayoutTests/platform/chromium-mac/compositing/geometry/clipping-foreground-expected.png. * platform/chromium-mac-lion/fast/dynamic/text-combine-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/dynamic/text-combine-expected.png. * platform/chromium-mac-lion/fast/dynamic/text-combine-expected.txt: Added. * platform/chromium-mac-lion/fast/ruby/base-shorter-than-text-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/ruby/base-shorter-than-text-expected.png. * platform/chromium-mac-lion/fast/ruby/base-shorter-than-text-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/ruby/base-shorter-than-text-expected.txt. * platform/chromium-mac-lion/fast/text/emphasis-combined-text-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/text/emphasis-combined-text-expected.png. * platform/chromium-mac-lion/fast/text/emphasis-combined-text-expected.txt: Added. * platform/chromium-mac-lion/fast/text/emphasis-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/text/emphasis-expected.png. * platform/chromium-mac-lion/fast/text/international/text-combine-image-test-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/text/international/text-combine-image-test-expected.png. * platform/chromium-mac-lion/fast/text/international/text-combine-image-test-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/text/international/text-combine-image-test-expected.txt. * platform/chromium-mac-lion/fast/writing-mode/border-radius-clipping-vertical-lr-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/writing-mode/border-radius-clipping-vertical-lr-expected.png. * platform/chromium-mac-lion/fast/writing-mode/border-vertical-lr-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/writing-mode/border-vertical-lr-expected.png. * platform/chromium-mac-lion/fast/writing-mode/border-vertical-lr-expected.txt: Added. * platform/chromium-mac-lion/fast/writing-mode/box-shadow-horizontal-bt-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/writing-mode/box-shadow-horizontal-bt-expected.png. * platform/chromium-mac-lion/fast/writing-mode/box-shadow-vertical-lr-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/writing-mode/box-shadow-vertical-lr-expected.png. * platform/chromium-mac-lion/fast/writing-mode/box-shadow-vertical-rl-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/writing-mode/box-shadow-vertical-rl-expected.png. * platform/chromium-mac-lion/fast/writing-mode/broken-ideographic-font-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/writing-mode/broken-ideographic-font-expected.png. * platform/chromium-mac-lion/fast/writing-mode/broken-ideographic-font-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/writing-mode/broken-ideographic-font-expected.txt. * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png. * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png. * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png. * platform/chromium-mac-lion/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png. * platform/chromium-mac-lion/platform/chromium/fast/text/text-stroke-with-border-expected.png: Copied from LayoutTests/platform/chromium-mac/platform/chromium/fast/text/text-stroke-with-border-expected.png. * platform/chromium-mac-lion/svg/custom/foreign-object-skew-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/custom/foreign-object-skew-expected.png. * platform/chromium-mac-lion/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.png. * platform/chromium-mac-lion/svg/hixie/perf/007-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/hixie/perf/007-expected.png. * platform/chromium-mac-lion/tables/mozilla/bugs/bug11026-expected.png: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug11026-expected.png. * platform/chromium-mac/compositing/color-matching/image-color-matching-expected.png: * platform/chromium-mac/compositing/direct-image-compositing-expected.png: * platform/chromium-mac/compositing/geometry/clipping-foreground-expected.png: * platform/chromium-mac/fast/dynamic/text-combine-expected.png: * platform/chromium-mac/fast/dynamic/text-combine-expected.txt: Added. * platform/chromium-mac/fast/ruby/base-shorter-than-text-expected.png: * platform/chromium-mac/fast/ruby/base-shorter-than-text-expected.txt: * platform/chromium-mac/fast/text/emphasis-combined-text-expected.png: * platform/chromium-mac/fast/text/emphasis-combined-text-expected.txt: Added. * platform/chromium-mac/fast/text/emphasis-expected.png: * platform/chromium-mac/fast/text/international/text-combine-image-test-expected.png: * platform/chromium-mac/fast/text/international/text-combine-image-test-expected.txt: * platform/chromium-mac/fast/writing-mode/border-radius-clipping-vertical-lr-expected.png: * platform/chromium-mac/fast/writing-mode/border-vertical-lr-expected.png: * platform/chromium-mac/fast/writing-mode/border-vertical-lr-expected.txt: Added. * platform/chromium-mac/fast/writing-mode/box-shadow-horizontal-bt-expected.png: * platform/chromium-mac/fast/writing-mode/box-shadow-vertical-lr-expected.png: * platform/chromium-mac/fast/writing-mode/box-shadow-vertical-rl-expected.png: * platform/chromium-mac/fast/writing-mode/broken-ideographic-font-expected.png: * platform/chromium-mac/fast/writing-mode/broken-ideographic-font-expected.txt: * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png: * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png: * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png: * platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png: * platform/chromium-mac/platform/chromium/fast/text/text-stroke-with-border-expected.png: * platform/chromium-mac/svg/custom/foreign-object-skew-expected.png: * platform/chromium-mac/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.png: * platform/chromium-mac/svg/hixie/perf/007-expected.png: * platform/chromium-mac/tables/mozilla/bugs/bug11026-expected.png: * platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-3-expected.png: * platform/chromium-mac/tables/mozilla/core/bloomberg-expected.png: * platform/chromium/TestExpectations: 2012-11-13 Kenichi Ishibashi [WebSocket] send() and close() should not throw an exception for an unpaired surrogate but use the replacement character https://bugs.webkit.org/show_bug.cgi?id=101569 Reviewed by Alexey Proskuryakov. - Updated tests which try to send unpaired surrogates. These tests should not throw SYNTAX_ERR. - Add a test that checks whether WebKit throws SYNTAX_ERR when a close reason is too long. * http/tests/websocket/tests/hybi/close-reason-too-long-expected.txt: Added. * http/tests/websocket/tests/hybi/close-reason-too-long.html: Ditto. * http/tests/websocket/tests/hybi/unpaired-surrogates-in-close-reason-expected.txt: Updated. * http/tests/websocket/tests/hybi/unpaired-surrogates-in-close-reason.html: Ditto. * http/tests/websocket/tests/hybi/unpaired-surrogates-in-message-expected.txt: Ditto. * http/tests/websocket/tests/hybi/unpaired-surrogates-in-message.html: Ditto. 2012-11-13 Christophe Dumez Make HTMLLegendElement.form behave according to specification https://bugs.webkit.org/show_bug.cgi?id=101044 Reviewed by Kent Tamura. A new fast/forms/legend/legend-form.html test to check that the legend element's form attribute behaves according to specification. * fast/forms/legend/legend-form-expected.txt: Added. * fast/forms/legend/legend-form.html: Added. 2012-11-13 Dimitri Glazkov Unreviewed, rolling out r134377. http://trac.webkit.org/changeset/134377 https://bugs.webkit.org/show_bug.cgi?id=101133 Caused a mysterious Android Clang build failure, needs investigation before landing again. * fast/forms/number/number-content-url-crash-expected.txt: Removed. * fast/forms/number/number-content-url-crash.html: Removed. * fast/forms/search/search-content-url-crash-expected.txt: Removed. * fast/forms/search/search-content-url-crash.html: Removed. 2012-11-13 James Robinson Rebaselines for filtering changes due to chromium r167479 * platform/chromium-linux/compositing/checkerboard-expected.png: Added. * platform/chromium-mac/compositing/checkerboard-expected.png: Added. * platform/chromium-mac/platform/chromium/compositing/filters/background-filter-blur-off-axis-expected.png: Added. * platform/chromium-win/compositing/checkerboard-expected.png: Added. * platform/chromium-win/platform/chromium/compositing/filters/background-filter-blur-off-axis-expected.png: 2012-11-13 Chris Fleizach AX: MathML types need to be semantically identified in AX tree https://bugs.webkit.org/show_bug.cgi?id=101263 Reviewed by Beth Dakin. * platform/mac/accessibility/mathml-elements-expected.txt: Added. * platform/mac/accessibility/mathml-elements.html: Added. 2012-11-13 Dimitri Glazkov [Chromium] Fix media/video-empty-source.html lint error. * platform/chromium/TestExpectations: Fixed. 2012-11-13 Silvia Pfeiffer Clean up the inheritance tree under the MediaControls Class. https://bugs.webkit.org/show_bug.cgi?id=88871 Reviewed by Eric Carlson. * platform/chromium-mac-mountainlion/TestExpectations: Added. * platform/chromium/TestExpectations: 2012-11-13 Dimitri Glazkov Unreviewed, rolling out r134446. http://trac.webkit.org/changeset/134446 https://bugs.webkit.org/show_bug.cgi?id=101968 Need to try a different strategy for landing a two-sided patch (3/3). * platform/chromium/TestExpectations: 2012-11-13 Dimitri Glazkov Unreviewed, rolling out r134458. http://trac.webkit.org/changeset/134458 Need to try a different strategy for landing a two-sided patch (2/3). * platform/chromium/TestExpectations: 2012-11-13 Dimitri Glazkov Unreviewed, rolling out r134461. http://trac.webkit.org/changeset/134461 Need to try a different strategy for landing a two-sided patch (1/3). * platform/chromium/TestExpectations: 2012-11-13 Dimitri Glazkov [Chromium] Marked fast/workers/worker-exception-during-navigation.html as a flaky crash. https://bugs.webkit.org/show_bug.cgi?id=102131 * platform/chromium/TestExpectations: Added a flaky crash expectation. 2012-11-13 Chris Fleizach WebKit exposes ARIA rowheader role as AXUnknown when not contained in table/grid https://bugs.webkit.org/show_bug.cgi?id=101616 Reviewed by Beth Dakin. * platform/mac/accessibility/rowheader-outside-table-role-expected.txt: Added. * platform/mac/accessibility/rowheader-outside-table-role.html: Added. 2012-11-13 Dirk Pranke Remove a few old no-longer-failing tests and update one baseline. Unreviewed, gardening. * platform/chromium-linux/fast/text/zero-font-size-2-expected.png: Added. * platform/chromium/TestExpectations: 2012-11-13 Raphael Kubo da Costa [EFL] Unreviewed gardening. Skip a few tests, update expectations when some colors varied slightly from the existing expectation and add a few new ones. * platform/efl-wk1/TestExpectations: * platform/efl/fast/forms/input-placeholder-visibility-3-expected.png: * platform/efl/fast/forms/menulist-no-overflow-expected.png: * platform/efl/fast/forms/menulist-separator-painting-expected.png: * platform/efl/fast/forms/select-background-none-expected.png: * platform/efl/fast/forms/select-listbox-multiple-no-focusring-expected.png: * platform/efl/fast/forms/select-selected-expected.png: * platform/efl/fast/forms/select-visual-hebrew-expected.png: * platform/efl/fast/forms/selectlist-minsize-expected.png: * platform/efl/fast/forms/stuff-on-my-optgroup-expected.png: * platform/efl/fast/html/keygen-expected.png: * platform/efl/fast/images/png-suite/test-expected.png: * platform/efl/fast/replaced/image-sizing-expected.png: * platform/efl/fast/replaced/three-selects-break-expected.png: * platform/efl/fast/replaced/width100percent-menulist-expected.png: * platform/efl/fast/ruby/overhang-horizontal-expected.png: Added. * platform/efl/fast/runin/runin-generated-before-content-expected.png: Added. * platform/efl/fast/text/updateNewFont-expected.png: * platform/efl/fast/writing-mode/box-shadow-horizontal-bt-expected.png: * platform/efl/fast/writing-mode/box-shadow-vertical-lr-expected.png: * platform/efl/fast/writing-mode/english-lr-text-expected.png: * platform/efl/fast/writing-mode/horizontal-bt-replaced-selection-expected.png: * platform/efl/fast/writing-mode/vertical-lr-replaced-selection-expected.png: * platform/efl/fast/writing-mode/vertical-rl-replaced-selection-expected.png: * platform/efl/svg/filters/feColorMatrix-offset-expected.png: Added. * platform/efl/svg/filters/feDropShadow-subregion-expected.png: Added. * platform/efl/svg/filters/feGaussianBlur-subregion-expected.png: Added. * platform/efl/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png: * platform/efl/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png: * platform/efl/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png: * platform/efl/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png: * platform/efl/svg/filters/feImage-preserveAspectratio-expected.png: * platform/efl/svg/filters/feImage-subregions-expected.png: * platform/efl/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png: * platform/efl/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png: * platform/efl/svg/filters/feLighting-crash-expected.png: * platform/efl/svg/filters/feOffset-expected.png: * platform/efl/svg/filters/feTile-expected.png: * platform/efl/svg/filters/filter-on-tspan-expected.png: * platform/efl/svg/filters/filter-placement-issue-expected.png: * platform/efl/svg/filters/filter-rounding-issues-expected.png: * platform/efl/svg/filters/filter-source-position-expected.png: Added. * platform/efl/svg/filters/filteredImage-expected.png: Added. * platform/efl/svg/filters/parent-children-with-same-filter-expected.png: * platform/efl/svg/filters/shadow-on-filter-expected.png: * platform/efl/svg/filters/subRegion-one-effect-expected.png: * platform/efl/svg/filters/subRegion-two-effects-expected.png: * platform/efl/svg/foreignObject/filter-expected.png: Added. * platform/efl/svg/text/selection-doubleclick-expected.png: 2012-11-13 Chris Fleizach AX: file upload input text value is not exposed through accessibility https://bugs.webkit.org/show_bug.cgi?id=100583 Reviewed by Beth Dakin. * platform/mac/accessibility/file-upload-button-subrole-expected.txt: Added. * platform/mac/accessibility/file-upload-button-subrole.html: Added. 2012-11-13 Sheriff Bot Unreviewed, rolling out r133944. http://trac.webkit.org/changeset/133944 https://bugs.webkit.org/show_bug.cgi?id=102118 Only JS bindings support NATIVE_TYPE_ERR (Requested by arv on #webkit). * fast/dom/Element/attr-param-typechecking-expected.txt: * fast/dom/Element/script-tests/attr-param-typechecking.js: 2012-11-13 Dana Jansens Unreviewed test expectations for animation tests. * platform/chromium/TestExpectations: 2012-11-13 Dimitri Glazkov [Chromium] Pacify linter and tweak expectations to avoid conflicts. * platform/chromium/TestExpectations: Tweaked. 2012-11-13 Sami Kyostila Allow painting outside overflow clip in accelerated scrolling layers https://bugs.webkit.org/show_bug.cgi?id=100524 Reviewed by Simon Fraser. Added a test to check painting outside the overflow clip. Note that this will not pass unless ENABLE_ACCELERATED_OVERFLOW_SCROLLING is enabled. * compositing/overflow/updating-scrolling-content-expected.txt: Added. * compositing/overflow/updating-scrolling-content.html: Added. * platform/chromium/TestExpectations: Mark test as expected to fail by default. * platform/mac/TestExpectations: Skip the test. 2012-11-13 Dimitri Glazkov [Chromium] Remove the test that is now passing. * platform/chromium/TestExpectations: Removed expectation of failure. 2012-11-13 Dimitri Glazkov Unreviewed, rolling out r134434. http://trac.webkit.org/changeset/134434 https://bugs.webkit.org/show_bug.cgi?id=102072 The test that was added asserts in loader. * fast/dom/Window/open-window-min-size-expected.txt: Removed. * fast/dom/Window/open-window-min-size.html: Removed. * fast/dom/Window/resources/print-close.html: Removed. 2012-11-13 Slavomir Kaslev [Chromium] Rebaselined platform/chromium/virtual/softwarecompositing/layer-creation/spanOverlapsCanvas.html https://bugs.webkit.org/show_bug.cgi?id=101997 Reviewed by James Robinson. Since we disabled hardware accelerated canvas when in software compositing mode, this layout test doesn't create any layers which is the correct behaviour. * platform/chromium/TestExpectations: * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/spanOverlapsCanvas-expected.txt: Added. 2012-11-13 Raphael Kubo da Costa Revert the changes from r134388 and r134426 as r134345 was rolled out. * platform/efl/fast/dynamic/insertAdjacentElement-expected.txt: * platform/gtk/fast/dynamic/insertAdjacentElement-expected.txt: * platform/mac/fast/dynamic/insertAdjacentElement-expected.txt: * platform/qt/fast/dynamic/insertAdjacentElement-expected.txt: 2012-11-13 Dimitri Glazkov Unreviewed, rolling out r134367. http://trac.webkit.org/changeset/134367 https://bugs.webkit.org/show_bug.cgi?id=100738 Speculative rollout, could have cause Dromaeo setAttribute perf regression. * fast/dom/shadow/distribution-attribute-modified-expected.html: Removed. * fast/dom/shadow/distribution-attribute-modified.html: Removed. * fast/dom/shadow/distribution-className-modified-expected.html: Removed. * fast/dom/shadow/distribution-className-modified.html: Removed. * fast/dom/shadow/distribution-id-modified-expected.html: Removed. * fast/dom/shadow/distribution-id-modified.html: Removed. * fast/dom/shadow/reprojection-attribute-modified-expected.html: Removed. * fast/dom/shadow/reprojection-attribute-modified.html: Removed. * fast/dom/shadow/reprojection-className-modified-expected.html: Removed. * fast/dom/shadow/reprojection-className-modified.html: Removed. * fast/dom/shadow/reprojection-id-modified-expected.html: Removed. * fast/dom/shadow/reprojection-id-modified.html: Removed. 2012-11-13 Raphael Kubo da Costa [EFL] More unreviewed gardening. Update some pixel expectations and skip one test. * platform/efl/TestExpectations: * platform/efl/fast/media/view-mode-media-feature-expected.png: Added property svn:mime-type. * platform/efl/fast/overflow/overflow_hidden-expected.png: Modified property svn:mime-type. * platform/efl/svg/text/text-rescale-expected.png: Added. 2012-11-13 Sheriff Bot Unreviewed, rolling out r134345. http://trac.webkit.org/changeset/134345 https://bugs.webkit.org/show_bug.cgi?id=102106 Incomplete support for NATIVE_TYPE_ERR in objc and other bindings (Requested by jsbell on #webkit). * canvas/philip/tests/2d.drawImage.null.html: * canvas/philip/tests/2d.imageData.put.null.html: * canvas/philip/tests/2d.pattern.image.null.html: * editing/selection/extend-expected.txt: * fast/dom/Geolocation/argument-types-expected.txt: * fast/dom/Geolocation/not-enough-arguments-expected.txt: * fast/dom/Geolocation/script-tests/argument-types.js: (test): * fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt: * fast/dom/HTMLSelectElement/select-selectedIndex-multiple-expected.txt: * fast/js/select-options-add-expected.txt: * fast/mediastream/RTCIceCandidate-expected.txt: * fast/mediastream/RTCPeerConnection-expected.txt: * fast/mediastream/RTCSessionDescription-expected.txt: * media/encrypted-media/encrypted-media-syntax-expected.txt: * media/encrypted-media/encrypted-media-syntax.html: * media/video-test.js: * platform/chromium/fast/dynamic/insertAdjacentElement-expected.txt: * security/crypto-random-values-types-expected.txt: * svg/dom/SVGTransformList-expected.txt: 2012-11-13 Joshua Bell IndexedDB: storage/indexeddb/mozilla/add-twice-failure.html is flaky following r134252 https://bugs.webkit.org/show_bug.cgi?id=101996 Reviewed by Dimitri Glazkov. Error being tested may cause transaction to abort, which could happen before or after test output is captured. Prevent default behavior of the error so this doesn't happen. * storage/indexeddb/mozilla/resources/add-twice-failure.js: (addSecondExpectedError): 2012-11-13 Erik Arvidsson Update DOMException name: HierarchyRequestError https://bugs.webkit.org/show_bug.cgi?id=102092 Reviewed by Ojan Vafai. Updated tests and expectations. * fast/dom/DOMException/prototype-object-expected.txt: * fast/dom/DOMException/prototype-object.html: * fast/dom/DOMException/stack-trace-expected.txt: * fast/dom/DOMException/stack-trace.html: * fast/dom/Document/replace-child-expected.txt: * fast/dom/Range/31684-expected.txt: * fast/dom/Range/range-exceptions-expected.txt: * fast/dom/Range/script-tests/31684.js: * fast/dom/Range/script-tests/range-exceptions.js: * fast/dom/Range/surroundContents-1.html: * fast/dom/css-mediarule-functions-expected.txt: * fast/dom/css-mediarule-functions.html: * fast/dom/document-set-body-expected.txt: * fast/dom/document-set-body.html: * fast/dom/move-nodes-across-documents.html: * fast/dom/processing-instruction-appendChild-exceptions-expected.txt: * fast/dom/processing-instruction-appendChild-exceptions.xhtml: * fast/dom/setter-type-enforcement-expected.txt: * fast/dom/shadow/adopt-node-with-shadow-root-expected.txt: * fast/dom/shadow/shadow-disable-expected.txt: * fast/dom/shadow/shadow-root-js-api-expected.txt: * fast/events/mutation-during-replace-child-2-expected.txt: * fast/events/mutation-during-replace-child-2.html: * fast/events/mutation-during-replace-child-expected.txt: * fast/events/mutation-during-replace-child.html: * fast/frames/adopt-iframe-into-itself-expected.txt: * fast/frames/adopt-object-into-itself-expected.txt: * fast/html/adopt-parent-frame.html: * fast/inspector-support/uncaught-dom3-exception-expected.txt: * platform/chromium/dom/xhtml/level3/core/documentnormalizedocument10-expected.txt: * platform/chromium/fast/dom/DOMException/prototype-object-expected.txt: * platform/chromium/fast/dom/DOMException/stack-trace-expected.txt: * platform/chromium/fast/inspector-support/uncaught-dom3-exception-expected.txt: 2012-11-13 Kenneth Rohde Christiansen Clean up use of adjustWindowRect https://bugs.webkit.org/show_bug.cgi?id=102072 Reviewed by Alexis Menard. Test that minimum sizes are honored. * fast/dom/Window/open-window-min-size.html: Added. * fast/dom/Window/open-window-min-size-expected.txt: Added. * fast/dom/Window/resources/print-close.html: Added. 2012-11-13 Bem Jones-Bey [CSS Exclusions] Update wrap-margin/padding to shape-margin/padding https://bugs.webkit.org/show_bug.cgi?id=97736 Reviewed by Andreas Kling. Rename properties to match updated spec. * fast/exclusions/css-exclusions-disabled-expected.txt: * fast/exclusions/css-exclusions-disabled.html: * fast/exclusions/script-tests/shape-margin-parsing.js: Added. (test): (testComputedStyle): (testNotInherited): * fast/exclusions/script-tests/shape-padding-parsing.js: Added. (test): (testComputedStyle): (testNotInherited): * fast/exclusions/script-tests/wrap-margin-parsing.js: Removed. * fast/exclusions/script-tests/wrap-padding-parsing.js: Removed. * fast/exclusions/script-tests/wrap-parsing.js: (testComputedStyle): * fast/exclusions/shape-margin-parsing-expected.txt: Added. * fast/exclusions/shape-margin-parsing.html: Renamed from LayoutTests/fast/exclusions/wrap-padding-parsing.html. * fast/exclusions/shape-padding-parsing-expected.txt: Added. * fast/exclusions/shape-padding-parsing.html: Renamed from LayoutTests/fast/exclusions/wrap-margin-parsing.html. * fast/exclusions/wrap-margin-parsing-expected.txt: Removed. * fast/exclusions/wrap-padding-parsing-expected.txt: Removed. 2012-11-13 Dimitri Glazkov Unreviewed, rolling out r134418. http://trac.webkit.org/changeset/134418 https://bugs.webkit.org/show_bug.cgi?id=101903 The newly added test is crashing on cr-win. * fast/dom/shadow/pseudoclass-update-indeterminate-input-expected.html: Removed. * fast/dom/shadow/pseudoclass-update-indeterminate-input.html: Removed. * fast/dom/shadow/pseudoclass-update-indeterminate-progress-expected.html: Removed. * fast/dom/shadow/pseudoclass-update-indeterminate-progress.html: Removed. 2012-11-13 Raphael Kubo da Costa [EFL] Properly skip all HiDPI tests which are currently failing. Skip an additional test and add a bug to each entry. * platform/efl/TestExpectations: * platform/efl/svg/as-image/animated-svg-repaints-completely-in-hidpi-expected.png: Removed. * platform/efl/svg/as-image/animated-svg-repaints-completely-in-hidpi-expected.txt: Removed. 2012-11-13 Raphael Kubo da Costa [EFL] Update pixel expectation for fast/repaint/table-hover-on-link.html * platform/efl/fast/repaint/table-hover-on-link-expected.png: 2012-11-13 Raphael Kubo da Costa [EFL] More video-colorspace-yuv* gardening. These tests are also failing on WK2, so skip them in both ports. * platform/efl-wk1/TestExpectations: * platform/efl-wk1/media/video-colorspace-yuv420-expected.png: Removed. * platform/efl-wk1/media/video-colorspace-yuv422-expected.png: Removed. * platform/efl/TestExpectations: * platform/efl/media/video-colorspace-yuv420-expected.txt: Removed. * platform/efl/media/video-colorspace-yuv422-expected.txt: Removed. 2012-11-13 Raphael Kubo da Costa Unreviewed, update expectations after r134345. * platform/efl/fast/dynamic/insertAdjacentElement-expected.txt: * platform/gtk/fast/dynamic/insertAdjacentElement-expected.txt: * platform/mac/fast/dynamic/insertAdjacentElement-expected.txt: 2012-11-13 Sheriff Bot Unreviewed, rolling out r134205. http://trac.webkit.org/changeset/134205 https://bugs.webkit.org/show_bug.cgi?id=102093 Broke webkit-flow-inlines-dynamic.html on several ports (Requested by mihnea on #webkit). * fast/regions/region-style-text-shadow-expected.html: Removed. * fast/regions/region-style-text-shadow.html: Removed. 2012-11-13 Raphael Kubo da Costa [EFL] WK1 gardening. Mark media/video-colorspace-yuv420.html and media/video-colorspace-yuv422.html as producing bad image results. * platform/efl-wk1/TestExpectations: 2012-11-13 Shinya Kawanaka [Refactoring] Remove shadowPseudoId() and use setPseudo() in ElementShadow. https://bugs.webkit.org/show_bug.cgi?id=101906 Reviewed by Dimitri Glazkov. * fast/dom/HTMLMeterElement/meter-element-markup-expected.txt: 2012-11-13 Stephen Chenney Expectations update for fast/regions/webkit-flow-inlines-dynamic.html https://bugs.webkit.org/show_bug.cgi?id=102086 Unreviewed expectations update. * platform/chromium/TestExpectations: 2012-11-13 Shinya Kawanaka Changing pseudoClass (:indeterminate) should cause distribution https://bugs.webkit.org/show_bug.cgi?id=101903 Reviewed by Dimitri Glazkov. * fast/dom/shadow/pseudoclass-update-indeterminate-input-expected.html: Added. * fast/dom/shadow/pseudoclass-update-indeterminate-input.html: Added. * fast/dom/shadow/pseudoclass-update-indeterminate-progress-expected.html: Added. * fast/dom/shadow/pseudoclass-update-indeterminate-progress.html: Added. 2012-11-13 Stephen Chenney Reverting expectations update because it breaks lint https://bugs.webkit.org/show_bug.cgi?id=101982 Unreviewed expectations fix. With the new-ish wekbit_skia.gyp file we do not need to change expections like this. * platform/chromium/TestExpectations: 2012-11-13 Jussi Kukkonen [EFL] Rebaseline after bug 98666 (input[type=range] thumb rendering) https://bugs.webkit.org/show_bug.cgi?id=102059 Unreviewed rebaseline. There were a few actual bugs (see bug 102068 and bug 102067).These changes seem correct and the image changes are tiny. The non-platform results were still wrong because they are not used by most platforms, even if the results actually match the platform results. * fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: * fast/forms/range/slider-thumb-stylability-expected.txt: * fast/forms/range/range-thumb-height-percentage-expected.txt: * fast/repaint/slider-thumb-float-expected.txt: * platform/efl/TestExpectations: * platform/efl/fast/dom/HTMLInputElement/input-slider-update-expected.png: * platform/efl/fast/dom/HTMLInputElement/input-slider-update-expected.txt: * platform/efl/fast/forms/box-shadow-override-expected.txt: * platform/efl/fast/forms/input-appearance-height-expected.txt: * platform/efl/fast/forms/range/input-appearance-range-expected.png: * platform/efl/fast/forms/range/input-appearance-range-expected.txt: * platform/efl/fast/forms/range/slider-padding-expected.txt: * platform/efl/fast/forms/range/slider-thumb-shared-style-expected.txt: * platform/efl/fast/layers/video-layer-expected.txt: * platform/efl/fast/multicol/client-rects-expected.txt: * platform/efl/fast/repaint/slider-thumb-drag-release-expected.png: * platform/efl/fast/repaint/slider-thumb-drag-release-expected.txt: * platform/efl/media/audio-controls-rendering-expected.txt: * platform/efl/media/audio-repaint-expected.txt: * platform/efl/media/controls-after-reload-expected.txt: * platform/efl/media/controls-strict-expected.txt: * platform/efl/media/controls-styling-expected.txt: * platform/efl/media/controls-styling-strict-expected.txt: * platform/efl/media/controls-without-preload-expected.txt: * platform/efl/media/media-controls-clone-expected.txt: * platform/efl/media/media-document-audio-repaint-expected.txt: * platform/efl/media/track/track-cue-rendering-horizontal-expected.txt: * platform/efl/media/track/track-cue-rendering-vertical-expected.txt: * platform/efl/media/video-display-toggle-expected.txt: * platform/efl/media/video-empty-source-expected.txt: * platform/efl/media/video-no-audio-expected.txt: * platform/efl/media/video-zoom-controls-expected.txt: 2012-11-13 Csaba Osztrogonác [Qt] Enable Mutation observer https://bugs.webkit.org/show_bug.cgi?id=102066 Reviewed by Pavel Feldman. * platform/qt/TestExpectations: Unskip now passing tests. 2012-11-12 Mike Reed update expectations in advance of skia change for blurred rects https://bugs.webkit.org/show_bug.cgi?id=101982 Reviewed by NOBODY. Unreviewed. Expectations change only * platform/chromium/TestExpectations: 2012-11-13 Csaba Osztrogonác [Qt] Unreviewed gardening, skip failing tests. * platform/qt/TestExpectations: 2012-11-13 Mihnea Ovidenie [CSSRegions] Incorrect computed height for content with region-break-before https://bugs.webkit.org/show_bug.cgi?id=101862 Reviewed by Julien Chaffraix. Add a test showing that when content having -webkit-region-break-before:always is flowed into a region chain with the first region being an auto-height region, the auto-height region has a computed height of 0 and the content is flowed into the second region in the chain. * fast/regions/autoheight-breakbefore-wrongheight-expected.txt: Added. * fast/regions/autoheight-breakbefore-wrongheight.html: Added. 2012-11-12 Kent Tamura Unable to set valid time value to input[type=time] with user interaction in some cases https://bugs.webkit.org/show_bug.cgi?id=102048 Reviewed by Kentaro Hara. * fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield-expected.txt: Added. * fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield.html: Added. 2012-11-13 Yury Semikhatsky Memory instrumentation: MemoryBlock name should not include full path to the block https://bugs.webkit.org/show_bug.cgi?id=102055 Reviewed by Pavel Feldman. Use Image instead of Page.Image as block identifier. * inspector/profiler/memory-instrumentation-cached-images-expected.txt: * inspector/profiler/memory-instrumentation-cached-images.html: * inspector/profiler/memory-instrumentation-canvas-expected.txt: * inspector/profiler/memory-instrumentation-canvas.html: 2012-11-13 Szilard Ledan [Qt] Unreviewed Qt gardening. Update TestExpectations after r134345. * platform/qt/fast/dynamic/insertAdjacentElement-expected.txt: 2012-11-13 Balazs Kelemen Unreviewed Qt gardening. Skip and rebase some tests, remove png's for reftests. * platform/qt-5.0-wk2/TestExpectations: * platform/qt-5.0-wk2/css2.1/20110323/margin-collapse-clear-016-expected.png: Added. * platform/qt-5.0-wk2/css3/filters/custom/custom-filter-composite-source-atop-expected.png: Added. * platform/qt-5.0-wk2/css3/filters/custom/missing-custom-filter-shader-expected.png: Added. * platform/qt-5.0-wk2/svg/animations/animateMotion-additive-2c-expected.png: Removed. * platform/qt-5.0-wk2/svg/repaint/inner-svg-change-viewBox-expected.png: Added. * platform/qt/svg/animations/animateMotion-additive-2d-expected.png: Removed. 2012-11-13 Balazs Kelemen Unreviewed Qt gardening. Amend my last commit, Ossy suggested we should not forget about past failures because of needed rebaseline. * platform/qt/TestExpectations: 2012-11-13 Balazs Kelemen Unreviewed Qt gardening. Cleanup TestExpectations to pass --lint-test-files. Removed some duplicated entries. * platform/qt-5.0-wk2/TestExpectations: * platform/qt/TestExpectations: 2012-11-13 Pavel Feldman Web Inspector: move indentation logic into TextEditorModel https://bugs.webkit.org/show_bug.cgi?id=101842 Reviewed by Vsevolod Vlasov. * inspector/editor/indentation.html: 2012-11-13 Takashi Sakamoto Crash when replacing parts of text inputs with content: url(...) https://bugs.webkit.org/show_bug.cgi?id=101133 Reviewed by Kent Tamura. * fast/forms/number/number-content-url-crash-expected.txt: Added. * fast/forms/number/number-content-url-crash.html: Added. * fast/forms/search/search-content-url-crash-expected.txt: Added. * fast/forms/search/search-content-url-crash.html: Added. 2012-11-12 Shinya Kawanaka Changing id, className, or attribute should invalidate distribution https://bugs.webkit.org/show_bug.cgi?id=100738 Reviewed by Dimitri Glazkov. We have test cases that id/class/attribute is changed, and thier reprojection cases. * fast/dom/shadow/distribution-attribute-modified-expected.html: Added. * fast/dom/shadow/distribution-attribute-modified.html: Added. * fast/dom/shadow/distribution-className-modified-expected.html: Added. * fast/dom/shadow/distribution-className-modified.html: Added. * fast/dom/shadow/distribution-id-modified-expected.html: Added. * fast/dom/shadow/distribution-id-modified.html: Added. * fast/dom/shadow/reprojection-attribute-modified-expected.html: Added. * fast/dom/shadow/reprojection-attribute-modified.html: Added. * fast/dom/shadow/reprojection-className-modified-expected.html: Added. * fast/dom/shadow/reprojection-className-modified.html: Added. * fast/dom/shadow/reprojection-id-modified-expected.html: Added. * fast/dom/shadow/reprojection-id-modified.html: Added. 2012-11-10 Dirk Schulze BasicShapes 'circle', 'rectangle', 'ellipse' should be animatable with themselves https://bugs.webkit.org/show_bug.cgi?id=101854 Reviewed by Andreas Kling. Added an animtation test for -webkit-clip-path and tested the basic shapes. * animations/resources/animation-test-helpers.js: (parseBasicShape): (basicShapeParametersMatch): (getPropertyValue): (comparePropertyValue): * css3/masking/clip-path-animation-expected.txt: Added. * css3/masking/clip-path-animation.html: Added. 2012-11-12 Erik Arvidsson Replace DOMException TYPE_MISMATCH_ERR with TypeError https://bugs.webkit.org/show_bug.cgi?id=101604 Reviewed by Adam Barth. Update the tests to test for TypeError instead of DOMException with the TYPE_MISMATCH_ERR code. * canvas/philip/tests/2d.drawImage.null.html: * canvas/philip/tests/2d.imageData.put.null.html: * canvas/philip/tests/2d.pattern.image.null.html: * editing/selection/extend-expected.txt: * fast/dom/Geolocation/argument-types-expected.txt: * fast/dom/Geolocation/not-enough-arguments-expected.txt: * fast/dom/Geolocation/script-tests/argument-types.js: * fast/dom/HTMLSelectElement/select-selectedIndex-expected.txt: * fast/dom/HTMLSelectElement/select-selectedIndex-multiple-expected.txt: * fast/js/select-options-add-expected.txt: * fast/mediastream/RTCIceCandidate-expected.txt: * fast/mediastream/RTCPeerConnection-expected.txt: * fast/mediastream/RTCSessionDescription-expected.txt: * fast/mediastream/SessionDescription-expected.txt: * fast/mediastream/peerconnection-addstream-expected.txt: * fast/mediastream/peerconnection-iceoptions-expected.txt: * fast/mediastream/peerconnection-iceoptions.html: * fast/mediastream/peerconnection-removestream-expected.txt: * media/encrypted-media/encrypted-media-syntax.html: * media/video-test.js: * platform/chromium/fast/dynamic/insertAdjacentElement-expected.txt: * security/crypto-random-values-types-expected.txt: * svg/dom/SVGTransformList-expected.txt: 2012-11-12 Joshua Bell IndexedDB: storage/indexeddb/cursor-prev-no-duplicate.html is flaky https://bugs.webkit.org/show_bug.cgi?id=101990 Reviewed by Tony Chang. Race condition in test leads to flaky behavior. Refactor test to remove flake and clean up output. * storage/indexeddb/cursor-prev-no-duplicate-expected.txt: * storage/indexeddb/resources/cursor-prev-no-duplicate.js: (testFarRangeCursor_closed): (.trans.oncomplete): (.storeReq.onsuccess): (runTest): 2012-11-12 Hayato Ito Unreviewed, gardening. Rebase after r134287. * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/repaint/invalidations-on-composited-layers-expected.txt: 2012-11-12 David Grogan IndexedDB: Convert some non-simple tests from setVersion to upgradeneeded https://bugs.webkit.org/show_bug.cgi?id=101959 Reviewed by Tony Chang. Ongoing work to remove calls to setVersion from our tests before removing it from the IndexedDB API. * storage/indexeddb/create-and-remove-object-store-expected.txt: * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-expected.txt: * storage/indexeddb/duplicates-expected.txt: * storage/indexeddb/resources/create-and-remove-object-store.js: Create and delete were running between open and setVersion, which no longer makes sense. * storage/indexeddb/resources/database-deletepending-flag.js: Use optional object parameter instead of optional version parameter. * storage/indexeddb/resources/deletedatabase-delayed-by-open-and-versionchange.js: This used to call delete just after issuing setVersion but before receiving the corresponding success event. Now it calls delete while in the upgradeneeded transaction, still causing the delete to be delayed by an in flight versionchange transaction. * storage/indexeddb/resources/duplicates.js: Call indexedDBTest twice to rerun the tests with a different database. * storage/indexeddb/resources/shared.js: Added a suffix option to support duplicates.js, switched to an optional object parameter. 2012-11-12 Raphael Kubo da Costa [EFL] WebKit1 gardening. Mark fast/repaint/block-selection-gap-stale-cache.html and fast/repaint/block-selection-gap-stale-cache-2.html as image failures. * platform/efl-wk1/TestExpectations: 2012-11-12 Dimitri Glazkov [Chromium] Added more Hi-DPI wont-fixes. * platform/chromium/TestExpectations: Added wont-fixes. 2012-11-11 Filip Pizlo DFG ArithMul overflow check elimination is too aggressive https://bugs.webkit.org/show_bug.cgi?id=101871 Reviewed by Oliver Hunt. * fast/js/dfg-mul-big-integer-with-small-integer-and-bitor-expected.txt: Added. * fast/js/dfg-mul-big-integer-with-small-integer-and-bitor.html: Added. * fast/js/dfg-mul-big-integer-with-small-integer-and-detect-overflow-expected.txt: Added. * fast/js/dfg-mul-big-integer-with-small-integer-and-detect-overflow.html: Added. * fast/js/dfg-mul-big-integer-with-small-integer-expected.txt: Added. * fast/js/dfg-mul-big-integer-with-small-integer.html: Added. * fast/js/dfg-mul-big-integers-expected.txt: Added. * fast/js/dfg-mul-big-integers.html: Added. * fast/js/jsc-test-list: * fast/js/script-tests/dfg-mul-big-integer-with-small-integer-and-bitor.js: Added. (foo): * fast/js/script-tests/dfg-mul-big-integer-with-small-integer-and-detect-overflow.js: Added. (foo): * fast/js/script-tests/dfg-mul-big-integer-with-small-integer.js: Added. (foo): * fast/js/script-tests/dfg-mul-big-integers.js: Added. (foo): 2012-11-12 Dimitri Glazkov [Chromium] Updated expectations for calendar-picker. * platform/chromium/TestExpectations: Updated expectations. 2012-11-12 Dimitri Glazkov Marked transforms/3d/point-mapping tests as flakey. https://bugs.webkit.org/show_bug.cgi?id=101988 * platform/chromium/TestExpectations: Added Expectations. 2012-11-12 Dimitri Glazkov [Chromium] Added expectations for platform/chromium/compositing/force-compositing-mode/overflow-iframe-layer.html https://bugs.webkit.org/show_bug.cgi?id=101986 * platform/chromium/TestExpectations: Added expectations. 2012-11-12 Dimitri Glazkov [Chromium] WonFixed hi-DPI related tests. https://bugs.webkit.org/show_bug.cgi?id=90022 * platform/chromium/TestExpectations: Added expectations. 2012-11-12 Ian Vollick Unreviewed, update chromium-mac baselines. * platform/chromium-mac-lion/compositing/repaint/invalidations-on-composited-layers-expected.txt: Removed. * platform/chromium-mac-snowleopard/compositing/repaint/invalidations-on-composited-layers-expected.txt: Removed. * platform/chromium-mac/compositing/repaint/invalidations-on-composited-layers-expected.txt: 2012-11-12 Dirk Pranke Unreviewed, update chromium-mac-lion baselines after r134279. * platform/chromium-mac-lion/fast/repaint/delete-into-nested-block-expected.png: Added. * platform/chromium-mac-lion/fast/repaint/inline-outline-repaint-expected.png: Added. * platform/chromium-mac-lion/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.png: Added. * platform/chromium-mac-lion/fast/repaint/selection-after-delete-expected.png: Added. * platform/chromium-mac-lion/svg/custom/foreignObject-crash-on-hover-expected.png: Added. * platform/chromium-mac-lion/svg/custom/hit-test-unclosed-subpaths-expected.png: Added. * platform/chromium-mac-lion/svg/custom/hit-test-with-br-expected.png: Added. 2012-11-12 Dimitri Glazkov [Chromium] Update expectations for calendar-picker tests.. https://bugs.webkit.org/show_bug.cgi?id=101561 * platform/chromium/TestExpectations: Updated expectations. 2012-11-12 Dirk Pranke Unreviewd, update chromium-mac-mountainlion expectations for a few tests. * platform/chromium/TestExpectations: 2012-11-12 Ian Vollick Layout Test compositing/repaint/invalidations-on-composited-layers.html is failing/flaky https://bugs.webkit.org/show_bug.cgi?id=101219 Reviewed by James Robinson. Force a style recalc before starting repaint tracking. * compositing/repaint/invalidations-on-composited-layers-expected.txt: * compositing/repaint/invalidations-on-composited-layers.html: * platform/chromium/TestExpectations: * platform/mac/compositing/repaint/invalidations-on-composited-layers-expected.txt: 2012-11-12 Dirk Pranke Unreviewed, update chromium-mac-mountainlion baselines. * platform/chromium-mac/fast/repaint/delete-into-nested-block-expected.png: * platform/chromium-mac/fast/repaint/inline-outline-repaint-expected.png: * platform/chromium-mac/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.png: * platform/chromium-mac/fast/repaint/selection-after-delete-expected.png: * platform/chromium-mac/svg/custom/foreignObject-crash-on-hover-expected.png: * platform/chromium-mac/svg/custom/hit-test-unclosed-subpaths-expected.png: * platform/chromium-mac/svg/custom/hit-test-with-br-expected.png: 2012-11-12 Dirk Pranke remove the chromium-mac-mountainlion TestExpectations file https://bugs.webkit.org/show_bug.cgi?id=101789 Reviewed by Ojan Vafai. Nearly all of the tests have been updated for 10.8 and the remaining failures have been merged into the main TestExpectations file. We don't need this hook any more. * platform/chromium-mac-mountainlion/TestExpectations: Removed. 2012-11-12 Arpita Bahuguna Specified width CSS tables should not include border and padding as part of that width. https://bugs.webkit.org/show_bug.cgi?id=77028 Reviewed by Julien Chaffraix. * fast/table/css-table-width-with-border-padding-expected.html: Added. * fast/table/css-table-width-with-border-padding.html: Added. Test added for verifying that for specified width css tables, border and padding are not considered as part of the specified table width. The test also verifies the width values for the different box-sizing properties viz, content-box, border-box and padding-box. Out of these padding-box is currently not supported even though the test verifies against this property as well. The expected width values added for padding-box are thus incorrect and should be lesser by 100px (padding value). * fast/table/min-width-css-block-table-expected.txt: * fast/table/min-width-css-inline-table-expected.txt: * fast/table/script-tests/min-width-helpers.js: Existing test values changed for CSS tables that have percent width specified since for both these tests, border and padding has been specified for all the tables. As a result of this fix, the specified table width shall no longer include the border and padding values thereby increasing our table width size by exactly 30px (the value of border and padding in these tests). The new values for percent width css tables now match those for FF and Opera. 2012-11-12 David Grogan IndexedDB: convert tests from setVersion to upgradeneeded https://bugs.webkit.org/show_bug.cgi?id=101676 Reviewed by Tony Chang. A la bug 92037, add a function to shared.js that sets up the database for tests where opening and versioning isn't the focus. * storage/indexeddb/create-object-store-options-expected.txt: * storage/indexeddb/createObjectStore-name-argument-required-expected.txt: * storage/indexeddb/createObjectStore-null-name-expected.txt: ...many tests and expected files... * storage/indexeddb/resources/shared.js: The new utility function indexedDBTest lives here. * storage/indexeddb/values-odd-types-expected.txt: 2012-11-12 Tommy Widenflycht MediaStream API: Make sure that MediaConstraints only has optional and mandatory at the top level https://bugs.webkit.org/show_bug.cgi?id=101733 Reviewed by Jochen Eisinger. This patch adds more tests for MediaConstraints. * fast/mediastream/RTCPeerConnection-expected.txt: * fast/mediastream/RTCPeerConnection.html: 2012-11-12 Allan Sandfeld Jensen [Qt] Support ResourceRequest's setTimeoutInterval https://bugs.webkit.org/show_bug.cgi?id=101731 Reviewed by Simon Hausmann. Unskip now passing XHR timeout tests. * platform/qt/TestExpectations: 2012-11-12 Vsevolod Vlasov Layout Test inspector/debugger/dynamic-scripts.html is flaky https://bugs.webkit.org/show_bug.cgi?id=99338 Unreviewed inspector tests flakiness fix. * http/tests/inspector-enabled/dynamic-scripts.html: * inspector/debugger/dynamic-scripts.html: * platform/chromium/TestExpectations: 2012-11-12 János Badics [Qt] REGRESSION(r134205): gardening. Skipped 2 failing reftests. https://bugs.webkit.org/show_bug.cgi?id=101933 Reviewed by Csaba Osztrogonác. * platform/qt/TestExpectations: 2012-11-12 Tommy Widenflycht Remove the V8 custom code for WebSockets constructor https://bugs.webkit.org/show_bug.cgi?id=100801 Reviewed by Kentaro Hara. Added test for null argument to WebSocket(url). * http/tests/websocket/tests/hybi/url-parsing-expected.txt: * http/tests/websocket/tests/hybi/url-parsing.html: * platform/chromium-win/websocket/tests/url-parsing-expected.txt: * platform/chromium/http/tests/websocket/tests/hixie76/url-parsing-expected.txt: * platform/chromium/http/tests/websocket/tests/hybi/url-parsing-expected.txt: 2012-11-12 Balazs Kelemen [Qt] Pixel tests need rebaseline https://bugs.webkit.org/show_bug.cgi?id=99323 Unreviewed gardening. Fix my previous gardening commit: s/-actual.png/-expected.png * platform/qt/css3/filters/effect-reference-ordering-hw-expected.png: Renamed from LayoutTests/platform/qt/css3/filters/effect-reference-ordering-hw-actual.png. * platform/qt/fast/images/png-suite/test-expected.png: Renamed from LayoutTests/platform/qt/fast/images/png-suite/test-actual.png. * platform/qt/svg/as-image/image-respects-pageScaleFactor-change-expected.png: Renamed from LayoutTests/platform/qt/svg/as-image/image-respects-pageScaleFactor-change-actual.png. * platform/qt/svg/as-object/embedded-svg-size-changes-expected.png: Renamed from LayoutTests/platform/qt/svg/as-object/embedded-svg-size-changes-actual.png. * platform/qt/svg/as-object/nested-embedded-svg-size-changes-expected.png: Renamed from LayoutTests/platform/qt/svg/as-object/nested-embedded-svg-size-changes-actual.png. * platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-actual.png. * platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-actual.png. * platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-actual.png. * platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-actual.png. * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMaskElement-dom-height-attr-actual.png. * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-actual.png. * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-actual.png. * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMaskElement-dom-width-attr-actual.png. * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMaskElement-dom-x-attr-actual.png. * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMaskElement-dom-y-attr-actual.png. * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-actual.png. * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-actual.png. * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-actual.png. * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-actual.png. * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-actual.png. * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-actual.png. * platform/qt/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-actual.png. * platform/qt/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-actual.png. * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-dom-height-attr-actual.png. * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-actual.png. * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-actual.png. * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-actual.png. * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-dom-width-attr-actual.png. * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-dom-x-attr-actual.png. * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-dom-y-attr-actual.png. * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-actual.png. * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-actual.png. * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-actual.png. * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-actual.png. * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-actual.png. * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-actual.png. * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-actual.png. * platform/qt/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-actual.png. * platform/qt/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-actual.png. * platform/qt/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-actual.png. * platform/qt/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-actual.png. * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-actual.png. * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-actual.png. * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-actual.png. * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-actual.png. * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-actual.png. * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-actual.png. * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-actual.png. * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-actual.png. * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-actual.png. * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-actual.png. * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-actual.png. * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-actual.png. * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-actual.png. * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-actual.png. * platform/qt/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRectElement-dom-height-attr-actual.png. * platform/qt/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-actual.png. * platform/qt/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRectElement-dom-width-attr-actual.png. * platform/qt/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRectElement-dom-x-attr-actual.png. * platform/qt/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRectElement-dom-y-attr-actual.png. * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-actual.png. * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-actual.png. * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-actual.png. * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-actual.png. * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-actual.png. * platform/qt/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-actual.png. * platform/qt/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-actual.png. * platform/qt/svg/dynamic-updates/SVGTRefElement-dom-href-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTRefElement-dom-href-attr-actual.png. * platform/qt/svg/dynamic-updates/SVGTextElement-dom-dx-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-dom-dx-attr-actual.png. * platform/qt/svg/dynamic-updates/SVGTextElement-dom-dy-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-dom-dy-attr-actual.png. * platform/qt/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-actual.png. * platform/qt/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-actual.png. * platform/qt/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-actual.png. * platform/qt/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-actual.png. * platform/qt/svg/dynamic-updates/SVGTextElement-dom-transform-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-dom-transform-attr-actual.png. * platform/qt/svg/dynamic-updates/SVGTextElement-dom-x-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-dom-x-attr-actual.png. * platform/qt/svg/dynamic-updates/SVGTextElement-dom-y-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-dom-y-attr-actual.png. * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-actual.png. * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-actual.png. * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-actual.png. * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-actual.png. * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-actual.png. * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-actual.png. * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-actual.png. * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-actual.png. * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-actual.png. * platform/qt/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGUseElement-dom-href1-attr-actual.png. * platform/qt/svg/dynamic-updates/SVGUseElement-dom-href2-attr-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGUseElement-dom-href2-attr-actual.png. * platform/qt/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-actual.png. * platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-actual.png. * platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-actual.png. * platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-actual.png. * platform/qt/svg/filters/subRegion-one-effect-expected.png: Renamed from LayoutTests/platform/qt/svg/filters/subRegion-one-effect-actual.png. * platform/qt/svg/filters/subRegion-two-effects-expected.png: Renamed from LayoutTests/platform/qt/svg/filters/subRegion-two-effects-actual.png. 2012-11-12 Csaba Osztrogonác [Qt] Unreviewed gardening, skip a new crashing test. * platform/qt/TestExpectations: 2012-11-12 Eugene Klyuchnikov Web Inspector: Timeline: fix test expectations https://bugs.webkit.org/show_bug.cgi?id=101737 Reviewed by Yury Semikhatsky. The expected order of timeline records of specific types have been changed: https://bugs.webkit.org/show_bug.cgi?id=101544 This change fixes test expectations. Also removed expectation that test can fail. * inspector/timeline/timeline-receive-response-event-expected.txt: * platform/chromium/TestExpectations: Removed "fail" expectation. 2012-11-12 János Badics [Qt] Gardening after 134099 and 134100. Skipped two tests because layoutTestController needs implementation of setBackingScaleFactor(). Reviewed by Csaba Osztrogonác. * platform/qt/TestExpectations: 2012-11-12 Keishi Hattori Add tests for month picker https://bugs.webkit.org/show_bug.cgi?id=101556 Reviewed by Kent Tamura. Adding tests for month picker. * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Added. * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Added. * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/month-picker-key-operations-expected.txt: Added. * platform/chromium/TestExpectations: Marking appearance tests as needs rebaseline. * platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.txt: Added. * platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.txt: Added. * platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step.html: Added. * platform/chromium/fast/forms/calendar-picker/month-picker-appearance.html: Added. * platform/chromium/fast/forms/calendar-picker/month-picker-key-operations-expected.txt: Added. * platform/chromium/fast/forms/calendar-picker/month-picker-key-operations.html: Added. * platform/chromium/fast/forms/calendar-picker/month-picker-mouse-operations-expected.txt: Added. * platform/chromium/fast/forms/calendar-picker/month-picker-mouse-operations.html: Added. * platform/chromium/fast/forms/calendar-picker/month-picker-with-step-expected.txt: Added. * platform/chromium/fast/forms/calendar-picker/month-picker-with-step.html: Added. * platform/chromium/fast/forms/calendar-picker/resources/calendar-picker-common.js: (selectedMonth): Returns ISO string for selected month. 2012-11-12 Tommy Widenflycht MediaStream API: Schedule the RTCDataChannel events to be triggered at idle state https://bugs.webkit.org/show_bug.cgi?id=101751 Reviewed by Adam Barth. Adding shouldNotTrow to the send() calls. * fast/mediastream/RTCPeerConnection-datachannel-expected.txt: * fast/mediastream/RTCPeerConnection-datachannel.html: 2012-11-12 Mihnea Ovidenie [CSSRegions]Add support for text-shadow in region styling https://bugs.webkit.org/show_bug.cgi?id=94472 Reviewed by David Hyatt. Original patch by Andrei Onea. Added tests for region styling using the text-shadow property. * fast/regions/region-style-text-shadow-expected.html: Added. * fast/regions/region-style-text-shadow.html: Added. 2012-11-12 Pavel Feldman Web Inspector: wasShown is called twice when show() is called from within wasShown https://bugs.webkit.org/show_bug.cgi?id=101858 Reviewed by Vsevolod Vlasov. * inspector/view-events-expected.txt: * inspector/view-events.html: 2012-11-12 Mihnea Ovidenie [CSSRegions] region-style-inline-background-color.html failing on MountainLion/Chromium https://bugs.webkit.org/show_bug.cgi?id=101897 Unreviewed, disable the test on Mac/Chromium until we figure out the cause of failure. * platform/chromium/TestExpectations: * platform/mac/TestExpectations: 2012-11-12 Shinya Kawanaka Don't update style when attaching in HTMLMeterElement https://bugs.webkit.org/show_bug.cgi?id=101714 Reviewed by Hajime Morita. * fast/dom/HTMLMeterElement/meter-bar-set-value-expected.html: Added. * fast/dom/HTMLMeterElement/meter-bar-set-value.html: Added. 2012-11-11 Michael Pruett Fix assertion failure in JSObject::tryGetIndexQuickly() https://bugs.webkit.org/show_bug.cgi?id=101869 Reviewed by Filip Pizlo. Add test case for an assertion failure triggered when constructing a Blob with a sparse array. * fast/constructors/blob-sparse-array-assertion-failure.html: Added. 2012-11-09 Ryosuke Niwa Multiple Layout Tests (e.g. fast/repaint/japanese-rl-selection-clear.html) is failing after r133840. https://bugs.webkit.org/show_bug.cgi?id=101547 Reviewed by Simon Fraser. Remove Chromium test expectations as these tests now pass. * platform/chromium/TestExpectations: 2012-11-11 Dongwoo Joshua Im [CSS3] Parsing the property, text-align-last. https://bugs.webkit.org/show_bug.cgi?id=99439 Reviewed by Julien Chaffraix. This patch implements the parsing side of the "text-align-last" property specified in CSS3 working draft, with "-webkit-" prefix, under ENABLE_CSS3_TEXT flag. Specification link : http://www.w3.org/TR/css3-text/#text-align-last * fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-inherited.html: Added. * fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last.html: Added. * fast/css3-text/css3-text-align-last/getComputedStyle/script-tests/getComputedStyle-text-align-last-inherited.js: Added. (testComputedStyle): * fast/css3-text/css3-text-align-last/getComputedStyle/script-tests/getComputedStyle-text-align-last.js: Added. (testElementStyle): (testComputedStyle): * platform/chromium/TestExpectations: * fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-expected.txt: Added. * fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-inherited-expected.txt: Added. * platform/mac/TestExpectations: * platform/qt-4.8/TestExpectations: * platform/qt-mac/TestExpectations: * platform/qt/TestExpectations: 2012-11-11 Keishi Hattori Rebaseline month/week appearance tests https://bugs.webkit.org/show_bug.cgi?id=101561 Unreviewed. Rebaselining month/week appearance tests. * platform/chromium-linux/fast/forms/month/month-appearance-basic-expected.png: * platform/chromium-linux/fast/forms/month/month-appearance-l10n-expected.png: * platform/chromium-linux/fast/forms/month/month-appearance-pseudo-classes-expected.png: * platform/chromium-linux/fast/forms/month/month-appearance-pseudo-elements-expected.png: * platform/chromium-linux/fast/forms/month/month-appearance-style-expected.png: * platform/chromium-linux/fast/forms/week/week-appearance-basic-expected.png: * platform/chromium-linux/fast/forms/week/week-appearance-pseudo-classes-expected.png: * platform/chromium-linux/fast/forms/week/week-appearance-pseudo-elements-expected.png: * platform/chromium-linux/fast/forms/week/week-appearance-style-expected.png: * platform/chromium-mac-lion/fast/forms/month/month-appearance-basic-expected.png: * platform/chromium-mac-lion/fast/forms/month/month-appearance-l10n-expected.png: * platform/chromium-mac-lion/fast/forms/month/month-appearance-pseudo-classes-expected.png: * platform/chromium-mac-lion/fast/forms/month/month-appearance-pseudo-elements-expected.png: * platform/chromium-mac-lion/fast/forms/month/month-appearance-style-expected.png: * platform/chromium-mac-lion/fast/forms/week/week-appearance-basic-expected.png: * platform/chromium-mac-lion/fast/forms/week/week-appearance-pseudo-classes-expected.png: * platform/chromium-mac-lion/fast/forms/week/week-appearance-pseudo-elements-expected.png: * platform/chromium-mac-lion/fast/forms/week/week-appearance-style-expected.png: * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-basic-expected.png: * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-l10n-expected.png: * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-pseudo-classes-expected.png: * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-pseudo-elements-expected.png: * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-style-expected.png: * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-basic-expected.png: * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-pseudo-classes-expected.png: * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-pseudo-elements-expected.png: * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-style-expected.png: * platform/chromium-mac/fast/forms/month/month-appearance-basic-expected.png: * platform/chromium-mac/fast/forms/month/month-appearance-l10n-expected.png: * platform/chromium-mac/fast/forms/month/month-appearance-pseudo-classes-expected.png: * platform/chromium-mac/fast/forms/month/month-appearance-pseudo-elements-expected.png: * platform/chromium-mac/fast/forms/month/month-appearance-style-expected.png: * platform/chromium-mac/fast/forms/week/week-appearance-basic-expected.png: * platform/chromium-mac/fast/forms/week/week-appearance-pseudo-classes-expected.png: * platform/chromium-mac/fast/forms/week/week-appearance-pseudo-elements-expected.png: * platform/chromium-mac/fast/forms/week/week-appearance-style-expected.png: * platform/chromium-win-xp/fast/forms/month/month-appearance-l10n-expected.png: * platform/chromium-win/fast/forms/month/month-appearance-basic-expected.png: * platform/chromium-win/fast/forms/month/month-appearance-l10n-expected.png: * platform/chromium-win/fast/forms/month/month-appearance-pseudo-classes-expected.png: * platform/chromium-win/fast/forms/month/month-appearance-pseudo-elements-expected.png: * platform/chromium-win/fast/forms/month/month-appearance-style-expected.png: * platform/chromium-win/fast/forms/week/week-appearance-basic-expected.png: * platform/chromium-win/fast/forms/week/week-appearance-pseudo-classes-expected.png: * platform/chromium-win/fast/forms/week/week-appearance-pseudo-elements-expected.png: * platform/chromium-win/fast/forms/week/week-appearance-style-expected.png: * platform/chromium/TestExpectations: 2012-11-11 Shinya Kawanaka [Shadow] ElementShadow should have RuleFeatureSet for select attribute selectors. https://bugs.webkit.org/show_bug.cgi?id=101180 Reviewed by Dimitri Glazkov. * fast/dom/shadow/shadow-select-attribute-featureset-expected.txt: Added. * fast/dom/shadow/shadow-select-attribute-featureset.html: Added. 2012-11-11 Sheriff Bot Unreviewed, rolling out r134144. http://trac.webkit.org/changeset/134144 https://bugs.webkit.org/show_bug.cgi?id=101876 seems to break win 7 chromium browser test (Requested by hayato on #webkit). * fast/events/mouse-cursor-expected.txt: Removed. * fast/events/mouse-cursor.html: Removed. 2012-11-11 Kent Tamura Internals: MockPagePopup should not update DOM structure during detach() https://bugs.webkit.org/show_bug.cgi?id=101710 Reviewed by Hajime Morita. Update tests because page popup closing becomes asynchronous. * fast/forms/resources/picker-common.js: (waitUntilClosing): Added. Helper to wait until a page popup closing. * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html: * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations.html: * platform/chromium/fast/forms/calendar-picker/calendar-picker-pre-100-year.html: * platform/chromium/fast/forms/calendar-picker/calendar-picker-type-change-onchange.html: * platform/chromium/fast/forms/calendar-picker/calendar-picker-with-step.html: * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations.html: * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-mouse-operations.html: * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-reset-value-after-reload.html: * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-step-attribute.html: * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-key-operations.html: * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-mouse-operations.html: * platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-step-attribute.html: 2012-11-11 Raphael Kubo da Costa [WK2] Mark fast/repaint/body-background-image.html as flaky. * platform/wk2/TestExpectations: 2012-11-11 Raphael Kubo da Costa [EFL] Unreviewed gardening. Replace the pixel expectation for fast/repaint/body-background-image.html with the one generated by the WK1 port, since WK2 fails to render it properly at times (see bug 101773). * platform/efl/fast/repaint/body-background-image-expected.png: 2012-11-10 Mike West Web Inspector: Multiple '%c' formatting options should all have effect. https://bugs.webkit.org/show_bug.cgi?id=101495 Reviewed by Pavel Feldman. * http/tests/inspector/console-test.js: (initialize_ConsoleTest.InspectorTest.dumpConsoleMessagesWithStyles): We're no longer putting the style directly on the message's parent, but instead on each section of the message in order to support multiple styles. * inspector/console/console-format-style-expected.txt: * inspector/console/console-format-style-whitelist-expected.txt: * inspector/console/console-format-style.html: 2012-11-10 Bruno de Oliveira Abinader [css] text-decoration:none no longer valid https://bugs.webkit.org/show_bug.cgi?id=101529 Reviewed by Ojan Vafai. The getComputedStyle layout tests for 'text-decoration' and '-webkit-text-decoration-line' CSS properties are updated with the correct results for the 'none' value. * fast/css/getComputedStyle/getComputedStyle-text-decoration-expected.txt: * fast/css/getComputedStyle/script-tests/getComputedStyle-text-decoration.js: * fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line-expected.txt: * fast/css3-text/css3-text-decoration/getComputedStyle/script-tests/getComputedStyle-text-decoration-line.js: * inspector/console/console-format-style-whitelist-expected.txt: 2012-11-10 Noel Gordon [chromium] Unreviewed. Rebaseline fast/images/color-jpeg-with-color-profile.html on Win. * platform/chromium-win/fast/images/color-jpeg-with-color-profile-expected.png: Rebaseline. * platform/chromium/TestExpectations: 2012-11-09 Ojan Vafai Should only fire a single set of mouse events and update hover state once when scrolling is done https://bugs.webkit.org/show_bug.cgi?id=99940 Reviewed by Levi Weintraub. Tests basic throttling. I couldn't think of a good way to test changing the delay that wouldn't make for a test that takes minutes to run. * fast/scrolling/fake-mouse-event-throttling-expected.txt: Added. * fast/scrolling/fake-mouse-event-throttling.html: Added. 2012-11-09 Rick Byers [chromium] Move to USE(LAZY_NATIVE_CURSOR) https://bugs.webkit.org/show_bug.cgi?id=101501 Reviewed by Adam Barth. Remove failure expectation for fast/events/mouse-cursor.html now that chromium uses the same cursor architecture as other ports. * platform/chromium/TestExpectations: 2012-11-09 Rick Byers No tests for changing mouse cursors https://bugs.webkit.org/show_bug.cgi?id=100550 Reviewed by Adam Barth. Add a simple test covering the basic scenarios of changing a mouse cursor with CSS. This includes most of the cases currently covered by ManualTests/*cursor*. * fast/events/mouse-cursor-expected.txt: Added. * fast/events/mouse-cursor.html: Added. * platform/chromium/TestExpectations: Add failure expectation. 2012-11-09 Noel Gordon [chromium] Should pass fast/images/paletted-png-with-color-profile.html https://bugs.webkit.org/show_bug.cgi?id=101551 Reviewed by Adam Barth. Update fast/images/paletted-png-with-color-profile.html image results for Mac and Win (Chromium Android and Linux don't support color profiles). * platform/chromium-mac/fast/images/paletted-png-with-color-profile-expected.png: Added. * platform/chromium-win/fast/images/paletted-png-with-color-profile-expected.png: Added. * platform/chromium/TestExpectations: 2012-11-09 Joshua Bell [Chromium] Unreviewed gardening. One more baseline following 134112. * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/iframes/composited-iframe-alignment-expected.png: Added. 2012-11-09 Tien-Ren Chen Correct hit-test point scaling for document.elementFromPoint https://bugs.webkit.org/show_bug.cgi?id=101798 Reviewed by Adam Barth. The hit-test point come from user JavaScript is in the document coordinate. Convert to the frame coordinate with correct scale factor for hit test. * fast/dom/elementFromPoint-scaled-scrolled-expected.txt: Added. * fast/dom/elementFromPoint-scaled-scrolled.html: Added. 2012-11-09 Raphael Kubo da Costa [EFL] More gardening. media/video-seek-past-end-playing.html is still flaky on WK2, skip it on both WK1 and WK2. * platform/efl-wk1/TestExpectations: * platform/efl/TestExpectations: 2012-11-09 Raphael Kubo da Costa [EFL] Unreviewed gardening. Skip fast/canvas/canvas-resize-reset-pixelRatio.html since HIGH_DPI_CANVAS is disabled by default. * platform/efl/TestExpectations: 2012-11-09 Tien-Ren Chen Correct scroll adjustment for touchEvent.clientX/clientY https://bugs.webkit.org/show_bug.cgi?id=101800 Reviewed by Adam Barth. FrameView::scrollX/scrollY returns scroll offset in (scaled) frame coordinate. Convert to document coordinate before passing to JavaScript. * fast/events/touch/touch-scaled-scrolled-expected.txt: Added. * fast/events/touch/touch-scaled-scrolled.html: Added. 2012-11-09 Alexandru Chiculita [Texmap][CSS Shaders] Enable CSS Shaders in TextureMapperGL https://bugs.webkit.org/show_bug.cgi?id=98990 Reviewed by Noam Rosenthal. Copied the custom-filter-blend-modes.html test file and forced the filtered elements to have composited layers using 3d transforms. * css3/filters/custom/composited/custom-filter-blend-modes-expected.html: Added. * css3/filters/custom/composited/custom-filter-blend-modes.html: Added. * platform/qt-4.8/TestExpectations: Only Qt-Wk2 can currently run the shaders. * platform/qt-5.0-wk1/TestExpectations: * platform/qt/TestExpectations: Added a couple of tests that are not passing currently. I've added 101531 to track those. 2012-11-09 Joshua Bell [Chromium] Unreviewed gardening. A few more baselines following 134112. * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/overflow/overflow-positioning-expected.png: Added. * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/overflow/overflow-positioning-expected.png: Added. * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/reflection-opacity-expected.png: Added. * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/clip-content-under-overflow-controls-expected.png: Added. * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/overflow/overflow-positioning-expected.png: Added. * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/reflection-opacity-expected.png: Added. * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/repaint/newly-composited-on-scroll-expected.png: Added. * platform/chromium-win/platform/chromium/virtual/softwarecompositing/absolute-position-changed-with-composited-parent-layer-expected.png: Added. * platform/chromium-win/platform/chromium/virtual/softwarecompositing/iframes/composited-iframe-alignment-expected.png: Added. 2012-11-09 Joshua Bell [Chromium] Unreviewed gardening. Widen cross-fade-invalidation expectation to include all platforms. * platform/chromium/TestExpectations: 2012-11-09 Raphael Kubo da Costa [EFL] Unreviewed gardening. Unskip fast/dom/navigator-vibration.html after r133828. * platform/efl-wk2/TestExpectations: 2012-11-09 Joshua Bell [Chromium] Unreviewed gardening. Updated expectations following 134112. * platform/chromium/TestExpectations: 2012-11-09 Slavomir Kaslev [chromium] Rebaselining software compositor tests. Patch by Slavomir Kaslev on 2012-11-09 Reviewed by Adrienne Walker. * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Added. * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-animated-expected.png: Added. * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-opacity-expected.png: Added. * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute2-expected.png: Added. * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/color-matching/image-color-matching-expected.png: Added. * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/direct-image-compositing-expected.png: Added. * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/flat-with-transformed-child-expected.png: Added. * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png: Renamed from LayoutTests/platform/chromium-android/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png. * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png: Added. * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png: Added. * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/geometry/vertical-scroll-composited-expected.png: Added. * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/masks/direct-image-mask-expected.png: Added. * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Added. * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/masks/multiple-masks-expected.png: Added. * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/masks/simple-composited-mask-expected.png: Added. * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png: Added. * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png: Added. * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-animated-expected.png: Added. * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-mask-change-expected.png: Added. * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-opacity-expected.png: Added. * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-transition-expected.png: Added. * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/reflection-in-composited-expected.png: Added. * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/reflections/transform-inside-reflection-expected.png: Added. * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute-expected.png: Added. * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute2-expected.png: Added. * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/transitions/scale-transition-no-start-expected.png: Added. * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/color-matching/image-color-matching-expected.png: Added. * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/direct-image-compositing-expected.png: Added. * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png: Added. * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png: Added. * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png: Added. * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/images/direct-image-background-color-expected.png: Added. * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/masks/direct-image-mask-expected.png: Added. * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Added. * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/masks/multiple-masks-expected.png: Added. * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/masks/simple-composited-mask-expected.png: Added. * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png: Added. * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png: Added. * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-animated-expected.png: Added. * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-mask-change-expected.png: Added. * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-opacity-expected.png: Added. * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-transition-expected.png: Added. * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/reflection-in-composited-expected.png: Added. * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/transform-inside-reflection-expected.png: Added. * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute-expected.png: Added. * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute2-expected.png: Added. * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/transitions/scale-transition-no-start-expected.png: Added. * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/color-matching/image-color-matching-expected.png: Added. * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/direct-image-compositing-expected.png: Added. * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png: Added. * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png: Added. * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png: Added. * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/images/direct-image-background-color-expected.png: Added. * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/masks/direct-image-mask-expected.png: Added. * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Added. * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/masks/multiple-masks-expected.png: Added. * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/masks/simple-composited-mask-expected.png: Added. * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png: Added. * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png: Added. * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-animated-expected.png: Added. * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-mask-change-expected.png: Added. * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-opacity-expected.png: Added. * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-transition-expected.png: Added. * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/reflection-in-composited-expected.png: Added. * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/transform-inside-reflection-expected.png: Added. * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute-expected.png: Added. * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute2-expected.png: Added. * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/transitions/scale-transition-no-start-expected.png: Added. * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/color-matching/image-color-matching-expected.png: Added. * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/direct-image-compositing-expected.png: Added. * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/flat-with-transformed-child-expected.png: Added. * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Added. * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/clipping-foreground-expected.png: Added. * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png: Added. * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png: Added. * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/vertical-scroll-composited-expected.png: Added. * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/images/direct-image-background-color-expected.png: Added. * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/masks/direct-image-mask-expected.png: Added. * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Added. * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/masks/multiple-masks-expected.png: Added. * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/masks/simple-composited-mask-expected.png: Added. * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png: Added. * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png: Added. * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-animated-expected.png: Added. * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-mask-change-expected.png: Added. * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-opacity-expected.png: Added. * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-transition-expected.png: Added. * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/reflection-in-composited-expected.png: Added. * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/transform-inside-reflection-expected.png: Added. * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute-expected.png: Added. * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute2-expected.png: Added. * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/scaling/tiled-layer-recursion-expected.png: Added. * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/scrollbar-painting-expected.png: Added. * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/transitions/scale-transition-no-start-expected.png: Added. * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/visibility/visibility-image-layers-expected.png: Added. * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Added. * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-animated-expected.png: Added. * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-opacity-expected.png: Added. * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute2-expected.png: Added. * platform/chromium-win/platform/chromium/virtual/softwarecompositing/color-matching/image-color-matching-expected.png: Added. * platform/chromium-win/platform/chromium/virtual/softwarecompositing/direct-image-compositing-expected.png: Added. * platform/chromium-win/platform/chromium/virtual/softwarecompositing/flat-with-transformed-child-expected.png: Added. * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Added. * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png: Added. * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-expected.png: Added. * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/vertical-scroll-composited-expected.png: Added. * platform/chromium-win/platform/chromium/virtual/softwarecompositing/masks/direct-image-mask-expected.png: Added. * platform/chromium-win/platform/chromium/virtual/softwarecompositing/masks/masked-ancestor-expected.png: Added. * platform/chromium-win/platform/chromium/virtual/softwarecompositing/masks/multiple-masks-expected.png: Added. * platform/chromium-win/platform/chromium/virtual/softwarecompositing/masks/simple-composited-mask-expected.png: Added. * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png: Added. * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-anchor-point-expected.png: Added. * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-animated-expected.png: Added. * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-opacity-expected.png: Added. * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/nested-reflection-transition-expected.png: Added. * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/reflection-in-composited-expected.png: Added. * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/transform-inside-reflection-expected.png: Added. * platform/chromium-win/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute-expected.png: Added. * platform/chromium-win/platform/chromium/virtual/softwarecompositing/repaint/opacity-between-absolute2-expected.png: Added. * platform/chromium-win/platform/chromium/virtual/softwarecompositing/scaling/tiled-layer-recursion-expected.png: Added. * platform/chromium-win/platform/chromium/virtual/softwarecompositing/transitions/scale-transition-no-start-expected.png: Added. * platform/chromium-win/platform/chromium/virtual/softwarecompositing/visibility/visibility-image-layers-expected.png: Added. * platform/chromium/TestExpectations: 2012-11-09 Joshua Bell [Chromium] Unreviewed gardening, failing new hidpi tests in r134099/r134100 * platform/chromium/TestExpectations: 2012-11-09 Dirk Pranke Unreviewed, last few chromium-mac-mountainlion expectations cleaned up. * platform/chromium/TestExpectations: 2012-11-09 Dirk Pranke Unreviewed, baselines change - remove stray baselines for reftests. * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/text-on-scaled-layer-expected.png: Removed. * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/text-on-scaled-surface-expected.png: Removed. 2012-11-09 Erik Arvidsson REGRESSION (r125239): classList contains() doesn't work after element was moved from strict mode document to quirks mode document https://bugs.webkit.org/show_bug.cgi?id=101627 Reviewed by Alexey Proskuryakov. We used to only create m_classNamesForQuirksMode in the constructor or when the class attribute was changed. If an element is moved from a standards document to a quirks mode document the m_classNamesForQuirksMode would not be up to date which lead to wrong results. Now we alway check if m_classNamesForQuirksMode is up to date (in quirks mode only). * fast/dom/Element/class-list-move-between-document-with-different-quirks-mode-expected.txt: Added. * fast/dom/Element/class-list-move-between-document-with-different-quirks-mode.html: Added. 2012-10-28 Timothy Hatcher Test if -webkit-canvas in CSS uses the full backing store instead of always 1x when rendering. https://bugs.webkit.org/show_bug.cgi?id=100611 Reviewed by Dean Jackson. * fast/canvas/canvas-as-image-hidpi-expected.png: Added. * fast/canvas/canvas-as-image-hidpi-expected.txt: Added. * fast/canvas/canvas-as-image-hidpi.html: Added. 2012-10-28 Timothy Hatcher Test the canvas backing store pixel ratio when the buffer resizes. https://bugs.webkit.org/show_bug.cgi?id=100608 Reviewed by Darin Adler. * fast/canvas/canvas-resize-reset-pixelRatio-expected.txt: Added. * fast/canvas/canvas-resize-reset-pixelRatio.html: Added. 2012-11-08 Ryosuke Niwa RemoveFormat command doesn't remove background color https://bugs.webkit.org/show_bug.cgi?id=101682 Reviewed by Tony Chang. Added a regression test. * editing/execCommand/remove-format-background-color-expected.txt: Added. * editing/execCommand/remove-format-background-color.html: Added. 2012-11-09 Zan Dobersek Unreviewed GTK gardening. Rebaselining and removing stale expectations after the Cairo version used in Jhbuild modules was bumped to 1.12.8 in r134073. * platform/gtk/TestExpectations: * platform/gtk/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png: * platform/gtk/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: * platform/gtk/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png: * platform/gtk/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt: * platform/gtk/svg/W3C-SVG-1.1/paths-data-01-t-expected.png: * platform/gtk/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt: * platform/gtk/svg/W3C-SVG-1.1/paths-data-02-t-expected.png: * platform/gtk/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt: * platform/gtk/svg/batik/text/smallFonts-expected.png: * platform/gtk/svg/batik/text/smallFonts-expected.txt: * platform/gtk/svg/batik/text/textGlyphOrientationHorizontal-expected.png: * platform/gtk/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: * platform/gtk/svg/batik/text/textOnPath-expected.png: * platform/gtk/svg/batik/text/textOnPath-expected.txt: * platform/gtk/svg/batik/text/textOnPath2-expected.png: * platform/gtk/svg/batik/text/textOnPath2-expected.txt: * platform/gtk/svg/batik/text/textOnPath3-expected.png: * platform/gtk/svg/batik/text/textOnPath3-expected.txt: * platform/gtk/svg/batik/text/textOnPathSpaces-expected.png: * platform/gtk/svg/batik/text/textOnPathSpaces-expected.txt: * platform/gtk/svg/batik/text/verticalTextOnPath-expected.png: * platform/gtk/svg/batik/text/verticalTextOnPath-expected.txt: * platform/gtk/svg/custom/js-update-path-changes-expected.png: * platform/gtk/svg/custom/js-update-path-changes-expected.txt: * platform/gtk/svg/custom/js-update-path-removal-expected.png: * platform/gtk/svg/custom/js-update-path-removal-expected.txt: * platform/gtk/svg/custom/path-textPath-simulation-expected.png: * platform/gtk/svg/custom/path-textPath-simulation-expected.txt: 2012-11-09 Mihnea Ovidenie [CSSRegions] Region styling properties are not filtered correctly https://bugs.webkit.org/show_bug.cgi?id=101768 Reviewed by Andreas Kling. Visibility is not a supported region style property, therefore using it inside @-webkit-region should not be possible. * fast/regions/region-style-not-supported-properties-expected.html: Added. * fast/regions/region-style-not-supported-properties.html: Added. 2012-11-09 Tommy Widenflycht MediaStream API: Deleting all files relating to the deprecated PeerConnection00 https://bugs.webkit.org/show_bug.cgi?id=101730 Reviewed by Adam Barth. Since RTCPeerConenction has superseeded PeerConnection00 this patch removes all files relating to the old API. * fast/mediastream/SessionDescription-expected.txt: Removed. * fast/mediastream/SessionDescription.html: Removed. * fast/mediastream/constructors-expected.txt: * fast/mediastream/constructors.html: * fast/mediastream/peerconnection-Attributes-expected.txt: Removed. * fast/mediastream/peerconnection-Attributes.html: Removed. * fast/mediastream/peerconnection-addstream-expected.txt: Removed. * fast/mediastream/peerconnection-addstream.html: Removed. * fast/mediastream/peerconnection-argument-types-expected.txt: Removed. * fast/mediastream/peerconnection-argument-types.html: Removed. * fast/mediastream/peerconnection-eventlistener-optional-argument-expected.txt: Removed. * fast/mediastream/peerconnection-eventlistener-optional-argument.html: Removed. * fast/mediastream/peerconnection-iceoptions-expected.txt: Removed. * fast/mediastream/peerconnection-iceoptions.html: Removed. * fast/mediastream/peerconnection-mediastreamlist-expected.txt: Removed. * fast/mediastream/peerconnection-mediastreamlist.html: Removed. * fast/mediastream/peerconnection-removestream-expected.txt: Removed. * fast/mediastream/peerconnection-removestream.html: Removed. * fast/mediastream/script-tests/peerconnection-Attributes.js: Removed. * fast/mediastream/script-tests/peerconnection-addstream.js: Removed. * fast/mediastream/script-tests/peerconnection-argument-types.js: Removed. * fast/mediastream/script-tests/peerconnection-removestream.js: Removed. 2012-11-09 Bruno de Oliveira Abinader [css] Text decoration's "blink" not valid when CSS3_TEXT is enabled https://bugs.webkit.org/show_bug.cgi?id=101750 Reviewed by Ojan Vafai. This patch updates the "text-decoration" computed style layout tests to handle a larger variety of value combinations. * fast/css/getComputedStyle/getComputedStyle-text-decoration-expected.txt: * fast/css/getComputedStyle/script-tests/getComputedStyle-text-decoration.js: 2012-11-09 Joshua Bell [Chromium] Unreviewed gardening - rebaseline a handful of image tests for chromium-mac-lion. * platform/chromium-mac-lion/platform/chromium/compositing/layout-width-change-expected.png: Added. * platform/chromium-mac-lion/platform/chromium/compositing/video-frame-size-change-expected.png: Added. * platform/chromium-mac-lion/tables/mozilla_expected_failures/core/backgrounds-expected.png: Added. * platform/chromium-mac-lion/tables/mozilla_expected_failures/core/captions1-expected.png: Added. * platform/chromium-mac-lion/tables/mozilla_expected_failures/core/captions2-expected.png: Added. * platform/chromium-mac-lion/tables/mozilla_expected_failures/core/captions3-expected.png: Added. * platform/chromium-mac-lion/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png: Added. * platform/chromium-mac-lion/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png: Added. 2012-11-09 Jussi Kukkonen [EFL] Rebaseline svg tests after 99870 https://bugs.webkit.org/show_bug.cgi?id=101756 Unreviewed svg baseline after https://bugs.webkit.org/show_bug.cgi?id=99870. * platform/efl/TestExpectations: * platform/efl/svg/custom/pattern-scaling-expected.png: Added. * platform/efl/svg/custom/pattern-scaling-expected.txt: Added. * platform/efl/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: 2012-11-09 Jussi Kukkonen [EFL] Rebaseline fast/table/025-expected https://bugs.webkit.org/show_bug.cgi?id=101752 Unreviewed rebaseline after https://bugs.webkit.org/show_bug.cgi?id=11645. * platform/efl/TestExpectations: * platform/efl/fast/table/025-expected.png: * platform/efl/fast/table/025-expected.txt: 2012-11-09 Balazs Kelemen [Qt] Pixel tests need rebaseline https://bugs.webkit.org/show_bug.cgi?id=99323 Unreviewed pixel rebaseline. Rebaseline some tests, add missing expectations. * platform/qt-5.0-wk2/css3/filters/composited-reflected-expected.png: Added. * platform/qt-5.0-wk2/fast/backgrounds/transformed-body-background-expected.png: Added. * platform/qt-5.0-wk2/fast/backgrounds/transformed-body-html-background-expected.png: Added. * platform/qt-5.0-wk2/fast/backgrounds/transformed-html-body-background-expected.png: Added. * platform/qt-5.0-wk2/fast/css-generated-content/before-with-first-letter-expected.png: Added. * platform/qt-5.0-wk2/svg/animations/animateMotion-additive-2c-expected.png: Added. * platform/qt-5.0-wk2/svg/text/text-rescale-expected.png: Added. * platform/qt/css3/filters/effect-reference-ordering-hw-actual.png: Added. * platform/qt/fast/images/png-suite/test-actual.png: Added. * platform/qt/svg/as-image/image-respects-pageScaleFactor-change-actual.png: Added. * platform/qt/svg/as-object/embedded-svg-size-changes-actual.png: Added. * platform/qt/svg/as-object/nested-embedded-svg-size-changes-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-height-attr-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-width-attr-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-x-attr-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGMaskElement-dom-y-attr-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-height-attr-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-width-attr-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-x-attr-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGPatternElement-dom-y-attr-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGRectElement-dom-height-attr-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGRectElement-dom-width-attr-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGRectElement-dom-x-attr-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGRectElement-dom-y-attr-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGTRefElement-dom-href-attr-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGTextElement-dom-dx-attr-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGTextElement-dom-dy-attr-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGTextElement-dom-transform-attr-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGTextElement-dom-x-attr-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGTextElement-dom-y-attr-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGUseElement-dom-href1-attr-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGUseElement-dom-href2-attr-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-actual.png: Added. * platform/qt/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-actual.png: Added. * platform/qt/svg/filters/subRegion-one-effect-actual.png: Added. * platform/qt/svg/filters/subRegion-two-effects-actual.png: Added. 2012-11-07 Pavel Feldman Web Inspector: wrong output for empty object {} https://bugs.webkit.org/show_bug.cgi?id=101356 Reviewed by Vsevolod Vlasov. Changed preview formatting to iterate over enumerable properties only + visit the prototypes. * inspector/console/command-line-api-expected.txt: * inspector/console/command-line-api-inspect-expected.txt: * inspector/console/console-format-collections-expected.txt: * inspector/console/console-format-expected.txt: * platform/chromium/inspector/console/console-format-collections-expected.txt: 2012-11-09 Kangil Han [EFL] Refactor TestExpectations file https://bugs.webkit.org/show_bug.cgi?id=101738 Unreviewed, EFL gardening. Remove duplicated definitions. * platform/efl/TestExpectations: 2012-11-09 Sudarsana Nagineni [EFL] Skip failing test perf/accessibility-title-ui-element.html https://bugs.webkit.org/show_bug.cgi?id=101728 Unreviewed EFL gardening. * platform/efl/TestExpectations: 2012-11-09 Sudarsana Nagineni [EFL] Update baselines for failing svg tests https://bugs.webkit.org/show_bug.cgi?id=101726 Unreviewed EFL gardening. * platform/efl/svg/W3C-I18N/g-dirRTL-ubNone-expected.png: * platform/efl/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt: * platform/efl/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png: * platform/efl/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt: * platform/efl/svg/W3C-I18N/text-dirRTL-ubNone-expected.png: * platform/efl/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt: * platform/efl/svg/W3C-I18N/tspan-direction-rtl-expected.png: * platform/efl/svg/W3C-I18N/tspan-direction-rtl-expected.txt: * platform/efl/svg/text/bidi-tspans-expected.png: * platform/efl/svg/text/bidi-tspans-expected.txt: 2012-11-09 Jaehun Lim [EFL] css3/flexbox/multiline-justify-content.html doesn't crash https://bugs.webkit.org/show_bug.cgi?id=101717 Unreviewed, EFL gardening. css3/flexbox/multiline-justify-content.html doesn't crash and can be passed. * platform/efl/TestExpectations: 2012-11-08 Hayato Ito Unreviewed, update chromium-mac baselines. * platform/chromium-mac/platform/chromium/compositing/layout-width-change-expected.png: * platform/chromium-mac/platform/chromium/compositing/video-frame-size-change-expected.png: * platform/chromium-mac/platform/chromium/media/video-frame-size-change-expected.png: * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/text-on-scaled-layer-expected.png: Added. * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/text-on-scaled-surface-expected.png: Added. 2012-11-08 Ryosuke Niwa Remove Chromium test expectations after r133939. * platform/chromium/TestExpectations: 2012-11-08 Arpita Bahuguna table not aligned in center column and seems shrunk because of float:right (table-layout: fixed and width: 100%) https://bugs.webkit.org/show_bug.cgi?id=18153 Reviewed by Beth Dakin. * fast/table/fixed-table-layout/table-with-percent-width-expected.txt: Added. * fast/table/fixed-table-layout/table-with-percent-width.html: Added. Test added to verify the width of the fixed layout tables with 100% width, in standards mode. 2012-11-08 Noel Gordon [chromium] Unreviewed test expectations update. Unskip and start generating results for fast/images/color-jpeg-with-color-profile.html on Win to prepare for an upcoming rebaseline. * platform/chromium/TestExpectations: 2012-11-08 Hayato Ito Unreviewed, Unreviewed gardening following r133972. * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/exif-orientation-expected.png: Added. 2012-11-08 Hayato Ito Unreviewed, update chromium expectations for svg/repaint/image-with-clip-path.svg. * platform/chromium/TestExpectations: 2012-11-08 Kangil Han [EFL][WK2] Make jquery/manipulation.html into one in TestExpectations https://bugs.webkit.org/show_bug.cgi?id=101686 Unreviewed, EFL gardening. Currently there are three definitions on jquery/manipulation.html case. As BUG 100636 fixed, we don't need Crash definition anymore. Therefore, this patch makes this case into one definition without Crash in TestExpectations. * platform/efl/TestExpectations: 2012-11-08 Hayato Ito Unreviewed, update chromium expectations for tables/. * platform/chromium-mac/tables/mozilla_expected_failures/core/backgrounds-expected.png: * platform/chromium-mac/tables/mozilla_expected_failures/core/captions1-expected.png: * platform/chromium-mac/tables/mozilla_expected_failures/core/captions2-expected.png: * platform/chromium-mac/tables/mozilla_expected_failures/core/captions3-expected.png: * platform/chromium-mac/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png: * platform/chromium-mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png: 2012-11-08 Dirk Pranke Unreviewed, update chromium-mac-mountainlion baselines for fast/ Also roll remaining mountainlion-specific failures into the main TestExpectations file. * platform/chromium/TestExpectations: * platform/chromium-mac-mountainlion/TestExpectations: 2012-11-08 Keishi Hattori Enable calendar picker for input types week/month https://bugs.webkit.org/show_bug.cgi?id=101553 Reviewed by Kent Tamura. * platform/chromium/TestExpectations: Mark week/month appearance tests as needs rebaseline. 2012-11-08 Hayato Ito Unreviewed, update chromium expectations to remove a duplication. * platform/chromium/TestExpectations: 2012-11-08 Dongwoo Joshua Im [QT] css3/line-break should be removed from TestExpectations. https://bugs.webkit.org/show_bug.cgi?id=101562 Unreviewed gardening. css3/line-break is removed by http://trac.webkit.org/changeset/133644. * platform/qt/TestExpectations: 2012-11-08 Dirk Pranke Unreviewed, update chromium expectations for chromium-mac-mountainlion svg failure. * platform/chromium/TestExpectations: 2012-11-08 Dirk Pranke Unreviewed, chromium-mac-mountainlion baselines for tables/. * platform/chromium/TestExpectations: * platform/chromium-mac-mountainlion/TestExpectations: 2012-11-08 Joshua Bell [Chromium] Unreviewed gardening following r133972. * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/exif-orientation-expected.png: Added. 2012-11-08 Kenichi Ishibashi [Chromium] Arabic digits should appear left-to-right https://bugs.webkit.org/show_bug.cgi?id=101440 Reviewed by Tony Chang. Add a test that checks Arabic digits appear in increasing order from left to right. * fast/text/international/arabic-digits-expected.html: Added. * fast/text/international/arabic-digits.html: Added. 2012-11-08 Yael Aharon Unreviewed. Some more gardening after r133898. * platform/efl/TestExpectations: 2012-11-08 Beth Dakin https://bugs.webkit.org/show_bug.cgi?id=101644 Fixed header on Facebook news feed becomes detached from top of viewport after rubber band scrolling -and corresponding- Reviewed by Simon Fraser. New test ensures that negative offsets will not make their way into the FixedPositionViewportConstraints. * platform/mac/tiled-drawing/fixed/negative-scroll-offset-expected.txt: Added. * platform/mac/tiled-drawing/fixed/negative-scroll-offset.html: Added. 2012-11-08 Alpha Lam [chromium] Deferred image decoding fails with image orientation https://bugs.webkit.org/show_bug.cgi?id=101648 Reviewed by Stephen White. Update test expectations and baselines accordingly since these two tests are now passing with deferred image decoding. fast/images/exif-orientation-image-document.html fast/images/exif-orientation.html * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Removed. * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Removed. * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Removed. * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Removed. * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Removed. * platform/chromium/TestExpectations: 2012-11-08 Hans Muller [CSS Exclusions] Polygon with horizontal bottom edges returns incorrect segments https://bugs.webkit.org/show_bug.cgi?id=100874 Reviewed by Dirk Schulze. Added two additional tests for rectilinear polygons, where the tops and bottoms of lines intersect the polygons' horizontal edges. More tests of this kind will be needed when exclusion layout supports polygons that break horizontal lines up into more than one segment. * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-003-expected.html: Added. * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-003.html: Added. * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-004-expected.html: Added. * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-004.html: Added. 2012-11-08 Christophe Dumez [JSC] HTML extensions to String.prototype should escape " as " in argument values https://bugs.webkit.org/show_bug.cgi?id=90667 Reviewed by Benjamin Poulain. Add layout test coverage for the following String.prototype methods: - String.prototype.anchor(name) - String.prototype.fontcolor(color) - String.prototype.fontsize(size) - String.prototype.link(href) Those tests also check that the quotation mark is correctly escaped in argument values to prevent potential exploits. * fast/js/string-anchor-expected.txt: Added. * fast/js/string-anchor.html: Added. * fast/js/string-fontcolor-expected.txt: Added. * fast/js/string-fontcolor.html: Added. * fast/js/string-fontsize-expected.txt: Added. * fast/js/string-fontsize.html: Added. * fast/js/string-link-expected.txt: Added. * fast/js/string-link.html: Added. * platform/chromium/TestExpectations: Skip new tests for chromium port due to http://code.google.com/p/v8/issues/detail?id=2218 2012-11-08 Joshua Bell [Chromium] Unreviewed gardening. Added missing *-expected.txt following rebaselines. * platform/chromium-mac/fast/css/text-overflow-input-expected.txt: Added. * platform/chromium-mac/fast/forms/input-readonly-dimmed-expected.txt: Added. * platform/chromium-mac/fast/forms/input-text-scroll-left-on-blur-expected.txt: Added. 2012-11-08 Yael Aharon Unreviewed. Some more gardening after r133898. * platform/efl/TestExpectations: 2012-11-08 Joshua Bell [Chromium] Unreviewed gardening - rebaseline a couple of tests for lion. * platform/chromium-mac-lion/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Added. * platform/chromium-mac-lion/fast/forms/basic-textareas-expected.png: Added. 2012-11-08 Huang Dongsung Coordinated Graphics: Remove an invisible TiledBackingStore of CoordinatedGraphicsLayer. https://bugs.webkit.org/show_bug.cgi?id=101424 Reviewed by Noam Rosenthal. Coordinated Graphics had a bug when a compositing div has a compositing img with an absolute position property. This test is added to prevent from a regression. * compositing/nested-direct-image-compositing-expected.png: Added. * compositing/nested-direct-image-compositing-expected.txt: Added. * compositing/nested-direct-image-compositing.html: Added. 2012-11-08 Yael Aharon Unreviewed. Some more gardening after r133898. * platform/efl/TestExpectations: 2012-11-08 Erik Arvidsson setAttributeNode and friends should not have optional argument https://bugs.webkit.org/show_bug.cgi?id=101631 Reviewed by Ojan Vafai. Fix getAttributeNode, getAttributeNodeNS and removeAttributeNode to make the Attr argument mandatory. These used to throw DOMExceptions when an invalid type was passed instead of TypeError which is also a spec violation. * fast/dom/Element/attr-param-typechecking-expected.txt: * fast/dom/Element/script-tests/attr-param-typechecking.js: 2012-11-08 Joshua Bell [Chromium] Unreviewed gardening. * platform/chromium/TestExpectations: 2012-11-08 Emil A Eklund Unreviewed chromium rebaselines. * platform/chromium-linux-x86/fast/css/text-overflow-ellipsis-text-align-center-expected.txt: * platform/chromium-linux-x86/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt: * platform/chromium-mac-lion/fast/css/text-overflow-ellipsis-bidi-expected.png: Added. * platform/chromium-mac-lion/fast/css/text-overflow-ellipsis-expected.png: Added. * platform/chromium-mac-lion/fast/css/text-overflow-ellipsis-strict-expected.png: Added. * platform/chromium-mac-lion/fast/css/text-overflow-input-expected.png: Added. * platform/chromium-mac-lion/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Added. * platform/chromium-mac-lion/fast/forms/basic-textareas-quirks-expected.png: Added. * platform/chromium-mac-lion/fast/forms/input-disabled-color-expected.png: Added. * platform/chromium-mac-lion/fast/forms/input-readonly-dimmed-expected.png: Added. * platform/chromium-mac-lion/fast/forms/input-text-scroll-left-on-blur-expected.png: Added. * platform/chromium-mac-lion/fast/forms/search-rtl-expected.png: Added. * platform/chromium-mac-lion/fast/multicol/span/anonymous-split-block-crash-expected.png: Added. * platform/chromium-mac-lion/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png: Added. * platform/chromium-mac-lion/fast/replaced/width100percent-textarea-expected.png: Added. * platform/chromium-mac/fast/css/text-overflow-ellipsis-text-align-center-expected.png: * platform/chromium-win-xp/fast/css/text-overflow-ellipsis-text-align-center-expected.txt: * platform/chromium-win-xp/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt: * platform/chromium-win/fast/css/text-overflow-ellipsis-text-align-center-expected.txt: * platform/chromium-win/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt: * platform/efl-wk1/fast/css: Added. * platform/efl-wk1/fast/css/text-overflow-ellipsis-bidi-expected.png: Added. * platform/efl-wk1/fast/css/text-overflow-ellipsis-expected.png: Added. * platform/efl-wk1/fast/css/text-overflow-ellipsis-strict-expected.png: Added. * platform/efl-wk1/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Added. * platform/efl-wk1/fast/css/text-overflow-input-expected.png: Added. * platform/efl-wk1/fast/css/text-overflow-input-expected.txt: Added. * platform/efl-wk1/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Added. * platform/efl/fast/css/text-overflow-ellipsis-bidi-expected.png: Removed. * platform/efl/fast/css/text-overflow-ellipsis-expected.png: Removed. * platform/efl/fast/css/text-overflow-ellipsis-strict-expected.png: Removed. * platform/efl/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Removed. * platform/efl/fast/css/text-overflow-input-expected.png: Removed. * platform/efl/fast/css/text-overflow-input-expected.txt: Removed. * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Removed. * platform/efl/fast/forms/basic-textareas-quirks-expected.png: Removed. * platform/efl/fast/forms/basic-textareas-quirks-expected.txt: Removed. * platform/efl/fast/forms/input-disabled-color-expected.png: Removed. * platform/efl/fast/forms/input-disabled-color-expected.txt: Removed. * platform/efl/fast/forms/input-readonly-dimmed-expected.png: Removed. * platform/efl/fast/forms/input-readonly-dimmed-expected.txt: Removed. * platform/efl/fast/forms/input-text-scroll-left-on-blur-expected.png: Removed. * platform/efl/fast/forms/input-text-scroll-left-on-blur-expected.txt: Removed. * platform/efl/fast/multicol/span/anonymous-split-block-crash-expected.png: Removed. * platform/efl/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png: Removed. * platform/efl/fast/replaced/width100percent-textarea-expected.png: Removed. 2012-11-08 Tony Chang Layout test editing/pasteboard/file-drag-to-editable.html flaky https://bugs.webkit.org/show_bug.cgi?id=101092 Reviewed by Ryosuke Niwa. Fix a flaky test. The problem was that we were confusing the test harness by trying to do a navigation before the initial load finished (the notifyDone() call did nothing because waitUntilDone() was missing). Depending on the state of the frame loader when the test run, there was a race in whether or not we would dump the results before or after completing the script execution. Fix this by restructuring the test to run during onload and by calling notifyDone() after the file load attempt failed. * editing/pasteboard/file-drag-to-editable-expected.txt: * editing/pasteboard/script-tests/file-drag-to-editable.js: (runTest.window.onbeforeunload): Simplify and don't run nofityDone yet. (runTest): Run test during onload event. * platform/chromium/TestExpectations: Remove flaky marker. 2012-11-08 Erik Arvidsson Wrong error type is thrown for type errors in callbacks https://bugs.webkit.org/show_bug.cgi?id=101502 Reviewed by Adam Barth. We should be throwing a TypeError and not a DOMException with code TYPE_MISMATCH_ERR. http://www.w3.org/TR/WebIDL/#es-callback-function * fast/mediastream/argument-types-expected.txt: * fast/mediastream/peerconnection-argument-types-expected.txt: * fast/mediastream/script-tests/argument-types.js: * fast/mediastream/script-tests/peerconnection-argument-types.js: * fast/workers/storage/open-database-inputs-sync-expected.txt: 2012-11-08 Yael Aharon Unreviewed. Even more gardening after r133898. * platform/efl/TestExpectations: 2012-11-08 Joshua Bell [Chromium] Unreviewed gardening - widen flaky expectation to include crash * platform/chromium/TestExpectations: 2012-11-08 Yael Aharon Unreviewed. More gardening after r133898. * platform/efl/TestExpectations: 2012-11-08 Joshua Bell [Chromium] Unreviewed gardening - fix lint failures in expectations file. * platform/chromium/TestExpectations: 2012-11-08 Joshua Bell Multiple Layout Tests (e.g. fast/repaint/japanese-rl-selection-clear.html) is failing after r133840. https://bugs.webkit.org/show_bug.cgi?id=101547 [Chromium] Unreviewed gardening - test expectations update. * platform/chromium/TestExpectations: 2012-11-08 Joshua Bell [Chromium] Test expectations for failing image tests following Chromium r166632. Unreviewed gardening. * platform/chromium/TestExpectations: 2012-11-08 Joshua Bell [Chromium] Widen flaky crash expectation fast/workers/worker-multi-startup.html to include linux. Unreviewed gardening. * platform/chromium/TestExpectations: 2012-11-08 Joshua Bell [Chromium] http/tests/inspector/indexeddb/database-data.html ASSERT on Win7 following r133855 https://bugs.webkit.org/show_bug.cgi?id=101618 Unreviewed gardening. * platform/chromium/TestExpectations: 2012-11-08 Emil A Eklund Unreviewed chromium mac rebaseline for r101497. * platform/chromium-mac-lion/fast/css/text-overflow-ellipsis-bidi-expected.txt: Added. * platform/chromium-mac-lion/fast/css/text-overflow-ellipsis-expected.txt: Added. * platform/chromium-mac-lion/fast/css/text-overflow-ellipsis-strict-expected.txt: Added. * platform/chromium-mac-lion/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt: Added. * platform/chromium-mac-lion/fast/forms/input-readonly-autoscroll-expected.png: Added. * platform/chromium-mac-lion/fast/forms/input-readonly-autoscroll-expected.txt: Added. * platform/chromium-mac-lion/fast/forms/search-rtl-expected.txt: Added. * platform/chromium-mac-lion/fast/multicol/span: Added. * platform/chromium-mac-lion/fast/multicol/span/anonymous-split-block-crash-expected.txt: Added. * platform/chromium-mac-lion/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added. * platform/chromium-mac-lion/fast/replaced/width100percent-textarea-expected.txt: Added. * platform/chromium-mac-lion/svg/text/text-overflow-ellipsis-svgfont-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/css/text-overflow-ellipsis-bidi-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/css/text-overflow-ellipsis-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/css/text-overflow-ellipsis-strict-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt: * platform/chromium-mac-snowleopard/fast/forms/input-readonly-autoscroll-expected.png: * platform/chromium-mac-snowleopard/fast/forms/input-readonly-autoscroll-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/forms/search-rtl-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/multicol/span/anonymous-split-block-crash-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/replaced/width100percent-textarea-expected.png: * platform/chromium-mac-snowleopard/fast/replaced/width100percent-textarea-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/text/text-overflow-ellipsis-svgfont-expected.txt: Added. * platform/chromium-mac/fast/css/text-overflow-ellipsis-bidi-expected.png: * platform/chromium-mac/fast/css/text-overflow-ellipsis-bidi-expected.txt: Added. * platform/chromium-mac/fast/css/text-overflow-ellipsis-expected.png: * platform/chromium-mac/fast/css/text-overflow-ellipsis-expected.txt: Added. * platform/chromium-mac/fast/css/text-overflow-ellipsis-strict-expected.png: * platform/chromium-mac/fast/css/text-overflow-ellipsis-strict-expected.txt: Added. * platform/chromium-mac/fast/css/text-overflow-input-expected.png: * platform/chromium-mac/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: * platform/chromium-mac/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt: * platform/chromium-mac/fast/forms/basic-textareas-expected.png: * platform/chromium-mac/fast/forms/basic-textareas-expected.txt: * platform/chromium-mac/fast/forms/basic-textareas-quirks-expected.png: * platform/chromium-mac/fast/forms/basic-textareas-quirks-expected.txt: * platform/chromium-mac/fast/forms/input-disabled-color-expected.png: * platform/chromium-mac/fast/forms/input-disabled-color-expected.txt: * platform/chromium-mac/fast/forms/input-readonly-autoscroll-expected.png: * platform/chromium-mac/fast/forms/input-readonly-autoscroll-expected.txt: Added. * platform/chromium-mac/fast/forms/input-readonly-dimmed-expected.png: * platform/chromium-mac/fast/forms/input-text-scroll-left-on-blur-expected.png: * platform/chromium-mac/fast/forms/search-rtl-expected.png: * platform/chromium-mac/fast/forms/search-rtl-expected.txt: Added. * platform/chromium-mac/fast/multicol/span/anonymous-split-block-crash-expected.png: * platform/chromium-mac/fast/multicol/span/anonymous-split-block-crash-expected.txt: * platform/chromium-mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png: * platform/chromium-mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: * platform/chromium-mac/fast/replaced/width100percent-textarea-expected.png: * platform/chromium-mac/fast/replaced/width100percent-textarea-expected.txt: Added. * platform/chromium-mac/svg/text/text-overflow-ellipsis-svgfont-expected.txt: Added. * platform/chromium/TestExpectations: * platform/chromium/fast/css/text-overflow-input-expected.txt: Removed. * platform/chromium/fast/forms/input-readonly-dimmed-expected.txt: Removed. * platform/chromium/fast/forms/input-text-scroll-left-on-blur-expected.txt: Removed. * platform/gtk/fast/forms/basic-textareas-quirks-expected.txt: Removed. * platform/mac/fast/css/text-overflow-input-expected.txt: Removed. * platform/mac/fast/forms/input-readonly-dimmed-expected.txt: Removed. * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt: Removed. 2012-11-08 Wei Fanzhe While absolute positioning is put before the first flexitem, flexitems will move to a new line. https://bugs.webkit.org/show_bug.cgi?id=101294 Reviewed by Ojan Vafai. Add a case to test flexible layout while absolute positioning is put before the first flexitem. * css3/flexbox/flex-algorithm-expected.txt: * css3/flexbox/flex-algorithm.html: 2012-11-08 Yael Aharon Unreviewed. Gardening after r133898. * platform/efl/TestExpectations: 2012-11-07 Emil A Eklund Fix enclosingLayoutRect calls in InlineFlowBox.h https://bugs.webkit.org/show_bug.cgi?id=101497 Reviewed by Levi Weintraub. Update tests expectations to reflect change form enclosingIntRect to enclosingLayoutRect. * platform/chromium-linux/fast/css/text-overflow-ellipsis-text-align-center-expected.txt: * platform/chromium-linux/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt: * platform/chromium-win/fast/multicol/span/anonymous-split-block-crash-expected.txt: * platform/chromium-win/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: * platform/chromium-win/svg/text/text-overflow-ellipsis-svgfont-expected.txt: * platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.txt: * platform/mac/fast/css/text-overflow-ellipsis-expected.txt: * platform/mac/fast/css/text-overflow-ellipsis-strict-expected.txt: * platform/mac/fast/css/text-overflow-input-expected.txt: * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt: * platform/mac/fast/forms/basic-textareas-expected.txt: * platform/mac/fast/forms/basic-textareas-quirks-expected.txt: * platform/mac/fast/forms/input-disabled-color-expected.txt: * platform/mac/fast/forms/input-readonly-autoscroll-expected.txt: * platform/mac/fast/forms/input-readonly-dimmed-expected.txt: * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt: * platform/mac/fast/forms/search-rtl-expected.txt: * platform/mac/fast/multicol/span/anonymous-split-block-crash-expected.txt: * platform/mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: * platform/mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt: * platform/mac/fast/replaced/width100percent-textarea-expected.txt: * platform/mac/svg/text/text-overflow-ellipsis-svgfont-expected.txt: 2012-11-08 Alexander Shalamov Rebaseline fast/media/w3c/test_media_queries.html and fast/media/mq-resolution.html after r133884 https://bugs.webkit.org/show_bug.cgi?id=101597 Unreviewed, WebKit gardening. Layout tests fast/media/w3c/test_media_queries.html and fast/media/mq-resolution.html need new test expectations after r133884. * fast/media/mq-resolution-expected.txt: * fast/media/w3c/test_media_queries-expected.txt: 2012-11-08 Mikhail Pozdnyakov [EFL] Rebaseline fast/canvas/fillText-shadow.html https://bugs.webkit.org/show_bug.cgi?id=101587 Unreviewed gardening. Test fast/canvas/fillText-shadow.html has to be rebased after r133834. * platform/efl/fast/canvas/fillText-shadow-expected.txt: 2012-11-08 Mikhail Pozdnyakov [EFL] Gardening after r133807 and r133820 https://bugs.webkit.org/show_bug.cgi?id=101585 Unreviewed gardening. Skipping of compositing/absolute-inside-out-of-view-fixed.html and editing/execCommand/switch-list-type-with-orphaned-li.html for EFL. * platform/efl/TestExpectations: 2012-11-08 Mikhail Pozdnyakov [EFL] Rebaseline svg/css/group-with-shadow.svg https://bugs.webkit.org/show_bug.cgi?id=101592 Unreviewed gardening. Test svg/css/group-with-shadow.svg has to be rebaselined after r133834. * platform/efl-wk1/svg/css/group-with-shadow-expected.png: Removed. * platform/efl/svg/css/group-with-shadow-expected.png: Added. * platform/efl/svg/css/group-with-shadow-expected.txt: 2012-11-08 Alexander Shalamov Warn in the inspector console when using dpi and dpcm units outside of media="print" https://bugs.webkit.org/show_bug.cgi?id=100865 Reviewed by Kenneth Rohde Christiansen. Added layout test that checks if warning is printed to console when dpi or dpcm CSS units are used for resolution media feature. * fast/media/mq-resolution-dpi-dpcm-warning-expected.txt: Added. * fast/media/mq-resolution-dpi-dpcm-warning.html: Added. Skip tests for platforms that doesn't support resolution media feature. * platform/chromium/TestExpectations: * platform/gtk/TestExpectations: * platform/mac/TestExpectations: * platform/win/TestExpectations: 2012-11-08 Zan Dobersek Unreviewed GTK gardening. Adding a platform-specific baseline for the test added in r133868. * platform/gtk/http/tests/security/XFrameOptions: Added. * platform/gtk/http/tests/security/XFrameOptions/x-frame-options-invalid-expected.txt: Added. 2012-11-08 Ádám Kallai [Qt] Unreviewed Gardening. Skip a failing after r133820. Added new baseline after 133834. Update expectation after 133638. * platform/qt/TestExpectations: * platform/qt/css3/filters/effect-reference-expected.png: * platform/qt/css3/filters/effect-reference-expected.txt: * platform/qt/svg/css/group-with-shadow-expected.txt: 2012-11-08 Zan Dobersek Unreviewed GTK gardening. Adding a failure expectation for editing/execCommand/switch-list-type-with-orphaned-li.html, the test regressed in r133820 Further rebaselining after r133834. * platform/gtk/TestExpectations: * platform/gtk/fast/canvas/fillText-shadow-expected.txt: * platform/gtk/svg/css/group-with-shadow-expected.png: * platform/gtk/svg/css/group-with-shadow-expected.txt: 2012-11-08 Mike West Warn when parsing an invalid X-Frame-Options header. https://bugs.webkit.org/show_bug.cgi?id=101447 Reviewed by Adam Barth. * http/tests/security/XFrameOptions/resources/x-frame-options-invalid.cgi: Added. * http/tests/security/XFrameOptions/x-frame-options-invalid-expected.txt: Added. * http/tests/security/XFrameOptions/x-frame-options-invalid.html: Added. New test with an invalid frame option value. 2012-11-08 Zan Dobersek Unreviewed GTK gardening. Moving some expectations to proper sections, unskiping a couple of tests and merging expectations for tests in printing/. * platform/gtk/TestExpectations: 2012-11-08 Eugene Klyuchnikov Web Inspector: Timeline: Improve time/timeEnd appearance. https://bugs.webkit.org/show_bug.cgi?id=100936 Reviewed by Yury Semikhatsky. Tested gluing of time/timeEnd records. * inspector/timeline/timeline-time-expected.txt: Added. * inspector/timeline/timeline-time.html: Added. 2012-11-08 Yury Semikhatsky Web Inspector: move front-end methods called from native part to InspectorFrontendAPI https://bugs.webkit.org/show_bug.cgi?id=101463 Reviewed by Vsevolod Vlasov. Moved Web Inspector methods called from native code to InspectorFrontendAPI. * http/tests/inspector-protocol/resources/InspectorTest.js: (InspectorFrontendAPI.dispatchMessageAsync): 2012-11-08 Zan Dobersek Unreviewed GTK gardening. Rebaselining after r131974, r133037 and r133834. * platform/gtk/TestExpectations: * platform/gtk/fast/repaint/moving-shadow-on-container-expected.png: * platform/gtk/fast/table/025-expected.png: * platform/gtk/fast/table/025-expected.txt: * platform/gtk/svg/css/arrow-with-shadow-expected.png: * platform/gtk/svg/css/arrow-with-shadow-expected.txt: * platform/gtk/svg/css/clippath-with-shadow-expected.txt: * platform/gtk/svg/css/composite-shadow-example-expected.png: * platform/gtk/svg/css/composite-shadow-example-expected.txt: * platform/gtk/svg/css/composite-shadow-text-expected.png: * platform/gtk/svg/css/composite-shadow-with-opacity-expected.png: Added. * platform/gtk/svg/css/composite-shadow-with-opacity-expected.txt: * platform/gtk/svg/css/shadow-changes-expected.png: * platform/gtk/svg/css/shadow-changes-expected.txt: * platform/gtk/svg/custom/pattern-scaling-expected.png: Added. * platform/gtk/svg/custom/pattern-scaling-expected.txt: Added. * platform/gtk/svg/custom/pattern-skew-transformed-expected.png: * platform/gtk/svg/custom/pattern-skew-transformed-expected.txt: Added. * platform/gtk/svg/custom/pattern-with-transformation-expected.png: * platform/gtk/svg/custom/simple-text-double-shadow-expected.txt: * platform/gtk/svg/repaint/repaint-webkit-svg-shadow-expected.png: Added. * platform/gtk/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: 2012-11-08 Kunihiko Sakamoto User can change a disabled select (drop down box) https://bugs.webkit.org/show_bug.cgi?id=100932 Reviewed by Kent Tamura. Verify that keyboard events do not change value of disabled select. * fast/forms/select/select-disabled-expected.txt: Added. * fast/forms/select/select-disabled.html: Added. 2012-11-07 Vsevolod Vlasov [Chromium] Web Inspector: some tests failing with "Cannot call method 'hasTextContent' of undefined" https://bugs.webkit.org/show_bug.cgi?id=94501 Unreviewed unskipped test. * platform/chromium/TestExpectations: 2012-11-07 Vsevolod Vlasov Web Inspector: Migrate inspector IndexedDB support to frontend API. https://bugs.webkit.org/show_bug.cgi?id=101457 Reviewed by Pavel Feldman. * http/tests/inspector/indexeddb/database-data.html: 2012-11-07 Vsevolod Vlasov Web Inspector: Infinite loop in DataGrid::autoSizeColumn https://bugs.webkit.org/show_bug.cgi?id=101363 Reviewed by Pavel Feldman. * inspector/datagrid-autosize-expected.txt: Added. * inspector/datagrid-autosize.html: Added. 2012-11-07 Keishi Hattori Implement week picking to calendar picker https://bugs.webkit.org/show_bug.cgi?id=101449 Reviewed by Kent Tamura. * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations.html: Needs to be changed because we changed DaysTable DOM. 2012-11-07 Hayato Ito Unreviewed, WebKit gardening. Put the deleted line back in r133849 and delete the other one. * platform/chromium/TestExpectations: 2012-11-07 Hayato Ito Unreviewed, WebKit gardening. Remove a duplication which caused a webkit-lint error. * platform/chromium/TestExpectations: 2012-11-07 Sheriff Bot Unreviewed, rolling out r133841. http://trac.webkit.org/changeset/133841 https://bugs.webkit.org/show_bug.cgi?id=101542 Reverted patches were innocent (Requested by shinyak on #webkit). * fast/dom/shadow/styling-pseudo-attribute-expected.html: Added. * fast/dom/shadow/styling-pseudo-attribute.html: Added. * platform/chromium/TestExpectations: 2012-11-07 Hayato Ito Unreviewed, WebKit gardening. Rebaseline after r133384. * fast/repaint/moving-shadow-on-container-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/repaint/moving-shadow-on-container-expected.txt. * platform/chromium-linux-x86/svg/css/group-with-shadow-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/css/group-with-shadow-expected.txt. * platform/chromium-linux/fast/repaint/moving-shadow-on-container-expected.txt: Removed. * platform/chromium-linux/svg/css/group-with-shadow-expected.png: Added. * platform/chromium-linux/svg/css/group-with-shadow-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/css/group-with-shadow-expected.txt. * platform/chromium-mac-lion/svg/css/group-with-shadow-expected.png: Renamed from LayoutTests/platform/chromium-mac-snowleopard/svg/css/group-with-shadow-expected.png. * platform/chromium-mac-lion/svg/css/group-with-shadow-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/css/group-with-shadow-expected.txt. * platform/chromium-mac-snowleopard/svg/css/group-with-shadow-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/css/group-with-shadow-expected.txt. * platform/chromium-mac/fast/repaint/moving-shadow-on-container-expected.png: * platform/chromium-mac/fast/repaint/moving-shadow-on-container-expected.txt: * platform/chromium-mac/svg/css/group-with-shadow-expected.png: Added. * platform/chromium-mac/svg/css/group-with-shadow-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/css/group-with-shadow-expected.txt. * platform/chromium-win-xp/fast/repaint/moving-shadow-on-container-expected.txt: Removed. * platform/chromium-win-xp/svg/css/group-with-shadow-expected.png: Added. * platform/chromium-win-xp/svg/css/group-with-shadow-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/css/group-with-shadow-expected.txt. * platform/chromium-win/fast/repaint/moving-shadow-on-container-expected.txt: Removed. * platform/chromium-win/svg/css/group-with-shadow-expected.png: Added. * platform/chromium-win/svg/css/group-with-shadow-expected.txt: * platform/chromium/TestExpectations: * platform/chromium/fast/repaint/moving-shadow-on-container-expected.txt: Removed. * platform/chromium/svg/css/group-with-shadow-expected.png: Removed. * platform/efl-wk1/fast/repaint/moving-shadow-on-container-expected.png: Renamed from LayoutTests/platform/efl/fast/repaint/moving-shadow-on-container-expected.png. * platform/efl-wk1/svg/css/group-with-shadow-expected.png: Renamed from LayoutTests/platform/efl/svg/css/group-with-shadow-expected.png. * platform/efl/fast/repaint/moving-shadow-on-container-expected.txt: Removed. 2012-11-07 Dirk Pranke Unreviewed, new chromium-mac-mountainlion svg baselines. 2012-11-07 Shinya Kawanaka Unreviewed, rolling out r133428 and r133749 https://bugs.webkit.org/show_bug.cgi?id=101533 These patches might cause memory regression. * fast/dom/shadow/styling-pseudo-attribute-expected.html: Removed. * fast/dom/shadow/styling-pseudo-attribute.html: Removed. * platform/chromium/TestExpectations: 2012-11-07 Hayato Ito Unreviewed gardening. Marking new test editing/execCommand/switch-list-type-with-orphaned-li.html per webkit.org/b/101539. * platform/chromium/TestExpectations: 2012-11-07 Dirk Pranke Unreviewed, new chromium-mac-mountainlion baselines for remaining dirs outside of fast, svg, and tables. 2012-11-07 Tim Horton Repaint issues with -webkit-svg-shadow used on a container https://bugs.webkit.org/show_bug.cgi?id=65643 Reviewed by Simon Fraser. * platform/chromium/TestExpectations: Mark tests as needing rebaseline. * platform/efl/TestExpectations: Mark tests as needing rebaseline. * platform/gtk/TestExpectations: Mark tests as needing rebaseline. * platform/qt/TestExpectations: Mark tests as needing rebaseline. * platform/mac/fast/repaint/moving-shadow-on-container-expected.txt: * platform/mac/svg/css/arrow-with-shadow-expected.txt: * platform/mac/svg/css/clippath-with-shadow-expected.txt: * platform/mac/svg/css/composite-shadow-example-expected.txt: * platform/mac/svg/css/composite-shadow-with-opacity-expected.txt: * platform/mac/svg/css/group-with-shadow-expected.txt: * platform/mac/svg/css/shadow-changes-expected.txt: * platform/mac/svg/custom/simple-text-double-shadow-expected.txt: Rebaseline Mac results due to this change. * svg/css/parent-shadow-offscreen-expected.svg: Added. * svg/css/parent-shadow-offscreen.svg: Added. Add a new test that ensures that with -webkit-svg-shadow applied draws when children are offscreen but the shadow is not. * svg/css/root-shadow-offscreen-expected.svg: Added. * svg/css/root-shadow-offscreen.svg: Added. Add a new test that ensures that with -webkit-svg-shadow applied draws when children are offscreen but the shadow is not. * platform/mac/svg/repaint/repaint-webkit-svg-shadow-expected.png: Added. * svg/repaint/repaint-webkit-svg-shadow-expected.txt: Added. * svg/repaint/repaint-webkit-svg-shadow.svg: Added. Add a new test that ensures that SVG elements with -webkit-svg-shadow are correctly invalidated. 2012-11-07 Roger Fong Enable Subpixel Layout on Windows. Rebaseline any failing tests that were rebaselined in r133351. https://bugs.webkit.org/show_bug.cgi?id=101538 Rubberstamped by Tim Horton. * platform/win/css1/font_properties/font-expected.txt: * platform/win/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt: * platform/win/editing/selection/caret-ltr-right-expected.txt: * platform/win/editing/selection/caret-rtl-2-left-expected.txt: * platform/win/editing/selection/caret-rtl-right-expected.txt: * platform/win/editing/selection/mixed-editability-10-expected.txt: * platform/win/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt: * platform/win/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt: * platform/win/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt: * platform/win/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt: * platform/win/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt: * platform/win/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt: * platform/win/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt: * platform/win/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt: * platform/win/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt: * platform/win/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt: * platform/win/fast/borders/bidi-012-expected.txt: * platform/win/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt: * platform/win/fast/forms/file/file-input-disabled-expected.txt: * platform/win/fast/inline/inline-box-background-expected.txt: * platform/win/fast/inline/inline-box-background-long-image-expected.txt: * platform/win/fast/inline/inline-box-background-repeat-x-expected.txt: * platform/win/fast/inline/inline-box-background-repeat-y-expected.txt: * platform/win/fast/lists/003-vertical-expected.txt: * platform/win/fast/text/international/vertical-text-glyph-test-expected.txt: * platform/win/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: * platform/win/transforms/2d/hindi-rotated-expected.txt: 2012-11-07 Keishi Hattori [Chromium] platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html is flaky https://bugs.webkit.org/show_bug.cgi?id=101408 Reviewed by Kent Tamura. Mistake with timezone was making this test flaky. * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html: 2012-11-07 Dirk Pranke Unreviewed, new chromium-mac-mountainlion baselines for css3/selectors3. 2012-11-07 Dirk Pranke Unreviewed, chromium expectations cleanup Remove entries for a couple of passing tests and one stale pixel result for a reftest. * platform/chromium-mac-mountainlion/TestExpectations: * platform/chromium-mac/fast/sub-pixel/float-wrap-zoom-expected.png: Removed. * platform/chromium/TestExpectations: 2012-11-07 Dirk Pranke Unreviewed, update chromium-mac-ml expectations after r133811 and r133814. * platform/chromium-mac-mountainlion/TestExpectations: * platform/chromium-mac/css2.1/20110323/border-conflict-element-001d-expected.png: Removed. * platform/chromium-mac/css2.1/20110323/overflow-applies-to-007-expected.png: Removed. * platform/chromium-mac/css2.1/20110323/overflow-applies-to-010-expected.png: Removed. * platform/chromium-mac/css2.1/20110323/overflow-applies-to-012-expected.png: Removed. * platform/chromium-mac/css2.1/20110323/overflow-applies-to-013-expected.png: Removed. * platform/chromium-mac/css2.1/20110323/overflow-applies-to-014-expected.png: Removed. * platform/chromium-mac/css2.1/20110323/overflow-applies-to-015-expected.png: Removed. * platform/chromium-mac/css2.1/20110323/text-indent-014-expected.png: Removed. * platform/chromium/TestExpectations: 2012-11-07 KyungTae Kim [EFL] Remove exif-orientation-image-document.html from failure list https://bugs.webkit.org/show_bug.cgi?id=101518 Unreviewed gardening. fast/images/exif-orientation-image-document.html passes after r133728 * platform/efl-wk1/TestExpectations: 2012-11-07 Philip Rogers Rebaselinene after external SVG unblocked in WK100485 https://bugs.webkit.org/show_bug.cgi?id=101248 Unreviewed update of test expectations. * platform/chromium-linux/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png: Added property svn:mime-type. * platform/chromium-linux/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png: Added property svn:mime-type. * platform/chromium-mac-lion/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png: Added. * platform/chromium-mac-lion/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png: Added property svn:mime-type. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png: Added property svn:mime-type. * platform/chromium-mac/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png: Added property svn:mime-type. * platform/chromium/TestExpectations: 2012-11-07 Dirk Pranke Unreviewed, update chromium-mac-mountainlion baselines for css2.1 2012-11-07 Dirk Pranke Unreviewed, update chromium-mac-mountainlion baselines for css2.1/20110323 2012-11-07 Joshua Bell [Chromium] Unreviewed gardening. * platform/chromium/TestExpectations: 2012-11-07 Beth Dakin https://bugs.webkit.org/show_bug.cgi?id=101303 Fixed position elements that are out of view still end up forcing non-threaded scrolling -and corresponding- Reviewed by Simon Fraser. New tests for an invisible fixed object that has visible children. * compositing/absolute-inside-out-of-view-fixed-expected.txt: Added. * compositing/absolute-inside-out-of-view-fixed.html: Added. * platform/mac/tiled-drawing/fixed/absolute-inside-out-of-view-fixed-expected.txt: Added. * platform/mac/tiled-drawing/fixed/absolute-inside-out-of-view-fixed.html: Added. Updated results because these tests can now scroll on the scrolling thread, yay! * platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-expected.txt: * platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-negative-zindex-expected.txt: 2012-11-07 Philip Rogers Update expectations for svg/text/text-rescale.svg Unreviewed update of test expectations. This test needed a rebaseline after r133786. * platform/chromium-win/svg/text/text-rescale-expected.png: * platform/efl/svg/text/text-rescale-expected.png: Removed. 2012-11-07 Philip Rogers Skip SVG repaint tracking when parent container transforms https://bugs.webkit.org/show_bug.cgi?id=101177 Reviewed by Eric Seidel. The repaint area in svg/repaint/inner-svg-change-viewBox.svg has been tightened as a result of this patch. * platform/chromium/TestExpectations: * platform/mac/TestExpectations: 2012-11-07 Balazs Kelemen [Qt] Text on scaled layer is blurry https://bugs.webkit.org/show_bug.cgi?id=101491 Unreviewed gardening. Mark tests as ImageOnlyFailure. * platform/qt-5.0-wk2/TestExpectations: 2012-11-07 Raphael Kubo da Costa Enable text dump in fast/forms/file/get-file-upload.html earlier. https://bugs.webkit.org/show_bug.cgi?id=101468 Reviewed by Kentaro Hara. Do not call testRunner.dumpAsText() only when processing the form submission, since that will not be triggered if a port does not support, say, beginDragWithFiles(), and a useless pixel result will be generated in that case. Instead, call dumpAsText() as early as possible. * fast/forms/file/get-file-upload.html: 2012-11-07 Joshua Bell IndexedDB: Assertion failure with open() within upgradeneeded https://bugs.webkit.org/show_bug.cgi?id=96947 Reviewed by Dimitri Glazkov. Exercise the code path leading to the assert by having a second version change transaction unblocked by the first's connection closing. Includes a known failure due to metadata snapshot timing. * storage/indexeddb/resources/unblocked-version-changes.js: Added. (test): (openConnection): (onUpgradeNeeded): (onError): (onUpgradeNeeded2): (onSuccess): * storage/indexeddb/unblocked-version-changes-expected.txt: Added. * storage/indexeddb/unblocked-version-changes.html: Added. 2012-11-06 Simon Fraser Fix failing platform/mac/tiled-drawing on Lion. It's not possible to use TestExpectations to skip tests on all but current mac-wk2, so just land results for Lion. * platform/mac-lion/platform/mac/tiled-drawing/fixed/absolute-inside-fixed-expected.txt: Added. * platform/mac-lion/platform/mac/tiled-drawing/fixed/fixed-in-overflow-expected.txt: Added. * platform/mac-lion/platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-expected.txt: Added. * platform/mac-lion/platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-negative-zindex-expected.txt: Added. * platform/mac-lion/platform/mac/tiled-drawing/fixed/four-bars-expected.txt: Added. * platform/mac-lion/platform/mac/tiled-drawing/fixed/nested-fixed-expected.txt: Added. * platform/mac-lion/platform/mac/tiled-drawing/fixed/percentage-inside-fixed-expected.txt: Added. * platform/mac-lion/platform/mac/tiled-drawing/scrolling-tree-after-scroll-expected.txt: Added. * platform/mac-lion/platform/mac/tiled-drawing/scrolling-tree-slow-scrolling-expected.txt: Added. * platform/mac-lion/platform/mac/tiled-drawing/tile-coverage-after-scroll-expected.txt: Added. * platform/mac-lion/platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt: Added. * platform/mac-lion/platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt: Added. * platform/mac-lion/platform/mac/tiled-drawing/tiled-drawing-zoom-expected.txt: Added. * platform/mac-lion/platform/mac/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt: Added. * platform/mac-lion/platform/mac/tiled-drawing/use-tiled-drawing-expected.txt: Added. 2012-11-07 Shinya Kawanaka [Shadow] Style should update when 'pseudo' attribute is dynamically updated https://bugs.webkit.org/show_bug.cgi?id=100918 Reviewed by Dimitri Glazkov. * fast/dom/shadow/pseudo-attribute-dynamic-expected.html: Added. * fast/dom/shadow/pseudo-attribute-dynamic.html: Added. 2012-11-07 Vsevolod Vlasov Unreviewed test expectations update. * platform/chromium/TestExpectations: 2012-11-07 Joshua Bell [Chromium] Unreviewed gardening. Rebaseline the tests added in http://trac.webkit.org/changeset/133686 - part deux. * platform/chromium-win/fast/backgrounds/transformed-body-background-expected.png: Added. * platform/chromium-win/fast/backgrounds/transformed-body-html-background-expected.png: Added. * platform/chromium-win/fast/backgrounds/transformed-html-body-background-expected.png: Added. 2012-11-07 Vsevolod Vlasov Layout Test inspector/debugger/script-formatter-breakpoints.html is failing https://bugs.webkit.org/show_bug.cgi?id=101361 Unreviewed test fix. * inspector/debugger/script-formatter-breakpoints.html: * platform/chromium/TestExpectations: 2012-11-07 Balazs Kelemen [Qt] Unreviewed gardening Some image expectetions was accidentally added for reference tests and it consused nrwt. Deleted them. * platform/qt-5.0-wk2/compositing/text-on-scaled-layer-expected.png: Removed. * platform/qt-5.0-wk2/compositing/text-on-scaled-surface-expected.png: Removed. * platform/qt/css2.1/20110323/margin-collapse-clear-016-expected.png: Removed. * platform/qt/svg/animations/animateMotion-additive-2c-expected.png: Removed. 2012-11-07 Zan Dobersek Unreviewed GTK gardening. Adding a timeout expectation for the test introduced in r133660. Adding timeout expectations for two media tests that started timing out probably after r133633. * platform/gtk/TestExpectations: 2012-11-07 Dominik Röttsches [EFL] Unreviewed gardening. Rebaselining a few ruby tests. * platform/efl/fast/writing-mode/japanese-ruby-horizontal-bt-expected.png: * platform/efl/fast/writing-mode/japanese-ruby-horizontal-bt-expected.txt: * platform/efl/fast/writing-mode/japanese-ruby-vertical-lr-expected.png: * platform/efl/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt: * platform/efl/fast/writing-mode/japanese-ruby-vertical-rl-expected.png: * platform/efl/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt: 2012-11-07 Csaba Osztrogonác [Qt] Unreviewed gardening after r133688, remove unnecessary platform specific expected files. * platform/qt/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt: Removed. * platform/qt/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt: Removed. * platform/qt/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt: Removed. 2012-11-07 Dominik Röttsches [EFL] Unreviewed gardening. navigator-vibration.html is still crashing occasionally. * platform/efl-wk2/TestExpectations: 2012-11-07 Andrey Adaikin Web Inspector: [Canvas] Save CanvasGradient objects state for a replay https://bugs.webkit.org/show_bug.cgi?id=101432 Reviewed by Pavel Feldman. Alerts about API changes to CanvasGradient and CanvasPattern classes. Checks capturing for CanvasGradient objects' state. * inspector/profiler/canvas2d/canvas2d-api-changes-expected.txt: * inspector/profiler/canvas2d/canvas2d-api-changes.html: * inspector/profiler/canvas2d/canvas2d-gradient-capturing-expected.txt: Added. * inspector/profiler/canvas2d/canvas2d-gradient-capturing.html: Added. 2012-11-07 Raphael Kubo da Costa [EFL] Unreviewed gardening. fast/repaint/block-selection-gap-in-table-cell.html is not rendering correctly, so skip it when running pixel tests. Need a * platform/efl/TestExpectations: 2012-11-07 Vsevolod Vlasov Unreviewed inspector test polish. Made http/tests/indexeddb/database-data.html test faster, added more verbose errors for test debugging. * http/tests/inspector/indexeddb/database-data-expected.txt: * http/tests/inspector/indexeddb/database-data.html: * http/tests/inspector/indexeddb/indexeddb-test.js: (onIndexedDBError): (onIndexedDBBlocked): (doWithDatabase): 2012-11-07 Raphael Kubo da Costa [EFL] Gardening. Add or fix a few pixel expectations. * platform/efl/compositing/plugins/composited-plugin-expected.png: * platform/efl/compositing/repaint/composited-document-element-expected.png: Added. * platform/efl/fast/writing-mode/japanese-ruby-horizontal-bt-expected.png: * platform/efl/fast/writing-mode/japanese-ruby-horizontal-bt-expected.txt: * platform/efl/fast/writing-mode/japanese-ruby-vertical-lr-expected.png: * platform/efl/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt: * platform/efl/fast/writing-mode/japanese-ruby-vertical-rl-expected.png: * platform/efl/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt: * platform/efl/plugins/iframe-plugin-bgcolor-expected.png: Added. * platform/efl/plugins/mouse-click-plugin-clears-selection-expected.png: Added. * platform/efl/plugins/netscape-dom-access-expected.png: Added. 2012-11-07 Stephen White Now that it no longer produces image results, remove unnecessary PNGs for crash-hw-sw-switch.html. Unreviewed. * platform/chromium-android/css3/filters/crash-hw-sw-switch-expected.png: Removed. * platform/chromium-linux/css3/filters/crash-hw-sw-switch-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/filters/crash-hw-sw-switch-expected.png: Removed. * platform/chromium-mac/css3/filters/crash-hw-sw-switch-expected.png: Removed. * platform/chromium-win/css3/filters/crash-hw-sw-switch-expected.png: Removed. * platform/mac-snowleopard/css3/filters/crash-hw-sw-switch-expected.png: Removed. * platform/qt/css3/filters/crash-hw-sw-switch-expected.png: Removed. 2012-11-07 Grzegorz Czajkowski [EFL] WebKitTestRunner needs to turn on 'setContinuousSpellCheckingEnabled' https://bugs.webkit.org/show_bug.cgi?id=93611 Reviewed by Gyuyoung Kim. Unskip the spelling tests from efl-wk2/TestExpectations to run them for WebKit2-EFL. Add new missing baselines for two spelling tests for EFL platform. * platform/efl-wk2/TestExpectations: * platform/efl/TestExpectations: * platform/efl/editing/spelling/inline_spelling_markers-expected.txt: Added. * platform/efl/editing/spelling/spelling-expected.txt: Added. 2012-11-07 Dominik Röttsches [EFL] Unreviewed gardening. Marking new test media/progress-events-generated-correctly.html as failing on EFL. * platform/efl/TestExpectations: 2012-11-07 Dominik Röttsches [EFL] Fix execution of exif-orientation-image-document.html on EFL Wk2 bot https://bugs.webkit.org/show_bug.cgi?id=101343 Reviewed by Kenneth Rohde Christiansen. Unskipping exif-orientation-image-document.html now that respecting orientation is default enabled for image documents. * platform/efl-wk2/TestExpectations: 2012-11-06 Yury Semikhatsky Console not displaying all properties of an Object once native Constructor overwritten https://bugs.webkit.org/show_bug.cgi?id=101320 Reviewed by Pavel Feldman. Check that Web Inspector's console works fine if Object is overwritten in the inspected page. * inspector/console/console-Object-overwritten-expected.txt: Added. * inspector/console/console-Object-overwritten.html: Added. 2012-11-06 Kangil Han [EFL][WK2] media/media-continues-playing-after-replace-source.html fails https://bugs.webkit.org/show_bug.cgi?id=101429 Unreviewed, EFL gardening. media-continues-playing-after-replace-source.html test case crashes in WK2 only. * platform/efl-wk2/TestExpectations: 2012-11-06 Dan Beam Enable REQUEST_AUTOCOMPLETE for chromium port https://bugs.webkit.org/show_bug.cgi?id=101376 Reviewed by Adam Barth. This patch enables the feature flag REQUEST_AUTOCOMPLETE in WebKit/chromium only to allow web authors to start to use HTMLFormElement#requestAutocomplete as the chrome-side work progresses further. * fast/forms/form-request-autocomplete-expected.txt: Updated to match form-request-autocomplete.html changes. * fast/forms/form-request-autocomplete.html: Remove bug number as per Adam Barth 's advice. * platform/chromium/fast/forms/form-request-autocomplete-expected.txt: Added. Adding expected successful layout test for form-request-autocomplete.html tests to chromium specific directory (as chromium is currently the only place the feature is enabled). 2012-11-06 Ken Buchanan Crash due to column span under button element https://bugs.webkit.org/show_bug.cgi?id=101402 Reviewed by Abhishek Arya. Test creates crashing condition for bug 101402. * fast/block/colspan-under-button-crash.html: Added. * fast/block/colspan-under-button-crash-expected.txt: Added. 2012-11-06 Jaehun Lim [EFL][WK2] fast/dom/shadow/shadowdom-for-object-only-shadow.html fails https://bugs.webkit.org/show_bug.cgi?id=101417 Unreviewed, EFL gardening. shadowdom-for-object-only-shadow.html test is flaky in WK2 only. * platform/efl-wk2/TestExpectations: 2012-11-06 Shinya Kawanaka [Shadow] Pseudo custom-elements should start with 'x-'. https://bugs.webkit.org/show_bug.cgi?id=100919 Reviewed by Dimitri Glazkov. * fast/dom/shadow/pseudo-attribute-rendering-expected.html: Added. * fast/dom/shadow/pseudo-attribute-rendering.html: Added. 2012-11-06 Alice Boxhall Unreviewed gardening. Rebaseline the tests added in http://trac.webkit.org/changeset/133686 for different platforms. * platform/chromium-linux/fast/backgrounds/transformed-body-background-expected.png: Added. * platform/chromium-linux/fast/backgrounds/transformed-body-html-background-expected.png: Added. * platform/chromium-linux/fast/backgrounds/transformed-html-body-background-expected.png: Added. * platform/chromium-mac-lion/compositing/repaint/composited-document-element-expected.png: * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/repaint/composited-document-element-expected.png: Added. * platform/chromium-mac-snowleopard/compositing/repaint/composited-document-element-expected.png: * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/repaint/composited-document-element-expected.png: Added. * platform/chromium-mac/compositing/repaint/composited-document-element-expected.png: * platform/chromium-mac/fast/backgrounds/transformed-body-background-expected.png: Added. * platform/chromium-mac/fast/backgrounds/transformed-body-html-background-expected.png: Added. * platform/chromium-mac/fast/backgrounds/transformed-html-body-background-expected.png: Added. * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/repaint/composited-document-element-expected.png: Added. * platform/efl-wk1/compositing/repaint/composited-document-element-expected.png: Renamed from LayoutTests/platform/efl/compositing/repaint/composited-document-element-expected.png. 2012-11-06 Joshua Bell fast/forms/select-set-length-with-mutation-remove is slow on chromium debug builds https://bugs.webkit.org/show_bug.cgi?id=60092 [Chromium] Unreviewed gardening - so slow it's timing out at 60s rather often. * platform/chromium/TestExpectations: 2012-11-06 Hans Muller [CSS Exclusions] Changeset r133384 defeated the rectilinear polygon tests https://bugs.webkit.org/show_bug.cgi?id=101405 Reviewed by Dirk Schulze. When the exclusions/shape-inside subpixel layout JS code was refactored, (see https://bugs.webkit.org/show_bug.cgi?id=100704) these two tests were not properly updated. They now include subpixel-utils.js, which simple-polygon.js depends on. * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-001-expected.html: * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-001.html: * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-002-expected.html: * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-002.html: 2012-11-06 Stephen White Don't write pixels for crash-hw-sw-switch test; if it doesn't crash, it passes. Unreviewed. * css3/filters/crash-hw-sw-switch.html: 2012-11-06 Noel Gordon (r125185) http/tests/images/jpg-img-partial-load.html timeout on Lion https://bugs.webkit.org/show_bug.cgi?id=93636 Reviewed by Simon Fraser. Remove this test: fast/images/jpeg-partial-load.html is now used to test partial jpeg image loads. * http/tests/images/jpg-img-partial-load-expected.png: Removed. * http/tests/images/jpg-img-partial-load-expected.txt: Removed. * http/tests/images/jpg-img-partial-load.html: Removed. * platform/mac/TestExpectations: * platform/win/TestExpectations: * platform/wincairo/TestExpectations: 2012-11-06 Joshua Bell [Chromium] Unreviewed gardening. A couple of expectation updates c/o dbarton@mathscribe.com and marking calendar-picker-key-operations.html flaky per webkit.org/b/101408 * platform/chromium/TestExpectations: 2012-11-06 Stephen White Removed useless image baselines for filter-empty-element-crash. Unreviewed. * platform/chromium-linux/css3/filters/filter-empty-element-crash-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/filters/filter-empty-element-crash-expected.png: Removed. * platform/chromium-mac/css3/filters/filter-empty-element-crash-expected.png: Removed. * platform/chromium-win/css3/filters/filter-empty-element-crash-expected.png: Removed. * platform/mac-snowleopard/css3/filters/filter-empty-element-crash-expected.png: Removed. * platform/qt-5.0-wk2/css3/filters/filter-empty-element-crash-expected.png: Removed. 2012-11-06 Stephen White [Chromium] New baselines for some CSS3 filter tests. Unreviewed. * platform/chromium-mac/css3/filters/crash-hw-sw-switch-expected.png: * platform/chromium-mac/css3/filters/effect-reference-expected.png: * platform/chromium-mac/css3/filters/effect-reference-expected.txt: * platform/chromium-win/css3/filters/effect-reference-expected.png: * platform/chromium-win/css3/filters/effect-reference-expected.txt: 2012-11-06 Simon Fraser -webkit-background-clip:text produces artifacts when applied to the body and the browser is resized https://bugs.webkit.org/show_bug.cgi?id=89287 Reviewed by Beth Dakin. Test with -webkit-background-clip: text on the body, which scrolls. Some additional tests that exercise different combinations of html and body transform and background. * compositing/repaint/composited-document-element.html: * fast/backgrounds/background-clip-text-on-body-expected.png: Added. * fast/backgrounds/background-clip-text-on-body-expected.txt: Added. * fast/backgrounds/background-clip-text-on-body.html: Added. * fast/backgrounds/transformed-body-background-expected.png: Added. * fast/backgrounds/transformed-body-background-expected.txt: Added. * fast/backgrounds/transformed-body-background.html: Added. * fast/backgrounds/transformed-body-html-background-expected.png: Added. * fast/backgrounds/transformed-body-html-background-expected.txt: Added. * fast/backgrounds/transformed-body-html-background.html: Added. * fast/backgrounds/transformed-html-body-background-expected.png: Added. * fast/backgrounds/transformed-html-body-background-expected.txt: Added. * fast/backgrounds/transformed-html-body-background.html: Added. 2012-11-06 Hans Muller [CSS Exclusions] Store ExclusionPolygonEdge vertices in clockwise order https://bugs.webkit.org/show_bug.cgi?id=100763 Reviewed by Darin Adler. Verify that a shape-inside polygon whose vertices are specified in counterclockwise order is handled correctly. * fast/exclusions/shape-inside/shape-inside-counterclockwise-polygon-expected.html: Added. * fast/exclusions/shape-inside/shape-inside-counterclockwise-polygon.html: Added. 2012-11-06 Dirk Pranke Unreviewed, remove a couple of passing tests from chromium expectations. * platform/chromium-mac-mountainlion/TestExpectations: * platform/chromium/TestExpectations: 2012-11-06 Raphael Kubo da Costa [EFL] Unreviewed gardening after r133676. * platform/efl-wk2/TestExpectations: Unskip a few passing tests. 2012-11-06 Joshua Bell http/tests/inspector-enabled/dynamic-scripts.html is flakey https://bugs.webkit.org/show_bug.cgi?id=100926 Unreviewed gardening. * platform/chromium/TestExpectations: 2012-11-06 Joshua Bell [Chromium] platform/chromium-linux/fast/text/international/complex-joining-using-gpos.html flaky on linux debug https://bugs.webkit.org/show_bug.cgi?id=101377 Unreviewed gardening. Add ImageOnlyFailure expectation, for extra fun. * platform/chromium/TestExpectations: 2012-11-06 Dirk Pranke Unreviewed chromium, chromium-mac-mountainlion gardening Remove a bunch of passing tests, and clean up a couple of ML issues. * platform/chromium-mac-lion/media/track/track-cue-rendering-horizontal-expected.png: Removed. * platform/chromium-mac-lion/media/track/track-cue-rendering-horizontal-expected.txt: Removed. * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.png: * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.txt: * platform/chromium/TestExpectations: 2012-11-06 John Griggs Implement MediaPlayerPrivate::didLoadingProgress for BlackBerry platform https://bugs.webkit.org/show_bug.cgi?id=100378 Reviewed by Eric Carlson. Implement this method for BlackBerry platform. New test: LayoutTests/media/progress-events-generated-correctly.html * media/progress-events-generated-correctly-expected.txt: Added. * media/progress-events-generated-correctly.html: Added. * platform/chromium/TestExpectations: * platform/mac/TestExpectations: 2012-11-06 Joshua Bell [Chromium] Unreviewed gardening. * platform/chromium/TestExpectations: 2012-11-06 Andrei Bucur [CSS Regions] Fix failing tests on Mac after sub-pixel layout was enabled https://bugs.webkit.org/show_bug.cgi?id=101364 Reviewed by Simon Fraser. There are no changes in the code. Only the tests had to be fixed. * fast/regions/float-pushed-width-change-expected.html: Remove the unnecessary 0.5px margin. * fast/regions/floats-basic-in-variable-width-regions-expected.html: Because of how regions are implemented, the left offset for lines is 50px (the float width) - X.5px (margin: auto gives a different value in the two regions). This translated into 37.5px which triggered a sub-pixel layout issue. The new width values changes the X.5px into a rounded value. * fast/regions/floats-basic-in-variable-width-regions.html: See above * fast/regions/render-region-renderer-expected.html: Remove unnecessary 0.5px height. 2012-11-06 Joshua Bell [Chromium] platform/chromium-linux/fast/text/international/complex-joining-using-gpos.html flaky on linux debug https://bugs.webkit.org/show_bug.cgi?id=101377 Unreviewed gardening. Add new expectation, remove expectation for reverted change. * platform/chromium/TestExpectations: 2012-11-06 Sheriff Bot Unreviewed, rolling out r133529 and r133562. http://trac.webkit.org/changeset/133529 http://trac.webkit.org/changeset/133562 https://bugs.webkit.org/show_bug.cgi?id=101371 Caused 15% memory regression on Chromium page cyclers (Requested by jsbell|gardener on #webkit). * css3/line-break/line-break-auto-centered-expected.html: Removed. * css3/line-break/line-break-auto-centered.html: Removed. * css3/line-break/line-break-auto-half-kana-expected.html: Removed. * css3/line-break/line-break-auto-half-kana.html: Removed. * css3/line-break/line-break-auto-hyphens-expected.html: Removed. * css3/line-break/line-break-auto-hyphens.html: Removed. * css3/line-break/line-break-auto-inseparables-expected.html: Removed. * css3/line-break/line-break-auto-inseparables.html: Removed. * css3/line-break/line-break-auto-iteration-marks-expected.html: Removed. * css3/line-break/line-break-auto-iteration-marks.html: Removed. * css3/line-break/line-break-auto-postfixes-expected.html: Removed. * css3/line-break/line-break-auto-postfixes.html: Removed. * css3/line-break/line-break-auto-prefixes-expected.html: Removed. * css3/line-break/line-break-auto-prefixes.html: Removed. * css3/line-break/line-break-auto-sound-marks-expected.html: Removed. * css3/line-break/line-break-auto-sound-marks.html: Removed. * css3/line-break/line-break-loose-centered-expected.html: Removed. * css3/line-break/line-break-loose-centered.html: Removed. * css3/line-break/line-break-loose-half-kana-expected.html: Removed. * css3/line-break/line-break-loose-half-kana.html: Removed. * css3/line-break/line-break-loose-hyphens-expected.html: Removed. * css3/line-break/line-break-loose-hyphens.html: Removed. * css3/line-break/line-break-loose-inseparables-expected.html: Removed. * css3/line-break/line-break-loose-inseparables.html: Removed. * css3/line-break/line-break-loose-iteration-marks-expected.html: Removed. * css3/line-break/line-break-loose-iteration-marks.html: Removed. * css3/line-break/line-break-loose-postfixes-expected.html: Removed. * css3/line-break/line-break-loose-postfixes.html: Removed. * css3/line-break/line-break-loose-prefixes-expected.html: Removed. * css3/line-break/line-break-loose-prefixes.html: Removed. * css3/line-break/line-break-loose-sound-marks-expected.html: Removed. * css3/line-break/line-break-loose-sound-marks.html: Removed. * css3/line-break/line-break-normal-centered-expected.html: Removed. * css3/line-break/line-break-normal-centered.html: Removed. * css3/line-break/line-break-normal-half-kana-expected.html: Removed. * css3/line-break/line-break-normal-half-kana.html: Removed. * css3/line-break/line-break-normal-hyphens-expected.html: Removed. * css3/line-break/line-break-normal-hyphens.html: Removed. * css3/line-break/line-break-normal-inseparables-expected.html: Removed. * css3/line-break/line-break-normal-inseparables.html: Removed. * css3/line-break/line-break-normal-iteration-marks-expected.html: Removed. * css3/line-break/line-break-normal-iteration-marks.html: Removed. * css3/line-break/line-break-normal-postfixes-expected.html: Removed. * css3/line-break/line-break-normal-postfixes.html: Removed. * css3/line-break/line-break-normal-prefixes-expected.html: Removed. * css3/line-break/line-break-normal-prefixes.html: Removed. * css3/line-break/line-break-normal-sound-marks-expected.html: Removed. * css3/line-break/line-break-normal-sound-marks.html: Removed. * css3/line-break/line-break-strict-centered-expected.html: Removed. * css3/line-break/line-break-strict-centered.html: Removed. * css3/line-break/line-break-strict-half-kana-expected.html: Removed. * css3/line-break/line-break-strict-half-kana.html: Removed. * css3/line-break/line-break-strict-hyphens-expected.html: Removed. * css3/line-break/line-break-strict-hyphens.html: Removed. * css3/line-break/line-break-strict-inseparables-expected.html: Removed. * css3/line-break/line-break-strict-inseparables.html: Removed. * css3/line-break/line-break-strict-iteration-marks-expected.html: Removed. * css3/line-break/line-break-strict-iteration-marks.html: Removed. * css3/line-break/line-break-strict-postfixes-expected.html: Removed. * css3/line-break/line-break-strict-postfixes.html: Removed. * css3/line-break/line-break-strict-prefixes-expected.html: Removed. * css3/line-break/line-break-strict-prefixes.html: Removed. * css3/line-break/line-break-strict-sound-marks-expected.html: Removed. * css3/line-break/line-break-strict-sound-marks.html: Removed. * platform/chromium-android/css3/line-break/line-break-auto-half-kana-expected.html: Removed. * platform/chromium-android/css3/line-break/line-break-auto-sound-marks-expected.html: Removed. * platform/chromium/css3/line-break/line-break-auto-half-kana-expected.html: Removed. * platform/chromium/css3/line-break/line-break-auto-sound-marks-expected.html: Removed. 2012-11-06 Dirk Pranke Unreviewed, update chromium-mac-mountainlion expectations to remove passing tests. * platform/chromium-mac-mountainlion/TestExpectations: 2012-11-06 Stephen White Don't dump pixels for filter-empty-element-crash. https://bugs.webkit.org/show_bug.cgi?id=101359 Reviewed by Adrienne Walker. * css3/filters/filter-empty-element-crash.html: 2012-11-06 Simon Fraser (r133351): Number of test failures from enabling SUBPIXEL_LAYOUT on Mac https://bugs.webkit.org/show_bug.cgi?id=101220 New baselines for two more tests whose output was affected by enabling subpixel layout. * platform/mac/fast/dynamic/subtree-parent-static-y-expected.txt: * platform/mac/fast/images/repaint-subrect-grid-expected.txt: 2012-11-06 Stephen White Add new test cases to layout test effect-reference and effect-reference-hw. https://bugs.webkit.org/show_bug.cgi?id=101366 Reviewed by Dean Jackson. * css3/filters/effect-reference-hw.html: * css3/filters/effect-reference.html: Add some test cases for feBlend and feSpecularLighting. 2012-11-06 Rick Byers [chromium] Two touchadjustment tests are failing on mac https://bugs.webkit.org/show_bug.cgi?id=100833 Reviewed by Antonio Gomes. Re-enable these two tests with appropriate tweaks. Also avoid the platform dependant behavior by switching to the Ahem font. * platform/chromium/TestExpectations: Remove the failure expectations. * touchadjustment/html-label.html: Tweak one very borderline case to be closer to pass reliably. Previously this passed only due to a bug in the test infrastructure fixed in r132929. * touchadjustment/nested-touch.html: Tweak borderline case to compensate for inclusion of the border in the measurement of the size of the div. 2012-11-06 Joshua Bell [Chromium] Unreviewed gardening. * platform/chromium/TestExpectations: 2012-11-06 Joshua Bell [Chromium] css3/line-break/line-break-strict-sound-marks.html image flaky on Mac 10.7 https://bugs.webkit.org/show_bug.cgi?id=101368 Unreviewed gardening. * platform/chromium/TestExpectations: 2012-11-05 Simon Fraser Fix RenderGeometryMap assertion when layers are scrolled during layout https://bugs.webkit.org/show_bug.cgi?id=101292 Reviewed by Beth Dakin. Test that hit the assertion before the fix. * compositing/geometry/geometry-map-scroll-during-layout-assertion-expected.txt: Added. * compositing/geometry/geometry-map-scroll-during-layout-assertion.html: Added. 2012-11-06 Joshua Bell [Chromium] Unreviewed gardening - more rebaselines following bug 101115. * platform/chromium-mac-lion/fast/block/lineboxcontain/block-glyphs-expected.png: Added. * platform/chromium-mac-lion/fast/block/lineboxcontain/block-glyphs-replaced-expected.png: Added. * platform/chromium-mac-lion/fast/block/lineboxcontain/glyphs-expected.png: Added. * platform/chromium-mac-lion/fast/repaint/stacked-diacritics-expected.png: Added. 2012-11-06 Raphael Kubo da Costa [EFL] Gardening, add pixel expectation for test. * platform/efl/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Added. 2012-11-06 Joshua Bell [Chromium] fast/dom/Window/customized-property-survives-gc.html slow on debug https://bugs.webkit.org/show_bug.cgi?id=101362 Unreviewed gardening. * platform/chromium/TestExpectations: 2012-11-06 Mike West CSP 1.1: Tweak the script interface to match the spec. https://bugs.webkit.org/show_bug.cgi?id=101321 Reviewed by Adam Barth. * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowconnectionto.html: * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-alloweval.html: * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowfontfrom.html: * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowformaction.html: * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowframefrom.html: * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowimagefrom.html: * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowmediafrom.html: * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowobjectfrom.html: * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowplugintype.html: * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowscriptfrom.html: * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowstylefrom.html: * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-isactive-expected.txt: * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-isactive.html: * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-reporturi-expected.txt: * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-reporturi.html: * http/tests/security/contentSecurityPolicy/resources/securitypolicy-tests-base.js: s/document.SecurityPolicy/document.securityPolicy/g * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowinlinescript-expected.txt: Added. * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowinlinescript.html: Added. * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowinlinestyle-expected.txt: Added. * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowinlinestyle.html: Added. For whatever reason, we never wrote tests for these methods. Now we have, which is good. 2012-11-06 David Barton Unreviewed gardening after bug 101115 fixed. * platform/chromium-linux-x86/fast/block/lineboxcontain: Added. * platform/chromium-linux-x86/fast/block/lineboxcontain/block-glyphs-expected.txt: Added. * platform/chromium-linux-x86/fast/block/lineboxcontain/block-glyphs-replaced-expected.png: Added. * platform/chromium-linux-x86/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt: Added. * platform/chromium-linux-x86/fast/block/lineboxcontain/glyphs-expected.png: Added. * platform/chromium-linux-x86/fast/block/lineboxcontain/glyphs-expected.txt: Added. * platform/chromium-linux/fast/block/lineboxcontain/block-glyphs-expected.png: * platform/chromium-linux/fast/block/lineboxcontain/block-glyphs-expected.txt: Added. * platform/chromium-linux/fast/block/lineboxcontain/block-glyphs-replaced-expected.png: Added. * platform/chromium-linux/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt: Added. * platform/chromium-linux/fast/block/lineboxcontain/glyphs-expected.png: Added. * platform/chromium-linux/fast/block/lineboxcontain/glyphs-expected.txt: Added. * platform/chromium-linux/fast/repaint/stacked-diacritics-expected.png: * platform/chromium-mac/fast/block/lineboxcontain/block-glyphs-expected.png: * platform/chromium-mac/fast/block/lineboxcontain/block-glyphs-replaced-expected.png: * platform/chromium-mac/fast/block/lineboxcontain/glyphs-expected.png: * platform/chromium-mac/fast/repaint/stacked-diacritics-expected.png: * platform/chromium-win-xp/fast/block/lineboxcontain: Added. * platform/chromium-win-xp/fast/block/lineboxcontain/block-glyphs-replaced-expected.png: Added. * platform/chromium-win-xp/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt: Added. * platform/chromium-win-xp/fast/block/lineboxcontain/glyphs-expected.png: Added. * platform/chromium-win-xp/fast/block/lineboxcontain/glyphs-expected.txt: Added. * platform/chromium-win/fast/block/lineboxcontain/block-glyphs-replaced-expected.png: Added. * platform/chromium-win/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt: Added. * platform/chromium-win/fast/block/lineboxcontain/glyphs-expected.png: Added. * platform/chromium-win/fast/block/lineboxcontain/glyphs-expected.txt: Added. * platform/chromium/TestExpectations: 2012-11-06 Stephen White [Chromium] Make webkit_lint happy. Unreviewed. * platform/chromium/TestExpectations: 2012-11-06 Raphael Kubo da Costa [EFL] Unreviewed gardening. Mark fast/dom/shadow/shadowdom-for-output-only-shadow.html as flaky. * platform/efl/TestExpectations: 2012-11-06 Raphael Kubo da Costa [EFL] Gardening. Unskip test that's been passing for a while. * platform/efl-wk2/TestExpectations: 2012-11-06 Andrey Lushnikov Added console.clear() method Web Inspector: add console.clear() https://bugs.webkit.org/show_bug.cgi?id=101021 Reviewed by Vsevolod Vlasov. * inspector/console/console-clear-function-expected.txt: Added. * inspector/console/console-clear-function.html: Added. 2012-11-06 Thiago Marcos P. Santos [EFL] fast/images/exif-orientation-image-document.html failing on WK2 bots https://bugs.webkit.org/show_bug.cgi?id=101344 Unreviewed gardening. * platform/efl-wk2/TestExpectations: 2012-11-06 Stephen White [Chromium] Unreviewed gardening. * platform/chromium/TestExpectations: 2012-11-06 Aaron Colwell Heap-buffer-overflow in WebCore::TextTrackCueList::add https://bugs.webkit.org/show_bug.cgi?id=101018 Reviewed by Eric Carlson. Added a test case to verify that adding a cue to the beginning of a non-empty list doesn't crash. * media/track/track-add-remove-cue-expected.txt: * media/track/track-add-remove-cue.html: 2012-11-06 Aaron Colwell Regression(r132681): Heap-use-after-free in WebCore::RenderTextTrackCue::layout https://bugs.webkit.org/show_bug.cgi?id=100981 Reviewed by Eric Carlson. Added a test that removes track elements by setting innerHTML on the track's parent. * media/track/track-remove-by-setting-innerHTML-expected.txt: Added. * media/track/track-remove-by-setting-innerHTML.html: Added. 2012-11-06 Max Feil [BlackBerry] Automatically go fullscreen on video play https://bugs.webkit.org/show_bug.cgi?id=101100 Reviewed by Eric Carlson. Test that fullscreen is entered automatically when play is pressed (PR131774). This test applies to handheld (small screen) devices only, not tablets. The html code for this test was based on video-controls-fullscreen-volume.html and modified. * platform/blackberry/media/video-automatic-fullscreen-expected.txt: Added. * platform/blackberry/media/video-automatic-fullscreen.html: Added. 2012-11-06 Vsevolod Vlasov Unreviewed unskip passing tests. * platform/qt-arm/TestExpectations: * platform/win/TestExpectations: * platform/wincairo/TestExpectations: 2012-11-06 Vsevolod Vlasov Web Inspector: Flakyness in http/tests/inspector/network/network-initiator-from-console.html https://bugs.webkit.org/show_bug.cgi?id=101195 Unreviewed test flakiness fix. * http/tests/inspector/network/network-initiator-from-console-expected.txt: * http/tests/inspector/network/network-initiator-from-console.html: * http/tests/inspector/network/resources/silent_script.js: Added. (foo): 2012-11-06 Stephen White [Chromium] Unreviewed gardening. * platform/chromium-mac-lion/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Removed. * platform/efl/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Removed. 2012-11-06 Stephen White [Chromium] Unreviewed gardening. * platform/chromium/TestExpectations: 2012-11-06 Vsevolod Vlasov Web Inspector: Breakpoint is not removed when it was set in non-formatted mode and then removed while in formatted mode. https://bugs.webkit.org/show_bug.cgi?id=100595 Reviewed by Yury Semikhatsky. * inspector/debugger/script-formatter-breakpoints-expected.txt: * inspector/debugger/script-formatter-breakpoints.html: 2012-11-06 Alexis Menard Add an extra test for background-position parsing. https://bugs.webkit.org/show_bug.cgi?id=101245 Reviewed by Eric Seidel. This test may overlap some existing tests but they are usually old tests where the parsing is tested but mixed with the rendering verification, therefore it is not ideal to add new parsing tests. This will be useful for the upcoming support of background-position with 4 values as this test will be extended to verify the parsing and later another test/patch will be added to check/support the rendering. * fast/backgrounds/background-position-parsing-2-expected.txt: Added. * fast/backgrounds/background-position-parsing-2.html: Added. 2012-11-06 Keishi Hattori The "Rect" class in WebCore/Resources/pagepopups/pickerCommon.js should be renamed https://bugs.webkit.org/show_bug.cgi?id=101304 Reviewed by Kent Tamura. * platform/chromium/fast/forms/page-popup/page-popup-adjust-rect-expected.txt: Replace Rect with Rectangle. * platform/chromium/fast/forms/page-popup/page-popup-adjust-rect.html: Ditto. 2012-11-06 Kangil Han [EFL] Exclude fast/css/style-scoped cases from layout test running https://bugs.webkit.org/show_bug.cgi?id=101326 Unreviewed, EFL gardening. According to BUG 49142, html5 style scoped attribute implementation is on progress. Therefore, we can skip its test cases from regular layout test running. * platform/efl/TestExpectations: 2012-11-06 Peter Beverloo [Chromium] There shouldn't be linting errors about our TestExpectation files Unreviewed test expectation update. A number of linting errors were being displayed, partially because of my recent additions. Fix them. * platform/chromium-android/TestExpectations: * platform/chromium/TestExpectations: 2012-11-06 Shinya Kawanaka [Qt] Disable all tests fast/dom/shadow https://bugs.webkit.org/show_bug.cgi?id=101324 Reviewed by Csaba Osztrogonác. Since Qt does not have SHADOW_DOM flag enabled, a lot of tests are failing. Let's skip all tests. * platform/qt/TestExpectations: 2012-11-06 Vsevolod Vlasov Web Inspector: Displayed name/path of urls in network tab of dev tools is inconsistent https://bugs.webkit.org/show_bug.cgi?id=101064 Reviewed by Yury Semikhatsky. * http/tests/inspector/network/request-name-path-expected.txt: Added. * http/tests/inspector/network/request-name-path.html: Added. 2012-11-06 Takashi Sakamoto removeAttribute('style') not working in certain circumstances https://bugs.webkit.org/show_bug.cgi?id=99295 Reviewed by Ryosuke Niwa. * fast/css/remove-attribute-style-expected.txt: Added. * fast/css/remove-attribute-style.html: Added. 2012-11-06 Peter Beverloo [Chromium-Android] Skip a number of crashing tests. Unreviewed rebaselining. * platform/chromium/TestExpectations: 2012-11-06 Shinya Kawanaka [Shadow] Using isUnknownPseudoElement() for shadow pseudo id seems confusing https://bugs.webkit.org/show_bug.cgi?id=100826 Reviewed by Hajime Morita. * fast/dom/shadow/shadow-nested-pseudo-id.html: Fixed a testcase so that shadowPseudoId starts with 'x-'. * fast/dom/shadow/shadow-pseudo-id-expected.html: Added. * fast/dom/shadow/shadow-pseudo-id.html: Added. 2012-11-06 Shinya Kawanaka [Shadow] ShadowRoot should know the existence of elements having ElementShadow. https://bugs.webkit.org/show_bug.cgi?id=100922 Reviewed by Hajime Morita. * fast/dom/shadow/has-elementshadow-expected.txt: Added. * fast/dom/shadow/has-elementshadow.html: Added. 2012-11-06 Dongwoo Joshua Im [QT] [GTK] Remove fast/forms/week-multiple-fields from TestExpectations of gtk and qt. https://bugs.webkit.org/show_bug.cgi?id=101317 Unreviewed gardening. fast/forms/week-multiple-fields is removed by http://trac.webkit.org/changeset/133440. * platform/gtk/TestExpectations: * platform/qt/TestExpectations: 2012-11-05 Yury Semikhatsky Web Inspector: JavaScript web workers debugging crashes https://bugs.webkit.org/show_bug.cgi?id=101065 Reviewed by Alexander Pavlov. Test that inspected page won't crash if inspected worker is terminated when it is paused on a breakpoint. * inspector-protocol/debugger-terminate-dedicated-worker-while-paused-expected.txt: Added. * inspector-protocol/debugger-terminate-dedicated-worker-while-paused.html: Added. * platform/efl/TestExpectations: * platform/gtk/TestExpectations: * platform/mac/TestExpectations: * platform/qt/TestExpectations: * platform/win/TestExpectations: * platform/wincairo/TestExpectations: 2012-11-05 Csaba Osztrogonác [Qt] Unreviewed morning gardening, skip new failing tests. * platform/qt/TestExpectations: 2012-11-05 David Barton Unreviewed gardening. Updating MathML chromium baselines. * platform/chromium-linux-x86/mathml/presentation: Added. * platform/chromium-linux-x86/mathml/presentation/attributes-expected.png: Added. * platform/chromium-linux-x86/mathml/presentation/attributes-expected.txt: Added. * platform/chromium-linux-x86/mathml/presentation/fenced-expected.png: Added. * platform/chromium-linux-x86/mathml/presentation/fenced-expected.txt: Added. * platform/chromium-linux-x86/mathml/presentation/fenced-mi-expected.png: Added. * platform/chromium-linux-x86/mathml/presentation/fenced-mi-expected.txt: Added. * platform/chromium-linux-x86/mathml/presentation/fractions-expected.png: Added. * platform/chromium-linux-x86/mathml/presentation/fractions-expected.txt: Added. * platform/chromium-linux-x86/mathml/presentation/fractions-vertical-alignment-expected.png: Added. * platform/chromium-linux-x86/mathml/presentation/fractions-vertical-alignment-expected.txt: Added. * platform/chromium-linux-x86/mathml/presentation/mo-expected.png: Added. * platform/chromium-linux-x86/mathml/presentation/mo-expected.txt: Added. * platform/chromium-linux-x86/mathml/presentation/mo-stretch-expected.png: Added. * platform/chromium-linux-x86/mathml/presentation/mo-stretch-expected.txt: Added. * platform/chromium-linux-x86/mathml/presentation/mroot-pref-width-expected.png: Added. * platform/chromium-linux-x86/mathml/presentation/mroot-pref-width-expected.txt: Added. * platform/chromium-linux-x86/mathml/presentation/over-expected.png: Added. * platform/chromium-linux-x86/mathml/presentation/over-expected.txt: Added. * platform/chromium-linux-x86/mathml/presentation/roots-expected.png: Added. * platform/chromium-linux-x86/mathml/presentation/roots-expected.txt: Added. * platform/chromium-linux-x86/mathml/presentation/row-alignment-expected.png: Added. * platform/chromium-linux-x86/mathml/presentation/row-alignment-expected.txt: Added. * platform/chromium-linux-x86/mathml/presentation/row-expected.png: Added. * platform/chromium-linux-x86/mathml/presentation/row-expected.txt: Added. * platform/chromium-linux-x86/mathml/presentation/style-expected.png: Added. * platform/chromium-linux-x86/mathml/presentation/style-expected.txt: Added. * platform/chromium-linux-x86/mathml/presentation/sub-expected.png: Added. * platform/chromium-linux-x86/mathml/presentation/sub-expected.txt: Added. * platform/chromium-linux-x86/mathml/presentation/subsup-expected.png: Added. * platform/chromium-linux-x86/mathml/presentation/subsup-expected.txt: Added. * platform/chromium-linux-x86/mathml/presentation/sup-expected.png: Added. * platform/chromium-linux-x86/mathml/presentation/sup-expected.txt: Added. * platform/chromium-linux-x86/mathml/presentation/tables-expected.png: Added. * platform/chromium-linux-x86/mathml/presentation/tables-expected.txt: Added. * platform/chromium-linux-x86/mathml/presentation/tokenElements-expected.png: Added. * platform/chromium-linux-x86/mathml/presentation/tokenElements-expected.txt: Added. * platform/chromium-linux-x86/mathml/presentation/under-expected.png: Added. * platform/chromium-linux-x86/mathml/presentation/under-expected.txt: Added. * platform/chromium-linux-x86/mathml/presentation/underover-expected.png: Added. * platform/chromium-linux-x86/mathml/presentation/underover-expected.txt: Added. * platform/chromium-linux-x86/mathml/xHeight-expected.txt: * platform/chromium-linux/mathml/presentation: Added. * platform/chromium-linux/mathml/presentation/attributes-expected.png: Added. * platform/chromium-linux/mathml/presentation/attributes-expected.txt: Added. * platform/chromium-linux/mathml/presentation/fenced-expected.png: Added. * platform/chromium-linux/mathml/presentation/fenced-expected.txt: Added. * platform/chromium-linux/mathml/presentation/fenced-mi-expected.png: Added. * platform/chromium-linux/mathml/presentation/fenced-mi-expected.txt: Added. * platform/chromium-linux/mathml/presentation/fractions-expected.png: Added. * platform/chromium-linux/mathml/presentation/fractions-expected.txt: Added. * platform/chromium-linux/mathml/presentation/fractions-vertical-alignment-expected.png: Added. * platform/chromium-linux/mathml/presentation/fractions-vertical-alignment-expected.txt: Added. * platform/chromium-linux/mathml/presentation/mo-expected.png: Added. * platform/chromium-linux/mathml/presentation/mo-expected.txt: Added. * platform/chromium-linux/mathml/presentation/mo-stretch-expected.png: Added. * platform/chromium-linux/mathml/presentation/mo-stretch-expected.txt: Added. * platform/chromium-linux/mathml/presentation/mroot-pref-width-expected.png: Added. * platform/chromium-linux/mathml/presentation/mroot-pref-width-expected.txt: Added. * platform/chromium-linux/mathml/presentation/over-expected.png: Added. * platform/chromium-linux/mathml/presentation/over-expected.txt: Added. * platform/chromium-linux/mathml/presentation/roots-expected.png: Added. * platform/chromium-linux/mathml/presentation/roots-expected.txt: Added. * platform/chromium-linux/mathml/presentation/row-alignment-expected.png: Added. * platform/chromium-linux/mathml/presentation/row-alignment-expected.txt: Added. * platform/chromium-linux/mathml/presentation/row-expected.png: Added. * platform/chromium-linux/mathml/presentation/row-expected.txt: Added. * platform/chromium-linux/mathml/presentation/style-expected.png: Added. * platform/chromium-linux/mathml/presentation/style-expected.txt: Added. * platform/chromium-linux/mathml/presentation/sub-expected.png: Added. * platform/chromium-linux/mathml/presentation/sub-expected.txt: Added. * platform/chromium-linux/mathml/presentation/subsup-expected.png: Added. * platform/chromium-linux/mathml/presentation/subsup-expected.txt: Added. * platform/chromium-linux/mathml/presentation/sup-expected.png: Added. * platform/chromium-linux/mathml/presentation/sup-expected.txt: Added. * platform/chromium-linux/mathml/presentation/tables-expected.png: Added. * platform/chromium-linux/mathml/presentation/tables-expected.txt: Added. * platform/chromium-linux/mathml/presentation/tokenElements-expected.png: Added. * platform/chromium-linux/mathml/presentation/tokenElements-expected.txt: Added. * platform/chromium-linux/mathml/presentation/under-expected.png: Added. * platform/chromium-linux/mathml/presentation/under-expected.txt: Added. * platform/chromium-linux/mathml/presentation/underover-expected.png: Added. * platform/chromium-linux/mathml/presentation/underover-expected.txt: Added. * platform/chromium-linux/mathml/xHeight-expected.txt: * platform/chromium-mac-lion/mathml/presentation/mo-stretch-expected.txt: Added. * platform/chromium-mac-lion/mathml/presentation/row-alignment-expected.png: * platform/chromium-mac-lion/mathml/presentation/row-alignment-expected.txt: Added. * platform/chromium-mac-lion/mathml/presentation/subsup-expected.png: * platform/chromium-mac-lion/mathml/presentation/subsup-expected.txt: * platform/chromium-mac-lion/mathml/presentation/tables-expected.png: * platform/chromium-mac-lion/mathml/presentation/tables-expected.txt: Added. * platform/chromium-mac-snowleopard/mathml/presentation/mo-stretch-expected.txt: * platform/chromium-mac-snowleopard/mathml/presentation/row-alignment-expected.png: * platform/chromium-mac-snowleopard/mathml/presentation/row-alignment-expected.txt: * platform/chromium-mac-snowleopard/mathml/presentation/subsup-expected.png: * platform/chromium-mac-snowleopard/mathml/presentation/subsup-expected.txt: * platform/chromium-mac-snowleopard/mathml/presentation/tables-expected.png: * platform/chromium-mac-snowleopard/mathml/presentation/tables-expected.txt: * platform/chromium-mac/mathml/presentation/mo-stretch-expected.txt: Added. * platform/chromium-mac/mathml/presentation/row-alignment-expected.png: * platform/chromium-mac/mathml/presentation/row-alignment-expected.txt: Added. * platform/chromium-mac/mathml/presentation/subsup-expected.png: * platform/chromium-mac/mathml/presentation/subsup-expected.txt: * platform/chromium-mac/mathml/presentation/tables-expected.png: * platform/chromium-mac/mathml/presentation/tables-expected.txt: Added. * platform/chromium-win-xp/mathml/presentation: Added. * platform/chromium-win-xp/mathml/presentation/attributes-expected.png: Added. * platform/chromium-win-xp/mathml/presentation/attributes-expected.txt: Added. * platform/chromium-win-xp/mathml/presentation/fenced-expected.png: Added. * platform/chromium-win-xp/mathml/presentation/fenced-expected.txt: Added. * platform/chromium-win-xp/mathml/presentation/fenced-mi-expected.png: Added. * platform/chromium-win-xp/mathml/presentation/fenced-mi-expected.txt: Added. * platform/chromium-win-xp/mathml/presentation/fractions-expected.png: Added. * platform/chromium-win-xp/mathml/presentation/fractions-expected.txt: Added. * platform/chromium-win-xp/mathml/presentation/fractions-vertical-alignment-expected.png: Added. * platform/chromium-win-xp/mathml/presentation/fractions-vertical-alignment-expected.txt: Added. * platform/chromium-win-xp/mathml/presentation/mo-expected.png: Added. * platform/chromium-win-xp/mathml/presentation/mo-expected.txt: Added. * platform/chromium-win-xp/mathml/presentation/mo-stretch-expected.png: Added. * platform/chromium-win-xp/mathml/presentation/mo-stretch-expected.txt: Added. * platform/chromium-win-xp/mathml/presentation/mroot-pref-width-expected.png: Added. * platform/chromium-win-xp/mathml/presentation/mroot-pref-width-expected.txt: Added. * platform/chromium-win-xp/mathml/presentation/over-expected.png: Added. * platform/chromium-win-xp/mathml/presentation/over-expected.txt: Added. * platform/chromium-win-xp/mathml/presentation/roots-expected.png: Added. * platform/chromium-win-xp/mathml/presentation/roots-expected.txt: Added. * platform/chromium-win-xp/mathml/presentation/row-alignment-expected.png: Added. * platform/chromium-win-xp/mathml/presentation/row-alignment-expected.txt: Added. * platform/chromium-win-xp/mathml/presentation/row-expected.png: Added. * platform/chromium-win-xp/mathml/presentation/row-expected.txt: Added. * platform/chromium-win-xp/mathml/presentation/style-expected.png: Added. * platform/chromium-win-xp/mathml/presentation/style-expected.txt: Added. * platform/chromium-win-xp/mathml/presentation/sub-expected.png: Added. * platform/chromium-win-xp/mathml/presentation/sub-expected.txt: Added. * platform/chromium-win-xp/mathml/presentation/subsup-expected.png: Added. * platform/chromium-win-xp/mathml/presentation/subsup-expected.txt: Added. * platform/chromium-win-xp/mathml/presentation/sup-expected.png: Added. * platform/chromium-win-xp/mathml/presentation/sup-expected.txt: Added. * platform/chromium-win-xp/mathml/presentation/tables-expected.png: Added. * platform/chromium-win-xp/mathml/presentation/tables-expected.txt: Added. * platform/chromium-win-xp/mathml/presentation/tokenElements-expected.png: Added. * platform/chromium-win-xp/mathml/presentation/tokenElements-expected.txt: Added. * platform/chromium-win-xp/mathml/presentation/under-expected.png: Added. * platform/chromium-win-xp/mathml/presentation/under-expected.txt: Added. * platform/chromium-win-xp/mathml/presentation/underover-expected.png: Added. * platform/chromium-win-xp/mathml/presentation/underover-expected.txt: Added. * platform/chromium-win/mathml/presentation: Added. * platform/chromium-win/mathml/presentation/attributes-expected.png: Added. * platform/chromium-win/mathml/presentation/attributes-expected.txt: Added. * platform/chromium-win/mathml/presentation/fenced-expected.png: Added. * platform/chromium-win/mathml/presentation/fenced-expected.txt: Added. * platform/chromium-win/mathml/presentation/fenced-mi-expected.png: Added. * platform/chromium-win/mathml/presentation/fenced-mi-expected.txt: Added. * platform/chromium-win/mathml/presentation/fractions-expected.png: Added. * platform/chromium-win/mathml/presentation/fractions-expected.txt: Added. * platform/chromium-win/mathml/presentation/fractions-vertical-alignment-expected.png: Added. * platform/chromium-win/mathml/presentation/fractions-vertical-alignment-expected.txt: Added. * platform/chromium-win/mathml/presentation/mo-expected.png: Added. * platform/chromium-win/mathml/presentation/mo-expected.txt: Added. * platform/chromium-win/mathml/presentation/mo-stretch-expected.png: Added. * platform/chromium-win/mathml/presentation/mo-stretch-expected.txt: Added. * platform/chromium-win/mathml/presentation/mroot-pref-width-expected.png: Added. * platform/chromium-win/mathml/presentation/mroot-pref-width-expected.txt: Added. * platform/chromium-win/mathml/presentation/over-expected.png: Added. * platform/chromium-win/mathml/presentation/over-expected.txt: Added. * platform/chromium-win/mathml/presentation/roots-expected.png: Added. * platform/chromium-win/mathml/presentation/roots-expected.txt: Added. * platform/chromium-win/mathml/presentation/row-alignment-expected.png: Added. * platform/chromium-win/mathml/presentation/row-alignment-expected.txt: Added. * platform/chromium-win/mathml/presentation/row-expected.png: Added. * platform/chromium-win/mathml/presentation/row-expected.txt: Added. * platform/chromium-win/mathml/presentation/style-expected.png: Added. * platform/chromium-win/mathml/presentation/style-expected.txt: Added. * platform/chromium-win/mathml/presentation/sub-expected.png: Added. * platform/chromium-win/mathml/presentation/sub-expected.txt: Added. * platform/chromium-win/mathml/presentation/subsup-expected.png: Added. * platform/chromium-win/mathml/presentation/subsup-expected.txt: Added. * platform/chromium-win/mathml/presentation/sup-expected.png: Added. * platform/chromium-win/mathml/presentation/sup-expected.txt: Added. * platform/chromium-win/mathml/presentation/tables-expected.png: Added. * platform/chromium-win/mathml/presentation/tables-expected.txt: Added. * platform/chromium-win/mathml/presentation/tokenElements-expected.png: Added. * platform/chromium-win/mathml/presentation/tokenElements-expected.txt: Added. * platform/chromium-win/mathml/presentation/under-expected.png: Added. * platform/chromium-win/mathml/presentation/under-expected.txt: Added. * platform/chromium-win/mathml/presentation/underover-expected.png: Added. * platform/chromium-win/mathml/presentation/underover-expected.txt: Added. * platform/chromium/TestExpectations: * platform/chromium/mathml/presentation/attributes-expected.png: Removed. * platform/chromium/mathml/presentation/fractions-expected.png: Removed. * platform/chromium/mathml/presentation/fractions-vertical-alignment-expected.png: Removed. * platform/chromium/mathml/presentation/mo-expected.png: Removed. * platform/chromium/mathml/presentation/mo-stretch-expected.png: Removed. * platform/chromium/mathml/presentation/mroot-pref-width-expected.png: Removed. * platform/chromium/mathml/presentation/over-expected.png: Removed. * platform/chromium/mathml/presentation/roots-expected.png: Removed. * platform/chromium/mathml/presentation/row-alignment-expected.png: Removed. * platform/chromium/mathml/presentation/row-expected.png: Removed. * platform/chromium/mathml/presentation/style-expected.png: Removed. * platform/chromium/mathml/presentation/subsup-expected.png: Removed. 2012-11-05 Kangil Han [EFL][WK2][PixelTests] Add missing expectations https://bugs.webkit.org/show_bug.cgi?id=101289 Unreviewed, EFL gardening. Add 16 missing pixel test expectations. * platform/efl/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Added. * platform/efl/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: Added. * platform/efl/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png: Added. * platform/efl/compositing/overflow/overflow-compositing-descendant-expected.png: Added. * platform/efl/compositing/overflow/scroll-ancestor-update-expected.png: Added. * platform/efl/compositing/reflections/nested-reflection-anchor-point-expected.png: Added. * platform/efl/fast/forms/basic-inputs-expected.png: Added. * platform/efl/fast/media/view-mode-media-feature-expected.png: Added. * platform/efl/media/video-aspect-ratio-expected.png: Added. * platform/efl/media/video-layer-crash-expected.png: Added. * platform/efl/media/video-transformed-expected.png: Added. * platform/efl/media/video-zoom-controls-expected.png: Added. * platform/efl/media/video-zoom-expected.png: Added. * platform/efl/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Added. * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Added. * platform/efl/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Added. 2012-11-05 Dirk Pranke Unreviewed, update chromium-mac-mountainlion baselines for svg failures after r133538 * platform/chromium-mac-lion/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png. * platform/chromium-mac-lion/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png. * platform/chromium-mac-lion/svg/batik/filters/filterRegions-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/filters/filterRegions-expected.png. * platform/chromium-mac-lion/svg/batik/masking/maskRegions-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/masking/maskRegions-expected.png. * platform/chromium-mac-lion/svg/batik/paints/gradientLimit-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/paints/gradientLimit-expected.png. * platform/chromium-mac-lion/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/paints/patternPreserveAspectRatioA-expected.png. * platform/chromium-mac-lion/svg/batik/paints/patternRegionA-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/paints/patternRegionA-expected.png. * platform/chromium-mac-lion/svg/batik/paints/patternRegions-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/paints/patternRegions-expected.png. * platform/chromium-mac-lion/svg/batik/paints/patternRegions-positioned-objects-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/paints/patternRegions-positioned-objects-expected.png. * platform/chromium-mac-lion/svg/batik/text/longTextOnPath-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/longTextOnPath-expected.png. * platform/chromium-mac-lion/svg/batik/text/smallFonts-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/smallFonts-expected.png. * platform/chromium-mac-lion/svg/batik/text/textAnchor-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textAnchor-expected.png. * platform/chromium-mac-lion/svg/batik/text/textDecoration-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textDecoration-expected.png. * platform/chromium-mac-lion/svg/batik/text/textEffect-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textEffect-expected.png. * platform/chromium-mac-lion/svg/batik/text/textEffect2-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textEffect2-expected.png. * platform/chromium-mac-lion/svg/batik/text/textEffect3-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textEffect3-expected.png. * platform/chromium-mac-lion/svg/batik/text/textFeatures-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textFeatures-expected.png. * platform/chromium-mac-lion/svg/batik/text/textLayout-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textLayout-expected.png. * platform/chromium-mac-lion/svg/batik/text/textLayout2-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textLayout2-expected.png. * platform/chromium-mac-lion/svg/batik/text/textLength-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textLength-expected.png. * platform/chromium-mac-lion/svg/batik/text/textOnPath-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textOnPath-expected.png. * platform/chromium-mac-lion/svg/batik/text/textOnPathSpaces-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textOnPathSpaces-expected.png. * platform/chromium-mac-lion/svg/batik/text/textPosition-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textPosition-expected.png. * platform/chromium-mac-lion/svg/batik/text/textPosition2-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textPosition2-expected.png. * platform/chromium-mac-lion/svg/batik/text/textProperties-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textProperties-expected.png. * platform/chromium-mac-lion/svg/batik/text/textProperties2-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textProperties2-expected.png. * platform/chromium-mac-lion/svg/batik/text/textStyles-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/textStyles-expected.png. * platform/chromium-mac-lion/svg/batik/text/verticalText-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/verticalText-expected.png. * platform/chromium-mac-lion/svg/batik/text/verticalTextOnPath-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/batik/text/verticalTextOnPath-expected.png. * platform/chromium-mac-lion/svg/dynamic-updates/SVGUseElement-dom-href2-attr-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/dynamic-updates/SVGUseElement-dom-href2-attr-expected.png. * platform/chromium-mac-lion/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-expected.png. * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png: * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png: * platform/chromium-mac/svg/batik/filters/filterRegions-expected.png: * platform/chromium-mac/svg/batik/masking/maskRegions-expected.png: * platform/chromium-mac/svg/batik/paints/gradientLimit-expected.png: * platform/chromium-mac/svg/batik/paints/patternPreserveAspectRatioA-expected.png: * platform/chromium-mac/svg/batik/paints/patternRegionA-expected.png: * platform/chromium-mac/svg/batik/paints/patternRegions-expected.png: * platform/chromium-mac/svg/batik/paints/patternRegions-positioned-objects-expected.png: * platform/chromium-mac/svg/batik/text/longTextOnPath-expected.png: * platform/chromium-mac/svg/batik/text/smallFonts-expected.png: * platform/chromium-mac/svg/batik/text/textAnchor-expected.png: * platform/chromium-mac/svg/batik/text/textDecoration-expected.png: * platform/chromium-mac/svg/batik/text/textEffect-expected.png: * platform/chromium-mac/svg/batik/text/textEffect2-expected.png: * platform/chromium-mac/svg/batik/text/textEffect3-expected.png: * platform/chromium-mac/svg/batik/text/textFeatures-expected.png: * platform/chromium-mac/svg/batik/text/textLayout-expected.png: * platform/chromium-mac/svg/batik/text/textLayout2-expected.png: * platform/chromium-mac/svg/batik/text/textLength-expected.png: * platform/chromium-mac/svg/batik/text/textOnPath-expected.png: * platform/chromium-mac/svg/batik/text/textOnPathSpaces-expected.png: * platform/chromium-mac/svg/batik/text/textPosition-expected.png: * platform/chromium-mac/svg/batik/text/textPosition2-expected.png: * platform/chromium-mac/svg/batik/text/textProperties-expected.png: * platform/chromium-mac/svg/batik/text/textProperties2-expected.png: * platform/chromium-mac/svg/batik/text/textStyles-expected.png: * platform/chromium-mac/svg/batik/text/verticalText-expected.png: * platform/chromium-mac/svg/batik/text/verticalTextOnPath-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGUseElement-dom-href2-attr-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-expected.png: 2012-11-05 Kenichi Ishibashi [Chromium] Unicode combining diacritical aren't always combined on Linux https://bugs.webkit.org/show_bug.cgi?id=101009 Reviewed by Kent Tamura. Add a test that checks whether combining marks are combined with base characters. * fast/text/international/combining-marks-position-expected.txt: Added. * fast/text/international/combining-marks-position.html: Added. 2012-11-05 Filip Pizlo Prototype chain caching should check that the path from the base object to the slot base involves prototype hops only https://bugs.webkit.org/show_bug.cgi?id=101276 Reviewed by Gavin Barraclough. This test already covered this case, but only for method_check. Modified it to also cover the get_by_id case. * fast/js/toString-and-valueOf-override-expected.txt: * fast/js/toString-and-valueOf-override.html: 2012-11-05 Mark Lam Fixed flaky fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html. https://bugs.webkit.org/show_bug.cgi?id=101268. Reviewed by Geoffrey Garen. * fast/xmlhttprequest/xmlhttprequest-recursive-sync-event-expected.txt: * fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html: 2012-11-05 Philip Rogers Unblock SVG external references https://bugs.webkit.org/show_bug.cgi?id=100635 Reviewed by Adam Barth. This patch reverts r132849 and r132869 because the potential XSS issue turned out to not be an issue after all. Covered by existing tests, many of which are re-whitelisted with this patch. * platform/chromium/TestExpectations: 2012-11-05 Beth Dakin https://bugs.webkit.org/show_bug.cgi?id=101001 Pages with position:fixed elements should still be able to scroll on the scrolling thread -and corresponding- Reviewed by Simon Fraser. New tests. * platform/mac/tiled-drawing/fixed: Added. * platform/mac/tiled-drawing/fixed/absolute-inside-fixed-expected.txt: Added. * platform/mac/tiled-drawing/fixed/absolute-inside-fixed.html: Added. * platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-expected.txt: Added. * platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-negative-zindex-expected.txt: Added. * platform/mac/tiled-drawing/fixed/fixed-position-out-of-view-negative-zindex.html: Added. * platform/mac/tiled-drawing/fixed/fixed-position-out-of-view.html: Added. * platform/mac/tiled-drawing/fixed/four-bars-expected.txt: Added. * platform/mac/tiled-drawing/fixed/four-bars.html: Added. * platform/mac/tiled-drawing/fixed/nested-fixed-expected.txt: Added. * platform/mac/tiled-drawing/fixed/nested-fixed.html: Added. * platform/mac/tiled-drawing/fixed/percentage-inside-fixed-expected.txt: Added. * platform/mac/tiled-drawing/fixed/percentage-inside-fixed.html: Added. These two tests are supposed to be in "slow scrolling" mode. Now that fixed elements can scroll "fast," we need something else to force slow scrolling. We should probably just add something to window.internals to do that, but in the meantime, background-attachment:fixed will work. * platform/mac/tiled-drawing/scrolling-tree-slow-scrolling-expected.txt: * platform/mac/tiled-drawing/scrolling-tree-slow-scrolling.html: * platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt: * platform/mac/tiled-drawing/tile-coverage-slow-scrolling.html: 2012-11-05 Alice Boxhall Unreviewed gardening. Mark fonts/cursive.html as flaky on MountainLion as well as Lion. https://bugs.webkit.org/show_bug.cgi?id=83219 * platform/chromium/TestExpectations: 2012-11-05 Stephen White [chromium] Unreviewed gardening. * platform/chromium-mac-mountainlion/TestExpectations: 2012-11-05 Glenn Adams Add support to -webkit-line-break property for CSS3 Text line-break property values and semantics. https://bugs.webkit.org/show_bug.cgi?id=89235 Reviewed by Eric Seidel. See also wiki documentation at: [1] http://trac.webkit.org/wiki/LineBreaking [2] http://trac.webkit.org/wiki/LineBreakingCSS3Mapping * css3/line-break/line-break-auto-centered-expected.html: Added. * css3/line-break/line-break-auto-centered.html: Added. * css3/line-break/line-break-auto-half-kana-expected.html: Added. * css3/line-break/line-break-auto-half-kana.html: Added. * css3/line-break/line-break-auto-hyphens-expected.html: Added. * css3/line-break/line-break-auto-hyphens.html: Added. * css3/line-break/line-break-auto-inseparables-expected.html: Added. * css3/line-break/line-break-auto-inseparables.html: Added. * css3/line-break/line-break-auto-iteration-marks-expected.html: Added. * css3/line-break/line-break-auto-iteration-marks.html: Added. * css3/line-break/line-break-auto-postfixes-expected.html: Added. * css3/line-break/line-break-auto-postfixes.html: Added. * css3/line-break/line-break-auto-prefixes-expected.html: Added. * css3/line-break/line-break-auto-prefixes.html: Added. * css3/line-break/line-break-auto-sound-marks-expected.html: Added. * css3/line-break/line-break-auto-sound-marks.html: Added. * css3/line-break/line-break-loose-centered-expected.html: Added. * css3/line-break/line-break-loose-centered.html: Added. * css3/line-break/line-break-loose-half-kana-expected.html: Added. * css3/line-break/line-break-loose-half-kana.html: Added. * css3/line-break/line-break-loose-hyphens-expected.html: Added. * css3/line-break/line-break-loose-hyphens.html: Added. * css3/line-break/line-break-loose-inseparables-expected.html: Added. * css3/line-break/line-break-loose-inseparables.html: Added. * css3/line-break/line-break-loose-iteration-marks-expected.html: Added. * css3/line-break/line-break-loose-iteration-marks.html: Added. * css3/line-break/line-break-loose-postfixes-expected.html: Added. * css3/line-break/line-break-loose-postfixes.html: Added. * css3/line-break/line-break-loose-prefixes-expected.html: Added. * css3/line-break/line-break-loose-prefixes.html: Added. * css3/line-break/line-break-loose-sound-marks-expected.html: Added. * css3/line-break/line-break-loose-sound-marks.html: Added. * css3/line-break/line-break-normal-centered-expected.html: Added. * css3/line-break/line-break-normal-centered.html: Added. * css3/line-break/line-break-normal-half-kana-expected.html: Added. * css3/line-break/line-break-normal-half-kana.html: Added. * css3/line-break/line-break-normal-hyphens-expected.html: Added. * css3/line-break/line-break-normal-hyphens.html: Added. * css3/line-break/line-break-normal-inseparables-expected.html: Added. * css3/line-break/line-break-normal-inseparables.html: Added. * css3/line-break/line-break-normal-iteration-marks-expected.html: Added. * css3/line-break/line-break-normal-iteration-marks.html: Added. * css3/line-break/line-break-normal-postfixes-expected.html: Added. * css3/line-break/line-break-normal-postfixes.html: Added. * css3/line-break/line-break-normal-prefixes-expected.html: Added. * css3/line-break/line-break-normal-prefixes.html: Added. * css3/line-break/line-break-normal-sound-marks-expected.html: Added. * css3/line-break/line-break-normal-sound-marks.html: Added. * css3/line-break/line-break-strict-centered-expected.html: Added. * css3/line-break/line-break-strict-centered.html: Added. * css3/line-break/line-break-strict-half-kana-expected.html: Added. * css3/line-break/line-break-strict-half-kana.html: Added. * css3/line-break/line-break-strict-hyphens-expected.html: Added. * css3/line-break/line-break-strict-hyphens.html: Added. * css3/line-break/line-break-strict-inseparables-expected.html: Added. * css3/line-break/line-break-strict-inseparables.html: Added. * css3/line-break/line-break-strict-iteration-marks-expected.html: Added. * css3/line-break/line-break-strict-iteration-marks.html: Added. * css3/line-break/line-break-strict-postfixes-expected.html: Added. * css3/line-break/line-break-strict-postfixes.html: Added. * css3/line-break/line-break-strict-prefixes-expected.html: Added. * css3/line-break/line-break-strict-prefixes.html: Added. * css3/line-break/line-break-strict-sound-marks-expected.html: Added. * css3/line-break/line-break-strict-sound-marks.html: Added. * platform/chromium/css3/line-break/line-break-auto-half-kana-expected.html: Added. * platform/chromium/css3/line-break/line-break-auto-sound-marks-expected.html: Added. Override reftest expectations on chromium due to different ICU auto behavior. * platform/chromium-android/css3/line-break/line-break-auto-half-kana-expected.html: Added. * platform/chromium-android/css3/line-break/line-break-auto-sound-marks-expected.html: Added. Override override of reftest expectations on chromium due to different ICU auto behavior; that is, chromium-android seems to follow the generic expectations. 2012-11-05 Adam Barth webkitRegionLayoutUpdate is incorrectly named https://bugs.webkit.org/show_bug.cgi?id=100335 Reviewed by Ojan Vafai. Update tests to use the proper name. * fast/regions/webkit-named-flow-event-add-to-flow.html: * fast/regions/webkit-named-flow-event-no-regions.html: * fast/regions/webkit-named-flow-event-remove-from-dom.html: * fast/regions/webkit-named-flow-event-remove-from-flow.html: * fast/regions/webkit-named-flow-event-target.html: * fast/regions/webkit-named-flow-event-to-null.html: * fast/regions/webkit-named-flow-event.html: 2012-11-05 Stephen White Remove fast/forms/week-multiple-fields from platform/mac/TestExpectations, since it no longer exists and makes the style script complain. Unreviewed. * platform/mac/TestExpectations: 2012-11-05 Stephen White [chromium] Give actual bug IDs to some past gardening. Unreviewed. * platform/chromium/TestExpectations: 2012-11-05 Florin Malita Crash when mixing layers, foreignObjects and SVG hidden containers https://bugs.webkit.org/show_bug.cgi?id=87297 Reviewed by Dirk Schulze. * platform/chromium-mac-snowleopard/svg/custom/use-on-disallowed-foreign-object-6-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/foreignObject/fO-parent-display-none-expected.txt: * platform/chromium-win/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt: * platform/chromium-win/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt: * platform/chromium-win/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.txt: * platform/chromium/svg/custom/use-on-disallowed-foreign-object-5-expected.txt: * platform/chromium/svg/custom/use-on-disallowed-foreign-object-6-expected.txt: * platform/chromium/svg/foreignObject/fO-parent-display-none-expected.txt: * platform/chromium/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt: * platform/chromium/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt: * platform/chromium/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.txt: * platform/efl/svg/foreignObject/fO-parent-display-none-expected.txt: * platform/efl/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt: * platform/efl/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt: * platform/efl/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.txt: * platform/gtk/svg/custom/use-on-disallowed-foreign-object-5-expected.txt: * platform/gtk/svg/custom/use-on-disallowed-foreign-object-6-expected.txt: * platform/gtk/svg/foreignObject/fO-parent-display-none-expected.txt: * platform/gtk/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt: * platform/gtk/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt: * platform/gtk/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-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/foreignObject/fO-parent-display-none-expected.txt: * platform/mac/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt: * platform/mac/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt: * platform/mac/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.txt: * platform/qt/svg/custom/use-on-disallowed-foreign-object-5-expected.txt: * platform/qt/svg/custom/use-on-disallowed-foreign-object-6-expected.txt: * platform/qt/svg/foreignObject/fO-parent-display-none-expected.txt: * platform/qt/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt: * platform/qt/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt: * platform/qt/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.txt: * svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt: * svg/foreignObject/foreign-object-defs-crash-expected.txt: Added. * svg/foreignObject/foreign-object-defs-crash.svg: Added. * svg/foreignObject/text-tref-02-b-expected.txt: 2012-11-05 Stephen White [chromium] Mark several compositing tests as only failing Image and not Text, after r133513. Unreviewed. * platform/chromium/TestExpectations: 2012-11-05 Csaba Osztrogonác [Qt][WK2] New compositing/tiling tests fail https://bugs.webkit.org/show_bug.cgi?id=101166 Unskip now passing tests after r133513. * platform/qt-5.0-wk2/TestExpectations: 2012-11-05 Simon Fraser [Qt][WK2] New compositing/tiling tests fail https://bugs.webkit.org/show_bug.cgi?id=101166 The platform-independent results should not contain visibleRect, since this is only dumped on Mac. * compositing/tiling/rotated-tiled-clamped-expected.txt: * compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: 2012-11-05 Simon Fraser Rebaseline some Lion results that were affected by enabling subpixel layout. * platform/mac-lion/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt: * platform/mac-lion/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt: * platform/mac-lion/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt: * platform/mac-lion/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt: * platform/mac-lion/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt: * platform/mac-lion/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt: * platform/mac-lion/fast/text/international/hindi-spacing-expected.txt: * platform/mac-lion/fast/text/international/vertical-text-glyph-test-expected.txt: * platform/mac-lion/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: * platform/mac-lion/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt: * platform/mac-lion/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt: * platform/mac-lion/fast/writing-mode/vertical-font-fallback-expected.txt: 2012-11-05 Stephen White [chromium] Mark css3/filters/custom/custom-filter-animation.html as timing out intermittently. Unreviewed. * platform/chromium/TestExpectations: 2012-11-05 David Barton Implement SimpleFontData::platformBoundsForGlyph on skia https://bugs.webkit.org/show_bug.cgi?id=101115 Reviewed by Eric Seidel. Some lineboxcontain/etc. tests will need rebaselining. * platform/chromium/TestExpectations: 2012-11-05 Csaba Osztrogonác [Qt] Unreviewed gardening, unskip a now passing test. * platform/qt-5.0-wk1/TestExpectations: 2012-11-05 Hans Muller [CSS Exclusions] Polygon edges should span colinear vertices https://bugs.webkit.org/show_bug.cgi?id=99343 Reviewed by Dirk Schulze. Verify that exclusion polygonal shape-inside layout is unaffected by coincident or collinear vertices. * fast/exclusions/shape-inside/shape-inside-coincident-vertices-expected.html: Added. * fast/exclusions/shape-inside/shape-inside-coincident-vertices.html: Added. * fast/exclusions/shape-inside/shape-inside-collinear-vertices-expected.html: Added. * fast/exclusions/shape-inside/shape-inside-collinear-vertices.html: Added. 2012-11-05 Csaba Osztrogonác [Qt] Unreviewed gardening, unskip now passing tests. * platform/qt/TestExpectations: 2012-11-05 Stephen White [chromium] Mark inspector-protocol/debugger-pause-dedicated-worker.html as also crashy, and give it a bug ID. Unreviewed. * platform/chromium/TestExpectations: 2012-11-05 Dominik Röttsches [Cairo] Make Cairo honor image orientation https://bugs.webkit.org/show_bug.cgi?id=101207 Reviewed by Kenneth Rohde Christiansen. Unskip and rebaseline exif orientation tests for EFL. * platform/efl-wk1/TestExpectations: Tests not passing here yet, since DRT needs a setShouldRespectImageOrientation setting. * platform/efl/TestExpectations: Unskipping three exif orientation tests. * platform/efl/fast/images/exif-orientation-css-expected.png: Added. * platform/efl/fast/images/exif-orientation-css-expected.txt: Added. * platform/efl/fast/images/exif-orientation-expected.png: Added. * platform/efl/fast/images/exif-orientation-expected.txt: Added. * platform/efl/fast/images/exif-orientation-image-document-expected.png: Added. * platform/efl/fast/images/exif-orientation-image-document-expected.txt: Added. 2012-11-05 Hans Muller [CSS Exclusions] Layout of the first shape-inside line can be incorrect https://bugs.webkit.org/show_bug.cgi?id=100996 Reviewed by Dirk Schulze. Verify that the first line of shape-inside content is laid out correctly when the top of the shape's bounds has a non-integral value. * fast/exclusions/shape-inside/shape-inside-shape-logical-top-expected.html: Added. * fast/exclusions/shape-inside/shape-inside-shape-logical-top.html: Added. 2012-11-05 Stephen White [chromium] Mark a flaky test. Unreviewed. * platform/chromium/TestExpectations: 2012-11-05 Stephen White [chromium] Add a now-failing test, remove a now-passing test. Unreviewed. * platform/chromium/TestExpectations: 2012-11-05 Pierre Rossi [Qt] Fix broken comment in WK2 TestExpectations Unreviewed fix, just an obviously missing '#' character. * platform/qt-5.0-wk2/TestExpectations: 2012-11-05 Christophe Dumez fast/events/popup-allowed-from-gesture-initiated-event.html is flaky https://bugs.webkit.org/show_bug.cgi?id=101208 Reviewed by Kenneth Rohde Christiansen. Close the new popup between each test to make sure the new window does not mask the buttons and therefore prevent them from being clicked. This addresses flakiness for this test. * fast/events/popup-allowed-from-gesture-initiated-event.html: 2012-11-05 Zan Dobersek Unreviewed GTK gardening. A followup to r133453, adding a baseline for http/tests/inspector/console-websocket-error.html. * platform/gtk/http/tests/inspector: Added. * platform/gtk/http/tests/inspector/console-websocket-error-expected.txt: Added. 2012-11-05 Thiago Marcos P. Santos Validate CSS Device Adaptation properties and resolve shorthands https://bugs.webkit.org/show_bug.cgi?id=95962 Reviewed by Alexis Menard. Added a test for CSS Device Adaptation property parsing validation. * css3/device-adapt/viewport-properties-validation-expected.txt: Added. * css3/device-adapt/viewport-properties-validation.html: Added. 2012-11-05 Raphael Kubo da Costa [EFL] Unreviewed gardening. Remove a few tests which depend on setIsolatedWorldSecurityOrigin since they are already skipped in efl/TestExpectations. * platform/efl-wk2/TestExpectations: 2012-11-05 Christophe Dumez [EFL] fast/forms/week-multiple-fields does not exist and should be removed from TestExpectations https://bugs.webkit.org/show_bug.cgi?id=101202 Unreviewed EFL gardening. Remove fast/forms/week-multiple-fields from TestExpections since it does not exist and makes the style script complain. * platform/efl/TestExpectations: 2012-11-05 Zan Dobersek Unreviewed GTK gardening. Clean up the inspector-related test expectations. Instead of marking many tests as skipped, proper failure expectations are put in place. The tests are still being skipped as their current behavior on the buildbots is unknown. * platform/gtk/TestExpectations: 2012-11-05 Kristóf Kosztyó [Qt] Unreviewed gardening. Skip fast/dom/shadow/shadowroot-type.html because SHADOW_DOM is disabled. * platform/qt/TestExpectations: 2012-11-05 Zan Dobersek Unreviewed GTK gardening. Rebaselining MathML tests after r132264 and r133221 and updating pixel baselines with outdated hash. * platform/gtk/TestExpectations: * platform/gtk/mathml/presentation/attributes-expected.png: * platform/gtk/mathml/presentation/fenced-expected.png: * platform/gtk/mathml/presentation/fenced-expected.txt: * platform/gtk/mathml/presentation/mo-expected.png: * platform/gtk/mathml/presentation/mo-expected.txt: * platform/gtk/mathml/presentation/mo-stretch-expected.png: * platform/gtk/mathml/presentation/mo-stretch-expected.txt: * platform/gtk/mathml/presentation/mroot-pref-width-expected.png: * platform/gtk/mathml/presentation/over-expected.png: * platform/gtk/mathml/presentation/over-expected.txt: * platform/gtk/mathml/presentation/roots-expected.png: * platform/gtk/mathml/presentation/row-alignment-expected.png: * platform/gtk/mathml/presentation/row-alignment-expected.txt: * platform/gtk/mathml/presentation/row-expected.png: * platform/gtk/mathml/presentation/row-expected.txt: * platform/gtk/mathml/presentation/style-expected.png: * platform/gtk/mathml/presentation/subsup-expected.png: * platform/gtk/mathml/presentation/subsup-expected.txt: * platform/gtk/mathml/presentation/tables-expected.png: * platform/gtk/mathml/presentation/tables-expected.txt: 2012-11-05 Christophe Dumez [EFL] Skip compositing/repaint/invalidations-on-composited-layers.html https://bugs.webkit.org/show_bug.cgi?id=101181 Unreviewed EFL gardening. Mark compositing/repaint/invalidations-on-composited-layers.html as expected to fail since accelerated compositing is disabled by default on EFL port. * platform/efl/TestExpectations: 2012-11-05 Zan Dobersek Unreviewed GTK gardening. Skipping ENABLE_SUBPIXEL- and ENABLE_INPUT_TYPE_*-related testing directories. These features are not enabled yet and most of the tests fail. Removing failure expectation for fast/files/workers/worker-apply-blob-url-to-xhr.html, the issue was fixed in r132973. Moving the skip entry for css3/device-adapt to the proper section. * platform/gtk/TestExpectations: 2012-11-05 Shinya Kawanaka [Shadow] ShadowRoot type is not set correctly. https://bugs.webkit.org/show_bug.cgi?id=101188 Reviewed by Hajime Morita. * fast/dom/shadow/shadowroot-type-expected.txt: Added. * fast/dom/shadow/shadowroot-type.html: Added. 2012-11-04 Kent Tamura Move *-multiple-fields-appearance-*.html from fast/forms/*-multiple-fields/ to fast/forms/*/ https://bugs.webkit.org/show_bug.cgi?id=101186 Rubber-stamped by Kentaro Hara. The fast/forms/{date,month,time,week}-multiple-fields/ {date,month,time,week}-multiple-fields-appearance-*.html tests don't depend on the multiple-fields UI, and should work for non multiple-fields configuration too. They should be moved to fast/forms/{date,month,time,week}/. * fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.txt: Removed. * fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic.html: Removed. * fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.txt: Removed. * fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n.html: Removed. * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.txt: Removed. * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes.html: Removed. * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.txt: Removed. * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements.html: Removed. * fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.txt: Removed. * fast/forms/date-multiple-fields/date-multiple-fields-appearance-style.html: Removed. * fast/forms/date/date-appearance-basic-expected.txt: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.txt. * fast/forms/date/date-appearance-basic.html: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic.html. * fast/forms/date/date-appearance-l10n-expected.txt: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.txt. * fast/forms/date/date-appearance-l10n.html: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n.html. * fast/forms/date/date-appearance-pseudo-classes-expected.txt: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.txt. * fast/forms/date/date-appearance-pseudo-classes.html: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes.html. * fast/forms/date/date-appearance-pseudo-elements-expected.txt: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.txt. * fast/forms/date/date-appearance-pseudo-elements.html: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements.html. * fast/forms/date/date-appearance-style-expected.txt: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.txt. * fast/forms/date/date-appearance-style.html: Copied from LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style.html. * fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.txt: Removed. * fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic.html: Removed. * fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.txt: Removed. * fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n.html: Removed. * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.txt: Removed. * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes.html: Removed. * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.txt: Removed. * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements.html: Removed. * fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.txt: Removed. * fast/forms/month-multiple-fields/month-multiple-fields-appearance-style.html: Removed. * fast/forms/month/month-appearance-basic-expected.txt: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.txt. * fast/forms/month/month-appearance-basic.html: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic.html. * fast/forms/month/month-appearance-l10n-expected.txt: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.txt. * fast/forms/month/month-appearance-l10n.html: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n.html. * fast/forms/month/month-appearance-pseudo-classes-expected.txt: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.txt. * fast/forms/month/month-appearance-pseudo-classes.html: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes.html. * fast/forms/month/month-appearance-pseudo-elements-expected.txt: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.txt. * fast/forms/month/month-appearance-pseudo-elements.html: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements.html. * fast/forms/month/month-appearance-style-expected.txt: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.txt. * fast/forms/month/month-appearance-style.html: Copied from LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style.html. * fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.txt: Removed. * fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic.html: Removed. * fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.txt: Removed. * fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly.html: Removed. * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.txt: Removed. * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes.html: Removed. * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.txt: Removed. * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html: Removed. * fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.txt: Removed. * fast/forms/time-multiple-fields/time-multiple-fields-appearance-style.html: Removed. * fast/forms/time/time-appearance-basic-expected.txt: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.txt. * fast/forms/time/time-appearance-basic.html: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic.html. * fast/forms/time/time-appearance-disabled-readonly-expected.txt: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.txt. * fast/forms/time/time-appearance-disabled-readonly.html: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly.html. * fast/forms/time/time-appearance-pseudo-classes-expected.txt: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.txt. * fast/forms/time/time-appearance-pseudo-classes.html: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes.html. * fast/forms/time/time-appearance-pseudo-elements-expected.txt: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.txt. * fast/forms/time/time-appearance-pseudo-elements.html: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html. * fast/forms/time/time-appearance-style-expected.txt: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.txt. * fast/forms/time/time-appearance-style.html: Copied from LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style.html. * fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.txt: Removed. * fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic.html: Removed. * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.txt: Removed. * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes.html: Removed. * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.txt: Removed. * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements.html: Removed. * fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.txt: Removed. * fast/forms/week-multiple-fields/week-multiple-fields-appearance-style.html: Removed. * fast/forms/week/week-appearance-basic-expected.txt: Copied from LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.txt. * fast/forms/week/week-appearance-basic.html: Copied from LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic.html. * fast/forms/week/week-appearance-pseudo-classes-expected.txt: Copied from LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.txt. * fast/forms/week/week-appearance-pseudo-classes.html: Copied from LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes.html. * fast/forms/week/week-appearance-pseudo-elements-expected.txt: Copied from LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.txt. * fast/forms/week/week-appearance-pseudo-elements.html: Copied from LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements.html. * fast/forms/week/week-appearance-style-expected.txt: Copied from LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.txt. * fast/forms/week/week-appearance-style.html: Copied from LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style.html. * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Removed. * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Removed. * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Removed. * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed. * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Removed. * platform/chromium-linux/fast/forms/date/date-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png. * platform/chromium-linux/fast/forms/date/date-appearance-l10n-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png. * platform/chromium-linux/fast/forms/date/date-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png. * platform/chromium-linux/fast/forms/date/date-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png. * platform/chromium-linux/fast/forms/date/date-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png. * platform/chromium-linux/fast/forms/month: Added. * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png: Removed. * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Removed. * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png: Removed. * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed. * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png: Removed. * platform/chromium-linux/fast/forms/month/month-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png. * platform/chromium-linux/fast/forms/month/month-appearance-l10n-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png. * platform/chromium-linux/fast/forms/month/month-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png. * platform/chromium-linux/fast/forms/month/month-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png. * platform/chromium-linux/fast/forms/month/month-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png. * platform/chromium-linux/fast/forms/time: Added. * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png: Removed. * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png: Removed. * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png: Removed. * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed. * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png: Removed. * platform/chromium-linux/fast/forms/time/time-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png. * platform/chromium-linux/fast/forms/time/time-appearance-disabled-readonly-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png. * platform/chromium-linux/fast/forms/time/time-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png. * platform/chromium-linux/fast/forms/time/time-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png. * platform/chromium-linux/fast/forms/time/time-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png. * platform/chromium-linux/fast/forms/week: Added. * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png: Removed. * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png: Removed. * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed. * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png: Removed. * platform/chromium-linux/fast/forms/week/week-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png. * platform/chromium-linux/fast/forms/week/week-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png. * platform/chromium-linux/fast/forms/week/week-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png. * platform/chromium-linux/fast/forms/week/week-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png. * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Removed. * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Removed. * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Removed. * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed. * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Removed. * platform/chromium-mac-lion/fast/forms/date/date-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png. * platform/chromium-mac-lion/fast/forms/date/date-appearance-l10n-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png. * platform/chromium-mac-lion/fast/forms/date/date-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png. * platform/chromium-mac-lion/fast/forms/date/date-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png. * platform/chromium-mac-lion/fast/forms/date/date-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png. * platform/chromium-mac-lion/fast/forms/month: Added. * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png: Removed. * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Removed. * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png: Removed. * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed. * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png: Removed. * platform/chromium-mac-lion/fast/forms/month/month-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png. * platform/chromium-mac-lion/fast/forms/month/month-appearance-l10n-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png. * platform/chromium-mac-lion/fast/forms/month/month-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png. * platform/chromium-mac-lion/fast/forms/month/month-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png. * platform/chromium-mac-lion/fast/forms/month/month-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png. * platform/chromium-mac-lion/fast/forms/time: Added. * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png: Removed. * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png: Removed. * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png: Removed. * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed. * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png: Removed. * platform/chromium-mac-lion/fast/forms/time/time-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png. * platform/chromium-mac-lion/fast/forms/time/time-appearance-disabled-readonly-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png. * platform/chromium-mac-lion/fast/forms/time/time-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png. * platform/chromium-mac-lion/fast/forms/time/time-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png. * platform/chromium-mac-lion/fast/forms/time/time-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png. * platform/chromium-mac-lion/fast/forms/week: Added. * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png: Removed. * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png: Removed. * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed. * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png: Removed. * platform/chromium-mac-lion/fast/forms/week/week-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png. * platform/chromium-mac-lion/fast/forms/week/week-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png. * platform/chromium-mac-lion/fast/forms/week/week-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png. * platform/chromium-mac-lion/fast/forms/week/week-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png. * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png. * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-l10n-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png. * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png. * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png. * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png. * platform/chromium-mac-snowleopard/fast/forms/month: Added. * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png. * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-l10n-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png. * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png. * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png. * platform/chromium-mac-snowleopard/fast/forms/month/month-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png. * platform/chromium-mac-snowleopard/fast/forms/time: Added. * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png. * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-disabled-readonly-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png. * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png. * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png. * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png. * platform/chromium-mac-snowleopard/fast/forms/week: Added. * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png. * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png. * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png. * platform/chromium-mac-snowleopard/fast/forms/week/week-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png. * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Removed. * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Removed. * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Removed. * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed. * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Removed. * platform/chromium-mac/fast/forms/date/date-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png. * platform/chromium-mac/fast/forms/date/date-appearance-l10n-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png. * platform/chromium-mac/fast/forms/date/date-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png. * platform/chromium-mac/fast/forms/date/date-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png. * platform/chromium-mac/fast/forms/date/date-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png. * platform/chromium-mac/fast/forms/month: Added. * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png: Removed. * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Removed. * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png: Removed. * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed. * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png: Removed. * platform/chromium-mac/fast/forms/month/month-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png. * platform/chromium-mac/fast/forms/month/month-appearance-l10n-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png. * platform/chromium-mac/fast/forms/month/month-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png. * platform/chromium-mac/fast/forms/month/month-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png. * platform/chromium-mac/fast/forms/month/month-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png. * platform/chromium-mac/fast/forms/time: Added. * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png: Removed. * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png: Removed. * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png: Removed. * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed. * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png: Removed. * platform/chromium-mac/fast/forms/time/time-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png. * platform/chromium-mac/fast/forms/time/time-appearance-disabled-readonly-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png. * platform/chromium-mac/fast/forms/time/time-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png. * platform/chromium-mac/fast/forms/time/time-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png. * platform/chromium-mac/fast/forms/time/time-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png. * platform/chromium-mac/fast/forms/week: Added. * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png: Removed. * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png: Removed. * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed. * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png: Removed. * platform/chromium-mac/fast/forms/week/week-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png. * platform/chromium-mac/fast/forms/week/week-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png. * platform/chromium-mac/fast/forms/week/week-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png. * platform/chromium-mac/fast/forms/week/week-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png. * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Removed. * platform/chromium-win-xp/fast/forms/date/date-appearance-l10n-expected.png: Copied from LayoutTests/platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png. * platform/chromium-win-xp/fast/forms/month: Added. * platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Removed. * platform/chromium-win-xp/fast/forms/month/month-appearance-l10n-expected.png: Copied from LayoutTests/platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png. * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: Removed. * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png: Removed. * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: Removed. * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed. * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: Removed. * platform/chromium-win/fast/forms/date/date-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png. * platform/chromium-win/fast/forms/date/date-appearance-l10n-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png. * platform/chromium-win/fast/forms/date/date-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png. * platform/chromium-win/fast/forms/date/date-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png. * platform/chromium-win/fast/forms/date/date-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png. * platform/chromium-win/fast/forms/month: Added. * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png: Removed. * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Removed. * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png: Removed. * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed. * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png: Removed. * platform/chromium-win/fast/forms/month/month-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png. * platform/chromium-win/fast/forms/month/month-appearance-l10n-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png. * platform/chromium-win/fast/forms/month/month-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png. * platform/chromium-win/fast/forms/month/month-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png. * platform/chromium-win/fast/forms/month/month-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png. * platform/chromium-win/fast/forms/time: Added. * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png: Removed. * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png: Removed. * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png: Removed. * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed. * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png: Removed. * platform/chromium-win/fast/forms/time/time-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png. * platform/chromium-win/fast/forms/time/time-appearance-disabled-readonly-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png. * platform/chromium-win/fast/forms/time/time-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png. * platform/chromium-win/fast/forms/time/time-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png. * platform/chromium-win/fast/forms/time/time-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png. * platform/chromium-win/fast/forms/week: Added. * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png: Removed. * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png: Removed. * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed. * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png: Removed. * platform/chromium-win/fast/forms/week/week-appearance-basic-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png. * platform/chromium-win/fast/forms/week/week-appearance-pseudo-classes-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png. * platform/chromium-win/fast/forms/week/week-appearance-pseudo-elements-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png. * platform/chromium-win/fast/forms/week/week-appearance-style-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png. * platform/chromium/TestExpectations: 2012-11-04 Julien Chaffraix Fix the collapsing border code to handle mixed directionality at the row level https://bugs.webkit.org/show_bug.cgi?id=101060 Reviewed by Ojan Vafai. * fast/table/border-collapsing/table-ltr-rows-mixed-direction-expected.html: Added. * fast/table/border-collapsing/table-ltr-rows-mixed-direction.html: Added. * fast/table/border-collapsing/table-rtl-row-mixed-direction-expected.html: Added. * fast/table/border-collapsing/table-rtl-row-mixed-direction.html: Added. 2012-11-04 Andrey Adaikin Web Inspector: [Canvas] do not blow up the capturing log https://bugs.webkit.org/show_bug.cgi?id=100752 Reviewed by Pavel Feldman. Added test for track Canvas 2D API changes, as well as basics for the capturing. * inspector/profiler/canvas-profiler-test.js: Renamed from LayoutTests/inspector/profiler/webgl/webgl-profiler-test.js. (initialize_CanvasWebGLProfilerTest.InspectorTest.enableCanvasAgent): (initialize_CanvasWebGLProfilerTest): (createWebGLContext): (createCanvas2DContext): * inspector/profiler/canvas2d/canvas2d-api-changes-expected.txt: Added. * inspector/profiler/canvas2d/canvas2d-api-changes.html: Added. * inspector/profiler/canvas2d/canvas2d-profiler-capturing-basics-expected.txt: Added. * inspector/profiler/canvas2d/canvas2d-profiler-capturing-basics.html: Added. * inspector/profiler/webgl/webgl-profiler-get-error.html: 2012-11-04 Nandor Huszka [Qt] Unreviewed gardening. Skip a new failing test introduced in r133428, because SHADOW_DOM is disabled. Unskip a test that does not exist already. * platform/qt/TestExpectations: 2012-11-04 Zan Dobersek Unreviewed GTK gardening. Adding failure expectations for accessibility/svg-remote-element, fast/images/exif-orientation-image-document.html and svg/animations/mozilla/animateMotion-mpath-targetChange-1.svg. Rebaselining fast/images/repaint-subrect-grid.html, the new baseline matches the one Mac port uses. * platform/gtk/TestExpectations: * platform/gtk/fast/images/repaint-subrect-grid-expected.txt: Added. 2012-11-04 Keishi Hattori Introduce Month class to calendar picker https://bugs.webkit.org/show_bug.cgi?id=101024 Reviewed by Kent Tamura. * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt: * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt: * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html: Adjust the expectation because we changed the month string format. * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations-expected.txt: * platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations.html: Ditto. 2012-11-04 Kent Tamura Remove obsolete tests for date/time input types https://bugs.webkit.org/show_bug.cgi?id=98783 Reviewed by Kentaro Hara. *-input-visible-string.html and *-stepup-stepdown-from-renderer.html are unnecessary and should be removed because they depend on textfield behavior, and the date/time input types no longer have textfield behavior on any platforms. * fast/forms/datetime/datetime-input-visible-string-expected.txt: Removed. * fast/forms/datetime/datetime-input-visible-string.html: Removed. * fast/forms/datetime/datetime-stepup-stepdown-from-renderer-expected.txt: Removed. * fast/forms/datetime/datetime-stepup-stepdown-from-renderer.html: Removed. * fast/forms/datetimelocal/datetimelocal-input-visible-string-expected.txt: Removed. * fast/forms/datetimelocal/datetimelocal-input-visible-string.html: Removed. * fast/forms/datetimelocal/datetimelocal-stepup-stepdown-from-renderer-expected.txt: Removed. * fast/forms/datetimelocal/datetimelocal-stepup-stepdown-from-renderer.html: Removed. * fast/forms/month/month-input-visible-string-expected.txt: Removed. * fast/forms/month/month-input-visible-string.html: Removed. * fast/forms/month/month-stepup-stepdown-from-renderer-expected.txt: Removed. * fast/forms/month/month-stepup-stepdown-from-renderer.html: Removed. * fast/forms/time/time-input-visible-string-expected.txt: Removed. * fast/forms/time/time-input-visible-string.html: Removed. * fast/forms/time/time-stepup-stepdown-from-renderer-expected.txt: Removed. * fast/forms/time/time-stepup-stepdown-from-renderer.html: Removed. * fast/forms/week/week-input-visible-string-expected.txt: Removed. * fast/forms/week/week-input-visible-string.html: Removed. * fast/forms/week/week-stepup-stepdown-from-renderer-expected.txt: Removed. * fast/forms/week/week-stepup-stepdown-from-renderer.html: Removed. * platform/chromium-android/fast/forms/time/time-stepup-stepdown-from-renderer-expected.txt: Removed. * platform/chromium/TestExpectations: * platform/chromium/fast/forms/datetime/datetime-input-visible-string-expected.txt: Removed. * platform/chromium/fast/forms/datetime/datetime-stepup-stepdown-from-renderer-expected.txt: Removed. * platform/chromium/fast/forms/datetimelocal/datetimelocal-input-visible-string-expected.txt: Removed. * platform/chromium/fast/forms/datetimelocal/datetimelocal-stepup-stepdown-from-renderer-expected.txt: Removed. * platform/chromium/fast/forms/month/month-input-visible-string-expected.txt: Removed. * platform/chromium/fast/forms/month/month-stepup-stepdown-from-renderer-expected.txt: Removed. * platform/chromium/fast/forms/time/time-input-visible-string-expected.txt: Removed. * platform/chromium/fast/forms/time/time-stepup-stepdown-from-renderer-expected.txt: Removed. * platform/chromium/fast/forms/week/week-input-visible-string-expected.txt: Removed. * platform/chromium/fast/forms/week/week-stepup-stepdown-from-renderer-expected.txt: Removed. 2012-11-04 Jinwoo Song [EFL][DRT] Skip a fast/images/repaint-subrect-grid.html test case after r133322 https://bugs.webkit.org/show_bug.cgi?id=101175 Unreviewed gardening. fast/images/repaint-subrect-grid.html is failing on WK1 debug bot. * platform/efl-wk1/TestExpectations: 2012-11-04 Shinya Kawanaka [Shadow] Implement custom pseudo-elements styling https://bugs.webkit.org/show_bug.cgi?id=100812 Reviewed by Hajime Morita. * fast/dom/shadow/styling-pseudo-attribute-expected.html: Added. * fast/dom/shadow/styling-pseudo-attribute.html: Added. 2012-11-04 Sheriff Bot Unreviewed, rolling out r133416. http://trac.webkit.org/changeset/133416 https://bugs.webkit.org/show_bug.cgi?id=101169 Broke world selection by right click (Requested by rniwa on #webkit). * fast/events/touch/gesture/disabled-input-text-selection-expected.txt: Removed. * fast/events/touch/gesture/disabled-input-text-selection.html: Removed. * platform/chromium/TestExpectations: 2012-11-04 Stephen White [chromium] Add a now-failing test. Unreviewed. * platform/chromium/TestExpectations: 2012-11-04 Florin Malita Color-profile property triggers assert https://bugs.webkit.org/show_bug.cgi?id=101080 Reviewed by Dirk Schulze. * svg/css/color-profile-crash-expected.txt: Added. * svg/css/color-profile-crash.html: Added. 2012-11-04 Csaba Osztrogonác [Qt][WK2] Unreviewed weekend gardening, skip failing tests, update expected files. * platform/qt-5.0-wk2/TestExpectations: * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt: Updated after r133019. * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt: Updated after r133019. * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: Updated after r133019. 2012-11-04 Csaba Osztrogonác [Qt] Unreviewed weekend gardening, skip one more failing test. * platform/qt/TestExpectations: 2012-11-04 Csaba Osztrogonác [Qt] Unreviewed weekend gardening, skip new failing tests. * platform/qt/TestExpectations: 2012-11-04 Kaustubh Atrawalkar Unable to copy text on disabled input fields on long press gesture https://bugs.webkit.org/show_bug.cgi?id=99698 Reviewed by Ryosuke Niwa. Text from disabled input/text should be allowed to select. Replaced isContentEditable() with canStartSelection() * fast/events/touch/gesture/disabled-input-text-selection-expected.txt: Added. * fast/events/touch/gesture/disabled-input-text-selection.html: Added. * platform/chromium/TestExpectations: Not Valid for chromium desktop. 2012-11-04 Stephen White [chromium] Remove some no-longer-flaky tests. Unreviewed. * platform/chromium/TestExpectations: 2012-11-03 Stephen White [chromium] Remove a no-longer-flaky test. Unreviewed. * platform/chromium/TestExpectations: 2012-11-03 Stephen White [chromium] Remove some now-passing tests. Unreviewed. * platform/chromium/TestExpectations: 2012-11-03 Stephen White [chromium] New baselines for no-longer-flaky tests. Unreviewed. * platform/chromium-linux/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png: * platform/chromium-mac-lion/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: * platform/chromium-mac-lion/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: * platform/chromium-mac-lion/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png: * platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: * platform/chromium-mac/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: * platform/chromium-mac/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: * platform/chromium-mac/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png: * platform/chromium-win/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png: * platform/chromium/TestExpectations: * platform/efl-wk1/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Renamed from LayoutTests/platform/efl/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png. * platform/efl-wk1/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png: Renamed from LayoutTests/platform/efl/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png. 2012-11-03 Stephen White [chromium] Unreviewed gardening. * platform/chromium-win/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: 2012-11-03 Dan Beam Implement HTMLFormElement#requestAutocomplete and associated events https://bugs.webkit.org/show_bug.cgi?id=100557 Reviewed by Adam Barth. Adds tests for an initial implementation of the proposal for interactive autocomplete outlined in this email: http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2012-October/037711.html The goal of this patch is to allow web authors to call formElement.requestAutocomplete(); after subscribing for autocomplete/autocompleteerror events on formElement. If the form's [autocomplete] attribute is "off" an error will be dispatched. Otherwise, a request will be issued to the FrameLoaderClient. At the moment, the implementation in Chrome (https://codereview.chromium.org/11270018/) will simply dispatch an error until the UI on Chrome's side is built. Both autocomplete and autocompleteerror events will be dispatched asynchronously after a small delay to behave consistently in all situations and implementations. Currently the implementation is behind the feature flag REQUEST_AUTOCOMPLETE, which is disabled, so the test is expected to fail. This test verifies that currently no client implements this method on HTMLFormElement (HTMLFormElement#requestAutocomplete) and returns. When the chrome-side lands I'll add a success case in LayoutTests/platform/chromium/fast/forms/ with the expected successful results. * fast/forms/form-request-autocomplete-expected.txt: Added. * fast/forms/form-request-autocomplete.html: Added. 2012-11-03 Pavel Feldman Web Inspector: %d, %i, and %f log formatters have same result https://bugs.webkit.org/show_bug.cgi?id=101148 Reviewed by Alexander Pavlov. * inspector/console/console-format-expected.txt: * inspector/console/console-format.html: * inspector/console/console-message-format-expected.txt: Added. * inspector/console/console-message-format.html: Added. 2012-11-02 Shinya Kawanaka [Shadow] ShadowRoot should be able to know the existence of https://bugs.webkit.org/show_bug.cgi?id=100921 Reviewed by Dimitri Glazkov. * fast/dom/shadow/has-content-elements-expected.txt: Added. * fast/dom/shadow/has-content-elements.html: Added. 2012-11-02 Sheriff Bot Unreviewed, rolling out r133375. http://trac.webkit.org/changeset/133375 https://bugs.webkit.org/show_bug.cgi?id=101138 Caused 3 tests to fail on Mac (Requested by aboxhall-laptop on #webkit). * css3/line-break/line-break-auto-centered-expected.html: Removed. * css3/line-break/line-break-auto-centered.html: Removed. * css3/line-break/line-break-auto-half-kana-expected.html: Removed. * css3/line-break/line-break-auto-half-kana.html: Removed. * css3/line-break/line-break-auto-hyphens-expected.html: Removed. * css3/line-break/line-break-auto-hyphens.html: Removed. * css3/line-break/line-break-auto-inseparables-expected.html: Removed. * css3/line-break/line-break-auto-inseparables.html: Removed. * css3/line-break/line-break-auto-iteration-marks-expected.html: Removed. * css3/line-break/line-break-auto-iteration-marks.html: Removed. * css3/line-break/line-break-auto-postfixes-expected.html: Removed. * css3/line-break/line-break-auto-postfixes.html: Removed. * css3/line-break/line-break-auto-prefixes-expected.html: Removed. * css3/line-break/line-break-auto-prefixes.html: Removed. * css3/line-break/line-break-auto-sound-marks-expected.html: Removed. * css3/line-break/line-break-auto-sound-marks.html: Removed. * css3/line-break/line-break-loose-centered-expected.html: Removed. * css3/line-break/line-break-loose-centered.html: Removed. * css3/line-break/line-break-loose-half-kana-expected.html: Removed. * css3/line-break/line-break-loose-half-kana.html: Removed. * css3/line-break/line-break-loose-hyphens-expected.html: Removed. * css3/line-break/line-break-loose-hyphens.html: Removed. * css3/line-break/line-break-loose-inseparables-expected.html: Removed. * css3/line-break/line-break-loose-inseparables.html: Removed. * css3/line-break/line-break-loose-iteration-marks-expected.html: Removed. * css3/line-break/line-break-loose-iteration-marks.html: Removed. * css3/line-break/line-break-loose-postfixes-expected.html: Removed. * css3/line-break/line-break-loose-postfixes.html: Removed. * css3/line-break/line-break-loose-prefixes-expected.html: Removed. * css3/line-break/line-break-loose-prefixes.html: Removed. * css3/line-break/line-break-loose-sound-marks-expected.html: Removed. * css3/line-break/line-break-loose-sound-marks.html: Removed. * css3/line-break/line-break-normal-centered-expected.html: Removed. * css3/line-break/line-break-normal-centered.html: Removed. * css3/line-break/line-break-normal-half-kana-expected.html: Removed. * css3/line-break/line-break-normal-half-kana.html: Removed. * css3/line-break/line-break-normal-hyphens-expected.html: Removed. * css3/line-break/line-break-normal-hyphens.html: Removed. * css3/line-break/line-break-normal-inseparables-expected.html: Removed. * css3/line-break/line-break-normal-inseparables.html: Removed. * css3/line-break/line-break-normal-iteration-marks-expected.html: Removed. * css3/line-break/line-break-normal-iteration-marks.html: Removed. * css3/line-break/line-break-normal-postfixes-expected.html: Removed. * css3/line-break/line-break-normal-postfixes.html: Removed. * css3/line-break/line-break-normal-prefixes-expected.html: Removed. * css3/line-break/line-break-normal-prefixes.html: Removed. * css3/line-break/line-break-normal-sound-marks-expected.html: Removed. * css3/line-break/line-break-normal-sound-marks.html: Removed. * css3/line-break/line-break-strict-centered-expected.html: Removed. * css3/line-break/line-break-strict-centered.html: Removed. * css3/line-break/line-break-strict-half-kana-expected.html: Removed. * css3/line-break/line-break-strict-half-kana.html: Removed. * css3/line-break/line-break-strict-hyphens-expected.html: Removed. * css3/line-break/line-break-strict-hyphens.html: Removed. * css3/line-break/line-break-strict-inseparables-expected.html: Removed. * css3/line-break/line-break-strict-inseparables.html: Removed. * css3/line-break/line-break-strict-iteration-marks-expected.html: Removed. * css3/line-break/line-break-strict-iteration-marks.html: Removed. * css3/line-break/line-break-strict-postfixes-expected.html: Removed. * css3/line-break/line-break-strict-postfixes.html: Removed. * css3/line-break/line-break-strict-prefixes-expected.html: Removed. * css3/line-break/line-break-strict-prefixes.html: Removed. * css3/line-break/line-break-strict-sound-marks-expected.html: Removed. * css3/line-break/line-break-strict-sound-marks.html: Removed. * platform/chromium-linux/css3/line-break/line-break-auto-half-kana-expected.html: Removed. * platform/chromium-linux/css3/line-break/line-break-auto-sound-marks-expected.html: Removed. 2012-11-02 Bear Travis [CSS Exclusions] Clean up shape-inside tests' subpixel snapping code https://bugs.webkit.org/show_bug.cgi?id=100704 Reviewed by Dirk Schulze. Factor out the pixel snapping behavior from polygon tests to be shared with the rounded rectangle tests. In sub-pixel layout, the rounding behavior may be slightly different. This adds a new file, subpixel-utils.js, which tests for the feature availability and provides functions for rounding at line left & line right. I've also taken the opportunity to factor the window.internal.settings code into rounded-rectangle.js and simple-polygon.js. * fast/exclusions/resources/rounded-rectangle.js: (simulateShape): Use the new subpixel rounding code. * fast/exclusions/resources/simple-polygon.js: (polygonXIntercepts): Ditto. * fast/exclusions/resources/subpixel-utils.js: Added. (SubPixelLayout): Adding the SubPixelLayout object which has helper methods for determining how line edges should round, and whether subpixel layout is enabled. * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-002-expected.html: * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-002.html: * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-003-expected.html: * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-003.html: * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-004-expected.html: * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-004.html: * fast/exclusions/shape-inside/shape-inside-simple-polygon-001-expected.html: * fast/exclusions/shape-inside/shape-inside-simple-polygon-001.html: * fast/exclusions/shape-inside/shape-inside-simple-polygon-002-expected.html: * fast/exclusions/shape-inside/shape-inside-simple-polygon-002.html: * fast/exclusions/shape-inside/shape-inside-simple-polygon-003-expected.html: * fast/exclusions/shape-inside/shape-inside-simple-polygon-003.html: * fast/exclusions/shape-inside/shape-inside-simple-polygon-004-expected.html: * fast/exclusions/shape-inside/shape-inside-simple-polygon-004.html: 2012-11-02 Chris Rogers Rebaseline some webaudio tests due to increased precision in AudioParamTimeline https://bugs.webkit.org/show_bug.cgi?id=101134 Unreviewed rebaseline. * platform/chromium-linux/webaudio/audiobuffersource-loop-points-expected.wav: * platform/chromium/webaudio/audiobuffersource-loop-points-expected.wav: Copied from LayoutTests/platform/chromium-linux/webaudio/audiobuffersource-loop-points-expected.wav. * platform/chromium/webaudio/audiobuffersource-playbackrate-expected.wav: Added. 2012-11-02 Glenn Adams Add support to -webkit-line-break property for CSS3 Text line-break property values and semantics. https://bugs.webkit.org/show_bug.cgi?id=89235 Reviewed by Eric Seidel. See also wiki documentation at: [1] http://trac.webkit.org/wiki/LineBreaking [2] http://trac.webkit.org/wiki/LineBreakingCSS3Mapping * css3/line-break/line-break-auto-centered-expected.html: Added. * css3/line-break/line-break-auto-centered.html: Added. * css3/line-break/line-break-auto-half-kana-expected.html: Added. * css3/line-break/line-break-auto-half-kana.html: Added. * css3/line-break/line-break-auto-hyphens-expected.html: Added. * css3/line-break/line-break-auto-hyphens.html: Added. * css3/line-break/line-break-auto-inseparables-expected.html: Added. * css3/line-break/line-break-auto-inseparables.html: Added. * css3/line-break/line-break-auto-iteration-marks-expected.html: Added. * css3/line-break/line-break-auto-iteration-marks.html: Added. * css3/line-break/line-break-auto-postfixes-expected.html: Added. * css3/line-break/line-break-auto-postfixes.html: Added. * css3/line-break/line-break-auto-prefixes-expected.html: Added. * css3/line-break/line-break-auto-prefixes.html: Added. * css3/line-break/line-break-auto-sound-marks-expected.html: Added. * css3/line-break/line-break-auto-sound-marks.html: Added. * css3/line-break/line-break-loose-centered-expected.html: Added. * css3/line-break/line-break-loose-centered.html: Added. * css3/line-break/line-break-loose-half-kana-expected.html: Added. * css3/line-break/line-break-loose-half-kana.html: Added. * css3/line-break/line-break-loose-hyphens-expected.html: Added. * css3/line-break/line-break-loose-hyphens.html: Added. * css3/line-break/line-break-loose-inseparables-expected.html: Added. * css3/line-break/line-break-loose-inseparables.html: Added. * css3/line-break/line-break-loose-iteration-marks-expected.html: Added. * css3/line-break/line-break-loose-iteration-marks.html: Added. * css3/line-break/line-break-loose-postfixes-expected.html: Added. * css3/line-break/line-break-loose-postfixes.html: Added. * css3/line-break/line-break-loose-prefixes-expected.html: Added. * css3/line-break/line-break-loose-prefixes.html: Added. * css3/line-break/line-break-loose-sound-marks-expected.html: Added. * css3/line-break/line-break-loose-sound-marks.html: Added. * css3/line-break/line-break-normal-centered-expected.html: Added. * css3/line-break/line-break-normal-centered.html: Added. * css3/line-break/line-break-normal-half-kana-expected.html: Added. * css3/line-break/line-break-normal-half-kana.html: Added. * css3/line-break/line-break-normal-hyphens-expected.html: Added. * css3/line-break/line-break-normal-hyphens.html: Added. * css3/line-break/line-break-normal-inseparables-expected.html: Added. * css3/line-break/line-break-normal-inseparables.html: Added. * css3/line-break/line-break-normal-iteration-marks-expected.html: Added. * css3/line-break/line-break-normal-iteration-marks.html: Added. * css3/line-break/line-break-normal-postfixes-expected.html: Added. * css3/line-break/line-break-normal-postfixes.html: Added. * css3/line-break/line-break-normal-prefixes-expected.html: Added. * css3/line-break/line-break-normal-prefixes.html: Added. * css3/line-break/line-break-normal-sound-marks-expected.html: Added. * css3/line-break/line-break-normal-sound-marks.html: Added. * css3/line-break/line-break-strict-centered-expected.html: Added. * css3/line-break/line-break-strict-centered.html: Added. * css3/line-break/line-break-strict-half-kana-expected.html: Added. * css3/line-break/line-break-strict-half-kana.html: Added. * css3/line-break/line-break-strict-hyphens-expected.html: Added. * css3/line-break/line-break-strict-hyphens.html: Added. * css3/line-break/line-break-strict-inseparables-expected.html: Added. * css3/line-break/line-break-strict-inseparables.html: Added. * css3/line-break/line-break-strict-iteration-marks-expected.html: Added. * css3/line-break/line-break-strict-iteration-marks.html: Added. * css3/line-break/line-break-strict-postfixes-expected.html: Added. * css3/line-break/line-break-strict-postfixes.html: Added. * css3/line-break/line-break-strict-prefixes-expected.html: Added. * css3/line-break/line-break-strict-prefixes.html: Added. * css3/line-break/line-break-strict-sound-marks-expected.html: Added. * css3/line-break/line-break-strict-sound-marks.html: Added. * platform/chromium-linux/css3/line-break/line-break-auto-half-kana-expected.html: Added. * platform/chromium-linux/css3/line-break/line-break-auto-sound-marks-expected.html: Added. 2012-11-02 Alice Boxhall Unreviewed gardening. Generalising flakiness for fast/forms/formaction-attribute.html. https://bugs.webkit.org/show_bug.cgi?id=72039 * platform/chromium/TestExpectations: 2012-11-02 Alice Boxhall Unreviewed gardening. Fixing duplicate marking of video-media-source-state-changes.html as flaky. https://bugs.webkit.org/show_bug.cgi?id=96725 * platform/chromium/TestExpectations: 2012-11-02 Alice Boxhall Unreviewed gardening. Mark video-media-source-state-changes.html as flaky. * platform/chromium/TestExpectations: 2012-11-02 Tom Sepez report-blocked-uri-cross-origin.html is failing https://bugs.webkit.org/show_bug.cgi?id=101096 Reviewed by Adam Barth. Don't actually create a report file during the syntax-only test for when the report directive comes before the mode directive in an X-XSS-Protection header. Thus, we avoid having to clean it up later. * http/tests/security/xssAuditor/resources/echo-intertag.pl: * platform/chromium/TestExpectations: 2012-11-02 Simon Fraser Enable SUBPIXEL_LAYOUT on Mac https://bugs.webkit.org/show_bug.cgi?id=101076 Reviewed by Dave Hyatt. Update results affected by subpixel layout. * platform/mac/accessibility/svg-bounds-expected.txt: * platform/mac/accessibility/svg-remote-element-expected.txt: Copied from LayoutTests/platform/mac/accessibility/svg-bounds-expected.txt. * platform/mac/animations/keyframes-comma-separated-expected.txt: Added. * platform/mac/compositing/direct-image-compositing-expected.txt: * platform/mac/compositing/overflow/theme-affects-visual-overflow-expected.txt: * platform/mac/compositing/shadows/shadow-drawing-expected.txt: * platform/mac/compositing/tiling/tile-cache-zoomed-expected.txt: Added. * platform/mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Added. * platform/mac/css1/basic/inheritance-expected.txt: * platform/mac/css1/box_properties/acid_test-expected.txt: * platform/mac/css1/box_properties/clear_float-expected.txt: * platform/mac/css1/box_properties/float_on_text_elements-expected.txt: * platform/mac/css1/box_properties/margin-expected.txt: * platform/mac/css1/box_properties/margin_bottom-expected.txt: * platform/mac/css1/box_properties/margin_right-expected.txt: * platform/mac/css1/box_properties/margin_top-expected.txt: * platform/mac/css1/box_properties/padding-expected.txt: * platform/mac/css1/box_properties/padding_bottom-expected.txt: * platform/mac/css1/box_properties/padding_left-expected.txt: * platform/mac/css1/box_properties/padding_right-expected.txt: * platform/mac/css1/box_properties/padding_top-expected.txt: * platform/mac/css1/box_properties/width-expected.txt: * platform/mac/css1/color_and_background/background_attachment-expected.txt: * platform/mac/css1/font_properties/font-expected.txt: * platform/mac/css1/font_properties/font_size-expected.txt: * platform/mac/css1/font_properties/font_weight-expected.txt: * platform/mac/css1/formatting_model/floating_elements-expected.txt: * platform/mac/css1/formatting_model/horizontal_formatting-expected.txt: * platform/mac/css1/formatting_model/inline_elements-expected.txt: * platform/mac/css1/formatting_model/replaced_elements-expected.txt: * platform/mac/css1/formatting_model/vertical_formatting-expected.txt: * platform/mac/css1/text_properties/text_indent-expected.txt: * platform/mac/css1/text_properties/vertical_align-expected.txt: * platform/mac/css1/units/percentage_units-expected.txt: * platform/mac/css1/units/rounding-expected.txt: Added. * platform/mac/css2.1/20110323/block-replaced-width-001-expected.txt: * platform/mac/css2.1/20110323/floating-replaced-height-008-expected.txt: * platform/mac/css2.1/20110323/inline-block-replaced-height-008-expected.txt: * platform/mac/css2.1/20110323/inline-replaced-height-008-expected.txt: * platform/mac/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt: * platform/mac/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt: * platform/mac/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt: * platform/mac/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt: * platform/mac/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt: * platform/mac/css2.1/t0804-c5510-padn-00-b-ag-expected.txt: * platform/mac/css2.1/t09-c5526c-display-00-e-expected.txt: * platform/mac/css2.1/t0905-c414-flt-wrap-00-e-expected.txt: * platform/mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt: * platform/mac/css2.1/t090501-c414-flt-03-b-g-expected.txt: * platform/mac/css2.1/t1002-c5523-width-02-b-g-expected.txt: * platform/mac/css2.1/t100801-c544-valgn-00-a-ag-expected.txt: * platform/mac/css2.1/t100801-c544-valgn-02-d-agi-expected.txt: * platform/mac/css2.1/t100801-c544-valgn-03-d-agi-expected.txt: * platform/mac/css2.1/t100801-c544-valgn-04-d-agi-expected.txt: * platform/mac/css2.1/t1205-c565-list-pos-00-b-expected.txt: * platform/mac/css2.1/t1506-c525-font-wt-00-b-expected.txt: * platform/mac/css2.1/t1508-c527-font-09-b-expected.txt: * platform/mac/css2.1/t1602-c43-center-00-d-ag-expected.txt: * platform/mac/css3/flexbox/flexbox-baseline-expected.txt: * platform/mac/css3/selectors3/html/css3-modsel-23-expected.txt: * platform/mac/css3/selectors3/html/css3-modsel-24-expected.txt: * platform/mac/css3/selectors3/html/css3-modsel-25-expected.txt: * platform/mac/css3/selectors3/html/css3-modsel-68-expected.txt: * platform/mac/css3/selectors3/html/css3-modsel-69-expected.txt: * platform/mac/css3/selectors3/html/css3-modsel-70-expected.txt: * platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt: * platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt: * platform/mac/css3/selectors3/xhtml/css3-modsel-25-expected.txt: * platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt: * platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt: * platform/mac/css3/selectors3/xhtml/css3-modsel-70-expected.txt: * platform/mac/css3/selectors3/xml/css3-modsel-23-expected.txt: * platform/mac/css3/selectors3/xml/css3-modsel-24-expected.txt: * platform/mac/css3/selectors3/xml/css3-modsel-25-expected.txt: * platform/mac/css3/selectors3/xml/css3-modsel-68-expected.txt: * platform/mac/css3/selectors3/xml/css3-modsel-69-expected.txt: * platform/mac/css3/selectors3/xml/css3-modsel-70-expected.txt: * platform/mac/css3/unicode-bidi-isolate-basic-expected.txt: * platform/mac/editing/inserting/editing-empty-divs-expected.txt: * platform/mac/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.txt: * platform/mac/editing/selection/3690703-2-expected.txt: * platform/mac/editing/selection/3690703-expected.txt: * platform/mac/editing/selection/3690719-expected.txt: * platform/mac/editing/selection/4397952-expected.txt: * platform/mac/editing/selection/5240265-expected.txt: * platform/mac/editing/selection/5354455-2-expected.txt: * platform/mac/editing/selection/caret-ltr-2-expected.txt: * platform/mac/editing/selection/caret-ltr-2-left-expected.txt: * platform/mac/editing/selection/caret-ltr-expected.txt: * platform/mac/editing/selection/caret-ltr-right-expected.txt: * platform/mac/editing/selection/caret-rtl-2-expected.txt: * platform/mac/editing/selection/caret-rtl-2-left-expected.txt: * platform/mac/editing/selection/caret-rtl-expected.txt: * platform/mac/editing/selection/caret-rtl-right-expected.txt: * platform/mac/editing/selection/collapse-selection-in-bidi-expected.txt: Added. * platform/mac/editing/selection/drag-start-event-client-x-y-expected.txt: Added. * platform/mac/editing/selection/mixed-editability-10-expected.txt: Added. * platform/mac/editing/selection/select-across-readonly-input-1-expected.txt: * platform/mac/editing/selection/select-across-readonly-input-2-expected.txt: * platform/mac/editing/selection/select-across-readonly-input-3-expected.txt: * platform/mac/editing/selection/select-across-readonly-input-4-expected.txt: * platform/mac/editing/selection/select-across-readonly-input-5-expected.txt: * platform/mac/editing/selection/select-text-overflow-ellipsis-expected.txt: * platform/mac/editing/selection/selection-button-text-expected.txt: * platform/mac/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt: * platform/mac/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt: * platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt: * platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt: * platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt: * platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt: * platform/mac/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt: * platform/mac/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt: * platform/mac/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt: * platform/mac/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt: * platform/mac/fast/backgrounds/background-inherit-color-bug-expected.txt: * platform/mac/fast/backgrounds/background-position-parsing-expected.txt: * platform/mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Added. * platform/mac/fast/block/basic/001-expected.txt: * platform/mac/fast/block/basic/011-expected.txt: * platform/mac/fast/block/basic/014-expected.txt: * platform/mac/fast/block/basic/015-expected.txt: * platform/mac/fast/block/basic/016-expected.txt: * platform/mac/fast/block/basic/019-expected.txt: * platform/mac/fast/block/basic/fieldset-stretch-to-legend-expected.txt: * platform/mac/fast/block/float/013-expected.txt: * platform/mac/fast/block/float/025-expected.txt: * platform/mac/fast/block/float/026-expected.txt: * platform/mac/fast/block/float/027-expected.txt: * platform/mac/fast/block/float/028-expected.txt: * platform/mac/fast/block/float/032-expected.txt: * platform/mac/fast/block/float/centered-float-avoidance-complexity-expected.txt: * platform/mac/fast/block/float/float-avoidance-expected.txt: * platform/mac/fast/block/float/float-in-float-painting-expected.txt: * platform/mac/fast/block/float/nopaint-after-layer-destruction2-expected.txt: * platform/mac/fast/block/float/overhanging-tall-block-expected.txt: * platform/mac/fast/block/float/shrink-to-avoid-float-complexity-expected.txt: * platform/mac/fast/block/margin-collapse/100-expected.txt: * platform/mac/fast/block/margin-collapse/103-expected.txt: * platform/mac/fast/block/positioning/047-expected.txt: * platform/mac/fast/block/positioning/051-expected.txt: * platform/mac/fast/block/positioning/inline-block-relposition-expected.txt: * platform/mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Added. * platform/mac/fast/borders/bidi-002-expected.txt: * platform/mac/fast/borders/bidi-009a-expected.txt: * platform/mac/fast/borders/bidi-012-expected.txt: * platform/mac/fast/borders/fieldsetBorderRadius-expected.txt: Added. * platform/mac/fast/borders/rtl-border-01-expected.txt: * platform/mac/fast/borders/rtl-border-02-expected.txt: * platform/mac/fast/borders/rtl-border-03-expected.txt: * platform/mac/fast/box-sizing/box-sizing-expected.txt: * platform/mac/fast/canvas/webgl/oes-element-index-uint-expected.txt: Added. * platform/mac/fast/canvas/webgl/tex-image-and-sub-image-2d-with-array-buffer-view-expected.txt: Added. * platform/mac/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-expected.txt: Added. * platform/mac/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-rgb565-expected.txt: Added. * platform/mac/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-rgba4444-expected.txt: Added. * platform/mac/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-rgba5551-expected.txt: Added. * platform/mac/fast/clip/overflow-border-radius-composited-expected.txt: * platform/mac/fast/clip/overflow-border-radius-transformed-expected.txt: * platform/mac/fast/css-generated-content/011-expected.txt: * platform/mac/fast/css-generated-content/012-expected.txt: * platform/mac/fast/css-generated-content/013-expected.txt: * platform/mac/fast/css-generated-content/014-expected.txt: * platform/mac/fast/css-generated-content/015-expected.txt: * platform/mac/fast/css-generated-content/inline-display-types-expected.txt: * platform/mac/fast/css/003-expected.txt: * platform/mac/fast/css/004-expected.txt: * platform/mac/fast/css/005-expected.txt: * platform/mac/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt: * platform/mac/fast/css/background-shorthand-invalid-url-expected.txt: * platform/mac/fast/css/bidi-override-in-anonymous-block-expected.txt: * platform/mac/fast/css/bug4860-absolute-block-child-does-not-inherit-alignment-expected.txt: Added. * platform/mac/fast/css/continuationCrash-expected.txt: * platform/mac/fast/css/css1_forward_compatible_parsing-expected.txt: * platform/mac/fast/css/css2-system-fonts-expected.txt: * platform/mac/fast/css/empty-pseudo-class-expected.txt: * platform/mac/fast/css/ex-after-font-variant-expected.txt: * platform/mac/fast/css/fieldset-display-row-expected.txt: * platform/mac/fast/css/first-child-pseudo-class-expected.txt: * platform/mac/fast/css/first-line-text-decoration-expected.txt: * platform/mac/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt: * platform/mac/fast/css/first-of-type-pseudo-class-expected.txt: * platform/mac/fast/css/h1-in-section-elements-expected.txt: * platform/mac/fast/css/hsl-color-expected.txt: * platform/mac/fast/css/hsla-color-expected.txt: * platform/mac/fast/css/inline-properties-important-expected.txt: * platform/mac/fast/css/invalid-percentage-property-expected.txt: * platform/mac/fast/css/large-number-round-trip-expected.txt: Added. * platform/mac/fast/css/last-child-pseudo-class-expected.txt: * platform/mac/fast/css/last-of-type-pseudo-class-expected.txt: * platform/mac/fast/css/margin-top-bottom-dynamic-expected.txt: * platform/mac/fast/css/non-standard-checkbox-size-expected.txt: * platform/mac/fast/css/only-child-pseudo-class-expected.txt: * platform/mac/fast/css/only-of-type-pseudo-class-expected.txt: * platform/mac/fast/css/percentage-non-integer-expected.txt: * platform/mac/fast/css/preserve-user-specified-zoom-level-on-reload-expected.txt: * platform/mac/fast/css/rgb-float-expected.txt: * platform/mac/fast/css/rtl-ordering-expected.txt: * platform/mac/fast/css/selector-set-attribute-expected.txt: * platform/mac/fast/css/text-align-expected.txt: * platform/mac/fast/css/text-overflow-ellipsis-text-align-center-expected.txt: * platform/mac/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt: * platform/mac/fast/css/text-overflow-ellipsis-text-align-left-expected.txt: * platform/mac/fast/css/text-overflow-ellipsis-text-align-right-expected.txt: * platform/mac/fast/css/transform-default-parameter-expected.txt: * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt: * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.txt: * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.txt: * platform/mac/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt: * platform/mac/fast/css/word-space-extra-expected.txt: * 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-element-repaint-on-update-value-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: * platform/mac/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt: * platform/mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt: * platform/mac/fast/dom/HTMLTableElement/cellpadding-attribute-expected.txt: Removed. * platform/mac/fast/dom/HTMLTableElement/early-acid3-65-excerpt-expected.txt: Removed. * platform/mac/fast/dom/HTMLTableElement/early-acid3-66-excerpt-expected.txt: Removed. * platform/mac/fast/dom/HTMLTableElement/insert-row-expected.txt: Removed. * platform/mac/fast/dom/HTMLTableElement/rows-expected.txt: Removed. * platform/mac/fast/dom/HTMLTableElement/tBodies-expected.txt: Removed. * platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: * platform/mac/fast/dom/Window/webkitConvertPoint-expected.txt: Added. * platform/mac/fast/dom/clone-node-dynamic-style-expected.txt: * platform/mac/fast/dynamic/012-expected.txt: * platform/mac/fast/dynamic/anchor-lock-expected.txt: * platform/mac/fast/dynamic/subtree-parent-static-y-expected.txt: * platform/mac/fast/encoding/denormalised-voiced-japanese-chars-expected.txt: * platform/mac/fast/encoding/utf-16-big-endian-expected.txt: * platform/mac/fast/encoding/utf-16-little-endian-expected.txt: * platform/mac/fast/events/clientXY-in-zoom-and-scroll-expected.txt: Added. * platform/mac/fast/events/document-elementFromPoint-expected.txt: Added. * platform/mac/fast/events/pointer-events-2-expected.txt: * platform/mac/fast/flexbox/flex-hang-expected.txt: Added. * platform/mac/fast/forms/001-expected.txt: * platform/mac/fast/forms/006-expected.txt: * platform/mac/fast/forms/007-expected.txt: * platform/mac/fast/forms/basic-buttons-expected.txt: * platform/mac/fast/forms/basic-inputs-expected.txt: * platform/mac/fast/forms/basic-textareas-quirks-expected.txt: * platform/mac/fast/forms/blankbuttons-expected.txt: * platform/mac/fast/forms/box-shadow-override-expected.txt: * platform/mac/fast/forms/button-cannot-be-nested-expected.txt: * platform/mac/fast/forms/button-default-title-expected.txt: * platform/mac/fast/forms/button-generated-content-expected.txt: * platform/mac/fast/forms/button-positioned-expected.txt: * platform/mac/fast/forms/button-sizes-expected.txt: * platform/mac/fast/forms/button-style-color-expected.txt: * platform/mac/fast/forms/button-table-styles-expected.txt: * platform/mac/fast/forms/button-text-transform-expected.txt: * platform/mac/fast/forms/button-white-space-expected.txt: * platform/mac/fast/forms/control-restrict-line-height-expected.txt: * platform/mac/fast/forms/fieldset-align-expected.txt: * platform/mac/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt: * platform/mac/fast/forms/fieldset-with-float-expected.txt: * platform/mac/fast/forms/file/file-input-direction-expected.txt: * platform/mac/fast/forms/file/file-input-disabled-expected.txt: * platform/mac/fast/forms/file/input-file-re-render-expected.txt: * platform/mac/fast/forms/float-before-fieldset-expected.txt: * platform/mac/fast/forms/form-element-geometry-expected.txt: * platform/mac/fast/forms/formmove-expected.txt: * platform/mac/fast/forms/formmove2-expected.txt: * platform/mac/fast/forms/formmove3-expected.txt: * platform/mac/fast/forms/indeterminate-expected.txt: * platform/mac/fast/forms/input-appearance-height-expected.txt: * platform/mac/fast/forms/input-button-sizes-expected.txt: * platform/mac/fast/forms/input-value-expected.txt: * platform/mac/fast/forms/linebox-overflow-in-textarea-padding-expected.txt: * platform/mac/fast/forms/listbox-hit-test-zoomed-expected.txt: * platform/mac/fast/forms/menulist-clip-expected.txt: * platform/mac/fast/forms/minWidthPercent-expected.txt: * platform/mac/fast/forms/preserveFormDuringResidualStyle-expected.txt: * platform/mac/fast/forms/range/input-appearance-range-expected.txt: * platform/mac/fast/forms/range/slider-mouse-events-expected.txt: Added. * platform/mac/fast/forms/search-vertical-alignment-expected.txt: * platform/mac/fast/forms/searchfield-heights-expected.txt: * platform/mac/fast/forms/select-baseline-expected.txt: * platform/mac/fast/forms/targeted-frame-submission-expected.txt: * platform/mac/fast/forms/textAreaLineHeight-expected.txt: * platform/mac/fast/forms/validation-message-appearance-expected.txt: * platform/mac/fast/frames/onlyCommentInIFrame-expected.txt: * platform/mac/fast/gradients/crash-on-zero-radius-expected.txt: * platform/mac/fast/gradients/generated-gradients-expected.txt: * platform/mac/fast/gradients/radial-centered-expected.txt: * platform/mac/fast/gradients/simple-gradients-expected.txt: * platform/mac/fast/hidpi/video-controls-in-hidpi-expected.txt: * platform/mac/fast/html/details-add-child-1-expected.txt: * platform/mac/fast/html/details-add-child-2-expected.txt: * platform/mac/fast/html/details-add-details-child-1-expected.txt: * platform/mac/fast/html/details-add-details-child-2-expected.txt: * platform/mac/fast/html/details-add-summary-1-and-click-expected.txt: * platform/mac/fast/html/details-add-summary-1-expected.txt: * platform/mac/fast/html/details-add-summary-10-and-click-expected.txt: * platform/mac/fast/html/details-add-summary-10-expected.txt: * platform/mac/fast/html/details-add-summary-2-and-click-expected.txt: * platform/mac/fast/html/details-add-summary-2-expected.txt: * platform/mac/fast/html/details-add-summary-3-and-click-expected.txt: * platform/mac/fast/html/details-add-summary-3-expected.txt: * platform/mac/fast/html/details-add-summary-4-and-click-expected.txt: * platform/mac/fast/html/details-add-summary-4-expected.txt: * platform/mac/fast/html/details-add-summary-5-and-click-expected.txt: * platform/mac/fast/html/details-add-summary-5-expected.txt: * platform/mac/fast/html/details-add-summary-6-and-click-expected.txt: * platform/mac/fast/html/details-add-summary-6-expected.txt: * platform/mac/fast/html/details-add-summary-7-and-click-expected.txt: * platform/mac/fast/html/details-add-summary-7-expected.txt: * platform/mac/fast/html/details-add-summary-8-and-click-expected.txt: * platform/mac/fast/html/details-add-summary-8-expected.txt: * platform/mac/fast/html/details-add-summary-9-and-click-expected.txt: * platform/mac/fast/html/details-add-summary-9-expected.txt: * platform/mac/fast/html/details-add-summary-child-1-expected.txt: * platform/mac/fast/html/details-add-summary-child-2-expected.txt: * platform/mac/fast/html/details-marker-style-expected.txt: Added. * platform/mac/fast/html/details-nested-1-expected.txt: * platform/mac/fast/html/details-nested-2-expected.txt: * platform/mac/fast/html/details-no-summary1-expected.txt: * platform/mac/fast/html/details-no-summary2-expected.txt: * platform/mac/fast/html/details-no-summary3-expected.txt: * platform/mac/fast/html/details-no-summary4-expected.txt: * platform/mac/fast/html/details-open-javascript-expected.txt: * platform/mac/fast/html/details-open1-expected.txt: * platform/mac/fast/html/details-open2-expected.txt: * platform/mac/fast/html/details-open3-expected.txt: * platform/mac/fast/html/details-open4-expected.txt: * platform/mac/fast/html/details-open5-expected.txt: * platform/mac/fast/html/details-open6-expected.txt: * platform/mac/fast/html/details-position-expected.txt: * platform/mac/fast/html/details-remove-child-1-expected.txt: * platform/mac/fast/html/details-remove-child-2-expected.txt: * platform/mac/fast/html/details-remove-summary-1-and-click-expected.txt: * platform/mac/fast/html/details-remove-summary-1-expected.txt: * platform/mac/fast/html/details-remove-summary-2-and-click-expected.txt: * platform/mac/fast/html/details-remove-summary-2-expected.txt: * platform/mac/fast/html/details-remove-summary-3-and-click-expected.txt: * platform/mac/fast/html/details-remove-summary-3-expected.txt: * platform/mac/fast/html/details-remove-summary-4-and-click-expected.txt: * platform/mac/fast/html/details-remove-summary-4-expected.txt: * platform/mac/fast/html/details-remove-summary-5-and-click-expected.txt: * platform/mac/fast/html/details-remove-summary-5-expected.txt: * platform/mac/fast/html/details-remove-summary-6-and-click-expected.txt: * platform/mac/fast/html/details-remove-summary-6-expected.txt: * platform/mac/fast/html/details-remove-summary-child-1-expected.txt: * platform/mac/fast/html/details-remove-summary-child-2-expected.txt: * platform/mac/fast/html/details-replace-summary-child-expected.txt: * platform/mac/fast/html/details-replace-text-expected.txt: * platform/mac/fast/html/details-writing-mode-expected.txt: * platform/mac/fast/images/imagemap-focus-ring-zoom-expected.txt: * platform/mac/fast/images/zoomed-img-size-expected.txt: Added. * platform/mac/fast/inline-block/inline-block-vertical-align-expected.txt: * platform/mac/fast/inline/002-expected.txt: * platform/mac/fast/inline/continuation-outlines-expected.txt: * platform/mac/fast/inline/inline-borders-with-bidi-override-expected.txt: * platform/mac/fast/inline/inline-box-background-expected.txt: * platform/mac/fast/inline/inline-box-background-long-image-expected.txt: * platform/mac/fast/inline/inline-box-background-repeat-x-expected.txt: * platform/mac/fast/inline/inline-box-background-repeat-y-expected.txt: * platform/mac/fast/inline/outline-continuations-expected.txt: * platform/mac/fast/inline/positionedLifetime-expected.txt: * platform/mac/fast/invalid/010-expected.txt: * platform/mac/fast/invalid/014-expected.txt: * platform/mac/fast/invalid/junk-data-expected.txt: * platform/mac/fast/invalid/missing-end-tag-expected.txt: * platform/mac/fast/invalid/nestedh3s-expected.txt: * platform/mac/fast/invalid/residual-style-expected.txt: * platform/mac/fast/layers/video-layer-expected.txt: * platform/mac/fast/line-grid/line-align-left-edges-expected.txt: * platform/mac/fast/line-grid/line-grid-contains-value-expected.txt: * platform/mac/fast/lists/003-expected.txt: * platform/mac/fast/lists/003-vertical-expected.txt: * platform/mac/fast/lists/008-expected.txt: * platform/mac/fast/lists/008-vertical-expected.txt: * platform/mac/fast/lists/ordered-list-with-no-ol-tag-expected.txt: * platform/mac/fast/loader/javascript-url-in-embed-expected.txt: Added. * platform/mac/fast/media/mq-relative-constraints-08-expected.txt: * platform/mac/fast/multicol/break-properties-expected.txt: Added. * platform/mac/fast/multicol/client-rects-expected.txt: * platform/mac/fast/multicol/column-break-with-balancing-expected.txt: * platform/mac/fast/multicol/float-multicol-expected.txt: * platform/mac/fast/multicol/float-paginate-complex-expected.txt: * platform/mac/fast/multicol/layers-in-multicol-expected.txt: * platform/mac/fast/multicol/nested-columns-expected.txt: * platform/mac/fast/multicol/overflow-across-columns-expected.txt: * platform/mac/fast/multicol/overflow-across-columns-percent-height-expected.txt: Copied from LayoutTests/platform/mac/fast/multicol/overflow-across-columns-expected.txt. * platform/mac/fast/multicol/overflow-unsplittable-expected.txt: * platform/mac/fast/multicol/scrolling-overflow-expected.txt: * platform/mac/fast/multicol/span/anonymous-before-child-parent-crash-expected.txt: * platform/mac/fast/multicol/span/anonymous-split-block-crash-expected.txt: * platform/mac/fast/multicol/span/anonymous-style-inheritance-expected.txt: * platform/mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: * platform/mac/fast/multicol/span/clone-flexbox-expected.txt: Added. * platform/mac/fast/multicol/span/clone-summary-expected.txt: Added. * platform/mac/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt: * platform/mac/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt: * platform/mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt: * platform/mac/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt: * platform/mac/fast/multicol/span/span-as-immediate-columns-child-expected.txt: * platform/mac/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt: * platform/mac/fast/multicol/span/span-as-nested-columns-child-expected.txt: * platform/mac/fast/multicol/span/span-margin-collapsing-expected.txt: * platform/mac/fast/multicol/table-vertical-align-expected.txt: * platform/mac/fast/multicol/vertical-lr/break-properties-expected.txt: Added. * platform/mac/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt: * platform/mac/fast/multicol/vertical-lr/float-multicol-expected.txt: * platform/mac/fast/multicol/vertical-lr/nested-columns-expected.txt: * platform/mac/fast/multicol/vertical-rl/break-properties-expected.txt: Added. * platform/mac/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt: * platform/mac/fast/multicol/vertical-rl/float-multicol-expected.txt: * platform/mac/fast/multicol/vertical-rl/nested-columns-expected.txt: * platform/mac/fast/overflow/007-expected.txt: * platform/mac/fast/overflow/clip-rects-fixed-ancestor-expected.txt: * platform/mac/fast/overflow/infiniteRecursionGuard-expected.txt: * platform/mac/fast/overflow/overflow-rtl-expected.txt: * platform/mac/fast/overflow/overflow-rtl-vertical-expected.txt: * platform/mac/fast/overflow/overflow_hidden-expected.txt: * platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt: * platform/mac/fast/overflow/scrollRevealButton-expected.txt: * platform/mac/fast/parser/bad-xml-slash-expected.txt: * platform/mac/fast/parser/entity-comment-in-style-expected.txt: * platform/mac/fast/parser/style-script-head-test-expected.txt: Added. * platform/mac/fast/parser/xhtml-alternate-entities-expected.txt: * platform/mac/fast/reflections/reflection-with-zoom-expected.txt: * platform/mac/fast/regions/bottom-overflow-out-of-first-region-expected.txt: * platform/mac/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt: * platform/mac/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt: * platform/mac/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.txt: * platform/mac/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.txt: * platform/mac/fast/regions/top-overflow-out-of-second-region-expected.txt: * platform/mac/fast/repaint/control-clip-expected.txt: * platform/mac/fast/repaint/delete-into-nested-block-expected.txt: * platform/mac/fast/repaint/line-flow-with-floats-1-expected.txt: * platform/mac/fast/repaint/line-flow-with-floats-10-expected.txt: * platform/mac/fast/repaint/line-flow-with-floats-2-expected.txt: * platform/mac/fast/repaint/line-flow-with-floats-3-expected.txt: * platform/mac/fast/repaint/line-flow-with-floats-4-expected.txt: * platform/mac/fast/repaint/line-flow-with-floats-5-expected.txt: * platform/mac/fast/repaint/line-flow-with-floats-6-expected.txt: * platform/mac/fast/repaint/line-flow-with-floats-7-expected.txt: * platform/mac/fast/repaint/line-flow-with-floats-8-expected.txt: * platform/mac/fast/repaint/line-flow-with-floats-9-expected.txt: * platform/mac/fast/repaint/line-flow-with-floats-in-regions-expected.txt: * platform/mac/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: * platform/mac/fast/repaint/table-section-repaint-expected.txt: Removed. * platform/mac/fast/repaint/transform-absolute-in-positioned-container-expected.txt: * platform/mac/fast/repaint/transform-translate-expected.txt: * platform/mac/fast/replaced/replaced-breaking-expected.txt: * platform/mac/fast/replaced/table-percent-height-expected.txt: Added. * platform/mac/fast/replaced/table-percent-height-text-controls-expected.txt: Added. * platform/mac/fast/replaced/width100percent-button-expected.txt: * platform/mac/fast/replaced/width100percent-checkbox-expected.txt: * platform/mac/fast/replaced/width100percent-radio-expected.txt: * platform/mac/fast/ruby/ruby-inline-table-expected.txt: * platform/mac/fast/selectors/032-expected.txt: * platform/mac/fast/selectors/166-expected.txt: * platform/mac/fast/selectors/unqualified-hover-quirks-expected.txt: * platform/mac/fast/selectors/unqualified-hover-strict-expected.txt: * platform/mac/fast/spatial-navigation/snav-unit-overflow-and-scroll-in-direction-expected.txt: Added. * platform/mac/fast/table/009-expected.txt: * platform/mac/fast/table/014-expected.txt: * platform/mac/fast/table/040-expected.txt: * platform/mac/fast/table/040-vertical-expected.txt: * platform/mac/fast/table/041-expected.txt: * platform/mac/fast/table/absolute-table-at-bottom-expected.txt: * platform/mac/fast/table/append-cells2-expected.txt: * platform/mac/fast/table/border-collapsing/004-expected.txt: * platform/mac/fast/table/border-collapsing/004-vertical-expected.txt: * platform/mac/fast/table/frame-and-rules-expected.txt: * platform/mac/fast/table/mozilla-bug10296-vertical-align-1-expected.txt: * platform/mac/fast/table/mozilla-bug10296-vertical-align-2-expected.txt: * platform/mac/fast/table/nested-percent-height-table-expected.txt: * platform/mac/fast/table/overflowHidden-expected.txt: * platform/mac/fast/table/percent-heights-expected.txt: * platform/mac/fast/table/remove-td-display-none-expected.txt: * platform/mac/fast/table/table-display-types-strict-expected.txt: * platform/mac/fast/table/table-hspace-align-center-expected.txt: * platform/mac/fast/text/basic/012-expected.txt: * platform/mac/fast/text/basic/013-expected.txt: * platform/mac/fast/text/basic/generic-family-reset-expected.txt: * platform/mac/fast/text/international/bidi-LDB-2-CSS-expected.txt: * platform/mac/fast/text/international/bidi-LDB-2-HTML-expected.txt: * platform/mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt: * platform/mac/fast/text/international/bidi-layout-across-linebreak-expected.txt: * platform/mac/fast/text/international/hindi-spacing-expected.txt: * platform/mac/fast/text/international/thai-line-breaks-expected.txt: * platform/mac/fast/text/international/vertical-text-glyph-test-expected.txt: * platform/mac/fast/text/line-breaks-expected.txt: * platform/mac/fast/text/textIteratorNilRenderer-expected.txt: * platform/mac/fast/text/vertical-rl-rtl-linebreak-expected.txt: * platform/mac/fast/text/whitespace/024-expected.txt: * platform/mac/fast/text/whitespace/normal-after-nowrap-breaking-expected.txt: * platform/mac/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt: * platform/mac/fast/transforms/bounding-rect-zoom-expected.txt: * platform/mac/fast/transforms/rotated-transform-affects-scrolling-1-expected.txt: Added. * platform/mac/fast/transforms/rotated-transform-affects-scrolling-2-expected.txt: Added. * platform/mac/fast/transforms/transforms-with-zoom-expected.txt: Added. * platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: * platform/mac/fast/writing-mode/broken-ideograph-small-caps-expected.txt: * platform/mac/fast/writing-mode/broken-ideographic-font-expected.txt: * platform/mac/fast/writing-mode/fieldsets-expected.txt: * platform/mac/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt: * platform/mac/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt: * platform/mac/fast/writing-mode/vertical-font-fallback-expected.txt: * platform/mac/fast/xsl/xslt-extra-content-at-end-expected.txt: * platform/mac/http/tests/cookies/multiple-cookies-expected.txt: Added. * platform/mac/http/tests/inspector/console-websocket-error-expected.txt: * platform/mac/http/tests/misc/acid3-expected.txt: Added. * platform/mac/http/tests/misc/iframe404-expected.txt: * platform/mac/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt: * platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt: * platform/mac/http/tests/security/sandboxed-iframe-origin-add-expected.txt: Added. * platform/mac/http/tests/webarchive/cross-origin-stylesheet-crash-expected.txt: Added. * platform/mac/http/tests/webarchive/test-preload-resources-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt: * platform/mac/ietestcenter/css3/bordersbackgrounds/background_repeat_space_border_box-expected.txt: * platform/mac/ietestcenter/css3/bordersbackgrounds/background_repeat_space_content_box-expected.txt: * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.txt: * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.txt: * platform/mac/mathml/presentation/attributes-expected.txt: * platform/mac/mathml/presentation/fenced-expected.txt: * platform/mac/mathml/presentation/fenced-mi-expected.txt: * platform/mac/mathml/presentation/fractions-expected.txt: * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.txt: * platform/mac/mathml/presentation/mo-expected.txt: * platform/mac/mathml/presentation/mo-stretch-expected.txt: * platform/mac/mathml/presentation/mroot-pref-width-expected.txt: * platform/mac/mathml/presentation/over-expected.txt: * platform/mac/mathml/presentation/roots-expected.txt: * platform/mac/mathml/presentation/row-alignment-expected.txt: * platform/mac/mathml/presentation/row-expected.txt: * platform/mac/mathml/presentation/style-expected.txt: * platform/mac/mathml/presentation/sub-expected.txt: * platform/mac/mathml/presentation/subsup-expected.txt: * platform/mac/mathml/presentation/sup-expected.txt: * platform/mac/mathml/presentation/tables-expected.txt: * platform/mac/mathml/presentation/tokenElements-expected.txt: * platform/mac/mathml/presentation/under-expected.txt: * platform/mac/mathml/presentation/underover-expected.txt: * platform/mac/mathml/xHeight-expected.txt: * platform/mac/media/audio-controls-rendering-expected.txt: * platform/mac/media/controls-after-reload-expected.txt: * platform/mac/media/controls-strict-expected.txt: * platform/mac/media/controls-styling-strict-expected.txt: * platform/mac/media/controls-without-preload-expected.txt: * platform/mac/media/media-controls-clone-expected.txt: * platform/mac/media/media-element-play-after-eos-expected.txt: Added. * platform/mac/media/video-controls-rendering-expected.txt: * platform/mac/media/video-display-toggle-expected.txt: * platform/mac/media/video-empty-source-expected.txt: * platform/mac/media/video-no-audio-expected.txt: * platform/mac/media/video-playing-and-pause-expected.txt: * platform/mac/platform/mac/fast/forms/focus-option-control-on-page-expected.txt: Added. * platform/mac/platform/mac/fast/loader/file-url-mimetypes-2-expected.txt: * platform/mac/platform/mac/fast/text/x-height-expected.txt: Added. * platform/mac/plugins/netscape-dom-access-and-reload-expected.txt: Added. * platform/mac/plugins/npp-set-window-called-during-destruction-expected.txt: * platform/mac/svg/as-border-image/svg-as-border-image-2-expected.txt: * platform/mac/svg/as-border-image/svg-as-border-image-expected.txt: * platform/mac/svg/as-image/img-preserveAspectRatio-support-2-expected.txt: * platform/mac/svg/as-image/svg-non-integer-scaled-image-expected.txt: Copied from LayoutTests/platform/mac/fast/dom/HTMLMeterElement/meter-element-expected.txt. * platform/mac/svg/custom/bug45331-expected.txt: * platform/mac/svg/custom/fractional-rects-expected.txt: Added. * platform/mac/svg/custom/image-parent-translation-expected.txt: * platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt: * platform/mac/svg/custom/js-update-container-expected.txt: Added. * platform/mac/svg/custom/junk-data-expected.txt: * platform/mac/svg/custom/missing-xlink-expected.txt: * platform/mac/svg/custom/object-sizing-expected.txt: * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Added. * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Added. * platform/mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt: Added. * platform/mac/svg/custom/path-bad-data-expected.txt: * platform/mac/svg/custom/rootmost-svg-xy-attrs-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/svg-fonts-with-no-element-reference-expected.txt: Added. * platform/mac/svg/custom/svg-fonts-without-missing-glyph-expected.txt: * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt: Added. * platform/mac/svg/custom/use-font-face-crash-expected.txt: * platform/mac/svg/custom/viewBox-hit-expected.txt: Added. * platform/mac/svg/hixie/error/012-expected.txt: * platform/mac/svg/text/small-fonts-in-html5-expected.txt: * platform/mac/svg/transforms/svg-css-transforms-clip-path-expected.txt: * platform/mac/svg/transforms/svg-css-transforms-expected.txt: * platform/mac/svg/webarchive/svg-cursor-subresources-expected.txt: Added. * platform/mac/svg/webarchive/svg-feimage-subresources-expected.txt: Added. * platform/mac/svg/webarchive/svg-script-subresouces-expected.txt: Added. * platform/mac/svg/wicd/rightsizing-grid-expected.txt: * platform/mac/svg/wicd/test-rightsizing-a-expected.txt: * platform/mac/svg/wicd/test-rightsizing-b-expected.txt: * platform/mac/svg/wicd/test-scalable-background-image1-expected.txt: * platform/mac/svg/wicd/test-scalable-background-image2-expected.txt: * platform/mac/svg/zoom/page/zoom-background-image-tiled-expected.txt: * platform/mac/svg/zoom/page/zoom-background-images-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/page/zoom-hixie-rendering-model-004-expected.txt: * platform/mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: * platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.txt: Added. * platform/mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: * platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: * platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.txt: * platform/mac/svg/zoom/page/zoom-svg-as-image-expected.txt: Copied from LayoutTests/platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt. * platform/mac/svg/zoom/page/zoom-svg-as-object-expected.txt: Added. * platform/mac/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Copied from LayoutTests/platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.txt. * platform/mac/svg/zoom/page/zoom-svg-float-border-padding-expected.txt: Added. * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: * platform/mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added. * platform/mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Added. * platform/mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt: * platform/mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: * platform/mac/svg/zoom/text/zoom-hixie-mixed-008-expected.txt: * platform/mac/svg/zoom/text/zoom-hixie-rendering-model-004-expected.txt: * platform/mac/svg/zoom/text/zoom-svg-float-border-padding-expected.txt: Added. * platform/mac/tables/mozilla/bugs/bug10269-2-expected.txt: * platform/mac/tables/mozilla/bugs/bug10296-1-expected.txt: * platform/mac/tables/mozilla/bugs/bug1055-1-expected.txt: * platform/mac/tables/mozilla/bugs/bug106816-expected.txt: * platform/mac/tables/mozilla/bugs/bug113235-1-expected.txt: * platform/mac/tables/mozilla/bugs/bug113235-2-expected.txt: * platform/mac/tables/mozilla/bugs/bug113424-expected.txt: * platform/mac/tables/mozilla/bugs/bug11384q-expected.txt: * platform/mac/tables/mozilla/bugs/bug11384s-expected.txt: * platform/mac/tables/mozilla/bugs/bug1188-expected.txt: * platform/mac/tables/mozilla/bugs/bug126742-expected.txt: * platform/mac/tables/mozilla/bugs/bug131020-expected.txt: * platform/mac/tables/mozilla/bugs/bug13118-expected.txt: * platform/mac/tables/mozilla/bugs/bug1318-expected.txt: * platform/mac/tables/mozilla/bugs/bug138725-expected.txt: * platform/mac/tables/mozilla/bugs/bug139524-2-expected.txt: * platform/mac/tables/mozilla/bugs/bug159108-expected.txt: * platform/mac/tables/mozilla/bugs/bug17130-1-expected.txt: * platform/mac/tables/mozilla/bugs/bug17130-2-expected.txt: * platform/mac/tables/mozilla/bugs/bug17138-expected.txt: * platform/mac/tables/mozilla/bugs/bug18359-expected.txt: * platform/mac/tables/mozilla/bugs/bug19061-1-expected.txt: * platform/mac/tables/mozilla/bugs/bug19061-2-expected.txt: * platform/mac/tables/mozilla/bugs/bug24200-expected.txt: * platform/mac/tables/mozilla/bugs/bug2479-1-expected.txt: * platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt: * platform/mac/tables/mozilla/bugs/bug2479-3-expected.txt: * platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt: * platform/mac/tables/mozilla/bugs/bug26178-expected.txt: * platform/mac/tables/mozilla/bugs/bug26553-expected.txt: * platform/mac/tables/mozilla/bugs/bug2886-2-expected.txt: * platform/mac/tables/mozilla/bugs/bug28928-expected.txt: * platform/mac/tables/mozilla/bugs/bug30692-expected.txt: * platform/mac/tables/mozilla/bugs/bug3309-1-expected.txt: * platform/mac/tables/mozilla/bugs/bug3309-2-expected.txt: * platform/mac/tables/mozilla/bugs/bug33137-expected.txt: * platform/mac/tables/mozilla/bugs/bug33855-expected.txt: * platform/mac/tables/mozilla/bugs/bug39209-expected.txt: * platform/mac/tables/mozilla/bugs/bug42187-expected.txt: * platform/mac/tables/mozilla/bugs/bug4284-expected.txt: * platform/mac/tables/mozilla/bugs/bug4429-expected.txt: * platform/mac/tables/mozilla/bugs/bug4527-expected.txt: * platform/mac/tables/mozilla/bugs/bug46368-1-expected.txt: * platform/mac/tables/mozilla/bugs/bug46368-2-expected.txt: * platform/mac/tables/mozilla/bugs/bug46480-1-expected.txt: * platform/mac/tables/mozilla/bugs/bug46480-2-expected.txt: * platform/mac/tables/mozilla/bugs/bug51037-expected.txt: * platform/mac/tables/mozilla/bugs/bug51727-expected.txt: * platform/mac/tables/mozilla/bugs/bug52505-expected.txt: * platform/mac/tables/mozilla/bugs/bug52506-expected.txt: * platform/mac/tables/mozilla/bugs/bug5538-expected.txt: * platform/mac/tables/mozilla/bugs/bug59354-expected.txt: * platform/mac/tables/mozilla/bugs/bug60749-expected.txt: * platform/mac/tables/mozilla/bugs/bug6304-expected.txt: * platform/mac/tables/mozilla/bugs/bug67915-1-expected.txt: * platform/mac/tables/mozilla/bugs/bug69187-expected.txt: * platform/mac/tables/mozilla/bugs/bug7112-1-expected.txt: * platform/mac/tables/mozilla/bugs/bug7112-2-expected.txt: * platform/mac/tables/mozilla/bugs/bug73321-expected.txt: * platform/mac/tables/mozilla/bugs/bug7342-expected.txt: * platform/mac/tables/mozilla/bugs/bug8032-1-expected.txt: * platform/mac/tables/mozilla/bugs/bug83786-expected.txt: Added. * platform/mac/tables/mozilla/bugs/bug8381-expected.txt: * platform/mac/tables/mozilla/bugs/bug9271-1-expected.txt: * platform/mac/tables/mozilla/bugs/bug9271-2-expected.txt: * platform/mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt: * platform/mac/tables/mozilla/core/bloomberg-expected.txt: * platform/mac/tables/mozilla/core/margins-expected.txt: * platform/mac/tables/mozilla/core/misc-expected.txt: * platform/mac/tables/mozilla/dom/tableDom-expected.txt: * platform/mac/tables/mozilla/marvin/backgr_index-expected.txt: * platform/mac/tables/mozilla/marvin/backgr_layers-opacity-expected.txt: * platform/mac/tables/mozilla/marvin/backgr_position-table-expected.txt: * platform/mac/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt: * platform/mac/tables/mozilla/marvin/backgr_simple-table-column-expected.txt: * platform/mac/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt: * platform/mac/tables/mozilla/marvin/backgr_simple-table-expected.txt: * platform/mac/tables/mozilla/marvin/backgr_simple-table-row-expected.txt: * platform/mac/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt: * platform/mac/tables/mozilla/other/move_row-expected.txt: * platform/mac/tables/mozilla/other/test3-expected.txt: * platform/mac/tables/mozilla/other/test6-expected.txt: * platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt: * platform/mac/tables/mozilla/other/wa_table_tr_align-expected.txt: * platform/mac/tables/mozilla_expected_failures/bugs/bug10140-expected.txt: * platform/mac/tables/mozilla_expected_failures/bugs/bug10216-expected.txt: * platform/mac/tables/mozilla_expected_failures/bugs/bug104898-expected.txt: * platform/mac/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt: * platform/mac/tables/mozilla_expected_failures/bugs/bug1128-expected.txt: * platform/mac/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt: * platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt: * platform/mac/tables/mozilla_expected_failures/bugs/bug21518-expected.txt: * platform/mac/tables/mozilla_expected_failures/bugs/bug22122-expected.txt: * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-13-expected.txt: * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt: * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-16-expected.txt: * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt: * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-18-expected.txt: * platform/mac/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt: * platform/mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt: * platform/mac/tables/mozilla_expected_failures/bugs/bug61042-1-expected.txt: * platform/mac/tables/mozilla_expected_failures/bugs/bug61042-2-expected.txt: * platform/mac/tables/mozilla_expected_failures/bugs/bug72393-expected.txt: * platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt: * platform/mac/tables/mozilla_expected_failures/bugs/bug91057-expected.txt: * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt: * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt: * platform/mac/tables/mozilla_expected_failures/core/captions1-expected.txt: * platform/mac/tables/mozilla_expected_failures/core/captions2-expected.txt: * platform/mac/tables/mozilla_expected_failures/core/captions3-expected.txt: * platform/mac/tables/mozilla_expected_failures/core/standards1-expected.txt: * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt: * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt: * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt: * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt: * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt: * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt: * platform/mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt: * platform/mac/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt: * platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt: * platform/mac/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt: * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt: * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt: * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt: * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt: * platform/mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt: * platform/mac/tables/mozilla_expected_failures/other/test4-expected.txt: * platform/mac/transforms/2d/hindi-rotated-expected.txt: * platform/mac/transforms/2d/zoom-menulist-expected.txt: * platform/mac/transforms/3d/point-mapping/3d-point-mapping-opacity-expected.txt: Added. * platform/mac/transforms/svg-vs-css-expected.txt: * platform/mac/webarchive/adopt-attribute-styled-body-webarchive-expected.txt: Added. * platform/mac/webarchive/adopt-attribute-styled-node-webarchive-expected.txt: Added. * platform/mac/webarchive/adopt-inline-styled-node-webarchive-expected.txt: Added. * platform/mac/webarchive/archive-empty-frame-dom-expected.txt: Added. * platform/mac/webarchive/archive-empty-frame-source-expected.txt: Added. * platform/mac/webarchive/archive-with-unencoded-url-expected.txt: Added. * platform/mac/webarchive/css-page-rule-crash-expected.txt: Added. * platform/mac/webarchive/doctype-expected.txt: Added. * platform/mac/webarchive/ignore-noscript-if-scripting-enabled-expected.txt: Added. * platform/mac/webarchive/test-body-background-expected.txt: Added. * platform/mac/webarchive/test-css-import-expected.txt: Added. * platform/mac/webarchive/test-duplicate-resources-expected.txt: Added. * platform/mac/webarchive/test-frameset-expected.txt: Added. * platform/mac/webarchive/test-img-src-expected.txt: Added. * platform/mac/webarchive/test-input-src-expected.txt: Added. * platform/mac/webarchive/test-link-href-expected.txt: Added. * platform/mac/webarchive/test-link-rel-icon-beforeload-expected.txt: Added. * platform/mac/webarchive/test-object-data-expected.txt: Added. * platform/mac/webarchive/test-script-src-expected.txt: Added. * platform/mac/webarchive/test-table-background-expected.txt: Added. * platform/mac/webarchive/test-td-background-expected.txt: Added. * platform/mac/webarchive/test-xml-stylesheet-expected.txt: Added. 2012-11-02 Stephen White [Chromium] Unreviewed gardening. Some new Mac baselines, and add real bugs in place of Bug(senorblanco). * platform/chromium-mac-lion/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Added. * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Added. * platform/chromium-mac/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Added. * platform/chromium/TestExpectations: 2012-11-02 Tony Chang [chromium] platform/chromium/accessibility/other-aria-attribute-change-sends-notification.html failing https://bugs.webkit.org/show_bug.cgi?id=100887 Reviewed by Ojan Vafai. The tests were racing the load time of js-test-post.js and the test completion. Previously, js-test-post.js would already be in the cache, so it would always load first. Now that we clear the cache, sometimes js-test-post.js would run after the other test output. Fix this by setting window.jsTestIsAsync = true and calling finishJSTest() when the test ends (this delays the js-test-post.js output until finishJSTest() is called). * platform/chromium/TestExpectations: * platform/chromium/accessibility/is-ignored-change-sends-notification-expected.txt: * platform/chromium/accessibility/is-ignored-change-sends-notification.html: * platform/chromium/accessibility/other-aria-attribute-change-sends-notification-expected.txt: * platform/chromium/accessibility/other-aria-attribute-change-sends-notification.html: * platform/chromium/accessibility/text-change-notification-expected.txt: * platform/chromium/accessibility/text-change-notification.html: 2012-11-02 Ian Vollick Unreviewed baselines for chromium-mac. * platform/chromium-mac-lion/compositing/repaint/invalidations-on-composited-layers-expected.txt: Added. * platform/chromium-mac-snowleopard/compositing/repaint/invalidations-on-composited-layers-expected.txt: Added. * platform/chromium-mac/compositing/repaint/invalidations-on-composited-layers-expected.txt: Added. 2012-11-02 Ian Vollick Unreviewed baselines for chromium-mac. * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/repaint/invalidations-on-composited-layers-expected.txt: Added. 2012-11-02 Alice Boxhall Unreviewed gardening. Mark report-blocked-uri-cross-origin.html as failing. https://bugs.webkit.org/show_bug.cgi?id=101096 * platform/chromium/TestExpectations: 2012-11-02 Ian Vollick Support invalidation tracking for composited layers https://bugs.webkit.org/show_bug.cgi?id=97801 Reviewed by Simon Fraser. GraphicsLayers now store invalidated rects and can include them in the layer tree dump. * compositing/repaint/invalidations-on-composited-layers-expected.txt: Added. * compositing/repaint/invalidations-on-composited-layers.html: Added. * platform/mac/compositing/repaint/invalidations-on-composited-layers-expected.txt: Added. 2012-11-02 Adam Barth ASSERT in RenderLayer::hitTestContents can fire https://bugs.webkit.org/show_bug.cgi?id=99656 Reviewed by Eric Seidel. This test ensures that we don't trigger the assert. * fast/dom/nodesFromRect/nodesFromRect-continuation-crash-expected.txt: Added. * fast/dom/nodesFromRect/nodesFromRect-continuation-crash.html: Added. 2012-11-02 Mike West Prefer 'Content-Security-Policy' to 'X-WebKit-CSP'. https://bugs.webkit.org/show_bug.cgi?id=101043 Reviewed by Adam Barth. The canonical 'Content-Security-Policy' header landed in 133095, but we missed a few tests while updating to the new hotness. We also should start using the canonical header for the inspector. This patch should have no visible change; tests should continue to pass with the new header, just as they did with the old header. * http/tests/inspector/stacktraces/csp-injected-content-warning-contains-stacktrace.html: * http/tests/inspector/stacktraces/csp-inline-warning-contains-stacktrace.html: * http/tests/inspector/stacktraces/csp-setInterval-warning-contains-stacktrace.html: * http/tests/inspector/stacktraces/csp-setTimeout-warning-contains-stacktrace.html: * http/tests/security/contentSecurityPolicy/img-blocked-no-gc-crash.html: * http/tests/security/isolatedWorld/bypass-main-world-csp.html: * inspector/console/console-eval-blocked.html: * inspector/debugger/debugger-pause-on-blocked-event-handler.html: * inspector/debugger/debugger-pause-on-blocked-script-injection.html: * inspector/debugger/debugger-pause-on-blocked-script-url.html: * inspector/debugger/eval-on-pause-blocked.html: * inspector/elements/resolve-node-blocked.html: * media/csp-blocks-video.html: 2012-11-02 Alice Boxhall Unreviewed gardening. Marking object-clip-rects-assertion.html as flaky. https://bugs.webkit.org/show_bug.cgi?id=86909 * platform/chromium/TestExpectations: 2012-11-02 Tom Sepez Support X-XSS-Protection: report=URL header syntax in XSSAuditor. https://bugs.webkit.org/show_bug.cgi?id=100892 Reviewed by Adam Barth. * http/tests/security/xssAuditor/malformed-xss-protection-header-1-expected.txt: * http/tests/security/xssAuditor/malformed-xss-protection-header-2-expected.txt: * http/tests/security/xssAuditor/malformed-xss-protection-header-3-expected.txt: * http/tests/security/xssAuditor/malformed-xss-protection-header-4-expected.txt: * http/tests/security/xssAuditor/malformed-xss-protection-header-5-expected.txt: Added. * http/tests/security/xssAuditor/malformed-xss-protection-header-5.html: Added. * http/tests/security/xssAuditor/malformed-xss-protection-header-6-expected.txt: Added. * http/tests/security/xssAuditor/malformed-xss-protection-header-6.html: Added. * http/tests/security/xssAuditor/malformed-xss-protection-header-7-expected.txt: Added. * http/tests/security/xssAuditor/malformed-xss-protection-header-7.html: Added. * http/tests/security/xssAuditor/malformed-xss-protection-header-8-expected.txt: Added. * http/tests/security/xssAuditor/malformed-xss-protection-header-8.html: Added. * http/tests/security/xssAuditor/malformed-xss-protection-header-9-expected.txt: Added. * http/tests/security/xssAuditor/malformed-xss-protection-header-9.html: Added. * http/tests/security/xssAuditor/report-script-tag-expected.txt: Added. * http/tests/security/xssAuditor/report-script-tag.html: Added. * http/tests/security/xssAuditor/resources/echo-intertag.pl: * http/tests/security/xssAuditor/xss-protection-parsing-03-expected.txt: Added. * http/tests/security/xssAuditor/xss-protection-parsing-03.html: Added. * http/tests/security/xssAuditor/xss-protection-parsing-04-expected.txt: Added. * http/tests/security/xssAuditor/xss-protection-parsing-04.html: Added. 2012-11-02 Ian Vollick [Mac] REGRESSION (r130411-r130414): fast/images/repaint-subrect-grid.html failing on Apple MountainLion Debug WK2 (Tests) https://bugs.webkit.org/show_bug.cgi?id=98523 Reviewed by Simon Fraser. The repaint-subrect-grid.html layout test is now text-based and doesn't use testRunner.displayInvalidatedRegion(). * fast/images/repaint-subrect-grid-expected.txt: * fast/images/repaint-subrect-grid.html: * platform/chromium/fast/images/repaint-subrect-grid-expected.png: Removed. * platform/efl/fast/images/repaint-subrect-grid-expected.png: Removed. * platform/mac/TestExpectations: * platform/mac/fast/images/repaint-subrect-grid-expected.txt: Added. * platform/qt/TestExpectations: 2012-11-02 Alice Boxhall Unreviewed gardening. Marking some repaint tests as flaky. https://bugs.webkit.org/show_bug.cgi?id=84720 * platform/chromium/TestExpectations: 2012-11-02 Kevin Ellis Imrpove scoring in touch adjustment to address bias towards smaller targets. https://bugs.webkit.org/show_bug.cgi?id=101046 Reviewed by Antonio Gomes. Add missing mouse handlers to ensure proper handling of nested elements. Nested elements with explicit handlers are favored over ancestor elements. The change to scoring in touch adjustment, which removes bias towards small targets, broke two of the layout tests. The updated tests more accurately reflect intended behavior. * touchadjustment/nested-shadow-node.html: * touchadjustment/rotated-node.html: 2012-11-02 Stephen White [Chromium] Unreviewed gardening. * platform/chromium/TestExpectations: 2012-11-02 Keishi Hattori Fix test calendar-picker-key-operations.html https://bugs.webkit.org/show_bug.cgi?id=101020 Reviewed by Kent Tamura. The test was wrong and failing. * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt: * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt: * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html: 2012-11-02 Arpita Bahuguna Regression r130057: Improper preferred width calculation when an inline replaced object, wrapped in an inline flow, follows some text. https://bugs.webkit.org/show_bug.cgi?id=99442 Reviewed by Levi Weintraub. * fast/block/block-with-inline-replaced-child-following-text-expected.txt: Added. * fast/block/block-with-inline-replaced-child-following-text.html: Added. Test added for verifying the width of the inline-block when an inline replaced object follows some text object which does not end in a whitespace. The correct width of our containing box in this case should be 94px which is determined by the min-width of our text (using ahem font) which is 64px + the padding - 30px. Prior to this fix, the trailing end-width from the text (64px) would be carried onto the next line containing the inline replaced object. This would then make that line's width as 64px (end width of text) + 30 px (padding) + 50px (width of our image object) making it 144px in total. This would then incorrectly define the width of our containing box. 2012-11-02 Raphael Kubo da Costa [EFL] Unreviewed pixel expectations gardening. * platform/efl/TestExpectations: Skip some css3-text-decoration tests which depend on pending features. 2012-11-02 Vsevolod Vlasov Web Inspector: Cookie info in Network Resources Cookies tab shows "Invalid Date" https://bugs.webkit.org/show_bug.cgi?id=97471 Reviewed by Pavel Feldman. * http/tests/inspector/resource-main-cookies.php: * inspector/cookie-parser.html: 2012-11-01 Shinya Kawanaka [Shadow] Element should have getter and setter of attribute 'pseudo' https://bugs.webkit.org/show_bug.cgi?id=100831 Reviewed by Hajime Morita. * fast/dom/shadow/pseudo-attribute-expected.txt: Added. * fast/dom/shadow/pseudo-attribute.html: Added. 2012-11-01 Seonae Kim [EFL][DRT] Support Geolocation https://bugs.webkit.org/show_bug.cgi?id=97427 Reviewed by Gyuyoung Kim. Change the comment of Geolocation test cases. * platform/efl/TestExpectations: 2012-11-01 Simon Fraser New image results for compositing tests. Cross-platform image results seem impossible to maintain, so these are all Mac-specific. * platform/mac/compositing/animation/busy-indicator-expected.png: * platform/mac/compositing/animation/state-at-end-event-transform-layer-expected.png: * platform/mac/compositing/color-matching/image-color-matching-expected.png: * platform/mac/compositing/color-matching/pdf-image-match-expected.png: * platform/mac/compositing/compositing-visible-descendant-expected.png: * platform/mac/compositing/direct-image-compositing-expected.png: * platform/mac/compositing/flat-with-transformed-child-expected.png: * platform/mac/compositing/framesets/composited-frame-alignment-expected.png: * platform/mac/compositing/generated-content-expected.png: * platform/mac/compositing/geometry/abs-position-inside-opacity-expected.png: * platform/mac/compositing/geometry/clipping-foreground-expected.png: * platform/mac/compositing/geometry/composited-html-size-expected.png: * platform/mac/compositing/geometry/fixed-in-composited-expected.png: * platform/mac/compositing/geometry/fixed-position-composited-page-scale-down-expected.png: * platform/mac/compositing/geometry/fixed-position-composited-page-scale-expected.png: * platform/mac/compositing/geometry/fixed-position-expected.png: * platform/mac/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: * platform/mac/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png: * platform/mac/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: * platform/mac/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png: * platform/mac/compositing/geometry/foreground-layer-expected.png: * platform/mac/compositing/geometry/horizontal-scroll-composited-expected.png: * platform/mac/compositing/geometry/layer-due-to-layer-children-deep-expected.png: * platform/mac/compositing/geometry/layer-due-to-layer-children-expected.png: * platform/mac/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.png: * platform/mac/compositing/geometry/outline-change-expected.png: * platform/mac/compositing/geometry/partial-layout-update-expected.png: * platform/mac/compositing/geometry/repaint-foreground-layer-expected.png: * platform/mac/compositing/geometry/root-layer-update-expected.png: * platform/mac/compositing/geometry/tall-page-composited-expected.png: * platform/mac/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.png: * platform/mac/compositing/geometry/vertical-scroll-composited-expected.png: * platform/mac/compositing/geometry/video-fixed-scrolling-expected.png: * platform/mac/compositing/geometry/video-opacity-overlay-expected.png: * platform/mac/compositing/iframes/composited-iframe-alignment-expected.png: * platform/mac/compositing/iframes/iframe-copy-on-scroll-expected.png: * platform/mac/compositing/iframes/iframe-in-composited-layer-expected.png: * platform/mac/compositing/images/content-image-change-expected.png: * platform/mac/compositing/images/direct-image-background-color-expected.png: * platform/mac/compositing/layer-creation/fixed-position-scroll-expected.png: * platform/mac/compositing/layer-creation/spanOverlapsCanvas-expected.png: * platform/mac/compositing/layers-inside-overflow-scroll-expected.png: * platform/mac/compositing/masks/direct-image-mask-expected.png: * platform/mac/compositing/masks/masked-ancestor-expected.png: * platform/mac/compositing/masks/multiple-masks-expected.png: * platform/mac/compositing/masks/simple-composited-mask-expected.png: * platform/mac/compositing/overflow/ancestor-overflow-expected.png: * platform/mac/compositing/overflow/fixed-position-ancestor-clip-expected.png: * platform/mac/compositing/overflow/overflow-compositing-descendant-expected.png: * platform/mac/compositing/overflow/overflow-positioning-expected.png: * platform/mac/compositing/overflow/overflow-scaled-descendant-overlapping-expected.png: * platform/mac/compositing/overflow/overflow-scroll-expected.png: * platform/mac/compositing/overflow/parent-overflow-expected.png: * platform/mac/compositing/overflow/scroll-ancestor-update-expected.png: * platform/mac/compositing/overflow/scrollbar-painting-expected.png: * platform/mac/compositing/overflow/theme-affects-visual-overflow-expected.png: * platform/mac/compositing/plugins/composited-plugin-expected.png: * platform/mac/compositing/reflections/animation-inside-reflection-expected.png: * platform/mac/compositing/reflections/compositing-change-inside-reflection-expected.png: * platform/mac/compositing/reflections/deeply-nested-reflections-expected.png: * platform/mac/compositing/reflections/load-video-in-reflection-expected.png: * platform/mac/compositing/reflections/masked-reflection-on-composited-expected.png: * platform/mac/compositing/reflections/nested-reflection-anchor-point-expected.png: * platform/mac/compositing/reflections/nested-reflection-animated-expected.png: * platform/mac/compositing/reflections/nested-reflection-expected.png: * platform/mac/compositing/reflections/nested-reflection-mask-change-expected.png: * platform/mac/compositing/reflections/nested-reflection-on-overflow-expected.png: * platform/mac/compositing/reflections/nested-reflection-opacity-expected.png: * platform/mac/compositing/reflections/nested-reflection-size-change-expected.png: * platform/mac/compositing/reflections/nested-reflection-transformed-expected.png: * platform/mac/compositing/reflections/nested-reflection-transformed2-expected.png: * platform/mac/compositing/reflections/nested-reflection-transition-expected.png: * platform/mac/compositing/reflections/reflection-in-composited-expected.png: * platform/mac/compositing/reflections/reflection-on-composited-expected.png: * platform/mac/compositing/reflections/reflection-opacity-expected.png: * platform/mac/compositing/reflections/reflection-ordering-expected.png: * platform/mac/compositing/reflections/reflection-positioning-expected.png: * platform/mac/compositing/reflections/reflection-positioning2-expected.png: * platform/mac/compositing/reflections/simple-composited-reflections-expected.png: * platform/mac/compositing/reflections/transform-inside-reflection-expected.png: * platform/mac/compositing/repaint/become-overlay-composited-layer-expected.png: * platform/mac/compositing/repaint/composited-document-element-expected.png: * platform/mac/compositing/repaint/content-into-overflow-expected.png: * platform/mac/compositing/repaint/layer-repaint-expected.png: * platform/mac/compositing/repaint/layer-repaint-rects-expected.png: * platform/mac/compositing/repaint/opacity-between-absolute-expected.png: * platform/mac/compositing/repaint/opacity-between-absolute2-expected.png: * platform/mac/compositing/repaint/overflow-into-content-expected.png: * platform/mac/compositing/repaint/same-size-invalidation-expected.png: * platform/mac/compositing/scaling/tiled-layer-recursion-expected.png: * platform/mac/compositing/self-painting-layers-expected.png: * platform/mac/compositing/shadows/shadow-drawing-expected.png: * platform/mac/compositing/sibling-positioning-expected.png: * platform/mac/compositing/text-on-large-layer-expected.png: * platform/mac/compositing/transitions/scale-transition-no-start-expected.png: * platform/mac/compositing/transitions/singular-scale-transition-expected.png: * platform/mac/compositing/webgl/webgl-background-color-expected.png: * platform/mac/compositing/webgl/webgl-no-alpha-expected.png: * platform/mac/compositing/webgl/webgl-reflection-expected.png: 2012-11-01 Simon Fraser Rebaseline some MathML results, and mark compositing/iframes/overlapped-nested-iframes.html as flakey because it is. * platform/mac/TestExpectations: * platform/mac/mathml/presentation/mo-stretch-expected.txt: * platform/mac/mathml/presentation/row-alignment-expected.png: * platform/mac/mathml/presentation/row-alignment-expected.txt: * platform/mac/mathml/presentation/subsup-expected.png: * platform/mac/mathml/presentation/subsup-expected.txt: * platform/mac/mathml/presentation/tables-expected.png: * platform/mac/mathml/presentation/tables-expected.txt: 2012-11-01 Stephen White [Chromium] Unreviewed gardening. * platform/chromium/TestExpectations: * platform/chromium-mac-lion/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Added. * platform/efl-wk1/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Renamed from LayoutTests/platform/efl/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png. 2012-11-01 David Barton Unreviewed mathml rebaseline. * platform/chromium-linux-x86/mathml: Added. * platform/chromium-linux-x86/mathml/xHeight-expected.png: Added. * platform/chromium-linux-x86/mathml/xHeight-expected.txt: Added. * platform/chromium-linux/mathml: Added. * platform/chromium-linux/mathml/xHeight-expected.png: Added. * platform/chromium-linux/mathml/xHeight-expected.txt: Added. * platform/chromium-win-xp/mathml: Added. * platform/chromium-win-xp/mathml/xHeight-expected.png: Added. * platform/chromium-win-xp/mathml/xHeight-expected.txt: Added. * platform/chromium-win/mathml: Added. * platform/chromium-win/mathml/xHeight-expected.png: Added. * platform/chromium-win/mathml/xHeight-expected.txt: Added. * platform/chromium/TestExpectations: 2012-11-01 Stephen White [Chromium] Unreviewed gardening. Mark another flaky test. * platform/chromium/TestExpectations: 2012-11-01 Stephen White [Chromium] Unreviewed gardening. * platform/chromium-win/compositing/geometry/vertical-scroll-composited-expected.png: * platform/chromium-win/platform/chromium/compositing/huge-layer-rotated-expected.png: * platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png: 2012-11-01 Tom Sepez XSS blocker false positive when page contains
 element and sets
          its innerHTML to internals.repaintRectsAsText().
        * platform/chromium-mac/fast/repaint/layer-full-repaint-expected.png: Removed.
        * platform/chromium-mac/fast/repaint/overflow-flipped-writing-mode-table-expected.png: Removed.
        * platform/chromium-win/fast/repaint/overflow-flipped-writing-mode-table-expected.png: Removed.
        * platform/chromium/fast/repaint/layer-full-repaint-expected.png: Removed.
        * platform/chromium/fast/repaint/layer-full-repaint-expected.txt: Removed.
        * platform/efl/fast/repaint/layer-full-repaint-expected.png: Removed.
        * platform/efl/fast/repaint/layer-full-repaint-expected.txt: Removed.
        * platform/gtk/fast/repaint/layer-full-repaint-expected.png: Removed.
        * platform/gtk/fast/repaint/layer-full-repaint-expected.txt: Removed.
        * platform/gtk/fast/repaint/overflow-flipped-writing-mode-table-expected.png: Removed.
        * platform/mac/fast/repaint/layer-full-repaint-expected.png: Removed.
        * platform/mac/fast/repaint/layer-full-repaint-expected.txt: Removed.
        * platform/qt/fast/repaint/layer-full-repaint-expected.png: Removed.
        * platform/qt/fast/repaint/layer-full-repaint-expected.txt: Removed.

2012-10-31  Stephen White  

        New Chromium baselines for css3/filters/composited-reflected.html.

        Unreviewed.

        * platform/chromium-mac/css3/filters/composited-reflected-expected.png: Added.
        * platform/chromium-win/css3/filters/composited-reflected-expected.png: Added.

2012-10-31  Mike West  

        [Qt] Unreviewed gardening. Rebaselining tests after r133019.

        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:

2012-10-31  Yury Semikhatsky  

        Web Inspector: page crash when pausing in dedicated worker
        https://bugs.webkit.org/show_bug.cgi?id=100837

        Reviewed by Pavel Feldman.

        Test that Debugger.pause works for dedicated workers. The test is skipped
        on all platforms that use JSC as worker debugging is not supported there
        yet.

        * http/tests/inspector-protocol/resources/InspectorTest.js:
        (WebInspector.dispatchMessageFromBackend):
        * inspector-protocol/debugger-pause-dedicated-worker-expected.txt: Added.
        * inspector-protocol/debugger-pause-dedicated-worker.html: Added.
        * inspector-protocol/resources/dedicated-worker.js: Added.
        (onmessage):
        (doWork):
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:

2012-10-31  Zoltan Nyul  

        perspective-origin should ignore values with more then two lengths and use the default values
        https://bugs.webkit.org/show_bug.cgi?id=100835

        Reviewed by Kenneth Rohde Christiansen.

        Add test for perspective-origin with more the than two lengths.

        * transforms/2d/computed-style-origin-expected.txt:
        * transforms/2d/computed-style-origin.html:

2012-10-31  Raphael Kubo da Costa  

        [EFL] Unreviewed pixel expectations gardening.

        Skip a few ietestcenter/css3/text texts which are rendering
        incorrectly, and accept Missing as a valid result for some culling
        tests.

        * platform/efl/TestExpectations:
        * platform/efl/ietestcenter/css3/text/textshadow-005-expected.png: Removed.
        * platform/efl/ietestcenter/css3/text/textshadow-005-expected.txt: Removed.

2012-10-31  Dominik Röttsches  

        [EFL][GTK] Unreviewed gardening.

        Removing duplicate in EFL file, changing bug number for exif orientation bug in GTK.

        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:

2012-10-31  Dominik Röttsches  

        [EFL][GTK] Unreviewed gardening.

        Exif orientation test marked as failing for GTK & EFL,
        On EFL, the vibration IPC issue may cause crash, see bug 100334.

        * platform/efl-wk2/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:

2012-10-31  Raphael Kubo da Costa  

        [EFL] More unreviewed gardening.

        Skip the EXIF-related tests since the feature is not implemented
        for the port anyway, and skip the recently-added
        fast/images/exif-orientation-image-document.html as well.

        * platform/efl/TestExpectations:

2012-10-31  Raphael Kubo da Costa  

        [EFL] Skip http/tests/appcache/load-from-appcache-defer-resume-crash.html on WK2.

        Just marking it as Failure does not prevent a useless PNG expectation to be generated when running pixel tests.

        * platform/efl-wk2/TestExpectations:

2012-10-31  Raphael Kubo da Costa  

        [EFL] Unreviewed, add a few more pixel expectations.

        * platform/efl/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
        * platform/efl/css3/flexbox/repaint-rtl-column-expected.png:
        * platform/efl/fast/forms/indeterminate-expected.png: Added.
        * platform/efl/media/video-aspect-ratio-expected.png: Added.
        * platform/efl/media/video-layer-crash-expected.png: Added.
        * platform/efl/media/video-transformed-expected.png: Added.
        * platform/efl/media/video-zoom-expected.png: Added.

2012-10-31  Mike West  

        X-Frame-Options console message should be associated with a request.
        https://bugs.webkit.org/show_bug.cgi?id=100735

        Reviewed by Pavel Feldman.

        * http/tests/inspector/network/x-frame-options-deny-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
        * http/tests/security/xssAuditor/meta-tag-http-refresh-x-frame-options-expected.txt:
            Update tests with new console message.

2012-10-31  Raphael Kubo da Costa  

        [EFL] Unreviewed, unskip media/video-seek-past-end-playing.html on WK2.

        It has been passing on the WK2 bot for quite a while, so unskip
        and hope for the best.

        * platform/efl-wk2/TestExpectations:

2012-10-31  Keishi Hattori  

        Calendar picker can flicker when opened from the suggestion picker
        https://bugs.webkit.org/show_bug.cgi?id=100816

        Reviewed by Kent Tamura.

        * fast/forms/resources/picker-common.js:
        (openPicker): Fix mistake.
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations-expected.txt:
        * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations-expected.txt:
        * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations.html: Test that didHide event fires after the entry was selected and before the calendar picker opened.

2012-10-31  Raphael Kubo da Costa  

        [EFL] Unreviewed, unskip fast/forms/select-multiple-elements-with-mouse-drag.html.
        https://bugs.webkit.org/show_bug.cgi?id=100248

        The test is consistently passing again, and "fixing" the EFL side
        is not trivial.

        * platform/efl-wk2/TestExpectations:

2012-10-31  Mike West  

        Script run from an isolated world should bypass a page's CSP.
        https://bugs.webkit.org/show_bug.cgi?id=97398

        Reviewed by Adam Barth.

        * http/tests/security/isolatedWorld/bypass-main-world-csp-expected.txt: Added.
        * http/tests/security/isolatedWorld/bypass-main-world-csp.html: Added.
        * platform/efl/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
            Skip the new tests on ports that don't support the new functionality

2012-10-31  Pavel Podivilov  

        [chromium] Rebaseline media/video-zoom.html.

        * platform/chromium-linux/media/video-zoom-expected.png:
        * platform/chromium-mac-lion/media/video-zoom-expected.png: Added.
        * platform/chromium-mac-snowleopard/media/video-zoom-expected.png:
        * platform/efl-wk1/media/video-zoom-expected.png: Renamed from LayoutTests/platform/efl/media/video-zoom-expected.png.

2012-10-31  Pavel Podivilov  

        [chromium] Rebaseline 7 media/video-* tests on Linux and Mac.

        * platform/chromium-linux/media/video-aspect-ratio-expected.png:
        * platform/chromium-linux/media/video-colorspace-yuv420-expected.png:
        * platform/chromium-linux/media/video-colorspace-yuv422-expected.png:
        * platform/chromium-linux/media/video-layer-crash-expected.png:
        * platform/chromium-linux/media/video-transformed-expected.png:
        * platform/chromium-linux/media/video-zoom-controls-expected.png:
        * platform/chromium-linux/platform/chromium/media/video-frame-size-change-expected.png:
        * platform/chromium-mac-lion/media/video-aspect-ratio-expected.png: Added.
        * platform/chromium-mac-lion/media/video-colorspace-yuv420-expected.png: Added.
        * platform/chromium-mac-lion/media/video-colorspace-yuv422-expected.png: Added.
        * platform/chromium-mac-lion/media/video-layer-crash-expected.png: Added.
        * platform/chromium-mac-lion/media/video-transformed-expected.png: Added.
        * platform/chromium-mac-lion/media/video-zoom-controls-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/media/video-frame-size-change-expected.png: Added.
        * platform/chromium-mac-snowleopard/media/video-aspect-ratio-expected.png:
        * platform/chromium-mac-snowleopard/media/video-colorspace-yuv420-expected.png:
        * platform/chromium-mac-snowleopard/media/video-colorspace-yuv422-expected.png:
        * platform/chromium-mac-snowleopard/media/video-layer-crash-expected.png:
        * platform/chromium-mac-snowleopard/media/video-transformed-expected.png:
        * platform/efl-wk1/media/video-aspect-ratio-expected.png: Renamed from LayoutTests/platform/efl/media/video-aspect-ratio-expected.png.
        * platform/efl-wk1/media/video-colorspace-yuv420-expected.png: Renamed from LayoutTests/platform/efl/media/video-colorspace-yuv420-expected.png.
        * platform/efl-wk1/media/video-colorspace-yuv422-expected.png: Renamed from LayoutTests/platform/efl/media/video-colorspace-yuv422-expected.png.
        * platform/efl-wk1/media/video-layer-crash-expected.png: Renamed from LayoutTests/platform/efl/media/video-layer-crash-expected.png.
        * platform/efl-wk1/media/video-transformed-expected.png: Renamed from LayoutTests/platform/efl/media/video-transformed-expected.png.
        * platform/efl-wk1/media/video-zoom-controls-expected.png: Renamed from LayoutTests/platform/efl/media/video-zoom-controls-expected.png.

2012-10-31  Pavel Podivilov  

        [chromium] Add new baselines for fast/forms/basic-inputs.html and fast/forms/indeterminate.html on linux.

        * platform/chromium-linux/fast/forms/indeterminate-expected.png:
        * platform/efl-wk1/fast/forms/indeterminate-expected.png: Renamed from LayoutTests/platform/efl/fast/forms/indeterminate-expected.png.

2012-10-31  Pavel Podivilov  

        [chromium] Unreviewed, mark two touchadjustment tests as failing on mac.

        * platform/chromium/TestExpectations:

2012-10-31  Michał Pakuła vel Rutka  

        [EFL][DRT] EventSender requires contextClick implementation
        https://bugs.webkit.org/show_bug.cgi?id=86091

        Reviewed by Gyuyoung Kim.

        Move contextClick dependent tests to WebKit2 TestExpectations and
        add new expected results.

        * platform/efl-wk2/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/efl/editing/selection/5354455-2-expected.txt: Added.
        * platform/efl/fast/events/context-no-deselect-expected.txt: Added.
        * platform/efl/fast/events/context-onmousedown-event-expected.png: Added.

2012-10-30  Nico Weber  

        [chromium] Add baselines for fast/images/exif-orientation-css.html and exif-orientation-image-document.html
        https://bugs.webkit.org/show_bug.cgi?id=100807

        Unreviewed, expectations update.

        * platform/chromium-linux-x86/fast/images/exif-orientation-css-expected.png: Added.
        * platform/chromium-linux/fast/images/exif-orientation-css-expected.png: Added.
        * platform/chromium-linux/fast/images/exif-orientation-image-document-expected.png: Added.
        * platform/chromium-mac-lion/fast/images/exif-orientation-css-expected.png: Added.
        * platform/chromium-mac-lion/fast/images/exif-orientation-image-document-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/images/exif-orientation-css-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/images/exif-orientation-image-document-expected.png: Added.
        * platform/chromium-mac/fast/images/exif-orientation-css-expected.png: Added.
        * platform/chromium-mac/fast/images/exif-orientation-image-document-expected.png: Added.
        * platform/chromium-win/fast/images/exif-orientation-image-document-expected.png: Added.
        * platform/chromium/TestExpectations:

2012-10-30  Keishi Hattori  

        F4 inside  should not open calendar picker
        https://bugs.webkit.org/show_bug.cgi?id=100730

        Reviewed by Kent Tamura.

        * fast/forms/time-multiple-fields/time-multiple-fields-open-picker-key-bindings-expected.txt: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-open-picker-key-bindings.html: Added.

2012-10-30  Kent Tamura  

        Delaying 'change' and 'input' event dispatching during HTMLInputElement::setValue
        https://bugs.webkit.org/show_bug.cgi?id=100772

        Reviewed by Abhishek Arya.

        * fast/forms/range/range-type-change-onchange-expected.txt: Added.
        * fast/forms/range/range-type-change-onchange.html: Added.

2012-10-30  Simon Fraser  

        Fix issues with filters and reflections
        https://bugs.webkit.org/show_bug.cgi?id=100308

        Reviewed by Dirk Schulze.

        Test composited filters inside a nested reflection.

        * css3/filters/composited-reflected-expected.png: Added.
        * css3/filters/composited-reflected-expected.txt: Added.
        * css3/filters/composited-reflected.html: Added.
        * platform/mac/css3/filters/composited-reflected-expected.png: Added.

2012-10-30  Kenichi Ishibashi  

        Unreviewed test expectations update

        * platform/chromium/TestExpectations:

2012-10-30  Kenichi Ishibashi  

        Unreviewed test update after r132969

        Add alternate font family name (Courier New).

        * fast/css/font-face-descending-unicode-range.html:
        * fast/css/font-face-download-error.html:
        * fast/css/font-face-unicode-range.html:

2012-10-30  Nico Weber  

        [chromium] Enable fast/images/exif-orientation-css.html
        https://bugs.webkit.org/show_bug.cgi?id=100767

        Unreviewed, expectations-only change.

        * platform/chromium/TestExpectations:

2012-10-30  Allan Sandfeld Jensen  

        DOM URL is flaky when workers are used
        https://bugs.webkit.org/show_bug.cgi?id=99178

        Reviewed by Geoffrey Garen.

        Test that the methods of the URL constructor are accesible from both main and worker threads.

        * fast/workers/resources/worker-domurl.js: Added.
        (log):
        (onmessage):
        * fast/workers/worker-domurl-expected.txt: Added.
        * fast/workers/worker-domurl.html: Added.

2012-10-30  Hans Muller  

        [CSS Exclusions] Multiple segment polygon layout does not get all segments
        https://bugs.webkit.org/show_bug.cgi?id=100039

        Reviewed by Dirk Schulze.

        Added tests for CSS Exclusion shape-inside polygons with horizontal edges.
        Corrected the simple-polygon.js code for computing a polygon's included intervals.

        * fast/exclusions/resources/simple-polygon.js:
        * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-001-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-001.html: Added.
        * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-002-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-002.html: Added.
        * fast/exclusions/shape-inside/shape-inside-simple-polygon-004-expected.html:
        * fast/exclusions/shape-inside/shape-inside-simple-polygon-004.html:

2012-10-30  Kenichi Ishibashi  

        local(Helvetica) in src descriptor prevent fallback
        https://bugs.webkit.org/show_bug.cgi?id=100446

        Reviewed by Dan Bernstein.

        Add alternate font family names to src descriptor of @font-face rules
        so that the change doesn't change the expectations of tests.

        * fast/css/font-face-implicit-local-font.html:
        * fast/css/font-face-multiple-faces.html:
        * svg/custom/font-face-simple.svg:

2012-10-30  Rick Byers  

        cssText for cursor property doesn't include hotspot
        https://bugs.webkit.org/show_bug.cgi?id=99530

        Reviewed by Darin Adler.

        Add simple test for parsing of CSS cursor property.

        * fast/css/cursor-parsing-expected.txt: Added.
        * fast/css/cursor-parsing.html: Added.

2012-10-30  Roger Fong  

        Unreviewed. Test should not be run on Apple Windows port: fast/images/exif-orientation-image-document.html

        * platform/win/TestExpectations:

2012-10-30  Roger Fong  

        Unreviewed. Skip another failing accessibility test on Windows: accessibility/svg-remote-element.html.

        * platform/win/TestExpectations:

2012-10-30  Vincent Scheib  

        [chromium] Unreviewed: Additional webgl test suppression to go along with earlier ones.
        https://bugs.webkit.org/show_bug.cgi?id=100784

        * platform/chromium/TestExpectations:

2012-10-30  W. James MacLean  

        [chromium] Restrict link highlights to targets that display a hand-cursor
        https://bugs.webkit.org/show_bug.cgi?id=99862

        Reviewed by James Robinson.

        To avoid applying highlights to inappropriate targets, such as large divs with
        click handlers installed, test candidate targets and only highlight them if they
        would normally display a hand cursor on mouse over. This is a heuristic, but has
        been tested and found effective in practice.

        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-rotated-div.html:

2012-10-30  Vincent Scheib  

        [Chromium] Unreviwed suppression of 6 webgl tests.
        https://bugs.webkit.org/show_bug.cgi?id=100784

        * platform/chromium/TestExpectations:

2012-10-30  Glenn Adams  

        [CSS] Expand -webkit-line-break value space
        https://bugs.webkit.org/show_bug.cgi?id=100739

        Reviewed by Eric Seidel.

        Change default (initial) value for -webkit-line-break to 'auto' to match CSS3 Text.

        * fast/css/getComputedStyle/computed-style-expected.txt:
        Fix for change of initial (default) value on -webkit-line-break from 'normal' to 'auto'.

        * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        Fix for change of initial (default) value on -webkit-line-break from 'normal' to 'auto'.

        * svg/css/getComputedStyle-basic-expected.txt:
        Fix for change of initial (default) value on -webkit-line-break from 'normal' to 'auto'.

2012-10-30  Robert Hogan  

        white-space: nowrap inline element beside a floated element wraps incorrectly without trailing textnode/newline
        https://bugs.webkit.org/show_bug.cgi?id=29648

        Reviewed by Levi Weintraub.

        * fast/text/whitespace/no-wrap-child-in-auto-wrap-container-expected.html: Added.
        * fast/text/whitespace/no-wrap-child-in-auto-wrap-container.html: Added.

2012-10-30  Roger Fong  

        Unreviewed. Some flaky http/security tests to add to the skip list.
        Bug tracking flaky security tests here: https://bugs.webkit.org/show_bug.cgi?id=95803.

        * platform/win/TestExpectations:

2012-10-30  Simon Fraser  

        Skip tiled drawing tests on Lion, since the TiledCoreAnimationDrawingArea is only
        built for Mountain Lion and later.

        * platform/mac-lion/TestExpectations:

2012-10-30  Rick Byers  

        [touchadjustment] touch-links-longpress tests passes incorrectly
        https://bugs.webkit.org/show_bug.cgi?id=96810

        Reviewed by Antonio Gomes.

        Fix touch-links-longpress test to be consistent with touch-links-active.
        Now it's actually touching where we intended - at the center of the
        touch region identified instead of the top/left corner.  Also pass
        the width/height of the touch to EventSender in order to enable touch
        adjustment.

        Also adds checks to verify that our touches are actually landing on
        or outside the element we're targetting as desired.

        * touchadjustment/resources/touchadjustment.js:
        (findAbsoluteBounds): Update to support both inline and block nodes (clientHeight is 0 for inline nodes)
        * touchadjustment/touch-links-active.html: Use updated findAbsoluteBounds
        * touchadjustment/touch-links-longpress.html:

2012-10-30  Dan Bernstein  

         REGRESSION (r121299): OS X Text Replacement forces cursor out of text fields
        https://bugs.webkit.org/show_bug.cgi?id=100768

        Reviewed by Anders Carlsson.

        * platform/mac/editing/spelling/autocorrection-in-textarea-expected.txt: Added.
        * platform/mac/editing/spelling/autocorrection-in-textarea.html: Added.

2012-10-30  Csaba Osztrogonác  

        [Qt] Unreviewed gardening, skip new crashing tests to paint the bot green.

        * platform/qt/TestExpectations:

2012-10-30  Csaba Osztrogonác  

        [Qt][WK2] Unreviewed evening gardening, skip failing tests to paint the bot green.

        * platform/qt-5.0-wk2/TestExpectations:

2012-10-30 Chris Fleizach  

        AX: Support embedded SVG objects in AX tree
        https://bugs.webkit.org/show_bug.cgi?id=97571

        Reviewed by Tim Horton.

        Added a new test that links in an svg file. Accessibility of that remote svg file is tested.
        Test skipped on chromium until clickPoint() is implemented in DRT.

        * accessibility/svg-remote-element.html: Added.
        * accessibility/resources/svg-face.svg: Added.
        * platform/chromium/TestExpectations:
        * platform/mac/accessibility/svg-remote-element-expected.txt: Added.

2012-10-30  Mikhail Pozdnyakov  

        [WK2][WTR] WebKitTestRunner needs testRunner.queueLoadHTMLString
        https://bugs.webkit.org/show_bug.cgi?id=100747

        Reviewed by Kenneth Rohde Christiansen.

        Unskipped http/tests/navigation/go-back-to-error-page.html for WK2 ports.

        * platform/wk2/TestExpectations:

2012-10-30  Pavel Podivilov  

        Unreviewed, rebaseline fast/sub-pixel/float-wrap-zoom.html.

        * platform/chromium-mac-lion/fast/sub-pixel/float-wrap-zoom-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/sub-pixel/float-wrap-zoom-expected.png: Added.
        * platform/chromium-mac/fast/sub-pixel/float-wrap-zoom-expected.png: Added.

2012-10-30  Jussi Kukkonen  

        [EFL] Unreviewed, combine color profile failures to correct bug
        https://bugs.webkit.org/show_bug.cgi?id=100746

        * platform/efl/TestExpectations:

2012-10-30  Emil A Eklund  

        [subixel] Change LineWidth::shrinkAvailableWidthForNewFloatIfNeeded to not pixel snap
        https://bugs.webkit.org/show_bug.cgi?id=100742

        Reviewed by Levi Weintraub.

        Add test for wrapping when combining float and inline elements.

        * fast/sub-pixel/float-wrap-zoom-expected.html: Added.
        * fast/sub-pixel/float-wrap-zoom.html: Added.

2012-10-30  Max Vujovic  

        [CSS Shaders] Reject vertex shaders with custom attributes
        https://bugs.webkit.org/show_bug.cgi?id=98973

        Reviewed by Dean Jackson.

        Add checks to verify:
        (1) Shaders with custom attributes do not execute (e.g. attribute float my_attribute;).
        (2) Shaders with a_triangleCoord defined do not execute with an attached mesh.

        Note that in CSS Custom Filters, the a_triangleCoord attribute is only available in detached
        meshes. In detached meshes, no vertices are shared between triangles. Thus, each vertex
        belongs to a specific triangle, which a_triangleCoord identifies. In attached meshes,
        vertices can belong to many triangles, which a_triangleCoord cannot identify because it's
        only a vec3.

        CSS Filters Spec, Vertex Attributes:
        https://dvcs.w3.org/hg/FXTF/raw-file/tip/filters/index.html#vertex-attribute-variables

        * css3/filters/custom/invalid-custom-filter-attribute-types-expected.html:
        * css3/filters/custom/invalid-custom-filter-attribute-types.html:
            Add two checks for two new vertex shaders. Update the a_triangleCoord type check to use
            a detached mesh, so the vertex shader fails to validate because a_triangleCoord is
            defined with an incorrect type, not because it defines a_triangleCoord in an attached
            mesh.
        * css3/filters/resources/invalid-a-triangle-coord-with-attached-mesh.vs:
            Added. This vertex shader defines a_triangleCoord with the correct type. However, this
            shader is run with an an attached mesh, so it should not execute.
        * css3/filters/resources/invalid-custom-attribute.vs:
            Added. This vertex shader defines a custom attribute. The associated test verifies
            that it does not execute.
        * css3/filters/resources/invalid-type-a-mesh-coord.vs:
            Remove some empty lines to improve readability.
        * css3/filters/resources/invalid-type-a-position.vs: Ditto.
        * css3/filters/resources/invalid-type-a-tex-coord.vs: Ditto.
        * css3/filters/resources/invalid-type-a-triangle-coord.vs:
            Add a comment that this shader should be run with a detached mesh.
        * css3/filters/resources/invalid-type-attribute-array.vs:
            Remove some empty lines to improve readability.
        * css3/filters/resources/invalid-type-a-triangle-coord.vs: Ditto.

2012-10-30  Andrey Lushnikov  

        Web Inspector: adds isOwnProperty to remote protocol
        https://bugs.webkit.org/show_bug.cgi?id=100664

        Reviewed by Pavel Feldman.

        * inspector/runtime/runtime-getProperties-isOwnProperty-expected.txt: Added.
        * inspector/runtime/runtime-getProperties-isOwnProperty.html: Added.

2012-10-30  Pavel Podivilov  

        Unreviewed, add baselines for exif-orientation-image-document.

        * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Added.

2012-10-30  Pavel Podivilov  

        Unrewieved, rebaseline audiobuffersource-loop-points.

        * platform/chromium-linux/webaudio/audiobuffersource-loop-points-expected.wav: Renamed from LayoutTests/platform/chromium-win-xp/webaudio/audiobuffersource-loop-points-expected.wav.

2012-10-30  Kent Tamura  

        Fix crash by calendar picker or suggestion picker
        https://bugs.webkit.org/show_bug.cgi?id=100728

        Reviewed by Hajime Morita.

        * platform/chromium/fast/forms/calendar-picker/calendar-picker-type-change-onchange-expected.txt: Added.
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-type-change-onchange.html: Added.

2012-10-30  Michelangelo De Simone  

        [CSS Shaders] Change the default compositing mode and the default CSS value for 
        https://bugs.webkit.org/show_bug.cgi?id=94020

        Reviewed by Dean Jackson.

        Existing tests have been modified to update them to the new default
        compositing values (normal source-atop).

        Also, the dummy empty shader has been removed: not needed.

        * css3/filters/custom/custom-filter-property-computed-style-expected.txt:
        * css3/filters/custom/custom-filter-shader-cache.html:
        * css3/filters/custom/effect-custom-transform-parameters.html:
        * css3/filters/custom/effect-custom.html:
        * css3/filters/custom/filter-fallback-to-software.html:
        * css3/filters/resources/empty-shader.fs: Removed.
        * css3/filters/script-tests/custom-filter-property-computed-style.js:

2012-10-30  Zoltan Nyul  

        3d rotation with [0, 0, 0] direction vector should not be applied
        https://bugs.webkit.org/show_bug.cgi?id=100733

        Reviewed by Levi Weintraub.

        Add test for 3d rotation with [0, 0, 0] direction vector.

        * transforms/3d/general/3dtransform-values-expected.txt:
        * transforms/3d/general/3dtransform-values.html:

2012-10-30  Kangil Han  

        [EFL][DRT] Bitmap should show whole view area.
        https://bugs.webkit.org/show_bug.cgi?id=100642

        Reviewed by Gyuyoung Kim.

        Unskip css sticky position as well as scroll and fixed position related test cases.

        * platform/efl-wk1/TestExpectations:

2012-10-30  Byungwoo Lee  

        [EFL][WK2] Unskip sputnik flaky tests.
        https://bugs.webkit.org/show_bug.cgi?id=100732

        Unreviewed, EFL gardening.

        These tests are always passing now.

        sputnik/Conformance/07_Lexical_Conventions/7.4_Comments/S7.4_A5.html
        sputnik/Conformance/07_Lexical_Conventions/7.4_Comments/S7.4_A6.html
        sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.1_T2.html
        sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.4_T2.html
        sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.1_T2.html
        sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.4_T2.html

        * platform/efl-wk2/TestExpectations:

2012-10-30  Nico Weber  

        Add a test for reading exif orientation off image documents
        https://bugs.webkit.org/show_bug.cgi?id=100698

        Reviewed by Eric Seidel.

        fast/images/exif-orientation.html tests  elements, but image documents were untested previously.

        * fast/images/exif-orientation-image-document.html: Added.
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/images/exif-orientation-image-document-expected.txt: Added.

2012-10-29  Csaba Osztrogonác  

        Unreviewed, rolling out r132819.
        http://trac.webkit.org/changeset/132819
        https://bugs.webkit.org/show_bug.cgi?id=100388

        It made layout testing 40% slower and storage tests assert

        * platform/qt/TestExpectations:

2012-10-25  Stephen Chenney  

        feImage should not be allowed to self reference
        https://bugs.webkit.org/show_bug.cgi?id=94652

        Reviewed by Eric Seidel.

        Additional test case for situations when the filter is applied to multiple objects that it also references.

        * svg/filters/feImage-self-and-other-referencing-expected.html: Added.
        * svg/filters/feImage-self-and-other-referencing.html: Added.

2012-10-29  Michael Saboff  

        Non-special escape character sequences cause JSC::Lexer::parseString to create 16 bit strings
        https://bugs.webkit.org/show_bug.cgi?id=100576

        Reviewed by Darin Adler.

        Added a new test to validated the behavior of the corresponding changes to string processing
        in the Lexer.

        * fast/js/normal-character-escapes-in-string-literals-expected.txt: Added.
        * fast/js/normal-character-escapes-in-string-literals.html: Added.
        * fast/js/script-tests/normal-character-escapes-in-string-literals.js: Added.

2012-10-29  Roger Fong  

        Unreviewed. Feature introduced in r132708 is chromium only. Skipping related tests.

        * platform/win/TestExpectations:

2012-10-29  Adam Barth  

        Block SVG external references pending a security review
        https://bugs.webkit.org/show_bug.cgi?id=100635

        Reviewed by Eric Seidel.

        Skip tests that depend on external SVG references.

        * platform/chromium/TestExpectations:

2012-10-29  Chris Rogers  

        Unreviewed rebaseline of webaudio/audiobuffersource-loop-points

        * platform/chromium-win-xp/webaudio/audiobuffersource-loop-points-expected.wav: Added.
        * platform/chromium-win/webaudio/audiobuffersource-loop-points-expected.wav: Added.

2012-10-29  Alpha Lam  

        [skia] Handle mask box image.
        https://bugs.webkit.org/show_bug.cgi?id=100570

        Reviewed by James Robinson.

        Added a test for -webkit-mask-box-image. Test should complete without crashes.
        Output image should be blank.

        * fast/images/mask-box-image-crash-expected.png: Added.
        * fast/images/mask-box-image-crash-expected.txt: Added.
        * fast/images/mask-box-image-crash.html: Added.

2012-10-29  David Barton  

        Unreviewed gardening. LayoutTests/mathml/msubsup-fuzz.html passes locally but not on
        cr-linux-ews. I need to see a stack trace to debug it. See webkit.org/b/100463.

        * mathml/msubsup-fuzz-expected.txt: Added.
        * mathml/msubsup-fuzz.html: Added.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:

2012-10-29  Justin Novosad  

        [Chromium] flickering observed when copying 2D canvas to webGL texture
        https://bugs.webkit.org/show_bug.cgi?id=100691

        Reviewed by Stephen White.

        Modified test by adding a canvas draw imediately after webgl texture
        upload in order to exercise graphics context synchronization between
        the webGL and 2D canvas graphics contexts.

        * fast/canvas/webgl/canvas-2d-webgl-texture.html:

2012-10-29  Glenn Adams  
       
        [CSSOM] Extraneous whitespace in CSSImportRule.cssText
        https://bugs.webkit.org/show_bug.cgi?id=100657

        Reviewed by Simon Fraser.

        Test (from CSS WG) that checks serializion of CSSImportRule.cssText.

        * http/tests/css/shared-stylesheet-mutation-expected.txt:
        * http/tests/css/shared-stylesheet-mutation-preconstruct-expected.txt:
        Fix expected output to match removal of extraneous space.

        * cssom/cssimportrule-media-expected.txt: Added.
        * cssom/cssimportrule-media.html: Added.
        * cssom/resources/import.css: Added.

2012-10-29  Zan Dobersek  

        Unreviewed GTK gardening.

        Adding flaky crash expectations for tests that crash after r132699
        if the accessibility object cache is populated.

        * platform/gtk/TestExpectations:

2012-10-29  Christophe Dumez  

        [EFL] Skip fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html test case
        https://bugs.webkit.org/show_bug.cgi?id=100687

        Unreviewed EFL gardening.

        Skip fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html test case
        since it is intrinsically flaky and cannot be fixed.

        * platform/efl/TestExpectations:

2012-10-29  Allan Sandfeld Jensen  

        [Qt] Flaky security tests
        https://bugs.webkit.org/show_bug.cgi?id=100388

        Reviewed by Jocelyn Turcotte.

        Unskip no longer flaky tests.

        * platform/qt/TestExpectations:

2012-10-29  Christophe Dumez  

        [WK2][WKTR] Enable Shadow DOM at runtime if compiled with SHADOW_DOM support
        https://bugs.webkit.org/show_bug.cgi?id=100668

        Reviewed by Kenneth Rohde Christiansen.

        Remove Shadow DOM layout tests from the global wk2 TestExpectations
        and add it to the mac-wk2 one. EFL and GTK ports have Shadow DOM
        enabled so they don't need to be skipped for those ports. The Qt port
        is already skipping those tests in its global TestExpectations file.

        * platform/efl-wk2/TestExpectations:
        * platform/mac-wk2/TestExpectations:
        * platform/wk2/TestExpectations:

2012-10-29  Csaba Osztrogonác  

        [Qt] Text with zero font size renders as X px sometimes, causing fast/text/zero-font-size-2.html to fail
        https://bugs.webkit.org/show_bug.cgi?id=100115

        Reviewed by Noam Rosenthal.

        * platform/qt/TestExpectations: Unskip fast/text/zero-font-size-2.html.

2012-10-29  Raphael Kubo da Costa  

        [EFL][WK2] REGRESSION(r132342): fast/events/frame-tab-focus.html fails
        https://bugs.webkit.org/show_bug.cgi?id=100646

        Reviewed by Kenneth Rohde Christiansen.

        * platform/efl-wk2/TestExpectations: Unskip
        fast/events/frame-tab-focus.html.

2012-10-29  Michelangelo De Simone  

        [CSS Shaders] Implement CustomFilterArrayParameter::blend
        https://bugs.webkit.org/show_bug.cgi?id=96437

        Reviewed by Dean Jackson.

        New tests to asses the correctness of CustomFilterArrayParameter::blend.
        
        * animations/resources/animation-test-helpers.js:
        (customFilterParameterMatch): A check for functions' parameters length has been added.
        * css3/filters/custom/custom-filter-array-blending-expected.txt: Added.
        * css3/filters/custom/custom-filter-array-blending.html: Added.

2012-10-29  Sheriff Bot  

        Unreviewed, rolling out r132782.
        http://trac.webkit.org/changeset/132782
        https://bugs.webkit.org/show_bug.cgi?id=100653

        It made 400+ tests fail and 180 tests flakey on Qt (Requested
        by Ossy on #webkit).

        * platform/qt/TestExpectations:

2012-10-29  Allan Sandfeld Jensen  

        [Qt] Flaky security tests
        https://bugs.webkit.org/show_bug.cgi?id=100388

        Reviewed by Jocelyn Turcotte.

        Unskip no longer flaky tests.

        * platform/qt/TestExpectations:

2012-10-29  Pavel Podivilov  

        [Chromium] Test expectation update.

        Unreviewed, mark recently added audiobuffersource-loop-points.html test as failing on windows.

        * platform/chromium/TestExpectations:

2012-10-29  Kent Tamura  

        [Chromium] Test expectation update.
        https://bugs.webkit.org/show_bug.cgi?id=99818

        The failure of month-multiple-fields-keyboard-events.html on SnowLeopard
        and XP is expected.

        - OS X SnowLeopard
          The month forma is "yyyy MMMM" on SnowLoepard though it's "MMMM yyyy"
          on other platforms.

        - Windows XP
          It doesn't support the lang-attribute-aware-form-control-UI testing
        feature.

        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt: Copied from LayoutTests/platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt.
        * platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
        * platform/chromium/TestExpectations:

2012-10-29  Christophe Dumez  

        [EFL] Skip 2 tests failing due to missing drag'n drop support
        https://bugs.webkit.org/show_bug.cgi?id=100638

        Unreviewed EFL gardening.

        Skip 2 test cases failing due to missing drag'n drop support
        in EFL port.

        * platform/efl/TestExpectations:

2012-10-29  Christophe Dumez  

        [EFL] Skip 2 jquery tests crashing after r132757
        https://bugs.webkit.org/show_bug.cgi?id=100637

        Unreviewed EFL gardening.

        Skip 2 jquery test cases that started crashing after
        r132757.

        * platform/efl/TestExpectations:

2012-10-29  Alexander Pavlov  

        Web Inspector: [Styles] Handle non-parsedOk properties as inactive ones
        https://bugs.webkit.org/show_bug.cgi?id=100119

        Reviewed by Vsevolod Vlasov.

        * http/tests/inspector/elements-test.js:
        (initialize_ElementTest.InspectorTest.dumpStyleTreeItem):
        * inspector/styles/inactive-properties-expected.txt: Added.
        * inspector/styles/inactive-properties.html: Added.

2012-10-29  Nandor Huszka  

        [Qt] Unreviewed gardening.

        Skip some tests because SHADOW_DOM is disabled on Qt.
        Unskip another one that doesn't exist already.

        * platform/qt/TestExpectations:

2012-10-28  Shinya Kawanaka  

        The shadow element is not reprojected to a nested ShadowRoot.
        https://bugs.webkit.org/show_bug.cgi?id=99228

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/composed-shadow-tree-walker-shadow-reprojection-expected.txt: Added.
        * fast/dom/shadow/composed-shadow-tree-walker-shadow-reprojection.html: Added. A walker test case for elements distributed
        to shadow element are reprojected.
        * fast/dom/shadow/composed-shadow-tree-walker.html:
        * fast/dom/shadow/content-reprojection-complex.html:
        * fast/dom/shadow/content-reprojection-fallback-expected.html:
        * fast/dom/shadow/content-reprojection-fallback-reprojection-expected.html:
        * fast/dom/shadow/shadow-reprojection-click-expected.txt: Added.
        * fast/dom/shadow/shadow-reprojection-click.html: Added. Does some interactive with a shadow-reprojected node.
        * fast/dom/shadow/shadow-reprojection-dynamic-expected.html: Added.
        * fast/dom/shadow/shadow-reprojection-dynamic.html: Added. Adds dynamically elements shadow-reprojected.
        * fast/dom/shadow/shadow-reprojection-expected.html: Added.
        * fast/dom/shadow/shadow-reprojection-fallback-expected.html: Added.
        * fast/dom/shadow/shadow-reprojection-fallback.html: Added. A test case for fallback elements of a shadow element
        are reprojected.
        * fast/dom/shadow/shadow-reprojection-prohibited-expected.html: Removed.
        * fast/dom/shadow/shadow-reprojection-prohibited.html: Removed.
        * fast/dom/shadow/shadow-reprojection.html: Added. A basic test case.
        * fast/dom/shadow/shadow-reprojection2-expected.html: Added.
        * fast/dom/shadow/shadow-reprojection2.html: Added. Another basic test case.

2012-10-28  Kunihiko Sakamoto  

        Webkit adds a boundary to the Content-Type: text/plain POST header
        https://bugs.webkit.org/show_bug.cgi?id=100445

        Reviewed by Kent Tamura.

        Fixed test failure and added a test case for Content-Type header.

        * http/tests/misc/form-post-textplain-expected.txt:
        * http/tests/misc/form-post-textplain.html:
        * http/tests/misc/resources/form-post-textplain.php:
        Added a test case for testing Content-Type POST header.
        Also fixed existing test case that attempted to test newline in the input value.
        LF in the input value is replaced with CRLF durling the construction of the form data set.

2012-10-28  Kent Tamura  

        [Chromium] Test expectation update

        Rebaseline for http://trac.webkit.org/changeset/132753

        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:

2012-10-28  Sheriff Bot  

        Unreviewed, rolling out r132696.
        http://trac.webkit.org/changeset/132696
        https://bugs.webkit.org/show_bug.cgi?id=100609

        Needs a bit more clean-up on Chrome Web UI side. (Requested by
        dglazkov on #webkit).

        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements.html:
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements.html:
        * fast/forms/pseudo-elements-expected.html: Removed.
        * fast/forms/pseudo-elements.html: Removed.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html:
        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements.html:
        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.

2012-10-28  Kent Tamura  

        [Chromium] Test expectation update
        https://bugs.webkit.org/show_bug.cgi?id=100128

        Rebaseline for http://trac.webkit.org/changeset/132718 and crrev.com/164515.

        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium/TestExpectations:

2012-10-28  Csaba Osztrogonác  

        [Qt] Unreviewed weekend gardening, skip a failing test, update expected files.

        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt-5.0-wk2/compositing/tiling/crash-reparent-tiled-layer-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/tiling/huge-layer-add-remove-child-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt: Added.
        * platform/qt-5.0-wk2/http/tests/navigation/postredirect-basic-expected.txt: Added.
        * platform/qt-5.0-wk2/http/tests/navigation/postredirect-goback1-expected.txt: Added.

2012-10-27  Noam Rosenthal  

        Coordinated Graphics: Animation jerkiness when rAF is enabled
        https://bugs.webkit.org/show_bug.cgi?id=100536

        Reviewed by Kenneth Rohde Christiansen.

        Added a test to make sure we don't respond too eagerly to requestAnimationFrame.

        * fast/animation/request-animation-frame-too-rapid-expected.txt: Added.
        * fast/animation/request-animation-frame-too-rapid.html: Added.
        * fast/animation/script-tests/request-animation-frame-too-rapid.js: Added.

2012-10-27  David Barton  

        [MathML] Improve some addChild methods
        https://bugs.webkit.org/show_bug.cgi?id=98791

        Reviewed by Eric Seidel.

        * mathml/presentation/dynamic-expected.html: Added.
        * mathml/presentation/dynamic.html: Added.

2012-10-27  Balazs Kelemen  

        Unreviewed gardening.

        Removing my garbage, now from svn.

        * platform/qt-5.0-wk2/fast/images/png-suite/test-expected.png: Removed.

2012-10-27  Balazs Kelemen  

        Unreviewed gardening.

        Added one more png to a wrong path in my previous commit, removing it and hoping that
        the directory will not stay in svn.

        * platform/qt-5.0-wk2/fast/images/png-suite/test-expected.png/test-expected.png: Removed.

2012-10-27  Levi Weintraub  

        Background images can incorrectly repeat with sub-pixel layout
        https://bugs.webkit.org/show_bug.cgi?id=94622

        Reviewed by Emil A Eklund.

        * fast/sub-pixel/scaled-background-image-expected.html: Added.
        * fast/sub-pixel/scaled-background-image.html: Added.

2012-10-26  Balazs Kelemen  

        [Qt] Pixel tests need rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=99323

        Unreviewed gardening.

        Reland Qt-WebKit2 new expectations part 2 with fixed paths.

        * platform/qt-5.0-wk2/fullscreen/full-screen-iframe-zIndex-expected.png: Added.
        * platform/qt-5.0-wk2/fullscreen/full-screen-remove-ancestor-after-expected.png: Added.
        * platform/qt-5.0-wk2/fullscreen/full-screen-stacking-context-expected.png: Added.
        * platform/qt-5.0-wk2/fullscreen/full-screen-zIndex-after-expected.png: Added.
        * platform/qt-5.0-wk2/fullscreen/full-screen-zIndex-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-appendItem-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-basics-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-getItem-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-initialize-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-insertItemBefore-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-removeItem-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-replaceItem-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-xml-dom-modifications-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLocatable-getCTM-svg-root-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGNumberList-basics-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-appendItem-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-clear-and-initialize-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-insertItemBefore-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-removeItem-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-replaceItem-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGPointList-basics-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGStringList-basics-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGTransformList-basics-expected.png: Added.
        * platform/qt-5.0-wk2/svg/filters/feImage-animated-transform-on-target-rect-expected.png: Added.
        * platform/qt-5.0-wk2/svg/repaint/image-href-change-expected.png: Added.
        * platform/qt-5.0-wk2/svg/repaint/image-with-clip-path-expected.png: Added.

2012-10-26  Balazs Kelemen  

        [Qt] Pixel tests need rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=99323

        Unreviewed gardening.

        Reland Qt-WebKit2 new expectations part 1 with fixed paths.

        * platform/qt-5.0-wk2/css3/filters/filter-empty-element-crash-expected.png: Added.
        * platform/qt-5.0-wk2/css3/filters/multiple-filters-invalidation-expected.png: Added.
        * platform/qt-5.0-wk2/css3/flexbox/repaint-expected.png: Added.
        * platform/qt-5.0-wk2/css3/flexbox/repaint-rtl-column-expected.png: Added.
        * platform/qt-5.0-wk2/fast/borders/border-shadow-large-radius-expected.png: Added.
        * platform/qt-5.0-wk2/fast/borders/outline-alpha-block-expected.png: Added.
        * platform/qt-5.0-wk2/fast/borders/outline-alpha-inline-expected.png: Added.
        * platform/qt-5.0-wk2/fast/box-shadow/box-shadow-clipped-slices-expected.png: Added.
        * platform/qt-5.0-wk2/fast/box-shadow/no-blur-multiple-offsets-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/canvas-composite-fill-repaint-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/canvas-composite-transformclip-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/canvas-empty-image-pattern-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/canvas-resize-reset-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/canvas-transforms-during-path-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/image-pattern-rotate-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/toDataURL-alpha-expected.png: Added.
        * platform/qt-5.0-wk2/fast/css/border-radius-non-negative-expected.png: Added.
        * platform/qt-5.0-wk2/fast/css/linear-gradient-currentcolor-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-transform-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/file/file-input-pressed-state-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-color-stop-units-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-color-stops-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-linear-angle-gradients-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-linear-right-angle-gradients-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients2-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients3-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-repeating-linear-gradients-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-repeating-linear-gradients2-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-repeating-radial-gradients-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/gradient-after-transparent-border-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/jpeg-with-color-profile-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/paint-subrect-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/paint-subrect-grid-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/png-suite/test-expected.png/test-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/png-with-color-profile-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/rgb-jpeg-with-adobe-marker-only-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/rgb-png-with-cmyk-color-profile-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/ycbcr-with-cmyk-color-profile-expected.png: Added.
        * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-composited-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/absolute-position-changed-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/fixed-and-absolute-position-scrolled-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/fixed-position-transparency-with-overflow-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/nested-iframe-scroll-inner-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/nested-iframe-scroll-outer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/overflow-auto-in-overflow-auto-scrolled-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/overflow-hide-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/overflow-scroll-in-overflow-scroll-scrolled-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/overflow-show-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-absolute-layer-with-reflection-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-reflection-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-reflected-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-in-clipped-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-in-fixed-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-in-transformed-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-inside-table-cell-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-relative-table-inside-table-cell-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-with-transformed-parent-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/table-overflow-auto-in-overflow-auto-scrolled-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/table-overflow-hidden-in-overflow-hidden-scrolled-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled-expected.png: Added.
        * platform/qt-5.0-wk2/fast/replaced/outline-replaced-elements-expected.png: Added.
        * platform/qt-5.0-wk2/fast/scrolling/scrollbar-tickmarks-styled-expected.png: Added.
        * platform/qt-5.0-wk2/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Added.
        * platform/qt-5.0-wk2/fast/table/table-row-focus-ring-paint-expected.png: Added.

2012-10-27  Tony Chang  

        Remove internals shouldDisplayTrackKind methods; these are also on internals.settings
        https://bugs.webkit.org/show_bug.cgi?id=100564

        Reviewed by Adam Barth.

        Update tests to use the internals.settings method.

        * media/track/track-language-preference-expected.txt:
        * media/track/track-language-preference.html:
        * media/track/track-prefer-captions-expected.txt:
        * media/track/track-prefer-captions.html:

2012-10-26  Philip Rogers  

        Prevent NaN offset values in ElementTimeControl.
        https://bugs.webkit.org/show_bug.cgi?id=100322

        Reviewed by Abhishek Arya.

        * svg/custom/elementTimeControl-nan-crash-expected.txt: Added.
        * svg/custom/elementTimeControl-nan-crash.html: Added.

2012-10-26  Csaba Osztrogonác  

        [Qt] Unreviewed weekend gardening, skip new failing tests.

        * platform/qt/TestExpectations:

2012-10-26  Chris Rogers  

        Implement AudioBufferSourceNode .loopStart and .loopEnd attributes
        https://bugs.webkit.org/show_bug.cgi?id=100170

        Reviewed by Kenneth Russell.

        * webaudio/audiobuffersource-loop-comprehensive-expected.txt: Added.
        * webaudio/audiobuffersource-loop-comprehensive.html: Added.
        * webaudio/audiobuffersource-loop-points-expected.wav: Added.
        * webaudio/audiobuffersource-loop-points.html: Added.

2012-10-26  Kent Tamura  

        [Chromium] Test expectation update.

        Rebaseline for recent forms changes.

        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium/TestExpectations:

2012-10-26  Daniel Cheng  

        dragover's default action should prevent drop for file drags
        https://bugs.webkit.org/show_bug.cgi?id=79173

        Reviewed by Tony Chang.

        * fast/dom/shadow/drop-event-in-shadow.html:
            Added dragover handler as required by the HTML specification.
        * fast/events/input-element-display-none-in-dragleave-crash.html:
            Added dragover handler as required by the HTML specification.
        * fast/events/only-valid-drop-targets-receive-file-drop-expected.txt: Added.
        * fast/events/only-valid-drop-targets-receive-file-drop.html: Added.
        * http/tests/security/clipboard/clipboard-file-access.html:
            Added dragover handler as required by the HTML specification.

2012-10-26  Anders Carlsson  

        Crash when making NPRuntime calls with a null NPP pointer
        https://bugs.webkit.org/show_bug.cgi?id=100569

        Reviewed by Darin Adler.

        Add new tests.

        * plugins/npruntime/npruntime-calls-with-null-npp-expected.txt: Added.
        * plugins/npruntime/npruntime-calls-with-null-npp.html: Added.

2012-10-26  Vincent Scheib  

        Unreviewed, rolling out r132702.
        http://trac.webkit.org/changeset/132702
        https://bugs.webkit.org/show_bug.cgi?id=100322

        Compile error on Chromium Linux dbg builder (and others)

        * svg/custom/elementTimeControl-nan-crash-expected.txt: Removed.
        * svg/custom/elementTimeControl-nan-crash.html: Removed.

2012-10-26  Tony Chang  

        [chromium] Unreviewed, remove one more test that consistently passes according to the flakiness dashboard.

        * platform/chromium/TestExpectations:

2012-10-26  Tony Chang  

        [chromium] Unreviewed, remove tests that consistently pass.

        * platform/chromium-mac-mountainlion/TestExpectations: Some tests still need 10.8 baselines. Add them to this file.
        * platform/chromium/TestExpectations:

2012-10-26  Philip Rogers  

        Prevent NaN offset values in ElementTimeControl.
        https://bugs.webkit.org/show_bug.cgi?id=100322

        Reviewed by Abhishek Arya.

        * svg/custom/elementTimeControl-nan-crash-expected.txt: Added.
        * svg/custom/elementTimeControl-nan-crash.html: Added.

2012-10-26  Tony Chang  

        Move non-Settings Inspector methods from internals.settings to internals
        https://bugs.webkit.org/show_bug.cgi?id=100392

        Reviewed by Adam Barth.

        Update tests to use internals.setJavaScriptProfilingEnabled instead of internals.settings.setJavaScriptProfilingEnabled.
        Update tests to use internals.setInspectorResourcesDataSizeLimits instead of internals.settings.setInspectorResourcesDataSizeLimits.

        * fast/profiler/anonymous-event-handler.html:
        * fast/profiler/anonymous-function-called-from-different-contexts.html:
        * fast/profiler/anonymous-function-calls-built-in-functions.html:
        * fast/profiler/anonymous-function-calls-eval.html:
        * fast/profiler/anonymous-functions-with-display-names.html:
        * fast/profiler/apply.html:
        * fast/profiler/built-in-function-calls-anonymous.html:
        * fast/profiler/built-in-function-calls-user-defined-function.html:
        * fast/profiler/call-register-leak.html:
        * fast/profiler/call.html:
        * fast/profiler/calling-the-function-that-started-the-profiler-from-another-scope.html:
        * fast/profiler/compare-multiple-profiles.html:
        * fast/profiler/constructor.html:
        * fast/profiler/dead-time.html:
        * fast/profiler/document-dot-write.html:
        * fast/profiler/event-handler.html:
        * fast/profiler/execution-context-and-eval-on-same-line.html:
        * fast/profiler/inline-event-handler.html:
        * fast/profiler/many-calls-in-the-same-scope.html:
        * fast/profiler/multiple-and-different-scoped-anonymous-function-calls.html:
        * fast/profiler/multiple-and-different-scoped-function-calls.html:
        * fast/profiler/multiple-anonymous-functions-called-from-the-same-function.html:
        * fast/profiler/multiple-frames.html:
        * fast/profiler/named-functions-with-display-names.html:
        * fast/profiler/nested-anonymous-functon.html:
        * fast/profiler/nested-start-and-stop-profiler.html:
        * fast/profiler/no-execution-context.html:
        * fast/profiler/one-execution-context.html:
        * fast/profiler/profile-calls-in-included-file.html:
        * fast/profiler/profile-with-no-title.html:
        * fast/profiler/profiling-from-a-nested-location-but-stop-profiling-outside-the-nesting.html:
        * fast/profiler/profiling-from-a-nested-location.html:
        * fast/profiler/simple-event-call.html:
        * fast/profiler/simple-no-level-change.html:
        * fast/profiler/start-and-stop-profiler-multiple-times.html:
        * fast/profiler/start-and-stop-profiling-in-the-same-function.html:
        * fast/profiler/start-but-dont-stop-profiling.html:
        * fast/profiler/stop-profiling-after-setTimeout.html:
        * fast/profiler/stop-then-function-call.html:
        * fast/profiler/two-execution-contexts.html:
        * fast/profiler/user-defined-function-calls-built-in-functions.html:
        * fast/profiler/window-dot-eval.html:
        * http/tests/inspector/network-test.js:
        (resetInspectorResourcesData):
        * http/tests/inspector/network/cached-resource-destroyed-too-big-discarded.html:
        * http/tests/inspector/network/network-content-replacement-embed.html:
        * http/tests/inspector/network/network-content-replacement-xhr.html:
        * inspector/profiler/cpu-profiler-profiling-without-inspector.html:

2012-10-26  Dominic Mazzoni  

        AX: Notification should be sent when accessibilityIsIgnored changes
        https://bugs.webkit.org/show_bug.cgi?id=99547

        Reviewed by Chris Fleizach.

        Adds 3 new test to ensure:
        1. A "children changed" notification is fired on the parent object when an
           object that was previously ignored becomes unignored.
        2. A notification is sent when an element's text (incl. title or label) changes.
        3. A notification is sent when another ARIA attribute changes.

        Modifies add-to-menu-list-crashes because it was too brittle; it was
            referencing a stale object rather than retrieving its latest handle.
        Modifies aria-checkbox-sends-notification to listen on the correct
            object on all platforms.
        Simplifies notification-listeners so it doesn't generate additional
            notifications that are inconsistent between platforms now.

        * accessibility/aria-checkbox-sends-notification.html:
        * accessibility/notification-listeners.html:
        * platform/chromium/accessibility/add-to-menu-list-crashes-expected.txt:
        * platform/chromium/accessibility/add-to-menu-list-crashes.html:
        * platform/chromium/accessibility/is-ignored-change-sends-notification-expected.txt: Added.
        * platform/chromium/accessibility/is-ignored-change-sends-notification.html: Added.
        * platform/chromium/accessibility/other-aria-attribute-change-sends-notification-expected.txt: Added.
        * platform/chromium/accessibility/other-aria-attribute-change-sends-notification.html: Added.
        * platform/chromium/accessibility/text-change-notification-expected.txt: Added.
        * platform/chromium/accessibility/text-change-notification.html: Added.

2012-10-26  Vincent Scheib  

        Generated should not be supported for things with a shadow
        https://bugs.webkit.org/show_bug.cgi?id=98836

        Unreviewed rollout of rollout of http://trac.webkit.org/changeset/132269.
        Initial rollout was speculative and was shown not to be related to crashes.
        Change author: Elliott Sprehn  

        Change all pseudos on  tests to be ref tests and clean up the tests.
        They now make sure we don't support generated content on things with a shadow.
        Also added another test for the other form control types to ensure they don't
        support pseudos either.

        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.html: Added.
        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements.html:
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.html: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements.html:
        * fast/forms/pseudo-elements-expected.html: Added.
        * fast/forms/pseudo-elements.html: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.html: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html:
        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.html: Added.
        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements.html:
        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.

2012-10-26  Aaron Colwell  

        Remove Chromium specific expectations for video-media-source-add-and-remove-buffers.html
        https://bugs.webkit.org/show_bug.cgi?id=100160

        Reviewed by Adam Barth.

        The common expectations just reflected a bug in Chromium. The bug has been fixed and the common expectations
        have been updated to reflect the correct behavior.

        * http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt:
        * platform/chromium/http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt: Removed.

2012-10-26  Bear Travis  

        [CSS Exclusions] Block children have incorrect offset when shape-inside element lays out below other elements
        https://bugs.webkit.org/show_bug.cgi?id=98189

        Reviewed by Dirk Schulze.

        Test that block content in subsequent shape-insides lays out correctly. Introducing a script
        that can eventually be used to simplify the rectangle cases.

        * fast/exclusions/resources/simple-rectangle.js: Added.
        (createRectangleTest): Generate a shape-inside rectangle test using the given parameters.
        (createRectangleTestResult): Generate a shape-inside rectangle expected result using
        the given parameters.
        * fast/exclusions/shape-inside/shape-inside-subsequent-blocks-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-subsequent-blocks.html: Added.

2012-10-26  Dirk Schulze  

        -webkit-clip-path property should just reference clipPath
        https://bugs.webkit.org/show_bug.cgi?id=100531

        Reviewed by Eric Seidel.

        Check that anther SVG resource like mask can not be referenced as clipPath.

        * css3/masking/clip-path-reference-of-fake-clipPath-expected.txt: Added.
        * css3/masking/clip-path-reference-of-fake-clipPath.html: Added.

2012-10-26  Raphael Kubo da Costa  

        webkitpy: Pass the `Listen' Apache directive from webkitpy, not the httpd.conf files.
        https://bugs.webkit.org/show_bug.cgi?id=98602

        Reviewed by Dirk Pranke.

        * http/conf/apache2-debian-httpd.conf: Remove the `Listen'
        directive and related comments, it is passed to httpd by webkitpy
        now.
        * http/conf/apache2-httpd.conf: Ditto.
        * http/conf/cygwin-httpd.conf: Ditto.
        * http/conf/fedora-httpd.conf: Ditto.

2012-10-26  Simon Fraser  

        compositing/tiling/huge-layer* flakey
        https://bugs.webkit.org/show_bug.cgi?id=48454

        Reviewed by Dan Bernstein.

        In r131009 I fixed layerTreeAsText() to not be flakey with tiled layers, by ensuring that
        we flush layer state before dumping the layer tree. That makes these tests non-flakey. I was
        also able to remove all the setTimeouts() from these tests.
        
        The 'usingTiledLayer' property is only dumped on Mac, so made cross-platform results without
        this flag, and added Mac-specific results with it.
        
        Unskipped some tests on non-Mac platforms that should now pass.

        * compositing/tiling/backface-preserve-3d-tiled-expected.txt:
        * compositing/tiling/crash-reparent-tiled-layer-expected.txt:
        * compositing/tiling/huge-layer-add-remove-child-expected.txt:
        * compositing/tiling/huge-layer-add-remove-child.html: Added.
        * compositing/tiling/huge-layer-add-remove-child.html-disabled: Removed.
        * compositing/tiling/huge-layer-expected.txt:
        * compositing/tiling/huge-layer-img-expected.txt:
        * compositing/tiling/huge-layer-img.html: Renamed from LayoutTests/compositing/tiling/huge-layer-img.html-disabled.
        * compositing/tiling/huge-layer-resize-expected.txt:
        * compositing/tiling/huge-layer-with-layer-children-expected.txt:
        * compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
        * compositing/tiling/huge-layer-with-layer-children-resize.html: Added.
        * compositing/tiling/huge-layer-with-layer-children-resize.html-disabled: Removed.
        * compositing/tiling/huge-layer-with-layer-children.html: Renamed from LayoutTests/compositing/tiling/huge-layer-with-layer-children.html-disabled.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/mac/compositing/tiling/backface-preserve-3d-tiled-expected.txt: Copied from LayoutTests/compositing/tiling/backface-preserve-3d-tiled-expected.txt.
        * platform/mac/compositing/tiling/crash-reparent-tiled-layer-expected.txt: Copied from LayoutTests/compositing/tiling/crash-reparent-tiled-layer-expected.txt.
        * platform/mac/compositing/tiling/huge-layer-add-remove-child-expected.txt: Copied from LayoutTests/compositing/tiling/huge-layer-add-remove-child-expected.txt.
        * platform/mac/compositing/tiling/huge-layer-expected.txt: Copied from LayoutTests/compositing/tiling/huge-layer-expected.txt.
        * platform/mac/compositing/tiling/huge-layer-img-expected.txt: Copied from LayoutTests/compositing/tiling/huge-layer-img-expected.txt.
        * platform/mac/compositing/tiling/huge-layer-resize-expected.txt: Copied from LayoutTests/compositing/tiling/huge-layer-resize-expected.txt.
        * platform/mac/compositing/tiling/huge-layer-with-layer-children-expected.txt: Copied from LayoutTests/compositing/tiling/huge-layer-with-layer-children-expected.txt.
        * platform/mac/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt: Copied from LayoutTests/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt.
        * platform/qt-5.0-wk2/TestExpectations:

2012-10-26  Nico Weber  

        [chromium] Enable fast/images/exif-orientation.html
        https://bugs.webkit.org/show_bug.cgi?id=100534

        Unreviewed, TestExpecations change.

        The baselines for this test landed yesterday.

        * platform/chromium/TestExpectations:

2012-10-26  Florin Malita  

        Crash on loading SVG filter resource on HTML element
        https://bugs.webkit.org/show_bug.cgi?id=100491

        Reviewed by Dirk Schulze.

        * svg/filters/filter-reference-crash-expected.txt: Added.
        * svg/filters/filter-reference-crash.html: Added.

2012-10-26  Jussi Kukkonen  

        [WK2] should enable two postredirect tests
        https://bugs.webkit.org/show_bug.cgi?id=100508

        Unreviewed gardening.

        The EFL results for these tests seem to have been wrong from the beginning.
        Update expected results, enable tests for WK2 (based on comment in
        TestExpectations these were skipped because efl failed).

        * platform/efl/http/tests/navigation/postredirect-basic-expected.png:
        * platform/efl/http/tests/navigation/postredirect-basic-expected.txt:
        * platform/efl/http/tests/navigation/postredirect-goback1-expected.png:
        * platform/efl/http/tests/navigation/postredirect-goback1-expected.txt:
        * platform/wk2/TestExpectations:

2012-10-26  Raphael Kubo da Costa  

        [EFL] Skip a few tests which produce wrong pixel expectations.

        * platform/efl/TestExpectations:

2012-10-26  Raphael Kubo da Costa  

        [EFL] Add custom expectation for test added in r131557.

        * platform/efl/fast/replaced/border-radius-clip-content-edge-expected.png: Added.

2012-10-26  Sheriff Bot  

        Unreviewed, rolling out r132612.
        http://trac.webkit.org/changeset/132612
        https://bugs.webkit.org/show_bug.cgi?id=100512

        Crashes fast/events/tabindex-focus-blur-all.html in debug mode
        (Requested by pfeldman on #webkit).

        * fast/table/col-span-change-relayout-expected.txt: Removed.
        * fast/table/col-span-change-relayout.html: Removed.
        * fast/table/simplified-layout-table-expected.html: Removed.
        * fast/table/simplified-layout-table.html: Removed.

2012-10-26  Dominik Röttsches  

        Unreviewed Apple Win gardening.

        * platform/win/TestExpectations: Skipping XHR timeout tests.

2012-10-26  Zan Dobersek  

        Unreviewed. Removing bogus '#EOF\n' data in the listed PNG file that's
        positioned after the IEND PNG chunk.

        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png:

2012-10-26  Kenneth Rohde Christiansen  

        Printing should use use high resolution images when available
        https://bugs.webkit.org/show_bug.cgi?id=100488

        Reviewed by Antti Koivisto.

        The images loaded using -webkit-device-pixel-ratio depends on
        the display type (deviceScaleFactor) and thus affects which
        images are being used for printing. Printing should always
        use the higher resolution images (aka 'retina' images).

        Added a test testing -webkit-device-pixel-ratio media query
        in conjuntion with 'print' media type.

        * fast/media/mq-pixel-ratio-print-expected.txt: Added.
        * fast/media/mq-pixel-ratio-print.html: Added.

2012-10-26  Raphael Kubo da Costa  

        [EFL] ... And another pixel rebaseline after r131941 and r131991.

        * platform/efl/http/tests/misc/slow-loading-image-in-pattern-expected.png:

2012-10-26  'Pavel Feldman'  

        Not reviewed: chromium baselines for selection-after-remove updated.

        * platform/chromium-mac-lion/fast/repaint/selection-after-remove-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/selection-after-remove-expected.png:
        * platform/chromium-win/fast/repaint/selection-after-remove-expected.png:

2012-10-26  Sheriff Bot  

        Unreviewed, rolling out r132607.
        http://trac.webkit.org/changeset/132607
        https://bugs.webkit.org/show_bug.cgi?id=100502

        "SOS! More wrong paths." (Requested by kbalazs on #webkit).

        * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-iframe-zIndex-expected.png: Removed.
        * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-remove-ancestor-after-expected.png: Removed.
        * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-stacking-context-expected.png: Removed.
        * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-zIndex-after-expected.png: Removed.
        * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-zIndex-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-appendItem-expected.png/SVGLengthList-appendItem-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-basics-expected.png/SVGLengthList-basics-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-getItem-expected.png/SVGLengthList-getItem-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-initialize-expected.png/SVGLengthList-initialize-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-insertItemBefore-expected.png/SVGLengthList-insertItemBefore-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-removeItem-expected.png/SVGLengthList-removeItem-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-replaceItem-expected.png/SVGLengthList-replaceItem-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-xml-dom-modifications-expected.png/SVGLengthList-xml-dom-modifications-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGLocatable-getCTM-svg-root-expected.png/SVGLocatable-getCTM-svg-root-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGNumberList-basics-expected.png/SVGNumberList-basics-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-appendItem-expected.png/SVGPathSegList-appendItem-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-clear-and-initialize-expected.png/SVGPathSegList-clear-and-initialize-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-insertItemBefore-expected.png/SVGPathSegList-insertItemBefore-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-removeItem-expected.png/SVGPathSegList-removeItem-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-replaceItem-expected.png/SVGPathSegList-replaceItem-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png/SVGPathSegList-xml-dom-synchronization-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGPointList-basics-expected.png/SVGPointList-basics-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGStringList-basics-expected.png/SVGStringList-basics-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGTransformList-basics-expected.png/SVGTransformList-basics-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/filters/feImage-animated-transform-on-target-rect-expected.png/feImage-animated-transform-on-target-rect-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/repaint/image-href-change-expected.png/image-href-change-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/repaint/image-with-clip-path-expected.png/image-with-clip-path-expected.png: Removed.

2012-10-26  Sheriff Bot  

        Unreviewed, rolling out r132604.
        http://trac.webkit.org/changeset/132604
        https://bugs.webkit.org/show_bug.cgi?id=100501

        "SOS! Wrong paths." (Requested by kbalazs on #webkit).

        * platform/qt-5.0-wk2/css3/filters/filter-empty-element-crash-expected.png: Removed.
        * platform/qt-5.0-wk2/css3/filters/multiple-filters-invalidation-expected.png: Removed.
        * platform/qt-5.0-wk2/css3/flexbox/repaint-expected.png: Removed.
        * platform/qt-5.0-wk2/css3/flexbox/repaint-rtl-column-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/borders/border-shadow-large-radius-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/borders/outline-alpha-block-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/borders/outline-alpha-inline-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/box-shadow/box-shadow-clipped-slices-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/box-shadow/no-blur-multiple-offsets-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/canvas/canvas-composite-fill-repaint-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/canvas/canvas-composite-transformclip-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/canvas/canvas-empty-image-pattern-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/canvas/canvas-resize-reset-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/canvas/canvas-transforms-during-path-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/canvas/gradient-add-second-start-end-stop-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/canvas/image-pattern-rotate-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/canvas/toDataURL-alpha-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/css/border-radius-non-negative-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/css/linear-gradient-currentcolor-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-transform-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/file/file-input-pressed-state-expected.png/file-input-pressed-state-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/gradients/css3-color-stop-units-expected.png/css3-color-stop-units-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/gradients/css3-color-stops-expected.png/css3-color-stops-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/gradients/css3-linear-angle-gradients-expected.png/css3-linear-angle-gradients-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/gradients/css3-linear-right-angle-gradients-expected.png/css3-linear-right-angle-gradients-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients-expected.png/css3-radial-gradients-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients2-expected.png/css3-radial-gradients2-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients3-expected.png/css3-radial-gradients3-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/gradients/css3-repeating-linear-gradients-expected.png/css3-repeating-linear-gradients-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/gradients/css3-repeating-linear-gradients2-expected.png/css3-repeating-linear-gradients2-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/gradients/css3-repeating-radial-gradients-expected.png/css3-repeating-radial-gradients-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/gradients/gradient-after-transparent-border-expected.png/gradient-after-transparent-border-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/images/jpeg-with-color-profile-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/images/paint-subrect-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/images/paint-subrect-grid-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/images/png-suite/test-expected.png/test-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/images/png-with-color-profile-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/images/rgb-jpeg-with-adobe-marker-only-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/images/rgb-png-with-cmyk-color-profile-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/images/ycbcr-with-cmyk-color-profile-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-composited-layer-expected.png/scroll-with-transform-composited-layer-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-layer-expected.png/scroll-with-transform-layer-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/absolute-position-changed-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/fixed-and-absolute-position-scrolled-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/fixed-position-transparency-with-overflow-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/nested-iframe-scroll-inner-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/nested-iframe-scroll-outer-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/overflow-auto-in-overflow-auto-scrolled-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/overflow-hide-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/overflow-scroll-in-overflow-scroll-scrolled-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/overflow-show-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/scroll-absolute-layer-with-reflection-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-reflection-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-reflected-layer-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/scroll-in-clipped-layer-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/scroll-in-fixed-layer-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/scroll-in-transformed-layer-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/scroll-inside-table-cell-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/scroll-relative-table-inside-table-cell-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/scroll-with-transformed-parent-layer-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/table-overflow-auto-in-overflow-auto-scrolled-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/table-overflow-hidden-in-overflow-hidden-scrolled-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/replaced/outline-replaced-elements-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/scrolling/scrollbar-tickmarks-styled-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/table/table-row-focus-ring-paint-expected.png: Removed.

2012-10-26  Raphael Kubo da Costa  

        [EFL] More pixel rebaselines after r131941 and r131991.

        * platform/efl/fast/backgrounds/solid-color-context-restore-expected.png:
        * platform/efl/fast/dynamic/containing-block-change-expected.png:
        * platform/efl/fast/forms/listbox-clip-expected.png:
        * platform/efl/fast/frames/inline-object-inside-frameset-expected.png:
        * platform/efl/fast/layers/add-layer-with-nested-stacking-expected.png: Added.
        * platform/efl/fast/layers/inline-dirty-z-order-lists-expected.png:
        * platform/efl/fast/layers/layer-content-visibility-change-expected.png:
        * platform/efl/fast/layers/remove-layer-with-nested-stacking-expected.png:
        * platform/efl/fast/reflections/inline-crash-expected.png:
        * platform/efl/fast/replaced/width100percent-textarea-expected.png:
        * platform/efl/fast/text/font-initial-expected.png:

2012-10-26  Takashi Sakamoto  

        [Shadow]: removing styles in shadow dom subtree causes crash.
        https://bugs.webkit.org/show_bug.cgi?id=100455

        Reviewed by Hajime Morita.

        * fast/dom/shadow/remove-styles-in-shadow-crash-expected.txt: Added.
        * fast/dom/shadow/remove-styles-in-shadow-crash.html: Added.

2012-10-26  Sudarsana Nagineni  

        [EFL] Gardening to make the bots green
        https://bugs.webkit.org/show_bug.cgi?id=100481

        Unreviewed EFL gardening.

        Skip failing test and also unskip tests that are
        consistently passing.

        * platform/efl-wk1/TestExpectations:
        * platform/efl/TestExpectations:

2012-10-26  Takashi Sakamoto  

        [Shadow DOM] Needs @host rule for ShadowDOM styling
        https://bugs.webkit.org/show_bug.cgi?id=88606

        Reviewed by Hajime Morita.

        * fast/dom/shadow/athost-atrules-expected.txt: Added.
        * fast/dom/shadow/athost-atrules.html: Added.

2012-10-26  Raphael Kubo da Costa  

        [EFL] Fix test pixel expectation.

        * platform/efl/svg/dynamic-updates/SVGClipPathElement-css-transform-influences-hitTesting-expected.png:

2012-10-26  Julien Chaffraix  

        RenderTableCol::computePreferredLogicalWidths and RenderTableCol::layout should never be called
        https://bugs.webkit.org/show_bug.cgi?id=99861

        Reviewed by Ojan Vafai.

        Added 2 tests:
        - 1 to cover the code in RenderTableCol::updateFromElement.
        - 1 to cover simplified layout on a table.

        * fast/table/col-span-change-relayout-expected.txt: Added.
        * fast/table/col-span-change-relayout.html: Added.
        * fast/table/simplified-layout-table-expected.html: Added.
        * fast/table/simplified-layout-table.html: Added.

2012-10-26  Balazs Kelemen  

        [Qt] Pixel tests need rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=99323

        Unreviewed pixel gardening.

        Added a bunch of pixel expectations for Qt-WebKit2 - part 5 (svg/dynamic-updates).

        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.png: Added.

2012-10-26  Balazs Kelemen  

        [Qt] Pixel tests need rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=99323

        Unreviewed pixel gardening.

        Added a bunch of pixel expectations for Qt-WebKit2 - part 4 (svg/dynamic-updates).

        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png: Added.

2012-10-26  Balazs Kelemen  

        [Qt] Pixel tests need rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=99323

        Unreviewed pixel gardening.

        Added a bunch of pixel expectations for Qt-WebKit2 - part 4 (svg/dynamic-updates).

        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png: Added.

2012-10-26  Balazs Kelemen  

        [Qt] Pixel tests need rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=99323

        Unreviewed pixel gardening.

        Added a bunch of pixel expectations for Qt-WebKit2 - part 3 (svg/dynamic-updates).

        * platform/qt-5.0-wk2/svg/dynamic-updates/SVG-dynamic-css-transform-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGAElement-dom-href-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGAElement-dom-target-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPathElement-css-transform-influences-hitTesting-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.png: Added.

2012-10-26  Balazs Kelemen  

        [Qt] Pixel tests need rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=99323

        Unreviewed pixel gardening.

        Added a bunch of pixel expectations for Qt-WebKit2 - part 1.

        * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-iframe-zIndex-expected.png: Added.
        * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-remove-ancestor-after-expected.png: Added.
        * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-stacking-context-expected.png: Added.
        * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-zIndex-after-expected.png: Added.
        * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-zIndex-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-appendItem-expected.png/SVGLengthList-appendItem-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-basics-expected.png/SVGLengthList-basics-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-getItem-expected.png/SVGLengthList-getItem-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-initialize-expected.png/SVGLengthList-initialize-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-insertItemBefore-expected.png/SVGLengthList-insertItemBefore-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-removeItem-expected.png/SVGLengthList-removeItem-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-replaceItem-expected.png/SVGLengthList-replaceItem-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-xml-dom-modifications-expected.png/SVGLengthList-xml-dom-modifications-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLocatable-getCTM-svg-root-expected.png/SVGLocatable-getCTM-svg-root-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGNumberList-basics-expected.png/SVGNumberList-basics-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-appendItem-expected.png/SVGPathSegList-appendItem-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-clear-and-initialize-expected.png/SVGPathSegList-clear-and-initialize-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-insertItemBefore-expected.png/SVGPathSegList-insertItemBefore-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-removeItem-expected.png/SVGPathSegList-removeItem-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-replaceItem-expected.png/SVGPathSegList-replaceItem-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png/SVGPathSegList-xml-dom-synchronization-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGPointList-basics-expected.png/SVGPointList-basics-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGStringList-basics-expected.png/SVGStringList-basics-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGTransformList-basics-expected.png/SVGTransformList-basics-expected.png: Added.
        * platform/qt-5.0-wk2/svg/filters/feImage-animated-transform-on-target-rect-expected.png/feImage-animated-transform-on-target-rect-expected.png: Added.
        * platform/qt-5.0-wk2/svg/repaint/image-href-change-expected.png/image-href-change-expected.png: Added.
        * platform/qt-5.0-wk2/svg/repaint/image-with-clip-path-expected.png/image-with-clip-path-expected.png: Added.

2012-10-26  Balazs Kelemen  

        [Qt] Pixel tests need rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=99323

        Unreviewed pixel gardening.

        Added a bunch of pixel expectations for Qt-WebKit2 - part 1.

        * platform/qt-5.0-wk2/css3/filters/filter-empty-element-crash-expected.png: Added.
        * platform/qt-5.0-wk2/css3/filters/multiple-filters-invalidation-expected.png: Added.
        * platform/qt-5.0-wk2/css3/flexbox/repaint-expected.png: Added.
        * platform/qt-5.0-wk2/css3/flexbox/repaint-rtl-column-expected.png: Added.
        * platform/qt-5.0-wk2/fast/borders/border-shadow-large-radius-expected.png: Added.
        * platform/qt-5.0-wk2/fast/borders/outline-alpha-block-expected.png: Added.
        * platform/qt-5.0-wk2/fast/borders/outline-alpha-inline-expected.png: Added.
        * platform/qt-5.0-wk2/fast/box-shadow/box-shadow-clipped-slices-expected.png: Added.
        * platform/qt-5.0-wk2/fast/box-shadow/no-blur-multiple-offsets-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/canvas-composite-fill-repaint-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/canvas-composite-transformclip-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/canvas-empty-image-pattern-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/canvas-resize-reset-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/canvas-transforms-during-path-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/image-pattern-rotate-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/toDataURL-alpha-expected.png: Added.
        * platform/qt-5.0-wk2/fast/css/border-radius-non-negative-expected.png: Added.
        * platform/qt-5.0-wk2/fast/css/linear-gradient-currentcolor-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-transform-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/file/file-input-pressed-state-expected.png/file-input-pressed-state-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-color-stop-units-expected.png/css3-color-stop-units-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-color-stops-expected.png/css3-color-stops-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-linear-angle-gradients-expected.png/css3-linear-angle-gradients-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-linear-right-angle-gradients-expected.png/css3-linear-right-angle-gradients-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients-expected.png/css3-radial-gradients-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients2-expected.png/css3-radial-gradients2-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients3-expected.png/css3-radial-gradients3-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-repeating-linear-gradients-expected.png/css3-repeating-linear-gradients-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-repeating-linear-gradients2-expected.png/css3-repeating-linear-gradients2-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-repeating-radial-gradients-expected.png/css3-repeating-radial-gradients-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/gradient-after-transparent-border-expected.png/gradient-after-transparent-border-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/jpeg-with-color-profile-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/paint-subrect-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/paint-subrect-grid-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/png-suite/test-expected.png/test-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/png-with-color-profile-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/rgb-jpeg-with-adobe-marker-only-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/rgb-png-with-cmyk-color-profile-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/ycbcr-with-cmyk-color-profile-expected.png: Added.
        * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-composited-layer-expected.png/scroll-with-transform-composited-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-layer-expected.png/scroll-with-transform-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/absolute-position-changed-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/fixed-and-absolute-position-scrolled-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/fixed-position-transparency-with-overflow-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/nested-iframe-scroll-inner-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/nested-iframe-scroll-outer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/overflow-auto-in-overflow-auto-scrolled-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/overflow-hide-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/overflow-scroll-in-overflow-scroll-scrolled-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/overflow-show-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-absolute-layer-with-reflection-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-reflection-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-reflected-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-in-clipped-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-in-fixed-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-in-transformed-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-inside-table-cell-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-relative-table-inside-table-cell-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-with-transformed-parent-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/table-overflow-auto-in-overflow-auto-scrolled-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/table-overflow-hidden-in-overflow-hidden-scrolled-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled-expected.png: Added.
        * platform/qt-5.0-wk2/fast/replaced/outline-replaced-elements-expected.png: Added.
        * platform/qt-5.0-wk2/fast/scrolling/scrollbar-tickmarks-styled-expected.png: Added.
        * platform/qt-5.0-wk2/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Added.
        * platform/qt-5.0-wk2/fast/table/table-row-focus-ring-paint-expected.png: Added.

2012-10-26  Csaba Osztrogonác  

        [Qt][WK2] Unreviewed gardening, skip a new failing test.

        * platform/qt-5.0-wk2/TestExpectations:

2012-10-26  Mihnea Ovidenie  

        [CSSRegions] Add support for auto-height regions with region-breaks
        https://bugs.webkit.org/show_bug.cgi?id=99952

        Reviewed by David Hyatt.

        Add tests for auto logical height regions with content having region breaks.

        * fast/regions/autoheight-allregions-expected.html: Added.
        * fast/regions/autoheight-allregions-nobreaks-expected.html: Added.
        * fast/regions/autoheight-allregions-nobreaks.html: Added.
        * fast/regions/autoheight-allregions.html: Added.
        * fast/regions/autoheight-breakafteralways-maxheight-expected.html: Added.
        * fast/regions/autoheight-breakafteralways-maxheight.html: Added.
        * fast/regions/autoheight-breakbeforealways-expected.html: Added.
        * fast/regions/autoheight-breakbeforealways.html: Added.
        * fast/regions/autoheight-firstregion-breakalways-expected.html: Added.
        * fast/regions/autoheight-firstregion-breakalways.html: Added.
        * fast/regions/autoheight-lastregion-overflowauto-breaksignored-expected.html: Added.
        * fast/regions/autoheight-lastregion-overflowauto-breaksignored.html: Added.
        * fast/regions/autoheight-lastregion-overflowauto-expected.html: Added.
        * fast/regions/autoheight-lastregion-overflowauto.html: Added.
        * fast/regions/autoheight-middleregion-expected.html: Added.
        * fast/regions/autoheight-middleregion.html: Added.
        * fast/regions/autoheight-secondregion-breakoutside-expected.html: Added.
        * fast/regions/autoheight-secondregion-breakoutside.html: Added.
        * fast/regions/autoheight-secondregion-expected.html: Added.
        * fast/regions/autoheight-secondregion.html: Added.
        * fast/regions/autoheight-singleregion-breakafteralways-expected.html: Added.
        * fast/regions/autoheight-singleregion-breakafteralways-maxheight-expected.html: Added.
        * fast/regions/autoheight-singleregion-breakafteralways-maxheight.html: Added.
        * fast/regions/autoheight-singleregion-breakafteralways.html: Added.
        * fast/regions/autoheight-singleregion-breakaftermargin-expected.html: Added.
        * fast/regions/autoheight-singleregion-breakaftermargin.html: Added.
        * fast/regions/autoheight-singleregion-breakbeforealways-expected.html: Added.
        * fast/regions/autoheight-singleregion-breakbeforealways-minheight-expected.html: Added.
        * fast/regions/autoheight-singleregion-breakbeforealways-minheight.html: Added.
        * fast/regions/autoheight-singleregion-breakbeforealways.html: Added.
        * fast/regions/autoheight-singleregion-multiplebreaks-expected.html: Added.
        * fast/regions/autoheight-singleregion-multiplebreaks.html: Added.
        * fast/regions/autoheight-singleregion-overflowauto-breaksignored-expected.html: Added.
        * fast/regions/autoheight-singleregion-overflowauto-breaksignored.html: Added.
        * fast/regions/autoheight-singleregion-overflowauto-expected.html: Added.
        * fast/regions/autoheight-singleregion-overflowauto.html: Added.

2012-10-26  Li Yin  

        fast/forms/file/input-file-write-files.html should cover correct setting value
        https://bugs.webkit.org/show_bug.cgi?id=100085

        Reviewed by Kentaro Hara.

        The test input-file-value.html is split from input-file-write-test.html.
        And add correct setting value for files attribute, verify the files attribute
        is writable or not.

        * fast/forms/file/input-file-value-expected.txt: Added.
        * fast/forms/file/input-file-value.html: Added.
        * fast/forms/file/input-file-write-files-expected.txt:
        * fast/forms/file/input-file-write-files.html:

2012-10-26  Jinwoo Song  

        [EFL] Gardening after bug 99824
        https://bugs.webkit.org/show_bug.cgi?id=100469

        Unreviewed, EFL gardening.

        Unskip following 3 test cases after bug 99824 is resolved.
         - fast/lists/w3-css3-list-styles-alphabetic.html
         - fast/lists/w3-css3-list-styles-fallback-style.html
         - fast/lists/w3-list-styles.html

        * platform/efl-wk1/TestExpectations:

2012-10-26  Jinwoo Song  

        [EFL] Unskip svg/foreignObject/viewport-foreignobject-crash.html
        https://bugs.webkit.org/show_bug.cgi?id=100467

        Unreviewed, EFL gardening.

        Removing a test failure expectations, the test was fixed in r132548.

        * platform/efl-wk2/TestExpectations:

2012-10-27  Kent Tamura  

        [Chromium] platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step.html fails every 3 days
        https://bugs.webkit.org/show_bug.cgi?id=100480

        Reviewed by Pavel Feldman.

        Because the date field in the test has step=3, the availability of
        [Today] button depends on the current date. We make the test stable by
        specifying max attribute.

        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step.html:

2012-10-26  Julien Chaffraix  

        Generate less repaint calls during subtree detaching
        https://bugs.webkit.org/show_bug.cgi?id=99741

        Reviewed by Eric Seidel.

        * platform/chromium-linux/fast/repaint/selection-after-remove-expected.png:
        Rebaselined this test after the change. It is progressing as we still properly repaint
        the selection, but repaint less (ie don't repaint the top border which didn't change).

2012-10-26  Kent Tamura  

        [Chromium] Test expectation update.
        https://bugs.webkit.org/show_bug.cgi?id=100471

        * platform/chromium/TestExpectations:
        We should do rebaseline for time-suggestion-picker-*.html too.

2012-10-26  Kent Tamura  

        Disable ENABLE_INPUT_TYPE_WEEK on Chromium/Android
        https://bugs.webkit.org/show_bug.cgi?id=100457

        Reviewed by Kentaro Hara.

        * platform/chromium/TestExpectations:
        Tests in fast/forms/week/ may fail on Android.

2012-10-26  Pavel Feldman  

        Not reviewed: chromiuim expectations updated.

        * platform/chromium/TestExpectations:

2012-10-25  Balazs Kelemen  

        [Qt] Pixel tests need rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=99323

        Unreviewed pixel rebaseline.

        Adding new expectations, mark failures.

        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt-5.0-wk2/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/bgCompositeCopy-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize01-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize02-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize04-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize05-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize06-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize07-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize12-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize13-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize14-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize17-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize18-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize19-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize20-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize21-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize22-expected.png: Added.
        * platform/qt-5.0-wk2/svg/css/arrow-with-shadow-expected.png: Added.
        * platform/qt/TestExpectations:
        * platform/qt/animations/state-at-end-event-expected.png: Added.
        * platform/qt/compositing/overflow/clipping-ancestor-with-accelerated-scrolling-ancestor-expected.png: Added.
        * platform/qt/compositing/overflow/nested-scrolling-expected.png: Added.
        * platform/qt/compositing/overflow/overflow-clip-with-accelerated-scrolling-ancestor-expected.png: Added.
        * platform/qt/compositing/overflow/remove-overflow-crash2-expected.png: Added.
        * platform/qt/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.png: Added.
        * platform/qt/css2.1/t1008-c44-ln-box-02-d-ag-expected.png: Added.
        * platform/qt/css2.1/t100801-c544-valgn-01-d-ag-expected.png: Added.
        * platform/qt/css2.1/t100801-c548-ln-ht-02-b-ag-expected.png: Added.
        * platform/qt/css2.1/t1202-counters-04-b-expected.png: Added.
        * platform/qt/css2.1/t140201-c534-bgreps-00-c-ag-expected.png: Added.
        * platform/qt/css2.1/t140201-c534-bgreps-01-c-ag-expected.png: Added.
        * platform/qt/css2.1/t140201-c534-bgreps-02-c-ag-expected.png: Added.
        * platform/qt/css2.1/t140201-c534-bgreps-03-c-ag-expected.png: Added.
        * platform/qt/css2.1/t140201-c534-bgreps-04-c-ag-expected.png: Added.
        * platform/qt/css2.1/t140201-c534-bgreps-05-c-ag-expected.png: Added.
        * platform/qt/css2.1/t1601-c547-indent-00-b-a-expected.png: Added.
        * platform/qt/css2.1/t1602-c43-center-00-d-ag-expected.png: Added.
        * platform/qt/css2.1/t1604-c542-letter-sp-00-b-a-expected.png: Added.
        * platform/qt/css2.1/t1604-c542-letter-sp-01-b-a-expected.png: Added.
        * platform/qt/css2.1/t1605-c545-txttrans-00-b-ag-expected.png: Added.
        * platform/qt/css3/flexbox/flexbox-baseline-expected.png: Added.
        * platform/qt/css3/flexbox/flexbox-baseline-margins-expected.png: Added.
        * platform/qt/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
        * platform/qt/fast/backgrounds/bgCompositeCopy-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize01-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize02-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize03-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize04-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize05-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize06-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize07-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize08-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize09-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize10-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize11-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize12-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize13-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize14-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize17-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize18-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize19-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize20-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize21-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize22-expected.png: Added.
        * platform/qt/fast/block/float/009-expected.png: Added.
        * platform/qt/fast/block/float/034-expected.png: Added.
        * platform/qt/fast/block/float/4145535Crash-expected.png: Added.
        * platform/qt/fast/block/float/negative-margin-clear-expected.png: Added.
        * platform/qt/fast/block/float/nowrap-clear-min-width-expected.png: Added.
        * platform/qt/fast/borders/border-image-scaled-gradient-expected.png: Added.
        * platform/qt/fast/borders/border-radius-circle-expected.png: Added.
        * platform/qt/fast/borders/border-radius-groove-01-expected.png: Added.
        * platform/qt/fast/borders/border-radius-groove-02-expected.png: Added.
        * platform/qt/fast/borders/border-radius-groove-03-expected.png: Added.
        * platform/qt/fast/borders/border-radius-valid-border-clipping-expected.png: Added.
        * platform/qt/fast/borders/border-radius-wide-border-01-expected.png: Added.
        * platform/qt/fast/borders/border-radius-wide-border-02-expected.png: Added.
        * platform/qt/fast/borders/border-radius-wide-border-03-expected.png: Added.
        * platform/qt/fast/borders/border-radius-wide-border-04-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDashed04-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDashed05-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDashed06-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDotted04-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDotted05-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDotted06-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDouble04-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDouble05-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDouble06-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDouble07-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDouble08-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDouble09-expected.png: Added.
        * platform/qt/fast/borders/outline-offset-min-assert-expected.png: Added.
        * platform/qt/fast/css/006-expected.png: Added.
        * platform/qt/fast/css/background-clip-values-expected.png: Added.
        * platform/qt/fast/css/bogus-color-span-expected.png: Added.
        * platform/qt/fast/css/box-shadow-and-border-radius-expected.png:
        * platform/qt/fast/css/content-dynamic-expected.png: Added.
        * platform/qt/fast/css/contentDiv-expected.png: Added.
        * platform/qt/fast/css/contentDivWithChildren-expected.png: Added.
        * platform/qt/fast/css/contentImage-expected.png: Added.
        * platform/qt/fast/css/pseudo-first-line-border-width-expected.png: Added.
        * platform/qt/fast/css/replaced-element-implicit-size-expected.png: Added.
        * platform/qt/fast/dom/attr_dead_doc-expected.png: Added.
        * platform/qt/fast/dom/css-cached-import-rule-expected.png: Added.
        * platform/qt/fast/dom/css-insert-import-rule-expected.png: Added.
        * platform/qt/fast/dynamic/001-expected.png: Added.
        * platform/qt/fast/dynamic/005-expected.png: Added.
        * platform/qt/fast/dynamic/anonymous-block-layer-lost-expected.png: Added.
        * platform/qt/fast/dynamic/staticY-expected.png: Added.
        * platform/qt/fast/forms/002-expected.png: Added.
        * platform/qt/fast/forms/003-expected.png: Added.
        * platform/qt/fast/forms/004-expected.png: Added.
        * platform/qt/fast/forms/005-expected.png: Added.
        * platform/qt/fast/forms/006-expected.png: Added.
        * platform/qt/fast/forms/007-expected.png: Added.
        * platform/qt/fast/forms/HTMLOptionElement_label01-expected.png: Added.
        * platform/qt/fast/forms/HTMLOptionElement_label02-expected.png: Added.
        * platform/qt/fast/forms/HTMLOptionElement_label03-expected.png: Added.
        * platform/qt/fast/forms/HTMLOptionElement_label04-expected.png: Added.
        * platform/qt/fast/forms/button-submit-expected.png: Added.
        * platform/qt/fast/forms/caret-rtl-expected.png: Added.
        * platform/qt/fast/forms/control-clip-expected.png: Added.
        * platform/qt/fast/forms/fieldset-with-float-expected.png: Added.
        * platform/qt/fast/forms/form-added-to-table-expected.png: Added.
        * platform/qt/fast/forms/form-in-malformed-markup-expected.png: Added.
        * platform/qt/fast/forms/formmove-expected.png: Added.
        * platform/qt/fast/forms/formmove2-expected.png: Added.
        * platform/qt/fast/forms/image-border-expected.png: Added.
        * platform/qt/fast/forms/indeterminate-expected.png: Added.
        * platform/qt/fast/forms/input-align-image-expected.png: Added.
        * platform/qt/fast/forms/input-first-letter-expected.png: Added.
        * platform/qt/fast/forms/input-no-renderer-expected.png: Added.
        * platform/qt/fast/forms/linebox-overflow-in-textarea-padding-expected.png: Added.
        * platform/qt/fast/forms/menulist-deselect-update-expected.png: Added.
        * platform/qt/fast/forms/menulist-no-overflow-expected.png: Added.
        * platform/qt/fast/forms/option-index-expected.png: Added.
        * platform/qt/fast/forms/option-script-expected.png: Added.
        * platform/qt/fast/forms/option-text-clip-expected.png: Added.
        * platform/qt/fast/forms/preserveFormDuringResidualStyle-expected.png: Added.
        * platform/qt/fast/forms/range/thumbslider-no-parent-slider-expected.png: Added.
        * platform/qt/fast/forms/select-align-expected.png: Added.
        * platform/qt/fast/forms/select-change-listbox-to-popup-expected.png: Added.
        * platform/qt/fast/forms/select-dirty-parent-pref-widths-expected.png: Added.
        * platform/qt/fast/forms/select-disabled-appearance-expected.png: Added.
        * platform/qt/fast/forms/select-display-none-style-resolve-expected.png: Added.
        * platform/qt/fast/forms/select-empty-option-height-expected.png: Added.
        * platform/qt/fast/forms/select-selected-expected.png: Added.
        * platform/qt/fast/forms/select-size-expected.png: Added.
        * platform/qt/fast/forms/select-style-expected.png: Added.
        * platform/qt/fast/forms/stuff-on-my-optgroup-expected.png: Added.
        * platform/qt/fast/forms/textfield-overflow-by-value-update-expected.png: Added.
        * platform/qt/fast/frames/002-expected.png: Added.
        * platform/qt/fast/frames/calculate-round-expected.png: Added.
        * platform/qt/fast/frames/content-opacity-1-expected.png: Added.
        * platform/qt/fast/frames/content-opacity-2-expected.png: Added.
        * platform/qt/fast/frames/empty-cols-attribute-expected.png: Added.
        * platform/qt/fast/frames/empty-frame-src-expected.png: Added.
        * platform/qt/fast/frames/frame-length-fractional-expected.png: Added.
        * platform/qt/fast/frames/frame-set-whitespace-attributes-expected.png: Added.
        * platform/qt/fast/frames/iframe-text-contents-expected.png: Added.
        * platform/qt/fast/frames/no-frame-borders-expected.png: Added.
        * platform/qt/fast/gradients/border-image-gradient-expected.png: Added.
        * platform/qt/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
        * platform/qt/fast/images/embed-image-expected.png: Added.
        * platform/qt/fast/images/favicon-as-image-expected.png: Added.
        * platform/qt/fast/images/image-css3-content-data-expected.png: Added.
        * platform/qt/fast/images/object-image-expected.png: Added.
        * platform/qt/fast/images/pdf-as-image-expected.png: Added.
        * platform/qt/fast/inline-block/004-expected.png: Added.
        * platform/qt/fast/inline-block/005-expected.png: Added.
        * platform/qt/fast/invalid/015-expected.png: Added.
        * platform/qt/fast/invalid/table-residual-style-crash-expected.png: Added.
        * platform/qt/fast/js/exception-linenums-in-html-3-expected.png: Added.
        * platform/qt/fast/js/missing-style-end-tag-js-expected.png: Added.
        * platform/qt/fast/js/missing-title-end-tag-js-expected.png: Added.
        * platform/qt/fast/layers/opacity-stacking-expected.png: Added.
        * platform/qt/fast/layers/positioned-inside-root-with-margins-expected.png: Added.
        * platform/qt/fast/layers/zindex-ridonkulous-expected.png: Added.
        * platform/qt/fast/media/implicit-media-all-expected.png: Added.
        * platform/qt/fast/media/media-query-invalid-value-expected.png: Added.
        * platform/qt/fast/media/monochrome-expected.png: Added.
        * platform/qt/fast/media/mq-min-pixel-ratio-expected.png: Added.
        * platform/qt/fast/overflow/position-relative-expected.png: Added.
        * platform/qt/fast/overflow/unreachable-content-test-expected.png: Added.
        * platform/qt/fast/parser/comment-in-script-expected.png: Added.
        * platform/qt/fast/parser/style-script-head-test-expected.png: Added.
        * platform/qt/fast/reflections/table-cell-expected.png: Added.
        * platform/qt/fast/repaint/background-generated-expected.png: Added.
        * platform/qt/fast/repaint/background-misaligned-expected.png: Added.
        * platform/qt/fast/repaint/canvas-putImageData-expected.png: Added.
        * platform/qt/fast/repaint/erase-overflow-expected.png: Added.
        * platform/qt/fast/repaint/float-in-new-block-with-layout-delta-expected.png: Added.
        * platform/qt/fast/repaint/float-new-in-block-expected.png: Added.
        * platform/qt/fast/repaint/inline-block-resize-expected.png: Added.
        * platform/qt/fast/repaint/intermediate-layout-position-clip-expected.png: Added.
        * platform/qt/fast/repaint/intermediate-layout-position-expected.png: Added.
        * platform/qt/fast/repaint/layer-full-repaint-expected.png: Added.
        * platform/qt/fast/repaint/table-col-background-expected.png: Added.
        * platform/qt/fast/repaint/table-outer-border-expected.png: Added.
        * platform/qt/fast/repaint/table-row-expected.png: Added.
        * platform/qt/fast/repaint/table-section-overflow-expected.png: Added.
        * platform/qt/fast/replaced/008-expected.png: Added.
        * platform/qt/fast/replaced/image-tag-expected.png: Added.
        * platform/qt/fast/replaced/selection-rect-expected.png: Added.
        * platform/qt/fast/table/008-expected.png: Added.
        * platform/qt/fast/table/024-expected.png: Added.
        * platform/qt/fast/table/031-expected.png: Added.
        * platform/qt/fast/table/caption-relayout-expected.png: Added.
        * platform/qt/fast/table/colspanMinWidth-vertical-expected.png: Added.
        * platform/qt/fast/table/div-as-col-span-expected.png: Added.
        * platform/qt/fast/table/fixed-table-with-percent-inside-percent-table-expected.png: Added.
        * platform/qt/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.png: Added.
        * platform/qt/fast/table/fixed-table-with-percent-width-inside-div-expected.png: Added.
        * platform/qt/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.png: Added.
        * platform/qt/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.png: Added.
        * platform/qt/fast/table/fixed-table-with-small-percent-width-expected.png: Added.
        * platform/qt/fast/table/giantRowspan-expected.png: Added.
        * platform/qt/fast/table/growCellForImageQuirk-expected.png: Added.
        * platform/qt/fast/table/percent-widths-stretch-expected.png: Added.
        * platform/qt/fast/table/vertical-align-baseline-readjust-expected.png: Added.
        * platform/qt/fast/text/align-center-rtl-spill-expected.png: Added.
        * platform/qt/fast/text/basic/013-expected.png: Added.
        * platform/qt/fast/text/basic/015-expected.png: Added.
        * platform/qt/fast/text/line-breaks-expected.png: Added.
        * platform/qt/fast/text/soft-hyphen-3-expected.png: Added.
        * platform/qt/fast/text/stripNullFromText-expected.png: Added.
        * platform/qt/fast/text/whitespace/017-expected.png: Added.
        * platform/qt/fast/tokenizer/missing-style-end-tag-1-expected.png: Added.
        * platform/qt/fast/tokenizer/missing-style-end-tag-2-expected.png: Added.
        * platform/qt/fast/tokenizer/script-after-frameset-expected.png: Added.
        * platform/qt/fast/xsl/xslt-mismatched-tags-in-xslt-expected.png: Added.
        * platform/qt/http/tests/security/contentSecurityPolicy/xsl-blocked-expected.png: Added.
        * platform/qt/svg/as-background-image/svg-as-background-1-expected.png: Added.
        * platform/qt/svg/as-background-image/svg-as-background-2-expected.png: Added.
        * platform/qt/svg/as-background-image/svg-as-background-3-expected.png: Added.
        * platform/qt/svg/as-background-image/svg-as-background-6-expected.png: Added.
        * platform/qt/svg/as-background-image/svg-as-background-expected.png: Added.
        * platform/qt/svg/as-background-image/svg-as-tiled-background-expected.png: Added.
        * platform/qt/svg/as-background-image/svg-width-100p-as-background-expected.png: Added.
        * platform/qt/svg/as-image/svg-as-image-expected.png: Added.
        * platform/qt/svg/as-image/svg-as-relative-image-expected.png: Added.
        * platform/qt/svg/css/arrow-with-shadow-expected.png: Added.
        * platform/qt/svg/css/circle-in-mask-with-shadow-expected.png: Added.
        * platform/qt/svg/css/path-with-shadow-expected.png: Added.
        * platform/qt/svg/css/shadow-and-opacity-expected.png: Added.
        * platform/qt/svg/css/shadow-with-large-radius-expected.png: Added.
        * platform/qt/svg/css/shadow-with-negative-offset-expected.png: Added.
        * platform/qt/svg/custom/animation-currentColor-expected.png: Added.
        * platform/qt/svg/custom/clip-path-id-changes-expected.png: Added.
        * platform/qt/svg/custom/createImageElement-expected.png: Added.
        * platform/qt/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.png: Added.
        * platform/qt/svg/custom/js-repaint-rect-on-path-with-stroke-expected.png: Added.
        * platform/qt/svg/custom/js-update-image-and-display-expected.png: Added.
        * platform/qt/svg/custom/js-update-image-and-display2-expected.png: Added.
        * platform/qt/svg/custom/js-update-image-and-display3-expected.png: Added.
        * platform/qt/svg/custom/marker-opacity-expected.png: Added.
        * platform/qt/svg/custom/marker-referencePoint-expected.png: Added.
        * platform/qt/svg/custom/marker-strokeWidth-changes-expected.png: Added.
        * platform/qt/svg/custom/mask-on-multiple-objects-expected.png: Added.
        * platform/qt/svg/custom/mask-with-default-value-expected.png: Added.
        * platform/qt/svg/custom/outer-svg-unknown-feature-expected.png: Added.
        * platform/qt/svg/custom/pan-direction-expected.png: Added.
        * platform/qt/svg/custom/pattern-excessive-malloc-expected.png: Added.
        * platform/qt/svg/custom/repaint-shadow-expected.png: Added.
        * platform/qt/svg/custom/transformedMaskFails-expected.png: Added.
        * platform/qt/svg/custom/use-inherit-style-expected.png: Added.
        * platform/qt/svg/custom/xhtml-no-svg-renderer-expected.png: Added.
        * platform/qt/svg/filters/feGaussianBlur-expected.png: Added.
        * platform/qt/svg/filters/feLighting-crash-expected.png: Added.
        * platform/qt/svg/filters/feMerge-expected.png: Added.
        * platform/qt/svg/filters/feMerge-wrong-input-expected.png: Added.
        * platform/qt/svg/filters/feOffset-expected.png: Added.
        * platform/qt/svg/filters/feTile-expected.png: Added.
        * platform/qt/svg/filters/filter-clip-expected.png: Added.
        * platform/qt/svg/filters/filter-rounding-issues-expected.png: Added.
        * platform/qt/svg/filters/shadow-on-filter-expected.png: Added.
        * platform/qt/svg/filters/shadow-on-rect-with-filter-expected.png: Added.
        * platform/qt/svg/filters/subRegion-in-userSpace-expected.png: Added.
        * platform/qt/svg/hixie/error/006-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/adforce_imgis_com-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug120107-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug1271-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug12908-2-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug12910-2-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug131020-2-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug13169-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug137388-3-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug1818-3-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug1818-6-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug196870-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug222336-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug222467-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug269566-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug277062-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug28933-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug2954-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug50695-2-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug56201-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug8032-2-expected.png: Added.
        * platform/qt/tables/mozilla/core/col_widths_fix_autoFixPer-expected.png: Added.
        * platform/qt/transitions/opacity-transition-zindex-expected.png: Added.
        * platform/qt/transitions/transition-end-event-rendering-expected.png: Added.

2012-10-26  'Pavel Feldman'  

        Not reviewed: chromiuim expectations updated.

        * platform/chromium/TestExpectations:

2012-10-26  Kent Tamura  

        [Chromium-Win] Support shortTimeFormat
        https://bugs.webkit.org/show_bug.cgi?id=100471

        Reviewed by Kentaro Hara.

        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
        * platform/chromium/TestExpectations:

2012-10-26  Nandor Huszka  

        [Qt] Unreviewed gardening.

        Skip a new failing test introduced in r132554 that fails on 32 bit platforms.
        Remove another one that does not exists already.

        * platform/qt/TestExpectations:

2012-10-25  Adam Barth  

        Unreviewed.

        Skipping these tests again because Bug 96951 isn't actually fixed.

        * platform/chromium/TestExpectations:

2012-10-25  Nico Weber  

        [chromium] Add expectations for fast/images/exif-orientation.html
        https://bugs.webkit.org/show_bug.cgi?id=100434

        Unreviewed, just baselines.

        * platform/chromium-linux/fast/images/exif-orientation-expected.png: Added.
        * platform/chromium-mac-lion/fast/images/exif-orientation-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/images/exif-orientation-expected.png: Added.
        * platform/chromium-mac/fast/images/exif-orientation-expected.png: Added.
        * platform/chromium-win/fast/images/exif-orientation-expected.png: Added.
        * platform/chromium/fast/images/exif-orientation-expected.png: Removed.

2012-10-25  Min Qin  

        Fix a layout test crash if a TestWebkitPlugin is put inside an iframe
        https://bugs.webkit.org/show_bug.cgi?id=100406

        Reviewed by Adam Barth.

        Test for adding a webplugin into an iframe and make sure it doesn't crash.

        * platform/chromium/plugins/plugin-inside-iframe-expected.txt: Added.
        * platform/chromium/plugins/plugin-inside-iframe.html: Added.
        * platform/chromium/plugins/resources/plugin-page.html: Added.

2012-10-25  Tom Sepez  

        Test full-block-iframe-no-inherit.php generates an invalid X-XSS-PROTECTION header.
        https://bugs.webkit.org/show_bug.cgi?id=100423

        Reviewed by Adam Barth.

        Changed header syntax from full-block to mode=block.

        * http/tests/security/xssAuditor/full-block-iframe-no-inherit.php:

2012-10-25  Filip Pizlo  

        DFG Arrayify elimination should replace it with GetButterfly rather than Phantom
        https://bugs.webkit.org/show_bug.cgi?id=100441

        Reviewed by Oliver Hunt and Gavin Barraclough.

        * fast/js/dfg-arrayify-elimination-expected.txt: Added.
        * fast/js/dfg-arrayify-elimination.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/dfg-arrayify-elimination.js: Added.
        (foo):

2012-10-25  Keishi Hattori  

        Hide popup while transitioning from the suggestion picker to the calendar picker
        https://bugs.webkit.org/show_bug.cgi?id=99537

        Reviewed by Kent Tamura.

        * fast/forms/resources/picker-common.js:
        (popupOpenCallbackWrapper): Use didOpenPicker event.

2012-10-25  Sheriff Bot  

        Unreviewed, rolling out r132514.
        http://trac.webkit.org/changeset/132514
        https://bugs.webkit.org/show_bug.cgi?id=100440

        "Broke chromium content_browsertests AccessibilityAriaMenu
        AccessibilityInputRange AccessibilityListMarkers" (Requested
        by scheib on #webkit).

        * accessibility/aria-checkbox-sends-notification.html:
        * accessibility/notification-listeners.html:
        * fast/forms/date-multiple-fields/date-multiple-fields-ax-value-changed-notification-expected.txt:
        * fast/forms/time-multiple-fields/time-multiple-fields-ax-value-changed-notification-expected.txt:
        * platform/chromium/accessibility/add-to-menu-list-crashes-expected.txt:
        * platform/chromium/accessibility/add-to-menu-list-crashes.html:
        * platform/chromium/accessibility/is-ignored-change-sends-notification-expected.txt: Removed.
        * platform/chromium/accessibility/is-ignored-change-sends-notification.html: Removed.
        * platform/chromium/accessibility/other-aria-attribute-change-sends-notification-expected.txt: Removed.
        * platform/chromium/accessibility/other-aria-attribute-change-sends-notification.html: Removed.
        * platform/chromium/accessibility/text-change-notification-expected.txt: Removed.
        * platform/chromium/accessibility/text-change-notification.html: Removed.

2012-10-25  Vincent Scheib  

        Unreviewed rebaseline of tests failing after 132529 rolled out 132269.

        See http://trac.webkit.org/changeset/132529 for details of the rollout.

        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:

2012-10-25  Filip Pizlo  

        REGRESSION (r131793-r131826): Crash going to wikifonia.org
        https://bugs.webkit.org/show_bug.cgi?id=100281

        Reviewed by Oliver Hunt.

        * fast/js/jsc-test-list:
        * fast/js/resolve-arguments-from-scope-expected.txt: Added.
        * fast/js/resolve-arguments-from-scope.html: Added.
        * fast/js/script-tests/resolve-arguments-from-scope.js: Added.
        (bar):
        (foo):

2012-10-25  Simon Fraser  

        Tiled layers are missing content on zooming
        https://bugs.webkit.org/show_bug.cgi?id=100422

        Reviewed by Beth Dakin.

        New test for zooming with a tiled layer, and adjust an existing result.
        
        * compositing/tiling/tile-cache-zoomed-expected.txt: Added.
        * compositing/tiling/tile-cache-zoomed.html: Added.
        * platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt:

2012-10-25  Roger Fong  

        Unreviewed. Add results for svg/custom/patter-scaling.svg on Windows after r132026.

        * platform/win/svg/custom/pattern-scaling-expected.txt: Added.

2012-10-25  Simon Fraser  

        Report the tile coverage rect in layer coords, and add some tests for tiled backing and zooming
        https://bugs.webkit.org/show_bug.cgi?id=100416

        Reviewed by Beth Dakin.

        New tests that exercise the page tiled backing under zooming.

        * platform/mac/tiled-drawing/tiled-drawing-zoom-expected.txt: Added.
        * platform/mac/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt: Added.
        * platform/mac/tiled-drawing/tiled-drawing-zoom-scrolled.html: Added.
        * platform/mac/tiled-drawing/tiled-drawing-zoom.html: Added.

2012-10-25  Mariusz Grzegorczyk  

        [EFL] Add baselines for non problematic tests in editing subcategories: deleting, inserting, selection and style.
        https://bugs.webkit.org/show_bug.cgi?id=100126

        Unreviewed EFL gardening.

        * platform/efl-wk1/TestExpectations:
        * platform/efl-wk2/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/efl/editing/deleting/4922367-expected.png: Added.
        * platform/efl/editing/deleting/4922367-expected.txt: Added.
        * platform/efl/editing/deleting/5099303-expected.png: Added.
        * platform/efl/editing/deleting/5099303-expected.txt: Added.
        * platform/efl/editing/deleting/5126166-expected.png: Added.
        * platform/efl/editing/deleting/5126166-expected.txt: Added.
        * platform/efl/editing/deleting/5144139-2-expected.png: Added.
        * platform/efl/editing/deleting/5144139-2-expected.txt: Added.
        * platform/efl/editing/deleting/5206311-1-expected.png: Added.
        * platform/efl/editing/deleting/5206311-1-expected.txt: Added.
        * platform/efl/editing/deleting/5272440-expected.png: Added.
        * platform/efl/editing/deleting/5272440-expected.txt: Added.
        * platform/efl/editing/deleting/5369009-expected.png: Added.
        * platform/efl/editing/deleting/5369009-expected.txt: Added.
        * platform/efl/editing/deleting/5433862-2-expected.png: Added.
        * platform/efl/editing/deleting/5433862-2-expected.txt: Added.
        * platform/efl/editing/deleting/5483370-expected.png: Added.
        * platform/efl/editing/deleting/5483370-expected.txt: Added.
        * platform/efl/editing/deleting/collapse-whitespace-3587601-fix-expected.png: Added.
        * platform/efl/editing/deleting/collapse-whitespace-3587601-fix-expected.txt: Added.
        * platform/efl/editing/deleting/delete-3608445-fix-expected.png: Added.
        * platform/efl/editing/deleting/delete-3608445-fix-expected.txt: Added.
        * platform/efl/editing/deleting/delete-3608462-fix-expected.png: Added.
        * platform/efl/editing/deleting/delete-3608462-fix-expected.txt: Added.
        * platform/efl/editing/deleting/delete-3775172-fix-expected.png: Added.
        * platform/efl/editing/deleting/delete-3775172-fix-expected.txt: Added.
        * platform/efl/editing/deleting/delete-3857753-fix-expected.png: Added.
        * platform/efl/editing/deleting/delete-3857753-fix-expected.txt: Added.
        * platform/efl/editing/deleting/delete-3865854-fix-expected.png: Added.
        * platform/efl/editing/deleting/delete-3865854-fix-expected.txt: Added.
        * platform/efl/editing/deleting/delete-3928305-fix-expected.png: Added.
        * platform/efl/editing/deleting/delete-3928305-fix-expected.txt: Added.
        * platform/efl/editing/deleting/delete-4083333-fix-expected.png: Added.
        * platform/efl/editing/deleting/delete-4083333-fix-expected.txt: Added.
        * platform/efl/editing/deleting/delete-after-span-ws-001-expected.png: Added.
        * platform/efl/editing/deleting/delete-after-span-ws-001-expected.txt: Added.
        * platform/efl/editing/deleting/delete-after-span-ws-002-expected.png: Added.
        * platform/efl/editing/deleting/delete-after-span-ws-002-expected.txt: Added.
        * platform/efl/editing/deleting/delete-after-span-ws-003-expected.png: Added.
        * platform/efl/editing/deleting/delete-after-span-ws-003-expected.txt: Added.
        * platform/efl/editing/deleting/delete-and-undo-expected.png: Added.
        * platform/efl/editing/deleting/delete-and-undo-expected.txt: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-002-expected.png: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-002-expected.txt: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-003-expected.png: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-003-expected.txt: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-004-expected.png: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-004-expected.txt: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-005-expected.png: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-005-expected.txt: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-006-expected.png: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-006-expected.txt: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-007-expected.png: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-007-expected.txt: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-008-expected.png: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-008-expected.txt: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-009-expected.png: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-009-expected.txt: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-010-expected.png: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-010-expected.txt: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-011-expected.png: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt: Added.
        * platform/efl/editing/deleting/delete-at-start-or-end-expected.png: Added.
        * platform/efl/editing/deleting/delete-at-start-or-end-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-contents-001-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-contents-001-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-contents-002-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-contents-002-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-contents-003-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-contents-003-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-001-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-001-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-002-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-002-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-003-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-003-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-004-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-004-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-005-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-005-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-006-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-006-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-007-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-007-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-008-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-008-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-009-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-009-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-010-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-010-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-011-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-011-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-012-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-012-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-013-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-013-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-014-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-014-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-015-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-015-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-016-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-016-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-017-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-017-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-018-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-018-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-019-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-019-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-020-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-020-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-021-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-021-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-022-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-022-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-023-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-023-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-024-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-024-expected.txt: Added.
        * platform/efl/editing/deleting/delete-br-001-expected.png: Added.
        * platform/efl/editing/deleting/delete-br-001-expected.txt: Added.
        * platform/efl/editing/deleting/delete-br-002-expected.png: Added.
        * platform/efl/editing/deleting/delete-br-002-expected.txt: Added.
        * platform/efl/editing/deleting/delete-br-003-expected.png: Added.
        * platform/efl/editing/deleting/delete-br-003-expected.txt: Added.
        * platform/efl/editing/deleting/delete-br-004-expected.png: Added.
        * platform/efl/editing/deleting/delete-br-004-expected.txt: Added.
        * platform/efl/editing/deleting/delete-br-005-expected.png: Added.
        * platform/efl/editing/deleting/delete-br-005-expected.txt: Added.
        * platform/efl/editing/deleting/delete-br-006-expected.png: Added.
        * platform/efl/editing/deleting/delete-br-006-expected.txt: Added.
        * platform/efl/editing/deleting/delete-br-007-expected.png: Added.
        * platform/efl/editing/deleting/delete-br-007-expected.txt: Added.
        * platform/efl/editing/deleting/delete-br-008-expected.png: Added.
        * platform/efl/editing/deleting/delete-br-008-expected.txt: Added.
        * platform/efl/editing/deleting/delete-br-009-expected.png: Added.
        * platform/efl/editing/deleting/delete-br-009-expected.txt: Added.
        * platform/efl/editing/deleting/delete-br-010-expected.png: Added.
        * platform/efl/editing/deleting/delete-br-010-expected.txt: Added.
        * platform/efl/editing/deleting/delete-br-013-expected.png: Added.
        * platform/efl/editing/deleting/delete-br-013-expected.txt: Added.
        * platform/efl/editing/deleting/delete-character-001-expected.png: Added.
        * platform/efl/editing/deleting/delete-character-001-expected.txt: Added.
        * platform/efl/editing/deleting/delete-contiguous-ws-001-expected.png: Added.
        * platform/efl/editing/deleting/delete-contiguous-ws-001-expected.txt: Added.
        * platform/efl/editing/deleting/delete-first-list-item-expected.png: Added.
        * platform/efl/editing/deleting/delete-first-list-item-expected.txt: Added.
        * platform/efl/editing/deleting/delete-hr-expected.png: Added.
        * platform/efl/editing/deleting/delete-hr-expected.txt: Added.
        * platform/efl/editing/deleting/delete-image-001-expected.png: Added.
        * platform/efl/editing/deleting/delete-image-001-expected.txt: Added.
        * platform/efl/editing/deleting/delete-image-002-expected.png: Added.
        * platform/efl/editing/deleting/delete-image-002-expected.txt: Added.
        * platform/efl/editing/deleting/delete-image-003-expected.png: Added.
        * platform/efl/editing/deleting/delete-image-003-expected.txt: Added.
        * platform/efl/editing/deleting/delete-image-004-expected.png: Added.
        * platform/efl/editing/deleting/delete-image-004-expected.txt: Added.
        * platform/efl/editing/deleting/delete-leading-ws-001-expected.png: Added.
        * platform/efl/editing/deleting/delete-leading-ws-001-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-001-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-001-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-002-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-002-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-003-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-003-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-004-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-004-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-005-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-005-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-006-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-006-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-007-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-007-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-008-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-008-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-009-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-009-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-010-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-010-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-011-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-012-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-012-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-013-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-013-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-014-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-014-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-015-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-015-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-016-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-016-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-017-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-017-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-end-ws-001-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-end-ws-001-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-end-ws-002-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-end-ws-002-expected.txt: Added.
        * platform/efl/editing/deleting/delete-listitem-001-expected.png: Added.
        * platform/efl/editing/deleting/delete-listitem-001-expected.txt: Added.
        * platform/efl/editing/deleting/delete-listitem-002-expected.png: Added.
        * platform/efl/editing/deleting/delete-listitem-002-expected.txt: Added.
        * platform/efl/editing/deleting/delete-selection-001-expected.png: Added.
        * platform/efl/editing/deleting/delete-selection-001-expected.txt: Added.
        * platform/efl/editing/deleting/delete-tab-001-expected.png: Added.
        * platform/efl/editing/deleting/delete-tab-002-expected.png: Added.
        * platform/efl/editing/deleting/delete-tab-002-expected.txt: Added.
        * platform/efl/editing/deleting/delete-tab-003-expected.png: Added.
        * platform/efl/editing/deleting/delete-tab-003-expected.txt: Added.
        * platform/efl/editing/deleting/delete-tab-004-expected.png: Added.
        * platform/efl/editing/deleting/delete-to-select-table-expected.png: Added.
        * platform/efl/editing/deleting/delete-to-select-table-expected.txt: Added.
        * platform/efl/editing/deleting/delete-trailing-ws-001-expected.png: Added.
        * platform/efl/editing/deleting/delete-trailing-ws-001-expected.txt: Added.
        * platform/efl/editing/deleting/delete-trailing-ws-002-expected.png: Added.
        * platform/efl/editing/deleting/delete-trailing-ws-002-expected.txt: Added.
        * platform/efl/editing/deleting/delete-ws-fixup-001-expected.png: Added.
        * platform/efl/editing/deleting/delete-ws-fixup-001-expected.txt: Added.
        * platform/efl/editing/deleting/delete-ws-fixup-002-expected.png: Added.
        * platform/efl/editing/deleting/delete-ws-fixup-002-expected.txt: Added.
        * platform/efl/editing/deleting/delete-ws-fixup-003-expected.png: Added.
        * platform/efl/editing/deleting/delete-ws-fixup-003-expected.txt: Added.
        * platform/efl/editing/deleting/delete-ws-fixup-004-expected.png: Added.
        * platform/efl/editing/deleting/delete-ws-fixup-004-expected.txt: Added.
        * platform/efl/editing/deleting/forward-delete-expected.png: Added.
        * platform/efl/editing/deleting/forward-delete-expected.txt: Added.
        * platform/efl/editing/deleting/list-item-1-expected.png: Added.
        * platform/efl/editing/deleting/list-item-1-expected.txt: Added.
        * platform/efl/editing/deleting/merge-different-styles-expected.png: Added.
        * platform/efl/editing/deleting/merge-different-styles-expected.txt: Added.
        * platform/efl/editing/deleting/merge-endOfParagraph-expected.png: Added.
        * platform/efl/editing/deleting/merge-endOfParagraph-expected.txt: Added.
        * platform/efl/editing/deleting/merge-no-br-expected.png: Added.
        * platform/efl/editing/deleting/merge-no-br-expected.txt: Added.
        * platform/efl/editing/deleting/merge-unrendered-space-expected.png: Added.
        * platform/efl/editing/deleting/merge-unrendered-space-expected.txt: Added.
        * platform/efl/editing/deleting/merge-whitespace-pre-expected.png: Added.
        * platform/efl/editing/deleting/merge-whitespace-pre-expected.txt: Added.
        * platform/efl/editing/deleting/move-nodes-001-expected.png: Added.
        * platform/efl/editing/deleting/move-nodes-001-expected.txt: Added.
        * platform/efl/editing/deleting/non-smart-delete-expected.png: Added.
        * platform/efl/editing/deleting/non-smart-delete-expected.txt: Added.
        * platform/efl/editing/deleting/pruning-after-merge-2-expected.png: Added.
        * platform/efl/editing/deleting/pruning-after-merge-2-expected.txt: Added.
        * platform/efl/editing/deleting/smart-delete-001-expected.png: Added.
        * platform/efl/editing/deleting/smart-delete-001-expected.txt: Added.
        * platform/efl/editing/deleting/smart-delete-002-expected.png: Added.
        * platform/efl/editing/deleting/table-cells-expected.png: Added.
        * platform/efl/editing/deleting/table-cells-expected.txt: Added.
        * platform/efl/editing/deleting/transpose-empty-expected.png: Added.
        * platform/efl/editing/deleting/transpose-empty-expected.txt: Added.
        * platform/efl/editing/deleting/type-delete-after-quote-expected.png: Added.
        * platform/efl/editing/deleting/type-delete-after-quote-expected.txt: Added.
        * platform/efl/editing/inserting/12882-expected.png: Added.
        * platform/efl/editing/inserting/12882-expected.txt: Added.
        * platform/efl/editing/inserting/4278698-expected.png: Added.
        * platform/efl/editing/inserting/4278698-expected.txt: Added.
        * platform/efl/editing/inserting/4840662-expected.png: Added.
        * platform/efl/editing/inserting/4840662-expected.txt: Added.
        * platform/efl/editing/inserting/4875189-1-expected.png: Added.
        * platform/efl/editing/inserting/4875189-1-expected.txt: Added.
        * platform/efl/editing/inserting/4875189-2-expected.png: Added.
        * platform/efl/editing/inserting/4875189-2-expected.txt: Added.
        * platform/efl/editing/inserting/4959067-expected.png: Added.
        * platform/efl/editing/inserting/4959067-expected.txt: Added.
        * platform/efl/editing/inserting/4960120-1-expected.png: Added.
        * platform/efl/editing/inserting/4960120-1-expected.txt: Added.
        * platform/efl/editing/inserting/4960120-2-expected.png: Added.
        * platform/efl/editing/inserting/4960120-2-expected.txt: Added.
        * platform/efl/editing/inserting/5002441-expected.png: Added.
        * platform/efl/editing/inserting/5002441-expected.txt: Added.
        * platform/efl/editing/inserting/5058163-1-expected.png: Added.
        * platform/efl/editing/inserting/5058163-1-expected.txt: Added.
        * platform/efl/editing/inserting/5058163-2-expected.png: Added.
        * platform/efl/editing/inserting/5058163-2-expected.txt: Added.
        * platform/efl/editing/inserting/5156401-2-expected.png: Added.
        * platform/efl/editing/inserting/5156401-2-expected.txt: Added.
        * platform/efl/editing/inserting/5418891-expected.png: Added.
        * platform/efl/editing/inserting/5418891-expected.txt: Added.
        * platform/efl/editing/inserting/5510537-expected.png: Added.
        * platform/efl/editing/inserting/5510537-expected.txt: Added.
        * platform/efl/editing/inserting/5549929-2-expected.png: Added.
        * platform/efl/editing/inserting/5549929-2-expected.txt: Added.
        * platform/efl/editing/inserting/5549929-3-expected.png: Added.
        * platform/efl/editing/inserting/5549929-3-expected.txt: Added.
        * platform/efl/editing/inserting/6703873-expected.png: Added.
        * platform/efl/editing/inserting/6703873-expected.txt: Added.
        * platform/efl/editing/inserting/editable-html-element-expected.png: Added.
        * platform/efl/editing/inserting/editable-html-element-expected.txt: Added.
        * platform/efl/editing/inserting/editable-inline-element-expected.png: Added.
        * platform/efl/editing/inserting/editable-inline-element-expected.txt: Added.
        * platform/efl/editing/inserting/edited-whitespace-1-expected.png: Added.
        * platform/efl/editing/inserting/edited-whitespace-1-expected.txt: Added.
        * platform/efl/editing/inserting/editing-empty-divs-expected.png: Added.
        * platform/efl/editing/inserting/editing-empty-divs-expected.txt: Added.
        * platform/efl/editing/inserting/insert-3654864-fix-expected.png: Added.
        * platform/efl/editing/inserting/insert-3654864-fix-expected.txt: Added.
        * platform/efl/editing/inserting/insert-3775316-fix-expected.png: Added.
        * platform/efl/editing/inserting/insert-3775316-fix-expected.txt: Added.
        * platform/efl/editing/inserting/insert-3778059-fix-expected.png: Added.
        * platform/efl/editing/inserting/insert-3778059-fix-expected.txt: Added.
        * platform/efl/editing/inserting/insert-3800346-fix-expected.png: Added.
        * platform/efl/editing/inserting/insert-3800346-fix-expected.txt: Added.
        * platform/efl/editing/inserting/insert-3851164-fix-expected.png: Added.
        * platform/efl/editing/inserting/insert-3851164-fix-expected.txt: Added.
        * platform/efl/editing/inserting/insert-after-delete-001-expected.png: Added.
        * platform/efl/editing/inserting/insert-after-delete-001-expected.txt: Added.
        * platform/efl/editing/inserting/insert-at-end-01-expected.png: Added.
        * platform/efl/editing/inserting/insert-at-end-01-expected.txt: Added.
        * platform/efl/editing/inserting/insert-at-end-02-expected.png: Added.
        * platform/efl/editing/inserting/insert-at-end-02-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-001-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-001-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-002-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-002-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-003-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-003-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-004-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-004-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-005-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-005-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-006-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-006-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-007-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-007-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-008-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-008-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-009-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-009-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-at-tabspan-001-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-at-tabspan-001-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-at-tabspan-002-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-at-tabspan-002-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-at-tabspan-003-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-at-tabspan-003-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-quoted-001-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-quoted-001-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-quoted-002-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-quoted-002-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-quoted-003-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-quoted-003-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-quoted-004-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-quoted-004-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-quoted-005-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-quoted-005-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-quoted-006-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-quoted-006-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-001-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-001-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-002-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-002-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-003-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-003-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-004-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-004-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-005-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-005-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-006-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-006-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-007-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-007-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-008-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-008-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-009-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-009-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-010-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-010-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-011-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-011-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-012-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-012-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-013-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-013-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-014-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-014-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-015-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-015-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-016-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-016-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-017-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-017-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-018-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-018-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-019-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-019-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-020-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-020-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-022-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-022-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-023-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-023-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-024-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-024-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-025-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-025-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-026-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-026-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-027-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-027-expected.txt: Added.
        * platform/efl/editing/inserting/insert-paragraph-01-expected.png: Added.
        * platform/efl/editing/inserting/insert-paragraph-01-expected.txt: Added.
        * platform/efl/editing/inserting/insert-paragraph-02-expected.png: Added.
        * platform/efl/editing/inserting/insert-paragraph-02-expected.txt: Added.
        * platform/efl/editing/inserting/insert-paragraph-03-expected.png: Added.
        * platform/efl/editing/inserting/insert-paragraph-03-expected.txt: Added.
        * platform/efl/editing/inserting/insert-paragraph-04-expected.png: Added.
        * platform/efl/editing/inserting/insert-paragraph-04-expected.txt: Added.
        * platform/efl/editing/inserting/insert-paragraph-05-expected.png: Added.
        * platform/efl/editing/inserting/insert-paragraph-05-expected.txt: Added.
        * platform/efl/editing/inserting/insert-space-in-empty-doc-expected.png: Added.
        * platform/efl/editing/inserting/insert-space-in-empty-doc-expected.txt: Added.
        * platform/efl/editing/inserting/insert-tab-001-expected.png: Added.
        * platform/efl/editing/inserting/insert-tab-001-expected.txt: Added.
        * platform/efl/editing/inserting/insert-tab-002-expected.png: Added.
        * platform/efl/editing/inserting/insert-tab-002-expected.txt: Added.
        * platform/efl/editing/inserting/insert-tab-003-expected.png: Added.
        * platform/efl/editing/inserting/insert-tab-003-expected.txt: Added.
        * platform/efl/editing/inserting/insert-tab-004-expected.png: Added.
        * platform/efl/editing/inserting/insert-tab-004-expected.txt: Added.
        * platform/efl/editing/inserting/insert-text-at-tabspan-001-expected.png: Added.
        * platform/efl/editing/inserting/insert-text-at-tabspan-001-expected.txt: Added.
        * platform/efl/editing/inserting/insert-text-at-tabspan-002-expected.png: Added.
        * platform/efl/editing/inserting/insert-text-at-tabspan-002-expected.txt: Added.
        * platform/efl/editing/inserting/insert-text-at-tabspan-003-expected.png: Added.
        * platform/efl/editing/inserting/insert-text-at-tabspan-003-expected.txt: Added.
        * platform/efl/editing/inserting/insert-text-with-newlines-expected.png: Added.
        * platform/efl/editing/inserting/insert-text-with-newlines-expected.txt: Added.
        * platform/efl/editing/inserting/line-break-expected.png: Added.
        * platform/efl/editing/inserting/line-break-expected.txt: Added.
        * platform/efl/editing/inserting/multiple-lines-selected-expected.png: Added.
        * platform/efl/editing/inserting/multiple-lines-selected-expected.txt: Added.
        * platform/efl/editing/inserting/paragraph-separator-01-expected.png: Added.
        * platform/efl/editing/inserting/paragraph-separator-01-expected.txt: Added.
        * platform/efl/editing/inserting/paragraph-separator-02-expected.png: Added.
        * platform/efl/editing/inserting/paragraph-separator-02-expected.txt: Added.
        * platform/efl/editing/inserting/paragraph-separator-03-expected.png: Added.
        * platform/efl/editing/inserting/paragraph-separator-03-expected.txt: Added.
        * platform/efl/editing/inserting/paragraph-separator-in-table-1-expected.png: Added.
        * platform/efl/editing/inserting/paragraph-separator-in-table-1-expected.txt: Added.
        * platform/efl/editing/inserting/paragraph-separator-in-table-2-expected.png: Added.
        * platform/efl/editing/inserting/paragraph-separator-in-table-2-expected.txt: Added.
        * platform/efl/editing/inserting/redo-expected.png: Added.
        * platform/efl/editing/inserting/redo-expected.txt: Added.
        * platform/efl/editing/inserting/return-key-with-selection-001-expected.png: Added.
        * platform/efl/editing/inserting/return-key-with-selection-001-expected.txt: Added.
        * platform/efl/editing/inserting/return-key-with-selection-002-expected.png: Added.
        * platform/efl/editing/inserting/return-key-with-selection-002-expected.txt: Added.
        * platform/efl/editing/inserting/return-key-with-selection-003-expected.png: Added.
        * platform/efl/editing/inserting/return-key-with-selection-003-expected.txt: Added.
        * platform/efl/editing/inserting/typing-001-expected.png: Added.
        * platform/efl/editing/inserting/typing-001-expected.txt: Added.
        * platform/efl/editing/inserting/typing-002-expected.png: Added.
        * platform/efl/editing/inserting/typing-002-expected.txt: Added.
        * platform/efl/editing/inserting/typing-003-expected.png: Added.
        * platform/efl/editing/inserting/typing-003-expected.txt: Added.
        * platform/efl/editing/inserting/typing-around-br-001-expected.png: Added.
        * platform/efl/editing/inserting/typing-around-br-001-expected.txt: Added.
        * platform/efl/editing/inserting/typing-around-image-001-expected.png: Added.
        * platform/efl/editing/inserting/typing-around-image-001-expected.txt: Added.
        * platform/efl/editing/inserting/typing-at-end-of-line-expected.png: Added.
        * platform/efl/editing/inserting/typing-at-end-of-line-expected.txt: Added.
        * platform/efl/editing/selection/13804-expected.png: Added.
        * platform/efl/editing/selection/13804-expected.txt: Added.
        * platform/efl/editing/selection/14971-expected.png: Added.
        * platform/efl/editing/selection/14971-expected.txt: Added.
        * platform/efl/editing/selection/4402375-expected.png: Added.
        * platform/efl/editing/selection/4402375-expected.txt: Added.
        * platform/efl/editing/selection/4776665-expected.png: Added.
        * platform/efl/editing/selection/4776665-expected.txt: Added.
        * platform/efl/editing/selection/4818145-expected.png: Added.
        * platform/efl/editing/selection/4818145-expected.txt: Added.
        * platform/efl/editing/selection/4866671-expected.png: Added.
        * platform/efl/editing/selection/4866671-expected.txt: Added.
        * platform/efl/editing/selection/4889598-expected.png: Added.
        * platform/efl/editing/selection/4889598-expected.txt: Added.
        * platform/efl/editing/selection/4895428-2-expected.png: Added.
        * platform/efl/editing/selection/4895428-2-expected.txt: Added.
        * platform/efl/editing/selection/4932260-1-expected.png: Added.
        * platform/efl/editing/selection/4932260-1-expected.txt: Added.
        * platform/efl/editing/selection/4932260-2-expected.png: Added.
        * platform/efl/editing/selection/4932260-2-expected.txt: Added.
        * platform/efl/editing/selection/4932260-3-expected.png: Added.
        * platform/efl/editing/selection/4932260-3-expected.txt: Added.
        * platform/efl/editing/selection/4947387-expected.png: Added.
        * platform/efl/editing/selection/4947387-expected.txt: Added.
        * platform/efl/editing/selection/4960116-expected.png: Added.
        * platform/efl/editing/selection/4960116-expected.txt: Added.
        * platform/efl/editing/selection/4960137-expected.png: Added.
        * platform/efl/editing/selection/4960137-expected.txt: Added.
        * platform/efl/editing/selection/4983858-expected.png: Added.
        * platform/efl/editing/selection/4983858-expected.txt: Added.
        * platform/efl/editing/selection/5057506-2-expected.png: Added.
        * platform/efl/editing/selection/5057506-2-expected.txt: Added.
        * platform/efl/editing/selection/5076323-1-expected.png: Added.
        * platform/efl/editing/selection/5076323-1-expected.txt: Added.
        * platform/efl/editing/selection/5076323-2-expected.png: Added.
        * platform/efl/editing/selection/5076323-2-expected.txt: Added.
        * platform/efl/editing/selection/5076323-3-expected.png: Added.
        * platform/efl/editing/selection/5076323-3-expected.txt: Added.
        * platform/efl/editing/selection/5081257-1-expected.png: Added.
        * platform/efl/editing/selection/5081257-1-expected.txt: Added.
        * platform/efl/editing/selection/5081257-2-expected.png: Added.
        * platform/efl/editing/selection/5081257-2-expected.txt: Added.
        * platform/efl/editing/selection/5099303-expected.png: Added.
        * platform/efl/editing/selection/5099303-expected.txt: Added.
        * platform/efl/editing/selection/5131716-1-expected.png: Added.
        * platform/efl/editing/selection/5131716-1-expected.txt: Added.
        * platform/efl/editing/selection/5131716-2-expected.png: Added.
        * platform/efl/editing/selection/5131716-2-expected.txt: Added.
        * platform/efl/editing/selection/5131716-3-expected.png: Added.
        * platform/efl/editing/selection/5131716-3-expected.txt: Added.
        * platform/efl/editing/selection/5131716-4-expected.png: Added.
        * platform/efl/editing/selection/5131716-4-expected.txt: Added.
        * platform/efl/editing/selection/5195166-2-expected.png: Added.
        * platform/efl/editing/selection/5195166-2-expected.txt: Added.
        * platform/efl/editing/selection/5232159-expected.png: Added.
        * platform/efl/editing/selection/5232159-expected.txt: Added.
        * platform/efl/editing/selection/5234383-1-expected.png: Added.
        * platform/efl/editing/selection/5234383-1-expected.txt: Added.
        * platform/efl/editing/selection/5234383-2-expected.png: Added.
        * platform/efl/editing/selection/5234383-2-expected.txt: Added.
        * platform/efl/editing/selection/5240265-expected.png: Added.
        * platform/efl/editing/selection/5240265-expected.txt: Added.
        * platform/efl/editing/selection/5333725-expected.png: Added.
        * platform/efl/editing/selection/5333725-expected.txt: Added.
        * platform/efl/editing/selection/6476-expected.png: Added.
        * platform/efl/editing/selection/6476-expected.txt: Added.
        * platform/efl/editing/selection/7152-1-expected.png: Added.
        * platform/efl/editing/selection/7152-1-expected.txt: Added.
        * platform/efl/editing/selection/addRange-expected.png: Added.
        * platform/efl/editing/selection/addRange-expected.txt: Added.
        * platform/efl/editing/selection/after-line-wrap-expected.png: Added.
        * platform/efl/editing/selection/after-line-wrap-expected.txt: Added.
        * platform/efl/editing/selection/caret-ltr-2-expected.png: Added.
        * platform/efl/editing/selection/caret-ltr-2-expected.txt: Added.
        * platform/efl/editing/selection/caret-ltr-2-left-expected.png: Added.
        * platform/efl/editing/selection/caret-ltr-2-left-expected.txt: Added.
        * platform/efl/editing/selection/caret-ltr-expected.png: Added.
        * platform/efl/editing/selection/caret-ltr-expected.txt: Added.
        * platform/efl/editing/selection/caret-rtl-2-expected.png: Added.
        * platform/efl/editing/selection/caret-rtl-2-expected.txt: Added.
        * platform/efl/editing/selection/caret-rtl-expected.png: Added.
        * platform/efl/editing/selection/caret-rtl-expected.txt: Added.
        * platform/efl/editing/selection/clear-selection-expected.png: Added.
        * platform/efl/editing/selection/clear-selection-expected.txt: Added.
        * platform/efl/editing/selection/click-start-of-line-expected.png: Added.
        * platform/efl/editing/selection/click-start-of-line-expected.txt: Added.
        * platform/efl/editing/selection/contenteditable-click-inside-expected.png: Added.
        * platform/efl/editing/selection/contenteditable-click-inside-expected.txt: Added.
        * platform/efl/editing/selection/display-table-text-expected.png: Added.
        * platform/efl/editing/selection/display-table-text-expected.txt: Added.
        * platform/efl/editing/selection/drag-in-iframe-expected.png: Added.
        * platform/efl/editing/selection/drag-in-iframe-expected.txt: Added.
        * platform/efl/editing/selection/drag-to-contenteditable-iframe-expected.png: Added.
        * platform/efl/editing/selection/drag-to-contenteditable-iframe-expected.txt: Added.
        * platform/efl/editing/selection/editable-html-element-expected.png: Added.
        * platform/efl/editing/selection/editable-html-element-expected.txt: Added.
        * platform/efl/editing/selection/editable-links-expected.png: Added.
        * platform/efl/editing/selection/editable-links-expected.txt: Added.
        * platform/efl/editing/selection/editable-non-editable-crash-expected.png: Added.
        * platform/efl/editing/selection/editable-non-editable-crash-expected.txt: Added.
        * platform/efl/editing/selection/end-of-document-expected.png: Added.
        * platform/efl/editing/selection/end-of-document-expected.txt: Added.
        * platform/efl/editing/selection/expanding-selections-expected.png: Added.
        * platform/efl/editing/selection/expanding-selections-expected.txt: Added.
        * platform/efl/editing/selection/expanding-selections2-expected.png: Added.
        * platform/efl/editing/selection/expanding-selections2-expected.txt: Added.
        * platform/efl/editing/selection/extend-by-character-001-expected.png: Added.
        * platform/efl/editing/selection/extend-by-character-001-expected.txt: Added.
        * platform/efl/editing/selection/extend-by-character-004-expected.png: Added.
        * platform/efl/editing/selection/extend-by-character-004-expected.txt: Added.
        * platform/efl/editing/selection/extend-by-character-005-expected.png: Added.
        * platform/efl/editing/selection/extend-by-character-005-expected.txt: Added.
        * platform/efl/editing/selection/extend-by-character-006-expected.png: Added.
        * platform/efl/editing/selection/extend-by-character-006-expected.txt: Added.
        * platform/efl/editing/selection/extend-by-sentence-001-expected.png: Added.
        * platform/efl/editing/selection/extend-by-sentence-001-expected.txt: Added.
        * platform/efl/editing/selection/extend-by-word-001-expected.png: Added.
        * platform/efl/editing/selection/extend-by-word-001-expected.txt: Added.
        * platform/efl/editing/selection/extend-inside-transforms-forward-expected.png: Added.
        * platform/efl/editing/selection/extend-inside-transforms-forward-expected.txt: Added.
        * platform/efl/editing/selection/focus-body-expected.png: Added.
        * platform/efl/editing/selection/focus-body-expected.txt: Added.
        * platform/efl/editing/selection/focus_editable_html-expected.png: Added.
        * platform/efl/editing/selection/focus_editable_html-expected.txt: Added.
        * platform/efl/editing/selection/image-before-linebreak-expected.png: Added.
        * platform/efl/editing/selection/image-before-linebreak-expected.txt: Added.
        * platform/efl/editing/selection/inline-closest-leaf-child-expected.png: Added.
        * platform/efl/editing/selection/inline-closest-leaf-child-expected.txt: Added.
        * platform/efl/editing/selection/leave-requested-block-expected.png: Added.
        * platform/efl/editing/selection/leave-requested-block-expected.txt: Added.
        * platform/efl/editing/selection/line-wrap-1-expected.png: Added.
        * platform/efl/editing/selection/line-wrap-1-expected.txt: Added.
        * platform/efl/editing/selection/line-wrap-2-expected.png: Added.
        * platform/efl/editing/selection/line-wrap-2-expected.txt: Added.
        * platform/efl/editing/selection/mixed-editability-1-expected.png: Added.
        * platform/efl/editing/selection/mixed-editability-1-expected.txt: Added.
        * platform/efl/editing/selection/mixed-editability-2-expected.png: Added.
        * platform/efl/editing/selection/mixed-editability-2-expected.txt: Added.
        * platform/efl/editing/selection/mixed-editability-3-expected.png: Added.
        * platform/efl/editing/selection/mixed-editability-3-expected.txt: Added.
        * platform/efl/editing/selection/mixed-editability-4-expected.png: Added.
        * platform/efl/editing/selection/mixed-editability-4-expected.txt: Added.
        * platform/efl/editing/selection/mixed-editability-5-expected.png: Added.
        * platform/efl/editing/selection/mixed-editability-5-expected.txt: Added.
        * platform/efl/editing/selection/mixed-editability-8-expected.png: Added.
        * platform/efl/editing/selection/mixed-editability-8-expected.txt: Added.
        * platform/efl/editing/selection/mixed-editability-9-expected.png: Added.
        * platform/efl/editing/selection/mixed-editability-9-expected.txt: Added.
        * platform/efl/editing/selection/move-3875618-fix-expected.png: Added.
        * platform/efl/editing/selection/move-3875618-fix-expected.txt: Added.
        * platform/efl/editing/selection/move-3875641-fix-expected.png: Added.
        * platform/efl/editing/selection/move-3875641-fix-expected.txt: Added.
        * platform/efl/editing/selection/move-backwords-by-word-001-expected.png: Added.
        * platform/efl/editing/selection/move-backwords-by-word-001-expected.txt: Added.
        * platform/efl/editing/selection/move-between-blocks-no-001-expected.png: Added.
        * platform/efl/editing/selection/move-between-blocks-no-001-expected.txt: Added.
        * platform/efl/editing/selection/move-between-blocks-yes-001-expected.png: Added.
        * platform/efl/editing/selection/move-between-blocks-yes-001-expected.txt: Added.
        * platform/efl/editing/selection/move-by-character-001-expected.png: Added.
        * platform/efl/editing/selection/move-by-character-001-expected.txt: Added.
        * platform/efl/editing/selection/move-by-character-002-expected.png: Added.
        * platform/efl/editing/selection/move-by-character-002-expected.txt: Added.
        * platform/efl/editing/selection/move-by-character-003-expected.png: Added.
        * platform/efl/editing/selection/move-by-character-003-expected.txt: Added.
        * platform/efl/editing/selection/move-by-character-004-expected.png: Added.
        * platform/efl/editing/selection/move-by-character-004-expected.txt: Added.
        * platform/efl/editing/selection/move-by-character-005-expected.png: Added.
        * platform/efl/editing/selection/move-by-character-005-expected.txt: Added.
        * platform/efl/editing/selection/move-by-character-6-expected.png: Added.
        * platform/efl/editing/selection/move-by-character-6-expected.txt: Added.
        * platform/efl/editing/selection/move-by-line-001-expected.png: Added.
        * platform/efl/editing/selection/move-by-line-001-expected.txt: Added.
        * platform/efl/editing/selection/move-by-line-002-expected.png: Added.
        * platform/efl/editing/selection/move-by-line-002-expected.txt: Added.
        * platform/efl/editing/selection/move-by-sentence-001-expected.png: Added.
        * platform/efl/editing/selection/move-by-sentence-001-expected.txt: Added.
        * platform/efl/editing/selection/move-by-sentence-linebreak-expected.png: Added.
        * platform/efl/editing/selection/move-by-sentence-linebreak-expected.txt: Added.
        * platform/efl/editing/selection/move-by-word-001-expected.png: Added.
        * platform/efl/editing/selection/move-by-word-001-expected.txt: Added.
        * platform/efl/editing/selection/move-past-trailing-space-expected.png: Added.
        * platform/efl/editing/selection/move-past-trailing-space-expected.txt: Added.
        * platform/efl/editing/selection/node-removal-1-expected.png: Added.
        * platform/efl/editing/selection/node-removal-1-expected.txt: Added.
        * platform/efl/editing/selection/previous-line-position-expected.png: Added.
        * platform/efl/editing/selection/previous-line-position-expected.txt: Added.
        * platform/efl/editing/selection/replace-selection-1-expected.png: Added.
        * platform/efl/editing/selection/replace-selection-1-expected.txt: Added.
        * platform/efl/editing/selection/replaced-boundaries-1-expected.png: Added.
        * platform/efl/editing/selection/replaced-boundaries-1-expected.txt: Added.
        * platform/efl/editing/selection/replaced-boundaries-2-expected.png: Added.
        * platform/efl/editing/selection/replaced-boundaries-2-expected.txt: Added.
        * platform/efl/editing/selection/select-all-001-expected.png: Added.
        * platform/efl/editing/selection/select-all-001-expected.txt: Added.
        * platform/efl/editing/selection/select-all-iframe-expected.png: Added.
        * platform/efl/editing/selection/select-all-iframe-expected.txt: Added.
        * platform/efl/editing/selection/select-text-overflow-ellipsis-expected.png: Added.
        * platform/efl/editing/selection/select-text-overflow-ellipsis-expected.txt: Added.
        * platform/efl/editing/selection/selectNode-expected.png: Added.
        * platform/efl/editing/selection/selectNode-expected.txt: Added.
        * platform/efl/editing/selection/selectNodeContents-expected.png: Added.
        * platform/efl/editing/selection/selectNodeContents-expected.txt: Added.
        * platform/efl/editing/selection/selection-3748164-fix-expected.png: Added.
        * platform/efl/editing/selection/selection-3748164-fix-expected.txt: Added.
        * platform/efl/editing/selection/table-caret-1-expected.png: Added.
        * platform/efl/editing/selection/table-caret-1-expected.txt: Added.
        * platform/efl/editing/selection/table-caret-2-expected.png: Added.
        * platform/efl/editing/selection/table-caret-2-expected.txt: Added.
        * platform/efl/editing/selection/transformed-selection-rects-expected.png: Added.
        * platform/efl/editing/selection/transformed-selection-rects-expected.txt: Added.
        * platform/efl/editing/selection/triple-click-in-pre-expected.png: Added.
        * platform/efl/editing/selection/triple-click-in-pre-expected.txt: Added.
        * platform/efl/editing/selection/unrendered-001-expected.png: Added.
        * platform/efl/editing/selection/unrendered-001-expected.txt: Added.
        * platform/efl/editing/selection/unrendered-002-expected.png: Added.
        * platform/efl/editing/selection/unrendered-002-expected.txt: Added.
        * platform/efl/editing/selection/unrendered-003-expected.png: Added.
        * platform/efl/editing/selection/unrendered-003-expected.txt: Added.
        * platform/efl/editing/selection/unrendered-004-expected.png: Added.
        * platform/efl/editing/selection/unrendered-004-expected.txt: Added.
        * platform/efl/editing/selection/unrendered-005-expected.png: Added.
        * platform/efl/editing/selection/unrendered-005-expected.txt: Added.
        * platform/efl/editing/selection/unrendered-space-expected.png: Added.
        * platform/efl/editing/selection/unrendered-space-expected.txt: Added.
        * platform/efl/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png: Added.
        * platform/efl/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt: Added.
        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png: Added.
        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt: Added.
        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png: Added.
        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt: Added.
        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png: Added.
        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt: Added.
        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png: Added.
        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt: Added.
        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png: Added.
        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt: Added.
        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png: Added.
        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt: Added.
        * platform/efl/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png: Added.
        * platform/efl/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt: Added.
        * platform/efl/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png: Added.
        * platform/efl/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt: Added.
        * platform/efl/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png: Added.
        * platform/efl/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt: Added.
        * platform/efl/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png: Added.
        * platform/efl/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt: Added.
        * platform/efl/editing/selection/word-granularity-expected.png: Added.
        * platform/efl/editing/selection/word-granularity-expected.txt: Added.
        * platform/efl/editing/selection/wrapped-line-caret-1-expected.png: Added.
        * platform/efl/editing/selection/wrapped-line-caret-1-expected.txt: Added.
        * platform/efl/editing/selection/wrapped-line-caret-2-expected.png: Added.
        * platform/efl/editing/selection/wrapped-line-caret-2-expected.txt: Added.
        * platform/efl/editing/style/4916887-expected.png: Added.
        * platform/efl/editing/style/4916887-expected.txt: Added.
        * platform/efl/editing/style/5017613-2-expected.png: Added.
        * platform/efl/editing/style/5017613-2-expected.txt: Added.
        * platform/efl/editing/style/5046875-2-expected.png: Added.
        * platform/efl/editing/style/5046875-2-expected.txt: Added.
        * platform/efl/editing/style/5084241-expected.png: Added.
        * platform/efl/editing/style/5084241-expected.txt: Added.
        * platform/efl/editing/style/apple-style-editable-mix-expected.png: Added.
        * platform/efl/editing/style/apple-style-editable-mix-expected.txt: Added.
        * platform/efl/editing/style/block-style-001-expected.png: Added.
        * platform/efl/editing/style/block-style-001-expected.txt: Added.
        * platform/efl/editing/style/block-style-002-expected.png: Added.
        * platform/efl/editing/style/block-style-002-expected.txt: Added.
        * platform/efl/editing/style/block-style-003-expected.png: Added.
        * platform/efl/editing/style/block-style-003-expected.txt: Added.
        * platform/efl/editing/style/block-styles-007-expected.png: Added.
        * platform/efl/editing/style/block-styles-007-expected.txt: Added.
        * platform/efl/editing/style/create-block-for-style-001-expected.png: Added.
        * platform/efl/editing/style/create-block-for-style-001-expected.txt: Added.
        * platform/efl/editing/style/create-block-for-style-002-expected.png: Added.
        * platform/efl/editing/style/create-block-for-style-002-expected.txt: Added.
        * platform/efl/editing/style/create-block-for-style-003-expected.png: Added.
        * platform/efl/editing/style/create-block-for-style-003-expected.txt: Added.
        * platform/efl/editing/style/create-block-for-style-004-expected.png: Added.
        * platform/efl/editing/style/create-block-for-style-004-expected.txt: Added.
        * platform/efl/editing/style/create-block-for-style-005-expected.png: Added.
        * platform/efl/editing/style/create-block-for-style-005-expected.txt: Added.
        * platform/efl/editing/style/create-block-for-style-006-expected.png: Added.
        * platform/efl/editing/style/create-block-for-style-006-expected.txt: Added.
        * platform/efl/editing/style/create-block-for-style-007-expected.png: Added.
        * platform/efl/editing/style/create-block-for-style-007-expected.txt: Added.
        * platform/efl/editing/style/create-block-for-style-008-expected.png: Added.
        * platform/efl/editing/style/create-block-for-style-008-expected.txt: Added.
        * platform/efl/editing/style/create-block-for-style-009-expected.png: Added.
        * platform/efl/editing/style/create-block-for-style-009-expected.txt: Added.
        * platform/efl/editing/style/create-block-for-style-010-expected.png: Added.
        * platform/efl/editing/style/create-block-for-style-010-expected.txt: Added.
        * platform/efl/editing/style/create-block-for-style-011-expected.png: Added.
        * platform/efl/editing/style/create-block-for-style-011-expected.txt: Added.
        * platform/efl/editing/style/create-block-for-style-012-expected.png: Added.
        * platform/efl/editing/style/create-block-for-style-012-expected.txt: Added.
        * platform/efl/editing/style/create-block-for-style-013-expected.png: Added.
        * platform/efl/editing/style/create-block-for-style-013-expected.txt: Added.
        * platform/efl/editing/style/designmode-expected.png: Added.
        * platform/efl/editing/style/designmode-expected.txt: Added.
        * platform/efl/editing/style/highlight-expected.png: Added.
        * platform/efl/editing/style/highlight-expected.txt: Added.
        * platform/efl/editing/style/relative-font-size-change-001-expected.png: Added.
        * platform/efl/editing/style/relative-font-size-change-001-expected.txt: Added.
        * platform/efl/editing/style/relative-font-size-change-002-expected.png: Added.
        * platform/efl/editing/style/relative-font-size-change-002-expected.txt: Added.
        * platform/efl/editing/style/relative-font-size-change-003-expected.png: Added.
        * platform/efl/editing/style/relative-font-size-change-003-expected.txt: Added.
        * platform/efl/editing/style/relative-font-size-change-004-expected.png: Added.
        * platform/efl/editing/style/relative-font-size-change-004-expected.txt: Added.
        * platform/efl/editing/style/smoosh-styles-003-expected.png: Added.
        * platform/efl/editing/style/style-3681552-fix-001-expected.png: Added.
        * platform/efl/editing/style/style-3681552-fix-002-expected.png: Added.
        * platform/efl/editing/style/style-3681552-fix-002-expected.txt: Added.
        * platform/efl/editing/style/style-3998892-fix-expected.png: Added.
        * platform/efl/editing/style/style-3998892-fix-expected.txt: Added.
        * platform/efl/editing/style/style-boundary-001-expected.png: Added.
        * platform/efl/editing/style/style-boundary-001-expected.txt: Added.
        * platform/efl/editing/style/style-boundary-002-expected.png: Added.
        * platform/efl/editing/style/style-boundary-003-expected.png: Added.
        * platform/efl/editing/style/style-boundary-004-expected.png: Added.
        * platform/efl/editing/style/style-boundary-004-expected.txt: Added.
        * platform/efl/editing/style/table-selection-expected.png: Added.
        * platform/efl/editing/style/table-selection-expected.txt: Added.
        * platform/efl/editing/style/typing-style-001-expected.png: Added.
        * platform/efl/editing/style/typing-style-002-expected.png: Added.
        * platform/efl/editing/style/unbold-in-bold-expected.png: Added.
        * platform/efl/editing/style/unbold-in-bold-expected.txt: Added.

2012-10-25  Roger Fong  

        Unreviewed. Rebaselining failing expected results for fast/css/image-set-setting.html on Windows after r132388.

        * platform/win/fast/css/image-set-setting-expected.txt:

2012-10-25  Sheriff Bot  

        Unreviewed, rolling out r132269.
        http://trac.webkit.org/changeset/132269
        https://bugs.webkit.org/show_bug.cgi?id=100412

        "Speculative rollout of r132269 in hopes of fixing a
        mysterious recalcStyle crasher" (Requested by eseidel on
        #webkit).

        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements.html:
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements.html:
        * fast/forms/pseudo-elements-expected.html: Removed.
        * fast/forms/pseudo-elements.html: Removed.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html:
        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements.html:
        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.

2012-10-25  Stephen White  

        Add new layout test for reference filters.
        https://bugs.webkit.org/show_bug.cgi?id=97715

        Reviewed by Nate Chapin.

        * css3/filters/reference-filter-update-after-remove-expected.txt: Added.
        * css3/filters/reference-filter-update-after-remove.html: Added.

2012-10-25  Simon Fraser  

        Incorrect tile size in the slow scrolling case
        https://bugs.webkit.org/show_bug.cgi?id=100411

        Reviewed by Beth Dakin.

        New result with better tile size.

        * platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt:

2012-10-25  Roger Fong  

        Unreviewed. Skipping inspector/elements/update-shadowdom.html. 
        Feature in https://bugs.webkit.org/show_bug.cgi?id=99567 not supported on Windows ports.

        * platform/win/TestExpectations:

2012-10-25  Nico Weber  

        Move ImageOrientation transform back in CG space (lower-left origin), adapt the skia code to work with that, turn on feature for chromium
        https://bugs.webkit.org/show_bug.cgi?id=100319

        Reviewed by Eric Seidel.

        * platform/chromium/TestExpectations:

2012-10-25  Simon Fraser  

        Log the tile cache tile size in test output
        https://bugs.webkit.org/show_bug.cgi?id=100409

        Reviewed by Beth Dakin.

        New results with tile size in the output.

        * platform/mac/tiled-drawing/tile-coverage-after-scroll-expected.txt:
        * platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt:
        * platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt:
        * platform/mac/tiled-drawing/use-tiled-drawing-expected.txt:

2012-10-25  Zan Dobersek  

        Unreviewed GTK gardening.

        Removing three fast/lists test failure expectations, the tests
        were fixed in r132507.

        * platform/gtk/TestExpectations:

2012-10-25  Roger Fong  

        Unreviewed. Skip failing accessibility tests.
        accessibility/title-ui-element-correctness.html
        accessibility/aria-slider-value.html
        accesibility/hidden-legend.html

        * platform/win/TestExpectations:

2012-10-25  Dominic Mazzoni  

        AX: Notification should be sent when accessibilityIsIgnored changes
        https://bugs.webkit.org/show_bug.cgi?id=99547

        Reviewed by Chris Fleizach.

        Adds 3 new test to ensure:
        1. A "children changed" notification is fired on the parent object when an
           object that was previously ignored becomes unignored.
        2. A notification is sent when an element's text (incl. title or label) changes.
        3. A notification is sent when another ARIA attribute changes.

        Modifies add-to-menu-list-crashes because it was too brittle; it was
            referencing a stale object rather than retrieving its latest handle.
        Modifies aria-checkbox-sends-notification to listen on the correct
            object on all platforms.
        Simplifies notification-listeners so it doesn't generate additional
            notifications that are inconsistent between platforms now.

        * accessibility/aria-checkbox-sends-notification.html:
        * accessibility/notification-listeners.html:
        * platform/chromium/accessibility/add-to-menu-list-crashes-expected.txt:
        * platform/chromium/accessibility/add-to-menu-list-crashes.html:
        * platform/chromium/accessibility/is-ignored-change-sends-notification-expected.txt: Added.
        * platform/chromium/accessibility/is-ignored-change-sends-notification.html: Added.
        * platform/chromium/accessibility/other-aria-attribute-change-sends-notification-expected.txt: Added.
        * platform/chromium/accessibility/other-aria-attribute-change-sends-notification.html: Added.
        * platform/chromium/accessibility/text-change-notification-expected.txt: Added.
        * platform/chromium/accessibility/text-change-notification.html: Added.

2012-10-25  Tom Sepez  

        XSSAuditor must replace form action with about:blank when reflected action detected.
        https://bugs.webkit.org/show_bug.cgi?id=100280

        Reviewed by Daniel Bates.

        Update tests to log form action attribute.

        * http/tests/security/xssAuditor/form-action-expected.txt:
        * http/tests/security/xssAuditor/form-action.html:
        * http/tests/security/xssAuditor/resources/echo-intertag.pl:

2012-10-25  KwangYong Choi  

        [EFL] Plugin test gardening
        https://bugs.webkit.org/show_bug.cgi?id=100359

        Unreviewed, EFL gardening.

        fast/frames/sandboxed-iframe-plugins.html and userscripts/user-script-
        plugin-document.html are passing on WK2 now.

        * platform/efl-wk1/TestExpectations:
        * platform/efl/TestExpectations:

2012-10-25  Kevin Ellis  

        Touch adjustment snaps to wrong target at a plugin boundary.
        https://bugs.webkit.org/show_bug.cgi?id=99938

        Reviewed by Antonio Gomes.

        Test for touch adjustment at a plugin boundary.
        Prior to the patch, plugins were not considered
        candidates for touch adjustment.

        * touchadjustment/plugin-expected.txt: Added.
        * touchadjustment/plugin.html: Added.

2012-10-25  Csaba Osztrogonác  

        [Qt] Unreviewed gardening, skip failing tests to speedup testing.

        * platform/qt/TestExpectations:

2012-10-25  Yury Semikhatsky  

        Web Inspector: inspector tests failing after r132454
        https://bugs.webkit.org/show_bug.cgi?id=100381

        Reviewed by Pavel Feldman.

        Enable memory instrumentation tests now that the problem is fixed.

        * platform/chromium/TestExpectations:

2012-10-25  Kenneth Rohde Christiansen  

        'resolution' MQ: Printing should use use high resolution images when available
        https://bugs.webkit.org/show_bug.cgi?id=100382

        Reviewed by Antti Koivisto.

        Special case print to not use the dpi of the screen, but one of 300.

        Updated the resolution media query test to cover this.

        * fast/media/mq-resolution-expected.txt:
        * fast/media/mq-resolution.html:

2012-10-25  Kevin Ellis  

        Can't easily position the cursor on an empty line in a textarea with touch if touch adjustment is enabled
        https://bugs.webkit.org/show_bug.cgi?id=97576

        Reviewed by Antonio Gomes.

        Add test to verify that touch adjustment is coarse for
        editable content, being based on the bounds of the
        editable content and not its children.

        * touchadjustment/editable-content-expected.txt: Added.
        * touchadjustment/editable-content.html: Added.

2012-10-25  Csaba Osztrogonác  

        [Qt] Unreviewed gardening, skip tests because TestRunner::overridePreference()
        does not support the 'WebKitSupportsMultipleWindows' preference on Qt WK1.

        * platform/qt-5.0-wk1/TestExpectations:

2012-10-25  'Pavel Feldman'  

        Not reviewed: chromium test expectations updated.

        * platform/chromium/TestExpectations:

2012-10-25  Mikhail Pozdnyakov  

        Add setMediaTypeOverride to window.internals.settings
        https://bugs.webkit.org/show_bug.cgi?id=100249

        Reviewed by Kenneth Rohde Christiansen.

        Fixed fast/media/print-restores-previous-mediatype.html to use cross-platform
        window.internals.settings.setMediaTypeOverride.
        Unskipped fast/media/print-restores-previous-mediatype.html for EFL, the test should also work
        on other ports but it needs to be checked first.

        * fast/media/print-restores-previous-mediatype.html:
        * platform/efl/TestExpectations:

2012-10-22  Mikhail Naganov  

        [Chromium] Add supportMultipleWindows setting, needed for Android
        https://bugs.webkit.org/show_bug.cgi?id=99716

        Reviewed by Adam Barth.

        Add supportMultipleWindows settings for reusing the same view when
        opening popups. This is required for emulating the behavior of
        Android WebView. Adding into WebCore, as other ports might want to
        use this setting in the future.

        * fast/dom/HTMLAnchorElement/anchor-no-multiple-windows-expected.txt: Added.
        * fast/dom/HTMLAnchorElement/anchor-no-multiple-windows.html: Added.
        * fast/dom/Window/window-open-no-multiple-windows-expected.txt: Added.
        * fast/dom/Window/window-open-no-multiple-windows.html: Added.
        * fast/forms/post-popup-no-multiple-windows-expected.txt: Added.
        * fast/forms/post-popup-no-multiple-windows.html: Added.
        * platform/chromium/fast/dom/HTMLAnchorElement/anchor-no-multiple-windows-expected.txt: Added.
        * platform/chromium/fast/dom/Window/window-open-no-multiple-windows-expected.txt: Added.
        * platform/chromium/fast/forms/post-popup-no-multiple-windows-expected.txt: Added.

2012-10-25  Florin Malita  

        [Chromium] Unreviewed rebaseline after https://bugs.webkit.org/show_bug.cgi?id=99874.

        * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-float-border-padding-expected.png: Added.
        * platform/chromium-mac-lion/svg/zoom/text/zoom-svg-float-border-padding-expected.png: Added.
        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-float-border-padding-expected.png:
        * platform/chromium-mac-snowleopard/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
        * platform/chromium-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png:
        * platform/chromium-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-svg-float-border-padding-expected.png:
        * platform/chromium-win/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
        * platform/chromium/TestExpectations:

2012-10-25  Balazs Kelemen  

        [Qt] Pixel tests need rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=99323

        Unreviewed pixel gardening.

        Rebase some tests, add missing expectations, mark wrong results as image failure.

        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt-5.0-wk2/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/bgCompositeCopy-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize01-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize02-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize04-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize05-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize06-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize07-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize12-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize13-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize14-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize17-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize18-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize19-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize20-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize21-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize22-expected.png: Added.
        * platform/qt-5.0-wk2/svg/css/arrow-with-shadow-expected.png: Added.
        * platform/qt/TestExpectations:
        * platform/qt/animations/state-at-end-event-expected.png: Added.
        * platform/qt/compositing/overflow/clipping-ancestor-with-accelerated-scrolling-ancestor-expected.png: Added.
        * platform/qt/compositing/overflow/nested-scrolling-expected.png: Added.
        * platform/qt/compositing/overflow/overflow-clip-with-accelerated-scrolling-ancestor-expected.png: Added.
        * platform/qt/compositing/overflow/remove-overflow-crash2-expected.png: Added.
        * platform/qt/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.png: Added.
        * platform/qt/css2.1/t1008-c44-ln-box-02-d-ag-expected.png: Added.
        * platform/qt/css2.1/t100801-c544-valgn-01-d-ag-expected.png: Added.
        * platform/qt/css2.1/t100801-c548-ln-ht-02-b-ag-expected.png: Added.
        * platform/qt/css2.1/t1202-counters-04-b-expected.png: Added.
        * platform/qt/css2.1/t140201-c534-bgreps-00-c-ag-expected.png: Added.
        * platform/qt/css2.1/t140201-c534-bgreps-01-c-ag-expected.png: Added.
        * platform/qt/css2.1/t140201-c534-bgreps-02-c-ag-expected.png: Added.
        * platform/qt/css2.1/t140201-c534-bgreps-03-c-ag-expected.png: Added.
        * platform/qt/css2.1/t140201-c534-bgreps-04-c-ag-expected.png: Added.
        * platform/qt/css2.1/t140201-c534-bgreps-05-c-ag-expected.png: Added.
        * platform/qt/css2.1/t1601-c547-indent-00-b-a-expected.png: Added.
        * platform/qt/css2.1/t1602-c43-center-00-d-ag-expected.png: Added.
        * platform/qt/css2.1/t1604-c542-letter-sp-00-b-a-expected.png: Added.
        * platform/qt/css2.1/t1604-c542-letter-sp-01-b-a-expected.png: Added.
        * platform/qt/css2.1/t1605-c545-txttrans-00-b-ag-expected.png: Added.
        * platform/qt/css3/flexbox/flexbox-baseline-expected.png: Added.
        * platform/qt/css3/flexbox/flexbox-baseline-margins-expected.png: Added.
        * platform/qt/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
        * platform/qt/fast/backgrounds/bgCompositeCopy-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize01-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize02-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize03-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize04-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize05-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize06-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize07-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize08-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize09-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize10-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize11-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize12-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize13-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize14-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize17-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize18-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize19-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize20-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize21-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize22-expected.png: Added.
        * platform/qt/fast/block/float/009-expected.png: Added.
        * platform/qt/fast/block/float/034-expected.png: Added.
        * platform/qt/fast/block/float/4145535Crash-expected.png: Added.
        * platform/qt/fast/block/float/negative-margin-clear-expected.png: Added.
        * platform/qt/fast/block/float/nowrap-clear-min-width-expected.png: Added.
        * platform/qt/fast/borders/border-image-scaled-gradient-expected.png: Added.
        * platform/qt/fast/borders/border-radius-circle-expected.png: Added.
        * platform/qt/fast/borders/border-radius-groove-01-expected.png: Added.
        * platform/qt/fast/borders/border-radius-groove-02-expected.png: Added.
        * platform/qt/fast/borders/border-radius-groove-03-expected.png: Added.
        * platform/qt/fast/borders/border-radius-valid-border-clipping-expected.png: Added.
        * platform/qt/fast/borders/border-radius-wide-border-01-expected.png: Added.
        * platform/qt/fast/borders/border-radius-wide-border-02-expected.png: Added.
        * platform/qt/fast/borders/border-radius-wide-border-03-expected.png: Added.
        * platform/qt/fast/borders/border-radius-wide-border-04-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDashed04-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDashed05-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDashed06-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDotted04-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDotted05-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDotted06-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDouble04-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDouble05-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDouble06-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDouble07-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDouble08-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDouble09-expected.png: Added.
        * platform/qt/fast/borders/outline-offset-min-assert-expected.png: Added.
        * platform/qt/fast/css/006-expected.png: Added.
        * platform/qt/fast/css/background-clip-values-expected.png: Added.
        * platform/qt/fast/css/bogus-color-span-expected.png: Added.
        * platform/qt/fast/css/box-shadow-and-border-radius-expected.png:
        * platform/qt/fast/css/content-dynamic-expected.png: Added.
        * platform/qt/fast/css/contentDiv-expected.png: Added.
        * platform/qt/fast/css/contentDivWithChildren-expected.png: Added.
        * platform/qt/fast/css/contentImage-expected.png: Added.
        * platform/qt/fast/css/pseudo-first-line-border-width-expected.png: Added.
        * platform/qt/fast/css/replaced-element-implicit-size-expected.png: Added.
        * platform/qt/fast/dom/attr_dead_doc-expected.png: Added.
        * platform/qt/fast/dom/css-cached-import-rule-expected.png: Added.
        * platform/qt/fast/dom/css-insert-import-rule-expected.png: Added.
        * platform/qt/fast/dynamic/001-expected.png: Added.
        * platform/qt/fast/dynamic/005-expected.png: Added.
        * platform/qt/fast/dynamic/anonymous-block-layer-lost-expected.png: Added.
        * platform/qt/fast/dynamic/staticY-expected.png: Added.
        * platform/qt/fast/forms/002-expected.png: Added.
        * platform/qt/fast/forms/003-expected.png: Added.
        * platform/qt/fast/forms/004-expected.png: Added.
        * platform/qt/fast/forms/005-expected.png: Added.
        * platform/qt/fast/forms/006-expected.png: Added.
        * platform/qt/fast/forms/007-expected.png: Added.
        * platform/qt/fast/forms/HTMLOptionElement_label01-expected.png: Added.
        * platform/qt/fast/forms/HTMLOptionElement_label02-expected.png: Added.
        * platform/qt/fast/forms/HTMLOptionElement_label03-expected.png: Added.
        * platform/qt/fast/forms/HTMLOptionElement_label04-expected.png: Added.
        * platform/qt/fast/forms/button-submit-expected.png: Added.
        * platform/qt/fast/forms/caret-rtl-expected.png: Added.
        * platform/qt/fast/forms/control-clip-expected.png: Added.
        * platform/qt/fast/forms/fieldset-with-float-expected.png: Added.
        * platform/qt/fast/forms/form-added-to-table-expected.png: Added.
        * platform/qt/fast/forms/form-in-malformed-markup-expected.png: Added.
        * platform/qt/fast/forms/formmove-expected.png: Added.
        * platform/qt/fast/forms/formmove2-expected.png: Added.
        * platform/qt/fast/forms/image-border-expected.png: Added.
        * platform/qt/fast/forms/indeterminate-expected.png: Added.
        * platform/qt/fast/forms/input-align-image-expected.png: Added.
        * platform/qt/fast/forms/input-first-letter-expected.png: Added.
        * platform/qt/fast/forms/input-no-renderer-expected.png: Added.
        * platform/qt/fast/forms/linebox-overflow-in-textarea-padding-expected.png: Added.
        * platform/qt/fast/forms/menulist-deselect-update-expected.png: Added.
        * platform/qt/fast/forms/menulist-no-overflow-expected.png: Added.
        * platform/qt/fast/forms/option-index-expected.png: Added.
        * platform/qt/fast/forms/option-script-expected.png: Added.
        * platform/qt/fast/forms/option-text-clip-expected.png: Added.
        * platform/qt/fast/forms/preserveFormDuringResidualStyle-expected.png: Added.
        * platform/qt/fast/forms/range/thumbslider-no-parent-slider-expected.png: Added.
        * platform/qt/fast/forms/select-align-expected.png: Added.
        * platform/qt/fast/forms/select-change-listbox-to-popup-expected.png: Added.
        * platform/qt/fast/forms/select-dirty-parent-pref-widths-expected.png: Added.
        * platform/qt/fast/forms/select-disabled-appearance-expected.png: Added.
        * platform/qt/fast/forms/select-display-none-style-resolve-expected.png: Added.
        * platform/qt/fast/forms/select-empty-option-height-expected.png: Added.
        * platform/qt/fast/forms/select-selected-expected.png: Added.
        * platform/qt/fast/forms/select-size-expected.png: Added.
        * platform/qt/fast/forms/select-style-expected.png: Added.
        * platform/qt/fast/forms/stuff-on-my-optgroup-expected.png: Added.
        * platform/qt/fast/forms/textfield-overflow-by-value-update-expected.png: Added.
        * platform/qt/fast/frames/002-expected.png: Added.
        * platform/qt/fast/frames/calculate-round-expected.png: Added.
        * platform/qt/fast/frames/content-opacity-1-expected.png: Added.
        * platform/qt/fast/frames/content-opacity-2-expected.png: Added.
        * platform/qt/fast/frames/empty-cols-attribute-expected.png: Added.
        * platform/qt/fast/frames/empty-frame-src-expected.png: Added.
        * platform/qt/fast/frames/frame-length-fractional-expected.png: Added.
        * platform/qt/fast/frames/frame-set-whitespace-attributes-expected.png: Added.
        * platform/qt/fast/frames/iframe-text-contents-expected.png: Added.
        * platform/qt/fast/frames/no-frame-borders-expected.png: Added.
        * platform/qt/fast/gradients/border-image-gradient-expected.png: Added.
        * platform/qt/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
        * platform/qt/fast/images/embed-image-expected.png: Added.
        * platform/qt/fast/images/favicon-as-image-expected.png: Added.
        * platform/qt/fast/images/image-css3-content-data-expected.png: Added.
        * platform/qt/fast/images/object-image-expected.png: Added.
        * platform/qt/fast/images/pdf-as-image-expected.png: Added.
        * platform/qt/fast/inline-block/004-expected.png: Added.
        * platform/qt/fast/inline-block/005-expected.png: Added.
        * platform/qt/fast/invalid/015-expected.png: Added.
        * platform/qt/fast/invalid/table-residual-style-crash-expected.png: Added.
        * platform/qt/fast/js/exception-linenums-in-html-3-expected.png: Added.
        * platform/qt/fast/js/missing-style-end-tag-js-expected.png: Added.
        * platform/qt/fast/js/missing-title-end-tag-js-expected.png: Added.
        * platform/qt/fast/layers/opacity-stacking-expected.png: Added.
        * platform/qt/fast/layers/positioned-inside-root-with-margins-expected.png: Added.
        * platform/qt/fast/layers/zindex-ridonkulous-expected.png: Added.
        * platform/qt/fast/media/implicit-media-all-expected.png: Added.
        * platform/qt/fast/media/media-query-invalid-value-expected.png: Added.
        * platform/qt/fast/media/monochrome-expected.png: Added.
        * platform/qt/fast/media/mq-min-pixel-ratio-expected.png: Added.
        * platform/qt/fast/overflow/position-relative-expected.png: Added.
        * platform/qt/fast/overflow/unreachable-content-test-expected.png: Added.
        * platform/qt/fast/parser/comment-in-script-expected.png: Added.
        * platform/qt/fast/parser/style-script-head-test-expected.png: Added.
        * platform/qt/fast/reflections/table-cell-expected.png: Added.
        * platform/qt/fast/repaint/background-generated-expected.png: Added.
        * platform/qt/fast/repaint/background-misaligned-expected.png: Added.
        * platform/qt/fast/repaint/canvas-putImageData-expected.png: Added.
        * platform/qt/fast/repaint/erase-overflow-expected.png: Added.
        * platform/qt/fast/repaint/float-in-new-block-with-layout-delta-expected.png: Added.
        * platform/qt/fast/repaint/float-new-in-block-expected.png: Added.
        * platform/qt/fast/repaint/inline-block-resize-expected.png: Added.
        * platform/qt/fast/repaint/intermediate-layout-position-clip-expected.png: Added.
        * platform/qt/fast/repaint/intermediate-layout-position-expected.png: Added.
        * platform/qt/fast/repaint/layer-full-repaint-expected.png: Added.
        * platform/qt/fast/repaint/table-col-background-expected.png: Added.
        * platform/qt/fast/repaint/table-outer-border-expected.png: Added.
        * platform/qt/fast/repaint/table-row-expected.png: Added.
        * platform/qt/fast/repaint/table-section-overflow-expected.png: Added.
        * platform/qt/fast/replaced/008-expected.png: Added.
        * platform/qt/fast/replaced/image-tag-expected.png: Added.
        * platform/qt/fast/replaced/selection-rect-expected.png: Added.
        * platform/qt/fast/table/008-expected.png: Added.
        * platform/qt/fast/table/024-expected.png: Added.
        * platform/qt/fast/table/031-expected.png: Added.
        * platform/qt/fast/table/caption-relayout-expected.png: Added.
        * platform/qt/fast/table/colspanMinWidth-vertical-expected.png: Added.
        * platform/qt/fast/table/div-as-col-span-expected.png: Added.
        * platform/qt/fast/table/fixed-table-with-percent-inside-percent-table-expected.png: Added.
        * platform/qt/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.png: Added.
        * platform/qt/fast/table/fixed-table-with-percent-width-inside-div-expected.png: Added.
        * platform/qt/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.png: Added.
        * platform/qt/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.png: Added.
        * platform/qt/fast/table/fixed-table-with-small-percent-width-expected.png: Added.
        * platform/qt/fast/table/giantRowspan-expected.png: Added.
        * platform/qt/fast/table/growCellForImageQuirk-expected.png: Added.
        * platform/qt/fast/table/percent-widths-stretch-expected.png: Added.
        * platform/qt/fast/table/vertical-align-baseline-readjust-expected.png: Added.
        * platform/qt/fast/text/align-center-rtl-spill-expected.png: Added.
        * platform/qt/fast/text/basic/013-expected.png: Added.
        * platform/qt/fast/text/basic/015-expected.png: Added.
        * platform/qt/fast/text/line-breaks-expected.png: Added.
        * platform/qt/fast/text/soft-hyphen-3-expected.png: Added.
        * platform/qt/fast/text/stripNullFromText-expected.png: Added.
        * platform/qt/fast/text/whitespace/017-expected.png: Added.
        * platform/qt/fast/tokenizer/missing-style-end-tag-1-expected.png: Added.
        * platform/qt/fast/tokenizer/missing-style-end-tag-2-expected.png: Added.
        * platform/qt/fast/tokenizer/script-after-frameset-expected.png: Added.
        * platform/qt/fast/xsl/xslt-mismatched-tags-in-xslt-expected.png: Added.
        * platform/qt/http/tests/security/contentSecurityPolicy/xsl-blocked-expected.png: Added.
        * platform/qt/svg/as-background-image/svg-as-background-1-expected.png: Added.
        * platform/qt/svg/as-background-image/svg-as-background-2-expected.png: Added.
        * platform/qt/svg/as-background-image/svg-as-background-3-expected.png: Added.
        * platform/qt/svg/as-background-image/svg-as-background-6-expected.png: Added.
        * platform/qt/svg/as-background-image/svg-as-background-expected.png: Added.
        * platform/qt/svg/as-background-image/svg-as-tiled-background-expected.png: Added.
        * platform/qt/svg/as-background-image/svg-width-100p-as-background-expected.png: Added.
        * platform/qt/svg/as-image/svg-as-image-expected.png: Added.
        * platform/qt/svg/as-image/svg-as-relative-image-expected.png: Added.
        * platform/qt/svg/css/arrow-with-shadow-expected.png: Added.
        * platform/qt/svg/css/circle-in-mask-with-shadow-expected.png: Added.
        * platform/qt/svg/css/path-with-shadow-expected.png: Added.
        * platform/qt/svg/css/shadow-and-opacity-expected.png: Added.
        * platform/qt/svg/css/shadow-with-large-radius-expected.png: Added.
        * platform/qt/svg/css/shadow-with-negative-offset-expected.png: Added.
        * platform/qt/svg/custom/animation-currentColor-expected.png: Added.
        * platform/qt/svg/custom/clip-path-id-changes-expected.png: Added.
        * platform/qt/svg/custom/createImageElement-expected.png: Added.
        * platform/qt/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.png: Added.
        * platform/qt/svg/custom/js-repaint-rect-on-path-with-stroke-expected.png: Added.
        * platform/qt/svg/custom/js-update-image-and-display-expected.png: Added.
        * platform/qt/svg/custom/js-update-image-and-display2-expected.png: Added.
        * platform/qt/svg/custom/js-update-image-and-display3-expected.png: Added.
        * platform/qt/svg/custom/marker-opacity-expected.png: Added.
        * platform/qt/svg/custom/marker-referencePoint-expected.png: Added.
        * platform/qt/svg/custom/marker-strokeWidth-changes-expected.png: Added.
        * platform/qt/svg/custom/mask-on-multiple-objects-expected.png: Added.
        * platform/qt/svg/custom/mask-with-default-value-expected.png: Added.
        * platform/qt/svg/custom/outer-svg-unknown-feature-expected.png: Added.
        * platform/qt/svg/custom/pan-direction-expected.png: Added.
        * platform/qt/svg/custom/pattern-excessive-malloc-expected.png: Added.
        * platform/qt/svg/custom/repaint-shadow-expected.png: Added.
        * platform/qt/svg/custom/transformedMaskFails-expected.png: Added.
        * platform/qt/svg/custom/use-inherit-style-expected.png: Added.
        * platform/qt/svg/custom/xhtml-no-svg-renderer-expected.png: Added.
        * platform/qt/svg/filters/feGaussianBlur-expected.png: Added.
        * platform/qt/svg/filters/feLighting-crash-expected.png: Added.
        * platform/qt/svg/filters/feMerge-expected.png: Added.
        * platform/qt/svg/filters/feMerge-wrong-input-expected.png: Added.
        * platform/qt/svg/filters/feOffset-expected.png: Added.
        * platform/qt/svg/filters/feTile-expected.png: Added.
        * platform/qt/svg/filters/filter-clip-expected.png: Added.
        * platform/qt/svg/filters/filter-rounding-issues-expected.png: Added.
        * platform/qt/svg/filters/shadow-on-filter-expected.png: Added.
        * platform/qt/svg/filters/shadow-on-rect-with-filter-expected.png: Added.
        * platform/qt/svg/filters/subRegion-in-userSpace-expected.png: Added.
        * platform/qt/svg/filters/subRegion-one-effect-expected.png: Added.
        * platform/qt/svg/filters/subRegion-two-effects-expected.png: Added.
        * platform/qt/svg/hixie/error/006-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/adforce_imgis_com-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug120107-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug1271-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug12908-2-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug12910-2-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug131020-2-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug13169-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug137388-3-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug1818-3-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug1818-6-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug196870-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug222336-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug222467-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug269566-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug277062-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug28933-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug2954-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug50695-2-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug56201-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug8032-2-expected.png: Added.
        * platform/qt/tables/mozilla/core/col_widths_fix_autoFixPer-expected.png: Added.
        * platform/qt/transitions/opacity-transition-zindex-expected.png: Added.
        * platform/qt/transitions/transition-end-event-rendering-expected.png: Added.

2012-10-25  Balazs Kelemen  

        [Qt] Pixel tests need rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=99323

        Unreviewed pixel gardening.

        Rebase some results for qt-5.0-wk2, mark wrong results as expected fail.

        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt-5.0-wk2/compositing/direct-image-compositing-expected.png:
        * platform/qt-5.0-wk2/compositing/text-on-scaled-layer-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/text-on-scaled-surface-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/visibility/visibility-simple-video-layer-expected.png: Added.
        * platform/qt-5.0-wk2/css3/filters/effect-drop-shadow-hw-expected.png: Added.
        * platform/qt-5.0-wk2/fast/css-generated-content/012-expected.png: Added.
        * platform/qt-5.0-wk2/fast/css-generated-content/014-expected.png: Added.
        * platform/qt-5.0-wk2/fast/css-generated-content/hover-style-change-expected.png: Added.
        * platform/qt-5.0-wk2/fast/css/compare-content-style-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/box-shadow-override-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added.
        * platform/qt-5.0-wk2/fast/inline-block/overflow-clip-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-in-regions-expected.png: Added.
        * platform/qt-5.0-wk2/http/tests/navigation/javascriptlink-frames-expected.png: Added.
        * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png: Added.
        * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png: Added.
        * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png: Added.
        * platform/qt-5.0-wk2/svg/as-image/img-preserveAspectRatio-support-1-expected.png: Added.
        * platform/qt-5.0-wk2/svg/custom/js-late-pattern-and-object-creation-expected.png: Added.
        * platform/qt-5.0-wk2/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Added.
        * platform/qt/TestExpectations:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png:

2012-10-25  Mikhail Pozdnyakov  

        [EFL] Gardening after r132394
        https://bugs.webkit.org/show_bug.cgi?id=100365

        Unreviewed gardening.

        Skipping of newly added compositing/tiling/backface-preserve-3d-tiled.html
        test fail on EFL port due to missing AC support.

        * platform/efl/TestExpectations:

2012-10-25  KwangYong Choi  

        [EFL][QT] Remove test which is not exist
        https://bugs.webkit.org/show_bug.cgi?id=100366

        Unreviewed. fast/dom/shadow/athost-atrules.html has been removed after r132403.

        * platform/efl-wk1/TestExpectations:
        * platform/qt/TestExpectations:

2012-10-25  Mikhail Pozdnyakov  

        [EFL][WK2] Gardening after r132386
        https://bugs.webkit.org/show_bug.cgi?id=100362

        Unreviewed gardening.

        Skipped crashing fast/dom/nested-script-exceptions.html, networkinformation/multiple-frames.html, 
        networkinformation/basic-all-types-of-events.html, networkinformation/updates.html, networkinformation/add-listener-from-callback.html,
        networkinformation/basic-operation.html, svg/foreignObject/viewport-foreignobject-crash.html for EFL WK2.

        * platform/efl-wk2/TestExpectations:

2012-10-25  Alexander Shalamov  

        Layout Test fast/media/w3c/test_media_queries.html is slow on Chromium debug bots after r132352
        https://bugs.webkit.org/show_bug.cgi?id=100272

        Reviewed by Kenneth Rohde Christiansen.

        Test if resolution media query is supported before identifying dpi of the media.

        * fast/media/w3c/test_media_queries.html:

2012-10-25  Nandor Huszka  

        [Qt] Unreviewed gardening.

        Unskip tests that are not exist already.

        * platform/qt-5.0-wk2/TestExpectations:

2012-10-25  Nandor Huszka  

        [Qt] Unreviewed gardening.

        Skip a new failing test introduced in r132394.

        * platform/qt-5.0-wk2/TestExpectations:

2012-10-24  Csaba Osztrogonác  

        [Qt] Unreviewed gardening, skip a new failing test.

        * platform/qt/TestExpectations:

2012-10-24  Kent Tamura  

        REGRESSION(r132291): Crash in BaseMultipleFieldsDateAndTimeInputType
        https://bugs.webkit.org/show_bug.cgi?id=100326

        Reviewed by Eric Seidel.

        * fast/forms/time-multiple-fields/time-multiple-fields-change-type-expected.txt: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-change-type.html: Added.

2012-10-24  Pavel Feldman  

        Not reviewed: updating chromium TestExpectations for the roll.

        * platform/chromium/TestExpectations:

2012-10-24  Pavel Feldman  

        Not reviewed: updating chromium TestExpectations for the roll.

        * platform/chromium/TestExpectations:

2012-10-24  Pavel Feldman  

        Not reviewed: platform/chromium/TestExpectations lint.

        * platform/chromium/TestExpectations:

2012-10-24  Kangil Han  

        Rebaseline some sputnik unicode failed cases.
        https://bugs.webkit.org/show_bug.cgi?id=99976

        Unreviewed rebaseline.

        According to BUG 93103, seems these four test cases have different results after libicu 4.6 version.
        As Ubuntu 12.04 installs 4.8 and mac has same result with windows, expected results on BUG 93103 could replace common result file except chromium-mac-snowleopard.

        * platform/chromium/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt: Removed.
        * platform/chromium/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: Removed.
        * platform/chromium/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: Removed.
        * platform/chromium/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: Removed.
        * platform/efl/TestExpectations:
        * platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: Removed.
        * platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: Removed.
        * platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: Removed.
        * platform/mac-snowleopard/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt: Removed.
        * platform/mac-snowleopard/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: Removed.
        * platform/mac-snowleopard/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: Removed.
        * platform/mac-snowleopard/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: Removed.
        * platform/mac/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt: Removed.
        * platform/mac/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: Removed.
        * platform/mac/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: Removed.
        * platform/mac/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: Removed.
        * sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt:
        * sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt:
        * sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt:
        * sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt:

2012-10-24  Simon Fraser  

        Add two more tiled scrolling tests
        https://bugs.webkit.org/show_bug.cgi?id=100314

        Reviewed by Beth Dakin.

        Two new tests for TileCache tile coverage after scrolling.

        * platform/mac/tiled-drawing/tile-coverage-after-scroll-expected.txt: Added.
        * platform/mac/tiled-drawing/tile-coverage-after-scroll.html: Added.
        * platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt: Added.
        * platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom.html: Added.

2012-10-24  Beth Dakin  

        Updated results for https://bugs.webkit.org/show_bug.cgi?id=100312
        I checked in results that relied on some local changes in WK2.

        * platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt:

2012-10-24  Simon Fraser  

        Skip tiled drawing tests for WK1
        https://bugs.webkit.org/show_bug.cgi?id=100312

        Reviewed by Beth Dakin.

        Skip platform/mac/tiled-drawing tests in the main TestExpections file,
        but re-enable it in the WK2 TestExpections file.

        * platform/mac-wk2/TestExpectations:
        * platform/mac/TestExpectations:

2012-10-24  Dirk Pranke  

        Unreviewed, update chromium-mac-mountainlion baselines.

        * platform/chromium-mac-lion/media/track/track-cue-rendering-horizontal-expected.png: Copied from LayoutTests/platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.png.
        * platform/chromium-mac-lion/media/track/track-cue-rendering-horizontal-expected.txt: Copied from LayoutTests/platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.txt.
        * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.png:
        * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.txt:

2012-10-24  Dirk Pranke  

        Unreviewed, expectations and baseline cleanup.

        Remove some old baselines for a test that was converted to a reftest,
        and remove entries for tests no longer failing on Chromium Mac ML.

        * platform/chromium-mac-lion/fast/forms/date/date-reset-value-expected.png: Removed.
        * platform/chromium-mac-mountainlion/TestExpectations:
        * platform/chromium-mac-snowleopard/fast/forms/date/date-reset-value-expected.png: Removed.
        * platform/chromium-mac/fast/forms/date/date-reset-value-expected.png: Removed.

2012-10-24  Beth Dakin  

        https://bugs.webkit.org/show_bug.cgi?id=100169
        We should make TileCache tiles the size of the tile coverage rect 
        when we can't do fast scrolling
        -and-
        

        Reviewed by Simon Fraser.

        New test.
        * platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt: Added.
        * platform/mac/tiled-drawing/tile-coverage-slow-scrolling.html: Added.

2012-10-24  David Barton  

        MathML tests trigger font cache assertions in debug bots
        https://bugs.webkit.org/show_bug.cgi?id=100268

        Reviewed by Eric Seidel.

        * platform/chromium/TestExpectations:

2012-10-24  Tommy Widenflycht  

        MediaStream API: Make sure all RTCPeerConnection events are dispatched asynchronously
        https://bugs.webkit.org/show_bug.cgi?id=100286

        Reviewed by Adam Barth.

        RTCPeerConnection::close is the only function that dispatches an event directly so only test that.

        * fast/mediastream/RTCPeerConnection-events-expected.txt: Added.
        * fast/mediastream/RTCPeerConnection-events.html: Added.

2012-10-24  Levi Weintraub  

        Unreviewed gardening. Chromium revision 163873 also made
        platform/chromium/virtual/gpu/fast/canvas/canvas-incremental-repaint.html slow.

        * platform/chromium/TestExpectations:

2012-10-24  Max Vujovic  

        [CSS Shaders] The mesh should be specified using  order
        https://bugs.webkit.org/show_bug.cgi?id=96285

        Reviewed by Dean Jackson.

        Add a test verifying that WebKit interprets the CSS mesh values in column, row order.
        Update existing tests for u_meshSize and u_tileSize to expect column, row order.

        * css3/filters/custom/custom-filter-mesh-column-row-order-expected.html: Added.
        * css3/filters/custom/custom-filter-mesh-column-row-order.html: Added.
        * css3/filters/resources/checkerboard.vs: Added.
        * css3/filters/resources/u-mesh-size.fs:
        * css3/filters/resources/u-tile-size.fs:
        * css3/filters/resources/varying-mix-color.fs: Added.

2012-10-24  Tony Chang  

        [chromium] Unreviewed, land pixel results on Win/Mac for a new repaint test.

        * platform/chromium-mac/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
        * platform/chromium-win/css3/flexbox/repaint-during-resize-no-flex-expected.png: Renamed from LayoutTests/platform/chromium-linux/css3/flexbox/repaint-during-resize-no-flex-expected.png.
        * platform/chromium/TestExpectations:

2012-10-24  Sailesh Agrawal  

        Incorrect keycodes for numpad /, -, +, .
        https://bugs.webkit.org/show_bug.cgi?id=99188

        Reviewed by Tony Chang.

        Added test to map numpad keys to windows virtual keycodes. This test is for the Mac port only. DumpRenderTree in the chromium-mac port doesn't use Mac keycodes so this can't be tested on that platform.

        * platform/mac/fast/events/numpad-keycode-mapping-expected.txt: Added.
        * platform/mac/fast/events/numpad-keycode-mapping.html: Added.

2012-10-24  Levi Weintraub  

        Unreviewed gardening. Marking the software compositing version of
        compositing/tiling/backface-preserve-3d-tiled.html as failing as well.

        * platform/chromium/TestExpectations:

2012-10-24  Levi Weintraub  

        Unreviewed gardening. Marking 2 more mathml tests as flaky crashers on debug.

        * platform/chromium/TestExpectations:

2012-10-24  Terry Anderson  

        Handle two-finger tap gestures in the same way as long-press gestures
        https://bugs.webkit.org/show_bug.cgi?id=99947

        Reviewed by Adam Barth.

        New layout test for dispatching context menus on a two-finger tap
        gesture when touch adjustment is enabled.

        * touchadjustment/touch-links-two-finger-tap-expected.txt: Added.
        * touchadjustment/touch-links-two-finger-tap.html: Added.

2012-10-24  Chris Fleizach  

        AX:When aria-label is used, the text under an element is still appearing as the AXTitle
        https://bugs.webkit.org/show_bug.cgi?id=98167

        Reviewed by Beth Dakin.

        * platform/mac/accessibility/aria-label-overrides-visible-text-expected.txt: Added.
        * platform/mac/accessibility/aria-label-overrides-visible-text.html: Added.
        * platform/mac/accessibility/aria-labelledby-overrides-aria-label-expected.txt:

2012-10-24  Sheriff Bot  

        Unreviewed, rolling out r132303 and r132312.
        http://trac.webkit.org/changeset/132303
        http://trac.webkit.org/changeset/132312
        https://bugs.webkit.org/show_bug.cgi?id=100287

        Triggering crashes on many popular websites (Requested by
        leviw|gardening on #webkit).

        * fast/dom/shadow/athost-atrules-expected.txt: Removed.
        * fast/dom/shadow/athost-atrules.html: Removed.

2012-10-24  Joshua Bell  

        IndexedDB: Cursor property value identities should be preserved
        https://bugs.webkit.org/show_bug.cgi?id=100051

        Reviewed by Tony Chang.

        Add tests to verify identity/read-only/mutability of cursor properties.

        * storage/indexeddb/cursor-properties-expected.txt: Added.
        * storage/indexeddb/cursor-properties.html: Added.
        * storage/indexeddb/resources/cursor-properties.js: Added.
        (test.request.onsuccess):
        (test):
        (onUpgradeNeeded):
        (onOpenSuccess.request.onsuccess):
        (onOpenSuccess):
        (checkProperty):

2012-10-24  Levi Weintraub  

        Unreviewed gardening. Updating slow expectations for two tests following a Chromium
        change. See https://bugs.webkit.org/show_bug.cgi?id=100287

        * platform/chromium/TestExpectations:

2012-10-24  Tony Chang  

        Setting width of a flexitem causes the adjacent flex item to be displayed poorly.
        https://bugs.webkit.org/show_bug.cgi?id=99925

        Reviewed by Ojan Vafai.

        Add a repaint test.  The render tree should be cross platform, but due to
        slight color differences in the grey overlay, the png can't be shared.

        * css3/flexbox/repaint-during-resize-no-flex-expected.txt: Added.
        * css3/flexbox/repaint-during-resize-no-flex.html: Added.
        * platform/chromium-linux/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
        * platform/chromium/TestExpectations:

2012-10-24  Simon Fraser  

        Fix CALayer hiearchy when combining tiling with preserve-3d
        https://bugs.webkit.org/show_bug.cgi?id=100205

        Reviewed by Dean Jackson.

        Pixel test that tests backface-visibility on a tile cache layer. Mark the test as
        failing on Chromium.

        * compositing/tiling/backface-preserve-3d-tiled-expected.png: Added.
        * compositing/tiling/backface-preserve-3d-tiled-expected.txt: Added.
        * compositing/tiling/backface-preserve-3d-tiled.html: Added.
        * platform/chromium/TestExpectations:

2012-10-24  Rick Byers  

        image-set doesn't round-trip properly with cssText
        https://bugs.webkit.org/show_bug.cgi?id=99725

        Reviewed by Beth Dakin.

        Update image-set-setting test to expect the css text to round-trip properly.

        * fast/css/image-set-setting-expected.txt:
        * fast/css/script-tests/image-set-setting.js:
        (testComputedStyle):
        (testImageSetRule):

2012-10-24  Zan Dobersek  

        Unreviewed GTK gardening.

        Rebaselining two Video Track tests after r132349.

        * platform/gtk/media/track/track-cue-rendering-horizontal-expected.txt:
        * platform/gtk/media/track/track-cue-rendering-vertical-expected.txt:

2012-10-24  Chris Fleizach  

        AX: WebKit exposes abstract ARIA role range as AXSlider; should be generic AXGroup
        https://bugs.webkit.org/show_bug.cgi?id=100204

        Reviewed by Beth Dakin.

        Remove the aria-range.html test because the same functionality is covered in aria-slider.html
        Rename aria-range-value to aria-slider-value and use the non-abstract role slider instead (and 
        move that to the general accessibility platform).

        * accessibility/aria-slider-value-expected.txt: Copied from LayoutTests/platform/mac/accessibility/aria-range-value-expected.txt.
        * accessibility/aria-slider-value.html: Copied from LayoutTests/platform/mac/accessibility/aria-range-value.html.
        * platform/mac/accessibility/aria-range-expected.txt: Removed.
        * platform/mac/accessibility/aria-range-value-expected.txt: Removed.
        * platform/mac/accessibility/aria-range-value.html: Removed.
        * platform/mac/accessibility/aria-range.html: Removed.

2012-10-24  Levi Weintraub  

        Unreviewed gardening. Marking fast/media/w3c/test_media_queries.html as slow on
        Chromium debug bots following r132352. It may still timeout...

        * platform/chromium/TestExpectations:

2012-10-24  Florin Malita  

        [Chromium] SVG repaint issues
        https://bugs.webkit.org/show_bug.cgi?id=99874

        Reviewed by Levi Weintraub.

        * platform/chromium-linux/svg/zoom/page/zoom-svg-float-border-padding-expected.png:
        * platform/chromium-linux/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
        * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png:
        * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png:
        * platform/chromium/TestExpectations:

2012-10-24  Dana Jansens  

        Layout tests to verify scaled composited layers have crisp text
        https://bugs.webkit.org/show_bug.cgi?id=96940

        Reviewed by Adrienne Walker.

        Chromium bug: crbug.com/149943

        * compositing/text-on-scaled-layer-expected.html: Added.
        * compositing/text-on-scaled-layer.html: Added.
        * compositing/text-on-scaled-surface-expected.html: Added.
        * compositing/text-on-scaled-surface.html: Added.
        * platform/chromium/TestExpectations:
        * platform/mac/TestExpectations:

2012-10-24  Levi Weintraub  

        Unreveiewed gardening. Fixing linter, marking 2 mathml tests as flaky crashers on debug,
        and adding passing Lion expectations for a third mathml test.

        * platform/chromium/TestExpectations:
        * platform/chromium-mac-lion/mathml/presentation/fenced-expected.png: Modified.

2012-10-24  Toni Barzic  

        Crash when trying to write exception message to null console
        https://bugs.webkit.org/show_bug.cgi?id=99658

        Reviewed by Adam Barth.

        The test creates bunch of workers that throw an exception as soon as they are loaded and then tries to change the current document.
        The test passes if there is no crash.
        Unfortuantely, the test is inherently flaky and may produce some false positive results (but should never fail if there is no bug).

        * fast/workers/resources/worker-exception.js: Added.
        * fast/workers/worker-exception-during-navigation-expected.txt: Added.
        * fast/workers/worker-exception-during-navigation.html: Added.

2012-10-24  David Barton  

        [MathML] Timeouts on linux after r132264
        https://bugs.webkit.org/show_bug.cgi?id=100202

        Reviewed by Eric Seidel.

        The failing tests no longer timeout.

        * platform/chromium/TestExpectations:

2012-10-24  Alexander Shalamov  

        CSS3 Media Queries - add resolution tests to W3C test suite
        https://bugs.webkit.org/show_bug.cgi?id=100231

        Reviewed by Kenneth Rohde Christiansen.

        Resolution media feature was implemented, therefore,
        W3C tests are added back to the test suite.

        * fast/media/w3c/test_media_queries-expected.txt:
        * fast/media/w3c/test_media_queries.html:

        Created platform specific expectations for the platforms that have RESOLUTION_MEDIA_QUERY disabled.

        * platform/blackberry/fast/media/w3c/test_media_queries-expected.txt: Added.
        * platform/chromium/fast/media/w3c/test_media_queries-expected.txt: Added.
        * platform/gtk/fast/media/w3c/test_media_queries-expected.txt: Added.
        * platform/mac/fast/media/w3c/test_media_queries-expected.txt: Added.
        * platform/win/fast/media/w3c/test_media_queries-expected.txt: Added.

2012-10-24  Dominik Röttsches  

        [EFL] Unreviewed gardening.

        * platform/efl-wk1/TestExpectations: Marking shadow-dom failures after r132303
        * platform/efl-wk2/TestExpectations: Marking focus failure after r132342 and drag-select failure between r132333-r132343.

2012-10-24  Eric Carlson  

        Allow ports to override text track rendering style
        https://bugs.webkit.org/show_bug.cgi?id=97800
        

        Reviewed by Maciej Stachowiak.

        * media/track/track-cue-rendering-expected.txt: Update results for caption css changes.
        * media/track/track-cue-rendering.html: 
        * platform/chromium/TestExpectations: Skip tests that need to be rebaselined.

2012-10-24  Vsevolod Vlasov  

        Web Inspector: Introduce workspace provider as a content providing backend for project.
        https://bugs.webkit.org/show_bug.cgi?id=100244

        Reviewed by Pavel Feldman.

        * http/tests/inspector/compiler-script-mapping.html:
        * http/tests/inspector/workspace-test.js:
        (initialize_WorkspaceTest.InspectorTest.createWorkspace):
        (initialize_WorkspaceTest.InspectorTest.addMockUISourceCodeToWorkspace):
        * inspector/debugger/network-uisourcecode-provider.html:
        * inspector/debugger/script-snippet-model.html:
        * inspector/debugger/scripts-panel.html:
        * inspector/uisourcecode-revisions.html:

2012-10-24  Vsevolod Vlasov  

        Web Inspector: UiSourceCode should rely on the workspace as a content provider.
        https://bugs.webkit.org/show_bug.cgi?id=100216

        Reviewed by Pavel Feldman.

        * http/tests/inspector/compiler-script-mapping.html:
        * inspector/debugger/breakpoint-manager.html:
        * inspector/debugger/script-formatter-search.html:
        * inspector/debugger/scripts-file-selector.html:
        * inspector/debugger/scripts-panel.html:
        * inspector/debugger/scripts-sorting.html:
        * inspector/debugger/ui-source-code-display-name.html:
        * inspector/debugger/ui-source-code.html:
        * inspector/uisourcecode-revisions.html:

2012-10-24  Raphael Kubo da Costa  

        [EFL] Hopefully finish rebaselining after r131941 and r131991.

        * platform/efl/compositing/clip-change-expected.png: Added.
        * platform/efl/compositing/geometry/foreground-offset-change-expected.png: Added.
        * platform/efl/compositing/iframes/fixed-position-iframe-expected.png: Added.
        * platform/efl/compositing/iframes/iframe-content-flipping-expected.png:
        * platform/efl/compositing/iframes/repaint-after-losing-scrollbars-expected.png: Added.
        * platform/efl/compositing/iframes/scroll-fixed-transformed-element-expected.png: Added.
        * platform/efl/compositing/iframes/scroll-grandchild-iframe-expected.png: Added.
        * platform/efl/compositing/overflow/repaint-after-losing-scrollbars-expected.png:
        * platform/efl/compositing/repaint/newly-composited-on-scroll-expected.png:
        * platform/efl/compositing/repaint/newly-composited-repaint-rect-expected.png:
        * platform/efl/compositing/repaint/shrink-layer-expected.png: Added.
        * platform/efl/compositing/repaint/transform-style-change-expected.png: Added.
        * platform/efl/compositing/rtl: Added.
        * platform/efl/compositing/rtl/rtl-overflow-invalidation-expected.png: Added.
        * platform/efl/compositing/video-page-visibility-expected.png:
        * platform/efl/css3/flexbox/repaint-expected.png:
        * platform/efl/fast/canvas/canvas-as-image-incremental-repaint-expected.png: Added.
        * platform/efl/fast/canvas/canvas-composite-fill-repaint-expected.png:
        * platform/efl/fast/canvas/canvas-incremental-repaint-2-expected.png: Added.
        * platform/efl/fast/canvas/canvas-incremental-repaint-expected.png: Added.
        * platform/efl/fast/canvas/canvas-resize-after-paint-without-layout-expected.png:
        * platform/efl/fast/canvas/setWidthResetAfterForcedRender-expected.png:

2012-10-24  Zan Dobersek  

        Unreviewed GTK gardening.

        Adding crash expectations for tests that started crashing after r132286.

        * platform/gtk/TestExpectations:

2012-10-24  Sheriff Bot  

        Unreviewed, rolling out r132333.
        http://trac.webkit.org/changeset/132333
        https://bugs.webkit.org/show_bug.cgi?id=100234

        Crashes many tests on the EFL-WK2 bot. (Requested by rakuco on
        #webkit).

        * platform/efl-wk2/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/efl/editing/spelling/inline_spelling_markers-expected.txt: Removed.
        * platform/efl/editing/spelling/spelling-expected.txt: Removed.

2012-10-24  Grzegorz Czajkowski  

        [EFL] WebKitTestRunner needs to turn on 'setContinuousSpellCheckingEnabled'
        https://bugs.webkit.org/show_bug.cgi?id=93611

        Reviewed by Hajime Morita.

        Unskip the spelling tests from efl-wk2/TestExpectations to run them for WebKit2-EFL.
        Add new baselines for two spelling tests.

        * platform/efl-wk2/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/efl/editing/spelling/inline_spelling_markers-expected.txt: Added.
        * platform/efl/editing/spelling/spelling-expected.txt: Added.

2012-10-24  Kent Tamura  

        [Chromium] Test expectation update

        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium/TestExpectations:

2012-10-24  Kent Tamura  

        [Chromium] Test expectation update

        * platform/chromium/TestExpectations:
         - exif-orientation-css.html is ImageOnlyFailure.
         - Still need rebaseline for calendar-picker-appearance-step.html on Windows?

2012-10-12  Balazs Kelemen  

        [Qt][WK2] Skip tests that depend on disabling accelerated compositing
        https://bugs.webkit.org/show_bug.cgi?id=99167

        Rubber-stamped by Simon Hausmann.

        Skip those tests because we don't support the non-accelerated
        rendering path.

        * platform/qt-5.0-wk2/TestExpectations:

2012-10-24  Kent Tamura  

        [Chromium] Rebaseline for r132310.

        * platform/chromium/TestExpectations:
        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Removed.
        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Removed.
        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Removed.
        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Removed.
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:

2012-10-24  Nandor Huszka  

        [Qt] Unreviewed gardening.

        Skipping a test because of r132303. Now ENABLE(SHADOW_DOM) is disabled on Qt.

        * platform/qt/TestExpectations:

2012-10-24  Byungwoo Lee  

        [EFL] Unskip fast/events/tabindex-focus-blur-all.html.
        https://bugs.webkit.org/show_bug.cgi?id=100206

        Unreviewed, EFL gardening.

        The bug webkit.org/b/100065 is fixed and the test is passing now.

        * platform/efl-wk1/TestExpectations:

2012-10-24  Zan Dobersek  

        Unreviewed GTK gardening.
        Marking fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html
        as flaky after r132143.
        Adding baselines for tvo SVG Transforms tests required after r132121.

        * platform/gtk/TestExpectations:
        * platform/gtk/svg/transforms/svg-css-transforms-clip-path-expected.png: Added.
        * platform/gtk/svg/transforms/svg-css-transforms-clip-path-expected.txt: Added.
        * platform/gtk/svg/transforms/svg-css-transforms-expected.png: Added.
        * platform/gtk/svg/transforms/svg-css-transforms-expected.txt: Added.

2012-10-23  David Barton  

        Unreviewed gardening. Some linux MathML tests are timing out - see webkit.org/b/100202.

        * platform/chromium/TestExpectations:

2012-10-23  Kent Tamura  

        Multiple fields input UI: Don't use CSS properties for physical direction
        https://bugs.webkit.org/show_bug.cgi?id=100195

        Reviewed by Kentaro Hara.

        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:

2012-10-23  Kent Tamura  

        [Chromium] Rebaseline for r132291
        https://bugs.webkit.org/show_bug.cgi?id=100088

        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Added.
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
        * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Added.
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Added.
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:

2012-10-23  Csaba Osztrogonác  

        [Qt] Unreviewed nightly gardening, skip new failing tests.

        * platform/qt/TestExpectations:

2012-10-23  Tony Chang  

        [chromium] Remove duplicate platform/mac entries
        https://bugs.webkit.org/show_bug.cgi?id=100167

        Reviewed by Dirk Pranke.

        We intentionally don't run platform/mac tests in Chromium.  Remove lines
        that duplicate the directory WontFix.

        * platform/chromium/TestExpectations:

2012-10-23  Takashi Sakamoto  

        [Shadow DOM] Needs @host rule for ShadowDOM styling
        https://bugs.webkit.org/show_bug.cgi?id=88606

        Reviewed by Hajime Morita.

        * fast/dom/shadow/athost-atrules-expected.txt: Added.
        * fast/dom/shadow/athost-atrules.html: Added.

2012-10-23  Simon Fraser  

        Allow tests to run with a tile cache, and optionally dump the tile cache via layerTreeAsText()
        https://bugs.webkit.org/show_bug.cgi?id=100159

        Reviewed by Tim Horton.

        A new test that dumps tile cache data for a large page.

        * platform/mac/tiled-drawing/use-tiled-drawing-expected.txt: Added.
        * platform/mac/tiled-drawing/use-tiled-drawing.html: Added.

2012-10-23  Sheriff Bot  

        Unreviewed, rolling out r132276.
        http://trac.webkit.org/changeset/132276
        https://bugs.webkit.org/show_bug.cgi?id=100189

        It broke the Qt-WK2 build intentionally (Requested by
        Ossy_night on #webkit).

        * platform/mac/tiled-drawing/use-tiled-drawing-expected.txt: Removed.
        * platform/mac/tiled-drawing/use-tiled-drawing.html: Removed.

2012-10-23  Noel Gordon  

        exif-orientation tests should use dumpAsText(true) 
        https://bugs.webkit.org/show_bug.cgi?id=100076

        Reviewed by Eric Seidel.

        * fast/images/exif-orientation-css.html: Use dumpAsText(true).
        * fast/images/exif-orientation.html: ditto.

2012-10-23  Michał Pakuła vel Rutka  

        [EFL] Unreviewed EFL gardening.
        https://bugs.webkit.org/show_bug.cgi?id=100125

        Added pixel baselines for editing/pasteboard.

        * platform/efl/editing/pasteboard: 26 new pixel baselines.

2012-10-23  Kent Tamura  

        REGRESSION(r131421): Text baseline is not aligned in some locales
        https://bugs.webkit.org/show_bug.cgi?id=100088

        Reviewed by Hajime Morita.

        Add a pixel image which has notable changes.
        Input elements in other tests have slightly small height and
        slightly narrow width.

        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium/TestExpectations:

2012-10-23  Varun Jain  

        Context menu generated from touch gestures on textareas has
        context of the cursor position instead of the position where the event occurs.
        https://bugs.webkit.org/show_bug.cgi?id=99520

        Reviewed by Kenneth Rohde Christiansen.

        Send a synthetic mouse down event for context menu-summoning-gesture events so that
        textareas can correctly set cursors before receiving the context menu event.

        * fast/events/touch/gesture/right-click-gestures-set-cursor-at-correct-position.html: Added.
        * platform/chromium/fast/events/touch/gesture/right-click-gestures-set-cursor-at-correct-position-expected.txt: Added.

2012-10-23  Levi Weintraub  

        The rest of the baselines have landed! Should green the Mac bots for MathML after r132264.

        * platform/chromium-mac-lion/mathml: Added.
        * platform/chromium-mac-lion/mathml/presentation: Added.
        * platform/chromium-mac-lion/mathml/presentation/attributes-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/fenced-mi-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/fractions-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/fractions-vertical-alignment-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/mo-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/mo-stretch-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/mroot-pref-width-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/over-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/roots-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/row-alignment-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/row-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/style-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/sub-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/subsup-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/subsup-expected.txt: Added.
        * platform/chromium-mac-lion/mathml/presentation/sup-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/tables-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/tokenElements-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/under-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/underover-expected.png: Added.
        * platform/chromium-mac-lion/mathml/xHeight-expected.png: Added.
        * platform/chromium-mac/mathml: Added.
        * platform/chromium-mac/mathml/presentation: Added.
        * platform/chromium-mac/mathml/presentation/attributes-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/fenced-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/fenced-mi-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/fractions-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/fractions-vertical-alignment-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/mo-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/mo-stretch-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/mroot-pref-width-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/over-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/roots-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/row-alignment-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/row-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/style-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/sub-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/subsup-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/subsup-expected.txt: Added.
        * platform/chromium-mac/mathml/presentation/sup-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/tables-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/tokenElements-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/under-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/underover-expected.png: Added.
        * platform/chromium-mac/mathml/xHeight-expected.png: Added.

2012-10-23  Levi Weintraub  

        Unreviewed gardening. Updating expectations after r132264.

        * platform/chromium-mac-snowleopard/mathml: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/attributes-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/attributes-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/fenced-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/fenced-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/fenced-mi-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/fenced-mi-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/fractions-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/fractions-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/fractions-vertical-alignment-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/fractions-vertical-alignment-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/mo-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/mo-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/mo-stretch-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/mo-stretch-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/mroot-pref-width-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/mroot-pref-width-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/over-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/over-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/roots-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/roots-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/row-alignment-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/row-alignment-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/row-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/row-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/style-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/style-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/sub-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/sub-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/subsup-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/subsup-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/sup-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/sup-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/tables-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/tables-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/tokenElements-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/tokenElements-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/under-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/under-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/underover-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/underover-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/xHeight-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/xHeight-expected.txt: Added.

2012-10-23  Simon Fraser  

        Allow tests to run with a tile cache, and optionally dump the tile cache via layerTreeAsText()
        https://bugs.webkit.org/show_bug.cgi?id=100159

        Reviewed by Tim Horton.

        A new test that dumps tile cache data for a large page.

        * platform/mac/tiled-drawing/use-tiled-drawing-expected.txt: Added.
        * platform/mac/tiled-drawing/use-tiled-drawing.html: Added.

2012-10-23  Chris Rogers  

        Change setTargetValueAtTime() to setTargetAtTime()
        https://bugs.webkit.org/show_bug.cgi?id=100153

        Reviewed by Adam Barth.

        * webaudio/audioparam-setTargetAtTime-expected.txt: Renamed from LayoutTests/webaudio/audioparam-setTargetValueAtTime-expected.txt.
        * webaudio/audioparam-setTargetAtTime.html: Renamed from LayoutTests/webaudio/audioparam-setTargetValueAtTime.html.
        * webaudio/resources/audioparam-testing.js:

2012-10-23  Elliott Sprehn  

        Generated should not be supported for things with a shadow
        https://bugs.webkit.org/show_bug.cgi?id=98836

        Reviewed by Dimitri Glazkov.

        Change all pseudos on  tests to be ref tests and clean up the tests.
        They now make sure we don't support generated content on things with a shadow.
        Also added another test for the other form control types to ensure they don't
        support pseudos either.

        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.html: Added.
        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements.html:
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.html: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements.html:
        * fast/forms/pseudo-elements-expected.html: Added.
        * fast/forms/pseudo-elements.html: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.html: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html:
        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.html: Added.
        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements.html:
        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.

2012-10-23  Huang Dongsung  

        [CSS Shaders] Implement overlay, color-dodge, color-burn, hard-light, soft-light blend modes.
        https://bugs.webkit.org/show_bug.cgi?id=98504

        Reviewed by Dean Jackson.

        Update the test for the aforementioned blend modes.

        * css3/filters/custom/custom-filter-blend-modes-expected.html:
        * css3/filters/custom/custom-filter-blend-modes.html:

2012-10-23  Huang Dongsung  

        [CSS Shaders] Implement all composite operators except destination and lighter.
        https://bugs.webkit.org/show_bug.cgi?id=97859

        Reviewed by Dean Jackson.

        Add test to check that the DOM element texture composites correctly with the css_MixColor
        variable from the author's shader for each composite operator.

        * css3/filters/custom/custom-filter-composite-operators-expected.png: Added.
        * css3/filters/custom/custom-filter-composite-operators-expected.txt: Added.
        * css3/filters/custom/custom-filter-composite-operators.html: Added.

2012-10-23  Max Vujovic  

        [CSS Shaders] Changing the blend mode in CSS doesn't update the custom filter rendering
        https://bugs.webkit.org/show_bug.cgi?id=99887

        Reviewed by Dirk Schulze.

        Add a test that resolves a custom filter's style with the "multiply" blend mode and then
        changes the blend mode to "normal". The test makes sure not to change any other parameters
        besides the blend mode, since the other parameters can trigger style recalculations on their
        own.

        * css3/filters/custom/custom-filter-change-blend-mode-expected.html: Added.
        * css3/filters/custom/custom-filter-change-blend-mode.html: Added.

2012-10-23  David Barton  

        [MathML] Symbol font uses greek letters for roman ones on linux and Windows
        https://bugs.webkit.org/show_bug.cgi?id=99921

        Reviewed by Eric Seidel.

        * mathml/presentation/mo.xhtml:
        * platform/chromium/TestExpectations:
        * platform/chromium/mathml/presentation/attributes-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/attributes-expected.txt:
        * platform/chromium/mathml/presentation/fenced-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/fenced-expected.txt:
        * platform/chromium/mathml/presentation/fenced-mi-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/fenced-mi-expected.txt:
        * platform/chromium/mathml/presentation/fractions-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/fractions-expected.txt:
        * platform/chromium/mathml/presentation/fractions-vertical-alignment-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/fractions-vertical-alignment-expected.txt:
        * platform/chromium/mathml/presentation/mo-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/mo-expected.txt:
        * platform/chromium/mathml/presentation/mo-stretch-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/mo-stretch-expected.txt:
        * platform/chromium/mathml/presentation/mroot-pref-width-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/mroot-pref-width-expected.txt:
        * platform/chromium/mathml/presentation/over-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/over-expected.txt:
        * platform/chromium/mathml/presentation/roots-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/roots-expected.txt:
        * platform/chromium/mathml/presentation/row-alignment-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/row-alignment-expected.txt:
        * platform/chromium/mathml/presentation/row-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/row-expected.txt:
        * platform/chromium/mathml/presentation/style-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/style-expected.txt:
        * platform/chromium/mathml/presentation/sub-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/sub-expected.txt:
        * platform/chromium/mathml/presentation/subsup-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/subsup-expected.txt:
        * platform/chromium/mathml/presentation/sup-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/sup-expected.txt:
        * platform/chromium/mathml/presentation/tables-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/tables-expected.txt:
        * platform/chromium/mathml/presentation/tokenElements-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/tokenElements-expected.txt:
        * platform/chromium/mathml/presentation/under-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/under-expected.txt:
        * platform/chromium/mathml/presentation/underover-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/underover-expected.txt:
        * platform/chromium/mathml/xHeight-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/xHeight-expected.txt:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:

2012-10-23  Levi Weintraub  

        Unreviewed gardening. Properly skipping http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout*
        tests, as was the author's intention.

        * platform/chromium/TestExpectations:

2012-10-22  Dirk Schulze  

        BasicShapePolygon::path takes width instead of height for boundary calculation
        https://bugs.webkit.org/show_bug.cgi?id=99919

        Reviewed by Darin Adler.

        Test that the correct relation is used for calculating point position of an polygon.

        * css3/masking/clip-path-polygon-percentage-expected.html: Added.
        * css3/masking/clip-path-polygon-percentage.html: Added.

2012-10-23  Dirk Pranke  

        Remove remaining fast/innerHTML pixel test baselines after r131960.

        Unreviewed, expectations change.

        * platform/chromium-linux/fast/innerHTML/002-expected.png: Removed.
        * platform/chromium-linux/fast/innerHTML/003-expected.png: Removed.
        * platform/chromium-linux/fast/innerHTML/006-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/innerHTML/001-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/innerHTML/002-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/innerHTML/003-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/innerHTML/006-expected.png: Removed.
        * platform/chromium-mac/fast/innerHTML/001-expected.png: Removed.
        * platform/chromium-mac/fast/innerHTML/002-expected.png: Removed.
        * platform/chromium-mac/fast/innerHTML/003-expected.png: Removed.
        * platform/chromium-mac/fast/innerHTML/006-expected.png: Removed.
        * platform/chromium-win/fast/innerHTML/001-expected.png: Removed.
        * platform/chromium-win/fast/innerHTML/001-expected.txt: Removed.
        * platform/chromium-win/fast/innerHTML/002-expected.txt: Removed.
        * platform/chromium-win/fast/innerHTML/003-expected.txt: Removed.
        * platform/chromium-win/fast/innerHTML/006-expected.txt: Removed.
        * platform/efl/fast/innerHTML/001-expected.txt: Removed.
        * platform/efl/fast/innerHTML/002-expected.txt: Removed.
        * platform/efl/fast/innerHTML/003-expected.txt: Removed.
        * platform/efl/fast/innerHTML/006-expected.txt: Removed.
        * platform/gtk/fast/innerHTML/001-expected.txt: Removed.
        * platform/gtk/fast/innerHTML/002-expected.txt: Removed.
        * platform/gtk/fast/innerHTML/003-expected.txt: Removed.
        * platform/gtk/fast/innerHTML/006-expected.txt: Removed.
        * platform/gtk/fast/innerHTML/innerHTML-iframe-expected.txt: Removed.
        * platform/mac/fast/innerHTML/001-expected.txt: Removed.
        * platform/mac/fast/innerHTML/002-expected.txt: Removed.
        * platform/mac/fast/innerHTML/003-expected.txt: Removed.
        * platform/mac/fast/innerHTML/006-expected.txt: Removed.
        * platform/qt/fast/innerHTML/001-expected.txt: Removed.
        * platform/qt/fast/innerHTML/002-expected.txt: Removed.
        * platform/qt/fast/innerHTML/003-expected.txt: Removed.
        * platform/qt/fast/innerHTML/006-expected.txt: Removed.

2012-10-23  Dominik Röttsches  

        Add timeout support to XMLHttpRequest
        https://bugs.webkit.org/show_bug.cgi?id=74802

        Reviewed by Nate Chapin.

        XHR2 timeout tests were initially written by Mozilla's Alex Vincent's. He granted
        permission to reuse them under PD/BSD license
        in https://bugzilla.mozilla.org/show_bug.cgi?id=525816#c86 - big thanks!
        I adapted them for W3C testharness.js and split them into groups with shorter test running time
        so that they can be used as WebKit layout tests. Each individual test should
        complete in less than 20 seconds.

        The case of late updates to the timeout property, changing the timeout value after send()
        is not supported yet and handled separately in bug 98156. Tests that are testing this feature
        are commented out until this bug is tackled.

        The suffix of the html test filename matches the groups in xmlhttprequest-timeout.js which contains
        all tests that are run. The result of assertions is reported back to testharness.js.

        For example, the "overrides" group is currently not run yet since all tests in that group are cases
        of late updates, see above. Once late updates are supported we can add a file
        xmlhttprequest-timeout-overrides.html to run them.

        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-aborted-expected.txt: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-aborted.html: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-abortedonmain-expected.txt: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-abortedonmain.html: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overridesexpires-expected.txt: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overridesexpires.html: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-runner.js: Added. Distinguishes which group of tests to run based on filename suffix.
        (testResultCallbackHandler.return):
        (groupFromLocation):
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-simple-expected.txt: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-simple.html: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-synconmain-expected.txt: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-synconmain.html: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-twice-expected.txt: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-twice.html: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-aborted-expected.txt: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-aborted.html: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-overridesexpires-expected.txt: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-overridesexpires.html: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-simple-expected.txt: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-simple.html: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-synconworker-expected.txt: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-synconworker.html: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-twice-expected.txt: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-twice.html: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout.js: Added. Contains test cases for all individual test html files.
        (message): Wrapper for postMessage in worker and document context case.
        (is),
        (ok): Assertion functions.
        (RequestTracker): Class for variations of the regular timeout case.
        (RequestTracker.prototype.startXHR.handleEvent):
        (RequestTracker.prototype.startXHR):
        (RequestTracker.prototype.getMessage):
        (RequestTracker.prototype.handleEvent):
        (AbortedRequest): Class for testing timeout event vs. abort events.
        (AbortedRequest.prototype.startXHR.handleEvent):
        (AbortedRequest.prototype.startXHR.abortReq):
        (AbortedRequest.prototype.startXHR.else):
        (AbortedRequest.prototype.startXHR):
        (AbortedRequest.prototype.noEventsFired):
        (AbortedRequest.prototype.getMessage):
        (AbortedRequest.prototype.handleEvent):
        (SyncRequestSettingTimeoutAfterOpen.startXHR),
        (SyncRequestSettingTimeoutBeforeOpen.startXHR): Test classes for synchronous XHR cases.
        (TestCounter.testComplete),
        (TestCounter.next): Used for cycling through tests.
        * platform/chromium/TestExpectations: Skipping XHR timeout cases since setTimeoutInterval is not supported in Chromium's HTTP stack.
        * platform/gtk/TestExpectations: Marking XHR timeout cases as slow in order to run them with a longer test timeout threshold.
        * platform/qt/TestExpectations: Skipping XHR timeout cases since setTimeoutInterval is not supported in Chromium's HTTP stack.

2012-10-23  Levi Weintraub  

        Unreviewed gardening. css3/filters/blur-filter-page-scroll-self.html is crashing
        now as well as generating incorrect image results :(

        * platform/chromium/TestExpectations:

2012-10-23  Yael Aharon  

        [WIN7] Skip fast/media/mq-resolution.html.
        https://bugs.webkit.org/show_bug.cgi?id=100143.

        Reviewed by Kenneth Rohde Christiansen.

        The feature is not yet implemented.

        * platform/win/TestExpectations:

2012-10-23  Christophe Dumez  

        Possible assertion hit in WebCore::HTMLSelectElement::updateListBoxSelection()
        https://bugs.webkit.org/show_bug.cgi?id=99967

        Reviewed by Tony Chang.

        Added layout test to reproduce an assertion hit in
        WebCore::HTMLSelectElement::updateListBoxSelection() when pressing the left
        button outside a multiselect and then moving the mouse over the multiselect
        element while holding the button down.

        * fast/dom/HTMLSelectElement/select-selectedIndex-noAnchorIndex-crash-expected.txt: Added.
        * fast/dom/HTMLSelectElement/select-selectedIndex-noAnchorIndex-crash.html: Added.

2012-10-23  Pavel Feldman  

        Web Inspector: array grouping does not work for arrays with exactly 10000 elements.
        https://bugs.webkit.org/show_bug.cgi?id=100131

        Reviewed by Vsevolod Vlasov.

        * inspector/console/console-big-array-expected.txt:
        * inspector/console/console-big-array.html:

2012-10-23  Shinya Kawanaka  

        The order of resolving distribution in tree composition is wrong.
        https://bugs.webkit.org/show_bug.cgi?id=99552

        Reviewed by Dimitri Glazkov.

        We also fix the existing wrong test.

        * fast/dom/shadow/content-reprojection-order-expected.html: Added.
        * fast/dom/shadow/content-reprojection-order.html: Added.
        * fast/dom/shadow/shadow-element-rendering-single.html:

2012-10-23  Zan Dobersek  

        Unreviewed GTK gardening.

        Adding failure expectation for fast/media/mq-resolution.html, it relies
        on the Resolution Media Query feature being enabled.
        Adding a proper bug modifier for fast/files/workers/worker-apply-blob-url-to-xhr.html.

        * platform/gtk/TestExpectations:

2012-10-23  Vsevolod Vlasov  

        Web Inspector: Move UISourceCode creation out of mappings to workspace.
        https://bugs.webkit.org/show_bug.cgi?id=100092

        Reviewed by Pavel Feldman.

        * http/tests/inspector/workspace-test.js:
        (initialize_WorkspaceTest.InspectorTest.addMockUISourceCodeToWorkspace):
        * inspector/debugger/resource-script-mapping-expected.txt:
        * inspector/debugger/scripts-panel.html:

2012-10-23  Mike West  

        Web Inspector: MIME type errors should truncate long URLs.
        https://bugs.webkit.org/show_bug.cgi?id=100083

        Reviewed by Pavel Feldman.

        * http/tests/inspector/network/image-as-text-loading-data-url-expected.txt: Added.
        * http/tests/inspector/network/image-as-text-loading-data-url.html: Added.

2012-10-23  Alexander Pavlov  

        Web Inspector: Crash when adding a keyframes rule in the Styles pane
        https://bugs.webkit.org/show_bug.cgi?id=99826

        Reviewed by Pavel Feldman.

        * inspector/styles/add-new-rule-invalid-selector-expected.txt: Added.
        * inspector/styles/add-new-rule-invalid-selector.html: Added.

2012-10-15  Kenneth Rohde Christiansen  

        Add support for resolution media query
        https://bugs.webkit.org/show_bug.cgi?id=99077

        Reviewed by Antti Koivisto.

        Test (resolution: x) media query to ensure compliance
        with spec plus proposed dppx values.

        * fast/media/mq-resolution-expected.txt: Added.
        * fast/media/mq-resolution.html: Added.

        * LayoutTests/platform/mac/TestExpectations:
        * LayoutTests/platform/chromium/TestExpectations:

            Skip the test as the ports do not enable CSS Image Resolution.

2012-10-23  Csaba Osztrogonác  

        [Qt][WK2] Unreviewed gardening.

        * platform/qt-5.0-wk2/http/tests/navigation/forward-and-cancel-expected.txt:

2012-10-23  Csaba Osztrogonác  

        [Qt] Unreviewed holiday gardening to paint the bots green.

        * platform/qt-5.0-wk2/http/tests/navigation/forward-and-cancel-expected.txt: Added after r132041.
        * platform/qt-5.0-wk2/http/tests/navigation/postredirect-frames-expected.txt: Added after r132041.
        * platform/qt-5.0-wk2/http/tests/navigation/postredirect-goback2-expected.txt: Added after r132041.
        * platform/qt/TestExpectations: Skip new failing tests.

2012-10-23  Adam Klein  

        Always parse pasted fragments as HTML even on XHTML pages
        https://bugs.webkit.org/show_bug.cgi?id=99880

        Reviewed by Ojan Vafai.

        Updated existing tests to match new expected behavior.

        * editing/pasteboard/paste-noscript-xhtml-expected.txt: The HTML
        parser leaves