2012-06-18 Andrew Wilson Unreviewed expectations update for chromium after r120602. * platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png: Added. 2012-06-18 Adam Barth Update baselines after http://trac.webkit.org/changeset/120609. * platform/chromium-linux-x86/svg/css/getComputedStyle-basic-expected.txt: * platform/chromium-linux/fast/multicol/progression-reverse-expected.png: Added. * platform/chromium-linux/svg/css/getComputedStyle-basic-expected.txt: * platform/chromium-mac-leopard/fast/css/getComputedStyle: Removed. * platform/chromium-mac-leopard/fast/css/getComputedStyle/computed-style-expected.txt: Removed. * platform/chromium-mac-leopard/svg/css/getComputedStyle-basic-expected.txt: * platform/chromium-mac-snowleopard/fast/multicol/progression-reverse-expected.png: Added. * platform/chromium-mac-snowleopard/svg/css/getComputedStyle-basic-expected.txt: * platform/chromium-mac/fast/css/getComputedStyle/computed-style-expected.txt: Removed. * platform/chromium-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: * platform/chromium-mac/fast/multicol/progression-reverse-expected.png: Added. * platform/chromium-mac/svg/css/getComputedStyle-basic-expected.txt: * platform/chromium-win-vista/svg/css/getComputedStyle-basic-expected.txt: * platform/chromium-win-xp/svg/css/getComputedStyle-basic-expected.txt: * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt: * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: * platform/chromium-win/fast/multicol/progression-reverse-expected.png: Added. * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt: 2012-06-18 Enrica Casucci Updating test results to include flakey cookies tests. Unreviewed. * platform/mac/TestExpectations: 2012-06-18 Sheriff Bot Unreviewed, rolling out r120541, r120547, and r120548. http://trac.webkit.org/changeset/120541 http://trac.webkit.org/changeset/120547 http://trac.webkit.org/changeset/120548 https://bugs.webkit.org/show_bug.cgi?id=89383 This approach doesn't work for WebKit2 (Requested by abarth on #webkit). * compositing/tiled-layers-hidpi.html: * fast/canvas/2d.backingStorePixelRatio.html: * fast/canvas/2d.imageDataHD.html: * fast/hidpi/broken-image-icon-hidpi.html: * fast/hidpi/broken-image-with-size-hidpi.html: * fast/hidpi/clip-text-in-hidpi.html: * fast/hidpi/focus-rings.html: * fast/hidpi/image-set-as-background.html: * fast/hidpi/image-set-background-dynamic.html: * fast/hidpi/image-set-background-repeat-without-size.html: * fast/hidpi/image-set-background-repeat.html: * fast/hidpi/image-set-border-image-comparison.html: * fast/hidpi/image-set-border-image-dynamic.html: * fast/hidpi/image-set-border-image-simple.html: * fast/hidpi/image-set-in-content-dynamic.html: * fast/hidpi/image-set-out-of-order.html: * fast/hidpi/image-set-simple.html: * fast/hidpi/image-set-without-specified-width.html: * fast/hidpi/resize-corner-hidpi.html: * fast/hidpi/video-controls-in-hidpi.html: * platform/mac-wk2/plugins/contents-scale-factor.html: * svg/as-image/image-respects-deviceScaleFactor.html: 2012-06-18 Adam Barth Fix the expected result for this test. This got landed with the wrong expected.txt file. * http/tests/security/contentSecurityPolicy/source-list-parsing-malformed-meta-expected.txt: 2012-06-18 Dan Bernstein Ideographic comma and full-stops are mishandled in linebreak https://bugs.webkit.org/show_bug.cgi?id=87041 Reviewed by Alexey Proskuryakov. * fast/text/line-breaks-after-ideographic-comma-or-full-stop-2-expected.txt: Added. * fast/text/line-breaks-after-ideographic-comma-or-full-stop-2.html: Added. 2012-06-18 Mike West Crash in CSPSource::parseSource https://bugs.webkit.org/show_bug.cgi?id=89353 Reviewed by Adam Barth. * http/tests/security/contentSecurityPolicy/source-list-parsing-malformed-meta.html: Added. 2012-06-18 Robert Hogan CSS 2.1 failure: table-height-algorithm-012 fails https://bugs.webkit.org/show_bug.cgi?id=85652 Reviewed by Julien Chaffraix. * css2.1/20110323/table-height-algorithm-012-expected.html: Added. * css2.1/20110323/table-height-algorithm-012.htm: Added. * fast/css/vertical-align-baseline-rowspan-001-expected.html: Added. * fast/css/vertical-align-baseline-rowspan-001.htm: Added. * fast/css/vertical-align-baseline-rowspan-002-expected.html: Added. * fast/css/vertical-align-baseline-rowspan-002.htm: Added. * fast/css/vertical-align-baseline-rowspan-003-expected.html: Added. * fast/css/vertical-align-baseline-rowspan-003.htm: Added. These are a few variations on table-height-algorithm-012.htm * fast/css/vertical-align-baseline-rowspan-004-expected.html: Added. * fast/css/vertical-align-baseline-rowspan-004.htm: Added. * fast/css/vertical-align-baseline-rowspan-005-expected.html: Added. * fast/css/vertical-align-baseline-rowspan-005.htm: Added. * fast/css/vertical-align-baseline-rowspan-006-expected.html: Added. * fast/css/vertical-align-baseline-rowspan-006.htm: Added. These three test the calculation of the baseline RenderTableSection::calcRowLogicalHeight, where we now always use the first row in the span. Without this the 'Filler Text' in the middle cell aligns beyond the top of the table. * fast/css/vertical-align-baseline-rowspan-007-expected.html: Added. * fast/css/vertical-align-baseline-rowspan-007.htm: Added. * fast/css/vertical-align-baseline-rowspan-008-expected.html: Added. * fast/css/vertical-align-baseline-rowspan-008.htm: Added. * fast/css/vertical-align-baseline-rowspan-009-expected.html: Added. * fast/css/vertical-align-baseline-rowspan-009.htm: Added. These make sure the alignment used in the first row of the span is correct when things like the height of the cell and the height of the span are specified. 2012-06-18 Hayato Ito Event dispatcher should use InsertionPoint::hasDistribution instead of InsertinPoint::isActive in re-targeting. https://bugs.webkit.org/show_bug.cgi?id=89180 Reviewed by Dimitri Glazkov. * fast/dom/shadow/shadow-dom-event-dispatching-expected.txt: * fast/dom/shadow/shadow-dom-event-dispatching.html: 2012-06-18 Zan Dobersek Unreviewed GTK gardening, updating baselines after r120596 and r120609. * platform/gtk/fast/css/getComputedStyle/computed-style-expected.txt: * platform/gtk/fast/hidpi/video-controls-in-hidpi-expected.txt: * platform/gtk/fast/layers/video-layer-expected.txt: * platform/gtk/media/audio-controls-rendering-expected.txt: * platform/gtk/media/audio-repaint-expected.txt: * platform/gtk/media/controls-strict-expected.txt: * platform/gtk/media/controls-styling-expected.txt: * platform/gtk/media/controls-without-preload-expected.txt: * platform/gtk/media/media-controls-clone-expected.txt: * platform/gtk/media/media-document-audio-repaint-expected.txt: * platform/gtk/media/video-controls-rendering-expected.txt: * platform/gtk/media/video-empty-source-expected.txt: * platform/gtk/media/video-no-audio-expected.txt: * platform/gtk/media/video-volume-slider-expected.txt: * platform/gtk/media/video-zoom-controls-expected.txt: * platform/gtk/svg/css/getComputedStyle-basic-expected.txt: 2012-06-18 Csaba Osztrogonác [Qt] Unreviewed gardening, skip one more failing test to paint. * platform/qt/Skipped: 2012-06-18 Dan Bernstein Column progression direction cannot be set independently of writing direction https://bugs.webkit.org/show_bug.cgi?id=89315 Reviewed by Darin Adler. * fast/css/getComputedStyle/computed-style-expected.txt: * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: * fast/multicol/progression-reverse-expected.png: Added. * fast/multicol/progression-reverse-expected.txt: Added. * fast/multicol/progression-reverse.html: Added. * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt: * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: * platform/mac/svg/css/getComputedStyle-basic-expected.txt: * svg/css/getComputedStyle-basic-expected.txt: 2012-06-18 Sheriff Bot Unreviewed, rolling out r120598. http://trac.webkit.org/changeset/120598 https://bugs.webkit.org/show_bug.cgi?id=89359 Patch causes crashes on EFL and GTK release builds (Requested by zdobersek on #webkit). * platform/efl/Skipped: * platform/gtk/TestExpectations: 2012-06-18 Christophe Dumez [EFL] Rebaseline media tests after r120596 https://bugs.webkit.org/show_bug.cgi?id=89352 Unreviewed EFL gardening. Rebaseline a few media tests due to r120596. * platform/efl/fast/layers/video-layer-expected.txt: * platform/efl/media/audio-controls-rendering-expected.txt: * platform/efl/media/audio-repaint-expected.png: * platform/efl/media/audio-repaint-expected.txt: * platform/efl/media/controls-after-reload-expected.txt: * platform/efl/media/controls-strict-expected.txt: * platform/efl/media/controls-styling-expected.txt: * platform/efl/media/controls-without-preload-expected.txt: * platform/efl/media/media-controls-clone-expected.png: * platform/efl/media/media-controls-clone-expected.txt: * platform/efl/media/media-document-audio-repaint-expected.txt: * platform/efl/media/video-controls-rendering-expected.png: * platform/efl/media/video-controls-rendering-expected.txt: * platform/efl/media/video-display-toggle-expected.txt: * platform/efl/media/video-empty-source-expected.txt: * platform/efl/media/video-zoom-controls-expected.png: * platform/efl/media/video-zoom-controls-expected.txt: 2012-06-18 Takashi Sakamoto webkit fails IETC border-radius-clip-002 https://bugs.webkit.org/show_bug.cgi?id=83205 Reviewed by Simon Fraser. * platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png: * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png: * platform/chromium-mac-leopard/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png: Removed. * platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png: Removed. * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png: Removed. 2012-06-18 Iain Merrick Allow updateFixedElementsAfterScrolling() to run during layout. https://bugs.webkit.org/show_bug.cgi?id=84965 This is needed because HistoryController restores the previous scroll position during layout (because we don't want an ugly flash of wrongly- scrolled content). Reviewed by Simon Fraser. * compositing/fixed-position-scroll-offset-history-restore-expected.txt: Added. * compositing/fixed-position-scroll-offset-history-restore.html: Added. * compositing/resources/fixed-position-scroll-offset-history-restore-2.html: Added. * platform/chromium-linux/compositing/fixed-position-scroll-offset-history-restore-expected.png: Added. 2012-06-18 Alexander Pavlov CSSOM wrappers are not built for rules in the per-document and page group user stylesheets https://bugs.webkit.org/show_bug.cgi?id=89221 Reviewed by Antti Koivisto. * inspector/styles/inject-stylesheet-expected.txt: Added. * inspector/styles/inject-stylesheet.html: Added. * inspector/styles/resources/inject-stylesheet-iframe-data.html: Added. 2012-06-18 Csaba Osztrogonác [Qt] Unreviewed gardening, skip one more failing test. (Less test == less problem. :) ) * platform/qt/Skipped: 2012-06-18 Dominik Röttsches [cairo] Fix LayoutTests/fast/canvas/patternfill-repeat.html https://bugs.webkit.org/show_bug.cgi?id=53085 Reviewed by Martin Robinson. canvas/philip/tests/2d.pattern.paint.repeat* tests now passing. * platform/efl/Skipped: * platform/gtk/TestExpectations: 2012-06-18 Zan Dobersek Unreviewed GTK gardening, remove duplicates from the GTK WK2 Skipped list that are already present in the generic WK2 Skipped list or in GTK's TestExpectations. * platform/gtk-wk2/Skipped: 2012-06-12 Kinuko Yasuda Support File/DirectoryEntry access for if FileSystem API is enabled https://bugs.webkit.org/show_bug.cgi?id=88293 Reviewed by Tony Chang. * fast/forms/file/input-file-entries-expected.txt: Added. * fast/forms/file/input-file-entries.html: Added. * fast/forms/resources/dir1/UTF8-2.txt: Added. * fast/forms/resources/dir1/UTF8.txt: Added. * fast/forms/resources/dir2/green.jpg: Added. * platform/efl/Skipped: * platform/efl/TestExpectations: * platform/gtk/TestExpectations: * platform/mac/Skipped: * platform/qt/Skipped: * platform/win/Skipped: * platform/wincairo/Skipped: * platform/wk2/Skipped: 2012-06-18 Sheriff Bot Unreviewed, rolling out r120485 and r120582. http://trac.webkit.org/changeset/120485 http://trac.webkit.org/changeset/120582 https://bugs.webkit.org/show_bug.cgi?id=89345 chromeos tree breakage (Requested by morrita on #webkit). * platform/chromium/TestExpectations: 2012-06-18 János Badics [Qt] Gardening after r120311. It made inspector/extensions/extensions-panel.html flakey. https://bugs.webkit.org/show_bug.cgi?id=89333 Reviewed by Csaba Osztrogonác. * platform/qt/Skipped: 2012-06-18 Kinuko Yasuda fast/files/xhr-response-blob should use other file/blob type than javascript https://bugs.webkit.org/show_bug.cgi?id=89338 Reviewed by Kentaro Hara. Changing the test to use the most basic text/plain type. Also removing platform-specific expectations. * fast/files/script-tests/xhr-response-blob.js: Updated. * fast/files/xhr-response-blob-expected.txt: Updated. * platform/chromium-linux/fast/files/xhr-response-blob-expected.txt: Removed. * platform/chromium-mac-snowleopard/fast/files/xhr-response-blob-expected.txt: Removed. * platform/chromium-mac/fast/files/xhr-response-blob-expected.txt: Removed. * platform/chromium/fast/files/xhr-response-blob-expected.txt: Removed. * platform/qt/fast/files/xhr-response-blob-expected.txt: Removed. 2012-06-18 Csaba Osztrogonác Unreviewed gardening after r120574. * fast/files/xhr-response-blob-expected.txt: * platform/qt/fast/files/xhr-response-blob-expected.txt: Added. 2012-06-18 Taiju Tsuiki Fix syntax of FileReader::readAsDataURL result https://bugs.webkit.org/show_bug.cgi?id=89330 When readAsDataURL generates data URL without media type, it used to omit semicolon before "base64" keyword. But this semicolor is required in this case, according to RFC2397. Reviewed by Kent Tamura. * fast/files/read-blob-async-expected.txt: * fast/files/workers/worker-read-blob-async-expected.txt: * fast/files/workers/worker-read-blob-sync-expected.txt: * platform/chromium/fast/files/read-blob-async-expected.txt: * platform/chromium/fast/files/workers/worker-read-blob-async-expected.txt: * platform/chromium/fast/files/workers/worker-read-blob-sync-expected.txt: 2012-06-18 Christophe Dumez [EFL] fast/files/xhr-response-blob.html is crashing https://bugs.webkit.org/show_bug.cgi?id=89334 Reviewed by Kentaro Hara. Unskip fast/files/xhr-response-blob.html now that it no longer crashes. * platform/efl/TestExpectations: * platform/efl/fast/files/xhr-response-blob-expected.txt: Added. 2012-06-12 Hans Wennborg [Chromium] fast/events/constructors/speech-recognition-event-constructor.html is failing https://bugs.webkit.org/show_bug.cgi?id=88856 Reviewed by Adam Barth. This fixes and re-enables the layout test that I forgot to update in r120053. * fast/events/constructors/speech-recognition-event-constructor-expected.txt: * fast/events/constructors/speech-recognition-event-constructor.html: * platform/chromium/TestExpectations: 2012-06-18 Christophe Dumez [EFL] skip fast/files/xhr-response-blob.html https://bugs.webkit.org/show_bug.cgi?id=89335 Unreviewed EFL gardening. Skip fast/files/xhr-response-blob.html because it is crashing. * platform/efl/TestExpectations: 2012-06-18 Christophe Dumez [EFL] Rebaseline needed after r117339 https://bugs.webkit.org/show_bug.cgi?id=89328 Unreviewed EFL gardening. Rebaseline a few tests after r117339. * platform/efl/TestExpectations: * platform/efl/editing/pasteboard/innerText-inline-table-expected.png: Added. * platform/efl/editing/pasteboard/innerText-inline-table-expected.txt: Added. * platform/efl/editing/selection/iframe-expected.png: Added. * platform/efl/editing/selection/iframe-expected.txt: Added. * platform/efl/editing/selection/inline-table-expected.png: Added. * platform/efl/editing/selection/inline-table-expected.txt: Added. * platform/efl/editing/selection/table-caret-3-expected.png: Added. * platform/efl/editing/selection/table-caret-3-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug2479-2-expected.png: * platform/efl/tables/mozilla/bugs/bug2479-2-expected.txt: 2012-06-18 Christophe Dumez [EFL] Rebaseline needed after r120477 https://bugs.webkit.org/show_bug.cgi?id=89325 Unreviewed EFL gardening. Rebaseline a few tests after r120477. * platform/efl/TestExpectations: * platform/efl/editing/deleting/delete-3800834-fix-expected.png: Added. * platform/efl/editing/deleting/delete-3800834-fix-expected.txt: Added. * platform/efl/fast/dynamic/011-expected.png: * platform/efl/fast/dynamic/011-expected.txt: * platform/efl/fast/forms/formmove3-expected.png: * platform/efl/fast/forms/formmove3-expected.txt: * platform/efl/fast/forms/preserveFormDuringResidualStyle-expected.png: * platform/efl/fast/forms/preserveFormDuringResidualStyle-expected.txt: * platform/efl/fast/invalid/001-expected.png: * platform/efl/fast/invalid/001-expected.txt: * platform/efl/fast/invalid/003-expected.png: * platform/efl/fast/invalid/003-expected.txt: * platform/efl/fast/invalid/004-expected.png: * platform/efl/fast/invalid/004-expected.txt: * platform/efl/fast/invalid/007-expected.png: * platform/efl/fast/invalid/007-expected.txt: * platform/efl/fast/invalid/019-expected.png: * platform/efl/fast/invalid/019-expected.txt: * platform/efl/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added. * platform/efl/tables/mozilla/bugs/bug647-expected.png: * platform/efl/tables/mozilla/bugs/bug647-expected.txt: * platform/efl/tables/mozilla/other/wa_table_tr_align-expected.png: * platform/efl/tables/mozilla/other/wa_table_tr_align-expected.txt: 2012-06-15 Kinuko Yasuda XHR_RESPONSE_BLOB is not enabled on some platforms https://bugs.webkit.org/show_bug.cgi?id=88859 Reviewed by Adam Barth. Removing xhr.Blob related test from Skipped files. * platform/efl/Skipped: * platform/gtk/TestExpectations: * platform/mac/Skipped: * platform/qt/Skipped: * platform/win/Skipped: * platform/wincairo/Skipped: 2012-06-17 Christophe Dumez [EFL] Add EFL baseline for fast/parser/nested-fragment-parser-crash.html https://bugs.webkit.org/show_bug.cgi?id=89329 Unreviewed EFL gardening. Use the same expectation for fast/parser/nested-fragment-parser-crash.html as mac. The test is passing since it does not crash. * platform/efl/TestExpectations: * platform/efl/fast/parser/nested-fragment-parser-crash-expected.txt: Added. 2012-06-17 Hajime Morrita Unreviewed, marking some tests as failures.. * platform/chromium/TestExpectations: 2012-06-17 Julien Chaffraix colspan in table-layout:fixed does not add up widths properly https://bugs.webkit.org/show_bug.cgi?id=20213 Reviewed by Abhishek Arya. The bug has been fixed (likely by bug 14858) so landing the test case as fixed table layout with cell spanning several 's with fixed widths is not properly covered. * fast/table/fixed-table-layout/fixed-layout-column-colspan-wrong-size-expected.txt: Added. * fast/table/fixed-table-layout/fixed-layout-column-colspan-wrong-size.html: Added. 2012-06-17 Philip Rogers Prevent crash in SVGDocumentExtensions::removeAllElementReferencesForTarget. https://bugs.webkit.org/show_bug.cgi?id=88144 Reviewed by Abhishek Arya. * svg/text/textpath-reference-crash-expected.txt: Added. * svg/text/textpath-reference-crash.html: Added. 2012-06-17 Zan Dobersek Unreviewed GTK gardening, updating baselines after r120541. * platform/gtk/fast/hidpi/clip-text-in-hidpi-expected.txt: * platform/gtk/fast/hidpi/image-set-background-dynamic-expected.txt: * platform/gtk/fast/hidpi/image-set-border-image-dynamic-expected.txt: * platform/gtk/fast/hidpi/image-set-in-content-dynamic-expected.txt: 2012-06-17 Christophe Dumez [EFL] Skip media/video-seek-past-end-playing.html https://bugs.webkit.org/show_bug.cgi?id=89302 Unreviewed EFL gardening. Skip flaky test. * platform/efl/TestExpectations: 2012-06-17 Adam Barth Update a few more tests to use internals.settings.setDeviceScaleFactor. * compositing/tiled-layers-hidpi.html: * fast/canvas/2d.backingStorePixelRatio.html: * fast/canvas/2d.imageDataHD.html: * platform/mac-wk2/plugins/contents-scale-factor.html: 2012-06-16 Adam Barth layoutTestController.setBackingScaleFactor is redundant with (and less awesome than) internals.settings.setDeviceScaleFactor https://bugs.webkit.org/show_bug.cgi?id=89274 Reviewed by Levi Weintraub. We don't need both layoutTestController.setBackingScaleFactor and internals.settings.setDeviceScaleFactor because they do exactly the same thing. This patch removes setBackingScaleFactor because it's async nature is annoying and implementing it requires a bunch of port-specific code. * fast/hidpi/broken-image-icon-hidpi.html: * fast/hidpi/broken-image-with-size-hidpi.html: * fast/hidpi/clip-text-in-hidpi.html: * fast/hidpi/focus-rings.html: * fast/hidpi/image-set-as-background.html: * fast/hidpi/image-set-background-dynamic.html: * fast/hidpi/image-set-background-repeat-without-size.html: * fast/hidpi/image-set-background-repeat.html: * fast/hidpi/image-set-border-image-comparison.html: * fast/hidpi/image-set-border-image-dynamic.html: * fast/hidpi/image-set-border-image-simple.html: * fast/hidpi/image-set-in-content-dynamic.html: * fast/hidpi/image-set-out-of-order.html: * fast/hidpi/image-set-simple.html: * fast/hidpi/image-set-without-specified-width.html: * fast/hidpi/resize-corner-hidpi.html: * fast/hidpi/video-controls-in-hidpi.html: * svg/as-image/image-respects-deviceScaleFactor.html: 2012-06-16 Mike West Ignore paths in Content Security Policy sources rather than failing to parse them. https://bugs.webkit.org/show_bug.cgi?id=89281 Reviewed by Adam Barth. * http/tests/security/contentSecurityPolicy/source-list-parsing-05-expected.txt: Added. * http/tests/security/contentSecurityPolicy/source-list-parsing-05.html: Added. * http/tests/security/contentSecurityPolicy/source-list-parsing-06-expected.txt: Added. * http/tests/security/contentSecurityPolicy/source-list-parsing-06.html: Added. 2012-06-16 Mike West Fix test cases for `header`/`footer` AXRoleDescription https://bugs.webkit.org/show_bug.cgi?id=88911 The relative URLs to js-test-pre.js and js-test-post.js were incorrect. Reviewed by Simon Fraser. * platform/mac/accessibility/footer.html: * platform/mac/accessibility/header.html: 2012-06-16 Christophe Dumez [EFL] Rebaseline fast/lists/001*.html tests after r120495 https://bugs.webkit.org/show_bug.cgi?id=89283 Unreviewed EFL gardening after r120495. * platform/efl/fast/lists/001-expected.png: * platform/efl/fast/lists/001-expected.txt: * platform/efl/fast/lists/001-vertical-expected.png: * platform/efl/fast/lists/001-vertical-expected.txt: 2012-06-16 Christophe Dumez [EFL] Rebaseline MathML tests after r120492 https://bugs.webkit.org/show_bug.cgi?id=89282 Unreviewed EFL gardening. Several MathML tests needed rebaselining after r120492. * platform/efl/mathml/presentation/attributes-expected.txt: * platform/efl/mathml/presentation/fenced-expected.txt: * platform/efl/mathml/presentation/fenced-mi-expected.txt: * platform/efl/mathml/presentation/fractions-expected.txt: * platform/efl/mathml/presentation/fractions-vertical-alignment-expected.txt: * platform/efl/mathml/presentation/mo-stretch-expected.txt: * platform/efl/mathml/presentation/mroot-pref-width-expected.txt: * platform/efl/mathml/presentation/roots-expected.txt: * platform/efl/mathml/presentation/row-alignment-expected.png: * platform/efl/mathml/presentation/row-alignment-expected.txt: * platform/efl/mathml/presentation/sub-expected.txt: * platform/efl/mathml/presentation/subsup-expected.txt: * platform/efl/mathml/presentation/sup-expected.txt: * platform/efl/mathml/presentation/tables-expected.txt: * platform/efl/mathml/presentation/tokenElements-expected.txt: * platform/efl/mathml/presentation/under-expected.png: * platform/efl/mathml/presentation/under-expected.txt: * platform/efl/mathml/presentation/underover-expected.png: * platform/efl/mathml/presentation/underover-expected.txt: * platform/efl/mathml/xHeight-expected.png: * platform/efl/mathml/xHeight-expected.txt: 2012-06-16 Adam Barth Remove a bunch of 32-bit specific results. These results are the same on 64 bit. * platform/chromium-linux-x86/compositing/color-matching: Removed. * platform/chromium-linux-x86/compositing/color-matching/image-color-matching-expected.png: Removed. * platform/chromium-linux-x86/css3/filters/crash-hw-sw-switch-expected.png: Removed. * platform/chromium-linux-x86/css3/filters/custom: Removed. * platform/chromium-linux-x86/css3/filters/custom/custom-filter-shader-cache-expected.png: Removed. * platform/chromium-linux-x86/css3/filters/custom/effect-custom-combined-missing-expected.png: Removed. * platform/chromium-linux-x86/css3/filters/custom/effect-custom-expected.png: Removed. * platform/chromium-linux-x86/css3/filters/custom/missing-custom-filter-shader-expected.png: Removed. * platform/chromium-linux-x86/css3/filters/effect-blur-hw-expected.png: Removed. * platform/chromium-linux-x86/css3/filters/effect-brightness-expected.png: Removed. * platform/chromium-linux-x86/css3/filters/effect-brightness-hw-expected.png: Removed. * platform/chromium-linux-x86/css3/filters/effect-contrast-hw-expected.png: Removed. * platform/chromium-linux-x86/css3/filters/effect-drop-shadow-hw-expected.png: Removed. * platform/chromium-linux-x86/fast/images: Removed. * platform/chromium-linux-x86/fast/images/jpeg-with-color-profile-expected.png: Removed. * platform/chromium-linux-x86/fast/images/png-with-color-profile-expected.png: Removed. * platform/chromium-linux/compositing/color-matching/image-color-matching-expected.png: * platform/chromium-linux/css3/filters/crash-hw-sw-switch-expected.png: * platform/chromium-linux/css3/filters/custom/custom-filter-shader-cache-expected.png: * platform/chromium-linux/css3/filters/custom/effect-custom-combined-missing-expected.png: * platform/chromium-linux/css3/filters/custom/effect-custom-expected.png: * platform/chromium-linux/css3/filters/custom/missing-custom-filter-shader-expected.png: * platform/chromium-linux/css3/filters/effect-blur-hw-expected.png: * platform/chromium-linux/css3/filters/effect-brightness-expected.png: * platform/chromium-linux/css3/filters/effect-brightness-hw-expected.png: * platform/chromium-linux/css3/filters/effect-contrast-hw-expected.png: * platform/chromium-linux/css3/filters/effect-drop-shadow-hw-expected.png: * platform/chromium-linux/fast/images/jpeg-with-color-profile-expected.png: Added. * platform/chromium-linux/fast/images/png-with-color-profile-expected.png: Added. 2012-06-16 Adam Barth Update baselines after http://trac.webkit.org/changeset/120485 * platform/chromium-linux-x86/http/tests/local: Removed. * platform/chromium-linux-x86/http/tests/local/file-url-sent-as-referer-expected.png: Removed. * platform/chromium-linux-x86/scrollbars: Removed. * platform/chromium-linux-x86/scrollbars/listbox-scrollbar-combinations-expected.png: Removed. * platform/chromium-linux-x86/scrollbars/overflow-scrollbar-combinations-expected.png: Removed. * 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/createImageElement-expected.png: Removed. * platform/chromium-linux-x86/svg/custom/createImageElement2-expected.png: Removed. * platform/chromium-linux-x86/svg/custom/focus-ring-expected.png: Removed. * platform/chromium-linux-x86/svg/custom/group-opacity-expected.png: Removed. * platform/chromium-linux-x86/svg/custom/image-parent-translation-expected.png: Removed. * platform/chromium-linux-x86/svg/custom/image-small-width-height-expected.png: Removed. * platform/chromium-linux-x86/svg/custom/js-update-image-and-display-expected.png: Removed. * platform/chromium-linux-x86/svg/custom/js-update-image-and-display2-expected.png: Removed. * platform/chromium-linux-x86/svg/custom/js-update-image-and-display3-expected.png: Removed. * platform/chromium-linux-x86/svg/custom/js-update-image-expected.png: Removed. * platform/chromium-linux-x86/svg/custom/text-image-opacity-expected.png: Removed. * platform/chromium-linux-x86/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png: Removed. * platform/chromium-linux-x86/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png: Removed. * platform/chromium-linux-x86/svg/filters/feImage-subregions-expected.png: Removed. * platform/chromium-linux-x86/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png: Removed. * platform/chromium-linux-x86/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png: Removed. * platform/chromium-linux-x86/svg/filters/filter-source-position-expected.png: Removed. * platform/chromium-linux-x86/svg/repaint: Removed. * platform/chromium-linux-x86/svg/repaint/image-href-change-expected.png: Removed. * platform/chromium-linux-x86/svg/transforms/animated-path-inside-transformed-html-expected.png: Removed. * platform/chromium-linux-x86/svg/zoom/page/zoom-background-images-expected.png: Removed. * platform/chromium-linux-x86/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Removed. * platform/chromium-linux-x86/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: Removed. * platform/chromium-linux-x86/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Removed. * platform/chromium-linux/http/tests/local/file-url-sent-as-referer-expected.png: * platform/chromium-linux/scrollbars/listbox-scrollbar-combinations-expected.png: * platform/chromium-linux/scrollbars/overflow-scrollbar-combinations-expected.png: * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png: * platform/chromium-linux/svg/custom/createImageElement2-expected.png: * platform/chromium-linux/svg/custom/focus-ring-expected.png: * platform/chromium-linux/svg/custom/image-parent-translation-expected.png: * platform/chromium-linux/svg/custom/image-small-width-height-expected.png: * platform/chromium-linux/svg/custom/text-image-opacity-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png: * platform/chromium-linux/svg/transforms/animated-path-inside-transformed-html-expected.png: * platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.png: * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: * platform/chromium-win-vista/http/tests/local: Removed. * platform/chromium-win-vista/svg/dynamic-updates: Added. * platform/chromium-win-vista/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png: Added. * platform/chromium-win-vista/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png: Added. * platform/chromium-win-vista/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png: Added. * platform/chromium-win-vista/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png: Added. * platform/chromium-win-vista/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png: Added. * platform/chromium-win-xp/svg/dynamic-updates: Removed. * platform/chromium-win/http/tests/local/file-url-sent-as-referer-expected.png: * platform/chromium-win/scrollbars/listbox-scrollbar-combinations-expected.png: * platform/chromium-win/scrollbars/overflow-scrollbar-combinations-expected.png: * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.png: * platform/chromium-win/svg/custom/createImageElement-expected.png: * platform/chromium-win/svg/custom/createImageElement2-expected.png: * platform/chromium-win/svg/custom/focus-ring-expected.png: * platform/chromium-win/svg/custom/group-opacity-expected.png: * platform/chromium-win/svg/custom/image-parent-translation-expected.png: * platform/chromium-win/svg/custom/image-small-width-height-expected.png: * platform/chromium-win/svg/custom/js-update-image-and-display-expected.png: * platform/chromium-win/svg/custom/js-update-image-and-display2-expected.png: * platform/chromium-win/svg/custom/js-update-image-and-display3-expected.png: * platform/chromium-win/svg/custom/js-update-image-expected.png: * platform/chromium-win/svg/custom/text-image-opacity-expected.png: * platform/chromium-win/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png: * platform/chromium-win/svg/filters/feImage-subregions-expected.png: * platform/chromium-win/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png: * platform/chromium-win/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png: * platform/chromium-win/svg/filters/filter-source-position-expected.png: * platform/chromium-win/svg/repaint/image-href-change-expected.png: * platform/chromium-win/svg/transforms/animated-path-inside-transformed-html-expected.png: * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.png: * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: 2012-06-16 Zan Dobersek Unreviewed GTK gardening, updating baselines after r120492 and r120495. * platform/gtk/fast/lists/001-expected.txt: * platform/gtk/fast/lists/001-vertical-expected.txt: * platform/gtk/mathml/xHeight-expected.txt: 2012-06-16 Csaba Osztrogonác [Qt] Unreviewed weekend gardening, skip a new failing test. * platform/qt-5.0-wk2/Skipped: 2012-06-16 Csaba Osztrogonác [Qt] Unreviewed weekend gardening. * platform/qt-5.0-wk2/fast/forms/box-shadow-override-expected.png: Updated after after r120411. * platform/qt-5.0-wk2/fast/forms/box-shadow-override-expected.txt: Updated after after r120411. * platform/qt-5.0/fast/forms/box-shadow-override-expected.png: Updated after after r120411. * platform/qt-5.0/fast/forms/box-shadow-override-expected.txt: Updated after after r120411. * platform/qt/editing/pasteboard/paste-4039777-fix-expected.txt: Updated after r120495. * platform/qt/fast/lists/001-expected.png: Updated after r120495. * platform/qt/fast/lists/001-expected.txt: Updated after r120495. * platform/qt/fast/lists/001-vertical-expected.png: Updated after r120495. * platform/qt/fast/lists/001-vertical-expected.txt: Updated after r120495. 2012-06-15 Ryosuke Niwa Use testRunner instead of layoutTestController in fast/workers/storage tests https://bugs.webkit.org/show_bug.cgi?id=89271 Reviewed by Adam Barth. * fast/workers/storage/change-version-sync.html: * fast/workers/storage/interrupt-database-sync.html-disabled: * fast/workers/storage/interrupt-database.html: * fast/workers/storage/resources/database-worker.js: (onmessage): * fast/workers/storage/resources/multiple-transactions-sync.js: (checkCompletion): * fast/workers/storage/resources/test-inputs-common.js: (finishTest): * fast/workers/storage/use-same-database-in-page-and-workers.html: 2012-06-15 Ryosuke Niwa Use testRunner instead of layoutTestController in transforms, transitions, traversal, userscripts, webarchive, webaudio, and webintents tests https://bugs.webkit.org/show_bug.cgi?id=89269 Reviewed by Adam Barth. * transitions/: * traversal/: * userscripts/: * webarchive/: * webaudio/: * webintents/web-intents-delivery.html: * webintents/web-intents-failure.html: * webintents/web-intents-reload.html: * webintents/web-intents-reply.html: 2012-06-15 Ryosuke Niwa Use testRunner instead of layoutTestController in the rest of sputnik tests https://bugs.webkit.org/show_bug.cgi?id=89262 Reviewed by Antti Koivisto. * sputnik/Implementation_Diagnostics/: * sputnik/Regression/: * sputnik/Unicode/: 2012-06-15 Ryosuke Niwa Test fix attempt after r120516. * fast/workers/storage/resources/database-worker-controller.js: (databaseWorker.onmessage): (runTest): 2012-06-16 Ryosuke Niwa Use testRunner instead of layoutTestController in storage, tables, touchadjustments, and transforms tests https://bugs.webkit.org/show_bug.cgi?id=89263 Reviewed by Antti Koivisto. * storage/domstorage/events/resources/eventTestHarness.js: (testStorages.allDone): * storage/domstorage/localstorage/delete-removal.html: * storage/domstorage/localstorage/enumerate-storage.html: * storage/domstorage/localstorage/enumerate-with-length-and-key.html: * storage/domstorage/localstorage/index-get-and-set.html: * storage/domstorage/localstorage/private-browsing-affects-storage.html: * storage/domstorage/localstorage/resources/window-open-second.html: * storage/domstorage/localstorage/simple-usage.html: * storage/domstorage/localstorage/storagetracker/storage-tracker-1-prepare.html: * storage/domstorage/localstorage/storagetracker/storage-tracker-2-create.html: * storage/domstorage/localstorage/storagetracker/storage-tracker-3-delete-all-expected.txt: * storage/domstorage/localstorage/storagetracker/storage-tracker-3-delete-all.html: * storage/domstorage/localstorage/storagetracker/storage-tracker-4-create.html: * storage/domstorage/localstorage/storagetracker/storage-tracker-5-delete-one-expected.txt: * storage/domstorage/localstorage/storagetracker/storage-tracker-5-delete-one.html: * storage/domstorage/localstorage/storagetracker/storage-tracker-6-create.html: * storage/domstorage/localstorage/storagetracker/storage-tracker-7-usage-expected.txt: * storage/domstorage/localstorage/storagetracker/storage-tracker-7-usage.html: * storage/domstorage/localstorage/string-conversion.html: * storage/domstorage/localstorage/window-open.html: * storage/domstorage/script-tests/storage-functions-not-overwritten.js: * storage/domstorage/sessionstorage/delete-removal.html: * storage/domstorage/sessionstorage/enumerate-storage.html: * storage/domstorage/sessionstorage/enumerate-with-length-and-key.html: * storage/domstorage/sessionstorage/index-get-and-set.html: * storage/domstorage/sessionstorage/private-browsing-affects-storage.html: * storage/domstorage/sessionstorage/resources/window-open-second.html: * storage/domstorage/sessionstorage/simple-usage.html: * storage/domstorage/sessionstorage/string-conversion.html: * storage/domstorage/sessionstorage/window-open.html: * storage/domstorage/window-attributes-exist.html: * storage/indexeddb/mozilla/index-prev-no-duplicate.html: * storage/indexeddb/tutorial.html: * storage/websql/change-version-handle-reuse.js: (finishTest): * storage/websql/change-version-no-crash-on-preflight-failure.html: * storage/websql/change-version.html: * storage/websql/close-during-stress-test.html: * storage/websql/database-lock-after-reload.html: * storage/websql/empty-statement.html: * storage/websql/execute-sql-args.js: (runTransactionTests): * storage/websql/executesql-accepts-only-one-statement.html: * storage/websql/hash-change-with-xhr.js: (stopTest): * storage/websql/multiple-databases-garbage-collection.js: (checkCompletion): * storage/websql/multiple-transactions-on-different-handles.js: (checkCompletion): * storage/websql/multiple-transactions.js: (checkCompletion): * storage/websql/null-callbacks.html: * storage/websql/open-database-creation-callback-isolated-world.html: * storage/websql/open-database-creation-callback.html: * storage/websql/open-database-empty-version.html: * storage/websql/open-database-over-quota.html: * storage/websql/open-database-set-empty-version.html: * storage/websql/open-database-while-transaction-in-progress.js: (runTest): * storage/websql/private-browsing-noread-nowrite.html: * storage/websql/quota-tracking.html: * storage/websql/read-and-write-transactions-dont-run-together.js: (terminateTest): * storage/websql/read-transactions-running-concurrently.html: * storage/websql/resources/database-common.js: (setupAndRunTest): * storage/websql/resources/database-lock-after-reload-2.html: * storage/websql/sql-data-types.js: (notifyDone): (runTest): * storage/websql/sql-error-codes.js: (finishTest): (runTest): * storage/websql/statement-error-callback-isolated-world.html: * storage/websql/statement-error-callback.html: * storage/websql/statement-success-callback-isolated-world.html: * storage/websql/success-callback.html: * storage/websql/test-authorizer.js: (terminateTest): * storage/websql/transaction-callback-exception-crash.html: * storage/websql/transaction-callback-isolated-world.html: * storage/websql/transaction-error-callback-isolated-world.html: * storage/websql/transaction-error-callback.html: * storage/websql/transaction-success-callback-isolated-world.html: * tables/hittesting/filltable-emptycells.html: * tables/hittesting/filltable-levels.html: * tables/hittesting/filltable-outline.html: * tables/hittesting/filltable-rtl.html: * tables/hittesting/filltable-stress.html: * tables/layering/paint-test-layering-1.html: * tables/layering/paint-test-layering-2.html: * tables/table-section-overflow-clip-crash.html: * touchadjustment/block-testing.html: * touchadjustment/event-triggered-widgets.html: * touchadjustment/html-label.html: * touchadjustment/iframe.html: * touchadjustment/nested-touch.html: * touchadjustment/scroll-delegation/iframe-with-mainframe-scroll-offset.html: * touchadjustment/scroll-offset.html: * touchadjustment/touch-inlines.html: * touchadjustment/zoom-basic.html: * touchadjustment/zoom-fatfinger.html: * transforms/2d/compound-2d-transforms.html: * transforms/2d/cssmatrix-2d-zoom.html: * transforms/2d/set-transform-and-top.html: * transforms/2d/transform-2d.html: * transforms/2d/transform-accuracy.html: * transforms/3d/general/3dtransform-values.html: * transforms/3d/general/cssmatrix-3d-zoom.html: * transforms/3d/general/matrix-with-zoom-3d.html: * transforms/3d/general/transform-origin-z-change.html: * transforms/3d/hit-testing/hit-preserves-3d.html: * transforms/3d/point-mapping/3d-point-mapping-2.html: * transforms/3d/point-mapping/3d-point-mapping-3.html: * transforms/3d/point-mapping/3d-point-mapping-deep.html: * transforms/3d/point-mapping/3d-point-mapping-origins.html: * transforms/3d/point-mapping/3d-point-mapping-preserve-3d.html: * transforms/no_transform_hit_testing.html: 2012-06-15 Ryosuke Niwa Remove empty directories. * platform/editing: Removed. * platform/editing/inserting: Removed. * websocket: Removed. * websocket/tests: Removed. * websocket/tests/workers: Removed. 2012-06-15 Andrew Wilson Unreviewed baselines for chromium due to color management changes. https://bugs.webkit.org/show_bug.cgi?id=87761 * platform/chromium-linux-x86/compositing/color-matching/image-color-matching-expected.png: Added. * platform/chromium-linux-x86/css3/filters/crash-hw-sw-switch-expected.png: Added. * platform/chromium-linux-x86/css3/filters/custom/custom-filter-shader-cache-expected.png: Added. * platform/chromium-linux-x86/css3/filters/custom/effect-custom-combined-missing-expected.png: Added. * platform/chromium-linux-x86/css3/filters/custom/effect-custom-expected.png: Added. * platform/chromium-linux-x86/css3/filters/custom/missing-custom-filter-shader-expected.png: Added. * platform/chromium-linux-x86/css3/filters/effect-blur-hw-expected.png: Added. * platform/chromium-linux-x86/css3/filters/effect-brightness-expected.png: Added. * platform/chromium-linux-x86/css3/filters/effect-brightness-hw-expected.png: Added. * platform/chromium-linux-x86/css3/filters/effect-contrast-hw-expected.png: Added. * platform/chromium-linux-x86/css3/filters/effect-drop-shadow-hw-expected.png: Added. * platform/chromium-linux-x86/fast/images/jpeg-with-color-profile-expected.png: Added. * platform/chromium-linux-x86/fast/images/png-with-color-profile-expected.png: Added. * platform/chromium-linux-x86/http/tests/local/file-url-sent-as-referer-expected.png: Added. * platform/chromium-linux-x86/scrollbars/listbox-scrollbar-combinations-expected.png: Added. * platform/chromium-linux-x86/scrollbars/overflow-scrollbar-combinations-expected.png: Added. * platform/chromium-linux-x86/svg/as-border-image/svg-as-border-image-expected.png: Added. * platform/chromium-linux-x86/svg/custom/createImageElement-expected.png: Added. * platform/chromium-linux-x86/svg/custom/createImageElement2-expected.png: Added. * platform/chromium-linux-x86/svg/custom/focus-ring-expected.png: Added. * platform/chromium-linux-x86/svg/custom/group-opacity-expected.png: Added. * platform/chromium-linux-x86/svg/custom/image-parent-translation-expected.png: Added. * platform/chromium-linux-x86/svg/custom/image-small-width-height-expected.png: Added. * platform/chromium-linux-x86/svg/custom/js-update-image-and-display-expected.png: Added. * platform/chromium-linux-x86/svg/custom/js-update-image-and-display2-expected.png: Added. * platform/chromium-linux-x86/svg/custom/js-update-image-and-display3-expected.png: Added. * platform/chromium-linux-x86/svg/custom/js-update-image-expected.png: Added. * platform/chromium-linux-x86/svg/custom/text-image-opacity-expected.png: Added. * platform/chromium-linux-x86/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png: Added. * platform/chromium-linux-x86/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png: Added. * platform/chromium-linux-x86/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png: Added. * platform/chromium-linux-x86/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png: Added. * platform/chromium-linux-x86/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png: Added. * platform/chromium-linux-x86/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png: Added. * platform/chromium-linux-x86/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png: Added. * platform/chromium-linux-x86/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added. * platform/chromium-linux-x86/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png: Added. * platform/chromium-linux-x86/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png: Added. * platform/chromium-linux-x86/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png: Added. * platform/chromium-linux-x86/svg/filters/feImage-subregions-expected.png: Added. * platform/chromium-linux-x86/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png: Added. * platform/chromium-linux-x86/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png: Added. * platform/chromium-linux-x86/svg/filters/filter-source-position-expected.png: Added. * platform/chromium-linux-x86/svg/repaint/image-href-change-expected.png: Added. * platform/chromium-linux-x86/svg/transforms/animated-path-inside-transformed-html-expected.png: Added. * platform/chromium-linux-x86/svg/zoom/page/zoom-background-images-expected.png: Added. * platform/chromium-linux-x86/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Added. * platform/chromium-linux-x86/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: Added. * platform/chromium-linux-x86/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Added. * platform/chromium-mac-leopard/compositing/color-matching/image-color-matching-expected.png: * platform/chromium-mac-leopard/compositing/masks/direct-image-mask-expected.png: Added. * platform/chromium-mac-leopard/compositing/reflections/simple-composited-reflections-expected.png: * platform/chromium-mac-leopard/compositing/visibility/visibility-image-layers-expected.png: * platform/chromium-mac-leopard/css3/filters/crash-filter-change-expected.png: * platform/chromium-mac-leopard/css3/filters/crash-hw-sw-switch-expected.png: * platform/chromium-mac-leopard/css3/filters/custom/effect-color-check-expected.png: * platform/chromium-mac-leopard/css3/filters/custom/missing-custom-filter-shader-expected.png: * platform/chromium-mac-leopard/css3/filters/effect-blur-expected.png: * platform/chromium-mac-leopard/css3/filters/effect-blur-hw-expected.png: * platform/chromium-mac-leopard/css3/filters/effect-brightness-expected.png: * platform/chromium-mac-leopard/css3/filters/effect-brightness-hw-expected.png: * platform/chromium-mac-leopard/css3/filters/effect-combined-expected.png: * platform/chromium-mac-leopard/css3/filters/effect-contrast-expected.png: * platform/chromium-mac-leopard/css3/filters/effect-contrast-hw-expected.png: * platform/chromium-mac-leopard/css3/filters/effect-drop-shadow-expected.png: * platform/chromium-mac-leopard/css3/filters/effect-drop-shadow-hw-expected.png: * platform/chromium-mac-leopard/css3/filters/effect-grayscale-expected.png: * platform/chromium-mac-leopard/css3/filters/effect-hue-rotate-expected.png: * platform/chromium-mac-leopard/css3/filters/effect-invert-expected.png: * platform/chromium-mac-leopard/css3/filters/effect-invert-hw-expected.png: * platform/chromium-mac-leopard/css3/filters/effect-opacity-expected.png: * platform/chromium-mac-leopard/css3/filters/effect-opacity-hw-expected.png: * platform/chromium-mac-leopard/css3/filters/effect-saturate-expected.png: * platform/chromium-mac-leopard/css3/filters/effect-sepia-expected.png: * platform/chromium-mac-leopard/css3/filters/regions-expanding-expected.png: * platform/chromium-mac-leopard/fast/css/background-shorthand-invalid-url-expected.png: * platform/chromium-mac-leopard/fast/css/color-correction-expected.png: * platform/chromium-mac-leopard/fast/css/color-correction-on-backgrounds-expected.png: * platform/chromium-mac-leopard/fast/images/color-jpeg-with-color-profile-expected.png: * platform/chromium-mac-leopard/fast/images/jpeg-with-color-profile-expected.png: Added. * platform/chromium-mac-leopard/fast/images/png-with-color-profile-expected.png: Added. * platform/chromium-mac-leopard/fast/media/mq-min-pixel-ratio-expected.png: * platform/chromium-mac-leopard/fast/reflections/reflection-direction-expected.png: * platform/chromium-mac-leopard/fast/reflections/reflection-masks-expected.png: * platform/chromium-mac-leopard/fast/reflections/reflection-masks-opacity-expected.png: * platform/chromium-mac-leopard/fast/reflections/reflection-masks-outset-expected.png: * platform/chromium-mac-leopard/fast/reflections/reflection-with-zoom-expected.png: * platform/chromium-mac-leopard/platform/chromium/virtual/threaded/compositing/visibility/visibility-image-layers-expected.png: Added. * platform/chromium-mac-leopard/scrollbars/listbox-scrollbar-combinations-expected.png: * platform/chromium-mac-leopard/scrollbars/overflow-scrollbar-combinations-expected.png: * platform/chromium-mac-leopard/svg/custom/createImageElement-expected.png: * platform/chromium-mac-leopard/svg/custom/createImageElement2-expected.png: * platform/chromium-mac-leopard/svg/custom/focus-ring-expected.png: * platform/chromium-mac-leopard/svg/custom/group-opacity-expected.png: * platform/chromium-mac-leopard/svg/custom/image-parent-translation-expected.png: * platform/chromium-mac-leopard/svg/custom/image-small-width-height-expected.png: * platform/chromium-mac-leopard/svg/custom/image-with-transform-clip-filter-expected.png: * platform/chromium-mac-leopard/svg/custom/js-update-image-and-display-expected.png: * platform/chromium-mac-leopard/svg/custom/js-update-image-and-display2-expected.png: * platform/chromium-mac-leopard/svg/custom/js-update-image-and-display3-expected.png: * platform/chromium-mac-leopard/svg/custom/js-update-image-expected.png: * platform/chromium-mac-leopard/svg/custom/pointer-events-image-css-transform-expected.png: * platform/chromium-mac-leopard/svg/custom/pointer-events-image-expected.png: * platform/chromium-mac-leopard/svg/custom/text-image-opacity-expected.png: * platform/chromium-mac-leopard/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png: * platform/chromium-mac-leopard/svg/filters/feImage-subregions-expected.png: * platform/chromium-mac-leopard/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png: * platform/chromium-mac-leopard/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png: * platform/chromium-mac-leopard/svg/filters/filter-source-position-expected.png: * platform/chromium-mac-leopard/svg/repaint/image-href-change-expected.png: * platform/chromium-mac-leopard/svg/transforms/animated-path-inside-transformed-html-expected.png: * platform/chromium-mac-leopard/svg/wicd/test-rightsizing-b-expected.png: * platform/chromium-mac-leopard/svg/zoom/page/zoom-background-images-expected.png: * platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: * platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: * platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: * platform/chromium-mac-leopard/tables/mozilla/bugs/bug82946-2-expected.png: * platform/chromium-mac-snowleopard/compositing/color-matching/image-color-matching-expected.png: * platform/chromium-mac-snowleopard/compositing/masks/direct-image-mask-expected.png: * platform/chromium-mac-snowleopard/compositing/reflections/simple-composited-reflections-expected.png: * platform/chromium-mac-snowleopard/css3/filters/crash-hw-sw-switch-expected.png: * platform/chromium-mac-snowleopard/fast/css/color-correction-expected.png: * platform/chromium-mac-snowleopard/fast/css/color-correction-on-backgrounds-expected.png: * platform/chromium-mac-snowleopard/fast/images/jpeg-with-color-profile-expected.png: Added. * platform/chromium-mac-snowleopard/fast/images/png-with-color-profile-expected.png: Added. * platform/chromium-mac-snowleopard/fast/media/mq-min-pixel-ratio-expected.png: * platform/chromium-mac-snowleopard/fast/reflections/reflection-direction-expected.png: * platform/chromium-mac-snowleopard/fast/reflections/reflection-masks-opacity-expected.png: * platform/chromium-mac-snowleopard/fast/reflections/reflection-with-zoom-expected.png: * platform/chromium-mac-snowleopard/scrollbars/listbox-scrollbar-combinations-expected.png: * platform/chromium-mac-snowleopard/scrollbars/overflow-scrollbar-combinations-expected.png: * platform/chromium-mac-snowleopard/svg/custom/createImageElement2-expected.png: * platform/chromium-mac-snowleopard/svg/custom/focus-ring-expected.png: * platform/chromium-mac-snowleopard/svg/custom/image-parent-translation-expected.png: * platform/chromium-mac-snowleopard/svg/custom/image-small-width-height-expected.png: * platform/chromium-mac-snowleopard/svg/custom/image-with-transform-clip-filter-expected.png: * platform/chromium-mac-snowleopard/svg/custom/pointer-events-image-css-transform-expected.png: * platform/chromium-mac-snowleopard/svg/custom/pointer-events-image-expected.png: * platform/chromium-mac-snowleopard/svg/custom/text-image-opacity-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png: * platform/chromium-mac-snowleopard/svg/transforms/animated-path-inside-transformed-html-expected.png: * platform/chromium-mac-snowleopard/svg/wicd/test-rightsizing-b-expected.png: * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug82946-2-expected.png: * platform/chromium-mac/compositing/color-matching/image-color-matching-expected.png: * platform/chromium-mac/compositing/masks/direct-image-mask-expected.png: * platform/chromium-mac/compositing/reflections/simple-composited-reflections-expected.png: * platform/chromium-mac/compositing/visibility/visibility-image-layers-expected.png: * platform/chromium-mac/css3/filters/crash-filter-change-expected.png: * platform/chromium-mac/css3/filters/crash-hw-sw-switch-expected.png: * platform/chromium-mac/css3/filters/custom/effect-color-check-expected.png: * platform/chromium-mac/css3/filters/custom/missing-custom-filter-shader-expected.png: * platform/chromium-mac/css3/filters/effect-blur-expected.png: * platform/chromium-mac/css3/filters/effect-blur-hw-expected.png: * platform/chromium-mac/css3/filters/effect-brightness-expected.png: * platform/chromium-mac/css3/filters/effect-brightness-hw-expected.png: * platform/chromium-mac/css3/filters/effect-combined-expected.png: * platform/chromium-mac/css3/filters/effect-contrast-expected.png: * platform/chromium-mac/css3/filters/effect-contrast-hw-expected.png: * platform/chromium-mac/css3/filters/effect-drop-shadow-expected.png: * platform/chromium-mac/css3/filters/effect-drop-shadow-hw-expected.png: * platform/chromium-mac/css3/filters/effect-grayscale-expected.png: * platform/chromium-mac/css3/filters/effect-hue-rotate-expected.png: * platform/chromium-mac/css3/filters/effect-invert-expected.png: * platform/chromium-mac/css3/filters/effect-invert-hw-expected.png: * platform/chromium-mac/css3/filters/effect-opacity-expected.png: * platform/chromium-mac/css3/filters/effect-opacity-hw-expected.png: * platform/chromium-mac/css3/filters/effect-saturate-expected.png: * platform/chromium-mac/css3/filters/effect-sepia-expected.png: * platform/chromium-mac/css3/filters/regions-expanding-expected.png: * platform/chromium-mac/fast/css/background-shorthand-invalid-url-expected.png: * platform/chromium-mac/fast/css/color-correction-expected.png: * platform/chromium-mac/fast/css/color-correction-on-backgrounds-expected.png: * platform/chromium-mac/fast/images/color-jpeg-with-color-profile-expected.png: * platform/chromium-mac/fast/images/jpeg-with-color-profile-expected.png: Added. * platform/chromium-mac/fast/images/png-with-color-profile-expected.png: Added. * platform/chromium-mac/fast/media/mq-min-pixel-ratio-expected.png: * platform/chromium-mac/fast/reflections/reflection-direction-expected.png: * platform/chromium-mac/fast/reflections/reflection-masks-expected.png: * platform/chromium-mac/fast/reflections/reflection-masks-opacity-expected.png: * platform/chromium-mac/fast/reflections/reflection-masks-outset-expected.png: * platform/chromium-mac/fast/reflections/reflection-with-zoom-expected.png: * platform/chromium-mac/platform/chromium/virtual/threaded/compositing/visibility/visibility-image-layers-expected.png: * platform/chromium-mac/scrollbars/listbox-scrollbar-combinations-expected.png: * platform/chromium-mac/scrollbars/overflow-scrollbar-combinations-expected.png: * platform/chromium-mac/svg/custom/createImageElement-expected.png: * platform/chromium-mac/svg/custom/createImageElement2-expected.png: * platform/chromium-mac/svg/custom/focus-ring-expected.png: * platform/chromium-mac/svg/custom/group-opacity-expected.png: * platform/chromium-mac/svg/custom/image-parent-translation-expected.png: * platform/chromium-mac/svg/custom/image-small-width-height-expected.png: * platform/chromium-mac/svg/custom/image-with-transform-clip-filter-expected.png: * platform/chromium-mac/svg/custom/js-update-image-and-display-expected.png: * platform/chromium-mac/svg/custom/js-update-image-and-display2-expected.png: * platform/chromium-mac/svg/custom/js-update-image-and-display3-expected.png: * platform/chromium-mac/svg/custom/js-update-image-expected.png: * platform/chromium-mac/svg/custom/pointer-events-image-css-transform-expected.png: * platform/chromium-mac/svg/custom/pointer-events-image-expected.png: * platform/chromium-mac/svg/custom/text-image-opacity-expected.png: * platform/chromium-mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png: * platform/chromium-mac/svg/filters/feImage-subregions-expected.png: * platform/chromium-mac/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png: * platform/chromium-mac/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png: * platform/chromium-mac/svg/filters/filter-source-position-expected.png: * platform/chromium-mac/svg/repaint/image-href-change-expected.png: * platform/chromium-mac/svg/transforms/animated-path-inside-transformed-html-expected.png: * platform/chromium-mac/svg/wicd/test-rightsizing-b-expected.png: * platform/chromium-mac/svg/zoom/page/zoom-background-images-expected.png: * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: * platform/chromium-mac/tables/mozilla/bugs/bug82946-2-expected.png: * platform/chromium-win/compositing/color-matching/image-color-matching-expected.png: * platform/chromium-win/css3/filters/crash-filter-change-expected.png: * platform/chromium-win/css3/filters/crash-hw-sw-switch-expected.png: * platform/chromium-win/css3/filters/effect-blur-expected.png: * platform/chromium-win/css3/filters/effect-blur-hw-expected.png: * platform/chromium-win/css3/filters/effect-brightness-expected.png: * platform/chromium-win/css3/filters/effect-brightness-hw-expected.png: * platform/chromium-win/css3/filters/effect-combined-expected.png: * platform/chromium-win/css3/filters/effect-contrast-expected.png: * platform/chromium-win/css3/filters/effect-contrast-hw-expected.png: * platform/chromium-win/css3/filters/effect-drop-shadow-expected.png: * platform/chromium-win/css3/filters/effect-drop-shadow-hw-expected.png: * platform/chromium-win/css3/filters/effect-grayscale-expected.png: * platform/chromium-win/css3/filters/effect-hue-rotate-expected.png: * platform/chromium-win/css3/filters/effect-invert-expected.png: * platform/chromium-win/css3/filters/effect-invert-hw-expected.png: * platform/chromium-win/css3/filters/effect-opacity-expected.png: * platform/chromium-win/css3/filters/effect-opacity-hw-expected.png: * platform/chromium-win/css3/filters/effect-saturate-expected.png: * platform/chromium-win/css3/filters/effect-sepia-expected.png: * platform/chromium-win/css3/filters/regions-expanding-expected.png: * platform/chromium-win/fast/images/jpeg-with-color-profile-expected.png: Added. * platform/chromium-win/fast/images/png-with-color-profile-expected.png: Added. * platform/chromium/TestExpectations: 2012-06-15 David Grogan IndexedDB: Remove obsolete description parameter from factory.open calls https://bugs.webkit.org/show_bug.cgi?id=89047 Reviewed by Tony Chang. This parameter has been obsolete for 18 months and is getting replaced with a version parameter. * storage/indexeddb/mozilla/add-twice-failure-expected.txt: * storage/indexeddb/mozilla/autoincrement-indexes-expected.txt: * storage/indexeddb/mozilla/bad-keypath-expected.txt: * storage/indexeddb/mozilla/clear-expected.txt: * storage/indexeddb/mozilla/create-index-unique-expected.txt: * storage/indexeddb/mozilla/create-index-with-integer-keys-expected.txt: * storage/indexeddb/mozilla/create-objectstore-basics-expected.txt: * storage/indexeddb/mozilla/create-objectstore-null-name-expected.txt: * storage/indexeddb/mozilla/cursor-mutation-objectstore-only-expected.txt: * storage/indexeddb/mozilla/cursor-update-updates-indexes-expected.txt: * storage/indexeddb/mozilla/cursors-expected.txt: * storage/indexeddb/mozilla/delete-result-expected.txt: * storage/indexeddb/mozilla/event-source-expected.txt: * storage/indexeddb/mozilla/global-data-expected.txt: * storage/indexeddb/mozilla/index-prev-no-duplicate-expected.txt: * storage/indexeddb/mozilla/index-prev-no-duplicate.html: * storage/indexeddb/mozilla/indexes-expected.txt: * storage/indexeddb/mozilla/key-requirements-delete-null-key-expected.txt: * storage/indexeddb/mozilla/key-requirements-expected.txt: * storage/indexeddb/mozilla/key-requirements-inline-and-passed-expected.txt: * storage/indexeddb/mozilla/key-requirements-put-no-key-expected.txt: * storage/indexeddb/mozilla/key-requirements-put-null-key-expected.txt: * storage/indexeddb/mozilla/object-cursors-expected.txt: * storage/indexeddb/mozilla/object-identity-expected.txt: * storage/indexeddb/mozilla/object-store-inline-autoincrement-key-added-on-put-expected.txt: * storage/indexeddb/mozilla/object-store-remove-values-expected.txt: * storage/indexeddb/mozilla/objectstorenames-expected.txt: * storage/indexeddb/mozilla/odd-result-order-expected.txt: * storage/indexeddb/mozilla/put-get-values-expected.txt: * storage/indexeddb/mozilla/readonly-transactions-expected.txt: * storage/indexeddb/mozilla/readwrite-transactions-expected.txt: * storage/indexeddb/mozilla/readyState-expected.txt: * storage/indexeddb/mozilla/remove-index-expected.txt: * storage/indexeddb/mozilla/remove-objectstore-expected.txt: * storage/indexeddb/mozilla/resources/add-twice-failure.js: (test): * storage/indexeddb/mozilla/resources/autoincrement-indexes.js: (test): * storage/indexeddb/mozilla/resources/bad-keypath.js: (test): * storage/indexeddb/mozilla/resources/clear.js: (test): * storage/indexeddb/mozilla/resources/create-index-unique.js: (test): * storage/indexeddb/mozilla/resources/create-index-with-integer-keys.js: (test): * storage/indexeddb/mozilla/resources/create-objectstore-basics.js: (test): * storage/indexeddb/mozilla/resources/create-objectstore-null-name.js: (test): * storage/indexeddb/mozilla/resources/cursor-mutation-objectstore-only.js: (test): * storage/indexeddb/mozilla/resources/cursor-update-updates-indexes.js: (test): * storage/indexeddb/mozilla/resources/cursors.js: (test): * storage/indexeddb/mozilla/resources/delete-result.js: (test): * storage/indexeddb/mozilla/resources/event-source.js: (test): * storage/indexeddb/mozilla/resources/global-data.js: (test): (cleanDatabase): * storage/indexeddb/mozilla/resources/indexes.js: (test): * storage/indexeddb/mozilla/resources/key-requirements-delete-null-key.js: (test): * storage/indexeddb/mozilla/resources/key-requirements-inline-and-passed.js: (test): * storage/indexeddb/mozilla/resources/key-requirements-put-no-key.js: (test): * storage/indexeddb/mozilla/resources/key-requirements-put-null-key.js: (test): * storage/indexeddb/mozilla/resources/key-requirements.js: (test): * storage/indexeddb/mozilla/resources/object-cursors.js: (test): * storage/indexeddb/mozilla/resources/object-identity.js: (test): * storage/indexeddb/mozilla/resources/object-store-inline-autoincrement-key-added-on-put.js: (test): * storage/indexeddb/mozilla/resources/object-store-remove-values.js: (test): * storage/indexeddb/mozilla/resources/objectstorenames.js: (test): * storage/indexeddb/mozilla/resources/odd-result-order.js: (test): * storage/indexeddb/mozilla/resources/put-get-values.js: (test): * storage/indexeddb/mozilla/resources/readonly-transactions.js: (test): * storage/indexeddb/mozilla/resources/readwrite-transactions.js: (test): * storage/indexeddb/mozilla/resources/readyState.js: (test): * storage/indexeddb/mozilla/resources/remove-index.js: (test): * storage/indexeddb/mozilla/resources/remove-objectstore.js: (test): * storage/indexeddb/mozilla/resources/versionchange-abort.js: (test): * storage/indexeddb/mozilla/resources/versionchange.js: (test): (openSuccess): (postSetVersion): * storage/indexeddb/mozilla/versionchange-abort-expected.txt: * storage/indexeddb/mozilla/versionchange-expected.txt: 2012-06-15 Joshua Bell IndexedDB: Raise exceptions when methods are called on deleted objects https://bugs.webkit.org/show_bug.cgi?id=89243 Reviewed by Tony Chang. * storage/indexeddb/deleted-objects-expected.txt: Added. * storage/indexeddb/deleted-objects.html: Added. * storage/indexeddb/resources/deleted-objects.js: Added. (test): (openDatabase.request.onsuccess.request.onsuccess): (openDatabase.request.onsuccess): (openDatabase): * storage/indexeddb/resources/transaction-basics.js: Fix test that relied on non-compliant behavior. (addRemoveIDBObjects): (addRemoveAddIDBObjects): * storage/indexeddb/transaction-basics-expected.txt: 2012-06-15 Abhishek Arya Unreviewed. Forgot a rebaseline for r120477. * platform/chromium-win/fast/forms/formmove3-expected.txt: 2012-06-15 Filip Pizlo DFG should be able to set watchpoints on structure transitions in the method check prototype chain https://bugs.webkit.org/show_bug.cgi?id=89058 Rubber stamped by Gavin Barraclough. * fast/js/dfg-call-method-hit-watchpoint-expected.txt: Added. * fast/js/dfg-call-method-hit-watchpoint.html: Added. * fast/js/script-tests/dfg-call-method-hit-watchpoint.js: Added. (Thingy): (Thingy.prototype.foo): (callFoo): (.Thingy.prototype.foo): 2012-06-14 Ryosuke Niwa The default value of text-align should be start instead of -webkit-auto https://bugs.webkit.org/show_bug.cgi?id=79914 Reviewed by Tony Chang. Rebaselined tests. For query-text-alignment.html, we now match start and end with justifyLeft and justifyRight, which appears to be consistent with Firefox for time being. * editing/execCommand/query-text-alignment-expected.txt: * editing/execCommand/script-tests/query-text-alignment.js: (queryTextAlignment): (selectFirstPosition): (selectMiddleOfHelloWorld): (runRangeTests): * editing/pasteboard/paste-4039777-fix-expected.txt: * fast/css/getComputedStyle/computed-style-expected.txt: * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: * fast/css/list-item-text-align.html: * fast/css/text-align-initial-expected.html: Renamed from fast/css/text-align-webkit-auto-expected.html. * fast/css/text-align-initial.html: Ditto. * fast/events/ondrop-text-html-expected.txt: * platform/chromium-linux-x86/svg/css/getComputedStyle-basic-expected.txt: * platform/chromium-linux/svg/css/getComputedStyle-basic-expected.txt: * platform/chromium-mac-leopard/fast/css/getComputedStyle/computed-style-expected.txt: * platform/chromium-mac-leopard/svg/css/getComputedStyle-basic-expected.txt: * platform/chromium-mac-snowleopard/fast/lists/001-expected.png: * platform/chromium-mac-snowleopard/fast/lists/001-vertical-expected.png: * platform/chromium-mac-snowleopard/svg/css/getComputedStyle-basic-expected.txt: * platform/chromium-mac/fast/css/getComputedStyle/computed-style-expected.txt: * platform/chromium-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: * platform/chromium-mac/svg/css/getComputedStyle-basic-expected.txt: * platform/chromium-win-vista/svg/css/getComputedStyle-basic-expected.txt: * platform/chromium-win-xp/svg/css/getComputedStyle-basic-expected.txt: * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt: * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt: * platform/gtk/fast/css/getComputedStyle/computed-style-expected.txt: * platform/gtk/svg/css/getComputedStyle-basic-expected.txt: * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt: * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: * platform/mac/fast/lists/001-expected.txt: * platform/mac/fast/lists/001-vertical-expected.txt: * platform/mac/svg/css/getComputedStyle-basic-expected.txt: * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: * platform/qt/svg/css/getComputedStyle-basic-expected.txt: * platform/win/fast/css/getComputedStyle/computed-style-expected.txt: * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: * svg/css/getComputedStyle-basic-expected.txt: 2012-06-15 Jian Li [File API] FileReader should work in sandbox iframe https://bugs.webkit.org/show_bug.cgi?id=89242 Reviewed by Adam Barth. * fast/files/file-reader-file-url.html: * fast/files/file-reader-sandbox-iframe-expected.txt: Added. * fast/files/file-reader-sandbox-iframe.html: Added. * fast/files/resources/file-reader-real.html: Renamed from LayoutTests/fast/files/resources/file-reader-file-url-iframe.html. 2012-06-15 Jian Li http/tests/fileapi/create-blob-url-from-data-url.html fails https://bugs.webkit.org/show_bug.cgi?id=89149 Reviewed by Adam Barth. Convert the test to check if blob URL can be created in a data iframe. * http/tests/fileapi/create-blob-url-from-data-url-expected.txt: * http/tests/fileapi/create-blob-url-from-data-url.html: * platform/chromium/TestExpectations: * platform/efl/Skipped: * platform/gtk/TestExpectations: * platform/mac/Skipped: * platform/qt/Skipped: 2012-06-15 David Barton Inherit style changes in MathML anonymous renderers https://bugs.webkit.org/show_bug.cgi?id=88476 Reviewed by Julien Chaffraix. * mathml/presentation/over.xhtml: * mathml/presentation/style-changed-expected.html: Added. * mathml/presentation/style-changed.html: Added. * platform/mac/mathml/presentation/attributes-expected.txt: * platform/mac/mathml/presentation/fenced-expected.txt: * platform/mac/mathml/presentation/fenced-mi-expected.txt: * platform/mac/mathml/presentation/fractions-expected.txt: * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.txt: * platform/mac/mathml/presentation/mo-expected.txt: * platform/mac/mathml/presentation/mo-stretch-expected.txt: * platform/mac/mathml/presentation/mroot-pref-width-expected.txt: * platform/mac/mathml/presentation/over-expected.png: * platform/mac/mathml/presentation/over-expected.txt: * platform/mac/mathml/presentation/roots-expected.txt: * platform/mac/mathml/presentation/row-alignment-expected.png: * platform/mac/mathml/presentation/row-alignment-expected.txt: * platform/mac/mathml/presentation/row-expected.txt: * platform/mac/mathml/presentation/style-expected.txt: * platform/mac/mathml/presentation/sub-expected.txt: * platform/mac/mathml/presentation/subsup-expected.txt: * platform/mac/mathml/presentation/sup-expected.txt: * platform/mac/mathml/presentation/tables-expected.txt: * platform/mac/mathml/presentation/tokenElements-expected.txt: * platform/mac/mathml/presentation/under-expected.png: * platform/mac/mathml/presentation/under-expected.txt: * platform/mac/mathml/presentation/underover-expected.png: * platform/mac/mathml/presentation/underover-expected.txt: * platform/mac/mathml/xHeight-expected.txt: 2012-06-15 Andrew Wilson Unreviewed chromium expectations change. * platform/chromium/TestExpectations: 2012-06-15 Ryosuke Niwa Use testRunner instead of layoutTestController in sputnik's conformance tests https://bugs.webkit.org/show_bug.cgi?id=89184 Reviewed by Tony Chang. * sputnik/Conformance/: 2012-06-15 Abhishek Arya Unreviewed. Rebaselines for r120477. * platform/chromium-linux/fast/forms/formmove3-expected.txt: * platform/chromium-win/editing/deleting/delete-3800834-fix-expected.txt: * platform/chromium-win/fast/dynamic/011-expected.txt: * platform/chromium-win/fast/forms/preserveFormDuringResidualStyle-expected.txt: * platform/chromium-win/fast/invalid/001-expected.txt: * platform/chromium-win/fast/invalid/003-expected.txt: * platform/chromium-win/fast/invalid/004-expected.txt: * platform/chromium-win/fast/invalid/007-expected.txt: * platform/chromium-win/fast/invalid/019-expected.txt: * platform/chromium-win/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: * platform/chromium-win/tables/mozilla/bugs/bug647-expected.txt: * platform/chromium-win/tables/mozilla/other/wa_table_tr_align-expected.txt: 2012-06-13 Vincent Scheib Add new Pointer Lock spec webkitRequestPointerLock and webkitExitPointerLock methods. https://bugs.webkit.org/show_bug.cgi?id=88891 Reviewed by Dimitri Glazkov. Part of a series of refactoring changes to update pointer lock API to the fullscreen locking style. https://bugs.webkit.org/show_bug.cgi?id=84402 Entering and exiting mouse lock is provided in the new webkitRequestPointerLock and webkitExitPointerLock methods. Existing tests updated to use the new methods. Also, several updated to support manual testing. * pointer-lock/lock-already-locked-expected.txt: * pointer-lock/lock-already-locked.html: * pointer-lock/mouse-event-delivery-expected.txt: * pointer-lock/mouse-event-delivery.html: * pointer-lock/pointer-lock-api-expected.txt: * pointer-lock/pointer-lock-api.html: * pointer-lock/pointerlockchange-pointerlockerror-events-expected.txt: * pointer-lock/pointerlockchange-pointerlockerror-events.html: 2012-06-15 Abhishek Arya Unreviewed. Rebaselines for r120477. * fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: * platform/chromium-mac-leopard/fast/forms/formmove3-expected.txt: Added. * platform/chromium-mac-leopard/fast/forms/preserveFormDuringResidualStyle-expected.txt: Added. * platform/chromium-mac-leopard/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added. * platform/chromium-mac-leopard/tables/mozilla/other/wa_table_tr_align-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/forms/formmove3-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/forms/preserveFormDuringResidualStyle-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/other/wa_table_tr_align-expected.txt: Added. * platform/chromium-mac/fast/forms/formmove3-expected.txt: * platform/chromium-mac/fast/forms/preserveFormDuringResidualStyle-expected.txt: * platform/chromium-mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: * platform/chromium-mac/tables/mozilla/other/wa_table_tr_align-expected.txt: * platform/efl/TestExpectations: * platform/gtk/editing/deleting/delete-3800834-fix-expected.txt: * platform/gtk/fast/dynamic/011-expected.txt: * platform/gtk/fast/forms/formmove3-expected.txt: * platform/gtk/fast/forms/preserveFormDuringResidualStyle-expected.txt: * platform/gtk/fast/invalid/001-expected.txt: * platform/gtk/fast/invalid/003-expected.txt: * platform/gtk/fast/invalid/004-expected.txt: * platform/gtk/fast/invalid/007-expected.txt: * platform/gtk/fast/invalid/019-expected.txt: * platform/gtk/tables/mozilla/bugs/bug647-expected.txt: * platform/gtk/tables/mozilla/other/wa_table_tr_align-expected.txt: * platform/qt/editing/deleting/delete-3800834-fix-expected.txt: * platform/qt/fast/dynamic/011-expected.txt: * platform/qt/fast/forms/formmove3-expected.txt: * platform/qt/fast/forms/preserveFormDuringResidualStyle-expected.txt: * platform/qt/fast/invalid/001-expected.txt: * platform/qt/fast/invalid/003-expected.txt: * platform/qt/fast/invalid/004-expected.txt: * platform/qt/fast/invalid/007-expected.txt: * platform/qt/fast/invalid/019-expected.txt: * platform/qt/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: * platform/qt/tables/mozilla/bugs/bug647-expected.txt: * platform/qt/tables/mozilla/other/wa_table_tr_align-expected.txt: 2012-06-15 Simon Fraser Rebaseline some tests after r120411. * platform/mac/fast/forms/box-shadow-override-expected.txt: * platform/mac/fast/forms/input-appearance-height-expected.txt: * platform/mac/fast/forms/range/input-appearance-range-expected.txt: * platform/mac/fast/multicol/client-rects-expected.txt: * platform/mac/media/controls-after-reload-expected.txt: 2012-06-15 Florin Malita Unreviewed chromium rebaseline for r120467. * platform/chromium-linux-x86/svg/filters/feLighting-crash-expected.png: * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: * platform/chromium-mac-leopard/svg/filters/feLighting-crash-expected.png: * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: * platform/chromium-mac-snowleopard/svg/filters/feLighting-crash-expected.png: * platform/chromium-mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png: * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: * platform/chromium-mac/svg/filters/feLighting-crash-expected.png: * platform/chromium-win-vista/svg/filters/feLighting-crash-expected.png: * platform/chromium-win-xp/svg/filters/feLighting-crash-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: * platform/chromium-win/svg/filters/feLighting-crash-expected.png: * platform/chromium/TestExpectations: 2012-06-15 Abhishek Arya Cleanup empty anonymous block continuation. https://bugs.webkit.org/show_bug.cgi?id=74976 Reviewed by Julien Chaffraix. * fast/inline/inline-empty-block-continuation-remove-expected.html: Added. * fast/inline/inline-empty-block-continuation-remove.html: Added. and a bunch of rebaselines in existing tests. 2012-06-15 Zan Dobersek Clean up the flaky tests section in Gtk's TestExpectations file. Remove flakiness expectations for tests that have been consistently passing and move expectations for tests that have been consistently failing under the failing tests section, changing the expectations to represent a constant expected failure for that test. Rubber-stamped by Philippe Normand. * platform/gtk/TestExpectations: 2012-06-15 Taiju Tsuiki Web Inspector: Move FileSystem frame management from frontend to backend https://bugs.webkit.org/show_bug.cgi?id=89190 Reviewed by Vsevolod Vlasov. * http/tests/inspector/filesystem/read-directory.html: 2012-06-15 Pavel Feldman Web Inspector: extension's Resource.getContent always returns original revision. https://bugs.webkit.org/show_bug.cgi?id=89219 Reviewed by Vsevolod Vlasov. * inspector/extensions/extensions-resources-expected.txt: * inspector/extensions/extensions-resources.html: 2012-06-15 Florin Malita Specular light filters produce dark results https://bugs.webkit.org/show_bug.cgi?id=89116 Reviewed by Dirk Schulze. * platform/chromium-linux/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: * platform/chromium-linux/svg/filters/feLighting-crash-expected.png: * platform/chromium/TestExpectations: * platform/mac/TestExpectations: * svg/filters/feSpecularLight-premultiplied-expected.svg: Added. * svg/filters/feSpecularLight-premultiplied.svg: Added. 2012-06-15 Stephen Chenney SVG Composite of Offset filters incorrectly clips https://bugs.webkit.org/show_bug.cgi?id=77660 Reviewed by Dirk Schulze. * svg/filters/container-with-filters-expected.svg: Added. * svg/filters/container-with-filters.svg: Added. 2012-06-15 Ilya Tikhonovsky Web Inspector: CRASH: getProfile is crashing for unknown profiles. https://bugs.webkit.org/show_bug.cgi?id=89202 Reviewed by Pavel Feldman. * inspector/profiler/heap-snapshot-get-profile-crash-expected.txt: Added. * inspector/profiler/heap-snapshot-get-profile-crash.html: Added. 2012-06-15 Kent Tamura [Chromium] Rebaseline for type=range tests. https://bugs.webkit.org/show_bug.cgi?id=89067 * platform/chromium-linux/fast/forms/range/input-appearance-range-expected.txt: Added. 2012-06-15 Ryosuke Niwa Use testRunner instead of layoutTestController in layout test resources https://bugs.webkit.org/show_bug.cgi?id=89182 Reviewed by Kent Tamura. * resources/dump-as-markup.js: (Markup.waitUntilDone): (Markup.notifyDone): * resources/magnitude-perf.js: (Magnitude._run): (Magnitude._runIteration): (Magnitude): * resources/testharnessreport.js: 2012-06-15 Zan Dobersek Unreviewed GTK gardening, adding TEXT expectation for editing/spelling/grammar-edit-word.html after r120423. * platform/gtk/TestExpectations: 2012-06-15 Kent Tamura [Chromium] Rebaseline for type=range tests. https://bugs.webkit.org/show_bug.cgi?id=89067 * fast/forms/range/range-thumb-height-percentage-expected.txt: Renamed from LayoutTests/platform/efl/fast/forms/range/range-thumb-height-percentage-expected.txt. * platform/chromium-linux/fast/forms/range/range-thumb-height-percentage-expected.txt: Renamed from LayoutTests/platform/gtk/fast/forms/range/range-thumb-height-percentage-expected.txt. * platform/chromium-linux/fast/forms/range/slider-padding-expected.txt: Added. * platform/chromium-linux/fast/forms/range/slider-thumb-shared-style-expected.txt: Added. * platform/chromium-win/fast/forms/range/input-appearance-range-expected.png: * platform/chromium-win/fast/forms/range/input-appearance-range-expected.txt: * platform/chromium/TestExpectations: 2012-06-15 Szilard Ledan [Qt] Gardening. Skip a failing test. After r120423. https://bugs.webkit.org/show_bug.cgi?id=89199 Reviewed by Csaba Osztrogonác. * platform/qt/Skipped: 2012-06-15 Sudarsana Nagineni [EFL] Gardening after r120411 https://bugs.webkit.org/show_bug.cgi?id=89194 Unreviewed EFL gardening, updating baselines after r120411. * platform/efl/fast/dom/HTMLInputElement/input-slider-update-expected.txt: * platform/efl/fast/forms/box-shadow-override-expected.png: * platform/efl/fast/forms/box-shadow-override-expected.txt: * platform/efl/fast/forms/input-appearance-height-expected.png: * platform/efl/fast/forms/input-appearance-height-expected.txt: * platform/efl/fast/forms/range/input-appearance-range-expected.png: * platform/efl/fast/forms/range/input-appearance-range-expected.txt: * platform/efl/fast/forms/range/range-thumb-height-percentage-expected.png: * platform/efl/fast/forms/range/range-thumb-height-percentage-expected.txt: * platform/efl/fast/forms/range/slider-padding-expected.png: * platform/efl/fast/forms/range/slider-padding-expected.txt: * platform/efl/fast/forms/range/slider-thumb-shared-style-expected.png: * platform/efl/fast/forms/range/slider-thumb-shared-style-expected.txt: * platform/efl/fast/forms/range/slider-thumb-stylability-expected.txt: * platform/efl/fast/multicol/client-rects-expected.png: * platform/efl/fast/multicol/client-rects-expected.txt: * platform/efl/fast/repaint/slider-thumb-drag-release-expected.txt: 2012-06-15 Hajime Morrita Unreviewed expectation rebaselining. * platform/chromium-linux-x86/fast/multicol/client-rects-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/multicol/client-rects-expected.png. * platform/chromium-linux-x86/fast/multicol/client-rects-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/multicol/client-rects-expected.txt. * platform/chromium-linux/fast/multicol/client-rects-expected.png: * platform/chromium-linux/fast/multicol/client-rects-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/multicol/client-rects-expected.txt. * platform/chromium-mac-snowleopard/fast/multicol/client-rects-expected.txt: Added. * platform/chromium-win-vista/fast/multicol/client-rects-expected.png: Added. * platform/chromium-win-vista/fast/multicol/client-rects-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/multicol/client-rects-expected.txt. * platform/chromium-win-xp/fast/multicol/client-rects-expected.png: Added. * platform/chromium-win-xp/fast/multicol/client-rects-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/multicol/client-rects-expected.txt. * platform/chromium-win/fast/multicol/client-rects-expected.png: * platform/chromium-win/fast/multicol/client-rects-expected.txt: 2012-06-15 Kent Tamura [Chromium] Rebaseline for type=range tests. https://bugs.webkit.org/show_bug.cgi?id=89067 * platform/chromium-win/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Added. * platform/chromium-win/fast/forms/range/range-thumb-height-percentage-expected.txt: * platform/chromium-win/fast/forms/range/slider-padding-expected.txt: * platform/chromium-win/fast/forms/range/slider-thumb-shared-style-expected.txt: * platform/chromium-win/fast/repaint/slider-thumb-float-expected.txt: Added. * platform/chromium/TestExpectations: 2012-06-15 János Badics [Qt] Gardening after r120411. Updated baselines of 7 tests because of a color property change. Reviewed by Csaba Osztrogonác. * platform/qt/fast/dom/HTMLInputElement/input-slider-update-expected.png: * platform/qt/fast/dom/HTMLInputElement/input-slider-update-expected.txt: * platform/qt/fast/forms/box-shadow-override-expected.png: * platform/qt/fast/forms/box-shadow-override-expected.txt: * platform/qt/fast/forms/range/input-appearance-range-expected.txt: * platform/qt/fast/forms/range/range-thumb-height-percentage-expected.png: Added. * platform/qt/fast/forms/range/range-thumb-height-percentage-expected.txt: * platform/qt/fast/forms/range/slider-padding-expected.png: * platform/qt/fast/forms/range/slider-padding-expected.txt: * platform/qt/fast/multicol/client-rects-expected.png: Added. * platform/qt/fast/multicol/client-rects-expected.txt: * platform/qt/fast/repaint/slider-thumb-drag-release-expected.png: * platform/qt/fast/repaint/slider-thumb-drag-release-expected.txt: 2012-06-15 Kent Tamura [Chromium] Update TestExpectations https://bugs.webkit.org/show_bug.cgi?id=89067 * platform/chromium/TestExpectations: Mark some tests for type=range FAIL until all bots have the new results. 2012-06-15 Kent Tamura [Chromium] Fix a syntax error of TestExpectations. * platform/chromium/TestExpectations: 2012-06-15 Jian Li FileReader is dysfunctional in documents with "null" origin string https://bugs.webkit.org/show_bug.cgi?id=78648 Reviewed by Adam Barth. * fast/files/file-reader-file-url-expected.txt: Added. * fast/files/file-reader-file-url.html: Added. * fast/files/resources/file-reader-file-url-iframe.html: Added. 2012-06-15 Kent Tamura [Chromium] Update TestExpectations https://bugs.webkit.org/show_bug.cgi?id=89067 * platform/chromium-mac/fast/multicol/client-rects-expected.txt: 2012-06-15 Taiju Tsuiki Web Inspector: LayoutTest http/tests/inspector/filesystem/* should clean up FileSystem after test. https://bugs.webkit.org/show_bug.cgi?id=89066 Reviewed by Vsevolod Vlasov. * http/tests/inspector/filesystem/filesystem-test.js: (initialize_FileSystemTest.InspectorTest.clearFileSystem): (dispatchCallback): (createDirectory.gotFileSystem): (createDirectory): (createFile.gotFileSystem): (clearFileSystem.gotRoot): (clearFileSystem.gotRoot.removeAll): (clearFileSystem.onError): * http/tests/inspector/filesystem/read-directory.html: 2012-06-15 Kent Tamura [Chromium] Update TestExpectations https://bugs.webkit.org/show_bug.cgi?id=89192 * platform/chromium/TestExpectations: Failulre of platform/chromium/accessibility/add-to-menu-list-crashes.html is expected. 2012-06-15 Christophe Dumez [EFL] EFL's LayoutTestController does not support titleTextDirection https://bugs.webkit.org/show_bug.cgi?id=86475 Reviewed by Hajime Morita. Unskip title-directionality tests now that EFL's LayoutTestController supports titleTextDirection. * platform/efl/TestExpectations: 2012-06-15 Emil A Eklund Unreviewed chromium windows rebaseline. * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug89315-expected.png: 2012-06-15 Kent Tamura A followup for r120413. https://bugs.webkit.org/show_bug.cgi?id=89187 We need to update fast/dom/htmlcollection-non-html.html for HTMLSelectElement::selectedOptions removal. * fast/dom/htmlcollection-non-html-expected.txt: * fast/dom/htmlcollection-non-html.html: * platform/gtk/TestExpectations: 2012-06-15 Zan Dobersek Unreviewed GTK gardening, adding a CRASH PASS expectation for storage/websql/quota-tracking.html which crashes intermittently on release builds. * platform/gtk/TestExpectations: 2012-06-15 Hironori Bono Allow platforms to choose whether to remove markers on editing https://bugs.webkit.org/show_bug.cgi?id=88838 Reviewed by Hajime Morita. This change adds a test that verifies WebKit removes a grammar marker from a grammatically-incorrect word when editing the word. * editing/spelling/grammar-edit-word-expected.txt: Added. * editing/spelling/grammar-edit-word.html: Added. 2012-06-15 Zan Dobersek Unreviewed GTK gardening, adding test expectation for fast/dom/htmlcollection-non-html.html after r120413. * platform/gtk/TestExpectations: 2012-06-15 Emil A Eklund Unreviewed chromium mac rebaseline. * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug89315-expected.png: * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug89315-expected.png: * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug89315-expected.png: * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt: 2012-06-15 Zan Dobersek Unreviewed GTK gardening, updating baselines after r120411. * platform/gtk/fast/dom/HTMLInputElement/input-slider-update-expected.txt: * platform/gtk/fast/forms/box-shadow-override-expected.txt: * platform/gtk/fast/forms/input-appearance-height-expected.txt: * platform/gtk/fast/forms/range/input-appearance-range-expected.txt: * platform/gtk/fast/forms/range/range-thumb-height-percentage-expected.txt: * platform/gtk/fast/forms/range/slider-padding-expected.txt: * platform/gtk/fast/forms/range/slider-thumb-shared-style-expected.txt: * platform/gtk/fast/forms/range/slider-thumb-stylability-expected.txt: * platform/gtk/fast/multicol/client-rects-expected.txt: * platform/gtk/fast/repaint/slider-thumb-drag-release-expected.txt: 2012-06-15 Ryosuke Niwa Use testRunner instead of layoutTestController in networkinformation, perf, plugins, pointer-lock, printing, scrollbars, and security tests https://bugs.webkit.org/show_bug.cgi?id=89181 Reviewed by Kent Tamura. * perf/clone-with-focus.html: * perf/nested-combined-selectors.html: * perf/table-rows-length-caching.html: * platform/chromium/plugins/call-as-function.html: * platform/chromium/plugins/get-url-with-blank-target2.html: * platform/chromium/plugins/get-url-with-iframe-target-no-crash.html: * platform/chromium/printing/custom-page-size-style-expected.txt: * platform/chromium/printing/custom-page-size-style.html: * platform/gtk/plugins/invalidate-rect-with-null-npp-argument.html: * platform/gtk/scrollbars/overflow-scrollbar-horizontal-wheel-scroll.html: * platform/mac-wk2/plugins/contents-scale-factor.html: * platform/mac-wk2/plugins/mouse-events-scaled.html: * platform/mac/plugins/bindings-array-apply-crash.html: * platform/mac/plugins/bindings-objc-long-method-name.html: * platform/mac/plugins/bindings-objc-method-name-conversion.html: * platform/mac/plugins/bindings-test-objc.html: * platform/mac/plugins/call-as-function-test.html: * platform/mac/plugins/convert-point.html: * platform/mac/plugins/disable-plugins.html: * platform/mac/plugins/jsobjc-dom-wrappers.html: * platform/mac/plugins/jsobjc-simple.html: * platform/mac/plugins/pluginDocumentView-deallocated-dataSource.html-disabled: * platform/mac/plugins/root-object-premature-delete-crash.html: * platform/mac/plugins/supports-carbon-event-model.html: * platform/mac/plugins/testplugin-onnew-onpaint.html: * platform/mac/plugins/throw-on-dealloc.html: * platform/mac/plugins/undefined-property-crash.html: * platform/mac/plugins/update-widget-from-style-recalc.html: * platform/mac/plugins/webScriptObject-exception-deadlock.html: * platform/mac/scrollbars/key-window-not-first-responder.html: * platform/qt/plugins/application-plugin-plugins-disabled.html: * platform/win/plugins/call-javascript-that-destroys-plugin.html: * platform/win/plugins/get-value-netscape-window.html: * platform/win/plugins/iframe-inside-overflow.html: * platform/win/plugins/npn-invalidate-rect-invalidates-window.html: * platform/win/plugins/visibility-hidden.html: * platform/win/plugins/window-geometry-initialized-before-set-window.html: * platform/win/plugins/window-region-is-set-to-clip-rect.html: * platform/win/plugins/windowless-paint-rect-coordinates.html: * plugins/: * pointer-lock/lock-fail-responses-expected.txt: * pointer-lock/lock-fail-responses.html: * pointer-lock/pointer-lock-api.html: * pointer-lock/pointerlockchange-pointerlockerror-events-expected.txt: * pointer-lock/pointerlockchange-pointerlockerror-events.html: * pointer-lock/pointerlocklost-event-expected.txt: * pointer-lock/pointerlocklost-event.html: * printing/compositing-layer-printing.html: * printing/css2.1/README.txt: * printing/css2.1/page-break-after-000.html: * printing/css2.1/page-break-after-001.html: * printing/css2.1/page-break-after-002.html: * printing/css2.1/page-break-after-003.html: * printing/css2.1/page-break-after-004.html: * printing/css2.1/page-break-before-000.html: * printing/css2.1/page-break-before-001.html: * printing/css2.1/page-break-before-002.html: * printing/css2.1/page-break-inside-000.html: * printing/iframe-print.html: * printing/media-queries-print.html: * printing/numberOfPages-expected.txt: * printing/page-count-layout-overflow.html: * printing/page-count-relayout-shrink.html: * printing/page-count-with-one-word.html: * printing/page-format-data-display-none.html: * printing/page-format-data-expected.txt: * printing/page-format-data.html: * printing/page-rule-css-text.html: * printing/page-rule-in-media-query.html: * printing/page-rule-selection-expected.txt: * printing/page-rule-selection.html: * printing/pageNumerForElementById-expected.txt: * printing/print-close-crash.html: * printing/pseudo-class-outside-page.html: * printing/resources/paged-media-test-utils.js: (pageNumberForElementShouldBe): (numberOfPagesShouldBe): (runPrintingTest): * printing/return-from-printing-mode.html: * printing/script-tests/numberOfPages.js: * printing/script-tests/pageNumerForElementById.js: * printing/setPrinting.html: * printing/simultaneous-position-float-change.html: * printing/single-line-must-not-be-split-into-two-pages.html: * printing/width-overflow.html: * printing/zoomed-document.html: * scrollbars/hidden-iframe-scrollbar-crash.html: * scrollbars/hidden-iframe-scrollbar-crash2.html: * scrollbars/hidden-scrollbar-prevents-layout.html: * scrollbars/overflow-custom-scrollbar-crash.html: * scrollbars/resources/hidden-iframe-scrollbar-crash2.html: * scrollbars/scroll-rtl-or-bt-layer.html: * scrollbars/scrollable-iframe-remove-crash.html: * scrollbars/scrollbar-click-does-not-blur-content.html: * scrollbars/scrollbar-crash-on-refresh.html: * scrollbars/scrollbar-drag-thumb-with-large-content.html: * scrollbars/scrollbar-gradient-crash.html: * scrollbars/scrollbar-iframe-click-does-not-blur-content.html: * scrollbars/scrollbar-initial-position.html: * scrollbars/scrollbar-middleclick-nopaste.html: * scrollbars/scrollbar-miss-mousemove-disabled.html: * scrollbars/scrollbar-miss-mousemove.html: * scrollbars/scrollbar-owning-renderer-crash.html: * scrollbars/scrollbar-part-created-with-no-parent-crash.html: * scrollbars/scrollbar-percent-padding-crash.html: * scrollbars/scrollbar-scrollbarparts-repaint-crash.html: * scrollbars/scrollevent-iframe-no-scrolling-wheel.html: * scrollbars/scrollevent-iframe-no-scrolling.html: * security/autocomplete-cleared-on-back.html: * security/block-test-no-port.html: * security/block-test.html: * security/set-form-autocomplete-attribute.html: 2012-06-15 Ryosuke Niwa Use testRunner instead of layoutTestController in ietestcenter, inspector, java, jquery, loader, mathml, media, and mhtml tests https://bugs.webkit.org/show_bug.cgi?id=89176 Reviewed by Kent Tamura. * ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling.htm: * inspector/audits/resources/audits-style1.css: * inspector/console/console-long-eval-crash.html: * inspector/extensions/extensions-audits-content-script.html: * inspector/extensions/extensions-eval-content-script.html: * inspector/profiler/cpu-profiler-profiling-without-inspector.html: * inspector/timeline/timeline-animation-frame.html: * inspector/timeline/timeline-paint.html: * inspector/timeline/timeline-receive-response-event.html: * inspector/timeline/timeline-timer.html: * java/argument-to-object-type.html: * java/array-return.html: * java/array-sort.html: * java/embedding-java-with-object.html: * java/inaccessible-class.html: * java/inline-applet-crash.html: * java/java-and-plugins.html: * java/lc3/: * jquery/resources/helper.js: * loader/go-back-to-different-window-size.html: * loader/load-defer-resume-crash.html: * loader/navigation-while-deferring-loads.html: * loader/reload-subresource-when-type-changes.html: * mathml/EmptyMFracCrash.xhtml: * mathml/EmptyMunderOverCrash.xhtml: * mathml/empty-mroot-crash.xhtml: * mathml/empty-msubsup-crash.html: * mathml/fenced-whitespace-separators-crash.html: * mathml/msub-anonymous-child-render-crash.html: * mathml/msubsup-no-grandchild.xhtml: * mathml/msubsup-remove-children.xhtml: * mathml/munderover-remove-children.html: * mathml/operator-hijacks-fenced-node.xhtml: * mathml/wbr-in-mroot-crash.html: * media/W3C/w3cwrapper.js: (test): (async_test.t.done): (async_test): * media/adopt-node-crash.html: * media/audio-controls-do-not-fade-out.html: * media/audio-controls-rendering.html: * media/audio-delete-while-slider-thumb-clicked.html: * media/audio-delete-while-step-button-clicked.html: * media/audio-garbage-collect.html: * media/audio-no-installed-engines.html: * media/audio-only-video-intrinsic-size.html: * media/audio-repaint.html: * media/context-menu-actions.html: * media/controls-after-reload.html: * media/controls-drag-timebar.html: * media/controls-layout-direction.html: * media/controls-right-click-on-timebar.html: * media/controls-without-preload.html: * media/crash-closing-page-with-media-as-plugin-fallback.html: * media/fallback.html: * media/media-blocked-by-beforeload.html: * media/media-blocked-by-willsendrequest.html: * media/media-controls-clone-crash.html: * media/media-controls-invalid-url.html: * media/media-document-audio-repaint.html: * media/media-document-audio-size.html: * media/media-fullscreen.js: (canplaythrough): * media/media-volume-slider-rendered-normal.html: * media/no-auto-play-in-sandbox.html: * media/remove-from-document-before-load.html: * media/resources/foreignobject-media.svg: * media/restore-from-page-cache.html: * media/svg-as-image-with-media-blocked.html: * media/video-beforeload-remove-source.html: * media/video-canvas-alpha.html: * media/video-canvas.html-disabled: * media/video-click-dblckick-standalone.html: * media/video-controls-in-media-document.html: * media/video-controls-no-scripting.html: * media/video-controls-toggling.html: * media/video-controls-visible-audio-only.html: * media/video-controls-with-mutation-event-handler.html: * media/video-delay-load-event.html: * media/video-display-toggle.html: * media/video-document-types.html: * media/video-element-other-namespace-crash.html: * media/video-empty-source.html: * media/video-no-audio.html: * media/video-paint-test.js: (init.waitForMultipleEvents): (initAndPause.waitForMultipleEvents): (initAndPause): * media/video-plays-past-end-of-test.html: * media/video-poster-blocked-by-willsendrequest.html: * media/video-replaces-poster.html: * media/video-source-inserted.html: * media/video-test.js: (endTest): * media/video-volume-slider.html: * media/video-zoom.html: * mhtml/check_domain.mht: * mhtml/multi_frames.html_original: * mhtml/multi_frames_binary.mht: * mhtml/multi_frames_ie.mht: * mhtml/multi_frames_unmht.mht: * mhtml/page_with_css_and_js_ie.mht: * mhtml/page_with_css_and_js_unmht.mht: * mhtml/page_with_image.html_original: * mhtml/page_with_image_ie.mht: * mhtml/page_with_image_unmht.mht: * mhtml/simple_page.html_original: * mhtml/simple_page_ie.mht: * mhtml/simple_page_unmht.mht: * networkinformation/resources/event-after-navigation-new.html: * networkinformation/script-tests/event-after-navigation.js: * platform/chromium/media/video-frame-size-change.html: 2012-06-15 Emil A Eklund Unreviewed chromium win and mac rebaseline for r120403. * platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: * platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: * platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: * 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-percentage-size-expected.png: * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-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-percentage-size-expected.png: * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: * platform/chromium/TestExpectations: 2012-06-14 Kent Tamura Unreviewed, rolling out r110340. http://trac.webkit.org/changeset/110340 https://bugs.webkit.org/show_bug.cgi?id=88749 * fast/dom/HTMLSelectElement/select-selectedOptions-expected.txt: Removed. * fast/dom/HTMLSelectElement/select-selectedOptions.html: Removed. 2012-06-15 MORITA Hajime Unreviewed typo fix for r120405. * platform/chromium/TestExpectations: 2012-06-14 Keishi Hattori Add color property to input type=range https://bugs.webkit.org/show_bug.cgi?id=89067 Reviewed by Kent Tamura. * fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: * fast/repaint/slider-thumb-float-expected.txt: * platform/chromium-linux/fast/dom/HTMLInputElement/input-slider-update-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/dom/HTMLInputElement/input-slider-update-expected.txt. * platform/chromium-linux/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Copied from LayoutTests/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt. * platform/chromium-linux/fast/forms/box-shadow-override-expected.txt: * platform/chromium-linux/fast/forms/input-appearance-height-expected.txt: * platform/chromium-linux/fast/forms/range/slider-thumb-stylability-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/range/slider-thumb-stylability-expected.txt. * platform/chromium-linux/fast/repaint/slider-thumb-drag-release-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/repaint/slider-thumb-drag-release-expected.txt. * platform/chromium-linux/fast/repaint/slider-thumb-float-expected.txt: Copied from LayoutTests/fast/repaint/slider-thumb-float-expected.txt. * platform/chromium-mac/fast/forms/box-shadow-override-expected.txt: * platform/chromium-mac/fast/forms/input-appearance-height-expected.txt: * platform/chromium-mac/fast/forms/range/input-appearance-range-expected.txt: * platform/chromium-win/fast/dom/HTMLInputElement/input-slider-update-expected.txt: * platform/chromium-win/fast/forms/box-shadow-override-expected.txt: * platform/chromium-win/fast/forms/input-appearance-height-expected.txt: * platform/chromium-win/fast/forms/range/input-appearance-range-expected.txt: * platform/chromium-win/fast/forms/range/range-thumb-height-percentage-expected.txt: * platform/chromium-win/fast/forms/range/slider-padding-expected.txt: * platform/chromium-win/fast/forms/range/slider-thumb-shared-style-expected.txt: * platform/chromium-win/fast/forms/range/slider-thumb-stylability-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/range/slider-thumb-stylability-expected.txt. * platform/chromium-win/fast/repaint/slider-thumb-drag-release-expected.txt: * platform/mac/fast/dom/HTMLInputElement/input-slider-update-expected.txt: * platform/mac/fast/forms/range/range-thumb-height-percentage-expected.txt: * platform/mac/fast/forms/range/slider-padding-expected.txt: * platform/mac/fast/forms/range/slider-thumb-shared-style-expected.txt: * platform/mac/fast/forms/range/slider-thumb-stylability-expected.txt: * platform/mac/fast/repaint/slider-thumb-drag-release-expected.txt: 2012-06-14 Emil A Eklund Unreviewed rebaseline for mac chromium following r120403. * platform/chromium-mac/tables/mozilla/bugs/bug55527-expected.txt: Removed. 2012-06-14 Ryosuke Niwa Use testRunner instead of layoutTestController in battery status and canvas tests https://bugs.webkit.org/show_bug.cgi?id=88761 Reviewed by Tony Chang. * batterystatus/resources/event-after-navigation-new.html: * batterystatus/script-tests/event-after-navigation.js: * canvas/philip/tests.js: (_addTest.endTest): (_addTest.window.onload): (_addTest): * canvas/philip/tests/2d.text-custom-font-load-crash.html: 2012-06-14 Emil A Eklund Cast paddings to int in RenderTableCell https://bugs.webkit.org/show_bug.cgi?id=88918 Reviewed by Levi Weintraub. Add test ensuring that table cells does not wrap when using fractional paddings. * fast/sub-pixel/table-cells-with-padding-do-not-wrap-expected.txt: Added. * fast/sub-pixel/table-cells-with-padding-do-not-wrap.html: Added. * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-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-percentage-size-expected.png: * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug89315-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug89315-expected.txt: * platform/chromium/TestExpectations: 2012-06-14 MORITA Hajime Unreviewed typo fix. * platform/chromium/TestExpectations: 2012-06-14 MORITA Hajime Unreviewed expectation update. - Marked cross-domain-message-event-dispatch.html and track-cue-rendering-snap-to-lines-not-set.html * platform/chromium/TestExpectations: 2012-06-14 Kent Tamura Validate form state strings in FormController::setStateForNewFormElements() https://bugs.webkit.org/show_bug.cgi?id=88768 Reviewed by Hajime Morita. * fast/forms/resources/state-restore-broken-state-1.html: Added. * fast/forms/resources/state-restore-broken-state-2.html: Added. * fast/forms/state-restore-broken-state-expected.txt: Added. * fast/forms/state-restore-broken-state.html: Added. 2012-06-14 Sheriff Bot Unreviewed, rolling out r120393. http://trac.webkit.org/changeset/120393 https://bugs.webkit.org/show_bug.cgi?id=89163 breaks cr-mac build (Requested by morrita on #webkit). * platform/chromium/TestExpectations: 2012-06-14 Sheriff Bot Unreviewed, rolling out r120384. http://trac.webkit.org/changeset/120384 https://bugs.webkit.org/show_bug.cgi?id=89157 breaks create-blob-url-from-data-url.html (Requested by morrita on #webkit). * fast/files/file-reader-file-url-expected.txt: Removed. * fast/files/file-reader-file-url.html: Removed. * fast/files/resources/file-reader-file-url-iframe.html: Removed. 2012-06-14 Dale Curtis Disable click/dbl-click on MediaDocument for Chromium. Fix layout test for all platforms. https://bugs.webkit.org/show_bug.cgi?id=89129 Fixes layout test to actually test what it says it tests. Previously it was testing the opposite behavior and passing because MediaDocument auto-plays. Additionally failing one half of the test would still allow you to pass the other half. Both issues have been fixed. Updates the test expectations for Chromium to reflect a failure. Reviewed by Eric Carlson. * media/video-click-dblckick-standalone-expected.txt: * media/video-click-dblckick-standalone.html: * platform/chromium/media/video-click-dblckick-standalone-expected.txt: Copied from LayoutTests/media/video-click-dblckick-standalone-expected.txt. 2012-06-14 Jian Li Unreviewed. Skip the failed test due to r120384 for future investigation. * platform/chromium/TestExpectations: * platform/efl/Skipped: * platform/gtk/TestExpectations: * platform/mac/Skipped: * platform/qt/Skipped: 2012-06-14 Jian Li FileReader is dysfunctional in documents with "null" origin string https://bugs.webkit.org/show_bug.cgi?id=78648 Reviewed by Adam Barth. * fast/files/file-reader-file-url-expected.txt: Added. * fast/files/file-reader-file-url.html: Added. * fast/files/resources/file-reader-file-url-iframe.html: Added. 2012-06-14 Mike West Add test cases for header/footer elements' AXRoleDescription https://bugs.webkit.org/show_bug.cgi?id=88911 Header and footer elements change their accessibility roles depending on the elements which contain them. Specifically, they are described as "banner" or "footer" in the general case, and fall back to generic "group" role descriptions when contained in either article or section elements. This patch simply tests that existing behavior on Mac. Reviewed by Chris Fleizach. * platform/mac/accessibility/footer-expected.txt: Added. * platform/mac/accessibility/footer.html: Added. * platform/mac/accessibility/header-expected.txt: Added. * platform/mac/accessibility/header.html: Added. 2012-06-14 Ryosuke Niwa Fix Chromium test expectation after r120371. * platform/chromium/TestExpectations: 2012-06-14 Andrew Wilson Unreviewed update of chromium TestExpectations to mark hybi/workers/close.html as failing. * platform/chromium/TestExpectations: 2012-06-14 Ryosuke Niwa Get rid of FAIL test expectation https://bugs.webkit.org/show_bug.cgi?id=89137 Reviewed by Dirk Pranke. * platform/chromium/TestExpectations: * platform/efl/TestExpectations: * platform/mac/TestExpectations: * platform/qt/TestExpectations: 2012-06-14 Ryosuke Niwa Radio node lists do not get updated when inserted back into a document https://bugs.webkit.org/show_bug.cgi?id=88825 Reviewed by Darin Adler. Add a test case to an existing test. * fast/forms/radionodelist-whose-form-element-detached-from-domtree-expected.txt: * fast/forms/radionodelist-whose-form-element-detached-from-domtree.html: 2012-06-14 Jia Pu Mark text with text alternative with blue underline. https://bugs.webkit.org/show_bug.cgi?id=83047 Reviewed by Enrica Casucci. * platform/mac-lion/Skipped: * platform/mac-snowleopard/Skipped: * platform/mac/editing/input/edit-dictated-text-with-alternative-expected.txt: Added. * platform/mac/editing/input/edit-dictated-text-with-alternative.html: Added. * platform/mac/editing/input/insert-dictated-text-expected.txt: Added. * platform/mac/editing/input/insert-dictated-text.html: Added. 2012-06-14 Emil A Eklund Change RenderTableSection::calcRowLogicalHeight to round rather than floor height https://bugs.webkit.org/show_bug.cgi?id=88813 Reviewed by Julien Chaffraix. Add new test ensuring that rows are laid out the desired height when given a height that maps to a device pixel value. * fast/sub-pixel/table-rows-have-stable-height-expected.txt: Added. * fast/sub-pixel/table-rows-have-stable-height.html: Added. 2012-06-14 Zan Dobersek [Gtk] Add support in DumpRenderTree for tracking repaints https://bugs.webkit.org/show_bug.cgi?id=87658 Reviewed by Martin Robinson. Update pixel baselines for all the tests in fast/repaint now that the Gtk's DumpRenderTree properly tracks the repaint rects and displays an appropriate overlay in the pixel results for such tests. * platform/gtk/fast/repaint/4774354-expected.png: * platform/gtk/fast/repaint/4776765-expected.png: * platform/gtk/fast/repaint/absolute-position-change-containing-block-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/float-new-in-block-expected.png. * platform/gtk/fast/repaint/absolute-position-changed-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/layer-visibility-expected.png. * platform/gtk/fast/repaint/absolute-position-moved-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-outer-border-expected.png. * platform/gtk/fast/repaint/background-clip-text-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/selection-clear-expected.png. * platform/gtk/fast/repaint/background-generated-expected.png: * platform/gtk/fast/repaint/background-misaligned-expected.png: * platform/gtk/fast/repaint/background-scaling-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/clip-with-layout-delta-expected.png. * platform/gtk/fast/repaint/backgroundSizeRepaint-expected.png: * platform/gtk/fast/repaint/block-layout-inline-children-float-positioned-expected.png: Added. * platform/gtk/fast/repaint/block-layout-inline-children-replaced-expected.png: Added. * platform/gtk/fast/repaint/block-no-inflow-children-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/slider-thumb-drag-release-expected.png. * platform/gtk/fast/repaint/block-selection-gap-in-composited-layer-expected.png: * platform/gtk/fast/repaint/block-selection-gap-in-table-cell-expected.png: * platform/gtk/fast/repaint/block-selection-gap-stale-cache-2-expected.png: * platform/gtk/fast/repaint/block-selection-gap-stale-cache-expected.png: * platform/gtk/fast/repaint/body-background-image-expected.png: * platform/gtk/fast/repaint/border-fit-lines-expected.png: * platform/gtk/fast/repaint/border-radius-repaint-expected.png: * platform/gtk/fast/repaint/border-repaint-glitch-expected.png: * platform/gtk/fast/repaint/box-shadow-dynamic-expected.png: * platform/gtk/fast/repaint/box-shadow-h-expected.png: * platform/gtk/fast/repaint/box-shadow-v-expected.png: * platform/gtk/fast/repaint/bugzilla-3509-expected.png: * platform/gtk/fast/repaint/bugzilla-5699-expected.png: * platform/gtk/fast/repaint/bugzilla-6278-expected.png: * platform/gtk/fast/repaint/bugzilla-6388-expected.png: * platform/gtk/fast/repaint/bugzilla-6473-expected.png: * platform/gtk/fast/repaint/bugzilla-7235-expected.png: * platform/gtk/fast/repaint/button-spurious-layout-hint-expected.png: * platform/gtk/fast/repaint/canvas-putImageData-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/selection-clear-expected.png. * platform/gtk/fast/repaint/caret-outside-block-expected.png: * platform/gtk/fast/repaint/change-transform-expected.png: * platform/gtk/fast/repaint/clip-with-layout-delta-expected.png: * platform/gtk/fast/repaint/clipped-relative-expected.png: * platform/gtk/fast/repaint/containing-block-position-change-expected.png: * platform/gtk/fast/repaint/content-into-overflow-expected.png: * platform/gtk/fast/repaint/continuation-after-outline-expected.png: * platform/gtk/fast/repaint/control-clip-expected.png: * platform/gtk/fast/repaint/create-layer-repaint-expected.png: * platform/gtk/fast/repaint/delete-into-nested-block-expected.png: * platform/gtk/fast/repaint/dynamic-table-vertical-alignment-change-expected.png: * platform/gtk/fast/repaint/erase-overflow-expected.png: * platform/gtk/fast/repaint/fixed-after-scroll-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/float-in-new-block-with-layout-delta-expected.png. * platform/gtk/fast/repaint/fixed-and-absolute-position-scrolled-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-outer-border-expected.png. * platform/gtk/fast/repaint/fixed-child-move-after-scroll-expected.png: Added. * platform/gtk/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png: Added. * platform/gtk/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png: Added. * platform/gtk/fast/repaint/fixed-expected.png: * platform/gtk/fast/repaint/fixed-in-page-scale-expected.png: Added. * platform/gtk/fast/repaint/fixed-move-after-keyboard-scroll-expected.png: Added. * platform/gtk/fast/repaint/fixed-move-after-scroll-expected.png: Added. * platform/gtk/fast/repaint/fixed-position-transparency-with-overflow-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/button-spurious-layout-hint-expected.png. * platform/gtk/fast/repaint/fixed-right-bottom-in-page-scale-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/slider-thumb-drag-release-expected.png. * platform/gtk/fast/repaint/fixed-right-in-page-scale-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/float-in-new-block-with-layout-delta-expected.png. * platform/gtk/fast/repaint/fixed-scale-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-outer-border-expected.png. * platform/gtk/fast/repaint/fixed-scroll-simple-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-section-overflow-expected.png. * platform/gtk/fast/repaint/fixed-table-cell-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-outer-border-expected.png. * platform/gtk/fast/repaint/fixed-table-overflow-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-outer-border-expected.png. * platform/gtk/fast/repaint/fixed-table-overflow-zindex-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-outer-border-expected.png. * platform/gtk/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/float-in-new-block-with-layout-delta-expected.png. * platform/gtk/fast/repaint/fixed-tranformed-expected.png: Added. * platform/gtk/fast/repaint/flexible-box-overflow-expected.png: * platform/gtk/fast/repaint/flexible-box-overflow-horizontal-expected.png: * platform/gtk/fast/repaint/float-in-new-block-with-layout-delta-expected.png: * platform/gtk/fast/repaint/float-move-during-layout-expected.png: * platform/gtk/fast/repaint/float-new-in-block-expected.png: * platform/gtk/fast/repaint/float-overflow-expected.png: Added. * platform/gtk/fast/repaint/float-overflow-right-expected.png: Added. * platform/gtk/fast/repaint/focus-layers-expected.png: * platform/gtk/fast/repaint/gradients-em-stops-repaint-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-outer-border-expected.png. * platform/gtk/fast/repaint/iframe-scroll-repaint-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/intermediate-layout-position-clip-expected.png. * platform/gtk/fast/repaint/inline-block-overflow-expected.png: * platform/gtk/fast/repaint/inline-block-resize-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-outer-border-expected.png. * platform/gtk/fast/repaint/inline-color-change-expected.png: * platform/gtk/fast/repaint/inline-horizontal-bt-overflow-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/layer-hide-when-needs-layout-expected.png. * platform/gtk/fast/repaint/inline-outline-repaint-expected.png: * platform/gtk/fast/repaint/inline-overflow-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/layer-hide-when-needs-layout-expected.png. * platform/gtk/fast/repaint/inline-relative-positioned-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/selection-clear-expected.png. * platform/gtk/fast/repaint/inline-vertical-lr-overflow-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/block-selection-gap-in-composited-layer-expected.png. * platform/gtk/fast/repaint/inline-vertical-rl-overflow-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/button-spurious-layout-hint-expected.png. * platform/gtk/fast/repaint/intermediate-layout-position-clip-expected.png: * platform/gtk/fast/repaint/intermediate-layout-position-expected.png: * platform/gtk/fast/repaint/invisible-objects-expected.png: * platform/gtk/fast/repaint/japanese-rl-selection-clear-expected.png: Added. * platform/gtk/fast/repaint/japanese-rl-selection-repaint-expected.png: Added. * platform/gtk/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Added. * platform/gtk/fast/repaint/layer-child-outline-expected.png: * platform/gtk/fast/repaint/layer-full-repaint-expected.png: * platform/gtk/fast/repaint/layer-hide-when-needs-layout-expected.png: * platform/gtk/fast/repaint/layer-outline-expected.png: * platform/gtk/fast/repaint/layer-outline-horizontal-expected.png: * platform/gtk/fast/repaint/layer-visibility-expected.png: * platform/gtk/fast/repaint/layout-state-only-positioned-expected.png: * platform/gtk/fast/repaint/layout-state-relative-expected.png: * platform/gtk/fast/repaint/layout-state-scrolloffset-expected.png: Added. * platform/gtk/fast/repaint/layout-state-scrolloffset2-expected.png: Added. * platform/gtk/fast/repaint/layout-state-scrolloffset3-expected.png: Added. * platform/gtk/fast/repaint/line-flow-with-floats-1-expected.png: * platform/gtk/fast/repaint/line-flow-with-floats-10-expected.png: * platform/gtk/fast/repaint/line-flow-with-floats-2-expected.png: * platform/gtk/fast/repaint/line-flow-with-floats-3-expected.png: * platform/gtk/fast/repaint/line-flow-with-floats-4-expected.png: * platform/gtk/fast/repaint/line-flow-with-floats-5-expected.png: * platform/gtk/fast/repaint/line-flow-with-floats-6-expected.png: * platform/gtk/fast/repaint/line-flow-with-floats-7-expected.png: * platform/gtk/fast/repaint/line-flow-with-floats-8-expected.png: * platform/gtk/fast/repaint/line-flow-with-floats-9-expected.png: * platform/gtk/fast/repaint/line-flow-with-floats-in-regions-expected.png: Added. * platform/gtk/fast/repaint/line-in-scrolled-clipped-block-expected.png: * platform/gtk/fast/repaint/line-overflow-expected.png: * platform/gtk/fast/repaint/lines-with-layout-delta-expected.png: * platform/gtk/fast/repaint/list-marker-2-expected.png: * platform/gtk/fast/repaint/list-marker-expected.png: * platform/gtk/fast/repaint/make-children-non-inline-expected.png: * platform/gtk/fast/repaint/moving-shadow-on-container-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/block-selection-gap-in-composited-layer-expected.png. * platform/gtk/fast/repaint/moving-shadow-on-path-expected.png: Added. * platform/gtk/fast/repaint/multicol-repaint-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/slider-thumb-drag-release-expected.png. * platform/gtk/fast/repaint/nested-iframe-scroll-inner-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/intermediate-layout-position-expected.png. * platform/gtk/fast/repaint/nested-iframe-scroll-outer-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/block-selection-gap-in-table-cell-expected.png. * platform/gtk/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.png: * platform/gtk/fast/repaint/opacity-change-on-overflow-float-expected.png: * platform/gtk/fast/repaint/outline-child-repaint-expected.png: * platform/gtk/fast/repaint/outline-inset-expected.png: * platform/gtk/fast/repaint/outline-repaint-glitch-expected.png: * platform/gtk/fast/repaint/outline-shrinking-expected.png: * platform/gtk/fast/repaint/overflow-auto-in-overflow-auto-scrolled-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-outer-border-expected.png. * platform/gtk/fast/repaint/overflow-clip-subtree-layout-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/block-selection-gap-in-composited-layer-expected.png. * platform/gtk/fast/repaint/overflow-delete-line-expected.png: * platform/gtk/fast/repaint/overflow-flipped-writing-mode-block-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/float-in-new-block-with-layout-delta-expected.png. * platform/gtk/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/layer-full-repaint-expected.png. * platform/gtk/fast/repaint/overflow-flipped-writing-mode-table-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/float-in-new-block-with-layout-delta-expected.png. * platform/gtk/fast/repaint/overflow-hidden-in-overflow-hidden-scrolled-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/float-in-new-block-with-layout-delta-expected.png. * platform/gtk/fast/repaint/overflow-hide-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/layer-hide-when-needs-layout-expected.png. * platform/gtk/fast/repaint/overflow-into-content-expected.png: * platform/gtk/fast/repaint/overflow-outline-repaint-expected.png: * platform/gtk/fast/repaint/overflow-scroll-body-appear-expected.png: * platform/gtk/fast/repaint/overflow-scroll-delete-expected.png: * platform/gtk/fast/repaint/overflow-scroll-in-overflow-scroll-scrolled-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-outer-border-expected.png. * platform/gtk/fast/repaint/overflow-show-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-row-expected.png. * platform/gtk/fast/repaint/reflection-redraw-expected.png: * platform/gtk/fast/repaint/reflection-repaint-test-expected.png: * platform/gtk/fast/repaint/region-painting-invalidation-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/float-new-in-block-expected.png. * platform/gtk/fast/repaint/region-painting-via-layout-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/selection-clear-expected.png. * platform/gtk/fast/repaint/rel-positioned-inline-with-overflow-expected.png: * platform/gtk/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png: * platform/gtk/fast/repaint/repaint-across-writing-mode-boundary-expected.png: Added. * platform/gtk/fast/repaint/repaint-during-scroll-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/float-new-in-block-expected.png. * platform/gtk/fast/repaint/repaint-resized-overflow-expected.png: * platform/gtk/fast/repaint/repaint-svg-after-style-change-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-col-background-expected.png. * platform/gtk/fast/repaint/scale-page-shrink-expected.png: * platform/gtk/fast/repaint/scroll-absolute-layer-with-reflection-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/float-new-in-block-expected.png. * platform/gtk/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-outer-border-expected.png. * platform/gtk/fast/repaint/scroll-fixed-layer-with-reflection-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/erase-overflow-expected.png. * platform/gtk/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/layer-visibility-expected.png. * platform/gtk/fast/repaint/scroll-fixed-reflected-layer-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/erase-overflow-expected.png. * platform/gtk/fast/repaint/scroll-in-clipped-layer-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-outer-border-expected.png. * platform/gtk/fast/repaint/scroll-in-fixed-layer-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-outer-border-expected.png. * platform/gtk/fast/repaint/scroll-in-transformed-layer-expected.png: Added. * platform/gtk/fast/repaint/scroll-inside-table-cell-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/continuation-after-outline-expected.png. * platform/gtk/fast/repaint/scroll-relative-table-inside-table-cell-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/block-selection-gap-in-composited-layer-expected.png. * platform/gtk/fast/repaint/scroll-with-transformed-parent-layer-expected.png: Added. * platform/gtk/fast/repaint/search-field-cancel-expected.png: * platform/gtk/fast/repaint/select-option-background-color-expected.png: Added. * platform/gtk/fast/repaint/selected-replaced-expected.png: * platform/gtk/fast/repaint/selection-after-delete-expected.png: * platform/gtk/fast/repaint/selection-after-remove-expected.png: * platform/gtk/fast/repaint/selection-clear-expected.png: * platform/gtk/fast/repaint/selection-gap-overflow-scroll-2-expected.png: Added. * platform/gtk/fast/repaint/selection-gap-overflow-scroll-expected.png: * platform/gtk/fast/repaint/selection-rl-expected.png: Added. * platform/gtk/fast/repaint/shadow-multiple-horizontal-expected.png: * platform/gtk/fast/repaint/shadow-multiple-strict-horizontal-expected.png: * platform/gtk/fast/repaint/shadow-multiple-strict-vertical-expected.png: * platform/gtk/fast/repaint/shadow-multiple-vertical-expected.png: * platform/gtk/fast/repaint/slider-thumb-drag-release-expected.png: * platform/gtk/fast/repaint/slider-thumb-float-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/clip-with-layout-delta-expected.png. * platform/gtk/fast/repaint/stacked-diacritics-expected.png: Added. * platform/gtk/fast/repaint/static-to-positioned-expected.png: * platform/gtk/fast/repaint/subtree-layoutstate-transform-expected.png: * platform/gtk/fast/repaint/subtree-root-clip-2-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-col-background-expected.png. * platform/gtk/fast/repaint/subtree-root-clip-3-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/float-in-new-block-with-layout-delta-expected.png. * platform/gtk/fast/repaint/subtree-root-clip-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-col-background-expected.png. * platform/gtk/fast/repaint/subtree-root-skipped-expected.png: * platform/gtk/fast/repaint/svg-layout-root-style-attr-update-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/button-spurious-layout-hint-expected.png. * platform/gtk/fast/repaint/table-cell-collapsed-border-expected.png: * platform/gtk/fast/repaint/table-cell-move-expected.png: * platform/gtk/fast/repaint/table-cell-overflow-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/clip-with-layout-delta-expected.png. * platform/gtk/fast/repaint/table-col-background-expected.png: * platform/gtk/fast/repaint/table-collapsed-border-expected.png: * platform/gtk/fast/repaint/table-extra-bottom-grow-expected.png: * platform/gtk/fast/repaint/table-hover-on-link-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/intermediate-layout-position-clip-expected.png. * platform/gtk/fast/repaint/table-outer-border-expected.png: * platform/gtk/fast/repaint/table-overflow-auto-in-overflow-auto-scrolled-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/selection-clear-expected.png. * platform/gtk/fast/repaint/table-overflow-hidden-in-overflow-hidden-scrolled-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/float-in-new-block-with-layout-delta-expected.png. * platform/gtk/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/selection-clear-expected.png. * platform/gtk/fast/repaint/table-row-expected.png: * platform/gtk/fast/repaint/table-section-overflow-expected.png: * platform/gtk/fast/repaint/table-section-repaint-expected.png: * platform/gtk/fast/repaint/table-two-pass-layout-overpaint-expected.png: * platform/gtk/fast/repaint/table-writing-modes-h-expected.png: Added. * platform/gtk/fast/repaint/table-writing-modes-v-expected.png: Added. * platform/gtk/fast/repaint/text-append-dirty-lines-expected.png: * platform/gtk/fast/repaint/text-emphasis-h-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/continuation-after-outline-expected.png. * platform/gtk/fast/repaint/text-emphasis-v-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/float-in-new-block-with-layout-delta-expected.png. * platform/gtk/fast/repaint/text-in-relative-positioned-inline-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/button-spurious-layout-hint-expected.png. * platform/gtk/fast/repaint/text-selection-rect-in-overflow-2-expected.png: * platform/gtk/fast/repaint/text-selection-rect-in-overflow-expected.png: * platform/gtk/fast/repaint/text-shadow-expected.png: * platform/gtk/fast/repaint/text-shadow-horizontal-expected.png: * platform/gtk/fast/repaint/textarea-set-disabled-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/float-in-new-block-with-layout-delta-expected.png. * platform/gtk/fast/repaint/trailing-floats-root-line-box-overflow-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-row-expected.png. * platform/gtk/fast/repaint/transform-absolute-child-expected.png: * platform/gtk/fast/repaint/transform-absolute-in-positioned-container-expected.png: * platform/gtk/fast/repaint/transform-disable-layoutstate-expected.png: * platform/gtk/fast/repaint/transform-layout-repaint-expected.png: * platform/gtk/fast/repaint/transform-relative-position-expected.png: * platform/gtk/fast/repaint/transform-repaint-descendants-expected.png: * platform/gtk/fast/repaint/transform-replaced-shadows-expected.png: * platform/gtk/fast/repaint/transform-rotate-and-remove-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-col-background-expected.png. * platform/gtk/fast/repaint/transform-translate-expected.png: * platform/gtk/fast/repaint/view-background-from-body-1-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/block-selection-gap-stale-cache-expected.png. * platform/gtk/fast/repaint/view-background-from-body-2-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/invisible-objects-expected.png. 2012-06-14 Simon Fraser Rebaseline some Mac results after r120246. * platform/mac/media/audio-controls-rendering-expected.txt: * platform/mac/media/controls-after-reload-expected.txt: * platform/mac/media/controls-strict-expected.txt: * platform/mac/media/video-colorspace-yuv420-expected.txt: * platform/mac/media/video-colorspace-yuv422-expected.txt: * platform/mac/media/video-controls-rendering-expected.txt: * platform/mac/media/video-display-toggle-expected.txt: * platform/mac/media/video-no-audio-expected.txt: * platform/mac/media/video-playing-and-pause-expected.txt: 2012-06-14 Justin Novosad [Chromium] webkitImageSmoothingEnabled canvas property does not work on redraw https://bugs.webkit.org/show_bug.cgi?id=89018 Reviewed by Stephen White. New layout test that verifies that disabling image smoothing on a 2d canvas continues to work after multiple paint cycles. * fast/canvas/canvas-imageSmoothingEnabled-repaint-expected.txt: Added. * fast/canvas/canvas-imageSmoothingEnabled-repaint.html: Added. * fast/canvas/script-tests/canvas-imageSmoothingEnabled-repaint.js: Added. (draw): (testResult): (TestControllerPaint): (BrowserPaint): (onLoadHandler): 2012-06-14 Stephen Chenney [svg] SVGResources applied to Text with Incorrect Transformations in non-CG Implementations https://bugs.webkit.org/show_bug.cgi?id=64966 Unreviewed suppression of crashing tests: svg/batik/text/textDecoration.svg svg/batik/text/textEffect3.svg * platform/chromium/TestExpectations: 2012-06-14 Jon Honeycutt Unskip some now-passing tests. https://bugs.webkit.org/show_bug.cgi?id=89078 * platform/win/Skipped: 2012-06-14 Alexey Proskuryakov [CFNetwork] XMLHttpRequest incorrectly returns cached responses even when there is a Vary header field https://bugs.webkit.org/show_bug.cgi?id=88925 Reviewed by David Kilzer. * http/tests/cache/resources/xhr-vary-header-response.php: Added. * http/tests/cache/resources/xhr-vary-header-subframe.html: Added. * http/tests/cache/xhr-vary-header-expected.txt: Added. * http/tests/cache/xhr-vary-header.html: Added. 2012-06-14 Simon Pena [GTK] Update TestExpectations with tests crashing in 64bits Debug build https://bugs.webkit.org/show_bug.cgi?id=89105 Unreviewed gardening. Mark svg/batik/text/textDecoration.svg and svg/batik/text/textEffect3.svg as crashing in DEBUG. * platform/gtk/TestExpectations: 2012-06-14 Simon Pena [GTK] Update TestExpectations with non-passing tests https://bugs.webkit.org/show_bug.cgi?id=89100 Unreviewed gardening. Mark plugins/plugin-initiate-popup-window.html as flaky and svg/transforms/transformed-text-fill-pattern.html as failing. * platform/gtk/TestExpectations: 2012-06-14 Tony Chang [Qt] New css3/flexbox/flexitem.html fails https://bugs.webkit.org/show_bug.cgi?id=88963 Reviewed by Hajime Morita. * css3/flexbox/flexitem.html: The height of the alt text was taller than the height of the missing image placeholder graphic on Qt. To get the same results, force the font size to something small. The test still fails on Qt so leaving it in the Skipped file for now. 2012-06-14 Alexander Pavlov Web Inspector: Selector list start position is not extracted for style rules inside @media rules https://bugs.webkit.org/show_bug.cgi?id=89094 Reviewed by Pavel Feldman. * inspector/audits/audits-panel-functional.html: 2012-06-14 Mikhail Pozdnyakov [EFL] Tests rebaselining after r120167, r120246 https://bugs.webkit.org/show_bug.cgi?id=89069 Unreviewed EFL gardening after r120246 and r120167, updating baselines. * platform/efl/fast/layers/video-layer-expected.txt: * platform/efl/http/tests/misc/location-replace-crossdomain-expected.txt: * platform/efl/media/audio-controls-rendering-expected.txt: * platform/efl/media/audio-repaint-expected.txt: * platform/efl/media/controls-after-reload-expected.txt: * platform/efl/media/controls-strict-expected.txt: * platform/efl/media/controls-styling-expected.txt: * platform/efl/media/controls-without-preload-expected.txt: * platform/efl/media/media-controls-clone-expected.txt: * platform/efl/media/media-document-audio-repaint-expected.txt: * platform/efl/media/video-controls-rendering-expected.txt: * platform/efl/media/video-display-toggle-expected.txt: * platform/efl/media/video-empty-source-expected.txt: * platform/efl/media/video-zoom-controls-expected.txt: 2012-06-14 Alexander Pavlov Unreviewed, test rebaseline after r120317. * inspector/styles/override-screen-size-expected.txt: 2012-06-14 Simon Pena [GTK] Mark fast/forms/text-input-event.html as flaky in TestExpectations https://bugs.webkit.org/show_bug.cgi?id=89085 Unreviewed gardening. Mark test as flaky. * platform/gtk/TestExpectations: 2012-06-14 Stephen Chenney [svg] SVGResources applied to Text with Incorrect Transformations in non-CG Implementations https://bugs.webkit.org/show_bug.cgi?id=64966 Unreviewed Chromium test expectations update. Bug fixed by Dominik Röttsches. * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png: * platform/chromium-linux/svg/custom/js-late-gradient-and-object-creation-expected.png: * platform/chromium-linux/svg/custom/js-late-gradient-creation-expected.png: * platform/chromium-linux/svg/custom/js-late-pattern-creation-expected.png: * platform/chromium-linux/svg/custom/text-rotated-gradient-expected.png: * platform/chromium-mac-leopard/svg/custom/js-late-gradient-and-object-creation-expected.png: * platform/chromium-mac-leopard/svg/custom/js-late-gradient-creation-expected.png: * platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-creation-expected.png: Removed. * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png: * platform/chromium-mac/svg/custom/js-late-gradient-and-object-creation-expected.png: * platform/chromium-mac/svg/custom/js-late-gradient-creation-expected.png: * platform/chromium-mac/svg/custom/js-late-pattern-creation-expected.png: * platform/chromium-mac/svg/custom/text-rotated-gradient-expected.png: * platform/chromium-win-vista/svg/custom/js-late-gradient-and-object-creation-expected.png: * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png: * platform/chromium-win/svg/custom/js-late-gradient-and-object-creation-expected.png: * platform/chromium-win/svg/custom/js-late-gradient-creation-expected.png: * platform/chromium-win/svg/custom/js-late-pattern-creation-expected.png: * platform/chromium-win/svg/custom/text-rotated-gradient-expected.png: * platform/chromium/TestExpectations: 2012-06-14 Alexander Pavlov Web Inspector: [Device Metrics] "Fit window" results in duplicate rescaling in WebDevToolsAgentImpl::autoZoomPageToFitWidth() https://bugs.webkit.org/show_bug.cgi?id=89092 Reviewed by Pavel Feldman. * platform/chromium/inspector/styles/device-metrics-fit-window-expected.txt: * platform/chromium/inspector/styles/device-metrics-fit-window.html: 2012-06-14 Kristóf Kosztyó [Qt] Unreviewed gardening after r120314. * platform/qt/Skipped: skip svg/transforms/transformed-text-fill-gradient.html 2012-06-14 Dominik Röttsches [svg] SVGResources applied to Text with Incorrect Transformations in non-CG Implementations https://bugs.webkit.org/show_bug.cgi?id=64966 Reviewed by Nikolas Zimmermann. For Pattern: RefTest that compare a scaled rectangle with a scaled block of Ahem characters. The pattern or gradient should scale in the same way for the text and the rectangle. This approach needs a clipping path hack to work around micro gaps between Ahem characters due to rounding. For Gradient: Scaling text at two different scale factors and adjusting font size to yield the same effective text size. Gradient fill should be identical in both cases. * platform/chromium/TestExpectations: Added 3 tests that need rebaselining for text gradient fills. * svg/transforms/transformed-text-fill-gradient-expected.html: Added. * svg/transforms/transformed-text-fill-gradient.html: Added. * svg/transforms/transformed-text-fill-pattern-expected.html: Added. * svg/transforms/transformed-text-fill-pattern.html: Added. 2012-06-14 Jan Keromnes Web Inspector: Implement ExtensionPanel.show() method https://bugs.webkit.org/show_bug.cgi?id=88473 Add output for ExtensionPanel callbacks, and use ExtensionPanel.show() to show the panel. Fix expected. Reviewed by Pavel Feldman. * inspector/extensions/extensions-panel-expected.txt: * inspector/extensions/extensions-panel.html: 2012-06-14 David Barr Add dpcm to css3-images image-resolution https://bugs.webkit.org/show_bug.cgi?id=85442 Reviewed by Tony Chang. * fast/css/image-resolution/image-resolution-expected.txt: * fast/css/image-resolution/image-resolution.html: 2012-06-14 Matt Falkenhagen LocaleToScriptMappingDefault.cpp should also do what scriptCodeForFontSelection does in LocaleToScriptMappingICU.cpp https://bugs.webkit.org/show_bug.cgi?id=88845 Reviewed by Kent Tamura. * fast/text/international/jpan-script-equivalence-expected.html: Added. * fast/text/international/jpan-script-equivalence.html: Added. 2012-06-14 Edaena Salinas Jasso el.getAttribute('type') returns 'null' when setting el.type to null https://bugs.webkit.org/show_bug.cgi?id=89030 Reviewed by Alexey Proskuryakov. * fast/dom/HTMLButtonElement/change-type-expected.txt: Updated the expected output so that it matches the null return type of getAttribute('type'). * fast/dom/HTMLButtonElement/change-type.html: Change test of getAttribute('type') to be null instead of 'null'. Addressed and unrelated review comment from bug 14439 about how 'undefined' is specified in the shouldBe function. 2012-06-14 Alec Flett IndexedDB: Creating a transaction from within a transaction callback should fail https://bugs.webkit.org/show_bug.cgi?id=80547 Reviewed by Tony Chang. * storage/indexeddb/cursor-update-expected.txt: * storage/indexeddb/database-basics-expected.txt: * storage/indexeddb/mozilla/cursor-update-updates-indexes-expected.txt: * storage/indexeddb/mozilla/resources/cursor-update-updates-indexes.js: (setupObjectStoreAndCreateIndexAndAdd.transaction.oncomplete): (setupObjectStoreAndCreateIndexAndAdd): * storage/indexeddb/mozilla/resources/object-store-remove-values.js: (createObjectStore): (finalCheck): * storage/indexeddb/mozilla/resources/remove-objectstore.js: (createAndPopulateObjectStore): (postSetVersion2.request.onsuccess): (postSetVersion2): (deleteSecondObjectStore): * storage/indexeddb/resources/cursor-update.js: (openBasicCursor): (keyCursor): (testReadOnly): (attemptUpdate): * storage/indexeddb/resources/database-basics.js: (openSuccess.request.onsuccess): (openSuccess): (setVersionSuccess.request.onsuccess): (setVersionSuccess): (createObjectStore): * storage/indexeddb/resources/version-change-exclusive.js: (test): * storage/indexeddb/version-change-exclusive-expected.txt: 2012-06-14 Sudarsana Nagineni [EFL] [DRT] Implement setDomainRelaxationForbiddenForURLScheme in EFL DRT https://bugs.webkit.org/show_bug.cgi?id=84577 Reviewed by Ryosuke Niwa. Unskip http/tests/security/setDomainRelaxationForbiddenForURLScheme.html * platform/efl/Skipped: 2012-06-14 Ádám Kallai [Qt] Unreviewed gardening. Updating baseline after r120257. * fast/table/max-width-integer-overflow-expected.txt: 2012-06-14 Li Yin [WebSocket] WebSocket object in Worker Context should fire error event when it fails connection. https://bugs.webkit.org/show_bug.cgi?id=88744 Reviewed by Kent Tamura. * http/tests/websocket/tests/hybi/workers/close-expected.txt: * http/tests/websocket/tests/hybi/workers/resources/close.js: (testPassed): (runCodeTest.else.ws.onerror): (runCodeTest): (runReasonTest.else.ws.onerror): (runReasonTest): 2012-06-13 Zan Dobersek Unreviewed GTK gardening after r120246 and r120257, updating baselines. * platform/gtk/fast/hidpi/video-controls-in-hidpi-expected.txt: * platform/gtk/fast/layers/video-layer-expected.txt: * platform/gtk/fast/table/max-width-integer-overflow-expected.txt: Added. * platform/gtk/media/audio-controls-rendering-expected.txt: * platform/gtk/media/audio-repaint-expected.txt: * platform/gtk/media/controls-strict-expected.txt: * platform/gtk/media/controls-styling-expected.txt: * platform/gtk/media/controls-without-preload-expected.txt: * platform/gtk/media/media-controls-clone-expected.txt: * platform/gtk/media/media-document-audio-repaint-expected.txt: * platform/gtk/media/video-controls-rendering-expected.txt: * platform/gtk/media/video-empty-source-expected.txt: * platform/gtk/media/video-no-audio-expected.txt: * platform/gtk/media/video-volume-slider-expected.txt: * platform/gtk/media/video-zoom-controls-expected.txt: 2012-06-13 Dominic Cooney [Chromium] Unreviewed: Update expectations https://bugs.webkit.org/show_bug.cgi?id=88949 http/tests/media/media-source/video-media-source-add-and-remove-ids.html is passing on canary bots but producing text diffs on the WebKit waterfall. As noted in the bug, I believe the text diffs are timing-related. * platform/chromium/TestExpectations: 2012-06-13 Kinuko Yasuda [Chromium] Unreviewed: Add rebaseline and update expectations. https://bugs.webkit.org/show_bug.cgi?id=87356 Patch by Eric Uhrhane * platform/chromium/fast/files/read-blob-async-expected.txt: Added. * platform/chromium/fast/files/workers/worker-read-blob-async-expected.txt: Added. * platform/chromium/fast/files/workers/worker-read-blob-sync-expected.txt: Added. 2012-06-13 Dominic Cooney [Chromium] Unreviewed: Rebaseline for Mac Rebaselining after r119893. There was a rebasline in r120221 but it failed on Chromium WebKit waterfall and canaries after that, so trying again. * platform/chromium-mac/fast/borders/border-antialiasing-expected.png: 2012-06-13 Dominic Cooney [Chromium] Unreviewed: Update expectations https://bugs.webkit.org/show_bug.cgi?id=88949 http/tests/media/media-source/video-media-source-add-and-remove-ids.html is flakily hitting an ASSERT on Chromium canaries. * platform/chromium/TestExpectations: 2012-06-13 Min Qin Address some feedbacks in layout test https://bugs.webkit.org/show_bug.cgi?id=88909 Reviewed by Eric Carlson. Fixed some comments in https://bugs.webkit.org/show_bug.cgi?id=88897. Reduced the timeout to 100 ms and fixed the function definition. * media/no-autoplay-with-user-gesture-requirement.html: 2012-06-13 Jeffrey Pfau Padding and borders can cause integer overflow in block layouts https://bugs.webkit.org/show_bug.cgi?id=88820 Reviewed by Tony Chang. * fast/block/block-size-integer-overflow-expected.txt: Added. * fast/block/block-size-integer-overflow.html: Added. * fast/flexbox/box-size-integer-overflow-expected.txt: Added. * fast/flexbox/box-size-integer-overflow.html: Added. * fast/table/table-size-integer-overflow-expected.txt: Added. * fast/table/table-size-integer-overflow.html: Added. 2012-06-13 Dirk Pranke Unreviewed, expectations changes. * platform/chromium-win/http/tests/misc/location-replace-crossdomain-expected.txt: * platform/chromium/fast/events/constructors/speech-recognition-error-constructor-expected.txt: Added. 2012-06-12 Vincent Scheib Remove duplicate webkitpointerlockchange events when unlocking. https://bugs.webkit.org/show_bug.cgi?id=88917 Reviewed by Dimitri Glazkov. Part of a series of refactoring changes to update pointer lock API to the fullscreen locking style. https://bugs.webkit.org/show_bug.cgi?id=84402 Tests simplified by removing the duplicate change events. * pointer-lock/lock-already-locked-expected.txt: * pointer-lock/pointerlockchange-pointerlockerror-events-expected.txt: * pointer-lock/pointerlockchange-pointerlockerror-events.html: 2012-06-12 Filip Pizlo DFG should be able to set watchpoints on global variables https://bugs.webkit.org/show_bug.cgi?id=88692 Rubber stamped by Geoffrey Garen. Added a test for watchpoints. Also updated the jsc-test-list to include the latest tests. * fast/js/dfg-call-function-hit-watchpoint-expected.txt: Added. * fast/js/dfg-call-function-hit-watchpoint.html: Added. * fast/js/jsc-test-list: * fast/js/script-tests/dfg-call-function-hit-watchpoint.js: Added. (foo): (bar): (.foo): 2012-06-13 Zan Dobersek Unreviewed GTK gardening after r120228, fix an incorrect test expectation. * platform/gtk/TestExpectations: 2012-06-13 Alec Flett [V8] IndexedDB: Cursor value modifications should be preserved until cursor iterates https://bugs.webkit.org/show_bug.cgi?id=83526 Reviewed by Kentaro Hara. * storage/indexeddb/cursor-value-expected.txt: Added. * storage/indexeddb/cursor-value.html: Added. * storage/indexeddb/resources/cursor-value.js: Added. (openDatabase.request.onsuccess.request.onsuccess): (openDatabase.request.onsuccess): (openDatabase): (testCursor.request.onsuccess): (testCursor): (ensureModificationsNotPersisted.request.onsuccess): (ensureModificationsNotPersisted): 2012-06-13 Shrey Banga REGRESSION(r120108): It made http/tests/loading/gmail-assert-on-load.html fail https://bugs.webkit.org/show_bug.cgi?id=88923 Reviewed by Csaba Osztrogonác. * http/tests/loading/gmail-assert-on-load-expected.txt: Removed. * http/tests/misc/gmail-assert-on-load-expected.txt: Added. * http/tests/misc/gmail-assert-on-load.html: Renamed from LayoutTests/http/tests/loading/gmail-assert-on-load.html. All tests in http/tests/loading dump frame load events, which are not consistent or relevant for this test. So it had to be moved out of http/tests/loading. * platform/qt/Skipped: This test can be unskipped now 2012-06-13 Vineet Chaudhary REGRESSION (r120204-r120206): 37 fast/profiler tests failing on GTK Linux 64-bit Release https://bugs.webkit.org/show_bug.cgi?id=89006 Reviewed by Enrica Casucci. * fast/profiler/nested-start-and-stop-profiler-expected.txt: * fast/profiler/resources/profiler-test-JS-resources.js: (printProfileNodeWithoutTime): change childern to children() 2012-06-13 Zan Dobersek [Gtk] Enable link prefetch support in the developer builds https://bugs.webkit.org/show_bug.cgi?id=89011 Reviewed by Martin Robinson. Remove expectations for link prefetch tests that now pass and recategorise a few failures that now fail due to missing dumpResourceResponseMIMETypes implementation in DumpRenderTree. * platform/gtk/TestExpectations: 2012-06-13 Julien Chaffraix Unreviewed flakiness removal. * platform/chromium/TestExpectations: The test was improved as bug 52064 (which was fixed some time ago). The test isn't showing up as flaky anymore so removing it. 2012-06-13 David Grogan IndexedDB: Add tests, an assert, and some comments around open/close/setVersion call sequencing https://bugs.webkit.org/show_bug.cgi?id=88829 Reviewed by Tony Chang. * storage/indexeddb/factory-deletedatabase-interactions-expected.txt: * storage/indexeddb/resources/factory-deletedatabase-interactions.js: (Connection.this.open.req.onsuccess.that.handle.onversionchange): (Connection.this.open.req.onsuccess): (Connection.this.open): (test3): (test4.runSteps.): (test4): (test4.): * storage/indexeddb/resources/three-setversion-calls.js: Added. (test): (openDBConnection): (successHandler.return.trans.oncomplete): (openSuccess1.deleteRequest.onsuccess): (openSuccess1): * storage/indexeddb/three-setversion-calls-expected.txt: Added. * storage/indexeddb/three-setversion-calls.html: Added. 2012-06-13 Levi Weintraub Unreviewed Chromium test expectation update after r119893. * fast/multicol/nested-columns-expected.txt: Added. * fast/multicol/vertical-lr/nested-columns-expected.txt: Added. * platform/chromium-linux-x86/fast/borders: Removed. * platform/chromium-linux-x86/fast/multicol/vertical-rl: Added. * platform/chromium-linux-x86/fast/multicol/vertical-rl/nested-columns-expected.png: Added. * platform/chromium-linux/fast/borders/border-antialiasing-expected.png: * platform/chromium-linux/fast/multicol/nested-columns-expected.png: * platform/chromium-linux/fast/multicol/vertical-lr/nested-columns-expected.png: * platform/chromium-linux/fast/multicol/vertical-rl/nested-columns-expected.png: * platform/chromium-linux/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Added. * platform/chromium-linux/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.txt: Added. * platform/chromium-mac-leopard/fast/borders/border-antialiasing-expected.png: * platform/chromium-mac-leopard/fast/multicol/nested-columns-expected.png: * platform/chromium-mac-leopard/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Added. * platform/chromium-mac-snowleopard/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.txt: Removed. * platform/chromium-mac/fast/borders/border-antialiasing-expected.png: * platform/chromium-mac/fast/multicol/nested-columns-expected.png: * platform/chromium-mac/fast/multicol/vertical-lr/nested-columns-expected.png: * platform/chromium-mac/fast/multicol/vertical-rl/nested-columns-expected.png: * platform/chromium-mac/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Added. * platform/chromium-mac/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.txt: Added. * platform/chromium-win-vista/fast/borders: Removed. * platform/chromium-win-vista/fast/multicol: Added. * platform/chromium-win-vista/fast/multicol/vertical-rl: Added. * platform/chromium-win-vista/fast/multicol/vertical-rl/nested-columns-expected.png: Added. * platform/chromium-win-xp/fast/borders: Removed. * platform/chromium-win/fast/borders/border-antialiasing-expected.png: * platform/chromium-win/fast/multicol/nested-columns-expected.png: * platform/chromium-win/fast/multicol/vertical-lr/nested-columns-expected.png: * platform/chromium-win/fast/multicol/vertical-rl/nested-columns-expected.png: * platform/chromium-win/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Added. * platform/chromium-win/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.txt: Added. * platform/chromium/TestExpectations: * platform/efl/fast/multicol/nested-columns-expected.txt: Removed. * platform/efl/fast/multicol/vertical-lr/nested-columns-expected.txt: Removed. * platform/gtk/fast/multicol/nested-columns-expected.txt: Removed. * platform/gtk/fast/multicol/vertical-lr/nested-columns-expected.txt: Removed. 2012-06-13 Zan Dobersek Skip the isolated world tests for Gtk - the infrastructure is missing and they take too long to fail by timing out, lengthening the bot cycles. Rubber-stamped by Philippe Normand. * platform/gtk/TestExpectations: 2012-06-13 Zan Dobersek Unreviewed GTK gardening after r120100, r120167, r120173 and r120181. * fast/events/constructors/speech-recognition-error-constructor-expected.txt: * platform/gtk/editing/pasteboard/4641033-expected.txt: * platform/gtk/editing/selection/mixed-editability-1-expected.txt: * platform/gtk/editing/selection/paragraph-granularity-expected.txt: * platform/gtk/editing/selection/triple-click-in-pre-expected.txt: * platform/gtk/editing/selection/word-granularity-expected.txt: * platform/gtk/fast/multicol/span/clone-flexbox-expected.txt: * platform/gtk/http/tests/misc/location-replace-crossdomain-expected.txt: 2012-06-13 Alexander Pavlov Web Inspector: Support user attributes in DOMNode https://bugs.webkit.org/show_bug.cgi?id=88706 Reviewed by Pavel Feldman. * http/tests/inspector/elements-test.js: (initialize_ElementTest.InspectorTest.dumpElementsTree.dumpMap): (initialize_ElementTest.InspectorTest.dumpElementsTree.userPropertyDataDump): (initialize_ElementTest.InspectorTest.dumpElementsTree.print): (initialize_ElementTest.InspectorTest.dumpElementsTree): * inspector/elements/resources/user-properties.js: Added. (test.step0): (test.step1): (test.step2): (test): * inspector/elements/user-properties-expected.txt: Added. * inspector/elements/user-properties.html: Added. 2012-06-13 Vineet Chaudhary REGRESSION:Bindings sequence in Console.idl, Internals.idl and ScriptProfileNode.idl should be T[] https://bugs.webkit.org/show_bug.cgi?id=84863 Reviewed by Kentaro Hara. With reference to http://www.w3.org/TR/WebIDL/#idl-sequence "Sequences must not be used as the type of an attribute, constant or exception field." So we should use T[] instead of sequence. * fast/harness/user-preferred-language.html: Using getter and setter for userPreferredLanguages. * inspector/profiler/cpu-profiler-profiling-without-inspector.html: Use ScriptProfileNode.children as function. * media/track/track-language-preference-expected.txt: * media/track/track-language-preference.html: Using setter for userPreferredLanguages. 2012-06-13 Zoltan Arvai [Qt] Unreviewed gardening. Rebaseline updated tests to green Qt bots. * platform/qt/editing/pasteboard/4641033-expected.txt: * platform/qt/editing/selection/mixed-editability-1-expected.txt: * platform/qt/editing/selection/paragraph-granularity-expected.txt: * platform/qt/editing/selection/triple-click-in-pre-expected.txt: * platform/qt/editing/selection/word-granularity-expected.txt: * platform/qt/http/tests/misc/location-replace-crossdomain-expected.txt: 2012-06-13 Dominik Röttsches [EFL][DRT] Gardening for a greener bot https://bugs.webkit.org/show_bug.cgi?id=88971 Unreviewed, EFL gardening. * platform/efl/TestExpectations: * platform/efl/fast/multicol/span/clone-flexbox-expected.txt: rebaselined after r120100. * platform/efl/http/tests/loading/gmail-assert-on-load-expected.txt: Added, we print more verbosely. 2012-06-13 Christophe Dumez [GTK][EFL] Skip http/tests/misc/redirect-to-about-blank.html https://bugs.webkit.org/show_bug.cgi?id=88962 Unreviewed gardening. Skip http/tests/misc/redirect-to-about-blank.html for both EFL and GTK ports. The test is failing after r120145. * platform/efl/TestExpectations: * platform/gtk/TestExpectations: 2012-06-13 Zan Dobersek Unreviewed GTK gardening, clean up the crashing tests, either removing their expectations completely or expanding them to avoid false 'newly-passing' reports. Also split some expectations as some tests are failing differently in debug and release builds. * platform/gtk/TestExpectations: 2012-06-13 David Barr Add dpi to css3-images image-resolution https://bugs.webkit.org/show_bug.cgi?id=85439 Reviewed by Tony Chang. * fast/css/image-resolution/image-resolution-expected.txt: * fast/css/image-resolution/image-resolution.html: 2012-06-13 Qi Zhang [Qt] Add configure test for zlib and set WTF_USE_ZLIB if found https://bugs.webkit.org/show_bug.cgi?id=88763 Move failed websocket extension test case to qt-4.8 after enable it in qt5 Reviewed by Simon Hausmann. * platform/qt-4.8/Skipped: * platform/qt/Skipped: 2012-06-13 Christophe Dumez [EFL] http/tests/xmlhttprequest/origin-exact-matching.html can be unskipped https://bugs.webkit.org/show_bug.cgi?id=88960 Unreviewed EFL gardening. http/tests/xmlhttprequest/origin-exact-matching.html can be unskipped after r120107. * platform/efl/TestExpectations: 2012-06-13 Li Yin FileAPI: type should be converted to be lower case in Blob constructor. https://bugs.webkit.org/show_bug.cgi?id=88696 Reviewed by Kentaro Hara. Spec: http://dev.w3.org/2006/webapi/FileAPI/#dfn-BlobPropertyBag Add sub-test to track changing upper case into lower case of type in Blob constructor. * fast/files/blob-constructor-expected.txt: * fast/files/script-tests/blob-constructor.js: 2012-06-13 Ryosuke Niwa Fonts, fullscreen, gamepad, and html5lib tests should use testRunner instead of layoutTestController https://bugs.webkit.org/show_bug.cgi?id=88959 Reviewed by Darin Adler. * fonts/valid-standard-font.html: * fullscreen/anonymous-block-merge-crash.html: * fullscreen/full-screen-element-stack.html: * fullscreen/full-screen-frameset.html: * fullscreen/full-screen-iframe-zIndex.html: * fullscreen/full-screen-keyboard-disabled.html: * fullscreen/full-screen-keyboard-enabled.html: * fullscreen/full-screen-remove-ancestor-during-transition.html: * fullscreen/full-screen-remove-sibling.html: * fullscreen/full-screen-render-inline.html: * fullscreen/full-screen-request-rejected.html: * fullscreen/full-screen-request-removed.html: * fullscreen/full-screen-restrictions.html: * fullscreen/full-screen-stacking-context.html: * fullscreen/full-screen-test.js: (runWithKeyDown): (endTest): * fullscreen/full-screen-zIndex-after.html: * fullscreen/full-screen-zIndex.html: * fullscreen/non-ancestor-iframe.html: * fullscreen/parent-flow-inline-with-block-child.html: * fullscreen/video-controls-override.html: * html5lib/resources/runner.js: (run): * html5lib/webkit-resumer.html: * platform/gtk/fonts/custom-font-missing-glyphs.html: * platform/gtk/fonts/font-face-with-complex-text.html: * platform/gtk/fonts/font-family-fallback.html: * platform/gtk/fonts/synthetic-oblique-positioning.html: 2012-06-13 Kristóf Kosztyó [Qt] Unreviewed gardening. Skip new failing tests. * platform/qt/Skipped: 2012-06-13 Sergio Villar Senin Unreviewed gardening. Removed some tests passing in all the GTK bots from the test expectations file. * platform/gtk/TestExpectations: 2012-06-12 Hans Wennborg Speech JavaScript API: Add test for constructing SpeechRecognitionError events https://bugs.webkit.org/show_bug.cgi?id=88868 Reviewed by Adam Barth. Add a layout test for constructing SpeechRecognitionError events. * fast/events/constructors/speech-recognition-error-constructor-expected.txt: Added. * fast/events/constructors/speech-recognition-error-constructor.html: Added. 2012-06-13 Ryosuke Niwa Chromium rebaseline after r120173. * platform/chromium-linux/editing/pasteboard/4641033-expected.txt: * platform/chromium-linux/editing/selection/paragraph-granularity-expected.png: * platform/chromium-linux/editing/selection/triple-click-in-pre-expected.png: * platform/chromium-linux/editing/selection/word-granularity-expected.png: * platform/chromium-mac-leopard/editing/selection/paragraph-granularity-expected.png: * platform/chromium-mac-leopard/editing/selection/triple-click-in-pre-expected.png: * platform/chromium-mac-leopard/editing/selection/word-granularity-expected.png: * platform/chromium-mac-snowleopard/editing/selection/paragraph-granularity-expected.png: * platform/chromium-mac-snowleopard/editing/selection/triple-click-in-pre-expected.png: * platform/chromium-mac-snowleopard/editing/selection/word-granularity-expected.png: * platform/chromium-mac/editing/selection/paragraph-granularity-expected.png: * platform/chromium-mac/editing/selection/triple-click-in-pre-expected.png: * platform/chromium-mac/editing/selection/word-granularity-expected.png: * platform/chromium-win/editing/inserting/editable-html-element-expected.txt: * platform/chromium-win/editing/pasteboard/4641033-expected.png: * platform/chromium-win/editing/pasteboard/4641033-expected.txt: * platform/chromium-win/editing/selection/mixed-editability-1-expected.txt: * platform/chromium-win/editing/selection/paragraph-granularity-expected.png: * platform/chromium-win/editing/selection/paragraph-granularity-expected.txt: * platform/chromium-win/editing/selection/triple-click-in-pre-expected.png: * platform/chromium-win/editing/selection/triple-click-in-pre-expected.txt: * platform/chromium-win/editing/selection/word-granularity-expected.png: * platform/chromium-win/editing/selection/word-granularity-expected.txt: 2012-06-13 Ryosuke Niwa Fix a wrong rebaseline in r120178. * editing/pasteboard/file-input-files-access-expected.txt: 2012-06-13 Ryosuke Niwa Mac rebaseline after r120167 and r120173. Also revert an inadvertent change to file.invalidext. * editing/pasteboard/file-input-files-access-expected.txt: * editing/pasteboard/paste-sanitize-crash-2-expected.txt: * editing/pasteboard/resources/file.invalidext: * editing/selection/blockquote-crash-expected.txt: * editing/style/4230923-expected.txt: * platform/mac/editing/pasteboard/4641033-expected.txt: * platform/mac/editing/selection/mixed-editability-1-expected.txt: * platform/mac/editing/selection/paragraph-granularity-expected.txt: * platform/mac/editing/selection/triple-click-in-pre-expected.txt: * platform/mac/editing/selection/word-granularity-expected.txt: * platform/mac/http/tests/misc/location-replace-crossdomain-expected.txt: 2012-06-13 Taiju Tsuiki Implement InspectorFileSystemAgent::readDirectory for FileSystem support. https://bugs.webkit.org/show_bug.cgi?id=87724 Reviewed by Vsevolod Vlasov. * http/tests/inspector/filesystem/filesystem-test.js: Added. * http/tests/inspector/filesystem/read-directory-expected.txt: Added. * http/tests/inspector/filesystem/read-directory.html: Added. * platform/mac/Skipped: * platform/qt/Skipped: * platform/win/Skipped: * platform/wincairo/Skipped: 2012-06-13 Ryosuke Niwa Revert the removal of 2 editing tests in r120173. * editing/pasteboard/copy-paste-float.html: Copied from LayoutTests/editing/pasteboard/copy-paste-float.html. * platform/mac/editing/selection/word-thai.html: Copied from LayoutTests/platform/mac/editing/selection/word-thai.html. 2012-06-13 Sheriff Bot Unreviewed, rolling out r120172. http://trac.webkit.org/changeset/120172 https://bugs.webkit.org/show_bug.cgi?id=88976 The patch causes compilation failures on Gtk, Qt and Apple Win bots (Requested by zdobersek on #webkit). * fast/js/dfg-call-function-hit-watchpoint-expected.txt: Removed. * fast/js/dfg-call-function-hit-watchpoint.html: Removed. * fast/js/jsc-test-list: * fast/js/script-tests/dfg-call-function-hit-watchpoint.js: Removed. 2012-06-13 Ryosuke Niwa Commit the rest of changes for r120167. * http/tests/history/resources/back-during-onload-hung-page.php: * http/tests/misc/embed-image-load-outlives-gc-without-crashing.html: * http/tests/misc/image-input-type-outlives-gc-without-crashing.html: * http/tests/misc/image-load-outlives-gc-without-crashing.html: * http/tests/misc/object-image-load-outlives-gc-without-crashing.html: * http/tests/security/: 2012-06-13 Ryosuke Niwa Editing tests should use testRunner instead of layoutTestController https://bugs.webkit.org/show_bug.cgi?id=88955 Reviewed by Darin Adler. * editing/: * platform/blackberry/editing/text-iterator/findString-markers.html: * platform/chromium-linux/editing/selection/linux_selection_color.html: * platform/chromium-win/editing/selection/paragraph-granularity-expected.txt: * platform/chromium-win/editing/selection/triple-click-in-pre-expected.txt: * platform/chromium-win/editing/selection/word-granularity-expected.txt: * platform/chromium/editing/spelling/delete-misspelled-word.html: * platform/chromium/editing/spelling/move-cursor-to-misspelled-word.html: * platform/gtk/editing/pasteboard/middle-button-paste.html: * platform/gtk/editing/pasteboard/script-tests/middle-click-onpaste.js: * platform/gtk/editing/selection/caret-mode-document-begin-end.html: * platform/gtk/editing/selection/paragraph-granularity-expected.txt: * platform/gtk/editing/selection/triple-click-in-pre-expected.txt: * platform/gtk/editing/selection/word-granularity-expected.txt: * platform/mac/editing/: * platform/qt/editing/selection/paragraph-granularity-expected.txt: * platform/qt/editing/selection/triple-click-in-pre-expected.txt: * platform/qt/editing/selection/word-granularity-expected.txt: * platform/win/editing/deleting/delete-start-block-expected.txt: * platform/win/editing/pasteboard/pasting-crlf-isnt-translated-to-crcrlf-win.html: * platform/win/editing/selection/shift-page-up-down.html: 2012-06-12 Filip Pizlo DFG should be able to set watchpoints on global variables https://bugs.webkit.org/show_bug.cgi?id=88692 Rubber stamped by Geoffrey Garen. Added a test for watchpoints. Also updated the jsc-test-list to include the latest tests. * fast/js/dfg-call-function-hit-watchpoint-expected.txt: Added. * fast/js/dfg-call-function-hit-watchpoint.html: Added. * fast/js/jsc-test-list: * fast/js/script-tests/dfg-call-function-hit-watchpoint.js: Added. (foo): (bar): (.foo): 2012-06-13 Kristóf Kosztyó [Qt] Unreviewed gardening. Skip svg/as-image/svg-nested.html which is timeout only on Qt-4.8. * platform/qt-4.8/Skipped: skip svg/as-image/svg-nested.html * platform/qt/TestExpectations: removed the slow marker from this test 2012-06-13 Hajime Morrita REGRESSION(r118098): element does not render distributed children when cloned from another document https://bugs.webkit.org/show_bug.cgi?id=88148 Reviewed by Dimitri Glazkov. * fast/dom/shadow/elements-in-frameless-document-expected.txt: Added. * fast/dom/shadow/elements-in-frameless-document.html: Added. 2012-06-12 Ryosuke Niwa HTTP tests should use testRunner instead of layoutTestController https://bugs.webkit.org/show_bug.cgi?id=88969 Reviewed by Darin Adler. * http/tests/appcache/: * http/tests/cache/cancel-during-failure-crash.html: * http/tests/cache/cancel-during-revalidation-succeeded.html: * http/tests/cache/history-only-cached-subresource-loads-max-age-https.html: * http/tests/cache/history-only-cached-subresource-loads.html: * http/tests/cache/loaded-from-cache-after-reload-within-iframe.html: * http/tests/cache/loaded-from-cache-after-reload.html: * http/tests/cache/post-redirect-get.php: * http/tests/cache/post-with-cached-subresources.php: * http/tests/cache/resources/stopped-revalidation-result.html: * http/tests/cache/resources/subresource-test.js: (nextTest): * http/tests/cache/stopped-revalidation.html: * http/tests/cache/subresource-failover-to-network.html: * http/tests/cache/subresource-fragment-identifier.html: * http/tests/cache/subresource-multiple-instances.html: * http/tests/cache/xhr-body.html: * http/tests/cache/zero-length-xhr.html: * http/tests/canvas/philip/tests.js: (_addTest.endTest): (_addTest.window.onload): (_addTest): * http/tests/canvas/webgl/origin-clean-conformance.html: * http/tests/cookies/resources/cookies-test-pre.js: * http/tests/cookies/resources/resetCookies.js: (resetCookies): * http/tests/cookies/resources/setArraycookies-result.php: * http/tests/cookies/resources/setUtf8Cookies-result.php: * http/tests/cookies/resources/third-party-cookie-relaxing-iframe.html: * http/tests/cookies/third-party-cookie-relaxing.html: * http/tests/css/cross-fade-reload.html: * http/tests/css/css-imports-redirect-cycle.html: * http/tests/css/font-face-src-loading.html: * http/tests/css/resources/link-css-disabled-value-with-slow-loading-sheet-in-error.js: * http/tests/css/resources/link-css-disabled-value-with-slow-loading-sheet.js: * http/tests/css/resources/request-logging.js: (startTest): (endTest): * http/tests/download/basic-ascii.html: * http/tests/download/default-encoding.html: * http/tests/download/inherited-encoding-form-submission-result.html: * http/tests/download/inherited-encoding.html: * http/tests/download/literal-utf-8.html: * http/tests/eventsource/eventsource-bad-mime-type.html: * http/tests/eventsource/eventsource-content-type-charset.html: * http/tests/eventsource/eventsource-eof.html: * http/tests/eventsource/eventsource-parse-event-stream.html: * http/tests/eventsource/eventsource-reconnect-during-navigate-crash.html: * http/tests/eventsource/eventsource-reconnect.html: * http/tests/eventsource/eventsource-status-code-states.html: * http/tests/eventsource/existent-eventsource-status-error-iframe-crash.html: * http/tests/eventsource/non-existent-eventsource-status-error-iframe-crash.html: * http/tests/eventsource/resources/wait-then-notify-done.php: * http/tests/eventsource/workers/eventsource-simple.html: * http/tests/fileapi/create-blob-url-from-data-url.html: * http/tests/filesystem/no-cache-filesystem-url.html: * http/tests/globalhistory/history-delegate-basic-302-redirect.html: * http/tests/globalhistory/history-delegate-basic-refresh-redirect.html: * http/tests/globalhistory/history-delegate-basic-title.html: * http/tests/globalhistory/history-delegate-basic-visited-links.html: * http/tests/history/: * http/tests/incremental/frame-focus-before-load.html: * http/tests/incremental/partial-jpeg.html: * http/tests/incremental/pause-in-script-element.pl: * http/tests/incremental/slow-utf8-css.html: * http/tests/incremental/slow-utf8-html.pl: * http/tests/incremental/split-hex-entities.pl: * http/tests/inspector-enabled/console-clear-arguments-on-frame-navigation.html: * http/tests/inspector-enabled/console-clear-arguments-on-frame-remove.html: * http/tests/inspector-enabled/console-log-before-frame-navigation.html: * http/tests/inspector-enabled/contentSecurityPolicy-blocks-setInterval.html: * http/tests/inspector-enabled/contentSecurityPolicy-blocks-setTimeout.html: * http/tests/inspector-enabled/database-open.html: * http/tests/inspector-enabled/dedicated-workers-list.html: * http/tests/inspector-enabled/document-write.html: * http/tests/inspector-enabled/dom-storage-open.html: * http/tests/inspector-enabled/injected-script-discard.html: * http/tests/inspector-enabled/resources/console-clear-arguments-iframe.html: * http/tests/inspector/console-resource-errors.html: * http/tests/inspector/console-websocket-error.html: * http/tests/inspector/indexeddb/resources/without-indexed-db.html: * http/tests/inspector/inspector-test.js: * http/tests/inspector/network/ping.html: * http/tests/inspector/resource-tree/resources/script-initial.js: (foo): * http/tests/inspector/resource-tree/resources/script-navigated.js: (foo): * http/tests/inspector/web-socket-frame-error.html: * http/tests/inspector/web-socket-frame.html: * http/tests/loading/: * http/tests/local/absolute-url-strip-whitespace.html: * http/tests/local/blob/script-tests/send-hybrid-blob.js: (runTests): * http/tests/local/drag-over-remote-content.html: * http/tests/local/fail.css: (#pass): * http/tests/local/formdata/send-form-data-constructed-from-form.html: * http/tests/local/link-stylesheet-load-order-preload.html: * http/tests/local/link-stylesheet-load-order.html: * http/tests/local/link-stylesheet-preferred.html: * http/tests/local/style-access-before-stylesheet-loaded.html: * http/tests/local/stylesheet-and-script-load-order-http.html: * http/tests/local/stylesheet-and-script-load-order-media-print.html: * http/tests/local/stylesheet-and-script-load-order.html: * http/tests/media/reload-after-dialog.html: * http/tests/media/resources/test.txt: * http/tests/media/video-buffered-range-contains-currentTime.html: * http/tests/media/video-cancel-load.html: * http/tests/media/video-cookie.html: * http/tests/media/video-error-abort.html: * http/tests/messaging/cross-domain-message-event-dispatch.html: * http/tests/messaging/cross-domain-message-send.html: * http/tests/mime/quoted-charset.php: * http/tests/mime/resources/uppercase-mime-type.php: * http/tests/mime/standard-mode-does-not-load-stylesheet-with-text-plain-and-css-extension.html: * http/tests/mime/standard-mode-does-not-load-stylesheet-with-text-plain.html: * http/tests/mime/standard-mode-loads-stylesheet-with-charset-and-css-extension.html: * http/tests/mime/standard-mode-loads-stylesheet-with-charset.html: * http/tests/mime/standard-mode-loads-stylesheet-with-empty-content-type.html: * http/tests/mime/standard-mode-loads-stylesheet-with-text-css-and-invalid-type.html: * http/tests/mime/uppercase-mime-type.html: * http/tests/misc/: * http/tests/websocket/tests/: * http/tests/workers/resources/worker-redirect.js: (runNextTest): * http/tests/workers/resources/worker-util.js: (waitUntilThreadCountMatches.return): (waitUntilThreadCountMatches): (done): * http/tests/workers/shared-worker-importScripts.html: * http/tests/workers/shared-worker-invalid-url.html: * http/tests/workers/terminate-during-sync-operation.html: * http/tests/workers/text-encoding.html: * http/tests/workers/worker-document-domain-security.html: * http/tests/workers/worker-importScripts.html: * http/tests/workers/worker-importScriptsOnError.html: * http/tests/workers/worker-invalid-url.html: * http/tests/workers/worker-workerScriptNotThere.html: * http/tests/xmlhttprequest/: * http/tests/xmlviewer/dumpAsText/frames.html: * http/tests/xmlviewer/dumpAsText/xhtml-tag.xml: * http/tests/xmlviewer/extensions-api.html: * platform/chromium-win/http/tests/websocket/tests/hixie76/bad-sub-protocol-control-chars-expected.txt: * platform/chromium/http/tests/misc/execute-and-return-value.html: * platform/chromium/http/tests/misc/selectionAsMarkup.html: * platform/chromium/http/tests/permissionclient/image-permissions.html: * platform/chromium/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt: * platform/chromium/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt: * platform/chromium/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt: * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe-expected.txt: * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open-expected.txt: * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level-expected.txt: * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-expected.txt: * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame-expected.txt: * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-to-data-url-expected.txt: * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-javascript-url-window-open-expected.txt: * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url-expected.txt: * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-expected.txt: * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-location-change-expected.txt: * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open-expected.txt: * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-2-level-expected.txt: * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-window-open-expected.txt: * platform/chromium/http/tests/security/mixedContent/insecure-iframe-in-main-frame-allowed.html: * platform/chromium/http/tests/security/mixedContent/insecure-iframe-in-main-frame-blocked.html: * platform/chromium/http/tests/security/mixedContent/insecure-image-in-main-frame-allowed.html: * platform/chromium/http/tests/security/mixedContent/insecure-image-in-main-frame-blocked.html: * platform/chromium/http/tests/security/mixedContent/insecure-script-in-main-frame-allowed.html: * platform/chromium/http/tests/security/mixedContent/insecure-script-in-main-frame-blocked.html: * platform/chromium/http/tests/security/window-named-proto-expected.txt: * platform/qt/http/tests/cookies/strict-third-party-cookie-blocking.html: * platform/qt/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt: * platform/qt/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt: * platform/qt/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt: 2012-06-11 Kinuko Yasuda Unprefix Blob.webkitSlice https://bugs.webkit.org/show_bug.cgi?id=78111 Reviewed by Adam Barth. Converted existing tests that are calling Blob.webkitSlice() to call slice(). * fast/files/blob-slice-overflow.html: * fast/files/blob-slice-test.html: * fast/files/resources/read-blob-test-cases.js: (testReadingSlicedFileBlob): (testReadingSlicedTextBlob): (testReadingSlicedArrayBufferBlob): (testReadingSlicedHybridBlob): (testReadingTripleSlicedHybridBlob): * fast/filesystem/resources/file-writer-utils.js: (verifyByteRangeIsZeroesHelper): * http/tests/local/blob/script-tests/send-hybrid-blob.js: (runHybridBlobTest): * http/tests/local/blob/script-tests/send-sliced-data-blob.js: (runSliceTest): * http/tests/local/fileapi/script-tests/send-sliced-dragged-file.js: (onStableFileDrop): (onUnstableFileDrop): * http/tests/local/formdata/resources/send-form-data-common.js: (testSendingFormData): * inspector/profiler/heap-snapshot-loader.html: 2012-06-12 Csaba Osztrogonác [Qt] Unreviewed morning gardening, skip new failing tests. * platform/qt/Skipped: 2012-06-12 Edaena Salinas Jasso Can't set el.type on a