2012-04-18 Mahesh Kulkarni [Qt][Wk2] unskip page-reload-cancel-permission-requests from geolocation for wk2 https://bugs.webkit.org/show_bug.cgi?id=84293 Reviewed by Tor Arne Vestbø. Unskipped page-reload-cancel-permission-requests after r105988. * platform/qt-5.0-wk2/Skipped: 2012-04-19 Ken Buchanan New ruby tests broken on Mac https://bugs.webkit.org/show_bug.cgi?id=84382 Reviewed by Eric Seidel. Tweaking new tests to make them render the same on all platforms. * fast/ruby/floating-ruby-text-expected.txt: * fast/ruby/floating-ruby-text.html: * fast/ruby/positioned-ruby-text-expected.txt: * fast/ruby/positioned-ruby-text.html: 2012-04-19 Huang Dongsung Canvas more precisely makes the bounding rect for stroke rendering. https://bugs.webkit.org/show_bug.cgi?id=75792 Reviewed by Simon Fraser. * fast/canvas/canvas-strokePath-cap-join-expected.txt: Added. * fast/canvas/canvas-strokePath-cap-join.html: Added. * fast/canvas/script-tests/canvas-strokePath-cap-join.js: Added. 2012-04-19 Luke Macpherson Fix null-pointer dereference in ApplyPropertyZoom::applyValue(). https://bugs.webkit.org/show_bug.cgi?id=84279 Reviewed by Simon Fraser. * fast/css/zoom-on-unattached-expected.txt: Added. * fast/css/zoom-on-unattached.html: Added. 2012-04-19 Jer Noble REGRESSION (r114666): fast/ruby/floating-ruby-text.html, fast/ruby/positioned-ruby-text.html failing on Lion Release (Tests) https://bugs.webkit.org/show_bug.cgi?id=84384 Add platform/mac baselines for new ruby tests. * platform/mac/fast/ruby/floating-ruby-text-expected.txt: Added. * platform/mac/fast/ruby/positioned-ruby-text-expected.txt: Added. 2012-04-19 Gavin Barraclough Check in correct expectations for some passing tests. Rubber stamped by Oliver Hunt. * platform/mac/test_expectations.txt: 2012-04-19 David Grogan Remove description from calls to indexedDB.open https://bugs.webkit.org/show_bug.cgi?id=84109 open() used to take two parameters, a database name and an optional string database description. The description was deprecated. An optional integer version parameter was recently added in its place. This change removes the description parameter from calls that still had it so that it's not interpreted as a version. Reviewed by Eric Seidel. * storage/indexeddb/create-object-store-options-expected.txt: * storage/indexeddb/createObjectStore-name-argument-required-expected.txt: * storage/indexeddb/createObjectStore-null-name-expected.txt: * storage/indexeddb/cursor-update-value-argument-required-expected.txt: * storage/indexeddb/database-odd-names-expected.txt: * storage/indexeddb/deleteObjectStore-name-argument-required-expected.txt: * storage/indexeddb/deleteObjectStore-null-name-expected.txt: * storage/indexeddb/factory-basics-expected.txt: * storage/indexeddb/index-get-key-argument-required-expected.txt: * storage/indexeddb/invalid-keys-expected.txt: * storage/indexeddb/key-sort-order-across-types-expected.txt: * storage/indexeddb/key-sort-order-date-expected.txt: * storage/indexeddb/key-type-array-expected.txt: * storage/indexeddb/key-type-infinity-expected.txt: * storage/indexeddb/keypath-basics-expected.txt: * storage/indexeddb/keypath-fetch-key-expected.txt: * storage/indexeddb/objectStore-required-arguments-expected.txt: * storage/indexeddb/odd-strings-expected.txt: * storage/indexeddb/readonly-expected.txt: * storage/indexeddb/readonly-properties-expected.txt: * storage/indexeddb/resources/create-object-store-options.js: (test): * storage/indexeddb/resources/createObjectStore-name-argument-required.js: (test): * storage/indexeddb/resources/createObjectStore-null-name.js: (test): * storage/indexeddb/resources/cursor-update-value-argument-required.js: (test): * storage/indexeddb/resources/database-odd-names.js: (openNextDatabase): * storage/indexeddb/resources/deleteObjectStore-name-argument-required.js: (test): * storage/indexeddb/resources/deleteObjectStore-null-name.js: (test): * storage/indexeddb/resources/factory-basics.js: (test): (getDatabaseNamesSuccess1): * storage/indexeddb/resources/index-get-key-argument-required.js: (test): * storage/indexeddb/resources/invalid-keys.js: (test): * storage/indexeddb/resources/key-sort-order-across-types.js: (test): * storage/indexeddb/resources/key-sort-order-date.js: (test): * storage/indexeddb/resources/key-type-array.js: (test): * storage/indexeddb/resources/key-type-infinity.js: (test): * storage/indexeddb/resources/keypath-basics.js: (test): * storage/indexeddb/resources/keypath-fetch-key.js: (test): * storage/indexeddb/resources/objectStore-required-arguments.js: (test): * storage/indexeddb/resources/odd-strings.js: (openNextDatabase): (verifyNextDatabase): * storage/indexeddb/resources/readonly-properties.js: (test): * storage/indexeddb/resources/readonly.js: (test): * storage/indexeddb/resources/setVersion-null.js: (test): * storage/indexeddb/resources/setVersion-undefined.js: (test): * storage/indexeddb/resources/transaction-and-objectstore-calls.js: (test): * storage/indexeddb/resources/transaction-storeNames-required.js: (test): * storage/indexeddb/resources/value-undefined.js: (test): * storage/indexeddb/resources/values-odd-types.js: (test): * storage/indexeddb/setVersion-null-expected.txt: * storage/indexeddb/setVersion-undefined-expected.txt: * storage/indexeddb/transaction-and-objectstore-calls-expected.txt: * storage/indexeddb/transaction-storeNames-required-expected.txt: * storage/indexeddb/value-undefined-expected.txt: * storage/indexeddb/values-odd-types-expected.txt: 2012-04-19 Philippe Normand Unreviewed, GTK test_expectations update after r114640. * platform/gtk/test_expectations.txt: 2012-04-19 Ken Buchanan Positioned children of ruby runs not handled correctly during layout https://bugs.webkit.org/show_bug.cgi?id=84157 Reviewed by Julien Chaffraix. * fast/ruby/modify-positioned-ruby-text-crash-expected.txt: Added * fast/ruby/modify-positioned-ruby-text-crash.html: Exercises the crash condition in but 84157 relating to positioned ruby text. This is being added in case support for positioned ruby text is added in future, so that we can guard against regression. * fast/ruby/floating-ruby-text-expected.png: Added * fast/ruby/floating-ruby-text-expected.txt: Added * fast/ruby/floating-ruby-text.html: Creates a positioned ruby text. The position should be ignored. * fast/ruby/positioned-ruby-text-expected.png: Added * fast/ruby/positioned-ruby-text-expected.txt: Added * fast/ruby/positioned-ruby-text.html: Creates a floating ruby text. The float should be ignored. 2012-04-19 vsevik@chromium.org Web Inspector: No response body available for cached resource requests with error status codes. https://bugs.webkit.org/show_bug.cgi?id=84265 Reviewed by Pavel Feldman. * http/tests/inspector/network/network-image-404-expected.txt: Added. * http/tests/inspector/network/network-image-404.html: Added. * http/tests/inspector/network/resources/404.php: Added. 2012-04-19 Xianzhu Wang DevTools highlights elements in frames at un-scaled positions https://bugs.webkit.org/show_bug.cgi?id=84181 The new test case is a scaled web page containing an iframe. It tests if the highlight rect of an element in the iframe is correct. Reviewed by Pavel Feldman. * inspector/elements/highlight-node-scaled-expected.txt: Added. * inspector/elements/highlight-node-scaled.html: Added. * inspector/elements/resources/highlight-node-scaled-iframe.html: Added. 2012-04-19 Alexey Proskuryakov AVFoundation: media/video-size-intrinsic-scale.html test fails, and the movie is drawn incorrectly https://bugs.webkit.org/show_bug.cgi?id=66601 Reviewed by Eric Carlson. * platform/mac-snowleopard/media/video-size-intrinsic-scale-expected.txt: Added. Copied passing result, since this doesn't fail on Snow Leopard. * platform/mac/media/video-size-intrinsic-scale-expected.txt: Added a failing results to make bots green. 2012-04-19 Dominik Röttsches [GTK] 3 fast/ layout tests failing after upgrading libsoup to 2.37.92 https://bugs.webkit.org/show_bug.cgi?id=82484 Reviewed by Martin Robinson. Unskipping tests that were previously failing due to a bug in libsoup. * platform/gtk/test_expectations.txt: 2012-04-19 Anna Cavender Space out captions-fast.vtt to prevent flakiness in media/track/track-mode.html. https://bugs.webkit.org/show_bug.cgi?id=83878 Reviewed by Eric Carlson. * media/track/captions-webvtt/captions-fast.vtt: * media/track/track-mode-expected.txt: * media/track/track-mode.html: 2012-04-19 Yury Semikhatsky Web Inspector: make constructors and diff heap snapshot data grids use viewport https://bugs.webkit.org/show_bug.cgi?id=84348 HeapSnapshotViewportDataGrid is introduced which allows to add to the tbody only visible rows. HeapSnapshotConstructorsDataGrid and HeapSnapshotDiffDataGrid are inherited from this class which makes them operate well on large amounts of nodes. Reviewed by Pavel Feldman. * inspector/profiler/heap-snapshot-test.js: since summary and containment views are now viewports, we should make sure all lazy clean up is done before collecting visible rows content. (initialize_HeapSnapshotTest): 2012-04-19 Sudarsana Nagineni [EFL] [DRT] Unskip KeyEvent related tests which are passing now https://bugs.webkit.org/show_bug.cgi?id=84345 Unreviewed, unskip passing KeyEvent tests. * platform/efl/Skipped: 2012-04-19 Sheriff Bot Unreviewed, rolling out r114626. http://trac.webkit.org/changeset/114626 https://bugs.webkit.org/show_bug.cgi?id=84349 caused new assertions in debug builds (Requested by smfr_ on #webkit). * http/tests/inspector/network/network-image-404-expected.txt: Removed. * http/tests/inspector/network/network-image-404.html: Removed. * http/tests/inspector/network/resources/404.php: Removed. 2012-04-19 Victor Carbune Display a TextTrackCue when snap-to-lines flag is not set https://bugs.webkit.org/show_bug.cgi?id=79750 Reviewed by Eric Carlson. Added tests to support positioning of cues when snap-to-lines set. * media/media-controls.js: (textTrackDisplayElement): Added an extra parameter, to return the display box of the N-th active cue. * media/track/captions-webvtt/captions-snap-to-lines-not-set.vtt: Added. * media/track/track-cue-rendering-expected.txt: Updated background color check. * media/track/track-cue-rendering-snap-to-lines-not-set-expected.txt: Added. * media/track/track-cue-rendering-snap-to-lines-not-set.html: Added. * media/track/track-cue-rendering.html: Updated background color check. 2012-04-19 Filip Pizlo JSC testing should have complete coverage over typed array types https://bugs.webkit.org/show_bug.cgi?id=84302 Rubber stamped by Gavin Barraclough. Added float64 array test coverage. * fast/js/dfg-float64array-expected.txt: Added. * fast/js/dfg-float64array.html: Added. * fast/js/jsc-test-list: * fast/js/script-tests/dfg-float64array.js: Added. (getter1): (setter1): (getter2): (setter2): (getter3): (setter3): (getter4): (setter4): (getters.getter1.a): (.a): (setters.setter1.a): (safeGetter): (safeSetter): 2012-04-19 Stephen Chenney Add expectation for flaky svg/custom/foreign-object-skew.svg Unreviewed Chromium expectations fix. * platform/chromium/test_expectations.txt: 2012-04-18 Vsevolod Vlasov Web Inspector: No response body available for cached resource requests with error status codes. https://bugs.webkit.org/show_bug.cgi?id=84265 * http/tests/inspector/network/network-image-404-expected.txt: Added. * http/tests/inspector/network/network-image-404.html: Added. * http/tests/inspector/network/resources/404.php: Added. 2012-04-19 Ádám Kallai [Qt] Gardening. Skip failing reftest after 114574. Reviewed by Csaba Osztrogonác. * platform/qt/Skipped: 2012-04-19 Pavel Feldman Web Inspector: reuse ParsedUrl in the UISourceCode https://bugs.webkit.org/show_bug.cgi?id=84326 Reviewed by Yury Semikhatsky. * http/tests/inspector/debugger-test.js: (initialize_DebuggerTest): * inspector/debugger/ui-source-code-display-name.html: 2012-04-18 Takashi Toyoshima Unreviewed, add expected.txt for cookies-wrong-domain-rejected-result.php . * http/tests/security/cookies/cookies-wrong-domain-rejected-result-expected.txt: Added. 2012-04-18 Takashi Toyoshima Unrevieded, rebaseline svg/as-image/img-preserveAspectRatio-support-1.html * platform/chromium-mac-leopard/svg/as-image/img-preserveAspectRatio-support-1-expected.png: 2012-04-18 Jason Liu [BlackBerry] Parsed Cookie's m_hasDefaultDomain is not needed. https://bugs.webkit.org/show_bug.cgi?id=82830 Reviewed by George Staikos. * http/tests/security/cookies/cookies-wrong-domain-rejected-expected.txt: Added. * http/tests/security/cookies/cookies-wrong-domain-rejected-result.php: Added. * http/tests/security/cookies/cookies-wrong-domain-rejected.php: Added. 2012-04-18 Hironori Bono Split SpellChecker::didCheck() to SpellChecker::didCheckSucceeded() and SpellChecker::didCheckCanceled() https://bugs.webkit.org/show_bug.cgi?id=83748 Reviewed by Ryosuke Niwa. The current SpellChecker::didCheck() does not delete existing markers. It causes a problem that it leaves misspelled markers when a spellchecker client finishes checking text successfully. This change splits this function to didCheckSucceeded() and didCheckCanceled() so the SpellChecker class can delete existing markers when its client finishes checking text successfully. (We do not have to erase existing markers when the client needs to cancel a text-check request.) * platform/chromium/editing/spelling/delete-misspelled-word-expected.txt: Added. * platform/chromium/editing/spelling/delete-misspelled-word.html: Added. 2012-04-18 Raymond Toy Expose attack, release as DynamicsCompressorNode's attributes. https://bugs.webkit.org/show_bug.cgi?id=81221 Reviewed by Chris Rogers. * webaudio/dynamicscompressor-basic-expected.txt: * webaudio/dynamicscompressor-basic.html: 2012-04-18 Philippe Normand Unreviewed, GTK test_expectations update. * platform/gtk/test_expectations.txt: Mark new fast/table test as failing. 2012-04-18 Filip Pizlo JSC testing should have complete coverage over typed array types https://bugs.webkit.org/show_bug.cgi?id=84302 Rubber stamped by Geoff Garen. Changed calls to shouldBe("...", "...") to be more informative, per Geoff's suggestion. * fast/js/dfg-float32array-expected.txt: * fast/js/dfg-int16array-expected.txt: * fast/js/dfg-int32array-expected.txt: * fast/js/dfg-int32array-overflow-values-expected.txt: * fast/js/dfg-int8array-expected.txt: * fast/js/dfg-uint16array-expected.txt: * fast/js/dfg-uint32array-expected.txt: * fast/js/dfg-uint32array-overflow-values-expected.txt: * fast/js/dfg-uint8array-expected.txt: * fast/js/dfg-uint8clampedarray-expected.txt: * fast/js/script-tests/dfg-float32array.js: * fast/js/script-tests/dfg-int16array.js: * fast/js/script-tests/dfg-int32array-overflow-values.js: * fast/js/script-tests/dfg-int32array.js: * fast/js/script-tests/dfg-int8array.js: * fast/js/script-tests/dfg-uint16array.js: * fast/js/script-tests/dfg-uint32array-overflow-values.js: * fast/js/script-tests/dfg-uint32array.js: * fast/js/script-tests/dfg-uint8array.js: * fast/js/script-tests/dfg-uint8clampedarray.js: 2012-04-18 Filip Pizlo JSC testing should have complete coverage over typed array types https://bugs.webkit.org/show_bug.cgi?id=84302 Reviewed by Geoff Garen. Added tests for uint8 and uint16 arrays. Added a test for uint32 arrays that does not focus entirely on overflow values. Also added the typed array tests to the repertoire that can be run by run-fast-jsc. * fast/js/dfg-int16array-expected.txt: * fast/js/dfg-int8array-expected.txt: * fast/js/dfg-uint16array-expected.txt: Added. * fast/js/dfg-uint16array.html: Added. * fast/js/dfg-uint32array-expected.txt: Added. * fast/js/dfg-uint32array.html: Added. * fast/js/dfg-uint8array-expected.txt: Added. * fast/js/dfg-uint8array.html: Added. * fast/js/jsc-test-list: * fast/js/script-tests/dfg-int16array.js: * fast/js/script-tests/dfg-int8array.js: * fast/js/script-tests/dfg-uint16array.js: Added. (getter1): (setter1): (getter2): (setter2): (getter3): (setter3): (getter4): (setter4): (getters.getter1.a): (.a): (setters.setter1.a): (safeGetter): (safeSetter): * fast/js/script-tests/dfg-uint32array.js: Added. (getter1): (setter1): (getter2): (setter2): (getter3): (setter3): (getter4): (setter4): (getters.getter1.a): (.a): (setters.setter1.a): (safeGetter): (safeSetter): * fast/js/script-tests/dfg-uint8array.js: Added. (getter1): (setter1): (getter2): (setter2): (getter3): (setter3): (getter4): (setter4): (getters.getter1.a): (.a): (setters.setter1.a): (safeGetter): (safeSetter): 2012-04-18 Philippe Normand [GTK] r114021 triggered media flakyness https://bugs.webkit.org/show_bug.cgi?id=83874 Reviewed by Eric Carlson. Fix-up use of setMediaPlaybackRequiresUserGesture() in two media tests. * media/video-load-require-user-gesture.html: * media/video-play-require-user-gesture.html: * platform/gtk/test_expectations.txt: 2012-04-18 Philippe Normand Unreviewed, GTK test_expectations update. * platform/gtk/test_expectations.txt: Unflag some tests now passing. 2012-04-18 Julien Chaffraix REGRESSION(102040): Auto-table layout with percent width doesn't shrink-to-fit content a cell with colspan https://bugs.webkit.org/show_bug.cgi?id=84260 Reviewed by Ojan Vafai. * fast/table/td-width-fifty-percent-regression-expected.html: Added. * fast/table/td-width-fifty-percent-regression.html: Added. 2012-04-18 Philippe Normand Unreviewed, GTK test_expectations update. * platform/gtk/test_expectations.txt: Mark some tests as crashing in debug builds due to bug 63611. 2012-04-18 Allan Sandfeld Jensen Clean-up WheelEvent Conversion. https://bugs.webkit.org/show_bug.cgi?id=84243 Reviewed by Simon Hausmann. * platform/qt/fast/events/continuous-platform-wheelevent-in-scrolling-div-expected.txt: 2012-04-18 Keishi Hattori [chromium] Turn on ENABLE_DATALIST for chromium https://bugs.webkit.org/show_bug.cgi?id=84118 Reviewed by Kent Tamura. * platform/chromium/fast/forms/label/labelable-elements-expected.txt: Update expectated result. 2012-04-18 Dominik Röttsches [EFL][DRT] Update baselines after font-face support was fixed https://bugs.webkit.org/show_bug.cgi?id=84234 Unreviewed, EFL gardening. Fixing baselines for css/font-face* tests and tests affected by working @font-face. A bunch of table/* rebaselines will follow in a separate batch. * platform/efl/fast/css/beforeSelectorOnCodeElement-expected.png: * platform/efl/fast/css/font-face-default-font-expected.png: * platform/efl/fast/css/font-face-in-media-rule-expected.png: * platform/efl/fast/css/font-face-multiple-faces-expected.png: * platform/efl/fast/css/font-face-multiple-faces-expected.txt: * platform/efl/fast/css/font-face-opentype-expected.png: * platform/efl/fast/css/font-face-opentype-expected.txt: * platform/efl/fast/css/font-face-remote-expected.png: * platform/efl/fast/css/font-face-remote-expected.txt: * platform/efl/fast/css/font-face-synthetic-bold-italic-expected.png: Added. * platform/efl/fast/css/font-face-synthetic-bold-italic-expected.txt: Added. * platform/efl/fast/css/font-face-unicode-range-expected.png: * platform/efl/fast/css/font-face-unicode-range-expected.txt: * platform/efl/fast/css/font-face-weight-matching-expected.png: Added. * platform/efl/fast/css/font-face-weight-matching-expected.txt: Added. * platform/efl/fast/css/font-face-woff-expected.png: * platform/efl/fast/css/font-face-woff-expected.txt: * platform/efl/fast/css/rtl-ordering-expected.txt: * platform/efl/fast/css/text-security-expected.txt: * platform/efl/fast/events/updateLayoutForHitTest-expected.png: * platform/efl/fast/writing-mode/broken-ideograph-small-caps-expected.png: * platform/efl/fast/writing-mode/broken-ideograph-small-caps-expected.txt: * platform/efl/fast/writing-mode/broken-ideographic-font-expected.png: * platform/efl/fast/writing-mode/broken-ideographic-font-expected.txt: * platform/efl/test_expectations.txt: 2012-04-18 David Grogan IDB: Pending setVersion call in worker prevents document from opening the db, even after worker termination https://bugs.webkit.org/show_bug.cgi?id=83952 These two tests fail in DRT most proximately because DRT provides different instances of IDBFactoryBackend to a document and worker: https://bugs.webkit.org/show_bug.cgi?id=82776. One fails in chromium because of a logic error tracked by http://crbug.com/123418. The plan is to run them both as browser tests when the logic is fixed, but just one in the meantime. Also added SKIP for storage/indexeddb/dont-commit-on-blocked.html since it also can't pass in DRT and just turns the flakiness dashboard all red. Reviewed by Ojan Vafai. * platform/chromium/test_expectations.txt: * storage/indexeddb/pending-version-change-stuck-expected.txt: Added. * storage/indexeddb/pending-version-change-stuck-works-with-terminate-expected.txt: Added. * storage/indexeddb/pending-version-change-stuck-works-with-terminate.html: Added. * storage/indexeddb/pending-version-change-stuck.html: Added. * storage/indexeddb/resources/pending-version-change-stuck.js: Added. (test.request.onsuccess.request.onblocked): (test.request.onsuccess): (test): 2012-04-18 Luiz Agostini matchMedia() MediaQueryList not updating https://bugs.webkit.org/show_bug.cgi?id=75903 Reviewed by Antti Koivisto. Testing MediaQueryLists listeners related to viewport changes. * fast/media/media-query-list-08-expected.txt: Added. * fast/media/media-query-list-08.html: Added. Skipping the new test in Mac and Qt due to an issue in its DumpRenderTree. * platform/qt/Skipped: * platform/mac/Skipped: 2012-04-18 Philippe Normand Unreviewed, GTK test_expectations update. * platform/gtk/test_expectations.txt: Skip some failing tests and mark 3 more frame flattening tests flaky. 2012-04-18 Sheriff Bot Unreviewed, rolling out r114506. http://trac.webkit.org/changeset/114506 https://bugs.webkit.org/show_bug.cgi?id=84254 Seems to be making gtk's DumpRenderTree crash occasionally (Requested by tomz on #webkit). * platform/gtk/test_expectations.txt: 2012-04-18 Adrienne Walker [chromium] Unreviewed, rebaseline compositing tests after r114283. https://bugs.webkit.org/show_bug.cgi?id=84083 * platform/chromium-linux/compositing/overflow/overflow-positioning-expected.png: * platform/chromium-mac-leopard/compositing/overflow/overflow-positioning-expected.png: Added. * platform/chromium-mac-snowleopard/compositing/overflow/overflow-positioning-expected.png: * platform/chromium-mac/compositing/overflow/overflow-positioning-expected.png: * platform/chromium-win/compositing/backing/no-backing-for-clip-expected.txt: Added. * platform/chromium-win/compositing/backing/no-backing-for-clip-overlap-expected.txt: Added. * platform/chromium-win/compositing/backing/no-backing-for-perspective-expected.txt: Added. * platform/chromium-win/compositing/geometry/preserve-3d-switching-expected.txt: * platform/chromium-win/compositing/overflow/overflow-positioning-expected.png: * platform/chromium/test_expectations.txt: 2012-04-18 Sheriff Bot Unreviewed, rolling out r114506. http://trac.webkit.org/changeset/114506 https://bugs.webkit.org/show_bug.cgi?id=84254 Seems to be making gtk's DumpRenderTree crash occasionally (Requested by tomz on #webkit). * platform/gtk/test_expectations.txt: 2012-04-18 Simon Fraser ASSERT when a layer with a foreground layer is in 'paint into ancestor' mode https://bugs.webkit.org/show_bug.cgi?id=84221 Reviewed by Dean Jackson. New testcase. * compositing/backing/no-backing-foreground-layer-expected.txt: Added. * compositing/backing/no-backing-foreground-layer.html: Added. 2012-04-18 Simon Pena [GTK] r114021 triggered media flakyness https://bugs.webkit.org/show_bug.cgi?id=83874 Reviewed by Philippe Normand. media/video-load-require-user-gesture.html and media/video-play-require-user-gesture.html where enabling MediaPlaybackRequiresUserGesture when run, so tests running concurrently would fail -they would pass when run independently. Since new API is added to ensure DumpRenderTree is able to reset that setting, having media/video-load-require-user-gesture.html and media/video-play-require-user-gesture.html no longer causes flakiness. * platform/gtk/test_expectations.txt: Unskip media/video-load-require-user-gesture.html and media/video-play-require-user-gesture.html 2012-04-18 Yury Semikhatsky Web Inspector: DataGrid should use explicit root node https://bugs.webkit.org/show_bug.cgi?id=84240 DataGrid now has an explicit root node. All children are added/removed to that node. Reviewed by Pavel Feldman. * inspector/profiler/heap-snapshot-test.js: (initialize_HeapSnapshotTest): * inspector/storage-panel-dom-storage.html: 2012-04-18 Stephen Chenney Layout Test svg/transforms/transform-origin-css-property.xhtml is failing https://bugs.webkit.org/show_bug.cgi?id=84203 Unreviewed test expectation fix. The svg/transforms/transform-origin-css-property.xhtml test has a ref-test for it, so there should not be any image expectations. If the test if failing, we need to look at why the ref test is not valid, or why we differ. The expectations file update here is just some cleanup for https://bugs.webkit.org/show_bug.cgi?id=84230. * platform/chromium-mac/svg/transforms/transform-origin-css-property-expected.png: Removed. * platform/chromium-win/svg/transforms/transform-origin-css-property-expected.png: Removed. * platform/chromium/test_expectations.txt: 2012-04-18 Takashi Toyoshima Unreviewed, update expectations https://bugs.webkit.org/show_bug.cgi?id=84230 * platform/chromium/test_expectations.txt: 2012-04-17 Pavel Feldman Web Inspector: document.open removes the documentElement, but does not clear the elements panel. https://bugs.webkit.org/show_bug.cgi?id=84179 Reviewed by Yury Semikhatsky. * http/tests/inspector/elements-test.js: (initialize_ElementTest.InspectorTest.dumpElementsTree.print): (initialize_ElementTest.InspectorTest.dumpElementsTree): * inspector/elements/delete-from-document-expected.txt: Added. * inspector/elements/delete-from-document.html: Added. 2012-04-18 Max Feil [BlackBerry] Tab awareness for HTML5 concurrent audio https://bugs.webkit.org/show_bug.cgi?id=82930 Layout test for concurrent HTML5 audio. This is a simple test to confirm that multiple audio elements can play at the same time. Reviewed by George Staikos. * media/audio-concurrent-supported-expected.txt: Added. * media/audio-concurrent-supported.html: Added. 2012-04-18 Zoltan Arvai [Qt] Unreviewed gardening, skipping test that uses disabled feature SHADOW_DOM * platform/qt/Skipped: fast/dom/shadow/adopt-node-with-shadow-root.html 2012-04-17 Takashi Toyoshima Unreviewed, rebaseline of svg/W3C-SVG-1.1/masking-intro-01-f.svg . * platform/chromium-win-vista/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png: 2012-04-17 Jer Noble WebKitTestRunner needs textInputController https://bugs.webkit.org/show_bug.cgi?id=42337 Update wk2 Skipped list to skip new failing test. * platform/wk2/Skipped: 2012-04-17 Jer Noble [WK2] http/tests/navigation/anchor-frames-same-origin.html fails https://bugs.webkit.org/show_bug.cgi?id=84227 Update wk2 Skipped list to skip new failing test. * platform/wk2/Skipped: 2012-04-17 Takashi Toyoshima Unreviewed, rebaseline of svg/as-background-image/svg-as-background-6.html . * platform/chromium-linux/svg/as-background-image/svg-as-background-6-expected.png: Added. * platform/chromium-mac-leopard/svg/as-background-image/svg-as-background-6-expected.png: Added. * svg/as-background-image/svg-as-background-6-expected.txt: Renamed from LayoutTests/platform/efl/svg/as-background-image/svg-as-background-6-expected.txt. 2012-04-17 MORITA Hajime ShadowRoot shouldn't be adopted by any Document. https://bugs.webkit.org/show_bug.cgi?id=84127 Reviewed by Dimitri Glazkov. * fast/dom/shadow/adopt-node-with-shadow-root-expected.txt: Added. * fast/dom/shadow/adopt-node-with-shadow-root.html: Added. 2012-04-17 Jer Noble REGRESSION (r114406-r114417): media/video-playing-and-pause.html failing on Lion Release (WebKit2 Tests) https://bugs.webkit.org/show_bug.cgi?id=84226 Remove expected failing results ſtor media/video-playing-and-pause.html. * platform/mac-wk2/media/video-playing-and-pause-expected.txt: Removed. 2012-04-17 Takashi Toyoshima Unreviewed, revert temporal expectation changeset (114248) https://bugs.webkit.org/show_bug.cgi?id=84024 * platform/chromium/test_expectations.txt: 2012-04-17 David Dorwin Re-enable W3C canPlayType() tests on Chromium https://bugs.webkit.org/show_bug.cgi?id=84164 They use the new expectations override from changeset 112937 and pass after http://crrev.com/132463. Unreviewed, layout test expectations update. * platform/chromium/test_expectations.txt: 2012-04-17 Jer Noble REGRESSION (r114206): fast/harness/use-page-cache.html tests failing on Lion Debug (WebKit2 Tests) https://bugs.webkit.org/show_bug.cgi?id=84206 Remove expected failing test results for fast/harness/use-page-cache.html. * platform/mac-wk2/fast/harness/use-page-cache-expected.txt: Removed. 2012-04-17 Alec Flett IndexedDB chooses wrong record on PREV_NO_DUPLICATE index cursor https://bugs.webkit.org/show_bug.cgi?id=60746 Reviewed by Ojan Vafai. Test for PREV_NO_DUPLICATE. * storage/indexeddb/cursor-prev-no-duplicate.html: Added. * storage/indexeddb/cursor-prev-no-duplicate.txt: Added. * storage/indexeddb/mozilla/index-prev-no-duplicate-expected.txt: Added. * storage/indexeddb/mozilla/index-prev-no-duplicate.html: Added. * storage/indexeddb/resources/cursor-prev-no-duplicate.js: Added. (prepareDatabase.openreq.onsuccess.verreq.onsuccess): (prepareDatabase.openreq.onsuccess): (prepareDatabase): (populateStore): (runAllTests): (waitFor): (complete.fireCallback): (complete): (testFarRangeCursor): (makeOpenKeyCursor): (runTest.trans.oncomplete): (runTest.testFunction): (runTest): 2012-04-17 Yuta Kitamura Unreviewed, unskip some WebSocket worker tests that should not be skipped. * platform/chromium/test_expectations.txt: 2012-04-17 Mike Reed need to rebaseline after skia 3695 lands https://bugs.webkit.org/show_bug.cgi?id=84184 Unreviewed. expectations change only. * platform/chromium/test_expectations.txt: 2012-04-17 Yi Shen Caret is not rendered properly inside an input element with text-indent https://bugs.webkit.org/show_bug.cgi?id=82688 Reviewed by Ryosuke Niwa. For an empty input element, there is no RenderText. Instead, RenderBlock::localCaretRect provides the caret position for rendering the caret in the empty input element. To get correct caret rect, textIndentOffset() should be used to adjust the caret's position. * editing/style/text-indent-expected.txt: Added. * editing/style/text-indent.html: Added. 2012-04-17 Vincent Scheib [Chromium] Mark test failing IMAGE: svg/transforms/transform-origin-css-property.xhtml Unreviewed. * platform/chromium/test_expectations.txt: 2012-04-17 Ben Murdoch `localStorage.setItem` can overwrite `localStorage` methods https://bugs.webkit.org/show_bug.cgi?id=30996 Add a test to verify that setting a DOM Storage key with the same name as a function on the Storage object does not prevent that function being called, but also that it can still be retrieved via the getItem function. Reviewed by Kentaro Hara. * storage/domstorage/script-tests/storage-functions-not-overwritten.js: Added. (doWedgeThySelf): (testStorage): (runTest): * storage/domstorage/storage-functions-not-overwritten-expected.txt: Added. * storage/domstorage/storage-functions-not-overwritten.html: Added. 2012-04-17 Vincent Scheib [Chromium] Rebaseline minor text pixel differences in bidi-menulist-expected. Unreviewed. * platform/chromium-mac-leopard/fast/text/international/bidi-menulist-expected.png: Added. 2012-04-17 Stephen Chenney Reorganise Chromium test_expectations to group SVG expectations. Unreviewed Chromium expectations change. This is done to make future maintenance easier. * platform/chromium/test_expectations.txt: 2012-04-17 Christophe Dumez EFL's LayoutTestController does not implement callShouldCloseOnWebView https://bugs.webkit.org/show_bug.cgi?id=82301 Reviewed by Martin Robinson. Implement callShouldCloseOnWebView in EFL's LayoutTestController by calling shouldClose() on the FrameLoader, allowing the related test to be removed from the skip list. * platform/efl/Skipped: 2012-04-17 Christophe Dumez [EFL] FrameLoaderClient should send "load,finished" signal for all frame, not just the main one https://bugs.webkit.org/show_bug.cgi?id=84052 Reviewed by Antonio Gomes. Unskip EFL test cases which rely on the DumpRenderTree support for LayoutTestController's dumpFrameLoadCallbacks() and expect notifications for other frame than the main one. * platform/efl/Skipped: 2012-04-17 Sudarsana Nagineni [EFL] Add setting API to enable/disable XSSAuditor https://bugs.webkit.org/show_bug.cgi?id=83281 Unskip tests in http/tests/security/xssAuditor Reviewed by Antonio Gomes. * platform/efl/Skipped: 2012-04-17 Chris Fleizach Crash in invalid index for _textMarkerForIndex https://bugs.webkit.org/show_bug.cgi?id=84104 Reviewed by Beth Dakin. * platform/mac/accessibility/textmarker-for-index-out-of-bounds-crash-expected.txt: Added. * platform/mac/accessibility/textmarker-for-index-out-of-bounds-crash.html: Added. 2012-04-17 Jer Noble HTML5 Video Full Screen button broken (looks like white square) https://bugs.webkit.org/show_bug.cgi?id=84101 Reviewed by Dan Bernstein. * platform/mac/media/controls-after-reload-expected.png: * platform/mac/media/controls-after-reload-expected.txt: * platform/mac/media/controls-strict-expected.png: * platform/mac/media/controls-strict-expected.txt: * platform/mac/media/video-controls-rendering-expected.png: * platform/mac/media/video-controls-rendering-expected.txt: * platform/mac/media/video-display-toggle-expected.png: * platform/mac/media/video-display-toggle-expected.txt: * platform/mac/media/video-no-audio-expected.png: * platform/mac/media/video-no-audio-expected.txt: * platform/mac/media/video-playing-and-pause-expected.png: * platform/mac/media/video-playing-and-pause-expected.txt: 2012-04-17 Stephen Chenney SVG should support transform-origin and relative values https://bugs.webkit.org/show_bug.cgi?id=79068 Unreviewed Chromium expectations update. * platform/chromium-mac/svg/transforms/transform-origin-css-property-expected.png: Added. * platform/chromium-win/svg/transforms/transform-origin-css-property-expected.png: Added. * platform/chromium/test_expectations.txt: 2012-04-17 Stephen Chenney Paddings and borders on root SVG element with viewbox causes child SVG elements to be rendered with the incorrect size https://bugs.webkit.org/show_bug.cgi?id=78613 Unreviewed Chromium expectations update. * platform/chromium-linux/svg/custom/circle-move-invalidation-expected.png: * platform/chromium-mac-leopard/svg/custom/circle-move-invalidation-expected.png: * platform/chromium-mac-snowleopard/svg/custom/circle-move-invalidation-expected.png: * platform/chromium-mac/svg/custom/circle-move-invalidation-expected.png: Added. * platform/chromium-win/svg/custom/circle-move-invalidation-expected.png: * platform/chromium-win/svg/custom/circle-move-invalidation-expected.txt: * platform/chromium/test_expectations.txt: 2012-04-17 Stephen Chenney onclick is not reliable for transformed SVG elements https://bugs.webkit.org/show_bug.cgi?id=34714 Unreviewed Chromium expectations update. * platform/chromium-linux/svg/text/select-textLength-spacing-squeeze-2-expected.png: * platform/chromium-mac-snowleopard/svg/text/select-textLength-spacing-squeeze-2-expected.png: Removed. * platform/chromium-mac/svg/text/select-textLength-spacing-squeeze-2-expected.png: Added. * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-2-expected.png: * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-2-expected.txt: * platform/chromium/test_expectations.txt: 2012-04-17 Stephen Chenney getCTM() on SVG root element with borders, paddings, and viewbox returns incorrect values https://bugs.webkit.org/show_bug.cgi?id=78631 Unreviewed Chromium expectations update. * platform/chromium-linux/svg/dom/SVGLocatable-getCTM-svg-root-expected.png: Added. * platform/chromium-mac-leopard/svg/dom/SVGLocatable-getCTM-svg-root-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dom/SVGLocatable-getCTM-svg-root-expected.png: * platform/chromium-mac/svg/dom/SVGLocatable-getCTM-svg-root-expected.png: Added. * platform/chromium-win/svg/dom/SVGLocatable-getCTM-svg-root-expected.png: Added. * platform/chromium/test_expectations.txt: 2012-04-17 Stephen Chenney [Chromium] Cleanup of outdated test expectations https://bugs.webkit.org/show_bug.cgi?id=81253 Unreviewed Chromium expectations update. * platform/chromium-linux/svg/text/text-tselect-02-f-expected.png: * platform/chromium/test_expectations.txt: 2012-04-17 Stephen Chenney [chromium] svg/clip-path/clip-in-mask.svg fails on Windows and Linux https://bugs.webkit.org/show_bug.cgi?id=53378 Unreviewed expectations update after the fix went in. * platform/chromium-linux-x86/svg/zoom: Removed. * platform/chromium-linux/svg/zoom/page/zoom-mask-with-percentages-expected.png: Added. * platform/chromium-mac-leopard/svg/zoom/page/zoom-mask-with-percentages-expected.png: * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-mask-with-percentages-expected.png: * platform/chromium-mac/svg/zoom/page/zoom-mask-with-percentages-expected.png: Added. * platform/chromium-win-vista/svg/zoom/page/zoom-mask-with-percentages-expected.png: Added. * platform/chromium-win-xp/svg/zoom: Removed. * platform/chromium/test_expectations.txt: 2012-04-17 Tom Sepez Framesniffing defense is too aggressive. https://bugs.webkit.org/show_bug.cgi?id=83721 Reviewed by James Robinson. * http/tests/inspector/resource-parameters-expected.txt: * http/tests/navigation/anchor-frames-cross-origin-expected.txt: * http/tests/navigation/anchor-frames-cross-origin.html: * http/tests/navigation/anchor-frames-same-origin-expected.txt: Added. * http/tests/navigation/anchor-frames-same-origin.html: Added. * http/tests/navigation/resources/frame-with-anchor-cross-origin.html: * http/tests/navigation/resources/frame-with-anchor-same-origin.html: Added. * http/tests/navigation/resources/grandchild-with-anchor.html: Added. * http/tests/security/xssAuditor/anchor-url-dom-write-location-expected.txt: * http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-expected.txt: * http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-null-char-expected.txt: * http/tests/security/xssAuditor/anchor-url-dom-write-location-javascript-URL-expected.txt: * http/tests/security/xssAuditor/anchor-url-dom-write-location2-expected.txt: * http/tests/security/xssAuditor/dom-write-location-inline-event-expected.txt: 2012-04-16 Gavin Barraclough Array.prototype.toString should be generic https://bugs.webkit.org/show_bug.cgi?id=81588 Reviewed by Sam Weinig. * fast/js/array-functions-non-arrays-expected.txt: - check in new results * fast/js/array-prototype-properties-expected.txt: - new more detailed error message. * fast/js/script-tests/array-functions-non-arrays.js: - added new test cases, fix incorrect one. * sputnik/Conformance/15_Native_Objects/15.4_Array/15.4.4/15.4.4.2_Array_prototype_toString/S15.4.4.2_A2_T1-expected.txt: - check in failing result (test is wrong) 2012-04-17 Stephen Chenney Update long-failing Chromium expectations. Unreviewed Chromium expectation update. There is some chance that the background test is flaky, as many others are. * platform/chromium-mac-snowleopard/svg/as-background-image/svg-as-background-6-expected.png: * platform/chromium-mac/svg/as-background-image/svg-as-background-6-expected.png: * platform/chromium-win/svg/as-background-image/svg-as-background-6-expected.png: * platform/chromium-win/svg/zoom/page/zoom-mask-with-percentages-expected.png: * platform/chromium-win/svg/zoom/page/zoom-mask-with-percentages-expected.txt: * platform/chromium/test_expectations.txt: 2012-04-17 Stephen Chenney Update Chromium test expectations for long failing tests. Unreviewed Chromium test expectations update. * platform/chromium-linux/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt: Removed. * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png: * platform/chromium-linux/svg/carto.net/combobox-expected.png: Added. * platform/chromium-linux/svg/carto.net/combobox-expected.txt: Removed. * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png: Added. * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt: Added. * platform/chromium/test_expectations.txt: 2012-04-17 Sudarsana Nagineni [EFL] Create baselines for tests related to caret behaviour https://bugs.webkit.org/show_bug.cgi?id=83277 Unreviewed, EFL baselines for tests related to cursor positioning behaviour. Adding baselines and unskipping tests related to cursor positioning behaviour after r114250. * platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.png: Added. * platform/efl/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Added. * platform/efl/editing/input/reveal-caret-of-multiline-contenteditable-expected.png: Added. * platform/efl/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt: Added. * platform/efl/editing/input/reveal-caret-of-multiline-input-expected.png: Added. * platform/efl/editing/input/reveal-caret-of-multiline-input-expected.txt: Added. * platform/efl/test_expectations.txt: 2012-04-17 Stephen Chenney fill-opacity does not render properly on chromium mac https://bugs.webkit.org/show_bug.cgi?id=78624 Unreviewed expectations update after this change. * platform/chromium-mac-snowleopard/svg/text/text-fill-opacity-expected.png: Removed. * platform/chromium-mac-snowleopard/svg/text/text-fill-opacity-expected.txt: Removed. * platform/chromium-mac/svg/text/text-fill-opacity-expected.png: Added. * platform/chromium-win/svg/text/text-fill-opacity-expected.txt: * platform/chromium/test_expectations.txt: 2012-04-17 Dimitri Glazkov [Chromium] Remove fast/forms/implicit-submission.html from flaky expectations, because it was fixed in r113808. * platform/chromium/test_expectations.txt: Removed flaky expectations. 2012-04-17 Stephen Chenney [Chromium] Rebaseline after Skia changes (CR105305) https://bugs.webkit.org/show_bug.cgi?id=84165 Unreviewed Chromium expectations update. * platform/chromium-linux-x86/svg/transforms/text-with-pattern-with-svg-transform-expected.png: * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png: * platform/chromium-linux/svg/css/composite-shadow-text-expected.png: Modified property svn:mime-type. * platform/chromium-linux/svg/css/text-gradient-shadow-expected.png: * platform/chromium-linux/svg/text/selection-background-color-expected.png: * platform/chromium-linux/svg/text/selection-styles-expected.png: * platform/chromium-linux/svg/text/text-gradient-positioning-expected.png: * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Modified property svn:mime-type. * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png: * platform/chromium-mac-leopard/svg/css/composite-shadow-text-expected.png: * platform/chromium-mac-leopard/svg/text/selection-background-color-expected.png: Modified property svn:mime-type. * platform/chromium-mac-leopard/svg/text/selection-styles-expected.png: * platform/chromium-mac-leopard/svg/transforms/text-with-pattern-with-svg-transform-expected.png: * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png: Modified property svn:mime-type. * platform/chromium-mac-snowleopard/svg/css/composite-shadow-text-expected.png: Modified property svn:mime-type. * platform/chromium-mac-snowleopard/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Removed. * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png: Added. * platform/chromium-mac/svg/css/composite-shadow-text-expected.png: Added. * platform/chromium-mac/svg/css/text-gradient-shadow-expected.png: Modified property svn:mime-type. * platform/chromium-mac/svg/text/selection-background-color-expected.png: Modified property svn:mime-type. * platform/chromium-mac/svg/text/selection-styles-expected.png: Modified property svn:mime-type. * platform/chromium-mac/svg/text/text-gradient-positioning-expected.png: Modified property svn:mime-type. * platform/chromium-mac/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Added. * platform/chromium-win-vista/svg/css/composite-shadow-text-expected.png: Added. * platform/chromium-win-xp/svg/css/composite-shadow-text-expected.png: Added. * platform/chromium-win-xp/svg/css/text-gradient-shadow-expected.png: Added. * platform/chromium-win/svg/css/composite-shadow-text-expected.png: Modified property svn:mime-type. * platform/chromium-win/svg/css/text-gradient-shadow-expected.png: * platform/chromium/test_expectations.txt: 2012-04-17 Stephen Chenney new baselines for crbug 104128 https://bugs.webkit.org/show_bug.cgi?id=72746 Unreviewed Chromium expectations update, just for SVG files. * platform/chromium-mac/svg/css/shadow-with-large-radius-expected.png: Modified property svn:mime-type. * platform/chromium-mac/svg/css/shadow-with-negative-offset-expected.png: Modified property svn:mime-type. * platform/chromium-win/svg/css/shadow-with-large-radius-expected.png: * platform/chromium-win/svg/css/shadow-with-negative-offset-expected.png: * platform/chromium/test_expectations.txt: * platform/efl/svg/css/shadow-with-large-radius-expected.txt: Removed. * platform/efl/svg/css/shadow-with-negative-offset-expected.txt: Removed. * platform/gtk/svg/css/shadow-with-large-radius-expected.txt: Removed. * platform/gtk/svg/css/shadow-with-negative-offset-expected.txt: Removed. * platform/mac/svg/css/shadow-with-large-radius-expected.txt: Removed. * platform/mac/svg/css/shadow-with-negative-offset-expected.txt: Removed. * platform/qt/svg/css/shadow-with-large-radius-expected.txt: Removed. * platform/qt/svg/css/shadow-with-negative-offset-expected.txt: Removed. * svg/css/shadow-with-large-radius-expected.txt: Added. * svg/css/shadow-with-negative-offset-expected.txt: Added. 2012-04-17 Aaron Colwell Add LayoutTests for new webkitSourceAddId() & webkitSourceRemoveId() methods. https://bugs.webkit.org/show_bug.cgi?id=83616 Reviewed by Eric Carlson, Darin Fisher. * http/tests/media/media-source/webm/video-media-source-add-and-remove-ids-expected.txt: Added. * http/tests/media/media-source/webm/video-media-source-add-and-remove-ids.html: Added. * platform/chromium/test_expectations.txt: 2012-04-17 Alexander Pavlov Web Inspector: [CRASH] InspectorDOMAgent::didInsertDOMNode() on page reload with open Inspector https://bugs.webkit.org/show_bug.cgi?id=84154 Reviewed by Yury Semikhatsky. * inspector/elements/elements-panel-reload-assert-expected.txt: Added. * inspector/elements/elements-panel-reload-assert.html: Added. 2012-04-17 Christophe Dumez [EFL] DRT should support LayoutTestController's dumpFrameLoadCallbacks() https://bugs.webkit.org/show_bug.cgi?id=83030 Reviewed by Antonio Gomes. Unskip the test cases in EFL which needed dumpFrameLoadCallbacks() support in the DumpRenderTree now that it is implemented. * platform/efl/Skipped: 2012-04-17 Sheriff Bot Unreviewed, rolling out r114376. http://trac.webkit.org/changeset/114376 https://bugs.webkit.org/show_bug.cgi?id=84155 Wrong patch version committed, asked by the patch author. (Requested by rakuco on #webkit). * platform/efl/Skipped: 2012-04-17 Stephen Chenney [Chromium] Rebaseline svg/carto.net/colourpicker.svg Unreviewed Chromium test expectations update. This test has been marked as failing for so long that its result is always wrong. Rebaselining to review flakiness. * platform/chromium-linux/svg/carto.net/colourpicker-expected.png: Added. * platform/chromium-linux/svg/carto.net/colourpicker-expected.txt: Removed. * platform/chromium/test_expectations.txt: 2012-04-17 Stephen Chenney [Chromium] Rebaseline after fix/improve bitmap sampling (matrixproc) https://bugs.webkit.org/show_bug.cgi?id=84150 Unreviewed Chromium test expectations update. * fast/repaint/background-misaligned-expected.txt: Added. * platform/chromium-linux-x86/fast/repaint/background-misaligned-expected.png: Added. * platform/chromium-linux/fast/repaint/background-misaligned-expected.png: Added. * platform/chromium-linux/fast/repaint/backgroundSizeRepaint-expected.png: * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png: * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png: * platform/chromium-linux/svg/custom/pattern-skew-transformed-expected.png: Added. * platform/chromium-linux/svg/custom/pattern-with-transformation-expected.png: * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Modified property svn:mime-type. * platform/chromium-mac-leopard/fast/gradients/background-clipped-expected.txt: Added. * platform/chromium-mac-leopard/fast/repaint/background-misaligned-expected.png: Added. * platform/chromium-mac-leopard/fast/repaint/backgroundSizeRepaint-expected.png: * platform/chromium-mac-leopard/svg/as-border-image/svg-as-border-image-expected.png: * platform/chromium-mac-leopard/svg/custom/pattern-rotate-expected.png: * platform/chromium-mac-leopard/svg/custom/pattern-with-transformation-expected.png: Modified property svn:mime-type. * platform/chromium-mac-leopard/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: * platform/chromium-mac-snowleopard/fast/gradients/background-clipped-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/repaint/background-misaligned-expected.png: Added. * platform/chromium-mac-snowleopard/fast/repaint/backgroundSizeRepaint-expected.png: * platform/chromium-mac-snowleopard/svg/as-border-image/svg-as-border-image-expected.png: * platform/chromium-mac-snowleopard/svg/custom/pattern-rotate-expected.png: * platform/chromium-mac-snowleopard/svg/custom/pattern-with-transformation-expected.png: Modified property svn:mime-type. * platform/chromium-mac-snowleopard/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: * platform/chromium-mac/fast/gradients/background-clipped-expected.txt: * platform/chromium-mac/fast/repaint/background-misaligned-expected.png: Modified property svn:mime-type. * platform/chromium-mac/fast/repaint/backgroundSizeRepaint-expected.png: * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-bg-zoom-expected.png: * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png: * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.png: Added. * platform/chromium-mac/svg/custom/pattern-in-defs-expected.png: * platform/chromium-mac/svg/custom/pattern-rotate-expected.png: * platform/chromium-mac/svg/custom/pattern-skew-transformed-expected.png: Modified property svn:mime-type. * platform/chromium-mac/svg/custom/pattern-with-transformation-expected.png: * platform/chromium-mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: * platform/chromium-win-vista/fast/repaint: Added. * platform/chromium-win-vista/fast/repaint/background-misaligned-expected.png: Added. * platform/chromium-win-xp/fast/repaint/background-misaligned-expected.png: Added. * platform/chromium-win-xp/svg/as-border-image: Removed. * platform/chromium-win/fast/repaint/background-misaligned-expected.png: * platform/chromium-win/fast/repaint/backgroundSizeRepaint-expected.png: * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-bg-zoom-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png: * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.png: * platform/chromium-win/svg/custom/pattern-in-defs-expected.png: * platform/chromium-win/svg/custom/pattern-skew-transformed-expected.png: * platform/chromium-win/svg/custom/pattern-with-transformation-expected.png: * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: * platform/chromium/test_expectations.txt: * platform/efl/fast/repaint/background-misaligned-expected.txt: Removed. * platform/gtk/fast/repaint/background-misaligned-expected.txt: Removed. * platform/mac/fast/repaint/background-misaligned-expected.txt: Removed. * platform/qt/fast/repaint/background-misaligned-expected.txt: Removed. 2012-04-17 Christophe Dumez [EFL] DRT should support LayoutTestController's dumpFrameLoadCallbacks() https://bugs.webkit.org/show_bug.cgi?id=83030 Reviewed by Antonio Gomes. Unskip the test cases in EFL which needed dumpFrameLoadCallbacks() support in the DumpRenderTree now that it is implemented. * platform/efl/Skipped: 2012-04-17 Allan Sandfeld Jensen Asserts in XMLHttpRequestProgressEventThrottle https://bugs.webkit.org/show_bug.cgi?id=81506 Reviewed by Julien Chaffraix. Tests that xmlhttprequest.open does not assert in when called from onpagehide. * fast/events/pagehide-xhr-open-expected.txt: Added. * fast/events/pagehide-xhr-open.html: Added. * fast/events/resources/subframe-xmlhttprequest.html: Added. * platform/chromium/test_expectations.txt: 2012-04-17 Mike Reed Need to rebaseline these images after skia 3695 lands https://bugs.webkit.org/show_bug.cgi?id=84144 Unreviewed. Expectations change only * platform/chromium/test_expectations.txt: 2012-04-17 Mario Sanchez Prada Unreviewed, fix wrong paths to JS resources in GTK tests. * platform/gtk/accessibility/aria-list-and-listitem.html: * platform/gtk/accessibility/aria-option-role.html: * platform/gtk/accessibility/aria-option-role-expected.txt: Fixed typo in the expected output. 2012-04-17 János Badics [Qt] Unreviewed gardening. Skipped this test because of missing test fonts. * platform/qt-5.0/Skipped: 2012-04-17 Szilard Ledan [Qt] Rebaseline and add platform specific expectations, after r114283. Reviewed by Csaba Osztrogonác. * platform/qt-5.0-wk2/compositing/backing/no-backing-for-clip-expected.txt: Added. * platform/qt-5.0-wk2/compositing/backing/no-backing-for-clip-overlap-expected.txt: Added. * platform/qt-5.0-wk2/compositing/backing/no-backing-for-perspective-expected.txt: Added. * platform/qt-5.0-wk2/compositing/geometry/preserve-3d-switching-expected.txt: 2012-04-17 Takashi Toyoshima Unreviewed, update expectations for worker WebSocket tests https://bugs.webkit.org/show_bug.cgi?id=84125 Add BUGWK84125 and mark as CRASH. * platform/chromium/test_expectations.txt: 2012-04-17 Mario Sanchez Prada Unreviewed, GTK rebaseline after r113981. * accessibility/aria-labelledby-on-input-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-labelledby-on-input-expected.txt. * accessibility/aria-labelledby-stay-within-expected.txt: Renamed from LayoutTests/platform/mac/accessibility/aria-labelledby-stay-within-expected.txt. * platform/gtk/accessibility/aria-list-and-listitem-expected.txt: Added. * platform/gtk/accessibility/aria-list-and-listitem.html: Added. * platform/gtk/accessibility/aria-option-role-expected.txt: Added. * platform/gtk/accessibility/aria-option-role.html: Added. * platform/gtk/accessibility/lists-expected.txt: Added. * platform/gtk/test_expectations.txt: 2012-04-17 Csaba Osztrogonác [Qt] Unreviewed gardening, skip tests because ENABLE(SHADOW_DOM) is disabled. * platform/qt/Skipped: 2012-04-17 Takashi Toyoshima Unreviewed, update chromium expectations. * platform/chromium/test_expectations.txt: 2012-04-16 David Barr Stack overflow in CSS parser caused by recursive stylesheet import https://bugs.webkit.org/show_bug.cgi?id=83545 Reviewed by Ryosuke Niwa. * http/tests/css/css-imports-redirect-cycle-expected.txt: Added. * http/tests/css/css-imports-redirect-cycle.css: Added. * http/tests/css/css-imports-redirect-cycle.html: Added. 2012-04-16 Takashi Toyoshima Unreviewed, skip one more worker WebSocket test. https://bugs.webkit.org/show_bug.cgi?id=84125 * platform/chromium/test_expectations.txt: 2012-04-16 Takashi Toyoshima Unreviewed, remove invalid text expectation for Snow Leopard. * platform/chromium-mac-snowleopard/compositing/reflections/animation-inside-reflection-expected.txt: Removed. 2012-04-16 Takashi Toyoshima Unreviewed, remove useless text expectation for WinXP * platform/chromium-win-xp/compositing/reflections/nested-reflection-animated-expected.txt: Removed. 2012-04-16 Takashi Toyoshima Unreviewed, skip a worker WebSocket test. https://bugs.webkit.org/show_bug.cgi?id=84125 * platform/chromium/test_expectations.txt: 2012-04-16 Sheriff Bot Unreviewed, rolling out r114285. http://trac.webkit.org/changeset/114285 https://bugs.webkit.org/show_bug.cgi?id=84107 broke fast/media/media-query-list-08.html in Mac (Requested by andersca on #webkit). * fast/media/media-query-list-08-expected.txt: Removed. * fast/media/media-query-list-08.html: Removed. * platform/qt/Skipped: 2012-04-16 Anders Carlsson Add two flaky tests in fast/profiler. * platform/mac/Skipped: 2012-04-16 Erik Arvidsson [V8] Don't delete the per context data until the V8IsolatedContext is deleted https://bugs.webkit.org/show_bug.cgi?id=83831 Reviewed by Nate Chapin. * http/tests/security/isolatedWorld/context-destroy-expected.txt: Added. * http/tests/security/isolatedWorld/context-destroy.html: Added. 2012-04-16 Vincent Scheib [Chromium] Marking test failing TEXT: css3/filters/custom/custom-filter-property-computed-style.html. Unreviewed. * platform/chromium/test_expectations.txt: 2012-04-16 Sheriff Bot Unreviewed, rolling out r114309. http://trac.webkit.org/changeset/114309 https://bugs.webkit.org/show_bug.cgi?id=84097 it broke everything (Requested by olliej on #webkit). * fast/js/exception-properties-expected.txt: * fast/js/script-tests/exception-properties.js: * fast/js/script-tests/stack-trace.js: (selfRecursive1): * fast/js/stack-trace-expected.txt: 2012-04-16 Vincent Scheib [Chromium] Rebaseline continued from xji's rebase after r114267. Unreviewed. * platform/chromium-win-xp/fast/text/international/arabic-justify-expected.png: Added. 2012-04-16 Dave Tharp Unreviewed gardening for ietestcenter/grid. Adding reference tests and removing gtk expected.txt * ietestcenter/css3/grid/display-grid-001-expected.htm: Added. * ietestcenter/css3/grid/display-grid-002-expected.htm: Added. * ietestcenter/css3/grid/grid-column-001-expected.htm: Added. * ietestcenter/css3/grid/grid-column-002-expected.htm: Added. * ietestcenter/css3/grid/grid-column-003-expected.htm: Added. * ietestcenter/css3/grid/grid-columns-001-expected.htm: Added. * ietestcenter/css3/grid/grid-items-001-expected.htm: Added. * ietestcenter/css3/grid/grid-items-002-expected.htm: Added. * ietestcenter/css3/grid/grid-items-003-expected.htm: Added. * ietestcenter/css3/grid/grid-items-004-expected.htm: Added. * ietestcenter/css3/grid/grid-items-005-expected.htm: Added. * platform/chromium/test_expectations.txt: * platform/efl/test_expectations.txt: * platform/gtk/ietestcenter/css3/grid/display-grid-001-expected.txt: Removed. * platform/gtk/ietestcenter/css3/grid/display-grid-002-expected.txt: Removed. * platform/gtk/ietestcenter/css3/grid/grid-column-001-expected.txt: Removed. * platform/gtk/ietestcenter/css3/grid/grid-column-002-expected.txt: Removed. * platform/gtk/ietestcenter/css3/grid/grid-column-003-expected.txt: Removed. * platform/gtk/ietestcenter/css3/grid/grid-columns-001-expected.txt: Removed. * platform/gtk/ietestcenter/css3/grid/grid-items-001-expected.txt: Removed. * platform/gtk/ietestcenter/css3/grid/grid-items-002-expected.txt: Removed. * platform/gtk/ietestcenter/css3/grid/grid-items-003-expected.txt: Removed. * platform/gtk/ietestcenter/css3/grid/grid-items-004-expected.txt: Removed. * platform/gtk/ietestcenter/css3/grid/grid-items-005-expected.txt: Removed. * platform/gtk/test_expectations.txt: * platform/mac/test_expectations.txt: * platform/qt/test_expectations.txt: 2012-04-16 Oliver Hunt Exception stack traces aren't complete when the exception starts in native code https://bugs.webkit.org/show_bug.cgi?id=84073 Reviewed by Gavin Barraclough. Update tests to include new exception property ordering, and new functions * fast/js/exception-properties-expected.txt: * fast/js/script-tests/exception-properties.js: * fast/js/script-tests/stack-trace.js: (selfRecursive1): Modified slightly so that we produce consistent traces * fast/js/stack-trace-expected.txt: 2012-04-16 David Alcala Update test_expectations for chromium https://bugs.webkit.org/show_bug.cgi?id=83965 Reviewed by Dirk Schulze. * platform/chromium/test_expectations.txt: 2012-04-16 Vincent Scheib [Chromium] Rebasing pixel tests for composited-document-element, tiny text difference. Unreviewed. * platform/chromium-mac-snowleopard/compositing/repaint/composited-document-element-expected.png: * platform/chromium-mac/compositing/repaint/composited-document-element-expected.png: 2012-04-16 Vincent Scheib [Chromium] Supressing test errors introduced by http://trac.webkit.org/changeset/114283. Unreviewed. * platform/chromium/test_expectations.txt: 2012-04-16 Stephen Chenney [Chromium] Flaky layout test LayoutTests/svg/hixie/error/012.xml https://bugs.webkit.org/show_bug.cgi?id=84082 Unreviewed Chromium test expectations update. Results look right but the test maybe flaky. * platform/chromium-mac-leopard/svg/hixie/error/012-expected.png: * platform/chromium-mac-leopard/svg/hixie/error/012-expected.txt: Removed. * platform/chromium-mac-snowleopard/svg/hixie/error/012-expected.png: * platform/chromium-mac/svg/hixie/error/012-expected.png: Added. * platform/chromium/test_expectations.txt: 2012-04-16 Stephen Chenney [Chromium] Rebaseline now that SK_IGNORE_HAIRLINE_CLIP_FIX is undefined https://bugs.webkit.org/show_bug.cgi?id=84075 Unreviewed Chromium expectations update. * platform/chromium-linux-x86/svg/as-image: Removed. * platform/chromium-linux-x86/svg/as-image/img-preserveAspectRatio-support-1-expected.png: Removed. * platform/chromium-linux/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png: * platform/chromium-linux/svg/as-image/img-preserveAspectRatio-support-1-expected.png: * platform/chromium-mac-leopard/svg/as-image/img-preserveAspectRatio-support-1-expected.png: * platform/chromium-mac-snowleopard/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png: * platform/chromium-mac-snowleopard/svg/as-image/img-preserveAspectRatio-support-1-expected.png: * platform/chromium-mac-snowleopard/svg/hixie/perf/001-expected.png: * platform/chromium-mac-snowleopard/svg/hixie/perf/002-expected.png: Modified property svn:mime-type. * platform/chromium-mac/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png: * platform/chromium-mac/svg/as-image/img-preserveAspectRatio-support-1-expected.png: * platform/chromium-win/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png: * platform/chromium/test_expectations.txt: * svg/hixie/perf/001-expected.txt: Removed. * svg/hixie/perf/002-expected.txt: Removed. 2012-04-16 Vincent Scheib [Chromium] Marking failing test platform/chromium/compositing/filters/background-filter-blur-outsets.html. Unreviewed. * platform/chromium/test_expectations.txt: 2012-04-16 Stephen Chenney [Chromium] Rebaseline svg/filters/sourceAlpha.svg on mac https://bugs.webkit.org/show_bug.cgi?id=84069 Unreviewed Chromium test expectations update. Finally closing out an expectations update from 2009. * platform/chromium-mac-leopard/svg/filters/sourceAlpha-expected.png: Added. * platform/chromium-mac-snowleopard/svg/filters/sourceAlpha-expected.png: * platform/chromium-mac/svg/filters/sourceAlpha-expected.png: Added. * platform/chromium/test_expectations.txt: 2012-04-16 Stephen Chenney [Chromium] Layout test svg/filters/shadow-on-rect-with-filter.svg fails https://bugs.webkit.org/show_bug.cgi?id=84064 Unreviewed Chromium expectations update. One of these results, for svg/filters/filter-source-position.svg, is incorrect, but it should be updated regardless. * platform/chromium-linux-x86/svg/filters/shadow-on-rect-with-filter-expected.png: Added. * platform/chromium-linux/svg/filters/filter-clip-expected.png: Added. * platform/chromium-linux/svg/filters/shadow-on-rect-with-filter-expected.png: Added. * platform/chromium-win-vista/svg/filters/shadow-on-rect-with-filter-expected.png: Added. * platform/chromium-win-xp/svg/filters/shadow-on-rect-with-filter-expected.png: Added. * platform/chromium-win/svg/filters/filter-clip-expected.png: Added. * platform/chromium-win/svg/filters/filter-source-position-expected.png: Added. * platform/chromium-win/svg/filters/shadow-on-rect-with-filter-expected.png: * platform/chromium/test_expectations.txt: * platform/efl/svg/filters/filter-source-position-expected.png: Removed. * platform/efl/svg/filters/filter-source-position-expected.txt: Removed. * platform/efl/svg/filters/shadow-on-rect-with-filter-expected.txt: Removed. * platform/gtk/svg/filters/filter-source-position-expected.png: Removed. * platform/gtk/svg/filters/filter-source-position-expected.txt: Removed. * platform/gtk/svg/filters/shadow-on-rect-with-filter-expected.txt: Removed. * platform/mac/svg/filters/filter-source-position-expected.txt: Removed. * platform/mac/svg/filters/shadow-on-rect-with-filter-expected.txt: Removed. * platform/qt/svg/filters/filter-source-position-expected.txt: Removed. * platform/qt/svg/filters/shadow-on-rect-with-filter-expected.txt: Removed. * svg/filters/filter-source-position-expected.png: Added. * svg/filters/filter-source-position-expected.txt: Added. * svg/filters/shadow-on-rect-with-filter-expected.txt: Added. 2012-04-16 Vincent Scheib [Chromium] Rebaselining minor text difference in compositing/geometry/fixed-position-composited-page-scale-down. Unreviewed. * platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-composited-page-scale-down-expected.png: * platform/chromium-mac/compositing/geometry/fixed-position-composited-page-scale-down-expected.png: 2012-04-16 Yong Li RenderImage ignores its percent width/height when setContainerSizeForRenderer https://bugs.webkit.org/show_bug.cgi?id=80431 Add a test case for Bug 80431. It renders a 1x1 svg as an image with percent width/height specified. Reviewed by Nikolas Zimmermann. * svg/as-image/resources/rect-1x1.svg: Added. * svg/as-image/svg-as-image-with-relative-size-expected.html: Added. * svg/as-image/svg-as-image-with-relative-size.html: Added. 2012-04-16 Vincent Scheib Reverting shader-precision-format.html reftest fix - it only fixed some DBG builders. Marking test failing for those. Unreviewed. * fast/canvas/webgl/shader-precision-format-expected.txt: * platform/chromium/test_expectations.txt: 2012-04-16 Xiaomei Ji Rebaseline after r114267. * platform/chromium-linux/fast/text/international/arabic-justify-expected.png: Added. * platform/chromium-mac-leopard/fast/text/international/arabic-justify-expected.png: Added. * platform/chromium-mac-leopard/fast/text/international/arabic-justify-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/text/international/arabic-justify-expected.png: Added. * platform/chromium-mac-snowleopard/fast/text/international/arabic-justify-expected.txt: Added. * platform/chromium-mac/fast/text/international/arabic-justify-expected.png: Added. * platform/chromium-mac/fast/text/international/arabic-justify-expected.txt: Added. * platform/chromium-win/fast/text/international/arabic-justify-expected.png: * platform/chromium/test_expectations.txt: 2012-04-16 Luiz Agostini matchMedia() MediaQueryList not updating https://bugs.webkit.org/show_bug.cgi?id=75903 Reviewed by Antti Koivisto. Testing MediaQueryLists listeners related to viewport changes. * fast/media/media-query-list-08-expected.txt: Added. * fast/media/media-query-list-08.html: Added. Skipping the new test in Qt due to an issue in its DumpRenderTree. * platform/qt/Skipped: 2012-04-13 Simon Fraser Avoid using backing store for compositing layers that just need to clip https://bugs.webkit.org/show_bug.cgi?id=40547 Reviewed by Dean Jackson. New tests for backing store elimination with clip or perspective. New results for some tests that no longer have backing store on some layers. * compositing/backing/no-backing-for-clip-expected.txt: Added. * compositing/backing/no-backing-for-clip-overlap-expected.txt: Added. * compositing/backing/no-backing-for-clip-overlap.html: Added. * compositing/backing/no-backing-for-clip.html: Added. * compositing/backing/no-backing-for-perspective-expected.txt: Added. * compositing/backing/no-backing-for-perspective.html: Added. * compositing/geometry/preserve-3d-switching-expected.txt: * compositing/visibility/layer-visible-content-expected.png: * compositing/visibility/layer-visible-content-expected.txt: 2012-04-16 Vincent Scheib [Chromium] Marking css3/filters/huge-region.html and composited version MISSING, CRASH. Unreviewed. * platform/chromium/test_expectations.txt: 2012-04-16 Anders Carlsson Try to fix a flaky JS test. Use a URL that's allowed to load so the resource load delegate won't randomly complain about it depending on if the load starts before the Audio object is garbage collected (that's my guess anyway). * fast/js/custom-constructors-expected.txt: * fast/js/script-tests/custom-constructors.js: 2012-04-16 Philippe Normand Unreviewed, GTK test_expectations update. * platform/gtk/test_expectations.txt: Turns out those frame flattening tests are still flaky. 2012-04-16 Yury Semikhatsky Web Inspector: rename heap profiler files and classes DetailedHeapshot* ->HeapSnapshot* https://bugs.webkit.org/show_bug.cgi?id=84038 A bunch of renames "detailed heapshot" -> "heap snapshot". Reviewed by Pavel Feldman. * inspector/profiler/detailed-heapshots-test.js: Removed. * inspector/profiler/heap-snapshot-comparison-expansion-preserved-when-sorting-expected.txt: Renamed from LayoutTests/inspector/profiler/detailed-heapshots-comparison-expansion-preserved-when-sorting-expected.txt. * inspector/profiler/heap-snapshot-comparison-expansion-preserved-when-sorting.html: Renamed from LayoutTests/inspector/profiler/detailed-heapshots-comparison-expansion-preserved-when-sorting.html. * inspector/profiler/heap-snapshot-comparison-show-all-expected.txt: Renamed from LayoutTests/inspector/profiler/detailed-heapshots-comparison-show-all-expected.txt. * inspector/profiler/heap-snapshot-comparison-show-all.html: Renamed from LayoutTests/inspector/profiler/detailed-heapshots-comparison-show-all.html. * inspector/profiler/heap-snapshot-comparison-show-next-expected.txt: Renamed from LayoutTests/inspector/profiler/detailed-heapshots-comparison-show-next-expected.txt. * inspector/profiler/heap-snapshot-comparison-show-next.html: Renamed from LayoutTests/inspector/profiler/detailed-heapshots-comparison-show-next.html. * inspector/profiler/heap-snapshot-comparison-shown-node-count-preserved-when-sorting-expected.txt: Renamed from LayoutTests/inspector/profiler/detailed-heapshots-comparison-shown-node-count-preserved-when-sorting-expected.txt. * inspector/profiler/heap-snapshot-comparison-shown-node-count-preserved-when-sorting.html: Renamed from LayoutTests/inspector/profiler/detailed-heapshots-comparison-shown-node-count-preserved-when-sorting.html. * inspector/profiler/heap-snapshot-comparison-sorting-expected.txt: Renamed from LayoutTests/inspector/profiler/detailed-heapshots-comparison-sorting-expected.txt. * inspector/profiler/heap-snapshot-comparison-sorting.html: Renamed from LayoutTests/inspector/profiler/detailed-heapshots-comparison-sorting.html. * inspector/profiler/heap-snapshot-containment-expansion-preserved-when-sorting-expected.txt: Renamed from LayoutTests/inspector/profiler/detailed-heapshots-containment-expansion-preserved-when-sorting-expected.txt. * inspector/profiler/heap-snapshot-containment-expansion-preserved-when-sorting.html: Renamed from LayoutTests/inspector/profiler/detailed-heapshots-containment-expansion-preserved-when-sorting.html. * inspector/profiler/heap-snapshot-containment-show-all-expected.txt: Renamed from LayoutTests/inspector/profiler/detailed-heapshots-containment-show-all-expected.txt. * inspector/profiler/heap-snapshot-containment-show-all.html: Renamed from LayoutTests/inspector/profiler/detailed-heapshots-containment-show-all.html. * inspector/profiler/heap-snapshot-containment-show-next-expected.txt: Renamed from LayoutTests/inspector/profiler/detailed-heapshots-containment-show-next-expected.txt. * inspector/profiler/heap-snapshot-containment-show-next.html: Renamed from LayoutTests/inspector/profiler/detailed-heapshots-containment-show-next.html. * inspector/profiler/heap-snapshot-containment-shown-node-count-preserved-when-sorting-expected.txt: Renamed from LayoutTests/inspector/profiler/detailed-heapshots-containment-shown-node-count-preserved-when-sorting-expected.txt. * inspector/profiler/heap-snapshot-containment-shown-node-count-preserved-when-sorting.html: Renamed from LayoutTests/inspector/profiler/detailed-heapshots-containment-shown-node-count-preserved-when-sorting.html. * inspector/profiler/heap-snapshot-containment-sorting-expected.txt: Renamed from LayoutTests/inspector/profiler/detailed-heapshots-containment-sorting-expected.txt. * inspector/profiler/heap-snapshot-containment-sorting.html: Renamed from LayoutTests/inspector/profiler/detailed-heapshots-containment-sorting.html. * inspector/profiler/heap-snapshot-dominators-expansion-preserved-when-sorting-expected.txt: Renamed from LayoutTests/inspector/profiler/detailed-heapshots-dominators-expansion-preserved-when-sorting-expected.txt. * inspector/profiler/heap-snapshot-dominators-expansion-preserved-when-sorting.html: Renamed from LayoutTests/inspector/profiler/detailed-heapshots-dominators-expansion-preserved-when-sorting.html. * inspector/profiler/heap-snapshot-dominators-show-all-expected.txt: Renamed from LayoutTests/inspector/profiler/detailed-heapshots-dominators-show-all-expected.txt. * inspector/profiler/heap-snapshot-dominators-show-all.html: Renamed from LayoutTests/inspector/profiler/detailed-heapshots-dominators-show-all.html. * inspector/profiler/heap-snapshot-dominators-show-next-actual.txt: Renamed from LayoutTests/inspector/profiler/detailed-heapshots-dominators-show-next-actual.txt. * inspector/profiler/heap-snapshot-dominators-show-next-expected.txt: Renamed from LayoutTests/inspector/profiler/detailed-heapshots-dominators-show-next-expected.txt. * inspector/profiler/heap-snapshot-dominators-show-next.html: Renamed from LayoutTests/inspector/profiler/detailed-heapshots-dominators-show-next.html. * inspector/profiler/heap-snapshot-dominators-shown-node-count-preserved-when-sorting-expected.txt: Renamed from LayoutTests/inspector/profiler/detailed-heapshots-dominators-shown-node-count-preserved-when-sorting-expected.txt. * inspector/profiler/heap-snapshot-dominators-shown-node-count-preserved-when-sorting.html: Renamed from LayoutTests/inspector/profiler/detailed-heapshots-dominators-shown-node-count-preserved-when-sorting.html. * inspector/profiler/heap-snapshot-dominators-sorting-expected.txt: Renamed from LayoutTests/inspector/profiler/detailed-heapshots-dominators-sorting-expected.txt. * inspector/profiler/heap-snapshot-dominators-sorting.html: Renamed from LayoutTests/inspector/profiler/detailed-heapshots-dominators-sorting.html. * inspector/profiler/heap-snapshot-inspect-dom-wrapper.html: * inspector/profiler/heap-snapshot-summary-expansion-preserved-when-sorting-expected.txt: Renamed from LayoutTests/inspector/profiler/detailed-heapshots-summary-expansion-preserved-when-sorting-expected.txt. * inspector/profiler/heap-snapshot-summary-expansion-preserved-when-sorting.html: Renamed from LayoutTests/inspector/profiler/detailed-heapshots-summary-expansion-preserved-when-sorting.html. * inspector/profiler/heap-snapshot-summary-show-all-expected.txt: Renamed from LayoutTests/inspector/profiler/detailed-heapshots-summary-show-all-expected.txt. * inspector/profiler/heap-snapshot-summary-show-all.html: Renamed from LayoutTests/inspector/profiler/detailed-heapshots-summary-show-all.html. * inspector/profiler/heap-snapshot-summary-show-next-expected.txt: Renamed from LayoutTests/inspector/profiler/detailed-heapshots-summary-show-next-expected.txt. * inspector/profiler/heap-snapshot-summary-show-next.html: Renamed from LayoutTests/inspector/profiler/detailed-heapshots-summary-show-next.html. * inspector/profiler/heap-snapshot-summary-shown-node-count-preserved-when-sorting-expected.txt: Renamed from LayoutTests/inspector/profiler/detailed-heapshots-summary-shown-node-count-preserved-when-sorting-expected.txt. * inspector/profiler/heap-snapshot-summary-shown-node-count-preserved-when-sorting.html: Renamed from LayoutTests/inspector/profiler/detailed-heapshots-summary-shown-node-count-preserved-when-sorting.html. * inspector/profiler/heap-snapshot-summary-sorting-expected.txt: Renamed from LayoutTests/inspector/profiler/detailed-heapshots-summary-sorting-expected.txt. * inspector/profiler/heap-snapshot-summary-sorting.html: Renamed from LayoutTests/inspector/profiler/detailed-heapshots-summary-sorting.html. * inspector/profiler/heap-snapshot-test.js: (initialize_HeapSnapshotTest.InspectorTest.startProfilerTest.detailedHeapProfilesEnabled): (initialize_HeapSnapshotTest.InspectorTest.completeProfilerTest): (initialize_HeapSnapshotTest.InspectorTest.runHeapSnapshotTestSuite.runner): (initialize_HeapSnapshotTest.InspectorTest.runHeapSnapshotTestSuite): (initialize_HeapSnapshotTest): (initialize_HeapSnapshotTest.): * platform/chromium/inspector/profiler/heap-snapshot-comparison-expansion-preserved-when-sorting-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/profiler/detailed-heapshots-comparison-expansion-preserved-when-sorting-expected.txt. * platform/chromium/inspector/profiler/heap-snapshot-comparison-show-all-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/profiler/detailed-heapshots-comparison-show-all-expected.txt. * platform/chromium/inspector/profiler/heap-snapshot-comparison-show-next-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/profiler/detailed-heapshots-comparison-show-next-expected.txt. * platform/chromium/inspector/profiler/heap-snapshot-comparison-shown-node-count-preserved-when-sorting-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/profiler/detailed-heapshots-comparison-shown-node-count-preserved-when-sorting-expected.txt. * platform/chromium/inspector/profiler/heap-snapshot-comparison-sorting-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/profiler/detailed-heapshots-comparison-sorting-expected.txt. * platform/chromium/inspector/profiler/heap-snapshot-containment-expansion-preserved-when-sorting-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/profiler/detailed-heapshots-containment-expansion-preserved-when-sorting-expected.txt. * platform/chromium/inspector/profiler/heap-snapshot-containment-show-all-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/profiler/detailed-heapshots-containment-show-all-expected.txt. * platform/chromium/inspector/profiler/heap-snapshot-containment-show-next-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/profiler/detailed-heapshots-containment-show-next-expected.txt. * platform/chromium/inspector/profiler/heap-snapshot-containment-shown-node-count-preserved-when-sorting-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/profiler/detailed-heapshots-containment-shown-node-count-preserved-when-sorting-expected.txt. * platform/chromium/inspector/profiler/heap-snapshot-containment-sorting-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/profiler/detailed-heapshots-containment-sorting-expected.txt. * platform/chromium/inspector/profiler/heap-snapshot-dominators-expansion-preserved-when-sorting-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/profiler/detailed-heapshots-dominators-expansion-preserved-when-sorting-expected.txt. * platform/chromium/inspector/profiler/heap-snapshot-dominators-show-all-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/profiler/detailed-heapshots-dominators-show-all-expected.txt. * platform/chromium/inspector/profiler/heap-snapshot-dominators-show-next-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/profiler/detailed-heapshots-dominators-show-next-expected.txt. * platform/chromium/inspector/profiler/heap-snapshot-dominators-shown-node-count-preserved-when-sorting-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/profiler/detailed-heapshots-dominators-shown-node-count-preserved-when-sorting-expected.txt. * platform/chromium/inspector/profiler/heap-snapshot-dominators-sorting-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/profiler/detailed-heapshots-dominators-sorting-expected.txt. * platform/chromium/inspector/profiler/heap-snapshot-summary-expansion-preserved-when-sorting-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/profiler/detailed-heapshots-summary-expansion-preserved-when-sorting-expected.txt. * platform/chromium/inspector/profiler/heap-snapshot-summary-show-all-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/profiler/detailed-heapshots-summary-show-all-expected.txt. * platform/chromium/inspector/profiler/heap-snapshot-summary-show-next-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/profiler/detailed-heapshots-summary-show-next-expected.txt. * platform/chromium/inspector/profiler/heap-snapshot-summary-shown-node-count-preserved-when-sorting-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/profiler/detailed-heapshots-summary-shown-node-count-preserved-when-sorting-expected.txt. * platform/chromium/inspector/profiler/heap-snapshot-summary-sorting-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/profiler/detailed-heapshots-summary-sorting-expected.txt. 2012-04-16 Xiaomei Ji [chromium] wrong justification for arabic/persian page in cr-win. https://bugs.webkit.org/show_bug.cgi?id=83227 Reviewed by Kent Tamura. * fast/text/international/arabic-justify.html: Added. * platform/chromium-win/fast/text/international/arabic-justify-expected.png: Added. * platform/chromium-win/fast/text/international/arabic-justify-expected.txt: Added. * platform/chromium/test_expectations.txt: * platform/gtk/fast/text/international/arabic-justify-expected.txt: Added. * platform/mac-snowleopard/fast/text/international/arabic-justify-expected.png: Added. * platform/mac-snowleopard/fast/text/international/arabic-justify-expected.txt: Added. * platform/mac/fast/text/international/arabic-justify-expected.txt: Added. * platform/qt/fast/text/international/arabic-justify-expected.txt: Added. 2012-04-15 Antti Koivisto REGRESSION (r104445): Style is not recomputed on serenaandlily.com https://bugs.webkit.org/show_bug.cgi?id=83663 Reviewed by Andreas Kling. Update the existing test with case insensitive comparisons and add a strict mode test. * fast/css/id-or-class-before-stylesheet-expected.txt: * fast/css/id-or-class-before-stylesheet-strict-expected.txt: Added. * fast/css/id-or-class-before-stylesheet-strict.html: Added. * fast/css/id-or-class-before-stylesheet.html: 2012-04-16 Zalan Bujtas [Qt] LayoutTest: Replace setTimeout with synchronous layout for frame flattening where possible. https://bugs.webkit.org/show_bug.cgi?id=84028 Reviewed by Kenneth Rohde Christiansen. It's safer (and faster) to force synchronous layout, than expecting a layout before setTimout(0) hits. * fast/frames/flattening/crash-svg-document.html: Remove extra line so that non-svg builds don't report failure. * fast/frames/flattening/frameset-flattening-advanced.html: * fast/frames/flattening/frameset-flattening-grid.html: * fast/frames/flattening/frameset-flattening-subframesets.html: * fast/frames/flattening/iframe-flattening-fixed-height.html: * fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-with-js-forced-layout.html: * fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling.html: * fast/frames/flattening/iframe-flattening-fixed-width-and-height-zero-size.html: * fast/frames/flattening/iframe-flattening-fixed-width.html: * fast/frames/flattening/iframe-flattening-nested.html: * fast/frames/flattening/iframe-flattening-offscreen.html: * fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout.html: * fast/frames/flattening/iframe-flattening-out-of-view.html: * fast/frames/flattening/iframe-flattening-selection-crash.html: * fast/frames/flattening/iframe-flattening-simple.html: 2012-04-16 Uday Kiran CSS3 Selectors failures on css3test.com https://bugs.webkit.org/show_bug.cgi?id=83885 Reviewed by Zoltan Herczeg. * css3/parsing-css3-nthchild-expected.txt: Added. * css3/parsing-css3-nthchild.html: Added. 2012-04-16 Philippe Normand Unreviewed, GTK test_expectations update. * platform/gtk/test_expectations.txt: Unflag frame flattening tests fixed in r114262. 2012-04-16 Philippe Normand Unreviewed, GTK test_expectations update. * platform/gtk/test_expectations.txt: 2012-04-16 Eric Carlson Layout Test media/track/track-delete-during-setup.html is hitting an ASSERT_NOT_REACHED https://bugs.webkit.org/show_bug.cgi?id=82269 Reviewed by Antti Koivisto. * platform/chromium/test_expectations.txt: 2012-04-16 Dominik Röttsches [EFL][DRT] Create baselines for CSS cases related to Ahem font https://bugs.webkit.org/show_bug.cgi?id=83265 Unreviewed, EFL gardening. * platform/efl/fast/css/caption-width-absolute-position-expected.png: Added. * platform/efl/fast/css/caption-width-absolute-position-expected.txt: Added. * platform/efl/fast/css/caption-width-absolute-position-offset-top-expected.png: Added. * platform/efl/fast/css/caption-width-absolute-position-offset-top-expected.txt: Added. * platform/efl/fast/css/caption-width-fixed-position-expected.png: Added. * platform/efl/fast/css/caption-width-fixed-position-expected.txt: Added. * platform/efl/fast/css/caption-width-fixed-position-offset-top-expected.png: Added. * platform/efl/fast/css/caption-width-fixed-position-offset-top-expected.txt: Added. * platform/efl/fast/css/caption-width-relative-position-expected.png: Added. * platform/efl/fast/css/caption-width-relative-position-expected.txt: Added. * platform/efl/fast/css/caption-width-relative-position-offset-top-expected.png: Added. * platform/efl/fast/css/caption-width-relative-position-offset-top-expected.txt: Added. * platform/efl/fast/css/min-width-with-spanned-cell-expected.png: Added. * platform/efl/fast/css/min-width-with-spanned-cell-expected.txt: Added. * platform/efl/fast/css/min-width-with-spanned-cell-fixed-expected.png: Added. * platform/efl/fast/css/min-width-with-spanned-cell-fixed-expected.txt: Added. * platform/efl/test_expectations.txt: 2012-04-16 Dominik Röttsches [EFL][DRT] SVG rebaseline for tests affected by SVGEllipse and SVG shadow root changes https://bugs.webkit.org/show_bug.cgi?id=84027 Unreviewed, EFL gardening. Updating txt baselines for tests affected by r109097 and r112806, creating pixel test results. * platform/efl/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Added. * platform/efl/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: * platform/efl/svg/batik/paints/patternRegionA-expected.png: Added. * platform/efl/svg/batik/paints/patternRegionA-expected.txt: * platform/efl/svg/batik/paints/patternRegions-expected.png: Added. * platform/efl/svg/batik/paints/patternRegions-expected.txt: * platform/efl/svg/batik/paints/patternRegions-positioned-objects-expected.png: Added. * platform/efl/svg/batik/paints/patternRegions-positioned-objects-expected.txt: * platform/efl/svg/carto.net/button-expected.png: Added. * platform/efl/svg/carto.net/button-expected.txt: * platform/efl/svg/carto.net/colourpicker-expected.png: Added. * platform/efl/svg/carto.net/colourpicker-expected.txt: * platform/efl/svg/carto.net/slider-expected.png: Added. * platform/efl/svg/carto.net/slider-expected.txt: * platform/efl/svg/carto.net/window-expected.png: Added. * platform/efl/svg/carto.net/window-expected.txt: * platform/efl/svg/clip-path/clip-in-mask-expected.png: Added. * platform/efl/svg/clip-path/clip-in-mask-expected.txt: * platform/efl/svg/clip-path/clip-path-child-clipped-expected.png: Added. * platform/efl/svg/clip-path/clip-path-child-clipped-expected.txt: * platform/efl/svg/clip-path/clip-path-clipped-no-content-expected.png: Added. * platform/efl/svg/clip-path/clip-path-clipped-no-content-expected.txt: * platform/efl/svg/clip-path/clip-path-css-transform-1-expected.png: Added. * platform/efl/svg/clip-path/clip-path-css-transform-1-expected.txt: * platform/efl/svg/clip-path/clip-path-css-transform-2-expected.png: Added. * platform/efl/svg/clip-path/clip-path-css-transform-2-expected.txt: * platform/efl/svg/clip-path/clip-path-evenodd-expected.png: Added. * platform/efl/svg/clip-path/clip-path-evenodd-expected.txt: * platform/efl/svg/clip-path/clip-path-evenodd-nonzero-expected.png: Added. * platform/efl/svg/clip-path/clip-path-evenodd-nonzero-expected.txt: * platform/efl/svg/clip-path/clip-path-nonzero-evenodd-expected.png: Added. * platform/efl/svg/clip-path/clip-path-nonzero-evenodd-expected.txt: * platform/efl/svg/clip-path/clip-path-nonzero-expected.png: Added. * platform/efl/svg/clip-path/clip-path-nonzero-expected.txt: * platform/efl/svg/clip-path/clip-path-pixelation-expected.png: Added. * platform/efl/svg/clip-path/clip-path-pixelation-expected.txt: * platform/efl/svg/clip-path/clip-path-text-and-shape-expected.png: Added. * platform/efl/svg/clip-path/clip-path-text-and-shape-expected.txt: * platform/efl/svg/clip-path/clip-path-transform-1-expected.png: Added. * platform/efl/svg/clip-path/clip-path-transform-1-expected.txt: * platform/efl/svg/clip-path/clip-path-use-as-child2-expected.png: Added. * platform/efl/svg/clip-path/clip-path-use-as-child2-expected.txt: * platform/efl/svg/clip-path/clip-path-use-as-child3-expected.png: Added. * platform/efl/svg/clip-path/clip-path-use-as-child3-expected.txt: * platform/efl/svg/clip-path/clip-path-use-as-child4-expected.png: Added. * platform/efl/svg/clip-path/clip-path-use-as-child4-expected.txt: * platform/efl/svg/clip-path/clip-path-use-as-child5-expected.png: Added. * platform/efl/svg/clip-path/clip-path-use-as-child5-expected.txt: * platform/efl/svg/clip-path/clip-path-with-container-expected.png: Added. * platform/efl/svg/clip-path/clip-path-with-container-expected.txt: * platform/efl/svg/clip-path/clip-path-with-different-unittypes-expected.png: Added. * platform/efl/svg/clip-path/clip-path-with-different-unittypes-expected.txt: * platform/efl/svg/clip-path/clip-path-with-different-unittypes2-expected.png: Added. * platform/efl/svg/clip-path/clip-path-with-different-unittypes2-expected.txt: * platform/efl/svg/clip-path/clip-path-with-invisibile-child-expected.png: Added. * platform/efl/svg/clip-path/clip-path-with-invisibile-child-expected.txt: * platform/efl/svg/clip-path/clip-path-with-text-clipped-expected.png: Added. * platform/efl/svg/clip-path/clip-path-with-text-clipped-expected.txt: * platform/efl/svg/clip-path/clipper-placement-issue-expected.png: Added. * platform/efl/svg/clip-path/clipper-placement-issue-expected.txt: * platform/efl/svg/clip-path/deep-nested-clip-in-mask-expected.png: Added. * platform/efl/svg/clip-path/deep-nested-clip-in-mask-expected.txt: * platform/efl/svg/clip-path/deep-nested-clip-in-mask-panning-expected.png: Added. * platform/efl/svg/clip-path/deep-nested-clip-in-mask-panning-expected.txt: * platform/efl/svg/clip-path/nested-clip-in-mask-image-based-clipping-expected.png: Added. * platform/efl/svg/clip-path/nested-clip-in-mask-image-based-clipping-expected.txt: * platform/efl/svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping-expected.png: Added. * platform/efl/svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping-expected.txt: * platform/efl/svg/clip-path/nested-clip-in-mask-path-based-clipping-expected.png: Added. * platform/efl/svg/clip-path/nested-clip-in-mask-path-based-clipping-expected.txt: * platform/efl/svg/css/clippath-with-shadow-expected.png: Added. * platform/efl/svg/css/clippath-with-shadow-expected.txt: * platform/efl/svg/css/mask-with-shadow-expected.png: Added. * platform/efl/svg/css/mask-with-shadow-expected.txt: * platform/efl/svg/css/shadow-changes-expected.png: Added. * platform/efl/svg/css/shadow-changes-expected.txt: * platform/efl/svg/hixie/cascade/001-broken-expected.png: Added. * platform/efl/svg/hixie/cascade/001-broken-expected.txt: * platform/efl/svg/hixie/cascade/002-expected.png: Added. * platform/efl/svg/hixie/cascade/002-expected.txt: * platform/efl/svg/hixie/error/001-expected.png: Added. * platform/efl/svg/hixie/error/001-expected.txt: * platform/efl/svg/hixie/error/003-expected.png: Added. * platform/efl/svg/hixie/error/003-expected.txt: * platform/efl/svg/hixie/error/017-expected.png: Added. * platform/efl/svg/hixie/error/017-expected.txt: * platform/efl/svg/hixie/perf/001-expected.png: Added. * platform/efl/svg/hixie/perf/001-expected.txt: Added. * platform/efl/svg/hixie/perf/002-expected.png: Added. * platform/efl/svg/hixie/perf/002-expected.txt: Added. * platform/efl/svg/hixie/rendering-model/001-expected.png: Added. * platform/efl/svg/hixie/rendering-model/001-expected.txt: * platform/efl/svg/hixie/rendering-model/002-expected.png: Added. * platform/efl/svg/hixie/rendering-model/002-expected.txt: * platform/efl/svg/hixie/transform/001-expected.png: Added. * platform/efl/svg/hixie/transform/001-expected.txt: * platform/efl/svg/hixie/use/001-expected.png: Added. * platform/efl/svg/hixie/use/001-expected.txt: * platform/efl/svg/stroke/zero-length-path-linecap-rendering-expected.png: Added. * platform/efl/svg/stroke/zero-length-path-linecap-rendering-expected.txt: * platform/efl/svg/stroke/zero-length-subpaths-linecap-rendering-expected.png: Added. * platform/efl/svg/stroke/zero-length-subpaths-linecap-rendering-expected.txt: * platform/efl/svg/zoom/page/zoom-coords-viewattr-01-b-expected.png: Added. * platform/efl/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: * platform/efl/svg/zoom/page/zoom-hixie-mixed-008-expected.png: Added. * platform/efl/svg/zoom/page/zoom-hixie-mixed-008-expected.txt: * platform/efl/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png: Added. * platform/efl/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: 2012-04-16 Sudarsana Nagineni [EFL] [DRT] Feeding key events with invalid keyName https://bugs.webkit.org/show_bug.cgi?id=83797 Unskip fast/frames/iframe-window-focus.html Reviewed by Philippe Normand. * platform/efl/Skipped: 2012-04-16 Takashi Toyoshima Unreviewed, skip crash test in chromium-mac. https://bugs.webkit.org/show_bug.cgi?id=84024 * platform/chromium/test_expectations.txt: 2012-04-16 Pierre Rossi [Qt] Unreviewed gardening after QRawFont change. Missed this one earlier. We now use primaryFontHasGlyphForCharacter from FontFastPath.cpp, resulting in a different DRT output. * platform/qt-5.0/Skipped: unskip * platform/qt-5.0/svg/as-image/img-preserveAspectRatio-support-1-expected.txt: 2012-04-16 Csaba Osztrogonác [Qt] Replace QtXmlPatterns usage with libxslt dependency https://bugs.webkit.org/show_bug.cgi?id=76820 Unreviewed gardening. Skip new failing tests after r114240 until fix. * platform/qt-5.0/Skipped: 2012-04-16 Dominik Röttsches [EFL][DRT] Gardening CSS Regions & Exclusions https://bugs.webkit.org/show_bug.cgi?id=84011 Skipping CSS regions and exclusions tests for now, waiting for feature to complete. Unreviewed, EFL gardening. * platform/efl/Skipped: * platform/efl/test_expectations.txt: 2012-04-16 Philippe Normand Unreviewed, GTK gardening. * platform/gtk/test_expectations.txt: Flag two failing media tests. 2012-04-13 Pavel Feldman Web Inspector: extract ContentProvider into its own file, make NetworkRequest, Resoruce and others implement it. https://bugs.webkit.org/show_bug.cgi?id=83922 Reviewed by Yury Semikhatsky. * http/tests/inspector/compiler-script-mapping.html: * inspector/debugger/content-providers-expected.txt: * inspector/debugger/content-providers.html: * inspector/debugger/raw-source-code.html: * inspector/debugger/ui-source-code.html: 2012-04-16 Takashi Toyoshima Unreviewed, fix a wrong expected.txt https://bugs.webkit.org/show_bug.cgi?id=84014 * fast/canvas/webgl/shader-precision-format-expected.txt: 2012-04-16 Csaba Osztrogonác [Qt] Unreviewed gardening, skip failing tests, because less tests means less problems. * platform/qt-5.0/Skipped: * platform/qt/Skipped: 2012-04-16 Philippe Normand Unreviewed, GTK rebaseline after r114200. * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt: 2012-04-16 Jason Liu [BlackBerry] Missing readyState 2 when a XMLHttpRequest calls xmlhttp.open("HEAD","notExist.html",true). https://bugs.webkit.org/show_bug.cgi?id=83866 Reviewed by George Staikos. * http/tests/xmlhttprequest/xmlhttprequest-check-head-readystate-for-404-expected.txt: Added. * http/tests/xmlhttprequest/xmlhttprequest-check-head-readystate-for-404.html: Added. 2012-04-16 Kent Tamura [Chromium] Rebaseline for date-appearance.html. * platform/chromium-linux/fast/forms/date/date-appearance-expected.png: * platform/chromium-linux/fast/forms/date/date-appearance-expected.txt: * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-expected.txt: Removed. * platform/chromium-mac/fast/forms/date/date-appearance-expected.png: * platform/chromium-mac/fast/forms/date/date-appearance-expected.txt: * platform/chromium-win/fast/forms/date/date-appearance-expected.png: * platform/chromium-win/fast/forms/date/date-appearance-expected.txt: 2012-04-16 Csaba Osztrogonác [Qt]REGRESSION(r114217): It broke fast/repaint/line-flow-with-floats-in-regions.html https://bugs.webkit.org/show_bug.cgi?id=84013 Unreviewed gardening, skip a failing test to paint the bot green. (Less tests, less problem.) * platform/qt/Skipped: 2012-04-16 Philippe Normand Unreviewed, GTK baselines for tests added in r114162. * platform/gtk/ietestcenter/css3/grid/display-grid-001-expected.txt: Added. * platform/gtk/ietestcenter/css3/grid/display-grid-002-expected.txt: Added. * platform/gtk/ietestcenter/css3/grid/grid-column-001-expected.txt: Added. * platform/gtk/ietestcenter/css3/grid/grid-column-002-expected.txt: Added. * platform/gtk/ietestcenter/css3/grid/grid-column-003-expected.txt: Added. * platform/gtk/ietestcenter/css3/grid/grid-columns-001-expected.txt: Added. * platform/gtk/ietestcenter/css3/grid/grid-items-001-expected.txt: Added. * platform/gtk/ietestcenter/css3/grid/grid-items-002-expected.txt: Added. * platform/gtk/ietestcenter/css3/grid/grid-items-003-expected.txt: Added. * platform/gtk/ietestcenter/css3/grid/grid-items-004-expected.txt: Added. * platform/gtk/ietestcenter/css3/grid/grid-items-005-expected.txt: Added. 2012-04-16 Philippe Normand Unreviewed, GTK gardening. * platform/gtk/test_expectations.txt: Skip svg failures, unskip ietestcenter for rebaseline and unflag a flaky media/track test. 2012-04-15 Csaba Osztrogonác [Qt] Unreviewed morning gardening. * platform/qt-4.8/fast/dom/Window/window-properties-expected.txt: Updated after r114150. * platform/qt-5.0-wk2/fast/dom/Window/window-properties-expected.txt: Updated after r114150. * platform/qt-5.0-wk2/fast/dom/prototype-inheritance-2-expected.txt: Updated after r114200. * platform/qt-5.0/fast/dom/Window/window-properties-expected.txt: Updated after r114150. * platform/qt-5.0/fast/dom/prototype-inheritance-2-expected.txt: Updated after r114200. * platform/qt/Skipped: Skip a test after r114150, because of missing layoutTestController.setBackingScaleFactor(). * platform/qt/fast/dom/prototype-inheritance-2-expected.txt: Updated after r114150. 2012-04-15 James Robinson [chromium] Unreviewed rebaselines for various compositing tests. * platform/chromium-linux-x86/compositing/reflections/animation-inside-reflection-expected.png: Removed. * platform/chromium-linux-x86/compositing/reflections/nested-reflection-animated-expected.png: Removed. * platform/chromium-linux/compositing/geometry/fixed-position-composited-page-scale-down-expected.png: * platform/chromium-linux/compositing/geometry/fixed-position-composited-page-scale-expected.png: * platform/chromium-linux/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: * platform/chromium-linux/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png: * platform/chromium-linux/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: * platform/chromium-linux/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png: * platform/chromium-linux/compositing/reflections/animation-inside-reflection-expected.png: * platform/chromium-linux/compositing/reflections/nested-reflection-animated-expected.png: * platform/chromium-linux/platform/chromium/compositing/filters/background-filter-blur-outsets-expected.png: Added. * platform/chromium-linux/platform/chromium/compositing/filters/background-filter-blur-outsets-expected.txt: Added. * platform/chromium-mac-leopard/compositing/reflections/animation-inside-reflection-expected.png: * platform/chromium-mac-leopard/compositing/reflections/nested-reflection-animated-expected.png: * platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-composited-page-scale-down-expected.png: * platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: * platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: * platform/chromium-mac-snowleopard/compositing/reflections/animation-inside-reflection-expected.png: * platform/chromium-mac-snowleopard/compositing/reflections/animation-inside-reflection-expected.txt: Added. * platform/chromium-mac-snowleopard/compositing/reflections/nested-reflection-animated-expected.png: * platform/chromium-mac/compositing/geometry/fixed-position-composited-page-scale-down-expected.png: * platform/chromium-mac/compositing/geometry/fixed-position-composited-page-scale-expected.png: * platform/chromium-mac/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: * platform/chromium-mac/compositing/geometry/fixed-position-iframe-composited-page-scale-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-mac/compositing/reflections/animation-inside-reflection-expected.png: * platform/chromium-mac/compositing/reflections/nested-reflection-animated-expected.png: * platform/chromium-mac/compositing/repaint/newly-composited-repaint-rect-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-composited-page-scale-down-expected.png. * platform/chromium-win-vista/compositing/reflections/animation-inside-reflection-expected.png: Removed. * platform/chromium-win-vista/compositing/reflections/nested-reflection-animated-expected.png: Removed. * platform/chromium-win-xp/compositing/reflections/animation-inside-reflection-expected.txt: Removed. * platform/chromium-win-xp/compositing/reflections/nested-reflection-animated-expected.png: Removed. * platform/chromium-win-xp/compositing/reflections/nested-reflection-animated-expected.txt: Added. * platform/chromium-win/compositing/geometry/fixed-position-composited-page-scale-down-expected.png: * platform/chromium-win/compositing/geometry/fixed-position-composited-page-scale-expected.png: * platform/chromium-win/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: * platform/chromium-win/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png: * platform/chromium-win/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: * platform/chromium-win/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png: * platform/chromium-win/compositing/reflections/animation-inside-reflection-expected.png: * platform/chromium-win/compositing/reflections/nested-reflection-animated-expected.png: * platform/chromium-win/compositing/repaint/newly-composited-repaint-rect-expected.png: Copied from LayoutTests/platform/chromium-win/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png. 2012-04-15 Antti Koivisto Capture CSS parser context https://bugs.webkit.org/show_bug.cgi?id=83998 Reviewed by Andreas Kling. Modify the tests so that they don't expect settings changes to apply to already existing stylesheets. * css3/filters/script-tests/custom-filter-property-parsing.js: * fast/regions/script-tests/css-regions-disabled.js: 2012-04-15 Raphael Kubo da Costa [EFL] Gardening. Skip fast/regions tests. SVN r90067 skipped fast/regions for many ports, but EFL's skipped list was added later. Skip all tests there and remove existing baselines. * platform/efl/Skipped: * platform/efl/fast/regions/bottom-overflow-out-of-first-region-expected.png: Removed. * platform/efl/fast/regions/bottom-overflow-out-of-first-region-expected.txt: Removed. * platform/efl/fast/regions/flow-content-basic-vertical-expected.png: Removed. * platform/efl/fast/regions/flow-content-basic-vertical-expected.txt: Removed. * platform/efl/fast/regions/flow-content-basic-vertical-rl-expected.png: Removed. * platform/efl/fast/regions/flow-content-basic-vertical-rl-expected.txt: Removed. * platform/efl/fast/regions/flows-dependency-dynamic-remove-expected.png: Removed. * platform/efl/fast/regions/flows-dependency-dynamic-remove-expected.txt: Removed. * platform/efl/fast/regions/flows-dependency-same-flow-expected.png: Removed. * platform/efl/fast/regions/flows-dependency-same-flow-expected.txt: Removed. * platform/efl/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.png: Removed. * platform/efl/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt: Removed. * platform/efl/fast/regions/overflow-in-uniform-regions-dynamic-expected.png: Removed. * platform/efl/fast/regions/overflow-in-uniform-regions-dynamic-expected.txt: Removed. * platform/efl/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png: Removed. * platform/efl/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt: Removed. * platform/efl/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.png: Removed. * platform/efl/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.txt: Removed. * platform/efl/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.png: Removed. * platform/efl/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.txt: Removed. * platform/efl/fast/regions/percentage-margins-mixed-ltr-dominant-regions-expected.png: Removed. * platform/efl/fast/regions/percentage-margins-mixed-ltr-dominant-regions-expected.txt: Removed. * platform/efl/fast/regions/percentage-margins-mixed-rtl-dominant-regions-expected.png: Removed. * platform/efl/fast/regions/percentage-margins-mixed-rtl-dominant-regions-expected.txt: Removed. * platform/efl/fast/regions/percentage-margins-rtl-variable-width-regions-expected.png: Removed. * platform/efl/fast/regions/percentage-margins-rtl-variable-width-regions-expected.txt: Removed. * platform/efl/fast/regions/percentage-margins-variable-width-regions-expected.png: Removed. * platform/efl/fast/regions/percentage-margins-variable-width-regions-expected.txt: Removed. * platform/efl/fast/regions/region-overflow-auto-overflow-hidden-expected.png: Removed. * platform/efl/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed. * platform/efl/fast/regions/region-overflow-auto-overflow-visible-expected.png: Removed. * platform/efl/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed. * platform/efl/fast/regions/text-region-split-small-pagination-expected.png: Removed. * platform/efl/fast/regions/text-region-split-small-pagination-expected.txt: Removed. * platform/efl/fast/regions/top-overflow-out-of-second-region-expected.png: Removed. * platform/efl/fast/regions/top-overflow-out-of-second-region-expected.txt: Removed. * platform/efl/fast/regions/webkit-flow-double-pagination-float-push-expected.png: Removed. * platform/efl/fast/regions/webkit-flow-double-pagination-float-push-expected.txt: Removed. * platform/efl/fast/regions/webkit-flow-float-pushed-to-last-region-expected.png: Removed. * platform/efl/fast/regions/webkit-flow-float-pushed-to-last-region-expected.txt: Removed. * platform/efl/fast/regions/webkit-flow-float-unable-to-push-expected.png: Removed. * platform/efl/fast/regions/webkit-flow-float-unable-to-push-expected.txt: Removed. * platform/efl/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.png: Removed. * platform/efl/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.txt: Removed. * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.png: Removed. * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt: Removed. * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.png: Removed. * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt: Removed. * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Removed. * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt: Removed. 2012-04-14 Joe Thomas Viewport-percentage Length units does not work for Replaced elements size https://bugs.webkit.org/show_bug.cgi?id=83425 Reviewed by Antti Koivisto. Added the support for viewport-percentage length units while calculating the width/height of replaced elements. * css3/viewport-percentage-lengths/resources: Added. * css3/viewport-percentage-lengths/resources/colorsquare.png: Added. * css3/viewport-percentage-lengths/viewport-percentage-image-size-expected.html: Added. * css3/viewport-percentage-lengths/viewport-percentage-image-size.html: Added. 2012-04-14 Joe Thomas CSSStyleDeclaration.getPropertyValue() for 'border-radius' returns null when value is set https://bugs.webkit.org/show_bug.cgi?id=80736 Reviewed by Antti Koivisto. Added support for fetching the value of 'border-radius' CSS property which was missing. * fast/css/border-radius-property-value-expected.txt: Added. * fast/css/border-radius-property-value.html: Added. 2012-04-14 Zalan Bujtas [WK2] Set WebKitTestRunner's WebProcess cache model to DocumentBrowser. https://bugs.webkit.org/show_bug.cgi?id=81945 Reviewed by Dan Bernstein. Re-enable 2 tests where WebKitUsesPageCachePreferenceKey is set. * platform/mac-wk2/Skipped: 2012-04-13 Sheriff Bot Unreviewed, rolling out r114036. http://trac.webkit.org/changeset/114036 https://bugs.webkit.org/show_bug.cgi?id=83969 Breaks gmail.com causing it to never finish loading (Requested by danakj on #webkit). * fast/dom/HTMLSelectElement/named-options-expected.txt: * fast/dom/HTMLSelectElement/script-tests/named-options.js: * fast/dom/NodeList/node-list-array-class-expected.txt: Removed. * fast/dom/NodeList/node-list-array-class.html: Removed. * fast/dom/NodeList/nodelist-item-call-as-function-expected.txt: * fast/dom/everything-to-string-expected.txt: * fast/dom/prototype-inheritance-2-expected.txt: * fast/js/recursion-limit-equal-expected.txt: * inspector/console/command-line-api-expected.txt: * inspector/console/console-dir-expected.txt: * inspector/console/console-format-collections-expected.txt: * jquery/traversing-expected.txt: * platform/chromium/fast/dom/HTMLSelectElement/named-options-expected.txt: Removed. * platform/chromium/fast/dom/everything-to-string-expected.txt: Removed. * platform/chromium/inspector/console/command-line-api-expected.txt: Removed. * platform/chromium/inspector/console/console-dir-expected.txt: * platform/chromium/inspector/console/console-format-collections-expected.txt: * platform/chromium/jquery/traversing-expected.txt: Removed. * platform/mac/fast/dom/prototype-inheritance-2-expected.txt: 2012-04-13 Julien Chaffraix Two lineboxcontain tests are failing https://bugs.webkit.org/show_bug.cgi?id=82742 Reviewed by Ojan Vafai. * platform/mac/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt: * platform/mac/fast/block/lineboxcontain/glyphs-expected.txt: Rebaselined. * platform/mac/Skipped: * platform/mac/test_expectations.txt: Unskip some tests that are either rebaselined or now passing due to r112582 re-adding some of the RenderLayers removed by r110072. 2012-04-13 Raymond Liu Add layout test case for JavaScriptAudioNode. https://bugs.webkit.org/show_bug.cgi?id=83747 Reviewed by Chris Rogers. * webaudio/javascriptaudionode-expected.txt: Added. * webaudio/javascriptaudionode.html: Added. 2012-04-13 Raymond Toy convolution-mono-mono test passes now https://bugs.webkit.org/show_bug.cgi?id=83793 Reviewed by Eric Seidel. * platform/chromium/test_expectations.txt: Delete entry. 2012-04-13 Raymond Liu AudioContext createChannelMerger() method should have optional argument for number of inputs. https://bugs.webkit.org/show_bug.cgi?id=83759 Reviewed by Chris Rogers. Check https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html for the optional argument. * webaudio/audiochannelmerger-basic-expected.txt: Added. * webaudio/audiochannelmerger-basic.html: Added. 2012-04-13 Mihnea Ovidenie [CSSRegions]Implement NamedFlow::contentNodes attribute https://bugs.webkit.org/show_bug.cgi?id=80134 Reviewed by David Hyatt. * fast/regions/webkit-named-flow-content-nodes-expected.txt: Added. * fast/regions/webkit-named-flow-content-nodes.html: Added. 2012-04-13 Simon Fraser Rebaseline some compositing tests. Some were affected by the colorspace of the sample image changing. * compositing/images/direct-pdf-image-expected.png: * compositing/repaint/newly-composited-repaint-rect-expected.png: * compositing/visibility/visibility-image-layers-expected.png: * compositing/visibility/visibility-simple-video-layer-expected.png: * platform/mac/compositing/reflections/reflection-in-composited-expected.png: * platform/mac/compositing/reflections/simple-composited-reflections-expected.png: 2012-04-13 Adam Barth fast/dom/Window/window-property-descriptors.html is too much work to maintain https://bugs.webkit.org/show_bug.cgi?id=83915 Reviewed by Alexey Proskuryakov. The goal of this test is to remind us whenever we add something to the global scope. In practice, however, this test is a lot of work to maintain because every port has different features enabled, which means every port has a different list of things in the global scope. It's very difficult to make changes without causing this test to go red on a number of bots. Rather than use this test to monitor the global scope, we're better off paying attention to the IDL files. If folks are interested in changes to what is exposed to JavaScript, they can subscribe to IDL changes using a watchlist. (That's what I do, and it works pretty well.) * fast/dom/Window/script-tests/window-property-descriptors.js: Removed. * fast/dom/Window/window-property-descriptors.html: Removed. * platform/chromium/fast/dom/Window/window-property-descriptors-expected.txt: Removed. * platform/efl/fast/dom/Window/window-property-descriptors-expected.txt: Removed. * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: Removed. * platform/mac/fast/dom/Window/window-property-descriptors-expected.txt: Removed. * platform/qt-5.0-wk2/fast/dom/Window/window-property-descriptors-expected.txt: Removed. * platform/qt-arm/fast/dom/Window/window-property-descriptors-expected.txt: Removed. * platform/qt/fast/dom/Window/window-property-descriptors-expected.png: Removed. * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: Removed. * platform/win/fast/dom/Window/window-property-descriptors-expected.txt: Removed. 2012-04-13 Jer Noble fullscreen/video-controls-drag.html failing on Mac https://bugs.webkit.org/show_bug.cgi?id=81176 Reviewed by Eric Carlson. Removed expected failing results from platform/mac. * platform/mac/fullscreen/video-controls-drag-expected.txt: Removed. 2012-04-13 Simon Fraser Fix two compositing animation tests to not have flakey pixel results https://bugs.webkit.org/show_bug.cgi?id=83957 Reviewed by Dean Jackson. Fix these tests to use the pause animation API by providing an animation name in the expected data. There's no need to start the animations by hand. * compositing/reflections/animation-inside-reflection.html: * compositing/reflections/nested-reflection-animated.html: * platform/mac/compositing/reflections/animation-inside-reflection-expected.png: * platform/mac/compositing/reflections/nested-reflection-animated-expected.png: 2012-04-13 Anders Carlsson Rebaseline this since svg/custom/resources/green-checker.png changed. * svg/custom/image-with-prefix-in-webarchive-expected.webarchive: 2012-04-13 Simon Fraser Avoid use of ::webkit-scrollbar to hide scrollbars, since it doesn't work in WK1 https://bugs.webkit.org/show_bug.cgi?id=83950 Reviewed by James Robinson. Remove use of ::webkit-scrollbar from compositing tests, since this doesn't affect WebKit1 scrollbars. * compositing/geometry/fixed-position-composited-page-scale-down.html: * compositing/geometry/fixed-position-composited-page-scale.html: * compositing/geometry/fixed-position-iframe-composited-page-scale-down.html: * compositing/geometry/fixed-position-iframe-composited-page-scale.html: * compositing/geometry/fixed-position-transform-composited-page-scale-down.html: * compositing/geometry/fixed-position-transform-composited-page-scale.html: * 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-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: 2012-04-13 Simon Fraser Compositing layers not updated after scroll in WebKit1 https://bugs.webkit.org/show_bug.cgi?id=83945 Reviewed by James Robinson. Replace an incorrect Mac baseline with the correct result which was already in place for WebKit2. Remove a passing test from test-expectations. * compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt: * platform/mac-wk2/compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt: Removed. * platform/mac/test_expectations.txt: 2012-04-13 Vincent Scheib Chromium test_expectations suppress platform/chromium/virtual/gpu/fast/canvas/2d.imageDataHD.html Unreviewed. * platform/chromium/test_expectations.txt: 2012-04-13 Dean Jackson Don't process filters if the input region is exceptionally large. https://bugs.webkit.org/show_bug.cgi?id=83317 Reviewed by Simon Fraser. * css3/filters/huge-region-composited-expected.txt: Added. * css3/filters/huge-region-composited.html: Added. * css3/filters/huge-region-expected.txt: Added. * css3/filters/huge-region.html: Added. 2012-04-13 Anna Cavender Queue the cuechange event on HTMLTrackElement for proper sorting. https://bugs.webkit.org/show_bug.cgi?id=83858 Reviewed by Eric Carlson. * media/track/captions-webvtt/captions-fast.vtt: Captions were a wee bit too fast: they need to be at least 250ms apart for accurate testing as timeupdate events are only fired every 250ms. * media/track/track-cues-cuechange-expected.txt: Changes the order that cuechange events are fired. * media/track/track-cues-cuechange.html: Ditto. * media/track/track-mode-expected.txt: cuechange events are now fired at the proper times. Test now checks for all cuechange events (both enter and exit of cues). * media/track/track-mode.html: Ditto. 2012-04-11 Antonio Gomes Be more restrictive when adding ScrollableArea's to FrameView's ScrollableArea's map https://bugs.webkit.org/show_bug.cgi?id=79611 Reviewed by James Robinson. Added scrollable area set count tests to many situations observed in real world sites. * fast/scrolling/resources/generic-scrollable-content.html: Added. * fast/scrolling/resources/hidden-generic-scrollable-content.html: Added. * fast/scrolling/resources/scrollable-area.js: Added. (runTest): (end): * fast/scrolling/resources/scrollable-style.css: Added. (.inner): (.offscreen): * fast/scrolling/scrollable-area-frame-expected.txt: Added. * fast/scrolling/scrollable-area-frame-inherited-visibility-hidden-expected.txt: Added. * fast/scrolling/scrollable-area-frame-inherited-visibility-hidden.html: Added. * fast/scrolling/scrollable-area-frame-overflow-hidden-expected.txt: Added. * fast/scrolling/scrollable-area-frame-overflow-hidden.html: Added. * fast/scrolling/scrollable-area-frame-overried-inherited-visibility-hidden-expected.txt: Added. * fast/scrolling/scrollable-area-frame-overried-inherited-visibility-hidden.html: Added. * fast/scrolling/scrollable-area-frame-scrolling-no-expected.txt: Added. * fast/scrolling/scrollable-area-frame-scrolling-no-overried-inherited-visibility-hidden-expected.txt: Added. * fast/scrolling/scrollable-area-frame-scrolling-no-overried-inherited-visibility-hidden.html: Added. * fast/scrolling/scrollable-area-frame-scrolling-no-visibility-hidden-child-expected.txt: Added. * fast/scrolling/scrollable-area-frame-scrolling-no-visibility-hidden-child.html: Added. * fast/scrolling/scrollable-area-frame-scrolling-no.html: Added. * fast/scrolling/scrollable-area-frame-scrolling-yes-display-none-expected.txt: Added. * fast/scrolling/scrollable-area-frame-scrolling-yes-display-none.html: Added. * fast/scrolling/scrollable-area-frame-scrolling-yes-expected.txt: Added. * fast/scrolling/scrollable-area-frame-scrolling-yes.html: Added. * fast/scrolling/scrollable-area-frame-visibility-hidden-child-expected.txt: Added. * fast/scrolling/scrollable-area-frame-visibility-hidden-child.html: Added. * fast/scrolling/scrollable-area-frame-zero-size-and-border-expected.txt: Added. * fast/scrolling/scrollable-area-frame-zero-size-and-border.html: Added. * fast/scrolling/scrollable-area-frame.html: Added. * fast/scrolling/scrollable-area-overflow-auto-display-none-expected.txt: Added. * fast/scrolling/scrollable-area-overflow-auto-display-none-in-parent-expected.txt: Added. * fast/scrolling/scrollable-area-overflow-auto-display-none-in-parent.html: Added. * fast/scrolling/scrollable-area-overflow-auto-display-none.html: Added. * fast/scrolling/scrollable-area-overflow-auto-expected.txt: Added. * fast/scrolling/scrollable-area-overflow-auto-visibility-hidden-expected.txt: Added. * fast/scrolling/scrollable-area-overflow-auto-visibility-hidden-in-parent-expected.txt: Added. * fast/scrolling/scrollable-area-overflow-auto-visibility-hidden-in-parent.html: Added. * fast/scrolling/scrollable-area-overflow-auto-visibility-hidden.html: Added. * fast/scrolling/scrollable-area-overflow-auto-visibility-override-expected.txt: Added. * fast/scrolling/scrollable-area-overflow-auto-visibility-override.html: Added. * fast/scrolling/scrollable-area-overflow-auto-visibility-visible-expected.txt: Added. * fast/scrolling/scrollable-area-overflow-auto-visibility-visible.html: Added. * fast/scrolling/scrollable-area-overflow-auto.html: Added. * fast/scrolling/scrollable-area-overflow-not-set-expected.txt: Added. * fast/scrolling/scrollable-area-overflow-not-set.html: Added. * fast/scrolling/scrollable-area-overflow-visible-expected.txt: Added. * fast/scrolling/scrollable-area-overflow-visible.html: Added. 2012-04-13 Vincent Scheib Chromium test_expectations TIMOUT mask for fast/canvas/2d.imageDataHD.html Unreviewed. * platform/chromium/test_expectations.txt: 2012-04-13 Alexey Proskuryakov REGRESSION (XHR Caching): Uncacheable responses sent by Rails through Apache are cached https://bugs.webkit.org/show_bug.cgi?id=83925 Reviewed by Antti Koivisto. * http/tests/cache/subresource-expiration-2-expected.txt: * http/tests/cache/subresource-expiration-2.html: Added tests for multiple max-age directives. 2012-04-13 Rob Flack Chromium: Should enable -webkit-image-set https://bugs.webkit.org/show_bug.cgi?id=81859 Reviewed by Adam Barth. * platform/chromium/test_expectations.txt: 2012-04-13 Dave Tharp < dtharp@codeaurora.org> Integrate IETC CSS : grid layout tests https://bugs.webkit.org/show_bug.cgi?id=83830 Reviewed by Adam Barth * ietestcenter/css3/grid/display-grid-001.htm: Added. * ietestcenter/css3/grid/display-grid-002.htm: Added. * ietestcenter/css3/grid/grid-column-001.htm: Added. * ietestcenter/css3/grid/grid-column-002.htm: Added. * ietestcenter/css3/grid/grid-column-003.htm: Added. * ietestcenter/css3/grid/grid-columns-001.htm: Added. * ietestcenter/css3/grid/grid-items-001.htm: Added. * ietestcenter/css3/grid/grid-items-002.htm: Added. * ietestcenter/css3/grid/grid-items-003.htm: Added. * ietestcenter/css3/grid/grid-items-004.htm: Added. * ietestcenter/css3/grid/grid-items-005.htm: Added. * platform/chromium/test_expectations.txt: * platform/efl/test_expectations.txt: * platform/gtk/test_expectations.txt: * platform/mac/test_expectations.txt: * platform/qt/test_expectations.txt: 2012-04-13 Zan Dobersek Unreviewed, rebaselining after r114150. * platform/gtk/fast/dom/Window/window-properties-expected.txt: 2012-04-13 Anders Carlsson More rebaselining. * platform/mac/fast/dom/Window/window-properties-expected.txt: 2012-04-13 Sheriff Bot Unreviewed, rolling out r114140. http://trac.webkit.org/changeset/114140 https://bugs.webkit.org/show_bug.cgi?id=83921 Fails fast/css/image-set-parsing.html test it attempts to introduce. (Requested by scheib on #webkit). * platform/chromium/fast/css/image-set-parsing-expected.txt: Removed. * platform/chromium/test_expectations.txt: 2012-04-13 Dan Bernstein Pixel access canvas APIs do not operate at backing store resolution https://bugs.webkit.org/show_bug.cgi?id=83836 Reviewed by Darin Adler. * fast/canvas/2d.imageDataHD-expected.txt: Added. * fast/canvas/2d.imageDataHD.html: Added. 2012-04-13 Anders Carlsson Rebaseline a test. * platform/mac/fast/dom/Window/window-property-descriptors-expected.txt: 2012-04-13 Zan Dobersek Unreviewed - remove duplicate entries for two failing sputnik tests from the test_expectations.txt file. * platform/gtk/test_expectations.txt: 2012-04-13 Vincent Scheib [Chromium] LayoutTest failures/flaky for svg/as-background-image https://bugs.webkit.org/show_bug.cgi?id=83303 Unreviewed Chromium test_expectations clean up. Previous clean up in r114137 dropped a WIN IMAGE failure suppression. * platform/chromium/test_expectations.txt: 2012-04-13 Adam Barth Update baselines to make this test run again. * platform/chromium/fast/dom/Window/window-property-descriptors-expected.txt: Replaced. * platform/chromium/test_expectations.txt: 2012-04-13 Rob Flack Chromium: Should enable -webkit-image-set https://bugs.webkit.org/show_bug.cgi?id=81859 Reviewed by Adam Barth. * platform/chromium/test_expectations.txt: 2012-04-13 Anton Muhin Mark test as even flakier: it can timeout. Unreviewed. * platform/chromium/test_expectations.txt: 2012-04-13 Philippe Normand Unreviewed, GTK test_expectations update. * platform/gtk/test_expectations.txt: Flag fast/regions again. Only parts of it were passing, sigh. 2012-04-13 Stephen Chenney [Chromium] LayoutTest failures/flaky for svg/as-background-image https://bugs.webkit.org/show_bug.cgi?id=83303 Unreviewed Chromium test_expectations clean up. Consolidating common-cause flaky tests. * platform/chromium/test_expectations.txt: 2012-04-13 Pavel Feldman Web Inspector: do not attempt to load content from resource until request finished loading. https://bugs.webkit.org/show_bug.cgi?id=83896 Reviewed by Yury Semikhatsky. * inspector/debugger/raw-source-code.html: 2012-04-13 Philippe Normand Unreviewed, GTK test_expectations update. * platform/gtk/test_expectations.txt: Unskip fast/regions and svg/hixie/perf that seem to pass fine on GTK bots. 2012-04-13 Pavel Feldman Web Inspector: follow up to r114116 - fixing QT test https://bugs.webkit.org/show_bug.cgi?id=83892 Reviewed by Yury Semikhatsky. * inspector/debugger/raw-source-code.html: 2012-04-13 Yi Shen InsertHTML fails to insert h6 if the insertion point is before some text. https://bugs.webkit.org/show_bug.cgi?id=82689 Reviewed by Ryosuke Niwa. Added the missing h6 tag for the isHeaderElement. * editing/execCommand/4128080-1-expected.txt: * editing/execCommand/4128080-1.html: 2012-04-13 Philippe Normand Unreviewed, GTK test_expectations update. * platform/gtk/test_expectations.txt: Marking some css2.1 tests flaky. 2012-04-13 Anton Muhin Mark test as flaky. Unreviewed. * platform/chromium/test_expectations.txt: 2012-04-13 Anton Muhin Mark test as flaky. Unreviewed. * platform/chromium/test_expectations.txt: 2012-04-13 Anton Muhin Mark test as flaky. Unreviewed. * platform/chromium/test_expectations.txt: 2012-04-13 Balazs Ankes [Qt] Gardening: rebaseline 2 tests and add 5 tests to skiplist. Reviewed by Csaba Osztrogonác. * platform/qt-5.0-wk2/fast/dom/prototype-inheritance-2-expected.txt: * platform/qt-5.0/fast/dom/prototype-inheritance-2-expected.txt: * platform/qt/Skipped: * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: 2012-04-13 Pavel Feldman Web Inspector: introduce ParsedURL type, clean up url and displayName mess in Resource and NetworkRequest. https://bugs.webkit.org/show_bug.cgi?id=83871 Reviewed by Yury Semikhatsky. * inspector/debugger/raw-source-code.html: 2012-04-13 Pavel Feldman Web Inspector: extracting NetworkRequest from Resource (step 3) https://bugs.webkit.org/show_bug.cgi?id=83802 Reviewed by Yury Semikhatsky. * http/tests/inspector/network/network-request-revision-content.html: * inspector/debugger/raw-source-code.html: * inspector/debugger/set-breakpoint.html: * inspector/debugger/source-frame.html: 2012-04-13 Anton Muhin Mark test as flaky. Unreviewed. * platform/chromium/test_expectations.txt: 2012-04-13 Philippe Normand Unreviewed, GTK test_expectations update. * platform/gtk/test_expectations.txt: 2012-04-13 Anton Muhin Linux rebaselines. Unreviewed. * platform/chromium-linux/platform/chromium/compositing/filters: Added. * platform/chromium-linux/platform/chromium/compositing/filters/background-filter-blur-expected.png: Added. * platform/chromium-linux/platform/chromium/compositing/filters/background-filter-blur-off-axis-expected.png: Added. 2012-04-13 Zalan Bujtas Enabling/disabling delegates scrolling when page has no composited content asserts on WK1. https://bugs.webkit.org/show_bug.cgi?id=83860 Reviewed by Kenneth Rohde Christiansen. * fast/viewport/scroll-delegates-switch-on-page-with-no-composition-mode-asserts-expected.txt: Added. * fast/viewport/scroll-delegates-switch-on-page-with-no-composition-mode-asserts.html: Added. 2012-04-13 Philippe Normand Unreviewed, GTK baselines for tests now being runned since the migration to test_expectations. * platform/gtk/css3/font-feature-settings-rendering-expected.txt: Added. * platform/gtk/editing/pasteboard/smart-drag-drop-expected.txt: Added. * platform/gtk/fast/block/float/avoiding-float-centered-expected.txt: Added. * platform/gtk/fast/dom/gc-10-expected.txt: Added. * platform/gtk/fast/forms/date/date-appearance-expected.txt: Added. * platform/gtk/fast/images/exif-orientation-css-expected.txt: Added. * platform/gtk/fast/images/exif-orientation-expected.txt: Added. * platform/gtk/fast/regions/bottom-overflow-out-of-first-region-expected.txt: Added. * platform/gtk/fast/regions/flow-content-basic-expected.txt: Added. * platform/gtk/fast/regions/flow-content-basic-vertical-expected.txt: Added. * platform/gtk/fast/regions/flow-content-basic-vertical-rl-expected.txt: Added. * platform/gtk/fast/regions/flows-dependency-dynamic-remove-expected.txt: Added. * platform/gtk/fast/regions/flows-dependency-same-flow-expected.txt: Added. * platform/gtk/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt: Added. * platform/gtk/fast/regions/overflow-in-uniform-regions-dynamic-expected.txt: Added. * platform/gtk/fast/regions/overflow-in-variable-width-regions-expected.txt: Added. * platform/gtk/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt: Added. * platform/gtk/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.txt: Added. * platform/gtk/fast/regions/overflow-rtl-in-variable-width-regions-expected.txt: Added. * platform/gtk/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt: Added. * platform/gtk/fast/regions/overflow-size-change-with-stacking-context-expected.txt: Added. * platform/gtk/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.txt: Added. * platform/gtk/fast/regions/percentage-margins-mixed-ltr-dominant-regions-expected.txt: Added. * platform/gtk/fast/regions/percentage-margins-mixed-rtl-dominant-regions-expected.txt: Added. * platform/gtk/fast/regions/percentage-margins-rtl-variable-width-regions-expected.txt: Added. * platform/gtk/fast/regions/percentage-margins-variable-width-regions-expected.txt: Added. * platform/gtk/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Added. * platform/gtk/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Added. * platform/gtk/fast/regions/region-style-block-background-color-expected.txt: Added. * platform/gtk/fast/regions/region-style-block-background-color2-expected.txt: Added. * platform/gtk/fast/regions/region-style-image-background-color-expected.txt: Added. * platform/gtk/fast/regions/region-style-inline-background-color-expected.txt: Added. * platform/gtk/fast/regions/render-region-custom-style-mark-expected.txt: Added. * platform/gtk/fast/regions/text-region-split-small-pagination-expected.txt: Added. * platform/gtk/fast/regions/top-overflow-out-of-second-region-expected.txt: Added. * platform/gtk/fast/regions/webkit-flow-double-pagination-float-push-expected.txt: Added. * platform/gtk/fast/regions/webkit-flow-float-pushed-to-last-region-expected.txt: Added. * platform/gtk/fast/regions/webkit-flow-float-unable-to-push-expected.txt: Added. * platform/gtk/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.txt: Added. * platform/gtk/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt: Added. * platform/gtk/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt: Added. * platform/gtk/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt: Added. * platform/gtk/fast/text/hyphenate-character-expected.txt: Added. * platform/gtk/fast/text/hyphenate-first-word-expected.txt: Added. * platform/gtk/fast/text/hyphenate-locale-expected.txt: Added. * platform/gtk/fast/text/hyphens-expected.txt: Added. * platform/gtk/fast/viewport/viewport-126-expected.txt: Added. * platform/gtk/fast/viewport/viewport-127-expected.txt: Added. * platform/gtk/fast/viewport/viewport-65-expected.txt: Added. * platform/gtk/fast/viewport/viewport-82-expected.txt: Added. * platform/gtk/fast/viewport/viewport-84-expected.txt: Added. * platform/gtk/fast/viewport/viewport-87-expected.txt: Added. * platform/gtk/mathml/presentation/mo-stretch-expected.txt: Added. * platform/gtk/mathml/presentation/msub-base-changed-expected.txt: Added. * platform/gtk/mathml/presentation/msub-sub-changed-expected.txt: Added. * platform/gtk/mathml/presentation/msubsup-base-changed-expected.txt: Added. * platform/gtk/mathml/presentation/msubsup-sub-changed-expected.txt: Added. * platform/gtk/mathml/presentation/msubsup-sup-changed-expected.txt: Added. * platform/gtk/mathml/presentation/msup-base-changed-expected.txt: Added. * platform/gtk/mathml/presentation/msup-sup-changed-expected.txt: Added. * platform/gtk/plugins/plugin-initiate-popup-window-expected.txt: Added. * platform/gtk/test_expectations.txt: Mark a media/track test flaky. 2012-04-13 Anton Muhin New suppression. Unreviewed. * platform/chromium/test_expectations.txt: 2012-04-13 Philippe Normand Unreviewed, GTK test_expectations update. * platform/gtk/test_expectations.txt: Skip two media tests trigger flakiness. 2012-04-13 Anton Muhin Now test sometimes crashes in Debug on XP too. Unreviewed. * platform/chromium/test_expectations.txt: 2012-04-13 Philippe Normand Unreviewed, GTK test_expectations update. * platform/gtk/test_expectations.txt: Skip failing new encrypted-media test. 2012-04-13 Anton Muhin Rebaselines. Unreviewed. * platform/chromium-mac/fast/ruby/nested-ruby-expected.txt: Added. * platform/chromium-mac/fast/text/international/002-expected.png: Added. * platform/chromium-mac/fast/text/international/002-expected.txt: Added. 2012-04-13 Anton Muhin Rebaselines. Unreviewed. * platform/chromium-win/platform/chromium/compositing/filters: Added. * platform/chromium-win/platform/chromium/compositing/filters/background-filter-blur-expected.png: Added. * platform/chromium-win/platform/chromium/compositing/filters/background-filter-blur-off-axis-expected.png: Added. * platform/chromium-win/platform/chromium/compositing/filters/background-filter-blur-outsets-expected.png: Added. 2012-04-13 Philippe Normand Unreviewed, GTK rebaseline. * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt: 2012-04-13 Shinya Kawanaka Background width (or height) is wrong if width (or height) * zoom < 1. https://bugs.webkit.org/show_bug.cgi?id=83350 Reviewed by Nikolas Zimmermann. * fast/css/zoom-background-repeat-x-expected.html: Added. * fast/css/zoom-background-repeat-x.html: Added. * fast/css/zoom-background-repeat-y-expected.html: Added. * fast/css/zoom-background-repeat-y.html: Added. 2012-04-13 Kent Tamura Should clear an invalid string in a date field on blur https://bugs.webkit.org/show_bug.cgi?id=83863 Reviewed by Kentaro Hara. * fast/forms/date/input-date-commit-valid-only-expected.txt: Added. * fast/forms/date/input-date-commit-valid-only.html: Added. 2012-04-13 Kent Tamura [Chromium] tests should pass. * platform/chromium/test_expectations.txt: 2012-04-12 Anton Muhin Mark test as also crashing. Unreviewed. * platform/chromium/test_expectations.txt: 2012-04-12 Anton Muhin Rebaselines. Unreviewed. * platform/chromium-linux/svg/transforms/text-with-mask-with-svg-transform-expected.png: 2012-04-12 Anton Muhin Rebaselines. Unreviewed. * platform/chromium-linux/svg/text/font-size-below-point-five-expected.txt: 2012-04-12 Anton Muhin Rebaselines. Unreviewed. * fast/media/mq-min-pixel-ratio-expected.txt: Added. * fast/reflections/reflection-masks-expected.txt: Added. * fast/reflections/reflection-masks-opacity-expected.txt: Added. * fast/reflections/reflection-masks-outset-expected.png: Added. * platform/chromium-mac-leopard/css3/filters/crash-filter-change-expected.png: * platform/chromium-mac-leopard/css3/filters/crash-hw-sw-switch-expected.png: * platform/chromium-mac-leopard/css3/filters/custom/missing-custom-filter-shader-expected.png: * platform/chromium-mac-leopard/css3/filters/effect-blur-expected.png: * platform/chromium-mac-leopard/css3/filters/effect-blur-hw-expected.png: * platform/chromium-mac-leopard/css3/filters/effect-brightness-expected.png: * platform/chromium-mac-leopard/css3/filters/effect-brightness-hw-expected.png: * platform/chromium-mac-leopard/css3/filters/effect-combined-expected.png: * platform/chromium-mac-leopard/css3/filters/effect-combined-hw-expected.png: * platform/chromium-mac-leopard/css3/filters/effect-contrast-expected.png: * platform/chromium-mac-leopard/css3/filters/effect-contrast-hw-expected.png: * platform/chromium-mac-leopard/css3/filters/effect-drop-shadow-expected.png: * platform/chromium-mac-leopard/css3/filters/effect-drop-shadow-hw-expected.png: * platform/chromium-mac-leopard/css3/filters/effect-grayscale-expected.png: * platform/chromium-mac-leopard/css3/filters/effect-grayscale-hw-expected.png: * platform/chromium-mac-leopard/css3/filters/effect-hue-rotate-expected.png: * platform/chromium-mac-leopard/css3/filters/effect-hue-rotate-hw-expected.png: * platform/chromium-mac-leopard/css3/filters/effect-invert-expected.png: * platform/chromium-mac-leopard/css3/filters/effect-invert-hw-expected.png: * platform/chromium-mac-leopard/css3/filters/effect-opacity-expected.png: * platform/chromium-mac-leopard/css3/filters/effect-opacity-hw-expected.png: * platform/chromium-mac-leopard/css3/filters/effect-saturate-expected.png: * platform/chromium-mac-leopard/css3/filters/effect-saturate-hw-expected.png: * platform/chromium-mac-leopard/css3/filters/effect-sepia-expected.png: * platform/chromium-mac-leopard/css3/filters/effect-sepia-hw-expected.png: * platform/chromium-mac-leopard/css3/filters/regions-expanding-expected.png: * platform/chromium-mac-leopard/fast/css/background-shorthand-invalid-url-expected.png: * platform/chromium-mac-leopard/fast/media/mq-min-pixel-ratio-expected.png: * platform/chromium-mac-leopard/fast/reflections/reflection-direction-expected.png: * platform/chromium-mac-leopard/fast/reflections/reflection-masks-expected.png: * platform/chromium-mac-leopard/fast/reflections/reflection-masks-opacity-expected.png: * platform/chromium-mac-leopard/fast/reflections/reflection-masks-outset-expected.png: * platform/chromium-mac-leopard/svg/custom/createImageElement-expected.png: Added. * platform/chromium-mac-leopard/svg/custom/createImageElement2-expected.png: Modified property svn:mime-type. * platform/chromium-mac-leopard/svg/custom/focus-ring-expected.png: * platform/chromium-mac-leopard/svg/custom/image-parent-translation-expected.png: * platform/chromium-mac-leopard/svg/custom/image-small-width-height-expected.png: * platform/chromium-mac-leopard/svg/custom/image-with-transform-clip-filter-expected.png: * platform/chromium-mac-leopard/svg/custom/js-update-image-and-display-expected.png: Added. * platform/chromium-mac-leopard/svg/custom/js-update-image-and-display2-expected.png: Added. * platform/chromium-mac-leopard/svg/custom/js-update-image-and-display3-expected.png: Added. * platform/chromium-mac-leopard/svg/custom/js-update-image-expected.png: Added. * platform/chromium-mac-leopard/svg/custom/pointer-events-image-css-transform-expected.png: * platform/chromium-mac-leopard/svg/custom/pointer-events-image-expected.png: * platform/chromium-mac-leopard/svg/custom/text-image-opacity-expected.png: * platform/chromium-mac-leopard/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png: * platform/chromium-mac-leopard/svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt: Removed. * platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png: * platform/chromium-mac-leopard/svg/transforms/animated-path-inside-transformed-html-expected.png: * platform/chromium-mac-leopard/svg/wicd/test-rightsizing-b-expected.png: * platform/chromium-mac-leopard/svg/zoom/page/zoom-background-images-expected.png: Added. * platform/chromium-mac-snowleopard/compositing/masks/direct-image-mask-expected.png: * platform/chromium-mac-snowleopard/compositing/reflections/simple-composited-reflections-expected.png: * platform/chromium-mac-snowleopard/css3/filters/crash-hw-sw-switch-expected.png: * platform/chromium-mac-snowleopard/fast/media/mq-min-pixel-ratio-expected.png: Added. * platform/chromium-mac-snowleopard/fast/reflections/reflection-direction-expected.png: Modified property svn:mime-type. * platform/chromium-mac-snowleopard/fast/reflections/reflection-masks-opacity-expected.png: Added. * platform/chromium-mac-snowleopard/svg/custom/createImageElement2-expected.png: Modified property svn:mime-type. * platform/chromium-mac-snowleopard/svg/custom/focus-ring-expected.png: Modified property svn:mime-type. * platform/chromium-mac-snowleopard/svg/custom/image-parent-translation-expected.png: Modified property svn:mime-type. * platform/chromium-mac-snowleopard/svg/custom/image-small-width-height-expected.png: * platform/chromium-mac-snowleopard/svg/custom/image-with-transform-clip-filter-expected.png: * platform/chromium-mac-snowleopard/svg/custom/pointer-events-image-css-transform-expected.png: * platform/chromium-mac-snowleopard/svg/custom/pointer-events-image-expected.png: Modified property svn:mime-type. * platform/chromium-mac-snowleopard/svg/custom/text-image-opacity-expected.png: Modified property svn:mime-type. * platform/chromium-mac-snowleopard/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png: Removed. * platform/chromium-mac-snowleopard/svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt: Removed. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png: Modified property svn:mime-type. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png: * platform/chromium-mac-snowleopard/svg/transforms/animated-path-inside-transformed-html-expected.png: * platform/chromium-mac-snowleopard/svg/wicd/test-rightsizing-b-expected.png: * platform/chromium-mac/compositing/masks/direct-image-mask-expected.png: * platform/chromium-mac/compositing/reflections/simple-composited-reflections-expected.png: * platform/chromium-mac/compositing/visibility/visibility-image-layers-expected.png: Added. * platform/chromium-mac/css3/filters/crash-filter-change-expected.png: * platform/chromium-mac/css3/filters/crash-hw-sw-switch-expected.png: * platform/chromium-mac/css3/filters/custom/missing-custom-filter-shader-expected.png: * platform/chromium-mac/css3/filters/effect-blur-expected.png: * platform/chromium-mac/css3/filters/effect-blur-hw-expected.png: * platform/chromium-mac/css3/filters/effect-brightness-expected.png: * platform/chromium-mac/css3/filters/effect-brightness-hw-expected.png: * platform/chromium-mac/css3/filters/effect-combined-expected.png: * platform/chromium-mac/css3/filters/effect-combined-hw-expected.png: Modified property svn:mime-type. * platform/chromium-mac/css3/filters/effect-contrast-expected.png: * platform/chromium-mac/css3/filters/effect-contrast-hw-expected.png: * platform/chromium-mac/css3/filters/effect-drop-shadow-expected.png: * platform/chromium-mac/css3/filters/effect-drop-shadow-hw-expected.png: Modified property svn:mime-type. * platform/chromium-mac/css3/filters/effect-grayscale-expected.png: * platform/chromium-mac/css3/filters/effect-grayscale-hw-expected.png: * platform/chromium-mac/css3/filters/effect-hue-rotate-expected.png: * platform/chromium-mac/css3/filters/effect-hue-rotate-hw-expected.png: Modified property svn:mime-type. * platform/chromium-mac/css3/filters/effect-invert-expected.png: * platform/chromium-mac/css3/filters/effect-invert-hw-expected.png: * platform/chromium-mac/css3/filters/effect-opacity-expected.png: * platform/chromium-mac/css3/filters/effect-opacity-hw-expected.png: Modified property svn:mime-type. * platform/chromium-mac/css3/filters/effect-saturate-expected.png: * platform/chromium-mac/css3/filters/effect-saturate-hw-expected.png: * platform/chromium-mac/css3/filters/effect-sepia-expected.png: * platform/chromium-mac/css3/filters/effect-sepia-hw-expected.png: * platform/chromium-mac/css3/filters/regions-expanding-expected.png: * platform/chromium-mac/fast/css/background-shorthand-invalid-url-expected.png: Modified property svn:mime-type. * platform/chromium-mac/fast/media/mq-min-pixel-ratio-expected.png: Modified property svn:mime-type. * platform/chromium-mac/fast/reflections/reflection-direction-expected.png: Modified property svn:mime-type. * platform/chromium-mac/fast/reflections/reflection-masks-expected.png: * platform/chromium-mac/fast/reflections/reflection-masks-opacity-expected.png: Modified property svn:mime-type. * platform/chromium-mac/fast/reflections/reflection-masks-outset-expected.png: * platform/chromium-mac/platform/chromium/virtual/threaded: Added. * platform/chromium-mac/platform/chromium/virtual/threaded/compositing: Added. * platform/chromium-mac/platform/chromium/virtual/threaded/compositing/visibility: Added. * platform/chromium-mac/platform/chromium/virtual/threaded/compositing/visibility/visibility-image-layers-expected.png: Added. * platform/chromium-mac/svg/custom/createImageElement-expected.png: Modified property svn:mime-type. * platform/chromium-mac/svg/custom/createImageElement2-expected.png: * platform/chromium-mac/svg/custom/focus-ring-expected.png: * platform/chromium-mac/svg/custom/image-parent-translation-expected.png: Modified property svn:mime-type. * platform/chromium-mac/svg/custom/image-small-width-height-expected.png: * platform/chromium-mac/svg/custom/image-with-transform-clip-filter-expected.png: * platform/chromium-mac/svg/custom/js-update-image-and-display-expected.png: Modified property svn:mime-type. * platform/chromium-mac/svg/custom/js-update-image-and-display2-expected.png: Modified property svn:mime-type. * platform/chromium-mac/svg/custom/js-update-image-and-display3-expected.png: Modified property svn:mime-type. * platform/chromium-mac/svg/custom/js-update-image-expected.png: * platform/chromium-mac/svg/custom/pointer-events-image-css-transform-expected.png: * platform/chromium-mac/svg/custom/pointer-events-image-expected.png: * platform/chromium-mac/svg/custom/text-image-opacity-expected.png: Modified property svn:mime-type. * platform/chromium-mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png: Modified property svn:mime-type. * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png: Modified property svn:mime-type. * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png: Modified property svn:mime-type. * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png: Modified property svn:mime-type. * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png: Modified property svn:mime-type. * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png: Modified property svn:mime-type. * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png: Modified property svn:mime-type. * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png: Modified property svn:mime-type. * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png: Modified property svn:mime-type. * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png: Modified property svn:mime-type. * platform/chromium-mac/svg/transforms/animated-path-inside-transformed-html-expected.png: * platform/chromium-mac/svg/wicd/test-rightsizing-b-expected.png: * platform/chromium-mac/svg/zoom/page/zoom-background-images-expected.png: * platform/efl/fast/media/mq-min-pixel-ratio-expected.txt: Removed. * platform/efl/fast/reflections/reflection-masks-expected.txt: Removed. * platform/efl/fast/reflections/reflection-masks-opacity-expected.txt: Removed. * platform/efl/fast/reflections/reflection-masks-outset-expected.png: Removed. * platform/efl/fast/reflections/reflection-masks-outset-expected.txt: Removed. * platform/efl/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.txt: Removed. * platform/efl/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.txt: Removed. * platform/efl/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.txt: Removed. * platform/efl/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.txt: Removed. * platform/efl/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.txt: Removed. * platform/efl/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.txt: Removed. * platform/efl/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.txt: Removed. * platform/efl/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.txt: Removed. * platform/efl/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.txt: Removed. * platform/efl/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.txt: Removed. * platform/gtk/fast/media/mq-min-pixel-ratio-expected.txt: Removed. * platform/gtk/fast/reflections/reflection-masks-outset-expected.png: Removed. * platform/mac-snowleopard/svg/custom/js-update-image-expected.png: Removed. * platform/mac-snowleopard/svg/zoom/page/zoom-background-images-expected.png: Removed. * platform/mac/fast/media/mq-min-pixel-ratio-expected.txt: Removed. * platform/qt/fast/media/mq-min-pixel-ratio-expected.txt: Removed. * platform/win/svg/custom/image-with-transform-clip-filter-expected.txt: Removed. 2012-04-12 Dana Jansens [chromium] Background filters for composited layers https://bugs.webkit.org/show_bug.cgi?id=80046 Reviewed by Adrienne Walker. * platform/chromium/compositing/filters/background-filter-blur-expected.png: Added. * platform/chromium/compositing/filters/background-filter-blur-expected.txt: Added. * platform/chromium/compositing/filters/background-filter-blur-off-axis-expected.png: Added. * platform/chromium/compositing/filters/background-filter-blur-off-axis-expected.txt: Added. * platform/chromium/compositing/filters/background-filter-blur-off-axis.html: Added. * platform/chromium/compositing/filters/background-filter-blur-outsets-expected.png: Added. * platform/chromium/compositing/filters/background-filter-blur-outsets-expected.txt: Added. * platform/chromium/compositing/filters/background-filter-blur-outsets.html: Added. * platform/chromium/compositing/filters/background-filter-blur.html: Added. 2012-04-12 Alexey Proskuryakov REGRESSION (r113900): Text tests started failing https://bugs.webkit.org/show_bug.cgi?id=83724 Reviewed by Dan Bernstein. * platform/mac/Skipped: unskip the tests. * platform/mac/fast/ruby/nested-ruby-expected.png: * platform/mac/fast/ruby/nested-ruby-expected.txt: * platform/mac/fast/text/international/002-expected.png: * platform/mac/fast/text/international/002-expected.txt: Updated for minor rendering differences. 2012-04-12 David Dorwin Add Encrypted Media Extensions events and errors to HTMLMediaElement https://bugs.webkit.org/show_bug.cgi?id=82974 Reviewed by Adam Barth. The new events and errors are behind the ENABLE(ENCRYPTED_MEDIA) feature define. Implementation is based on v0.1 of the draft proposal at http://dvcs.w3.org/hg/html-media/raw-file/tip/encrypted-media/encrypted-media.html#events. * fast/events/constructors/media-key-event-constructor-expected.txt: Added. * fast/events/constructors/media-key-event-constructor.html: Added. * fast/js/resources/js-test-pre.js: (shouldBeZero): (shouldBeEmptyString): * media/encrypted-media/encrypted-media-constants-expected.txt: Added. * media/encrypted-media/encrypted-media-constants.html: Added. * media/encrypted-media/encrypted-media-events-expected.txt: Added. * media/encrypted-media/encrypted-media-events.html: Added. * media/video-test.js: (testExpected): (testArraysEqual): 2012-04-12 Pablo Flouret Make layout tests not access apache on localhost:80 https://bugs.webkit.org/show_bug.cgi?id=82197 Reviewed by Ryosuke Niwa. It pollutes the logs of people running a local webserver, and has the potential for changing the results of tests run locally. * fast/dom/onerror-img.html: * fast/js/custom-constructors-expected.txt: * fast/js/script-tests/custom-constructors.js: * fast/notifications/notifications-double-show.html: * fast/notifications/notifications-with-permission.html: * fast/notifications/notifications-without-permission.html: 2012-04-12 Rob Buis XMLSerializer().serializeToString() doesn't generate the XML declaration markup like Opera and Firefox https://bugs.webkit.org/show_bug.cgi?id=83432 Reviewed by Ryosuke Niwa. Verify that xml declaration gets serialized if present. The updated test results are improvements. * fast/dom/dom-parse-serialize-display-expected.txt: * fast/dom/dom-parse-serialize-expected.txt: * fast/dom/dom-parse-serialize-xmldecl-expected.txt: Added. * fast/dom/dom-parse-serialize-xmldecl.html: Added. * fast/xmlhttprequest/xmlhttprequest-get-expected.txt: * fast/xsl/xslt-processor-expected.txt: * http/tests/xmlhttprequest/xml-encoding-expected.txt: * platform/chromium-mac/fast/xmlhttprequest/xmlhttprequest-get-expected.txt: * platform/chromium-win/fast/xmlhttprequest/xmlhttprequest-get-expected.txt: 2012-04-12 Tony Payne Convert layout test resource PNGs to sRGB. Some tests, such as compositing/color-matching/image-color-matching.html, expect that images with an RGB profile will not be altered when displayed. However, some of the resources have RGB profiles that are different from sRGB and actually should change when displayed with color profile support. https://bugs.webkit.org/show_bug.cgi?id=83799 Reviewed by Adam Barth. * compositing/resources/thiswayup.png: * css3/filters/resources/reference.png: * fast/media/resources/apple_logo_half_size.png: * fast/reflections/resources/kate.png: * svg/as-border-image/resources/large-tiles.png: * svg/custom/resources/green-checker.png: * svg/custom/resources/red-checker.png: * svg/wicd/resources/test-svg-child-object-rightsizing.png: 2012-04-12 Vincent Scheib [Chromium] Marking fast/regions/region-overflow-break.html as image failure on Mac. * platform/chromium/test_expectations.txt: 2012-04-12 Alexandru Chiculita REGRESSION(112745) [CSS Filters] Memory use explosion for offscreen filtered elements https://bugs.webkit.org/show_bug.cgi?id=83815 Reviewed by Simon Fraser. Adding a test that creates a lot of layers outside the viewport. The memory should not grow and the browser should not crash. * css3/filters/offscreen-filters-memory-usage-expected.txt: Added. * css3/filters/offscreen-filters-memory-usage.html: Added. 2012-04-12 Vincent Scheib Image failures due to text rendering change. Bug filed and test flagged failing. https://bugs.webkit.org/show_bug.cgi?id=83826 Unreviewed. * platform/chromium/test_expectations.txt: 2012-04-12 Anders Carlsson More rebaselining. * platform/mac/fast/dom/Window/window-properties-expected.txt: 2012-04-12 Stephen Chenney [Chromium] Flaky svg/W3C-SVG-1.1/filters-conv-01-f.svg https://bugs.webkit.org/show_bug.cgi?id=83820 Unreviewed Chromium test expectations. * platform/chromium-linux-x86/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: * platform/chromium-linux/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt: Added. * platform/chromium-win-vista/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: * platform/chromium-win-vista/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt: * platform/chromium-win-xp/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt: Added. * platform/chromium-win/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt: * platform/chromium/test_expectations.txt: 2012-04-12 Erik Arvidsson Add support for [ArrayClass] and use that on NodeList https://bugs.webkit.org/show_bug.cgi?id= Reviewed by Adam Barth. Attempt to reland r113931. Now with more updated test expectations. With this patch NodeLists now have Array.prototype on their prototype chain which allows methods such as forEach and map to work on NodeLists. http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#interface-nodelist For V8 we need to set a flag on the WrapperTypeInfo since V8 uses FunctionTemplates which does not allow setting the prototype to a non FunctionTemplate so the prototype is therefore set when the constructor is created. For JSC we just pass the right prototype object when creating the NodeList prototype. JSC has a bug (81588) that prevents toString to work as specced on Array.prototype.toString. This causes test failures in the tests until that has been fixed. * fast/dom/HTMLSelectElement/named-options-expected.txt: * fast/dom/HTMLSelectElement/script-tests/named-options.js: * fast/dom/NodeList/node-list-array-class-expected.txt: Added. * fast/dom/NodeList/node-list-array-class.html: Added. * fast/dom/NodeList/nodelist-item-call-as-function-expected.txt: * fast/dom/everything-to-string-expected.txt: * fast/dom/prototype-inheritance-2-expected.txt: * fast/js/recursion-limit-equal-expected.txt: * inspector/console/command-line-api-expected.txt: * inspector/console/console-dir-expected.txt: * inspector/console/console-format-collections-expected.txt: * jquery/traversing-expected.txt: * platform/chromium/fast/dom/HTMLSelectElement/named-options-expected.txt: Copied from LayoutTests/fast/dom/HTMLSelectElement/named-options-expected.txt. * platform/chromium/fast/dom/everything-to-string-expected.txt: Copied from LayoutTests/fast/dom/everything-to-string-expected.txt. * platform/chromium/inspector/console/command-line-api-expected.txt: Copied from LayoutTests/inspector/console/command-line-api-expected.txt. * platform/chromium/inspector/console/console-dir-expected.txt: * platform/chromium/inspector/console/console-format-collections-expected.txt: * platform/chromium/jquery/traversing-expected.txt: Copied from LayoutTests/jquery/traversing-expected.txt. * platform/mac/fast/dom/prototype-inheritance-2-expected.txt: 2012-04-12 Stephen Chenney chromium windows + linux svg tests failing after r65665 https://bugs.webkit.org/show_bug.cgi?id=44278 Unreviewed Chromium test expectations update. Looks like a result of the Skia switch plus some font adjustments. * platform/chromium-linux/svg/transforms/text-with-mask-with-svg-transform-expected.png: Added. * platform/chromium-linux/svg/transforms/text-with-mask-with-svg-transform-expected.txt: Added. * platform/chromium-mac-leopard/svg/transforms/text-with-mask-with-svg-transform-expected.png: * platform/chromium-mac-snowleopard/svg/transforms/text-with-mask-with-svg-transform-expected.png: Removed. * platform/chromium-mac/svg/transforms/text-with-mask-with-svg-transform-expected.png: Added. * platform/chromium-win/svg/transforms/text-with-mask-with-svg-transform-expected.png: Added. * platform/chromium-win/svg/transforms/text-with-mask-with-svg-transform-expected.txt: Added. * platform/chromium/test_expectations.txt: 2012-04-12 Stephen Chenney some clip paths broken on chromium win/linux after r65729 https://bugs.webkit.org/show_bug.cgi?id=44341 Unreviewed Chromium expectations update. These tests are now matching the mac results, and the new results on the bots look correct. Some changes are just font metric changes. * platform/chromium-linux/svg/clip-path/clip-path-childs-clipped-expected.png: * platform/chromium-linux/svg/clip-path/clip-path-pixelation-expected.png: Added. * platform/chromium-mac-snowleopard/svg/clip-path/clip-path-childs-clipped-expected.png: Removed. * platform/chromium-mac/svg/clip-path/clip-path-childs-clipped-expected.png: Added. * platform/chromium-win/svg/clip-path/clip-path-childs-clipped-expected.png: * platform/chromium-win/svg/clip-path/clip-path-pixelation-expected.png: Added. * platform/chromium-win/svg/clip-path/clip-path-pixelation-expected.txt: Added. * platform/chromium/test_expectations.txt: 2012-04-12 Stephen Chenney [Chromium] filters/feDisplacementMap.svg crossHatch pattern improperly drawn https://bugs.webkit.org/show_bug.cgi?id=83810 Unreviewed Chromium expectations update. These test results match Firefox, and I see no reason to believe they are incorrect. * platform/chromium-linux-x86/svg/filters/feDisplacementMap-expected.png: Added. * platform/chromium-linux/svg/filters/feDisplacementMap-expected.png: Added. * platform/chromium-win-vista/svg/filters/feDisplacementMap-expected.png: Added. * platform/chromium-win-xp/svg/filters/feDisplacementMap-expected.png: Added. * platform/chromium-win/svg/filters/feDisplacementMap-expected.png: * platform/chromium/test_expectations.txt: 2012-04-12 Anna Cavender Update HTMLMediaElement's index of cues when TextTrack.mode changes to and from TextTrack::DISABLED. https://bugs.webkit.org/show_bug.cgi?id=83377 Reviewed by Eric Carlson. * media/track/track-mode-expected.txt: * media/track/track-mode.html: 2012-04-12 Sheriff Bot Unreviewed, rolling out r114005. http://trac.webkit.org/changeset/114005 https://bugs.webkit.org/show_bug.cgi?id=83809 This patch may have unveiled other bugs, need to investigate (Requested by vrk on #webkit). * media/video-seek-past-end-paused-expected.txt: * media/video-seek-past-end-paused.html: * platform/chromium/test_expectations.txt: 2012-04-12 Stephen Chenney Shadow is not shown when using strokeRect with a gradient strokeStyle https://bugs.webkit.org/show_bug.cgi?id=52509 Unreviewed Chromium expectations update (after all this time). * platform/chromium-win/svg/css/rect-gradient-stroke-shadow-expected.png: Added. * platform/chromium/test_expectations.txt: 2012-04-12 Alec Flett IndexedDB: Attributes for a cursor "run past the end" should be undefined. https://bugs.webkit.org/show_bug.cgi?id=83492 Reviewed by Ojan Vafai. * storage/indexeddb/cursor-continue-validity-expected.txt: Added. * storage/indexeddb/cursor-continue-validity.html: Added. * storage/indexeddb/resources/cursor-continue-validity.js: Added. * storage/indexeddb/resources/mozilla/cursors-expected.txt: * storage/indexeddb/resources/shared.js: 2012-04-12 Eric Carlson Media engine should not be told to prepare for playback if media loading is not allowed https://bugs.webkit.org/show_bug.cgi?id=83620 Reviewed by Dan Bernstein. * platform/efl/Skipped: Skipped new test because it requires preload=none support. * media/video-load-require-user-gesture-expected.txt: Added. * media/video-load-require-user-gesture.html: Added. * media/video-play-require-user-gesture.html: Update for move of setMediaPlaybackRequiresUserGesture from window.internals to window.internals.settings. 2012-04-12 Bear Travis [CSS Exclusions] Add flag to enable / disable exclusions at runtime https://bugs.webkit.org/show_bug.cgi?id=83313 Reviewed by Ryosuke Niwa. Adding a test to cover CSS parsing, which is the only piece of exclusions work in place. Updating other exclusions test to explicitly enable the feature. * fast/exclusions/css-exclusions-disabled-expected.txt: Added. * fast/exclusions/css-exclusions-disabled.html: Added. * fast/exclusions/script-tests/parsing-wrap-shape-inside.js: * fast/exclusions/script-tests/parsing-wrap-shape-outside.js: * fast/exclusions/script-tests/wrap-flow-parsing.js: * fast/exclusions/script-tests/wrap-margin-parsing.js: * fast/exclusions/script-tests/wrap-padding-parsing.js: * fast/exclusions/script-tests/wrap-parsing.js: * fast/exclusions/script-tests/wrap-through-parsing.js: 2012-04-12 Stephen Chenney [Chromium] Layout test svg/text/font-size-below-point-five.svg needs rebaseline https://bugs.webkit.org/show_bug.cgi?id=83806 Unreviewed Chromium test expectations update. * platform/chromium-linux/svg/text/font-size-below-point-five-expected.txt: * platform/chromium-mac-leopard/svg/text/font-size-below-point-five-expected.png: Added. * platform/chromium-mac-leopard/svg/text/font-size-below-point-five-expected.txt: Removed. * platform/chromium-mac-snowleopard/svg/text/font-size-below-point-five-expected.png: Removed. * platform/chromium-mac/svg/text/font-size-below-point-five-expected.png: Added. * platform/chromium/test_expectations.txt: 2012-04-12 Anders Carlsson Add fast/frames/flattening/frameset-flattening-simple.html to the Skipped list. * platform/mac/Skipped: 2012-04-12 Stephen Chenney [Chromium] LayoutTest update for several Mac filter tests https://bugs.webkit.org/show_bug.cgi?id=83717 Unreviewed Chromium test expectations update. Second attempt, now leaving some tests as flakey. * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png: Added. * platform/chromium/test_expectations.txt: 2012-04-12 Anders Carlsson Update test results after r113945. * fast/dom/Window/window-properties-expected.txt: * platform/mac/fast/dom/prototype-inheritance-2-expected.txt: 2012-04-12 Dmitry Lomov REGRESSION (r113233): fast/canvas/webgl/array-message-passing.html crashing on Lion and Snow Leopard bots. https://bugs.webkit.org/show_bug.cgi?id=83427. Bug fixed, unskipping tests. Reviewed by Dean Jackson. * platform/mac/Skipped: 2012-04-12 David Barton Don't modify shared style objects in RenderMathMLRoot.cpp https://bugs.webkit.org/show_bug.cgi?id=83736 Reviewed by Julien Chaffraix. * platform/mac/mathml/presentation/roots-expected.png: * platform/mac/mathml/presentation/roots-expected.txt: 2012-04-12 Tom Sepez Typos in LayoutTests/http/tests/security/xssAuditor/script-tag-inside-svg-tag*.html https://bugs.webkit.org/show_bug.cgi?id=83794 Reviewed by Adam Barth. Several changes needed to make the XSS in these test cases fire against actual vulnerable browsers. The tests were still valid, but it is more helpful to see the XSS pop up. * http/tests/security/xssAuditor/script-tag-inside-svg-tag.html: * http/tests/security/xssAuditor/script-tag-inside-svg-tag2.html: * http/tests/security/xssAuditor/script-tag-inside-svg-tag3.html: 2012-04-09 Victoria Kirst Remove setTimeout from media/video-seek-past-end-paused.html and fix other minor issues https://bugs.webkit.org/show_bug.cgi?id=83505 The test had an arbitrary performance expectation to start playing in 200 ms, which caused the layout test to fail for Chromium when the Chromium's audio buffer size increased. This CL removes that expectation and fixes some HTML and grammar mistakes. Reviewed by Eric Carlson. * media/video-seek-past-end-paused-expected.txt: * media/video-seek-past-end-paused.html: * platform/chromium/test_expectations.txt: 2012-04-12 Philippe Normand Unreviewed, GTK test_expectations. * platform/gtk/test_expectations.txt: Flaky tests list update. 2012-04-12 Philippe Normand Unreviewed, GTK test_expectations. * platform/gtk/test_expectations.txt: Marking 2 media tests flaky. 2012-04-12 David Alcala [CSS Regions] Convert a fast/regions pixel test to a ref test https://bugs.webkit.org/show_bug.cgi?id=83713 Reviewed by Dirk Schulze. * fast/regions/region-overflow-break-expected.html: Added. * platform/chromium-mac-snowleopard/fast/regions/region-overflow-break-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/regions/region-overflow-break-expected.txt: Removed. * platform/efl/fast/regions/region-overflow-break-expected.png: Removed. * platform/efl/fast/regions/region-overflow-break-expected.txt: Removed. * platform/mac-snowleopard/fast/regions/region-overflow-break-expected.png: Removed. * platform/mac-snowleopard/fast/regions/region-overflow-break-expected.txt: Removed. * platform/mac/fast/regions/region-overflow-break-expected.txt: Removed. 2012-04-12 Philippe Normand Unreviewed, GTK test_expectations post-Skipped-migration update #2. * platform/gtk/test_expectations.txt: 2012-04-11 Andrey Kosyakov Web Inspector: show wall time frame duration on the vertical overview https://bugs.webkit.org/show_bug.cgi?id=83718 Reviewed by Pavel Feldman. * inspector/utilities-expected.txt: * inspector/utilities.html: added results for Array.prototype.qselect() 2012-04-12 Pierre Rossi [Qt] More unreviewed gardening after r113968. Set the right expected results this time. * platform/qt-5.0/css1/text_properties/letter_spacing-expected.txt: * platform/qt-5.0/editing/inserting/5549929-2-expected.txt: * platform/qt-5.0/editing/inserting/5549929-3-expected.txt: * platform/qt-5.0/editing/inserting/insert-br-at-tabspan-001-expected.txt: * platform/qt-5.0/editing/inserting/insert-br-at-tabspan-002-expected.txt: * platform/qt-5.0/editing/inserting/insert-br-at-tabspan-003-expected.txt: * platform/qt-5.0/editing/inserting/insert-tab-001-expected.txt: * platform/qt-5.0/editing/inserting/insert-tab-002-expected.txt: * platform/qt-5.0/editing/inserting/insert-tab-004-expected.txt: * platform/qt-5.0/editing/inserting/insert-text-at-tabspan-001-expected.txt: * platform/qt-5.0/editing/inserting/insert-text-at-tabspan-002-expected.txt: * platform/qt-5.0/editing/inserting/insert-text-at-tabspan-003-expected.txt: * platform/qt-5.0/editing/pasteboard/paste-text-at-tabspan-003-expected.txt: * platform/qt-5.0/editing/selection/editable-html-element-expected.txt: * platform/qt-5.0/editing/selection/extend-by-word-001-expected.txt: * platform/qt-5.0/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt: * platform/qt-5.0/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt: * platform/qt-5.0/fast/css/word-space-extra-expected.txt: * platform/qt-5.0/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt: * platform/qt-5.0/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt: * platform/qt-5.0/fast/table/border-collapsing/004-expected.txt: * platform/qt-5.0/fast/text/international/hindi-whitespace-expected.txt: * platform/qt-5.0/fast/text/text-letter-spacing-expected.txt: * platform/qt-5.0/svg/batik/text/textPosition-expected.txt: * platform/qt-5.0/svg/batik/text/textPosition2-expected.txt: * platform/qt-5.0/svg/custom/glyph-selection-arabic-forms-expected.txt: * platform/qt-5.0/svg/custom/glyph-selection-bidi-mirror-expected.txt: * platform/qt-5.0/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: 2012-04-12 Julien Chaffraix Reduce the use of RenderLayer outside of the rendering code https://bugs.webkit.org/show_bug.cgi?id=83728 Reviewed by Simon Fraser. The test checks that calling scrollByUnit without a RenderLayer doesn't crash. * fast/layers/scrollByLines-overflow-no-layer.html: Added. * fast/layers/scrollByLines-overflow-no-layer-expected.txt: Added. 2012-04-12 Alexei Filippov Web Inspector: Move meta node out of nodes in snapshot serialization. https://bugs.webkit.org/show_bug.cgi?id=83701 Reviewed by Yury Semikhatsky. * inspector/profiler/heap-snapshot-test.js: (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotSplitNodesEdgesMockRaw): 2012-04-12 Philippe Normand Unreviewed, GTK test_expectations post-Skipped-migration update. * platform/gtk/fast/dynamic/layer-hit-test-crash-expected.txt: * platform/gtk/http/tests/misc/acid2-expected.txt: * platform/gtk/svg/hittest/svg-ellipse-non-scale-stroke-expected.txt: Copied from LayoutTests/svg/hittest/svg-ellipse-non-scale-stroke-expected.txt. * platform/gtk/svg/hixie/perf/001-expected.txt: Added. * platform/gtk/svg/hixie/perf/002-expected.txt: Added. * platform/gtk/svg/hixie/perf/003-expected.txt: * platform/gtk/svg/hixie/perf/004-expected.txt: * platform/gtk/svg/hixie/perf/005-expected.txt: * platform/gtk/svg/hixie/perf/006-expected.txt: * platform/gtk/svg/hixie/perf/007-expected.txt: * platform/gtk/svg/text/select-textLength-spacing-squeeze-1-expected.txt: * platform/gtk/svg/text/text-deco-01-b-expected.txt: * platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: * platform/gtk/test_expectations.txt: * svg/hittest/svg-ellipse-non-scale-stroke-expected.txt: 2012-04-12 Stephen Chenney [Chromium] LayoutTest update for several Mac filter tests https://bugs.webkit.org/show_bug.cgi?id=83717 Unreviewed Chromium test expectations update. * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png: Added. * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png: Added. * platform/chromium-mac-leopard/svg/as-border-image/svg-as-border-image-2-expected.png: Added. * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png: * platform/chromium-mac-snowleopard/svg/as-border-image/svg-as-border-image-2-expected.png: Added. * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png: Added. * platform/chromium-mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png: Added. * platform/chromium-mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png: Added. * platform/chromium-mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png: Modified property svn:mime-type. * platform/chromium-mac/svg/as-border-image/svg-as-border-image-2-expected.png: Modified property svn:mime-type. * platform/chromium-mac/svg/custom/foreign-object-skew-expected.png: Modified property svn:mime-type. * platform/chromium/test_expectations.txt: 2012-04-12 Anton Muhin More Mac rebaselines. Unreviewed. * platform/chromium-mac-leopard/css2.1/20110323/replaced-elements-001-expected.png: 2012-04-12 Pierre Rossi [Qt] Unreviewed gardening after r113968 Since we now use QRawFont, some tests need a Qt5 specific baseline. * platform/qt-5.0/Skipped: skipped two tests with suspicious results. * platform/qt-5.0/css1/text_properties/letter_spacing-expected.txt: Added. * platform/qt-5.0/editing/inserting/5549929-2-expected.txt: Added. * platform/qt-5.0/editing/inserting/5549929-3-expected.txt: Added. * platform/qt-5.0/editing/inserting/insert-br-at-tabspan-001-expected.txt: Added. * platform/qt-5.0/editing/inserting/insert-br-at-tabspan-002-expected.txt: Added. * platform/qt-5.0/editing/inserting/insert-br-at-tabspan-003-expected.txt: Added. * platform/qt-5.0/editing/inserting/insert-tab-001-expected.txt: Added. * platform/qt-5.0/editing/inserting/insert-tab-002-expected.txt: Added. * platform/qt-5.0/editing/inserting/insert-tab-004-expected.txt: Added. * platform/qt-5.0/editing/inserting/insert-text-at-tabspan-001-expected.txt: Added. * platform/qt-5.0/editing/inserting/insert-text-at-tabspan-002-expected.txt: Added. * platform/qt-5.0/editing/inserting/insert-text-at-tabspan-003-expected.txt: Added. * platform/qt-5.0/editing/pasteboard/paste-text-at-tabspan-003-expected.txt: Added. * platform/qt-5.0/editing/selection/editable-html-element-expected.txt: Added. * platform/qt-5.0/editing/selection/extend-by-word-001-expected.txt: Added. * platform/qt-5.0/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt: Added. * platform/qt-5.0/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt: Added. * platform/qt-5.0/fast/css/word-space-extra-expected.txt: Added. * platform/qt-5.0/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt: Added. * platform/qt-5.0/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt: Added. * platform/qt-5.0/fast/table/border-collapsing/004-expected.txt: Added. * platform/qt-5.0/fast/text/international/hindi-whitespace-expected.txt: Added. * platform/qt-5.0/fast/text/text-letter-spacing-expected.txt: Added. * platform/qt-5.0/svg/batik/text/textPosition-expected.txt: Added. * platform/qt-5.0/svg/batik/text/textPosition2-expected.txt: Added. * platform/qt-5.0/svg/custom/glyph-selection-arabic-forms-expected.txt: Added. * platform/qt-5.0/svg/custom/glyph-selection-bidi-mirror-expected.txt: Added. 2012-04-12 Philippe Normand [GTK] Migrate Skipped tests to test_expectations.txt https://bugs.webkit.org/show_bug.cgi?id=83768 Reviewed by Martin Robinson. This will hopefully simplify gardening tasks. The tests without bug entry have been marked with BUGWKGTK and the most problematic suites (mostly for unimplemented or heavily unreliable features (inspector)) have been SKIP flagged. * platform/gtk/Skipped: Removed. * platform/gtk/test_expectations.txt: 2012-04-12 Anton Muhin Mark test as flaky on all platforms and add new failure mode. Unreviewed. * platform/chromium/test_expectations.txt: 2012-04-12 Anton Muhin Rebaseline Mac expectations. Unreviewed. * platform/chromium-mac-leopard/fast/block/float/avoiding-float-centered-expected.png: Added. 2012-04-12 Anton Muhin Mark test as flaking on all platforms. Unreviewed. * platform/chromium/test_expectations.txt: 2012-04-12 Csaba Osztrogonác [Qt]{Mac] Unreviewed, skip new failing tests to paint the bot green. * platform/qt-mac/Skipped: 2012-04-12 Csaba Osztrogonác [Qt] One more unreviewed gardening after r113945 and r113961. * platform/qt-5.0-wk2/fast/dom/prototype-inheritance-2-expected.txt: 2012-04-12 Pavel Feldman Web Inspector: extracting NetworkRequest from Resource (step 2) https://bugs.webkit.org/show_bug.cgi?id=83773 Reviewed by Yury Semikhatsky. * http/tests/inspector/network/network-request-revision-content.html: * http/tests/inspector/network/request-parameters-decoding.html: 2012-04-12 Zalan Bujtas [Qt][WK2] Zoom gesture with double tap crashes on iframe when main frame has scroll offset. https://bugs.webkit.org/show_bug.cgi?id=83428 Reviewed by Kenneth Rohde Christiansen. * touchadjustment/scroll-delegation/iframe-with-mainframe-scroll-offset-expected.txt: Added. * touchadjustment/scroll-delegation/iframe-with-mainframe-scroll-offset.html: Added. * touchadjustment/zoom-basic.html: 2012-04-12 Csaba Osztrogonác [Qt] Unreviewed gardening after r113945, update platform specific expected files. * platform/qt-5.0-wk2/fast/dom/prototype-inheritance-2-expected.txt: * platform/qt-5.0/Skipped: Unskip dom/prototype-inheritance-2.html and update its results. * platform/qt-5.0/fast/dom/prototype-inheritance-2-expected.txt: * platform/qt/fast/dom/prototype-inheritance-2-expected.txt: 2012-04-12 Csaba Osztrogonác [Qt] Unreviewed gardening after r113945, update platform specific expected files. * platform/qt-4.8/fast/dom/Window/window-properties-expected.txt: * platform/qt-5.0-wk2/fast/dom/Window/window-properties-expected.txt: * platform/qt-5.0/fast/dom/Window/window-properties-expected.txt: 2012-04-12 Sheriff Bot Unreviewed, rolling out r113931. http://trac.webkit.org/changeset/113931 https://bugs.webkit.org/show_bug.cgi?id=83766 broke 4 tests on JSC platforms (Requested by philn-tp on #webkit). * fast/dom/HTMLSelectElement/named-options-expected.txt: * fast/dom/HTMLSelectElement/script-tests/named-options.js: * fast/dom/NodeList/node-list-array-class-expected.txt: Removed. * fast/dom/NodeList/node-list-array-class.html: Removed. * fast/dom/NodeList/nodelist-item-call-as-function-expected.txt: * platform/chromium/fast/dom/HTMLSelectElement/named-options-expected.txt: Removed. * platform/chromium/inspector/console/command-line-api-expected.txt: Removed. * platform/chromium/inspector/console/console-dir-expected.txt: * platform/chromium/inspector/console/console-format-collections-expected.txt: * platform/mac/fast/dom/prototype-inheritance-2-expected.txt: 2012-04-12 Yuta Kitamura Unreviewed, remove test expectations for worker-reload.html, as the source of flakiness was removed in r113292. * platform/chromium/test_expectations.txt: * platform/mac/test_expectations.txt: 2012-04-12 Kristóf Kosztyó [Qt] Unreviewed gardening after r113885. * platform/qt/css2.1/20110323/replaced-elements-001-expected.png: * platform/qt/css2.1/20110323/replaced-elements-001-expected.txt: 2012-04-12 Kristóf Kosztyó [Qt] Unreveiwed gardening. Skip the failing reftest. * platform/qt/Skipped: skip fast/workers/worker-multi-startup.html 2012-04-12 Philippe Normand Unreviewed, GTK rebaseline after r113945. * platform/gtk/fast/dom/Window/window-properties-expected.txt: * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt: 2012-04-11 Adam Barth Implement Location.ancestorOrigins https://bugs.webkit.org/show_bug.cgi?id=83493 Reviewed by David Levin. * fast/dom/Window/Location/ancestor-origins-expected.txt: Added. * fast/dom/Window/Location/ancestor-origins.html: Added. 2012-04-11 Antonio Gomes Unreviewed rebaseline. * media/nodesFromRect-shadowContent-expected.txt: 2012-04-11 Matt Falkenhagen fast/text/international/font-fallback-to-common-script.html fails on Mac https://bugs.webkit.org/show_bug.cgi?id=83743 Reviewed by Kent Tamura. Change test not assume that there is no font setting for Simplified Chinese. * fast/text/international/font-fallback-to-common-script.html: * platform/mac/Skipped: 2012-04-11 Filip Pizlo It is incorrect to short-circuit Branch(LogicalNot(@a)) if boolean speculations on @a may fail https://bugs.webkit.org/show_bug.cgi?id=83744 Rubber stamped by Andy Estes. * fast/js/dfg-branch-not-fail-expected.txt: Added. * fast/js/dfg-branch-not-fail.html: Added. * fast/js/script-tests/dfg-branch-not-fail.js: Added. (foo): (bar): 2012-04-11 Raymond Liu AudioContext createChannelSplitter() method should have optional argument for number of outputs https://bugs.webkit.org/show_bug.cgi?id=83648 Reviewed by Chris Rogers. Check https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html for the optional argument. * webaudio/audiochannelsplitter-expected.txt: Added. * webaudio/audiochannelsplitter.html: Added. 2012-04-11 Jonathan Dong [BlackBerry] MMRPlayer will hang webkit thread when retrieving media metadata https://bugs.webkit.org/show_bug.cgi?id=80978 Reviewed by Rob Buis. RIM PR: 143471 Added a layout test which simulates a slow network, and starts a web worker thread to write a log message when retrieving media metadata to see if the webkit thread is blocked by media retrieving thread. * http/tests/media/video-throttled-load-metadata-expected.txt: Added. * http/tests/media/video-throttled-load-metadata-worker.js: Added. * http/tests/media/video-throttled-load-metadata.html: Added. 2012-04-11 Jer Noble Layout Test webaudio/* is flaky https://bugs.webkit.org/show_bug.cgi?id=83624 Reviewed by Chris Rogers. Re-enable webaudio/ layout tests on chromium-win. * platform/chromium/test_expectations.txt: 2012-04-11 Erik Arvidsson Add support for [ArrayClass] and use that on NodeList https://bugs.webkit.org/show_bug.cgi?id=81573 Reviewed by Adam Barth. With this patch NodeLists now have Array.prototype on their prototype chain which allows methods such as forEach and map to work on NodeLists. http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#interface-nodelist For V8 we need to set a flag on the WrapperTypeInfo since V8 uses FunctionTemplates which does not allow setting the prototype to a non FunctionTemplate so the prototype is therefore set when the constructor is created. For JSC we just pass the right prototype object when creating the NodeList prototype. JSC has a bug (81588) that prevents toString to work as specced on Array.prototype.toString. This causes test failures in the tests until that has been fixed. * fast/dom/HTMLSelectElement/named-options-expected.txt: * fast/dom/HTMLSelectElement/script-tests/named-options.js: * fast/dom/NodeList/node-list-array-class-expected.txt: Added. * fast/dom/NodeList/node-list-array-class.html: Added. * fast/dom/NodeList/nodelist-item-call-as-function-expected.txt: * platform/chromium/fast/dom/HTMLSelectElement/named-options-expected.txt: Copied from LayoutTests/fast/dom/HTMLSelectElement/named-options-expected.txt. * platform/chromium/inspector/console/command-line-api-expected.txt: Added. * platform/chromium/inspector/console/console-dir-expected.txt: * platform/chromium/inspector/console/console-format-collections-expected.txt: * platform/mac/fast/dom/prototype-inheritance-2-expected.txt: 2012-04-11 Erik Arvidsson File API does not support DOM events (like addEventListener) https://bugs.webkit.org/show_bug.cgi?id=83688 Reviewed by Adam Barth. * fast/filesystem/resources/file-writer-events.js: (runTest): * fast/speech/scripted/basics-expected.txt: * fast/speech/scripted/basics.html: 2012-04-11 Sheriff Bot Unreviewed, rolling out r113912. http://trac.webkit.org/changeset/113912 https://bugs.webkit.org/show_bug.cgi?id=83727 broke atsui-spacing-features.html on windows (Requested by simonjam on #webkit). * fast/text/international/arabic-justify.html: Removed. * platform/chromium-win/fast/text/international/arabic-justify-expected.png: Removed. * platform/chromium-win/fast/text/international/arabic-justify-expected.txt: Removed. * platform/chromium/test_expectations.txt: * platform/mac-snowleopard/fast/text/international/arabic-justify-expected.png: Removed. * platform/mac-snowleopard/fast/text/international/arabic-justify-expected.txt: Removed. 2012-04-11 Anders Carlsson Add two flaky plug-in tests. * platform/mac/Skipped: 2012-04-11 Anders Carlsson Add tests that broke in r113900 to the Skipped list. * platform/mac/Skipped: 2012-04-11 David Dorwin Add keySystem attribute to canPlayType() for Encrypted Media Extensions https://bugs.webkit.org/show_bug.cgi?id=82973 Reviewed by Adam Barth. The new attribute is behind the ENABLE(ENCRYPTED_MEDIA) feature define. Implementation is based on v0.1 of the draft proposal at http://dvcs.w3.org/hg/html-media/raw-file/tip/encrypted-media/encrypted-media.html#extensions. * media/encrypted-media/encrypted-media-can-play-type-expected.txt: Added. * media/encrypted-media/encrypted-media-can-play-type-webm-expected.txt: Added. * media/encrypted-media/encrypted-media-can-play-type-webm.html: Added. * media/encrypted-media/encrypted-media-can-play-type.html: Added. 2012-04-11 Anders Carlsson Add flaky speling tests to the Skipped list. * platform/mac/Skipped: 2012-04-11 Xiaomei Ji [chromium] wrong justification for arabic/persian page in cr-win. https://bugs.webkit.org/show_bug.cgi?id=83227 Reviewed by Kent Tamura. * fast/text/international/arabic-justify.html: Added. * platform/chromium-win/fast/text/international/arabic-justify-expected.png: Added. * platform/chromium-win/fast/text/international/arabic-justify-expected.txt: Added. * platform/chromium/test_expectations.txt: * platform/mac-snowleopard/fast/text/international/arabic-justify-expected.png: Added. * platform/mac-snowleopard/fast/text/international/arabic-justify-expected.txt: Added. 2012-04-11 Philippe Normand Unreviewed, GTK rebaseline after r113885. * platform/gtk/css2.1/20110323/replaced-elements-001-expected.txt: 2012-04-10 Antonio Gomes All Mac bots occasionally fail tons of media/ sputnik/ and svg/ tests https://bugs.webkit.org/show_bug.cgi?id=83411 Reviewed by Eric Carlson. Fix obvious problems with the test in order to make tests lets flaky. * media/nodesFromRect-shadowContent.html: * platform/gtk/media/nodesFromRect-shadowContent-expected.txt: 2012-04-11 Ryosuke Niwa fast/dom/dom-parse-serialize.html and dom-parse-serialize-display.html should be text tests https://bugs.webkit.org/show_bug.cgi?id=83715 Reviewed by Rob Buis. Converted the fast/dom/dom-parse-serialize.html and dom-parse-serialize-display.html to dumpAsText tests. * fast/dom/dom-parse-serialize-display-expected.txt: Added. * fast/dom/dom-parse-serialize-display.html: * fast/dom/dom-parse-serialize-expected.txt: Added. * fast/dom/dom-parse-serialize.html: * platform/chromium-linux/fast/dom/dom-parse-serialize-display-expected.png: Removed. * platform/chromium-linux/fast/dom/dom-parse-serialize-expected.png: Removed. * platform/chromium-mac-leopard/fast/dom/dom-parse-serialize-display-expected.png: Removed. * platform/chromium-mac-leopard/fast/dom/dom-parse-serialize-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/dom/dom-parse-serialize-display-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/dom/dom-parse-serialize-expected.png: Removed. * platform/chromium-mac/fast/dom/dom-parse-serialize-display-expected.png: Removed. * platform/chromium-mac/fast/dom/dom-parse-serialize-expected.png: Removed. * platform/chromium-win/fast/dom/dom-parse-serialize-display-expected.png: Removed. * platform/chromium-win/fast/dom/dom-parse-serialize-display-expected.txt: Removed. * platform/chromium-win/fast/dom/dom-parse-serialize-expected.png: Removed. * platform/chromium-win/fast/dom/dom-parse-serialize-expected.txt: Removed. * platform/efl/fast/dom/dom-parse-serialize-display-expected.png: Removed. * platform/efl/fast/dom/dom-parse-serialize-display-expected.txt: Removed. * platform/efl/fast/dom/dom-parse-serialize-expected.png: Removed. * platform/efl/fast/dom/dom-parse-serialize-expected.txt: Removed. * platform/gtk/fast/dom/dom-parse-serialize-display-expected.png: Removed. * platform/gtk/fast/dom/dom-parse-serialize-display-expected.txt: Removed. * platform/gtk/fast/dom/dom-parse-serialize-expected.png: Removed. * platform/gtk/fast/dom/dom-parse-serialize-expected.txt: Removed. * platform/mac-leopard/fast/dom/dom-parse-serialize-display-expected.png: Removed. * platform/mac-leopard/fast/dom/dom-parse-serialize-expected.png: Removed. * platform/mac/fast/dom/dom-parse-serialize-display-expected.png: Removed. * platform/mac/fast/dom/dom-parse-serialize-display-expected.txt: Removed. * platform/mac/fast/dom/dom-parse-serialize-expected.png: Removed. * platform/mac/fast/dom/dom-parse-serialize-expected.txt: Removed. * platform/qt/fast/dom/dom-parse-serialize-display-expected.png: Removed. * platform/qt/fast/dom/dom-parse-serialize-display-expected.txt: Removed. * platform/qt/fast/dom/dom-parse-serialize-expected.png: Removed. * platform/qt/fast/dom/dom-parse-serialize-expected.txt: Removed. 2012-04-11 Tom Zakrajsek Unreviewed gardening and fix naming on EFL expected.txt files * platform/chromium-linux/fast/text/text-shadow-no-default-color-expected.png: Added. * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/box-shadow-002-expected.png: * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/box-shadow-003-expected.png: * platform/chromium-mac-leopard/fast/text/text-shadow-no-default-color-expected.png: Added. * platform/chromium-mac-leopard/ietestcenter/css3/bordersbackgrounds/box-shadow-002-expected.png: * platform/chromium-mac-leopard/ietestcenter/css3/bordersbackgrounds/box-shadow-003-expected.png: * platform/chromium-mac-snowleopard/fast/text/text-shadow-no-default-color-expected.png: Added. * platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/box-shadow-002-expected.png: * platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/box-shadow-003-expected.png: * platform/chromium-mac/fast/text/text-shadow-no-default-color-expected.png: Added. * platform/chromium-mac/fast/text/text-shadow-no-default-color-expected.txt: Added. * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/box-shadow-002-expected.png: * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/box-shadow-003-expected.png: * platform/chromium-win/fast/text/text-shadow-no-default-color-expected.png: Added. * platform/chromium-win/fast/text/text-shadow-no-default-color-expected.txt: Added. * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/box-shadow-002-expected.png: * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/box-shadow-003-expected.png: * platform/chromium/test_expectations.txt: * platform/efl/fast/text/text-shadow-no-default-color-expected.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/background-color-border-box-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/background-color-border-box-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/background-size-002-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/background-size-002-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/background-size-applies-to-block-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/background-size-applies-to-block-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/background_color_padding_box-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/background_color_padding_box-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/background_repeat_space_border_box-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/background_repeat_space_border_box-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/background_repeat_space_content_box-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/background_repeat_space_content_box-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-001-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-001-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-002-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-002-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-003-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-003-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-004-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-004-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-005-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-005-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-010-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-010-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-017-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-017-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-clip-001-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-clip-001-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-initial-value-001-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-initial-value-001-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-not-inherited-001-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-not-inherited-001-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-style-001-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-style-001-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-style-002-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-style-002-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-style-003-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-style-003-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-style-004-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-style-004-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-001-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-001-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-002-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-002-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-003-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-003-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/box-shadow-001-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/box-shadow-001-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/box-shadow-002-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/box-shadow-002-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/box-shadow-003-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/box-shadow-003-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/box-shadow-004-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/box-shadow-004-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/color-behind-images-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/color-behind-images-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-actual.txt. * platform/efl/ietestcenter/css3/bordersbackgrounds/order-of-images-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/order-of-images-actual.txt. * platform/efl/ietestcenter/css3/text/textshadow-001-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/text/textshadow-001-actual.txt. * platform/efl/ietestcenter/css3/text/textshadow-002-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/text/textshadow-002-actual.txt. * platform/efl/ietestcenter/css3/text/textshadow-003-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/text/textshadow-003-actual.txt. * platform/efl/ietestcenter/css3/text/textshadow-004-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/text/textshadow-004-actual.txt. * platform/efl/ietestcenter/css3/text/textshadow-005-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/text/textshadow-005-actual.txt. * platform/efl/ietestcenter/css3/text/textshadow-006-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/text/textshadow-006-actual.txt. * platform/efl/ietestcenter/css3/text/textshadow-007-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/text/textshadow-007-actual.txt. * platform/efl/ietestcenter/css3/text/textshadow-008-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/text/textshadow-008-actual.txt. * platform/efl/ietestcenter/css3/text/textshadow-009-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/text/textshadow-009-actual.txt. * platform/efl/ietestcenter/css3/text/textshadow-010-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/text/textshadow-010-actual.txt. * platform/efl/test_expectations.txt: * platform/mac/fast/text/text-shadow-no-default-color-expected.txt: Added. * platform/mac/test_expectations.txt: * platform/qt/fast/text/text-shadow-no-default-color-expected.txt: Added. * platform/qt/test_expectations.txt: 2012-04-10 Alexey Proskuryakov [Mac] lang, xml:lang, content-language ignored when choosing fonts https://bugs.webkit.org/show_bug.cgi?id=10874 Reviewed by Dan Bernstein. * platform/mac/fonts/han-disunification-expected-mismatch.html: Added. * platform/mac/fonts/han-disunification.html: Added. 2012-04-11 James Simonsen [Chromium] Unreviewed gardening. * platform/chromium-linux/css2.1/20110323/replaced-elements-001-expected.png: * platform/chromium-linux/css2.1/20110323/replaced-elements-001-expected.txt: * platform/chromium-linux/fast/block/float/avoiding-float-centered-expected.png: Added. * platform/chromium-mac-snowleopard/css2.1/20110323/replaced-elements-001-expected.png: * platform/chromium-mac-snowleopard/fast/block/float/avoiding-float-centered-expected.png: Added. * platform/chromium-mac/css2.1/20110323/replaced-elements-001-expected.png: * platform/chromium-mac/fast/block/float/avoiding-float-centered-expected.png: Added. * platform/chromium-win/css2.1/20110323/replaced-elements-001-expected.png: * platform/chromium-win/css2.1/20110323/replaced-elements-001-expected.txt: * platform/chromium-win/fast/block/float/avoiding-float-centered-expected.png: Added. * platform/chromium-win/fast/block/float/avoiding-float-centered-expected.txt: Added. * platform/chromium-win/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.txt: * platform/chromium/test_expectations.txt: 2012-04-11 Antti Koivisto Crash in CSSStyleSheet::deleteRule https://bugs.webkit.org/show_bug.cgi?id=83708 Reviewed by Andreas Kling. * fast/css/delete-rule-crash.html: Added. * fast/css/delete-rule-crash-expected.txt: Added. 2012-04-11 Adam Klein [MutationObservers] Setting an attributeFilter should filter out all namespaced attribute mutations https://bugs.webkit.org/show_bug.cgi?id=83706 Reviewed by Ryosuke Niwa. Updated attributes test to match new behavior. * fast/mutation/observe-attributes-expected.txt: * fast/mutation/observe-attributes.html: 2012-04-11 Anders Carlsson Add two more DOM storage tests to the Skipped list. * platform/mac/Skipped: 2012-04-11 Sudarsana Nagineni [EFL] LayoutTestController needs implementation of pageProperty https://bugs.webkit.org/show_bug.cgi?id=82449 Unskip printing/page-rule-selection.html Reviewed by Antonio Gomes. * platform/efl/Skipped: 2012-04-11 Anders Carlsson Move fast/js/navigator-language.html to platform/qt https://bugs.webkit.org/show_bug.cgi?id=83710 Reviewed by Ryosuke Niwa. This test was for a Qt specific bug, and using setlocale on Mac will not update the preferred language correctly. * platform/qt/fast/js/navigator-language-expected.txt: Renamed from LayoutTests/fast/js/navigator-language-expected.txt. * platform/qt/fast/js/navigator-language.html: Renamed from LayoutTests/fast/js/navigator-language.html. 2012-04-11 Stephen Chenney [Chromium/Linux] fonts-glyph-04-t.svg fails after r87152 https://bugs.webkit.org/show_bug.cgi?id=61370 Unreviewed Chromium linux expectations update. This test is now behaving like Mac. No complaints there, just a font change. * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png: * platform/chromium/test_expectations.txt: 2012-04-11 Stephen Chenney [chromium] svg/wicd/test-rightsizing-a.xhtml is flaky https://bugs.webkit.org/show_bug.cgi?id=66320 Unreviewed Chromium test expectations cleanup. This test had been fixed some time ago and has no appearance in the flakiness board. * platform/chromium/test_expectations.txt: 2012-04-11 Wei James add stereo source support in EqualPowerPanner https://bugs.webkit.org/show_bug.cgi?id=81092 Reviewed by Chris Rogers. * webaudio/panner-equalpower-stereo-expected.txt: Added. * webaudio/panner-equalpower-stereo.html: Copied from LayoutTests/webaudio/panner-equalpower.html. * webaudio/panner-equalpower.html: * webaudio/resources/audio-testing.js: (createStereoImpulseBuffer): * webaudio/resources/panner-model-testing.js: (createGraph): (createTestAndRun): (equalPowerGain): (checkResult): 2012-04-11 Stephen Chenney [chromium] Need new image baseline for svg/dom/SVGTransformList-basics.xhtml https://bugs.webkit.org/show_bug.cgi?id=63036 Unreviewed Chromium test expectations update. * platform/chromium-mac-leopard/svg/dom/SVGTransformList-basics-expected.png: * platform/chromium-mac-snowleopard/svg/dom/SVGTransformList-basics-expected.png: * platform/chromium-mac/svg/dom/SVGTransformList-basics-expected.png: Added. * platform/chromium/test_expectations.txt: 2012-04-11 Erik Arvidsson StyleElement ownerNode is not cleared correctly https://bugs.webkit.org/show_bug.cgi?id=83696 Reviewed by Antti Koivisto. * fast/dom/StyleSheet/detached-sheet-owner-node-expected.txt: Added. * fast/dom/StyleSheet/detached-sheet-owner-node-link-expected.txt: Added. * fast/dom/StyleSheet/detached-sheet-owner-node-link.html: Added. * fast/dom/StyleSheet/detached-sheet-owner-node.html: Added. 2012-04-11 David Hyatt https://bugs.webkit.org/show_bug.cgi?id=83614 Improve how auto margins are handled on objects that avoid floats. Add a new test covering this for tables and overflow sections and revise existing results. The CSS2.1 test in particular is a progression. Reviewed by Dan Bernstein. * fast/block/float/avoiding-float-centered.html: Added. * platform/mac/css2.1/20110323/replaced-elements-001-expected.txt: * platform/mac/fast/block/float/avoiding-float-centered-expected.png: Added. * platform/mac/fast/block/float/avoiding-float-centered-expected.txt: Added. * platform/mac/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.txt: 2012-04-11 Tom Zakrajsek Unreviewed gardening. Found EFL results. * platform/efl/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/background-color-border-box-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/background-size-002-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/background-size-applies-to-block-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/background_color_padding_box-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/background_repeat_space_border_box-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/background_repeat_space_content_box-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-001-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-002-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-003-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-004-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-005-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-010-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-017-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-clip-001-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-initial-value-001-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-not-inherited-001-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-style-001-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-style-002-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-style-003-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-style-004-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-001-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-002-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-003-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/box-shadow-001-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/box-shadow-002-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/box-shadow-003-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/box-shadow-004-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/color-behind-images-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-actual.txt: Added. * platform/efl/ietestcenter/css3/bordersbackgrounds/order-of-images-actual.txt: Added. * platform/efl/ietestcenter/css3/text/textshadow-001-actual.txt: Added. * platform/efl/ietestcenter/css3/text/textshadow-002-actual.txt: Added. * platform/efl/ietestcenter/css3/text/textshadow-003-actual.txt: Added. * platform/efl/ietestcenter/css3/text/textshadow-004-actual.txt: Added. * platform/efl/ietestcenter/css3/text/textshadow-005-actual.txt: Added. * platform/efl/ietestcenter/css3/text/textshadow-006-actual.txt: Added. * platform/efl/ietestcenter/css3/text/textshadow-007-actual.txt: Added. * platform/efl/ietestcenter/css3/text/textshadow-008-actual.txt: Added. * platform/efl/ietestcenter/css3/text/textshadow-009-actual.txt: Added. * platform/efl/ietestcenter/css3/text/textshadow-010-actual.txt: Added. * platform/efl/test_expectations.txt: 2012-04-11 Adrienne Walker Fix regression where a clip style change did not update layer sizes https://bugs.webkit.org/show_bug.cgi?id=82990 Reviewed by Simon Fraser. * compositing/clip-change-expected.png: Added. * compositing/clip-change-expected.txt: Added. * compositing/clip-change.html: Added. 2012-04-11 Dave Tharp Expectations update after 81936 and 82734 https://bugs.webkit.org/show_bug.cgi?id=81936 Reviewed by Adam Barth. * platform/mac/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/background-color-border-box-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/background-size-002-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/background-size-applies-to-block-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/background_color_padding_box-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/background_repeat_space_border_box-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/background_repeat_space_content_box-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-001-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-002-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-003-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-004-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-005-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-010-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-017-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-clip-001-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-initial-value-001-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-not-inherited-001-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-001-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-002-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-003-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-004-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-001-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-002-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-003-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/box-shadow-001-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/box-shadow-002-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/box-shadow-003-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/box-shadow-004-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/color-behind-images-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.txt: Added. * platform/mac/ietestcenter/css3/bordersbackgrounds/order-of-images-expected.txt: Added. * platform/mac/ietestcenter/css3/text/textshadow-001-expected.txt: Added. * platform/mac/ietestcenter/css3/text/textshadow-002-expected.txt: Added. * platform/mac/ietestcenter/css3/text/textshadow-003-expected.txt: Added. * platform/mac/ietestcenter/css3/text/textshadow-004-expected.txt: Added. * platform/mac/ietestcenter/css3/text/textshadow-005-expected.txt: Added. * platform/mac/ietestcenter/css3/text/textshadow-006-expected.txt: Added. * platform/mac/ietestcenter/css3/text/textshadow-007-expected.txt: Added. * platform/mac/ietestcenter/css3/text/textshadow-008-expected.txt: Added. * platform/mac/ietestcenter/css3/text/textshadow-009-expected.txt: Added. * platform/mac/ietestcenter/css3/text/textshadow-010-expected.txt: Added. * platform/mac/test_expectations.txt: * platform/qt/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/background-color-border-box-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-002-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-applies-to-block-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/background_color_padding_box-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/background_repeat_space_border_box-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/background_repeat_space_content_box-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-001-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-002-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-003-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-004-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-005-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-010-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-017-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-clip-001-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-initial-value-001-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-not-inherited-001-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-style-001-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-style-002-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-style-003-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-style-004-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-001-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-002-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-003-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-001-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-002-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-003-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-004-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/color-behind-images-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.txt: Added. * platform/qt/ietestcenter/css3/bordersbackgrounds/order-of-images-expected.txt: Added. * platform/qt/ietestcenter/css3/text/textshadow-001-expected.txt: Added. * platform/qt/ietestcenter/css3/text/textshadow-002-expected.txt: Added. * platform/qt/ietestcenter/css3/text/textshadow-003-expected.txt: Added. * platform/qt/ietestcenter/css3/text/textshadow-004-expected.txt: Added. * platform/qt/ietestcenter/css3/text/textshadow-005-expected.txt: Added. * platform/qt/ietestcenter/css3/text/textshadow-006-expected.txt: Added. * platform/qt/ietestcenter/css3/text/textshadow-007-expected.txt: Added. * platform/qt/ietestcenter/css3/text/textshadow-008-expected.txt: Added. * platform/qt/ietestcenter/css3/text/textshadow-009-expected.txt: Added. * platform/qt/ietestcenter/css3/text/textshadow-010-expected.txt: Added. * platform/qt/test_expectations.txt: 2012-04-11 Philip Rogers Fix bug where stroke's bounding box was clipped https://bugs.webkit.org/show_bug.cgi?id=83651 Reviewed by Dirk Schulze. * svg/hittest/svg-ellipse-rect-stroke-expected.txt: Added. * svg/hittest/svg-ellipse-rect-stroke.xhtml: Added. 2012-04-11 Anton Muhin Wider suppression. Unreviewed. * platform/chromium/test_expectations.txt: 2012-04-11 Csaba Osztrogonác [Qt] Unreviewed gardening after r113738. * platform/qt/Skipped: Unskip a non-existing test. * platform/qt/fast/multicol/cell-shrinkback-expected.png: Added. * platform/qt/fast/multicol/cell-shrinkback-expected.txt: Added. * platform/qt/fast/multicol/table-vertical-align-expected.png: * platform/qt/fast/multicol/table-vertical-align-expected.txt: 2012-04-11 Dominik Röttsches [EFL][DRT] SVG dynamic-updates rebaseline https://bugs.webkit.org/show_bug.cgi?id=83689 Unreviewed, EFL gardening. Bug 83562 landed EFL fixes for SVG support from JavaScript. This allows us to unskip the dynamic-updates/* family of SVG tests. All results were visually inspected and produced PASS results. * platform/efl/Skipped: dynamic-updates removed. * platform/efl/svg/dynamic-updates/: New baselines. 2012-04-11 Pavel Feldman Web Inspector: extracting NetworkRequest from Resource (step 1) https://bugs.webkit.org/show_bug.cgi?id=83684 Reviewed by Yury Semikhatsky. * http/tests/inspector/network-preflight-options.html: * http/tests/inspector/network-test.js: * http/tests/inspector/network/async-xhr-json-mime-type.html: * http/tests/inspector/network/download.html: * http/tests/inspector/network/network-cachedresources-with-same-urls.html: * http/tests/inspector/network/network-content-replacement-embed.html: * http/tests/inspector/network/network-content-replacement-xhr.html: * http/tests/inspector/network/network-cyrillic-xhr.html: * http/tests/inspector/network/network-disable-cache-memory.html: * http/tests/inspector/network/network-disable-cache-xhrs.html: * http/tests/inspector/network/network-disabling-check-no-memory-leak.html: * http/tests/inspector/network/network-embed.html: * http/tests/inspector/network/network-empty-xhr.html: * http/tests/inspector/network/network-iframe-load-and-delete.html: * http/tests/inspector/network/network-initiator-from-console.html: * http/tests/inspector/network/network-initiator.html: * http/tests/inspector/network/network-request-revision-content.html: * http/tests/inspector/network/network-shared-worker.html: * http/tests/inspector/network/network-sidebar-width.html: * http/tests/inspector/network/network-size-chunked.html: * http/tests/inspector/network/network-size-sync.html: * http/tests/inspector/network/network-size.html: * http/tests/inspector/network/network-timing.html: * http/tests/inspector/network/network-worker.html: * http/tests/inspector/network/network-xhr-async.html: * http/tests/inspector/network/network-xhr-same-url-as-main-resource.html: * http/tests/inspector/network/network-xhr-sync.html: * http/tests/inspector/network/ping.html: * http/tests/inspector/network/x-frame-options-deny.html: * http/tests/inspector/resource-har-conversion.html: * http/tests/inspector/resource-har-headers.html: * http/tests/inspector/resource-har-pages.html: * http/tests/inspector/resource-parameters.html: * http/tests/inspector/resources-test.js: (initialize_ResourceTest.InspectorTest.requestURLComparer): * inspector/debugger/raw-source-code.html: * inspector/debugger/source-frame.html: * inspector/network-status-non-http.html: 2012-04-11 Stephen Chenney svg/text/svg-zoom-large-value.xhtml ASSERTs on Chromium Linux Debug https://bugs.webkit.org/show_bug.cgi?id=63400 Unreviewed Chromium test expectation removal. * platform/chromium/test_expectations.txt: 2012-04-11 Zoltan Arvai [Qt] Skip a new test because of missing layoutTestController.setBackingScaleFactor() implemetation. Reviewed by Csaba Osztrogonác. * platform/qt/Skipped: 2012-04-11 Simon Pena [GTK] media/event-attributes.html fails https://bugs.webkit.org/show_bug.cgi?id=71662 Reviewed by Philippe Normand. Unskip tests media/video-seek-past-end-playing and media/sources-fallback-codecs, which no longer fail, and media/event-attributes, which is fixed with this patch. * platform/gtk/Skipped: Unskip media/video-seek-past-end-playing, media/sources-fallback-codecs and media/event-attributes 2012-04-11 Philippe Normand Unreviewed, GTK gardening. * platform/gtk/test_expectations.txt: Mark two a11y tests as flaky. 2012-04-11 Sadrul Habib Chowdhury [chromium] Add Battery Status API support. Add Battery Status API support to chromium. https://bugs.webkit.org/show_bug.cgi?id=83284 Reviewed by Adam Barth. * platform/chromium/fast/dom/navigator-detached-no-crash-expected.txt: * platform/chromium/test_expectations.txt: 2012-04-11 Philippe Normand Unreviewed, GTK gardening. * platform/gtk/test_expectations.txt: Mark an editing test as flaky. 2012-04-11 Dominik Röttsches [EFL][DRT] SVG Filters rebaseline https://bugs.webkit.org/show_bug.cgi?id=83673 Unreviewed, EFL rebaseline. Bug 83562 fixed programmatically creating filters from JS, this allows us to unskip a lot of SVG tests. This is part two. * platform/efl/Skipped: Removed svg/filters/*. * platform/efl/svg/filters/: New baselines. * platform/efl/test_expectations.txt: Added one dropShadow filter failure. 2012-04-11 Philippe Normand Unreviewed, GTK rebaseline and baselines for new tests. * platform/gtk/fast/hidpi/image-set-background-dynamic-expected.txt: Added. * platform/gtk/fast/hidpi/image-set-border-image-dynamic-expected.txt: Added. * platform/gtk/fast/hidpi/image-set-in-content-dynamic-expected.txt: Added. * platform/gtk/fast/table/cell-pref-width-invalidation-expected.txt: * platform/gtk/fast/text/text-shadow-no-default-color-expected.txt: Added. * platform/gtk/ietestcenter/: Added. * platform/gtk/tables/mozilla/bugs/bug2123-expected.txt: * platform/gtk/tables/mozilla/bugs/bug2509-expected.txt: * platform/gtk/tables/mozilla/bugs/bug34176-expected.txt: * platform/gtk/tables/mozilla/bugs/bug44505-expected.txt: * platform/gtk/tables/mozilla_expected_failures/bugs/bug59252-expected.txt: * platform/gtk/tables/mozilla_expected_failures/bugs/bug7243-expected.txt: 2012-04-11 Philippe Normand Unreviewed, GTK gardening. * platform/gtk/Skipped: Skip failing ref test * platform/gtk/test_expectations.txt: Mark two tests as crashing and unskip tests needing rebaseline. 2012-04-10 Philippe Normand Unreviewed, GTK rebaseline after r113756. * platform/gtk/fast/multicol/table-vertical-align-expected.txt: * platform/gtk/fast/overflow/hidden-scrollbar-resize-expected.txt: * platform/gtk/fast/repaint/overflow-outline-repaint-expected.txt: * platform/gtk/scrollbars/scrollbars-on-positioned-content-expected.txt: 2012-04-10 Abhishek Arya Crash due to intruding float not removed from next siblings. https://bugs.webkit.org/show_bug.cgi?id=83301 Reviewed by Eric Seidel. * fast/block/float/intruding-float-not-removed-from-next-sibling-crash-expected.txt: Added. * fast/block/float/intruding-float-not-removed-from-next-sibling-crash.html: Added. 2012-04-10 David Grogan Notify observers of WorkerRunLoop stopping before the V8 isolate dies. https://bugs.webkit.org/show_bug.cgi?id=83104 Reviewed by David Levin. * storage/indexeddb/pending-version-change-on-exit-expected.txt: Added. * storage/indexeddb/pending-version-change-on-exit.html: Added. * storage/indexeddb/resources/pending-version-change-on-exit.js: Added. (test.request.onsuccess.request.onblocked): (test.request.onsuccess): (test): 2012-04-10 Adam Klein Break the association between form controls and their owner when the owner leaves the tree https://bugs.webkit.org/show_bug.cgi?id=81420 Reviewed by Kent Tamura. * fast/forms/parser-associated-form-removal-expected.txt: Added. * fast/forms/parser-associated-form-removal.html: Added. 2012-04-10 David Alcala [CSS Regions] Convert a fast/regions pixel test to a ref test https://bugs.webkit.org/show_bug.cgi?id=83529 Reviewed by Ryosuke Niwa. * fast/regions/positioned-objects-inline-static-spanning-regions-rtl-expected.html: Added. * platform/chromium-linux/fast/regions/positioned-objects-inline-static-spanning-regions-rtl-expected.png: Removed. * platform/chromium-mac-leopard/fast/regions/positioned-objects-inline-static-spanning-regions-rtl-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/regions/positioned-objects-inline-static-spanning-regions-rtl-expected.png: Removed. * platform/chromium-mac/fast/regions/positioned-objects-inline-static-spanning-regions-rtl-expected.png: Removed. * platform/chromium-mac/fast/regions/positioned-objects-inline-static-spanning-regions-rtl-expected.txt: Removed. * platform/chromium-win/fast/regions/positioned-objects-inline-static-spanning-regions-rtl-expected.png: Removed. * platform/chromium-win/fast/regions/positioned-objects-inline-static-spanning-regions-rtl-expected.txt: Removed. * platform/efl/fast/regions/positioned-objects-inline-static-spanning-regions-rtl-expected.png: Removed. * platform/efl/fast/regions/positioned-objects-inline-static-spanning-regions-rtl-expected.txt: Removed. * platform/mac/fast/regions/positioned-objects-inline-static-spanning-regions-rtl-expected.png: Removed. * platform/mac/fast/regions/positioned-objects-inline-static-spanning-regions-rtl-expected.txt: Removed. 2012-04-10 Raphael Kubo da Costa [EFL] Garden fast/{backgrounds,dynamic,encoding}. * platform/efl/fast/backgrounds/svg-as-mask-expected.txt: * platform/efl/fast/dynamic/002-expected.png: * platform/efl/fast/dynamic/004-expected.png: * platform/efl/fast/dynamic/006-expected.png: * platform/efl/fast/dynamic/012-expected.png: * platform/efl/fast/dynamic/015-expected.png: * platform/efl/fast/dynamic/anchor-lock-expected.txt: * platform/efl/fast/dynamic/anonymous-block-orphaned-lines-expected.png: * platform/efl/fast/dynamic/containing-block-change-expected.png: * platform/efl/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.png: * platform/efl/fast/dynamic/float-withdrawal-expected.png: * platform/efl/fast/dynamic/insert-before-table-part-in-continuation-expected.png: * platform/efl/fast/dynamic/noninlinebadness-expected.png: * platform/efl/fast/dynamic/outerHTML-doc-expected.png: * platform/efl/fast/dynamic/outerHTML-img-expected.png: * platform/efl/fast/dynamic/selection-highlight-adjust-expected.png: * platform/efl/fast/dynamic/staticY-marking-parents-regression-expected.png: * platform/efl/fast/dynamic/text-combine-expected.png: * platform/efl/fast/dynamic/text-combine-expected.txt: * platform/efl/fast/dynamic/view-overflow-expected.png: * platform/efl/fast/encoding/denormalised-voiced-japanese-chars-expected.png: * platform/efl/fast/encoding/invalid-UTF-8-expected.png: * platform/efl/fast/encoding/utf-16-big-endian-expected.png: * platform/efl/fast/encoding/utf-16-big-endian-expected.txt: * platform/efl/fast/encoding/utf-16-little-endian-expected.png: * platform/efl/fast/encoding/utf-16-little-endian-expected.txt: * platform/efl/fast/encoding/xmacroman-encoding-test-expected.png: 2012-04-10 Dimitri Glazkov fast/forms/implicit-submission.html is flakey https://bugs.webkit.org/show_bug.cgi?id=39056 Speed up the test by removing unnecessary iframe and navigation, make it less flaky by removing timeouts. Reviewed by Hajime Morita. * fast/forms/implicit-submission.html: Deflakified and sped up. 2012-04-10 Raphael Kubo da Costa [EFL] Garden fast/css. Account for some changes related to the jhbuild and font commits and adjust some wrong results with fonts that are too big. * platform/efl/fast/css/001-expected.png: * platform/efl/fast/css/003-expected.png: * platform/efl/fast/css/004-expected.png: * platform/efl/fast/css/005-expected.png: * platform/efl/fast/css/MarqueeLayoutTest-expected.png: * platform/efl/fast/css/ZeroOpacityLayers-expected.png: * platform/efl/fast/css/ZeroOpacityLayers2-expected.png: * platform/efl/fast/css/absolute-poition-in-rtl-parent-expected.png: * platform/efl/fast/css/acid2-pixel-expected.png: * platform/efl/fast/css/apple-prefix-expected.png: * platform/efl/fast/css/begin-end-contain-selector-empty-value-expected.png: * platform/efl/fast/css/bidi-override-in-anonymous-block-expected.png: * platform/efl/fast/css/bidi-override-in-anonymous-block-expected.txt: * platform/efl/fast/css/border-radius-outline-offset-expected.png: * platform/efl/fast/css/color-correction-backgrounds-and-text-expected.png: * platform/efl/fast/css/color-correction-expected.png: * platform/efl/fast/css/color-correction-on-text-expected.png: * platform/efl/fast/css/compare-content-style-expected.png: * platform/efl/fast/css/continuationCrash-expected.png: * platform/efl/fast/css/create_element_align-expected.png: * platform/efl/fast/css/css-imports-expected.png: * platform/efl/fast/css/css1_forward_compatible_parsing-expected.png: * platform/efl/fast/css/css2-system-fonts-expected.png: * platform/efl/fast/css/css3-modsel-22-expected.png: * platform/efl/fast/css/css3-nth-child-expected.png: * platform/efl/fast/css/css3-space-in-nth-and-lang-expected.png: * platform/efl/fast/css/empty-pseudo-class-expected.png: * platform/efl/fast/css/error-in-last-decl-expected.png: * platform/efl/fast/css/ex-after-font-variant-expected.png: * platform/efl/fast/css/fieldset-display-row-expected.png: * platform/efl/fast/css/find-next-layer-expected.png: * platform/efl/fast/css/first-child-pseudo-class-expected.png: * platform/efl/fast/css/first-letter-capitalized-expected.png: * platform/efl/fast/css/first-letter-detach-expected.png: * platform/efl/fast/css/first-letter-float-after-float-expected.png: * platform/efl/fast/css/first-letter-float-expected.png: * platform/efl/fast/css/first-letter-hover-expected.png: * platform/efl/fast/css/first-letter-punctuation-expected.png: * platform/efl/fast/css/first-letter-recalculation-expected.png: * platform/efl/fast/css/first-letter-skip-out-of-flow-expected.png: * platform/efl/fast/css/first-letter-visibility-expected.png: * platform/efl/fast/css/first-of-type-pseudo-class-expected.png: * platform/efl/fast/css/focus-ring-detached-expected.png: * platform/efl/fast/css/focus-ring-multiline-expected.png: * platform/efl/fast/css/focus-ring-multiline-writingmode-vertical-expected.png: * platform/efl/fast/css/focus-ring-outline-offset-expected.png: * platform/efl/fast/css/font-face-implicit-local-font-expected.png: * platform/efl/fast/css/font-face-locally-installed-expected.png: * platform/efl/fast/css/font-face-multiple-faces-expected.png: * platform/efl/fast/css/font-face-unicode-range-expected.png: * platform/efl/fast/css/font-weight-1-expected.png: * platform/efl/fast/css/font_property_normal-expected.png: * platform/efl/fast/css/h1-in-section-elements-expected.png: * platform/efl/fast/css/hover-subselector-expected.png: * platform/efl/fast/css/hsl-color-expected.png: * platform/efl/fast/css/import-rule-regression-11590-expected.png: * platform/efl/fast/css/import-rule-regression-11590-expected.txt: * platform/efl/fast/css/inline-element-line-break-expected.png: * platform/efl/fast/css/inline-element-line-break-expected.txt: * platform/efl/fast/css/inline-properties-important-expected.png: * platform/efl/fast/css/inline-properties-important-expected.txt: * platform/efl/fast/css/invalid-percentage-property-expected.png: * platform/efl/fast/css/invalid-percentage-property-expected.txt: * platform/efl/fast/css/invalidation-errors-2-expected.png: * platform/efl/fast/css/invalidation-errors-2-expected.txt: * platform/efl/fast/css/invalidation-errors-3-expected.png: * platform/efl/fast/css/invalidation-errors-3-expected.txt: * platform/efl/fast/css/invalidation-errors-expected.png: * platform/efl/fast/css/invalidation-errors-expected.txt: * platform/efl/fast/css/last-child-pseudo-class-expected.png: * platform/efl/fast/css/last-child-pseudo-class-expected.txt: * platform/efl/fast/css/last-of-type-pseudo-class-expected.png: * platform/efl/fast/css/last-of-type-pseudo-class-expected.txt: * platform/efl/fast/css/layerZOrderCrash-expected.png: * platform/efl/fast/css/layerZOrderCrash-expected.txt: * platform/efl/fast/css/line-height-expected.png: * platform/efl/fast/css/line-height-expected.txt: * platform/efl/fast/css/line-height-overflow-expected.png: * platform/efl/fast/css/line-height-overflow-expected.txt: * platform/efl/fast/css/list-outline-expected.png: * platform/efl/fast/css/list-outline-expected.txt: * platform/efl/fast/css/margin-bottom-form-element-quirk-expected.png: * platform/efl/fast/css/margin-bottom-form-element-quirk-expected.txt: * platform/efl/fast/css/margin-bottom-form-element-strict-expected.png: * platform/efl/fast/css/margin-bottom-form-element-strict-expected.txt: * platform/efl/fast/css/margin-top-bottom-dynamic-expected.png: * platform/efl/fast/css/margin-top-bottom-dynamic-expected.txt: * platform/efl/fast/css/namespaces/004-expected.png: * platform/efl/fast/css/namespaces/005-expected.png: * platform/efl/fast/css/namespaces/namespaces-comments-expected.png: * platform/efl/fast/css/namespaces/namespaces-empty-expected.png: * platform/efl/fast/css/namespaces/namespaces-escapes-expected.png: * platform/efl/fast/css/namespaces/namespaces-invalid-at-expected.png: * platform/efl/fast/css/negative-leading-expected.png: * platform/efl/fast/css/negative-leading-expected.txt: * platform/efl/fast/css/negative-nth-child-expected.png: * platform/efl/fast/css/negative-nth-child-expected.txt: * platform/efl/fast/css/nested-floating-relative-position-percentages-expected.png: * platform/efl/fast/css/nested-floating-relative-position-percentages-expected.txt: * platform/efl/fast/css/nested-layers-with-hover-expected.png: * platform/efl/fast/css/nested-layers-with-hover-expected.txt: * platform/efl/fast/css/nested-rounded-corners-expected.png: * platform/efl/fast/css/nth-child-dynamic-expected.png: * platform/efl/fast/css/nth-child-dynamic-expected.txt: * platform/efl/fast/css/only-child-pseudo-class-expected.png: * platform/efl/fast/css/only-child-pseudo-class-expected.txt: * platform/efl/fast/css/only-of-type-pseudo-class-expected.png: * platform/efl/fast/css/only-of-type-pseudo-class-expected.txt: * platform/efl/fast/css/outline-auto-location-expected.png: * platform/efl/fast/css/outline-auto-location-expected.txt: * platform/efl/fast/css/outline-narrowLine-expected.png: * platform/efl/fast/css/outline-narrowLine-expected.txt: * platform/efl/fast/css/percent-top-relative-container-height-unspecified-expected.png: * platform/efl/fast/css/percent-top-relative-container-height-unspecified-expected.txt: * platform/efl/fast/css/percentage-non-integer-expected.png: * platform/efl/fast/css/percentage-non-integer-expected.txt: * platform/efl/fast/css/positioned-overflow-scroll-expected.png: * platform/efl/fast/css/pseudo-element-line-break-expected.png: * platform/efl/fast/css/pseudo-element-line-break-expected.txt: * platform/efl/fast/css/pseudo-first-line-border-width-expected.png: * platform/efl/fast/css/pseudo-first-line-border-width-expected.txt: Added. * platform/efl/fast/css/quirk-orphaned-units-expected.png: * platform/efl/fast/css/quirk-orphaned-units-expected.txt: * platform/efl/fast/css/resize-corner-tracking-expected.png: * platform/efl/fast/css/resize-corner-tracking-expected.txt: * platform/efl/fast/css/resize-corner-tracking-transformed-expected.png: * platform/efl/fast/css/resize-corner-tracking-transformed-expected.txt: * platform/efl/fast/css/rtl-ordering-expected.png: * platform/efl/fast/css/rtl-ordering-expected.txt: * platform/efl/fast/css/selector-set-attribute-expected.png: * platform/efl/fast/css/selector-set-attribute-expected.txt: * platform/efl/fast/css/table-text-align-quirk-expected.png: * platform/efl/fast/css/table-text-align-quirk-expected.txt: * platform/efl/fast/css/table-text-align-strict-expected.png: * platform/efl/fast/css/table-text-align-strict-expected.txt: * platform/efl/fast/css/text-align-expected.png: * platform/efl/fast/css/text-align-expected.txt: * platform/efl/fast/css/text-input-with-webkit-border-radius-expected.png: * platform/efl/fast/css/text-input-with-webkit-border-radius-expected.txt: * platform/efl/fast/css/text-overflow-ellipsis-bidi-expected.png: * platform/efl/fast/css/text-overflow-ellipsis-bidi-expected.txt: * platform/efl/fast/css/text-overflow-ellipsis-expected.png: * platform/efl/fast/css/text-overflow-ellipsis-expected.txt: * platform/efl/fast/css/text-overflow-ellipsis-strict-expected.png: * platform/efl/fast/css/text-overflow-ellipsis-strict-expected.txt: * platform/efl/fast/css/text-security-expected.png: * platform/efl/fast/css/text-security-expected.txt: * platform/efl/fast/css/text-transform-select-expected.png: * platform/efl/fast/css/text-transform-select-expected.txt: * platform/efl/fast/css/textCapitalizeEdgeCases-expected.png: * platform/efl/fast/css/textCapitalizeEdgeCases-expected.txt: * platform/efl/fast/css/transformed-mask-expected.png: * platform/efl/fast/css/transformed-mask-expected.txt: * platform/efl/fast/css/universal-hover-quirk-expected.png: * platform/efl/fast/css/universal-hover-quirk-expected.txt: * platform/efl/fast/css/value-list-out-of-bounds-crash-expected.png: * platform/efl/fast/css/value-list-out-of-bounds-crash-expected.txt: * platform/efl/fast/css/word-space-extra-expected.png: * platform/efl/fast/css/word-space-extra-expected.txt: * platform/efl/fast/css/zoom-font-size-expected.png: * platform/efl/fast/css/zoom-font-size-expected.txt: 2012-04-10 James Simonsen [Chromium] Unreviewed gardening. * platform/chromium-mac-snowleopard/fast/forms/basic-textareas-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/forms/basic-textareas-expected.txt. * platform/chromium-mac/fast/forms/basic-textareas-expected.png: * platform/chromium-mac/fast/forms/basic-textareas-expected.txt: * platform/chromium/test_expectations.txt: 2012-04-10 Filip Pizlo DFG should flush SetLocals to arguments https://bugs.webkit.org/show_bug.cgi?id=83554 Rubber stamped by Gavin Barraclough. Added a variety of tests for reassigning arguments prior to function.arguments retrieval. * fast/js/dfg-inline-arguments-become-double-expected.txt: Added. * fast/js/dfg-inline-arguments-become-double.html: Added. * fast/js/dfg-inline-arguments-become-int32-expected.txt: Added. * fast/js/dfg-inline-arguments-become-int32.html: Added. * fast/js/dfg-inline-arguments-reset-changetype-expected.txt: Added. * fast/js/dfg-inline-arguments-reset-changetype.html: Added. * fast/js/dfg-inline-arguments-reset-expected.txt: Added. * fast/js/dfg-inline-arguments-reset.html: Added. * fast/js/script-tests/dfg-inline-arguments-become-double.js: Added. (foo): (bar): (baz): (argsToStr): * fast/js/script-tests/dfg-inline-arguments-become-int32.js: Added. (foo): (bar): (baz): (argsToStr): * fast/js/script-tests/dfg-inline-arguments-reset-changetype.js: Added. (foo): (bar): (baz): (argsToStr): * fast/js/script-tests/dfg-inline-arguments-reset.js: Added. (foo): (bar): (baz): (argsToStr): 2012-04-10 Adam Barth Limit -apple- and -khtml- to ENABLE(LEGACY_CSS_VENDOR_PREFIXES) https://bugs.webkit.org/show_bug.cgi?id=83256 Reviewed by Eric Seidel. Skip these two tests, which are testing that -apple- and -khtml- vendor prefixes work correctly. * platform/chromium/test_expectations.txt: * platform/efl/Skipped: * platform/gtk/Skipped: * platform/qt/Skipped: 2012-04-10 James Simonsen [Chromium] Unreviewed gardening. * platform/chromium-linux/fast/multicol/cell-shrinkback-expected.png: Added. * platform/chromium-linux/scrollbars/scrollbars-on-positioned-content-expected.png: * platform/chromium-mac-leopard/fast/forms/basic-textareas-expected.png: * platform/chromium-mac-leopard/scrollbars/scrollbars-on-positioned-content-expected.png: * platform/chromium-mac-snowleopard/fast/forms/basic-textareas-expected.png: * platform/chromium-mac-snowleopard/fast/forms/basic-textareas-expected.txt: Removed. * platform/chromium-mac-snowleopard/scrollbars/scrollbars-on-positioned-content-expected.png: * platform/chromium-mac/fast/overflow/hidden-scrollbar-resize-expected.txt: Removed. * platform/chromium-mac/scrollbars/scrollbars-on-positioned-content-expected.png: * platform/chromium-mac/scrollbars/scrollbars-on-positioned-content-expected.txt: Removed. * platform/chromium-win/fast/multicol/cell-shrinkback-expected.png: Added. * platform/chromium-win/fast/multicol/table-vertical-align-expected.txt: * platform/chromium-win/fast/overflow/hidden-scrollbar-resize-expected.txt: * platform/chromium-win/scrollbars/scrollbars-on-positioned-content-expected.png: * platform/chromium-win/scrollbars/scrollbars-on-positioned-content-expected.txt: * platform/chromium/test_expectations.txt: 2012-04-10 Dirk Pranke Clone any baselines chromium is using from mac-leopard and mac-snowleopard into chromium dirs. https://bugs.webkit.org/show_bug.cgi?id=83401 Unreviewed, baseline shuffling. * platform/chromium-mac-leopard/accessibility/aria-tables-expected.txt: Added. * platform/chromium-mac-leopard/accessibility/lists-expected.txt: Added. * platform/chromium-mac-leopard/accessibility/media-element-expected.txt: Added. * platform/chromium-mac-leopard/accessibility/table-attributes-expected.txt: Added. * platform/chromium-mac-leopard/accessibility/table-cell-spans-expected.txt: Added. * platform/chromium-mac-leopard/accessibility/table-cells-expected.txt: Added. * platform/chromium-mac-leopard/accessibility/table-detection-expected.txt: Added. * platform/chromium-mac-leopard/accessibility/table-sections-expected.txt: Added. * platform/chromium-mac-leopard/accessibility/table-with-rules-expected.txt: Added. * platform/chromium-mac-leopard/dom/xhtml/level3/core/documentgetinputencoding03-expected.png: Added. * platform/chromium-mac-leopard/dom/xhtml/level3/core/entitygetinputencoding02-expected.png: Added. * platform/chromium-mac-leopard/dom/xhtml/level3/core/entitygetxmlversion02-expected.png: Added. * platform/chromium-mac-leopard/dom/xhtml/level3/core/nodegetbaseuri05-expected.png: Added. * platform/chromium-mac-leopard/dom/xhtml/level3/core/nodegetbaseuri07-expected.png: Added. * platform/chromium-mac-leopard/dom/xhtml/level3/core/nodegetbaseuri09-expected.png: Added. * platform/chromium-mac-leopard/dom/xhtml/level3/core/nodegetbaseuri10-expected.png: Added. * platform/chromium-mac-leopard/dom/xhtml/level3/core/nodegetbaseuri11-expected.png: Added. * platform/chromium-mac-leopard/dom/xhtml/level3/core/nodegetbaseuri15-expected.png: Added. * platform/chromium-mac-leopard/dom/xhtml/level3/core/nodegetbaseuri17-expected.png: Added. * platform/chromium-mac-leopard/dom/xhtml/level3/core/nodegetbaseuri18-expected.png: Added. * platform/chromium-mac-leopard/dom/xhtml/level3/core/nodelookupnamespaceuri01-expected.png: Added. * platform/chromium-mac-leopard/dom/xhtml/level3/core/nodelookupprefix19-expected.png: Added. * platform/chromium-mac-leopard/editing/pasteboard/paste-RTFD-expected.png: Added. * platform/chromium-mac-leopard/editing/pasteboard/paste-TIFF-expected.png: Added. * platform/chromium-mac-leopard/editing/selection/designmode-no-caret-expected.png: Added. * platform/chromium-mac-leopard/editing/spelling/grammar-expected.txt: Added. * platform/chromium-mac-leopard/editing/text-iterator/findString-expected.txt: Added. * platform/chromium-mac-leopard/fast/backgrounds/animated-gif-as-background-expected.png: Added. * platform/chromium-mac-leopard/fast/backgrounds/solid-color-context-restore-expected.png: Added. * platform/chromium-mac-leopard/fast/canvas/fill-stroke-clip-reset-path-expected.png: Added. * platform/chromium-mac-leopard/fast/css/color-correction-on-box-shadow-expected.png: Added. * platform/chromium-mac-leopard/fast/css/color-correction-on-text-shadow-expected.png: Added. * platform/chromium-mac-leopard/fast/css/disabled-author-styles-expected.png: Added. * platform/chromium-mac-leopard/fast/css/font-weight-1-expected.png: Added. * platform/chromium-mac-leopard/fast/css/outline-auto-empty-rects-expected.png: Added. * platform/chromium-mac-leopard/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png: Added. * platform/chromium-mac-leopard/fast/dom/HTMLMeterElement/meter-styles-expected.png: Added. * platform/chromium-mac-leopard/fast/dom/gc-10-expected.png: Added. * platform/chromium-mac-leopard/fast/events/keydown-1-expected.png: Added. * platform/chromium-mac-leopard/fast/fast-mobile-scrolling/fixed-position-element-expected.png: Added. * platform/chromium-mac-leopard/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.png: Added. * platform/chromium-mac-leopard/fast/frames/flattening/frameset-flattening-advanced-expected.png: Added. * platform/chromium-mac-leopard/fast/frames/flattening/frameset-flattening-grid-expected.png: Added. * platform/chromium-mac-leopard/fast/frames/flattening/frameset-flattening-simple-expected.png: Added. * platform/chromium-mac-leopard/fast/frames/flattening/frameset-flattening-subframe-resize-expected.png: Added. * platform/chromium-mac-leopard/fast/frames/flattening/frameset-flattening-subframesets-expected.png: Added. * platform/chromium-mac-leopard/fast/frames/flattening/iframe-flattening-fixed-height-expected.png: Added. * platform/chromium-mac-leopard/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.png: Added. * platform/chromium-mac-leopard/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.png: Added. * platform/chromium-mac-leopard/fast/frames/flattening/iframe-flattening-fixed-width-expected.png: Added. * platform/chromium-mac-leopard/fast/frames/flattening/iframe-flattening-offscreen-expected.png: Added. * platform/chromium-mac-leopard/fast/frames/flattening/iframe-flattening-simple-expected.png: Added. * platform/chromium-mac-leopard/fast/frames/inline-object-inside-frameset-expected.png: Added. * platform/chromium-mac-leopard/fast/images/pdf-as-image-landscape-expected.png: Added. * platform/chromium-mac-leopard/fast/reflections/inline-crash-expected.png: Added. * platform/chromium-mac-leopard/fast/repaint/fixed-child-move-after-scroll-expected.png: Added. * platform/chromium-mac-leopard/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png: Added. * platform/chromium-mac-leopard/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png: Added. * platform/chromium-mac-leopard/fast/repaint/fixed-move-after-scroll-expected.png: Added. * platform/chromium-mac-leopard/fast/repaint/line-in-scrolled-clipped-block-expected.png: Added. * platform/chromium-mac-leopard/fast/repaint/rel-positioned-inline-with-overflow-expected.png: Added. * platform/chromium-mac-leopard/fast/replaced/pdf-as-image-expected.png: Added. * platform/chromium-mac-leopard/fast/table/empty-section-crash-expected.png: Added. * platform/chromium-mac-leopard/fast/text/font-initial-expected.png: Added. * platform/chromium-mac-leopard/fast/text/international/bidi-AN-after-empty-run-expected.txt: Added. * platform/chromium-mac-leopard/fast/text/international/bidi-neutral-run-expected.txt: Added. * platform/chromium-mac-leopard/fast/text/international/bold-bengali-expected.png: Added. * platform/chromium-mac-leopard/fast/text/international/thai-baht-space-expected.txt: Added. * platform/chromium-mac-leopard/fast/text/whitespace/normal-after-nowrap-breaking-expected.png: Added. * platform/chromium-mac-leopard/fast/writing-mode/border-vertical-lr-expected.txt: Added. * platform/chromium-mac-leopard/fast/writing-mode/japanese-lr-selection-expected.png: Added. * platform/chromium-mac-leopard/fast/writing-mode/japanese-rl-selection-expected.png: Added. * platform/chromium-mac-leopard/http/tests/inspector/console-websocket-error-expected.txt: Added. * platform/chromium-mac-leopard/http/tests/misc/favicon-as-image-expected.png: Added. * platform/chromium-mac-leopard/http/tests/misc/slow-loading-image-in-pattern-expected.png: Added. * platform/chromium-mac-leopard/http/tests/misc/slow-loading-mask-expected.png: Added. * platform/chromium-mac-leopard/http/tests/navigation/error404-goback-expected.png: Added. * platform/chromium-mac-leopard/http/tests/navigation/error404-subframeload-expected.png: Added. * platform/chromium-mac-leopard/java/lc3/JavaObject/JavaObjectToDouble-001-expected.txt: Added. * platform/chromium-mac-leopard/media/video-replaces-poster-expected.png: Added. * platform/chromium-mac-leopard/platform/mac/editing/input/devanagari-ligature-expected.txt: Added. * platform/chromium-mac-leopard/platform/mac/fast/loader/file-url-mimetypes-2-expected.txt: Added. * platform/chromium-mac-leopard/platform/mac/fast/loader/file-url-mimetypes-3-expected.txt: Added. * platform/chromium-mac-leopard/platform/mac/fast/loader/file-url-mimetypes-expected.txt: Added. * platform/chromium-mac-leopard/platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.png: Added. * platform/chromium-mac-leopard/platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.txt: Added. * platform/chromium-mac-leopard/sputnik/Unicode/Unicode_500/S7.6_A3.1-expected.txt: Added. * platform/chromium-mac-leopard/sputnik/Unicode/Unicode_500/S7.6_A3.2-expected.txt: Added. * platform/chromium-mac-leopard/sputnik/Unicode/Unicode_500/S7.6_A5.3_T1-expected.txt: Added. * platform/chromium-mac-leopard/sputnik/Unicode/Unicode_500/S7.6_A5.3_T2-expected.txt: Added. * platform/chromium-mac-leopard/sputnik/Unicode/Unicode_510/S15.5.4.16_A1-expected.txt: Added. * platform/chromium-mac-leopard/sputnik/Unicode/Unicode_510/S15.5.4.18_A1-expected.txt: Added. * platform/chromium-mac-leopard/sputnik/Unicode/Unicode_510/S7.6_A1.1_T1-expected.txt: Added. * platform/chromium-mac-leopard/sputnik/Unicode/Unicode_510/S7.6_A1.1_T2-expected.txt: Added. * platform/chromium-mac-leopard/sputnik/Unicode/Unicode_510/S7.6_A1.1_T4-expected.txt: Added. * platform/chromium-mac-leopard/sputnik/Unicode/Unicode_510/S7.6_A2.2_T1-expected.txt: Added. * platform/chromium-mac-leopard/sputnik/Unicode/Unicode_510/S7.6_A2.2_T2-expected.txt: Added. * platform/chromium-mac-leopard/sputnik/Unicode/Unicode_510/S7.6_A2.3-expected.txt: Added. * platform/chromium-mac-leopard/sputnik/Unicode/Unicode_510/S7.6_A5.2_T1-expected.txt: Added. * platform/chromium-mac-leopard/sputnik/Unicode/Unicode_510/S7.6_A5.2_T2-expected.txt: Added. * platform/chromium-mac-leopard/sputnik/Unicode/Unicode_510/S7.6_A5.2_T4-expected.txt: Added. * platform/chromium-mac-leopard/sputnik/Unicode/Unicode_510/S7.6_A5.2_T7-expected.txt: Added. * platform/chromium-mac-leopard/sputnik/Unicode/Unicode_510/S7.6_A5.2_T8-expected.txt: Added. * platform/chromium-mac-leopard/sputnik/Unicode/Unicode_510/S7.6_A5.2_T9-expected.txt: Added. * platform/chromium-mac-leopard/svg/custom/image-with-prefix-in-webarchive-expected.png: Added. * platform/chromium-mac-leopard/svg/custom/style-attribute-font-size-expected.png: Added. * platform/chromium-mac-leopard/svg/dom/SVGTransformList-basics-expected.png: Added. * platform/chromium-mac-leopard/svg/hixie/error/012-expected.png: Added. * platform/chromium-mac-leopard/svg/hixie/error/012-expected.txt: Added. * platform/chromium-mac-leopard/svg/hixie/mixed/007-expected.png: Added. * platform/chromium-mac-leopard/svg/text/font-size-below-point-five-expected.txt: Added. * platform/chromium-mac-leopard/svg/transforms/text-with-mask-with-svg-transform-expected.png: Added. * platform/chromium-mac-leopard/svg/webarchive/svg-cursor-subresources-expected.png: Added. * platform/chromium-mac-leopard/svg/webarchive/svg-feimage-subresources-expected.png: Added. * platform/chromium-mac-leopard/tables/mozilla_expected_failures/core/captions1-expected.png: Added. * platform/chromium-mac-leopard/tables/mozilla_expected_failures/core/captions2-expected.png: Added. * platform/chromium-mac-leopard/transforms/2d/zoom-menulist-expected.png: Added. * platform/chromium-mac-leopard/transforms/3d/general/perspective-units-expected.png: Added. * platform/chromium-mac-leopard/transforms/3d/point-mapping/3d-point-mapping-2-expected.png: Added. * platform/chromium-mac-leopard/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added. * platform/chromium-mac-leopard/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png: Added. * platform/chromium-mac-leopard/transforms/3d/point-mapping/3d-point-mapping-expected.png: Added. * platform/chromium-mac-leopard/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png: Added. * platform/chromium-mac-leopard/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png: Added. * platform/chromium-mac-leopard/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png: Added. * platform/chromium-mac-snowleopard/compositing/masks/layer-mask-placement-expected.png: Added. * platform/chromium-mac-snowleopard/compositing/video/video-background-color-expected.png: Added. * platform/chromium-mac-snowleopard/css2.1/t1202-counter-09-b-expected.txt: Added. * platform/chromium-mac-snowleopard/css2.1/t1202-counters-09-b-expected.txt: Added. * platform/chromium-mac-snowleopard/css3/images/cross-fade-background-size-expected.png: Added. * platform/chromium-mac-snowleopard/css3/images/cross-fade-blending-expected.png: Added. * platform/chromium-mac-snowleopard/css3/images/cross-fade-simple-expected.png: Added. * platform/chromium-mac-snowleopard/css3/images/cross-fade-sizing-expected.png: Added. * platform/chromium-mac-snowleopard/editing/pasteboard/paste-TIFF-expected.png: Added. * platform/chromium-mac-snowleopard/fast/canvas/set-colors-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/canvas/webgl/framebuffer-object-attachment-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/images/pdf-as-image-expected.png: Added. * platform/chromium-mac-snowleopard/fast/multicol/span/generated-child-split-flow-crash-expected.png: Added. * platform/chromium-mac-snowleopard/fast/preloader/document-write-2-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/preloader/document-write-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/regions/region-overflow-auto-overflow-hidden-expected.png: Added. * platform/chromium-mac-snowleopard/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/regions/region-overflow-auto-overflow-visible-expected.png: Added. * platform/chromium-mac-snowleopard/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/regions/region-overflow-break-expected.png: Added. * platform/chromium-mac-snowleopard/fast/regions/region-overflow-break-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/text/fallback-traits-fixup-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/text/hyphenate-character-expected.png: Added. * platform/chromium-mac-snowleopard/fast/text/hyphenate-limit-before-after-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/text/hyphenate-limit-lines-expected.png: Added. * platform/chromium-mac-snowleopard/fast/text/hyphenate-limit-lines-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/text/hyphenate-locale-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/text/hyphens-expected.png: Added. * platform/chromium-mac-snowleopard/fast/text/international/bidi-AN-after-empty-run-expected.png: Added. * platform/chromium-mac-snowleopard/fast/text/international/bidi-AN-after-empty-run-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/text/international/bidi-neutral-run-expected.png: Added. * platform/chromium-mac-snowleopard/fast/text/international/bidi-neutral-run-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/text/international/bold-bengali-expected.png: Added. * platform/chromium-mac-snowleopard/fast/text/international/bold-bengali-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/text/international/khmer-selection-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/text/midword-break-before-surrogate-pair-2-expected.png: Added. * platform/chromium-mac-snowleopard/fast/text/midword-break-before-surrogate-pair-2-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/text/whitespace/normal-after-nowrap-breaking-expected.png: Added. * platform/chromium-mac-snowleopard/platform/mac/compositing/canvas/accelerated-canvas-compositing-expected.txt: Added. * platform/chromium-mac-snowleopard/platform/mac/editing/selection/25228-expected.png: Added. * platform/chromium-mac-snowleopard/platform/mac/fast/loader/file-url-mimetypes-2-expected.txt: Added. * platform/chromium-mac-snowleopard/platform/mac/fast/loader/file-url-mimetypes-3-expected.txt: Added. * platform/chromium-mac-snowleopard/platform/mac/fast/loader/file-url-mimetypes-expected.txt: Added. * platform/chromium-mac-snowleopard/platform/mac/fast/text/combining-character-sequence-fallback-expected.png: Added. * platform/chromium-mac-snowleopard/platform/mac/fast/text/combining-character-sequence-fallback-expected.txt: Added. * platform/chromium-mac-snowleopard/platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.png: Added. * platform/chromium-mac-snowleopard/platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.txt: Added. * platform/chromium-mac-snowleopard/platform/mac/fast/text/line-break-locale-expected.png: Added. * platform/chromium-mac-snowleopard/platform/mac/fast/text/line-break-locale-expected.txt: Added. * platform/chromium-mac-snowleopard/platform/mac/scrollbars/key-window-not-first-responder-expected.png: Added. * platform/chromium-mac-snowleopard/printing/compositing-layer-printing-expected.png: Added. * platform/chromium-mac-snowleopard/printing/media-queries-print-expected.png: Added. * platform/chromium-mac-snowleopard/printing/page-rule-in-media-query-expected.png: Added. * platform/chromium-mac-snowleopard/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt: Added. * platform/chromium-mac-snowleopard/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: Added. * platform/chromium-mac-snowleopard/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: Added. * platform/chromium-mac-snowleopard/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-no-markup-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/custom/image-with-prefix-in-webarchive-expected.png: Added. * platform/chromium-mac-snowleopard/svg/custom/style-attribute-font-size-expected.png: Added. * platform/chromium-mac-snowleopard/svg/custom/transform-with-shadow-and-gradient-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dom/SVGLocatable-getCTM-svg-root-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dom/SVGTransformList-basics-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGAElement-dom-href-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGAElement-dom-target-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/filters/sourceAlpha-expected.png: Added. * platform/chromium-mac-snowleopard/svg/hixie/error/012-expected.png: Added. * platform/chromium-mac-snowleopard/svg/hixie/mixed/007-expected.png: Added. * platform/chromium-mac-snowleopard/svg/hixie/viewbox/001-expected.png: Added. * platform/chromium-mac-snowleopard/svg/hixie/viewbox/002-expected.png: Added. * platform/chromium-mac-snowleopard/svg/text/non-bmp-positioning-lists-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/text/text-intro-05-t-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/transforms/text-with-mask-with-svg-transform-expected.png: Added. * platform/chromium-mac-snowleopard/svg/webarchive/svg-cursor-subresources-expected.png: Added. * platform/chromium-mac-snowleopard/svg/webarchive/svg-feimage-subresources-expected.png: Added. * platform/chromium-mac-snowleopard/transforms/2d/hindi-rotated-expected.png: Added. * platform/chromium-mac-snowleopard/transforms/3d/general/perspective-units-expected.png: Added. * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-deep-expected.png: Added. * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-expected.png: Added. * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png: Added. * platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png: Added. * platform/chromium-mac-snowleopard/webarchive/adopt-attribute-styled-body-webarchive-expected.png: Added. * platform/chromium-mac-snowleopard/webarchive/test-css-url-resources-in-stylesheets-expected.png: Added. * platform/chromium-mac-snowleopard/webarchive/test-link-rel-icon-beforeload-expected.png: Added. 2012-04-10 Tom Zakrajsek Unreviewed update to test expectations * platform/efl/test_expectations.txt: * platform/gtk/test_expectations.txt: * platform/mac/test_expectations.txt: * platform/qt/test_expectations.txt: * platform/win/test_expectations.txt: 2012-04-10 James Simonsen [Chromium] Fix test_expectations.txt from r113776. * platform/chromium/test_expectations.txt: 2012-04-10 Dan Bernstein CanvasRenderingContext2D does not expose its backing store resolution https://bugs.webkit.org/show_bug.cgi?id=83619 Reviewed by Simon Fraser. * fast/canvas/2d.backingStorePixelRatio-expected.txt: Added. * fast/canvas/2d.backingStorePixelRatio.html: Added. * platform/mac/fast/canvas/2d.backingStorePixelRatio-expected.txt: Added. * platform/win/fast/canvas/2d.backingStorePixelRatio-expected.txt: Added. 2012-04-10 Dominik Röttsches [EFL][DRT] Top level SVG rebaselines https://bugs.webkit.org/show_bug.cgi?id=83585 Unreviewed, EFL rebaseline. Landing bug 83562 enables us to do a bigger rebaselining and unskipping of EFL SVG testcases. This is part one. * platform/efl/Skipped: * platform/efl/svg/as-object/object-box-sizing-no-width-height-expected.png: Added. * platform/efl/svg/as-object/object-box-sizing-no-width-height-expected.txt: Added. * platform/efl/svg/as-object/svg-embedded-in-html-in-iframe-expected.png: Added. * platform/efl/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt: Added. * platform/efl/svg/dom/SVGPathSegList-cloning-expected.png: Added. * platform/efl/svg/dom/SVGPathSegList-cloning-expected.txt: Added. * platform/efl/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.png: Added. * platform/efl/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.txt: Added. * platform/efl/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.png: Added. * platform/efl/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.txt: Added. * platform/efl/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.png: Added. * platform/efl/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.txt: Added. * platform/efl/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.png: Added. * platform/efl/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.txt: Added. 2012-04-10 Jer Noble Layout Test webaudio/* is flaky https://bugs.webkit.org/show_bug.cgi?id=83624 Add failing tests to skipped list. * platform/chromium/test_expectations.txt: 2012-04-10 Anders Carlsson Add fast/dom/inline-event-attributes-release.html to the Skipped list. * platform/mac/Skipped: 2012-04-10 Alexei Filippov Web Inspector: split nodes and edges array in heap profiler serialization. https://bugs.webkit.org/show_bug.cgi?id=83465 Frontend is now able to read format when nodes and edges arrive in two separate arrays. Reviewed by Yury Semikhatsky. * inspector/profiler/heap-snapshot-loader-expected.txt: * inspector/profiler/heap-snapshot-loader.html: * inspector/profiler/heap-snapshot-test.js: (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotSplitNodesEdgesMockRaw): 2012-04-10 Dave Tharp CSS box-shadow default color should be something other than transparent https://bugs.webkit.org/show_bug.cgi?id=58511 Reviewed by Simon Fraser. Added new test for the case where no color is specified for text shadow. This test and two others are marked as expected fail pending rebaseline. * fast/text/text-shadow-no-default-color.html: Added. * platform/chromium/test_expectations.txt: 2012-04-10 Chris Rogers AudioParam must support connections from audio-rate signals https://bugs.webkit.org/show_bug.cgi?id=83524 Reviewed by Eric Carlson. * webaudio/audioparam-connect-audioratesignal-expected.txt: Added. * webaudio/audioparam-connect-audioratesignal.html: Added. * webaudio/resources/audio-testing.js: (createLinearRampBuffer): (createConstantBuffer): 2012-04-10 Abhishek Arya Crash due to captions list not updated after section recalc. https://bugs.webkit.org/show_bug.cgi?id=83552 Reviewed by Julien Chaffraix. * fast/table/table-caption-not-removed-crash-expected.txt: Added. * fast/table/table-caption-not-removed-crash.html: Added. 2012-04-10 Anders Carlsson Unreviewed, rolling out r113611. http://trac.webkit.org/changeset/113611 https://bugs.webkit.org/show_bug.cgi?id=71541 Broke fast/forms/basic-textareas.html * fast/overflow/overflow-auto-destroy-scroll-after-resizing-expected.html: Removed. * fast/overflow/overflow-auto-destroy-scroll-after-resizing.html: Removed. * platform/efl/Skipped: * platform/mac/Skipped: * platform/qt/Skipped: * platform/win/Skipped: 2012-04-10 Sheriff Bot Unreviewed, rolling out r113734. http://trac.webkit.org/changeset/113734 https://bugs.webkit.org/show_bug.cgi?id=83606 causing a bunch of unrelated test failures (Requested by simonjam on #webkit). * platform/chromium/fast/dom/navigator-detached-no-crash-expected.txt: * platform/chromium/test_expectations.txt: 2012-04-10 David Barton msqrt's implied mrow should do operator stretching https://bugs.webkit.org/show_bug.cgi?id=82353 Reviewed by Julien Chaffraix. * mathml/presentation/mo-stretch.html: * mathml/presentation/style.xhtml: * platform/mac/mathml/presentation/attributes-expected.txt: * platform/mac/mathml/presentation/mo-stretch-expected.png: * platform/mac/mathml/presentation/mo-stretch-expected.txt: * platform/mac/mathml/presentation/roots-expected.txt: * platform/mac/mathml/presentation/style-expected.png: * platform/mac/mathml/presentation/style-expected.txt: 2012-04-10 Anders Carlsson Add fast/events/drop-handler-should-not-stop-navigate.html. Like fast/events/drop-with-file-paths.html, this expects eventSender.beginDragWithFiles to be implemented. * platform/wk2/Skipped: 2012-04-10 Anders Carlsson Add fast/events/drop-with-file-paths.html to the WebKit2 Skipped list. * platform/wk2/Skipped: 2012-04-10 Anton Muhin Add test expectations for Mac debug builds. Unreviewed. * platform/chromium-mac-snowleopard/fast/dom/shadow: Added. * platform/chromium-mac-snowleopard/fast/dom/shadow/selection-in-shadow-expected.txt: Added. 2012-04-10 David Hyatt https://bugs.webkit.org/show_bug.cgi?id=83595 Add new layout test for cells paginating across columns. Reviewed by Dan Bernstein. * fast/multicol/cell-shrinkback.html: Added. * fast/multicol/cell-shrinkback-expected.html: Added. * platform/mac/fast/multicol/table-vertical-align-expected.txt: 2012-04-10 David Dorwin Add Encrypted Media Extensions methods to HTMLMediaElement https://bugs.webkit.org/show_bug.cgi?id=82971 Reviewed by Adam Barth. The extensions are behind the ENABLE(ENCRYPTED_MEDIA) feature define. Implementation is based on v0.1 of the draft proposal at http://dvcs.w3.org/hg/html-media/raw-file/tip/encrypted-media/encrypted-media.html. * media/encrypted-media/encrypted-media-not-loaded-expected.txt: Added. * media/encrypted-media/encrypted-media-not-loaded.html: Added. * media/encrypted-media/encrypted-media-syntax-expected.txt: Added. * media/encrypted-media/encrypted-media-syntax.html: Added. * platform/chromium/test_expectations.txt: * platform/efl/Skipped: * platform/gtk/Skipped: * platform/mac/Skipped: * platform/qt/Skipped: * platform/win/Skipped: * platform/wincairo/Skipped: 2012-04-10 Sadrul Habib Chowdhury [chromium] Add Battery Status API support. Add Battery Status API support to chromium. https://bugs.webkit.org/show_bug.cgi?id=83284 Reviewed by Adam Barth. * platform/chromium/fast/dom/navigator-detached-no-crash-expected.txt: * platform/chromium/test_expectations.txt: 2012-04-09 Zhenyao Mo getShaderFormatPrecision should return sensible values https://bugs.webkit.org/show_bug.cgi?id=83520 Reviewed by Kenneth Russell. * fast/canvas/webgl/shader-precision-format-expected.txt: * fast/canvas/webgl/shader-precision-format.html: Add tests to make sure getShaderPrecisionFormat returns sensible values. 2012-04-10 Alexander Pavlov [Chromium] Unreviewed, add baselines for fast/dom/shadow/selection-in-shadow.html * platform/chromium/fast/dom/shadow/selection-in-shadow-expected.txt: Added. 2012-04-10 Christophe Dumez [EFL][DRT] Catch the "title,changed" signal https://bugs.webkit.org/show_bug.cgi?id=82174 Reviewed by Gustavo Noronha Silva. Unskip tests which requires EFL's DumpRenderTree to catch the "title,changed" signal and print out information, now that it is implemented. * platform/efl/Skipped: 2012-04-10 Yi Shen Pressing enter on blank line after bullet deletes entire bulleted line. https://bugs.webkit.org/show_bug.cgi?id=82690 Reviewed by Enrica Casucci. In CompositeEditCommand::breakOutOfEmptyListItem(), it checks the empty list item's renderer's siblings to decide which empty part of the list should be removed. However, if the empty list item's renderer is wrapped by an anonymous block, e.g.
  • hello

  • ^
, the check may fail. So, we use isListItem on the empty list node's siblings instead. * editing/execCommand/break-out-of-empty-list-item-expected.txt: * editing/execCommand/script-tests/break-out-of-empty-list-item.js: 2012-04-10 Christophe Dumez [EFL] DRT should support LayoutTestController's willSendRequestReturnsNull() https://bugs.webkit.org/show_bug.cgi?id=82443 Reviewed by Philippe Normand. Unskip tests which depend on EFL's DumpRenderTree support for LayoutTestController's willSendRequestReturnsNull(), now that it is implemented. * platform/efl/Skipped: 2012-04-10 Sudarsana Nagineni [EFL] LayoutTestController needs implementation of addUserStyleSheet https://bugs.webkit.org/show_bug.cgi?id=82446 Unskipping the following test cases: userscripts/mixed-case-stylesheet.html userscripts/user-style-all-frames.html userscripts/simple-stylesheet.html userscripts/script-run-at-end.html Reviewed by Antonio Gomes. * platform/efl/Skipped: 2012-04-10 Csaba Osztrogonác [Qt][WK2] Unreviewed gardening, skip a test to try to paint the bot greener. * platform/qt-5.0-wk2/Skipped: 2012-04-10 Ádám Kallai [Wk2] Gradening. Skip failing test. https://bugs.webkit.org/show_bug.cgi?id=83581 Reviewed by Csaba Osztrogonác. * platform/wk2/Skipped: 2012-04-10 Csaba Osztrogonác [Qt] Unreviewed gardening. Skip a failing, a timeouting and a crashing test to paint the bots green. * platform/qt-5.0-wk2/Skipped: 2012-04-10 Pavel Feldman Web Inspector: make error a string on the front-end side, not an object. https://bugs.webkit.org/show_bug.cgi?id=83570 Reviewed by Yury Semikhatsky. * inspector/debugger/debugger-set-breakpoint-regex-expected.txt: * inspector/debugger/debugger-set-breakpoint-regex.html: * inspector/elements/resolve-node-blocked-expected.txt: * inspector/elements/set-attribute.html: * inspector/profiler/heap-snapshot-inspect-dom-wrapper-expected.txt: * inspector/report-protocol-errors-expected.txt: * inspector/report-protocol-errors.html: * inspector/styles/set-property-boundaries-expected.txt: 2012-04-10 Rob Buis getElementsByTagName unable to find SVG camelCase elements imported into HTML https://bugs.webkit.org/show_bug.cgi?id=46800 Reviewed by Nikolas Zimmermann. Add tests for getElementsByTagName(NS) in html, xhtml, and svg documents. * fast/dom/getElementsByTagName-localName-matching-expected.txt: Added. * fast/dom/getElementsByTagName-localName-matching.html: Added. * fast/dom/getElementsByTagName-localName-matching2-expected.txt: Added. * fast/dom/getElementsByTagName-localName-matching2.xhtml: Added. * svg/dom/getElementsByTagName-localName-matching-expected.txt: Added. * svg/dom/getElementsByTagName-localName-matching.html: Added. * svg/dom/script-tests/getElementsByTagName-localName-matching.js: Added. 2012-04-09 Alexander Pavlov Web Inspector: [Device Metrics] Introduce the "Fit window" option https://bugs.webkit.org/show_bug.cgi?id=83280 Update the test to follow the protocol change and test the "Fit window" parameter. Reviewed by Pavel Feldman. * inspector/styles/override-screen-size-expected.txt: * inspector/styles/override-screen-size.html: 2012-04-10 Ádám Kallai [Qt] Gardening after r113701. Reviewed by Csaba Osztrogonác. * platform/wk2/Skipped: 2012-04-10 Philippe Normand Unreviewed, skip a failing test and rebaseline another one after r113611. * platform/gtk/Skipped: * platform/gtk/scrollbars/scrollbars-on-positioned-content-expected.txt: 2012-04-10 Gyuyoung Kim [EFL] Unreviewed. Gardening Add 19 missing expectations. * platform/efl/Skipped: * platform/efl/http/tests/loading/simple-subframe-expected.txt: Added. * platform/efl/http/tests/local/file-url-sent-as-referer-expected.txt: Added. * platform/efl/http/tests/misc/acid2-expected.txt: Added. * platform/efl/http/tests/misc/error404-expected.txt: Added. * platform/efl/http/tests/misc/favicon-as-image-expected.txt: Added. * platform/efl/http/tests/misc/frame-access-during-load-expected.txt: Added. * platform/efl/http/tests/misc/generated-content-inside-table-expected.txt: Added. * platform/efl/http/tests/misc/iframe404-expected.txt: Added. * platform/efl/http/tests/misc/location-replace-crossdomain-expected.txt: Added. * platform/efl/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt: Added. * platform/efl/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.txt: Added. * platform/efl/http/tests/misc/slow-loading-image-in-pattern-expected.txt: Added. * platform/efl/http/tests/navigation/error404-basic-expected.txt: Added. * platform/efl/http/tests/navigation/error404-goback-expected.txt: Added. * platform/efl/http/tests/navigation/error404-subframeload-expected.txt: Added. * platform/efl/http/tests/navigation/javascriptlink-frames-expected.txt: Added. * platform/efl/http/tests/navigation/postredirect-basic-expected.txt: Added. * platform/efl/http/tests/navigation/postredirect-goback1-expected.txt: Added. * platform/efl/http/tests/uri/css-href-expected.txt: Added. 2012-04-10 Balazs Kelemen [Qt][WK2] TestNetscapePlugin is broken https://bugs.webkit.org/show_bug.cgi?id=83024 Reviewed by Csaba Osztrogonác. Remove plugins from skiplist and put the rest of failing tests to their group. * platform/qt-5.0-wk2/Skipped: 2012-04-10 Ádám Kallai [Qt] Gardening. Skip failing tests because of missing DnD support and ENABLE(SHADOW_DOM) is disabled. [WK2] Skip tests because of missing layoutTestController.setAlwaysAcceptCookies(). Reviewed by Csaba Osztrogonác. * platform/qt/Skipped: * platform/wk2/Skipped: 2012-04-09 Pavel Feldman Web Inspector: searching document with no documentElement results in 0x0 access. https://bugs.webkit.org/show_bug.cgi?id=83483 Reviewed by Yury Semikhatsky. * inspector/elements/dom-search-crash-expected.txt: Added. * inspector/elements/dom-search-crash.html: Added. * inspector/elements/resources/dom-search-crash-iframe.html: Added. 2012-04-10 Philippe Normand Unreviewed, GTK baselines for two new tests. * platform/gtk/fast/events/drop-with-file-paths-expected.txt: Added. * platform/gtk/media/nodesFromRect-shadowContent-expected.txt: Added. 2012-04-10 Philippe Normand Unreviewed, GTK rebaseline. * platform/gtk/editing/pasteboard/interchange-newline-2-expected.txt: * platform/gtk/editing/selection/editable-html-element-expected.txt: * platform/gtk/fast/overflow/hidden-scrollbar-resize-expected.txt: * platform/gtk/fast/repaint/overflow-outline-repaint-expected.txt: * platform/gtk/http/tests/xmlhttprequest/send-array-buffer-expected.txt: * platform/gtk/http/tests/xmlhttprequest/send-undefined-and-null-expected.txt: 2012-04-09 Shinya Kawanaka Assert triggers VisibleSelection::adjustSelectionToAvoidCrossingShadowBoundaries. https://bugs.webkit.org/show_bug.cgi?id=83118 Reviewed by Hajime Morita. This tests checks all the combination of element not in a shadow tree, element in a shadow tree, element in a nested shadow tree, element in a non-youngest shadow tree, element in a nested shadow tree in non-youngest shadow treee. * fast/dom/resources/event-sender-util.js: Added. (mouseMoveToElem): * fast/dom/shadow/selections-in-shadow-expected.txt: Added. * fast/dom/shadow/selections-in-shadow.html: Added. 2012-04-09 Sheriff Bot Unreviewed, rolling out r113656. http://trac.webkit.org/changeset/113656 https://bugs.webkit.org/show_bug.cgi?id=83542 test is broken on chromium-win (Requested by simonjam on #webkit). * webintents/web-intents-invoke-port-expected.txt: Removed. * webintents/web-intents-invoke-port.html: Removed. 2012-04-09 Abhishek Arya ASSERTION FAILED: !attached() in Node::attach. https://bugs.webkit.org/show_bug.cgi?id=80726 Reviewed by Adam Barth. * fast/dom/text-node-attach-crash-expected.txt: Added. * fast/dom/text-node-attach-crash.xhtml: Added. 2012-04-09 James Simonsen [Chromium] Unreviewed gardening. * platform/chromium-mac-snowleopard/fast/forms/basic-textareas-expected.txt: Added. * platform/chromium-mac-snowleopard/media/audio-repaint-expected.png: 2012-04-09 Shinya Kawanaka ShadowRoot should have selection attribute. https://bugs.webkit.org/show_bug.cgi?id=82429 Reviewed by Hajime Morita. Checks ShadowRoot.selection returns the same selection as what window.getSelection() returns. * fast/dom/shadow/selection-in-shadow.html: Added. 2012-04-09 Raphael Kubo da Costa [EFL] Gardening in fast/text/whitespace. The last commit to these baselines had some weird fonts for some reason, fix the expected sizes. * platform/efl/fast/text/whitespace/002-expected.png: * platform/efl/fast/text/whitespace/002-expected.txt: * platform/efl/fast/text/whitespace/003-expected.png: * platform/efl/fast/text/whitespace/003-expected.txt: * platform/efl/fast/text/whitespace/004-expected.png: * platform/efl/fast/text/whitespace/004-expected.txt: * platform/efl/fast/text/whitespace/005-expected.png: * platform/efl/fast/text/whitespace/005-expected.txt: * platform/efl/fast/text/whitespace/006-expected.png: * platform/efl/fast/text/whitespace/006-expected.txt: * platform/efl/fast/text/whitespace/007-expected.png: * platform/efl/fast/text/whitespace/007-expected.txt: * platform/efl/fast/text/whitespace/008-expected.png: * platform/efl/fast/text/whitespace/008-expected.txt: * platform/efl/fast/text/whitespace/009-expected.png: * platform/efl/fast/text/whitespace/009-expected.txt: * platform/efl/fast/text/whitespace/010-expected.png: * platform/efl/fast/text/whitespace/010-expected.txt: * platform/efl/fast/text/whitespace/011-expected.png: * platform/efl/fast/text/whitespace/011-expected.txt: * platform/efl/fast/text/whitespace/012-expected.png: * platform/efl/fast/text/whitespace/012-expected.txt: * platform/efl/fast/text/whitespace/013-expected.png: * platform/efl/fast/text/whitespace/013-expected.txt: * platform/efl/fast/text/whitespace/014-expected.png: * platform/efl/fast/text/whitespace/014-expected.txt: * platform/efl/fast/text/whitespace/015-expected.png: * platform/efl/fast/text/whitespace/015-expected.txt: * platform/efl/fast/text/whitespace/016-expected.png: * platform/efl/fast/text/whitespace/016-expected.txt: * platform/efl/fast/text/whitespace/018-expected.png: * platform/efl/fast/text/whitespace/018-expected.txt: * platform/efl/fast/text/whitespace/020-expected.png: * platform/efl/fast/text/whitespace/020-expected.txt: * platform/efl/fast/text/whitespace/021-expected.png: * platform/efl/fast/text/whitespace/021-expected.txt: * platform/efl/fast/text/whitespace/025-expected.png: * platform/efl/fast/text/whitespace/025-expected.txt: * platform/efl/fast/text/whitespace/027-expected.png: * platform/efl/fast/text/whitespace/027-expected.txt: * platform/efl/fast/text/whitespace/030-expected.png: * platform/efl/fast/text/whitespace/030-expected.txt: * platform/efl/fast/text/whitespace/normal-after-nowrap-breaking-expected.png: * platform/efl/fast/text/whitespace/normal-after-nowrap-breaking-expected.txt: * platform/efl/fast/text/whitespace/pre-break-word-expected.png: * platform/efl/fast/text/whitespace/pre-break-word-expected.txt: * platform/efl/fast/text/whitespace/pre-wrap-last-char-expected.png: * platform/efl/fast/text/whitespace/pre-wrap-last-char-expected.txt: * platform/efl/fast/text/whitespace/pre-wrap-line-test-expected.png: * platform/efl/fast/text/whitespace/pre-wrap-line-test-expected.txt: * platform/efl/fast/text/whitespace/pre-wrap-overflow-selection-expected.png: * platform/efl/fast/text/whitespace/pre-wrap-overflow-selection-expected.txt: * platform/efl/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.png: * platform/efl/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt: 2012-04-09 Raphael Kubo da Costa [EFL] Gardening in transforms/2d. Mostly account for the changes caused by the jhbuild and font commits. * platform/efl/transforms/2d/compound-transforms-vs-containers-expected.png: * platform/efl/transforms/2d/hindi-rotated-expected.png: * platform/efl/transforms/2d/transform-borderbox-expected.png: * platform/efl/transforms/2d/transform-fixed-container-expected.png: * platform/efl/transforms/2d/transform-origin-borderbox-expected.png: 2012-04-09 Beth Dakin https://bugs.webkit.org/show_bug.cgi?id=83411 All Mac bots occasionally fail tons of media/ sputnik/ and svg/ tests This is a speculative fix. * platform/mac/Skipped: 2012-04-09 James Simonsen [Chromium] Unreviewed gardening. * platform/chromium-linux/media/media-document-audio-repaint-expected.png: * platform/chromium-linux/media/media-document-audio-repaint-expected.txt: Added. * platform/chromium-linux/scrollbars/scrollbars-on-positioned-content-expected.png: * platform/chromium-mac-leopard/scrollbars/scrollbars-on-positioned-content-expected.png: * platform/chromium-mac-snowleopard/scrollbars/scrollbars-on-positioned-content-expected.png: * platform/chromium-mac/fast/forms/basic-textareas-expected.png: * platform/chromium-mac/fast/overflow/hidden-scrollbar-resize-expected.txt: Added. * platform/chromium-mac/scrollbars/scrollbars-on-positioned-content-expected.png: * platform/chromium-mac/scrollbars/scrollbars-on-positioned-content-expected.txt: Copied from LayoutTests/platform/chromium-win/scrollbars/scrollbars-on-positioned-content-expected.txt. * platform/chromium-win/fast/overflow/hidden-scrollbar-resize-expected.txt: * platform/chromium-win/scrollbars/scrollbars-on-positioned-content-expected.png: * platform/chromium-win/scrollbars/scrollbars-on-positioned-content-expected.txt: 2012-04-09 James Simonsen [Chromium] Unreviewed, roll out rebaselines for feature that was rolled out. * platform/chromium-linux-x86/media/video-empty-source-expected.txt: Copied from LayoutTests/platform/chromium-win/media/video-empty-source-expected.txt. * platform/chromium-linux/media/video-empty-source-expected.txt: Copied from LayoutTests/platform/chromium-win/media/video-empty-source-expected.txt. * platform/chromium-mac-snowleopard/fast/forms/basic-textareas-expected.txt: Removed. * platform/chromium-mac-snowleopard/media/video-empty-source-expected.txt: Copied from LayoutTests/platform/chromium-mac/media/video-empty-source-expected.txt. * platform/chromium-mac/fast/forms/basic-textareas-expected.txt: * platform/chromium-mac/fast/layers/video-layer-expected.txt: * platform/chromium-mac/media/audio-controls-rendering-expected.txt: * platform/chromium-mac/media/audio-repaint-expected.txt: * platform/chromium-mac/media/controls-after-reload-expected.txt: * platform/chromium-mac/media/controls-strict-expected.txt: * platform/chromium-mac/media/controls-styling-expected.txt: * platform/chromium-mac/media/controls-without-preload-expected.txt: * platform/chromium-mac/media/media-controls-clone-expected.txt: * platform/chromium-mac/media/media-document-audio-repaint-expected.txt: * platform/chromium-mac/media/video-controls-rendering-expected.txt: * platform/chromium-mac/media/video-display-toggle-expected.txt: * platform/chromium-mac/media/video-empty-source-expected.txt: * platform/chromium-mac/media/video-no-audio-expected.txt: * platform/chromium-mac/media/video-playing-and-pause-expected.txt: * platform/chromium-mac/media/video-volume-slider-expected.txt: * platform/chromium-mac/media/video-zoom-controls-expected.txt: * platform/chromium-win-vista/media/video-empty-source-expected.txt: Copied from LayoutTests/platform/chromium-win/media/video-empty-source-expected.txt. * platform/chromium-win/fast/layers/video-layer-expected.txt: * platform/chromium-win/media/audio-controls-rendering-expected.txt: * platform/chromium-win/media/audio-repaint-expected.txt: * platform/chromium-win/media/controls-after-reload-expected.txt: * platform/chromium-win/media/controls-strict-expected.txt: * platform/chromium-win/media/controls-styling-expected.txt: * platform/chromium-win/media/controls-without-preload-expected.txt: * platform/chromium-win/media/media-controls-clone-expected.txt: * platform/chromium-win/media/media-document-audio-repaint-expected.txt: * platform/chromium-win/media/video-controls-rendering-expected.txt: * platform/chromium-win/media/video-display-toggle-expected.txt: * platform/chromium-win/media/video-empty-source-expected.txt: * platform/chromium-win/media/video-no-audio-expected.txt: * platform/chromium-win/media/video-playing-and-pause-expected.txt: * platform/chromium-win/media/video-volume-slider-expected.txt: * platform/chromium-win/media/video-zoom-controls-expected.txt: 2012-04-09 Sheriff Bot Unreviewed, rolling out r113609. http://trac.webkit.org/changeset/113609 https://bugs.webkit.org/show_bug.cgi?id=83522 it broke tests (Requested by dethbakin on #webkit). * media/video-controls-rendering-toggle-display-none-expected.txt: Removed. * media/video-controls-rendering-toggle-display-none.html: Removed. 2012-04-09 Dale Curtis Remove unworkable video-buffering-repaints-controls test. https://bugs.webkit.org/show_bug.cgi?id=83097 Test has been broken in one way or another for some time now. I've approached multiple people about possible solutions, but nothing ends up being stable. After discussion with fischman and trying a couple more solutions today, we decided the best course of action is to remove the test. Reviewed by Eric Carlson. * http/tests/media/video-buffering-repaints-controls-expected.txt: Removed. * http/tests/media/video-buffering-repaints-controls.html: Removed. * platform/chromium-linux/http/tests/media/video-buffering-repaints-controls-expected.png: Removed. * platform/chromium-mac-leopard/http/tests/media/video-buffering-repaints-controls-expected.png: Removed. * platform/chromium-mac-snowleopard/http/tests/media/video-buffering-repaints-controls-expected.png: Removed. * platform/chromium-mac-snowleopard/http/tests/media/video-buffering-repaints-controls-expected.txt: Removed. * platform/chromium-mac/http/tests/media/video-buffering-repaints-controls-expected.png: Removed. * platform/chromium-win/http/tests/media/video-buffering-repaints-controls-expected.png: Removed. * platform/chromium/test_expectations.txt: * platform/efl/Skipped: * platform/gtk/Skipped: * platform/mac-snowleopard/http/tests/media/video-buffering-repaints-controls-expected.png: Removed. * platform/mac-snowleopard/http/tests/media/video-buffering-repaints-controls-expected.txt: Removed. * platform/mac/Skipped: * platform/mac/test_expectations.txt: 2012-04-09 Sheriff Bot Unreviewed, rolling out r113613. http://trac.webkit.org/changeset/113613 https://bugs.webkit.org/show_bug.cgi?id=83509 crashing most chromium bots (Requested by simonjam on #webkit). * platform/chromium/fast/dom/navigator-detached-no-crash-expected.txt: * platform/chromium/test_expectations.txt: 2012-04-06 Zhenyao Mo bindAttribLocation should check webgl reserved prefix https://bugs.webkit.org/show_bug.cgi?id=83409 Reviewed by Kenneth Russell. * fast/canvas/webgl/webgl-specific-expected.txt: Added webgl prefix test case for bindAttribLocation. * fast/canvas/webgl/webgl-specific.html: 2012-04-09 James Simonsen [Chromium] Unreviewed gardening fix. * platform/chromium/virtual/threaded/compositing/visibility/README.txt: Added. 2012-04-09 James Simonsen [Chromium] Unreviewed gardening. * platform/chromium-linux-x86/media/video-empty-source-expected.txt: Removed. * platform/chromium-linux/media/media-document-audio-repaint-expected.png: * platform/chromium-linux/media/video-empty-source-expected.txt: Removed. * platform/chromium-mac-leopard/fast/forms/basic-textareas-expected.png: * platform/chromium-mac-snowleopard/fast/forms/basic-textareas-expected.png: * platform/chromium-mac-snowleopard/fast/forms/basic-textareas-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/forms/basic-textareas-expected.txt. * platform/chromium-mac-snowleopard/media/audio-repaint-expected.png: * platform/chromium-mac-snowleopard/media/video-empty-source-expected.txt: Removed. * platform/chromium-mac/fast/forms/basic-textareas-expected.png: * platform/chromium-mac/fast/forms/basic-textareas-expected.txt: * platform/chromium-mac/fast/layers/video-layer-expected.txt: * platform/chromium-mac/media/audio-controls-rendering-expected.txt: * platform/chromium-mac/media/audio-repaint-expected.txt: * platform/chromium-mac/media/controls-after-reload-expected.txt: * platform/chromium-mac/media/controls-strict-expected.txt: * platform/chromium-mac/media/controls-styling-expected.txt: * platform/chromium-mac/media/controls-without-preload-expected.txt: * platform/chromium-mac/media/media-controls-clone-expected.txt: * platform/chromium-mac/media/media-document-audio-repaint-expected.txt: * platform/chromium-mac/media/video-controls-rendering-expected.txt: * platform/chromium-mac/media/video-display-toggle-expected.txt: * platform/chromium-mac/media/video-empty-source-expected.txt: * platform/chromium-mac/media/video-no-audio-expected.txt: * platform/chromium-mac/media/video-playing-and-pause-expected.txt: * platform/chromium-mac/media/video-volume-slider-expected.txt: * platform/chromium-mac/media/video-zoom-controls-expected.txt: * platform/chromium-win-vista/media/video-empty-source-expected.txt: Removed. * platform/chromium-win/fast/layers/video-layer-expected.txt: * platform/chromium-win/media/audio-controls-rendering-expected.txt: * platform/chromium-win/media/audio-repaint-expected.txt: * platform/chromium-win/media/controls-after-reload-expected.txt: * platform/chromium-win/media/controls-strict-expected.txt: * platform/chromium-win/media/controls-styling-expected.txt: * platform/chromium-win/media/controls-without-preload-expected.txt: * platform/chromium-win/media/media-controls-clone-expected.txt: * platform/chromium-win/media/media-document-audio-repaint-expected.txt: * platform/chromium-win/media/video-controls-rendering-expected.txt: * platform/chromium-win/media/video-display-toggle-expected.txt: * platform/chromium-win/media/video-empty-source-expected.txt: * platform/chromium-win/media/video-no-audio-expected.txt: * platform/chromium-win/media/video-playing-and-pause-expected.txt: * platform/chromium-win/media/video-volume-slider-expected.txt: * platform/chromium-win/media/video-zoom-controls-expected.txt: * platform/chromium/test_expectations.txt: 2012-04-09 David Alcala [CSS Regions] Convert a fast/regions pixel test to a ref test https://bugs.webkit.org/show_bug.cgi?id=83398 Reviewed by Dirk Schulze. * fast/regions/position-writing-modes-in-variable-width-regions-expected.html: Added. * platform/chromium-linux/fast/regions/position-writing-modes-in-variable-width-regions-expected.png: Removed. * platform/chromium-mac-leopard/fast/regions/position-writing-modes-in-variable-width-regions-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/regions/position-writing-modes-in-variable-width-regions-expected.png: Removed. * platform/chromium-mac/fast/regions/position-writing-modes-in-variable-width-regions-expected.png: Removed. * platform/chromium-mac/fast/regions/position-writing-modes-in-variable-width-regions-expected.txt: Removed. * platform/chromium-win/fast/regions/position-writing-modes-in-variable-width-regions-expected.png: Removed. * platform/chromium-win/fast/regions/position-writing-modes-in-variable-width-regions-expected.txt: Removed. * platform/efl/fast/regions/position-writing-modes-in-variable-width-regions-expected.png: Removed. * platform/efl/fast/regions/position-writing-modes-in-variable-width-regions-expected.txt: Removed. * platform/mac/fast/regions/position-writing-modes-in-variable-width-regions-expected.png: Removed. * platform/mac/fast/regions/position-writing-modes-in-variable-width-regions-expected.txt: Removed. 2012-04-09 Sadrul Habib Chowdhury [chromium] Add Battery Status API support. Add Battery Status API support to chromium. https://bugs.webkit.org/show_bug.cgi?id=83284 Reviewed by Adam Barth. * platform/chromium/fast/dom/navigator-detached-no-crash-expected.txt: * platform/chromium/test_expectations.txt: 2012-04-09 SravanKumar Sandela Unnecessary scroll bar after changing the dimensions of a DIV https://bugs.webkit.org/show_bug.cgi?id=71541 Reviewed by Julien Chaffraix. Ref tests to check scrollbar behaviour in overflow: auto, on resizing. * fast/overflow/overflow-auto-destroy-scroll-after-resizing-expected.html: Added. * fast/overflow/overflow-auto-destroy-scroll-after-resizing.html: Added. scrollbars-on-positioned-content.html and hidden-scrollbar-resize.html needs to be rebaselined as their expected values were buggy because of redundant scrollbars. * platform/chromium/test_expectations.txt: * platform/efl/Skipped: * platform/mac/Skipped: * platform/qt/Skipped: * platform/win/Skipped: 2012-04-09 Victor Carbune Simplified volume rendering. https://bugs.webkit.org/show_bug.cgi?id=82150 Reviewed by Eric Carlson. * media/video-controls-rendering-toggle-display-none-expected.txt: Added. * media/video-controls-rendering-toggle-display-none.html: Added. * platform/chromium/test_expectations.txt: Marked tests for rebaseline. 2012-04-09 Martin Robinson [soup] Crash while loading http://www.jusco.cn https://bugs.webkit.org/show_bug.cgi?id=68238 Reviewed by Philippe Normand. * http/tests/xmlhttprequest/xmlhttprequest-sync-no-timers-expected.txt: Added. * http/tests/xmlhttprequest/xmlhttprequest-sync-no-timers.html: Added. 2012-04-09 Martin Robinson [GTK] Toggle buttons do not size appropriately in some themes https://bugs.webkit.org/show_bug.cgi?id=82833 Reviewed by Gustavo Noronha Silva. Add a test for this issue. * platform/gtk/fast/forms/large-toggle-elements-expected.png: Added. * platform/gtk/fast/forms/large-toggle-elements-expected.txt: Added. * platform/gtk/fast/forms/large-toggle-elements.html: Added. 2012-04-09 Robert Hogan Skip fast/css/align-positioned-object-on-resize.html on Mac platforms. window.resizeTo() doesn't behave as expected in Mac DRT. Unreviewed. * platform/mac/Skipped: 2012-04-09 Jeffrey Pfau Filter files from dataTransfer.getData on Mac https://bugs.webkit.org/show_bug.cgi?id=38876 Reviewed by Enrica Casucci. * fast/events/drop-with-file-paths-expected.txt: Added. * fast/events/drop-with-file-paths.html: Added. * fast/events/resources/file-for-drop-with-file-paths.html: Added. 2012-04-09 Robert Hogan Fix layout test for r113584 on Qt and Mac Unreviewed. * fast/css/align-positioned-object-on-resize.html: Use layoutTestController.display() so that window.resizeTo() is honoured on all DRTs. * platform/qt/Skipped: Unskip the above test. 2012-04-09 Bill Budge Cross-origin preflight request should not include credentials. https://bugs.webkit.org/show_bug.cgi?id=37676 Modifies preflight credential tests to make sure that cookies aren't sent along with the CORS prefetch request. Reviewed by Adam Barth. * http/tests/xmlhttprequest/access-control-preflight-credential-async-expected.txt: * http/tests/xmlhttprequest/access-control-preflight-credential-async.html: * http/tests/xmlhttprequest/access-control-preflight-credential-sync-expected.txt: * http/tests/xmlhttprequest/access-control-preflight-credential-sync.html: * http/tests/xmlhttprequest/resources/basic-auth/access-control-auth-basic.php: 2012-04-09 Pavel Feldman Web Inspector: get rid of WebInspector.Resource.category, use WebInspector.Resource.type instead. https://bugs.webkit.org/show_bug.cgi?id=83467 Reviewed by Yury Semikhatsky. * http/tests/inspector/network/async-xhr-json-mime-type-expected.txt: * http/tests/inspector/network/network-iframe-load-and-delete-expected.txt: * http/tests/inspector/network/network-xhr-async-expected.txt: * http/tests/inspector/network/network-xhr-same-url-as-main-resource.html: * http/tests/inspector/network/network-xhr-sync-expected.txt: * http/tests/inspector/resource-tree/resource-tree-invalid-mime-type-css-content.html: * http/tests/inspector/resource-tree/resource-tree-mimetype.html: * http/tests/inspector/resource-tree/resource-tree-test.js: (initialize_ResourceTreeTest.InspectorTest.dumpResourceTreeEverything): (initialize_ResourceTreeTest): * inspector/debugger/raw-source-code.html: 2012-03-30 Robert Hogan REGRESSION (r94492): Incorrect initial layout of absolutely positioned inside centering div https://bugs.webkit.org/show_bug.cgi?id=77754 Reviewed by David Hyatt. * fast/css/align-positioned-object-on-resize-expected.txt: Added. * fast/css/align-positioned-object-on-resize.html: Added. * platform/qt/Skipped: Skipped on Qt as window.resizeTo() does not work properly in Qt DRT. 2012-04-09 Eric Carlson WebVTT parser unnecessarily limits the value of a timestamp https://bugs.webkit.org/show_bug.cgi?id=83422 Reviewed by Dan Bernstein. * media/track/captions-webvtt/large-timestamp.vtt: Added. * media/track/track-large-timestamp-expected.txt: Added. * media/track/track-large-timestamp.html: Added. 2012-04-09 Abhishek Arya Incorrect placement of new child to table when before child parent is not |this|. https://bugs.webkit.org/show_bug.cgi?id=82630 Reviewed by Julien Chaffraix. * fast/table/cell-in-row-before-misnested-text-crash-css-expected.txt: rebaseline, corrects layout. * fast/table/cell-in-row-before-misnested-text-crash-expected.txt: rebaseline, corrects layout. * fast/table/row-in-tbody-before-misnested-text-crash-css-expected.txt: rebaseline, corrects layout. * fast/table/row-in-tbody-before-misnested-text-crash-expected.txt: rebaseline, corrects layout. * fast/table/table-row-split2-expected.png: Added. * fast/table/table-row-split2-expected.txt: Added. * fast/table/table-row-split2.html: Added. * fast/table/table-section-split2-expected.png: Added. * fast/table/table-section-split2-expected.txt: Added. * fast/table/table-section-split2.html: Added. * fast/table/table-split-expected.png: Added. * fast/table/table-split-expected.txt: Added. * fast/table/table-split.html: Added. * fast/table/table-split2-expected.png: Added. * fast/table/table-split2-expected.txt: Added. * fast/table/table-split2.html: Added. 2012-04-09 Stephen Chenney Layout Test in svg are failing https://bugs.webkit.org/show_bug.cgi?id=82232 Unreviewed Chromium expectations update. All the tests covered by this bug ran without crashes over a five day period. Given the previous crash rates, this suggests we've fixed the problem. * platform/chromium/test_expectations.txt: 2012-04-09 James Robinson Remove partially implemented per-Element visibility checks from requestAnimationFrame logic https://bugs.webkit.org/show_bug.cgi?id=74232 Reviewed by Dean Jackson. Remove tests for removed functionality. * fast/animation/request-animation-frame-display-expected.txt: Removed. * fast/animation/request-animation-frame-display.html: Removed. * fast/animation/script-tests/request-animation-frame-display.js: Removed. 2012-04-09 Ami Fischman Layout Test http/tests/media/media-document.html is flaky https://bugs.webkit.org/show_bug.cgi?id=83391 [Chromium] Unreviewed gardening. * platform/chromium/test_expectations.txt: 2012-04-09 Ami Fischman several http tests are flaky and crashing on win, debug https://bugs.webkit.org/show_bug.cgi?id=82505 Remove the expectations of a crash now that the fix (http://crrev.com/131170) has rolled into webkit in http://trac.webkit.org/changeset/113512 Reviewed by Tony Chang. * platform/chromium/test_expectations.txt: 2012-04-09 Pavel Feldman Web Inspector: remove ComboBoxFileSelector and SingleFileEditorContainer. https://bugs.webkit.org/show_bug.cgi?id=83460 Reviewed by Yury Semikhatsky. * inspector/debugger/scripts-combobox-file-selector-history-expected.txt: Removed. * inspector/debugger/scripts-combobox-file-selector-history.html: Removed. * inspector/debugger/scripts-file-selector-expected.txt: * inspector/debugger/scripts-file-selector.html: * inspector/debugger/scripts-panel-expected.txt: * inspector/debugger/scripts-panel.html: * inspector/debugger/scripts-sorting-expected.txt: * inspector/debugger/scripts-sorting.html: * inspector/debugger/source-frame-count.html: 2012-04-06 Pavel Feldman Web Inspector: move breakpoints active state from scripts panel to debugger presentation model. https://bugs.webkit.org/show_bug.cgi?id=83374 Reviewed by Yury Semikhatsky. * http/tests/inspector/debugger-test.js: * inspector/debugger/debugger-breakpoints-not-activated-on-reload.html: 2012-04-07 Andrew Scherkus [Chromium] Unreviewed, checking in baselines for video-frame-size-change.html. * platform/chromium-linux/platform/chromium/compositing/video-frame-size-change-expected.png: Added. * platform/chromium-linux/platform/chromium/media/video-frame-size-change-expected.png: Added. * platform/chromium-mac-leopard/platform/chromium/compositing/video-frame-size-change-expected.png: Added. * platform/chromium-mac-leopard/platform/chromium/media/video-frame-size-change-expected.png: Added. * platform/chromium-mac-snowleopard/platform/chromium/compositing/video-frame-size-change-expected.png: Added. * platform/chromium-mac-snowleopard/platform/chromium/media/video-frame-size-change-expected.png: Added. * platform/chromium-mac/platform/chromium/compositing/video-frame-size-change-expected.png: Added. * platform/chromium-mac/platform/chromium/compositing/video-frame-size-change-expected.txt: Added. * platform/chromium-mac/platform/chromium/media/video-frame-size-change-expected.png: Added. * platform/chromium-mac/platform/chromium/media/video-frame-size-change-expected.txt: Added. * platform/chromium-win/platform/chromium/compositing/video-frame-size-change-expected.png: Added. * platform/chromium-win/platform/chromium/compositing/video-frame-size-change-expected.txt: Added. * platform/chromium-win/platform/chromium/media/video-frame-size-change-expected.png: Added. * platform/chromium-win/platform/chromium/media/video-frame-size-change-expected.txt: Added. * platform/chromium/test_expectations.txt: 2012-04-07 Jon Lee Added fast/canvas/webgl/array-message-passing.html to skipped tests on mac. Tracked by https://bugs.webkit.org/show_bug.cgi?id=83427 * platform/mac/Skipped: 2012-04-07 Rob Buis Remove dead code in SVGCSSParser https://bugs.webkit.org/show_bug.cgi?id=83404 Reviewed by Nikolas Zimmermann. Test that we support color="currentColor" in SVG. This follows from the CSS3 spec, see http://www.w3.org/TR/css3-color/#currentcolor. This matches FF behaviour. * svg/custom/currentColor-on-color-expected.txt: Added. * svg/custom/currentColor-on-color.html: Added. * svg/custom/script-tests/currentColor-on-color.js: Added. 2012-04-07 Csaba Osztrogonác [Qt] Unreviewed Easter gardening, skip new failing tests to paint the bots green. * platform/qt/Skipped: 2012-04-07 Nikolas Zimmermann Not reviewed. Rebaseline three results on Lion, so my baseline passes with tolerance 0 again. * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png: Images have wrong colorspace in those results. * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png: Ditto. * platform/mac/svg/carto.net/selectionlist-expected.png: Ditto. 2012-04-07 Nikolas Zimmermann Work around an entity parsing bug in libxml2 2.7.3 (supplied with Lion) and unskip tests https://bugs.webkit.org/show_bug.cgi?id=82577 Reviewed by Filip Pizlo. Unskip several tests on Lion, now that the libxml2 bug doesn't affect us anymore. * platform/mac-lion/Skipped: * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png: * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png: * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt: * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.png: * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.txt: * platform/mac/svg/custom/viewbox-syntax-expected.png: * platform/mac/svg/custom/viewbox-syntax-expected.txt: * platform/mac/svg/zoom/page/zoom-coords-viewattr-01-b-expected.png: * platform/mac/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: * platform/mac/svg/zoom/text/zoom-coords-viewattr-01-b-expected.png: * platform/mac/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt: 2012-04-06 Andrew Scherkus [chromium] Add layout tests that exercise rendering path for videos that have changing resolutions. https://bugs.webkit.org/show_bug.cgi?id=83383 Reviewed by James Robinson. * platform/chromium/compositing/video-frame-size-change.html: Added. * platform/chromium/media/video-frame-size-change.html: Changed from dumpAsText() to pixel test 2012-04-06 Dirk Pranke clone baselines from platform/win to platform/chromium-win https://bugs.webkit.org/show_bug.cgi?id=83394 Unreviewed, baselines update. Removes a bunch of "generic" baselines that were mistakenly cloned in r113509. I forgot to filter out the baselines that were for win-specific tests, as opposed to win-specific baselines for generic tests. * platform/chromium-win/accessibility/detached-object-notification-crash-expected.txt: Removed. * platform/chromium-win/accessibility/document-enabled-state-expected.txt: Removed. * platform/chromium-win/accessibility/document-role-expected.txt: Removed. * platform/chromium-win/accessibility/focus-events-expected.txt: Removed. * platform/chromium-win/accessibility/heading-elements-expected.txt: Removed. * platform/chromium-win/accessibility/img-alt-attribute-expected.txt: Removed. * platform/chromium-win/accessibility/linked-elements-expected.txt: Removed. * platform/chromium-win/accessibility/list-item-role-expected.txt: Removed. * platform/chromium-win/accessibility/list-marker-role-expected.txt: Removed. * platform/chromium-win/accessibility/list-role-expected.txt: Removed. * platform/chromium-win/accessibility/multiple-select-element-role-expected.txt: Removed. * platform/chromium-win/accessibility/option-element-position-and-size-expected.txt: Removed. * platform/chromium-win/accessibility/option-element-selection-and-focus-events-expected.txt: Removed. * platform/chromium-win/accessibility/parent-element-expected.txt: Removed. * platform/chromium-win/accessibility/scroll-to-anchor-expected.txt: Removed. * platform/chromium-win/accessibility/select-element-role-expected.txt: Removed. * platform/chromium-win/accessibility/select-element-valuechange-event-expected.txt: Removed. * platform/chromium-win/accessibility/selection-and-focus-expected.txt: Removed. * platform/chromium-win/accessibility/single-select-children-changed-expected.txt: Removed. * platform/chromium-win/accessibility/single-select-children-expected.txt: Removed. * platform/chromium-win/accessibility/text-role-expected.txt: Removed. * platform/chromium-win/editing/selection/doubleclick-should-not-expand-across-lines-expected.txt: Removed. * platform/chromium-win/editing/selection/shift-page-up-down-expected.txt: Removed. * platform/chromium-win/fast/events/alt-numpad-expected.txt: Removed. * platform/chromium-win/fast/events/alt-space-scroll-expected.txt: Removed. * platform/chromium-win/fast/events/context-click-events-expected.txt: Removed. * platform/chromium-win/fast/events/double-dead-char-expected.txt: Removed. * platform/chromium-win/fast/events/keyLocation-numpad-expected.txt: Removed. * platform/chromium-win/fast/events/panScroll-correct-direction-expected.txt: Removed. * platform/chromium-win/fast/events/panScroll-event-fired-expected.txt: Removed. * platform/chromium-win/fast/events/panScroll-image-no-scroll-expected.txt: Removed. * platform/chromium-win/fast/events/panScroll-imageMap-href-no-scroll-expected.txt: Removed. * platform/chromium-win/fast/events/panScroll-imageMap-noHref-scroll-expected.txt: Removed. * platform/chromium-win/fast/events/panScroll-nested-divs-expected.txt: Removed. * platform/chromium-win/fast/events/panScroll-no-iframe-jump-expected.txt: Removed. * platform/chromium-win/fast/events/panScroll-preventDefault-expected.txt: Removed. * platform/chromium-win/fast/text/uniscribe-item-boundary-crash-expected.txt: Removed. * platform/chromium-win/fast/text/uniscribe-missing-glyph-expected.txt: Removed. * platform/chromium-win/inverted-colors/non-composited-expected.png: Removed. * platform/chromium-win/inverted-colors/non-composited-expected.txt: Removed. * platform/chromium-win/platform/win/plugins/draws-gradient-expected.png: Removed. * platform/chromium-win/platform/win/plugins/draws-gradient-expected.txt: Removed. * platform/chromium-win/plugins/call-javascript-that-destroys-plugin-expected.txt: Removed. * platform/chromium-win/plugins/get-value-netscape-window-expected.txt: Removed. * platform/chromium-win/plugins/iframe-inside-overflow-expected.txt: Removed. * platform/chromium-win/plugins/npn-invalidate-rect-invalidates-window-expected.txt: Removed. * platform/chromium-win/plugins/visibility-hidden-expected.png: Removed. * platform/chromium-win/plugins/visibility-hidden-expected.txt: Removed. * platform/chromium-win/plugins/window-geometry-initialized-before-set-window-expected.txt: Removed. * platform/chromium-win/plugins/window-region-is-set-to-clip-rect-expected.txt: Removed. * platform/chromium-win/plugins/windowless-paint-rect-coordinates-expected.txt: Removed. 2012-04-06 James Simonsen [Chromium] Unreviewed gardening. * platform/chromium-mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt: Added. 2012-04-06 Keishi Hattori Remove obsolete parts of support code https://bugs.webkit.org/show_bug.cgi?id=83117 Removed tests for HTMLInputElement.selectedOption and -webkit-appearance:list-button. Reviewed by Kent Tamura. * fast/forms/datalist/input-selectedoption-expected.txt: Removed. * fast/forms/datalist/input-selectedoption.html: Removed. * platform/chromium-linux/fast/forms/datalist/input-selectedoption-expected.png: Removed. * platform/chromium-mac-leopard/fast/forms/datalist/input-selectedoption-expected.png: Removed. * platform/chromium-mac/fast/forms/datalist/input-selectedoption-expected.png: Removed. * platform/chromium-mac/fast/forms/datalist/input-selectedoption-expected.txt: Removed. * platform/chromium-win/fast/forms/datalist/input-selectedoption-expected.png: Removed. * platform/chromium-win/fast/forms/datalist/input-selectedoption-expected.txt: Removed. * platform/chromium-win/platform/mac/fast/forms/input-list-button-size-expected.png: Removed. * platform/gtk/fast/forms/input-selectedoption-expected.txt: Removed. * platform/mac-leopard/fast/forms/input-list-button-size-expected.png: Removed. * platform/mac/Skipped: * platform/mac/fast/forms/input-list-button-size-expected.png: Removed. * platform/mac/fast/forms/input-list-button-size-expected.txt: Removed. * platform/mac/fast/forms/input-list-button-size.html: Removed. 2012-04-06 James Simonsen [Chromium] Unreviewed gardening. * platform/chromium-linux/fast/text/atsui-partial-selection-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/fast/text/atsui-partial-selection-expected.png. * platform/chromium-mac-snowleopard/fullscreen/full-screen-stacking-context-expected.png: * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt: Removed. * platform/chromium-mac-snowleopard/svg/text/non-bmp-positioning-lists-expected.txt: Removed. * platform/chromium-mac/fullscreen/full-screen-stacking-context-expected.png: * platform/chromium-mac/svg/custom/shape-rendering-expected.txt: Added. * platform/chromium/test_expectations.txt: 2012-04-06 James Robinson Unreviewed gardening. Explicitly position canvases for these tests to avoid cross-platform differences. * fast/canvas/webgl/webgl-composite-modes-expected.png: * fast/canvas/webgl/webgl-composite-modes-repaint-expected.png: * fast/canvas/webgl/webgl-composite-modes-repaint.html: * fast/canvas/webgl/webgl-composite-modes.html: 2012-04-06 Alexandre Elias Fix bug in ContainerNode::getRect with scale transforms https://bugs.webkit.org/show_bug.cgi?id=83385 Reviewed by Simon Fraser. The bottom-right corner calculation for non-inline and replaced elements in ContainerNode::getRect was incorrect in the presence of scaling, because the untransformed element size was added after the transformation is applied. The rest of the calculations are careful to always apply the transformation as the last step, but this had been forgotten in this codepath. The fix is just to make sure the size is included in the localToAbsolute call. One bug caused by this was that a scaled element would be cut off when scrollIntoView(false) is called to scroll its parent container to make it bottom-visible. New layout test case in fast/transforms/scrollIntoView-transformed.html * fast/transforms/scrollIntoView-transformed-expected.txt: * fast/transforms/scrollIntoView-transformed.html: 2012-04-06 James Robinson [chromium] Clear values in combinedClear path not respected in WebGLRenderingContext::clearIfComposited() https://bugs.webkit.org/show_bug.cgi?id=83407 Force a composite on each tick to more closely match the test's behavior in an actual browser. * fast/canvas/webgl/canvas-test.html: 2012-04-06 Tony Chang [chromium] Unreviewed gardening. This test is passing on Chromium Linux, but we have a different expectation checked in for Chromium Win which uses lighttpd. * platform/chromium-linux/http/tests/xmlhttprequest/cache-override-expected.txt: Added. * platform/chromium/test_expectations.txt: 2012-04-06 Ilya Sherman Allow site authors to override autofilled fields' colors. https://bugs.webkit.org/show_bug.cgi?id=66032 http://code.google.com/p/chromium/issues/detail?id=46543 Reviewed by Simon Fraser. * fast/forms/input-autofilled-expected.txt: * fast/forms/input-autofilled.html: 2012-04-06 Dirk Pranke clone baselines from platform/win to platform/chromium-win https://bugs.webkit.org/show_bug.cgi?83394 Unreviewed, expectations change. Copies the win baselines that chromium depends on into a chromium dir, so that we can remove the dependency on win down the road. * platform/chromium-win/accessibility/aria-fallback-roles-expected.txt: Added. * platform/chromium-win/accessibility/detached-object-notification-crash-expected.txt: Added. * platform/chromium-win/accessibility/document-enabled-state-expected.txt: Added. * platform/chromium-win/accessibility/document-role-expected.txt: Added. * platform/chromium-win/accessibility/focus-events-expected.txt: Added. * platform/chromium-win/accessibility/heading-elements-expected.txt: Added. * platform/chromium-win/accessibility/img-alt-attribute-expected.txt: Added. * platform/chromium-win/accessibility/linked-elements-expected.txt: Added. * platform/chromium-win/accessibility/list-item-role-expected.txt: Added. * platform/chromium-win/accessibility/list-marker-role-expected.txt: Added. * platform/chromium-win/accessibility/list-role-expected.txt: Added. * platform/chromium-win/accessibility/multiple-select-element-role-expected.txt: Added. * platform/chromium-win/accessibility/option-element-position-and-size-expected.txt: Added. * platform/chromium-win/accessibility/option-element-selection-and-focus-events-expected.txt: Added. * platform/chromium-win/accessibility/parent-element-expected.txt: Added. * platform/chromium-win/accessibility/scroll-to-anchor-expected.txt: Added. * platform/chromium-win/accessibility/select-element-role-expected.txt: Added. * platform/chromium-win/accessibility/select-element-valuechange-event-expected.txt: Added. * platform/chromium-win/accessibility/selection-and-focus-expected.txt: Added. * platform/chromium-win/accessibility/single-select-children-changed-expected.txt: Added. * platform/chromium-win/accessibility/single-select-children-expected.txt: Added. * platform/chromium-win/accessibility/text-role-expected.txt: Added. * platform/chromium-win/compositing/plugins/composited-plugin-expected.txt: Added. * platform/chromium-win/compositing/plugins/small-to-large-composited-plugin-expected.txt: Added. * platform/chromium-win/editing/selection/anchor-focus2-expected.txt: Added. * platform/chromium-win/editing/selection/anchor-focus3-expected.txt: Added. * platform/chromium-win/editing/selection/collapse-selection-in-bidi-expected.txt: Added. * platform/chromium-win/editing/selection/doubleclick-should-not-expand-across-lines-expected.txt: Added. * platform/chromium-win/editing/selection/drag-text-delay-expected.txt: Added. * platform/chromium-win/editing/selection/extend-selection-home-end-expected.txt: Added. * platform/chromium-win/editing/selection/mixed-editability-10-expected.txt: Added. * platform/chromium-win/editing/selection/shift-page-up-down-expected.txt: Added. * platform/chromium-win/editing/selection/transformed-selection-rects-expected.txt: Added. * platform/chromium-win/fast/css/zoom-body-scroll-expected.txt: Added. * platform/chromium-win/fast/dom/Element/id-in-deletebutton-expected.txt: Added. * platform/chromium-win/fast/dom/Window/window-properties-expected.txt: Added. * platform/chromium-win/fast/dom/prototype-inheritance-2-expected.txt: Added. * platform/chromium-win/fast/events/alt-numpad-expected.txt: Added. * platform/chromium-win/fast/events/alt-space-scroll-expected.txt: Added. * platform/chromium-win/fast/events/context-click-events-expected.txt: Added. * platform/chromium-win/fast/events/double-dead-char-expected.txt: Added. * platform/chromium-win/fast/events/keyLocation-numpad-expected.txt: Added. * platform/chromium-win/fast/events/panScroll-click-hyperlink-expected.txt: Added. * platform/chromium-win/fast/events/panScroll-correct-direction-expected.txt: Added. * platform/chromium-win/fast/events/panScroll-event-fired-expected.txt: Added. * platform/chromium-win/fast/events/panScroll-image-no-scroll-expected.txt: Added. * platform/chromium-win/fast/events/panScroll-imageMap-href-no-scroll-expected.txt: Added. * platform/chromium-win/fast/events/panScroll-imageMap-noHref-scroll-expected.txt: Added. * platform/chromium-win/fast/events/panScroll-nested-divs-expected.txt: Added. * platform/chromium-win/fast/events/panScroll-no-iframe-jump-expected.txt: Added. * platform/chromium-win/fast/events/panScroll-preventDefault-expected.txt: Added. * platform/chromium-win/fast/forms/cursor-at-editable-content-boundary-expected.txt: Added. * platform/chromium-win/fast/forms/select-popup-pagekeys-expected.txt: Added. * platform/chromium-win/fast/images/support-broken-image-delegate-expected.txt: Added. * platform/chromium-win/fast/js/global-constructors-expected.txt: Added. * platform/chromium-win/fast/loader/stateobjects/state-url-sets-links-visited-expected.txt: Added. * platform/chromium-win/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Added. * platform/chromium-win/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt: Added. * platform/chromium-win/fast/replaced/table-percent-height-text-controls-expected.txt: Added. * platform/chromium-win/fast/text/capitalize-boundaries-expected.txt: Added. * platform/chromium-win/fast/text/emphasis-combined-text-expected.txt: Added. * platform/chromium-win/fast/text/emphasis-expected.png: Added. * platform/chromium-win/fast/text/emphasis-expected.txt: Added. * platform/chromium-win/fast/text/emphasis-vertical-expected.png: Added. * platform/chromium-win/fast/text/emphasis-vertical-expected.txt: Added. * platform/chromium-win/fast/text/fallback-traits-fixup-expected.txt: Added. * platform/chromium-win/fast/text/international/hindi-whitespace-expected.png: Added. * platform/chromium-win/fast/text/international/hindi-whitespace-expected.txt: Added. * platform/chromium-win/fast/text/international/text-combine-image-test-expected.png: Added. * platform/chromium-win/fast/text/international/text-combine-image-test-expected.txt: Added. * platform/chromium-win/fast/text/international/vertical-text-glyph-test-expected.png: Added. * platform/chromium-win/fast/text/international/vertical-text-glyph-test-expected.txt: Added. * platform/chromium-win/fast/text/international/vertical-text-metrics-test-expected.txt: Added. * platform/chromium-win/fast/text/justify-ideograph-complex-expected.txt: Added. * platform/chromium-win/fast/text/justify-ideograph-simple-expected.txt: Added. * platform/chromium-win/fast/text/justify-ideograph-vertical-expected.txt: Added. * platform/chromium-win/fast/text/uniscribe-item-boundary-crash-expected.txt: Added. * platform/chromium-win/fast/text/uniscribe-missing-glyph-expected.txt: Added. * platform/chromium-win/fast/writing-mode/Kusa-Makura-background-canvas-expected.png: Added. * platform/chromium-win/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: Added. * platform/chromium-win/fast/writing-mode/border-vertical-lr-expected.png: Added. * platform/chromium-win/fast/writing-mode/border-vertical-lr-expected.txt: Added. * platform/chromium-win/fast/writing-mode/japanese-lr-selection-expected.png: Added. * platform/chromium-win/fast/writing-mode/japanese-lr-selection-expected.txt: Added. * platform/chromium-win/fast/writing-mode/japanese-rl-selection-expected.png: Added. * platform/chromium-win/fast/writing-mode/japanese-rl-selection-expected.txt: Added. * platform/chromium-win/fast/writing-mode/text-orientation-basic-expected.png: Added. * platform/chromium-win/fast/writing-mode/text-orientation-basic-expected.txt: Added. * platform/chromium-win/fast/writing-mode/vertical-font-fallback-expected.txt: Added. * platform/chromium-win/inverted-colors/non-composited-expected.png: Added. * platform/chromium-win/inverted-colors/non-composited-expected.txt: Added. * platform/chromium-win/platform/win/plugins/draws-gradient-expected.png: Added. * platform/chromium-win/platform/win/plugins/draws-gradient-expected.txt: Added. * platform/chromium-win/plugins/call-javascript-that-destroys-plugin-expected.txt: Added. * platform/chromium-win/plugins/get-value-netscape-window-expected.txt: Added. * platform/chromium-win/plugins/iframe-inside-overflow-expected.txt: Added. * platform/chromium-win/plugins/npn-invalidate-rect-invalidates-window-expected.txt: Added. * platform/chromium-win/plugins/npp-set-window-called-during-destruction-expected.txt: Added. * platform/chromium-win/plugins/plugin-javascript-access-expected.txt: Added. * platform/chromium-win/plugins/resize-from-plugin-expected.txt: Added. * platform/chromium-win/plugins/visibility-hidden-expected.png: Added. * platform/chromium-win/plugins/visibility-hidden-expected.txt: Added. * platform/chromium-win/plugins/window-geometry-initialized-before-set-window-expected.txt: Added. * platform/chromium-win/plugins/window-region-is-set-to-clip-rect-expected.txt: Added. * platform/chromium-win/plugins/windowless-paint-rect-coordinates-expected.txt: Added. * platform/chromium-win/printing/page-rule-in-media-query-expected.txt: Added. * platform/chromium-win/sputnik/Conformance/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Percent/S11.5.3_A4_T6-expected.txt: Added. * platform/chromium-win/svg/zoom/page/zoom-mask-with-percentages-expected.png: Added. 2012-04-06 Tony Chang [chromium] Unreviewed gardening. This test is passing on chromium win and linux. * platform/chromium-linux-x86/fast/text/atsui-partial-selection-expected.png: Added. * platform/chromium-win/fast/text/atsui-partial-selection-expected.png: * platform/chromium/test_expectations.txt: 2012-04-06 Tony Chang [chromium] Unreviewed, rebaseline a test on Vista/Win7. * platform/chromium-linux/fast/encoding/invalid-UTF-8-expected.txt: Removed. * platform/chromium-win/fast/encoding/invalid-UTF-8-expected.png: * platform/chromium-win/fast/encoding/invalid-UTF-8-expected.txt: * platform/chromium/test_expectations.txt: 2012-04-06 Tom Sepez Block cross-origin iframe scroll to fragment. https://bugs.webkit.org/show_bug.cgi?id=73083 Reviewed by Adam Barth. Add a restriction similar to what FF has done for all iframes for over a year now. Our change is less disruptive in that it only does this in the cross-orgin case, which is where the fragment scrolling is problematic. * http/tests/inspector/resource-parameters-expected.txt: * http/tests/navigation/anchor-frames-cross-origin-expected.txt: Added. * http/tests/navigation/anchor-frames-cross-origin.html: Added. * http/tests/navigation/resources/frame-with-anchor-cross-origin.html: Added. * http/tests/security/xssAuditor/anchor-url-dom-write-location-expected.txt: * http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-expected.txt: * http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-null-char-expected.txt: * http/tests/security/xssAuditor/anchor-url-dom-write-location-javascript-URL-expected.txt: * http/tests/security/xssAuditor/anchor-url-dom-write-location2-expected.txt: * http/tests/security/xssAuditor/dom-write-location-inline-event-expected.txt: 2012-04-06 Tony Chang [chromium] Unreviewed, remove a passing test. tables/mozilla/bugs/bug9024.html is passing on Leopard. * platform/chromium/test_expectations.txt: 2012-04-03 Jer Noble Foreground of apple.com/iphone video page visible during full screen animation. https://bugs.webkit.org/show_bug.cgi?id=83080 Reviewed by Simon Fraser. * fullscreen/full-screen-stacking-context.html: * platform/mac/fullscreen/full-screen-stacking-context-expected.png: 2012-04-06 Tim Horton [cg] REGRESSION (r101517): Animating the transform of a with shape-rendering: crispEdges leaves behind garbage https://bugs.webkit.org/show_bug.cgi?id=82963 Reviewed by Simon Fraser. New Mac baselines for two tests which have SVG s with shape-rendering: crispEdges. * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt: * platform/mac/svg/custom/shape-rendering-expected.txt: 2012-04-06 Aaron Colwell Fix MediaSource LayoutTests to work with the new XHR behavior that requires asynchronous requests for the 'arraybuffer' responseType. https://bugs.webkit.org/show_bug.cgi?id=83053 Reviewed by Dimitri Glazkov. * http/tests/media/media-source/webm/video-media-source-errors.html: * http/tests/media/media-source/webm/video-media-source-play.html: * http/tests/media/media-source/webm/video-media-source-seek.html: * http/tests/media/media-source/webm/video-media-source-state-changes.html: * http/tests/media/media-source/webm/webm-media-source.js: (getData.request.onload): (createClusterGetFunction.return.if): (createClusterGetFunction): (loadWebMData): (getCluster): (appendCluster): (getReadyStateName): (expectSourceState): (expectReadyState): * platform/chromium/test_expectations.txt: 2012-04-06 James Robinson WebGL content swapped at wrong time in threaded compositing mode https://bugs.webkit.org/show_bug.cgi?id=82275 Reviewed by Kenneth Russell. Adds some pixel tests for compositing all different combinations of alpha/antialias/preserveDrawingBuffer on WebGL content. * fast/canvas/webgl/webgl-composite-modes-expected.png: Added. * fast/canvas/webgl/webgl-composite-modes-expected.txt: Added. * fast/canvas/webgl/webgl-composite-modes-repaint-expected.png: Added. * fast/canvas/webgl/webgl-composite-modes-repaint-expected.txt: Added. * fast/canvas/webgl/webgl-composite-modes-repaint.html: Added. * fast/canvas/webgl/webgl-composite-modes.html: Added. 2012-04-06 Tony Chang [chromium] Unreviewed, land some mac/win baselines for table tests after r111742. * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2123-expected.png: * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2509-expected.png: * platform/chromium-mac-leopard/tables/mozilla/bugs/bug34176-expected.png: * platform/chromium-mac-leopard/tables/mozilla/bugs/bug44505-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug59252-expected.png: * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug7243-expected.png: * platform/chromium-mac-snowleopard/fast/repaint/scroll-inside-table-cell-expected.png: * platform/chromium-mac-snowleopard/fast/repaint/scroll-relative-table-inside-table-cell-expected.png: * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2123-expected.png: * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2509-expected.png: * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug34176-expected.png: * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug44505-expected.png: * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug59252-expected.png: * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug7243-expected.png: * platform/chromium-mac/fast/repaint/scroll-inside-table-cell-expected.png: * platform/chromium-mac/fast/repaint/scroll-relative-table-inside-table-cell-expected.png: * platform/chromium-mac/fast/table/cell-pref-width-invalidation-expected.txt: Added. * platform/chromium-mac/tables/mozilla/bugs/bug2123-expected.png: * platform/chromium-mac/tables/mozilla/bugs/bug2123-expected.txt: Added. * platform/chromium-mac/tables/mozilla/bugs/bug2509-expected.png: * platform/chromium-mac/tables/mozilla/bugs/bug2509-expected.txt: Added. * platform/chromium-mac/tables/mozilla/bugs/bug34176-expected.png: * platform/chromium-mac/tables/mozilla/bugs/bug34176-expected.txt: Added. * platform/chromium-mac/tables/mozilla/bugs/bug44505-expected.png: * platform/chromium-mac/tables/mozilla/bugs/bug44505-expected.txt: * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug59252-expected.png: * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug59252-expected.txt: Added. * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug7243-expected.png: * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug7243-expected.txt: Added. * platform/chromium-win/fast/repaint/scroll-inside-table-cell-expected.png: * platform/chromium-win/fast/repaint/scroll-relative-table-inside-table-cell-expected.png: * platform/chromium-win/tables/mozilla/bugs/bug44505-expected.png: * platform/chromium-win/tables/mozilla/bugs/bug44505-expected.txt: * platform/chromium/test_expectations.txt: 2012-04-06 Beth Dakin https://bugs.webkit.org/show_bug.cgi?id=81939 -webkit-image-set should update dynamically when the device scale factor changes -and corresponding- Reviewed by Darin Adler. * fast/hidpi/image-set-background-dynamic.html: Added. * fast/hidpi/image-set-border-image-dynamic.html: Added. * fast/hidpi/image-set-in-content-dynamic.html: Added. * platform/mac/fast/hidpi/image-set-background-dynamic-expected.png: Added. * platform/mac/fast/hidpi/image-set-background-dynamic-expected.txt: Added. * platform/mac/fast/hidpi/image-set-border-image-dynamic-expected.png: Added. * platform/mac/fast/hidpi/image-set-border-image-dynamic-expected.txt: Added. * platform/mac/fast/hidpi/image-set-in-content-dynamic-expected.png: Added. * platform/mac/fast/hidpi/image-set-in-content-dynamic-expected.txt: Added. 2012-04-06 Stephen Chenney [Chromium} Rebaseline some failing Leopard tests https://bugs.webkit.org/show_bug.cgi?id=83387 Unreviewed chromium test expectations update. * platform/chromium-mac-leopard/fast/text/atsui-multiple-renderers-expected.png: Added. * platform/chromium-mac-leopard/fast/text/find-kana-expected.txt: Added. * platform/chromium/test_expectations.txt: 2012-04-06 Tim Horton Add autodetection of image orientation from EXIF information https://bugs.webkit.org/show_bug.cgi?id=19688 and Original patch by David Carson and Eric Seidel. Reviewed by Simon Fraser. Add a test ensuring that images in respect their embedded EXIF orientation when the setting is enabled. Add a test ensuring that images used via CSS's content property do not respect their embedded EXIF orientation. * fast/images/exif-orientation.html: Added. * fast/images/exif-orientation-css.html: Added. * fast/images/resources/exif-orientation-1-ul.jpg: Added. * fast/images/resources/exif-orientation-2-ur.jpg: Added. * fast/images/resources/exif-orientation-3-lr.jpg: Added. * fast/images/resources/exif-orientation-4-lol.jpg: Added. * fast/images/resources/exif-orientation-5-lu.jpg: Added. * fast/images/resources/exif-orientation-6-ru.jpg: Added. * fast/images/resources/exif-orientation-7-rl.jpg: Added. * fast/images/resources/exif-orientation-8-llo.jpg: Added. * fast/images/resources/exif-orientation-9-u.jpg: Added. * platform/mac/fast/images/exif-orientation-expected.png: Added. * platform/mac/fast/images/exif-orientation-expected.txt: Added. * platform/mac/fast/images/exif-orientation-css-expected.png: Added. * platform/mac/fast/images/exif-orientation-css-expected.txt: Added. 2012-04-06 Joshua Bell IndexedDB: Race condition in layout test logging from window and worker https://bugs.webkit.org/show_bug.cgi?id=83378 The sequencing of logging directly from window vs. logging via posted events from a worker is racy, making this test flake when run under Chromium. Removed the sensitive logging on the window side; the test logic is unaffected as the blocked/success event sequence would not be present if the window handler was not run. Reviewed by Tony Chang. * storage/indexeddb/dont-commit-on-blocked-expected.txt: * storage/indexeddb/dont-commit-on-blocked.html: 2012-04-06 Florin Malita [chromium] Rebaseline svg/clip-path/deep-nested-clip-in-mask* expectations https://bugs.webkit.org/show_bug.cgi?id=83368 Unreviewed Chromium expectations rebaseline. * platform/chromium-mac-leopard/svg/clip-path/clip-path-pixelation-expected.png: * platform/chromium-mac-leopard/svg/clip-path/deep-nested-clip-in-mask-expected.png: * platform/chromium-mac-leopard/svg/clip-path/deep-nested-clip-in-mask-panning-expected.png: * platform/chromium-mac-snowleopard/svg/clip-path/clip-in-mask-expected.png: Removed. * platform/chromium-mac-snowleopard/svg/clip-path/clip-path-pixelation-expected.png: Added. * platform/chromium-mac-snowleopard/svg/clip-path/deep-nested-clip-in-mask-expected.png: * platform/chromium-mac-snowleopard/svg/clip-path/deep-nested-clip-in-mask-panning-expected.png: * platform/chromium-mac-snowleopard/svg/clip-path/nested-clip-in-mask-image-based-clipping-expected.png: Removed. * platform/chromium-mac-snowleopard/svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping-expected.png: Removed. * platform/chromium-mac-snowleopard/svg/clip-path/nested-clip-in-mask-path-based-clipping-expected.png: Removed. * platform/chromium-mac/svg/clip-path/clip-in-mask-expected.png: Added. * platform/chromium-mac/svg/clip-path/clip-path-pixelation-expected.png: * platform/chromium-mac/svg/clip-path/deep-nested-clip-in-mask-expected.png: Added. * platform/chromium-mac/svg/clip-path/deep-nested-clip-in-mask-panning-expected.png: Added. * platform/chromium-mac/svg/clip-path/nested-clip-in-mask-image-based-clipping-expected.png: Added. * platform/chromium-mac/svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping-expected.png: Added. * platform/chromium-mac/svg/clip-path/nested-clip-in-mask-path-based-clipping-expected.png: Added. * platform/chromium-win/svg/clip-path/clip-in-mask-expected.png: Added. * platform/chromium-win/svg/clip-path/deep-nested-clip-in-mask-expected.png: Added. * platform/chromium-win/svg/clip-path/deep-nested-clip-in-mask-expected.txt: Renamed from LayoutTests/platform/chromium-linux/svg/clip-path/deep-nested-clip-in-mask-expected.txt. * platform/chromium-win/svg/clip-path/deep-nested-clip-in-mask-panning-expected.png: Added. * platform/chromium-win/svg/clip-path/deep-nested-clip-in-mask-panning-expected.txt: Renamed from LayoutTests/platform/chromium-linux/svg/clip-path/deep-nested-clip-in-mask-panning-expected.txt. * platform/chromium-win/svg/clip-path/nested-clip-in-mask-image-based-clipping-expected.png: Added. * platform/chromium-win/svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping-expected.png: Added. * platform/chromium-win/svg/clip-path/nested-clip-in-mask-path-based-clipping-expected.png: Added. * platform/chromium/test_expectations.txt: * platform/mac/svg/clip-path/clip-in-mask-expected.txt: Removed. * platform/mac/svg/clip-path/nested-clip-in-mask-image-based-clipping-expected.txt: Removed. * platform/mac/svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping-expected.txt: Removed. * platform/mac/svg/clip-path/nested-clip-in-mask-path-based-clipping-expected.txt: Removed. * platform/qt/svg/clip-path/clip-in-mask-expected.txt: Removed. * platform/qt/svg/clip-path/nested-clip-in-mask-image-based-clipping-expected.txt: Removed. * platform/qt/svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping-expected.txt: Removed. * platform/qt/svg/clip-path/nested-clip-in-mask-path-based-clipping-expected.txt: Removed. * svg/clip-path/clip-in-mask-expected.txt: Renamed from LayoutTests/platform/gtk/svg/clip-path/clip-in-mask-expected.txt. * svg/clip-path/nested-clip-in-mask-image-based-clipping-expected.txt: Renamed from LayoutTests/platform/gtk/svg/clip-path/nested-clip-in-mask-image-based-clipping-expected.txt. * svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping-expected.txt: Renamed from LayoutTests/platform/gtk/svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping-expected.txt. * svg/clip-path/nested-clip-in-mask-path-based-clipping-expected.txt: Renamed from LayoutTests/platform/gtk/svg/clip-path/nested-clip-in-mask-path-based-clipping-expected.txt. 2012-04-06 Stephen Chenney Font-related tests are flaky on Chromium (sometimes glyphs don't draw) https://bugs.webkit.org/show_bug.cgi?id=66908 Unreviewed chromium test expectations update. * platform/chromium-mac-snowleopard/svg/custom/svg-fonts-fallback-expected.png: Removed. * platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/tests/2d.text.draw.fontface.notinpage-expected.txt: * platform/chromium-mac/svg/custom/svg-fonts-fallback-expected.png: Added. * platform/chromium/test_expectations.txt: 2012-04-06 Sheriff Bot Unreviewed, rolling out r113267. http://trac.webkit.org/changeset/113267 https://bugs.webkit.org/show_bug.cgi?id=83384 causes dhtml perf regression (Requested by simonjam on #webkit). * fast/events/domnodeinserted-entire-fragment-expected.txt: Removed. * fast/events/domnodeinserted-entire-fragment.html: Removed. 2012-04-06 Stephen Chenney 6 layout tests known to fail on Mac10.6 with CPU-Skia graphics https://bugs.webkit.org/show_bug.cgi?id=68436 Unreviewed Chromium test expectations update. One of the files marked in this bug is a minor rebaselining. Done. * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/paths-data-12-t-expected.png: Removed. * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt: Removed. * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/paths-data-12-t-expected.png: Removed. * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt: Removed. * platform/chromium/test_expectations.txt: 2012-04-06 Philip Rogers Rebaseline after Skia 2527 landed https://bugs.webkit.org/show_bug.cgi?id=83375 Unreviewed update of Chromium test expectations. * platform/chromium-linux/svg/as-background-image/svg-as-background-5-expected.png: * platform/chromium-linux/svg/filters/subRegion-one-effect-expected.png: * platform/chromium-linux/svg/filters/subRegion-two-effects-expected.png: * platform/chromium-mac-leopard/svg/as-background-image/svg-as-background-5-expected.png: * platform/chromium-mac-snowleopard/svg/as-background-image/svg-as-background-5-expected.png: * platform/chromium-mac/svg/as-background-image/svg-as-background-5-expected.png: Added. * platform/chromium-mac/svg/filters/subRegion-one-effect-expected.png: * platform/chromium-mac/svg/filters/subRegion-two-effects-expected.png: * platform/chromium-win/svg/as-background-image/svg-as-background-5-expected.png: * platform/chromium-win/svg/filters/subRegion-one-effect-expected.png: * platform/chromium-win/svg/filters/subRegion-two-effects-expected.png: * platform/chromium/test_expectations.txt: 2012-04-06 Philip Rogers Rebaseline after r109097 https://bugs.webkit.org/show_bug.cgi?id=79568 Unreviewed update of test expectations. * platform/chromium-linux/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png: * platform/chromium-linux/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Removed. * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png: * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png: * platform/chromium-mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png: Added. * platform/chromium-win/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: * platform/chromium/test_expectations.txt: 2012-04-06 Philip Rogers Rebaseline tests for wk62974 https://bugs.webkit.org/show_bug.cgi?id=62974 Unreviewed test expectations update for Chromium. * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png: * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png: * platform/chromium-linux/svg/text/text-altglyph-01-b-expected.png: * platform/chromium-linux/svg/text/text-text-04-t-expected.png: * platform/chromium-linux/svg/text/text-text-06-t-expected.png: * platform/chromium-linux/svg/wicd/test-rightsizing-b-expected.png: * platform/chromium-mac-leopard/svg/text/text-altglyph-01-b-expected.png: Added. * platform/chromium-mac-leopard/svg/text/text-text-04-t-expected.png: Added. * platform/chromium-mac-leopard/svg/text/text-text-06-t-expected.png: Added. * platform/chromium-mac-leopard/svg/wicd/test-rightsizing-b-expected.png: Added. * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/wicd/test-rightsizing-b-expected.png: Added. * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png: Added. * platform/chromium-mac/svg/text/text-altglyph-01-b-expected.png: Added. * platform/chromium-mac/svg/text/text-text-04-t-expected.png: Added. * platform/chromium-mac/svg/text/text-text-06-t-expected.png: Added. * platform/chromium-mac/svg/wicd/test-rightsizing-b-expected.png: Added. * platform/chromium-win-vista/svg/wicd: Removed. * platform/chromium-win-vista/svg/wicd/test-rightsizing-b-expected.png: Removed. * platform/chromium-win-xp/svg/wicd: Added. * platform/chromium-win-xp/svg/wicd/test-rightsizing-b-expected.png: Added. * platform/chromium-win/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt: * platform/chromium-win/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png: * platform/chromium-win/svg/text/text-altglyph-01-b-expected.png: * platform/chromium-win/svg/text/text-text-04-t-expected.png: * platform/chromium-win/svg/text/text-text-06-t-expected.png: * platform/chromium-win/svg/wicd/test-rightsizing-b-expected.png: * platform/chromium-win/svg/wicd/test-rightsizing-b-expected.txt: * platform/chromium/test_expectations.txt: 2012-04-06 Stephen Chenney [Chromium] Layout Test svg/custom/oversized-pattern-scale.svg and svg/custom/transformed-pattern-clamp-svg-root.svg are flaky https://bugs.webkit.org/show_bug.cgi?id=68982 Unreviewed Chromium expectations update. These tests now passing without issue. * platform/chromium-linux/svg/custom/oversized-pattern-scale-expected.png: Removed. * platform/chromium-mac/svg/custom/oversized-pattern-scale-expected.png: Added. * platform/chromium-mac/svg/custom/transformed-pattern-clamp-svg-root-expected.png: * platform/chromium-win/svg/custom/oversized-pattern-scale-expected.png: * platform/chromium-win/svg/custom/transformed-pattern-clamp-svg-root-expected.png: * platform/chromium/svg/custom/oversized-pattern-scale-expected.png: Removed. * platform/chromium/test_expectations.txt: 2012-04-06 Martin Robinson Unskip some tests that appear to be passing on GTK+ and add a new baseline to deal with whitespace issues. * platform/gtk/Skipped: Unskip some tests passing locally. * platform/gtk/plugins/document-open-expected.txt: Added. 2012-04-06 Stephen Chenney Zooming in SVGs in is flakey https://bugs.webkit.org/show_bug.cgi?id=71673 Unreviewed Chromium test expectations update. * platform/chromium-linux-x86/svg/zoom/page: Removed. * platform/chromium-linux-x86/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Removed. * platform/chromium-linux-x86/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Removed. * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: * platform/chromium-mac-leopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Added. * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Removed. * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Added. * platform/chromium-win-xp/svg/zoom/page: Removed. * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: * platform/chromium/test_expectations.txt: 2012-04-06 Martin Robinson [GTK] crash in editing/selection/editable-html-element.html https://bugs.webkit.org/show_bug.cgi?id=64530 Unskip and rebaseline a test. * platform/gtk/Skipped: Unskip this test, because it's passing locally. * platform/gtk/editing/selection/editable-html-element-expected.txt: 2012-04-06 Martin Robinson REGRESSION(r65062): out of bound access in TextIterator (5 editing tests) on GTK https://bugs.webkit.org/show_bug.cgi?id=63611 Unskip tests that are now passing and rebaseline ones which have changed results. * platform/gtk/Skipped: * platform/gtk/editing/deleting/smart-delete-003-expected.txt: * platform/gtk/editing/deleting/smart-delete-004-expected.txt: * platform/gtk/editing/pasteboard/paste-text-008-expected.txt: 2012-04-06 Stephen Chenney Layout Test svg/text/non-bmp-positioning-lists.svg is failing https://bugs.webkit.org/show_bug.cgi?id=73494 Unreviewed Chromium test expectations. The font is not right, but that's not what the test is testing. * platform/chromium-linux/svg/text/non-bmp-positioning-lists-expected.png: Added. * platform/chromium-linux/svg/text/non-bmp-positioning-lists-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/text/non-bmp-positioning-lists-expected.png: Added. * platform/chromium-mac-snowleopard/svg/text/non-bmp-positioning-lists-expected.txt: Added. * platform/chromium-mac/svg/text/non-bmp-positioning-lists-expected.png: Added. * platform/chromium-win/svg/text/non-bmp-positioning-lists-expected.png: Added. * platform/chromium-win/svg/text/non-bmp-positioning-lists-expected.txt: Added. * platform/chromium/test_expectations.txt: 2012-04-06 Stephen Chenney SVG filters incorrectly move elements https://bugs.webkit.org/show_bug.cgi?id=73643 Unreviewed Chromium test expectations update. * platform/chromium-linux/svg/as-background-image/svg-as-background-2-expected.png: Removed. * platform/chromium-linux/svg/filters/filter-placement-issue-expected.png: Removed. * platform/chromium-linux/svg/filters/filterRes2-expected.png: Removed. * platform/chromium-mac/svg/filters/filter-placement-issue-expected.png: Added. * platform/chromium-mac/svg/filters/filterRes2-expected.png: Modified property svn:mime-type. * platform/chromium-win/svg/as-background-image/svg-as-background-2-expected.png: * platform/chromium-win/svg/filters/filter-placement-issue-expected.png: Added. * platform/chromium-win/svg/filters/filterRes2-expected.png: * platform/chromium/test_expectations.txt: * platform/efl/svg/as-background-image/svg-as-background-2-expected.txt: Removed. * svg/as-background-image/svg-as-background-2-expected.txt: Added. 2012-04-05 Simon Fraser Should disable preserves3D() for things that enforce flattening, like overflow and filters https://bugs.webkit.org/show_bug.cgi?id=83337 Reviewed by Dean Jackson. Test for computed style and layer structure combining transform-style with overflow. * compositing/overflow-trumps-transform-style-expected.txt: Added. * compositing/overflow-trumps-transform-style.html: Added. 2012-04-06 Stephen Chenney [chromium] Rounding issue on some RenderSVGPath values https://bugs.webkit.org/show_bug.cgi?id=75367 Unreviewed Chromium expectations update. These tests have been stable for a long time, and consistent across all platforms. Whatever was causing previous flakiness is apparently no longer happening. * platform/chromium/svg/css/composite-shadow-example-expected.txt: * platform/chromium/svg/css/composite-shadow-with-opacity-expected.txt: * platform/chromium/test_expectations.txt: 2012-04-06 Stephen Chenney [Chromium] svg/text/text-style-recalc-crash.html times out https://bugs.webkit.org/show_bug.cgi?id=75696 Unreviewed Chromium test_expectations cleanup. The test referenced by this bug has not failed in the current history of the flakiness board. * platform/chromium/test_expectations.txt: 2012-04-06 Stephen Chenney RenderSVGRoot should inherit from RenderReplaced https://bugs.webkit.org/show_bug.cgi?id=76446 Unreviewed Chromium expectations update. Second attempt, after the rebaseline tool put expectations in chromium-linux-x86 instead of chormium-linux. * platform/chromium-linux-x86/svg/custom/mouse-move-on-svg-container-expected.png: Removed. * platform/chromium-linux-x86/svg/custom/mouse-move-on-svg-container-standalone-expected.png: Removed. * platform/chromium-linux-x86/svg/custom/mouse-move-on-svg-root-expected.png: Removed. * platform/chromium-linux-x86/svg/custom/mouse-move-on-svg-root-standalone-expected.png: Removed. * platform/chromium-linux/svg/custom/mouse-move-on-svg-container-expected.png: * platform/chromium-linux/svg/custom/mouse-move-on-svg-container-standalone-expected.png: * platform/chromium-linux/svg/custom/mouse-move-on-svg-root-expected.png: * platform/chromium-linux/svg/custom/mouse-move-on-svg-root-standalone-expected.png: 2012-04-06 Adam Klein Remove bogus assert from ChildListMutationScope https://bugs.webkit.org/show_bug.cgi?id=83336 Reviewed by Ryosuke Niwa. Added a test that would trigger the assert. * fast/mutation/observe-childList-expected.txt: * fast/mutation/observe-childList.html: 2012-04-06 Zan Dobersek [Gtk] Unskip the video track tests https://bugs.webkit.org/show_bug.cgi?id=82590 Reviewed by Martin Robinson. Unskip passing video track tests and update expectations where necessary. * platform/gtk/Skipped: * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt: 2012-04-06 Stephen Chenney RenderSVGRoot should inherit from RenderReplaced https://bugs.webkit.org/show_bug.cgi?id=76446 Unreviewed Chromium test expectations update. * platform/chromium-linux-x86/svg/custom/mouse-move-on-svg-container-expected.png: Added. * platform/chromium-linux-x86/svg/custom/mouse-move-on-svg-container-standalone-expected.png: Added. * platform/chromium-linux-x86/svg/custom/mouse-move-on-svg-root-expected.png: Added. * platform/chromium-linux-x86/svg/custom/mouse-move-on-svg-root-expected.txt: Added. * platform/chromium-linux-x86/svg/custom/mouse-move-on-svg-root-standalone-expected.png: Added. * platform/chromium-win-vista/svg/custom/mouse-move-on-svg-root-expected.png: Added. * platform/chromium-win-vista/svg/custom/mouse-move-on-svg-root-expected.txt: Added. * platform/chromium-win-xp/svg/custom/mouse-move-on-svg-root-expected.png: Added. * platform/chromium-win/svg/custom/mouse-move-on-svg-container-expected.png: * platform/chromium-win/svg/custom/mouse-move-on-svg-container-expected.txt: * platform/chromium-win/svg/custom/mouse-move-on-svg-container-standalone-expected.png: * platform/chromium-win/svg/custom/mouse-move-on-svg-container-standalone-expected.txt: * platform/chromium-win/svg/custom/mouse-move-on-svg-root-expected.png: * platform/chromium-win/svg/custom/mouse-move-on-svg-root-expected.txt: * platform/chromium-win/svg/custom/mouse-move-on-svg-root-standalone-expected.png: * platform/chromium-win/svg/custom/mouse-move-on-svg-root-standalone-expected.txt: * platform/chromium-win/svg/custom/pointer-events-text-css-transform-expected.txt: * platform/chromium/test_expectations.txt: 2012-04-06 Stephen Chenney Differentiate between SVG/CSS width/height attributes/properties https://bugs.webkit.org/show_bug.cgi?id=76447 Unreviewed Chromium expectations update. * platform/chromium-linux-x86/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.txt: Added. * platform/chromium-linux-x86/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Added. * platform/chromium-linux-x86/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.txt: Added. * platform/chromium-linux-x86/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.txt: Added. * platform/chromium-win-vista/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.txt: Added. * platform/chromium-win-vista/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Added. * platform/chromium-win-vista/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.txt: Added. * platform/chromium-win-vista/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.txt: Added. * platform/chromium-win-xp/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.txt: Added. * platform/chromium-win-xp/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Added. * platform/chromium-win-xp/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.txt: Added. * platform/chromium-win-xp/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.txt: Added. * platform/chromium-win/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.png: * platform/chromium-win/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.txt: * 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-absolute-expected.txt: * platform/chromium-win/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.png: * platform/chromium-win/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.txt: * platform/chromium-win/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.png: * platform/chromium-win/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.txt: * platform/chromium/test_expectations.txt: 2012-04-06 János Badics [Qt] Unskipped some tests that now pass. Reviewed by Csaba Osztrogonác. * platform/qt/Skipped: 2012-04-06 Andrey Kosyakov [Chromium] Web Inspector: getEventListeners(window) crashes on NTP https://bugs.webkit.org/show_bug.cgi?id=83353 Reviewed by Pavel Feldman. * inspector/console/command-line-api-getEventListeners-expected.txt: * inspector/console/command-line-api-getEventListeners.html: 2012-04-06 Csaba Osztrogonác [Qt][Mac] Skip new failing tests to paing the bot green. * platform/qt-mac/Skipped: 2012-04-06 Csaba Osztrogonác [Qt] Unreviewed gardening. * platform/qt-5.0/svg/as-image/img-preserveAspectRatio-support-1-expected.png: Added. * platform/qt-5.0/svg/as-image/img-preserveAspectRatio-support-1-expected.txt: Added. * platform/qt-arm/Skipped: Skip new failing tests. 2012-04-06 Kent Tamura Initial LocalizedDateICU.cpp implementation https://bugs.webkit.org/show_bug.cgi?id=60868 Reviewed by Hajime Morita. * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-expected.png: * platform/chromium-mac-snowleopard/fast/forms/date/date-appearance-expected.txt: * platform/chromium/fast/forms/date/date-input-visible-strings-expected.txt: Added. 2012-04-06 Csaba Osztrogonác [Qt] Unreviewed gardening, update platform specific expected results. * platform/qt/svg/as-image/img-preserveAspectRatio-support-1-expected.txt: * platform/qt/svg/as-image/img-preserveAspectRatio-support-2-expected.txt: * platform/qt/svg/as-object/object-box-sizing-no-width-height-expected.txt: * platform/qt/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt: * platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.txt: 2012-04-06 Csaba Osztrogonác [Qt] Unreviewed gardening. * platform/qt/Skipped: Unskip tests after r113323. 2012-04-06 János Badics [Qt] Unreviewed gardening after r113378. ENABLE(MUTATION_OBSERVERS) is disabled so fast/mutation/clear-transient-without-delivery.html and fast/mutation/transient-gc-crash.html have been skipped. Reviewed by Zoltan Herczeg. * platform/qt/Skipped: 2012-04-05 Martin Robinson Rebaseline a couple tests for GTK+. * platform/gtk/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.txt: * platform/gtk/fast/frames/flattening/iframe-flattening-nested-expected.txt: 2012-04-05 Raphael Kubo da Costa [EFL] Gardening; update expctations in fast/css-generated-content. Mostly adapt to the size changes after the jhbuild and font commits. * platform/efl/fast/css-generated-content/003-expected.txt: * platform/efl/fast/css-generated-content/009-expected.png: * platform/efl/fast/css-generated-content/009-expected.txt: * platform/efl/fast/css-generated-content/013-expected.png: * platform/efl/fast/css-generated-content/013-expected.txt: * platform/efl/fast/css-generated-content/014-expected.png: * platform/efl/fast/css-generated-content/014-expected.txt: * platform/efl/fast/css-generated-content/after-duplicated-after-split-expected.png: * platform/efl/fast/css-generated-content/after-duplicated-after-split-expected.txt: * platform/efl/fast/css-generated-content/inline-display-types-expected.png: * platform/efl/fast/css-generated-content/inline-display-types-expected.txt: 2012-04-05 Raphael Kubo da Costa [EFL] Gardening after r110072. * platform/efl/fast/clip/008-expected.png: * platform/efl/fast/clip/008-expected.txt: * platform/efl/fast/clip/011-expected.png: * platform/efl/fast/clip/011-expected.txt: * platform/efl/fast/clip/012-expected.png: * platform/efl/fast/clip/012-expected.txt: 2012-04-05 Raphael Kubo da Costa [EFL] Gardening after r112112. * platform/efl/css2.1/20110323/c543-txt-decor-000-expected.txt: Added. 2012-04-05 Raphael Kubo da Costa [EFL] Gardening. Update baselines and expectations in fast/backgrounds, fast/block, fast/box-shadow and fast/box-sizing. * platform/efl/fast/backgrounds/001-expected.png: * platform/efl/fast/backgrounds/001-expected.txt: * platform/efl/fast/backgrounds/animated-svg-as-mask-expected.png: * platform/efl/fast/backgrounds/animated-svg-as-mask-expected.txt: * platform/efl/fast/backgrounds/background-clip-text-expected.png: * platform/efl/fast/backgrounds/background-clip-text-expected.txt: * platform/efl/fast/backgrounds/background-inherit-color-bug-expected.png: * platform/efl/fast/backgrounds/background-inherit-color-bug-expected.txt: * platform/efl/fast/backgrounds/background-leakage-expected.png: * platform/efl/fast/backgrounds/background-leakage-expected.txt: * platform/efl/fast/backgrounds/background-leakage-transforms-expected.png: * platform/efl/fast/backgrounds/background-leakage-transforms-expected.txt: * platform/efl/fast/backgrounds/background-origin-root-element-expected.png: * platform/efl/fast/backgrounds/background-origin-root-element-expected.txt: * platform/efl/fast/backgrounds/background-position-parsing-expected.png: * platform/efl/fast/backgrounds/background-position-parsing-expected.txt: * platform/efl/fast/backgrounds/body-generated-image-propagated-to-root-expected.png: * platform/efl/fast/backgrounds/body-generated-image-propagated-to-root-expected.txt: * platform/efl/fast/backgrounds/opacity-on-document-element-expected.png: * platform/efl/fast/backgrounds/opacity-on-document-element-expected.txt: * platform/efl/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.png: * platform/efl/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.txt: * platform/efl/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png: * platform/efl/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.txt: * platform/efl/fast/backgrounds/repeat/negative-offset-repeat-expected.png: * platform/efl/fast/backgrounds/repeat/negative-offset-repeat-expected.txt: * platform/efl/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png: * platform/efl/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.txt: * platform/efl/fast/backgrounds/size/backgroundSize15-expected.png: * platform/efl/fast/backgrounds/size/backgroundSize15-expected.txt: * platform/efl/fast/backgrounds/size/backgroundSize16-expected.png: * platform/efl/fast/backgrounds/size/backgroundSize16-expected.txt: * platform/efl/fast/backgrounds/size/backgroundSize17-expected.png: * platform/efl/fast/backgrounds/size/backgroundSize18-expected.png: * platform/efl/fast/backgrounds/size/backgroundSize19-expected.png: * platform/efl/fast/backgrounds/size/backgroundSize20-expected.png: * platform/efl/fast/backgrounds/size/backgroundSize21-expected.png: * platform/efl/fast/backgrounds/size/backgroundSize22-expected.png: * platform/efl/fast/backgrounds/size/zero-expected.png: * platform/efl/fast/backgrounds/size/zero-expected.txt: * platform/efl/fast/backgrounds/solid-color-context-restore-expected.png: * platform/efl/fast/backgrounds/solid-color-context-restore-expected.txt: * platform/efl/fast/backgrounds/svg-as-mask-expected.png: Added. * platform/efl/fast/backgrounds/svg-as-mask-expected.txt: Copied from LayoutTests/platform/efl/fast/backgrounds/animated-svg-as-mask-expected.txt. * platform/efl/fast/block/float/015-expected.png: * platform/efl/fast/block/float/015-expected.txt: * platform/efl/fast/box-shadow/basic-shadows-expected.png: * platform/efl/fast/box-shadow/basic-shadows-expected.txt: * platform/efl/fast/box-shadow/box-shadow-clipped-slices-expected.png: * platform/efl/fast/box-shadow/box-shadow-transformed-expected.png: * platform/efl/fast/box-shadow/inset-box-shadows-expected.png: * platform/efl/fast/box-shadow/inset-expected.png: * platform/efl/fast/box-shadow/no-blur-multiple-offsets-expected.png: * platform/efl/fast/box-shadow/transform-fringing-expected.png: * platform/efl/fast/box-sizing/box-sizing-expected.png: * platform/efl/fast/box-sizing/box-sizing-expected.txt: 2012-04-05 Hironori Bono [Chromium] moving a cursor on a misspelled word should not remove a misspelled underline https://bugs.webkit.org/show_bug.cgi?id=83214 Reviewed by Ryosuke Niwa. When Chrome enables asynchronous spellchecking, it adds Spelling markers in the background. For this case, moving a cursor should not remove these markers because it requires Chrome to spellcheck text again. This change prevents removing Spelling markers added by spellcheckers asynchronously. * platform/chromium/editing/spelling/move-cursor-to-misspelled-word-expected.txt: Added. * platform/chromium/editing/spelling/move-cursor-to-misspelled-word.html: Added. 2012-04-05 Martin Robinson Unskip a test that should now be passing after r113004 * platform/gtk/Skipped: Unskip a test that should now be passing. 2012-04-05 Martin Robinson Unskip some tests on GTK+ that should now be passing. * platform/gtk/Skipped: 2012-04-05 Hans Muller CSS Exclusions polygon shape arguments should be comma separated https://bugs.webkit.org/show_bug.cgi?id=82368 Reviewed by Ryosuke Niwa. Updated the tests to match the polygon syntax defined by the draft exclusions spec - http://dev.w3.org/csswg/css3-exclusions. * fast/exclusions/parsing-wrap-shape-inside-expected.txt: * fast/exclusions/parsing-wrap-shape-outside-expected.txt: * fast/exclusions/script-tests/parsing-wrap-shape-inside.js: * fast/exclusions/script-tests/parsing-wrap-shape-outside.js: 2012-04-05 Ami Fischman http/tests/media/media-can-load-when-hidden.html doesn't need to be an HTTP test, and is racy https://bugs.webkit.org/show_bug.cgi?id=83296 Reviewed by Eric Carlson. * media/media-can-load-when-hidden-expected.txt: Renamed from LayoutTests/http/tests/media/media-can-load-when-hidden-expected.txt. * media/media-can-load-when-hidden.html: Renamed from LayoutTests/http/tests/media/media-can-load-when-hidden.html. * platform/chromium/test_expectations.txt: * platform/efl/Skipped: 2012-04-05 Joshua Bell IndexedDB: Support string.length in keyPaths https://bugs.webkit.org/show_bug.cgi?id=83221 Reviewed by Kentaro Hara. * storage/indexeddb/keypath-intrinsic-properties-expected.txt: Added. * storage/indexeddb/keypath-intrinsic-properties.html: Added. * storage/indexeddb/resources/keypath-intrinsic-properties.js: Added. (test.request.onsuccess): (test): (openSuccess.request.onsuccess): (openSuccess): (testKeyPaths.checkStringLengths.request.onsuccess): (testKeyPaths.checkStringLengths): (testKeyPaths.checkArrayLengths.request.onsuccess): (testKeyPaths.checkArrayLengths): (testKeyPaths): 2012-04-05 Tony Chang [chromium] Unreviewed gardening. Remove some tests that are passing consistently. * platform/chromium/test_expectations.txt: 2012-04-05 Tony Chang [chromium] Unreviewed gardening. fast/js/cross-global-object-inline-global-var.html is flakey on win debug and fast/forms/select-style.html is consistently passing. * platform/chromium/test_expectations.txt: 2012-04-05 Martin Robinson [GTK] Scrolling some iframes that are partially out of the viewport leads to repaint errors https://bugs.webkit.org/show_bug.cgi?id=83309 Reviewed by Gustavo Noronha Silva. Added a pixel test for this issue. * platform/gtk/fast/frames/resources/scrolling-iframe-out-of-viewport-interior.html: Added. * platform/gtk/fast/frames/scrolling-iframe-out-of-viewport-expected.png: Added. * platform/gtk/fast/frames/scrolling-iframe-out-of-viewport-expected.txt: Added. * platform/gtk/fast/frames/scrolling-iframe-out-of-viewport.html: Added. 2012-04-05 Sheriff Bot Unreviewed, rolling out r113299. http://trac.webkit.org/changeset/113299 https://bugs.webkit.org/show_bug.cgi?id=83297 The patch broke 11 tests on Lion. (Requested by jonlee on #webkit). * platform/mac-lion/Skipped: * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png: * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png: * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt: * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.png: * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.txt: * platform/mac/svg/custom/viewbox-syntax-expected.png: * platform/mac/svg/custom/viewbox-syntax-expected.txt: * platform/mac/svg/zoom/page/zoom-coords-viewattr-01-b-expected.png: * platform/mac/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: * platform/mac/svg/zoom/text/zoom-coords-viewattr-01-b-expected.png: * platform/mac/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt: 2012-04-05 Tony Chang [chromium] Unreviewed, fast/js/keywords-and-reserved_words.html is passing again after r113352. * platform/chromium/test_expectations.txt: 2012-04-05 Dean Jackson [mac] requestAnimationFrame sometimes stuck when page loads in a background tab https://bugs.webkit.org/show_bug.cgi?id=76105 Add fast/animation/request-animation-frame-during-modal.html to the skipped list. This patch will ensure that non-visible windows do not get a requestAnimationFrame callback, so the test will timeout. See https://bugs.webkit.org/show_bug.cgi?id=83239 to re-enable. Reviewed by Simon Fraser. * platform/mac/Skipped: 2012-04-05 Tony Chang [chromium] Unreviewed, moving linux result from 32-bit directory to 64 and 32 bit directory. * platform/chromium-linux/svg/clip-path/clip-path-tspan-and-stroke-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/svg/clip-path/clip-path-tspan-and-stroke-expected.png. 2012-04-05 Adam Klein Crash in MutationObservers due to an invalid HashSet iterator https://bugs.webkit.org/show_bug.cgi?id=83304 Reviewed by Ojan Vafai. * fast/mutation/clear-transient-without-delivery-expected.txt: Added. * fast/mutation/clear-transient-without-delivery.html: Added. * fast/mutation/transient-gc-crash-expected.txt: Added. * fast/mutation/transient-gc-crash.html: Added. 2012-04-05 Tony Chang [chromium] Unreviewed, update expectation for media/nodesFromRect-shadowContent.html since it moved in r113371. * platform/chromium/test_expectations.txt: 2012-04-05 Rafael Weinstein Added takeRecords to WebKitMutationObserver properties list, to fix mac. * platform/mac/fast/dom/Window/window-properties-expected.txt: 2012-04-05 Tony Chang Unreviewed, fix lint errors in GTK+ test_expectations.txt file. * platform/gtk/test_expectations.txt: http/tests/security/cross-origin-xsl-redirect-BLOCKED.html had 2 entries and css3/flexbox/inline-flexbox.html doesn't exist anymore. 2012-04-05 Tony Chang [chromium] Unreviewed, update baselines for tests with 'let' after r113352. * platform/chromium/fast/js/reserved-words-as-property-expected.txt: * platform/chromium/fast/js/reserved-words-strict-expected.txt: 2012-04-05 Philip Rogers Rebaseline text results https://bugs.webkit.org/show_bug.cgi?id=74928 Unreviewed text expectations update. * platform/chromium-mac-leopard/svg/text/textPathBoundsBug-expected.png: Removed. * platform/chromium-mac-leopard/svg/text/textPathBoundsBug-expected.txt: Removed. * platform/chromium-mac-snowleopard/svg/text/textPathBoundsBug-expected.txt: Removed. * platform/chromium-win-xp/svg/zoom/page: Removed. * platform/chromium-win/fast/repaint/reflection-redraw-expected.png: * platform/chromium-win/printing/width-overflow-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/text-align-04-b-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/text-align-06-b-expected.png: * platform/chromium-win/svg/as-background-image/svg-as-background-4-expected.png: * platform/chromium-win/svg/as-image/animated-svg-as-image-expected.png: * platform/chromium-win/svg/as-image/animated-svg-as-image-same-image-expected.png: * platform/chromium-win/svg/carto.net/textbox-expected.png: * platform/chromium-win/svg/css/text-shadow-multiple-expected.png: * platform/chromium-win/svg/custom/js-late-clipPath-creation-expected.png: * platform/chromium-win/svg/text/scaling-font-with-geometric-precision-expected.png: * platform/chromium-win/svg/text/text-align-05-b-expected.png: * platform/chromium-win/svg/text/textPathBoundsBug-expected.png: * platform/chromium/test_expectations.txt: * platform/efl/svg/as-background-image/svg-as-background-4-expected.txt: Removed. * svg/as-background-image/svg-as-background-4-expected.txt: Added. 2012-04-05 Stephen Chenney [Chromium] Layout test failure svg/clip-path/clip-path-tspan-and-stroke.xhtml https://bugs.webkit.org/show_bug.cgi?id=83308 Unreviewed Chromium test expectations update. Also removing some expectations that are no longer needed. * platform/chromium-linux-x86/svg/clip-path: Added. * platform/chromium-linux-x86/svg/clip-path/clip-path-tspan-and-stroke-expected.png: Added. * platform/chromium-win/svg/clip-path/clip-path-tspan-and-stroke-expected.png: Added. * platform/chromium-win/svg/clip-path/clip-path-tspan-and-stroke-expected.txt: Added. * platform/chromium/test_expectations.txt: 2012-04-05 Stephen Chenney [Chromium] Layout Test svg/as-object/nested-embedded-svg-size-changes.html times out https://bugs.webkit.org/show_bug.cgi?id=77183 Unreviewed Chromium test expectations update. Somehow this test slipped thorugh the crack of rebaselining. * platform/chromium-linux-x86/svg/as-object/nested-embedded-svg-size-changes-expected.png: Removed. * platform/chromium-linux/svg/as-object/nested-embedded-svg-size-changes-expected.png: * platform/chromium-mac-leopard/svg/as-object/nested-embedded-svg-size-changes-expected.png: * platform/chromium-mac-snowleopard/svg/as-object/nested-embedded-svg-size-changes-expected.png: Added. * platform/chromium-mac/svg/as-object/nested-embedded-svg-size-changes-expected.png: Modified property svn:mime-type. * platform/chromium-win-vista/svg/as-object/nested-embedded-svg-size-changes-expected.png: Removed. * platform/chromium-win-xp/svg/as-object/nested-embedded-svg-size-changes-expected.png: Removed. * platform/chromium-win/svg/as-object/nested-embedded-svg-size-changes-expected.png: * platform/chromium/test_expectations.txt: 2012-04-05 Stephen Chenney Switch svg/custom tests to repaint harness https://bugs.webkit.org/show_bug.cgi?id=78115 Unreviewed Chromium expectations update. Somehow this file was not correctly rebaselined when the original change was made. * platform/chromium-linux/svg/custom/repaint-on-constant-size-change-expected.png: Removed. * platform/chromium-win/svg/custom/repaint-on-constant-size-change-expected.png: Modified property svn:mime-type. * platform/chromium/test_expectations.txt: 2012-04-05 Tony Chang [chromium] Unreviewed, widen the suppression for http/tests/multipart/policy-ignore-crash.php-- it is flakey on win debug too. * platform/chromium/test_expectations.txt: 2012-04-05 Stephen Chenney [Chromium] LayoutTest failures/flaky for svg/as-background-image https://bugs.webkit.org/show_bug.cgi?id=83303 Unreviewed Chromium test expectations rationalization. Apparently the efl port results match Chromium. * platform/chromium-win-vista/svg/as-background-image: Removed. * platform/chromium-win-vista/svg/as-background-image/svg-as-background-1-expected.png: Removed. * platform/chromium-win-vista/svg/as-background-image/svg-as-background-3-expected.png: Removed. * platform/chromium-win/svg/as-background-image/svg-as-background-1-expected.png: * platform/chromium-win/svg/as-background-image/svg-as-background-3-expected.png: * platform/chromium/test_expectations.txt: * platform/efl/svg/as-background-image/svg-as-background-1-expected.txt: Removed. * platform/efl/svg/as-background-image/svg-as-background-3-expected.txt: Removed. * svg/as-background-image/svg-as-background-1-expected.txt: Added. * svg/as-background-image/svg-as-background-3-expected.txt: Added. 2012-04-05 Gavin Barraclough https://bugs.webkit.org/show_bug.cgi?id=77293 [Un]Reserve 'let' Rubber stamped by Oliver Hunt. Revert r106198. This does break the web - e.g. https://bvi.bnc.ca/index/bnc/indexen.html If we're going to reserve let, we're going to have to do so in a more circumspect fashion. * fast/js/keywords-and-reserved_words-expected.txt: * fast/js/reserved-words-as-property-expected.txt: * fast/js/reserved-words-strict-expected.txt: * fast/js/script-tests/keywords-and-reserved_words.js: * fast/js/script-tests/reserved-words-as-property.js: * fast/js/script-tests/reserved-words-strict.js: 2012-04-05 Erik Arvidsson HTMLSelectElement does not have a getter for namedItem. This fixes the invalid test https://bugs.webkit.org/show_bug.cgi?id=83289 Reviewed by Ryosuke Niwa. http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-select-element * fast/dom/HTMLSelectElement/named-options-expected.txt: * fast/dom/HTMLSelectElement/script-tests/named-options.js: * platform/chromium-mac/fast/dom/HTMLSelectElement/named-options-expected.txt: Removed. * platform/chromium-win/fast/dom/HTMLSelectElement/named-options-expected.txt: Removed. 2012-04-05 Dimitri Glazkov [Chromium] Fixed incorrect expectations for fonts/cursive.html. * platform/chromium/test_expectations.txt: Fixed. 2012-04-05 Zan Dobersek media/track/track-webvtt-tc004-magic-header.html flakily times out https://bugs.webkit.org/show_bug.cgi?id=72279 Remove the test from test expectations file as it should now pass. Reviewed by Eric Carlson. * platform/chromium/test_expectations.txt: 2012-04-05 Dimitri Glazkov Marked storage/indexeddb/basics-workers.html as flaky across all platforms in DEBUG * platform/chromium/test_expectations.txt: Marked. 2012-04-05 Tony Chang [chromium] Unreviewed gardening. fast/events/click-focus-anchor.html is flakey in debug fast/filesystem/file-writer-abort-continue.html is hitting an assert. * platform/chromium-mac-leopard/svg/css/getComputedStyle-basic-expected.txt: * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Removed. * platform/chromium/test_expectations.txt: 2012-03-14 Antonio Gomes Extend HitTestResult to support not "discarding" shadow content in favor of its DOM ancestor https://bugs.webkit.org/show_bug.cgi?id=80847 Reviewed by David Hyatt. Adds a test that rect-hittest's a element known to have a shadow tree (