Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(549)

Unified Diff: LayoutTests/ChangeLog

Side-by-side diff isn't available for this file because of its large size.
Issue 14297020: Merge 147281 "Cross-Origin copy&paste / drag&drop allowing XSS v..." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/1453/
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « no previous file | LayoutTests/editing/pasteboard/paste-noscript.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/ChangeLog
===================================================================
--- LayoutTests/ChangeLog (revision 148876)
+++ LayoutTests/ChangeLog (working copy)
@@ -1,5 +1,3960 @@
+2013-03-30 Tom Sepez <tsepez@chromium.org>
+
+ Cross-Origin copy&paste / drag&drop allowing XSS via srcdoc attribute.
+ https://bugs.webkit.org/show_bug.cgi?id=113443
+
+ Reviewed by Adam Barth.
+
+ * editing/pasteboard/paste-noscript-expected.txt:
+ * editing/pasteboard/paste-noscript.html:
+ Adds a test that an iframe's srcdoc attribute is not pasted.
+
+2013-03-30 Tom Sepez <tsepez@chromium.org>
+
+ View-source iframes are dangerous (and not very useful).
+ https://bugs.webkit.org/show_bug.cgi?id=113345
+
+ Reviewed by Adam Barth.
+
+ * platform/chromium/TestExpectations:
+ Update expectations now that chromium excludes iframe's viewsource attribute.
+
+2013-03-30 Sergey Ryazanov <serya@chromium.org>
+
+ Layout Test inspector/console/console-css-warnings.html is failing on debug.
+ https://bugs.webkit.org/show_bug.cgi?id=113483
+
+ Reviewed by Pavel Feldman.
+ Desable the test (duplicate a rule from TestExpectations to override "webkit.org/b/90488 [ Debug ] inspector [ Slow ]").
+
+ * inspector/console/console-css-warnings-expected.txt:
+ * platform/chromium/TestExpectations:
+
+2013-03-30 Seokju Kwon <seokju.kwon@gmail.com>
+
+ [EFL] Remove resource-har-conversion.html from TestExpectation
+ https://bugs.webkit.org/show_bug.cgi?id=113586
+
+ Unreviewed, EFL gardening.
+
+ * platform/efl/TestExpectations: Rebaseline after r147219.
+
+2013-03-29 Ojan Vafai <ojan@chromium.org>
+
+ Flexitems no longer default min-width to min-content
+ https://bugs.webkit.org/show_bug.cgi?id=111790
+
+ Reviewed by Tony Chang.
+
+ * css3/flexbox/content-height-with-scrollbars.html:
+ * css3/flexbox/cross-axis-scrollbar.html:
+ Set flex:none to avoid flex-shrinking.
+
+ * css3/flexbox/flex-item-min-size-expected.txt: Removed.
+ * css3/flexbox/flex-item-min-size.html: Removed.
+ These tests are now redundant with tests in fast/css-intrinsic-dimensions.
+
+ * css3/flexbox/flexbox-baseline.html:
+ Set flex:none to avoid flex-shrinking.
+
+ * css3/flexbox/line-wrapping.html:
+ Auto-size the flex items so that the column flexboxes have an auto-height.
+
+ * css3/flexbox/preferred-widths.html:
+ Set flex:none to avoid flex-shrinking.
+
+ * fast/css/auto-min-size-expected.txt:
+ * fast/css/auto-min-size.html:
+ Update to no longer allow parsing auto as a valid value for min-width/min-height.
+
+2013-03-29 Aaron Colwell <acolwell@chromium.org>
+
+ Add LayoutTests that verify MediaSource.duration behavior.
+ https://bugs.webkit.org/show_bug.cgi?id=113438
+
+ Reviewed by Eric Carlson.
+
+ * http/tests/media/media-source/video-media-source-duration-boundaryconditions-expected.txt: Added.
+ * http/tests/media/media-source/video-media-source-duration-boundaryconditions.html: Added.
+ * http/tests/media/media-source/video-media-source-duration-expected.txt: Added.
+ * http/tests/media/media-source/video-media-source-duration.html: Added.
+
+2013-03-29 Joshua Bell <jsbell@chromium.org>
+
+ [Chromium] IndexedDB: Update terminated worker connection test
+ https://bugs.webkit.org/show_bug.cgi?id=113608
+
+ Reviewed by Tony Chang.
+
+ Update layout test only run under Chromium's content_shell that ensures that
+ worker termination does not result in stuck connections. The test was using
+ the obsolete setVersion() API.
+
+ * storage/indexeddb/pending-version-change-stuck-works-with-terminate-expected.txt:
+ * storage/indexeddb/pending-version-change-stuck-works-with-terminate.html:
+ * storage/indexeddb/resources/pending-version-change-stuck.js:
+ (test.request.onblocked):
+ (test):
+
+2013-03-29 Aaron Colwell <acolwell@chromium.org>
+
+ Add LayoutTests that verify MediaSource.duration behavior.
+ https://bugs.webkit.org/show_bug.cgi?id=113438
+
+ Reviewed by Eric Carlson.
+
+ * http/tests/media/media-source/video-media-source-duration-boundaryconditions-expected.txt: Added.
+ * http/tests/media/media-source/video-media-source-duration-boundaryconditions.html: Added.
+ * http/tests/media/media-source/video-media-source-duration-expected.txt: Added.
+ * http/tests/media/media-source/video-media-source-duration.html: Added.
+
+2013-03-29 Joshua Bell <jsbell@chromium.org>
+
+ [Chromium] IndexedDB: Update terminated worker connection test
+ https://bugs.webkit.org/show_bug.cgi?id=113608
+
+ Reviewed by Tony Chang.
+
+ Update layout test only run under Chromium's content_shell that ensures that
+ worker termination does not result in stuck connections. The test was using
+ the obsolete setVersion() API.
+
+ * storage/indexeddb/pending-version-change-stuck-works-with-terminate-expected.txt:
+ * storage/indexeddb/pending-version-change-stuck-works-with-terminate.html:
+ * storage/indexeddb/resources/pending-version-change-stuck.js:
+ (test.request.onblocked):
+ (test):
+
+2013-03-29 Bem Jones-Bey <bjonesbe@adobe.com>
+
+ [CSS Exclusions] shape outside segments not properly calculated for ellipses
+ https://bugs.webkit.org/show_bug.cgi?id=112587
+
+ Reviewed by Julien Chaffraix.
+
+ Check that shapes with a non-zero y value are properly wrapped.
+
+ * fast/exclusions/shape-outside-floats/shape-outside-floats-non-zero-y.html: Added.
+ * fast/exclusions/resources/rounded-rectangle.js:
+ (generateSimulatedShapeOutsideOnFloat): For simulating, we ignore the
+ x and y values, since we're not attempting to draw the float's content
+ in the right place, we just want to simulate the shape's effect.
+
+2013-03-29 Hans Muller <hmuller@adobe.com>
+
+ [CSS Exclusions] Incorrect margin corner radii formula
+ https://bugs.webkit.org/show_bug.cgi?id=111186
+
+ Reviewed by Dirk Schulze.
+
+ * fast/exclusions/resources/subpixel-utils.js:
+ (SubPixelLayout): Added an initSubPixelLayout() function so that inline test code doesn't have to wait until the DOMContentLoaded event.
+ * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-left-expected.txt: Added.
+ * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-left.html: Added.
+ * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-right-expected.txt: Added.
+ * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-right.html: Added.
+
+2013-03-19 Ojan Vafai <ojan@chromium.org>
+
+ min-width/max-width of min-content/max-content don't work correctly if width is specified
+ https://bugs.webkit.org/show_bug.cgi?id=106143
+
+ Reviewed by Tony Chang.
+
+ * css3/flexbox/box-sizing.html:
+ The old result was incorrectly using the preferred width as the min-content width of the flex items.
+ The new result is correctly resolving the min-content width to 0 and allowing the flex items to shrink.
+
+ * fast/css-intrinsic-dimensions/intrinsic-sized-blocks-expected.txt: Added.
+ * fast/css-intrinsic-dimensions/intrinsic-sized-blocks.html: Added.
+ * platform/chromium-win/fast/table/overflowHidden-expected.txt:
+ The new result correctly adds the scrollbar width to the table cell intrinsic width.
+ The pixel result doesn't need ot be updated because the elements that changed are below
+ the fold, so they don't show up in the png.
+
+ * platform/chromium/TestExpectations:
+ * platform/efl/TestExpectations:
+ * platform/gtk/TestExpectations:
+ * platform/mac/TestExpectations:
+ * platform/qt/TestExpectations:
+ Add tests that will need rebaselines.
+
+ * scrollbars/custom-scrollbar-table-cell-expected.png:
+ The new result correctly adds the scrollbar width to the table cell intrinsic width.
+
+
+2013-03-29 Timothy Hatcher <timothy@apple.com>
+
+ Marking animation-delay-changed.html and reinserting-svg-into-document.html as flaky.
+
+ https://webkit.org/b/113598
+ https://webkit.org/b/113599
+
+ Unreviewed.
+
+ * platform/mac/TestExpectations:
+
+2013-03-29 Joshua Bell <jsbell@chromium.org>
+
+ [V8] IndexedDB: Exceptions thrown inconsistently for non-cloneable values
+ https://bugs.webkit.org/show_bug.cgi?id=113091
+
+ Reviewed by Kentaro Hara.
+
+ * storage/indexeddb/clone-exception-expected.txt: Added.
+ * storage/indexeddb/clone-exception.html: Added.
+
+2013-03-29 Greg Hughes <ghughes@apple.com>
+
+ Allow multiple searchKeys to be passed to AXUIElementCopyParameterizedAttributeValue
+ https://bugs.webkit.org/show_bug.cgi?id=112276
+
+ Reviewed by Chris Fleizach.
+
+ Updated the search predicate test to test passing multiple search keys (link OR heading).
+
+ * platform/mac/accessibility/search-predicate-expected.txt:
+ * platform/mac/accessibility/search-predicate.html:
+
+2013-03-29 Timothy Hatcher <timothy@apple.com>
+
+ Mark fast/workers/worker-close-more.html, worker-document-leak.html and
+ worker-lifecycle.html as flaky on Windows.
+
+ http://webkit.org/b/106415
+
+ Unreviewed.
+
+ * platform/win/TestExpectations:
+
+2013-03-29 Timothy Hatcher <timothy@apple.com>
+
+ Mark inspector/debugger/debugger-scripts-reload.html as flaky.
+
+ http://webkit.org/b/113589
+
+ Unreviewed.
+
+ * platform/mac/TestExpectations:
+
+2013-03-29 Nate Chapin <japhet@chromium.org>
+
+ ASSERT d->m_defersLoading != defers on detik.com and drive.google.com
+ https://bugs.webkit.org/show_bug.cgi?id=111902
+
+ Reviewed by Alexey Proskuryakov.
+
+ * http/tests/navigation/same-url-iframes-defer-crash-expected.txt: Added.
+ * http/tests/navigation/same-url-iframes-defer-crash.html: Added.
+
+2013-03-29 Zoltan Arvai <zarvai@inf.u-szeged.hu>
+
+ [Qt] Unreviewed gardneing. Updated png expected results after r146206.
+
+ * platform/qt-5.0-wk2/compositing/color-matching/image-color-matching-expected.png:
+ * platform/qt-5.0-wk2/compositing/culling/filter-occlusion-blur-expected.png:
+ * platform/qt-5.0-wk2/compositing/culling/filter-occlusion-blur-large-expected.png:
+ * platform/qt-5.0-wk2/compositing/culling/scrolled-within-boxshadow-expected.png:
+ * platform/qt-5.0-wk2/compositing/culling/translated-boxshadow-expected.png:
+ * platform/qt-5.0-wk2/compositing/culling/unscrolled-within-boxshadow-expected.png:
+ * platform/qt-5.0-wk2/compositing/direct-image-compositing-expected.png:
+ * platform/qt-5.0-wk2/compositing/flat-with-transformed-child-expected.png: Removed.
+ * platform/qt-5.0-wk2/compositing/generated-content-expected.png: Added.
+ * platform/qt-5.0-wk2/compositing/geometry/abs-position-inside-opacity-expected.png: Added.
+ * platform/qt-5.0-wk2/compositing/geometry/clipping-foreground-expected.png: Added.
+ * platform/qt-5.0-wk2/compositing/geometry/foreground-layer-expected.png:
+ * platform/qt-5.0-wk2/compositing/geometry/root-layer-update-expected.png: Added.
+ * platform/qt-5.0-wk2/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.png: Added.
+ * platform/qt-5.0-wk2/compositing/geometry/video-fixed-scrolling-expected.png:
+ * platform/qt-5.0-wk2/compositing/iframes/composited-iframe-alignment-expected.png: Added.
+ * platform/qt-5.0-wk2/compositing/iframes/nested-iframe-scrolling-expected.png:
+ * platform/qt-5.0-wk2/compositing/masks/direct-image-mask-expected.png: Added.
+ * platform/qt-5.0-wk2/compositing/masks/mask-of-clipped-layer-expected.png:
+ * platform/qt-5.0-wk2/compositing/masks/masked-ancestor-expected.png:
+ * platform/qt-5.0-wk2/compositing/masks/multiple-masks-expected.png:
+ * platform/qt-5.0-wk2/compositing/masks/simple-composited-mask-expected.png:
+ * platform/qt-5.0-wk2/compositing/overflow/overflow-compositing-descendant-expected.png: Added.
+ * platform/qt-5.0-wk2/compositing/overflow/overflow-scroll-expected.png: Removed.
+ * platform/qt-5.0-wk2/compositing/overflow/scroll-ancestor-update-expected.png: Removed.
+ * platform/qt-5.0-wk2/compositing/overflow/zero-size-overflow-expected.png:
+ * platform/qt-5.0-wk2/compositing/reflections/compositing-change-inside-reflection-expected.png: Added.
+ * platform/qt-5.0-wk2/compositing/reflections/nested-reflection-transformed-expected.png: Added.
+ * platform/qt-5.0-wk2/compositing/reflections/nested-reflection-transformed2-expected.png: Added.
+ * platform/qt-5.0-wk2/compositing/reflections/reflection-opacity-expected.png: Added.
+ * platform/qt-5.0-wk2/compositing/reflections/reflection-ordering-expected.png: Added.
+ * platform/qt-5.0-wk2/compositing/reflections/reflection-positioning-expected.png: Added.
+ * platform/qt-5.0-wk2/compositing/reflections/reflection-positioning2-expected.png: Added.
+ * platform/qt-5.0-wk2/compositing/reflections/simple-composited-reflections-expected.png: Added.
+ * platform/qt-5.0-wk2/compositing/repaint/become-overlay-composited-layer-expected.png: Added.
+ * platform/qt-5.0-wk2/compositing/repaint/layer-repaint-rects-expected.png: Added.
+ * platform/qt-5.0-wk2/compositing/repaint/newly-composited-repaint-rect-expected.png:
+ * platform/qt-5.0-wk2/compositing/repaint/requires-backing-repaint-expected.png:
+ * platform/qt-5.0-wk2/compositing/scaling/tiled-layer-recursion-expected.png:
+ * platform/qt-5.0-wk2/compositing/self-painting-layers-expected.png: Removed.
+ * platform/qt-5.0-wk2/compositing/sibling-positioning-expected.png: Added.
+ * platform/qt-5.0-wk2/compositing/text-on-large-layer-expected.png: Added.
+ * platform/qt-5.0-wk2/compositing/visibility/visibility-image-layers-expected.png: Added.
+ * platform/qt-5.0-wk2/compositing/visibility/visibility-simple-video-layer-expected.png:
+ * platform/qt-5.0-wk2/compositing/z-order/negative-z-index-expected.png:
+ * platform/qt-5.0-wk2/css3/compositing/effect-background-blend-mode-expected.png: Removed.
+ * platform/qt-5.0-wk2/css3/compositing/effect-background-blend-mode-stacking-expected.png: Added.
+ * platform/qt-5.0-wk2/css3/filters/composited-reflected-expected.png:
+ * platform/qt-5.0-wk2/css3/filters/custom/custom-filter-clamp-css-color-matrix-expected.png:
+ * platform/qt-5.0-wk2/css3/filters/custom/custom-filter-nonseparable-blend-mode-luminosity-expected.png:
+ * platform/qt-5.0-wk2/css3/filters/effect-drop-shadow-hw-expected.png: Removed.
+ * platform/qt-5.0-wk2/editing/selection/5076323-1-expected.png:
+ * platform/qt-5.0-wk2/editing/selection/5099303-expected.png:
+ * platform/qt-5.0-wk2/editing/selection/5195166-2-expected.png:
+ * platform/qt-5.0-wk2/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
+ * platform/qt-5.0-wk2/fast/backgrounds/size/zero-expected.png: Added.
+ * platform/qt-5.0-wk2/fast/box-shadow/box-shadow-transformed-expected.png:
+ * platform/qt-5.0-wk2/fast/canvas/canvas-as-image-incremental-repaint-expected.png: Added.
+ * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label06-expected.png: Removed.
+ * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label07-expected.png: Removed.
+ * platform/qt-5.0-wk2/fast/gradients/background-clipped-expected.png: Added.
+ * platform/qt-5.0-wk2/fast/layers/scroll-rect-to-visible-expected.png: Added.
+ * platform/qt-5.0-wk2/fast/multicol/float-paginate-empty-lines-expected.png: Added.
+ * platform/qt-5.0-wk2/fast/multicol/vertical-rl/float-multicol-expected.png: Removed.
+ * platform/qt-5.0-wk2/fast/overflow/position-fixed-transform-clipping-expected.png: Removed.
+ * platform/qt-5.0-wk2/fast/reflections/inline-crash-expected.png: Removed.
+ * platform/qt-5.0-wk2/fast/reflections/reflection-masks-expected.png: Added.
+ * platform/qt-5.0-wk2/fast/reflections/reflection-masks-opacity-expected.png: Added.
+ * platform/qt-5.0-wk2/fast/reflections/reflection-masks-outset-expected.png: Added.
+ * platform/qt-5.0-wk2/fast/repaint/background-misaligned-expected.png: Added.
+ * platform/qt-5.0-wk2/fast/repaint/block-layout-inline-children-replaced-expected.png: Added.
+ * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-in-regions-expected.png: Removed.
+ * platform/qt-5.0-wk2/fast/repaint/scale-page-shrink-expected.png: Removed.
+ * platform/qt-5.0-wk2/fast/repaint/transform-replaced-shadows-expected.png: Added.
+ * platform/qt-5.0-wk2/fast/replaced/width100percent-image-expected.png:
+ * platform/qt-5.0-wk2/fast/table/border-collapsing/004-vertical-expected.png:
+ * platform/qt-5.0-wk2/fast/table/border-collapsing/cached-change-row-border-width-expected.png:
+ * platform/qt-5.0-wk2/fast/table/border-collapsing/cached-change-tbody-border-width-expected.png:
+ * platform/qt-5.0-wk2/fast/text/font-initial-expected.png: Removed.
+ * platform/qt-5.0-wk2/fast/text/whitespace/003-expected.png: Added.
+ * platform/qt-5.0-wk2/fast/text/whitespace/006-expected.png: Added.
+ * platform/qt-5.0-wk2/fast/text/whitespace/008-expected.png: Added.
+ * platform/qt-5.0-wk2/fast/text/whitespace/009-expected.png: Added.
+ * platform/qt-5.0-wk2/fast/text/whitespace/012-expected.png: Added.
+ * platform/qt-5.0-wk2/fast/text/whitespace/013-expected.png:
+ * platform/qt-5.0-wk2/fast/text/whitespace/014-expected.png:
+ * platform/qt-5.0-wk2/fast/writing-mode/block-level-images-expected.png: Added.
+ * platform/qt-5.0-wk2/fast/writing-mode/box-shadow-vertical-lr-expected.png: Added.
+ * platform/qt-5.0-wk2/scrollbars/listbox-scrollbar-combinations-expected.png: Added.
+ * platform/qt-5.0-wk2/scrollbars/overflow-scrollbar-combinations-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/W3C-SVG-1.1/struct-image-08-t-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/animations/animateMotion-additive-2c-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/animations/animateMotion-additive-2d-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/as-background-image/svg-as-background-2-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/as-border-image/svg-as-border-image-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png: Removed.
+ * platform/qt-5.0-wk2/svg/as-image/animated-svg-as-image-same-image-expected.png: Removed.
+ * platform/qt-5.0-wk2/svg/as-image/image-respects-pageScaleFactor-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/batik/filters/feTile-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/batik/text/textDecoration-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/batik/text/textFeatures-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/css/group-with-shadow-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/custom/clip-mask-negative-scale-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/custom/createImageElement-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/custom/createImageElement2-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/custom/image-parent-translation-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/custom/image-rescale-clip-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/custom/image-rescale-scroll-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/custom/inline-svg-in-xhtml-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/custom/js-update-image-and-display2-expected.png:
+ * platform/qt-5.0-wk2/svg/custom/js-update-image-and-display3-expected.png:
+ * platform/qt-5.0-wk2/svg/custom/js-update-image-expected.png:
+ * platform/qt-5.0-wk2/svg/custom/massive-coordinates-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/custom/pattern-in-defs-expected.png:
+ * platform/qt-5.0-wk2/svg/custom/pattern-rotate-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/custom/pointer-events-image-css-transform-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/custom/pointer-events-image-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/custom/text-image-opacity-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/custom/use-instanceRoot-event-listeners-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png:
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png:
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png: Removed.
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png:
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png:
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png: Removed.
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png:
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png:
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png:
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png:
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png:
+ * platform/qt-5.0-wk2/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png: Removed.
+ * platform/qt-5.0-wk2/svg/filters/big-sized-filter-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/repaint/image-with-clip-path-expected.png:
+ * platform/qt-5.0-wk2/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/transforms/text-with-mask-with-svg-transform-expected.png: Removed.
+ * platform/qt-5.0-wk2/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Removed.
+ * platform/qt-5.0-wk2/svg/wicd/test-rightsizing-b-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/wicd/test-scalable-background-image2-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/zoom/page/zoom-background-images-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/zoom/page/zoom-mask-with-percentages-expected.png:
+ * platform/qt-5.0-wk2/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Added.
+ * platform/qt-5.0-wk2/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: Added.
+ * platform/qt-5.0-wk2/tables/mozilla/bugs/bug11026-expected.png: Added.
+ * platform/qt-5.0-wk2/tables/mozilla/bugs/bug1188-expected.png: Added.
+ * platform/qt-5.0-wk2/tables/mozilla/bugs/bug12910-2-expected.png:
+ * platform/qt-5.0-wk2/tables/mozilla/bugs/bug1296-expected.png: Added.
+ * platform/qt-5.0-wk2/tables/mozilla/bugs/bug15544-expected.png: Added.
+ * platform/qt-5.0-wk2/tables/mozilla/bugs/bug2981-2-expected.png: Added.
+ * platform/qt-5.0-wk2/tables/mozilla/bugs/bug4093-expected.png: Added.
+ * platform/qt-5.0-wk2/tables/mozilla/bugs/bug4284-expected.png: Added.
+ * platform/qt-5.0-wk2/tables/mozilla/bugs/bug4427-expected.png: Added.
+ * platform/qt-5.0-wk2/tables/mozilla/bugs/bug625-expected.png: Added.
+ * platform/qt-5.0-wk2/tables/mozilla/bugs/bug97383-expected.png: Added.
+ * platform/qt-5.0-wk2/tables/mozilla/core/misc-expected.png: Added.
+ * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/97619-expected.png: Added.
+ * platform/qt-5.0-wk2/tables/mozilla_expected_failures/bugs/bug6933-expected.png: Added.
+ * platform/qt-5.0-wk2/transitions/cross-fade-border-image-expected.png: Added.
+
+2013-03-29 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r147218.
+ http://trac.webkit.org/changeset/147218
+ https://bugs.webkit.org/show_bug.cgi?id=113585
+
+ We should rethink UI of this feature. (Requested by vsevik on
+ #webkit).
+
+ * inspector/console/command-line-api-expected.txt:
+ * inspector/debugger/properties-special-expected.txt:
+ * inspector/debugger/properties-special.html:
+ * inspector/runtime/runtime-getProperties-expected.txt:
+ * inspector/runtime/runtime-getProperties.html:
+ * platform/chromium/inspector/debugger/properties-special-expected.txt:
+
+2013-03-29 Seokju Kwon <seokju.kwon@gmail.com>
+
+ Web Inspector: Update test expectation for resource-har-conversion.html
+ https://bugs.webkit.org/show_bug.cgi?id=113460
+
+ Reviewed by Vsevolod Vlasov.
+
+ The value of pageref and title had been changed after r105596.
+ (Use page ids, not document URLs in HAR entries to refer to pages.
+ Use page URL as a title field of a HAR page.)
+
+ * http/tests/inspector/resource-har-conversion-expected.txt:
+ * platform/mac-snowleopard/http/tests/inspector/resource-har-conversion-expected.txt:
+ * platform/mac/http/tests/inspector/resource-har-conversion-expected.txt:
+ * platform/win/http/tests/inspector/resource-har-conversion-expected.txt:
+
+2013-03-29 Peter Rybin <prybin@chromium.org>
+
+ Web Inspector: gather accessor property getter and setter under a single tree node
+ https://bugs.webkit.org/show_bug.cgi?id=113357
+
+ Reviewed by Yury Semikhatsky.
+
+ Expectations are fixed with changed functionality and changed tests.
+
+ * inspector/debugger/properties-special-expected.txt:
+ * inspector/debugger/properties-special.html:
+ * inspector/runtime/runtime-getProperties-expected.txt:
+ * inspector/runtime/runtime-getProperties.html:
+ * platform/chromium/inspector/debugger/properties-special-expected.txt:
+
+2013-03-29 Timothy Hatcher <timothy@apple.com>
+
+ Unreviewed Windows gardening.
+
+ * platform/win/fast/events/event-attribute-expected.txt: Added.
+ New baseline after r147205.
+
+2013-03-29 Timothy Hatcher <timothy@apple.com>
+
+ Unreviewed Mac gardening.
+
+ * platform/mac/fast/events/event-attribute-expected.txt: Added.
+ New baseline after r147205.
+
+2013-03-29 Ádám Kallai <kadam@inf.u-szeged.hu>
+
+ [Qt] Removal of misplaced stuff after r146692.
+
+ * platform/qt-unknown/fast/text/international/text-spliced-font-expected.png: Removed.
+ * platform/qt-unknown/svg/carto.net/tabgroup-expected.png: Removed.
+
+2013-03-29 Zoltan Arvai <zarvai@inf.u-szeged.hu>
+
+ [Qt] Unreviewed gardening. Skip failing test after r147205.
+
+ * platform/qt-5.0-wk1/TestExpectations:
+
+2013-03-29 Keishi Hattori <keishi@webkit.org>
+
+ Add the event handler content attributes that are defined in the spec to HTMLElement
+ https://bugs.webkit.org/show_bug.cgi?id=86363
+
+ Reviewed by Ryosuke Niwa.
+
+ * fast/events/event-attribute-expected.txt: Added.
+ * fast/events/event-attribute.html: Added. Tests that setting attribute creates event listeners.
+ * fast/events/form-onchange-expected.txt: Added.
+ * fast/events/form-onchange.html: Added. Test for Bug 24516.
+
+2013-03-22 Andrey Kosyakov <caseq@chromium.org>
+
+ Web Inspector: timeline paint rectangles are off for transformed layers
+ https://bugs.webkit.org/show_bug.cgi?id=112919
+
+ Reviewed by Pavel Feldman.
+
+ - adjust to changed record format;
+ - simplify test using InspectorTest.evaluateWithTimeline().
+
+ * http/tests/inspector/timeline-test.js:
+ * inspector/timeline/timeline-layout-expected.txt:
+ * inspector/timeline/timeline-paint-expected.txt:
+ * inspector/timeline/timeline-paint.html:
+
+2013-03-29 Zoltan Arvai <zarvai@inf.u-szeged.hu>
+
+ [Qt] Unreviewed gardening.
+
+ * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt: Rebaseline after r147164.
+ * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt: Rebaseline after r147164.
+ * platform/qt/TestExpectations:
+ * platform/qt/compositing/contents-opaque/control-layer-expected.txt: Rebaseline after r147127.
+ * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt: Rebaseline after r147164.
+ * platform/qt/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt: Rebaseline after r147164.
+
+2013-03-29 Zan Dobersek <zdobersek@igalia.com>
+
+ Unreviewed GTK gardening.
+
+ * platform/gtk/TestExpectations: Adding a crashing expectation for the
+ ttp/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients.html layout test. Skipping the perf/ tests when
+ using the debug build.
+ * platform/gtk/fast/text/shaping/shaping-selection-rect-expected.txt: Rebaselining after r147156.
+
+2013-03-29 Krzysztof Czech <k.czech@samsung.com>
+
+ [EFL] New baselines for accessibility tests.
+ https://bugs.webkit.org/show_bug.cgi?id=113510
+
+ Unreviewed, EFL gardening.
+
+ * platform/efl-wk1/TestExpectations:
+ * platform/efl-wk2/TestExpectations:
+ * platform/efl/accessibility/adjacent-continuations-cause-assertion-failure-expected.txt: Added.
+ * platform/efl/accessibility/aria-checkbox-text-expected.txt: Added.
+ * platform/efl/accessibility/aria-combobox-expected.txt: Added.
+ * platform/efl/accessibility/aria-fallback-roles-expected.txt: Added.
+ * platform/efl/accessibility/aria-labelledby-overrides-aria-label-expected.txt: Added.
+ * platform/efl/accessibility/aria-menubar-menuitems-expected.txt: Added.
+ * platform/efl/accessibility/aria-roles-expected.txt: Added.
+ * platform/efl/accessibility/aria-tables-expected.txt: Added.
+ * platform/efl/accessibility/aria-toggle-button-with-title-expected.txt: Added.
+ * platform/efl/accessibility/canvas-description-and-role-expected.txt: Added.
+ * platform/efl/accessibility/div-within-anchors-causes-crash-expected.txt: Added.
+ * platform/efl/accessibility/image-link-expected.txt: Added.
+ * platform/efl/accessibility/image-map1-expected.txt: Added.
+ * platform/efl/accessibility/image-map2-expected.txt: Added.
+ * platform/efl/accessibility/img-alt-tag-only-whitespace-expected.txt: Added.
+ * platform/efl/accessibility/legend-expected.txt: Added.
+ * platform/efl/accessibility/menu-list-sends-change-notification-expected.txt: Added.
+ * platform/efl/accessibility/notification-listeners-expected.txt: Added.
+ * platform/efl/accessibility/svg-image-expected.txt: Added.
+
+2013-03-29 Zalan Bujtas <zalan@apple.com>
+
+ REGRESSION(r143102): Ignore table cell's height attribute when checking if containing block has auto height.
+ https://bugs.webkit.org/show_bug.cgi?id=113526
+
+ Reviewed by Antti Koivisto.
+
+ * fast/replaced/iframe-with-percentage-height-within-table-with-table-cell-ignore-height-expected.txt: Added.
+ * fast/replaced/iframe-with-percentage-height-within-table-with-table-cell-ignore-height.html: Added.
+
+2013-03-28 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r147123.
+ http://trac.webkit.org/changeset/147123
+ https://bugs.webkit.org/show_bug.cgi?id=113557
+
+ wrong TextExpectation removal (Requested by shinyak|gardener
+ on #webkit).
+
+ * platform/chromium/TestExpectations:
+
+2013-03-28 Shinya Kawanaka <shinyak@chromium.org>
+
+ [Chromium] Unreviewed gardening.
+
+ Test expectations update and rebaselining.
+
+ * platform/chromium-mac-lion/fast/lists/003-vertical-expected.png:
+ * platform/chromium-mac-lion/fast/text/international/text-spliced-font-expected.txt:
+ * platform/chromium-mac-lion/fast/text/international/vertical-text-glyph-test-expected.txt:
+ * platform/chromium-mac-snowleopard/fast/text/international/text-spliced-font-expected.txt:
+ * platform/chromium-mac-snowleopard/fast/text/international/vertical-text-glyph-test-expected.txt:
+ * platform/chromium-mac/fast/lists/003-vertical-expected.png:
+ * platform/chromium-mac/fast/text/international/text-spliced-font-expected.txt:
+
+2013-03-28 Shinya Kawanaka <shinyak@chromium.org>
+
+ [Chromium] Unreviewed gardening. Test Expectations update.
+
+ * platform/chromium/TestExpectations:
+
+2013-03-28 Mike West <mkwst@chromium.org>
+
+ Unreviewed gardening.
+
+ http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients.html
+ crashes sometimes. Applying the patch from wkbug.com/111902 fixes it
+ locally for me: skipping it until that patch lands.
+
+ * platform/mac/TestExpectations:
+ Marking http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients.html
+ as crashy in Debug.
+
+2013-03-28 Rafael Weinstein <rafaelw@chromium.org>
+
+ [HTMLTemplateElement] <template> should be able to be a foster parent
+ https://bugs.webkit.org/show_bug.cgi?id=113541
+
+ Reviewed by Eric Seidel.
+
+ * html5lib/resources/template.dat:
+
+2013-03-28 Tony Chang <tony@chromium.org>
+
+ Convert some flexbox layout tests to using flexbox.css
+ https://bugs.webkit.org/show_bug.cgi?id=113534
+
+ Reviewed by Ojan Vafai.
+
+ This allows tests to be run without the -webkit prefix for flexbox tests allowing
+ some of them to run in Firefox.
+
+ * css3/flexbox/flex-align-baseline.html:
+ * css3/flexbox/flex-align-column.html:
+ * css3/flexbox/flex-align-end.html:
+ * css3/flexbox/flex-align-max.html:
+ * css3/flexbox/flex-align-percent-height.html:
+ * css3/flexbox/flex-align-stretch.html:
+ * css3/flexbox/flex-align-vertical-writing-mode.html:
+ * css3/flexbox/flex-align.html:
+
+2013-03-28 Tony Chang <tony@chromium.org>
+
+ [chromium] Unreviewed, fix up some lint errors in TestExpectations.
+
+ * platform/chromium/TestExpectations:
+
+2013-03-28 Arnaud Renevier <a.renevier@sisa.samsung.com>
+
+ use XMLHttpRequestResponseType enumeration in XMLHttpRequest.idl
+ https://bugs.webkit.org/show_bug.cgi?id=113518
+
+ Reviewed by Kentaro Hara.
+
+ Update xmlhttprequest-responsetype-set-invalidtype expected result:
+ Test all valide responseType. Remove expected console message in case
+ of invalid responseType. Rename to xmlhttprequest-set-responsetype
+
+ * fast/xmlhttprequest/xmlhttprequest-set-responsetype-expected.txt: Renamed from LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-set-invalidtype-expected.txt.
+ * fast/xmlhttprequest/xmlhttprequest-set-responsetype.html: Renamed from LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-set-invalidtype.html.
+ * fast/xmlhttprequest/xmlhttprequest-responsetype-set-invalidtype-expected.txt:
+
+2013-03-28 Lamarque V. Souza <Lamarque.Souza@basyskom.com>
+
+ [css3-text] Add platform support for "wavy" text decoration style
+ https://bugs.webkit.org/show_bug.cgi?id=92868
+
+ Reviewed by Benjamin Poulain.
+
+ Rebaseline chromium-linux expectation for
+ fast/css3-text/css3-text-decoration/text-decoration-style.html.
+
+ * platform/chromium-linux/fast/css3-text/css3-text-decoration/text-decoration-style-expected.png: Added.
+
+2013-03-28 Nate Chapin <japhet@chromium.org>
+
+ Remove expected failure for https://bugs.webkit.org/show_bug.cgi?id=112542
+
+ Reviewed by Antti Koivisto.
+
+ * platform/qt-5.0-wk1/TestExpectations:
+
+2013-03-28 Mike West <mkwst@chromium.org>
+
+ X-Frame-Options: Blocked resources should fire load events.
+ https://bugs.webkit.org/show_bug.cgi?id=113192
+
+ Reviewed by Nate Chapin.
+
+ * http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
+ * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-allow-expected.txt:
+ * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-allow.html:
+ * http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients-expected.txt:
+ * http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients.html:
+ * http/tests/security/XFrameOptions/x-frame-options-deny.html:
+ * http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
+ * http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny.html:
+ * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
+ * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-allow-expected.txt:
+ * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients-expected.txt:
+ * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
+ Add some expectations around the 'load' event to ensure it's fired.
+
+2013-03-28 Levi Weintraub <leviw@chromium.org>
+
+ Disable font measurement optimization for Chromium-mac when there are font-feature-settings.
+
+ Enable measure-once optimization on Chromium-Mac
+ https://bugs.webkit.org/show_bug.cgi?id=113243
+
+ Reviewed by Eric Seidel.
+
+ * fast/text/shaping/shaping-selection-rect.html: Adding a small-caps case to prevent regressing
+ due to https://bugs.webkit.org/show_bug.cgi?id=113418.
+
+2013-03-28 Zoltan Horvath <zoltan@webkit.org>
+
+ [CSS Exclusions][CSS Regions] Block children do not layout inline content correctly in a region with shape-inside set
+ https://bugs.webkit.org/show_bug.cgi?id=112177
+
+ Reviewed by David Hyatt.
+
+ Add a new subdirectory for regions shape-inside tests. Move old and add new test files to the directory.
+
+ * fast/regions/shape-inside: Added.
+ * fast/regions/shape-inside/shape-inside-on-additional-regions-expected.html: Added.
+ * fast/regions/shape-inside/shape-inside-on-additional-regions.html: Added.
+ * fast/regions/shape-inside/shape-inside-on-regions-expected.html: Renamed from LayoutTests/fast/regions/shape-inside-on-regions-expected.html.
+ * fast/regions/shape-inside/shape-inside-on-regions.html: Renamed from LayoutTests/fast/regions/shape-inside-on-regions.html.
+
+2013-03-28 Alok Priyadarshi <alokp@chromium.org>
+
+ Unreviewed rebaseline.
+ Adding missing baseline for new test compositing/contents-opaque/control-layer.html
+
+ * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/contents-opaque/control-layer-expected.txt: Copied from LayoutTests/platform/chromium/compositing/contents-opaque/control-layer-expected.txt.
+ * platform/chromium-win/compositing/contents-opaque/control-layer-expected.txt: Renamed from LayoutTests/platform/chromium/compositing/contents-opaque/control-layer-expected.txt.
+
+2013-03-28 Arnaud Renevier <a.renevier@sisa.samsung.com>
+
+ exceptions are not checked after toInt32 calls in bindings.
+ https://bugs.webkit.org/show_bug.cgi?id=113218
+
+ Reviewed by Kentaro Hara.
+
+ * platform/chromium/TestExpectations: Enable fast/dom/exception-in-binding.html
+
+2013-03-28 Roger Fong <roger_fong@apple.com>
+
+ Unreviewed gardening on AppleWin port.
+ More tests that use mouseScrollBy event which hasn't been implemented yet on Windows.
+
+ * platform/win/TestExpectations:
+
+2013-03-28 Claudio Saavedra <csaavedra@igalia.com>
+
+ Prepare extend-selection-enclosing-block test to support different editing behavior
+ https://bugs.webkit.org/show_bug.cgi?id=113424
+
+ Reviewed by Ryosuke Niwa.
+
+ We make this test Mac specific and change
+ extendAndLogSelectionWithinBlock() to take the platform as a
+ parameter. When bug 110487 is fixed this should be extended to
+ test the Windows editing behavior.
+
+ * editing/selection/extend-selection-enclosing-block-mac-expected.txt:
+ Renamed from
+ LayoutTests/editing/selection/extend-selection-enclosing-block-expected.txt.
+ * editing/selection/extend-selection-enclosing-block-mac.html:
+ Renamed from
+ LayoutTests/editing/selection/extend-selection-enclosing-block.html.
+ * editing/selection/resources/extend-selection.js:
+ (extendAndLogSelectionWithinBlock): Extend to receive platform as
+ a parameter. Only "mac" is supported for now.
+
+2013-03-28 Claudio Saavedra <csaavedra@igalia.com>
+
+ Use String.trim() in editing/selection/move-vertically-with-paddings-borders.html test
+ https://bugs.webkit.org/show_bug.cgi?id=113490
+
+ Reviewed by Ryosuke Niwa.
+
+ * editing/selection/move-vertically-with-paddings-borders.html:
+ (selectWord): Use String.trim() to drop trailing whitespaces that
+ might be added depending on the editing behavior. See related bug
+ 110487.
+
+2013-03-28 Julien Chaffraix <jchaffraix@webkit.org>
+
+ [CSS Grid Layout] Before / start paddings and borders are not accounted for when placing the grid items
+ https://bugs.webkit.org/show_bug.cgi?id=113351
+
+ Reviewed by Tony Chang.
+
+ * fast/css-grid-layout/resources/grid.css:
+ (.verticalLR):
+ (.horizontalBT):
+ (.directionRTL):
+ Added more helper classes.
+
+ * fast/css-grid-layout/grid-element-border-grid-item-expected.txt: Added.
+ * fast/css-grid-layout/grid-element-border-grid-item.html: Added.
+ * fast/css-grid-layout/grid-element-border-padding-grid-item-expected.txt: Added.
+ * fast/css-grid-layout/grid-element-border-padding-grid-item.html: Added.
+ * fast/css-grid-layout/grid-element-padding-grid-item-expected.txt: Added.
+ * fast/css-grid-layout/grid-element-padding-grid-item.html: Added.
+
+2013-03-28 Roger Fong <roger_fong@apple.com>
+
+ Unreviewed. Unskip some layout test folder on Windows port.
+
+ * platform/win/TestExpectations:
+
+2013-03-28 Arnaud Renevier <a.renevier@sisa.samsung.com>
+
+ use CanvasWindingRule enumeration in CanvasRenderingContext2D.idl
+ https://bugs.webkit.org/show_bug.cgi?id=113456
+
+ Reviewed by Kentaro Hara.
+
+ When calling methods accepting a CanvasWindingRule with an invalid
+ string, check that a TypeError is thrown.
+
+ * fast/canvas/winding-enumeration-expected.txt: Added.
+ * fast/canvas/winding-enumeration.html: Added.
+
+2013-03-28 Allan Sandfeld Jensen <allan.jensen@digia.com>
+
+ Rebaseline font-face-woff after r147020
+
+ Unreviewed gardening.
+
+ Updated using garden-o-matic.
+
+ * fast/css/font-face-woff-expected.txt: Renamed from LayoutTests/platform/chromium/fast/css/font-face-woff-expected.txt.
+ * platform/mac/fast/css/font-face-woff-expected.txt: Removed.
+ * platform/qt/fast/css/font-face-woff-expected.png: Added.
+ * platform/qt/fast/css/font-face-woff-expected.txt: Added.
+
+2013-03-28 Mark Lam <mark.lam@apple.com>
+
+ Gardening: bypassing inspector/styles/paste-property.html, compositing/iframes/remove-iframe-crash.html.
+
+ Not Reviewed.
+
+ * platform/mac-wk2/TestExpectations:
+
+2013-03-28 Ádám Kallai <kadam@inf.u-szeged.hu>
+
+ [Qt] Unreviewed gardneing. Updated png expected results after r146206.
+
+ * platform/qt-5.0-wk2/editing/deleting/5126166-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/deleting/5206311-1-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/deleting/5369009-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/deleting/5433862-2-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/deleting/delete-3608445-fix-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/deleting/delete-at-paragraph-boundaries-002-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/deleting/delete-block-contents-003-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-005-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-006-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-007-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/deleting/delete-block-merge-contents-008-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/deleting/delete-br-002-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/deleting/delete-br-003-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/deleting/delete-br-004-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/deleting/delete-br-006-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/deleting/delete-hr-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/deleting/delete-image-002-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/deleting/delete-listitem-001-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/deleting/merge-different-styles-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/deleting/pruning-after-merge-2-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/deleting/smart-delete-003-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/deleting/smart-delete-004-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/deleting/type-delete-after-quote-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/execCommand/4580583-1-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/execCommand/4924441-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/execCommand/indent-empty-root-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/execCommand/insertHorizontalRule-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/execCommand/insertImage-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/execCommand/nsresponder-indent-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/execCommand/nsresponder-outdent-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/execCommand/remove-list-item-1-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/inserting/4875189-1-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/inserting/4875189-2-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/inserting/4959067-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/inserting/5418891-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/inserting/insert-3778059-fix-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/inserting/insert-3800346-fix-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/inserting/insert-div-025-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/inserting/insert-paragraph-02-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/inserting/paragraph-separator-03-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/inserting/redo-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/pasteboard/4076267-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/pasteboard/4242293-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/pasteboard/4641033-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/pasteboard/4944770-1-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/pasteboard/4944770-2-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/pasteboard/5032095-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/pasteboard/5134759-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/pasteboard/merge-end-borders-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/pasteboard/merge-start-list-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/pasteboard/styled-element-markup-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/selection/13804-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/selection/4866671-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/selection/5076323-1-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/selection/5099303-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/selection/5195166-2-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/selection/expanding-selections-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/selection/expanding-selections2-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/selection/extend-by-character-003-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/selection/extend-by-character-005-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/selection/extend-by-sentence-001-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/selection/inline-table-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/selection/mixed-editability-4-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/selection/mixed-editability-5-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/selection/mixed-editability-9-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/selection/move-by-character-003-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/selection/move-by-character-005-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/selection/replace-selection-1-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/selection/table-caret-3-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/style/4916887-expected.png: Added.
+ * platform/qt-5.0-wk2/editing/style/5084241-expected.png: Added.
+
+2013-03-28 Mirela Budaes <mbudaes@adobe.com>
+
+ Fix layout test for blending in the background
+ https://bugs.webkit.org/show_bug.cgi?id=113402
+
+ Reviewed by Dirk Schulze.
+
+ Fixed the layout test effect-background-blend-mode.html typo
+ Also rebaselined the test
+
+ * css3/compositing/effect-background-blend-mode.html:
+ * platform/mac/css3/compositing/effect-background-blend-mode-expected.png:
+
+2013-03-28 Alok Priyadarshi <alokp@chromium.org>
+
+ RenderBox::backgroundIsKnownToBeOpaqueInRect may be wrong for theme-painted elements
+ https://bugs.webkit.org/show_bug.cgi?id=113419
+
+ Reviewed by Simon Fraser.
+
+ * compositing/contents-opaque/control-layer-expected.txt: Added.
+ * compositing/contents-opaque/control-layer.html: Added.
+ * platform/chromium/compositing/contents-opaque/control-layer-expected.txt: Added.
+
+2013-03-28 Zan Dobersek <zdobersek@igalia.com>
+
+ Unreviewed GTK gardening. Adding failure expectation for a reftest added in r147111
+ that's failing due to subpixel layout being disabled on the GTK port.
+
+ * platform/gtk/TestExpectations:
+
+2013-03-28 Sergey Ryazanov <serya@chromium.org>
+
+ Layout Test inspector/console/console-css-warnings.html is failing on debug.
+ https://bugs.webkit.org/show_bug.cgi?id=113483
+
+ Reviewed by Alexander Pavlov.
+
+ This test is temporatily disabled in TestExpectations. platform/chromium/TestExpectations override this expectation for chromium/debug.
+ It removed for now.
+
+ * platform/chromium/TestExpectations:
+
+2013-03-28 Xianzhu Wang <wangxianzhu@chromium.org>
+
+ Non-painting fixed elements should not cause repaints on scroll
+ https://bugs.webkit.org/show_bug.cgi?id=110430
+
+ Reviewed by Simon Fraser.
+
+ * compositing/repaint/scroll-fixed-layer-no-content.html: Added.
+ * compositing/repaint/scroll-fixed-layer-no-content-expected.txt: Added.
+ * compositing/repaint/scroll-fixed-layer-out-of-view.html: Added.
+ * compositing/repaint/scroll-fixed-layer-out-of-view-expected.txt: Added.
+
+2013-03-28 Christophe Dumez <ch.dumez@sisa.samsung.com>
+
+ Unreviewed gardening.
+
+ Fix bad rebaseline in r147115.
+
+ * fast/forms/validationMessage-expected.txt:
+ * platform/efl/fast/forms/validationMessage-expected.txt:
+
+2013-03-28 Alexander Pavlov <apavlov@chromium.org>
+
+ Web Inspector: [Elements] Syntax-highlight the "Edit as HTML" editor
+ https://bugs.webkit.org/show_bug.cgi?id=113306
+
+ Reviewed by Vsevolod Vlasov.
+
+ * inspector/elements/edit-dom-actions.html:
+
+2013-03-28 Christophe Dumez <ch.dumez@sisa.samsung.com>
+
+ Unreviewed EFL gardening.
+
+ Mark several tests as failing due to missing WKTR / DRT functionality.
+
+ * platform/efl/TestExpectations:
+
+2013-03-28 Christophe Dumez <ch.dumez@sisa.samsung.com>
+
+ Unreviewed EFL gardening.
+
+ Rebaseline fast/forms/validationMessage.html after r145024.
+
+ * fast/forms/validationMessage-expected.txt:
+
+2013-03-28 Zan Dobersek <zdobersek@igalia.com>
+
+ Unreviewed gardening of test failures after r147086 and r147090.
+
+ * platform/gtk-wk1/TestExpectations:
+ * platform/gtk/TestExpectations:
+
+2013-03-28 Hajime Morrita <morrita@google.com>
+
+ Custom Elements: should support non-HTML namespaces.
+ https://bugs.webkit.org/show_bug.cgi?id=111693
+
+ Reviewed by Dimitri Glazkov.
+
+ * fast/dom/custom/document-register-namespace-expected.txt: Added.
+ * fast/dom/custom/document-register-namespace.html: Added.
+
+2013-03-28 Christophe Dumez <ch.dumez@sisa.samsung.com>
+
+ Unreviewed EFL gardening.
+
+ Add platform specific expectation for http/tests/inspector/console-resource-errors.html.
+ We get the same result as mac port.
+
+ * platform/efl/http/tests/inspector/console-resource-errors-expected.txt: Added.
+
+2013-03-28 Hans Muller <hmuller@adobe.com>
+
+ [CSS Exclusions] Add support for the simple case of padding a polygonal shape-inside
+ https://bugs.webkit.org/show_bug.cgi?id=112592
+
+ Reviewed by Dirk Schulze.
+
+ Verify that the CSS shape-padding property works correctly for some simple polygonal shapes:
+ a rectangle, a rectangle rotated 45 degress, and rectangular shape with a single reflex vertex.
+
+ * fast/exclusions/shape-inside/shape-inside-polygon-padding-001-expected.html: Added.
+ * fast/exclusions/shape-inside/shape-inside-polygon-padding-001.html: Added.
+ * fast/exclusions/shape-inside/shape-inside-polygon-padding-002-expected.html: Added.
+ * fast/exclusions/shape-inside/shape-inside-polygon-padding-002.html: Added.
+ * fast/exclusions/shape-inside/shape-inside-polygon-padding-003-expected.html: Added.
+ * fast/exclusions/shape-inside/shape-inside-polygon-padding-003.html: Added.
+
+2013-03-28 Vsevolod Vlasov <vsevik@chromium.org>
+
+ Web Inspector: ResourceScriptFile should check if resource content really matches VM script when determining hasDiverged state.
+ https://bugs.webkit.org/show_bug.cgi?id=113488
+
+ Reviewed by Pavel Feldman.
+
+ * http/tests/inspector/debugger-test.js:
+ * inspector/debugger/file-system-project-mapping-expected.txt:
+ * inspector/debugger/file-system-project-mapping.html:
+
+2013-03-28 Ádám Kallai <kadam@inf.u-szeged.hu>
+
+ [Qt] Unreviewed gardening. Updated png expected results after r146206.
+
+ * platform/qt/editing/deleting/5126166-expected.png:
+ * platform/qt/editing/deleting/5206311-1-expected.png:
+ * platform/qt/editing/deleting/5272440-expected.png:
+ * platform/qt/editing/deleting/5369009-expected.png:
+ * platform/qt/editing/deleting/5433862-2-expected.png:
+ * platform/qt/editing/deleting/delete-3608445-fix-expected.png:
+ * platform/qt/editing/deleting/delete-at-paragraph-boundaries-002-expected.png:
+ * platform/qt/editing/deleting/delete-block-contents-003-expected.png:
+ * platform/qt/editing/deleting/delete-block-merge-contents-005-expected.png:
+ * platform/qt/editing/deleting/delete-block-merge-contents-006-expected.png:
+ * platform/qt/editing/deleting/delete-block-merge-contents-007-expected.png:
+ * platform/qt/editing/deleting/delete-block-merge-contents-008-expected.png:
+ * platform/qt/editing/deleting/delete-block-merge-contents-018-expected.png:
+ * platform/qt/editing/deleting/delete-block-merge-contents-020-expected.png:
+ * platform/qt/editing/deleting/delete-block-merge-contents-021-expected.png:
+ * platform/qt/editing/deleting/delete-block-merge-contents-022-expected.png:
+ * platform/qt/editing/deleting/delete-block-merge-contents-023-expected.png:
+ * platform/qt/editing/deleting/delete-block-merge-contents-024-expected.png:
+ * platform/qt/editing/deleting/delete-br-002-expected.png:
+ * platform/qt/editing/deleting/delete-br-003-expected.png:
+ * platform/qt/editing/deleting/delete-br-004-expected.png:
+ * platform/qt/editing/deleting/delete-br-005-expected.png:
+ * platform/qt/editing/deleting/delete-br-006-expected.png:
+ * platform/qt/editing/deleting/delete-hr-expected.png:
+ * platform/qt/editing/deleting/delete-image-002-expected.png:
+ * platform/qt/editing/deleting/delete-line-003-expected.png:
+ * platform/qt/editing/deleting/delete-line-004-expected.png:
+ * platform/qt/editing/deleting/delete-line-end-ws-001-expected.png:
+ * platform/qt/editing/deleting/delete-line-end-ws-002-expected.png:
+ * platform/qt/editing/deleting/delete-listitem-001-expected.png:
+ * platform/qt/editing/deleting/forward-delete-expected.png:
+ * platform/qt/editing/deleting/merge-different-styles-expected.png:
+ * platform/qt/editing/deleting/pruning-after-merge-2-expected.png:
+ * platform/qt/editing/deleting/smart-delete-003-expected.png:
+ * platform/qt/editing/deleting/smart-delete-004-expected.png:
+ * platform/qt/editing/deleting/type-delete-after-quote-expected.png:
+ * platform/qt/editing/execCommand/4580583-1-expected.png:
+ * platform/qt/editing/execCommand/4924441-expected.png:
+ * platform/qt/editing/execCommand/5482023-expected.png:
+ * platform/qt/editing/execCommand/findString-2-expected.png:
+ * platform/qt/editing/execCommand/indent-empty-root-expected.png:
+ * platform/qt/editing/execCommand/insertHorizontalRule-expected.png:
+ * platform/qt/editing/execCommand/insertImage-expected.png:
+ * platform/qt/editing/execCommand/nsresponder-indent-expected.png:
+ * platform/qt/editing/execCommand/nsresponder-outdent-expected.png:
+ * platform/qt/editing/execCommand/paste-1-expected.png:
+ * platform/qt/editing/execCommand/paste-2-expected.png:
+ * platform/qt/editing/execCommand/remove-list-item-1-expected.png:
+ * platform/qt/editing/input/reveal-caret-of-multiline-input-expected.png:
+ * platform/qt/editing/inserting/4875189-1-expected.png:
+ * platform/qt/editing/inserting/4875189-2-expected.png:
+ * platform/qt/editing/inserting/4959067-expected.png:
+ * platform/qt/editing/inserting/5418891-expected.png:
+ * platform/qt/editing/inserting/before-after-input-element-expected.png:
+ * platform/qt/editing/inserting/editable-html-element-expected.png:
+ * platform/qt/editing/inserting/edited-whitespace-1-expected.png:
+ * platform/qt/editing/inserting/insert-3654864-fix-expected.png:
+ * platform/qt/editing/inserting/insert-3778059-fix-expected.png:
+ * platform/qt/editing/inserting/insert-3800346-fix-expected.png:
+ * platform/qt/editing/inserting/insert-3851164-fix-expected.png:
+ * platform/qt/editing/inserting/insert-div-011-expected.png:
+ * platform/qt/editing/inserting/insert-div-012-expected.png:
+ * platform/qt/editing/inserting/insert-div-013-expected.png:
+ * platform/qt/editing/inserting/insert-div-014-expected.png:
+ * platform/qt/editing/inserting/insert-div-015-expected.png:
+ * platform/qt/editing/inserting/insert-div-016-expected.png:
+ * platform/qt/editing/inserting/insert-div-017-expected.png:
+ * platform/qt/editing/inserting/insert-div-018-expected.png:
+ * platform/qt/editing/inserting/insert-div-019-expected.png:
+ * platform/qt/editing/inserting/insert-div-020-expected.png:
+ * platform/qt/editing/inserting/insert-div-025-expected.png:
+ * platform/qt/editing/inserting/insert-div-027-expected.png:
+ * platform/qt/editing/inserting/insert-paragraph-02-expected.png:
+ * platform/qt/editing/inserting/paragraph-separator-03-expected.png:
+ * platform/qt/editing/inserting/redo-expected.png:
+ * platform/qt/editing/pasteboard/4076267-expected.png:
+ * platform/qt/editing/pasteboard/4242293-expected.png:
+ * platform/qt/editing/pasteboard/4641033-expected.png:
+ * platform/qt/editing/pasteboard/4944770-1-expected.png:
+ * platform/qt/editing/pasteboard/4944770-2-expected.png:
+ * platform/qt/editing/pasteboard/4989774-expected.png:
+ * platform/qt/editing/pasteboard/5028447-expected.png:
+ * platform/qt/editing/pasteboard/5032095-expected.png:
+ * platform/qt/editing/pasteboard/5134759-expected.png:
+ * platform/qt/editing/pasteboard/innerText-inline-table-expected.png:
+ * platform/qt/editing/pasteboard/input-field-1-expected.png:
+ * platform/qt/editing/pasteboard/merge-after-delete-expected.png:
+ * platform/qt/editing/pasteboard/merge-end-borders-expected.png:
+ * platform/qt/editing/pasteboard/merge-start-list-expected.png:
+ * platform/qt/editing/pasteboard/paste-text-004-expected.png:
+ * platform/qt/editing/pasteboard/paste-text-008-expected.png:
+ * platform/qt/editing/pasteboard/paste-text-009-expected.png:
+ * platform/qt/editing/pasteboard/paste-text-013-expected.png:
+ * platform/qt/editing/pasteboard/paste-text-014-expected.png:
+ * platform/qt/editing/pasteboard/paste-text-016-expected.png:
+ * platform/qt/editing/pasteboard/styled-element-markup-expected.png:
+ * platform/qt/editing/selection/13804-expected.png:
+ * platform/qt/editing/selection/4402375-expected.png:
+ * platform/qt/editing/selection/4776665-expected.png:
+ * platform/qt/editing/selection/4866671-expected.png:
+ * platform/qt/editing/selection/4889598-expected.png:
+ * platform/qt/editing/selection/4895428-2-expected.png:
+ * platform/qt/editing/selection/4895428-3-expected.png:
+ * platform/qt/editing/selection/4947387-expected.png:
+ * platform/qt/editing/selection/4960116-expected.png:
+ * platform/qt/editing/selection/4960137-expected.png:
+ * platform/qt/editing/selection/4975120-expected.png:
+ * platform/qt/editing/selection/4983858-expected.png:
+ * platform/qt/editing/selection/5076323-1-expected.png:
+ * platform/qt/editing/selection/5081257-1-expected.png:
+ * platform/qt/editing/selection/5081257-2-expected.png:
+ * platform/qt/editing/selection/5099303-expected.png:
+ * platform/qt/editing/selection/5195166-2-expected.png:
+ * platform/qt/editing/selection/5240265-expected.png:
+ * platform/qt/editing/selection/7152-1-expected.png:
+ * platform/qt/editing/selection/7152-2-expected.png:
+ * platform/qt/editing/selection/addRange-expected.png:
+ * platform/qt/editing/selection/caret-ltr-2-expected.png:
+ * platform/qt/editing/selection/caret-ltr-2-left-expected.png:
+ * platform/qt/editing/selection/caret-ltr-expected.png:
+ * platform/qt/editing/selection/caret-ltr-right-expected.png:
+ * platform/qt/editing/selection/caret-rtl-2-left-expected.png:
+ * platform/qt/editing/selection/caret-rtl-right-expected.png:
+ * platform/qt/editing/selection/clear-selection-expected.png:
+ * platform/qt/editing/selection/contenteditable-click-inside-expected.png:
+ * platform/qt/editing/selection/drag-select-1-expected.png:
+ * platform/qt/editing/selection/editable-html-element-expected.png:
+ * platform/qt/editing/selection/expanding-selections-expected.png:
+ * platform/qt/editing/selection/expanding-selections2-expected.png:
+ * platform/qt/editing/selection/extend-by-character-003-expected.png:
+ * platform/qt/editing/selection/extend-by-character-005-expected.png:
+ * platform/qt/editing/selection/extend-inside-transforms-backward-expected.png:
+ * platform/qt/editing/selection/extend-inside-transforms-forward-expected.png:
+ * platform/qt/editing/selection/focus_editable_html-expected.png:
+ * platform/qt/editing/selection/inline-table-expected.png:
+ * platform/qt/editing/selection/mixed-editability-1-expected.png:
+ * platform/qt/editing/selection/mixed-editability-3-expected.png:
+ * platform/qt/editing/selection/mixed-editability-4-expected.png:
+ * platform/qt/editing/selection/mixed-editability-5-expected.png:
+ * platform/qt/editing/selection/mixed-editability-8-expected.png:
+ * platform/qt/editing/selection/mixed-editability-9-expected.png:
+ * platform/qt/editing/selection/move-3875618-fix-expected.png:
+ * platform/qt/editing/selection/move-3875641-fix-expected.png:
+ * platform/qt/editing/selection/move-between-blocks-yes-001-expected.png:
+ * platform/qt/editing/selection/move-by-character-003-expected.png:
+ * platform/qt/editing/selection/move-by-character-005-expected.png:
+ * platform/qt/editing/selection/node-removal-1-expected.png:
+ * platform/qt/editing/selection/node-removal-2-expected.png:
+ * platform/qt/editing/selection/paragraph-granularity-expected.png:
+ * platform/qt/editing/selection/range-between-block-and-inline-expected.png:
+ * platform/qt/editing/selection/replace-selection-1-expected.png:
+ * platform/qt/editing/selection/select-across-readonly-input-1-expected.png:
+ * platform/qt/editing/selection/select-across-readonly-input-2-expected.png:
+ * platform/qt/editing/selection/select-across-readonly-input-3-expected.png:
+ * platform/qt/editing/selection/select-across-readonly-input-4-expected.png:
+ * platform/qt/editing/selection/select-across-readonly-input-5-expected.png:
+ * platform/qt/editing/selection/select-all-003-expected.png:
+ * platform/qt/editing/selection/select-all-005-expected.png:
+ * platform/qt/editing/selection/select-all-006-expected.png:
+ * platform/qt/editing/selection/select-all-iframe-expected.png:
+ * platform/qt/editing/selection/select-text-overflow-ellipsis-expected.png:
+ * platform/qt/editing/selection/selectNode-expected.png:
+ * platform/qt/editing/selection/selectNodeContents-expected.png:
+ * platform/qt/editing/selection/selection-actions-expected.png:
+ * platform/qt/editing/selection/selection-button-text-expected.png:
+ * platform/qt/editing/selection/table-caret-3-expected.png:
+ * platform/qt/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png:
+ * platform/qt/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png:
+ * platform/qt/editing/selection/word-granularity-expected.png:
+ * platform/qt/editing/selection/wrapped-line-caret-1-expected.png:
+ * platform/qt/editing/selection/wrapped-line-caret-2-expected.png:
+ * platform/qt/editing/style/4916887-expected.png:
+ * platform/qt/editing/style/5084241-expected.png:
+ * platform/qt/editing/style/apple-style-editable-mix-expected.png:
+ * platform/qt/editing/style/block-style-001-expected.png:
+ * platform/qt/editing/style/block-style-002-expected.png:
+ * platform/qt/editing/style/block-style-003-expected.png:
+ * platform/qt/editing/style/create-block-for-style-001-expected.png:
+ * platform/qt/editing/style/create-block-for-style-002-expected.png:
+ * platform/qt/editing/style/create-block-for-style-003-expected.png:
+ * platform/qt/editing/style/create-block-for-style-004-expected.png:
+ * platform/qt/editing/style/create-block-for-style-005-expected.png:
+ * platform/qt/editing/style/create-block-for-style-006-expected.png:
+ * platform/qt/editing/style/create-block-for-style-007-expected.png:
+ * platform/qt/editing/style/create-block-for-style-008-expected.png:
+ * platform/qt/editing/style/create-block-for-style-009-expected.png:
+ * platform/qt/editing/style/create-block-for-style-010-expected.png:
+ * platform/qt/editing/style/create-block-for-style-011-expected.png:
+ * platform/qt/editing/style/create-block-for-style-012-expected.png:
+ * platform/qt/editing/style/create-block-for-style-013-expected.png:
+ * platform/qt/editing/style/designmode-expected.png:
+ * platform/qt/editing/style/relative-font-size-change-001-expected.png:
+ * platform/qt/editing/style/relative-font-size-change-002-expected.png:
+ * platform/qt/editing/style/relative-font-size-change-003-expected.png:
+ * platform/qt/editing/style/relative-font-size-change-004-expected.png:
+
+2013-03-28 Zoltan Arvai <zarvai@inf.u-szeged.hu>
+
+ [Qt][WK2] Unreviewed gardening. Rebaselining after r147086.
+
+ * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-multiple-headers-conflict-expected.txt: Added.
+ * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt: Added.
+
+2013-03-28 Ádám Kallai <kadam@inf.u-szeged.hu>
+
+ [Qt] Unreviewed gardening. Updated png expected results after r146206..
+
+ * platform/qt-5.0-wk2/fast/backgrounds/mask-box-image-expected.png: Added.
+ * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize08-expected.png: Added.
+ * platform/qt-5.0-wk2/fast/borders/block-mask-overlay-image-expected.png: Added.
+ * platform/qt-5.0-wk2/fast/borders/block-mask-overlay-image-outset-expected.png: Added.
+ * platform/qt-5.0-wk2/fast/borders/border-image-scaled-gradient-expected.png: Added.
+ * platform/qt-5.0-wk2/fast/borders/border-image-slice-constrained-expected.png: Added.
+ * platform/qt-5.0-wk2/fast/borders/border-image-slices-expected.png: Added.
+ * platform/qt-5.0-wk2/fast/borders/inline-mask-overlay-image-expected.png: Added.
+ * platform/qt-5.0-wk2/fast/borders/inline-mask-overlay-image-outset-expected.png: Added.
+ * platform/qt-5.0-wk2/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png: Added.
+ * platform/qt-5.0-wk2/fast/box-shadow/box-shadow-radius-expected.png: Added.
+ * platform/qt-5.0-wk2/fast/box-shadow/box-shadow-transformed-expected.png: Added.
+ * platform/qt-5.0-wk2/fast/box-shadow/inset-box-shadow-radius-expected.png: Added.
+ * platform/qt-5.0-wk2/fast/box-shadow/inset-box-shadows-expected.png: Added.
+ * platform/qt-5.0-wk2/fast/box-shadow/inset-expected.png: Added.
+ * platform/qt-5.0-wk2/fast/box-shadow/scaled-box-shadow-expected.png: Added.
+ * platform/qt-5.0-wk2/fast/canvas/canvas-as-image-expected.png: Added.
+ * platform/qt-5.0-wk2/fast/canvas/canvas-bg-zoom-expected.png: Added.
+ * platform/qt-5.0-wk2/fast/clip/overflow-border-radius-composited-expected.png:
+ * platform/qt-5.0-wk2/fast/css/value-list-out-of-bounds-crash-expected.png: Added.
+ * platform/qt-5.0-wk2/fast/forms/listbox-clip-expected.png:
+ * platform/qt-5.0-wk2/fast/forms/select-background-none-expected.png:
+
+2013-03-25 Andrey Kosyakov <caseq@chromium.org>
+
+ Web Inspector: DOMContentLoaded event divider is not shown on Timeline's main view
+ https://bugs.webkit.org/show_bug.cgi?id=113196
+
+ Reviewed by Pavel Feldman.
+
+ - use TimelinePresentationModel to fetch list of event divider records;
+
+ * http/tests/inspector/timeline-test.js:
+ (initialize_Timeline.InspectorTest.printTimestampRecords):
+ * inspector/timeline/timeline-load-event-expected.txt:
+ * inspector/timeline/timeline-load-event.html:
+
+2013-03-28 Andrey Lushnikov <lushnikov@chromium.org>
+
+ Web Inspector: [DTE] Paint overlay highlight over line background color
+ https://bugs.webkit.org/show_bug.cgi?id=113346
+
+ Reviewed by Pavel Feldman.
+
+ Updated test expectations to correspond to new DefaultTextEditor's DOM
+ layout.
+
+ * inspector/editor/text-editor-brace-highlighter-expected.txt:
+ * inspector/editor/text-editor-highlight-api-expected.txt:
+ * inspector/editor/text-editor-highlight-token-expected.txt:
+ * inspector/editor/text-editor-long-line-expected.txt:
+ * inspector/editor/text-editor-remove-chunks-from-dom-expected.txt:
+ * inspector/editor/text-editor-show-whitespace-expected.txt:
+ * inspector/editor/text-editor-type-over-decoration-expected.txt:
+
+2013-03-28 Alexander Pavlov <apavlov@chromium.org>
+
+ Web Inspector: [REGRESSION] [Styles] Pasting a property in the "name" field is broken
+ https://bugs.webkit.org/show_bug.cgi?id=113491
+
+ Reviewed by Pavel Feldman.
+
+ * inspector/styles/paste-property-expected.txt: Added.
+ * inspector/styles/paste-property.html: Added.
+
+2013-03-28 Zan Dobersek <zdobersek@igalia.com>
+
+ Unreviewed GTK gardening.
+
+ * platform/gtk/TestExpectations: Adjusting the expectation for media/track/track-in-band-legacy-api.html.
+
+2013-03-28 Ádám Kallai <kadam@inf.u-szeged.hu>
+
+ [Qt] Unreviewed gardening. Updated expected png results after r146206.
+
+ * platform/qt/fast/backgrounds/001-expected.png:
+ * platform/qt/fast/backgrounds/background-clip-text-expected.png:
+ * platform/qt/fast/backgrounds/background-origin-root-element-expected.png:
+ * platform/qt/fast/backgrounds/gradient-background-leakage-expected.png:
+ * platform/qt/fast/backgrounds/opacity-on-document-element-expected.png:
+ * platform/qt/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.png:
+ * platform/qt/fast/block/basic/001-expected.png:
+ * platform/qt/fast/block/basic/004-expected.png:
+ * platform/qt/fast/block/basic/005-expected.png:
+ * platform/qt/fast/block/basic/007-expected.png:
+ * platform/qt/fast/block/basic/008-expected.png:
+ * platform/qt/fast/block/basic/010-expected.png:
+ * platform/qt/fast/block/basic/011-expected.png:
+ * platform/qt/fast/block/basic/015-expected.png:
+ * platform/qt/fast/block/basic/016-expected.png:
+ * platform/qt/fast/block/basic/018-expected.png:
+ * platform/qt/fast/block/basic/019-expected.png:
+ * platform/qt/fast/block/basic/min-pref-width-nowrap-floats-expected.png:
+ * platform/qt/fast/block/basic/minheight-expected.png:
+ * platform/qt/fast/block/basic/quirk-height-expected.png:
+ * platform/qt/fast/block/basic/quirk-percent-height-grandchild-expected.png:
+ * platform/qt/fast/block/basic/white-space-pre-wraps-expected.png:
+ * platform/qt/fast/block/float/001-expected.png:
+ * platform/qt/fast/block/float/003-expected.png:
+ * platform/qt/fast/block/float/004-expected.png:
+ * platform/qt/fast/block/float/005-expected.png:
+ * platform/qt/fast/block/float/006-expected.png:
+ * platform/qt/fast/block/float/010-expected.png:
+ * platform/qt/fast/block/float/015-expected.png:
+ * platform/qt/fast/block/float/016-expected.png:
+ * platform/qt/fast/block/float/017-expected.png:
+ * platform/qt/fast/block/float/021-expected.png:
+ * platform/qt/fast/block/float/023-expected.png:
+ * platform/qt/fast/block/float/024-expected.png:
+ * platform/qt/fast/block/float/025-expected.png:
+ * platform/qt/fast/block/float/027-expected.png:
+ * platform/qt/fast/block/float/029-expected.png:
+ * platform/qt/fast/block/float/030-expected.png:
+ * platform/qt/fast/block/float/031-expected.png:
+ * platform/qt/fast/block/float/avoidance-percent-width-strict-expected.png:
+ * platform/qt/fast/block/float/avoiding-float-centered-expected.png:
+ * platform/qt/fast/block/float/editable-text-overlapping-float-expected.png:
+ * platform/qt/fast/block/float/fit_line_below_floats-expected.png:
+ * platform/qt/fast/block/float/float-avoidance-expected.png:
+ * platform/qt/fast/block/float/float-on-zero-height-line-expected.png:
+ * platform/qt/fast/block/float/intruding-float-add-in-sibling-block-on-static-position-expected.png:
+ * platform/qt/fast/block/float/intruding-float-add-in-sibling-block-on-static-position2-expected.png:
+ * platform/qt/fast/block/float/marquee-shrink-to-avoid-floats-expected.png:
+ * platform/qt/fast/block/float/multiple-float-positioning-expected.png:
+ * platform/qt/fast/block/float/nestedAnonymousBlocks-expected.png:
+ * platform/qt/fast/block/float/nestedAnonymousBlocks2-expected.png:
+ * platform/qt/fast/block/float/overhanging-after-height-decrease-offsets-expected.png:
+ * platform/qt/fast/block/float/overhanging-float-add-in-static-position-block-expected.png:
+ * platform/qt/fast/block/float/overhanging-float-add-in-static-position-block2-expected.png:
+ * platform/qt/fast/block/float/overhanging-float-remove-from-absolute-position-block-expected.png:
+ * platform/qt/fast/block/float/overhanging-float-remove-from-absolute-position-block2-expected.png:
+ * platform/qt/fast/block/float/shrink-to-avoid-float-complexity-expected.png:
+ * platform/qt/fast/block/float/shrink-to-fit-width-expected.png:
+ * platform/qt/fast/block/float/width-update-after-clear-expected.png:
+ * platform/qt/fast/block/lineboxcontain/inline-box-expected.png:
+ * platform/qt/fast/block/lineboxcontain/inline-box-vertical-expected.png:
+ * platform/qt/fast/block/lineboxcontain/inline-replaced-expected.png:
+ * platform/qt/fast/block/lineboxcontain/replaced-expected.png:
+ * platform/qt/fast/block/margin-collapse/001-expected.png:
+ * platform/qt/fast/block/margin-collapse/005-expected.png:
+ * platform/qt/fast/block/margin-collapse/006-expected.png:
+ * platform/qt/fast/block/margin-collapse/010-expected.png:
+ * platform/qt/fast/block/margin-collapse/011-expected.png:
+ * platform/qt/fast/block/margin-collapse/012-expected.png:
+ * platform/qt/fast/block/margin-collapse/015-expected.png:
+ * platform/qt/fast/block/margin-collapse/016-expected.png:
+ * platform/qt/fast/block/margin-collapse/017-expected.png:
+ * platform/qt/fast/block/margin-collapse/018-expected.png:
+ * platform/qt/fast/block/margin-collapse/019-expected.png:
+ * platform/qt/fast/block/margin-collapse/020-expected.png:
+ * platform/qt/fast/block/margin-collapse/025-expected.png:
+ * platform/qt/fast/block/margin-collapse/030-expected.png:
+ * platform/qt/fast/block/margin-collapse/031-expected.png:
+ * platform/qt/fast/block/margin-collapse/037-expected.png:
+ * platform/qt/fast/block/margin-collapse/038-expected.png:
+ * platform/qt/fast/block/margin-collapse/043-expected.png:
+ * platform/qt/fast/block/margin-collapse/056-expected.png:
+ * platform/qt/fast/block/margin-collapse/059-expected.png:
+ * platform/qt/fast/block/margin-collapse/100-expected.png:
+ * platform/qt/fast/block/margin-collapse/103-expected.png:
+ * platform/qt/fast/block/margin-collapse/104-expected.png:
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/001-expected.png:
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/005-expected.png:
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/006-expected.png:
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/010-expected.png:
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/011-expected.png:
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/012-expected.png:
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/015-expected.png:
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/016-expected.png:
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/017-expected.png:
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/018-expected.png:
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/019-expected.png:
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/020-expected.png:
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/025-expected.png:
+ * platform/qt/fast/block/margin-collapse/empty-clear-blocks-expected.png:
+ * platform/qt/fast/block/positioning/047-expected.png:
+ * platform/qt/fast/block/positioning/049-expected.png:
+ * platform/qt/fast/block/positioning/051-expected.png:
+ * platform/qt/fast/block/positioning/052-expected.png:
+ * platform/qt/fast/block/positioning/054-expected.png:
+ * platform/qt/fast/block/positioning/055-expected.png:
+ * platform/qt/fast/block/positioning/auto/vertical-lr/005-expected.png:
+ * platform/qt/fast/block/positioning/auto/vertical-rl/005-expected.png:
+ * platform/qt/fast/block/positioning/height-change-expected.png:
+ * platform/qt/fast/block/positioning/pref-width-change-expected.png:
+ * platform/qt/fast/block/positioning/relative-overflow-block-expected.png:
+ * platform/qt/fast/block/positioning/relative-overflow-replaced-expected.png:
+ * platform/qt/fast/block/positioning/relative-overflow-replaced-float-expected.png:
+ * platform/qt/fast/block/positioning/relayout-on-position-change-expected.png:
+ * platform/qt/fast/block/positioning/window-height-change-expected.png:
+ * platform/qt/fast/body-propagation/background-image/009-expected.png:
+ * platform/qt/fast/body-propagation/background-image/009-xhtml-expected.png:
+ * platform/qt/fast/body-propagation/overflow/001-expected.png:
+ * platform/qt/fast/body-propagation/overflow/001-xhtml-expected.png:
+ * platform/qt/fast/body-propagation/overflow/005-declarative-expected.png:
+ * platform/qt/fast/body-propagation/overflow/005-expected.png:
+ * platform/qt/fast/body-propagation/overflow/005-xhtml-expected.png:
+ * platform/qt/fast/borders/bidi-002-expected.png:
+ * platform/qt/fast/borders/bidi-009a-expected.png:
+ * platform/qt/fast/borders/bidi-012-expected.png:
+ * platform/qt/fast/borders/border-color-inherit-expected.png:
+ * platform/qt/fast/borders/border-radius-huge-assert-expected.png:
+ * platform/qt/fast/borders/border-radius-inline-flow-expected.png:
+ * platform/qt/fast/borders/border-radius-split-inline-expected.png:
+ * platform/qt/fast/borders/borderRadiusArcs01-expected.png:
+ * platform/qt/fast/borders/borderRadiusDotted05-expected.png:
+ * platform/qt/fast/borders/borderRadiusDouble01-expected.png:
+ * platform/qt/fast/borders/borderRadiusDouble02-expected.png:
+ * platform/qt/fast/borders/borderRadiusDouble03-expected.png:
+ * platform/qt/fast/borders/borderRadiusGroove01-expected.png:
+ * platform/qt/fast/borders/borderRadiusGroove02-expected.png:
+ * platform/qt/fast/borders/borderRadiusInset01-expected.png:
+ * platform/qt/fast/borders/borderRadiusInvalidColor-expected.png:
+ * platform/qt/fast/borders/borderRadiusOutset01-expected.png:
+ * platform/qt/fast/borders/borderRadiusRidge01-expected.png:
+ * platform/qt/fast/borders/borderRadiusSolid01-expected.png:
+ * platform/qt/fast/borders/borderRadiusSolid02-expected.png:
+ * platform/qt/fast/borders/borderRadiusSolid03-expected.png:
+ * platform/qt/fast/borders/borderRadiusSolid04-expected.png:
+ * platform/qt/fast/borders/different-color-borders-expected.png:
+ * platform/qt/fast/borders/fieldsetBorderRadius-expected.png:
+ * platform/qt/fast/borders/inline-mask-overlay-image-outset-expected.png:
+ * platform/qt/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png:
+ * platform/qt/fast/borders/rtl-border-05-expected.png:
+ * platform/qt/fast/borders/table-borders-expected.png:
+ * platform/qt/fast/borders/webkit-border-radius-expected.png:
+ * platform/qt/fast/box-shadow/basic-shadows-expected.png:
+ * platform/qt/fast/box-shadow/box-shadow-radius-expected.png:
+ * platform/qt/fast/box-shadow/inset-box-shadow-radius-expected.png:
+ * platform/qt/fast/box-shadow/inset-box-shadows-expected.png:
+ * platform/qt/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png:
+ * platform/qt/fast/box-shadow/spread-multiple-inset-expected.png: Added.
+ * platform/qt/fast/box-shadow/spread-multiple-normal-expected.png: Added.
+ * platform/qt/fast/box-sizing/box-sizing-expected.png:
+ * platform/qt/fast/box-sizing/panels-one-expected.png:
+ * platform/qt/fast/box-sizing/panels-two-expected.png:
+ * platform/qt/fast/canvas/canvas-zoom-expected.png:
+ * platform/qt/fast/clip/001-expected.png:
+ * platform/qt/fast/clip/002-expected.png:
+ * platform/qt/fast/clip/003-expected.png:
+ * platform/qt/fast/clip/004-expected.png:
+ * platform/qt/fast/clip/005-expected.png:
+ * platform/qt/fast/clip/006-expected.png:
+ * platform/qt/fast/clip/007-expected.png:
+ * platform/qt/fast/clip/008-expected.png:
+ * platform/qt/fast/clip/009-expected.png:
+ * platform/qt/fast/clip/010-expected.png:
+ * platform/qt/fast/clip/011-expected.png:
+ * platform/qt/fast/clip/012-expected.png:
+ * platform/qt/fast/clip/013-expected.png:
+ * platform/qt/fast/clip/014-expected.png:
+ * platform/qt/fast/clip/015-expected.png:
+ * platform/qt/fast/clip/nestedTransparencyClip-expected.png:
+ * platform/qt/fast/clip/outline-overflowClip-expected.png:
+ * platform/qt/fast/clip/overflow-border-radius-clip-expected.png:
+ * platform/qt/fast/clip/overflow-border-radius-combinations-expected.png:
+ * platform/qt/fast/clip/overflow-border-radius-composited-expected.png:
+ * platform/qt/fast/clip/overflow-border-radius-fixed-position-expected.png:
+ * platform/qt/fast/clip/overflow-border-radius-transformed-expected.png:
+ * platform/qt/fast/css-generated-content/001-expected.png:
+ * platform/qt/fast/css-generated-content/002-expected.png:
+ * platform/qt/fast/css-generated-content/008-expected.png:
+ * platform/qt/fast/css-generated-content/009-expected.png:
+ * platform/qt/fast/css-generated-content/013-expected.png:
+ * platform/qt/fast/css-generated-content/016-expected.png:
+ * platform/qt/fast/css-generated-content/after-duplicated-after-split-expected.png:
+ * platform/qt/fast/css-generated-content/after-order-expected.png:
+ * platform/qt/fast/css-generated-content/beforeAfter-interdocument-expected.png:
+ * platform/qt/fast/css-generated-content/inline-display-types-expected.png:
+ * platform/qt/fast/css-generated-content/table-before-after-child-add-expected.png:
+ * platform/qt/fast/css-generated-content/table-cell-before-after-child-add-expected.png:
+ * platform/qt/fast/css-generated-content/table-row-before-after-child-add-expected.png:
+ * platform/qt/fast/css-generated-content/table-row-before-after-expected.png:
+ * platform/qt/fast/css-generated-content/table-row-group-to-inline-expected.png:
+ * platform/qt/fast/css-generated-content/table-table-before-after-child-add-expected.png:
+ * platform/qt/fast/css/002-expected.png:
+ * platform/qt/fast/css/003-expected.png:
+ * platform/qt/fast/css/004-expected.png:
+ * platform/qt/fast/css/005-expected.png:
+ * platform/qt/fast/css/008-expected.png:
+ * platform/qt/fast/css/ZeroOpacityLayers-expected.png:
+ * platform/qt/fast/css/ZeroOpacityLayers2-expected.png:
+ * platform/qt/fast/css/absolute-poition-in-rtl-parent-expected.png:
+ * platform/qt/fast/css/attribute-selector-dynamic-expected.png:
+ * platform/qt/fast/css/attribute-selector-empty-value-expected.png:
+ * platform/qt/fast/css/background-shorthand-invalid-url-expected.png:
+ * platform/qt/fast/css/beforeSelectorOnCodeElement-expected.png:
+ * platform/qt/fast/css/begin-end-contain-selector-empty-value-expected.png:
+ * platform/qt/fast/css/border-height-expected.png:
+ * platform/qt/fast/css/border-radius-outline-offset-expected.png:
+ * platform/qt/fast/css/border-solid-single-edge-antialias-expected.png: Added.
+ * platform/qt/fast/css/child-style-can-override-visited-style-expected.png:
+ * platform/qt/fast/css/clip-text-in-scaled-div-expected.png:
+ * platform/qt/fast/css/color-correction-backgrounds-and-text-expected.png:
+ * platform/qt/fast/css/continuationCrash-expected.png:
+ * platform/qt/fast/css/create_element_align-expected.png:
+ * platform/qt/fast/css/css-imports-expected.png:
+ * platform/qt/fast/css/css3-modsel-22-expected.png:
+ * platform/qt/fast/css/css3-nth-child-expected.png:
+ * platform/qt/fast/css/error-in-last-decl-expected.png:
+ * platform/qt/fast/css/first-letter-first-line-hover-expected.png:
+ * platform/qt/fast/css/first-letter-float-after-float-expected.png:
+ * platform/qt/fast/css/first-letter-float-expected.png:
+ * platform/qt/fast/css/first-letter-punctuation-expected.png:
+ * platform/qt/fast/css/first-letter-recalculation-expected.png:
+ * platform/qt/fast/css/first-letter-visibility-expected.png:
+ * platform/qt/fast/css/focus-ring-detached-expected.png:
+ * platform/qt/fast/css/focus-ring-multiline-writingmode-vertical-expected.png:
+ * platform/qt/fast/css/focus-ring-outline-color-expected.png:
+ * platform/qt/fast/css/focus-ring-outline-offset-expected.png:
+ * platform/qt/fast/css/focus-ring-outline-width-expected.png:
+ * platform/qt/fast/css/font-face-implicit-local-font-expected.png:
+ * platform/qt/fast/css/font-face-multiple-faces-expected.png:
+ * platform/qt/fast/css/font-face-multiple-remote-sources-expected.png:
+ * platform/qt/fast/css/font-smoothing-expected.png:
+ * platform/qt/fast/css/font_property_normal-expected.png:
+ * platform/qt/fast/css/hsla-color-expected.png:
+ * platform/qt/fast/css/import-rule-regression-11590-expected.png:
+ * platform/qt/fast/css/inline-properties-important-expected.png:
+ * platform/qt/fast/css/invalid-percentage-property-expected.png:
+ * platform/qt/fast/css/invalidation-errors-2-expected.png:
+ * platform/qt/fast/css/invalidation-errors-3-expected.png:
+ * platform/qt/fast/css/invalidation-errors-expected.png:
+ * platform/qt/fast/css/last-child-style-sharing-expected.png:
+ * platform/qt/fast/css/layerZOrderCrash-expected.png:
+ * platform/qt/fast/css/line-height-overflow-expected.png:
+ * platform/qt/fast/css/link-outside-head-expected.png:
+ * platform/qt/fast/css/list-outline-expected.png:
+ * platform/qt/fast/css/margin-bottom-form-element-quirk-expected.png:
+ * platform/qt/fast/css/margin-bottom-form-element-strict-expected.png:
+ * platform/qt/fast/css/namespaces/004-expected.png:
+ * platform/qt/fast/css/namespaces/005-expected.png:
+ * platform/qt/fast/css/namespaces/006-expected.png:
+ * platform/qt/fast/css/namespaces/namespaces-comments-expected.png:
+ * platform/qt/fast/css/namespaces/namespaces-empty-expected.png:
+ * platform/qt/fast/css/namespaces/namespaces-invalid-at-expected.png:
+ * platform/qt/fast/css/negative-leading-expected.png:
+ * platform/qt/fast/css/non-empty-span-expected.png:
+ * platform/qt/fast/css/pendingStylesheetFontSize-expected.png:
+ * platform/qt/fast/css/percent-top-relative-container-height-unspecified-expected.png:
+ * platform/qt/fast/css/position-negative-top-margin-expected.png:
+ * platform/qt/fast/css/preserve-user-specified-zoom-level-on-reload-expected.png:
+ * platform/qt/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.png:
+ * platform/qt/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.png:
+ * platform/qt/fast/css/relative-positioned-block-nested-with-inline-parent-expected.png:
+ * platform/qt/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.png:
+ * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.png:
+ * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.png:
+ * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.png:
+ * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-expected.png:
+ * platform/qt/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.png:
+ * platform/qt/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.png:
+ * platform/qt/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.png:
+ * platform/qt/fast/css/rem-dynamic-scaling-expected.png:
+ * platform/qt/fast/css/rem-units-on-root-expected.png:
+ * platform/qt/fast/css/rgb-float-expected.png:
+ * platform/qt/fast/css/selector-set-attribute-expected.png:
+ * platform/qt/fast/css/shadow-multiple-expected.png:
+ * platform/qt/fast/css/style-outside-head-expected.png:
+ * platform/qt/fast/css/style-parsed-outside-head-expected.png:
+ * platform/qt/fast/css/table-rules-attribute-groups-with-frame-expected.png:
+ * platform/qt/fast/css/table-text-align-quirk-expected.png:
+ * platform/qt/fast/css/table-text-align-strict-expected.png:
+ * platform/qt/fast/css/target-fragment-match-expected.png:
+ * platform/qt/fast/css/text-align-expected.png:
+ * platform/qt/fast/css/text-input-with-webkit-border-radius-expected.png:
+ * platform/qt/fast/css/text-overflow-ellipsis-text-align-center-expected.png:
+ * platform/qt/fast/css/text-overflow-ellipsis-text-align-justify-expected.png:
+ * platform/qt/fast/css/text-overflow-ellipsis-text-align-left-expected.png:
+ * platform/qt/fast/css/text-overflow-ellipsis-text-align-right-expected.png:
+ * platform/qt/fast/css/text-transform-select-expected.png:
+ * platform/qt/fast/css/textCapitalizeEdgeCases-expected.png:
+ * platform/qt/fast/css/transform-default-parameter-expected.png:
+ * platform/qt/fast/css/transformed-mask-expected.png:
+ * platform/qt/fast/css/transition-color-unspecified-expected.png:
+ * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.png:
+ * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.png:
+ * platform/qt/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.png:
+ * platform/qt/fast/css/visibility-hit-test-expected.png:
+ * platform/qt/fast/css/zoom-font-size-expected.png:
+ * platform/qt/fast/doctypes/001-expected.png:
+ * platform/qt/fast/doctypes/002-expected.png:
+ * platform/qt/fast/doctypes/003-expected.png:
+ * platform/qt/fast/doctypes/004-expected.png:
+ * platform/qt/fast/dom/34176-expected.png:
+ * platform/qt/fast/dom/Element/null-offset-parent-expected.png:
+ * platform/qt/fast/dom/HTMLElement/bdo-expected.png:
+ * platform/qt/fast/dom/HTMLHeadElement/head-link-style-href-check-expected.png:
+ * platform/qt/fast/dom/HTMLInputElement/input-image-alt-text-expected.png:
+ * platform/qt/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
+ * platform/qt/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
+ * platform/qt/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png:
+ * platform/qt/fast/dom/HTMLMeterElement/meter-styles-expected.png:
+ * platform/qt/fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.png:
+ * platform/qt/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png:
+ * platform/qt/fast/dom/HTMLStyleElement/insert-parser-generated-expected.png:
+ * platform/qt/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png:
+ * platform/qt/fast/dom/HTMLTableElement/colSpan-expected.png:
+ * platform/qt/fast/dom/HTMLTableElement/createCaption-expected.png:
+ * platform/qt/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
+ * platform/qt/fast/dom/Range/create-contextual-fragment-expected.png:
+ * platform/qt/fast/dom/Range/surroundContents-1-expected.png:
+ * platform/qt/fast/dom/Window/open-existing-pop-up-blocking-expected.png:
+ * platform/qt/fast/dom/anchor-text-expected.png:
+ * platform/qt/fast/dom/blur-contenteditable-expected.png:
+ * platform/qt/fast/dom/createDocumentType-expected.png:
+ * platform/qt/fast/dom/css-rule-functions-expected.png:
+ * platform/qt/fast/dom/delete-contents-expected.png:
+ * platform/qt/fast/dom/gc-10-expected.png:
+ * platform/qt/fast/dom/importNodeHTML-expected.png:
+ * platform/qt/fast/dom/importNodeXML-expected.png:
+ * platform/qt/fast/dynamic/002-expected.png:
+ * platform/qt/fast/dynamic/011-expected.png:
+ * platform/qt/fast/dynamic/014-expected.png:
+ * platform/qt/fast/dynamic/015-expected.png:
+ * platform/qt/fast/dynamic/anonymous-block-orphaned-lines-expected.png:
+ * platform/qt/fast/dynamic/dirty-float-in-clean-line-expected.png:
+ * platform/qt/fast/dynamic/first-letter-display-change-expected.png:
+ * platform/qt/fast/dynamic/float-at-line-break-expected.png:
+ * platform/qt/fast/dynamic/float-no-longer-overhanging-expected.png:
+ * platform/qt/fast/dynamic/float-withdrawal-2-expected.png:
+ * platform/qt/fast/dynamic/float-withdrawal-expected.png:
+ * platform/qt/fast/dynamic/noninlinebadness-expected.png:
+ * platform/qt/fast/dynamic/outerHTML-doc-expected.png:
+ * platform/qt/fast/dynamic/outerHTML-img-expected.png:
+ * platform/qt/fast/dynamic/subtree-parent-static-y-expected.png:
+ * platform/qt/fast/dynamic/unicode-bidi-expected.png:
+ * platform/qt/fast/dynamic/view-overflow-expected.png:
+ * platform/qt/fast/encoding/utf-16-big-endian-expected.png:
+ * platform/qt/fast/encoding/utf-16-little-endian-expected.png:
+ * platform/qt/fast/events/event-listener-on-link-expected.png:
+ * platform/qt/fast/events/resize-events-expected.png:
+ * platform/qt/fast/fast-mobile-scrolling/fixed-position-element-expected.png:
+ * platform/qt/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.png:
+ * platform/qt/fast/flexbox/001-expected.png:
+ * platform/qt/fast/flexbox/002-expected.png:
+ * platform/qt/fast/flexbox/003-expected.png:
+ * platform/qt/fast/flexbox/004-expected.png:
+ * platform/qt/fast/flexbox/005-expected.png:
+ * platform/qt/fast/flexbox/006-expected.png:
+ * platform/qt/fast/flexbox/007-expected.png:
+ * platform/qt/fast/flexbox/008-expected.png:
+ * platform/qt/fast/flexbox/009-expected.png:
+ * platform/qt/fast/flexbox/010-expected.png:
+ * platform/qt/fast/flexbox/011-expected.png:
+ * platform/qt/fast/flexbox/012-expected.png:
+ * platform/qt/fast/flexbox/013-expected.png:
+ * platform/qt/fast/flexbox/014-expected.png:
+ * platform/qt/fast/flexbox/015-expected.png:
+ * platform/qt/fast/flexbox/016-expected.png:
+ * platform/qt/fast/flexbox/017-expected.png:
+ * platform/qt/fast/flexbox/018-expected.png:
+ * platform/qt/fast/flexbox/019-expected.png:
+ * platform/qt/fast/flexbox/020-expected.png:
+ * platform/qt/fast/flexbox/021-expected.png:
+ * platform/qt/fast/flexbox/022-expected.png:
+ * platform/qt/fast/flexbox/023-expected.png:
+ * platform/qt/fast/flexbox/024-expected.png:
+ * platform/qt/fast/flexbox/overhanging-floats-removed-expected.png:
+ * platform/qt/fast/forms/HTMLOptionElement_label05-expected.png:
+ * platform/qt/fast/forms/basic-buttons-expected.png:
+ * platform/qt/fast/forms/basic-textareas-quirks-expected.png:
+ * platform/qt/fast/forms/button-default-title-expected.png:
+ * platform/qt/fast/forms/button-inner-block-reuse-expected.png:
+ * platform/qt/fast/forms/button-table-styles-expected.png:
+ * platform/qt/fast/forms/button-text-transform-expected.png:
+ * platform/qt/fast/forms/control-clip-overflow-expected.png:
+ * platform/qt/fast/forms/disabled-select-change-index-expected.png:
+ * platform/qt/fast/forms/fieldset-align-expected.png:
+ * platform/qt/fast/forms/file/file-input-direction-expected.png:
+ * platform/qt/fast/forms/floating-textfield-relayout-expected.png:
+ * platform/qt/fast/forms/form-hides-table-expected.png:
+ * platform/qt/fast/forms/input-appearance-selection-expected.png:
+ * platform/qt/fast/forms/input-placeholder-paint-order-expected.png:
+ * platform/qt/fast/forms/listbox-clip-expected.png:
+ * platform/qt/fast/forms/menulist-clip-expected.png:
+ * platform/qt/fast/forms/menulist-option-wrap-expected.png:
+ * platform/qt/fast/forms/negativeLineHeight-expected.png:
+ * platform/qt/fast/forms/number/number-appearance-spinbutton-layer-expected.png:
+ * platform/qt/fast/forms/option-strip-whitespace-expected.png:
+ * platform/qt/fast/forms/placeholder-position-expected.png:
+ * platform/qt/fast/forms/search-rtl-expected.png:
+ * platform/qt/fast/forms/select-change-popup-to-listbox-expected.png:
+ * platform/qt/fast/forms/select-initial-position-expected.png:
+ * platform/qt/fast/forms/select-item-background-clip-expected.png:
+ * platform/qt/fast/forms/select-list-box-with-height-expected.png:
+ * platform/qt/fast/forms/select/optgroup-rendering-expected.png:
+ * platform/qt/fast/forms/textarea-align-expected.png:
+ * platform/qt/fast/forms/textarea-placeholder-pseudo-style-expected.png:
+ * platform/qt/fast/forms/textarea/textarea-placeholder-paint-order-expected.png:
+
+2013-03-28 Zoltan Arvai <zarvai@inf.u-szeged.hu>
+
+ [Qt] Unreviewed gardening. Rebaselining after r147086.
+
+ * platform/qt/http/tests/security/XFrameOptions/x-frame-options-multiple-headers-conflict-expected.txt: Added.
+ * platform/qt/http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt: Added.
+
+2013-03-28 Alexei Filippov <alph@chromium.org>
+
+ Web Inspector: Auto expand retaining path until there are more than one retainer.
+ https://bugs.webkit.org/show_bug.cgi?id=112596
+
+ Reviewed by Yury Semikhatsky.
+
+ When retainers view gets opened automatically expand retaining path
+ for objects having just a single retainer.
+ - Added a test for the new behavior.
+ - Replaced hardcoded "populate complete" string with the event object.
+
+ * inspector/profiler/heap-snapshot-summary-retainers-expected.txt:
+ * inspector/profiler/heap-snapshot-summary-retainers.html:
+ * inspector/profiler/heap-snapshot-test.js:
+ (initialize_HeapSnapshotTest.):
+ (initialize_HeapSnapshotTest):
+
+2013-03-28 Zoltan Arvai <zarvai@inf.u-szeged.hu>
+
+ [Qt] Unreviewed gardening. Updating PNG expected results after r146206.
+
+ * platform/qt/tables/mozilla/bugs/bug46480-1-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug46480-2-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug46623-1-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug46623-2-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug46924-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug47432-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug4849-2-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug48827-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug51037-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug5188-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug52505-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug52506-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug53690-1-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug53690-2-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug5538-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug55527-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug55694-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug55789-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug57300-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug57828-2-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug57828-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug5799-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug5835-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug5838-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug59354-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug60804-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug60807-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug6184-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug6304-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug641-1-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug641-2-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug647-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug650-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug67915-1-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug68912-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug68998-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug69187-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug69382-1-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug69382-2-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug709-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug7112-1-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug7112-2-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug7121-1-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug7342-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug7471-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug7714-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug78162-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug80762-1-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug82946-1-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug82946-2-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug8381-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug8411-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug88035-1-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug88035-2-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug88524-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug8858-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug9072-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug9123-1-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug9123-2-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug92143-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug9271-1-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug9271-2-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug92868-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug93363-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug963-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug96334-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug96343-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug965-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug97138-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug97383-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug98196-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug9879-1-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug99948-expected.png:
+ * platform/qt/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
+ * platform/qt/tables/mozilla/core/borders-expected.png:
+ * platform/qt/tables/mozilla/core/captions-expected.png:
+ * platform/qt/tables/mozilla/core/col_span-expected.png:
+ * platform/qt/tables/mozilla/core/col_widths_auto_autoFixPer-expected.png:
+ * platform/qt/tables/mozilla/core/col_widths_auto_autoPer-expected.png:
+ * platform/qt/tables/mozilla/core/col_widths_auto_fix-expected.png:
+ * platform/qt/tables/mozilla/core/col_widths_auto_fixPer-expected.png:
+ * platform/qt/tables/mozilla/core/col_widths_auto_per-expected.png:
+ * platform/qt/tables/mozilla/core/col_widths_fix_autoFix-expected.png:
+ * platform/qt/tables/mozilla/core/col_widths_fix_autoPer-expected.png:
+ * platform/qt/tables/mozilla/core/col_widths_fix_fix-expected.png:
+ * platform/qt/tables/mozilla/core/col_widths_fix_fixPer-expected.png:
+ * platform/qt/tables/mozilla/core/col_widths_fix_per-expected.png:
+ * platform/qt/tables/mozilla/core/margins-expected.png:
+ * platform/qt/tables/mozilla/core/nested1-expected.png:
+ * platform/qt/tables/mozilla/core/row_span-expected.png:
+ * platform/qt/tables/mozilla/core/table_frame-expected.png:
+ * platform/qt/tables/mozilla/core/table_rules-expected.png:
+ * platform/qt/tables/mozilla/core/table_widths-expected.png:
+ * platform/qt/tables/mozilla/dom/deleteCol1-expected.png:
+ * platform/qt/tables/mozilla/dom/deleteCol2-expected.png:
+ * platform/qt/tables/mozilla/dom/deleteCol3-expected.png:
+ * platform/qt/tables/mozilla/dom/deleteColGroup1-expected.png:
+ * platform/qt/tables/mozilla/dom/deleteColGroup2-expected.png:
+ * platform/qt/tables/mozilla/dom/deleteRowsRebuild1-expected.png:
+ * platform/qt/tables/mozilla/dom/deleteRowsShrink1-expected.png:
+ * platform/qt/tables/mozilla/dom/deleteTbodyExpand1-expected.png:
+ * platform/qt/tables/mozilla/dom/deleteTbodyRebuild1-expected.png:
+ * platform/qt/tables/mozilla/dom/insertCellsExpand2-expected.png:
+ * platform/qt/tables/mozilla/dom/insertCellsRebuild1-expected.png:
+ * platform/qt/tables/mozilla/dom/insertCellsRebuild2-expected.png:
+ * platform/qt/tables/mozilla/dom/insertColGroups1-expected.png:
+ * platform/qt/tables/mozilla/dom/insertColGroups2-expected.png:
+ * platform/qt/tables/mozilla/dom/insertCols1-expected.png:
+ * platform/qt/tables/mozilla/dom/insertCols2-expected.png:
+ * platform/qt/tables/mozilla/dom/insertCols3-expected.png:
+ * platform/qt/tables/mozilla/dom/insertCols4-expected.png:
+ * platform/qt/tables/mozilla/dom/insertCols5-expected.png:
+ * platform/qt/tables/mozilla/dom/tableDom-expected.png:
+ * platform/qt/tables/mozilla/marvin/backgr_layers-opacity-expected.png:
+ * platform/qt/tables/mozilla/marvin/backgr_simple-table-column-expected.png:
+ * platform/qt/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png:
+ * platform/qt/tables/mozilla/marvin/backgr_simple-table-row-expected.png:
+ * platform/qt/tables/mozilla/marvin/body_tbody-expected.png:
+ * platform/qt/tables/mozilla/marvin/body_tfoot-expected.png:
+ * platform/qt/tables/mozilla/marvin/body_thead-expected.png:
+ * platform/qt/tables/mozilla/marvin/col_span-expected.png:
+ * platform/qt/tables/mozilla/marvin/colgroup_align_center-expected.png:
+ * platform/qt/tables/mozilla/marvin/colgroup_align_justify-expected.png:
+ * platform/qt/tables/mozilla/marvin/colgroup_align_left-expected.png:
+ * platform/qt/tables/mozilla/marvin/colgroup_align_right-expected.png:
+ * platform/qt/tables/mozilla/marvin/colgroup_span-expected.png:
+ * platform/qt/tables/mozilla/marvin/colgroup_valign_baseline-expected.png:
+ * platform/qt/tables/mozilla/marvin/colgroup_valign_bottom-expected.png:
+ * platform/qt/tables/mozilla/marvin/colgroup_valign_middle-expected.png:
+ * platform/qt/tables/mozilla/marvin/colgroup_valign_top-expected.png:
+ * platform/qt/tables/mozilla/marvin/colgroup_width_pct-expected.png:
+ * platform/qt/tables/mozilla/marvin/colgroup_width_px-expected.png:
+ * platform/qt/tables/mozilla/marvin/table_frame_border-expected.png:
+ * platform/qt/tables/mozilla/marvin/table_frame_box-expected.png:
+ * platform/qt/tables/mozilla/marvin/table_row_align_center-expected.png:
+ * platform/qt/tables/mozilla/marvin/table_row_align_left-expected.png:
+ * platform/qt/tables/mozilla/marvin/table_row_align_right-expected.png:
+ * platform/qt/tables/mozilla/marvin/table_rules_all-expected.png:
+ * platform/qt/tables/mozilla/marvin/table_rules_groups-expected.png:
+ * platform/qt/tables/mozilla/marvin/table_rules_none-expected.png:
+ * platform/qt/tables/mozilla/marvin/tables_align_center-expected.png:
+ * platform/qt/tables/mozilla/marvin/tables_align_left-expected.png:
+ * platform/qt/tables/mozilla/marvin/tables_align_right-expected.png:
+ * platform/qt/tables/mozilla/marvin/tables_border_0-expected.png:
+ * platform/qt/tables/mozilla/marvin/tables_border_1-expected.png:
+ * platform/qt/tables/mozilla/marvin/tables_border_2-expected.png:
+ * platform/qt/tables/mozilla/marvin/tables_border_3-expected.png:
+ * platform/qt/tables/mozilla/marvin/tables_caption_align_bot-expected.png:
+ * platform/qt/tables/mozilla/marvin/tables_caption_align_top-expected.png:
+ * platform/qt/tables/mozilla/marvin/tables_cellpadding-expected.png:
+ * platform/qt/tables/mozilla/marvin/tables_cellpadding_pct-expected.png:
+ * platform/qt/tables/mozilla/marvin/tables_cellspacing-expected.png:
+ * platform/qt/tables/mozilla/marvin/tables_class-expected.png:
+ * platform/qt/tables/mozilla/marvin/tables_default-expected.png:
+ * platform/qt/tables/mozilla/marvin/tables_id-expected.png:
+ * platform/qt/tables/mozilla/marvin/tables_row_th_nowrap-expected.png:
+ * platform/qt/tables/mozilla/marvin/tables_style-expected.png:
+ * platform/qt/tables/mozilla/marvin/tables_td_align_center-expected.png:
+ * platform/qt/tables/mozilla/marvin/tables_td_align_left-expected.png:
+ * platform/qt/tables/mozilla/marvin/tables_td_align_right-expected.png:
+ * platform/qt/tables/mozilla/marvin/tables_td_colspan-expected.png:
+ * platform/qt/tables/mozilla/marvin/tables_td_height-expected.png:
+ * platform/qt/tables/mozilla/marvin/tables_td_nowrap-expected.png:
+ * platform/qt/tables/mozilla/marvin/tables_td_rowspan-expected.png:
+ * platform/qt/tables/mozilla/marvin/tables_td_width-expected.png:
+ * platform/qt/tables/mozilla/marvin/tables_th_align_center-expected.png:
+ * platform/qt/tables/mozilla/marvin/tables_th_align_left-expected.png:
+ * platform/qt/tables/mozilla/marvin/tables_th_align_right-expected.png:
+ * platform/qt/tables/mozilla/marvin/tables_th_colspan-expected.png:
+ * platform/qt/tables/mozilla/marvin/tables_th_height-expected.png:
+ * platform/qt/tables/mozilla/marvin/tables_th_rowspan-expected.png:
+ * platform/qt/tables/mozilla/marvin/tables_th_width-expected.png:
+ * platform/qt/tables/mozilla/marvin/tables_width_percent-expected.png:
+ * platform/qt/tables/mozilla/marvin/tables_width_px-expected.png:
+ * platform/qt/tables/mozilla/marvin/tbody_align_center-expected.png:
+ * platform/qt/tables/mozilla/marvin/tbody_align_char-expected.png:
+ * platform/qt/tables/mozilla/marvin/tbody_align_justify-expected.png:
+ * platform/qt/tables/mozilla/marvin/tbody_align_left-expected.png:
+ * platform/qt/tables/mozilla/marvin/tbody_align_right-expected.png:
+ * platform/qt/tables/mozilla/marvin/tbody_char-expected.png:
+ * platform/qt/tables/mozilla/marvin/tfoot_align_center-expected.png:
+ * platform/qt/tables/mozilla/marvin/tfoot_align_char-expected.png:
+ * platform/qt/tables/mozilla/marvin/tfoot_align_justify-expected.png:
+ * platform/qt/tables/mozilla/marvin/tfoot_align_left-expected.png:
+ * platform/qt/tables/mozilla/marvin/tfoot_align_right-expected.png:
+ * platform/qt/tables/mozilla/marvin/tfoot_char-expected.png:
+ * platform/qt/tables/mozilla/marvin/thead_align_center-expected.png:
+ * platform/qt/tables/mozilla/marvin/thead_align_char-expected.png:
+ * platform/qt/tables/mozilla/marvin/thead_align_justify-expected.png:
+ * platform/qt/tables/mozilla/marvin/thead_align_left-expected.png:
+ * platform/qt/tables/mozilla/marvin/thead_align_right-expected.png:
+ * platform/qt/tables/mozilla/marvin/thead_char-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_caption_align_bottom-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_caption_align_top-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_col_align_center-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_col_align_char-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_col_align_justify-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_col_span-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_col_valign_baseline-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_col_valign_bottom-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_col_valign_middle-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_col_valign_top-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_col_width_pct-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_col_width_px-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_col_width_rel-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_colgroup_align_center-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_colgroup_align_char-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_colgroup_align_justify-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_colgroup_span-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_colgroup_valign_middle-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_colgroup_valign_top-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_colgroup_width_pct-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_colgroup_width_rel-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_table-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_table_bgcolor_name-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_table_border-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_table_border_none-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_table_border_px-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_table_cellpadding-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_table_cellpadding_pct-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_table_cellspacing_pct-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_table_class-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_table_frame_void-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_table_id-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_table_rules_groups-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_table_rules_none-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_table_style-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_table_width_pct-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_table_width_px-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_tbody_align_center-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_tbody_align_char-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_tbody_align_justify-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_tbody_align_left-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_tbody_align_right-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_tbody_class-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_tbody_id-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_tbody_style-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_tbody_valign_baseline-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_tbody_valign_bottom-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_tbody_valign_middle-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_tbody_valign_top-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_td_align_center-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_td_align_char-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_td_align_justify-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_td_align_left-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_td_align_right-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_td_bgcolor_name-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_td_height-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_td_nowrap-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_td_valign_baseline-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_td_valign_bottom-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_td_valign_middle-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_td_valign_top-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_td_width-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_tfoot_align_center-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_tfoot_align_char-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_tfoot_align_justify-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_tfoot_align_left-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_tfoot_align_right-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_tfoot_class-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_tfoot_id-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_tfoot_style-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_tfoot_valign_middle-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_tfoot_valign_top-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_th_align_center-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_th_align_char-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_th_align_justify-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_th_align_left-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_th_align_right-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_th_bgcolor_name-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_th_class-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_th_height-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_th_id-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_th_nowrap-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_th_style-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_th_valign_baseline-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_th_valign_bottom-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_th_valign_top-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_th_width-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_thead_align_center-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_thead_align_char-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_thead_align_justify-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_thead_align_left-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_thead_align_right-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_thead_class-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_thead_id-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_thead_style-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_thead_valign_baseline-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_thead_valign_bottom-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_thead_valign_middle-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_thead_valign_top-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_tr_align_center-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_tr_align_char-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_tr_align_justify-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_tr_bgcolor_name-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_tr_valign_baseline-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_tr_valign_bottom-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_tr_valign_middle-expected.png:
+ * platform/qt/tables/mozilla/marvin/x_tr_valign_top-expected.png:
+ * platform/qt/tables/mozilla/other/cellspacing-expected.png:
+ * platform/qt/tables/mozilla/other/nested2-expected.png:
+ * platform/qt/tables/mozilla/other/nestedTables-expected.png:
+ * platform/qt/tables/mozilla/other/padding-expected.png:
+ * platform/qt/tables/mozilla/other/test3-expected.png:
+ * platform/qt/tables/mozilla/other/test6-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/97619-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug10140-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug10216-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug104898-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug106966-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug1128-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug11331-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug11945-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug14007-1-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug14489-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug17826-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug18770-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug19526-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug21518-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug22122-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug24880-1-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug25707-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug29058-2-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-18-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-5-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug32205-1-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug32205-4-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug42043-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug4294-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug47163-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug51000-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug56024-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug59252-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug61042-1-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug61042-2-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug72393-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug7243-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug73629-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug91057-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug9879-1-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/core/backgrounds-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/core/captions1-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/core/captions2-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/core/captions3-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/core/col_span2-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/core/cols1-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/core/columns-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/core/conflicts-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/core/standards1-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/dom/appendCells1-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/dom/appendColGroup1-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/marvin/table_frame_above-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/marvin/table_frame_below-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/marvin/table_frame_void-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/other/empty_cells-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/other/test4-expected.png:
+ * platform/qt/transforms/2d/compound-transforms-vs-containers-expected.png:
+ * platform/qt/transforms/2d/transform-borderbox-expected.png:
+ * platform/qt/transforms/2d/transform-fixed-container-expected.png:
+ * platform/qt/transforms/2d/transform-origin-borderbox-expected.png:
+ * platform/qt/transforms/2d/zoom-menulist-expected.png:
+ * platform/qt/transitions/cross-fade-background-image-expected.png:
+ * platform/qt/transitions/cross-fade-border-image-expected.png:
+ * platform/qt/transitions/svg-text-shadow-transition-expected.png:
+
+2013-03-28 Arpita Bahuguna <a.bah@samsung.com>
+
+ Regression: Crash when selecting Hebrew and numbers in a list
+ https://bugs.webkit.org/show_bug.cgi?id=111894
+
+ Reviewed by Ryosuke Niwa.
+
+ * editing/selection/click-on-anonymous-content-crash-expected.txt: Added.
+ * editing/selection/click-on-anonymous-content-crash.html: Added.
+ Added a testcase for verifying that no crash occurs when trying to
+ select/click an anonymous renderer, in this case the list marker's
+ renderer.
+
+2013-03-28 Mike West <mkwst@chromium.org>
+
+ X-Frame-Options: Multiple headers are ignored completely.
+ https://bugs.webkit.org/show_bug.cgi?id=113387
+
+ Reviewed by Nate Chapin.
+
+ * http/tests/security/XFrameOptions/resources/x-frame-options-multiple-headers-conflict.cgi: Added.
+ * http/tests/security/XFrameOptions/resources/x-frame-options-multiple-headers-sameorigin.cgi: Added.
+ * http/tests/security/XFrameOptions/x-frame-options-multiple-headers-conflict-expected.txt: Added.
+ * http/tests/security/XFrameOptions/x-frame-options-multiple-headers-conflict.html: Added.
+ * http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-allow-expected.txt: Added.
+ * http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-allow.html: Added.
+ * http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt: Added.
+ * http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny.html: Added.
+ * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-multiple-headers-conflict-expected.txt: Added.
+ * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-allow-expected.txt: Added.
+ * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt: Added.
+
+2013-03-28 Mihai Tica <mitica@adobe.com>
+
+ [CSS Regions] Convert layout tests region-style-block-background-color[2] to ref-tests
+ https://bugs.webkit.org/show_bug.cgi?id=86339
+
+ Reviewed by Tony Chang.
+
+ This patch converts the pixel test baseline into ref-tests for the following tests:
+ fast/regions/region-style-block-background-color.html
+ fast/regions/region-style-block-background-color2.html
+
+ * fast/regions/region-style-block-background-color-expected.html: Added.
+ * fast/regions/region-style-block-background-color.html:
+ * fast/regions/region-style-block-background-color2-expected.html: Added.
+ * fast/regions/region-style-block-background-color2.html:
+ * platform/chromium-linux/fast/regions/region-style-block-background-color-expected.png: Removed.
+ * platform/chromium-linux/fast/regions/region-style-block-background-color2-expected.png: Removed.
+ * platform/chromium-mac-lion/fast/regions/region-style-block-background-color-expected.png: Removed.
+ * platform/chromium-mac-lion/fast/regions/region-style-block-background-color2-expected.png: Removed.
+ * platform/chromium-mac-snowleopard/fast/regions/region-style-block-background-color-expected.png: Removed.
+ * platform/chromium-mac-snowleopard/fast/regions/region-style-block-background-color2-expected.png: Removed.
+ * platform/chromium-mac/fast/regions/region-style-block-background-color-expected.png: Removed.
+ * platform/chromium-mac/fast/regions/region-style-block-background-color2-expected.png: Removed.
+ * platform/chromium-win/fast/regions/region-style-block-background-color-expected.png: Removed.
+ * platform/chromium-win/fast/regions/region-style-block-background-color-expected.txt: Removed.
+ * platform/chromium-win/fast/regions/region-style-block-background-color2-expected.png: Removed.
+ * platform/chromium-win/fast/regions/region-style-block-background-color2-expected.txt: Removed.
+ * platform/chromium/fast/regions/region-style-block-background-color-expected.txt: Removed.
+ * platform/chromium/fast/regions/region-style-block-background-color2-expected.txt: Removed.
+ * platform/efl/fast/regions/region-style-block-background-color-expected.png: Removed.
+ * platform/efl/fast/regions/region-style-block-background-color-expected.txt: Removed.
+ * platform/efl/fast/regions/region-style-block-background-color2-expected.png: Removed.
+ * platform/efl/fast/regions/region-style-block-background-color2-expected.txt: Removed.
+ * platform/gtk/fast/regions/region-style-block-background-color-expected.png: Removed.
+ * platform/gtk/fast/regions/region-style-block-background-color-expected.txt: Removed.
+ * platform/gtk/fast/regions/region-style-block-background-color2-expected.png: Removed.
+ * platform/gtk/fast/regions/region-style-block-background-color2-expected.txt: Removed.
+ * platform/mac/fast/regions/region-style-block-background-color-expected.png: Removed.
+ * platform/mac/fast/regions/region-style-block-background-color-expected.txt: Removed.
+ * platform/mac/fast/regions/region-style-block-background-color2-expected.png: Removed.
+ * platform/mac/fast/regions/region-style-block-background-color2-expected.txt: Removed.
+ * platform/qt/fast/regions/region-style-block-background-color-expected.png: Removed.
+ * platform/qt/fast/regions/region-style-block-background-color-expected.txt: Removed.
+ * platform/qt/fast/regions/region-style-block-background-color2-expected.png: Removed.
+ * platform/qt/fast/regions/region-style-block-background-color2-expected.txt: Removed.
+
+2013-03-28 Ádám Kallai <kadam@inf.u-szeged.hu>
+
+ Gardening. Organize expected results, because the generic expected file should be the one that uses JSC.
+ https://bugs.webkit.org/show_bug.cgi?id=113291.
+
+ Reviewed by Csaba Osztrogonác.
+
+ * inspector/console/console-eval-syntax-error-expected.txt:
+ * inspector/debugger/debugger-pause-in-eval-script-expected.txt:
+ * inspector/extensions/extensions-eval-expected.txt:
+ * platform/chromium/inspector/debugger/debugger-pause-in-eval-script-expected.txt: Copied from LayoutTests/inspector/debugger/debugger-pause-in-eval-script-expected.txt.
+ * platform/chromium/inspector/extensions/extensions-eval-expected.txt: Copied from LayoutTests/inspector/extensions/extensions-eval-expected.txt.
+ * platform/mac/inspector/console/console-eval-syntax-error-expected.txt: Removed.
+ * platform/mac/inspector/debugger/debugger-pause-in-eval-script-expected.txt: Removed.
+ * platform/mac/inspector/extensions/extensions-eval-expected.txt: Removed.
+ * platform/qt/inspector/console/console-eval-syntax-error-expected.txt: Removed.
+ * platform/qt/inspector/debugger/debugger-pause-in-eval-script-expected.txt: Removed.
+ * platform/qt/inspector/extensions/extensions-eval-expected.txt: Removed.
+
+2013-03-28 Shinya Kawanaka <shinyak@chromium.org>
+
+ [Chromium] Unreviewed gardening. Test Expectations update.
+
+ * platform/chromium/TestExpectations:
+
+2013-03-27 Shinya Kawanaka <shinyak@chromium.org>
+
+ [Chromium] Unreviewed gardening. Test Expectations update.
+
+ * platform/chromium/TestExpectations:
+
+2013-03-27 Shinya Kawanaka <shinyak@chromium.org>
+
+ [Chromium] Unreviewed gardening. Test Expectations update.
+
+ * platform/chromium/TestExpectations:
+
+ compositing/rtl tests are failing also on Linux Debug.
+
+2013-03-27 Keishi Hattori <keishi@webkit.org>
+
+ Dragging to edge should always snap to min/max.
+ https://bugs.webkit.org/show_bug.cgi?id=113477
+
+ Reviewed by Kent Tamura.
+
+ * fast/forms/range/range-slow-drag-to-edge-expected.txt: Added.
+ * fast/forms/range/range-slow-drag-to-edge.html: Added.
+
+2013-03-27 Shinya Kawanaka <shinyak@chromium.org>
+
+ [Chromium] Unreviewed gardening. Test Expectations update.
+
+ http/tests/cache/subresource-failover-to-network.html is failing.
+
+ * platform/chromium/TestExpectations:
+
+2013-03-27 Shinya Kawanaka <shinyak@chromium.org>
+
+ [Chromium] Unreviewed gardening. Test Expectations update.
+
+ * platform/chromium/TestExpectations:
+
+2013-03-27 Noel Gordon <noel.gordon@gmail.com>
+
+ Add webp image color profile support
+ https://bugs.webkit.org/show_bug.cgi?id=113184
+
+ Reviewed by Eric Seidel.
+
+ * fast/images/resources/webp-color-profile-lossless.webp: Added.
+ * fast/images/resources/webp-color-profile-lossy-alpha.webp: Added.
+ * fast/images/resources/webp-color-profile-lossy.webp: Added.
+ * fast/images/webp-color-profile-lossless-expected.txt: Added.
+ * fast/images/webp-color-profile-lossless.html: Added.
+ * fast/images/webp-color-profile-lossy-alpha-expected.txt: Added.
+ * fast/images/webp-color-profile-lossy-alpha.html: Added.
+ * fast/images/webp-color-profile-lossy-expected.txt: Added.
+ * fast/images/webp-color-profile-lossy.html: Added.
+ * platform/chromium-mac/fast/images/webp-color-profile-lossless-expected.png: Added.
+ * platform/chromium-mac/fast/images/webp-color-profile-lossy-alpha-expected.png: Added.
+ * platform/chromium-mac/fast/images/webp-color-profile-lossy-expected.png: Added.
+ * platform/chromium-win/fast/images/webp-color-profile-lossless-expected.png: Added.
+ * platform/chromium-win/fast/images/webp-color-profile-lossy-alpha-expected.png: Added.
+ * platform/chromium-win/fast/images/webp-color-profile-lossy-expected.png: Added.
+ * platform/efl/TestExpectations:
+ * platform/gtk/TestExpectations:
+ * platform/mac/TestExpectations:
+ * platform/qt/TestExpectations:
+ * platform/win/TestExpectations:
+ * platform/wincairo/TestExpectations:
+
+2013-03-27 Filip Pizlo <fpizlo@apple.com>
+
+ JIT and DFG should NaN-check loads from Float32 arrays
+ https://bugs.webkit.org/show_bug.cgi?id=113462
+ <rdar://problem/13490804>
+
+ Reviewed by Mark Hahnenberg.
+
+ * fast/js/dfg-float32-array-nan-expected.txt: Added.
+ * fast/js/dfg-float32-array-nan.html: Added.
+ * fast/js/jit-float32-array-nan-expected.txt: Added.
+ * fast/js/jit-float32-array-nan.html: Added.
+ * fast/js/jsc-test-list:
+ * fast/js/script-tests/dfg-float32-array-nan.js: Added.
+ (foo):
+ * fast/js/script-tests/jit-float32-array-nan.js: Added.
+
+2013-03-27 Beth Dakin <bdakin@apple.com>
+
+ Need WK2 API to give a WebView a header and footer
+ https://bugs.webkit.org/show_bug.cgi?id=113352
+ -and corresponding-
+ <rdar://problem/13383835>
+
+ Reviewed by Simon Fraser.
+
+ * platform/mac-wk2/tiled-drawing/header-and-footer-hit-testing-expected.txt: Added.
+ * platform/mac-wk2/tiled-drawing/header-and-footer-hit-testing-with-page-scale-expected.txt: Added.
+ * platform/mac-wk2/tiled-drawing/header-and-footer-hit-testing-with-page-scale.html: Added.
+ * platform/mac-wk2/tiled-drawing/header-and-footer-hit-testing.html: Added.
+
+2013-03-27 Arnaud Renevier <a.renevier@sisa.samsung.com>
+
+ javascriptcore bindings do not check exception after calling valueToStringWithNullCheck
+ https://bugs.webkit.org/show_bug.cgi?id=113219
+
+ Reviewed by Kentaro Hara.
+
+ * fast/dom/exception-in-binding-expected.txt: Added.
+ * fast/dom/exception-in-binding.html: Added.
+ * platform/chromium/TestExpectations: new test fails for now
+
+2013-03-27 Claudio Saavedra <csaavedra@igalia.com>
+
+ Explicitly set editingBehavior in some tests.
+ https://bugs.webkit.org/show_bug.cgi?id=113383
+
+ Reviewed by Ryosuke Niwa.
+
+ These tests make assumptions on how word selection works.
+ Actually, word selection will work differently depending on the
+ editingBehavior in place, see bug 110487, so the only way to
+ ensure the following tests will do word selection as expected is
+ to use Mac editing behavior.
+
+ * editing/deleting/delete-by-word-001.html: Call setEditingBehavior("mac").
+ * editing/deleting/list-item-1.html: ditto.
+ * editing/deleting/non-smart-delete.html: ditto.
+ * editing/deleting/smart-delete-002.html: ditto.
+ * editing/deleting/smart-delete-across-editable-boundaries.html: ditto.
+ * editing/execCommand/hilitecolor.html: ditto.
+ * editing/execCommand/remove-formatting-2.html: ditto.
+ * editing/inserting/4960120-2.html: ditto.
+ * editing/inserting/insert-paragraph-02.html: ditto. ditto.
+ * editing/inserting/insert-paragraph-03.html: ditto.
+ * editing/inserting/insert-paragraph-04.html: ditto.
+ * editing/inserting/paragraph-outside-nested-divs.html: ditto.
+ * editing/inserting/paragraph-separator-01.html: ditto.
+ * editing/inserting/paragraph-separator-02.html: ditto.
+ * editing/inserting/paragraph-separator-03.html: ditto.
+ * editing/pasteboard/4242293-1.html: ditto.
+ * editing/pasteboard/4806874.html: ditto.
+ * editing/pasteboard/5006779.html: ditto.
+ * editing/pasteboard/8145-2.html: ditto.
+ * editing/pasteboard/bad-placeholder.html: ditto.
+ * editing/pasteboard/copy-text-with-backgroundcolor.html: ditto.
+ * editing/pasteboard/drag-drop-modifies-page.html: ditto.
+ * editing/pasteboard/get-data-text-plain-drop.html: ditto.
+ * editing/pasteboard/insert-div-text-into-text.html: ditto.
+ * editing/pasteboard/merge-end-3.html: ditto.
+ * editing/pasteboard/merge-end-5.html: ditto.
+ * editing/pasteboard/merge-end-borders.html: ditto.
+ * editing/pasteboard/paste-blockquote-3.html: ditto.
+ * editing/pasteboard/paste-list-004.html: ditto.
+ * editing/pasteboard/pasting-object.html: ditto.
+ * editing/selection/4932260-2.html: ditto.
+ * editing/selection/extend-by-word-002.html: ditto.
+ * editing/selection/extend-forward-by-word-over-non-editable.html: ditto.
+ * editing/selection/transformed-selection-rects.html: ditto.
+ * editing/style/5046875-1.html: ditto.
+ * editing/style/5046875-2.html: ditto.
+ * editing/style/fore-color-by-name.html: ditto.
+ * editing/style/relative-font-size-change-002.html: ditto.
+ * editing/style/relative-font-size-change-003.html: ditto.
+ * editing/style/relative-font-size-change-004.html: ditto.
+ * editing/style/style-boundary-005.html: ditto.
+ * editing/text-iterator/first-letter-word-boundary.html: ditto.
+ * editing/undo/undo-combined-delete-boundary.html: ditto.
+ * editing/undo/undo-combined-delete.html: ditto.
+ * editing/undo/undo-delete-boundary.html: ditto.
+ * editing/undo/undo-delete.html: ditto.
+ * editing/undo/undo-forward-delete-boundary.html: ditto.
+ * editing/undo/undo-forward-delete.html: ditto.
+ * fast/dom/34176.html: ditto.
+ * platform/chromium-win/editing/deleting/non-smart-delete-expected.txt: Updated.
+ * platform/efl/editing/deleting/non-smart-delete-expected.txt: Updated.
+ * platform/gtk/editing/deleting/non-smart-delete-expected.txt: Updated.
+ * platform/qt/editing/deleting/non-smart-delete-expected.txt: Updated.
+
+2013-03-27 Claudio Saavedra <csaavedra@igalia.com>
+
+ Rename Editing tests whose expectations are Mac specific
+ https://bugs.webkit.org/show_bug.cgi?id=113414
+
+ Reviewed by Ryosuke Niwa.
+
+ These tests have expectations that assume that word selection
+ works always as in Mac and therefore will break when ran with
+ editingBehavior set, for instance, to Windows (see bug
+ 110487). Rename them to have the suffix -mac and explicitly set
+ editingBehavior to Mac.
+
+ When the fix for 110487 lands, counterparts to these tests with
+ suffix -win, editingBehavior set to win, and updated expectations
+ will be added.
+
+ * editing/deleting/smart-editing-disabled-mac-expected.txt:
+ Renamed from
+ LayoutTests/editing/deleting/smart-editing-disabled-expected.txt.
+ * editing/deleting/smart-editing-disabled-mac.html: Renamed from
+ LayoutTests/editing/deleting/smart-editing-disabled.html.
+ * editing/execCommand/remove-format-multiple-elements-mac-expected.txt:
+ Renamed from
+ LayoutTests/editing/execCommand/remove-format-multiple-elements-expected.txt.
+ * editing/execCommand/remove-format-multiple-elements-mac.html:
+ Renamed from
+ LayoutTests/editing/execCommand/remove-format-multiple-elements.html.
+ * editing/execCommand/script-tests/remove-format-multiple-elements-mac.js:
+ Renamed from
+ LayoutTests/editing/execCommand/script-tests/remove-format-multiple-elements.js.
+ * editing/execCommand/script-tests/toggle-link-mac.js: Renamed
+ from LayoutTests/editing/execCommand/script-tests/toggle-link.js.
+ * editing/execCommand/toggle-link-mac-expected.txt: Renamed from
+ LayoutTests/editing/execCommand/toggle-link-expected.txt.
+ * editing/execCommand/toggle-link-mac.html: Renamed from
+ LayoutTests/editing/execCommand/toggle-link.html.
+ * editing/style/make-text-writing-direction-inline-mac-expected.txt:
+ Renamed from
+ LayoutTests/editing/style/make-text-writing-direction-inline-expected.txt.
+ * editing/style/make-text-writing-direction-inline-mac.html:
+ Renamed from
+ LayoutTests/editing/style/make-text-writing-direction-inline.html.
+ * editing/style/push-down-font-styles-mac-expected.txt: Renamed
+ from LayoutTests/editing/style/push-down-font-styles-expected.txt.
+ * editing/style/push-down-font-styles-mac.html: Renamed from
+ LayoutTests/editing/style/push-down-implicit-styles.html.
+ * editing/style/push-down-implicit-styles-around-list-mac-expected.txt:
+ Renamed from
+ LayoutTests/editing/style/push-down-implicit-styles-around-list-expected.txt.
+ * editing/style/push-down-implicit-styles-around-list-mac.html:
+ Renamed from
+ LayoutTests/editing/style/push-down-implicit-styles-around-list.html.
+ * editing/style/push-down-implicit-styles-mac-expected.txt:
+ Renamed from
+ LayoutTests/editing/style/push-down-implicit-styles-expected.txt.
+ * editing/style/push-down-implicit-styles-mac.html: Renamed from
+ LayoutTests/editing/style/push-down-font-styles.html.
+ * editing/style/script-tests/make-text-writing-direction-inline-mac.js:
+ Renamed from
+ LayoutTests/editing/style/script-tests/make-text-writing-direction-inline.js.
+ * editing/style/script-tests/push-down-font-styles-mac.js: Renamed
+ from
+ LayoutTests/editing/style/script-tests/push-down-font-styles.js.
+ * editing/style/script-tests/push-down-implicit-styles-around-list-mac.js:
+ Renamed from
+ LayoutTests/editing/style/script-tests/push-down-implicit-styles-around-list.js.
+ * editing/style/script-tests/push-down-implicit-styles-mac.js:
+ Renamed from
+ LayoutTests/editing/style/script-tests/push-down-implicit-styles.js.
+
+2013-03-27 Yongjun Zhang <yongjun_zhang@apple.com>
+
+ Add a settings to disallow initializing background-size if background shorthand doesn't include it.
+ https://bugs.webkit.org/show_bug.cgi?id=113363
+
+ Reviewed by David Kilzer.
+
+ Add test for the new settings useLegacyBackgroundSizeShorthandBehavior.
+
+ * fast/backgrounds/background-shorthand-after-set-backgroundSize-expected.txt: Added.
+ * fast/backgrounds/background-shorthand-after-set-backgroundSize.html: Added.
+
+2013-03-27 Andrey Lushnikov <lushnikov@chromium.org>
+
+ Web Inspector: [DTE] implement "tokenAtTextPosition" method
+ https://bugs.webkit.org/show_bug.cgi?id=113390
+
+ Reviewed by Pavel Feldman.
+
+ Add a test to verify TextEditor.tokenAtTextPosition method.
+
+ * inspector/editor/text-editor-token-at-position-expected.txt: Added.
+ * inspector/editor/text-editor-token-at-position.html: Added.
+
+2013-03-27 Sergey Ryazanov <serya@chromium.org>
+
+ REGRESSION (r146588): Cannot correctly display Chinese SNS Renren
+ https://bugs.webkit.org/show_bug.cgi?id=113142
+
+ Reviewed by Pavel Feldman.
+
+ * TestExpectations:
+ * fast/css/parsing-error-recovery.html:
+
+2013-03-27 Ryosuke Niwa <rniwa@webkit.org>
+
+ Shift clicking on an element with -webkit-user-select: all doesn't extend selection
+ https://bugs.webkit.org/show_bug.cgi?id=113270
+
+ Reviewed by Enrica Casucci.
+
+ Added a regression test for shift clicking on an element with -webkit-user-select: all.
+ Skip it on non-Mac platforms as -webkit-user-select: all hasn't been enabled on them.
+
+ * editing/selection/user-select-all-with-shift-expected.txt: Added.
+ * editing/selection/user-select-all-with-shift.html: Added.
+ * platform/chromium/TestExpectations:
+ * platform/efl/TestExpectations:
+ * platform/gtk/TestExpectations:
+ * platform/qt/TestExpectations:
+ * platform/win/TestExpectations:
+ * platform/wincairo/TestExpectations:
+
+2013-03-27 Zalan Bujtas <zalan@apple.com>
+
+ REGRESSION(r143102): iframe with percentage height within table with anonymous cell fails.
+ https://bugs.webkit.org/show_bug.cgi?id=113077
+
+ Reviewed by Antti Koivisto.
+
+ * fast/replaced/iframe-with-percentage-height-within-table-with-anonymous-table-cell-expected.txt: Added.
+ * fast/replaced/iframe-with-percentage-height-within-table-with-anonymous-table-cell.html: Added.
+
+2013-03-27 Pierre Rossi <pierre.rossi@gmail.com>
+
+ [Qt] Add WOFF support when using zlib
+ https://bugs.webkit.org/show_bug.cgi?id=112805
+
+ Reviewed by Allan Sandfeld Jensen.
+
+ * platform/qt-5.0-wk2/TestExpectations: keep skipped for WK2 due to a WTR bug.
+ * platform/qt/TestExpectations: unskip font-face-woff.html
+
+2013-03-27 Robert Hogan <robert@webkit.org>
+
+ Growing a position:absolute element in a position:relative one in a table does not update scrollHeight
+ https://bugs.webkit.org/show_bug.cgi?id=111977
+
+ Reviewed by David Hyatt.
+
+ * fast/table/cell-overflow-simplified-layout-expected.html: Added.
+ * fast/table/cell-overflow-simplified-layout.html: Added.
+
+2013-03-22 Geoffrey Garen <ggaren@apple.com>
+
+ Honor the setting for whether JavaScript markup is enabled
+ https://bugs.webkit.org/show_bug.cgi?id=113122
+
+ Reviewed by Ryosuke Niwa.
+
+ * editing/unsupported-content/script-markup-enabled-setting-expected.txt: Added.
+ * editing/unsupported-content/script-markup-enabled-setting.html: Added.
+
+2013-03-27 Zan Dobersek <zdobersek@igalia.com>
+
+ Unreviewed GTK gardening. Rebaselining after r146992.
+
+ * 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-after-reload-expected.txt:
+ * platform/gtk/media/controls-strict-expected.txt:
+ * platform/gtk/media/controls-styling-strict-expected.txt:
+ * platform/gtk/media/controls-without-preload-expected.txt:
+ * platform/gtk/media/video-controls-rendering-expected.txt:
+ * platform/gtk/media/video-display-toggle-expected.txt:
+ * platform/gtk/media/video-empty-source-expected.txt:
+ * platform/gtk/media/video-no-audio-expected.txt:
+ * platform/gtk/media/video-playing-and-pause-expected.txt:
+ * platform/gtk/media/video-volume-slider-expected.txt:
+ * platform/gtk/media/video-zoom-controls-expected.txt:
+
+2013-03-27 Eric Carlson <eric.carlson@apple.com>
+
+ [Mac] webkitClosedCaptionsVisible doesn't work
+ https://bugs.webkit.org/show_bug.cgi?id=113417
+
+ Reviewed by Jer Noble.
+
+ * media/track/track-in-band-legacy-api-expected.txt: Added.
+ * media/track/track-in-band-legacy-api.html: Added.
+
+ * platform/chromium/TestExpectations: Skip new test.
+ * platform/efl/TestExpectations: Ditto.
+ * platform/gtk/TestExpectations: Ditto.
+ * platform/mac/TestExpectations: Ditto.
+ * platform/qt/TestExpectations: Ditto.
+ * platform/win/TestExpectations: Ditto.
+
+2013-03-27 Eric Carlson <eric.carlson@apple.com>
+
+ [Mac] Text track menu items sometimes labeled incorrectly
+ https://bugs.webkit.org/show_bug.cgi?id=113406
+
+ Reviewed by Jer Noble.
+
+ * media/video-controls-captions-trackmenu-localized.html:
+ * platform/mac/media/video-controls-captions-trackmenu-localized-expected.txt:
+
+2013-03-27 Zan Dobersek <zdobersek@igalia.com>
+
+ Unreviewed GTK gardening.
+
+ Addressing layout test failures that are specific to GTK-WK1 by moving the related expectations into the specific
+ TestExpectations file or adjusting and moving the baselines into the GTK-WK1 baseline search path.
+
+ * platform/gtk-wk1/TestExpectations:
+ * platform/gtk-wk1/fast: Added.
+ * platform/gtk-wk1/fast/media: Added.
+ * platform/gtk-wk1/fast/media/mq-transform-02-expected.html: Copied from LayoutTests/platform/gtk/fast/media/mq-transform-02-expected.html.
+ * platform/gtk-wk1/fast/media/mq-transform-03-expected.html: Copied from LayoutTests/platform/gtk/fast/media/mq-transform-03-expected.html.
+ * platform/gtk-wk2/TestExpectations:
+ * platform/gtk/TestExpectations:
+ * platform/gtk/fast/dom/HTMLLinkElement/prefetch-expected.txt: Added.
+ * platform/gtk/fast/dom/HTMLLinkElement/subresource-expected.txt: Added.
+ * 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/media/mq-transform-02-expected.html: Removed.
+ * platform/gtk/fast/media/mq-transform-03-expected.html: Removed.
+ * platform/gtk/fast/preloader: Added.
+ * platform/gtk/fast/preloader/document-write-2-expected.txt: Added.
+ * platform/gtk/fast/preloader/document-write-expected.txt: Added.
+ * platform/gtk/fast/preloader/script-expected.txt: Added.
+ * platform/gtk/http/tests/security/XFrameOptions: Removed.
+ * platform/gtk/http/tests/security/XFrameOptions/x-frame-options-allowall-expected.txt: Removed.
+ * platform/gtk/http/tests/security/XFrameOptions/x-frame-options-invalid-expected.txt: Removed.
+
+2013-03-27 Jer Noble <jer.noble@apple.com>
+
+ Mac: Media Controls always hide time display elements
+ https://bugs.webkit.org/show_bug.cgi?id=113355
+
+ Reviewed by Eric Carlson.
+
+ Rebaseline mac results.
+
+ * platform/mac/media/audio-controls-rendering-expected.png:
+ * platform/mac/media/audio-controls-rendering-expected.txt:
+ * platform/mac/media/controls-after-reload-expected.png:
+ * platform/mac/media/controls-after-reload-expected.txt:
+ * platform/mac/media/controls-strict-expected.png:
+ * platform/mac/media/controls-strict-expected.txt:
+ * platform/mac/media/controls-styling-strict-expected.png: Added.
+ * platform/mac/media/controls-styling-strict-expected.txt:
+ * platform/mac/media/controls-without-preload-expected.png:
+ * platform/mac/media/controls-without-preload-expected.txt:
+ * platform/mac/media/video-controls-rendering-expected.png:
+ * platform/mac/media/video-controls-rendering-expected.txt:
+ * platform/mac/media/video-display-toggle-expected.png:
+ * platform/mac/media/video-display-toggle-expected.txt:
+ * platform/mac/media/video-no-audio-expected.png:
+ * platform/mac/media/video-no-audio-expected.txt:
+ * platform/mac/media/video-playing-and-pause-expected.png:
+ * platform/mac/media/video-playing-and-pause-expected.txt:
+
+2013-03-27 Chris Fleizach <cfleizach@apple.com>
+
+ Regression in tests due to https://bugs.webkit.org/show_bug.cgi?id=113339
+ https://bugs.webkit.org/show_bug.cgi?id=113361
+
+ Remove skipped tests.
+
+ * platform/mac/TestExpectations:
+
+2013-03-27 Zoltan Arvai <zarvai@inf.u-szeged.hu>
+
+ [Qt] Unreviewed gardening. Cleanup after r146756 and r146786.
+
+ * platform/qt/fast/frames/frame-set-scaling-rotate-expected.txt: Removed.
+ * platform/qt/fast/frames/frame-set-scaling-skew-expected.txt: Removed.
+ * platform/qt/fast/gradients/border-image-gradient-sides-and-corners-expected.txt: Removed.
+ * platform/qt/fast/line-grid/line-align-left-edges-expected.txt: Removed.
+ * platform/qt/fast/reflections/reflection-masks-expected.txt: Removed.
+ * platform/qt/fast/reflections/reflection-masks-opacity-expected.txt: Removed.
+ * platform/qt/fast/reflections/reflection-masks-outset-expected.txt: Removed.
+ * platform/qt/fast/repaint/background-misaligned-expected.txt: Removed.
+ * platform/qt/fast/repaint/overhanging-float-detach-repaint-expected.txt: Removed.
+ * platform/qt/fast/repaint/transform-absolute-child-expected.txt: Removed.
+ * platform/qt/fast/replaced/border-radius-clip-content-edge-expected.txt: Removed.
+ * platform/qt/fast/table/border-collapsing/equal-precedence-resolution-expected.txt: Removed.
+ * platform/qt/fast/text/bidi-embedding-pop-and-push-same-2-expected.txt: Removed.
+ * platform/qt/fast/writing-mode/block-level-images-expected.txt: Removed.
+
+2013-03-27 Vsevolod Vlasov <vsevik@chromium.org>
+
+ Web Inspector: Breakpoint manager should restore breakpoints when uiSourceCode is added.
+ https://bugs.webkit.org/show_bug.cgi?id=113381
+
+ Reviewed by Pavel Feldman.
+
+ * inspector/debugger/breakpoint-manager-expected.txt:
+ * inspector/debugger/breakpoint-manager.html:
+
+2013-03-27 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r146864.
+ http://trac.webkit.org/changeset/146864
+ https://bugs.webkit.org/show_bug.cgi?id=113391
+
+ causes crashes on Wk2 EFL release bot (Requested by drott on
+ #webkit).
+
+ * platform/efl/TestExpectations:
+
+2013-03-27 Seokju Kwon <seokju.kwon@gmail.com>
+
+ [EFL] Remove a duplicated test from TestExpectations
+ https://bugs.webkit.org/show_bug.cgi?id=113385
+
+ Unreviewed, EFL gardening.
+
+ * platform/efl/TestExpectations:
+
+2013-03-27 Vsevolod Vlasov <vsevik@chromium.org>
+
+ Web Inspector: Follow-up to r146898: test that uiSourceCodes are not leaking in breakpoint manager.
+ https://bugs.webkit.org/show_bug.cgi?id=113368
+
+ Reviewed by Pavel Feldman.
+
+ * inspector/debugger/breakpoint-manager.html:
+
+2013-03-26 Takashi Sakamoto <tasak@google.com>
+
+ [shadow] styleForText should consider the case where parent node has no style
+ https://bugs.webkit.org/show_bug.cgi?id=113275
+
+ Reviewed by Hajime Morrita.
+
+ * fast/dom/shadow/text-node-distributed-crash-expected.txt: Added.
+ * fast/dom/shadow/text-node-distributed-crash.html: Added.
+
+2013-03-26 Yury Semikhatsky <yurys@chromium.org>
+
+ Unreviewed. Rebaseline fast/replaced/border-radius-clip-content-edge.html
+
+ * platform/chromium-win/fast/replaced/border-radius-clip-content-edge-expected.png:
+
+2013-03-26 Philip rogers <pdr@google.com>
+
+ Rebaseline expectations for fast/replaced/border-radius-clip-content-edge.html
+
+ Unreviewed rebaseline of test expectations after r146955
+
+ * platform/chromium-linux/fast/replaced/border-radius-clip-content-edge-expected.png:
+ * platform/chromium-mac/fast/replaced/border-radius-clip-content-edge-expected.png:
+
+2013-03-26 Mark Lam <mark.lam@apple.com>
+
+ Greening the mac bots.
+ https://bugs.webkit.org/show_bug.cgi?id=113361.
+
+ Not Reviewed.
+
+ * platform/mac/TestExpectations:
+
+2013-03-26 Antti Koivisto <antti@apple.com>
+
+ Test if non-immediate descendants obscure background
+ https://bugs.webkit.org/show_bug.cgi?id=113137
+
+ Reviewed by Simon Fraser.
+
+ * fast/backgrounds/obscured-background-child-style-change-expected.html:
+ * fast/backgrounds/obscured-background-child-style-change.html:
+ * fast/repaint/obscured-background-no-repaint-expected.txt:
+ * fast/repaint/obscured-background-no-repaint.html:
+
+2013-03-26 Chris Fleizach <cfleizach@apple.com>
+
+ WebKit does not expose @required or @aria-required as AXRequired on select elements
+ https://bugs.webkit.org/show_bug.cgi?id=113339
+
+ Reviewed by Tim Horton.
+
+ * platform/mac/accessibility/aria-required-popup-button-expected.txt: Added.
+ * platform/mac/accessibility/aria-required-popup-button.html: Added.
+
+2013-03-26 Filip Pizlo <fpizlo@apple.com>
+
+ REGRESSION: Sometimes, operations on proven strings ignore changes to the string prototype
+ https://bugs.webkit.org/show_bug.cgi?id=113353
+ <rdar://problem/13510778>
+
+ Reviewed by Mark Hahnenberg and Geoffrey Garen.
+
+ * fast/js/jsc-test-list:
+ * fast/js/dfg-phantom-base-expected.txt: Added.
+ * fast/js/dfg-phantom-base.html: Added.
+ * fast/js/dfg-to-string-toString-becomes-bad-with-check-structure-expected.txt: Added.
+ * fast/js/dfg-to-string-toString-becomes-bad-with-check-structure.html: Added.
+
+2013-03-26 Dean Jackson <dino@apple.com>
+
+ When a primary plugin is restarted, also start similar plugins
+ https://bugs.webkit.org/show_bug.cgi?id=113265
+
+ Reviewed by Tim Horton.
+
+ Two new tests. The first has one big plugin (that should be detected as the primary)
+ and then a few smaller versions (which should autostart along with the primary).
+ The second has one big plugin, and then adds a similar one after a short delay.
+
+ * platform/mac-wk2/plugins/snapshotting/autoplay-similar-to-dominant-after-delay-expected.txt: Added.
+ * platform/mac-wk2/plugins/snapshotting/autoplay-similar-to-dominant-expected.txt: Added.
+ * plugins/snapshotting/autoplay-similar-to-dominant-after-delay.html: Added.
+ * plugins/snapshotting/autoplay-similar-to-dominant.html: Added.
+
+2013-03-26 Zoltan Horvath <zoltan@webkit.org>
+
+ Unreviewed. Fix test after r146938. Since CSS Exclusions is still an experimental feature, shape-inside-on-nested-container-with-unresolved-height.html
+ test should enable CSS Exclusions for the testrunners first.
+
+ * fast/exclusions/shape-inside/shape-inside-on-nested-container-with-unresolved-height.html: Set CSSExclisions enabled for DRT/WTR.
+
+2013-03-26 Alok Priyadarshi <alokp@chromium.org>
+
+ Unreviewed gardening.
+ Marked compositing/rtl/rtl-iframe-* tests as ImageOnlyFailure instead of Failure.
+
+ * platform/chromium/TestExpectations:
+
+2013-03-26 Xianzhu Wang <wangxianzhu@chromium.org>
+
+ Non-paintsContent fixed position layer should not cause slow scrolling
+ https://bugs.webkit.org/show_bug.cgi?id=113238
+
+ Reviewed by James Robinson.
+
+ * compositing/layer-creation/fixed-position-no-content-scroll-reason-expected.txt: Added.
+ * compositing/layer-creation/fixed-position-no-content-scroll-reason.html: Copied from LayoutTests/compositing/layer-creation/fixed-position-out-of-view-scroll-reason.html. Test case for the bug.
+ * compositing/layer-creation/fixed-position-in-view-dynamic.html: Set background of fixed layer to distinguish out-of-view case from no-content case.
+ * compositing/layer-creation/fixed-position-out-of-view-dynamic.html: Ditto.
+ * compositing/layer-creation/fixed-position-out-of-view-scroll-reason.html: Ditto.
+ * platform/chromium/compositing/layer-creation/fixed-position-in-view-dynamic-expected.txt: Removed. This was a wrong rebaseline related to this bug.
+ * platform/chromium/platform/chromium/virtual/softwarecompositing/layer-creation/fixed-position-in-view-dynamic-expected.txt: Removed. This was a wrong rebaseline related to this bug.
+
+2013-03-26 Alok Priyadarshi <alokp@chromium.org>
+
+ Unreviewed gardening.
+ Marked compositing/iframes/scrolling-iframe.html flaky on all platforms.
+
+ * platform/chromium/TestExpectations:
+
+2013-03-26 Zoltan Horvath <zoltan@webkit.org>
+
+ [CSS Exclusions] The radius of a circle should be computed based on the shorter available dimension
+ https://bugs.webkit.org/show_bug.cgi?id=113255
+
+ Reviewed by Julien Chaffraix.
+
+ When we decide what should be the radius of a circle, we should choose the smallest available space. For instance when the
+ width or height is not resolvable for the circle we should not have a radius for it. This change modifies the behavior to
+ use the smaller available space, so we won't render unnecessary circle shapes.
+
+ * fast/exclusions/shape-inside/shape-inside-on-nested-container-with-unresolved-height-expected.html: Added.
+ * fast/exclusions/shape-inside/shape-inside-on-nested-container-with-unresolved-height.html: Added.
+
+2013-03-26 James Robinson <jamesr@chromium.org>
+
+ Clean up last failing expectations from solid color layer patch.
+
+ * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png:
+ * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
+ * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
+ * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
+ * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/transitions/scale-transition-no-start-expected.png:
+ * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png:
+ * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
+ * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
+ * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
+ * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/transitions/scale-transition-no-start-expected.png:
+ * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png:
+ * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
+ * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
+ * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
+ * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/transitions/scale-transition-no-start-expected.png:
+ * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-expected.txt:
+ * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-expected.txt:
+ * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-relative-expected.txt:
+ * platform/chromium-win/platform/chromium/virtual/softwarecompositing/reflections/animation-inside-reflection-expected.png:
+ * platform/chromium-win/platform/chromium/virtual/softwarecompositing/transitions/scale-transition-no-start-expected.png:
+ * platform/chromium/TestExpectations:
+ * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt:
+
+2013-03-26 Claudio Saavedra <csaavedra@igalia.com>
+
+ Convert test from UTF-16 to UTF-8
+
+ Rubber stamped by James Robinson.
+
+ * fast/dom/34176.html: Convert from little endian UTF-16 to UTF-8
+ to make git diff happy.
+
+2013-03-26 Alok Priyadarshi <alokp@chromium.org>
+
+ Rebaseline text output for opaque GraphicsLayers
+ https://bugs.webkit.org/show_bug.cgi?id=109507
+
+ Unreviewed rebaseline.
+
+ * platform/chromium-linux-x86/compositing/overflow/composited-scrolling-paint-phases-expected.txt: Removed.
+ * platform/chromium-linux/compositing/overflow/composited-scrolling-paint-phases-expected.txt:
+ * platform/chromium-linux/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt:
+ * platform/chromium-linux/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt:
+ * platform/chromium-linux/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt:
+ * platform/chromium-linux/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt:
+ * platform/chromium-linux/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-paint-phases-expected.txt:
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-paint-phases-expected.txt:
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-overflow-expected.txt:
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt:
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-overflow-expected.txt:
+ * platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt:
+ * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
+ * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
+ * platform/chromium-mac/compositing/overflow/composited-scrolling-paint-phases-expected.txt: Copied from LayoutTests/platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-paint-phases-expected.txt.
+ * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
+ * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/tiling/huge-layer-add-remove-child-expected.txt:
+ * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/tiling/huge-layer-with-layer-children-expected.txt:
+ * platform/chromium-win-xp/platform/chromium/virtual/softwarecompositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
+ * platform/chromium-win/compositing/overflow/composited-scrolling-paint-phases-expected.txt: Copied from LayoutTests/platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-paint-phases-expected.txt.
+ * platform/chromium/TestExpectations:
+ * platform/chromium/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt.
+ * platform/chromium/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt.
+ * platform/chromium/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt.
+ * platform/chromium/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt.
+ * platform/chromium/platform/chromium/virtual/gpu/compositedscrolling/overflow/composited-scrolling-paint-phases-expected.txt:
+ * platform/chromium/platform/chromium/virtual/softwarecompositing/overflow/composited-scrolling-paint-phases-expected.txt:
+ * platform/chromium/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-overflow-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt.
+ * platform/chromium/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt.
+ * platform/chromium/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-overflow-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt.
+ * platform/chromium/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt: Copied from LayoutTests/platform/chromium-linux/platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt.
+
+2013-03-26 Rafael Weinstein <rafaelw@chromium.org>
+
+ Remove stray newline. This newline is messing up mozilla's test harness
+ and we share this file with them via html5lib.
+
+ * html5lib/resources/template.dat:
+
+2013-03-26 Ryosuke Niwa <rniwa@webkit.org>
+
+ Remove some entries since those tests have been passing.
+ Also update the test expectations for the bug 113227 flaky since they're passing most of the time.
+
+ * platform/mac/TestExpectations:
+
+2013-03-26 Allan Sandfeld Jensen <allan.jensen@digia.com>
+
+ [Qt] editing/pasteboard/can-read-in-dragstart-event.html and /can-read-in-copy-and-cut-events.html are crashing
+ https://bugs.webkit.org/show_bug.cgi?id=113126
+
+ Reviewed by Jocelyn Turcotte.
+
+ Unskip now working editing/pasteboard/can-read-in-copy-and-cut-events.html.
+ The other test still needs better drag-and-drop support in DRT.
+
+ * platform/qt/TestExpectations:
+
+2013-03-26 Sergio Villar Senin <svillar@igalia.com>
+
+ Implement overtype mode for editable content
+ https://bugs.webkit.org/show_bug.cgi?id=112126
+
+ Reviewed by Ryosuke Niwa.
+
+ Two new layout tests for the new overtype mode. We use
+ overtype-support.html to check that the Overwrite command is not
+ exported to JavaScript but accessible through Internals. The
+ overtype.html one is used to test the actual behaviour of the
+ command.
+
+ The new command was also added to enabling-and-selection-2.js to
+ check that it is only available for richly editable content.
+
+ * editing/execCommand/enabling-and-selection-2-expected.txt:
+ Updated expectations for OverWrite command.
+ * editing/execCommand/overtype-expected.txt: Added.
+ * editing/execCommand/overtype-support-expected.txt: Added.
+ * editing/execCommand/overtype-support.html: Added.
+ * editing/execCommand/overtype.html: Added.
+ * editing/execCommand/script-tests/enabling-and-selection-2.js:
+ Added a check for OverWrite command.
+
+2013-03-26 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r146901.
+ http://trac.webkit.org/changeset/146901
+ https://bugs.webkit.org/show_bug.cgi?id=113321
+
+ Was landed to soon (Requested by pfeldman on #webkit).
+
+ * inspector/console/console-preserve-log.html:
+
+2013-03-26 Rafael Weinstein <rafaelw@chromium.org>
+
+ HTMLStackItem should include <template> as a special tag
+ https://bugs.webkit.org/show_bug.cgi?id=113016
+
+ Reviewed by Eric Seidel.
+
+ * html5lib/resources/template.dat:
+
+2013-03-26 Vsevolod Vlasov <vsevik@chromium.org>
+
+ Web Inspector: Distinguish breakpoints and breakpoint locations in BreakpointManager API
+ https://bugs.webkit.org/show_bug.cgi?id=113311
+
+ Reviewed by Pavel Feldman.
+
+ * inspector/debugger/live-edit-breakpoints-expected.txt:
+ * inspector/debugger/live-edit-breakpoints.html:
+
+2013-03-26 Dmitry Zvorygin <zvorygin@chromium.org>
+
+ Web Inspector: Remove remainings of CSS-based console message filtering.
+ https://bugs.webkit.org/show_bug.cgi?id=112710
+
+ Reviewed by Pavel Feldman.
+
+ * inspector/console/console-preserve-log.html:
+
+2013-03-26 Alexander Pavlov <apavlov@chromium.org>
+
+ Web Inspector: [Elements] Unable to "Edit as HTML" XHTML/SVG documents.
+ https://bugs.webkit.org/show_bug.cgi?id=113290
+
+ Reviewed by Pavel Feldman.
+
+ * inspector/elements/set-outer-html-for-xhtml-expected.txt: Added.
+ * inspector/elements/set-outer-html-for-xhtml.xhtml: Added.
+
+2013-03-26 Hajime Morrita <morrita@google.com>
+
+ https://bugs.webkit.org/show_bug.cgi?id=113164
+ Custom Elements: readyCallback should be called for outerHTML and insertAdjecentHTML
+
+ Reviewed by Dimitri Glazkov.
+
+ * fast/dom/custom/lifecycle-ready-creation-api-expected.txt:
+ * fast/dom/custom/lifecycle-ready-creation-api.html:
+
+2013-03-26 Jochen Eisinger <jochen@chromium.org>
+
+ Fix incorrect test name in content shell expectations
+
+ Unreviewed. Typing is hard.
+
+ * platform/chromium/ContentShellTestExpectations:
+
+2013-03-26 Mike West <mkwst@chromium.org>
+
+ CSP 1.1: Experiment with 'base-uri' directive.
+ https://bugs.webkit.org/show_bug.cgi?id=113307
+
+ Reviewed by Jochen Eisinger.
+
+ * http/tests/security/contentSecurityPolicy/1.1/base-uri-allow-expected.txt: Added.
+ * http/tests/security/contentSecurityPolicy/1.1/base-uri-allow.html: Added.
+ * http/tests/security/contentSecurityPolicy/1.1/base-uri-deny-expected.txt: Added.
+ * http/tests/security/contentSecurityPolicy/1.1/base-uri-deny.html: Added.
+
+2013-03-26 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r146879.
+ http://trac.webkit.org/changeset/146879
+ https://bugs.webkit.org/show_bug.cgi?id=113312
+
+ Multiple layout test crashes in
+ WebCore::RenderListItem::updateListMarkerNumbers (Requested by
+ yurys on #webkit).
+
+ * fast/dom/shadow/shadow-and-list-elements-expected.html:
+ * fast/lists/positioned-count-crash-expected.txt:
+
+2013-03-26 Hajime Morrita <morrita@google.com>
+
+ remoeveAllEventListeners() should be called to shadow trees
+ https://bugs.webkit.org/show_bug.cgi?id=113037
+
+ Reviewed by Dimitri Glazkov.
+
+ * fast/dom/shadow/resources/shadow-tree-listener-clearance-frame.html: Added.
+ * fast/dom/shadow/shadow-tree-listener-clearance-expected.txt: Added.
+ * fast/dom/shadow/shadow-tree-listener-clearance.html: Added.
+
+2013-03-26 Yury Semikhatsky <yurys@chromium.org>
+
+ Unreviewed. Updated test expectations for compositing/geometry/fixed-in-composited.html
+
+ * platform/chromium-linux-x86/platform/chromium/virtual/softwarecompositing/geometry/fixed-in-composited-expected.png: Removed.
+ * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/fixed-in-composited-expected.png: Added.
+
+2013-03-26 Andrei Bucur <abucur@adobe.com>
+
+ Use DOM ordering for list counts
+ https://bugs.webkit.org/show_bug.cgi?id=110352
+
+ Reviewed by Elliott Sprehn.
+
+ The fast/dom/shadow/shadow-and-list-elements-expected.html has changed because the list items
+ inside the shadow tree no longer see the root <ol> element.
+ The test fast/lists/positioned-count-crash.html has the correct rendering after changing
+ the list counting to be in DOM order.
+
+ * fast/dom/shadow/shadow-and-list-elements-expected.html:
+ * fast/lists/positioned-count-crash-expected.txt:
+
+2013-03-26 Zoltan Arvai <zarvai@inf.u-szeged.hu>
+
+ [Qt] Unreviewed gardening. Updating PNG expected results. Making pixel test bot happier after r146206.
+
+ * platform/qt/svg/custom/mask-excessive-malloc-expected.png:
+ * platform/qt/svg/custom/mask-inside-defs-expected.png:
+ * platform/qt/svg/custom/massive-coordinates-expected.png:
+ * platform/qt/svg/custom/missing-xlink-expected.png:
+ * platform/qt/svg/custom/non-circular-marker-reference-expected.png:
+ * platform/qt/svg/custom/object-sizing-expected.png:
+ * platform/qt/svg/custom/path-bad-data-expected.png:
+ * platform/qt/svg/custom/path-update-expected.png:
+ * platform/qt/svg/custom/pattern-no-pixelation-expected.png:
+ * platform/qt/svg/custom/pattern-scaled-pattern-space-expected.png: Added.
+ * platform/qt/svg/custom/pattern-size-bigger-than-target-size-expected.png:
+ * platform/qt/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.png:
+ * platform/qt/svg/custom/pattern-y-offset-expected.png:
+ * platform/qt/svg/custom/percentage-of-html-parent-expected.png:
+ * platform/qt/svg/custom/pointer-events-image-css-transform-expected.png:
+ * platform/qt/svg/custom/pointer-events-image-expected.png:
+ * platform/qt/svg/custom/pointer-events-path-expected.png:
+ * platform/qt/svg/custom/pointer-events-text-css-transform-expected.png:
+ * platform/qt/svg/custom/pointer-events-text-expected.png:
+ * platform/qt/svg/custom/poly-identify-expected.png:
+ * platform/qt/svg/custom/polyline-hittest-expected.png:
+ * platform/qt/svg/custom/polyline-invalid-points-expected.png:
+ * platform/qt/svg/custom/relative-sized-content-with-resources-expected.png:
+ * platform/qt/svg/custom/rootelement-expected.png:
+ * platform/qt/svg/custom/rootmost-svg-xy-attrs-expected.png:
+ * platform/qt/svg/custom/second-inline-text-expected.png:
+ * platform/qt/svg/custom/shape-rendering-expected.png:
+ * platform/qt/svg/custom/sheet-title-expected.png:
+ * platform/qt/svg/custom/stroke-fallback-expected.png:
+ * platform/qt/svg/custom/svg-float-border-padding-expected.png:
+ * platform/qt/svg/custom/svg-fonts-in-html-expected.png:
+ * platform/qt/svg/custom/svg-fonts-segmented-expected.png:
+ * platform/qt/svg/custom/svg-fonts-without-missing-glyph-expected.png:
+ * platform/qt/svg/custom/svgpolyparser-extra-space-expected.png:
+ * platform/qt/svg/custom/text-dom-01-f-expected.png:
+ * platform/qt/svg/custom/text-filter-expected.png:
+ * platform/qt/svg/custom/text-hit-test-expected.png:
+ * platform/qt/svg/custom/text-letter-spacing-expected.png:
+ * platform/qt/svg/custom/text-linking-expected.png:
+ * platform/qt/svg/custom/text-whitespace-handling-expected.png:
+ * platform/qt/svg/custom/text-x-dx-lists-expected.png:
+ * platform/qt/svg/custom/text-x-dy-lists-expected.png:
+ * platform/qt/svg/custom/text-x-override-in-tspan-child-expected.png:
+ * platform/qt/svg/custom/transform-removeAttributeNS-expected.png:
+ * platform/qt/svg/custom/transform-scale-parse-expected.png:
+ * platform/qt/svg/custom/use-clipped-transform-expected.png:
+ * platform/qt/svg/custom/use-dynamic-append-expected.png:
+ * platform/qt/svg/custom/use-font-face-crash-expected.png:
+ * platform/qt/svg/custom/use-nested-transform-expected.png:
+ * platform/qt/svg/custom/use-on-clip-path-with-transformation-expected.png:
+ * platform/qt/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png:
+ * platform/qt/svg/custom/use-on-g-containing-symbol-expected.png:
+ * platform/qt/svg/custom/use-on-g-containing-use-expected.png:
+ * platform/qt/svg/custom/use-on-g-expected.png:
+ * platform/qt/svg/custom/use-on-rect-expected.png:
+ * platform/qt/svg/custom/use-on-symbol-expected.png:
+ * platform/qt/svg/custom/use-on-text-expected.png:
+ * platform/qt/svg/custom/use-on-use-expected.png:
+ * platform/qt/svg/custom/use-transform-expected.png:
+ * platform/qt/svg/custom/viewport-no-width-height-expected.png:
+ * platform/qt/svg/custom/viewport-update-expected.png:
+ * platform/qt/svg/custom/visibility-override-clip-expected.png:
+ * platform/qt/svg/custom/visibility-override-expected.png:
+ * platform/qt/svg/custom/visibility-override-mask-expected.png:
+ * platform/qt/svg/custom/width-full-percentage-expected.png:
+ * platform/qt/svg/custom/xml-stylesheet-expected.png:
+ * platform/qt/svg/dom/SVGLengthList-insertItemBefore-expected.png:
+ * platform/qt/svg/dom/SVGPathSegList-cloning-expected.png:
+ * platform/qt/svg/filters/animate-fill-expected.png: Copied from LayoutTests/platform/qt/tables/mozilla/bugs/bug219693-1-expected.png.
+ * platform/qt/svg/filters/big-sized-filter-expected.png:
+ * platform/qt/svg/filters/feColorMatrix-offset-expected.png:
+ * platform/qt/svg/filters/feColorMatrix-saturate-expected.png:
+ * platform/qt/svg/filters/feDropShadow-subregion-expected.png: Copied from LayoutTests/platform/qt/tables/mozilla/bugs/bug219693-1-expected.png.
+ * platform/qt/svg/filters/feGaussianBlur-subregion-expected.png: Copied from LayoutTests/platform/qt/tables/mozilla/bugs/bug219693-1-expected.png.
+ * platform/qt/svg/filters/filter-empty-g-expected.png:
+ * platform/qt/svg/filters/filter-on-filter-for-text-expected.png:
+ * platform/qt/svg/filters/filter-on-tspan-expected.png:
+ * platform/qt/svg/filters/filter-placement-issue-expected.png:
+ * platform/qt/svg/filters/filter-source-position-expected.png:
+ * platform/qt/svg/filters/filterRes2-expected.png:
+ * platform/qt/svg/foreignObject/clip-expected.png: Copied from LayoutTests/platform/qt/svg/custom/transform-scale-parse-expected.png.
+ * platform/qt/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.png:
+ * platform/qt/svg/foreignObject/filter-expected.png: Copied from LayoutTests/platform/qt/svg/custom/transform-scale-parse-expected.png.
+ * platform/qt/svg/foreignObject/mask-expected.png: Copied from LayoutTests/platform/qt/svg/custom/transform-scale-parse-expected.png.
+ * platform/qt/svg/foreignObject/svg-document-as-direct-child-expected.png:
+ * platform/qt/svg/foreignObject/svg-document-in-html-document-expected.png:
+ * platform/qt/svg/hixie/cascade/001-broken-expected.png:
+ * platform/qt/svg/hixie/error/012-expected.png:
+ * platform/qt/svg/hixie/error/013-expected.png:
+ * platform/qt/svg/hixie/links/001-expected.png:
+ * platform/qt/svg/hixie/mixed/003-expected.png:
+ * platform/qt/svg/hixie/shapes/path/001-expected.png:
+ * platform/qt/svg/hixie/text/001-expected.png:
+ * platform/qt/svg/hixie/text/003-expected.png:
+ * platform/qt/svg/hixie/transform/001-expected.png:
+ * platform/qt/svg/hixie/viewbox/preserveAspectRatio/001-expected.png:
+ * platform/qt/svg/hixie/viewbox/preserveAspectRatio/002-expected.png:
+ * platform/qt/svg/text/bidi-embedded-direction-expected.png:
+ * platform/qt/svg/text/kerning-expected.png:
+ * platform/qt/svg/text/scaled-font-expected.png:
+ * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.png:
+ * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.png:
+ * platform/qt/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.png:
+ * platform/qt/svg/text/small-fonts-in-html5-expected.png:
+ * platform/qt/svg/text/text-align-04-b-expected.png:
+ * platform/qt/svg/text/text-align-05-b-expected.png:
+ * platform/qt/svg/text/text-deco-01-b-expected.png:
+ * platform/qt/svg/text/text-path-middle-align-expected.png:
+ * platform/qt/svg/text/text-text-04-t-expected.png:
+ * platform/qt/svg/text/text-text-06-t-expected.png:
+ * platform/qt/svg/text/text-text-07-t-expected.png:
+ * platform/qt/svg/text/textPathBoundsBug-expected.png:
+ * platform/qt/svg/wicd/rightsizing-grid-expected.png:
+ * platform/qt/svg/wicd/test-rightsizing-a-expected.png:
+ * platform/qt/svg/wicd/test-rightsizing-b-expected.png:
+ * platform/qt/svg/wicd/test-scalable-background-image1-expected.png:
+ * platform/qt/svg/wicd/test-scalable-background-image2-expected.png:
+ * platform/qt/svg/zoom/page/zoom-background-image-tiled-expected.png:
+ * platform/qt/svg/zoom/page/zoom-coords-viewattr-01-b-expected.png:
+ * platform/qt/svg/zoom/page/zoom-hixie-mixed-008-expected.png:
+ * platform/qt/svg/zoom/page/zoom-hixie-rendering-model-004-expected.png:
+ * platform/qt/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
+ * platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.png:
+ * platform/qt/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png:
+ * platform/qt/svg/zoom/page/zoom-svg-as-object-expected.png:
+ * platform/qt/svg/zoom/page/zoom-svg-float-border-padding-expected.png:
+ * platform/qt/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
+ * platform/qt/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
+ * platform/qt/svg/zoom/text/zoom-hixie-mixed-008-expected.png:
+ * platform/qt/svg/zoom/text/zoom-hixie-rendering-model-004-expected.png:
+ * platform/qt/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
+ * platform/qt/tables/layering/paint-test-layering-1-expected.png:
+ * platform/qt/tables/layering/paint-test-layering-2-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug101201-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug102145-1-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug102145-2-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug102145-3-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug102145-4-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug10269-1-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug10296-1-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug10296-2-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug103533-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug1055-1-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug106158-1-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug106795-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug106816-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug109043-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug11321-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug113235-2-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug113235-3-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug11384q-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug11384s-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug1163-1-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug1188-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug11944-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug119786-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug1224-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug12709-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug127267-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug128229-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug131020-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug131020_iframe-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug13118-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug1318-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug13196-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug133756-2-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug133948-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug137388-1-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug139524-2-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug14159-1-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug14929-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug15247-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug154780-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug157890-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug15933-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug16012-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug16252-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug17138-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug17587-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug1800-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug1802-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug1802s-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug1818-1-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug1818-2-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug1818-4-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug18359-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug18664-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug18955-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug19061-1-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug19061-2-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug194024-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug19599-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug2050-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug20579-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug20804-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug21299-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug215629-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug219693-1-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug219693-2-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug221784-1-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug221784-2-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug222846-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug2267-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug23072-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug23299-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug24627-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug2469-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug2479-2-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug24880-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug25074-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug25086-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug2509-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug25367-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug25663-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug2684-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug27038-2-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug27038-3-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug2773-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug2886-2-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug28928-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug29058-3-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug29429-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug2981-1-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug2981-2-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug2997-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug3037-1-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug3037-2-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug30418-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug30559-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug30692-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug3103-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug32205-2-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug32205-3-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug32447-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug3260-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug32841-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug3309-1-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug3309-2-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug34538-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug3454-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug3681-1-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug3681-2-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug38916-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug3977-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug41890-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug42187-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug4284-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug43039-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug4382-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug43854-1-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug43854-2-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug4427-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug45055-2-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug4523-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug45350-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug45486-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug46268-1-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug46268-2-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug46268-5-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug46268-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug46368-1-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug46368-2-expected.png:
+
+2013-03-26 Ádám Kallai <kadam@inf.u-szeged.hu>
+
+ [Qt] Unreviewed gardneing. Unskipped and Updated inspector tests after r146863.
+
+ * platform/qt/TestExpectations:
+ * platform/qt/inspector/console/console-eval-syntax-error-expected.txt: Added.
+ * platform/qt/inspector/debugger/debugger-pause-in-eval-script-expected.txt: Added.
+ * platform/qt/inspector/extensions/extensions-eval-expected.txt: Added.
+
+2013-03-26 Zoltan Arvai <zarvai@inf.u-szeged.hu>
+
+ [Qt] Unreviewed gardening. Rebaselining. Making pixel test bot happier after r146206.
+
+ * platform/qt/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/color-prof-01-f-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/color-prop-02-f-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/color-prop-03-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/coords-units-02-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/coords-units-03-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/filters-light-04-f-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/interact-dom-01-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/linking-a-01-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/linking-a-02-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/linking-a-03-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/linking-a-07-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/masking-path-05-f-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/painting-fill-01-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/painting-fill-04-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/painting-fill-05-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/paths-data-01-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/paths-data-05-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/paths-data-07-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/paths-data-09-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/paths-data-12-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/paths-data-13-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/paths-data-14-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/paths-data-15-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/render-elems-01-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/render-elems-02-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/render-elems-03-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/render-elems-06-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/render-elems-07-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/render-elems-08-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/script-handle-01-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/script-handle-02-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/script-handle-03-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/shapes-line-01-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/struct-cond-01-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/struct-defs-01-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/struct-dom-02-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/struct-dom-03-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/struct-frag-03-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/struct-frag-04-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/struct-group-01-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/struct-group-02-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/struct-group-03-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/struct-image-01-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/struct-image-03-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/struct-image-04-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/struct-image-05-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/struct-image-07-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/struct-image-08-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/struct-image-09-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/struct-use-01-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/struct-use-03-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/struct-use-05-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/styling-css-01-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/styling-css-02-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/styling-css-03-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/styling-css-04-f-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/styling-css-05-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/styling-css-06-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/styling-pres-01-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/text-align-08-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/text-fonts-03-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/text-intro-01-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/text-intro-02-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/text-intro-03-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/text-intro-04-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/text-text-04-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/text-text-05-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/text-text-06-t-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
+ * platform/qt/svg/W3C-SVG-1.1/text-tref-01-b-expected.png:
+ * platform/qt/svg/as-background-image/animated-svg-as-background-expected.png:
+ * platform/qt/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
+ * platform/qt/svg/as-background-image/same-image-two-instances-background-image-expected.png:
+ * platform/qt/svg/as-background-image/svg-as-background-with-relative-size-expected.png:
+ * platform/qt/svg/as-border-image/svg-as-border-image-2-expected.png:
+ * platform/qt/svg/as-border-image/svg-as-border-image-expected.png:
+ * platform/qt/svg/as-image/image-respects-pageScaleFactor-expected.png:
+ * platform/qt/svg/as-image/same-image-two-instances-expected.png:
+ * platform/qt/svg/batik/filters/feTile-expected.png:
+ * platform/qt/svg/batik/paints/patternRegions-expected.png:
+ * platform/qt/svg/batik/paints/patternRegions-positioned-objects-expected.png:
+ * platform/qt/svg/batik/text/textEffect-expected.png:
+ * platform/qt/svg/batik/text/textEffect3-expected.png:
+ * platform/qt/svg/batik/text/textLayout-expected.png:
+ * platform/qt/svg/batik/text/textOnPath3-expected.png:
+ * platform/qt/svg/batik/text/textStyles-expected.png:
+ * platform/qt/svg/batik/text/xmlSpace-expected.png:
+ * platform/qt/svg/clip-path/clip-in-mask-expected.png:
+ * platform/qt/svg/clip-path/clip-in-mask-objectBoundingBox-expected.png:
+ * platform/qt/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.png:
+ * platform/qt/svg/clip-path/clip-path-childs-clipped-expected.png:
+ * platform/qt/svg/clip-path/clip-path-clipped-evenodd-twice-expected.png:
+ * platform/qt/svg/clip-path/clip-path-clipped-expected.png:
+ * platform/qt/svg/clip-path/clip-path-clipped-nonzero-expected.png:
+ * platform/qt/svg/clip-path/clip-path-css-transform-1-expected.png:
+ * platform/qt/svg/clip-path/clip-path-css-transform-2-expected.png:
+ * platform/qt/svg/clip-path/clip-path-objectBoundingBox-expected.png:
+ * platform/qt/svg/clip-path/clip-path-on-clipped-use-expected.png:
+ * platform/qt/svg/clip-path/clip-path-on-g-and-child-expected.png:
+ * platform/qt/svg/clip-path/clip-path-on-g-expected.png:
+ * platform/qt/svg/clip-path/clip-path-on-svg-and-child-expected.png:
+ * platform/qt/svg/clip-path/clip-path-on-svg-expected.png:
+ * platform/qt/svg/clip-path/clip-path-recursive-call-by-child-expected.png:
+ * platform/qt/svg/clip-path/clip-path-recursive-call-expected.png:
+ * platform/qt/svg/clip-path/clip-path-transform-1-expected.png:
+ * platform/qt/svg/clip-path/clip-path-transform-2-expected.png:
+ * platform/qt/svg/clip-path/clip-path-use-as-child-expected.png:
+ * platform/qt/svg/clip-path/clip-path-userSpaceOnUse-expected.png:
+ * platform/qt/svg/clip-path/clip-path-with-different-unittypes-expected.png:
+ * platform/qt/svg/clip-path/clip-path-with-different-unittypes2-expected.png:
+ * platform/qt/svg/clip-path/nested-clip-in-mask-image-based-clipping-expected.png:
+ * platform/qt/svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping-expected.png:
+ * platform/qt/svg/clip-path/nested-clip-in-mask-path-based-clipping-expected.png:
+ * platform/qt/svg/css/css-box-min-width-expected.png:
+ * platform/qt/svg/css/group-with-shadow-expected.png:
+ * platform/qt/svg/css/mask-with-shadow-expected.png:
+ * platform/qt/svg/css/path-gradient-stroke-shadow-expected.png:
+ * platform/qt/svg/css/rect-gradient-stroke-shadow-expected.png:
+ * platform/qt/svg/custom/SVGMatrix-interface-expected.png:
+ * platform/qt/svg/custom/SVGNumber-interface-expected.png:
+ * platform/qt/svg/custom/SVGPoint-interface-expected.png:
+ * platform/qt/svg/custom/SVGRect-interface-expected.png:
+ * platform/qt/svg/custom/alignment-baseline-modes-expected.png:
+ * platform/qt/svg/custom/bug45331-expected.png:
+ * platform/qt/svg/custom/circular-marker-reference-2-expected.png:
+ * platform/qt/svg/custom/class-baseValue-expected.png:
+ * platform/qt/svg/custom/clip-mask-negative-scale-expected.png:
+ * platform/qt/svg/custom/clip-path-referencing-use-expected.png:
+ * platform/qt/svg/custom/clip-path-with-transform-expected.png:
+ * platform/qt/svg/custom/conditional-processing-outside-switch-expected.png:
+ * platform/qt/svg/custom/container-opacity-clip-viewBox-expected.png:
+ * platform/qt/svg/custom/control-points-for-S-and-T-expected.png:
+ * platform/qt/svg/custom/convolution-crash-expected.png:
+ * platform/qt/svg/custom/create-metadata-element-expected.png:
+ * platform/qt/svg/custom/createelement-expected.png:
+ * platform/qt/svg/custom/display-none-expected.png:
+ * platform/qt/svg/custom/dominant-baseline-hanging-expected.png:
+ * platform/qt/svg/custom/dominant-baseline-modes-expected.png:
+ * platform/qt/svg/custom/dynamic-svg-document-creation-expected.png:
+ * platform/qt/svg/custom/embedding-external-svgs-expected.png:
+ * platform/qt/svg/custom/empty-clip-path-expected.png:
+ * platform/qt/svg/custom/evt-onload-expected.png:
+ * platform/qt/svg/custom/fill-SVGPaint-interface-expected.png:
+ * platform/qt/svg/custom/fill-fallback-expected.png:
+ * platform/qt/svg/custom/fill-update-expected.png:
+ * platform/qt/svg/custom/fractional-rects-expected.png:
+ * platform/qt/svg/custom/getPresentationAttribute-expected.png:
+ * platform/qt/svg/custom/getscreenctm-in-mixed-content-expected.png:
+ * platform/qt/svg/custom/getsvgdocument-expected.png:
+ * platform/qt/svg/custom/gradient-attr-update-expected.png:
+ * platform/qt/svg/custom/gradient-cycle-detection-expected.png:
+ * platform/qt/svg/custom/gradient-rotated-bbox-expected.png:
+ * platform/qt/svg/custom/gradient-stop-corner-cases-expected.png:
+ * platform/qt/svg/custom/group-opacity-expected.png:
+ * platform/qt/svg/custom/hit-test-with-br-expected.png:
+ * platform/qt/svg/custom/image-parent-translation-expected.png:
+ * platform/qt/svg/custom/image-rescale-scroll-expected.png:
+ * platform/qt/svg/custom/image-with-aspect-ratio-stretch-expected.png:
+ * platform/qt/svg/custom/image-with-transform-clip-filter-expected.png:
+ * platform/qt/svg/custom/inner-svg-hit-test-expected.png:
+ * platform/qt/svg/custom/invalid-fill-expected.png:
+ * platform/qt/svg/custom/invalid-fill-hex-expected.png:
+ * platform/qt/svg/custom/invalid-lengthlist-expected.png:
+ * platform/qt/svg/custom/invalid-stroke-hex-expected.png:
+ * platform/qt/svg/custom/invalid-uri-stroke-expected.png:
+ * platform/qt/svg/custom/invisible-text-after-scrolling-expected.png:
+ * platform/qt/svg/custom/junk-data-expected.png:
+ * platform/qt/svg/custom/large-bounding-box-percents-expected.png:
+ * platform/qt/svg/custom/linking-a-03-b-transform-expected.png:
+ * platform/qt/svg/custom/linking-a-03-b-viewBox-expected.png:
+ * platform/qt/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
+ * platform/qt/svg/custom/linking-uri-01-b-expected.png:
+ * platform/qt/svg/custom/marker-changes-expected.png:
+ * platform/qt/svg/custom/marker-empty-path-expected.png:
+ * platform/qt/svg/custom/mask-changes-expected.png:
+
+2013-03-26 Arpita Bahuguna <a.bah@samsung.com>
+
+ Unable to insert a paragraph in between some text whose previous sibling is a non-editable block.
+ https://bugs.webkit.org/show_bug.cgi?id=113007
+
+ Reviewed by Ryosuke Niwa.
+
+ * editing/inserting/insert-paragraph-between-text-expected.txt: Added.
+ * editing/inserting/insert-paragraph-between-text.html: Added.
+ Added a layout test case for verifying the behavior when trying
+ to insert a line break between an editable text with a non-editable
+ block as it's previous sibling.
+
+2013-03-26 Rijubrata Bhaumik <rijubrata.bhaumik@intel.com>
+
+ [EFL] Enable IndexedDB by default
+ https://bugs.webkit.org/show_bug.cgi?id=107248
+
+ Reviewed by Laszlo Gombos.
+
+ * platform/efl/TestExpectations:
+ Unskip the tests now that IndexDB is enabled (except the ones
+ that actually fail).
+
+2013-03-26 Ádám Kallai <kadam@inf.u-szeged.hu>
+
+ [Qt] Unreviewed gardening.
+
+ * platform/qt/TestExpectations: Skipped some failing tests.
+ * platform/qt/css3/filters/effect-reference-expected.png: Updated after r146779.
+ * platform/qt/css3/filters/effect-reference-expected.txt: Update after r146779.
+
+2013-03-26 Zoltan Arvai <zarvai@inf.u-szeged.hu>
+
+ [Qt] Unreviewed gardening. Rebaselining after r146814.
+
+ * platform/qt-5.0-wk1/compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt:
+ * platform/qt-5.0-wk1/compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
+ * platform/qt-5.0-wk1/compositing/geometry/limit-layer-bounds-opacity-transition-expected.txt:
+ * platform/qt-5.0-wk1/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt:
+ * platform/qt-5.0-wk1/compositing/geometry/limit-layer-bounds-positioned-expected.txt:
+ * platform/qt-5.0-wk1/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt:
+ * platform/qt-5.0-wk1/compositing/geometry/limit-layer-bounds-transformed-expected.txt:
+ * platform/qt-5.0-wk1/compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt:
+ * platform/qt-5.0-wk1/compositing/layer-creation/scroll-partial-update-expected.txt:
+
+2013-03-26 Zan Dobersek <zdobersek@igalia.com>
+
+ Unreviewed GTK gardening.
+
+ * platform/gtk/TestExpectations: Adjusting expectation for inspector/debugger/live-edit-breakpoints.html after r146840.
+ * platform/gtk/fast/text/international/khmer-selection-expected.txt: Rebaselining after r146778.
+ * platform/gtk/http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-basics-expected.txt: Rebaselining
+ after r146763.
+
+2013-03-26 Mihnea Ovidenie <mihnea@adobe.com>
+
+ [CSSRegions]: Crash accessing offsetParent for contentNodes inside a flow thread
+ https://bugs.webkit.org/show_bug.cgi?id=112730
+
+ Reviewed by Levi Weintraub.
+
+ * fast/regions/offsetParent-in-flow-thread-expected.txt: Added.
+ * fast/regions/offsetParent-in-flow-thread.html: Added.
+
+2013-03-26 Yury Semikhatsky <yurys@chromium.org>
+
+ Unreviewed. Rebaseline fast/canvas/canvas-toDataURL-webp.html
+
+ * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-toDataURL-webp-expected.png:
+ * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-toDataURL-webp-expected.png:
+
+2013-03-22 Hajime Morrita <morrita@google.com>
+
+ Listening touch events on ShadowRoot can crash.
+ https://bugs.webkit.org/show_bug.cgi?id=113035
+
+ Reviewed by Kentaro Hara.
+
+ * fast/dom/shadow/shadow-root-touch-listener-crash-expected.txt: Added.
+ * fast/dom/shadow/shadow-root-touch-listener-crash.html: Added.
+
2013-03-25 James Robinson <jamesr@chromium.org>
+ Update a few more chromium compositor baselines.
+
+ * platform/chromium-linux/compositing/iframes/become-overlapped-iframe-expected.txt: Added.
+ * platform/chromium-mac-lion/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png:
+ * platform/chromium-mac-snowleopard/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png:
+ * platform/chromium-mac/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png:
+ * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-expected.png:
+ * platform/chromium/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt: Removed.
+
+2013-03-25 Noel Gordon <noel.gordon@gmail.com>
+
+ [chromium] Rebaseline canvas-toDataURL-webp test expectations
+ https://bugs.webkit.org/show_bug.cgi?id=93310
+
+ Unreviewed test expectations update.
+
+ * platform/chromium-mac/fast/canvas/canvas-toDataURL-webp-expected.png:
+ * platform/chromium-win/fast/canvas/canvas-toDataURL-webp-expected.png:
+ * platform/chromium/TestExpectations:
+
+2013-03-25 Kent Tamura <tkent@chromium.org>
+
+ Rename ENABLE_INPUT_TYPE_DATETIME
+ https://bugs.webkit.org/show_bug.cgi?id=113254
+
+ Reviewed by Kentaro Hara.
+
+ Rename ENABLE_INPUT_TYPE_DATETIME to ENABLE_INPUT_TYPE_DATETIME_INCOMPLETE.
+ Actually I'd like to remove the code, but we shouldn't remove it yet
+ because we shipped products with it on some platforms.
+
+ * platform/chromium/TestExpectations:
+
+2013-03-25 Ryosuke Niwa <rniwa@webkit.org>
+
+ REGRESSION(r146657): NRWT shouldn't report image only failures when pixel tests are disabled
+ https://bugs.webkit.org/show_bug.cgi?id=113261
+
+ Reviewed by Dirk Pranke.
+
+ Fixed the bug by treating ['TEXT', 'IMAGE'] as a flaky pass when the pixel tests is disabled
+ since the second token implies that we've forced pixel tests in retry and didn't have text failures.
+
+ * fast/harness/resources/results-test.js:
+ * fast/harness/results.html:
+ * fast/harness/results-expected.txt:
+
+2013-03-25 Tony Chang <tony@chromium.org>
+
+ Unreviewed, update Efl test expectations to mark new test as failing.
+ Efl doesn't implement the Pasteboard class.
+
+ * platform/efl/TestExpectations: Mark editing/pasteboard/copy-image-with-alt-text.html as failing
+
+2013-03-25 James Robinson <jamesr@chromium.org>
+
Update more expectations and baselines for r146826
* platform/chromium-linux-x86/compositing/iframes/scrolling-iframe-expected.txt: Copied from LayoutTests/platform/chromium-linux/compositing/iframes/scrolling-iframe-expected.txt.
« no previous file with comments | « no previous file | LayoutTests/editing/pasteboard/paste-noscript.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698