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

Unified Diff: LayoutTests/ChangeLog

Side-by-side diff isn't available for this file because of its large size.
Issue 9242032: Merge 105070 - Web Inspector: styles sidebar rendering is broken (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/963/
Patch Set: Created 8 years, 11 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/http/tests/inspector/elements-test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/ChangeLog
===================================================================
--- LayoutTests/ChangeLog (revision 105209)
+++ LayoutTests/ChangeLog (working copy)
@@ -1,3 +1,7055 @@
+2012-01-13 Alexander Pavlov <apavlov@chromium.org>
+
+ Web Inspector: styles sidebar rendering is broken
+ https://bugs.webkit.org/show_bug.cgi?id=76065
+
+ Reviewed by Pavel Feldman.
+
+ * http/tests/inspector/elements-test.js:
+ (initialize_ElementTest.InspectorTest.dumpSelectedElementStyles): Fix dump output due to DOM changes.
+
+2012-01-16 Pavel Feldman <pfeldman@google.com>
+
+ Web Inspector: do not merge iframes into a single DOM hierarchy.
+ https://bugs.webkit.org/show_bug.cgi?id=76383
+
+ Reviewed by Timothy Hatcher.
+
+ * http/tests/inspector/elements-test.js:
+ (initialize_ElementTest.InspectorTest.findNode.processChildren):
+ * inspector/console/console-dirxml-expected.txt:
+ * inspector/console/console-tests-expected.txt:
+ * inspector/elements/set-outer-html-body.html:
+ * inspector/styles/styles-iframe.html:
+
+2012-01-16 Philippe Normand <pnormand@igalia.com>
+
+ Unreviewed, GTK rebaseline after r105061.
+
+ * platform/gtk/svg/carto.net/colourpicker-expected.txt:
+ * platform/gtk/svg/carto.net/combobox-expected.txt:
+ * platform/gtk/svg/carto.net/slider-expected.txt:
+ * platform/gtk/svg/carto.net/textbox-expected.txt:
+
+2012-01-16 Philippe Normand <pnormand@igalia.com>
+
+ Unreviewed, GTK baselines for new tests.
+
+ * platform/gtk/css2.1/20110323/border-collapse-offset-002-expected.txt: Added.
+ * platform/gtk/css2.1/20110323/outline-color-applies-to-008-expected.txt: Added.
+ * platform/gtk/fast/borders/border-image-slice-constrained-expected.txt: Added.
+ * platform/gtk/fast/text/unicode-variation-selector-expected.txt: Added.
+ * platform/gtk/http/tests/media/video-buffering-repaints-controls-expected.txt: Added.
+ * platform/gtk/media/video-colorspace-yuv420-expected.txt: Added.
+ * platform/gtk/media/video-colorspace-yuv422-expected.txt: Added.
+ * platform/gtk/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.txt: Added.
+ * platform/gtk/svg/filters/filter-refresh-expected.txt: Added.
+
+2012-01-16 Nikolas Zimmermann <nzimmermann@rim.com>
+
+ Large SVG text layout performance regression in r81168
+ https://bugs.webkit.org/show_bug.cgi?id=65711
+
+ Reviewed by Zoltan Herczeg.
+
+ Update some test results after enabling the simple code path to measure SVG text.
+
+ * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png:
+ * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
+ * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
+ * platform/mac/svg/batik/text/smallFonts-expected.png:
+ * platform/mac/svg/batik/text/textAnchor-expected.txt:
+ * platform/mac/svg/carto.net/window-expected.png:
+ * platform/mac/svg/carto.net/window-expected.txt:
+ * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.png:
+ * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
+ * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.png:
+ * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.txt:
+ * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.png:
+ * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt:
+ * platform/mac/svg/custom/text-repaint-including-stroke-expected.png:
+ * platform/mac/svg/custom/use-clipped-hit-expected.txt:
+ * platform/mac/svg/custom/use-detach-expected.png:
+ * platform/mac/svg/custom/use-detach-expected.txt:
+ * platform/mac/svg/foreignObject/text-tref-02-b-expected.png:
+ * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.png:
+ * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.png:
+ * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.png:
+ * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.png:
+ * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt:
+ * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
+ * platform/mac/svg/text/text-align-01-b-expected.png:
+ * platform/mac/svg/text/text-align-01-b-expected.txt:
+ * platform/mac/svg/text/text-align-02-b-expected.txt:
+ * platform/mac/svg/text/text-align-04-b-expected.txt:
+ * platform/mac/svg/text/text-align-06-b-expected.png:
+ * platform/mac/svg/text/text-align-06-b-expected.txt:
+ * platform/mac/svg/text/text-deco-01-b-expected.txt:
+ * platform/mac/svg/text/text-fonts-01-t-expected.txt:
+ * platform/mac/svg/text/text-spacing-01-b-expected.png:
+ * platform/mac/svg/text/text-text-04-t-expected.png:
+ * platform/mac/svg/text/text-text-05-t-expected.png:
+ * platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
+ * platform/mac/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
+ * platform/mac/svg/transforms/text-with-pattern-with-svg-transform-expected.txt:
+
+2012-01-15 Pavel Feldman <pfeldman@chromium.org>
+
+ Web Inspector: editing body multiplies head
+ https://bugs.webkit.org/show_bug.cgi?id=62272
+
+ Reviewed by Yury Semikhatsky.
+
+ * inspector/elements/resources/set-outer-html-body-iframe.html: Added.
+ * inspector/elements/set-outer-html-body-expected.txt: Added.
+ * inspector/elements/set-outer-html-body.html: Added.
+
+2012-01-16 Alexander Pavlov <apavlov@chromium.org>
+
+ [Chromium] Unreviewed, mark two inspector/debugger tests as SLOW on Linux Debug.
+
+ * platform/chromium/test_expectations.txt:
+
+2012-01-16 Alexander Pavlov <apavlov@chromium.org>
+
+ [Chromium] Unreviewed, suppres webaudio/gain.html failures on Windows.
+
+ * platform/chromium/test_expectations.txt:
+
+2012-01-16 Jochen Eisinger <jochen@chromium.org>
+
+ ScriptRunner should also keep references to pending async scripts
+ https://bugs.webkit.org/show_bug.cgi?id=76350
+
+ Reviewed by Adam Barth.
+
+ * http/tests/misc/async-script.html:
+ * platform/qt/Skipped: unskip http/tests/misc/async-script.html
+
+2012-01-16 Csaba Osztrogonác <ossy@webkit.org>
+
+ ScriptRunner should also keep references to pending async scripts
+ https://bugs.webkit.org/show_bug.cgi?id=76350
+
+ * platform/qt/Skipped: Skip http/tests/misc/async-script.html until fix.
+
+2011-08-30 Robert Hogan <robert@webkit.org>
+
+ <embed> width and height properties propagate to parent object node
+ https://bugs.webkit.org/show_bug.cgi?id=17688
+
+ Reviewed by Eric Seidel.
+
+ * fast/dom/insertedIntoDocument-child-expected.txt:
+ * fast/dom/insertedIntoDocument-sibling-expected.txt:
+ These tests were added by http://trac.webkit.org/changeset/81611.
+ The fact that an <embed> element inserted into the document no longer passes its
+ height/width up to its parent object node seems to prevent the node getting removed
+ by a simple garbage collection now so the <embed> added by the test is still there at the end,
+ creating the trailing spaces. This is consistent with Opera's treatment of the test, FF is entirely
+ different - it doesn't add the embed node in the first place. So given that the purpose of the
+ test is to cause a crash (?), the change in result seems benign.
+ * fast/images/embed-does-not-propagate-dimensions-to-object-ancestor-expected.txt: Added.
+ * fast/images/embed-does-not-propagate-dimensions-to-object-ancestor.html: Added.
+ This tests that the width/height for an embed element does not get propagated to the parent object.
+
+2012-01-14 Robert Hogan <robert@webkit.org>
+
+ Chromium results for test added by r105021
+
+ Unreviewed gardening.
+
+ * platform/chromium-linux/css2.1/20110323/outline-color-applies-to-008-expected.png: Added.
+ * platform/chromium-mac-leopard/css2.1/20110323/outline-color-applies-to-008-expected.png: Added.
+ * platform/chromium-mac-snowleopard/css2.1/20110323/outline-color-applies-to-008-expected.png: Added.
+ * platform/chromium-mac-snowleopard/css2.1/20110323/outline-color-applies-to-008-expected.txt: Added.
+ * platform/chromium-win/css2.1/20110323/outline-color-applies-to-008-expected.png: Added.
+ * platform/chromium-win/css2.1/20110323/outline-color-applies-to-008-expected.txt: Added.
+
+2012-01-14 Robert Hogan <robert@webkit.org>
+
+ Change expected failures from IMAGE+TEXT to TEXT on Mac.
+
+ The Mac bots do not check pixel results so displays results suppressed
+ as IMAGE+TEXT as unexpected failures. Change the suppressions to TEXT.
+ These results require rebaseline since the changes landed in r103251.
+
+ Unreviewed gardening.
+
+ * platform/mac/test_expectations.txt:
+
+2012-01-14 Robert Hogan <robert@webkit.org>
+
+ Remove reference result added in r105021.
+
+ This reference result only works in chromium-linux and qt it seems,
+ so remove it and allow ports to add port-specific png results.
+
+ Unreviewed.
+
+ * css2.1/20110323/outline-color-applies-to-008-expected.html: Removed.
+
+2011-11-09 Robert Hogan <robert@webkit.org>
+
+ CSS 2.1 failure: outline-color-applies-to* tests fail
+ https://bugs.webkit.org/show_bug.cgi?id=71944
+
+ Reviewed by Julien Chaffraix.
+
+ * css2.1/20110323/outline-color-applies-to-001-expected.html: Added.
+ * css2.1/20110323/outline-color-applies-to-001.htm: Added.
+ * css2.1/20110323/outline-color-applies-to-002-expected.html: Added.
+ * css2.1/20110323/outline-color-applies-to-002.htm: Added.
+ * css2.1/20110323/outline-color-applies-to-003-expected.html: Added.
+ * css2.1/20110323/outline-color-applies-to-003.htm: Added.
+ * css2.1/20110323/outline-color-applies-to-004-expected.html: Added.
+ * css2.1/20110323/outline-color-applies-to-004.htm: Added.
+ * css2.1/20110323/outline-color-applies-to-005-expected.html: Added.
+ * css2.1/20110323/outline-color-applies-to-005.htm: Added.
+ * css2.1/20110323/outline-color-applies-to-006-expected.html: Added.
+ * css2.1/20110323/outline-color-applies-to-006.htm: Added.
+ * css2.1/20110323/outline-color-applies-to-007-expected.html: Added.
+ * css2.1/20110323/outline-color-applies-to-007.htm: Added.
+ * css2.1/20110323/outline-color-applies-to-008-expected.html: Added.
+ * css2.1/20110323/outline-color-applies-to-008.htm: Added.
+ * css2.1/20110323/outline-color-applies-to-009-expected.html: Added.
+ * css2.1/20110323/outline-color-applies-to-009.htm: Added.
+ * css2.1/20110323/outline-color-applies-to-010-expected.html: Added.
+ * css2.1/20110323/outline-color-applies-to-010.htm: Added.
+ * css2.1/20110323/outline-color-applies-to-012-expected.html: Added.
+ * css2.1/20110323/outline-color-applies-to-012.htm: Added.
+ * css2.1/20110323/outline-color-applies-to-013-expected.html: Added.
+ * css2.1/20110323/outline-color-applies-to-013.htm: Added.
+ * css2.1/20110323/outline-color-applies-to-014-expected.html: Added.
+ * css2.1/20110323/outline-color-applies-to-014.htm: Added.
+ * css2.1/20110323/outline-color-applies-to-015-expected.html: Added.
+ * css2.1/20110323/outline-color-applies-to-015.htm: Added.
+ * fast/css/outline-color-self-painting-row-expected.html: Added.
+ * fast/css/outline-color-self-painting-row.htm: Added.
+
+2012-01-13 Ojan Vafai <ojan@chromium.org>
+
+ Skip test that started failing after r105015.
+
+ * platform/qt/Skipped:
+
+2012-01-13 Ojan Vafai <ojan@chromium.org>
+
+ Implement flex-align
+ https://bugs.webkit.org/show_bug.cgi?id=75782
+
+ Reviewed by Tony Chang.
+
+ * css3/flexbox/css-properties-expected.txt:
+ * css3/flexbox/flex-align-expected.txt:
+ * css3/flexbox/flex-align.html:
+ * css3/flexbox/script-tests/css-properties.js:
+ * fast/css/getComputedStyle/computed-style-expected.txt:
+ * platform/chromium-mac-snowleopard/svg/css/getComputedStyle-basic-expected.txt:
+ * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
+ * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+ * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
+ * platform/gtk/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+ * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+ * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+ * svg/css/getComputedStyle-basic-expected.txt:
+
+2012-01-13 Vincent Scheib <scheib@chromium.org>
+
+ Pointer Lock: Change isLocked() from operator to attribute isLocked
+ https://bugs.webkit.org/show_bug.cgi?id=76311
+
+ Reviewed by Adam Barth.
+
+ * pointer-lock/pointer-lock-api-expected.txt:
+ * pointer-lock/pointer-lock-api.html:
+
+2012-01-13 Jochen Eisinger <jochen@chromium.org>
+
+ Add a test for cross-origin XMLHttpRequest and CORS (which doesn't work currently)
+ https://bugs.webkit.org/show_bug.cgi?id=57600
+
+ Reviewed by Adam Barth.
+
+ * http/tests/security/resources/cors-redirect.php: Added.
+ * http/tests/security/resources/empty.html: Added.
+ * http/tests/security/xhr-cors-redirect-expected.txt: Added.
+ * http/tests/security/xhr-cors-redirect.html: Added.
+
+2012-01-13 Raymond Toy <rtoy@google.com>
+
+ noteOn, noteGrainOn and noteOff idl should take doubles
+ https://bugs.webkit.org/show_bug.cgi?id=76073
+
+ Reviewed by Adam Barth.
+
+ * webaudio/audiobuffersource-playbackrate-expected.wav: Updated
+ * webaudio/gain-expected.wav: Updated
+
+2012-01-13 Dan Bernstein <mitz@apple.com>
+
+ REGRESSION: svg/custom/use-instanceRoot-event-listeners.xhtml & svg/custom/pointer-events-invalid-fill.svg broken on the Bots
+ https://bugs.webkit.org/show_bug.cgi?id=76254
+
+ Reviewed by Anders Carlsson.
+
+ * svg/custom/pointer-events-invalid-fill.svg: Force layout before sending a mouse event.
+ Otherwise, the WebHTMLView may have zero size, causing the hit test in
+ -[EventSendingController mouseMoveToX:Y:] to yield the clip view and the event to go nowhere.
+ * svg/custom/resources/use-instanceRoot-event-listeners.js: Ditto.
+
+2012-01-13 Nate Chapin <japhet@chromium.org>
+
+ http/tests/multipart/invalid-image-data.html should no longer
+ be crashing on chromium win dbg.
+ https://bugs.webkit.org/show_bug.cgi?id=76297
+
+ Reviewed by Alexey Proskuryakov.
+
+ * platform/chromium/test_expectations.txt:
+
+2012-01-13 Raymond Toy <rtoy@chromium.org>
+ EQUALPOWER panner incorrectly computes gain
+ https://bugs.webkit.org/show_bug.cgi?id=75767
+
+ Reviewed by Kenneth Russell.
+
+ * webaudio/panner-equalpower.html: Added.
+ * webaudio/panner-equalpower-expected.txt: Added.
+ * webaudio/resources/panner-model-testing.js: Added.
+ * webaudio/resources/audio-testing.js:
+ (createImpulseBuffer): New common utility function.
+
+2012-01-13 Ojan Vafai <ojan@chromium.org>
+
+ Unreviewed, rolling out r104972.
+ http://trac.webkit.org/changeset/104972
+ https://bugs.webkit.org/show_bug.cgi?id=75782
+
+ Broke some tests
+
+ * css3/flexbox/css-properties-expected.txt:
+ * css3/flexbox/flex-align-expected.txt:
+ * css3/flexbox/flex-align.html:
+ * css3/flexbox/script-tests/css-properties.js:
+ * fast/css/getComputedStyle/computed-style-expected.txt:
+ * platform/chromium-mac-snowleopard/svg/css/getComputedStyle-basic-expected.txt:
+ * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
+ * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+ * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
+ * platform/gtk/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+ * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+ * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+ * svg/css/getComputedStyle-basic-expected.txt:
+
+2012-01-13 Simon Fraser <simon.fraser@apple.com>
+
+ Add new baselines for various compositing tests which didn't have Mac results.
+
+ * platform/mac/compositing/animation/busy-indicator-expected.png: Added.
+ * platform/mac/compositing/animation/busy-indicator-expected.txt: Added.
+ * platform/mac/compositing/flat-with-transformed-child-expected.png: Added.
+ * platform/mac/compositing/flat-with-transformed-child-expected.txt: Added.
+ * platform/mac/compositing/geometry/fixed-position-composited-page-scale-down-expected.png: Added.
+ * platform/mac/compositing/geometry/fixed-position-composited-page-scale-down-expected.txt: Added.
+ * platform/mac/compositing/geometry/fixed-position-composited-page-scale-expected.png: Added.
+ * platform/mac/compositing/geometry/fixed-position-composited-page-scale-expected.txt: Added.
+ * platform/mac/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Added.
+ * platform/mac/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.txt: Added.
+ * platform/mac/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png: Added.
+ * platform/mac/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.txt: Added.
+ * platform/mac/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: Added.
+ * platform/mac/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.txt: Added.
+ * platform/mac/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png: Added.
+ * platform/mac/compositing/geometry/fixed-position-transform-composited-page-scale-expected.txt: Added.
+ * platform/mac/compositing/repaint/same-size-invalidation-expected.png: Added.
+ * platform/mac/compositing/repaint/same-size-invalidation-expected.txt: Added.
+ * platform/mac/compositing/scaling/tiled-layer-recursion-expected.png: Added.
+ * platform/mac/compositing/scaling/tiled-layer-recursion-expected.txt: Added.
+
+2012-01-12 Ojan Vafai <ojan@chromium.org>
+
+ Implement flex-align
+ https://bugs.webkit.org/show_bug.cgi?id=75782
+
+ Reviewed by Tony Chang.
+
+ * css3/flexbox/css-properties-expected.txt:
+ * css3/flexbox/flex-align-expected.txt:
+ * css3/flexbox/flex-align.html:
+ * css3/flexbox/script-tests/css-properties.js:
+ * fast/css/getComputedStyle/computed-style-expected.txt:
+ * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+ * svg/css/getComputedStyle-basic-expected.txt:
+
+2012-01-13 James Robinson <jamesr@chromium.org>
+
+ [chromium] Update chromium image baselines for cross-fade-invalidation
+
+ * platform/chromium-linux/css3/images/cross-fade-invalidation-expected.png: Added.
+ * platform/chromium-mac-snowleopard/css3/images/cross-fade-invalidation-expected.png: Added.
+ * platform/chromium-win/css3/images/cross-fade-invalidation-expected.png: Added.
+
+2012-01-13 Simon Fraser <simon.fraser@apple.com>
+
+ Fix an obviously incorrect expected result image.
+
+ * platform/mac/css3/images/cross-fade-invalidation-expected.png:
+
+2012-01-13 James Robinson <jamesr@chromium.org>
+
+ [chromium] Update expectations
+
+ * platform/chromium/test_expectations.txt:
+
+2012-01-13 James Robinson <jamesr@chromium.org>
+
+ [chromium] Update expectations
+
+ * platform/chromium-linux/compositing/visibility/visibility-simple-video-layer-expected.png: Added.
+ * platform/chromium-win/compositing/visibility/visibility-simple-video-layer-expected.png: Added.
+ * platform/chromium/test_expectations.txt:
+
+2012-01-13 James Robinson <jamesr@chromium.org>
+
+ [chromium] Update a few expectations
+
+ * platform/chromium/test_expectations.txt:
+
+2012-01-13 James Robinson <jamesr@chromium.org>
+
+ [chromium] Mark a flaky test as flaky
+
+ * platform/chromium/test_expectations.txt:
+
+2012-01-13 Andreas Kling <awesomekling@apple.com>
+
+ Test that cloneNode() doesn't cause crashes when used directly after stylesheet mutation.
+ <http://webkit.org/b/75987>
+
+ Reviewed by Antti Koivisto.
+
+ * fast/css/cloneNode-after-deleteRule-crash-expected.txt: Added.
+ * fast/css/cloneNode-after-deleteRule-crash.html: Added.
+ * fast/css/resources/cloneNode-after-deleteRule-subdocument.html: Added.
+
+2012-01-13 Jochen Eisinger <jochen@chromium.org>
+
+ Test that an IDBDatabase object is garbage collected once no further references to it exist.
+ https://bugs.webkit.org/show_bug.cgi?id=75859
+
+ Reviewed by Tony Gentilcore.
+
+ * storage/indexeddb/delete-closed-database-object-expected.txt: Added.
+ * storage/indexeddb/delete-closed-database-object.html: Added.
+
+2012-01-13 Alexander Pavlov <apavlov@chromium.org>
+
+ [Chromium] Unreviewed, update expectation for svg/dom/SVGPathSegList-segment-modification.svg on LEOPARD DEBUG.
+
+ * platform/chromium/test_expectations.txt:
+
+2012-01-13 Jochen Eisinger <jochen@chromium.org>
+
+ Once we've prepared script element for execution, execute it, even if the script element was meanwhile removed from the dom tree.
+ https://bugs.webkit.org/show_bug.cgi?id=76083
+
+ Reviewed by Adam Barth.
+
+ * http/tests/misc/async-script-expected.txt: Added.
+ * http/tests/misc/async-script-removed-expected.txt: Added.
+ * http/tests/misc/async-script-removed.html: Added.
+ * http/tests/misc/async-script.html: Added.
+ * http/tests/misc/resources/delayed-log.php: Added.
+
+2012-01-13 Alexander Pavlov <apavlov@chromium.org>
+
+ Unreviewed, rebaseline Chromium and optimize Qt/GTK baselines after r104917 using garden-o-matic.
+
+ * platform/chromium-mac-snowleopard/svg/custom/text-xy-updates-SVGList-expected.png: Added.
+ * platform/chromium-mac-snowleopard/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.png: Added.
+ * platform/chromium-mac-snowleopard/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.png: Added.
+ * platform/chromium-mac-snowleopard/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.png: Added.
+ * platform/chromium-mac-snowleopard/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.png: Added.
+ * platform/chromium-mac-snowleopard/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png: Added.
+ * platform/qt/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.txt: Removed.
+ * platform/qt/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.txt: Removed.
+ * platform/qt/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.txt: Removed.
+ * platform/qt/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.txt: Removed.
+ * svg/overflow/overflow-on-outermost-svg-element-defaults-expected.txt: Renamed from LayoutTests/platform/gtk/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.txt.
+ * svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.txt: Renamed from LayoutTests/platform/gtk/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.txt.
+ * svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.txt: Renamed from LayoutTests/platform/gtk/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.txt.
+ * svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.txt: Renamed from LayoutTests/platform/gtk/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.txt.
+
+2012-01-13 Pavel Feldman <pfeldman@google.com>
+
+ Web Inspector: make HTML editing preserve node identity when node nesting level changes.
+ https://bugs.webkit.org/show_bug.cgi?id=76183
+
+ Reviewed by Yury Semikhatsky.
+
+ * inspector/elements/set-outer-html-2-expected.txt: Added.
+ * inspector/elements/set-outer-html-2.html: Added.
+ * inspector/elements/set-outer-html-expected.txt:
+ * inspector/elements/set-outer-html-test.js: Added.
+ (initialize_SetOuterHTMLTest.InspectorTest.setUpTestSuite.step1):
+ (initialize_SetOuterHTMLTest.InspectorTest.setUpTestSuite.step2):
+ (initialize_SetOuterHTMLTest.InspectorTest.setUpTestSuite.step3):
+ (initialize_SetOuterHTMLTest.InspectorTest.setUpTestSuite):
+ (initialize_SetOuterHTMLTest.InspectorTest.recordEvent):
+ (initialize_SetOuterHTMLTest.InspectorTest.patchOuterHTML):
+ (initialize_SetOuterHTMLTest.InspectorTest.setOuterHTML.bringBack):
+ (initialize_SetOuterHTMLTest.InspectorTest.setOuterHTML):
+ (initialize_SetOuterHTMLTest.InspectorTest.innerSetOuterHTML.dumpOuterHTML.dumpIdentity):
+ (initialize_SetOuterHTMLTest.InspectorTest.innerSetOuterHTML.dumpOuterHTML.callback):
+ (initialize_SetOuterHTMLTest.InspectorTest.innerSetOuterHTML.dumpOuterHTML):
+ (initialize_SetOuterHTMLTest.InspectorTest.innerSetOuterHTML):
+ (initialize_SetOuterHTMLTest):
+ * inspector/elements/set-outer-html.html:
+
+2012-01-13 Shinya Kawanaka <shinyak@google.com>
+
+ ShadowContentElement should be able to use query.
+ https://bugs.webkit.org/show_bug.cgi?id=75302
+
+ Reviewed by Hajime Morita.
+
+ Tests for ShadowContentElement query.
+
+ * fast/dom/shadow/shadow-contents-select-expected.html: Added.
+ * fast/dom/shadow/shadow-contents-select.html: Added.
+
+2012-01-13 Renata Hodovan <reni@webkit.org>
+
+ Update Snow-Leopard SVG pixel test baseline after r104881.
+ Unreviewed gardening.
+
+ * platform/mac-snowleopard/svg/css/composite-shadow-example-expected.png:
+ * platform/mac-snowleopard/svg/css/composite-shadow-with-opacity-expected.png:
+ * platform/mac-snowleopard/svg/css/stars-with-shadow-expected.png:
+ * platform/mac-snowleopard/svg/custom/altglyph-expected.png:
+ * platform/mac-snowleopard/svg/custom/external-paintserver-reference-expected.png:
+ * platform/mac-snowleopard/svg/custom/getscreenctm-in-scrollable-div-area-expected.png:
+ * platform/mac-snowleopard/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.png:
+ * platform/mac-snowleopard/svg/custom/getscreenctm-in-scrollable-svg-area-expected.png:
+ * platform/mac-snowleopard/svg/custom/invisible-text-after-scrolling-expected.png:
+ * platform/mac-snowleopard/svg/custom/junk-data-expected.png:
+ * platform/mac-snowleopard/svg/custom/linking-base-external-reference-expected.png:
+ * platform/mac-snowleopard/svg/custom/missing-xlink-expected.png:
+ * platform/mac-snowleopard/svg/custom/object-sizing-no-width-height-expected.png:
+ * platform/mac-snowleopard/svg/custom/path-bad-data-expected.png:
+ * platform/mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
+ * platform/mac-snowleopard/svg/custom/text-xy-updates-SVGList-expected.png:
+ * platform/mac-snowleopard/svg/custom/use-font-face-crash-expected.png:
+ * platform/mac-snowleopard/svg/dom/SVGLengthList-appendItem-expected.png:
+ * platform/mac-snowleopard/svg/dom/SVGLengthList-basics-expected.png:
+ * platform/mac-snowleopard/svg/dom/SVGLengthList-initialize-expected.png:
+ * platform/mac-snowleopard/svg/dom/SVGLengthList-insertItemBefore-expected.png:
+ * platform/mac-snowleopard/svg/dom/SVGLengthList-removeItem-expected.png:
+ * platform/mac-snowleopard/svg/dom/SVGLengthList-replaceItem-expected.png:
+ * platform/mac-snowleopard/svg/dom/SVGLengthList-xml-dom-modifications-expected.png:
+ * platform/mac-snowleopard/svg/dom/SVGNumberList-basics-expected.png:
+ * platform/mac-snowleopard/svg/dom/SVGPathSegList-appendItem-expected.png:
+ * platform/mac-snowleopard/svg/dom/SVGPathSegList-clear-and-initialize-expected.png:
+ * platform/mac-snowleopard/svg/dom/SVGPathSegList-insertItemBefore-expected.png:
+ * platform/mac-snowleopard/svg/dom/SVGPathSegList-removeItem-expected.png:
+ * platform/mac-snowleopard/svg/dom/SVGPathSegList-replaceItem-expected.png:
+ * platform/mac-snowleopard/svg/dom/SVGPointList-basics-expected.png:
+ * platform/mac-snowleopard/svg/dom/SVGStringList-basics-expected.png:
+ * platform/mac-snowleopard/svg/dom/SVGTransformList-basics-expected.png:
+ * platform/mac-snowleopard/svg/dom/css-transforms-expected.png:
+ * platform/mac-snowleopard/svg/dynamic-updates/SVG-dynamic-css-transform-expected.png:
+ * platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png:
+ * platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png:
+ * platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png:
+ * platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png:
+ * platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png:
+ * platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png:
+ * platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
+ * platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
+ * platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
+ * platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
+ * platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
+ * platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
+ * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
+ * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png:
+ * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png:
+ * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
+ * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png:
+ * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
+ * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-expected.png:
+ * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.png:
+ * platform/mac-snowleopard/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png:
+ * platform/mac-snowleopard/svg/hixie/error/012-expected.png:
+ * platform/mac-snowleopard/svg/in-html/circle-expected.png:
+ * platform/mac-snowleopard/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.png:
+ * platform/mac-snowleopard/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.png:
+ * platform/mac-snowleopard/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.png:
+ * platform/mac-snowleopard/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.png:
+ * platform/mac-snowleopard/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png:
+ * platform/mac-snowleopard/svg/text/kerning-expected.png:
+ * platform/mac-snowleopard/svg/text/multichar-glyph-expected.png:
+ * platform/mac-snowleopard/svg/wicd/rightsizing-grid-expected.png:
+ * platform/mac-snowleopard/svg/wicd/test-rightsizing-b-expected.png:
+ * platform/mac-snowleopard/svg/wicd/test-scalable-background-image1-expected.png:
+ * platform/mac-snowleopard/svg/zoom/page/absolute-sized-document-scrollbars-expected.png:
+ * platform/mac-snowleopard/svg/zoom/page/zoom-hixie-mixed-008-expected.png:
+ * platform/mac-snowleopard/svg/zoom/page/zoom-mask-with-percentages-expected.png:
+ * platform/mac-snowleopard/svg/zoom/page/zoom-svg-float-border-padding-expected.png:
+ * platform/mac-snowleopard/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
+
+2012-01-13 Kentaro Hara <haraken@chromium.org>
+
+ Unreviewed; chromium tests rebaselined after r104907.
+
+ * platform/chromium-mac-leopard/fast/repaint/focus-layers-expected.png:
+ * platform/chromium-mac-snowleopard/fast/repaint/focus-layers-expected.png: Added.
+ * platform/chromium-mac/fast/repaint/focus-layers-expected.png: Removed.
+ * platform/chromium-win/fast/repaint/focus-layers-expected.png:
+
+2012-01-13 Vsevolod Vlasov <vsevik@chromium.org>
+
+ Unreviewed tests rebaseline after r104803.
+
+ * fast/profiler/throw-exception-from-eval-expected.txt:
+ * platform/chromium-mac/http/tests/history/cross-origin-replace-history-object-child-expected.txt:
+ * platform/chromium-win/http/tests/security/javascriptURL/xss-DENIED-javascript-execution-expected.txt:
+ * platform/chromium-win/http/tests/security/xss-DENIED-history-properties-expected.txt:
+ * platform/chromium/http/tests/security/xss-eval-expected.txt:
+ * platform/mac-leopard/plugins/plugin-initiate-popup-window-expected.txt:
+ * platform/mac-wk2/plugins/mouse-events-scaled-expected.txt:
+ * platform/mac/fast/AppleScript/001-expected.txt:
+ * platform/mac/plugins/npp-set-window-called-during-destruction-expected.txt:
+ * platform/mac/plugins/plugin-initiate-popup-window-expected.txt:
+ * platform/qt-wk2/plugins/document-open-expected.txt:
+ * platform/win-wk2/platform/win/plugins/windowless-paint-rect-coordinates-expected.txt:
+ * platform/win/plugins/call-javascript-that-destroys-plugin-expected.txt:
+ * platform/win/plugins/get-value-netscape-window-expected.txt:
+ * platform/win/plugins/iframe-inside-overflow-expected.txt:
+ * platform/win/plugins/keyboard-events-expected.txt:
+ * platform/win/plugins/mouse-events-expected.txt:
+ * platform/win/plugins/mouse-events-fixedpos-expected.txt:
+ * platform/win/plugins/npn-invalidate-rect-invalidates-window-expected.txt:
+ * platform/win/plugins/npp-set-window-called-during-destruction-expected.txt:
+ * platform/win/plugins/window-geometry-initialized-before-set-window-expected.txt:
+ * platform/win/plugins/window-region-is-set-to-clip-rect-expected.txt:
+ * platform/win/plugins/windowless-paint-rect-coordinates-expected.txt:
+
+2012-01-13 Csaba Osztrogonác <ossy@webkit.org>
+
+ [Qt][Mac] Unreviewed garedening. Skip new failing tests to paint the bot green.
+
+ * platform/qt-mac/Skipped:
+
+2012-01-13 Nikolas Zimmermann <nzimmermann@rim.com>
+
+ Not reviewed. Update Lion SVG pixel test baseline after r104881.
+ Also update SVGFETurbulenceElement-*-stitchTiles-*, filter-child-repaint.svg results, which pass again.
+
+ * platform/mac/svg/css/composite-shadow-example-expected.png:
+ * platform/mac/svg/css/composite-shadow-with-opacity-expected.png:
+ * platform/mac/svg/css/stars-with-shadow-expected.png:
+ * platform/mac/svg/custom/altglyph-expected.png:
+ * platform/mac/svg/custom/external-paintserver-reference-expected.png:
+ * platform/mac/svg/custom/getscreenctm-in-scrollable-div-area-expected.png:
+ * platform/mac/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.png:
+ * platform/mac/svg/custom/getscreenctm-in-scrollable-svg-area-expected.png:
+ * platform/mac/svg/custom/invisible-text-after-scrolling-expected.png:
+ * platform/mac/svg/custom/junk-data-expected.png:
+ * platform/mac/svg/custom/linking-base-external-reference-expected.png:
+ * platform/mac/svg/custom/missing-xlink-expected.png:
+ * platform/mac/svg/custom/object-sizing-no-width-height-expected.png:
+ * platform/mac/svg/custom/path-bad-data-expected.png:
+ * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
+ * platform/mac/svg/custom/text-xy-updates-SVGList-expected.png:
+ * platform/mac/svg/custom/use-font-face-crash-expected.png:
+ * platform/mac/svg/dom/SVGLengthList-appendItem-expected.png:
+ * platform/mac/svg/dom/SVGLengthList-basics-expected.png:
+ * platform/mac/svg/dom/SVGLengthList-initialize-expected.png:
+ * platform/mac/svg/dom/SVGLengthList-insertItemBefore-expected.png:
+ * platform/mac/svg/dom/SVGLengthList-removeItem-expected.png:
+ * platform/mac/svg/dom/SVGLengthList-replaceItem-expected.png:
+ * platform/mac/svg/dom/SVGLengthList-xml-dom-modifications-expected.png:
+ * platform/mac/svg/dom/SVGNumberList-basics-expected.png:
+ * platform/mac/svg/dom/SVGPathSegList-appendItem-expected.png:
+ * platform/mac/svg/dom/SVGPathSegList-clear-and-initialize-expected.png:
+ * platform/mac/svg/dom/SVGPathSegList-insertItemBefore-expected.png:
+ * platform/mac/svg/dom/SVGPathSegList-removeItem-expected.png:
+ * platform/mac/svg/dom/SVGPathSegList-replaceItem-expected.png:
+ * platform/mac/svg/dom/SVGPointList-basics-expected.png:
+ * platform/mac/svg/dom/SVGStringList-basics-expected.png:
+ * platform/mac/svg/dom/SVGTransformList-basics-expected.png:
+ * platform/mac/svg/dom/css-transforms-expected.png:
+ * platform/mac/svg/dynamic-updates/SVG-dynamic-css-transform-expected.png:
+ * platform/mac/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png:
+ * platform/mac/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png:
+ * platform/mac/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png:
+ * platform/mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png:
+ * platform/mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png:
+ * platform/mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png:
+ * platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
+ * platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
+ * platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
+ * platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
+ * platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
+ * platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
+ * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
+ * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png:
+ * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png:
+ * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png:
+ * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png:
+ * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
+ * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png:
+ * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
+ * platform/mac/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-expected.png:
+ * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.png:
+ * platform/mac/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png:
+ * platform/mac/svg/hixie/error/012-expected.png:
+ * platform/mac/svg/in-html/circle-expected.png:
+ * platform/mac/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.png:
+ * platform/mac/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.png:
+ * platform/mac/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.png:
+ * platform/mac/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.png:
+ * platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png:
+ * platform/mac/svg/repaint/filter-child-repaint-expected.png:
+ * platform/mac/svg/text/kerning-expected.png:
+ * platform/mac/svg/text/multichar-glyph-expected.png:
+ * platform/mac/svg/wicd/rightsizing-grid-expected.png:
+ * platform/mac/svg/wicd/test-rightsizing-b-expected.png:
+ * platform/mac/svg/wicd/test-scalable-background-image1-expected.png:
+ * platform/mac/svg/zoom/page/absolute-sized-document-scrollbars-expected.png:
+ * platform/mac/svg/zoom/page/zoom-hixie-mixed-008-expected.png:
+ * platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.png:
+ * platform/mac/svg/zoom/page/zoom-svg-float-border-padding-expected.png:
+ * platform/mac/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
+
+2012-01-13 Kentaro Hara <haraken@chromium.org>
+
+ text-decorations should not be propagated to floating, absolutely or fixed
+ positioned decendants
+ https://bugs.webkit.org/show_bug.cgi?id=18611
+
+ Reviewed by Darin Adler.
+
+ The added test checks that text-decorations are not propagated to out-of-flow
+ descendants, i.e. floating, absolutely or fixed positioned elements.
+
+ The spec says "text decorations are not propagated to any out-of-flow descendants":
+ http://www.w3.org/TR/2011/WD-css3-text-20110901/#decoration
+
+ * fast/css/text-decoration-in-descendants-expected.html: Added.
+ * fast/css/text-decoration-in-descendants.html: Added.
+ * platform/chromium-linux/fast/repaint/focus-layers-expected.png: Updated the test result.
+ * platform/mac/fast/repaint/focus-layers-expected.png: Ditto.
+
+2012-01-13 Kent Tamura <tkent@chromium.org>
+
+ REGRESSION (r104668): Crash in HTMLFormElement destructor if the
+ document contains radio groups with the identical name.
+ https://bugs.webkit.org/show_bug.cgi?id=76206
+
+ Reviewed by Darin Adler.
+
+ * fast/forms/radio/radio-group-document-destruction-expected.txt: Added.
+ * fast/forms/radio/radio-group-document-destruction.html: Added.
+
+2012-01-12 Mike Lawther <mikelawther@chromium.org>
+
+ losslessly optimise file size of test resource pngs
+ https://bugs.webkit.org/show_bug.cgi?id=76240
+
+ Reviewed by Darin Adler.
+
+ Filesizes approximately halved.
+
+ * css3/calc/resources/colorsquare.png:
+ * css3/calc/resources/diamond.png:
+ * css3/calc/resources/mask.png:
+ * css3/calc/resources/ring.png:
+
+2012-01-12 Emil A Eklund <eae@chromium.org>
+
+ Add mac-snowleopard pixel results for tests with scrollbars
+ https://bugs.webkit.org/show_bug.cgi?id=76223
+
+ Reviewed by Eric Seidel.
+
+ * platform/mac-snowleopard/fast/css/bidi-override-in-anonymous-block-expected.png: Added.
+ * platform/mac-snowleopard/fast/css/clip-text-in-scaled-div-expected.png: Added.
+ * platform/mac-snowleopard/fast/forms/button-default-title-expected.png: Added.
+ * platform/mac-snowleopard/fast/multicol: Added.
+ * platform/mac-snowleopard/fast/multicol/overflow-unsplittable-expected.png: Added.
+ * platform/mac-snowleopard/fast/multicol/pagination-h-horizontal-bt-expected.png: Added.
+ * platform/mac-snowleopard/fast/multicol/pagination-h-horizontal-tb-expected.png: Added.
+ * platform/mac-snowleopard/fast/multicol/pagination-h-vertical-lr-expected.png: Added.
+ * platform/mac-snowleopard/fast/multicol/pagination-h-vertical-rl-expected.png: Added.
+ * platform/mac-snowleopard/fast/multicol/pagination-v-horizontal-bt-expected.png: Added.
+ * platform/mac-snowleopard/fast/multicol/pagination-v-horizontal-tb-expected.png: Added.
+ * platform/mac-snowleopard/fast/multicol/pagination-v-vertical-lr-expected.png: Added.
+ * platform/mac-snowleopard/fast/multicol/pagination-v-vertical-rl-expected.png: Added.
+ * platform/mac-snowleopard/fast/multicol/vertical-lr: Added.
+ * platform/mac-snowleopard/fast/multicol/vertical-lr/float-avoidance-expected.png: Added.
+ * platform/mac-snowleopard/fast/multicol/vertical-rl: Added.
+ * platform/mac-snowleopard/fast/multicol/vertical-rl/float-avoidance-expected.png: Added.
+
+2012-01-12 Dmitry Titov <dimich@chromium.org>
+
+ [Chromium] More rebaselines after http://trac.webkit.org/changeset/104881.
+ Unreviewed.
+
+ * platform/chromium-mac-leopard/fast/overflow/005-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/block/float/br-with-clear-2-expected.txt: Removed.
+ * platform/chromium-mac-snowleopard/fast/block/positioning/vertical-rl/002-expected.txt: Removed.
+
+2012-01-12 Dmitry Lomov <dslomov@google.com>
+
+ Unreviewed: update expectation for fast/workers/worker-script-error.
+
+ * platform/chromium/fast/workers/worker-script-error-expected.txt:
+ * platform/chromium/test_expectations.txt:
+
+2012-01-12 Dmitry Titov <dimich@chromium.org>
+
+ [Chromium] Rebaseline files affected by http://trac.webkit.org/changeset/104881.
+ They still render the old way in Chromium.
+ The garden-o-matic also collapsed some identical test results.
+ Unreviewed.
+
+ * fast/block/float/008-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/008-expected.txt.
+ * fast/block/float/019-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/019-expected.txt.
+ * fast/block/float/033-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/033-expected.txt.
+ * fast/block/float/035-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/035-expected.txt.
+ * fast/block/positioning/negative-rel-position-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/negative-rel-position-expected.txt.
+ * fast/flexbox/flex-hang-expected.txt: Renamed from LayoutTests/platform/gtk/fast/flexbox/flex-hang-expected.txt.
+ * fast/images/gif-large-checkerboard-expected.txt: Renamed from LayoutTests/platform/gtk/fast/images/gif-large-checkerboard-expected.txt.
+ * fast/table/height-percent-test-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/height-percent-test-expected.txt.
+ * fast/table/wide-colspan-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/wide-colspan-expected.txt.
+ * fast/table/wide-column-expected.txt: Renamed from LayoutTests/platform/gtk/fast/table/wide-column-expected.txt.
+ * platform/chromium-mac-snowleopard/css2.1/20110323/absolute-replaced-height-003-expected.png: Added.
+ * platform/chromium-mac-snowleopard/css2.1/20110323/absolute-replaced-height-010-expected.png: Added.
+ * platform/chromium-mac-snowleopard/css2.1/20110323/absolute-replaced-height-017-expected.png: Added.
+ * platform/chromium-mac-snowleopard/css2.1/20110323/absolute-replaced-height-024-expected.png: Added.
+ * platform/chromium-mac-snowleopard/css2.1/20110323/absolute-replaced-height-031-expected.png: Added.
+ * platform/chromium-mac-snowleopard/css2.1/20110323/absolute-replaced-width-006-expected.png: Added.
+ * platform/chromium-mac-snowleopard/css2.1/20110323/absolute-replaced-width-013-expected.png: Added.
+ * platform/chromium-mac-snowleopard/css2.1/20110323/absolute-replaced-width-020-expected.png: Added.
+ * platform/chromium-mac-snowleopard/css2.1/20110323/absolute-replaced-width-022-expected.png: Added.
+ * platform/chromium-mac-snowleopard/css2.1/20110323/absolute-replaced-width-027-expected.png: Added.
+ * platform/chromium-mac-snowleopard/css2.1/20110323/absolute-replaced-width-029-expected.png: Added.
+ * platform/chromium-mac-snowleopard/css2.1/20110323/absolute-replaced-width-034-expected.png: Added.
+ * platform/chromium-mac-snowleopard/css2.1/20110323/absolute-replaced-width-036-expected.png: Added.
+ * platform/chromium-mac-snowleopard/css2.1/20110323/absolute-replaced-width-041-expected.png: Added.
+ * platform/chromium-mac-snowleopard/css2.1/20110323/absolute-replaced-width-043-expected.png: Added.
+ * platform/chromium-mac-snowleopard/css2.1/20110323/absolute-replaced-width-048-expected.png: Added.
+ * platform/chromium-mac-snowleopard/css2.1/20110323/absolute-replaced-width-050-expected.png: Added.
+ * platform/chromium-mac-snowleopard/css2.1/20110323/absolute-replaced-width-055-expected.png: Added.
+ * platform/chromium-mac-snowleopard/css2.1/20110323/absolute-replaced-width-057-expected.png: Added.
+ * platform/chromium-mac-snowleopard/css2.1/20110323/absolute-replaced-width-062-expected.png: Added.
+ * platform/chromium-mac-snowleopard/css2.1/20110323/absolute-replaced-width-064-expected.png: Added.
+ * platform/chromium-mac-snowleopard/css2.1/20110323/absolute-replaced-width-069-expected.png: Added.
+ * platform/chromium-mac-snowleopard/css2.1/20110323/absolute-replaced-width-071-expected.png: Added.
+ * platform/chromium-mac-snowleopard/css2.1/20110323/absolute-replaced-width-076-expected.png: Added.
+ * platform/chromium-mac-snowleopard/css2.1/20110323/block-replaced-height-003-expected.png: Added.
+ * platform/chromium-mac-snowleopard/css2.1/20110323/block-replaced-width-006-expected.png: Added.
+ * platform/chromium-mac-snowleopard/css2.1/20110323/float-replaced-height-003-expected.png: Added.
+ * platform/chromium-mac-snowleopard/css2.1/20110323/float-replaced-width-001-expected.png: Added.
+ * platform/chromium-mac-snowleopard/css2.1/20110323/float-replaced-width-002-expected.png: Added.
+ * platform/chromium-mac-snowleopard/css2.1/20110323/float-replaced-width-003-expected.png: Added.
+ * platform/chromium-mac-snowleopard/css2.1/20110323/float-replaced-width-004-expected.png: Added.
+ * platform/chromium-mac-snowleopard/css2.1/20110323/float-replaced-width-005-expected.png: Added.
+ * platform/chromium-mac-snowleopard/css2.1/20110323/float-replaced-width-011-expected.png: Added.
+ * platform/chromium-mac-snowleopard/css2.1/20110323/inline-block-replaced-height-003-expected.png: Added.
+ * platform/chromium-mac-snowleopard/css2.1/20110323/inline-block-replaced-width-006-expected.png: Added.
+ * platform/chromium-mac-snowleopard/css2.1/20110323/inline-replaced-height-003-expected.png: Added.
+ * platform/chromium-mac-snowleopard/css2.1/20110323/inline-replaced-width-001-expected.png: Added.
+ * platform/chromium-mac-snowleopard/css2.1/20110323/inline-replaced-width-006-expected.png: Added.
+ * platform/chromium-mac-snowleopard/css2.1/20110323/width-replaced-element-001-expected.png: Added.
+ * platform/chromium-mac-snowleopard/css2.1/t0905-c5525-fltclr-00-c-ag-expected.png: Added.
+ * platform/chromium-mac-snowleopard/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.png: Added.
+ * platform/chromium-mac-snowleopard/css2.1/t0905-c5526-fltclr-00-c-ag-expected.png: Added.
+ * platform/chromium-mac-snowleopard/css2.1/t1202-counters-08-b-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/block/float/008-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/block/float/019-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/block/float/033-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/block/float/035-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/block/float/avoidance-percent-width-strict-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/block/float/br-with-clear-2-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/block/float/br-with-clear-2-expected.txt: Added.
+ * platform/chromium-mac-snowleopard/fast/block/float/nested-clearance-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/block/positioning/fixed-positioning-scrollbar-bug-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/block/positioning/negative-rel-position-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/block/positioning/relative-overflow-block-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/block/positioning/vertical-lr/002-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/block/positioning/vertical-rl/002-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/block/positioning/vertical-rl/002-expected.txt: Added.
+ * platform/chromium-mac-snowleopard/fast/box-sizing/box-sizing-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/css/border-height-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/css/line-height-overflow-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/css/nested-floating-relative-position-percentages-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/css/positioned-overflow-scroll-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/dom/scroll-reveal-top-overflow-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/dom/scroll-reveal-top-overflow-expected.txt: Renamed from LayoutTests/platform/chromium-mac/fast/dom/scroll-reveal-top-overflow-expected.txt.
+ * platform/chromium-mac-snowleopard/fast/dynamic/anchor-lock-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/flexbox/flex-hang-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/frames/frame-scrolling-attribute-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/images/gif-large-checkerboard-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/images/ycbcr-with-cmyk-color-profile-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/inline/long-wrapped-line-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/layers/overflow-scroll-auto-switch-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/lists/li-br-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/multicol/column-break-with-balancing-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/multicol/columns-shorthand-parsing-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/multicol/float-paginate-complex-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/multicol/float-paginate-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/multicol/layers-in-multicol-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/multicol/paginate-block-replaced-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/multicol/positioned-with-constrained-height-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/multicol/vertical-lr/float-paginate-complex-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/multicol/vertical-lr/float-paginate-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/multicol/vertical-rl/float-paginate-complex-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/multicol/vertical-rl/float-paginate-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/overflow/005-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/table/023-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/table/height-percent-test-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/table/table-display-types-vertical-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/table/wide-colspan-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/table/wide-column-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/text/softHyphen-expected.png: Added.
+ * platform/chromium-mac/fast/images/gif-large-checkerboard-expected.txt: Removed.
+ * platform/chromium-win/fast/images/gif-large-checkerboard-expected.txt: Removed.
+ * platform/chromium-win/fast/images/ycbcr-with-cmyk-color-profile-expected.png: Added.
+ * platform/chromium/fast/images/gif-large-checkerboard-expected.txt: Removed.
+ * platform/qt/fast/block/float/008-expected.txt: Removed.
+ * platform/qt/fast/block/float/019-expected.txt: Removed.
+ * platform/qt/fast/block/float/033-expected.txt: Removed.
+ * platform/qt/fast/block/float/035-expected.txt: Removed.
+ * platform/qt/fast/block/positioning/negative-rel-position-expected.txt: Removed.
+ * platform/qt/fast/flexbox/flex-hang-expected.txt: Removed.
+ * platform/qt/fast/images/gif-large-checkerboard-expected.txt: Removed.
+ * platform/qt/fast/table/height-percent-test-expected.txt: Removed.
+ * platform/qt/fast/table/wide-colspan-expected.txt: Removed.
+ * platform/qt/fast/table/wide-column-expected.txt: Removed.
+
+2012-01-12 Simon Fraser <simon.fraser@apple.com>
+
+ Fix the MIME types for expected images.
+
+ * platform/mac/animations/cross-fade-background-image-expected.png: Modified property svn:mime-type.
+ * platform/mac/animations/cross-fade-border-image-source-expected.png: Modified property svn:mime-type.
+ * platform/mac/animations/cross-fade-list-style-image-expected.png: Modified property svn:mime-type.
+ * platform/mac/animations/cross-fade-webkit-mask-box-image-expected.png: Modified property svn:mime-type.
+ * platform/mac/animations/cross-fade-webkit-mask-image-expected.png: Modified property svn:mime-type.
+ * platform/mac/compositing/layer-creation/spanOverlapsCanvas-expected.png: Modified property svn:mime-type.
+ * platform/mac/css2.1/20110323/empty-inline-001-expected.png: Modified property svn:mime-type.
+ * platform/mac/css2.1/20110323/empty-inline-002-expected.png: Modified property svn:mime-type.
+ * platform/mac/css2.1/20110323/empty-inline-003-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/images/cross-fade-blending-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/images/cross-fade-invalidation-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/images/cross-fade-overflow-position-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/images/cross-fade-simple-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/images/cross-fade-sizing-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/images/cross-fade-tiled-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-1-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-10-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-11-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-13-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-14-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-144-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-148-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-149-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-149b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-14b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-14c-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-14d-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-14e-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-15-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-150-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-151-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-152-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-154-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-155-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-155a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-155b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-155c-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-155d-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-156-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-156b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-156c-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-157-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-158-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-159-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-15b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-16-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-160-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-161-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-166-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-166a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-167-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-167a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-168-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-168a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-169-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-169a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-17-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-170-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-170a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-170b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-170c-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-170d-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-175a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-175b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-175c-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-176-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-177a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-177b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-178-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-179-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-179a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-18-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-180a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-181-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-183-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-184a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-184b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-184c-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-184d-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-184e-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-184f-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-18a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-18b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-18c-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-19-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-19b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-2-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-20-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-21-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-21b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-21c-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-22-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-23-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-24-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-25-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-27-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-27a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-27b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-28-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-28b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-29-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-29b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-30-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-31-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-32-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-33-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-34-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-35-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-36-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-37-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-38-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-39-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-39a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-39b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-39c-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-3a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-4-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-41-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-41a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-42-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-42a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-43-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-43b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-44-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-44b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-44c-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-44d-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-45-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-45b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-45c-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-46-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-46b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-5-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-54-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-55-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-56-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-59-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-6-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-60-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-61-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-62-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-63-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-64-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-65-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-66-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-66b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-67-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-68-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-69-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-7-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-70-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-72-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-72b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-73-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-73b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-74-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-74b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-75-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-75b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-76-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-76b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-77-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-77b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-78-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-78b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-79-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-7b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-8-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-80-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-81-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-81b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-82-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-82b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-83-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-86-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-87-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-87b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-88-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-88b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-89-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-9-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-90-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-90b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-d1-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-d1b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-d2-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/html/css3-modsel-d4-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-1-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-10-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-100-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-100b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-101-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-101b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-102-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-102b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-103-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-103b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-104-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-104b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-105-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-105b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-106-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-106b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-107-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-107b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-108-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-108b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-109-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-109b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-11-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-110-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-110b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-111-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-111b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-112-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-112b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-113-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-113b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-114-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-114b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-115-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-115b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-116-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-116b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-117-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-117b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-118-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-119-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-120-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-121-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-122-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-123-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-123b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-124-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-124b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-125-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-125b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-126-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-126b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-127-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-127b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-128-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-128b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-129-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-129b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-13-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-130-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-130b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-131-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-131b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-132-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-132b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-133-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-133b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-134-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-134b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-135-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-135b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-136-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-136b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-137-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-137b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-138-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-138b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-139-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-139b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-14-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-140-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-140b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-141-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-141b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-142-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-142b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-143-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-143b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-144-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-145a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-145b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-146a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-146b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-147a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-147b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-148-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-149-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-149b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-14b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-14c-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-14d-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-14e-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-15-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-150-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-151-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-152-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-153-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-154-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-155-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-155a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-155b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-155c-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-155d-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-156-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-156b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-156c-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-157-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-158-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-159-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-15b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-15c-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-16-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-160-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-161-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-166-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-166a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-167-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-167a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-168-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-168a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-169-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-169a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-17-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-170-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-170a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-170b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-170c-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-170d-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-171-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-172a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-172b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-173a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-173b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-174a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-174b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-175a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-175b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-175c-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-176-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-177a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-177b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-178-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-179-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-179a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-18-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-180a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-181-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-182-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-183-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-184a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-184b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-184c-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-184d-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-184e-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-184f-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-18a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-18b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-18c-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-19-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-19b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-2-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-20-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-21-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-21b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-21c-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-22-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-23-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-24-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-25-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-27-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-27a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-27b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-28-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-28b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-29-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-29b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-3-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-30-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-31-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-32-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-33-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-34-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-35-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-36-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-37-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-38-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-39-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-39a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-39b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-39c-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-3a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-4-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-41-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-41a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-42-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-42a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-43-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-43b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-44-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-44b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-44c-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-44d-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-45-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-45b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-45c-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-46-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-46b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-47-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-48-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-49-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-5-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-50-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-51-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-52-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-53-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-54-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-55-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-56-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-57-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-57b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-59-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-6-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-60-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-61-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-62-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-63-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-64-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-65-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-66-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-66b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-67-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-68-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-69-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-7-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-70-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-72-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-72b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-73-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-73b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-74-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-74b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-75-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-75b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-76-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-76b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-77-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-77b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-78-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-78b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-79-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-7b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-8-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-80-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-81-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-81b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-82-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-82b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-83-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-86-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-87-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-87b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-88-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-88b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-89-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-9-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-90-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-90b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-91-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-92-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-93-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-94-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-94b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-95-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-96-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-96b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-97-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-97b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-98-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-98b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-99-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-99b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-d1-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-d1b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-d2-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-d3-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xhtml/css3-modsel-d4-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-1-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-10-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-100-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-100b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-101-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-101b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-102-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-102b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-103-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-103b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-104-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-104b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-105-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-105b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-106-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-106b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-107-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-107b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-108-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-108b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-109-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-109b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-11-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-110-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-110b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-111-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-111b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-112-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-112b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-113-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-113b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-114-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-114b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-115-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-115b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-116-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-116b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-117-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-117b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-118-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-119-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-120-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-121-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-122-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-123-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-123b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-124-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-124b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-125-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-125b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-126-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-126b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-127-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-127b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-128-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-128b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-129-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-129b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-13-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-130-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-130b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-131-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-131b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-132-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-132b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-133-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-133b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-134-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-134b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-135-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-135b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-136-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-136b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-137-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-137b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-138-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-138b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-139-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-139b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-14-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-140-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-140b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-141-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-141b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-142-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-142b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-143-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-143b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-144-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-145a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-145b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-146a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-146b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-147a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-147b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-148-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-149-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-149b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-14b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-14c-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-14d-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-14e-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-15-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-150-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-151-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-152-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-153-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-154-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-155-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-155a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-155b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-155c-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-155d-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-156-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-156b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-156c-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-157-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-158-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-159-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-15b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-15c-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-16-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-160-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-161-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-166-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-166a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-167-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-167a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-168-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-168a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-169-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-169a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-17-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-170-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-170a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-170b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-170c-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-170d-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-171-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-172a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-172b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-173a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-173b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-174a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-174b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-175a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-175b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-175c-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-176-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-177a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-177b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-178-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-179-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-179a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-18-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-180a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-181-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-182-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-183-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-184a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-184b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-184c-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-184d-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-184e-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-184f-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-18a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-18b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-18c-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-19-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-19b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-2-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-20-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-21-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-21b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-21c-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-22-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-23-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-24-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-25-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-27-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-27a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-27b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-28-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-28b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-29-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-29b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-3-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-30-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-31-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-32-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-33-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-34-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-35-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-36-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-37-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-38-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-39-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-39a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-39b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-39c-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-3a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-4-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-41-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-41a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-42-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-42a-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-43-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-43b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-44-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-44b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-44c-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-44d-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-45-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-45b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-45c-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-46-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-46b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-47-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-48-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-49-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-5-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-50-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-51-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-52-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-53-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-54-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-55-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-56-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-57-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-57b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-59-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-6-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-60-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-61-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-62-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-63-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-64-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-65-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-66-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-66b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-67-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-68-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-69-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-7-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-70-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-72-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-72b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-73-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-73b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-74-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-74b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-75-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-75b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-76-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-76b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-77-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-77b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-78-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-78b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-79-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-7b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-8-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-80-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-81-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-81b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-82-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-82b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-83-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-86-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-87-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-87b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-88-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-88b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-89-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-9-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-90-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-90b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-91-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-92-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-93-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-94-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-94b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-95-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-96-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-96b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-97-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-97b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-98-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-98b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-99-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-99b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-d1-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-d1b-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-d2-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-d3-expected.png: Modified property svn:mime-type.
+ * platform/mac/css3/selectors3/xml/css3-modsel-d4-expected.png: Modified property svn:mime-type.
+ * platform/mac/editing/selection/extend-inside-transforms-backward-expected.png: Modified property svn:mime-type.
+ * platform/mac/editing/selection/extend-inside-transforms-forward-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/block/float/intruding-float-add-in-sibling-block-on-static-position-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/block/float/intruding-float-add-in-sibling-block-on-static-position2-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position2-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position2-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/block/float/overhanging-float-add-in-static-position-block-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/block/float/overhanging-float-add-in-static-position-block2-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/block/float/overhanging-float-remove-from-absolute-position-block-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/block/float/overhanging-float-remove-from-absolute-position-block2-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/block/float/overhanging-float-remove-from-fixed-position-block-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/block/float/overhanging-float-remove-from-fixed-position-block2-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/borders/block-mask-overlay-image-outset-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/borders/border-fit-2-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/borders/border-image-longhand-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/borders/border-image-massive-scale-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/borders/border-image-outset-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/borders/border-image-outset-in-shorthand-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/borders/border-image-outset-split-inline-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/borders/border-image-repeat-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/borders/border-image-scaled-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/borders/border-image-scaled-gradient-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/borders/border-image-scrambled-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/borders/border-image-side-reduction-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/borders/border-image-slices-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/borders/border-image-source-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/borders/inline-mask-overlay-image-outset-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/borders/only-one-border-with-width-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/clip/overflow-border-radius-combinations-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/clip/overflow-border-radius-composited-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/clip/overflow-border-radius-fixed-position-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/clip/overflow-border-radius-transformed-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/css/clip-text-in-scaled-div-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/css/color-leakage-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/css/focus-ring-multiline-writingmode-vertical-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/css/font-family-pictograph-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/css/line-after-floating-div-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/css/text-transform-select-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/forms/selectlist-minsize-expected.png: Added property svn:mime-type.
+ * platform/mac/fast/hidpi/broken-image-icon-hidpi-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/hidpi/broken-image-with-size-hidpi-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/hidpi/clip-text-in-hidpi-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/hidpi/focus-rings-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/hidpi/resize-corner-hidpi-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/hidpi/video-controls-in-hidpi-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/multicol/block-axis-horizontal-bt-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/multicol/block-axis-horizontal-tb-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/multicol/block-axis-vertical-lr-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/multicol/block-axis-vertical-rl-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/multicol/float-paginate-empty-lines-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/multicol/overflow-across-columns-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/multicol/overflow-across-columns-percent-height-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/multicol/overflow-unsplittable-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/multicol/pagination-h-horizontal-bt-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/multicol/pagination-h-horizontal-tb-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/multicol/pagination-h-vertical-lr-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/multicol/pagination-h-vertical-rl-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/multicol/pagination-v-horizontal-bt-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/multicol/pagination-v-horizontal-tb-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/multicol/pagination-v-vertical-lr-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/multicol/pagination-v-vertical-rl-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/multicol/positive-leading-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/reflections/reflection-masks-outset-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/regions/bottom-overflow-out-of-first-region-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/regions/float-pushed-width-change-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/regions/floats-basic-in-variable-width-regions-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/regions/flows-dependency-dynamic-remove-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/regions/flows-dependency-same-flow-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/regions/overflow-in-uniform-regions-dynamic-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/regions/overflow-in-variable-width-regions-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/regions/overflow-rtl-in-variable-width-regions-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/regions/overflow-size-change-in-variable-width-regions-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/regions/overflow-size-change-with-stacking-context-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/regions/percentage-margins-mixed-ltr-dominant-regions-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/regions/percentage-margins-mixed-rtl-dominant-regions-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/regions/percentage-margins-rtl-variable-width-regions-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/regions/percentage-margins-variable-width-regions-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/regions/position-writing-modes-in-variable-width-regions-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/regions/positioned-objects-clipped-spanning-regions-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/regions/positioned-objects-in-regions-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/regions/positioned-objects-in-rtl-regions-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/regions/positioned-objects-inline-static-in-regions-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/regions/positioned-objects-inline-static-in-rtl-regions-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/regions/positioned-objects-inline-static-spanning-regions-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/regions/positioned-objects-inline-static-spanning-regions-rtl-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/regions/positioned-objects-perpendicular-flows-in-regions-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/regions/positioned-objects-spanning-regions-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/regions/text-region-split-small-pagination-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/regions/top-overflow-out-of-second-region-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/regions/webkit-flow-double-pagination-float-push-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/regions/webkit-flow-float-pushed-to-last-region-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/regions/webkit-flow-float-unable-to-push-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/regions/webkit-flow-inlines-dynamic-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/repaint/line-flow-with-floats-in-regions-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/repaint/region-painting-via-layout-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/table/quote-text-around-iframe-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/table/table-after-child-in-table-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/table/table-before-child-in-table-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/table/table-cell-after-child-in-block-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/table/table-cell-after-child-in-table-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/table/table-cell-before-child-in-block-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/table/table-cell-before-child-in-table-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/table/table-row-after-child-in-block-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/table/table-row-after-child-in-table-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/table/table-row-before-child-in-block-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/table/table-row-before-child-in-table-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/text/complex-preferred-logical-widths-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/text/complex-synthetic-bold-space-width-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/text/fallback-traits-fixup-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/text/hyphenate-limit-lines-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/text/line-initial-and-final-swashes-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/text/midword-break-before-surrogate-pair-2-expected.png: Modified property svn:mime-type.
+ * platform/mac/fast/text/midword-break-before-surrogate-pair-expected.png: Modified property svn:mime-type.
+ * platform/mac/media/controls-without-preload-expected.png: Modified property svn:mime-type.
+ * platform/mac/platform/mac/fast/text/combining-character-sequence-fallback-expected.png: Modified property svn:mime-type.
+ * platform/mac/platform/mac/fast/text/line-break-locale-expected.png: Modified property svn:mime-type.
+ * platform/mac/platform/mac/fast/text/rounding-hacks-expansion-expected.png: Modified property svn:mime-type.
+ * platform/mac/platform/mac/fast/text/rounding-hacks-expected.png: Modified property svn:mime-type.
+ * platform/mac/plugins/iframe-plugin-bgcolor-expected.png: Added property svn:mime-type.
+ * platform/mac/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png: Modified property svn:mime-type.
+ * platform/mac/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.png: Modified property svn:mime-type.
+ * platform/mac/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.png: Modified property svn:mime-type.
+ * platform/mac/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.png: Modified property svn:mime-type.
+ * platform/mac/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png: Modified property svn:mime-type.
+ * platform/mac/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png: Modified property svn:mime-type.
+ * platform/mac/svg/as-object/embedded-svg-immediate-offsetWidth-query-expected.png: Modified property svn:mime-type.
+ * platform/mac/svg/as-object/embedded-svg-size-changes-expected.png: Modified property svn:mime-type.
+ * platform/mac/svg/as-object/embedded-svg-size-changes-no-layout-triggers-expected.png: Modified property svn:mime-type.
+ * platform/mac/svg/as-object/nested-embedded-svg-size-changes-expected.png: Modified property svn:mime-type.
+ * platform/mac/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png: Modified property svn:mime-type.
+ * platform/mac/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png: Modified property svn:mime-type.
+ * platform/mac/svg/clip-path/clip-path-transform-1-expected.png: Modified property svn:mime-type.
+ * platform/mac/svg/clip-path/clip-path-transform-2-expected.png: Modified property svn:mime-type.
+ * platform/mac/svg/custom/external-paintserver-reference-expected.png: Modified property svn:mime-type.
+ * platform/mac/svg/custom/grayscale-gradient-mask-2-expected.png: Modified property svn:mime-type.
+ * platform/mac/svg/custom/linking-base-external-reference-expected.png: Modified property svn:mime-type.
+ * platform/mac/svg/custom/linking-uri-01-b-expected.png: Modified property svn:mime-type.
+ * platform/mac/svg/custom/pan-direction-expected.png: Modified property svn:mime-type.
+ * platform/mac/svg/custom/pattern-rotate-gaps-expected.png: Modified property svn:mime-type.
+ * platform/mac/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.png: Modified property svn:mime-type.
+ * platform/mac/svg/custom/repaint-shadow-expected.png: Modified property svn:mime-type.
+ * platform/mac/svg/custom/text-tref-03-b-change-href-dom-expected.png: Modified property svn:mime-type.
+ * platform/mac/svg/custom/text-tref-03-b-change-href-expected.png: Modified property svn:mime-type.
+ * platform/mac/svg/custom/text-tref-03-b-referenced-element-removal-expected.png: Modified property svn:mime-type.
+ * platform/mac/svg/custom/text-tref-03-b-tref-removal-expected.png: Modified property svn:mime-type.
+ * platform/mac/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png: Modified property svn:mime-type.
+ * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png: Modified property svn:mime-type.
+ * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png: Modified property svn:mime-type.
+ * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png: Modified property svn:mime-type.
+ * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png: Modified property svn:mime-type.
+ * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png: Modified property svn:mime-type.
+ * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png: Modified property svn:mime-type.
+ * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png: Modified property svn:mime-type.
+ * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png: Modified property svn:mime-type.
+ * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png: Modified property svn:mime-type.
+ * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png: Modified property svn:mime-type.
+ * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png: Modified property svn:mime-type.
+ * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png: Modified property svn:mime-type.
+ * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png: Modified property svn:mime-type.
+ * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png: Modified property svn:mime-type.
+ * platform/mac/svg/filters/feColorMatrix-default-type-expected.png: Modified property svn:mime-type.
+ * platform/mac/svg/filters/invalidate-on-child-layout-expected.png: Modified property svn:mime-type.
+ * platform/mac/svg/repaint/filter-child-repaint-expected.png: Modified property svn:mime-type.
+ * platform/mac/svg/text/non-bmp-positioning-lists-expected.png: Modified property svn:mime-type.
+ * platform/mac/transitions/cross-fade-background-image-expected.png: Modified property svn:mime-type.
+ * platform/mac/transitions/cross-fade-border-image-expected.png: Modified property svn:mime-type.
+
+2012-01-12 Dmitry Titov <dimich@chromium.org>
+
+ [Chromium] Rebaseline for a test modified in http://trac.webkit.org/changeset/104851
+ Unreviewed.
+
+ * platform/chromium-linux/animations/cross-fade-webkit-mask-box-image-expected.png:
+ * platform/chromium-mac-snowleopard/animations/cross-fade-webkit-mask-box-image-expected.png:
+ * platform/chromium-win/animations/cross-fade-webkit-mask-box-image-expected.png:
+ * platform/mac/animations/cross-fade-webkit-mask-box-image-expected.txt: Renamed from LayoutTests/animations/cross-fade-webkit-mask-box-image-expected.txt.
+
+2012-01-12 Dan Bernstein <mitz@apple.com>
+
+ Added an expected result missing from r104786.
+
+ * fast/css/parsing-font-variant-ligatures-expected.txt: Added.
+
+2012-01-12 Simon Fraser <simon.fraser@apple.com>
+
+ Mitigate scrollbar differences when running pixel tests
+ https://bugs.webkit.org/show_bug.cgi?id=67217
+
+ Rubber-stamped by Dan Bernstein.
+
+ Update pixel results for tests up to and including LayoutTests/fast after
+ enabling mock scrollbars (67217), and fixing color profile issues (75662).
+
+ * animations/missing-values-first-keyframe-expected.png:
+ * animations/suspend-transform-animation-expected.png:
+ * compositing/geometry/ancestor-overflow-change-expected.png:
+ * compositing/iframes/composited-iframe-scroll-expected.png:
+ * compositing/iframes/iframe-content-flipping-expected.png:
+ * compositing/images/direct-pdf-image-expected.png:
+ * compositing/images/direct-svg-image-expected.png:
+ * compositing/masks/layer-mask-placement-expected.png:
+ * compositing/overflow/repaint-after-losing-scrollbars-expected.png:
+ * compositing/reflections/remove-add-reflection-expected.png:
+ * compositing/tiling/constrained-layer-size-expected.png:
+ * css3/filters/add-filter-rendering-expected.png:
+ * css3/filters/crash-filter-change-expected.png:
+ * css3/filters/effect-blur-expected.png:
+ * css3/filters/effect-blur-hw-expected.png:
+ * css3/filters/effect-brightness-expected.png:
+ * css3/filters/effect-combined-expected.png:
+ * css3/filters/effect-combined-hw-expected.png:
+ * css3/filters/effect-contrast-expected.png:
+ * css3/filters/effect-custom-expected.png:
+ * css3/filters/effect-drop-shadow-expected.png:
+ * css3/filters/effect-drop-shadow-hw-expected.png:
+ * css3/filters/effect-grayscale-expected.png:
+ * css3/filters/effect-grayscale-hw-expected.png:
+ * css3/filters/effect-hue-rotate-expected.png:
+ * css3/filters/effect-hue-rotate-hw-expected.png:
+ * css3/filters/effect-invert-expected.png:
+ * css3/filters/effect-invert-hw-expected.png:
+ * css3/filters/effect-opacity-expected.png:
+ * css3/filters/effect-opacity-hw-expected.png:
+ * css3/filters/effect-saturate-expected.png:
+ * css3/filters/effect-saturate-hw-expected.png:
+ * css3/filters/effect-sepia-expected.png:
+ * css3/filters/effect-sepia-hw-expected.png:
+ * css3/filters/filter-region-expected.png:
+ * css3/filters/filter-with-transform-expected.png:
+ * css3/filters/nested-filter-expected.png:
+ * css3/filters/regions-expanding-expected.png:
+ * css3/filters/simple-filter-rendering-expected.png:
+ * editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
+ * fast/block/float/float-not-removed-from-next-sibling4-expected.png:
+ * fast/css-generated-content/table-parts-before-and-after-expected.png:
+ * fast/images/color-jpeg-with-color-profile-expected.png:
+ * fast/multicol/flipped-blocks-border-after-expected.png:
+ * fast/multicol/vertical-lr/rules-with-border-before-expected.png:
+ * fast/multicol/vertical-rl/rule-style-expected.png:
+ * fast/multicol/vertical-rl/rules-with-border-before-expected.png:
+ * platform/mac/animations/missing-values-last-keyframe-expected.png:
+ * platform/mac/compositing/color-matching/image-color-matching-expected.png:
+ * platform/mac/compositing/direct-image-compositing-expected.png:
+ * platform/mac/compositing/framesets/composited-frame-alignment-expected.png:
+ * platform/mac/compositing/geometry/clipping-foreground-expected.png:
+ * platform/mac/compositing/geometry/composited-html-size-expected.png:
+ * platform/mac/compositing/geometry/fixed-in-composited-expected.png:
+ * platform/mac/compositing/geometry/fixed-position-expected.png:
+ * platform/mac/compositing/geometry/foreground-layer-expected.png:
+ * platform/mac/compositing/geometry/horizontal-scroll-composited-expected.png:
+ * platform/mac/compositing/geometry/layer-due-to-layer-children-deep-expected.png:
+ * platform/mac/compositing/geometry/layer-due-to-layer-children-expected.png:
+ * platform/mac/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.png:
+ * platform/mac/compositing/geometry/repaint-foreground-layer-expected.png:
+ * platform/mac/compositing/geometry/root-layer-update-expected.png:
+ * platform/mac/compositing/geometry/tall-page-composited-expected.png:
+ * platform/mac/compositing/geometry/vertical-scroll-composited-expected.png:
+ * platform/mac/compositing/geometry/video-fixed-scrolling-expected.png:
+ * platform/mac/compositing/iframes/composited-iframe-alignment-expected.png:
+ * platform/mac/compositing/iframes/iframe-copy-on-scroll-expected.png:
+ * platform/mac/compositing/iframes/iframe-in-composited-layer-expected.png:
+ * platform/mac/compositing/images/content-image-change-expected.png:
+ * platform/mac/compositing/images/direct-image-background-color-expected.png:
+ * platform/mac/compositing/masks/masked-ancestor-expected.png:
+ * platform/mac/compositing/masks/multiple-masks-expected.png:
+ * platform/mac/compositing/masks/simple-composited-mask-expected.png:
+ * platform/mac/compositing/overflow/fixed-position-ancestor-clip-expected.png:
+ * platform/mac/compositing/overflow/overflow-compositing-descendant-expected.png:
+ * platform/mac/compositing/overflow/overflow-positioning-expected.png:
+ * platform/mac/compositing/overflow/overflow-scroll-expected.png:
+ * platform/mac/compositing/overflow/scrollbar-painting-expected.png:
+ * platform/mac/compositing/plugins/composited-plugin-expected.png:
+ * platform/mac/compositing/reflections/animation-inside-reflection-expected.png:
+ * platform/mac/compositing/reflections/compositing-change-inside-reflection-expected.png:
+ * platform/mac/compositing/reflections/deeply-nested-reflections-expected.png:
+ * platform/mac/compositing/reflections/load-video-in-reflection-expected.png:
+ * platform/mac/compositing/reflections/masked-reflection-on-composited-expected.png:
+ * platform/mac/compositing/reflections/nested-reflection-anchor-point-expected.png:
+ * platform/mac/compositing/reflections/nested-reflection-animated-expected.png:
+ * platform/mac/compositing/reflections/nested-reflection-expected.png:
+ * platform/mac/compositing/reflections/nested-reflection-mask-change-expected.png:
+ * platform/mac/compositing/reflections/nested-reflection-on-overflow-expected.png:
+ * platform/mac/compositing/reflections/nested-reflection-opacity-expected.png:
+ * platform/mac/compositing/reflections/nested-reflection-size-change-expected.png:
+ * platform/mac/compositing/reflections/nested-reflection-transformed-expected.png:
+ * platform/mac/compositing/reflections/nested-reflection-transformed2-expected.png:
+ * platform/mac/compositing/reflections/nested-reflection-transition-expected.png:
+ * platform/mac/compositing/reflections/reflection-in-composited-expected.png:
+ * platform/mac/compositing/reflections/reflection-on-composited-expected.png:
+ * platform/mac/compositing/reflections/reflection-opacity-expected.png:
+ * platform/mac/compositing/reflections/reflection-positioning-expected.png:
+ * platform/mac/compositing/reflections/reflection-positioning2-expected.png:
+ * platform/mac/compositing/reflections/simple-composited-reflections-expected.png:
+ * platform/mac/compositing/reflections/transform-inside-reflection-expected.png:
+ * platform/mac/compositing/self-painting-layers-expected.png:
+ * platform/mac/compositing/shadows/shadow-drawing-expected.png:
+ * platform/mac/compositing/transitions/scale-transition-no-start-expected.png:
+ * platform/mac/compositing/webgl/webgl-background-color-expected.png:
+ * platform/mac/compositing/webgl/webgl-no-alpha-expected.png:
+ * platform/mac/css1/basic/comments-expected.png:
+ * platform/mac/css1/basic/containment-expected.png:
+ * platform/mac/css1/basic/id_as_selector-expected.png:
+ * platform/mac/css1/basic/inheritance-expected.png:
+ * platform/mac/css1/box_properties/border-expected.png:
+ * platform/mac/css1/box_properties/border_bottom-expected.png:
+ * platform/mac/css1/box_properties/border_bottom_width-expected.png:
+ * platform/mac/css1/box_properties/border_left-expected.png:
+ * platform/mac/css1/box_properties/border_left_width-expected.png:
+ * platform/mac/css1/box_properties/border_right_inline-expected.png:
+ * platform/mac/css1/box_properties/border_right_width-expected.png:
+ * platform/mac/css1/box_properties/border_style-expected.png:
+ * platform/mac/css1/box_properties/border_top-expected.png:
+ * platform/mac/css1/box_properties/border_top_width-expected.png:
+ * platform/mac/css1/box_properties/border_width-expected.png:
+ * platform/mac/css1/box_properties/clear-expected.png:
+ * platform/mac/css1/box_properties/clear_float-expected.png:
+ * platform/mac/css1/box_properties/float_elements_in_series-expected.png:
+ * platform/mac/css1/box_properties/float_margin-expected.png:
+ * platform/mac/css1/box_properties/float_on_text_elements-expected.png:
+ * platform/mac/css1/box_properties/height-expected.png:
+ * platform/mac/css1/box_properties/margin-expected.png:
+ * platform/mac/css1/box_properties/margin_bottom-expected.png:
+ * platform/mac/css1/box_properties/margin_inline-expected.png:
+ * platform/mac/css1/box_properties/margin_left-expected.png:
+ * platform/mac/css1/box_properties/margin_right-expected.png:
+ * platform/mac/css1/box_properties/margin_top-expected.png:
+ * platform/mac/css1/box_properties/padding-expected.png:
+ * platform/mac/css1/box_properties/padding_bottom-expected.png:
+ * platform/mac/css1/box_properties/padding_bottom_inline-expected.png:
+ * platform/mac/css1/box_properties/padding_inline-expected.png:
+ * platform/mac/css1/box_properties/padding_left-expected.png:
+ * platform/mac/css1/box_properties/padding_right-expected.png:
+ * platform/mac/css1/box_properties/padding_top-expected.png:
+ * platform/mac/css1/box_properties/width-expected.png:
+ * platform/mac/css1/cascade/cascade_order-expected.png:
+ * platform/mac/css1/cascade/important-expected.png:
+ * platform/mac/css1/classification/display-expected.png:
+ * platform/mac/css1/classification/list_style_type-expected.png:
+ * platform/mac/css1/classification/white_space-expected.png:
+ * platform/mac/css1/color_and_background/background-expected.png:
+ * platform/mac/css1/color_and_background/background_attachment-expected.png:
+ * platform/mac/css1/color_and_background/background_image-expected.png:
+ * platform/mac/css1/color_and_background/background_position-expected.png:
+ * platform/mac/css1/color_and_background/background_repeat-expected.png:
+ * platform/mac/css1/conformance/forward_compatible_parsing-expected.png:
+ * platform/mac/css1/font_properties/font-expected.png:
+ * platform/mac/css1/font_properties/font_size-expected.png:
+ * platform/mac/css1/font_properties/font_weight-expected.png:
+ * platform/mac/css1/formatting_model/floating_elements-expected.png:
+ * platform/mac/css1/formatting_model/height_of_lines-expected.png:
+ * platform/mac/css1/formatting_model/horizontal_formatting-expected.png:
+ * platform/mac/css1/formatting_model/inline_elements-expected.png:
+ * platform/mac/css1/formatting_model/replaced_elements-expected.png:
+ * platform/mac/css1/formatting_model/vertical_formatting-expected.png:
+ * platform/mac/css1/pseudo/anchor-expected.png:
+ * platform/mac/css1/pseudo/firstletter-expected.png:
+ * platform/mac/css1/pseudo/firstline-expected.png:
+ * platform/mac/css1/pseudo/multiple_pseudo_elements-expected.png:
+ * platform/mac/css1/pseudo/pseudo_elements_in_selectors-expected.png:
+ * platform/mac/css1/text_properties/letter_spacing-expected.png:
+ * platform/mac/css1/text_properties/line_height-expected.png:
+ * platform/mac/css1/text_properties/text_decoration-expected.png:
+ * platform/mac/css1/text_properties/text_indent-expected.png:
+ * platform/mac/css1/text_properties/text_transform-expected.png:
+ * platform/mac/css1/text_properties/vertical_align-expected.png:
+ * platform/mac/css1/text_properties/word_spacing-expected.png:
+ * platform/mac/css1/units/color_units-expected.png:
+ * platform/mac/css1/units/length_units-expected.png:
+ * platform/mac/css1/units/urls-expected.png:
+ * platform/mac/css2.1/20110323/absolute-replaced-height-003-expected.png:
+ * platform/mac/css2.1/20110323/absolute-replaced-height-010-expected.png:
+ * platform/mac/css2.1/20110323/absolute-replaced-height-017-expected.png:
+ * platform/mac/css2.1/20110323/absolute-replaced-height-024-expected.png:
+ * platform/mac/css2.1/20110323/absolute-replaced-height-031-expected.png:
+ * platform/mac/css2.1/20110323/absolute-replaced-width-006-expected.png:
+ * platform/mac/css2.1/20110323/absolute-replaced-width-013-expected.png:
+ * platform/mac/css2.1/20110323/absolute-replaced-width-020-expected.png:
+ * platform/mac/css2.1/20110323/absolute-replaced-width-022-expected.png:
+ * platform/mac/css2.1/20110323/absolute-replaced-width-027-expected.png:
+ * platform/mac/css2.1/20110323/absolute-replaced-width-029-expected.png:
+ * platform/mac/css2.1/20110323/absolute-replaced-width-034-expected.png:
+ * platform/mac/css2.1/20110323/absolute-replaced-width-036-expected.png:
+ * platform/mac/css2.1/20110323/absolute-replaced-width-041-expected.png:
+ * platform/mac/css2.1/20110323/absolute-replaced-width-043-expected.png:
+ * platform/mac/css2.1/20110323/absolute-replaced-width-048-expected.png:
+ * platform/mac/css2.1/20110323/absolute-replaced-width-050-expected.png:
+ * platform/mac/css2.1/20110323/absolute-replaced-width-055-expected.png:
+ * platform/mac/css2.1/20110323/absolute-replaced-width-057-expected.png:
+ * platform/mac/css2.1/20110323/absolute-replaced-width-062-expected.png:
+ * platform/mac/css2.1/20110323/absolute-replaced-width-064-expected.png:
+ * platform/mac/css2.1/20110323/absolute-replaced-width-069-expected.png:
+ * platform/mac/css2.1/20110323/absolute-replaced-width-071-expected.png:
+ * platform/mac/css2.1/20110323/absolute-replaced-width-076-expected.png:
+ * platform/mac/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png:
+ * platform/mac/css2.1/20110323/block-non-replaced-height-002-expected.png:
+ * platform/mac/css2.1/20110323/block-non-replaced-height-004-expected.png:
+ * platform/mac/css2.1/20110323/block-non-replaced-height-006-expected.png:
+ * platform/mac/css2.1/20110323/block-non-replaced-height-008-expected.png:
+ * platform/mac/css2.1/20110323/block-non-replaced-height-010-expected.png:
+ * platform/mac/css2.1/20110323/block-non-replaced-height-012-expected.png:
+ * platform/mac/css2.1/20110323/block-non-replaced-height-014-expected.png:
+ * platform/mac/css2.1/20110323/block-non-replaced-height-016-expected.png:
+ * platform/mac/css2.1/20110323/block-replaced-height-003-expected.png:
+ * platform/mac/css2.1/20110323/block-replaced-width-006-expected.png:
+ * platform/mac/css2.1/20110323/float-replaced-height-003-expected.png:
+ * platform/mac/css2.1/20110323/float-replaced-width-001-expected.png:
+ * platform/mac/css2.1/20110323/float-replaced-width-002-expected.png:
+ * platform/mac/css2.1/20110323/float-replaced-width-003-expected.png:
+ * platform/mac/css2.1/20110323/float-replaced-width-004-expected.png:
+ * platform/mac/css2.1/20110323/float-replaced-width-005-expected.png:
+ * platform/mac/css2.1/20110323/float-replaced-width-011-expected.png:
+ * platform/mac/css2.1/20110323/inline-block-replaced-height-003-expected.png:
+ * platform/mac/css2.1/20110323/inline-block-replaced-width-006-expected.png:
+ * platform/mac/css2.1/20110323/inline-replaced-height-003-expected.png:
+ * platform/mac/css2.1/20110323/inline-replaced-width-001-expected.png:
+ * platform/mac/css2.1/20110323/inline-replaced-width-006-expected.png:
+ * platform/mac/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png:
+ * platform/mac/css2.1/20110323/width-replaced-element-001-expected.png:
+ * platform/mac/css2.1/t051201-c23-first-line-00-b-expected.png:
+ * platform/mac/css2.1/t0803-c5502-mrgn-r-02-c-expected.png:
+ * platform/mac/css2.1/t0803-c5505-mrgn-02-c-expected.png:
+ * platform/mac/css2.1/t080301-c411-vt-mrgn-00-b-expected.png:
+ * platform/mac/css2.1/t0905-c5525-fltclr-00-c-ag-expected.png:
+ * platform/mac/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.png:
+ * platform/mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
+ * platform/mac/css2.1/t0905-c5526-fltclr-00-c-ag-expected.png:
+ * platform/mac/css2.1/t1002-c5523-width-02-b-g-expected.png:
+ * platform/mac/css2.1/t1202-counters-08-b-expected.png:
+ * platform/mac/css2.1/t1202-counters-09-b-expected.png:
+ * platform/mac/css2.1/t140201-c535-bg-fixd-00-b-g-expected.png:
+ * platform/mac/css2.1/t140201-c537-bgfxps-00-c-ag-expected.png:
+ * platform/mac/css2.1/t1508-c527-font-01-b-expected.png:
+ * platform/mac/css2.1/t1508-c527-font-07-b-expected.png:
+ * platform/mac/css3/images/cross-fade-blending-expected.png:
+ * platform/mac/css3/images/cross-fade-invalidation-expected.png:
+ * platform/mac/css3/images/cross-fade-simple-expected.png:
+ * platform/mac/css3/images/cross-fade-sizing-expected.png:
+ * platform/mac/css3/images/cross-fade-tiled-expected.png:
+ * platform/mac/editing/deleting/delete-after-span-ws-001-expected.png:
+ * platform/mac/editing/deleting/delete-after-span-ws-002-expected.png:
+ * platform/mac/editing/deleting/delete-after-span-ws-003-expected.png:
+ * platform/mac/editing/deleting/delete-line-end-ws-001-expected.png:
+ * platform/mac/editing/deleting/delete-line-end-ws-002-expected.png:
+ * platform/mac/editing/inserting/insert-div-023-expected.png:
+ * platform/mac/editing/pasteboard/paste-TIFF-expected.png:
+ * platform/mac/editing/selection/focus_editable_html-expected.png:
+ * platform/mac/editing/selection/iframe-expected.png:
+ * platform/mac/editing/selection/replaced-boundaries-3-expected.png:
+ * platform/mac/editing/selection/select-all-001-expected.png:
+ * platform/mac/editing/selection/select-all-002-expected.png:
+ * platform/mac/editing/selection/select-all-003-expected.png:
+ * platform/mac/editing/selection/select-all-004-expected.png:
+ * platform/mac/editing/selection/unrendered-001-expected.png:
+ * platform/mac/editing/selection/unrendered-003-expected.png:
+ * platform/mac/editing/selection/unrendered-004-expected.png:
+ * platform/mac/editing/selection/unrendered-005-expected.png:
+ * platform/mac/editing/unsupported-content/list-delete-001-expected.png:
+ * platform/mac/editing/unsupported-content/list-delete-003-expected.png:
+ * platform/mac/editing/unsupported-content/list-type-after-expected.png:
+ * platform/mac/editing/unsupported-content/list-type-before-expected.png:
+ * platform/mac/editing/unsupported-content/table-delete-001-expected.png:
+ * platform/mac/editing/unsupported-content/table-delete-002-expected.png:
+ * platform/mac/editing/unsupported-content/table-delete-003-expected.png:
+ * platform/mac/editing/unsupported-content/table-type-after-expected.png:
+ * platform/mac/editing/unsupported-content/table-type-before-expected.png:
+ * platform/mac/fast/backgrounds/background-inherit-color-bug-expected.png:
+ * platform/mac/fast/backgrounds/background-leakage-transforms-expected.png:
+ * platform/mac/fast/backgrounds/repeat/negative-offset-repeat-expected.png:
+ * platform/mac/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
+ * platform/mac/fast/backgrounds/size/backgroundSize15-expected.png:
+ * platform/mac/fast/backgrounds/size/backgroundSize18-expected.png:
+ * platform/mac/fast/backgrounds/size/backgroundSize19-expected.png:
+ * platform/mac/fast/backgrounds/size/backgroundSize21-expected.png:
+ * platform/mac/fast/backgrounds/size/backgroundSize22-expected.png:
+ * platform/mac/fast/block/basic/016-expected.png:
+ * platform/mac/fast/block/basic/fieldset-stretch-to-legend-expected.png:
+ * platform/mac/fast/block/basic/truncation-rtl-expected.png:
+ * platform/mac/fast/block/float/008-expected.png:
+ * platform/mac/fast/block/float/013-expected.png:
+ * platform/mac/fast/block/float/019-expected.png:
+ * platform/mac/fast/block/float/020-expected.png:
+ * platform/mac/fast/block/float/021-expected.png:
+ * platform/mac/fast/block/float/025-expected.png:
+ * platform/mac/fast/block/float/026-expected.png:
+ * platform/mac/fast/block/float/027-expected.png:
+ * platform/mac/fast/block/float/028-expected.png:
+ * platform/mac/fast/block/float/032-expected.png:
+ * platform/mac/fast/block/float/033-expected.png:
+ * platform/mac/fast/block/float/035-expected.png:
+ * platform/mac/fast/block/float/avoidance-percent-width-strict-expected.png:
+ * platform/mac/fast/block/float/br-with-clear-2-expected.png:
+ * platform/mac/fast/block/float/float-avoidance-expected.png:
+ * platform/mac/fast/block/float/nested-clearance-expected.png:
+ * platform/mac/fast/block/float/relative-painted-twice-expected.png:
+ * platform/mac/fast/block/lineboxcontain/parsing-invalid-expected.png:
+ * platform/mac/fast/block/margin-collapse/103-expected.png:
+ * platform/mac/fast/block/margin-collapse/104-expected.png:
+ * platform/mac/fast/block/margin-collapse/empty-clear-blocks-expected.png:
+ * platform/mac/fast/block/positioning/047-expected.png:
+ * platform/mac/fast/block/positioning/051-expected.png:
+ * platform/mac/fast/block/positioning/055-expected.png:
+ * platform/mac/fast/block/positioning/auto/007-expected.png:
+ * platform/mac/fast/block/positioning/auto/vertical-lr/007-expected.png:
+ * platform/mac/fast/block/positioning/auto/vertical-rl/007-expected.png:
+ * platform/mac/fast/block/positioning/fixed-positioning-scrollbar-bug-expected.png:
+ * platform/mac/fast/block/positioning/negative-rel-position-expected.png:
+ * platform/mac/fast/block/positioning/relative-overflow-block-expected.png:
+ * platform/mac/fast/block/positioning/relative-overflow-replaced-expected.png:
+ * platform/mac/fast/block/positioning/relative-overflow-replaced-float-expected.png:
+ * platform/mac/fast/block/positioning/vertical-lr/002-expected.png:
+ * platform/mac/fast/block/positioning/vertical-rl/002-expected.png:
+ * platform/mac/fast/body-propagation/overflow/001-expected.png:
+ * platform/mac/fast/body-propagation/overflow/001-xhtml-expected.png:
+ * platform/mac/fast/body-propagation/overflow/002-expected.png:
+ * platform/mac/fast/body-propagation/overflow/002-xhtml-expected.png:
+ * platform/mac/fast/body-propagation/overflow/003-declarative-expected.png:
+ * platform/mac/fast/body-propagation/overflow/003-expected.png:
+ * platform/mac/fast/body-propagation/overflow/003-xhtml-expected.png:
+ * platform/mac/fast/body-propagation/overflow/004-declarative-expected.png:
+ * platform/mac/fast/body-propagation/overflow/004-expected.png:
+ * platform/mac/fast/body-propagation/overflow/004-xhtml-expected.png:
+ * platform/mac/fast/body-propagation/overflow/005-declarative-expected.png:
+ * platform/mac/fast/body-propagation/overflow/005-expected.png:
+ * platform/mac/fast/body-propagation/overflow/005-xhtml-expected.png:
+ * platform/mac/fast/body-propagation/overflow/006-declarative-expected.png:
+ * platform/mac/fast/body-propagation/overflow/006-expected.png:
+ * platform/mac/fast/body-propagation/overflow/006-xhtml-expected.png:
+ * platform/mac/fast/body-propagation/overflow/007-declarative-expected.png:
+ * platform/mac/fast/body-propagation/overflow/007-expected.png:
+ * platform/mac/fast/body-propagation/overflow/007-xhtml-expected.png:
+ * platform/mac/fast/borders/border-image-massive-scale-expected.png:
+ * platform/mac/fast/borders/border-image-rotate-transform-expected.png:
+ * platform/mac/fast/borders/border-image-scale-transform-expected.png:
+ * platform/mac/fast/borders/border-image-scaled-expected.png:
+ * platform/mac/fast/borders/inline-mask-overlay-image-expected.png:
+ * platform/mac/fast/borders/rtl-border-01-expected.png:
+ * platform/mac/fast/borders/rtl-border-02-expected.png:
+ * platform/mac/fast/borders/rtl-border-03-expected.png:
+ * platform/mac/fast/box-shadow/basic-shadows-expected.png:
+ * platform/mac/fast/box-sizing/box-sizing-expected.png:
+ * platform/mac/fast/canvas/canvas-bg-expected.png:
+ * platform/mac/fast/canvas/canvas-text-alignment-expected.png:
+ * platform/mac/fast/canvas/canvas-text-baseline-expected.png:
+ * platform/mac/fast/canvas/image-object-in-canvas-expected.png:
+ * platform/mac/fast/canvas/shadow-offset-7-expected.png:
+ * platform/mac/fast/css-generated-content/014-expected.png:
+ * platform/mac/fast/css/005-expected.png:
+ * platform/mac/fast/css/MarqueeLayoutTest-expected.png:
+ * platform/mac/fast/css/background-shorthand-invalid-url-expected.png:
+ * platform/mac/fast/css/border-height-expected.png:
+ * platform/mac/fast/css/clip-text-in-scaled-div-expected.png:
+ * platform/mac/fast/css/color-correction-backgrounds-and-text-expected.png:
+ * platform/mac/fast/css/continuationCrash-expected.png:
+ * platform/mac/fast/css/empty-pseudo-class-expected.png:
+ * platform/mac/fast/css/first-child-pseudo-class-expected.png:
+ * platform/mac/fast/css/first-of-type-pseudo-class-expected.png:
+ * platform/mac/fast/css/hsl-color-expected.png:
+ * platform/mac/fast/css/last-child-pseudo-class-expected.png:
+ * platform/mac/fast/css/last-of-type-pseudo-class-expected.png:
+ * platform/mac/fast/css/line-height-overflow-expected.png:
+ * platform/mac/fast/css/margin-top-bottom-dynamic-expected.png:
+ * platform/mac/fast/css/nested-floating-relative-position-percentages-expected.png:
+ * platform/mac/fast/css/nested-rounded-corners-expected.png:
+ * platform/mac/fast/css/only-child-pseudo-class-expected.png:
+ * platform/mac/fast/css/only-of-type-pseudo-class-expected.png:
+ * platform/mac/fast/css/percentage-non-integer-expected.png:
+ * platform/mac/fast/css/positioned-overflow-scroll-expected.png:
+ * platform/mac/fast/css/shadow-multiple-expected.png:
+ * platform/mac/fast/css/text-overflow-ellipsis-expected.png:
+ * platform/mac/fast/css/text-overflow-ellipsis-strict-expected.png:
+ * platform/mac/fast/css/text-transform-select-expected.png:
+ * platform/mac/fast/css/transform-default-parameter-expected.png:
+ * platform/mac/fast/css/word-space-extra-expected.png:
+ * platform/mac/fast/dom/34176-expected.png:
+ * platform/mac/fast/dom/52776-expected.png:
+ * platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png:
+ * platform/mac/fast/dom/clone-node-dynamic-style-expected.png:
+ * platform/mac/fast/dom/focus-contenteditable-expected.png:
+ * platform/mac/fast/dom/scroll-reveal-left-overflow-expected.png:
+ * platform/mac/fast/dom/scroll-reveal-top-overflow-expected.png:
+ * platform/mac/fast/dynamic/008-expected.png:
+ * platform/mac/fast/dynamic/anchor-lock-expected.png:
+ * platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
+ * platform/mac/fast/encoding/utf-16-big-endian-expected.png:
+ * platform/mac/fast/encoding/utf-16-little-endian-expected.png:
+ * platform/mac/fast/events/autoscroll-expected.png:
+ * platform/mac/fast/events/pointer-events-2-expected.png:
+ * platform/mac/fast/events/reveal-link-when-focused-expected.png:
+ * platform/mac/fast/events/standalone-image-drag-to-editable-expected.png:
+ * platform/mac/fast/flexbox/016-expected.png:
+ * platform/mac/fast/flexbox/flex-hang-expected.png:
+ * platform/mac/fast/forms/basic-textareas-expected.png:
+ * platform/mac/fast/forms/basic-textareas-quirks-expected.png:
+ * platform/mac/fast/forms/button-default-title-expected.png:
+ * platform/mac/fast/forms/button-sizes-expected.png:
+ * platform/mac/fast/forms/fieldset-align-expected.png:
+ * platform/mac/fast/forms/file/file-input-direction-expected.png:
+ * platform/mac/fast/forms/form-element-geometry-expected.png:
+ * platform/mac/fast/forms/form-hides-table-expected.png:
+ * platform/mac/fast/forms/input-table-expected.png:
+ * platform/mac/fast/forms/listbox-bidi-align-expected.png:
+ * platform/mac/fast/forms/search-rtl-expected.png:
+ * platform/mac/fast/forms/select-initial-position-expected.png:
+ * platform/mac/fast/forms/textAreaLineHeight-expected.png:
+ * platform/mac/fast/forms/textarea-scroll-height-expected.png:
+ * platform/mac/fast/frames/flattening/frameset-flattening-advanced-expected.png:
+ * platform/mac/fast/frames/flattening/frameset-flattening-grid-expected.png:
+ * platform/mac/fast/frames/flattening/frameset-flattening-simple-expected.png:
+ * platform/mac/fast/frames/flattening/frameset-flattening-subframe-resize-expected.png:
+ * platform/mac/fast/frames/flattening/frameset-flattening-subframesets-expected.png:
+ * platform/mac/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.png:
+ * platform/mac/fast/frames/flattening/iframe-flattening-out-of-view-expected.png:
+ * platform/mac/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.png:
+ * platform/mac/fast/frames/frame-scrolling-attribute-expected.png:
+ * platform/mac/fast/frames/iframe-scrolling-attribute-expected.png:
+ * platform/mac/fast/frames/inline-object-inside-frameset-expected.png:
+ * platform/mac/fast/gradients/background-clipped-expected.png:
+ * platform/mac/fast/gradients/crash-on-zero-radius-expected.png:
+ * platform/mac/fast/gradients/css3-color-stop-units-expected.png:
+ * platform/mac/fast/gradients/css3-radial-gradients-expected.png:
+ * platform/mac/fast/gradients/generated-gradients-expected.png:
+ * platform/mac/fast/gradients/simple-gradients-expected.png:
+ * platform/mac/fast/html/details-position-expected.png:
+ * platform/mac/fast/html/details-writing-mode-expected.png:
+ * platform/mac/fast/images/gif-large-checkerboard-expected.png:
+ * platform/mac/fast/images/gray-scale-png-with-color-profile-expected.png:
+ * platform/mac/fast/images/pdf-as-background-expected.png:
+ * platform/mac/fast/images/pdf-as-image-expected.png:
+ * platform/mac/fast/images/pdf-as-image-landscape-expected.png:
+ * platform/mac/fast/images/ycbcr-with-cmyk-color-profile-expected.png:
+ * platform/mac/fast/inline-block/tricky-baseline-expected.png:
+ * platform/mac/fast/inline/inline-borders-with-bidi-override-expected.png:
+ * platform/mac/fast/inline/inline-box-background-long-image-expected.png:
+ * platform/mac/fast/inline/inline-continuation-borders-expected.png:
+ * platform/mac/fast/inline/long-wrapped-line-expected.png:
+ * platform/mac/fast/invalid/residual-style-expected.png:
+ * platform/mac/fast/layers/overflow-scroll-auto-switch-expected.png:
+ * platform/mac/fast/layers/scroll-rect-to-visible-expected.png:
+ * platform/mac/fast/lists/001-expected.png:
+ * platform/mac/fast/lists/001-vertical-expected.png:
+ * platform/mac/fast/lists/003-expected.png:
+ * platform/mac/fast/lists/008-expected.png:
+ * platform/mac/fast/lists/008-vertical-expected.png:
+ * platform/mac/fast/lists/li-br-expected.png:
+ * platform/mac/fast/lists/ol-start-parsing-expected.png:
+ * platform/mac/fast/lists/olstart-expected.png:
+ * platform/mac/fast/media/mq-min-pixel-ratio-expected.png:
+ * platform/mac/fast/media/mq-relative-constraints-02-expected.png:
+ * platform/mac/fast/media/mq-relative-constraints-03-expected.png:
+ * platform/mac/fast/media/mq-relative-constraints-04-expected.png:
+ * platform/mac/fast/media/mq-relative-constraints-05-expected.png:
+ * platform/mac/fast/media/mq-relative-constraints-06-expected.png:
+ * platform/mac/fast/media/mq-relative-constraints-07-expected.png:
+ * platform/mac/fast/media/mq-relative-constraints-08-expected.png:
+ * platform/mac/fast/media/mq-relative-constraints-09-expected.png:
+ * platform/mac/fast/media/mq-width-absolute-01-expected.png:
+ * platform/mac/fast/media/mq-width-absolute-02-expected.png:
+ * platform/mac/fast/media/mq-width-absolute-03-expected.png:
+ * platform/mac/fast/media/mq-width-absolute-04-expected.png:
+ * platform/mac/fast/multicol/client-rects-expected.png:
+ * platform/mac/fast/multicol/column-break-with-balancing-expected.png:
+ * platform/mac/fast/multicol/column-rules-expected.png:
+ * platform/mac/fast/multicol/column-rules-stacking-expected.png:
+ * platform/mac/fast/multicol/columns-shorthand-parsing-expected.png:
+ * platform/mac/fast/multicol/float-multicol-expected.png:
+ * platform/mac/fast/multicol/float-paginate-complex-expected.png:
+ * platform/mac/fast/multicol/float-paginate-expected.png:
+ * platform/mac/fast/multicol/layers-in-multicol-expected.png:
+ * platform/mac/fast/multicol/layers-split-across-columns-expected.png:
+ * platform/mac/fast/multicol/nested-columns-expected.png:
+ * platform/mac/fast/multicol/overflow-unsplittable-expected.png:
+ * platform/mac/fast/multicol/paginate-block-replaced-expected.png:
+ * platform/mac/fast/multicol/pagination-h-horizontal-bt-expected.png:
+ * platform/mac/fast/multicol/pagination-h-horizontal-tb-expected.png:
+ * platform/mac/fast/multicol/pagination-h-vertical-lr-expected.png:
+ * platform/mac/fast/multicol/pagination-h-vertical-rl-expected.png:
+ * platform/mac/fast/multicol/pagination-v-horizontal-bt-expected.png:
+ * platform/mac/fast/multicol/pagination-v-horizontal-tb-expected.png:
+ * platform/mac/fast/multicol/pagination-v-vertical-lr-expected.png:
+ * platform/mac/fast/multicol/pagination-v-vertical-rl-expected.png:
+ * platform/mac/fast/multicol/positioned-with-constrained-height-expected.png:
+ * platform/mac/fast/multicol/scrolling-overflow-expected.png:
+ * platform/mac/fast/multicol/shadow-breaking-expected.png:
+ * platform/mac/fast/multicol/span/anonymous-style-inheritance-expected.png:
+ * platform/mac/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png:
+ * platform/mac/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
+ * platform/mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.png:
+ * platform/mac/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png:
+ * platform/mac/fast/multicol/span/span-as-immediate-columns-child-expected.png:
+ * platform/mac/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png:
+ * platform/mac/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png:
+ * platform/mac/fast/multicol/span/span-as-nested-columns-child-expected.png:
+ * platform/mac/fast/multicol/span/span-margin-collapsing-expected.png:
+ * platform/mac/fast/multicol/table-vertical-align-expected.png:
+ * platform/mac/fast/multicol/vertical-lr/column-break-with-balancing-expected.png:
+ * platform/mac/fast/multicol/vertical-lr/float-avoidance-expected.png:
+ * platform/mac/fast/multicol/vertical-lr/float-multicol-expected.png:
+ * platform/mac/fast/multicol/vertical-lr/float-paginate-complex-expected.png:
+ * platform/mac/fast/multicol/vertical-lr/float-paginate-expected.png:
+ * platform/mac/fast/multicol/vertical-lr/nested-columns-expected.png:
+ * platform/mac/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png:
+ * platform/mac/fast/multicol/vertical-rl/column-break-with-balancing-expected.png:
+ * platform/mac/fast/multicol/vertical-rl/float-avoidance-expected.png:
+ * platform/mac/fast/multicol/vertical-rl/float-multicol-expected.png:
+ * platform/mac/fast/multicol/vertical-rl/float-paginate-complex-expected.png:
+ * platform/mac/fast/multicol/vertical-rl/float-paginate-expected.png:
+ * platform/mac/fast/multicol/vertical-rl/nested-columns-expected.png:
+ * platform/mac/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png:
+ * platform/mac/fast/overflow/002-expected.png:
+ * platform/mac/fast/overflow/003-expected.png:
+ * platform/mac/fast/overflow/005-expected.png:
+ * platform/mac/fast/overflow/006-expected.png:
+ * platform/mac/fast/overflow/007-expected.png:
+ * platform/mac/fast/overflow/008-expected.png:
+ * platform/mac/fast/overflow/childFocusRingClip-expected.png:
+ * platform/mac/fast/overflow/clip-rects-fixed-ancestor-expected.png:
+ * platform/mac/fast/overflow/float-in-relpositioned-expected.png:
+ * platform/mac/fast/overflow/hit-test-overflow-controls-expected.png:
+ * platform/mac/fast/overflow/image-selection-highlight-expected.png:
+ * platform/mac/fast/overflow/overflow-auto-position-absolute-expected.png:
+ * platform/mac/fast/overflow/overflow-auto-table-expected.png:
+ * platform/mac/fast/overflow/overflow-focus-ring-expected.png:
+ * platform/mac/fast/overflow/overflow-rtl-expected.png:
+ * platform/mac/fast/overflow/overflow-rtl-vertical-expected.png:
+ * platform/mac/fast/overflow/overflow-stacking-expected.png:
+ * platform/mac/fast/overflow/overflow-text-hit-testing-expected.png:
+ * platform/mac/fast/overflow/overflow-update-transform-expected.png:
+ * platform/mac/fast/overflow/overflow-with-local-background-attachment-expected.png:
+ * platform/mac/fast/overflow/overflow-x-y-expected.png:
+ * platform/mac/fast/overflow/position-fixed-transform-clipping-expected.png:
+ * platform/mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
+ * platform/mac/fast/overflow/scrollRevealButton-expected.png:
+ * platform/mac/fast/overflow/scrollbar-position-update-expected.png:
+ * platform/mac/fast/overflow/table-overflow-float-expected.png:
+ * platform/mac/fast/overflow/unreachable-overflow-rtl-bug-expected.png:
+ * platform/mac/fast/parser/document-write-option-expected.png:
+ * platform/mac/fast/reflections/reflection-direction-expected.png:
+ * platform/mac/fast/reflections/reflection-masks-expected.png:
+ * platform/mac/fast/reflections/reflection-masks-opacity-expected.png:
+ * platform/mac/fast/reflections/reflection-masks-outset-expected.png:
+ * platform/mac/fast/repaint/dynamic-table-vertical-alignment-change-expected.png:
+ * platform/mac/fast/repaint/fixed-child-move-after-scroll-expected.png:
+ * platform/mac/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png:
+ * platform/mac/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png:
+ * platform/mac/fast/repaint/fixed-expected.png:
+ * platform/mac/fast/repaint/fixed-move-after-scroll-expected.png:
+ * platform/mac/fast/repaint/fixed-tranformed-expected.png:
+ * platform/mac/fast/repaint/line-flow-with-floats-2-expected.png:
+ * platform/mac/fast/repaint/line-flow-with-floats-8-expected.png:
+ * platform/mac/fast/repaint/line-flow-with-floats-9-expected.png:
+ * platform/mac/fast/repaint/moving-shadow-on-container-expected.png:
+ * platform/mac/fast/repaint/moving-shadow-on-path-expected.png:
+ * platform/mac/fast/repaint/overflow-scroll-body-appear-expected.png:
+ * platform/mac/fast/repaint/repaint-during-scroll-expected.png:
+ * platform/mac/fast/repaint/text-shadow-expected.png:
+ * platform/mac/fast/repaint/text-shadow-horizontal-expected.png:
+ * platform/mac/fast/replaced/005-expected.png:
+ * platform/mac/fast/replaced/replaced-breaking-expected.png:
+ * platform/mac/fast/replaced/width100percent-button-expected.png:
+ * platform/mac/fast/replaced/width100percent-image-expected.png:
+ * platform/mac/fast/selectors/166-expected.png:
+ * platform/mac/fast/table/023-expected.png:
+ * platform/mac/fast/table/027-vertical-expected.png:
+ * platform/mac/fast/table/034-expected.png:
+ * platform/mac/fast/table/038-vertical-expected.png:
+ * platform/mac/fast/table/040-expected.png:
+ * platform/mac/fast/table/040-vertical-expected.png:
+ * platform/mac/fast/table/border-collapsing/002-vertical-expected.png:
+ * platform/mac/fast/table/border-collapsing/004-expected.png:
+ * platform/mac/fast/table/border-collapsing/004-vertical-expected.png:
+ * platform/mac/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.png:
+ * platform/mac/fast/table/edge-offsets-expected.png:
+ * platform/mac/fast/table/empty-cells-expected.png:
+ * platform/mac/fast/table/height-percent-test-expected.png:
+ * platform/mac/fast/table/overflowHidden-expected.png:
+ * platform/mac/fast/table/prepend-in-anonymous-table-expected.png:
+ * platform/mac/fast/table/table-display-types-vertical-expected.png:
+ * platform/mac/fast/table/wide-colspan-expected.png:
+ * platform/mac/fast/table/wide-column-expected.png:
+ * platform/mac/fast/text/backslash-to-yen-sign-euc-expected.png:
+ * platform/mac/fast/text/capitalize-boundaries-expected.png:
+ * platform/mac/fast/text/drawBidiText-expected.png:
+ * platform/mac/fast/text/hyphenate-character-expected.png:
+ * platform/mac/fast/text/hyphenate-limit-lines-expected.png:
+ * platform/mac/fast/text/hyphenate-locale-expected.png:
+ * platform/mac/fast/text/hyphens-expected.png:
+ * platform/mac/fast/text/international/bidi-menulist-expected.png:
+ * platform/mac/fast/text/international/bidi-neutral-run-expected.png:
+ * platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png:
+ * platform/mac/fast/text/international/thai-line-breaks-expected.png:
+ * platform/mac/fast/text/international/vertical-text-glyph-test-expected.png:
+ * platform/mac/fast/text/large-text-composed-char-expected.png:
+ * platform/mac/fast/text/midword-break-after-breakable-char-expected.png:
+ * platform/mac/fast/text/softHyphen-expected.png:
+ * platform/mac/fast/text/stroking-decorations-expected.png:
+ * platform/mac/fast/text/stroking-expected.png:
+ * platform/mac/fast/text/text-letter-spacing-expected.png:
+ * platform/mac/fast/text/wbr-expected.png:
+ * platform/mac/fast/text/whitespace/024-expected.png:
+ * platform/mac/fast/text/whitespace/normal-after-nowrap-breaking-expected.png:
+ * platform/mac/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.png:
+ * platform/mac/fast/text/word-break-expected.png:
+ * platform/mac/fast/transforms/rotated-transform-affects-scrolling-1-expected.png:
+ * platform/mac/fast/transforms/rotated-transform-affects-scrolling-2-expected.png:
+ * platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
+ * platform/mac/fast/writing-mode/border-radius-clipping-vertical-lr-expected.png:
+ * platform/mac/fast/writing-mode/box-shadow-vertical-lr-expected.png:
+ * platform/mac/fast/writing-mode/box-shadow-vertical-rl-expected.png:
+ * platform/mac/fast/writing-mode/fallback-orientation-expected.png:
+ * platform/mac/fast/writing-mode/fieldsets-expected.png:
+ * platform/mac/fast/writing-mode/japanese-rl-text-with-broken-font-expected.png:
+ * platform/mac/fast/writing-mode/text-orientation-basic-expected.png:
+
+2012-01-12 Dmitry Titov <dimich@chromium.org>
+
+ [Chromium] Baseline for test added in http://trac.webkit.org/changeset/104851
+ Unreviewed.
+
+ * platform/chromium-mac-snowleopard/fast/borders/border-image-slice-constrained-expected.png: Added.
+ * platform/chromium-win/fast/borders/border-image-slice-constrained-expected.png: Added.
+ * platform/chromium-win/fast/borders/border-image-slice-constrained-expected.txt: Added.
+
+2012-01-12 Adam Barth <abarth@webkit.org>
+
+ NodeIterator loses track of the reference node when the reference node is removed from the document (IETC ni_removeReferenceNode)
+ https://bugs.webkit.org/show_bug.cgi?id=76146
+
+ Reviewed by Eric Seidel.
+
+ Test based on http://samples.msdn.microsoft.com/ietestcenter/domtraversal/showdomtraversaltest.htm?ni_removeReferenceNode
+
+ * fast/dom/node-iterator-reference-node-removed-expected.txt: Added.
+ * fast/dom/node-iterator-reference-node-removed.html: Added.
+
+2012-01-12 Joshua Bell <jsbell@chromium.org>
+
+ IndexedDB: Throw exception if IDBCursor.continue() called with key equal to current
+ https://bugs.webkit.org/show_bug.cgi?id=76100
+
+ The previously existing clauses that iterated a cursor over non-unique values
+ by specifing a key now fail per spec, so they are changed to simply call continue().
+
+ Reviewed by Tony Chang.
+
+ * storage/indexeddb/cursor-continue-expected.txt:
+ * storage/indexeddb/cursor-continue.html:
+
+2012-01-12 Jon Lee <jonlee@apple.com>
+
+ Setting value on a select element to a non existing option value should clear selection
+ https://bugs.webkit.org/show_bug.cgi?id=67233
+ <rdar://problem/10057159>
+
+ Reviewed by Darin Adler.
+
+ New tests check to see that setting the value of a select element clears the
+ selection, even if the value is invalid, null, or undefined.
+
+ * fast/forms/select/setting-to-invalid-value-expected.txt: Added.
+ * fast/forms/select/setting-to-invalid-value.html: Added.
+
+2012-01-12 Simon Fraser <simon.fraser@apple.com>
+
+ Borders and box masks behave incorrectly with overlapping offsets
+ https://bugs.webkit.org/show_bug.cgi?id=76137
+
+ Reviewed by Dave Hyatt.
+
+ Testcase with border-image slices adding up to more than the height/width
+ of the border image.
+
+ Fixed cross-fade-webkit-mask-box-image.html to use slices that are half
+ of the image width.
+
+ * animations/cross-fade-webkit-mask-box-image.html:
+ * fast/borders/border-image-slice-constrained.html: Added.
+ * platform/mac/animations/cross-fade-webkit-mask-box-image-expected.png:
+ * platform/mac/fast/borders/border-image-slice-constrained-expected.png: Added.
+ * platform/mac/fast/borders/border-image-slice-constrained-expected.txt: Added.
+
+2012-01-12 Stephen White <senorblanco@chromium.org>
+
+ [chromium] Re-enable Skia feColorMatrix filter implementation.
+ https://bugs.webkit.org/show_bug.cgi?id=76186
+
+ Remove suppressions for tests which now pass.
+
+ Reviewed by Kenneth Russell.
+
+ * platform/chromium/test_expectations.txt:
+
+2012-01-12 Antti Koivisto <antti@apple.com>
+
+ REGRESSION(r104060): Setting user stylesheet may leave CSSStyleSelector with stale rule pointers
+ https://bugs.webkit.org/show_bug.cgi?id=76191
+
+ Reviewed by Andreas Kling.
+
+ * fast/css/user-stylesheet-crash-expected.txt: Added.
+ * fast/css/user-stylesheet-crash.html: Added.
+
+2012-01-12 Joshua Bell <jsbell@chromium.org>
+
+ IndexedDB: Raise NON_TRANSIENT_ERR when invalid mode specified for transaction
+ https://bugs.webkit.org/show_bug.cgi?id=76072
+
+ Reviewed by Tony Chang.
+
+ * storage/indexeddb/transaction-basics-expected.txt:
+ * storage/indexeddb/transaction-basics.html:
+
+2011-09-26 Jer Noble <jer.noble@apple.com>
+
+ Emit an error event when a request to enter full-screen is rejected.
+ https://bugs.webkit.org/show_bug.cgi?id=62320
+
+ Reviewed by Eric Carlson.
+
+ * fullscreen/full-screen-iframe-not-allowed-expected.txt:
+ * fullscreen/full-screen-iframe-not-allowed.html:
+ * fullscreen/full-screen-request-rejected-expected.txt: Added.
+ * fullscreen/full-screen-request-rejected.html: Added.
+ * fullscreen/full-screen-request-removed-expected: Added.
+ * fullscreen/full-screen-request-removed.html: Added.
+
+2012-01-11 Gavin Barraclough <barraclough@apple.com>
+
+ Allow accessor get/set property to be set to undefined
+ https://bugs.webkit.org/show_bug.cgi?id=76148
+
+ Reviewed by Oliver Hunt.
+
+ * fast/js/Object-defineProperty-expected.txt:
+ * fast/js/script-tests/Object-defineProperty.js:
+ - Update a couple of inaccurate tests (it is invalid for a property to have
+ both a get: and value: field; AccessorDescritor properties do not have a
+ writable property). Add more test cases.
+
+2012-01-12 Pavel Podivilov <podivilov@chromium.org>
+
+ Web Inspector: [JSC] //@ sourceURL is not respected.
+ https://bugs.webkit.org/show_bug.cgi?id=65532
+
+ Reviewed by Pavel Feldman.
+
+ * inspector/debugger/source-url-comment-expected.txt: Added.
+ * inspector/debugger/source-url-comment.html: Added.
+
+2012-01-12 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r104805.
+ http://trac.webkit.org/changeset/104805
+ https://bugs.webkit.org/show_bug.cgi?id=76180
+
+ Breaks apple win compilation. (Requested by vsevik on
+ #webkit).
+
+ * fast/dom/shadow/shadow-contents-select-expected.html: Removed.
+ * fast/dom/shadow/shadow-contents-select.html: Removed.
+
+2012-01-12 Zoltan Herczeg <zherczeg@webkit.org>
+
+ Fix turbulence bug when stitch tiles enabled and rendered in parallel
+ https://bugs.webkit.org/show_bug.cgi?id=76042
+
+ Reviewed by Nikolas Zimmermann.
+
+ Update mac expected files.
+
+ * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png:
+ * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png:
+ * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png:
+ * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png:
+
+2012-01-12 Hans Wennborg <hans@chromium.org>
+
+ Speech input: Send text to correct element even if focus has changed
+ https://bugs.webkit.org/show_bug.cgi?id=76071
+
+ Reviewed by Steve Block.
+
+ Add test to make sure that the text from speech input ends up in the
+ correct element even if focus has moved away after the user clicked on it.
+
+ * fast/speech/change-focus-expected.txt: Added.
+ * fast/speech/change-focus.html: Added.
+
+2012-01-12 Mario Sanchez Prada <msanchez@igalia.com>
+
+ [GTK] platform/gtk/accessibility/unknown-roles-not-exposed.html is flaky
+ https://bugs.webkit.org/show_bug.cgi?id=74493
+
+ Unreviewed. Add flaky test to GTK's test_expectations.txt.
+
+ * platform/gtk/test_expectations.txt: Add flaky test.
+
+2012-01-12 Vsevolod Vlasov <vsevik@chromium.org>
+
+ Unreviewed, updated chromium test expectations.
+
+ * platform/chromium-mac-leopard/http/tests/security/xss-DENIED-xml-external-entity-expected.txt:
+ * platform/chromium-mac-leopard/http/tests/security/xss-DENIED-xsl-external-entity-expected.txt:
+ * platform/chromium-win/http/tests/eventsource/existent-eventsource-status-error-iframe-crash-expected.txt:
+ * platform/chromium-win/http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt:
+ * platform/mac-leopard/http/tests/security/xss-DENIED-xml-external-entity-expected.txt:
+ * platform/mac-leopard/http/tests/security/xss-DENIED-xsl-external-entity-expected.txt:
+
+2012-01-12 Alexander Pavlov <apavlov@chromium.org>
+
+ [Chromium] Unreviewed, fix http/tests/multipart/invalid-image-data.html expectation for XP.
+
+ * platform/chromium/test_expectations.txt:
+
+2012-01-12 Vsevolod Vlasov <vsevik@chromium.org>
+
+ Unreviewed, updated chromium test expectations.
+
+ * platform/chromium/test_expectations.txt:
+
+2012-01-12 Vsevolod Vlasov <vsevik@chromium.org>
+
+ Unreviewed, rebaseline wk2 and http/tests/security/cross-frame-access-put.html test expectations after r104803.
+
+ * http/tests/security/cross-frame-access-put-expected.txt:
+ * platform/chromium-win/http/tests/security/cross-frame-access-put-expected.txt:
+ * platform/mac-wk2/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
+ * platform/mac-wk2/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
+ * platform/win-wk2/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
+ * platform/win-wk2/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
+
+2012-01-12 Csaba Osztrogonác <ossy@webkit.org>
+
+ Unreviewed gardening after r104803.
+
+ Remove unnecessary "line 1" from expected files.
+
+ * platform/qt-wk2/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
+ * platform/qt-wk2/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
+
+2012-01-12 Philippe Normand <pnormand@igalia.com>
+
+ Unreviewed, GTK rebaseline after r104803.
+
+ * platform/gtk/http/tests/security/cross-frame-access-put-expected.txt:
+ * platform/gtk/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
+ * platform/gtk/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
+ * platform/gtk/plugins/invalidate-rect-with-null-npp-argument-expected.txt:
+
+2012-01-12 Csaba Osztrogonác <ossy@webkit.org>
+
+ Unreviewed gardening after r104803.
+
+ Remove unnecessary "line 0" from expected files.
+
+ * fast/dom/exception-getting-event-handler-expected.txt:
+ * fast/dom/javascript-url-exception-isolation-expected.txt:
+ * fast/dom/nested-script-exceptions-expected.txt:
+ * fast/events/window-onerror13-expected.txt:
+ * fast/events/window-onerror16-expected.txt:
+ * fast/js/global-recursion-on-full-stack-expected.txt:
+ * fast/js/uncaught-exception-line-number-expected.txt:
+ * fast/xmlhttprequest/xmlhttprequest-recursive-sync-event-expected.txt:
+ * http/tests/appcache/404-resource-expected.txt:
+ * http/tests/appcache/manifest-redirect-expected.txt:
+ * http/tests/appcache/origin-quota-expected.txt:
+ * http/tests/appcache/resource-redirect-2-expected.txt:
+ * http/tests/appcache/resource-redirect-expected.txt:
+ * http/tests/appcache/wrong-signature-2-expected.txt:
+ * http/tests/appcache/wrong-signature-expected.txt:
+ * http/tests/history/cross-origin-replace-history-object-child-expected.txt:
+ * http/tests/inspector/appcache/appcache-manifest-with-non-existing-file-expected.txt:
+ * http/tests/loading/cross-origin-XHR-willLoadRequest-expected.txt:
+ * http/tests/security/contentSecurityPolicy/shared-worker-connect-src-blocked-expected.txt:
+ * http/tests/security/cross-frame-access-getOwnPropertyDescriptor-expected.txt:
+ * http/tests/security/mixedContent/insecure-plugin-in-iframe-expected.txt:
+ * http/tests/security/window-onerror-exception-in-iframe-expected.txt:
+ * http/tests/security/xss-DENIED-defineProperty-expected.txt:
+ * http/tests/security/xss-eval-expected.txt:
+ * http/tests/xmlhttprequest/workers/shared-worker-access-control-basic-get-fail-non-simple-expected.txt:
+ * inspector/console/alert-toString-exception-expected.txt:
+ * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
+ * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
+ * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
+ * platform/qt/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt:
+ * platform/qt/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt:
+ * platform/qt/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt:
+ * platform/qt/http/tests/security/contentSecurityPolicy/xsl-img-blocked-expected.txt:
+ * platform/qt/http/tests/security/cross-frame-access-put-expected.txt:
+ * platform/qt/http/tests/security/xss-DENIED-xsl-document-securityOrigin-expected.txt:
+ * platform/qt/http/tests/security/xssAuditor/script-tag-with-fancy-unicode-expected.txt:
+ * platform/qt/plugins/document-open-expected.txt:
+ * platform/qt/plugins/plugin-initiate-popup-window-expected.txt:
+ * plugins/keyboard-events-expected.txt:
+ * plugins/mouse-events-expected.txt:
+ * plugins/mouse-events-fixedpos-expected.txt:
+ * plugins/nested-plugin-objects-expected.txt:
+ * plugins/netscape-destroy-plugin-script-objects-expected.txt:
+ * plugins/npp-set-window-called-during-destruction-expected.txt:
+ * storage/sql-error-codes-expected.txt:
+ * storage/statement-error-callback-expected.txt:
+ * storage/transaction-callback-exception-crash-expected.txt:
+
+2012-01-10 Pavel Podivilov <podivilov@chromium.org>
+
+ Web Inspector: make source urls relative to source map url.
+ https://bugs.webkit.org/show_bug.cgi?id=75968
+
+ Reviewed by Yury Semikhatsky.
+
+ * http/tests/inspector/compiler-source-mapping.html:
+ * http/tests/inspector/resources/source-map.json:
+
+2012-01-12 Shinya Kawanaka <shinyak@google.com>
+
+ ShadowContentElement should be able to use query.
+ https://bugs.webkit.org/show_bug.cgi?id=75302
+
+ Reviewed by Hajime Morita.
+
+ Tests for ShadowContentElement query.
+
+ * fast/dom/shadow/shadow-contents-select-expected.html: Added.
+ * fast/dom/shadow/shadow-contents-select.html: Added.
+
+2012-01-11 Vsevolod Vlasov <vsevik@chromium.org>
+
+ Make default console messages line numbers consistent.
+ https://bugs.webkit.org/show_bug.cgi?id=74075
+
+ Reviewed by Pavel Feldman.
+
+ Removed unset line numbers in console messages from test expectations.
+
+ * fast/canvas/svg-taint-expected.txt:
+ * fast/dom/Window/window-xy-properties-expected.txt:
+ * fast/events/init-events-expected.txt:
+ * fast/events/mouse-relative-position-expected.txt:
+ * fast/events/mouseclick-target-and-positioning-expected.txt:
+ * fast/events/simulated-click-coords-expected.txt:
+ * fast/forms/interactive-validation-prevented-expected.txt:
+ * fast/workers/storage/open-database-creation-callback-sync-expected.txt:
+ * fast/workers/storage/open-database-set-empty-version-sync-expected.txt:
+ * fast/xmlhttprequest/xmlhttprequest-no-file-access-expected.txt:
+ * fast/xmlhttprequest/xmlhttprequest-responsetype-before-open-sync-request-expected.txt:
+ * fast/xmlhttprequest/xmlhttprequest-responsetype-sync-request-expected.txt:
+ * fast/xpath/nsresolver-bad-object-expected.txt:
+ * http/tests/appcache/local-content-expected.txt:
+ * http/tests/canvas/philip/tests/security.drawImage.canvas-expected.txt:
+ * http/tests/canvas/philip/tests/security.drawImage.image-expected.txt:
+ * http/tests/canvas/philip/tests/security.pattern.canvas.fillStyle-expected.txt:
+ * http/tests/canvas/philip/tests/security.pattern.canvas.strokeStyle-expected.txt:
+ * http/tests/canvas/philip/tests/security.pattern.cross-expected.txt:
+ * http/tests/canvas/philip/tests/security.pattern.image.fillStyle-expected.txt:
+ * http/tests/canvas/philip/tests/security.pattern.image.strokeStyle-expected.txt:
+ * http/tests/eventsource/eventsource-bad-mime-type-expected.txt:
+ * http/tests/eventsource/eventsource-content-type-charset-expected.txt:
+ * http/tests/history/cross-origin-replace-history-object-expected.txt:
+ * http/tests/inspector/console-xhr-logging-expected.txt:
+ * http/tests/inspector/network-preflight-options-expected.txt:
+ * http/tests/inspector/network/x-frame-options-deny-expected.txt:
+ * http/tests/misc/bubble-drag-events-expected.txt:
+ * http/tests/misc/drag-over-iframe-invalid-source-crash-expected.txt:
+ * http/tests/misc/iframe-invalid-source-crash-expected.txt:
+ * http/tests/misc/image-blocked-src-change-expected.txt:
+ * http/tests/misc/image-blocked-src-no-change-expected.txt:
+ * http/tests/misc/unloadable-script-expected.txt:
+ * http/tests/plugins/cross-frame-object-access-expected.txt:
+ * http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
+ * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
+ * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
+ * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
+ * http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
+ * http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt:
+ * http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt:
+ * http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt:
+ * http/tests/security/canvas-remote-read-data-url-svg-image-expected.txt:
+ * http/tests/security/canvas-remote-read-redirect-to-remote-image-expected.txt:
+ * http/tests/security/canvas-remote-read-remote-image-blocked-no-crossorigin-expected.txt:
+ * http/tests/security/canvas-remote-read-remote-image-blocked-then-allowed-expected.txt:
+ * http/tests/security/canvas-remote-read-remote-image-expected.txt:
+ * http/tests/security/canvas-remote-read-remote-image-redirect-expected.txt:
+ * http/tests/security/canvas-remote-read-svg-image-expected.txt:
+ * http/tests/security/contentSecurityPolicy/block-mixed-content-hides-warning-expected.txt:
+ * http/tests/security/contentSecurityPolicy/connect-src-eventsource-blocked-expected.txt:
+ * http/tests/security/contentSecurityPolicy/connect-src-websocket-blocked-expected.txt:
+ * http/tests/security/contentSecurityPolicy/connect-src-xmlhttprequest-blocked-expected.txt:
+ * http/tests/security/contentSecurityPolicy/default-src-inline-blocked-expected.txt:
+ * http/tests/security/contentSecurityPolicy/directive-parsing-01-expected.txt:
+ * http/tests/security/contentSecurityPolicy/directive-parsing-02-expected.txt:
+ * http/tests/security/contentSecurityPolicy/directive-parsing-03-expected.txt:
+ * http/tests/security/contentSecurityPolicy/eval-scripts-setInterval-blocked-expected.txt:
+ * http/tests/security/contentSecurityPolicy/eval-scripts-setTimeout-blocked-expected.txt:
+ * http/tests/security/contentSecurityPolicy/frame-src-blocked-expected.txt:
+ * http/tests/security/contentSecurityPolicy/image-blocked-expected.txt:
+ * http/tests/security/contentSecurityPolicy/inline-script-blocked-expected.txt:
+ * http/tests/security/contentSecurityPolicy/inline-script-blocked-goofy-expected.txt:
+ * http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt:
+ * http/tests/security/contentSecurityPolicy/inline-style-attribute-blocked-expected.txt:
+ * http/tests/security/contentSecurityPolicy/inline-style-blocked-expected.txt:
+ * http/tests/security/contentSecurityPolicy/javascript-url-allowed-expected.txt:
+ * http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt:
+ * http/tests/security/contentSecurityPolicy/media-src-blocked-expected.txt:
+ * http/tests/security/contentSecurityPolicy/object-src-no-url-blocked-expected.txt:
+ * http/tests/security/contentSecurityPolicy/object-src-none-blocked-expected.txt:
+ * http/tests/security/contentSecurityPolicy/report-only-expected.txt:
+ * http/tests/security/contentSecurityPolicy/report-only-from-header-expected.txt:
+ * http/tests/security/contentSecurityPolicy/report-uri-expected.txt:
+ * http/tests/security/contentSecurityPolicy/report-uri-from-child-frame-expected.txt:
+ * http/tests/security/contentSecurityPolicy/script-loads-with-img-src-expected.txt:
+ * http/tests/security/contentSecurityPolicy/script-src-in-iframe-expected.txt:
+ * http/tests/security/contentSecurityPolicy/script-src-none-expected.txt:
+ * http/tests/security/contentSecurityPolicy/script-src-none-inline-event-expected.txt:
+ * http/tests/security/contentSecurityPolicy/script-src-redirect-expected.txt:
+ * http/tests/security/contentSecurityPolicy/script-src-self-blocked-01-expected.txt:
+ * http/tests/security/contentSecurityPolicy/script-src-self-blocked-02-expected.txt:
+ * http/tests/security/contentSecurityPolicy/script-src-self-blocked-03-expected.txt:
+ * http/tests/security/contentSecurityPolicy/source-list-parsing-expected.txt:
+ * http/tests/security/contentSecurityPolicy/style-blocked-expected.txt:
+ * http/tests/security/contentSecurityPolicy/worker-connect-src-blocked-expected.txt:
+ * http/tests/security/contentSecurityPolicy/worker-script-src-expected.txt:
+ * http/tests/security/contentSecurityPolicy/xsl-blocked-expected.txt:
+ * http/tests/security/contentSecurityPolicy/xsl-img-blocked-expected.txt:
+ * http/tests/security/contentSecurityPolicy/xsl-unaffected-by-style-src-1-expected.txt:
+ * http/tests/security/cross-frame-access-call-expected.txt:
+ * http/tests/security/cross-frame-access-callback-explicit-domain-DENY-expected.txt:
+ * http/tests/security/cross-frame-access-child-explicit-domain-expected.txt:
+ * http/tests/security/cross-frame-access-custom-expected.txt:
+ * http/tests/security/cross-frame-access-delete-expected.txt:
+ * http/tests/security/cross-frame-access-enumeration-expected.txt:
+ * http/tests/security/cross-frame-access-first-time-expected.txt:
+ * http/tests/security/cross-frame-access-get-custom-property-cached-expected.txt:
+ * http/tests/security/cross-frame-access-get-expected.txt:
+ * http/tests/security/cross-frame-access-history-get-expected.txt:
+ * http/tests/security/cross-frame-access-history-put-expected.txt:
+ * http/tests/security/cross-frame-access-location-get-expected.txt:
+ * http/tests/security/cross-frame-access-location-put-expected.txt:
+ * http/tests/security/cross-frame-access-name-getter-expected.txt:
+ * http/tests/security/cross-frame-access-object-getPrototypeOf-expected.txt:
+ * http/tests/security/cross-frame-access-object-prototype-expected.txt:
+ * http/tests/security/cross-frame-access-parent-explicit-domain-expected.txt:
+ * http/tests/security/cross-frame-access-port-expected.txt:
+ * http/tests/security/cross-frame-access-protocol-expected.txt:
+ * http/tests/security/cross-frame-access-protocol-explicit-domain-expected.txt:
+ * http/tests/security/cross-frame-access-selection-expected.txt:
+ * http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
+ * http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
+ * http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe-expected.txt:
+ * http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open-expected.txt:
+ * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level-expected.txt:
+ * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-expected.txt:
+ * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame-expected.txt:
+ * http/tests/security/dataURL/xss-DENIED-from-data-url-to-data-url-expected.txt:
+ * http/tests/security/dataURL/xss-DENIED-from-javascript-url-window-open-expected.txt:
+ * http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url-expected.txt:
+ * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-expected.txt:
+ * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-location-change-expected.txt:
+ * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open-expected.txt:
+ * http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-2-level-expected.txt:
+ * http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-expected.txt:
+ * http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase-expected.txt:
+ * http/tests/security/dataURL/xss-DENIED-to-data-url-window-open-expected.txt:
+ * http/tests/security/filesystem-iframe-from-remote-expected.txt:
+ * http/tests/security/frame-loading-via-document-write-expected.txt:
+ * http/tests/security/frameNavigation/not-opener-expected.txt:
+ * http/tests/security/frameNavigation/xss-DENIED-plugin-navigation-expected.txt:
+ * http/tests/security/frameNavigation/xss-DENIED-targeted-link-navigation-expected.txt:
+ * http/tests/security/img-with-failed-cors-check-fails-to-load-expected.txt:
+ * http/tests/security/isolatedWorld/cross-origin-xhr-expected.txt:
+ * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom-expected.txt:
+ * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value-expected.txt:
+ * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom-expected.txt:
+ * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute-expected.txt:
+ * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS-expected.txt:
+ * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode-expected.txt:
+ * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS-expected.txt:
+ * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value-expected.txt:
+ * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom-expected.txt:
+ * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute-expected.txt:
+ * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS-expected.txt:
+ * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode-expected.txt:
+ * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS-expected.txt:
+ * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe-expected.txt:
+ * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open-expected.txt:
+ * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe-expected.txt:
+ * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open-expected.txt:
+ * http/tests/security/listener/xss-JSTargetNode-onclick-addEventListener-expected.txt:
+ * http/tests/security/listener/xss-JSTargetNode-onclick-shortcut-expected.txt:
+ * http/tests/security/listener/xss-XMLHttpRequest-addEventListener-expected.txt:
+ * http/tests/security/listener/xss-XMLHttpRequest-shortcut-expected.txt:
+ * http/tests/security/listener/xss-window-onclick-addEventListener-expected.txt:
+ * http/tests/security/listener/xss-window-onclick-shortcut-expected.txt:
+ * http/tests/security/local-CSS-from-remote-expected.txt:
+ * http/tests/security/local-JavaScript-from-remote-expected.txt:
+ * http/tests/security/local-iFrame-from-remote-expected.txt:
+ * http/tests/security/local-image-from-remote-expected.txt:
+ * http/tests/security/local-video-poster-from-remote-expected.txt:
+ * http/tests/security/local-video-source-from-remote-expected.txt:
+ * http/tests/security/local-video-src-from-remote-expected.txt:
+ * http/tests/security/mixedContent/insecure-css-in-iframe-expected.txt:
+ * http/tests/security/mixedContent/insecure-css-in-main-frame-expected.txt:
+ * http/tests/security/mixedContent/insecure-iframe-in-main-frame-expected.txt:
+ * http/tests/security/mixedContent/insecure-image-in-main-frame-expected.txt:
+ * http/tests/security/mixedContent/insecure-script-in-iframe-expected.txt:
+ * http/tests/security/mixedContent/redirect-http-to-https-iframe-in-main-frame-expected.txt:
+ * http/tests/security/mixedContent/redirect-http-to-https-script-in-iframe-expected.txt:
+ * http/tests/security/mixedContent/redirect-https-to-http-iframe-in-main-frame-expected.txt:
+ * http/tests/security/mixedContent/redirect-https-to-http-script-in-iframe-expected.txt:
+ * http/tests/security/postMessage/invalid-origin-throws-exception-expected.txt:
+ * http/tests/security/postMessage/target-origin-expected.txt:
+ * http/tests/security/redirect-BLOCKED-to-localURL-expected.txt:
+ * http/tests/security/sandboxed-iframe-modify-self-expected.txt:
+ * http/tests/security/sandboxed-iframe-origin-add-expected.txt:
+ * http/tests/security/sandboxed-iframe-origin-remove-expected.txt:
+ * http/tests/security/text-track-crossorigin-expected.txt:
+ * http/tests/security/view-source-no-javascript-url-expected.txt:
+ * http/tests/security/xss-DENIED-assign-location-hash-expected.txt:
+ * http/tests/security/xss-DENIED-assign-location-host-expected.txt:
+ * http/tests/security/xss-DENIED-assign-location-hostname-expected.txt:
+ * http/tests/security/xss-DENIED-assign-location-href-javascript-expected.txt:
+ * http/tests/security/xss-DENIED-assign-location-nonstandardProperty-expected.txt:
+ * http/tests/security/xss-DENIED-assign-location-pathname-expected.txt:
+ * http/tests/security/xss-DENIED-assign-location-protocol-expected.txt:
+ * http/tests/security/xss-DENIED-assign-location-reload-expected.txt:
+ * http/tests/security/xss-DENIED-assign-location-search-expected.txt:
+ * http/tests/security/xss-DENIED-document-baseURI-javascript-expected.txt:
+ * http/tests/security/xss-DENIED-document-baseURI-javascript-with-spaces-expected.txt:
+ * http/tests/security/xss-DENIED-frame-name-expected.txt:
+ * http/tests/security/xss-DENIED-getSVGDocument-iframe-expected.txt:
+ * http/tests/security/xss-DENIED-getSVGDocument-object-expected.txt:
+ * http/tests/security/xss-DENIED-htmlelelment-with-iframe-proto-expected.txt:
+ * http/tests/security/xss-DENIED-iframe-src-alias-expected.txt:
+ * http/tests/security/xss-DENIED-invalid-domain-change-expected.txt:
+ * http/tests/security/xss-DENIED-javascript-with-spaces-expected.txt:
+ * http/tests/security/xss-DENIED-method-with-iframe-proto-expected.txt:
+ * http/tests/security/xss-DENIED-sandboxed-iframe-expected.txt:
+ * http/tests/security/xss-DENIED-synchronous-form-expected.txt:
+ * http/tests/security/xss-DENIED-synchronous-frame-load-in-javascript-url-expected.txt:
+ * http/tests/security/xss-DENIED-window-open-javascript-url-expected.txt:
+ * http/tests/security/xss-DENIED-window-open-javascript-url-with-spaces-expected.txt:
+ * http/tests/security/xss-DENIED-window-open-parent-expected.txt:
+ * http/tests/security/xss-DENIED-xml-external-entity-expected.txt:
+ * http/tests/security/xss-DENIED-xsl-document-expected.txt:
+ * http/tests/security/xss-DENIED-xsl-document-securityOrigin-expected.txt:
+ * http/tests/security/xss-DENIED-xsl-external-entity-expected.txt:
+ * http/tests/security/xssAuditor/anchor-url-dom-write-location-expected.txt:
+ * http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-expected.txt:
+ * http/tests/security/xssAuditor/anchor-url-dom-write-location-inline-event-null-char-expected.txt:
+ * http/tests/security/xssAuditor/anchor-url-dom-write-location-javascript-URL-expected.txt:
+ * http/tests/security/xssAuditor/anchor-url-dom-write-location2-expected.txt:
+ * http/tests/security/xssAuditor/base-href-control-char-expected.txt:
+ * http/tests/security/xssAuditor/base-href-expected.txt:
+ * http/tests/security/xssAuditor/base-href-null-char-expected.txt:
+ * http/tests/security/xssAuditor/base-href-scheme-relative-expected.txt:
+ * http/tests/security/xssAuditor/cookie-injection-expected.txt:
+ * http/tests/security/xssAuditor/dom-write-URL-expected.txt:
+ * http/tests/security/xssAuditor/dom-write-location-expected.txt:
+ * http/tests/security/xssAuditor/dom-write-location-inline-event-expected.txt:
+ * http/tests/security/xssAuditor/dom-write-location-javascript-URL-expected.txt:
+ * http/tests/security/xssAuditor/embed-tag-code-attribute-2-expected.txt:
+ * http/tests/security/xssAuditor/embed-tag-code-attribute-expected.txt:
+ * http/tests/security/xssAuditor/embed-tag-control-char-expected.txt:
+ * http/tests/security/xssAuditor/embed-tag-expected.txt:
+ * http/tests/security/xssAuditor/embed-tag-javascript-url-expected.txt:
+ * http/tests/security/xssAuditor/embed-tag-null-char-expected.txt:
+ * http/tests/security/xssAuditor/form-action-expected.txt:
+ * http/tests/security/xssAuditor/full-block-base-href-expected.txt:
+ * http/tests/security/xssAuditor/full-block-get-from-iframe-expected.txt:
+ * http/tests/security/xssAuditor/full-block-iframe-javascript-url-expected.txt:
+ * http/tests/security/xssAuditor/full-block-iframe-no-inherit-expected.txt:
+ * http/tests/security/xssAuditor/full-block-javascript-link-expected.txt:
+ * http/tests/security/xssAuditor/full-block-link-onclick-expected.txt:
+ * http/tests/security/xssAuditor/full-block-object-tag-expected.txt:
+ * http/tests/security/xssAuditor/full-block-post-from-iframe-expected.txt:
+ * http/tests/security/xssAuditor/full-block-script-tag-expected.txt:
+ * http/tests/security/xssAuditor/full-block-script-tag-with-source-expected.txt:
+ * http/tests/security/xssAuditor/get-from-iframe-expected.txt:
+ * http/tests/security/xssAuditor/iframe-injection-expected.txt:
+ * http/tests/security/xssAuditor/iframe-javascript-url-expected.txt:
+ * http/tests/security/xssAuditor/iframe-javascript-url-more-encoding-expected.txt:
+ * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode-expected.txt:
+ * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode2-expected.txt:
+ * http/tests/security/xssAuditor/iframe-javascript-url-twice-url-encode3-expected.txt:
+ * http/tests/security/xssAuditor/iframe-javascript-url-url-encoded-expected.txt:
+ * http/tests/security/xssAuditor/img-onerror-accented-char-expected.txt:
+ * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-default-encoding-expected.txt:
+ * http/tests/security/xssAuditor/img-onerror-non-ASCII-char-expected.txt:
+ * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-default-encoding-expected.txt:
+ * http/tests/security/xssAuditor/img-onerror-non-ASCII-char2-expected.txt:
+ * http/tests/security/xssAuditor/inline-event-HTML-entities-expected.txt:
+ * http/tests/security/xssAuditor/javascript-link-HTML-entities-control-char-expected.txt:
+ * http/tests/security/xssAuditor/javascript-link-HTML-entities-expected.txt:
+ * http/tests/security/xssAuditor/javascript-link-HTML-entities-named-expected.txt:
+ * http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt:
+ * http/tests/security/xssAuditor/javascript-link-ampersand-expected.txt:
+ * http/tests/security/xssAuditor/javascript-link-control-char-expected.txt:
+ * http/tests/security/xssAuditor/javascript-link-expected.txt:
+ * http/tests/security/xssAuditor/javascript-link-null-char-expected.txt:
+ * http/tests/security/xssAuditor/javascript-link-one-plus-one-expected.txt:
+ * http/tests/security/xssAuditor/javascript-link-url-encoded-expected.txt:
+ * http/tests/security/xssAuditor/link-onclick-ampersand-expected.txt:
+ * http/tests/security/xssAuditor/link-onclick-control-char-expected.txt:
+ * http/tests/security/xssAuditor/link-onclick-entities-expected.txt:
+ * http/tests/security/xssAuditor/link-onclick-expected.txt:
+ * http/tests/security/xssAuditor/link-onclick-null-char-expected.txt:
+ * http/tests/security/xssAuditor/link-opens-new-window-expected.txt:
+ * http/tests/security/xssAuditor/malformed-HTML-expected.txt:
+ * http/tests/security/xssAuditor/malformed-xss-protection-header-expected.txt:
+ * http/tests/security/xssAuditor/meta-tag-http-refresh-javascript-url-expected.txt:
+ * http/tests/security/xssAuditor/meta-tag-http-refresh-x-frame-options-expected.txt:
+ * http/tests/security/xssAuditor/object-embed-tag-control-char-expected.txt:
+ * http/tests/security/xssAuditor/object-embed-tag-expected.txt:
+ * http/tests/security/xssAuditor/object-embed-tag-null-char-expected.txt:
+ * http/tests/security/xssAuditor/object-tag-expected.txt:
+ * http/tests/security/xssAuditor/object-tag-javascript-url-expected.txt:
+ * http/tests/security/xssAuditor/open-attribute-body-expected.txt:
+ * http/tests/security/xssAuditor/open-event-handler-iframe-expected.txt:
+ * http/tests/security/xssAuditor/post-from-iframe-expected.txt:
+ * http/tests/security/xssAuditor/property-escape-comment-expected.txt:
+ * http/tests/security/xssAuditor/property-escape-entity-expected.txt:
+ * http/tests/security/xssAuditor/property-escape-expected.txt:
+ * http/tests/security/xssAuditor/property-escape-long-expected.txt:
+ * http/tests/security/xssAuditor/property-escape-quote-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-addslashes-backslash-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-addslashes-double-quote-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-addslashes-null-char-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-addslashes-single-quote-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-control-char-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-convoluted-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-entities-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-null-char-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-open-redirect-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-post-control-char-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-post-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-post-null-char-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-redirect-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-16bit-unicode-surrogate-pair-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-16bit-unicode2-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-16bit-unicode3-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-16bit-unicode4-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-16bit-unicode5-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-callbacks-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-fancy-unicode-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-invalid-closing-tag-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-invalid-url-encoding-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-control-char-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-data-url-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-double-quote-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-entities-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-no-quote-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-null-char-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-relative-scheme-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-same-host-with-query-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-source-unterminated-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-three-times-url-encoded-16bit-unicode-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-trailing-comment-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-trailing-comment2-expected.txt:
+ * http/tests/security/xssAuditor/script-tag-with-trailing-comment3-expected.txt:
+ * http/tests/security/xssAuditor/xss-filter-bypass-big5-expected.txt:
+ * http/tests/security/xssAuditor/xss-filter-bypass-long-string-expected.txt:
+ * http/tests/security/xssAuditor/xss-filter-bypass-sjis-expected.txt:
+ * http/tests/security/xssAuditor/xss-protection-parsing-01-expected.txt:
+ * http/tests/websocket/tests/hixie76/bad-handshake-crash-expected.txt:
+ * http/tests/websocket/tests/hixie76/bad-sub-protocol-control-chars-expected.txt:
+ * http/tests/websocket/tests/hixie76/bad-sub-protocol-empty-expected.txt:
+ * http/tests/websocket/tests/hixie76/bad-sub-protocol-non-ascii-expected.txt:
+ * http/tests/websocket/tests/hixie76/close-before-open-expected.txt:
+ * http/tests/websocket/tests/hixie76/frame-length-overflow-expected.txt:
+ * http/tests/websocket/tests/hixie76/handshake-error-expected.txt:
+ * http/tests/websocket/tests/hixie76/handshake-fail-by-cross-origin-expected.txt:
+ * http/tests/websocket/tests/hixie76/handshake-fail-by-maxlength-expected.txt:
+ * http/tests/websocket/tests/hixie76/handshake-fail-by-no-connection-header-expected.txt:
+ * http/tests/websocket/tests/hixie76/handshake-fail-by-no-cr-expected.txt:
+ * http/tests/websocket/tests/hixie76/handshake-fail-by-no-upgrade-header-expected.txt:
+ * http/tests/websocket/tests/hixie76/handshake-fail-by-prepended-null-expected.txt:
+ * http/tests/websocket/tests/hixie76/handshake-fail-by-sub-protocol-mismatch-expected.txt:
+ * http/tests/websocket/tests/hixie76/long-invalid-header-expected.txt:
+ * http/tests/websocket/tests/hixie76/url-parsing-expected.txt:
+ * http/tests/websocket/tests/hixie76/url-with-query-for-no-query-expected.txt:
+ * http/tests/websocket/tests/hixie76/websocket-event-target-expected.txt:
+ * http/tests/websocket/tests/hybi/bad-handshake-crash-expected.txt:
+ * http/tests/websocket/tests/hybi/bad-sub-protocol-control-chars-expected.txt:
+ * http/tests/websocket/tests/hybi/bad-sub-protocol-empty-expected.txt:
+ * http/tests/websocket/tests/hybi/bad-sub-protocol-non-ascii-expected.txt:
+ * http/tests/websocket/tests/hybi/broken-utf8-expected.txt:
+ * http/tests/websocket/tests/hybi/close-before-open-expected.txt:
+ * http/tests/websocket/tests/hybi/close-code-and-reason-expected.txt:
+ * http/tests/websocket/tests/hybi/close-expected.txt:
+ * http/tests/websocket/tests/hybi/fragmented-control-frame-expected.txt:
+ * http/tests/websocket/tests/hybi/handshake-error-expected.txt:
+ * http/tests/websocket/tests/hybi/handshake-fail-by-extensions-header-expected.txt:
+ * http/tests/websocket/tests/hybi/handshake-fail-by-maxlength-expected.txt:
+ * http/tests/websocket/tests/hybi/handshake-fail-by-no-accept-header-expected.txt:
+ * http/tests/websocket/tests/hybi/handshake-fail-by-no-connection-header-expected.txt:
+ * http/tests/websocket/tests/hybi/handshake-fail-by-no-cr-expected.txt:
+ * http/tests/websocket/tests/hybi/handshake-fail-by-no-upgrade-header-expected.txt:
+ * http/tests/websocket/tests/hybi/handshake-fail-by-prepended-null-expected.txt:
+ * http/tests/websocket/tests/hybi/handshake-fail-by-wrong-accept-header-expected.txt:
+ * http/tests/websocket/tests/hybi/interleaved-fragments-expected.txt:
+ * http/tests/websocket/tests/hybi/invalid-continuation-expected.txt:
+ * http/tests/websocket/tests/hybi/invalid-subprotocol-characters-expected.txt:
+ * http/tests/websocket/tests/hybi/invalid-subprotocols-expected.txt:
+ * http/tests/websocket/tests/hybi/long-control-frame-expected.txt:
+ * http/tests/websocket/tests/hybi/long-invalid-header-expected.txt:
+ * http/tests/websocket/tests/hybi/reserved-bits-expected.txt:
+ * http/tests/websocket/tests/hybi/reserved-opcodes-expected.txt:
+ * http/tests/websocket/tests/hybi/send-file-blob-fail-expected.txt:
+ * http/tests/websocket/tests/hybi/too-long-payload-expected.txt:
+ * http/tests/websocket/tests/hybi/url-parsing-expected.txt:
+ * http/tests/websocket/tests/hybi/websocket-event-target-expected.txt:
+ * http/tests/websocket/tests/hybi/workers/close-code-and-reason-expected.txt:
+ * http/tests/websocket/tests/hybi/workers/close-expected.txt:
+ * http/tests/xmlhttprequest/access-control-basic-denied-expected.txt:
+ * http/tests/xmlhttprequest/access-control-basic-denied-preflight-cache-expected.txt:
+ * http/tests/xmlhttprequest/access-control-basic-get-fail-non-simple-expected.txt:
+ * http/tests/xmlhttprequest/access-control-basic-non-simple-deny-cached-expected.txt:
+ * http/tests/xmlhttprequest/access-control-basic-post-fail-non-simple-content-type-expected.txt:
+ * http/tests/xmlhttprequest/access-control-basic-whitelist-response-headers-expected.txt:
+ * http/tests/xmlhttprequest/access-control-preflight-async-header-denied-expected.txt:
+ * http/tests/xmlhttprequest/access-control-preflight-async-method-denied-expected.txt:
+ * http/tests/xmlhttprequest/access-control-preflight-async-not-supported-expected.txt:
+ * http/tests/xmlhttprequest/access-control-preflight-sync-header-denied-expected.txt:
+ * http/tests/xmlhttprequest/access-control-preflight-sync-method-denied-expected.txt:
+ * http/tests/xmlhttprequest/access-control-preflight-sync-not-supported-expected.txt:
+ * http/tests/xmlhttprequest/access-control-sandboxed-iframe-denied-expected.txt:
+ * http/tests/xmlhttprequest/access-control-sandboxed-iframe-denied-without-wildcard-expected.txt:
+ * http/tests/xmlhttprequest/cross-origin-no-authorization-expected.txt:
+ * http/tests/xmlhttprequest/cross-origin-no-credential-prompt-expected.txt:
+ * http/tests/xmlhttprequest/cross-site-denied-response-expected.txt:
+ * http/tests/xmlhttprequest/cross-site-denied-response-sync-2-expected.txt:
+ * http/tests/xmlhttprequest/cross-site-denied-response-sync-expected.txt:
+ * http/tests/xmlhttprequest/get-dangerous-headers-expected.txt:
+ * http/tests/xmlhttprequest/getResponseHeader-expected.txt:
+ * http/tests/xmlhttprequest/onerror-event-expected.txt:
+ * http/tests/xmlhttprequest/origin-whitelisting-https-expected.txt:
+ * http/tests/xmlhttprequest/origin-whitelisting-ip-addresses-with-subdomains-expected.txt:
+ * http/tests/xmlhttprequest/origin-whitelisting-removal-expected.txt:
+ * http/tests/xmlhttprequest/set-dangerous-headers-expected.txt:
+ * http/tests/xmlhttprequest/simple-cross-origin-denied-events-expected.txt:
+ * http/tests/xmlhttprequest/simple-cross-origin-denied-events-post-expected.txt:
+ * http/tests/xmlhttprequest/simple-cross-origin-denied-events-post-sync-expected.txt:
+ * http/tests/xmlhttprequest/simple-cross-origin-denied-events-sync-expected.txt:
+ * http/tests/xmlhttprequest/simple-cross-origin-progress-events-expected.txt:
+ * http/tests/xmlhttprequest/workers/access-control-basic-get-fail-non-simple-expected.txt:
+ * http/tests/xmlhttprequest/xmlhttprequest-sync-no-progress-events-expected.txt:
+ * jquery/event-expected.txt:
+ * media/csp-blocks-video-expected.txt:
+ * platform/chromium-linux/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom-expected.txt:
+ * platform/chromium-linux/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value-expected.txt:
+ * platform/chromium-linux/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom-expected.txt:
+ * platform/chromium-linux/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute-expected.txt:
+ * platform/chromium-linux/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS-expected.txt:
+ * platform/chromium-linux/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode-expected.txt:
+ * platform/chromium-linux/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS-expected.txt:
+ * platform/chromium-linux/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value-expected.txt:
+ * platform/chromium-linux/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom-expected.txt:
+ * platform/chromium-linux/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute-expected.txt:
+ * platform/chromium-linux/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS-expected.txt:
+ * platform/chromium-linux/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode-expected.txt:
+ * platform/chromium-linux/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS-expected.txt:
+ * platform/chromium-linux/http/tests/security/xssAuditor/javascript-link-HTML-entities-null-char-expected.txt:
+ * platform/chromium-linux/http/tests/websocket/tests/hixie76/bad-sub-protocol-control-chars-expected.txt:
+ * platform/chromium-linux/http/tests/websocket/tests/hixie76/url-parsing-expected.txt:
+ * platform/chromium-mac/fast/history/timed-refresh-in-cached-frame-expected.txt:
+ * platform/chromium-mac/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
+ * platform/chromium-mac/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
+ * platform/chromium-mac/http/tests/websocket/tests/hixie76/bad-sub-protocol-control-chars-expected.txt:
+ * platform/chromium-mac/http/tests/websocket/tests/hixie76/url-parsing-expected.txt:
+ * platform/chromium-win/fast/history/timed-refresh-in-cached-frame-expected.txt:
+ * platform/chromium-win/fast/xmlhttprequest/xmlhttprequest-no-file-access-expected.txt:
+ * platform/chromium-win/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt:
+ * platform/chromium-win/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt:
+ * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom-expected.txt:
+ * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value-expected.txt:
+ * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom-expected.txt:
+ * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute-expected.txt:
+ * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS-expected.txt:
+ * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode-expected.txt:
+ * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS-expected.txt:
+ * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value-expected.txt:
+ * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom-expected.txt:
+ * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute-expected.txt:
+ * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS-expected.txt:
+ * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode-expected.txt:
+ * platform/chromium-win/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS-expected.txt:
+ * platform/chromium-win/http/tests/websocket/tests/hixie76/bad-sub-protocol-control-chars-expected.txt:
+ * platform/chromium-win/http/tests/websocket/tests/hixie76/url-parsing-expected.txt:
+ * platform/chromium-win/websocket/tests/bad-sub-protocol-control-chars-expected.txt:
+ * platform/chromium-win/websocket/tests/bad-sub-protocol-expected.txt:
+ * platform/chromium-win/websocket/tests/bad-sub-protocol-non-ascii-expected.txt:
+ * platform/chromium-win/websocket/tests/url-parsing-expected.txt:
+ * platform/chromium/fast/dom/Geolocation/notimer-after-unload-expected.txt:
+ * platform/chromium/fast/events/onbeforeunload-focused-iframe-expected.txt:
+ * platform/chromium/fast/events/onunload-clears-onbeforeunload-expected.txt:
+ * platform/chromium/fast/events/onunload-expected.txt:
+ * platform/chromium/fast/events/onunload-not-on-body-expected.txt:
+ * platform/chromium/fast/events/onunload-window-property-expected.txt:
+ * platform/chromium/fast/events/pageshow-pagehide-on-back-uncached-expected.txt:
+ * platform/chromium/fast/history/timed-refresh-in-cached-frame-expected.txt:
+ * platform/chromium/fast/loader/frames-with-unload-handlers-in-page-cache-expected.txt:
+ * platform/chromium/fast/loader/page-dismissal-modal-dialogs-expected.txt:
+ * platform/chromium/fast/loader/recursive-before-unload-crash-expected.txt:
+ * platform/chromium/http/tests/inspector/console-xhr-logging-expected.txt:
+ * platform/chromium/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt:
+ * platform/chromium/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt:
+ * platform/chromium/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt:
+ * platform/chromium/http/tests/security/contentSecurityPolicy/media-src-blocked-expected.txt:
+ * platform/chromium/http/tests/security/cross-frame-access-call-expected.txt:
+ * platform/chromium/http/tests/security/cross-frame-access-document-direct-expected.txt:
+ * platform/chromium/http/tests/security/cross-frame-access-enumeration-expected.txt:
+ * platform/chromium/http/tests/security/cross-frame-access-history-get-expected.txt:
+ * platform/chromium/http/tests/security/cross-frame-access-history-put-expected.txt:
+ * platform/chromium/http/tests/security/cross-frame-access-location-put-expected.txt:
+ * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe-expected.txt:
+ * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open-expected.txt:
+ * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level-expected.txt:
+ * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-expected.txt:
+ * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame-expected.txt:
+ * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-to-data-url-expected.txt:
+ * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-javascript-url-window-open-expected.txt:
+ * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url-expected.txt:
+ * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-expected.txt:
+ * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-location-change-expected.txt:
+ * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open-expected.txt:
+ * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-2-level-expected.txt:
+ * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-expected.txt:
+ * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase-expected.txt:
+ * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-window-open-expected.txt:
+ * platform/chromium/http/tests/security/frameNavigation/xss-DENIED-plugin-navigation-expected.txt:
+ * platform/chromium/http/tests/security/inactive-document-with-empty-security-origin-expected.txt:
+ * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom-expected.txt:
+ * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value-expected.txt:
+ * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom-expected.txt:
+ * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute-expected.txt:
+ * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS-expected.txt:
+ * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode-expected.txt:
+ * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS-expected.txt:
+ * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value-expected.txt:
+ * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom-expected.txt:
+ * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute-expected.txt:
+ * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS-expected.txt:
+ * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode-expected.txt:
+ * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS-expected.txt:
+ * platform/chromium/http/tests/security/listener/xss-JSTargetNode-onclick-addEventListener-expected.txt:
+ * platform/chromium/http/tests/security/listener/xss-JSTargetNode-onclick-shortcut-expected.txt:
+ * platform/chromium/http/tests/security/listener/xss-XMLHttpRequest-addEventListener-expected.txt:
+ * platform/chromium/http/tests/security/listener/xss-XMLHttpRequest-shortcut-expected.txt:
+ * platform/chromium/http/tests/security/listener/xss-window-onclick-addEventListener-expected.txt:
+ * platform/chromium/http/tests/security/listener/xss-window-onclick-shortcut-expected.txt:
+ * platform/chromium/http/tests/security/mixedContent/insecure-iframe-in-main-frame-allowed-expected.txt:
+ * platform/chromium/http/tests/security/mixedContent/insecure-iframe-in-main-frame-blocked-expected.txt:
+ * platform/chromium/http/tests/security/mixedContent/insecure-image-in-main-frame-allowed-expected.txt:
+ * platform/chromium/http/tests/security/mixedContent/insecure-image-in-main-frame-blocked-expected.txt:
+ * platform/chromium/http/tests/security/mixedContent/insecure-script-in-main-frame-allowed-expected.txt:
+ * platform/chromium/http/tests/security/mixedContent/insecure-script-in-main-frame-blocked-expected.txt:
+ * platform/chromium/http/tests/security/redirect-BLOCKED-to-localURL-expected.txt:
+ * platform/chromium/http/tests/security/window-named-proto-expected.txt:
+ * platform/chromium/http/tests/security/xss-DENIED-assign-location-href-javascript-expected.txt:
+ * platform/chromium/http/tests/security/xss-DENIED-frame-name-expected.txt:
+ * platform/chromium/http/tests/websocket/tests/hybi/bad-sub-protocol-control-chars-expected.txt:
+ * platform/chromium/http/tests/websocket/tests/hybi/url-parsing-expected.txt:
+ * platform/chromium/media/csp-blocks-video-expected.txt:
+ * platform/chromium/plugins/document-open-expected.txt:
+ * platform/mac-leopard/http/tests/inspector/console-websocket-error-expected.txt:
+ * platform/mac/http/tests/inspector/console-websocket-error-expected.txt:
+ * platform/qt/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt:
+ * platform/qt/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt:
+ * platform/qt/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt:
+ * platform/qt/http/tests/websocket/tests/hixie76/bad-sub-protocol-non-ascii-expected.txt:
+ * platform/qt/http/tests/websocket/tests/hybi/bad-sub-protocol-non-ascii-expected.txt:
+ * plugins/document-open-expected.txt:
+ * plugins/get-user-agent-with-null-npp-from-npp-new-expected.txt:
+ * plugins/geturlnotify-during-document-teardown-expected.txt:
+ * plugins/netscape-plugin-map-data-to-src-expected.txt:
+ * plugins/netscape-plugin-setwindow-size-2-expected.txt:
+ * plugins/netscape-plugin-setwindow-size-expected.txt:
+ * plugins/no-mime-with-valid-extension-expected.txt:
+ * plugins/open-and-close-window-with-plugin-expected.txt:
+ * plugins/pass-different-npp-struct-expected.txt:
+ * plugins/window-open-expected.txt:
+ * storage/open-database-creation-callback-expected.txt:
+ * storage/open-database-set-empty-version-expected.txt:
+
+2012-01-12 Alexander Pavlov <apavlov@chromium.org>
+
+ [Chromium] Unreviewed, update test expectations.
+
+ * platform/chromium/test_expectations.txt:
+
+2012-01-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
+
+ Update skipped file for layout test of EFL port.
+ https://bugs.webkit.org/show_bug.cgi?id=76024
+
+ Reviewed by Andreas Kling.
+
+ test_expectations.txt for EFL port is now containing list of skipped test cases.
+ But, I could notice that file 'Skipped' is proper location for the skipped test case.
+
+ In addition, some additional test cases are added to Skipped file.
+
+ * platform/efl/Skipped:
+ * platform/efl/test_expectations.txt:
+
+2012-01-11 Mike Lawther <mikelawther@chromium.org>
+
+ block mask overlay test for CSS3 calc
+ https://bugs.webkit.org/show_bug.cgi?id=75896
+
+ Reviewed by Ryosuke Niwa.
+
+ Tests for future implementation of CSS3 calc() (see http://webkit.org/b/16662)
+
+ These tests are expected to 'fail', and will pass once calc() functionality is landed.
+ For now, they serve to demonstrate that the current code doesn't crash on these tests.
+
+ * css3/calc/block-mask-overlay-image-outset-expected-mismatch.html: Added.
+ * css3/calc/block-mask-overlay-image-outset.html: Added.
+ * css3/calc/resources/mask.png: Added.
+
+2012-01-11 Dmitry Titov <dimich@chromium.org>
+
+ [Chromium] Baseline for new test added in http://trac.webkit.org/changeset/104786
+
+ Unreviewed.
+
+ * platform/chromium/fast/css/parsing-font-variant-ligatures-expected.txt: Added.
+
+2012-01-11 Dan Bernstein <mitz@apple.com>
+
+ <rdar://problem/10679035> Implement font-variant-ligatures: {no-}common-ligatures
+ https://bugs.webkit.org/show_bug.cgi?id=76103
+
+ Reviewed by Sam Weinig.
+
+ * fast/css/getComputedStyle/computed-style-expected.txt:
+ * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+ * fast/css/parsing-font-variant-ligatures.html: Added.
+ * fast/text/font-variant-ligatures-expected.html: Added.
+ * fast/text/font-variant-ligatures.html: Added.
+ * platform/chromium-mac-snowleopard/svg/css/getComputedStyle-basic-expected.txt:
+ * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
+ * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+ * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
+ * platform/gtk/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+ * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+ * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+ * svg/css/getComputedStyle-basic-expected.txt:
+
+2012-01-11 Tony Chang <tony@chromium.org>
+
+ Overflow on flexitems doesn't work
+ https://bugs.webkit.org/show_bug.cgi?id=70979
+
+ Reviewed by Ojan Vafai.
+
+ Add test cases for flex items that overflow. There should be
+ non-disabled scrollbars.
+
+ * css3/flexbox/child-overflow-expected.html: Added.
+ * css3/flexbox/child-overflow.html: Added.
+
+2012-01-11 Mike Lawther <mikelawther@chromium.org>
+
+ margin test for CSS3 calc
+ https://bugs.webkit.org/show_bug.cgi?id=76000
+
+ Reviewed by Daniel Bates.
+
+ Tests for future implementation of CSS3 calc() (see http://webkit.org/b/16662)
+
+ These tests are expected to 'fail', and will pass once calc() functionality is landed.
+ For now, they serve to demonstrate that the current code doesn't crash on these tests.
+
+ * css3/calc/margin-expected.txt: Added.
+ * css3/calc/margin.html: Added.
+
+2012-01-11 Adrienne Walker <enne@google.com>
+
+ Repaint all graphics layers when their renderer offset changes
+ https://bugs.webkit.org/show_bug.cgi?id=75730
+
+ Reviewed by Simon Fraser.
+
+ * compositing/geometry/foreground-offset-change-expected.png: Added.
+ * compositing/geometry/foreground-offset-change-expected.txt: Added.
+ * compositing/geometry/foreground-offset-change.html: Added.
+
+2012-01-11 Dmitry Titov <dimich@chromium.org>
+
+ [Chromium] Rebaseline test images for input controls
+ after http://src.chromium.org/viewvc/chrome?view=rev&revision=117217
+ https://bugs.webkit.org/show_bug.cgi?id=76134
+
+ Unreviewed.
+
+ * platform/chromium-mac-leopard/fast/forms/basic-selects-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/menulist-restrict-line-height-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/menulist-style-color-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/number/input-appearance-spinbutton-layer-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/select-baseline-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/basic-selects-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/menulist-restrict-line-height-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/menulist-separator-painting-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/menulist-style-color-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-layer-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/select-baseline-expected.png:
+
+2012-01-11 Gavin Barraclough <barraclough@apple.com>
+
+ Object.defineProperty([], 'length', {}) should not make length read-only
+ https://bugs.webkit.org/show_bug.cgi?id=76097
+
+ Reviewed by Oliver Hunt.
+
+ * fast/js/array-defineOwnProperty-expected.txt:
+ * fast/js/script-tests/array-defineOwnProperty.js:
+ - Added test.
+
+2012-01-11 Adam Barth <abarth@webkit.org>
+
+ iframe sandbox doesn't block autofocus (IETC automatic-feature-block-autofocus-form-control)
+ https://bugs.webkit.org/show_bug.cgi?id=76120
+
+ Reviewed by Eric Seidel.
+
+ * fast/forms/no-autofocus-in-sandbox-expected.txt: Added.
+ * fast/forms/no-autofocus-in-sandbox.html: Added.
+
+2012-01-11 Joshua Bell <jsbell@chromium.org>
+
+ IndexedDB: Methods should throw TRANSACTION_INACTIVE_ERR when transaction is completed/aborted
+ https://bugs.webkit.org/show_bug.cgi?id=76108
+
+ Reviewed by Tony Chang.
+
+ * storage/indexeddb/constants-expected.txt:
+ * storage/indexeddb/constants.html:
+ * storage/indexeddb/deleteIndex-expected.txt:
+ * storage/indexeddb/deleteIndex.html:
+ * storage/indexeddb/set_version_queue-expected.txt:
+ * storage/indexeddb/set_version_queue.html:
+ * storage/indexeddb/transaction-abort-expected.txt:
+ * storage/indexeddb/transaction-abort.html:
+ * storage/indexeddb/transaction-basics-expected.txt:
+ * storage/indexeddb/transaction-basics.html:
+
+2012-01-11 Wei Jia <wjia@chromium.org>
+
+ implement layout tests for <video> with media stream
+ https://bugs.webkit.org/show_bug.cgi?id=74882
+
+ Reviewed by Kent Tamura.
+
+ * platform/chromium/media/video-capture-preview-expected.txt: Added.
+ * platform/chromium/media/video-capture-preview.html: Added.
+
+2012-01-09 Geoffrey Garen <ggaren@apple.com>
+
+ REGRESSION: d3 Bullet Charts demo doesn't work (call with argument assignment is broken)
+ https://bugs.webkit.org/show_bug.cgi?id=75911
+
+ Reviewed by Filip Pizlo.
+
+ * fast/js/function-argument-evaluation-expected.txt: Added.
+ * fast/js/function-argument-evaluation.html: Added.
+
+2012-01-11 Adam Barth <abarth@webkit.org>
+
+ IETC audio-interface-inherit.129 claims NETWORK_NO_SOURCE should not be overrideable
+ https://bugs.webkit.org/show_bug.cgi?id=76085
+
+ Reviewed by Eric Seidel.
+
+ As far as I can tell, the IETC test of this feature is wrong.
+ NETWORK_NO_SOURCE should be immutable on the interface object and on
+ the interface prototype object, but JavaScript should be able to shadow
+ the property on an instance.
+
+ * media/network-no-source-const-shadow-expected.txt: Added.
+ * media/network-no-source-const-shadow.html: Added.
+
+2012-01-11 Adam Barth <abarth@webkit.org>
+
+ iframe sandbox doesn't block videos from autoplaying (IETC automatic-feature-block-autoplay-video)
+ https://bugs.webkit.org/show_bug.cgi?id=76111
+
+ Reviewed by Eric Seidel.
+
+ Test based on video-no-autoplay.html.
+
+ * media/no-auto-play-in-sandbox-expected.txt: Added.
+ * media/no-auto-play-in-sandbox.html: Added.
+ * media/resources/no-auto-play-in-sandbox-iframe.html: Added.
+
+2012-01-11 Joshua Bell <jsbell@chromium.org>
+
+ IndexedDB: Version change transaction should abort if constraints fail during createIndex
+ https://bugs.webkit.org/show_bug.cgi?id=76094
+
+ Reviewed by Tony Chang.
+
+ * storage/indexeddb/index-population-expected.txt: Added.
+ * storage/indexeddb/index-population.html: Added.
+
+2012-01-11 Mike Lawther <mikelawther@chromium.org>
+
+ line height test for CSS3 calc
+ https://bugs.webkit.org/show_bug.cgi?id=75998
+
+ Reviewed by Daniel Bates.
+
+ Tests for future implementation of CSS3 calc() (see http://webkit.org/b/16662)
+
+ These tests are expected to 'fail', and will pass once calc() functionality is landed.
+ For now, they serve to demonstrate that the current code doesn't crash on these tests.
+
+ * css3/calc/line-height-expected.txt: Added.
+ * css3/calc/line-height.html: Added.
+
+2012-01-11 Eugene Girard <girard@google.com>
+
+ Typo in error message: Unexpected token 'defualt'
+ https://bugs.webkit.org/show_bug.cgi?id=75105
+
+ Reviewed by Simon Fraser.
+
+ * fast/js/reserved-words-as-property-expected.txt:
+
+2012-01-11 Ojan Vafai <ojan@chromium.org>
+
+ Fix duplicate expectations from r104715.
+ This was causing the Chromium Windows tests not to run.
+
+ * platform/chromium/test_expectations.txt:
+
+2012-01-11 Kent Tamura <tkent@chromium.org>
+
+ Rename HTMLInputElement::setDefaultName to setInitialName.
+ https://bugs.webkit.org/show_bug.cgi?id=76039
+
+ Reviewed by Darin Adler.
+
+ * fast/forms/isindex-name-expected.txt: Added.
+ * fast/forms/isindex-name.html: Added.
+
+2012-01-11 Raymond Toy <rtoy@google.com>
+
+ Webaudio layout tests need to override the WebKitWebAudioEnabled
+ https://bugs.webkit.org/show_bug.cgi?id=76066
+
+ Reviewed by Tony Chang.
+
+ * webaudio/convolution-mono-mono.html:
+ Load audio-testing.js to add override for WebKitWebAudioEnabled.
+
+2012-01-11 Kenneth Russell <kbr@google.com>
+
+ [chromium] Color profiles are incorrect for images without premultiplied alpha
+ https://bugs.webkit.org/show_bug.cgi?id=75999
+
+ Reviewed by Stephen White.
+
+ Verify that the image's contents don't get destroyed if using both
+ separate alpha as well as the browser's colorspace conversion.
+
+ * fast/canvas/webgl/resources/tan-1x1-with-alpha.png: Added.
+ * fast/canvas/webgl/texture-color-profile-expected.txt: Added.
+ * fast/canvas/webgl/texture-color-profile.html: Added.
+
+2012-01-11 Joel Webber <jgw@google.com>
+
+ Implement setCurrentTime() and pauseAnimations() on SVGSVGElement
+ https://bugs.webkit.org/show_bug.cgi?id=12073
+
+ Reviewed by Nikolas Zimmermann.
+
+ * platform/chromium-linux/svg/animations/animate-setcurrenttime-expected.png: Added.
+ * platform/chromium-linux/svg/animations/animate-setcurrenttime-expected.txt: Added.
+ * svg/animations/animate-setcurrenttime.svg: Added.
+
+2012-01-11 Stephen Chenney <schenney@chromium.org>
+
+ REGRESSION(r103130) - svg/W3C-SVG-1.1/animate-elem-*-t.svg asserting
+ https://bugs.webkit.org/show_bug.cgi?id=74788
+
+ Unreviewed chromium expectations update, pending a real fix.
+
+ * platform/chromium/test_expectations.txt: Added animate-elem-60-t.svg linux debug flakey crash
+
+2012-01-11 Pavel Feldman <pfeldman@google.com>
+
+ Web Inspector: "undefined" instead of error message in the SourceFrame.
+ https://bugs.webkit.org/show_bug.cgi?id=76060
+
+ Reviewed by Yury Semikhatsky.
+
+ * http/tests/inspector-enabled/console-log-before-frame-navigation.html:
+ * inspector/debugger/source-frame-expected.txt:
+
+2012-01-11 Pavel Feldman <pfeldman@google.com>
+
+ Web Inspector: make setOuterHTML use new DOMEditor, cover it with tests.
+ https://bugs.webkit.org/show_bug.cgi?id=76056
+
+ Reviewed by Yury Semikhatsky.
+
+ * inspector/elements/edit-dom-actions-expected.txt:
+ * inspector/elements/edit-dom-actions.html:
+ * inspector/elements/set-outer-html-expected.txt: Added.
+ * inspector/elements/set-outer-html.html: Added.
+
+2012-01-11 Balazs Kelemen <kbalazs@webkit.org>
+
+ [Qt][WK2] css3/filters/should-not-have-compositing-layer.html is failing since added in 104622
+ https://bugs.webkit.org/show_bug.cgi?id=76061
+
+ Unreviewed gardening.
+
+ * platform/qt-wk2/Skipped: Skip failig test.
+
+2012-01-11 Balazs Kelemen <kbalazs@webkit.org>
+
+ WebKit2 needs layoutTestController.overridePreference
+ https://bugs.webkit.org/show_bug.cgi?id=42197
+
+ Unreviewed gardening.
+
+ Skip new dependent tests.
+
+ * platform/wk2/Skipped:
+
+2012-01-11 Csaba Osztrogonác <ossy@webkit.org>
+
+ [Qt] Some css3 filter tests are failing after r104698
+ https://bugs.webkit.org/show_bug.cgi?id=76055
+
+ Reviewed by Simon Hausmann.
+
+ * platform/qt/Skipped: Unskip now passing tests.
+
+2012-01-11 Gabor Rapcsanyi <rgabor@webkit.org>
+
+ [Qt] Some css3 filter tests are failing after r104698
+ https://bugs.webkit.org/show_bug.cgi?id=76055
+
+ Unreviewed gardening.
+
+ * platform/qt/Skipped:
+
+2012-01-09 Alexandru Chiculita <achicu@adobe.com>
+
+ [CSS Shaders] Move CustomFilterOperation to the platform layer
+ https://bugs.webkit.org/show_bug.cgi?id=74652
+
+ Reviewed by Chris Marrin.
+
+ * css3/filters/custom-filter-shader-cache-expected.png: Added.
+ * css3/filters/custom-filter-shader-cache-expected.txt: Added.
+ * css3/filters/custom-filter-shader-cache.html: Added.
+ Testing that multiple elements can share the same shaders cached resources.
+
+ * css3/filters/missing-custom-filter-shader-expected.png: Added.
+ * css3/filters/missing-custom-filter-shader-expected.txt: Added.
+ * css3/filters/missing-custom-filter-shader.html: Added.
+ Testing that we don't crash when shaders are missing and that we don't try to render
+ if one component of the pair (vertex shader, fragment shader) was not loaded yet.
+
+2012-01-11 Alexander Pavlov <apavlov@chromium.org>
+
+ [Chromium] Unreviewed, rebaseline http/tests/media/video-buffering-repaints-controls.html for Mac Leopard Debug.
+
+ * platform/chromium-mac-leopard/http/tests/media/video-buffering-repaints-controls-expected.png:
+ * platform/chromium-mac-leopard/http/tests/media/video-buffering-repaints-controls-expected.txt: Removed.
+
+2012-01-11 Gabor Rapcsanyi <rgabor@webkit.org>
+
+ [Qt] new test fast/forms/radio/radio-group.html failing after r104668
+ https://bugs.webkit.org/show_bug.cgi?id=76051
+
+ Unreviewed gardening.
+
+ * platform/qt/Skipped:
+
+2012-01-11 Alexander Pavlov <apavlov@chromium.org>
+
+ [Chromium] Skip failing fast/text/font-kerning.html reftest on Win7.
+
+ * platform/chromium-win/fast/text/font-kerning-expected.png: Removed.
+ * platform/chromium/test_expectations.txt:
+
+2012-01-11 Alexandru Chiculita <achicu@adobe.com>
+
+ CSS Filters: apply the filters in RenderLayerBacking::paintIntoLayer when filters cannot be composited in hardware
+ https://bugs.webkit.org/show_bug.cgi?id=75842
+
+ Reviewed by Simon Fraser.
+
+ Disabled the accelerated composition on some of the tests, so that we can test that software pipeline still works.
+ Note that we also have equivalent tests ending in "-hw.html" that test the accelerated composited mode.
+
+ * css3/filters/effect-blur.html:
+ * css3/filters/effect-brightness.html:
+ * css3/filters/effect-combined.html:
+ * css3/filters/effect-contrast.html:
+ * css3/filters/effect-custom-expected.png: Reverted the expected results for CSS Shader test with WebGL enabled.
+ * css3/filters/effect-custom-expected.txt: Added some output to the test, to make it easy to understand what is tested.
+ * css3/filters/effect-custom.html: Also forced enabled WebGL using layoutTestController.overridePreference.
+ * css3/filters/effect-drop-shadow.html:
+ * css3/filters/effect-grayscale.html:
+ * css3/filters/effect-hue-rotate.html:
+ * css3/filters/effect-invert.html:
+ * css3/filters/effect-opacity.html:
+ * css3/filters/effect-saturate.html:
+ * css3/filters/effect-sepia.html:
+ * css3/filters/filter-repaint.html:
+
+2012-01-11 Philippe Normand <pnormand@igalia.com>
+
+ Unreviewed, GTK rebaseline after r104678.
+
+ * platform/gtk/Skipped: Skip failing fast/text/font-kerning.html
+ ref test.
+ * platform/gtk/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+
+2012-01-11 Csaba Osztrogonác <ossy@webkit.org>
+
+ Implement the font-kerning CSS property
+ https://bugs.webkit.org/show_bug.cgi?id=76033
+
+ Unreviewed gardening after r104678.
+
+ * svg/css/getComputedStyle-basic-expected.txt:
+
+2012-01-11 Alexander Pavlov <apavlov@chromium.org>
+
+ [Chromium] Unreviewed, mark http/tests/media/video-buffering-repaints-controls.html as timing out on Leopard.
+ https://bugs.webkit.org/show_bug.cgi?id=75570
+
+ * platform/chromium/test_expectations.txt:
+
+2012-01-11 Alexander Pavlov <apavlov@chromium.org>
+
+ [Chromium] Unreviewed, more rebaselines after r104678.
+
+ * platform/chromium-mac-snowleopard/svg/css/getComputedStyle-basic-expected.txt: Added.
+ * platform/chromium-win/fast/text/font-kerning-expected.png: Added.
+
+2012-01-11 Alexander Pavlov <apavlov@chromium.org>
+
+ [Chromium] Unreviewed, rebaseline fast/css/getComputedStyle/computed-style.html after r104678.
+
+ * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
+
+2012-01-11 Alexander Pavlov <apavlov@chromium.org>
+
+ [Chromium] Unreviewed, add baselines for http/tests/media/video-buffering-repaints-controls.html
+
+ * platform/chromium-mac-leopard/http/tests/media/video-buffering-repaints-controls-expected.png: Added.
+ * platform/chromium-mac-leopard/http/tests/media/video-buffering-repaints-controls-expected.txt: Added.
+ * platform/chromium-mac-snowleopard/http/tests/media/video-buffering-repaints-controls-expected.png: Added.
+ * platform/chromium-mac-snowleopard/http/tests/media/video-buffering-repaints-controls-expected.txt: Copied from LayoutTests/platform/chromium-linux/http/tests/media/video-buffering-repaints-controls-expected.txt.
+ * platform/chromium-win/http/tests/media/video-buffering-repaints-controls-expected.png: Added.
+ * platform/chromium-win/http/tests/media/video-buffering-repaints-controls-expected.txt: Renamed from LayoutTests/platform/chromium-linux/http/tests/media/video-buffering-repaints-controls-expected.txt.
+
+2012-01-11 David Kilzer <ddkilzer@apple.com>
+
+ Fix fast/spatial-navigation/snav-media-elements.html
+ <http://webkit.org/b/76028>
+
+ Reviewed by Daniel Bates.
+
+ * fast/spatial-navigation/snav-media-elements-expected.txt: Update
+ results.
+ * fast/spatial-navigation/snav-media-elements.html: Fix
+ test-complete code path by using js-test-post-async.js. Note
+ that the path to js-test-post.js was incorrect, so it was never
+ even loaded.
+
+2012-01-11 Dan Bernstein <mitz@apple.com>
+
+ <rdar://problem/10674686> Implement the font-kerning CSS property
+ https://bugs.webkit.org/show_bug.cgi?id=76033
+
+ Reviewed by Darin Adler.
+
+ * fast/css/getComputedStyle/computed-style-expected.txt:
+ * fast/text/font-kerning-expected.html: Added.
+ * fast/text/font-kerning.html: Added.
+ * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+ * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
+ * platform/gtk/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+ * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+ * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+ * svg/css/getComputedStyle-basic-expected.txt:
+
+2012-01-10 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r104263 and r104381.
+ http://trac.webkit.org/changeset/104263
+ http://trac.webkit.org/changeset/104381
+ https://bugs.webkit.org/show_bug.cgi?id=76029
+
+ Preparation to rollout r104210 (Requested by rniwa on
+ #webkit).
+
+ * fast/dom/node-list-length-after-removing-node-expected.txt: Removed.
+ * fast/dom/node-list-length-after-removing-node.html: Removed.
+
+2012-01-04 Kent Tamura <tkent@chromium.org>
+
+ A radio button not in a Document should not join a radio button group
+ https://bugs.webkit.org/show_bug.cgi?id=45719
+
+ Reviewed by Darin Adler.
+
+ * fast/forms/radio/radio-group-expected.txt: Added.
+ * fast/forms/radio/radio-group.html: Added.
+
+2012-01-10 João Paulo Rechi Vita <jprvita@openbossa.org>
+
+ [Qt] Unskiping more passing tests
+ https://bugs.webkit.org/show_bug.cgi?id=46249
+
+ Reviewed by Eric Seidel.
+
+ * platform/qt/Skipped:
+
+2012-01-10 Filip Pizlo <fpizlo@apple.com>
+
+ DFG inlining block linking compares BlockIndex against bytecode index
+ https://bugs.webkit.org/show_bug.cgi?id=76018
+ <rdar://problem/10671979>
+
+ Reviewed by Gavin Barraclough.
+
+ * fast/js/dfg-inline-many-blocks-expected.txt: Added.
+ * fast/js/dfg-inline-many-blocks.html: Added.
+ * fast/js/script-tests/dfg-inline-many-blocks.js: Added.
+ (stuff):
+ (foo):
+ (fuzz):
+ (baz):
+ (bar):
+
+2012-01-10 Dale Curtis <dalecurtis@chromium.org>
+
+ Repaint video controls when buffering during pause.
+ https://bugs.webkit.org/show_bug.cgi?id=73957
+
+ Adds video-buffering-repaints-controls test to verify the progress bar
+ repaints as new data is buffered when paused.
+
+ Reviewed by Hajime Morita.
+
+ * http/tests/media/video-buffering-repaints-controls.html: Added.
+ * platform/chromium-linux/http/tests/media/video-buffering-repaints-controls-expected.png: Added.
+ * platform/chromium-linux/http/tests/media/video-buffering-repaints-controls-expected.txt: Added.
+ * platform/chromium/test_expectations.txt:
+ * platform/gtk/test_expectations.txt:
+ * platform/mac/test_expectations.txt:
+ * platform/win/test_expectations.txt:
+
+2012-01-10 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r104543.
+ http://trac.webkit.org/changeset/104543
+ https://bugs.webkit.org/show_bug.cgi?id=76013
+
+ Asserts on Mac 10.6 dbg bots (Requested by dimich on #webkit).
+
+ * css3/calc/block-mask-overlay-image-outset-expected-mismatch.html: Removed.
+ * css3/calc/block-mask-overlay-image-outset.html: Removed.
+ * css3/calc/resources/mask.png: Removed.
+
+2012-01-10 Daniel Cheng <dcheng@chromium.org>
+
+ [chromium] Pasteboard::documentFragment should fall back to text if there's no HTML text
+ https://bugs.webkit.org/show_bug.cgi?id=75923
+
+ Reviewed by Tony Chang.
+
+ * editing/pasteboard/pasting-empty-html-falls-back-to-text-expected.txt: Added.
+ * editing/pasteboard/pasting-empty-html-falls-back-to-text.html: Added.
+
+2012-01-10 Mike Lawther <mikelawther@chromium.org>
+
+ padding test for CSS3 calc
+ https://bugs.webkit.org/show_bug.cgi?id=76005
+
+ Reviewed by Darin Adler.
+
+ Tests for future implementation of CSS3 calc() (see http://webkit.org/b/16662)
+
+ These tests are expected to 'fail', and will pass once calc() functionality is landed.
+ For now, they serve to demonstrate that the current code doesn't crash on these tests.
+
+ * css3/calc/padding-expected.txt: Added.
+ * css3/calc/padding.html: Added.
+
+2012-01-10 Chris Marrin <cmarrin@apple.com>
+
+ CIFilter version of Sepia Tone filter doesn't match software
+ https://bugs.webkit.org/show_bug.cgi?id=75129
+
+ Reviewed by Simon Fraser.
+
+ Updated sepia tone results for core image filters on CA layers to match changes. Updated sw results because
+ they had the wrong color space
+
+ * css3/filters/effect-sepia-expected.png:
+ * css3/filters/effect-sepia-hw-expected.png:
+
+2012-01-10 Tony Chang <tony@chromium.org>
+
+ Need to handle absolutely positioned elements inside flexboxes
+ https://bugs.webkit.org/show_bug.cgi?id=70793
+
+ Reviewed by David Hyatt.
+
+ * css3/flexbox/insert-text-crash-expected.txt: Added.
+ * css3/flexbox/insert-text-crash.html: Added.
+ * css3/flexbox/position-absolute-child-expected.txt: Added.
+ * css3/flexbox/position-absolute-child.html: Added.
+
+2012-01-10 Ryosuke Niwa <rniwa@webkit.org>
+
+ Chromium rebaseline after r104625.
+
+ * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
+ * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+ * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
+
+2012-01-10 Ryosuke Niwa <rniwa@webkit.org>
+
+ Qt rebaseline after r104625.
+
+ * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+
+2012-01-10 Stephen White <senorblanco@chromium.org>
+
+ Suppress failures caused by partial revert of r104566.
+ https://bugs.webkit.org/show_bug.cgi?id=75994
+
+ Reviewed by Dmitry Titov.
+
+ * platform/chromium/test_expectations.txt:
+
+2012-01-10 Dmitry Titov <dimich@chromium.org>
+
+ [Chromium] Unreviewed, rebaseline tests after r104575 and r104588.
+
+ * platform/chromium-mac-leopard/fast/layers/scroll-with-transform-composited-layer-expected.png: Added.
+ * platform/chromium-mac-leopard/fast/layers/scroll-with-transform-layer-expected.png: Added.
+
+2012-01-10 Dmitry Titov <dimich@chromium.org>
+
+ [Chromium] Unreviewed test expectations update. This test needs a new baseline for Vista.
+
+ * platform/chromium-win-vista/fast/text/unicode-variation-selector-expected.png: Added.
+
+2012-01-10 Simon Fraser <simon.fraser@apple.com>
+
+ Clean up RenderLayerBacking code that looks for the body
+ https://bugs.webkit.org/show_bug.cgi?id=39502
+
+ Reviewed by Dave Hyatt.
+
+ Tests for propagation of the <body> background to the root.
+
+ * fast/backgrounds/root-background-propagation-expected.png: Added.
+ * fast/backgrounds/root-background-propagation-expected.txt: Added.
+ * fast/backgrounds/root-background-propagation.html: Added.
+ * fast/backgrounds/root-background-propagation2-expected.png: Added.
+ * fast/backgrounds/root-background-propagation2-expected.txt: Added.
+ * fast/backgrounds/root-background-propagation2.html: Added.
+
+2012-01-10 Ojan Vafai <ojan@chromium.org>
+
+ Layout test rebaselines after r104606.
+
+ * platform/chromium-win/fast/harness/results-expected.txt: Renamed from LayoutTests/platform/chromium/fast/harness/results-expected.txt.
+
+2012-01-10 Ojan Vafai <ojan@chromium.org>
+
+ Rename flex-align to flex-item-align.
+ https://bugs.webkit.org/show_bug.cgi?id=75929
+
+ Reviewed by Darin Adler.
+
+ * css3/flexbox/css-properties-expected.txt:
+ * css3/flexbox/flex-align-column.html:
+ * css3/flexbox/flex-align-vertical-writing-mode.html:
+ * css3/flexbox/flex-align.html:
+ * css3/flexbox/line-wrapping.html:
+ * css3/flexbox/orthogonal-flex-directions.html:
+ * css3/flexbox/script-tests/css-properties.js:
+ * fast/css/getComputedStyle/computed-style-expected.txt:
+ * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+ * svg/css/getComputedStyle-basic-expected.txt:
+
+2012-01-10 Eric Carlson <eric.carlson@apple.com>
+
+ Replace TextTrackCue "getCueAsSource" method with "text" attribute
+ https://bugs.webkit.org/show_bug.cgi?id=75646
+
+ Reviewed by Darin Adler.
+
+ * media/track/track-cue-mutable-text-expected.txt: Added.
+ * media/track/track-cue-mutable-text.html: Added. New test for mutable cue text.
+ * media/track/track-cue-nothing-to-render-expected.txt: getCueAsSource() -> text.
+ * media/track/track-cue-nothing-to-render.html: Ditto.
+ * media/track/track-cue-rendering-expected.txt: Ditto.
+ * media/track/track-cue-rendering.html: Ditto.
+ * media/track/track-webvtt-tc001-utf8-expected.txt: Ditto.
+ * media/track/track-webvtt-tc001-utf8.html: Ditto.
+ * media/track/track-webvtt-tc002-bom-expected.txt: Ditto.
+ * media/track/track-webvtt-tc002-bom.html: Ditto.
+ * media/track/track-webvtt-tc003-newlines-expected.txt: Ditto.
+ * media/track/track-webvtt-tc003-newlines.html: Ditto.
+ * media/track/track-webvtt-tc004-magic-header-expected.txt: Ditto.
+ * media/track/track-webvtt-tc004-magic-header.html: Ditto.
+ * media/track/track-webvtt-tc005-header-comment-expected.txt: Ditto.
+ * media/track/track-webvtt-tc005-header-comment.html: Ditto.
+ * media/track/track-webvtt-tc006-cue-identifiers-expected.txt: Ditto.
+ * media/track/track-webvtt-tc006-cue-identifiers.html: Ditto.
+ * media/track/track-webvtt-tc007-cue-no-id-expected.txt: Ditto.
+ * media/track/track-webvtt-tc007-cue-no-id.html: Ditto.
+ * media/track/track-webvtt-tc008-timings-no-hours-expected.txt: Ditto.
+ * media/track/track-webvtt-tc008-timings-no-hours.html: Ditto.
+ * media/track/track-webvtt-tc009-timings-hour-expected.txt: Ditto.
+ * media/track/track-webvtt-tc009-timings-hour.html: Ditto.
+ * media/track/track-webvtt-tc011-blank-lines-expected.txt: Ditto.
+ * media/track/track-webvtt-tc011-blank-lines.html: Ditto.
+ * media/track/track-webvtt-tc028-unsupported-markup-expected.txt: Ditto.
+ * media/track/track-webvtt-tc028-unsupported-markup.html: Ditto.
+ * platform/mac/fast/dom/Window/window-properties-expected.txt: Remove getCueAsSource.
+
+2012-01-10 Chris Marrin <cmarrin@apple.com>
+
+ Turn off the FilterTrigger in WebKit and WebKit2
+ https://bugs.webkit.org/show_bug.cgi?id=75914
+
+ Reviewed by Simon Fraser.
+
+ Test to make sure compositing layers are off for filters
+
+ * css3/filters/should-not-have-compositing-layer-expected.txt: Added.
+ * css3/filters/should-not-have-compositing-layer.html: Added.
+
+2012-01-10 Stephen Chenney <schenney@chromium.org>
+
+ [Chromium] Rebaseline after r104585
+ https://bugs.webkit.org/show_bug.cgi?id=75981
+
+ Unreviewed Chromium expectations update.
+
+ * platform/chromium-linux/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
+ * platform/chromium-linux/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png:
+ * platform/chromium-linux/svg/custom/shapes-supporting-markers-expected.png:
+ * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
+ * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png:
+ * platform/chromium-mac-snowleopard/svg/custom/shapes-supporting-markers-expected.png:
+ * platform/chromium-win/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
+ * platform/chromium-win/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png:
+ * platform/chromium-win/svg/custom/shapes-supporting-markers-expected.png:
+ * platform/chromium/test_expectations.txt:
+
+2012-01-10 Noel Gordon <noel.gordon@gmail.com>
+
+ [chromium] Move inspector tests into the inspector test group
+ https://bugs.webkit.org/show_bug.cgi?id=75926
+
+ Reviewed by Adam Barth.
+
+ And mark http/tests/inspector/resource-tree/resource-tree-document-url.html as flaky.
+
+ * platform/chromium/test_expectations.txt:
+
+2012-01-10 Daniel Sievers <sievers@chromium.org>
+
+ [Chromium] Do not recreate texture updater for image layer if one exists.
+ https://bugs.webkit.org/show_bug.cgi?id=75589
+
+ Reviewed by James Robinson.
+
+ * platform/chromium/compositing/img-layer-grow-expected.png: Added.
+ * platform/chromium/compositing/img-layer-grow-expected.txt: Added.
+ * platform/chromium/compositing/img-layer-grow.html: Added.
+ * platform/chromium/compositing/resources/apple.jpg: Added.
+
+2012-01-10 Stephen White <senorblanco@chromium.org>
+
+ [chromium] Unreviewed gardening.
+
+ New baselines for SVG feColorMatrix tests after r104571.
+
+ * platform/chromium-linux/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
+ * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
+ * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
+ * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
+ * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
+ * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/filters-color-01-b-expected.png: Added.
+ * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png: Added.
+ * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png: Added.
+ * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png: Added.
+ * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png: Added.
+ * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
+ * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png: Added.
+ * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png: Added.
+ * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png: Added.
+ * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png: Added.
+ * platform/chromium-mac-snowleopard/svg/filters/feColorMatrix-offset-expected.png:
+ * platform/chromium-mac-snowleopard/svg/filters/feColorMatrix-saturate-expected.png: Added.
+ * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png: Removed.
+ * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png: Removed.
+ * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png: Removed.
+ * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png: Removed.
+ * platform/chromium-mac/svg/filters/feColorMatrix-saturate-expected.png: Removed.
+ * platform/chromium-win/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
+ * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
+ * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
+ * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
+ * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
+ * platform/chromium-win/svg/filters/feColorMatrix-offset-expected.png:
+ * platform/chromium-win/svg/filters/feColorMatrix-saturate-expected.png:
+ * platform/chromium/test_expectations.txt:
+ * platform/mac/svg/filters/feColorMatrix-saturate-expected.txt: Added.
+ * svg/filters/feColorMatrix-saturate-expected.txt: Removed.
+
+2012-01-10 Simon Fraser <simon.fraser@apple.com>
+
+ Improve keyboard navigation in layout test results
+ https://bugs.webkit.org/show_bug.cgi?id=75901
+
+ Reviewed by Ojan Vafai.
+
+ Add support for keyboard shortcuts for navigating the list of tests,
+ and for flagging tests.
+
+ 'i', 'k', 'k', and 'l' go foward, back, to first and to last, denoting
+ the current test with a red expand indicator.
+
+ 'e', 'c' and 't' expand, collapse and toggle the current test.
+
+ 'f' toggled a test as "flagged", which adds it to a copyable list
+ at the bottom of the document. The user can use flagging for whatever they want.
+
+ * fast/harness/resources/results-test.js:
+ (runTests):
+ (runTests.isCollapsed):
+ ():
+ * fast/harness/results-expected.txt:
+ * fast/harness/results.html:
+
+2012-01-10 Elliot Poger <epoger@google.com>
+
+ rebaselining some canvas images
+ https://bugs.webkit.org/show_bug.cgi?id=75552
+
+ Reviewed by Ryosuke Niwa.
+
+ * platform/chromium-gpu-linux/fast/canvas/canvas-text-baseline-expected.png:
+ * platform/chromium-gpu-linux/fast/canvas/quadraticCurveTo-expected.png:
+ * platform/chromium-gpu-mac/fast/canvas/canvas-text-baseline-expected.png: Added.
+ * platform/chromium-gpu-mac/fast/canvas/quadraticCurveTo-expected.png: Added.
+ * platform/chromium-gpu-win/fast/canvas/canvas-text-baseline-expected.png:
+ * platform/chromium-gpu-win/fast/canvas/quadraticCurveTo-expected.png:
+ * platform/chromium-mac-leopard/fast/canvas/quadraticCurveTo-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/canvas/canvas-lineWidth-expected.txt: Added.
+ * platform/chromium-mac-snowleopard/fast/canvas/canvas-text-baseline-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/canvas/quadraticCurveTo-expected.png: Added.
+ * platform/chromium/test_expectations.txt:
+
+2012-01-10 Gavin Barraclough <barraclough@apple.com>
+
+ Do not allow Array length to be set if it is non-configurable
+ https://bugs.webkit.org/show_bug.cgi?id=75935
+
+ Reviewed by Sam Weinig.
+
+ * fast/js/array-defineOwnProperty-expected.txt:
+ * fast/js/mozilla/strict/15.4.5.1-expected.txt:
+ * fast/js/script-tests/array-defineOwnProperty.js:
+ - Added one more test & some missing comments, updated results.
+
+2012-01-10 Gavin Barraclough <barraclough@apple.com>
+
+ Use SameValue to compare property descriptor values
+ https://bugs.webkit.org/show_bug.cgi?id=75975
+
+ Reviewed by Sam Weinig.
+
+ * fast/js/array-defineOwnProperty-expected.txt:
+ * fast/js/script-tests/array-defineOwnProperty.js:
+ - Add new test cases.
+
+2012-01-10 Tony Chang <tony@chromium.org>
+
+ [chromium] Fix expectations for worker-script-error.html on Mac/Linux
+ https://bugs.webkit.org/show_bug.cgi?id=75758
+
+ Reviewed by David Levin.
+
+ The Win results appear to apply to Mac and Linux as well.
+
+ * platform/chromium-win/fast/workers/worker-script-error-expected.txt: Removed.
+ * platform/chromium/fast/workers/worker-script-error-expected.txt:
+
+2012-01-10 Vsevolod Vlasov <vsevik@chromium.org>
+
+ http/tests/inspector/network-preflight-options.html is flaky on linux
+ https://bugs.webkit.org/show_bug.cgi?id=75917
+
+ Reviewed by Yury Semikhatsky.
+
+ * http/tests/inspector/network-preflight-options-expected.txt:
+ * http/tests/inspector/network-preflight-options.html:
+
+2012-01-10 Mario Sanchez Prada <msanchez@igalia.com>
+
+ AX: support helpText() in DumpRenderTree
+ https://bugs.webkit.org/show_bug.cgi?id=40193
+
+ Unreviewed. Remove no longer needed GTK-specific expectation.
+
+ * platform/gtk/accessibility/aria-describedby-on-input-expected.txt: Removed.
+
+2012-01-10 Mario Sanchez Prada <msanchez@igalia.com>
+
+ AX: support helpText() in DumpRenderTree
+ https://bugs.webkit.org/show_bug.cgi?id=40193
+
+ Reviewed by Chris Fleizach.
+
+ Unskip tests now passing.
+
+ * accessibility/aria-describedby-on-input-expected.txt: Moved from
+ LayoutTests/platform/mac/accessibility.
+ * platform/gtk/Skipped: Unskip tests.
+
+2012-01-10 Mario Sanchez Prada <msanchez@igalia.com>
+
+ [GTK] platform/gtk/accessibility/unknown-roles-not-exposed.html is flaky
+ https://bugs.webkit.org/show_bug.cgi?id=74493
+
+ Unreviewed. Unskipping passing test.
+
+ * platform/gtk/test_expectations.txt: Unskip test.
+
+2012-01-09 Jer Noble <jer.noble@apple.com>
+
+ Elements can appear over fullscreen video
+ https://bugs.webkit.org/show_bug.cgi?id=75913
+
+ Reviewed by Simon Fraser.
+
+ Update the test to trigger the error condition in the linked bug.
+
+ * fullscreen/full-screen-zIndex.html:
+
+2012-01-10 Julien Chaffraix <jchaffraix@webkit.org>
+
+ REGRESSION (r93614): Safari Reader doesn't repaint correctly when scrolling
+ https://bugs.webkit.org/show_bug.cgi?id=67100
+
+ Unreviewed, chromium rebaselining after r104575.
+
+ The SL baseline for scroll-with-transform-layer.html is missing some scroll thumbs (http://webkit.org/b/75969).
+
+ * platform/chromium-linux/fast/layers/scroll-with-transform-composited-layer-expected.png: Added.
+ * platform/chromium-linux/fast/layers/scroll-with-transform-layer-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/layers/scroll-with-transform-composited-layer-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/layers/scroll-with-transform-layer-expected.png: Added.
+ * platform/chromium-win/fast/layers/scroll-with-transform-composited-layer-expected.png: Added.
+ * platform/chromium-win/fast/layers/scroll-with-transform-layer-expected.png: Added.
+
+2012-01-10 Csaba Osztrogonác <ossy@webkit.org>
+
+ [Qt] Unreviewed gardening. Remove png and txt expected files for reftests.
+
+ * platform/qt/css2.1/20110323/border-conflict-element-016-expected.png: Removed.
+ * platform/qt/css2.1/20110323/border-conflict-element-016-expected.txt: Removed.
+ * platform/qt/css2.1/20110323/border-conflict-element-017-expected.png: Removed.
+ * platform/qt/css2.1/20110323/border-conflict-element-017-expected.txt: Removed.
+ * platform/qt/css2.1/20110323/border-conflict-element-037-expected.png: Removed.
+ * platform/qt/css2.1/20110323/border-conflict-element-037-expected.txt: Removed.
+ * platform/qt/css2.1/20110323/border-conflict-element-038-expected.png: Removed.
+ * platform/qt/css2.1/20110323/border-conflict-element-038-expected.txt: Removed.
+ * platform/qt/fast/writing-mode/margins-expected.png: Removed.
+ * platform/qt/fast/writing-mode/margins-expected.txt: Removed.
+
+2012-01-10 Stephen Chenney <schenney@chromium.org>
+
+ [Chromium] Shift PathSkia to use Skia's new RawIter
+ https://bugs.webkit.org/show_bug.cgi?id=75703
+
+ Reviewed by Nikolas Zimmermann.
+
+ * platform/chromium/test_expectations.txt: Updated epxectation for
+ tests that may change after this modification.
+
+2012-01-10 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r104572.
+ http://trac.webkit.org/changeset/104572
+ https://bugs.webkit.org/show_bug.cgi?id=75967
+
+ It broke zillion tests (Requested by Ossy on #webkit).
+
+ * platform/qt-wk1/Skipped:
+
+2012-01-10 John Knottenbelt <jknotten@chromium.org>
+
+ [Chromium] Clean up test expectations for mac.
+ https://bugs.webkit.org/show_bug.cgi?id=75966
+
+ Unreviewed.
+
+ * platform/chromium/test_expectations.txt:
+
+2012-01-10 John Knottenbelt <jknotten@chromium.org>
+
+ Rebaseline fast/text/unicode-variation-selector.html following r104545.
+
+ * platform/chromium-win/fast/text/unicode-variation-selector-expected.png:
+ * platform/chromium/fast/text/unicode-variation-selector-expected.txt: Removed.
+
+2012-01-10 Julien Chaffraix <jchaffraix@webkit.org>
+
+ REGRESSION (r93614): Safari Reader doesn't repaint correctly when scrolling
+ https://bugs.webkit.org/show_bug.cgi?id=67100
+
+ Reviewed by Dan Bernstein.
+
+ Added 2 tests for scrolling inside a transformed layer (either composited
+ or not). Unfortunately due to some platform-specifics differences, they are
+ not ref-tests.
+
+ * fast/layers/scroll-with-transform-composited-layer-expected.txt: Added.
+ * fast/layers/scroll-with-transform-composited-layer.html: Added.
+ * fast/layers/scroll-with-transform-layer-expected.txt: Added.
+ * fast/layers/scroll-with-transform-layer.html: Added.
+ * platform/mac-snowleopard/fast/layers/scroll-with-transform-composited-layer-expected.png: Added.
+ * platform/mac-snowleopard/fast/layers/scroll-with-transform-layer-expected.png: Added.
+
+2012-01-10 Hugo Parente Lima <hugo.lima@openbossa.org>
+
+ [Qt] fast/events/dont-loose-last-event test fails on WK1
+ https://bugs.webkit.org/show_bug.cgi?id=73894
+
+ Reviewed by Simon Hausmann.
+
+ Remove fast/events/dont-loose-last-event from qt-wk1 skip list.
+
+ * platform/qt-wk1/Skipped:
+
+2012-01-05 Stephen White <senorblanco@chromium.org>
+
+ [chomium] Mark svg FEColorMatrix tests as needing new baselines.
+ https://bugs.webkit.org/show_bug.cgi?id=75582
+
+ Reviewed by Dirk Schulze.
+
+ * platform/chromium/test_expectations.txt:
+
+2012-01-10 Csaba Osztrogonác <ossy@webkit.org>
+
+ Unreviewed gardening.
+
+ * platform/gtk/Skipped: Remove non-existent fast/dom/htmlcollection-zombies.html.
+ * platform/qt-wk2/Skipped: Skip fast/loader/submit-form-while-parsing-2.html, because it fails intermittently.
+ * platform/qt/Skipped: Remove non-existent fast/dom/htmlcollection-zombies.html.
+
+2012-01-10 No'am Rosenthal <noam.rosenthal@nokia.com>
+
+ [Qt] Enable CSS_FILTERS in Qt build
+ https://bugs.webkit.org/show_bug.cgi?id=75777
+
+ Reviewed by Kenneth Rohde Christiansen.
+
+ Platform specific expected results tweaked by Csaba Osztrogonác.
+
+ * platform/qt/Skipped: Unskip filter tests that work.
+ * platform/qt/css3/filters/*: Added Qt specific results.
+ * platform/qt/fast/dom/Window/window-properties.html: Updated.
+ * platform/qt/fast/dom/Window/window-property-descriptors.html: Updated.
+ * platform/qt/fast/dom/prototype-inheritance-2.html: Updated.
+ * platform/qt/fast/js/global-constructors.html: Updated.
+
+2012-01-10 Vsevolod Vlasov <vsevik@chromium.org>
+
+ Unreviewed, chromium test expectations update.
+
+ * platform/chromium/test_expectations.txt:
+
+2012-01-10 Gyuyoung Kim <gyuyoung.kim@samsung.com>
+
+ Add initial test_expectations.txt for EFL port.
+ https://bugs.webkit.org/show_bug.cgi?id=75940
+
+ Reviewed by Andreas Kling.
+
+ This file only has skip list for now. But, EFL patches will update
+ this file from now on.
+
+ * platform/efl/test_expectations.txt: Added.
+
+2012-01-10 Kenichi Ishibashi <bashi@chromium.org>
+
+ Complex path should be used when UVS exists in text run
+ https://bugs.webkit.org/show_bug.cgi?id=75289
+
+ Reviewed by Dan Bernstein.
+
+ * platform/chromium/test_expectations.txt: Updates expectation for fast/text/unicode-variation-selector.html. Need rebaselines.
+
+2012-01-10 Mike Lawther <mikelawther@chromium.org>
+
+ block mask overlay test for CSS3 calc
+ https://bugs.webkit.org/show_bug.cgi?id=75896
+
+ Reviewed by Ryosuke Niwa.
+
+ Tests for future implementation of CSS3 calc() (see http://webkit.org/b/16662)
+
+ These tests are expected to 'fail', and will pass once calc() functionality is landed.
+ For now, they serve to demonstrate that the current code doesn't crash on these tests.
+
+ * css3/calc/block-mask-overlay-image-outset-expected-mismatch.html: Added.
+ * css3/calc/block-mask-overlay-image-outset.html: Added.
+ * css3/calc/resources/mask.png: Added.
+
+2012-01-10 Kenichi Ishibashi <bashi@chromium.org>
+
+ WebFonts are re-fetched from the server upon Document::styleSelectorChanged call.
+ https://bugs.webkit.org/show_bug.cgi?id=73419
+
+ Reviewed by Dan Bernstein.
+
+ Adds a test that ensures re-fetching WebFonts doesn't occur after style recalculation.
+
+ * http/tests/css/font-face-src-loading-expected.txt: Added.
+ * http/tests/css/font-face-src-loading.html: Added.
+ * http/tests/css/resources/webfont-request.php: Added.
+
+2012-01-09 Dmitry Titov <dimich@chromium.org>
+
+ [Chromium] Unreviewed rebaseline, fixing incorrect rebaseline from r104489.
+
+ * platform/chromium-gpu-linux/media/media-document-audio-repaint-expected.png:
+
+2012-01-09 Dmitry Titov <dimich@chromium.org>
+
+ [Chromium] Unreviewed update for test_expectations.txt.
+
+ * platform/chromium/test_expectations.txt:
+
+2012-01-09 Dmitry Titov <dimich@chromium.org>
+
+ [Chromium] Rebaseline a lot of tests with input controls after r104494
+ https://bugs.webkit.org/show_bug.cgi?id=75924
+
+ Unreviewed.
+
+ * platform/chromium-linux-x86/tables/mozilla/bugs/bug4527-expected.png: Removed.
+ * platform/chromium-mac-leopard/editing/input/caret-at-the-edge-of-input-expected.png:
+ * platform/chromium-mac-leopard/editing/inserting/before-after-input-element-expected.png:
+ * platform/chromium-mac-leopard/editing/pasteboard/4806874-expected.png:
+ * platform/chromium-mac-leopard/editing/pasteboard/drop-text-without-selection-expected.png:
+ * platform/chromium-mac-leopard/editing/pasteboard/input-field-1-expected.png:
+ * platform/chromium-mac-leopard/editing/selection/3690703-2-expected.png:
+ * platform/chromium-mac-leopard/editing/selection/3690703-expected.png:
+ * platform/chromium-mac-leopard/editing/selection/3690719-expected.png:
+ * platform/chromium-mac-leopard/editing/selection/4895428-3-expected.png:
+ * platform/chromium-mac-leopard/editing/selection/4975120-expected.png:
+ * platform/chromium-mac-leopard/editing/selection/drag-select-1-expected.png:
+ * platform/chromium-mac-leopard/editing/selection/select-across-readonly-input-1-expected.png:
+ * platform/chromium-mac-leopard/editing/selection/select-across-readonly-input-2-expected.png:
+ * platform/chromium-mac-leopard/editing/selection/select-across-readonly-input-3-expected.png:
+ * platform/chromium-mac-leopard/editing/selection/select-across-readonly-input-4-expected.png:
+ * platform/chromium-mac-leopard/editing/selection/select-across-readonly-input-5-expected.png:
+ * platform/chromium-mac-leopard/editing/selection/select-from-textfield-outwards-expected.png:
+ * platform/chromium-mac-leopard/fast/block/margin-collapse/103-expected.png:
+ * platform/chromium-mac-leopard/fast/css/input-search-padding-expected.png:
+ * platform/chromium-mac-leopard/fast/css/line-height-expected.png:
+ * platform/chromium-mac-leopard/fast/dom/isindex-001-expected.png:
+ * platform/chromium-mac-leopard/fast/dom/isindex-002-expected.png:
+ * platform/chromium-mac-leopard/fast/events/autoscroll-expected.png:
+ * platform/chromium-mac-leopard/fast/events/context-no-deselect-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/basic-inputs-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/encoding-test-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/fieldset-align-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/floating-textfield-relayout-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-align-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-appearance-bkcolor-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-appearance-default-bkcolor-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-appearance-disabled-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-appearance-focus-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-appearance-height-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-appearance-preventDefault-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-appearance-readonly-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-appearance-selection-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-appearance-visibility-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-appearance-width-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-baseline-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-double-click-selection-gap-bug-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-field-text-truncated-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-placeholder-visibility-1-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-placeholder-visibility-3-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-readonly-autoscroll-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-readonly-dimmed-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-readonly-empty-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-spaces-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-table-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-text-click-inside-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-text-click-outside-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-text-double-click-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-text-drag-down-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-text-option-delete-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-text-scroll-left-on-blur-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-text-self-emptying-click-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-text-word-wrap-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-type-text-min-width-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/minWidthPercent-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/number/input-appearance-number-rtl-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/number/input-appearance-spinbutton-layer-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/placeholder-position-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/placeholder-pseudo-style-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/plaintext-mode-2-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/tabbing-input-iframe-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/text-style-color-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/textfield-focus-ring-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/validation-message-appearance-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/visual-hebrew-text-field-expected.png:
+ * platform/chromium-mac-leopard/fast/frames/take-focus-from-iframe-expected.png:
+ * platform/chromium-mac-leopard/fast/html/details-no-summary4-expected.png:
+ * platform/chromium-mac-leopard/fast/html/details-open-javascript-expected.png:
+ * platform/chromium-mac-leopard/fast/html/details-open2-expected.png:
+ * platform/chromium-mac-leopard/fast/html/details-open4-expected.png:
+ * platform/chromium-mac-leopard/fast/lists/dynamic-marker-crash-expected.png:
+ * platform/chromium-mac-leopard/fast/replaced/replaced-breaking-mixture-expected.png:
+ * platform/chromium-mac-leopard/fast/replaced/width100percent-textfield-expected.png:
+ * platform/chromium-mac-leopard/fast/speech/input-appearance-numberandspeech-expected.png:
+ * platform/chromium-mac-leopard/fast/speech/input-appearance-speechbutton-expected.png:
+ * platform/chromium-mac-leopard/fast/speech/speech-bidi-rendering-expected.png:
+ * platform/chromium-mac-leopard/fast/table/003-expected.png:
+ * platform/chromium-mac-leopard/fast/table/text-field-baseline-expected.png:
+ * platform/chromium-mac-leopard/http/tests/navigation/javascriptlink-frames-expected.png:
+ * platform/chromium-mac-leopard/svg/custom/inline-svg-in-xhtml-expected.png:
+ * platform/chromium-mac-leopard/svg/hixie/mixed/003-expected.png:
+ * platform/chromium-mac-leopard/tables/mozilla/bugs/45621-expected.png:
+ * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1188-expected.png:
+ * platform/chromium-mac-leopard/tables/mozilla/bugs/bug12384-expected.png:
+ * platform/chromium-mac-leopard/tables/mozilla/bugs/bug18359-expected.png:
+ * platform/chromium-mac-leopard/tables/mozilla/bugs/bug24200-expected.png:
+ * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2479-2-expected.png:
+ * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2479-3-expected.png:
+ * platform/chromium-mac-leopard/tables/mozilla/bugs/bug28928-expected.png:
+ * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4382-expected.png:
+ * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4527-expected.png:
+ * platform/chromium-mac-leopard/tables/mozilla/bugs/bug46368-1-expected.png:
+ * platform/chromium-mac-leopard/tables/mozilla/bugs/bug46368-2-expected.png:
+ * platform/chromium-mac-leopard/tables/mozilla/bugs/bug51037-expected.png:
+ * platform/chromium-mac-leopard/tables/mozilla/bugs/bug55545-expected.png:
+ * platform/chromium-mac-leopard/tables/mozilla/bugs/bug59354-expected.png:
+ * platform/chromium-mac-leopard/tables/mozilla/bugs/bug7342-expected.png:
+ * platform/chromium-mac-leopard/tables/mozilla/bugs/bug96334-expected.png:
+ * platform/chromium-mac-leopard/tables/mozilla/bugs/bug99948-expected.png:
+ * platform/chromium-mac-leopard/tables/mozilla/dom/tableDom-expected.png:
+ * platform/chromium-mac-leopard/tables/mozilla/other/move_row-expected.png:
+ * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png:
+ * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-input-expected.png:
+ * platform/chromium-mac-snowleopard/editing/inserting/before-after-input-element-expected.png:
+ * platform/chromium-mac-snowleopard/editing/pasteboard/4806874-expected.png:
+ * platform/chromium-mac-snowleopard/editing/pasteboard/drop-text-without-selection-expected.png:
+ * platform/chromium-mac-snowleopard/editing/pasteboard/input-field-1-expected.png:
+ * platform/chromium-mac-snowleopard/editing/selection/3690703-2-expected.png:
+ * platform/chromium-mac-snowleopard/editing/selection/3690703-expected.png:
+ * platform/chromium-mac-snowleopard/editing/selection/3690719-expected.png:
+ * platform/chromium-mac-snowleopard/editing/selection/4895428-3-expected.png:
+ * platform/chromium-mac-snowleopard/editing/selection/4975120-expected.png:
+ * platform/chromium-mac-snowleopard/editing/selection/drag-select-1-expected.png:
+ * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-1-expected.png:
+ * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-2-expected.png:
+ * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-3-expected.png:
+ * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-4-expected.png:
+ * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-5-expected.png:
+ * platform/chromium-mac-snowleopard/editing/selection/select-from-textfield-outwards-expected.png:
+ * platform/chromium-mac-snowleopard/fast/block/float/032-expected.png: Renamed from LayoutTests/platform/chromium/fast/block/float/032-expected.png.
+ * platform/chromium-mac-snowleopard/fast/block/margin-collapse/103-expected.png:
+ * platform/chromium-mac-snowleopard/fast/css/input-search-padding-expected.png:
+ * platform/chromium-mac-snowleopard/fast/css/line-height-expected.png:
+ * platform/chromium-mac-snowleopard/fast/dom/isindex-001-expected.png:
+ * platform/chromium-mac-snowleopard/fast/dom/isindex-002-expected.png:
+ * platform/chromium-mac-snowleopard/fast/events/autoscroll-expected.png:
+ * platform/chromium-mac-snowleopard/fast/events/context-no-deselect-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/basic-inputs-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/basic-inputs-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/basic-inputs-expected.txt.
+ * platform/chromium-mac-snowleopard/fast/forms/encoding-test-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/fieldset-align-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/floating-textfield-relayout-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/input-align-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/input-appearance-bkcolor-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/input-appearance-default-bkcolor-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/input-appearance-disabled-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/input-appearance-disabled-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/input-appearance-disabled-expected.txt.
+ * platform/chromium-mac-snowleopard/fast/forms/input-appearance-focus-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/input-appearance-height-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/input-appearance-height-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/input-appearance-height-expected.txt.
+ * platform/chromium-mac-snowleopard/fast/forms/input-appearance-preventDefault-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/input-appearance-readonly-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/input-appearance-selection-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/input-appearance-visibility-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/input-appearance-width-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/input-baseline-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/input-double-click-selection-gap-bug-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/input-field-text-truncated-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-visibility-1-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-visibility-3-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/input-readonly-autoscroll-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/input-readonly-dimmed-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/input-readonly-empty-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/input-spaces-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/input-table-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/input-text-click-inside-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/input-text-click-outside-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/input-text-double-click-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/input-text-drag-down-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/input-text-option-delete-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/input-text-scroll-left-on-blur-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/input-text-self-emptying-click-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/input-text-word-wrap-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/input-type-text-min-width-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/input-width-expected.png: Copied from LayoutTests/platform/chromium/fast/forms/input-width-expected.png.
+ * platform/chromium-mac-snowleopard/fast/forms/minWidthPercent-expected.png: Copied from LayoutTests/platform/chromium-mac-leopard/tables/mozilla/bugs/bug55545-expected.png.
+ * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-number-rtl-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt.
+ * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-layer-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/placeholder-position-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/placeholder-pseudo-style-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/placeholder-pseudo-style-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/placeholder-pseudo-style-expected.txt.
+ * platform/chromium-mac-snowleopard/fast/forms/plaintext-mode-2-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/tabbing-input-iframe-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/text-style-color-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/textfield-focus-ring-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/textfield-overflow-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/validation-message-appearance-expected.txt.
+ * platform/chromium-mac-snowleopard/fast/forms/visual-hebrew-text-field-expected.png:
+ * platform/chromium-mac-snowleopard/fast/frames/take-focus-from-iframe-expected.png:
+ * platform/chromium-mac-snowleopard/fast/html/details-no-summary4-expected.png:
+ * platform/chromium-mac-snowleopard/fast/html/details-open-javascript-expected.png:
+ * platform/chromium-mac-snowleopard/fast/html/details-open2-expected.png:
+ * platform/chromium-mac-snowleopard/fast/html/details-open4-expected.png:
+ * platform/chromium-mac-snowleopard/fast/lists/dynamic-marker-crash-expected.png:
+ * platform/chromium-mac-snowleopard/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
+ * platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-mixture-expected.png:
+ * platform/chromium-mac-snowleopard/fast/replaced/width100percent-textfield-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/speech/input-appearance-numberandspeech-expected.png:
+ * platform/chromium-mac-snowleopard/fast/speech/input-appearance-numberandspeech-expected.txt: Renamed from LayoutTests/platform/chromium/fast/speech/input-appearance-numberandspeech-expected.txt.
+ * platform/chromium-mac-snowleopard/fast/speech/input-appearance-speechbutton-expected.png:
+ * platform/chromium-mac-snowleopard/fast/speech/input-appearance-speechbutton-expected.txt: Renamed from LayoutTests/platform/chromium/fast/speech/input-appearance-speechbutton-expected.txt.
+ * platform/chromium-mac-snowleopard/fast/speech/speech-bidi-rendering-expected.png:
+ * platform/chromium-mac-snowleopard/fast/table/003-expected.png:
+ * platform/chromium-mac-snowleopard/fast/table/colspanMinWidth-expected.png: Renamed from LayoutTests/platform/chromium/fast/table/colspanMinWidth-expected.png.
+ * platform/chromium-mac-snowleopard/fast/table/colspanMinWidth-vertical-expected.png: Renamed from LayoutTests/platform/chromium/fast/forms/input-width-expected.png.
+ * platform/chromium-mac-snowleopard/fast/table/spanOverlapRepaint-expected.png:
+ * platform/chromium-mac-snowleopard/fast/table/text-field-baseline-expected.png:
+ * platform/chromium-mac-snowleopard/fast/transforms/transformed-focused-text-input-expected.png:
+ * platform/chromium-mac-snowleopard/http/tests/navigation/javascriptlink-frames-expected.png:
+ * platform/chromium-mac-snowleopard/plugins/mouse-click-plugin-clears-selection-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/textfield-overflow-expected.png.
+ * platform/chromium-mac-snowleopard/svg/custom/inline-svg-in-xhtml-expected.png:
+ * platform/chromium-mac-snowleopard/svg/hixie/mixed/003-expected.png:
+ * platform/chromium-mac-snowleopard/tables/mozilla/bugs/45621-expected.png:
+ * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1188-expected.png:
+ * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug12384-expected.png:
+ * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug18359-expected.png:
+ * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug24200-expected.png: Added.
+ * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-2-expected.png:
+ * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-3-expected.png:
+ * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug28928-expected.png:
+ * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4382-expected.png:
+ * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4527-expected.png:
+ * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-1-expected.png:
+ * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-2-expected.png:
+ * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51037-expected.png:
+ * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug55545-expected.png:
+ * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug59354-expected.png:
+ * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug7342-expected.png:
+ * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug96334-expected.png:
+ * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug99948-expected.png:
+ * platform/chromium-mac-snowleopard/tables/mozilla/dom/tableDom-expected.png:
+ * platform/chromium-mac-snowleopard/tables/mozilla/other/move_row-expected.png:
+ * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png:
+ * platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.png: Removed.
+ * platform/chromium-win-vista/tables/mozilla/bugs/bug4527-expected.png: Removed.
+ * platform/chromium-win-xp/tables/mozilla/bugs/bug4527-expected.png: Removed.
+ * platform/chromium/fast/forms/minWidthPercent-expected.png: Removed.
+ * platform/chromium/fast/replaced/width100percent-textfield-expected.png: Removed.
+ * platform/chromium/fast/table/colspanMinWidth-vertical-expected.png: Removed.
+ * platform/chromium/plugins/mouse-click-plugin-clears-selection-expected.png: Removed.
+ * platform/chromium/tables/mozilla/bugs/bug24200-expected.png: Removed.
+
+2012-01-09 Greg Billock <gbillock@google.com>
+
+ Implement navigator.startActivity; add IntentsController for managing web intents callbacks.
+ https://bugs.webkit.org/show_bug.cgi?id=75756
+
+ Reviewed by Adam Barth.
+
+ * webintents/web-intents-api-expected.txt: Added.
+ * webintents/web-intents-api.html: Added.
+
+2012-01-09 Gavin Barraclough <barraclough@apple.com>
+
+ Error handling : in ISO8601 timezone
+ https://bugs.webkit.org/show_bug.cgi?id=75919
+
+ Reviewed by Sam Weinig.
+
+ * fast/js/date-parse-test-expected.txt:
+ * fast/js/script-tests/date-parse-test.js:
+ - added test cases.
+
+2012-01-09 Mike Lawther <mikelawther@chromium.org>
+
+ background position parsing test for CSS3 calc
+ https://bugs.webkit.org/show_bug.cgi?id=75823
+
+ Reviewed by Daniel Bates.
+
+ Tests for future implementation of CSS3 calc() (see http://webkit.org/b/16662)
+
+ These tests are expected to 'fail', and will pass once calc() functionality is landed.
+ For now, they serve to demonstrate that the current code doesn't crash on these tests.
+
+ * css3/calc/background-position-parsing-expected-mismatch.html: Added.
+ * css3/calc/background-position-parsing.html: Added.
+ * css3/calc/resources/diamond.png: Added.
+ * css3/calc/resources/ring.png: Added.
+
+2012-01-09 Noel Gordon <noel.gordon@gmail.com>
+
+ http/tests/inspector-enabled/dedicated-workers-list.html flakey on linux
+ https://bugs.webkit.org/show_bug.cgi?id=75186
+
+ Reviewed by Adam Barth.
+
+ * platform/chromium/test_expectations.txt:
+
+2012-01-09 Jon Lee <jonlee@apple.com>
+
+ New pixel test results with r104351.
+
+ Unreviewed.
+
+ Moved from mac to mac-snowleopard:
+
+ * platform/mac-snowleopard/fast/block/margin-collapse/103
+
+ New pixel test results:
+
+ * platform/mac/fast/block/margin-collapse/103-expected.png:
+ * platform/mac/fast/table/003-expected.png:
+ * platform/mac/tables/mozilla/bugs/bug194024-expected.png:
+ * platform/mac/tables/mozilla/bugs/bug30692-expected.png:
+
+2012-01-09 Mike Lawther <mikelawther@chromium.org>
+
+ img size test for CSS3 calc
+ https://bugs.webkit.org/show_bug.cgi?id=75893
+
+ Reviewed by Daniel Bates.
+
+ Tests for future implementation of CSS3 calc() (see http://webkit.org/b/16662)
+
+ These tests are expected to 'fail', and will pass once calc() functionality is landed.
+ For now, they serve to demonstrate that the current code doesn't crash on these tests.
+
+ * css3/calc/img-size-expected-mismatch.html: Added.
+ * css3/calc/img-size.html: Added.
+ * css3/calc/resources/colorsquare.png: Added.
+
+2012-01-09 Jon Lee <jonlee@apple.com>
+
+ Temporary fix for pixel result diffs from focus ring (darker color on WK2).
+ These results should be removed once the cause is found-- filed as bug:
+ https://bugs.webkit.org/show_bug.cgi?id=75909
+
+ Unreviewed.
+
+ * platform/mac-wk2/fast/forms/plaintext-mode-2-expected.png: Added.
+ * platform/mac-wk2/fast/forms/plaintext-mode-2-expected.txt: Added.
+
+2012-01-09 Jon Lee <jonlee@apple.com>
+
+ Some gardening with fix for r104351.
+
+ Moving pixel test results from mac to mac-snowleopard (because of theme changes):
+
+ * platform/mac-snowleopard/fast/forms/HTMLOptionElement_label01
+ * platform/mac-snowleopard/fast/forms/button-cannot-be-nested
+ * platform/mac-snowleopard/fast/forms/button-inner-block-reuse
+ * platform/mac-snowleopard/fast/forms/control-clip-overflow
+ * platform/mac-snowleopard/fast/forms/file/input-file-re-render
+ * platform/mac-snowleopard/fast/forms/formmove
+ * platform/mac-snowleopard/fast/forms/input-text-scroll-left-on-blur
+ * platform/mac-snowleopard/fast/forms/listbox-hit-test-zoomed
+ * platform/mac-snowleopard/fast/forms/listbox-scrollbar-incremental-load
+ * platform/mac-snowleopard/fast/forms/menulist-width-change
+ * platform/mac-snowleopard/fast/forms/option-text-clip
+ * platform/mac-snowleopard/fast/forms/plaintext-mode-2
+ * platform/mac-snowleopard/fast/forms/range/slider-thumb-shared-style
+ * platform/mac-snowleopard/fast/forms/search-vertical-alignment
+ * platform/mac-snowleopard/fast/forms/select-change-listbox-to-popup
+ * platform/mac-snowleopard/fast/forms/select-item-background-clip
+ * platform/mac-snowleopard/fast/forms/select-selected
+ * platform/mac-snowleopard/fast/forms/select-size
+ * platform/mac-snowleopard/fast/forms/select-visual-hebrew
+ * platform/mac-snowleopard/fast/forms/textarea-scrollbar
+ * platform/mac-snowleopard/fast/forms/textarea-scrolled
+
+ New pixel test results:
+
+ * platform/mac/fast/forms/001-expected.png:
+ * platform/mac/fast/forms/006-expected.png:
+ * platform/mac/fast/forms/HTMLOptionElement_label01-expected.png:
+ * platform/mac/fast/forms/basic-buttons-expected.png:
+ * platform/mac/fast/forms/basic-inputs-expected.png:
+ * platform/mac/fast/forms/basic-selects-expected.png:
+ * platform/mac/fast/forms/basic-textareas-expected.png:
+ * platform/mac/fast/forms/basic-textareas-quirks-expected.png:
+ * platform/mac/fast/forms/box-shadow-override-expected.png:
+ * platform/mac/fast/forms/button-align-expected.png:
+ * platform/mac/fast/forms/button-cannot-be-nested-expected.png:
+ * platform/mac/fast/forms/button-default-title-expected.png:
+ * platform/mac/fast/forms/button-generated-content-expected.png:
+ * platform/mac/fast/forms/button-inner-block-reuse-expected.png:
+ * platform/mac/fast/forms/button-sizes-expected.png:
+ * platform/mac/fast/forms/button-style-color-expected.png:
+ * platform/mac/fast/forms/button-table-styles-expected.png:
+ * platform/mac/fast/forms/button-text-transform-expected.png:
+ * platform/mac/fast/forms/button-white-space-expected.png:
+ * platform/mac/fast/forms/control-clip-overflow-expected.png:
+ * platform/mac/fast/forms/control-restrict-line-height-expected.png:
+ * platform/mac/fast/forms/disabled-select-change-index-expected.png:
+ * platform/mac/fast/forms/fieldset-align-expected.png:
+ * platform/mac/fast/forms/file/file-input-direction-expected.png:
+ * platform/mac/fast/forms/file/input-file-re-render-expected.png:
+ * platform/mac/fast/forms/floating-textfield-relayout-expected.png:
+ * platform/mac/fast/forms/form-element-geometry-expected.png:
+ * platform/mac/fast/forms/form-hides-table-expected.png:
+ * platform/mac/fast/forms/formmove-expected.png:
+ * platform/mac/fast/forms/input-align-expected.png:
+ * platform/mac/fast/forms/input-appearance-default-bkcolor-expected.png:
+ * platform/mac/fast/forms/input-appearance-height-expected.png:
+ * platform/mac/fast/forms/input-appearance-width-expected.png:
+ * platform/mac/fast/forms/input-baseline-expected.png:
+ * platform/mac/fast/forms/input-button-sizes-expected.png:
+ * platform/mac/fast/forms/input-table-expected.png:
+ * platform/mac/fast/forms/input-text-click-outside-expected.png:
+ * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.png:
+ * platform/mac/fast/forms/input-value-expected.png:
+ * platform/mac/fast/forms/linebox-overflow-in-textarea-padding-expected.png:
+ * platform/mac/fast/forms/listbox-bidi-align-expected.png:
+ * platform/mac/fast/forms/listbox-hit-test-zoomed-expected.png:
+ * platform/mac/fast/forms/listbox-scrollbar-incremental-load-expected.png:
+ * platform/mac/fast/forms/menulist-width-change-expected.png:
+ * platform/mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png:
+ * platform/mac/fast/forms/option-strip-whitespace-expected.png:
+ * platform/mac/fast/forms/option-text-clip-expected.png:
+ * platform/mac/fast/forms/placeholder-position-expected.png:
+ * platform/mac/fast/forms/placeholder-pseudo-style-expected.png:
+ * platform/mac/fast/forms/plaintext-mode-2-expected.png:
+ * platform/mac/fast/forms/radio_checked_dynamic-expected.png:
+ * platform/mac/fast/forms/range/input-appearance-range-expected.png:
+ * platform/mac/fast/forms/range/slider-padding-expected.png:
+ * platform/mac/fast/forms/range/slider-thumb-shared-style-expected.png:
+ * platform/mac/fast/forms/search-vertical-alignment-expected.png:
+ * platform/mac/fast/forms/select-align-expected.png:
+ * platform/mac/fast/forms/select-change-listbox-size-expected.png:
+ * platform/mac/fast/forms/select-change-listbox-to-popup-expected.png:
+ * platform/mac/fast/forms/select-initial-position-expected.png:
+ * platform/mac/fast/forms/select-item-background-clip-expected.png:
+ * platform/mac/fast/forms/select-selected-expected.png:
+ * platform/mac/fast/forms/select-size-expected.png:
+ * platform/mac/fast/forms/select-style-expected.png:
+ * platform/mac/fast/forms/select-visual-hebrew-expected.png:
+ * platform/mac/fast/forms/select-writing-direction-natural-expected.png:
+ * platform/mac/fast/forms/textAreaLineHeight-expected.png:
+ * platform/mac/fast/forms/textarea-align-expected.png:
+ * platform/mac/fast/forms/textarea-scrollbar-expected.png:
+ * platform/mac/fast/forms/textarea-scrolled-type-expected.png:
+ * platform/mac/fast/forms/textarea-width-expected.png:
+ * platform/mac/fast/forms/visual-hebrew-text-field-expected.png:
+
+2012-01-09 Joshua Bell <jsbell@chromium.org>
+
+ IndexedDB: Throw exception if IDBCursor.continue() called with lower key than current
+ https://bugs.webkit.org/show_bug.cgi?id=74213
+
+ Reviewed by Tony Chang.
+
+ * storage/indexeddb/cursor-continue-expected.txt:
+ * storage/indexeddb/cursor-continue.html:
+
+2012-01-09 Ojan Vafai <ojan@chromium.org>
+
+ Tests for nested flexboxes
+ https://bugs.webkit.org/show_bug.cgi?id=70776
+
+ Reviewed by Tony Chang.
+
+ * css3/flexbox/orthogonal-flex-directions-expected.txt: Added.
+ * css3/flexbox/orthogonal-flex-directions.html: Added.
+
+2012-01-09 Gavin Barraclough <barraclough@apple.com>
+
+ https://bugs.webkit.org/show_bug.cgi?id=75692
+ Roll out possibly bad new test case.
+
+ Rubber stamped by Sam Weinig.
+
+ * fast/js/date-constructor-expected.txt:
+ * fast/js/script-tests/date-constructor.js:
+
+2012-01-09 Dmitry Titov <dimich@chromium.org>
+
+ [Chromium] Rebaseline media/media-document-audio-repaint.html for gpu tests.
+ https://bugs.webkit.org/show_bug.cgi?id=75888
+
+ Unreviewed.
+
+ * platform/chromium-gpu-linux/media/media-document-audio-repaint-expected.png: Added.
+ * platform/chromium-gpu-mac/media/media-document-audio-repaint-expected.png: Removed.
+ * platform/chromium-gpu-win/media/media-document-audio-repaint-expected.png: Removed.
+ * platform/chromium-gpu-win/media/media-document-audio-repaint-expected.txt: Removed.
+ * platform/chromium-gpu/media/media-document-audio-repaint-expected.txt: Removed.
+ * platform/chromium-mac-snowleopard/media/media-document-audio-repaint-expected.txt: Renamed from LayoutTests/platform/chromium/media/media-document-audio-repaint-expected.txt.
+
+2012-01-09 Gavin Barraclough <barraclough@apple.com>
+
+ https://bugs.webkit.org/show_bug.cgi?id=75789
+ defineOwnProperty not implemented for Array objects
+
+ Reviewed by Sam Weinig.
+
+ * fast/js/array-defineOwnProperty-expected.txt: Added.
+ * fast/js/array-defineOwnProperty.html: Added.
+ * fast/js/script-tests/array-defineOwnProperty.js: Added.
+ - Added tests for array properties with accessors & non-defulat attributes.
+ * fast/js/mozilla/strict/15.4.4.6-expected.txt:
+ * fast/js/mozilla/strict/8.12.5-expected.txt:
+ * ietestcenter/Javascript/15.4.4.14-9-a-12-expected.txt:
+ * ietestcenter/Javascript/15.4.4.15-8-a-12-expected.txt:
+ - Check in passing results.
+
+2012-01-09 Tom Sepez <tsepez@chromium.org>
+
+ Treat code="" attribute in embed tags similarly to applet tags.
+ https://bugs.webkit.org/show_bug.cgi?id=75871
+
+ Reviewed by Daniel Bates.
+
+ * http/tests/security/xssAuditor/embed-tag-code-attribute-2-expected.txt: Added.
+ * http/tests/security/xssAuditor/embed-tag-code-attribute-2.html: Added.
+ * http/tests/security/xssAuditor/embed-tag-code-attribute-expected.txt: Added.
+ * http/tests/security/xssAuditor/embed-tag-code-attribute.html: Added.
+
+2012-01-09 Joshua Bell <jsbell@chromium.org>
+
+ IndexedDB: Make WebIDBDatabase::close() idempotent
+ https://bugs.webkit.org/show_bug.cgi?id=75751
+
+ Verify that calling IDBDatabase.close() twice from script is harmless.
+ Note that the tests pass without the related code change in the bug,
+ which is just for non-script use by the chromium port.
+
+ Reviewed by Tony Chang.
+
+ * storage/indexeddb/database-basics-expected.txt:
+ * storage/indexeddb/database-basics.html:
+
+2012-01-09 Elliot Poger <epoger@google.com>
+
+ remove reference to cg-specific test
+ https://bugs.webkit.org/show_bug.cgi?id=75881
+
+ Reviewed by Ojan Vafai.
+
+ * platform/chromium/test_expectations.txt:
+
+2012-01-09 Eric Carlson <eric.carlson@apple.com>
+
+ REGRESSION(r104327?): media/track/track-cues-cuechange.html and track-cues-enter-exit.html intermittently time out, media/track/track-cues-seeking and fails
+ https://bugs.webkit.org/show_bug.cgi?id=75817
+
+ Unreviewed, fix a problem introduced in r104327.
+
+ Re-enable <track> tests disabled after r104327.
+
+ * platform/chromium/test_expectations.txt:
+
+2012-01-09 Alexis Menard <alexis.menard@openbossa.org>
+
+ getComputedStyle for border-radius is not implemented.
+ https://bugs.webkit.org/show_bug.cgi?id=75630
+
+ Reviewed by Tony Chang.
+
+ Add new tests to make sure we return the correct values.
+
+ * fast/css/getComputedStyle/getComputedStyle-border-radius-shorthand-expected.txt: Added.
+ * fast/css/getComputedStyle/getComputedStyle-border-radius-shorthand.html: Added.
+
+2012-01-09 John Knottenbelt <jknotten@chromium.org>
+
+ [Chromium] Update test expectations.
+ https://bugs.webkit.org/show_bug.cgi?id=75856
+
+ media/track/track-webvtt-tc026-voice.html is crashing on Chromium
+ Debug Mac after http://trac.webkit.org/changeset/104327/
+
+ Tracking in bug 75817.
+
+ Unreviewed.
+
+ * platform/chromium/test_expectations.txt:
+
+2012-01-09 John Knottenbelt <jknotten@chromium.org>
+
+ [Chromium] Update test expectations.
+ https://bugs.webkit.org/show_bug.cgi?id=75852
+
+ http/tests/inspector/network/download.html is timing out on mac, and
+ occasionally on other platforms too.
+
+ Unreviewed.
+
+ * platform/chromium/test_expectations.txt:
+
+2012-01-09 Csaba Osztrogonác <ossy@webkit.org>
+
+ Fix expected files for new test: fast/dom/insertAdjacentHTML-DocumentFragment-crash.html
+ https://bugs.webkit.org/show_bug.cgi?id=75847
+
+ Reviewed by Philippe Normand.
+
+ * fast/dom/insertAdjacentHTML-DocumentFragment-crash-expected.txt: Add JSC specifix expected file as generic expected file.
+ * platform/chromium/fast/dom/insertAdjacentHTML-DocumentFragment-crash-expected.txt: Add V8 specifix expected file.
+
+2012-01-09 John Knottenbelt <jknotten@chromium.org>
+
+ [Chromium] Update test expectations.
+ https://bugs.webkit.org/show_bug.cgi?id=75849
+
+ We need to prevent TextTrack and TextTrackCue from being
+ garbage collected when the parent/owner is still reachable.
+ This is tracked in bug 73865.
+
+ Unreviewed.
+
+ * platform/chromium/test_expectations.txt:
+
+2012-01-09 John Knottenbelt <jknotten@chromium.org>
+
+ [Chromium] Update test expectations.
+ https://bugs.webkit.org/show_bug.cgi?id=75844
+
+ media/track/track-cues-cuechange.html is failing after
+ http://trac.webkit.org/changeset/104327/
+
+ Tracking in bug 75817.
+
+ Unreviewed.
+
+ * platform/chromium/test_expectations.txt:
+
+2012-01-09 John Knottenbelt <jknotten@chromium.org>
+
+ [Chromium] Update test expectations.
+ https://bugs.webkit.org/show_bug.cgi?id=75840
+
+ Unreviewed.
+
+ fast/filesystem/file-writer-abort.html is occasionally crashing
+ also on Windows.
+
+ * platform/chromium/test_expectations.txt:
+
+2012-01-09 Antti Koivisto <antti@apple.com>
+
+ Subtree invalidation on stylesheet change
+ https://bugs.webkit.org/show_bug.cgi?id=75834
+
+ Reviewed by Andreas Kling.
+
+ * fast/css/id-or-class-before-stylesheet-expected.txt: Added.
+ * fast/css/id-or-class-before-stylesheet.html: Added.
+
+2012-01-09 Adam Barth <abarth@webkit.org>
+
+ insertAdjacentHTML doesn't play nice with DocumentFragment
+ https://bugs.webkit.org/show_bug.cgi?id=75826
+
+ Reviewed by Eric Seidel.
+
+ * fast/dom/insertAdjacentHTML-DocumentFragment-crash-expected.txt: Added.
+ * fast/dom/insertAdjacentHTML-DocumentFragment-crash.html: Added.
+
+2012-01-09 Philippe Normand <pnormand@igalia.com>
+
+ Unreviewed, GTK rebaseline after r104412.
+
+ * platform/gtk/fast/dom/Window/window-properties-expected.txt:
+ * platform/gtk/http/tests/security/cross-frame-access-put-expected.txt: Added.
+ * platform/gtk/Skipped: Skip fast/text/international/spaces-combined-in-vertical-text.html
+
+2012-01-09 Csaba Osztrogonác <ossy@webkit.org>
+
+ [Qt] Unreviewed gardening after r104412.
+
+ * platform/qt/fast/dom/Window/window-properties-expected.txt:
+ * platform/qt/http/tests/security/cross-frame-access-put-expected.txt:
+
+2012-01-08 Mike Lawther <mikelawther@chromium.org>
+
+ color tests for CSS3 calc
+ https://bugs.webkit.org/show_bug.cgi?id=75819
+
+ Reviewed by Eric Seidel.
+
+ Tests for future implementation of CSS3 calc() (see http://webkit.org/b/16662)
+
+ These tests are expected to 'fail', and will pass once calc() functionality is landed.
+ For now, they serve to demonstrate that the current code doesn't crash on these tests.
+
+ * css3/calc/color-hsl-expected.txt: Added.
+ * css3/calc/color-hsl.html: Added.
+ * css3/calc/color-rgb-expected.txt: Added.
+ * css3/calc/color-rgb.html: Added.
+
+2012-01-08 Mike Lawther <mikelawther@chromium.org>
+
+ font tests for CSS3 calc
+ https://bugs.webkit.org/show_bug.cgi?id=75818
+
+ Reviewed by Eric Seidel.
+
+ Tests for future implementation of CSS3 calc() (see http://webkit.org/b/16662)
+
+ These tests are expected to 'fail', and will pass once calc() functionality is landed.
+ For now, they serve to demonstrate that the current code doesn't crash on these tests.
+
+ * css3/calc/font-expected.txt: Added.
+ * css3/calc/font-monospace-expected.txt: Added.
+ * css3/calc/font-monospace.html: Added.
+ * css3/calc/font-size-expected.txt: Added.
+ * css3/calc/font-size-fractional-expected.txt: Added.
+ * css3/calc/font-size-fractional.html: Added.
+ * css3/calc/font-size.html: Added.
+ * css3/calc/font.html: Added.
+
+2012-01-08 Mike Lawther <mikelawther@chromium.org>
+
+ border tests for CSS3 calc
+ https://bugs.webkit.org/show_bug.cgi?id=75815
+
+ Tests for future implementation of CSS3 calc() (see http://webkit.org/b/16662)
+
+ These tests are expected to 'fail', and will pass once calc() functionality is landed.
+ For now, they serve to demonstrate that the current code doesn't crash on these tests.
+
+ Reviewed by Adam Barth.
+
+ * css3/calc/border-expected.txt: Added.
+ * css3/calc/border-radius-expected-mismatch.html: Added.
+ * css3/calc/border-radius.html: Added.
+ * css3/calc/border.html: Added.
+
+2012-01-08 Ryosuke Niwa <rniwa@webkit.org>
+
+ Add intermittent timeout expectations to media/track/track-cues-cuechange.html and
+ media/track/track-cues-enter-exit.html. The failure is tracked by the bug 75817.
+
+ * platform/chromium/test_expectations.txt:
+
+2012-01-08 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r104421.
+ http://trac.webkit.org/changeset/104421
+ https://bugs.webkit.org/show_bug.cgi?id=75816
+
+ Need to rebaseline some tests on Linux (Requested by noamr on
+ #webkit).
+
+ * platform/qt/Skipped:
+ * platform/qt/css3/filters/add-filter-rendering-expected.png: Removed.
+ * platform/qt/css3/filters/add-filter-rendering-expected.txt: Removed.
+ * platform/qt/css3/filters/crash-filter-change-expected.png: Removed.
+ * platform/qt/css3/filters/crash-filter-change-expected.txt: Removed.
+ * platform/qt/css3/filters/crash-hw-sw-switch-expected.png: Removed.
+ * platform/qt/css3/filters/custom-filter-property-parsing-expected.txt: Removed.
+ * platform/qt/css3/filters/custom-filter-property-parsing-invalid-expected.txt: Removed.
+ * platform/qt/css3/filters/effect-blur-expected.png: Removed.
+ * platform/qt/css3/filters/effect-blur-expected.txt: Removed.
+ * platform/qt/css3/filters/effect-brightness-expected.png: Removed.
+ * platform/qt/css3/filters/effect-brightness-expected.txt: Removed.
+ * platform/qt/css3/filters/effect-contrast-expected.png: Removed.
+ * platform/qt/css3/filters/effect-contrast-expected.txt: Removed.
+ * platform/qt/css3/filters/effect-drop-shadow-expected.png: Removed.
+ * platform/qt/css3/filters/effect-drop-shadow-expected.txt: Removed.
+ * platform/qt/css3/filters/effect-grayscale-expected.png: Removed.
+ * platform/qt/css3/filters/effect-grayscale-expected.txt: Removed.
+ * platform/qt/css3/filters/effect-hue-rotate-expected.png: Removed.
+ * platform/qt/css3/filters/effect-hue-rotate-expected.txt: Removed.
+ * platform/qt/css3/filters/effect-invert-expected.png: Removed.
+ * platform/qt/css3/filters/effect-invert-expected.txt: Removed.
+ * platform/qt/css3/filters/effect-opacity-expected.png: Removed.
+ * platform/qt/css3/filters/effect-opacity-expected.txt: Removed.
+ * platform/qt/css3/filters/effect-saturate-expected.png: Removed.
+ * platform/qt/css3/filters/effect-saturate-expected.txt: Removed.
+ * platform/qt/css3/filters/effect-sepia-expected.png: Removed.
+ * platform/qt/css3/filters/effect-sepia-expected.txt: Removed.
+ * platform/qt/css3/filters/filter-animation-expected.png: Removed.
+ * platform/qt/css3/filters/filter-animation-expected.txt: Removed.
+ * platform/qt/css3/filters/filter-animation-from-none-expected.png: Removed.
+ * platform/qt/css3/filters/filter-animation-from-none-expected.txt: Removed.
+ * platform/qt/css3/filters/filter-property-computed-style-expected.txt: Removed.
+ * platform/qt/css3/filters/filter-property-expected.png: Removed.
+ * platform/qt/css3/filters/filter-property-expected.txt: Removed.
+ * platform/qt/css3/filters/filter-property-parsing-expected.txt: Removed.
+ * platform/qt/css3/filters/filter-property-parsing-invalid-expected.txt: Removed.
+ * platform/qt/css3/filters/filter-region-expected.png: Removed.
+ * platform/qt/css3/filters/filter-region-expected.txt: Removed.
+ * platform/qt/css3/filters/filter-repaint-expected.png: Removed.
+ * platform/qt/css3/filters/filter-repaint-expected.txt: Removed.
+ * platform/qt/css3/filters/filter-with-transform-expected.png: Removed.
+ * platform/qt/css3/filters/filter-with-transform-expected.txt: Removed.
+ * platform/qt/css3/filters/filtered-inline-expected.png: Removed.
+ * platform/qt/css3/filters/filtered-inline-expected.txt: Removed.
+ * platform/qt/css3/filters/nested-filter-expected.png: Removed.
+ * platform/qt/css3/filters/nested-filter-expected.txt: Removed.
+ * platform/qt/css3/filters/nested-filters-expected.png: Removed.
+ * platform/qt/css3/filters/nested-filters-expected.txt: Removed.
+ * platform/qt/css3/filters/regions-expanding-expected.png: Removed.
+ * platform/qt/css3/filters/regions-expanding-expected.txt: Removed.
+ * platform/qt/css3/filters/remove-filter-rendering-expected.png: Removed.
+ * platform/qt/css3/filters/remove-filter-rendering-expected.txt: Removed.
+ * platform/qt/css3/filters/simple-filter-rendering-expected.png: Removed.
+ * platform/qt/css3/filters/simple-filter-rendering-expected.txt: Removed.
+
+2012-01-08 Ryosuke Niwa <rniwa@webkit.org>
+
+ Another Chromium Windows and Chromium Linux rebaseline after r104240.
+ The expected result committed in r104361 was clearly wrong.
+
+ * platform/chromium-linux-x86/tables/mozilla/bugs/bug4527-expected.png:
+ * platform/chromium-linux/tables/mozilla/bugs/bug4527-expected.png:
+ * platform/chromium-win-vista/tables/mozilla/bugs/bug4527-expected.png: Added.
+ * platform/chromium-win-xp/tables/mozilla/bugs/bug4527-expected.png: Added.
+ * platform/chromium-win/tables/mozilla/bugs/bug4527-expected.png:
+
+2012-01-08 Adam Barth <abarth@webkit.org>
+
+ [Chromium] Remove Mac CG specific expectations in test_expectations.txt
+ https://bugs.webkit.org/show_bug.cgi?id=75813
+
+ Unreviewed.
+
+ This configuration no longer exists and this change is needed to stop
+ the bots from erroring out.
+
+ * platform/chromium/test_expectations.txt:
+
+2012-01-08 No'am Rosenthal <noam.rosenthal@nokia.com>
+
+ [Qt] Enable CSS_FILTERS in Qt build
+ https://bugs.webkit.org/show_bug.cgi?id=75777
+
+ Reviewed by Kenneth Rohde Christiansen.
+
+ * platform/qt/Skipped: Unskip filter tests that work.
+ * platform/qt/css3/filters/*: Added Qt specific results.
+
+2012-01-08 David Levin <levin@chromium.org>
+
+ [chromium] iframes in an autoresized window get sized incorrectly.
+ https://bugs.webkit.org/show_bug.cgi?id=75806
+
+ Reviewed by Adam Barth.
+
+ * fast/autoresize/autoresize-with-iframe-expected.txt: Added.
+ * fast/autoresize/autoresize-with-iframe.html: Added.
+ * fast/autoresize/basic.html: Pulled out autoresize-util.js
+ * fast/autoresize/resources/autoresize-util.js: Added.
+ (log):
+ (shouldBe):
+ * fast/autoresize/resources/iframe.html: Added.
+
+2012-01-08 Benjamin Poulain <benjamin@webkit.org>
+
+ Valid canonical URLs should have a lowercase hostname
+ https://bugs.webkit.org/show_bug.cgi?id=75771
+
+ Reviewed by Adam Barth.
+
+ Update the test results for existing tests validating the hostname.
+
+ Added the test safari-extension.html for checking regressions of
+ the safari-extension:// protocol.
+
+ Added host-lowercase-per-scheme.html for testing the hostname is
+ set to lowercase for regognized Internet protocols.
+
+ * fast/url/host-expected.txt:
+ * fast/url/host-lowercase-per-scheme-expected.txt: Added.
+ * fast/url/host-lowercase-per-scheme.html: Added.
+ * fast/url/idna2008-expected.txt:
+ * fast/url/ipv4-expected.txt:
+ * fast/url/ipv6-expected.txt:
+ * fast/url/relative-expected.txt:
+ * fast/url/relative-unix-expected.txt:
+ * fast/url/safari-extension-expected.txt: Added.
+ * fast/url/safari-extension.html: Added.
+ * fast/url/standard-url-expected.txt:
+ * platform/chromium/fast/url/host-lowercase-per-scheme-expected.txt: Added.
+ * platform/chromium/fast/url/safari-extension-expected.txt: Added.
+
+2012-01-08 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r104403.
+ http://trac.webkit.org/changeset/104403
+ https://bugs.webkit.org/show_bug.cgi?id=75803
+
+ It broke all tests on Qt5 (Requested by Ossy_weekend on
+ #webkit).
+
+ * platform/qt/Skipped:
+ * platform/qt/css3/filters/add-filter-rendering-expected.png: Removed.
+ * platform/qt/css3/filters/add-filter-rendering-expected.txt: Removed.
+ * platform/qt/css3/filters/crash-filter-change-expected.png: Removed.
+ * platform/qt/css3/filters/crash-filter-change-expected.txt: Removed.
+ * platform/qt/css3/filters/crash-hw-sw-switch-expected.png: Removed.
+ * platform/qt/css3/filters/custom-filter-property-parsing-expected.txt: Removed.
+ * platform/qt/css3/filters/custom-filter-property-parsing-invalid-expected.txt: Removed.
+ * platform/qt/css3/filters/effect-blur-expected.png: Removed.
+ * platform/qt/css3/filters/effect-blur-expected.txt: Removed.
+ * platform/qt/css3/filters/effect-brightness-expected.png: Removed.
+ * platform/qt/css3/filters/effect-brightness-expected.txt: Removed.
+ * platform/qt/css3/filters/effect-contrast-expected.png: Removed.
+ * platform/qt/css3/filters/effect-contrast-expected.txt: Removed.
+ * platform/qt/css3/filters/effect-drop-shadow-expected.png: Removed.
+ * platform/qt/css3/filters/effect-drop-shadow-expected.txt: Removed.
+ * platform/qt/css3/filters/effect-grayscale-expected.png: Removed.
+ * platform/qt/css3/filters/effect-grayscale-expected.txt: Removed.
+ * platform/qt/css3/filters/effect-hue-rotate-expected.png: Removed.
+ * platform/qt/css3/filters/effect-hue-rotate-expected.txt: Removed.
+ * platform/qt/css3/filters/effect-invert-expected.png: Removed.
+ * platform/qt/css3/filters/effect-invert-expected.txt: Removed.
+ * platform/qt/css3/filters/effect-opacity-expected.png: Removed.
+ * platform/qt/css3/filters/effect-opacity-expected.txt: Removed.
+ * platform/qt/css3/filters/effect-saturate-expected.png: Removed.
+ * platform/qt/css3/filters/effect-saturate-expected.txt: Removed.
+ * platform/qt/css3/filters/effect-sepia-expected.png: Removed.
+ * platform/qt/css3/filters/effect-sepia-expected.txt: Removed.
+ * platform/qt/css3/filters/filter-animation-expected.png: Removed.
+ * platform/qt/css3/filters/filter-animation-expected.txt: Removed.
+ * platform/qt/css3/filters/filter-animation-from-none-expected.png: Removed.
+ * platform/qt/css3/filters/filter-animation-from-none-expected.txt: Removed.
+ * platform/qt/css3/filters/filter-property-computed-style-expected.txt: Removed.
+ * platform/qt/css3/filters/filter-property-expected.png: Removed.
+ * platform/qt/css3/filters/filter-property-expected.txt: Removed.
+ * platform/qt/css3/filters/filter-property-parsing-expected.txt: Removed.
+ * platform/qt/css3/filters/filter-property-parsing-invalid-expected.txt: Removed.
+ * platform/qt/css3/filters/filter-region-expected.png: Removed.
+ * platform/qt/css3/filters/filter-region-expected.txt: Removed.
+ * platform/qt/css3/filters/filter-repaint-expected.png: Removed.
+ * platform/qt/css3/filters/filter-repaint-expected.txt: Removed.
+ * platform/qt/css3/filters/filter-with-transform-expected.png: Removed.
+ * platform/qt/css3/filters/filter-with-transform-expected.txt: Removed.
+ * platform/qt/css3/filters/filtered-inline-expected.png: Removed.
+ * platform/qt/css3/filters/filtered-inline-expected.txt: Removed.
+ * platform/qt/css3/filters/nested-filter-expected.png: Removed.
+ * platform/qt/css3/filters/nested-filter-expected.txt: Removed.
+ * platform/qt/css3/filters/nested-filters-expected.png: Removed.
+ * platform/qt/css3/filters/nested-filters-expected.txt: Removed.
+ * platform/qt/css3/filters/regions-expanding-expected.png: Removed.
+ * platform/qt/css3/filters/regions-expanding-expected.txt: Removed.
+ * platform/qt/css3/filters/remove-filter-rendering-expected.png: Removed.
+ * platform/qt/css3/filters/remove-filter-rendering-expected.txt: Removed.
+ * platform/qt/css3/filters/simple-filter-rendering-expected.png: Removed.
+ * platform/qt/css3/filters/simple-filter-rendering-expected.txt: Removed.
+
+2012-01-08 No'am Rosenthal <noam.rosenthal@nokia.com>
+
+ [Qt] Enable CSS_FILTERS in Qt build
+ https://bugs.webkit.org/show_bug.cgi?id=75777
+
+ Reviewed by Kenneth Rohde Christiansen.
+
+ * platform/qt/Skipped: Unskip filter tests that work.
+ * platform/qt/css3/filters/*: Added Qt specific results.
+
+2012-01-07 Antti Koivisto <antti@apple.com>
+
+ Layout Test fast/media/viewport-media-query.html is occasionally failing
+ https://bugs.webkit.org/show_bug.cgi?id=75633
+
+ Reviewed by Andreas Kling.
+
+ * fast/media/viewport-media-query-synchronous-expected.txt: Added.
+ * fast/media/viewport-media-query-synchronous.html: Added.
+
+2012-01-08 David Levin <levin@chromium.org>
+
+ [chromium] Add layout test support for autosize code in FrameView.
+ https://bugs.webkit.org/show_bug.cgi?id=73631
+
+ Reviewed by Dmitry Titov.
+
+ * fast/autoresize/basic-expected.txt: Added.
+ * fast/autoresize/basic.html: Added. Simple test to verify that autoresizing happens.
+ * platform/efl/Skipped: Skipped the new directory since the layout test
+ controller on this platform, doesn't support enableAutoResizeMode.
+ * platform/gtk/Skipped: Ditto.
+ * platform/mac/Skipped: Ditto.
+ * platform/qt/Skipped: Ditto.
+ * platform/win/Skipped: Ditto.
+ * platform/wincairo/Skipped: Ditto.
+
+2012-01-07 Dmitry Lomov <dslomov@google.com>
+
+ Unreviewed; chromium tests rebaselined after r104240.
+
+ * platform/chromium-mac-leopard/editing/selection/select-from-textfield-outwards-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-text-double-click-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-text-drag-down-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-text-option-delete-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-text-scroll-left-on-blur-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/tabbing-input-iframe-expected.png:
+ * platform/chromium-mac-leopard/fast/html/details-open2-expected.png:
+ * platform/chromium-mac-leopard/fast/html/details-open4-expected.png:
+ * platform/chromium-mac-snowleopard/editing/selection/select-from-textfield-outwards-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/input-text-double-click-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/forms/input-text-drag-down-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/forms/input-text-option-delete-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/forms/input-text-scroll-left-on-blur-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/tabbing-input-iframe-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/html/details-open2-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-open2-expected.png.
+ * platform/chromium-mac-snowleopard/fast/html/details-open4-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-open4-expected.png.
+ * platform/chromium-mac/fast/forms/input-text-double-click-expected.png: Removed.
+ * platform/chromium-mac/fast/forms/input-text-drag-down-expected.png: Removed.
+ * platform/chromium-mac/fast/forms/input-text-option-delete-expected.png: Removed.
+ * platform/chromium-mac/fast/forms/tabbing-input-iframe-expected.png: Removed.
+
+2012-01-07 Dmitry Lomov <dslomov@google.com>
+
+ Unreviewed: updating expectations and rebaselining.
+ svg/custom/inline-svg-in-xhtml rebaselined due to http://trac.webkit.org/changeset/104240/.
+
+ * platform/chromium-cg-mac-leopard/svg/custom/inline-svg-in-xhtml-expected.png:
+ * platform/chromium-cg-mac-snowleopard/svg/custom/inline-svg-in-xhtml-expected.png: Added.
+ * platform/chromium-cg-mac/svg/custom/inline-svg-in-xhtml-expected.png: Removed.
+ * platform/chromium-mac-leopard/svg/custom/inline-svg-in-xhtml-expected.png:
+ * platform/chromium-mac-snowleopard/svg/custom/inline-svg-in-xhtml-expected.png: Added.
+ * platform/chromium-mac/svg/custom/inline-svg-in-xhtml-expected.png: Removed.
+ * platform/chromium/test_expectations.txt:
+
+2012-01-07 Dmitry Lomov <dslomov@google.com>
+
+ Unreviewed: updating expectations and rebaslining.
+ svg/custom/pattern-userSpaceOnUse-userToBaseTransform rebaselined due to http://trac.webkit.org/changeset/104356/.
+
+ * platform/chromium-linux/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.png: Added.
+ * platform/chromium-mac-leopard/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.png: Added.
+ * platform/chromium-win/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.png: Added.
+ * platform/chromium-win/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.txt: Added.
+ * platform/chromium/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.png: Added.
+ * platform/chromium/test_expectations.txt:
+
+2012-01-07 Philippe Normand <pnormand@igalia.com>
+
+ Unreviewed, GTK rebaseline after r104386 and r104208.
+
+ * platform/gtk/Skipped: Skip failing accessibility/textbox-role-reports-line-number.html
+ * platform/gtk/fast/dom/Window/window-properties-expected.txt:
+ * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
+ * platform/gtk/fast/table/032-expected.txt:
+ * platform/gtk/fast/writing-mode/table-percent-width-quirk-expected.txt: Added.
+ * platform/gtk/tables/mozilla/bugs/bug55694-expected.txt:
+
+2012-01-07 Dmitry Lomov <dslomov@google.com>
+
+ Unreviewed: test expectations and filed WK75784.
+
+ * platform/chromium/test_expectations.txt:
+
+2012-01-07 Zan Dobersek <zandobersek@gmail.com>
+
+ [GTK] Enable requestAnimationFrame in build-webkit
+ https://bugs.webkit.org/show_bug.cgi?id=75773
+
+ Reviewed by Martin Robinson.
+
+ Skip the passing requestAnimationFrame-related tests and put
+ the remaining failing one under the tests that require modal
+ dialog implementation.
+
+ * platform/gtk/Skipped:
+
+2012-01-07 Andreas Kling <awesomekling@apple.com>
+
+ Simplify HTMLCollection ownership model.
+ <http://webkit.org/b/75437>
+
+ Reviewed by Sam Weinig.
+
+ - Removed fast/dom/htmlcollection-zombies.html since it was testing bogus behavior.
+ - Added a test to verify that HTMLCollection protects its base node from GC.
+
+ * fast/dom/htmlcollection-protects-base-expected.txt: Added.
+ * fast/dom/htmlcollection-protects-base.html: Added.
+ * fast/dom/htmlcollection-zombies-expected.txt: Removed.
+ * fast/dom/htmlcollection-zombies.html: Removed.
+
+2012-01-06 Ryosuke Niwa <rniwa@webkit.org>
+
+ REGRESSION(r104210): Crash inside DynamicSubtreeNodeList::length
+ https://bugs.webkit.org/show_bug.cgi?id=75731
+
+ Reviewed by Andreas Kling.
+
+ Add a regression test. It reproduces the crash with a very high probability.
+
+ * fast/dom/node-list-length-after-removing-node-expected.txt: Added.
+ * fast/dom/node-list-length-after-removing-node.html: Added.
+
+2012-01-06 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r104373 and r104374.
+ http://trac.webkit.org/changeset/104373
+ http://trac.webkit.org/changeset/104374
+ https://bugs.webkit.org/show_bug.cgi?id=75769
+
+ Too many assertion failures. (Requested by kling on #webkit).
+
+ * fast/dom/htmlcollection-protects-base-expected.txt: Removed.
+ * fast/dom/htmlcollection-protects-base.html: Removed.
+ * fast/dom/htmlcollection-zombies-expected.txt: Added.
+ * fast/dom/htmlcollection-zombies.html: Added.
+
+2012-01-06 Andreas Kling <awesomekling@apple.com>
+
+ Simplify HTMLCollection ownership model.
+ <http://webkit.org/b/75437>
+
+ Reviewed by Sam Weinig.
+
+ - Removed fast/dom/htmlcollection-zombies.html since it was testing bogus behavior.
+ - Added a test to verify that HTMLCollection protects its base node from GC.
+
+ * fast/dom/htmlcollection-protects-base-expected.txt: Added.
+ * fast/dom/htmlcollection-protects-base.html: Added.
+ * fast/dom/htmlcollection-zombies-expected.txt: Removed.
+ * fast/dom/htmlcollection-zombies.html: Removed.
+
+2012-01-06 Dmitry Lomov <dslomov@google.com>
+
+ Unreviewed: more rebaselines in chromium after r104240.
+
+ * platform/chromium-cg-mac-leopard/fast/css/input-search-padding-expected.png: Removed.
+ * platform/chromium-cg-mac-leopard/fast/events/context-no-deselect-expected.png: Removed.
+ * platform/chromium-cg-mac-leopard/fast/forms/input-appearance-disabled-expected.png:
+ * platform/chromium-cg-mac-leopard/fast/forms/input-appearance-focus-expected.png:
+ * platform/chromium-cg-mac-leopard/fast/forms/input-appearance-height-expected.png:
+ * platform/chromium-cg-mac-leopard/fast/forms/input-appearance-preventDefault-expected.png:
+ * platform/chromium-cg-mac-leopard/fast/forms/input-appearance-readonly-expected.png:
+ * platform/chromium-cg-mac-leopard/fast/forms/input-appearance-selection-expected.png:
+ * platform/chromium-cg-mac-leopard/fast/forms/input-double-click-selection-gap-bug-expected.png:
+ * platform/chromium-cg-mac-leopard/fast/forms/input-readonly-autoscroll-expected.png:
+ * platform/chromium-cg-mac-leopard/fast/forms/input-text-click-inside-expected.png: Added.
+ * platform/chromium-cg-mac-leopard/fast/forms/input-text-scroll-left-on-blur-expected.png:
+ * platform/chromium-cg-mac-leopard/fast/forms/input-text-word-wrap-expected.png:
+ * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug12384-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/forms/textfield-overflow-expected.png.
+ * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug18359-expected.png:
+ * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug24200-expected.png: Added.
+ * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug28928-expected.png:
+ * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug4382-expected.png: Added.
+ * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug4527-expected.png:
+ * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug46368-1-expected.png:
+ * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug46368-2-expected.png:
+ * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug51037-expected.png:
+ * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug55545-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
+ * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug59354-expected.png: Added.
+ * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug7342-expected.png:
+ * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug96334-expected.png:
+ * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug99948-expected.png: Added.
+ * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/forms/input-appearance-disabled-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/forms/input-appearance-focus-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/forms/input-appearance-height-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/forms/input-appearance-preventDefault-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/forms/input-appearance-readonly-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/forms/input-appearance-selection-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/forms/input-double-click-selection-gap-bug-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/forms/input-readonly-autoscroll-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/forms/input-text-click-inside-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/forms/input-text-scroll-left-on-blur-expected.png:
+ * platform/chromium-cg-mac-snowleopard/fast/forms/input-text-word-wrap-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/forms/input-width-expected.png: Removed.
+ * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug12384-expected.png: Renamed from LayoutTests/platform/chromium-cg-mac-leopard/fast/forms/textfield-overflow-expected.png.
+ * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug18359-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug28928-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug4382-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug4527-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug46368-1-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug46368-2-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug51037-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug55545-expected.png: Copied from LayoutTests/platform/chromium-mac-leopard/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
+ * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug59354-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug7342-expected.png:
+ * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug96334-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug99948-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png: Added.
+ * platform/chromium-cg-mac/editing/selection/3690703-2-expected.png: Removed.
+ * platform/chromium-cg-mac/editing/selection/3690703-expected.png: Removed.
+ * platform/chromium-cg-mac/editing/selection/3690719-expected.png: Removed.
+ * platform/chromium-cg-mac/editing/selection/4975120-expected.png: Removed.
+ * platform/chromium-cg-mac/fast/block/margin-collapse/103-expected.png: Removed.
+ * platform/chromium-cg-mac/fast/dom/isindex-001-expected.png: Removed.
+ * platform/chromium-cg-mac/fast/forms/input-appearance-bkcolor-expected.png: Removed.
+ * platform/chromium-cg-mac/fast/forms/input-appearance-focus-expected.png: Removed.
+ * platform/chromium-cg-mac/fast/forms/input-appearance-height-expected.png: Removed.
+ * platform/chromium-cg-mac/fast/forms/input-appearance-readonly-expected.png: Removed.
+ * platform/chromium-cg-mac/fast/forms/input-double-click-selection-gap-bug-expected.png: Removed.
+ * platform/chromium-cg-mac/fast/forms/minWidthPercent-expected.png: Removed.
+ * platform/chromium-linux-x86/tables/mozilla/bugs/bug4527-expected.png: Added.
+ * platform/chromium-linux/tables/mozilla/bugs/bug4527-expected.png:
+ * platform/chromium-mac-leopard/editing/inserting/before-after-input-element-expected.png:
+ * platform/chromium-mac-leopard/editing/pasteboard/4806874-expected.png:
+ * platform/chromium-mac-leopard/editing/pasteboard/drop-text-without-selection-expected.png:
+ * platform/chromium-mac-leopard/editing/pasteboard/input-field-1-expected.png:
+ * platform/chromium-mac-leopard/editing/selection/3690703-2-expected.png:
+ * platform/chromium-mac-leopard/editing/selection/3690703-expected.png:
+ * platform/chromium-mac-leopard/editing/selection/3690719-expected.png:
+ * platform/chromium-mac-leopard/editing/selection/4895428-3-expected.png:
+ * platform/chromium-mac-leopard/editing/selection/4975120-expected.png:
+ * platform/chromium-mac-leopard/editing/selection/drag-select-1-expected.png:
+ * platform/chromium-mac-leopard/editing/selection/select-across-readonly-input-1-expected.png:
+ * platform/chromium-mac-leopard/editing/selection/select-across-readonly-input-2-expected.png:
+ * platform/chromium-mac-leopard/editing/selection/select-across-readonly-input-3-expected.png:
+ * platform/chromium-mac-leopard/editing/selection/select-across-readonly-input-4-expected.png:
+ * platform/chromium-mac-leopard/editing/selection/select-across-readonly-input-5-expected.png:
+ * platform/chromium-mac-leopard/fast/block/margin-collapse/103-expected.png:
+ * platform/chromium-mac-leopard/fast/css/input-search-padding-expected.png:
+ * platform/chromium-mac-leopard/fast/css/line-height-expected.png:
+ * platform/chromium-mac-leopard/fast/dom/isindex-001-expected.png:
+ * platform/chromium-mac-leopard/fast/dom/isindex-002-expected.png:
+ * platform/chromium-mac-leopard/fast/events/autoscroll-expected.png:
+ * platform/chromium-mac-leopard/fast/events/context-no-deselect-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/basic-inputs-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/encoding-test-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/fieldset-align-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/floating-textfield-relayout-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-appearance-bkcolor-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-appearance-default-bkcolor-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-appearance-disabled-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-appearance-focus-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-appearance-height-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-appearance-preventDefault-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-appearance-readonly-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-appearance-selection-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-appearance-visibility-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-appearance-width-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-baseline-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-double-click-selection-gap-bug-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-field-text-truncated-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-placeholder-visibility-1-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-placeholder-visibility-3-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-readonly-autoscroll-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-readonly-dimmed-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-readonly-empty-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-spaces-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-table-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-text-click-inside-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-text-click-outside-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-text-self-emptying-click-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-text-word-wrap-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/input-type-text-min-width-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/minWidthPercent-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/number/input-appearance-number-rtl-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/number/input-appearance-spinbutton-layer-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/placeholder-position-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/placeholder-pseudo-style-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/plaintext-mode-2-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/text-style-color-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/textfield-focus-ring-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/validation-message-appearance-expected.png:
+ * platform/chromium-mac-leopard/fast/forms/visual-hebrew-text-field-expected.png:
+ * platform/chromium-mac-leopard/fast/frames/take-focus-from-iframe-expected.png:
+ * platform/chromium-mac-leopard/fast/html/details-no-summary4-expected.png:
+ * platform/chromium-mac-leopard/fast/html/details-open-javascript-expected.png:
+ * platform/chromium-mac-leopard/tables/mozilla/bugs/bug12384-expected.png:
+ * platform/chromium-mac-leopard/tables/mozilla/bugs/bug18359-expected.png:
+ * platform/chromium-mac-leopard/tables/mozilla/bugs/bug24200-expected.png:
+ * platform/chromium-mac-leopard/tables/mozilla/bugs/bug28928-expected.png:
+ * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4382-expected.png:
+ * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4527-expected.png:
+ * platform/chromium-mac-leopard/tables/mozilla/bugs/bug46368-1-expected.png:
+ * platform/chromium-mac-leopard/tables/mozilla/bugs/bug46368-2-expected.png:
+ * platform/chromium-mac-leopard/tables/mozilla/bugs/bug51037-expected.png:
+ * platform/chromium-mac-leopard/tables/mozilla/bugs/bug55545-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
+ * platform/chromium-mac-leopard/tables/mozilla/bugs/bug59354-expected.png:
+ * platform/chromium-mac-leopard/tables/mozilla/bugs/bug7342-expected.png:
+ * platform/chromium-mac-leopard/tables/mozilla/bugs/bug96334-expected.png:
+ * platform/chromium-mac-leopard/tables/mozilla/bugs/bug99948-expected.png:
+ * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png:
+ * platform/chromium-mac-snowleopard/editing/inserting/before-after-input-element-expected.png: Added.
+ * platform/chromium-mac-snowleopard/editing/pasteboard/4806874-expected.png: Added.
+ * platform/chromium-mac-snowleopard/editing/pasteboard/drop-text-without-selection-expected.png: Added.
+ * platform/chromium-mac-snowleopard/editing/pasteboard/input-field-1-expected.png: Added.
+ * platform/chromium-mac-snowleopard/editing/selection/3690703-2-expected.png: Added.
+ * platform/chromium-mac-snowleopard/editing/selection/3690703-expected.png: Added.
+ * platform/chromium-mac-snowleopard/editing/selection/3690719-expected.png: Added.
+ * platform/chromium-mac-snowleopard/editing/selection/4895428-3-expected.png: Added.
+ * platform/chromium-mac-snowleopard/editing/selection/4975120-expected.png: Added.
+ * platform/chromium-mac-snowleopard/editing/selection/drag-select-1-expected.png: Added.
+ * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-1-expected.png: Added.
+ * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-2-expected.png: Added.
+ * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-3-expected.png: Added.
+ * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-4-expected.png: Added.
+ * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-5-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/block/margin-collapse/103-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/css/input-search-padding-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/css/line-height-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/dom/isindex-001-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/dom/isindex-002-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/events/autoscroll-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/events/context-no-deselect-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/forms/minWidthPercent-expected.png.
+ * platform/chromium-mac-snowleopard/fast/forms/basic-inputs-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/encoding-test-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/forms/fieldset-align-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/forms/floating-textfield-relayout-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/forms/input-appearance-bkcolor-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/forms/input-appearance-default-bkcolor-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/forms/input-appearance-disabled-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/input-appearance-focus-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/forms/input-appearance-height-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/forms/input-appearance-preventDefault-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/forms/input-appearance-readonly-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/forms/input-appearance-selection-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/forms/input-appearance-visibility-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/forms/input-appearance-width-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/forms/input-baseline-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/forms/input-double-click-selection-gap-bug-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/forms/input-field-text-truncated-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-visibility-1-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-visibility-3-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/input-readonly-autoscroll-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/forms/input-readonly-dimmed-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/forms/input-readonly-empty-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/forms/input-spaces-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/forms/input-table-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/forms/input-text-click-inside-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/forms/input-text-click-outside-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/forms/input-text-self-emptying-click-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/forms/input-text-word-wrap-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/forms/input-type-text-min-width-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-number-rtl-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Renamed from LayoutTests/platform/chromium-cg-mac-snowleopard/fast/forms/minWidthPercent-expected.png.
+ * platform/chromium-mac-snowleopard/fast/forms/placeholder-position-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/placeholder-pseudo-style-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/plaintext-mode-2-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/forms/text-style-color-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/forms/textfield-focus-ring-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/forms/textfield-overflow-expected.png: Copied from LayoutTests/platform/chromium-mac-leopard/tables/mozilla/bugs/bug12384-expected.png.
+ * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/visual-hebrew-text-field-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/forms/visual-hebrew-text-field-expected.png.
+ * platform/chromium-mac-snowleopard/fast/frames/take-focus-from-iframe-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/html/details-no-summary4-expected.png: Copied from LayoutTests/platform/chromium-mac-leopard/fast/forms/minWidthPercent-expected.png.
+ * platform/chromium-mac-snowleopard/fast/html/details-open-javascript-expected.png: Added.
+ * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug12384-expected.png: Renamed from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug12384-expected.png.
+ * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug18359-expected.png: Added.
+ * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug28928-expected.png: Added.
+ * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4382-expected.png: Added.
+ * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4527-expected.png: Added.
+ * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-1-expected.png: Renamed from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug46368-1-expected.png.
+ * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-2-expected.png: Added.
+ * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51037-expected.png: Added.
+ * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug55545-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-no-summary4-expected.png.
+ * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug59354-expected.png: Added.
+ * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug7342-expected.png:
+ * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug96334-expected.png: Added.
+ * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug99948-expected.png: Added.
+ * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png: Added.
+ * platform/chromium-mac/editing/inserting/before-after-input-element-expected.png: Removed.
+ * platform/chromium-mac/editing/pasteboard/4806874-expected.png: Removed.
+ * platform/chromium-mac/editing/pasteboard/drop-text-without-selection-expected.png: Removed.
+ * platform/chromium-mac/editing/pasteboard/input-field-1-expected.png: Removed.
+ * platform/chromium-mac/editing/selection/3690703-2-expected.png: Removed.
+ * platform/chromium-mac/editing/selection/3690703-expected.png: Removed.
+ * platform/chromium-mac/editing/selection/3690719-expected.png: Removed.
+ * platform/chromium-mac/editing/selection/4895428-3-expected.png: Removed.
+ * platform/chromium-mac/editing/selection/4975120-expected.png: Removed.
+ * platform/chromium-mac/editing/selection/drag-select-1-expected.png: Removed.
+ * platform/chromium-mac/editing/selection/select-across-readonly-input-1-expected.png: Removed.
+ * platform/chromium-mac/editing/selection/select-across-readonly-input-2-expected.png: Removed.
+ * platform/chromium-mac/editing/selection/select-across-readonly-input-3-expected.png: Removed.
+ * platform/chromium-mac/editing/selection/select-across-readonly-input-4-expected.png: Removed.
+ * platform/chromium-mac/editing/selection/select-across-readonly-input-5-expected.png: Removed.
+ * platform/chromium-mac/fast/block/margin-collapse/103-expected.png: Removed.
+ * platform/chromium-mac/fast/css/input-search-padding-expected.png: Removed.
+ * platform/chromium-mac/fast/css/line-height-expected.png: Removed.
+ * platform/chromium-mac/fast/dom/isindex-001-expected.png: Removed.
+ * platform/chromium-mac/fast/dom/isindex-002-expected.png: Removed.
+ * platform/chromium-mac/fast/events/autoscroll-expected.png: Removed.
+ * platform/chromium-mac/fast/events/context-no-deselect-expected.png: Removed.
+ * platform/chromium-mac/fast/forms/encoding-test-expected.png: Removed.
+ * platform/chromium-mac/fast/forms/fieldset-align-expected.png: Removed.
+ * platform/chromium-mac/fast/forms/floating-textfield-relayout-expected.png: Removed.
+ * platform/chromium-mac/fast/forms/input-appearance-bkcolor-expected.png: Removed.
+ * platform/chromium-mac/fast/forms/input-appearance-default-bkcolor-expected.png: Removed.
+ * platform/chromium-mac/fast/forms/input-appearance-focus-expected.png: Removed.
+ * platform/chromium-mac/fast/forms/input-appearance-height-expected.png: Removed.
+ * platform/chromium-mac/fast/forms/input-appearance-height-expected.txt: Removed.
+ * platform/chromium-mac/fast/forms/input-appearance-preventDefault-expected.png: Removed.
+ * platform/chromium-mac/fast/forms/input-appearance-readonly-expected.png: Removed.
+ * platform/chromium-mac/fast/forms/input-appearance-selection-expected.png: Removed.
+ * platform/chromium-mac/fast/forms/input-appearance-visibility-expected.png: Removed.
+ * platform/chromium-mac/fast/forms/input-appearance-width-expected.png: Removed.
+ * platform/chromium-mac/fast/forms/input-baseline-expected.png: Removed.
+ * platform/chromium-mac/fast/forms/input-double-click-selection-gap-bug-expected.png: Removed.
+ * platform/chromium-mac/fast/forms/input-field-text-truncated-expected.png: Removed.
+ * platform/chromium-mac/fast/forms/input-readonly-autoscroll-expected.png: Removed.
+ * platform/chromium-mac/fast/forms/input-readonly-dimmed-expected.png: Removed.
+ * platform/chromium-mac/fast/forms/input-readonly-empty-expected.png: Removed.
+ * platform/chromium-mac/fast/forms/input-spaces-expected.png: Removed.
+ * platform/chromium-mac/fast/forms/input-table-expected.png: Removed.
+ * platform/chromium-mac/fast/forms/input-text-click-inside-expected.png: Removed.
+ * platform/chromium-mac/fast/forms/input-text-click-outside-expected.png: Removed.
+ * platform/chromium-mac/fast/forms/input-text-self-emptying-click-expected.png: Removed.
+ * platform/chromium-mac/fast/forms/input-text-word-wrap-expected.png: Removed.
+ * platform/chromium-mac/fast/forms/input-type-text-min-width-expected.png: Removed.
+ * platform/chromium-mac/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
+ * platform/chromium-mac/fast/forms/plaintext-mode-2-expected.png: Removed.
+ * platform/chromium-mac/fast/forms/text-style-color-expected.png: Removed.
+ * platform/chromium-mac/fast/forms/textfield-focus-ring-expected.png: Removed.
+ * platform/chromium-mac/fast/frames/take-focus-from-iframe-expected.png: Removed.
+ * platform/chromium-mac/fast/html/details-open-javascript-expected.png: Removed.
+ * platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.png: Removed.
+ * platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.png: Removed.
+ * platform/chromium-mac/tables/mozilla/bugs/bug4382-expected.png: Removed.
+ * platform/chromium-mac/tables/mozilla/bugs/bug46368-2-expected.png: Removed.
+ * platform/chromium-mac/tables/mozilla/bugs/bug51037-expected.png: Removed.
+ * platform/chromium-mac/tables/mozilla/bugs/bug59354-expected.png: Removed.
+ * platform/chromium-mac/tables/mozilla/bugs/bug96334-expected.png: Removed.
+ * platform/chromium-mac/tables/mozilla/bugs/bug99948-expected.png: Removed.
+ * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png: Removed.
+ * platform/chromium-win/tables/mozilla/bugs/bug4527-expected.png:
+ * platform/chromium/fast/block/float/032-expected.png: Added.
+ * platform/chromium/fast/forms/input-appearance-height-expected.txt: Renamed from LayoutTests/platform/chromium-cg-mac/fast/forms/input-appearance-height-expected.txt.
+ * platform/chromium/fast/forms/input-width-expected.png: Renamed from LayoutTests/platform/chromium-cg-mac-leopard/fast/forms/input-width-expected.png.
+ * platform/chromium/fast/forms/minWidthPercent-expected.png: Renamed from LayoutTests/platform/chromium-cg-mac-leopard/fast/forms/minWidthPercent-expected.png.
+ * platform/chromium/tables/mozilla/bugs/bug24200-expected.png: Added.
+ * platform/chromium/test_expectations.txt:
+ * platform/mac-snowleopard/fast/forms/basic-inputs-expected.txt: Removed.
+ * platform/mac-snowleopard/fast/forms/fieldset-align-expected.txt: Removed.
+ * platform/mac-snowleopard/fast/forms/input-appearance-height-expected.txt: Removed.
+ * platform/mac-snowleopard/fast/forms/input-table-expected.txt: Removed.
+ * platform/mac-snowleopard/fast/forms/placeholder-position-expected.txt: Removed.
+ * platform/mac/editing/input/caret-at-the-edge-of-input-expected.txt: Renamed from LayoutTests/editing/input/caret-at-the-edge-of-input-expected.txt.
+
+2012-01-06 Tim Horton <timothy_horton@apple.com>
+
+ [cg] userSpaceOnUse SVG Patterns have the wrong origin
+ https://bugs.webkit.org/show_bug.cgi?id=75741
+ <rdar://problem/9383222>
+
+ Reviewed by Simon Fraser.
+
+ Add a test that ensures that userSpaceOnUse patterns are rendered in the
+ correct orientation and location in both the accelerated compositing and
+ regular cases, as well as with SVG translation.
+
+ * platform/mac/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.png: Added.
+ * platform/mac/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.txt: Added.
+ * svg/custom/pattern-userSpaceOnUse-userToBaseTransform.xhtml: Added.
+
+2012-01-06 Dale Curtis <dalecurtis@chromium.org>
+
+ [chromium] Rebaseline media/media-document-audio-repaint after 74123 goes in.
+ https://bugs.webkit.org/show_bug.cgi?id=75505
+
+ Reviewed by Dimitri Glazkov.
+
+ * platform/chromium-cg-mac-leopard/media/media-document-audio-repaint-expected.png:
+ * platform/chromium-cg-mac-snowleopard/media/media-document-audio-repaint-expected.png:
+ * platform/chromium-gpu-cg-mac/media/media-document-audio-repaint-expected.png:
+ * platform/chromium-gpu-win/media/media-document-audio-repaint-expected.png:
+ * platform/chromium-linux/media/media-document-audio-repaint-expected.png:
+ * platform/chromium-mac-leopard/media/media-document-audio-repaint-expected.png:
+ * platform/chromium-mac-snowleopard/media/media-document-audio-repaint-expected.png:
+ * platform/chromium-win/media/media-document-audio-repaint-expected.png:
+ * platform/chromium/test_expectations.txt:
+
+2012-01-06 Charlie Reis <creis@chromium.org>
+
+ LayoutTests/platform/chromium/fast/events/intercept-postmessage.html failing
+ https://bugs.webkit.org/show_bug.cgi?id=75718
+
+ Reviewed by Adam Barth.
+
+ Removing unnecessary log messages.
+
+ * platform/chromium/fast/events/intercept-postmessage-expected.txt:
+ * platform/chromium/fast/events/intercept-postmessage.html:
+
+2012-01-05 Simon Fraser <simon.fraser@apple.com>
+
+ Avoid falling into tiled layers more often when the device scale factor is > 1
+ <rdar://problem/10588725>
+
+ Reviewed by John Sullivan.
+
+ Tests that a large layer with a device scale factor of 2 is not tiled.
+
+ * compositing/tiled-layers-hidpi-expected.txt: Added.
+ * compositing/tiled-layers-hidpi.html: Added.
+
+2012-01-06 Adam Barth <abarth@webkit.org>
+
+ Rebaseline editing/input/caret-at-the-edge-of-input.html.
+
+ * platform/chromium-mac-leopard/editing/input/caret-at-the-edge-of-input-expected.png:
+ * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-input-expected.png:
+
+2012-01-06 Dmitry Lomov <dslomov@google.com>
+
+ Unreviewed: filed https://bugs.webkit.org/show_bug.cgi?id=75742
+ and updated chromium-mac expectations for fast/forms/input-disabled-color.html.
+
+ * platform/chromium/test_expectations.txt:
+
+2012-01-06 Tom Sepez <tsepez@chromium.org>
+
+ Pass Content-Security-Policy directives to worker threads.
+ https://bugs.webkit.org/show_bug.cgi?id=73242
+
+ Reviewed by David Levin.
+
+ * http/tests/security/contentSecurityPolicy/resources/shared-worker-make-xhr.js: Added.
+ (onconnect):
+ * http/tests/security/contentSecurityPolicy/resources/worker-make-xhr.js: Added.
+ * http/tests/security/contentSecurityPolicy/shared-worker-connect-src-allowed-expected.txt: Added.
+ * http/tests/security/contentSecurityPolicy/shared-worker-connect-src-allowed.html: Added.
+ * http/tests/security/contentSecurityPolicy/shared-worker-connect-src-blocked-expected.txt: Added.
+ * http/tests/security/contentSecurityPolicy/shared-worker-connect-src-blocked.html: Added.
+ * http/tests/security/contentSecurityPolicy/worker-connect-src-allowed-expected.txt: Added.
+ * http/tests/security/contentSecurityPolicy/worker-connect-src-allowed.html: Added.
+ * http/tests/security/contentSecurityPolicy/worker-connect-src-blocked-expected.txt: Added.
+ * http/tests/security/contentSecurityPolicy/worker-connect-src-blocked.html: Added.
+ * platform/chromium/test_expectations.txt:
+
+2012-01-06 Mihnea Ovidenie <mihnea@adobe.com>
+
+ [CSSRegions]Crash while collecting svg elements in render flow thread.
+ https://bugs.webkit.org/show_bug.cgi?id=73735
+
+ Reviewed by David Hyatt.
+
+ * fast/regions/resources/region-style.css:
+ * fast/regions/svg-doc-fragment-not-collected-expected.html: Added.
+ * fast/regions/svg-doc-fragment-not-collected.html: Added.
+ * fast/regions/svg-element-not-collected-expected.html: Added.
+ * fast/regions/svg-element-not-collected.html: Added.
+ * fast/regions/svg-root-element-collected-expected.txt: Added.
+ * fast/regions/svg-root-element-collected.html: Added.
+
+2012-01-06 Eric Carlson <eric.carlson@apple.com>
+
+ Make TextTrackCue more mutable
+ https://bugs.webkit.org/show_bug.cgi?id=72555
+
+ Reviewed by Anders Carlsson.
+
+ * media/track/track-cue-mutable-expected.txt: Added.
+ * media/track/track-cue-mutable.html: Added.
+
+2012-01-06 Ken Buchanan <kenrb@chromium.org>
+
+ ASSERT failure due to combine-text with preceding spaces
+ https://bugs.webkit.org/show_bug.cgi?id=65147
+
+ Reviewed by David Hyatt.
+
+ New test with combine-text that begins with mutiple spaces,
+ showing ASSERT failures in bug 65147.
+
+ * fast/text/international/spaces-combined-in-vertical-text.html: Added
+ * fast/text/international/spaces-combined-in-vertical-text-expected.txt: Added
+
+2012-01-06 Abhishek Arya <inferno@chromium.org>
+
+ Crash with range selection across different documents.
+ https://bugs.webkit.org/show_bug.cgi?id=74285
+
+ Reviewed by Ryosuke Niwa.
+
+ * fast/dom/Range/range-selection-across-documents-crash-expected.txt: Added.
+ * fast/dom/Range/range-selection-across-documents-crash.html: Added.
+
+2012-01-06 Dmitry Lomov <dslomov@google.com>
+
+ Unreviewed; fixing expectation error.
+
+ * platform/chromium/test_expectations.txt:
+
+2012-01-06 Hans Muller <hmuller@adobe.com>
+
+ Convert overflow-in-uniform-regions to a reftest
+ https://bugs.webkit.org/show_bug.cgi?id=74765
+
+ Replaced the bitmap version of the test with a "reftest" version. Use of text
+ has been revised a little to mitigate the possibility that small differences in
+ the platform's default font will change the location of line breaks.
+
+ Reviewed by Anders Carlsson.
+
+ * fast/regions/overflow-in-uniform-regions-expected.html: Added.
+ * fast/regions/overflow-in-uniform-regions.html:
+ * platform/efl/fast/regions/overflow-in-uniform-regions-expected.png: Removed.
+ * platform/efl/fast/regions/overflow-in-uniform-regions-expected.txt: Removed.
+ * platform/mac/fast/regions/overflow-in-uniform-regions-expected.png: Removed.
+ * platform/mac/fast/regions/overflow-in-uniform-regions-expected.txt: Removed.
+
+2012-01-06 Tony Chang <tony@chromium.org>
+
+ Need to relayout when stretching the height of a flex item
+ https://bugs.webkit.org/show_bug.cgi?id=75661
+
+ Reviewed by Ojan Vafai.
+
+ * css3/flexbox/flex-align-stretch-expected.txt: Added.
+ * css3/flexbox/flex-align-stretch.html: Added.
+
+2012-01-06 Dmitry Lomov <dslomov@google.com>
+
+ Unreviewed: [Chromium] rebaselining IMAGE expectations after http://trac.webkit.org/changeset/104240/
+
+ * platform/chromium-cg-mac-leopard/editing/input/caret-at-the-edge-of-input-expected.png:
+ * platform/chromium-cg-mac-leopard/editing/inserting/before-after-input-element-expected.png: Added.
+ * platform/chromium-cg-mac-leopard/editing/pasteboard/4806874-expected.png:
+ * platform/chromium-cg-mac-leopard/editing/pasteboard/drop-text-without-selection-expected.png: Added.
+ * platform/chromium-cg-mac-leopard/editing/pasteboard/input-field-1-expected.png:
+ * platform/chromium-cg-mac-leopard/editing/selection/3690703-2-expected.png:
+ * platform/chromium-cg-mac-leopard/editing/selection/3690703-expected.png:
+ * platform/chromium-cg-mac-leopard/editing/selection/3690719-expected.png:
+ * platform/chromium-cg-mac-leopard/editing/selection/4895428-3-expected.png: Added.
+ * platform/chromium-cg-mac-leopard/editing/selection/4975120-expected.png:
+ * platform/chromium-cg-mac-leopard/editing/selection/drag-select-1-expected.png: Added.
+ * platform/chromium-cg-mac-leopard/editing/selection/select-across-readonly-input-1-expected.png:
+ * platform/chromium-cg-mac-leopard/editing/selection/select-across-readonly-input-2-expected.png:
+ * platform/chromium-cg-mac-leopard/editing/selection/select-across-readonly-input-3-expected.png:
+ * platform/chromium-cg-mac-leopard/editing/selection/select-across-readonly-input-4-expected.png:
+ * platform/chromium-cg-mac-leopard/editing/selection/select-across-readonly-input-5-expected.png:
+ * platform/chromium-cg-mac-leopard/editing/selection/select-from-textfield-outwards-expected.png:
+ * platform/chromium-cg-mac-leopard/fast/block/margin-collapse/103-expected.png:
+ * platform/chromium-cg-mac-leopard/fast/css/input-search-padding-expected.png: Added.
+ * platform/chromium-cg-mac-leopard/fast/css/line-height-expected.png: Added.
+ * platform/chromium-cg-mac-leopard/fast/dom/isindex-001-expected.png:
+ * platform/chromium-cg-mac-leopard/fast/dom/isindex-002-expected.png: Added.
+ * platform/chromium-cg-mac-leopard/fast/events/autoscroll-expected.png:
+ * platform/chromium-cg-mac-leopard/fast/events/context-no-deselect-expected.png:
+ * platform/chromium-cg-mac-leopard/fast/forms/basic-inputs-expected.png:
+ * platform/chromium-cg-mac-leopard/fast/forms/encoding-test-expected.png: Added.
+ * platform/chromium-cg-mac-leopard/fast/forms/fieldset-align-expected.png: Added.
+ * platform/chromium-cg-mac-leopard/fast/forms/floating-textfield-relayout-expected.png: Added.
+ * platform/chromium-cg-mac-leopard/fast/forms/input-appearance-bkcolor-expected.png:
+ * platform/chromium-cg-mac-leopard/fast/forms/input-appearance-default-bkcolor-expected.png:
+ * platform/chromium-cg-mac-leopard/fast/forms/input-appearance-visibility-expected.png:
+ * platform/chromium-cg-mac-leopard/fast/forms/input-appearance-width-expected.png:
+ * platform/chromium-cg-mac-leopard/fast/forms/input-baseline-expected.png: Added.
+ * platform/chromium-cg-mac-leopard/fast/forms/input-field-text-truncated-expected.png:
+ * platform/chromium-cg-mac-leopard/fast/forms/input-placeholder-visibility-1-expected.png:
+ * platform/chromium-cg-mac-leopard/fast/forms/input-placeholder-visibility-3-expected.png:
+ * platform/chromium-cg-mac-leopard/fast/forms/input-readonly-dimmed-expected.png:
+ * platform/chromium-cg-mac-leopard/fast/forms/input-readonly-empty-expected.png: Added.
+ * platform/chromium-cg-mac-leopard/fast/forms/input-spaces-expected.png:
+ * platform/chromium-cg-mac-leopard/fast/forms/input-table-expected.png:
+ * platform/chromium-cg-mac-leopard/fast/forms/input-text-click-outside-expected.png: Added.
+ * platform/chromium-cg-mac-leopard/fast/forms/input-text-double-click-expected.png:
+ * platform/chromium-cg-mac-leopard/fast/forms/input-text-drag-down-expected.png:
+ * platform/chromium-cg-mac-leopard/fast/forms/input-text-option-delete-expected.png: Added.
+ * platform/chromium-cg-mac-leopard/fast/forms/input-text-self-emptying-click-expected.png: Added.
+ * platform/chromium-cg-mac-leopard/fast/forms/input-type-text-min-width-expected.png: Added.
+ * platform/chromium-cg-mac-leopard/fast/forms/input-width-expected.png: Added.
+ * platform/chromium-cg-mac-leopard/fast/forms/minWidthPercent-expected.png: Added.
+ * platform/chromium-cg-mac-leopard/fast/forms/number/input-appearance-number-rtl-expected.png:
+ * platform/chromium-cg-mac-leopard/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png:
+ * platform/chromium-cg-mac-leopard/fast/forms/number/input-appearance-spinbutton-layer-expected.png:
+ * platform/chromium-cg-mac-leopard/fast/forms/placeholder-position-expected.png:
+ * platform/chromium-cg-mac-leopard/fast/forms/placeholder-pseudo-style-expected.png:
+ * platform/chromium-cg-mac-leopard/fast/forms/plaintext-mode-2-expected.png:
+ * platform/chromium-cg-mac-leopard/fast/forms/tabbing-input-iframe-expected.png:
+ * platform/chromium-cg-mac-leopard/fast/forms/text-style-color-expected.png: Added.
+ * platform/chromium-cg-mac-leopard/fast/forms/textfield-focus-ring-expected.png:
+ * platform/chromium-cg-mac-leopard/fast/forms/textfield-overflow-expected.png: Added.
+ * platform/chromium-cg-mac-leopard/fast/forms/validation-message-appearance-expected.png:
+ * platform/chromium-cg-mac-leopard/fast/forms/visual-hebrew-text-field-expected.png:
+ * platform/chromium-cg-mac-leopard/fast/frames/take-focus-from-iframe-expected.png: Added.
+ * platform/chromium-cg-mac-leopard/fast/html/details-no-summary4-expected.png:
+ * platform/chromium-cg-mac-leopard/fast/html/details-open-javascript-expected.png:
+ * platform/chromium-cg-mac-leopard/fast/html/details-open2-expected.png:
+ * platform/chromium-cg-mac-leopard/fast/html/details-open4-expected.png:
+ * platform/chromium-cg-mac-snowleopard/editing/input/caret-at-the-edge-of-input-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/editing/inserting/before-after-input-element-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/editing/pasteboard/4806874-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/editing/pasteboard/drop-text-without-selection-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/editing/pasteboard/input-field-1-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/editing/selection/3690703-2-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/editing/selection/3690703-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/editing/selection/3690719-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/editing/selection/4895428-3-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/editing/selection/4975120-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/editing/selection/drag-select-1-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/editing/selection/select-across-readonly-input-1-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/editing/selection/select-across-readonly-input-2-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/editing/selection/select-across-readonly-input-3-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/editing/selection/select-across-readonly-input-4-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/editing/selection/select-across-readonly-input-5-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/editing/selection/select-from-textfield-outwards-expected.png:
+ * platform/chromium-cg-mac-snowleopard/fast/block/margin-collapse/103-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/css/input-search-padding-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/css/line-height-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/dom/isindex-001-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/dom/isindex-002-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/events/autoscroll-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/events/context-no-deselect-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/forms/basic-inputs-expected.png:
+ * platform/chromium-cg-mac-snowleopard/fast/forms/encoding-test-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/forms/fieldset-align-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/forms/floating-textfield-relayout-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/forms/input-appearance-bkcolor-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/forms/input-appearance-default-bkcolor-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/forms/input-appearance-visibility-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/forms/input-appearance-width-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/forms/input-baseline-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/forms/input-field-text-truncated-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/forms/input-placeholder-visibility-1-expected.png:
+ * platform/chromium-cg-mac-snowleopard/fast/forms/input-placeholder-visibility-3-expected.png:
+ * platform/chromium-cg-mac-snowleopard/fast/forms/input-readonly-dimmed-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/forms/input-readonly-empty-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/forms/input-spaces-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/forms/input-table-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/forms/input-text-click-outside-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/forms/input-text-double-click-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/forms/input-text-drag-down-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/forms/input-text-option-delete-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/forms/input-text-self-emptying-click-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/forms/input-type-text-min-width-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/forms/input-width-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/forms/minWidthPercent-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/forms/number/input-appearance-number-rtl-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/forms/placeholder-position-expected.png:
+ * platform/chromium-cg-mac-snowleopard/fast/forms/placeholder-pseudo-style-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/forms/plaintext-mode-2-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/forms/tabbing-input-iframe-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/forms/text-style-color-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/forms/textfield-focus-ring-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/forms/textfield-overflow-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
+ * platform/chromium-cg-mac-snowleopard/fast/forms/visual-hebrew-text-field-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/frames/take-focus-from-iframe-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/html/details-no-summary4-expected.png: Copied from LayoutTests/platform/chromium-cg-mac-leopard/fast/html/details-no-summary4-expected.png.
+ * platform/chromium-cg-mac-snowleopard/fast/html/details-open-javascript-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/html/details-open2-expected.png: Copied from LayoutTests/platform/chromium-cg-mac-leopard/fast/html/details-open2-expected.png.
+ * platform/chromium-cg-mac-snowleopard/fast/html/details-open4-expected.png: Copied from LayoutTests/platform/chromium-cg-mac-leopard/fast/html/details-open4-expected.png.
+ * platform/chromium/test_expectations.txt:
+
+2012-01-06 Jer Noble <jer.noble@apple.com>
+
+ Fullscreen video controller can't be dragged the first time I enter fullscreen
+ https://bugs.webkit.org/show_bug.cgi?id=75709
+
+ Reviewed by Eric Carlson.
+
+ Update the test to cover the case where the controls do not yet exist when entering
+ fullscreen.
+
+ * fullscreen/video-controls-drag.html:
+
+2012-01-06 Jon Lee <jonlee@apple.com>
+
+ Update test expectations with rebaseline of fast/forms/listbox-clip.html from r104299.
+
+ Unreviewed.
+
+ * platform/mac/test_expectations.txt:
+
+2012-01-05 Jer Noble <jer.noble@apple.com>
+
+ Media Element: scrubbing in full-screen mode breaks playback.
+ https://bugs.webkit.org/show_bug.cgi?id=75650
+
+ Reviewed by John Sullivan.
+
+ * fullscreen/video-controls-timeline-expected.txt: Added.
+ * fullscreen/video-controls-timeline.html: Added.
+
+2012-01-06 Jer Noble <jer.noble@apple.com>
+
+ Add new (failing) test to Chromium test_expectations. Fix tracked by
+ https://bugs.webkit.org/show_bug.cgi?id=75716
+
+ Unreviewed; test expectations update.
+
+ * platform/chromium/test_expectations.txt:
+
+2012-01-05 Jer Noble <jer.noble@apple.com>
+
+ REGRESSION (r90797): Full screen video HUD cannot be dragged horizontally
+ https://bugs.webkit.org/show_bug.cgi?id=75200
+
+ Reviewed by Eric Carlson.
+
+ * fullscreen/video-controls-drag-expected.txt: Added.
+ * fullscreen/video-controls-drag.html: Added.
+
+2012-01-06 Stephen White <senorblanco@chromium.org>
+
+ [Chromium] Remove fast/files/domurl-script-execution-context-crash.html
+ from test_expectations (no longer crashing).
+
+ Unreviewed; test expectations update.
+
+ * platform/chromium/test_expectations.txt:
+
+2012-01-05 Jon Lee <jonlee@apple.com>
+
+ Rebaseline fast/forms
+ Rebaseline pixel tests involving textarea.
+
+ Reviewed by John Sullivan.
+
+ Moved from mac to mac-snowleopard:
+
+ * platform/mac-snowleopard/fast/forms/001
+ * platform/mac-snowleopard/fast/forms/HTMLOptionElement_label02
+ * platform/mac-snowleopard/fast/forms/HTMLOptionElement_label03
+ * platform/mac-snowleopard/fast/forms/HTMLOptionElement_label04
+ * platform/mac-snowleopard/fast/forms/basic-buttons-expected
+ * platform/mac-snowleopard/fast/forms/basic-inputs-expected
+ * platform/mac-snowleopard/fast/forms/basic-selects-expected
+ * platform/mac-snowleopard/fast/forms/basic-textareas-expected
+ * platform/mac-snowleopard/fast/forms/basic-textareas-quirks-expected
+ * platform/mac-snowleopard/fast/forms/box-shadow-override
+ * platform/mac-snowleopard/fast/forms/button-align
+ * platform/mac-snowleopard/fast/forms/button-generated-content
+ * platform/mac-snowleopard/fast/forms/button-sizes
+ * platform/mac-snowleopard/fast/forms/button-style-color
+ * platform/mac-snowleopard/fast/forms/button-table-styles
+ * platform/mac-snowleopard/fast/forms/button-text-transform
+ * platform/mac-snowleopard/fast/forms/button-white-space
+ * platform/mac-snowleopard/fast/forms/control-restrict-line-height
+ * platform/mac-snowleopard/fast/forms/disabled-select-change-index
+ * platform/mac-snowleopard/fast/forms/fieldset-align
+ * platform/mac-snowleopard/fast/forms/file/file-input-direction
+ * platform/mac-snowleopard/fast/forms/form-element-geometry
+ * platform/mac-snowleopard/fast/forms/form-hides-table
+ * platform/mac-snowleopard/fast/forms/input-appearance-height
+ * platform/mac-snowleopard/fast/forms/input-button-sizes
+ * platform/mac-snowleopard/fast/forms/input-table
+ * platform/mac-snowleopard/fast/forms/input-value
+ * platform/mac-snowleopard/fast/forms/menulist-style-color
+ * platform/mac-snowleopard/fast/forms/option-strip-whitespace
+ * platform/mac-snowleopard/fast/forms/placeholder-position
+ * platform/mac-snowleopard/fast/forms/radio_checked
+ * platform/mac-snowleopard/fast/forms/radio_checked_dynamic
+ * platform/mac-snowleopard/fast/forms/range/slider-padding
+ * platform/mac-snowleopard/fast/forms/select-align
+ * platform/mac-snowleopard/fast/forms/select-baseline-expected
+ * platform/mac-snowleopard/fast/forms/select-disabled-appearance
+ * platform/mac-snowleopard/fast/forms/select-initial-position
+ * platform/mac-snowleopard/fast/forms/select-style
+ * platform/mac-snowleopard/fast/forms/select-writing-direction-natural-expected
+ * platform/mac-snowleopard/fast/forms/textAreaLineHeight
+ * platform/mac-snowleopard/fast/forms/textarea-align
+ * platform/mac-snowleopard/fast/forms/textarea-scroll-height
+ * platform/mac-snowleopard/fast/forms/textarea-width
+ * platform/mac-snowleopard/fast/overflow/overflow-x-y
+
+ New pixel test results:
+
+ * platform/mac/fast/forms/001-expected.png:
+ * platform/mac/fast/forms/HTMLOptionElement_label02-expected.png:
+ * platform/mac/fast/forms/HTMLOptionElement_label03-expected.png:
+ * platform/mac/fast/forms/HTMLOptionElement_label04-expected.png:
+ * platform/mac/fast/forms/basic-buttons-expected.png:
+ * platform/mac/fast/forms/basic-inputs-expected.png:
+ * platform/mac/fast/forms/basic-selects-expected.png:
+ * platform/mac/fast/forms/basic-textareas-expected.png:
+ * platform/mac/fast/forms/basic-textareas-quirks-expected.png:
+ * platform/mac/fast/forms/box-shadow-override-expected.png:
+ * platform/mac/fast/forms/button-align-expected.png:
+ * platform/mac/fast/forms/button-generated-content-expected.png:
+ * platform/mac/fast/forms/button-sizes-expected.png:
+ * platform/mac/fast/forms/button-style-color-expected.png:
+ * platform/mac/fast/forms/button-table-styles-expected.png:
+ * platform/mac/fast/forms/button-text-transform-expected.png:
+ * platform/mac/fast/forms/button-white-space-expected.png:
+ * platform/mac/fast/forms/control-restrict-line-height-expected.png:
+ * platform/mac/fast/forms/disabled-select-change-index-expected.png:
+ * platform/mac/fast/forms/fieldset-align-expected.png:
+ * platform/mac/fast/forms/file/file-input-direction-expected.png:
+ * platform/mac/fast/forms/form-element-geometry-expected.png:
+ * platform/mac/fast/forms/form-hides-table-expected.png:
+ * platform/mac/fast/forms/input-appearance-height-expected.png:
+ * platform/mac/fast/forms/input-button-sizes-expected.png:
+ * platform/mac/fast/forms/input-table-expected.png:
+ * platform/mac/fast/forms/input-value-expected.png:
+ * platform/mac/fast/forms/menulist-style-color-expected.png:
+ * platform/mac/fast/forms/option-strip-whitespace-expected.png:
+ * platform/mac/fast/forms/placeholder-position-expected.png:
+ * platform/mac/fast/forms/radio_checked-expected.png:
+ * platform/mac/fast/forms/radio_checked_dynamic-expected.png:
+ * platform/mac/fast/forms/range/slider-padding-expected.png:
+ * platform/mac/fast/forms/select-align-expected.png:
+ * platform/mac/fast/forms/select-baseline-expected.png:
+ * platform/mac/fast/forms/select-disabled-appearance-expected.png:
+ * platform/mac/fast/forms/select-initial-position-expected.png:
+ * platform/mac/fast/forms/select-style-expected.png:
+ * platform/mac/fast/forms/select-writing-direction-natural-expected.png:
+ * platform/mac/fast/forms/textAreaLineHeight-expected.png:
+ * platform/mac/fast/forms/textarea-align-expected.png:
+ * platform/mac/fast/forms/textarea-scroll-height-expected.png:
+ * platform/mac/fast/forms/textarea-width-expected.png:
+ * platform/mac/fast/overflow/overflow-x-y-expected.png:
+
+ Added new results:
+
+ * platform/mac/fast/forms/selectlist-minsize-expected.png: Added. Needs Snow Leopard baseline.
+ * platform/mac/fast/forms/basic-selects-expected.txt: Rebaseline since fix of bug 74270.
+ * platform/mac/fast/forms/listbox-clip-expected.png: Fix was made to have default # of options in list box to 4, instead of 5. Needed
+ brand new baseline, and so does Snow Leopard.
+ * platform/mac/fast/forms/listbox-clip-expected.txt:
+ * platform/mac/test_expectations.txt: New expectations for basic-selects.html, since the fix of bug 74270.
+
+ New baselines that were not moved to mac-snowleopard because the difference was just the resize handle.
+
+ * platform/mac/fast/table/003-expected.png:
+ * platform/mac/tables/mozilla/bugs/bug194024-expected.png:
+ * platform/mac/tables/mozilla/bugs/bug30692-expected.png:
+
+2012-01-06 Stephen Chenney <schenney@chromium.org>
+
+ [Chromium] Expectations for svg/carto.net/button.svg can be updated
+ https://bugs.webkit.org/show_bug.cgi?id=75621
+
+ Unreviewed update to Chromium test_expectations
+
+ * platform/chromium/test_expectations.txt: Removed flakiness line for carto.net/button.svg
+
+2012-01-06 John Knottenbelt <jknotten@chromium.org>
+
+ [Chromium] Set baseline for new test plugins/npruntime/object-from-destroyed-plugin-in-subframe.html
+ https://bugs.webkit.org/show_bug.cgi?id=75706
+
+ Unreviewed.
+
+ * platform/chromium/plugins/npruntime/object-from-destroyed-plugin-in-subframe-expected.txt: Added.
+
+2012-01-06 Elliot Poger <epoger@google.com>
+
+ make canvas-lineWidth test pass even if pixel values vary a tiny bit
+ https://bugs.webkit.org/show_bug.cgi?id=75627
+
+ Reviewed by Stephen White.
+
+ * fast/canvas/canvas-lineWidth.js:
+ (compareRows):
+
+2012-01-06 John Knottenbelt <jknotten@chromium.org>
+
+ Rebaseline mac results after r104240.
+
+ https://bugs.webkit.org/show_bug.cgi?id=75654 changed the way
+ text fields are drawn on Mac.
+
+ Unreviewed.
+
+ * platform/chromium-cg-mac-leopard/fast/forms/input-align-expected.png:
+ * platform/chromium-cg-mac-leopard/fast/lists/dynamic-marker-crash-expected.png:
+ * platform/chromium-cg-mac-leopard/fast/replaced/replaced-breaking-mixture-expected.png: Added.
+ * platform/chromium-cg-mac-leopard/fast/replaced/width100percent-textfield-expected.png:
+ * platform/chromium-cg-mac-leopard/fast/speech/input-appearance-numberandspeech-expected.png:
+ * platform/chromium-cg-mac-leopard/fast/speech/input-appearance-speechbutton-expected.png:
+ * platform/chromium-cg-mac-leopard/fast/speech/speech-bidi-rendering-expected.png:
+ * platform/chromium-cg-mac-leopard/fast/table/003-expected.png: Added.
+ * platform/chromium-cg-mac-leopard/fast/table/text-field-baseline-expected.png: Added.
+ * platform/chromium-cg-mac-leopard/http/tests/navigation/javascriptlink-frames-expected.png:
+ * platform/chromium-cg-mac-leopard/svg/hixie/mixed/003-expected.png:
+ * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/45621-expected.png: Added.
+ * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug1188-expected.png:
+ * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug2479-2-expected.png:
+ * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug2479-3-expected.png:
+ * platform/chromium-cg-mac-leopard/tables/mozilla/dom/tableDom-expected.png:
+ * platform/chromium-cg-mac-leopard/tables/mozilla/other/move_row-expected.png:
+ * platform/chromium-cg-mac-snowleopard/fast/forms/input-align-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/forms/input-align-expected.txt: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/lists/dynamic-marker-crash-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png: Copied from LayoutTests/platform/chromium-cg-mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png.
+ * platform/chromium-cg-mac-snowleopard/fast/replaced/replaced-breaking-mixture-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/speech/input-appearance-numberandspeech-expected.png:
+ * platform/chromium-cg-mac-snowleopard/fast/speech/input-appearance-speechbutton-expected.png:
+ * platform/chromium-cg-mac-snowleopard/fast/speech/speech-bidi-rendering-expected.png:
+ * platform/chromium-cg-mac-snowleopard/fast/table/003-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/table/spanOverlapRepaint-expected.png: Renamed from LayoutTests/platform/chromium-cg-mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png.
+ * platform/chromium-cg-mac-snowleopard/fast/table/text-field-baseline-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/fast/transforms/transformed-focused-text-input-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/http/tests/navigation/javascriptlink-frames-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/svg/hixie/mixed/003-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/45621-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug1188-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug2479-2-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug2479-3-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/tables/mozilla/dom/tableDom-expected.png: Added.
+ * platform/chromium-cg-mac-snowleopard/tables/mozilla/other/move_row-expected.png: Added.
+ * platform/chromium-cg-mac/http/tests/navigation/javascriptlink-frames-expected.png: Removed.
+ * platform/chromium-cg-mac/svg/hixie/mixed/003-expected.png: Removed.
+ * platform/chromium-cg-mac/tables/mozilla/bugs/bug1188-expected.png: Removed.
+ * platform/chromium-mac-leopard/fast/forms/input-align-expected.png:
+ * platform/chromium-mac-leopard/fast/lists/dynamic-marker-crash-expected.png:
+ * platform/chromium-mac-leopard/fast/replaced/replaced-breaking-mixture-expected.png:
+ * platform/chromium-mac-leopard/fast/replaced/width100percent-textfield-expected.png:
+ * platform/chromium-mac-leopard/fast/speech/input-appearance-numberandspeech-expected.png:
+ * platform/chromium-mac-leopard/fast/speech/input-appearance-speechbutton-expected.png:
+ * platform/chromium-mac-leopard/fast/speech/speech-bidi-rendering-expected.png:
+ * platform/chromium-mac-leopard/fast/table/003-expected.png:
+ * platform/chromium-mac-leopard/fast/table/text-field-baseline-expected.png:
+ * platform/chromium-mac-leopard/http/tests/navigation/javascriptlink-frames-expected.png:
+ * platform/chromium-mac-leopard/svg/hixie/mixed/003-expected.png:
+ * platform/chromium-mac-leopard/tables/mozilla/bugs/45621-expected.png:
+ * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1188-expected.png:
+ * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2479-2-expected.png:
+ * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2479-3-expected.png:
+ * platform/chromium-mac-leopard/tables/mozilla/dom/tableDom-expected.png:
+ * platform/chromium-mac-leopard/tables/mozilla/other/move_row-expected.png:
+ * platform/chromium-mac-snowleopard/fast/forms/input-align-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/lists/dynamic-marker-crash-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/table/spanOverlapRepaint-expected.png.
+ * platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-mixture-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/speech/input-appearance-numberandspeech-expected.png:
+ * platform/chromium-mac-snowleopard/fast/speech/input-appearance-speechbutton-expected.png:
+ * platform/chromium-mac-snowleopard/fast/speech/speech-bidi-rendering-expected.png:
+ * platform/chromium-mac-snowleopard/fast/table/003-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/table/spanOverlapRepaint-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png.
+ * platform/chromium-mac-snowleopard/fast/table/text-field-baseline-expected.png: Added.
+ * platform/chromium-mac-snowleopard/fast/transforms/transformed-focused-text-input-expected.png: Added.
+ * platform/chromium-mac-snowleopard/http/tests/navigation/javascriptlink-frames-expected.png: Added.
+ * platform/chromium-mac-snowleopard/svg/hixie/mixed/003-expected.png: Added.
+ * platform/chromium-mac-snowleopard/tables/mozilla/bugs/45621-expected.png: Added.
+ * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1188-expected.png: Added.
+ * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-2-expected.png: Renamed from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.png.
+ * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-3-expected.png: Renamed from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug2479-3-expected.png.
+ * platform/chromium-mac-snowleopard/tables/mozilla/dom/tableDom-expected.png: Added.
+ * platform/chromium-mac-snowleopard/tables/mozilla/other/move_row-expected.png: Added.
+ * platform/chromium-mac/fast/forms/input-align-expected.png: Removed.
+ * platform/chromium-mac/fast/lists/dynamic-marker-crash-expected.png: Removed.
+ * platform/chromium-mac/fast/replaced/replaced-breaking-mixture-expected.png: Removed.
+ * platform/chromium-mac/fast/replaced/width100percent-textfield-expected.png: Removed.
+ * platform/chromium-mac/fast/table/003-expected.png: Removed.
+ * platform/chromium-mac/fast/table/text-field-baseline-expected.png: Removed.
+ * platform/chromium-mac/fast/transforms/transformed-focused-text-input-expected.png: Removed.
+ * platform/chromium-mac/http/tests/navigation/javascriptlink-frames-expected.png: Removed.
+ * platform/chromium-mac/svg/hixie/mixed/003-expected.png: Removed.
+ * platform/chromium-mac/tables/mozilla/bugs/45621-expected.png: Removed.
+ * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.png: Removed.
+ * platform/chromium-mac/tables/mozilla/dom/tableDom-expected.png: Removed.
+ * platform/chromium-mac/tables/mozilla/other/move_row-expected.png: Removed.
+ * platform/chromium-win-vista/http/tests/navigation/javascriptlink-frames-expected.png: Removed.
+ * platform/chromium-win/http/tests/inspector/network/download-expected.txt: Added.
+ * platform/chromium/fast/replaced/width100percent-textfield-expected.png: Added.
+ * platform/chromium/fast/table/colspanMinWidth-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/table/spanOverlapRepaint-expected.png.
+ * platform/chromium/fast/table/colspanMinWidth-vertical-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/table/spanOverlapRepaint-expected.png.
+ * platform/chromium/http/tests/inspector/network/download-expected.txt: Added.
+ * platform/chromium/plugins/mouse-click-plugin-clears-selection-expected.png:
+ * platform/mac/plugins/mouse-click-plugin-clears-selection-expected.txt: Renamed from LayoutTests/plugins/mouse-click-plugin-clears-selection-expected.txt.
+
+2012-01-06 Csaba Osztrogonác <ossy@webkit.org>
+
+ [Qt] Unreviewed gardening. Skip a new failing test.
+
+ * platform/qt/Skipped:
+
+2012-01-06 John Knottenbelt <jknotten@chromium.org>
+
+ [Chromium] Update test expectations.
+ https://bugs.webkit.org/show_bug.cgi?id=75698
+
+ Unreviewed.
+
+ * platform/chromium/test_expectations.txt:
+
+2012-01-06 Dale Curtis <dalecurtis@chromium.org>
+
+ Move MediaDocument styles into CSS. Set black background for chromium.
+ https://bugs.webkit.org/show_bug.cgi?id=74123
+
+ Adds a new chromium specific test for ensuring the background is set
+ properly.
+
+ Rebaselines the text portions of media-document-audio-repaint.
+
+ Reviewed by Eric Seidel.
+
+ * platform/chromium-gpu-win/media/media-document-audio-repaint-expected.txt:
+ * platform/chromium-gpu/media/media-document-audio-repaint-expected.txt:
+ * platform/chromium-win/media/media-document-audio-repaint-expected.txt:
+ * platform/chromium/media/media-document-audio-repaint-expected.txt:
+ * platform/chromium/media/video-black-bg-in-media-document-expected.txt: Added.
+ * platform/chromium/media/video-black-bg-in-media-document.html: Added.
+ * platform/chromium/test_expectations.txt:
+
+2012-01-06 Csaba Osztrogonác <ossy@webkit.org>
+
+ [Qt] Unreviewed gardening. Update Qt specific expected results after r104208.
+
+ * platform/qt/fast/table/032-expected.png:
+ * platform/qt/fast/table/032-expected.txt:
+ * platform/qt/fast/writing-mode/table-percent-width-quirk-expected.png: Added.
+ * platform/qt/fast/writing-mode/table-percent-width-quirk-expected.txt: Added.
+ * platform/qt/tables/mozilla/bugs/bug55694-expected.png:
+ * platform/qt/tables/mozilla/bugs/bug55694-expected.txt:
+
+2012-01-06 Alice Boxhall <aboxhall@chromium.org>
+
+ Report correct line number for non-native editable text elements.
+ https://bugs.webkit.org/show_bug.cgi?id=71263
+
+ Reviewed by Ryosuke Niwa.
+
+ * accessibility/textbox-role-reports-line-number-expected.txt: Added.
+ * accessibility/textbox-role-reports-line-number.html: Added.
+
+2012-01-05 Kent Tamura <tkent@chromium.org>
+
+ Fix a crash by importing an element of which local name ends with ":input".
+ https://bugs.webkit.org/show_bug.cgi?id=75103
+
+ Reviewed by Ryosuke Niwa.
+
+ * fast/dom/importNode-confusing-localName-expected.txt: Added.
+ * fast/dom/importNode-confusing-localName.html: Added.
+
+2012-01-05 Gavin Barraclough <barraclough@apple.com>
+
+ Date constructor handles infinite values incorrectly.
+ https://bugs.webkit.org/show_bug.cgi?id=70998
+
+ Reviewed by Filip Pizlo.
+
+ * fast/js/date-constructor-expected.txt:
+ * fast/js/script-tests/date-constructor.js:
+ - Added test cases.
+
+2012-01-05 Gavin Barraclough <barraclough@apple.com>
+
+ date.toISOString produces incorrect results for dates with ms prior to 1970
+ https://bugs.webkit.org/show_bug.cgi?id=75684
+
+ Reviewed by Sam Weinig.
+
+ * fast/js/date-toisostring-expected.txt:
+ * fast/js/script-tests/date-toisostring.js:
+ - Added test case
+
+2012-01-05 Ojan Vafai <ojan@chromium.org>
+
+ More chromium expected results after r104208.
+
+ * platform/chromium-cg-mac-leopard/fast/table/032-expected.png: Added.
+ * platform/chromium-mac-leopard/fast/table/032-expected.txt: Removed.
+ * platform/chromium-win-xp/fast/table/032-expected.png:
+ * platform/chromium-win-xp/fast/table/032-expected.txt: Removed.
+
+2012-01-05 Gavin Barraclough <barraclough@apple.com>
+
+ Array.prototype.lastIndexOf ignores undefined fromIndex.
+ https://bugs.webkit.org/show_bug.cgi?id=75678
+
+ Reviewed by Sam Weinig.
+
+ * ietestcenter/Javascript/15.4.4.15-5-4-expected.txt:
+ - check in passing result
+
+2012-01-05 Jochen Eisinger <jochen@chromium.org>
+
+ Unskip fast/storage/storage-detached-iframe.html on chromium
+ https://bugs.webkit.org/show_bug.cgi?id=61326
+
+ Reviewed by Adam Barth.
+
+ * fast/storage/storage-detached-iframe-expected.txt:
+ * fast/storage/storage-detached-iframe.html:
+ * platform/chromium/test_expectations.txt:
+
+2012-01-05 David Grogan <dgrogan@chromium.org>
+
+ IndexedDB: fix cursor prefetch crash
+ https://bugs.webkit.org/show_bug.cgi?id=75596
+
+ Reviewed by Tony Chang.
+
+ * storage/indexeddb/prefetch-bugfix-108071-expected.txt: Added.
+ * storage/indexeddb/prefetch-bugfix-108071.html: Added.
+
+2012-01-05 Gavin Barraclough <barraclough@apple.com>
+
+ Date parsing is too restrictive.
+ https://bugs.webkit.org/show_bug.cgi?id=75671
+
+ Reviewed by Oliver Hunt.
+
+ * fast/js/date-parse-test-expected.txt:
+ * fast/js/script-tests/date-parse-test.js:
+ - Add more test cases for Date.parse.
+
+2012-01-05 Adam Barth <abarth@webkit.org>
+
+ Mark flaky test as flaky. Filed
+ https://bugs.webkit.org/show_bug.cgi?id=75647 about making it not
+ flaky.
+
+ * platform/chromium/test_expectations.txt:
+
+2012-01-05 Anders Carlsson <andersca@apple.com>
+
+ Crash when trying to invalidate the NPRuntimeObjectMap for a plug-in in a subframe
+ https://bugs.webkit.org/show_bug.cgi?id=75667
+ <rdar://problem/10389454>
+
+ Reviewed by Kevin Decker.
+
+ * plugins/npruntime/object-from-destroyed-plugin-in-subframe-expected.txt: Added.
+ * plugins/npruntime/object-from-destroyed-plugin-in-subframe.html: Added.
+
+2012-01-05 Ojan Vafai <ojan@chromium.org>
+
+ New chromium expected results after r104208.
+
+ * platform/chromium-linux/fast/table/032-expected.png: Removed.
+ * platform/chromium-linux/tables/mozilla/bugs/bug55694-expected.png:
+ * platform/chromium-mac-leopard/fast/table/032-expected.png:
+ * platform/chromium-mac-leopard/fast/table/032-expected.txt: Added.
+ * platform/chromium-mac-leopard/tables/mozilla/bugs/bug55694-expected.png:
+ * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug55694-expected.png: Added.
+ * platform/chromium-mac/tables/mozilla/bugs/bug55694-expected.png: Removed.
+ * platform/chromium-win-xp/fast/table/032-expected.png: Added.
+ * platform/chromium-win-xp/fast/table/032-expected.txt: Renamed from LayoutTests/platform/chromium-win/fast/table/032-expected.txt.
+ * platform/chromium-win/fast/table/032-expected.png:
+ * platform/chromium-win/tables/mozilla/bugs/bug55694-expected.png:
+ * platform/chromium-win/tables/mozilla/bugs/bug55694-expected.txt:
+
+2012-01-05 Dmitry Lomov <dslomov@google.com>
+
+ Unreviewed: Updating expecxtations for fast/media/viewport-media-query.
+ My understanding of the semantics was a bit off.
+
+ * platform/chromium/test_expectations.txt:
+
+2012-01-05 Gavin Barraclough <barraclough@apple.com>
+
+ Literal tab in JSONString fails
+ https://bugs.webkit.org/show_bug.cgi?id=71772
+
+ Reviewed by Oliver Hunt.
+
+ rfc4627 does not allow literal tab characters in JSON source.
+
+ * fast/js/JSON-parse-expected.txt:
+ * fast/js/resources/JSON-parse.js:
+ (createTests.result):
+ - Updated expected results.
+
+2012-01-05 Ojan Vafai <ojan@chromium.org>
+
+ IE quirk for percentage size on a table element doesn't work with orthogonal writing modes
+ https://bugs.webkit.org/show_bug.cgi?id=70195
+
+ Reviewed by Eric Seidel.
+
+ * fast/table/032.html:
+ * fast/writing-mode/table-percent-width-quirk-expected.png: Added.
+ * fast/writing-mode/table-percent-width-quirk-expected.txt: Added.
+ * fast/writing-mode/table-percent-width-quirk.html: Added.
+ * platform/mac/fast/table/032-expected.png:
+ * platform/mac/fast/table/032-expected.txt:
+ * platform/mac/tables/mozilla/bugs/bug55694-expected.png:
+ * platform/mac/tables/mozilla/bugs/bug55694-expected.txt:
+
+2012-01-05 Eric Carlson <eric.carlson@apple.com>
+
+ Implement temporal dimension portion of Media Fragments URI specification for video/audio
+ https://bugs.webkit.org/show_bug.cgi?id=65838
+
+ Reviewed by Sam Weinig.
+
+ * media/media-fragments: Added.
+ * media/media-fragments/TC0001-TC0009-expected.txt: Added.
+ * media/media-fragments/TC0001-TC0009.html: Added.
+ * media/media-fragments/TC0010-TC0019-expected.txt: Added.
+ * media/media-fragments/TC0010-TC0019.html: Added.
+ * media/media-fragments/TC0020-TC0029-expected.txt: Added.
+ * media/media-fragments/TC0020-TC0029.html: Added.
+ * media/media-fragments/TC0030-TC0039-expected.txt: Added.
+ * media/media-fragments/TC0030-TC0039.html: Added.
+ * media/media-fragments/TC0040-TC0049-expected.txt: Added.
+ * media/media-fragments/TC0040-TC0049.html: Added.
+ * media/media-fragments/TC0050-TC0059-expected.txt: Added.
+ * media/media-fragments/TC0050-TC0059.html: Added.
+ * media/media-fragments/TC0060-TC0069-expected.txt: Added.
+ * media/media-fragments/TC0060-TC0069.html: Added.
+ * media/media-fragments/TC0070-TC0079-expected.txt: Added.
+ * media/media-fragments/TC0070-TC0079.html: Added.
+ * media/media-fragments/TC0080-TC0089-expected.txt: Added.
+ * media/media-fragments/TC0080-TC0089.html: Added.
+ * media/media-fragments/TC0090-TC0099-expected.txt: Added.
+ * media/media-fragments/TC0090-TC0099.html: Added.
+
+ * media/media-fragments/media-fragments.js: Added.
+ (canplaythrough):
+ (setupNextTest):
+ (nextTestName):
+ (start):
+
+2012-01-05 Jian Li <jianli@chromium.org>
+
+ Unreviewed, skip file-reader-event-listener.html on qt and efl.
+
+ * platform/efl/Skipped:
+ * platform/qt/Skipped:
+
+2012-01-05 Ken Buchanan <kenrb@chromium.org>
+
+ Crash due to reparenting of relpositioned object in table
+ https://bugs.webkit.org/show_bug.cgi?id=70848
+
+ Adding test that exercises the crash condition in bug 70848.
+
+ Reviewed by David Hyatt.
+
+ * fast/css/relative-position-replaced-in-table-display-crash-expected.txt: Added
+ * fast/css/relative-position-replaced-in-table-display-crash.html: Added
+
+2012-01-05 Dmitry Lomov <dslomov@google.com>
+
+ Unreviewed: filed WK75633 and updated expectations
+
+ * platform/chromium/test_expectations.txt:
+
+2012-01-05 Jian Li <jianli@chromium.org>
+
+ FileReader needs addEventListener
+ https://bugs.webkit.org/show_bug.cgi?id=42723
+
+ Reviewed by Adam Barth.
+
+ * fast/files/file-reader-event-listener-expected.txt: Added.
+ * fast/files/file-reader-event-listener.html: Added.
+
+2012-01-05 Tony Chang <tony@chromium.org>
+
+ [chromium] Unreviewed, tighted up the expectations for some perf tests.
+
+ * platform/chromium/test_expectations.txt:
+
+2012-01-05 Fady Samuel <fsamuel@chromium.org>
+
+ Move scalePageBy from eventSender to window.internals
+ https://bugs.webkit.org/show_bug.cgi?id=64512
+
+ Reviewed by Simon Fraser.
+
+ Updated layout tests to use window.internals.setPageScaleFactor.
+
+ * compositing/geometry/fixed-position-composited-page-scale-down.html:
+ * compositing/geometry/fixed-position-composited-page-scale.html:
+ * compositing/geometry/fixed-position-iframe-composited-page-scale-down.html:
+ * compositing/geometry/fixed-position-iframe-composited-page-scale.html:
+ * compositing/geometry/fixed-position-transform-composited-page-scale-down.html:
+ * compositing/geometry/fixed-position-transform-composited-page-scale.html:
+ * compositing/scaling/tiled-layer-recursion.html:
+ * fast/dom/Element/scale-page-bounding-client-rect.html:
+ * fast/dom/Element/scale-page-client-rects.html:
+ * fast/dom/Range/scale-page-bounding-client-rect.html:
+ * fast/dom/Range/scale-page-client-rects.html:
+ * fast/events/scale-and-scroll-body.html:
+ * fast/events/scale-and-scroll-iframe-body.html:
+ * fast/events/scale-and-scroll-iframe-window.html:
+ * fast/events/scale-and-scroll-window.html:
+ * fast/events/script-tests/page-scaled-mouse-click-iframe.js:
+ (iframeLoaded):
+ * fast/events/script-tests/page-scaled-mouse-click.js:
+ * fast/events/scroll-in-scaled-page-with-overflow-hidden.html:
+ * fast/events/touch/page-scaled-touch-gesture-click.html:
+ * fast/frames/frame-set-rotation-hit.html:
+ * fast/frames/frame-set-scaling-hit.html:
+ * fast/frames/iframe-double-scale-contents.html:
+ * fast/repaint/background-scaling.html:
+ * fast/repaint/scale-page-shrink.html:
+ * fast/transforms/selection-bounds-in-transformed-view.html:
+
+2012-01-05 Dmitry Lomov <dslomov@google.com>
+
+ Unreviewed: Chromium expectations update.
+ Filed http://crbug.com/109276 and ignored appcache failure on Linux.
+ Failures seem intermittent in appcache so might need to ignore more tests.
+
+ * platform/chromium/test_expectations.txt:
+
+2012-01-05 Stephen Chenney <schenney@chromium.org>
+
+ [Chromium] Expectations for svg/carto.net/button.svg can be updated
+ https://bugs.webkit.org/show_bug.cgi?id=75621
+
+ Unreviewed Chromium test expectations update.
+
+ * platform/chromium-linux-x86/svg/carto.net: Removed.
+ * platform/chromium/test_expectations.txt:
+
+2012-01-05 Alexis Menard <alexis.menard@openbossa.org>
+
+ getComputedStyle for background is not implemented.
+ https://bugs.webkit.org/show_bug.cgi?id=75539
+
+ Reviewed by Tony Chang.
+
+ Add new tests to make sure we return the correct values.
+
+ * fast/css/getComputedStyle/getComputedStyle-background-shorthand-expected.txt: Added.
+ * fast/css/getComputedStyle/getComputedStyle-background-shorthand.html: Added.
+
+2012-01-05 Philippe Normand <pnormand@igalia.com>
+
+ Unreviewed, GTK test_expectations update.
+
+ * platform/gtk/test_expectations.txt: Give
+ media/media-blocked-by-beforeload.html another chance on the bot
+ after its update in r103509.
+
+2012-01-05 Csaba Osztrogonác <ossy@webkit.org>
+
+ [Qt][WK2]REGRESSION(r104068): editing/pasteboard/copy-element-with-conflicting-background-color-from-rule.html made the next test fail
+
+ Unreviewed gardening. One more attempt to paint the Qt-WK2 bot green.
+
+ * platform/qt-wk2/Skipped:
+
+2012-01-05 Alpha Lam <hclam@chromium.org>
+
+ Not reviewed. Update Chromium port test expectations.
+
+ * platform/chromium/test_expectations.txt:
+
+2012-01-05 Alpha Lam <hclam@chromium.org>
+
+ Not reviewed. Update Chromium port test expectations.
+
+ * platform/chromium-win-xp/fast/backgrounds/animated-svg-as-mask-expected.png: Removed.
+ * platform/chromium-win-xp/svg/W3C-SVG-1.1/masking-path-02-b-expected.png: Removed.
+ * platform/chromium-win-xp/svg/as-background-image/animated-svg-as-background-expected.png: Removed.
+ * platform/chromium-win-xp/svg/custom/glyph-selection-lang-attribute-expected.png: Removed.
+ * platform/chromium-win-xp/svg/text/text-align-01-b-expected.png: Removed.
+ * platform/chromium-win-xp/svg/text/text-path-01-b-expected.png: Removed.
+ * platform/chromium/test_expectations.txt:
+
+2012-01-05 Stephen Chenney <schenney@chromium.org>
+
+ [Chromium] Expected test failures after Skia is rolled to 2918
+ https://bugs.webkit.org/show_bug.cgi?id=75019
+
+ Fixed now that Skia has rolled past r2936.
+
+ Unreviewed Chromium port test expectations update.
+
+ * platform/chromium/test_expectations.txt:
+
+2012-01-05 Alexis Menard <alexis.menard@openbossa.org>
+
+ getComputedStyle for border-image is not implemented.
+ https://bugs.webkit.org/show_bug.cgi?id=75347
+
+ Reviewed by Tony Chang.
+
+ Extend existing test to cover that we return correct values for border-image.
+
+ * fast/css/getComputedStyle/computed-style-border-image-expected.txt:
+ * fast/css/getComputedStyle/computed-style-border-image.html:
+
+2012-01-05 Csaba Osztrogonác <ossy@webkit.org>
+
+ [Qt][WK2]REGRESSION(r104068): It made editing/pasteboard/copy-in-password-field.html fail
+ https://bugs.webkit.org/show_bug.cgi?id=75615
+
+ Unreviewed gardening.
+
+ * platform/qt-wk2/Skipped: Skip editing/pasteboard/copy-in-password-field.html to paint the bot green.
+
2012-01-05 Max Vujovic <mvujovic@adobe.com>
WebKit adds vertical paddings and borders to the fixed width of CSS tables
« no previous file with comments | « no previous file | LayoutTests/http/tests/inspector/elements-test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698