| 2012-05-22 Joshua Bell <jsbell@chromium.org> |
| |
| [Chromium] platform/chromium/.../visibility-simple-*-layer.html fails intermittently on Windows bots. |
| |
| Unreviewed gardening. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-22 Vitaly Buka <vitalybuka@chromium.org> |
| |
| LayoutTest for iframe printing. |
| https://bugs.webkit.org/show_bug.cgi?id=85118 |
| |
| Reviewed by Darin Adler, Eric Seidel. |
| |
| * printing/iframe-print-expected.txt: Added. |
| * printing/iframe-print.html: Added. |
| * printing/resources/iframe-subframe-vertical-rl.html: Added. |
| * printing/resources/iframe-subframe.html: Added. |
| |
| 2012-05-22 Rafael Brandao <rafael.lobo@openbossa.org> |
| |
| [Qt] canvas/philip/tests/2d.path.stroke.overlap.html fails with Qt-4.6.2 or higher |
| https://bugs.webkit.org/show_bug.cgi?id=40362 |
| |
| Reviewed by Noam Rosenthal. |
| |
| * platform/qt/Skipped: Unskip test after fix. |
| |
| 2012-05-22 Emil A Eklund <eae@chromium.org> |
| |
| REGRESSION (r117815) fast/css/zoom-in-length-round-trip.html fails on Mac bots |
| https://bugs.webkit.org/show_bug.cgi?id=87145 |
| |
| Reviewed by Levi Weintraub. |
| |
| Fix zoom-in-length-round-trip to support subpixel support turned on or off. |
| |
| * fast/css/zoom-in-length-round-trip.html: |
| |
| 2012-05-22 Joshua Bell <jsbell@chromium.org> |
| |
| IndexedDB: Support Array-type key paths |
| https://bugs.webkit.org/show_bug.cgi?id=84207 |
| |
| Reviewed by Tony Chang. |
| |
| * storage/indexeddb/keypath-arrays-expected.txt: Added. |
| * storage/indexeddb/keypath-arrays.html: Added. |
| * storage/indexeddb/keypath-basics-expected.txt: |
| * storage/indexeddb/mozilla/create-objectstore-basics-expected.txt: |
| * storage/indexeddb/mozilla/resources/create-objectstore-basics.js: |
| (cleanDatabase): |
| * storage/indexeddb/objectStore-required-arguments-expected.txt: |
| * storage/indexeddb/resources/keypath-arrays.js: Added. |
| (test.request.onsuccess): |
| (test): |
| (openSuccess.request.onsuccess): |
| (openSuccess): |
| (testKeyPaths.checkStore.request.onsuccess): |
| (testKeyPaths.checkStore): |
| (testKeyPaths.checkIndex.request.onsuccess): |
| (testKeyPaths.checkIndex): |
| (testKeyPaths): |
| * storage/indexeddb/resources/keypath-basics.js: |
| |
| 2012-05-22 Abhishek Arya <inferno@chromium.org> |
| |
| Assertion failure (toRenderBox() called on a RenderInline) beneath RenderBlock::blockBeforeWithinSelectionRoot() |
| https://bugs.webkit.org/show_bug.cgi?id=86500 |
| |
| Reviewed by Ojan Vafai. |
| |
| * fast/block/line-layout/selection-highlight-crash-expected.txt: Added. |
| * fast/block/line-layout/selection-highlight-crash.html: Added. |
| |
| 2012-05-22 Joshua Bell <jsbell@chromium.org> |
| |
| [Chromium] jquery/attributes.html SLOW -> TIMEOUT |
| |
| Unreviewed gardening. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-22 Brady Eidson <beidson@apple.com> |
| |
| https://bugs.webkit.org/show_bug.cgi?id=87145 |
| REGRESSION (r117815) fast/css/zoom-in-length-round-trip.html fails on Mac bots |
| |
| * platform/mac/Skipped: Skipping until Levi Weintraub can explore the regression. |
| |
| 2012-05-22 Rob Buis <rbuis@rim.com> |
| |
| ASSERTs in RenderInline::layout() |
| https://bugs.webkit.org/show_bug.cgi?id=63365 |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| Test text content element children inside elements. |
| |
| * svg/custom/disallowed-text-content-rendering-expected.txt: Added. |
| * svg/custom/disallowed-text-content-rendering.svg: Added. |
| |
| 2012-05-22 Takashi Sakamoto <tasak@google.com> |
| |
| Implement DOM_KEY_LOCATION_LEFT and RIGHT of KeyboardEvent's location property |
| https://bugs.webkit.org/show_bug.cgi?id=86694 |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| * fast/events/keydown-leftright-keys-expected.txt: Added. |
| * fast/events/keydown-leftright-keys.html: Added. |
| |
| 2012-05-22 Christophe Dumez <christophe.dumez@intel.com> |
| |
| [EFL] EFL's DRT needs to print information about received Web Intents |
| https://bugs.webkit.org/show_bug.cgi?id=86864 |
| |
| Reviewed by Adam Barth. |
| |
| Unskip a few Web Intents tests that are passing now that the |
| functionality is enabled by default on EFL port. |
| |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-22 Thiago Marcos P. Santos <thiago.santos@intel.com> |
| |
| [EFL] Gardening of flaky media tests |
| https://bugs.webkit.org/show_bug.cgi?id=87138 |
| |
| Unreviewed gardening. |
| |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-22 Christophe Dumez <christophe.dumez@intel.com> |
| |
| Intent::create() throws is service is "url://a url" |
| https://bugs.webkit.org/show_bug.cgi?id=86873 |
| |
| Reviewed by Adam Barth. |
| |
| Remove checks in webintents/web-intents-obj-constructor.html which are |
| valid for Google URL but fail with KURL. |
| |
| * webintents/web-intents-obj-constructor-expected.txt: |
| * webintents/web-intents-obj-constructor.html: |
| |
| 2012-05-22 Vsevolod Vlasov <vsevik@chromium.org> |
| |
| Web Inspector: JavaScriptSourceFrame should be based on JavaScriptSource not UISourceCode. |
| https://bugs.webkit.org/show_bug.cgi?id=87135 |
| |
| Reviewed by Pavel Feldman. |
| |
| * http/tests/inspector/debugger-test.js: |
| (initialize_DebuggerTest): |
| * inspector/debugger/script-formatter-breakpoints.html: |
| * inspector/debugger/script-formatter-console.html: |
| * inspector/debugger/source-frame-count.html: |
| |
| 2012-05-22 Julien Chaffraix <jchaffraix@webkit.org> |
| |
| Centralize and clean-up table column iteration |
| https://bugs.webkit.org/show_bug.cgi?id=87051 |
| |
| Reviewed by Eric Seidel. |
| |
| Those tests just validate and enforce what we were already doing that were |
| not covered by any existing tests. |
| |
| * fast/table/caption-between-column-and-column-group-expected.html: Added. |
| * fast/table/caption-between-column-and-column-group.html: Added. |
| * fast/table/caption-between-column-group-and-column-expected.html: Added. |
| * fast/table/caption-between-column-group-and-column.html: Added. |
| * fast/table/caption-between-columns-expected.html: Added. |
| * fast/table/caption-between-columns.html: Added. |
| |
| 2012-05-22 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com> |
| |
| [EFL] Add support to enable/disable DOM paste |
| https://bugs.webkit.org/show_bug.cgi?id=85040 |
| |
| Reviewed by Gustavo Noronha Silva. |
| |
| Unskip a few clipboard related tests which are now passing. |
| |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-22 Joshua Bell <jsbell@chromium.org> |
| |
| [Chromium] Skip asserting test in win debug following subpixel layout changes. |
| https://bugs.webkit.org/show_bug.cgi?id=87137 |
| |
| Unreviewed gardening. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-22 Zan Dobersek <zandobersek@gmail.com> |
| |
| [Gtk][LayoutTests] Repaint the complete WebKitWebView before dumping pixel results |
| https://bugs.webkit.org/show_bug.cgi?id=86284 |
| |
| Unreviewed, removing test expectations for tests that should pass now |
| that the web view is repainted before dumping pixel results. |
| |
| * platform/gtk/test_expectations.txt: |
| |
| 2012-05-22 Brady Eidson <beidson@apple.com> |
| |
| https://bugs.webkit.org/show_bug.cgi?id=87136 |
| REGRESSION(117918) - 4 webgl/tex-iomage-and-sub-image-2d-with-image tests failing on Mac bots. |
| |
| * platform/mac/Skipped: Skipping tests until Kenneth Russel can take a look. |
| |
| 2012-05-22 Mihnea Ovidenie <mihnea@adobe.com> |
| |
| [CSSRegions] Add region styling support for color property |
| https://bugs.webkit.org/show_bug.cgi?id=85633 |
| |
| Reviewed by David Hyatt. |
| |
| Added region-style-color.html and its associated ref test for testing the color in region style rules. |
| Modified region-style-image-background-color/region-style-inline-background-color since background color |
| can be styled for inline/replaced elements. |
| |
| * fast/regions/region-style-color-expected.html: Added. |
| * fast/regions/region-style-color.html: Added. |
| * fast/regions/region-style-image-background-color.html: |
| * fast/regions/region-style-inline-background-color-expected.html: |
| * fast/regions/region-style-inline-background-color.html: |
| |
| 2012-05-22 Dominic Mazzoni <dmazzoni@google.com> |
| |
| Chromium AX: Crash when menulist adds selected option via document.write |
| https://bugs.webkit.org/show_bug.cgi?id=87028 |
| |
| Reviewed by Chris Fleizach. |
| |
| * platform/chromium/accessibility/add-to-menu-list-crashes-expected.txt: Added. |
| * platform/chromium/accessibility/add-to-menu-list-crashes.html: Added. |
| |
| 2012-05-22 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Crash in WebCore::SVGTextLayoutAttributesBuilder::fillCharacterDataMap |
| https://bugs.webkit.org/show_bug.cgi?id=86781 |
| |
| Reviewed by Rob Buis. |
| |
| * svg/custom/bug86781-expected.txt: Added. |
| * svg/custom/bug86781.html: Added. |
| |
| 2012-05-22 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. Re-add expected results for three tests that were missing. |
| |
| * platform/mac/svg/zoom/page/zoom-background-image-tiled-expected.txt: Added. |
| * platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Added. |
| * platform/mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added. |
| |
| 2012-05-22 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Crash in WebCore::RenderSVGContainer::paint |
| https://bugs.webkit.org/show_bug.cgi?id=86392 |
| |
| Reviewed by Rob Buis. |
| |
| * svg/custom/bug86392-expected.txt: Added. |
| * svg/custom/bug86392.html: Added. |
| * svg/custom/marker-zero-length-linecaps-expected.svg: Added. |
| * svg/custom/marker-zero-length-linecaps.svg: Added. |
| |
| 2012-05-22 Thiago Marcos P. Santos <thiago.santos@intel.com> |
| |
| [EFL] Gardening of failing tests and new passes |
| https://bugs.webkit.org/show_bug.cgi?id=87122 |
| |
| Unreviewed gardening. |
| |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-22 Pavel Feldman <pfeldman@chromium.org> |
| |
| Web Inspector: [regression] dynamically created script tab is bound to the document resource. |
| https://bugs.webkit.org/show_bug.cgi?id=87119 |
| |
| Reviewed by Vsevolod Vlasov. |
| |
| * inspector/debugger/dynamic-script-tag-expected.txt: Added. |
| * inspector/debugger/dynamic-script-tag.html: Added. |
| |
| 2012-05-22 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com> |
| |
| [EFL][DRT] Gardening of fast/spatial-navigation tests. |
| https://bugs.webkit.org/show_bug.cgi?id=87112 |
| |
| Unreviewed gardening. Unskipped some fast/spatial-navigation tests after r117218. |
| |
| * platform/efl/Skipped: |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-22 Ilya Tikhonovsky <loislo@chromium.org> |
| |
| Web Inspector: HeapSnapshot: speed-up calculateRetainedSize functon. |
| https://bugs.webkit.org/show_bug.cgi?id=87124 |
| |
| I found that in all dominators related functions we use nodeOrdinals. |
| At the moment we divide nodeIndex to nodeFieldCount and this operation too expensive for these simple algorithms. |
| |
| Reviewed by Yury Semikhatsky. |
| |
| Covered by existing tests. |
| |
| * inspector/profiler/heap-snapshot.html: |
| |
| 2012-05-22 Christophe Dumez <christophe.dumez@intel.com> |
| |
| [EFL] Test expectations need updating |
| https://bugs.webkit.org/show_bug.cgi?id=87115 |
| |
| Unreviewed EFL gardening. Update expectations for 2 test cases which |
| are failing after r117932. |
| |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-22 Alexander Pavlov <apavlov@chromium.org> |
| |
| Web Inspector: [Styles] Odd synthetic shorthands may appear in the style |
| https://bugs.webkit.org/show_bug.cgi?id=87081 |
| |
| Reviewed by Vsevolod Vlasov. |
| |
| * inspector/elements/elements-panel-styles-expected.txt: |
| * inspector/elements/resources/elements-panel-styles.css: |
| (.foo): |
| |
| 2012-05-22 Hayato Ito <hayato@chromium.org> |
| |
| Fix crashes when a mouse points a <svg> element in shadow DOM subtree. |
| https://bugs.webkit.org/show_bug.cgi?id=86795 |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| * fast/dom/shadow/shadow-dom-event-dispatching.html: |
| |
| 2012-05-22 Andreas Kling <kling@webkit.org> |
| |
| DOM Attr objects pointing to "style" attribute should force reification when read. |
| <http://webkit.org/b/87076> |
| |
| Reviewed by Antti Koivisto. |
| |
| * fast/dom/attr-style-too-lazy-expected.txt: Added. |
| * fast/dom/attr-style-too-lazy.html: Added. |
| |
| 2012-05-22 Dominik Röttsches <dominik.rottsches@intel.com> |
| |
| [EFL][DRT] Structure test_expectations.txt into meaningful sections |
| https://bugs.webkit.org/show_bug.cgi?id=86628 |
| |
| Unreviewed, EFL gardening. |
| |
| Organizing test_expectations.txt into categories. |
| |
| * platform/efl/test_expectations.txt: |
| |
| 2012-05-22 Andreas Kling <kling@webkit.org> |
| |
| Add a layout test for attribute selector invalidation triggering recursive style recalc. |
| <http://webkit.org/b/21346> |
| |
| Reviewed by Antti Koivisto. |
| |
| Bug 21346 was already fixed somewhere in the semirecent past, so here's the provided |
| test case as form of a layout test to make sure we don't regress this again. |
| |
| * fast/css/attribute-selector-recursive-update-on-setAttribute-expected.txt: Added. |
| * fast/css/attribute-selector-recursive-update-on-setAttribute.html: Added. |
| |
| 2012-05-22 Ilya Tikhonovsky <loislo@chromium.org> |
| |
| Web Inspector: HeapProfiler: upstream retainedSize calculation. |
| https://bugs.webkit.org/show_bug.cgi?id=87107 |
| |
| This patch upstreams V8::HeapSnapshotGenerator::CalculateRetainedSizes function to front-end. |
| After that we will be able to drop retainedSize field from the snapshot serialized data. |
| See meta-bug https://bugs.webkit.org/show_bug.cgi?id=87089 |
| |
| Reviewed by Yury Semikhatsky. |
| |
| * inspector/profiler/heap-snapshot-expected.txt: |
| * inspector/profiler/heap-snapshot.html: |
| |
| 2012-05-22 Kristóf Kosztyó <kkristof@inf.u-szeged.hu> |
| |
| NRWT results.html page should show a count of the number of tests in each category |
| https://bugs.webkit.org/show_bug.cgi?id=64215 |
| |
| Reviewed by Ojan Vafai. |
| |
| * fast/harness/resources/results-test.js: |
| * fast/harness/results-expected.txt: |
| * fast/harness/results.html: |
| * platform/chromium-win/fast/harness/results-expected.txt: Removed. |
| |
| 2012-05-22 Christophe Dumez <christophe.dumez@intel.com> |
| |
| [EFL] Remaining duplicated test in Skipped and test_expectations.txt after r117932 |
| https://bugs.webkit.org/show_bug.cgi?id=87103 |
| |
| Unreviewed EFL gardening. Remove from Skipped file a test that is |
| already in test_expectations.txt to make the style script happy. |
| |
| * platform/efl/Skipped: |
| |
| 2012-05-22 Thiago Marcos P. Santos <thiago.santos@intel.com> |
| |
| [EFL] Add missing test baselines |
| https://bugs.webkit.org/show_bug.cgi?id=87110 |
| |
| Unreviewed gardening. |
| |
| * platform/efl/css1/font_properties/font-expected.txt: Added. |
| * platform/efl/css1/text_properties/line_height-expected.txt: Added. |
| * platform/efl/css3/selectors3/html/css3-modsel-32-expected.txt: Added. |
| * platform/efl/http/tests/misc/acid2-expected.png: |
| * platform/efl/http/tests/misc/acid2-expected.txt: Added. |
| * platform/efl/ietestcenter/css3/bordersbackgrounds/background_repeat_space_border_box-expected.png: Added. |
| * platform/efl/ietestcenter/css3/bordersbackgrounds/background_repeat_space_border_box-expected.txt: Added. |
| * platform/efl/ietestcenter/css3/bordersbackgrounds/background_repeat_space_content_box-expected.png: Added. |
| * platform/efl/ietestcenter/css3/bordersbackgrounds/background_repeat_space_content_box-expected.txt: Added. |
| * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.png: Added. |
| * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.txt: Added. |
| * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.png: Added. |
| * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.txt: Added. |
| * platform/efl/svg/zoom/page/zoom-background-image-tiled-expected.png: Added. |
| * platform/efl/svg/zoom/page/zoom-background-image-tiled-expected.txt: Added. |
| * platform/efl/svg/zoom/page/zoom-hixie-rendering-model-004-expected.png: Added. |
| * platform/efl/svg/zoom/page/zoom-hixie-rendering-model-004-expected.txt: Added. |
| * platform/efl/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.png: Added. |
| * platform/efl/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Added. |
| * platform/efl/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added. |
| |
| 2012-05-22 Zan Dobersek <zandobersek@gmail.com> |
| |
| Unreviewed GTK gardening. |
| |
| Add a failing test expectation for a CSS test modified in r117815 |
| (subpixel layout changes) and a GTK-specific baseline for a test |
| introduced in r117803. |
| |
| * platform/gtk/accessibility/disabled-controls-not-focusable-expected.txt: Added. |
| * platform/gtk/test_expectations.txt: |
| |
| 2012-05-22 Li Yin <li.yin@intel.com> |
| |
| [WebSocket] WebSocket object should fire a simple event named error when it is required to fail the websocket connection. |
| https://bugs.webkit.org/show_bug.cgi?id=86958 |
| |
| Spec:http://dev.w3.org/html5/websockets/#feedback-from-the-protocol |
| If the user agent was required to fail the websocket connection or the |
| WebSocket connection is closed with prejudice, fire a simple event |
| named error at the WebSocket object. |
| |
| Reviewed by Kent Tamura. |
| |
| * http/tests/websocket/tests/hybi/close-expected.txt: |
| * http/tests/websocket/tests/hybi/close.html: |
| |
| 2012-05-22 Kent Tamura <tkent@chromium.org> |
| |
| [Chromium] Remove an entry for css3/filters/custom/filter-repaint-custom-rotated.html |
| https://bugs.webkit.org/show_bug.cgi?id=85868 |
| |
| The failure was fixed by ENABLE_SUBPIXEL_LAYOUT. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-22 Szilard Ledan <szledan@inf.u-szeged.hu> |
| |
| [Qt] Unskipped a test and updated its expectation. |
| https://bugs.webkit.org/show_bug.cgi?id=87099 |
| |
| Reviewed by Csaba Osztrogonác. |
| |
| * css1/units/rounding-expected.txt: |
| * platform/qt/Skipped: |
| |
| 2012-05-22 Emil A Eklund <eae@chromium.org> |
| |
| Unreviewed chromium windows rebaselines. |
| |
| * platform/chromium-mac-leopard/svg/zoom/page/zoom-background-image-tiled-expected.png: Removed. |
| * platform/chromium-win-xp/css2.1/20110323: Added. |
| * platform/chromium-win-xp/css2.1/20110323/absolute-replaced-height-004-expected.txt: Added. |
| * platform/chromium-win-xp/svg/zoom/page/zoom-background-image-tiled-expected.png: Removed. |
| * platform/chromium-win-xp/svg/zoom/page/zoom-background-image-tiled-expected.txt: Added. |
| * platform/chromium-win-xp/tables/mozilla/bugs/bug131020-expected.png: Added. |
| * platform/chromium-win-xp/tables/mozilla/bugs/bug43854-2-expected.png: Added. |
| * platform/chromium-win-xp/tables/mozilla/bugs/bug59354-expected.png: Removed. |
| |
| 2012-05-22 Szilard Ledan <szledan@inf.u-szeged.hu> |
| |
| [Qt] Gardening. Skip failing tests after r117815. |
| https://bugs.webkit.org/show_bug.cgi?id=87099 |
| |
| Reviewed by Csaba Osztrogonác. |
| |
| * platform/qt/Skipped: |
| |
| 2012-05-22 János Badics <jbadics@inf.u-szeged.hu> |
| |
| [Qt] dumpAsText() output of Qt-DRT differs from other DRTs |
| https://bugs.webkit.org/show_bug.cgi?id=69718 |
| |
| Gardening, add Qt specific expected file for svg/custom/bug86119.html |
| introduced in r117792, because it lacks a trailing whitespace on Qt platform. |
| |
| Reviewed by Csaba Osztrogonác. |
| |
| * platform/qt/svg/custom/bug86119-expected.txt: Added. |
| |
| 2012-05-22 Christophe Dumez <christophe.dumez@intel.com> |
| |
| [EFL] Style issue due to tests duplicated in Skipped in test_expectations.txt |
| https://bugs.webkit.org/show_bug.cgi?id=87093 |
| |
| Unreviewed EFL gardening. Remove from Skipped file tests that are |
| already in test_expectations.txt to make the style script happy. |
| |
| * platform/efl/Skipped: |
| |
| 2012-05-22 Emil A Eklund <eae@chromium.org> |
| |
| Mark two tests as skipped while we figure out why they are failing. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-22 Kentaro Hara <haraken@chromium.org> |
| |
| REGRESSION r110315: Event handler throws TypeError for an input element with name="arguments" |
| https://bugs.webkit.org/show_bug.cgi?id=86991 |
| |
| Reviewed by Ojan Vafai. |
| |
| The added test checks whether an event handler is successfully invoked |
| for an input element with name="arguments". |
| |
| * fast/forms/form-input-named-arguments-expected.txt: Added. |
| * fast/forms/form-input-named-arguments.html: Added. |
| |
| 2012-05-22 Emil A Eklund <eae@chromium.org> |
| |
| Chromium linux and mac rebaselines. |
| |
| * css2.1/20110323/absolute-replaced-height-004-expected.txt: Added. |
| * platform/chromium-linux-x86/fast/dom/Document/CaretRangeFromPoint: Removed. |
| * platform/chromium-linux-x86/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport-expected.txt: Removed. |
| * platform/chromium-linux-x86/svg/zoom/page/zoom-background-image-tiled-expected.txt: Removed. |
| * platform/chromium-linux-x86/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Removed. |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-height-004-expected.txt: Removed. |
| * platform/chromium-linux/fast/dom/Document/CaretRangeFromPoint: Removed. |
| * platform/chromium-linux/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport-expected.txt: Removed. |
| * platform/chromium-linux/fast/repaint/reflection-repaint-test-expected.png: Added. |
| * platform/chromium-linux/fast/repaint/transform-layout-repaint-expected.png: Added. |
| * platform/chromium-linux/svg/zoom/page/zoom-background-image-tiled-expected.txt: Removed. |
| * platform/chromium-linux/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Removed. |
| * platform/chromium-mac-leopard/fast/dom/Document/CaretRangeFromPoint: Removed. |
| * platform/chromium-mac-leopard/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport-expected.txt: Removed. |
| * platform/chromium-mac-leopard/svg/zoom/page/zoom-background-image-tiled-expected.txt: Removed. |
| * platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Removed. |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug215629-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug89315-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug91057-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png: |
| * platform/chromium-mac-snowleopard/fast/dom/Document/CaretRangeFromPoint: Removed. |
| * platform/chromium-mac-snowleopard/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport-expected.txt: Removed. |
| * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Removed. |
| * platform/chromium-mac/fast/dom/Document/CaretRangeFromPoint: Removed. |
| * platform/chromium-mac/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport-expected.txt: Removed. |
| * platform/chromium-mac/svg/zoom/page/zoom-background-image-tiled-expected.txt: Removed. |
| * platform/chromium-mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Removed. |
| * platform/chromium-mac/tables/mozilla/bugs/bug106816-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug131020-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug139524-2-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug159108-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug215629-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug46480-1-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug46480-2-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug59354-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug73321-expected.png: |
| * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug89315-expected.png: |
| * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug91057-expected.png: |
| * platform/chromium-mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png: |
| * platform/chromium-mac/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png: |
| * platform/chromium-mac/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png: |
| * platform/chromium-mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png: |
| * platform/chromium-mac/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png: |
| * platform/chromium-mac/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png: |
| * platform/chromium-mac/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png: |
| * platform/chromium-mac/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.png: |
| * platform/chromium-mac/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png: |
| * platform/chromium-mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png: |
| * platform/chromium-mac/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png: |
| * platform/chromium-mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png: |
| * platform/chromium-mac/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png: |
| * platform/chromium-win-vista/css2.1/t0803-c5505-imrgn-00-a-ag-expected.txt: Added. |
| * platform/chromium-win-vista/css3/selectors3/html/css3-modsel-32-expected.txt: Added. |
| * platform/chromium-win-vista/editing/inserting: Added. |
| * platform/chromium-win-vista/editing/inserting/4959067-expected.txt: Added. |
| * platform/chromium-win-vista/fast/dom/Document/CaretRangeFromPoint: Removed. |
| * platform/chromium-win-vista/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport-expected.txt: Removed. |
| * platform/chromium-win-vista/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Removed. |
| * platform/chromium-win-vista/tables/mozilla_expected_failures/marvin: Removed. |
| * platform/chromium-win-vista/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png: Removed. |
| * platform/chromium-win-xp/css2.1/t0803-c5505-imrgn-00-a-ag-expected.txt: Added. |
| * platform/chromium-win-xp/editing/inserting: Added. |
| * platform/chromium-win-xp/editing/inserting/4959067-expected.txt: Added. |
| * platform/chromium-win-xp/svg/zoom: Added. |
| * platform/chromium-win-xp/svg/zoom/page: Added. |
| * platform/chromium-win-xp/svg/zoom/page/zoom-background-image-tiled-expected.png: Added. |
| * platform/chromium-win-xp/tables/mozilla/bugs/bug59354-expected.png: Added. |
| * platform/chromium-win/css2.1/20110323/absolute-replaced-height-004-expected.txt: |
| * platform/chromium-win/css2.1/t0803-c5505-imrgn-00-a-ag-expected.txt: |
| * platform/chromium-win/css3/selectors3/html/css3-modsel-32-expected.txt: |
| * platform/chromium-win/editing/inserting/4959067-expected.txt: |
| * platform/chromium-win/fast/dom/Document: Removed. |
| * platform/chromium-win/fast/repaint/reflection-repaint-test-expected.png: |
| * platform/chromium-win/fast/repaint/transform-layout-repaint-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug106816-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug131020-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug139524-2-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug159108-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug215629-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug39209-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug39209-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug43854-2-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug46480-1-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug46480-2-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug59354-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug73321-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug83786-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/x_table_align_center-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug89315-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug91057-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png: |
| * platform/chromium-win/transforms/2d/zoom-menulist-expected.txt: |
| * platform/chromium-win/transforms/svg-vs-css-expected.png: |
| * platform/chromium/fast/dom/Document: Added. |
| * platform/chromium/fast/dom/Document/CaretRangeFromPoint: Added. |
| * platform/chromium/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport-expected.txt: Added. |
| * platform/chromium/svg/zoom/page/zoom-background-image-tiled-expected.txt: Added. |
| * platform/chromium/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Added. |
| * platform/efl/css2.1/20110323/absolute-replaced-height-004-expected.txt: Removed. |
| * platform/efl/css3/selectors3/html/css3-modsel-32-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug215629-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug43854-2-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug83786-expected.txt: Removed. |
| * platform/efl/tables/mozilla/marvin/x_table_align_center-expected.txt: Removed. |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug89315-expected.txt: Removed. |
| * platform/efl/transforms/svg-vs-css-expected.txt: Removed. |
| * platform/gtk/css2.1/20110323/absolute-replaced-height-004-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug215629-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug43854-2-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug83786-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/marvin/x_table_align_center-expected.txt: Removed. |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug89315-expected.txt: Removed. |
| * platform/gtk/transforms/svg-vs-css-expected.txt: Removed. |
| * platform/mac/tables/mozilla/bugs/bug83786-expected.txt: Removed. |
| * tables/mozilla/bugs/bug215629-expected.txt: Added. |
| * tables/mozilla/bugs/bug43854-2-expected.txt: Added. |
| * tables/mozilla/bugs/bug83786-expected.txt: Added. |
| * tables/mozilla/marvin/x_table_align_center-expected.txt: Added. |
| * tables/mozilla_expected_failures/bugs/bug89315-expected.txt: Added. |
| * transforms/svg-vs-css-expected.txt: Added. |
| |
| 2012-05-22 Emil A Eklund <eae@chromium.org> |
| |
| Unreviewed rebaseline of fast/loader/recursive-before-unload-crash.html |
| |
| * platform/chromium/fast/loader/recursive-before-unload-crash-expected.txt: Added. |
| |
| 2012-05-22 Emil A Eklund <eae@chromium.org> |
| |
| Even more unreviewed chromium test expectation updates. |
| |
| * platform/chromium-linux-x86/platform/chromium/compositing/filters: Removed. |
| * platform/chromium-linux-x86/platform/chromium/compositing/filters/background-filter-blur-outsets-expected.png: Removed. |
| * platform/chromium-mac-snowleopard/platform/chromium/compositing/filters: Removed. |
| * platform/chromium-mac-snowleopard/platform/chromium/compositing/filters/background-filter-blur-outsets-expected.png: Removed. |
| |
| 2012-05-22 Kenneth Russell <kbr@google.com> |
| |
| Must set/reset pixel unpack alignment to 1 during texSubImage2D |
| https://bugs.webkit.org/show_bug.cgi?id=86877 |
| |
| Reviewed by James Robinson. |
| |
| Incorporated several tests from WebGL conformance suite at Khronos |
| as layout tests, verifying upload to all packed pixel formats. |
| |
| There were difficulties incorporating the video-related variants |
| of these tests; Bug 87042 has been filed to track their addition. |
| |
| * fast/canvas/webgl/resources/tex-image-and-sub-image-2d-with-canvas.js: Added. |
| (generateTest.init): |
| (generateTest.runOneIteration): |
| (generateTest.runTest): |
| (generateTest): |
| * fast/canvas/webgl/resources/tex-image-and-sub-image-2d-with-image-data.js: Added. |
| (generateTest.init): |
| (generateTest.runOneIteration): |
| (generateTest.runTest): |
| (generateTest): |
| * fast/canvas/webgl/resources/tex-image-and-sub-image-2d-with-image.js: Added. |
| (generateTest.init): |
| (generateTest.runOneIteration): |
| (generateTest.runTestOnImage): |
| (generateTest.runTest.newImage.onload): |
| (generateTest.runTest): |
| (generateTest.runTest2.newImage.onload): |
| (generateTest.runTest2): |
| (generateTest.runTest3): |
| (generateTest): |
| * fast/canvas/webgl/resources/webgl-test-utils.js: |
| (WebGLTestUtils): |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas-expected.txt: Copied from LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-expected.txt. |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas-rgb565-expected.txt: Copied from LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-expected.txt. |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Added. |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas-rgba4444-expected.txt: Copied from LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-expected.txt. |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Added. |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas-rgba5551-expected.txt: Copied from LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-expected.txt. |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Added. |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-canvas.html: Added. |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-expected.txt: |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-rgb565-expected.txt: Copied from LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-expected.txt. |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-rgb565.html: Added. |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-rgba4444-expected.txt: Copied from LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-expected.txt. |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-rgba4444.html: Added. |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-rgba5551-expected.txt: Copied from LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-expected.txt. |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-rgba5551.html: Added. |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data.html: |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-expected.txt: |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-rgb565-expected.txt: Added. |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-rgb565.html: Added. |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-rgba4444-expected.txt: Added. |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-rgba4444.html: Added. |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-rgba5551-expected.txt: Added. |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-rgba5551.html: Added. |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image.html: |
| |
| 2012-05-21 Emil A Eklund <eae@chromium.org> |
| |
| Unreviewed table rebaselines for chromium. |
| |
| * platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug33137-expected.png: |
| * platform/chromium-mac/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png: |
| * platform/chromium-mac/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png: |
| * platform/chromium-win-vista/tables/mozilla_expected_failures/marvin: Added. |
| * platform/chromium-win-vista/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png: Added. |
| * platform/chromium-win/tables/mozilla/bugs/bug19061-1-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug19061-2-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug24200-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug28928-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug28928-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug33137-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug61042-2-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png: |
| |
| 2012-05-21 Emil A Eklund <eae@chromium.org> |
| |
| Unreviewed chromium test expectation updates. |
| |
| * platform/chromium-linux-x86/fast/html: Added. |
| * platform/chromium-linux-x86/fast/html/details-writing-mode-expected.txt: Added. |
| * platform/chromium-win-xp/fast/html: Added. |
| * platform/chromium-win-xp/fast/html/details-writing-mode-expected.png: Added. |
| |
| 2012-05-21 Levi Weintraub <leviw@chromium.org> |
| |
| Unreviewed. Even more test expectations being updated post-r117815. |
| |
| * platform/chromium-win-vista/svg/custom/svg-fonts-with-no-element-reference-expected.png: Removed. |
| * platform/chromium-win-vista/svg/custom/svg-fonts-with-no-element-reference-expected.txt: Removed. |
| * platform/chromium-win-xp/svg/custom/svg-fonts-with-no-element-reference-expected.png: Removed. |
| * platform/chromium-win-xp/svg/custom/svg-fonts-with-no-element-reference-expected.txt: Removed. |
| * platform/chromium-win/svg/custom/svg-fonts-with-no-element-reference-expected.png: |
| * platform/chromium/svg/custom/svg-fonts-with-no-element-reference-expected.txt: Added. |
| * platform/qt/svg/custom/svg-fonts-with-no-element-reference-expected.txt: Removed. |
| |
| 2012-05-21 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org> |
| |
| Avoid using window.internals when internals is enough after r117771 |
| https://bugs.webkit.org/show_bug.cgi?id=87059 |
| |
| Reviewed by Darin Adler. |
| |
| Revision r117771 introduced a style change in the layout tests that was not |
| intended. This patch amends this by using "window.internals" only when checking |
| for the internals object. Once we know internals is there, we use directly. |
| |
| This conforms to the style used for layoutTestController in the affected tests. |
| |
| * editing/deleting/delete-ligature-003.html: |
| * editing/deleting/paragraph-in-preserveNewline.html: |
| * editing/deleting/whitespace-pre-1.html: |
| * editing/execCommand/script-tests/query-command-state.js: |
| (runTests): |
| * editing/execCommand/script-tests/query-text-alignment.js: |
| (runRangeTests): |
| * editing/execCommand/script-tests/toggle-compound-styles.js: |
| * editing/selection/5195166-1.html: |
| * editing/selection/5354455-1.html: |
| * editing/selection/caret-mode-paragraph-keys-navigation.html: |
| * editing/selection/collapse-selection-in-bidi.html: |
| * editing/selection/context-menu-text-selection.html: |
| * editing/selection/directionality-after-undo-replace.html: |
| * editing/selection/extend-after-mouse-selection.html: |
| * editing/selection/extend-selection-after-double-click.html: |
| * editing/selection/move-by-word-visually-crash-test-1.html: |
| * editing/selection/move-by-word-visually-crash-test-2.html: |
| * editing/selection/move-by-word-visually-crash-test-3.html: |
| * editing/selection/move-by-word-visually-crash-test-4.html: |
| * editing/selection/move-by-word-visually-crash-test-5.html: |
| * editing/selection/move-by-word-visually-crash-test-css-generated-content.html: |
| * editing/selection/move-by-word-visually-crash-test-textarea.html: |
| * editing/selection/move-by-word-visually-inline-block-positioned-element.html: |
| * editing/selection/move-by-word-visually-mac.html: |
| * editing/selection/move-by-word-visually-multi-line.html: |
| * editing/selection/move-by-word-visually-multi-space.html: |
| * editing/selection/move-by-word-visually-null-box.html: |
| * editing/selection/move-by-word-visually-single-space-inline-element.html: |
| * editing/selection/move-by-word-visually-single-space-one-element.html: |
| * editing/selection/move-by-word-visually-textarea.html: |
| * editing/selection/move-by-word-visually-wrong-left-right.html: |
| * editing/selection/programmatic-selection-on-mac-is-directionless.html: |
| * editing/selection/rtl-move-selection-right-left.html: |
| * editing/selection/script-tests/click-in-margins-inside-editable-div.js: |
| * editing/selection/script-tests/click-in-padding-with-multiple-line-boxes.js: |
| * editing/selection/script-tests/shift-click.js: |
| (runShiftClickTest): |
| * editing/selection/selection-extend-should-not-move-across-caret-on-mac.html: |
| * editing/style/iframe-onload-crash-mac.html: |
| * editing/style/iframe-onload-crash-unix.html: |
| * editing/style/iframe-onload-crash-win.html: |
| * fast/events/backspace-navigates-back.html: |
| * fast/forms/selection-direction.html: |
| |
| 2012-05-21 Levi Weintraub <leviw@chromium.org> |
| |
| Unreviewed gardening. Updating more tests post r117815. |
| |
| * platform/chromium-linux-x86/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Removed. |
| * platform/chromium-linux/css1/formatting_model/inline_elements-expected.txt: Added. |
| * platform/chromium-linux/fast/backgrounds/background-position-parsing-expected.txt: Added. |
| * platform/chromium-linux/fast/borders/bidi-009a-expected.txt: Added. |
| * platform/chromium-linux/fast/borders/inline-mask-overlay-image-outset-expected.png: Added. |
| * platform/chromium-linux/fast/css/bidi-override-in-anonymous-block-expected.txt: Added. |
| * platform/chromium-linux/fast/forms/007-expected.txt: Added. |
| * platform/chromium-linux/fast/html/details-writing-mode-expected.txt: Added. |
| * platform/chromium-linux/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Removed. |
| * platform/chromium-mac-leopard/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Removed. |
| * platform/chromium-mac-snowleopard/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Removed. |
| * platform/chromium-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png: |
| * platform/chromium-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Added. |
| * platform/chromium-win-vista/css1/formatting_model/inline_elements-expected.png: Added. |
| * platform/chromium-win-vista/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Removed. |
| * platform/chromium-win-xp/css1: Added. |
| * platform/chromium-win-xp/css1/formatting_model: Added. |
| * platform/chromium-win-xp/css1/formatting_model/inline_elements-expected.png: Added. |
| * platform/chromium-win-xp/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Removed. |
| * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: |
| |
| 2012-05-21 Levi Weintraub <leviw@chromium.org> |
| |
| Unreviewed Gardening. More updates after r117815. |
| |
| * platform/chromium-linux-x86/svg/zoom/page: Added. |
| * platform/chromium-linux-x86/svg/zoom/page/zoom-background-image-tiled-expected.txt: Added. |
| * platform/chromium-linux-x86/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Added. |
| * platform/chromium-linux-x86/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Added. |
| * platform/chromium-linux/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Added. |
| * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Added. |
| * platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Added. |
| * platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Removed. |
| * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Added. |
| * platform/chromium-mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Added. |
| * platform/chromium-mac/tables/mozilla_expected_failures/core/captions3-expected.png: |
| * platform/chromium-mac/tables/mozilla_expected_failures/core/standards1-expected.png: |
| * platform/chromium-win-vista/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Added. |
| * platform/chromium-win-vista/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Removed. |
| * platform/chromium-win-vista/tables/mozilla_expected_failures/core: Removed. |
| * platform/chromium-win-vista/tables/mozilla_expected_failures/core/standards1-expected.png: Removed. |
| * platform/chromium/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt: Added. |
| * platform/chromium/svg/custom/viewBox-hit-expected.txt: Added. |
| |
| 2012-05-21 Levi Weintraub <leviw@chromium.org> |
| |
| Unreviewed. Marking svg/animations/animate-path-animation-qQ-tT-inverse.html and |
| svg/animations/svgnumberoptionalnumber-animation-4.html as timing out. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-21 Emil A Eklund <eae@chromium.org> |
| |
| Unreviewed cleanup of chromium test_expectations file. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-21 Levi Weintraub <leviw@chromium.org> |
| |
| Unreviewed gardening. Yet more rebaselining from r117815. |
| |
| * platform/chromium-mac-leopard/platform/chromium/media/video-scales-in-media-document-expected.txt: Removed. |
| * platform/chromium-mac-leopard/scrollbars/overflow-scrollbar-combinations-expected.png: |
| * platform/chromium-mac-snowleopard/scrollbars/overflow-scrollbar-combinations-expected.png: |
| * platform/chromium-mac/scrollbars/overflow-scrollbar-combinations-expected.png: |
| |
| 2012-05-21 Levi Weintraub <leviw@chromium.org> |
| |
| Unreviewed gardening. Even more rebaselining from r117815. |
| |
| * css1/formatting_model/inline_elements-expected.txt: Added. |
| * css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt: Added. |
| * css2.1/t100801-c544-valgn-03-d-agi-expected.txt: Added. |
| * css2.1/t1508-c527-font-09-b-expected.txt: Added. |
| * fast/backgrounds/background-position-parsing-expected.txt: Added. |
| * fast/block/positioning/047-expected.txt: Added. |
| * fast/borders/bidi-009a-expected.png: Added. |
| * fast/borders/bidi-009a-expected.txt: Added. |
| * fast/css/bidi-override-in-anonymous-block-expected.txt: Added. |
| * fast/dom/HTMLProgressElement/progress-writing-mode-expected.png: Added. |
| * fast/encoding/denormalised-voiced-japanese-chars-expected.txt: Added. |
| * fast/flexbox/flex-hang-expected.txt: Replaced. |
| * fast/forms/007-expected.txt: Added. |
| * fast/forms/button-default-title-expected.txt: Added. |
| * fast/html/details-marker-style-expected.txt: Added. |
| * fast/html/details-writing-mode-expected.txt: Added. |
| * fast/inline/absolute-positioned-inline-in-centred-block-expected.txt: Replaced. |
| * fast/invalid/missing-end-tag-expected.txt: Added. |
| * fast/line-grid/line-align-left-edges-expected.txt: Added. |
| * fast/parser/style-script-head-test-expected.txt: Added. |
| * fast/table/max-width-integer-overflow-expected.png: Added. |
| * fast/table/max-width-integer-overflow-expected.txt: Added. |
| * fast/transforms/rotated-transform-affects-scrolling-1-expected.txt: Replaced. |
| * fast/transforms/rotated-transform-affects-scrolling-2-expected.txt: Replaced. |
| * platform/chromium-linux-x86/fast/dom/Document: Added. |
| * platform/chromium-linux-x86/fast/dom/Document/CaretRangeFromPoint: Added. |
| * platform/chromium-linux-x86/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport-expected.txt: Added. |
| * platform/chromium-linux-x86/fast/forms/basic-selects-expected.txt: Removed. |
| * platform/chromium-linux-x86/fast/html: Removed. |
| * platform/chromium-linux-x86/fast/html/details-marker-style-expected.txt: Removed. |
| * platform/chromium-linux-x86/fast/inline: Removed. |
| * platform/chromium-linux-x86/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt: Removed. |
| * platform/chromium-linux-x86/fast/parser: Added. |
| * platform/chromium-linux-x86/fast/parser/style-script-head-test-expected.png: Added. |
| * platform/chromium-linux-x86/fast/table: Removed. |
| * platform/chromium-linux-x86/fast/table/max-width-integer-overflow-expected.png: Removed. |
| * platform/chromium-linux-x86/fast/table/max-width-integer-overflow-expected.txt: Removed. |
| * platform/chromium-linux-x86/svg/zoom/page/zoom-background-image-tiled-expected.txt: Added. |
| * platform/chromium-linux/fast/borders/border-radius-huge-assert-expected.png: |
| * platform/chromium-linux/fast/dom/Document: Added. |
| * platform/chromium-linux/fast/dom/Document/CaretRangeFromPoint: Added. |
| * platform/chromium-linux/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport-expected.txt: Added. |
| * platform/chromium-linux/fast/flexbox/flex-hang-expected.txt: Added. |
| * platform/chromium-linux/fast/gradients/radial-centered-expected.txt: Removed. |
| * platform/chromium-linux/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt: Removed. |
| * platform/chromium-linux/fast/parser/style-script-head-test-expected.png: Added. |
| * platform/chromium-linux/fast/parser/style-script-head-test-expected.txt: Added. |
| * platform/chromium-linux/fast/table/max-width-integer-overflow-expected.png: Removed. |
| * platform/chromium-linux/fast/table/max-width-integer-overflow-expected.txt: Removed. |
| * platform/chromium-linux/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: |
| * platform/chromium-linux/svg/zoom/page/zoom-background-image-tiled-expected.txt: Added. |
| * platform/chromium-mac-leopard/css1/basic/inheritance-expected.png: |
| * platform/chromium-mac-leopard/css1/box_properties/acid_test-expected.png: |
| * platform/chromium-mac-leopard/css1/box_properties/clear_float-expected.png: |
| * platform/chromium-mac-leopard/css1/box_properties/float_on_text_elements-expected.png: |
| * platform/chromium-mac-leopard/css1/box_properties/margin_right-expected.png: |
| * platform/chromium-mac-leopard/css1/box_properties/padding_right-expected.png: |
| * platform/chromium-mac-leopard/css1/box_properties/width-expected.png: |
| * platform/chromium-mac-leopard/css1/color_and_background/background_attachment-expected.png: |
| * platform/chromium-mac-leopard/css1/font_properties/font_size-expected.png: |
| * platform/chromium-mac-leopard/css1/font_properties/font_weight-expected.png: |
| * platform/chromium-mac-leopard/css1/formatting_model/floating_elements-expected.png: |
| * platform/chromium-mac-leopard/css1/formatting_model/horizontal_formatting-expected.png: |
| * platform/chromium-mac-leopard/css1/formatting_model/inline_elements-expected.png: |
| * platform/chromium-mac-leopard/css1/formatting_model/replaced_elements-expected.png: |
| * platform/chromium-mac-leopard/css1/formatting_model/vertical_formatting-expected.png: |
| * platform/chromium-mac-leopard/css1/text_properties/text_indent-expected.png: |
| * platform/chromium-mac-leopard/css1/units/length_units-expected.png: |
| * platform/chromium-mac-leopard/css1/units/percentage_units-expected.png: |
| * platform/chromium-mac-leopard/css2.1/20110323/block-replaced-width-001-expected.png: |
| * platform/chromium-mac-leopard/css2.1/20110323/floating-replaced-height-008-expected.png: |
| * platform/chromium-mac-leopard/css2.1/20110323/inline-block-replaced-height-008-expected.png: |
| * platform/chromium-mac-leopard/css2.1/20110323/inline-replaced-height-008-expected.png: |
| * platform/chromium-mac-leopard/css2.1/t040302-c61-phys-len-00-b-expected.png: |
| * platform/chromium-mac-leopard/css2.1/t080301-c411-vt-mrgn-00-b-expected.png: |
| * platform/chromium-mac-leopard/css2.1/t0804-c5507-padn-r-00-c-ag-expected.png: |
| * platform/chromium-mac-leopard/css2.1/t0804-c5510-padn-00-b-ag-expected.png: |
| * platform/chromium-mac-leopard/css2.1/t09-c5526c-display-00-e-expected.png: |
| * platform/chromium-mac-leopard/css2.1/t0905-c414-flt-wrap-00-e-expected.png: |
| * platform/chromium-mac-leopard/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png: |
| * platform/chromium-mac-leopard/css2.1/t100801-c544-valgn-00-a-ag-expected.png: |
| * platform/chromium-mac-leopard/css2.1/t100801-c544-valgn-02-d-agi-expected.png: |
| * platform/chromium-mac-leopard/css2.1/t100801-c544-valgn-03-d-agi-expected.png: |
| * platform/chromium-mac-leopard/css2.1/t100801-c544-valgn-04-d-agi-expected.png: |
| * platform/chromium-mac-leopard/css2.1/t1205-c565-list-pos-00-b-expected.png: |
| * platform/chromium-mac-leopard/css2.1/t1506-c525-font-wt-00-b-expected.png: |
| * platform/chromium-mac-leopard/css2.1/t1508-c527-font-09-b-expected.png: |
| * platform/chromium-mac-leopard/css2.1/t1602-c43-center-00-d-ag-expected.png: |
| * platform/chromium-mac-leopard/css3/selectors3/html/css3-modsel-25-expected.png: |
| * platform/chromium-mac-leopard/css3/selectors3/html/css3-modsel-70-expected.png: |
| * platform/chromium-mac-leopard/css3/selectors3/xhtml/css3-modsel-25-expected.png: |
| * platform/chromium-mac-leopard/css3/selectors3/xhtml/css3-modsel-70-expected.png: |
| * platform/chromium-mac-leopard/css3/selectors3/xml/css3-modsel-25-expected.png: |
| * platform/chromium-mac-leopard/css3/selectors3/xml/css3-modsel-70-expected.png: |
| * platform/chromium-mac-leopard/editing/inserting/editing-empty-divs-expected.png: |
| * platform/chromium-mac-leopard/editing/pasteboard/drag-image-to-contenteditable-in-iframe-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/4397952-expected.png: |
| * platform/chromium-mac-leopard/editing/selection/collapse-selection-in-bidi-expected.txt: Added. |
| * 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-4-expected.png: |
| * platform/chromium-mac-leopard/editing/selection/select-across-readonly-input-5-expected.png: |
| * platform/chromium-mac-leopard/editing/selection/select-text-overflow-ellipsis-expected.png: |
| * platform/chromium-mac-leopard/editing/selection/selection-button-text-expected.png: |
| * platform/chromium-mac-leopard/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png: |
| * platform/chromium-mac-leopard/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png: |
| * platform/chromium-mac-leopard/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png: |
| * platform/chromium-mac-leopard/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png: |
| * platform/chromium-mac-leopard/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png: |
| * platform/chromium-mac-leopard/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png: |
| * platform/chromium-mac-leopard/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png: |
| * platform/chromium-mac-leopard/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png: |
| * platform/chromium-mac-leopard/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png: |
| * platform/chromium-mac-leopard/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png: |
| * platform/chromium-mac-leopard/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png: |
| * platform/chromium-mac-leopard/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png: |
| * platform/chromium-mac-leopard/fast/backgrounds/background-inherit-color-bug-expected.png: |
| * platform/chromium-mac-leopard/fast/backgrounds/background-position-parsing-expected.png: |
| * platform/chromium-mac-leopard/fast/block/basic/001-expected.png: |
| * platform/chromium-mac-leopard/fast/block/basic/011-expected.png: |
| * platform/chromium-mac-leopard/fast/block/basic/015-expected.png: |
| * platform/chromium-mac-leopard/fast/block/basic/016-expected.png: |
| * platform/chromium-mac-leopard/fast/block/basic/019-expected.png: |
| * platform/chromium-mac-leopard/fast/block/float/002-expected.png: |
| * platform/chromium-mac-leopard/fast/block/float/013-expected.png: |
| * platform/chromium-mac-leopard/fast/block/float/centered-float-avoidance-complexity-expected.png: |
| * platform/chromium-mac-leopard/fast/block/float/float-avoidance-expected.png: |
| * platform/chromium-mac-leopard/fast/block/float/nopaint-after-layer-destruction2-expected.png: |
| * platform/chromium-mac-leopard/fast/block/float/shrink-to-avoid-float-complexity-expected.png: |
| * platform/chromium-mac-leopard/fast/block/margin-collapse/100-expected.png: |
| * platform/chromium-mac-leopard/fast/block/margin-collapse/103-expected.png: |
| * platform/chromium-mac-leopard/fast/block/positioning/047-expected.png: |
| * platform/chromium-mac-leopard/fast/block/positioning/051-expected.png: |
| * platform/chromium-mac-leopard/fast/borders/bidi-009a-expected.png: |
| * platform/chromium-mac-leopard/fast/borders/border-antialiasing-expected.png: |
| * platform/chromium-mac-leopard/fast/borders/border-radius-huge-assert-expected.png: |
| * platform/chromium-mac-leopard/fast/borders/rtl-border-01-expected.png: |
| * platform/chromium-mac-leopard/fast/borders/rtl-border-02-expected.png: |
| * platform/chromium-mac-leopard/fast/borders/rtl-border-03-expected.png: |
| * platform/chromium-mac-leopard/fast/box-sizing/box-sizing-expected.png: |
| * platform/chromium-mac-leopard/fast/css-generated-content/011-expected.png: |
| * platform/chromium-mac-leopard/fast/css-generated-content/013-expected.png: |
| * platform/chromium-mac-leopard/fast/css-generated-content/014-expected.png: |
| * platform/chromium-mac-leopard/fast/css-generated-content/015-expected.png: |
| * platform/chromium-mac-leopard/fast/css-generated-content/inline-display-types-expected.png: |
| * platform/chromium-mac-leopard/fast/css/004-expected.png: |
| * platform/chromium-mac-leopard/fast/css/005-expected.png: |
| * platform/chromium-mac-leopard/fast/css/background-shorthand-invalid-url-expected.png: |
| * platform/chromium-mac-leopard/fast/css/bidi-override-in-anonymous-block-expected.png: |
| * platform/chromium-mac-leopard/fast/css/css1_forward_compatible_parsing-expected.png: |
| * platform/chromium-mac-leopard/fast/css/empty-pseudo-class-expected.png: |
| * platform/chromium-mac-leopard/fast/css/ex-after-font-variant-expected.png: |
| * platform/chromium-mac-leopard/fast/css/fieldset-display-row-expected.png: |
| * platform/chromium-mac-leopard/fast/css/first-child-pseudo-class-expected.png: |
| * platform/chromium-mac-leopard/fast/css/first-line-text-decoration-expected.png: |
| * platform/chromium-mac-leopard/fast/css/first-line-text-decoration-inherited-from-parent-expected.png: |
| * platform/chromium-mac-leopard/fast/css/first-of-type-pseudo-class-expected.png: |
| * platform/chromium-mac-leopard/fast/css/h1-in-section-elements-expected.png: |
| * platform/chromium-mac-leopard/fast/css/hsl-color-expected.png: |
| * platform/chromium-mac-leopard/fast/css/inline-properties-important-expected.png: |
| * platform/chromium-mac-leopard/fast/css/invalid-percentage-property-expected.png: |
| * platform/chromium-mac-leopard/fast/css/last-child-pseudo-class-expected.png: |
| * platform/chromium-mac-leopard/fast/css/last-of-type-pseudo-class-expected.png: |
| * platform/chromium-mac-leopard/fast/css/non-standard-checkbox-size-expected.png: |
| * platform/chromium-mac-leopard/fast/css/only-child-pseudo-class-expected.png: |
| * platform/chromium-mac-leopard/fast/css/only-of-type-pseudo-class-expected.png: |
| * platform/chromium-mac-leopard/fast/css/text-align-expected.png: |
| * platform/chromium-mac-leopard/fast/css/text-overflow-ellipsis-bidi-expected.png: |
| * platform/chromium-mac-leopard/fast/css/text-overflow-ellipsis-expected.png: |
| * platform/chromium-mac-leopard/fast/css/text-overflow-ellipsis-strict-expected.png: |
| * platform/chromium-mac-leopard/fast/css/text-overflow-input-expected.png: |
| * platform/chromium-mac-leopard/fast/css/transform-default-parameter-expected.png: |
| * platform/chromium-mac-leopard/fast/css/word-space-extra-expected.png: |
| * platform/chromium-mac-leopard/fast/dom/Document: Added. |
| * platform/chromium-mac-leopard/fast/dom/Document/CaretRangeFromPoint: Added. |
| * platform/chromium-mac-leopard/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport-expected.txt: Added. |
| * platform/chromium-mac-leopard/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: |
| * platform/chromium-mac-leopard/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png: |
| * platform/chromium-mac-leopard/fast/dynamic/012-expected.png: |
| * platform/chromium-mac-leopard/fast/encoding/denormalised-voiced-japanese-chars-expected.png: |
| * platform/chromium-mac-leopard/fast/events/pointer-events-2-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/001-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/006-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/007-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/basic-buttons-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/basic-inputs-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/basic-textareas-quirks-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/box-shadow-override-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/button-default-title-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/button-positioned-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/button-table-styles-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/fieldset-align-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/fieldset-with-float-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/file/file-input-direction-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/file/file-input-disabled-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/file/file-input-disabled-expected.txt: |
| * platform/chromium-mac-leopard/fast/forms/file/file-input-pressed-state-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/file/input-file-re-render-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/float-before-fieldset-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/form-element-geometry-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/formmove-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/formmove2-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/indeterminate-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/input-appearance-height-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/input-value-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/linebox-overflow-in-textarea-padding-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/listbox-bidi-align-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/listbox-hit-test-zoomed-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/preserveFormDuringResidualStyle-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/range/input-appearance-range-expected.png: |
| * platform/chromium-mac-leopard/fast/forms/search-vertical-alignment-expected.png: |
| * platform/chromium-mac-leopard/fast/gradients/generated-gradients-expected.png: |
| * platform/chromium-mac-leopard/fast/gradients/radial-centered-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-add-child-1-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-add-child-2-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-add-details-child-1-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-add-details-child-2-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-add-summary-1-and-click-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-add-summary-1-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-add-summary-10-and-click-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-add-summary-10-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-add-summary-2-and-click-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-add-summary-2-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-add-summary-3-and-click-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-add-summary-3-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-add-summary-4-and-click-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-add-summary-4-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-add-summary-5-and-click-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-add-summary-5-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-add-summary-6-and-click-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-add-summary-6-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-add-summary-7-and-click-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-add-summary-7-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-add-summary-8-and-click-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-add-summary-8-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-add-summary-9-and-click-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-add-summary-9-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-add-summary-child-1-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-add-summary-child-2-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-marker-style-expected.png: Added. |
| * platform/chromium-mac-leopard/fast/html/details-marker-style-expected.txt: Removed. |
| * platform/chromium-mac-leopard/fast/html/details-nested-1-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-nested-2-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-no-summary1-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-no-summary2-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-no-summary3-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-open1-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-open2-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-open3-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-open4-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-open5-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-open6-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-position-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-remove-child-1-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-remove-child-2-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-remove-summary-1-and-click-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-remove-summary-1-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-remove-summary-2-and-click-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-remove-summary-2-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-remove-summary-3-and-click-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-remove-summary-3-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-remove-summary-4-and-click-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-remove-summary-4-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-remove-summary-5-and-click-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-remove-summary-5-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-remove-summary-6-and-click-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-remove-summary-6-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-remove-summary-child-1-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-remove-summary-child-2-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-replace-summary-child-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-replace-text-expected.png: |
| * platform/chromium-mac-leopard/fast/html/details-writing-mode-expected.png: |
| * platform/chromium-mac-leopard/fast/inline/continuation-outlines-expected.png: |
| * platform/chromium-mac-leopard/fast/inline/inline-borders-with-bidi-override-expected.png: |
| * platform/chromium-mac-leopard/fast/inline/inline-box-background-expected.png: |
| * platform/chromium-mac-leopard/fast/inline/inline-box-background-long-image-expected.png: |
| * platform/chromium-mac-leopard/fast/inline/inline-box-background-repeat-x-expected.png: |
| * platform/chromium-mac-leopard/fast/inline/inline-box-background-repeat-y-expected.png: |
| * platform/chromium-mac-leopard/fast/inline/positionedLifetime-expected.png: |
| * platform/chromium-mac-leopard/fast/inline/vertical-align-text-bottom-expected.png: |
| * platform/chromium-mac-leopard/fast/invalid/010-expected.png: |
| * platform/chromium-mac-leopard/fast/invalid/014-expected.png: |
| * platform/chromium-mac-leopard/fast/invalid/junk-data-expected.png: |
| * platform/chromium-mac-leopard/fast/invalid/missing-end-tag-expected.png: |
| * platform/chromium-mac-leopard/fast/invalid/missing-end-tag-expected.txt: Removed. |
| * platform/chromium-mac-leopard/fast/invalid/nestedh3s-expected.png: |
| * platform/chromium-mac-leopard/fast/invalid/residual-style-expected.png: |
| * platform/chromium-mac-leopard/fast/parser/style-script-head-test-expected.png: Added. |
| * platform/chromium-mac-leopard/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Added. |
| * platform/chromium-mac-leopard/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt: Added. |
| * platform/chromium-mac-leopard/svg/zoom/page/zoom-background-image-tiled-expected.png: Added. |
| * platform/chromium-mac-leopard/svg/zoom/page/zoom-background-image-tiled-expected.txt: Added. |
| * platform/chromium-mac-snowleopard/editing/selection/collapse-selection-in-bidi-expected.txt: Added. |
| * platform/chromium-mac-snowleopard/fast/css/getComputedStyle: Removed. |
| * platform/chromium-mac-snowleopard/fast/dom/Document: Added. |
| * platform/chromium-mac-snowleopard/fast/dom/Document/CaretRangeFromPoint: Added. |
| * platform/chromium-mac-snowleopard/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport-expected.txt: Added. |
| * platform/chromium-mac-snowleopard/fast/forms/basic-selects-expected.txt: Removed. |
| * platform/chromium-mac-snowleopard/fast/gradients/radial-centered-expected.txt: Removed. |
| * platform/chromium-mac-snowleopard/fast/html/details-marker-style-expected.txt: Removed. |
| * platform/chromium-mac/css1/basic/inheritance-expected.png: |
| * platform/chromium-mac/css1/box_properties/acid_test-expected.png: |
| * platform/chromium-mac/css1/box_properties/clear_float-expected.png: |
| * platform/chromium-mac/css1/box_properties/float_on_text_elements-expected.png: |
| * platform/chromium-mac/css1/box_properties/margin_right-expected.png: |
| * platform/chromium-mac/css1/box_properties/padding_right-expected.png: |
| * platform/chromium-mac/css1/box_properties/width-expected.png: |
| * platform/chromium-mac/css1/color_and_background/background_attachment-expected.png: |
| * platform/chromium-mac/css1/font_properties/font_size-expected.png: |
| * platform/chromium-mac/css1/font_properties/font_weight-expected.png: |
| * platform/chromium-mac/css1/formatting_model/floating_elements-expected.png: |
| * platform/chromium-mac/css1/formatting_model/horizontal_formatting-expected.png: |
| * platform/chromium-mac/css1/formatting_model/inline_elements-expected.png: |
| * platform/chromium-mac/css1/formatting_model/replaced_elements-expected.png: |
| * platform/chromium-mac/css1/formatting_model/vertical_formatting-expected.png: |
| * platform/chromium-mac/css1/text_properties/text_indent-expected.png: |
| * platform/chromium-mac/css1/units/length_units-expected.png: |
| * platform/chromium-mac/css1/units/percentage_units-expected.png: |
| * platform/chromium-mac/css2.1/20110323/block-replaced-width-001-expected.png: |
| * platform/chromium-mac/css2.1/20110323/floating-replaced-height-008-expected.png: |
| * platform/chromium-mac/css2.1/20110323/inline-block-replaced-height-008-expected.png: |
| * platform/chromium-mac/css2.1/20110323/inline-replaced-height-008-expected.png: |
| * platform/chromium-mac/css2.1/t040302-c61-phys-len-00-b-expected.png: |
| * platform/chromium-mac/css2.1/t080301-c411-vt-mrgn-00-b-expected.png: |
| * platform/chromium-mac/css2.1/t0804-c5507-padn-r-00-c-ag-expected.png: |
| * platform/chromium-mac/css2.1/t0804-c5510-padn-00-b-ag-expected.png: |
| * platform/chromium-mac/css2.1/t09-c5526c-display-00-e-expected.png: |
| * platform/chromium-mac/css2.1/t0905-c414-flt-wrap-00-e-expected.png: |
| * platform/chromium-mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png: |
| * platform/chromium-mac/css2.1/t100801-c544-valgn-00-a-ag-expected.png: |
| * platform/chromium-mac/css2.1/t100801-c544-valgn-02-d-agi-expected.png: |
| * platform/chromium-mac/css2.1/t100801-c544-valgn-03-d-agi-expected.png: |
| * platform/chromium-mac/css2.1/t100801-c544-valgn-04-d-agi-expected.png: |
| * platform/chromium-mac/css2.1/t1205-c565-list-pos-00-b-expected.png: |
| * platform/chromium-mac/css2.1/t1506-c525-font-wt-00-b-expected.png: |
| * platform/chromium-mac/css2.1/t1508-c527-font-09-b-expected.png: |
| * platform/chromium-mac/css2.1/t1602-c43-center-00-d-ag-expected.png: |
| * platform/chromium-mac/css3/selectors3/html/css3-modsel-25-expected.png: |
| * platform/chromium-mac/css3/selectors3/html/css3-modsel-70-expected.png: |
| * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-25-expected.png: |
| * platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-70-expected.png: |
| * platform/chromium-mac/css3/selectors3/xml/css3-modsel-25-expected.png: |
| * platform/chromium-mac/css3/selectors3/xml/css3-modsel-70-expected.png: |
| * platform/chromium-mac/editing/inserting/editing-empty-divs-expected.png: |
| * platform/chromium-mac/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.png: |
| * platform/chromium-mac/editing/selection/3690703-2-expected.png: |
| * platform/chromium-mac/editing/selection/3690703-expected.png: |
| * platform/chromium-mac/editing/selection/3690719-expected.png: |
| * platform/chromium-mac/editing/selection/4397952-expected.png: |
| * platform/chromium-mac/editing/selection/collapse-selection-in-bidi-expected.txt: Added. |
| * platform/chromium-mac/editing/selection/drag-start-event-client-x-y-expected.txt: Added. |
| * platform/chromium-mac/editing/selection/select-across-readonly-input-1-expected.png: |
| * platform/chromium-mac/editing/selection/select-across-readonly-input-2-expected.png: |
| * platform/chromium-mac/editing/selection/select-across-readonly-input-4-expected.png: |
| * platform/chromium-mac/editing/selection/select-across-readonly-input-5-expected.png: |
| * platform/chromium-mac/editing/selection/select-text-overflow-ellipsis-expected.png: |
| * platform/chromium-mac/editing/selection/selection-button-text-expected.png: |
| * platform/chromium-mac/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png: |
| * platform/chromium-mac/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png: |
| * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png: |
| * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png: |
| * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png: |
| * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png: |
| * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png: |
| * platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png: |
| * platform/chromium-mac/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png: |
| * platform/chromium-mac/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png: |
| * platform/chromium-mac/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png: |
| * platform/chromium-mac/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png: |
| * platform/chromium-mac/fast/backgrounds/background-inherit-color-bug-expected.png: |
| * platform/chromium-mac/fast/backgrounds/background-position-parsing-expected.png: |
| * platform/chromium-mac/fast/block/basic/001-expected.png: |
| * platform/chromium-mac/fast/block/basic/011-expected.png: |
| * platform/chromium-mac/fast/block/basic/015-expected.png: |
| * platform/chromium-mac/fast/block/basic/016-expected.png: |
| * platform/chromium-mac/fast/block/basic/019-expected.png: |
| * platform/chromium-mac/fast/block/float/002-expected.png: |
| * platform/chromium-mac/fast/block/float/013-expected.png: |
| * platform/chromium-mac/fast/block/float/centered-float-avoidance-complexity-expected.png: |
| * platform/chromium-mac/fast/block/float/float-avoidance-expected.png: |
| * platform/chromium-mac/fast/block/float/nopaint-after-layer-destruction2-expected.png: |
| * platform/chromium-mac/fast/block/float/shrink-to-avoid-float-complexity-expected.png: |
| * platform/chromium-mac/fast/block/margin-collapse/100-expected.png: |
| * platform/chromium-mac/fast/block/margin-collapse/103-expected.png: |
| * platform/chromium-mac/fast/block/positioning/047-expected.png: |
| * platform/chromium-mac/fast/block/positioning/051-expected.png: |
| * platform/chromium-mac/fast/borders/bidi-009a-expected.png: |
| * platform/chromium-mac/fast/borders/border-radius-huge-assert-expected.png: |
| * platform/chromium-mac/fast/borders/rtl-border-01-expected.png: |
| * platform/chromium-mac/fast/borders/rtl-border-02-expected.png: |
| * platform/chromium-mac/fast/borders/rtl-border-03-expected.png: |
| * platform/chromium-mac/fast/box-sizing/box-sizing-expected.png: |
| * platform/chromium-mac/fast/css-generated-content/011-expected.png: |
| * platform/chromium-mac/fast/css-generated-content/013-expected.png: |
| * platform/chromium-mac/fast/css-generated-content/014-expected.png: |
| * platform/chromium-mac/fast/css-generated-content/015-expected.png: |
| * platform/chromium-mac/fast/css-generated-content/inline-display-types-expected.png: |
| * platform/chromium-mac/fast/css/004-expected.png: |
| * platform/chromium-mac/fast/css/005-expected.png: |
| * platform/chromium-mac/fast/css/bidi-override-in-anonymous-block-expected.png: |
| * platform/chromium-mac/fast/css/bug4860-absolute-block-child-does-not-inherit-alignment-expected.png: Added. |
| * platform/chromium-mac/fast/css/bug4860-absolute-inline-child-inherits-alignment-expected.png: Added. |
| * platform/chromium-mac/fast/css/css1_forward_compatible_parsing-expected.png: |
| * platform/chromium-mac/fast/css/empty-pseudo-class-expected.png: |
| * platform/chromium-mac/fast/css/ex-after-font-variant-expected.png: |
| * platform/chromium-mac/fast/css/fieldset-display-row-expected.png: |
| * platform/chromium-mac/fast/css/first-child-pseudo-class-expected.png: |
| * platform/chromium-mac/fast/css/first-line-text-decoration-expected.png: |
| * platform/chromium-mac/fast/css/first-line-text-decoration-inherited-from-parent-expected.png: |
| * platform/chromium-mac/fast/css/first-of-type-pseudo-class-expected.png: |
| * platform/chromium-mac/fast/css/h1-in-section-elements-expected.png: |
| * platform/chromium-mac/fast/css/hsl-color-expected.png: |
| * platform/chromium-mac/fast/css/inline-properties-important-expected.png: |
| * platform/chromium-mac/fast/css/invalid-percentage-property-expected.png: |
| * platform/chromium-mac/fast/css/last-child-pseudo-class-expected.png: |
| * platform/chromium-mac/fast/css/last-of-type-pseudo-class-expected.png: |
| * platform/chromium-mac/fast/css/non-standard-checkbox-size-expected.png: |
| * platform/chromium-mac/fast/css/only-child-pseudo-class-expected.png: |
| * platform/chromium-mac/fast/css/only-of-type-pseudo-class-expected.png: |
| * platform/chromium-mac/fast/css/text-align-expected.png: |
| * platform/chromium-mac/fast/css/text-overflow-ellipsis-bidi-expected.png: |
| * platform/chromium-mac/fast/css/text-overflow-ellipsis-expected.png: |
| * platform/chromium-mac/fast/css/text-overflow-ellipsis-strict-expected.png: |
| * platform/chromium-mac/fast/css/text-overflow-input-expected.png: |
| * platform/chromium-mac/fast/css/transform-default-parameter-expected.png: |
| * platform/chromium-mac/fast/css/word-space-extra-expected.png: |
| * platform/chromium-mac/fast/dom/Document: Added. |
| * platform/chromium-mac/fast/dom/Document/CaretRangeFromPoint: Added. |
| * platform/chromium-mac/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport-expected.txt: Added. |
| * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: |
| * platform/chromium-mac/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png: |
| * platform/chromium-mac/fast/dom/HTMLProgressElement/progress-writing-mode-expected.png: Removed. |
| * platform/chromium-mac/fast/dynamic/012-expected.png: |
| * platform/chromium-mac/fast/encoding/denormalised-voiced-japanese-chars-expected.png: |
| * platform/chromium-mac/fast/events/pointer-events-2-expected.png: |
| * platform/chromium-mac/fast/flexbox/flex-hang-expected.png: |
| * platform/chromium-mac/fast/flexbox/flex-hang-expected.txt: Removed. |
| * platform/chromium-mac/fast/forms/001-expected.png: |
| * platform/chromium-mac/fast/forms/006-expected.png: |
| * platform/chromium-mac/fast/forms/007-expected.png: |
| * platform/chromium-mac/fast/forms/basic-buttons-expected.png: |
| * platform/chromium-mac/fast/forms/basic-inputs-expected.png: |
| * platform/chromium-mac/fast/forms/basic-textareas-quirks-expected.png: |
| * platform/chromium-mac/fast/forms/box-shadow-override-expected.png: |
| * platform/chromium-mac/fast/forms/button-default-title-expected.png: |
| * platform/chromium-mac/fast/forms/button-positioned-expected.png: |
| * platform/chromium-mac/fast/forms/button-table-styles-expected.png: |
| * platform/chromium-mac/fast/forms/fieldset-align-expected.png: |
| * platform/chromium-mac/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.png: |
| * platform/chromium-mac/fast/forms/fieldset-with-float-expected.png: |
| * platform/chromium-mac/fast/forms/file/file-input-direction-expected.png: |
| * platform/chromium-mac/fast/forms/file/file-input-disabled-expected.png: |
| * platform/chromium-mac/fast/forms/file/file-input-pressed-state-expected.png: |
| * platform/chromium-mac/fast/forms/file/input-file-re-render-expected.png: |
| * platform/chromium-mac/fast/forms/float-before-fieldset-expected.png: |
| * platform/chromium-mac/fast/forms/form-element-geometry-expected.png: |
| * platform/chromium-mac/fast/forms/formmove-expected.png: |
| * platform/chromium-mac/fast/forms/formmove2-expected.png: |
| * platform/chromium-mac/fast/forms/indeterminate-expected.png: |
| * platform/chromium-mac/fast/forms/input-appearance-height-expected.png: |
| * platform/chromium-mac/fast/forms/input-value-expected.png: |
| * platform/chromium-mac/fast/forms/linebox-overflow-in-textarea-padding-expected.png: |
| * platform/chromium-mac/fast/forms/listbox-bidi-align-expected.png: |
| * platform/chromium-mac/fast/forms/listbox-hit-test-zoomed-expected.png: |
| * platform/chromium-mac/fast/forms/preserveFormDuringResidualStyle-expected.png: |
| * platform/chromium-mac/fast/forms/range/input-appearance-range-expected.png: |
| * platform/chromium-mac/fast/forms/search-vertical-alignment-expected.png: |
| * platform/chromium-mac/fast/gradients/generated-gradients-expected.png: |
| * platform/chromium-mac/fast/gradients/radial-centered-expected.png: |
| * platform/chromium-mac/fast/gradients/radial-centered-expected.txt: Added. |
| * platform/chromium-mac/fast/html/details-add-child-1-expected.png: |
| * platform/chromium-mac/fast/html/details-add-child-2-expected.png: |
| * platform/chromium-mac/fast/html/details-add-details-child-1-expected.png: |
| * platform/chromium-mac/fast/html/details-add-details-child-2-expected.png: |
| * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.png: |
| * platform/chromium-mac/fast/html/details-add-summary-1-expected.png: |
| * platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.png: |
| * platform/chromium-mac/fast/html/details-add-summary-10-expected.png: |
| * platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.png: |
| * platform/chromium-mac/fast/html/details-add-summary-2-expected.png: |
| * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.png: |
| * platform/chromium-mac/fast/html/details-add-summary-3-expected.png: |
| * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.png: |
| * platform/chromium-mac/fast/html/details-add-summary-4-expected.png: |
| * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.png: |
| * platform/chromium-mac/fast/html/details-add-summary-5-expected.png: |
| * platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.png: |
| * platform/chromium-mac/fast/html/details-add-summary-6-expected.png: |
| * platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.png: |
| * platform/chromium-mac/fast/html/details-add-summary-7-expected.png: |
| * platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.png: |
| * platform/chromium-mac/fast/html/details-add-summary-8-expected.png: |
| * platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.png: |
| * platform/chromium-mac/fast/html/details-add-summary-9-expected.png: |
| * platform/chromium-mac/fast/html/details-add-summary-child-1-expected.png: |
| * platform/chromium-mac/fast/html/details-add-summary-child-2-expected.png: |
| * platform/chromium-mac/fast/html/details-marker-style-expected.txt: |
| * platform/chromium-mac/fast/html/details-nested-1-expected.png: |
| * platform/chromium-mac/fast/html/details-nested-2-expected.png: |
| * platform/chromium-mac/fast/html/details-no-summary1-expected.png: |
| * platform/chromium-mac/fast/html/details-no-summary2-expected.png: |
| * platform/chromium-mac/fast/html/details-no-summary3-expected.png: |
| * platform/chromium-mac/fast/html/details-no-summary4-expected.png: |
| * platform/chromium-mac/fast/html/details-open-javascript-expected.png: |
| * platform/chromium-mac/fast/html/details-open1-expected.png: |
| * platform/chromium-mac/fast/html/details-open2-expected.png: |
| * platform/chromium-mac/fast/html/details-open3-expected.png: |
| * platform/chromium-mac/fast/html/details-open4-expected.png: |
| * platform/chromium-mac/fast/html/details-open5-expected.png: |
| * platform/chromium-mac/fast/html/details-open6-expected.png: |
| * platform/chromium-mac/fast/html/details-position-expected.png: |
| * platform/chromium-mac/fast/html/details-remove-child-1-expected.png: |
| * platform/chromium-mac/fast/html/details-remove-child-2-expected.png: |
| * platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.png: |
| * platform/chromium-mac/fast/html/details-remove-summary-1-expected.png: |
| * platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.png: |
| * platform/chromium-mac/fast/html/details-remove-summary-2-expected.png: |
| * platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.png: |
| * platform/chromium-mac/fast/html/details-remove-summary-3-expected.png: |
| * platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.png: |
| * platform/chromium-mac/fast/html/details-remove-summary-4-expected.png: |
| * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.png: |
| * platform/chromium-mac/fast/html/details-remove-summary-5-expected.png: |
| * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.png: |
| * platform/chromium-mac/fast/html/details-remove-summary-6-expected.png: |
| * platform/chromium-mac/fast/html/details-remove-summary-child-1-expected.png: |
| * platform/chromium-mac/fast/html/details-remove-summary-child-2-expected.png: |
| * platform/chromium-mac/fast/html/details-replace-summary-child-expected.png: |
| * platform/chromium-mac/fast/html/details-replace-text-expected.png: |
| * platform/chromium-mac/fast/html/details-writing-mode-expected.png: |
| * platform/chromium-mac/fast/inline/continuation-outlines-expected.png: |
| * platform/chromium-mac/fast/inline/inline-borders-with-bidi-override-expected.png: |
| * platform/chromium-mac/fast/inline/inline-box-background-expected.png: |
| * platform/chromium-mac/fast/inline/inline-box-background-long-image-expected.png: |
| * platform/chromium-mac/fast/inline/inline-box-background-repeat-x-expected.png: |
| * platform/chromium-mac/fast/inline/inline-box-background-repeat-y-expected.png: |
| * platform/chromium-mac/fast/inline/positionedLifetime-expected.png: |
| * platform/chromium-mac/fast/inline/vertical-align-text-bottom-expected.png: |
| * platform/chromium-mac/fast/invalid/010-expected.png: |
| * platform/chromium-mac/fast/invalid/014-expected.png: |
| * platform/chromium-mac/fast/invalid/junk-data-expected.png: |
| * platform/chromium-mac/fast/invalid/missing-end-tag-expected.png: |
| * platform/chromium-mac/fast/invalid/nestedh3s-expected.png: |
| * platform/chromium-mac/fast/invalid/residual-style-expected.png: |
| * platform/chromium-mac/fast/line-grid/line-align-left-edges-expected.txt: Removed. |
| * platform/chromium-mac/fast/parser/style-script-head-test-expected.txt: Removed. |
| * platform/chromium-mac/fast/table/max-width-integer-overflow-expected.txt: Removed. |
| * platform/chromium-mac/fast/transforms/rotated-transform-affects-scrolling-1-expected.png: |
| * platform/chromium-mac/fast/transforms/rotated-transform-affects-scrolling-1-expected.txt: Removed. |
| * platform/chromium-mac/fast/transforms/rotated-transform-affects-scrolling-2-expected.png: |
| * platform/chromium-mac/fast/transforms/rotated-transform-affects-scrolling-2-expected.txt: Removed. |
| * platform/chromium-win-vista/css1/formatting_model: Added. |
| * platform/chromium-win-vista/css1/formatting_model/horizontal_formatting-expected.png: Added. |
| * platform/chromium-win-vista/css1/units: Added. |
| * platform/chromium-win-vista/css1/units/percentage_units-expected.png: Added. |
| * platform/chromium-win-vista/fast/css-generated-content: Removed. |
| * platform/chromium-win-vista/fast/dom/Document: Added. |
| * platform/chromium-win-vista/fast/dom/Document/CaretRangeFromPoint: Added. |
| * platform/chromium-win-vista/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport-expected.txt: Added. |
| * platform/chromium-win-vista/fast/forms/basic-selects-expected.txt: Removed. |
| * platform/chromium-win-vista/fast/html: Removed. |
| * platform/chromium-win-vista/fast/html/details-marker-style-expected.txt: Removed. |
| * platform/chromium-win-vista/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt: Removed. |
| * platform/chromium-win-vista/fast/parser: Added. |
| * platform/chromium-win-vista/fast/parser/style-script-head-test-expected.png: Added. |
| * platform/chromium-win-vista/fast/table/max-width-integer-overflow-expected.txt: Removed. |
| * platform/chromium-win-xp/fast/css-generated-content: Removed. |
| * platform/chromium-win-xp/fast/forms/basic-selects-expected.txt: Removed. |
| * platform/chromium-win-xp/fast/gradients: Removed. |
| * platform/chromium-win-xp/fast/gradients/radial-centered-expected.txt: Removed. |
| * platform/chromium-win-xp/fast/html: Removed. |
| * platform/chromium-win-xp/fast/html/details-marker-style-expected.txt: Removed. |
| * platform/chromium-win-xp/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt: Removed. |
| * platform/chromium-win-xp/fast/parser: Added. |
| * platform/chromium-win-xp/fast/parser/style-script-head-test-expected.png: Added. |
| * platform/chromium-win-xp/fast/table/max-width-integer-overflow-expected.png: Removed. |
| * platform/chromium-win-xp/fast/table/max-width-integer-overflow-expected.txt: Removed. |
| * platform/chromium-win/css1/basic/inheritance-expected.png: |
| * platform/chromium-win/css1/box_properties/acid_test-expected.png: |
| * platform/chromium-win/css1/box_properties/clear_float-expected.png: |
| * platform/chromium-win/css1/box_properties/float_on_text_elements-expected.png: |
| * platform/chromium-win/css1/box_properties/margin_right-expected.png: |
| * platform/chromium-win/css1/box_properties/padding_right-expected.png: |
| * platform/chromium-win/css1/box_properties/width-expected.png: |
| * platform/chromium-win/css1/color_and_background/background_attachment-expected.png: |
| * platform/chromium-win/css1/font_properties/font_size-expected.png: |
| * platform/chromium-win/css1/font_properties/font_weight-expected.png: |
| * platform/chromium-win/css1/formatting_model/floating_elements-expected.png: |
| * platform/chromium-win/css1/formatting_model/horizontal_formatting-expected.png: |
| * platform/chromium-win/css1/formatting_model/inline_elements-expected.png: |
| * platform/chromium-win/css1/formatting_model/inline_elements-expected.txt: |
| * platform/chromium-win/css1/formatting_model/replaced_elements-expected.png: |
| * platform/chromium-win/css1/formatting_model/vertical_formatting-expected.png: |
| * platform/chromium-win/css1/text_properties/text_indent-expected.png: |
| * platform/chromium-win/css1/units/percentage_units-expected.png: |
| * platform/chromium-win/css1/units/rounding-expected.txt: Removed. |
| * platform/chromium-win/css2.1/20110323/floating-replaced-height-008-expected.png: |
| * platform/chromium-win/css2.1/20110323/inline-block-replaced-height-008-expected.png: |
| * platform/chromium-win/css2.1/20110323/inline-replaced-height-008-expected.png: |
| * platform/chromium-win/css2.1/t040302-c61-phys-len-00-b-expected.png: |
| * platform/chromium-win/css2.1/t080301-c411-vt-mrgn-00-b-expected.png: |
| * platform/chromium-win/css2.1/t0804-c5507-padn-r-00-c-ag-expected.png: |
| * platform/chromium-win/css2.1/t0804-c5510-padn-00-b-ag-expected.png: |
| * platform/chromium-win/css2.1/t09-c5526c-display-00-e-expected.png: |
| * platform/chromium-win/css2.1/t0905-c414-flt-wrap-00-e-expected.png: |
| * platform/chromium-win/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png: |
| * platform/chromium-win/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt: |
| * platform/chromium-win/css2.1/t100801-c544-valgn-00-a-ag-expected.png: |
| * platform/chromium-win/css2.1/t100801-c544-valgn-02-d-agi-expected.png: |
| * platform/chromium-win/css2.1/t100801-c544-valgn-03-d-agi-expected.png: |
| * platform/chromium-win/css2.1/t100801-c544-valgn-03-d-agi-expected.txt: |
| * platform/chromium-win/css2.1/t100801-c544-valgn-04-d-agi-expected.png: |
| * platform/chromium-win/css2.1/t1205-c565-list-pos-00-b-expected.png: |
| * platform/chromium-win/css2.1/t1506-c525-font-wt-00-b-expected.png: |
| * platform/chromium-win/css2.1/t1508-c527-font-09-b-expected.png: |
| * platform/chromium-win/css2.1/t1508-c527-font-09-b-expected.txt: |
| * platform/chromium-win/css2.1/t1602-c43-center-00-d-ag-expected.png: |
| * platform/chromium-win/editing/inserting/editing-empty-divs-expected.png: |
| * platform/chromium-win/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.png: |
| * platform/chromium-win/editing/selection/3690703-2-expected.png: |
| * platform/chromium-win/editing/selection/3690703-2-expected.txt: |
| * platform/chromium-win/editing/selection/3690703-expected.png: |
| * platform/chromium-win/editing/selection/3690703-expected.txt: |
| * platform/chromium-win/editing/selection/3690719-expected.png: |
| * platform/chromium-win/editing/selection/3690719-expected.txt: |
| * platform/chromium-win/editing/selection/select-text-overflow-ellipsis-expected.png: |
| * platform/chromium-win/fast/backgrounds/background-inherit-color-bug-expected.png: |
| * platform/chromium-win/fast/backgrounds/background-position-parsing-expected.png: |
| * platform/chromium-win/fast/backgrounds/background-position-parsing-expected.txt: |
| * platform/chromium-win/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Removed. |
| * platform/chromium-win/fast/block/basic/001-expected.png: |
| * platform/chromium-win/fast/block/basic/011-expected.png: |
| * platform/chromium-win/fast/block/basic/015-expected.png: |
| * platform/chromium-win/fast/block/basic/016-expected.png: |
| * platform/chromium-win/fast/block/basic/019-expected.png: |
| * platform/chromium-win/fast/block/float/002-expected.png: |
| * platform/chromium-win/fast/block/float/013-expected.png: |
| * platform/chromium-win/fast/block/float/centered-float-avoidance-complexity-expected.png: |
| * platform/chromium-win/fast/block/float/nopaint-after-layer-destruction2-expected.png: |
| * platform/chromium-win/fast/block/float/shrink-to-avoid-float-complexity-expected.png: |
| * platform/chromium-win/fast/block/margin-collapse/100-expected.png: |
| * platform/chromium-win/fast/block/margin-collapse/103-expected.png: |
| * platform/chromium-win/fast/block/margin-collapse/103-expected.txt: |
| * platform/chromium-win/fast/block/positioning/047-expected.png: |
| * platform/chromium-win/fast/block/positioning/047-expected.txt: |
| * platform/chromium-win/fast/block/positioning/051-expected.png: |
| * platform/chromium-win/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Removed. |
| * platform/chromium-win/fast/borders/bidi-009a-expected.txt: |
| * platform/chromium-win/fast/borders/border-antialiasing-expected.png: |
| * platform/chromium-win/fast/borders/border-radius-huge-assert-expected.png: |
| * platform/chromium-win/fast/borders/rtl-border-01-expected.png: |
| * platform/chromium-win/fast/borders/rtl-border-02-expected.png: |
| * platform/chromium-win/fast/borders/rtl-border-03-expected.png: |
| * platform/chromium-win/fast/box-sizing/box-sizing-expected.png: |
| * platform/chromium-win/fast/css-generated-content/011-expected.png: |
| * platform/chromium-win/fast/css-generated-content/013-expected.png: |
| * platform/chromium-win/fast/css-generated-content/014-expected.png: |
| * platform/chromium-win/fast/css-generated-content/015-expected.png: |
| * platform/chromium-win/fast/css-generated-content/inline-display-types-expected.png: |
| * platform/chromium-win/fast/css/004-expected.png: |
| * platform/chromium-win/fast/css/005-expected.png: |
| * platform/chromium-win/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt: Removed. |
| * platform/chromium-win/fast/css/background-shorthand-invalid-url-expected.png: |
| * platform/chromium-win/fast/css/bidi-override-in-anonymous-block-expected.png: |
| * platform/chromium-win/fast/css/bidi-override-in-anonymous-block-expected.txt: |
| * platform/chromium-win/fast/css/bug4860-absolute-block-child-does-not-inherit-alignment-expected.png: Added. |
| * platform/chromium-win/fast/css/bug4860-absolute-block-child-does-not-inherit-alignment-expected.txt: Removed. |
| * platform/chromium-win/fast/css/bug4860-absolute-inline-child-inherits-alignment-expected.png: Added. |
| * platform/chromium-win/fast/css/bug4860-absolute-inline-child-inherits-alignment-expected.txt: Removed. |
| * platform/chromium-win/fast/css/css1_forward_compatible_parsing-expected.png: |
| * platform/chromium-win/fast/css/empty-pseudo-class-expected.png: |
| * platform/chromium-win/fast/css/fieldset-display-row-expected.png: |
| * platform/chromium-win/fast/css/first-child-pseudo-class-expected.png: |
| * platform/chromium-win/fast/css/first-line-text-decoration-expected.png: |
| * platform/chromium-win/fast/css/first-line-text-decoration-inherited-from-parent-expected.png: |
| * platform/chromium-win/fast/css/first-of-type-pseudo-class-expected.png: |
| * platform/chromium-win/fast/css/getComputedStyle/getComputedStyle-margin-percentage-expected.txt: Removed. |
| * platform/chromium-win/fast/css/h1-in-section-elements-expected.png: |
| * platform/chromium-win/fast/css/hsl-color-expected.png: |
| * platform/chromium-win/fast/css/inline-properties-important-expected.png: |
| * platform/chromium-win/fast/css/invalid-percentage-property-expected.png: |
| * platform/chromium-win/fast/css/last-child-pseudo-class-expected.png: |
| * platform/chromium-win/fast/css/last-of-type-pseudo-class-expected.png: |
| * platform/chromium-win/fast/css/only-child-pseudo-class-expected.png: |
| * platform/chromium-win/fast/css/only-of-type-pseudo-class-expected.png: |
| * platform/chromium-win/fast/css/text-align-expected.png: |
| * platform/chromium-win/fast/css/text-overflow-input-expected.png: |
| * platform/chromium-win/fast/css/transform-default-parameter-expected.png: |
| * platform/chromium-win/fast/css/word-space-extra-expected.png: |
| * platform/chromium-win/fast/dom/Document/CaretRangeFromPoint: Removed. |
| * platform/chromium-win/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: |
| * platform/chromium-win/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png: |
| * platform/chromium-win/fast/dom/elementFromPoint-relative-to-viewport-expected.txt: Removed. |
| * platform/chromium-win/fast/dynamic/012-expected.png: |
| * platform/chromium-win/fast/encoding/denormalised-voiced-japanese-chars-expected.png: |
| * platform/chromium-win/fast/encoding/denormalised-voiced-japanese-chars-expected.txt: |
| * platform/chromium-win/fast/events/clientXY-in-zoom-and-scroll-expected.txt: Removed. |
| * platform/chromium-win/fast/events/document-elementFromPoint-expected.txt: Removed. |
| * platform/chromium-win/fast/events/pointer-events-2-expected.png: |
| * platform/chromium-win/fast/flexbox/flex-hang-expected.png: |
| * platform/chromium-win/fast/flexbox/flex-hang-expected.txt: Added. |
| * platform/chromium-win/fast/forms/001-expected.txt: |
| * platform/chromium-win/fast/forms/006-expected.png: |
| * platform/chromium-win/fast/forms/007-expected.png: |
| * platform/chromium-win/fast/forms/007-expected.txt: |
| * platform/chromium-win/fast/forms/basic-buttons-expected.png: |
| * platform/chromium-win/fast/forms/basic-buttons-expected.txt: |
| * platform/chromium-win/fast/forms/basic-selects-expected.png: |
| * platform/chromium-win/fast/forms/basic-selects-expected.txt: |
| * platform/chromium-win/fast/forms/box-shadow-override-expected.png: |
| * platform/chromium-win/fast/forms/box-shadow-override-expected.txt: |
| * platform/chromium-win/fast/forms/button-default-title-expected.png: |
| * platform/chromium-win/fast/forms/button-default-title-expected.txt: |
| * platform/chromium-win/fast/forms/fieldset-align-expected.png: |
| * platform/chromium-win/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.png: |
| * platform/chromium-win/fast/forms/fieldset-with-float-expected.png: |
| * platform/chromium-win/fast/forms/float-before-fieldset-expected.png: |
| * platform/chromium-win/fast/forms/form-element-geometry-expected.png: |
| * platform/chromium-win/fast/forms/form-element-geometry-expected.txt: |
| * platform/chromium-win/fast/forms/input-appearance-height-expected.txt: |
| * platform/chromium-win/fast/forms/linebox-overflow-in-textarea-padding-expected.png: |
| * platform/chromium-win/fast/forms/listbox-bidi-align-expected.png: |
| * platform/chromium-win/fast/forms/preserveFormDuringResidualStyle-expected.png: |
| * platform/chromium-win/fast/forms/range/input-appearance-range-expected.png: |
| * platform/chromium-win/fast/forms/search-vertical-alignment-expected.png: |
| * platform/chromium-win/fast/gradients/generated-gradients-expected.png: |
| * platform/chromium-win/fast/gradients/radial-centered-expected.png: |
| * platform/chromium-win/fast/gradients/radial-centered-expected.txt: |
| * platform/chromium-win/fast/html/details-add-child-1-expected.png: |
| * platform/chromium-win/fast/html/details-add-child-2-expected.png: |
| * platform/chromium-win/fast/html/details-add-details-child-1-expected.png: |
| * platform/chromium-win/fast/html/details-add-details-child-2-expected.png: |
| * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.png: |
| * platform/chromium-win/fast/html/details-add-summary-1-expected.png: |
| * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.png: |
| * platform/chromium-win/fast/html/details-add-summary-10-expected.png: |
| * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.png: |
| * platform/chromium-win/fast/html/details-add-summary-2-expected.png: |
| * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.png: |
| * platform/chromium-win/fast/html/details-add-summary-3-expected.png: |
| * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.png: |
| * platform/chromium-win/fast/html/details-add-summary-4-expected.png: |
| * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.png: |
| * platform/chromium-win/fast/html/details-add-summary-5-expected.png: |
| * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.png: |
| * platform/chromium-win/fast/html/details-add-summary-6-expected.png: |
| * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.png: |
| * platform/chromium-win/fast/html/details-add-summary-7-expected.png: |
| * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.png: |
| * platform/chromium-win/fast/html/details-add-summary-8-expected.png: |
| * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.png: |
| * platform/chromium-win/fast/html/details-add-summary-9-expected.png: |
| * platform/chromium-win/fast/html/details-add-summary-child-1-expected.png: |
| * platform/chromium-win/fast/html/details-add-summary-child-2-expected.png: |
| * platform/chromium-win/fast/html/details-marker-style-expected.png: |
| * platform/chromium-win/fast/html/details-marker-style-expected.txt: |
| * platform/chromium-win/fast/html/details-nested-1-expected.png: |
| * platform/chromium-win/fast/html/details-nested-2-expected.png: |
| * platform/chromium-win/fast/html/details-no-summary1-expected.png: |
| * platform/chromium-win/fast/html/details-no-summary2-expected.png: |
| * platform/chromium-win/fast/html/details-no-summary3-expected.png: |
| * platform/chromium-win/fast/html/details-no-summary4-expected.png: |
| * platform/chromium-win/fast/html/details-open-javascript-expected.png: |
| * platform/chromium-win/fast/html/details-open1-expected.png: |
| * platform/chromium-win/fast/html/details-open2-expected.png: |
| * platform/chromium-win/fast/html/details-open3-expected.png: |
| * platform/chromium-win/fast/html/details-open4-expected.png: |
| * platform/chromium-win/fast/html/details-open5-expected.png: |
| * platform/chromium-win/fast/html/details-open6-expected.png: |
| * platform/chromium-win/fast/html/details-position-expected.png: |
| * platform/chromium-win/fast/html/details-remove-child-1-expected.png: |
| * platform/chromium-win/fast/html/details-remove-child-2-expected.png: |
| * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.png: |
| * platform/chromium-win/fast/html/details-remove-summary-1-expected.png: |
| * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.png: |
| * platform/chromium-win/fast/html/details-remove-summary-2-expected.png: |
| * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.png: |
| * platform/chromium-win/fast/html/details-remove-summary-3-expected.png: |
| * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.png: |
| * platform/chromium-win/fast/html/details-remove-summary-4-expected.png: |
| * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.png: |
| * platform/chromium-win/fast/html/details-remove-summary-5-expected.png: |
| * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.png: |
| * platform/chromium-win/fast/html/details-remove-summary-6-expected.png: |
| * platform/chromium-win/fast/html/details-remove-summary-child-1-expected.png: |
| * platform/chromium-win/fast/html/details-remove-summary-child-2-expected.png: |
| * platform/chromium-win/fast/html/details-replace-summary-child-expected.png: |
| * platform/chromium-win/fast/html/details-replace-summary-child-expected.txt: |
| * platform/chromium-win/fast/html/details-replace-text-expected.png: |
| * platform/chromium-win/fast/html/details-replace-text-expected.txt: |
| * platform/chromium-win/fast/html/details-writing-mode-expected.png: |
| * platform/chromium-win/fast/html/details-writing-mode-expected.txt: |
| * platform/chromium-win/fast/inline/absolute-positioned-inline-in-centred-block-expected.png: |
| * platform/chromium-win/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt: |
| * platform/chromium-win/fast/inline/continuation-outlines-expected.png: |
| * platform/chromium-win/fast/inline/inline-borders-with-bidi-override-expected.png: |
| * platform/chromium-win/fast/inline/inline-box-background-expected.png: |
| * platform/chromium-win/fast/inline/inline-box-background-long-image-expected.png: |
| * platform/chromium-win/fast/inline/inline-box-background-repeat-x-expected.png: |
| * platform/chromium-win/fast/inline/inline-box-background-repeat-y-expected.png: |
| * platform/chromium-win/fast/inline/vertical-align-text-bottom-expected.png: |
| * platform/chromium-win/fast/invalid/010-expected.png: |
| * platform/chromium-win/fast/invalid/014-expected.png: |
| * platform/chromium-win/fast/invalid/014-expected.txt: |
| * platform/chromium-win/fast/invalid/junk-data-expected.png: |
| * platform/chromium-win/fast/invalid/missing-end-tag-expected.png: |
| * platform/chromium-win/fast/invalid/nestedh3s-expected.png: |
| * platform/chromium-win/fast/invalid/residual-style-expected.png: |
| * platform/chromium-win/fast/invalid/residual-style-expected.txt: |
| * platform/chromium-win/fast/line-grid/line-align-left-edges-expected.png: |
| * platform/chromium-win/fast/parser/style-script-head-test-expected.png: Added. |
| * platform/chromium-win/fast/parser/style-script-head-test-expected.txt: Added. |
| * platform/chromium-win/fast/table/max-width-integer-overflow-expected.txt: Removed. |
| * platform/chromium-win/fast/transforms/rotated-transform-affects-scrolling-1-expected.png: |
| * platform/chromium-win/fast/transforms/rotated-transform-affects-scrolling-2-expected.png: |
| * platform/chromium-win/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: |
| * platform/chromium/css1: Added. |
| * platform/chromium/css1/units: Added. |
| * platform/chromium/css1/units/rounding-expected.txt: Added. |
| * platform/chromium/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Added. |
| * platform/chromium/fast/block: Added. |
| * platform/chromium/fast/block/positioning: Added. |
| * platform/chromium/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Added. |
| * platform/chromium/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt: Added. |
| * platform/chromium/fast/css/bug4860-absolute-block-child-does-not-inherit-alignment-expected.txt: Added. |
| * platform/chromium/fast/css/bug4860-absolute-inline-child-inherits-alignment-expected.txt: Added. |
| * platform/chromium/fast/css/getComputedStyle: Added. |
| * platform/chromium/fast/css/getComputedStyle/getComputedStyle-margin-percentage-expected.txt: Added. |
| * platform/chromium/fast/dom/HTMLProgressElement: Added. |
| * platform/chromium/fast/dom/HTMLProgressElement/progress-writing-mode-expected.png: Added. |
| * platform/chromium/fast/dom/elementFromPoint-relative-to-viewport-expected.txt: Added. |
| * platform/chromium/fast/events/clientXY-in-zoom-and-scroll-expected.txt: Added. |
| * platform/chromium/fast/events/document-elementFromPoint-expected.txt: Added. |
| * platform/chromium/fast/flexbox: Added. |
| * platform/chromium/fast/flexbox/flex-hang-expected.txt: Added. |
| * platform/chromium/fast/line-grid: Added. |
| * platform/chromium/fast/line-grid/line-align-left-edges-expected.txt: Added. |
| * platform/chromium/fast/parser/style-script-head-test-expected.txt: Added. |
| * platform/chromium/fast/table/max-width-integer-overflow-expected.txt: Added. |
| * platform/chromium/fast/transforms: Added. |
| * platform/chromium/fast/transforms/rotated-transform-affects-scrolling-1-expected.txt: Added. |
| * platform/chromium/fast/transforms/rotated-transform-affects-scrolling-2-expected.txt: Added. |
| * platform/chromium/test_expectations.txt: |
| * platform/efl/css1/formatting_model/inline_elements-expected.txt: Removed. |
| * platform/efl/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt: Removed. |
| * platform/efl/css2.1/t100801-c544-valgn-03-d-agi-expected.txt: Removed. |
| * platform/efl/css2.1/t1508-c527-font-09-b-expected.txt: Removed. |
| * platform/efl/fast/backgrounds/background-position-parsing-expected.txt: Removed. |
| * platform/efl/fast/block/positioning/047-expected.txt: Removed. |
| * platform/efl/fast/borders/bidi-009a-expected.png: Removed. |
| * platform/efl/fast/borders/bidi-009a-expected.txt: Removed. |
| * platform/efl/fast/css/bidi-override-in-anonymous-block-expected.txt: Removed. |
| * platform/efl/fast/dom/HTMLProgressElement/progress-writing-mode-expected.png: Removed. |
| * platform/efl/fast/encoding/denormalised-voiced-japanese-chars-expected.txt: Removed. |
| * platform/efl/fast/flexbox/flex-hang-expected.txt: Removed. |
| * platform/efl/fast/forms/007-expected.txt: Removed. |
| * platform/efl/fast/forms/button-default-title-expected.txt: Removed. |
| * platform/efl/fast/html/details-marker-style-expected.txt: Removed. |
| * platform/efl/fast/html/details-writing-mode-expected.txt: Removed. |
| * platform/efl/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt: Removed. |
| * platform/efl/fast/invalid/missing-end-tag-expected.txt: Removed. |
| * platform/efl/fast/line-grid/line-align-left-edges-expected.txt: Removed. |
| * platform/efl/fast/parser/style-script-head-test-expected.txt: Removed. |
| * platform/efl/fast/table/max-width-integer-overflow-expected.png: Removed. |
| * platform/efl/fast/table/max-width-integer-overflow-expected.txt: Removed. |
| * platform/efl/fast/transforms/rotated-transform-affects-scrolling-1-expected.txt: Removed. |
| * platform/efl/fast/transforms/rotated-transform-affects-scrolling-2-expected.txt: Removed. |
| * platform/efl/svg/zoom/page/zoom-background-image-tiled-expected.txt: Removed. |
| * platform/gtk/css1/formatting_model/inline_elements-expected.txt: Removed. |
| * platform/gtk/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt: Removed. |
| * platform/gtk/css2.1/t100801-c544-valgn-03-d-agi-expected.txt: Removed. |
| * platform/gtk/css2.1/t1508-c527-font-09-b-expected.txt: Removed. |
| * platform/gtk/fast/backgrounds/background-position-parsing-expected.txt: Removed. |
| * platform/gtk/fast/block/positioning/047-expected.txt: Removed. |
| * platform/gtk/fast/borders/bidi-009a-expected.png: Removed. |
| * platform/gtk/fast/borders/bidi-009a-expected.txt: Removed. |
| * platform/gtk/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt: Removed. |
| * platform/gtk/fast/css/bidi-override-in-anonymous-block-expected.txt: Removed. |
| * platform/gtk/fast/css/bug4860-absolute-inline-child-inherits-alignment-expected.txt: Removed. |
| * platform/gtk/fast/dom/HTMLProgressElement/progress-writing-mode-expected.png: Removed. |
| * platform/gtk/fast/encoding/denormalised-voiced-japanese-chars-expected.txt: Removed. |
| * platform/gtk/fast/flexbox/flex-hang-expected.txt: Removed. |
| * platform/gtk/fast/forms/007-expected.txt: Removed. |
| * platform/gtk/fast/forms/button-default-title-expected.txt: Removed. |
| * platform/gtk/fast/html/details-marker-style-expected.txt: Removed. |
| * platform/gtk/fast/html/details-writing-mode-expected.txt: Removed. |
| * platform/gtk/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt: Removed. |
| * platform/gtk/fast/invalid/missing-end-tag-expected.txt: Removed. |
| * platform/gtk/fast/line-grid/line-align-left-edges-expected.txt: Removed. |
| * platform/gtk/fast/parser/style-script-head-test-expected.txt: Removed. |
| * platform/gtk/fast/table/max-width-integer-overflow-expected.png: Removed. |
| * platform/gtk/fast/table/max-width-integer-overflow-expected.txt: Removed. |
| * platform/gtk/fast/transforms/rotated-transform-affects-scrolling-1-expected.txt: Removed. |
| * platform/gtk/fast/transforms/rotated-transform-affects-scrolling-2-expected.txt: Removed. |
| * platform/mac-snowleopard/fast/forms/basic-selects-expected.txt: Removed. |
| * platform/mac/fast/flexbox/flex-hang-expected.txt: Removed. |
| * platform/mac/fast/html/details-marker-style-expected.txt: Removed. |
| * platform/mac/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt: Removed. |
| * platform/mac/fast/parser/style-script-head-test-expected.txt: Removed. |
| * platform/mac/fast/table/max-width-integer-overflow-expected.txt: Removed. |
| * platform/mac/fast/transforms/rotated-transform-affects-scrolling-1-expected.txt: Removed. |
| * platform/mac/fast/transforms/rotated-transform-affects-scrolling-2-expected.txt: Removed. |
| * platform/mac/svg/zoom/page/zoom-background-image-tiled-expected.txt: Removed. |
| * platform/qt/css2.1/t1508-c527-font-09-b-expected.txt: Removed. |
| * platform/qt/fast/flexbox/flex-hang-expected.txt: Added. |
| * platform/qt/fast/line-grid/line-align-left-edges-expected.txt: Removed. |
| * platform/qt/fast/parser/style-script-head-test-expected.txt: Removed. |
| * platform/qt/fast/table/max-width-integer-overflow-expected.txt: Removed. |
| * platform/qt/fast/transforms/rotated-transform-affects-scrolling-1-expected.txt: Added. |
| * platform/qt/fast/transforms/rotated-transform-affects-scrolling-2-expected.txt: Added. |
| * platform/qt/svg/zoom/page/zoom-background-image-tiled-expected.txt: Removed. |
| |
| 2012-05-21 Emil A Eklund <eae@chromium.org> |
| |
| Unreviewed chromium rebaseline for compositing, zoom and border changes. |
| |
| * platform/chromium-linux-x86/svg/zoom/page: Removed. |
| * platform/chromium-linux-x86/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Removed. |
| * platform/chromium-linux/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Removed. |
| * platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Removed. |
| * platform/chromium-mac-snowleopard/platform/chromium/compositing/filters: Added. |
| * platform/chromium-mac-snowleopard/platform/chromium/compositing/filters/background-filter-blur-outsets-expected.png: Added. |
| * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Removed. |
| * platform/chromium-mac/compositing/reflections/reflection-in-composited-expected.png: |
| * platform/chromium-mac/platform/chromium/compositing/filters/background-filter-blur-outsets-expected.png: |
| * platform/chromium-mac/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Removed. |
| * platform/chromium-win-vista/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Removed. |
| * platform/chromium-win/compositing/reflections/reflection-in-composited-expected.png: |
| * platform/chromium-win/fast/borders/inline-mask-overlay-image-outset-expected.png: |
| * platform/chromium/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Added. |
| |
| 2012-05-21 Emil A Eklund <eae@chromium.org> |
| |
| Rebaselined chromium mac 10.5 and 10.6 tests for subpixel change in r117815. |
| Non-chromium-mac changes are due to expectations optimization. |
| |
| * fast/borders/border-image-side-reduction-expected.txt: Added. |
| * fast/multicol/column-count-with-rules-expected.txt: Added. |
| * fast/multicol/column-rules-expected.txt: Added. |
| * fast/multicol/column-rules-stacking-expected.txt: Added. |
| * fast/multicol/columns-shorthand-parsing-expected.txt: Added. |
| * fast/multicol/max-height-columns-block-expected.txt: Added. |
| * fast/reflections/opacity-reflection-transform-expected.txt: Added. |
| * fast/table/008-expected.txt: Added. |
| * fast/text/international/bidi-listbox-expected.txt: Added. |
| * fast/transforms/transformed-document-element-expected.txt: Added. |
| * http/tests/misc/iframe404-expected.txt: Added. |
| * platform/chromium-mac-leopard/fast/borders/border-image-side-reduction-expected.png: Removed. |
| * platform/chromium-mac-leopard/fast/multicol/span/anonymous-before-child-parent-crash-expected.txt: Removed. |
| * platform/chromium-mac-leopard/fast/multicol/span/anonymous-split-block-crash-expected.txt: Removed. |
| * platform/chromium-mac-leopard/fast/multicol/span/anonymous-style-inheritance-expected.txt: Removed. |
| * platform/chromium-mac-leopard/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Removed. |
| * platform/chromium-mac-leopard/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt: Removed. |
| * platform/chromium-mac-leopard/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt: Removed. |
| * platform/chromium-mac-leopard/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt: Removed. |
| * platform/chromium-mac-leopard/fast/multicol/span/span-as-immediate-columns-child-expected.txt: Removed. |
| * platform/chromium-mac-leopard/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt: Removed. |
| * platform/chromium-mac-leopard/fast/multicol/span/span-as-nested-columns-child-expected.txt: Removed. |
| * platform/chromium-mac-leopard/fast/multicol/span/span-margin-collapsing-expected.txt: Removed. |
| * platform/chromium-mac-leopard/fast/multicol/vertical-lr/column-break-with-balancing-expected.png: Removed. |
| * platform/chromium-mac-leopard/fast/multicol/vertical-lr/float-multicol-expected.png: Removed. |
| * platform/chromium-mac-leopard/fast/multicol/vertical-rl/column-break-with-balancing-expected.png: Removed. |
| * platform/chromium-mac-leopard/fast/multicol/vertical-rl/float-multicol-expected.png: Removed. |
| * platform/chromium-mac-leopard/fast/multicol/vertical-rl/nested-columns-expected.png: Removed. |
| * platform/chromium-mac-leopard/fast/regions/floats-basic-in-variable-width-regions-expected.png: Added. |
| * platform/chromium-mac-leopard/fast/regions/render-region-renderer-expected.png: Added. |
| * platform/chromium-mac-leopard/fast/repaint/delete-into-nested-block-expected.png: Added. |
| * platform/chromium-mac-leopard/fast/replaced/table-percent-height-text-controls-expected.txt: Added. |
| * platform/chromium-mac-leopard/http/tests/misc/iframe404-expected.txt: Removed. |
| * platform/chromium-mac-leopard/platform/chromium/media/video-scales-in-media-document-expected.txt: Added. |
| * platform/chromium-mac-leopard/svg/zoom/page/zoom-background-images-expected.txt: Removed. |
| * platform/chromium-mac-leopard/svg/zoom/page/zoom-hixie-mixed-008-expected.txt: Removed. |
| * platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-as-object-expected.txt: Removed. |
| * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug104898-expected.png: |
| * platform/chromium-mac-snowleopard/fast/replaced/table-percent-height-text-controls-expected.txt: Added. |
| * platform/chromium-mac-snowleopard/fast/selectors/unqualified-hover-strict-expected.png: |
| * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-as-object-expected.txt: Removed. |
| * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug10633-expected.png: |
| * platform/chromium-mac/fast/borders/border-image-side-reduction-expected.png: |
| * platform/chromium-mac/fast/forms/control-restrict-line-height-expected.png: |
| * platform/chromium-mac/fast/forms/search-cancel-button-style-sharing-expected.png: |
| * platform/chromium-mac/fast/forms/search-rtl-expected.png: |
| * platform/chromium-mac/fast/forms/searchfield-heights-expected.png: |
| * platform/chromium-mac/fast/replaced/table-percent-height-text-controls-expected.txt: Added. |
| * platform/chromium-mac/fast/replaced/width100percent-searchfield-expected.png: |
| * platform/chromium-mac/fast/replaced/width100percent-searchfield-expected.txt: Removed. |
| * platform/chromium-mac/fast/table/multiple-captions-display-expected.png: |
| * platform/chromium-mac/svg/zoom/page/zoom-svg-as-object-expected.txt: Removed. |
| * platform/chromium-mac/tables/mozilla/bugs/bug10633-expected.txt: Removed. |
| * platform/chromium-mac/tables/mozilla/bugs/bug126742-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug52505-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug52506-expected.png: |
| * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug104898-expected.png: |
| * platform/chromium-win-vista/fast/multicol/vertical-rl: Removed. |
| * platform/chromium-win-vista/fast/multicol/vertical-rl/nested-columns-expected.png: Removed. |
| * platform/chromium-win-vista/http/tests/misc/iframe404-expected.png: Removed. |
| * platform/chromium-win-vista/svg/zoom/page/zoom-background-images-expected.png: Removed. |
| * platform/chromium-win-vista/svg/zoom/page/zoom-hixie-mixed-008-expected.png: Removed. |
| * platform/chromium/test_expectations.txt: |
| * platform/efl/fast/borders/border-image-side-reduction-expected.txt: Removed. |
| * platform/efl/fast/multicol/column-count-with-rules-expected.txt: Removed. |
| * platform/efl/fast/multicol/column-rules-expected.txt: Removed. |
| * platform/efl/fast/multicol/column-rules-stacking-expected.txt: Removed. |
| * platform/efl/fast/multicol/columns-shorthand-parsing-expected.txt: Removed. |
| * platform/efl/fast/multicol/max-height-columns-block-expected.txt: Removed. |
| * platform/efl/fast/reflections/opacity-reflection-transform-expected.txt: Removed. |
| * platform/efl/fast/table/008-expected.txt: Removed. |
| * platform/efl/fast/text/international/bidi-listbox-expected.txt: Removed. |
| * platform/efl/fast/transforms/transformed-document-element-expected.txt: Removed. |
| * platform/efl/http/tests/misc/iframe404-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug10633-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug113235-1-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug113235-2-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug113424-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug13118-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug26553-expected.png: Removed. |
| * platform/efl/tables/mozilla/bugs/bug26553-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug2886-2-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug42187-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug55527-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug67915-1-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug69187-expected.txt: Removed. |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt: Removed. |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug23847-expected.txt: Removed. |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug25707-expected.txt: Removed. |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt: Removed. |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug72393-expected.txt: Removed. |
| * platform/gtk/fast/borders/border-image-side-reduction-expected.txt: Removed. |
| * platform/gtk/fast/multicol/column-count-with-rules-expected.txt: Removed. |
| * platform/gtk/fast/multicol/column-rules-expected.txt: Removed. |
| * platform/gtk/fast/multicol/column-rules-stacking-expected.txt: Removed. |
| * platform/gtk/fast/multicol/columns-shorthand-parsing-expected.txt: Removed. |
| * platform/gtk/fast/multicol/max-height-columns-block-expected.txt: Removed. |
| * platform/gtk/fast/reflections/opacity-reflection-transform-expected.txt: Removed. |
| * platform/gtk/fast/table/008-expected.txt: Removed. |
| * platform/gtk/fast/text/international/bidi-listbox-expected.txt: Removed. |
| * platform/gtk/fast/transforms/transformed-document-element-expected.txt: Removed. |
| * platform/gtk/http/tests/misc/iframe404-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug10633-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug113235-1-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug113235-2-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug113424-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug13118-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug26553-expected.png: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug26553-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug2886-2-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug42187-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug55527-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug67915-1-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug69187-expected.txt: Removed. |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt: Removed. |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug23847-expected.txt: Removed. |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug25707-expected.txt: Removed. |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt: Removed. |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug72393-expected.txt: Removed. |
| * platform/mac/fast/table/008-expected.txt: Removed. |
| * platform/qt/fast/table/008-expected.txt: Removed. |
| * tables/mozilla/bugs/bug10633-expected.txt: Added. |
| * tables/mozilla/bugs/bug113235-1-expected.txt: Added. |
| * tables/mozilla/bugs/bug113235-2-expected.txt: Added. |
| * tables/mozilla/bugs/bug113424-expected.txt: Added. |
| * tables/mozilla/bugs/bug13118-expected.txt: Added. |
| * tables/mozilla/bugs/bug26553-expected.png: Added. |
| * tables/mozilla/bugs/bug26553-expected.txt: Added. |
| * tables/mozilla/bugs/bug2886-2-expected.txt: Added. |
| * tables/mozilla/bugs/bug42187-expected.txt: Added. |
| * tables/mozilla/bugs/bug55527-expected.txt: Added. |
| * tables/mozilla/bugs/bug67915-1-expected.txt: Added. |
| * tables/mozilla/bugs/bug69187-expected.txt: Added. |
| * tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt: Added. |
| * tables/mozilla_expected_failures/bugs/bug23847-expected.txt: Added. |
| * tables/mozilla_expected_failures/bugs/bug25707-expected.txt: Added. |
| * tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt: Added. |
| * tables/mozilla_expected_failures/bugs/bug72393-expected.txt: Added. |
| |
| 2012-05-21 Tony Chang <tony@chromium.org> |
| |
| auto margins on flexbox should allocate space in the flex direction |
| https://bugs.webkit.org/show_bug.cgi?id=83086 |
| |
| Reviewed by Ojan Vafai. |
| |
| * css3/flexbox/flex-algorithm-with-margins-expected.txt: |
| * css3/flexbox/flex-algorithm-with-margins.html: Added safe centering test case. |
| * css3/flexbox/flex-flow-auto-margins-expected.txt: Added. |
| * css3/flexbox/flex-flow-auto-margins.html: Added. |
| * css3/flexbox/flex-pack.html: Fixed old results. |
| |
| 2012-05-21 Abhishek Arya <inferno@chromium.org> |
| |
| Unreviewed. Rebaseline for r117865. |
| |
| * platform/chromium-mac/fast/runin/runin-between-list-marker-and-before-content-expected.png: Added. |
| |
| 2012-05-21 Levi Weintraub <leviw@chromium.org> |
| |
| Unreviewed. Updating more Chromium test expectations following r117815. |
| |
| * ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt: Added. |
| * platform/chromium-linux-x86/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Removed. |
| * platform/chromium-linux/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Added. |
| * platform/chromium-linux/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Added. |
| * platform/chromium-linux/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Removed. |
| * platform/chromium-mac-leopard/fast/multicol/span/anonymous-before-child-parent-crash-expected.txt: Added. |
| * platform/chromium-mac-leopard/fast/multicol/span/anonymous-split-block-crash-expected.txt: Added. |
| * platform/chromium-mac-leopard/fast/multicol/span/anonymous-style-inheritance-expected.txt: Added. |
| * platform/chromium-mac-leopard/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added. |
| * platform/chromium-mac-leopard/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt: Added. |
| * platform/chromium-mac-leopard/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt: Added. |
| * platform/chromium-mac-leopard/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt: Added. |
| * platform/chromium-mac-leopard/fast/multicol/span/span-as-immediate-columns-child-expected.txt: Added. |
| * platform/chromium-mac-leopard/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt: Added. |
| * platform/chromium-mac-leopard/fast/multicol/span/span-as-nested-columns-child-expected.txt: Added. |
| * platform/chromium-mac-leopard/fast/multicol/span/span-margin-collapsing-expected.txt: Added. |
| * platform/chromium-mac-leopard/fast/multicol/vertical-lr/column-break-with-balancing-expected.png: Added. |
| * platform/chromium-mac-leopard/fast/multicol/vertical-lr/float-multicol-expected.png: Added. |
| * platform/chromium-mac-leopard/fast/multicol/vertical-rl/column-break-with-balancing-expected.png: Added. |
| * platform/chromium-mac-leopard/fast/multicol/vertical-rl/float-multicol-expected.png: Added. |
| * platform/chromium-mac-leopard/fast/multicol/vertical-rl/nested-columns-expected.txt: Removed. |
| * platform/chromium-mac-leopard/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt: Removed. |
| * platform/chromium-mac-leopard/svg/zoom/page/zoom-hixie-rendering-model-004-expected.png: Added. |
| * platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Removed. |
| * platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Added. |
| * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug61042-1-expected.txt: Added. |
| * platform/chromium-mac/compositing/overflow/theme-affects-visual-overflow-expected.png: |
| * platform/chromium-mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Removed. |
| * platform/chromium-win-vista/compositing/overflow: Added. |
| * platform/chromium-win-vista/compositing/overflow/theme-affects-visual-overflow-expected.txt: Added. |
| * platform/chromium-win-vista/svg/zoom/page/zoom-hixie-rendering-model-004-expected.png: Added. |
| * platform/chromium-win-vista/svg/zoom/page/zoom-mask-with-percentages-expected.png: |
| * platform/chromium-win-vista/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Added. |
| * platform/chromium-win-vista/tables/mozilla/marvin: Added. |
| * platform/chromium-win-vista/tables/mozilla/marvin/tables_align_center-expected.png: Added. |
| * platform/chromium-win-vista/tables/mozilla_expected_failures/bugs/bug61042-1-expected.png: Added. |
| * platform/chromium-win-xp/compositing/overflow: Added. |
| * platform/chromium-win-xp/compositing/overflow/theme-affects-visual-overflow-expected.txt: Added. |
| * platform/chromium-win-xp/tables/mozilla/bugs/bug2479-4-expected.png: |
| * platform/chromium-win-xp/tables/mozilla/marvin: Added. |
| * platform/chromium-win-xp/tables/mozilla/marvin/tables_align_center-expected.png: Added. |
| * platform/chromium-win/compositing/overflow/theme-affects-visual-overflow-expected.txt: |
| * platform/chromium-win/plugins/embed-attributes-style-expected.txt: |
| * platform/chromium-win/svg/custom/use-css-no-effect-on-shadow-tree-expected.png: |
| * platform/chromium-win/svg/custom/use-font-face-crash-expected.png: |
| * platform/chromium-win/svg/custom/viewBox-hit-expected.png: |
| * platform/chromium-win/svg/zoom/page/zoom-hixie-rendering-model-004-expected.png: |
| * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: |
| * platform/chromium-win/svg/zoom/page/zoom-mask-with-percentages-expected.png: |
| * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: |
| * platform/chromium-win/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.png: |
| * platform/chromium-win/svg/zoom/page/zoom-svg-float-border-padding-expected.png: |
| * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: |
| * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: |
| * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: |
| * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: |
| * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png: |
| * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png: |
| * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png: |
| * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: |
| * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: |
| * platform/chromium-win/svg/zoom/text/zoom-svg-float-border-padding-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug10269-2-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug10296-1-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug1055-1-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug11384s-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug1188-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug1318-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug14323-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug17130-1-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug17130-2-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug18359-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug18359-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug2479-1-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug2479-3-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug2479-3-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug2479-4-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug2479-4-expected.txt: |
| * platform/chromium-win/tables/mozilla/bugs/bug3309-1-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug3977-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug4427-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug5538-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug6304-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug6404-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug7112-1-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug7112-2-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug8032-1-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug8381-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug9271-1-expected.png: |
| * platform/chromium-win/tables/mozilla/bugs/bug9271-2-expected.png: |
| * platform/chromium-win/tables/mozilla/collapsing_borders/bug41262-3-expected.png: |
| * platform/chromium-win/tables/mozilla/collapsing_borders/bug41262-4-expected.png: |
| * platform/chromium-win/tables/mozilla/collapsing_borders/bug41262-4-expected.txt: |
| * platform/chromium-win/tables/mozilla/core/bloomberg-expected.txt: |
| * platform/chromium-win/tables/mozilla/core/margins-expected.png: |
| * platform/chromium-win/tables/mozilla/core/margins-expected.txt: |
| * platform/chromium-win/tables/mozilla/marvin/backgr_index-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/backgr_layers-opacity-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/backgr_position-table-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-cell-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-column-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-row-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png: |
| * platform/chromium-win/tables/mozilla/marvin/tables_align_center-expected.png: |
| * platform/chromium-win/tables/mozilla/other/test3-expected.png: |
| * platform/chromium-win/tables/mozilla/other/test6-expected.png: |
| * platform/chromium-win/tables/mozilla/other/wa_table_tr_align-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug10140-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug10216-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1128-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1647-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug21518-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug22122-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-11-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-12-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-13-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-14-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-16-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3166-17-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug56024-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug61042-1-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug8499-expected.png: |
| * platform/efl/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt: Removed. |
| * platform/efl/svg/zoom/page/zoom-hixie-rendering-model-004-expected.txt: Removed. |
| * platform/efl/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Removed. |
| * platform/efl/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Removed. |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug1647-expected.png: Removed. |
| * platform/gtk/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt: Removed. |
| * platform/gtk/svg/zoom/page/zoom-hixie-rendering-model-004-expected.txt: Removed. |
| * platform/gtk/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Removed. |
| * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Removed. |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug1647-expected.png: Removed. |
| * platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Removed. |
| * platform/mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Removed. |
| |
| 2012-05-21 Christophe Dumez <christophe.dumez@intel.com> |
| |
| [EFL] EFL's DumpRenderTree does not print didReceiveTitle messages |
| https://bugs.webkit.org/show_bug.cgi?id=85971 |
| |
| Reviewed by Antonio Gomes. |
| |
| Unskip http/tests/loading/redirect-with-no-location-crash.html now |
| that EFL's DumpRenderTree prints out the expected didReceiveTitle |
| messages. |
| |
| * platform/efl/Skipped: |
| |
| 2012-05-21 Emil A Eklund <eae@chromium.org> |
| |
| Remove platform specific ref-test expectations for chromium as ref-tests appears not to support platform specific results. |
| |
| * platform/chromium/fast/regions/floats-basic-in-variable-width-regions-expected.html: Removed. |
| * platform/chromium/fast/regions/overflow-in-uniform-regions-expected.html: Removed. |
| * platform/chromium/fast/regions/render-region-renderer-expected.html: Removed. |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-21 Emil A Eklund <eae@chromium.org> |
| |
| Unreviewed chromium svg rebaselines and test expectation updates post r117815. |
| |
| * platform/chromium-linux-x86/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: |
| * platform/chromium-linux-x86/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt: |
| * platform/chromium-mac-leopard/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png: Added. |
| * platform/chromium-mac-leopard/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Added. |
| * platform/chromium-mac-leopard/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.png: Added. |
| * platform/chromium-mac-leopard/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt: |
| * platform/chromium-mac-snowleopard/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png: Added. |
| * platform/chromium-mac-snowleopard/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Added. |
| * platform/chromium-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png: |
| * platform/chromium-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Added. |
| * platform/chromium-mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt: Added. |
| * platform/chromium-win-vista/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: |
| * platform/chromium-win-vista/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt: |
| * platform/chromium-win-vista/svg/custom/svg-fonts-with-no-element-reference-expected.png: Added. |
| * platform/chromium-win-vista/svg/custom/svg-fonts-with-no-element-reference-expected.txt: Added. |
| * platform/chromium-win-xp/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: |
| * platform/chromium-win-xp/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt: |
| * platform/chromium-win-xp/svg/custom/svg-fonts-with-no-element-reference-expected.png: Added. |
| * platform/chromium-win-xp/svg/custom/svg-fonts-with-no-element-reference-expected.txt: Added. |
| * platform/chromium-win/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt: |
| * platform/chromium/test_expectations.txt: |
| |
| 2012-05-21 Abhishek Arya <inferno@chromium.org> |
| |
| Unreviewed. Rebaseline for r117865. |
| |
| * platform/chromium-linux/fast/runin/runin-between-list-marker-and-before-content-expected.png: Removed. |
| * platform/chromium-win/fast/runin/runin-between-list-marker-and-before-content-expected.png: Added. |
| |
| 2012-05-21 Emil A Eklund <eae@chromium.org> |
| |
| Unreviewed chromium mac rebaseline for svg zoom tests. |
| |
| * platform/chromium-linux/fast/repaint/reflection-repaint-test-expected.png: Removed. |
| * platform/chromium-linux/fast/repaint/transform-layout-repaint-expected.png: Removed. |
| * platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-as-object-expected.txt: Added. |
| * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-as-object-expected.txt: Added. |
| * platform/chromium-mac/svg/zoom/page/zoom-svg-as-object-expected.txt: Added. |
| |
| 2012-05-21 Emil A Eklund <eae@chromium.org> |
| |
| Unreviewed chromium linux and windows rebaselines. |
| |
| * fast/borders/border-image-side-reduction-expected.png: Added. |
| * platform/chromium-linux-x86/platform: Added. |
| * platform/chromium-linux-x86/platform/chromium: Added. |
| * platform/chromium-linux-x86/platform/chromium/compositing: Added. |
| * platform/chromium-linux-x86/platform/chromium/compositing/filters: Added. |
| * platform/chromium-linux-x86/platform/chromium/compositing/filters/background-filter-blur-outsets-expected.png: Added. |
| * platform/chromium-linux/platform/chromium/compositing/filters/background-filter-blur-outsets-expected.png: |
| * platform/chromium-linux/scrollbars/overflow-scrollbar-combinations-expected.png: |
| * platform/chromium-linux/svg/wicd/test-rightsizing-b-expected.txt: Added. |
| * platform/chromium-mac-leopard/fast/borders/border-image-side-reduction-expected.png: Added. |
| * platform/chromium-win/platform/chromium/compositing/filters/background-filter-blur-outsets-expected.png: |
| * platform/chromium-win/scrollbars/overflow-scrollbar-combinations-expected.png: |
| * platform/efl/fast/borders/border-image-side-reduction-expected.png: Removed. |
| * platform/gtk/fast/borders/border-image-side-reduction-expected.png: Removed. |
| |
| 2012-05-21 Emil A Eklund <eae@chromium.org> |
| |
| Unreviewed rebaselines for chromium mac and windows. |
| |
| * platform/chromium-mac-leopard/tables/mozilla_expected_failures/core/standards1-expected.txt: Added. |
| * platform/chromium-win-vista/tables/mozilla_expected_failures/core: Added. |
| * platform/chromium-win-vista/tables/mozilla_expected_failures/core/standards1-expected.png: Added. |
| * platform/chromium-win/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt: |
| * platform/chromium-win/tables/mozilla_expected_failures/core/captions3-expected.png: |
| * platform/chromium-win/tables/mozilla_expected_failures/core/standards1-expected.png: |
| |
| 2012-05-21 Abhishek Arya <inferno@chromium.org> |
| |
| Unreviewed. Rebaseline for r117865. |
| |
| * platform/chromium-linux/fast/runin/runin-between-list-marker-and-before-content-expected.png: Added. |
| |
| 2012-05-21 Emil A Eklund <eae@chromium.org> |
| |
| Chromium linux rebaselines post sub-pixel switch. |
| |
| * platform/chromium-linux/fast/borders/bidi-012-expected.txt: Added. |
| * platform/chromium-linux/fast/encoding/utf-16-big-endian-expected.txt: Added. |
| * platform/chromium-linux/fast/encoding/utf-16-little-endian-expected.txt: Added. |
| * platform/chromium-linux/svg/as-border-image/svg-as-border-image-2-expected.txt: Added. |
| * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.txt: Added. |
| |
| 2012-05-21 Anders Carlsson <andersca@apple.com> |
| |
| Flash player buttons do not work when page is zoomed in |
| https://bugs.webkit.org/show_bug.cgi?id=87056 |
| <rdar://problem/11491501> |
| |
| Reviewed by Oliver Hunt. |
| |
| * platform/mac-wk2/plugins/mouse-events-scaled-iframe-expected.txt: Added. |
| * platform/mac-wk2/plugins/mouse-events-scaled-iframe.html: Added. |
| |
| 2012-05-21 Abhishek Arya <inferno@chromium.org> |
| |
| Regression(r117482): Run-in crashes relating to generated content and inline line box clearing. |
| https://bugs.webkit.org/show_bug.cgi?id=86879 |
| |
| Reviewed by Julien Chaffraix. |
| |
| These tests need to show dump render tree to show the correct location of run-in placement. All |
| renderings match IE and Opera. |
| |
| * fast/lists/parent-box-not-box-crash-expected.txt: Rebaselined, since now run-in functions correctly |
| by being the first child before list marker. |
| * fast/runin/generated-content-crash-expected.png: Added. |
| * fast/runin/generated-content-crash-expected.txt: Added. |
| * fast/runin/generated-content-crash.html: Added. |
| * fast/runin/move-run-in-original-position-crash-expected.png: Added. |
| * fast/runin/move-run-in-original-position-crash-expected.txt: Added. |
| * fast/runin/move-run-in-original-position-crash.html: Added. |
| * fast/runin/runin-between-list-marker-and-before-content-expected.png: |
| * fast/runin/runin-between-list-marker-and-before-content-expected.txt: Rebaselined, since now run-in |
| functions correctly by being the first child before list marker. |
| |
| 2012-05-21 Levi Weintraub <leviw@chromium.org> |
| |
| Unreviewed. Yet more updated test expectations following r117815. |
| |
| * css2.1/t090501-c414-flt-03-b-g-expected.txt: Added. |
| * fast/borders/bidi-012-expected.txt: Added. |
| * fast/css/css2-system-fonts-expected.txt: Added. |
| * fast/lists/ordered-list-with-no-ol-tag-expected.txt: Added. |
| * fast/multicol/column-break-with-balancing-expected.txt: Added. |
| * fast/multicol/float-multicol-expected.txt: Added. |
| * fast/multicol/layers-in-multicol-expected.txt: Added. |
| * fast/multicol/overflow-across-columns-percent-height-expected.txt: Added. |
| * fast/multicol/scrolling-overflow-expected.txt: Added. |
| * fast/multicol/span/anonymous-before-child-parent-crash-expected.png: Added. |
| * fast/multicol/span/anonymous-before-child-parent-crash-expected.txt: Added. |
| * fast/multicol/span/anonymous-split-block-crash-expected.txt: Added. |
| * fast/multicol/span/anonymous-style-inheritance-expected.txt: Added. |
| * fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added. |
| * fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt: Added. |
| * fast/multicol/span/span-as-immediate-child-generated-content-expected.txt: Added. |
| * fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt: Added. |
| * fast/multicol/span/span-as-immediate-columns-child-expected.txt: Added. |
| * fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt: Added. |
| * fast/multicol/span/span-as-nested-columns-child-expected.txt: Added. |
| * fast/multicol/span/span-margin-collapsing-expected.txt: Added. |
| * fast/multicol/vertical-lr/column-break-with-balancing-expected.txt: Added. |
| * fast/multicol/vertical-lr/float-multicol-expected.txt: Added. |
| * fast/multicol/vertical-rl/column-break-with-balancing-expected.txt: Added. |
| * fast/multicol/vertical-rl/float-multicol-expected.txt: Added. |
| * fast/repaint/line-flow-with-floats-1-expected.txt: Added. |
| * fast/repaint/line-flow-with-floats-10-expected.txt: Added. |
| * fast/repaint/line-flow-with-floats-2-expected.txt: Added. |
| * fast/repaint/line-flow-with-floats-3-expected.txt: Added. |
| * fast/repaint/line-flow-with-floats-4-expected.txt: Added. |
| * fast/repaint/line-flow-with-floats-5-expected.txt: Added. |
| * fast/repaint/line-flow-with-floats-6-expected.txt: Added. |
| * fast/repaint/line-flow-with-floats-7-expected.txt: Added. |
| * fast/repaint/line-flow-with-floats-8-expected.txt: Added. |
| * fast/repaint/line-flow-with-floats-9-expected.txt: Added. |
| * fast/ruby/ruby-inline-table-expected.txt: Added. |
| * fast/selectors/032-expected.txt: Added. |
| * fast/selectors/unqualified-hover-quirks-expected.txt: Added. |
| * fast/table/009-expected.txt: Added. |
| * fast/table/014-expected.txt: Added. |
| * fast/table/041-expected.txt: Added. |
| * fast/table/nested-percent-height-table-expected.txt: Added. |
| * fast/table/percent-heights-expected.txt: Added. |
| * fast/text/basic/012-expected.txt: Added. |
| * fast/text/basic/generic-family-reset-expected.txt: Added. |
| * fast/text/line-breaks-expected.txt: Added. |
| * fast/transforms/bounding-rect-zoom-expected.txt: Added. |
| * fast/writing-mode/fieldsets-expected.txt: Added. |
| * platform/chromium-linux/fast/block/float/overhanging-tall-block-expected.txt: Removed. |
| * platform/chromium-linux/fast/multicol/column-break-with-balancing-expected.txt: Removed. |
| * platform/chromium-mac-leopard/fast/lists/ordered-list-with-no-ol-tag-expected.png: |
| * platform/chromium-mac-leopard/fast/multicol/column-break-with-balancing-expected.png: |
| * platform/chromium-mac-leopard/fast/multicol/column-count-with-rules-expected.png: |
| * platform/chromium-mac-leopard/fast/multicol/column-rules-expected.png: |
| * platform/chromium-mac-leopard/fast/multicol/column-rules-stacking-expected.png: |
| * platform/chromium-mac-leopard/fast/multicol/columns-shorthand-parsing-expected.png: |
| * platform/chromium-mac-leopard/fast/multicol/float-multicol-expected.png: |
| * platform/chromium-mac-leopard/fast/multicol/float-paginate-complex-expected.png: |
| * platform/chromium-mac-leopard/fast/multicol/layers-in-multicol-expected.png: |
| * platform/chromium-mac-leopard/fast/multicol/max-height-columns-block-expected.png: |
| * platform/chromium-mac-leopard/fast/multicol/nested-columns-expected.png: |
| * platform/chromium-mac-leopard/fast/multicol/overflow-across-columns-expected.png: |
| * platform/chromium-mac-leopard/fast/multicol/overflow-across-columns-expected.txt: Added. |
| * platform/chromium-mac-leopard/fast/multicol/overflow-across-columns-percent-height-expected.png: |
| * platform/chromium-mac-leopard/fast/multicol/overflow-unsplittable-expected.png: |
| * platform/chromium-mac-leopard/fast/multicol/overflow-unsplittable-expected.txt: Added. |
| * platform/chromium-mac-leopard/fast/multicol/positive-leading-expected.png: |
| * platform/chromium-mac-leopard/fast/multicol/scrolling-overflow-expected.png: |
| * platform/chromium-mac-leopard/fast/multicol/span/anonymous-before-child-parent-crash-expected.png: |
| * platform/chromium-mac-leopard/fast/multicol/span/anonymous-split-block-crash-expected.png: |
| * platform/chromium-mac-leopard/fast/multicol/span/anonymous-style-inheritance-expected.png: |
| * platform/chromium-mac-leopard/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png: |
| * platform/chromium-mac-leopard/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png: |
| * platform/chromium-mac-leopard/fast/multicol/span/span-as-immediate-child-generated-content-expected.png: |
| * platform/chromium-mac-leopard/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png: |
| * platform/chromium-mac-leopard/fast/multicol/span/span-as-immediate-columns-child-expected.png: |
| * platform/chromium-mac-leopard/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png: |
| * platform/chromium-mac-leopard/fast/multicol/span/span-as-nested-columns-child-expected.png: |
| * platform/chromium-mac-leopard/fast/multicol/span/span-margin-collapsing-expected.png: |
| * platform/chromium-mac-leopard/fast/multicol/table-vertical-align-expected.png: |
| * platform/chromium-mac-leopard/fast/multicol/vertical-rl/nested-columns-expected.png: Added. |
| * platform/chromium-mac-leopard/fast/multicol/vertical-rl/nested-columns-expected.txt: Added. |
| * platform/chromium-mac-leopard/fast/overflow/clip-rects-fixed-ancestor-expected.png: |
| * platform/chromium-mac-leopard/fast/overflow/overflow_hidden-expected.png: |
| * platform/chromium-mac-leopard/fast/overflow/overflow_hidden-expected.txt: Added. |
| * platform/chromium-mac-leopard/fast/parser/xhtml-alternate-entities-expected.png: |
| * platform/chromium-mac-leopard/fast/parser/xhtml-alternate-entities-expected.txt: |
| * platform/chromium-mac-leopard/fast/reflections/opacity-reflection-transform-expected.png: |
| * platform/chromium-mac-leopard/fast/regions/bottom-overflow-out-of-first-region-expected.png: |
| * platform/chromium-mac-leopard/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.png: |
| * platform/chromium-mac-leopard/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png: |
| * platform/chromium-mac-leopard/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.png: |
| * platform/chromium-mac-leopard/fast/regions/overflow-size-change-in-variable-width-regions-expected.png: |
| * platform/chromium-mac-leopard/fast/regions/overflow-size-change-with-stacking-context-expected.png: |
| * platform/chromium-mac-leopard/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.png: |
| * platform/chromium-mac-leopard/fast/regions/top-overflow-out-of-second-region-expected.png: |
| * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-1-expected.png: |
| * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-10-expected.png: |
| * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-2-expected.png: |
| * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-3-expected.png: |
| * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-4-expected.png: |
| * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-5-expected.png: |
| * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-6-expected.png: |
| * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-7-expected.png: |
| * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-8-expected.png: |
| * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-9-expected.png: |
| * platform/chromium-mac-leopard/fast/repaint/repaint-across-writing-mode-boundary-expected.txt: Added. |
| * platform/chromium-mac-leopard/fast/ruby/ruby-inline-table-expected.png: |
| * platform/chromium-mac-leopard/fast/selectors/032-expected.png: |
| * platform/chromium-mac-leopard/fast/selectors/166-expected.png: |
| * platform/chromium-mac-leopard/fast/selectors/unqualified-hover-quirks-expected.png: |
| * platform/chromium-mac-leopard/fast/speech/input-appearance-numberandspeech-expected.png: |
| * platform/chromium-mac-leopard/fast/speech/input-appearance-searchandspeech-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/009-expected.png: |
| * platform/chromium-mac-leopard/fast/table/014-expected.png: |
| * platform/chromium-mac-leopard/fast/table/041-expected.png: |
| * platform/chromium-mac-leopard/fast/table/absolute-table-at-bottom-expected.png: |
| * platform/chromium-mac-leopard/fast/table/border-collapsing/004-expected.png: |
| * platform/chromium-mac-leopard/fast/table/border-collapsing/004-vertical-expected.png: |
| * platform/chromium-mac-leopard/fast/table/mozilla-bug10296-vertical-align-1-expected.png: |
| * platform/chromium-mac-leopard/fast/table/mozilla-bug10296-vertical-align-1-expected.txt: Added. |
| * platform/chromium-mac-leopard/fast/table/mozilla-bug10296-vertical-align-2-expected.png: |
| * platform/chromium-mac-leopard/fast/table/mozilla-bug10296-vertical-align-2-expected.txt: Added. |
| * platform/chromium-mac-leopard/fast/table/nested-percent-height-table-expected.png: |
| * platform/chromium-mac-leopard/fast/table/percent-heights-expected.png: |
| * platform/chromium-mac-leopard/fast/text/basic/012-expected.png: |
| * platform/chromium-mac-leopard/fast/text/basic/013-expected.png: |
| * platform/chromium-mac-leopard/fast/text/basic/generic-family-reset-expected.png: |
| * platform/chromium-mac-leopard/fast/text/international/bidi-LDB-2-CSS-expected.png: |
| * platform/chromium-mac-leopard/fast/text/international/bidi-LDB-2-HTML-expected.png: |
| * platform/chromium-mac-leopard/fast/text/international/bidi-LDB-2-formatting-characters-expected.png: |
| * platform/chromium-mac-leopard/fast/text/international/thai-line-breaks-expected.png: |
| * platform/chromium-mac-leopard/fast/text/line-breaks-expected.png: |
| * platform/chromium-mac-leopard/fast/text/textIteratorNilRenderer-expected.png: |
| * platform/chromium-mac-leopard/fast/text/whitespace/024-expected.png: |
| * platform/chromium-mac-leopard/fast/text/whitespace/normal-after-nowrap-breaking-expected.png: |
| * platform/chromium-mac-leopard/fast/transforms/bounding-rect-zoom-expected.png: |
| * platform/chromium-mac-leopard/fast/transforms/transformed-document-element-expected.png: |
| * platform/chromium-mac-leopard/fast/writing-mode/broken-ideographic-font-expected.png: |
| * platform/chromium-mac-leopard/fast/writing-mode/broken-ideographic-font-expected.txt: Added. |
| * platform/chromium-mac-leopard/fast/writing-mode/fieldsets-expected.png: |
| * platform/chromium-mac-leopard/fast/xsl/xslt-extra-content-at-end-expected.png: |
| * platform/chromium-mac-leopard/fast/xsl/xslt-extra-content-at-end-expected.txt: |
| * platform/chromium-mac-leopard/http/tests/misc/iframe404-expected.png: |
| * platform/chromium-mac-leopard/http/tests/misc/iframe404-expected.txt: Added. |
| * platform/chromium-mac-leopard/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.png: |
| * platform/chromium-mac-leopard/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt: Added. |
| * platform/chromium-mac-leopard/media/audio-repaint-expected.png: |
| * platform/chromium-mac-leopard/svg/as-border-image/svg-as-border-image-2-expected.png: |
| * platform/chromium-mac-leopard/svg/as-border-image/svg-as-border-image-expected.png: |
| * platform/chromium-mac-leopard/svg/text/small-fonts-in-html5-expected.png: |
| * platform/chromium-mac-leopard/svg/zoom/page/zoom-background-images-expected.txt: Added. |
| * platform/chromium-mac/compositing/direct-image-compositing-expected.png: |
| * platform/chromium-mac/compositing/reflections/nested-reflection-transformed-expected.png: |
| * platform/chromium-mac/compositing/shadows/shadow-drawing-expected.png: |
| * platform/chromium-mac/css1/font_properties/font-expected.txt: Added. |
| * platform/chromium-mac/fast/css/percentage-non-integer-expected.png: |
| * platform/chromium-mac/fast/encoding/utf-16-big-endian-expected.png: |
| * platform/chromium-mac/fast/encoding/utf-16-little-endian-expected.png: |
| * platform/chromium-mac/fast/forms/control-restrict-line-height-expected.png: |
| * platform/chromium-mac/fast/forms/search-cancel-button-style-sharing-expected.png: |
| * platform/chromium-mac/fast/forms/search-rtl-expected.png: |
| * platform/chromium-mac/fast/forms/searchfield-heights-expected.png: |
| * platform/chromium-mac/fast/lists/ordered-list-with-no-ol-tag-expected.png: |
| * platform/chromium-mac/fast/multicol/column-break-with-balancing-expected.png: |
| * platform/chromium-mac/fast/multicol/column-count-with-rules-expected.png: |
| * platform/chromium-mac/fast/multicol/column-rules-expected.png: |
| * platform/chromium-mac/fast/multicol/column-rules-stacking-expected.png: |
| * platform/chromium-mac/fast/multicol/columns-shorthand-parsing-expected.png: |
| * platform/chromium-mac/fast/multicol/float-multicol-expected.png: |
| * platform/chromium-mac/fast/multicol/float-paginate-complex-expected.png: |
| * platform/chromium-mac/fast/multicol/layers-in-multicol-expected.png: |
| * platform/chromium-mac/fast/multicol/max-height-columns-block-expected.png: |
| * platform/chromium-mac/fast/multicol/nested-columns-expected.png: |
| * platform/chromium-mac/fast/multicol/overflow-across-columns-expected.png: |
| * platform/chromium-mac/fast/multicol/overflow-across-columns-percent-height-expected.png: |
| * platform/chromium-mac/fast/multicol/overflow-unsplittable-expected.png: |
| * platform/chromium-mac/fast/multicol/positive-leading-expected.png: |
| * platform/chromium-mac/fast/multicol/scrolling-overflow-expected.png: |
| * platform/chromium-mac/fast/multicol/span/anonymous-before-child-parent-crash-expected.png: |
| * platform/chromium-mac/fast/multicol/span/anonymous-split-block-crash-expected.png: |
| * platform/chromium-mac/fast/multicol/span/anonymous-style-inheritance-expected.png: |
| * platform/chromium-mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png: |
| * platform/chromium-mac/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png: |
| * platform/chromium-mac/fast/multicol/span/span-as-immediate-child-generated-content-expected.png: |
| * platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png: |
| * platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-expected.png: |
| * platform/chromium-mac/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png: |
| * platform/chromium-mac/fast/multicol/span/span-as-nested-columns-child-expected.png: |
| * platform/chromium-mac/fast/multicol/span/span-margin-collapsing-expected.png: |
| * platform/chromium-mac/fast/multicol/table-vertical-align-expected.png: |
| * platform/chromium-mac/fast/multicol/vertical-lr/column-break-with-balancing-expected.png: |
| * platform/chromium-mac/fast/multicol/vertical-lr/float-multicol-expected.png: |
| * platform/chromium-mac/fast/multicol/vertical-lr/nested-columns-expected.png: |
| * platform/chromium-mac/fast/multicol/vertical-rl/column-break-with-balancing-expected.png: |
| * platform/chromium-mac/fast/multicol/vertical-rl/float-multicol-expected.png: |
| * platform/chromium-mac/fast/multicol/vertical-rl/nested-columns-expected.png: |
| * platform/chromium-mac/fast/overflow/clip-rects-fixed-ancestor-expected.png: |
| * platform/chromium-mac/fast/overflow/overflow_hidden-expected.png: |
| * platform/chromium-mac/fast/parser/xhtml-alternate-entities-expected.png: |
| * platform/chromium-mac/fast/reflections/opacity-reflection-transform-expected.png: |
| * platform/chromium-mac/fast/regions/bottom-overflow-out-of-first-region-expected.png: |
| * platform/chromium-mac/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.png: |
| * platform/chromium-mac/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png: |
| * platform/chromium-mac/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.png: |
| * platform/chromium-mac/fast/regions/overflow-size-change-in-variable-width-regions-expected.png: |
| * platform/chromium-mac/fast/regions/overflow-size-change-with-stacking-context-expected.png: |
| * platform/chromium-mac/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.png: |
| * platform/chromium-mac/fast/regions/top-overflow-out-of-second-region-expected.png: |
| * platform/chromium-mac/fast/repaint/line-flow-with-floats-1-expected.png: |
| * platform/chromium-mac/fast/repaint/line-flow-with-floats-10-expected.png: |
| * platform/chromium-mac/fast/repaint/line-flow-with-floats-2-expected.png: |
| * platform/chromium-mac/fast/repaint/line-flow-with-floats-3-expected.png: |
| * platform/chromium-mac/fast/repaint/line-flow-with-floats-4-expected.png: |
| * platform/chromium-mac/fast/repaint/line-flow-with-floats-5-expected.png: |
| * platform/chromium-mac/fast/repaint/line-flow-with-floats-6-expected.png: |
| * platform/chromium-mac/fast/repaint/line-flow-with-floats-7-expected.png: |
| * platform/chromium-mac/fast/repaint/line-flow-with-floats-8-expected.png: |
| * platform/chromium-mac/fast/repaint/line-flow-with-floats-9-expected.png: |
| * platform/chromium-mac/fast/replaced/width100percent-searchfield-expected.png: |
| * platform/chromium-mac/fast/ruby/ruby-inline-table-expected.png: |
| * platform/chromium-mac/fast/selectors/032-expected.png: |
| * platform/chromium-mac/fast/selectors/166-expected.png: |
| * platform/chromium-mac/fast/selectors/unqualified-hover-quirks-expected.png: |
| * platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.png: |
| * platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.png: |
| * platform/chromium-mac/fast/speech/speech-bidi-rendering-expected.png: |
| * platform/chromium-mac/fast/table/009-expected.png: |
| * platform/chromium-mac/fast/table/014-expected.png: |
| * platform/chromium-mac/fast/table/041-expected.png: |
| * platform/chromium-mac/fast/table/absolute-table-at-bottom-expected.png: |
| * platform/chromium-mac/fast/table/border-collapsing/004-expected.png: |
| * platform/chromium-mac/fast/table/border-collapsing/004-vertical-expected.png: |
| * platform/chromium-mac/fast/table/mozilla-bug10296-vertical-align-1-expected.png: |
| * platform/chromium-mac/fast/table/mozilla-bug10296-vertical-align-2-expected.png: |
| * platform/chromium-mac/fast/table/nested-percent-height-table-expected.png: |
| * platform/chromium-mac/fast/table/percent-heights-expected.png: |
| * platform/chromium-mac/fast/text/basic/012-expected.png: |
| * platform/chromium-mac/fast/text/basic/013-expected.png: |
| * platform/chromium-mac/fast/text/basic/generic-family-reset-expected.png: |
| * platform/chromium-mac/fast/text/international/bidi-LDB-2-CSS-expected.png: |
| * platform/chromium-mac/fast/text/international/bidi-LDB-2-HTML-expected.png: |
| * platform/chromium-mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.png: |
| * platform/chromium-mac/fast/text/international/thai-line-breaks-expected.png: |
| * platform/chromium-mac/fast/text/line-breaks-expected.png: |
| * platform/chromium-mac/fast/text/textIteratorNilRenderer-expected.png: |
| * platform/chromium-mac/fast/text/whitespace/024-expected.png: |
| * platform/chromium-mac/fast/transforms/bounding-rect-zoom-expected.png: |
| * platform/chromium-mac/fast/writing-mode/fieldsets-expected.png: |
| * platform/chromium-mac/fast/xsl/xslt-extra-content-at-end-expected.png: |
| * platform/chromium-mac/http/tests/misc/iframe404-expected.png: |
| * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.png: |
| * platform/chromium-mac/media/audio-repaint-expected.png: |
| * platform/chromium-win-vista/compositing/reflections: Removed. |
| * platform/chromium-win-vista/compositing/shadows/shadow-drawing-expected.png: |
| * platform/chromium-win-vista/css1/font_properties: Added. |
| * platform/chromium-win-vista/css1/font_properties/font-expected.txt: Added. |
| * platform/chromium-win-vista/css1/text_properties/vertical_align-expected.png: Added. |
| * platform/chromium-win-vista/fast/images: Removed. |
| * platform/chromium-win-vista/fast/multicol: Added. |
| * platform/chromium-win-vista/fast/multicol/vertical-rl: Added. |
| * platform/chromium-win-vista/fast/multicol/vertical-rl/nested-columns-expected.png: Added. |
| * platform/chromium-win-vista/fast/ruby: Removed. |
| * platform/chromium-win-vista/fast/text/basic: Removed. |
| * platform/chromium-win-vista/fast/writing-mode/broken-ideographic-font-expected.txt: Added. |
| * platform/chromium-win-vista/http/tests/misc/iframe404-expected.png: Added. |
| * platform/chromium-win-vista/svg/zoom/page/zoom-background-images-expected.png: Added. |
| * platform/chromium-win-xp/compositing/reflections: Removed. |
| * platform/chromium-win-xp/compositing/shadows: Removed. |
| * platform/chromium-win-xp/fast/css/css2-system-fonts-expected.txt: |
| * platform/chromium-win-xp/fast/images: Removed. |
| * platform/chromium-win-xp/fast/repaint/repaint-across-writing-mode-boundary-expected.png: |
| * platform/chromium-win-xp/fast/text/international/thai-line-breaks-expected.png: |
| * platform/chromium-win-xp/fast/text/line-breaks-expected.png: |
| * platform/chromium-win-xp/fast/text/line-breaks-expected.txt: |
| * platform/chromium-win-xp/fast/writing-mode/broken-ideographic-font-expected.txt: Added. |
| * platform/chromium-win/compositing/direct-image-compositing-expected.png: |
| * platform/chromium-win/compositing/reflections/nested-reflection-transformed-expected.png: |
| * platform/chromium-win/compositing/shadows/shadow-drawing-expected.png: |
| * platform/chromium-win/css1/font_properties/font-expected.txt: |
| * platform/chromium-win/css1/text_properties/vertical_align-expected.png: |
| * platform/chromium-win/css2.1/t090501-c414-flt-03-b-g-expected.txt: |
| * platform/chromium-win/fast/block/float/overhanging-tall-block-expected.txt: |
| * platform/chromium-win/fast/borders/bidi-012-expected.txt: |
| * platform/chromium-win/fast/css/continuationCrash-expected.txt: |
| * platform/chromium-win/fast/css/css2-system-fonts-expected.txt: |
| * platform/chromium-win/fast/css/hsla-color-expected.png: |
| * platform/chromium-win/fast/css/percentage-non-integer-expected.png: |
| * platform/chromium-win/fast/css/preserve-user-specified-zoom-level-on-reload-expected.png: |
| * platform/chromium-win/fast/css/rgb-float-expected.png: |
| * platform/chromium-win/fast/encoding/utf-16-big-endian-expected.png: |
| * platform/chromium-win/fast/encoding/utf-16-big-endian-expected.txt: |
| * platform/chromium-win/fast/encoding/utf-16-little-endian-expected.png: |
| * platform/chromium-win/fast/encoding/utf-16-little-endian-expected.txt: |
| * platform/chromium-win/fast/forms/control-restrict-line-height-expected.png: |
| * platform/chromium-win/fast/forms/control-restrict-line-height-expected.txt: |
| * platform/chromium-win/fast/forms/date/date-appearance-expected.png: |
| * platform/chromium-win/fast/forms/date/date-appearance-expected.txt: |
| * platform/chromium-win/fast/forms/searchfield-heights-expected.png: |
| * platform/chromium-win/fast/forms/searchfield-heights-expected.txt: |
| * platform/chromium-win/fast/forms/validation-message-appearance-expected.txt: |
| * platform/chromium-win/fast/gradients/simple-gradients-expected.png: |
| * platform/chromium-win/fast/images/imagemap-focus-ring-zoom-expected.png: |
| * platform/chromium-win/fast/lists/ordered-list-with-no-ol-tag-expected.png: |
| * platform/chromium-win/fast/multicol/column-break-with-balancing-expected.png: |
| * platform/chromium-win/fast/multicol/column-break-with-balancing-expected.txt: |
| * platform/chromium-win/fast/multicol/column-count-with-rules-expected.png: |
| * platform/chromium-win/fast/multicol/column-rules-expected.png: |
| * platform/chromium-win/fast/multicol/column-rules-stacking-expected.png: |
| * platform/chromium-win/fast/multicol/columns-shorthand-parsing-expected.png: |
| * platform/chromium-win/fast/multicol/float-multicol-expected.png: |
| * platform/chromium-win/fast/multicol/float-paginate-complex-expected.png: |
| * platform/chromium-win/fast/multicol/layers-in-multicol-expected.png: |
| * platform/chromium-win/fast/multicol/max-height-columns-block-expected.png: |
| * platform/chromium-win/fast/multicol/nested-columns-expected.png: |
| * platform/chromium-win/fast/multicol/overflow-across-columns-expected.png: |
| * platform/chromium-win/fast/multicol/overflow-across-columns-percent-height-expected.png: |
| * platform/chromium-win/fast/multicol/overflow-unsplittable-expected.png: |
| * platform/chromium-win/fast/multicol/positive-leading-expected.png: |
| * platform/chromium-win/fast/multicol/scrolling-overflow-expected.png: |
| * platform/chromium-win/fast/multicol/span/anonymous-before-child-parent-crash-expected.png: |
| * platform/chromium-win/fast/multicol/span/anonymous-split-block-crash-expected.png: |
| * platform/chromium-win/fast/multicol/span/anonymous-style-inheritance-expected.png: |
| * platform/chromium-win/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png: |
| * platform/chromium-win/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png: |
| * platform/chromium-win/fast/multicol/span/span-as-immediate-child-generated-content-expected.png: |
| * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png: |
| * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-expected.png: |
| * platform/chromium-win/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png: |
| * platform/chromium-win/fast/multicol/span/span-as-nested-columns-child-expected.png: |
| * platform/chromium-win/fast/multicol/span/span-margin-collapsing-expected.png: |
| * platform/chromium-win/fast/multicol/table-vertical-align-expected.png: |
| * platform/chromium-win/fast/multicol/vertical-lr/column-break-with-balancing-expected.png: |
| * platform/chromium-win/fast/multicol/vertical-lr/float-multicol-expected.png: |
| * platform/chromium-win/fast/multicol/vertical-lr/nested-columns-expected.png: |
| * platform/chromium-win/fast/multicol/vertical-rl/column-break-with-balancing-expected.png: |
| * platform/chromium-win/fast/multicol/vertical-rl/float-multicol-expected.png: |
| * platform/chromium-win/fast/multicol/vertical-rl/nested-columns-expected.png: |
| * platform/chromium-win/fast/overflow/clip-rects-fixed-ancestor-expected.png: |
| * platform/chromium-win/fast/overflow/overflow_hidden-expected.png: |
| * platform/chromium-win/fast/parser/xhtml-alternate-entities-expected.png: |
| * platform/chromium-win/fast/reflections/opacity-reflection-transform-expected.png: |
| * platform/chromium-win/fast/regions/bottom-overflow-out-of-first-region-expected.png: |
| * platform/chromium-win/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.png: |
| * platform/chromium-win/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png: |
| * platform/chromium-win/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.png: |
| * platform/chromium-win/fast/regions/overflow-size-change-in-variable-width-regions-expected.png: |
| * platform/chromium-win/fast/regions/overflow-size-change-with-stacking-context-expected.png: |
| * platform/chromium-win/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.png: |
| * platform/chromium-win/fast/regions/top-overflow-out-of-second-region-expected.png: |
| * platform/chromium-win/fast/repaint/line-flow-with-floats-1-expected.png: |
| * platform/chromium-win/fast/repaint/line-flow-with-floats-10-expected.png: |
| * platform/chromium-win/fast/repaint/line-flow-with-floats-2-expected.png: |
| * platform/chromium-win/fast/repaint/line-flow-with-floats-3-expected.png: |
| * platform/chromium-win/fast/repaint/line-flow-with-floats-4-expected.png: |
| * platform/chromium-win/fast/repaint/line-flow-with-floats-5-expected.png: |
| * platform/chromium-win/fast/repaint/line-flow-with-floats-6-expected.png: |
| * platform/chromium-win/fast/repaint/line-flow-with-floats-7-expected.png: |
| * platform/chromium-win/fast/repaint/line-flow-with-floats-8-expected.png: |
| * platform/chromium-win/fast/repaint/line-flow-with-floats-9-expected.png: |
| * platform/chromium-win/fast/repaint/repaint-across-writing-mode-boundary-expected.png: |
| * platform/chromium-win/fast/ruby/ruby-inline-table-expected.png: |
| * platform/chromium-win/fast/selectors/032-expected.png: |
| * platform/chromium-win/fast/selectors/166-expected.png: |
| * platform/chromium-win/fast/selectors/unqualified-hover-quirks-expected.png: |
| * platform/chromium-win/fast/speech/input-appearance-numberandspeech-expected.png: |
| * platform/chromium-win/fast/speech/input-appearance-numberandspeech-expected.txt: |
| * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.png: |
| * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.txt: |
| * platform/chromium-win/fast/speech/input-appearance-speechbutton-expected.png: |
| * platform/chromium-win/fast/speech/input-appearance-speechbutton-expected.txt: |
| * platform/chromium-win/fast/speech/speech-bidi-rendering-expected.png: |
| * platform/chromium-win/fast/table/009-expected.png: |
| * platform/chromium-win/fast/table/014-expected.png: |
| * platform/chromium-win/fast/table/041-expected.png: |
| * platform/chromium-win/fast/table/absolute-table-at-bottom-expected.png: |
| * platform/chromium-win/fast/table/border-collapsing/004-expected.png: |
| * platform/chromium-win/fast/table/border-collapsing/004-vertical-expected.png: |
| * platform/chromium-win/fast/table/mozilla-bug10296-vertical-align-1-expected.png: |
| * platform/chromium-win/fast/table/mozilla-bug10296-vertical-align-2-expected.png: |
| * platform/chromium-win/fast/table/nested-percent-height-table-expected.png: |
| * platform/chromium-win/fast/table/percent-heights-expected.png: |
| * platform/chromium-win/fast/text/basic/012-expected.png: |
| * platform/chromium-win/fast/text/basic/013-expected.png: |
| * platform/chromium-win/fast/text/basic/generic-family-reset-expected.png: |
| * platform/chromium-win/fast/text/international/bidi-LDB-2-CSS-expected.png: |
| * platform/chromium-win/fast/text/international/bidi-LDB-2-HTML-expected.png: |
| * platform/chromium-win/fast/text/international/bidi-LDB-2-formatting-characters-expected.png: |
| * platform/chromium-win/fast/text/international/thai-line-breaks-expected.png: |
| * platform/chromium-win/fast/text/international/thai-line-breaks-expected.txt: |
| * platform/chromium-win/fast/text/line-breaks-expected.png: |
| * platform/chromium-win/fast/text/line-breaks-expected.txt: |
| * platform/chromium-win/fast/text/textIteratorNilRenderer-expected.png: |
| * platform/chromium-win/fast/text/textIteratorNilRenderer-expected.txt: |
| * platform/chromium-win/fast/text/whitespace/024-expected.png: |
| * platform/chromium-win/fast/transforms/bounding-rect-zoom-expected.png: |
| * platform/chromium-win/fast/transforms/transformed-document-element-expected.png: |
| * platform/chromium-win/fast/writing-mode/broken-ideographic-font-expected.png: Added. |
| * platform/chromium-win/fast/writing-mode/broken-ideographic-font-expected.txt: Added. |
| * platform/chromium-win/fast/writing-mode/fieldsets-expected.png: |
| * platform/chromium-win/fast/xsl/xslt-extra-content-at-end-expected.png: |
| * platform/chromium-win/http/tests/misc/iframe404-expected.png: |
| * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.png: |
| * platform/chromium-win/media/audio-repaint-expected.png: |
| * platform/chromium-win/svg/as-border-image/svg-as-border-image-2-expected.txt: |
| * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.txt: |
| * platform/chromium-win/svg/text/small-fonts-in-html5-expected.png: |
| * platform/chromium/test_expectations.txt: |
| * platform/efl/css1/font_properties/font-expected.txt: Removed. |
| * platform/efl/css2.1/t090501-c414-flt-03-b-g-expected.txt: Removed. |
| * platform/efl/fast/borders/bidi-012-expected.txt: Removed. |
| * platform/efl/fast/css/css2-system-fonts-expected.txt: Removed. |
| * platform/efl/fast/lists/ordered-list-with-no-ol-tag-expected.txt: Removed. |
| * platform/efl/fast/multicol/column-break-with-balancing-expected.txt: Removed. |
| * platform/efl/fast/multicol/float-multicol-expected.txt: Removed. |
| * platform/efl/fast/multicol/layers-in-multicol-expected.txt: Removed. |
| * platform/efl/fast/multicol/overflow-across-columns-percent-height-expected.txt: Removed. |
| * platform/efl/fast/multicol/scrolling-overflow-expected.txt: Removed. |
| * platform/efl/fast/multicol/span/anonymous-before-child-parent-crash-expected.png: Removed. |
| * platform/efl/fast/multicol/span/anonymous-before-child-parent-crash-expected.txt: Removed. |
| * platform/efl/fast/multicol/span/anonymous-split-block-crash-expected.txt: Removed. |
| * platform/efl/fast/multicol/span/anonymous-style-inheritance-expected.txt: Removed. |
| * platform/efl/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Removed. |
| * platform/efl/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt: Removed. |
| * platform/efl/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt: Removed. |
| * platform/efl/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt: Removed. |
| * platform/efl/fast/multicol/span/span-as-immediate-columns-child-expected.txt: Removed. |
| * platform/efl/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt: Removed. |
| * platform/efl/fast/multicol/span/span-as-nested-columns-child-expected.txt: Removed. |
| * platform/efl/fast/multicol/span/span-margin-collapsing-expected.txt: Removed. |
| * platform/efl/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt: Removed. |
| * platform/efl/fast/multicol/vertical-lr/float-multicol-expected.txt: Removed. |
| * platform/efl/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt: Removed. |
| * platform/efl/fast/multicol/vertical-rl/float-multicol-expected.txt: Removed. |
| * platform/efl/fast/repaint/line-flow-with-floats-1-expected.txt: Removed. |
| * platform/efl/fast/repaint/line-flow-with-floats-10-expected.txt: Removed. |
| * platform/efl/fast/repaint/line-flow-with-floats-2-expected.txt: Removed. |
| * platform/efl/fast/repaint/line-flow-with-floats-3-expected.txt: Removed. |
| * platform/efl/fast/repaint/line-flow-with-floats-4-expected.txt: Removed. |
| * platform/efl/fast/repaint/line-flow-with-floats-5-expected.txt: Removed. |
| * platform/efl/fast/repaint/line-flow-with-floats-6-expected.txt: Removed. |
| * platform/efl/fast/repaint/line-flow-with-floats-7-expected.txt: Removed. |
| * platform/efl/fast/repaint/line-flow-with-floats-8-expected.txt: Removed. |
| * platform/efl/fast/repaint/line-flow-with-floats-9-expected.txt: Removed. |
| * platform/efl/fast/ruby/ruby-inline-table-expected.txt: Removed. |
| * platform/efl/fast/selectors/032-expected.txt: Removed. |
| * platform/efl/fast/selectors/unqualified-hover-quirks-expected.txt: Removed. |
| * platform/efl/fast/table/009-expected.txt: Removed. |
| * platform/efl/fast/table/014-expected.txt: Removed. |
| * platform/efl/fast/table/041-expected.txt: Removed. |
| * platform/efl/fast/table/nested-percent-height-table-expected.txt: Removed. |
| * platform/efl/fast/table/percent-heights-expected.txt: Removed. |
| * platform/efl/fast/text/basic/012-expected.txt: Removed. |
| * platform/efl/fast/text/basic/generic-family-reset-expected.txt: Removed. |
| * platform/efl/fast/text/line-breaks-expected.txt: Removed. |
| * platform/efl/fast/transforms/bounding-rect-zoom-expected.txt: Removed. |
| * platform/efl/fast/writing-mode/fieldsets-expected.txt: Removed. |
| * platform/gtk/css2.1/t090501-c414-flt-03-b-g-expected.txt: Removed. |
| * platform/gtk/fast/borders/bidi-012-expected.txt: Removed. |
| * platform/gtk/fast/css/css2-system-fonts-expected.txt: Removed. |
| * platform/gtk/fast/lists/ordered-list-with-no-ol-tag-expected.txt: Removed. |
| * platform/gtk/fast/multicol/column-break-with-balancing-expected.txt: Removed. |
| * platform/gtk/fast/multicol/float-multicol-expected.txt: Removed. |
| * platform/gtk/fast/multicol/layers-in-multicol-expected.txt: Removed. |
| * platform/gtk/fast/multicol/overflow-across-columns-percent-height-expected.txt: Removed. |
| * platform/gtk/fast/multicol/scrolling-overflow-expected.txt: Removed. |
| * platform/gtk/fast/multicol/span/anonymous-before-child-parent-crash-expected.png: Removed. |
| * platform/gtk/fast/multicol/span/anonymous-before-child-parent-crash-expected.txt: Removed. |
| * platform/gtk/fast/multicol/span/anonymous-split-block-crash-expected.txt: Removed. |
| * platform/gtk/fast/multicol/span/anonymous-style-inheritance-expected.txt: Removed. |
| * platform/gtk/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Removed. |
| * platform/gtk/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt: Removed. |
| * platform/gtk/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt: Removed. |
| * platform/gtk/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt: Removed. |
| * platform/gtk/fast/multicol/span/span-as-immediate-columns-child-expected.txt: Removed. |
| * platform/gtk/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt: Removed. |
| * platform/gtk/fast/multicol/span/span-as-nested-columns-child-expected.txt: Removed. |
| * platform/gtk/fast/multicol/span/span-margin-collapsing-expected.txt: Removed. |
| * platform/gtk/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt: Removed. |
| * platform/gtk/fast/multicol/vertical-lr/float-multicol-expected.txt: Removed. |
| * platform/gtk/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt: Removed. |
| * platform/gtk/fast/multicol/vertical-rl/float-multicol-expected.txt: Removed. |
| * platform/gtk/fast/repaint/line-flow-with-floats-1-expected.txt: Removed. |
| * platform/gtk/fast/repaint/line-flow-with-floats-10-expected.txt: Removed. |
| * platform/gtk/fast/repaint/line-flow-with-floats-2-expected.txt: Removed. |
| * platform/gtk/fast/repaint/line-flow-with-floats-3-expected.txt: Removed. |
| * platform/gtk/fast/repaint/line-flow-with-floats-4-expected.txt: Removed. |
| * platform/gtk/fast/repaint/line-flow-with-floats-5-expected.txt: Removed. |
| * platform/gtk/fast/repaint/line-flow-with-floats-6-expected.txt: Removed. |
| * platform/gtk/fast/repaint/line-flow-with-floats-7-expected.txt: Removed. |
| * platform/gtk/fast/repaint/line-flow-with-floats-8-expected.txt: Removed. |
| * platform/gtk/fast/repaint/line-flow-with-floats-9-expected.txt: Removed. |
| * platform/gtk/fast/ruby/ruby-inline-table-expected.txt: Removed. |
| * platform/gtk/fast/selectors/032-expected.txt: Removed. |
| * platform/gtk/fast/selectors/unqualified-hover-quirks-expected.txt: Removed. |
| * platform/gtk/fast/table/009-expected.txt: Removed. |
| * platform/gtk/fast/table/014-expected.txt: Removed. |
| * platform/gtk/fast/table/041-expected.txt: Removed. |
| * platform/gtk/fast/table/nested-percent-height-table-expected.txt: Removed. |
| * platform/gtk/fast/table/percent-heights-expected.txt: Removed. |
| * platform/gtk/fast/text/basic/012-expected.txt: Removed. |
| * platform/gtk/fast/text/basic/generic-family-reset-expected.txt: Removed. |
| * platform/gtk/fast/text/line-breaks-expected.txt: Removed. |
| * platform/gtk/fast/transforms/bounding-rect-zoom-expected.txt: Removed. |
| * platform/gtk/fast/writing-mode/fieldsets-expected.txt: Removed. |
| * platform/mac-snowleopard/css1/font_properties/font-expected.txt: Removed. |
| * platform/mac/fast/multicol/overflow-across-columns-percent-height-expected.txt: Removed. |
| |
| 2012-05-15 Gavin Barraclough <barraclough@apple.com> |
| |
| Add support for private names |
| https://bugs.webkit.org/show_bug.cgi?id=86509 |
| |
| Reviewed by Oliver Hunt. |
| |
| The spec isn't final, but we can start adding support to allow property maps |
| to contain keys that aren't identifiers. |
| |
| * fast/js/names-expected.txt: Added. |
| * fast/js/names.html: Added. |
| * fast/js/script-tests/names.js: Added. |
| - Added test cases. |
| |
| 2012-05-21 Emil A Eklund <eae@chromium.org> |
| |
| Fix bug in paintNinePieceImage exposed by subpixel change |
| https://bugs.webkit.org/show_bug.cgi?id=87060 |
| |
| Reviewed by Levi Weintraub. |
| |
| * platform/chromium-linux/fast/borders/inline-mask-overlay-image-outset-expected.png: Removed. |
| * platform/chromium-linux/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png: |
| * platform/chromium-win/fast/borders/border-image-side-reduction-expected.png: |
| * platform/chromium-win/fast/borders/inline-mask-overlay-image-outset-expected.png: |
| |
| 2012-05-21 Levi Weintraub <leviw@chromium.org> |
| |
| Unreviewed. More rebaselines following r117815. |
| |
| * fast/lists/008-expected.txt: Added. |
| * fast/lists/008-vertical-expected.txt: Added. |
| * fast/media/mq-relative-constraints-08-expected.txt: Added. |
| * fast/overflow/infiniteRecursionGuard-expected.txt: Added. |
| * fast/overflow/overflow-rtl-expected.txt: Added. |
| * fast/overflow/overflow-rtl-vertical-expected.txt: Added. |
| * fast/selectors/unqualified-hover-strict-expected.txt: Added. |
| * fast/table/multiple-captions-display-expected.png: Added. |
| * fast/table/table-hspace-align-center-expected.txt: Added. |
| * fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt: Added. |
| * platform/chromium-linux-x86/http/tests/navigation: Removed. |
| * platform/chromium-linux-x86/http/tests/navigation/javascriptlink-frames-expected.png: Removed. |
| * platform/chromium-linux-x86/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Added. |
| * platform/chromium-linux/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Added. |
| * platform/chromium-mac-leopard/fast/layers/video-layer-expected.png: |
| * platform/chromium-mac-leopard/fast/lists/008-expected.png: |
| * platform/chromium-mac-leopard/fast/overflow/infiniteRecursionGuard-expected.png: |
| * platform/chromium-mac-leopard/fast/overflow/scrollRevealButton-expected.png: |
| * platform/chromium-mac-leopard/fast/parser/bad-xml-slash-expected.png: |
| * platform/chromium-mac-leopard/fast/repaint/control-clip-expected.png: Added. |
| * platform/chromium-mac-leopard/fast/repaint/japanese-rl-selection-repaint-expected.png: |
| * platform/chromium-mac-leopard/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Added. |
| * platform/chromium-mac-leopard/fast/repaint/line-flow-with-floats-in-regions-expected.png: |
| * platform/chromium-mac-leopard/fast/replaced/replaced-breaking-expected.png: |
| * platform/chromium-mac-leopard/fast/replaced/width100percent-checkbox-expected.png: |
| * platform/chromium-mac-leopard/fast/replaced/width100percent-radio-expected.png: |
| * platform/chromium-mac-leopard/fast/selectors/unqualified-hover-strict-expected.png: Added. |
| * platform/chromium-mac-leopard/fast/table/table-hspace-align-center-expected.png: |
| * platform/chromium-mac-leopard/fast/text/international/bidi-listbox-atsui-expected.png: |
| * platform/chromium-mac-leopard/fast/text/international/bidi-listbox-expected.png: |
| * platform/chromium-mac-leopard/fast/text/international/vertical-text-glyph-test-expected.png: Added. |
| * platform/chromium-mac-leopard/fast/text/international/vertical-text-glyph-test-expected.txt: Added. |
| * platform/chromium-mac-leopard/fast/writing-mode/Kusa-Makura-background-canvas-expected.png: Added. |
| * platform/chromium-mac-leopard/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: Added. |
| * platform/chromium-mac-leopard/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt: Added. |
| * platform/chromium-mac-leopard/fast/writing-mode/vertical-baseline-alignment-expected.txt: Added. |
| * platform/chromium-mac-leopard/fast/writing-mode/vertical-font-fallback-expected.txt: Added. |
| * platform/chromium-mac-leopard/http/tests/navigation/javascriptlink-frames-expected.png: |
| * platform/chromium-mac-leopard/media/audio-controls-rendering-expected.png: |
| * platform/chromium-mac-leopard/media/controls-after-reload-expected.png: |
| * platform/chromium-mac-leopard/svg/zoom/page/zoom-hixie-mixed-008-expected.txt: Added. |
| * platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Added. |
| * platform/chromium-mac-snowleopard/fast/css/line-height-determined-by-primary-font-expected.png: |
| * platform/chromium-mac-snowleopard/fast/multicol/span/clone-flexbox-expected.txt: Removed. |
| * platform/chromium-mac-snowleopard/fast/replaced/table-percent-height-expected.txt: Removed. |
| * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Added. |
| * platform/chromium-mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Added. |
| * platform/chromium-mac/fast/clip/overflow-border-radius-clip-expected.png: |
| * platform/chromium-mac/fast/layers/video-layer-expected.png: |
| * platform/chromium-mac/fast/lists/008-expected.png: |
| * platform/chromium-mac/fast/lists/008-vertical-expected.png: |
| * platform/chromium-mac/fast/overflow/infiniteRecursionGuard-expected.png: |
| * platform/chromium-mac/fast/overflow/overflow-update-transform-expected.png: |
| * platform/chromium-mac/fast/overflow/scrollRevealButton-expected.png: |
| * platform/chromium-mac/fast/parser/bad-xml-slash-expected.png: |
| * platform/chromium-mac/fast/repaint/line-flow-with-floats-in-regions-expected.png: |
| * platform/chromium-mac/fast/replaced/replaced-breaking-expected.png: |
| * platform/chromium-mac/fast/replaced/table-percent-height-expected.txt: Added. |
| * platform/chromium-mac/fast/replaced/width100percent-checkbox-expected.png: |
| * platform/chromium-mac/fast/replaced/width100percent-radio-expected.png: |
| * platform/chromium-mac/fast/selectors/unqualified-hover-strict-expected.png: |
| * platform/chromium-mac/fast/selectors/unqualified-hover-strict-expected.txt: Added. |
| * platform/chromium-mac/fast/table/multiple-captions-display-expected.png: |
| * platform/chromium-mac/fast/table/table-hspace-align-center-expected.png: |
| * platform/chromium-mac/fast/text/international/bidi-listbox-atsui-expected.png: |
| * platform/chromium-mac/fast/text/international/bidi-listbox-expected.png: |
| * platform/chromium-mac/fast/text/international/vertical-text-glyph-test-expected.png: |
| * platform/chromium-mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.png: |
| * platform/chromium-mac/fullscreen/full-screen-stacking-context-expected.png: |
| * platform/chromium-mac/http/tests/misc/acid3-expected.txt: Added. |
| * platform/chromium-mac/http/tests/navigation/javascriptlink-frames-expected.png: |
| * platform/chromium-mac/http/tests/navigation/javascriptlink-frames-expected.txt: Added. |
| * platform/chromium-mac/media/audio-controls-rendering-expected.png: |
| * platform/chromium-mac/media/controls-after-reload-expected.png: |
| * platform/chromium-mac/platform/chromium/virtual/threaded/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Added. |
| * platform/chromium-mac/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Added. |
| * platform/chromium-win-vista/http/tests/navigation: Removed. |
| * platform/chromium-win-vista/http/tests/navigation/javascriptlink-frames-expected.png: Removed. |
| * platform/chromium-win-vista/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Added. |
| * platform/chromium-win/fast/forms/search-cancel-button-style-sharing-expected.png: |
| * platform/chromium-win/fast/forms/search-rtl-expected.png: |
| * platform/chromium-win/fast/multicol/break-properties-expected.txt: Removed. |
| * platform/chromium-win/fast/multicol/span/clone-flexbox-expected.txt: Removed. |
| * platform/chromium-win/fast/multicol/span/clone-summary-expected.txt: Removed. |
| * platform/chromium-win/fast/multicol/vertical-lr/break-properties-expected.txt: Removed. |
| * platform/chromium-win/fast/multicol/vertical-rl/break-properties-expected.txt: Removed. |
| * platform/chromium-win/fast/replaced/width100percent-searchfield-expected.png: |
| * platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-008-expected.png: |
| * platform/chromium/fast/multicol/break-properties-expected.txt: Added. |
| * platform/chromium/fast/multicol/span: Added. |
| * platform/chromium/fast/multicol/span/clone-flexbox-expected.txt: Added. |
| * platform/chromium/fast/multicol/span/clone-summary-expected.txt: Added. |
| * platform/chromium/svg/zoom/page/zoom-svg-as-image-expected.txt: Added. |
| * platform/chromium/svg/zoom/page/zoom-svg-as-object-expected.txt: Added. |
| * platform/chromium/test_expectations.txt: |
| * platform/efl/fast/lists/008-expected.txt: Removed. |
| * platform/efl/fast/lists/008-vertical-expected.txt: Removed. |
| * platform/efl/fast/media/mq-relative-constraints-08-expected.txt: Removed. |
| * platform/efl/fast/overflow/infiniteRecursionGuard-expected.txt: Removed. |
| * platform/efl/fast/overflow/overflow-rtl-expected.txt: Removed. |
| * platform/efl/fast/overflow/overflow-rtl-vertical-expected.txt: Removed. |
| * platform/efl/fast/selectors/unqualified-hover-strict-expected.txt: Removed. |
| * platform/efl/fast/table/multiple-captions-display-expected.png: Removed. |
| * platform/efl/fast/table/table-hspace-align-center-expected.txt: Removed. |
| * platform/efl/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt: Removed. |
| * platform/efl/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: Removed. |
| * platform/efl/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.txt: Removed. |
| * platform/gtk/fast/lists/008-expected.txt: Removed. |
| * platform/gtk/fast/lists/008-vertical-expected.txt: Removed. |
| * platform/gtk/fast/media/mq-relative-constraints-08-expected.txt: Removed. |
| * platform/gtk/fast/overflow/infiniteRecursionGuard-expected.txt: Removed. |
| * platform/gtk/fast/overflow/overflow-rtl-expected.txt: Removed. |
| * platform/gtk/fast/overflow/overflow-rtl-vertical-expected.txt: Removed. |
| * platform/gtk/fast/selectors/unqualified-hover-strict-expected.txt: Removed. |
| * platform/gtk/fast/table/multiple-captions-display-expected.png: Removed. |
| * platform/gtk/fast/table/table-hspace-align-center-expected.txt: Removed. |
| * platform/gtk/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt: Removed. |
| * platform/gtk/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: Removed. |
| * platform/gtk/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.txt: Removed. |
| * svg/zoom/page/zoom-hixie-mixed-009-expected.txt: Added. |
| * svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.txt: Added. |
| |
| 2012-05-21 Levi Weintraub <leviw@chromium.org> |
| |
| Unreviewed test expectation updates following r117815. |
| |
| * platform/chromium-linux-x86/svg/zoom: Added. |
| * platform/chromium-linux-x86/svg/zoom/page: Added. |
| * platform/chromium-linux-x86/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Added. |
| * platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Removed. |
| * platform/chromium-linux/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Added. |
| * platform/chromium-mac-leopard/media/controls-strict-expected.png: |
| * platform/chromium-mac-leopard/media/controls-styling-expected.png: |
| * platform/chromium-mac-leopard/media/controls-without-preload-expected.png: |
| * platform/chromium-mac-leopard/media/media-document-audio-repaint-expected.png: |
| * platform/chromium-mac-leopard/media/video-controls-rendering-expected.png: |
| * platform/chromium-mac-leopard/media/video-display-toggle-expected.png: |
| * platform/chromium-mac-leopard/media/video-no-audio-expected.png: |
| * platform/chromium-mac-leopard/media/video-playing-and-pause-expected.png: |
| * platform/chromium-mac-leopard/media/video-volume-slider-expected.png: |
| * platform/chromium-mac-leopard/scrollbars/overflow-scrollbar-combinations-expected.png: |
| * platform/chromium-mac-leopard/svg/custom/bug45331-expected.png: |
| * platform/chromium-mac-leopard/svg/custom/bug45331-expected.txt: Added. |
| * platform/chromium-mac-leopard/svg/custom/image-parent-translation-expected.png: |
| * platform/chromium-mac-leopard/svg/custom/inline-svg-in-xhtml-expected.png: |
| * platform/chromium-mac-leopard/svg/custom/junk-data-expected.png: |
| * platform/chromium-mac-leopard/svg/custom/junk-data-expected.txt: Removed. |
| * platform/chromium-mac-leopard/svg/custom/missing-xlink-expected.png: |
| * platform/chromium-mac-leopard/svg/custom/missing-xlink-expected.txt: Removed. |
| * platform/chromium-mac-leopard/svg/custom/object-sizing-expected.png: |
| * platform/chromium-mac-leopard/svg/custom/path-bad-data-expected.png: |
| * platform/chromium-mac-leopard/svg/custom/path-bad-data-expected.txt: Removed. |
| * platform/chromium-mac-leopard/svg/custom/rootmost-svg-xy-attrs-expected.png: |
| * platform/chromium-mac-leopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png: |
| * platform/chromium-mac-leopard/svg/custom/svg-fonts-in-html-expected.png: |
| * platform/chromium-mac-leopard/svg/custom/svg-fonts-without-missing-glyph-expected.png: |
| * platform/chromium-mac-leopard/svg/custom/use-font-face-crash-expected.png: |
| * platform/chromium-mac-leopard/svg/custom/use-font-face-crash-expected.txt: Removed. |
| * platform/chromium-mac-leopard/svg/dynamic-updates/SVG-dynamic-css-transform-expected.png: |
| * platform/chromium-mac-leopard/svg/hixie/error/012-expected.png: |
| * platform/chromium-mac-leopard/svg/wicd/rightsizing-grid-expected.png: |
| * platform/chromium-mac-leopard/svg/wicd/test-rightsizing-b-expected.png: |
| * platform/chromium-mac-leopard/svg/wicd/test-scalable-background-image2-expected.png: |
| * platform/chromium-mac-leopard/svg/zoom/page/zoom-background-images-expected.png: |
| * platform/chromium-mac-leopard/svg/zoom/page/zoom-hixie-mixed-008-expected.png: |
| * platform/chromium-mac-leopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: |
| * platform/chromium-mac-leopard/svg/zoom/page/zoom-mask-with-percentages-expected.png: |
| * platform/chromium-mac-leopard/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: |
| * platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Added. |
| * platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: |
| * platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: |
| * platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png: |
| * platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png: |
| * platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug10269-2-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug10296-1-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1055-1-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug106816-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug11384s-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug126742-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug131020-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1318-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug139524-2-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug159108-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug17130-1-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug17130-2-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug18359-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug19061-1-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug19061-2-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug24200-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2479-1-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2479-3-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2479-4-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug28928-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug3309-1-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug3309-2-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug33137-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug3977-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4284-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4527-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug46480-1-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug46480-2-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug52505-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug52506-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug5538-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug59354-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug6304-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug7112-1-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug7112-2-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug8032-1-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug8381-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug9271-1-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/bugs/bug9271-2-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/collapsing_borders/bug41262-3-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/core/margins-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/marvin/backgr_index-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/marvin/backgr_layers-opacity-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/marvin/backgr_position-table-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/marvin/backgr_simple-table-cell-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/marvin/backgr_simple-table-column-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/marvin/backgr_simple-table-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/marvin/backgr_simple-table-row-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/other/test3-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/other/test6-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla/other/wa_table_tr_align-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug10140-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug10216-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug1128-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug21518-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug22122-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Removed. |
| * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug25707-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-13-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-14-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-16-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-17-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-18-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug61042-1-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug61042-2-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla_expected_failures/core/captions3-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla_expected_failures/core/standards1-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png: |
| * platform/chromium-mac-leopard/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png: |
| * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Removed. |
| * platform/chromium-mac/media/controls-layout-direction-expected.png: |
| * platform/chromium-mac/media/controls-strict-expected.png: |
| * platform/chromium-mac/media/controls-styling-expected.png: |
| * platform/chromium-mac/media/controls-without-preload-expected.png: |
| * platform/chromium-mac/media/media-controls-clone-expected.png: |
| * platform/chromium-mac/media/media-document-audio-repaint-expected.png: |
| * platform/chromium-mac/media/video-controls-rendering-expected.png: |
| * platform/chromium-mac/media/video-display-toggle-expected.png: |
| * platform/chromium-mac/media/video-no-audio-expected.png: |
| * platform/chromium-mac/media/video-playing-and-pause-expected.png: |
| * platform/chromium-mac/media/video-volume-slider-expected.png: |
| * platform/chromium-mac/media/video-volume-slider-expected.txt: |
| * platform/chromium-mac/scrollbars/overflow-scrollbar-combinations-expected.png: |
| * platform/chromium-mac/svg/custom/bug45331-expected.png: |
| * platform/chromium-mac/svg/custom/image-parent-translation-expected.png: |
| * platform/chromium-mac/svg/custom/inline-svg-in-xhtml-expected.png: |
| * platform/chromium-mac/svg/custom/junk-data-expected.png: |
| * platform/chromium-mac/svg/custom/missing-xlink-expected.png: |
| * platform/chromium-mac/svg/custom/object-sizing-expected.png: |
| * platform/chromium-mac/svg/custom/path-bad-data-expected.png: |
| * platform/chromium-mac/svg/custom/rootmost-svg-xy-attrs-expected.png: |
| * platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png: |
| * platform/chromium-mac/svg/custom/svg-fonts-in-html-expected.png: |
| * platform/chromium-mac/svg/custom/svg-fonts-without-missing-glyph-expected.png: |
| * platform/chromium-mac/svg/custom/use-font-face-crash-expected.png: |
| * platform/chromium-mac/svg/dynamic-updates/SVG-dynamic-css-transform-expected.png: |
| * platform/chromium-mac/svg/hixie/error/012-expected.png: |
| * platform/chromium-mac/svg/wicd/rightsizing-grid-expected.png: |
| * platform/chromium-mac/svg/wicd/test-rightsizing-a-expected.png: |
| * platform/chromium-mac/svg/wicd/test-rightsizing-b-expected.png: |
| * platform/chromium-mac/svg/wicd/test-scalable-background-image1-expected.png: |
| * platform/chromium-mac/svg/wicd/test-scalable-background-image2-expected.png: |
| * platform/chromium-mac/svg/zoom/page/zoom-hixie-mixed-008-expected.png: |
| * platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: |
| * platform/chromium-mac/svg/zoom/page/zoom-mask-with-percentages-expected.png: |
| * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: |
| * platform/chromium-mac/svg/zoom/page/zoom-svg-float-border-padding-expected.png: |
| * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: |
| * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: |
| * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png: |
| * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png: |
| * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: |
| * platform/chromium-mac/svg/zoom/text/zoom-svg-float-border-padding-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug10269-2-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug10296-1-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug1055-1-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug11384s-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug17130-1-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug17130-2-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug19061-1-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug19061-2-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug24200-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug2479-1-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug2479-3-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug2479-4-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug3309-1-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug3309-2-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug3977-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug4284-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug5538-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug6304-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug7112-1-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug7112-2-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug8032-1-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug8381-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug9271-1-expected.png: |
| * platform/chromium-mac/tables/mozilla/bugs/bug9271-2-expected.png: |
| * platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-3-expected.png: |
| * platform/chromium-mac/tables/mozilla/core/margins-expected.png: |
| * platform/chromium-mac/tables/mozilla/marvin/backgr_index-expected.png: |
| * platform/chromium-mac/tables/mozilla/marvin/backgr_layers-opacity-expected.png: |
| * platform/chromium-mac/tables/mozilla/marvin/backgr_position-table-expected.png: |
| * platform/chromium-mac/tables/mozilla/marvin/backgr_simple-table-cell-expected.png: |
| * platform/chromium-mac/tables/mozilla/marvin/backgr_simple-table-column-expected.png: |
| * platform/chromium-mac/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png: |
| * platform/chromium-mac/tables/mozilla/marvin/backgr_simple-table-expected.png: |
| * platform/chromium-mac/tables/mozilla/marvin/backgr_simple-table-row-expected.png: |
| * platform/chromium-mac/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png: |
| * platform/chromium-mac/tables/mozilla/other/test3-expected.png: |
| * platform/chromium-mac/tables/mozilla/other/test6-expected.png: |
| * platform/chromium-mac/tables/mozilla/other/wa_table_tr_align-expected.png: |
| * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug10140-expected.png: |
| * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug10216-expected.png: |
| * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png: |
| * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1128-expected.png: |
| * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug21518-expected.png: |
| * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug22122-expected.png: |
| * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Added. |
| * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug25707-expected.png: |
| * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug3166-13-expected.png: |
| * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug3166-14-expected.png: |
| * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug3166-16-expected.png: |
| * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug3166-17-expected.png: |
| * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug3166-18-expected.png: |
| * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug61042-1-expected.png: |
| * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug61042-2-expected.png: |
| * platform/chromium-win-vista/svg/custom/bug45331-expected.txt: Added. |
| * platform/chromium-win-vista/svg/zoom/page/zoom-hixie-mixed-008-expected.png: Added. |
| * platform/chromium-win-vista/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Removed. |
| * platform/chromium-win-xp/svg/custom/bug45331-expected.txt: Added. |
| * platform/chromium-win-xp/svg/wicd/test-rightsizing-b-expected.png: |
| * platform/chromium-win/media/media-document-audio-repaint-expected.png: |
| * platform/chromium-win/media/video-volume-slider-expected.png: |
| * platform/chromium-win/scrollbars/overflow-scrollbar-combinations-expected.png: |
| * platform/chromium-win/svg/custom/bug45331-expected.png: |
| * platform/chromium-win/svg/custom/image-parent-translation-expected.png: |
| * platform/chromium-win/svg/custom/inline-svg-in-xhtml-expected.png: |
| * platform/chromium-win/svg/custom/inline-svg-in-xhtml-expected.txt: |
| * platform/chromium-win/svg/custom/junk-data-expected.png: |
| * platform/chromium-win/svg/custom/missing-xlink-expected.png: |
| * platform/chromium-win/svg/custom/object-sizing-expected.png: |
| * platform/chromium-win/svg/custom/path-bad-data-expected.png: |
| * platform/chromium-win/svg/custom/rootmost-svg-xy-attrs-expected.png: |
| * platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png: |
| * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.png: |
| * platform/chromium-win/svg/custom/svg-fonts-without-missing-glyph-expected.png: |
| * platform/chromium-win/svg/dynamic-updates/SVG-dynamic-css-transform-expected.png: |
| * platform/chromium-win/svg/hixie/error/012-expected.png: |
| * platform/chromium-win/svg/wicd/rightsizing-grid-expected.png: |
| * platform/chromium-win/svg/wicd/test-rightsizing-a-expected.png: |
| * platform/chromium-win/svg/wicd/test-rightsizing-b-expected.png: |
| * platform/chromium-win/svg/wicd/test-rightsizing-b-expected.txt: |
| * platform/chromium-win/svg/wicd/test-scalable-background-image1-expected.png: |
| * platform/chromium-win/svg/wicd/test-scalable-background-image2-expected.png: |
| * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.png: |
| * platform/chromium/svg/as-image: Added. |
| * platform/chromium/svg/as-image/svg-non-integer-scaled-image-expected.txt: Added. |
| * platform/chromium/svg/custom/fractional-rects-expected.txt: Added. |
| * platform/chromium/svg/custom/js-update-container-expected.txt: Added. |
| * platform/efl/svg/zoom/page/zoom-background-images-expected.txt: Removed. |
| * platform/efl/svg/zoom/page/zoom-hixie-mixed-008-expected.txt: Removed. |
| * platform/efl/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Added. |
| * platform/efl/svg/zoom/page/zoom-svg-float-border-padding-expected.txt: Removed. |
| * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: Removed. |
| * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Removed. |
| * platform/efl/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Removed. |
| * platform/efl/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug1055-1-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug106816-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug126742-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug131020-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug139524-2-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug159108-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug17130-1-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug17130-2-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug19061-1-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug19061-2-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug3309-1-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug3309-2-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug33137-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug46480-1-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug46480-2-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug5538-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug7112-1-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug7112-2-expected.txt: Removed. |
| * platform/efl/tables/mozilla/bugs/bug8032-1-expected.txt: Removed. |
| * platform/efl/tables/mozilla/marvin/backgr_index-expected.txt: Removed. |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug1128-expected.txt: Removed. |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug21518-expected.txt: Removed. |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug22122-expected.txt: Removed. |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug3166-18-expected.txt: Removed. |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug61042-1-expected.txt: Removed. |
| * platform/efl/tables/mozilla_expected_failures/bugs/bug61042-2-expected.txt: Removed. |
| * platform/gtk/svg/zoom/page/zoom-background-images-expected.txt: Removed. |
| * platform/gtk/svg/zoom/page/zoom-hixie-mixed-008-expected.txt: Removed. |
| * platform/gtk/svg/zoom/page/zoom-mask-with-percentages-expected.txt: Removed. |
| * platform/gtk/svg/zoom/page/zoom-svg-float-border-padding-expected.txt: Removed. |
| * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: Removed. |
| * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Removed. |
| * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Removed. |
| * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt: Removed. |
| * platform/gtk/svg/zoom/text/zoom-svg-float-border-padding-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug1055-1-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug106816-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug126742-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug131020-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug139524-2-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug159108-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug17130-1-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug17130-2-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug19061-1-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug19061-2-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug3309-1-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug3309-2-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug33137-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug46480-1-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug46480-2-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug5538-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug7112-1-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug7112-2-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/bugs/bug8032-1-expected.txt: Removed. |
| * platform/gtk/tables/mozilla/marvin/backgr_index-expected.txt: Removed. |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug1128-expected.txt: Removed. |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug21518-expected.txt: Removed. |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug22122-expected.txt: Removed. |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-18-expected.txt: Removed. |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug61042-1-expected.txt: Removed. |
| * platform/gtk/tables/mozilla_expected_failures/bugs/bug61042-2-expected.txt: Removed. |
| * platform/mac-snowleopard/svg/zoom/page/zoom-svg-float-border-padding-expected.png: Removed. |
| * platform/mac-snowleopard/svg/zoom/text: Removed. |
| * platform/mac-snowleopard/svg/zoom/text/zoom-svg-float-border-padding-expected.png: Removed. |
| * platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.txt: Removed. |
| * platform/mac/svg/zoom/page/zoom-svg-float-border-padding-expected.txt: Removed. |
| * platform/mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Removed. |
| * platform/mac/svg/zoom/text/zoom-svg-float-border-padding-expected.txt: Removed. |
| * platform/win/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Removed. |
| * svg/zoom/page/zoom-background-images-expected.txt: Added. |
| * svg/zoom/page/zoom-hixie-mixed-008-expected.txt: Added. |
| * svg/zoom/page/zoom-mask-with-percentages-expected.txt: Added. |
| * svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Removed. |
| * svg/zoom/page/zoom-svg-float-border-padding-expected.txt: Added. |
| * svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: Added. |
| * svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Added. |
| * svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Added. |
| * svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt: Added. |
| * svg/zoom/text/zoom-svg-float-border-padding-expected.txt: Added. |
| * tables/mozilla/bugs/bug1055-1-expected.txt: Added. |
| * tables/mozilla/bugs/bug106816-expected.txt: Added. |
| * tables/mozilla/bugs/bug126742-expected.txt: Added. |
| * tables/mozilla/bugs/bug131020-expected.txt: Added. |
| * tables/mozilla/bugs/bug139524-2-expected.txt: Added. |
| * tables/mozilla/bugs/bug159108-expected.txt: Added. |
| * tables/mozilla/bugs/bug17130-1-expected.txt: Added. |
| * tables/mozilla/bugs/bug17130-2-expected.txt: Added. |
| * tables/mozilla/bugs/bug19061-1-expected.txt: Added. |
| * tables/mozilla/bugs/bug19061-2-expected.txt: Added. |
| * tables/mozilla/bugs/bug3309-1-expected.txt: Added. |
| * tables/mozilla/bugs/bug3309-2-expected.txt: Added. |
| * tables/mozilla/bugs/bug33137-expected.txt: Added. |
| * tables/mozilla/bugs/bug46480-1-expected.txt: Added. |
| * tables/mozilla/bugs/bug46480-2-expected.txt: Added. |
| * tables/mozilla/bugs/bug5538-expected.txt: Added. |
| * tables/mozilla/bugs/bug7112-1-expected.txt: Added. |
| * tables/mozilla/bugs/bug7112-2-expected.txt: Added. |
| * tables/mozilla/bugs/bug8032-1-expected.txt: Added. |
| * tables/mozilla/marvin/backgr_index-expected.txt: Added. |
| * tables/mozilla_expected_failures/bugs/bug1128-expected.txt: Added. |
| * tables/mozilla_expected_failures/bugs/bug21518-expected.txt: Added. |
| * tables/mozilla_expected_failures/bugs/bug22122-expected.txt: Added. |
| * tables/mozilla_expected_failures/bugs/bug3166-18-expected.txt: Added. |
| * tables/mozilla_expected_failures/bugs/bug61042-1-expected.txt: Added. |
| * tables/mozilla_expected_failures/bugs/bug61042-2-expected.txt: Added. |
| |
| 2012-05-21 Joshua Bell <jsbell@chromium.org> |
| |
| Unreviewed gardening. Updating Skipped file names following bulk move in r117816. |
| |
| * platform/mac-lion/Skipped: |
| * platform/mac-wk2/Skipped: |
| * platform/mac/Skipped: |
| * platform/qt-mac/Skipped: |
| * platform/win-wk2/Skipped: |
| * platform/wk2/Skipped: |
| |
| 2012-05-21 Levi Weintraub <leviw@chromium.org> |
| |
| Unreviewed gardening. Updating Chromium-Windows expectations following r117815. Optimizebaselines also caused |
| a number of efl/gtk test expectations to be coalesced. |
| |
| * css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt: Added. |
| * fast/compact/001-expected.txt: Added. |
| * fast/css/acid2-expected.txt: Added. |
| * fast/css/acid2-pixel-expected.txt: Added. |
| * fast/css/font-size-negative-expected.txt: Added. |
| * fast/css/line-height-negative-expected.txt: Added. |
| * fast/dom/HTMLMeterElement/meter-optimums-expected.txt: Added. |
| * fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt: Added. |
| * fast/dom/HTMLMeterElement/meter-styles-expected.txt: Added. |
| * fast/flexbox/011-expected.txt: Added. |
| * fast/inline-block/002-expected.txt: Added. |
| * fast/inline/002-expected.txt: Added. |
| * fast/lists/003-expected.txt: Added. |
| * fast/lists/003-vertical-expected.txt: Added. |
| * fast/overflow/007-expected.txt: Added. |
| * fast/repaint/block-layout-inline-children-float-positioned-expected.txt: Added. |
| * fast/repaint/transform-translate-expected.txt: Added. |
| * fast/replaced/007-expected.txt: Added. |
| * fast/table/035-expected.txt: Added. |
| * fast/table/035-vertical-expected.txt: Added. |
| * fast/table/table-display-types-strict-expected.txt: Added. |
| * fast/table/tableInsideCaption-expected.txt: Added. |
| * fast/transforms/transforms-with-zoom-expected.txt: Added. |
| * platform/chromium-mac/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.png: Added. |
| * platform/chromium-win-vista/css1: Added. |
| * platform/chromium-win-vista/css1/text_properties: Added. |
| * platform/chromium-win-vista/css1/text_properties/line_height-expected.txt: Added. |
| * platform/chromium-win-vista/fast/compact: Added. |
| * platform/chromium-win-vista/fast/compact/001-expected.png: Added. |
| * platform/chromium-win-vista/fast/dom/HTMLMeterElement: Added. |
| * platform/chromium-win-vista/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt: Added. |
| * platform/chromium-win-vista/fast/dom/HTMLProgressElement: Added. |
| * platform/chromium-win-vista/fast/dom/HTMLProgressElement/progress-element-expected.txt: Added. |
| * platform/chromium-win-vista/fast/inline-block/002-expected.png: Added. |
| * platform/chromium-win-vista/fast/inline/002-expected.png: Added. |
| * platform/chromium-win-vista/fast/table/tableInsideCaption-expected.png: Added. |
| * platform/chromium-win-vista/fast/text/whitespace: Added. |
| * platform/chromium-win-vista/fast/text/whitespace/normal-after-nowrap-breaking-expected.png: Added. |
| * platform/chromium-win-vista/http/tests/misc/acid2-expected.txt: Added. |
| * platform/chromium-win-vista/http/tests/misc/acid2-pixel-expected.png: |
| * platform/chromium-win-xp/fast/compact: Added. |
| * platform/chromium-win-xp/fast/compact/001-expected.png: Added. |
| * platform/chromium-win-xp/fast/dom/HTMLMeterElement: Added. |
| * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt: Added. |
| * platform/chromium-win-xp/fast/dom/HTMLProgressElement: Added. |
| * platform/chromium-win-xp/fast/dom/HTMLProgressElement/progress-element-expected.txt: Added. |
| * platform/chromium-win-xp/fast/forms/search-styled-expected.png: |
| * platform/chromium-win-xp/fast/forms/search-styled-expected.txt: |
| * platform/chromium-win-xp/fast/inline-block/002-expected.png: Added. |
| * platform/chromium-win-xp/fast/inline/002-expected.png: Added. |
| * platform/chromium-win-xp/fast/table/tableInsideCaption-expected.png: Added. |
| * platform/chromium-win-xp/fast/text/atsui-negative-spacing-features-expected.png: |
| * platform/chromium-win-xp/fast/text/atsui-spacing-features-expected.png: |
| * platform/chromium-win-xp/fast/text/whitespace/normal-after-nowrap-breaking-expected.png: Added. |
| * platform/chromium-win/css1/text_properties/line_height-expected.txt: |
| * platform/chromium-win/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png: |
| * platform/chromium-win/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt: |
| * platform/chromium-win/editing/selection/extend-by-word-002-expected.png: |
| * platform/chromium-win/editing/selection/extend-by-word-002-expected.txt: |
| * platform/chromium-win/fast/block/float/avoiding-float-centered-expected.png: |
| * platform/chromium-win/fast/block/float/avoiding-float-centered-expected.txt: |
| * platform/chromium-win/fast/compact/001-expected.png: |
| * platform/chromium-win/fast/compact/001-expected.txt: |
| * platform/chromium-win/fast/css/acid2-expected.txt: |
| * platform/chromium-win/fast/css/acid2-pixel-expected.png: |
| * platform/chromium-win/fast/css/acid2-pixel-expected.txt: |
| * platform/chromium-win/fast/css/font-size-negative-expected.png: |
| * platform/chromium-win/fast/css/font-size-negative-expected.txt: |
| * platform/chromium-win/fast/css/input-search-padding-expected.png: |
| * platform/chromium-win/fast/css/input-search-padding-expected.txt: |
| * platform/chromium-win/fast/css/line-height-negative-expected.png: |
| * platform/chromium-win/fast/css/line-height-negative-expected.txt: |
| * platform/chromium-win/fast/css/text-input-with-webkit-border-radius-expected.png: |
| * platform/chromium-win/fast/css/text-input-with-webkit-border-radius-expected.txt: |
| * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt: |
| * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-expected.png: |
| * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-expected.txt: |
| * platform/chromium-win/fast/dom/HTMLMeterElement/meter-optimums-expected.png: |
| * platform/chromium-win/fast/dom/HTMLMeterElement/meter-optimums-expected.txt: |
| * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt: |
| * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-expected.png: |
| * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-expected.txt: |
| * platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-expected.png: |
| * platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-expected.txt: |
| * platform/chromium-win/fast/flexbox/011-expected.png: |
| * platform/chromium-win/fast/flexbox/011-expected.txt: |
| * platform/chromium-win/fast/forms/placeholder-position-expected.png: |
| * platform/chromium-win/fast/forms/placeholder-position-expected.txt: |
| * platform/chromium-win/fast/forms/placeholder-pseudo-style-expected.txt: |
| * platform/chromium-win/fast/forms/search-display-none-cancel-button-expected.txt: |
| * platform/chromium-win/fast/forms/search-styled-expected.png: |
| * platform/chromium-win/fast/forms/search-styled-expected.txt: |
| * platform/chromium-win/fast/inline-block/002-expected.png: |
| * platform/chromium-win/fast/inline-block/002-expected.txt: |
| * platform/chromium-win/fast/inline-block/contenteditable-baseline-expected.txt: |
| * platform/chromium-win/fast/inline/002-expected.png: |
| * platform/chromium-win/fast/inline/002-expected.txt: |
| * platform/chromium-win/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.png: |
| * platform/chromium-win/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt: |
| * platform/chromium-win/fast/lists/003-expected.txt: |
| * platform/chromium-win/fast/lists/003-vertical-expected.txt: |
| * platform/chromium-win/fast/multicol/client-rects-expected.txt: |
| * platform/chromium-win/fast/overflow/007-expected.png: |
| * platform/chromium-win/fast/overflow/007-expected.txt: |
| * platform/chromium-win/fast/parser/entity-comment-in-style-expected.txt: |
| * platform/chromium-win/fast/repaint/block-layout-inline-children-float-positioned-expected.png: |
| * platform/chromium-win/fast/repaint/block-layout-inline-children-float-positioned-expected.txt: |
| * platform/chromium-win/fast/repaint/delete-into-nested-block-expected.png: |
| * platform/chromium-win/fast/repaint/delete-into-nested-block-expected.txt: |
| * platform/chromium-win/fast/repaint/transform-absolute-child-expected.png: |
| * platform/chromium-win/fast/repaint/transform-repaint-descendants-expected.png: |
| * platform/chromium-win/fast/repaint/transform-translate-expected.png: |
| * platform/chromium-win/fast/repaint/transform-translate-expected.txt: |
| * platform/chromium-win/fast/replaced/007-expected.txt: |
| * platform/chromium-win/fast/table/035-expected.png: |
| * platform/chromium-win/fast/table/035-expected.txt: |
| * platform/chromium-win/fast/table/035-vertical-expected.png: |
| * platform/chromium-win/fast/table/035-vertical-expected.txt: |
| * platform/chromium-win/fast/table/040-expected.txt: |
| * platform/chromium-win/fast/table/040-vertical-expected.txt: |
| * platform/chromium-win/fast/table/frame-and-rules-expected.txt: |
| * platform/chromium-win/fast/table/overflowHidden-expected.txt: |
| * platform/chromium-win/fast/table/table-display-types-strict-expected.png: |
| * platform/chromium-win/fast/table/table-display-types-strict-expected.txt: |
| * platform/chromium-win/fast/table/tableInsideCaption-expected.png: |
| * platform/chromium-win/fast/table/tableInsideCaption-expected.txt: |
| * platform/chromium-win/fast/text/atsui-negative-spacing-features-expected.png: |
| * platform/chromium-win/fast/text/atsui-negative-spacing-features-expected.txt: |
| * platform/chromium-win/fast/text/atsui-spacing-features-expected.png: |
| * platform/chromium-win/fast/text/atsui-spacing-features-expected.txt: |
| * platform/chromium-win/fast/text/whitespace/normal-after-nowrap-breaking-expected.png: |
| * platform/chromium-win/fast/text/whitespace/normal-after-nowrap-breaking-expected.txt: |
| * platform/chromium-win/fast/transforms/transforms-with-zoom-expected.txt: |
| * platform/chromium-win/http/tests/misc/acid2-expected.txt: |
| * platform/chromium-win/http/tests/misc/acid2-pixel-expected.png: |
| * platform/chromium-win/http/tests/misc/acid2-pixel-expected.txt: |
| * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/background_repeat_space_border_box-expected.txt: |
| * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/background_repeat_space_content_box-expected.txt: |
| * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.txt: |
| * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.txt: |
| * platform/chromium-win/media/video-zoom-controls-expected.png: |
| * platform/chromium-win/media/video-zoom-controls-expected.txt: |
| * platform/chromium-win/svg/as-border-image/svg-as-border-image-2-expected.png: |
| * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.png: |
| * platform/chromium-win/svg/as-image/img-preserveAspectRatio-support-2-expected.png: |
| * platform/chromium-win/svg/as-image/img-preserveAspectRatio-support-2-expected.txt: |
| * platform/chromium-win/svg/transforms/svg-css-transforms-clip-path-expected.png: |
| * platform/chromium-win/svg/transforms/svg-css-transforms-clip-path-expected.txt: |
| * platform/chromium-win/svg/transforms/svg-css-transforms-expected.png: |
| * platform/chromium-win/svg/transforms/svg-css-transforms-expected.txt: |
| * platform/chromium-win/svg/zoom/text/zoom-hixie-mixed-008-expected.txt: |
| * platform/chromium/fast/inline: Removed. |
| * platform/chromium/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.png: Removed. |
| * platform/efl/css1/text_properties/line_height-expected.txt: Removed. |
| * platform/efl/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt: Removed. |
| * platform/efl/fast/compact/001-expected.txt: Removed. |
| * platform/efl/fast/css/acid2-expected.txt: Removed. |
| * platform/efl/fast/css/acid2-pixel-expected.txt: Removed. |
| * platform/efl/fast/css/font-size-negative-expected.txt: Removed. |
| * platform/efl/fast/css/line-height-negative-expected.txt: Removed. |
| * platform/efl/fast/dom/HTMLMeterElement/meter-optimums-expected.txt: Removed. |
| * platform/efl/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt: Removed. |
| * platform/efl/fast/dom/HTMLMeterElement/meter-styles-expected.txt: Removed. |
| * platform/efl/fast/flexbox/011-expected.txt: Removed. |
| * platform/efl/fast/inline-block/002-expected.txt: Removed. |
| * platform/efl/fast/inline/002-expected.txt: Removed. |
| * platform/efl/fast/lists/003-expected.txt: Removed. |
| * platform/efl/fast/lists/003-vertical-expected.txt: Removed. |
| * platform/efl/fast/overflow/007-expected.txt: Removed. |
| * platform/efl/fast/repaint/block-layout-inline-children-float-positioned-expected.txt: Removed. |
| * platform/efl/fast/repaint/transform-translate-expected.txt: Removed. |
| * platform/efl/fast/replaced/007-expected.txt: Removed. |
| * platform/efl/fast/table/035-expected.txt: Removed. |
| * platform/efl/fast/table/035-vertical-expected.txt: Removed. |
| * platform/efl/fast/table/table-display-types-strict-expected.txt: Removed. |
| * platform/efl/fast/table/tableInsideCaption-expected.txt: Removed. |
| * platform/efl/fast/transforms/transforms-with-zoom-expected.txt: Removed. |
| * platform/efl/http/tests/misc/acid2-expected.txt: Removed. |
| * platform/efl/ietestcenter/css3/bordersbackgrounds/background_repeat_space_border_box-expected.txt: Removed. |
| * platform/efl/ietestcenter/css3/bordersbackgrounds/background_repeat_space_content_box-expected.txt: Removed. |
| * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.txt: Removed. |
| * platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.txt: Removed. |
| * platform/gtk/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt: Removed. |
| * platform/gtk/fast/compact/001-expected.txt: Removed. |
| * platform/gtk/fast/css/acid2-expected.txt: Removed. |
| * platform/gtk/fast/css/acid2-pixel-expected.txt: Removed. |
| * platform/gtk/fast/css/font-size-negative-expected.txt: Removed. |
| * platform/gtk/fast/css/line-height-negative-expected.txt: Removed. |
| * platform/gtk/fast/dom/HTMLMeterElement/meter-optimums-expected.txt: Removed. |
| * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt: Removed. |
| * platform/gtk/fast/dom/HTMLMeterElement/meter-styles-expected.txt: Removed. |
| * platform/gtk/fast/flexbox/011-expected.txt: Removed. |
| * platform/gtk/fast/inline-block/002-expected.txt: Removed. |
| * platform/gtk/fast/inline/002-expected.txt: Removed. |
| * platform/gtk/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt: Removed. |
| * platform/gtk/fast/lists/003-expected.txt: Removed. |
| * platform/gtk/fast/lists/003-vertical-expected.txt: Removed. |
| * platform/gtk/fast/overflow/007-expected.txt: Removed. |
| * platform/gtk/fast/repaint/block-layout-inline-children-float-positioned-expected.txt: Removed. |
| * platform/gtk/fast/repaint/transform-translate-expected.txt: Removed. |
| * platform/gtk/fast/replaced/007-expected.txt: Removed. |
| * platform/gtk/fast/table/035-expected.txt: Removed. |
| * platform/gtk/fast/table/035-vertical-expected.txt: Removed. |
| * platform/gtk/fast/table/table-display-types-strict-expected.txt: Removed. |
| * platform/gtk/fast/table/tableInsideCaption-expected.txt: Removed. |
| * platform/gtk/fast/transforms/transforms-with-zoom-expected.txt: Removed. |
| * platform/mac/fast/transforms/transforms-with-zoom-expected.txt: Removed. |
| * platform/qt/fast/css/font-size-negative-expected.txt: Removed. |
| * platform/qt/fast/dom/HTMLMeterElement/meter-element-expected.txt: Removed. |
| |
| 2012-05-21 Mike West <mkwst@chromium.org> |
| |
| Blocking `setTimeout` and `setInterval` evaluation with CSP should include a stack trace in the console warning. |
| https://bugs.webkit.org/show_bug.cgi?id=86943 |
| |
| Reviewed by Adam Barth. |
| |
| * http/tests/inspector-enabled/contentSecurityPolicy-blocks-setInterval-expected.txt: Added. |
| * http/tests/inspector-enabled/contentSecurityPolicy-blocks-setInterval.html: Added. |
| * http/tests/inspector-enabled/contentSecurityPolicy-blocks-setTimeout-expected.txt: Added. |
| * http/tests/inspector-enabled/contentSecurityPolicy-blocks-setTimeout.html: Added. |
| |
| 2012-05-21 Levi Weintraub <leviw@chromium.org> |
| |
| Unreviewed gardening. Updating expectations after r117815. |
| |
| * platform/chromium-linux-x86/fast/regions: Added. |
| * platform/chromium-linux-x86/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Added. |
| * platform/chromium-linux-x86/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Added. |
| |
| 2012-05-21 Oliver Hunt <oliver@apple.com> |
| |
| Add new test results for mac |
| |
| * platform/mac/css2.1/20110323/inline-table-001-expected.txt: Added. |
| * platform/mac/css2.1/20110323/inline-table-002a-expected.txt: Added. |
| * platform/mac/css2.1/20110323/inline-table-003-expected.txt: Added. |
| * platform/mac/css2.1/20110323/table-height-algorithm-023-expected.txt: Added. |
| * platform/mac/css2.1/20110323/table-height-algorithm-024-expected.txt: Added. |
| * platform/mac/fast/forms/select-empty-option-height-expected.txt: Added. |
| * platform/mac/fast/table/mozilla-bug10296-vertical-align-1-expected.txt: Added. |
| * platform/mac/fast/table/mozilla-bug10296-vertical-align-2-expected.txt: Added. |
| |
| 2012-05-21 Emil A Eklund <eae@chromium.org> |
| |
| Unreviewed chromium linux and windows rebaselines for sub-pixel flag change commited as r117815. |
| |
| * platform/chromium-linux/compositing/direct-image-compositing-expected.png: |
| * platform/chromium-linux/compositing/overflow/theme-affects-visual-overflow-expected.txt: Added. |
| * platform/chromium-linux/compositing/reflections/nested-reflection-transformed-expected.png: |
| * platform/chromium-linux/compositing/reflections/reflection-in-composited-expected.png: |
| * platform/chromium-linux/compositing/shadows/shadow-drawing-expected.png: |
| * platform/chromium-linux/css1/basic/inheritance-expected.png: |
| * platform/chromium-linux/css1/box_properties/acid_test-expected.png: |
| * platform/chromium-linux/css1/box_properties/clear_float-expected.png: |
| * platform/chromium-linux/css1/box_properties/float_on_text_elements-expected.png: |
| * platform/chromium-linux/css1/box_properties/margin_right-expected.png: |
| * platform/chromium-linux/css1/box_properties/padding_right-expected.png: |
| * platform/chromium-linux/css1/box_properties/width-expected.png: |
| * platform/chromium-linux/css1/color_and_background/background_attachment-expected.png: |
| * platform/chromium-linux/css1/font_properties/font-expected.txt: |
| * platform/chromium-linux/css1/font_properties/font_size-expected.png: |
| * platform/chromium-linux/css1/font_properties/font_weight-expected.png: |
| * platform/chromium-linux/css1/formatting_model/floating_elements-expected.png: |
| * platform/chromium-linux/css1/formatting_model/horizontal_formatting-expected.png: |
| * platform/chromium-linux/css1/formatting_model/inline_elements-expected.png: |
| * platform/chromium-linux/css1/formatting_model/replaced_elements-expected.png: |
| * platform/chromium-linux/css1/formatting_model/vertical_formatting-expected.png: |
| * platform/chromium-linux/css1/text_properties/text_indent-expected.png: |
| * platform/chromium-linux/css1/text_properties/vertical_align-expected.png: |
| * platform/chromium-linux/css1/units/percentage_units-expected.png: |
| * platform/chromium-linux/css2.1/20110323/absolute-replaced-height-004-expected.txt: Added. |
| * platform/chromium-linux/css2.1/20110323/floating-replaced-height-008-expected.png: |
| * platform/chromium-linux/css2.1/20110323/inline-block-replaced-height-008-expected.png: |
| * platform/chromium-linux/css2.1/20110323/inline-replaced-height-008-expected.png: |
| * platform/chromium-linux/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png: |
| * platform/chromium-linux/css2.1/t040302-c61-phys-len-00-b-expected.png: |
| * platform/chromium-linux/css2.1/t0803-c5505-imrgn-00-a-ag-expected.txt: Added. |
| * platform/chromium-linux/css2.1/t080301-c411-vt-mrgn-00-b-expected.png: |
| * platform/chromium-linux/css2.1/t0804-c5507-padn-r-00-c-ag-expected.png: |
| * platform/chromium-linux/css2.1/t0804-c5510-padn-00-b-ag-expected.png: |
| * platform/chromium-linux/css2.1/t09-c5526c-display-00-e-expected.png: |
| * platform/chromium-linux/css2.1/t0905-c414-flt-wrap-00-e-expected.png: |
| * platform/chromium-linux/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png: |
| * platform/chromium-linux/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt: |
| * platfor
|