2012-10-15 Jay Civelli Calling WebCore::SharedBuffer::append(data, 0) on a shared buffer when its current position is at a segment boundary (4096) ends up adding an unitialized segment (with uninitialized memory) to the SharedBuffer. https://bugs.webkit.org/show_bug.cgi?id=99000 Reviewed by Adam Barth. * mhtml/shared_buffer_bug-expected.txt: Added. * mhtml/shared_buffer_bug.mht: Added. 2012-10-15 Luke Macpherson Make CSS variable names case-insensitive. https://bugs.webkit.org/show_bug.cgi?id=98712 Reviewed by Tony Chang. Add test that variable names are match correctly when different case is used. * fast/css/variables/case-insensitive-expected.html: Added. * fast/css/variables/case-insensitive.html: Added. 2012-10-15 Vsevolod Vlasov Unreviewed inspector tests fix. * http/tests/inspector-enabled/dynamic-scripts-expected.txt: * http/tests/inspector-enabled/dynamic-scripts.html: * inspector/debugger/dynamic-scripts-expected.txt: * inspector/debugger/dynamic-scripts.html: 2012-10-15 Dana Jansens Layout Test plugins/update-widgets-crash.html is failing https://bugs.webkit.org/show_bug.cgi?id=99333 Unreviewed gardening. * platform/chromium/TestExpectations: 2012-10-15 Dominik Röttsches Unreviewed GTK gardening. * platform/gtk/TestExpectations: Silencing a style-checker warning. 2012-10-15 Vsevolod Vlasov Web Inspector: Scripts for dynamically added script elements are not shown in sources panel. https://bugs.webkit.org/show_bug.cgi?id=99324 Reviewed by Pavel Feldman. * http/tests/inspector-enabled/dynamic-scripts-expected.txt: Added. * http/tests/inspector-enabled/dynamic-scripts.html: Added. * http/tests/inspector-enabled/resources/dynamic-script.js: Added. (fooDynamicScript): * inspector/debugger/dynamic-scripts-expected.txt: Added. * inspector/debugger/dynamic-scripts.html: Added. * inspector/debugger/resources/dynamic-script.js: Added. (fooDynamicScript): 2012-10-15 Tullio Lucena [Qt] Unskip and rebase now passing tests. https://bugs.webkit.org/show_bug.cgi?id=98824 Reviewed by Csaba Osztrogonác. Updating tests results. * platform/qt/TestExpectations: * platform/qt/editing/selection/caret-rtl-2-expected.png: Added. * platform/qt/editing/selection/caret-rtl-2-expected.txt: * platform/qt/editing/selection/caret-rtl-expected.png: Added. * platform/qt/editing/selection/caret-rtl-expected.txt: * platform/qt/editing/selection/extend-selection-bidi-expected.png: Added. * platform/qt/editing/selection/extend-selection-bidi-expected.txt: Added. * platform/qt/editing/selection/move-past-trailing-space-expected.png: Added. * platform/qt/editing/selection/move-past-trailing-space-expected.txt: Added. 2012-10-15 Shinya Kawanaka [Chromium] Unreviewed gardening, TestExpectations updated. * platform/chromium/TestExpectations: 2012-10-14 Shinya Kawanaka [Chromium] Unreviewed gardening, TestExpectations updated. * platform/chromium/TestExpectations: 2012-10-14 Jon Lee Allow notification origin permission request when no js callback is provided https://bugs.webkit.org/show_bug.cgi?id=63615 Reviewed by Sam Weinig. * http/tests/notifications/legacy/request-expected.txt: * http/tests/notifications/legacy/request-no-callback-expected.txt: Added. * http/tests/notifications/legacy/request-no-callback.html: Calls webkitNotifications.requestPermission() with no callback, with default and denied permission. For WebKit2, if the permission is not default, it will short circuit instead of creating a pending request. * http/tests/notifications/legacy/request.html: The test mistakenly uses the standard API instead of the legacy API. The results don't change, but we make sure that we call webkitNotifications.requestPermission() with a callback to test full coverage of the legacy API. We also expand the test to cover both default and denied permissions. * http/tests/notifications/request-expected.txt: * http/tests/notifications/request.html: Expand test to cover both default and denied permissions. 2012-10-12 Adam Barth Unreviewed gardening. * platform/chromium-linux/fast/forms/form-associated-element-crash3-expected.txt: Removed. * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-3-expected.png: * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-expected.png: * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png: * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png: * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png: 2012-10-12 Adam Barth Fix lint error in TestExpectations. * platform/chromium/TestExpectations: 2012-10-12 Simon Fraser Fix GraphicsLayerCA visible rect computation in the face of perspective and preserve-3d https://bugs.webkit.org/show_bug.cgi?id=99212 Reviewed by Tim Horton. Layer tree tests that include visible rect information, to test visible rect computation for more complex layer trees. * compositing/visible-rect/3d-transform-style-expected.txt: Added. * compositing/visible-rect/3d-transform-style.html: Added. * compositing/visible-rect/3d-transformed-expected.txt: Added. * compositing/visible-rect/3d-transformed.html: Added. * compositing/visible-rect/nested-transform-expected.txt: Added. * compositing/visible-rect/nested-transform.html: Added. 2012-10-12 Simon Fraser Add some initial visible rect tests and tweak the visible wash layer https://bugs.webkit.org/show_bug.cgi?id=99095 Reviewed by Tim Horton. Add some tests of the GraphicsLayerCA visibleRect for simple cases. Skip these tests on platforms that don't log layer visible rects (all non-Mac). * compositing/visible-rect/2d-transformed-expected.txt: Added. * compositing/visible-rect/2d-transformed.html: Added. * compositing/visible-rect/clipped-by-viewport-expected.txt: Added. * compositing/visible-rect/clipped-by-viewport.html: Added. * compositing/visible-rect/clipped-visible-rect-expected.txt: Added. * compositing/visible-rect/clipped-visible-rect.html: Added. * platform/chromium-android/TestExpectations: * platform/chromium/TestExpectations: * platform/chromium/virtual/softwarecompositing/TestExpectations: Added. * platform/efl/TestExpectations: * platform/gtk/TestExpectations: * platform/qt/TestExpectations: * platform/win/TestExpectations: * platform/wincairo/TestExpectations: 2012-10-12 Roger Fong Unreviewed. Windows rebaseline afer r130411. * platform/win/editing/pasteboard/paste-text-008-expected.txt: 2012-10-12 Roger Fong Unreviewed. Test passes, unskip, update results. * platform/win/TestExpectations: * platform/win/fast/text/international/float-as-only-child-of-isolate-crash-expected.txt: 2012-10-12 Jeffrey Pfau Unreviewed. Checking in fast/js/random-array-gc-stress.html as timing out. * platform/mac/TestExpectations: 2012-10-12 Tony Chang Unreviewed, chromium-mac-snowleopard rebaseline for a slider. The thumb moved a small amount (maybe during shadow dom refactor?). This matches the Apple Lion result. * platform/chromium-mac-snowleopard/fast/forms/range/input-appearance-range-expected.png: * platform/chromium/TestExpectations: 2012-10-12 Tony Chang Unreviewed, remove duplicate TestExpectation entries. * platform/efl-wk1/TestExpectations: * platform/efl/TestExpectations: 2012-10-12 Roger Fong Unreviewed. Skipping tests involving CSS_COMPOSITING on Windows. Feature isn't and should not be enabled. * platform/win/TestExpectations: 2012-10-12 Emil A Eklund Unreviewed cleanup, remove unneeded XP specific rebaselines for chromium. * platform/chromium-win-xp/fast/speech: Removed. * platform/chromium-win-xp/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Removed. * platform/chromium-win-xp/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Removed. 2012-10-12 Levi Weintraub Unreviewed gardening. Updating expectations for fast/repaint/repaint-across-writing-mode-boundary.html and switching the TestExpectations files for ports with SUBPIXEL_LAYOUT disabled to skip the entire sub-pixel test folder. * platform/chromium-mac/fast/repaint/repaint-across-writing-mode-boundary-expected.png: * platform/chromium-win-xp/fast/repaint/repaint-across-writing-mode-boundary-expected.png: * platform/chromium-win/fast/repaint/repaint-across-writing-mode-boundary-expected.png: * platform/chromium/TestExpectations: * platform/mac-lion/TestExpectations: * platform/mac-snowleopard/TestExpectations: * platform/mac-wk2/TestExpectations: * platform/mac/TestExpectations: * platform/qt-4.8/TestExpectations: * platform/qt/TestExpectations: * platform/win-wk2/TestExpectations: * platform/win-xp/TestExpectations: * platform/win/TestExpectations: * platform/wincairo/TestExpectations: * platform/wk2/TestExpectations: 2012-10-12 Emil A Eklund Unreviewed chromium windows rebaseline for r131202. * platform/chromium-linux/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Removed. * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-3-expected.png: * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-expected.png: * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png: * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png: * platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png: * platform/chromium-win/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.png: * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.txt: * platform/chromium-win/fast/writing-mode/fieldsets-expected.png: 2012-10-12 Emil A Eklund Unreviewed chromium rebaseline for r131216. * fast/box-sizing/box-sizing-expected.txt: Replaced. * fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Removed. * platform/chromium-mac-snowleopard/fast/writing-mode/fieldsets-expected.png: * platform/chromium-mac/compositing/shadows/shadow-drawing-expected.txt: * platform/chromium-mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: * platform/chromium-mac/fast/box-sizing/box-sizing-expected.txt: * platform/chromium-mac/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: * platform/chromium-mac/fast/writing-mode/fieldsets-expected.png: * platform/chromium-mac/fast/writing-mode/fieldsets-expected.txt: * platform/chromium-mac/media/media-document-audio-repaint-expected.txt: * platform/chromium-win-xp/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Removed. * platform/efl/fast/box-sizing/box-sizing-expected.txt: Removed. * platform/efl/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Removed. * platform/gtk/fast/box-sizing/box-sizing-expected.txt: Removed. * platform/gtk/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Removed. * platform/win-future/fast/box-sizing: Added. * platform/win-future/fast/box-sizing/box-sizing-expected.txt: Added. 2012-10-12 Emil A Eklund Unreviewed chromium windows rebaseline for vertical-rl-ltr test. * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png: * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt: * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png: * platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt: 2012-10-12 Emil A Eklund Unreviewed chromium rebaseline for r131202. * css2.1/t0804-c5509-padn-l-03-f-g-expected.txt: Added. * css2.1/t100801-c544-valgn-01-d-ag-expected.txt: Added. * css3/flexbox/flexbox-baseline-expected.txt: Added. * fast/html/details-add-child-1-expected.txt: Added. * fast/html/details-add-child-2-expected.txt: Added. * fast/html/details-add-details-child-1-expected.txt: Added. * fast/html/details-add-details-child-2-expected.txt: Added. * fast/html/details-add-summary-1-and-click-expected.txt: Added. * fast/html/details-add-summary-1-expected.txt: Added. * fast/html/details-add-summary-10-and-click-expected.txt: Added. * fast/html/details-add-summary-10-expected.txt: Added. * fast/html/details-add-summary-2-and-click-expected.txt: Added. * fast/html/details-add-summary-2-expected.txt: Added. * fast/html/details-add-summary-3-and-click-expected.txt: Added. * fast/html/details-add-summary-3-expected.txt: Added. * fast/html/details-add-summary-4-and-click-expected.txt: Added. * fast/html/details-add-summary-4-expected.txt: Added. * fast/html/details-add-summary-5-and-click-expected.txt: Added. * fast/html/details-add-summary-5-expected.txt: Added. * fast/html/details-add-summary-6-and-click-expected.txt: Added. * fast/html/details-add-summary-6-expected.txt: Added. * fast/html/details-add-summary-7-and-click-expected.txt: Added. * fast/html/details-add-summary-7-expected.txt: Added. * fast/html/details-add-summary-8-and-click-expected.txt: Added. * fast/html/details-add-summary-8-expected.txt: Added. * fast/html/details-add-summary-9-and-click-expected.txt: Added. * fast/html/details-add-summary-9-expected.txt: Added. * fast/html/details-add-summary-child-1-expected.txt: Added. * fast/html/details-add-summary-child-2-expected.txt: Added. * fast/html/details-nested-1-expected.txt: Added. * fast/html/details-no-summary1-expected.txt: Added. * fast/html/details-no-summary2-expected.txt: Added. * fast/html/details-no-summary3-expected.txt: Added. * fast/html/details-open1-expected.txt: Added. * fast/html/details-open3-expected.txt: Added. * fast/html/details-open5-expected.txt: Added. * fast/html/details-open6-expected.txt: Added. * fast/html/details-remove-child-1-expected.txt: Added. * fast/html/details-remove-child-2-expected.txt: Added. * fast/html/details-remove-summary-1-and-click-expected.txt: Added. * fast/html/details-remove-summary-1-expected.txt: Added. * fast/html/details-remove-summary-2-and-click-expected.txt: Added. * fast/html/details-remove-summary-2-expected.txt: Added. * fast/html/details-remove-summary-3-and-click-expected.txt: Added. * fast/html/details-remove-summary-3-expected.txt: Added. * fast/html/details-remove-summary-4-and-click-expected.txt: Added. * fast/html/details-remove-summary-4-expected.txt: Added. * fast/html/details-remove-summary-5-and-click-expected.txt: Added. * fast/html/details-remove-summary-5-expected.txt: Added. * fast/html/details-remove-summary-6-and-click-expected.txt: Added. * fast/html/details-remove-summary-6-expected.txt: Added. * fast/html/details-remove-summary-child-1-expected.txt: Added. * fast/html/details-remove-summary-child-2-expected.txt: Added. * fast/images/imagemap-focus-ring-zoom-expected.txt: Added. * platform/chromium-linux/css2.1/t100801-c544-valgn-01-d-ag-expected.png: Added. * platform/chromium-linux/css2.1/t100801-c544-valgn-01-d-ag-expected.txt: Added. * platform/chromium-linux/fast/forms/form-associated-element-crash3-expected.png: Added. * platform/chromium-linux/fast/forms/form-associated-element-crash3-expected.txt: Added. * platform/chromium-linux/fast/forms/listbox-hit-test-zoomed-expected.png: Added. * platform/chromium-linux/fast/forms/listbox-hit-test-zoomed-expected.txt: Added. * platform/chromium-mac-snowleopard/css3/flexbox/flexbox-baseline-expected.png: * platform/chromium-mac-snowleopard/fast/forms/007-expected.png: * platform/chromium-mac-snowleopard/fast/forms/basic-buttons-expected.png: * platform/chromium-mac-snowleopard/fast/forms/search-vertical-alignment-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-add-child-1-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-add-child-2-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-add-details-child-1-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-add-details-child-2-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-add-summary-1-and-click-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-add-summary-1-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-add-summary-10-and-click-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-add-summary-10-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-add-summary-2-and-click-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-add-summary-2-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-add-summary-3-and-click-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-add-summary-3-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-add-summary-4-and-click-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-add-summary-4-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-add-summary-5-and-click-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-add-summary-5-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-add-summary-6-and-click-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-add-summary-6-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-add-summary-7-and-click-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-add-summary-7-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-add-summary-8-and-click-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-add-summary-8-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-add-summary-9-and-click-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-add-summary-9-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-add-summary-child-1-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-add-summary-child-2-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-nested-1-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-nested-2-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-no-summary1-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-no-summary2-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-no-summary3-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-no-summary4-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-open-javascript-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-open1-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-open2-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-open3-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-open4-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-open5-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-open6-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-position-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-remove-child-1-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-remove-child-2-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-1-and-click-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-1-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-2-and-click-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-2-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-3-and-click-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-3-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-4-and-click-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-4-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-5-and-click-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-5-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-6-and-click-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-6-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-child-1-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-child-2-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-replace-summary-child-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-replace-text-expected.png: * platform/chromium-mac-snowleopard/fast/html/details-writing-mode-expected.png: * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png: * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png: * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: * platform/chromium-mac/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt: * platform/chromium-mac/css2.1/t090501-c414-flt-03-b-g-expected.txt: * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.png: * platform/chromium-mac/css3/flexbox/flexbox-baseline-expected.txt: * platform/chromium-mac/fast/forms/007-expected.png: * platform/chromium-mac/fast/forms/007-expected.txt: * platform/chromium-mac/fast/forms/basic-buttons-expected.png: * platform/chromium-mac/fast/forms/basic-buttons-expected.txt: * platform/chromium-mac/fast/forms/basic-textareas-expected.txt: * platform/chromium-mac/fast/forms/search-vertical-alignment-expected.png: * platform/chromium-mac/fast/forms/search-vertical-alignment-expected.txt: * platform/chromium-mac/fast/html/details-add-child-1-expected.png: * platform/chromium-mac/fast/html/details-add-child-1-expected.txt: * platform/chromium-mac/fast/html/details-add-child-2-expected.png: * platform/chromium-mac/fast/html/details-add-child-2-expected.txt: * platform/chromium-mac/fast/html/details-add-details-child-1-expected.png: * platform/chromium-mac/fast/html/details-add-details-child-1-expected.txt: * platform/chromium-mac/fast/html/details-add-details-child-2-expected.png: * platform/chromium-mac/fast/html/details-add-details-child-2-expected.txt: * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.png: * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.txt: * platform/chromium-mac/fast/html/details-add-summary-1-expected.png: * platform/chromium-mac/fast/html/details-add-summary-1-expected.txt: * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.png: * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.txt: * platform/chromium-mac/fast/html/details-add-summary-10-expected.png: * platform/chromium-mac/fast/html/details-add-summary-10-expected.txt: * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.png: * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.txt: * platform/chromium-mac/fast/html/details-add-summary-2-expected.png: * platform/chromium-mac/fast/html/details-add-summary-2-expected.txt: * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.png: * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.txt: * platform/chromium-mac/fast/html/details-add-summary-3-expected.png: * platform/chromium-mac/fast/html/details-add-summary-3-expected.txt: * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.png: * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.txt: * platform/chromium-mac/fast/html/details-add-summary-4-expected.png: * platform/chromium-mac/fast/html/details-add-summary-4-expected.txt: * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.png: * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.txt: * platform/chromium-mac/fast/html/details-add-summary-5-expected.png: * platform/chromium-mac/fast/html/details-add-summary-5-expected.txt: * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.png: * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.txt: * platform/chromium-mac/fast/html/details-add-summary-6-expected.png: * platform/chromium-mac/fast/html/details-add-summary-6-expected.txt: * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.png: * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.txt: * platform/chromium-mac/fast/html/details-add-summary-7-expected.png: * platform/chromium-mac/fast/html/details-add-summary-7-expected.txt: * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.png: * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.txt: * platform/chromium-mac/fast/html/details-add-summary-8-expected.png: * platform/chromium-mac/fast/html/details-add-summary-8-expected.txt: * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.png: * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.txt: * platform/chromium-mac/fast/html/details-add-summary-9-expected.png: * platform/chromium-mac/fast/html/details-add-summary-9-expected.txt: * platform/chromium-mac/fast/html/details-add-summary-child-1-expected.png: * platform/chromium-mac/fast/html/details-add-summary-child-1-expected.txt: * platform/chromium-mac/fast/html/details-add-summary-child-2-expected.png: * platform/chromium-mac/fast/html/details-add-summary-child-2-expected.txt: * platform/chromium-mac/fast/html/details-marker-style-expected.png: * platform/chromium-mac/fast/html/details-marker-style-expected.txt: * platform/chromium-mac/fast/html/details-nested-1-expected.png: * platform/chromium-mac/fast/html/details-nested-1-expected.txt: * platform/chromium-mac/fast/html/details-nested-2-expected.png: * platform/chromium-mac/fast/html/details-nested-2-expected.txt: * platform/chromium-mac/fast/html/details-no-summary1-expected.png: * platform/chromium-mac/fast/html/details-no-summary1-expected.txt: * platform/chromium-mac/fast/html/details-no-summary2-expected.png: * platform/chromium-mac/fast/html/details-no-summary2-expected.txt: * platform/chromium-mac/fast/html/details-no-summary3-expected.png: * platform/chromium-mac/fast/html/details-no-summary3-expected.txt: * platform/chromium-mac/fast/html/details-no-summary4-expected.png: * platform/chromium-mac/fast/html/details-no-summary4-expected.txt: * platform/chromium-mac/fast/html/details-open-javascript-expected.png: * platform/chromium-mac/fast/html/details-open-javascript-expected.txt: * platform/chromium-mac/fast/html/details-open1-expected.png: * platform/chromium-mac/fast/html/details-open1-expected.txt: * platform/chromium-mac/fast/html/details-open2-expected.png: * platform/chromium-mac/fast/html/details-open2-expected.txt: * platform/chromium-mac/fast/html/details-open3-expected.png: * platform/chromium-mac/fast/html/details-open3-expected.txt: * platform/chromium-mac/fast/html/details-open4-expected.png: * platform/chromium-mac/fast/html/details-open4-expected.txt: * platform/chromium-mac/fast/html/details-open5-expected.png: * platform/chromium-mac/fast/html/details-open5-expected.txt: * platform/chromium-mac/fast/html/details-open6-expected.png: * platform/chromium-mac/fast/html/details-open6-expected.txt: * platform/chromium-mac/fast/html/details-position-expected.png: * platform/chromium-mac/fast/html/details-position-expected.txt: * platform/chromium-mac/fast/html/details-remove-child-1-expected.png: * platform/chromium-mac/fast/html/details-remove-child-1-expected.txt: * platform/chromium-mac/fast/html/details-remove-child-2-expected.png: * platform/chromium-mac/fast/html/details-remove-child-2-expected.txt: * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.png: * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.txt: * platform/chromium-mac/fast/html/details-remove-summary-1-expected.png: * platform/chromium-mac/fast/html/details-remove-summary-1-expected.txt: * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.png: * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.txt: * platform/chromium-mac/fast/html/details-remove-summary-2-expected.png: * platform/chromium-mac/fast/html/details-remove-summary-2-expected.txt: * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.png: * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.txt: * platform/chromium-mac/fast/html/details-remove-summary-3-expected.png: * platform/chromium-mac/fast/html/details-remove-summary-3-expected.txt: * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.png: * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.txt: * platform/chromium-mac/fast/html/details-remove-summary-4-expected.png: * platform/chromium-mac/fast/html/details-remove-summary-4-expected.txt: * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.png: * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.txt: * platform/chromium-mac/fast/html/details-remove-summary-5-expected.png: * platform/chromium-mac/fast/html/details-remove-summary-5-expected.txt: * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.png: * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.txt: * platform/chromium-mac/fast/html/details-remove-summary-6-expected.png: * platform/chromium-mac/fast/html/details-remove-summary-6-expected.txt: * platform/chromium-mac/fast/html/details-remove-summary-child-1-expected.png: * platform/chromium-mac/fast/html/details-remove-summary-child-1-expected.txt: * platform/chromium-mac/fast/html/details-remove-summary-child-2-expected.png: * platform/chromium-mac/fast/html/details-remove-summary-child-2-expected.txt: * platform/chromium-mac/fast/html/details-replace-summary-child-expected.png: * platform/chromium-mac/fast/html/details-replace-summary-child-expected.txt: * platform/chromium-mac/fast/html/details-replace-text-expected.png: * platform/chromium-mac/fast/html/details-replace-text-expected.txt: * platform/chromium-mac/fast/html/details-writing-mode-expected.png: * platform/chromium-mac/fast/html/details-writing-mode-expected.txt: * platform/chromium-mac/fast/images/imagemap-focus-ring-zoom-expected.png: * platform/chromium-mac/fast/images/imagemap-focus-ring-zoom-expected.txt: * platform/chromium-mac/svg/as-border-image/svg-as-border-image-2-expected.png: * platform/chromium-mac/svg/as-border-image/svg-as-border-image-2-expected.txt: * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.png: * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.txt: * platform/chromium-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png: * platform/chromium-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: * platform/chromium-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png: * platform/chromium-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: * platform/chromium-mac/svg/zoom/page/zoom-background-images-expected.png: * platform/chromium-mac/svg/zoom/page/zoom-hixie-mixed-009-expected.png: * platform/chromium-mac/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png: * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png: * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png: * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt: * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: * platform/chromium-mac/tables/mozilla/bugs/bug30692-expected.txt: * platform/chromium-win-xp/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Added. * platform/chromium-win/css2.1/t090501-c414-flt-03-b-g-expected.txt: * platform/chromium-win/css3/flexbox/flexbox-baseline-expected.png: * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png: * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt: * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png: * platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt: * platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-expected.png: * platform/chromium-win/fast/forms/007-expected.png: * platform/chromium-win/fast/forms/basic-buttons-expected.png: * platform/chromium-win/fast/forms/basic-buttons-expected.txt: * platform/chromium-win/fast/forms/listbox-hit-test-zoomed-expected.png: Added. * platform/chromium-win/fast/forms/listbox-hit-test-zoomed-expected.txt: Added. * platform/chromium-win/fast/forms/search-vertical-alignment-expected.png: * platform/chromium-win/fast/forms/searchfield-heights-expected.png: * platform/chromium-win/fast/forms/searchfield-heights-expected.txt: * platform/chromium-win/fast/forms/textarea-metrics-expected.txt: Added. * platform/chromium-win/fast/html/details-add-child-1-expected.png: * platform/chromium-win/fast/html/details-add-child-2-expected.png: * platform/chromium-win/fast/html/details-add-details-child-1-expected.png: * platform/chromium-win/fast/html/details-add-details-child-2-expected.png: * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.png: * platform/chromium-win/fast/html/details-add-summary-1-expected.png: * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.png: * platform/chromium-win/fast/html/details-add-summary-10-expected.png: * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.png: * platform/chromium-win/fast/html/details-add-summary-2-expected.png: * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.png: * platform/chromium-win/fast/html/details-add-summary-3-expected.png: * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.png: * platform/chromium-win/fast/html/details-add-summary-4-expected.png: * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.png: * platform/chromium-win/fast/html/details-add-summary-5-expected.png: * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.png: * platform/chromium-win/fast/html/details-add-summary-6-expected.png: * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.png: * platform/chromium-win/fast/html/details-add-summary-7-expected.png: * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.png: * platform/chromium-win/fast/html/details-add-summary-8-expected.png: * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.png: * platform/chromium-win/fast/html/details-add-summary-9-expected.png: * platform/chromium-win/fast/html/details-add-summary-child-1-expected.png: * platform/chromium-win/fast/html/details-add-summary-child-2-expected.png: * platform/chromium-win/fast/html/details-marker-style-expected.png: * platform/chromium-win/fast/html/details-nested-1-expected.png: * platform/chromium-win/fast/html/details-nested-2-expected.png: * platform/chromium-win/fast/html/details-no-summary1-expected.png: * platform/chromium-win/fast/html/details-no-summary2-expected.png: * platform/chromium-win/fast/html/details-no-summary3-expected.png: * platform/chromium-win/fast/html/details-no-summary4-expected.png: * platform/chromium-win/fast/html/details-open-javascript-expected.png: * platform/chromium-win/fast/html/details-open1-expected.png: * platform/chromium-win/fast/html/details-open2-expected.png: * platform/chromium-win/fast/html/details-open3-expected.png: * platform/chromium-win/fast/html/details-open4-expected.png: * platform/chromium-win/fast/html/details-open5-expected.png: * platform/chromium-win/fast/html/details-open6-expected.png: * platform/chromium-win/fast/html/details-position-expected.png: * platform/chromium-win/fast/html/details-remove-child-1-expected.png: * platform/chromium-win/fast/html/details-remove-child-2-expected.png: * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.png: * platform/chromium-win/fast/html/details-remove-summary-1-expected.png: * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.png: * platform/chromium-win/fast/html/details-remove-summary-2-expected.png: * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.png: * platform/chromium-win/fast/html/details-remove-summary-3-expected.png: * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.png: * platform/chromium-win/fast/html/details-remove-summary-4-expected.png: * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.png: * platform/chromium-win/fast/html/details-remove-summary-5-expected.png: * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.png: * platform/chromium-win/fast/html/details-remove-summary-6-expected.png: * platform/chromium-win/fast/html/details-remove-summary-child-1-expected.png: * platform/chromium-win/fast/html/details-remove-summary-child-2-expected.png: * platform/chromium-win/fast/html/details-replace-summary-child-expected.png: * platform/chromium-win/fast/html/details-replace-summary-child-expected.txt: * platform/chromium-win/fast/html/details-replace-text-expected.png: * platform/chromium-win/fast/html/details-replace-text-expected.txt: * platform/chromium-win/fast/html/details-writing-mode-expected.png: * platform/chromium-win/fast/images/imagemap-focus-ring-zoom-expected.png: * platform/chromium-win/svg/as-border-image/svg-as-border-image-2-expected.png: * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.png: * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.png: * platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-009-expected.png: * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png: * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png: * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png: * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: * platform/chromium/TestExpectations: * platform/efl/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt: Removed. * platform/efl/css2.1/t100801-c544-valgn-01-d-ag-expected.txt: Removed. * platform/efl/css3/flexbox/flexbox-baseline-expected.txt: Removed. * platform/efl/fast/html/details-add-child-1-expected.txt: Removed. * platform/efl/fast/html/details-add-child-2-expected.txt: Removed. * platform/efl/fast/html/details-add-details-child-1-expected.txt: Removed. * platform/efl/fast/html/details-add-details-child-2-expected.txt: Removed. * platform/efl/fast/html/details-add-summary-1-and-click-expected.txt: Removed. * platform/efl/fast/html/details-add-summary-1-expected.txt: Removed. * platform/efl/fast/html/details-add-summary-10-and-click-expected.txt: Removed. * platform/efl/fast/html/details-add-summary-10-expected.txt: Removed. * platform/efl/fast/html/details-add-summary-2-and-click-expected.txt: Removed. * platform/efl/fast/html/details-add-summary-2-expected.txt: Removed. * platform/efl/fast/html/details-add-summary-3-and-click-expected.txt: Removed. * platform/efl/fast/html/details-add-summary-3-expected.txt: Removed. * platform/efl/fast/html/details-add-summary-4-and-click-expected.txt: Removed. * platform/efl/fast/html/details-add-summary-4-expected.txt: Removed. * platform/efl/fast/html/details-add-summary-5-and-click-expected.txt: Removed. * platform/efl/fast/html/details-add-summary-5-expected.txt: Removed. * platform/efl/fast/html/details-add-summary-6-and-click-expected.txt: Removed. * platform/efl/fast/html/details-add-summary-6-expected.txt: Removed. * platform/efl/fast/html/details-add-summary-7-and-click-expected.txt: Removed. * platform/efl/fast/html/details-add-summary-7-expected.txt: Removed. * platform/efl/fast/html/details-add-summary-8-and-click-expected.txt: Removed. * platform/efl/fast/html/details-add-summary-8-expected.txt: Removed. * platform/efl/fast/html/details-add-summary-9-and-click-expected.txt: Removed. * platform/efl/fast/html/details-add-summary-9-expected.txt: Removed. * platform/efl/fast/html/details-add-summary-child-1-expected.txt: Removed. * platform/efl/fast/html/details-add-summary-child-2-expected.txt: Removed. * platform/efl/fast/html/details-nested-1-expected.txt: Removed. * platform/efl/fast/html/details-no-summary1-expected.txt: Removed. * platform/efl/fast/html/details-no-summary2-expected.txt: Removed. * platform/efl/fast/html/details-no-summary3-expected.txt: Removed. * platform/efl/fast/html/details-open1-expected.txt: Removed. * platform/efl/fast/html/details-open3-expected.txt: Removed. * platform/efl/fast/html/details-open5-expected.txt: Removed. * platform/efl/fast/html/details-open6-expected.txt: Removed. * platform/efl/fast/html/details-remove-child-1-expected.txt: Removed. * platform/efl/fast/html/details-remove-child-2-expected.txt: Removed. * platform/efl/fast/html/details-remove-summary-1-and-click-expected.txt: Removed. * platform/efl/fast/html/details-remove-summary-1-expected.txt: Removed. * platform/efl/fast/html/details-remove-summary-2-and-click-expected.txt: Removed. * platform/efl/fast/html/details-remove-summary-2-expected.txt: Removed. * platform/efl/fast/html/details-remove-summary-3-and-click-expected.txt: Removed. * platform/efl/fast/html/details-remove-summary-3-expected.txt: Removed. * platform/efl/fast/html/details-remove-summary-4-and-click-expected.txt: Removed. * platform/efl/fast/html/details-remove-summary-4-expected.txt: Removed. * platform/efl/fast/html/details-remove-summary-5-and-click-expected.txt: Removed. * platform/efl/fast/html/details-remove-summary-5-expected.txt: Removed. * platform/efl/fast/html/details-remove-summary-6-and-click-expected.txt: Removed. * platform/efl/fast/html/details-remove-summary-6-expected.txt: Removed. * platform/efl/fast/html/details-remove-summary-child-1-expected.txt: Removed. * platform/efl/fast/html/details-remove-summary-child-2-expected.txt: Removed. * platform/efl/fast/images/imagemap-focus-ring-zoom-expected.txt: Removed. * platform/efl/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Removed. * platform/efl/tables/mozilla/bugs/bug30692-expected.txt: Removed. * platform/gtk/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt: Removed. * platform/gtk/css2.1/t100801-c544-valgn-01-d-ag-expected.txt: Removed. * platform/gtk/css3/flexbox: Removed. * platform/gtk/css3/flexbox/flexbox-baseline-expected.txt: Removed. * platform/gtk/fast/html/details-add-child-1-expected.txt: Removed. * platform/gtk/fast/html/details-add-child-2-expected.txt: Removed. * platform/gtk/fast/html/details-add-details-child-1-expected.txt: Removed. * platform/gtk/fast/html/details-add-details-child-2-expected.txt: Removed. * platform/gtk/fast/html/details-add-summary-1-and-click-expected.txt: Removed. * platform/gtk/fast/html/details-add-summary-1-expected.txt: Removed. * platform/gtk/fast/html/details-add-summary-10-and-click-expected.txt: Removed. * platform/gtk/fast/html/details-add-summary-10-expected.txt: Removed. * platform/gtk/fast/html/details-add-summary-2-and-click-expected.txt: Removed. * platform/gtk/fast/html/details-add-summary-2-expected.txt: Removed. * platform/gtk/fast/html/details-add-summary-3-and-click-expected.txt: Removed. * platform/gtk/fast/html/details-add-summary-3-expected.txt: Removed. * platform/gtk/fast/html/details-add-summary-4-and-click-expected.txt: Removed. * platform/gtk/fast/html/details-add-summary-4-expected.txt: Removed. * platform/gtk/fast/html/details-add-summary-5-and-click-expected.txt: Removed. * platform/gtk/fast/html/details-add-summary-5-expected.txt: Removed. * platform/gtk/fast/html/details-add-summary-6-and-click-expected.txt: Removed. * platform/gtk/fast/html/details-add-summary-6-expected.txt: Removed. * platform/gtk/fast/html/details-add-summary-7-and-click-expected.txt: Removed. * platform/gtk/fast/html/details-add-summary-7-expected.txt: Removed. * platform/gtk/fast/html/details-add-summary-8-and-click-expected.txt: Removed. * platform/gtk/fast/html/details-add-summary-8-expected.txt: Removed. * platform/gtk/fast/html/details-add-summary-9-and-click-expected.txt: Removed. * platform/gtk/fast/html/details-add-summary-9-expected.txt: Removed. * platform/gtk/fast/html/details-add-summary-child-1-expected.txt: Removed. * platform/gtk/fast/html/details-add-summary-child-2-expected.txt: Removed. * platform/gtk/fast/html/details-nested-1-expected.txt: Removed. * platform/gtk/fast/html/details-no-summary1-expected.txt: Removed. * platform/gtk/fast/html/details-no-summary2-expected.txt: Removed. * platform/gtk/fast/html/details-no-summary3-expected.txt: Removed. * platform/gtk/fast/html/details-open1-expected.txt: Removed. * platform/gtk/fast/html/details-open3-expected.txt: Removed. * platform/gtk/fast/html/details-open5-expected.txt: Removed. * platform/gtk/fast/html/details-open6-expected.txt: Removed. * platform/gtk/fast/html/details-remove-child-1-expected.txt: Removed. * platform/gtk/fast/html/details-remove-child-2-expected.txt: Removed. * platform/gtk/fast/html/details-remove-summary-1-and-click-expected.txt: Removed. * platform/gtk/fast/html/details-remove-summary-1-expected.txt: Removed. * platform/gtk/fast/html/details-remove-summary-2-and-click-expected.txt: Removed. * platform/gtk/fast/html/details-remove-summary-2-expected.txt: Removed. * platform/gtk/fast/html/details-remove-summary-3-and-click-expected.txt: Removed. * platform/gtk/fast/html/details-remove-summary-3-expected.txt: Removed. * platform/gtk/fast/html/details-remove-summary-4-and-click-expected.txt: Removed. * platform/gtk/fast/html/details-remove-summary-4-expected.txt: Removed. * platform/gtk/fast/html/details-remove-summary-5-and-click-expected.txt: Removed. * platform/gtk/fast/html/details-remove-summary-5-expected.txt: Removed. * platform/gtk/fast/html/details-remove-summary-6-and-click-expected.txt: Removed. * platform/gtk/fast/html/details-remove-summary-6-expected.txt: Removed. * platform/gtk/fast/html/details-remove-summary-child-1-expected.txt: Removed. * platform/gtk/fast/html/details-remove-summary-child-2-expected.txt: Removed. * platform/gtk/fast/images/imagemap-focus-ring-zoom-expected.txt: Removed. * platform/gtk/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Removed. * platform/gtk/tables/mozilla/bugs/bug30692-expected.txt: Removed. * svg/zoom/page/zoom-hixie-mixed-009-expected.png: Added. * tables/mozilla/bugs/bug30692-expected.txt: Added. 2012-10-12 James Simonsen [RequestAnimationFrame] Remove vendor prefix https://bugs.webkit.org/show_bug.cgi?id=99116 Reviewed by Adam Barth. * fast/animation/request-animation-frame-callback-id.html: * fast/animation/request-animation-frame-cancel-expected.txt: * fast/animation/request-animation-frame-detach-element.html: * fast/animation/request-animation-frame-detach-element2.html: * fast/animation/request-animation-frame-during-modal.html: * fast/animation/request-animation-frame-iframe2.html: * fast/animation/request-animation-frame-missing-arguments-expected.txt: * fast/animation/request-animation-frame-missing-arguments.html: * fast/animation/script-tests/request-animation-frame-cancel.js: (window): * fast/animation/script-tests/request-animation-frame-cancel2.js: * fast/animation/script-tests/request-animation-frame-disabled.js: * fast/animation/script-tests/request-animation-frame-subframe.html: * fast/animation/script-tests/request-animation-frame-timestamps-advance.js: (window.requestAnimationFrame): * fast/animation/script-tests/request-animation-frame-timestamps.js: * fast/animation/script-tests/request-animation-frame-within-callback.js: (window): * fast/animation/script-tests/request-animation-frame.js: * fast/canvas/script-tests/canvas-imageSmoothingEnabled-repaint.js: (BrowserPaint): * fast/canvas/webgl/webgl-texture-binding-preserved.html: * fast/dom/Window/post-message-crash.html: * inspector/timeline/timeline-animation-frame.html: 2012-10-12 Emil A Eklund Unreviewed chromium lucid rebaseline for r131202. * platform/chromium-linux-x86/svg/as-border-image: Removed. * platform/chromium-linux-x86/svg/as-border-image/svg-as-border-image-expected.png: Removed. * platform/chromium-linux-x86/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Removed. * platform/chromium-linux-x86/svg/zoom/page/zoom-background-images-expected.png: Removed. * platform/chromium-mac-snowleopard/svg/as-border-image: Removed. * platform/chromium-mac-snowleopard/svg/as-border-image/svg-as-border-image-expected.png: Removed. * platform/chromium-mac-snowleopard/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Removed. * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-background-images-expected.png: Removed. * platform/chromium-win-xp/svg/as-border-image: Removed. * platform/chromium-win-xp/svg/as-border-image/svg-as-border-image-expected.png: Removed. * platform/chromium-win-xp/svg/zoom/page/zoom-background-images-expected.png: Removed. 2012-10-12 Emil A Eklund Unreviewed chromium mac rebaseline for r131202. * platform/chromium-linux-x86/fast/block/float: Removed. * platform/chromium-linux-x86/fast/block/float/float-avoidance-expected.png: Removed. * platform/chromium-mac-snowleopard/editing/selection/3690703-2-expected.png: * platform/chromium-mac-snowleopard/editing/selection/3690703-expected.png: * platform/chromium-mac-snowleopard/editing/selection/3690719-expected.png: * platform/chromium-mac-snowleopard/editing/selection/4397952-expected.png: * platform/chromium-mac-snowleopard/editing/selection/5240265-expected.png: * platform/chromium-mac-snowleopard/editing/selection/selection-button-text-expected.png: * platform/chromium-mac-snowleopard/fast/block/float/float-avoidance-expected.png: * platform/chromium-mac-snowleopard/fast/css/continuationCrash-expected.png: * platform/chromium-mac-snowleopard/fast/css/margin-top-bottom-dynamic-expected.png: * platform/chromium-mac-snowleopard/fast/css/rtl-ordering-expected.png: * platform/chromium-mac-snowleopard/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: * platform/chromium-mac-snowleopard/fast/forms/001-expected.png: * platform/chromium-mac-snowleopard/fast/forms/blankbuttons-expected.png: * platform/chromium-mac-snowleopard/fast/forms/box-shadow-override-expected.png: * platform/chromium-mac-snowleopard/fast/forms/button-sizes-expected.png: * platform/chromium-mac-snowleopard/fast/forms/button-style-color-expected.png: * platform/chromium-mac-snowleopard/fast/forms/button-table-styles-expected.png: * platform/chromium-mac-snowleopard/fast/forms/button-text-transform-expected.png: * platform/chromium-mac-snowleopard/fast/forms/control-restrict-line-height-expected.png: * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: * platform/chromium-mac-snowleopard/fast/forms/file/file-input-direction-expected.png: * platform/chromium-mac-snowleopard/fast/forms/file/file-input-disabled-expected.png: * platform/chromium-mac-snowleopard/fast/forms/file/file-input-pressed-state-expected.png: * platform/chromium-mac-snowleopard/fast/forms/file/input-file-re-render-expected.png: * platform/chromium-mac-snowleopard/fast/forms/form-element-geometry-expected.png: * platform/chromium-mac-snowleopard/fast/forms/formmove3-expected.png: * platform/chromium-mac-snowleopard/fast/forms/input-appearance-height-expected.png: * platform/chromium-mac-snowleopard/fast/forms/input-button-sizes-expected.png: * platform/chromium-mac-snowleopard/fast/forms/input-value-expected.png: * platform/chromium-mac-snowleopard/fast/forms/menulist-clip-expected.png: * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png: * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png: * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png: * platform/chromium-mac-snowleopard/fast/forms/targeted-frame-submission-expected.png: * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png: * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png: * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png: * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png: * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png: * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png: * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png: * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png: * platform/chromium-mac-snowleopard/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png: * platform/chromium-mac-snowleopard/fast/overflow/scrollRevealButton-expected.png: * platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-expected.png: * platform/chromium-mac-snowleopard/fast/replaced/width100percent-button-expected.png: * platform/chromium-mac-snowleopard/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: * platform/chromium-mac-snowleopard/fast/text/international/vertical-text-glyph-test-expected.png: * platform/chromium-mac-snowleopard/fast/text/international/vertical-text-glyph-test-expected.txt: * platform/chromium-mac-snowleopard/fast/text/textIteratorNilRenderer-expected.png: * platform/chromium-mac-snowleopard/http/tests/navigation/javascriptlink-frames-expected.png: * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png: * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png: * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png: * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png: * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png: * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1188-expected.png: * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1318-expected.png: * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug138725-expected.png: * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug18359-expected.png: * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-2-expected.png: * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-3-expected.png: * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug26178-expected.png: * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug28928-expected.png: * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug33855-expected.png: * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug39209-expected.png: * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4429-expected.png: * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-1-expected.png: * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-2-expected.png: * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51037-expected.png: * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51727-expected.png: * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug60749-expected.png: * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug7342-expected.png: * platform/chromium-mac-snowleopard/tables/mozilla/collapsing_borders/bug41262-4-expected.png: * platform/chromium-mac-snowleopard/tables/mozilla/dom/tableDom-expected.png: * platform/chromium-mac-snowleopard/tables/mozilla/other/move_row-expected.png: * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug1725-expected.png: * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png: * platform/chromium-mac/editing/selection/3690703-2-expected.png: * platform/chromium-mac/editing/selection/3690703-2-expected.txt: * platform/chromium-mac/editing/selection/3690703-expected.png: * platform/chromium-mac/editing/selection/3690703-expected.txt: * platform/chromium-mac/editing/selection/3690719-expected.png: * platform/chromium-mac/editing/selection/3690719-expected.txt: * platform/chromium-mac/editing/selection/4397952-expected.png: * platform/chromium-mac/editing/selection/4397952-expected.txt: * platform/chromium-mac/editing/selection/5240265-expected.png: * platform/chromium-mac/editing/selection/5240265-expected.txt: * platform/chromium-mac/editing/selection/selection-button-text-expected.png: * platform/chromium-mac/editing/selection/selection-button-text-expected.txt: * platform/chromium-mac/fast/block/float/032-expected.txt: * platform/chromium-mac/fast/block/float/float-avoidance-expected.png: * platform/chromium-mac/fast/block/float/float-avoidance-expected.txt: * platform/chromium-mac/fast/css/continuationCrash-expected.png: * platform/chromium-mac/fast/css/continuationCrash-expected.txt: * platform/chromium-mac/fast/css/margin-top-bottom-dynamic-expected.png: * platform/chromium-mac/fast/css/margin-top-bottom-dynamic-expected.txt: * platform/chromium-mac/fast/css/rtl-ordering-expected.png: * platform/chromium-mac/fast/css/rtl-ordering-expected.txt: * platform/chromium-mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: * platform/chromium-mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: * platform/chromium-mac/fast/forms/001-expected.png: * platform/chromium-mac/fast/forms/001-expected.txt: * platform/chromium-mac/fast/forms/blankbuttons-expected.png: * platform/chromium-mac/fast/forms/blankbuttons-expected.txt: * platform/chromium-mac/fast/forms/box-shadow-override-expected.png: * platform/chromium-mac/fast/forms/box-shadow-override-expected.txt: * platform/chromium-mac/fast/forms/button-sizes-expected.png: * platform/chromium-mac/fast/forms/button-sizes-expected.txt: * platform/chromium-mac/fast/forms/button-style-color-expected.png: * platform/chromium-mac/fast/forms/button-style-color-expected.txt: * platform/chromium-mac/fast/forms/button-table-styles-expected.png: * platform/chromium-mac/fast/forms/button-table-styles-expected.txt: * platform/chromium-mac/fast/forms/button-text-transform-expected.png: * platform/chromium-mac/fast/forms/button-text-transform-expected.txt: * platform/chromium-mac/fast/forms/control-restrict-line-height-expected.png: * platform/chromium-mac/fast/forms/control-restrict-line-height-expected.txt: * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png: * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png: * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png: * platform/chromium-mac/fast/forms/file/file-input-direction-expected.png: * platform/chromium-mac/fast/forms/file/file-input-direction-expected.txt: * platform/chromium-mac/fast/forms/file/file-input-disabled-expected.png: * platform/chromium-mac/fast/forms/file/file-input-disabled-expected.txt: * platform/chromium-mac/fast/forms/file/file-input-pressed-state-expected.png: * platform/chromium-mac/fast/forms/file/input-file-re-render-expected.png: * platform/chromium-mac/fast/forms/file/input-file-re-render-expected.txt: * platform/chromium-mac/fast/forms/form-element-geometry-expected.png: * platform/chromium-mac/fast/forms/form-element-geometry-expected.txt: * platform/chromium-mac/fast/forms/formmove3-expected.png: * platform/chromium-mac/fast/forms/formmove3-expected.txt: * platform/chromium-mac/fast/forms/input-appearance-height-expected.png: * platform/chromium-mac/fast/forms/input-appearance-height-expected.txt: * platform/chromium-mac/fast/forms/input-button-sizes-expected.png: * platform/chromium-mac/fast/forms/input-button-sizes-expected.txt: * platform/chromium-mac/fast/forms/input-value-expected.png: * platform/chromium-mac/fast/forms/input-value-expected.txt: * platform/chromium-mac/fast/forms/menulist-clip-expected.png: * platform/chromium-mac/fast/forms/menulist-clip-expected.txt: * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png: * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png: * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png: * platform/chromium-mac/fast/forms/targeted-frame-submission-expected.png: * platform/chromium-mac/fast/forms/targeted-frame-submission-expected.txt: * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png: * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png: * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png: * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png: * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png: * platform/chromium-mac/fast/forms/validation-message-appearance-expected.txt: * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png: * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png: * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png: * platform/chromium-mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png: * platform/chromium-mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.txt: * platform/chromium-mac/fast/overflow/scrollRevealButton-expected.png: * platform/chromium-mac/fast/overflow/scrollRevealButton-expected.txt: * platform/chromium-mac/fast/replaced/replaced-breaking-expected.png: * platform/chromium-mac/fast/replaced/replaced-breaking-expected.txt: * platform/chromium-mac/fast/replaced/width100percent-button-expected.png: * platform/chromium-mac/fast/replaced/width100percent-button-expected.txt: * platform/chromium-mac/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: * platform/chromium-mac/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.txt: * platform/chromium-mac/fast/text/international/vertical-text-glyph-test-expected.png: * platform/chromium-mac/fast/text/international/vertical-text-glyph-test-expected.txt: * platform/chromium-mac/fast/text/textIteratorNilRenderer-expected.png: * platform/chromium-mac/fast/text/textIteratorNilRenderer-expected.txt: * platform/chromium-mac/http/tests/navigation/javascriptlink-frames-expected.png: * platform/chromium-mac/http/tests/navigation/javascriptlink-frames-expected.txt: * platform/chromium-mac/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-expected.png: * platform/chromium-mac/platform/chromium/fast/forms/date/date-suggestion-picker-appearance-rtl-expected.png: * platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-expected.png: * platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-rtl-expected.png: * platform/chromium-mac/platform/chromium/fast/forms/time/time-suggestion-picker-appearance-with-scroll-bar-expected.png: * platform/chromium-mac/platform/chromium/virtual/softwarecompositing: Added. * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/shadows: Added. * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/shadows/shadow-drawing-expected.txt: Added. * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.png: * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.txt: * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.png: * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.txt: * platform/chromium-mac/tables/mozilla/bugs/bug138725-expected.png: * platform/chromium-mac/tables/mozilla/bugs/bug138725-expected.txt: * platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.png: * platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.txt: * platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.png: * platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.txt: * platform/chromium-mac/tables/mozilla/bugs/bug2479-3-expected.png: * platform/chromium-mac/tables/mozilla/bugs/bug2479-3-expected.txt: * platform/chromium-mac/tables/mozilla/bugs/bug2479-4-expected.txt: * platform/chromium-mac/tables/mozilla/bugs/bug26178-expected.png: * platform/chromium-mac/tables/mozilla/bugs/bug26178-expected.txt: * platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.png: * platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.txt: * platform/chromium-mac/tables/mozilla/bugs/bug33855-expected.png: * platform/chromium-mac/tables/mozilla/bugs/bug33855-expected.txt: * platform/chromium-mac/tables/mozilla/bugs/bug39209-expected.png: * platform/chromium-mac/tables/mozilla/bugs/bug39209-expected.txt: * platform/chromium-mac/tables/mozilla/bugs/bug4429-expected.png: * platform/chromium-mac/tables/mozilla/bugs/bug4429-expected.txt: * platform/chromium-mac/tables/mozilla/bugs/bug46368-1-expected.png: * platform/chromium-mac/tables/mozilla/bugs/bug46368-1-expected.txt: * platform/chromium-mac/tables/mozilla/bugs/bug46368-2-expected.png: * platform/chromium-mac/tables/mozilla/bugs/bug46368-2-expected.txt: * platform/chromium-mac/tables/mozilla/bugs/bug51037-expected.png: * platform/chromium-mac/tables/mozilla/bugs/bug51037-expected.txt: * platform/chromium-mac/tables/mozilla/bugs/bug51727-expected.png: * platform/chromium-mac/tables/mozilla/bugs/bug51727-expected.txt: * platform/chromium-mac/tables/mozilla/bugs/bug60749-expected.png: * platform/chromium-mac/tables/mozilla/bugs/bug60749-expected.txt: * platform/chromium-mac/tables/mozilla/bugs/bug7342-expected.png: * platform/chromium-mac/tables/mozilla/bugs/bug7342-expected.txt: * platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-4-expected.png: * platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt: * platform/chromium-mac/tables/mozilla/dom/tableDom-expected.png: * platform/chromium-mac/tables/mozilla/dom/tableDom-expected.txt: * platform/chromium-mac/tables/mozilla/other/move_row-expected.png: * platform/chromium-mac/tables/mozilla/other/move_row-expected.txt: * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1725-expected.png: * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1725-expected.txt: * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png: * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt: * platform/chromium-win-xp/fast/block/float: Removed. * platform/chromium-win-xp/fast/block/float/float-avoidance-expected.png: Removed. * platform/chromium-win-xp/tables/mozilla_expected_failures/bugs: Removed. * platform/chromium-win-xp/tables/mozilla_expected_failures/bugs/bug1725-expected.png: Removed. 2012-10-12 Rob Buis [BlackBerry] Add tests of WebSocketEnabled preference https://bugs.webkit.org/show_bug.cgi?id=84982 Reviewed by Yong Li. * platform/blackberry/http/tests/websocket/tests/enable-disable-setting-expected.txt: Added. * platform/blackberry/http/tests/websocket/tests/enable-disable-setting.html: Added. 2012-10-11 Emil A Eklund [Sub pixel layout] Change RenderBox to not round logicalTop/Left for RenderReplaced https://bugs.webkit.org/show_bug.cgi?id=99108 Reviewed by Levi Weintraub. Update tests expectations to reflect more correct rounding behavior. Specifically many images and other replaced content is no longer rendered at y -1. * platform/chromium-linux/css2.1/t090501-c414-flt-03-b-g-expected.txt: * platform/chromium-linux/css3/flexbox/flexbox-baseline-expected.png: * platform/chromium-linux/fast/dom/HTMLProgressElement/progress-element-expected.png: * platform/chromium-linux/fast/forms/007-expected.png: * platform/chromium-linux/fast/forms/basic-buttons-expected.png: * platform/chromium-linux/fast/forms/basic-buttons-expected.txt: * platform/chromium-linux/fast/forms/input-baseline-expected.txt: * platform/chromium-linux/fast/forms/input-placeholder-paint-order-expected.png: * platform/chromium-linux/fast/forms/search-vertical-alignment-expected.png: * platform/chromium-linux/fast/forms/searchfield-heights-expected.png: * platform/chromium-linux/fast/forms/searchfield-heights-expected.txt: * platform/chromium-linux/fast/html/details-add-child-1-expected.png: * platform/chromium-linux/fast/html/details-add-child-2-expected.png: * platform/chromium-linux/fast/html/details-add-details-child-1-expected.png: * platform/chromium-linux/fast/html/details-add-details-child-2-expected.png: * platform/chromium-linux/fast/html/details-add-summary-1-and-click-expected.png: * platform/chromium-linux/fast/html/details-add-summary-1-expected.png: * platform/chromium-linux/fast/html/details-add-summary-10-and-click-expected.png: * platform/chromium-linux/fast/html/details-add-summary-10-expected.png: * platform/chromium-linux/fast/html/details-add-summary-2-and-click-expected.png: * platform/chromium-linux/fast/html/details-add-summary-2-expected.png: * platform/chromium-linux/fast/html/details-add-summary-3-and-click-expected.png: * platform/chromium-linux/fast/html/details-add-summary-3-expected.png: * platform/chromium-linux/fast/html/details-add-summary-4-and-click-expected.png: * platform/chromium-linux/fast/html/details-add-summary-4-expected.png: * platform/chromium-linux/fast/html/details-add-summary-5-and-click-expected.png: * platform/chromium-linux/fast/html/details-add-summary-5-expected.png: * platform/chromium-linux/fast/html/details-add-summary-6-and-click-expected.png: * platform/chromium-linux/fast/html/details-add-summary-6-expected.png: * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.png: * platform/chromium-linux/fast/html/details-add-summary-7-expected.png: * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.png: * platform/chromium-linux/fast/html/details-add-summary-8-expected.png: * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.png: * platform/chromium-linux/fast/html/details-add-summary-9-expected.png: * platform/chromium-linux/fast/html/details-add-summary-child-1-expected.png: * platform/chromium-linux/fast/html/details-add-summary-child-2-expected.png: * platform/chromium-linux/fast/html/details-marker-style-expected.png: * platform/chromium-linux/fast/html/details-nested-1-expected.png: * platform/chromium-linux/fast/html/details-nested-2-expected.png: * platform/chromium-linux/fast/html/details-no-summary1-expected.png: * platform/chromium-linux/fast/html/details-no-summary2-expected.png: * platform/chromium-linux/fast/html/details-no-summary3-expected.png: * platform/chromium-linux/fast/html/details-no-summary4-expected.png: * platform/chromium-linux/fast/html/details-open-javascript-expected.png: * platform/chromium-linux/fast/html/details-open1-expected.png: * platform/chromium-linux/fast/html/details-open2-expected.png: * platform/chromium-linux/fast/html/details-open3-expected.png: * platform/chromium-linux/fast/html/details-open4-expected.png: * platform/chromium-linux/fast/html/details-open5-expected.png: * platform/chromium-linux/fast/html/details-open6-expected.png: * platform/chromium-linux/fast/html/details-position-expected.png: * platform/chromium-linux/fast/html/details-remove-child-1-expected.png: * platform/chromium-linux/fast/html/details-remove-child-2-expected.png: * platform/chromium-linux/fast/html/details-remove-summary-1-and-click-expected.png: * platform/chromium-linux/fast/html/details-remove-summary-1-expected.png: * platform/chromium-linux/fast/html/details-remove-summary-2-and-click-expected.png: * platform/chromium-linux/fast/html/details-remove-summary-2-expected.png: * platform/chromium-linux/fast/html/details-remove-summary-3-and-click-expected.png: * platform/chromium-linux/fast/html/details-remove-summary-3-expected.png: * platform/chromium-linux/fast/html/details-remove-summary-4-and-click-expected.png: * platform/chromium-linux/fast/html/details-remove-summary-4-expected.png: * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.png: * platform/chromium-linux/fast/html/details-remove-summary-5-expected.png: * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.png: * platform/chromium-linux/fast/html/details-remove-summary-6-expected.png: * platform/chromium-linux/fast/html/details-remove-summary-child-1-expected.png: * platform/chromium-linux/fast/html/details-remove-summary-child-2-expected.png: * platform/chromium-linux/fast/html/details-replace-summary-child-expected.png: * platform/chromium-linux/fast/html/details-replace-summary-child-expected.txt: * platform/chromium-linux/fast/html/details-replace-text-expected.png: * platform/chromium-linux/fast/html/details-replace-text-expected.txt: * platform/chromium-linux/fast/html/details-writing-mode-expected.png: * platform/chromium-linux/fast/images/imagemap-focus-ring-zoom-expected.png: * platform/chromium-linux/fast/repaint/reflection-repaint-test-expected.png: * platform/chromium-linux/fast/repaint/repaint-during-scroll-with-zoom-expected.png: * platform/chromium-linux/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: * platform/chromium-linux/fast/repaint/transform-layout-repaint-expected.png: * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.png: * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.txt: * platform/chromium-linux/fast/writing-mode/fieldsets-expected.png: * platform/chromium-linux/svg/as-border-image/svg-as-border-image-2-expected.png: * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png: * platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.png: * platform/chromium-linux/svg/zoom/page/zoom-hixie-mixed-009-expected.png: * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: * platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png: * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png: * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png: * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: * platform/chromium-win/compositing/shadows/shadow-drawing-expected.txt: * platform/chromium-win/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt: * platform/chromium-win/css3/flexbox/flexbox-baseline-expected.txt: * platform/chromium-win/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: * platform/chromium-win/fast/box-sizing/box-sizing-expected.txt: * platform/chromium-win/fast/forms/007-expected.txt: * platform/chromium-win/fast/forms/placeholder-position-expected.txt: * platform/chromium-win/fast/forms/search-vertical-alignment-expected.txt: * platform/chromium-win/fast/html/details-add-child-1-expected.txt: * platform/chromium-win/fast/html/details-add-child-2-expected.txt: * platform/chromium-win/fast/html/details-add-details-child-1-expected.txt: * platform/chromium-win/fast/html/details-add-details-child-2-expected.txt: * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.txt: * platform/chromium-win/fast/html/details-add-summary-1-expected.txt: * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.txt: * platform/chromium-win/fast/html/details-add-summary-10-expected.txt: * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.txt: * platform/chromium-win/fast/html/details-add-summary-2-expected.txt: * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.txt: * platform/chromium-win/fast/html/details-add-summary-3-expected.txt: * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.txt: * platform/chromium-win/fast/html/details-add-summary-4-expected.txt: * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.txt: * platform/chromium-win/fast/html/details-add-summary-5-expected.txt: * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.txt: * platform/chromium-win/fast/html/details-add-summary-6-expected.txt: * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.txt: * platform/chromium-win/fast/html/details-add-summary-7-expected.txt: * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.txt: * platform/chromium-win/fast/html/details-add-summary-8-expected.txt: * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.txt: * platform/chromium-win/fast/html/details-add-summary-9-expected.txt: * platform/chromium-win/fast/html/details-add-summary-child-1-expected.txt: * platform/chromium-win/fast/html/details-add-summary-child-2-expected.txt: * platform/chromium-win/fast/html/details-marker-style-expected.txt: * platform/chromium-win/fast/html/details-nested-1-expected.txt: * platform/chromium-win/fast/html/details-nested-2-expected.txt: * platform/chromium-win/fast/html/details-no-summary1-expected.txt: * platform/chromium-win/fast/html/details-no-summary2-expected.txt: * platform/chromium-win/fast/html/details-no-summary3-expected.txt: * platform/chromium-win/fast/html/details-no-summary4-expected.txt: * platform/chromium-win/fast/html/details-open-javascript-expected.txt: * platform/chromium-win/fast/html/details-open1-expected.txt: * platform/chromium-win/fast/html/details-open2-expected.txt: * platform/chromium-win/fast/html/details-open3-expected.txt: * platform/chromium-win/fast/html/details-open4-expected.txt: * platform/chromium-win/fast/html/details-open5-expected.txt: * platform/chromium-win/fast/html/details-open6-expected.txt: * platform/chromium-win/fast/html/details-position-expected.txt: * platform/chromium-win/fast/html/details-remove-child-1-expected.txt: * platform/chromium-win/fast/html/details-remove-child-2-expected.txt: * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.txt: * platform/chromium-win/fast/html/details-remove-summary-1-expected.txt: * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.txt: * platform/chromium-win/fast/html/details-remove-summary-2-expected.txt: * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.txt: * platform/chromium-win/fast/html/details-remove-summary-3-expected.txt: * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.txt: * platform/chromium-win/fast/html/details-remove-summary-4-expected.txt: * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.txt: * platform/chromium-win/fast/html/details-remove-summary-5-expected.txt: * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.txt: * platform/chromium-win/fast/html/details-remove-summary-6-expected.txt: * platform/chromium-win/fast/html/details-remove-summary-child-1-expected.txt: * platform/chromium-win/fast/html/details-remove-summary-child-2-expected.txt: * platform/chromium-win/fast/html/details-writing-mode-expected.txt: * platform/chromium-win/fast/images/imagemap-focus-ring-zoom-expected.txt: * platform/chromium-win/fast/inline-block/contenteditable-baseline-expected.txt: * platform/chromium-win/fast/writing-mode/fieldsets-expected.txt: * platform/chromium-win/media/media-document-audio-repaint-expected.txt: * platform/chromium-win/svg/as-border-image/svg-as-border-image-2-expected.txt: * platform/chromium-win/svg/as-border-image/svg-as-border-image-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-height-75p-on-target-svg-expected.png: * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: * platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt: * platform/chromium-win/tables/mozilla/bugs/bug30692-expected.txt: * platform/chromium/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: 2012-10-05 Jer Noble Enable ENCRYPTED_MEDIA support on Mac. https://bugs.webkit.org/show_bug.cgi?id=98044 Reviewed by Anders Carlsson. Add platform specific expected results. * platform/mac/fast/events/constructors/media-key-event-constructor-expected.txt: Added. * platform/chromium/fast/events/constructors/media-key-event-constructor-expected.txt: Copied from fast/events/constructors/media-key-event-constructor-expected.txt due to chromium expected results search order including platform/mac. 2012-10-12 Raphael Kubo da Costa [EFL] Unreviewed gardening. Move some WontFix tests to the right place in the file, and add some ImageOnlyFailures that showed up after updating Cairo to 1.12.4. * platform/efl/TestExpectations: 2012-10-12 Csaba Osztrogonác [Qt] Unreviewed gardening. * platform/qt-5.0-wk2/css3/filters/composited-during-animation-layertree-expected.txt: Updated. * platform/qt/TestExpectations: Skip a flakey test. 2012-10-12 Adam Barth More baselines updates after http://trac.webkit.org/changeset/131134. It seems http://trac.webkit.org/changeset/131158 wasn't quite complete. * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png: Removed. * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png: Removed. * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png: Removed. * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png: Removed. * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png: Removed. * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png: Removed. * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png: Removed. * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png: Removed. * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png: Removed. * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png: Removed. * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png: Removed. * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png: Removed. * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png: Removed. * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png: Removed. * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png: Removed. * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-no-markup-expected.png: Removed. * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Removed. * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Removed. * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Removed. * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Removed. * platform/chromium-linux-x86/svg/text/bidi-text-query-expected.txt: Removed. * platform/chromium-linux-x86/transforms/2d/hindi-rotated-expected.png: Removed. * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png: * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png: * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png: * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png: * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png: * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png: * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png: * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png: * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png: * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png: * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png: * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png: * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png: * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png: * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png: * platform/chromium-linux/svg/W3C-I18N/text-anchor-no-markup-expected.png: * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Removed. * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Removed. * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Removed. * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Removed. * platform/chromium-linux/svg/text/bidi-text-query-expected.txt: Removed. * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Removed. * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Removed. * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Removed. * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Removed. * platform/chromium-mac-snowleopard/svg/text/bidi-text-query-expected.txt: Removed. * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Removed. * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Removed. * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Removed. * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Removed. * platform/chromium-win-xp/svg/text/bidi-text-query-expected.txt: Removed. 2012-10-12 Adam Barth Note that this test is flaky. * platform/chromium/TestExpectations: 2012-10-12 Raphael Kubo da Costa [EFL] More pixel expectations and gardening. Skip some pixel tests which are failing in WK1 and add correct PNG baselines for quite a few tests which render correctly in WK2. * platform/efl-wk1/TestExpectations: * platform/efl/TestExpectations: * platform/efl/compositing/fixed-position-scroll-offset-history-restore-expected.png: Added. * platform/efl/compositing/geometry/fixed-in-composited-expected.png: * platform/efl/compositing/geometry/horizontal-scroll-composited-expected.png: * platform/efl/compositing/geometry/video-fixed-scrolling-expected.png: * platform/efl/compositing/overflow/fixed-position-ancestor-clip-expected.png: * platform/efl/compositing/repaint/newly-composited-repaint-rect-expected.png: Added. * platform/efl/fast/block/positioning/rtl-fixed-positioning-expected.png: * platform/efl/fast/block/positioning/vertical-rl/fixed-positioning-expected.png: * platform/efl/fast/dynamic/anchor-lock-expected.png: * platform/efl/fast/events/autoscroll-expected.png: * platform/efl/fast/events/reveal-link-when-focused-expected.png: * platform/efl/fast/layers/scroll-rect-to-visible-expected.png: * platform/efl/fast/multicol/scrolling-overflow-expected.png: * platform/efl/fast/multicol/shrink-to-column-height-for-pagination-expected.png: * platform/efl/fast/overflow/clip-rects-fixed-ancestor-expected.png: * platform/efl/fast/overflow/position-fixed-transform-clipping-expected.png: * platform/efl/fast/overflow/scrollRevealButton-expected.png: * platform/efl/fast/repaint/absolute-position-changed-expected.png: * platform/efl/fast/repaint/fixed-after-scroll-expected.png: * platform/efl/fast/repaint/fixed-and-absolute-position-scrolled-expected.png: * platform/efl/fast/repaint/fixed-child-move-after-scroll-expected.png: * platform/efl/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png: * platform/efl/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png: * platform/efl/fast/repaint/fixed-expected.png: * platform/efl/fast/repaint/fixed-move-after-scroll-expected.png: * platform/efl/fast/repaint/fixed-scale-expected.png: * platform/efl/fast/repaint/fixed-scroll-simple-expected.png: * platform/efl/fast/repaint/fixed-table-cell-expected.png: * platform/efl/fast/repaint/fixed-table-overflow-expected.png: * platform/efl/fast/repaint/fixed-table-overflow-zindex-expected.png: * platform/efl/fast/repaint/fixed-tranformed-expected.png: * platform/efl/fast/repaint/repaint-during-scroll-expected.png: * platform/efl/fast/repaint/scroll-absolute-layer-with-reflection-expected.png: * platform/efl/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png: * platform/efl/fast/repaint/scroll-fixed-layer-with-reflection-expected.png: * platform/efl/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png: * platform/efl/fast/repaint/scroll-fixed-reflected-layer-expected.png: * platform/efl/fast/repaint/scroll-in-fixed-layer-expected.png: * platform/efl/fast/repaint/scroll-relative-table-inside-table-cell-expected.png: Added. * platform/efl/fast/text/atsui-negative-spacing-features-expected.png: * platform/efl/fast/text/justify-ideograph-complex-expected.png: * platform/efl/fast/text/large-text-composed-char-expected.png: * platform/efl/http/tests/loading/simple-subframe-expected.png: Added. * platform/efl/svg/as-image/img-preserveAspectRatio-support-1-expected.png: * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png: * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png: * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png: * platform/efl/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png: * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png: * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png: * platform/efl/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png: * platform/efl/tables/mozilla_expected_failures/bugs/bug1647-expected.png: Added. 2012-10-12 Sudarsana Nagineni [EFL] Gardening of the WK2 Debug Bot failing tests https://bugs.webkit.org/show_bug.cgi?id=99184 Unreviewed EFL gardening. Skip failing tests on WK2 debug bot. Also, unskip tests that are consistently passing. * platform/efl-wk1/TestExpectations: * platform/efl-wk2/TestExpectations: * platform/efl-wk2/http/tests/loading/text-content-type-with-binary-extension-expected.txt: * platform/efl/TestExpectations: 2012-10-12 Alexander Pavlov Unreviewed, rebaseline inspector/styles/region-style-crash.html after r131176. * inspector/styles/region-style-crash-expected.txt: 2012-10-12 Alexander Pavlov Web Inspector: [Styles] !important priority not honored inside the same declaration https://bugs.webkit.org/show_bug.cgi?id=99170 Reviewed by Yury Semikhatsky. * inspector/elements/elements-panel-styles-expected.txt: * inspector/elements/resources/elements-panel-styles.css: (.foo): 2012-10-12 Sudarsana Nagineni [EFL] Gardening to make the bots green https://bugs.webkit.org/show_bug.cgi?id=99176 Unreviewed EFL gardening. Skip failing tests in order to make the bots green. * platform/efl/TestExpectations: 2012-10-12 Michał Pakuła vel Rutka Unreviewed EFL gardening. https://bugs.webkit.org/show_bug.cgi?id=99161 Unskip editing/pasteboard and add test expectations for failing tests. * platform/efl/TestExpectations: 2012-10-12 Pavel Feldman Web Inspector: relies on current Function.prototype.bind in the frame https://bugs.webkit.org/show_bug.cgi?id=99164 Reviewed by Yury Semikhatsky. * inspector/console/command-line-api-expected.txt: * inspector/console/console-bind-fake-expected.txt: Added. * inspector/console/console-bind-fake.html: Added. 2012-10-12 Csaba Osztrogonác [Qt] Unreviewed gardening, update expected files, skip new failing tests. * platform/qt-5.0-wk2/TestExpectations: * platform/qt-5.0-wk2/css3/filters/composited-during-animation-layertree-expected.txt: Added. * platform/qt-5.0-wk2/fast/multicol/shrink-to-column-height-for-pagination-expected.png: Added. * platform/qt-5.0-wk2/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Added. 2012-10-12 Alexander Pavlov Web Inspector: [Styles] Colors should be "As authored" by default https://bugs.webkit.org/show_bug.cgi?id=99017 Reviewed by Vsevolod Vlasov. Test rebaselines. * inspector/elements/elements-panel-styles-expected.txt: * inspector/styles/inject-stylesheet-expected.txt: * inspector/styles/lazy-computed-style-expected.txt: * inspector/styles/styles-computed-trace-expected.txt: * inspector/styles/styles-overriden-properties-expected.txt: * inspector/styles/styles-update-from-js-expected.txt: * inspector/styles/variables/css-variables-expected.txt: * platform/chromium/inspector/styles/inject-stylesheet-expected.txt: 2012-10-12 Vsevolod Vlasov Web Inspector: Extract domain specific editing handling logic from UISourceCode descendants (step 1). https://bugs.webkit.org/show_bug.cgi?id=98912 Reviewed by Pavel Feldman. * inspector/debugger/live-edit.html: * inspector/extensions/extensions-resources.html: 2012-10-12 Kenichi Ishibashi Unreviewed test expectations update after r131134 * platform/chromium-linux/css3/font-feature-settings-rendering-expected.txt: * platform/chromium-linux/fast/text/atsui-negative-spacing-features-expected.png: * platform/chromium-linux/fast/text/atsui-spacing-features-expected.png: * platform/chromium-linux/fast/text/cg-vs-atsui-expected.png: * platform/chromium-linux/fast/text/complex-text-opacity-expected.png: * platform/chromium-linux/fast/text/drawBidiText-expected.png: * platform/chromium-linux/fast/text/international/arabic-justify-expected.png: * platform/chromium-linux/fast/text/international/arabic-vertical-offset-expected.png: * platform/chromium-linux/fast/text/international/complex-joining-using-gpos-expected.png: * platform/chromium-linux/fast/text/international/hebrew-vowels-expected.png: * platform/chromium-linux/fast/text/international/hindi-spacing-expected.png: * platform/chromium-linux/fast/text/international/khmer-selection-expected.png: * platform/chromium-linux/fast/text/international/khmer-selection-expected.txt: * platform/chromium-linux/fast/text/international/text-spliced-font-expected.png: * platform/chromium-linux/fast/text/international/thai-line-breaks-expected.png: * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png: * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png: * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png: * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png: * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png: * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png: * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png: * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png: * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png: * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png: * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png: * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png: * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png: * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png: * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png: * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png: * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png: * platform/chromium-linux/svg/W3C-I18N/text-anchor-no-markup-expected.png: * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png: * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png: * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png: * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png: * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png: * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png: * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png: * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png: * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png: * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png: * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png: * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png: * platform/chromium-linux/svg/W3C-I18N/tspan-direction-rtl-expected.png: * platform/chromium-linux/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png: * platform/chromium-linux/svg/W3C-SVG-1.1/text-intro-05-t-expected.png: * platform/chromium-linux/svg/text/bidi-text-query-expected.png: * platform/chromium-linux/svg/text/bidi-text-query-expected.txt: * platform/chromium-linux/svg/text/bidi-tspans-expected.png: * platform/chromium-linux/svg/text/text-intro-05-t-expected.png: * platform/chromium-linux/svg/text/text-with-geometric-precision-expected.png: * platform/chromium-linux/transforms/2d/hindi-rotated-expected.png: * platform/chromium/TestExpectations: 2012-10-12 Zan Dobersek Unreviewed GTK gardening. Rebaselining fast/dom/Window/window-properties-performance.html after r131106. Adding a failure expectation for a transitions blend mode test added in r131146. * platform/gtk/TestExpectations: * platform/gtk/fast/dom/Window/window-properties-performance-expected.txt: 2012-10-12 Kenichi Ishibashi [WebSocket] Add "Cache-Control: no-cache" to handshake request https://bugs.webkit.org/show_bug.cgi?id=98000 Reviewed by Yuta Kitamura. Add a test for no-cache headers check. * http/tests/websocket/tests/hybi/nocache-expected.txt: Added. * http/tests/websocket/tests/hybi/nocache-test_wsh.py: Added. (web_socket_do_extra_handshake): (web_socket_transfer_data): * http/tests/websocket/tests/hybi/nocache.html: Added. 2012-10-12 Zoltan Arvai [Qt] Unreviewed gardening. Skip test using disabled SHADOW_DOM. * platform/qt/TestExpectations: Skip fast/dom/shadow/insertion-point-resetStyleInheritance.html. 2012-10-11 Shinya Kawanaka [Chromium] Unreviewed gardening, TestExpectation updated. * platform/chromium/TestExpectations: 2012-10-11 Rik Cabanier Bad copy constructor in StyleRareNonInheritedData https://bugs.webkit.org/show_bug.cgi?id=98950 Reviewed by Eric Seidel. Typo in copy constructor caused blendmode to always be the default. * platform/chromium/TestExpectations: * transitions/blendmode-transitions-expected.txt: Added. * transitions/blendmode-transitions.html: Added. * transitions/resources/transition-test-helpers.js: * transitions/svg-transitions-expected.txt: 2012-10-11 Shinya Kawanaka [Chromium] Unreviewed gardening, TestExpectation updated. * platform/chromium/TestExpectations: 2012-10-11 Shinya Kawanaka [Chromium] Unreviewed gardening, TestExpectations updated. * platform/chromium/TestExpectations: 2012-10-11 Takashi Sakamoto [Shadow DOM] Insertion points need resetStyleInheritance https://bugs.webkit.org/show_bug.cgi?id=93922 Reviewed by Dimitri Glazkov. * fast/dom/shadow/insertion-point-resetStyleInheritance-expected.txt: Added. * fast/dom/shadow/insertion-point-resetStyleInheritance.html: Added. 2012-10-11 Kenichi Ishibashi [Chromium] Use harfbuzz-ng by default on Linux https://bugs.webkit.org/show_bug.cgi?id=97281 Reviewed by Tony Chang. * platform/chromium/TestExpectations: Added temporary expectations. 2012-10-11 Shinya Kawanaka [Chromium] Unreviewed gardening, rebaselined. * platform/chromium-linux/platform/chromium/compositing/tiny-layer-rotated-expected.png: * platform/chromium-mac/platform/chromium/compositing/tiny-layer-rotated-expected.png: * platform/chromium-win/platform/chromium/compositing/tiny-layer-rotated-expected.png: 2012-10-11 Shinya Kawanaka [Chromium] Unreviewed gardening, rebaselined. * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png: 2012-10-11 Sheriff Bot Unreviewed, rolling out r131100. http://trac.webkit.org/changeset/131100 https://bugs.webkit.org/show_bug.cgi?id=99127 Caused an ASSERT (Requested by abarth|gardening on #webkit). * css3/filters/custom/custom-filter-composite-operators-expected.png: Removed. * css3/filters/custom/custom-filter-composite-operators-expected.txt: Removed. * css3/filters/custom/custom-filter-composite-operators.html: Removed. 2012-10-11 Adam Barth Add baselines for the rest of the platforms after http://trac.webkit.org/changeset/131111 * platform/chromium-linux/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Removed. * platform/chromium-mac-snowleopard/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added. * platform/chromium-mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added. * platform/chromium-mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Added. * platform/chromium-win/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added. * platform/chromium-win/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Added. 2012-10-11 Sheriff Bot Unreviewed, rolling out r131107. http://trac.webkit.org/changeset/131107 https://bugs.webkit.org/show_bug.cgi?id=99126 Causes an ASSERT (Requested by abarth|gardening on #webkit). * accessibility/secure-textfield-title-ui.html: * accessibility/title-ui-element-correctness-expected.txt: Removed. * accessibility/title-ui-element-correctness.html: Removed. * perf/accessibility-title-ui-element-expected.txt: Removed. * perf/accessibility-title-ui-element.html: Removed. * platform/chromium/TestExpectations: 2012-10-11 Jeffrey Pfau [Mac] Temporarily mark fast/canvas/webgl/arraybuffer-transfer-of-control.html as failing https://bugs.webkit.org/show_bug.cgi?id=99096 * platform/mac/TestExpectations: 2012-10-11 Levi Weintraub [Sub pixel layout] Fast-path iframe scrolling can picks up an extra pixel https://bugs.webkit.org/show_bug.cgi?id=98571 Reviewed by Emil A Eklund. Tests scrolling of sub-pixel layers on sub-pixel platforms (Chromium). * fast/sub-pixel/sub-pixel-iframe-copy-on-scroll.html: Added. * platform/chromium-linux/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.png: Added. * platform/chromium-linux/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt: Added. * platform/chromium-linux/fast/repaint/repaint-across-writing-mode-boundary-expected.png: The repaint rect shrinks safely by one pixel. * platform/chromium/TestExpectations: * platform/mac-lion/TestExpectations: * platform/mac-snowleopard/TestExpectations: * platform/mac-wk2/TestExpectations: * platform/mac/TestExpectations: * platform/qt-4.8/TestExpectations: * platform/qt/TestExpectations: * platform/win-wk2/TestExpectations: * platform/win-xp/TestExpectations: * platform/win/TestExpectations: * platform/wincairo/TestExpectations: * platform/wk2/TestExpectations: 2012-10-11 Dominic Mazzoni AX: labelForElement is slow when there are a lot of DOM elements https://bugs.webkit.org/show_bug.cgi?id=97825 Reviewed by Ryosuke Niwa. Adds two new tests for titleUIElement that run on both Mac and Chromium. One tests correctness, the other tests speed. Fixes one test so that it passes on Chromium. Enables other tests that now pass on Chromium. * accessibility/secure-textfield-title-ui.html: * accessibility/title-ui-element-correctness-expected.txt: Added. * accessibility/title-ui-element-correctness.html: Added. * perf/accessibility-title-ui-element-expected.txt: Added. * perf/accessibility-title-ui-element.html: Added. * platform/chromium/TestExpectations: 2012-10-11 James Simonsen unprefix window.performance.webkitNow() https://bugs.webkit.org/show_bug.cgi?id=88278 Reviewed by Tony Gentilcore. * fast/dom/Window/window-properties-performance-expected.txt: * fast/performance/performance-now-timestamps-expected.txt: * fast/performance/script-tests/performance-now-timestamps.js: * platform/chromium/TestExpectations: Remove skipped expectation. * platform/efl/TestExpectations: * platform/efl/fast/dom/Window/window-properties-performance-expected.txt: * platform/gtk/TestExpectations: * platform/qt/TestExpectations: * platform/qt/fast/dom/Window/window-properties-performance-expected.txt: * resources/magnitude-perf.js: (Magnitude._runIteration): 2012-10-11 Huang Dongsung [CSS Shaders] Make custom filters use a premultiplied buffer. https://bugs.webkit.org/show_bug.cgi?id=98396 Reviewed by Dean Jackson. Add test to check that the DOM element texture composites correctly when source alpha is a fractional value. * css3/filters/custom/custom-filter-composite-fractional-source-alpha-expected.html: Added. * css3/filters/custom/custom-filter-composite-fractional-source-alpha.html: Added. 2012-10-11 Huang Dongsung [CSS Shaders] Implement all composite operators except destination and lighter. https://bugs.webkit.org/show_bug.cgi?id=97859 Reviewed by Dean Jackson. Add test to check that the DOM element texture composites correctly with the css_MixColor variable from the author's shader for each composite operator. * css3/filters/custom/custom-filter-composite-operators-expected.png: Added. * css3/filters/custom/custom-filter-composite-operators-expected.txt: Added. * css3/filters/custom/custom-filter-composite-operators.html: Added. 2012-10-11 Adam Barth One more baseline tweak after v8-i18n roll. * platform/chromium/fast/js/date-proto-generic-invocation-expected.txt: Replaced. 2012-10-11 Filip Pizlo UInt32ToNumber and OSR exit should be aware of copy propagation and correctly recover both versions of a variable that was subject to a UInt32ToNumber cast https://bugs.webkit.org/show_bug.cgi?id=99100 Reviewed by Michael Saboff and Mark Hahnenberg. * fast/js/dfg-uint32-to-number-in-middle-of-copy-propagation-expected.txt: Added. * fast/js/dfg-uint32-to-number-in-middle-of-copy-propagation.html: Added. * fast/js/jsc-test-list: * fast/js/script-tests/dfg-uint32-to-number-in-middle-of-copy-propagation.js: Added. (foo): 2012-10-11 Joshua Bell IndexedDB: IDL types defined in spec should be visible to scripts https://bugs.webkit.org/show_bug.cgi?id=99093 Reviewed by Adam Barth. Verify that interfaces defined in the IDB spec's WebIDL are present on the global object. * storage/indexeddb/interfaces-expected.txt: Added. * storage/indexeddb/interfaces.html: Added. * storage/indexeddb/resources/interfaces.js: Added. * storage/indexeddb/resources/shared.js: Remove assertion redundant with this test. (test): 2012-10-11 Adam Barth Rebaseline these tests after v8-i18n roll. * platform/chromium/fast/js/kde/StringObject-expected.txt: * platform/chromium/fast/js/kde/function_length-expected.txt: Added. * platform/chromium/fast/js/kde/inbuilt_function_tostring-expected.txt: Added. * platform/chromium/fast/js/string-prototype-properties-expected.txt: * platform/chromium/inspector-protocol/runtime-getProperties-expected.txt: 2012-10-11 Jeffrey Pfau [WK2] WTR needs an implementation of setAsynchronousSpellCheckingEnabled https://bugs.webkit.org/show_bug.cgi?id=81042 Unreviewed, skipped a test that requires setAsynchronousSpellCheckingEnabled * platform/wk2/TestExpectations: 2012-10-11 Adam Barth I'm not 100% sure what caused this test to change behavior, but fewer unexpected exceptions seems like a good thing. * platform/chromium/http/tests/media: Added. * platform/chromium/http/tests/media/media-source: Added. * platform/chromium/http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt: Added. 2012-10-11 Adam Barth Note that this test is flaky. * platform/chromium/TestExpectations: 2012-10-11 Csaba Osztrogonác [Qt] Unreviewed gardening, skip new failing tests. * platform/qt/TestExpectations: 2012-10-11 Csaba Osztrogonác [Qt] Unreviewed gardening, unskip and rebase now passing tests. * platform/qt/TestExpectations: * platform/qt/css2.1/20110323/inline-table-001-expected.png: Added. * platform/qt/css2.1/20110323/inline-table-001-expected.txt: Added. * platform/qt/css2.1/20110323/inline-table-002a-expected.png: Copied from LayoutTests/platform/qt/svg/custom/visibility-override-filter-expected.png. * platform/qt/css2.1/20110323/inline-table-002a-expected.txt: Added. * platform/qt/css2.1/20110323/inline-table-003-expected.png: Added. * platform/qt/css2.1/20110323/inline-table-003-expected.txt: Added. * platform/qt/css2.1/20110323/table-height-algorithm-023-expected.png: Added. * platform/qt/css2.1/20110323/table-height-algorithm-023-expected.txt: Added. * platform/qt/css2.1/20110323/table-height-algorithm-024-expected.png: Added. * platform/qt/css2.1/20110323/table-height-algorithm-024-expected.txt: Added. * platform/qt/css2.1/t051201-c23-first-line-00-b-expected.png: Added. * platform/qt/css2.1/t051201-c23-first-line-00-b-expected.txt: * platform/qt/css3/filters/blur-filter-page-scroll-expected.png: * platform/qt/css3/filters/blur-filter-page-scroll-parents-expected.png: * platform/qt/css3/filters/blur-filter-page-scroll-self-expected.png: Copied from LayoutTests/platform/qt/css3/filters/blur-filter-page-scroll-expected.png. * platform/qt/css3/filters/blur-filter-page-scroll-self-expected.txt: Added. * platform/qt/css3/filters/composited-during-animation-expected.txt: Added. * platform/qt/css3/filters/composited-during-animation-layertree-expected.txt: Added. * platform/qt/css3/filters/composited-during-transition-layertree-expected.txt: Added. * platform/qt/css3/filters/effect-reference-ordering-expected.png: * platform/qt/css3/images/cross-fade-background-size-expected.png: Added. * platform/qt/css3/images/cross-fade-background-size-expected.txt: Added. * platform/qt/css3/unicode-bidi-isolate-basic-expected.png: Added. * platform/qt/css3/unicode-bidi-isolate-basic-expected.txt: Added. * platform/qt/editing/inserting/multiple-lines-selected-expected.png: Added. * platform/qt/editing/inserting/multiple-lines-selected-expected.txt: Added. * platform/qt/fast/borders/rtl-border-04-expected.png: Added. * platform/qt/fast/borders/rtl-border-04-expected.txt: Added. * platform/qt/fast/borders/rtl-border-05-expected.png: Added. * platform/qt/fast/borders/rtl-border-05-expected.txt: Added. * platform/qt/fast/box-shadow/single-pixel-shadow-expected.png: Added. * platform/qt/fast/box-shadow/single-pixel-shadow-expected.txt: Added. * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.png: Added. * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.txt: Added. * platform/qt/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Added. * platform/qt/fast/css/text-overflow-ellipsis-text-align-center-expected.txt: Added. * platform/qt/fast/css/text-overflow-ellipsis-text-align-justify-expected.png: Added. * platform/qt/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt: Added. * platform/qt/fast/css/text-overflow-ellipsis-text-align-left-expected.png: Added. * platform/qt/fast/css/text-overflow-ellipsis-text-align-left-expected.txt: Added. * platform/qt/fast/css/text-overflow-ellipsis-text-align-right-expected.png: Added. * platform/qt/fast/css/text-overflow-ellipsis-text-align-right-expected.txt: Added. * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Added. * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt: Added. * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.png: Added. * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.txt: Added. * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.png: Added. * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.txt: Added. * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.png: Added. * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt: Added. * platform/qt/fast/dom/34176-expected.png: Added. * platform/qt/fast/dom/34176-expected.txt: Added. * platform/qt/fast/forms/input-placeholder-paint-order-expected.png: Added. * platform/qt/fast/forms/input-placeholder-paint-order-expected.txt: Added. * platform/qt/fast/forms/select/optgroup-rendering-expected.png: Added. * platform/qt/fast/forms/select/optgroup-rendering-expected.txt: Added. * platform/qt/fast/forms/textarea/textarea-placeholder-paint-order-expected.png: Added. * platform/qt/fast/forms/textarea/textarea-placeholder-paint-order-expected.txt: Added. * platform/qt/fast/inline/inline-box-background-expected.png: Added. * platform/qt/fast/inline/inline-box-background-expected.txt: Added. * platform/qt/fast/inline/inline-box-background-long-image-expected.png: Added. * platform/qt/fast/inline/inline-box-background-long-image-expected.txt: Added. * platform/qt/fast/inline/inline-box-background-repeat-x-expected.png: Added. * platform/qt/fast/inline/inline-box-background-repeat-x-expected.txt: Added. * platform/qt/fast/inline/inline-box-background-repeat-y-expected.png: Added. * platform/qt/fast/inline/inline-box-background-repeat-y-expected.txt: Added. * platform/qt/fast/multicol/shrink-to-column-height-for-pagination-expected.png: Copied from LayoutTests/platform/qt/svg/custom/visibility-override-filter-expected.png. * platform/qt/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Added. * platform/qt/fast/reflections/reflection-with-zoom-expected.png: Added. * platform/qt/fast/reflections/reflection-with-zoom-expected.txt: Added. * platform/qt/fast/repaint/repaint-during-scroll-with-zoom-expected.png: Copied from LayoutTests/platform/qt/css3/filters/blur-filter-page-scroll-expected.png. * platform/qt/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Added. * platform/qt/fast/speech/input-appearance-searchandspeech-expected.png: * platform/qt/fast/speech/input-appearance-searchandspeech-expected.txt: * platform/qt/fast/speech/input-appearance-speechbutton-expected.png: * platform/qt/fast/speech/input-appearance-speechbutton-expected.txt: * platform/qt/fast/table/mozilla-bug10296-vertical-align-1-expected.png: Added. * platform/qt/fast/table/mozilla-bug10296-vertical-align-1-expected.txt: Added. * platform/qt/fast/table/mozilla-bug10296-vertical-align-2-expected.png: Added. * platform/qt/fast/table/mozilla-bug10296-vertical-align-2-expected.txt: Added. * platform/qt/fast/table/table-row-outline-paint-expected.png: Added. * platform/qt/fast/table/table-row-outline-paint-expected.txt: Added. * platform/qt/http/tests/misc/willCacheResponse-delegate-callback-expected.txt: Added. * platform/qt/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.png: Added. * platform/qt/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Added. * platform/qt/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.png: * platform/qt/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt: Added. * platform/qt/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt: * platform/qt/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png: Added. * platform/qt/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt: Added. * platform/qt/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: Added. * platform/qt/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Added. * platform/qt/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png: Added. * platform/qt/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Added. * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png: Added. * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt: Added. * platform/qt/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png: Added. * platform/qt/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: Added. * platform/qt/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt: * platform/qt/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt: * platform/qt/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt: * platform/qt/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: * platform/qt/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt: * platform/qt/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt: * platform/qt/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png: * platform/qt/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt: * platform/qt/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt: * platform/qt/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.png: Added. * platform/qt/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt: Added. * platform/qt/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: * platform/qt/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt: * platform/qt/svg/batik/filters/feTile-expected.png: Added. * platform/qt/svg/batik/filters/feTile-expected.txt: * platform/qt/svg/batik/paints/patternRegions-expected.png: * platform/qt/svg/batik/paints/patternRegions-expected.txt: * platform/qt/svg/batik/paints/patternRegions-positioned-objects-expected.png: * platform/qt/svg/batik/paints/patternRegions-positioned-objects-expected.txt: * platform/qt/svg/batik/text/textEffect-expected.png: * platform/qt/svg/batik/text/textEffect-expected.txt: * platform/qt/svg/batik/text/textEffect3-expected.png: * platform/qt/svg/batik/text/textEffect3-expected.txt: * platform/qt/svg/batik/text/textLayout-expected.png: Added. * platform/qt/svg/batik/text/textLayout-expected.txt: Added. * platform/qt/svg/batik/text/textOnPathSpaces-expected.png: Added. * platform/qt/svg/batik/text/textOnPathSpaces-expected.txt: Added. * platform/qt/svg/batik/text/textStyles-expected.png: Added. * platform/qt/svg/batik/text/textStyles-expected.txt: Added. * platform/qt/svg/batik/text/verticalText-expected.png: Added. * platform/qt/svg/batik/text/verticalText-expected.txt: Added. * platform/qt/svg/batik/text/xmlSpace-expected.png: Added. * platform/qt/svg/batik/text/xmlSpace-expected.txt: Added. * platform/qt/svg/clip-path/clip-in-clip-expected.png: Copied from LayoutTests/platform/qt/svg/custom/visibility-override-filter-expected.png. * platform/qt/svg/clip-path/clip-in-clip-expected.txt: Added. * platform/qt/svg/clip-path/clipper-placement-issue-expected.png: Copied from LayoutTests/platform/qt/svg/custom/visibility-override-filter-expected.png. * platform/qt/svg/clip-path/clipper-placement-issue-expected.txt: Added. * platform/qt/svg/css/group-with-shadow-expected.png: Added. * platform/qt/svg/css/group-with-shadow-expected.txt: Added. * platform/qt/svg/custom/clip-path-with-css-transform-1-expected.png: Copied from LayoutTests/platform/qt/css3/filters/blur-filter-page-scroll-expected.png. * platform/qt/svg/custom/clip-path-with-css-transform-1-expected.txt: Added. * platform/qt/svg/custom/clip-path-with-css-transform-2-expected.png: Copied from LayoutTests/platform/qt/css3/filters/blur-filter-page-scroll-expected.png. * platform/qt/svg/custom/clip-path-with-css-transform-2-expected.txt: Added. * platform/qt/svg/custom/feComponentTransfer-Discrete-expected.png: Added. * platform/qt/svg/custom/feComponentTransfer-Discrete-expected.txt: Added. * platform/qt/svg/custom/feComponentTransfer-Gamma-expected.png: Added. * platform/qt/svg/custom/feComponentTransfer-Gamma-expected.txt: Added. * platform/qt/svg/custom/feComponentTransfer-Linear-expected.png: Added. * platform/qt/svg/custom/feComponentTransfer-Linear-expected.txt: Added. * platform/qt/svg/custom/feComponentTransfer-Table-expected.png: Added. * platform/qt/svg/custom/feComponentTransfer-Table-expected.txt: Added. * platform/qt/svg/custom/gradient-deep-referencing-expected.txt: * platform/qt/svg/custom/gradient-with-1d-boundingbox-expected.txt: * platform/qt/svg/custom/hit-test-with-br-expected.png: Added. * platform/qt/svg/custom/hit-test-with-br-expected.txt: Added. * platform/qt/svg/custom/js-late-pattern-and-object-creation-expected.png: Added. * platform/qt/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added. * platform/qt/svg/custom/js-late-pattern-creation-expected.png: Added. * platform/qt/svg/custom/js-late-pattern-creation-expected.txt: Added. * platform/qt/svg/custom/junk-data-expected.png: Added. * platform/qt/svg/custom/junk-data-expected.txt: Added. * platform/qt/svg/custom/missing-xlink-expected.png: * platform/qt/svg/custom/missing-xlink-expected.txt: * platform/qt/svg/custom/non-scaling-stroke-expected.png: * platform/qt/svg/custom/non-scaling-stroke-expected.txt: * platform/qt/svg/custom/painting-marker-07-f-inherit-expected.png: Copied from LayoutTests/platform/qt/css3/filters/blur-filter-page-scroll-expected.png. * platform/qt/svg/custom/painting-marker-07-f-inherit-expected.txt: Added. * platform/qt/svg/custom/path-bad-data-expected.png: * platform/qt/svg/custom/path-bad-data-expected.txt: * platform/qt/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png: * platform/qt/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.txt: Added. * platform/qt/svg/custom/recursive-gradient-expected.txt: * platform/qt/svg/custom/relative-sized-content-with-resources-expected.png: * platform/qt/svg/custom/relative-sized-content-with-resources-expected.txt: * platform/qt/svg/custom/small-rect-scale-expected.png: Copied from LayoutTests/platform/qt/svg/custom/visibility-override-filter-expected.png. * platform/qt/svg/custom/small-rect-scale-expected.txt: Added. * platform/qt/svg/custom/stroked-pattern-expected.txt: * platform/qt/svg/custom/use-font-face-crash-expected.png: * platform/qt/svg/custom/use-font-face-crash-expected.txt: * platform/qt/svg/custom/use-invalid-pattern-expected.txt: Added. * platform/qt/svg/custom/visibility-override-filter-expected.png: * platform/qt/svg/dom/length-list-parser-expected.txt: * platform/qt/svg/filters/big-sized-filter-2-expected.png: Added. * platform/qt/svg/filters/big-sized-filter-2-expected.txt: Added. * platform/qt/svg/filters/big-sized-filter-expected.png: Added. * platform/qt/svg/filters/big-sized-filter-expected.txt: Added. * platform/qt/svg/foreignObject/fO-display-none-expected.png: Copied from LayoutTests/platform/qt/css3/filters/blur-filter-page-scroll-expected.png. * platform/qt/svg/foreignObject/fO-display-none-expected.txt: Added. * platform/qt/svg/foreignObject/fO-display-none-with-relative-pos-content-expected.png: Copied from LayoutTests/platform/qt/css3/filters/blur-filter-page-scroll-expected.png. * platform/qt/svg/foreignObject/fO-display-none-with-relative-pos-content-expected.txt: Added. * platform/qt/svg/hixie/data-types/002-expected.png: Added. * platform/qt/svg/hixie/data-types/002-expected.txt: Added. * platform/qt/svg/hixie/error/012-expected.png: Added. * platform/qt/svg/hixie/error/012-expected.txt: Added. * platform/qt/svg/hixie/perf/006-expected.png: * platform/qt/svg/hixie/perf/006-expected.txt: * platform/qt/svg/text/bidi-embedded-direction-expected.png: Added. * platform/qt/svg/text/bidi-embedded-direction-expected.txt: Added. * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.png: Added. * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: Added. * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.png: Added. * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: Added. * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.png: Added. * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: Added. * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.png: Added. * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: Added. * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.png: Added. * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: Added. * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.png: Added. * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: Added. * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.png: Added. * platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: Added. * platform/qt/svg/text/text-rescale-expected.png: Added. * platform/qt/svg/text/text-rescale-expected.txt: Added. * platform/qt/svg/zoom/page/zoom-coords-viewattr-01-b-expected.png: * platform/qt/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: * platform/qt/svg/zoom/text/zoom-coords-viewattr-01-b-expected.png: Added. * platform/qt/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt: 2012-10-11 Dan Bernstein Combined text reverts to full-width font after a style change https://bugs.webkit.org/show_bug.cgi?id=99009 Reviewed by John Sullivan. * fast/text/text-combine-width-after-style-change-expected.html: Added. * fast/text/text-combine-width-after-style-change.html: Added. 2012-10-11 Hayato Ito Update ComposedShadowTreeWalker for Shadow DOM re-projection. https://bugs.webkit.org/show_bug.cgi?id=97151 Reviewed by Dimitri Glazkov. * fast/dom/shadow/composed-shadow-tree-walker-expected.txt: * fast/dom/shadow/composed-shadow-tree-walker.html: * fast/dom/shadow/resources/shadow-dom.js: (createShadowRootWithAttributes): (createDOM): * fast/dom/shadow/shadow-dom-event-dispatching.html: * fast/dom/shadow/shadowdom-reprojection-1-expected.html: Added. * fast/dom/shadow/shadowdom-reprojection-1.html: Added. * fast/dom/shadow/shadowdom-reprojection-2-expected.html: Added. * fast/dom/shadow/shadowdom-reprojection-2.html: Added. 2012-10-11 Joshua Bell WebIDL: overloaded methods prevent number -> string conversion https://bugs.webkit.org/show_bug.cgi?id=85326 Reviewed by Kentaro Hara. Updated expectations - new (more generic) console warnings. * storage/indexeddb/cursor-overloads-expected.txt: * storage/indexeddb/legacy-constants-expected.txt: 2012-10-11 Zan Dobersek Unreviewed GTK gardening. Cleaning up the expected failures section. Any test that is marked as a WontFix should now have a small comment about the reasoning for such expectation, but no bug modifier. Any other expectation should now have a dedicated bug entry in the bugzilla that has the Gtk and LayoutTestFailure keywords. Also removed some outdated expectations or moved them into the failing tests section. * platform/gtk/TestExpectations: 2012-10-11 Ádám Kallai [Qt] Unreviewed gardening after 131050, 131051. * platform/qt-5.0-wk2/TestExpectations: * platform/qt/TestExpectations: 2012-10-11 Kenichi Ishibashi REGRESSION(130231): Causes 3 complex font test failures on EFL / Harfbuzz+Freetype https://bugs.webkit.org/show_bug.cgi?id=98247 Reviewed by Kenneth Rohde Christiansen. Removing temporary failures of complex font cases. * platform/efl/TestExpectations: 2012-10-11 Mikhail Pozdnyakov REGRESSION (r129478-r129480): http/tests/loading/text-content-type-with-binary-extension.html failing on Apple MountainLion Debug WK2 (Tests) https://bugs.webkit.org/show_bug.cgi?id=98527 Reviewed by Kenneth Rohde Christiansen. Rebased http/tests/loading/text-content-type-with-binary-extension.html for WK2 EFL, as dumping order is affected. Other WK2 ports will have to do the same. * platform/efl-wk2/http/tests/loading/text-content-type-with-binary-extension-expected.txt: Added. * platform/gtk-wk2/TestExpectations: * platform/mac-wk2/TestExpectations: * platform/qt-5.0-wk2/TestExpectations: 2012-10-11 Zan Dobersek Unreviewed GTK gardening. Adding platform-specific baseline for svg/custom/clip-mask-negative-scale.html that's required after r130090. * platform/gtk/TestExpectations: * platform/gtk/svg/custom/clip-mask-negative-scale-expected.png: Added. * platform/gtk/svg/custom/clip-mask-negative-scale-expected.txt: Added. 2012-10-11 Keishi Hattori F4 key should open the picker popup on Windows and Linux https://bugs.webkit.org/show_bug.cgi?id=98754 Reviewed by Kent Tamura. * fast/forms/date/calendar-picker-key-operations.html: * platform/chromium-win/fast/forms/date/calendar-picker-key-operations-expected.txt: Added. * platform/chromium-win/platform/chromium/fast/forms/date/date-suggestion-picker-key-operations-expected.txt: * platform/chromium-win/platform/chromium/fast/forms/time/time-suggestion-picker-key-operations-expected.txt: * platform/chromium/fast/forms/date/date-suggestion-picker-key-operations-expected.txt: * platform/chromium/fast/forms/date/date-suggestion-picker-key-operations.html: * platform/chromium/fast/forms/time/time-suggestion-picker-key-operations-expected.txt: * platform/chromium/fast/forms/time/time-suggestion-picker-key-operations.html: 2012-10-11 Ádám Kallai [Qt] Reviewing Qt TestExpectations. Unskip now passing tests. * platform/qt-5.0-wk1/TestExpectations: * platform/qt-5.0-wk2/TestExpectations: * platform/qt/TestExpectations: 2012-10-11 Pavel Feldman Not reviewed: revert 131004, 131012, 131016, 131042, 131043 for breaking inspector console https://bugs.webkit.org/show_bug.cgi?id=99042 * fast/css-generated-content/before-content-continuation-chain-expected.txt: * platform/chromium-mac-snowleopard/fast/css-generated-content/table-row-group-to-inline-expected.png: * platform/chromium-mac/fast/css-generated-content/table-row-group-to-inline-expected.png: Added. * platform/chromium/TestExpectations: * platform/efl/fast/css-generated-content/table-row-group-to-inline-expected.txt: * platform/gtk/TestExpectations: * platform/gtk/fast/css-generated-content/table-row-group-to-inline-expected.txt: * platform/mac/fast/css-generated-content/table-row-group-to-inline-expected.png: * platform/mac/fast/css-generated-content/table-row-group-to-inline-expected.txt: 2012-10-11 Kristóf Kosztyó [Qt] Unreviewed gardening after r131044. Skip the failing tests. * platform/qt-5.0-wk2/TestExpectations: 2012-10-11 Allan Sandfeld Jensen Unreviewed Qt gardening. Unskip more tests that now passes in DRT after the implementation of beginDragWithFiles. * platform/qt-5.0-wk2/TestExpectations: * platform/qt/TestExpectations: 2012-10-11 Arpita Bahuguna REGRESSION (r96393): In some cases, generated content is never shown https://bugs.webkit.org/show_bug.cgi?id=88196 Reviewed by Antti Koivisto. * fast/selectors/style-sharing-attribute-selector-with-pseudo-element-expected.html: Added. * fast/selectors/style-sharing-attribute-selector-with-pseudo-element.html: Added. Ref test added for verifying that the attribute selector style, when specified in conjucntion with pseudo-elements, is applied to the corresponding element. 2012-10-11 Shinya Kawanaka Some shadow roots are not showing up in Inspector. https://bugs.webkit.org/show_bug.cgi?id=88251 Reviewed by Pavel Feldman. * inspector/elements/shadow-root-expected.txt: Added. * inspector/elements/shadow-root.html: Added. 2012-10-11 Jussi Kukkonen [WK2] Enable tests that use setAlwaysAcceptCookies() https://bugs.webkit.org/show_bug.cgi?id=98891 Unreviewed gardening. Enable WebKit2 tests that use setAlwaysAcceptCookies(): this feature was added several months ago. * platform/wk2/TestExpectations: 2012-10-11 Raphael Kubo da Costa [EFL] Rebaseline fast/css-generated-content/table-row-group-to-inline.html after r131004. * platform/efl/fast/css-generated-content/table-row-group-to-inline-expected.txt: 2012-10-11 Zan Dobersek Unreviewed GTK gardening. Rebaselining fast/css-generated-content/table-row-group-to-inline.html after r131004. Adding a flaky crashing expectation for fast/css/style-scoped/style-scoped-apply-authot-styles.html. * platform/gtk/TestExpectations: * platform/gtk/fast/css-generated-content/table-row-group-to-inline-expected.txt: 2012-10-11 Raphael Kubo da Costa [EFL] Unskip fast/dom/shadow/shadowdom-dynamic-styling.html Seems to be passing consistently now. * platform/efl/TestExpectations: 2012-10-11 Michał Pakuła vel Rutka [EFL] Add baselines for editing/pasteboard. https://bugs.webkit.org/show_bug.cgi?id=99018 Unreviewed EFL gardening. * platform/efl/editing/pasteboard/: 26 new baselines. 2012-10-11 Raphael Kubo da Costa [EFL] More unreviewed gardening. Revert my r130959, it turns out the tests being reported as failing were ones which were not listed in TestExpectations at all, so no cookie for me. Also add `Missing' as a valid expectation for fast/css/text-rendering.html. While at it remove the text expectations for it, since the test is failing for us anyway. * platform/efl/TestExpectations: * platform/efl/fast/css/text-rendering-expected.txt: Removed. 2012-10-11 Alexander Pavlov Web Inspector: [Elements] Breadcrumbs are not updated upon involved elements' className changes https://bugs.webkit.org/show_bug.cgi?id=98887 Reviewed by Vsevolod Vlasov. * inspector/elements/breadcrumb-updates-expected.txt: Added. * inspector/elements/breadcrumb-updates.html: Added. 2012-10-11 Kunihiko Sakamoto Final newline (LF or CRLF) in paste buffer is converted to space https://bugs.webkit.org/show_bug.cgi?id=80838 Reviewed by Ryosuke Niwa. Verify that trailing newlines are stripped when pasted into text inputs. * editing/input/paste-text-ending-with-interchange-newline-expected.txt: Updated the expectation. * fast/forms/paste-multiline-text-input.html: Changed to use document.execCommand to mimic pasting, because setting input.value attribute does not trigger beforeTextInserted event. Added a test case to test trailing newlines. 2012-10-11 Ilya Tikhonovsky Unreviewed. Skip inspector/profiler/memory-instrumentation-canvas.html on JSC platforms until proper fix in platform specific canvas code. https://bugs.webkit.org/show_bug.cgi?id=99001 * platform/efl/TestExpectations: * platform/gtk/TestExpectations: * platform/mac/TestExpectations: * platform/win/TestExpectations: 2012-10-11 Shinya Kawanaka [Chromium] Unreviewed gardening, test expectation update. * platform/chromium/TestExpectations: 2012-10-11 Csaba Osztrogonác [Qt] Unreviewed morning gardening, skip new failing tests. * platform/qt-5.0-wk2/TestExpectations: * platform/qt/TestExpectations: 2012-10-10 Ilya Tikhonovsky Web Inspector: NMI instrument HTMLCanvas element. https://bugs.webkit.org/show_bug.cgi?id=98917 Reviewed by Yury Semikhatsky. It also includes non intrusive instrumentation for skia classes. * inspector/profiler/memory-instrumentation-cached-images-expected.txt: * inspector/profiler/memory-instrumentation-cached-images.html: * inspector/profiler/memory-instrumentation-canvas.html: Added. * inspector/profiler/memory-instrumentation-test.js: Added. (initialize_MemoryInstrumentationTest.InspectorTest._memoryBlockSize): (initialize_MemoryInstrumentationTest.InspectorTest.validateMemoryBlockSize): (initialize_MemoryInstrumentationTest): 2012-10-10 Shinya Kawanaka [Chromium] Unreviewed gardening, rebaselined. * platform/chromium-mac-snowleopard/fast/css-generated-content/table-row-group-to-inline-expected.png: * platform/chromium-mac/fast/css-generated-content/table-row-group-to-inline-expected.png: Removed. 2012-10-10 Simon Fraser compositing/images/truncated-direct-png-image.html has been failing on Mac since it was added. Mark it as an expected image failure. * platform/mac/TestExpectations: 2012-10-10 Simon Fraser compositing/tiling/crash-reparent-tiled-layer.html is flakey https://bugs.webkit.org/show_bug.cgi?id=82546 Reviewed by Beth Dakin. Unskip a previously-flakey tiled layer test that should not be flakey after this change. * platform/mac/TestExpectations: 2012-10-10 James Simonsen Import W3C test suite for performance.now() https://bugs.webkit.org/show_bug.cgi?id=98953 Reviewed by Tony Gentilcore. * http/tests/w3c/webperf/approved/HighResolutionTime/basic-expected.txt: Added. * http/tests/w3c/webperf/approved/HighResolutionTime/basic.html: Added. * http/tests/w3c/webperf/approved/HighResolutionTime/monotonic-clock-expected.txt: Added. * http/tests/w3c/webperf/approved/HighResolutionTime/monotonic-clock.html: Added. * http/tests/w3c/webperf/approved/HighResolutionTime/resources/now_frame.html: Added. * http/tests/w3c/webperf/approved/HighResolutionTime/test_cross_frame_start-expected.txt: Added. * http/tests/w3c/webperf/approved/HighResolutionTime/test_cross_frame_start.html: Added. * platform/chromium/TestExpectations: Skipped everywhere until we remove the prefix. * platform/efl/TestExpectations: * platform/gtk/TestExpectations: * platform/qt/TestExpectations: 2012-10-10 Dan Bernstein text-combine doesn’t use third- and quarter-width variants when used with @font-face https://bugs.webkit.org/show_bug.cgi?id=98961 Reviewed by Tim Horton. * fast/text/text-combine-with-font-face-expected.html: Added. * fast/text/text-combine-with-font-face.html: Added. 2012-10-10 Elliott Sprehn Move :before and :after into the DOM https://bugs.webkit.org/show_bug.cgi?id=95117 Reviewed by Eric Seidel. Regenerated some baselines for tests given the new generated content architecture and disabled tests that are testing generated content on inputs which were wrong. * fast/css-generated-content/before-content-continuation-chain-expected.txt: * platform/chromium-mac/fast/css-generated-content/table-row-group-to-inline-expected.png: * platform/chromium/TestExpectations: Disable the tests for generated content on inputs. A follow up CL with remove these tests. * platform/mac/fast/css-generated-content/table-row-group-to-inline-expected.png: * platform/mac/fast/css-generated-content/table-row-group-to-inline-expected.txt: This test always produced wrong output because we leave an anonymous RenderTable in the tree, and now that generated content is handled like DOM nodes this test renders differently since the content ends up after the left over RenderTable. Both outputs are wrong until Bug 86261 is fixed. 2012-10-10 Levi Weintraub Tests failure on Chromium Mac after r130821 https://bugs.webkit.org/show_bug.cgi?id=98865 Reviewed by Adam Barth. Removing failing test entries. * platform/chromium/TestExpectations: 2012-10-10 Stephen Chenney SVGTextRunRenderingContext changes font data in the glyph page, but it shouldn't https://bugs.webkit.org/show_bug.cgi?id=98755 Reviewed by Eric Seidel. New test case that includes an alt-glyph that comes from the system fallback font (because the alt-glyph doesn't reference anything). This test crashes on Chromium linux without the patch, and may crash on other platforms too. * svg/text/alt-glpyh-on-fallback-font-crash.html: Added. 2012-10-10 Tab Atkins column-count: 0 should not prevent margin-collapse through https://bugs.webkit.org/show_bug.cgi?id=65159 Reviewed by Tony Chang. Fixed the zeroColumnCount.html test to properly test that "0" is an invalid CSS value, rather than just ensuring that it doesn't crash. * fast/multicol/zeroColumnCount-expected.txt: * fast/multicol/zeroColumnCount.html: 2012-10-10 Alexander Shalamov Invalid values for media query features are not handled https://bugs.webkit.org/show_bug.cgi?id=97006 Reviewed by Kenneth Rohde Christiansen. Imported CSS3 Media Queries test suite from http://www.w3.org/Style/CSS/Test/MediaQueries/20120229/ * fast/media/media-query-invalid-value.html: Fixed invalid media query. * fast/media/media-query-serialization.html: Fixed invalid media query. * fast/media/w3c/README: Added. * fast/media/w3c/resources/media_queries_iframe.html: Added. (Imported from w3c test suite) * fast/media/w3c/test_media_queries-expected.txt: Added. * fast/media/w3c/test_media_queries.html: Added. (Imported from w3c test suite) 2012-10-10 MORITA Hajime https://bugs.webkit.org/show_bug.cgi?id=95664 [Shadow DOM] should be able to be available without