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

Unified Diff: LayoutTests/ChangeLog

Side-by-side diff isn't available for this file because of its large size.
Issue 10824152: Merge 123798 - Guard Prerenderer against inserting prerenders into detached documents. (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1180/
Patch Set: Created 8 years, 4 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/fast/dom/HTMLLinkElement/prerender-insert-after-stop.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/ChangeLog
===================================================================
--- LayoutTests/ChangeLog (revision 124493)
+++ LayoutTests/ChangeLog (working copy)
@@ -1,3 +1,5771 @@
+2012-07-26 Gavin Peters <gavinp@chromium.org>
+
+ Guard Prerenderer against inserting prerenders into detached documents.
+ https://bugs.webkit.org/show_bug.cgi?id=92401
+
+ Reviewed by Adam Barth.
+
+ If the document is detached, we should just not launch a prerender.
+
+ * fast/dom/HTMLLinkElement/prerender-insert-after-stop-expected.txt: Added.
+ * fast/dom/HTMLLinkElement/prerender-insert-after-stop.html: Added.
+ * fast/dom/HTMLLinkElement/resources/empty2.html: Added.
+
+2012-07-26 Andrew Wilson <atwilson@chromium.org>
+
+ Unreviewed chromium expectations change to fix lint err.
+
+ * platform/chromium/TestExpectations:
+
+2012-07-26 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r123525.
+ http://trac.webkit.org/changeset/123525
+ https://bugs.webkit.org/show_bug.cgi?id=92421
+
+ it needed to be rolled out after r123779 too (Requested by
+ jchaffraix on #webkit).
+
+ * fast/table/crash-table-section-layoutRows-expected.txt: Removed.
+ * fast/table/crash-table-section-layoutRows.html: Removed.
+
+2012-07-26 Pravin D <pravind.2k4@gmail.com>
+
+ Outline is always painted on the first table row regardless of the row it's set on
+ https://bugs.webkit.org/show_bug.cgi?id=92389
+
+ Reviewed by Eric Seidel.
+
+ * fast/table/table-row-outline-paint.html: Added.
+ * platform/chromium-linux/fast/table/table-row-outline-paint-expected.png: Added.
+ * platform/chromium-linux/fast/table/table-row-outline-paint-expected.txt: Added.
+ Paint phase issue.
+
+2012-07-26 Andrew Wilson <atwilson@chromium.org>
+
+ Unreviewed chromium expectations change to mark inspector tests as SLOW.
+
+ * platform/chromium/TestExpectations:
+
+2012-07-26 Emil A Eklund <eae@chromium.org>
+
+ Unreviewed chromium mac/win rebaseline post r123782.
+
+ * css2.1/t080301-c411-vt-mrgn-00-b-expected.txt: Added.
+ * platform/chromium-mac-snowleopard/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt: Added.
+ * platform/chromium-mac-snowleopard/svg/custom/svg-fonts-in-html-expected.png:
+ * platform/chromium-mac/svg/custom/svg-fonts-in-html-expected.png:
+ * platform/chromium-mac/svg/custom/svg-fonts-in-html-expected.txt:
+ * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.png:
+ * platform/efl/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt: Removed.
+ * platform/gtk/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt: Removed.
+
+2012-07-25 Ryosuke Niwa <rniwa@webkit.org>
+
+ Href attribute with javascript protocol is stripped when content is pasted into a XML doucment
+ https://bugs.webkit.org/show_bug.cgi?id=92310
+
+ Reviewed by Adam Barth.
+
+ Rebaseline a test that catches this bug.
+
+ * editing/pasteboard/paste-noscript-xhtml-expected.txt:
+
+2012-07-26 Dan Bernstein <mitz@apple.com>
+
+ <svg> element with no intrinsic size and max-width gets sized incorrectly
+ https://bugs.webkit.org/show_bug.cgi?id=92410
+
+ Reviewed by Dean Jackson.
+
+ * svg/css/max-width-2-expected.html: Added.
+ * svg/css/max-width-2.html: Added.
+
+2012-07-26 Tony Chang <tony@chromium.org>
+
+ Regression: r123696 made css3/flexbox tests failing
+ https://bugs.webkit.org/show_bug.cgi?id=92352
+
+ Reviewed by Levi Weintraub.
+
+ Skip css3/flexbox/flex-rounding.html on ports that don't enable subpixel layout.
+
+ * platform/efl/TestExpectations:
+ * platform/gtk/TestExpectations:
+ * platform/mac/Skipped:
+ * platform/qt/Skipped:
+
+2012-07-26 Emil A Eklund <eae@chromium.org>
+
+ Contained div with right 0 sometimes overlaps parent div
+ https://bugs.webkit.org/show_bug.cgi?id=91521
+
+ Reviewed by Levi Weintraub.
+
+ Add test for elements positioned based on the right edge and update two
+ existing tests that where affected by the rounding.
+
+ * fast/sub-pixel/position-right-aligns-with-container-expected.html: Added.
+ * fast/sub-pixel/position-right-aligns-with-container.html: Added.
+ * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.png:
+ * platform/chromium-win/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
+ * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.txt:
+ * platform/mac-lion/Skipped:
+ * platform/mac-snowleopard/Skipped:
+ * platform/mac-wk2/Skipped:
+ * platform/mac/Skipped:
+ * platform/qt-4.8/Skipped:
+ * platform/qt-5.0-wk2/Skipped:
+ * platform/qt/Skipped:
+ * platform/win-wk2/Skipped:
+ * platform/win-xp/Skipped:
+ * platform/win/Skipped:
+ * platform/wincairo/Skipped:
+ * platform/wk2/Skipped:
+ Mark new subpixel test as skipped on platforms that do not enable
+ subpixel layout.
+
+2012-07-26 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r123159, r123165, r123168, r123492,
+ and r123650.
+ http://trac.webkit.org/changeset/123159
+ http://trac.webkit.org/changeset/123165
+ http://trac.webkit.org/changeset/123168
+ http://trac.webkit.org/changeset/123492
+ http://trac.webkit.org/changeset/123650
+ https://bugs.webkit.org/show_bug.cgi?id=92406
+
+ allowing inline-table anonymous wrappers is a bad idea due to
+ tons of corner cases that should be properly handled
+ (Requested by jchaffraix on #webkit).
+
+ * css2.1/20110323/inline-table-002b-expected.htm: Removed.
+ * css2.1/20110323/inline-table-002b.html: Removed.
+ * fast/dynamic/insert-before-table-part-in-continuation-expected.txt: Removed.
+ * fast/table/inline-block-generates-table-wrapper-expected.html: Removed.
+ * fast/table/inline-block-generates-table-wrapper.html: Removed.
+ * fast/table/inline-table-in-continuation-expected.html: Removed.
+ * fast/table/inline-table-in-continuation.html: Removed.
+ * fast/table/inline-table-with-caption-expected.html: Removed.
+ * fast/table/inline-table-with-caption.html: Removed.
+ * platform/chromium-linux/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
+ * platform/chromium-mac-snowleopard/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
+ * platform/chromium-mac/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
+ * platform/chromium-win/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
+ * platform/chromium-win/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
+ * platform/chromium-win/tables/mozilla/bugs/bug3037-1-expected.txt:
+ * platform/efl/fast/dynamic/insert-before-table-part-in-continuation-expected.txt: Added.
+ * platform/efl/tables/mozilla/bugs/bug3037-1-expected.txt: Renamed from LayoutTests/tables/mozilla/bugs/bug3037-1-expected.txt.
+ * platform/gtk/fast/dynamic/insert-before-table-part-in-continuation-expected.txt: Added.
+ * platform/gtk/tables/mozilla/bugs/bug3037-1-expected.txt:
+ * platform/mac-wk2/fast/dynamic/insert-before-table-part-in-continuation-expected.txt: Removed.
+ * platform/mac-wk2/mathml/msub-anonymous-child-render-crash-expected.txt: Removed.
+ * platform/mac-wk2/tables/mozilla/bugs/bug3037-1-expected.txt: Removed.
+ * platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
+ * platform/mac/tables/mozilla/bugs/bug3037-1-expected.txt:
+
+2012-07-26 Mike Reed <reed@google.com>
+
+ expectations change for skia rev. 4771
+ https://bugs.webkit.org/show_bug.cgi?id=92402
+
+ Reviewed by NOBODY : expectations change only
+
+ * platform/chromium/TestExpectations:
+
+2012-07-26 Olivier Blin <olivier.blin@softathome.com>
+
+ Add FastMalloc statistics in window.internals
+ https://bugs.webkit.org/show_bug.cgi?id=91274
+
+ Reviewed by Ryosuke Niwa.
+
+ * fast/harness/fastmallocstatistics-object-expected.txt: Added.
+ * fast/harness/fastmallocstatistics-object.html: Added.
+
+2012-07-26 Luciano Wolf <luciano.wolf@openbossa.org>
+
+ [Qt] css3/filters, editing/undo, fast/block/lineboxcontain, fast/js and tables/layering tests need update after rebaseline and new testfonts
+ https://bugs.webkit.org/show_bug.cgi?id=92292
+
+ Reviewed by Alexis Menard.
+
+ * platform/qt-5.0/Skipped:
+ * platform/qt/css3/filters/effect-blur-expected.txt:
+ * platform/qt/css3/filters/effect-blur-hw-expected.txt:
+ * platform/qt/css3/filters/regions-expanding-expected.txt:
+ * platform/qt/editing/undo/5378473-expected.txt:
+ * platform/qt/editing/undo/undo-misspellings-expected.txt:
+ * platform/qt/fast/block/lineboxcontain/inline-box-expected.png:
+ * platform/qt/fast/block/lineboxcontain/inline-box-expected.txt:
+ * platform/qt/fast/block/lineboxcontain/inline-box-vertical-expected.png:
+ * platform/qt/fast/block/lineboxcontain/inline-box-vertical-expected.txt:
+ * platform/qt/fast/block/lineboxcontain/inline-replaced-expected.png:
+ * platform/qt/fast/block/lineboxcontain/inline-replaced-expected.txt:
+ * platform/qt/fast/block/lineboxcontain/none-expected.png:
+ * platform/qt/fast/block/lineboxcontain/none-expected.txt:
+ * platform/qt/fast/block/lineboxcontain/parsing-invalid-expected.png:
+ * platform/qt/fast/block/lineboxcontain/parsing-invalid-expected.txt:
+ * platform/qt/fast/block/lineboxcontain/replaced-expected.png:
+ * platform/qt/fast/block/lineboxcontain/replaced-expected.txt:
+
+2012-07-26 Chris Fleizach <cfleizach@apple.com>
+
+ WebKit should expose @title as label (AXTitle or AXDescription) sometimes instead of AXHelp, according to the ARIA text alt computation
+ https://bugs.webkit.org/show_bug.cgi?id=91911
+
+ Reviewed by Anders Carlsson.
+
+ * platform/mac/accessibility/title-attribute-used-as-last-resort-expected.txt: Added.
+ * platform/mac/accessibility/title-attribute-used-as-last-resort.html: Added.
+
+2012-07-26 Olivier Blin <olivier.blin@softathome.com>
+
+ Add FastMalloc statistics in window.internals
+ https://bugs.webkit.org/show_bug.cgi?id=91274
+
+ Reviewed by Ryosuke Niwa.
+
+ * fast/harness/fastmallocstatistics-object-expected.txt: Added.
+ * fast/harness/fastmallocstatistics-object.html: Added.
+
+2012-07-26 Luciano Wolf <luciano.wolf@openbossa.org>
+
+ [Qt] css3/filters, editing/undo, fast/block/lineboxcontain, fast/js and tables/layering tests need update after rebaseline and new testfonts
+ https://bugs.webkit.org/show_bug.cgi?id=92292
+
+ Reviewed by Alexis Menard.
+
+ * platform/qt-5.0/Skipped:
+ * platform/qt/css3/filters/effect-blur-expected.txt:
+ * platform/qt/css3/filters/effect-blur-hw-expected.txt:
+ * platform/qt/css3/filters/regions-expanding-expected.txt:
+ * platform/qt/editing/undo/5378473-expected.txt:
+ * platform/qt/editing/undo/undo-misspellings-expected.txt:
+ * platform/qt/fast/block/lineboxcontain/inline-box-expected.png:
+ * platform/qt/fast/block/lineboxcontain/inline-box-expected.txt:
+ * platform/qt/fast/block/lineboxcontain/inline-box-vertical-expected.png:
+ * platform/qt/fast/block/lineboxcontain/inline-box-vertical-expected.txt:
+ * platform/qt/fast/block/lineboxcontain/inline-replaced-expected.png:
+ * platform/qt/fast/block/lineboxcontain/inline-replaced-expected.txt:
+ * platform/qt/fast/block/lineboxcontain/none-expected.png:
+ * platform/qt/fast/block/lineboxcontain/none-expected.txt:
+ * platform/qt/fast/block/lineboxcontain/parsing-invalid-expected.png:
+ * platform/qt/fast/block/lineboxcontain/parsing-invalid-expected.txt:
+ * platform/qt/fast/block/lineboxcontain/replaced-expected.png:
+ * platform/qt/fast/block/lineboxcontain/replaced-expected.txt:
+
+2012-07-26 Chris Fleizach <cfleizach@apple.com>
+
+ WebKit should expose @title as label (AXTitle or AXDescription) sometimes instead of AXHelp, according to the ARIA text alt computation
+ https://bugs.webkit.org/show_bug.cgi?id=91911
+
+ Reviewed by Anders Carlsson.
+
+ * platform/mac/accessibility/title-attribute-used-as-last-resort-expected.txt: Added.
+ * platform/mac/accessibility/title-attribute-used-as-last-resort.html: Added.
+
+2012-07-26 Ádám Kallai <kadam@inf.u-szeged.hu>
+
+ [Qt] Unreviewed gardening. Fix after r123733.
+
+ * platform/qt/Skipped:
+
+2012-07-26 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
+
+ [Qt] Reskip fast/forms WK2 added results
+ https://bugs.webkit.org/show_bug.cgi?id=91504
+
+ Reviewed by Alexis Menard.
+
+ This patch reverts the added WK2 layout test results from r123156 "[Qt]
+ Added/updated missing fast/forms results after rebaseline". As discussed with
+ Caio, almost all of these additions were due to an erroneous input-text and
+ text-area default size diff between WK1 and WK2 (handled in bug 91990), and a
+ few ones that are still failing independent of font changes (handled in bug
+ 91610). These tests were reskipped and reassigned to proper bugs.
+
+ * platform/qt-5.0-wk2/Skipped:
+ * platform/qt-5.0-wk2/fast/forms/basic-inputs-expected.png: Removed.
+ * platform/qt-5.0-wk2/fast/forms/basic-inputs-expected.txt: Removed.
+ * platform/qt-5.0-wk2/fast/forms/basic-textareas-quirks-expected.png: Removed.
+ * platform/qt-5.0-wk2/fast/forms/basic-textareas-quirks-expected.txt: Removed.
+ * platform/qt-5.0-wk2/fast/forms/control-restrict-line-height-expected.png: Removed.
+ * platform/qt-5.0-wk2/fast/forms/control-restrict-line-height-expected.txt: Removed.
+ * platform/qt-5.0-wk2/fast/forms/encoding-test-expected.txt: Removed.
+ * platform/qt-5.0-wk2/fast/forms/fieldset-align-expected.png: Removed.
+ * platform/qt-5.0-wk2/fast/forms/fieldset-align-expected.txt: Removed.
+ * platform/qt-5.0-wk2/fast/forms/input-appearance-bkcolor-expected.txt: Removed.
+ * platform/qt-5.0-wk2/fast/forms/input-appearance-default-bkcolor-expected.png: Removed.
+ * platform/qt-5.0-wk2/fast/forms/input-appearance-default-bkcolor-expected.txt: Removed.
+ * platform/qt-5.0-wk2/fast/forms/input-appearance-disabled-expected.png: Removed.
+ * platform/qt-5.0-wk2/fast/forms/input-appearance-disabled-expected.txt: Removed.
+ * platform/qt-5.0-wk2/fast/forms/input-appearance-focus-expected.png: Removed.
+ * platform/qt-5.0-wk2/fast/forms/input-appearance-focus-expected.txt: Removed.
+ * platform/qt-5.0-wk2/fast/forms/input-appearance-preventDefault-expected.txt: Removed.
+ * platform/qt-5.0-wk2/fast/forms/input-appearance-readonly-expected.png: Removed.
+ * platform/qt-5.0-wk2/fast/forms/input-appearance-readonly-expected.txt: Removed.
+ * platform/qt-5.0-wk2/fast/forms/input-appearance-selection-expected.png: Removed.
+ * platform/qt-5.0-wk2/fast/forms/input-appearance-selection-expected.txt: Removed.
+ * platform/qt-5.0-wk2/fast/forms/input-appearance-visibility-expected.txt: Removed.
+ * platform/qt-5.0-wk2/fast/forms/input-baseline-expected.png: Removed.
+ * platform/qt-5.0-wk2/fast/forms/input-baseline-expected.txt: Removed.
+ * platform/qt-5.0-wk2/fast/forms/input-double-click-selection-gap-bug-expected.png: Removed.
+ * platform/qt-5.0-wk2/fast/forms/input-double-click-selection-gap-bug-expected.txt: Removed.
+ * platform/qt-5.0-wk2/fast/forms/input-placeholder-visibility-1-expected.txt: Removed.
+ * platform/qt-5.0-wk2/fast/forms/input-placeholder-visibility-3-expected.txt: Removed.
+ * platform/qt-5.0-wk2/fast/forms/input-readonly-dimmed-expected.txt: Removed.
+ * platform/qt-5.0-wk2/fast/forms/input-readonly-empty-expected.txt: Removed.
+ * platform/qt-5.0-wk2/fast/forms/input-spaces-expected.txt: Removed.
+ * platform/qt-5.0-wk2/fast/forms/input-text-click-inside-expected.txt: Removed.
+ * platform/qt-5.0-wk2/fast/forms/input-text-double-click-expected.txt: Removed.
+ * platform/qt-5.0-wk2/fast/forms/input-text-option-delete-expected.txt: Removed.
+ * platform/qt-5.0-wk2/fast/forms/input-text-self-emptying-click-expected.txt: Removed.
+ * platform/qt-5.0-wk2/fast/forms/input-text-word-wrap-expected.txt: Removed.
+ * platform/qt-5.0-wk2/fast/forms/input-width-expected.txt: Removed.
+ * platform/qt-5.0-wk2/fast/forms/placeholder-position-expected.png: Removed.
+ * platform/qt-5.0-wk2/fast/forms/placeholder-position-expected.txt: Removed.
+ * platform/qt-5.0-wk2/fast/forms/search-cancel-button-style-sharing-expected.txt: Removed.
+ * platform/qt-5.0-wk2/fast/forms/search-display-none-cancel-button-expected.txt: Removed.
+ * platform/qt-5.0-wk2/fast/forms/search-rtl-expected.png: Removed.
+ * platform/qt-5.0-wk2/fast/forms/search-rtl-expected.txt: Removed.
+ * platform/qt-5.0-wk2/fast/forms/search-vertical-alignment-expected.png: Removed.
+ * platform/qt-5.0-wk2/fast/forms/search-vertical-alignment-expected.txt: Removed.
+ * platform/qt-5.0-wk2/fast/forms/text-style-color-expected.png: Removed.
+ * platform/qt-5.0-wk2/fast/forms/text-style-color-expected.txt: Removed.
+ * platform/qt-5.0-wk2/fast/forms/textarea-placeholder-pseudo-style-expected.png: Removed.
+ * platform/qt-5.0-wk2/fast/forms/textarea-placeholder-pseudo-style-expected.txt: Removed.
+ * platform/qt-5.0-wk2/fast/forms/textarea-placeholder-visibility-1-expected.txt: Removed.
+ * platform/qt-5.0-wk2/fast/forms/textarea-placeholder-visibility-2-expected.txt: Removed.
+ * platform/qt-5.0-wk2/fast/forms/textfield-focus-ring-expected.txt: Removed.
+ * platform/qt-5.0-wk2/fast/forms/textfield-outline-expected.txt: Removed.
+ * platform/qt-5.0-wk2/fast/forms/textfield-overflow-expected.txt: Removed.
+
+2012-07-26 Rafael Brandao <rafael.lobo@openbossa.org>
+
+ [Qt] platform/qt/tables/mozilla tests needs update after rebaseline and new testfonts
+ https://bugs.webkit.org/show_bug.cgi?id=91242
+
+ Reviewed by Alexis Menard.
+
+ Some leftovers were removed from qt-5.0-wk1 and wk2. If some of them
+ fail on qt-5.0-wk2, then they should be skipped again, but creating
+ proper bug reports for them.
+
+ * platform/qt-5.0-wk1/Skipped:
+ * platform/qt-5.0-wk2/Skipped:
+ * platform/qt-5.0/tables/mozilla/bugs/bug3037-1-expected.png: Removed.
+ * platform/qt-5.0/tables/mozilla/bugs/bug3037-1-expected.txt: Removed.
+
+2012-07-26 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
+
+ [Qt] editing/selection tests needs update after rebaseline and new testfonts
+ https://bugs.webkit.org/show_bug.cgi?id=92186
+
+ Reviewed by Alexis Menard.
+
+ After the rebaseline from changeset 121971 - [Qt] DumpRenderTree does not use
+ 'monospace' font when directed, editing/selection tests directory needs to be
+ updated.
+
+ It is important to notice some Qt WK2 layout tests are still failing, some
+ requires more investigation (handled in bug 91610) and others have a known cause
+ (input text and text areas differ in WK2 - bug 91990).
+
+ * platform/qt-5.0-wk2/Skipped:
+ * platform/qt-5.0-wk2/editing/selection/select-box-expected.png:
+ * platform/qt-5.0-wk2/editing/selection/select-box-expected.txt:
+ * platform/qt-5.0-wk2/editing/selection/select-element-paragraph-boundary-expected.png:
+ * platform/qt-5.0-wk2/editing/selection/select-element-paragraph-boundary-expected.txt:
+ * platform/qt-5.0/Skipped:
+ * platform/qt-5.0/editing/selection/editable-html-element-expected.txt:
+ * platform/qt-5.0/editing/selection/extend-by-word-001-expected.txt:
+ * platform/qt-5.0/editing/selection/select-box-expected.png:
+ * platform/qt-5.0/editing/selection/select-box-expected.txt:
+ * platform/qt-5.0/editing/selection/select-element-paragraph-boundary-expected.png:
+ * platform/qt-5.0/editing/selection/select-element-paragraph-boundary-expected.txt:
+ * platform/qt-5.0/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt:
+ * platform/qt-5.0/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
+ * platform/qt-5.0/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
+ * platform/qt-5.0/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
+ * platform/qt-5.0/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
+ * platform/qt-5.0/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
+ * platform/qt-5.0/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
+ * platform/qt-5.0/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
+ * platform/qt-5.0/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt:
+ * platform/qt-5.0/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt:
+ * platform/qt/editing/selection/5825350-1-expected.txt:
+ * platform/qt/editing/selection/5825350-2-expected.txt:
+ * platform/qt/editing/selection/drag-start-event-client-x-y-expected.txt:
+ * platform/qt/editing/selection/fake-doubleclick-expected.png:
+ * platform/qt/editing/selection/fake-doubleclick-expected.txt:
+ * platform/qt/editing/selection/hit-test-on-text-with-line-height-expected.txt:
+ * platform/qt/editing/selection/unrendered-001-expected.png:
+ * platform/qt/editing/selection/unrendered-001-expected.txt:
+ * platform/qt/editing/selection/unrendered-002-expected.png:
+ * platform/qt/editing/selection/unrendered-002-expected.txt:
+ * platform/qt/editing/selection/unrendered-003-expected.png:
+ * platform/qt/editing/selection/unrendered-003-expected.txt:
+ * platform/qt/editing/selection/unrendered-004-expected.png:
+ * platform/qt/editing/selection/unrendered-004-expected.txt:
+ * platform/qt/editing/selection/unrendered-005-expected.png:
+ * platform/qt/editing/selection/unrendered-005-expected.txt:
+
+2012-07-26 Pavel Feldman <pfeldman@chromium.org>
+
+ Web Inspector: Edits of styles declared after invalid selector are not applied
+ https://bugs.webkit.org/show_bug.cgi?id=92382
+
+ Reviewed by Vsevolod Vlasov.
+
+ Additional information of the change such as approach, rationale.
+
+ * inspector/styles/styles-edit-property-after-invalid-rule-expected.txt: Added.
+ * inspector/styles/styles-edit-property-after-invalid-rule.html: Added.
+
+2012-07-26 Ádám Kallai <kadam@inf.u-szeged.hu>
+
+ [Qt] Unreviewed gardening. Added Qt5 specific expected results after r123670.
+
+ * platform/qt-5.0/tables/mozilla/bugs/bug3037-1-expected.png: Added after r123670.
+ * platform/qt-5.0/tables/mozilla/bugs/bug3037-1-expected.txt: Added after r123670.
+
+2012-07-26 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
+
+ [EFL] Gardening after r123696
+ https://bugs.webkit.org/show_bug.cgi?id=92361
+
+ Unreviewed gardening. r123696 made css3/flexbox tests failing on EFL and QT.
+
+ * platform/efl/TestExpectations:
+
+2012-07-26 Zan Dobersek <zandobersek@gmail.com>
+
+ Unreviewed GTK gardening, adding text failure expectations for two
+ CSS3 Flexbox tests introduced in r123696.
+
+ * platform/gtk/TestExpectations:
+
+2012-07-26 Ádám Kallai <kadam@inf.u-szeged.hu>
+
+ [Qt] Unreviewed gardening. Skip a failing tests.
+ https://bugs.webkit.org/show_bug.cgi?id=92355.
+
+ * platform/qt/Skipped:
+
+2012-07-26 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
+
+ [EFL] Gardening after r123634
+ https://bugs.webkit.org/show_bug.cgi?id=92351
+
+ Unreviewed gardening.
+
+ Newly added inspector tests failing on EFL port due to missing Geolocation support (bug 82140).
+ Moved Geolocation tests to TestExpectations from Skipped.
+
+ * platform/efl/Skipped:
+ * platform/efl/TestExpectations:
+
+2012-07-26 Tommy Widenflycht <tommyw@google.com>
+
+ MediaStream API: Remove DeprecatedPeerConnection
+ https://bugs.webkit.org/show_bug.cgi?id=92106
+
+ Reviewed by Adam Barth.
+
+ Changed all usages of DeprecatedPeerConnection to PeerConnection00.
+
+ * fast/dom/call-a-constructor-as-a-function-expected.txt:
+ * fast/dom/call-a-constructor-as-a-function.html:
+ * fast/mediastream/peerconnection-addstream-expected.txt:
+ * fast/mediastream/peerconnection-argument-types-expected.txt:
+ * fast/mediastream/peerconnection-eventlistener-optional-argument.html:
+ * fast/mediastream/peerconnection-mediastreamlist.html:
+ * fast/mediastream/peerconnection-removestream-expected.txt:
+ * fast/mediastream/script-tests/peerconnection-addstream.js:
+ * fast/mediastream/script-tests/peerconnection-argument-types.js:
+ * fast/mediastream/script-tests/peerconnection-removestream.js:
+ * platform/chromium/fast/dom/call-a-constructor-as-a-function-expected.txt:
+ * platform/gtk/fast/dom/call-a-constructor-as-a-function-expected.txt:
+ * platform/gtk/fast/js/global-constructors-expected.txt:
+ * platform/win/fast/dom/call-a-constructor-as-a-function-expected.txt:
+
+2012-07-26 Mike West <mkwst@chromium.org>
+
+ Implement the experimental Content Security Policy script interface.
+ https://bugs.webkit.org/show_bug.cgi?id=91707
+
+ Reviewed by Adam Barth.
+
+ * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowconnectionto-expected.txt: Added.
+ * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowconnectionto.html: Added.
+ * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-alloweval-expected.txt: Added.
+ * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-alloweval.html: Added.
+ * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowfontfrom-expected.txt: Added.
+ * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowfontfrom.html: Added.
+ * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowframefrom-expected.txt: Added.
+ * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowframefrom.html: Added.
+ * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowimagefrom-expected.txt: Added.
+ * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowimagefrom.html: Added.
+ * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowmediafrom-expected.txt: Added.
+ * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowmediafrom.html: Added.
+ * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowobjectfrom-expected.txt: Added.
+ * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowobjectfrom.html: Added.
+ * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowscriptfrom-expected.txt: Added.
+ * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowscriptfrom.html: Added.
+ * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowstylefrom-expected.txt: Added.
+ * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowstylefrom.html: Added.
+ * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-isactive-expected.txt: Added.
+ * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-isactive.html: Added.
+ * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-reporturi-expected.txt: Added.
+ * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-reporturi.html: Added.
+ * http/tests/security/contentSecurityPolicy/resources/securitypolicy-tests-base.js: Added.
+ (log):
+ (injectPolicy):
+
+2012-07-26 Ádám Kallai <kadam@inf.u-szeged.hu>
+
+ [Qt] Unreviewed gardening. Added Qt5 specific expected results and png.
+
+ * platform/qt-5.0-wk2/fast/block/float/overhanging-tall-block-expected.png: Added after r123551.
+ * platform/qt-5.0-wk2/fast/block/float/overhanging-tall-block-expected.txt: Added after r123551.
+ * platform/qt-5.0-wk2/platform/qt/plugins/application-plugin-plugins-disabled-expected.png: Added after r123514.
+ * platform/qt-5.0-wk2/platform/qt/plugins/application-plugin-plugins-disabled-expected.txt: Update after r123514.
+ * platform/qt-5.0/css2.1/t0805-c5519-brdr-r-01-e-expected.png: Added after r123631.
+ * platform/qt-5.0/css2.1/t0805-c5519-brdr-r-01-e-expected.txt: Added after r123631.
+ * platform/qt-5.0/css2.1/t0905-c5525-fltblck-00-d-ag-expected.png: Added after r123631.
+ * platform/qt-5.0/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt: Added after r123631.
+
+2012-07-26 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r123715.
+ http://trac.webkit.org/changeset/123715
+ https://bugs.webkit.org/show_bug.cgi?id=92356
+
+ Breaks compilation on multiple platforms (Requested by vsevik
+ on #webkit).
+
+ * http/tests/inspector/network/cached-resource-destroyed-moved-to-storage-expected.txt: Removed.
+ * http/tests/inspector/network/cached-resource-destroyed-moved-to-storage.html: Removed.
+ * http/tests/inspector/network/cached-resource-destroyed-too-big-discarded-expected.txt: Removed.
+ * http/tests/inspector/network/cached-resource-destroyed-too-big-discarded.html: Removed.
+
+2012-07-26 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
+
+ [Qt] Unreviewed gardening. Skip the failing tests.
+
+ * platform/qt/Skipped:
+
+2012-07-26 Vsevolod Vlasov <vsevik@chromium.org>
+
+ Web Inspector: Resource agent's reference to cached resources should be weak.
+ https://bugs.webkit.org/show_bug.cgi?id=92108
+
+ Reviewed by Pavel Feldman.
+
+ * http/tests/inspector/network/cached-resource-destroyed-moved-to-storage-expected.txt: Added.
+ * http/tests/inspector/network/cached-resource-destroyed-moved-to-storage.html: Added.
+ * http/tests/inspector/network/cached-resource-destroyed-too-big-discarded-expected.txt: Added.
+ * http/tests/inspector/network/cached-resource-destroyed-too-big-discarded.html: Added.
+
+2012-07-26 Shinya Kawanaka <shinyak@chromium.org>
+
+ Add UserAgentShadowDOM to FormControlElement just before ading UserShadowDOM
+ https://bugs.webkit.org/show_bug.cgi?id=90866
+
+ Reviewed by Hajime Morita.
+
+ Added a lot of tests of ShadowDOM for replaced elements. They don't crash,
+ but many of them are not rendered correctly. Please see Bug 82313,
+ which is a meta bug of Shadow DOM for replaced elements.
+
+ * fast/dom/shadow/input-with-validation-expected.html: Added.
+ * fast/dom/shadow/input-with-validation-without-shadow-expected.html: Added.
+ * fast/dom/shadow/input-with-validation-without-shadow.html: Added.
+ * fast/dom/shadow/input-with-validation.html: Added.
+ * fast/dom/shadow/shadow-disable-expected.txt:
+ * fast/dom/shadow/shadow-disable.html:
+ * fast/dom/shadow/shadowdom-for-button-complex-shadow-expected.html: Added.
+ * fast/dom/shadow/shadowdom-for-button-complex-shadow.html: Added.
+ * fast/dom/shadow/shadowdom-for-button-only-shadow-expected.html: Added.
+ * fast/dom/shadow/shadowdom-for-button-only-shadow.html: Added.
+ * fast/dom/shadow/shadowdom-for-button-without-shadow-expected.html: Added.
+ * fast/dom/shadow/shadowdom-for-button-without-shadow.html: Added.
+ * fast/dom/shadow/shadowdom-for-fieldset-complex-shadow-expected.html: Added.
+ * fast/dom/shadow/shadowdom-for-fieldset-complex-shadow.html: Added.
+ * fast/dom/shadow/shadowdom-for-fieldset-only-shadow-expected.html: Added.
+ * fast/dom/shadow/shadowdom-for-fieldset-only-shadow.html: Added.
+ * fast/dom/shadow/shadowdom-for-fieldset-without-shadow-expected.html: Added.
+ * fast/dom/shadow/shadowdom-for-fieldset-without-shadow.html: Added.
+ * fast/dom/shadow/shadowdom-for-form-associated-element-useragent-expected.txt: Added.
+ * fast/dom/shadow/shadowdom-for-form-associated-element-useragent.html: Added.
+ * fast/dom/shadow/shadowdom-for-keygen-complex-shadow-expected.html: Added.
+ * fast/dom/shadow/shadowdom-for-keygen-complex-shadow.html: Added.
+ * fast/dom/shadow/shadowdom-for-keygen-only-shadow-expected.html: Added.
+ * fast/dom/shadow/shadowdom-for-keygen-only-shadow.html: Added.
+ * fast/dom/shadow/shadowdom-for-keygen-without-shadow-expected.html: Added.
+ * fast/dom/shadow/shadowdom-for-keygen-without-shadow.html: Added.
+ * fast/dom/shadow/shadowdom-for-object-complex-shadow-expected.html: Added.
+ * fast/dom/shadow/shadowdom-for-object-complex-shadow.html: Added.
+ * fast/dom/shadow/shadowdom-for-object-only-shadow-expected.html: Added.
+ * fast/dom/shadow/shadowdom-for-object-only-shadow.html: Added.
+ * fast/dom/shadow/shadowdom-for-object-without-shadow-expected.html: Added.
+ * fast/dom/shadow/shadowdom-for-object-without-shadow.html: Added.
+ * fast/dom/shadow/shadowdom-for-output-complex-shadow-expected.html: Added.
+ * fast/dom/shadow/shadowdom-for-output-complex-shadow.html: Added.
+ * fast/dom/shadow/shadowdom-for-output-only-shadow-expected.html: Added.
+ * fast/dom/shadow/shadowdom-for-output-only-shadow.html: Added.
+ * fast/dom/shadow/shadowdom-for-output-without-shadow-expected.html: Added.
+ * fast/dom/shadow/shadowdom-for-output-without-shadow.html: Added.
+ * fast/dom/shadow/shadowdom-for-select-complex-shadow-expected.html: Added.
+ * fast/dom/shadow/shadowdom-for-select-complex-shadow.html: Added.
+ * fast/dom/shadow/shadowdom-for-select-only-shadow-expected.html: Added.
+ * fast/dom/shadow/shadowdom-for-select-only-shadow.html: Added.
+ * fast/dom/shadow/shadowdom-for-select-without-shadow-expected.html: Added.
+ * fast/dom/shadow/shadowdom-for-select-without-shadow.html: Added.
+ * fast/dom/shadow/shadowdom-for-textarea-complex-shadow-expected.html: Added.
+ * fast/dom/shadow/shadowdom-for-textarea-complex-shadow.html: Added.
+ * fast/dom/shadow/shadowdom-for-textarea-only-shadow-expected.html: Added.
+ * fast/dom/shadow/shadowdom-for-textarea-only-shadow.html: Added.
+ * fast/dom/shadow/shadowdom-for-textarea-without-shadow-expected.html: Added.
+ * fast/dom/shadow/shadowdom-for-textarea-without-shadow.html: Added.
+ * platform/chromium/TestExpectations:
+ * platform/efl/TestExpectations:
+ * platform/qt/Skipped:
+ * platform/wincairo/Skipped:
+
+2012-07-26 Kaustubh Atrawalkar <kaustubh@motorola.com>
+
+ [DRT] LTC:: pageNumberForElementById() could be moved to Internals
+ https://bugs.webkit.org/show_bug.cgi?id=92091
+
+ Reviewed by Adam Barth.
+
+ Move the pageNumberForElementById from LayoutTestCotroller to Internals and
+ remove the old platform specific implementations as it exclusively tests WebCore functionality.
+
+ * printing/pageNumerForElementById-expected.txt:
+ * printing/resources/paged-media-test-utils.js:
+ (pageNumberForElementShouldBe):
+ * printing/return-from-printing-mode.html:
+ * printing/script-tests/pageNumerForElementById.js:
+
+2012-07-25 MORITA Hajime <morrita@google.com>
+
+ [Chromium][Win] <progress> animation on RTL direction is reverse
+ https://bugs.webkit.org/show_bug.cgi?id=92236
+
+ Reviewed by Kent Tamura.
+
+ Updated the expectation file which went slightly different.
+
+ * platform/chromium-linux/fast/dom/HTMLProgressElement/progress-element-expected.png:
+
+2012-07-25 Shinya Kawanaka <shinyak@chromium.org>
+
+ The elements in ShadowDOM of meter or progress should not be modifiable.
+ https://bugs.webkit.org/show_bug.cgi?id=92199
+
+ Reviewed by Hajime Morita.
+
+ * fast/html/meter-user-modify.html: Added.
+ * fast/html/meter-user-modify-expected.txt: Added.
+ * fast/html/progress-user-modify.html: Added.
+ * fast/html/progress-user-modify-expected.txt: Added.
+
+2012-07-25 Xingnan Wang <xingnan.wang@intel.com>
+
+ IndexedDB: IDBTransaction::abort() should throw DOMException
+ https://bugs.webkit.org/show_bug.cgi?id=92069
+
+ Reviewed by Kentaro Hara.
+
+ Add the exception test for IDBTransaction::abort().
+
+ * storage/indexeddb/resources/transaction-abort.js:
+ (transactionAborted):
+ * storage/indexeddb/transaction-abort-expected.txt:
+
+2012-07-25 Joshua Netterfield <jnetterfield@rim.com>
+
+ [BlackBerry] Update fast/canvas/webgl expectations
+ https://bugs.webkit.org/show_bug.cgi?id=92309
+
+ Reviewed by Rob Buis.
+
+ Add the css-webkit-canvas-* files, because we render them correctly.
+
+ There is nothing we can do about running out of memory on draw-elements-out-of-bounds,
+ so make that expected.
+
+ Our output for framebuffer-object-attachement-expected.txt is valid.
+
+ * platform/blackberry/fast/canvas/webgl/css-webkit-canvas-expected.png: Added.
+ * platform/blackberry/fast/canvas/webgl/css-webkit-canvas-expected.txt: Added.
+ * platform/blackberry/fast/canvas/webgl/css-webkit-canvas-repaint-expected.png: Added.
+ * platform/blackberry/fast/canvas/webgl/css-webkit-canvas-repaint-expected.txt: Added.
+ * platform/blackberry/fast/canvas/webgl/draw-elements-out-of-bounds-expected.txt: Added.
+ * platform/blackberry/fast/canvas/webgl/framebuffer-object-attachment-expected.txt: Added.
+
+2012-07-25 Tony Chang <tony@chromium.org>
+
+ flexitems can overflow the flexbox due to rounding
+ https://bugs.webkit.org/show_bug.cgi?id=92163
+
+ Reviewed by Levi Weintraub.
+
+ Tests for dividing space in non-integral amounts.
+
+ * css3/flexbox/flex-rounding-expected.txt: Added.
+ * css3/flexbox/flex-rounding.html: Added.
+
+2012-07-25 Yoshifumi Inoue <yosin@chromium.org>
+
+ [Tests] Re-factor fast/forms/number/number-spinbutton-change-and-input-events.html
+ https://bugs.webkit.org/show_bug.cgi?id=92206
+
+ Reviewed by Kent Tamura.
+
+ For ease of maintenance and improving test coverage with low cost, I
+ would like to make a test script of number-spinbutton-change-and-inputs.html
+ sharable with other input types which have spin button.
+
+ This patch moves JavaScript codes from test HTML file to shared JavaScript
+ file, common-spinbutton-change-and-input-events.html with parametrized
+ entry point for specifying input type.
+
+ * fast/forms/number/number-spinbutton-change-and-input-events-expected.txt: Changed "numnber" to "number", and "numberInput" to "testInput".
+ * fast/forms/number/number-spinbutton-change-and-input-events.html: Removed JavaScript code.
+ * fast/forms/resources/common-spinbutton-change-and-input-events.js: Removed HTML code. Made entry point. Changed to support testing without maximum value.
+
+2012-07-25 Dan Bernstein <mitz@apple.com>
+
+ Hit testing in one column or in the gap between cloumns along the block axis can return a result from the wrong column
+ https://bugs.webkit.org/show_bug.cgi?id=92311
+
+ Reviewed by Anders Carlsson.
+
+ * fast/multicol/hit-test-end-of-column-expected.txt: Added.
+ * fast/multicol/hit-test-end-of-column.html: Added.
+ * fast/multicol/hit-test-gap-block-axis-expected.txt: Added.
+ * fast/multicol/hit-test-gap-block-axis.html: Added.
+
+2012-07-25 Ryosuke Niwa <rniwa@webkit.org>
+
+ Improve the output of editing/pasteboard/paste-noscript-xhtml.xhtml
+ https://bugs.webkit.org/show_bug.cgi?id=92307
+
+ Reviewed by Tony Chang.
+
+ Use dump-as-markup to improve the readability of output, and removed replaced the call to sayHello in iframe's src
+ content attribute by a call to alert("hello") so that reference error doesn't show up on the result, and moved
+ the resource from editing/resources to editing/pasteboard/resources as it's not used elsewhere.
+
+ * editing/pasteboard/paste-noscript-xhtml-expected.txt:
+ * editing/pasteboard/paste-noscript-xhtml.xhtml:
+ * editing/pasteboard/resources/paste-noscript-content.html: Copied from LayoutTests/editing/resources/htmlcontent.html.
+ * editing/resources/htmlcontent.html: Removed.
+ * platform/chromium-mac/editing/pasteboard/paste-noscript-xhtml-expected.txt: Removed.
+ * platform/chromium-win/editing/pasteboard/paste-noscript-xhtml-expected.txt: Removed.
+
+2012-07-25 Rafael Brandao <rafael.lobo@openbossa.org>
+
+ [Qt] platform/qt/tables/mozilla tests needs update after rebaseline and new testfonts
+ https://bugs.webkit.org/show_bug.cgi?id=91242
+
+ Unreviewed gardening.
+
+ * platform/qt-5.0/Skipped:
+ * platform/qt/tables/mozilla/bugs/adforce_imgis_com-expected.txt:
+ * platform/qt/tables/mozilla/bugs/bug102145-1-expected.txt:
+ * platform/qt/tables/mozilla/bugs/bug102145-2-expected.txt:
+ * platform/qt/tables/mozilla/bugs/bug102145-3-expected.txt:
+ * platform/qt/tables/mozilla/bugs/bug102145-4-expected.txt:
+ * platform/qt/tables/mozilla/bugs/bug10269-1-expected.txt:
+ * platform/qt/tables/mozilla/bugs/bug10296-2-expected.txt:
+ * platform/qt/tables/mozilla/bugs/bug103533-expected.txt:
+ * platform/qt/tables/mozilla/bugs/bug1067-1-expected.txt:
+ * platform/qt/tables/mozilla/bugs/bug1067-2-expected.txt:
+ * platform/qt/tables/mozilla/bugs/bug106795-expected.txt:
+ * platform/qt/tables/mozilla/bugs/bug11321-expected.txt:
+ * platform/qt/tables/mozilla/bugs/bug133948-expected.txt:
+ * platform/qt/tables/mozilla/bugs/bug154780-expected.txt:
+ * platform/qt/tables/mozilla/bugs/bug15933-expected.txt:
+ * platform/qt/tables/mozilla/bugs/bug1818-1-expected.txt:
+ * platform/qt/tables/mozilla/bugs/bug1818-2-expected.txt:
+ * platform/qt/tables/mozilla/bugs/bug1818-4-expected.txt:
+ * platform/qt/tables/mozilla/bugs/bug219693-1-expected.txt:
+ * platform/qt/tables/mozilla/bugs/bug219693-2-expected.txt:
+ * platform/qt/tables/mozilla/bugs/bug221784-1-expected.txt:
+ * platform/qt/tables/mozilla/bugs/bug221784-2-expected.txt:
+ * platform/qt/tables/mozilla/bugs/bug22513-expected.txt:
+ * platform/qt/tables/mozilla/bugs/bug23072-expected.txt:
+ * platform/qt/tables/mozilla/bugs/bug23994-expected.txt:
+ * platform/qt/tables/mozilla/bugs/bug25074-expected.txt:
+ * platform/qt/tables/mozilla/bugs/bug25367-expected.txt:
+ * platform/qt/tables/mozilla/bugs/bug26553-expected.txt:
+ * platform/qt/tables/mozilla/bugs/bug3037-1-expected.txt:
+ * platform/qt/tables/mozilla/bugs/bug3037-2-expected.txt:
+ * platform/qt/tables/mozilla/bugs/bug32447-expected.txt:
+ * platform/qt/tables/mozilla/bugs/bug3309-2-expected.txt:
+ * platform/qt/tables/mozilla/bugs/bug34538-expected.txt:
+ * platform/qt/tables/mozilla/bugs/bug45350-expected.txt:
+ * platform/qt/tables/mozilla/bugs/bug53690-1-expected.txt:
+ * platform/qt/tables/mozilla/bugs/bug53690-2-expected.txt:
+ * platform/qt/tables/mozilla/bugs/bug55789-expected.txt:
+ * platform/qt/tables/mozilla/bugs/bug56201-expected.txt:
+ * platform/qt/tables/mozilla/bugs/bug56405-expected.txt:
+ * platform/qt/tables/mozilla/bugs/bug641-1-expected.txt:
+ * platform/qt/tables/mozilla/bugs/bug641-2-expected.txt:
+ * platform/qt/tables/mozilla/bugs/bug8361-expected.txt:
+ * platform/qt/tables/mozilla/bugs/bug88524-expected.txt:
+ * platform/qt/tables/mozilla/bugs/bug9072-expected.txt:
+ * platform/qt/tables/mozilla/bugs/bug92647-2-expected.txt:
+ * platform/qt/tables/mozilla/bugs/bug97383-expected.txt:
+ * platform/qt/tables/mozilla/bugs/bug98196-expected.txt:
+ * platform/qt/tables/mozilla/marvin/tfoot_char-expected.png:
+ * platform/qt/tables/mozilla/marvin/tfoot_char-expected.txt:
+
+2012-07-25 Luciano Wolf <luciano.wolf@openbossa.org>
+
+ [Qt] fast/block/margin-collapse tests need update after rebaseline and new testfonts
+ https://bugs.webkit.org/show_bug.cgi?id=92274
+
+ Reviewed by Alexis Menard.
+
+ * platform/qt-5.0/Skipped:
+ * platform/qt/fast/block/margin-collapse/001-expected.png:
+ * platform/qt/fast/block/margin-collapse/001-expected.txt:
+ * platform/qt/fast/block/margin-collapse/002-expected.png:
+ * platform/qt/fast/block/margin-collapse/002-expected.txt:
+ * platform/qt/fast/block/margin-collapse/003-expected.png:
+ * platform/qt/fast/block/margin-collapse/003-expected.txt:
+ * platform/qt/fast/block/margin-collapse/004-expected.png:
+ * platform/qt/fast/block/margin-collapse/004-expected.txt:
+ * platform/qt/fast/block/margin-collapse/005-expected.png:
+ * platform/qt/fast/block/margin-collapse/005-expected.txt:
+ * platform/qt/fast/block/margin-collapse/006-expected.png:
+ * platform/qt/fast/block/margin-collapse/006-expected.txt:
+ * platform/qt/fast/block/margin-collapse/010-expected.png:
+ * platform/qt/fast/block/margin-collapse/010-expected.txt:
+ * platform/qt/fast/block/margin-collapse/011-expected.png:
+ * platform/qt/fast/block/margin-collapse/011-expected.txt:
+ * platform/qt/fast/block/margin-collapse/012-expected.png:
+ * platform/qt/fast/block/margin-collapse/012-expected.txt:
+ * platform/qt/fast/block/margin-collapse/015-expected.png:
+ * platform/qt/fast/block/margin-collapse/015-expected.txt:
+ * platform/qt/fast/block/margin-collapse/016-expected.png:
+ * platform/qt/fast/block/margin-collapse/016-expected.txt:
+ * platform/qt/fast/block/margin-collapse/017-expected.png:
+ * platform/qt/fast/block/margin-collapse/017-expected.txt:
+ * platform/qt/fast/block/margin-collapse/018-expected.png:
+ * platform/qt/fast/block/margin-collapse/018-expected.txt:
+ * platform/qt/fast/block/margin-collapse/019-expected.png:
+ * platform/qt/fast/block/margin-collapse/019-expected.txt:
+ * platform/qt/fast/block/margin-collapse/020-expected.png:
+ * platform/qt/fast/block/margin-collapse/020-expected.txt:
+ * platform/qt/fast/block/margin-collapse/021-expected.png:
+ * platform/qt/fast/block/margin-collapse/021-expected.txt:
+ * platform/qt/fast/block/margin-collapse/022-expected.png:
+ * platform/qt/fast/block/margin-collapse/022-expected.txt:
+ * platform/qt/fast/block/margin-collapse/025-expected.png:
+ * platform/qt/fast/block/margin-collapse/025-expected.txt:
+ * platform/qt/fast/block/margin-collapse/026-expected.png:
+ * platform/qt/fast/block/margin-collapse/026-expected.txt:
+ * platform/qt/fast/block/margin-collapse/027-expected.png:
+ * platform/qt/fast/block/margin-collapse/027-expected.txt:
+ * platform/qt/fast/block/margin-collapse/028-expected.png:
+ * platform/qt/fast/block/margin-collapse/028-expected.txt:
+ * platform/qt/fast/block/margin-collapse/029-expected.png:
+ * platform/qt/fast/block/margin-collapse/029-expected.txt:
+ * platform/qt/fast/block/margin-collapse/030-expected.png:
+ * platform/qt/fast/block/margin-collapse/030-expected.txt:
+ * platform/qt/fast/block/margin-collapse/031-expected.png:
+ * platform/qt/fast/block/margin-collapse/031-expected.txt:
+ * platform/qt/fast/block/margin-collapse/032-expected.png:
+ * platform/qt/fast/block/margin-collapse/032-expected.txt:
+ * platform/qt/fast/block/margin-collapse/033-expected.png:
+ * platform/qt/fast/block/margin-collapse/033-expected.txt:
+ * platform/qt/fast/block/margin-collapse/034-expected.png:
+ * platform/qt/fast/block/margin-collapse/034-expected.txt:
+ * platform/qt/fast/block/margin-collapse/035-expected.png:
+ * platform/qt/fast/block/margin-collapse/035-expected.txt:
+ * platform/qt/fast/block/margin-collapse/037-expected.png:
+ * platform/qt/fast/block/margin-collapse/037-expected.txt:
+ * platform/qt/fast/block/margin-collapse/038-expected.png:
+ * platform/qt/fast/block/margin-collapse/038-expected.txt:
+ * platform/qt/fast/block/margin-collapse/039-expected.png:
+ * platform/qt/fast/block/margin-collapse/039-expected.txt:
+ * platform/qt/fast/block/margin-collapse/040-expected.png:
+ * platform/qt/fast/block/margin-collapse/040-expected.txt:
+ * platform/qt/fast/block/margin-collapse/041-expected.png:
+ * platform/qt/fast/block/margin-collapse/041-expected.txt:
+ * platform/qt/fast/block/margin-collapse/042-expected.png:
+ * platform/qt/fast/block/margin-collapse/042-expected.txt:
+ * platform/qt/fast/block/margin-collapse/043-expected.png:
+ * platform/qt/fast/block/margin-collapse/043-expected.txt:
+ * platform/qt/fast/block/margin-collapse/044-expected.png:
+ * platform/qt/fast/block/margin-collapse/044-expected.txt:
+ * platform/qt/fast/block/margin-collapse/045-expected.png:
+ * platform/qt/fast/block/margin-collapse/045-expected.txt:
+ * platform/qt/fast/block/margin-collapse/055-expected.png:
+ * platform/qt/fast/block/margin-collapse/055-expected.txt:
+ * platform/qt/fast/block/margin-collapse/056-expected.png:
+ * platform/qt/fast/block/margin-collapse/056-expected.txt:
+ * platform/qt/fast/block/margin-collapse/057-expected.png:
+ * platform/qt/fast/block/margin-collapse/057-expected.txt:
+ * platform/qt/fast/block/margin-collapse/058-expected.png:
+ * platform/qt/fast/block/margin-collapse/058-expected.txt:
+ * platform/qt/fast/block/margin-collapse/059-expected.png:
+ * platform/qt/fast/block/margin-collapse/059-expected.txt:
+ * platform/qt/fast/block/margin-collapse/062-expected.png:
+ * platform/qt/fast/block/margin-collapse/062-expected.txt:
+ * platform/qt/fast/block/margin-collapse/063-expected.png:
+ * platform/qt/fast/block/margin-collapse/063-expected.txt:
+ * platform/qt/fast/block/margin-collapse/100-expected.png:
+ * platform/qt/fast/block/margin-collapse/100-expected.txt:
+ * platform/qt/fast/block/margin-collapse/101-expected.png:
+ * platform/qt/fast/block/margin-collapse/101-expected.txt:
+ * platform/qt/fast/block/margin-collapse/102-expected.png:
+ * platform/qt/fast/block/margin-collapse/102-expected.txt:
+ * platform/qt/fast/block/margin-collapse/103-expected.png:
+ * platform/qt/fast/block/margin-collapse/103-expected.txt:
+ * platform/qt/fast/block/margin-collapse/104-expected.png:
+ * platform/qt/fast/block/margin-collapse/104-expected.txt:
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/001-expected.png: Added.
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/001-expected.txt:
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/002-expected.png: Added.
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/002-expected.txt:
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/003-expected.png: Added.
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/003-expected.txt:
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/004-expected.png:
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/004-expected.txt:
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/005-expected.png:
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/005-expected.txt:
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/006-expected.png: Added.
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/006-expected.txt:
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/010-expected.png: Added.
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/010-expected.txt:
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/011-expected.png: Added.
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/011-expected.txt:
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/012-expected.png: Added.
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/012-expected.txt:
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/015-expected.png: Added.
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/015-expected.txt:
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/016-expected.png: Added.
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/016-expected.txt:
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/017-expected.png: Added.
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/017-expected.txt:
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/018-expected.png: Added.
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/018-expected.txt:
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/019-expected.png: Added.
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/019-expected.txt:
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/020-expected.png: Added.
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/020-expected.txt:
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/021-expected.png: Added.
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/021-expected.txt:
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/022-expected.png: Added.
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/022-expected.txt:
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/025-expected.png: Added.
+ * platform/qt/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
+ * platform/qt/fast/block/margin-collapse/empty-clear-blocks-expected.png:
+ * platform/qt/fast/block/margin-collapse/empty-clear-blocks-expected.txt:
+ * platform/qt/fast/block/margin-collapse/negative-margins-expected.png:
+ * platform/qt/fast/block/margin-collapse/negative-margins-expected.txt:
+
+2012-07-25 Li Yin <li.yin@intel.com>
+
+ It is invalid when both numberOfInputChannels and numberOfOutputChannels to be zero in JavaScriptAudioNode.
+ https://bugs.webkit.org/show_bug.cgi?id=91364
+
+ Reviewed by Kenneth Russell.
+
+ Add tests for (numberOfInputChannels, numberOfOutputChannels) to be (0, 0),(0, 1),(0, 2),(1, 0) and (2, 0).
+
+ * webaudio/javascriptaudionode-expected.txt:
+ * webaudio/javascriptaudionode.html:
+
+2012-07-25 Andrew Wilson <atwilson@chromium.org>
+
+ Unreviewed chromium expectations change.
+
+ * platform/chromium/TestExpectations:
+
+2012-07-25 Luciano Wolf <luciano.wolf@openbossa.org>
+
+ [Qt] fast/borders rebaseline after new test fonts
+ https://bugs.webkit.org/show_bug.cgi?id=92146
+
+ Reviewed by Csaba Osztrogonác.
+
+ Updated patch started by Alexis. This one removes old expected results
+ found inside qt-5.0 directory and updates Skipped files as well.
+
+ * platform/qt-5.0/Skipped:
+ * platform/qt-5.0/fast/borders/bidi-002-expected.txt: Removed.
+ * platform/qt-5.0/fast/borders/bidi-009a-expected.txt: Removed.
+ * platform/qt-5.0/fast/borders/bidi-012-expected.txt: Removed.
+ * platform/qt/fast/borders/border-image-slice-constrained-expected.txt:
+ * platform/qt/fast/borders/borderRadiusArcs01-expected.txt:
+ * platform/qt/fast/borders/borderRadiusDouble01-expected.txt:
+ * platform/qt/fast/borders/borderRadiusDouble02-expected.txt:
+ * platform/qt/fast/borders/borderRadiusDouble03-expected.txt:
+ * platform/qt/fast/borders/borderRadiusGroove01-expected.txt:
+ * platform/qt/fast/borders/borderRadiusGroove02-expected.txt:
+ * platform/qt/fast/borders/borderRadiusInset01-expected.txt:
+ * platform/qt/fast/borders/borderRadiusOutset01-expected.txt:
+ * platform/qt/fast/borders/borderRadiusRidge01-expected.txt:
+ * platform/qt/fast/borders/borderRadiusSolid01-expected.txt:
+ * platform/qt/fast/borders/borderRadiusSolid02-expected.txt:
+ * platform/qt/fast/borders/borderRadiusSolid03-expected.txt:
+ * platform/qt/fast/borders/borderRadiusSolid04-expected.txt:
+ * platform/qt/fast/borders/table-borders-expected.txt:
+
+2012-07-25 Andrew Wilson <atwilson@chromium.org>
+
+ Unreviewed chromium expectations change.
+
+ * platform/chromium/TestExpectations:
+
+2012-07-25 Michael Saboff <msaboff@apple.com>
+
+ r123492 Changed output of msub-anonymous-child-render-crash.html LayoutTest
+ https://bugs.webkit.org/show_bug.cgi?id=92284
+
+ Rubber-stamped by Beth Dakin.
+
+ Rebaselined test output.
+
+ * mathml/msub-anonymous-child-render-crash-expected.txt:
+ r123492 changed the way inline-tables are rendered.
+
+2012-07-25 Andrew Wilson <atwilson@chromium.org>
+
+ Unreviewed chromium expectations change to mark tests as slow.
+
+ * platform/chromium/TestExpectations:
+
+2012-07-25 Brian Weinstein <bweinstein@apple.com>
+
+ Add Mac results for media/controls-styling-strict.html.
+
+ Rubber-stamped by Michael Saboff.
+
+ * platform/mac/media/controls-styling-strict-expected.txt: Added.
+
+2012-07-25 Beth Dakin <bdakin@apple.com>
+
+ https://bugs.webkit.org/show_bug.cgi?id=89114
+ REGRESSION (r112919): Setting scrollTop after setting display from none to block
+ fails
+ -and corresponding-
+ <rdar://problem/11656050>
+
+ Reviewed by Simon Fraser.
+
+ * fast/overflow/setting-scrollTop-after-hide-show-expected.txt: Added.
+ * fast/overflow/setting-scrollTop-after-hide-show.html: Added.
+
+2012-07-25 Andreas Kling <kling@webkit.org>
+
+ Make ElementAttributeData a variable-sized object to reduce memory use.
+ <http://webkit.org/b/88240>
+
+ Reviewed by Ryosuke Niwa.
+
+ Extended this test to cover the case where setAttributeNode() returns a lazily serialized value.
+
+ * fast/dom/attr-style-too-lazy-expected.txt:
+ * fast/dom/attr-style-too-lazy.html:
+
+2012-07-25 Konrad Piascik <kpiascik@rim.com>
+
+ Web Inspector: Geolocation override
+ https://bugs.webkit.org/show_bug.cgi?id=89365
+
+ Reviewed by Pavel Feldman.
+
+ Added new tests.
+
+ * inspector/geolocation-error-expected.txt: Added.
+ * inspector/geolocation-error.html: Added.
+ * inspector/geolocation-success-expected.txt: Added.
+ * inspector/geolocation-success.html: Added.
+ * inspector/geolocation-watchPosition-expected.txt: Added.
+ * inspector/geolocation-watchPosition.html: Added.
+
+2012-07-25 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
+
+ [Qt] css2.1/t* tests needs rebaseline after new testfonts
+ https://bugs.webkit.org/show_bug.cgi?id=91999
+
+ Unreviewed.
+
+ * platform/qt-5.0-wk1/Skipped:
+ * platform/qt-5.0-wk2/Skipped:
+ * platform/qt-5.0/Skipped:
+ * platform/qt-5.0/css2.1/t0805-c5519-brdr-r-01-e-expected.png: Removed.
+ * platform/qt-5.0/css2.1/t0805-c5519-brdr-r-01-e-expected.txt: Removed.
+ * platform/qt-5.0/css2.1/t0905-c414-flt-02-c-expected.txt: Removed.
+ * platform/qt-5.0/css2.1/t0905-c414-flt-03-c-expected.txt: Removed.
+ * platform/qt-5.0/css2.1/t0905-c414-flt-04-c-expected.txt: Removed.
+ * platform/qt-5.0/css2.1/t0905-c414-flt-fit-01-d-g-expected.txt: Removed.
+ * platform/qt-5.0/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt: Removed.
+ * platform/qt-5.0/css2.1/t0905-c5525-fltblck-01-d-expected.txt: Removed.
+ * platform/qt-5.0/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt: Removed.
+ * platform/qt-5.0/css2.1/t0905-c5525-flthw-00-c-g-expected.txt: Removed.
+ * platform/qt-5.0/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt: Removed.
+ * platform/qt-5.0/css2.1/t0905-c5525-fltwidth-02-c-g-expected.txt: Removed.
+ * platform/qt-5.0/css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt: Removed.
+ * platform/qt-5.0/css2.1/t0905-c5525-fltwrap-00-b-expected.txt: Removed.
+ * platform/qt-5.0/css2.1/t0905-c5526-flthw-00-c-g-expected.txt: Removed.
+ * platform/qt-5.0/css2.1/t090501-c414-flt-01-b-expected.txt: Removed.
+ * platform/qt-5.0/css2.1/t090501-c414-flt-03-b-g-expected.txt: Removed.
+ * platform/qt-5.0/css2.1/t090501-c414-flt-ln-01-d-g-expected.txt: Removed.
+ * platform/qt-5.0/css2.1/t090501-c5525-flt-l-00-b-g-expected.txt: Removed.
+ * platform/qt-5.0/css2.1/t090501-c5525-flt-r-00-b-g-expected.txt: Removed.
+ * platform/qt/css2.1/t010403-shand-border-00-c-expected.png:
+ * platform/qt/css2.1/t010403-shand-border-00-c-expected.txt:
+ * platform/qt/css2.1/t010403-shand-font-00-b-expected.png:
+ * platform/qt/css2.1/t010403-shand-font-00-b-expected.txt:
+ * platform/qt/css2.1/t010403-shand-font-01-b-expected.png:
+ * platform/qt/css2.1/t010403-shand-font-01-b-expected.txt:
+ * platform/qt/css2.1/t010403-shand-font-02-b-expected.png:
+ * platform/qt/css2.1/t010403-shand-font-02-b-expected.txt:
+ * platform/qt/css2.1/t010403-shand-font-03-b-expected.png:
+ * platform/qt/css2.1/t010403-shand-font-03-b-expected.txt:
+ * platform/qt/css2.1/t050201-c12-grouping-00-b-expected.png:
+ * platform/qt/css2.1/t050201-c12-grouping-00-b-expected.txt:
+ * platform/qt/css2.1/t0505-c16-descendant-00-e-expected.png:
+ * platform/qt/css2.1/t0505-c16-descendant-00-e-expected.txt:
+ * platform/qt/css2.1/t0505-c16-descendant-01-e-expected.png:
+ * platform/qt/css2.1/t0505-c16-descendant-01-e-expected.txt:
+ * platform/qt/css2.1/t0505-c16-descendant-02-e-expected.png:
+ * platform/qt/css2.1/t0505-c16-descendant-02-e-expected.txt:
+ * platform/qt/css2.1/t050803-c14-classes-00-e-expected.png:
+ * platform/qt/css2.1/t050803-c14-classes-00-e-expected.txt:
+ * platform/qt/css2.1/t0509-c15-ids-00-a-expected.png:
+ * platform/qt/css2.1/t0509-c15-ids-00-a-expected.txt:
+ * platform/qt/css2.1/t0509-c15-ids-01-e-expected.png:
+ * platform/qt/css2.1/t0509-c15-ids-01-e-expected.txt:
+ * platform/qt/css2.1/t0509-id-sel-syntax-01-f-expected.png:
+ * platform/qt/css2.1/t0509-id-sel-syntax-01-f-expected.txt:
+ * platform/qt/css2.1/t0509-id-sel-syntax-02-b-expected.png:
+ * platform/qt/css2.1/t0509-id-sel-syntax-02-b-expected.txt:
+ * platform/qt/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.png:
+ * platform/qt/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.txt:
+ * platform/qt/css2.1/t0511-c21-pseud-anch-00-e-i-expected.png:
+ * platform/qt/css2.1/t0511-c21-pseud-anch-00-e-i-expected.txt:
+ * platform/qt/css2.1/t0511-c21-pseud-link-00-e-expected.png:
+ * platform/qt/css2.1/t0511-c21-pseud-link-00-e-expected.txt:
+ * platform/qt/css2.1/t0511-c21-pseud-link-01-e-expected.png:
+ * platform/qt/css2.1/t0511-c21-pseud-link-01-e-expected.txt:
+ * platform/qt/css2.1/t0511-c21-pseud-link-02-e-expected.png:
+ * platform/qt/css2.1/t0511-c21-pseud-link-02-e-expected.txt:
+ * platform/qt/css2.1/t0511-c21-pseud-link-03-e-expected.png:
+ * platform/qt/css2.1/t0511-c21-pseud-link-03-e-expected.txt:
+ * platform/qt/css2.1/t051103-c21-activ-ln-00-e-i-expected.png:
+ * platform/qt/css2.1/t051103-c21-activ-ln-00-e-i-expected.txt:
+ * platform/qt/css2.1/t051103-c21-focus-ln-00-e-i-expected.png:
+ * platform/qt/css2.1/t051103-c21-focus-ln-00-e-i-expected.txt:
+ * platform/qt/css2.1/t051103-c21-hover-ln-00-e-i-expected.png:
+ * platform/qt/css2.1/t051103-c21-hover-ln-00-e-i-expected.txt:
+ * platform/qt/css2.1/t051103-dom-hover-01-c-io-expected.png:
+ * platform/qt/css2.1/t051103-dom-hover-01-c-io-expected.txt:
+ * platform/qt/css2.1/t051103-dom-hover-02-c-io-expected.png:
+ * platform/qt/css2.1/t051103-dom-hover-02-c-io-expected.txt:
+ * platform/qt/css2.1/t051202-c24-first-lttr-00-b-expected.png:
+ * platform/qt/css2.1/t051202-c24-first-lttr-00-b-expected.txt:
+ * platform/qt/css2.1/t051202-c26-psudo-nest-00-c-expected.png:
+ * platform/qt/css2.1/t051202-c26-psudo-nest-00-c-expected.txt:
+ * platform/qt/css2.1/t0602-c13-inh-underlin-00-e-expected.png:
+ * platform/qt/css2.1/t0602-c13-inh-underlin-00-e-expected.txt:
+ * platform/qt/css2.1/t0602-c13-inheritance-00-e-expected.png:
+ * platform/qt/css2.1/t0602-c13-inheritance-00-e-expected.txt:
+ * platform/qt/css2.1/t0602-inherit-bdr-pad-b-00-expected.png:
+ * platform/qt/css2.1/t0602-inherit-bdr-pad-b-00-expected.txt:
+ * platform/qt/css2.1/t0603-c11-import-00-b-expected.png:
+ * platform/qt/css2.1/t0603-c11-import-00-b-expected.txt:
+ * platform/qt/css2.1/t060401-c32-cascading-00-b-expected.png:
+ * platform/qt/css2.1/t060401-c32-cascading-00-b-expected.txt:
+ * platform/qt/css2.1/t060402-c31-important-00-b-expected.png:
+ * platform/qt/css2.1/t060402-c31-important-00-b-expected.txt:
+ * platform/qt/css2.1/t060403-c21-pseu-cls-00-e-i-expected.png:
+ * platform/qt/css2.1/t060403-c21-pseu-cls-00-e-i-expected.txt:
+ * platform/qt/css2.1/t060403-c21-pseu-id-00-e-i-expected.png:
+ * platform/qt/css2.1/t060403-c21-pseu-id-00-e-i-expected.txt:
+ * platform/qt/css2.1/t09-c5526c-display-00-e-expected.png:
+ * platform/qt/css2.1/t09-c5526c-display-00-e-expected.txt:
+ * platform/qt/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.png:
+ * platform/qt/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt:
+ * platform/qt/css2.1/t0905-c414-flt-00-d-expected.png:
+ * platform/qt/css2.1/t0905-c414-flt-00-d-expected.txt:
+ * platform/qt/css2.1/t0905-c414-flt-01-d-g-expected.png:
+ * platform/qt/css2.1/t0905-c414-flt-01-d-g-expected.txt:
+ * platform/qt/css2.1/t0905-c414-flt-02-c-expected.png:
+ * platform/qt/css2.1/t0905-c414-flt-02-c-expected.txt:
+ * platform/qt/css2.1/t0905-c414-flt-03-c-expected.png:
+ * platform/qt/css2.1/t0905-c414-flt-03-c-expected.txt:
+ * platform/qt/css2.1/t0905-c414-flt-04-c-expected.png:
+ * platform/qt/css2.1/t0905-c414-flt-04-c-expected.txt:
+ * platform/qt/css2.1/t0905-c414-flt-fit-00-d-expected.png:
+ * platform/qt/css2.1/t0905-c414-flt-fit-00-d-expected.txt:
+ * platform/qt/css2.1/t0905-c414-flt-fit-01-d-g-expected.png:
+ * platform/qt/css2.1/t0905-c414-flt-fit-01-d-g-expected.txt:
+ * platform/qt/css2.1/t0905-c414-flt-wrap-00-e-expected.png:
+ * platform/qt/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
+ * platform/qt/css2.1/t0905-c414-flt-wrap-01-d-g-expected.png:
+ * platform/qt/css2.1/t0905-c414-flt-wrap-01-d-g-expected.txt:
+ * platform/qt/css2.1/t0905-c5525-fltblck-00-d-ag-expected.png:
+ * platform/qt/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt:
+ * platform/qt/css2.1/t0905-c5525-fltblck-01-d-expected.png:
+ * platform/qt/css2.1/t0905-c5525-fltblck-01-d-expected.txt:
+ * platform/qt/css2.1/t0905-c5525-fltclr-00-c-ag-expected.png:
+ * platform/qt/css2.1/t0905-c5525-fltclr-00-c-ag-expected.txt:
+ * platform/qt/css2.1/t0905-c5525-fltcont-00-d-g-expected.png:
+ * platform/qt/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt:
+ * platform/qt/css2.1/t0905-c5525-flthw-00-c-g-expected.png:
+ * platform/qt/css2.1/t0905-c5525-flthw-00-c-g-expected.txt:
+ * platform/qt/css2.1/t0905-c5525-fltinln-00-c-ag-expected.png:
+ * platform/qt/css2.1/t0905-c5525-fltinln-00-c-ag-expected.txt:
+ * platform/qt/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.png:
+ * platform/qt/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.txt:
+ * platform/qt/css2.1/t0905-c5525-fltmult-00-d-g-expected.png:
+ * platform/qt/css2.1/t0905-c5525-fltmult-00-d-g-expected.txt:
+ * platform/qt/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
+ * platform/qt/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
+ * platform/qt/css2.1/t0905-c5525-fltwidth-01-c-g-expected.png:
+ * platform/qt/css2.1/t0905-c5525-fltwidth-01-c-g-expected.txt:
+ * platform/qt/css2.1/t0905-c5525-fltwidth-02-c-g-expected.png:
+ * platform/qt/css2.1/t0905-c5525-fltwidth-02-c-g-expected.txt:
+ * platform/qt/css2.1/t0905-c5525-fltwidth-03-c-g-expected.png:
+ * platform/qt/css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt:
+ * platform/qt/css2.1/t0905-c5525-fltwrap-00-b-expected.png:
+ * platform/qt/css2.1/t0905-c5525-fltwrap-00-b-expected.txt:
+ * platform/qt/css2.1/t0905-c5526-fltclr-00-c-ag-expected.png:
+ * platform/qt/css2.1/t0905-c5526-fltclr-00-c-ag-expected.txt:
+ * platform/qt/css2.1/t0905-c5526-flthw-00-c-g-expected.png:
+ * platform/qt/css2.1/t0905-c5526-flthw-00-c-g-expected.txt:
+ * platform/qt/css2.1/t090501-c414-flt-00-d-expected.png:
+ * platform/qt/css2.1/t090501-c414-flt-00-d-expected.txt:
+ * platform/qt/css2.1/t090501-c414-flt-01-b-expected.png:
+ * platform/qt/css2.1/t090501-c414-flt-01-b-expected.txt:
+ * platform/qt/css2.1/t090501-c414-flt-02-d-g-expected.png:
+ * platform/qt/css2.1/t090501-c414-flt-02-d-g-expected.txt:
+ * platform/qt/css2.1/t090501-c414-flt-03-b-g-expected.png:
+ * platform/qt/css2.1/t090501-c414-flt-03-b-g-expected.txt:
+ * platform/qt/css2.1/t090501-c414-flt-ln-00-d-expected.png:
+ * platform/qt/css2.1/t090501-c414-flt-ln-00-d-expected.txt:
+ * platform/qt/css2.1/t090501-c414-flt-ln-01-d-g-expected.png:
+ * platform/qt/css2.1/t090501-c414-flt-ln-01-d-g-expected.txt:
+ * platform/qt/css2.1/t090501-c414-flt-ln-02-d-expected.png:
+ * platform/qt/css2.1/t090501-c414-flt-ln-02-d-expected.txt:
+ * platform/qt/css2.1/t090501-c414-flt-ln-03-d-expected.png:
+ * platform/qt/css2.1/t090501-c414-flt-ln-03-d-expected.txt:
+ * platform/qt/css2.1/t090501-c5525-flt-l-00-b-g-expected.png:
+ * platform/qt/css2.1/t090501-c5525-flt-l-00-b-g-expected.txt:
+ * platform/qt/css2.1/t090501-c5525-flt-r-00-b-g-expected.png:
+ * platform/qt/css2.1/t090501-c5525-flt-r-00-b-g-expected.txt:
+ * platform/qt/css2.1/t1503-c522-font-family-00-b-expected.png:
+ * platform/qt/css2.1/t1503-c522-font-family-00-b-expected.txt:
+ * platform/qt/css2.1/t1508-c527-font-03-b-expected.png:
+ * platform/qt/css2.1/t1508-c527-font-03-b-expected.txt:
+ * platform/qt/css2.1/t1508-c527-font-06-b-expected.png:
+ * platform/qt/css2.1/t1508-c527-font-06-b-expected.txt:
+
+2012-07-25 Tommy Widenflycht <tommyw@google.com>
+
+ MediaStream API: Update MediaStreamTrack to match the specification
+ https://bugs.webkit.org/show_bug.cgi?id=90180
+
+ Reviewed by Adam Barth.
+
+ * fast/mediastream/MediaStreamTrack-expected.txt: Added.
+ * fast/mediastream/MediaStreamTrack.html: Added.
+
+2012-07-25 Allan Sandfeld Jensen <allan.jensen@nokia.com>
+
+ NodesFromRect and area-based hit-testing can not handle CSS transforms.
+ https://bugs.webkit.org/show_bug.cgi?id=85792
+
+ Reviewed by Eric Seidel.
+
+ Adds nodesFromRect tests that tests the API under the CSS transforms
+ scale and rotate.
+
+ * fast/dom/nodesFromRect/nodesFromRect-rotate-expected.txt: Added.
+ * fast/dom/nodesFromRect/nodesFromRect-rotate.html: Added.
+ * fast/dom/nodesFromRect/nodesFromRect-scale-expected.txt: Added.
+ * fast/dom/nodesFromRect/nodesFromRect-scale.html: Added.
+
+2012-07-25 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
+
+ [Qt] css2.1/t1* tests needs rebaseline after new testfonts
+ https://bugs.webkit.org/show_bug.cgi?id=92250
+
+ Unreviewed.
+
+ * platform/qt-5.0-wk2/Skipped:
+ * platform/qt-5.0/Skipped:
+ * platform/qt-5.0/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.txt: Removed.
+ * platform/qt-5.0/css2.1/t1202-counter-03-b-expected.txt: Removed.
+ * platform/qt-5.0/css2.1/t1202-counter-04-b-expected.txt: Removed.
+ * platform/qt-5.0/css2.1/t1202-counters-03-b-expected.txt: Removed.
+ * platform/qt-5.0/css2.1/t1205-c566-list-stl-01-c-g-expected.txt: Removed.
+ * platform/qt/css2.1/t1001-abs-pos-cb-01-b-expected.png:
+ * platform/qt/css2.1/t1001-abs-pos-cb-01-b-expected.txt:
+ * platform/qt/css2.1/t1001-abs-pos-cb-02-b-expected.png:
+ * platform/qt/css2.1/t1001-abs-pos-cb-02-b-expected.txt:
+ * platform/qt/css2.1/t1001-abs-pos-cb-03-b-expected.png:
+ * platform/qt/css2.1/t1001-abs-pos-cb-03-b-expected.txt:
+ * platform/qt/css2.1/t1001-abs-pos-cb-04-b-expected.png:
+ * platform/qt/css2.1/t1001-abs-pos-cb-04-b-expected.txt:
+ * platform/qt/css2.1/t1001-abs-pos-cb-05-b-expected.png:
+ * platform/qt/css2.1/t1001-abs-pos-cb-05-b-expected.txt:
+ * platform/qt/css2.1/t1001-abs-pos-cb-06-b-expected.png:
+ * platform/qt/css2.1/t1001-abs-pos-cb-06-b-expected.txt:
+ * platform/qt/css2.1/t1001-abs-pos-cb-07-b-expected.png:
+ * platform/qt/css2.1/t1001-abs-pos-cb-07-b-expected.txt:
+ * platform/qt/css2.1/t1001-abs-pos-cb-08-b-expected.png:
+ * platform/qt/css2.1/t1001-abs-pos-cb-08-b-expected.txt:
+ * platform/qt/css2.1/t1001-abs-pos-cb-09-b-expected.png:
+ * platform/qt/css2.1/t1001-abs-pos-cb-09-b-expected.txt:
+ * platform/qt/css2.1/t1002-c5523-width-00-b-g-expected.png:
+ * platform/qt/css2.1/t1002-c5523-width-00-b-g-expected.txt:
+ * platform/qt/css2.1/t1002-c5523-width-01-b-g-expected.png:
+ * platform/qt/css2.1/t1002-c5523-width-01-b-g-expected.txt:
+ * platform/qt/css2.1/t1002-c5523-width-02-b-g-expected.png:
+ * platform/qt/css2.1/t1002-c5523-width-02-b-g-expected.txt:
+ * platform/qt/css2.1/t100303-c412-blockw-00-d-ag-expected.png:
+ * platform/qt/css2.1/t100303-c412-blockw-00-d-ag-expected.txt:
+ * platform/qt/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.png:
+ * platform/qt/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.txt:
+ * platform/qt/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.png:
+ * platform/qt/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.txt:
+ * platform/qt/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.png:
+ * platform/qt/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.txt:
+ * platform/qt/css2.1/t1004-c5524-width-00-b-g-expected.png:
+ * platform/qt/css2.1/t1004-c5524-width-00-b-g-expected.txt:
+ * platform/qt/css2.1/t1005-c5524-width-00-b-g-expected.png:
+ * platform/qt/css2.1/t1005-c5524-width-00-b-g-expected.txt:
+ * platform/qt/css2.1/t1005-c5524-width-01-b-g-expected.png:
+ * platform/qt/css2.1/t1005-c5524-width-01-b-g-expected.txt:
+ * platform/qt/css2.1/t1008-c44-ln-box-00-d-ag-expected.png:
+ * platform/qt/css2.1/t1008-c44-ln-box-00-d-ag-expected.txt:
+ * platform/qt/css2.1/t1008-c44-ln-box-01-d-ag-expected.png:
+ * platform/qt/css2.1/t1008-c44-ln-box-01-d-ag-expected.txt:
+ * platform/qt/css2.1/t1008-c44-ln-box-03-d-ag-expected.png:
+ * platform/qt/css2.1/t1008-c44-ln-box-03-d-ag-expected.txt:
+ * platform/qt/css2.1/t100801-c42-ibx-ht-00-d-a-expected.png:
+ * platform/qt/css2.1/t100801-c42-ibx-ht-00-d-a-expected.txt:
+ * platform/qt/css2.1/t100801-c544-valgn-00-a-ag-expected.png:
+ * platform/qt/css2.1/t100801-c544-valgn-00-a-ag-expected.txt:
+ * platform/qt/css2.1/t100801-c544-valgn-02-d-agi-expected.png:
+ * platform/qt/css2.1/t100801-c544-valgn-02-d-agi-expected.txt:
+ * platform/qt/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
+ * platform/qt/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
+ * platform/qt/css2.1/t100801-c544-valgn-04-d-agi-expected.png:
+ * platform/qt/css2.1/t100801-c544-valgn-04-d-agi-expected.txt:
+ * platform/qt/css2.1/t100801-c548-leadin-00-d-a-expected.png:
+ * platform/qt/css2.1/t100801-c548-leadin-00-d-a-expected.txt:
+ * platform/qt/css2.1/t100801-c548-ln-ht-00-c-a-expected.png:
+ * platform/qt/css2.1/t100801-c548-ln-ht-00-c-a-expected.txt:
+ * platform/qt/css2.1/t100801-c548-ln-ht-01-b-ag-expected.png: Removed.
+ * platform/qt/css2.1/t100801-c548-ln-ht-01-b-ag-expected.txt: Removed.
+ * platform/qt/css2.1/t100801-c548-ln-ht-03-d-ag-expected.png:
+ * platform/qt/css2.1/t100801-c548-ln-ht-03-d-ag-expected.txt:
+ * platform/qt/css2.1/t100801-c548-ln-ht-04-d-ag-expected.png:
+ * platform/qt/css2.1/t100801-c548-ln-ht-04-d-ag-expected.txt:
+ * platform/qt/css2.1/t1202-counter-00-b-expected.png: Added.
+ * platform/qt/css2.1/t1202-counter-00-b-expected.txt:
+ * platform/qt/css2.1/t1202-counter-01-b-expected.png: Added.
+ * platform/qt/css2.1/t1202-counter-01-b-expected.txt:
+ * platform/qt/css2.1/t1202-counter-02-b-expected.png: Added.
+ * platform/qt/css2.1/t1202-counter-02-b-expected.txt:
+ * platform/qt/css2.1/t1202-counter-03-b-expected.png: Added.
+ * platform/qt/css2.1/t1202-counter-03-b-expected.txt:
+ * platform/qt/css2.1/t1202-counter-04-b-expected.png: Added.
+ * platform/qt/css2.1/t1202-counter-04-b-expected.txt:
+ * platform/qt/css2.1/t1202-counter-05-b-expected.png: Added.
+ * platform/qt/css2.1/t1202-counter-05-b-expected.txt:
+ * platform/qt/css2.1/t1202-counter-06-b-expected.png: Added.
+ * platform/qt/css2.1/t1202-counter-06-b-expected.txt:
+ * platform/qt/css2.1/t1202-counter-07-b-expected.png: Added.
+ * platform/qt/css2.1/t1202-counter-07-b-expected.txt:
+ * platform/qt/css2.1/t1202-counter-08-b-expected.png:
+ * platform/qt/css2.1/t1202-counter-08-b-expected.txt:
+ * platform/qt/css2.1/t1202-counter-11-b-expected.png: Added.
+ * platform/qt/css2.1/t1202-counter-11-b-expected.txt:
+ * platform/qt/css2.1/t1202-counter-12-b-expected.png: Added.
+ * platform/qt/css2.1/t1202-counter-12-b-expected.txt:
+ * platform/qt/css2.1/t1202-counter-13-b-expected.png: Added.
+ * platform/qt/css2.1/t1202-counter-13-b-expected.txt:
+ * platform/qt/css2.1/t1202-counter-14-b-expected.png: Added.
+ * platform/qt/css2.1/t1202-counter-14-b-expected.txt:
+ * platform/qt/css2.1/t1202-counter-16-f-expected.png: Added.
+ * platform/qt/css2.1/t1202-counter-16-f-expected.txt:
+ * platform/qt/css2.1/t1202-counters-00-b-expected.png: Added.
+ * platform/qt/css2.1/t1202-counters-00-b-expected.txt:
+ * platform/qt/css2.1/t1202-counters-01-b-expected.png: Added.
+ * platform/qt/css2.1/t1202-counters-01-b-expected.txt:
+ * platform/qt/css2.1/t1202-counters-02-b-expected.png: Added.
+ * platform/qt/css2.1/t1202-counters-02-b-expected.txt:
+ * platform/qt/css2.1/t1202-counters-03-b-expected.png: Added.
+ * platform/qt/css2.1/t1202-counters-03-b-expected.txt:
+ * platform/qt/css2.1/t1202-counters-05-b-expected.png: Added.
+ * platform/qt/css2.1/t1202-counters-05-b-expected.txt:
+ * platform/qt/css2.1/t1202-counters-06-b-expected.png: Added.
+ * platform/qt/css2.1/t1202-counters-06-b-expected.txt:
+ * platform/qt/css2.1/t1202-counters-07-b-expected.png: Added.
+ * platform/qt/css2.1/t1202-counters-07-b-expected.txt:
+ * platform/qt/css2.1/t1202-counters-08-b-expected.png:
+ * platform/qt/css2.1/t1202-counters-08-b-expected.txt:
+ * platform/qt/css2.1/t1202-counters-11-b-expected.png: Added.
+ * platform/qt/css2.1/t1202-counters-11-b-expected.txt:
+ * platform/qt/css2.1/t1202-counters-12-b-expected.png: Added.
+ * platform/qt/css2.1/t1202-counters-12-b-expected.txt:
+ * platform/qt/css2.1/t1202-counters-13-b-expected.png: Added.
+ * platform/qt/css2.1/t1202-counters-13-b-expected.txt:
+ * platform/qt/css2.1/t1202-counters-14-b-expected.png: Added.
+ * platform/qt/css2.1/t1202-counters-14-b-expected.txt:
+ * platform/qt/css2.1/t1202-counters-16-c-expected.png: Added.
+ * platform/qt/css2.1/t1202-counters-16-c-expected.txt:
+ * platform/qt/css2.1/t1202-counters-17-d-expected.png: Added.
+ * platform/qt/css2.1/t1202-counters-17-d-expected.txt:
+ * platform/qt/css2.1/t1202-counters-18-f-expected.png: Added.
+ * platform/qt/css2.1/t1202-counters-18-f-expected.txt:
+ * platform/qt/css2.1/t1204-implied-00-b-expected.png:
+ * platform/qt/css2.1/t1204-implied-00-b-expected.txt:
+ * platform/qt/css2.1/t1204-implied-01-c-expected.png:
+ * platform/qt/css2.1/t1204-implied-01-c-expected.txt:
+ * platform/qt/css2.1/t1204-implied-02-d-expected.png:
+ * platform/qt/css2.1/t1204-implied-02-d-expected.txt:
+ * platform/qt/css2.1/t1204-multiple-00-c-expected.png:
+ * platform/qt/css2.1/t1204-multiple-00-c-expected.txt:
+ * platform/qt/css2.1/t1204-multiple-01-c-expected.png:
+ * platform/qt/css2.1/t1204-multiple-01-c-expected.txt:
+ * platform/qt/css2.1/t1204-order-00-c-expected.png:
+ * platform/qt/css2.1/t1204-order-00-c-expected.txt:
+ * platform/qt/css2.1/t1204-order-01-d-expected.png:
+ * platform/qt/css2.1/t1204-order-01-d-expected.txt:
+ * platform/qt/css2.1/t1204-root-e-expected.png:
+ * platform/qt/css2.1/t1204-root-e-expected.txt:
+ * platform/qt/css2.1/t120401-scope-00-b-expected.png:
+ * platform/qt/css2.1/t120401-scope-00-b-expected.txt:
+ * platform/qt/css2.1/t120401-scope-01-c-expected.png:
+ * platform/qt/css2.1/t120401-scope-01-c-expected.txt:
+ * platform/qt/css2.1/t120401-scope-02-c-expected.png:
+ * platform/qt/css2.1/t120401-scope-02-c-expected.txt:
+ * platform/qt/css2.1/t120401-scope-03-c-expected.png:
+ * platform/qt/css2.1/t120401-scope-03-c-expected.txt:
+ * platform/qt/css2.1/t120401-scope-04-d-expected.png:
+ * platform/qt/css2.1/t120401-scope-04-d-expected.txt:
+ * platform/qt/css2.1/t120403-content-none-00-c-expected.png:
+ * platform/qt/css2.1/t120403-content-none-00-c-expected.txt:
+ * platform/qt/css2.1/t120403-display-none-00-c-expected.png:
+ * platform/qt/css2.1/t120403-display-none-00-c-expected.txt:
+ * platform/qt/css2.1/t120403-visibility-00-c-expected.png:
+ * platform/qt/css2.1/t120403-visibility-00-c-expected.txt:
+ * platform/qt/css2.1/t1205-c561-list-displ-00-b-expected.png: Added.
+ * platform/qt/css2.1/t1205-c561-list-displ-00-b-expected.txt:
+ * platform/qt/css2.1/t1205-c563-list-type-00-b-expected.png: Added.
+ * platform/qt/css2.1/t1205-c563-list-type-00-b-expected.txt:
+ * platform/qt/css2.1/t1205-c563-list-type-01-b-expected.png: Added.
+ * platform/qt/css2.1/t1205-c563-list-type-01-b-expected.txt:
+ * platform/qt/css2.1/t1205-c564-list-img-00-b-g-expected.png: Added.
+ * platform/qt/css2.1/t1205-c564-list-img-00-b-g-expected.txt:
+ * platform/qt/css2.1/t1205-c565-list-pos-00-b-expected.png: Added.
+ * platform/qt/css2.1/t1205-c565-list-pos-00-b-expected.txt:
+ * platform/qt/css2.1/t1205-c566-list-stl-00-e-ag-expected.png: Added.
+ * platform/qt/css2.1/t1205-c566-list-stl-00-e-ag-expected.txt:
+ * platform/qt/css2.1/t1205-c566-list-stl-01-c-g-expected.png: Added.
+ * platform/qt/css2.1/t1205-c566-list-stl-01-c-g-expected.txt:
+ * platform/qt/css2.1/t1401-c531-color-00-a-expected.png:
+ * platform/qt/css2.1/t1401-c531-color-00-a-expected.txt:
+ * platform/qt/css2.1/t1402-c45-bg-canvas-00-b-expected.png:
+ * platform/qt/css2.1/t1402-c45-bg-canvas-00-b-expected.txt:
+ * platform/qt/css2.1/t140201-c532-bgcolor-00-a-expected.png: Added.
+ * platform/qt/css2.1/t140201-c532-bgcolor-00-a-expected.txt:
+ * platform/qt/css2.1/t140201-c532-bgcolor-01-b-expected.png: Added.
+ * platform/qt/css2.1/t140201-c532-bgcolor-01-b-expected.txt:
+ * platform/qt/css2.1/t140201-c533-bgimage-00-a-expected.png: Added.
+ * platform/qt/css2.1/t140201-c533-bgimage-00-a-expected.txt:
+ * platform/qt/css2.1/t140201-c533-bgimage-01-b-g-expected.png: Added.
+ * platform/qt/css2.1/t140201-c533-bgimage-01-b-g-expected.txt:
+ * platform/qt/css2.1/t140201-c534-bgre-00-b-ag-expected.png: Added.
+ * platform/qt/css2.1/t140201-c534-bgre-00-b-ag-expected.txt:
+ * platform/qt/css2.1/t140201-c534-bgre-01-b-ag-expected.png:
+ * platform/qt/css2.1/t140201-c534-bgre-01-b-ag-expected.txt:
+ * platform/qt/css2.1/t140201-c535-bg-fixd-00-b-g-expected.png: Added.
+ * platform/qt/css2.1/t140201-c535-bg-fixd-00-b-g-expected.txt:
+ * platform/qt/css2.1/t140201-c536-bgpos-00-b-ag-expected.png: Added.
+ * platform/qt/css2.1/t140201-c536-bgpos-00-b-ag-expected.txt:
+ * platform/qt/css2.1/t140201-c536-bgpos-01-b-ag-expected.png:
+ * platform/qt/css2.1/t140201-c536-bgpos-01-b-ag-expected.txt:
+ * platform/qt/css2.1/t140201-c537-bgfxps-00-c-ag-expected.png:
+ * platform/qt/css2.1/t140201-c537-bgfxps-00-c-ag-expected.txt:
+ * platform/qt/css2.1/t1504-c523-font-style-00-b-expected.png: Added.
+ * platform/qt/css2.1/t1504-c523-font-style-00-b-expected.txt:
+ * platform/qt/css2.1/t1505-c524-font-var-00-b-expected.png:
+ * platform/qt/css2.1/t1505-c524-font-var-00-b-expected.txt:
+ * platform/qt/css2.1/t1506-c525-font-wt-00-b-expected.png: Added.
+ * platform/qt/css2.1/t1506-c525-font-wt-00-b-expected.txt:
+ * platform/qt/css2.1/t1507-c526-font-sz-00-b-expected.png: Added.
+ * platform/qt/css2.1/t1507-c526-font-sz-00-b-expected.txt:
+ * platform/qt/css2.1/t1507-c526-font-sz-01-b-a-expected.png: Added.
+ * platform/qt/css2.1/t1507-c526-font-sz-01-b-a-expected.txt:
+ * platform/qt/css2.1/t1507-c526-font-sz-02-b-a-expected.png: Added.
+ * platform/qt/css2.1/t1507-c526-font-sz-02-b-a-expected.txt:
+ * platform/qt/css2.1/t1507-c526-font-sz-03-f-a-expected.png: Added.
+ * platform/qt/css2.1/t1507-c526-font-sz-03-f-a-expected.txt:
+ * platform/qt/css2.1/t1508-c527-font-00-b-expected.png: Added.
+ * platform/qt/css2.1/t1508-c527-font-00-b-expected.txt:
+ * platform/qt/css2.1/t1508-c527-font-01-b-expected.png: Added.
+ * platform/qt/css2.1/t1508-c527-font-01-b-expected.txt:
+ * platform/qt/css2.1/t1508-c527-font-02-b-expected.png: Added.
+ * platform/qt/css2.1/t1508-c527-font-02-b-expected.txt:
+ * platform/qt/css2.1/t1508-c527-font-04-b-expected.png: Added.
+ * platform/qt/css2.1/t1508-c527-font-04-b-expected.txt:
+ * platform/qt/css2.1/t1508-c527-font-05-b-expected.png: Added.
+ * platform/qt/css2.1/t1508-c527-font-05-b-expected.txt:
+ * platform/qt/css2.1/t1508-c527-font-07-b-expected.png: Added.
+ * platform/qt/css2.1/t1508-c527-font-07-b-expected.txt:
+ * platform/qt/css2.1/t1508-c527-font-08-b-expected.png: Added.
+ * platform/qt/css2.1/t1508-c527-font-08-b-expected.txt:
+ * platform/qt/css2.1/t1508-c527-font-09-b-expected.png: Added.
+ * platform/qt/css2.1/t1508-c527-font-09-b-expected.txt: Added.
+ * platform/qt/css2.1/t1508-c527-font-10-c-expected.png: Added.
+ * platform/qt/css2.1/t1508-c527-font-10-c-expected.txt:
+ * platform/qt/css2.1/t1601-c547-indent-01-d-expected.png:
+ * platform/qt/css2.1/t1601-c547-indent-01-d-expected.txt:
+ * platform/qt/css2.1/t1602-c546-txt-align-00-b-expected.png:
+ * platform/qt/css2.1/t1602-c546-txt-align-00-b-expected.txt:
+ * platform/qt/css2.1/t1604-c541-word-sp-01-b-a-expected.png:
+ * platform/qt/css2.1/t1604-c541-word-sp-01-b-a-expected.txt:
+ * platform/qt/css2.1/t1606-c562-white-sp-00-b-ag-expected.png:
+ * platform/qt/css2.1/t1606-c562-white-sp-00-b-ag-expected.txt:
+
+2012-07-25 Pavel Feldman <pfeldman@chromium.org>
+
+ Web Inspector: disabling property should remove "overriden" decoration from overriden UA shorthand.
+ https://bugs.webkit.org/show_bug.cgi?id=92253
+
+ Reviewed by Vsevolod Vlasov.
+
+ * inspector/styles/styles-disable-then-enable-overriden-ua-expected.txt: Added.
+ * inspector/styles/styles-disable-then-enable-overriden-ua.html: Added.
+
+2012-07-25 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
+
+ [Qt] css2.1/t040* rebaseline after new test fonts
+ https://bugs.webkit.org/show_bug.cgi?id=92248
+
+ Unreviewed.
+
+ * platform/qt-5.0/Skipped:
+ * platform/qt/css2.1/t040102-keywords-00-b-expected.png: Added.
+ * platform/qt/css2.1/t040102-keywords-00-b-expected.txt:
+ * platform/qt/css2.1/t040102-keywords-01-b-expected.png: Added.
+ * platform/qt/css2.1/t040102-keywords-01-b-expected.txt:
+ * platform/qt/css2.1/t040103-case-00-b-expected.png: Added.
+ * platform/qt/css2.1/t040103-case-00-b-expected.txt:
+ * platform/qt/css2.1/t040103-case-01-c-expected.png: Added.
+ * platform/qt/css2.1/t040103-case-01-c-expected.txt:
+ * platform/qt/css2.1/t040103-escapes-00-b-expected.png: Added.
+ * platform/qt/css2.1/t040103-escapes-00-b-expected.txt:
+ * platform/qt/css2.1/t040103-escapes-01-b-expected.png:
+ * platform/qt/css2.1/t040103-escapes-01-b-expected.txt:
+ * platform/qt/css2.1/t040103-escapes-02-d-expected.png: Added.
+ * platform/qt/css2.1/t040103-escapes-02-d-expected.txt:
+ * platform/qt/css2.1/t040103-escapes-03-b-expected.png: Added.
+ * platform/qt/css2.1/t040103-escapes-03-b-expected.txt:
+ * platform/qt/css2.1/t040103-escapes-04-b-expected.png: Added.
+ * platform/qt/css2.1/t040103-escapes-04-b-expected.txt:
+ * platform/qt/css2.1/t040103-escapes-05-c-expected.png: Added.
+ * platform/qt/css2.1/t040103-escapes-05-c-expected.txt:
+ * platform/qt/css2.1/t040103-escapes-06-b-expected.png: Added.
+ * platform/qt/css2.1/t040103-escapes-06-b-expected.txt:
+ * platform/qt/css2.1/t040103-escapes-07-b-expected.png: Added.
+ * platform/qt/css2.1/t040103-escapes-07-b-expected.txt:
+ * platform/qt/css2.1/t040103-escapes-08-b-expected.png: Added.
+ * platform/qt/css2.1/t040103-escapes-08-b-expected.txt:
+ * platform/qt/css2.1/t040103-ident-00-c-expected.png: Added.
+ * platform/qt/css2.1/t040103-ident-00-c-expected.txt:
+ * platform/qt/css2.1/t040103-ident-01-c-expected.png: Added.
+ * platform/qt/css2.1/t040103-ident-01-c-expected.txt:
+ * platform/qt/css2.1/t040103-ident-02-c-expected.png: Added.
+ * platform/qt/css2.1/t040103-ident-02-c-expected.txt:
+ * platform/qt/css2.1/t040103-ident-03-c-expected.txt: Removed.
+ * platform/qt/css2.1/t040103-ident-04-c-expected.png: Added.
+ * platform/qt/css2.1/t040103-ident-04-c-expected.txt:
+ * platform/qt/css2.1/t040103-ident-05-c-expected.png: Added.
+ * platform/qt/css2.1/t040103-ident-05-c-expected.txt:
+ * platform/qt/css2.1/t040103-ident-06-c-expected.png: Added.
+ * platform/qt/css2.1/t040103-ident-06-c-expected.txt:
+ * platform/qt/css2.1/t040103-ident-07-c-expected.png: Added.
+ * platform/qt/css2.1/t040103-ident-07-c-expected.txt:
+ * platform/qt/css2.1/t040103-ident-08-c-expected.png: Added.
+ * platform/qt/css2.1/t040103-ident-08-c-expected.txt:
+ * platform/qt/css2.1/t040103-ident-09-c-expected.png: Added.
+ * platform/qt/css2.1/t040103-ident-09-c-expected.txt:
+ * platform/qt/css2.1/t040103-ident-10-c-expected.png: Added.
+ * platform/qt/css2.1/t040103-ident-10-c-expected.txt:
+ * platform/qt/css2.1/t040103-ident-11-c-expected.png: Added.
+ * platform/qt/css2.1/t040103-ident-11-c-expected.txt:
+ * platform/qt/css2.1/t040103-ident-12-c-expected.png: Added.
+ * platform/qt/css2.1/t040103-ident-12-c-expected.txt:
+ * platform/qt/css2.1/t040103-ident-13-c-expected.png: Added.
+ * platform/qt/css2.1/t040103-ident-13-c-expected.txt:
+ * platform/qt/css2.1/t040105-atkeyw-00-b-expected.png: Added.
+ * platform/qt/css2.1/t040105-atkeyw-00-b-expected.txt:
+ * platform/qt/css2.1/t040105-atkeyw-01-b-expected.png: Added.
+ * platform/qt/css2.1/t040105-atkeyw-01-b-expected.txt:
+ * platform/qt/css2.1/t040105-atkeyw-02-b-expected.png: Added.
+ * platform/qt/css2.1/t040105-atkeyw-02-b-expected.txt:
+ * platform/qt/css2.1/t040105-atrule-00-b-expected.png: Added.
+ * platform/qt/css2.1/t040105-atrule-00-b-expected.txt:
+ * platform/qt/css2.1/t040105-atrule-01-b-expected.png: Added.
+ * platform/qt/css2.1/t040105-atrule-01-b-expected.txt:
+ * platform/qt/css2.1/t040105-atrule-02-b-expected.png: Added.
+ * platform/qt/css2.1/t040105-atrule-02-b-expected.txt:
+ * platform/qt/css2.1/t040105-atrule-03-b-expected.png: Added.
+ * platform/qt/css2.1/t040105-atrule-03-b-expected.txt:
+ * platform/qt/css2.1/t040105-atrule-04-b-expected.png: Added.
+ * platform/qt/css2.1/t040105-atrule-04-b-expected.txt:
+ * platform/qt/css2.1/t040105-import-00-b-expected.png: Added.
+ * platform/qt/css2.1/t040105-import-00-b-expected.txt:
+ * platform/qt/css2.1/t040105-import-01-b-expected.png: Added.
+ * platform/qt/css2.1/t040105-import-01-b-expected.txt:
+ * platform/qt/css2.1/t040105-import-10-b-expected.png:
+ * platform/qt/css2.1/t040105-import-10-b-expected.txt:
+ * platform/qt/css2.1/t040109-c17-comments-00-b-expected.png: Added.
+ * platform/qt/css2.1/t040109-c17-comments-00-b-expected.txt:
+ * platform/qt/css2.1/t040109-c17-comments-01-b-expected.png: Added.
+ * platform/qt/css2.1/t040109-c17-comments-01-b-expected.txt:
+ * platform/qt/css2.1/t0402-c71-fwd-parsing-00-f-expected.png: Added.
+ * platform/qt/css2.1/t0402-c71-fwd-parsing-00-f-expected.txt:
+ * platform/qt/css2.1/t0402-c71-fwd-parsing-01-f-expected.png: Added.
+ * platform/qt/css2.1/t0402-c71-fwd-parsing-01-f-expected.txt:
+ * platform/qt/css2.1/t0402-c71-fwd-parsing-02-f-expected.png: Added.
+ * platform/qt/css2.1/t0402-c71-fwd-parsing-02-f-expected.txt:
+ * platform/qt/css2.1/t0402-c71-fwd-parsing-03-f-expected.png: Added.
+ * platform/qt/css2.1/t0402-c71-fwd-parsing-03-f-expected.txt:
+ * platform/qt/css2.1/t0402-c71-fwd-parsing-04-f-expected.png: Added.
+ * platform/qt/css2.1/t0402-c71-fwd-parsing-04-f-expected.txt:
+ * platform/qt/css2.1/t0402-syntax-01-f-expected.png: Added.
+ * platform/qt/css2.1/t0402-syntax-01-f-expected.txt:
+ * platform/qt/css2.1/t0402-syntax-02-f-expected.png: Added.
+ * platform/qt/css2.1/t0402-syntax-02-f-expected.txt:
+ * platform/qt/css2.1/t0402-syntax-03-f-expected.png: Added.
+ * platform/qt/css2.1/t0402-syntax-03-f-expected.txt:
+ * platform/qt/css2.1/t0402-syntax-04-f-expected.png: Added.
+ * platform/qt/css2.1/t0402-syntax-04-f-expected.txt:
+ * platform/qt/css2.1/t0402-syntax-05-f-expected.png: Added.
+ * platform/qt/css2.1/t0402-syntax-05-f-expected.txt:
+ * platform/qt/css2.1/t0402-syntax-06-f-expected.png: Added.
+ * platform/qt/css2.1/t0402-syntax-06-f-expected.txt:
+ * platform/qt/css2.1/t040302-c61-ex-len-00-b-a-expected.png: Added.
+ * platform/qt/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
+ * platform/qt/css2.1/t040302-c61-phys-len-00-b-expected.png: Added.
+ * platform/qt/css2.1/t040302-c61-phys-len-00-b-expected.txt:
+ * platform/qt/css2.1/t040302-c61-rel-len-00-b-ag-expected.png: Added.
+ * platform/qt/css2.1/t040302-c61-rel-len-00-b-ag-expected.txt:
+ * platform/qt/css2.1/t040303-c62-percent-00-b-ag-expected.png:
+ * platform/qt/css2.1/t040303-c62-percent-00-b-ag-expected.txt:
+ * platform/qt/css2.1/t040304-c64-uri-00-a-g-expected.png: Added.
+ * platform/qt/css2.1/t040304-c64-uri-00-a-g-expected.txt:
+ * platform/qt/css2.1/t040306-c63-color-00-b-ag-expected.png: Added.
+ * platform/qt/css2.1/t040306-c63-color-00-b-ag-expected.txt:
+ * platform/qt/css2.1/t040306-syntax-01-f-expected.png: Added.
+ * platform/qt/css2.1/t040306-syntax-01-f-expected.txt:
+ * platform/qt/css2.1/t040307-syntax-01-b-expected.png: Added.
+ * platform/qt/css2.1/t040307-syntax-01-b-expected.txt:
+
+2012-07-25 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
+
+ [Qt] Fix rebaseline for two tests in svg/hixie
+ https://bugs.webkit.org/show_bug.cgi?id=92244
+
+ Reviewed by Alexis Menard.
+
+ * platform/qt-5.0/svg/hixie/intrinsic/003-expected.txt: Removed.
+ * platform/qt/svg/hixie/error/017-expected.txt:
+ * platform/qt/svg/hixie/intrinsic/003-expected.png:
+
+2012-07-25 Pavel Feldman <pfeldman@chromium.org>
+
+ Web Inspector: Redundant Style Declarations Missing in Styles Section
+ https://bugs.webkit.org/show_bug.cgi?id=91931
+
+ Reviewed by Vsevolod Vlasov.
+
+ * http/tests/inspector/elements-test.js:
+ (initialize_ElementTest.InspectorTest.dumpStyleTreeItem):
+ * inspector/elements/elements-panel-styles-expected.txt:
+ * inspector/styles/force-pseudo-state-expected.txt:
+ * inspector/styles/inject-stylesheet-expected.txt:
+ * inspector/styles/lazy-computed-style-expected.txt:
+ * inspector/styles/styles-overriden-properties-expected.txt: Added.
+ * inspector/styles/styles-overriden-properties.html: Added.
+ * inspector/styles/styles-update-from-js-expected.txt:
+ * platform/chromium/inspector/styles/inject-stylesheet-expected.txt: Removed.
+
+2012-07-25 Csaba Osztrogonác <ossy@webkit.org>
+
+ [Qt] Unreviewed gardening.
+
+ * platform/qt/Skipped: Skip 2 more tests because of minor 32/64 bit differences.
+
+2012-07-25 Alexis Menard <alexis.menard@openbossa.org>
+
+ [Qt] svg/dom, svg/filters, svg/foreignObject rebaseline after new test fonts.
+ https://bugs.webkit.org/show_bug.cgi?id=92243
+
+ Unreviewed gardening.
+
+ These tests have been skipped because monospace fonts weren't properly used by
+ layout tests. After r121971, the test results are normal again.
+
+ * platform/qt-5.0/Skipped:
+ * platform/qt/svg/dom/SVGPathSegList-cloning-expected.png:
+ * platform/qt/svg/dom/SVGPathSegList-cloning-expected.txt:
+ * platform/qt/svg/dom/SVGPathSegList-segment-modification-expected.png:
+ * platform/qt/svg/dom/SVGPathSegList-segment-modification-expected.txt:
+ * platform/qt/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png:
+ * platform/qt/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.txt:
+ * platform/qt/svg/filters/feColorMatrix-values-expected.txt:
+ * platform/qt/svg/filters/feComposite-expected.png: Added.
+ * platform/qt/svg/filters/feComposite-expected.txt:
+ * platform/qt/svg/filters/filter-on-filter-for-text-expected.png:
+ * platform/qt/svg/filters/filter-on-filter-for-text-expected.txt:
+ * platform/qt/svg/filters/filter-on-tspan-expected.png:
+ * platform/qt/svg/filters/filter-on-tspan-expected.txt:
+ * platform/qt/svg/filters/filter-width-update-expected.png:
+ * platform/qt/svg/filters/filter-width-update-expected.txt:
+ * platform/qt/svg/filters/sourceAlpha-expected.png: Added.
+ * platform/qt/svg/filters/sourceAlpha-expected.txt:
+ * platform/qt/svg/foreignObject/fO-parent-display-changes-expected.txt:
+ * platform/qt/svg/foreignObject/fO-parent-display-none-expected.txt:
+ * platform/qt/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt:
+ * platform/qt/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt:
+ * platform/qt/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.txt:
+ * platform/qt/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.png:
+ * platform/qt/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.txt:
+ * platform/qt/svg/foreignObject/svg-document-as-direct-child-expected.txt:
+ * platform/qt/svg/foreignObject/svg-document-in-html-document-expected.png:
+ * platform/qt/svg/foreignObject/svg-document-in-html-document-expected.txt:
+
+2012-07-25 Alexis Menard <alexis.menard@openbossa.org>
+
+ [Qt] svg/hixie rebaseline after new test fonts.
+ https://bugs.webkit.org/show_bug.cgi?id=92242
+
+ Unreviewed gardening.
+
+ These tests have been skipped because monospace fonts weren't properly used by
+ layout tests. After r121971, the test results are normal again.
+
+ * platform/qt-5.0/Skipped:
+ * platform/qt/svg/hixie/dynamic/002-expected.txt:
+ * platform/qt/svg/hixie/error/002-expected.txt:
+ * platform/qt/svg/hixie/error/003-expected.png:
+ * platform/qt/svg/hixie/error/003-expected.txt:
+ * platform/qt/svg/hixie/error/010-expected.png:
+ * platform/qt/svg/hixie/error/010-expected.txt:
+ * platform/qt/svg/hixie/error/011-expected.png:
+ * platform/qt/svg/hixie/error/011-expected.txt:
+ * platform/qt/svg/hixie/error/013-expected.png:
+ * platform/qt/svg/hixie/error/013-expected.txt:
+ * platform/qt/svg/hixie/error/017-expected.png:
+ * platform/qt/svg/hixie/error/017-expected.txt:
+ * platform/qt/svg/hixie/intrinsic/001-expected.png:
+ * platform/qt/svg/hixie/intrinsic/001-expected.txt:
+ * platform/qt/svg/hixie/intrinsic/002-expected.png:
+ * platform/qt/svg/hixie/intrinsic/002-expected.txt:
+ * platform/qt/svg/hixie/intrinsic/003-expected.png:
+ * platform/qt/svg/hixie/intrinsic/003-expected.txt:
+ * platform/qt/svg/hixie/links/002-expected.png:
+ * platform/qt/svg/hixie/links/002-expected.txt:
+ * platform/qt/svg/hixie/mixed/003-expected.png:
+ * platform/qt/svg/hixie/mixed/003-expected.txt:
+ * platform/qt/svg/hixie/mixed/004-expected.txt: Added.
+ * platform/qt/svg/hixie/mixed/005-expected.txt: Added.
+ * platform/qt/svg/hixie/mixed/006-expected.png:
+ * platform/qt/svg/hixie/mixed/006-expected.txt:
+ * platform/qt/svg/hixie/mixed/007-expected.txt:
+ * platform/qt/svg/hixie/mixed/008-expected.png:
+ * platform/qt/svg/hixie/mixed/008-expected.txt:
+ * platform/qt/svg/hixie/mixed/009-expected.png:
+ * platform/qt/svg/hixie/mixed/009-expected.txt:
+ * platform/qt/svg/hixie/mixed/010-expected.png:
+ * platform/qt/svg/hixie/mixed/010-expected.txt:
+ * platform/qt/svg/hixie/mixed/011-expected.png:
+ * platform/qt/svg/hixie/mixed/011-expected.txt:
+ * platform/qt/svg/hixie/perf/001-expected.txt:
+ * platform/qt/svg/hixie/perf/002-expected.txt:
+ * platform/qt/svg/hixie/perf/003-expected.png:
+ * platform/qt/svg/hixie/perf/003-expected.txt:
+ * platform/qt/svg/hixie/perf/004-expected.png:
+ * platform/qt/svg/hixie/perf/004-expected.txt:
+ * platform/qt/svg/hixie/perf/005-expected.png:
+ * platform/qt/svg/hixie/perf/005-expected.txt:
+ * platform/qt/svg/hixie/perf/006-expected.png:
+ * platform/qt/svg/hixie/perf/006-expected.txt:
+ * platform/qt/svg/hixie/perf/007-expected.png:
+ * platform/qt/svg/hixie/perf/007-expected.txt:
+ * platform/qt/svg/hixie/processing-model/003-expected.png:
+ * platform/qt/svg/hixie/processing-model/003-expected.txt:
+ * platform/qt/svg/hixie/processing-model/004-expected.png:
+ * platform/qt/svg/hixie/processing-model/004-expected.txt:
+ * platform/qt/svg/hixie/rendering-model/003-expected.png:
+ * platform/qt/svg/hixie/rendering-model/003-expected.txt:
+ * platform/qt/svg/hixie/rendering-model/004-expected.png:
+ * platform/qt/svg/hixie/rendering-model/004-expected.txt:
+ * platform/qt/svg/hixie/text/002-expected.png:
+ * platform/qt/svg/hixie/text/002-expected.txt:
+ * platform/qt/svg/hixie/text/003-expected.png:
+ * platform/qt/svg/hixie/text/003-expected.txt:
+ * platform/qt/svg/hixie/text/003a-expected.png:
+ * platform/qt/svg/hixie/text/003a-expected.txt:
+ * platform/qt/svg/hixie/text/003b-expected.png:
+ * platform/qt/svg/hixie/text/003b-expected.txt:
+ * platform/qt/svg/hixie/viewbox/002-expected.txt:
+ * platform/qt/svg/hixie/viewbox/003-expected.txt:
+ * platform/qt/svg/hixie/viewbox/preserveAspectRatio/001-expected.png:
+ * platform/qt/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
+ * platform/qt/svg/hixie/viewbox/preserveAspectRatio/002-expected.png:
+ * platform/qt/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
+
+2012-07-25 Csaba Osztrogonác <ossy@webkit.org>
+
+ [Qt] Unreviewed gardening.
+
+ * platform/qt-4.8/Skipped: Unskip now passing tests. (bug85203)
+ * platform/qt/Skipped: Skip new tests without expected files.
+
+2012-07-25 Dominik Röttsches <dominik.rottsches@intel.com>
+
+ [EFL] Rebaseline for changed mathml dump after r123492
+ https://bugs.webkit.org/show_bug.cgi?id=92234
+
+ Unreviewed, EFL rebaseline.
+
+ * platform/efl/mathml/msub-anonymous-child-render-crash-expected.txt: Added.
+
+2012-07-25 Shinya Kawanaka <shinyak@chromium.org>
+
+ A validation bubble should not be modifiable.
+ https://bugs.webkit.org/show_bug.cgi?id=92217
+
+ Reviewed by Kent Tamura.
+
+ * fast/forms/validation-message-user-modify-expected.txt: Added.
+ * fast/forms/validation-message-user-modify.html: Added.
+
+2012-07-25 Csaba Osztrogonác <ossy@webkit.org>
+
+ [Qt] Unreviewed gardening, update Qt5 specific test results.
+
+ * platform/qt-5.0-wk1/fast/text/whitespace/028-expected.png: Added.
+ * platform/qt-5.0-wk1/fast/text/whitespace/028-expected.txt: Added.
+ * platform/qt-5.0-wk2/fast/text/whitespace/028-expected.png: Added.
+ * platform/qt-5.0-wk2/fast/text/whitespace/028-expected.txt: Added.
+ * platform/qt-5.0/css2.1/t0805-c5519-brdr-r-01-e-expected.png: Added.
+ * platform/qt-5.0/css2.1/t0805-c5519-brdr-r-01-e-expected.txt: Added.
+ * platform/qt-5.0/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
+ * platform/qt-5.0/svg/as-image/img-preserveAspectRatio-support-1-expected.txt:
+ * platform/qt-5.0/svg/as-object/object-box-sizing-no-width-height-expected.png: Added.
+ * platform/qt-5.0/svg/as-object/object-box-sizing-no-width-height-expected.txt: Added.
+ * platform/qt-5.0/svg/batik/text/longTextOnPath-expected.png: Added.
+ * platform/qt-5.0/svg/batik/text/longTextOnPath-expected.txt: Added.
+ * platform/qt-5.0/svg/carto.net/tabgroup-expected.png: Added.
+ * platform/qt-5.0/svg/carto.net/tabgroup-expected.txt: Added.
+
+2012-07-25 Balazs Ankes <bank@inf.u-szeged.hu>
+
+ [Qt] Unreviewed gardening.
+
+ * platform/qt/Skipped:
+
+2012-07-25 Zan Dobersek <zandobersek@gmail.com>
+
+ Unreviewed GTK gardening, updating one mathml test baseline after r123492.
+
+ * platform/gtk/mathml/msub-anonymous-child-render-crash-expected.txt: Added.
+
+2012-07-25 Balazs Ankes <bank@inf.u-szeged.hu>
+
+ [Qt] Unreviewed gardening.
+
+ * platform/qt/Skipped:
+
+2012-07-25 Zan Dobersek <zandobersek@gmail.com>
+
+ fast/events/panScroll-click-hyperlink.html test should be put in platform/win
+ https://bugs.webkit.org/show_bug.cgi?id=92111
+
+ Reviewed by Daniel Bates.
+
+ Move the test into platform/win directory where other pan scrolling tests reside,
+ and remove other ports' baselines as they just indicated that pan scrolling is not
+ supported on those platforms. chromium-win and qt-win platforms still pass the test
+ but should cope with the default baseline just fine.
+
+ * platform/chromium-linux/fast/events/panScroll-click-hyperlink-expected.txt: Removed.
+ * platform/chromium-win/fast/events/panScroll-click-hyperlink-expected.txt: Removed.
+ * platform/efl/fast/events/panScroll-click-hyperlink-expected.txt: Removed.
+ * platform/gtk/TestExpectations:
+ * platform/mac/fast/events/panScroll-click-hyperlink-expected.txt: Removed.
+ * platform/qt/fast/events/panScroll-click-hyperlink-expected.txt: Removed.
+ * platform/win/fast/events/panScroll-click-hyperlink.html: Renamed from LayoutTests/fast/events/panScroll-click-hyperlink.html.
+
+2012-07-24 Yoshifumi Inoue <yosin@chromium.org>
+
+ [Tests] Copy fast/forms/number/number-spinbutton-change-and-input-events.html to fast/forms/js/resources
+ https://bugs.webkit.org/show_bug.cgi?id=92209
+
+ Reviewed by Kent Tamura.
+
+ This patch copies test file fast/forms/number/number-spinbutton-change-and-input-events.html
+ to JavaScript code directory fast/forms/resources as common-spinbutton-change-and-input-events.js
+ for sharing code with other input types.
+
+ This patch is preparation of re-factoring.
+
+ * fast/forms/resources/common-spinbutton-change-and-input-events.js: Copied from LayoutTests/fast/forms/number/number-spinbutton-change-and-input-events.html.
+
+2012-07-24 Yoshifumi Inoue <yosin@chromium.org>
+
+ [Tests] Rename fast/number/number-events.html to number-spinbutton-change-and-input-events.html
+ https://bugs.webkit.org/show_bug.cgi?id=92208
+
+ Reviewed by Kent Tamura.
+
+ This patch renames fast/forms/number/number-events.html to number-spinbutton-change-and-input-events.html
+ to make file name explains what test will be done.
+
+ * fast/forms/number/number-events-expected.txt: Removed.
+ * fast/forms/number/number-events.html: Removed.
+ * fast/forms/number/number-spinbutton-change-and-input-events-expected.txt: Copied from LayoutTests/fast/forms/number/number-events-expected.txt.
+ * fast/forms/number/number-spinbutton-change-and-input-events.html: Copied from LayoutTests/fast/forms/number/number-events.html.
+ * platform/qt/Skipped:
+ * platform/win/Skipped:
+ * platform/wincairo/Skipped:
+
+2012-07-24 Yoshifumi Inoue <yosin@chromium.org>
+
+ [Tests] Remove duplicated fast/forms/number/number-spinbutton-events.html
+ https://bugs.webkit.org/show_bug.cgi?id=92205
+
+ Reviewed by Kent Tamura.
+
+ This patch removes fast/forms/number/number-spinbutton-events.html
+ because fast/forms/number/number-events.html covers and checked more.
+
+ r108955 is an evidence of coverage.
+
+ * fast/forms/number/number-spinbutton-events-expected.txt: Removed.
+ * fast/forms/number/number-spinbutton-events.html: Removed.
+ * platform/efl/Skipped:
+ * platform/qt-arm/TestExpectations:
+ * platform/win/Skipped:
+
+2012-07-24 Hironori Bono <hbono@chromium.org>
+
+ Avoid moving child objects multiple times when vertical scrollbar are shown at the left side.
+ https://bugs.webkit.org/show_bug.cgi?id=91756
+
+ Reviewed by Tony Chang.
+
+ This change adds a test that compares CSSOM properties of an RTL element which
+ includes positioned objects with the CSSOM properties of an LTR one. This change
+ also uses clientLeft properties in offsetX-offsetY.html to remove a hard-coded
+ value in the test and adds rebaselined results for Windows.
+
+ * fast/events/offsetX-offsetY.html: Replaced a hard-coded value 'borderLeft' with clientLeft.
+ * platform/chromium-linux/fast/block/float/026-expected.png:
+ * platform/chromium-linux/fast/block/float/028-expected.png:
+ * platform/chromium-win/fast/block/float/026-expected.png:
+ * platform/chromium-win/fast/block/float/028-expected.png:
+ * platform/chromium-win/fast/overflow/unreachable-overflow-rtl-bug-expected.png:
+ * platform/chromium-win/fast/overflow/unreachable-overflow-rtl-bug-expected.txt:
+ * scrollbars/rtl/div-absolute-expected.txt: Added.
+ * scrollbars/rtl/div-absolute.html: Added.
+
+2012-07-24 Dan Bernstein <mitz@apple.com>
+
+ RenderBlock::positionForPoint can fail when the block or its children have a vertical writing mode
+ https://bugs.webkit.org/show_bug.cgi?id=92202
+
+ Reviewed by Beth Dakin.
+
+ * fast/writing-mode/positionForPoint-expected.txt: Added.
+ * fast/writing-mode/positionForPoint.html: Added.
+
+2012-07-24 MORITA Hajime <morrita@google.com>
+
+ https://bugs.webkit.org/show_bug.cgi?id=89179
+ Rendering LI having Shadow DOM seems weird
+
+ Reviewed by Dimitri Glazkov.
+
+ * fast/dom/shadow/shadow-and-list-elements-expected.html: Added.
+ * fast/dom/shadow/shadow-and-list-elements.html: Added.
+
+2012-07-24 Jer Noble <jer.noble@apple.com>
+
+ setting playbackRate on a MediaController doesn't change the playbackRate for slaved media
+ https://bugs.webkit.org/show_bug.cgi?id=92035
+
+ Reviewed by Darin Adler.
+
+ * media/media-controller-playbackrate-expected.txt: Added.
+ * media/media-controller-playbackrate.html: Added.
+
+2012-07-24 Alexis Menard <alexis.menard@openbossa.org>
+
+ [Qt] svg/as-border-image, svg/as-image, svg/as-object, svg/css rebaseline after new test fonts.
+ https://bugs.webkit.org/show_bug.cgi?id=92193
+
+ Unreviewed gardening.
+
+ These tests have been skipped because monospace fonts weren't properly used by
+ layout tests. After r121971, the test results are normal again.
+
+ * platform/qt-5.0/Skipped:
+ * platform/qt/svg/as-border-image/svg-as-border-image-2-expected.png:
+ * platform/qt/svg/as-border-image/svg-as-border-image-2-expected.txt:
+ * platform/qt/svg/as-border-image/svg-as-border-image-expected.png:
+ * platform/qt/svg/as-border-image/svg-as-border-image-expected.txt:
+ * platform/qt/svg/as-image/animated-svg-as-image-expected.png: Added.
+ * platform/qt/svg/as-image/animated-svg-as-image-expected.txt:
+ * platform/qt/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png: Added.
+ * platform/qt/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.txt:
+ * platform/qt/svg/as-image/animated-svg-as-image-same-image-expected.png: Added.
+ * platform/qt/svg/as-image/animated-svg-as-image-same-image-expected.txt:
+ * platform/qt/svg/as-image/image-respects-pageScaleFactor-expected.png:
+ * platform/qt/svg/as-image/image-respects-pageScaleFactor-expected.txt:
+ * platform/qt/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
+ * platform/qt/svg/as-image/img-preserveAspectRatio-support-1-expected.txt:
+ * platform/qt/svg/as-image/img-preserveAspectRatio-support-2-expected.png:
+ * platform/qt/svg/as-image/img-preserveAspectRatio-support-2-expected.txt:
+ * platform/qt/svg/as-image/same-image-two-instances-expected.txt:
+ * platform/qt/svg/as-image/svg-image-change-content-size-expected.png:
+ * platform/qt/svg/as-image/svg-image-change-content-size-expected.txt:
+ * platform/qt/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt:
+ * platform/qt/svg/css/composite-shadow-text-expected.png:
+ * platform/qt/svg/css/composite-shadow-text-expected.txt:
+ * platform/qt/svg/css/css-box-min-width-expected.png:
+ * platform/qt/svg/css/css-box-min-width-expected.txt:
+ * platform/qt/svg/css/text-shadow-multiple-expected.png:
+ * platform/qt/svg/css/text-shadow-multiple-expected.txt:
+
+2012-07-24 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
+
+ [Qt] css2.1/t080* rebaseline after new test fonts
+ https://bugs.webkit.org/show_bug.cgi?id=92191
+
+ Unreviewed.
+
+ * platform/qt-5.0/Skipped:
+ * platform/qt-5.0/css2.1/t0805-c5518-brdr-t-01-e-expected.txt: Removed.
+ * platform/qt-5.0/css2.1/t0805-c5519-brdr-r-00-a-expected.txt: Removed.
+ * platform/qt-5.0/css2.1/t0805-c5519-brdr-r-01-e-expected.txt: Removed.
+ * platform/qt-5.0/css2.1/t0805-c5520-brdr-b-01-e-expected.txt: Removed.
+ * platform/qt-5.0/css2.1/t0805-c5521-brdr-l-00-a-expected.txt: Removed.
+ * platform/qt-5.0/css2.1/t0805-c5521-brdr-l-01-e-expected.txt: Removed.
+ * platform/qt-5.0/css2.1/t0805-c5521-ibrdr-l-00-a-expected.txt: Removed.
+ * platform/qt/css2.1/t0801-c412-hz-box-00-b-a-expected.png:
+ * platform/qt/css2.1/t0801-c412-hz-box-00-b-a-expected.txt:
+ * platform/qt/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.png:
+ * platform/qt/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.txt:
+ * platform/qt/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.png:
+ * platform/qt/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt:
+ * platform/qt/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.png:
+ * platform/qt/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.txt:
+ * platform/qt/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.png:
+ * platform/qt/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.txt:
+ * platform/qt/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.png:
+ * platform/qt/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.txt:
+ * platform/qt/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.png:
+ * platform/qt/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.txt:
+ * platform/qt/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.png:
+ * platform/qt/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.txt:
+ * platform/qt/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.png:
+ * platform/qt/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.txt:
+ * platform/qt/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.png:
+ * platform/qt/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.txt:
+ * platform/qt/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.png:
+ * platform/qt/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.txt:
+ * platform/qt/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.png:
+ * platform/qt/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.txt:
+ * platform/qt/css2.1/t0803-c5502-mrgn-r-02-c-expected.png:
+ * platform/qt/css2.1/t0803-c5502-mrgn-r-02-c-expected.txt:
+ * platform/qt/css2.1/t0803-c5502-mrgn-r-03-c-expected.png:
+ * platform/qt/css2.1/t0803-c5502-mrgn-r-03-c-expected.txt:
+ * platform/qt/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.png:
+ * platform/qt/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.txt:
+ * platform/qt/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.png:
+ * platform/qt/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt:
+ * platform/qt/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.png:
+ * platform/qt/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.txt:
+ * platform/qt/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.png:
+ * platform/qt/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.txt:
+ * platform/qt/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.png:
+ * platform/qt/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.txt:
+ * platform/qt/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.png:
+ * platform/qt/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.txt:
+ * platform/qt/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.png:
+ * platform/qt/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.txt:
+ * platform/qt/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.png:
+ * platform/qt/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.txt:
+ * platform/qt/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.png:
+ * platform/qt/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.txt:
+ * platform/qt/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.png:
+ * platform/qt/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.txt:
+ * platform/qt/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.png:
+ * platform/qt/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.txt:
+ * platform/qt/css2.1/t0803-c5504-mrgn-l-02-c-expected.png:
+ * platform/qt/css2.1/t0803-c5504-mrgn-l-02-c-expected.txt:
+ * platform/qt/css2.1/t0803-c5504-mrgn-l-03-c-expected.png:
+ * platform/qt/css2.1/t0803-c5504-mrgn-l-03-c-expected.txt:
+ * platform/qt/css2.1/t0803-c5505-imrgn-00-a-ag-expected.png:
+ * platform/qt/css2.1/t0803-c5505-imrgn-00-a-ag-expected.txt:
+ * platform/qt/css2.1/t0803-c5505-mrgn-00-b-ag-expected.png:
+ * platform/qt/css2.1/t0803-c5505-mrgn-00-b-ag-expected.txt:
+ * platform/qt/css2.1/t0803-c5505-mrgn-01-e-a-expected.png:
+ * platform/qt/css2.1/t0803-c5505-mrgn-01-e-a-expected.txt:
+ * platform/qt/css2.1/t0803-c5505-mrgn-02-c-expected.png:
+ * platform/qt/css2.1/t0803-c5505-mrgn-02-c-expected.txt:
+ * platform/qt/css2.1/t0803-c5505-mrgn-03-c-ag-expected.png:
+ * platform/qt/css2.1/t0803-c5505-mrgn-03-c-ag-expected.txt:
+ * platform/qt/css2.1/t080301-c411-vt-mrgn-00-b-expected.png:
+ * platform/qt/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
+ * platform/qt/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.png:
+ * platform/qt/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.txt:
+ * platform/qt/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.png:
+ * platform/qt/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.txt:
+ * platform/qt/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.png:
+ * platform/qt/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.txt:
+ * platform/qt/css2.1/t0804-c5506-padn-t-00-b-a-expected.png:
+ * platform/qt/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt:
+ * platform/qt/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.png:
+ * platform/qt/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.txt:
+ * platform/qt/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.png:
+ * platform/qt/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.txt:
+ * platform/qt/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.png:
+ * platform/qt/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.txt:
+ * platform/qt/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.png:
+ * platform/qt/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.txt:
+ * platform/qt/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.png:
+ * platform/qt/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.txt:
+ * platform/qt/css2.1/t0804-c5507-padn-r-00-c-ag-expected.png:
+ * platform/qt/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt:
+ * platform/qt/css2.1/t0804-c5507-padn-r-01-c-a-expected.png:
+ * platform/qt/css2.1/t0804-c5507-padn-r-01-c-a-expected.txt:
+ * platform/qt/css2.1/t0804-c5507-padn-r-02-f-expected.png:
+ * platform/qt/css2.1/t0804-c5507-padn-r-02-f-expected.txt:
+ * platform/qt/css2.1/t0804-c5507-padn-r-03-f-expected.png:
+ * platform/qt/css2.1/t0804-c5507-padn-r-03-f-expected.txt:
+ * platform/qt/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.png:
+ * platform/qt/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.txt:
+ * platform/qt/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.png:
+ * platform/qt/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.txt:
+ * platform/qt/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.png:
+ * platform/qt/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.txt:
+ * platform/qt/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.png:
+ * platform/qt/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt:
+ * platform/qt/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.png:
+ * platform/qt/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.txt:
+ * platform/qt/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.png:
+ * platform/qt/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.txt:
+ * platform/qt/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.png:
+ * platform/qt/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.txt:
+ * platform/qt/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.png:
+ * platform/qt/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.txt:
+ * platform/qt/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.png:
+ * platform/qt/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.txt:
+ * platform/qt/css2.1/t0804-c5509-padn-l-00-b-ag-expected.png:
+ * platform/qt/css2.1/t0804-c5509-padn-l-00-b-ag-expected.txt:
+ * platform/qt/css2.1/t0804-c5509-padn-l-01-b-a-expected.png:
+ * platform/qt/css2.1/t0804-c5509-padn-l-01-b-a-expected.txt:
+ * platform/qt/css2.1/t0804-c5509-padn-l-02-f-expected.png:
+ * platform/qt/css2.1/t0804-c5509-padn-l-02-f-expected.txt:
+ * platform/qt/css2.1/t0804-c5509-padn-l-03-f-g-expected.png:
+ * platform/qt/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
+ * platform/qt/css2.1/t0804-c5510-ipadn-00-b-ag-expected.png:
+ * platform/qt/css2.1/t0804-c5510-ipadn-00-b-ag-expected.txt:
+ * platform/qt/css2.1/t0804-c5510-padn-00-b-ag-expected.png:
+ * platform/qt/css2.1/t0804-c5510-padn-00-b-ag-expected.txt:
+ * platform/qt/css2.1/t0804-c5510-padn-01-e-a-expected.png:
+ * platform/qt/css2.1/t0804-c5510-padn-01-e-a-expected.txt:
+ * platform/qt/css2.1/t0804-c5510-padn-02-f-expected.png:
+ * platform/qt/css2.1/t0804-c5510-padn-02-f-expected.txt:
+ * platform/qt/css2.1/t0805-c5511-brdr-tw-00-b-expected.png:
+ * platform/qt/css2.1/t0805-c5511-brdr-tw-00-b-expected.txt:
+ * platform/qt/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.png:
+ * platform/qt/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.txt:
+ * platform/qt/css2.1/t0805-c5511-brdr-tw-02-b-expected.png:
+ * platform/qt/css2.1/t0805-c5511-brdr-tw-02-b-expected.txt:
+ * platform/qt/css2.1/t0805-c5511-brdr-tw-03-b-expected.png:
+ * platform/qt/css2.1/t0805-c5511-brdr-tw-03-b-expected.txt:
+ * platform/qt/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.png:
+ * platform/qt/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.txt:
+ * platform/qt/css2.1/t0805-c5512-brdr-rw-00-b-expected.png:
+ * platform/qt/css2.1/t0805-c5512-brdr-rw-00-b-expected.txt:
+ * platform/qt/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.png:
+ * platform/qt/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.txt:
+ * platform/qt/css2.1/t0805-c5512-brdr-rw-02-b-expected.png:
+ * platform/qt/css2.1/t0805-c5512-brdr-rw-02-b-expected.txt:
+ * platform/qt/css2.1/t0805-c5512-brdr-rw-03-b-expected.png:
+ * platform/qt/css2.1/t0805-c5512-brdr-rw-03-b-expected.txt:
+ * platform/qt/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.png:
+ * platform/qt/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.txt:
+ * platform/qt/css2.1/t0805-c5513-brdr-bw-00-b-expected.png:
+ * platform/qt/css2.1/t0805-c5513-brdr-bw-00-b-expected.txt:
+ * platform/qt/css2.1/t0805-c5513-brdr-bw-01-b-g-expected.png:
+ * platform/qt/css2.1/t0805-c5513-brdr-bw-01-b-g-expected.txt:
+ * platform/qt/css2.1/t0805-c5513-brdr-bw-02-b-expected.png:
+ * platform/qt/css2.1/t0805-c5513-brdr-bw-02-b-expected.txt:
+ * platform/qt/css2.1/t0805-c5513-brdr-bw-03-b-expected.png:
+ * platform/qt/css2.1/t0805-c5513-brdr-bw-03-b-expected.txt:
+ * platform/qt/css2.1/t0805-c5513-ibrdr-bw-00-a-expected.png:
+ * platform/qt/css2.1/t0805-c5513-ibrdr-bw-00-a-expected.txt:
+ * platform/qt/css2.1/t0805-c5514-brdr-lw-00-b-expected.png:
+ * platform/qt/css2.1/t0805-c5514-brdr-lw-00-b-expected.txt:
+ * platform/qt/css2.1/t0805-c5514-brdr-lw-01-b-g-expected.png:
+ * platform/qt/css2.1/t0805-c5514-brdr-lw-01-b-g-expected.txt:
+ * platform/qt/css2.1/t0805-c5514-brdr-lw-02-b-expected.png:
+ * platform/qt/css2.1/t0805-c5514-brdr-lw-02-b-expected.txt:
+ * platform/qt/css2.1/t0805-c5514-brdr-lw-03-b-expected.png:
+ * platform/qt/css2.1/t0805-c5514-brdr-lw-03-b-expected.txt:
+ * platform/qt/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.png:
+ * platform/qt/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.txt:
+ * platform/qt/css2.1/t0805-c5515-brdr-w-00-a-expected.png:
+ * platform/qt/css2.1/t0805-c5515-brdr-w-00-a-expected.txt:
+ * platform/qt/css2.1/t0805-c5515-brdr-w-01-b-g-expected.png:
+ * platform/qt/css2.1/t0805-c5515-brdr-w-01-b-g-expected.txt:
+ * platform/qt/css2.1/t0805-c5515-brdr-w-02-b-expected.png:
+ * platform/qt/css2.1/t0805-c5515-brdr-w-02-b-expected.txt:
+ * platform/qt/css2.1/t0805-c5515-ibrdr-00-b-expected.png:
+ * platform/qt/css2.1/t0805-c5515-ibrdr-00-b-expected.txt:
+ * platform/qt/css2.1/t0805-c5516-brdr-c-00-a-expected.png:
+ * platform/qt/css2.1/t0805-c5516-brdr-c-00-a-expected.txt:
+ * platform/qt/css2.1/t0805-c5516-ibrdr-c-00-a-expected.png:
+ * platform/qt/css2.1/t0805-c5516-ibrdr-c-00-a-expected.txt:
+ * platform/qt/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
+ * platform/qt/css2.1/t0805-c5517-brdr-s-00-c-expected.txt:
+ * platform/qt/css2.1/t0805-c5517-ibrdr-s-00-a-expected.png:
+ * platform/qt/css2.1/t0805-c5517-ibrdr-s-00-a-expected.txt:
+ * platform/qt/css2.1/t0805-c5518-brdr-t-00-a-expected.png:
+ * platform/qt/css2.1/t0805-c5518-brdr-t-00-a-expected.txt:
+ * platform/qt/css2.1/t0805-c5518-brdr-t-01-e-expected.png:
+ * platform/qt/css2.1/t0805-c5518-brdr-t-01-e-expected.txt:
+ * platform/qt/css2.1/t0805-c5518-ibrdr-t-00-a-expected.png:
+ * platform/qt/css2.1/t0805-c5518-ibrdr-t-00-a-expected.txt:
+ * platform/qt/css2.1/t0805-c5519-brdr-r-00-a-expected.png:
+ * platform/qt/css2.1/t0805-c5519-brdr-r-00-a-expected.txt:
+ * platform/qt/css2.1/t0805-c5519-brdr-r-01-e-expected.png:
+ * platform/qt/css2.1/t0805-c5519-brdr-r-01-e-expected.txt:
+ * platform/qt/css2.1/t0805-c5519-brdr-r-02-e-expected.png:
+ * platform/qt/css2.1/t0805-c5519-brdr-r-02-e-expected.txt:
+ * platform/qt/css2.1/t0805-c5519-ibrdr-r-00-a-expected.png:
+ * platform/qt/css2.1/t0805-c5519-ibrdr-r-00-a-expected.txt:
+ * platform/qt/css2.1/t0805-c5520-brdr-b-00-a-expected.png:
+ * platform/qt/css2.1/t0805-c5520-brdr-b-00-a-expected.txt:
+ * platform/qt/css2.1/t0805-c5520-brdr-b-01-e-expected.png:
+ * platform/qt/css2.1/t0805-c5520-brdr-b-01-e-expected.txt:
+ * platform/qt/css2.1/t0805-c5520-ibrdr-b-00-a-expected.png:
+ * platform/qt/css2.1/t0805-c5520-ibrdr-b-00-a-expected.txt:
+ * platform/qt/css2.1/t0805-c5521-brdr-l-00-a-expected.png:
+ * platform/qt/css2.1/t0805-c5521-brdr-l-00-a-expected.txt:
+ * platform/qt/css2.1/t0805-c5521-brdr-l-01-e-expected.png:
+ * platform/qt/css2.1/t0805-c5521-brdr-l-01-e-expected.txt:
+ * platform/qt/css2.1/t0805-c5521-brdr-l-02-e-expected.png:
+ * platform/qt/css2.1/t0805-c5521-brdr-l-02-e-expected.txt:
+ * platform/qt/css2.1/t0805-c5521-ibrdr-l-00-a-expected.png:
+ * platform/qt/css2.1/t0805-c5521-ibrdr-l-00-a-expected.txt:
+ * platform/qt/css2.1/t0805-c5522-brdr-00-b-expected.png:
+ * platform/qt/css2.1/t0805-c5522-brdr-00-b-expected.txt:
+ * platform/qt/css2.1/t0805-c5522-brdr-01-b-g-expected.png:
+ * platform/qt/css2.1/t0805-c5522-brdr-01-b-g-expected.txt:
+ * platform/qt/css2.1/t0805-c5522-brdr-02-e-expected.png:
+ * platform/qt/css2.1/t0805-c5522-brdr-02-e-expected.txt:
+ * platform/qt/css2.1/t0805-c5522-ibrdr-00-a-expected.png:
+ * platform/qt/css2.1/t0805-c5522-ibrdr-00-a-expected.txt:
+
+2012-07-24 Yoshifumi Inoue <yosin@chromium.org>
+
+ [Tests] Re-factor some tests in fast/forms/number for sharing with other input types
+ https://bugs.webkit.org/show_bug.cgi?id=92081
+
+ Reviewed by Kent Tamura.
+
+ This patch moves JavaScript code from test HTML files into JavaScript
+ files for sharing JavaScript code with other input types.
+
+ * fast/forms/number/number-change-type-on-focus.html: Removed JavaScript code and changed to load JavaScript code from fast/forms/resources/common-change-type-on-focus.js.
+ * fast/forms/number/number-losing-renderer-on-click.html: Removed JavaScript code and changed to load JavaScript code from fast/forms/resources/common-losing-renderer-on-click.js.
+ * fast/forms/resources/common-change-type-on-focus.js: Remove HTML markup text.
+ * fast/forms/resources/common-losing-renderer-on-click.js: Remove HTML markup text.
+
+2012-07-24 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
+
+ [Qt] css2.1/t170602* rebaseline after new test fonts
+ https://bugs.webkit.org/show_bug.cgi?id=92188
+
+ Unreviewed.
+
+ * platform/qt-5.0/Skipped:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-00-d-expected.png: Added.
+ * platform/qt/css2.1/t170602-bdr-conflct-w-00-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-01-d-expected.png: Added.
+ * platform/qt/css2.1/t170602-bdr-conflct-w-01-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-02-d-expected.png: Added.
+ * platform/qt/css2.1/t170602-bdr-conflct-w-02-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-03-d-expected.png: Added.
+ * platform/qt/css2.1/t170602-bdr-conflct-w-03-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-04-d-expected.png: Added.
+ * platform/qt/css2.1/t170602-bdr-conflct-w-04-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-05-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-05-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-06-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-06-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-07-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-07-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-08-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-08-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-09-d-expected.png: Added.
+ * platform/qt/css2.1/t170602-bdr-conflct-w-09-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-10-d-expected.png: Added.
+ * platform/qt/css2.1/t170602-bdr-conflct-w-10-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-11-d-expected.png: Added.
+ * platform/qt/css2.1/t170602-bdr-conflct-w-11-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-12-d-expected.png: Added.
+ * platform/qt/css2.1/t170602-bdr-conflct-w-12-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-13-d-expected.png: Added.
+ * platform/qt/css2.1/t170602-bdr-conflct-w-13-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-14-d-expected.png: Added.
+ * platform/qt/css2.1/t170602-bdr-conflct-w-14-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-15-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-15-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-16-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-16-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-17-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-17-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-18-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-18-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-19-d-expected.png: Added.
+ * platform/qt/css2.1/t170602-bdr-conflct-w-19-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-20-d-expected.png: Added.
+ * platform/qt/css2.1/t170602-bdr-conflct-w-20-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-21-d-expected.png: Added.
+ * platform/qt/css2.1/t170602-bdr-conflct-w-21-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-22-d-expected.png: Added.
+ * platform/qt/css2.1/t170602-bdr-conflct-w-22-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-23-d-expected.png: Added.
+ * platform/qt/css2.1/t170602-bdr-conflct-w-23-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-24-d-expected.png: Added.
+ * platform/qt/css2.1/t170602-bdr-conflct-w-24-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-25-d-expected.png: Added.
+ * platform/qt/css2.1/t170602-bdr-conflct-w-25-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-26-d-expected.png: Added.
+ * platform/qt/css2.1/t170602-bdr-conflct-w-26-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-27-d-expected.png: Added.
+ * platform/qt/css2.1/t170602-bdr-conflct-w-27-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-28-d-expected.png: Added.
+ * platform/qt/css2.1/t170602-bdr-conflct-w-28-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-29-d-expected.png: Added.
+ * platform/qt/css2.1/t170602-bdr-conflct-w-29-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-30-d-expected.png: Added.
+ * platform/qt/css2.1/t170602-bdr-conflct-w-30-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-31-d-expected.png: Added.
+ * platform/qt/css2.1/t170602-bdr-conflct-w-31-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-32-d-expected.png: Added.
+ * platform/qt/css2.1/t170602-bdr-conflct-w-32-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-33-d-expected.png: Added.
+ * platform/qt/css2.1/t170602-bdr-conflct-w-33-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-34-d-expected.png: Added.
+ * platform/qt/css2.1/t170602-bdr-conflct-w-34-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-35-d-expected.png: Added.
+ * platform/qt/css2.1/t170602-bdr-conflct-w-35-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-36-d-expected.png: Added.
+ * platform/qt/css2.1/t170602-bdr-conflct-w-36-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-37-d-expected.png: Added.
+ * platform/qt/css2.1/t170602-bdr-conflct-w-37-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-38-d-expected.png: Added.
+ * platform/qt/css2.1/t170602-bdr-conflct-w-38-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-39-d-expected.png: Added.
+ * platform/qt/css2.1/t170602-bdr-conflct-w-39-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-40-d-expected.png: Added.
+ * platform/qt/css2.1/t170602-bdr-conflct-w-40-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-41-d-expected.png: Added.
+ * platform/qt/css2.1/t170602-bdr-conflct-w-41-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-42-d-expected.png: Added.
+ * platform/qt/css2.1/t170602-bdr-conflct-w-42-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-43-d-expected.png: Added.
+ * platform/qt/css2.1/t170602-bdr-conflct-w-43-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-44-d-expected.png: Added.
+ * platform/qt/css2.1/t170602-bdr-conflct-w-44-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-45-d-expected.png: Added.
+ * platform/qt/css2.1/t170602-bdr-conflct-w-45-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-46-d-expected.png: Added.
+ * platform/qt/css2.1/t170602-bdr-conflct-w-46-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-47-d-expected.png: Added.
+ * platform/qt/css2.1/t170602-bdr-conflct-w-47-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-48-d-expected.png: Added.
+ * platform/qt/css2.1/t170602-bdr-conflct-w-48-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-49-d-expected.png: Added.
+ * platform/qt/css2.1/t170602-bdr-conflct-w-49-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-50-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-50-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-51-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-51-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-52-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-52-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-53-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-53-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-54-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-54-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-55-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-55-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-56-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-56-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-57-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-57-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-58-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-58-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-59-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-59-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-60-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-60-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-61-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-61-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-62-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-62-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-63-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-63-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-64-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-64-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-65-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-65-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-66-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-66-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-67-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-67-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-68-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-68-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-69-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-69-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-70-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-70-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-71-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-71-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-72-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-72-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-73-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-73-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-74-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-74-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-75-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-75-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-76-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-76-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-77-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-77-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-78-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-78-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-79-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-79-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-80-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-80-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-81-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-81-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-82-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-82-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-83-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-83-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-84-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-84-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-85-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-85-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-86-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-86-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-87-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-87-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-88-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-88-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-89-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-89-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-90-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-90-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-91-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-91-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-92-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-92-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-93-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-93-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-94-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-94-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-95-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-95-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-96-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-96-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-97-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-97-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-98-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-98-d-expected.txt:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-99-d-expected.png:
+ * platform/qt/css2.1/t170602-bdr-conflct-w-99-d-expected.txt:
+
+2012-07-24 Zhenyao Mo <zmo@google.com>
+
+ Gardening stuff, rebaseline.
+
+ Unreviewed.
+
+ * platform/chromium-mac/fast/hidpi: Added.
+ * platform/chromium-mac/fast/hidpi/broken-image-icon-hidpi-expected.png: Added.
+ * platform/chromium-mac/fast/hidpi/broken-image-with-size-hidpi-expected.png: Added.
+ * platform/chromium-mac/fast/hidpi/clip-text-in-hidpi-expected.png: Added.
+ * platform/chromium-mac/fast/hidpi/device-scale-factor-paint-expected.png: Added.
+ * platform/chromium-mac/fast/hidpi/focus-rings-expected.png: Added.
+ * platform/chromium-mac/fast/hidpi/image-set-as-background-expected.png: Added.
+ * platform/chromium-mac/fast/hidpi/image-set-background-dynamic-expected.png: Added.
+ * platform/chromium-mac/fast/hidpi/image-set-background-repeat-expected.png: Added.
+ * platform/chromium-mac/fast/hidpi/image-set-background-repeat-without-size-expected.png: Added.
+ * platform/chromium-mac/fast/hidpi/image-set-border-image-comparison-expected.png: Added.
+ * platform/chromium-mac/fast/hidpi/image-set-border-image-dynamic-expected.png: Added.
+ * platform/chromium-mac/fast/hidpi/image-set-border-image-simple-expected.png: Added.
+ * platform/chromium-mac/fast/hidpi/image-set-in-content-dynamic-expected.png: Added.
+ * platform/chromium-mac/fast/hidpi/image-set-out-of-order-expected.png: Added.
+ * platform/chromium-mac/fast/hidpi/image-set-simple-expected.png: Added.
+ * platform/chromium-mac/fast/hidpi/image-set-without-specified-width-expected.png: Added.
+ * platform/chromium-mac/fast/hidpi/resize-corner-hidpi-expected.png: Added.
+ * platform/chromium-mac/fast/hidpi/video-controls-in-hidpi-expected.png: Added.
+ * platform/chromium-mac/fast/hidpi/video-controls-in-hidpi-expected.txt: Added.
+ * platform/chromium-win/fast/hidpi: Added.
+ * platform/chromium-win/fast/hidpi/broken-image-icon-hidpi-expected.png: Added.
+ * platform/chromium-win/fast/hidpi/broken-image-icon-hidpi-expected.txt: Added.
+ * platform/chromium-win/fast/hidpi/broken-image-with-size-hidpi-expected.png: Added.
+ * platform/chromium-win/fast/hidpi/broken-image-with-size-hidpi-expected.txt: Added.
+ * platform/chromium-win/fast/hidpi/clip-text-in-hidpi-expected.png: Added.
+ * platform/chromium-win/fast/hidpi/clip-text-in-hidpi-expected.txt: Added.
+ * platform/chromium-win/fast/hidpi/device-scale-factor-paint-expected.png: Added.
+ * platform/chromium-win/fast/hidpi/focus-rings-expected.png: Added.
+ * platform/chromium-win/fast/hidpi/image-set-as-background-expected.png: Added.
+ * platform/chromium-win/fast/hidpi/image-set-as-background-expected.txt: Added.
+ * platform/chromium-win/fast/hidpi/image-set-background-dynamic-expected.png: Added.
+ * platform/chromium-win/fast/hidpi/image-set-background-dynamic-expected.txt: Added.
+ * platform/chromium-win/fast/hidpi/image-set-background-repeat-expected.png: Added.
+ * platform/chromium-win/fast/hidpi/image-set-background-repeat-expected.txt: Added.
+ * platform/chromium-win/fast/hidpi/image-set-background-repeat-without-size-expected.png: Added.
+ * platform/chromium-win/fast/hidpi/image-set-background-repeat-without-size-expected.txt: Added.
+ * platform/chromium-win/fast/hidpi/image-set-border-image-comparison-expected.png: Added.
+ * platform/chromium-win/fast/hidpi/image-set-border-image-comparison-expected.txt: Added.
+ * platform/chromium-win/fast/hidpi/image-set-border-image-dynamic-expected.png: Added.
+ * platform/chromium-win/fast/hidpi/image-set-border-image-dynamic-expected.txt: Added.
+ * platform/chromium-win/fast/hidpi/image-set-border-image-simple-expected.png: Added.
+ * platform/chromium-win/fast/hidpi/image-set-border-image-simple-expected.txt: Added.
+ * platform/chromium-win/fast/hidpi/image-set-in-content-dynamic-expected.png: Added.
+ * platform/chromium-win/fast/hidpi/image-set-in-content-dynamic-expected.txt: Added.
+ * platform/chromium-win/fast/hidpi/image-set-out-of-order-expected.png: Added.
+ * platform/chromium-win/fast/hidpi/image-set-out-of-order-expected.txt: Added.
+ * platform/chromium-win/fast/hidpi/image-set-simple-expected.png: Added.
+ * platform/chromium-win/fast/hidpi/image-set-simple-expected.txt: Added.
+ * platform/chromium-win/fast/hidpi/image-set-without-specified-width-expected.png: Added.
+ * platform/chromium-win/fast/hidpi/image-set-without-specified-width-expected.txt: Added.
+ * platform/chromium-win/fast/hidpi/resize-corner-hidpi-expected.png: Added.
+ * platform/chromium-win/fast/hidpi/resize-corner-hidpi-expected.txt: Added.
+ * platform/chromium-win/fast/hidpi/video-controls-in-hidpi-expected.png: Added.
+ * platform/chromium-win/fast/hidpi/video-controls-in-hidpi-expected.txt: Added.
+
+2012-07-24 Kenneth Russell <kbr@google.com>
+
+ [chromium] Hint garbage collector to run if page uses Canvas contexts
+ https://bugs.webkit.org/show_bug.cgi?id=76225
+
+ Reviewed by Kentaro Hara.
+
+ This test doesn't directly exercise this code path yet, but it
+ needs to work regardless and also needs to be expanded.
+
+ * fast/canvas/webgl/context-creation-and-destruction-expected.txt: Added.
+ * fast/canvas/webgl/context-creation-and-destruction.html: Added.
+
+2012-07-24 Alexis Menard <alexis.menard@openbossa.org>
+
+ [Qt] svg/as-background-image rebaseline after new test fonts
+ https://bugs.webkit.org/show_bug.cgi?id=92180
+
+ Unreviewed gardening.
+
+ These tests have been skipped because monospace fonts weren't properly used by
+ layout tests. After r121971, the test results are normal again.
+
+ * platform/qt-5.0/Skipped:
+ * platform/qt/svg/as-background-image/animated-svg-as-background-expected.png: Added.
+ * platform/qt/svg/as-background-image/animated-svg-as-background-expected.txt:
+ * platform/qt/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
+ * platform/qt/svg/as-background-image/background-image-preserveaspectRatio-support-expected.txt:
+ * platform/qt/svg/as-background-image/svg-as-background-1-expected.txt:
+ * platform/qt/svg/as-background-image/svg-as-background-2-expected.txt:
+ * platform/qt/svg/as-background-image/svg-as-background-3-expected.txt:
+ * platform/qt/svg/as-background-image/svg-as-background-4-expected.png: Added.
+ * platform/qt/svg/as-background-image/svg-as-background-4-expected.txt:
+ * platform/qt/svg/as-background-image/svg-as-background-5-expected.png: Added.
+ * platform/qt/svg/as-background-image/svg-as-background-5-expected.txt:
+ * platform/qt/svg/as-background-image/svg-as-background-6-expected.txt:
+ * platform/qt/svg/as-background-image/svg-as-background-expected.txt:
+ * platform/qt/svg/as-background-image/svg-as-background-with-relative-size-expected.txt:
+ * platform/qt/svg/as-background-image/svg-as-background-with-viewBox-expected.txt:
+ * platform/qt/svg/as-background-image/svg-as-tiled-background-expected.txt:
+ * platform/qt/svg/as-background-image/svg-background-partial-redraw-expected.png:
+ * platform/qt/svg/as-background-image/svg-background-partial-redraw-expected.txt:
+ * platform/qt/svg/as-background-image/svg-width-100p-as-background-expected.txt:
+
+2012-07-24 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
+
+ [Qt] fast/block/positioning rebaseline after new test fonts
+ https://bugs.webkit.org/show_bug.cgi?id=92174
+
+ Unreviewed.
+
+ * platform/qt-5.0-wk2/Skipped:
+ * platform/qt-5.0/Skipped:
+ * platform/qt/fast/block/positioning/003-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-lr/001-expected.png.
+ * platform/qt/fast/block/positioning/004-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-lr/001-expected.png.
+ * platform/qt/fast/block/positioning/005-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
+ * platform/qt/fast/block/positioning/006-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
+ * platform/qt/fast/block/positioning/007-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-lr/001-expected.png.
+ * platform/qt/fast/block/positioning/008-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-lr/001-expected.png.
+ * platform/qt/fast/block/positioning/009-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
+ * platform/qt/fast/block/positioning/010-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
+ * platform/qt/fast/block/positioning/011-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
+ * platform/qt/fast/block/positioning/012-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
+ * platform/qt/fast/block/positioning/013-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
+ * platform/qt/fast/block/positioning/014-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-lr/001-expected.png.
+ * platform/qt/fast/block/positioning/015-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
+ * platform/qt/fast/block/positioning/016-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
+ * platform/qt/fast/block/positioning/017-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-lr/001-expected.png.
+ * platform/qt/fast/block/positioning/018-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-lr/001-expected.png.
+ * platform/qt/fast/block/positioning/019-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-lr/001-expected.png.
+ * platform/qt/fast/block/positioning/020-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
+ * platform/qt/fast/block/positioning/021-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
+ * platform/qt/fast/block/positioning/022-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
+ * platform/qt/fast/block/positioning/023-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
+ * platform/qt/fast/block/positioning/024-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
+ * platform/qt/fast/block/positioning/025-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
+ * platform/qt/fast/block/positioning/026-expected.png: Added.
+ * platform/qt/fast/block/positioning/027-expected.png: Added.
+ * platform/qt/fast/block/positioning/028-expected.png: Added.
+ * platform/qt/fast/block/positioning/029-expected.png: Added.
+ * platform/qt/fast/block/positioning/030-expected.png: Added.
+ * platform/qt/fast/block/positioning/031-expected.png: Added.
+ * platform/qt/fast/block/positioning/032-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
+ * platform/qt/fast/block/positioning/033-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
+ * platform/qt/fast/block/positioning/034-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
+ * platform/qt/fast/block/positioning/035-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-lr/001-expected.png.
+ * platform/qt/fast/block/positioning/036-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
+ * platform/qt/fast/block/positioning/037-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
+ * platform/qt/fast/block/positioning/038-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-lr/001-expected.png.
+ * platform/qt/fast/block/positioning/039-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-lr/001-expected.png.
+ * platform/qt/fast/block/positioning/040-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-lr/001-expected.png.
+ * platform/qt/fast/block/positioning/041-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
+ * platform/qt/fast/block/positioning/042-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
+ * platform/qt/fast/block/positioning/043-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-lr/001-expected.png.
+ * platform/qt/fast/block/positioning/044-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
+ * platform/qt/fast/block/positioning/045-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
+ * platform/qt/fast/block/positioning/046-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-lr/001-expected.png.
+ * platform/qt/fast/block/positioning/047-expected.png:
+ * platform/qt/fast/block/positioning/047-expected.txt:
+ * platform/qt/fast/block/positioning/048-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
+ * platform/qt/fast/block/positioning/050-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
+ * platform/qt/fast/block/positioning/052-expected.txt:
+ * platform/qt/fast/block/positioning/053-expected.png:
+ * platform/qt/fast/block/positioning/053-expected.txt:
+ * platform/qt/fast/block/positioning/054-expected.txt:
+ * platform/qt/fast/block/positioning/055-expected.png:
+ * platform/qt/fast/block/positioning/055-expected.txt:
+ * platform/qt/fast/block/positioning/057-expected.png:
+ * platform/qt/fast/block/positioning/057-expected.txt:
+ * platform/qt/fast/block/positioning/058-expected.png:
+ * platform/qt/fast/block/positioning/058-expected.txt:
+ * platform/qt/fast/block/positioning/059-expected.png:
+ * platform/qt/fast/block/positioning/059-expected.txt:
+ * platform/qt/fast/block/positioning/060-expected.png:
+ * platform/qt/fast/block/positioning/060-expected.txt:
+ * platform/qt/fast/block/positioning/061-expected.txt:
+ * platform/qt/fast/block/positioning/062-expected.png: Added.
+ * platform/qt/fast/block/positioning/abs-inside-inline-rel-expected.png:
+ * platform/qt/fast/block/positioning/abs-inside-inline-rel-expected.txt:
+ * platform/qt/fast/block/positioning/absolute-in-inline-ltr-3-expected.png:
+ * platform/qt/fast/block/positioning/absolute-in-inline-ltr-3-expected.txt:
+ * platform/qt/fast/block/positioning/absolute-in-inline-short-ltr-expected.png:
+ * platform/qt/fast/block/positioning/absolute-in-inline-short-ltr-expected.txt:
+ * platform/qt/fast/block/positioning/absolute-in-inline-short-rtl-expected.png:
+ * platform/qt/fast/block/positioning/absolute-in-inline-short-rtl-expected.txt:
+ * platform/qt/fast/block/positioning/absolute-length-of-neg-666666-expected.png:
+ * platform/qt/fast/block/positioning/absolute-length-of-neg-666666-expected.txt:
+ * platform/qt/fast/block/positioning/absolute-position-direction-expected.png:
+ * platform/qt/fast/block/positioning/absolute-position-direction-expected.txt:
+ * platform/qt/fast/block/positioning/absolute-positioned-overconstrained-expected.png:
+ * platform/qt/fast/block/positioning/absolute-positioned-overconstrained-expected.txt:
+ * platform/qt/fast/block/positioning/absolute-positioning-no-scrollbar-expected.png: Added.
+ * platform/qt/fast/block/positioning/absolute-positioning-no-scrollbar-expected.txt:
+ * platform/qt/fast/block/positioning/absolute-with-html-border-quirks-expected.png:
+ * platform/qt/fast/block/positioning/absolute-with-html-border-quirks-expected.txt:
+ * platform/qt/fast/block/positioning/absolute-with-html-border-strict-expected.png:
+ * platform/qt/fast/block/positioning/absolute-with-html-border-strict-expected.txt:
+ * platform/qt/fast/block/positioning/auto-height-with-top-and-bottom-expected.png:
+ * platform/qt/fast/block/positioning/auto-height-with-top-and-bottom-expected.txt:
+ * platform/qt/fast/block/positioning/auto/001-expected.png:
+ * platform/qt/fast/block/positioning/auto/001-expected.txt:
+ * platform/qt/fast/block/positioning/auto/002-expected.png:
+ * platform/qt/fast/block/positioning/auto/002-expected.txt:
+ * platform/qt/fast/block/positioning/auto/003-expected.png:
+ * platform/qt/fast/block/positioning/auto/003-expected.txt:
+ * platform/qt/fast/block/positioning/auto/004-expected.png:
+ * platform/qt/fast/block/positioning/auto/004-expected.txt:
+ * platform/qt/fast/block/positioning/auto/005-expected.png:
+ * platform/qt/fast/block/positioning/auto/005-expected.txt:
+ * platform/qt/fast/block/positioning/auto/006-expected.png:
+ * platform/qt/fast/block/positioning/auto/006-expected.txt:
+ * platform/qt/fast/block/positioning/auto/007-expected.png:
+ * platform/qt/fast/block/positioning/auto/007-expected.txt:
+ * platform/qt/fast/block/positioning/auto/vertical-lr/001-expected.png:
+ * platform/qt/fast/block/positioning/auto/vertical-lr/001-expected.txt:
+ * platform/qt/fast/block/positioning/auto/vertical-lr/002-expected.png:
+ * platform/qt/fast/block/positioning/auto/vertical-lr/002-expected.txt:
+ * platform/qt/fast/block/positioning/auto/vertical-lr/003-expected.png:
+ * platform/qt/fast/block/positioning/auto/vertical-lr/003-expected.txt:
+ * platform/qt/fast/block/positioning/auto/vertical-lr/004-expected.png:
+ * platform/qt/fast/block/positioning/auto/vertical-lr/004-expected.txt:
+ * platform/qt/fast/block/positioning/auto/vertical-lr/005-expected.png:
+ * platform/qt/fast/block/positioning/auto/vertical-lr/005-expected.txt:
+ * platform/qt/fast/block/positioning/auto/vertical-lr/006-expected.png:
+ * platform/qt/fast/block/positioning/auto/vertical-lr/006-expected.txt:
+ * platform/qt/fast/block/positioning/auto/vertical-lr/007-expected.png:
+ * platform/qt/fast/block/positioning/auto/vertical-lr/007-expected.txt:
+ * platform/qt/fast/block/positioning/auto/vertical-rl/001-expected.png:
+ * platform/qt/fast/block/positioning/auto/vertical-rl/001-expected.txt:
+ * platform/qt/fast/block/positioning/auto/vertical-rl/002-expected.png:
+ * platform/qt/fast/block/positioning/auto/vertical-rl/002-expected.txt:
+ * platform/qt/fast/block/positioning/auto/vertical-rl/003-expected.png:
+ * platform/qt/fast/block/positioning/auto/vertical-rl/003-expected.txt:
+ * platform/qt/fast/block/positioning/auto/vertical-rl/004-expected.png:
+ * platform/qt/fast/block/positioning/auto/vertical-rl/004-expected.txt:
+ * platform/qt/fast/block/positioning/auto/vertical-rl/005-expected.png:
+ * platform/qt/fast/block/positioning/auto/vertical-rl/005-expected.txt:
+ * platform/qt/fast/block/positioning/auto/vertical-rl/006-expected.png:
+ * platform/qt/fast/block/positioning/auto/vertical-rl/006-expected.txt:
+ * platform/qt/fast/block/positioning/auto/vertical-rl/007-expected.png:
+ * platform/qt/fast/block/positioning/auto/vertical-rl/007-expected.txt:
+ * platform/qt/fast/block/positioning/child-of-absolute-with-auto-height-expected.png:
+ * platform/qt/fast/block/positioning/child-of-absolute-with-auto-height-expected.txt:
+ * platform/qt/fast/block/positioning/differing-writing-modes-expected.png:
+ * platform/qt/fast/block/positioning/differing-writing-modes-expected.txt:
+ * platform/qt/fast/block/positioning/differing-writing-modes-replaced-expected.png:
+ * platform/qt/fast/block/positioning/differing-writing-modes-replaced-expected.txt:
+ * platform/qt/fast/block/positioning/fixed-positioning-scrollbar-bug-expected.png:
+ * platform/qt/fast/block/positioning/fixed-positioning-scrollbar-bug-expected.txt:
+ * platform/qt/fast/block/positioning/height-change-expected.png:
+ * platform/qt/fast/block/positioning/height-change-expected.txt:
+ * platform/qt/fast/block/positioning/hiding-inside-relpositioned-inline-expected.png:
+ * platform/qt/fast/block/positioning/hiding-inside-relpositioned-inline-expected.txt:
+ * platform/qt/fast/block/positioning/inline-block-relposition-expected.png:
+ * platform/qt/fast/block/positioning/inline-block-relposition-expected.txt:
+ * platform/qt/fast/block/positioning/leftmargin-topmargin-expected.png:
+ * platform/qt/fast/block/positioning/leftmargin-topmargin-expected.txt:
+ * platform/qt/fast/block/positioning/negative-right-pos-expected.png:
+ * platform/qt/fast/block/positioning/negative-right-pos-expected.txt:
+ * platform/qt/fast/block/positioning/padding-percent-expected.png:
+ * platform/qt/fast/block/positioning/padding-percent-expected.txt:
+ * platform/qt/fast/block/positioning/pref-width-change-expected.txt:
+ * platform/qt/fast/block/positioning/relative-overconstrained-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-lr/001-expected.png.
+ * platform/qt/fast/block/positioning/relative-overflow-block-expected.png:
+ * platform/qt/fast/block/positioning/relative-overflow-block-expected.txt:
+ * platform/qt/fast/block/positioning/relative-overflow-replaced-expected.png:
+ * platform/qt/fast/block/positioning/relative-overflow-replaced-expected.txt:
+ * platform/qt/fast/block/positioning/relative-overflow-replaced-float-expected.png:
+ * platform/qt/fast/block/positioning/relative-overflow-replaced-float-expected.txt:
+ * platform/qt/fast/block/positioning/relayout-on-position-change-expected.png:
+ * platform/qt/fast/block/positioning/relayout-on-position-change-expected.txt:
+ * platform/qt/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
+ * platform/qt/fast/block/positioning/rtl-fixed-positioning-expected.png:
+ * platform/qt/fast/block/positioning/rtl-static-positioning-expected.png:
+ * platform/qt/fast/block/positioning/rtl-static-positioning-expected.txt:
+ * platform/qt/fast/block/positioning/rtl-static-positioning-inline-block-expected.png:
+ * platform/qt/fast/block/positioning/rtl-static-positioning-inline-block-expected.txt:
+ * platform/qt/fast/block/positioning/static-distance-with-positioned-ancestor-expected.png:
+ * platform/qt/fast/block/positioning/static-distance-with-positioned-ancestor-expected.txt:
+ * platform/qt/fast/block/positioning/table-cell-static-position-expected.png:
+ * platform/qt/fast/block/positioning/table-cell-static-position-expected.txt:
+ * platform/qt/fast/block/positioning/trailing-space-test-expected.png:
+ * platform/qt/fast/block/positioning/trailing-space-test-expected.txt:
+ * platform/qt/fast/block/positioning/vertical-lr/001-expected.png:
+ * platform/qt/fast/block/positioning/vertical-lr/001-expected.txt:
+ * platform/qt/fast/block/positioning/vertical-rl/001-expected.png:
+ * platform/qt/fast/block/positioning/vertical-rl/001-expected.txt:
+ * platform/qt/fast/block/positioning/vertical-rl/fixed-positioning-expected.png:
+ * platform/qt/fast/block/positioning/window-height-change-expected.png:
+ * platform/qt/fast/block/positioning/window-height-change-expected.txt:
+
+2012-07-24 Luciano Wolf <luciano.wolf@openbossa.org>
+
+ [Qt] fast/block/float needs rebaseline after new test fonts
+ https://bugs.webkit.org/show_bug.cgi?id=92150
+
+ Reviewed by Alexis Menard.
+
+ * platform/qt-5.0-wk1/Skipped:
+ * platform/qt-5.0-wk2/Skipped:
+ * platform/qt-5.0/Skipped:
+ * platform/qt/fast/block/float/001-expected.txt:
+ * platform/qt/fast/block/float/002-expected.png:
+ * platform/qt/fast/block/float/002-expected.txt:
+ * platform/qt/fast/block/float/003-expected.png:
+ * platform/qt/fast/block/float/003-expected.txt:
+ * platform/qt/fast/block/float/004-expected.png:
+ * platform/qt/fast/block/float/004-expected.txt:
+ * platform/qt/fast/block/float/005-expected.png:
+ * platform/qt/fast/block/float/005-expected.txt:
+ * platform/qt/fast/block/float/006-expected.png:
+ * platform/qt/fast/block/float/006-expected.txt:
+ * platform/qt/fast/block/float/007-expected.png:
+ * platform/qt/fast/block/float/007-expected.txt:
+ * platform/qt/fast/block/float/010-expected.png:
+ * platform/qt/fast/block/float/010-expected.txt:
+ * platform/qt/fast/block/float/011-expected.png:
+ * platform/qt/fast/block/float/011-expected.txt:
+ * platform/qt/fast/block/float/012-expected.png:
+ * platform/qt/fast/block/float/012-expected.txt:
+ * platform/qt/fast/block/float/013-expected.png:
+ * platform/qt/fast/block/float/013-expected.txt:
+ * platform/qt/fast/block/float/014-expected.png:
+ * platform/qt/fast/block/float/014-expected.txt:
+ * platform/qt/fast/block/float/015-expected.png:
+ * platform/qt/fast/block/float/015-expected.txt:
+ * platform/qt/fast/block/float/016-expected.png:
+ * platform/qt/fast/block/float/016-expected.txt:
+ * platform/qt/fast/block/float/017-expected.png:
+ * platform/qt/fast/block/float/017-expected.txt:
+ * platform/qt/fast/block/float/018-expected.png:
+ * platform/qt/fast/block/float/018-expected.txt:
+ * platform/qt/fast/block/float/020-expected.png:
+ * platform/qt/fast/block/float/020-expected.txt:
+ * platform/qt/fast/block/float/021-expected.png:
+ * platform/qt/fast/block/float/021-expected.txt:
+ * platform/qt/fast/block/float/022-expected.png:
+ * platform/qt/fast/block/float/022-expected.txt:
+ * platform/qt/fast/block/float/023-expected.png:
+ * platform/qt/fast/block/float/023-expected.txt:
+ * platform/qt/fast/block/float/024-expected.png:
+ * platform/qt/fast/block/float/024-expected.txt:
+ * platform/qt/fast/block/float/025-expected.png:
+ * platform/qt/fast/block/float/025-expected.txt:
+ * platform/qt/fast/block/float/027-expected.png:
+ * platform/qt/fast/block/float/027-expected.txt:
+ * platform/qt/fast/block/float/029-expected.png:
+ * platform/qt/fast/block/float/029-expected.txt:
+ * platform/qt/fast/block/float/030-expected.png:
+ * platform/qt/fast/block/float/030-expected.txt:
+ * platform/qt/fast/block/float/031-expected.png:
+ * platform/qt/fast/block/float/031-expected.txt:
+ * platform/qt/fast/block/float/032-expected.png:
+ * platform/qt/fast/block/float/032-expected.txt:
+ * platform/qt/fast/block/float/avoidance-percent-width-compat-expected.png: Added.
+ * platform/qt/fast/block/float/avoidance-percent-width-compat-expected.txt:
+ * platform/qt/fast/block/float/avoidance-percent-width-strict-expected.png:
+ * platform/qt/fast/block/float/avoidance-percent-width-strict-expected.txt:
+ * platform/qt/fast/block/float/avoiding-float-centered-expected.png:
+ * platform/qt/fast/block/float/avoiding-float-centered-expected.txt:
+ * platform/qt/fast/block/float/br-with-clear-expected.txt:
+ * platform/qt/fast/block/float/centered-float-avoidance-complexity-expected.png:
+ * platform/qt/fast/block/float/centered-float-avoidance-complexity-expected.txt:
+ * platform/qt/fast/block/float/clamped-right-float-expected.png:
+ * platform/qt/fast/block/float/clamped-right-float-expected.txt:
+ * platform/qt/fast/block/float/clear-element-too-wide-for-containing-block-expected.png:
+ * platform/qt/fast/block/float/clear-element-too-wide-for-containing-block-expected.txt:
+ * platform/qt/fast/block/float/dynamic-unfloat-pref-width-expected.png:
+ * platform/qt/fast/block/float/dynamic-unfloat-pref-width-expected.txt:
+ * platform/qt/fast/block/float/editable-text-overlapping-float-expected.png:
+ * platform/qt/fast/block/float/editable-text-overlapping-float-expected.txt:
+ * platform/qt/fast/block/float/fit_line_below_floats-expected.png:
+ * platform/qt/fast/block/float/fit_line_below_floats-expected.txt:
+ * platform/qt/fast/block/float/float-avoidance-expected.png:
+ * platform/qt/fast/block/float/float-avoidance-expected.txt:
+ * platform/qt/fast/block/float/float-in-float-hit-testing-expected.png:
+ * platform/qt/fast/block/float/float-in-float-hit-testing-expected.txt:
+ * platform/qt/fast/block/float/float-in-float-painting-expected.png:
+ * platform/qt/fast/block/float/float-in-float-painting-expected.txt:
+ * platform/qt/fast/block/float/floats-and-text-indent-expected.png:
+ * platform/qt/fast/block/float/floats-and-text-indent-expected.txt:
+ * platform/qt/fast/block/float/floats-and-text-indent-rl-expected.png:
+ * platform/qt/fast/block/float/floats-and-text-indent-rl-expected.txt:
+ * platform/qt/fast/block/float/intruding-float-add-in-sibling-block-on-static-position-expected.txt:
+ * platform/qt/fast/block/float/intruding-float-add-in-sibling-block-on-static-position2-expected.txt:
+ * platform/qt/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position-expected.txt:
+ * platform/qt/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position2-expected.txt:
+ * platform/qt/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position-expected.txt:
+ * platform/qt/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position2-expected.txt:
+ * platform/qt/fast/block/float/intruding-painted-twice-expected.png:
+ * platform/qt/fast/block/float/intruding-painted-twice-expected.txt:
+ * platform/qt/fast/block/float/marquee-shrink-to-avoid-floats-expected.png:
+ * platform/qt/fast/block/float/marquee-shrink-to-avoid-floats-expected.txt:
+ * platform/qt/fast/block/float/multiple-float-positioning-expected.png:
+ * platform/qt/fast/block/float/multiple-float-positioning-expected.txt:
+ * platform/qt/fast/block/float/nested-clearance-expected.png:
+ * platform/qt/fast/block/float/nested-clearance-expected.txt:
+ * platform/qt/fast/block/float/nestedAnonymousBlocks-expected.png:
+ * platform/qt/fast/block/float/nestedAnonymousBlocks-expected.txt:
+ * platform/qt/fast/block/float/nestedAnonymousBlocks2-expected.png:
+ * platform/qt/fast/block/float/nestedAnonymousBlocks2-expected.txt:
+ * platform/qt/fast/block/float/nopaint-after-layer-destruction-expected.png:
+ * platform/qt/fast/block/float/nopaint-after-layer-destruction-expected.txt:
+ * platform/qt/fast/block/float/nopaint-after-layer-destruction2-expected.png:
+ * platform/qt/fast/block/float/nopaint-after-layer-destruction2-expected.txt:
+ * platform/qt/fast/block/float/overhanging-after-height-decrease-expected.png:
+ * platform/qt/fast/block/float/overhanging-after-height-decrease-expected.txt:
+ * platform/qt/fast/block/float/overhanging-float-add-in-static-position-block-expected.txt:
+ * platform/qt/fast/block/float/overhanging-float-add-in-static-position-block2-expected.txt:
+ * platform/qt/fast/block/float/overhanging-float-remove-from-absolute-position-block-expected.txt:
+ * platform/qt/fast/block/float/overhanging-float-remove-from-absolute-position-block2-expected.txt:
+ * platform/qt/fast/block/float/overhanging-float-remove-from-fixed-position-block-expected.png:
+ * platform/qt/fast/block/float/overhanging-float-remove-from-fixed-position-block-expected.txt:
+ * platform/qt/fast/block/float/overhanging-float-remove-from-fixed-position-block2-expected.png:
+ * platform/qt/fast/block/float/overhanging-float-remove-from-fixed-position-block2-expected.txt:
+ * platform/qt/fast/block/float/overhanging-tall-block-expected.txt:
+ * platform/qt/fast/block/float/overlapping-floats-with-overflow-hidden-expected.png:
+ * platform/qt/fast/block/float/overlapping-floats-with-overflow-hidden-expected.txt:
+ * platform/qt/fast/block/float/shrink-to-avoid-float-complexity-expected.png:
+ * platform/qt/fast/block/float/shrink-to-avoid-float-complexity-expected.txt:
+ * platform/qt/fast/block/float/shrink-to-fit-width-expected.png:
+ * platform/qt/fast/block/float/shrink-to-fit-width-expected.txt:
+ * platform/qt/fast/block/float/table-relayout-expected.png:
+ * platform/qt/fast/block/float/table-relayout-expected.txt:
+ * platform/qt/fast/block/float/vertical-move-relayout-expected.png:
+ * platform/qt/fast/block/float/vertical-move-relayout-expected.txt:
+ * platform/qt/fast/block/float/width-update-after-clear-expected.png:
+ * platform/qt/fast/block/float/width-update-after-clear-expected.txt:
+
+2012-07-24 Andrew Wilson <atwilson@chromium.org>
+
+ Unreviewed chromium expectations change stop ignoring fast/hidpi changes.
+
+ * platform/chromium/TestExpectations:
+
+2012-07-24 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r123499.
+ http://trac.webkit.org/changeset/123499
+ https://bugs.webkit.org/show_bug.cgi?id=92161
+
+ Android fails to compile (Requested by zhenyao on #webkit).
+
+ * fast/mediastream/MediaStreamTrack-expected.txt: Removed.
+ * fast/mediastream/MediaStreamTrack.html: Removed.
+
+2012-07-24 Andrew Wilson <atwilson@chromium.org>
+
+ Unreviewed chromium expectations update from r123490.
+
+ * platform/chromium-mac-snowleopard/fast/hidpi/broken-image-icon-hidpi-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/hidpi/broken-image-with-size-hidpi-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/hidpi/clip-text-in-hidpi-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/hidpi/device-scale-factor-paint-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/hidpi/focus-rings-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/hidpi/image-set-as-background-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/hidpi/image-set-background-dynamic-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/hidpi/image-set-background-repeat-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/hidpi/image-set-background-repeat-without-size-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/hidpi/image-set-border-image-comparison-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/hidpi/image-set-border-image-dynamic-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/hidpi/image-set-border-image-simple-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/hidpi/image-set-in-content-dynamic-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/hidpi/image-set-out-of-order-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/hidpi/image-set-simple-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/hidpi/image-set-without-specified-width-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/hidpi/resize-corner-hidpi-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/hidpi/video-controls-in-hidpi-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/hidpi/video-controls-in-hidpi-expected.txt: Added.
+
+2012-07-24 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
+
+ [Qt] svg/batik rebaseline after new test fonts
+ https://bugs.webkit.org/show_bug.cgi?id=92162
+
+ Unreviewed.
+
+ * platform/qt-5.0/Skipped:
+ * platform/qt-5.0/svg/batik/text/smallFonts-expected.png: Removed.
+ * platform/qt-5.0/svg/batik/text/smallFonts-expected.txt: Removed.
+ * platform/qt-5.0/svg/batik/text/textAnchor-expected.png: Removed.
+ * platform/qt-5.0/svg/batik/text/textAnchor-expected.txt: Removed.
+ * platform/qt-5.0/svg/batik/text/textEffect-expected.png: Removed.
+ * platform/qt-5.0/svg/batik/text/textEffect-expected.txt: Removed.
+ * platform/qt-5.0/svg/batik/text/textEffect3-expected.png: Removed.
+ * platform/qt-5.0/svg/batik/text/textEffect3-expected.txt: Removed.
+ * platform/qt-5.0/svg/batik/text/textPosition-expected.txt: Removed.
+ * platform/qt-5.0/svg/batik/text/textPosition2-expected.png: Removed.
+ * platform/qt-5.0/svg/batik/text/textPosition2-expected.txt: Removed.
+ * platform/qt/svg/batik/filters/filterRegions-expected.png:
+ * platform/qt/svg/batik/filters/filterRegions-expected.txt:
+ * platform/qt/svg/batik/masking/maskRegions-expected.png:
+ * platform/qt/svg/batik/masking/maskRegions-expected.txt:
+ * platform/qt/svg/batik/paints/patternPreserveAspectRatioA-expected.png:
+ * platform/qt/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
+ * platform/qt/svg/batik/paints/patternRegionA-expected.png:
+ * platform/qt/svg/batik/paints/patternRegionA-expected.txt:
+ * platform/qt/svg/batik/paints/patternRegions-expected.png:
+ * platform/qt/svg/batik/paints/patternRegions-expected.txt:
+ * platform/qt/svg/batik/paints/patternRegions-positioned-objects-expected.png:
+ * platform/qt/svg/batik/paints/patternRegions-positioned-objects-expected.txt:
+ * platform/qt/svg/batik/text/longTextOnPath-expected.png:
+ * platform/qt/svg/batik/text/longTextOnPath-expected.txt:
+ * platform/qt/svg/batik/text/smallFonts-expected.png:
+ * platform/qt/svg/batik/text/smallFonts-expected.txt:
+ * platform/qt/svg/batik/text/textAnchor-expected.png:
+ * platform/qt/svg/batik/text/textAnchor-expected.txt:
+ * platform/qt/svg/batik/text/textAnchor2-expected.png:
+ * platform/qt/svg/batik/text/textAnchor2-expected.txt:
+ * platform/qt/svg/batik/text/textAnchor3-expected.png:
+ * platform/qt/svg/batik/text/textAnchor3-expected.txt:
+ * platform/qt/svg/batik/text/textDecoration-expected.png:
+ * platform/qt/svg/batik/text/textDecoration-expected.txt:
+ * platform/qt/svg/batik/text/textDecoration2-expected.png:
+ * platform/qt/svg/batik/text/textDecoration2-expected.txt:
+ * platform/qt/svg/batik/text/textEffect-expected.png:
+ * platform/qt/svg/batik/text/textEffect-expected.txt:
+ * platform/qt/svg/batik/text/textEffect2-expected.png:
+ * platform/qt/svg/batik/text/textEffect2-expected.txt:
+ * platform/qt/svg/batik/text/textEffect3-expected.png:
+ * platform/qt/svg/batik/text/textEffect3-expected.txt:
+ * platform/qt/svg/batik/text/textFeatures-expected.png:
+ * platform/qt/svg/batik/text/textFeatures-expected.txt:
+ * platform/qt/svg/batik/text/textGlyphOrientationHorizontal-expected.png:
+ * platform/qt/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
+ * platform/qt/svg/batik/text/textLayout2-expected.png:
+ * platform/qt/svg/batik/text/textLayout2-expected.txt:
+ * platform/qt/svg/batik/text/textLength-expected.png:
+ * platform/qt/svg/batik/text/textLength-expected.txt:
+ * platform/qt/svg/batik/text/textOnPath-expected.png:
+ * platform/qt/svg/batik/text/textOnPath-expected.txt:
+ * platform/qt/svg/batik/text/textOnPath2-expected.png:
+ * platform/qt/svg/batik/text/textOnPath2-expected.txt:
+ * platform/qt/svg/batik/text/textOnPath3-expected.png:
+ * platform/qt/svg/batik/text/textOnPath3-expected.txt:
+ * platform/qt/svg/batik/text/textPCDATA-expected.png:
+ * platform/qt/svg/batik/text/textPCDATA-expected.txt:
+ * platform/qt/svg/batik/text/textPosition-expected.png:
+ * platform/qt/svg/batik/text/textPosition-expected.txt:
+ * platform/qt/svg/batik/text/textPosition2-expected.png:
+ * platform/qt/svg/batik/text/textPosition2-expected.txt:
+ * platform/qt/svg/batik/text/textProperties-expected.png:
+ * platform/qt/svg/batik/text/textProperties-expected.txt:
+ * platform/qt/svg/batik/text/textProperties2-expected.png:
+ * platform/qt/svg/batik/text/textProperties2-expected.txt:
+ * platform/qt/svg/batik/text/verticalTextOnPath-expected.png:
+ * platform/qt/svg/batik/text/verticalTextOnPath-expected.txt:
+
+2012-07-24 Julien Chaffraix <jchaffraix@webkit.org>
+
+ Crash in RenderTableSection::layoutRows
+ https://bugs.webkit.org/show_bug.cgi?id=92145
+
+ Reviewed by Abhishek Arya.
+
+ * fast/table/crash-table-section-layoutRows-expected.txt: Added.
+ * fast/table/crash-table-section-layoutRows.html: Added.
+
+2012-07-24 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
+
+ [Qt] svg/clip-path rebaseline after new test fonts
+ https://bugs.webkit.org/show_bug.cgi?id=92158
+
+ Unreviewed.
+
+ Create a separate bug to track two tests that had wrong expected results before
+ the font change.
+
+ * platform/qt-5.0/Skipped:
+ * platform/qt/svg/clip-path/clip-path-pixelation-expected.png:
+ * platform/qt/svg/clip-path/clip-path-pixelation-expected.txt:
+ * platform/qt/svg/clip-path/clip-path-text-and-shape-expected.png:
+ * platform/qt/svg/clip-path/clip-path-text-and-shape-expected.txt:
+ * platform/qt/svg/clip-path/clip-path-text-and-stroke-expected.png:
+ * platform/qt/svg/clip-path/clip-path-text-and-stroke-expected.txt:
+ * platform/qt/svg/clip-path/clip-path-text-expected.png:
+ * platform/qt/svg/clip-path/clip-path-text-expected.txt:
+ * platform/qt/svg/clip-path/clip-path-tspan-and-stroke-expected.png:
+ * platform/qt/svg/clip-path/clip-path-tspan-and-stroke-expected.txt:
+ * platform/qt/svg/clip-path/clip-path-with-text-clipped-expected.png:
+ * platform/qt/svg/clip-path/clip-path-with-text-clipped-expected.txt:
+ * platform/qt/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.png:
+ * platform/qt/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt:
+ * platform/qt/svg/clip-path/deep-nested-clip-in-mask-expected.png: Removed.
+ * platform/qt/svg/clip-path/deep-nested-clip-in-mask-expected.txt: Removed.
+ * platform/qt/svg/clip-path/deep-nested-clip-in-mask-panning-expected.png: Removed.
+ * platform/qt/svg/clip-path/deep-nested-clip-in-mask-panning-expected.txt: Removed.
+
+2012-07-24 Zhenyao Mo <zmo@google.com>
+
+ Rebaseline - gardening stuff.
+
+ Unreviewed.
+
+ * fast/canvas/webgl/framebuffer-object-attachment-expected.txt:
+ * fast/canvas/webgl/framebuffer-object-attachment.html:
+ * fast/canvas/webgl/resources/webgl-test-utils.js:
+ (WebGLTestUtils):
+ * platform/chromium-linux-x86/css3/selectors3/html: Removed.
+ * platform/chromium-linux-x86/css3/selectors3/xhtml: Removed.
+ * platform/chromium-linux-x86/css3/selectors3/xml: Removed.
+ * platform/chromium-linux-x86/tables/mozilla_expected_failures/core: Removed.
+ * platform/chromium-linux/compositing/overflow/theme-affects-visual-overflow-expected.png:
+ * platform/chromium-linux/css1/box_properties/acid_test-expected.png:
+ * platform/chromium-linux/css2.1/t09-c5526c-display-00-e-expected.png:
+ * platform/chromium-linux/css3/selectors3/html/css3-modsel-25-expected.png:
+ * platform/chromium-linux/css3/selectors3/html/css3-modsel-70-expected.png:
+ * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-25-expected.png:
+ * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-70-expected.png:
+ * platform/chromium-linux/css3/selectors3/xml/css3-modsel-25-expected.png:
+ * platform/chromium-linux/css3/selectors3/xml/css3-modsel-70-expected.png:
+ * platform/chromium-linux/fast/block/basic/011-expected.png:
+ * platform/chromium-linux/fast/block/margin-collapse/103-expected.png:
+ * platform/chromium-linux/fast/css/non-standard-checkbox-size-expected.png:
+ * platform/chromium-linux/fast/forms/001-expected.png:
+ * platform/chromium-linux/fast/forms/basic-inputs-expected.png:
+ * platform/chromium-linux/fast/forms/box-shadow-override-expected.png:
+ * platform/chromium-linux/fast/forms/file/file-input-disabled-expected.png:
+ * platform/chromium-linux/fast/forms/form-element-geometry-expected.png:
+ * platform/chromium-linux/fast/forms/formmove-expected.png:
+ * platform/chromium-linux/fast/forms/formmove2-expected.png:
+ * platform/chromium-linux/fast/forms/indeterminate-expected.png:
+ * platform/chromium-linux/fast/forms/input-appearance-height-expected.png:
+ * platform/chromium-linux/fast/forms/input-value-expected.png:
+ * platform/chromium-linux/fast/inline/positionedLifetime-expected.png:
+ * platform/chromium-linux/fast/parser/bad-xml-slash-expected.png:
+ * platform/chromium-linux/fast/replaced/replaced-breaking-expected.png:
+ * platform/chromium-linux/fast/replaced/width100percent-checkbox-expected.png:
+ * platform/chromium-linux/fast/text/textIteratorNilRenderer-expected.png:
+ * platform/chromium-linux/fast/text/whitespace/normal-after-nowrap-breaking-expected.png:
+ * platform/chromium-linux/tables/mozilla/bugs/bug1318-expected.png:
+ * platform/chromium-linux/tables/mozilla/bugs/bug4527-expected.png:
+ * platform/chromium-linux/tables/mozilla_expected_failures/core/captions1-expected.png:
+ * platform/chromium-linux/tables/mozilla_expected_failures/core/captions2-expected.png:
+ * platform/chromium-mac-snowleopard/fast/canvas/webgl/framebuffer-object-attachment-expected.txt: Removed.
+ * platform/chromium-win-xp/fast/text/whitespace/normal-after-nowrap-breaking-expected.png: Removed.
+ * platform/mac-snowleopard/fast/canvas/webgl/framebuffer-object-attachment-expected.txt: Removed.
+ * platform/mac/fast/canvas/webgl/framebuffer-object-attachment-expected.txt: Removed.
+
+2012-07-24 Luciano Wolf <luciano.wolf@openbossa.org>
+
+ [Qt] fast/block/basic needs rebaseline after new test fonts
+ https://bugs.webkit.org/show_bug.cgi?id=92149
+
+ Reviewed by Alexis Menard.
+
+ * platform/qt-5.0-wk1/Skipped:
+ * platform/qt-5.0-wk2/Skipped:
+ * platform/qt-5.0/Skipped:
+ * platform/qt/fast/block/basic/001-expected.png:
+ * platform/qt/fast/block/basic/001-expected.txt:
+ * platform/qt/fast/block/basic/002-expected.png:
+ * platform/qt/fast/block/basic/002-expected.txt:
+ * platform/qt/fast/block/basic/003-expected.png:
+ * platform/qt/fast/block/basic/003-expected.txt:
+ * platform/qt/fast/block/basic/004-expected.png:
+ * platform/qt/fast/block/basic/004-expected.txt:
+ * platform/qt/fast/block/basic/005-expected.png:
+ * platform/qt/fast/block/basic/005-expected.txt:
+ * platform/qt/fast/block/basic/006-expected.png:
+ * platform/qt/fast/block/basic/006-expected.txt:
+ * platform/qt/fast/block/basic/007-expected.png:
+ * platform/qt/fast/block/basic/007-expected.txt:
+ * platform/qt/fast/block/basic/008-expected.png:
+ * platform/qt/fast/block/basic/008-expected.txt:
+ * platform/qt/fast/block/basic/009-expected.png:
+ * platform/qt/fast/block/basic/009-expected.txt:
+ * platform/qt/fast/block/basic/010-expected.png:
+ * platform/qt/fast/block/basic/010-expected.txt:
+ * platform/qt/fast/block/basic/011-expected.png:
+ * platform/qt/fast/block/basic/011-expected.txt:
+ * platform/qt/fast/block/basic/012-expected.png:
+ * platform/qt/fast/block/basic/012-expected.txt:
+ * platform/qt/fast/block/basic/013-expected.png:
+ * platform/qt/fast/block/basic/013-expected.txt:
+ * platform/qt/fast/block/basic/014-expected.png:
+ * platform/qt/fast/block/basic/014-expected.txt:
+ * platform/qt/fast/block/basic/015-expected.png:
+ * platform/qt/fast/block/basic/015-expected.txt:
+ * platform/qt/fast/block/basic/016-expected.png:
+ * platform/qt/fast/block/basic/016-expected.txt:
+ * platform/qt/fast/block/basic/018-expected.png:
+ * platform/qt/fast/block/basic/018-expected.txt:
+ * platform/qt/fast/block/basic/019-expected.png:
+ * platform/qt/fast/block/basic/019-expected.txt:
+ * platform/qt/fast/block/basic/020-expected.txt:
+ * platform/qt/fast/block/basic/021-expected.png:
+ * platform/qt/fast/block/basic/021-expected.txt:
+ * platform/qt/fast/block/basic/adding-near-anonymous-block-expected.png:
+ * platform/qt/fast/block/basic/adding-near-anonymous-block-expected.txt:
+ * platform/qt/fast/block/basic/minheight-expected.png:
+ * platform/qt/fast/block/basic/minheight-expected.txt:
+ * platform/qt/fast/block/basic/percent-height-inside-anonymous-block-expected.png:
+ * platform/qt/fast/block/basic/percent-height-inside-anonymous-block-expected.txt:
+ * platform/qt/fast/block/basic/quirk-height-expected.png:
+ * platform/qt/fast/block/basic/quirk-height-expected.txt:
+ * platform/qt/fast/block/basic/truncation-rtl-expected.png:
+ * platform/qt/fast/block/basic/truncation-rtl-expected.txt:
+ * platform/qt/fast/block/basic/white-space-pre-wraps-expected.png:
+ * platform/qt/fast/block/basic/white-space-pre-wraps-expected.txt:
+
+2012-07-24 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
+
+ [Qt] svg/carto.net rebaseline after new test fonts
+ https://bugs.webkit.org/show_bug.cgi?id=92152
+
+ Unreviewed.
+
+ * platform/qt-5.0-wk2/Skipped:
+ * platform/qt-5.0/Skipped:
+ * platform/qt-5.0/svg/carto.net/window-expected.png: Removed.
+ * platform/qt-5.0/svg/carto.net/window-expected.txt: Removed.
+ * platform/qt/svg/carto.net/button-expected.png:
+ * platform/qt/svg/carto.net/button-expected.txt:
+ * platform/qt/svg/carto.net/colourpicker-expected.png:
+ * platform/qt/svg/carto.net/colourpicker-expected.txt:
+ * platform/qt/svg/carto.net/scrollbar-expected.png:
+ * platform/qt/svg/carto.net/scrollbar-expected.txt:
+ * platform/qt/svg/carto.net/selectionlist-expected.png:
+ * platform/qt/svg/carto.net/selectionlist-expected.txt:
+ * platform/qt/svg/carto.net/slider-expected.png:
+ * platform/qt/svg/carto.net/slider-expected.txt:
+ * platform/qt/svg/carto.net/tabgroup-expected.png:
+ * platform/qt/svg/carto.net/tabgroup-expected.txt:
+ * platform/qt/svg/carto.net/textbox-expected.png:
+ * platform/qt/svg/carto.net/textbox-expected.txt:
+ * platform/qt/svg/carto.net/window-expected.png:
+ * platform/qt/svg/carto.net/window-expected.txt:
+
+2012-07-24 Luciano Wolf <luciano.wolf@openbossa.org>
+
+ [Qt] platform, plugins and printing need rebaseline after new test fonts
+ https://bugs.webkit.org/show_bug.cgi?id=92016
+
+ Reviewed by Alexis Menard.
+
+ Updating skipped tests inside platform, plugins and printing. The following tests
+ remain skipped:
+ /platform/qt/plugins/qt-qwidget-plugin.html (bug #92141)
+ /plugins/netscape-dom-access.html (already skipped inside qt/Skipped)
+
+ * platform/qt-5.0-wk1/Skipped:
+ * platform/qt-5.0-wk2/Skipped:
+ * platform/qt-5.0/Skipped:
+ * platform/qt/platform/qt/fast/forms/button-line-break-expected.png:
+ * platform/qt/platform/qt/fast/forms/button-line-break-expected.txt:
+ * platform/qt/platform/qt/plugins/application-plugin-plugins-disabled-expected.png: Added.
+ * platform/qt/platform/qt/plugins/application-plugin-plugins-disabled-expected.txt: Added.
+ * platform/qt/platform/qt/plugins/qt-qwidget-plugin-expected.png: Added.
+ * platform/qt/platform/qt/plugins/qt-qwidget-plugin-expected.txt:
+ * platform/qt/plugins/iframe-plugin-bgcolor-expected.txt:
+ * platform/qt/plugins/mouse-click-plugin-clears-selection-expected.txt:
+ * platform/qt/printing/compositing-layer-printing-expected.png:
+ * platform/qt/printing/compositing-layer-printing-expected.txt:
+ * platform/qt/printing/iframe-print-expected.png:
+ * platform/qt/printing/iframe-print-expected.txt:
+ * platform/qt/printing/media-queries-print-expected.png:
+ * platform/qt/printing/media-queries-print-expected.txt:
+ * platform/qt/printing/page-rule-in-media-query-expected.png:
+ * platform/qt/printing/page-rule-in-media-query-expected.txt:
+ * platform/qt/printing/simultaneous-position-float-change-expected.txt:
+ * platform/qt/printing/width-overflow-expected.png:
+ * platform/qt/printing/width-overflow-expected.txt:
+
+2012-07-24 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
+
+ [Qt] Re-skip failing tests for Qt 4.8 platform
+ https://bugs.webkit.org/show_bug.cgi?id=92119
+
+ Reviewed by Alexis Menard.
+
+ The following tests, after unskipping, are now passing on Qt-5.0 build bot
+ variations, but still failing for Qt-4.8 ones:
+
+ Regressions: Unexpected text diff mismatch : (1)
+ http/tests/misc/acid3.html = TEXT
+
+ Regressions: Unexpected image mismatch : (2)
+ fast/css/tab-size.html = IMAGE
+ fast/text/international/bdi-dir-default-to-auto.html = IMAGE
+
+ This patch adds these to Skipped list of qt-4.8 platform.
+
+ * platform/qt-4.8/Skipped: Added 3 layout tests.
+
+2012-07-24 Tommy Widenflycht <tommyw@google.com>
+
+ MediaStream API: Update MediaStreamTrack to match the specification
+ https://bugs.webkit.org/show_bug.cgi?id=90180
+
+ Reviewed by Adam Barth.
+
+ * fast/mediastream/MediaStreamTrack-expected.txt: Added.
+ * fast/mediastream/MediaStreamTrack.html: Added.
+
+2012-07-24 Andrew Wilson <atwilson@chromium.org>
+
+ Unreviewed expectations change for chromium to address lint error from r90190.
+
+ * platform/chromium/TestExpectations:
+
+2012-07-24 Julien Chaffraix <jchaffraix@webkit.org>
+
+ inline-table wrapper should be generated for display: inline element only
+ https://bugs.webkit.org/show_bug.cgi?id=92054
+
+ Reviewed by Abhishek Arya.
+
+ For some reason, using dumpAsText didn't dump the 2 lines properly so the test
+ is a reftest to work-around that.
+
+ * fast/table/inline-block-generates-table-wrapper-expected.html: Added.
+ * fast/table/inline-block-generates-table-wrapper.html: Added.
+
+2012-07-24 Terry Anderson <tdanderson@chromium.org>
+
+ [chromium] Unskip tests in fast/hidpi
+ https://bugs.webkit.org/show_bug.cgi?id=90190
+
+ Reviewed by Adam Barth.
+
+ Adding cr-linux baselines so that the EWS will go green. Will be adding new
+ baselines for the chromium ports with WebKit gardener atwilson@.
+
+ * platform/chromium-linux/fast/hidpi/broken-image-icon-hidpi-expected.png: Added.
+ * platform/chromium-linux/fast/hidpi/broken-image-icon-hidpi-expected.txt: Added.
+ * platform/chromium-linux/fast/hidpi/broken-image-with-size-hidpi-expected.png: Added.
+ * platform/chromium-linux/fast/hidpi/broken-image-with-size-hidpi-expected.txt: Added.
+ * platform/chromium-linux/fast/hidpi/clip-text-in-hidpi-expected.png: Added.
+ * platform/chromium-linux/fast/hidpi/clip-text-in-hidpi-expected.txt: Added.
+ * platform/chromium-linux/fast/hidpi/device-scale-factor-paint-expected.png: Added.
+ * platform/chromium-linux/fast/hidpi/focus-rings-expected.png: Added.
+ * platform/chromium-linux/fast/hidpi/image-set-as-background-expected.png: Added.
+ * platform/chromium-linux/fast/hidpi/image-set-as-background-expected.txt: Added.
+ * platform/chromium-linux/fast/hidpi/image-set-background-dynamic-expected.png: Added.
+ * platform/chromium-linux/fast/hidpi/image-set-background-dynamic-expected.txt: Added.
+ * platform/chromium-linux/fast/hidpi/image-set-background-repeat-expected.png: Added.
+ * platform/chromium-linux/fast/hidpi/image-set-background-repeat-expected.txt: Added.
+ * platform/chromium-linux/fast/hidpi/image-set-background-repeat-without-size-expected.png: Added.
+ * platform/chromium-linux/fast/hidpi/image-set-background-repeat-without-size-expected.txt: Added.
+ * platform/chromium-linux/fast/hidpi/image-set-border-image-comparison-expected.png: Added.
+ * platform/chromium-linux/fast/hidpi/image-set-border-image-comparison-expected.txt: Added.
+ * platform/chromium-linux/fast/hidpi/image-set-border-image-dynamic-expected.png: Added.
+ * platform/chromium-linux/fast/hidpi/image-set-border-image-dynamic-expected.txt: Added.
+ * platform/chromium-linux/fast/hidpi/image-set-border-image-simple-expected.png: Added.
+ * platform/chromium-linux/fast/hidpi/image-set-border-image-simple-expected.txt: Added.
+ * platform/chromium-linux/fast/hidpi/image-set-in-content-dynamic-expected.png: Added.
+ * platform/chromium-linux/fast/hidpi/image-set-in-content-dynamic-expected.txt: Added.
+ * platform/chromium-linux/fast/hidpi/image-set-out-of-order-expected.png: Added.
+ * platform/chromium-linux/fast/hidpi/image-set-out-of-order-expected.txt: Added.
+ * platform/chromium-linux/fast/hidpi/image-set-simple-expected.png: Added.
+ * platform/chromium-linux/fast/hidpi/image-set-simple-expected.txt: Added.
+ * platform/chromium-linux/fast/hidpi/image-set-without-specified-width-expected.png: Added.
+ * platform/chromium-linux/fast/hidpi/image-set-without-specified-width-expected.txt: Added.
+ * platform/chromium-linux/fast/hidpi/resize-corner-hidpi-expected.png: Added.
+ * platform/chromium-linux/fast/hidpi/resize-corner-hidpi-expected.txt: Added.
+ * platform/chromium-linux/fast/hidpi/video-controls-in-hidpi-expected.png: Added.
+ * platform/chromium-linux/fast/hidpi/video-controls-in-hidpi-expected.txt: Added.
+ * platform/chromium/TestExpectations:
+
+2012-07-24 Nico Weber <nicolasweber@gmx.de>
+
+ [chromium] Add pixel expectations for new test scrollbar-tickmarks-styled.html
+ https://bugs.webkit.org/show_bug.cgi?id=92116
+
+ Unreviewed.
+
+ * platform/chromium-win/fast/scrolling/scrollbar-tickmarks-styled-expected.png: Added.
+ * platform/chromium/TestExpectations:
+
+2012-07-24 Thiago Marcos P. Santos <thiago.santos@intel.com>
+
+ [EFL] Gardening of failing and flaky tests
+ https://bugs.webkit.org/show_bug.cgi?id=92105
+
+ Unreviewed gardening.
+
+ * platform/efl/TestExpectations:
+
+2012-07-24 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
+
+ [Qt] Unskip layout test after monospace-font fix
+ https://bugs.webkit.org/show_bug.cgi?id=86179
+
+ Reviewed by Alexis Menard.
+
+ This test has been skipped because monospace fonts weren't properly to
+ HTML tags like <pre>, for instance. After r121971, the test results are
+ normal again.
+
+ * platform/qt/Skipped: Unskipped fast/css/tab-size.html.
+
+2012-07-24 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
+
+ [Qt] Updated acid3 layout test results after monospace fix
+ https://bugs.webkit.org/show_bug.cgi?id=87501
+
+ Reviewed by Alexis Menard.
+
+ Updated Qt (same for WK1 and WK2) layout test results for
+ http/tests/misc/acid3.html after monospace font fix landed in r121971.
+
+ * platform/qt/Skipped: Unskip http/tests/misc/acid3.html.
+ * platform/qt/http/tests/misc/acid3-expected.png: Added.
+ * platform/qt/http/tests/misc/acid3-expected.txt: Added.
+
+2012-07-24 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
+
+ [Qt] Unskip layout test after monospace-font fix
+ https://bugs.webkit.org/show_bug.cgi?id=81899
+
+ Reviewed by Alexis Menard.
+
+ This test has been skipped because monospace fonts weren't properly used by
+ layout tests. After r121971, the test results are normal again.
+
+ * platform/qt/Skipped: Unskipped layout test.
+
+2012-07-24 János Badics <jbadics@inf.u-szeged.hu>
+
+ [Qt] Unreviewed gardening after r123100. Added baseline to tests that have been unskipped.
+ https://bugs.webkit.org/show_bug.cgi?id=91739
+
+ * platform/qt-5.0/fast/dynamic/insert-before-table-part-in-continuation-expected.png: Added.
+ * platform/qt-5.0/fast/dynamic/insert-before-table-part-in-continuation-expected.txt: Added.
+ * platform/qt-5.0/fast/events/onload-re-entry-expected.png: Added.
+ * platform/qt-5.0/fast/events/onload-re-entry-expected.txt: Added.
+ * platform/qt-5.0/fast/events/touch/touch-slider-expected.txt: Added.
+ * platform/qt-5.0/fast/events/touch/touch-slider-no-js-touch-listener-expected.txt: Added.
+ * platform/qt-5.0/fast/inline/absolute-positioned-inline-in-centred-block-expected.png: Added.
+ * platform/qt-5.0/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt:
+
+2012-07-24 János Badics <jbadics@inf.u-szeged.hu>
+
+ [Qt] Unreviewed gardening after r123432. Added baseline to fast/text/whitespace/028.html
+ after is has been unskipped.
+ https://bugs.webkit.org/show_bug.cgi?id=91971
+
+ * platform/qt.5-0/fast/text/whitespace/028-expected.png: Added.
+ * platform/qt.5-0/fast/text/whitespace/028-expected.txt: Added.
+
+2012-07-24 Ádám Kallai <kadam@inf.u-szeged.hu>
+
+ [Qt] Unreviewed gardening. Update expectations after r122988 and r122712.
+
+ * platform/qt-5.0-wk2/editing/deleting/5144139-2-expected.txt: Added after r122712.
+ * platform/qt-5.0/editing/deleting/5144139-2-expected.txt: Removed.
+ * platform/qt-5.0/http/tests/misc/location-replace-crossdomain-expected.png: Added after r122988.
+ * platform/qt-5.0/http/tests/misc/location-replace-crossdomain-expected.txt: Added after r122988.
+ * platform/qt-5.0/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.png: Added after r122988.
+ * platform/qt-5.0/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.txt: Added after r122988.
+
+2012-07-24 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
+
+ [Qt] fast/css/text-transform-select.html should be rebaselined for WK1 and WK2 on Qt 5.0
+ https://bugs.webkit.org/show_bug.cgi?id=77377
+
+ Reviewed by Simon Hausmann.
+
+ Test now pass in both WK1 and WK2.
+
+ * platform/qt-5.0/Skipped:
+
+2012-07-23 Hans Wennborg <hans@chromium.org>
+
+ Speech JavaScript API: Add the SpeechRecognitionResult.emma attribute
+ https://bugs.webkit.org/show_bug.cgi?id=91743
+
+ Reviewed by Adam Barth.
+
+ Add layout test for the SpeechRecognitionResult.emma attribute.
+
+ * fast/speech/scripted/emma.html: Added.
+ * fast/speech/scripted/emma-expected.txt: Added.
+
+2012-07-24 Zan Dobersek <zandobersek@gmail.com>
+
+ Unreviewed GTK gardening.
+
+ Skipping tests added in r123343 and adding a test expectation for
+ an accessibility test added in r123428.
+
+ * platform/gtk/TestExpectations:
+
+2012-07-24 Andrei Poenaru <poenaru@adobe.com>
+
+ Web Inspector: Protocol Extension: add getFlowByName command
+ https://bugs.webkit.org/show_bug.cgi?id=91855
+
+ Reviewed by Pavel Feldman.
+
+ Created a single test suite for the WebInspector protocol extension for CSS Regions.
+
+ * inspector/styles/protocol-css-regions-commands-expected.txt: Added.
+ * inspector/styles/protocol-css-regions-commands.html: Added.
+ * inspector/styles/protocol-getNamedFlowCollection-command-expected.txt: Removed.
+ * inspector/styles/protocol-getNamedFlowCollection-command.html: Removed.
+ * platform/efl/TestExpectations:
+ * platform/qt/Skipped:
+
+2012-07-24 Anthony Scian <ascian@rim.com>
+
+ Web Inspector [JSC]: Enable initiator column in network panel.
+ https://bugs.webkit.org/show_bug.cgi?id=65533
+
+ Reviewed by Vsevolod Vlasov.
+
+ Bug https://bugs.webkit.org/show_bug.cgi?id=65105 caused
+ network-initiator.html to be disabled due to caching CSS information.
+ Tweaked the test so that reloads could be forced to avoid the cache
+ copy (thanks to Vsevolod Vlasov for help on this); test works now and
+ is updated for availability of stack traces fixed in 40118. Consolidated
+ results into common expected results output.
+
+ * http/tests/inspector/inspector-test.js:
+ (initialize_InspectorTest.InspectorTest.hardReloadPage):
+ (initialize_InspectorTest.InspectorTest.reloadPage):
+ (initialize_InspectorTest.InspectorTest._innerReloadPage):
+ * http/tests/inspector/network/network-initiator-expected.txt:
+ * http/tests/inspector/network/network-initiator.html:
+ * platform/chromium/TestExpectations:
+ * platform/chromium/http/tests/inspector/network/network-initiated-expected.txt: Removed.
+ * platform/mac/TestExpectations:
+
+2012-07-24 Yoshifumi Inoue <yosin@chromium.org>
+
+ [Tests] Copy fast/forms/number/number-change-type-on-focus.html and number-losing-renderer-on-click.html to fast/forms/resources
+ https://bugs.webkit.org/show_bug.cgi?id=92083
+
+ Reviewed by Kent Tamura.
+
+ This patch copies two test HTML files in fast/forms/number into JavaScript code directory,
+ fast/forms/resources:
+ - number-change-type-on-focus.html -> common-change-type-on-focus.js
+ - number-losing-renderer-on-click.html -> common-losing-renderer-on-click.js
+
+ * fast/forms/resources/common-change-type-on-focus.js: Copied from LayoutTests/fast/forms/number/number-change-type-on-focus.html.
+ * fast/forms/resources/common-losing-renderer-on-click.js: Copied from LayoutTests/fast/forms/number/number-losing-renderer-on-click.html.
+
+2012-07-24 Yoshifumi Inoue <yosin@chromium.org>
+
+ [Tests] Rename fast/forms/number/number-crash.html to number-losing-renderer-on-click.html
+ https://bugs.webkit.org/show_bug.cgi?id=92085
+
+ Reviewed by Kent Tamura.
+
+ This patch renames test file fast/forms/number/number-crash.html to number-losing-renderer-on-click.html
+ to make test name denotes what test will be done.
+
+ * fast/forms/number/number-crash-expected.txt: Removed.
+ * fast/forms/number/number-crash.html: Removed.
+ * fast/forms/number/number-losing-renderer-on-click-expected.txt: Copied from LayoutTests/fast/forms/number/number-crash-expected.txt.
+ * fast/forms/number/number-losing-renderer-on-click.html: Copied from LayoutTests/fast/forms/number/number-crash.html.
+
+2012-07-24 János Badics <jbadics@inf.u-szeged.hu>
+
+ [Qt] Unreviewed gardening after r123379. Newly added fast/css/sticky/parsing-position-sticky.html fails.
+ https://bugs.webkit.org/show_bug.cgi?id=92080
+
+ * platform/qt/Skipped:
+
+2012-07-24 Szilard Ledan <szledan@inf.u-szeged.hu>
+
+ [Qt] Unreview gardening.
+
+ * platform/qt/Skipped:
+
+2012-07-24 János Badics <jbadics@inf.u-szeged.hu>
+
+ [Qt] Unreviewed gardening. Skipped a test because of a missing feature.
+
+ * platform/qt/Skipped:
+
+2012-07-24 Arko Saha <arko@motorola.com>
+
+ Microdata: Implement PropertyNodeList interface.
+ https://bugs.webkit.org/show_bug.cgi?id=80269
+
+ Reviewed by Ryosuke Niwa.
+
+ Added test cases for PropertyNodeList interface and PropertyNodeList.getValues() method.
+ Spec: http://www.whatwg.org/specs/web-apps/current-work/multipage/common-dom-interfaces.html#propertynodelist
+
+ * fast/dom/MicroData/nameditem-returns-propertynodelist-expected.txt: Added.
+ * fast/dom/MicroData/nameditem-returns-propertynodelist.html: Added.
+ * fast/dom/MicroData/propertynodelist-getvalues-array-values-obtained-from-itemvalue-of-each-element-expected.txt: Added.
+ * fast/dom/MicroData/propertynodelist-getvalues-array-values-obtained-from-itemvalue-of-each-element.html: Added.
+ * fast/dom/MicroData/propertynodelist-getvalues-test-expected.txt: Added.
+ * fast/dom/MicroData/propertynodelist-getvalues-test.html: Added.
+ * fast/dom/MicroData/propertynodelist-test-add-remove-element-expected.txt: Added.
+ * fast/dom/MicroData/propertynodelist-test-add-remove-element.html: Added.
+
+2012-07-23 Balazs Ankes <bank@inf.u-szeged.hu>
+
+ [Qt] from platform/qt/fast/overflow to platform/qt/fast/xsl tests needs update after rebaseline and new testfonts
+ https://bugs.webkit.org/show_bug.cgi?id=91971
+
+ Unreviewed rebaseline.
+
+ * platform/qt-5.0-wk1/Skipped:
+ * platform/qt-5.0-wk2/Skipped:
+ * platform/qt-5.0/Skipped:
+ * platform/qt/fast/overflow/001-expected.png: Added.
+ * platform/qt/fast/overflow/001-expected.txt:
+ * platform/qt/fast/overflow/002-expected.png: Added.
+ * platform/qt/fast/overflow/002-expected.txt:
+ * platform/qt/fast/overflow/004-expected.png:
+ * platform/qt/fast/overflow/004-expected.txt:
+ * platform/qt/fast/overflow/006-expected.png: Added.
+ * platform/qt/fast/overflow/006-expected.txt:
+ * platform/qt/fast/overflow/007-expected.png:
+ * platform/qt/fast/overflow/007-expected.txt:
+ * platform/qt/fast/overflow/008-expected.png: Added.
+ * platform/qt/fast/overflow/008-expected.txt:
+ * platform/qt/fast/overflow/border-radius-clipping-expected.png: Added.
+ * platform/qt/fast/overflow/border-radius-clipping-expected.txt:
+ * platform/qt/fast/overflow/childFocusRingClip-expected.png: Added.
+ * platform/qt/fast/overflow/childFocusRingClip-expected.txt:
+ * platform/qt/fast/overflow/dynamic-hidden-expected.png: Added.
+ * platform/qt/fast/overflow/dynamic-hidden-expected.txt:
+ * platform/qt/fast/overflow/float-in-relpositioned-expected.png: Added.
+ * platform/qt/fast/overflow/float-in-relpositioned-expected.txt:
+ * platform/qt/fast/overflow/hidden-scrollbar-resize-expected.png: Added.
+ * platform/qt/fast/overflow/hidden-scrollbar-resize-expected.txt:
+ * platform/qt/fast/overflow/hit-test-overflow-controls-expected.png: Added.
+ * platform/qt/fast/overflow/hit-test-overflow-controls-expected.txt:
+ * platform/qt/fast/overflow/image-selection-highlight-expected.png:
+ * platform/qt/fast/overflow/image-selection-highlight-expected.txt:
+ * platform/qt/fast/overflow/infiniteRecursion-expected.png:
+ * platform/qt/fast/overflow/infiniteRecursion-expected.txt:
+ * platform/qt/fast/overflow/line-clamp-expected.png:
+ * platform/qt/fast/overflow/line-clamp-expected.txt:
+ * platform/qt/fast/overflow/overflow-auto-position-absolute-expected.png: Added.
+ * platform/qt/fast/overflow/overflow-auto-position-absolute-expected.txt:
+ * platform/qt/fast/overflow/overflow-auto-table-expected.png:
+ * platform/qt/fast/overflow/overflow-auto-table-expected.txt:
+ * platform/qt/fast/overflow/overflow-float-stacking-expected.png: Added.
+ * platform/qt/fast/overflow/overflow-float-stacking-expected.txt:
+ * platform/qt/fast/overflow/overflow-focus-ring-expected.png:
+ * platform/qt/fast/overflow/overflow-focus-ring-expected.txt:
+ * platform/qt/fast/overflow/overflow-rtl-inline-scrollbar-expected.png: Added.
+ * platform/qt/fast/overflow/overflow-rtl-inline-scrollbar-expected.txt:
+ * platform/qt/fast/overflow/overflow-rtl-vertical-expected.png:
+ * platform/qt/fast/overflow/overflow-rtl-vertical-expected.txt:
+ * platform/qt/fast/overflow/overflow-stacking-expected.png: Added.
+ * platform/qt/fast/overflow/overflow-stacking-expected.txt:
+ * platform/qt/fast/overflow/overflow-with-local-background-attachment-expected.png: Added.
+ * platform/qt/fast/overflow/overflow-with-local-background-attachment-expected.txt:
+ * platform/qt/fast/overflow/position-fixed-transform-clipping-expected.png:
+ * platform/qt/fast/overflow/position-fixed-transform-clipping-expected.txt:
+ * platform/qt/fast/overflow/scrollbar-position-update-expected.png: Added.
+ * platform/qt/fast/overflow/scrollbar-position-update-expected.txt:
+ * platform/qt/fast/overflow/table-overflow-float-expected.png:
+ * platform/qt/fast/overflow/table-overflow-float-expected.txt:
+ * platform/qt/fast/overflow/unreachable-overflow-rtl-bug-expected.png:
+ * platform/qt/fast/overflow/unreachable-overflow-rtl-bug-expected.txt:
+ * platform/qt/fast/parser/001-expected.png:
+ * platform/qt/fast/parser/001-expected.txt:
+ * platform/qt/fast/parser/bad-xml-slash-expected.png: Copied from LayoutTests/platform/qt/fast/text/whitespace/023-expected.png.
+ * platform/qt/fast/parser/bad-xml-slash-expected.txt:
+ * platform/qt/fast/parser/broken-comments-vs-parsing-mode-expected.png: Added.
+ * platform/qt/fast/parser/broken-comments-vs-parsing-mode-expected.txt:
+ * platform/qt/fast/parser/document-write-option-expected.png: Added.
+ * platform/qt/fast/parser/document-write-option-expected.txt:
+ * platform/qt/fast/parser/entity-comment-in-style-expected.png: Added.
+ * platform/qt/fast/parser/entity-comment-in-style-expected.txt:
+ * platform/qt/fast/parser/entity-comment-in-textarea-expected.png:
+ * platform/qt/fast/parser/entity-comment-in-textarea-expected.txt:
+ * platform/qt/fast/parser/nofoo-tags-inside-paragraph-expected.png: Added.
+ * platform/qt/fast/parser/nofoo-tags-inside-paragraph-expected.txt:
+ * platform/qt/fast/parser/open-comment-in-style-expected.png: Added.
+ * platform/qt/fast/parser/open-comment-in-style-expected.txt:
+ * platform/qt/fast/parser/open-comment-in-textarea-expected.png:
+ * platform/qt/fast/parser/open-comment-in-textarea-expected.txt:
+ * platform/qt/fast/parser/title-error-test-expected.png: Added.
+ * platform/qt/fast/parser/title-error-test-expected.txt:
+ * platform/qt/fast/reflections/abs-position-in-reflection-expected.png: Added.
+ * platform/qt/fast/reflections/abs-position-in-reflection-expected.txt:
+ * platform/qt/fast/reflections/inline-crash-expected.png: Added.
+ * platform/qt/fast/reflections/inline-crash-expected.txt:
+ * platform/qt/fast/reflections/opacity-reflection-transform-expected.png:
+ * platform/qt/fast/reflections/opacity-reflection-transform-expected.txt:
+ * platform/qt/fast/reflections/reflection-nesting-expected.png: Added.
+ * platform/qt/fast/reflections/reflection-nesting-expected.txt:
+ * platform/qt/fast/reflections/reflection-overflow-hidden-expected.png: Added.
+ * platform/qt/fast/reflections/reflection-overflow-hidden-expected.txt:
+ * platform/qt/fast/reflections/transparent-reflected-sublayers-expected.png: Added.
+ * platform/qt/fast/reflections/transparent-reflected-sublayers-expected.txt:
+ * platform/qt/fast/repaint/4774354-expected.png:
+ * platform/qt/fast/repaint/4774354-expected.txt:
+ * platform/qt/fast/repaint/4776765-expected.png:
+ * platform/qt/fast/repaint/4776765-expected.txt:
+ * platform/qt/fast/repaint/backgroundSizeRepaint-expected.png:
+ * platform/qt/fast/repaint/backgroundSizeRepaint-expected.txt:
+ * platform/qt/fast/repaint/block-layout-inline-children-float-positioned-expected.png:
+ * platform/qt/fast/repaint/block-layout-inline-children-float-positioned-expected.txt:
+ * platform/qt/fast/repaint/block-layout-inline-children-replaced-expected.png:
+ * platform/qt/fast/repaint/block-layout-inline-children-replaced-expected.txt:
+ * platform/qt/fast/repaint/body-background-image-expected.png:
+ * platform/qt/fast/repaint/body-background-image-expected.txt:
+ * platform/qt/fast/repaint/border-fit-lines-expected.png:
+ * platform/qt/fast/repaint/border-fit-lines-expected.txt:
+ * platform/qt/fast/repaint/border-radius-repaint-expected.png:
+ * platform/qt/fast/repaint/border-radius-repaint-expected.txt:
+ * platform/qt/fast/repaint/border-repaint-glitch-expected.png:
+ * platform/qt/fast/repaint/border-repaint-glitch-expected.txt:
+ * platform/qt/fast/repaint/box-shadow-dynamic-expected.png:
+ * platform/qt/fast/repaint/box-shadow-dynamic-expected.txt:
+ * platform/qt/fast/repaint/bugzilla-3509-expected.png:
+ * platform/qt/fast/repaint/bugzilla-3509-expected.txt:
+ * platform/qt/fast/repaint/bugzilla-5699-expected.png:
+ * platform/qt/fast/repaint/bugzilla-5699-expected.txt:
+ * platform/qt/fast/repaint/bugzilla-6278-expected.png:
+ * platform/qt/fast/repaint/bugzilla-6278-expected.txt:
+ * platform/qt/fast/repaint/bugzilla-6388-expected.png:
+ * platform/qt/fast/repaint/bugzilla-6388-expected.txt:
+ * platform/qt/fast/repaint/bugzilla-6473-expected.png:
+ * platform/qt/fast/repaint/bugzilla-6473-expected.txt:
+ * platform/qt/fast/repaint/bugzilla-7235-expected.png:
+ * platform/qt/fast/repaint/bugzilla-7235-expected.txt:
+ * platform/qt/fast/repaint/caret-outside-block-expected.png:
+ * platform/qt/fast/repaint/caret-outside-block-expected.txt:
+ * platform/qt/fast/repaint/change-transform-expected.png:
+ * platform/qt/fast/repaint/change-transform-expected.txt:
+ * platform/qt/fast/repaint/clipped-relative-expected.png:
+ * platform/qt/fast/repaint/clipped-relative-expected.txt:
+ * platform/qt/fast/repaint/containing-block-position-change-expected.png:
+ * platform/qt/fast/repaint/containing-block-position-change-expected.txt:
+ * platform/qt/fast/repaint/control-clip-expected.png:
+ * platform/qt/fast/repaint/control-clip-expected.txt:
+ * platform/qt/fast/repaint/create-layer-repaint-expected.png:
+ * platform/qt/fast/repaint/create-layer-repaint-expected.txt:
+ * platform/qt/fast/repaint/delete-into-nested-block-expected.png:
+ * platform/qt/fast/repaint/delete-into-nested-block-expected.txt:
+ * platform/qt/fast/repaint/dynamic-table-vertical-alignment-change-expected.png:
+ * platform/qt/fast/repaint/dynamic-table-vertical-alignment-change-expected.txt:
+ * platform/qt/fast/repaint/fixed-child-move-after-scroll-expected.png:
+ * platform/qt/fast/repaint/fixed-child-move-after-scroll-expected.txt:
+ * platform/qt/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png:
+ * platform/qt/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.txt:
+ * platform/qt/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png:
+ * platform/qt/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.txt:
+ * platform/qt/fast/repaint/fixed-move-after-keyboard-scroll-expected.png:
+ * platform/qt/fast/repaint/fixed-move-after-keyboard-scroll-expected.txt:
+ * platform/qt/fast/repaint/fixed-move-after-scroll-expected.png:
+ * platform/qt/fast/repaint/fixed-move-after-scroll-expected.txt:
+ * platform/qt/fast/repaint/float-move-during-layout-expected.png:
+ * platform/qt/fast/repaint/float-move-during-layout-expected.txt:
+ * platform/qt/fast/repaint/focus-layers-expected.png:
+ * platform/qt/fast/repaint/focus-layers-expected.txt:
+ * platform/qt/fast/repaint/inline-color-change-expected.png:
+ * platform/qt/fast/repaint/inline-color-change-expected.txt:
+ * platform/qt/fast/repaint/inline-outline-repaint-expected.png:
+ * platform/qt/fast/repaint/inline-outline-repaint-expected.txt:
+ * platform/qt/fast/repaint/layout-state-relative-expected.png:
+ * platform/qt/fast/repaint/layout-state-relative-expected.txt:
+ * platform/qt/fast/repaint/layout-state-scrolloffset-expected.png:
+ * platform/qt/fast/repaint/layout-state-scrolloffset-expected.txt:
+ * platform/qt/fast/repaint/layout-state-scrolloffset2-expected.png:
+ * platform/qt/fast/repaint/layout-state-scrolloffset2-expected.txt:
+ * platform/qt/fast/repaint/layout-state-scrolloffset3-expected.png:
+ * platform/qt/fast/repaint/layout-state-scrolloffset3-expected.txt:
+ * platform/qt/fast/repaint/line-flow-with-floats-1-expected.png:
+ * platform/qt/fast/repaint/line-flow-with-floats-1-expected.txt:
+ * platform/qt/fast/repaint/line-flow-with-floats-10-expected.png:
+ * platform/qt/fast/repaint/line-flow-with-floats-10-expected.txt:
+ * platform/qt/fast/repaint/line-flow-with-floats-2-expected.png:
+ * platform/qt/fast/repaint/line-flow-with-floats-2-expected.txt:
+ * platform/qt/fast/repaint/line-flow-with-floats-3-expected.png:
+ * platform/qt/fast/repaint/line-flow-with-floats-3-expected.txt:
+ * platform/qt/fast/repaint/line-flow-with-floats-4-expected.png:
+ * platform/qt/fast/repaint/line-flow-with-floats-4-expected.txt:
+ * platform/qt/fast/repaint/line-flow-with-floats-5-expected.png:
+ * platform/qt/fast/repaint/line-flow-with-floats-5-expected.txt:
+ * platform/qt/fast/repaint/line-flow-with-floats-6-expected.png:
+ * platform/qt/fast/repaint/line-flow-with-floats-6-expected.txt:
+ * platform/qt/fast/repaint/line-flow-with-floats-7-expected.png:
+ * platform/qt/fast/repaint/line-flow-with-floats-7-expected.txt:
+ * platform/qt/fast/repaint/line-flow-with-floats-8-expected.png:
+ * platform/qt/fast/repaint/line-flow-with-floats-8-expected.txt:
+ * platform/qt/fast/repaint/line-flow-with-floats-9-expected.png:
+ * platform/qt/fast/repaint/line-flow-with-floats-9-expected.txt:
+ * platform/qt/fast/repaint/line-overflow-expected.png:
+ * platform/qt/fast/repaint/line-overflow-expected.txt:
+ * platform/qt/fast/repaint/list-marker-2-expected.png:
+ * platform/qt/fast/repaint/list-marker-2-expected.txt:
+ * platform/qt/fast/repaint/make-children-non-inline-expected.png:
+ * platform/qt/fast/repaint/make-children-non-inline-expected.txt:
+ * platform/qt/fast/repaint/multicol-repaint-expected.png:
+ * platform/qt/fast/repaint/multicol-repaint-expected.txt:
+ * platform/qt/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.png:
+ * platform/qt/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.txt:
+ * platform/qt/fast/repaint/opacity-change-on-overflow-float-expected.png:
+ * platform/qt/fast/repaint/opacity-change-on-overflow-float-expected.txt:
+ * platform/qt/fast/repaint/outline-child-repaint-expected.png:
+ * platform/qt/fast/repaint/outline-child-repaint-expected.txt:
+ * platform/qt/fast/repaint/outline-inset-expected.png:
+ * platform/qt/fast/repaint/outline-inset-expected.txt:
+ * platform/qt/fast/repaint/outline-repaint-glitch-expected.png:
+ * platform/qt/fast/repaint/outline-repaint-glitch-expected.txt:
+ * platform/qt/fast/repaint/outline-shrinking-expected.png:
+ * platform/qt/fast/repaint/outline-shrinking-expected.txt:
+ * platform/qt/fast/repaint/overflow-delete-line-expected.png:
+ * platform/qt/fast/repaint/overflow-delete-line-expected.txt:
+ * platform/qt/fast/repaint/overflow-scroll-body-appear-expected.png:
+ * platform/qt/fast/repaint/overflow-scroll-body-appear-expected.txt:
+ * platform/qt/fast/repaint/overflow-scroll-delete-expected.png:
+ * platform/qt/fast/repaint/overflow-scroll-delete-expected.txt:
+ * platform/qt/fast/repaint/positioned-document-element-expected.png:
+ * platform/qt/fast/repaint/positioned-document-element-expected.txt:
+ * platform/qt/fast/repaint/reflection-redraw-expected.png:
+ * platform/qt/fast/repaint/reflection-redraw-expected.txt:
+ * platform/qt/fast/repaint/region-painting-invalidation-expected.png:
+ * platform/qt/fast/repaint/region-painting-invalidation-expected.txt:
+ * platform/qt/fast/repaint/rel-positioned-inline-with-overflow-expected.png: Added.
+ * platform/qt/fast/repaint/rel-positioned-inline-with-overflow-expected.txt:
+ * platform/qt/fast/repaint/repaint-resized-overflow-expected.png:
+ * platform/qt/fast/repaint/repaint-resized-overflow-expected.txt:
+ * platform/qt/fast/repaint/scale-page-shrink-expected.png:
+ * platform/qt/fast/repaint/scale-page-shrink-expected.txt:
+ * platform/qt/fast/repaint/search-field-cancel-expected.png:
+ * platform/qt/fast/repaint/search-field-cancel-expected.txt:
+ * platform/qt/fast/repaint/select-option-background-color-expected.png:
+ * platform/qt/fast/repaint/select-option-background-color-expected.txt:
+ * platform/qt/fast/repaint/selected-replaced-expected.png:
+ * platform/qt/fast/repaint/selected-replaced-expected.txt:
+ * platform/qt/fast/repaint/selection-after-delete-expected.png:
+ * platform/qt/fast/repaint/selection-after-delete-expected.txt:
+ * platform/qt/fast/repaint/selection-after-remove-expected.png:
+ * platform/qt/fast/repaint/selection-after-remove-expected.txt:
+ * platform/qt/fast/repaint/selection-gap-overflow-scroll-2-expected.png:
+ * platform/qt/fast/repaint/selection-gap-overflow-scroll-2-expected.txt:
+ * platform/qt/fast/repaint/selection-rl-expected.png:
+ * platform/qt/fast/repaint/selection-rl-expected.txt:
+ * platform/qt/fast/repaint/stacked-diacritics-expected.png:
+ * platform/qt/fast/repaint/stacked-diacritics-expected.txt:
+ * platform/qt/fast/repaint/subtree-layoutstate-transform-expected.png:
+ * platform/qt/fast/repaint/subtree-layoutstate-transform-expected.txt:
+ * platform/qt/fast/repaint/subtree-root-skipped-expected.png:
+ * platform/qt/fast/repaint/subtree-root-skipped-expected.txt:
+ * platform/qt/fast/repaint/table-cell-collapsed-border-expected.png:
+ * platform/qt/fast/repaint/table-cell-collapsed-border-expected.txt:
+ * platform/qt/fast/repaint/table-cell-move-expected.png:
+ * platform/qt/fast/repaint/table-cell-move-expected.txt:
+ * platform/qt/fast/repaint/table-collapsed-border-expected.png:
+ * platform/qt/fast/repaint/table-collapsed-border-expected.txt:
+ * platform/qt/fast/repaint/table-extra-bottom-grow-expected.png:
+ * platform/qt/fast/repaint/table-extra-bottom-grow-expected.txt:
+ * platform/qt/fast/repaint/text-append-dirty-lines-expected.png:
+ * platform/qt/fast/repaint/text-append-dirty-lines-expected.txt:
+ * platform/qt/fast/repaint/transform-absolute-in-positioned-container-expected.png:
+ * platform/qt/fast/repaint/transform-absolute-in-positioned-container-expected.txt:
+ * platform/qt/fast/repaint/transform-relative-position-expected.png:
+ * platform/qt/fast/repaint/transform-relative-position-expected.txt:
+ * platform/qt/fast/repaint/transform-repaint-descendants-expected.png:
+ * platform/qt/fast/repaint/transform-repaint-descendants-expected.txt:
+ * platform/qt/fast/repaint/transform-translate-expected.png:
+ * platform/qt/fast/repaint/transform-translate-expected.txt:
+ * platform/qt/fast/replaced/001-expected.png:
+ * platform/qt/fast/replaced/001-expected.txt:
+ * platform/qt/fast/replaced/002-expected.png:
+ * platform/qt/fast/replaced/002-expected.txt:
+ * platform/qt/fast/replaced/003-expected.png:
+ * platform/qt/fast/replaced/003-expected.txt:
+ * platform/qt/fast/replaced/004-expected.png:
+ * platform/qt/fast/replaced/004-expected.txt:
+ * platform/qt/fast/replaced/005-expected.png:
+ * platform/qt/fast/replaced/005-expected.txt:
+ * platform/qt/fast/replaced/006-expected.png:
+ * platform/qt/fast/replaced/006-expected.txt:
+ * platform/qt/fast/replaced/007-expected.png:
+ * platform/qt/fast/replaced/007-expected.txt:
+ * platform/qt/fast/replaced/absolute-image-sizing-expected.png:
+ * platform/qt/fast/replaced/absolute-image-sizing-expected.txt:
+ * platform/qt/fast/replaced/absolute-position-percentage-height-expected.png:
+ * platform/qt/fast/replaced/absolute-position-percentage-height-expected.txt:
+ * platform/qt/fast/replaced/absolute-position-percentage-width-expected.png:
+ * platform/qt/fast/replaced/absolute-position-percentage-width-expected.txt:
+ * platform/qt/fast/replaced/absolute-position-with-auto-height-and-top-and-bottom-expected.png:
+ * platform/qt/fast/replaced/absolute-position-with-auto-height-and-top-and-bottom-expected.txt:
+ * platform/qt/fast/replaced/absolute-position-with-auto-width-and-left-and-right-expected.png:
+ * platform/qt/fast/replaced/absolute-position-with-auto-width-and-left-and-right-expected.txt:
+ * platform/qt/fast/replaced/applet-disabled-positioned-expected.png:
+ * platform/qt/fast/replaced/applet-disabled-positioned-expected.txt:
+ * platform/qt/fast/replaced/applet-display-none-expected.png:
+ * platform/qt/fast/replaced/applet-display-none-expected.txt:
+ * platform/qt/fast/replaced/applet-rendering-java-disabled-expected.png:
+ * platform/qt/fast/replaced/applet-rendering-java-disabled-expected.txt:
+ * platform/qt/fast/replaced/border-radius-clip-expected.png:
+ * platform/qt/fast/replaced/border-radius-clip-expected.txt:
+ * platform/qt/fast/replaced/embed-display-none-expected.png:
+ * platform/qt/fast/replaced/embed-display-none-expected.txt:
+ * platform/qt/fast/replaced/image-resize-width-expected.png:
+ * platform/qt/fast/replaced/image-resize-width-expected.txt:
+ * platform/qt/fast/replaced/image-sizing-expected.png:
+ * platform/qt/fast/replaced/image-sizing-expected.txt:
+ * platform/qt/fast/replaced/inline-box-wrapper-handover-expected.png:
+ * platform/qt/fast/replaced/inline-box-wrapper-handover-expected.txt:
+ * platform/qt/fast/replaced/max-width-percent-expected.png:
+ * platform/qt/fast/replaced/max-width-percent-expected.txt:
+ * platform/qt/fast/replaced/maxheight-percent-expected.png:
+ * platform/qt/fast/replaced/maxheight-percent-expected.txt:
+ * platform/qt/fast/replaced/maxheight-pxs-expected.png:
+ * platform/qt/fast/replaced/maxheight-pxs-expected.txt:
+ * platform/qt/fast/replaced/maxwidth-percent-expected.png:
+ * platform/qt/fast/replaced/maxwidth-percent-expected.txt:
+ * platform/qt/fast/replaced/maxwidth-pxs-expected.png:
+ * platform/qt/fast/replaced/maxwidth-pxs-expected.txt:
+ * platform/qt/fast/replaced/minheight-percent-expected.png:
+ * platform/qt/fast/replaced/minheight-percent-expected.txt:
+ * platform/qt/fast/replaced/minheight-pxs-expected.png:
+ * platform/qt/fast/replaced/minheight-pxs-expected.txt:
+ * platform/qt/fast/replaced/minwidth-percent-expected.png:
+ * platform/qt/fast/replaced/minwidth-percent-expected.txt:
+ * platform/qt/fast/replaced/minwidth-pxs-expected.png:
+ * platform/qt/fast/replaced/minwidth-pxs-expected.txt:
+ * platform/qt/fast/replaced/object-align-hspace-vspace-expected.png:
+ * platform/qt/fast/replaced/object-align-hspace-vspace-expected.txt:
+ * platform/qt/fast/replaced/object-display-none-expected.png:
+ * platform/qt/fast/replaced/object-display-none-expected.txt:
+ * platform/qt/fast/replaced/percent-height-in-anonymous-block-in-table-expected.png:
+ * platform/qt/fast/replaced/percent-height-in-anonymous-block-in-table-expected.txt:
+ * platform/qt/fast/replaced/percent-height-in-anonymous-block-widget-expected.png:
+ * platform/qt/fast/replaced/percent-height-in-anonymous-block-widget-expected.txt:
+ * platform/qt/fast/replaced/replaced-breaking-expected.png:
+ * platform/qt/fast/replaced/replaced-breaking-expected.txt:
+ * platform/qt/fast/replaced/replaced-breaking-mixture-expected.png:
+ * platform/qt/fast/replaced/replaced-breaking-mixture-expected.txt:
+ * platform/qt/fast/replaced/replaced-child-of-absolute-with-auto-height-expected.png:
+ * platform/qt/fast/replaced/replaced-child-of-absolute-with-auto-height-expected.txt:
+ * platform/qt/fast/replaced/selection-rect-in-table-cell-expected.png:
+ * platform/qt/fast/replaced/selection-rect-in-table-cell-expected.txt:
+ * platform/qt/fast/replaced/selection-rect-transform-expected.png:
+ * platform/qt/fast/replaced/selection-rect-transform-expected.txt:
+ * platform/qt/fast/replaced/three-selects-break-expected.png:
+ * platform/qt/fast/replaced/three-selects-break-expected.txt:
+ * platform/qt/fast/replaced/vertical-lr/absolute-position-percentage-width-expected.png:
+ * platform/qt/fast/replaced/vertical-lr/absolute-position-percentage-width-expected.txt:
+ * platform/qt/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.png:
+ * platform/qt/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.txt:
+ * platform/qt/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.png:
+ * platform/qt/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.txt:
+ * platform/qt/fast/replaced/vertical-rl/absolute-position-percentage-width-expected.png:
+ * platform/qt/fast/replaced/vertical-rl/absolute-position-percentage-width-expected.txt:
+ * platform/qt/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.png:
+ * platform/qt/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.txt:
+ * platform/qt/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.png:
+ * platform/qt/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.txt:
+ * platform/qt/fast/replaced/width100percent-button-expected.png:
+ * platform/qt/fast/replaced/width100percent-button-expected.txt:
+ * platform/qt/fast/replaced/width100percent-checkbox-expected.png:
+ * platform/qt/fast/replaced/width100percent-checkbox-expected.txt:
+ * platform/qt/fast/replaced/width100percent-image-expected.png:
+ * platform/qt/fast/replaced/width100percent-image-expected.txt:
+ * platform/qt/fast/replaced/width100percent-radio-expected.png: Added.
+ * platform/qt/fast/replaced/width100percent-radio-expected.txt:
+ * platform/qt/fast/replaced/width100percent-searchfield-expected.png:
+ * platform/qt/fast/replaced/width100percent-searchfield-expected.txt:
+ * platform/qt/fast/replaced/width100percent-textfield-expected.png:
+ * platform/qt/fast/replaced/width100percent-textfield-expected.txt:
+ * platform/qt/fast/ruby/ruby-inline-table-expected.png:
+ * platform/qt/fast/ruby/ruby-inline-table-expected.txt:
+ * platform/qt/fast/ruby/ruby-text-before-after-content-expected.png:
+ * platform/qt/fast/ruby/ruby-text-before-after-content-expected.txt:
+ * platform/qt/fast/runin/001-expected.png:
+ * platform/qt/fast/runin/001-expected.txt:
+ * platform/qt/fast/runin/generated-expected.png:
+ * platform/qt/fast/runin/generated-expected.txt:
+ * platform/qt/fast/runin/generated2-expected.png:
+ * platform/qt/fast/runin/generated2-expected.txt:
+ * platform/qt/fast/runin/generated3-expected.png:
+ * platform/qt/fast/runin/generated3-expected.txt:
+ * platform/qt/fast/spatial-navigation/snav-multiple-select-focusring-expected.png:
+ * platform/qt/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt:
+ * platform/qt/fast/text/atsui-kerning-and-ligatures-expected.png: Added.
+ * platform/qt/fast/text/atsui-small-caps-punctuation-size-expected.png:
+ * platform/qt/fast/text/backslash-to-yen-sign-dynamic-expected.png:
+ * platform/qt/fast/text/backslash-to-yen-sign-euc-expected.png:
+ * platform/qt/fast/text/backslash-to-yen-sign-euc-expected.txt:
+ * platform/qt/fast/text/backslash-to-yen-sign-expected.png:
+ * platform/qt/fast/text/backslash-to-yen-sign-expected.txt:
+ * platform/qt/fast/text/basic/001-expected.png:
+ * platform/qt/fast/text/basic/002-expected.png: Added.
+ * platform/qt/fast/text/basic/003-expected.png:
+ * platform/qt/fast/text/basic/003-expected.txt:
+ * platform/qt/fast/text/basic/004-expected.png: Added.
+ * platform/qt/fast/text/basic/005-expected.png: Added.
+ * platform/qt/fast/text/basic/006-expected.png: Added.
+ * platform/qt/fast/text/basic/007-expected.png: Added.
+ * platform/qt/fast/text/basic/008-expected.png: Added.
+ * platform/qt/fast/text/basic/009-expected.png:
+ * platform/qt/fast/text/basic/011-expected.png: Added.
+ * platform/qt/fast/text/basic/012-expected.png: Added.
+ * platform/qt/fast/text/basic/generic-family-changes-expected.png:
+ * platform/qt/fast/text/basic/generic-family-reset-expected.png:
+ * platform/qt/fast/text/break-word-expected.png:
+ * platform/qt/fast/text/capitalize-empty-generated-string-expected.png: Added.
+ * platform/qt/fast/text/capitalize-preserve-nbsp-expected.png: Added.
+ * platform/qt/fast/text/cg-vs-atsui-expected.png:
+ * platform/qt/fast/text/complex-preferred-logical-widths-expected.png:
+ * platform/qt/fast/text/complex-synthetic-bold-space-width-expected.png:
+ * platform/qt/fast/text/complex-text-opacity-expected.png:
+ * platform/qt/fast/text/complex-text-opacity-expected.txt:
+ * platform/qt/fast/text/delete-hard-break-character-expected.png: Added.
+ * platform/qt/fast/text/embed-at-end-of-pre-wrap-line-expected.png:
+ * platform/qt/fast/text/fake-italic-expected.png: Added.
+ * platform/qt/fast/text/fallback-traits-fixup-expected.png: Added.
+ * platform/qt/fast/text/fallback-traits-fixup-expected.txt:
+ * platform/qt/fast/text/firstline/001-expected.png: Added.
+ * platform/qt/fast/text/firstline/002-expected.png: Added.
+ * platform/qt/fast/text/firstline/003-expected.png: Added.
+ * platform/qt/fast/text/font-initial-expected.png: Added.
+ * platform/qt/fast/text/hyphenate-limit-before-after-expected.png:
+ * platform/qt/fast/text/hyphenate-limit-lines-expected.png:
+ * platform/qt/fast/text/international/arabic-justify-expected.png: Added.
+ * platform/qt/fast/text/international/arabic-justify-expected.txt:
+ * platform/qt/fast/text/international/hindi-whitespace-expected.png: Added.
+ * platform/qt/fast/text/international/hindi-whitespace-expected.txt:
+ * platform/qt/fast/text/international/text-spliced-font-expected.png:
+ * platform/qt/fast/text/international/text-spliced-font-expected.txt:
+ * platform/qt/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
+ * platform/qt/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt:
+ * platform/qt/fast/text/justified-selection-at-edge-expected.png: Added.
+ * platform/qt/fast/text/justified-selection-expected.png: Added.
+ * platform/qt/fast/text/large-text-composed-char-expected.png:
+ * platform/qt/fast/text/large-text-composed-char-expected.txt:
+ * platform/qt/fast/text/letter-spacing-negative-opacity-expected.png:
+ * platform/qt/fast/text/letter-spacing-negative-opacity-expected.txt:
+ * platform/qt/fast/text/line-breaks-after-white-space-expected.png:
+ * platform/qt/fast/text/midword-break-before-surrogate-pair-2-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/multicol-repaint-expected.png.
+ * platform/qt/fast/text/midword-break-hang-expected.png: Added.
+ * platform/qt/fast/text/reset-emptyRun-expected.png: Added.
+ * platform/qt/fast/text/selection-hard-linebreak-expected.png:
+ * platform/qt/fast/text/shadow-no-blur-expected.png:
+ * platform/qt/fast/text/shadow-translucent-fill-expected.png: Added.
+ * platform/qt/fast/text/should-use-atsui-expected.png: Added.
+ * platform/qt/fast/text/softHyphen-expected.png: Added.
+ * platform/qt/fast/text/softHyphen-expected.txt:
+ * platform/qt/fast/text/stroking-decorations-expected.png: Added.
+ * platform/qt/fast/text/stroking-expected.png: Added.
+ * platform/qt/fast/text/text-letter-spacing-expected.png:
+ * platform/qt/fast/text/text-letter-spacing-expected.txt:
+ * platform/qt/fast/text/text-shadow-no-default-color-expected.png: Added.
+ * platform/qt/fast/text/textIteratorNilRenderer-expected.png:
+ * platform/qt/fast/text/unicode-variation-selector-expected.png:
+ * platform/qt/fast/text/wbr-expected.png: Added.
+ * platform/qt/fast/text/wbr-in-pre-crash-expected.png: Added.
+ * platform/qt/fast/text/wbr-pre-expected.png:
+ * platform/qt/fast/text/wbr-styled-expected.png:
+ * platform/qt/fast/text/whitespace/002-expected.png:
+ * platform/qt/fast/text/whitespace/003-expected.png:
+ * platform/qt/fast/text/whitespace/006-expected.png: Added.
+ * platform/qt/fast/text/whitespace/007-expected.png: Added.
+ * platform/qt/fast/text/whitespace/008-expected.png: Added.
+ * platform/qt/fast/text/whitespace/009-expected.png: Added.
+ * platform/qt/fast/text/whitespace/012-expected.png:
+ * platform/qt/fast/text/whitespace/013-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/multicol-repaint-expected.png.
+ * platform/qt/fast/text/whitespace/014-expected.png: Copied from LayoutTests/platform/qt/fast/replaced/three-selects-break-expected.png.
+ * platform/qt/fast/text/whitespace/018-expected.png: Added.
+ * platform/qt/fast/text/whitespace/020-expected.png: Added.
+ * platform/qt/fast/text/whitespace/021-expected.png: Added.
+ * platform/qt/fast/text/whitespace/022-expected.png:
+ * platform/qt/fast/text/whitespace/023-expected.png:
+ * platform/qt/fast/text/whitespace/025-expected.png: Added.
+ * platform/qt/fast/text/whitespace/026-expected.png: Added.
+ * platform/qt/fast/text/whitespace/027-expected.png: Added.
+ * platform/qt/fast/text/whitespace/030-expected.png:
+ * platform/qt/fast/text/whitespace/nbsp-mode-and-linewraps-expected.png: Added.
+ * platform/qt/fast/text/whitespace/normal-after-nowrap-breaking-expected.png:
+ * platform/qt/fast/text/whitespace/nowrap-clear-float-expected.png: Added.
+ * platform/qt/fast/text/whitespace/pre-break-word-expected.png:
+ * platform/qt/fast/text/whitespace/pre-newline-box-test-expected.png:
+ * platform/qt/fast/text/whitespace/pre-wrap-last-char-expected.png: Added.
+ * platform/qt/fast/text/whitespace/pre-wrap-line-test-expected.png:
+ * platform/qt/fast/text/whitespace/pre-wrap-overflow-selection-expected.png:
+ * platform/qt/fast/text/whitespace/pre-wrap-overflow-selection-expected.txt:
+ * platform/qt/fast/text/whitespace/span-in-word-space-causes-overflow-expected.png: Added.
+ * platform/qt/fast/text/word-break-expected.png:
+ * platform/qt/fast/text/word-break-expected.txt:
+ * platform/qt/fast/text/zero-font-size-expected.png:
+ * platform/qt/fast/text/zero-font-size-expected.txt:
+ * platform/qt/fast/tokenizer/001-expected.png:
+ * platform/qt/fast/tokenizer/001-expected.txt:
+ * platform/qt/fast/tokenizer/003-expected.png:
+ * platform/qt/fast/tokenizer/003-expected.txt:
+ * platform/qt/fast/transforms/bounding-rect-zoom-expected.png: Added.
+ * platform/qt/fast/transforms/bounding-rect-zoom-expected.txt:
+ * platform/qt/fast/transforms/diamond-expected.png:
+ * platform/qt/fast/transforms/diamond-expected.txt:
+ * platform/qt/fast/transforms/identity-matrix-expected.png:
+ * platform/qt/fast/transforms/identity-matrix-expected.txt:
+ * platform/qt/fast/transforms/overflow-with-transform-expected.png:
+ * platform/qt/fast/transforms/overflow-with-transform-expected.txt:
+ * platform/qt/fast/transforms/skew-with-unitless-zero-expected.png:
+ * platform/qt/fast/transforms/skew-with-unitless-zero-expected.txt:
+ * platform/qt/fast/transforms/transform-on-inline-expected.png:
+ * platform/qt/fast/transforms/transform-on-inline-expected.txt:
+ * platform/qt/fast/transforms/transform-overflow-expected.png:
+ * platform/qt/fast/transforms/transform-overflow-expected.txt:
+ * platform/qt/fast/transforms/transform-positioned-ancestor-expected.png:
+ * platform/qt/fast/transforms/transform-positioned-ancestor-expected.txt:
+ * platform/qt/fast/transforms/transform-table-row-expected.png:
+ * platform/qt/fast/transforms/transform-table-row-expected.txt:
+ * platform/qt/fast/transforms/transformed-caret-expected.png:
+ * platform/qt/fast/transforms/transformed-caret-expected.txt:
+ * platform/qt/fast/transforms/transformed-document-element-expected.png:
+ * platform/qt/fast/transforms/transformed-document-element-expected.txt:
+ * platform/qt/fast/transforms/transforms-with-opacity-expected.png:
+ * platform/qt/fast/transforms/transforms-with-opacity-expected.txt:
+ * platform/qt/fast/transforms/transforms-with-zoom-expected.png:
+ * platform/qt/fast/transforms/transforms-with-zoom-expected.txt:
+ * platform/qt/fast/writing-mode/background-horizontal-bt-expected.png:
+ * platform/qt/fast/writing-mode/background-horizontal-bt-expected.txt:
+ * platform/qt/fast/writing-mode/background-vertical-lr-expected.png:
+ * platform/qt/fast/writing-mode/background-vertical-lr-expected.txt:
+ * platform/qt/fast/writing-mode/background-vertical-rl-expected.png:
+ * platform/qt/fast/writing-mode/background-vertical-rl-expected.txt:
+ * platform/qt/fast/writing-mode/basic-vertical-line-expected.png:
+ * platform/qt/fast/writing-mode/basic-vertical-line-expected.txt:
+ * platform/qt/fast/writing-mode/border-radius-clipping-vertical-lr-expected.png:
+ * platform/qt/fast/writing-mode/border-radius-clipping-vertical-lr-expected.txt:
+ * platform/qt/fast/writing-mode/box-shadow-horizontal-bt-expected.png:
+ * platform/qt/fast/writing-mode/box-shadow-horizontal-bt-expected.txt:
+ * platform/qt/fast/writing-mode/box-shadow-vertical-lr-expected.png:
+ * platform/qt/fast/writing-mode/box-shadow-vertical-lr-expected.txt:
+ * platform/qt/fast/writing-mode/box-shadow-vertical-rl-expected.png:
+ * platform/qt/fast/writing-mode/box-shadow-vertical-rl-expected.txt:
+ * platform/qt/fast/writing-mode/english-bt-text-expected.png:
+ * platform/qt/fast/writing-mode/english-bt-text-expected.txt:
+ * platform/qt/fast/writing-mode/english-lr-text-expected.png:
+ * platform/qt/fast/writing-mode/english-lr-text-expected.txt:
+ * platform/qt/fast/writing-mode/english-rl-text-expected.png:
+ * platform/qt/fast/writing-mode/english-rl-text-expected.txt:
+ * platform/qt/fast/writing-mode/fallback-orientation-expected.png:
+ * platform/qt/fast/writing-mode/fallback-orientation-expected.txt:
+ * platform/qt/fast/writing-mode/fieldsets-expected.png:
+ * platform/qt/fast/writing-mode/fieldsets-expected.txt:
+ * platform/qt/fast/writing-mode/horizontal-bt-replaced-selection-expected.png:
+ * platform/qt/fast/writing-mode/horizontal-bt-replaced-selection-expected.txt:
+ * platform/qt/fast/writing-mode/vertical-lr-replaced-selection-expected.png:
+ * platform/qt/fast/writing-mode/vertical-lr-replaced-selection-expected.txt:
+ * platform/qt/fast/writing-mode/vertical-rl-replaced-selection-expected.png:
+ * platform/qt/fast/writing-mode/vertical-rl-replaced-selection-expected.txt:
+ * platform/qt/fast/xsl/document-function-expected.png: Added.
+ * platform/qt/fast/xsl/document-function-expected.txt:
+ * platform/qt/fast/xsl/xslt-entity-expected.png: Copied from LayoutTests/platform/qt/fast/text/whitespace/023-expected.png.
+ * platform/qt/fast/xsl/xslt-entity-expected.txt:
+
+2012-07-23 Dominic Mazzoni <dmazzoni@google.com>
+
+ AX: Need AccessibilityObjects for nodes without renderers in canvas subtree
+ https://bugs.webkit.org/show_bug.cgi?id=87899
+
+ Reviewed by Chris Fleizach.
+
+ This new test adds a bunch of elements to a normal container and the same elements to
+ a canvas subtree, then it iterates over all of the accessible objects within each
+ container and makes sure they have identical roles. Because we know the nodes in the
+ canvas subtree don't have renderers, this successfully tests that AccessibilityNodeObjects
+ are getting created for these nodes.
+
+ * accessibility/canvas-accessibilitynodeobject-expected.txt: Added.
+ * accessibility/canvas-accessibilitynodeobject.html: Added.
+
+2012-07-23 Douglas Stockwell <dstockwell@chromium.org>
+
+ Null-pointer crash when a derived color like -webkit-activelink is set in a gradient stop
+ https://bugs.webkit.org/show_bug.cgi?id=89148
+
+ Reviewed by Simon Fraser.
+
+ * fast/css/crash-on-gradient-with-derived-color-expected.txt: Added.
+ * fast/css/crash-on-gradient-with-derived-color.html: Added.
+
+2012-07-23 Joone Hur <joone.hur@intel.com>
+
+ Unreviewed GTK/EFL gardening after r123379
+ Marked fast/css/sticky/parsing-position-sticky.html as known failure
+ tracked by the bug 92063
+
+ * platform/efl/TestExpectations:
+ * platform/gtk/TestExpectations:
+
+2012-07-23 Yoshifumi Inoue <yosin@chromium.org>
+
+ [Tests] Rename fast/forms/time/*.html to time-*.html
+ https://bugs.webkit.org/show_bug.cgi?id=92058
+
+ Reviewed by Kent Tamura.
+
+ This patch renames test scripts and expected text to same naming
+ scheme(name starts with "time-"), for fast/forms/time.
+
+ * fast/forms/time/ValidityState-rangeOverflow-time-expected.txt: Removed.
+ * fast/forms/time/ValidityState-rangeOverflow-time.html: Removed.
+ * fast/forms/time/ValidityState-rangeUnderflow-time-expected.txt: Removed.
+ * fast/forms/time/ValidityState-rangeUnderflow-time.html: Removed.
+ * fast/forms/time/ValidityState-stepMismatch-time-expected.txt: Removed.
+ * fast/forms/time/ValidityState-stepMismatch-time.html: Removed.
+ * fast/forms/time/ValidityState-typeMismatch-time-expected.txt: Removed.
+ * fast/forms/time/ValidityState-typeMismatch-time.html: Removed.
+ * fast/forms/time/input-valueasdate-time-expected.txt: Removed.
+ * fast/forms/time/input-valueasdate-time.html: Removed.
+ * fast/forms/time/input-valueasnumber-time-expected.txt: Removed.
+ * fast/forms/time/input-valueasnumber-time.html: Removed.
+ * fast/forms/time/time-validity-state-range-overflow-expected.txt: Copied from LayoutTests/fast/forms/time/ValidityState-rangeOverflow-time-expected.txt.
+ * fast/forms/time/time-validity-state-range-overflow.html: Copied from LayoutTests/fast/forms/time/ValidityState-rangeOverflow-time.html.
+ * fast/forms/time/time-validity-state-range-underflow-expected.txt: Copied from LayoutTests/fast/forms/time/ValidityState-rangeUnderflow-time-expected.txt.
+ * fast/forms/time/time-validity-state-range-underflow.html: Copied from LayoutTests/fast/forms/time/ValidityState-rangeUnderflow-time.html.
+ * fast/forms/time/time-validity-state-step-mismatch-expected.txt: Copied from LayoutTests/fast/forms/time/ValidityState-stepMismatch-time-expected.txt.
+ * fast/forms/time/time-validity-state-step-mismatch.html: Copied from LayoutTests/fast/forms/time/ValidityState-stepMismatch-time.html.
+ * fast/forms/time/time-validity-state-type-mismatch-expected.txt: Copied from LayoutTests/fast/forms/time/ValidityState-typeMismatch-time-expected.txt.
+ * fast/forms/time/time-validity-state-type-mismatch.html: Copied from LayoutTests/fast/forms/time/ValidityState-typeMismatch-time.html.
+ * fast/forms/time/time-valueasdate-expected.txt: Copied from LayoutTests/fast/forms/time/input-valueasdate-time-expected.txt.
+ * fast/forms/time/time-valueasdate.html: Copied from LayoutTests/fast/forms/time/input-valueasdate-time.html.
+ * fast/forms/time/time-valueasnumber-expected.txt: Copied from LayoutTests/fast/forms/time/input-valueasnumber-time-expected.txt.
+ * fast/forms/time/time-valueasnumber.html: Copied from LayoutTests/fast/forms/time/input-valueasnumber-time.html.
+
+2012-07-23 Roger Fong <roger_fong@apple.com>
+
+ Disable flexbox on Windows
+ https://bugs.webkit.org/show_bug.cgi?id=92047
+ <rdar://problem/11570384>
+
+ Reviewed by Darin Adler.
+
+ Disabled Flexbox CSS3 syntax on Mac, need to do the same for Windows.
+
+ * platform/win/Skipped:
+ Add related CSS3 Flexbox tests to skip list.
+
+2012-07-23 Hanyee Kim <choco@company100.net>
+
+ WebKit does not retain final value of opacity in animations, unless it is specified on the last key frame
+ https://bugs.webkit.org/show_bug.cgi?id=91322
+
+ Reviewed by Noam Rosenthal.
+
+ Added a test to check if the opacity has the right value after animation.
+
+ * animations/fill-mode-forwards2-expected.txt: Added.
+ * animations/fill-mode-forwards2.html: Added.
+
+2012-07-23 David Dorwin <ddorwin@chromium.org>
+
+ Fixed crash in webkitAddKey() when key parameter is null.
+ https://bugs.webkit.org/show_bug.cgi?id=85444
+
+ Reviewed by Kentaro Hara.
+
+ Reference: Step 1 of http://dvcs.w3.org/hg/html-media/raw-file/5f76a0b43836/encrypted-media/encrypted-media.html#dom-addkey
+
+ * media/encrypted-media/encrypted-media-syntax-expected.txt:
+ * media/encrypted-media/encrypted-media-syntax.html:
+
+2012-07-23 Tony Chang <tony@chromium.org>
+
+ http/tests/multipart/policy-ignore-crash.php is failing on Chromium
+ https://bugs.webkit.org/show_bug.cgi?id=92046
+
+ Reviewed by Adam Barth.
+
+ Chromium's network layer now shows most text/* mime types. This test was using text/random to
+ try to trigger a crash when multipart content switch from a text type to a non-text type.
+ Change the test to use a text type that we don't render.
+
+ * http/tests/multipart/policy-ignore-crash.php: Use text/rtf instead of text/random.
+ * platform/chromium/TestExpectations: Test should be passing again.
+
+2012-07-23 Hayato Ito <hayato@chromium.org>
+
+ A FocusScope for a distributed node should not be its TreeScope.
+ https://bugs.webkit.org/show_bug.cgi?id=91829
+
+ Reviewed by Dimitri Glazkov.
+
+ * fast/dom/shadow/focus-navigation-with-distributed-nodes-expected.txt: Added.
+ * fast/dom/shadow/focus-navigation-with-distributed-nodes.html: Added.
+ * fast/dom/shadow/resources/shadow-dom.js:
+ (shouldNavigateFocus):
+
+2012-07-23 Douglas Stockwell <dstockwell@google.com>
+
+ Null-pointer crash when parsing border-image
+ https://bugs.webkit.org/show_bug.cgi?id=91963
+
+ Reviewed by Darin Adler.
+
+ * fast/css/border-image-fill-crash-expected.txt: Added.
+ * fast/css/border-image-fill-crash.html: Added.
+
+2012-07-23 Bem Jones-Bey <bjonesbe@adobe.com>
+
+ [CSS Exclusions] SVG shape errors should invalidate exclusion shapes
+ https://bugs.webkit.org/show_bug.cgi?id=91761
+
+ Reviewed by Andreas Kling.
+
+ Test that negative heights. widths, and radiuses are ignored.
+
+ * fast/exclusions/parsing-wrap-shape-lengths-expected.txt:
+ * fast/exclusions/parsing-wrap-shape-lengths.html:
+
+2012-07-23 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
+
+ [Qt] css3/selectors3 rebaseline after new test fonts
+ https://bugs.webkit.org/show_bug.cgi?id=92038
+
+ Reviewed by Alexis Menard.
+
+ * platform/qt-5.0-wk1/Skipped:
+ * platform/qt-5.0-wk2/Skipped: These tests are failing because of <input> default size in
+ WK2, which is different than the expected results generated from WK1. Moved them to
+ appropriate block in skipped list.
+ * platform/qt-5.0/Skipped:
+ * platform/qt/css3/selectors3/html/css3-modsel-21c-expected.png:
+ * platform/qt/css3/selectors3/html/css3-modsel-21c-expected.txt:
+ * platform/qt/css3/selectors3/xhtml/css3-modsel-21c-expected.png:
+ * platform/qt/css3/selectors3/xhtml/css3-modsel-21c-expected.txt:
+ * platform/qt/css3/selectors3/xml/css3-modsel-148-expected.png:
+ * platform/qt/css3/selectors3/xml/css3-modsel-148-expected.txt:
+ * platform/qt/css3/selectors3/xml/css3-modsel-21c-expected.png:
+ * platform/qt/css3/selectors3/xml/css3-modsel-21c-expected.txt:
+
+2012-07-23 Tony Chang <tony@chromium.org>
+
+ Unreviewed gardening. Land pixel results for fast/frames/valid.html on chromium mac snowleopard.
+
+ * fast/frames/valid-expected.txt: Renamed from LayoutTests/platform/efl/fast/frames/valid-expected.txt.
+ * platform/chromium-mac-snowleopard/fast/frames/valid-expected.png: Added.
+ * platform/chromium/TestExpectations:
+ * platform/gtk/fast/frames/valid-expected.txt: Removed.
+ * platform/mac/fast/frames/valid-expected.txt: Removed.
+
+2012-07-23 Andrew Wilson <atwilson@chromium.org>
+
+ Unreviewed chromium expectations change to mark test as slow: fast/forms/select-set-length-with-mutation-remove.html.
+
+ * platform/chromium/TestExpectations:
+
+2012-07-23 Kwang Yul Seo <skyul@company100.net>
+
+ Use the original token to create an element in "reconstruct the active formatting elements" and "call the adoption agency"
+ https://bugs.webkit.org/show_bug.cgi?id=91703
+
+ Reviewed by Adam Barth.
+
+ Updated test expectation for html5lib/runner-expected.txt
+ because now resources/scripted/adoption01.dat passes.
+
+ * html5lib/runner-expected.txt:
+
+2012-07-23 Rafael Brandao <rafael.lobo@openbossa.org>
+
+ [Qt] svg/{in-html,overflow,repaint,wicd} needs update after new testfonts
+ https://bugs.webkit.org/show_bug.cgi?id=92023
+
+ Unreviewed gardening.
+
+ * platform/qt-5.0/Skipped:
+ * platform/qt-5.0/svg/wicd/test-rightsizing-b-expected.png: Removed.
+ * platform/qt-5.0/svg/wicd/test-rightsizing-b-expected.txt: Removed.
+ * platform/qt/Skipped:
+ * platform/qt/svg/in-html/by-reference-expected.txt:
+ * platform/qt/svg/in-html/circle-expected.png:
+ * platform/qt/svg/in-html/circle-expected.txt:
+ * platform/qt/svg/overflow/overflow-on-foreignObject-expected.png:
+ * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-auto-expected.txt:
+ * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.txt:
+ * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-hidden-expected.txt:
+ * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-scroll-expected.txt:
+ * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-visible-expected.txt:
+ * platform/qt/svg/repaint/inner-svg-change-viewBox-contract-expected.png: Copied from LayoutTests/platform/qt/svg/overflow/overflow-on-foreignObject-expected.png.
+ * platform/qt/svg/repaint/inner-svg-change-viewBox-contract-expected.txt: Added.
+ * platform/qt/svg/repaint/inner-svg-change-viewBox-expected.png: Added.
+ * platform/qt/svg/repaint/inner-svg-change-viewBox-expected.txt: Added.
+ * platform/qt/svg/repaint/inner-svg-change-viewPort-relative-expected.txt:
+ * platform/qt/svg/repaint/mask-clip-target-transform-expected.png: Added.
+ * platform/qt/svg/repaint/text-mask-update-expected.png: Copied from LayoutTests/platform/qt/svg/overflow/overflow-on-foreignObject-expected.png.
+ * platform/qt/svg/repaint/text-mask-update-expected.txt: Added.
+ * platform/qt/svg/wicd/rightsizing-grid-expected.png:
+ * platform/qt/svg/wicd/rightsizing-grid-expected.txt:
+ * platform/qt/svg/wicd/sizing-flakiness-expected.txt:
+ * platform/qt/svg/wicd/test-rightsizing-a-expected.png:
+ * platform/qt/svg/wicd/test-rightsizing-a-expected.txt:
+ * platform/qt/svg/wicd/test-rightsizing-b-expected.png:
+ * platform/qt/svg/wicd/test-rightsizing-b-expected.txt:
+ * platform/qt/svg/wicd/test-scalable-background-image1-expected.png:
+ * platform/qt/svg/wicd/test-scalable-background-image1-expected.txt:
+ * platform/qt/svg/wicd/test-scalable-background-image2-expected.png:
+ * platform/qt/svg/wicd/test-scalable-background-image2-expected.txt:
+
+2012-07-23 Gregg Tavares <gman@google.com>
+
+ Fix WebGL texSubImage2D for cube maps
+ https://bugs.webkit.org/show_bug.cgi?id=91927
+
+ Reviewed by Kenneth Russell.
+
+ Tests for WebGL texSubImage2D for cube maps.
+
+ * fast/canvas/webgl/tex-sub-image-cube-maps-expected.txt: Added.
+ * fast/canvas/webgl/tex-sub-image-cube-maps.html: Added.
+
+2012-07-23 Filip Pizlo <fpizlo@apple.com>
+
+ DFG is too aggressive in performing the specific value optimization on loads
+ https://bugs.webkit.org/show_bug.cgi?id=92034
+
+ Reviewed by Mark Hahnenberg.
+
+ * fast/js/dfg-resolve-global-polymorphic-non-dictionary-expected.txt: Added.
+ * fast/js/dfg-resolve-global-polymorphic-non-dictionary.html: Added.
+ * fast/js/dfg-resolve-global-specific-dictionary-expected.txt: Added.
+ * fast/js/dfg-resolve-global-specific-dictionary.html: Added.
+ * fast/js/script-tests/dfg-resolve-global-polymorphic-non-dictionary.js: Added.
+ (description.foo):
+ * fast/js/script-tests/dfg-resolve-global-specific-dictionary.js: Added.
+ (description.foo):
+ (x):
+
+2012-07-23 Filip Pizlo <fpizlo@apple.com>
+
+ REGRESSION(r123169): It made fast/js/dfg-inline-arguments-use-from-uninlined-code.html fail on 32 bit platforms
+ https://bugs.webkit.org/show_bug.cgi?id=92002
+
+ Unskip test that this change fixes, as requested by Ossy.
+
+ * platform/qt/Skipped:
+
+2012-07-23 Andrew Wilson <atwilson@chromium.org>
+
+ More unreviewed chromium expectation changes to mark tests as failing/slow.
+ * platform/chromium/TestExpectations:
+
+2012-06-12 Jer Noble <jer.noble@apple.com>
+
+ MediaController.currentTime should be kept stable during script execution.
+ https://bugs.webkit.org/show_bug.cgi?id=88555
+
+ Reviewed by Eric Carlson.
+
+ * media/media-controller-time-constant-expected.txt: Added.
+ * media/media-controller-time-constant.html: Added.
+
+2012-07-23 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
+
+ [Qt] dom/xhtml/level3/core rebaseline after new test fonts
+ https://bugs.webkit.org/show_bug.cgi?id=92028
+
+ Unreviewed.
+
+ * platform/qt-5.0/Skipped:
+ * platform/qt/dom/xhtml/level3/core/documentgetinputencoding03-expected.txt:
+ * platform/qt/dom/xhtml/level3/core/entitygetinputencoding02-expected.txt:
+ * platform/qt/dom/xhtml/level3/core/entitygetxmlversion02-expected.txt:
+ * platform/qt/dom/xhtml/level3/core/nodegetbaseuri05-expected.txt:
+ * platform/qt/dom/xhtml/level3/core/nodegetbaseuri07-expected.txt:
+ * platform/qt/dom/xhtml/level3/core/nodegetbaseuri09-expected.txt:
+ * platform/qt/dom/xhtml/level3/core/nodegetbaseuri10-expected.txt:
+ * platform/qt/dom/xhtml/level3/core/nodegetbaseuri11-expected.txt:
+ * platform/qt/dom/xhtml/level3/core/nodegetbaseuri15-expected.txt:
+ * platform/qt/dom/xhtml/level3/core/nodegetbaseuri17-expected.txt:
+ * platform/qt/dom/xhtml/level3/core/nodegetbaseuri18-expected.txt:
+ * platform/qt/dom/xhtml/level3/core/nodelookupnamespaceuri01-expected.txt:
+ * platform/qt/dom/xhtml/level3/core/nodelookupprefix19-expected.txt:
+
+2012-07-23 Simon Fraser <simon.fraser@apple.com>
+
+ Part 2 of: Implement sticky positioning
+ https://bugs.webkit.org/show_bug.cgi?id=90046
+
+ Reviewed by Ojan Vafai.
+
+ Test for parsing and returning fro getComputedStyle() the new
+ -webkit-sticky value for position.
+
+ * fast/css/sticky/parsing-position-sticky-expected.txt: Added.
+ * fast/css/sticky/parsing-position-sticky.html: Added.
+ * fast/css/sticky/resources/parsing-position-sticky.js: Added.
+ (test):
+
+2012-07-23 Andrew Wilson <atwilson@chromium.org>
+
+ Unreviewed chromium expectations change to mark media/media-fragments/TC0010-TC0019.html as flaky/crashy.
+
+ * platform/chromium/TestExpectations:
+
+2012-07-23 Stephen Chenney <schenney@chromium.org>
+
+ Crash when setting empty class name on a new element
+ https://bugs.webkit.org/show_bug.cgi?id=92024
+
+ Reviewed by Andreas Kling.
+
+ Add a check for null attributeData() when setting the className to an
+ empty string on a newly created element.
+
+ * svg/custom/empty-className-baseVal-crash-expected.txt: Added.
+ * svg/custom/empty-className-baseVal-crash.html: Added.
+
+2012-07-23 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
+
+ [Qt] tables/mozilla_expected_failures rebaseline after new test fonts
+ https://bugs.webkit.org/show_bug.cgi?id=92013
+
+ Unreviewed.
+
+ * platform/qt-5.0/Skipped:
+ * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt:
+
+2012-07-23 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
+
+ [Qt] tables/mozilla_expected_failures/bugs rebaseline after new test fonts
+ https://bugs.webkit.org/show_bug.cgi?id=92017
+
+ Reviewed by Alexis Menard.
+
+ * platform/qt-5.0-wk2/Skipped:
+ * platform/qt-5.0/Skipped:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug128876-expected.png: Added.
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.png: Added.
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-7-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-8-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
+
+2012-07-23 Rafael Brandao <rafael.lobo@openbossa.org>
+
+ [Qt] svg/zoom needs update after new testfonts
+ https://bugs.webkit.org/show_bug.cgi?id=92007
+
+ Reviewed by Alexis Menard.
+
+ * platform/qt-5.0-wk2/Skipped:
+ * platform/qt-5.0/Skipped:
+ * platform/qt-5.0/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Removed.
+ * platform/qt-5.0/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Removed.
+ * platform/qt/Skipped:
+ * platform/qt/svg/zoom/page/absolute-sized-document-no-scrollbars-expected.png: Added.
+ * platform/qt/svg/zoom/page/absolute-sized-document-scrollbars-expected.png: Added.
+ * platform/qt/svg/zoom/page/zoom-background-image-tiled-expected.txt: Added.
+ * platform/qt/svg/zoom/page/zoom-background-images-expected.png:
+ * platform/qt/svg/zoom/page/zoom-background-images-expected.txt:
+ * platform/qt/svg/zoom/page/zoom-foreign-content-expected.txt: Added.
+ * platform/qt/svg/zoom/page/zoom-foreignObject-expected.png:
+ * platform/qt/svg/zoom/page/zoom-foreignObject-expected.txt:
+ * platform/qt/svg/zoom/page/zoom-hixie-mixed-008-expected.png:
+ * platform/qt/svg/zoom/page/zoom-hixie-mixed-008-expected.txt:
+ * platform/qt/svg/zoom/page/zoom-hixie-rendering-model-004-expected.png:
+ * platform/qt/svg/zoom/page/zoom-hixie-rendering-model-004-expected.txt:
+ * platform/qt/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
+ * platform/qt/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
+ * platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.png:
+ * platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
+ * platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
+ * platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
+ * platform/qt/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt:
+ * platform/qt/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.txt:
+ * platform/qt/svg/zoom/page/zoom-svg-float-border-padding-expected.png: Added.
+ * platform/qt/svg/zoom/page/zoom-svg-float-border-padding-expected.txt:
+ * 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-2-expected.txt:
+ * platform/qt/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
+ * platform/qt/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
+ * platform/qt/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
+ * platform/qt/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
+ * platform/qt/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
+ * platform/qt/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
+ * platform/qt/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt:
+ * platform/qt/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
+ * platform/qt/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
+ * platform/qt/svg/zoom/text/absolute-sized-document-no-scrollbars-expected.png: Added.
+ * platform/qt/svg/zoom/text/absolute-sized-document-scrollbars-expected.png: Added.
+ * platform/qt/svg/zoom/text/relative-sized-document-scrollbars-expected.png: Added.
+ * platform/qt/svg/zoom/text/zoom-foreignObject-expected.png:
+ * platform/qt/svg/zoom/text/zoom-foreignObject-expected.txt:
+ * platform/qt/svg/zoom/text/zoom-hixie-mixed-008-expected.png:
+ * platform/qt/svg/zoom/text/zoom-hixie-mixed-008-expected.txt:
+ * platform/qt/svg/zoom/text/zoom-hixie-mixed-009-expected.png:
+ * platform/qt/svg/zoom/text/zoom-hixie-mixed-009-expected.txt:
+ * platform/qt/svg/zoom/text/zoom-hixie-rendering-model-004-expected.png:
+ * platform/qt/svg/zoom/text/zoom-hixie-rendering-model-004-expected.txt:
+ * platform/qt/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
+ * platform/qt/svg/zoom/text/zoom-svg-float-border-padding-expected.txt:
+
+2012-07-23 Andrew Wilson <atwilson@chromium.org>
+
+ Unreviewed chromium expectations change to ignore flakiness for struct-dom-06-b.svg.
+
+ * platform/chromium/TestExpectations:
+
+2012-07-23 Andrew Wilson <atwilson@chromium.org>
+
+ Unreviewed chromium expectations change to ignore DEBUG failures for policy-ignore-crash.php.
+
+ * platform/chromium/TestExpectations:
+
+2012-07-23 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r123362.
+ http://trac.webkit.org/changeset/123362
+ https://bugs.webkit.org/show_bug.cgi?id=92020
+
+ uploaded wrong expectations :( bad caio (Requested by cmarcelo
+ on #webkit).
+
+ * platform/gtk/tables/mozilla_expected_failures/bugs/bug128876-expected.png:
+ * platform/gtk/tables/mozilla_expected_failures/bugs/bug23847-expected.png:
+ * platform/gtk/tables/mozilla_expected_failures/bugs/bug23847-expected.txt: Removed.
+ * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png:
+ * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-7-expected.png:
+ * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-8-expected.png:
+ * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
+ * platform/gtk/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
+ * platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
+ * platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
+ * platform/qt-5.0-wk2/Skipped:
+ * platform/qt-5.0/Skipped:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug128876-expected.png: Removed.
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.png: Removed.
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-7-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-8-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
+
+2012-07-23 Andrew Wilson <atwilson@chromium.org>
+
+ Unreviewed chromium expectations change to mark inline-plaintext-relayout-with-leading-neutrals.html flaky.
+ https://bugs.webkit.org/show_bug.cgi?id=92019
+
+ * platform/chromium/TestExpectations:
+
+2012-07-23 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
+
+ [Qt] tables/mozilla_expected_failures/bugs rebaseline after new test fonts
+ https://bugs.webkit.org/show_bug.cgi?id=92017
+
+ Reviewed by Alexis Menard.
+
+ * platform/gtk/tables/mozilla_expected_failures/bugs/bug128876-expected.png:
+ * platform/gtk/tables/mozilla_expected_failures/bugs/bug23847-expected.png:
+ * platform/gtk/tables/mozilla_expected_failures/bugs/bug23847-expected.txt: Copied from LayoutTests/platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.txt.
+ * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png:
+ * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-7-expected.png:
+ * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-8-expected.png:
+ * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
+ * platform/gtk/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
+ * platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
+ * platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
+ * platform/qt-5.0-wk2/Skipped:
+ * platform/qt-5.0/Skipped:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug128876-expected.png: Added.
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.png: Added.
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-7-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-8-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
+ * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
+
+2012-07-23 Ryosuke Niwa <rniwa@webkit.org>
+
+ REGRESSION(r123281): childNodes sometimes returns wrong nodes
+ https://bugs.webkit.org/show_bug.cgi?id=92014
+
+ Reviewed by Anders Carlsson.
+
+ Added an integration regression test that caught this bug.
+
+ * fast/dom/NodeList/childNodes-reverse-iteration-expected.txt: Added.
+ * fast/dom/NodeList/childNodes-reverse-iteration.html: Added.
+
+2012-07-23 Luciano Wolf <luciano.wolf@openbossa.org>
+
+ [Qt] animations needs rebaseline after new test fonts
+ https://bugs.webkit.org/show_bug.cgi?id=91997
+
+ Reviewed by Noam Rosenthal.
+
+ Updating skipped tests inside animations directory.
+
+ * platform/qt-5.0/Skipped:
+ * platform/qt/animations/3d/change-transform-in-end-event-expected.txt: Added.
+ * platform/qt/animations/3d/state-at-end-event-transform-expected.txt:
+ * platform/qt/animations/additive-transform-animations-expected.txt:
+ * platform/qt/animations/cross-fade-background-image-expected.txt:
+ * platform/qt/animations/cross-fade-border-image-source-expected.txt:
+ * platform/qt/animations/cross-fade-list-style-image-expected.txt:
+ * platform/qt/animations/cross-fade-webkit-mask-box-image-expected.txt:
+ * platform/qt/animations/cross-fade-webkit-mask-image-expected.txt:
+ * platform/qt/animations/missing-values-first-keyframe-expected.txt:
+ * platform/qt/animations/missing-values-last-keyframe-expected.txt:
+ * platform/qt/animations/state-at-end-event-expected.txt:
+
+2012-07-23 Pierre Rossi <pierre.rossi@gmail.com>
+
+ Unify numTouchEventHandlersChanged and needTouchEvents in the chrome client
+ https://bugs.webkit.org/show_bug.cgi?id=91006
+
+ Reviewed by Ryosuke Niwa.
+
+ Extend the touch-handler-count test to also cover the hasListenerType logic.
+
+ * fast/events/touch/touch-handler-count-expected.txt:
+ * fast/events/touch/touch-handler-count.html:
+
+2012-07-23 Andrew Wilson <atwilson@chromium.org>
+
+ Unreviewed chromium expectations change to mark fast/frames/frameset-frameborder-boolean-values.html as slow on snowleopard.
+ https://bugs.webkit.org/show_bug.cgi?id=24182
+
+ * platform/chromium/TestExpectations:
+
+2012-07-23 Andrew Wilson <atwilson@chromium.org>
+
+ Unreviewed chromium change to mark sandboxed-iframe-navigation-parent.html as slow on Windows.
+ https://bugs.webkit.org/show_bug.cgi?id=24182
+
+ * platform/chromium/TestExpectations:
+
+2012-07-23 Andrew Wilson <atwilson@chromium.org>
+
+ Unreviewed chromium expectations change after r123302.
+ https://bugs.webkit.org/show_bug.cgi?id=91806
+
+ * platform/chromium-win/fast/forms/number/number-appearance-rtl-expected.png:
+ * platform/chromium-win/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png:
+ * platform/chromium-win/fast/forms/number/number-appearance-spinbutton-layer-expected.png:
+
+2012-07-23 Andrew Wilson <atwilson@chromium.org>
+
+ Unreviewed chromium expectations change to ignore failures for policy-ignore-crash.php.
+
+ * platform/chromium/TestExpectations:
+
+2012-07-23 Vincent Scheib <scheib@chromium.org>
+
+ Skip http/tests/pointer-lock on ports that do not support pointer lock.
+
+ Unreviewed.
+
+ * platform/efl/Skipped:
+ * platform/mac/Skipped:
+ * platform/qt/Skipped:
+ * platform/win/Skipped:
+ * platform/wincairo/Skipped:
+
+2012-07-21 Vincent Scheib <scheib@chromium.org>
+
+ webkitFullscreenElement, webkitCurrentFullScreenElement, webkitPointerLockElement block cross origin access.
+ https://bugs.webkit.org/show_bug.cgi?id=91892
+
+ Reviewed by Adam Barth.
+
+ Tests verifying the behavior of accessing
+ webkitFullscreenElement, webkitCurrentFullScreenElement, webkitPointerLockElement
+ from different origins.
+
+ * http/tests/fullscreen/fullscreenelement-different-origin-expected.txt: Added.
+ * http/tests/fullscreen/fullscreenelement-different-origin.html: Added.
+ * http/tests/fullscreen/fullscreenelement-same-origin-expected.txt: Added.
+ * http/tests/fullscreen/fullscreenelement-same-origin.html: Added.
+ * http/tests/pointer-lock/pointerlockelement-different-origin-expected.txt: Added.
+ * http/tests/pointer-lock/pointerlockelement-different-origin.html: Added.
+ * http/tests/pointer-lock/pointerlockelement-same-origin-expected.txt: Added.
+ * http/tests/pointer-lock/pointerlockelement-same-origin.html: Added.
+ * http/tests/resources/pointer-lock/iframe-common.js: Added.
+ (thisFileName):
+ (window.onmessage):
+ * http/tests/resources/pointer-lock/inner-iframe.html: Added.
+ * http/tests/resources/pointer-lock/pointer-lock-test-harness.js:
+ (runOnKeyPress.keypressHandler):
+ * pointer-lock/locked-element-iframe-removed-from-dom-expected.txt:
+ * pointer-lock/locked-element-iframe-removed-from-dom.html:
+ * pointer-lock/locked-element-removed-from-dom-expected.txt:
+ * pointer-lock/locked-element-removed-from-dom.html:
+
+2012-07-23 Zan Dobersek <zandobersek@gmail.com>
+
+ Unreviewed GTK gardening, adding the WONTFIX modifier to a few more tests,
+ moving them to the top of the expected failures section.
+
+ * platform/gtk/TestExpectations:
+
+2012-07-23 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
+
+ [Qt] Unreviewed gardening. Skip the failing tests.
+
+ * platform/qt/Skipped:
+
+2012-07-23 Csaba Osztrogonác <ossy@webkit.org>
+
+ [Qt] DumpRenderTree does not use 'monospace' font when directed
+ https://bugs.webkit.org/show_bug.cgi?id=85203
+
+ Unreviewed gardening.
+
+ * platform/qt-4.8/Skipped: Unskip now passing tests.
+
+2012-07-23 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
+
+ [Qt] editing/inserting/multiple-lines-selected.html fails
+ https://bugs.webkit.org/show_bug.cgi?id=91993
+
+ Reviewed by Simon Hausmann.
+
+ Removing wrong expected results, adding it to the skipped list.
+
+ * platform/qt-5.0/Skipped:
+ * platform/qt/editing/inserting/multiple-lines-selected-expected.png: Removed.
+ * platform/qt/editing/inserting/multiple-lines-selected-expected.txt: Removed.
+
+2012-07-23 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
+
+ [Qt] editing/inserting rebaseline after new test fonts
+ https://bugs.webkit.org/show_bug.cgi?id=91985
+
+ Unreviewed.
+
+ * platform/qt-5.0-wk1/Skipped:
+ * platform/qt-5.0-wk1/editing/inserting/4960120-1-expected.png: Removed.
+ * platform/qt-5.0-wk1/editing/inserting/4960120-1-expected.txt: Removed.
+ * platform/qt-5.0-wk1/editing/inserting/before-after-input-element-expected.png: Removed.
+ * platform/qt-5.0-wk1/editing/inserting/before-after-input-element-expected.txt: Removed.
+ * platform/qt-5.0-wk2/Skipped:
+ * platform/qt-5.0/Skipped:
+ * platform/qt-5.0/editing/inserting/5549929-2-expected.txt: Removed.
+ * platform/qt-5.0/editing/inserting/5549929-3-expected.txt: Removed.
+ * platform/qt-5.0/editing/inserting/insert-br-at-tabspan-001-expected.txt: Removed.
+ * platform/qt-5.0/editing/inserting/insert-br-at-tabspan-002-expected.txt: Removed.
+ * platform/qt-5.0/editing/inserting/insert-br-at-tabspan-003-expected.txt: Removed.
+ * platform/qt-5.0/editing/inserting/insert-tab-001-expected.txt: Removed.
+ * platform/qt-5.0/editing/inserting/insert-tab-002-expected.txt: Removed.
+ * platform/qt-5.0/editing/inserting/insert-tab-004-expected.txt: Removed.
+ * platform/qt-5.0/editing/inserting/insert-text-at-tabspan-001-expected.txt: Removed.
+ * platform/qt-5.0/editing/inserting/insert-text-at-tabspan-002-expected.txt: Removed.
+ * platform/qt-5.0/editing/inserting/insert-text-at-tabspan-003-expected.txt: Removed.
+ * platform/qt/editing/inserting/4960120-1-expected.png:
+ * platform/qt/editing/inserting/before-after-input-element-expected.png:
+ * platform/qt/editing/inserting/insert-3654864-fix-expected.txt:
+ * platform/qt/editing/inserting/insert-3851164-fix-expected.txt:
+ * platform/qt/editing/inserting/insert-div-009-expected.png: Added.
+ * platform/qt/editing/inserting/insert-div-009-expected.txt:
+ * platform/qt/editing/inserting/insert-div-010-expected.png: Added.
+ * platform/qt/editing/inserting/insert-div-010-expected.txt:
+
+2012-07-23 Christophe Dumez <christophe.dumez@intel.com>
+
+ [EFL] media/controls-styling.html is failing
+ https://bugs.webkit.org/show_bug.cgi?id=91984
+
+ Reviewed by Eric Carlson.
+
+ Rebaseline media controls styling tests now that the
+ EFL port properly ensures that overriding CSS
+ properties won't affect the media controls.
+
+ * platform/efl/media/controls-styling-expected.png:
+ * platform/efl/media/controls-styling-expected.txt:
+ * platform/efl/media/controls-styling-strict-expected.png:
+ * platform/efl/media/controls-styling-strict-expected.txt:
+
+2012-07-23 Christophe Dumez <christophe.dumez@intel.com>
+
+ [EFL] fast/layers/video-layer.html needs rebasing after r123320
+ https://bugs.webkit.org/show_bug.cgi?id=91978
+
+ Unreviewed EFL gardening, regenerate baseline for
+ fast/layers/video-layer.html after r123320.
+
+ * platform/efl/fast/layers/video-layer-expected.txt:
+
+2012-07-23 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
+
+ [Qt] Unreviewed gardening.
+
+ * platform/qt/Skipped:
+
+2012-07-23 Andrei Poenaru <poenaru@adobe.com>
+
+ [Qt] new test introduced in r123205 fails on Qt
+ https://bugs.webkit.org/show_bug.cgi?id=91967
+
+ Reviewed by Kenneth Rohde Christiansen.
+
+ Skipped WebInspector test that needs CSS Regions enabled.
+
+ * platform/qt/Skipped:
+
+2012-07-23 Zan Dobersek <zandobersek@gmail.com>
+
+ Unreviewed GTK gardening.
+
+ Marking more svg/W3C-SVG-1.1/animate-elem-* tests as flaky.
+
+ * platform/gtk/TestExpectations:
+
+2012-07-23 Christophe Dumez <christophe.dumez@intel.com>
+
+ [EFL] media/controls-styling-strict.html is failing
+ https://bugs.webkit.org/show_bug.cgi?id=91960
+
+ Reviewed by Kenneth Rohde Christiansen.
+
+ Update test expectations for media tests now that
+ we use "display: -webkit-box;" for the current-time
+ control.
+
+ * platform/efl/media/audio-controls-rendering-expected.txt:
+ * platform/efl/media/audio-repaint-expected.png:
+ * platform/efl/media/audio-repaint-expected.txt:
+ * platform/efl/media/controls-layout-direction-expected.png:
+ * platform/efl/media/controls-strict-expected.png:
+ * platform/efl/media/controls-strict-expected.txt:
+ * platform/efl/media/controls-styling-expected.txt:
+ * platform/efl/media/controls-styling-strict-expected.png: Added.
+ * platform/efl/media/controls-styling-strict-expected.txt: Added.
+ * platform/efl/media/media-controls-clone-expected.png:
+ * platform/efl/media/media-controls-clone-expected.txt:
+ * platform/efl/media/video-aspect-ratio-expected.png:
+ * platform/efl/media/video-layer-crash-expected.png:
+ * platform/efl/media/video-transformed-expected.png:
+ * platform/efl/media/video-zoom-controls-expected.png:
+ * platform/efl/media/video-zoom-controls-expected.txt:
+ * platform/efl/media/video-zoom-expected.png:
+
+2012-07-23 Christophe Dumez <christophe.dumez@intel.com>
+
+ [EFL] Skip http/tests/inspector-enabled/injected-script-discard.html
+ https://bugs.webkit.org/show_bug.cgi?id=91959
+
+ Unreviewed EFL gardening. Skip flaky Web Inspector test case.
+
+ * platform/efl/TestExpectations:
+
+2012-07-23 Hayato Ito <hayato@chromium.org>
+
+ ComposedShadowTreeWalker should skip an empty insertion points.
+ https://bugs.webkit.org/show_bug.cgi?id=91826
+
+ Reviewed by Hajime Morita.
+
+ * fast/dom/shadow/composed-shadow-tree-walker-expected.txt:
+ * fast/dom/shadow/composed-shadow-tree-walker.html:
+
+2012-07-23 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
+
+ [Qt] Unreviewed gardening. Skip the new failing tests.
+
+ * platform/qt/Skipped:
+
+2012-07-23 Li Yin <li.yin@intel.com>
+
+ Improve AudioChannelSplitter test
+ https://bugs.webkit.org/show_bug.cgi?id=91962
+
+ Reviewed by Kentaro Hara.
+
+ Spec: https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#AudioChannelSplitter-section
+ The numberOfOutputs parameter determines the number of outputs.
+ Values of up to 32 must be supported. If not specified, then 6 will be used.
+
+ * webaudio/audiochannelsplitter-expected.txt:
+ * webaudio/audiochannelsplitter.html:
+
+2012-07-22 Li Yin <li.yin@intel.com>
+
+ Improve BiquadFilterNode test case
+ https://bugs.webkit.org/show_bug.cgi?id=90937
+
+ Reviewed by Kentaro Hara.
+
+ Spec: http://www.w3.org/TR/webaudio/#BiquadFilterNode
+ Improve BiquadFilterNode test to cover constant value and number of inputs and outputs.
+
+ * webaudio/biquadfilternode-basic-expected.txt:
+ * webaudio/biquadfilternode-basic.html:
+
+2012-07-22 Yoshifumi Inoue <yosin@chromium.org>
+
+ [Tests] Rename fast/forms/number/*.html to number-*.html
+ https://bugs.webkit.org/show_bug.cgi?id=91806
+
+ Reviewed by Kent Tamura.
+
+ This patch renames test scripts and expected text/images to same
+ naming scheme(name starts with "number-"), for fast/forms/number.
+
+ This patch also updates TestExpectations and Skipped files in platform
+ directory for test name change.
+
+ This patch is a part of forms input type test arrangement.
+ https://bugs.webkit.org/show_bug.cgi?id=91805
+
+ * fast/forms/number/ValidityState-rangeOverflow-number-expected.txt: Removed.
+ * fast/forms/number/ValidityState-rangeOverflow-number.html: Removed.
+ * fast/forms/number/ValidityState-rangeUnderflow-number-expected.txt: Removed.
+ * fast/forms/number/ValidityState-rangeUnderflow-number.html: Removed.
+ * fast/forms/number/ValidityState-stepMismatch-number-expected.txt: Removed.
+ * fast/forms/number/ValidityState-stepMismatch-number.html: Removed.
+ * fast/forms/number/ValidityState-typeMismatch-number-expected.txt: Removed.
+ * fast/forms/number/ValidityState-typeMismatch-number.html: Removed.
+ * fast/forms/number/input-appearance-number-rtl.html: Removed.
+ * fast/forms/number/input-appearance-spinbutton-disabled-readonly.html: Removed.
+ * fast/forms/number/input-appearance-spinbutton-layer.html: Removed.
+ * fast/forms/number/input-appearance-spinbutton-visibility-expected.html: Removed.
+ * fast/forms/number/input-appearance-spinbutton-visibility.html: Removed.
+ * fast/forms/number/input-number-blur-twice-expected.txt: Removed.
+ * fast/forms/number/input-number-blur-twice.html: Removed.
+ * fast/forms/number/input-number-change-type-on-focus-expected.txt: Removed.
+ * fast/forms/number/input-number-change-type-on-focus.html: Removed.
+ * fast/forms/number/input-number-commit-valid-only-expected.txt: Removed.
+ * fast/forms/number/input-number-commit-valid-only.html: Removed.
+ * fast/forms/number/input-number-crash-expected.txt: Removed.
+ * fast/forms/number/input-number-crash.html: Removed.
+ * fast/forms/number/input-number-events-expected.txt: Removed.
+ * fast/forms/number/input-number-events.html: Removed.
+ * fast/forms/number/input-number-keyoperation-expected.txt: Removed.
+ * fast/forms/number/input-number-keyoperation.html: Removed.
+ * fast/forms/number/input-number-large-padding-expected.txt: Removed.
+ * fast/forms/number/input-number-large-padding.html: Removed.
+ * fast/forms/number/input-number-outofrange-expected.txt: Removed.
+ * fast/forms/number/input-number-outofrange.html: Removed.
+ * fast/forms/number/input-number-size-expected.txt: Removed.
+ * fast/forms/number/input-number-size.html: Removed.
+ * fast/forms/number/input-number-spinbutton-crash-expected.txt: Removed.
+ * fast/forms/number/input-number-spinbutton-crash.html: Removed.
+ * fast/forms/number/input-number-unacceptable-style-expected.txt: Removed.
+ * fast/forms/number/input-number-unacceptable-style.html: Removed.
+ * fast/forms/number/input-number-validation-message-expected.txt: Removed.
+ * fast/forms/number/input-number-validation-message.html: Removed.
+ * fast/forms/number/input-number-wheel-expected.txt: Removed.
+ * fast/forms/number/input-number-wheel.html: Removed.
+ * fast/forms/number/input-spinbutton-capturing-expected.txt: Removed.
+ * fast/forms/number/input-spinbutton-capturing.html: Removed.
+ * fast/forms/number/input-valueasnumber-number-expected.txt: Removed.
+ * fast/forms/number/input-valueasnumber-number.html: Removed.
+ * fast/forms/number/number-appearance-rtl.html: Copied from LayoutTests/fast/forms/number/input-appearance-number-rtl.html.
+ * fast/forms/number/number-appearance-spinbutton-disabled-readonly.html: Copied from LayoutTests/fast/forms/number/input-appearance-spinbutton-disabled-readonly.html.
+ * fast/forms/number/number-appearance-spinbutton-layer.html: Copied from LayoutTests/fast/forms/number/input-appearance-spinbutton-layer.html.
+ * fast/forms/number/number-appearance-spinbutton-visibility-expected.html: Copied from LayoutTests/fast/forms/number/input-appearance-spinbutton-visibility-expected.html.
+ * fast/forms/number/number-appearance-spinbutton-visibility.html: Copied from LayoutTests/fast/forms/number/input-appearance-spinbutton-visibility.html.
+ * fast/forms/number/number-blur-twice-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-blur-twice-expected.txt.
+ * fast/forms/number/number-blur-twice.html: Copied from LayoutTests/fast/forms/number/input-number-blur-twice.html.
+ * fast/forms/number/number-change-type-on-focus-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-change-type-on-focus-expected.txt.
+ * fast/forms/number/number-change-type-on-focus.html: Copied from LayoutTests/fast/forms/number/input-number-change-type-on-focus.html.
+ * fast/forms/number/number-commit-valid-only-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-commit-valid-only-expected.txt.
+ * fast/forms/number/number-commit-valid-only.html: Copied from LayoutTests/fast/forms/number/input-number-commit-valid-only.html.
+ * fast/forms/number/number-crash-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-crash-expected.txt.
+ * fast/forms/number/number-crash.html: Copied from LayoutTests/fast/forms/number/input-number-crash.html.
+ * fast/forms/number/number-events-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-events-expected.txt.
+ * fast/forms/number/number-events.html: Copied from LayoutTests/fast/forms/number/input-number-events.html.
+ * fast/forms/number/number-keyoperation-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-keyoperation-expected.txt.
+ * fast/forms/number/number-keyoperation.html: Copied from LayoutTests/fast/forms/number/input-number-keyoperation.html.
+ * fast/forms/number/number-large-padding-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-large-padding-expected.txt.
+ * fast/forms/number/number-large-padding.html: Copied from LayoutTests/fast/forms/number/input-number-large-padding.html.
+ * fast/forms/number/number-outofrange-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-outofrange-expected.txt.
+ * fast/forms/number/number-outofrange.html: Copied from LayoutTests/fast/forms/number/input-number-outofrange.html.
+ * fast/forms/number/number-size-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-size-expected.txt.
+ * fast/forms/number/number-size.html: Copied from LayoutTests/fast/forms/number/input-number-size.html.
+ * fast/forms/number/number-spinbutton-capturing-expected.txt: Copied from LayoutTests/fast/forms/number/input-spinbutton-capturing-expected.txt.
+ * fast/forms/number/number-spinbutton-capturing.html: Copied from LayoutTests/fast/forms/number/input-spinbutton-capturing.html.
+ * fast/forms/number/number-spinbutton-crash-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-spinbutton-crash-expected.txt.
+ * fast/forms/number/number-spinbutton-crash.html: Copied from LayoutTests/fast/forms/number/input-number-spinbutton-crash.html.
+ * fast/forms/number/number-spinbutton-events-expected.txt: Copied from LayoutTests/fast/forms/number/spin-button-events-expected.txt.
+ * fast/forms/number/number-spinbutton-events.html: Copied from LayoutTests/fast/forms/number/spin-button-events.html.
+ * fast/forms/number/number-spinbutton-gets-disabled-or-readonly-expected.txt: Copied from LayoutTests/fast/forms/number/spin-button-gets-disabled-or-readonly-expected.txt.
+ * fast/forms/number/number-spinbutton-gets-disabled-or-readonly.html: Copied from LayoutTests/fast/forms/number/spin-button-gets-disabled-or-readonly.html.
+ * fast/forms/number/number-spinbutton-in-multi-column-expected.txt: Copied from LayoutTests/fast/forms/number/spin-in-multi-column-expected.txt.
+ * fast/forms/number/number-spinbutton-in-multi-column.html: Copied from LayoutTests/fast/forms/number/spin-in-multi-column.html.
+ * fast/forms/number/number-spinbutton-state-expected.txt: Copied from LayoutTests/fast/forms/number/spin-button-state-expected.txt.
+ * fast/forms/number/number-spinbutton-state.html: Copied from LayoutTests/fast/forms/number/spin-button-state.html.
+ * fast/forms/number/number-unacceptable-style-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-unacceptable-style-expected.txt.
+ * fast/forms/number/number-unacceptable-style.html: Copied from LayoutTests/fast/forms/number/input-number-unacceptable-style.html.
+ * fast/forms/number/number-validation-message-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-validation-message-expected.txt.
+ * fast/forms/number/number-validation-message.html: Copied from LayoutTests/fast/forms/number/input-number-validation-message.html.
+ * fast/forms/number/number-validity-state-range-underflow-expected.txt: Copied from LayoutTests/fast/forms/number/ValidityState-rangeUnderflow-number-expected.txt.
+ * fast/forms/number/number-validity-state-range-underflow.html: Copied from LayoutTests/fast/forms/number/ValidityState-rangeUnderflow-number.html.
+ * fast/forms/number/number-validity-state-step-mismatch-expected.txt: Copied from LayoutTests/fast/forms/number/ValidityState-stepMismatch-number-expected.txt.
+ * fast/forms/number/number-validity-state-step-mismatch.html: Copied from LayoutTests/fast/forms/number/ValidityState-stepMismatch-number.html.
+ * fast/forms/number/number-validity-state-type-mismatch-expected.txt: Copied from LayoutTests/fast/forms/number/ValidityState-typeMismatch-number-expected.txt.
+ * fast/forms/number/number-validity-state-type-mismatch.html: Copied from LayoutTests/fast/forms/number/ValidityState-typeMismatch-number.html.
+ * fast/forms/number/number-validitystate-range-overflow-expected.txt: Copied from LayoutTests/fast/forms/number/ValidityState-rangeOverflow-number-expected.txt.
+ * fast/forms/number/number-validitystate-range-overflow.html: Copied from LayoutTests/fast/forms/number/ValidityState-rangeOverflow-number.html.
+ * fast/forms/number/number-valueasnumber-expected.txt: Copied from LayoutTests/fast/forms/number/input-valueasnumber-number-expected.txt.
+ * fast/forms/number/number-valueasnumber.html: Copied from LayoutTests/fast/forms/number/input-valueasnumber-number.html.
+ * fast/forms/number/number-wheel-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-wheel-expected.txt.
+ * fast/forms/number/number-wheel.html: Copied from LayoutTests/fast/forms/number/input-number-wheel.html.
+ * fast/forms/number/spin-button-events-expected.txt: Removed.
+ * fast/forms/number/spin-button-events.html: Removed.
+ * fast/forms/number/spin-button-gets-disabled-or-readonly-expected.txt: Removed.
+ * fast/forms/number/spin-button-gets-disabled-or-readonly.html: Removed.
+ * fast/forms/number/spin-button-state-expected.txt: Removed.
+ * fast/forms/number/spin-button-state.html: Removed.
+ * fast/forms/number/spin-in-multi-column-expected.txt: Removed.
+ * fast/forms/number/spin-in-multi-column.html: Removed.
+ * platform/chromium-linux/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
+ * platform/chromium-linux/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
+ * platform/chromium-linux/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
+ * platform/chromium-linux/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
+ * platform/chromium-linux/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/number/input-appearance-number-rtl-expected.png.
+ * platform/chromium-linux/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png.
+ * platform/chromium-linux/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/chromium-linux/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt.
+ * platform/chromium-linux/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
+ * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
+ * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
+ * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
+ * platform/chromium-mac-snowleopard/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-number-rtl-expected.png.
+ * platform/chromium-mac-snowleopard/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png.
+ * platform/chromium-mac-snowleopard/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
+ * platform/chromium-mac/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
+ * platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
+ * platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
+ * platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
+ * platform/chromium-mac/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/number/input-appearance-number-rtl-expected.png.
+ * platform/chromium-mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png.
+ * platform/chromium-mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt.
+ * platform/chromium-mac/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
+ * platform/chromium-win/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
+ * platform/chromium-win/fast/forms/number/input-appearance-number-rtl-expected.txt: Removed.
+ * platform/chromium-win/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
+ * platform/chromium-win/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
+ * platform/chromium-win/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
+ * platform/chromium-win/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Removed.
+ * platform/chromium-win/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/number/input-appearance-number-rtl-expected.png.
+ * platform/chromium-win/fast/forms/number/number-appearance-rtl-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/forms/number/input-appearance-number-rtl-expected.txt.
+ * platform/chromium-win/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png.
+ * platform/chromium-win/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt.
+ * platform/chromium-win/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
+ * platform/chromium-win/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/forms/number/input-appearance-spinbutton-layer-expected.txt.
+ * platform/efl/Skipped:
+ * platform/efl/TestExpectations:
+ * platform/efl/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
+ * platform/efl/fast/forms/number/input-appearance-number-rtl-expected.txt: Removed.
+ * platform/efl/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
+ * platform/efl/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
+ * platform/efl/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
+ * platform/efl/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Removed.
+ * platform/efl/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/efl/fast/forms/number/input-appearance-number-rtl-expected.png.
+ * platform/efl/fast/forms/number/number-appearance-rtl-expected.txt: Copied from LayoutTests/platform/efl/fast/forms/number/input-appearance-number-rtl-expected.txt.
+ * platform/efl/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/efl/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png.
+ * platform/efl/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/efl/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt.
+ * platform/efl/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/efl/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
+ * platform/efl/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: Copied from LayoutTests/platform/efl/fast/forms/number/input-appearance-spinbutton-layer-expected.txt.
+ * platform/gtk/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
+ * platform/gtk/fast/forms/number/input-appearance-number-rtl-expected.txt: Removed.
+ * platform/gtk/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
+ * platform/gtk/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
+ * platform/gtk/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
+ * platform/gtk/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Removed.
+ * platform/gtk/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/gtk/fast/forms/number/input-appearance-number-rtl-expected.png.
+ * platform/gtk/fast/forms/number/number-appearance-rtl-expected.txt: Copied from LayoutTests/platform/gtk/fast/forms/number/input-appearance-number-rtl-expected.txt.
+ * platform/gtk/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/gtk/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png.
+ * platform/gtk/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/gtk/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt.
+ * platform/gtk/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/gtk/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
+ * platform/gtk/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: Copied from LayoutTests/platform/gtk/fast/forms/number/input-appearance-spinbutton-layer-expected.txt.
+ * platform/mac/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
+ * platform/mac/fast/forms/number/input-appearance-number-rtl-expected.txt: Removed.
+ * platform/mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
+ * platform/mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
+ * platform/mac/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
+ * platform/mac/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Removed.
+ * platform/mac/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/mac/fast/forms/number/input-appearance-number-rtl-expected.png.
+ * platform/mac/fast/forms/number/number-appearance-rtl-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/input-appearance-number-rtl-expected.txt.
+ * platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png.
+ * platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt.
+ * platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/mac/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
+ * platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/input-appearance-spinbutton-layer-expected.txt.
+ * platform/qt-4.8/Skipped:
+ * platform/qt-5.0-wk2/Skipped:
+ * platform/qt-5.0-wk2/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
+ * platform/qt-5.0-wk2/fast/forms/number/input-appearance-number-rtl-expected.txt: Removed.
+ * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
+ * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
+ * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
+ * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Removed.
+ * platform/qt-5.0-wk2/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/forms/number/input-appearance-number-rtl-expected.png.
+ * platform/qt-5.0-wk2/fast/forms/number/number-appearance-rtl-expected.txt: Copied from LayoutTests/platform/qt-5.0-wk2/fast/forms/number/input-appearance-number-rtl-expected.txt.
+ * platform/qt-5.0-wk2/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png.
+ * platform/qt-5.0-wk2/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt.
+ * platform/qt-5.0-wk2/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
+ * platform/qt-5.0-wk2/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: Copied from LayoutTests/platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-layer-expected.txt.
+ * platform/qt-arm/TestExpectations:
+ * platform/qt-mac/Skipped:
+ * platform/qt/Skipped:
+ * platform/qt/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
+ * platform/qt/fast/forms/number/input-appearance-number-rtl-expected.txt: Removed.
+ * platform/qt/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
+ * platform/qt/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
+ * platform/qt/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
+ * platform/qt/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Removed.
+ * platform/qt/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/qt/fast/forms/number/input-appearance-number-rtl-expected.png.
+ * platform/qt/fast/forms/number/number-appearance-rtl-expected.txt: Copied from LayoutTests/platform/qt/fast/forms/number/input-appearance-number-rtl-expected.txt.
+ * platform/qt/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/qt/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png.
+ * platform/qt/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/qt/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt.
+ * platform/qt/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/qt/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
+ * platform/qt/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: Copied from LayoutTests/platform/qt/fast/forms/number/input-appearance-spinbutton-layer-expected.txt.
+ * platform/win-wk2/Skipped:
+ * platform/win/Skipped:
+ * platform/wincairo/Skipped:
+
+2012-07-22 Kent Tamura <tkent@chromium.org>
+
+ Rename ENABLE_METER_TAG and ENABLE_PROGRESS_TAG to ENABLE_METER_ELEMENT and ENABLE_PROGRESS_ELEMENT respectively
+ https://bugs.webkit.org/show_bug.cgi?id=91941
+
+ Reviewed by Kentaro Hara.
+
+ A flag name for an elmement should be ENABLE_*_ELEMENT.
+
+ * fast/dom/wrapper-classes.html:
+
+2012-07-22 Stephen White <senorblanco@chromium.org>
+
+ [chromium] Unreviewed gardening.
+
+ Shamed into removing some BUGSENORBLANCOs from previous gardening
+ stints.
+
+ * platform/chromium/TestExpectations:
+
+2012-07-22 Stephen White <senorblanco@chromium.org>
+
+ [chromium] Test result gardening; unreviewed.
+
+ * platform/chromium-mac-snowleopard/fast/borders/border-image-rotate-transform-expected.png:
+ * platform/chromium-mac-snowleopard/fast/borders/border-image-scale-transform-expected.png:
+ * platform/chromium-mac/fast/borders/border-image-scale-transform-expected.png:
+ * platform/chromium-win/fast/borders/border-image-scale-transform-expected.png:
+ * platform/chromium/TestExpectations:
+
+2012-07-22 Zan Dobersek <zandobersek@gmail.com>
+
+ Unreviewed GTK gardening, adding baselines for the media/controls-styling-strict.html
+ test and skip a subpixel layout test that's crashing on debug builds (the
+ feature is disabled at the moment so the failure is somewhat acceptable).
+
+ * platform/gtk/TestExpectations:
+ * platform/gtk/media/controls-styling-strict-expected.png: Added.
+ * platform/gtk/media/controls-styling-strict-expected.txt: Added.
+
+2012-07-21 Dan Bernstein <mitz@apple.com>
+
+ <rdar://problem/11928576> SVG-as-image (constrained) intrinsic size calculation is wrong in vertical writing modes
+ https://bugs.webkit.org/show_bug.cgi?id=91918
+
+ Reviewed by Anders Carlsson.
+
+ * svg/as-image/svg-intrinsic-size-rectangular-vertical-expected.html: Added.
+ * svg/as-image/svg-intrinsic-size-rectangular-vertical.html: Added.
+
+2012-07-20 Tony Chang <tony@chromium.org>
+
+ [chromium] Mark anther test as needing a rebaseline due to r123285.
+
+ * platform/chromium/TestExpectations:
+
+2012-07-20 Stephen White <senorblanco@chromium.org>
+
+ [chromium] Mark a test as needing a rebaseline due to image change.
+ https://bugs.webkit.org/show_bug.cgi?id=90624
+
+ Reviewed by Adrienne Walker.
+
+ * platform/chromium/TestExpectations:
+
+2012-07-20 Tony Chang <tony@chromium.org>
+
+ [chromium] Unreviewed, one more new baselines after r123272 (I missed SL).
+
+ * platform/chromium-mac-snowleopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
+
+2012-07-20 Tony Chang <tony@chromium.org>
+
+ [chromium] Unreviewed, one more new baselines after r123272.
+
+ * platform/chromium-linux/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
+ * platform/chromium-mac-snowleopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
+ * platform/chromium-mac/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
+ * platform/chromium-win/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
+
+2012-07-20 Tony Chang <tony@chromium.org>
+
+ [chromium] Unreviewed, land new baselines after r123272.
+
+ * platform/chromium-linux/media/controls-styling-strict-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/layers/video-layer-expected.png:
+ * platform/chromium-mac-snowleopard/fullscreen/full-screen-stacking-context-expected.png:
+ * platform/chromium-mac-snowleopard/media/audio-controls-rendering-expected.png:
+ * platform/chromium-mac-snowleopard/media/audio-repaint-expected.png:
+ * platform/chromium-mac-snowleopard/media/controls-after-reload-expected.png:
+ * platform/chromium-mac-snowleopard/media/controls-layout-direction-expected.png:
+ * platform/chromium-mac-snowleopard/media/controls-strict-expected.png:
+ * platform/chromium-mac-snowleopard/media/controls-styling-expected.png:
+ * platform/chromium-mac-snowleopard/media/controls-styling-strict-expected.png: Added.
+ * platform/chromium-mac-snowleopard/media/controls-without-preload-expected.png:
+ * platform/chromium-mac-snowleopard/media/media-controls-clone-expected.png:
+ * platform/chromium-mac-snowleopard/media/video-controls-rendering-expected.png:
+ * platform/chromium-mac-snowleopard/media/video-display-toggle-expected.png:
+ * platform/chromium-mac-snowleopard/media/video-empty-source-expected.png:
+ * platform/chromium-mac-snowleopard/media/video-no-audio-expected.png:
+ * platform/chromium-mac-snowleopard/media/video-playing-and-pause-expected.png:
+ * platform/chromium-mac/css1/basic/inheritance-expected.png:
+ * platform/chromium-mac/fast/layers/video-layer-expected.png:
+ * platform/chromium-mac/fullscreen/full-screen-stacking-context-expected.png:
+ * platform/chromium-mac/media/audio-controls-rendering-expected.png:
+ * platform/chromium-mac/media/audio-repaint-expected.png:
+ * platform/chromium-mac/media/controls-after-reload-expected.png:
+ * platform/chromium-mac/media/controls-layout-direction-expected.png:
+ * platform/chromium-mac/media/controls-strict-expected.png:
+ * platform/chromium-mac/media/controls-styling-expected.png:
+ * platform/chromium-mac/media/controls-styling-strict-expected.png: Added.
+ * platform/chromium-mac/media/controls-styling-strict-expected.txt: Added.
+ * platform/chromium-mac/media/controls-without-preload-expected.png:
+ * platform/chromium-mac/media/media-controls-clone-expected.png:
+ * platform/chromium-mac/media/video-controls-rendering-expected.png:
+ * platform/chromium-mac/media/video-display-toggle-expected.png:
+ * platform/chromium-mac/media/video-empty-source-expected.png:
+ * platform/chromium-mac/media/video-no-audio-expected.png:
+ * platform/chromium-mac/media/video-playing-and-pause-expected.png:
+ * platform/chromium-mac/media/video-zoom-controls-expected.png:
+ * platform/chromium-win/fast/layers/video-layer-expected.png:
+ * platform/chromium-win/fullscreen/full-screen-stacking-context-expected.png:
+ * platform/chromium-win/media/audio-controls-rendering-expected.png:
+ * platform/chromium-win/media/audio-repaint-expected.png:
+ * platform/chromium-win/media/controls-after-reload-expected.png:
+ * platform/chromium-win/media/controls-layout-direction-expected.png:
+ * platform/chromium-win/media/controls-strict-expected.png:
+ * platform/chromium-win/media/controls-styling-expected.png:
+ * platform/chromium-win/media/controls-styling-strict-expected.png: Added.
+ * platform/chromium-win/media/controls-styling-strict-expected.txt: Added.
+ * platform/chromium-win/media/controls-without-preload-expected.png:
+ * platform/chromium-win/media/media-controls-clone-expected.png:
+ * platform/chromium-win/media/video-controls-rendering-expected.png:
+ * platform/chromium-win/media/video-display-toggle-expected.png:
+ * platform/chromium-win/media/video-empty-source-expected.png:
+ * platform/chromium-win/media/video-no-audio-expected.png:
+ * platform/chromium-win/media/video-playing-and-pause-expected.png:
+ * platform/chromium-win/media/video-zoom-controls-expected.png:
+
+2012-07-20 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
+
+ [Qt] svg/text rebaseline after new test fonts (part 4)
+ https://bugs.webkit.org/show_bug.cgi?id=91905
+
+ Unreviewed.
+
+ Two tests, svg/text/foreignObject-text-clipping-bug.xml and
+ svg/text/scaling-font-with-geometric-precision.html, still have incorrect results.
+
+ This is not a regression because they were incorrect before, but had expected files with
+ the wrong results. Instead of updating wrong expectations, I kept them skipped but created
+ a new bug to track each one.
+
+ * platform/qt-5.0/Skipped:
+ * platform/qt/svg/text/font-size-below-point-five-2-expected.png:
+ * platform/qt/svg/text/font-size-below-point-five-2-expected.txt:
+ * platform/qt/svg/text/font-size-below-point-five-expected.png:
+ * platform/qt/svg/text/font-size-below-point-five-expected.txt:
+ * platform/qt/svg/text/lengthAdjust-text-metrics-expected.txt:
+ * platform/qt/svg/text/modify-text-node-in-tspan-expected.png:
+ * platform/qt/svg/text/modify-text-node-in-tspan-expected.txt:
+ * platform/qt/svg/text/remove-text-node-from-tspan-expected.png:
+ * platform/qt/svg/text/remove-text-node-from-tspan-expected.txt:
+ * platform/qt/svg/text/remove-tspan-from-text-expected.png:
+ * platform/qt/svg/text/remove-tspan-from-text-expected.txt:
+ * platform/qt/svg/text/text-altglyph-01-b-expected.png:
+ * platform/qt/svg/text/text-altglyph-01-b-expected.txt:
+ * platform/qt/svg/text/text-deco-01-b-expected.png:
+ * platform/qt/svg/text/text-deco-01-b-expected.txt:
+ * platform/qt/svg/text/text-fill-opacity-expected.png:
+ * platform/qt/svg/text/text-fill-opacity-expected.txt:
+ * platform/qt/svg/text/text-fonts-02-t-expected.png:
+ * platform/qt/svg/text/text-fonts-02-t-expected.txt:
+ * platform/qt/svg/text/text-gradient-positioning-expected.png:
+ * platform/qt/svg/text/text-gradient-positioning-expected.txt:
+ * platform/qt/svg/text/text-midpoint-split-bug-expected.png:
+ * platform/qt/svg/text/text-midpoint-split-bug-expected.txt:
+ * platform/qt/svg/text/text-path-middle-align-expected.txt:
+ * platform/qt/svg/text/text-repaint-rects-expected.png:
+ * platform/qt/svg/text/text-repaint-rects-expected.txt:
+ * platform/qt/svg/text/text-spacing-01-b-expected.png:
+ * platform/qt/svg/text/text-spacing-01-b-expected.txt:
+ * platform/qt/svg/text/text-tref-01-b-expected.png:
+ * platform/qt/svg/text/text-tref-01-b-expected.txt:
+ * platform/qt/svg/text/text-viewbox-rescale-expected.png:
+ * platform/qt/svg/text/text-viewbox-rescale-expected.txt:
+ * platform/qt/svg/text/textPathBoundsBug-expected.txt:
+
+2012-07-20 Joshua Bell <jsbell@chromium.org>
+
+ IndexedDB: "ASSERTION FAILED: !m_requestFinished" hit in IDBRequest::dispatchEvent
+ https://bugs.webkit.org/show_bug.cgi?id=86911
+
+ Reviewed by Tony Chang.
+
+ Added regression test based on repro steps in the bug.
+
+ * storage/indexeddb/request-continue-abort-expected.txt: Added.
+ * storage/indexeddb/request-continue-abort.html: Added.
+ * storage/indexeddb/resources/request-continue-abort.js: Added.
+ (test.request.onsuccess.request.onsuccess.request.onsuccess):
+ (test.request.onsuccess.request.onsuccess):
+ (test.request.onsuccess):
+ (test):
+ (onUpgrade):
+ (testCursor.request.onsuccess):
+ (testCursor.request.onerror):
+ (testCursor.transaction.onabort):
+ (testCursor):
+
+2012-07-20 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
+
+ [Qt] svg/text rebaseline after new test fonts (part 3)
+ https://bugs.webkit.org/show_bug.cgi?id=91904
+
+ Unreviewed.
+
+ * platform/qt-5.0/Skipped:
+ * platform/qt-5.0/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png: Removed.
+ * platform/qt-5.0/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Removed.
+ * platform/qt-5.0/svg/text/text-overflow-ellipsis-svgfont-expected.png: Removed.
+ * platform/qt-5.0/svg/text/text-overflow-ellipsis-svgfont-expected.txt: Removed.
+ * platform/qt-5.0/svg/text/text-tselect-01-b-expected.png: Removed.
+ * platform/qt-5.0/svg/text/text-tselect-01-b-expected.txt: Removed.
+ * platform/qt-5.0/svg/text/text-tspan-01-b-expected.png: Removed.
+ * platform/qt-5.0/svg/text/text-tspan-01-b-expected.txt: Removed.
+ * platform/qt/svg/text/append-text-node-to-tspan-expected.png:
+ * platform/qt/svg/text/append-text-node-to-tspan-expected.txt:
+ * platform/qt/svg/text/ems-display-none-expected.png:
+ * platform/qt/svg/text/ems-display-none-expected.txt:
+ * platform/qt/svg/text/exs-display-none-expected.png:
+ * platform/qt/svg/text/exs-display-none-expected.txt:
+ * platform/qt/svg/text/foreignObject-repaint-expected.png:
+ * platform/qt/svg/text/foreignObject-repaint-expected.txt:
+ * platform/qt/svg/text/scaled-font-expected.png:
+ * platform/qt/svg/text/scaled-font-expected.txt:
+ * platform/qt/svg/text/text-overflow-ellipsis-svgfont-expected.png:
+ * platform/qt/svg/text/text-overflow-ellipsis-svgfont-expected.txt:
+ * platform/qt/svg/text/text-tselect-01-b-expected.png:
+ * platform/qt/svg/text/text-tselect-01-b-expected.txt:
+ * platform/qt/svg/text/text-tspan-01-b-expected.png:
+ * platform/qt/svg/text/text-tspan-01-b-expected.txt:
+ * platform/qt/svg/text/text-ws-01-t-expected.png:
+ * platform/qt/svg/text/text-ws-01-t-expected.txt:
+ * platform/qt/svg/text/text-ws-02-t-expected.png:
+ * platform/qt/svg/text/text-ws-02-t-expected.txt:
+
+2012-07-20 Andrew Scherkus <scherkus@chromium.org>
+
+ [chromium] Unreviewed rebaselined due to r123259.
+
+ * platform/chromium-linux/media/media-document-audio-repaint-expected.png:
+ * platform/chromium-linux/media/video-zoom-controls-expected.txt: Removed.
+ * platform/chromium-mac-snowleopard/media/media-document-audio-repaint-expected.png:
+ * platform/chromium-mac/fast/layers/video-layer-expected.txt:
+ * platform/chromium-mac/media/audio-controls-rendering-expected.txt:
+ * platform/chromium-mac/media/audio-repaint-expected.txt:
+ * platform/chromium-mac/media/controls-after-reload-expected.txt:
+ * platform/chromium-mac/media/controls-strict-expected.txt:
+ * platform/chromium-mac/media/controls-styling-expected.txt:
+ * platform/chromium-mac/media/controls-without-preload-expected.txt:
+ * platform/chromium-mac/media/media-controls-clone-expected.txt:
+ * platform/chromium-mac/media/media-document-audio-repaint-expected.png:
+ * platform/chromium-mac/media/media-document-audio-repaint-expected.txt:
+ * platform/chromium-mac/media/video-controls-rendering-expected.txt:
+ * platform/chromium-mac/media/video-display-toggle-expected.txt:
+ * platform/chromium-mac/media/video-empty-source-expected.txt:
+ * platform/chromium-mac/media/video-no-audio-expected.txt:
+ * platform/chromium-mac/media/video-playing-and-pause-expected.txt:
+ * platform/chromium-mac/media/video-zoom-controls-expected.txt:
+ * platform/chromium-win/fast/layers/video-layer-expected.txt:
+ * platform/chromium-win/media/audio-controls-rendering-expected.txt:
+ * platform/chromium-win/media/audio-repaint-expected.txt:
+ * platform/chromium-win/media/controls-after-reload-expected.txt:
+ * platform/chromium-win/media/controls-strict-expected.txt:
+ * platform/chromium-win/media/controls-styling-expected.txt:
+ * platform/chromium-win/media/controls-without-preload-expected.txt:
+ * platform/chromium-win/media/media-controls-clone-expected.txt:
+ * platform/chromium-win/media/media-document-audio-repaint-expected.png:
+ * platform/chromium-win/media/media-document-audio-repaint-expected.txt:
+ * platform/chromium-win/media/video-controls-rendering-expected.txt:
+ * platform/chromium-win/media/video-display-toggle-expected.txt:
+ * platform/chromium-win/media/video-empty-source-expected.txt:
+ * platform/chromium-win/media/video-no-audio-expected.txt:
+ * platform/chromium-win/media/video-playing-and-pause-expected.txt:
+ * platform/chromium-win/media/video-zoom-controls-expected.txt:
+ * platform/chromium/TestExpectations:
+
+2012-07-20 Luciano Wolf <luciano.wolf@openbossa.org>
+
+ [Qt] ietestcenter needs rebaseline after new test fonts
+ https://bugs.webkit.org/show_bug.cgi?id=91886
+
+ Updating skipped tests inside ietestcenter. The following tests
+ remain skipped:
+ /css3/bordersbackgrounds/border-radius-style-001-expected.txt (not using dashed line)
+ /css3/bordersbackgrounds/border-radius-style-002-expected.txt (not using dashed line)
+ /css3/text/textshadow-002-expected.txt (missing bar on top of blue text)
+
+ Reviewed by Noam Rosenthal.
+
+ * platform/qt-5.0-wk1/Skipped:
+ * platform/qt-5.0/Skipped:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/background-color-border-box-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/background-color-border-box-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-002-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-002-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-applies-to-block-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-applies-to-block-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/background_color_padding_box-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/background_color_padding_box-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/background_repeat_space_border_box-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/background_repeat_space_border_box-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/background_repeat_space_content_box-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/background_repeat_space_content_box-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-001-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-001-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-002-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-002-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-003-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-003-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-004-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-004-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-005-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-005-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-010-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-010-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-017-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-017-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-clip-001-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-clip-001-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-initial-value-001-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-initial-value-001-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-not-inherited-001-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-not-inherited-001-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-style-003-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-style-003-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-style-004-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-style-004-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-001-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-001-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-002-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-002-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-003-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-003-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-001-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-001-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-002-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-002-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-003-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-003-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-004-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-004-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/color-behind-images-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/color-behind-images-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.txt:
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/order-of-images-expected.png: Added.
+ * platform/qt/ietestcenter/css3/bordersbackgrounds/order-of-images-expected.txt:
+ * platform/qt/ietestcenter/css3/text/textshadow-001-expected.png: Added.
+ * platform/qt/ietestcenter/css3/text/textshadow-001-expected.txt:
+ * platform/qt/ietestcenter/css3/text/textshadow-003-expected.png: Added.
+ * platform/qt/ietestcenter/css3/text/textshadow-003-expected.txt:
+ * platform/qt/ietestcenter/css3/text/textshadow-004-expected.png: Added.
+ * platform/qt/ietestcenter/css3/text/textshadow-004-expected.txt:
+ * platform/qt/ietestcenter/css3/text/textshadow-005-expected.png: Added.
+ * platform/qt/ietestcenter/css3/text/textshadow-005-expected.txt:
+ * platform/qt/ietestcenter/css3/text/textshadow-006-expected.png: Added.
+ * platform/qt/ietestcenter/css3/text/textshadow-006-expected.txt:
+ * platform/qt/ietestcenter/css3/text/textshadow-007-expected.png: Added.
+ * platform/qt/ietestcenter/css3/text/textshadow-007-expected.txt:
+ * platform/qt/ietestcenter/css3/text/textshadow-008-expected.png: Added.
+ * platform/qt/ietestcenter/css3/text/textshadow-008-expected.txt:
+ * platform/qt/ietestcenter/css3/text/textshadow-009-expected.png: Added.
+ * platform/qt/ietestcenter/css3/text/textshadow-009-expected.txt:
+ * platform/qt/ietestcenter/css3/text/textshadow-010-expected.png: Added.
+ * platform/qt/ietestcenter/css3/text/textshadow-010-expected.txt:
+
+2012-07-20 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
+
+ [Qt] svg/text rebaseline after new test fonts (part 2)
+ https://bugs.webkit.org/show_bug.cgi?id=91902
+
+ Reviewed by Noam Rosenthal.
+
+ * platform/qt-5.0-wk2/svg/text/multichar-glyph-expected.png: Removed.
+ * platform/qt-5.0-wk2/svg/text/multichar-glyph-expected.txt: Removed.
+ * platform/qt-5.0/Skipped:
+ * platform/qt-5.0/svg/text/text-align-01-b-expected.png: Removed.
+ * platform/qt-5.0/svg/text/text-align-01-b-expected.txt: Removed.
+ * platform/qt-5.0/svg/text/text-align-02-b-expected.png: Removed.
+ * platform/qt-5.0/svg/text/text-align-02-b-expected.txt: Removed.
+ * platform/qt-5.0/svg/text/text-align-04-b-expected.png: Removed.
+ * platform/qt-5.0/svg/text/text-align-04-b-expected.txt: Removed.
+ * platform/qt-5.0/svg/text/text-align-06-b-expected.png: Removed.
+ * platform/qt-5.0/svg/text/text-align-06-b-expected.txt: Removed.
+ * platform/qt/svg/text/multichar-glyph-expected.png:
+ * platform/qt/svg/text/multichar-glyph-expected.txt:
+ * platform/qt/svg/text/selection-background-color-expected.png: Added.
+ * platform/qt/svg/text/selection-background-color-expected.txt:
+ * platform/qt/svg/text/selection-styles-expected.png:
+ * platform/qt/svg/text/selection-styles-expected.txt:
+ * platform/qt/svg/text/selection-tripleclick-expected.png:
+ * platform/qt/svg/text/selection-tripleclick-expected.txt:
+ * platform/qt/svg/text/text-align-01-b-expected.png:
+ * platform/qt/svg/text/text-align-01-b-expected.txt:
+ * platform/qt/svg/text/text-align-02-b-expected.png:
+ * platform/qt/svg/text/text-align-02-b-expected.txt:
+ * platform/qt/svg/text/text-align-03-b-expected.png:
+ * platform/qt/svg/text/text-align-03-b-expected.txt:
+ * platform/qt/svg/text/text-align-04-b-expected.png:
+ * platform/qt/svg/text/text-align-04-b-expected.txt:
+ * platform/qt/svg/text/text-align-05-b-expected.png:
+ * platform/qt/svg/text/text-align-05-b-expected.txt:
+ * platform/qt/svg/text/text-align-06-b-expected.png:
+ * platform/qt/svg/text/text-align-06-b-expected.txt:
+ * platform/qt/svg/text/text-path-01-b-expected.png:
+ * platform/qt/svg/text/text-path-01-b-expected.txt:
+ * platform/qt/svg/text/tspan-dynamic-positioning-expected.png:
+ * platform/qt/svg/text/tspan-dynamic-positioning-expected.txt:
+
+2012-07-20 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
+
+ [Qt] svg/text rebaseline after new test fonts (part 1)
+ https://bugs.webkit.org/show_bug.cgi?id=91762
+
+ Reviewed by Andreas Kling.
+
+ * platform/qt-5.0-wk2/svg/text/kerning-expected.png: Removed.
+ * platform/qt-5.0-wk2/svg/text/kerning-expected.txt: Removed.
+ * platform/qt-5.0/Skipped:
+ * platform/qt-5.0/svg/text/text-text-01-b-expected.png: Removed.
+ * platform/qt-5.0/svg/text/text-text-01-b-expected.txt: Removed.
+ * platform/qt-5.0/svg/text/text-text-04-t-expected.png: Removed.
+ * platform/qt-5.0/svg/text/text-text-04-t-expected.txt: Removed.
+ * platform/qt/svg/text/kerning-expected.png:
+ * platform/qt/svg/text/kerning-expected.txt:
+ * platform/qt/svg/text/small-fonts-2-expected.png:
+ * platform/qt/svg/text/small-fonts-2-expected.txt:
+ * platform/qt/svg/text/small-fonts-3-expected.png:
+ * platform/qt/svg/text/small-fonts-3-expected.txt:
+ * platform/qt/svg/text/small-fonts-expected.png:
+ * platform/qt/svg/text/small-fonts-expected.txt: Added.
+ * platform/qt/svg/text/small-fonts-in-html5-expected.png:
+ * platform/qt/svg/text/small-fonts-in-html5-expected.txt:
+ * platform/qt/svg/text/text-text-01-b-expected.png:
+ * platform/qt/svg/text/text-text-01-b-expected.txt:
+ * platform/qt/svg/text/text-text-03-b-expected.png:
+ * platform/qt/svg/text/text-text-03-b-expected.txt:
+ * platform/qt/svg/text/text-text-04-t-expected.png:
+ * platform/qt/svg/text/text-text-04-t-expected.txt:
+ * platform/qt/svg/text/text-text-05-t-expected.png:
+ * platform/qt/svg/text/text-text-05-t-expected.txt:
+ * platform/qt/svg/text/text-text-06-t-expected.png:
+ * platform/qt/svg/text/text-text-06-t-expected.txt:
+ * platform/qt/svg/text/text-text-07-t-expected.png:
+ * platform/qt/svg/text/text-text-07-t-expected.txt:
+ * platform/qt/svg/text/text-text-08-b-expected.png:
+ * platform/qt/svg/text/text-text-08-b-expected.txt:
+
+2012-07-20 Tony Chang <tony@chromium.org>
+
+ [chromium] Unreviewed gardening. Remove a test that hasn't been
+ added to the tree yet.
+
+ * platform/chromium/TestExpectations:
+
+2012-07-20 Tony Chang <tony@chromium.org>
+
+ [chromium] Unreviewed, mark some tests as slow in debug.
+
+ * platform/chromium/TestExpectations:
+
+2012-07-20 Tony Chang <tony@chromium.org>
+
+ [chromium] Unreviewed, mark some tests as slow in debug.
+
+ * platform/chromium/TestExpectations:
+
2012-07-19 Andrew Scherkus <scherkus@chromium.org>
[chromium] CSS tweaks to media controls to prevent styles from being overridden
« no previous file with comments | « no previous file | LayoutTests/fast/dom/HTMLLinkElement/prerender-insert-after-stop.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698